HEX
Server: Apache
System: Linux server.y-p01.co.uk 3.10.0-1160.144.1.el7.tuxcare.els3.x86_64 #1 SMP Fri Mar 6 13:52:53 UTC 2026 x86_64
User: calderca (1008)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: //backup/db_backup/mstyresb_tyre.sql
-- MySQL dump 10.15  Distrib 10.0.34-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: mstyresb_tyre
-- ------------------------------------------------------
-- Server version	10.0.34-MariaDB

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

--
-- Table structure for table `tv__pf_attr_group_product_index`
--

DROP TABLE IF EXISTS `tv__pf_attr_group_product_index`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv__pf_attr_group_product_index` (
  `id_attr_group` int(11) NOT NULL,
  `id_product` int(11) NOT NULL,
  PRIMARY KEY (`id_attr_group`,`id_product`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv__pf_attr_group_product_index`
--

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

--
-- Table structure for table `tv__pf_price_index`
--

DROP TABLE IF EXISTS `tv__pf_price_index`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv__pf_price_index` (
  `id_product` int(11) NOT NULL,
  `id_currency` int(11) NOT NULL,
  `id_shop` int(11) NOT NULL,
  `price` int(11) NOT NULL,
  PRIMARY KEY (`id_product`,`id_currency`,`id_shop`),
  KEY `id_currency` (`id_currency`),
  KEY `price` (`price`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv__pf_price_index`
--

LOCK TABLES `tv__pf_price_index` WRITE;
/*!40000 ALTER TABLE `tv__pf_price_index` DISABLE KEYS */;
INSERT INTO `tv__pf_price_index` VALUES (1,1,1,118),(2,1,1,66),(4,1,1,1171),(5,1,1,242),(6,1,1,25),(7,1,1,125),(8,1,1,100),(9,1,1,50),(10,1,1,56),(11,1,1,108),(12,1,1,20),(13,1,1,0),(14,1,1,0),(15,1,1,50),(16,1,1,0),(17,1,1,65),(18,1,1,66),(19,1,1,73),(20,1,1,71),(21,1,1,57),(22,1,1,92),(23,1,1,92),(24,1,1,92),(25,1,1,103),(26,1,1,76),(27,1,1,48),(28,1,1,53),(29,1,1,47),(30,1,1,61),(31,1,1,55),(32,1,1,61),(33,1,1,68),(34,1,1,152),(35,1,1,219),(36,1,1,55),(37,1,1,52),(38,1,1,55);
/*!40000 ALTER TABLE `tv__pf_price_index` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv__pf_show_attr_groups`
--

DROP TABLE IF EXISTS `tv__pf_show_attr_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv__pf_show_attr_groups` (
  `attr_group_id` int(11) NOT NULL,
  `show` int(11) DEFAULT NULL,
  `shop_id` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv__pf_show_attr_groups`
--

LOCK TABLES `tv__pf_show_attr_groups` WRITE;
/*!40000 ALTER TABLE `tv__pf_show_attr_groups` DISABLE KEYS */;
INSERT INTO `tv__pf_show_attr_groups` VALUES (8,0,1),(7,0,1),(6,0,1),(5,0,1),(4,0,1);
/*!40000 ALTER TABLE `tv__pf_show_attr_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv__pf_show_categories`
--

DROP TABLE IF EXISTS `tv__pf_show_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv__pf_show_categories` (
  `category_id` int(11) NOT NULL,
  `show` int(11) DEFAULT NULL,
  `shop_id` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv__pf_show_categories`
--

LOCK TABLES `tv__pf_show_categories` WRITE;
/*!40000 ALTER TABLE `tv__pf_show_categories` DISABLE KEYS */;
INSERT INTO `tv__pf_show_categories` VALUES (4,0,1),(3,0,1),(2,0,1),(1,0,1);
/*!40000 ALTER TABLE `tv__pf_show_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv__pf_show_features`
--

DROP TABLE IF EXISTS `tv__pf_show_features`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv__pf_show_features` (
  `feature_id` int(11) NOT NULL,
  `show` int(11) DEFAULT NULL,
  `shop_id` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv__pf_show_features`
--

LOCK TABLES `tv__pf_show_features` WRITE;
/*!40000 ALTER TABLE `tv__pf_show_features` DISABLE KEYS */;
INSERT INTO `tv__pf_show_features` VALUES (6,1,1),(4,1,1),(3,1,1),(2,1,1),(1,1,1);
/*!40000 ALTER TABLE `tv__pf_show_features` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv__pf_show_manufacturers`
--

DROP TABLE IF EXISTS `tv__pf_show_manufacturers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv__pf_show_manufacturers` (
  `manufacturer_id` int(11) NOT NULL,
  `show` int(11) DEFAULT NULL,
  `shop_id` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv__pf_show_manufacturers`
--

LOCK TABLES `tv__pf_show_manufacturers` WRITE;
/*!40000 ALTER TABLE `tv__pf_show_manufacturers` DISABLE KEYS */;
INSERT INTO `tv__pf_show_manufacturers` VALUES (4,0,1),(3,0,1);
/*!40000 ALTER TABLE `tv__pf_show_manufacturers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_access`
--

DROP TABLE IF EXISTS `tv_access`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_access` (
  `id_profile` int(10) unsigned NOT NULL,
  `id_tab` int(10) unsigned NOT NULL,
  `view` int(11) NOT NULL,
  `add` int(11) NOT NULL,
  `edit` int(11) NOT NULL,
  `delete` int(11) NOT NULL,
  PRIMARY KEY (`id_profile`,`id_tab`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_access`
--

LOCK TABLES `tv_access` WRITE;
/*!40000 ALTER TABLE `tv_access` DISABLE KEYS */;
INSERT INTO `tv_access` VALUES (1,0,1,1,1,1),(1,1,1,1,1,1),(1,2,0,0,0,0),(1,3,0,0,0,0),(1,4,0,0,0,0),(1,5,1,1,1,1),(1,6,0,0,0,0),(1,7,1,1,1,1),(1,8,0,0,0,0),(1,9,1,1,1,1),(1,10,1,1,1,1),(1,11,1,1,1,1),(1,12,0,0,0,0),(1,13,1,1,1,1),(1,14,1,1,1,1),(1,15,1,1,1,1),(1,16,1,1,1,1),(1,17,0,0,0,0),(1,18,0,0,0,0),(1,19,1,1,1,1),(1,20,1,1,1,1),(1,21,1,1,1,1),(1,22,1,1,1,1),(1,23,1,1,1,1),(1,24,1,1,1,1),(1,25,1,1,1,1),(1,26,1,1,1,1),(1,27,1,1,1,1),(1,28,1,1,1,1),(1,29,1,1,1,1),(1,30,1,1,1,1),(1,31,0,0,0,0),(1,32,1,1,1,1),(1,33,1,1,1,1),(1,34,1,1,1,1),(1,35,1,1,1,1),(1,36,1,1,1,1),(1,37,1,1,1,1),(1,38,0,0,0,0),(1,39,1,1,1,1),(1,40,1,1,1,1),(1,41,1,1,1,1),(1,42,1,1,1,1),(1,43,1,1,1,1),(1,44,0,0,0,0),(1,45,1,1,1,1),(1,46,1,1,1,1),(1,47,0,0,0,0),(1,48,0,0,0,0),(1,49,0,0,0,0),(1,50,1,1,1,1),(1,51,1,1,1,1),(1,52,0,0,0,0),(1,53,1,1,1,1),(1,54,1,1,1,1),(1,55,1,1,1,1),(1,56,1,1,1,1),(1,57,1,1,1,1),(1,58,1,1,1,1),(1,59,1,1,1,1),(1,60,1,1,1,1),(1,61,0,0,0,0),(1,62,1,1,1,1),(1,63,1,1,1,1),(1,64,1,1,1,1),(1,65,0,0,0,0),(1,66,0,0,0,0),(1,67,1,1,1,1),(1,68,1,1,1,1),(1,69,1,1,1,1),(1,70,1,1,1,1),(1,71,1,1,1,1),(1,72,1,1,1,1),(1,73,0,0,0,0),(1,74,1,1,1,1),(1,75,1,1,1,1),(1,76,1,1,1,1),(1,77,1,1,1,1),(1,78,1,1,1,1),(1,79,1,1,1,1),(1,80,0,0,0,0),(1,81,1,1,1,1),(1,82,1,1,1,1),(1,83,1,1,1,1),(1,84,1,1,1,1),(1,85,1,1,1,1),(1,86,0,0,0,0),(1,87,1,1,1,1),(1,88,1,1,1,1),(1,89,1,1,1,1),(1,90,1,1,1,1),(1,91,0,0,0,0),(1,92,0,0,0,0),(1,93,1,1,1,1),(1,94,1,1,1,1),(1,95,1,1,1,1),(1,96,1,1,1,1),(1,97,1,1,1,1),(1,98,0,0,0,0),(1,99,0,0,0,0),(1,100,1,1,1,1),(1,101,1,1,1,1),(2,0,1,1,1,1),(2,1,1,1,1,1),(2,2,0,0,0,0),(2,3,0,0,0,0),(2,4,0,0,0,0),(2,5,1,1,1,1),(2,6,1,1,1,1),(2,7,1,1,1,1),(2,8,0,0,0,0),(2,9,1,1,1,1),(2,10,1,1,1,1),(2,11,1,1,1,1),(2,12,0,0,0,0),(2,13,1,1,1,1),(2,14,1,1,1,1),(2,15,1,1,1,1),(2,16,1,1,1,1),(2,17,0,0,0,0),(2,18,1,1,1,1),(2,19,1,1,1,1),(2,20,1,1,1,1),(2,21,1,1,1,1),(2,22,1,1,1,1),(2,23,1,1,1,1),(2,24,1,1,1,1),(2,25,1,1,1,1),(2,26,1,1,1,1),(2,27,1,1,1,1),(2,28,1,1,1,1),(2,29,1,1,1,1),(2,30,1,1,1,1),(2,31,1,1,1,1),(2,32,1,1,1,1),(2,33,1,1,1,1),(2,34,1,1,1,1),(2,35,1,1,1,1),(2,36,1,1,1,1),(2,37,1,1,1,1),(2,38,1,1,1,1),(2,39,1,1,1,1),(2,40,1,1,1,1),(2,41,1,1,1,1),(2,42,1,1,1,1),(2,43,1,1,1,1),(2,44,0,0,0,0),(2,45,1,1,1,1),(2,46,1,1,1,1),(2,47,0,0,0,0),(2,48,0,0,0,0),(2,49,1,1,1,1),(2,50,1,1,1,1),(2,51,0,0,0,0),(2,52,1,1,1,1),(2,53,1,1,1,1),(2,54,1,1,1,1),(2,55,1,1,1,1),(2,56,1,1,1,1),(2,57,1,1,1,1),(2,58,1,1,1,1),(2,59,1,1,1,1),(2,60,1,1,1,1),(2,61,1,1,1,1),(2,62,1,1,1,1),(2,63,1,1,1,1),(2,64,1,1,1,1),(2,65,1,1,1,1),(2,66,1,1,1,1),(2,67,1,1,1,1),(2,68,1,1,1,1),(2,69,1,1,1,1),(2,70,1,1,1,1),(2,71,1,1,1,1),(2,72,1,1,1,1),(2,73,0,0,0,0),(2,74,1,1,1,1),(2,75,1,1,1,1),(2,76,1,1,1,1),(2,77,1,1,1,1),(2,78,1,1,1,1),(2,79,1,1,1,1),(2,80,0,0,0,0),(2,81,1,1,1,1),(2,82,1,1,1,1),(2,83,1,1,1,1),(2,84,1,1,1,1),(2,85,1,1,1,1),(2,86,1,1,1,1),(2,87,1,1,1,1),(2,88,1,0,0,0),(2,89,1,1,1,1),(2,90,1,1,1,1),(2,91,0,0,0,0),(2,92,1,1,1,1),(2,93,1,1,1,1),(2,94,1,1,1,1),(2,95,1,1,1,1),(2,96,1,1,1,1),(2,97,1,1,1,1),(2,98,0,0,0,0),(2,99,0,0,0,0),(2,100,1,1,1,1),(2,101,1,1,1,1),(2,102,0,0,0,0),(3,0,1,1,1,1),(3,1,0,0,0,0),(3,2,0,0,0,0),(3,3,0,0,0,0),(3,4,0,0,0,0),(3,5,0,0,0,0),(3,6,0,0,0,0),(3,7,0,0,0,0),(3,8,0,0,0,0),(3,9,1,1,1,1),(3,10,1,1,1,1),(3,11,1,1,1,1),(3,12,0,0,0,0),(3,13,1,1,1,1),(3,14,0,0,0,0),(3,15,0,0,0,0),(3,16,0,0,0,0),(3,17,0,0,0,0),(3,18,0,0,0,0),(3,19,0,0,0,0),(3,20,1,1,1,1),(3,21,1,1,1,1),(3,22,1,1,1,1),(3,23,1,1,1,1),(3,24,0,0,0,0),(3,25,0,0,0,0),(3,26,0,0,0,0),(3,27,1,1,1,1),(3,28,0,0,0,0),(3,29,0,0,0,0),(3,30,0,0,0,0),(3,31,1,1,1,1),(3,32,1,1,1,1),(3,33,1,1,1,1),(3,34,1,1,1,1),(3,35,1,1,1,1),(3,36,1,1,1,1),(3,37,0,0,0,0),(3,38,1,1,1,1),(3,39,1,1,1,1),(3,40,0,0,0,0),(3,41,0,0,0,0),(3,42,0,0,0,0),(3,43,0,0,0,0),(3,44,0,0,0,0),(3,45,0,0,0,0),(3,46,0,0,0,0),(3,47,0,0,0,0),(3,48,0,0,0,0),(3,49,1,1,1,1),(3,50,1,1,1,1),(3,51,0,0,0,0),(3,52,0,0,0,0),(3,53,0,0,0,0),(3,54,0,0,0,0),(3,55,0,0,0,0),(3,56,0,0,0,0),(3,57,0,0,0,0),(3,58,0,0,0,0),(3,59,0,0,0,0),(3,60,0,0,0,0),(3,61,1,0,1,0),(3,62,0,0,0,0),(3,63,0,0,0,0),(3,64,0,0,0,0),(3,65,0,0,0,0),(3,66,0,0,0,0),(3,67,0,0,0,0),(3,68,0,0,0,0),(3,69,0,0,0,0),(3,70,0,0,0,0),(3,71,0,0,0,0),(3,72,0,0,0,0),(3,73,0,0,0,0),(3,74,0,0,0,0),(3,75,0,0,0,0),(3,76,0,0,0,0),(3,77,0,0,0,0),(3,78,0,0,0,0),(3,79,0,0,0,0),(3,80,0,0,0,0),(3,81,0,0,0,0),(3,82,0,0,0,0),(3,83,0,0,0,0),(3,84,0,0,0,0),(3,85,0,0,0,0),(3,86,0,0,0,0),(3,87,0,0,0,0),(3,88,0,0,0,0),(3,89,0,0,0,0),(3,90,0,0,0,0),(3,91,0,0,0,0),(3,92,0,0,0,0),(3,93,0,0,0,0),(3,94,0,0,0,0),(3,95,1,1,1,1),(3,96,1,1,1,1),(3,97,1,1,1,1),(3,98,0,0,0,0),(3,99,0,0,0,0),(3,100,1,1,1,1),(3,101,1,1,1,1),(3,102,0,0,0,0),(4,0,1,1,1,1),(4,1,0,0,0,0),(4,2,0,0,0,0),(4,3,0,0,0,0),(4,4,0,0,0,0),(4,5,1,0,0,0),(4,6,0,0,0,0),(4,7,0,0,0,0),(4,8,0,0,0,0),(4,9,1,1,1,1),(4,10,0,0,0,0),(4,11,0,0,0,0),(4,12,0,0,0,0),(4,13,0,0,0,0),(4,14,0,0,0,0),(4,15,0,0,0,0),(4,16,0,0,0,0),(4,17,0,0,0,0),(4,18,0,0,0,0),(4,19,0,0,0,0),(4,20,0,0,0,0),(4,21,1,1,1,1),(4,22,1,1,1,1),(4,23,0,0,0,0),(4,24,0,0,0,0),(4,25,0,0,0,0),(4,26,0,0,0,0),(4,27,0,0,0,0),(4,28,0,0,0,0),(4,29,0,0,0,0),(4,30,0,0,0,0),(4,31,0,0,0,0),(4,32,0,0,0,0),(4,33,0,0,0,0),(4,34,0,0,0,0),(4,35,0,0,0,0),(4,36,0,0,0,0),(4,37,0,0,0,0),(4,38,0,0,0,0),(4,39,0,0,0,0),(4,40,0,0,0,0),(4,41,0,0,0,0),(4,42,0,0,0,0),(4,43,0,0,0,0),(4,44,0,0,0,0),(4,45,0,0,0,0),(4,46,0,0,0,0),(4,47,0,0,0,0),(4,48,0,0,0,0),(4,49,0,0,0,0),(4,50,0,0,0,0),(4,51,0,0,0,0),(4,52,0,0,0,0),(4,53,0,0,0,0),(4,54,0,0,0,0),(4,55,0,0,0,0),(4,56,0,0,0,0),(4,57,0,0,0,0),(4,58,0,0,0,0),(4,59,0,0,0,0),(4,60,1,1,1,1),(4,61,0,0,0,0),(4,62,0,0,0,0),(4,63,0,0,0,0),(4,64,0,0,0,0),(4,65,0,0,0,0),(4,66,0,0,0,0),(4,67,0,0,0,0),(4,68,0,0,0,0),(4,69,0,0,0,0),(4,70,0,0,0,0),(4,71,1,1,1,1),(4,72,0,0,0,0),(4,73,0,0,0,0),(4,74,0,0,0,0),(4,75,0,0,0,0),(4,76,0,0,0,0),(4,77,0,0,0,0),(4,78,0,0,0,0),(4,79,0,0,0,0),(4,80,0,0,0,0),(4,81,0,0,0,0),(4,82,0,0,0,0),(4,83,0,0,0,0),(4,84,0,0,0,0),(4,85,0,0,0,0),(4,86,0,0,0,0),(4,87,0,0,0,0),(4,88,0,0,0,0),(4,89,0,0,0,0),(4,90,0,0,0,0),(4,91,0,0,0,0),(4,92,0,0,0,0),(4,93,0,0,0,0),(4,94,0,0,0,0),(4,95,0,0,0,0),(4,96,0,0,0,0),(4,97,0,0,0,0),(4,98,0,0,0,0),(4,99,0,0,0,0),(4,100,0,0,0,0),(4,101,0,0,0,0),(4,102,0,0,0,0),(5,0,1,1,1,1),(5,1,0,0,0,0),(5,2,0,0,0,0),(5,3,0,0,0,0),(5,4,0,0,0,0),(5,5,1,0,0,0),(5,6,0,0,0,0),(5,7,0,0,0,0),(5,8,0,0,0,0),(5,9,1,1,1,1),(5,10,1,1,1,1),(5,11,1,1,1,1),(5,12,0,0,0,0),(5,13,0,0,0,0),(5,14,0,0,0,0),(5,15,0,0,0,0),(5,16,0,0,0,0),(5,17,0,0,0,0),(5,18,0,0,0,0),(5,19,1,1,1,1),(5,20,1,0,0,0),(5,21,1,1,1,1),(5,22,1,1,1,1),(5,23,0,0,0,0),(5,24,0,0,0,0),(5,25,0,0,0,0),(5,26,1,0,0,0),(5,27,0,0,0,0),(5,28,0,0,0,0),(5,29,0,0,0,0),(5,30,0,0,0,0),(5,31,1,1,1,1),(5,32,1,1,1,1),(5,33,0,0,0,0),(5,34,0,0,0,0),(5,35,1,1,1,1),(5,36,0,0,0,0),(5,37,1,1,1,1),(5,38,1,1,1,1),(5,39,1,1,1,1),(5,40,1,1,1,1),(5,41,1,1,1,1),(5,42,0,0,0,0),(5,43,0,0,0,0),(5,44,0,0,0,0),(5,45,0,0,0,0),(5,46,0,0,0,0),(5,47,0,0,0,0),(5,48,0,0,0,0),(5,49,0,0,0,0),(5,50,0,0,0,0),(5,51,0,0,0,0),(5,52,0,0,0,0),(5,53,0,0,0,0),(5,54,0,0,0,0),(5,55,0,0,0,0),(5,56,0,0,0,0),(5,57,0,0,0,0),(5,58,0,0,0,0),(5,59,0,0,0,0),(5,60,0,0,0,0),(5,61,1,0,1,0),(5,62,0,0,0,0),(5,63,0,0,0,0),(5,64,0,0,0,0),(5,65,0,0,0,0),(5,66,0,0,0,0),(5,67,0,0,0,0),(5,68,0,0,0,0),(5,69,0,0,0,0),(5,70,0,0,0,0),(5,71,0,0,0,0),(5,72,0,0,0,0),(5,73,0,0,0,0),(5,74,0,0,0,0),(5,75,0,0,0,0),(5,76,0,0,0,0),(5,77,0,0,0,0),(5,78,0,0,0,0),(5,79,0,0,0,0),(5,80,0,0,0,0),(5,81,0,0,0,0),(5,82,0,0,0,0),(5,83,0,0,0,0),(5,84,0,0,0,0),(5,85,1,1,1,1),(5,86,0,0,0,0),(5,87,0,0,0,0),(5,88,0,0,0,0),(5,89,0,0,0,0),(5,90,0,0,0,0),(5,91,0,0,0,0),(5,92,1,1,1,1),(5,93,0,0,0,0),(5,94,1,1,1,1),(5,95,0,0,0,0),(5,96,0,0,0,0),(5,97,0,0,0,0),(5,98,0,0,0,0),(5,99,0,0,0,0),(5,100,1,0,0,0),(5,101,0,0,0,0),(5,102,0,0,0,0);
/*!40000 ALTER TABLE `tv_access` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_accessory`
--

DROP TABLE IF EXISTS `tv_accessory`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_accessory` (
  `id_product_1` int(10) unsigned NOT NULL,
  `id_product_2` int(10) unsigned NOT NULL,
  KEY `accessory_product` (`id_product_1`,`id_product_2`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_accessory`
--

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

--
-- Table structure for table `tv_address`
--

DROP TABLE IF EXISTS `tv_address`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_address` (
  `id_address` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_country` int(10) unsigned NOT NULL,
  `id_state` int(10) unsigned DEFAULT NULL,
  `id_customer` int(10) unsigned NOT NULL DEFAULT '0',
  `id_manufacturer` int(10) unsigned NOT NULL DEFAULT '0',
  `id_supplier` int(10) unsigned NOT NULL DEFAULT '0',
  `id_warehouse` int(10) unsigned NOT NULL DEFAULT '0',
  `alias` varchar(32) NOT NULL,
  `company` varchar(64) DEFAULT NULL,
  `lastname` varchar(32) NOT NULL,
  `firstname` varchar(32) NOT NULL,
  `address1` varchar(128) NOT NULL,
  `address2` varchar(128) DEFAULT NULL,
  `postcode` varchar(12) DEFAULT NULL,
  `city` varchar(64) NOT NULL,
  `other` text,
  `phone` varchar(32) DEFAULT NULL,
  `phone_mobile` varchar(32) DEFAULT NULL,
  `vat_number` varchar(32) DEFAULT NULL,
  `dni` varchar(16) DEFAULT NULL,
  `date_add` datetime NOT NULL,
  `date_upd` datetime NOT NULL,
  `active` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `deleted` tinyint(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id_address`),
  KEY `address_customer` (`id_customer`),
  KEY `id_country` (`id_country`),
  KEY `id_state` (`id_state`),
  KEY `id_manufacturer` (`id_manufacturer`),
  KEY `id_supplier` (`id_supplier`),
  KEY `id_warehouse` (`id_warehouse`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_address`
--

LOCK TABLES `tv_address` WRITE;
/*!40000 ALTER TABLE `tv_address` DISABLE KEYS */;
INSERT INTO `tv_address` VALUES (1,21,0,0,1,0,0,'manufacturer','','JOBS','STEVE','1 Infinite Loop','','95014','Cupertino','','(800) 275-2273','','','','2013-10-31 16:16:40','2013-11-03 23:40:51',1,1),(2,8,0,1,0,0,0,'Mon adresse','My Company','DOE','John','16, Main street','2nd floor','75002','Paris ','','0102030405','','','','2013-10-31 16:16:40','2013-10-31 16:16:40',1,0),(3,21,32,0,0,1,0,'supplier','Apple','supplier','supplier','767 Fifth Ave.','','10153','New York','','(212) 336-1440','','','','2013-10-31 16:16:40','2013-10-31 16:16:40',1,0),(4,21,13,0,0,2,0,'supplier','Shure','supplier','supplier','5800 W. Touhy Ave','','60714','Niles','','800-434-3350','','','','2013-10-31 16:16:40','2013-10-31 16:16:40',1,0),(6,17,0,5,0,0,0,'My address','','Iqbal','Mudassar ','38 Kirkland close ','','BB15JF','Blackburn','','','07966591637','','','2013-12-31 09:12:07','2013-12-31 09:12:07',1,0),(7,17,0,6,0,0,0,'My address','','Zaporowski','Boguslaw','21 Jennings Way','Williamson Close','IP22 4DP','Diss','','','07454648704','','','2017-01-05 18:40:35','2017-01-05 18:40:35',1,0);
/*!40000 ALTER TABLE `tv_address` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_address_format`
--

DROP TABLE IF EXISTS `tv_address_format`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_address_format` (
  `id_country` int(10) unsigned NOT NULL,
  `format` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id_country`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_address_format`
--

LOCK TABLES `tv_address_format` WRITE;
/*!40000 ALTER TABLE `tv_address_format` DISABLE KEYS */;
INSERT INTO `tv_address_format` VALUES (1,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(2,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(3,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(4,'firstname lastname\ncompany\naddress1\naddress2\ncity State:name postcode\nCountry:name\nphone'),(5,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(6,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(7,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(8,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(9,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(10,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nState:name\nCountry:name\nphone'),(11,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nState:name\nCountry:name\nphone'),(12,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(13,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(14,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(15,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(16,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(17,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(18,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(19,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(20,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(21,'firstname lastname\ncompany\naddress1 address2\ncity, State:name postcode\nCountry:name\nphone'),(22,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(23,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(24,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(25,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(26,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(27,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(28,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(29,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(30,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(31,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(32,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(33,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(34,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(35,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(36,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(37,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(38,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(39,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(40,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(41,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(42,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(43,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(44,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nState:name\nCountry:name\nphone'),(45,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(46,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(47,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(48,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(49,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(50,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(51,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(52,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(53,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(54,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(55,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(56,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(57,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(58,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(59,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(60,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(61,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(62,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(63,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(64,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(65,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(66,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(67,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(68,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(69,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(70,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(71,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(72,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(73,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(74,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(75,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(76,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(77,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(78,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(79,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(80,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(81,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(82,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(83,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(84,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(85,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(86,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(87,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(88,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(89,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(90,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(91,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(92,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(93,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(94,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(95,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(96,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(97,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(98,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(99,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(100,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(101,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(102,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(103,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(104,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(105,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(106,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(107,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(108,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(109,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(110,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(111,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nState:name\nCountry:name\nphone'),(112,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(113,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(114,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(115,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(116,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(117,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(118,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(119,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(120,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(121,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(122,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(123,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(124,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(125,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(126,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(127,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(128,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(129,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(130,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(131,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(132,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(133,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(134,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(135,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(136,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(137,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(138,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(139,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(140,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(141,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(142,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(143,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(144,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(145,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nState:name\nCountry:name\nphone'),(146,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(147,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(148,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(149,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(150,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(151,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(152,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(153,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(154,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(155,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(156,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(157,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(158,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(159,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(160,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(161,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(162,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(163,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(164,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(165,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(166,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(167,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(168,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(169,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(170,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(171,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(172,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(173,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(174,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(175,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(176,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(177,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(178,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(179,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(180,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(181,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(182,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(183,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(184,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(185,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(186,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(187,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(188,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(189,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(190,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(191,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(192,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(193,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(194,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(195,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(196,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(197,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(198,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(199,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(200,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(201,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(202,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(203,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(204,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(205,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(206,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(207,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(208,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(209,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(210,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(211,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(212,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(213,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(214,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(215,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(216,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(217,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(218,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(219,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(220,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(221,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(222,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(223,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(224,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(225,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(226,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(227,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(228,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(229,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(230,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(231,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(232,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(233,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(234,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(235,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(236,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(237,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(238,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(239,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(240,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(241,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(242,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(243,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(244,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone');
/*!40000 ALTER TABLE `tv_address_format` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_advice`
--

DROP TABLE IF EXISTS `tv_advice`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_advice` (
  `id_advice` int(11) NOT NULL AUTO_INCREMENT,
  `id_ps_advice` int(11) NOT NULL,
  `id_tab` int(11) NOT NULL,
  `ids_tab` text,
  `validated` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `location` enum('after','before') NOT NULL,
  `selector` varchar(255) DEFAULT NULL,
  `start_date` int(11) DEFAULT '0',
  `stop_date` int(11) DEFAULT '0',
  PRIMARY KEY (`id_advice`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_advice`
--

LOCK TABLES `tv_advice` WRITE;
/*!40000 ALTER TABLE `tv_advice` DISABLE KEYS */;
INSERT INTO `tv_advice` VALUES (1,1,52,NULL,0,'before','#configuration_form',0,0),(3,325,70,NULL,0,'before','.toolbar-placeholder:eq(0)',0,0),(5,6,31,NULL,0,'before','#formAddPayment',0,0);
/*!40000 ALTER TABLE `tv_advice` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_advice_lang`
--

DROP TABLE IF EXISTS `tv_advice_lang`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_advice_lang` (
  `id_advice` int(11) NOT NULL,
  `id_lang` int(11) NOT NULL,
  `html` text,
  PRIMARY KEY (`id_advice`,`id_lang`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_advice_lang`
--

LOCK TABLES `tv_advice_lang` WRITE;
/*!40000 ALTER TABLE `tv_advice_lang` DISABLE KEYS */;
INSERT INTO `tv_advice_lang` VALUES (1,1,NULL),(1,2,NULL),(3,1,NULL),(3,2,NULL);
/*!40000 ALTER TABLE `tv_advice_lang` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_alias`
--

DROP TABLE IF EXISTS `tv_alias`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_alias` (
  `id_alias` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `alias` varchar(255) NOT NULL,
  `search` varchar(255) NOT NULL,
  `active` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id_alias`),
  UNIQUE KEY `alias` (`alias`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_alias`
--

LOCK TABLES `tv_alias` WRITE;
/*!40000 ALTER TABLE `tv_alias` DISABLE KEYS */;
INSERT INTO `tv_alias` VALUES (1,'ipdo','ipod',1),(2,'piod','ipod',1);
/*!40000 ALTER TABLE `tv_alias` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_attachment`
--

DROP TABLE IF EXISTS `tv_attachment`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_attachment` (
  `id_attachment` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `file` varchar(40) NOT NULL,
  `file_name` varchar(128) NOT NULL,
  `mime` varchar(128) NOT NULL,
  PRIMARY KEY (`id_attachment`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_attachment`
--

LOCK TABLES `tv_attachment` WRITE;
/*!40000 ALTER TABLE `tv_attachment` DISABLE KEYS */;
INSERT INTO `tv_attachment` VALUES (1,'314939561b7c4392b4d99e1dcbdd87321e7894c6','TYRE CHANGE.jpg','image/jpeg');
/*!40000 ALTER TABLE `tv_attachment` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_attachment_lang`
--

DROP TABLE IF EXISTS `tv_attachment_lang`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_attachment_lang` (
  `id_attachment` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_lang` int(10) unsigned NOT NULL,
  `name` varchar(32) DEFAULT NULL,
  `description` text,
  PRIMARY KEY (`id_attachment`,`id_lang`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_attachment_lang`
--

LOCK TABLES `tv_attachment_lang` WRITE;
/*!40000 ALTER TABLE `tv_attachment_lang` DISABLE KEYS */;
INSERT INTO `tv_attachment_lang` VALUES (1,1,'TYRES','tyres'),(1,2,'TYRES','');
/*!40000 ALTER TABLE `tv_attachment_lang` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_attribute`
--

DROP TABLE IF EXISTS `tv_attribute`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_attribute` (
  `id_attribute` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_attribute_group` int(10) unsigned NOT NULL,
  `color` varchar(32) DEFAULT NULL,
  `position` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id_attribute`),
  KEY `attribute_group` (`id_attribute_group`)
) ENGINE=InnoDB AUTO_INCREMENT=35 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_attribute`
--

LOCK TABLES `tv_attribute` WRITE;
/*!40000 ALTER TABLE `tv_attribute` DISABLE KEYS */;
INSERT INTO `tv_attribute` VALUES (21,8,'',0),(22,8,'',1),(23,8,'',2),(24,5,'',0),(25,5,'',1),(26,5,'',2),(27,6,'',0),(28,6,'',1),(29,6,'',2),(30,7,'',0),(31,7,'',1),(32,7,'',2),(33,4,'',0),(34,4,'',1);
/*!40000 ALTER TABLE `tv_attribute` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_attribute_group`
--

DROP TABLE IF EXISTS `tv_attribute_group`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_attribute_group` (
  `id_attribute_group` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `is_color_group` tinyint(1) NOT NULL DEFAULT '0',
  `group_type` enum('select','radio','color') NOT NULL DEFAULT 'select',
  `position` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id_attribute_group`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_attribute_group`
--

LOCK TABLES `tv_attribute_group` WRITE;
/*!40000 ALTER TABLE `tv_attribute_group` DISABLE KEYS */;
INSERT INTO `tv_attribute_group` VALUES (4,0,'select',0),(5,0,'select',1),(6,0,'select',2),(7,0,'select',3),(8,0,'select',4);
/*!40000 ALTER TABLE `tv_attribute_group` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_attribute_group_lang`
--

DROP TABLE IF EXISTS `tv_attribute_group_lang`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_attribute_group_lang` (
  `id_attribute_group` int(10) unsigned NOT NULL,
  `id_lang` int(10) unsigned NOT NULL,
  `name` varchar(128) NOT NULL,
  `public_name` varchar(64) NOT NULL,
  PRIMARY KEY (`id_attribute_group`,`id_lang`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_attribute_group_lang`
--

LOCK TABLES `tv_attribute_group_lang` WRITE;
/*!40000 ALTER TABLE `tv_attribute_group_lang` DISABLE KEYS */;
INSERT INTO `tv_attribute_group_lang` VALUES (4,1,'Width','Width'),(4,2,'Width','Width'),(5,1,'Profile','Profile'),(5,2,'Profile','Profile'),(6,1,'RimSize','Rim Size'),(6,2,'RimSize','Rim Size'),(7,1,'SpeedRating','Speed Rating'),(7,2,'SpeedRating','Speed Rating'),(8,1,'Load','Load'),(8,2,'Load','Load');
/*!40000 ALTER TABLE `tv_attribute_group_lang` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_attribute_group_shop`
--

DROP TABLE IF EXISTS `tv_attribute_group_shop`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_attribute_group_shop` (
  `id_attribute_group` int(11) unsigned NOT NULL,
  `id_shop` int(11) unsigned NOT NULL,
  PRIMARY KEY (`id_attribute_group`,`id_shop`),
  KEY `id_shop` (`id_shop`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_attribute_group_shop`
--

LOCK TABLES `tv_attribute_group_shop` WRITE;
/*!40000 ALTER TABLE `tv_attribute_group_shop` DISABLE KEYS */;
INSERT INTO `tv_attribute_group_shop` VALUES (4,1),(5,1),(6,1),(7,1),(8,1);
/*!40000 ALTER TABLE `tv_attribute_group_shop` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_attribute_impact`
--

DROP TABLE IF EXISTS `tv_attribute_impact`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_attribute_impact` (
  `id_attribute_impact` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_product` int(11) unsigned NOT NULL,
  `id_attribute` int(11) unsigned NOT NULL,
  `weight` decimal(20,6) NOT NULL,
  `price` decimal(17,2) NOT NULL,
  PRIMARY KEY (`id_attribute_impact`),
  UNIQUE KEY `id_product` (`id_product`,`id_attribute`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_attribute_impact`
--

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

--
-- Table structure for table `tv_attribute_lang`
--

DROP TABLE IF EXISTS `tv_attribute_lang`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_attribute_lang` (
  `id_attribute` int(10) unsigned NOT NULL,
  `id_lang` int(10) unsigned NOT NULL,
  `name` varchar(128) NOT NULL,
  PRIMARY KEY (`id_attribute`,`id_lang`),
  KEY `id_lang` (`id_lang`,`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_attribute_lang`
--

LOCK TABLES `tv_attribute_lang` WRITE;
/*!40000 ALTER TABLE `tv_attribute_lang` DISABLE KEYS */;
INSERT INTO `tv_attribute_lang` VALUES (21,1,'100'),(31,1,'1000'),(32,1,'1500'),(24,1,'20'),(22,1,'200'),(27,1,'200'),(25,1,'30'),(23,1,'300'),(33,1,'4'),(26,1,'40'),(28,1,'400'),(30,1,'500'),(29,1,'600'),(34,1,'600'),(21,2,'100'),(31,2,'1000'),(32,2,'1500'),(24,2,'20'),(22,2,'200'),(27,2,'200'),(25,2,'30'),(23,2,'300'),(33,2,'4'),(26,2,'40'),(28,2,'400'),(30,2,'500'),(29,2,'600'),(34,2,'600');
/*!40000 ALTER TABLE `tv_attribute_lang` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_attribute_shop`
--

DROP TABLE IF EXISTS `tv_attribute_shop`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_attribute_shop` (
  `id_attribute` int(11) unsigned NOT NULL,
  `id_shop` int(11) unsigned NOT NULL,
  PRIMARY KEY (`id_attribute`,`id_shop`),
  KEY `id_shop` (`id_shop`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_attribute_shop`
--

LOCK TABLES `tv_attribute_shop` WRITE;
/*!40000 ALTER TABLE `tv_attribute_shop` DISABLE KEYS */;
INSERT INTO `tv_attribute_shop` VALUES (21,1),(22,1),(23,1),(24,1),(25,1),(26,1),(27,1),(28,1),(29,1),(30,1),(31,1),(32,1),(33,1),(34,1);
/*!40000 ALTER TABLE `tv_attribute_shop` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_badge`
--

DROP TABLE IF EXISTS `tv_badge`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_badge` (
  `id_badge` int(11) NOT NULL AUTO_INCREMENT,
  `id_ps_badge` int(11) NOT NULL,
  `type` varchar(32) NOT NULL,
  `id_group` int(11) NOT NULL,
  `group_position` int(11) NOT NULL,
  `scoring` int(11) NOT NULL,
  `validated` tinyint(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id_badge`)
) ENGINE=InnoDB AUTO_INCREMENT=5041 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_badge`
--

LOCK TABLES `tv_badge` WRITE;
/*!40000 ALTER TABLE `tv_badge` DISABLE KEYS */;
INSERT INTO `tv_badge` VALUES (4926,1,'feature',1,1,10,0),(4927,2,'feature',2,1,10,0),(4928,3,'feature',2,2,15,0),(4929,4,'feature',3,1,15,0),(4930,5,'feature',3,2,15,0),(4931,6,'feature',4,1,15,0),(4932,7,'feature',4,2,15,0),(4933,8,'feature',5,1,5,0),(4934,9,'feature',5,2,10,0),(4935,10,'feature',6,1,15,0),(4936,11,'feature',6,2,10,0),(4937,12,'feature',6,3,10,0),(4938,13,'feature',5,3,10,0),(4939,14,'feature',5,4,15,0),(4940,15,'feature',5,5,20,0),(4941,16,'feature',5,6,20,0),(4942,17,'achievement',7,1,5,0),(4943,18,'achievement',7,2,10,0),(4944,19,'feature',8,1,15,0),(4945,20,'feature',8,2,15,0),(4946,21,'feature',9,1,15,0),(4947,22,'feature',10,1,10,0),(4948,23,'feature',10,2,10,0),(4949,24,'feature',10,3,10,0),(4950,25,'feature',10,4,10,0),(4951,26,'feature',10,5,10,0),(4952,27,'feature',4,3,10,0),(4953,28,'feature',3,3,10,0),(4954,29,'achievement',11,1,5,0),(4955,30,'achievement',11,2,10,0),(4956,31,'achievement',11,3,15,0),(4957,32,'achievement',11,4,20,0),(4958,33,'achievement',11,5,25,0),(4959,34,'achievement',11,6,30,0),(4960,35,'achievement',7,3,15,0),(4961,36,'achievement',7,4,20,0),(4962,37,'achievement',7,5,25,0),(4963,38,'achievement',7,6,30,0),(4964,39,'achievement',12,1,5,0),(4965,40,'achievement',12,2,10,0),(4966,41,'achievement',12,3,15,0),(4967,42,'achievement',12,4,20,0),(4968,43,'achievement',12,5,25,0),(4969,44,'achievement',12,6,30,0),(4970,45,'achievement',13,1,5,0),(4971,46,'achievement',13,2,10,0),(4972,47,'achievement',13,3,15,0),(4973,48,'achievement',13,4,20,0),(4974,49,'achievement',13,5,25,0),(4975,50,'achievement',13,6,30,0),(4976,51,'achievement',14,1,5,0),(4977,52,'achievement',14,2,10,0),(4978,53,'achievement',14,3,15,0),(4979,54,'achievement',14,4,20,0),(4980,55,'achievement',14,5,25,0),(4981,56,'achievement',14,6,30,0),(4982,57,'achievement',15,1,5,0),(4983,58,'achievement',15,2,10,0),(4984,59,'achievement',15,3,15,0),(4985,60,'achievement',15,4,20,0),(4986,61,'achievement',15,5,25,0),(4987,62,'achievement',15,6,30,0),(4988,63,'achievement',16,1,5,0),(4989,64,'achievement',16,2,10,0),(4990,65,'achievement',16,3,15,0),(4991,66,'achievement',16,4,20,0),(4992,67,'achievement',16,5,25,0),(4993,68,'achievement',16,6,30,0),(4994,69,'international',17,1,10,0),(4995,70,'international',18,1,10,0),(4996,71,'international',19,1,10,0),(4997,72,'international',20,1,10,0),(4998,73,'international',21,1,10,0),(4999,74,'international',22,1,10,0),(5000,75,'international',23,1,10,0),(5001,83,'international',31,1,10,0),(5002,84,'international',25,1,10,0),(5003,86,'international',33,1,10,0),(5004,87,'international',34,1,10,0),(5005,88,'feature',35,1,5,0),(5006,89,'feature',35,2,10,0),(5007,90,'feature',35,3,10,0),(5008,91,'feature',35,4,10,0),(5009,92,'feature',35,5,10,0),(5010,93,'feature',35,6,10,0),(5011,94,'feature',36,1,5,0),(5012,95,'feature',36,2,5,0),(5013,96,'feature',36,3,10,0),(5014,97,'feature',36,4,10,0),(5015,98,'feature',36,5,20,0),(5016,99,'feature',36,6,20,0),(5017,100,'feature',8,3,15,0),(5018,101,'achievement',37,1,5,0),(5019,102,'achievement',37,2,5,0),(5020,103,'achievement',37,3,10,0),(5021,104,'achievement',37,4,10,0),(5022,105,'achievement',37,5,15,0),(5023,106,'achievement',37,6,15,0),(5024,107,'achievement',38,1,10,0),(5025,108,'achievement',38,2,10,0),(5026,109,'achievement',38,3,15,0),(5027,110,'achievement',38,4,20,0),(5028,111,'achievement',38,5,25,0),(5029,112,'achievement',38,6,30,0),(5030,113,'achievement',39,1,10,0),(5031,114,'achievement',39,2,20,0),(5032,115,'achievement',39,3,30,0),(5033,116,'achievement',39,4,40,0),(5034,117,'achievement',39,5,50,0),(5035,118,'achievement',39,6,50,0),(5036,119,'feature',40,1,10,0),(5037,120,'feature',40,2,15,0),(5038,121,'feature',40,3,20,0),(5039,122,'feature',40,4,25,0),(5040,0,'',0,0,0,1);
/*!40000 ALTER TABLE `tv_badge` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_badge_lang`
--

DROP TABLE IF EXISTS `tv_badge_lang`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_badge_lang` (
  `id_badge` int(11) NOT NULL,
  `id_lang` int(11) NOT NULL,
  `name` varchar(64) DEFAULT NULL,
  `description` varchar(255) DEFAULT NULL,
  `group_name` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id_badge`,`id_lang`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_badge_lang`
--

LOCK TABLES `tv_badge_lang` WRITE;
/*!40000 ALTER TABLE `tv_badge_lang` DISABLE KEYS */;
INSERT INTO `tv_badge_lang` VALUES (2605,2,'Customer Carts','',''),(4171,2,'Customer Carts','',''),(4819,2,'Catalog Size','',''),(4857,2,'Customer Carts','','');
/*!40000 ALTER TABLE `tv_badge_lang` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_carrier`
--

DROP TABLE IF EXISTS `tv_carrier`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_carrier` (
  `id_carrier` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_reference` int(10) unsigned NOT NULL,
  `id_tax_rules_group` int(10) unsigned DEFAULT '0',
  `name` varchar(64) NOT NULL,
  `url` varchar(255) DEFAULT NULL,
  `active` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `deleted` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `shipping_handling` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `range_behavior` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `is_module` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `is_free` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `shipping_external` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `need_range` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `external_module_name` varchar(64) DEFAULT NULL,
  `shipping_method` int(2) NOT NULL DEFAULT '0',
  `position` int(10) unsigned NOT NULL DEFAULT '0',
  `max_width` int(10) DEFAULT '0',
  `max_height` int(10) DEFAULT '0',
  `max_depth` int(10) DEFAULT '0',
  `max_weight` decimal(20,6) DEFAULT '0.000000',
  `grade` int(10) DEFAULT '0',
  PRIMARY KEY (`id_carrier`),
  KEY `deleted` (`deleted`,`active`),
  KEY `id_tax_rules_group` (`id_tax_rules_group`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_carrier`
--

LOCK TABLES `tv_carrier` WRITE;
/*!40000 ALTER TABLE `tv_carrier` DISABLE KEYS */;
INSERT INTO `tv_carrier` VALUES (1,1,0,'Tyre and Vehicals','',1,1,0,0,0,0,0,0,'',1,0,0,0,0,0.000000,0),(2,2,0,'My carrier','',1,1,1,0,0,1,0,0,'',1,1,0,0,0,0.000000,0),(3,1,0,'Tyre and Vehicals','',1,0,0,0,0,1,0,0,'',1,0,0,0,0,0.000000,0),(4,2,0,'My carrier','',1,1,0,0,0,1,0,0,'',1,1,0,0,0,0.000000,0),(5,2,0,'My carrier','',1,1,1,0,0,0,0,0,'',1,1,0,0,0,0.000000,0),(6,2,0,'My carrier','',1,0,1,0,0,0,0,0,'',1,1,0,0,0,0.000000,0);
/*!40000 ALTER TABLE `tv_carrier` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_carrier_group`
--

DROP TABLE IF EXISTS `tv_carrier_group`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_carrier_group` (
  `id_carrier` int(10) unsigned NOT NULL,
  `id_group` int(10) unsigned NOT NULL,
  PRIMARY KEY (`id_carrier`,`id_group`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_carrier_group`
--

LOCK TABLES `tv_carrier_group` WRITE;
/*!40000 ALTER TABLE `tv_carrier_group` DISABLE KEYS */;
INSERT INTO `tv_carrier_group` VALUES (1,1),(1,2),(1,3),(2,1),(2,2),(2,3),(3,1),(3,2),(3,3),(4,1),(4,2),(4,3),(5,1),(5,2),(5,3),(6,1),(6,2),(6,3);
/*!40000 ALTER TABLE `tv_carrier_group` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_carrier_lang`
--

DROP TABLE IF EXISTS `tv_carrier_lang`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_carrier_lang` (
  `id_carrier` int(10) unsigned NOT NULL,
  `id_shop` int(11) unsigned NOT NULL DEFAULT '1',
  `id_lang` int(10) unsigned NOT NULL,
  `delay` varchar(128) DEFAULT NULL,
  PRIMARY KEY (`id_lang`,`id_shop`,`id_carrier`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_carrier_lang`
--

LOCK TABLES `tv_carrier_lang` WRITE;
/*!40000 ALTER TABLE `tv_carrier_lang` DISABLE KEYS */;
INSERT INTO `tv_carrier_lang` VALUES (1,1,1,'Pick up in-store'),(2,1,1,'Delivery next day!'),(3,1,1,'Pick up in-store'),(4,1,1,'Delivery next day!'),(5,1,1,'Delivery two working days!'),(6,1,1,'Delivery two working days!'),(1,1,2,'Pick up in-store'),(2,1,2,'Delivery next day!'),(3,1,2,'Pick up in-store'),(4,1,2,'Delivery next day!'),(5,1,2,'Delivery next day!'),(6,1,2,'Delivery next day!');
/*!40000 ALTER TABLE `tv_carrier_lang` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_carrier_shop`
--

DROP TABLE IF EXISTS `tv_carrier_shop`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_carrier_shop` (
  `id_carrier` int(11) unsigned NOT NULL,
  `id_shop` int(11) unsigned NOT NULL,
  PRIMARY KEY (`id_carrier`,`id_shop`),
  KEY `id_shop` (`id_shop`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_carrier_shop`
--

LOCK TABLES `tv_carrier_shop` WRITE;
/*!40000 ALTER TABLE `tv_carrier_shop` DISABLE KEYS */;
INSERT INTO `tv_carrier_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(6,1);
/*!40000 ALTER TABLE `tv_carrier_shop` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_carrier_tax_rules_group_shop`
--

DROP TABLE IF EXISTS `tv_carrier_tax_rules_group_shop`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_carrier_tax_rules_group_shop` (
  `id_carrier` int(11) unsigned NOT NULL,
  `id_tax_rules_group` int(11) unsigned NOT NULL,
  `id_shop` int(11) unsigned NOT NULL,
  PRIMARY KEY (`id_carrier`,`id_tax_rules_group`,`id_shop`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_carrier_tax_rules_group_shop`
--

LOCK TABLES `tv_carrier_tax_rules_group_shop` WRITE;
/*!40000 ALTER TABLE `tv_carrier_tax_rules_group_shop` DISABLE KEYS */;
INSERT INTO `tv_carrier_tax_rules_group_shop` VALUES (1,1,1),(2,1,1),(3,0,1),(4,1,1),(5,53,1),(6,53,1);
/*!40000 ALTER TABLE `tv_carrier_tax_rules_group_shop` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_carrier_zone`
--

DROP TABLE IF EXISTS `tv_carrier_zone`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_carrier_zone` (
  `id_carrier` int(10) unsigned NOT NULL,
  `id_zone` int(10) unsigned NOT NULL,
  PRIMARY KEY (`id_carrier`,`id_zone`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_carrier_zone`
--

LOCK TABLES `tv_carrier_zone` WRITE;
/*!40000 ALTER TABLE `tv_carrier_zone` DISABLE KEYS */;
INSERT INTO `tv_carrier_zone` VALUES (1,1),(2,1),(2,2),(3,1),(4,1),(4,2),(5,1),(6,1);
/*!40000 ALTER TABLE `tv_carrier_zone` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_cart`
--

DROP TABLE IF EXISTS `tv_cart`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_cart` (
  `id_cart` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_shop_group` int(11) unsigned NOT NULL DEFAULT '1',
  `id_shop` int(11) unsigned NOT NULL DEFAULT '1',
  `id_carrier` int(10) unsigned NOT NULL,
  `delivery_option` text NOT NULL,
  `id_lang` int(10) unsigned NOT NULL,
  `id_address_delivery` int(10) unsigned NOT NULL,
  `id_address_invoice` int(10) unsigned NOT NULL,
  `id_currency` int(10) unsigned NOT NULL,
  `id_customer` int(10) unsigned NOT NULL,
  `id_guest` int(10) unsigned NOT NULL,
  `secure_key` varchar(32) NOT NULL DEFAULT '-1',
  `recyclable` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `gift` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `gift_message` text,
  `mobile_theme` tinyint(1) NOT NULL DEFAULT '0',
  `allow_seperated_package` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `date_add` datetime NOT NULL,
  `date_upd` datetime NOT NULL,
  PRIMARY KEY (`id_cart`),
  KEY `cart_customer` (`id_customer`),
  KEY `id_address_delivery` (`id_address_delivery`),
  KEY `id_address_invoice` (`id_address_invoice`),
  KEY `id_carrier` (`id_carrier`),
  KEY `id_lang` (`id_lang`),
  KEY `id_currency` (`id_currency`),
  KEY `id_guest` (`id_guest`),
  KEY `id_shop_group` (`id_shop_group`),
  KEY `id_shop` (`id_shop`)
) ENGINE=InnoDB AUTO_INCREMENT=176 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_cart`
--

LOCK TABLES `tv_cart` WRITE;
/*!40000 ALTER TABLE `tv_cart` DISABLE KEYS */;
INSERT INTO `tv_cart` VALUES (2,1,1,0,'',1,0,0,1,0,7,'',0,0,'',0,0,'2013-11-01 03:43:52','2013-11-01 03:46:03'),(3,1,1,0,'',1,0,0,1,0,9,'',0,0,'',1,0,'2013-11-01 14:59:02','2013-11-01 14:59:02'),(6,1,1,0,'',1,0,0,1,0,59,'',0,0,'',0,0,'2013-12-02 13:27:17','2013-12-02 13:30:55'),(7,1,1,0,'',2,0,0,1,0,70,'',0,0,'',0,0,'2013-12-05 18:45:49','2013-12-05 18:46:24'),(8,1,1,0,'',1,0,0,1,0,124,'',0,0,'',0,0,'2013-12-08 07:22:11','2013-12-08 07:22:11'),(9,1,1,0,'',1,0,0,1,0,63,'',0,0,'',0,0,'2013-12-08 07:39:01','2013-12-08 08:20:59'),(12,1,1,0,'',1,0,0,1,0,126,'',0,0,'',0,0,'2013-12-08 12:01:45','2013-12-08 12:01:45'),(13,1,1,0,'',1,0,0,1,0,137,'',0,0,'',0,0,'2013-12-08 12:04:04','2013-12-08 12:04:04'),(14,1,1,0,'',1,0,0,1,0,743,'',0,0,'',0,0,'2013-12-15 23:23:05','2013-12-18 17:38:18'),(15,1,1,0,'',1,0,0,1,0,1113,'',0,0,'',0,0,'2013-12-28 02:46:22','2013-12-28 02:48:43'),(16,1,1,0,'',1,0,0,1,0,1188,'',0,0,'',0,0,'2013-12-30 12:40:51','2013-12-30 12:40:51'),(17,1,1,0,'',1,6,6,1,5,1158,'a04e1f5fb7a917b66351c81c207788e0',0,0,'',0,0,'2013-12-31 09:08:56','2014-01-10 11:29:47'),(18,1,1,3,'a:1:{i:6;s:2:\"3,\";}',1,6,6,1,5,916,'a04e1f5fb7a917b66351c81c207788e0',0,0,'',0,0,'2013-12-31 11:44:19','2014-01-14 10:34:55'),(19,1,1,0,'',1,0,0,1,0,1098,'',0,0,'',0,0,'2014-01-05 09:26:09','2014-01-07 12:42:32'),(20,1,1,0,'',1,0,0,1,0,1396,'',0,0,'',0,0,'2014-01-07 16:28:17','2014-01-07 16:28:18'),(21,1,1,0,'',1,0,0,1,0,1569,'',0,0,'',0,0,'2014-01-13 14:54:18','2014-01-13 14:54:58'),(22,1,1,0,'',1,0,0,1,0,1817,'',0,0,'',0,0,'2014-01-27 09:10:37','2014-01-27 09:10:47'),(23,1,1,0,'',1,0,0,1,0,1902,'',0,0,'',1,0,'2014-01-31 09:13:16','2014-01-31 09:13:16'),(24,1,1,0,'',1,0,0,1,0,2414,'',0,0,'',0,0,'2014-02-16 02:47:14','2014-02-16 02:47:24'),(25,1,1,0,'',1,0,0,1,0,2498,'',0,0,'',0,0,'2014-02-17 17:07:49','2014-02-17 17:08:22'),(26,1,1,0,'',1,0,0,1,0,2550,'',0,0,'',0,0,'2014-02-20 13:57:03','2014-02-20 13:57:09'),(27,1,1,0,'',1,0,0,1,0,3062,'',0,0,'',0,0,'2014-03-14 14:50:52','2014-03-14 14:51:48'),(28,1,1,0,'',1,0,0,1,0,3095,'',0,0,'',0,0,'2014-03-15 15:46:46','2014-03-15 15:52:17'),(29,1,1,0,'',1,0,0,1,0,3988,'',0,0,'',0,0,'2014-04-12 20:37:44','2014-04-12 20:37:45'),(30,1,1,0,'',1,0,0,1,0,5461,'',0,0,'',0,0,'2014-05-18 04:50:23','2014-05-18 04:51:12'),(31,1,1,0,'',1,0,0,1,0,5627,'',0,0,'',0,0,'2014-05-22 04:01:35','2014-05-22 08:48:40'),(32,1,1,0,'',1,0,0,1,0,6279,'',0,0,'',0,0,'2014-06-07 16:03:50','2014-06-07 16:08:38'),(33,1,1,0,'',1,0,0,1,0,6937,'',0,0,'',0,0,'2014-06-22 06:18:16','2014-06-22 06:24:53'),(34,1,1,0,'',1,0,0,1,0,6938,'',0,0,'',0,0,'2014-06-22 07:54:46','2014-06-22 08:00:59'),(35,1,1,0,'',1,0,0,1,0,6946,'',0,0,'',0,0,'2014-06-22 18:55:06','2014-06-22 18:55:06'),(36,1,1,0,'',1,0,0,1,0,7180,'',0,0,'',1,0,'2014-06-29 22:48:05','2014-06-29 22:48:06'),(37,1,1,0,'',1,0,0,1,0,8992,'',0,0,'',0,0,'2014-08-09 23:59:41','2014-08-10 00:04:28'),(38,1,1,0,'',1,0,0,1,0,9611,'',0,0,'',1,0,'2014-08-17 17:47:01','2014-08-17 17:47:01'),(39,1,1,0,'',1,0,0,1,0,10128,'',0,0,'',1,0,'2014-08-28 15:21:49','2014-08-28 15:21:49'),(40,1,1,0,'',1,0,0,1,0,10799,'',0,0,'',0,0,'2014-09-15 07:51:57','2014-09-15 07:53:09'),(41,1,1,0,'',1,0,0,1,0,11136,'',0,0,'',0,0,'2014-09-20 01:09:42','2014-09-20 01:09:58'),(42,1,1,0,'',1,0,0,1,0,11267,'',0,0,'',0,0,'2014-09-23 12:52:31','2014-09-23 12:52:48'),(43,1,1,0,'',1,0,0,1,0,11273,'',0,0,'',0,0,'2014-09-23 14:21:26','2014-09-23 14:21:46'),(44,1,1,0,'',1,0,0,1,0,11274,'',0,0,'',0,0,'2014-09-23 14:22:46','2014-09-23 14:23:02'),(45,1,1,0,'',1,0,0,1,0,11613,'',0,0,'',0,0,'2014-09-30 15:29:00','2014-09-30 15:29:00'),(46,1,1,0,'',1,0,0,1,0,11948,'',0,0,'',1,0,'2014-10-07 13:23:39','2014-10-07 13:23:39'),(47,1,1,0,'',1,0,0,1,0,11997,'',0,0,'',0,0,'2014-10-09 07:48:52','2014-10-09 07:53:35'),(48,1,1,0,'',1,0,0,1,0,12112,'',0,0,'',0,0,'2014-10-11 11:09:52','2014-10-11 11:09:52'),(49,1,1,0,'',1,0,0,1,0,12581,'',0,0,'',0,0,'2014-10-21 07:25:01','2014-10-21 07:25:01'),(50,1,1,0,'',1,0,0,1,0,13223,'',0,0,'',0,0,'2014-11-02 23:46:29','2014-11-02 23:53:19'),(51,1,1,0,'',1,0,0,1,0,14011,'',0,0,'',0,0,'2014-11-19 13:29:33','2014-11-19 13:29:42'),(52,1,1,0,'',1,0,0,1,0,14205,'',0,0,'',0,0,'2014-11-21 22:25:00','2014-11-21 22:25:00'),(53,1,1,6,'a:1:{i:0;s:2:\"6,\";}',1,0,0,1,0,15276,'',0,0,'',0,0,'2014-12-14 20:15:56','2014-12-14 20:16:29'),(54,1,1,0,'',1,0,0,1,0,15332,'',0,0,'',0,0,'2014-12-16 01:22:01','2014-12-16 01:27:20'),(55,1,1,0,'',1,0,0,1,0,16632,'',0,0,'',0,0,'2015-01-11 09:03:44','2015-01-11 09:04:03'),(56,1,1,0,'',1,0,0,1,0,18179,'',0,0,'',0,0,'2015-02-10 11:35:39','2015-02-10 11:41:47'),(57,1,1,0,'',1,0,0,1,0,18229,'',0,0,'',0,0,'2015-02-11 15:54:55','2015-02-11 15:54:55'),(58,1,1,0,'',1,0,0,1,0,18775,'',0,0,'',0,0,'2015-02-22 23:36:07','2015-02-22 23:36:39'),(59,1,1,0,'',1,0,0,1,0,19103,'',0,0,'',0,0,'2015-03-04 11:25:53','2015-03-04 11:25:53'),(60,1,1,0,'',1,0,0,1,0,19355,'',0,0,'',0,0,'2015-03-09 11:01:26','2015-03-09 11:01:26'),(61,1,1,0,'',1,0,0,1,0,19651,'',0,0,'',0,0,'2015-03-17 07:49:02','2015-03-17 07:53:39'),(62,1,1,0,'',1,0,0,1,0,20063,'',0,0,'',0,0,'2015-03-26 23:44:14','2015-03-26 23:44:44'),(63,1,1,0,'',1,0,0,1,0,20425,'',0,0,'',0,0,'2015-04-02 17:29:56','2015-04-02 17:30:01'),(64,1,1,0,'',1,0,0,1,0,20723,'',0,0,'',1,0,'2015-04-05 22:21:05','2015-04-05 22:21:05'),(65,1,1,0,'',1,0,0,1,0,20832,'',0,0,'',0,0,'2015-04-08 13:49:38','2015-04-08 13:49:57'),(66,1,1,0,'',1,0,0,1,0,21326,'',0,0,'',1,0,'2015-04-16 08:30:26','2015-04-16 08:30:27'),(67,1,1,0,'',1,0,0,1,0,21369,'',0,0,'',0,0,'2015-04-16 15:26:25','2015-04-16 15:26:46'),(68,1,1,0,'',1,0,0,1,0,22757,'',0,0,'',0,0,'2015-05-11 04:34:34','2015-05-11 04:34:34'),(69,1,1,0,'',1,0,0,1,0,22757,'',0,0,'',0,0,'2015-05-11 04:34:34','2015-05-11 04:34:34'),(70,1,1,0,'',1,0,0,1,0,22757,'',0,0,'',0,0,'2015-05-11 04:34:34','2015-05-11 04:34:35'),(71,1,1,0,'',1,0,0,1,0,22757,'',0,0,'',0,0,'2015-05-11 04:34:37','2015-05-11 04:34:37'),(72,1,1,0,'',1,0,0,1,0,22757,'',0,0,'',0,0,'2015-05-11 04:42:51','2015-05-11 04:42:51'),(73,1,1,0,'',1,0,0,1,0,22757,'',0,0,'',0,0,'2015-05-11 04:42:51','2015-05-11 04:42:51'),(74,1,1,0,'',1,0,0,1,0,22757,'',0,0,'',0,0,'2015-05-11 04:42:52','2015-05-11 04:42:52'),(75,1,1,0,'',1,0,0,1,0,22757,'',0,0,'',0,0,'2015-05-11 04:42:52','2015-05-11 04:42:52'),(76,1,1,0,'',1,0,0,1,0,22757,'',0,0,'',0,0,'2015-05-11 04:42:57','2015-05-11 04:42:58'),(77,1,1,0,'',1,0,0,1,0,22757,'',0,0,'',0,0,'2015-05-11 04:43:01','2015-05-11 04:43:01'),(78,1,1,0,'',1,0,0,1,0,22757,'',0,0,'',0,0,'2015-05-11 04:43:02','2015-05-11 04:43:02'),(79,1,1,0,'',1,0,0,1,0,23664,'',0,0,'',0,0,'2015-05-25 23:50:01','2015-05-25 23:56:40'),(80,1,1,0,'',1,0,0,1,0,25634,'',0,0,'',0,0,'2015-07-11 04:43:11','2015-07-11 04:43:57'),(81,1,1,0,'',1,0,0,1,0,26472,'',0,0,'',0,0,'2015-07-30 06:55:42','2015-07-30 06:55:43'),(82,1,1,0,'',1,0,0,1,0,26540,'',0,0,'',0,0,'2015-08-01 14:52:36','2015-08-01 14:52:53'),(83,1,1,0,'',1,0,0,1,0,28229,'',0,0,'',0,0,'2015-08-30 01:01:06','2015-08-30 01:07:48'),(84,1,1,0,'',1,0,0,1,0,28459,'',0,0,'',0,0,'2015-09-05 12:57:00','2015-09-05 12:57:01'),(85,1,1,0,'',1,0,0,1,0,28843,'',0,0,'',0,0,'2015-09-11 22:52:37','2015-09-15 23:12:46'),(86,1,1,0,'',1,0,0,1,0,29934,'',0,0,'',0,0,'2015-10-05 11:47:47','2015-10-05 11:47:48'),(87,1,1,0,'',1,0,0,1,0,30610,'',0,0,'',0,0,'2015-10-17 06:28:09','2015-10-17 06:28:28'),(88,1,1,0,'',1,0,0,1,0,30637,'',0,0,'',0,0,'2015-10-17 16:48:25','2015-10-17 16:48:25'),(89,1,1,0,'',1,0,0,1,0,33338,'',0,0,'',0,0,'2015-12-10 15:37:05','2015-12-10 16:11:24'),(90,1,1,0,'',1,0,0,1,0,33365,'',0,0,'',0,0,'2015-12-10 18:36:05','2015-12-10 18:36:49'),(91,1,1,0,'',1,0,0,1,0,35677,'',0,0,'',0,0,'2016-01-15 19:33:35','2016-01-15 19:34:12'),(92,1,1,0,'',1,0,0,1,0,36742,'',0,0,'',0,0,'2016-02-04 07:39:06','2016-02-04 07:42:04'),(93,1,1,0,'',1,0,0,1,0,37073,'',0,0,'',0,0,'2016-02-10 22:11:35','2016-02-10 22:11:36'),(94,1,1,0,'',1,0,0,1,0,37625,'',0,0,'',0,0,'2016-02-18 16:48:42','2016-02-18 16:48:42'),(95,1,1,0,'',1,0,0,1,0,38816,'',0,0,'',0,0,'2016-03-04 11:12:39','2016-03-04 11:12:39'),(96,1,1,0,'',1,0,0,1,0,43992,'',0,0,'',1,0,'2016-05-25 09:39:35','2016-05-25 09:39:35'),(97,1,1,0,'',1,0,0,1,0,45751,'',0,0,'',0,0,'2016-06-21 14:59:07','2016-06-21 14:59:07'),(98,1,1,0,'',1,0,0,1,0,45893,'',0,0,'',0,0,'2016-06-23 12:47:22','2016-06-23 12:47:23'),(99,1,1,0,'',1,0,0,1,0,46813,'',0,0,'',0,0,'2016-07-12 12:02:12','2016-07-12 12:02:12'),(100,1,1,0,'',1,0,0,1,0,47519,'',0,0,'',0,0,'2016-07-26 02:54:16','2016-07-26 02:54:44'),(101,1,1,0,'',1,0,0,1,0,47603,'',0,0,'',0,0,'2016-07-27 08:34:11','2016-07-27 08:34:34'),(102,1,1,0,'',1,0,0,1,0,47619,'',0,0,'',0,0,'2016-07-27 17:24:41','2016-07-27 17:25:04'),(103,1,1,0,'',1,0,0,1,0,47620,'',0,0,'',0,0,'2016-07-27 18:26:10','2016-07-27 18:26:39'),(104,1,1,0,'',1,0,0,1,0,47640,'',0,0,'',0,0,'2016-07-28 05:45:55','2016-07-28 05:46:22'),(105,1,1,0,'',1,0,0,1,0,51300,'',0,0,'',1,0,'2016-10-21 19:23:32','2016-10-21 19:23:32'),(106,1,1,0,'',1,0,0,1,0,51457,'',0,0,'',0,0,'2016-10-26 10:15:09','2016-10-26 10:18:53'),(107,1,1,0,'',1,0,0,1,0,52177,'',0,0,'',1,0,'2016-11-16 01:30:00','2016-11-16 01:30:00'),(108,1,1,0,'',1,0,0,1,0,52659,'',0,0,'',0,0,'2016-11-29 18:17:27','2016-11-29 18:47:58'),(109,1,1,0,'',1,0,0,1,0,52880,'',0,0,'',0,0,'2016-12-08 04:45:36','2016-12-08 04:46:51'),(110,1,1,0,'',1,0,0,1,0,53033,'',0,0,'',0,0,'2016-12-14 17:59:42','2016-12-14 17:59:57'),(111,1,1,0,'',1,0,0,1,0,53034,'',0,0,'',0,0,'2016-12-14 18:00:09','2016-12-14 18:00:34'),(112,1,1,0,'',1,0,0,1,0,53035,'',0,0,'',0,0,'2016-12-14 18:22:12','2016-12-14 18:24:05'),(113,1,1,0,'',1,0,0,1,0,53036,'',0,0,'',0,0,'2016-12-14 18:22:14','2016-12-14 18:24:14'),(114,1,1,0,'',1,0,0,1,0,53088,'',0,0,'',0,0,'2016-12-17 01:11:40','2016-12-17 01:13:12'),(115,1,1,0,'',1,0,0,1,0,53085,'',0,0,'',0,0,'2016-12-17 01:11:42','2016-12-17 01:13:05'),(116,1,1,0,'',1,0,0,1,0,53092,'',0,0,'',0,0,'2016-12-17 13:45:01','2016-12-17 13:47:01'),(117,1,1,0,'',1,0,0,1,0,53094,'',0,0,'',0,0,'2016-12-17 13:45:03','2016-12-17 13:46:33'),(118,1,1,0,'',1,0,0,1,0,53119,'',0,0,'',0,0,'2016-12-18 15:45:01','2016-12-18 15:46:27'),(119,1,1,0,'',1,0,0,1,0,53180,'',0,0,'',0,0,'2016-12-20 03:05:32','2016-12-20 03:06:54'),(120,1,1,0,'',1,0,0,1,0,53361,'',0,0,'',0,0,'2016-12-25 15:11:15','2016-12-25 15:13:03'),(121,1,1,3,'a:1:{i:7;s:2:\"3,\";}',1,7,7,1,6,53700,'0dced023abaa099006ec1e930c813043',0,0,'',1,0,'2017-01-05 17:14:47','2017-01-05 18:41:45'),(122,1,1,0,'',1,0,0,1,0,53979,'',0,0,'',0,0,'2017-01-16 17:33:57','2017-01-16 17:33:58'),(123,1,1,0,'',1,0,0,1,0,53980,'',0,0,'',0,0,'2017-01-16 17:33:58','2017-01-16 17:33:58'),(124,1,1,0,'',1,0,0,1,0,53982,'',0,0,'',0,0,'2017-01-16 17:33:58','2017-01-16 17:33:58'),(125,1,1,0,'',1,0,0,1,0,53988,'',0,0,'',0,0,'2017-01-16 17:33:59','2017-01-16 17:33:59'),(126,1,1,0,'',1,0,0,1,0,53990,'',0,0,'',0,0,'2017-01-16 17:34:00','2017-01-16 17:34:00'),(127,1,1,0,'',1,0,0,1,0,53989,'',0,0,'',0,0,'2017-01-16 17:34:01','2017-01-16 17:34:01'),(128,1,1,0,'',1,0,0,1,0,54905,'',0,0,'',0,0,'2017-02-17 05:54:23','2017-02-17 05:55:28'),(129,1,1,0,'',1,0,0,1,0,54906,'',0,0,'',0,0,'2017-02-17 05:54:45','2017-02-17 05:54:56'),(130,1,1,0,'',1,0,0,1,0,55941,'',0,0,'',0,0,'2017-03-13 21:36:23','2017-03-13 21:36:59'),(131,1,1,0,'',1,0,0,1,0,56493,'',0,0,'',0,0,'2017-03-26 17:01:39','2017-03-26 17:02:01'),(132,1,1,0,'',1,0,0,1,0,56503,'',0,0,'',0,0,'2017-03-27 01:21:19','2017-03-27 01:25:01'),(133,1,1,0,'',1,0,0,1,0,56634,'',0,0,'',0,0,'2017-03-29 12:59:54','2017-03-29 13:00:23'),(134,1,1,0,'',1,0,0,1,0,56740,'',0,0,'',0,0,'2017-03-31 05:06:47','2017-03-31 05:07:09'),(135,1,1,0,'',1,0,0,1,0,56887,'',0,0,'',0,0,'2017-04-02 16:16:46','2017-04-02 16:17:08'),(136,1,1,0,'',1,0,0,1,0,56931,'',0,0,'',0,0,'2017-04-04 12:16:49','2017-04-04 12:16:50'),(137,1,1,0,'',1,0,0,1,0,56938,'',0,0,'',0,0,'2017-04-04 12:16:51','2017-04-04 12:16:51'),(138,1,1,0,'',1,0,0,1,0,56934,'',0,0,'',0,0,'2017-04-04 12:16:51','2017-04-04 12:16:52'),(139,1,1,0,'',1,0,0,1,0,57303,'',0,0,'',0,0,'2017-04-17 01:59:51','2017-04-17 01:59:51'),(140,1,1,0,'',1,0,0,1,0,58100,'',0,0,'',0,0,'2017-05-08 08:56:23','2017-05-08 08:56:54'),(141,1,1,0,'',1,0,0,1,0,58106,'',0,0,'',0,0,'2017-05-08 13:42:21','2017-05-08 13:42:51'),(142,1,1,0,'',1,0,0,1,0,58187,'',0,0,'',0,0,'2017-05-11 22:26:33','2017-05-11 22:26:59'),(143,1,1,0,'',1,0,0,1,0,58193,'',0,0,'',0,0,'2017-05-12 01:16:05','2017-05-12 01:16:15'),(144,1,1,0,'',1,0,0,1,0,58192,'',0,0,'',0,0,'2017-05-12 01:16:07','2017-05-12 01:16:39'),(145,1,1,0,'',1,0,0,1,0,58206,'',0,0,'',0,0,'2017-05-12 14:15:05','2017-05-12 14:15:06'),(146,1,1,0,'',1,0,0,1,0,58235,'',0,0,'',0,0,'2017-05-12 19:52:58','2017-05-12 19:53:16'),(147,1,1,0,'',1,0,0,1,0,58265,'',0,0,'',0,0,'2017-05-14 17:41:52','2017-05-14 17:42:29'),(148,1,1,0,'',1,0,0,1,0,58329,'',0,0,'',0,0,'2017-05-16 12:29:06','2017-05-16 12:32:55'),(149,1,1,0,'',1,0,0,1,0,58338,'',0,0,'',0,0,'2017-05-16 20:41:02','2017-05-16 20:41:28'),(150,1,1,0,'',1,0,0,1,0,59807,'',0,0,'',0,0,'2017-06-28 06:09:21','2017-06-28 06:13:13'),(151,1,1,0,'',1,0,0,1,0,60093,'',0,0,'',0,0,'2017-07-05 09:31:09','2017-07-05 09:31:37'),(152,1,1,0,'',1,0,0,1,0,60124,'',0,0,'',0,0,'2017-07-06 12:56:48','2017-07-06 12:57:22'),(153,1,1,0,'',1,0,0,1,0,61406,'',0,0,'',0,0,'2017-08-10 12:22:31','2017-08-10 12:26:28'),(154,1,1,0,'',1,0,0,1,0,62156,'',0,0,'',0,0,'2017-09-02 10:05:50','2017-09-02 10:06:15'),(155,1,1,0,'',1,0,0,1,0,62320,'',0,0,'',0,0,'2017-09-07 00:58:19','2017-09-07 00:58:42'),(156,1,1,0,'',1,0,0,1,0,62464,'',0,0,'',0,0,'2017-09-11 15:02:34','2017-09-11 15:05:45'),(157,1,1,0,'',1,0,0,1,0,63996,'',0,0,'',0,0,'2017-10-15 15:29:03','2017-10-15 15:29:10'),(158,1,1,0,'',1,0,0,1,0,64003,'',0,0,'',0,0,'2017-10-15 19:13:45','2017-10-15 19:14:07'),(159,1,1,0,'',1,0,0,1,0,64108,'',0,0,'',0,0,'2017-10-16 21:57:02','2017-10-16 22:01:36'),(160,1,1,0,'',1,0,0,1,0,64165,'',0,0,'',0,0,'2017-10-17 20:49:48','2017-10-17 20:50:13'),(161,1,1,0,'',1,0,0,1,0,66436,'',0,0,'',0,0,'2017-11-26 11:56:07','2017-11-26 11:56:41'),(162,1,1,0,'',1,0,0,1,0,67354,'',0,0,'',0,0,'2017-12-11 15:14:07','2017-12-11 15:17:15'),(163,1,1,0,'',1,0,0,1,0,67885,'',0,0,'',0,0,'2017-12-29 07:00:49','2017-12-29 07:00:59'),(164,1,1,0,'',1,0,0,1,0,68762,'',0,0,'',0,0,'2018-01-24 06:14:28','2018-01-24 06:14:28'),(165,1,1,0,'',1,0,0,1,0,68761,'',0,0,'',0,0,'2018-01-24 06:14:28','2018-01-24 06:14:28'),(166,1,1,0,'',1,0,0,1,0,68765,'',0,0,'',0,0,'2018-01-24 06:14:29','2018-01-24 06:14:29'),(167,1,1,0,'',1,0,0,1,0,68766,'',0,0,'',0,0,'2018-01-24 06:14:29','2018-01-24 06:14:29'),(168,1,1,0,'',1,0,0,1,0,68759,'',0,0,'',0,0,'2018-01-24 06:14:30','2018-01-24 06:14:30'),(169,1,1,0,'',1,0,0,1,0,69226,'',0,0,'',0,0,'2018-02-01 23:28:06','2018-02-01 23:30:43'),(170,1,1,0,'',1,0,0,1,0,69620,'',0,0,'',0,0,'2018-03-13 18:44:48','2018-03-13 18:44:48'),(171,1,1,0,'',1,0,0,1,0,69980,'',0,0,'',0,0,'2018-03-19 05:37:47','2018-03-19 05:44:06'),(172,1,1,0,'',1,0,0,1,0,71076,'',0,0,'',0,0,'2018-03-31 00:05:05','2018-03-31 00:21:02'),(173,1,1,0,'',1,0,0,1,0,71079,'',0,0,'',0,0,'2018-03-31 02:21:11','2018-03-31 02:37:24'),(174,1,1,0,'',1,0,0,1,0,71082,'',0,0,'',0,0,'2018-03-31 04:43:36','2018-03-31 04:59:43'),(175,1,1,0,'',1,0,0,1,0,71348,'',0,0,'',1,0,'2018-04-04 17:33:15','2018-04-04 17:33:15');
/*!40000 ALTER TABLE `tv_cart` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_cart_cart_rule`
--

DROP TABLE IF EXISTS `tv_cart_cart_rule`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_cart_cart_rule` (
  `id_cart` int(10) unsigned NOT NULL,
  `id_cart_rule` int(10) unsigned NOT NULL,
  PRIMARY KEY (`id_cart`,`id_cart_rule`),
  KEY `id_cart_rule` (`id_cart_rule`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_cart_cart_rule`
--

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

--
-- Table structure for table `tv_cart_product`
--

DROP TABLE IF EXISTS `tv_cart_product`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_cart_product` (
  `id_cart` int(10) unsigned NOT NULL,
  `id_product` int(10) unsigned NOT NULL,
  `id_address_delivery` int(10) unsigned DEFAULT '0',
  `id_shop` int(10) unsigned NOT NULL DEFAULT '1',
  `id_product_attribute` int(10) unsigned DEFAULT NULL,
  `quantity` int(10) unsigned NOT NULL DEFAULT '0',
  `date_add` datetime NOT NULL,
  KEY `cart_product_index` (`id_cart`,`id_product`),
  KEY `id_product_attribute` (`id_product_attribute`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_cart_product`
--

LOCK TABLES `tv_cart_product` WRITE;
/*!40000 ALTER TABLE `tv_cart_product` DISABLE KEYS */;
INSERT INTO `tv_cart_product` VALUES (16,9,0,1,0,1,'2013-12-30 12:40:51'),(19,10,0,1,0,3,'2014-01-07 12:42:32'),(20,9,0,1,0,1,'2014-01-07 16:28:18'),(18,22,6,1,0,1,'2014-01-14 10:34:22'),(22,10,0,1,0,1,'2014-01-27 09:10:37'),(22,11,0,1,0,1,'2014-01-27 09:10:39'),(22,18,0,1,0,1,'2014-01-27 09:10:40'),(22,19,0,1,0,1,'2014-01-27 09:10:42'),(22,20,0,1,0,1,'2014-01-27 09:10:43'),(22,21,0,1,0,1,'2014-01-27 09:10:45'),(22,22,0,1,0,1,'2014-01-27 09:10:47'),(23,9,0,1,0,2,'2014-01-31 09:13:16'),(24,10,0,1,0,1,'2014-02-16 02:47:14'),(24,11,0,1,0,1,'2014-02-16 02:47:16'),(24,18,0,1,0,1,'2014-02-16 02:47:17'),(24,19,0,1,0,1,'2014-02-16 02:47:19'),(24,20,0,1,0,1,'2014-02-16 02:47:21'),(24,21,0,1,0,1,'2014-02-16 02:47:22'),(24,22,0,1,0,1,'2014-02-16 02:47:24'),(25,21,0,1,0,2,'2014-02-17 17:08:22'),(26,9,0,1,0,2,'2014-02-20 13:57:09'),(27,9,0,1,0,1,'2014-03-14 14:50:52'),(27,17,0,1,0,1,'2014-03-14 14:50:54'),(27,11,0,1,0,1,'2014-03-14 14:50:57'),(27,10,0,1,0,1,'2014-03-14 14:51:05'),(27,18,0,1,0,1,'2014-03-14 14:51:16'),(27,19,0,1,0,1,'2014-03-14 14:51:22'),(27,20,0,1,0,1,'2014-03-14 14:51:27'),(27,21,0,1,0,1,'2014-03-14 14:51:33'),(27,22,0,1,0,1,'2014-03-14 14:51:44'),(27,24,0,1,0,1,'2014-03-14 14:51:48'),(29,21,0,1,0,1,'2014-04-12 20:37:45'),(30,33,0,1,0,1,'2014-05-18 04:50:23'),(30,30,0,1,0,1,'2014-05-18 04:50:30'),(30,28,0,1,0,1,'2014-05-18 04:50:35'),(30,27,0,1,0,1,'2014-05-18 04:50:40'),(30,26,0,1,0,1,'2014-05-18 04:50:45'),(30,22,0,1,0,1,'2014-05-18 04:50:51'),(30,21,0,1,0,1,'2014-05-18 04:50:56'),(30,20,0,1,0,1,'2014-05-18 04:51:01'),(30,19,0,1,0,1,'2014-05-18 04:51:07'),(30,11,0,1,0,1,'2014-05-18 04:51:12'),(31,20,0,1,0,2,'2014-05-22 09:47:59'),(31,19,0,1,0,2,'2014-05-22 09:48:02'),(31,11,0,1,0,2,'2014-05-22 09:48:05'),(32,27,0,1,0,2,'2014-06-07 17:08:09'),(32,20,0,1,0,2,'2014-06-07 17:05:56'),(32,26,0,1,0,2,'2014-06-07 17:07:38'),(32,22,0,1,0,2,'2014-06-07 17:06:12'),(32,30,0,1,0,2,'2014-06-07 17:07:47'),(32,11,0,1,0,2,'2014-06-07 17:05:52'),(32,21,0,1,0,2,'2014-06-07 17:06:18'),(32,33,0,1,0,2,'2014-06-07 17:07:35'),(32,19,0,1,0,2,'2014-06-07 17:05:43'),(32,28,0,1,0,1,'2014-06-07 16:05:02'),(32,17,0,1,0,1,'2014-06-07 16:05:49'),(32,18,0,1,0,1,'2014-06-07 16:06:02'),(32,10,0,1,0,1,'2014-06-07 16:06:06'),(32,24,0,1,0,1,'2014-06-07 16:06:09'),(32,9,0,1,0,1,'2014-06-07 16:06:25'),(32,25,0,1,0,1,'2014-06-07 16:07:31'),(32,32,0,1,0,1,'2014-06-07 16:07:44'),(32,29,0,1,0,1,'2014-06-07 16:07:54'),(32,31,0,1,0,1,'2014-06-07 16:07:57'),(32,34,0,1,0,1,'2014-06-07 16:08:06'),(32,38,0,1,0,1,'2014-06-07 16:08:26'),(32,36,0,1,0,1,'2014-06-07 16:08:30'),(32,35,0,1,0,1,'2014-06-07 16:08:34'),(32,37,0,1,0,1,'2014-06-07 16:08:38'),(35,21,0,1,0,1,'2014-06-22 18:55:06'),(36,20,0,1,0,2,'2014-06-29 22:48:06'),(37,27,0,1,0,2,'2014-08-10 01:04:07'),(37,20,0,1,0,2,'2014-08-10 01:01:53'),(37,26,0,1,0,2,'2014-08-10 01:03:35'),(37,22,0,1,0,2,'2014-08-10 01:02:09'),(37,30,0,1,0,2,'2014-08-10 01:03:44'),(37,11,0,1,0,2,'2014-08-10 01:01:50'),(37,21,0,1,0,2,'2014-08-10 01:02:15'),(37,33,0,1,0,2,'2014-08-10 01:03:32'),(37,19,0,1,0,2,'2014-08-10 01:01:40'),(37,28,0,1,0,2,'2014-08-10 01:04:13'),(37,17,0,1,0,1,'2014-08-10 00:01:47'),(37,18,0,1,0,1,'2014-08-10 00:01:59'),(37,10,0,1,0,1,'2014-08-10 00:02:02'),(37,24,0,1,0,1,'2014-08-10 00:02:06'),(37,9,0,1,0,1,'2014-08-10 00:02:22'),(37,25,0,1,0,1,'2014-08-10 00:03:28'),(37,32,0,1,0,1,'2014-08-10 00:03:41'),(37,29,0,1,0,1,'2014-08-10 00:03:51'),(37,31,0,1,0,1,'2014-08-10 00:03:54'),(37,34,0,1,0,1,'2014-08-10 00:04:03'),(37,38,0,1,0,1,'2014-08-10 00:04:19'),(37,36,0,1,0,1,'2014-08-10 00:04:22'),(37,35,0,1,0,1,'2014-08-10 00:04:25'),(37,37,0,1,0,1,'2014-08-10 00:04:28'),(38,36,0,1,0,4,'2014-08-17 17:47:01'),(39,38,0,1,0,2,'2014-08-28 15:21:49'),(40,33,0,1,0,1,'2014-09-15 07:51:57'),(40,30,0,1,0,1,'2014-09-15 07:52:05'),(40,28,0,1,0,1,'2014-09-15 07:52:14'),(40,27,0,1,0,1,'2014-09-15 07:52:22'),(40,26,0,1,0,1,'2014-09-15 07:52:29'),(40,22,0,1,0,1,'2014-09-15 07:52:39'),(40,21,0,1,0,1,'2014-09-15 07:52:46'),(40,20,0,1,0,1,'2014-09-15 07:52:52'),(40,19,0,1,0,1,'2014-09-15 07:53:01'),(40,11,0,1,0,1,'2014-09-15 07:53:09'),(41,11,0,1,0,1,'2014-09-20 01:09:43'),(41,19,0,1,0,1,'2014-09-20 01:09:44'),(41,20,0,1,0,1,'2014-09-20 01:09:46'),(41,21,0,1,0,1,'2014-09-20 01:09:47'),(41,22,0,1,0,1,'2014-09-20 01:09:49'),(41,26,0,1,0,1,'2014-09-20 01:09:51'),(41,27,0,1,0,1,'2014-09-20 01:09:52'),(41,28,0,1,0,1,'2014-09-20 01:09:54'),(41,30,0,1,0,1,'2014-09-20 01:09:56'),(41,33,0,1,0,1,'2014-09-20 01:09:57'),(42,11,0,1,0,1,'2014-09-23 12:52:31'),(42,19,0,1,0,1,'2014-09-23 12:52:33'),(42,20,0,1,0,1,'2014-09-23 12:52:35'),(42,21,0,1,0,1,'2014-09-23 12:52:36'),(42,22,0,1,0,1,'2014-09-23 12:52:38'),(42,26,0,1,0,1,'2014-09-23 12:52:40'),(42,27,0,1,0,1,'2014-09-23 12:52:42'),(42,28,0,1,0,1,'2014-09-23 12:52:44'),(42,30,0,1,0,1,'2014-09-23 12:52:46'),(42,33,0,1,0,1,'2014-09-23 12:52:48'),(43,11,0,1,0,1,'2014-09-23 14:21:26'),(43,19,0,1,0,1,'2014-09-23 14:21:28'),(43,20,0,1,0,1,'2014-09-23 14:21:30'),(43,21,0,1,0,1,'2014-09-23 14:21:32'),(43,22,0,1,0,1,'2014-09-23 14:21:34'),(43,26,0,1,0,1,'2014-09-23 14:21:37'),(43,27,0,1,0,1,'2014-09-23 14:21:39'),(43,28,0,1,0,1,'2014-09-23 14:21:41'),(43,30,0,1,0,1,'2014-09-23 14:21:43'),(43,33,0,1,0,1,'2014-09-23 14:21:45'),(44,11,0,1,0,1,'2014-09-23 14:22:46'),(44,19,0,1,0,1,'2014-09-23 14:22:48'),(44,20,0,1,0,1,'2014-09-23 14:22:50'),(44,21,0,1,0,1,'2014-09-23 14:22:51'),(44,22,0,1,0,1,'2014-09-23 14:22:53'),(44,26,0,1,0,1,'2014-09-23 14:22:55'),(44,27,0,1,0,1,'2014-09-23 14:22:57'),(44,28,0,1,0,1,'2014-09-23 14:22:58'),(44,30,0,1,0,1,'2014-09-23 14:23:00'),(44,33,0,1,0,1,'2014-09-23 14:23:02'),(45,30,0,1,0,1,'2014-09-30 15:29:00'),(46,30,0,1,0,4,'2014-10-07 13:23:39'),(47,27,0,1,0,2,'2014-10-09 08:53:12'),(47,20,0,1,0,2,'2014-10-09 08:50:58'),(47,26,0,1,0,2,'2014-10-09 08:52:40'),(47,22,0,1,0,2,'2014-10-09 08:51:14'),(47,30,0,1,0,2,'2014-10-09 08:52:50'),(47,11,0,1,0,2,'2014-10-09 08:50:55'),(47,21,0,1,0,2,'2014-10-09 08:51:21'),(47,33,0,1,0,2,'2014-10-09 08:52:37'),(47,19,0,1,0,2,'2014-10-09 08:50:46'),(47,28,0,1,0,2,'2014-10-09 08:53:19'),(47,17,0,1,0,1,'2014-10-09 07:50:52'),(47,18,0,1,0,1,'2014-10-09 07:51:05'),(47,10,0,1,0,1,'2014-10-09 07:51:08'),(47,24,0,1,0,1,'2014-10-09 07:51:11'),(47,9,0,1,0,1,'2014-10-09 07:51:27'),(47,25,0,1,0,1,'2014-10-09 07:52:34'),(47,32,0,1,0,1,'2014-10-09 07:52:47'),(47,29,0,1,0,1,'2014-10-09 07:52:56'),(47,31,0,1,0,1,'2014-10-09 07:53:00'),(47,34,0,1,0,1,'2014-10-09 07:53:09'),(47,38,0,1,0,1,'2014-10-09 07:53:25'),(47,36,0,1,0,1,'2014-10-09 07:53:28'),(47,35,0,1,0,1,'2014-10-09 07:53:32'),(47,37,0,1,0,1,'2014-10-09 07:53:35'),(48,10,0,1,0,4,'2014-10-11 11:09:52'),(49,30,0,1,0,1,'2014-10-21 07:25:01'),(52,22,0,1,0,1,'2014-11-21 22:25:00'),(53,10,0,1,0,1,'2014-12-14 20:15:56'),(54,27,0,1,0,2,'2014-12-16 01:26:55'),(54,20,0,1,0,2,'2014-12-16 01:24:34'),(54,26,0,1,0,2,'2014-12-16 01:26:22'),(54,22,0,1,0,2,'2014-12-16 01:24:50'),(54,30,0,1,0,2,'2014-12-16 01:26:32'),(54,11,0,1,0,2,'2014-12-16 01:24:30'),(54,21,0,1,0,2,'2014-12-16 01:24:56'),(54,33,0,1,0,2,'2014-12-16 01:26:18'),(54,19,0,1,0,2,'2014-12-16 01:24:20'),(54,28,0,1,0,2,'2014-12-16 01:27:02'),(54,17,0,1,0,1,'2014-12-16 01:24:27'),(54,18,0,1,0,1,'2014-12-16 01:24:41'),(54,10,0,1,0,1,'2014-12-16 01:24:44'),(54,24,0,1,0,1,'2014-12-16 01:24:47'),(54,9,0,1,0,1,'2014-12-16 01:25:03'),(54,25,0,1,0,1,'2014-12-16 01:26:15'),(54,32,0,1,0,1,'2014-12-16 01:26:28'),(54,29,0,1,0,1,'2014-12-16 01:26:38'),(54,31,0,1,0,1,'2014-12-16 01:26:41'),(54,34,0,1,0,1,'2014-12-16 01:26:51'),(54,38,0,1,0,1,'2014-12-16 01:27:10'),(54,36,0,1,0,1,'2014-12-16 01:27:13'),(54,35,0,1,0,1,'2014-12-16 01:27:17'),(54,37,0,1,0,1,'2014-12-16 01:27:20'),(55,9,0,1,0,1,'2015-01-11 09:03:44'),(55,17,0,1,0,1,'2015-01-11 09:03:48'),(55,11,0,1,0,1,'2015-01-11 09:03:50'),(55,10,0,1,0,1,'2015-01-11 09:03:52'),(55,18,0,1,0,1,'2015-01-11 09:03:54'),(55,19,0,1,0,1,'2015-01-11 09:03:55'),(55,20,0,1,0,1,'2015-01-11 09:03:57'),(55,21,0,1,0,1,'2015-01-11 09:03:59'),(55,22,0,1,0,1,'2015-01-11 09:04:01'),(55,24,0,1,0,1,'2015-01-11 09:04:03'),(57,26,0,1,0,1,'2015-02-11 15:54:55'),(59,21,0,1,0,2,'2015-03-04 11:25:53'),(60,31,0,1,0,1,'2015-03-09 11:01:26'),(61,27,0,1,0,2,'2015-03-17 07:53:17'),(61,20,0,1,0,2,'2015-03-17 07:51:05'),(61,26,0,1,0,2,'2015-03-17 07:52:46'),(61,22,0,1,0,2,'2015-03-17 07:51:20'),(61,30,0,1,0,2,'2015-03-17 07:52:56'),(61,11,0,1,0,2,'2015-03-17 07:51:02'),(61,21,0,1,0,2,'2015-03-17 07:51:26'),(61,33,0,1,0,2,'2015-03-17 07:52:43'),(61,19,0,1,0,2,'2015-03-17 07:50:53'),(61,28,0,1,0,2,'2015-03-17 07:53:24'),(61,17,0,1,0,1,'2015-03-17 07:50:59'),(61,18,0,1,0,1,'2015-03-17 07:51:11'),(61,10,0,1,0,1,'2015-03-17 07:51:14'),(61,24,0,1,0,1,'2015-03-17 07:51:17'),(61,9,0,1,0,1,'2015-03-17 07:51:33'),(61,25,0,1,0,1,'2015-03-17 07:52:40'),(61,32,0,1,0,1,'2015-03-17 07:52:53'),(61,29,0,1,0,1,'2015-03-17 07:53:02'),(61,31,0,1,0,1,'2015-03-17 07:53:05'),(61,34,0,1,0,1,'2015-03-17 07:53:14'),(61,38,0,1,0,1,'2015-03-17 07:53:30'),(61,36,0,1,0,1,'2015-03-17 07:53:33'),(61,35,0,1,0,1,'2015-03-17 07:53:36'),(61,37,0,1,0,1,'2015-03-17 07:53:39'),(62,11,0,1,0,1,'2015-03-26 23:44:14'),(62,19,0,1,0,1,'2015-03-26 23:44:17'),(62,20,0,1,0,1,'2015-03-26 23:44:20'),(62,21,0,1,0,1,'2015-03-26 23:44:24'),(62,22,0,1,0,1,'2015-03-26 23:44:26'),(62,26,0,1,0,1,'2015-03-26 23:44:29'),(62,27,0,1,0,1,'2015-03-26 23:44:34'),(62,28,0,1,0,1,'2015-03-26 23:44:38'),(62,30,0,1,0,1,'2015-03-26 23:44:40'),(62,33,0,1,0,1,'2015-03-26 23:44:44'),(63,29,0,1,0,1,'2015-04-02 17:29:56'),(63,27,0,1,0,1,'2015-04-02 17:29:57'),(63,32,0,1,0,1,'2015-04-02 17:29:59'),(63,26,0,1,0,1,'2015-04-02 17:30:01'),(64,29,0,1,0,2,'2015-04-05 22:21:05'),(65,11,0,1,0,1,'2015-04-08 13:49:38'),(65,19,0,1,0,1,'2015-04-08 13:49:41'),(65,20,0,1,0,1,'2015-04-08 13:49:43'),(65,21,0,1,0,1,'2015-04-08 13:49:45'),(65,22,0,1,0,1,'2015-04-08 13:49:47'),(65,26,0,1,0,1,'2015-04-08 13:49:49'),(65,27,0,1,0,1,'2015-04-08 13:49:51'),(65,28,0,1,0,1,'2015-04-08 13:49:53'),(65,30,0,1,0,1,'2015-04-08 13:49:55'),(65,33,0,1,0,1,'2015-04-08 13:49:57'),(66,25,0,1,0,3,'2015-04-16 08:30:27'),(67,25,0,1,0,1,'2015-04-16 15:26:26'),(67,29,0,1,0,1,'2015-04-16 15:26:27'),(67,28,0,1,0,1,'2015-04-16 15:26:30'),(67,27,0,1,0,1,'2015-04-16 15:26:32'),(67,26,0,1,0,1,'2015-04-16 15:26:34'),(67,30,0,1,0,1,'2015-04-16 15:26:36'),(67,31,0,1,0,1,'2015-04-16 15:26:38'),(67,32,0,1,0,1,'2015-04-16 15:26:41'),(67,33,0,1,0,1,'2015-04-16 15:26:43'),(67,34,0,1,0,1,'2015-04-16 15:26:45'),(68,28,0,1,0,1,'2015-05-11 04:34:34'),(69,25,0,1,0,1,'2015-05-11 04:34:34'),(70,29,0,1,0,1,'2015-05-11 04:34:34'),(71,9,0,1,0,1,'2015-05-11 04:34:37'),(72,26,0,1,0,1,'2015-05-11 04:42:51'),(73,38,0,1,0,1,'2015-05-11 04:42:51'),(74,30,0,1,0,1,'2015-05-11 04:42:52'),(75,27,0,1,0,1,'2015-05-11 04:42:52'),(76,37,0,1,0,1,'2015-05-11 04:42:57'),(77,35,0,1,0,1,'2015-05-11 04:43:01'),(78,36,0,1,0,1,'2015-05-11 04:43:02'),(80,11,0,1,0,1,'2015-07-11 04:43:11'),(80,19,0,1,0,1,'2015-07-11 04:43:16'),(80,20,0,1,0,1,'2015-07-11 04:43:21'),(80,21,0,1,0,1,'2015-07-11 04:43:26'),(80,22,0,1,0,1,'2015-07-11 04:43:31'),(80,26,0,1,0,1,'2015-07-11 04:43:36'),(80,27,0,1,0,1,'2015-07-11 04:43:42'),(80,28,0,1,0,1,'2015-07-11 04:43:47'),(80,30,0,1,0,1,'2015-07-11 04:43:52'),(80,33,0,1,0,1,'2015-07-11 04:43:57'),(81,29,0,1,0,4,'2015-07-30 06:55:42'),(82,11,0,1,0,1,'2015-08-01 14:52:37'),(82,19,0,1,0,1,'2015-08-01 14:52:38'),(82,20,0,1,0,1,'2015-08-01 14:52:40'),(82,21,0,1,0,1,'2015-08-01 14:52:42'),(82,22,0,1,0,1,'2015-08-01 14:52:44'),(82,26,0,1,0,1,'2015-08-01 14:52:45'),(82,27,0,1,0,1,'2015-08-01 14:52:47'),(82,28,0,1,0,1,'2015-08-01 14:52:50'),(82,30,0,1,0,1,'2015-08-01 14:52:51'),(82,33,0,1,0,1,'2015-08-01 14:52:53'),(84,29,0,1,0,1,'2015-09-05 12:57:01'),(85,30,0,1,0,2,'2015-09-16 00:12:46'),(86,30,0,1,0,1,'2015-10-05 11:47:48'),(87,11,0,1,0,1,'2015-10-17 06:28:09'),(87,19,0,1,0,1,'2015-10-17 06:28:11'),(87,20,0,1,0,1,'2015-10-17 06:28:13'),(87,21,0,1,0,1,'2015-10-17 06:28:15'),(87,22,0,1,0,1,'2015-10-17 06:28:17'),(87,26,0,1,0,1,'2015-10-17 06:28:19'),(87,27,0,1,0,1,'2015-10-17 06:28:21'),(87,28,0,1,0,1,'2015-10-17 06:28:24'),(87,30,0,1,0,1,'2015-10-17 06:28:26'),(87,33,0,1,0,1,'2015-10-17 06:28:28'),(88,30,0,1,0,2,'2015-10-17 16:48:25'),(89,33,0,1,0,1,'2015-12-10 16:06:16'),(90,25,0,1,0,1,'2015-12-10 18:36:05'),(90,29,0,1,0,1,'2015-12-10 18:36:08'),(90,28,0,1,0,1,'2015-12-10 18:36:12'),(90,27,0,1,0,1,'2015-12-10 18:36:16'),(90,26,0,1,0,1,'2015-12-10 18:36:20'),(90,30,0,1,0,1,'2015-12-10 18:36:27'),(90,31,0,1,0,1,'2015-12-10 18:36:34'),(90,32,0,1,0,1,'2015-12-10 18:36:39'),(90,33,0,1,0,1,'2015-12-10 18:36:44'),(90,34,0,1,0,1,'2015-12-10 18:36:49'),(91,11,0,1,0,1,'2016-01-15 19:33:35'),(91,19,0,1,0,1,'2016-01-15 19:33:37'),(91,20,0,1,0,1,'2016-01-15 19:33:42'),(91,21,0,1,0,1,'2016-01-15 19:33:44'),(91,22,0,1,0,1,'2016-01-15 19:33:48'),(91,26,0,1,0,1,'2016-01-15 19:33:54'),(91,27,0,1,0,1,'2016-01-15 19:33:57'),(91,28,0,1,0,1,'2016-01-15 19:34:01'),(91,30,0,1,0,1,'2016-01-15 19:34:08'),(91,33,0,1,0,1,'2016-01-15 19:34:12'),(92,11,0,1,0,3,'2016-02-04 02:42:00'),(92,19,0,1,0,2,'2016-02-04 02:40:58'),(92,20,0,1,0,2,'2016-02-04 02:41:01'),(92,21,0,1,0,2,'2016-02-04 02:41:03'),(92,22,0,1,0,2,'2016-02-04 02:41:05'),(92,26,0,1,0,2,'2016-02-04 02:41:08'),(92,27,0,1,0,2,'2016-02-04 02:41:10'),(92,28,0,1,0,2,'2016-02-04 02:41:13'),(92,30,0,1,0,2,'2016-02-04 02:41:15'),(92,33,0,1,0,2,'2016-02-04 02:41:18'),(92,9,0,1,0,1,'2016-02-04 07:41:53'),(92,17,0,1,0,1,'2016-02-04 07:41:57'),(92,10,0,1,0,1,'2016-02-04 07:42:04'),(93,9,0,1,0,1,'2016-02-10 22:11:36'),(94,9,0,1,0,1,'2016-02-18 16:48:42'),(95,21,0,1,0,1,'2016-03-04 11:12:39'),(96,17,0,1,0,1,'2016-05-25 09:39:35'),(97,10,0,1,0,1,'2016-06-21 14:59:07'),(98,28,0,1,0,4,'2016-06-23 12:47:22'),(99,21,0,1,0,1,'2016-07-12 12:02:12'),(100,11,0,1,0,1,'2016-07-26 02:54:16'),(100,19,0,1,0,1,'2016-07-26 02:54:19'),(100,20,0,1,0,1,'2016-07-26 02:54:22'),(100,21,0,1,0,1,'2016-07-26 02:54:24'),(100,22,0,1,0,1,'2016-07-26 02:54:26'),(100,26,0,1,0,1,'2016-07-26 02:54:30'),(100,27,0,1,0,1,'2016-07-26 02:54:34'),(100,28,0,1,0,1,'2016-07-26 02:54:36'),(100,30,0,1,0,1,'2016-07-26 02:54:41'),(100,33,0,1,0,1,'2016-07-26 02:54:44'),(101,9,0,1,0,1,'2016-07-27 08:34:12'),(101,17,0,1,0,1,'2016-07-27 08:34:13'),(101,11,0,1,0,1,'2016-07-27 08:34:17'),(101,10,0,1,0,1,'2016-07-27 08:34:19'),(101,18,0,1,0,1,'2016-07-27 08:34:21'),(101,19,0,1,0,1,'2016-07-27 08:34:24'),(101,20,0,1,0,1,'2016-07-27 08:34:26'),(101,21,0,1,0,1,'2016-07-27 08:34:28'),(101,22,0,1,0,1,'2016-07-27 08:34:31'),(101,24,0,1,0,1,'2016-07-27 08:34:33'),(102,9,0,1,0,1,'2016-07-27 17:24:42'),(102,17,0,1,0,1,'2016-07-27 17:24:43'),(102,11,0,1,0,1,'2016-07-27 17:24:45'),(102,10,0,1,0,1,'2016-07-27 17:24:48'),(102,18,0,1,0,1,'2016-07-27 17:24:51'),(102,19,0,1,0,1,'2016-07-27 17:24:54'),(102,20,0,1,0,1,'2016-07-27 17:24:56'),(102,21,0,1,0,1,'2016-07-27 17:24:58'),(102,22,0,1,0,1,'2016-07-27 17:25:01'),(102,24,0,1,0,1,'2016-07-27 17:25:04'),(103,11,0,1,0,1,'2016-07-27 18:26:10'),(103,19,0,1,0,1,'2016-07-27 18:26:12'),(103,20,0,1,0,1,'2016-07-27 18:26:15'),(103,21,0,1,0,1,'2016-07-27 18:26:18'),(103,22,0,1,0,1,'2016-07-27 18:26:23'),(103,26,0,1,0,1,'2016-07-27 18:26:26'),(103,27,0,1,0,1,'2016-07-27 18:26:29'),(103,28,0,1,0,1,'2016-07-27 18:26:33'),(103,30,0,1,0,1,'2016-07-27 18:26:36'),(103,33,0,1,0,1,'2016-07-27 18:26:39'),(104,11,0,1,0,1,'2016-07-28 05:45:55'),(104,19,0,1,0,1,'2016-07-28 05:45:57'),(104,20,0,1,0,1,'2016-07-28 05:46:01'),(104,21,0,1,0,1,'2016-07-28 05:46:03'),(104,22,0,1,0,1,'2016-07-28 05:46:05'),(104,26,0,1,0,1,'2016-07-28 05:46:09'),(104,27,0,1,0,1,'2016-07-28 05:46:12'),(104,28,0,1,0,1,'2016-07-28 05:46:16'),(104,30,0,1,0,1,'2016-07-28 05:46:19'),(104,33,0,1,0,1,'2016-07-28 05:46:22'),(105,21,0,1,0,1,'2016-10-21 19:23:32'),(106,11,0,1,0,1,'2016-10-26 10:18:36'),(106,30,0,1,0,1,'2016-10-26 10:18:39'),(106,19,0,1,0,1,'2016-10-26 10:18:45'),(106,28,0,1,0,1,'2016-10-26 10:18:50'),(107,9,0,1,0,1,'2016-11-16 01:30:00'),(108,33,0,1,0,1,'2016-11-29 18:41:06'),(109,11,0,1,0,1,'2016-12-08 04:45:37'),(109,19,0,1,0,1,'2016-12-08 04:45:39'),(109,20,0,1,0,1,'2016-12-08 04:45:46'),(109,21,0,1,0,1,'2016-12-08 04:45:49'),(109,22,0,1,0,1,'2016-12-08 04:46:15'),(109,26,0,1,0,1,'2016-12-08 04:46:29'),(109,27,0,1,0,1,'2016-12-08 04:46:34'),(109,28,0,1,0,1,'2016-12-08 04:46:39'),(109,30,0,1,0,1,'2016-12-08 04:46:44'),(109,33,0,1,0,1,'2016-12-08 04:46:51'),(110,35,0,1,0,1,'2016-12-14 17:59:42'),(110,36,0,1,0,1,'2016-12-14 17:59:48'),(110,37,0,1,0,1,'2016-12-14 17:59:51'),(110,38,0,1,0,1,'2016-12-14 17:59:57'),(111,9,0,1,0,1,'2016-12-14 18:00:09'),(111,17,0,1,0,1,'2016-12-14 18:00:14'),(111,11,0,1,0,1,'2016-12-14 18:00:17'),(111,19,0,1,0,1,'2016-12-14 18:00:17'),(111,22,0,1,0,1,'2016-12-14 18:00:18'),(111,24,0,1,0,1,'2016-12-14 18:00:34'),(112,25,0,1,0,1,'2016-12-14 18:22:12'),(113,9,0,1,0,1,'2016-12-14 18:22:15'),(113,17,0,1,0,1,'2016-12-14 18:22:17'),(112,29,0,1,0,1,'2016-12-14 18:22:47'),(112,28,0,1,0,1,'2016-12-14 18:22:48'),(113,11,0,1,0,1,'2016-12-14 18:22:52'),(113,10,0,1,0,1,'2016-12-14 18:22:53'),(112,27,0,1,0,1,'2016-12-14 18:22:55'),(112,26,0,1,0,1,'2016-12-14 18:23:02'),(113,18,0,1,0,1,'2016-12-14 18:23:05'),(113,19,0,1,0,1,'2016-12-14 18:23:20'),(113,20,0,1,0,1,'2016-12-14 18:23:24'),(112,30,0,1,0,1,'2016-12-14 18:23:29'),(112,31,0,1,0,1,'2016-12-14 18:23:34'),(113,21,0,1,0,1,'2016-12-14 18:23:35'),(113,22,0,1,0,1,'2016-12-14 18:23:38'),(112,32,0,1,0,1,'2016-12-14 18:23:40'),(112,33,0,1,0,1,'2016-12-14 18:24:00'),(112,34,0,1,0,1,'2016-12-14 18:24:05'),(113,24,0,1,0,1,'2016-12-14 18:24:14'),(114,9,0,1,0,1,'2016-12-17 01:11:40'),(115,25,0,1,0,1,'2016-12-17 01:11:42'),(114,17,0,1,0,1,'2016-12-17 01:11:42'),(115,29,0,1,0,1,'2016-12-17 01:11:44'),(114,11,0,1,0,1,'2016-12-17 01:11:52'),(115,28,0,1,0,1,'2016-12-17 01:12:20'),(115,27,0,1,0,1,'2016-12-17 01:12:21'),(115,26,0,1,0,1,'2016-12-17 01:12:25'),(114,10,0,1,0,1,'2016-12-17 01:12:29'),(115,30,0,1,0,1,'2016-12-17 01:12:33'),(114,18,0,1,0,1,'2016-12-17 01:12:33'),(115,31,0,1,0,1,'2016-12-17 01:12:39'),(115,32,0,1,0,1,'2016-12-17 01:12:42'),(115,33,0,1,0,1,'2016-12-17 01:12:46'),(114,19,0,1,0,1,'2016-12-17 01:12:53'),(114,20,0,1,0,1,'2016-12-17 01:12:58'),(114,21,0,1,0,1,'2016-12-17 01:13:03'),(115,34,0,1,0,1,'2016-12-17 01:13:05'),(114,22,0,1,0,1,'2016-12-17 01:13:07'),(114,24,0,1,0,1,'2016-12-17 01:13:11'),(116,25,0,1,0,1,'2016-12-17 13:45:01'),(117,9,0,1,0,1,'2016-12-17 13:45:03'),(116,29,0,1,0,1,'2016-12-17 13:45:05'),(117,17,0,1,0,1,'2016-12-17 13:45:16'),(117,11,0,1,0,1,'2016-12-17 13:45:22'),(116,28,0,1,0,1,'2016-12-17 13:45:23'),(116,27,0,1,0,1,'2016-12-17 13:45:30'),(117,10,0,1,0,1,'2016-12-17 13:45:35'),(116,26,0,1,0,1,'2016-12-17 13:45:37'),(117,18,0,1,0,1,'2016-12-17 13:45:38'),(116,30,0,1,0,1,'2016-12-17 13:45:51'),(117,19,0,1,0,1,'2016-12-17 13:46:13'),(117,20,0,1,0,1,'2016-12-17 13:46:14'),(117,21,0,1,0,1,'2016-12-17 13:46:18'),(116,31,0,1,0,1,'2016-12-17 13:46:18'),(116,32,0,1,0,1,'2016-12-17 13:46:24'),(117,22,0,1,0,1,'2016-12-17 13:46:25'),(117,24,0,1,0,1,'2016-12-17 13:46:33'),(116,33,0,1,0,1,'2016-12-17 13:47:01'),(116,34,0,1,0,1,'2016-12-17 13:47:01'),(118,11,0,1,0,1,'2016-12-18 15:45:01'),(118,19,0,1,0,1,'2016-12-18 15:45:04'),(118,20,0,1,0,1,'2016-12-18 15:45:07'),(118,21,0,1,0,1,'2016-12-18 15:45:10'),(118,22,0,1,0,1,'2016-12-18 15:45:24'),(118,26,0,1,0,1,'2016-12-18 15:45:27'),(118,27,0,1,0,1,'2016-12-18 15:45:29'),(118,28,0,1,0,1,'2016-12-18 15:46:06'),(118,30,0,1,0,1,'2016-12-18 15:46:22'),(118,33,0,1,0,1,'2016-12-18 15:46:27'),(119,11,0,1,0,1,'2016-12-20 03:05:32'),(119,19,0,1,0,1,'2016-12-20 03:05:36'),(119,20,0,1,0,1,'2016-12-20 03:05:40'),(119,21,0,1,0,1,'2016-12-20 03:06:05'),(119,22,0,1,0,1,'2016-12-20 03:06:13'),(119,26,0,1,0,1,'2016-12-20 03:06:17'),(119,27,0,1,0,1,'2016-12-20 03:06:21'),(119,28,0,1,0,1,'2016-12-20 03:06:39'),(119,30,0,1,0,1,'2016-12-20 03:06:46'),(119,33,0,1,0,1,'2016-12-20 03:06:54'),(120,9,0,1,0,1,'2016-12-25 15:11:15'),(120,17,0,1,0,1,'2016-12-25 15:11:18'),(120,11,0,1,0,1,'2016-12-25 15:11:23'),(120,10,0,1,0,1,'2016-12-25 15:11:34'),(120,18,0,1,0,1,'2016-12-25 15:11:37'),(120,19,0,1,0,1,'2016-12-25 15:11:48'),(120,20,0,1,0,1,'2016-12-25 15:12:26'),(120,21,0,1,0,1,'2016-12-25 15:12:27'),(120,22,0,1,0,1,'2016-12-25 15:13:02'),(120,24,0,1,0,1,'2016-12-25 15:13:03'),(121,30,7,1,0,1,'2017-01-05 17:14:47'),(122,27,0,1,0,1,'2017-01-16 17:33:57'),(123,26,0,1,0,1,'2017-01-16 17:33:58'),(124,22,0,1,0,1,'2017-01-16 17:33:58'),(125,20,0,1,0,1,'2017-01-16 17:33:59'),(126,19,0,1,0,1,'2017-01-16 17:34:00'),(127,11,0,1,0,1,'2017-01-16 17:34:01'),(128,11,0,1,0,1,'2017-02-17 05:54:23'),(129,37,0,1,0,1,'2017-02-17 05:54:45'),(128,22,0,1,0,1,'2017-02-17 05:54:55'),(129,38,0,1,0,1,'2017-02-17 05:54:55'),(128,26,0,1,0,1,'2017-02-17 05:55:00'),(128,27,0,1,0,1,'2017-02-17 05:55:06'),(128,28,0,1,0,1,'2017-02-17 05:55:16'),(128,30,0,1,0,1,'2017-02-17 05:55:23'),(128,33,0,1,0,1,'2017-02-17 05:55:27'),(130,11,0,1,0,1,'2017-03-13 21:36:23'),(130,19,0,1,0,1,'2017-03-13 21:36:26'),(130,20,0,1,0,1,'2017-03-13 21:36:28'),(130,21,0,1,0,1,'2017-03-13 21:36:39'),(130,22,0,1,0,1,'2017-03-13 21:36:41'),(130,26,0,1,0,1,'2017-03-13 21:36:44'),(130,27,0,1,0,1,'2017-03-13 21:36:47'),(130,28,0,1,0,1,'2017-03-13 21:36:49'),(130,30,0,1,0,1,'2017-03-13 21:36:57'),(130,33,0,1,0,1,'2017-03-13 21:36:59'),(131,9,0,1,0,1,'2017-03-26 17:01:39'),(131,17,0,1,0,1,'2017-03-26 17:01:41'),(131,11,0,1,0,1,'2017-03-26 17:01:44'),(131,10,0,1,0,1,'2017-03-26 17:01:46'),(131,18,0,1,0,1,'2017-03-26 17:01:48'),(131,19,0,1,0,1,'2017-03-26 17:01:50'),(131,20,0,1,0,1,'2017-03-26 17:01:53'),(131,21,0,1,0,1,'2017-03-26 17:01:55'),(131,22,0,1,0,1,'2017-03-26 17:01:58'),(131,24,0,1,0,1,'2017-03-26 17:02:01'),(132,11,0,1,0,2,'2017-03-26 20:22:37'),(132,19,0,1,0,2,'2017-03-26 20:22:49'),(132,20,0,1,0,2,'2017-03-26 20:22:51'),(132,21,0,1,0,2,'2017-03-26 20:22:53'),(132,22,0,1,0,2,'2017-03-26 20:22:55'),(132,26,0,1,0,2,'2017-03-26 20:24:20'),(132,27,0,1,0,2,'2017-03-26 20:24:17'),(132,28,0,1,0,2,'2017-03-26 20:24:15'),(132,30,0,1,0,2,'2017-03-26 20:24:21'),(132,33,0,1,0,2,'2017-03-26 20:24:35'),(132,9,0,1,0,1,'2017-03-27 01:22:31'),(132,17,0,1,0,1,'2017-03-27 01:22:35'),(132,10,0,1,0,1,'2017-03-27 01:22:42'),(132,18,0,1,0,1,'2017-03-27 01:22:47'),(132,24,0,1,0,1,'2017-03-27 01:23:00'),(132,25,0,1,0,1,'2017-03-27 01:24:08'),(132,29,0,1,0,1,'2017-03-27 01:24:13'),(132,31,0,1,0,1,'2017-03-27 01:24:27'),(132,32,0,1,0,1,'2017-03-27 01:24:33'),(132,34,0,1,0,1,'2017-03-27 01:24:40'),(132,35,0,1,0,1,'2017-03-27 01:24:46'),(132,36,0,1,0,1,'2017-03-27 01:24:50'),(132,37,0,1,0,1,'2017-03-27 01:24:55'),(132,38,0,1,0,1,'2017-03-27 01:25:01'),(133,9,0,1,0,1,'2017-03-29 12:59:54'),(133,17,0,1,0,1,'2017-03-29 12:59:57'),(133,11,0,1,0,1,'2017-03-29 13:00:03'),(133,10,0,1,0,1,'2017-03-29 13:00:05'),(133,18,0,1,0,1,'2017-03-29 13:00:09'),(133,19,0,1,0,1,'2017-03-29 13:00:13'),(133,20,0,1,0,1,'2017-03-29 13:00:15'),(133,21,0,1,0,1,'2017-03-29 13:00:17'),(133,22,0,1,0,1,'2017-03-29 13:00:20'),(133,24,0,1,0,1,'2017-03-29 13:00:23'),(134,9,0,1,0,1,'2017-03-31 05:06:47'),(134,17,0,1,0,1,'2017-03-31 05:06:49'),(134,11,0,1,0,1,'2017-03-31 05:06:52'),(134,10,0,1,0,1,'2017-03-31 05:06:54'),(134,18,0,1,0,1,'2017-03-31 05:06:56'),(134,19,0,1,0,1,'2017-03-31 05:06:59'),(134,20,0,1,0,1,'2017-03-31 05:07:01'),(134,21,0,1,0,1,'2017-03-31 05:07:04'),(134,22,0,1,0,1,'2017-03-31 05:07:06'),(134,24,0,1,0,1,'2017-03-31 05:07:09'),(135,11,0,1,0,1,'2017-04-02 16:16:47'),(135,19,0,1,0,1,'2017-04-02 16:16:49'),(135,20,0,1,0,1,'2017-04-02 16:16:51'),(135,21,0,1,0,1,'2017-04-02 16:16:54'),(135,22,0,1,0,1,'2017-04-02 16:16:56'),(135,26,0,1,0,1,'2017-04-02 16:16:58'),(135,27,0,1,0,1,'2017-04-02 16:17:01'),(135,28,0,1,0,1,'2017-04-02 16:17:03'),(135,30,0,1,0,1,'2017-04-02 16:17:06'),(135,33,0,1,0,1,'2017-04-02 16:17:08'),(136,20,0,1,0,1,'2017-04-04 12:16:50'),(137,19,0,1,0,1,'2017-04-04 12:16:51'),(138,11,0,1,0,1,'2017-04-04 12:16:51'),(139,30,0,1,0,2,'2017-04-17 01:59:51'),(140,25,0,1,0,1,'2017-05-08 08:56:24'),(140,26,0,1,0,1,'2017-05-08 08:56:26'),(140,27,0,1,0,1,'2017-05-08 08:56:29'),(140,28,0,1,0,1,'2017-05-08 08:56:31'),(140,29,0,1,0,1,'2017-05-08 08:56:35'),(140,30,0,1,0,1,'2017-05-08 08:56:37'),(140,31,0,1,0,1,'2017-05-08 08:56:41'),(140,32,0,1,0,1,'2017-05-08 08:56:45'),(140,33,0,1,0,1,'2017-05-08 08:56:48'),(140,34,0,1,0,1,'2017-05-08 08:56:53'),(141,9,0,1,0,1,'2017-05-08 13:42:22'),(141,17,0,1,0,1,'2017-05-08 13:42:25'),(141,11,0,1,0,1,'2017-05-08 13:42:28'),(141,10,0,1,0,1,'2017-05-08 13:42:32'),(141,18,0,1,0,1,'2017-05-08 13:42:35'),(141,19,0,1,0,1,'2017-05-08 13:42:37'),(141,20,0,1,0,1,'2017-05-08 13:42:41'),(141,21,0,1,0,1,'2017-05-08 13:42:44'),(141,22,0,1,0,1,'2017-05-08 13:42:47'),(141,24,0,1,0,1,'2017-05-08 13:42:51'),(142,9,0,1,0,1,'2017-05-11 22:26:33'),(142,10,0,1,0,1,'2017-05-11 22:26:35'),(142,17,0,1,0,1,'2017-05-11 22:26:38'),(142,11,0,1,0,1,'2017-05-11 22:26:41'),(142,18,0,1,0,1,'2017-05-11 22:26:43'),(142,19,0,1,0,1,'2017-05-11 22:26:46'),(142,20,0,1,0,1,'2017-05-11 22:26:49'),(142,21,0,1,0,1,'2017-05-11 22:26:52'),(142,22,0,1,0,1,'2017-05-11 22:26:55'),(142,24,0,1,0,1,'2017-05-11 22:26:59'),(143,35,0,1,0,1,'2017-05-12 01:16:05'),(143,36,0,1,0,1,'2017-05-12 01:16:07'),(144,25,0,1,0,1,'2017-05-12 01:16:08'),(144,26,0,1,0,1,'2017-05-12 01:16:10'),(143,37,0,1,0,1,'2017-05-12 01:16:12'),(144,27,0,1,0,1,'2017-05-12 01:16:13'),(143,38,0,1,0,1,'2017-05-12 01:16:15'),(144,28,0,1,0,1,'2017-05-12 01:16:15'),(144,29,0,1,0,1,'2017-05-12 01:16:20'),(144,30,0,1,0,1,'2017-05-12 01:16:24'),(144,31,0,1,0,1,'2017-05-12 01:16:27'),(144,32,0,1,0,1,'2017-05-12 01:16:31'),(144,33,0,1,0,1,'2017-05-12 01:16:34'),(144,34,0,1,0,1,'2017-05-12 01:16:38'),(145,17,0,1,0,1,'2017-05-12 14:15:06'),(146,9,0,1,0,1,'2017-05-12 19:52:58'),(146,17,0,1,0,1,'2017-05-12 19:52:59'),(146,11,0,1,0,1,'2017-05-12 19:53:01'),(146,10,0,1,0,1,'2017-05-12 19:53:03'),(146,18,0,1,0,1,'2017-05-12 19:53:06'),(146,19,0,1,0,1,'2017-05-12 19:53:08'),(146,20,0,1,0,1,'2017-05-12 19:53:10'),(146,21,0,1,0,1,'2017-05-12 19:53:12'),(146,22,0,1,0,1,'2017-05-12 19:53:14'),(146,24,0,1,0,1,'2017-05-12 19:53:16'),(147,9,0,1,0,1,'2017-05-14 17:41:52'),(147,17,0,1,0,1,'2017-05-14 17:41:56'),(147,11,0,1,0,1,'2017-05-14 17:42:00'),(147,10,0,1,0,1,'2017-05-14 17:42:03'),(147,18,0,1,0,1,'2017-05-14 17:42:09'),(147,19,0,1,0,1,'2017-05-14 17:42:14'),(147,20,0,1,0,1,'2017-05-14 17:42:19'),(147,21,0,1,0,1,'2017-05-14 17:42:22'),(147,22,0,1,0,1,'2017-05-14 17:42:25'),(147,24,0,1,0,1,'2017-05-14 17:42:29'),(148,11,0,1,0,2,'2017-05-16 07:30:31'),(148,19,0,1,0,2,'2017-05-16 07:30:43'),(148,20,0,1,0,2,'2017-05-16 07:30:45'),(148,21,0,1,0,2,'2017-05-16 07:30:46'),(148,22,0,1,0,2,'2017-05-16 07:30:48'),(148,26,0,1,0,2,'2017-05-16 07:32:16'),(148,27,0,1,0,2,'2017-05-16 07:32:12'),(148,28,0,1,0,2,'2017-05-16 07:32:10'),(148,30,0,1,0,2,'2017-05-16 07:32:18'),(148,33,0,1,0,2,'2017-05-16 07:32:32'),(148,9,0,1,0,1,'2017-05-16 12:30:22'),(148,17,0,1,0,1,'2017-05-16 12:30:29'),(148,10,0,1,0,1,'2017-05-16 12:30:36'),(148,18,0,1,0,1,'2017-05-16 12:30:41'),(148,24,0,1,0,1,'2017-05-16 12:30:53'),(148,25,0,1,0,1,'2017-05-16 12:32:02'),(148,29,0,1,0,1,'2017-05-16 12:32:08'),(148,31,0,1,0,1,'2017-05-16 12:32:23'),(148,32,0,1,0,1,'2017-05-16 12:32:30'),(148,34,0,1,0,1,'2017-05-16 12:32:36'),(148,35,0,1,0,1,'2017-05-16 12:32:41'),(148,36,0,1,0,1,'2017-05-16 12:32:46'),(148,37,0,1,0,1,'2017-05-16 12:32:51'),(148,38,0,1,0,1,'2017-05-16 12:32:55'),(149,9,0,1,0,1,'2017-05-16 20:41:03'),(149,17,0,1,0,1,'2017-05-16 20:41:04'),(149,11,0,1,0,1,'2017-05-16 20:41:07'),(149,10,0,1,0,1,'2017-05-16 20:41:10'),(149,18,0,1,0,1,'2017-05-16 20:41:12'),(149,19,0,1,0,1,'2017-05-16 20:41:14'),(149,20,0,1,0,1,'2017-05-16 20:41:17'),(149,21,0,1,0,1,'2017-05-16 20:41:20'),(149,22,0,1,0,1,'2017-05-16 20:41:24'),(149,24,0,1,0,1,'2017-05-16 20:41:28'),(150,11,0,1,0,2,'2017-06-28 01:10:52'),(150,19,0,1,0,2,'2017-06-28 01:11:04'),(150,20,0,1,0,2,'2017-06-28 01:11:06'),(150,21,0,1,0,2,'2017-06-28 01:11:08'),(150,22,0,1,0,2,'2017-06-28 01:11:09'),(150,26,0,1,0,2,'2017-06-28 01:12:34'),(150,27,0,1,0,2,'2017-06-28 01:12:31'),(150,28,0,1,0,2,'2017-06-28 01:12:29'),(150,30,0,1,0,2,'2017-06-28 01:12:35'),(150,33,0,1,0,2,'2017-06-28 01:12:47'),(150,9,0,1,0,1,'2017-06-28 06:10:46'),(150,17,0,1,0,1,'2017-06-28 06:10:51'),(150,10,0,1,0,1,'2017-06-28 06:10:57'),(150,18,0,1,0,1,'2017-06-28 06:11:02'),(150,24,0,1,0,1,'2017-06-28 06:11:15'),(150,25,0,1,0,1,'2017-06-28 06:12:22'),(150,29,0,1,0,1,'2017-06-28 06:12:28'),(150,31,0,1,0,1,'2017-06-28 06:12:40'),(150,32,0,1,0,1,'2017-06-28 06:12:45'),(150,34,0,1,0,1,'2017-06-28 06:12:52'),(150,35,0,1,0,1,'2017-06-28 06:12:58'),(150,36,0,1,0,1,'2017-06-28 06:13:04'),(150,37,0,1,0,1,'2017-06-28 06:13:09'),(150,38,0,1,0,1,'2017-06-28 06:13:13'),(151,11,0,1,0,1,'2017-07-05 09:31:09'),(151,19,0,1,0,1,'2017-07-05 09:31:11'),(151,20,0,1,0,1,'2017-07-05 09:31:14'),(151,21,0,1,0,1,'2017-07-05 09:31:17'),(151,22,0,1,0,1,'2017-07-05 09:31:20'),(151,26,0,1,0,1,'2017-07-05 09:31:23'),(151,27,0,1,0,1,'2017-07-05 09:31:27'),(151,28,0,1,0,1,'2017-07-05 09:31:30'),(151,30,0,1,0,1,'2017-07-05 09:31:33'),(151,33,0,1,0,1,'2017-07-05 09:31:37'),(152,11,0,1,0,1,'2017-07-06 12:56:50'),(152,19,0,1,0,1,'2017-07-06 12:56:54'),(152,20,0,1,0,1,'2017-07-06 12:56:58'),(152,21,0,1,0,1,'2017-07-06 12:57:00'),(152,22,0,1,0,1,'2017-07-06 12:57:03'),(152,26,0,1,0,1,'2017-07-06 12:57:07'),(152,27,0,1,0,1,'2017-07-06 12:57:10'),(152,28,0,1,0,1,'2017-07-06 12:57:15'),(152,30,0,1,0,1,'2017-07-06 12:57:18'),(152,33,0,1,0,1,'2017-07-06 12:57:22'),(153,11,0,1,0,2,'2017-08-10 07:23:54'),(153,19,0,1,0,2,'2017-08-10 07:24:07'),(153,20,0,1,0,2,'2017-08-10 07:24:09'),(153,21,0,1,0,2,'2017-08-10 07:24:10'),(153,22,0,1,0,2,'2017-08-10 07:24:12'),(153,26,0,1,0,2,'2017-08-10 07:25:43'),(153,27,0,1,0,2,'2017-08-10 07:25:40'),(153,28,0,1,0,2,'2017-08-10 07:25:38'),(153,30,0,1,0,2,'2017-08-10 07:25:46'),(153,33,0,1,0,2,'2017-08-10 07:26:00'),(153,9,0,1,0,1,'2017-08-10 12:23:45'),(153,17,0,1,0,1,'2017-08-10 12:23:52'),(153,10,0,1,0,1,'2017-08-10 12:24:00'),(153,18,0,1,0,1,'2017-08-10 12:24:05'),(153,24,0,1,0,1,'2017-08-10 12:24:17'),(153,25,0,1,0,1,'2017-08-10 12:25:31'),(153,29,0,1,0,1,'2017-08-10 12:25:36'),(153,31,0,1,0,1,'2017-08-10 12:25:52'),(153,32,0,1,0,1,'2017-08-10 12:25:56'),(153,34,0,1,0,1,'2017-08-10 12:26:06'),(153,35,0,1,0,1,'2017-08-10 12:26:11'),(153,36,0,1,0,1,'2017-08-10 12:26:17'),(153,37,0,1,0,1,'2017-08-10 12:26:23'),(153,38,0,1,0,1,'2017-08-10 12:26:28'),(154,11,0,1,0,1,'2017-09-02 10:05:51'),(154,19,0,1,0,1,'2017-09-02 10:05:53'),(154,20,0,1,0,1,'2017-09-02 10:05:57'),(154,21,0,1,0,1,'2017-09-02 10:05:59'),(154,22,0,1,0,1,'2017-09-02 10:06:02'),(154,26,0,1,0,1,'2017-09-02 10:06:04'),(154,27,0,1,0,1,'2017-09-02 10:06:07'),(154,28,0,1,0,1,'2017-09-02 10:06:10'),(154,30,0,1,0,1,'2017-09-02 10:06:12'),(154,33,0,1,0,1,'2017-09-02 10:06:15'),(155,25,0,1,0,1,'2017-09-07 00:58:19'),(155,29,0,1,0,1,'2017-09-07 00:58:21'),(155,28,0,1,0,1,'2017-09-07 00:58:24'),(155,27,0,1,0,1,'2017-09-07 00:58:26'),(155,26,0,1,0,1,'2017-09-07 00:58:29'),(155,30,0,1,0,1,'2017-09-07 00:58:31'),(155,31,0,1,0,1,'2017-09-07 00:58:34'),(155,32,0,1,0,1,'2017-09-07 00:58:36'),(155,33,0,1,0,1,'2017-09-07 00:58:40'),(155,34,0,1,0,1,'2017-09-07 00:58:42'),(156,11,0,1,0,1,'2017-09-11 15:05:31'),(156,30,0,1,0,1,'2017-09-11 15:05:33'),(156,19,0,1,0,1,'2017-09-11 15:05:39'),(156,28,0,1,0,1,'2017-09-11 15:05:43'),(157,35,0,1,0,1,'2017-10-15 15:29:04'),(157,36,0,1,0,1,'2017-10-15 15:29:06'),(157,37,0,1,0,1,'2017-10-15 15:29:08'),(157,38,0,1,0,1,'2017-10-15 15:29:10'),(158,9,0,1,0,1,'2017-10-15 19:13:46'),(158,17,0,1,0,1,'2017-10-15 19:13:48'),(158,11,0,1,0,1,'2017-10-15 19:13:50'),(158,10,0,1,0,1,'2017-10-15 19:13:52'),(158,18,0,1,0,1,'2017-10-15 19:13:54'),(158,19,0,1,0,1,'2017-10-15 19:13:57'),(158,20,0,1,0,1,'2017-10-15 19:13:59'),(158,21,0,1,0,1,'2017-10-15 19:14:01'),(158,22,0,1,0,1,'2017-10-15 19:14:03'),(158,24,0,1,0,1,'2017-10-15 19:14:07'),(159,11,0,1,0,2,'2017-10-16 16:58:39'),(159,19,0,1,0,2,'2017-10-16 16:58:54'),(159,20,0,1,0,2,'2017-10-16 16:58:57'),(159,21,0,1,0,2,'2017-10-16 16:59:00'),(159,22,0,1,0,2,'2017-10-16 16:59:02'),(159,26,0,1,0,2,'2017-10-16 17:00:46'),(159,27,0,1,0,2,'2017-10-16 17:00:43'),(159,28,0,1,0,2,'2017-10-16 17:00:42'),(159,30,0,1,0,2,'2017-10-16 17:00:50'),(159,33,0,1,0,2,'2017-10-16 17:01:01'),(159,9,0,1,0,1,'2017-10-16 21:58:31'),(159,17,0,1,0,1,'2017-10-16 21:58:37'),(159,10,0,1,0,1,'2017-10-16 21:58:45'),(159,18,0,1,0,1,'2017-10-16 21:58:51'),(159,24,0,1,0,1,'2017-10-16 21:59:10'),(159,25,0,1,0,1,'2017-10-16 22:00:30'),(159,29,0,1,0,1,'2017-10-16 22:00:37'),(159,31,0,1,0,1,'2017-10-16 22:00:55'),(159,32,0,1,0,1,'2017-10-16 22:01:00'),(159,34,0,1,0,1,'2017-10-16 22:01:07'),(159,35,0,1,0,1,'2017-10-16 22:01:13'),(159,36,0,1,0,1,'2017-10-16 22:01:21'),(159,37,0,1,0,1,'2017-10-16 22:01:28'),(159,38,0,1,0,1,'2017-10-16 22:01:36'),(160,11,0,1,0,1,'2017-10-17 20:49:48'),(160,19,0,1,0,1,'2017-10-17 20:49:52'),(160,20,0,1,0,1,'2017-10-17 20:49:54'),(160,21,0,1,0,1,'2017-10-17 20:49:56'),(160,22,0,1,0,1,'2017-10-17 20:49:58'),(160,26,0,1,0,1,'2017-10-17 20:50:02'),(160,27,0,1,0,1,'2017-10-17 20:50:05'),(160,28,0,1,0,1,'2017-10-17 20:50:07'),(160,30,0,1,0,1,'2017-10-17 20:50:10'),(160,33,0,1,0,1,'2017-10-17 20:50:13'),(161,11,0,1,0,1,'2017-11-26 11:56:07'),(161,19,0,1,0,1,'2017-11-26 11:56:09'),(161,20,0,1,0,1,'2017-11-26 11:56:12'),(161,21,0,1,0,1,'2017-11-26 11:56:15'),(161,22,0,1,0,1,'2017-11-26 11:56:20'),(161,26,0,1,0,1,'2017-11-26 11:56:25'),(161,27,0,1,0,1,'2017-11-26 11:56:32'),(161,28,0,1,0,1,'2017-11-26 11:56:36'),(161,30,0,1,0,1,'2017-11-26 11:56:39'),(161,33,0,1,0,1,'2017-11-26 11:56:41'),(162,11,0,1,0,2,'2017-12-11 15:15:15'),(162,19,0,1,0,2,'2017-12-11 15:15:24'),(162,20,0,1,0,2,'2017-12-11 15:15:26'),(162,21,0,1,0,2,'2017-12-11 15:15:28'),(162,22,0,1,0,2,'2017-12-11 15:15:29'),(162,26,0,1,0,2,'2017-12-11 15:16:41'),(162,27,0,1,0,2,'2017-12-11 15:16:39'),(162,28,0,1,0,2,'2017-12-11 15:16:36'),(162,30,0,1,0,2,'2017-12-11 15:16:42'),(162,33,0,1,0,2,'2017-12-11 15:16:53'),(162,9,0,1,0,1,'2017-12-11 15:15:09'),(162,17,0,1,0,1,'2017-12-11 15:15:13'),(162,10,0,1,0,1,'2017-12-11 15:15:19'),(162,18,0,1,0,1,'2017-12-11 15:15:22'),(162,24,0,1,0,1,'2017-12-11 15:15:33'),(162,25,0,1,0,1,'2017-12-11 15:16:30'),(162,29,0,1,0,1,'2017-12-11 15:16:34'),(162,31,0,1,0,1,'2017-12-11 15:16:47'),(162,32,0,1,0,1,'2017-12-11 15:16:51'),(162,34,0,1,0,1,'2017-12-11 15:16:57'),(162,35,0,1,0,1,'2017-12-11 15:17:01'),(162,36,0,1,0,1,'2017-12-11 15:17:05'),(162,37,0,1,0,1,'2017-12-11 15:17:09'),(162,38,0,1,0,1,'2017-12-11 15:17:15'),(163,11,0,1,0,1,'2017-12-29 07:00:49'),(163,19,0,1,0,1,'2017-12-29 07:00:50'),(163,20,0,1,0,1,'2017-12-29 07:00:51'),(163,21,0,1,0,1,'2017-12-29 07:00:52'),(163,22,0,1,0,1,'2017-12-29 07:00:53'),(163,26,0,1,0,1,'2017-12-29 07:00:54'),(163,27,0,1,0,1,'2017-12-29 07:00:55'),(163,28,0,1,0,1,'2017-12-29 07:00:56'),(163,30,0,1,0,1,'2017-12-29 07:00:57'),(163,33,0,1,0,1,'2017-12-29 07:00:59'),(164,27,0,1,0,1,'2018-01-24 06:14:28'),(165,26,0,1,0,1,'2018-01-24 06:14:28'),(166,21,0,1,0,1,'2018-01-24 06:14:29'),(167,19,0,1,0,1,'2018-01-24 06:14:29'),(168,11,0,1,0,1,'2018-01-24 06:14:30'),(169,11,0,1,0,2,'2018-02-01 23:29:04'),(169,19,0,1,0,2,'2018-02-01 23:29:12'),(169,20,0,1,0,2,'2018-02-01 23:29:13'),(169,21,0,1,0,2,'2018-02-01 23:29:14'),(169,22,0,1,0,2,'2018-02-01 23:29:16'),(169,26,0,1,0,2,'2018-02-01 23:30:15'),(169,27,0,1,0,2,'2018-02-01 23:30:13'),(169,28,0,1,0,2,'2018-02-01 23:30:11'),(169,30,0,1,0,2,'2018-02-01 23:30:16'),(169,33,0,1,0,2,'2018-02-01 23:30:24'),(169,9,0,1,0,1,'2018-02-01 23:28:59'),(169,17,0,1,0,1,'2018-02-01 23:29:02'),(169,10,0,1,0,1,'2018-02-01 23:29:08'),(169,18,0,1,0,1,'2018-02-01 23:29:11'),(169,24,0,1,0,1,'2018-02-01 23:29:20'),(169,25,0,1,0,1,'2018-02-01 23:30:06'),(169,29,0,1,0,1,'2018-02-01 23:30:10'),(169,31,0,1,0,1,'2018-02-01 23:30:19'),(169,32,0,1,0,1,'2018-02-01 23:30:23'),(169,34,0,1,0,1,'2018-02-01 23:30:28'),(169,35,0,1,0,1,'2018-02-01 23:30:32'),(169,36,0,1,0,1,'2018-02-01 23:30:35'),(169,37,0,1,0,1,'2018-02-01 23:30:38'),(169,38,0,1,0,1,'2018-02-01 23:30:43'),(170,27,0,1,0,4,'2018-03-13 18:44:48'),(171,11,0,1,0,2,'2018-03-19 05:40:35'),(171,19,0,1,0,2,'2018-03-19 05:40:52'),(171,20,0,1,0,2,'2018-03-19 05:40:56'),(171,21,0,1,0,2,'2018-03-19 05:40:58'),(171,22,0,1,0,2,'2018-03-19 05:40:59'),(171,26,0,1,0,2,'2018-03-19 05:43:06'),(171,27,0,1,0,2,'2018-03-19 05:43:04'),(171,28,0,1,0,2,'2018-03-19 05:43:03'),(171,30,0,1,0,2,'2018-03-19 05:43:08'),(171,33,0,1,0,2,'2018-03-19 05:43:26'),(171,9,0,1,0,1,'2018-03-19 05:40:31'),(171,17,0,1,0,1,'2018-03-19 05:40:34'),(171,10,0,1,0,1,'2018-03-19 05:40:39'),(171,18,0,1,0,1,'2018-03-19 05:40:50'),(171,24,0,1,0,1,'2018-03-19 05:41:04'),(171,25,0,1,0,1,'2018-03-19 05:42:56'),(171,29,0,1,0,1,'2018-03-19 05:43:00'),(171,31,0,1,0,1,'2018-03-19 05:43:17'),(171,32,0,1,0,1,'2018-03-19 05:43:21'),(171,34,0,1,0,1,'2018-03-19 05:43:31'),(171,35,0,1,0,1,'2018-03-19 05:43:37'),(171,36,0,1,0,1,'2018-03-19 05:43:42'),(171,37,0,1,0,1,'2018-03-19 05:44:02'),(171,38,0,1,0,1,'2018-03-19 05:44:06'),(172,33,0,1,0,1,'2018-03-31 00:05:05'),(172,22,0,1,0,1,'2018-03-31 00:08:07'),(172,19,0,1,0,1,'2018-03-31 00:09:11'),(172,11,0,1,0,1,'2018-03-31 00:10:54'),(172,21,0,1,0,1,'2018-03-31 00:11:39'),(172,28,0,1,0,1,'2018-03-31 00:13:32'),(172,20,0,1,0,1,'2018-03-31 00:15:21'),(172,30,0,1,0,1,'2018-03-31 00:16:06'),(172,27,0,1,0,1,'2018-03-31 00:17:17'),(172,26,0,1,0,1,'2018-03-31 00:21:02'),(173,24,0,1,0,1,'2018-03-31 02:21:11'),(173,22,0,1,0,1,'2018-03-31 02:27:18'),(173,19,0,1,0,1,'2018-03-31 02:28:21'),(173,11,0,1,0,1,'2018-03-31 02:30:04'),(173,21,0,1,0,1,'2018-03-31 02:30:50'),(173,18,0,1,0,1,'2018-03-31 02:31:52'),(173,10,0,1,0,1,'2018-03-31 02:33:34'),(173,20,0,1,0,1,'2018-03-31 02:34:18'),(173,17,0,1,0,1,'2018-03-31 02:35:21'),(173,9,0,1,0,1,'2018-03-31 02:37:24'),(174,34,0,1,0,1,'2018-03-31 04:43:36'),(174,33,0,1,0,1,'2018-03-31 04:44:50'),(174,32,0,1,0,1,'2018-03-31 04:47:30'),(174,29,0,1,0,1,'2018-03-31 04:48:28'),(174,31,0,1,0,1,'2018-03-31 04:50:14'),(174,28,0,1,0,1,'2018-03-31 04:51:06'),(174,38,0,1,0,1,'2018-03-31 04:51:39'),(174,30,0,1,0,1,'2018-03-31 04:52:54'),(174,27,0,1,0,1,'2018-03-31 04:53:43'),(174,37,0,1,0,1,'2018-03-31 04:54:21'),(174,26,0,1,0,1,'2018-03-31 04:56:28'),(174,36,0,1,0,1,'2018-03-31 04:57:03'),(174,25,0,1,0,1,'2018-03-31 04:59:08'),(174,35,0,1,0,1,'2018-03-31 04:59:43'),(175,30,0,1,0,4,'2018-04-04 17:33:15');
/*!40000 ALTER TABLE `tv_cart_product` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_cart_rule`
--

DROP TABLE IF EXISTS `tv_cart_rule`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_cart_rule` (
  `id_cart_rule` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_customer` int(10) unsigned NOT NULL DEFAULT '0',
  `date_from` datetime NOT NULL,
  `date_to` datetime NOT NULL,
  `description` text,
  `quantity` int(10) unsigned NOT NULL DEFAULT '0',
  `quantity_per_user` int(10) unsigned NOT NULL DEFAULT '0',
  `priority` int(10) unsigned NOT NULL DEFAULT '1',
  `partial_use` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `code` varchar(254) NOT NULL,
  `minimum_amount` decimal(17,2) NOT NULL DEFAULT '0.00',
  `minimum_amount_tax` tinyint(1) NOT NULL DEFAULT '0',
  `minimum_amount_currency` int(10) unsigned NOT NULL DEFAULT '0',
  `minimum_amount_shipping` tinyint(1) NOT NULL DEFAULT '0',
  `country_restriction` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `carrier_restriction` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `group_restriction` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `cart_rule_restriction` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `product_restriction` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `shop_restriction` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `free_shipping` tinyint(1) NOT NULL DEFAULT '0',
  `reduction_percent` decimal(5,2) NOT NULL DEFAULT '0.00',
  `reduction_amount` decimal(17,2) NOT NULL DEFAULT '0.00',
  `reduction_tax` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `reduction_currency` int(10) unsigned NOT NULL DEFAULT '0',
  `reduction_product` int(10) NOT NULL DEFAULT '0',
  `gift_product` int(10) unsigned NOT NULL DEFAULT '0',
  `gift_product_attribute` int(10) unsigned NOT NULL DEFAULT '0',
  `highlight` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `active` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `date_add` datetime NOT NULL,
  `date_upd` datetime NOT NULL,
  PRIMARY KEY (`id_cart_rule`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_cart_rule`
--

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

--
-- Table structure for table `tv_cart_rule_carrier`
--

DROP TABLE IF EXISTS `tv_cart_rule_carrier`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_cart_rule_carrier` (
  `id_cart_rule` int(10) unsigned NOT NULL,
  `id_carrier` int(10) unsigned NOT NULL,
  PRIMARY KEY (`id_cart_rule`,`id_carrier`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_cart_rule_carrier`
--

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

--
-- Table structure for table `tv_cart_rule_combination`
--

DROP TABLE IF EXISTS `tv_cart_rule_combination`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_cart_rule_combination` (
  `id_cart_rule_1` int(10) unsigned NOT NULL,
  `id_cart_rule_2` int(10) unsigned NOT NULL,
  PRIMARY KEY (`id_cart_rule_1`,`id_cart_rule_2`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_cart_rule_combination`
--

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

--
-- Table structure for table `tv_cart_rule_country`
--

DROP TABLE IF EXISTS `tv_cart_rule_country`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_cart_rule_country` (
  `id_cart_rule` int(10) unsigned NOT NULL,
  `id_country` int(10) unsigned NOT NULL,
  PRIMARY KEY (`id_cart_rule`,`id_country`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_cart_rule_country`
--

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

--
-- Table structure for table `tv_cart_rule_group`
--

DROP TABLE IF EXISTS `tv_cart_rule_group`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_cart_rule_group` (
  `id_cart_rule` int(10) unsigned NOT NULL,
  `id_group` int(10) unsigned NOT NULL,
  PRIMARY KEY (`id_cart_rule`,`id_group`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_cart_rule_group`
--

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

--
-- Table structure for table `tv_cart_rule_lang`
--

DROP TABLE IF EXISTS `tv_cart_rule_lang`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_cart_rule_lang` (
  `id_cart_rule` int(10) unsigned NOT NULL,
  `id_lang` int(10) unsigned NOT NULL,
  `name` varchar(254) NOT NULL,
  PRIMARY KEY (`id_cart_rule`,`id_lang`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_cart_rule_lang`
--

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

--
-- Table structure for table `tv_cart_rule_product_rule`
--

DROP TABLE IF EXISTS `tv_cart_rule_product_rule`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_cart_rule_product_rule` (
  `id_product_rule` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_product_rule_group` int(10) unsigned NOT NULL,
  `type` enum('products','categories','attributes','manufacturers','suppliers') NOT NULL,
  PRIMARY KEY (`id_product_rule`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_cart_rule_product_rule`
--

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

--
-- Table structure for table `tv_cart_rule_product_rule_group`
--

DROP TABLE IF EXISTS `tv_cart_rule_product_rule_group`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_cart_rule_product_rule_group` (
  `id_product_rule_group` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_cart_rule` int(10) unsigned NOT NULL,
  `quantity` int(10) unsigned NOT NULL DEFAULT '1',
  PRIMARY KEY (`id_product_rule_group`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_cart_rule_product_rule_group`
--

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

--
-- Table structure for table `tv_cart_rule_product_rule_value`
--

DROP TABLE IF EXISTS `tv_cart_rule_product_rule_value`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_cart_rule_product_rule_value` (
  `id_product_rule` int(10) unsigned NOT NULL,
  `id_item` int(10) unsigned NOT NULL,
  PRIMARY KEY (`id_product_rule`,`id_item`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_cart_rule_product_rule_value`
--

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

--
-- Table structure for table `tv_cart_rule_shop`
--

DROP TABLE IF EXISTS `tv_cart_rule_shop`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_cart_rule_shop` (
  `id_cart_rule` int(10) unsigned NOT NULL,
  `id_shop` int(10) unsigned NOT NULL,
  PRIMARY KEY (`id_cart_rule`,`id_shop`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_cart_rule_shop`
--

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

--
-- Table structure for table `tv_category`
--

DROP TABLE IF EXISTS `tv_category`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_category` (
  `id_category` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_parent` int(10) unsigned NOT NULL,
  `id_shop_default` int(10) unsigned NOT NULL DEFAULT '1',
  `level_depth` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `nleft` int(10) unsigned NOT NULL DEFAULT '0',
  `nright` int(10) unsigned NOT NULL DEFAULT '0',
  `active` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `date_add` datetime NOT NULL,
  `date_upd` datetime NOT NULL,
  `position` int(10) unsigned NOT NULL DEFAULT '0',
  `is_root_category` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id_category`),
  KEY `category_parent` (`id_parent`),
  KEY `nleftright` (`nleft`,`nright`),
  KEY `nleftrightactive` (`nleft`,`nright`,`active`),
  KEY `level_depth` (`level_depth`),
  KEY `nright` (`nright`),
  KEY `nleft` (`nleft`)
) ENGINE=InnoDB AUTO_INCREMENT=42 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_category`
--

LOCK TABLES `tv_category` WRITE;
/*!40000 ALTER TABLE `tv_category` DISABLE KEYS */;
INSERT INTO `tv_category` VALUES (1,0,1,0,1,24,1,'2013-10-31 16:16:23','2013-10-31 16:16:23',0,0),(2,1,1,1,2,23,1,'2013-10-31 16:16:23','2013-10-31 16:16:23',0,1),(7,2,1,2,3,10,1,'2013-11-30 02:18:47','2013-12-16 06:08:13',1,0),(27,26,1,255,9,14,1,'2013-12-16 05:53:17','2013-12-16 09:19:47',2,0),(33,2,1,2,11,22,1,'2013-12-16 17:04:20','2013-12-16 17:04:20',0,0),(34,33,1,3,12,13,1,'2013-12-16 17:04:50','2013-12-19 09:26:42',1,0),(35,33,1,3,14,15,1,'2013-12-16 17:05:17','2013-12-19 09:12:43',2,0),(36,7,1,3,4,5,1,'2013-12-18 09:20:20','2013-12-18 09:20:20',0,0),(37,7,1,3,6,7,1,'2013-12-18 09:21:41','2013-12-18 09:21:41',0,0),(38,33,1,3,16,17,1,'2013-12-19 09:25:32','2014-03-15 10:30:44',3,0),(39,33,1,3,18,19,1,'2013-12-19 09:45:21','2013-12-19 09:54:09',4,0),(40,33,1,3,20,21,1,'2013-12-19 09:58:39','2013-12-19 10:12:22',5,0),(41,7,1,3,8,9,1,'2013-12-19 16:59:08','2013-12-19 16:59:08',0,0);
/*!40000 ALTER TABLE `tv_category` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_category_group`
--

DROP TABLE IF EXISTS `tv_category_group`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_category_group` (
  `id_category` int(10) unsigned NOT NULL,
  `id_group` int(10) unsigned NOT NULL,
  PRIMARY KEY (`id_category`,`id_group`),
  KEY `id_category` (`id_category`),
  KEY `id_group` (`id_group`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_category_group`
--

LOCK TABLES `tv_category_group` WRITE;
/*!40000 ALTER TABLE `tv_category_group` DISABLE KEYS */;
INSERT INTO `tv_category_group` VALUES (1,0),(2,0),(2,1),(2,2),(2,3),(7,1),(7,2),(7,3),(27,1),(27,2),(27,3),(33,1),(33,2),(33,3),(34,1),(34,2),(34,3),(35,1),(35,2),(35,3),(36,1),(36,2),(36,3),(37,1),(37,2),(37,3),(38,1),(38,2),(38,3),(39,1),(39,2),(39,3),(40,1),(40,2),(40,3),(41,1),(41,2),(41,3);
/*!40000 ALTER TABLE `tv_category_group` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_category_lang`
--

DROP TABLE IF EXISTS `tv_category_lang`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_category_lang` (
  `id_category` int(10) unsigned NOT NULL,
  `id_shop` int(11) unsigned NOT NULL DEFAULT '1',
  `id_lang` int(10) unsigned NOT NULL,
  `name` varchar(128) NOT NULL,
  `description` text,
  `link_rewrite` varchar(128) NOT NULL,
  `meta_title` varchar(128) DEFAULT NULL,
  `meta_keywords` varchar(255) DEFAULT NULL,
  `meta_description` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id_category`,`id_shop`,`id_lang`),
  KEY `category_name` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_category_lang`
--

LOCK TABLES `tv_category_lang` WRITE;
/*!40000 ALTER TABLE `tv_category_lang` DISABLE KEYS */;
INSERT INTO `tv_category_lang` VALUES (1,1,1,'Root','','root','','',''),(1,1,2,'Root','','root','','',''),(2,1,1,'Home','','home','','',''),(2,1,2,'Home','','home','','',''),(7,1,1,'Products Categories','','products-categories','','',''),(7,1,2,'Products','','products','','',''),(27,1,1,'Services','','services','','',''),(27,1,2,'Services','','services','','',''),(33,1,1,'Services','','ser','','',''),(33,1,2,'Services','','ser','','',''),(34,1,1,'OIL CHANGE','<h1> </h1>\r\n<p>Oil lubricates and protects your engine. It increases engine life span, aids fuel efficiency and helps you get maximum power and performance from your vehicle. <br /><br />Oil is the blood of the engine and reduces the friction between the internal moving parts of your engine.</p>\r\n<p> </p>\r\n<p>There are many choices of oil available for the modern vehicle -<br /><br />Our highly qualified technicians will be on hand to give you advice and help you identify the most suitable oil for your vehicle.</p>\r\n<p><img src=\"http://i.ebayimg.com/t/Castrol-Magnatec-10W-40-Engine-Oil-A3-B4-22667065-4-Litre-/00/s/MzY3WDMyOA==/$T2eC16J,!)UE9s3wBn0VBQeeu8esH!~~60_35.JPG\" alt=\"\" width=\"268\" height=\"300\" /></p>','oil-change','oil change','','oil change'),(34,1,2,'Service1','','service1','','',''),(35,1,1,'BRAKES','<p>Your vehicle\'s braking system is of paramount importance.</p>\r\n<p>You never know what\'s around the corner and when you might need to stop sharply and safely.</p>\r\n<p> </p>\r\n<p>For this reason, it\'s essential to have your braking system checked regularly by professionals. </p>\r\n<p>Our Full Brake Inspection includes an examination of the following:</p>\r\n<ul>\r\n<li>Brake discs, pads and shoes</li>\r\n<li>Calipers/wheel cylinders</li>\r\n<li>Brake pipes (metal and rubber)</li>\r\n<li>Brake master cylinder/servo</li>\r\n<li>Handbrake cable and linkages</li>\r\n<li>Brake drums and fluid</li>\r\n</ul>\r\n<div> </div>\r\n<div> </div>\r\n<p>   </p>','brakes','','',''),(35,1,2,'Service2','','service2','','',''),(36,1,1,'Tyres','<p>our tyres</p>','tyres','','',''),(36,1,2,'Tyres','','tyres','','',''),(37,1,1,'Alloy Wheels','<p>Our Alloy Wheels</p>','alloy-wheels','','',''),(37,1,2,'Alloy Wheels','','alloy-wheels','','',''),(38,1,1,'EXHAUSTS','<p>Your exhaust is made up from a number of parts.</p>\r\n<p>It is likely that only one or two parts of the system will need replacing at any one  </p>\r\n<p><span> we can replace individual parts or the full system depending on what is required but will only carry out work that needs to be done.</span></p>','exhausts','exhausts','car exhausts,sports exhaust','exhausts '),(38,1,2,'EXHAUSTS','','exhausts','','',''),(39,1,1,'WHEEL ALIGNMENT','<div class=\"contentTitle\">\r\n<h3>What is <span>Four<br /></span><span>Wheel Alignment?</span></h3>\r\n</div>\r\n<div class=\"contentCopy\">\r\n<p>Since the car was invented it has been important that all four wheels point in the same direction!</p>\r\n<p>Over time as the car and its components have evolved, so has the way cars steering and suspension set up or geometry is measured.</p>\r\n<p>The modern car is built for comfort, performance and handling. In order to achieve and maintain the best ride possible, the steering and suspension needs to be measured and adjusted within the motor manufacturer’s specifications. This can only be done by measuring all four wheels and having a proper full four wheel alignment measurement.</p>\r\n<p>If only the fronts are set straight, through having a Tracking, two wheel alignment, or Toe &amp; Go, and the rear wheels remain out of alignment (and not adjusted), your car could still suffer tyre wear, pulling and crooked steering wheel.</p>\r\n</div>','wheel-alignment','wheel alignment','wheel alignment,tracking,toe in,toe out,camber,rear toe,rear wheel toe','car wheel alignment'),(39,1,2,'WHEEL ALIGNMENT','','wheel-alignment','','',''),(40,1,1,'TYRE CHANGE','<h1>How can I tell when my tyres need changing?</h1>\r\n<p>One sign that your tyres need changing is noticing a deterioration in performance. For example, your car does not handle or grip the road as well in poor weather conditions as it normally does, or it takes longer to stop when you apply the brakes.</p>\r\n<p>The fact that tyres wear gradually can make it difficult to identify the reduction in performance, so it\'s best to have them checked regularly and preferably by an expert. It is the driver\'s responsibility to ensure that the tread on your tyres is not worn beyond the legal minimum limit of 1.6 millimetres.</p>\r\n<p>To make this easier to identify, tyre manufacturers mould tread wear indicators (T.W.I) into the design of the tyres tread pattern usually at a tread level of 1.6mm. As soon as the tread is worn to the height of the tread wear indicator, the tyre has reached the legal minimum tread depth and you should replace the tyre as soon as possible.</p>\r\n<p>You should also be aware that there are many different reasons for tyre wear. Your tyres don\'t just get worn through age and use, but through emergency braking, under-inflation or over-inflation. And if your wheels are misaligned, one edge of the tyre can wear more rapidly than the other edge.</p>\r\n<p>We recommend a weekly walk around the car to check the tread, look for bulges or wear and to check tyre pressures everytime you fill the tank</p>','tyre-change','TYRE CHANGE','tyre replacement,tyre change,tire replacement,tire change','tyre replacement'),(40,1,2,'TYRE CHANGE','','tyre-change','','',''),(41,1,1,'Vehicles','<p><strong>our Vehicles</strong></p>','vehicles','Vehicles','Vehicles blackburn,cars for sale blackburn,cars,for sale,cheap cars ','our Vehicles'),(41,1,2,'Vehicles','','vehicles','','','');
/*!40000 ALTER TABLE `tv_category_lang` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_category_product`
--

DROP TABLE IF EXISTS `tv_category_product`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_category_product` (
  `id_category` int(10) unsigned NOT NULL,
  `id_product` int(10) unsigned NOT NULL,
  `position` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id_category`,`id_product`),
  KEY `id_product` (`id_product`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_category_product`
--

LOCK TABLES `tv_category_product` WRITE;
/*!40000 ALTER TABLE `tv_category_product` DISABLE KEYS */;
INSERT INTO `tv_category_product` VALUES (2,11,0),(2,19,1),(2,20,2),(2,21,3),(2,22,4),(2,26,5),(2,27,6),(2,28,7),(2,30,8),(2,33,9),(2,34,10),(7,9,0),(7,10,1),(7,11,3),(7,17,2),(7,18,4),(7,19,5),(7,20,6),(7,21,7),(7,22,8),(7,24,9),(7,25,10),(7,26,11),(7,27,12),(7,28,13),(7,29,14),(7,30,15),(7,31,16),(7,32,17),(7,33,18),(7,34,19),(7,35,20),(7,36,21),(7,37,22),(7,38,23),(36,9,0),(36,10,3),(36,11,2),(36,17,1),(36,18,4),(36,19,5),(36,20,6),(36,21,7),(36,22,8),(36,24,9),(36,25,10),(36,26,14),(36,27,13),(36,28,12),(36,29,11),(36,30,15),(36,31,16),(36,32,17),(36,33,18),(36,34,19),(36,35,20),(36,36,21),(36,37,22),(36,38,23);
/*!40000 ALTER TABLE `tv_category_product` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_category_shop`
--

DROP TABLE IF EXISTS `tv_category_shop`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_category_shop` (
  `id_category` int(11) NOT NULL,
  `id_shop` int(11) NOT NULL,
  `position` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id_category`,`id_shop`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_category_shop`
--

LOCK TABLES `tv_category_shop` WRITE;
/*!40000 ALTER TABLE `tv_category_shop` DISABLE KEYS */;
INSERT INTO `tv_category_shop` VALUES (1,1,1),(2,1,1),(7,1,1),(27,1,2),(33,1,2),(34,1,1),(35,1,2),(36,1,1),(37,1,2),(38,1,3),(39,1,4),(40,1,5),(41,1,3);
/*!40000 ALTER TABLE `tv_category_shop` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_cms`
--

DROP TABLE IF EXISTS `tv_cms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_cms` (
  `id_cms` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_cms_category` int(10) unsigned NOT NULL,
  `position` int(10) unsigned NOT NULL DEFAULT '0',
  `active` tinyint(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id_cms`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_cms`
--

LOCK TABLES `tv_cms` WRITE;
/*!40000 ALTER TABLE `tv_cms` DISABLE KEYS */;
INSERT INTO `tv_cms` VALUES (1,1,0,1),(2,1,1,1),(3,1,2,1),(4,1,3,1),(5,1,4,1);
/*!40000 ALTER TABLE `tv_cms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_cms_block`
--

DROP TABLE IF EXISTS `tv_cms_block`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_cms_block` (
  `id_cms_block` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_cms_category` int(10) unsigned NOT NULL,
  `location` tinyint(1) unsigned NOT NULL,
  `position` int(10) unsigned NOT NULL DEFAULT '0',
  `display_store` tinyint(1) unsigned NOT NULL DEFAULT '1',
  PRIMARY KEY (`id_cms_block`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_cms_block`
--

LOCK TABLES `tv_cms_block` WRITE;
/*!40000 ALTER TABLE `tv_cms_block` DISABLE KEYS */;
INSERT INTO `tv_cms_block` VALUES (1,1,0,0,1);
/*!40000 ALTER TABLE `tv_cms_block` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_cms_block_lang`
--

DROP TABLE IF EXISTS `tv_cms_block_lang`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_cms_block_lang` (
  `id_cms_block` int(10) unsigned NOT NULL,
  `id_lang` int(10) unsigned NOT NULL,
  `name` varchar(40) NOT NULL DEFAULT '',
  PRIMARY KEY (`id_cms_block`,`id_lang`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_cms_block_lang`
--

LOCK TABLES `tv_cms_block_lang` WRITE;
/*!40000 ALTER TABLE `tv_cms_block_lang` DISABLE KEYS */;
INSERT INTO `tv_cms_block_lang` VALUES (1,1,'Information'),(1,2,'Information');
/*!40000 ALTER TABLE `tv_cms_block_lang` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_cms_block_page`
--

DROP TABLE IF EXISTS `tv_cms_block_page`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_cms_block_page` (
  `id_cms_block_page` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_cms_block` int(10) unsigned NOT NULL,
  `id_cms` int(10) unsigned NOT NULL,
  `is_category` tinyint(1) unsigned NOT NULL,
  PRIMARY KEY (`id_cms_block_page`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_cms_block_page`
--

LOCK TABLES `tv_cms_block_page` WRITE;
/*!40000 ALTER TABLE `tv_cms_block_page` DISABLE KEYS */;
INSERT INTO `tv_cms_block_page` VALUES (1,1,1,0),(2,1,2,0),(3,1,3,0),(4,1,4,0),(5,1,5,0);
/*!40000 ALTER TABLE `tv_cms_block_page` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_cms_block_shop`
--

DROP TABLE IF EXISTS `tv_cms_block_shop`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_cms_block_shop` (
  `id_cms_block` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_shop` int(10) unsigned NOT NULL,
  PRIMARY KEY (`id_cms_block`,`id_shop`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_cms_block_shop`
--

LOCK TABLES `tv_cms_block_shop` WRITE;
/*!40000 ALTER TABLE `tv_cms_block_shop` DISABLE KEYS */;
INSERT INTO `tv_cms_block_shop` VALUES (1,1);
/*!40000 ALTER TABLE `tv_cms_block_shop` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_cms_category`
--

DROP TABLE IF EXISTS `tv_cms_category`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_cms_category` (
  `id_cms_category` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_parent` int(10) unsigned NOT NULL,
  `level_depth` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `active` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `date_add` datetime NOT NULL,
  `date_upd` datetime NOT NULL,
  `position` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id_cms_category`),
  KEY `category_parent` (`id_parent`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_cms_category`
--

LOCK TABLES `tv_cms_category` WRITE;
/*!40000 ALTER TABLE `tv_cms_category` DISABLE KEYS */;
INSERT INTO `tv_cms_category` VALUES (1,0,1,1,'2013-10-31 16:16:22','2013-10-31 16:16:22',0);
/*!40000 ALTER TABLE `tv_cms_category` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_cms_category_lang`
--

DROP TABLE IF EXISTS `tv_cms_category_lang`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_cms_category_lang` (
  `id_cms_category` int(10) unsigned NOT NULL,
  `id_lang` int(10) unsigned NOT NULL,
  `name` varchar(128) NOT NULL,
  `description` text,
  `link_rewrite` varchar(128) NOT NULL,
  `meta_title` varchar(128) DEFAULT NULL,
  `meta_keywords` varchar(255) DEFAULT NULL,
  `meta_description` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id_cms_category`,`id_lang`),
  KEY `category_name` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_cms_category_lang`
--

LOCK TABLES `tv_cms_category_lang` WRITE;
/*!40000 ALTER TABLE `tv_cms_category_lang` DISABLE KEYS */;
INSERT INTO `tv_cms_category_lang` VALUES (1,1,'Home','','home','','',''),(1,2,'Home','','home','','','');
/*!40000 ALTER TABLE `tv_cms_category_lang` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_cms_lang`
--

DROP TABLE IF EXISTS `tv_cms_lang`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_cms_lang` (
  `id_cms` int(10) unsigned NOT NULL,
  `id_lang` int(10) unsigned NOT NULL,
  `meta_title` varchar(128) NOT NULL,
  `meta_description` varchar(255) DEFAULT NULL,
  `meta_keywords` varchar(255) DEFAULT NULL,
  `content` longtext,
  `link_rewrite` varchar(128) NOT NULL,
  PRIMARY KEY (`id_cms`,`id_lang`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_cms_lang`
--

LOCK TABLES `tv_cms_lang` WRITE;
/*!40000 ALTER TABLE `tv_cms_lang` DISABLE KEYS */;
INSERT INTO `tv_cms_lang` VALUES (1,1,'Delivery','Our terms and conditions of delivery','conditions, delivery, delay, shipment, pack','<h2>Shipments and returns</h2><h3>Your pack shipment</h3><p>Packages are generally dispatched within 2 days after receipt of payment and are shipped via UPS with tracking and drop-off without signature. If you prefer delivery by UPS Extra with required signature, an additional cost will be applied, so please contact us before choosing this method. Whichever shipment choice you make, we will provide you with a link to track your package online.</p><p>Shipping fees include handling and packing fees as well as postage costs. Handling fees are fixed, whereas transport fees vary according to total weight of the shipment. We advise you to group your items in one order. We cannot group two distinct orders placed separately, and shipping fees will apply to each of them. Your package will be dispatched at your own risk, but special care is taken to protect fragile objects.<br /><br />Boxes are amply sized and your items are well-protected.</p>','delivery'),(1,2,'Delivery','Our terms and conditions of delivery','conditions, delivery, delay, shipment, pack','<h2>Shipments and returns</h2><h3>Your pack shipment</h3><p>Packages are generally dispatched within 2 days after receipt of payment and are shipped via UPS with tracking and drop-off without signature. If you prefer delivery by UPS Extra with required signature, an additional cost will be applied, so please contact us before choosing this method. Whichever shipment choice you make, we will provide you with a link to track your package online.</p><p>Shipping fees include handling and packing fees as well as postage costs. Handling fees are fixed, whereas transport fees vary according to total weight of the shipment. We advise you to group your items in one order. We cannot group two distinct orders placed separately, and shipping fees will apply to each of them. Your package will be dispatched at your own risk, but special care is taken to protect fragile objects.<br /><br />Boxes are amply sized and your items are well-protected.</p>','delivery'),(2,1,'Legal Notice','Legal notice','notice, legal, credits','<h2>Legal</h2><h3>Credits</h3><p>Concept and production:</p><p>This Web site was created using <a href=\"http://www.prestashop.com\">PrestaShop</a>&trade; open-source software.</p>','legal-notice'),(2,2,'Legal Notice','Legal notice','notice, legal, credits','<h2>Legal</h2><h3>Credits</h3><p>Concept and production:</p><p>This Web site was created using <a href=\"http://www.prestashop.com\">PrestaShop</a>&trade; open-source software.</p>','legal-notice'),(3,1,'Terms and conditions of use','Our terms and conditions of use','conditions, terms, use, sell','<h2>Your terms and conditions of use</h2><h3>Rule 1</h3><p>Here is the rule 1 content</p>\r\n<h3>Rule 2</h3><p>Here is the rule 2 content</p>\r\n<h3>Rule 3</h3><p>Here is the rule 3 content</p>','terms-and-conditions-of-use'),(3,2,'Terms and conditions of use','Our terms and conditions of use','conditions, terms, use, sell','<h2>Your terms and conditions of use</h2><h3>Rule 1</h3><p>Here is the rule 1 content</p>\r\n<h3>Rule 2</h3><p>Here is the rule 2 content</p>\r\n<h3>Rule 3</h3><p>Here is the rule 3 content</p>','terms-and-conditions-of-use'),(4,1,'About us','Learn more about us','about us, informations','<h2>About us</h2>\r\n<h3>Our company</h3><p>Our company</p>\r\n<h3>Our team</h3><p>Our team</p>\r\n<h3>Informations</h3><p>Informations</p>','about-us'),(4,2,'About us','Learn more about us','about us, informations','<h2>About us</h2>\r\n<h3>Our company</h3><p>Our company</p>\r\n<h3>Our team</h3><p>Our team</p>\r\n<h3>Informations</h3><p>Informations</p>','about-us'),(5,1,'Secure payment','Our secure payment mean','secure payment, ssl, visa, mastercard, paypal','<h2>Secure payment</h2>\r\n<h3>Our secure payment</h3><p>With SSL</p>\r\n<h3>Using Visa/Mastercard/Paypal</h3><p>About this services</p>','secure-payment'),(5,2,'Secure payment','Our secure payment mean','secure payment, ssl, visa, mastercard, paypal','<h2>Secure payment</h2>\r\n<h3>Our secure payment</h3><p>With SSL</p>\r\n<h3>Using Visa/Mastercard/Paypal</h3><p>About this services</p>','secure-payment');
/*!40000 ALTER TABLE `tv_cms_lang` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_cms_shop`
--

DROP TABLE IF EXISTS `tv_cms_shop`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_cms_shop` (
  `id_cms` int(11) unsigned NOT NULL,
  `id_shop` int(11) unsigned NOT NULL,
  PRIMARY KEY (`id_cms`,`id_shop`),
  KEY `id_shop` (`id_shop`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_cms_shop`
--

LOCK TABLES `tv_cms_shop` WRITE;
/*!40000 ALTER TABLE `tv_cms_shop` DISABLE KEYS */;
INSERT INTO `tv_cms_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1);
/*!40000 ALTER TABLE `tv_cms_shop` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_compare`
--

DROP TABLE IF EXISTS `tv_compare`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_compare` (
  `id_compare` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_customer` int(10) unsigned NOT NULL,
  PRIMARY KEY (`id_compare`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_compare`
--

LOCK TABLES `tv_compare` WRITE;
/*!40000 ALTER TABLE `tv_compare` DISABLE KEYS */;
INSERT INTO `tv_compare` VALUES (1,0),(3,0);
/*!40000 ALTER TABLE `tv_compare` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_compare_product`
--

DROP TABLE IF EXISTS `tv_compare_product`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_compare_product` (
  `id_compare` int(10) unsigned NOT NULL,
  `id_product` int(10) unsigned NOT NULL,
  `date_add` datetime NOT NULL,
  `date_upd` datetime NOT NULL,
  PRIMARY KEY (`id_compare`,`id_product`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_compare_product`
--

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

--
-- Table structure for table `tv_condition`
--

DROP TABLE IF EXISTS `tv_condition`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_condition` (
  `id_condition` int(11) NOT NULL AUTO_INCREMENT,
  `id_ps_condition` int(11) NOT NULL,
  `type` enum('configuration','install','sql') NOT NULL,
  `request` text,
  `operator` varchar(32) DEFAULT NULL,
  `value` varchar(64) DEFAULT NULL,
  `result` varchar(64) DEFAULT NULL,
  `calculation_type` enum('hook','time') DEFAULT NULL,
  `calculation_detail` varchar(64) DEFAULT NULL,
  `validated` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `date_add` datetime NOT NULL,
  `date_upd` datetime NOT NULL,
  PRIMARY KEY (`id_condition`,`id_ps_condition`)
) ENGINE=InnoDB AUTO_INCREMENT=283 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_condition`
--

LOCK TABLES `tv_condition` WRITE;
/*!40000 ALTER TABLE `tv_condition` DISABLE KEYS */;
INSERT INTO `tv_condition` VALUES (1,19,'install','','>','0','1','time','1',1,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(2,40,'install','','>=','730','','time','2',0,'2013-10-31 16:22:02','2015-02-17 13:02:51'),(3,1,'configuration','PS_REWRITING_SETTINGS','==','1','','hook','actionAdminMetaControllerUpdate_optionsAfter',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(4,2,'configuration','PS_SMARTY_FORCE_COMPILE','!=','2','1','hook','actionAdminPerformanceControllerSaveAfter',1,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(5,3,'configuration','PS_CSS_THEME_CACHE','==','1','','hook','actionAdminPerformanceControllerSaveAfter',0,'2013-10-31 16:22:02','2013-11-24 23:02:56'),(6,4,'configuration','PS_CIPHER_ALGORITHM','==','1','1','hook','actionAdminPerformanceControllerSaveAfter',1,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(7,5,'configuration','PS_MEDIA_SERVERS','==','1','','hook','actionAdminPerformanceControllerSaveAfter',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(8,6,'sql','SELECT COUNT(distinct m.id_module) FROM PREFIX_hook h LEFT JOIN PREFIX_hook_module hm ON h.id_hook = hm.id_hook LEFT JOIN PREFIX_module m ON hm.id_module = m.id_module\r\nWHERE (h.name = \"displayPayment\" OR h.name = \"payment\") AND m.name NOT IN (\"bankwire\", \"cheque\", \"cashondelivery\")','>','0','1','hook','actionModuleInstallAfter',1,'2013-10-31 16:22:02','2013-11-05 15:49:06'),(9,7,'sql','SELECT COUNT(distinct m.id_module) FROM PREFIX_hook h LEFT JOIN PREFIX_hook_module hm ON h.id_hook = hm.id_hook LEFT JOIN PREFIX_module m ON hm.id_module = m.id_module\r\nWHERE (h.name = \"displayPayment\" OR h.name = \"payment\") AND m.name NOT IN (\"bankwire\", \"cheque\", \"cashondelivery\")','>','1','3','hook','actionModuleInstallAfter',1,'2013-10-31 16:22:02','2013-12-19 12:11:34'),(10,8,'sql','SELECT COUNT(*) FROM PREFIX_carrier WHERE name NOT IN (\"0\", \"My carrier\")','>','0','0','hook','actionObjectCarrierAddAfter',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(11,9,'sql','SELECT COUNT(*) FROM PREFIX_carrier WHERE name NOT IN (\"0\", \"My carrier\")','>','1','0','hook','actionObjectCarrierAddAfter',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(12,10,'sql','SELECT COUNT(*) FROM PREFIX_product WHERE reference NOT LIKE \"demo_%\"','>','0','2','hook','actionObjectProductAddAfter',1,'2013-10-31 16:22:02','2013-12-12 12:28:30'),(13,11,'sql','SELECT COUNT(*) FROM PREFIX_product WHERE reference NOT LIKE \"demo_%\"','>','9','10','hook','actionObjectProductAddAfter',1,'2013-10-31 16:22:02','2013-12-19 17:21:58'),(14,16,'configuration','PS_SHOP_PHONE','!=','0','','hook','actionAdminStoresControllerUpdate_optionsAfter',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(15,17,'sql','SELECT COUNT(*) FROM PREFIX_contact','>','2','2','hook','actionObjectContactAddAfter',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(16,18,'sql','SELECT COUNT(*) FROM PREFIX_contact','>','4','2','hook','actionObjectContactAddAfter',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(17,12,'sql','SELECT COUNT(*) FROM PREFIX_product WHERE reference NOT LIKE \"demo_%\"','>','99','24','hook','actionObjectProductAddAfter',0,'2013-10-31 16:22:02','2015-02-17 13:02:48'),(18,13,'sql','SELECT COUNT(*) FROM PREFIX_product WHERE reference NOT LIKE \"demo_%\"','>','999','0','hook','actionObjectProductAddAfter',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(19,14,'sql','SELECT COUNT(*) FROM PREFIX_product WHERE reference NOT LIKE \"demo_%\"','>','9999','0','hook','actionObjectProductAddAfter',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(20,15,'sql','SELECT COUNT(*) FROM PREFIX_product WHERE reference NOT LIKE \"demo_%\"','>','99999','0','hook','actionObjectProductAddAfter',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(21,20,'install','','>=','7','1','time','1',1,'2013-10-31 16:22:02','2013-11-24 21:26:08'),(22,21,'configuration','PS_LOGO','!=','logo.jpg','','hook','actionAdminThemesControllerUpdate_optionsAfter',0,'2013-10-31 16:22:02','2013-11-03 06:38:44'),(23,22,'sql','SELECT COUNT(*) FROM PREFIX_theme WHERE directory != \"default\" AND directory != \"prestashop\"','>','0','0','hook','actionObjectThemeAddAfter',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(24,23,'configuration','PS_LOGGED_ON_ADDONS','==','1','','time','1',0,'2013-10-31 16:22:02','2015-02-17 13:02:47'),(25,24,'configuration','PS_MULTISHOP_FEATURE_ACTIVE','==','1','','hook','actionAdminPreferencesControllerUpdate_optionsAfter',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(26,25,'sql','SELECT COUNT(*) FROM PREFIX_shop','>','1','1','hook','actionObjectShopAddAfter',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(27,28,'sql','SELECT COUNT(*) FROM PREFIX_shop_group','>','1','1','hook','actionObjectShopGroupAddAfter',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(28,26,'sql','SELECT COUNT(*) FROM PREFIX_shop','>','4','1','hook','actionObjectShopAddAfter',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(29,27,'sql','SELECT COUNT(*) FROM PREFIX_shop_group','>','5','1','hook','actionObjectShopGroupAddAfter 	',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(30,30,'sql','SELECT COUNT(*) FROM PREFIX_carrier WHERE name NOT IN (\"0\", \"My carrier\")','>','2','0','hook','actionObjectCarrierAddAfter',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(31,29,'sql','SELECT COUNT(distinct m.id_module) FROM PREFIX_hook h LEFT JOIN PREFIX_hook_module hm ON h.id_hook = hm.id_hook LEFT JOIN PREFIX_module m ON hm.id_module = m.id_module\r\nWHERE (h.name = \"displayPayment\" OR h.name = \"payment\") AND m.name NOT IN (\"bankwire\", \"cheque\", \"cashondelivery\")','>','2','3','hook','actionModuleInstallAfter',1,'2013-10-31 16:22:02','2013-12-19 12:11:35'),(32,31,'sql','SELECT SUM(total_paid_tax_excl / c.conversion_rate)\r\nFROM PREFIX_orders o INNER JOIN PREFIX_currency c ON c.id_currency = o.id_currency WHERE valid = 1 AND reference != \"XKBKNABJK\"','>=','200','0','hook','actionOrderStatusUpdate',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(33,32,'sql',' 	SELECT SUM(total_paid_tax_excl / c.conversion_rate) FROM PREFIX_orders o INNER JOIN PREFIX_currency c ON c.id_currency = o.id_currency WHERE valid = 1 AND reference != \"XKBKNABJK\"','>=','2000','0','hook','actionOrderStatusUpdate',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(34,33,'sql',' 	SELECT SUM(total_paid_tax_excl / c.conversion_rate) FROM PREFIX_orders o INNER JOIN PREFIX_currency c ON c.id_currency = o.id_currency WHERE valid = 1 AND reference != \"XKBKNABJK\"','>=','20000','0','time','1',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(35,34,'sql',' 	SELECT SUM(total_paid_tax_excl / c.conversion_rate) FROM PREFIX_orders o INNER JOIN PREFIX_currency c ON c.id_currency = o.id_currency WHERE valid = 1','>=','200000','0','time','7',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(36,35,'sql',' 	SELECT SUM(total_paid_tax_excl / c.conversion_rate) FROM PREFIX_orders o INNER JOIN PREFIX_currency c ON c.id_currency = o.id_currency WHERE valid = 1','>=','2000000','0','time','7',0,'2013-10-31 16:22:02','2014-03-30 16:58:40'),(37,36,'sql',' 	SELECT SUM(total_paid_tax_excl / c.conversion_rate) FROM PREFIX_orders o INNER JOIN PREFIX_currency c ON c.id_currency = o.id_currency WHERE valid = 1','>=','20000000','0','time','7',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(38,37,'install','','>=','30','1','time','1',1,'2013-10-31 16:22:02','2013-12-19 12:11:36'),(39,38,'install','','>=','182','1','time','2',1,'2013-10-31 16:22:02','2014-05-17 09:06:35'),(40,39,'install','','>=','365','1','time','2',1,'2013-10-31 16:22:02','2015-02-17 13:02:50'),(41,41,'sql','SELECT COUNT(*) FROM PREFIX_guest','>=','10','12','time','1',1,'2013-10-31 16:22:02','2013-11-02 14:17:37'),(42,42,'sql','SELECT COUNT(*) FROM PREFIX_guest','>=','100','876','time','1',1,'2013-10-31 16:22:02','2013-12-19 12:11:36'),(43,43,'sql','SELECT COUNT(*) FROM PREFIX_guest','>=','1000','1587','time','1',1,'2013-10-31 16:22:02','2014-01-14 09:02:37'),(44,44,'sql','SELECT COUNT(*) FROM PREFIX_guest','>=','10000','18451','time','2',1,'2013-10-31 16:22:02','2015-02-17 13:02:52'),(45,45,'sql','SELECT COUNT(*) FROM PREFIX_guest','>=','100000','2','time','3',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(46,46,'sql','SELECT COUNT(*) FROM PREFIX_guest','>=','1000000','6137','time','4',0,'2013-10-31 16:22:02','2014-06-03 08:22:38'),(47,47,'sql','SELECT COUNT(*) FROM PREFIX_cart','>=','2','2','hook','actionObjectCartAddAfter',1,'2013-10-31 16:22:02','2013-11-01 03:43:52'),(48,48,'sql','SELECT COUNT(*) FROM PREFIX_cart','>=','10','14','hook','actionObjectCartAddAfter',1,'2013-10-31 16:22:02','2013-12-19 12:11:36'),(49,49,'sql','SELECT COUNT(*) FROM PREFIX_cart','>=','100','30','hook','actionObjectCartAddAfter',0,'2013-10-31 16:22:02','2014-06-26 08:55:54'),(50,50,'sql','SELECT COUNT(*) FROM PREFIX_cart','>=','1000','52','time','1',0,'2013-10-31 16:22:02','2015-02-17 13:02:53'),(51,51,'sql','SELECT COUNT(*) FROM PREFIX_cart','>=','10000','26','time','4',0,'2013-10-31 16:22:02','2014-06-03 08:22:39'),(52,52,'sql','SELECT COUNT(*) FROM PREFIX_cart','>=','100000','23','time','8',0,'2013-10-31 16:22:02','2014-04-12 13:07:06'),(53,53,'sql','SELECT COUNT(*) FROM PREFIX_orders WHERE reference != \"XKBKNABJK\"','>=','1','0','hook','actionObjectOrderAddAfter',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(54,54,'sql','SELECT COUNT(*) FROM PREFIX_orders WHERE reference != \"XKBKNABJK\"','>=','10','0','hook','actionObjectOrderAddAfter',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(55,55,'sql','SELECT COUNT(*) FROM PREFIX_orders WHERE reference != \"XKBKNABJK\"','>=','100','0','hook','actionObjectOrderAddAfter',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(56,56,'sql','SELECT COUNT(*) FROM PREFIX_orders WHERE reference != \"XKBKNABJK\"','>=','1000','0','time','2',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(57,57,'sql','SELECT COUNT(*) FROM PREFIX_orders WHERE reference != \"XKBKNABJK\"','>=','10000','0','time','4',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(58,58,'sql','SELECT COUNT(*) FROM PREFIX_orders WHERE reference != \"XKBKNABJK\"','>=','100000','0','time','8',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(59,65,'sql','SELECT COUNT(*) FROM PREFIX_customer_thread','>=','1','0','hook','actionObjectCustomerThreadAddAfter',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(60,66,'sql','SELECT COUNT(*) FROM PREFIX_customer_thread','>=','10','0','hook','actionObjectCustomerThreadAddAfter',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(61,67,'sql','SELECT COUNT(*) FROM PREFIX_customer_thread','>=','100','0','hook','actionObjectCustomerThreadAddAfter',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(62,68,'sql','SELECT COUNT(*) FROM PREFIX_customer_thread','>=','1000','5','time','2',0,'2013-10-31 16:22:02','2014-03-12 13:46:48'),(63,69,'sql','SELECT COUNT(*) FROM PREFIX_customer_thread','>=','10000','0','time','4',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(64,70,'sql','SELECT COUNT(*) FROM PREFIX_customer_thread','>=','100000','0','time','8',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(65,59,'sql','SELECT COUNT(*) FROM PREFIX_customer WHERE email != \"pub@prestashop.com\"','>=','1','1','hook','actionObjectCustomerAddAfter',1,'2013-10-31 16:22:02','2013-11-13 00:53:09'),(66,60,'sql','SELECT COUNT(*) FROM PREFIX_customer WHERE email != \"pub@prestashop.com\"','>=','10','1','hook','actionObjectCustomerAddAfter',0,'2013-10-31 16:22:02','2015-02-17 13:02:54'),(67,61,'sql','SELECT COUNT(*) FROM PREFIX_customer WHERE email != \"pub@prestashop.com\"','>=','100','0','hook','actionObjectCustomerAddAfter',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(68,62,'sql','SELECT COUNT(*) FROM PREFIX_customer WHERE email != \"pub@prestashop.com\"','>=','1000','1','time','1',0,'2013-10-31 16:22:02','2013-12-05 02:00:32'),(69,63,'sql','SELECT COUNT(*) FROM PREFIX_customer WHERE email != \"pub@prestashop.com\"','>=','10000','0','time','2',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(70,64,'sql','SELECT COUNT(*) FROM PREFIX_customer WHERE email != \"pub@prestashop.com\"','>=','100000','1','time','4',0,'2013-10-31 16:22:02','2014-06-03 08:22:44'),(71,76,'sql','SELECT IFNULL(id_order, 0) FROM PREFIX_orders o LEFT JOIN PREFIX_address a ON o.id_address_delivery = a.id_address LEFT JOIN PREFIX_country c ON c.id_country = a.id_country WHERE o.valid = 1 AND a.id_country != \"{config}PS_COUNTRY_DEFAULT{/config}\" AND c.iso_code IN (\r\n\"CA\",\r\n\"GL\",\r\n\"PM\",\r\n\"US\"\r\n)','!=','0','0','hook','actionOrderStatusUpdate',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(72,79,'sql','SELECT IFNULL(id_order, 0) FROM PREFIX_orders o LEFT JOIN PREFIX_address a ON o.id_address_delivery = a.id_address LEFT JOIN PREFIX_country c ON c.id_country = a.id_country WHERE o.valid = 1 AND a.id_country != \"{config}PS_COUNTRY_DEFAULT{/config}\" AND c.iso_code IN (\r\n\"UM\",\r\n\"AS\",\r\n\"AU\",\r\n\"CK\",\r\n\"FJ\",\r\n\"FM\",\r\n\"GU\",\r\n\"KI\",\r\n\"MH,\"\r\n\"MP\",\r\n\"NC\",\r\n\"NF\",\r\n\"NR\",\r\n\"NU\",\r\n\"NZ\",\r\n\"PF\",\r\n\"PG\",\r\n\"PN\",\r\n\"PW\",\r\n\"SB\",\r\n\"TK\",\r\n\"TO\",\r\n\"TV\",\r\n\"VU\",\r\n\"WF\",\r\n\"WS\"\r\n)','!=','0','0','hook','actionOrderStatusUpdate',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(73,85,'sql','SELECT IFNULL(id_order, 0) FROM PREFIX_orders o LEFT JOIN PREFIX_address a ON o.id_address_delivery = a.id_address LEFT JOIN PREFIX_country c ON c.id_country = a.id_country WHERE o.valid = 1 AND a.id_country != \"{config}PS_COUNTRY_DEFAULT{/config}\" AND c.iso_code IN (\r\n\"KG\",\r\n\"KZ\",\r\n\"TJ\",\r\n\"TM\",\r\n\"UZ\",\r\n\"AE\",\r\n\"AM\",\r\n\"AZ\",\r\n\"BH\",\r\n\"CY\",\r\n\"GE\",\r\n\"IL\",\r\n\"IQ\",\r\n\"IR\",\r\n\"JO\",\r\n\"KW\",\r\n\"LB\",\r\n\"OM\",\r\n\"QA\",\r\n\"SA\",\r\n\"SY\",\r\n\"TR\",\r\n\"YE\",\r\n\"AF\",\r\n\"BD\",\r\n\"BT\",\r\n\"IN\",\r\n\"IO\",\r\n\"LK\",\r\n\"MV\",\r\n\"NP\",\r\n\"PK\",\r\n\"CN\",\r\n\"HK\",\r\n\"JP\",\r\n\"KP\",\r\n\"KR\",\r\n\"MO\",\r\n\"TW\",\r\n\"MN\",\r\n\"BN\",\r\n\"CC\",\r\n\"CX\",\r\n\"ID\",\r\n\"KH\",\r\n\"LA\",\r\n\"MM\",\r\n\"MY\",\r\n\"PH\",\r\n\"SG\",\r\n\"TH\",\r\n\"TP\",\r\n\"VN\"\r\n)','!=','0','0','hook','actionOrderStatusUpdate',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(74,86,'sql','SELECT IFNULL(id_order, 0) FROM PREFIX_orders o LEFT JOIN PREFIX_address a ON o.id_address_delivery = a.id_address LEFT JOIN PREFIX_country c ON c.id_country = a.id_country WHERE o.valid = 1 AND a.id_country != \"{config}PS_COUNTRY_DEFAULT{/config}\" AND c.iso_code IN (\r\n\"BZ\",\r\n\"CR\",\r\n\"GT\",\r\n\"HN\",\r\n\"MX\",\r\n\"NI\",\r\n\"PA\",\r\n\"SV\",\r\n\"AG\",\r\n\"AI\",\r\n\"AN\",\r\n\"AW\",\r\n\"BB\",\r\n\"BM\",\r\n\"BS\",\r\n\"CU\",\r\n\"DM\",\r\n\"DO\",\r\n\"GD\",\r\n\"GP\",\r\n\"HT\",\r\n\"JM\",\r\n\"KN\",\r\n\"KY\",\r\n\"LC\",\r\n\"MQ\",\r\n\"MS\",\r\n\"PR\",\r\n\"TC\",\r\n\"TT\",\r\n\"VC\",\r\n\"VG\",\r\n\"VI\",\r\n\"AR\",\r\n\"BO\",\r\n\"BR\",\r\n\"CL\",\r\n\"CO\",\r\n\"EC\",\r\n\"FK\",\r\n\"GF\",\r\n\"GY\",\r\n\"PE\",\r\n\"PY\",\r\n\"SR\",\r\n\"UY\",\r\n\"VE\"\r\n)','!=','0','0','hook','actionOrderStatusUpdate',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(75,87,'sql','SELECT IFNULL(id_order, 0) FROM PREFIX_orders o LEFT JOIN PREFIX_address a ON o.id_address_delivery = a.id_address LEFT JOIN PREFIX_country c ON c.id_country = a.id_country WHERE o.valid = 1 AND a.id_country != \"{config}PS_COUNTRY_DEFAULT{/config}\" AND c.iso_code IN (\r\n\"BE\",\r\n\"DE\",\r\n\"FR\",\r\n\"FX\",\r\n\"GB\",\r\n\"IE\",\r\n\"LU\",\r\n\"MC\",\r\n\"NL\",\r\n\"IT\",\r\n\"MT\",\r\n\"SM\",\r\n\"VA\",\r\n\"AD\",\r\n\"ES\",\r\n\"GI\",\r\n\"PT\",\r\n\"BY\",\r\n\"EE\",\r\n\"LT\",\r\n\"LV\",\r\n\"MD\",\r\n\"PL\",\r\n\"UA\",\r\n\"AL\",\r\n\"BA\",\r\n\"BG\",\r\n\"GR\",\r\n\"HR\",\r\n\"MK\",\r\n\"RO\",\r\n\"SI\",\r\n\"YU\",\r\n\"RU\",\r\n\"AT\",\r\n\"CH\",\r\n\"CZ\",\r\n\"HU\",\r\n\"LI\",\r\n\"SK\",\r\n\"DK\",\r\n\"FI\",\r\n\"FO\",\r\n\"IS\",\r\n\"NO\",\r\n\"SE\",\r\n\"SJ\"\r\n)','!=','0','0','hook','actionOrderStatusUpdate',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(76,88,'sql','SELECT IFNULL(id_order, 0) FROM PREFIX_orders o LEFT JOIN PREFIX_address a ON o.id_address_delivery = a.id_address LEFT JOIN PREFIX_country c ON c.id_country = a.id_country WHERE o.valid = 1 AND a.id_country != \"{config}PS_COUNTRY_DEFAULT{/config}\" AND c.iso_code IN (\r\n\"BI\",\r\n\"CF\",\r\n\"CG\",\r\n\"RW\",\r\n\"TD\",\r\n\"ZR\",\r\n\"DJ\",\r\n\"ER\",\r\n\"ET\",\r\n\"KE\",\r\n\"SO\",\r\n\"TZ\",\r\n\"UG\",\r\n\"KM\",\r\n\"MG\",\r\n\"MU\",\r\n\"RE\",\r\n\"SC\",\r\n\"YT\",\r\n\"AO\",\r\n\"BW\",\r\n\"LS\",\r\n\"MW\",\r\n\"MZ\",\r\n\"NA\",\r\n\"SZ\",\r\n\"ZA\",\r\n\"ZM\",\r\n\"ZW\",\r\n\"BF\",\r\n\"BJ\",\r\n\"CI\",\r\n\"CM\",\r\n\"CV\",\r\n\"GA\",\r\n\"GH\",\r\n\"GM\",\r\n\"GN\",\r\n\"GQ\",\r\n\"GW\",\r\n\"LR\",\r\n\"ML\",\r\n\"MR\",\r\n\"NE\",\r\n\"NG\",\r\n\"SL\",\r\n\"SN\",\r\n\"ST\",\r\n\"TG\"\r\n)','!=','0','0','hook','actionOrderStatusUpdate',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(77,89,'sql','SELECT IFNULL(id_order, 0) FROM PREFIX_orders o LEFT JOIN PREFIX_address a ON o.id_address_delivery = a.id_address LEFT JOIN PREFIX_country c ON c.id_country = a.id_country WHERE o.valid = 1 AND a.id_country != \"{config}PS_COUNTRY_DEFAULT{/config}\" AND c.iso_code IN (\r\n\"DZ\",\r\n\"EG\",\r\n\"EH\",\r\n\"LY\",\r\n\"MA\",\r\n\"SD\",\r\n\"TN\"\r\n)','!=','0','0','hook','actionOrderStatusUpdate',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(78,90,'sql','SELECT COUNT(*) FROM PREFIX_employee','>=','2','1','hook','actionObjectEmployeeAddAfter',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(79,91,'sql','SELECT COUNT(*) FROM PREFIX_employee','>=','3','1','hook','actionObjectEmployeeAddAfter',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(80,92,'sql','SELECT COUNT(*) FROM PREFIX_employee','>=','5','1','hook','actionObjectEmployeeAddAfter',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(81,93,'sql','SELECT COUNT(*) FROM PREFIX_employee','>=','10','1','hook','actionObjectEmployeeAddAfter',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(82,94,'sql','SELECT COUNT(*) FROM PREFIX_employee','>=','20','1','hook','actionObjectEmployeeAddAfter',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(83,95,'sql','SELECT COUNT(*) FROM PREFIX_employee','>=','40','1','hook','actionObjectEmployeeAddAfter',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(84,96,'sql','SELECT id_image FROM PREFIX_image WHERE id_image > 26','>','0','27','hook','actionObjectImageAddAfter',1,'2013-10-31 16:22:02','2013-11-03 07:36:03'),(85,97,'sql','SELECT COUNT(*) FROM PREFIX_image','>=','50','31','hook','actionObjectImageAddAfter',0,'2013-10-31 16:22:02','2015-02-17 13:02:55'),(86,98,'sql','SELECT COUNT(*) FROM PREFIX_image','>=','100','26','hook','actionObjectImageAddAfter',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(87,99,'sql','SELECT COUNT(*) FROM PREFIX_image','>=','1000','26','time','2',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(88,100,'sql','SELECT COUNT(*) FROM PREFIX_image','>=','10000','6','time','4',0,'2013-10-31 16:22:02','2013-12-02 06:23:03'),(89,101,'sql','SELECT COUNT(*) FROM PREFIX_image','>=','50000','6','time','8',0,'2013-10-31 16:22:02','2013-12-02 12:39:29'),(90,102,'sql','SELECT id_cms FROM PREFIX_cms WHERE id_cms > 5','>','0','0','hook','actionObjectCMSAddAfter',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(91,103,'sql','SELECT COUNT(*) FROM PREFIX_cart_rule','>=','1','0','hook','actionObjectCartRuleAddAfter 	',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(92,104,'sql','SELECT COUNT(*) FROM PREFIX_cart_rule','>=','10','0','hook','actionObjectCartRuleAddAfter 	',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(93,105,'sql','SELECT COUNT(*) FROM PREFIX_cart_rule','>=','100','0','hook','actionObjectCartRuleAddAfter 	',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(94,107,'sql','SELECT COUNT(*) FROM PREFIX_cart_rule','>=','500','0','hook','actionObjectCartRuleAddAfter 	',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(95,106,'sql','SELECT COUNT(*) FROM PREFIX_cart_rule','>=','1000','0','hook','actionObjectCartRuleAddAfter 	',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(96,108,'sql','SELECT COUNT(*) FROM PREFIX_cart_rule','>=','5000','0','hook','actionObjectCartRuleAddAfter 	',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(97,109,'sql','SELECT COUNT(*) FROM PREFIX_orders o INNER JOIN PREFIX_address a ON a.id_address = o.id_address_delivery\r\nWHERE reference != \"XKBKNABJK\" AND a.id_country != \"{config}PS_COUNTRY_DEFAULT{/config}\"','>=','1','0','hook','newOrder',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(98,110,'sql','SELECT COUNT(*) FROM PREFIX_orders o INNER JOIN PREFIX_address a ON a.id_address = o.id_address_delivery\r\nWHERE reference != \"XKBKNABJK\" AND a.id_country != \"{config}PS_COUNTRY_DEFAULT{/config}\"','>=','10','0','hook','actionOrderStatusUpdate',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(99,111,'sql','SELECT COUNT(*) FROM PREFIX_orders o INNER JOIN PREFIX_address a ON a.id_address = o.id_address_delivery\r\nWHERE reference != \"XKBKNABJK\" AND a.id_country != \"{config}PS_COUNTRY_DEFAULT{/config}\"','>=','100','0','hook','actionOrderStatusUpdate',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(100,113,'sql','SELECT COUNT(*) FROM PREFIX_orders o INNER JOIN PREFIX_address a ON a.id_address = o.id_address_delivery\r\nWHERE reference != \"XKBKNABJK\" AND a.id_country != \"{config}PS_COUNTRY_DEFAULT{/config}\"','>=','1000','0','hook','actionOrderStatusUpdate',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(101,114,'sql','SELECT COUNT(*) FROM PREFIX_orders o INNER JOIN PREFIX_address a ON a.id_address = o.id_address_delivery\r\nWHERE reference != \"XKBKNABJK\" AND a.id_country != \"{config}PS_COUNTRY_DEFAULT{/config}\"','>=','5000','0','hook','actionOrderStatusUpdate',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(102,112,'sql','SELECT COUNT(*) FROM PREFIX_orders o INNER JOIN PREFIX_address a ON a.id_address = o.id_address_delivery\r\nWHERE reference != \"XKBKNABJK\" AND a.id_country != \"{config}PS_COUNTRY_DEFAULT{/config}\"','>=','10000','0','hook','actionOrderStatusUpdate',0,'2013-10-31 16:22:02','2013-10-31 16:22:02'),(103,157,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \'%neteven%\'','==','0','','time','1',0,'2013-11-24 21:25:51','2013-11-23 21:25:51'),(104,156,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \'%neteven%\'','>=','1','','hook','actionModuleInstallAfter',0,'2013-11-24 21:25:51','2013-11-23 21:25:51'),(105,154,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \'%stripejs%\' ','==','0','','time','1',0,'2013-11-24 21:25:51','2013-11-23 21:25:51'),(106,144,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \'%stripejs%\' ','>=','1','','hook','actionModuleInstallAfter',0,'2013-11-24 21:25:51','2013-11-23 21:25:51'),(107,159,'install','','<=','90','1','time','2',1,'2013-12-02 12:39:29','2013-12-02 12:39:29'),(108,158,'install','','>=','90','1','time','2',1,'2013-12-02 12:39:29','2014-01-29 17:15:58'),(109,120,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` = \'ogone\'','==','0','0','time','1',1,'2013-12-05 18:05:35','2013-12-21 13:33:48'),(110,127,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` = \'ogone\'','>','0','0','time','1',0,'2013-12-05 18:05:35','2015-02-17 13:02:48'),(111,146,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \'%ebay%\' ','==','0','','time','1',0,'2013-12-05 18:05:35','2013-12-04 18:05:35'),(112,136,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \'%ebay%\' ','>=','1','','hook','actionModuleInstallAfter',0,'2013-12-05 18:05:35','2013-12-04 18:05:35'),(113,121,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` = \'moneybookers\'	','==','0','','time','1',0,'2013-12-05 18:05:35','2013-12-04 18:05:35'),(114,140,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \'%moneybookers%\' ','>=','1','','hook','actionModuleInstallAfter',0,'2013-12-05 18:05:35','2013-12-04 18:05:35'),(115,71,'sql','SELECT IFNULL(id_order, 0) FROM PREFIX_orders o LEFT JOIN PREFIX_address a ON o.id_address_delivery = a.id_address LEFT JOIN PREFIX_country c ON c.id_country = a.id_country WHERE o.valid = 1 AND a.id_country != \"{config}PS_COUNTRY_DEFAULT{/config}\" AND c.iso_code IN (\"BE\",\"DE\",\"FR\",\"FX\",\"GB\",\"IE\",\"LU\",\"MC\",\"NL\")','!=','0','','hook','actionOrderStatusUpdate',0,'2013-12-05 18:05:35','2013-12-04 18:05:35'),(116,72,'sql','SELECT IFNULL(id_order, 0) FROM PREFIX_orders o LEFT JOIN PREFIX_address a ON o.id_address_delivery = a.id_address LEFT JOIN PREFIX_country c ON c.id_country = a.id_country WHERE o.valid = 1 AND a.id_country != \"{config}PS_COUNTRY_DEFAULT{/config}\" AND c.iso_code IN (\"IT\",\r\n\"MT\",\r\n\"SM\",\r\n\"VA\",\r\n\"AD\",\r\n\"ES\",\r\n\"GI\",\r\n\"PT\")','!=','0','','hook','actionOrderStatusUpdate',0,'2013-12-05 18:05:35','2013-12-04 18:05:35'),(117,73,'sql','SELECT IFNULL(id_order, 0) FROM PREFIX_orders o LEFT JOIN PREFIX_address a ON o.id_address_delivery = a.id_address LEFT JOIN PREFIX_country c ON c.id_country = a.id_country WHERE o.valid = 1 AND a.id_country != \"{config}PS_COUNTRY_DEFAULT{/config}\" AND c.iso_code IN (\r\n\"BY\",\r\n\"EE\",\r\n\"LT\",\r\n\"LV\",\r\n\"MD\",\r\n\"PL\",\r\n\"UA\",\r\n\"AL\",\r\n\"BA\",\r\n\"BG\",\r\n\"GR\",\r\n\"HR\",\r\n\"MK\",\r\n\"RO\",\r\n\"SI\",\r\n\"YU\",\r\n\"RU\"\r\n)','!=','0','','hook','actionOrderStatusUpdate',0,'2013-12-05 18:05:35','2013-12-04 18:05:35'),(118,74,'sql','SELECT IFNULL(id_order, 0) FROM PREFIX_orders o LEFT JOIN PREFIX_address a ON o.id_address_delivery = a.id_address LEFT JOIN PREFIX_country c ON c.id_country = a.id_country WHERE o.valid = 1 AND a.id_country != \"{config}PS_COUNTRY_DEFAULT{/config}\" AND c.iso_code IN (\r\n\"AT\",\r\n\"CH\",\r\n\"CZ\",\r\n\"HU\",\r\n\"LI\",\r\n\"SK\"\r\n)','!=','0','','hook','actionOrderStatusUpdate',0,'2013-12-05 18:05:35','2013-12-04 18:05:35'),(119,75,'sql','SELECT IFNULL(id_order, 0) FROM PREFIX_orders o LEFT JOIN PREFIX_address a ON o.id_address_delivery = a.id_address LEFT JOIN PREFIX_country c ON c.id_country = a.id_country WHERE o.valid = 1 AND a.id_country != \"{config}PS_COUNTRY_DEFAULT{/config}\" AND c.iso_code IN (\r\n\"DK\",\r\n\"FI\",\r\n\"FO\",\r\n\"IS\",\r\n\"NO\",\r\n\"SE\",\r\n\"SJ\"\r\n)','!=','0','','hook','actionOrderStatusUpdate',0,'2013-12-05 18:05:35','2013-12-04 18:05:35'),(120,163,'sql','SELECT SUM(total_paid_tax_excl / c.conversion_rate) FROM PREFIX_orders o INNER JOIN PREFIX_currency c ON c.id_currency = o.id_currency WHERE valid = 1 AND reference != \"XKBKNABJK\"\r\nAND `invoice_date` > DATE_SUB(NOW(), INTERVAL 30 DAY)\r\n','>=','5000','','time','1',0,'2014-03-07 11:29:09','2014-03-06 11:29:09'),(121,164,'sql','SELECT SUM(total_paid_tax_excl / c.conversion_rate) FROM PREFIX_orders o INNER JOIN PREFIX_currency c ON c.id_currency = o.id_currency WHERE valid = 1 AND reference != \"XKBKNABJK\" AND `invoice_date` > DATE_SUB(NOW(), INTERVAL 30 DAY)\r\n','<=','5000','','time','1',0,'2014-03-07 11:29:09','2014-03-06 11:29:09'),(122,165,'sql','SELECT COUNT(s.`id_store`) FROM PREFIX_store s WHERE `latitude` NOT IN (\'25.76500500\', \'26.13793600\', \'26.00998700\', \'25.73629600\', \'25.88674000\') AND `longitude` NOT IN (\'-80.24379700\', \'-80.13943500\', \'-80.29447200\', \'-80.24479700\', \'-80.16329200\')','>','0','','hook','actionAdminStoresControllerSaveAfter',0,'2014-03-14 14:28:40','2014-03-13 14:28:40'),(123,166,'sql','SELECT COUNT(s.`id_store`) FROM PREFIX_store s WHERE `latitude` NOT IN (\'25.76500500\', \'26.13793600\', \'26.00998700\', \'25.73629600\', \'25.88674000\') AND `longitude` NOT IN (\'-80.24379700\', \'-80.13943500\', \'-80.29447200\', \'-80.24479700\', \'-80.16329200\')','>','1','','hook','actionAdminStoresControllerSaveAfter',0,'2014-03-14 14:28:41','2014-03-13 14:28:41'),(124,167,'sql','SELECT COUNT(s.`id_store`) FROM PREFIX_store s WHERE `latitude` NOT IN (\'25.76500500\', \'26.13793600\', \'26.00998700\', \'25.73629600\', \'25.88674000\') AND `longitude` NOT IN (\'-80.24379700\', \'-80.13943500\', \'-80.29447200\', \'-80.24479700\', \'-80.16329200\')','>','4','','hook','actionAdminStoresControllerSaveAfter',0,'2014-03-14 14:28:41','2014-03-13 14:28:41'),(125,168,'sql','SELECT COUNT(s.`id_store`) FROM PREFIX_store s WHERE `latitude` NOT IN (\'25.76500500\', \'26.13793600\', \'26.00998700\', \'25.73629600\', \'25.88674000\') AND `longitude` NOT IN (\'-80.24379700\', \'-80.13943500\', \'-80.29447200\', \'-80.24479700\', \'-80.16329200\')','>','9','','hook','actionAdminStoresControllerSaveAfter',0,'2014-03-14 14:28:41','2014-03-13 14:28:41'),(126,169,'sql','SELECT COUNT(s.`id_store`) FROM PREFIX_store s WHERE `latitude` NOT IN (\'25.76500500\', \'26.13793600\', \'26.00998700\', \'25.73629600\', \'25.88674000\') AND `longitude` NOT IN (\'-80.24379700\', \'-80.13943500\', \'-80.29447200\', \'-80.24479700\', \'-80.16329200\')','>','19','','hook','actionAdminStoresControllerSaveAfter',0,'2014-03-14 14:28:41','2014-03-13 14:28:41'),(127,170,'sql','SELECT COUNT(s.`id_store`) FROM PREFIX_store s WHERE `latitude` NOT IN (\'25.76500500\', \'26.13793600\', \'26.00998700\', \'25.73629600\', \'25.88674000\') AND `longitude` NOT IN (\'-80.24379700\', \'-80.13943500\', \'-80.29447200\', \'-80.24479700\', \'-80.16329200\')','>','49','','hook','actionAdminStoresControllerSaveAfter',0,'2014-03-22 09:12:34','2014-03-21 09:12:34'),(128,171,'sql','SELECT COUNT(*) FROM PREFIX_webservice_account','>=','1','','hook','actionAdminWebserviceControllerSaveAfter',0,'2014-04-19 15:01:36','2014-04-18 15:01:36'),(129,172,'sql','SELECT COUNT(*) FROM PREFIX_webservice_account','>=','2','','hook','actionAdminWebserviceControllerSaveAfter',0,'2014-04-19 15:01:36','2014-04-18 15:01:36'),(130,173,'sql','SELECT COUNT(*) FROM PREFIX_webservice_account','>=','3','','hook','actionAdminWebserviceControllerSaveAfter',0,'2014-04-19 15:01:36','2014-04-18 15:01:36'),(131,174,'sql','SELECT COUNT(*) FROM PREFIX_webservice_account','>=','4','','hook','actionAdminWebserviceControllerSaveAfter',0,'2014-04-19 15:01:36','2014-04-18 15:01:36'),(132,176,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%adyen%\" ','>=','1','','hook','actionModuleInstallAfter',0,'2014-08-21 15:07:41','2014-08-20 15:07:41'),(133,178,'sql','SELECT COUNT(*)  FROM PREFIX_configuration\r\nWHERE (( name LIKE \'ADYEN_CONFIGURATION_OK\') AND ( value = \'1\')) OR\r\n(( name LIKE \'ADYEN_MODE\') AND ( value = \'live\'))','==','2','','time','1',0,'2014-08-21 15:07:41','2014-08-20 15:07:41'),(134,356,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%adyen%\" AND os.logable = 1','>=','1','','time','1',0,'2014-08-21 15:07:41','2014-08-20 15:07:41'),(135,385,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%adyen%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','','time','1',0,'2014-08-21 15:07:41','2014-08-20 15:07:41'),(136,137,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%hipay%\"','>=','1','','hook','actionModuleInstallAfter',0,'2014-08-21 15:07:42','2014-08-20 15:07:42'),(137,255,'configuration','HIPAY_CONFIGURATION_OK','==','1','','time','1',0,'2014-08-21 15:07:42','2014-08-20 15:07:42'),(138,362,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%hipay%\" AND os.logable = 1','>=','1','','time','1',0,'2014-08-21 15:07:42','2014-08-20 15:07:42'),(139,363,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%hipay%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','','time','1',0,'2014-08-21 15:07:42','2014-08-20 15:07:42'),(140,141,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%ogone%\"','>=','1','','hook','actionModuleInstallAfter',0,'2014-08-21 15:07:42','2014-08-20 15:07:42'),(141,291,'sql','SELECT COUNT(*) FROM PREFIX_configuration WHERE (( name LIKE \'OGONE_CONFIGURATION_OK\') AND ( value = \'1\')) OR (( name LIKE \'OGONE_MODE\') AND ( value = \'live\'))','==','2','','time','1',0,'2014-08-21 15:07:42','2014-08-20 15:07:42'),(142,369,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%ogone%\" AND os.logable = 1','>=','1','','time','1',0,'2014-08-21 15:07:42','2014-08-20 15:07:42'),(143,391,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%ogone%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','','time','1',0,'2014-08-21 15:07:42','2014-08-20 15:07:42'),(144,142,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%paypal%\"','>=','1','','hook','actionModuleInstallAfter',0,'2014-08-21 15:07:42','2014-08-20 15:07:42'),(145,301,'sql','SELECT COUNT(*) FROM PREFIX_configuration WHERE (( name LIKE \'PAYPAL_CONFIGURATION_OK\') AND ( value = \'1\')) OR (( name LIKE \'PAYPAL_SANDBOX\') AND ( value = \'0\'))','==','2','','time','1',0,'2014-08-21 15:07:42','2014-08-20 15:07:42'),(146,371,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%paypal%\" AND os.logable = 1','>=','1','','time','1',0,'2014-08-21 15:07:42','2014-08-20 15:07:42'),(147,372,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%paypal%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','','time','1',0,'2014-08-21 15:07:42','2014-08-20 15:07:42'),(148,308,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%realexredirect%\" ','>=','1','','hook','actionModuleInstallAfter',0,'2014-08-21 15:07:42','2014-08-20 15:07:42'),(149,310,'configuration','REALEXREDIRECT_CONFIGURATION_OK','==','1','','time','1',0,'2014-08-21 15:07:42','2014-08-20 15:07:42'),(150,374,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%realexredirect %\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','1','','time','1',0,'2014-08-21 15:07:42','2014-08-20 15:07:42'),(151,373,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%realexredirect %\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','','time','1',0,'2014-08-21 15:07:42','2014-08-20 15:07:42'),(152,320,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%shopgate%\" ','>=','1','','hook','actionModuleInstallAfter',0,'2014-08-21 15:07:42','2014-08-20 15:07:42'),(153,322,'configuration','SHOPGATE_CONFIGURATION_OK','==','1','','time','1',0,'2014-08-21 15:07:42','2014-08-20 15:07:42'),(154,375,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%shopgate%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','1','','time','1',0,'2014-08-21 15:07:42','2014-08-20 15:07:42'),(155,376,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%shopgate%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','','time','1',0,'2014-08-21 15:07:42','2014-08-20 15:07:42'),(156,326,'sql','SELECT COUNT(*) FROM PREFIX_configuration WHERE (( name LIKE \'MONEYBOOKERS_CONFIGURATION_OK\') AND ( value = \'1\')) OR (( name LIKE \'MB_PAY_TO_EMAIL \') AND ( value != \'testaccount2@moneybookers.com \'))','==','2','','time','1',0,'2014-08-21 15:07:42','2014-08-20 15:07:42'),(157,377,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%moneybookers%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','1','','time','1',0,'2014-08-21 15:07:42','2014-08-20 15:07:42'),(158,394,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%sofortbanking%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','','time','1',0,'2014-08-21 15:07:42','2014-08-20 15:07:42'),(159,288,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%nqgatewayneteven%\" ','>=','1','','hook','actionModuleInstallAfter',0,'2014-08-21 15:07:42','2014-08-20 15:07:42'),(160,290,'sql','SELECT COUNT(*) FROM PREFIX_configuration WHERE name LIKE \'NQGATEWAYNETEVEN_CONFIGURATION_OK\' OR name LIKE \'NQGATEWAYNETEVEN_CONFIGURED\'\r\n','>=','1','','time','1',0,'2014-08-21 15:07:42','2014-08-20 15:07:42'),(161,405,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%nqgatewayneteven%\" AND os.logable = 1','>=','1','','time','1',0,'2014-08-21 15:07:42','2014-08-20 15:07:42'),(162,406,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%nqgatewayneteven%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','','time','1',0,'2014-08-21 15:07:43','2014-08-20 15:07:43'),(163,311,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%prediggo%\" ','>=','1','','hook','actionModuleInstallAfter',0,'2014-08-21 15:07:43','2014-08-20 15:07:43'),(164,313,'configuration','PREDIGGO_CONFIGURATION_OK','==','1','','time','1',0,'2014-08-21 15:07:43','2014-08-20 15:07:43'),(165,332,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%textmaster%\" ','>=','1','','hook','actionModuleInstallAfter',0,'2014-08-21 15:07:43','2014-08-20 15:07:43'),(166,334,'configuration','TEXTMASTER_CONFIGURATION_OK','==','1','','time','1',0,'2014-08-21 15:07:43','2014-08-20 15:07:43'),(167,381,'sql','SELECT COUNT(*) FROM PREFIX_textmaster_project WHERE status = \"completed\"','>=','1','','time','1',0,'2014-08-21 15:07:43','2014-08-20 15:07:43'),(168,396,'sql','SELECT COUNT(*) FROM PREFIX_textmaster_project WHERE status = \"completed\"','>=','10','','time','1',0,'2014-08-21 15:07:43','2014-08-20 15:07:43'),(169,252,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%gadwords%\" ','>=','1','','hook','actionModuleInstallAfter',0,'2015-02-17 13:02:17','2015-02-16 13:02:17'),(170,416,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%pigmbhpaymill%\"','>=','1','','hook','actionModuleInstallAfter',0,'2015-02-17 13:02:17','2015-02-16 13:02:17'),(171,418,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%pigmbhpaymill%\" AND os.logable = 1','>=','1','','time','7',0,'2015-02-17 13:02:17','2015-02-10 13:02:17'),(172,419,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%pigmbhpaymill%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','','time','7',0,'2015-02-17 13:02:17','2015-02-10 13:02:17'),(173,420,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%syspay%\"','>=','1','','hook','actionModuleInstallAfter',0,'2015-02-17 13:02:18','2015-02-16 13:02:18'),(174,421,'sql','SELECT COUNT(*) FROM PREFIX_configuration WHERE (( name LIKE \'SYSPAY_CONFIGURATION_OK\') AND ( value = \'1\')) OR (( name LIKE \'SYSPAY_MODE\') AND ( value = \'1\'))','==','2','','time','2',0,'2015-02-17 13:02:18','2015-02-15 13:02:18'),(175,422,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%syspay%\" AND os.logable = 1','>=','1','','time','7',0,'2015-02-17 13:02:18','2015-02-10 13:02:18'),(176,428,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%authorizeaim%\"','>=','1','','hook','actionModuleInstallAfter',0,'2015-02-17 13:02:18','2015-02-16 13:02:18'),(177,429,'configuration','SELECT COUNT(*) FROM PREFIX_configuration WHERE (( name LIKE \'AUTHORIZEAIM_CONFIGURATION_OK\') AND ( value = \'1\')) OR (( name LIKE \'AUTHORIZE_AIM_SANDBOX\') AND ( value = \'0\'))','==','2','','time','2',0,'2015-02-17 13:02:18','2015-02-15 13:02:18'),(178,430,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%authorizeaim%\" AND os.logable = 1','>=','1','','time','2',0,'2015-02-17 13:02:18','2015-02-15 13:02:18'),(179,431,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%authorizeaim%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','','time','7',0,'2015-02-17 13:02:18','2015-02-10 13:02:18'),(180,209,'configuration','EBAY_CONFIGURATION_OK','==','1','','time','1',0,'2015-02-17 13:02:18','2015-02-16 13:02:18'),(181,358,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%ebay%\" AND os.logable = 1','>=','1','','time','1',0,'2015-02-17 13:02:18','2015-02-16 13:02:18'),(182,359,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%ebay%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','','time','1',0,'2015-02-17 13:02:18','2015-02-16 13:02:18'),(183,438,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%payplug%\"','>=','1','','hook','actionModuleInstallAfter',0,'2015-02-17 13:02:18','2015-02-16 13:02:18'),(184,439,'configuration','PAYPLUG_CONFIGURATION_OK','==','1','','time','1',0,'2015-02-17 13:02:18','2015-02-16 13:02:18'),(185,440,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%payplug%\" AND os.logable = 1','>=','1','','time','2',0,'2015-02-17 13:02:18','2015-02-15 13:02:18'),(186,441,'sql','SELECT SUM(o.total_paid) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%payplug%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','10000','','time','7',0,'2015-02-17 13:02:18','2015-02-10 13:02:18'),(187,442,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%affinityitems%\"','>=','1','','hook','actionModuleInstallAfter',0,'2015-02-17 13:02:18','2015-02-16 13:02:18'),(188,443,'sql','SELECT COUNT(*) FROM PREFIX_configuration WHERE name LIKE \'AFFINITYITEMS_CONFIGURATION_OK\' AND value = \'1\'','==','1','','time','1',0,'2015-02-17 13:02:18','2015-02-16 13:02:18'),(189,444,'configuration','SELECT 1','!=','1','','time','100',0,'2015-02-17 13:02:18','2014-11-09 13:02:18'),(190,445,'configuration','SELECT 1','!=','1','','time','100',0,'2015-02-17 13:02:18','2014-11-09 13:02:18'),(191,446,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%dpdpoland%\"','>=','1','','hook','actionModuleInstallAfter',0,'2015-02-17 13:02:18','2015-02-16 13:02:18'),(192,447,'configuration','DPDPOLAND_CONFIGURATION_OK','==','1','','time','1',0,'2015-02-17 13:02:18','2015-02-16 13:02:18'),(193,448,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state LEFT JOIN PREFIX_carrier c ON c.id_carrier = o.id_carrier WHERE c.name like \"%dpdpoland%\" AND os.logable = 1','>=','1','','time','2',0,'2015-02-17 13:02:18','2015-02-15 13:02:18'),(194,449,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state LEFT JOIN PREFIX_carrier c ON c.id_carrier = o.id_carrier WHERE c.name like \"%dpdpoland%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','100','','time','7',0,'2015-02-17 13:02:18','2015-02-10 13:02:18'),(195,450,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%envoimoinscher%\"','>=','1','','hook','actionModuleInstallAfter',0,'2015-02-17 13:02:19','2015-02-16 13:02:19'),(196,451,'sql','SELECT COUNT(*) FROM PREFIX_configuration WHERE (( name LIKE \'ENVOIMOINSCHER_CONFIGURATION_OK\') AND ( value = \'1\')) OR (( name LIKE \'EMC_ENV \') AND ( value != \'TEST\'))','==','2','','time','1',0,'2015-02-17 13:02:19','2015-02-16 13:02:19'),(197,452,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state LEFT JOIN PREFIX_carrier c ON c.id_carrier = o.id_carrier WHERE c.name like \"%envoimoinscher%\" AND os.logable = 1','>=','1','','time','2',0,'2015-02-17 13:02:19','2015-02-15 13:02:19'),(198,453,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state LEFT JOIN PREFIX_carrier c ON c.id_carrier = o.id_carrier WHERE c.name like \"%envoimoinscher%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','100','','time','7',0,'2015-02-17 13:02:19','2015-02-10 13:02:19'),(199,454,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%klikandpay%\"','>=','1','','hook','actionModuleInstallAfter',0,'2015-02-17 13:02:19','2015-02-16 13:02:19'),(200,455,'configuration','KLIKANDPAY_CONFIGURATION_OK','==','1','','time','1',0,'2015-02-17 13:02:19','2015-02-16 13:02:19'),(201,456,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%klikandpay%\" AND os.logable = 1','>=','1','','time','2',0,'2015-02-17 13:02:19','2015-02-15 13:02:19'),(202,457,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%klikandpay%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','','time','7',0,'2015-02-17 13:02:19','2015-02-10 13:02:19'),(203,458,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%clickline%\"','>=','1','','hook','actionModuleInstallAfter',0,'2015-02-17 13:02:19','2015-02-16 13:02:19'),(204,459,'configuration','CLICKLINE_CONFIGURATION_OK','==','1','','time','1',0,'2015-02-17 13:02:19','2015-02-16 13:02:19'),(205,460,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state LEFT JOIN PREFIX_carrier c ON c.id_carrier = o.id_carrier WHERE c.name like \"%clickline%\" AND os.logable = 1','>=','1','','time','2',0,'2015-02-17 13:02:19','2015-02-15 13:02:19'),(206,461,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state LEFT JOIN PREFIX_carrier c ON c.id_carrier = o.id_carrier WHERE c.name like \"%clickline%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','100','','time','7',0,'2015-02-17 13:02:19','2015-02-10 13:02:19'),(207,462,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%cdiscount%\"','>=','1','','hook','actionModuleInstallAfter',0,'2015-02-17 13:02:19','2015-02-16 13:02:19'),(208,463,'sql','SELECT 1','!=','1','','time','100',0,'2015-02-17 13:02:19','2014-11-09 13:02:19'),(209,464,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%cdiscount%\" AND os.logable = 1','>=','1','','time','2',0,'2015-02-17 13:02:19','2015-02-15 13:02:19'),(210,465,'sql','SELECT SUM(o.total_paid) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%cdiscount%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 365 DAY)','>=','500','','time','7',0,'2015-02-17 13:02:19','2015-02-10 13:02:19'),(211,467,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%erpillicopresta%\"','>=','1','','hook','actionModuleInstallAfter',0,'2015-02-17 13:02:19','2015-02-16 13:02:19'),(212,468,'configuration','SELECT COUNT(*) FROM PREFIX_configuration WHERE (( name LIKE \'ERPILLICOPRESTA_CONFIGURATION_OK\') AND ( value = \'1\')) OR (( name LIKE \'ERP_LICENCE_VALIDITY \') AND ( value == \'1\')) OR (( name LIKE \'ERP_MONTH_FREE_ACTIVE \') AND ( value == \'0\'))','==','3','','time','1',0,'2015-02-17 13:02:19','2015-02-16 13:02:19'),(213,469,'sql','SELECT 1','!=','1','','time','100',0,'2015-02-17 13:02:19','2014-11-09 13:02:19'),(214,470,'sql','SELECT 1','!=','1','','time','100',0,'2015-02-17 13:02:19','2014-11-09 13:02:19'),(215,471,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%netreviews%\"','>=','1','','hook','actionModuleInstallAfter',0,'2015-02-17 13:02:19','2015-02-16 13:02:19'),(216,472,'sql','SELECT COUNT(*) FROM PREFIX_configuration WHERE (( name LIKE \'NETREVIEWS_CONFIGURATION_OK\') AND ( value = \'1\')) OR (( name LIKE \'AVISVERIFIES_URLCERTIFICAT \') AND ( value IS NOT LIKE \'%preprod%\'))','==','2','','time','1',0,'2015-02-17 13:02:19','2015-02-16 13:02:19'),(217,473,'sql','SELECT 1','!=','1','','time','100',0,'2015-02-17 13:02:19','2014-11-09 13:02:19'),(218,474,'sql','SELECT 1','!=','1','','time','100',0,'2015-02-17 13:02:19','2014-11-09 13:02:19'),(219,475,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%bluesnap%\"','>=','1','','hook','actionModuleInstallAfter',0,'2015-02-17 13:02:19','2015-02-16 13:02:19'),(220,476,'sql','SELECT COUNT(*) FROM PREFIX_configuration WHERE (( name LIKE \'BLUESNAP_CONFIGURATION_OK\') AND ( value = \'1\')) OR (( name LIKE \'BLUESNAP_SANDBOX \') AND ( value NOT LIKE \'%sandbox%\'))','==','2','','time','1',0,'2015-02-17 13:02:20','2015-02-16 13:02:20'),(221,477,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%bluesnap%\" AND os.logable = 1','>=','1','','time','2',0,'2015-02-17 13:02:20','2015-02-15 13:02:20'),(222,478,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%bluesnap%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','','time','7',0,'2015-02-17 13:02:20','2015-02-10 13:02:20'),(223,479,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%desjardins%\"','>=','1','','hook','actionModuleInstallAfter',0,'2015-02-17 13:02:20','2015-02-16 13:02:20'),(224,480,'sql','SELECT COUNT(*) FROM PREFIX_configuration WHERE (( name LIKE \'DESJARDINS_CONFIGURATION_OK\') AND ( value = \'1\')) OR (( name LIKE \'DESJARDINS_MODE \') AND ( value NOT LIKE \'%test%\'))','==','2','','time','1',0,'2015-02-17 13:02:20','2015-02-16 13:02:20'),(225,481,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%desjardins%\" AND os.logable = 1','>=','1','','time','2',0,'2015-02-17 13:02:20','2015-02-15 13:02:20'),(226,482,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%desjardins%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','','time','7',0,'2015-02-17 13:02:20','2015-02-10 13:02:20'),(227,483,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%firstdata%\"','>=','1','','hook','actionModuleInstallAfter',0,'2015-02-17 13:02:20','2015-02-16 13:02:20'),(228,484,'configuration','FIRSTDATA_CONFIGURATION_OK','==','1','','time','1',0,'2015-02-17 13:02:20','2015-02-16 13:02:20'),(229,485,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%firstdata%\" AND os.logable = 1','>=','1','','time','2',0,'2015-02-17 13:02:20','2015-02-15 13:02:20'),(230,486,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%firstdata%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','','time','7',0,'2015-02-17 13:02:20','2015-02-10 13:02:20'),(231,487,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%giveit%\"','>=','1','','hook','actionModuleInstallAfter',0,'2015-02-17 13:02:20','2015-02-16 13:02:20'),(232,488,'sql','GIVEIT_CONFIGURATION_OK','>=','1','','time','1',0,'2015-02-17 13:02:20','2015-02-16 13:02:20'),(233,489,'sql','SELECT 1','!=','1','','time','365',0,'2015-02-17 13:02:20','2014-02-17 13:02:20'),(234,490,'sql','SELECT 1','!=','1','','time','365',0,'2015-02-17 13:02:20','2014-02-17 13:02:20'),(235,491,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%ganalytics%\"','>=','1','','hook','actionModuleInstallAfter',0,'2015-02-17 13:02:20','2015-02-16 13:02:20'),(236,492,'configuration','GANALYTICS_CONFIGURATION_OK','==','1','','time','1',0,'2015-02-17 13:02:20','2015-02-16 13:02:20'),(237,493,'sql','SELECT 1','!=','1','','time','1',0,'2015-02-17 13:02:20','2015-02-16 13:02:20'),(238,494,'sql','SELECT 1','!=','1','','time','365',0,'2015-02-17 13:02:20','2014-02-17 13:02:20'),(239,496,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%pagseguro%\"','>=','1','','hook','actionModuleInstallAfter',0,'2015-02-17 13:02:20','2015-02-16 13:02:20'),(240,497,'configuration','PAGSEGURO_CONFIGURATION_OK','==','1','','time','1',0,'2015-02-17 13:02:20','2015-02-16 13:02:20'),(241,498,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%pagseguro%\" AND os.logable = 1','>=','1','','time','2',0,'2015-02-17 13:02:20','2015-02-15 13:02:20'),(242,499,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%pagseguro%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','','time','7',0,'2015-02-17 13:02:20','2015-02-10 13:02:20'),(243,500,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%paypalmx%\"','>=','1','','hook','actionModuleInstallAfter',0,'2015-02-17 13:02:20','2015-02-16 13:02:20'),(244,501,'sql','SELECT COUNT(*) FROM PREFIX_configuration WHERE (( name LIKE \'PAYPALMX_CONFIGURATION_OK\') AND ( value = \'1\')) OR (( name LIKE \'PAYPAL_MX_SANDBOX\') AND ( value = \'0\'))','==','2','','time','1',0,'2015-02-17 13:02:20','2015-02-16 13:02:20'),(245,502,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%paypalmx%\" AND os.logable = 1','>=','1','','time','2',0,'2015-02-17 13:02:20','2015-02-15 13:02:20'),(246,503,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%paypalmx%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','','time','7',0,'2015-02-17 13:02:20','2015-02-10 13:02:20'),(247,505,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%paypalusa%\"','==','1','','hook','actionModuleInstallAfter',0,'2015-02-17 13:02:20','2015-02-16 13:02:20'),(248,506,'sql','SELECT COUNT(*) FROM PREFIX_configuration WHERE (( name LIKE \'PAYPALUSA_CONFIGURATION_OK\') AND ( value = \'1\')) OR (( name LIKE \'PAYPAL_USA_SANDBOX\') AND ( value = \'0\'))','==','2','','time','1',0,'2015-02-17 13:02:20','2015-02-16 13:02:20'),(249,507,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%paypalusa%\" AND os.logable = 1','>=','1','','time','2',0,'2015-02-17 13:02:21','2015-02-15 13:02:21'),(250,508,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%paypalmx%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','','time','7',0,'2015-02-17 13:02:21','2015-02-10 13:02:21'),(251,509,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%payulatam%\"','==','1','','hook','actionModuleInstallAfter',0,'2015-02-17 13:02:21','2015-02-16 13:02:21'),(252,510,'sql','SELECT COUNT(*) FROM PREFIX_configuration WHERE (( name LIKE \'PAYULATAM_CONFIGURATION_OK\') AND ( value = \'1\')) OR (( name LIKE \'PAYU_LATAM_TEST\') AND ( value = \'1\'))','==','2','','time','1',0,'2015-02-17 13:02:21','2015-02-16 13:02:21'),(253,511,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%payulatam%\" AND os.logable = 1','>=','1','','time','2',0,'2015-02-17 13:02:21','2015-02-15 13:02:21'),(254,512,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%payulatam%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','','time','7',0,'2015-02-17 13:02:21','2015-02-10 13:02:21'),(255,513,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%prestastats%\"','==','1','','hook','actionModuleInstallAfter',0,'2015-02-17 13:02:21','2015-02-16 13:02:21'),(256,514,'configuration','PRESTASTATS_CONFIGURATION_OK','==','1','','time','1',0,'2015-02-17 13:02:21','2015-02-16 13:02:21'),(257,515,'sql','SELECT 1','!=','1','','time','365',0,'2015-02-17 13:02:21','2014-02-17 13:02:21'),(258,516,'sql','SELECT 1','!=','1','','time','365',0,'2015-02-17 13:02:21','2014-02-17 13:02:21'),(259,517,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%riskified%\"','==','1','','hook','actionModuleInstallAfter',0,'2015-02-17 13:02:21','2015-02-16 13:02:21'),(260,518,'sql','SELECT COUNT(*) FROM PREFIX_configuration WHERE (( name LIKE \'RISKIFIED_CONFIGURATION_OK\') AND ( value = \'1\')) OR (( name LIKE \'RISKIFIED_MODE\') AND ( value = \'1\'))','==','2','','time','1',0,'2015-02-17 13:02:21','2015-02-16 13:02:21'),(261,519,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%riskified%\" AND os.logable = 1','>=','1','','time','2',0,'2015-02-17 13:02:21','2015-02-15 13:02:21'),(262,520,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%riskified%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','','time','7',0,'2015-02-17 13:02:22','2015-02-10 13:02:22'),(263,521,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%simplifycommerce%\"','==','1','','hook','actionModuleInstallAfter',0,'2015-02-17 13:02:22','2015-02-16 13:02:22'),(264,522,'sql','SELECT COUNT(*) FROM PREFIX_configuration WHERE (( name LIKE \'SIMPLIFY_CONFIGURATION_OK\') AND ( value = \'1\')) OR (( name LIKE \'SIMPLIFY_MODE\') AND ( value = \'1\'))','==','2','','time','1',0,'2015-02-17 13:02:22','2015-02-16 13:02:22'),(265,523,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%simplifycommerce%\" AND os.logable = 1','>=','1','','time','2',0,'2015-02-17 13:02:22','2015-02-15 13:02:22'),(266,524,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%simplifycommerce%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','','time','7',0,'2015-02-17 13:02:22','2015-02-10 13:02:22'),(267,525,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%vtpayment%\"','==','1','','hook','actionModuleInstallAfter',0,'2015-02-17 13:02:22','2015-02-16 13:02:22'),(268,526,'configuration','VTPAYMENT_CONFIGURATION_OK','==','1','','time','1',0,'2015-02-17 13:02:22','2015-02-16 13:02:22'),(269,527,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%vtpayment%\" AND os.logable = 1','>=','1','','time','2',0,'2015-02-17 13:02:22','2015-02-15 13:02:22'),(270,528,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%vtpayment%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','','time','7',0,'2015-02-17 13:02:22','2015-02-10 13:02:22'),(271,529,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%yotpo%\"','==','1','','hook','actionModuleInstallAfter',0,'2015-02-17 13:02:22','2015-02-16 13:02:22'),(272,530,'configuration','YOTPO_CONFIGURATION_OK','==','1','','time','1',0,'2015-02-17 13:02:22','2015-02-16 13:02:22'),(273,531,'sql','SELECT 1','!=','1','','time','365',0,'2015-02-17 13:02:22','2014-02-17 13:02:22'),(274,532,'sql','SELECT 1','!=','1','','time','365',0,'2015-02-17 13:02:22','2014-02-17 13:02:22'),(275,533,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%yotpo%\"','==','1','','hook','actionModuleInstallAfter',0,'2015-02-17 13:02:22','2015-02-16 13:02:22'),(276,534,'sql','SELECT COUNT(*) FROM PREFIX_configuration WHERE (( name LIKE \'YOUSTICERESOLUTIONSYSTEM_CONF_OK\') AND ( value = \'1\')) OR (( name LIKE \'YRS_SANDBOX\') AND ( value = \'0\'))','==','2','','time','1',0,'2015-02-17 13:02:22','2015-02-16 13:02:22'),(277,535,'sql','SELECT 1','!=','1','','time','365',0,'2015-02-17 13:02:23','2014-02-17 13:02:23'),(278,536,'sql','SELECT 1','!=','1','','time','365',0,'2015-02-17 13:02:23','2014-02-17 13:02:23'),(279,537,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%loyaltylion%\"','>=','1','','hook','actionModuleInstallAfter',0,'2015-02-17 13:02:23','2015-02-16 13:02:23'),(280,538,'configuration','LOYALTYLION_CONFIGURATION_OK','==','1','','time','1',0,'2015-02-17 13:02:23','2015-02-16 13:02:23'),(281,539,'sql','SELECT 1','!=','1','','time','365',0,'2015-02-17 13:02:23','2014-02-17 13:02:23'),(282,540,'sql','SELECT 1','!=','1','','time','365',0,'2015-02-17 13:02:23','2014-02-17 13:02:23');
/*!40000 ALTER TABLE `tv_condition` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_condition_advice`
--

DROP TABLE IF EXISTS `tv_condition_advice`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_condition_advice` (
  `id_condition` int(11) NOT NULL,
  `id_advice` int(11) NOT NULL,
  `display` tinyint(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id_condition`,`id_advice`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_condition_advice`
--

LOCK TABLES `tv_condition_advice` WRITE;
/*!40000 ALTER TABLE `tv_condition_advice` DISABLE KEYS */;
INSERT INTO `tv_condition_advice` VALUES (1,0,1),(1,1,1),(1,4,1),(2,1,0),(2,3,0),(2,4,0),(107,2,1),(108,2,0),(108,3,1),(109,5,1),(110,5,0);
/*!40000 ALTER TABLE `tv_condition_advice` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_condition_badge`
--

DROP TABLE IF EXISTS `tv_condition_badge`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_condition_badge` (
  `id_condition` int(11) NOT NULL,
  `id_badge` int(11) NOT NULL,
  PRIMARY KEY (`id_condition`,`id_badge`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_condition_badge`
--

LOCK TABLES `tv_condition_badge` WRITE;
/*!40000 ALTER TABLE `tv_condition_badge` DISABLE KEYS */;
INSERT INTO `tv_condition_badge` VALUES (1,17),(1,167),(1,233),(1,319),(1,521),(1,725),(1,929),(1,1133),(1,1337),(1,1542),(1,1747),(1,1951),(1,2159),(1,2368),(1,2577),(1,2797),(1,3017),(1,3238),(1,3686),(1,3915),(1,4143),(1,4372),(1,4600),(1,4828),(2,38),(2,119),(2,250),(2,340),(2,542),(2,746),(2,950),(2,1154),(2,1358),(2,1563),(2,1768),(2,1972),(2,2192),(2,2389),(2,2598),(2,2836),(2,3038),(2,3259),(2,3707),(2,3936),(2,4164),(2,4393),(2,4621),(2,4849),(3,1),(3,157),(3,219),(3,303),(3,505),(3,709),(3,913),(3,1117),(3,1321),(3,1526),(3,1731),(3,1935),(3,2143),(3,2352),(3,2561),(3,2781),(3,3001),(3,3222),(3,3670),(3,3899),(3,4127),(3,4356),(3,4584),(3,4812),(4,2),(4,101),(4,220),(4,304),(4,506),(4,710),(4,914),(4,1118),(4,1322),(4,1527),(4,1732),(4,1936),(4,2144),(4,2353),(4,2562),(4,2782),(4,3002),(4,3223),(4,3671),(4,3900),(4,4128),(4,4357),(4,4585),(4,4813),(5,2),(5,101),(5,220),(5,304),(5,506),(5,710),(5,914),(5,1118),(5,1322),(5,1527),(5,1732),(5,1936),(5,2144),(5,2353),(5,2562),(5,2782),(5,3002),(5,3223),(5,3671),(5,3900),(5,4128),(5,4357),(5,4585),(5,4813),(6,2),(6,101),(6,220),(6,304),(6,506),(6,710),(6,914),(6,1118),(6,1322),(6,1527),(6,1732),(6,1936),(6,2144),(6,2353),(6,2562),(6,2782),(6,3002),(6,3223),(6,3671),(6,3900),(6,4128),(6,4357),(6,4585),(6,4813),(7,3),(7,158),(7,221),(7,305),(7,507),(7,711),(7,915),(7,1119),(7,1323),(7,1528),(7,1733),(7,1937),(7,2145),(7,2354),(7,2563),(7,2783),(7,3003),(7,3224),(7,3672),(7,3901),(7,4129),(7,4358),(7,4586),(7,4814),(8,4),(8,102),(8,222),(8,306),(8,508),(8,712),(8,916),(8,1120),(8,1324),(8,1529),(8,1734),(8,1938),(8,2146),(8,2355),(8,2564),(8,2784),(8,3004),(8,3225),(8,3673),(8,3902),(8,4130),(8,4359),(8,4587),(8,4815),(9,5),(9,159),(9,223),(9,307),(9,509),(9,713),(9,917),(9,1121),(9,1325),(9,1530),(9,1735),(9,1939),(9,2147),(9,2356),(9,2565),(9,2785),(9,3005),(9,3226),(9,3674),(9,3903),(9,4131),(9,4360),(9,4588),(9,4816),(10,6),(10,103),(10,160),(10,308),(10,510),(10,714),(10,918),(10,1122),(10,1326),(10,1531),(10,1736),(10,1940),(10,2148),(10,2357),(10,2566),(10,2786),(10,3006),(10,3227),(10,3675),(10,3904),(10,4132),(10,4361),(10,4589),(10,4817),(11,7),(11,161),(11,224),(11,309),(11,511),(11,715),(11,919),(11,1123),(11,1327),(11,1532),(11,1737),(11,1941),(11,2149),(11,2358),(11,2567),(11,2787),(11,3007),(11,3228),(11,3676),(11,3905),(11,4133),(11,4362),(11,4590),(11,4818),(12,8),(12,104),(12,225),(12,310),(12,512),(12,716),(12,920),(12,1124),(12,1328),(12,1533),(12,1738),(12,1942),(12,2150),(12,2359),(12,2568),(12,2788),(12,3008),(12,3229),(12,3677),(12,3906),(12,4134),(12,4363),(12,4591),(12,4819),(13,9),(13,162),(13,226),(13,311),(13,513),(13,717),(13,921),(13,1125),(13,1329),(13,1534),(13,1739),(13,1943),(13,2151),(13,2360),(13,2569),(13,2789),(13,3009),(13,3230),(13,3678),(13,3907),(13,4135),(13,4364),(13,4592),(13,4820),(14,10),(14,105),(14,163),(14,312),(14,514),(14,718),(14,922),(14,1126),(14,1330),(14,1535),(14,1740),(14,1944),(14,2152),(14,2361),(14,2570),(14,2790),(14,3010),(14,3231),(14,3679),(14,3908),(14,4136),(14,4365),(14,4593),(14,4821),(15,11),(15,164),(15,227),(15,313),(15,515),(15,719),(15,923),(15,1127),(15,1331),(15,1536),(15,1741),(15,1945),(15,2153),(15,2362),(15,2571),(15,2791),(15,3011),(15,3232),(15,3680),(15,3909),(15,4137),(15,4366),(15,4594),(15,4822),(16,12),(16,106),(16,228),(16,314),(16,516),(16,720),(16,924),(16,1128),(16,1332),(16,1537),(16,1742),(16,1946),(16,2154),(16,2363),(16,2572),(16,2792),(16,3012),(16,3233),(16,3681),(16,3910),(16,4138),(16,4367),(16,4595),(16,4823),(17,13),(17,165),(17,229),(17,315),(17,517),(17,721),(17,925),(17,1129),(17,1333),(17,1538),(17,1743),(17,1947),(17,2155),(17,2364),(17,2573),(17,2793),(17,3013),(17,3234),(17,3682),(17,3911),(17,4139),(17,4368),(17,4596),(17,4824),(18,14),(18,107),(18,230),(18,316),(18,518),(18,722),(18,926),(18,1130),(18,1334),(18,1539),(18,1744),(18,1948),(18,2156),(18,2365),(18,2574),(18,2794),(18,3014),(18,3235),(18,3683),(18,3912),(18,4140),(18,4369),(18,4597),(18,4825),(19,15),(19,166),(19,231),(19,317),(19,519),(19,723),(19,927),(19,1131),(19,1335),(19,1540),(19,1745),(19,1949),(19,2157),(19,2366),(19,2575),(19,2795),(19,3015),(19,3236),(19,3684),(19,3913),(19,4141),(19,4370),(19,4598),(19,4826),(20,16),(20,108),(20,232),(20,318),(20,520),(20,724),(20,928),(20,1132),(20,1336),(20,1541),(20,1746),(20,1950),(20,2158),(20,2367),(20,2576),(20,2796),(20,3016),(20,3237),(20,3685),(20,3914),(20,4142),(20,4371),(20,4599),(20,4827),(21,18),(21,109),(21,168),(21,320),(21,522),(21,726),(21,930),(21,1134),(21,1338),(21,1543),(21,1748),(21,1952),(21,2160),(21,2369),(21,2578),(21,2798),(21,3018),(21,3239),(21,3687),(21,3916),(21,4144),(21,4373),(21,4601),(21,4829),(22,19),(22,169),(22,234),(22,321),(22,523),(22,727),(22,931),(22,1135),(22,1339),(22,1544),(22,1749),(22,1953),(22,2161),(22,2370),(22,2579),(22,2799),(22,3019),(22,3240),(22,3688),(22,3917),(22,4145),(22,4374),(22,4602),(22,4830),(23,20),(23,110),(23,235),(23,322),(23,524),(23,728),(23,932),(23,1136),(23,1340),(23,1545),(23,1750),(23,1954),(23,2162),(23,2371),(23,2580),(23,2800),(23,3020),(23,3241),(23,3689),(23,3918),(23,4146),(23,4375),(23,4603),(23,4831),(24,21),(24,170),(24,236),(24,323),(24,525),(24,729),(24,933),(24,1137),(24,1341),(24,1546),(24,1751),(24,1955),(24,2163),(24,2372),(24,2581),(24,2801),(24,3021),(24,3242),(24,3690),(24,3919),(24,4147),(24,4376),(24,4604),(24,4832),(25,22),(25,111),(25,237),(25,324),(25,526),(25,730),(25,934),(25,1138),(25,1342),(25,1547),(25,1752),(25,1956),(25,2164),(25,2373),(25,2582),(25,2802),(25,3022),(25,3243),(25,3691),(25,3920),(25,4148),(25,4377),(25,4605),(25,4833),(26,23),(26,171),(26,238),(26,325),(26,527),(26,731),(26,935),(26,1139),(26,1343),(26,1548),(26,1753),(26,1957),(26,2165),(26,2374),(26,2583),(26,2803),(26,3023),(26,3244),(26,3692),(26,3921),(26,4149),(26,4378),(26,4606),(26,4834),(27,24),(27,112),(27,239),(27,326),(27,528),(27,732),(27,936),(27,1140),(27,1344),(27,1549),(27,1754),(27,1958),(27,2166),(27,2375),(27,2584),(27,2804),(27,3024),(27,3245),(27,3693),(27,3922),(27,4150),(27,4379),(27,4607),(27,4835),(28,25),(28,172),(28,240),(28,327),(28,529),(28,733),(28,937),(28,1141),(28,1345),(28,1550),(28,1755),(28,1959),(28,2167),(28,2376),(28,2585),(28,2805),(28,3025),(28,3246),(28,3694),(28,3923),(28,4151),(28,4380),(28,4608),(28,4836),(29,26),(29,113),(29,173),(29,328),(29,530),(29,734),(29,938),(29,1142),(29,1346),(29,1551),(29,1756),(29,1960),(29,2168),(29,2377),(29,2586),(29,2806),(29,3026),(29,3247),(29,3695),(29,3924),(29,4152),(29,4381),(29,4609),(29,4837),(30,27),(30,174),(30,241),(30,329),(30,531),(30,735),(30,939),(30,1143),(30,1347),(30,1552),(30,1757),(30,1961),(30,2169),(30,2378),(30,2587),(30,2807),(30,3027),(30,3248),(30,3696),(30,3925),(30,4153),(30,4382),(30,4610),(30,4838),(31,28),(31,114),(31,242),(31,330),(31,532),(31,736),(31,940),(31,1144),(31,1348),(31,1553),(31,1758),(31,1962),(31,2170),(31,2379),(31,2588),(31,2808),(31,3028),(31,3249),(31,3697),(31,3926),(31,4154),(31,4383),(31,4611),(31,4839),(32,29),(32,175),(32,243),(32,331),(32,533),(32,737),(32,941),(32,1145),(32,1349),(32,1554),(32,1759),(32,1963),(32,2171),(32,2380),(32,2589),(32,2809),(32,3029),(32,3250),(32,3698),(32,3927),(32,4155),(32,4384),(32,4612),(32,4840),(33,30),(33,115),(33,176),(33,332),(33,534),(33,738),(33,942),(33,1146),(33,1350),(33,1555),(33,1760),(33,1964),(33,2172),(33,2381),(33,2590),(33,2810),(33,3030),(33,3251),(33,3699),(33,3928),(33,4156),(33,4385),(33,4613),(33,4841),(34,31),(34,177),(34,244),(34,333),(34,535),(34,739),(34,943),(34,1147),(34,1351),(34,1556),(34,1761),(34,1965),(34,2173),(34,2382),(34,2591),(34,2811),(34,3031),(34,3252),(34,3700),(34,3929),(34,4157),(34,4386),(34,4614),(34,4842),(35,32),(35,116),(35,245),(35,334),(35,536),(35,740),(35,944),(35,1148),(35,1352),(35,1557),(35,1762),(35,1966),(35,2174),(35,2383),(35,2592),(35,2812),(35,3032),(35,3253),(35,3701),(35,3930),(35,4158),(35,4387),(35,4615),(35,4843),(36,33),(36,178),(36,246),(36,335),(36,537),(36,741),(36,945),(36,1149),(36,1353),(36,1558),(36,1763),(36,1967),(36,2175),(36,2384),(36,2593),(36,2816),(36,3033),(36,3254),(36,3702),(36,3931),(36,4159),(36,4388),(36,4616),(36,4844),(37,34),(37,117),(37,179),(37,336),(37,538),(37,742),(37,946),(37,1150),(37,1354),(37,1559),(37,1764),(37,1968),(37,2176),(37,2385),(37,2594),(37,2820),(37,3034),(37,3255),(37,3703),(37,3932),(37,4160),(37,4389),(37,4617),(37,4845),(38,35),(38,180),(38,247),(38,337),(38,539),(38,743),(38,947),(38,1151),(38,1355),(38,1560),(38,1765),(38,1969),(38,2180),(38,2386),(38,2595),(38,2824),(38,3035),(38,3256),(38,3704),(38,3933),(38,4161),(38,4390),(38,4618),(38,4846),(39,36),(39,118),(39,248),(39,338),(39,540),(39,744),(39,948),(39,1152),(39,1356),(39,1561),(39,1766),(39,1970),(39,2184),(39,2387),(39,2596),(39,2828),(39,3036),(39,3257),(39,3705),(39,3934),(39,4162),(39,4391),(39,4619),(39,4847),(40,37),(40,181),(40,249),(40,339),(40,541),(40,745),(40,949),(40,1153),(40,1357),(40,1562),(40,1767),(40,1971),(40,2188),(40,2388),(40,2597),(40,2832),(40,3037),(40,3258),(40,3706),(40,3935),(40,4163),(40,4392),(40,4620),(40,4848),(41,39),(41,182),(41,251),(41,341),(41,543),(41,747),(41,951),(41,1155),(41,1359),(41,1564),(41,1769),(41,1973),(41,2196),(41,2390),(41,2599),(41,2840),(41,3039),(41,3260),(41,3708),(41,3937),(41,4165),(41,4394),(41,4622),(41,4850),(42,40),(42,120),(42,252),(42,342),(42,544),(42,748),(42,952),(42,1156),(42,1360),(42,1565),(42,1770),(42,1974),(42,2200),(42,2391),(42,2600),(42,2844),(42,3040),(42,3261),(42,3709),(42,3938),(42,4166),(42,4395),(42,4623),(42,4851),(43,41),(43,183),(43,253),(43,343),(43,545),(43,749),(43,953),(43,1157),(43,1361),(43,1566),(43,1771),(43,1975),(43,2204),(43,2392),(43,2601),(43,2848),(43,3041),(43,3262),(43,3712),(43,3939),(43,4167),(43,4396),(43,4624),(43,4852),(44,42),(44,121),(44,184),(44,254),(44,546),(44,750),(44,954),(44,1158),(44,1362),(44,1567),(44,1772),(44,1976),(44,2208),(44,2393),(44,2602),(44,2852),(44,3042),(44,3263),(44,3716),(44,3940),(44,4168),(44,4397),(44,4625),(44,4853),(45,43),(45,185),(45,255),(45,344),(45,547),(45,751),(45,955),(45,1159),(45,1363),(45,1568),(45,1773),(45,1977),(45,2212),(45,2394),(45,2603),(45,2856),(45,3043),(45,3264),(45,3720),(45,3941),(45,4169),(45,4398),(45,4626),(45,4854),(46,44),(46,122),(46,256),(46,345),(46,548),(46,752),(46,956),(46,1160),(46,1364),(46,1569),(46,1774),(46,1978),(46,2216),(46,2395),(46,2604),(46,2860),(46,3044),(46,3265),(46,3724),(46,3942),(46,4170),(46,4399),(46,4627),(46,4855),(47,45),(47,186),(47,257),(47,346),(47,549),(47,753),(47,957),(47,1161),(47,1365),(47,1570),(47,1775),(47,1979),(47,2220),(47,2396),(47,2605),(47,2864),(47,3045),(47,3266),(47,3728),(47,3943),(47,4171),(47,4400),(47,4628),(47,4856),(48,46),(48,123),(48,187),(48,347),(48,550),(48,754),(48,958),(48,1162),(48,1366),(48,1571),(48,1776),(48,1980),(48,2224),(48,2397),(48,2606),(48,2868),(48,3046),(48,3267),(48,3732),(48,3944),(48,4172),(48,4401),(48,4629),(48,4857),(49,47),(49,188),(49,258),(49,348),(49,551),(49,755),(49,959),(49,1163),(49,1367),(49,1572),(49,1777),(49,1981),(49,2228),(49,2398),(49,2607),(49,2872),(49,3047),(49,3268),(49,3736),(49,3945),(49,4173),(49,4402),(49,4630),(49,4858),(50,48),(50,124),(50,259),(50,349),(50,552),(50,756),(50,960),(50,1164),(50,1368),(50,1573),(50,1778),(50,1982),(50,2232),(50,2399),(50,2608),(50,2876),(50,3048),(50,3269),(50,3740),(50,3946),(50,4174),(50,4403),(50,4631),(50,4859),(51,49),(51,189),(51,260),(51,350),(51,553),(51,757),(51,961),(51,1165),(51,1369),(51,1574),(51,1779),(51,1983),(51,2236),(51,2400),(51,2609),(51,2879),(51,3049),(51,3270),(51,3744),(51,3947),(51,4175),(51,4404),(51,4632),(51,4860),(52,50),(52,125),(52,190),(52,351),(52,554),(52,758),(52,962),(52,1166),(52,1370),(52,1575),(52,1780),(52,1984),(52,2239),(52,2401),(52,2610),(52,2882),(52,3053),(52,3271),(52,3748),(52,3948),(52,4176),(52,4405),(52,4633),(52,4861),(53,51),(53,191),(53,261),(53,352),(53,555),(53,759),(53,963),(53,1167),(53,1371),(53,1576),(53,1781),(53,1985),(53,2242),(53,2402),(53,2611),(53,2886),(53,3057),(53,3272),(53,3752),(53,3949),(53,4177),(53,4406),(53,4634),(53,4862),(54,52),(54,126),(54,262),(54,353),(54,556),(54,760),(54,964),(54,1168),(54,1372),(54,1577),(54,1782),(54,1986),(54,2246),(54,2403),(54,2612),(54,2890),(54,3061),(54,3273),(54,3756),(54,3950),(54,4178),(54,4407),(54,4635),(54,4863),(55,53),(55,192),(55,263),(55,354),(55,557),(55,761),(55,965),(55,1169),(55,1373),(55,1578),(55,1783),(55,1987),(55,2250),(55,2404),(55,2613),(55,2894),(55,3065),(55,3276),(55,3760),(55,3951),(55,4179),(55,4408),(55,4636),(55,4864),(56,54),(56,127),(56,264),(56,355),(56,558),(56,762),(56,966),(56,1170),(56,1374),(56,1579),(56,1784),(56,1988),(56,2254),(56,2405),(56,2614),(56,2898),(56,3069),(56,3280),(56,3764),(56,3952),(56,4180),(56,4409),(56,4637),(56,4865),(57,55),(57,193),(57,265),(57,356),(57,559),(57,763),(57,967),(57,1171),(57,1375),(57,1580),(57,1785),(57,1989),(57,2258),(57,2406),(57,2615),(57,2902),(57,3073),(57,3284),(57,3768),(57,3953),(57,4181),(57,4410),(57,4638),(57,4866),(58,56),(58,128),(58,266),(58,357),(58,560),(58,764),(58,968),(58,1172),(58,1376),(58,1581),(58,1786),(58,1990),(58,2262),(58,2407),(58,2616),(58,2906),(58,3077),(58,3288),(58,3772),(58,3954),(58,4182),(58,4411),(58,4639),(58,4867),(59,57),(59,194),(59,267),(59,358),(59,561),(59,765),(59,969),(59,1173),(59,1377),(59,1582),(59,1787),(59,1991),(59,2266),(59,2408),(59,2617),(59,2910),(59,3081),(59,3292),(59,3776),(59,3955),(59,4183),(59,4412),(59,4640),(59,4868),(60,58),(60,129),(60,195),(60,359),(60,562),(60,766),(60,970),(60,1174),(60,1378),(60,1583),(60,1788),(60,1992),(60,2270),(60,2409),(60,2618),(60,2914),(60,3085),(60,3296),(60,3779),(60,3956),(60,4184),(60,4413),(60,4641),(60,4869),(61,59),(61,196),(61,268),(61,360),(61,563),(61,767),(61,971),(61,1175),(61,1379),(61,1584),(61,1789),(61,1993),(61,2274),(61,2410),(61,2619),(61,2918),(61,3089),(61,3300),(61,3783),(61,3957),(61,4185),(61,4414),(61,4642),(61,4870),(62,60),(62,130),(62,269),(62,361),(62,564),(62,768),(62,972),(62,1176),(62,1380),(62,1585),(62,1790),(62,1994),(62,2278),(62,2414),(62,2620),(62,2922),(62,3093),(62,3304),(62,3787),(62,3958),(62,4186),(62,4415),(62,4643),(62,4871),(63,61),(63,197),(63,270),(63,362),(63,565),(63,769),(63,973),(63,1177),(63,1381),(63,1586),(63,1791),(63,1995),(63,2282),(63,2418),(63,2621),(63,2926),(63,3097),(63,3308),(63,3791),(63,3959),(63,4187),(63,4416),(63,4644),(63,4872),(64,62),(64,131),(64,271),(64,363),(64,566),(64,770),(64,974),(64,1178),(64,1382),(64,1587),(64,1792),(64,1996),(64,2286),(64,2422),(64,2622),(64,2930),(64,3101),(64,3312),(64,3795),(64,3960),(64,4188),(64,4417),(64,4645),(64,4873),(65,63),(65,198),(65,272),(65,364),(65,567),(65,771),(65,975),(65,1179),(65,1383),(65,1588),(65,1793),(65,1997),(65,2290),(65,2426),(65,2623),(65,2934),(65,3105),(65,3316),(65,3799),(65,3961),(65,4189),(65,4418),(65,4646),(65,4874),(66,64),(66,132),(66,273),(66,365),(66,568),(66,772),(66,976),(66,1180),(66,1384),(66,1589),(66,1794),(66,1998),(66,2294),(66,2430),(66,2624),(66,2938),(66,3109),(66,3320),(66,3803),(66,3962),(66,4190),(66,4419),(66,4647),(66,4875),(67,65),(67,199),(67,274),(67,366),(67,569),(67,773),(67,977),(67,1181),(67,1385),(67,1590),(67,1795),(67,1999),(67,2298),(67,2434),(67,2625),(67,2942),(67,3113),(67,3324),(67,3807),(67,3963),(67,4191),(67,4420),(67,4648),(67,4876),(68,66),(68,133),(68,200),(68,275),(68,570),(68,774),(68,978),(68,1182),(68,1386),(68,1591),(68,1796),(68,2000),(68,2302),(68,2438),(68,2626),(68,2946),(68,3117),(68,3328),(68,3811),(68,3964),(68,4192),(68,4421),(68,4649),(68,4877),(69,67),(69,201),(69,276),(69,367),(69,571),(69,775),(69,979),(69,1183),(69,1387),(69,1592),(69,1797),(69,2001),(69,2306),(69,2442),(69,2627),(69,2950),(69,3121),(69,3332),(69,3815),(69,3965),(69,4193),(69,4422),(69,4650),(69,4878),(70,68),(70,134),(70,277),(70,368),(70,572),(70,776),(70,980),(70,1184),(70,1388),(70,1593),(70,1798),(70,2002),(70,2310),(70,2446),(70,2628),(70,2954),(70,3125),(70,3336),(70,3819),(70,3966),(70,4194),(70,4423),(70,4651),(70,4879),(71,69),(71,202),(71,278),(71,369),(71,573),(71,777),(71,981),(71,1185),(71,1389),(71,1594),(71,1799),(71,2008),(71,2320),(71,2470),(71,2634),(71,2964),(71,3150),(71,3357),(71,3843),(71,3976),(71,4200),(71,4429),(71,4657),(71,4885),(72,70),(72,135),(72,279),(72,370),(72,574),(72,778),(72,982),(72,1186),(72,1390),(72,1595),(72,1800),(72,2009),(72,2321),(72,2474),(72,2635),(72,2965),(72,3154),(72,3360),(72,3847),(72,3980),(72,4201),(72,4430),(72,4658),(72,4886),(73,71),(73,203),(73,280),(73,371),(73,575),(73,779),(73,983),(73,1187),(73,1391),(73,1596),(73,1801),(73,2010),(73,2322),(73,2478),(73,2636),(73,2966),(73,3158),(73,3364),(73,3851),(73,3984),(73,4202),(73,4431),(73,4659),(73,4887),(74,72),(74,136),(74,281),(74,372),(74,576),(74,780),(74,984),(74,1188),(74,1392),(74,1597),(74,1802),(74,2011),(74,2323),(74,2482),(74,2637),(74,2967),(74,3162),(74,3368),(74,3855),(74,3988),(74,4203),(74,4432),(74,4660),(74,4888),(75,73),(75,204),(75,282),(75,373),(75,577),(75,781),(75,985),(75,1189),(75,1393),(75,1598),(75,1803),(76,74),(76,137),(76,205),(76,374),(76,578),(76,782),(76,986),(76,1190),(76,1394),(76,1599),(76,1804),(76,2012),(76,2324),(76,2486),(76,2638),(76,2968),(76,3166),(76,3372),(76,3859),(76,3992),(76,4204),(76,4433),(76,4661),(76,4889),(77,75),(77,206),(77,283),(77,375),(77,579),(77,783),(77,987),(77,1191),(77,1395),(77,1600),(77,1805),(77,2013),(77,2325),(77,2490),(77,2639),(77,2969),(77,3170),(77,3376),(77,3862),(77,3996),(77,4205),(77,4434),(77,4662),(77,4890),(78,76),(78,138),(78,284),(78,376),(78,580),(78,784),(78,988),(78,1192),(78,1396),(78,1601),(78,1806),(78,2014),(78,2326),(78,2494),(78,2640),(78,2970),(78,3174),(78,3380),(78,3863),(78,4000),(78,4206),(78,4435),(78,4663),(78,4891),(79,77),(79,207),(79,285),(79,377),(79,581),(79,785),(79,989),(79,1193),(79,1397),(79,1602),(79,1807),(79,2015),(79,2327),(79,2497),(79,2641),(79,2971),(79,3178),(79,3384),(79,3864),(79,4004),(79,4207),(79,4436),(79,4664),(79,4892),(80,78),(80,139),(80,208),(80,378),(80,582),(80,786),(80,990),(80,1194),(80,1398),(80,1603),(80,1808),(80,2016),(80,2328),(80,2500),(80,2642),(80,2972),(80,3182),(80,3388),(80,3865),(80,4008),(80,4208),(80,4437),(80,4665),(80,4893),(81,79),(81,209),(81,286),(81,379),(81,583),(81,787),(81,991),(81,1195),(81,1399),(81,1604),(81,1809),(81,2017),(81,2329),(81,2504),(81,2643),(81,2973),(81,3184),(81,3393),(81,3866),(81,4012),(81,4209),(81,4438),(81,4666),(81,4894),(82,80),(82,140),(82,287),(82,380),(82,584),(82,788),(82,992),(82,1196),(82,1400),(82,1605),(82,1810),(82,2018),(82,2330),(82,2508),(82,2644),(82,2974),(82,3189),(82,3397),(82,3867),(82,4016),(82,4210),(82,4439),(82,4667),(82,4895),(83,81),(83,210),(83,288),(83,381),(83,585),(83,789),(83,993),(83,1197),(83,1401),(83,1606),(83,1811),(83,2019),(83,2331),(83,2512),(83,2645),(83,2975),(83,3193),(83,3401),(83,3868),(83,4020),(83,4211),(83,4440),(83,4668),(83,4896),(84,82),(84,141),(84,211),(84,382),(84,586),(84,790),(84,994),(84,1198),(84,1402),(84,1607),(84,1812),(84,2020),(84,2332),(84,2516),(84,2646),(84,2976),(84,3196),(84,3405),(84,3869),(84,4024),(84,4212),(84,4441),(84,4669),(84,4897),(85,83),(85,212),(85,289),(85,383),(85,587),(85,791),(85,995),(85,1199),(85,1403),(85,1608),(85,1813),(85,2021),(85,2333),(85,2520),(85,2647),(85,2977),(85,3197),(85,3409),(85,3870),(85,4028),(85,4213),(85,4442),(85,4670),(85,4898),(86,84),(86,142),(86,290),(86,384),(86,588),(86,792),(86,996),(86,1200),(86,1404),(86,1609),(86,1814),(86,2022),(86,2334),(86,2524),(86,2648),(86,2978),(86,3198),(86,3413),(86,3871),(86,4032),(86,4214),(86,4443),(86,4671),(86,4899),(87,85),(87,213),(87,291),(87,385),(87,589),(87,793),(87,997),(87,1201),(87,1405),(87,1610),(87,1815),(87,2023),(87,2335),(87,2528),(87,2649),(87,2979),(87,3199),(87,3417),(87,3872),(87,4036),(87,4215),(87,4444),(87,4672),(87,4900),(88,86),(88,143),(88,292),(88,386),(88,590),(88,794),(88,998),(88,1202),(88,1406),(88,1611),(88,1816),(88,2024),(88,2336),(88,2532),(88,2650),(88,2980),(88,3200),(88,3421),(88,3873),(88,4040),(88,4216),(88,4445),(88,4673),(88,4901),(89,87),(89,214),(89,293),(89,387),(89,591),(89,795),(89,999),(89,1203),(89,1407),(89,1612),(89,1817),(89,2025),(89,2337),(89,2536),(89,2651),(89,2981),(89,3201),(89,3422),(89,3874),(89,4044),(89,4217),(89,4446),(89,4674),(89,4902),(90,88),(90,144),(90,294),(90,388),(90,592),(90,796),(90,1000),(90,1204),(90,1408),(90,1613),(90,1818),(90,2026),(90,2338),(90,2540),(90,2652),(90,2982),(90,3202),(90,3423),(90,3875),(90,4048),(90,4218),(90,4447),(90,4675),(90,4903),(91,89),(91,145),(91,215),(91,389),(91,593),(91,797),(91,1001),(91,1205),(91,1409),(91,1614),(91,1819),(91,2027),(91,2339),(91,2544),(91,2653),(91,2983),(91,3203),(91,3424),(91,3876),(91,4052),(91,4219),(91,4448),(91,4676),(91,4904),(92,90),(92,146),(92,295),(92,390),(92,594),(92,798),(92,1002),(92,1206),(92,1410),(92,1615),(92,1820),(92,2028),(92,2340),(92,2548),(92,2654),(92,2984),(92,3204),(92,3425),(92,3877),(92,4056),(92,4220),(92,4449),(92,4677),(92,4905),(93,91),(93,147),(93,296),(93,391),(93,595),(93,799),(93,1003),(93,1207),(93,1411),(93,1616),(93,1821),(93,2029),(93,2341),(93,2550),(93,2655),(93,2985),(93,3205),(93,3426),(93,3878),(93,4059),(93,4221),(93,4450),(93,4678),(93,4906),(94,92),(94,148),(94,297),(94,392),(94,596),(94,800),(94,1004),(94,1208),(94,1412),(94,1617),(94,1822),(94,2030),(94,2342),(94,2551),(94,2656),(94,2986),(94,3206),(94,3427),(94,3879),(94,4061),(94,4222),(94,4451),(94,4679),(94,4907),(95,93),(95,149),(95,216),(95,393),(95,597),(95,801),(95,1005),(95,1209),(95,1414),(95,1618),(95,1823),(95,2031),(95,2343),(95,2552),(95,2657),(95,2987),(95,3207),(95,3428),(95,3880),(95,4064),(95,4223),(95,4452),(95,4680),(95,4908),(96,94),(96,150),(96,298),(96,394),(96,598),(96,802),(96,1006),(96,1210),(96,1418),(96,1619),(96,1824),(96,2032),(96,2344),(96,2553),(96,2658),(96,2988),(96,3208),(96,3429),(96,3881),(96,4068),(96,4224),(96,4453),(96,4681),(96,4909),(97,95),(97,151),(97,299),(97,395),(97,599),(97,803),(97,1007),(97,1211),(97,1422),(97,1623),(97,1825),(97,2033),(97,2345),(97,2554),(97,2661),(97,2989),(97,3209),(97,3430),(97,3882),(97,4072),(97,4225),(97,4454),(97,4682),(97,4910),(98,96),(98,152),(98,300),(98,396),(98,600),(98,804),(98,1008),(98,1212),(98,1426),(98,1627),(98,1826),(98,2034),(98,2346),(98,2555),(98,2665),(98,2990),(98,3210),(98,3431),(98,3883),(98,4076),(98,4226),(98,4455),(98,4683),(98,4911),(99,97),(99,153),(99,217),(99,397),(99,601),(99,805),(99,1009),(99,1213),(99,1430),(99,1631),(99,1827),(99,2035),(99,2347),(99,2556),(99,2669),(99,2991),(99,3211),(99,3432),(99,3884),(99,4080),(99,4227),(99,4456),(99,4684),(99,4912),(100,98),(100,154),(100,301),(100,398),(100,602),(100,806),(100,1010),(100,1214),(100,1434),(100,1635),(100,1828),(100,2036),(100,2348),(100,2557),(100,2673),(100,2992),(100,3212),(100,3433),(100,3885),(100,4084),(100,4228),(100,4457),(100,4685),(100,4913),(101,99),(101,155),(101,218),(101,399),(101,603),(101,807),(101,1011),(101,1215),(101,1438),(101,1639),(101,1829),(101,2037),(101,2349),(101,2558),(101,2677),(101,2993),(101,3213),(101,3434),(101,3886),(101,4088),(101,4229),(101,4458),(101,4686),(101,4914),(102,100),(102,156),(102,302),(102,400),(102,604),(102,808),(102,1012),(102,1216),(102,1442),(102,1643),(102,1830),(102,2038),(102,2350),(102,2559),(102,2682),(102,2994),(102,3214),(102,3435),(102,3887),(102,4092),(102,4230),(102,4459),(102,4687),(102,4915),(115,2003),(115,2314),(115,2450),(115,2629),(115,2957),(115,3129),(115,3340),(115,3823),(115,3967),(115,4195),(115,4424),(115,4652),(115,4880),(116,2004),(116,2316),(116,2454),(116,2630),(116,2960),(116,3133),(116,3344),(116,3827),(116,3968),(116,4196),(116,4425),(116,4653),(116,4881),(117,2005),(117,2317),(117,2458),(117,2631),(117,2961),(117,3137),(117,3348),(117,3831),(117,3969),(117,4197),(117,4426),(117,4654),(117,4882),(118,2006),(118,2318),(118,2462),(118,2632),(118,2962),(118,3142),(118,3351),(118,3835),(118,3970),(118,4198),(118,4427),(118,4655),(118,4883),(119,2007),(119,2319),(119,2466),(119,2633),(119,2963),(119,3146),(119,3353),(119,3839),(119,3972),(119,4199),(119,4428),(119,4656),(119,4884),(122,2686),(122,2995),(122,3215),(122,3436),(122,3888),(122,4096),(122,4231),(122,4460),(122,4688),(122,4916),(123,2690),(123,2996),(123,3216),(123,3437),(123,3889),(123,4100),(123,4232),(123,4461),(123,4689),(123,4917),(124,2694),(124,2997),(124,3217),(124,3438),(124,3890),(124,4104),(124,4233),(124,4462),(124,4690),(124,4918),(125,2698),(125,2998),(125,3218),(125,3439),(125,3891),(125,4108),(125,4234),(125,4463),(125,4691),(125,4919),(126,2702),(126,2999),(126,3219),(126,3440),(126,3892),(126,4112),(126,4235),(126,4464),(126,4692),(126,4920),(127,3000),(127,3220),(127,3441),(127,3893),(127,4116),(127,4236),(127,4465),(127,4693),(127,4921),(128,3894),(128,4120),(128,4237),(128,4466),(128,4694),(128,4922),(129,3895),(129,4124),(129,4238),(129,4467),(129,4695),(129,4923),(130,3896),(130,4125),(130,4239),(130,4468),(130,4696),(130,4924),(131,3897),(131,4126),(131,4240),(131,4469),(131,4697),(131,4925);
/*!40000 ALTER TABLE `tv_condition_badge` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_configuration`
--

DROP TABLE IF EXISTS `tv_configuration`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_configuration` (
  `id_configuration` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_shop_group` int(11) unsigned DEFAULT NULL,
  `id_shop` int(11) unsigned DEFAULT NULL,
  `name` varchar(32) NOT NULL,
  `value` text,
  `date_add` datetime NOT NULL,
  `date_upd` datetime NOT NULL,
  PRIMARY KEY (`id_configuration`),
  KEY `name` (`name`),
  KEY `id_shop` (`id_shop`),
  KEY `id_shop_group` (`id_shop_group`)
) ENGINE=InnoDB AUTO_INCREMENT=404 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_configuration`
--

LOCK TABLES `tv_configuration` WRITE;
/*!40000 ALTER TABLE `tv_configuration` DISABLE KEYS */;
INSERT INTO `tv_configuration` VALUES (1,NULL,NULL,'PS_LANG_DEFAULT','1','2013-10-31 16:16:19','2013-12-05 07:10:28'),(2,NULL,NULL,'PS_CARRIER_DEFAULT','1','2013-10-31 16:16:21','2013-12-08 12:43:23'),(3,NULL,NULL,'PS_GROUP_FEATURE_ACTIVE','1','2013-10-31 16:16:21','2013-10-31 16:16:21'),(4,NULL,NULL,'PS_SEARCH_INDEXATION','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(5,NULL,NULL,'PS_ONE_PHONE_AT_LEAST','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(6,NULL,NULL,'PS_CURRENCY_DEFAULT','1','0000-00-00 00:00:00','2013-10-31 16:16:31'),(7,NULL,NULL,'PS_COUNTRY_DEFAULT','17','0000-00-00 00:00:00','2013-12-05 07:10:28'),(8,NULL,NULL,'PS_REWRITING_SETTINGS','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(9,NULL,NULL,'PS_ORDER_OUT_OF_STOCK','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(10,NULL,NULL,'PS_LAST_QTIES','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(11,NULL,NULL,'PS_CART_REDIRECT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(12,NULL,NULL,'PS_HELPBOX','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(13,NULL,NULL,'PS_CONDITIONS','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(14,NULL,NULL,'PS_RECYCLABLE_PACK','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(15,NULL,NULL,'PS_GIFT_WRAPPING','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(16,NULL,NULL,'PS_GIFT_WRAPPING_PRICE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(17,NULL,NULL,'PS_STOCK_MANAGEMENT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(18,NULL,NULL,'PS_NAVIGATION_PIPE','>','0000-00-00 00:00:00','0000-00-00 00:00:00'),(19,NULL,NULL,'PS_PRODUCTS_PER_PAGE','10','0000-00-00 00:00:00','0000-00-00 00:00:00'),(20,NULL,NULL,'PS_PURCHASE_MINIMUM','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(21,NULL,NULL,'PS_PRODUCTS_ORDER_WAY','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(22,NULL,NULL,'PS_PRODUCTS_ORDER_BY','4','0000-00-00 00:00:00','0000-00-00 00:00:00'),(23,NULL,NULL,'PS_DISPLAY_QTIES','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(24,NULL,NULL,'PS_SHIPPING_HANDLING','0','0000-00-00 00:00:00','2013-12-08 12:43:23'),(25,NULL,NULL,'PS_SHIPPING_FREE_PRICE','0','0000-00-00 00:00:00','2013-12-08 12:43:23'),(26,NULL,NULL,'PS_SHIPPING_FREE_WEIGHT','0','0000-00-00 00:00:00','2013-12-08 12:43:23'),(27,NULL,NULL,'PS_SHIPPING_METHOD','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(28,NULL,NULL,'PS_TAX','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(29,NULL,NULL,'PS_SHOP_ENABLE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(30,NULL,NULL,'PS_NB_DAYS_NEW_PRODUCT','20','0000-00-00 00:00:00','0000-00-00 00:00:00'),(31,NULL,NULL,'PS_SSL_ENABLED','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(32,NULL,NULL,'PS_WEIGHT_UNIT','lb','0000-00-00 00:00:00','2013-10-31 16:16:27'),(33,NULL,NULL,'PS_BLOCK_CART_AJAX','1','0000-00-00 00:00:00','2013-10-31 16:16:32'),(34,NULL,NULL,'PS_ORDER_RETURN','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(35,NULL,NULL,'PS_ORDER_RETURN_NB_DAYS','7','0000-00-00 00:00:00','0000-00-00 00:00:00'),(36,NULL,NULL,'PS_MAIL_TYPE','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(37,NULL,NULL,'PS_PRODUCT_PICTURE_MAX_SIZE','8388608','0000-00-00 00:00:00','0000-00-00 00:00:00'),(38,NULL,NULL,'PS_PRODUCT_PICTURE_WIDTH','64','0000-00-00 00:00:00','0000-00-00 00:00:00'),(39,NULL,NULL,'PS_PRODUCT_PICTURE_HEIGHT','64','0000-00-00 00:00:00','0000-00-00 00:00:00'),(40,NULL,NULL,'PS_INVOICE_PREFIX','IN','0000-00-00 00:00:00','0000-00-00 00:00:00'),(41,NULL,NULL,'PS_INVOICE_NUMBER','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(42,NULL,NULL,'PS_DELIVERY_PREFIX','DE','0000-00-00 00:00:00','0000-00-00 00:00:00'),(43,NULL,NULL,'PS_DELIVERY_NUMBER','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(44,NULL,NULL,'PS_INVOICE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(45,NULL,NULL,'PS_PASSWD_TIME_BACK','360','0000-00-00 00:00:00','0000-00-00 00:00:00'),(46,NULL,NULL,'PS_PASSWD_TIME_FRONT','360','0000-00-00 00:00:00','0000-00-00 00:00:00'),(47,NULL,NULL,'PS_DISP_UNAVAILABLE_ATTR','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(48,NULL,NULL,'PS_SEARCH_MINWORDLEN','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(49,NULL,NULL,'PS_SEARCH_BLACKLIST','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(50,NULL,NULL,'PS_SEARCH_WEIGHT_PNAME','6','0000-00-00 00:00:00','0000-00-00 00:00:00'),(51,NULL,NULL,'PS_SEARCH_WEIGHT_REF','10','0000-00-00 00:00:00','0000-00-00 00:00:00'),(52,NULL,NULL,'PS_SEARCH_WEIGHT_SHORTDESC','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(53,NULL,NULL,'PS_SEARCH_WEIGHT_DESC','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(54,NULL,NULL,'PS_SEARCH_WEIGHT_CNAME','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(55,NULL,NULL,'PS_SEARCH_WEIGHT_MNAME','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(56,NULL,NULL,'PS_SEARCH_WEIGHT_TAG','4','0000-00-00 00:00:00','0000-00-00 00:00:00'),(57,NULL,NULL,'PS_SEARCH_WEIGHT_ATTRIBUTE','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(58,NULL,NULL,'PS_SEARCH_WEIGHT_FEATURE','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(59,NULL,NULL,'PS_SEARCH_AJAX','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(60,NULL,NULL,'PS_TIMEZONE','UTC','0000-00-00 00:00:00','2013-12-05 07:10:32'),(61,NULL,NULL,'PS_THEME_V11','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(62,NULL,NULL,'PRESTASTORE_LIVE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(63,NULL,NULL,'PS_TIN_ACTIVE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(64,NULL,NULL,'PS_SHOW_ALL_MODULES','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(65,NULL,NULL,'PS_BACKUP_ALL','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(66,NULL,NULL,'PS_1_3_UPDATE_DATE','2011-12-27 10:20:42','0000-00-00 00:00:00','0000-00-00 00:00:00'),(67,NULL,NULL,'PS_PRICE_ROUND_MODE','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(68,NULL,NULL,'PS_1_3_2_UPDATE_DATE','2011-12-27 10:20:42','0000-00-00 00:00:00','0000-00-00 00:00:00'),(69,NULL,NULL,'PS_CONDITIONS_CMS_ID','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(70,NULL,NULL,'TRACKING_DIRECT_TRAFFIC','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(71,NULL,NULL,'PS_META_KEYWORDS','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(72,NULL,NULL,'PS_DISPLAY_JQZOOM','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(73,NULL,NULL,'PS_VOLUME_UNIT','gal','0000-00-00 00:00:00','2013-10-31 16:16:27'),(74,NULL,NULL,'PS_CIPHER_ALGORITHM','1','0000-00-00 00:00:00','2013-10-31 16:16:25'),(75,NULL,NULL,'PS_ATTRIBUTE_CATEGORY_DISPLAY','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(76,NULL,NULL,'PS_CUSTOMER_SERVICE_FILE_UPLOAD','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(77,NULL,NULL,'PS_CUSTOMER_SERVICE_SIGNATURE','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(78,NULL,NULL,'PS_BLOCK_BESTSELLERS_DISPLAY','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(79,NULL,NULL,'PS_BLOCK_NEWPRODUCTS_DISPLAY','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(80,NULL,NULL,'PS_BLOCK_SPECIALS_DISPLAY','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(81,NULL,NULL,'PS_STOCK_MVT_REASON_DEFAULT','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(82,NULL,NULL,'PS_COMPARATOR_MAX_ITEM','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(83,NULL,NULL,'PS_ORDER_PROCESS_TYPE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(84,NULL,NULL,'PS_SPECIFIC_PRICE_PRIORITIES','id_shop;id_currency;id_country;id_group','0000-00-00 00:00:00','0000-00-00 00:00:00'),(85,NULL,NULL,'PS_TAX_DISPLAY','0','0000-00-00 00:00:00','2013-10-31 16:16:27'),(86,NULL,NULL,'PS_SMARTY_FORCE_COMPILE','2','0000-00-00 00:00:00','2013-11-02 15:50:53'),(87,NULL,NULL,'PS_DISTANCE_UNIT','mi','0000-00-00 00:00:00','2013-10-31 16:16:27'),(88,NULL,NULL,'PS_STORES_DISPLAY_CMS','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(89,NULL,NULL,'PS_STORES_DISPLAY_FOOTER','1','0000-00-00 00:00:00','2014-01-10 10:49:48'),(90,NULL,NULL,'PS_STORES_SIMPLIFIED','0','0000-00-00 00:00:00','2014-01-10 10:49:48'),(91,NULL,NULL,'SHOP_LOGO_WIDTH','500','0000-00-00 00:00:00','2014-03-07 15:22:31'),(92,NULL,NULL,'SHOP_LOGO_HEIGHT','65','0000-00-00 00:00:00','2014-03-07 15:22:31'),(93,NULL,NULL,'EDITORIAL_IMAGE_WIDTH','500','0000-00-00 00:00:00','2013-12-15 21:24:09'),(94,NULL,NULL,'EDITORIAL_IMAGE_HEIGHT','65','0000-00-00 00:00:00','2013-12-15 21:24:09'),(95,NULL,NULL,'PS_STATSDATA_CUSTOMER_PAGESVIEWS','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(96,NULL,NULL,'PS_STATSDATA_PAGESVIEWS','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(97,NULL,NULL,'PS_STATSDATA_PLUGINS','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(98,NULL,NULL,'PS_GEOLOCATION_ENABLED','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(99,NULL,NULL,'PS_ALLOWED_COUNTRIES','AF;ZA;AX;AL;DZ;DE;AD;AO;AI;AQ;AG;AN;SA;AR;AM;AW;AU;AT;AZ;BS;BH;BD;BB;BY;BE;BZ;BJ;BM;BT;BO;BA;BW;BV;BR;BN;BG;BF;MM;BI;KY;KH;CM;CA;CV;CF;CL;CN;CX;CY;CC;CO;KM;CG;CD;CK;KR;KP;CR;CI;HR;CU;DK;DJ;DM;EG;IE;SV;AE;EC;ER;ES;EE;ET;FK;FO;FJ;FI;FR;GA;GM;GE;GS;GH;GI;GR;GD;GL;GP;GU;GT;GG;GN;GQ;GW;GY;GF;HT;HM;HN;HK;HU;IM;MU;VG;VI;IN;ID;IR;IQ;IS;IL;IT;JM;JP;JE;JO;KZ;KE;KG;KI;KW;LA;LS;LV;LB;LR;LY;LI;LT;LU;MO;MK;MG;MY;MW;MV;ML;MT;MP;MA;MH;MQ;MR;YT;MX;FM;MD;MC;MN;ME;MS;MZ;NA;NR;NP;NI;NE;NG;NU;NF;NO;NC;NZ;IO;OM;UG;UZ;PK;PW;PS;PA;PG;PY;NL;PE;PH;PN;PL;PF;PR;PT;QA;DO;CZ;RE;RO;GB;RU;RW;EH;BL;KN;SM;MF;PM;VA;VC;LC;SB;WS;AS;ST;SN;RS;SC;SL;SG;SK;SI;SO;SD;LK;SE;CH;SR;SJ;SZ;SY;TJ;TW;TZ;TD;TF;TH;TL;TG;TK;TO;TT;TN;TM;TC;TR;TV;UA;UY;US;VU;VE;VN;WF;YE;ZM;ZW','0000-00-00 00:00:00','0000-00-00 00:00:00'),(100,NULL,NULL,'PS_GEOLOCATION_BEHAVIOR','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(101,NULL,NULL,'PS_LOCALE_LANGUAGE','en','0000-00-00 00:00:00','2013-10-31 16:16:25'),(102,NULL,NULL,'PS_LOCALE_COUNTRY','us','0000-00-00 00:00:00','2013-10-31 16:16:25'),(103,NULL,NULL,'PS_ATTACHMENT_MAXIMUM_SIZE','8','0000-00-00 00:00:00','0000-00-00 00:00:00'),(104,NULL,NULL,'PS_SMARTY_CACHE','0','0000-00-00 00:00:00','2013-11-02 15:50:53'),(105,NULL,NULL,'PS_DIMENSION_UNIT','in','0000-00-00 00:00:00','2013-10-31 16:16:27'),(106,NULL,NULL,'PS_GUEST_CHECKOUT_ENABLED','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(107,NULL,NULL,'PS_DISPLAY_SUPPLIERS','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(108,NULL,NULL,'PS_CATALOG_MODE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(109,NULL,NULL,'PS_GEOLOCATION_WHITELIST','127;209.185.108;209.185.253;209.85.238;209.85.238.11;209.85.238.4;216.239.33.96;216.239.33.97;216.239.33.98;216.239.33.99;216.239.37.98;216.239.37.99;216.239.39.98;216.239.39.99;216.239.41.96;216.239.41.97;216.239.41.98;216.239.41.99;216.239.45.4;216.239.46;216.239.51.96;216.239.51.97;216.239.51.98;216.239.51.99;216.239.53.98;216.239.53.99;216.239.57.96;216.239.57.97;216.239.57.98;216.239.57.99;216.239.59.98;216.239.59.99;216.33.229.163;64.233.173.193;64.233.173.194;64.233.173.195;64.233.173.196;64.233.173.197;64.233.173.198;64.233.173.199;64.233.173.200;64.233.173.201;64.233.173.202;64.233.173.203;64.233.173.204;64.233.173.205;64.233.173.206;64.233.173.207;64.233.173.208;64.233.173.209;64.233.173.210;64.233.173.211;64.233.173.212;64.233.173.213;64.233.173.214;64.233.173.215;64.233.173.216;64.233.173.217;64.233.173.218;64.233.173.219;64.233.173.220;64.233.173.221;64.233.173.222;64.233.173.223;64.233.173.224;64.233.173.225;64.233.173.226;64.233.173.227;64.233.173.228;64.233.173.229;64.233.173.230;64.233.173.231;64.233.173.232;64.233.173.233;64.233.173.234;64.233.173.235;64.233.173.236;64.233.173.237;64.233.173.238;64.233.173.239;64.233.173.240;64.233.173.241;64.233.173.242;64.233.173.243;64.233.173.244;64.233.173.245;64.233.173.246;64.233.173.247;64.233.173.248;64.233.173.249;64.233.173.250;64.233.173.251;64.233.173.252;64.233.173.253;64.233.173.254;64.233.173.255;64.68.80;64.68.81;64.68.82;64.68.83;64.68.84;64.68.85;64.68.86;64.68.87;64.68.88;64.68.89;64.68.90.1;64.68.90.10;64.68.90.11;64.68.90.12;64.68.90.129;64.68.90.13;64.68.90.130;64.68.90.131;64.68.90.132;64.68.90.133;64.68.90.134;64.68.90.135;64.68.90.136;64.68.90.137;64.68.90.138;64.68.90.139;64.68.90.14;64.68.90.140;64.68.90.141;64.68.90.142;64.68.90.143;64.68.90.144;64.68.90.145;64.68.90.146;64.68.90.147;64.68.90.148;64.68.90.149;64.68.90.15;64.68.90.150;64.68.90.151;64.68.90.152;64.68.90.153;64.68.90.154;64.68.90.155;64.68.90.156;64.68.90.157;64.68.90.158;64.68.90.159;64.68.90.16;64.68.90.160;64.68.90.161;64.68.90.162;64.68.90.163;64.68.90.164;64.68.90.165;64.68.90.166;64.68.90.167;64.68.90.168;64.68.90.169;64.68.90.17;64.68.90.170;64.68.90.171;64.68.90.172;64.68.90.173;64.68.90.174;64.68.90.175;64.68.90.176;64.68.90.177;64.68.90.178;64.68.90.179;64.68.90.18;64.68.90.180;64.68.90.181;64.68.90.182;64.68.90.183;64.68.90.184;64.68.90.185;64.68.90.186;64.68.90.187;64.68.90.188;64.68.90.189;64.68.90.19;64.68.90.190;64.68.90.191;64.68.90.192;64.68.90.193;64.68.90.194;64.68.90.195;64.68.90.196;64.68.90.197;64.68.90.198;64.68.90.199;64.68.90.2;64.68.90.20;64.68.90.200;64.68.90.201;64.68.90.202;64.68.90.203;64.68.90.204;64.68.90.205;64.68.90.206;64.68.90.207;64.68.90.208;64.68.90.21;64.68.90.22;64.68.90.23;64.68.90.24;64.68.90.25;64.68.90.26;64.68.90.27;64.68.90.28;64.68.90.29;64.68.90.3;64.68.90.30;64.68.90.31;64.68.90.32;64.68.90.33;64.68.90.34;64.68.90.35;64.68.90.36;64.68.90.37;64.68.90.38;64.68.90.39;64.68.90.4;64.68.90.40;64.68.90.41;64.68.90.42;64.68.90.43;64.68.90.44;64.68.90.45;64.68.90.46;64.68.90.47;64.68.90.48;64.68.90.49;64.68.90.5;64.68.90.50;64.68.90.51;64.68.90.52;64.68.90.53;64.68.90.54;64.68.90.55;64.68.90.56;64.68.90.57;64.68.90.58;64.68.90.59;64.68.90.6;64.68.90.60;64.68.90.61;64.68.90.62;64.68.90.63;64.68.90.64;64.68.90.65;64.68.90.66;64.68.90.67;64.68.90.68;64.68.90.69;64.68.90.7;64.68.90.70;64.68.90.71;64.68.90.72;64.68.90.73;64.68.90.74;64.68.90.75;64.68.90.76;64.68.90.77;64.68.90.78;64.68.90.79;64.68.90.8;64.68.90.80;64.68.90.9;64.68.91;64.68.92;66.249.64;66.249.65;66.249.66;66.249.67;66.249.68;66.249.69;66.249.70;66.249.71;66.249.72;66.249.73;66.249.78;66.249.79;72.14.199;8.6.48','0000-00-00 00:00:00','0000-00-00 00:00:00'),(110,NULL,NULL,'PS_LOGS_BY_EMAIL','5','0000-00-00 00:00:00','0000-00-00 00:00:00'),(111,NULL,NULL,'PS_COOKIE_CHECKIP','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(112,NULL,NULL,'PS_STORES_CENTER_LAT','25.948969','0000-00-00 00:00:00','2014-01-10 10:49:48'),(113,NULL,NULL,'PS_STORES_CENTER_LONG','-80.226439','0000-00-00 00:00:00','2014-01-10 10:49:48'),(114,NULL,NULL,'PS_USE_ECOTAX','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(115,NULL,NULL,'PS_CANONICAL_REDIRECT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(116,NULL,NULL,'PS_IMG_UPDATE_TIME','1394205750','0000-00-00 00:00:00','2014-03-07 15:22:30'),(117,NULL,NULL,'PS_BACKUP_DROP_TABLE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(118,NULL,NULL,'PS_OS_CHEQUE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(119,NULL,NULL,'PS_OS_PAYMENT','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(120,NULL,NULL,'PS_OS_PREPARATION','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(121,NULL,NULL,'PS_OS_SHIPPING','4','0000-00-00 00:00:00','0000-00-00 00:00:00'),(122,NULL,NULL,'PS_OS_DELIVERED','5','0000-00-00 00:00:00','0000-00-00 00:00:00'),(123,NULL,NULL,'PS_OS_CANCELED','6','0000-00-00 00:00:00','0000-00-00 00:00:00'),(124,NULL,NULL,'PS_OS_REFUND','7','0000-00-00 00:00:00','0000-00-00 00:00:00'),(125,NULL,NULL,'PS_OS_ERROR','8','0000-00-00 00:00:00','0000-00-00 00:00:00'),(126,NULL,NULL,'PS_OS_OUTOFSTOCK','9','0000-00-00 00:00:00','0000-00-00 00:00:00'),(127,NULL,NULL,'PS_OS_BANKWIRE','10','0000-00-00 00:00:00','0000-00-00 00:00:00'),(128,NULL,NULL,'PS_OS_PAYPAL','11','0000-00-00 00:00:00','0000-00-00 00:00:00'),(129,NULL,NULL,'PS_OS_WS_PAYMENT','12','0000-00-00 00:00:00','0000-00-00 00:00:00'),(130,NULL,NULL,'PS_LEGACY_IMAGES','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(131,NULL,NULL,'PS_IMAGE_QUALITY','jpg','0000-00-00 00:00:00','0000-00-00 00:00:00'),(132,NULL,NULL,'PS_PNG_QUALITY','7','0000-00-00 00:00:00','0000-00-00 00:00:00'),(133,NULL,NULL,'PS_JPEG_QUALITY','90','0000-00-00 00:00:00','0000-00-00 00:00:00'),(134,NULL,NULL,'PS_COOKIE_LIFETIME_FO','480','0000-00-00 00:00:00','0000-00-00 00:00:00'),(135,NULL,NULL,'PS_COOKIE_LIFETIME_BO','480','0000-00-00 00:00:00','0000-00-00 00:00:00'),(136,NULL,NULL,'PS_RESTRICT_DELIVERED_COUNTRIES','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(137,NULL,NULL,'PS_SHOW_NEW_ORDERS','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(138,NULL,NULL,'PS_SHOW_NEW_CUSTOMERS','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(139,NULL,NULL,'PS_SHOW_NEW_MESSAGES','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(140,NULL,NULL,'PS_FEATURE_FEATURE_ACTIVE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(141,NULL,NULL,'PS_COMBINATION_FEATURE_ACTIVE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(142,NULL,NULL,'PS_SPECIFIC_PRICE_FEATURE_ACTIVE',NULL,'0000-00-00 00:00:00','2014-01-02 12:51:14'),(143,NULL,NULL,'PS_SCENE_FEATURE_ACTIVE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(144,NULL,NULL,'PS_VIRTUAL_PROD_FEATURE_ACTIVE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(145,NULL,NULL,'PS_CUSTOMIZATION_FEATURE_ACTIVE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(146,NULL,NULL,'PS_CART_RULE_FEATURE_ACTIVE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(147,NULL,NULL,'PS_PACK_FEATURE_ACTIVE',NULL,'0000-00-00 00:00:00','2014-03-14 16:30:59'),(148,NULL,NULL,'PS_ALIAS_FEATURE_ACTIVE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(149,NULL,NULL,'PS_TAX_ADDRESS_TYPE','id_address_delivery','0000-00-00 00:00:00','0000-00-00 00:00:00'),(150,NULL,NULL,'PS_SHOP_DEFAULT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(151,NULL,NULL,'PS_CARRIER_DEFAULT_SORT','0','0000-00-00 00:00:00','2013-12-08 12:43:23'),(152,NULL,NULL,'PS_STOCK_MVT_INC_REASON_DEFAULT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(153,NULL,NULL,'PS_STOCK_MVT_DEC_REASON_DEFAULT','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(154,NULL,NULL,'PS_ADVANCED_STOCK_MANAGEMENT','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(155,NULL,NULL,'PS_ADMINREFRESH_NOTIFICATION','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(156,NULL,NULL,'PS_STOCK_MVT_TRANSFER_TO','7','0000-00-00 00:00:00','0000-00-00 00:00:00'),(157,NULL,NULL,'PS_STOCK_MVT_TRANSFER_FROM','6','0000-00-00 00:00:00','0000-00-00 00:00:00'),(158,NULL,NULL,'PS_CARRIER_DEFAULT_ORDER','0','0000-00-00 00:00:00','2013-12-08 12:43:23'),(159,NULL,NULL,'PS_STOCK_MVT_SUPPLY_ORDER','8','0000-00-00 00:00:00','0000-00-00 00:00:00'),(160,NULL,NULL,'PS_STOCK_CUSTOMER_ORDER_REASON','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(161,NULL,NULL,'PS_UNIDENTIFIED_GROUP','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(162,NULL,NULL,'PS_GUEST_GROUP','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(163,NULL,NULL,'PS_CUSTOMER_GROUP','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(164,NULL,NULL,'PS_SMARTY_CONSOLE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(165,NULL,NULL,'PS_INVOICE_MODEL','invoice','0000-00-00 00:00:00','0000-00-00 00:00:00'),(166,NULL,NULL,'PS_LIMIT_UPLOAD_IMAGE_VALUE','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(167,NULL,NULL,'PS_LIMIT_UPLOAD_FILE_VALUE','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(168,NULL,NULL,'MB_PAY_TO_EMAIL','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(169,NULL,NULL,'MB_SECRET_WORD','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(170,NULL,NULL,'MB_HIDE_LOGIN','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(171,NULL,NULL,'MB_ID_LOGO','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(172,NULL,NULL,'MB_ID_LOGO_WALLET','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(173,NULL,NULL,'MB_PARAMETERS','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(174,NULL,NULL,'MB_PARAMETERS_2','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(175,NULL,NULL,'MB_DISPLAY_MODE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(176,NULL,NULL,'MB_CANCEL_URL','http://www.yoursite.com','0000-00-00 00:00:00','0000-00-00 00:00:00'),(177,NULL,NULL,'MB_LOCAL_METHODS','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(178,NULL,NULL,'MB_INTER_METHODS','5','0000-00-00 00:00:00','0000-00-00 00:00:00'),(179,NULL,NULL,'BANK_WIRE_CURRENCIES','2,1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(180,NULL,NULL,'CHEQUE_CURRENCIES','2,1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(181,NULL,NULL,'PRODUCTS_VIEWED_NBR','4','0000-00-00 00:00:00','2013-12-15 23:49:42'),(184,NULL,NULL,'MANUFACTURER_DISPLAY_FORM','1','0000-00-00 00:00:00','2014-01-10 10:42:52'),(185,NULL,NULL,'MANUFACTURER_DISPLAY_TEXT','1','0000-00-00 00:00:00','2014-01-10 10:42:52'),(186,NULL,NULL,'MANUFACTURER_DISPLAY_TEXT_NB','0','0000-00-00 00:00:00','2014-01-10 10:42:52'),(187,NULL,NULL,'NEW_PRODUCTS_NBR','5','0000-00-00 00:00:00','2013-10-31 16:16:33'),(188,NULL,NULL,'PS_TOKEN_ENABLE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(189,NULL,NULL,'PS_STATS_RENDER','graphxmlswfcharts','0000-00-00 00:00:00','2013-10-31 16:16:33'),(190,NULL,NULL,'PS_STATS_OLD_CONNECT_AUTO_CLEAN','never','0000-00-00 00:00:00','0000-00-00 00:00:00'),(191,NULL,NULL,'PS_STATS_GRID_RENDER','gridhtml','0000-00-00 00:00:00','0000-00-00 00:00:00'),(192,NULL,NULL,'BLOCKTAGS_NBR','10','0000-00-00 00:00:00','2013-10-31 16:16:33'),(193,NULL,NULL,'CHECKUP_DESCRIPTIONS_LT','100','0000-00-00 00:00:00','0000-00-00 00:00:00'),(194,NULL,NULL,'CHECKUP_DESCRIPTIONS_GT','400','0000-00-00 00:00:00','0000-00-00 00:00:00'),(195,NULL,NULL,'CHECKUP_IMAGES_LT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(196,NULL,NULL,'CHECKUP_IMAGES_GT','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(197,NULL,NULL,'CHECKUP_SALES_LT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(198,NULL,NULL,'CHECKUP_SALES_GT','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(199,NULL,NULL,'CHECKUP_STOCK_LT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(200,NULL,NULL,'CHECKUP_STOCK_GT','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(201,NULL,NULL,'FOOTER_CMS','0_3|0_4','0000-00-00 00:00:00','2013-10-31 16:16:33'),(202,NULL,NULL,'FOOTER_BLOCK_ACTIVATION','0_3|0_4','0000-00-00 00:00:00','2013-10-31 16:16:33'),(203,NULL,NULL,'FOOTER_POWEREDBY','1','0000-00-00 00:00:00','2013-10-31 16:16:33'),(205,NULL,NULL,'BLOCKSTORE_IMG','store.jpg','0000-00-00 00:00:00','0000-00-00 00:00:00'),(207,NULL,NULL,'MOD_BLOCKTOPMENU_ITEMS','LNK1,CAT36,CAT37,LNK2','0000-00-00 00:00:00','2013-12-19 16:17:21'),(208,NULL,NULL,'MOD_BLOCKTOPMENU_SEARCH','1','0000-00-00 00:00:00','2013-12-19 16:17:21'),(209,NULL,NULL,'blocksocial_facebook','http://www.facebook.com/prestashop','0000-00-00 00:00:00','2013-10-31 16:16:33'),(210,NULL,NULL,'blocksocial_twitter','http://www.twitter.com/prestashop','0000-00-00 00:00:00','2013-10-31 16:16:33'),(211,NULL,NULL,'blocksocial_rss','http://www.prestashop.com/blog/en/feed/','0000-00-00 00:00:00','2013-10-31 16:16:33'),(216,NULL,NULL,'blockcontact_telnumber','01254447950','0000-00-00 00:00:00','2014-03-10 10:06:09'),(217,NULL,NULL,'blockcontact_email','Info@mstyresblackburn.co.uk','0000-00-00 00:00:00','2014-03-10 10:06:10'),(221,NULL,NULL,'BLOCK_CATEG_NBR_COLUMN_FOOTER','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(222,NULL,NULL,'UPGRADER_BACKUPDB_FILENAME','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(223,NULL,NULL,'UPGRADER_BACKUPFILES_FILENAME','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(224,NULL,NULL,'blockreinsurance_nbblocks','5','0000-00-00 00:00:00','2013-10-31 16:16:33'),(229,NULL,NULL,'PS_VERSION_DB','1.5.6.0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(230,NULL,NULL,'PS_BASE_DISTANCE_UNIT','ft','0000-00-00 00:00:00','2013-10-31 16:16:27'),(231,NULL,NULL,'PS_SHOP_DOMAIN','ftechsol.com','0000-00-00 00:00:00','2013-10-31 16:16:25'),(232,NULL,NULL,'PS_SHOP_DOMAIN_SSL','ftechsol.com','0000-00-00 00:00:00','2013-10-31 16:16:25'),(233,NULL,NULL,'PS_INSTALL_VERSION','1.5.6.0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(234,NULL,NULL,'PS_SHOP_NAME','Ms tyres blackburn','0000-00-00 00:00:00','2014-01-10 10:49:48'),(235,NULL,NULL,'PS_SHOP_EMAIL','faisalnaseer786@gmail.com','0000-00-00 00:00:00','2013-10-31 16:16:31'),(236,NULL,NULL,'PS_MAIL_METHOD','1','0000-00-00 00:00:00','2013-10-31 16:16:25'),(237,NULL,NULL,'PS_SHOP_ACTIVITY','0','0000-00-00 00:00:00','2013-10-31 16:16:25'),(238,NULL,NULL,'PS_LOGO','logo.jpg','0000-00-00 00:00:00','0000-00-00 00:00:00'),(239,NULL,NULL,'PS_FAVICON','favicon.ico','0000-00-00 00:00:00','2013-12-15 21:18:59'),(240,NULL,NULL,'PS_STORES_ICON','logo_stores.gif','0000-00-00 00:00:00','0000-00-00 00:00:00'),(241,NULL,NULL,'PS_ROOT_CATEGORY','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(242,NULL,NULL,'PS_HOME_CATEGORY','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(243,NULL,NULL,'PS_CONFIGURATION_AGREMENT','0','0000-00-00 00:00:00','2013-10-31 16:16:25'),(244,NULL,NULL,'PS_MAIL_SERVER',NULL,'0000-00-00 00:00:00','2014-05-07 08:49:39'),(245,NULL,NULL,'PS_MAIL_USER','Info@mstyresblackburn.co.uk','0000-00-00 00:00:00','2014-05-07 08:49:39'),(246,NULL,NULL,'PS_MAIL_PASSWD','Anjum12345','0000-00-00 00:00:00','2014-05-07 08:49:39'),(247,NULL,NULL,'PS_MAIL_SMTP_ENCRYPTION','off','0000-00-00 00:00:00','2014-02-10 18:34:49'),(248,NULL,NULL,'PS_MAIL_SMTP_PORT','0','0000-00-00 00:00:00','2014-05-07 08:49:39'),(249,NULL,NULL,'PS_MAIL_COLOR','#db3484','0000-00-00 00:00:00','0000-00-00 00:00:00'),(250,NULL,NULL,'NW_SALT','VU4J8xLxCWV4auDu','0000-00-00 00:00:00','2013-10-31 16:16:33'),(251,NULL,NULL,'PS_PAYMENT_LOGO_CMS_ID','0','0000-00-00 00:00:00','2013-10-31 16:16:33'),(252,NULL,NULL,'HOME_FEATURED_NBR','10','0000-00-00 00:00:00','2013-12-06 05:34:42'),(253,NULL,NULL,'SEK_MIN_OCCURENCES','1','0000-00-00 00:00:00','2013-10-31 16:16:33'),(254,NULL,NULL,'SEK_FILTER_KW','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(255,NULL,NULL,'PS_ALLOW_MOBILE_DEVICE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(256,NULL,NULL,'PS_CUSTOMER_CREATION_EMAIL','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(257,NULL,NULL,'PS_SMARTY_CONSOLE_KEY','SMARTY_DEBUG','0000-00-00 00:00:00','0000-00-00 00:00:00'),(259,NULL,NULL,'BLOCKSPECIALS_NB_CACHES','20','2013-10-31 16:16:33','2013-10-31 16:16:33'),(261,NULL,NULL,'GF_INSTALL_CALC','1','2013-10-31 16:16:38','2013-10-31 16:22:02'),(262,NULL,NULL,'GF_CURRENT_LEVEL','4','2013-10-31 16:16:38','2015-02-17 13:05:17'),(263,NULL,NULL,'GF_CURRENT_LEVEL_PERCENT','15','2013-10-31 16:16:38','2015-02-17 13:05:17'),(264,NULL,NULL,'GF_NOTIFICATION','9','2013-10-31 16:16:38','2015-02-17 13:05:17'),(265,NULL,NULL,'PS_LAST_VERSION','a:10:{s:4:\"name\";s:12:\"1.6.0 stable\";s:3:\"num\";s:8:\"1.6.0.11\";s:4:\"link\";s:37:\"http://www.prestashop.com/en/download\";s:3:\"md5\";s:32:\"6e6b3fff11b7c8c873b27ca3c05fb1f5\";s:11:\"autoupgrade\";i:1;s:18:\"autoupgrade_module\";i:1;s:24:\"autoupgrade_last_version\";s:5:\"1.3.0\";s:23:\"autoupgrade_module_link\";s:50:\"http://www.prestashop.com/download/autoupgrade.zip\";s:9:\"changelog\";s:0:\"\";s:4:\"desc\";s:0:\"\";}','2013-10-31 16:21:53','2015-02-17 13:02:13'),(266,NULL,NULL,'PS_LAST_VERSION_CHECK','1424178134','2013-10-31 16:21:53','2015-02-17 13:02:14'),(267,NULL,NULL,'GF_NOT_VIEWED_BADGE','4874|4897','2013-10-31 16:22:02','2015-02-17 13:02:55'),(268,NULL,NULL,'PS_CSS_THEME_CACHE','0','2013-11-02 15:50:53','2013-11-24 23:02:56'),(269,NULL,NULL,'PS_JS_THEME_CACHE','0','2013-11-02 15:50:53','2013-11-24 23:02:56'),(270,NULL,NULL,'PS_HTML_THEME_COMPRESSION','0','2013-11-02 15:50:53','2013-11-24 23:02:56'),(271,NULL,NULL,'PS_JS_HTML_THEME_COMPRESSION','0','2013-11-02 15:50:53','2013-11-24 23:02:56'),(272,NULL,NULL,'PS_HTACCESS_CACHE_CONTROL','0','2013-11-02 15:50:53','2013-11-24 23:02:56'),(273,NULL,NULL,'PS_LOGO_MOBILE','logo_mobile.jpg','2013-11-03 06:38:44','2013-11-03 06:38:44'),(274,NULL,NULL,'PS_LOGO_MAIL','logo_mail.jpg','2013-11-03 06:38:44','2013-11-03 06:38:44'),(275,NULL,NULL,'SHOP_LOGO_MOBILE_HEIGHT','65','2013-11-03 06:38:44','2014-03-07 15:22:31'),(276,NULL,NULL,'SHOP_LOGO_MOBILE_WIDTH','500','2013-11-03 06:38:44','2014-03-07 15:22:31'),(277,NULL,NULL,'AUTHORIZE_AIM_DEMO','1','2013-11-04 01:13:55','2013-11-04 01:13:55'),(278,NULL,NULL,'AUTHORIZE_AIM_HOLD_REVIEW_OS','8','2013-11-04 01:13:55','2013-11-04 01:13:55'),(279,NULL,NULL,'AUTHORIZE_AIM_LOGIN_ID',NULL,'2013-11-04 01:14:11','2013-12-08 12:11:01'),(280,NULL,NULL,'AUTHORIZE_AIM_KEY',NULL,'2013-11-04 01:14:11','2013-12-08 12:11:01'),(281,NULL,NULL,'PF_PRICE_TYPE','direct','2013-11-05 15:49:06','2013-11-05 15:49:06'),(282,NULL,NULL,'PF_SHOW_FEATURE','1','2013-11-05 15:49:06','2013-11-12 00:06:36'),(283,NULL,NULL,'PF_SHOW_ATTRIBUTE','0','2013-11-05 15:49:06','2013-11-12 00:06:36'),(284,NULL,NULL,'PF_SHOW_PRICE','0','2013-11-05 15:49:06','2013-11-05 15:50:17'),(285,NULL,NULL,'PF_SHOW_CATEGORY','0','2013-11-05 15:49:06','2013-11-05 15:50:17'),(286,NULL,NULL,'PF_SHOW_MANUFACTURER','0','2013-11-05 15:49:06','2013-11-05 15:50:17'),(287,NULL,NULL,'COLLAPSE_FILTER','0','2013-11-05 15:49:06','2013-11-12 00:06:36'),(293,NULL,NULL,'HOMESLIDER_WIDTH','980','2013-11-05 16:27:37','2013-12-19 16:41:49'),(294,NULL,NULL,'HOMESLIDER_HEIGHT','300','2013-11-05 16:27:37','2013-12-19 16:41:49'),(295,NULL,NULL,'HOMESLIDER_SPEED','300','2013-11-05 16:27:37','2013-12-19 16:41:49'),(296,NULL,NULL,'HOMESLIDER_PAUSE','4000','2013-11-05 16:27:37','2013-12-19 16:41:49'),(297,NULL,NULL,'HOMESLIDER_LOOP','1','2013-11-05 16:27:37','2013-12-19 16:41:49'),(298,NULL,NULL,'PS_SHOW_CAT_MODULES_1','favorites','2013-11-06 00:40:04','2014-03-10 18:33:04'),(299,NULL,NULL,'BLOCK_CATEG_SORT_WAY','0','2013-11-28 23:37:02','2013-11-28 23:37:02'),(300,NULL,NULL,'BLOCK_CATEG_SORT','1','2013-11-28 23:37:02','2013-12-15 23:46:00'),(301,NULL,NULL,'blockcontactinfos_company','MS Tyres Blackburn\r\n','2013-11-30 03:42:24','2014-01-10 10:40:36'),(302,NULL,NULL,'blockcontactinfos_address','Ms tyres\r\nUnit 4 \r\nWhitebirk bleach work \r\nWhitebirk road\r\nBb13ja\r\nblackburn\r\n\r\nopening hours\r\nMonday-thursday 9am-19.00\r\nFriday-9am-12.30-14.30 -19.00\r\nSat-sun 9am-19.00\r\n','2013-11-30 03:42:24','2014-01-10 10:40:36'),(303,NULL,NULL,'blockcontactinfos_map',NULL,'2013-11-30 03:42:24','2013-11-30 03:49:01'),(304,NULL,NULL,'blockcontactinfos_phone','01254 447950','2013-11-30 03:42:24','2013-12-08 12:21:09'),(305,NULL,NULL,'blockcontactinfos_email','mstyres@outlook.com','2013-11-30 03:42:24','2014-03-27 10:59:05'),(306,NULL,NULL,'EDITORIAL_IMAGE_DISABLE','1','2013-12-05 01:57:41','2013-12-15 21:25:36'),(307,NULL,NULL,'PS_SHOW_TYPE_MODULES_1','allModules','2013-12-05 02:01:03','2014-01-10 10:47:32'),(308,NULL,NULL,'PS_SHOW_COUNTRY_MODULES_1','0','2013-12-05 02:01:03','2014-01-06 11:24:31'),(309,NULL,NULL,'PS_SHOW_INSTALLED_MODULES_1','installedUninstalled','2013-12-05 02:01:03','2014-01-10 10:47:38'),(310,NULL,NULL,'PS_SHOW_ENABLED_MODULES_1','enabledDisabled','2013-12-05 02:01:03','2013-12-18 09:51:24'),(311,NULL,NULL,'STRIPE_MODE','0','2013-12-05 04:07:57','2013-12-05 04:07:57'),(312,NULL,NULL,'STRIPE_SAVE_TOKENS','1','2013-12-05 04:07:57','2013-12-05 04:07:57'),(313,NULL,NULL,'STRIPE_SAVE_TOKENS_ASK','1','2013-12-05 04:07:57','2013-12-05 04:07:57'),(314,NULL,NULL,'STRIPE_PENDING_ORDER_STATUS','2','2013-12-05 04:07:57','2013-12-05 04:07:57'),(315,NULL,NULL,'STRIPE_PAYMENT_ORDER_STATUS','2','2013-12-05 04:07:57','2013-12-05 04:07:57'),(316,NULL,NULL,'STRIPE_CHARGEBACKS_ORDER_STATUS','8','2013-12-05 04:07:57','2013-12-05 04:07:57'),(317,NULL,NULL,'STRIPE_WEBHOOK_TOKEN','3db5338e8b5eca0c62c8952c69f41e20','2013-12-05 04:07:57','2013-12-05 04:07:57'),(318,NULL,NULL,'PAYPAL_USA_EXP_CHK_PRODUCT','1','2013-12-08 10:20:33','2014-01-02 09:27:16'),(319,NULL,NULL,'PAYPAL_USA_EXP_CHK_SHOPPING_CART','1','2013-12-08 10:20:33','2014-01-02 09:27:16'),(320,NULL,NULL,'PAYPAL_USA_MANAGER_PARTNER','PayPal','2013-12-08 10:20:33','2013-12-08 10:20:33'),(321,NULL,NULL,'PAYPAL_USA_PAYMENT_STANDARD','1','2013-12-08 10:20:33','2014-01-07 12:31:16'),(322,NULL,NULL,'PS_LOGO_INVOICE','logo_invoice.jpg','2013-12-08 12:03:26','2013-12-08 12:03:26'),(323,NULL,NULL,'AUTHORIZE_AIM_CARD_VISA','on','2013-12-08 12:11:01','2013-12-08 12:11:01'),(324,NULL,NULL,'AUTHORIZE_AIM_CARD_MASTERCARD','on','2013-12-08 12:11:01','2013-12-08 12:11:01'),(325,NULL,NULL,'AUTHORIZE_AIM_CARD_DISCOVER','on','2013-12-08 12:11:01','2013-12-08 12:11:01'),(326,NULL,NULL,'AUTHORIZE_AIM_CARD_AX','on','2013-12-08 12:11:01','2013-12-08 12:11:01'),(327,NULL,NULL,'PREDIGGO_WEB_SITE_ID','WineDemo_Fake_Shop_ID_123456789','2013-12-15 21:11:06','2013-12-15 21:11:06'),(328,NULL,NULL,'PREDIGGO_WEB_SITE_ID_CHECKED','0','2013-12-15 21:11:06','2013-12-15 21:11:06'),(329,NULL,NULL,'PREDIGGO_LOGS_FG','0','2013-12-15 21:11:06','2013-12-15 21:11:08'),(330,NULL,1,'PREDIGGO_PRODUCTS_FG','1','2013-12-15 21:11:06','2013-12-15 21:11:08'),(331,NULL,1,'PREDIGGO_ORDERS_FG','1','2013-12-15 21:11:06','2013-12-15 21:11:08'),(332,NULL,1,'PREDIGGO_CUSTOMERS_FG','1','2013-12-15 21:11:06','2013-12-15 21:11:08'),(333,NULL,1,'PREDIGGO_EXPORT_PRODUCT_IMG','1','2013-12-15 21:11:06','2013-12-15 21:11:08'),(334,NULL,1,'PREDIGGO_EXPORT_PRODUCT_DESC','1','2013-12-15 21:11:06','2013-12-15 21:11:08'),(335,NULL,1,'PREDIGGO_EXPORT_PRODUCT_MIN_QTY','1','2013-12-15 21:11:06','2013-12-15 21:11:09'),(336,NULL,1,'PREDIGGO_NB_DAYS_ORDER','180','2013-12-15 21:11:06','2013-12-15 21:11:09'),(337,NULL,1,'PREDIGGO_NB_DAYS_CUSTOMER','180','2013-12-15 21:11:06','2013-12-15 21:11:09'),(338,NULL,1,'PREDIGGO_ATTRIBUTES_GROUPS_IDS',NULL,'2013-12-15 21:11:06','2013-12-15 21:11:09'),(339,NULL,1,'PREDIGGO_FEATURES_IDS',NULL,'2013-12-15 21:11:06','2013-12-15 21:11:09'),(340,NULL,1,'PREDIGGO_PRODUCTS_NOT_RECO',NULL,'2013-12-15 21:11:06','2013-12-15 21:11:09'),(341,NULL,1,'PREDIGGO_PRODUCTS_NOT_SEARCH',NULL,'2013-12-15 21:11:06','2013-12-15 21:11:09'),(342,NULL,NULL,'PREDIGGO_HTPASSWD_USER','user','2013-12-15 21:11:06','2013-12-15 21:11:06'),(343,NULL,NULL,'PREDIGGO_HTPASSWD_PWD','pwd','2013-12-15 21:11:06','2013-12-15 21:11:06'),(344,NULL,1,'PREDIGGO_RECO_LOGS_FG','0','2013-12-15 21:11:07','2013-12-15 21:11:09'),(345,NULL,1,'PREDIGGO_SERVER_URL_RECO','http://demo.prediggo.com:8091','2013-12-15 21:11:07','2013-12-15 21:11:07'),(346,NULL,1,'PREDIGGO_HOME_RECO','1','2013-12-15 21:11:07','2013-12-15 21:11:09'),(347,NULL,1,'PREDIGGO_HOME_NB_RECO','5','2013-12-15 21:11:07','2013-12-15 21:11:09'),(348,NULL,1,'PREDIGGO_HOME_BLOCK_TITLE',NULL,'2013-12-15 21:11:07','2013-12-15 21:11:07'),(349,NULL,1,'PREDIGGO_ERROR_RECO','1','2013-12-15 21:11:07','2013-12-15 21:11:09'),(350,NULL,1,'PREDIGGO_ERROR_NB_RECO','6','2013-12-15 21:11:07','2013-12-15 21:11:09'),(351,NULL,1,'PREDIGGO_ERROR_BLOCK_TITLE',NULL,'2013-12-15 21:11:07','2013-12-15 21:11:07'),(352,NULL,1,'PREDIGGO_PRODUCT_RECO','1','2013-12-15 21:11:07','2013-12-15 21:11:09'),(353,NULL,1,'PREDIGGO_PRODUCT_NB_RECO','6','2013-12-15 21:11:07','2013-12-15 21:11:09'),(354,NULL,1,'PREDIGGO_PRODUCT_BLOCK_TITLE',NULL,'2013-12-15 21:11:07','2013-12-15 21:11:07'),(355,NULL,1,'PREDIGGO_CATEGORY_RECO','1','2013-12-15 21:11:08','2013-12-15 21:11:10'),(356,NULL,1,'PREDIGGO_CATEGORY_NB_RECO','6','2013-12-15 21:11:08','2013-12-15 21:11:10'),(357,NULL,1,'PREDIGGO_CATEGORY_BLOCK_TITLE',NULL,'2013-12-15 21:11:08','2013-12-15 21:11:08'),(358,NULL,1,'PREDIGGO_CUSTOMER_RECO','1','2013-12-15 21:11:08','2013-12-15 21:11:10'),(359,NULL,1,'PREDIGGO_CUSTOMER_NB_RECO','6','2013-12-15 21:11:08','2013-12-15 21:11:10'),(360,NULL,1,'PREDIGGO_CUSTOMER_BLOCK_TITLE',NULL,'2013-12-15 21:11:08','2013-12-15 21:11:08'),(361,NULL,1,'PREDIGGO_CART_RECO','1','2013-12-15 21:11:08','2013-12-15 21:11:08'),(362,NULL,1,'PREDIGGO_CART_NB_RECO','6','2013-12-15 21:11:08','2013-12-15 21:11:08'),(363,NULL,1,'PREDIGGO_CART_BLOCK_TITLE',NULL,'2013-12-15 21:11:08','2013-12-15 21:11:08'),(364,NULL,1,'PREDIGGO_BEST_SALES_RECO','1','2013-12-15 21:11:09','2013-12-15 21:11:09'),(365,NULL,1,'PREDIGGO_BEST_SALES_NB_RECO','6','2013-12-15 21:11:09','2013-12-15 21:11:09'),(366,NULL,1,'PREDIGGO_BEST_SALES_BLOCK_TITLE',NULL,'2013-12-15 21:11:09','2013-12-15 21:11:09'),(367,NULL,1,'PREDIGGO_LAYERED_RECO','1','2013-12-15 21:11:09','2013-12-15 21:11:09'),(368,NULL,1,'PREDIGGO_LAYERED_NB_RECO','3','2013-12-15 21:11:09','2013-12-15 21:11:09'),(369,NULL,1,'PREDIGGO_LAYERED_BLOCK_TITLE',NULL,'2013-12-15 21:11:09','2013-12-15 21:11:09'),(370,NULL,1,'PREDIGGO_SEARCH_ACTIVE','1','2013-12-15 21:11:10','2013-12-15 21:11:10'),(371,NULL,1,'PREDIGGO_SEARCH_NB_ITEMS','10','2013-12-15 21:11:10','2013-12-15 21:11:10'),(372,NULL,1,'PREDIGGO_SEARCH_NB_MIN_CHARS','3','2013-12-15 21:11:10','2013-12-15 21:11:10'),(373,NULL,1,'PREDIGGO_SEARCH_LOGS_FG','0','2013-12-15 21:11:10','2013-12-15 21:11:10'),(374,NULL,1,'PREDIGGO_SERVER_URL_SEARCH','http://demo.prediggo.com:8091','2013-12-15 21:11:10','2013-12-15 21:11:10'),(375,NULL,1,'PREDIGGO_SEARCHANDIZING_ACTIVE','1','2013-12-15 21:11:10','2013-12-15 21:11:10'),(376,NULL,1,'PREDIGGO_LAYERED_NAV_ACTIVE','1','2013-12-15 21:11:10','2013-12-15 21:11:10'),(377,NULL,1,'PREDIGGO_AUTOCOMPLETION_ACTIVE','1','2013-12-15 21:11:10','2013-12-15 21:11:10'),(378,NULL,1,'PREDIGGO_AUTOCOMPLETION_NB_ITEMS','6','2013-12-15 21:11:10','2013-12-15 21:11:10'),(379,NULL,1,'PREDIGGO_SUGGEST_ACTIVE','1','2013-12-15 21:11:10','2013-12-15 21:11:10'),(380,NULL,1,'PREDIGGO_SUGGEST_WORDS',NULL,'2013-12-15 21:11:10','2013-12-15 21:11:10'),(381,NULL,NULL,'BLOCK_CATEG_MAX_DEPTH','4','2013-12-15 23:12:51','2013-12-15 23:46:00'),(382,NULL,NULL,'BLOCK_CATEG_DHTML','1','2013-12-15 23:12:51','2013-12-15 23:46:00'),(383,NULL,NULL,'PAYPAL_USA_ACCOUNT','info@mstyresblackburn.co.uk','2013-12-30 16:19:11','2014-01-02 09:27:16'),(384,NULL,NULL,'PAYPAL_USA_API_USERNAME','info_api1.mstyresblackburn.co.uk','2013-12-30 16:19:11','2013-12-30 16:29:48'),(385,NULL,NULL,'PAYPAL_USA_API_PASSWORD','CTP3Y65EB9LJNW2D','2013-12-30 16:19:11','2013-12-30 16:29:48'),(386,NULL,NULL,'PAYPAL_USA_API_SIGNATURE','APvd8RNZH4a7RB-6W2NTkizOmOEAA7SUFCAfErM409PranX8c7Nme0I7','2013-12-30 16:19:11','2013-12-30 16:28:39'),(387,NULL,NULL,'PAYPAL_USA_EXP_CHK_BORDER_COLOR',NULL,'2013-12-30 16:19:11','2014-01-02 09:27:16'),(388,NULL,NULL,'PAYPAL_USA_PAYMENT_ADVANCED',NULL,'2014-01-07 12:31:16','2014-01-07 12:31:16'),(389,NULL,NULL,'PAYPAL_USA_PAYFLOW_LINK',NULL,'2014-01-07 12:31:16','2014-01-07 12:31:16'),(390,NULL,NULL,'PS_STORES_DISPLAY_SITEMAP','0','2014-01-10 10:49:48','2014-01-10 10:49:48'),(391,NULL,NULL,'PS_SHOP_DETAILS',NULL,'2014-01-10 10:49:48','2014-01-10 10:49:48'),(392,NULL,NULL,'PS_SHOP_ADDR1','unit 4 whitebirk road','2014-01-10 10:49:48','2014-01-10 10:49:48'),(393,NULL,NULL,'PS_SHOP_ADDR2',NULL,'2014-01-10 10:49:48','2014-01-10 10:49:48'),(394,NULL,NULL,'PS_SHOP_CODE','bb13ja','2014-01-10 10:49:48','2014-01-10 10:49:48'),(395,NULL,NULL,'PS_SHOP_CITY','blackburn','2014-01-10 10:49:48','2014-01-10 10:49:48'),(396,NULL,NULL,'PS_SHOP_COUNTRY_ID','17','2014-01-10 10:49:48','2014-01-10 10:49:48'),(397,NULL,NULL,'PS_SHOP_COUNTRY','United Kingdom','2014-01-10 10:49:48','2014-01-10 10:49:48'),(398,NULL,NULL,'PS_SHOP_PHONE','01254 447950','2014-01-10 10:49:48','2014-01-10 10:49:48'),(399,NULL,NULL,'PS_SHOP_FAX',NULL,'2014-01-10 10:49:48','2014-01-10 10:49:48'),(400,NULL,NULL,'PS_MAIL_EMAIL_MESSAGE','2','2014-02-10 18:34:49','2014-05-07 08:49:39'),(401,NULL,NULL,'PS_MAIL_DOMAIN',NULL,'2014-02-10 18:34:49','2014-05-07 08:49:39'),(402,NULL,NULL,'PS_REFERRERS_CACHE_LIKE',' \'2014-06-01 00:00:00\' AND \'2014-06-30 23:59:59\' ','2014-03-07 15:21:05','2014-06-03 08:22:37'),(403,NULL,NULL,'PS_REFERRERS_CACHE_DATE','2014-06-03 08:22:37','2014-03-07 15:21:05','2014-06-03 08:22:37');
/*!40000 ALTER TABLE `tv_configuration` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_configuration_lang`
--

DROP TABLE IF EXISTS `tv_configuration_lang`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_configuration_lang` (
  `id_configuration` int(10) unsigned NOT NULL,
  `id_lang` int(10) unsigned NOT NULL,
  `value` text,
  `date_upd` datetime DEFAULT NULL,
  PRIMARY KEY (`id_configuration`,`id_lang`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_configuration_lang`
--

LOCK TABLES `tv_configuration_lang` WRITE;
/*!40000 ALTER TABLE `tv_configuration_lang` DISABLE KEYS */;
INSERT INTO `tv_configuration_lang` VALUES (40,1,'IN',NULL),(42,1,'DE',NULL),(49,1,'a|the|of|on|in|and|to',NULL),(71,1,'0',NULL),(77,1,'Dear Customer,\r\n\r\nRegards,\r\nCustomer service',NULL),(348,1,'Prediggo','2013-12-15 21:11:07'),(348,2,'Prediggo','2013-12-15 21:11:07'),(348,3,'Prediggo','2013-12-15 21:11:07'),(348,4,'Prediggo','2013-12-15 21:11:07'),(348,5,'Prediggo','2013-12-15 21:11:07'),(351,1,'Prediggo','2013-12-15 21:11:07'),(351,2,'Prediggo','2013-12-15 21:11:07'),(351,3,'Prediggo','2013-12-15 21:11:07'),(351,4,'Prediggo','2013-12-15 21:11:07'),(351,5,'Prediggo','2013-12-15 21:11:07'),(354,1,'Prediggo','2013-12-15 21:11:07'),(354,2,'Prediggo','2013-12-15 21:11:07'),(354,3,'Prediggo','2013-12-15 21:11:07'),(354,4,'Prediggo','2013-12-15 21:11:07'),(354,5,'Prediggo','2013-12-15 21:11:07'),(357,1,'Prediggo','2013-12-15 21:11:08'),(357,2,'Prediggo','2013-12-15 21:11:08'),(357,3,'Prediggo','2013-12-15 21:11:08'),(357,4,'Prediggo','2013-12-15 21:11:08'),(357,5,'Prediggo','2013-12-15 21:11:08'),(360,1,'Prediggo','2013-12-15 21:11:08'),(360,2,'Prediggo','2013-12-15 21:11:08'),(360,3,'Prediggo','2013-12-15 21:11:08'),(360,4,'Prediggo','2013-12-15 21:11:08'),(360,5,'Prediggo','2013-12-15 21:11:08'),(363,1,'Prediggo','2013-12-15 21:11:08'),(363,2,'Prediggo','2013-12-15 21:11:08'),(363,3,'Prediggo','2013-12-15 21:11:09'),(363,4,'Prediggo','2013-12-15 21:11:09'),(363,5,'Prediggo','2013-12-15 21:11:09'),(366,1,'Prediggo','2013-12-15 21:11:09'),(366,2,'Prediggo','2013-12-15 21:11:09'),(366,3,'Prediggo','2013-12-15 21:11:09'),(366,4,'Prediggo','2013-12-15 21:11:09'),(366,5,'Prediggo','2013-12-15 21:11:09'),(369,1,'Prediggo','2013-12-15 21:11:10'),(369,2,'Prediggo','2013-12-15 21:11:10'),(369,3,'Prediggo','2013-12-15 21:11:10'),(369,4,'Prediggo','2013-12-15 21:11:10'),(369,5,'Prediggo','2013-12-15 21:11:10'),(380,1,'iPad 2, iPhone 4S, iPhone','2013-12-15 21:11:10'),(380,2,'iPad 2, iPhone 4S, iPhone','2013-12-15 21:11:10'),(380,3,'iPad 2, iPhone 4S, iPhone','2013-12-15 21:11:10'),(380,4,'iPad 2, iPhone 4S, iPhone','2013-12-15 21:11:10'),(380,5,'iPad 2, iPhone 4S, iPhone','2013-12-15 21:11:10');
/*!40000 ALTER TABLE `tv_configuration_lang` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_connections`
--

DROP TABLE IF EXISTS `tv_connections`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_connections` (
  `id_connections` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_shop_group` int(11) unsigned NOT NULL DEFAULT '1',
  `id_shop` int(11) unsigned NOT NULL DEFAULT '1',
  `id_guest` int(10) unsigned NOT NULL,
  `id_page` int(10) unsigned NOT NULL,
  `ip_address` bigint(20) DEFAULT NULL,
  `date_add` datetime NOT NULL,
  `http_referer` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id_connections`),
  KEY `id_guest` (`id_guest`),
  KEY `date_add` (`date_add`),
  KEY `id_page` (`id_page`)
) ENGINE=InnoDB AUTO_INCREMENT=70759 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_connections`
--

LOCK TABLES `tv_connections` WRITE;
/*!40000 ALTER TABLE `tv_connections` DISABLE KEYS */;
INSERT INTO `tv_connections` VALUES (1,1,1,1,1,2130706433,'2013-10-31 16:16:40','http://www.prestashop.com'),(2,1,1,2,1,2344511919,'2013-10-31 16:20:50',''),(3,1,1,3,1,2344511919,'2013-10-31 16:24:56',''),(4,1,1,4,1,1542483285,'2013-11-01 01:03:13',''),(5,1,1,5,1,1542483272,'2013-11-01 01:03:15',''),(6,1,1,6,1,842613774,'2013-11-01 03:41:18',''),(7,1,1,7,1,657289541,'2013-11-01 03:41:18',''),(8,1,1,8,1,842612934,'2013-11-01 03:41:18',''),(9,1,1,9,1,1385291122,'2013-11-01 14:57:11',''),(10,1,1,10,1,1542483308,'2013-11-02 11:02:21',''),(11,1,1,11,1,1542483299,'2013-11-02 11:02:22',''),(12,1,1,12,1,2344511919,'2013-11-02 11:52:16',''),(13,1,1,12,1,2344511919,'2013-11-02 14:05:24',''),(14,1,1,13,1,1542483293,'2013-11-03 05:45:01',''),(15,1,1,14,1,1542483307,'2013-11-03 05:45:04',''),(16,1,1,15,1,2344511919,'2013-11-03 06:20:21',''),(17,1,1,15,1,2344511919,'2013-11-03 07:01:04',''),(18,1,1,15,1,2344511919,'2013-11-03 07:32:05',''),(19,1,1,15,1,2344511919,'2013-11-03 09:23:12',''),(20,1,1,15,1,2344511919,'2013-11-03 23:35:46',''),(21,1,1,15,1,2344511919,'2013-11-04 00:23:12',''),(22,1,1,15,1,2344511919,'2013-11-04 00:54:05',''),(23,1,1,7,1,657311895,'2013-11-04 01:37:18',''),(24,1,1,7,1,657311895,'2013-11-04 04:25:35',''),(25,1,1,16,1,1544769961,'2013-11-04 04:26:24',''),(26,1,1,17,1,1041806727,'2013-11-04 04:26:55',''),(27,1,1,18,1,1542483290,'2013-11-04 09:25:19',''),(28,1,1,19,1,1542483321,'2013-11-04 09:25:21',''),(29,1,1,15,1,2344511919,'2013-11-04 11:55:31',''),(30,1,1,15,1,2344511919,'2013-11-04 23:29:18',''),(31,1,1,7,1,657275799,'2013-11-05 00:06:32',''),(32,1,1,15,1,2344511919,'2013-11-05 00:38:56',''),(33,1,1,20,2,1121753207,'2013-11-05 00:51:19',''),(34,1,1,7,2,657275799,'2013-11-05 00:51:45',''),(35,1,1,21,1,2918999154,'2013-11-05 00:51:45',''),(36,1,1,7,1,657275799,'2013-11-05 01:43:12',''),(37,1,1,16,1,1603768355,'2013-11-05 02:19:21',''),(38,1,1,22,1,1542483319,'2013-11-05 02:54:32',''),(39,1,1,23,1,1542483303,'2013-11-05 02:54:34',''),(40,1,1,7,1,657275799,'2013-11-05 06:02:27',''),(41,1,1,24,1,2344511919,'2013-11-05 14:51:44',''),(42,1,1,25,1,1542483267,'2013-11-06 00:03:21',''),(43,1,1,26,1,1542483312,'2013-11-06 00:03:24',''),(44,1,1,27,1,1121753203,'2013-11-06 01:00:20',''),(45,1,1,28,1,657291519,'2013-11-06 08:49:19',''),(46,1,1,29,1,842645089,'2013-11-06 08:53:49',''),(47,1,1,30,1,657291519,'2013-11-06 12:23:57',''),(48,1,1,31,1,1542483311,'2013-11-07 12:17:36',''),(49,1,1,32,1,1542483310,'2013-11-07 12:17:39',''),(50,1,1,33,1,1542483306,'2013-11-08 00:36:42',''),(51,1,1,34,1,1542483318,'2013-11-08 00:36:45',''),(52,1,1,35,1,1542483304,'2013-11-09 09:19:53',''),(53,1,1,36,1,1542483284,'2013-11-09 09:20:00',''),(54,1,1,30,1,657279458,'2013-11-09 13:51:55',''),(55,1,1,37,1,1544770303,'2013-11-09 13:53:08',''),(56,1,1,38,1,1041806726,'2013-11-09 13:53:41',''),(57,1,1,37,1,1603768900,'2013-11-09 15:14:48',''),(58,1,1,39,1,1542483315,'2013-11-10 08:12:08',''),(59,1,1,40,1,1542483301,'2013-11-10 08:12:11',''),(60,1,1,41,1,1542483274,'2013-11-11 04:15:02',''),(61,1,1,42,1,1542483284,'2013-11-11 04:15:08',''),(62,1,1,43,1,2344512763,'2013-11-11 12:38:30','http://localhost/tyre/install/index.php'),(63,1,1,43,1,2344512763,'2013-11-11 23:27:41',''),(64,1,1,44,2,2344512763,'2013-11-11 23:56:33',''),(65,1,1,45,1,1542483291,'2013-11-12 00:19:01',''),(66,1,1,46,1,1542483306,'2013-11-12 00:19:04',''),(67,1,1,44,2,2344512763,'2013-11-12 00:32:53',''),(68,1,1,2,1,0,'2013-11-12 23:00:24',''),(69,1,1,2,1,0,'2013-11-12 23:34:35',''),(70,1,1,2,1,0,'2013-11-13 00:09:20',''),(71,1,1,2,3,0,'2013-11-13 00:52:32',''),(72,1,1,2,1,0,'2013-11-16 13:13:04',''),(73,1,1,2,1,0,'2013-11-17 12:39:27',''),(74,1,1,2,1,0,'2013-11-19 00:10:46',''),(75,1,1,2,1,0,'2013-11-19 00:32:22',''),(76,1,1,48,4,0,'2013-11-19 01:08:41',''),(77,1,1,48,1,0,'2013-11-19 12:55:44',''),(78,1,1,48,1,0,'2013-11-24 21:25:05',''),(79,1,1,48,1,0,'2013-11-24 21:56:16',''),(80,1,1,48,1,0,'2013-11-24 22:28:25',''),(81,1,1,48,1,0,'2013-11-24 22:59:31',''),(82,1,1,48,1,0,'2013-11-28 23:35:02',''),(83,1,1,48,1,0,'2013-11-29 00:06:09',''),(84,1,1,48,1,0,'2013-11-29 00:44:30',''),(85,1,1,49,1,0,'2013-11-30 01:10:45',''),(86,1,1,49,1,0,'2013-11-30 01:44:05',''),(87,1,1,49,1,0,'2013-11-30 03:58:11',''),(88,1,1,49,1,0,'2013-11-30 21:51:25',''),(89,1,1,50,1,2344544263,'2013-11-30 23:45:58',''),(90,1,1,51,1,2344544263,'2013-12-01 00:27:15',''),(91,1,1,52,1,1542483303,'2013-12-01 08:40:44',''),(92,1,1,53,1,1542483287,'2013-12-01 08:40:46',''),(93,1,1,113,1,657282742,'2013-12-01 09:08:02',''),(94,1,1,37,1,2516511358,'2013-12-01 10:19:12',''),(95,1,1,54,1,1377538030,'2013-12-01 13:15:06',''),(96,1,1,55,1,1377538030,'2013-12-01 13:15:12',''),(97,1,1,56,1,1041806726,'2013-12-02 04:25:33',''),(98,1,1,57,1,1542483291,'2013-12-02 11:09:22',''),(99,1,1,58,1,1542483322,'2013-12-02 11:09:25',''),(100,1,1,59,1,657294233,'2013-12-02 12:39:01',''),(101,1,1,59,1,657294233,'2013-12-02 13:13:26',''),(102,1,1,51,1,2344498286,'2013-12-02 23:00:26',''),(103,1,1,60,1,1542483320,'2013-12-03 04:19:35',''),(104,1,1,61,1,1542483277,'2013-12-03 04:19:38',''),(105,1,1,62,1,1041806727,'2013-12-03 04:58:08',''),(106,1,1,63,1,657289473,'2013-12-04 01:23:25',''),(107,1,1,64,1,1542483306,'2013-12-04 03:11:22',''),(108,1,1,65,1,1542483316,'2013-12-04 03:11:25',''),(109,1,1,63,1,657289473,'2013-12-04 10:36:14',''),(110,1,1,63,1,657276561,'2013-12-05 01:35:37',''),(111,1,1,63,1,657276561,'2013-12-05 02:20:47',''),(112,1,1,66,1,1041806727,'2013-12-05 04:08:03',''),(113,1,1,67,1,1041806726,'2013-12-05 04:08:04',''),(114,1,1,68,1,1542483296,'2013-12-05 06:20:11',''),(115,1,1,69,1,1542483297,'2013-12-05 06:20:15',''),(116,1,1,70,1,1544770262,'2013-12-05 07:01:40',''),(117,1,1,71,1,2000650818,'2013-12-05 13:50:22',''),(118,1,1,51,1,2344510850,'2013-12-05 16:59:54',''),(119,1,1,51,1,2344510850,'2013-12-06 05:02:21',''),(120,1,1,72,5,2344510850,'2013-12-06 05:20:01',''),(121,1,1,73,1,2344510850,'2013-12-06 05:30:37',''),(122,1,1,74,1,2344510850,'2013-12-06 05:40:44',''),(123,1,1,63,1,657278871,'2013-12-06 08:59:34',''),(124,1,1,75,1,657278871,'2013-12-06 09:02:12',''),(125,1,1,76,1,657278871,'2013-12-06 09:04:02',''),(126,1,1,77,1,657278871,'2013-12-06 09:11:00',''),(127,1,1,78,1,657278871,'2013-12-06 09:11:36',''),(128,1,1,79,1,657278871,'2013-12-06 09:14:08',''),(129,1,1,80,1,657278871,'2013-12-06 09:15:53',''),(130,1,1,81,1,657278871,'2013-12-06 09:22:10',''),(131,1,1,82,1,657278871,'2013-12-06 09:22:59',''),(132,1,1,83,1,657278871,'2013-12-06 09:23:29',''),(133,1,1,84,1,657278871,'2013-12-06 09:23:58',''),(134,1,1,85,1,657278871,'2013-12-06 09:25:39',''),(135,1,1,86,1,657278871,'2013-12-06 09:27:31',''),(136,1,1,87,1,657278871,'2013-12-06 09:28:12',''),(137,1,1,88,1,657278871,'2013-12-06 09:29:16',''),(138,1,1,89,1,657278871,'2013-12-06 09:30:31',''),(139,1,1,90,1,657278871,'2013-12-06 09:32:31',''),(140,1,1,91,1,657278871,'2013-12-06 09:34:38',''),(141,1,1,92,1,657278871,'2013-12-06 09:35:37',''),(142,1,1,93,1,657278871,'2013-12-06 09:36:20',''),(143,1,1,94,1,657278871,'2013-12-06 09:37:57',''),(144,1,1,95,1,657278871,'2013-12-06 09:38:58',''),(145,1,1,96,1,657278871,'2013-12-06 09:39:51',''),(146,1,1,97,1,657278871,'2013-12-06 09:41:02',''),(147,1,1,98,1,657278871,'2013-12-06 09:43:17',''),(148,1,1,99,1,657278871,'2013-12-06 09:45:28',''),(149,1,1,100,1,657278871,'2013-12-06 09:47:13',''),(150,1,1,101,1,657278871,'2013-12-06 09:48:41',''),(151,1,1,102,1,657278871,'2013-12-06 09:50:04',''),(152,1,1,103,1,657278871,'2013-12-06 09:50:26',''),(153,1,1,104,1,657278871,'2013-12-06 09:50:58',''),(154,1,1,105,1,657278871,'2013-12-06 09:51:34',''),(155,1,1,106,1,657278871,'2013-12-06 09:52:00',''),(156,1,1,107,1,657278871,'2013-12-06 09:52:22',''),(157,1,1,108,1,657278871,'2013-12-06 09:54:43',''),(158,1,1,109,1,657278871,'2013-12-06 09:55:29',''),(159,1,1,110,1,1851643523,'2013-12-06 15:14:33',''),(160,1,1,71,1,1851643523,'2013-12-06 15:15:02',''),(161,1,1,111,1,1542483272,'2013-12-06 15:33:43',''),(162,1,1,112,1,1542483269,'2013-12-06 15:33:47',''),(163,1,1,113,1,2344510850,'2013-12-06 19:16:17',''),(164,1,1,74,1,2344510850,'2013-12-07 01:29:18',''),(165,1,1,114,6,2344510850,'2013-12-07 01:42:54',''),(166,1,1,115,1,1542483308,'2013-12-07 05:46:48',''),(167,1,1,116,1,1542483279,'2013-12-07 05:46:53',''),(168,1,1,63,1,657323842,'2013-12-07 12:39:25',''),(169,1,1,117,1,842645082,'2013-12-07 12:39:34',''),(170,1,1,114,6,2344510850,'2013-12-08 04:18:49',''),(171,1,1,118,1,2344510850,'2013-12-08 05:27:55',''),(172,1,1,119,1,1542483285,'2013-12-08 05:31:41',''),(173,1,1,120,1,1542483278,'2013-12-08 05:31:43',''),(174,1,1,121,1,2344510850,'2013-12-08 05:49:45',''),(175,1,1,122,1,2344510850,'2013-12-08 05:49:51',''),(176,1,1,123,1,2344510850,'2013-12-08 05:51:23',''),(177,1,1,114,6,2344510850,'2013-12-08 06:58:39',''),(178,1,1,124,6,2344510850,'2013-12-08 07:04:01',''),(179,1,1,63,1,657273565,'2013-12-08 07:27:06',''),(180,1,1,124,6,2344510850,'2013-12-08 08:18:40',''),(181,1,1,125,1,2344510850,'2013-12-08 09:05:51',''),(182,1,1,125,1,2344510850,'2013-12-08 09:50:31',''),(183,1,1,125,2,2344510850,'2013-12-08 10:25:39',''),(184,1,1,126,1,657273565,'2013-12-08 10:49:14',''),(185,1,1,127,1,534679294,'2013-12-08 10:49:15',''),(186,1,1,128,7,2344510850,'2013-12-08 10:52:19',''),(187,1,1,129,7,2344510850,'2013-12-08 10:53:58',''),(188,1,1,130,7,2344510850,'2013-12-08 10:54:43',''),(189,1,1,131,7,2344510850,'2013-12-08 11:00:13',''),(190,1,1,132,7,2344510850,'2013-12-08 11:02:12',''),(191,1,1,133,7,2344510850,'2013-12-08 11:07:18',''),(192,1,1,134,1,1603769369,'2013-12-08 11:19:35','https://www.google.co.uk/'),(193,1,1,135,1,1577236925,'2013-12-08 11:23:53',''),(194,1,1,126,1,657273565,'2013-12-08 11:28:44',''),(195,1,1,133,3,2344510850,'2013-12-08 11:36:27',''),(196,1,1,134,1,1603769369,'2013-12-08 11:55:16','https://www.google.co.uk/'),(197,1,1,137,3,2344510850,'2013-12-08 12:03:09',''),(198,1,1,138,6,534679294,'2013-12-08 12:24:18',''),(199,1,1,139,6,2344510850,'2013-12-08 12:24:59',''),(200,1,1,140,5,2344510850,'2013-12-08 12:46:52',''),(201,1,1,126,1,657273565,'2013-12-08 13:29:32',''),(202,1,1,141,1,524841467,'2013-12-08 14:33:15','http://www.google.co.uk/search?safe=off&client=ms-android-sonyericsson&hl=en-GB&source=android-launcher-widget&v=133247963&ei=i3-kUtO-DKKV7AaYn4GQCA&q=tyres&oq=tyres&gs_l=mobile-gws-serp.3...5936.6064.0.7139.8.2.0.0.0.0.0.0..0.0....0...1c.1.32.mobile-gws'),(203,1,1,142,1,1123633706,'2013-12-08 15:15:40',''),(204,1,1,158,1,1444370826,'2013-12-08 17:40:32',''),(205,1,1,134,1,1603769369,'2013-12-08 17:45:57',''),(206,1,1,159,1,1544770262,'2013-12-08 18:09:05','https://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CEwQFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=t7WkUs3-Ao2thQe0qIGoAg&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.57752919,d.ZG4'),(207,1,1,160,1,1041806727,'2013-12-08 18:09:36',''),(208,1,1,134,1,1603769369,'2013-12-08 21:00:35',''),(209,1,1,134,1,1603769369,'2013-12-08 21:54:04',''),(210,1,1,134,1,1603769369,'2013-12-08 22:47:52',''),(211,1,1,161,1,1123631683,'2013-12-08 23:06:54',''),(212,1,1,199,15,1123631683,'2013-12-08 23:37:16',''),(213,1,1,200,1,3587040621,'2013-12-08 23:48:38',''),(214,1,1,201,1,1542483283,'2013-12-09 05:00:34',''),(215,1,1,202,1,1542483298,'2013-12-09 05:00:35',''),(216,1,1,134,1,1603769369,'2013-12-09 08:05:43',''),(217,1,1,203,1,1168892016,'2013-12-09 08:52:17',''),(218,1,1,204,1,3065733239,'2013-12-09 08:52:18','https://www.facebook.com/'),(219,1,1,134,1,1544770262,'2013-12-09 09:28:57',''),(220,1,1,159,1,1544770262,'2013-12-09 09:31:47',''),(221,1,1,205,1,3312443390,'2013-12-09 11:31:07',''),(222,1,1,206,1,2000650818,'2013-12-09 13:07:21',''),(223,1,1,207,6,2000650818,'2013-12-09 13:09:04',''),(224,1,1,208,1,213240868,'2013-12-09 13:27:00','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=6&ved=0CHYQFjAF&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=wMSlUt2nHejO2AWSo4HYAg&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ'),(225,1,1,209,1,1123631683,'2013-12-09 14:04:31',''),(226,1,1,126,1,657285365,'2013-12-09 15:05:46',''),(227,1,1,210,1,1123633706,'2013-12-09 17:38:04',''),(228,1,1,213,1,35644208,'2013-12-09 20:35:58','https://www.google.co.uk/'),(229,1,1,214,1,1838766877,'2013-12-09 21:29:57',''),(230,1,1,134,1,2516508922,'2013-12-09 22:17:33','https://www.google.co.uk/'),(231,1,1,215,1,1123631683,'2013-12-09 23:30:39',''),(232,1,1,217,1,1168404422,'2013-12-10 01:54:23',''),(233,1,1,140,1,2344538688,'2013-12-10 03:40:45',''),(234,1,1,126,1,657294422,'2013-12-10 06:40:38',''),(235,1,1,218,1,1542483268,'2013-12-10 07:20:45',''),(236,1,1,219,1,1542483315,'2013-12-10 07:20:46',''),(237,1,1,220,1,1123631683,'2013-12-10 09:04:58',''),(238,1,1,159,1,1544770262,'2013-12-10 09:33:31',''),(239,1,1,223,1,1041806726,'2013-12-10 09:34:02',''),(240,1,1,126,1,657272932,'2013-12-10 10:58:32',''),(241,1,1,224,1,1566579013,'2013-12-10 11:13:00',''),(242,1,1,225,1,1123631683,'2013-12-10 11:14:46',''),(243,1,1,126,1,657273319,'2013-12-10 13:03:18',''),(244,1,1,159,1,1544770262,'2013-12-10 13:18:52',''),(245,1,1,227,1,1123631683,'2013-12-10 14:51:22',''),(246,1,1,229,1,1123631683,'2013-12-10 17:05:00',''),(247,1,1,231,1,3587042174,'2013-12-10 17:17:17','http://maps.google.co.uk/local_url?dq=tyres+blackburn&q=http://www.mstyresblackburn.co.uk/&ved=0CH0Q5AQ&sa=X&ei=jUynUpX5GoTu8APgqoGABA&s=ANYYN7lWEpl3HJFPkDzmBPu8ykTjIYWJVA'),(248,1,1,233,1,1123631683,'2013-12-10 17:53:21',''),(249,1,1,234,1,1123631683,'2013-12-10 21:01:08',''),(250,1,1,235,1,1123631683,'2013-12-10 22:56:42',''),(251,1,1,238,1,1123631683,'2013-12-11 04:48:25',''),(252,1,1,240,1,1542483278,'2013-12-11 06:16:30',''),(253,1,1,241,1,1542483295,'2013-12-11 06:16:31',''),(254,1,1,242,1,1123631683,'2013-12-11 10:41:38',''),(255,1,1,134,1,1603769369,'2013-12-11 11:34:20',''),(256,1,1,246,1,1041806727,'2013-12-11 13:36:24',''),(257,1,1,159,1,1544770262,'2013-12-11 13:38:17','https://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0CGsQFjAC&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=umqoUrPMJMKb0QWYsICQBw&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ'),(258,1,1,247,1,1123634371,'2013-12-11 14:23:26',''),(259,1,1,249,1,1123634371,'2013-12-11 16:31:31',''),(260,1,1,252,1,1123634371,'2013-12-11 17:13:14',''),(261,1,1,253,1,3429212575,'2013-12-11 19:01:08',''),(262,1,1,254,1,1123634371,'2013-12-11 19:48:40',''),(263,1,1,255,1,1123634371,'2013-12-11 21:37:04',''),(264,1,1,256,1,1603769369,'2013-12-11 21:49:18','http://www.bing.com/search?q=tyres+blackburn&form=IE10TR&src=IE10TR&pc=MALNJS'),(265,1,1,257,1,1838479937,'2013-12-11 22:13:01',''),(266,1,1,258,1,1123634371,'2013-12-11 22:22:29',''),(267,1,1,265,1,1123634371,'2013-12-11 23:04:48',''),(268,1,1,266,1,1123634371,'2013-12-11 23:39:21',''),(269,1,1,267,1,1123634371,'2013-12-12 00:13:54',''),(270,1,1,268,1,1123634371,'2013-12-12 00:48:26',''),(271,1,1,269,1,1123634371,'2013-12-12 01:22:59',''),(272,1,1,270,1,1123634371,'2013-12-12 01:57:32',''),(273,1,1,272,1,1123634371,'2013-12-12 02:32:05',''),(274,1,1,273,1,1123634371,'2013-12-12 03:06:37',''),(275,1,1,274,1,1123634371,'2013-12-12 03:41:10',''),(276,1,1,275,1,1123634371,'2013-12-12 05:39:27',''),(277,1,1,280,1,1123634371,'2013-12-12 06:17:28',''),(278,1,1,285,1,1542483299,'2013-12-12 06:50:52',''),(279,1,1,286,1,1542483325,'2013-12-12 06:50:53',''),(280,1,1,287,1,1123634371,'2013-12-12 06:55:31',''),(281,1,1,292,1,1123634371,'2013-12-12 07:33:35',''),(282,1,1,296,1,1123634371,'2013-12-12 08:04:01',''),(283,1,1,301,1,1123634371,'2013-12-12 08:41:54',''),(284,1,1,305,1,1123634371,'2013-12-12 09:12:21',''),(285,1,1,126,1,657262675,'2013-12-12 09:35:12',''),(286,1,1,310,1,1123634371,'2013-12-12 09:50:24',''),(287,1,1,126,1,657262675,'2013-12-12 10:10:51',''),(288,1,1,313,1,1123634371,'2013-12-12 10:36:05',''),(289,1,1,318,1,1123634371,'2013-12-12 11:14:09',''),(290,1,1,323,1,1123634371,'2013-12-12 11:52:12',''),(291,1,1,328,1,1123634371,'2013-12-12 12:30:17',''),(292,1,1,335,1,1123631683,'2013-12-12 12:53:07',''),(293,1,1,340,1,1123631683,'2013-12-12 13:31:11',''),(294,1,1,345,1,1123631683,'2013-12-12 14:09:15',''),(295,1,1,352,1,1123631683,'2013-12-12 14:47:18',''),(296,1,1,354,1,1041806727,'2013-12-12 14:58:04',''),(297,1,1,358,1,1123631683,'2013-12-12 15:25:22',''),(298,1,1,361,1,1123631683,'2013-12-12 15:58:23',''),(299,1,1,368,1,1123631683,'2013-12-12 16:30:12',''),(300,1,1,373,1,1123631683,'2013-12-12 17:08:15',''),(301,1,1,378,1,1123631683,'2013-12-12 17:46:19',''),(302,1,1,383,1,1123631683,'2013-12-12 18:24:22',''),(303,1,1,388,1,1123631683,'2013-12-12 19:02:25',''),(304,1,1,389,1,1247484634,'2013-12-12 19:42:27',''),(305,1,1,390,6,1247484634,'2013-12-12 19:42:28',''),(306,1,1,391,1,1247484634,'2013-12-12 19:42:30',''),(307,1,1,392,1,1247484634,'2013-12-12 19:42:31',''),(308,1,1,393,1,1247484634,'2013-12-12 19:42:32',''),(309,1,1,394,1,1247484634,'2013-12-12 19:42:33',''),(310,1,1,395,1,1247484634,'2013-12-12 19:42:34',''),(311,1,1,396,3,1247484634,'2013-12-12 19:42:35',''),(312,1,1,397,18,1247484634,'2013-12-12 19:42:36',''),(313,1,1,398,1,1247484634,'2013-12-12 19:42:38',''),(314,1,1,399,9,1247484634,'2013-12-12 19:42:39',''),(315,1,1,400,1,1247484634,'2013-12-12 19:42:40',''),(316,1,1,401,1,1247484634,'2013-12-12 19:42:41',''),(317,1,1,402,1,1247484634,'2013-12-12 19:42:42',''),(318,1,1,403,1,1247484634,'2013-12-12 19:42:43',''),(319,1,1,404,1,1247484634,'2013-12-12 19:42:44',''),(320,1,1,405,1,1247484634,'2013-12-12 19:42:46',''),(321,1,1,406,1,1247484634,'2013-12-12 19:42:47',''),(322,1,1,407,1,1247484634,'2013-12-12 19:42:48',''),(323,1,1,408,1,1247484634,'2013-12-12 19:42:49',''),(324,1,1,409,1,1247484634,'2013-12-12 19:42:50',''),(325,1,1,410,1,3589854125,'2013-12-12 21:21:55',''),(326,1,1,411,1,3589854125,'2013-12-12 21:21:56',''),(327,1,1,412,1,3589854125,'2013-12-12 21:21:57',''),(328,1,1,413,1,1123631683,'2013-12-12 21:41:19',''),(329,1,1,420,1,1170541890,'2013-12-12 22:12:47',''),(330,1,1,421,1,1123631683,'2013-12-12 22:13:59',''),(331,1,1,425,1,1123631683,'2013-12-12 22:44:26',''),(332,1,1,430,1,1123631683,'2013-12-12 23:22:30',''),(333,1,1,435,1,1123631683,'2013-12-13 00:00:34',''),(334,1,1,134,1,1603769369,'2013-12-13 00:07:04',''),(335,1,1,439,1,1123631683,'2013-12-13 00:31:01',''),(336,1,1,441,1,1123631683,'2013-12-13 01:57:18',''),(337,1,1,442,1,1123631683,'2013-12-13 03:35:27',''),(338,1,1,453,1,1123631683,'2013-12-13 04:11:19',''),(339,1,1,458,1,1123631683,'2013-12-13 04:49:23',''),(340,1,1,463,1,1123631683,'2013-12-13 05:27:26',''),(341,1,1,466,1,1123631683,'2013-12-13 09:07:07',''),(342,1,1,159,1,1544770262,'2013-12-13 09:36:57','https://www.google.co.uk/'),(343,1,1,469,1,1123631683,'2013-12-13 09:41:22',''),(344,1,1,474,1,1123631683,'2013-12-13 10:17:19',''),(345,1,1,479,1,1123631683,'2013-12-13 10:55:24',''),(346,1,1,126,1,657322670,'2013-12-13 11:26:03',''),(347,1,1,484,1,1123631683,'2013-12-13 11:33:29',''),(348,1,1,488,1,3353997265,'2013-12-13 11:56:45',''),(349,1,1,489,8,1156193706,'2013-12-13 11:56:45',''),(350,1,1,490,18,1156192223,'2013-12-13 11:56:45',''),(351,1,1,491,12,401592778,'2013-12-13 11:56:45',''),(352,1,1,492,1,1170541115,'2013-12-13 11:56:47',''),(353,1,1,493,27,1156192924,'2013-12-13 11:56:47',''),(354,1,1,494,4,1208521767,'2013-12-13 11:56:48',''),(355,1,1,495,3,1208522561,'2013-12-13 11:56:48',''),(356,1,1,496,13,3353997011,'2013-12-13 11:56:49',''),(357,1,1,497,28,1138227697,'2013-12-13 11:56:50',''),(358,1,1,498,1,1137334352,'2013-12-13 11:56:50',''),(359,1,1,499,9,1168281022,'2013-12-13 11:56:51',''),(360,1,1,500,10,1156190655,'2013-12-13 11:56:51',''),(361,1,1,501,11,3497332373,'2013-12-13 11:56:51',''),(362,1,1,502,1,2731925313,'2013-12-13 11:56:52',''),(363,1,1,503,5,1209283020,'2013-12-13 11:56:53',''),(364,1,1,504,15,1208527542,'2013-12-13 11:56:54',''),(365,1,1,505,14,1168284938,'2013-12-13 11:56:54',''),(366,1,1,506,6,3234329242,'2013-12-13 11:57:02',''),(367,1,1,507,25,1145335352,'2013-12-13 11:57:06',''),(368,1,1,509,1,1123631683,'2013-12-13 12:11:34',''),(369,1,1,513,1,3268218323,'2013-12-13 13:01:24','http://maps.google.co.uk/local_url?dq=Part+worn+tyres&q=http://www.mstyresblackburn.co.uk/&oi=miw&sa=X&ct=miw_link&cd=1&cad=homepage,cid:14846987743364526223&ei=HQWrUsCQN8mc8gOSgIGwBQ&s=ANYYN7nHrTm0LwEDdjElW7C359RfWa7KzA'),(370,1,1,514,1,1123631683,'2013-12-13 15:24:03',''),(371,1,1,521,1,1123631683,'2013-12-13 15:56:15',''),(372,1,1,525,1,1123631683,'2013-12-13 16:30:50',''),(373,1,1,526,1,3494953597,'2013-12-13 16:37:34',''),(374,1,1,530,1,1123631683,'2013-12-13 17:05:25',''),(375,1,1,534,1,1123631683,'2013-12-13 17:40:00',''),(376,1,1,134,1,1545014180,'2013-12-13 17:56:03',''),(377,1,1,539,1,1123631683,'2013-12-13 18:14:34',''),(378,1,1,134,1,1603769369,'2013-12-13 20:30:37',''),(379,1,1,543,1,1123631683,'2013-12-13 21:15:55',''),(380,1,1,552,1,1123631683,'2013-12-13 21:50:42',''),(381,1,1,555,1,1123631683,'2013-12-13 22:21:39',''),(382,1,1,134,1,2516508923,'2013-12-13 22:27:03',''),(383,1,1,558,1,1123631683,'2013-12-13 22:52:35',''),(384,1,1,561,1,1123631683,'2013-12-13 23:23:39',''),(385,1,1,564,1,1123631683,'2013-12-13 23:54:28',''),(386,1,1,565,1,1123631683,'2013-12-14 02:05:15',''),(387,1,1,566,1,1123631683,'2013-12-14 03:09:56',''),(388,1,1,571,1,1123631683,'2013-12-14 03:41:11',''),(389,1,1,574,1,1123631683,'2013-12-14 04:12:08',''),(390,1,1,577,1,1123631683,'2013-12-14 04:43:06',''),(391,1,1,580,1,1123631683,'2013-12-14 05:14:04',''),(392,1,1,583,1,1123631683,'2013-12-14 05:45:01',''),(393,1,1,587,1,1123631683,'2013-12-14 06:26:18',''),(394,1,1,590,1,1123631683,'2013-12-14 06:57:16',''),(395,1,1,593,1,1123631683,'2013-12-14 07:28:13',''),(396,1,1,140,1,2344510446,'2013-12-14 07:35:10',''),(397,1,1,596,1,1123631683,'2013-12-14 07:59:11',''),(398,1,1,599,1,1123631683,'2013-12-14 08:30:09',''),(399,1,1,602,1,1123631683,'2013-12-14 09:01:07',''),(400,1,1,603,1,1123631683,'2013-12-14 09:52:43',''),(401,1,1,606,1,1123631683,'2013-12-14 10:23:41',''),(402,1,1,609,1,1123631683,'2013-12-14 10:54:38',''),(403,1,1,612,1,1451396101,'2013-12-14 11:24:49','https://www.google.co.uk/'),(404,1,1,613,1,1123631683,'2013-12-14 11:25:36',''),(405,1,1,224,1,1566579013,'2013-12-14 11:41:17',''),(406,1,1,616,1,1123631683,'2013-12-14 11:56:34',''),(407,1,1,619,1,1123631683,'2013-12-14 12:27:32',''),(408,1,1,622,1,1123631683,'2013-12-14 12:58:29',''),(409,1,1,625,1,1123631683,'2013-12-14 13:29:27',''),(410,1,1,628,1,1123631683,'2013-12-14 14:00:25',''),(411,1,1,631,1,1123631683,'2013-12-14 14:31:23',''),(412,1,1,638,1,1123631683,'2013-12-14 15:11:21',''),(413,1,1,641,1,1123631683,'2013-12-14 15:42:19',''),(414,1,1,134,1,1545014180,'2013-12-14 15:51:37',''),(415,1,1,642,1,1041806727,'2013-12-14 15:52:08',''),(416,1,1,645,1,1123631683,'2013-12-14 16:13:17',''),(417,1,1,159,1,1545014180,'2013-12-14 16:17:23',''),(418,1,1,648,1,1123631683,'2013-12-14 16:44:14',''),(419,1,1,126,1,3065839641,'2013-12-14 17:05:25',''),(420,1,1,651,1,534679294,'2013-12-14 17:05:29',''),(421,1,1,652,1,1123631683,'2013-12-14 17:15:12',''),(422,1,1,655,1,1123631683,'2013-12-14 17:46:10',''),(423,1,1,159,1,1545014180,'2013-12-14 19:08:32',''),(424,1,1,656,29,1168280995,'2013-12-14 20:33:58',''),(425,1,1,657,17,1168284770,'2013-12-14 20:33:59',''),(426,1,1,658,16,1168283659,'2013-12-14 20:33:59',''),(427,1,1,659,1,1123631683,'2013-12-14 20:45:18',''),(428,1,1,134,1,1545014180,'2013-12-14 20:50:07',''),(429,1,1,664,1,1123631683,'2013-12-14 21:17:19',''),(430,1,1,667,1,1123631683,'2013-12-14 21:48:18',''),(431,1,1,670,1,1123631683,'2013-12-14 22:19:18',''),(432,1,1,673,1,1123631683,'2013-12-14 22:50:17',''),(433,1,1,676,1,1123631683,'2013-12-14 23:21:16',''),(434,1,1,679,1,1123631683,'2013-12-15 01:20:25',''),(435,1,1,680,3,401592622,'2013-12-15 02:34:30',''),(436,1,1,681,26,1156192253,'2013-12-15 02:34:30',''),(437,1,1,682,1,1123631683,'2013-12-15 02:36:11',''),(438,1,1,688,1,1123631683,'2013-12-15 03:12:21',''),(439,1,1,691,1,1123631683,'2013-12-15 03:43:18',''),(440,1,1,694,1,1123631683,'2013-12-15 04:14:17',''),(441,1,1,697,1,1123631683,'2013-12-15 04:45:14',''),(442,1,1,700,1,136562976,'2013-12-15 08:09:50',''),(443,1,1,701,1,1123631683,'2013-12-15 08:28:22',''),(444,1,1,709,1,1123631683,'2013-12-15 09:00:39',''),(445,1,1,713,1,1123631683,'2013-12-15 09:32:11',''),(446,1,1,714,1,1365580413,'2013-12-15 09:35:36','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CHYQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=3netUq6mDOiO7Abx2IDQDw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=TrxQnKDViKI9Rmr5rIrXWQ'),(447,1,1,718,1,1123631683,'2013-12-15 10:30:57',''),(448,1,1,720,1,48085325,'2013-12-15 10:55:40','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&sqi=2&ved=0CIgBEKACMAY&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=_YOtUtqpL5Sp7Aan2oDYDQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(449,1,1,721,1,1123631683,'2013-12-15 11:06:12',''),(450,1,1,140,1,2344510446,'2013-12-15 12:36:24',''),(451,1,1,723,1,1123631683,'2013-12-15 14:19:27',''),(452,1,1,731,1,1123631683,'2013-12-15 14:57:03',''),(453,1,1,734,1,1123631683,'2013-12-15 15:35:24',''),(454,1,1,737,1,1123631683,'2013-12-15 20:14:16',''),(455,1,1,743,3,1603769369,'2013-12-15 20:32:02',''),(456,1,1,745,1,1123631683,'2013-12-15 20:57:34',''),(457,1,1,749,31,1123631683,'2013-12-15 21:31:40',''),(458,1,1,134,1,1603769369,'2013-12-15 21:51:06',''),(459,1,1,134,1,1603769369,'2013-12-16 00:32:35','https://www.google.co.uk/'),(460,1,1,752,1,1123631683,'2013-12-16 02:05:20',''),(461,1,1,759,1,1123631683,'2013-12-16 02:49:15',''),(462,1,1,126,1,3065877590,'2013-12-16 04:18:16',''),(463,1,1,140,1,2344510446,'2013-12-16 05:30:19',''),(464,1,1,140,1,2344510446,'2013-12-16 06:09:24',''),(465,1,1,762,1,1123631683,'2013-12-16 07:58:22',''),(466,1,1,776,3,1123631683,'2013-12-16 08:29:42',''),(467,1,1,779,1,1041806727,'2013-12-16 08:56:27',''),(468,1,1,134,1,1545014180,'2013-12-16 09:01:47',''),(469,1,1,780,1,1123631683,'2013-12-16 09:10:32',''),(470,1,1,781,1,1377039773,'2013-12-16 10:51:18','http://www.google.co.uk/url?sa=t&rct=j&q=ms%20tyre%20blackburn&source=web&cd=1&ved=0CC8QFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=ItuuUvTwEYeq7QaLvIDADw&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.57967247,d.ZGU'),(471,1,1,134,1,1545014180,'2013-12-16 10:57:31',''),(472,1,1,782,1,1123631683,'2013-12-16 11:42:28',''),(473,1,1,134,1,1545014180,'2013-12-16 11:55:06','https://www.google.co.uk/'),(474,1,1,134,1,1545014180,'2013-12-16 12:33:31',''),(475,1,1,126,1,2006636370,'2013-12-16 12:38:08',''),(476,1,1,783,1,1123631105,'2013-12-16 13:51:58',''),(477,1,1,784,1,1123631111,'2013-12-16 13:52:44',''),(478,1,1,787,1,1123631111,'2013-12-16 14:33:38',''),(479,1,1,788,1,1545014180,'2013-12-16 14:41:58','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=4&sqi=2&ved=0CGcQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=MBGvUqjHF42qhAfOlIGwBQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.57967247,d.bGQ'),(480,1,1,790,1,1123631112,'2013-12-16 15:11:18',''),(481,1,1,791,1,1123631111,'2013-12-16 15:39:36',''),(482,1,1,792,1,1542483280,'2013-12-16 16:28:28',''),(483,1,1,793,1,1542483275,'2013-12-16 16:28:29',''),(484,1,1,794,1,3429212575,'2013-12-16 16:57:33',''),(485,1,1,140,1,2344509856,'2013-12-16 16:58:37',''),(486,1,1,795,1,3479603870,'2013-12-16 17:06:38',''),(487,1,1,134,1,1545014180,'2013-12-16 17:39:47',''),(488,1,1,796,1,1545014180,'2013-12-16 17:44:47','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=4&sqi=2&ved=0CGUQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=AjyvUr-VOMmnhAe54YGYAw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.57967247,d.d2k'),(489,1,1,134,1,1603769369,'2013-12-16 19:29:11',''),(490,1,1,797,1,1123631112,'2013-12-16 19:45:34',''),(491,1,1,798,1,1123631111,'2013-12-16 19:51:23',''),(492,1,1,801,40,1123631105,'2013-12-16 19:53:07',''),(493,1,1,805,1,1123631111,'2013-12-16 20:26:49',''),(494,1,1,806,1,1123631112,'2013-12-16 20:37:50',''),(495,1,1,134,1,1603769369,'2013-12-16 22:53:26',''),(496,1,1,808,1,1123631112,'2013-12-17 00:46:52',''),(497,1,1,809,1,1123631105,'2013-12-17 01:35:01',''),(498,1,1,810,1,1123631112,'2013-12-17 01:36:08',''),(499,1,1,813,1,1123631105,'2013-12-17 02:35:44',''),(500,1,1,814,1,1123631111,'2013-12-17 03:04:44',''),(501,1,1,815,1,1123631112,'2013-12-17 03:33:44',''),(502,1,1,126,1,3065829035,'2013-12-17 03:55:18',''),(503,1,1,126,1,3065829035,'2013-12-17 04:26:30',''),(504,1,1,816,1,1123631105,'2013-12-17 07:26:29',''),(505,1,1,818,1,1123631112,'2013-12-17 07:31:22',''),(506,1,1,134,1,1603769369,'2013-12-17 07:45:22',''),(507,1,1,134,1,1603769369,'2013-12-17 08:18:30',''),(508,1,1,820,1,1123631112,'2013-12-17 08:32:17',''),(509,1,1,821,1,1123631112,'2013-12-17 09:04:12',''),(510,1,1,822,1,1041806727,'2013-12-17 09:15:41',''),(511,1,1,823,1,1123631112,'2013-12-17 09:36:08',''),(512,1,1,824,22,1123631105,'2013-12-17 12:18:34',''),(513,1,1,825,1,1542483309,'2013-12-17 12:38:21',''),(514,1,1,826,1,1542483270,'2013-12-17 12:38:22',''),(515,1,1,743,1,1545013308,'2013-12-17 13:02:12','https://www.google.co.uk/'),(516,1,1,827,1,1123631111,'2013-12-17 13:16:42',''),(517,1,1,828,1,1123631112,'2013-12-17 13:17:19',''),(518,1,1,830,1,1123631112,'2013-12-17 14:11:32',''),(519,1,1,134,1,1545013308,'2013-12-17 14:54:00',''),(520,1,1,743,1,1545013308,'2013-12-17 17:32:47',''),(521,1,1,831,1,1123631105,'2013-12-17 19:08:18',''),(522,1,1,134,1,1603769369,'2013-12-17 19:49:18',''),(523,1,1,833,1,1123631111,'2013-12-18 00:31:28',''),(524,1,1,834,1,1123631112,'2013-12-18 00:42:14',''),(525,1,1,835,1,1968049426,'2013-12-18 00:48:51',''),(526,1,1,836,1,1123631105,'2013-12-18 01:01:04',''),(527,1,1,838,1,1332874659,'2013-12-18 04:19:56',''),(528,1,1,839,1,1123631111,'2013-12-18 06:50:21',''),(529,1,1,842,1,1123631112,'2013-12-18 07:01:21',''),(530,1,1,134,1,1603769369,'2013-12-18 08:05:17',''),(531,1,1,843,1,1123631111,'2013-12-18 08:53:27',''),(532,1,1,743,1,1545013308,'2013-12-18 08:54:17',''),(533,1,1,126,1,657304765,'2013-12-18 08:56:35',''),(534,1,1,844,1,1545013308,'2013-12-18 09:09:09',''),(535,1,1,126,1,657304765,'2013-12-18 09:43:30',''),(536,1,1,743,1,1545013308,'2013-12-18 09:52:59','https://www.google.co.uk/'),(537,1,1,845,1,1041806727,'2013-12-18 09:56:46',''),(538,1,1,846,1,1386427652,'2013-12-18 10:06:06','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CDwQFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=inOxUpvoIcLA7Aao64G4AQ&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.58187178,d.ZGU'),(539,1,1,134,1,2516508918,'2013-12-18 10:52:50',''),(540,1,1,847,18,1123631105,'2013-12-18 12:41:54',''),(541,1,1,848,1,1123631112,'2013-12-18 12:44:08',''),(542,1,1,852,44,1123631111,'2013-12-18 12:54:15',''),(543,1,1,743,1,1545013308,'2013-12-18 13:20:17','https://www.google.co.uk/'),(544,1,1,856,1,1123631112,'2013-12-18 13:51:20',''),(545,1,1,857,1,1123631105,'2013-12-18 14:01:21',''),(546,1,1,858,1,1123631112,'2013-12-18 18:33:53',''),(547,1,1,859,1,1123631105,'2013-12-18 18:34:21',''),(548,1,1,861,46,1123631111,'2013-12-18 18:41:38',''),(549,1,1,863,1,1123631105,'2013-12-18 19:10:10',''),(550,1,1,134,6,2516508918,'2013-12-18 19:19:21',''),(551,1,1,134,43,35474418,'2013-12-18 20:50:01',''),(552,1,1,864,10,1123631105,'2013-12-18 21:29:32',''),(553,1,1,865,1,1123631112,'2013-12-19 00:28:11',''),(554,1,1,866,1,1123631111,'2013-12-19 00:31:22',''),(555,1,1,867,1,1123631112,'2013-12-19 00:59:44',''),(556,1,1,868,1,1123631111,'2013-12-19 03:51:00',''),(557,1,1,869,21,1123631111,'2013-12-19 05:42:37',''),(558,1,1,870,1,1123631112,'2013-12-19 06:18:33',''),(559,1,1,872,1,1542483302,'2013-12-19 07:35:15',''),(560,1,1,873,1,1542483297,'2013-12-19 07:35:16',''),(561,1,1,134,43,35474418,'2013-12-19 07:47:19',''),(562,1,1,126,43,657278488,'2013-12-19 07:50:04',''),(563,1,1,126,1,657278488,'2013-12-19 09:18:16',''),(564,1,1,874,1,786803397,'2013-12-19 10:04:02',''),(565,1,1,126,1,657278488,'2013-12-19 10:13:06',''),(566,1,1,743,1,1545013308,'2013-12-19 10:26:35','https://www.google.co.uk/'),(567,1,1,875,1,1041806726,'2013-12-19 10:27:06',''),(568,1,1,876,1,1041806726,'2013-12-19 10:27:06',''),(569,1,1,743,10,1545013308,'2013-12-19 12:07:59','https://www.google.co.uk/'),(570,1,1,877,1,1123631105,'2013-12-19 12:10:29',''),(571,1,1,878,1,1123631111,'2013-12-19 12:10:38',''),(572,1,1,883,52,1123631112,'2013-12-19 12:16:20',''),(573,1,1,891,1,89211370,'2013-12-19 12:54:04','http://www.google.co.uk/search?q=ms+tyres+blackburn&ie=UTF-8&oe=UTF-8&hl=en&client=safari'),(574,1,1,134,43,1545013308,'2013-12-19 15:53:27',''),(575,1,1,892,1,1123633603,'2013-12-19 18:00:50',''),(576,1,1,134,1,35474418,'2013-12-19 18:25:23','https://www.google.co.uk/'),(577,1,1,134,1,35474418,'2013-12-19 19:13:24',''),(578,1,1,134,1,35474418,'2013-12-19 21:26:32','https://www.google.co.uk/'),(579,1,1,899,1,1545052921,'2013-12-19 23:43:42','http://www.google.co.uk/search?site=&source=hp&ei=noSzUuaRIaP1ygPb3YDwBw&q=ms+tyres+blackburn&oq=ms+tyres&gs_l=mobile-gws-hp.1.1.0l5.4878.7201.0.8668.9.9.0.3.3.0.587.2698.0j2j3j3j0j1.9.0....0...1c.1.32.mobile-gws-hp..0.9.1586.kYpMRMrSBQg&rlz=1Y1ECZH_enGB'),(580,1,1,900,1,1123633603,'2013-12-19 23:53:08',''),(581,1,1,902,1,1123633603,'2013-12-20 05:46:26',''),(582,1,1,134,49,35474418,'2013-12-20 07:53:14',''),(583,1,1,905,19,1123633603,'2013-12-20 10:41:11',''),(584,1,1,907,1,1123633603,'2013-12-20 11:37:35',''),(585,1,1,134,1,1545013308,'2013-12-20 15:21:26','https://www.google.co.uk/'),(586,1,1,909,1,1041806726,'2013-12-20 15:21:57',''),(587,1,1,910,1,1542483324,'2013-12-20 16:16:29',''),(588,1,1,911,1,1542483320,'2013-12-20 16:16:30',''),(589,1,1,912,1,3484848114,'2013-12-20 16:22:45',''),(590,1,1,743,1,1545013308,'2013-12-20 17:09:55',''),(591,1,1,913,1,1123631111,'2013-12-20 17:28:29',''),(592,1,1,914,1,1123631105,'2013-12-20 17:28:52',''),(593,1,1,915,30,1123631112,'2013-12-20 19:26:14',''),(594,1,1,1158,1,1545013308,'2013-12-20 19:27:58',''),(595,1,1,917,1,1123631111,'2013-12-20 23:21:01',''),(596,1,1,918,1,1123631105,'2013-12-20 23:22:24',''),(597,1,1,919,1,1123631105,'2013-12-21 05:11:02',''),(598,1,1,920,1,1123631111,'2013-12-21 05:11:50',''),(599,1,1,921,1,1123631105,'2013-12-21 07:42:16',''),(600,1,1,134,43,1603767127,'2013-12-21 08:35:19',''),(601,1,1,922,1,1123631112,'2013-12-21 11:02:42',''),(602,1,1,923,1,1123631105,'2013-12-21 11:02:44',''),(603,1,1,134,1,1545013308,'2013-12-21 12:36:30',''),(604,1,1,1158,1,1545013308,'2013-12-21 13:30:01','https://www.google.co.uk/'),(605,1,1,134,43,1545013308,'2013-12-21 15:48:31',''),(606,1,1,925,1,1041806727,'2013-12-21 15:49:01',''),(607,1,1,926,1,1123631105,'2013-12-21 16:55:26',''),(608,1,1,927,1,1123631112,'2013-12-21 17:01:23',''),(609,1,1,928,1,1546189158,'2013-12-21 18:34:04','http://www.google.com/m?hl=en&gl=gb&client=ms-android-h3g-gb&source=android-unknown&q=m+s+store+opening+times'),(610,1,1,929,30,1123631112,'2013-12-21 19:39:22',''),(611,1,1,930,1,1123634388,'2013-12-21 22:47:04',''),(612,1,1,931,1,1123631112,'2013-12-21 22:51:23',''),(613,1,1,932,1,2637636390,'2013-12-22 03:28:16',''),(614,1,1,933,1,1123634401,'2013-12-22 04:38:36',''),(615,1,1,934,1,1123631111,'2013-12-22 04:41:23',''),(616,1,1,935,1,1542483308,'2013-12-22 07:33:43',''),(617,1,1,936,1,1542483286,'2013-12-22 07:33:44',''),(618,1,1,134,1,1603767127,'2013-12-22 08:47:47','https://www.google.co.uk/'),(619,1,1,937,1,1123631112,'2013-12-22 10:29:47',''),(620,1,1,938,1,1123631105,'2013-12-22 10:31:22',''),(621,1,1,134,10,1603767127,'2013-12-22 12:53:50',''),(622,1,1,939,1,1123637443,'2013-12-22 13:17:04',''),(623,1,1,940,1,35466492,'2013-12-22 15:18:04','http://www.bing.com/search?q=tyars++blackburn+uk&form=QBRE&pc=APPL&pq=tyars+blackburn+uk&sc=&sp=-1&sk='),(624,1,1,941,1,1451329102,'2013-12-22 15:56:13',''),(625,1,1,942,1,1123631111,'2013-12-22 16:20:55',''),(626,1,1,943,1,1123634401,'2013-12-22 16:21:22',''),(627,1,1,944,1,1123631112,'2013-12-22 16:31:22',''),(628,1,1,945,1,1123637443,'2013-12-22 20:54:59',''),(629,1,1,134,1,1603768438,'2013-12-22 21:53:10','https://www.google.co.uk/'),(630,1,1,946,1,1123631105,'2013-12-22 22:12:09',''),(631,1,1,948,1,1123634404,'2013-12-22 22:21:29',''),(632,1,1,949,1,1123634408,'2013-12-23 04:02:29',''),(633,1,1,950,1,1123631105,'2013-12-23 04:03:21',''),(634,1,1,951,1,1123631112,'2013-12-23 04:11:22',''),(635,1,1,953,1,1123631111,'2013-12-23 04:51:59',''),(636,1,1,134,1,1603768438,'2013-12-23 07:47:25','https://www.google.co.uk/'),(637,1,1,955,1,1542483286,'2013-12-23 09:06:10',''),(638,1,1,956,1,1542483286,'2013-12-23 09:06:11',''),(639,1,1,957,16,1123631105,'2013-12-23 09:27:10',''),(640,1,1,958,1,1123631112,'2013-12-23 09:55:56',''),(641,1,1,959,1,1123634369,'2013-12-23 09:56:06',''),(642,1,1,961,1,1123631105,'2013-12-23 10:01:38',''),(643,1,1,962,1,1123631105,'2013-12-23 10:51:15',''),(644,1,1,963,1,1123634382,'2013-12-23 11:17:52',''),(645,1,1,964,43,2000650818,'2013-12-23 11:18:11',''),(646,1,1,965,1,1345057079,'2013-12-23 12:11:42','https://www.google.co.uk/'),(647,1,1,134,1,1545013308,'2013-12-23 12:12:14','https://www.google.co.uk/'),(648,1,1,966,1,1041806726,'2013-12-23 12:12:45',''),(649,1,1,967,1,1123631111,'2013-12-23 15:48:38',''),(650,1,1,968,1,1123631112,'2013-12-23 15:51:23',''),(651,1,1,134,1,1545013308,'2013-12-23 16:16:39','https://www.google.co.uk/'),(652,1,1,970,1,1123631112,'2013-12-23 16:44:35',''),(653,1,1,971,1,1123631111,'2013-12-23 17:11:13',''),(654,1,1,973,1,1123631112,'2013-12-23 17:37:53',''),(655,1,1,974,1,1123631105,'2013-12-23 21:04:03',''),(656,1,1,134,43,1365319477,'2013-12-23 21:13:59',''),(657,1,1,975,1,1123631112,'2013-12-23 21:38:37',''),(658,1,1,976,1,1123631105,'2013-12-23 21:39:12',''),(659,1,1,977,1,1123631111,'2013-12-23 21:41:23',''),(660,1,1,979,1,1123631105,'2013-12-23 22:29:10',''),(661,1,1,980,1,1123631111,'2013-12-24 01:58:45',''),(662,1,1,981,1,1123631112,'2013-12-24 03:29:00',''),(663,1,1,982,1,1123631105,'2013-12-24 03:31:23',''),(664,1,1,983,1,1123631111,'2013-12-24 03:49:28',''),(665,1,1,984,1,1123631105,'2013-12-24 04:14:02',''),(666,1,1,986,1,1123631111,'2013-12-24 05:03:08',''),(667,1,1,987,30,1123634385,'2013-12-24 05:16:10',''),(668,1,1,989,1,1123631111,'2013-12-24 08:23:09',''),(669,1,1,990,1,1123634405,'2013-12-24 09:22:02',''),(670,1,1,991,1,1123631105,'2013-12-24 09:22:31',''),(671,1,1,994,1,1123631112,'2013-12-24 10:15:47',''),(672,1,1,995,1,1123631111,'2013-12-24 10:42:27',''),(673,1,1,134,1,1603768438,'2013-12-24 12:49:19','https://www.google.co.uk/'),(674,1,1,134,1,1603768438,'2013-12-24 13:27:22','https://www.google.co.uk/'),(675,1,1,996,1,1123633603,'2013-12-24 15:12:52',''),(676,1,1,999,1,1542483276,'2013-12-24 15:15:59',''),(677,1,1,1000,1,1542483294,'2013-12-24 15:16:00',''),(678,1,1,134,1,1365319477,'2013-12-24 16:49:05','https://www.google.co.uk/'),(679,1,1,1002,1,1123633603,'2013-12-24 21:03:25',''),(680,1,1,256,1,1603768438,'2013-12-24 21:03:45','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=14&sqi=2&ved=0CLoBEBYwDQ&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=WPa5UpvZB4mShQesloCQBA&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.58187178,d.d2k'),(681,1,1,1006,1,1332900284,'2013-12-24 22:08:59',''),(682,1,1,1007,1,1344982394,'2013-12-24 23:56:15',''),(683,1,1,1008,1,1041806726,'2013-12-24 23:57:52',''),(684,1,1,1009,1,1123633603,'2013-12-25 02:55:57',''),(685,1,1,1013,27,1123633603,'2013-12-25 07:37:32',''),(686,1,1,1015,1,1123633603,'2013-12-25 08:19:49',''),(687,1,1,134,1,1603768438,'2013-12-25 08:49:13',''),(688,1,1,1019,1,1123633603,'2013-12-25 08:51:22',''),(689,1,1,1021,1,1123633603,'2013-12-25 09:33:14',''),(690,1,1,1022,1,1123633603,'2013-12-25 10:50:23',''),(691,1,1,1023,1,1377039679,'2013-12-25 11:01:42','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&sqi=2&ved=0CHYQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=2Lq6Ut_3JOS47Aa4j4DgCA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=n5o0qDIZQe-8fLmKdAwntA'),(692,1,1,1025,1,1542483319,'2013-12-25 12:09:47',''),(693,1,1,1026,1,1542483302,'2013-12-25 12:09:48',''),(694,1,1,1027,9,1123633603,'2013-12-25 12:51:14',''),(695,1,1,134,1,1603768438,'2013-12-25 13:05:56','https://www.google.co.uk/'),(696,1,1,1028,14,1123633603,'2013-12-25 13:47:48',''),(697,1,1,1029,1,1123633603,'2013-12-25 14:33:29',''),(698,1,1,134,43,1603768438,'2013-12-25 15:04:55',''),(699,1,1,1037,1,1123633603,'2013-12-25 15:30:11',''),(700,1,1,1039,30,1123633603,'2013-12-25 16:45:15',''),(701,1,1,1040,30,1123633603,'2013-12-25 18:06:38',''),(702,1,1,1041,1,1123633603,'2013-12-25 20:29:01',''),(703,1,1,1042,1,1123633603,'2013-12-25 21:41:23',''),(704,1,1,1045,1,1123633603,'2013-12-26 02:22:40',''),(705,1,1,1050,1,3589854125,'2013-12-26 04:54:08',''),(706,1,1,1051,1,3589854125,'2013-12-26 04:54:09',''),(707,1,1,1052,1,3589854125,'2013-12-26 04:54:10',''),(708,1,1,1053,1,1123633603,'2013-12-26 08:14:22',''),(709,1,1,134,1,1603768438,'2013-12-26 08:56:32','https://www.google.co.uk/'),(710,1,1,1056,1,1123633603,'2013-12-26 08:59:31',''),(711,1,1,1057,10,1123633603,'2013-12-26 12:33:17',''),(712,1,1,1059,1,1123633603,'2013-12-26 13:56:21',''),(713,1,1,134,43,1603768438,'2013-12-26 14:28:01',''),(714,1,1,134,1,1603768438,'2013-12-26 15:13:11','https://www.google.co.uk/'),(715,1,1,1062,1,1123633603,'2013-12-26 15:17:18',''),(716,1,1,1063,1,1542483268,'2013-12-26 16:14:19',''),(717,1,1,1064,1,1542483271,'2013-12-26 16:14:21',''),(718,1,1,1065,1,1123633603,'2013-12-26 16:21:12',''),(719,1,1,134,1,1603768438,'2013-12-26 16:23:32','https://www.google.co.uk/'),(720,1,1,1066,1,1123633603,'2013-12-26 17:16:35',''),(721,1,1,1068,1,1123633603,'2013-12-26 18:16:14',''),(722,1,1,1069,28,1123633603,'2013-12-26 19:11:39',''),(723,1,1,1071,9,1123633603,'2013-12-26 19:54:13',''),(724,1,1,1076,14,1123633603,'2013-12-26 21:08:47',''),(725,1,1,1078,1,1377523695,'2013-12-26 21:45:01','https://www.google.co.uk/'),(726,1,1,1079,15,1123633603,'2013-12-26 22:14:49',''),(727,1,1,1080,6,1123633603,'2013-12-26 23:08:04',''),(728,1,1,1081,1,1123633603,'2013-12-27 00:42:42',''),(729,1,1,1082,1,1123633603,'2013-12-27 01:50:37',''),(730,1,1,1085,1,1377537470,'2013-12-27 02:44:13','https://www.google.co.uk/'),(731,1,1,1086,1,1123633603,'2013-12-27 02:46:09',''),(732,1,1,1087,1,2637635640,'2013-12-27 03:51:33',''),(733,1,1,1088,1,1123633603,'2013-12-27 07:43:55',''),(734,1,1,134,1,1545013308,'2013-12-27 09:14:41',''),(735,1,1,1092,1,1041806727,'2013-12-27 09:15:13',''),(736,1,1,1158,43,1545013308,'2013-12-27 10:56:23',''),(737,1,1,1093,6,2457380377,'2013-12-27 11:52:56',''),(738,1,1,1094,1,1542483313,'2013-12-27 13:05:53',''),(739,1,1,1095,1,1542483306,'2013-12-27 13:05:54',''),(740,1,1,1096,1,1123633603,'2013-12-27 13:36:58',''),(741,1,1,1098,1,657325297,'2013-12-27 14:21:33',''),(742,1,1,1099,6,1123633603,'2013-12-27 14:27:01',''),(743,1,1,1101,1,1311641752,'2013-12-27 14:55:54',''),(744,1,1,1102,1,1123633603,'2013-12-27 15:05:41',''),(745,1,1,134,1,1545013308,'2013-12-27 17:17:49','https://www.google.co.uk/'),(746,1,1,1104,1,1123633603,'2013-12-27 19:29:20',''),(747,1,1,1108,1,3328479324,'2013-12-27 22:32:00',''),(748,1,1,1109,1,1123633603,'2013-12-28 01:21:05',''),(749,1,1,134,1,1603769440,'2013-12-28 01:21:49',''),(750,1,1,1113,1,1545049423,'2013-12-28 02:40:27','https://www.google.co.uk/'),(751,1,1,1114,1,1123633603,'2013-12-28 07:14:12',''),(752,1,1,1118,10,1123633603,'2013-12-28 08:53:01',''),(753,1,1,1119,1,1542483325,'2013-12-28 10:21:29',''),(754,1,1,1120,1,1542483300,'2013-12-28 10:21:30',''),(755,1,1,1121,1,1577887899,'2013-12-28 11:32:09','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=8&ved=0CGsQoAIwBw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=jra-UrnqFYiThgebyoGoBA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.58187178,d.ZG4'),(756,1,1,134,1,1545013308,'2013-12-28 11:48:37',''),(757,1,1,1122,1,1041806727,'2013-12-28 11:49:08',''),(758,1,1,1123,1,1123633603,'2013-12-28 12:04:25',''),(759,1,1,1124,1,1123633603,'2013-12-28 12:38:34',''),(760,1,1,1127,9,2637635694,'2013-12-28 13:13:49',''),(761,1,1,1128,30,1123633603,'2013-12-28 14:13:15',''),(762,1,1,1098,1,657291659,'2013-12-28 14:23:12',''),(763,1,1,134,43,1545013308,'2013-12-28 14:27:48',''),(764,1,1,1158,43,1545013308,'2013-12-28 14:30:13',''),(765,1,1,1129,1,534679027,'2013-12-28 14:36:15',''),(766,1,1,1130,1,657291659,'2013-12-28 14:36:16',''),(767,1,1,1132,27,1123633603,'2013-12-28 14:48:48',''),(768,1,1,1133,28,1123633603,'2013-12-28 15:33:14',''),(769,1,1,1134,1,1545013308,'2013-12-28 15:57:56','http://search.snapdo.com/?category=Web&st=hp&q=ms+tyres+blackburn%23'),(770,1,1,1158,1,1545013308,'2013-12-28 16:06:08','https://www.google.co.uk/'),(771,1,1,1136,3,2637636447,'2013-12-28 16:37:03',''),(772,1,1,1137,1,1123633603,'2013-12-28 17:10:18',''),(773,1,1,1139,15,1123633603,'2013-12-28 18:31:46',''),(774,1,1,1144,1,1123633603,'2013-12-28 19:20:40',''),(775,1,1,1146,6,1123633603,'2013-12-28 20:24:22',''),(776,1,1,134,1,1603769440,'2013-12-28 21:58:44',''),(777,1,1,134,1,1603769440,'2013-12-28 22:31:39',''),(778,1,1,1147,18,2637716818,'2013-12-28 23:39:27',''),(779,1,1,1148,1,1123633603,'2013-12-29 00:47:27',''),(780,1,1,134,43,1603769440,'2013-12-29 01:08:35',''),(781,1,1,1152,30,1123633603,'2013-12-29 05:16:41',''),(782,1,1,1153,1,1123633603,'2013-12-29 06:39:46',''),(783,1,1,1156,1,1123633603,'2013-12-29 07:37:26',''),(784,1,1,1157,1,35293329,'2013-12-29 10:49:19','http://www.google.co.uk/search?q=m+s+tyres&ie=UTF-8&oe=UTF-8&hl=en&client=safari'),(785,1,1,134,1,1603769440,'2013-12-29 11:52:57','https://www.google.co.uk/'),(786,1,1,1158,1,1603769440,'2013-12-29 12:17:05','https://www.google.co.uk/'),(787,1,1,1159,1,1123633603,'2013-12-29 12:31:20',''),(788,1,1,1162,1,1542483294,'2013-12-29 13:02:46',''),(789,1,1,1163,1,1542483283,'2013-12-29 13:02:47',''),(790,1,1,1164,1,1968049426,'2013-12-29 14:08:06',''),(791,1,1,1165,1,1041806726,'2013-12-29 16:54:32',''),(792,1,1,1166,30,1123633603,'2013-12-29 18:06:16',''),(793,1,1,1170,1,2455418891,'2013-12-29 19:17:55','http://www.google.co.uk/search?site=&source=hp&ei=UnXAUpPVFbCIyAORsYHQDA&q=ms+tyres+blackburn&oq=Ms+tyres&gs_l=mobile-gws-hp.1.1.0l5.2341.5402.0.7354.9.9.0.2.2.1.390.2462.2-8j1.9.0....0...1c.1.32.mobile-gws-hp..1.8.1706.ghQo9KH_olI'),(794,1,1,1171,1,1546189080,'2013-12-29 19:58:11',''),(795,1,1,1172,1,1384440198,'2013-12-29 20:09:34','https://www.google.co.uk/'),(796,1,1,1172,1,1545061093,'2013-12-29 20:56:25',''),(797,1,1,1173,1,1545061093,'2013-12-29 21:20:39','https://www.google.co.uk/'),(798,1,1,1174,1,1123633603,'2013-12-29 21:30:37',''),(799,1,1,1175,1,3485301037,'2013-12-29 22:46:13',''),(800,1,1,1176,1,1123633603,'2013-12-30 00:15:55',''),(801,1,1,1180,1,1123633603,'2013-12-30 06:09:33',''),(802,1,1,1183,9,1123633603,'2013-12-30 09:19:19',''),(803,1,1,1184,6,2637636267,'2013-12-30 10:53:49',''),(804,1,1,1185,1,1123633603,'2013-12-30 11:59:50',''),(805,1,1,1188,1,1376856319,'2013-12-30 12:40:29',''),(806,1,1,1189,1,1542483319,'2013-12-30 13:14:13',''),(807,1,1,1190,1,1542483304,'2013-12-30 13:14:14',''),(808,1,1,1191,30,1123633603,'2013-12-30 14:13:47',''),(809,1,1,1158,1,1545013308,'2013-12-30 16:17:25','https://www.google.co.uk/'),(810,1,1,1192,1,1123633603,'2013-12-30 16:29:44',''),(811,1,1,1193,1,1123633603,'2013-12-30 17:51:30',''),(812,1,1,1195,1,1041806727,'2013-12-30 18:19:18',''),(813,1,1,1196,1,1123633603,'2013-12-30 18:31:58',''),(814,1,1,1197,1,1123633603,'2013-12-30 19:03:59',''),(815,1,1,1198,1,1123633603,'2013-12-30 22:20:38',''),(816,1,1,1199,1,1123633603,'2013-12-30 23:42:40',''),(817,1,1,1202,47,2455418891,'2013-12-31 02:46:42',''),(818,1,1,1203,1,1123633603,'2013-12-31 05:35:50',''),(819,1,1,1206,1,3266341252,'2013-12-31 07:35:01','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=5&ved=0CFcQoAIwBA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=l3PCUpHxOqvH7AaM34G4Bg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(820,1,1,1207,30,1123633603,'2013-12-31 08:18:38',''),(821,1,1,1208,15,1123633603,'2013-12-31 09:01:11',''),(822,1,1,1158,1,1545013308,'2013-12-31 09:08:40','https://www.google.co.uk/'),(823,1,1,1209,1,1377169389,'2013-12-31 11:25:10','http://www.google.co.uk/url?sa=t&rct=j&q=tyres-blackburn&source=web&cd=4&ved=0CF8QoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=h6nCUtSfOI-rhAeK9ICABg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=RzD9ucBcDZ_ICeCCkLbZng&bvm=bv.58187178,d.ZG4'),(824,1,1,1210,1,1123633603,'2013-12-31 11:26:25',''),(825,1,1,1213,30,1123633603,'2013-12-31 11:59:03',''),(826,1,1,1214,1,1542483311,'2013-12-31 11:59:44',''),(827,1,1,1215,1,1542483308,'2013-12-31 11:59:45',''),(828,1,1,1216,1,1123633603,'2013-12-31 13:18:21',''),(829,1,1,1098,1,657324368,'2013-12-31 13:56:54',''),(830,1,1,1217,30,1123633603,'2013-12-31 14:45:33',''),(831,1,1,1218,16,1123633603,'2013-12-31 16:22:48',''),(832,1,1,1230,1,1123633603,'2013-12-31 17:18:16',''),(833,1,1,1232,1,1123633603,'2013-12-31 20:14:15',''),(834,1,1,1233,1,1123633603,'2013-12-31 23:10:55',''),(835,1,1,1158,1,1603766624,'2013-12-31 23:29:28',''),(836,1,1,1235,1,2637636267,'2014-01-01 03:48:18',''),(837,1,1,1236,1,1123633603,'2014-01-01 05:03:46',''),(838,1,1,1238,1,1123633603,'2014-01-01 08:31:23',''),(839,1,1,1239,1,1123633603,'2014-01-01 10:56:12',''),(840,1,1,1241,1,1542483326,'2014-01-01 13:12:52',''),(841,1,1,1242,1,1542483284,'2014-01-01 13:12:53',''),(842,1,1,1158,1,1603766624,'2014-01-01 16:04:04',''),(843,1,1,1243,1,1123633603,'2014-01-01 16:48:37',''),(844,1,1,1246,16,1123633603,'2014-01-01 18:11:39',''),(845,1,1,1247,59,1123633603,'2014-01-01 19:08:48',''),(846,1,1,1248,30,1123633603,'2014-01-01 20:08:48',''),(847,1,1,1249,1,1123633603,'2014-01-01 22:39:06',''),(848,1,1,1251,1,1123633603,'2014-01-02 04:32:10',''),(849,1,1,1253,30,1123633603,'2014-01-02 08:00:33',''),(850,1,1,1158,43,1545013308,'2014-01-02 08:59:53',''),(851,1,1,1254,1,1041806726,'2014-01-02 09:00:24',''),(852,1,1,1255,1,525198524,'2014-01-02 09:24:37','http://www.google.co.uk/search?hl=en-GB&redir_esc=&client=ms-android-sonyericsson&source=android-launcher-widget&v=133247963&qsubts=1388654335990&q=cheap+tyres+Blackburn&v=133247963'),(853,1,1,1256,1,1542483324,'2014-01-02 10:14:45',''),(854,1,1,1257,1,1542483282,'2014-01-02 10:14:46',''),(855,1,1,1258,1,1123633603,'2014-01-02 10:21:15',''),(856,1,1,1260,1,1358861220,'2014-01-02 10:27:26','http://www.google.co.uk/url?sa=t&rct=j&q=tyres%20blakburn&source=web&cd=4&ved=0CG8QoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=8j7FUtS9AcaS7Aa1sYH4Dw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.58187178,d.ZG4'),(857,1,1,1261,18,1112377497,'2014-01-02 13:28:12',''),(858,1,1,1262,1,1123631105,'2014-01-02 14:19:34',''),(859,1,1,1263,1,1123631112,'2014-01-02 16:13:19',''),(860,1,1,1264,1,1123631111,'2014-01-02 16:14:45',''),(861,1,1,1265,30,1123631111,'2014-01-02 19:05:39',''),(862,1,1,1266,1,1123631105,'2014-01-02 19:54:47',''),(863,1,1,1267,1,1123631105,'2014-01-02 22:05:03',''),(864,1,1,1158,43,1603766624,'2014-01-02 22:57:13',''),(865,1,1,1269,30,1123631105,'2014-01-03 02:28:35',''),(866,1,1,1270,58,1123631105,'2014-01-03 03:27:30',''),(867,1,1,1271,1,1123634382,'2014-01-03 03:56:33',''),(868,1,1,1272,1,1123631111,'2014-01-03 04:01:25',''),(869,1,1,1273,59,1123631111,'2014-01-03 05:01:19',''),(870,1,1,1274,16,1123631105,'2014-01-03 05:55:51',''),(871,1,1,1275,10,1123631105,'2014-01-03 06:49:45',''),(872,1,1,1276,1,1123631112,'2014-01-03 08:19:31',''),(873,1,1,1277,28,1123631105,'2014-01-03 08:21:41',''),(874,1,1,1279,1,1123631112,'2014-01-03 08:58:47',''),(875,1,1,1280,27,1123631111,'2014-01-03 09:00:57',''),(876,1,1,1281,1,1123631112,'2014-01-03 09:47:26',''),(877,1,1,1283,1,1377273798,'2014-01-03 09:50:28',''),(878,1,1,1284,9,1123631111,'2014-01-03 10:01:54',''),(879,1,1,1285,1,1123631105,'2014-01-03 10:04:05',''),(880,1,1,1286,1,1542483306,'2014-01-03 10:09:31',''),(881,1,1,1287,1,1542483324,'2014-01-03 10:09:32',''),(882,1,1,1288,14,1123631105,'2014-01-03 11:05:29',''),(883,1,1,1289,16,1123631112,'2014-01-03 11:16:24',''),(884,1,1,1158,1,1545013308,'2014-01-03 11:51:19','https://www.google.co.uk/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&docid=76od7TQwqCBvVM&tbnid=gAPSqft-j7MnZM:&ved=0CAEQjxw&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=M6TGUvyoEsPA0QWJ84DgDg&psig=AFQjCNGt6D6ZAeI_ZMRQm_VYVtOHYpV_Mw&ust=1388835976760974'),(885,1,1,1291,1,1041806727,'2014-01-03 11:51:51',''),(886,1,1,1292,6,1123634405,'2014-01-03 12:08:45',''),(887,1,1,1293,30,1123633603,'2014-01-03 13:52:37',''),(888,1,1,1294,1,3328479324,'2014-01-03 13:58:24',''),(889,1,1,1295,1,1041853896,'2014-01-03 14:37:00','http://www.google.co.uk/search?hl=en-GB&source=hp&q=m+s+tyres+blackburn&gbv=2'),(890,1,1,1296,15,1123633603,'2014-01-03 14:41:29',''),(891,1,1,1297,1,1123633603,'2014-01-03 15:38:52',''),(892,1,1,1158,1,1545013308,'2014-01-03 16:02:07',''),(893,1,1,1300,29,2637751738,'2014-01-03 16:25:15',''),(894,1,1,1301,27,1123633603,'2014-01-03 17:27:18',''),(895,1,1,1302,9,1123633603,'2014-01-03 18:15:18',''),(896,1,1,1304,14,1123633603,'2014-01-03 19:22:57',''),(897,1,1,1306,1,1123633603,'2014-01-03 20:30:42',''),(898,1,1,1307,1,1123633603,'2014-01-03 21:28:23',''),(899,1,1,1308,1,1123633603,'2014-01-03 22:35:13',''),(900,1,1,1309,15,1123633603,'2014-01-04 00:37:35',''),(901,1,1,1317,27,1626097263,'2014-01-04 01:13:45','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CDIQFjAB&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D10%26controller%3Dproduct%26id_lang%3D1&ei=QWDHUvGrEMXjoAT33IKQBQ&usg=AFQjCNGreHl5U1XTn2WoFHsHcUa4oKsimA&b'),(902,1,1,1318,27,2637635691,'2014-01-04 01:26:51',''),(903,1,1,1319,1,1123633603,'2014-01-04 03:19:27',''),(904,1,1,1321,1,1542483326,'2014-01-04 07:04:37',''),(905,1,1,1322,1,1542483309,'2014-01-04 07:04:38',''),(906,1,1,1323,1,1123633603,'2014-01-04 09:12:12',''),(907,1,1,1324,1,1123633603,'2014-01-04 15:02:05',''),(908,1,1,1326,51,2637636274,'2014-01-04 16:15:40',''),(909,1,1,1327,26,2637635623,'2014-01-04 16:28:06',''),(910,1,1,1328,57,2637716631,'2014-01-04 17:29:53',''),(911,1,1,1329,43,2637636660,'2014-01-04 20:52:19',''),(912,1,1,1330,1,1123633603,'2014-01-04 20:54:24',''),(913,1,1,1332,1,1123633603,'2014-01-04 21:32:08',''),(914,1,1,1333,55,2637636395,'2014-01-04 21:54:32',''),(915,1,1,1334,41,2637636395,'2014-01-04 23:01:52',''),(916,1,1,1335,56,2637636395,'2014-01-05 00:57:09',''),(917,1,1,1336,30,1123633603,'2014-01-05 02:18:37',''),(918,1,1,1338,1,1123633603,'2014-01-05 02:51:22',''),(919,1,1,1339,14,2637636395,'2014-01-05 03:54:21',''),(920,1,1,1340,50,2637751797,'2014-01-05 04:01:07',''),(921,1,1,1341,1,1542483275,'2014-01-05 05:37:44',''),(922,1,1,1342,1,1542483310,'2014-01-05 05:37:45',''),(923,1,1,1343,1,1123633603,'2014-01-05 06:19:42',''),(924,1,1,1345,1,1123633603,'2014-01-05 07:18:58',''),(925,1,1,1346,26,1094129910,'2014-01-05 07:22:21',''),(926,1,1,1347,38,1094129910,'2014-01-05 07:22:23',''),(927,1,1,1348,1,1123633603,'2014-01-05 08:38:20',''),(928,1,1,1350,43,3065868172,'2014-01-05 09:25:07',''),(929,1,1,1098,1,657313888,'2014-01-05 09:25:55',''),(930,1,1,1351,26,1094137831,'2014-01-05 11:31:47',''),(931,1,1,1352,31,2637635633,'2014-01-05 13:33:18',''),(932,1,1,1353,26,2637635633,'2014-01-05 13:47:29',''),(933,1,1,1354,1,1123631683,'2014-01-05 14:30:42',''),(934,1,1,1355,1,1123634799,'2014-01-05 14:32:19',''),(935,1,1,1357,28,2637636271,'2014-01-05 15:43:22',''),(936,1,1,1358,1,1123634799,'2014-01-05 17:25:35',''),(937,1,1,1359,1,47981202,'2014-01-05 18:08:28','https://www.google.co.uk/'),(938,1,1,1360,1,1123634799,'2014-01-05 20:18:50',''),(939,1,1,1363,1,3227716498,'2014-01-05 21:23:04',''),(940,1,1,1364,1,1123634799,'2014-01-06 02:14:13',''),(941,1,1,1365,1,1123634799,'2014-01-06 02:58:47',''),(942,1,1,1366,30,1123634799,'2014-01-06 03:46:32',''),(943,1,1,1367,31,2637635633,'2014-01-06 07:47:31',''),(944,1,1,1368,1,1123634799,'2014-01-06 08:06:32',''),(945,1,1,1370,1,3581540258,'2014-01-06 10:19:06','http://maps.google.co.uk/local_url?dq=tyres&q=http://www.mstyresblackburn.co.uk/&ved=0CJoBEOQE&sa=X&ei=fILKUsbEKcaN8QPBy4GwBA&s=ANYYN7lNWTGoCeB9AlLTheeiy0fy9HBmSQ'),(946,1,1,1098,1,657311110,'2014-01-06 11:23:43',''),(947,1,1,1371,1,1123633603,'2014-01-06 13:56:21',''),(948,1,1,1373,1,2637635917,'2014-01-06 14:47:41',''),(949,1,1,1374,1,1542483292,'2014-01-06 17:39:58',''),(950,1,1,1375,1,1542483275,'2014-01-06 17:39:59',''),(951,1,1,1376,1,1123633603,'2014-01-06 19:48:33',''),(952,1,1,1378,30,1123633603,'2014-01-06 22:49:09',''),(953,1,1,1379,46,2637636054,'2014-01-06 22:50:42',''),(954,1,1,1380,1,1123633603,'2014-01-07 01:40:16',''),(955,1,1,1382,1,1123633603,'2014-01-07 04:49:04',''),(956,1,1,1383,1,1123633603,'2014-01-07 06:46:49',''),(957,1,1,1384,1,1123633603,'2014-01-07 07:32:10',''),(958,1,1,1386,1,2916128506,'2014-01-07 11:45:08',''),(959,1,1,1387,1,1041806727,'2014-01-07 12:32:01',''),(960,1,1,1388,1,1041806727,'2014-01-07 12:32:02',''),(961,1,1,1098,1,657322884,'2014-01-07 12:41:56',''),(962,1,1,1389,1,534679027,'2014-01-07 12:42:12',''),(963,1,1,1390,1,1123633603,'2014-01-07 13:24:12',''),(964,1,1,1392,3,2637716655,'2014-01-07 14:53:29',''),(965,1,1,1393,1,1542483278,'2014-01-07 15:31:11',''),(966,1,1,1394,1,1542483308,'2014-01-07 15:31:13',''),(967,1,1,1395,1,1838481691,'2014-01-07 16:12:08','https://www.google.co.uk/'),(968,1,1,1396,1,1838228005,'2014-01-07 16:27:03','http://www.bing.com/local/details.aspx?lid=YN1000x261130585&qt=yp&what=ms+tyres&where=Blackburn%2c+Blackburn+with+Darwen&s_cid=ansPhBkYp02&mkt=en-GB&qpvt=ms+tyres+blackburn&FORM=LARE'),(969,1,1,1397,48,3340638941,'2014-01-07 17:52:03',''),(970,1,1,1398,1,1123633603,'2014-01-07 19:17:00',''),(971,1,1,1400,6,3423402994,'2014-01-08 01:00:41',''),(972,1,1,1401,1,3423402994,'2014-01-08 01:00:43',''),(973,1,1,1402,1,3423402994,'2014-01-08 01:00:46',''),(974,1,1,1403,1,3423402994,'2014-01-08 01:00:50',''),(975,1,1,1404,1,3423402994,'2014-01-08 01:00:52',''),(976,1,1,1405,1,3423402994,'2014-01-08 01:00:55',''),(977,1,1,1406,1,3423402994,'2014-01-08 01:00:58',''),(978,1,1,1407,1,3423402994,'2014-01-08 01:01:01',''),(979,1,1,1408,9,3423402994,'2014-01-08 01:01:04',''),(980,1,1,1409,3,3423402994,'2014-01-08 01:01:08',''),(981,1,1,1410,18,3423402994,'2014-01-08 01:01:11',''),(982,1,1,1411,38,3423402994,'2014-01-08 01:01:14',''),(983,1,1,1412,41,3423402994,'2014-01-08 01:01:16',''),(984,1,1,1413,43,3423402994,'2014-01-08 01:01:18',''),(985,1,1,1414,45,3423402994,'2014-01-08 01:01:21',''),(986,1,1,1415,53,3423402994,'2014-01-08 01:01:24',''),(987,1,1,1416,48,3423402994,'2014-01-08 01:01:30',''),(988,1,1,1417,52,3423402994,'2014-01-08 01:01:34',''),(989,1,1,1418,57,3423402994,'2014-01-08 01:01:38',''),(990,1,1,1419,27,3423402994,'2014-01-08 01:01:40',''),(991,1,1,1420,28,3423402994,'2014-01-08 01:01:43',''),(992,1,1,1421,49,3423402994,'2014-01-08 01:01:47',''),(993,1,1,1422,50,3423402994,'2014-01-08 01:01:50',''),(994,1,1,1423,51,3423402994,'2014-01-08 01:01:53',''),(995,1,1,1424,56,3423402994,'2014-01-08 01:01:56',''),(996,1,1,1425,55,3423402994,'2014-01-08 01:01:59',''),(997,1,1,1426,1,1123633603,'2014-01-08 01:08:19',''),(998,1,1,1428,1,1123633603,'2014-01-08 06:47:59',''),(999,1,1,1432,1,1123633603,'2014-01-08 07:26:24',''),(1000,1,1,1433,15,2637716884,'2014-01-08 09:08:09',''),(1001,1,1,1434,1,1542483287,'2014-01-08 10:51:17',''),(1002,1,1,1435,1,1542483311,'2014-01-08 10:51:18',''),(1003,1,1,1436,1,1123633603,'2014-01-08 12:50:01',''),(1004,1,1,1438,1,2916136754,'2014-01-08 12:53:18',''),(1005,1,1,1188,1,1367922353,'2014-01-08 13:15:17',''),(1006,1,1,1439,26,2990476559,'2014-01-08 14:03:22',''),(1007,1,1,1440,26,2990476559,'2014-01-08 14:03:24',''),(1008,1,1,1441,26,2990476559,'2014-01-08 14:03:26',''),(1009,1,1,1442,26,2990476559,'2014-01-08 14:03:28',''),(1010,1,1,1443,26,2990476559,'2014-01-08 14:03:30',''),(1011,1,1,1444,26,2990476559,'2014-01-08 14:03:32',''),(1012,1,1,1445,26,2990476559,'2014-01-08 14:03:35',''),(1013,1,1,1446,26,2990476559,'2014-01-08 14:03:37',''),(1014,1,1,1447,26,2990476559,'2014-01-08 14:03:39',''),(1015,1,1,1448,26,2990476559,'2014-01-08 14:03:42',''),(1016,1,1,1449,42,2990476559,'2014-01-08 14:03:44',''),(1017,1,1,1450,43,2990476559,'2014-01-08 14:03:46',''),(1018,1,1,1451,54,2990476559,'2014-01-08 14:03:51',''),(1019,1,1,1452,15,2990476559,'2014-01-08 14:03:54',''),(1020,1,1,1453,31,2990476559,'2014-01-08 14:03:56',''),(1021,1,1,1454,47,2990476559,'2014-01-08 14:03:59',''),(1022,1,1,1455,44,2990476559,'2014-01-08 14:04:02',''),(1023,1,1,1456,58,2990476559,'2014-01-08 14:04:05',''),(1024,1,1,1457,10,2990476559,'2014-01-08 14:04:08',''),(1025,1,1,1458,16,2420944913,'2014-01-08 14:05:22',''),(1026,1,1,1459,48,3340638941,'2014-01-08 14:38:40',''),(1027,1,1,1460,29,2996277155,'2014-01-08 15:06:39',''),(1028,1,1,1098,1,657261963,'2014-01-08 15:27:43',''),(1029,1,1,1461,1,1123633603,'2014-01-08 15:29:35',''),(1030,1,1,1158,1,1545013308,'2014-01-08 15:43:58',''),(1031,1,1,1462,1,1041806727,'2014-01-08 15:44:30',''),(1032,1,1,1463,1,1041806727,'2014-01-08 15:44:30',''),(1033,1,1,1464,49,2637636428,'2014-01-08 16:11:09',''),(1034,1,1,1465,1,1123633603,'2014-01-08 18:41:41',''),(1035,1,1,1467,1,1376486325,'2014-01-08 20:26:01','https://www.google.co.uk/'),(1036,1,1,1468,1,1123633603,'2014-01-08 21:10:30',''),(1037,1,1,1469,1,1123633603,'2014-01-08 22:38:19',''),(1038,1,1,1470,1,1123633603,'2014-01-08 23:36:53',''),(1039,1,1,1471,1,1123633603,'2014-01-09 00:31:54',''),(1040,1,1,1474,1,1123633603,'2014-01-09 01:06:02',''),(1041,1,1,1476,26,2916128506,'2014-01-09 02:20:19',''),(1042,1,1,1477,16,2916128506,'2014-01-09 02:20:21',''),(1043,1,1,1478,59,2916128506,'2014-01-09 02:20:24',''),(1044,1,1,1479,15,1123633603,'2014-01-09 02:27:07',''),(1045,1,1,1489,3,2499481254,'2014-01-09 03:17:43',''),(1046,1,1,1490,1,1123633603,'2014-01-09 06:23:15',''),(1047,1,1,1491,1,1123633603,'2014-01-09 07:50:52',''),(1048,1,1,1493,1,1123633603,'2014-01-09 08:50:13',''),(1049,1,1,1494,47,2637716626,'2014-01-09 11:10:22',''),(1050,1,1,1495,1,1542483267,'2014-01-09 11:21:57',''),(1051,1,1,1496,1,1542483273,'2014-01-09 11:21:58',''),(1052,1,1,1497,26,2637716774,'2014-01-09 11:53:25',''),(1053,1,1,1498,10,1123633603,'2014-01-09 20:30:47',''),(1054,1,1,1499,28,1123633603,'2014-01-09 21:31:42',''),(1055,1,1,1500,47,2637716626,'2014-01-09 21:38:25',''),(1056,1,1,1501,27,1123633603,'2014-01-09 22:10:28',''),(1057,1,1,1502,15,1123633603,'2014-01-09 23:05:51',''),(1058,1,1,1503,6,1123633603,'2014-01-09 23:50:09',''),(1059,1,1,1504,1,1545052722,'2014-01-09 23:59:39','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=5&ved=0CFIQFjAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=NDfPUtKGH6bP0QWd8YGgBA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(1060,1,1,1505,1,624576455,'2014-01-10 00:00:25',''),(1061,1,1,1506,1,1653198461,'2014-01-10 00:00:27',''),(1062,1,1,1507,1,1607703780,'2014-01-10 00:00:31',''),(1063,1,1,1508,1,919805386,'2014-01-10 00:01:29',''),(1064,1,1,1509,1,920705696,'2014-01-10 00:02:25',''),(1065,1,1,1510,1,624576455,'2014-01-10 00:03:11',''),(1066,1,1,1511,1,624576455,'2014-01-10 00:04:26',''),(1067,1,1,1512,1,1041806727,'2014-01-10 00:13:57',''),(1068,1,1,1513,1,1041806727,'2014-01-10 00:14:01',''),(1069,1,1,1514,1,1502699305,'2014-01-10 00:18:11',''),(1070,1,1,1515,1,1502699306,'2014-01-10 00:18:15',''),(1071,1,1,1516,1,93918498,'2014-01-10 00:22:55',''),(1072,1,1,1517,9,1123633603,'2014-01-10 01:07:42',''),(1073,1,1,1518,14,1123633603,'2014-01-10 02:03:05',''),(1074,1,1,1519,1,3589854124,'2014-01-10 05:16:15',''),(1075,1,1,1520,1,3589854124,'2014-01-10 05:16:16',''),(1076,1,1,1521,1,3589854124,'2014-01-10 05:16:17',''),(1077,1,1,1522,30,1123633603,'2014-01-10 06:06:36',''),(1078,1,1,1523,1,960654375,'2014-01-10 07:06:41','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=13&sqi=2&ved=0CLYBEBYwDA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=8JvPUqZogdLRBe23gJAK&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.59026428,d.d2k'),(1079,1,1,1467,1,3642838448,'2014-01-10 11:10:43','https://www.google.co.uk/'),(1080,1,1,1158,1,1545013308,'2014-01-10 11:29:28','https://www.google.co.uk/'),(1081,1,1,1524,1,1968049425,'2014-01-10 11:54:21',''),(1082,1,1,1525,1,3496893330,'2014-01-10 12:54:11',''),(1083,1,1,1526,1,3496893330,'2014-01-10 12:54:14',''),(1084,1,1,1527,1,3496893330,'2014-01-10 12:54:24',''),(1085,1,1,1528,1,3496893330,'2014-01-10 12:54:32',''),(1086,1,1,1529,1,3496893330,'2014-01-10 12:54:35',''),(1087,1,1,1530,1,3496893330,'2014-01-10 12:54:54',''),(1088,1,1,1531,1,3496893330,'2014-01-10 12:55:02',''),(1089,1,1,1532,1,1542483300,'2014-01-10 13:16:53',''),(1090,1,1,1533,1,1542483281,'2014-01-10 13:16:54',''),(1091,1,1,1534,1,1123633603,'2014-01-11 01:42:19',''),(1092,1,1,1535,1,1123633603,'2014-01-11 04:02:57',''),(1093,1,1,1536,1,1386427652,'2014-01-11 09:06:53','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CD4QFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=qQnRUofHDeSJyQP94YGwDw&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.59026428,d.bGQ'),(1094,1,1,1537,1,1542483273,'2014-01-11 09:27:03',''),(1095,1,1,1538,1,1542483317,'2014-01-11 09:27:04',''),(1096,1,1,1539,1,2637716810,'2014-01-11 11:03:16',''),(1097,1,1,1540,1,1544770276,'2014-01-11 15:02:20','https://www.google.co.uk/'),(1098,1,1,1541,1,1544770276,'2014-01-11 15:02:20','https://www.google.co.uk/'),(1099,1,1,1542,1,1544770276,'2014-01-11 15:02:21','https://www.google.co.uk/'),(1100,1,1,1543,1,1041806727,'2014-01-11 15:02:56',''),(1101,1,1,1544,1,1123633603,'2014-01-11 19:46:30',''),(1102,1,1,1545,1,2382681305,'2014-01-12 04:35:50',''),(1103,1,1,1546,1,1123633603,'2014-01-12 05:34:06',''),(1104,1,1,1547,1,1123633603,'2014-01-12 08:14:01',''),(1105,1,1,1548,1,1542483290,'2014-01-12 10:22:38',''),(1106,1,1,1549,1,1542483303,'2014-01-12 10:22:39',''),(1107,1,1,1550,30,1123631114,'2014-01-12 11:06:19',''),(1108,1,1,1551,1,1170571290,'2014-01-12 11:51:41',''),(1109,1,1,1552,1,1170571290,'2014-01-12 11:51:50',''),(1110,1,1,1553,1,1170571290,'2014-01-12 11:52:03',''),(1111,1,1,1554,1,1170571290,'2014-01-12 11:52:07',''),(1112,1,1,1555,1,1170571290,'2014-01-12 11:52:10',''),(1113,1,1,1556,1,1170571290,'2014-01-12 11:52:16',''),(1114,1,1,1557,1,1170571290,'2014-01-12 11:52:21',''),(1115,1,1,1542,1,1318096232,'2014-01-12 13:14:53','https://www.google.co.uk/'),(1116,1,1,1158,1,35643764,'2014-01-12 15:58:57',''),(1117,1,1,1558,50,1927553132,'2014-01-13 02:55:12',''),(1118,1,1,1559,1,1123631105,'2014-01-13 04:16:15',''),(1119,1,1,1560,1,1542483326,'2014-01-13 06:20:11',''),(1120,1,1,1561,1,1542483286,'2014-01-13 06:20:12',''),(1121,1,1,1562,1,402472823,'2014-01-13 09:59:10',''),(1122,1,1,1158,59,1544770276,'2014-01-13 10:03:26','https://www.google.co.uk/'),(1123,1,1,1563,1,1041806727,'2014-01-13 10:03:56',''),(1124,1,1,1564,1,1455201058,'2014-01-13 10:45:12',''),(1125,1,1,1565,1,3156706308,'2014-01-13 11:47:41','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CC0QFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=WNLTUtHnGOqv7AaPooCwCA&v6u=https%3A%2F%2Fs-v6exp1-ds.metric.gstatic.com%2Fgen_204%3Fip%3D188.39.132.4%26ts%3D1389613656863050%26a'),(1126,1,1,1566,1,1851643525,'2014-01-13 12:40:13',''),(1127,1,1,1567,1,1123631106,'2014-01-13 14:31:09',''),(1128,1,1,1568,1,1123631105,'2014-01-13 14:33:28',''),(1129,1,1,1569,15,1545052809,'2014-01-13 14:53:21','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=46&ved=0CHIQFjAFOCg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_manufacturer%3D5%26controller%3Dmanufacturer%26id_lang%3D1&ei=zP3TUoDKOLOI7AbLpoDoBA&usg=AFQjCNEOCwIJ1QjT1zfUe'),(1130,1,1,1570,1,1159655074,'2014-01-13 17:16:32',''),(1131,1,1,1571,1,1159655074,'2014-01-13 17:16:48',''),(1132,1,1,1572,1,1159655074,'2014-01-13 17:16:56',''),(1133,1,1,1573,1,1159655074,'2014-01-13 17:17:00',''),(1134,1,1,1574,1,1159655074,'2014-01-13 17:17:06',''),(1135,1,1,1575,1,1159655074,'2014-01-13 17:17:10',''),(1136,1,1,1576,1,1159655074,'2014-01-13 17:17:21',''),(1137,1,1,1577,1,1123631105,'2014-01-13 17:26:28',''),(1138,1,1,1578,1,1123631105,'2014-01-13 18:01:39',''),(1139,1,1,1579,1,1123631114,'2014-01-13 19:21:30',''),(1140,1,1,1580,1,1123631106,'2014-01-13 20:14:13',''),(1141,1,1,1581,1,1123631105,'2014-01-13 21:30:41',''),(1142,1,1,1582,15,2969470437,'2014-01-13 21:48:19',''),(1143,1,1,1583,1,1123631114,'2014-01-13 22:48:17',''),(1144,1,1,1584,1,1123631106,'2014-01-13 23:56:07',''),(1145,1,1,1585,1,1123631114,'2014-01-14 01:14:23',''),(1146,1,1,1586,1,1123631105,'2014-01-14 01:39:18',''),(1147,1,1,1587,26,3307428035,'2014-01-14 02:18:43',''),(1148,1,1,1588,26,3307428035,'2014-01-14 02:19:00',''),(1149,1,1,1589,1,3307428035,'2014-01-14 02:19:14',''),(1150,1,1,1590,6,1123631105,'2014-01-14 03:22:30',''),(1151,1,1,1591,30,1123631106,'2014-01-14 09:16:55',''),(1152,1,1,1158,1,1544770276,'2014-01-14 09:35:14','https://www.google.co.uk/'),(1153,1,1,1592,1,1542483301,'2014-01-14 10:14:30',''),(1154,1,1,1593,1,1542483319,'2014-01-14 10:14:31',''),(1155,1,1,1594,1,3156706308,'2014-01-14 11:23:01','http://www.bing.com/search?q=MS+TYRES+BLACKBURN&qs=n&form=QBRE&pq=ms+tyres+blackburn&sc=0-10&sp=-1&sk='),(1156,1,1,1595,1,1331873765,'2014-01-14 17:07:35',''),(1157,1,1,1596,1,1331873765,'2014-01-14 17:07:35',''),(1158,1,1,1597,1,1377169077,'2014-01-14 18:23:22',''),(1159,1,1,1598,30,1123633724,'2014-01-14 23:12:25',''),(1160,1,1,1599,1,1542483292,'2014-01-15 05:09:12',''),(1161,1,1,1600,1,1542483314,'2014-01-15 05:09:13',''),(1162,1,1,1601,1,1123631683,'2014-01-15 08:23:03',''),(1163,1,1,1602,10,1123631106,'2014-01-15 15:09:15',''),(1164,1,1,1603,23,1123631105,'2014-01-15 20:59:14',''),(1165,1,1,1604,1,1123631114,'2014-01-16 04:23:28',''),(1166,1,1,1605,1,1542483282,'2014-01-16 05:19:15',''),(1167,1,1,1606,1,1542483320,'2014-01-16 05:19:16',''),(1168,1,1,1607,1,1123631105,'2014-01-16 05:33:43',''),(1169,1,1,1608,6,2637636390,'2014-01-16 07:04:07',''),(1170,1,1,1609,1,1596070488,'2014-01-16 11:57:41',''),(1171,1,1,1610,1,1596070488,'2014-01-16 11:57:45',''),(1172,1,1,1611,1,1596070488,'2014-01-16 11:57:47',''),(1173,1,1,1612,1,1596070488,'2014-01-16 11:57:50',''),(1174,1,1,1613,1,1596070488,'2014-01-16 11:57:53',''),(1175,1,1,1614,1,1596070488,'2014-01-16 11:57:56',''),(1176,1,1,1615,1,1596070488,'2014-01-16 11:57:58',''),(1177,1,1,1616,1,3241992130,'2014-01-16 13:35:13','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=2&ved=0CDgQFjAB&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=C-DXUreRIIWThgfvpYHoDQ&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.59568121,d.d2k'),(1178,1,1,1617,6,2988500376,'2014-01-16 15:50:58',''),(1179,1,1,1618,23,1123631106,'2014-01-16 17:10:12',''),(1180,1,1,1619,1,2637636453,'2014-01-16 18:52:16',''),(1181,1,1,1620,1,3484848114,'2014-01-16 19:12:26',''),(1182,1,1,1621,1,1376023518,'2014-01-17 00:06:26','https://www.google.co.uk/'),(1183,1,1,1622,53,2637636453,'2014-01-17 00:18:30',''),(1184,1,1,1623,15,1928884147,'2014-01-17 01:51:16',''),(1185,1,1,1624,1,3259561394,'2014-01-17 08:08:26',''),(1186,1,1,1625,1,1542483323,'2014-01-17 14:26:21',''),(1187,1,1,1626,1,1542483275,'2014-01-17 14:26:23',''),(1188,1,1,1627,9,242902609,'2014-01-17 15:05:58',''),(1189,1,1,1628,1,2548373165,'2014-01-17 15:13:24','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=20&ved=0CHgQFjAJOAo&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=c0jZUtGcHsuThQf3roHoAg&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.59568121,d.ZG4'),(1190,1,1,1629,10,1123631105,'2014-01-17 16:33:43',''),(1191,1,1,1630,1,48094912,'2014-01-17 17:48:08','http://www.google.co.uk/search?site=&source=hp&ei=xGfZUpDPBaaNywOihoCgBg&q=tyres+in+blackburn&oq=tyres+in+black&gs_l=mobile-gws-hp.1.1.0l5.10679.30625.0.32000.19.17.1.8.8.0.346.3710.0j8j7j2.17.0....0...1c.1j4.32.mobile-gws-hp..0.19.2490.eBgafskbEHM'),(1192,1,1,1631,27,1123631114,'2014-01-17 18:01:52',''),(1193,1,1,1632,28,1123631106,'2014-01-17 19:10:52',''),(1194,1,1,1633,9,1123631106,'2014-01-17 20:59:44',''),(1195,1,1,1634,6,1123631114,'2014-01-18 03:32:00',''),(1196,1,1,1158,1,1545013506,'2014-01-18 11:25:22','https://www.google.co.uk/'),(1197,1,1,1635,1,1041806727,'2014-01-18 11:25:53',''),(1198,1,1,1636,1,1123633603,'2014-01-18 11:25:53',''),(1199,1,1,1637,1,1041806726,'2014-01-18 11:25:54',''),(1200,1,1,1639,26,2637636658,'2014-01-18 12:33:42',''),(1201,1,1,1640,52,2637636658,'2014-01-18 12:33:43',''),(1202,1,1,1641,1,1453921540,'2014-01-18 12:34:37','http://www.google.co.uk/url?sa=t&rct=j&q=ms%20tyres&source=web&cd=1&ved=0CB0QFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=2HTaUr2BKe_X7AaGmoCgCA&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ'),(1203,1,1,1642,54,2637635960,'2014-01-18 12:40:43',''),(1204,1,1,1643,30,1123633603,'2014-01-18 13:35:22',''),(1205,1,1,1644,1,1542483285,'2014-01-18 13:41:51',''),(1206,1,1,1645,1,1542483274,'2014-01-18 13:41:52',''),(1207,1,1,1646,1,1524216636,'2014-01-18 13:45:25','https://www.google.co.uk/'),(1208,1,1,1647,45,2637635942,'2014-01-18 17:08:40',''),(1209,1,1,1648,1,2969305256,'2014-01-18 21:01:38','https://www.google.co.uk/'),(1210,1,1,1649,1,2969305256,'2014-01-18 21:57:12','https://www.google.co.uk/'),(1211,1,1,1650,10,88218784,'2014-01-18 22:10:55',''),(1212,1,1,1651,1,2548218548,'2014-01-18 22:12:50','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=7&ved=0CF4QFjAG&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=l_vaUsWnBoWQhQftv4GwBA&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ'),(1213,1,1,1652,48,1094136929,'2014-01-19 00:03:27',''),(1214,1,1,1653,10,1123633603,'2014-01-19 01:59:50',''),(1215,1,1,1654,1,1123633603,'2014-01-19 03:28:24',''),(1216,1,1,1655,26,2637635961,'2014-01-19 03:36:22',''),(1217,1,1,1656,23,1123633603,'2014-01-19 08:53:18',''),(1218,1,1,1657,6,529856253,'2014-01-19 09:21:05',''),(1219,1,1,1658,1,1384438350,'2014-01-19 10:06:01','http://www.google.co.uk/'),(1220,1,1,1659,1,1542483273,'2014-01-19 10:08:35',''),(1221,1,1,1660,1,1542483287,'2014-01-19 10:08:36',''),(1222,1,1,1661,1,1384438083,'2014-01-19 10:16:56','http://www.google.co.uk/'),(1223,1,1,1662,1,2499481254,'2014-01-19 14:01:02',''),(1224,1,1,1663,1,2499481254,'2014-01-19 14:01:23',''),(1225,1,1,1664,1,2499481254,'2014-01-19 14:01:28',''),(1226,1,1,1665,1,2499481254,'2014-01-19 14:01:32',''),(1227,1,1,1666,1,2499481254,'2014-01-19 14:01:38',''),(1228,1,1,1667,1,2499481254,'2014-01-19 14:01:41',''),(1229,1,1,1668,1,2499481254,'2014-01-19 14:01:48',''),(1230,1,1,1158,10,1603788746,'2014-01-19 17:09:03','https://www.google.co.uk/'),(1231,1,1,1669,1,1123631106,'2014-01-19 20:43:33',''),(1232,1,1,1670,26,2637635865,'2014-01-19 20:54:18',''),(1233,1,1,1671,1,3166385752,'2014-01-20 01:55:52',''),(1234,1,1,1672,1,1123631105,'2014-01-20 03:47:49',''),(1235,1,1,1673,16,2637636092,'2014-01-20 05:33:37',''),(1236,1,1,1674,10,2637636092,'2014-01-20 05:40:34',''),(1237,1,1,1675,20,1123631105,'2014-01-20 06:57:03',''),(1238,1,1,1676,26,2637635746,'2014-01-20 07:26:01',''),(1239,1,1,1677,1,1542483320,'2014-01-20 08:03:58',''),(1240,1,1,1678,1,1542483322,'2014-01-20 08:03:59',''),(1241,1,1,1679,1,1380273748,'2014-01-20 11:17:30','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=13&ved=0CLgBEBYwDA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=nAXdUvy-DuWv7Aa7yYHoAQ&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&sig2=RE8ohBFp0Quj-jasHS59sA&bvm=bv.59568121,d.ZGU&cad=rja'),(1242,1,1,1680,1,1589999695,'2014-01-20 14:58:45',''),(1243,1,1,1681,9,1123631105,'2014-01-20 15:25:35',''),(1244,1,1,1680,1,1589999695,'2014-01-20 16:27:10',''),(1245,1,1,1682,1,786802371,'2014-01-20 17:09:53',''),(1246,1,1,1683,1,3332403042,'2014-01-20 20:24:19',''),(1247,1,1,1684,44,1094129883,'2014-01-20 22:47:37',''),(1248,1,1,1685,1,1123631106,'2014-01-21 02:17:15',''),(1249,1,1,1686,30,1123631114,'2014-01-21 02:59:51',''),(1250,1,1,1688,26,2637635926,'2014-01-21 03:10:17',''),(1251,1,1,1690,22,1123631114,'2014-01-21 05:37:34',''),(1252,1,1,1691,1,1123631106,'2014-01-21 05:45:24',''),(1253,1,1,1692,1,1123631114,'2014-01-21 06:35:12',''),(1254,1,1,1693,1,1123631114,'2014-01-21 07:42:09',''),(1255,1,1,1694,1,1123634387,'2014-01-21 08:41:23',''),(1256,1,1,1695,1,1544699699,'2014-01-21 09:17:36','https://www.google.co.uk/'),(1257,1,1,1696,1,1041817219,'2014-01-21 09:18:07',''),(1258,1,1,1697,1,1123633603,'2014-01-21 12:10:22',''),(1259,1,1,1699,1,1123633603,'2014-01-21 12:48:53',''),(1260,1,1,1700,43,2637635736,'2014-01-21 13:12:17',''),(1261,1,1,1701,1,1542483290,'2014-01-21 13:56:37',''),(1262,1,1,1702,1,1542483325,'2014-01-21 13:56:38',''),(1263,1,1,1703,15,1123633603,'2014-01-21 15:43:23',''),(1264,1,1,1680,1,1590000108,'2014-01-21 16:37:08',''),(1265,1,1,1704,46,636410633,'2014-01-21 18:05:14',''),(1266,1,1,1705,1,700763906,'2014-01-21 18:05:17',''),(1267,1,1,1706,46,1332968685,'2014-01-21 18:05:32',''),(1268,1,1,1158,1,1603788746,'2014-01-21 22:10:46',''),(1269,1,1,1707,31,2637635691,'2014-01-22 01:37:47',''),(1270,1,1,1708,30,1123633603,'2014-01-22 01:54:02',''),(1271,1,1,1710,41,1123633603,'2014-01-22 02:30:01',''),(1272,1,1,1711,1,2637635952,'2014-01-22 02:42:34',''),(1273,1,1,1712,50,2637716628,'2014-01-22 04:30:00',''),(1274,1,1,1713,42,1123633603,'2014-01-22 04:58:59',''),(1275,1,1,1714,1,1542483278,'2014-01-22 06:49:48',''),(1276,1,1,1715,1,1542483321,'2014-01-22 06:49:49',''),(1277,1,1,1716,56,2637635862,'2014-01-22 07:19:01',''),(1278,1,1,1717,18,1123633603,'2014-01-22 07:30:34',''),(1279,1,1,1718,1,1443281110,'2014-01-22 08:17:13',''),(1280,1,1,1719,1,1443281110,'2014-01-22 08:17:16',''),(1281,1,1,1720,1,1443281110,'2014-01-22 08:17:20',''),(1282,1,1,1721,1,1443281110,'2014-01-22 08:17:22',''),(1283,1,1,1722,1,1443281110,'2014-01-22 08:17:25',''),(1284,1,1,1723,1,1443281110,'2014-01-22 08:17:27',''),(1285,1,1,1724,1,1443281110,'2014-01-22 08:17:29',''),(1286,1,1,1725,6,1815808080,'2014-01-22 11:00:19',''),(1287,1,1,1726,29,1815808080,'2014-01-22 11:00:22',''),(1288,1,1,1727,1,1357205987,'2014-01-22 13:01:02','http://maps.google.co.uk/local_url?dq=MS+Tyres+Blackburn,+Blackburn&q=http://www.mstyresblackburn.co.uk/&ved=0CBQQ5AQ&sa=X&ei=CsHfUuSvAYOL8QPuv4GADw&s=ANYYN7muepzJcviIjoAEHbM2fWOb-_GooA'),(1289,1,1,1728,19,1123633603,'2014-01-22 18:54:30',''),(1290,1,1,1729,1,40164676,'2014-01-22 22:43:10',''),(1291,1,1,1730,1,1041806726,'2014-01-22 22:43:42',''),(1292,1,1,1731,1,1123633603,'2014-01-23 00:23:15',''),(1293,1,1,1732,58,1094129902,'2014-01-23 07:05:58',''),(1294,1,1,1733,46,2637716652,'2014-01-23 14:12:43',''),(1295,1,1,1734,26,2637636391,'2014-01-23 14:20:31',''),(1296,1,1,1735,1,1542483297,'2014-01-23 16:16:38',''),(1297,1,1,1736,1,1542483280,'2014-01-23 16:16:39',''),(1298,1,1,1737,15,1123633603,'2014-01-23 16:20:59',''),(1299,1,1,1738,3,1123633603,'2014-01-24 00:26:01',''),(1300,1,1,1739,9,1599912898,'2014-01-24 00:34:43','http://www.google.pt/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&cad=rja&ved=0CHcQFjAH&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fcontroller%3Dmanufacturer&ei=mVHhUuT3L4fS0QWYkYHwDw&usg=AFQjCNENqLYrefIjc0Z0mP58FG8vfuPw2w&bvm=bv.59568121,d.bGQ'),(1301,1,1,1740,1,1123633603,'2014-01-24 01:51:49',''),(1302,1,1,1741,1,1123633603,'2014-01-24 02:26:56',''),(1303,1,1,1742,48,1123633603,'2014-01-24 05:33:12',''),(1304,1,1,1744,59,1123633603,'2014-01-24 06:38:02',''),(1305,1,1,1746,14,1123633603,'2014-01-24 09:00:36',''),(1306,1,1,1747,6,1123633603,'2014-01-24 09:49:47',''),(1307,1,1,1748,10,1123633603,'2014-01-24 10:41:41',''),(1308,1,1,1749,27,1123633603,'2014-01-24 11:51:34',''),(1309,1,1,1750,28,1123633603,'2014-01-24 12:33:37',''),(1310,1,1,1751,1,3156764885,'2014-01-24 13:02:21',''),(1311,1,1,1752,1,3156764885,'2014-01-24 13:03:06',''),(1312,1,1,1753,1,3156764885,'2014-01-24 13:03:26',''),(1313,1,1,1754,1,3156764885,'2014-01-24 13:04:15',''),(1314,1,1,1755,1,3156764885,'2014-01-24 13:04:23',''),(1315,1,1,1756,1,3156764885,'2014-01-24 13:04:30',''),(1316,1,1,1757,1,3156764885,'2014-01-24 13:04:48',''),(1317,1,1,1758,58,1123633603,'2014-01-24 13:42:55',''),(1318,1,1,1760,1,1542483304,'2014-01-24 13:59:52',''),(1319,1,1,1761,1,1542483312,'2014-01-24 13:59:53',''),(1320,1,1,1762,1,1577752900,'2014-01-24 14:16:58','http://www.google.co.uk/search?site=&source=hp&ei=gXXiUuebMunhygPAjoDwCw&q=m+and+s+tyres+blackburn&oq=m+and+s+tyres%2C+blackb&gs_l=mobile-gws-hp.1.0.0i22i30.2597.10909.0.12190.22.22.0.7.7.0.307.3334.3j17j1j1.22.0....0...1c.1.32.mobile-gws-hp..0.22.2338.B'),(1321,1,1,1763,16,1123633603,'2014-01-24 14:38:52',''),(1322,1,1,1766,1,1377039865,'2014-01-24 16:24:11',''),(1323,1,1,1767,16,1123633603,'2014-01-24 17:31:07',''),(1324,1,1,1769,21,1123633603,'2014-01-24 18:22:35',''),(1325,1,1,1770,1,1492293183,'2014-01-24 18:27:00',''),(1326,1,1,1771,1,1344978381,'2014-01-24 20:29:31','https://www.google.co.uk/'),(1327,1,1,1772,1,1041806727,'2014-01-24 20:30:04',''),(1328,1,1,1773,1,1041806727,'2014-01-24 20:30:05',''),(1329,1,1,1774,1,1968049437,'2014-01-24 22:11:13',''),(1330,1,1,1775,43,1123633603,'2014-01-24 22:44:55',''),(1331,1,1,1779,1,41676344,'2014-01-25 00:31:29',''),(1332,1,1,1780,15,1123633603,'2014-01-25 03:46:55',''),(1333,1,1,1781,1,1542483291,'2014-01-25 06:19:43',''),(1334,1,1,1782,1,1542483274,'2014-01-25 06:19:44',''),(1335,1,1,1783,1,1492293183,'2014-01-25 09:09:56',''),(1336,1,1,1784,1,3275454149,'2014-01-25 14:41:03',''),(1337,1,1,1785,30,1123631683,'2014-01-25 18:45:16',''),(1338,1,1,1786,1,1545533838,'2014-01-25 22:50:28','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCoQFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=rz_kUqzFMYTxhQfb14DIBg&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.59930103,d.bGQ'),(1339,1,1,1787,47,2637636433,'2014-01-25 23:44:32',''),(1340,1,1,1788,45,1123631683,'2014-01-26 00:05:14',''),(1341,1,1,1789,42,2637636387,'2014-01-26 02:16:59',''),(1342,1,1,1790,26,2637635813,'2014-01-26 04:52:02',''),(1343,1,1,1098,1,657068334,'2014-01-26 10:30:51',''),(1344,1,1,1791,1,534679027,'2014-01-26 10:30:57',''),(1345,1,1,1792,1,1168892020,'2014-01-26 10:35:32',''),(1346,1,1,1793,1,1442835333,'2014-01-26 10:36:08','https://m.facebook.com'),(1347,1,1,1794,1,1546188998,'2014-01-26 10:40:35','https://www.google.co.uk/'),(1348,1,1,1795,27,1123631683,'2014-01-26 13:55:38',''),(1349,1,1,1796,1,3423401890,'2014-01-26 14:03:15',''),(1350,1,1,1797,1,3423401890,'2014-01-26 14:03:19',''),(1351,1,1,1798,1,3423401890,'2014-01-26 14:03:22',''),(1352,1,1,1799,1,3423401890,'2014-01-26 14:03:32',''),(1353,1,1,1800,1,3423401890,'2014-01-26 14:03:36',''),(1354,1,1,1801,1,3423401890,'2014-01-26 14:03:40',''),(1355,1,1,1802,1,3423401890,'2014-01-26 14:03:42',''),(1356,1,1,1803,1,1542483307,'2014-01-26 14:04:55',''),(1357,1,1,1804,1,1542483320,'2014-01-26 14:04:56',''),(1358,1,1,1805,42,2637636387,'2014-01-26 14:45:55',''),(1359,1,1,1806,26,2637635813,'2014-01-26 14:54:44',''),(1360,1,1,1807,26,2637635803,'2014-01-26 16:04:42',''),(1361,1,1,1158,1,1603788746,'2014-01-26 17:25:46','https://www.google.co.uk/'),(1362,1,1,1808,28,1123631683,'2014-01-26 17:44:43',''),(1363,1,1,1809,26,2637716639,'2014-01-26 18:55:06',''),(1364,1,1,1810,1,1123631683,'2014-01-26 19:40:38',''),(1365,1,1,1811,56,1331779696,'2014-01-26 19:49:17','https://www.google.ie/'),(1366,1,1,1812,1,1123631683,'2014-01-26 23:23:05',''),(1367,1,1,1813,31,1123631683,'2014-01-27 05:03:46',''),(1368,1,1,1815,1,2637635928,'2014-01-27 06:24:40',''),(1369,1,1,1816,23,1123631683,'2014-01-27 08:04:47',''),(1370,1,1,1817,1,1578625484,'2014-01-27 09:10:37',''),(1371,1,1,1818,26,2637635612,'2014-01-27 09:19:18',''),(1372,1,1,1819,1,1123631683,'2014-01-27 10:32:54',''),(1373,1,1,1820,30,1123631683,'2014-01-27 11:18:46',''),(1374,1,1,1821,1,1453825337,'2014-01-27 11:48:48',''),(1375,1,1,1822,15,1123631683,'2014-01-27 11:57:39',''),(1376,1,1,1823,1,1542483295,'2014-01-27 15:24:29',''),(1377,1,1,1824,1,1542483292,'2014-01-27 15:24:30',''),(1378,1,1,1825,59,2516507434,'2014-01-27 16:15:01','http://www.google.co.uk/search?site=&source=hp&ei=ToTmUpPUJMOjyQOb0YGgBw&q=225+45+r17+tyres+blackburn&oq=225+45+r17+tyres+blackburn&gs_l=mobile-gws-hp.12...0.0.2.5765.0.0.0.0.0.0.0.0..0.0....0...1c..32.mobile-gws-hp..0.1.54.ZvtYv8qlAXw'),(1379,1,1,1826,1,1438279490,'2014-01-27 16:18:10',''),(1380,1,1,1827,1,1377544174,'2014-01-27 18:44:11','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CFMQFjAD&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=9qjmUuPmKtTH7Aa_xYGwBA&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&sig2=0u9ieVhAF4xqH1iqkaKl7w&bvm=bv.59930103,d.ZGU'),(1381,1,1,1828,1,786803397,'2014-01-27 19:18:58',''),(1382,1,1,1829,36,1123631683,'2014-01-27 20:16:15',''),(1383,1,1,1831,37,1123631683,'2014-01-27 21:29:38',''),(1384,1,1,1832,1,1123631683,'2014-01-27 22:31:33',''),(1385,1,1,1833,1,1123631683,'2014-01-28 02:29:31',''),(1386,1,1,1834,1,1123631683,'2014-01-28 04:18:17',''),(1387,1,1,1835,27,1123631683,'2014-01-28 05:27:18',''),(1388,1,1,1836,28,1123631683,'2014-01-28 10:57:46',''),(1389,1,1,1837,56,1151400356,'2014-01-28 11:21:35',''),(1390,1,1,1838,30,1123631114,'2014-01-28 16:32:24',''),(1391,1,1,1839,1,1542483302,'2014-01-28 17:09:07',''),(1392,1,1,1840,1,1542483294,'2014-01-28 17:09:08',''),(1393,1,1,1841,1,1519911188,'2014-01-28 18:33:45','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=18&ved=0CIgBEBYwBzgK&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=_ffnUqHkOeiJ7AaA2YD4Cw&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.60157871,d.ZGU'),(1394,1,1,1842,1,1123631106,'2014-01-28 20:35:29',''),(1395,1,1,1843,42,1123631105,'2014-01-28 21:43:45',''),(1396,1,1,1844,43,1123631105,'2014-01-28 22:33:24',''),(1397,1,1,1845,1,1123631106,'2014-01-28 22:39:51',''),(1398,1,1,1846,15,1123631114,'2014-01-28 22:44:39',''),(1399,1,1,1847,58,1123631106,'2014-01-28 23:13:45',''),(1400,1,1,1848,16,1123631105,'2014-01-29 00:09:37',''),(1401,1,1,1849,16,1123631106,'2014-01-29 00:45:18',''),(1402,1,1,1850,10,1123631105,'2014-01-29 03:20:06',''),(1403,1,1,1851,30,1123631114,'2014-01-29 05:18:23',''),(1404,1,1,1852,6,1044232510,'2014-01-29 06:33:37','http://www.bing.com/search?mkt=en-xa&FORM=MSNH&q=www.webmailinfo%40msstyres.com&pc='),(1405,1,1,1853,1,1123631105,'2014-01-29 08:58:45',''),(1406,1,1,1854,23,1123631105,'2014-01-29 10:03:27',''),(1407,1,1,1855,1,1123633603,'2014-01-29 11:03:31',''),(1408,1,1,1856,27,1123633603,'2014-01-29 11:42:01',''),(1409,1,1,1857,1,1542483309,'2014-01-29 12:15:58',''),(1410,1,1,1858,1,1542483319,'2014-01-29 12:16:01',''),(1411,1,1,1859,23,1123633603,'2014-01-29 14:53:19',''),(1412,1,1,1860,1,1123633603,'2014-01-29 15:29:02',''),(1413,1,1,1861,1,2990476559,'2014-01-29 19:55:17',''),(1414,1,1,1862,1,3233510258,'2014-01-29 22:52:52',''),(1415,1,1,1863,1,3233510258,'2014-01-29 22:52:55',''),(1416,1,1,1864,1,3233510258,'2014-01-29 22:52:58',''),(1417,1,1,1865,1,3233510258,'2014-01-29 22:53:01',''),(1418,1,1,1866,1,3233510258,'2014-01-29 22:53:05',''),(1419,1,1,1867,1,3233510258,'2014-01-29 22:53:10',''),(1420,1,1,1868,1,3233510258,'2014-01-29 22:53:15',''),(1421,1,1,1869,1,1438279490,'2014-01-29 23:01:34',''),(1422,1,1,1621,1,1376023518,'2014-01-30 02:42:55','https://www.google.co.uk/'),(1423,1,1,1870,28,1123633603,'2014-01-30 04:07:31',''),(1424,1,1,1871,1,1542483271,'2014-01-30 06:29:11',''),(1425,1,1,1872,1,1542483320,'2014-01-30 06:29:12',''),(1426,1,1,1873,43,2637716774,'2014-01-30 06:34:11',''),(1427,1,1,1874,1,3233510386,'2014-01-30 09:24:23',''),(1428,1,1,1875,1,3233510386,'2014-01-30 09:24:27',''),(1429,1,1,1876,1,3233510386,'2014-01-30 09:24:30',''),(1430,1,1,1877,1,3233510386,'2014-01-30 09:24:35',''),(1431,1,1,1878,1,3233510386,'2014-01-30 09:24:39',''),(1432,1,1,1879,1,3233510386,'2014-01-30 09:24:41',''),(1433,1,1,1880,1,3233510386,'2014-01-30 09:24:45',''),(1434,1,1,1881,30,1123631683,'2014-01-30 11:46:50',''),(1435,1,1,1882,1,3469031944,'2014-01-30 11:53:05','http://www.bing.com/search?q=tyres%2C+blackburn&src=ie9tr'),(1436,1,1,1883,1,1454398384,'2014-01-30 12:08:14','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0CEUQFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=oEDqUvumHuWM7Ab32oCwBQ&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.60444564,d.ZGU'),(1437,1,1,1884,1,1123633739,'2014-01-30 12:58:45',''),(1438,1,1,1885,10,1123631683,'2014-01-30 15:55:50',''),(1439,1,1,1886,37,1123631683,'2014-01-30 18:20:47',''),(1440,1,1,1887,1,1444933285,'2014-01-30 19:45:52','http://maps.google.co.uk/local_url?dq=tyres&q=http://www.mstyresblackburn.co.uk/&oi=miw&sa=X&ct=miw_link&cd=1&cad=homepage,cid:14846987743364526223&ei=3avqUvDKLobn8gOasoHwBg&s=ANYYN7l7cDOFuDLFZyle__lsAT1_nYYI7A'),(1441,1,1,1888,58,1123631683,'2014-01-30 19:54:01',''),(1442,1,1,1889,16,1123631683,'2014-01-30 20:58:46',''),(1443,1,1,1890,1,3589854125,'2014-01-30 21:13:08',''),(1444,1,1,1891,1,3589854125,'2014-01-30 21:13:09',''),(1445,1,1,1892,1,3589854125,'2014-01-30 21:13:10',''),(1446,1,1,1893,16,1123631683,'2014-01-30 22:08:41',''),(1447,1,1,1895,1,1545009164,'2014-01-30 23:18:37','https://www.google.co.uk/'),(1448,1,1,1896,1,1041806726,'2014-01-30 23:19:09',''),(1449,1,1,1897,1,1041806727,'2014-01-30 23:19:09',''),(1450,1,1,1898,20,1123631683,'2014-01-31 04:24:31',''),(1451,1,1,1899,26,2637716639,'2014-01-31 07:47:37',''),(1452,1,1,1158,1,1545013506,'2014-01-31 09:11:50',''),(1453,1,1,1900,1,35468264,'2014-01-31 09:12:45',''),(1454,1,1,1901,1,525499278,'2014-01-31 09:12:48',''),(1455,1,1,1902,10,1377039733,'2014-01-31 09:12:59','https://www.google.co.uk/'),(1456,1,1,1903,1,3587043659,'2014-01-31 09:13:31',''),(1457,1,1,1904,1,1445910659,'2014-01-31 09:13:36',''),(1458,1,1,1905,1,48033345,'2014-01-31 09:15:34',''),(1459,1,1,1906,1,525941207,'2014-01-31 09:16:43',''),(1460,1,1,1907,1,1545055736,'2014-01-31 09:18:05',''),(1461,1,1,1908,1,1546188887,'2014-01-31 09:21:46',''),(1462,1,1,1909,1,1546189389,'2014-01-31 09:22:46',''),(1463,1,1,1910,1,1377538030,'2014-01-31 09:25:20',''),(1464,1,1,1911,1,1467170820,'2014-01-31 09:30:04',''),(1465,1,1,1912,1,1544375873,'2014-01-31 09:34:34',''),(1466,1,1,1913,1,42199784,'2014-01-31 09:37:42',''),(1467,1,1,1914,15,1123631683,'2014-01-31 09:42:58',''),(1468,1,1,1900,1,2516507532,'2014-01-31 09:58:24',''),(1469,1,1,1915,1,1056890683,'2014-01-31 10:05:22',''),(1470,1,1,1916,1,1545050082,'2014-01-31 10:14:22',''),(1471,1,1,1917,1,527748556,'2014-01-31 10:26:18',''),(1472,1,1,1918,1,1377538030,'2014-01-31 10:29:29',''),(1473,1,1,1919,1,1483348390,'2014-01-31 11:04:42',''),(1474,1,1,1920,1,2516515496,'2014-01-31 11:17:15',''),(1475,1,1,1921,1,1377593856,'2014-01-31 11:38:37',''),(1476,1,1,1903,1,3587040951,'2014-01-31 11:47:33',''),(1477,1,1,1922,1,1546188870,'2014-01-31 12:10:38',''),(1478,1,1,1923,1,1546188997,'2014-01-31 12:40:13',''),(1479,1,1,1924,1,2516507370,'2014-01-31 12:51:20',''),(1480,1,1,1925,1,1577752351,'2014-01-31 13:08:54',''),(1481,1,1,1916,1,1545050082,'2014-01-31 13:26:58',''),(1482,1,1,1926,1,657122582,'2014-01-31 13:30:37',''),(1483,1,1,1919,1,1483348390,'2014-01-31 13:46:34',''),(1484,1,1,1922,1,1603395257,'2014-01-31 14:08:02',''),(1485,1,1,1927,1,1377592458,'2014-01-31 14:09:07',''),(1486,1,1,1928,1,2516507310,'2014-01-31 15:04:44',''),(1487,1,1,1929,1,1123631683,'2014-01-31 15:58:03',''),(1488,1,1,1930,1,1542483288,'2014-01-31 16:05:15',''),(1489,1,1,1931,1,1542483266,'2014-01-31 16:05:16',''),(1490,1,1,1932,26,2637635697,'2014-01-31 16:28:23',''),(1491,1,1,1933,1,1508960118,'2014-01-31 17:11:29',''),(1492,1,1,1921,1,1377593856,'2014-01-31 17:15:27',''),(1493,1,1,1934,1,1572478835,'2014-01-31 17:28:17',''),(1494,1,1,1915,1,1384438973,'2014-01-31 17:29:46',''),(1495,1,1,1935,1,1546189392,'2014-01-31 19:13:09',''),(1496,1,1,1936,23,1123631683,'2014-01-31 20:21:06',''),(1497,1,1,1937,1,1483349348,'2014-01-31 21:45:15',''),(1498,1,1,1938,1,1123631683,'2014-01-31 21:55:56',''),(1499,1,1,1939,1,2918991217,'2014-01-31 22:00:14',''),(1500,1,1,1915,1,1384439006,'2014-01-31 22:00:14',''),(1501,1,1,1940,1,1168897651,'2014-01-31 22:00:29',''),(1502,1,1,1941,1,1168894832,'2014-01-31 22:00:51',''),(1503,1,1,1942,1,1168897285,'2014-01-31 22:01:29',''),(1504,1,1,1943,1,1545055736,'2014-01-31 22:43:10',''),(1505,1,1,1944,1,1545055736,'2014-01-31 22:57:29',''),(1506,1,1,1945,28,1123631683,'2014-01-31 23:34:07',''),(1507,1,1,1946,1,3587042190,'2014-01-31 23:37:34',''),(1508,1,1,1947,1,657267728,'2014-01-31 23:45:38',''),(1509,1,1,1948,1,1123631683,'2014-02-01 00:12:31',''),(1510,1,1,1933,1,526169147,'2014-02-01 00:26:51',''),(1511,1,1,1158,1,35643924,'2014-02-01 01:23:12',''),(1512,1,1,1933,1,1508960118,'2014-02-01 06:08:48',''),(1513,1,1,1949,1,1041806727,'2014-02-01 06:09:19',''),(1514,1,1,1950,1,1123631683,'2014-02-01 08:28:11',''),(1515,1,1,1951,1,1546189178,'2014-02-01 09:27:02',''),(1516,1,1,1920,1,1377524162,'2014-02-01 09:59:15',''),(1517,1,1,1951,1,1546189178,'2014-02-01 10:19:42',''),(1518,1,1,1952,1,1542483303,'2014-02-01 10:27:22',''),(1519,1,1,1953,1,1542483322,'2014-02-01 10:27:23',''),(1520,1,1,1954,1,1455038444,'2014-02-01 11:40:11',''),(1521,1,1,1955,38,1452370701,'2014-02-01 12:28:41','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CFQQFjAG&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_category%3D34%26controller%3Dcategory%26id_lang%3D1&ei=mebsUqGnI-ry7Ab6-IDIBg&usg=AFQjCNHHUMw-ypErO7NXgYp7jbIcD-Hq'),(1522,1,1,1956,27,1123631683,'2014-02-01 12:46:11',''),(1523,1,1,1900,1,35468264,'2014-02-01 16:12:52',''),(1524,1,1,1957,1,3630930802,'2014-02-01 17:07:04',''),(1525,1,1,1958,1,3630930802,'2014-02-01 17:07:06',''),(1526,1,1,1959,1,3630930802,'2014-02-01 17:07:09',''),(1527,1,1,1960,1,3630930802,'2014-02-01 17:07:12',''),(1528,1,1,1961,1,3630930802,'2014-02-01 17:07:14',''),(1529,1,1,1962,1,3630930802,'2014-02-01 17:07:17',''),(1530,1,1,1963,1,3630930802,'2014-02-01 17:07:19',''),(1531,1,1,1964,6,2637636091,'2014-02-01 18:28:08',''),(1532,1,1,1965,22,1123631683,'2014-02-01 21:12:26',''),(1533,1,1,1966,1,1508959478,'2014-02-01 21:30:11','https://www.google.co.uk/'),(1534,1,1,1967,1,1123631683,'2014-02-02 00:55:20',''),(1535,1,1,1968,10,1123631683,'2014-02-02 01:42:20',''),(1536,1,1,1969,10,1123631683,'2014-02-02 02:32:05',''),(1537,1,1,1970,1,1377538030,'2014-02-02 02:45:27',''),(1538,1,1,1971,1,1365929773,'2014-02-02 03:18:14',''),(1539,1,1,1972,27,1123631683,'2014-02-02 03:40:11',''),(1540,1,1,1973,14,1123631683,'2014-02-02 04:34:59',''),(1541,1,1,1974,43,1123631683,'2014-02-02 05:23:34',''),(1542,1,1,1975,38,1123631683,'2014-02-02 06:57:47',''),(1543,1,1,1976,1,1542483318,'2014-02-02 08:01:32',''),(1544,1,1,1977,1,1542483302,'2014-02-02 08:01:33',''),(1545,1,1,1978,41,1123631683,'2014-02-02 08:27:42',''),(1546,1,1,1979,1,1452131901,'2014-02-02 09:05:35','https://www.google.co.uk/'),(1547,1,1,1980,59,1123631683,'2014-02-02 10:25:44',''),(1548,1,1,1982,15,1123631683,'2014-02-02 11:28:02',''),(1549,1,1,1983,31,1123631683,'2014-02-02 12:23:25',''),(1550,1,1,1984,28,1123631683,'2014-02-02 13:25:44',''),(1551,1,1,1985,1,1545013506,'2014-02-02 14:17:27','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&ved=0CDsQFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=cVPuUoqhJYPW7QbcjYHIAQ&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.60444564,d.bGQ'),(1552,1,1,1986,1,1041806726,'2014-02-02 14:17:57',''),(1553,1,1,1987,1,1577747443,'2014-02-02 16:02:40','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=7&sqi=2&ved=0CIUBEKACMAY&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=NmvuUu2jK8WO7AbD1oC4DA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(1554,1,1,1988,1,1344976726,'2014-02-02 19:35:33',''),(1555,1,1,1989,15,1123631683,'2014-02-02 23:57:10',''),(1556,1,1,1990,9,2637636125,'2014-02-03 01:02:56',''),(1557,1,1,1991,1,1377538030,'2014-02-03 01:25:54',''),(1558,1,1,1992,56,1123631683,'2014-02-03 02:03:49',''),(1559,1,1,1993,18,1094136945,'2014-02-03 02:32:58',''),(1560,1,1,1994,9,1123631683,'2014-02-03 03:09:35',''),(1561,1,1,1995,6,1123631683,'2014-02-03 04:01:31',''),(1562,1,1,1996,18,1123631683,'2014-02-03 04:40:03',''),(1563,1,1,1999,27,1123631683,'2014-02-03 07:01:30',''),(1564,1,1,2000,14,1123631683,'2014-02-03 08:47:23',''),(1565,1,1,2001,43,1123631683,'2014-02-03 09:57:24',''),(1566,1,1,2002,1,1542483303,'2014-02-03 11:21:24',''),(1567,1,1,2003,1,1542483289,'2014-02-03 11:21:25',''),(1568,1,1,2004,1,1123631683,'2014-02-03 11:50:30',''),(1569,1,1,2005,1,1159655074,'2014-02-03 13:22:13',''),(1570,1,1,2006,1,1159655074,'2014-02-03 13:22:24',''),(1571,1,1,2007,1,1159655074,'2014-02-03 13:22:30',''),(1572,1,1,2008,1,1159655074,'2014-02-03 13:22:35',''),(1573,1,1,2009,1,1159655074,'2014-02-03 13:22:38',''),(1574,1,1,2010,1,1159655074,'2014-02-03 13:22:49',''),(1575,1,1,2011,1,1159655074,'2014-02-03 13:22:51',''),(1576,1,1,2012,27,1123631683,'2014-02-03 14:06:12',''),(1577,1,1,2013,3,2637716798,'2014-02-03 14:29:04',''),(1578,1,1,2014,1,1546144760,'2014-02-03 14:59:27','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=3&ved=0CDkQFjAC&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=xK7vUpDVM-X17AahsYCIBA&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.60444564,d.ZGU'),(1579,1,1,2015,19,1123631683,'2014-02-03 18:39:49',''),(1580,1,1,2016,1,1365695755,'2014-02-03 19:56:24','https://www.google.lt/'),(1581,1,1,2017,1,2516507179,'2014-02-03 22:27:37',''),(1582,1,1,2018,10,1123631683,'2014-02-03 23:28:24',''),(1583,1,1,2019,3,2637716798,'2014-02-04 00:12:27',''),(1584,1,1,2020,1,1123631683,'2014-02-04 01:40:29',''),(1585,1,1,2021,1,1542483298,'2014-02-04 09:01:42',''),(1586,1,1,2022,1,1542483313,'2014-02-04 09:01:43',''),(1587,1,1,2023,28,1123633603,'2014-02-04 12:56:54',''),(1588,1,1,2024,1,1544770658,'2014-02-04 13:04:41',''),(1589,1,1,2025,1,1041806727,'2014-02-04 13:05:12',''),(1590,1,1,2026,1,1041806726,'2014-02-04 13:05:13',''),(1591,1,1,2027,1,1123633603,'2014-02-04 15:05:23',''),(1592,1,1,2028,15,1123633603,'2014-02-04 20:06:37',''),(1593,1,1,2029,3,1123633603,'2014-02-04 23:16:45',''),(1594,1,1,2030,1,1442834652,'2014-02-05 12:10:29','https://www.google.co.uk/'),(1595,1,1,2031,26,2637635685,'2014-02-05 15:12:50',''),(1596,1,1,2032,1,3233510386,'2014-02-05 15:25:15',''),(1597,1,1,2033,1,3233510386,'2014-02-05 15:25:18',''),(1598,1,1,2034,1,3233510386,'2014-02-05 15:25:23',''),(1599,1,1,2035,1,3233510386,'2014-02-05 15:25:26',''),(1600,1,1,2036,1,3233510386,'2014-02-05 15:25:30',''),(1601,1,1,2037,1,3233510386,'2014-02-05 15:25:34',''),(1602,1,1,2038,1,3233510386,'2014-02-05 15:25:38',''),(1603,1,1,2039,1,1542483289,'2014-02-05 15:30:06',''),(1604,1,1,2040,1,1542483295,'2014-02-05 15:30:07',''),(1605,1,1,2041,1,3009671334,'2014-02-05 15:51:36',''),(1606,1,1,2042,21,1123633603,'2014-02-05 16:23:22',''),(1607,1,1,2043,45,1452367165,'2014-02-05 19:23:08','https://www.google.co.uk/'),(1608,1,1,2044,1,1377524534,'2014-02-05 19:36:45','http://maps.google.co.uk/local_url?dq=blackburn+tyre+centre&q=http://www.mstyresblackburn.co.uk/&oi=miw&sa=X&ct=miw_link&cd=1&cad=homepage,cid:14846987743364526223&ei=wpLyUtG2GIXj8AO4i4HgCg&s=ANYYN7lur_oYcxM9Aor_xD1X7w7NZWeT8Q'),(1609,1,1,2045,1,1264716282,'2014-02-05 19:37:01',''),(1610,1,1,2046,43,1347836646,'2014-02-05 19:38:01',''),(1611,1,1,2047,27,1123633603,'2014-02-05 23:05:42',''),(1612,1,1,2048,1,1452918469,'2014-02-06 00:14:20',''),(1613,1,1,2049,10,2637636392,'2014-02-06 02:09:02',''),(1614,1,1,2050,16,2637636392,'2014-02-06 02:09:04',''),(1615,1,1,2051,1,527788753,'2014-02-06 02:17:12','https://www.google.co.uk/'),(1616,1,1,2052,26,2637635685,'2014-02-06 02:48:41',''),(1617,1,1,2053,1,3331308490,'2014-02-06 04:42:46',''),(1618,1,1,2054,9,3331308490,'2014-02-06 04:42:51',''),(1619,1,1,2055,27,3331308490,'2014-02-06 04:42:55',''),(1620,1,1,2056,6,3331308490,'2014-02-06 04:42:59',''),(1621,1,1,2057,49,3331308490,'2014-02-06 04:43:03',''),(1622,1,1,2058,51,3331308490,'2014-02-06 04:43:07',''),(1623,1,1,2059,41,3331308490,'2014-02-06 04:43:14',''),(1624,1,1,2060,26,3331308490,'2014-02-06 04:43:18',''),(1625,1,1,2061,48,3331308490,'2014-02-06 04:43:22',''),(1626,1,1,2062,26,3331308490,'2014-02-06 04:43:27',''),(1627,1,1,2063,26,3331308490,'2014-02-06 04:43:32',''),(1628,1,1,2064,56,3331308490,'2014-02-06 04:43:37',''),(1629,1,1,2065,53,3331308490,'2014-02-06 04:43:41',''),(1630,1,1,2066,43,3331308490,'2014-02-06 04:43:46',''),(1631,1,1,2067,26,3331308490,'2014-02-06 04:43:51',''),(1632,1,1,2068,52,3331308490,'2014-02-06 04:43:56',''),(1633,1,1,2069,55,3331308490,'2014-02-06 04:44:00',''),(1634,1,1,2070,45,3331308490,'2014-02-06 04:44:04',''),(1635,1,1,2071,26,3331308490,'2014-02-06 04:44:09',''),(1636,1,1,2072,26,3331308490,'2014-02-06 04:44:13',''),(1637,1,1,2073,28,3331308490,'2014-02-06 04:44:17',''),(1638,1,1,2074,38,3331308490,'2014-02-06 04:44:21',''),(1639,1,1,2075,57,3331308490,'2014-02-06 04:44:25',''),(1640,1,1,2076,50,3331308490,'2014-02-06 04:44:30',''),(1641,1,1,2077,1,3331308490,'2014-02-06 04:44:34',''),(1642,1,1,2078,26,3331308490,'2014-02-06 04:44:41',''),(1643,1,1,2079,26,3331308490,'2014-02-06 04:44:44',''),(1644,1,1,2080,44,3331308490,'2014-02-06 04:44:48',''),(1645,1,1,2081,26,3331308490,'2014-02-06 04:44:52',''),(1646,1,1,2082,26,3331308490,'2014-02-06 04:44:56',''),(1647,1,1,2083,26,3331308490,'2014-02-06 04:45:00',''),(1648,1,1,2084,58,3331308490,'2014-02-06 04:45:04',''),(1649,1,1,2085,26,3331308490,'2014-02-06 04:45:07',''),(1650,1,1,2086,26,3331308490,'2014-02-06 04:45:11',''),(1651,1,1,2087,31,3331308490,'2014-02-06 04:45:15',''),(1652,1,1,2088,42,3331308490,'2014-02-06 04:45:19',''),(1653,1,1,2089,26,3331308490,'2014-02-06 04:45:23',''),(1654,1,1,2090,47,3331308490,'2014-02-06 04:45:27',''),(1655,1,1,2091,15,3331308490,'2014-02-06 04:45:30',''),(1656,1,1,2092,26,3331308490,'2014-02-06 04:45:34',''),(1657,1,1,2093,10,3331308490,'2014-02-06 04:45:38',''),(1658,1,1,2094,26,3331308490,'2014-02-06 04:45:45',''),(1659,1,1,2095,54,3331308490,'2014-02-06 04:45:52',''),(1660,1,1,2096,26,3331308490,'2014-02-06 04:45:56',''),(1661,1,1,2097,43,3331308490,'2014-02-06 04:46:00',''),(1662,1,1,2098,16,3331308490,'2014-02-06 04:46:04',''),(1663,1,1,2099,16,3331308490,'2014-02-06 04:46:07',''),(1664,1,1,2100,26,3331308490,'2014-02-06 04:46:11',''),(1665,1,1,2101,59,3331308490,'2014-02-06 04:46:15',''),(1666,1,1,2102,1,1544980124,'2014-02-06 06:27:20','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCoQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=MSvzUs66GeWa0QWFhIHoDw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.60799247,d.d2k'),(1667,1,1,2103,1,1041806726,'2014-02-06 06:27:50',''),(1668,1,1,2104,1,1041806727,'2014-02-06 06:27:51',''),(1669,1,1,2105,1,630727030,'2014-02-06 08:59:57','http://www.bing.com/search?q=ms+tyres&src=IE-SearchBox&FORM=IE8SRC&adlt=strict'),(1670,1,1,2106,1,1123631106,'2014-02-06 11:32:02',''),(1671,1,1,2107,28,1123631114,'2014-02-06 12:37:05',''),(1672,1,1,2108,1,1483345126,'2014-02-06 12:54:41',''),(1673,1,1,2109,1,523632534,'2014-02-06 13:37:40','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=6&ved=0CE8QoAIwBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=-I_zUtjsPLCv7Abm0oHADA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(1674,1,1,2110,1,3564750849,'2014-02-06 13:55:38','http://www.google.co.uk/?gws_rd=cr&ei=PJTzUqewMMSthQfdyoCQCg'),(1675,1,1,2111,1,1542483292,'2014-02-06 14:08:55',''),(1676,1,1,2112,1,1542483309,'2014-02-06 14:08:56',''),(1677,1,1,2113,1,1094129907,'2014-02-06 16:16:50',''),(1678,1,1,2114,44,2637635917,'2014-02-06 16:19:27',''),(1679,1,1,2115,1,1123631114,'2014-02-06 17:59:16',''),(1680,1,1,2116,1,1523441164,'2014-02-06 18:31:14','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0CEkQFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=29TzUsjrLYjb7AaumIHIAg&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ'),(1681,1,1,2117,10,1123631105,'2014-02-06 21:54:03',''),(1682,1,1,2118,43,1454133367,'2014-02-06 23:32:09','http://www.bing.com/search?q=Rapid+P609+tyres+manufactures&qs=n&pq=rapid+p609+tyres+manufactures&sc=0-12&sp=-1&sk=&first=21&FORM=PORE'),(1683,1,1,2119,1,1377538030,'2014-02-07 00:36:20',''),(1684,1,1,2120,52,2637716635,'2014-02-07 04:23:39',''),(1685,1,1,2121,59,2637635986,'2014-02-07 04:56:50',''),(1686,1,1,2122,54,1094129882,'2014-02-07 07:46:26',''),(1687,1,1,2123,1,1542483282,'2014-02-07 08:14:52',''),(1688,1,1,2124,1,1542483307,'2014-02-07 08:14:53',''),(1689,1,1,2125,43,2637716657,'2014-02-07 08:36:51',''),(1690,1,1,2126,45,2637635857,'2014-02-07 10:48:35',''),(1691,1,1,2127,15,1123633603,'2014-02-07 11:14:43',''),(1692,1,1,2128,1,1123633603,'2014-02-07 13:48:30',''),(1693,1,1,2129,1,2420944913,'2014-02-07 13:53:07',''),(1694,1,1,2130,1,2420944913,'2014-02-07 13:53:11',''),(1695,1,1,2131,1,2420944913,'2014-02-07 13:53:16',''),(1696,1,1,2132,1,2420944913,'2014-02-07 13:53:24',''),(1697,1,1,2133,1,2420944913,'2014-02-07 13:53:27',''),(1698,1,1,2134,1,2420944913,'2014-02-07 13:53:31',''),(1699,1,1,2135,1,2420944913,'2014-02-07 13:53:35',''),(1700,1,1,1919,1,1545059619,'2014-02-07 14:14:03',''),(1701,1,1,2136,1,1041806727,'2014-02-07 14:14:34',''),(1702,1,1,2137,52,2637716635,'2014-02-07 16:07:36',''),(1703,1,1,1923,1,1546189012,'2014-02-07 18:58:33',''),(1704,1,1,2138,1,523408345,'2014-02-07 19:54:00',''),(1705,1,1,2139,27,1123633603,'2014-02-08 08:19:46',''),(1706,1,1,2140,1,1123633603,'2014-02-08 09:19:52',''),(1707,1,1,2141,1,1542483299,'2014-02-08 10:43:48',''),(1708,1,1,2142,1,1542483302,'2014-02-08 10:43:49',''),(1709,1,1,2143,1,1523432862,'2014-02-08 10:49:58','http://www.google.co.uk/search?hl=en-GB&redir_esc=&client=ms-android-samsung&source=android-search-app&v=133247963&qsubts=1391856432731&action=devloc&q=new+tyres+whitebirk+blackburn&v=133247963'),(1710,1,1,1966,1,1508959478,'2014-02-08 11:35:08','https://www.google.co.uk/'),(1711,1,1,2144,1,1123631106,'2014-02-08 12:57:43',''),(1712,1,1,2145,27,1123631114,'2014-02-08 14:07:19',''),(1713,1,1,2146,1,1123631106,'2014-02-08 18:03:23',''),(1714,1,1,2148,45,1123631114,'2014-02-08 19:52:02',''),(1715,1,1,2149,28,1123631105,'2014-02-08 21:18:53',''),(1716,1,1,2150,1,3263045382,'2014-02-08 22:07:09',''),(1717,1,1,2151,23,1123631114,'2014-02-09 03:16:43',''),(1718,1,1,2152,1,1344961277,'2014-02-09 07:27:15',''),(1719,1,1,2153,1,1123631114,'2014-02-09 07:55:52',''),(1720,1,1,2154,1,1123631114,'2014-02-09 10:54:05',''),(1721,1,1,2155,1,40162747,'2014-02-09 11:32:27','https://www.google.co.uk/'),(1722,1,1,2156,1,1041806726,'2014-02-09 11:32:59',''),(1723,1,1,2157,10,1123631105,'2014-02-09 12:22:42',''),(1724,1,1,2158,42,1123631106,'2014-02-09 12:38:58',''),(1725,1,1,2159,29,2637636018,'2014-02-09 13:20:13',''),(1726,1,1,2160,1,1123631105,'2014-02-09 13:54:33',''),(1727,1,1,1988,1,1483348539,'2014-02-09 15:49:22',''),(1728,1,1,2161,1,1123631114,'2014-02-09 15:49:41',''),(1729,1,1,2163,1,1603788774,'2014-02-09 16:30:48','http://maps.google.co.uk/local_url?dq=ms+tyres&q=http://www.mstyresblackburn.co.uk/&ved=0CBMQ5AQ&sa=X&ei=Iq33Us-0BqixigaZj4CYAw&s=ANYYN7mvjzSZZ0MLmjc_3ydDmthwlhOaIQ'),(1730,1,1,2164,1,1542483304,'2014-02-09 16:36:53',''),(1731,1,1,2165,1,1542483326,'2014-02-09 16:36:54',''),(1732,1,1,2166,1,1123635779,'2014-02-09 17:01:05',''),(1733,1,1,2167,10,1123631105,'2014-02-09 17:12:35',''),(1734,1,1,2168,1,1523389848,'2014-02-09 18:08:27','http://maps.google.co.uk/local_url?dq=tyres&q=http://www.mstyresblackburn.co.uk/&ved=0CGAQ5AQ&sa=X&ei=AMT3Uv7DK6iMiAakvYDADQ&s=ANYYN7mGZEe_ztGqdbwH2WT8nIMli5YsrQ'),(1735,1,1,2169,1,1596849155,'2014-02-09 18:26:43',''),(1736,1,1,2170,1,1596849155,'2014-02-09 18:26:49',''),(1737,1,1,2171,1,1596849155,'2014-02-09 18:27:02',''),(1738,1,1,2172,6,1596849155,'2014-02-09 18:27:08',''),(1739,1,1,2173,1,1596849155,'2014-02-09 18:27:14',''),(1740,1,1,2174,1,2420944913,'2014-02-09 19:33:17',''),(1741,1,1,2175,1,2420944913,'2014-02-09 19:33:28',''),(1742,1,1,2176,1,2420944913,'2014-02-09 19:33:31',''),(1743,1,1,2177,1,2420944913,'2014-02-09 19:33:37',''),(1744,1,1,2178,1,2420944913,'2014-02-09 19:33:41',''),(1745,1,1,2179,1,2420944913,'2014-02-09 19:33:45',''),(1746,1,1,2180,1,2420944913,'2014-02-09 19:33:49',''),(1747,1,1,2181,27,1123631114,'2014-02-09 19:36:40',''),(1748,1,1,2152,1,1344961277,'2014-02-09 20:28:30',''),(1749,1,1,2182,1,1123631106,'2014-02-09 22:00:45',''),(1750,1,1,2183,43,88127825,'2014-02-09 23:20:42','https://www.google.co.uk/'),(1751,1,1,2184,20,1123631114,'2014-02-10 01:34:04',''),(1752,1,1,2185,1,1542483291,'2014-02-10 05:08:30',''),(1753,1,1,2186,1,1542483326,'2014-02-10 05:08:31',''),(1754,1,1,2187,1,2516508925,'2014-02-10 09:36:31','https://www.google.co.uk/'),(1755,1,1,2188,41,2637635639,'2014-02-10 09:38:22',''),(1756,1,1,2189,1,1123631114,'2014-02-10 11:18:38',''),(1757,1,1,2190,1,1077856527,'2014-02-10 12:27:04','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CEUQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=f8X4UsTYOM_poASZrYCgBQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.60983673,d.cGU'),(1758,1,1,2191,15,1123631105,'2014-02-10 15:02:32',''),(1759,1,1,2192,1,1123631114,'2014-02-10 15:18:59',''),(1760,1,1,1098,1,657113302,'2014-02-10 16:18:56',''),(1761,1,1,2193,9,1123631114,'2014-02-10 16:39:29',''),(1762,1,1,2194,1,1123631106,'2014-02-10 16:54:05',''),(1763,1,1,2195,1,1123631106,'2014-02-10 18:15:36',''),(1764,1,1,1158,1,1544770644,'2014-02-10 18:36:15',''),(1765,1,1,2196,1,1041806726,'2014-02-10 18:36:45',''),(1766,1,1,2197,43,1123631105,'2014-02-10 20:17:51',''),(1767,1,1,2199,26,2637636387,'2014-02-10 20:20:42',''),(1768,1,1,2200,51,1123631114,'2014-02-10 21:04:19',''),(1769,1,1,2201,1,1138227350,'2014-02-10 21:14:02',''),(1770,1,1,2202,1,1123631106,'2014-02-10 21:35:07',''),(1771,1,1,2203,57,2637635986,'2014-02-10 21:51:32',''),(1772,1,1,2204,28,1123631106,'2014-02-10 22:20:43',''),(1773,1,1,2205,16,1123631114,'2014-02-10 22:29:27',''),(1774,1,1,2206,51,2637716632,'2014-02-10 22:33:11',''),(1775,1,1,2207,44,1123631106,'2014-02-10 23:23:48',''),(1776,1,1,2209,1,3168794887,'2014-02-10 23:46:11','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=17&ved=0CGIQFjAGOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=q2T5UuqNEs-KhQeL7IGoAw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(1777,1,1,2210,1,1452371601,'2014-02-11 00:08:22','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=4&ved=0CFcQFjAD&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=yWn5UpSZJ4P27Ab3u4HwAg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.60983673,d.ZGU'),(1778,1,1,2211,1,1123631114,'2014-02-11 02:27:12',''),(1779,1,1,2212,1,1123631114,'2014-02-11 03:35:09',''),(1780,1,1,2213,55,2637636387,'2014-02-11 03:45:22',''),(1781,1,1,2214,1,1123631114,'2014-02-11 04:53:23',''),(1782,1,1,2215,27,2637635874,'2014-02-11 05:25:28',''),(1783,1,1,2216,58,1123631105,'2014-02-11 05:37:23',''),(1784,1,1,2217,26,2637635639,'2014-02-11 07:25:29',''),(1785,1,1,2218,1,1123631106,'2014-02-11 07:40:44',''),(1786,1,1,2219,1,2916136754,'2014-02-11 09:22:53',''),(1787,1,1,2220,1,2916136754,'2014-02-11 09:22:56',''),(1788,1,1,2221,1,2916136754,'2014-02-11 09:22:58',''),(1789,1,1,2222,1,2916136754,'2014-02-11 09:23:01',''),(1790,1,1,2223,1,2916136754,'2014-02-11 09:23:04',''),(1791,1,1,2224,1,2916136754,'2014-02-11 09:23:08',''),(1792,1,1,2225,1,2916136754,'2014-02-11 09:23:11',''),(1793,1,1,2226,10,1123631683,'2014-02-11 11:43:43',''),(1794,1,1,2227,1,1077856529,'2014-02-11 13:09:19','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&sqi=2&ved=0CF8QoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=8iD6UtbpGpTfqAGs0oDQCg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.61190604,d.aWc'),(1795,1,1,2228,15,1123631683,'2014-02-11 14:02:28',''),(1796,1,1,2229,14,2637636458,'2014-02-11 14:06:47',''),(1797,1,1,2230,1,1123631683,'2014-02-11 16:13:20',''),(1798,1,1,2231,1,1542483289,'2014-02-11 16:27:55',''),(1799,1,1,2232,1,1542483269,'2014-02-11 16:27:56',''),(1800,1,1,2233,1,1123631683,'2014-02-11 16:56:13',''),(1801,1,1,2234,1,1123631683,'2014-02-11 17:39:13',''),(1802,1,1,2235,1,1123631683,'2014-02-11 19:07:58',''),(1803,1,1,2236,44,1123631683,'2014-02-11 19:42:06',''),(1804,1,1,2239,1,35645330,'2014-02-11 22:00:11',''),(1805,1,1,2240,42,1123631683,'2014-02-11 22:17:46',''),(1806,1,1,2242,16,1123631683,'2014-02-11 23:55:15',''),(1807,1,1,2244,31,2637636194,'2014-02-12 00:17:10',''),(1808,1,1,2245,1,1377538030,'2014-02-12 00:49:25',''),(1809,1,1,2246,1,1123631683,'2014-02-12 01:01:23',''),(1810,1,1,2247,1,1123631683,'2014-02-12 02:14:21',''),(1811,1,1,2248,1,2732531376,'2014-02-12 02:41:45',''),(1812,1,1,2249,1,3339930937,'2014-02-12 02:41:46',''),(1813,1,1,2250,45,1168277644,'2014-02-12 02:41:46',''),(1814,1,1,2251,56,1209286537,'2014-02-12 02:41:46',''),(1815,1,1,2252,27,3339930457,'2014-02-12 02:41:47',''),(1816,1,1,2253,18,3423397981,'2014-02-12 02:41:48',''),(1817,1,1,2254,28,2732091161,'2014-02-12 02:41:48',''),(1818,1,1,2255,51,1208532910,'2014-02-12 02:41:49',''),(1819,1,1,2256,57,1156190626,'2014-02-12 02:41:49',''),(1820,1,1,2258,52,1168278039,'2014-02-12 02:41:49',''),(1821,1,1,2257,1,3339930248,'2014-02-12 02:41:50',''),(1822,1,1,2259,48,1170542704,'2014-02-12 02:41:50',''),(1823,1,1,2260,6,1111470165,'2014-02-12 02:41:50',''),(1824,1,1,2261,1,1208719717,'2014-02-12 02:41:50',''),(1825,1,1,2262,1,1208520347,'2014-02-12 02:41:52',''),(1826,1,1,2263,3,3423397936,'2014-02-12 02:41:52',''),(1827,1,1,2264,50,3339930398,'2014-02-12 02:41:52',''),(1828,1,1,2265,43,1138227702,'2014-02-12 02:41:53',''),(1829,1,1,2267,9,401592733,'2014-02-12 02:41:54',''),(1830,1,1,2266,1,1168284944,'2014-02-12 02:41:54',''),(1831,1,1,2268,55,1145539564,'2014-02-12 02:41:55',''),(1832,1,1,2269,1,1168285128,'2014-02-12 02:41:55',''),(1833,1,1,2270,49,1145544034,'2014-02-12 02:41:55',''),(1834,1,1,2271,38,1138227691,'2014-02-12 02:41:55',''),(1835,1,1,2272,53,1137342166,'2014-02-12 02:41:56',''),(1836,1,1,2274,41,3351267449,'2014-02-12 02:41:57',''),(1837,1,1,2273,1,1208523737,'2014-02-12 02:41:57',''),(1838,1,1,2275,1,1123631683,'2014-02-12 02:53:20',''),(1839,1,1,2277,26,2637635692,'2014-02-12 03:09:35',''),(1840,1,1,2278,26,2637636194,'2014-02-12 05:03:13',''),(1841,1,1,2279,1,1123631683,'2014-02-12 06:58:35',''),(1842,1,1,2280,26,2637635692,'2014-02-12 07:13:33',''),(1843,1,1,2281,26,2637635692,'2014-02-12 07:46:49',''),(1844,1,1,2282,26,2637635692,'2014-02-12 07:46:50',''),(1845,1,1,2283,26,2637636451,'2014-02-12 08:16:53',''),(1846,1,1,2284,16,1145334406,'2014-02-12 08:51:21',''),(1847,1,1,2285,29,2732090972,'2014-02-12 08:51:22',''),(1848,1,1,2286,42,1168278460,'2014-02-12 08:51:22',''),(1849,1,1,2287,15,2919023673,'2014-02-12 08:51:25',''),(1850,1,1,2288,47,1170542625,'2014-02-12 08:51:25',''),(1851,1,1,2289,54,1168281481,'2014-02-12 08:51:26',''),(1852,1,1,2290,31,1208531205,'2014-02-12 08:51:26',''),(1853,1,1,2291,44,1168283925,'2014-02-12 08:51:27',''),(1854,1,1,2292,10,3339930664,'2014-02-12 08:51:28',''),(1855,1,1,2293,26,3339929708,'2014-02-12 08:51:28',''),(1856,1,1,2294,26,1208527125,'2014-02-12 08:51:28',''),(1857,1,1,2295,43,3497332698,'2014-02-12 08:51:29',''),(1858,1,1,2296,26,3351478564,'2014-02-12 08:53:42',''),(1859,1,1,2297,3,2732091175,'2014-02-12 08:53:42',''),(1860,1,1,2298,26,1168280947,'2014-02-12 08:53:43',''),(1861,1,1,2299,58,3351478667,'2014-02-12 08:53:44',''),(1862,1,1,2300,26,1208531238,'2014-02-12 08:53:44',''),(1863,1,1,2301,26,1109903347,'2014-02-12 08:53:44',''),(1864,1,1,2302,26,3423397973,'2014-02-12 08:53:45',''),(1865,1,1,2303,26,1170541923,'2014-02-12 08:53:45',''),(1866,1,1,2304,16,3353997310,'2014-02-12 08:53:45',''),(1867,1,1,2305,16,1123631683,'2014-02-12 09:12:49',''),(1868,1,1,2306,46,2637635890,'2014-02-12 09:36:08',''),(1869,1,1,2307,15,1123631683,'2014-02-12 10:57:20',''),(1870,1,1,2308,56,2637635639,'2014-02-12 11:02:28',''),(1871,1,1,2309,28,1094129902,'2014-02-12 13:07:03',''),(1872,1,1,2310,1,1542483286,'2014-02-12 15:14:15',''),(1873,1,1,2311,1,1542483300,'2014-02-12 15:14:16',''),(1874,1,1,2245,1,1377538030,'2014-02-12 17:36:57',''),(1875,1,1,2245,1,1377538030,'2014-02-12 18:52:56',''),(1876,1,1,2245,57,1377538030,'2014-02-12 19:28:53',''),(1877,1,1,2312,1,1384443090,'2014-02-12 19:34:04','http://www.google.co.uk/'),(1878,1,1,2152,1,2516466312,'2014-02-12 19:55:46',''),(1879,1,1,2245,1,1377538030,'2014-02-12 20:04:36',''),(1880,1,1,2313,28,1123631683,'2014-02-12 20:15:07',''),(1881,1,1,2315,22,1123631683,'2014-02-12 22:10:47',''),(1882,1,1,2316,48,1344979149,'2014-02-12 22:20:26',''),(1883,1,1,2317,1,1041806726,'2014-02-12 22:20:57',''),(1884,1,1,2318,18,1123631683,'2014-02-12 22:42:32',''),(1885,1,1,2319,26,2637751639,'2014-02-13 01:53:52',''),(1886,1,1,2320,42,2637751639,'2014-02-13 02:49:33',''),(1887,1,1,2321,1,1123631683,'2014-02-13 04:57:37',''),(1888,1,1,2322,10,1123631683,'2014-02-13 06:32:27',''),(1889,1,1,2323,59,1123631683,'2014-02-13 07:36:44',''),(1890,1,1,2324,1,1123631683,'2014-02-13 08:10:45',''),(1891,1,1,2326,14,1123631683,'2014-02-13 09:26:01',''),(1892,1,1,2327,31,1123631683,'2014-02-13 09:58:10',''),(1893,1,1,2329,1,1522710830,'2014-02-13 11:00:30',''),(1894,1,1,2152,1,2516466181,'2014-02-13 12:16:37',''),(1895,1,1,2330,38,1123631105,'2014-02-13 12:19:36',''),(1896,1,1,2331,1,1542483321,'2014-02-13 13:23:54',''),(1897,1,1,2332,1,1542483305,'2014-02-13 13:23:55',''),(1898,1,1,2333,41,1123634384,'2014-02-13 13:30:20',''),(1899,1,1,2334,26,1094129902,'2014-02-13 14:10:49',''),(1900,1,1,2335,1,1546189176,'2014-02-13 14:20:58',''),(1901,1,1,2336,43,1123631106,'2014-02-13 14:21:44',''),(1902,1,1,2337,1,1443308956,'2014-02-13 14:58:28',''),(1903,1,1,2338,1,1443308956,'2014-02-13 14:58:31',''),(1904,1,1,2339,1,1443308956,'2014-02-13 14:58:35',''),(1905,1,1,2340,1,1443308956,'2014-02-13 14:58:38',''),(1906,1,1,2341,1,1443308956,'2014-02-13 14:58:42',''),(1907,1,1,2342,1,1443308956,'2014-02-13 14:58:45',''),(1908,1,1,2343,1,1443308956,'2014-02-13 14:58:48',''),(1909,1,1,2344,15,1123631114,'2014-02-13 15:32:27',''),(1910,1,1,2345,23,1123631114,'2014-02-13 16:06:45',''),(1911,1,1,2346,28,1123631106,'2014-02-13 16:23:52',''),(1912,1,1,2347,1,1321650248,'2014-02-13 18:37:15','http://www.google.fr/imgres?start=150&client=firefox-a&rls=org.mozilla%3Afr%3Aofficial&channel=np&biw=1680&bih=920&tbs=isz%3Am&tbm=isch&tbnid=lxtadRfe5hU9pM%3A&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&docid=0To1DZ7XG65gTM&imgurl=http%3A%2F%2F'),(1913,1,1,2348,27,1123631106,'2014-02-13 18:50:39',''),(1914,1,1,2349,1,1546134068,'2014-02-13 20:11:04','https://www.google.co.uk/'),(1915,1,1,2350,26,2637751639,'2014-02-13 20:25:17',''),(1916,1,1,2351,1,1123631114,'2014-02-13 21:10:08',''),(1917,1,1,2352,1,1123631114,'2014-02-13 22:18:03',''),(1918,1,1,2353,1,2969112967,'2014-02-13 22:20:36','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CFEQFjAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=j0P9Uv2LHeqe7AarqYDYAg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(1919,1,1,2354,1,1123631105,'2014-02-14 00:07:59',''),(1920,1,1,2355,3,2637636271,'2014-02-14 01:00:50',''),(1921,1,1,2356,44,1123631114,'2014-02-14 01:09:07',''),(1922,1,1,2357,1,1123631106,'2014-02-14 03:48:11',''),(1923,1,1,2358,1,1123631106,'2014-02-14 04:38:01',''),(1924,1,1,2360,43,1123631106,'2014-02-14 05:24:22',''),(1925,1,1,2361,1,1542483279,'2014-02-14 06:27:18',''),(1926,1,1,2362,1,1542483268,'2014-02-14 06:27:19',''),(1927,1,1,2363,58,1123631106,'2014-02-14 06:31:30',''),(1928,1,1,2364,1,3653503489,'2014-02-14 10:19:35','https://www.google.co.uk/'),(1929,1,1,2365,1,1358864044,'2014-02-14 10:49:19','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=5&ved=0CF8QoAIwBA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=h_T9Uo-8G5Le7AahhoFA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.61190604,d.ZGU'),(1930,1,1,2366,28,1123631114,'2014-02-14 11:20:45',''),(1931,1,1,2367,1,1123631114,'2014-02-14 12:27:08',''),(1932,1,1,2368,1,1546189212,'2014-02-14 13:00:39','https://www.google.co.uk/'),(1933,1,1,2369,43,1546189212,'2014-02-14 14:41:26',''),(1934,1,1,2370,1,1123631106,'2014-02-14 15:05:15',''),(1935,1,1,2372,27,1123631105,'2014-02-14 21:45:20',''),(1936,1,1,2373,45,1369378811,'2014-02-14 21:51:43','https://www.google.co.uk/'),(1937,1,1,2374,19,1123631106,'2014-02-14 22:11:43',''),(1938,1,1,2375,1,1123631114,'2014-02-14 22:18:16',''),(1939,1,1,2376,15,2637635672,'2014-02-14 22:19:20',''),(1940,1,1,2381,1,1123631114,'2014-02-14 23:31:49',''),(1941,1,1,2383,1,1123631114,'2014-02-15 00:32:07',''),(1942,1,1,2384,42,1123631106,'2014-02-15 02:20:07',''),(1943,1,1,2386,1,1123631106,'2014-02-15 02:59:43',''),(1944,1,1,2388,16,1123631105,'2014-02-15 04:06:19',''),(1945,1,1,2389,15,1123631106,'2014-02-15 05:58:47',''),(1946,1,1,2390,38,1123631106,'2014-02-15 10:46:40',''),(1947,1,1,2391,48,1123631105,'2014-02-15 10:50:58',''),(1948,1,1,2392,1,1483353890,'2014-02-15 11:11:48',''),(1949,1,1,2393,1,1041806727,'2014-02-15 11:12:20',''),(1950,1,1,2394,1,3233510138,'2014-02-15 11:37:38',''),(1951,1,1,2395,1,3233510138,'2014-02-15 11:37:41',''),(1952,1,1,2396,1,3233510138,'2014-02-15 11:37:43',''),(1953,1,1,2397,1,3233510138,'2014-02-15 11:37:46',''),(1954,1,1,2398,1,3233510138,'2014-02-15 11:37:48',''),(1955,1,1,2399,1,3233510138,'2014-02-15 11:37:51',''),(1956,1,1,2400,1,3233510138,'2014-02-15 11:37:54',''),(1957,1,1,2401,1,1545062076,'2014-02-15 12:48:18','https://www.google.co.uk/'),(1958,1,1,2402,1,1542483289,'2014-02-15 12:52:08',''),(1959,1,1,2403,1,1542483276,'2014-02-15 12:52:09',''),(1960,1,1,2404,1,1546189088,'2014-02-15 12:56:49','https://www.google.co.uk/'),(1961,1,1,2405,15,2637635725,'2014-02-15 12:59:34',''),(1962,1,1,2404,1,1546188968,'2014-02-15 13:34:25','https://www.google.co.uk/'),(1963,1,1,2401,1,1545062076,'2014-02-15 13:58:11',''),(1964,1,1,2404,1,1546188968,'2014-02-15 14:18:40',''),(1965,1,1,2406,1,88485141,'2014-02-15 15:12:02','https://www.google.co.uk/'),(1966,1,1,2407,1,2548551875,'2014-02-15 16:05:41','https://www.google.co.uk/'),(1967,1,1,2408,1,1123631114,'2014-02-15 20:18:26',''),(1968,1,1,2409,1,1524258866,'2014-02-15 21:07:07','http://www.google.com/url?sa=t&rct=j&q=blackburn%20tyres&source=web&cd=5&sqi=2&ved=0CEoQ_BcwBA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=idb_UrK5HsWzhAfu9YCYCg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=d340lK4mH64WwGNtOFPUKQ'),(1969,1,1,2410,10,1123631114,'2014-02-15 21:18:42',''),(1970,1,1,2411,1,1123631105,'2014-02-15 23:59:32',''),(1971,1,1,2412,1,1123631106,'2014-02-16 01:17:04',''),(1972,1,1,2413,1,1123631105,'2014-02-16 02:40:08',''),(1973,1,1,2414,1,1578625484,'2014-02-16 02:47:14',''),(1974,1,1,2415,1,1123631106,'2014-02-16 03:11:30',''),(1975,1,1,2416,27,1123631114,'2014-02-16 03:30:31',''),(1976,1,1,2417,1,1988896262,'2014-02-16 04:33:52',''),(1977,1,1,2418,1,1988896262,'2014-02-16 04:33:57',''),(1978,1,1,2419,18,1988896262,'2014-02-16 04:34:00',''),(1979,1,1,2420,1,1988896262,'2014-02-16 04:34:00',''),(1980,1,1,2422,3,1988896262,'2014-02-16 04:34:00',''),(1981,1,1,2421,1,1988896262,'2014-02-16 04:34:01',''),(1982,1,1,2423,1,1988896262,'2014-02-16 04:34:02',''),(1983,1,1,2424,1,1988896262,'2014-02-16 04:34:02',''),(1984,1,1,2425,1,1988896262,'2014-02-16 04:34:03',''),(1985,1,1,2426,6,1988896262,'2014-02-16 04:34:03',''),(1986,1,1,2427,9,1988896262,'2014-02-16 04:34:04',''),(1987,1,1,2428,1,1988896262,'2014-02-16 04:34:04',''),(1988,1,1,2429,1,1988896262,'2014-02-16 04:34:05',''),(1989,1,1,2430,1,1988896262,'2014-02-16 04:34:06',''),(1990,1,1,2431,1,1988896262,'2014-02-16 04:34:07',''),(1991,1,1,2433,1,1988896262,'2014-02-16 04:34:08',''),(1992,1,1,2432,1,1988896262,'2014-02-16 04:34:08',''),(1993,1,1,2434,1,1988896262,'2014-02-16 04:34:08',''),(1994,1,1,2435,1,1988896262,'2014-02-16 04:34:10',''),(1995,1,1,2436,1,1988896262,'2014-02-16 04:34:10',''),(1996,1,1,2437,1,1988896262,'2014-02-16 04:34:10',''),(1997,1,1,2438,1,1988896262,'2014-02-16 04:34:11',''),(1998,1,1,2439,1,1988896262,'2014-02-16 04:34:12',''),(1999,1,1,2440,1,1988896262,'2014-02-16 04:34:13',''),(2000,1,1,2441,1,1988896262,'2014-02-16 04:34:13',''),(2001,1,1,2442,1,1988896262,'2014-02-16 04:34:13',''),(2002,1,1,2443,1,1988896262,'2014-02-16 04:34:14',''),(2003,1,1,2444,1,1988896262,'2014-02-16 04:34:15',''),(2004,1,1,2445,1,1988896262,'2014-02-16 04:34:15',''),(2005,1,1,2446,1,1988896262,'2014-02-16 04:34:15',''),(2006,1,1,2447,29,1988896262,'2014-02-16 04:34:16',''),(2007,1,1,2448,1,1988896262,'2014-02-16 04:34:17',''),(2008,1,1,2449,1,1988896262,'2014-02-16 04:34:18',''),(2009,1,1,2450,1,1988896262,'2014-02-16 04:34:18',''),(2010,1,1,2451,1,1988896262,'2014-02-16 04:34:19',''),(2011,1,1,2452,3,1988896262,'2014-02-16 04:34:19',''),(2012,1,1,2453,26,2637636447,'2014-02-16 04:58:56',''),(2013,1,1,2454,1,1123631114,'2014-02-16 06:10:35',''),(2014,1,1,2152,1,1344963217,'2014-02-16 06:11:53',''),(2015,1,1,2455,1,1123631106,'2014-02-16 08:06:53',''),(2016,1,1,2456,1,1123631105,'2014-02-16 09:02:28',''),(2017,1,1,2457,42,1123631114,'2014-02-16 09:07:48',''),(2018,1,1,2458,1,1577067502,'2014-02-16 10:11:08','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CGoQoAIwBA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=iY4AU6-kBcmM7QaOs4DgBw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.61535280,d.ZGU'),(2019,1,1,2459,27,1123633603,'2014-02-16 11:35:21',''),(2020,1,1,2461,1,1542483315,'2014-02-16 13:23:25',''),(2021,1,1,2462,1,1542483309,'2014-02-16 13:23:26',''),(2022,1,1,2463,47,2637635869,'2014-02-16 14:45:11',''),(2023,1,1,2464,1,1377593563,'2014-02-16 15:09:35','https://www.google.co.uk/'),(2024,1,1,2465,28,1123633603,'2014-02-16 17:42:08',''),(2025,1,1,2466,1,1123633603,'2014-02-16 19:56:42',''),(2026,1,1,2468,1,1123633603,'2014-02-16 20:48:19',''),(2027,1,1,2469,1,1123633603,'2014-02-16 22:33:32',''),(2028,1,1,2470,44,1123633603,'2014-02-16 23:42:24',''),(2029,1,1,2471,1,1123633603,'2014-02-17 01:22:00',''),(2030,1,1,2472,43,1123633603,'2014-02-17 01:55:39',''),(2031,1,1,2473,1,1365305980,'2014-02-17 02:50:37','https://www.google.co.uk/'),(2032,1,1,2474,1,1968049425,'2014-02-17 02:56:10',''),(2033,1,1,2475,58,1123633603,'2014-02-17 03:02:11',''),(2034,1,1,2476,1,1840243291,'2014-02-17 03:12:45',''),(2035,1,1,2477,16,1123633603,'2014-02-17 04:15:10',''),(2036,1,1,2478,1,1330006891,'2014-02-17 04:16:08',''),(2037,1,1,2479,1,1123633603,'2014-02-17 05:15:34',''),(2038,1,1,2481,1,1542483313,'2014-02-17 05:47:05',''),(2039,1,1,2482,1,1542483284,'2014-02-17 05:47:06',''),(2040,1,1,2483,9,2637635639,'2014-02-17 07:11:32',''),(2041,1,1,2484,31,1123633603,'2014-02-17 08:05:31',''),(2042,1,1,2485,42,1123633603,'2014-02-17 08:37:32',''),(2043,1,1,2486,1,3559821984,'2014-02-17 08:47:43','https://www.google.co.uk/'),(2044,1,1,2488,16,1123633603,'2014-02-17 09:44:22',''),(2045,1,1,2489,1,1123631105,'2014-02-17 11:40:01',''),(2046,1,1,2490,1,1123631106,'2014-02-17 12:30:49',''),(2047,1,1,2491,1,2420924391,'2014-02-17 16:07:57',''),(2048,1,1,2492,1,2420924391,'2014-02-17 16:08:08',''),(2049,1,1,2493,1,2420924391,'2014-02-17 16:08:11',''),(2050,1,1,2494,1,2420924391,'2014-02-17 16:08:17',''),(2051,1,1,2495,1,2420924391,'2014-02-17 16:08:25',''),(2052,1,1,2496,1,2420924391,'2014-02-17 16:08:37',''),(2053,1,1,2497,1,2420924391,'2014-02-17 16:08:42',''),(2054,1,1,2498,56,3588169485,'2014-02-17 17:06:54','http://www.google.fr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&ved=0CIgBEBYwCA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=REECU4vVJ6WL0AX2ioGICA&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxTZM6g'),(2055,1,1,2499,43,1123631106,'2014-02-17 18:10:27',''),(2056,1,1,2500,59,1342380802,'2014-02-17 18:50:49','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CH0QFjAG&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D25%26controller%3Dproduct%26id_lang%3D1&ei=MFcCU5jlJKKV7AbgjYGoCQ&usg=AFQjCNFr-Hd39RuKXL2uSTHqhfKcokJdSg'),(2057,1,1,2501,1,1123631105,'2014-02-17 19:13:20',''),(2058,1,1,2502,27,1123631106,'2014-02-17 20:57:18',''),(2059,1,1,2503,30,1123631114,'2014-02-18 06:04:03',''),(2060,1,1,2504,1,1123631106,'2014-02-18 06:09:39',''),(2061,1,1,2506,1,2637636091,'2014-02-18 07:26:21',''),(2062,1,1,2507,31,1123631105,'2014-02-18 07:34:10',''),(2063,1,1,2508,1,1332901761,'2014-02-18 07:46:39',''),(2064,1,1,2509,58,1123631105,'2014-02-18 08:28:45',''),(2065,1,1,2510,6,529856201,'2014-02-18 09:37:10',''),(2066,1,1,2511,56,1123631106,'2014-02-18 09:52:38',''),(2067,1,1,2512,42,1123631105,'2014-02-18 10:51:20',''),(2068,1,1,2513,38,1123631106,'2014-02-18 16:35:33',''),(2069,1,1,2514,1,1542483275,'2014-02-18 17:22:23',''),(2070,1,1,2515,1,1542483268,'2014-02-18 17:22:24',''),(2071,1,1,2516,1,1123631106,'2014-02-18 22:14:01',''),(2072,1,1,2517,26,2637751639,'2014-02-18 22:27:22',''),(2073,1,1,2518,1,1534947529,'2014-02-18 22:44:37','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CHAQoAIwBg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=POIDU9akJYKt0QWV1YHoBg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=0kmV6d-Enx3kUffn4wJd7g'),(2074,1,1,2519,16,1123631114,'2014-02-18 23:33:09',''),(2075,1,1,2520,44,1123631106,'2014-02-19 00:45:09',''),(2076,1,1,2521,43,1123631105,'2014-02-19 03:05:33',''),(2077,1,1,2522,16,1123631105,'2014-02-19 03:55:57',''),(2078,1,1,2523,1,1123631106,'2014-02-19 07:00:21',''),(2079,1,1,2524,1,1123631114,'2014-02-19 07:05:26',''),(2080,1,1,2525,9,1123631105,'2014-02-19 08:54:10',''),(2081,1,1,2527,1,2516515434,'2014-02-19 11:31:22',''),(2082,1,1,2528,6,2637636122,'2014-02-19 14:19:48',''),(2083,1,1,2529,1,2954577433,'2014-02-19 14:45:35','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&sqi=2&ved=0CIYBEKACMAY&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=xMAEU-XEOIGS7AbLxYHYDA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=k9hmqCid6bn9mhSUjNXCDA'),(2084,1,1,2530,6,2516515504,'2014-02-19 15:30:56',''),(2085,1,1,2531,56,1123631106,'2014-02-19 16:00:30',''),(2086,1,1,2532,1,786803397,'2014-02-19 16:18:19',''),(2087,1,1,2533,1,3233510234,'2014-02-19 16:18:29',''),(2088,1,1,2534,1,3233510234,'2014-02-19 16:18:36',''),(2089,1,1,2535,1,3233510234,'2014-02-19 16:18:40',''),(2090,1,1,2536,1,3233510234,'2014-02-19 16:18:43',''),(2091,1,1,2537,1,3233510234,'2014-02-19 16:18:45',''),(2092,1,1,2538,1,3233510234,'2014-02-19 16:18:47',''),(2093,1,1,2539,1,3233510234,'2014-02-19 16:18:50',''),(2094,1,1,2540,1,1542483324,'2014-02-19 16:34:55',''),(2095,1,1,2541,1,1542483306,'2014-02-19 16:34:56',''),(2096,1,1,2542,1,1452587189,'2014-02-19 18:41:49','http://www.google.co.uk/search?site=&source=hp&ei=3_UEU5DMHozL0AXa8oGQDA&q=tyres+Blackburn&oq=tyres+Blackburn&gs_l=mobile-gws-hp.12..0l2j0i22i30l3.3448.11878.0.13057.14.14.0.6.6.0.231.2035.1j11j2.14.0....0...1c.1.35.mobile-gws-hp..0.14.1383.QRyomLs16CM'),(2097,1,1,2543,1,527705507,'2014-02-19 20:15:11',''),(2098,1,1,2544,43,2637751639,'2014-02-19 22:25:00',''),(2099,1,1,2545,1,1123631105,'2014-02-20 05:17:45',''),(2100,1,1,2546,1,1542483266,'2014-02-20 11:03:41',''),(2101,1,1,2547,1,1542483316,'2014-02-20 11:03:42',''),(2102,1,1,2548,56,1123631106,'2014-02-20 12:30:25',''),(2103,1,1,2549,9,1123631106,'2014-02-20 13:31:59',''),(2104,1,1,2550,1,1354954306,'2014-02-20 13:55:32','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=4&ved=0CF4QoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=RwkGU5L7JYTb7AaqqIHIBw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.61725948,d.ZGU'),(2105,1,1,2552,10,1123631105,'2014-02-20 15:20:57',''),(2106,1,1,2553,48,1123631105,'2014-02-20 16:01:12',''),(2107,1,1,2554,27,1123631105,'2014-02-20 17:19:22',''),(2108,1,1,2555,1,1444467947,'2014-02-20 18:03:03','https://www.google.co.uk/'),(2109,1,1,2556,1,1444467947,'2014-02-20 18:03:04','https://www.google.co.uk/'),(2110,1,1,2557,56,1123631105,'2014-02-20 18:03:19',''),(2111,1,1,2558,59,1123631106,'2014-02-20 18:23:19',''),(2112,1,1,2559,9,2637636447,'2014-02-20 19:27:01',''),(2113,1,1,2560,14,1123631114,'2014-02-20 20:02:47',''),(2114,1,1,2562,18,2637636389,'2014-02-20 23:58:35',''),(2115,1,1,2563,43,2637636389,'2014-02-21 00:53:15',''),(2116,1,1,2564,43,1123631112,'2014-02-21 06:24:54',''),(2117,1,1,2565,1,1542483286,'2014-02-21 07:28:43',''),(2118,1,1,2566,1,1542483305,'2014-02-21 07:28:44',''),(2119,1,1,2567,38,1123631107,'2014-02-21 08:21:50',''),(2120,1,1,2568,1,1123631112,'2014-02-21 08:38:36',''),(2121,1,1,2569,43,2637636647,'2014-02-21 08:54:03',''),(2122,1,1,2570,41,1123631112,'2014-02-21 09:51:49',''),(2123,1,1,2571,31,1123631152,'2014-02-21 10:48:47',''),(2124,1,1,2572,18,2637636389,'2014-02-21 11:30:26',''),(2125,1,1,2573,1,3643416838,'2014-02-21 11:53:51','https://www.google.co.uk/'),(2126,1,1,2574,3,2637635864,'2014-02-21 17:05:29',''),(2127,1,1,2575,43,1123631112,'2014-02-21 20:37:11',''),(2128,1,1,2576,1,1588432562,'2014-02-21 21:29:32',''),(2129,1,1,2577,1,1588432562,'2014-02-21 21:29:35',''),(2130,1,1,2578,1,1588432562,'2014-02-21 21:29:37',''),(2131,1,1,2579,1,1588432562,'2014-02-21 21:29:39',''),(2132,1,1,2580,1,1588432562,'2014-02-21 21:29:42',''),(2133,1,1,2581,1,1588432562,'2014-02-21 21:29:44',''),(2134,1,1,2582,1,1588432562,'2014-02-21 21:29:46',''),(2135,1,1,2583,1,1123631152,'2014-02-22 02:41:37',''),(2136,1,1,2584,1,1542483268,'2014-02-22 05:12:47',''),(2137,1,1,2585,1,1542483270,'2014-02-22 05:12:48',''),(2138,1,1,2586,26,2637635873,'2014-02-22 06:07:06',''),(2139,1,1,2587,1,2057313053,'2014-02-22 07:46:48',''),(2140,1,1,2588,6,2057313053,'2014-02-22 07:46:50',''),(2141,1,1,2589,1,1123631112,'2014-02-22 08:47:53',''),(2142,1,1,2590,45,1123631107,'2014-02-22 11:39:22',''),(2143,1,1,2592,1,1377544005,'2014-02-22 12:39:57',''),(2144,1,1,2593,1,90614778,'2014-02-22 15:33:00',''),(2145,1,1,2594,6,90614778,'2014-02-22 15:33:01',''),(2146,1,1,2595,43,1123631112,'2014-02-22 16:07:39',''),(2147,1,1,2596,1,1123631152,'2014-02-22 17:52:28',''),(2148,1,1,2597,15,1123631107,'2014-02-22 18:49:25',''),(2149,1,1,2598,31,1123631152,'2014-02-22 19:50:56',''),(2150,1,1,2599,6,1123631112,'2014-02-22 21:03:52',''),(2151,1,1,2600,14,1123631107,'2014-02-22 21:08:24',''),(2152,1,1,2601,1,1123631112,'2014-02-22 22:55:51',''),(2153,1,1,2602,56,2637635639,'2014-02-22 23:40:01',''),(2154,1,1,2603,1,1524437645,'2014-02-23 02:09:50',''),(2155,1,1,2604,20,1123631107,'2014-02-23 11:20:46',''),(2156,1,1,2605,53,2637716776,'2014-02-23 12:08:48',''),(2157,1,1,2606,1,1542483297,'2014-02-23 15:20:24',''),(2158,1,1,2607,1,1542483307,'2014-02-23 15:20:25',''),(2159,1,1,2608,1,1443308956,'2014-02-23 16:34:54',''),(2160,1,1,2609,1,1443308956,'2014-02-23 16:34:56',''),(2161,1,1,2610,1,1443308956,'2014-02-23 16:34:59',''),(2162,1,1,2611,1,1443308956,'2014-02-23 16:35:01',''),(2163,1,1,2612,1,1443308956,'2014-02-23 16:35:04',''),(2164,1,1,2613,1,1443308956,'2014-02-23 16:35:07',''),(2165,1,1,2614,1,1443308956,'2014-02-23 16:35:10',''),(2166,1,1,2615,27,1546188910,'2014-02-23 16:42:10','http://www.google.co.uk/'),(2167,1,1,2616,51,1123631152,'2014-02-23 20:38:09',''),(2168,1,1,2617,45,1123631152,'2014-02-23 23:58:02',''),(2169,1,1,2618,31,1123631112,'2014-02-24 07:59:28',''),(2170,1,1,2619,1,1123631107,'2014-02-24 09:50:26',''),(2171,1,1,2620,1,1542483288,'2014-02-24 10:52:22',''),(2172,1,1,2621,1,1542483321,'2014-02-24 10:52:23',''),(2173,1,1,2622,1,1544771226,'2014-02-24 12:14:28','http://www.google.com/url?sa=D&q=http://www.mstyresblackburn.co.uk/&usg=AFQjCNFHS3agUpw8LV1f9fYnoPjU3t7kIA'),(2174,1,1,2623,1,1041806727,'2014-02-24 12:14:58',''),(2175,1,1,2624,1,1123631683,'2014-02-24 18:37:41',''),(2176,1,1,2625,51,1123631683,'2014-02-24 19:39:37',''),(2177,1,1,2626,23,1123631683,'2014-02-24 20:55:51',''),(2178,1,1,2628,15,1123631683,'2014-02-24 21:29:18',''),(2179,1,1,2629,10,1123631683,'2014-02-24 22:25:46',''),(2180,1,1,2630,28,1123631683,'2014-02-24 23:01:04',''),(2181,1,1,2631,27,1123631683,'2014-02-25 00:18:12',''),(2182,1,1,2632,1,1542483269,'2014-02-25 06:38:35',''),(2183,1,1,2633,1,1542483298,'2014-02-25 06:38:36',''),(2184,1,1,2634,1,1123631683,'2014-02-25 07:03:58',''),(2185,1,1,2635,51,1123631683,'2014-02-25 07:34:13',''),(2186,1,1,2636,1,1367922353,'2014-02-25 08:50:50','https://www.google.co.uk/'),(2187,1,1,2637,6,2988500376,'2014-02-25 09:17:22',''),(2188,1,1,2638,6,2988500376,'2014-02-25 10:50:23',''),(2189,1,1,2639,3,1123631683,'2014-02-25 11:03:01',''),(2190,1,1,2640,1,3233510386,'2014-02-25 16:26:05',''),(2191,1,1,2641,1,3233510386,'2014-02-25 16:26:09',''),(2192,1,1,2642,1,3233510386,'2014-02-25 16:26:13',''),(2193,1,1,2643,1,3233510386,'2014-02-25 16:26:16',''),(2194,1,1,2644,1,3233510386,'2014-02-25 16:26:18',''),(2195,1,1,2645,1,3233510386,'2014-02-25 16:26:21',''),(2196,1,1,2646,1,3233510386,'2014-02-25 16:26:24',''),(2197,1,1,2647,45,1123631107,'2014-02-25 19:08:53',''),(2198,1,1,2648,6,2988500376,'2014-02-25 21:50:36',''),(2199,1,1,2649,51,3589189380,'2014-02-26 01:59:22',''),(2200,1,1,2650,1,1123631112,'2014-02-26 07:12:28',''),(2201,1,1,2651,1,1444283907,'2014-02-26 08:07:02','http://www.bing.com/search?q=tyres&go=&qs=n&form=QBLH&filt=all&pq=tyres&sc=8-5&sp=-1&sk='),(2202,1,1,2652,31,1123631152,'2014-02-26 08:59:29',''),(2203,1,1,2653,1,1542483301,'2014-02-26 09:16:49',''),(2204,1,1,2654,1,1542483271,'2014-02-26 09:16:50',''),(2205,1,1,2655,43,2637636451,'2014-02-26 13:07:59',''),(2206,1,1,2656,43,2637636018,'2014-02-26 13:43:44',''),(2207,1,1,2657,21,1123631107,'2014-02-26 19:18:48',''),(2208,1,1,2658,56,1123631107,'2014-02-26 20:18:26',''),(2209,1,1,2659,1,1123631152,'2014-02-26 21:00:56',''),(2210,1,1,2660,43,2637636018,'2014-02-26 23:51:37',''),(2211,1,1,2661,56,1151400356,'2014-02-26 23:56:40',''),(2212,1,1,2662,43,2637636451,'2014-02-27 01:24:41',''),(2213,1,1,2663,10,2637635868,'2014-02-27 07:24:33',''),(2214,1,1,2664,59,2637636662,'2014-02-27 08:54:00',''),(2215,1,1,2665,29,2637636662,'2014-02-27 08:54:01',''),(2216,1,1,2666,14,1123631112,'2014-02-27 09:04:14',''),(2217,1,1,2667,1,3277816657,'2014-02-27 10:00:27','http://www.bing.com/search?q=cheap+part+worn+tyres%2C+blackburn&qs=n&form=QBRE&pq=cheap+part+worn+tyres%2C+blackburn&sc=0-29&sp=-1&sk='),(2218,1,1,2668,1,2760529678,'2014-02-27 12:37:26','https://www.google.co.uk/'),(2219,1,1,2669,22,1123633603,'2014-02-27 14:57:22',''),(2220,1,1,2670,1,1365580486,'2014-02-27 14:58:02','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=9&ved=0CIQBEBYwCA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=UVIPU4u8G8ejhgf_loEI&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.61965928,d.bGQ'),(2221,1,1,2671,1,1542483318,'2014-02-27 14:59:11',''),(2222,1,1,2672,1,1542483306,'2014-02-27 14:59:12',''),(2223,1,1,2673,16,2637635643,'2014-02-27 15:16:44',''),(2224,1,1,2674,52,1094129911,'2014-02-27 16:30:29',''),(2225,1,1,2675,1,1123633603,'2014-02-27 16:32:17',''),(2226,1,1,2676,1,1546189280,'2014-02-27 17:13:00',''),(2227,1,1,2677,1,1545062156,'2014-02-27 18:44:05','http://www.google.com/m?hl=en-GB&ie=UTF-8&q=part+worn+tyres+blackburn'),(2228,1,1,2678,1,1041806727,'2014-02-27 18:44:37',''),(2229,1,1,2679,1,2385950730,'2014-02-27 20:39:50',''),(2230,1,1,2680,1,2385950730,'2014-02-27 20:39:53',''),(2231,1,1,2681,1,2385950730,'2014-02-27 20:39:57',''),(2232,1,1,2682,1,2385950730,'2014-02-27 20:40:09',''),(2233,1,1,2683,1,2385950730,'2014-02-27 20:40:11',''),(2234,1,1,2684,1,2385950730,'2014-02-27 20:40:16',''),(2235,1,1,2685,1,2385950730,'2014-02-27 20:40:20',''),(2236,1,1,2686,48,1123633603,'2014-02-27 21:33:31',''),(2237,1,1,2687,44,1094137830,'2014-02-27 21:36:40',''),(2238,1,1,2688,49,1123633603,'2014-02-27 22:10:11',''),(2239,1,1,2690,18,1123631112,'2014-02-28 04:03:31',''),(2240,1,1,2691,45,2637635857,'2014-02-28 05:39:27',''),(2241,1,1,2692,57,2637636447,'2014-02-28 06:14:58',''),(2242,1,1,2693,1,1482723854,'2014-02-28 06:52:40',''),(2243,1,1,2694,26,2637635920,'2014-02-28 09:41:01',''),(2244,1,1,2695,45,1123631112,'2014-02-28 10:39:20',''),(2245,1,1,2696,27,2637636092,'2014-02-28 14:25:33',''),(2246,1,1,2697,1,1572478835,'2014-02-28 17:11:19','http://www.google.co.uk/search?q=tyres+in+blackburn&hl=en&sa=X&as_q=&nfpr=&spell=1&ei=h8IQU56bIaOK7Aauq4CwCQ&ved=0CBMQvwU'),(2247,1,1,2698,59,1572248588,'2014-02-28 17:57:11',''),(2248,1,1,2699,31,1123631364,'2014-02-28 19:53:14',''),(2249,1,1,2700,3,2499481254,'2014-02-28 20:24:25',''),(2250,1,1,2701,26,2385950730,'2014-02-28 20:29:45',''),(2251,1,1,2702,26,2385950730,'2014-02-28 20:29:53',''),(2252,1,1,2703,26,2385950730,'2014-02-28 20:29:58',''),(2253,1,1,2704,26,2385950730,'2014-02-28 20:30:07',''),(2254,1,1,2705,26,2385950730,'2014-02-28 20:30:11',''),(2255,1,1,2706,26,2385950730,'2014-02-28 20:30:21',''),(2256,1,1,2707,26,2385950730,'2014-02-28 20:30:25',''),(2257,1,1,2708,26,2385950730,'2014-02-28 20:30:32',''),(2258,1,1,2709,6,2385950730,'2014-02-28 20:30:40',''),(2259,1,1,2710,29,2385950730,'2014-02-28 20:30:44',''),(2260,1,1,2711,42,2385950730,'2014-02-28 20:30:48',''),(2261,1,1,2712,54,2385950730,'2014-02-28 20:30:51',''),(2262,1,1,2713,15,2385950730,'2014-02-28 20:30:56',''),(2263,1,1,2714,31,2385950730,'2014-02-28 20:31:01',''),(2264,1,1,2715,47,2385950730,'2014-02-28 20:31:04',''),(2265,1,1,2716,44,2385950730,'2014-02-28 20:31:11',''),(2266,1,1,2717,58,2385950730,'2014-02-28 20:31:16',''),(2267,1,1,2718,10,2385950730,'2014-02-28 20:31:21',''),(2268,1,1,2719,26,2637636436,'2014-02-28 22:48:04',''),(2269,1,1,2720,14,1094136920,'2014-03-01 01:58:02',''),(2270,1,1,2721,14,3684344481,'2014-03-01 04:10:26',''),(2271,1,1,2722,1,1542483323,'2014-03-01 07:06:34',''),(2272,1,1,2723,1,1542483315,'2014-03-01 07:06:35',''),(2273,1,1,2724,1,1123631364,'2014-03-01 07:15:20',''),(2274,1,1,2725,14,1123631364,'2014-03-01 08:40:04',''),(2275,1,1,2726,1,1577818393,'2014-03-01 09:02:01','https://www.google.co.uk/'),(2276,1,1,2727,31,2637635670,'2014-03-01 10:20:21',''),(2277,1,1,2728,1,1838426116,'2014-03-01 12:22:04','https://www.google.co.uk/'),(2278,1,1,2729,1,1123631364,'2014-03-01 13:47:23',''),(2279,1,1,2730,45,1123631599,'2014-03-01 17:27:57',''),(2280,1,1,2731,46,2637635927,'2014-03-01 17:34:10',''),(2281,1,1,2732,56,772083769,'2014-03-01 18:01:45','http://www.google.de/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CC0QFjAB&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=iR8SU8a4DYeu7AaA8YHwAw&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxTZM6g&bv'),(2282,1,1,2733,38,2637636384,'2014-03-01 18:25:39',''),(2283,1,1,2734,48,2637716631,'2014-03-01 19:51:32',''),(2284,1,1,2735,60,419403435,'2014-03-01 23:23:06',''),(2285,1,1,2736,1,419403435,'2014-03-01 23:23:39',''),(2286,1,1,2737,49,1592977682,'2014-03-01 23:24:17',''),(2287,1,1,2738,49,623735203,'2014-03-01 23:25:39',''),(2288,1,1,2739,49,630356753,'2014-03-01 23:26:51',''),(2289,1,1,2740,1,1432517327,'2014-03-01 23:28:16',''),(2290,1,1,2741,61,1432517327,'2014-03-01 23:28:48',''),(2291,1,1,2742,61,1432517327,'2014-03-01 23:29:30',''),(2292,1,1,2743,61,1432517327,'2014-03-01 23:30:00',''),(2293,1,1,2744,6,1123631556,'2014-03-02 01:47:18',''),(2294,1,1,2745,1,641994539,'2014-03-02 01:52:29',''),(2295,1,1,2746,1,641994539,'2014-03-02 01:52:36',''),(2296,1,1,2747,1,641994539,'2014-03-02 01:52:42',''),(2297,1,1,2748,1,641994539,'2014-03-02 01:52:46',''),(2298,1,1,2749,1,641994539,'2014-03-02 01:52:50',''),(2299,1,1,2750,1,641994539,'2014-03-02 01:52:55',''),(2300,1,1,2751,1,641994539,'2014-03-02 01:52:59',''),(2301,1,1,2752,23,1123631556,'2014-03-02 04:23:29',''),(2302,1,1,2753,26,2637636427,'2014-03-02 07:02:41',''),(2303,1,1,2754,41,1094136924,'2014-03-02 07:48:00',''),(2304,1,1,2755,42,1094136924,'2014-03-02 08:09:57',''),(2305,1,1,2756,1,1123631599,'2014-03-02 08:37:22',''),(2306,1,1,2757,31,1123631364,'2014-03-02 10:13:22',''),(2307,1,1,2758,1,1603768933,'2014-03-02 11:52:22','https://www.google.co.uk/'),(2308,1,1,2759,1,1123631364,'2014-03-02 14:02:57',''),(2309,1,1,2760,1,3580594036,'2014-03-02 14:07:30','https://www.google.co.uk/'),(2310,1,1,2761,1,1542483296,'2014-03-02 14:26:48',''),(2311,1,1,2762,1,1542483325,'2014-03-02 14:26:49',''),(2312,1,1,2763,56,1123631556,'2014-03-02 17:07:18',''),(2313,1,1,2764,1,35644018,'2014-03-02 19:10:11',''),(2314,1,1,2765,19,1123631556,'2014-03-02 19:30:01',''),(2315,1,1,2766,10,1123631599,'2014-03-02 20:02:51',''),(2316,1,1,2767,3,2637635638,'2014-03-03 00:52:28',''),(2317,1,1,2768,51,2637635643,'2014-03-03 04:58:40',''),(2318,1,1,2769,55,2637716778,'2014-03-03 05:08:35',''),(2319,1,1,2770,1,1542483280,'2014-03-03 05:30:10',''),(2320,1,1,2771,1,1542483326,'2014-03-03 05:30:11',''),(2321,1,1,2772,45,1123631556,'2014-03-03 09:13:28',''),(2322,1,1,2773,1,1403502422,'2014-03-03 12:25:40','https://www.google.co.uk/'),(2323,1,1,2774,1,1442834639,'2014-03-03 14:27:49',''),(2324,1,1,2775,1,1386427652,'2014-03-03 14:53:28','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CD4QFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=ZJcUU4HKLsOihgeI3oCQCQ&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.61965928,d.ZG4'),(2325,1,1,2776,16,2637635940,'2014-03-03 16:18:11',''),(2326,1,1,2777,1,1123633609,'2014-03-03 17:16:09',''),(2327,1,1,2778,15,2637635679,'2014-03-03 18:25:32',''),(2328,1,1,2779,26,1094129910,'2014-03-03 18:45:53',''),(2329,1,1,2780,9,1123631556,'2014-03-03 21:15:23',''),(2330,1,1,2781,1,1344981174,'2014-03-03 21:24:20','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&sqi=2&ved=0CHcQoAIwBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=Ku4UU9TkIu3b7AaxqYDACg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(2331,1,1,2782,59,2548551967,'2014-03-03 21:24:52','https://www.google.co.uk/'),(2332,1,1,2783,1,1041806727,'2014-03-03 21:26:48',''),(2333,1,1,2784,31,1123631599,'2014-03-03 21:36:15',''),(2334,1,1,2785,49,1094129898,'2014-03-04 02:44:56',''),(2335,1,1,2786,1,1504232259,'2014-03-04 07:14:56','http://www.google.co.uk/search?q=tyres+blackburn&ie=UTF-8&oe=UTF-8&hl=en-gb&client=safari'),(2336,1,1,2787,51,1123631364,'2014-03-04 07:17:22',''),(2337,1,1,2788,1,1123631364,'2014-03-04 08:41:01',''),(2338,1,1,2789,1,1380306358,'2014-03-04 08:57:53','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=5&sqi=2&ved=0CGgQoAIwBA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=DZUVU5T3DISShQfyx4CYCw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(2339,1,1,2790,1,523407511,'2014-03-04 09:50:44','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0CGwQFjAF&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=sKAVU8ruF4nX7Abe7oGwDA&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&sig2=WEwv5qqssUCNHxGH-tKKLg&bvm=bv.62286460,d.ZGU'),(2340,1,1,2790,1,523407511,'2014-03-04 11:18:20',''),(2341,1,1,2791,1,1542483282,'2014-03-04 11:22:32',''),(2342,1,1,2792,1,1542483305,'2014-03-04 11:22:33',''),(2343,1,1,2793,50,2637636193,'2014-03-04 11:26:21',''),(2344,1,1,2794,1,1384445845,'2014-03-04 13:06:24','https://www.google.co.uk/'),(2345,1,1,2795,45,1123631556,'2014-03-04 15:44:31',''),(2346,1,1,2796,1,1968049425,'2014-03-04 21:11:41',''),(2347,1,1,2797,26,1311674837,'2014-03-04 21:41:48',''),(2348,1,1,2798,26,1311674837,'2014-03-04 21:41:51',''),(2349,1,1,2799,43,1311674837,'2014-03-04 21:41:56',''),(2350,1,1,2800,16,1311674837,'2014-03-04 21:41:59',''),(2351,1,1,2801,15,1123631364,'2014-03-04 21:56:07',''),(2352,1,1,2802,1,88394207,'2014-03-04 23:29:25','https://www.google.co.uk/'),(2353,1,1,2803,1,1365337474,'2014-03-05 00:50:22',''),(2354,1,1,2804,28,1211010362,'2014-03-05 01:47:44',''),(2355,1,1,2805,51,1211010362,'2014-03-05 01:47:44',''),(2356,1,1,2806,27,1211010362,'2014-03-05 01:47:46',''),(2357,1,1,2807,59,1211010362,'2014-03-05 01:47:46',''),(2358,1,1,2808,10,1211010362,'2014-03-05 01:47:47',''),(2359,1,1,2809,56,1211010362,'2014-03-05 01:47:47',''),(2360,1,1,2810,14,1123631599,'2014-03-05 02:11:18',''),(2361,1,1,2811,23,1123631599,'2014-03-05 05:08:27',''),(2362,1,1,2812,26,2637635948,'2014-03-05 06:05:23',''),(2363,1,1,2813,1,1542483316,'2014-03-05 11:31:59',''),(2364,1,1,2814,1,1542483269,'2014-03-05 11:32:00',''),(2365,1,1,2815,56,2637751742,'2014-03-05 12:04:22',''),(2366,1,1,2816,15,1545009819,'2014-03-05 15:31:07','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=38&ved=0CHYQFjAHOB4&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_manufacturer%3D5%26controller%3Dmanufacturer%26id_lang%3D1&ei=IEMXU4HMKMniygPxmoHIBw&usg=AFQjCNEOCwIJ1QjT1zfUe'),(2367,1,1,2817,1,1041806727,'2014-03-05 15:31:40',''),(2368,1,1,2818,58,2637635644,'2014-03-05 19:59:43',''),(2369,1,1,2819,51,1211010362,'2014-03-05 22:58:47',''),(2370,1,1,2820,28,1211010362,'2014-03-05 23:05:52',''),(2371,1,1,2821,59,1211010362,'2014-03-06 00:02:39',''),(2372,1,1,2822,27,1211010362,'2014-03-06 00:02:39',''),(2373,1,1,2823,56,1211010362,'2014-03-06 00:02:41',''),(2374,1,1,2824,10,1211010362,'2014-03-06 00:02:41',''),(2375,1,1,2825,1,2637636201,'2014-03-06 02:13:08',''),(2376,1,1,2826,23,1123631599,'2014-03-06 03:01:19',''),(2377,1,1,2827,31,1123631599,'2014-03-06 04:38:15',''),(2378,1,1,2828,1,786803397,'2014-03-06 08:57:17',''),(2379,1,1,2829,1,1452710011,'2014-03-06 10:26:36',''),(2380,1,1,2830,1,3567236153,'2014-03-06 10:43:25','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=14&sqi=2&ved=0CL0BEBYwDQ&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=7FAYU77XK8mThQfXnYGoCA&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.62577051,d.ZG4'),(2381,1,1,2831,1,1123631599,'2014-03-06 12:17:55',''),(2382,1,1,2832,1,1542483279,'2014-03-06 12:38:54',''),(2383,1,1,2833,1,1542483307,'2014-03-06 12:38:55',''),(2384,1,1,2834,59,3589189382,'2014-03-06 14:24:04',''),(2385,1,1,2835,1,88484475,'2014-03-06 15:53:16','http://www.google.co.uk/url?sa=t&rct=j&q=car%20tyres%20blackburn&source=web&cd=6&ved=0CDEQ_BcwBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=fpgYU_f0J-Tb7AbglYCYCQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(2386,1,1,2836,56,1123631599,'2014-03-06 16:38:45',''),(2387,1,1,2837,1,88165748,'2014-03-06 21:33:03','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&ved=0CCgQFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=h-kYU8u_MKOu7Aan1YCACQ&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&sig2=UYS3qcD32c4PL8uZvHfEAw&bvm=bv.62577051,d.ZGU'),(2388,1,1,2838,38,1123631364,'2014-03-07 01:12:35',''),(2389,1,1,2839,1,1123633607,'2014-03-07 10:38:36',''),(2390,1,1,2840,1,1365349986,'2014-03-07 10:52:02',''),(2391,1,1,2622,10,1544771226,'2014-03-07 11:32:28','https://www.google.co.uk/'),(2392,1,1,2841,1,1041806726,'2014-03-07 11:33:00',''),(2393,1,1,2842,1,1123631556,'2014-03-07 12:19:25',''),(2394,1,1,2843,1,1542483273,'2014-03-07 12:56:06',''),(2395,1,1,2844,1,1542483307,'2014-03-07 12:56:07',''),(2396,1,1,2845,1,630775459,'2014-03-07 14:00:39','http://www.google.co.uk/'),(2397,1,1,2846,1,1123633602,'2014-03-07 14:10:00',''),(2398,1,1,2847,1,1123631556,'2014-03-07 14:12:10',''),(2399,1,1,2848,50,1123631556,'2014-03-07 14:45:43',''),(2400,1,1,2849,45,1123631556,'2014-03-07 15:24:49',''),(2401,1,1,2850,1,1123631364,'2014-03-07 16:08:51',''),(2402,1,1,2851,62,1123633601,'2014-03-07 16:11:55',''),(2403,1,1,2852,23,1123631364,'2014-03-07 19:09:23',''),(2404,1,1,2853,31,1123633621,'2014-03-08 00:09:44',''),(2405,1,1,2854,1,1489375385,'2014-03-08 04:18:19',''),(2406,1,1,2855,1,1489375385,'2014-03-08 04:18:25',''),(2407,1,1,2856,1,1489375385,'2014-03-08 04:18:28',''),(2408,1,1,2857,1,1489375385,'2014-03-08 04:18:32',''),(2409,1,1,2858,1,1489375385,'2014-03-08 04:18:36',''),(2410,1,1,2859,1,1489375385,'2014-03-08 04:18:40',''),(2411,1,1,2860,1,1489375385,'2014-03-08 04:18:44',''),(2412,1,1,2861,26,2637635774,'2014-03-08 07:01:46',''),(2413,1,1,2862,26,2637635774,'2014-03-08 07:53:56',''),(2414,1,1,2863,26,2637636439,'2014-03-08 08:01:25',''),(2415,1,1,2864,51,1298185041,'2014-03-08 08:44:46','https://www.google.co.uk/'),(2416,1,1,2622,1,1544771226,'2014-03-08 10:04:23','https://www.google.co.uk/'),(2417,1,1,2865,1,1454902117,'2014-03-08 11:52:28','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&ved=0CDoQFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=eAQbU6nQA4TChAehroDQDg&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.62578216,d.ZG4'),(2418,1,1,2866,1,1546189208,'2014-03-08 14:04:28','https://www.google.co.uk/'),(2419,1,1,2867,1,1041806727,'2014-03-08 14:17:13',''),(2420,1,1,2868,1,1542483320,'2014-03-08 15:56:44',''),(2421,1,1,2869,1,1542483294,'2014-03-08 15:56:45',''),(2422,1,1,2870,14,1123631683,'2014-03-08 16:20:57',''),(2423,1,1,2871,6,1842262265,'2014-03-08 17:59:43',''),(2424,1,1,2872,1,1123631683,'2014-03-08 23:18:26',''),(2425,1,1,2873,43,1123631683,'2014-03-09 00:06:12',''),(2426,1,1,2874,1,3495573956,'2014-03-09 01:23:04',''),(2427,1,1,2875,16,1123631683,'2014-03-09 02:13:32',''),(2428,1,1,2876,43,2637635643,'2014-03-09 03:43:09',''),(2429,1,1,2877,62,2420924199,'2014-03-09 04:42:36',''),(2430,1,1,2878,1,1542483318,'2014-03-09 05:07:51',''),(2431,1,1,2879,1,1542483275,'2014-03-09 05:07:52',''),(2432,1,1,2880,31,1123631683,'2014-03-09 05:58:44',''),(2433,1,1,2881,56,1123631683,'2014-03-09 10:45:47',''),(2434,1,1,2882,1,1442969446,'2014-03-09 12:02:31',''),(2435,1,1,2883,1,1577750011,'2014-03-09 14:01:39','http://www.google.co.uk/'),(2436,1,1,2884,45,1123631364,'2014-03-09 14:04:38',''),(2437,1,1,2883,1,1577750011,'2014-03-09 15:14:46','http://www.google.co.uk/'),(2438,1,1,2885,26,1094129911,'2014-03-09 20:25:40',''),(2439,1,1,2886,1,2385950730,'2014-03-09 21:22:30',''),(2440,1,1,2887,1,2385950730,'2014-03-09 21:22:32',''),(2441,1,1,2888,1,2385950730,'2014-03-09 21:22:35',''),(2442,1,1,2889,1,2385950730,'2014-03-09 21:22:39',''),(2443,1,1,2890,1,2385950730,'2014-03-09 21:22:42',''),(2444,1,1,2891,1,2385950730,'2014-03-09 21:22:45',''),(2445,1,1,2892,1,2385950730,'2014-03-09 21:22:48',''),(2446,1,1,2893,1,1375855872,'2014-03-09 21:43:07','https://www.google.co.uk/'),(2447,1,1,2894,1,1123631556,'2014-03-10 00:47:20',''),(2448,1,1,2895,50,1123633630,'2014-03-10 02:10:12',''),(2449,1,1,2896,31,1123633633,'2014-03-10 03:13:22',''),(2450,1,1,2897,47,1123633619,'2014-03-10 05:47:41',''),(2451,1,1,2898,47,1123633607,'2014-03-10 05:51:37',''),(2452,1,1,2899,1,1123633609,'2014-03-10 06:41:53',''),(2453,1,1,2900,63,1123631599,'2014-03-10 06:51:59',''),(2454,1,1,2902,26,1123633622,'2014-03-10 06:55:53',''),(2455,1,1,2905,59,1123633602,'2014-03-10 08:15:01',''),(2456,1,1,2906,1,1123633611,'2014-03-10 08:18:31',''),(2457,1,1,2907,26,2637716778,'2014-03-10 08:34:40',''),(2458,1,1,2908,1,35292171,'2014-03-10 08:47:45',''),(2459,1,1,2909,46,1123633635,'2014-03-10 08:55:21',''),(2460,1,1,2910,10,1123633622,'2014-03-10 08:57:06',''),(2461,1,1,2911,1,1542483325,'2014-03-10 09:09:15',''),(2462,1,1,2912,1,1542483322,'2014-03-10 09:09:16',''),(2463,1,1,2913,1,1041806726,'2014-03-10 09:16:36',''),(2464,1,1,2914,49,1123633630,'2014-03-10 10:21:46',''),(2465,1,1,2915,14,1123633626,'2014-03-10 10:25:15',''),(2466,1,1,2916,1,1123633635,'2014-03-10 10:25:17',''),(2467,1,1,2917,65,1123633611,'2014-03-10 10:32:36',''),(2468,1,1,2918,26,1123633607,'2014-03-10 10:37:29',''),(2469,1,1,2919,52,1123631364,'2014-03-10 10:37:30',''),(2470,1,1,2920,31,1123631364,'2014-03-10 11:12:26',''),(2471,1,1,2922,1,1453846166,'2014-03-10 11:38:47','https://www.google.co.uk/'),(2472,1,1,2923,43,1123631556,'2014-03-10 11:56:39',''),(2473,1,1,2622,1,1544771226,'2014-03-10 12:29:50','https://www.google.co.uk/'),(2474,1,1,2924,27,1123633629,'2014-03-10 13:21:20',''),(2475,1,1,2925,38,1123631556,'2014-03-10 13:52:47',''),(2476,1,1,2926,41,1123631599,'2014-03-10 14:16:54',''),(2477,1,1,2927,6,1123633601,'2014-03-10 15:35:15',''),(2478,1,1,2928,56,1123631599,'2014-03-10 16:16:54',''),(2479,1,1,2929,62,3233510634,'2014-03-10 17:07:10',''),(2480,1,1,2930,1,1311674837,'2014-03-10 17:14:03',''),(2481,1,1,2931,1,1311674837,'2014-03-10 17:14:07',''),(2482,1,1,2932,1,1311674837,'2014-03-10 17:14:15',''),(2483,1,1,2933,63,1311674837,'2014-03-10 17:14:24',''),(2484,1,1,2934,64,1311674837,'2014-03-10 17:14:36',''),(2485,1,1,2935,9,1123633631,'2014-03-10 18:02:03',''),(2486,1,1,2936,66,1123633608,'2014-03-10 18:19:32',''),(2487,1,1,2794,16,1384441545,'2014-03-10 18:22:02',''),(2488,1,1,2937,26,1123631556,'2014-03-10 18:22:28',''),(2489,1,1,2938,67,1123633623,'2014-03-10 18:23:10',''),(2490,1,1,2939,68,1123631364,'2014-03-10 18:23:58',''),(2491,1,1,2941,66,1123633620,'2014-03-10 18:26:17',''),(2492,1,1,2943,26,1123633628,'2014-03-10 18:28:11',''),(2493,1,1,2945,1,1041806726,'2014-03-10 18:38:32',''),(2494,1,1,2946,1,1041806727,'2014-03-10 18:38:40',''),(2495,1,1,2947,1,1397225250,'2014-03-10 19:13:03',''),(2496,1,1,2948,1,1397225250,'2014-03-10 19:13:19',''),(2497,1,1,2949,1,1397225250,'2014-03-10 19:13:31',''),(2498,1,1,2950,1,1397225250,'2014-03-10 19:13:44',''),(2499,1,1,2951,1,1397225250,'2014-03-10 19:13:51',''),(2500,1,1,2952,1,1397225250,'2014-03-10 19:14:00',''),(2501,1,1,2953,1,1377789865,'2014-03-10 19:21:43',''),(2502,1,1,2954,1,1123631599,'2014-03-11 01:37:55',''),(2503,1,1,2955,1,1123631556,'2014-03-11 02:00:14',''),(2504,1,1,2956,59,84514826,'2014-03-11 03:03:50',''),(2505,1,1,2957,6,84514826,'2014-03-11 03:04:03',''),(2506,1,1,2958,45,1123633622,'2014-03-11 04:05:12',''),(2507,1,1,2959,1,2916136754,'2014-03-11 04:21:42',''),(2508,1,1,2960,1,2916136754,'2014-03-11 04:21:44',''),(2509,1,1,2961,65,2916136754,'2014-03-11 04:21:47',''),(2510,1,1,2962,69,2916136754,'2014-03-11 04:21:50',''),(2511,1,1,2963,57,1123631556,'2014-03-11 06:20:15',''),(2512,1,1,2964,10,1123631364,'2014-03-11 11:34:09',''),(2513,1,1,2965,55,1123631364,'2014-03-11 12:06:15',''),(2514,1,1,2966,1,3495573956,'2014-03-11 12:42:37',''),(2515,1,1,2967,1,1123631364,'2014-03-11 16:32:39',''),(2516,1,1,2968,54,1123631556,'2014-03-11 16:37:51',''),(2517,1,1,2969,69,1123633603,'2014-03-11 16:43:02',''),(2518,1,1,2971,1,1365319506,'2014-03-11 17:02:45','https://www.google.co.uk/'),(2519,1,1,2972,56,1123631599,'2014-03-11 17:03:35',''),(2520,1,1,2973,1,1542483317,'2014-03-11 17:13:24',''),(2521,1,1,2974,1,1542483302,'2014-03-11 17:13:25',''),(2522,1,1,2975,16,1123631556,'2014-03-11 17:27:14',''),(2523,1,1,2976,16,1123633601,'2014-03-11 17:32:29',''),(2524,1,1,2978,71,1123633609,'2014-03-11 17:42:50',''),(2525,1,1,2979,72,1123631599,'2014-03-11 17:43:32',''),(2526,1,1,2980,73,1123633620,'2014-03-11 17:44:15',''),(2527,1,1,2981,26,1123631364,'2014-03-11 17:45:32',''),(2528,1,1,2982,26,1123633607,'2014-03-11 17:47:04',''),(2529,1,1,2984,26,1123633633,'2014-03-11 17:50:18',''),(2530,1,1,2985,1,1367623590,'2014-03-11 19:34:03','https://www.google.co.uk/'),(2531,1,1,2986,1,1344982379,'2014-03-11 21:11:19','https://www.google.co.uk/'),(2532,1,1,2987,1,1041806727,'2014-03-11 21:17:54',''),(2533,1,1,2988,1,2499481254,'2014-03-11 23:47:02',''),(2534,1,1,2989,1,2499481254,'2014-03-11 23:47:05',''),(2535,1,1,2990,1,2499481254,'2014-03-11 23:47:09',''),(2536,1,1,2991,1,2499481254,'2014-03-11 23:47:15',''),(2537,1,1,2992,1,2499481254,'2014-03-11 23:47:19',''),(2538,1,1,2993,1,2499481254,'2014-03-11 23:47:22',''),(2539,1,1,2994,1,2499481254,'2014-03-11 23:47:27',''),(2540,1,1,2995,27,1123631364,'2014-03-12 00:26:33',''),(2541,1,1,2996,54,1123633627,'2014-03-12 02:24:00',''),(2542,1,1,2997,6,1123633601,'2014-03-12 03:25:42',''),(2543,1,1,2998,6,35294430,'2014-03-12 10:56:34','http://www.bing.com/search?q=m.s.+tyres+whitebirk+blackburn&pc=MOZI'),(2544,1,1,2999,1,1123633620,'2014-03-12 11:57:10',''),(2545,1,1,3000,43,2637635919,'2014-03-12 13:29:51',''),(2546,1,1,2622,1,1544769716,'2014-03-12 13:46:14',''),(2547,1,1,3001,27,1123633630,'2014-03-12 15:48:58',''),(2548,1,1,3002,1,3233510258,'2014-03-12 16:32:41',''),(2549,1,1,3003,1,3233510258,'2014-03-12 16:32:45',''),(2550,1,1,3004,1,3233510258,'2014-03-12 16:32:50',''),(2551,1,1,3005,1,3233510258,'2014-03-12 16:32:58',''),(2552,1,1,3006,1,3233510258,'2014-03-12 16:33:03',''),(2553,1,1,3007,1,1542483319,'2014-03-12 18:22:06',''),(2554,1,1,3008,1,1542483268,'2014-03-12 18:22:07',''),(2555,1,1,3009,51,1123631556,'2014-03-13 00:37:52',''),(2556,1,1,3010,43,1375879113,'2014-03-13 11:41:13','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CFIQFjAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_category%3D36%26controller%3Dcategory%26id_lang%3D1&ei=TJkhU4mBBqzy7Aagw4DIDg&usg=AFQjCNGGVBqrD705nQR5j7-i2jvJVZO8'),(2557,1,1,2794,1,1384442438,'2014-03-13 12:24:01','https://www.google.co.uk/'),(2558,1,1,3011,66,1296933532,'2014-03-13 12:55:07','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CC0QFjAB&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_manufacturer%3D12%26controller%3Dmanufacturer%26id_lang%3D1&ei=oqohU5yKKKSU7Qa774H4Bw&usg=AFQjCNE-wrplnwrgolz7IFNe'),(2559,1,1,2840,1,1365349986,'2014-03-13 14:15:06',''),(2560,1,1,3012,16,1123631364,'2014-03-13 14:34:56',''),(2561,1,1,3013,1,1123631364,'2014-03-13 15:09:29',''),(2562,1,1,3014,48,1543859923,'2014-03-13 15:31:06','http://search.aol.co.uk/aol/search?s_chn=hp&v_t=aoluk-homePage50&q=wheel+alignment+blackburn&s_it=topsearchbox.search&page=2&oreq=2069f8ac17cc44908c57742a9e082494'),(2563,1,1,3014,1,1543859923,'2014-03-13 16:06:08','http://search.aol.co.uk/aol/search?s_chn=hp&v_t=aoluk-homePage50&q=+wheel+alignment+blackburn&s_it=topsearchbox.search&page=2&oreq=906e9b3dad154e478157503239d2752a'),(2564,1,1,3015,59,3589189382,'2014-03-13 16:39:25',''),(2565,1,1,3016,1,1384439402,'2014-03-13 16:55:10','https://www.google.co.uk/'),(2566,1,1,3017,1,2385950730,'2014-03-13 19:27:33',''),(2567,1,1,3018,1,2385950730,'2014-03-13 19:27:36',''),(2568,1,1,3019,1,2385950730,'2014-03-13 19:27:40',''),(2569,1,1,3020,1,2385950730,'2014-03-13 19:27:44',''),(2570,1,1,3021,1,2385950730,'2014-03-13 19:27:47',''),(2571,1,1,3022,1,2385950730,'2014-03-13 19:27:50',''),(2572,1,1,3023,1,2385950730,'2014-03-13 19:27:53',''),(2573,1,1,3024,51,523089830,'2014-03-13 21:10:21','https://www.google.hr/'),(2574,1,1,3025,30,1123633611,'2014-03-13 21:23:35',''),(2575,1,1,3026,56,2637635641,'2014-03-13 22:20:49',''),(2576,1,1,3027,1,840395262,'2014-03-14 06:30:54',''),(2577,1,1,3028,1,1170541303,'2014-03-14 06:56:46',''),(2578,1,1,3029,18,1208521759,'2014-03-14 09:59:24',''),(2579,1,1,3030,28,1168281142,'2014-03-14 09:59:25',''),(2580,1,1,3032,51,1145544402,'2014-03-14 09:59:26',''),(2581,1,1,3033,69,1168283690,'2014-03-14 09:59:26',''),(2582,1,1,3031,1,1170542669,'2014-03-14 09:59:27',''),(2583,1,1,3034,43,1168277519,'2014-03-14 09:59:27',''),(2584,1,1,3035,9,3351478544,'2014-03-14 09:59:27',''),(2585,1,1,3036,65,2732174952,'2014-03-14 09:59:27',''),(2586,1,1,3037,48,3423398012,'2014-03-14 09:59:29',''),(2587,1,1,3038,45,401592672,'2014-03-14 09:59:30',''),(2588,1,1,3040,62,1209282834,'2014-03-14 09:59:31',''),(2589,1,1,3039,1,1137342241,'2014-03-14 09:59:31',''),(2590,1,1,3043,55,1168285041,'2014-03-14 09:59:31',''),(2591,1,1,3041,1,3339930007,'2014-03-14 09:59:32',''),(2592,1,1,3042,56,3351267834,'2014-03-14 09:59:32',''),(2593,1,1,3044,63,3351267534,'2014-03-14 09:59:33',''),(2594,1,1,3046,3,1208719740,'2014-03-14 09:59:34',''),(2595,1,1,3047,6,1156192867,'2014-03-14 09:59:34',''),(2596,1,1,3045,50,1145544034,'2014-03-14 09:59:34',''),(2597,1,1,3048,1,1145544177,'2014-03-14 09:59:52',''),(2598,1,1,3049,1,3234330401,'2014-03-14 09:59:53',''),(2599,1,1,3050,1,1168281481,'2014-03-14 09:59:53',''),(2600,1,1,3051,1,1137342439,'2014-03-14 09:59:54',''),(2601,1,1,3054,38,1109903249,'2014-03-14 09:59:54',''),(2602,1,1,3052,1,401588493,'2014-03-14 09:59:54',''),(2603,1,1,3053,53,1075524293,'2014-03-14 09:59:54',''),(2604,1,1,3055,64,1209286484,'2014-03-14 09:59:55',''),(2605,1,1,3057,41,1168281017,'2014-03-14 09:59:55',''),(2606,1,1,3056,1,3339930408,'2014-03-14 09:59:56',''),(2607,1,1,3058,52,2732091084,'2014-03-14 09:59:56',''),(2608,1,1,3059,1,1208715942,'2014-03-14 09:59:57',''),(2609,1,1,3060,1,3339929847,'2014-03-14 09:59:57',''),(2610,1,1,3061,57,1145539414,'2014-03-14 10:00:00',''),(2611,1,1,3062,43,3633809700,'2014-03-14 14:50:48',''),(2612,1,1,3063,6,3633809700,'2014-03-14 14:52:54',''),(2613,1,1,2622,54,1544770069,'2014-03-14 15:51:09','https://www.google.co.uk/'),(2614,1,1,3064,1,1041806726,'2014-03-14 15:52:59',''),(2615,1,1,3065,59,2953385968,'2014-03-14 17:45:03',''),(2616,1,1,3066,6,2953385968,'2014-03-14 17:45:25',''),(2617,1,1,3067,1,3233510258,'2014-03-14 18:09:17',''),(2618,1,1,3068,1,3233510258,'2014-03-14 18:09:37',''),(2619,1,1,3069,1,3233510258,'2014-03-14 18:09:46',''),(2620,1,1,3070,1,3233510258,'2014-03-14 18:09:50',''),(2621,1,1,3071,1,3233510258,'2014-03-14 18:10:07',''),(2622,1,1,3072,1,1577808200,'2014-03-15 10:18:50','https://www.google.co.uk/'),(2623,1,1,3073,48,1838304022,'2014-03-15 11:54:46','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CEcQFjAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_category%3D39%26controller%3Dcategory%26id_lang%3D1&ei=bz8kU9yOFImN0AX-soHoBw&usg=AFQjCNF8U2fj9rhA-mztuPxpx9L4f5rs'),(2624,1,1,3074,54,3339929928,'2014-03-15 12:10:39',''),(2625,1,1,3075,66,1208520381,'2014-03-15 12:10:39',''),(2626,1,1,3076,47,3351267790,'2014-03-15 12:10:39',''),(2627,1,1,3077,31,1137334370,'2014-03-15 12:10:39',''),(2628,1,1,3078,15,1170542420,'2014-03-15 12:10:40',''),(2629,1,1,3079,26,1168281158,'2014-03-15 12:10:41',''),(2630,1,1,3080,44,1138227422,'2014-03-15 12:10:42',''),(2631,1,1,3081,26,2732530842,'2014-03-15 12:10:42',''),(2632,1,1,3082,10,1208531372,'2014-03-15 12:10:43',''),(2633,1,1,3083,43,1137334306,'2014-03-15 12:10:43',''),(2634,1,1,3084,16,3234331812,'2014-03-15 12:10:44',''),(2635,1,1,3085,43,1168281380,'2014-03-15 12:10:44',''),(2636,1,1,3086,42,1156190570,'2014-03-15 12:10:44',''),(2637,1,1,3087,29,3351267653,'2014-03-15 12:11:13',''),(2638,1,1,3073,1,1838304022,'2014-03-15 12:48:01','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=17&ved=0CG4QFjAGOAo&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=vUskU_KHHaib0QWR5oHYBg&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ'),(2639,1,1,3088,1,3233510634,'2014-03-15 14:36:20',''),(2640,1,1,3089,1,3233510634,'2014-03-15 14:36:23',''),(2641,1,1,3090,1,3233510634,'2014-03-15 14:36:27',''),(2642,1,1,3091,1,3233510634,'2014-03-15 14:36:30',''),(2643,1,1,3092,1,3233510634,'2014-03-15 14:36:36',''),(2644,1,1,3093,1,3233510634,'2014-03-15 14:36:41',''),(2645,1,1,3094,1,3233510634,'2014-03-15 14:36:44',''),(2646,1,1,3095,1,1163186166,'2014-03-15 15:43:48',''),(2647,1,1,3096,1,1544770069,'2014-03-15 16:30:54',''),(2648,1,1,3097,1,1041806727,'2014-03-15 17:00:41',''),(2649,1,1,3098,1,2548552049,'2014-03-15 18:16:48','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0CGkQoAIwBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=-JgkU87YCo-ThgeFsYCoCQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.62922401,d.ZG4'),(2650,1,1,3099,29,2637635682,'2014-03-15 18:35:37',''),(2651,1,1,3100,1,1524259354,'2014-03-15 20:47:48','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CIsBEKACMAY&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=SLokU6RS1PCFB8_RgJgD&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(2652,1,1,3101,1,1433614004,'2014-03-15 22:40:44',''),(2653,1,1,3102,59,1123631364,'2014-03-15 23:38:40',''),(2654,1,1,3103,1,1603767133,'2014-03-15 23:45:23',''),(2655,1,1,3104,38,1123631556,'2014-03-16 00:44:04',''),(2656,1,1,3105,23,1123631599,'2014-03-16 01:18:45',''),(2657,1,1,3106,44,1123631364,'2014-03-16 04:24:19',''),(2658,1,1,3107,43,1123633613,'2014-03-16 04:51:36',''),(2659,1,1,3108,74,1123633621,'2014-03-16 05:01:55',''),(2660,1,1,3109,75,1123631364,'2014-03-16 05:02:45',''),(2661,1,1,3110,26,1123633631,'2014-03-16 05:04:09',''),(2662,1,1,3111,26,1123633630,'2014-03-16 05:05:20',''),(2663,1,1,3112,26,1123631599,'2014-03-16 05:06:26',''),(2664,1,1,3116,62,1123631556,'2014-03-16 05:17:03',''),(2665,1,1,3117,43,1123633635,'2014-03-16 05:18:52',''),(2666,1,1,3118,16,1123631599,'2014-03-16 05:44:19',''),(2667,1,1,3119,16,1123633637,'2014-03-16 05:51:53',''),(2668,1,1,3120,26,1168277606,'2014-03-16 06:12:11',''),(2669,1,1,3121,26,1208523747,'2014-03-16 06:12:11',''),(2670,1,1,3122,26,1170542240,'2014-03-16 06:12:11',''),(2671,1,1,3123,26,1075524327,'2014-03-16 06:12:12',''),(2672,1,1,3124,26,2732091050,'2014-03-16 06:12:12',''),(2673,1,1,3125,73,1170542579,'2014-03-16 06:12:13',''),(2674,1,1,3126,68,1168281395,'2014-03-16 06:12:13',''),(2675,1,1,3127,26,1170541292,'2014-03-16 06:12:13',''),(2676,1,1,3128,67,1137334400,'2014-03-16 06:12:13',''),(2677,1,1,3129,26,1208522636,'2014-03-16 06:12:14',''),(2678,1,1,3130,26,1156193668,'2014-03-16 06:12:14',''),(2679,1,1,3131,75,1137342264,'2014-03-16 06:12:15',''),(2680,1,1,3132,16,1208522507,'2014-03-16 06:12:15',''),(2681,1,1,3133,16,1209285423,'2014-03-16 06:12:15',''),(2682,1,1,3134,56,1123631599,'2014-03-16 06:29:41',''),(2683,1,1,3135,29,2637635682,'2014-03-16 06:36:06',''),(2684,1,1,3136,58,1123633638,'2014-03-16 06:46:07',''),(2685,1,1,3137,45,1123631364,'2014-03-16 07:57:02',''),(2686,1,1,3138,63,1123633623,'2014-03-16 07:58:51',''),(2687,1,1,3139,1,1123633617,'2014-03-16 08:10:46',''),(2688,1,1,3140,48,1123631599,'2014-03-16 09:02:29',''),(2689,1,1,3142,28,1123633614,'2014-03-16 09:11:34',''),(2690,1,1,3143,69,1123631556,'2014-03-16 09:47:56',''),(2691,1,1,3144,1,1344980598,'2014-03-16 10:04:36','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&sqi=2&ved=0CH4QoAIwBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=IXclU6-bEcyshQeCwIBo&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.62922401,d.bGQ'),(2692,1,1,3103,1,1603767133,'2014-03-16 10:22:33',''),(2693,1,1,3145,15,1123633629,'2014-03-16 10:38:51',''),(2694,1,1,3146,16,1123633622,'2014-03-16 10:49:45',''),(2695,1,1,3147,10,1123631364,'2014-03-16 11:57:02',''),(2696,1,1,3148,67,1123633624,'2014-03-16 11:58:51',''),(2697,1,1,3149,56,1123633620,'2014-03-16 12:11:35',''),(2698,1,1,3150,16,1123633612,'2014-03-16 13:00:40',''),(2699,1,1,3151,59,1123631556,'2014-03-16 13:51:35',''),(2700,1,1,3152,27,1123633625,'2014-03-16 14:24:18',''),(2701,1,1,3153,51,1123633624,'2014-03-16 15:49:46',''),(2702,1,1,3154,14,1123633605,'2014-03-16 16:33:24',''),(2703,1,1,3155,38,1123633635,'2014-03-16 17:47:57',''),(2704,1,1,3156,41,1123631599,'2014-03-16 18:17:02',''),(2705,1,1,3157,1,2637635937,'2014-03-16 18:20:33',''),(2706,1,1,3158,1,3227715333,'2014-03-16 19:51:38',''),(2707,1,1,3159,1,3227715333,'2014-03-16 19:52:09',''),(2708,1,1,3160,1,3227715333,'2014-03-16 19:52:50',''),(2709,1,1,3161,1,3227715333,'2014-03-16 19:53:08',''),(2710,1,1,3162,1,3227715333,'2014-03-16 19:53:10',''),(2711,1,1,3163,1,1546154942,'2014-03-16 23:04:55',''),(2712,1,1,3164,1,1344981896,'2014-03-16 23:34:23','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&sqi=2&ved=0CIkBEBYwBw&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=YDMmU6q2N4yjhgeH1IHIBg&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ'),(2713,1,1,3165,1,1041806726,'2014-03-16 23:34:55',''),(2714,1,1,3166,66,2637635965,'2014-03-17 00:17:45',''),(2715,1,1,3167,1,1397225250,'2014-03-17 00:59:23',''),(2716,1,1,3168,1,1397225250,'2014-03-17 00:59:29',''),(2717,1,1,3169,1,1397225250,'2014-03-17 00:59:40',''),(2718,1,1,3170,1,1397225250,'2014-03-17 00:59:53',''),(2719,1,1,3171,1,1397225250,'2014-03-17 01:00:11',''),(2720,1,1,3172,1,1397225250,'2014-03-17 01:00:32',''),(2721,1,1,3173,57,2637716633,'2014-03-17 03:37:04',''),(2722,1,1,3174,46,983658727,'2014-03-17 09:56:38','http://www.google.com.au/url?sa=t&rct=j&q=continental%20tyers%20blackburn&source=web&cd=4&ved=0CDAQFjAD&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_manufacturer%3D9%26controller%3Dmanufacturer%26id_lang%3D1&ei=YMYmU0fF6pQFu8WA4A0&usg=AFQ'),(2723,1,1,3175,43,1094129884,'2014-03-17 11:08:06',''),(2724,1,1,3176,1,1543524813,'2014-03-17 11:36:29','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0CGYQoAIwBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=s90mU8ClKa3Y0QX9hYGADw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(2725,1,1,3177,1,1040736401,'2014-03-17 13:35:24',''),(2726,1,1,3178,1,2916136754,'2014-03-17 13:44:59',''),(2727,1,1,3179,1,2916136754,'2014-03-17 13:45:02',''),(2728,1,1,3180,1,2916136754,'2014-03-17 13:45:04',''),(2729,1,1,3181,1,2916136754,'2014-03-17 13:45:07',''),(2730,1,1,3182,1,2916136754,'2014-03-17 13:45:09',''),(2731,1,1,3183,1,2916136754,'2014-03-17 13:45:12',''),(2732,1,1,3184,1,2916136754,'2014-03-17 13:45:14',''),(2733,1,1,3185,1,1123633639,'2014-03-17 13:59:54',''),(2734,1,1,3014,1,1543859009,'2014-03-17 15:43:11','http://search.aol.co.uk/aol/search?s_it=topsearchbox.search&s_chn=hp&v_t=aoluk-homePage50&q=m+%26+s+Tyres+blackburn'),(2735,1,1,3186,19,1123633627,'2014-03-17 16:14:22',''),(2736,1,1,3187,54,1384443102,'2014-03-17 17:08:47','https://www.google.co.uk/'),(2737,1,1,3188,51,1377038984,'2014-03-17 18:16:04','https://www.google.co.uk/'),(2738,1,1,3189,14,2637636643,'2014-03-17 19:19:22',''),(2739,1,1,3190,1,1123631364,'2014-03-18 07:37:45',''),(2740,1,1,3191,48,1376578105,'2014-03-18 07:48:20','https://www.google.co.uk/'),(2741,1,1,3192,1,90592378,'2014-03-18 10:39:58','https://www.google.co.uk/'),(2742,1,1,3193,1,1041806727,'2014-03-18 10:40:28',''),(2743,1,1,3194,1,3278083010,'2014-03-18 10:48:04',''),(2744,1,1,3195,1,696527758,'2014-03-18 10:49:21','http://www.google.co.za/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CFYQFjAE&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=mCQoU46JOpD07Ab654DgAQ&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.62922401,d.ZGU'),(2745,1,1,3196,1,3564751099,'2014-03-18 11:40:03',''),(2746,1,1,3197,1,3339975108,'2014-03-18 11:40:05',''),(2747,1,1,3198,1,3339975108,'2014-03-18 11:40:05',''),(2748,1,1,3199,1,3339975108,'2014-03-18 11:41:48',''),(2749,1,1,3200,28,2637716890,'2014-03-18 13:02:18',''),(2750,1,1,3201,56,1545055398,'2014-03-18 14:24:41','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=27&ved=0CGUQFjAGOBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=7FYoU-HQOqS50QWzlYBw&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxTZM'),(2751,1,1,3202,1,1482688533,'2014-03-18 15:32:35','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCsQFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=_GYoU7OJIZDxhQewuYCICw&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.62922401,d.ZG4'),(2752,1,1,3203,1,3233510634,'2014-03-18 15:53:44',''),(2753,1,1,3204,1,3233510634,'2014-03-18 15:53:47',''),(2754,1,1,3205,1,3233510634,'2014-03-18 15:53:50',''),(2755,1,1,3206,1,3233510634,'2014-03-18 15:53:54',''),(2756,1,1,3207,1,3233510634,'2014-03-18 15:53:58',''),(2757,1,1,3208,10,1526132779,'2014-03-18 17:16:21','https://www.google.co.uk/'),(2758,1,1,3209,66,48134334,'2014-03-18 21:16:28','http://www.google.co.uk/search?q=landsail+tyres&ei=RrcoU7jLEMHxhQfKhoH4Dg&start=30&sa=N&biw=360&bih=615'),(2759,1,1,3210,1,1578577328,'2014-03-19 01:42:39',''),(2760,1,1,3211,56,2637716653,'2014-03-19 04:37:09',''),(2761,1,1,3212,1,88374417,'2014-03-19 07:59:54','http://www.google.com/m?hl=en&gl=gb&client=ms-android-htc-rev&source=android-browser-goto&q=tyres+blackburn'),(2762,1,1,3213,1,523623276,'2014-03-19 10:41:52',''),(2763,1,1,3214,55,1123633626,'2014-03-19 13:27:28',''),(2764,1,1,3215,1,3233510258,'2014-03-19 15:40:56',''),(2765,1,1,3216,1,3233510258,'2014-03-19 15:41:00',''),(2766,1,1,3217,1,3233510258,'2014-03-19 15:41:03',''),(2767,1,1,3218,1,3233510258,'2014-03-19 15:41:07',''),(2768,1,1,3219,1,3233510258,'2014-03-19 15:41:09',''),(2769,1,1,3220,1,3233510258,'2014-03-19 15:41:12',''),(2770,1,1,3221,1,3233510258,'2014-03-19 15:41:15',''),(2771,1,1,3222,72,1509009072,'2014-03-19 21:01:04','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CE8QFjAG&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D37%26controller%3Dproduct%26id_lang%3D1&ei=AAUqU6PYA4rW0QXyloC4Bw&usg=AFQjCNHcfQtosMmYC8wSC6DYrf_TcqQF6g'),(2772,1,1,3223,1,1041806727,'2014-03-19 21:01:55',''),(2773,1,1,3224,1,1123633615,'2014-03-19 21:48:15',''),(2774,1,1,3225,54,2637716657,'2014-03-19 23:02:27',''),(2775,1,1,3226,55,2637635677,'2014-03-19 23:46:55',''),(2776,1,1,3227,1,1376167657,'2014-03-20 01:51:32',''),(2777,1,1,3228,1,1542483287,'2014-03-20 05:21:46',''),(2778,1,1,3229,1,1542483301,'2014-03-20 05:21:47',''),(2779,1,1,3230,1,1123631364,'2014-03-20 06:29:00',''),(2780,1,1,3231,1,1123631599,'2014-03-20 07:03:06',''),(2781,1,1,3232,1,3339975108,'2014-03-20 13:39:07',''),(2782,1,1,3233,1,3339975108,'2014-03-20 13:39:08',''),(2783,1,1,3234,1,344270861,'2014-03-20 13:39:09',''),(2784,1,1,3235,1,1489375385,'2014-03-20 14:54:45',''),(2785,1,1,3236,1,1489375385,'2014-03-20 14:54:47',''),(2786,1,1,3237,1,1489375385,'2014-03-20 14:54:50',''),(2787,1,1,3238,1,1489375385,'2014-03-20 14:54:52',''),(2788,1,1,3239,1,1489375385,'2014-03-20 14:54:54',''),(2789,1,1,3240,50,3633809700,'2014-03-20 16:35:06',''),(2790,1,1,3241,49,2637635697,'2014-03-21 00:30:07',''),(2791,1,1,3242,1,1123631599,'2014-03-21 05:48:51',''),(2792,1,1,3243,26,1094136949,'2014-03-21 07:47:15',''),(2793,1,1,3244,26,1094129883,'2014-03-21 08:39:51',''),(2794,1,1,3245,1,1056890682,'2014-03-21 09:56:06','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=3&sqi=2&ved=0CD8QFjAC&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=rQwsU7HnN8SshQfCv4GoAg&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.62922401,d.bGQ'),(2795,1,1,3246,1,1483225020,'2014-03-21 10:34:49','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&sqi=2&ved=0CF8QFjAE&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=jxUsU7OwEMSUhQeA2IDACg&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.62922401,d.bGQ'),(2796,1,1,3247,1,1542483320,'2014-03-21 11:24:37',''),(2797,1,1,3248,1,1542483308,'2014-03-21 11:24:38',''),(2798,1,1,3249,66,1524209809,'2014-03-21 11:52:39','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=16&ved=0CEsQFjAFOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_manufacturer%3D12%26controller%3Dmanufacturer%26id_lang%3D1&ei=rScsU-eeFMmThQe77oDQBQ&usg=AFQjCNE-wrplnwrgolz7'),(2799,1,1,3250,62,2637635821,'2014-03-21 12:02:06',''),(2800,1,1,3251,64,2637635821,'2014-03-21 12:56:44',''),(2801,1,1,3252,69,2637636279,'2014-03-21 13:21:06',''),(2802,1,1,3253,1,1489375385,'2014-03-21 13:47:29',''),(2803,1,1,3254,1,1489375385,'2014-03-21 13:47:33',''),(2804,1,1,3255,1,1489375385,'2014-03-21 13:47:35',''),(2805,1,1,3256,1,1489375385,'2014-03-21 13:47:39',''),(2806,1,1,3257,1,1489375385,'2014-03-21 13:47:42',''),(2807,1,1,3258,1,1489375385,'2014-03-21 13:47:46',''),(2808,1,1,3259,1,1489375385,'2014-03-21 13:47:50',''),(2809,1,1,3260,1,523517317,'2014-03-21 16:15:43','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=15&ved=0CNsBEBYwDg&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=32MsU5j2PI7g7Qbv4YHIAw&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&sig2=r5iKlq5wKU7t8UPpDIH7jQ&bvm=bv.62922401,d.ZGU'),(2810,1,1,3261,26,2637635821,'2014-03-21 17:07:11',''),(2811,1,1,3262,1,2637635939,'2014-03-21 17:58:35',''),(2812,1,1,3263,63,2637636279,'2014-03-21 18:48:33',''),(2813,1,1,3264,1,1123634371,'2014-03-21 18:49:51',''),(2814,1,1,3265,67,2637635821,'2014-03-21 19:06:26',''),(2815,1,1,3266,1,1377537230,'2014-03-21 19:47:08',''),(2816,1,1,3267,1,1354818850,'2014-03-21 20:39:24','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CFwQoAIwBg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=q6IsU_vhKpOUhQfhj4GACw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(2817,1,1,3268,31,1123634371,'2014-03-21 20:54:00',''),(2818,1,1,3269,43,1123634371,'2014-03-21 22:21:58',''),(2819,1,1,3270,6,1123634371,'2014-03-21 23:14:51',''),(2820,1,1,3271,65,2637636395,'2014-03-22 00:11:12',''),(2821,1,1,3272,15,1123634371,'2014-03-22 00:21:08',''),(2822,1,1,3273,54,1123634371,'2014-03-22 01:26:29',''),(2823,1,1,3274,68,2637636395,'2014-03-22 04:20:40',''),(2824,1,1,3275,26,2637635939,'2014-03-22 04:23:33',''),(2825,1,1,3276,1,1542483286,'2014-03-22 07:14:18',''),(2826,1,1,3277,1,1542483272,'2014-03-22 07:14:19',''),(2827,1,1,3278,26,2637716642,'2014-03-22 07:21:38',''),(2828,1,1,3279,1,786803397,'2014-03-22 10:54:17',''),(2829,1,1,3280,1,1838427331,'2014-03-22 11:05:57','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0CHMQoAIwBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=QW4tU5P3DouO7Qaq1oGIBg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(2830,1,1,3281,43,2637636384,'2014-03-22 13:16:53',''),(2831,1,1,3282,16,1123634371,'2014-03-22 14:01:05',''),(2832,1,1,3283,1,3233510634,'2014-03-22 14:34:17',''),(2833,1,1,3284,1,3233510634,'2014-03-22 14:34:35',''),(2834,1,1,3285,1,3233510634,'2014-03-22 14:34:53',''),(2835,1,1,3286,1,3233510634,'2014-03-22 14:34:57',''),(2836,1,1,3287,1,3233510634,'2014-03-22 14:35:01',''),(2837,1,1,3288,1,1968049425,'2014-03-22 15:14:10',''),(2838,1,1,3289,1,1603765002,'2014-03-22 16:58:05',''),(2839,1,1,3290,65,88562488,'2014-03-22 17:22:43','https://www.google.co.uk/'),(2840,1,1,3291,43,2637636270,'2014-03-22 18:01:01',''),(2841,1,1,3292,1,88399863,'2014-03-22 19:55:17','http://www.google.co.uk/url?sa=t&rct=j&q=tyres%20in%20blackburn&source=web&cd=4&ved=0CCcQ_BcwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=HuktU6KhOc-ShgeEv4GoDA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(2842,1,1,3293,15,1123634371,'2014-03-22 20:49:29',''),(2843,1,1,3294,28,1123634371,'2014-03-22 22:15:21',''),(2844,1,1,3295,1,1123634371,'2014-03-23 05:15:32',''),(2845,1,1,3296,10,1123634371,'2014-03-23 05:53:39',''),(2846,1,1,3297,26,2637635945,'2014-03-23 08:43:56',''),(2847,1,1,3298,20,1123634371,'2014-03-23 09:10:21',''),(2848,1,1,3299,1,3264319555,'2014-03-23 09:24:39','http://www.europages.com'),(2849,1,1,3300,26,2637636466,'2014-03-23 09:52:29',''),(2850,1,1,3301,1,523375134,'2014-03-23 11:22:25','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=14&ved=0CLsBEBYwDQ&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=rsMuU437NsurhQek5oGQBQ&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&sig2=uAt9nXf-uX0GEIU5lgmK0w'),(2851,1,1,3302,1,1523247686,'2014-03-23 11:35:38','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0CHoQoAIwBw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=cMYuU4bcGYaV7AbJ7oBQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.62922401,d.d2k'),(2852,1,1,3303,1,1377522791,'2014-03-23 11:57:08','https://www.google.co.uk/'),(2853,1,1,3304,26,2637635945,'2014-03-23 12:05:44',''),(2854,1,1,3305,1,1542483323,'2014-03-23 12:40:26',''),(2855,1,1,3306,1,1542483278,'2014-03-23 12:40:27',''),(2856,1,1,3307,50,3633809700,'2014-03-23 13:20:02',''),(2857,1,1,3308,6,3633809700,'2014-03-23 13:21:42',''),(2858,1,1,3309,64,3589189439,'2014-03-23 13:51:21',''),(2859,1,1,3310,48,1523433164,'2014-03-23 15:42:46',''),(2860,1,1,3311,1,1311674837,'2014-03-23 19:33:23',''),(2861,1,1,3312,1,1311674837,'2014-03-23 19:33:26',''),(2862,1,1,3313,1,1311674837,'2014-03-23 19:33:28',''),(2863,1,1,3314,1,1311674837,'2014-03-23 19:33:30',''),(2864,1,1,3315,1,1311674837,'2014-03-23 19:33:34',''),(2865,1,1,3316,1,1311674837,'2014-03-23 19:33:37',''),(2866,1,1,3317,1,1311674837,'2014-03-23 19:33:40',''),(2867,1,1,3318,1,41588322,'2014-03-23 20:03:44','https://www.google.co.uk/'),(2868,1,1,3319,26,2637716637,'2014-03-24 00:44:44',''),(2869,1,1,3320,56,2637635924,'2014-03-24 01:22:10',''),(2870,1,1,3321,1,3573075689,'2014-03-24 07:06:38','http://www.google.co.uk/search?site=&source=hp&ei=-scvU8nrMKqZ0QWtqYHABw&q=ms+tyres+blackburn&oq=ms+tyres+&gs_l=mobile-gws-hp.1.0.0l5.6203.14129.0.19938.16.15.0.4.4.1.1246.6281.0j2j4j4j3j0j1j1.15.0....0...1c.1.37.mobile-gws-hp..3.13.3165.l3H6PbbWg7o'),(2871,1,1,3321,1,3573075689,'2014-03-24 09:20:22','http://www.google.co.uk/search?hl=en-GB&redir_esc=&client=ms-android-samsung&source=android-browser-type&v=133247963&qsubts=1395652422776&q=ms+tyres&v=133247963'),(2872,1,1,2622,1,1544770069,'2014-03-24 09:22:42',''),(2873,1,1,3322,1,1041806727,'2014-03-24 09:23:13',''),(2874,1,1,3323,1,523630753,'2014-03-24 10:45:03','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&sqi=2&ved=0CGcQoAIwBA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=ewwwU6XeAoSt0QWAx4GQCQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.62922401,d.d2k'),(2875,1,1,3324,1,2420944913,'2014-03-24 12:20:56',''),(2876,1,1,3325,1,2420944913,'2014-03-24 12:21:00',''),(2877,1,1,3326,1,2420944913,'2014-03-24 12:21:09',''),(2878,1,1,3327,1,2420944913,'2014-03-24 12:21:17',''),(2879,1,1,3328,1,2420944913,'2014-03-24 12:21:29',''),(2880,1,1,3329,6,1123634371,'2014-03-24 12:29:00',''),(2881,1,1,3330,1,1542483310,'2014-03-24 13:53:00',''),(2882,1,1,3331,1,1542483292,'2014-03-24 13:53:01',''),(2883,1,1,3332,6,2637636128,'2014-03-24 17:13:16',''),(2884,1,1,3333,1,1123634371,'2014-03-24 18:08:36',''),(2885,1,1,3334,71,1415393086,'2014-03-24 19:03:19',''),(2886,1,1,3335,71,1415393086,'2014-03-24 19:03:20',''),(2887,1,1,3336,9,1123634371,'2014-03-24 19:19:25',''),(2888,1,1,3337,41,1123634371,'2014-03-24 21:51:41',''),(2889,1,1,3338,10,1123634371,'2014-03-24 22:43:32',''),(2890,1,1,3339,1,3156020447,'2014-03-25 04:05:48','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CC4QFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=hgAxU8j-NY_L0AXtlYHQDw&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ'),(2891,1,1,3340,43,1123634371,'2014-03-25 08:33:00',''),(2892,1,1,3341,6,2637636128,'2014-03-25 08:35:16',''),(2893,1,1,3342,10,1123634371,'2014-03-25 09:34:08',''),(2894,1,1,3343,26,2637636125,'2014-03-25 11:14:20',''),(2895,1,1,3344,31,1123634371,'2014-03-25 11:21:33',''),(2896,1,1,3345,50,1123634371,'2014-03-25 13:44:07',''),(2897,1,1,3346,47,1123634371,'2014-03-25 14:22:04',''),(2898,1,1,3347,46,1123634371,'2014-03-25 15:00:35',''),(2899,1,1,3348,52,1123634371,'2014-03-25 15:41:28',''),(2900,1,1,3349,9,1123634371,'2014-03-25 16:20:38',''),(2901,1,1,3350,1,2420924199,'2014-03-25 17:14:00',''),(2902,1,1,3351,1,2420924199,'2014-03-25 17:14:03',''),(2903,1,1,3352,53,1123634371,'2014-03-25 17:26:07',''),(2904,1,1,3353,56,1123634371,'2014-03-25 17:58:34',''),(2905,1,1,3354,1,2953388715,'2014-03-25 18:11:35',''),(2906,1,1,3355,1,2953388715,'2014-03-25 18:11:45',''),(2907,1,1,3356,1,2953388715,'2014-03-25 18:11:53',''),(2908,1,1,3357,1,2953388715,'2014-03-25 18:11:58',''),(2909,1,1,3358,1,2953388715,'2014-03-25 18:12:09',''),(2910,1,1,3359,1,1542483308,'2014-03-25 18:20:30',''),(2911,1,1,3360,1,1542483294,'2014-03-25 18:20:31',''),(2912,1,1,3361,1,1838275992,'2014-03-25 18:53:43','https://www.google.co.uk/'),(2913,1,1,3362,57,1123634371,'2014-03-25 19:02:16',''),(2914,1,1,3363,48,1453499429,'2014-03-25 19:38:08','http://www.google.co.uk/search?biw=360&bih=268&ei=f9oxU9KAAe-B7Qb6zoHQDQ&q=wheel+alignment+blackburn&oq=wheel+alignment+bla&gs_l=mobile-gws-serp.1.0.0l4j0i22i30.15834.22819.0.24340.17.14.0.0.0.5.238.2134.1j11j2.14.0....0...1c.1.37.mobile-gws-serp..8.9.14'),(2915,1,1,3364,1,3589854123,'2014-03-25 21:05:35',''),(2916,1,1,3365,1,3589854123,'2014-03-25 21:05:36',''),(2917,1,1,3366,6,1123634371,'2014-03-25 23:11:20',''),(2918,1,1,3367,26,2637636125,'2014-03-25 23:13:05',''),(2919,1,1,3368,59,779580611,'2014-03-26 04:44:03',''),(2920,1,1,3369,1,1123634371,'2014-03-26 05:31:02',''),(2921,1,1,3370,15,1123634371,'2014-03-26 06:19:12',''),(2922,1,1,3371,1,1542483272,'2014-03-26 06:52:20',''),(2923,1,1,3372,1,1542483266,'2014-03-26 06:52:21',''),(2924,1,1,3373,1,2385950730,'2014-03-26 08:47:24',''),(2925,1,1,3374,1,2385950730,'2014-03-26 08:47:27',''),(2926,1,1,3375,1,2385950730,'2014-03-26 08:47:34',''),(2927,1,1,3376,1,2385950730,'2014-03-26 08:47:51',''),(2928,1,1,3377,1,2385950730,'2014-03-26 08:47:57',''),(2929,1,1,3378,43,1123634371,'2014-03-26 13:46:25',''),(2930,1,1,3379,1,1123634371,'2014-03-26 14:25:04',''),(2931,1,1,3384,56,1543739319,'2014-03-26 17:43:57','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CFMQFjAD&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=uREzU_7NJsWAhAfc44A4&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxTZM6g'),(2932,1,1,3385,26,2637635695,'2014-03-26 18:52:36',''),(2933,1,1,3301,1,523443571,'2014-03-26 19:00:50','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CD8QFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=rCMzU_SRFcXb7AagxIGQBw&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&sig2=vx3nBV96_avcdfE9fv2aog'),(2934,1,1,3386,1,1577679537,'2014-03-26 21:07:57','https://www.google.co.uk/'),(2935,1,1,3387,1,2637636387,'2014-03-27 00:24:30',''),(2936,1,1,3388,15,1346837201,'2014-03-27 02:31:49','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=18&ved=0CGwQFjAHOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_manufacturer%3D5%26controller%3Dmanufacturer%26id_lang%3D1&ei=_YwzU4vTBY2QhQfPhYDYDg&usg=AFQjCNEOCwIJ1Qj'),(2937,1,1,3389,1,1123634371,'2014-03-27 04:04:37',''),(2938,1,1,3390,1,523528960,'2014-03-27 07:49:41','https://www.google.co.uk/'),(2939,1,1,3391,59,1482758441,'2014-03-27 08:51:27','https://www.google.co.uk/'),(2940,1,1,3392,64,1123634371,'2014-03-27 09:06:09',''),(2941,1,1,2622,62,1544770069,'2014-03-27 09:44:27','https://www.google.co.uk/'),(2942,1,1,3394,1,1041806726,'2014-03-27 09:44:59',''),(2943,1,1,3395,1,1123634371,'2014-03-27 13:03:53',''),(2944,1,1,3400,1,3564750849,'2014-03-27 13:45:07',''),(2945,1,1,3401,1,3339975108,'2014-03-27 13:45:08',''),(2946,1,1,3402,1,3339975108,'2014-03-27 13:45:08',''),(2947,1,1,3403,1,3339931026,'2014-03-27 13:48:39',''),(2948,1,1,3404,1,1577884482,'2014-03-27 15:11:41','https://www.google.co.uk/'),(2949,1,1,3405,1,1208526087,'2014-03-27 17:03:37',''),(2950,1,1,3406,1,2732531379,'2014-03-27 17:03:39',''),(2951,1,1,3407,43,3497332639,'2014-03-27 17:03:39',''),(2952,1,1,3408,51,3351267558,'2014-03-27 17:03:40',''),(2953,1,1,3409,1,1137334480,'2014-03-27 17:03:40',''),(2954,1,1,3411,69,401588696,'2014-03-27 17:03:41',''),(2955,1,1,3412,28,3234329948,'2014-03-27 17:03:41',''),(2956,1,1,3410,65,3234329512,'2014-03-27 17:03:41',''),(2957,1,1,3413,64,3234329866,'2014-03-27 17:03:42',''),(2958,1,1,3414,63,1145539369,'2014-03-27 17:03:43',''),(2959,1,1,3415,1,1145334464,'2014-03-27 17:03:44',''),(2960,1,1,3416,56,1208520313,'2014-03-27 17:03:44',''),(2961,1,1,3417,1,2732091158,'2014-03-27 17:03:45',''),(2962,1,1,3418,45,1287612641,'2014-03-27 17:03:45',''),(2963,1,1,3419,18,1209286466,'2014-03-27 17:03:46',''),(2964,1,1,3421,38,2732091368,'2014-03-27 17:03:47',''),(2965,1,1,3420,50,401592626,'2014-03-27 17:03:47',''),(2966,1,1,3422,9,1208716028,'2014-03-27 17:03:48',''),(2967,1,1,3423,1,401588492,'2014-03-27 17:03:49',''),(2968,1,1,3424,55,1209283034,'2014-03-27 17:03:49',''),(2969,1,1,3425,48,1208526118,'2014-03-27 17:03:51',''),(2970,1,1,3426,6,2919023132,'2014-03-27 17:03:51',''),(2971,1,1,3427,52,1168280603,'2014-03-27 17:03:51',''),(2972,1,1,3428,53,1168280945,'2014-03-27 17:03:52',''),(2973,1,1,3429,41,1137334713,'2014-03-27 17:03:52',''),(2974,1,1,3430,62,401588486,'2014-03-27 17:03:52',''),(2975,1,1,3431,57,3351267834,'2014-03-27 17:03:54',''),(2976,1,1,3432,1,1208531236,'2014-03-27 17:03:56',''),(2977,1,1,3433,1,1168278457,'2014-03-27 17:03:57',''),(2978,1,1,3434,1,1137342241,'2014-03-27 17:03:57',''),(2979,1,1,3435,1,1208520360,'2014-03-27 17:03:58',''),(2980,1,1,3436,1,2732090913,'2014-03-27 17:03:58',''),(2981,1,1,3437,3,2732091132,'2014-03-27 17:03:58',''),(2982,1,1,3438,1,2385950730,'2014-03-27 18:05:02',''),(2983,1,1,3439,1,2385950730,'2014-03-27 18:05:06',''),(2984,1,1,3440,1,2385950730,'2014-03-27 18:05:10',''),(2985,1,1,3441,1,2385950730,'2014-03-27 18:05:14',''),(2986,1,1,3442,1,2385950730,'2014-03-27 18:05:18',''),(2987,1,1,3443,1,2385950730,'2014-03-27 18:05:21',''),(2988,1,1,3444,1,2385950730,'2014-03-27 18:05:24',''),(2989,1,1,3445,63,772269404,'2014-03-27 19:29:22','https://www.google.ie/'),(2990,1,1,3446,62,1603312546,'2014-03-27 21:13:49','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=35&ved=0CJcBEBYwDjgU&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D26%26controller%3Dproduct%26id_lang%3D1&ei=V5M0U5H0CMfOhAeE-IDYCw&usg=AFQjCNGsHSPV8VYcpxbCHSCeG6PVc-X'),(2991,1,1,3447,28,1308681364,'2014-03-27 21:47:50','https://www.google.hr/'),(2992,1,1,3448,43,2637635773,'2014-03-28 00:57:03',''),(2993,1,1,3388,15,1346837201,'2014-03-28 01:53:13',''),(2994,1,1,3449,1,1577753567,'2014-03-28 10:32:11','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=5&sqi=2&ved=0CGkQoAIwBA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=ME81U8T-G8r40gX85IHoBw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(2995,1,1,3450,1,1123634371,'2014-03-28 12:08:43',''),(2996,1,1,3451,1,1542483301,'2014-03-28 12:41:07',''),(2997,1,1,3452,1,1542483308,'2014-03-28 12:41:08',''),(2998,1,1,3453,65,3284327170,'2014-03-28 16:20:48','http://www.google.co.uk/search?hl=en-GB&source=hp&q=rapid+p609+97w+x%2Fl&gbv=2&oq=rapid+p609+97w+x%2Fl&gs_l=heirloom-hp.12...1467.1467.0.2372.1.1.0.0.0.0.124.124.0j1.1.0....0...1ac..34.heirloom-hp..1.0.0.zWBMG8LcrMQ'),(2999,1,1,3454,50,1123634371,'2014-03-28 16:29:27',''),(3000,1,1,3457,1,2499481254,'2014-03-28 16:58:22',''),(3001,1,1,3458,1,2499481254,'2014-03-28 16:58:26',''),(3002,1,1,3459,1,2499481254,'2014-03-28 16:58:29',''),(3003,1,1,3460,1,2499481254,'2014-03-28 16:58:33',''),(3004,1,1,3461,1,2499481254,'2014-03-28 16:58:36',''),(3005,1,1,3462,1,1483225699,'2014-03-28 16:59:06','https://www.google.co.uk/'),(3006,1,1,3464,55,1123634371,'2014-03-28 17:12:24',''),(3007,1,1,3467,1,1123634371,'2014-03-28 17:57:32',''),(3008,1,1,3471,52,1123634371,'2014-03-28 18:30:50',''),(3009,1,1,3310,6,1442930244,'2014-03-28 18:31:44',''),(3010,1,1,3472,53,1123633823,'2014-03-28 18:35:07',''),(3011,1,1,3474,26,2637635878,'2014-03-28 19:54:40',''),(3012,1,1,3475,26,2637636385,'2014-03-28 22:20:05',''),(3013,1,1,3476,26,1208527117,'2014-03-28 23:58:44',''),(3014,1,1,3477,16,1208523727,'2014-03-28 23:58:45',''),(3015,1,1,3478,43,3351267477,'2014-03-28 23:58:45',''),(3016,1,1,3479,10,1071611501,'2014-03-28 23:58:46',''),(3017,1,1,3480,44,3339931036,'2014-03-28 23:58:47',''),(3018,1,1,3481,26,1156192833,'2014-03-28 23:58:47',''),(3019,1,1,3483,26,3339929757,'2014-03-28 23:58:48',''),(3020,1,1,3482,27,1208523538,'2014-03-28 23:58:48',''),(3021,1,1,3484,43,3345309505,'2014-03-28 23:58:50',''),(3022,1,1,3485,42,2732091238,'2014-03-28 23:58:54',''),(3023,1,1,3486,47,1170542526,'2014-03-28 23:58:54',''),(3024,1,1,3487,1,3407622153,'2014-03-29 03:18:53',''),(3025,1,1,3488,26,2637751796,'2014-03-29 04:35:57',''),(3026,1,1,3489,1,1123634371,'2014-03-29 04:41:22',''),(3027,1,1,3491,16,2499481254,'2014-03-29 08:30:15',''),(3028,1,1,3492,27,2499481254,'2014-03-29 08:30:21',''),(3029,1,1,3493,49,2499481254,'2014-03-29 08:30:24',''),(3030,1,1,3494,1,1365356158,'2014-03-29 11:20:40','https://www.google.co.uk/'),(3031,1,1,3310,6,1442930244,'2014-03-29 11:31:03',''),(3032,1,1,3495,26,2637636461,'2014-03-29 11:38:15',''),(3033,1,1,3496,9,2637636461,'2014-03-29 11:38:16',''),(3034,1,1,3497,1,1542483273,'2014-03-29 12:46:30',''),(3035,1,1,3498,1,1542483308,'2014-03-29 12:46:31',''),(3036,1,1,3499,66,1123634371,'2014-03-29 13:29:27',''),(3037,1,1,3500,1,2499481254,'2014-03-29 14:14:52',''),(3038,1,1,3501,1,2499481254,'2014-03-29 14:14:55',''),(3039,1,1,3502,1,2499481254,'2014-03-29 14:14:58',''),(3040,1,1,3503,1,2499481254,'2014-03-29 14:15:05',''),(3041,1,1,3504,1,2499481254,'2014-03-29 14:15:09',''),(3042,1,1,3505,1,2499481254,'2014-03-29 14:15:14',''),(3043,1,1,3506,1,2499481254,'2014-03-29 14:15:19',''),(3044,1,1,3507,28,2499481254,'2014-03-29 14:15:23',''),(3045,1,1,3508,50,2499481254,'2014-03-29 14:15:28',''),(3046,1,1,3509,51,2499481254,'2014-03-29 14:15:36',''),(3047,1,1,3510,56,2499481254,'2014-03-29 14:15:40',''),(3048,1,1,3511,55,2499481254,'2014-03-29 14:15:44',''),(3049,1,1,3512,59,1123634371,'2014-03-29 14:41:28',''),(3050,1,1,3513,54,1123634371,'2014-03-29 15:22:36',''),(3051,1,1,3310,6,1442930244,'2014-03-29 15:42:11',''),(3052,1,1,3515,6,1123634371,'2014-03-29 17:46:36',''),(3053,1,1,3516,6,3233510386,'2014-03-29 18:28:34',''),(3054,1,1,3517,9,3233510386,'2014-03-29 18:28:37',''),(3055,1,1,3518,43,3233510386,'2014-03-29 18:28:41',''),(3056,1,1,3519,45,3233510386,'2014-03-29 18:28:44',''),(3057,1,1,3520,57,3233510386,'2014-03-29 18:28:47',''),(3058,1,1,3521,16,3233510386,'2014-03-29 18:28:49',''),(3059,1,1,3522,55,1123634371,'2014-03-29 18:38:02',''),(3060,1,1,3523,65,1123634371,'2014-03-29 19:32:53',''),(3061,1,1,3524,62,1123634371,'2014-03-29 20:14:02',''),(3062,1,1,3526,51,1123634371,'2014-03-29 21:50:02',''),(3063,1,1,3528,49,1168281564,'2014-03-29 22:38:30',''),(3064,1,1,3529,26,1208531203,'2014-03-29 22:38:30',''),(3065,1,1,3530,26,3351478841,'2014-03-29 22:38:31',''),(3066,1,1,3531,26,2732091284,'2014-03-29 22:38:31',''),(3067,1,1,3532,16,1209282844,'2014-03-29 22:38:32',''),(3068,1,1,3533,16,2731924551,'2014-03-29 22:38:32',''),(3069,1,1,3534,68,1168283936,'2014-03-29 22:38:32',''),(3070,1,1,3535,59,1170542034,'2014-03-29 22:38:33',''),(3071,1,1,3536,3,1209286458,'2014-03-29 22:38:34',''),(3072,1,1,3537,18,2732091387,'2014-03-29 22:38:34',''),(3073,1,1,3538,23,3497332485,'2014-03-29 22:38:35',''),(3074,1,1,3539,27,1123634371,'2014-03-29 22:41:28',''),(3075,1,1,3540,14,1123634371,'2014-03-29 23:12:19',''),(3076,1,1,3541,28,3323678753,'2014-03-29 23:39:35',''),(3077,1,1,3542,3,1123634371,'2014-03-30 00:35:26',''),(3078,1,1,3545,38,1123634371,'2014-03-30 01:15:45',''),(3079,1,1,3546,18,2637636269,'2014-03-30 01:50:46',''),(3080,1,1,3547,41,1123634371,'2014-03-30 02:03:45',''),(3081,1,1,3548,28,3024881196,'2014-03-30 03:07:48',''),(3082,1,1,3549,66,3702877294,'2014-03-30 03:14:00',''),(3083,1,1,3550,69,1123634371,'2014-03-30 03:27:23',''),(3084,1,1,3551,63,1123634371,'2014-03-30 04:32:50',''),(3085,1,1,3553,6,2637635700,'2014-03-30 05:02:30',''),(3086,1,1,3554,55,3589189401,'2014-03-30 05:31:01',''),(3087,1,1,3555,64,1123634371,'2014-03-30 05:38:16',''),(3088,1,1,3556,28,1123634371,'2014-03-30 06:32:49',''),(3089,1,1,3557,51,2637636269,'2014-03-30 07:15:10',''),(3090,1,1,3558,71,1119574959,'2014-03-30 08:36:39',''),(3091,1,1,3559,51,3733881001,'2014-03-30 08:48:10',''),(3092,1,1,3560,3,1489375385,'2014-03-30 09:33:44',''),(3093,1,1,3561,26,1489375385,'2014-03-30 09:33:48',''),(3094,1,1,3562,66,1123635567,'2014-03-30 09:36:23','http://www.google.com/search'),(3095,1,1,3563,59,2420935138,'2014-03-30 09:54:34',''),(3096,1,1,3564,1,1542483267,'2014-03-30 10:37:54',''),(3097,1,1,3565,1,1542483293,'2014-03-30 10:37:55',''),(3098,1,1,3566,1,1489375385,'2014-03-30 11:22:53',''),(3099,1,1,3567,1,1489375385,'2014-03-30 11:22:57',''),(3100,1,1,3568,1,1489375385,'2014-03-30 11:23:02',''),(3101,1,1,3569,1,1489375385,'2014-03-30 11:23:06',''),(3102,1,1,3570,1,1489375385,'2014-03-30 11:24:01',''),(3103,1,1,3571,1,2499481254,'2014-03-30 11:57:21',''),(3104,1,1,3572,26,3233510386,'2014-03-30 13:47:39',''),(3105,1,1,3573,26,3233510386,'2014-03-30 13:47:44',''),(3106,1,1,3574,26,3233510386,'2014-03-30 13:47:47',''),(3107,1,1,3575,26,3233510386,'2014-03-30 13:47:50',''),(3108,1,1,3576,43,3233510386,'2014-03-30 13:47:57',''),(3109,1,1,3577,66,3233510386,'2014-03-30 13:48:03',''),(3110,1,1,3578,73,3233510386,'2014-03-30 13:48:09',''),(3111,1,1,3579,71,3233510386,'2014-03-30 13:48:20',''),(3112,1,1,3580,72,3233510386,'2014-03-30 13:48:25',''),(3113,1,1,3581,70,3233510386,'2014-03-30 13:48:29',''),(3114,1,1,3582,26,2637635810,'2014-03-30 14:57:31',''),(3115,1,1,3583,26,2637635730,'2014-03-30 18:09:04',''),(3116,1,1,3584,3,1123632324,'2014-03-30 18:34:43',''),(3117,1,1,3585,3,2637716638,'2014-03-30 22:56:35',''),(3118,1,1,3586,26,1159654938,'2014-03-30 23:43:59',''),(3119,1,1,3587,26,1159654938,'2014-03-30 23:44:01',''),(3120,1,1,3588,26,1159654938,'2014-03-30 23:44:03',''),(3121,1,1,3589,26,1159654938,'2014-03-30 23:44:06',''),(3122,1,1,3590,38,1159654938,'2014-03-30 23:44:08',''),(3123,1,1,3591,41,1159654938,'2014-03-30 23:44:11',''),(3124,1,1,3592,53,1159654938,'2014-03-30 23:44:14',''),(3125,1,1,3593,48,1159654938,'2014-03-30 23:44:16',''),(3126,1,1,3594,52,1159654938,'2014-03-30 23:44:18',''),(3127,1,1,3595,68,1159654938,'2014-03-30 23:44:21',''),(3128,1,1,3596,67,1159654938,'2014-03-30 23:44:24',''),(3129,1,1,3597,70,2637635811,'2014-03-31 06:08:42',''),(3130,1,1,3598,26,2637635730,'2014-03-31 07:51:32',''),(3131,1,1,3599,56,1318933875,'2014-03-31 08:32:57','http://www.google.lt/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CEkQFjAD&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=Jyg5U4XcBqiG4gTUvYHYAw&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxTZM6g&bv'),(3132,1,1,3600,1,2499481254,'2014-03-31 08:44:45',''),(3133,1,1,3601,1,2499481254,'2014-03-31 08:44:52',''),(3134,1,1,3602,1,2499481254,'2014-03-31 08:44:56',''),(3135,1,1,3603,1,2499481254,'2014-03-31 08:45:09',''),(3136,1,1,3604,1,2499481254,'2014-03-31 08:45:16',''),(3137,1,1,3605,1,1542483272,'2014-03-31 11:13:36',''),(3138,1,1,3606,1,1542483282,'2014-03-31 11:13:37',''),(3139,1,1,3607,1,3233510386,'2014-03-31 11:20:50',''),(3140,1,1,3608,1,3233510386,'2014-03-31 11:20:54',''),(3141,1,1,3609,1,1123631112,'2014-03-31 12:57:18',''),(3142,1,1,3610,71,2637635639,'2014-03-31 14:04:01',''),(3143,1,1,3611,56,2637635639,'2014-03-31 14:14:00',''),(3144,1,1,3612,68,1453029429,'2014-03-31 14:32:34','https://www.google.co.uk/'),(3145,1,1,3310,6,1442930244,'2014-03-31 15:15:54',''),(3146,1,1,3613,63,2637635966,'2014-03-31 15:26:52',''),(3147,1,1,3614,69,1123631112,'2014-03-31 15:40:00',''),(3148,1,1,3616,28,1444266121,'2014-03-31 17:22:24','https://www.google.co.uk/'),(3149,1,1,3617,1,1376318458,'2014-03-31 17:54:33','http://www.google.co.uk/'),(3150,1,1,3618,1,88415015,'2014-03-31 20:11:09','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CEAQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=1ss5U-m-PKKv7AaZpoCQDw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=1i1d6Tp2UdGHvijq_aITMQ&bvm=bv.63808443,d.ZGU'),(3151,1,1,3619,72,2637716638,'2014-03-31 20:31:21',''),(3152,1,1,3620,73,2637636128,'2014-03-31 21:48:52',''),(3153,1,1,3621,18,1123631152,'2014-03-31 22:00:44',''),(3154,1,1,3622,1,3024881284,'2014-03-31 22:12:48',''),(3155,1,1,3623,1,1384442702,'2014-03-31 23:43:45',''),(3156,1,1,3624,62,3589189401,'2014-04-01 00:12:04',''),(3157,1,1,3625,48,1123631112,'2014-04-01 03:13:39',''),(3158,1,1,3626,1,1123631112,'2014-04-01 03:48:38',''),(3159,1,1,3627,51,1123631152,'2014-04-01 04:04:33',''),(3160,1,1,3628,26,2637716630,'2014-04-01 04:15:12',''),(3161,1,1,3629,1,1968049426,'2014-04-01 05:25:23',''),(3162,1,1,3630,1,786803397,'2014-04-01 05:36:16',''),(3163,1,1,3631,1,1123631112,'2014-04-01 06:17:43',''),(3164,1,1,3632,1,1123631152,'2014-04-01 06:19:15',''),(3165,1,1,3633,1,1603768008,'2014-04-01 09:32:29','https://www.google.co.uk/'),(3166,1,1,3634,29,2637636644,'2014-04-01 09:34:38',''),(3167,1,1,3635,14,1123633603,'2014-04-01 11:23:08',''),(3168,1,1,3636,1,1542483306,'2014-04-01 11:23:46',''),(3169,1,1,3637,1,1542483293,'2014-04-01 11:23:47',''),(3170,1,1,3638,1,1504231558,'2014-04-01 12:11:05','http://www.google.co.uk/'),(3171,1,1,3639,1,1041806726,'2014-04-01 12:11:36',''),(3172,1,1,3640,1,1041806727,'2014-04-01 12:11:37',''),(3173,1,1,3641,1,3233510386,'2014-04-01 12:38:46',''),(3174,1,1,3642,1,3233510386,'2014-04-01 12:38:48',''),(3175,1,1,3643,1,3233510386,'2014-04-01 12:43:38',''),(3176,1,1,3644,1,3233510386,'2014-04-01 12:43:41',''),(3177,1,1,3645,1,3233510386,'2014-04-01 12:43:43',''),(3178,1,1,3646,21,1123633603,'2014-04-01 13:26:23',''),(3179,1,1,3647,10,2637636189,'2014-04-01 14:32:40',''),(3180,1,1,3648,26,2637635691,'2014-04-01 16:44:45',''),(3181,1,1,3649,1,1384441054,'2014-04-01 17:49:27','https://www.google.co.uk/'),(3182,1,1,3650,28,633049202,'2014-04-01 18:15:02',''),(3183,1,1,3651,26,2637716632,'2014-04-01 18:55:42',''),(3184,1,1,3652,56,1377802680,'2014-04-01 21:12:33',''),(3185,1,1,3653,56,1187319213,'2014-04-01 23:27:32','https://www.google.com/'),(3186,1,1,3654,26,1094137831,'2014-04-01 23:47:01',''),(3187,1,1,3655,6,633049202,'2014-04-02 00:04:54',''),(3188,1,1,3656,6,633049202,'2014-04-02 00:04:57',''),(3189,1,1,3657,27,3233510234,'2014-04-02 04:19:20',''),(3190,1,1,3658,28,3233510234,'2014-04-02 04:19:25',''),(3191,1,1,3659,55,3233510234,'2014-04-02 04:19:28',''),(3192,1,1,3660,48,1123633603,'2014-04-02 06:28:22',''),(3193,1,1,3661,1,1542483270,'2014-04-02 06:38:46',''),(3194,1,1,3662,1,1542483289,'2014-04-02 06:38:47',''),(3195,1,1,3663,16,2637716775,'2014-04-02 06:46:49',''),(3196,1,1,3664,15,1123633603,'2014-04-02 07:25:00',''),(3197,1,1,3665,10,1123633603,'2014-04-02 08:21:40',''),(3198,1,1,3666,62,1123633603,'2014-04-02 09:31:40',''),(3199,1,1,3667,56,1123633603,'2014-04-02 10:35:00',''),(3200,1,1,3668,63,1123633603,'2014-04-02 11:18:20',''),(3201,1,1,3669,75,3651670653,'2014-04-02 11:47:27','https://www.google.co.uk/'),(3202,1,1,3670,1,1544769850,'2014-04-02 12:17:40',''),(3203,1,1,3671,1,1041806726,'2014-04-02 12:18:11',''),(3204,1,1,3672,1,1123633603,'2014-04-02 12:31:41',''),(3205,1,1,3673,1,1453221945,'2014-04-02 12:54:56','https://www.google.co.uk/'),(3206,1,1,3674,43,1123633603,'2014-04-02 13:02:44',''),(3207,1,1,3675,47,1123634799,'2014-04-02 13:45:57',''),(3208,1,1,3676,66,1123634799,'2014-04-02 14:41:08',''),(3209,1,1,3677,1,2420944913,'2014-04-02 14:55:55',''),(3210,1,1,3678,1,2420944913,'2014-04-02 14:56:02',''),(3211,1,1,3679,1,2420944913,'2014-04-02 14:56:10',''),(3212,1,1,3680,1,2420944913,'2014-04-02 14:56:15',''),(3213,1,1,3681,1,2420944913,'2014-04-02 14:56:18',''),(3214,1,1,3682,51,1123634799,'2014-04-02 15:24:21',''),(3215,1,1,3683,44,2637716624,'2014-04-02 16:06:08',''),(3216,1,1,3684,43,2637636121,'2014-04-02 16:25:10',''),(3217,1,1,3685,1,1577747221,'2014-04-02 17:27:26','https://www.google.co.uk/'),(3218,1,1,3686,1,1577752553,'2014-04-02 20:12:46','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CDoQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=Nm88U4fEM5Lb7Aa4t4Ew&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=HuehSfMYE2ztVZulVgguYA&bvm=bv.63934634,d.ZWU'),(3219,1,1,3687,62,1123634799,'2014-04-02 20:29:14',''),(3220,1,1,3688,1,1376898615,'2014-04-02 20:47:45','https://www.google.co.uk/'),(3221,1,1,3689,57,2637716633,'2014-04-02 23:44:23',''),(3222,1,1,3690,1,1489375385,'2014-04-02 23:44:37',''),(3223,1,1,3691,1,1489375385,'2014-04-02 23:44:41',''),(3224,1,1,3692,1,1545007447,'2014-04-03 00:03:05','https://www.google.co.uk/'),(3225,1,1,3693,1,1123632707,'2014-04-03 02:03:36',''),(3226,1,1,3694,22,1123632707,'2014-04-03 03:27:41',''),(3227,1,1,3695,1,1542483276,'2014-04-03 08:56:10',''),(3228,1,1,3696,1,1542483324,'2014-04-03 08:56:11',''),(3229,1,1,3697,53,1123632707,'2014-04-03 09:54:39',''),(3230,1,1,3685,1,1577747221,'2014-04-03 10:43:39','https://www.google.co.uk/'),(3231,1,1,3698,56,3339975108,'2014-04-03 11:50:39',''),(3232,1,1,3699,56,3557723138,'2014-04-03 11:50:40','http://www.google.it/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=6&ved=0CFYQFjAF&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=_0o9U4OjKMWJtAbVr4HAAQ&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxTZ'),(3233,1,1,3700,69,3589189401,'2014-04-03 14:15:10',''),(3234,1,1,3701,64,1123632707,'2014-04-03 14:40:03',''),(3235,1,1,3702,1,1452131670,'2014-04-03 15:56:52','https://www.google.co.uk/'),(3236,1,1,3703,14,2637716654,'2014-04-03 16:23:45',''),(3237,1,1,3704,1,1159654938,'2014-04-03 18:33:21',''),(3238,1,1,3705,1,1159654938,'2014-04-03 18:33:25',''),(3239,1,1,3706,1,1159654938,'2014-04-03 18:33:29',''),(3240,1,1,3707,1,1159654938,'2014-04-03 18:33:39',''),(3241,1,1,3708,1,1159654938,'2014-04-03 18:33:42',''),(3242,1,1,3709,1,1123634799,'2014-04-03 19:30:12',''),(3243,1,1,3710,65,2637635688,'2014-04-03 22:46:28',''),(3244,1,1,3711,69,1123634799,'2014-04-03 23:29:33',''),(3245,1,1,3712,29,2731721825,'2014-04-04 00:08:27',''),(3246,1,1,3713,43,2731721825,'2014-04-04 00:08:30',''),(3247,1,1,3714,38,1123634799,'2014-04-04 05:14:34',''),(3248,1,1,3715,65,1123634799,'2014-04-04 06:52:22',''),(3249,1,1,3716,46,2637635865,'2014-04-04 09:44:58',''),(3250,1,1,3717,1,1380343880,'2014-04-04 09:55:31','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=12&ved=0CFAQFjABOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=i4E-U_H1HKSU7QasloGoDA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(3251,1,1,3718,6,2637635633,'2014-04-04 10:08:03',''),(3252,1,1,3719,31,1123632068,'2014-04-04 11:02:49',''),(3253,1,1,3720,1,3265793330,'2014-04-04 11:29:29','https://www.google.co.uk/'),(3254,1,1,3721,10,2637636022,'2014-04-04 12:17:05',''),(3255,1,1,3722,1,3233510234,'2014-04-04 12:42:09',''),(3256,1,1,3723,1,3233510234,'2014-04-04 12:42:14',''),(3257,1,1,3724,1,3233510234,'2014-04-04 12:42:20',''),(3258,1,1,3725,1,3233510234,'2014-04-04 12:42:30',''),(3259,1,1,3726,1,3233510234,'2014-04-04 12:42:33',''),(3260,1,1,3727,1,3233510234,'2014-04-04 12:42:37',''),(3261,1,1,3728,1,3233510234,'2014-04-04 12:42:41',''),(3262,1,1,3729,1,1577643530,'2014-04-04 13:11:01',''),(3263,1,1,3730,31,2637716786,'2014-04-04 14:05:49',''),(3264,1,1,3310,6,1442930244,'2014-04-04 14:32:42',''),(3265,1,1,3731,23,1123631683,'2014-04-04 15:18:49',''),(3266,1,1,3733,1,1542483270,'2014-04-04 16:17:04',''),(3267,1,1,3734,1,1542483279,'2014-04-04 16:17:05',''),(3268,1,1,3735,42,1123631683,'2014-04-04 16:50:51',''),(3269,1,1,3736,68,1123631683,'2014-04-04 17:25:28',''),(3270,1,1,3737,6,2637635633,'2014-04-04 18:06:02',''),(3271,1,1,3738,70,1123631683,'2014-04-04 18:41:38',''),(3272,1,1,3739,71,1123631683,'2014-04-04 19:33:33',''),(3273,1,1,3740,72,1123631683,'2014-04-04 20:32:24',''),(3274,1,1,3741,73,1123631683,'2014-04-04 21:27:47',''),(3275,1,1,3742,3,1123631683,'2014-04-04 22:16:26',''),(3276,1,1,3743,16,1123631683,'2014-04-04 23:22:01',''),(3277,1,1,3744,26,3326797599,'2014-04-05 00:13:46',''),(3278,1,1,3745,26,3326797599,'2014-04-05 00:14:06',''),(3279,1,1,3746,26,3326797599,'2014-04-05 00:14:21',''),(3280,1,1,3747,26,3326797599,'2014-04-05 00:14:31',''),(3281,1,1,3748,26,3326797599,'2014-04-05 00:14:34',''),(3282,1,1,3749,75,3326797599,'2014-04-05 00:14:38',''),(3283,1,1,3750,74,3326797599,'2014-04-05 00:14:54',''),(3284,1,1,3751,16,1123631683,'2014-04-05 00:38:10',''),(3285,1,1,3753,65,2637636647,'2014-04-05 02:26:49',''),(3286,1,1,3754,65,2637636647,'2014-04-05 03:00:53',''),(3287,1,1,3755,65,2637636023,'2014-04-05 03:18:10',''),(3288,1,1,3756,65,2637636456,'2014-04-05 03:39:33',''),(3289,1,1,3757,1,1123631683,'2014-04-05 05:47:48',''),(3290,1,1,3758,47,1123631683,'2014-04-05 06:46:42',''),(3291,1,1,3759,1,3024881172,'2014-04-05 07:16:30',''),(3292,1,1,3760,20,1123631683,'2014-04-05 07:20:32',''),(3293,1,1,3761,52,1123631683,'2014-04-05 07:54:08',''),(3294,1,1,3762,62,3589189401,'2014-04-05 08:28:24',''),(3295,1,1,3763,23,1123631683,'2014-04-05 09:12:54',''),(3296,1,1,3386,1,1577750008,'2014-04-05 10:47:35','https://www.google.co.uk/'),(3297,1,1,3764,1,1542483300,'2014-04-05 11:26:07',''),(3298,1,1,3765,1,1542483309,'2014-04-05 11:26:08',''),(3299,1,1,3766,1,1123631152,'2014-04-05 12:14:39',''),(3300,1,1,3767,1,35467585,'2014-04-05 12:22:26','https://www.google.co.uk/'),(3301,1,1,3768,10,1094136926,'2014-04-05 12:31:00',''),(3302,1,1,3769,1,2971755744,'2014-04-05 14:00:46','http://semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(3303,1,1,3770,26,1094136926,'2014-04-05 16:01:18',''),(3304,1,1,3771,23,1123631112,'2014-04-05 17:12:02',''),(3305,1,1,3772,1,3233510138,'2014-04-05 17:18:47',''),(3306,1,1,3773,1,3233510138,'2014-04-05 17:18:50',''),(3307,1,1,3774,1,3233510138,'2014-04-05 17:18:55',''),(3308,1,1,3775,1,3233510138,'2014-04-05 17:18:58',''),(3309,1,1,3776,1,3233510138,'2014-04-05 17:19:01',''),(3310,1,1,3777,23,1123631112,'2014-04-05 18:41:11',''),(3311,1,1,3778,1,3024881042,'2014-04-05 19:10:31',''),(3312,1,1,3779,3,1123631152,'2014-04-05 23:26:32',''),(3313,1,1,3780,1,523455106,'2014-04-06 03:40:14',''),(3314,1,1,3781,65,418784971,'2014-04-06 04:58:35','https://www.google.ca/'),(3315,1,1,3782,1,2794682384,'2014-04-06 05:38:55','http://semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(3316,1,1,3783,41,1053986311,'2014-04-06 05:40:13',''),(3317,1,1,3784,29,1123631107,'2014-04-06 06:11:21',''),(3318,1,1,3785,1,35585595,'2014-04-06 08:14:52','https://www.google.co.uk/'),(3319,1,1,3786,1,1442939298,'2014-04-06 09:15:50','https://www.google.co.uk/'),(3320,1,1,3787,43,1123631112,'2014-04-06 09:36:34',''),(3321,1,1,3788,1,3105472004,'2014-04-06 12:59:35','https://www.google.co.uk/'),(3322,1,1,3789,48,1577746852,'2014-04-06 13:23:24','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&ved=0CHkQFjAI&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_category%3D39%26controller%3Dcategory%26id_lang%3D1&ei=EVVBU_W5EISUhQeDx4DYAQ&usg=AFQjCNF8U2fj9rhA-mztuPxpx9L4f5rs'),(3323,1,1,3780,1,523455106,'2014-04-06 13:54:54',''),(3324,1,1,3790,1,1311674837,'2014-04-06 14:07:00',''),(3325,1,1,3791,1,1311674837,'2014-04-06 14:07:03',''),(3326,1,1,3792,1,1311674837,'2014-04-06 14:07:09',''),(3327,1,1,3793,1,1311674837,'2014-04-06 14:07:13',''),(3328,1,1,3794,1,1311674837,'2014-04-06 14:07:18',''),(3329,1,1,3795,1,1311674837,'2014-04-06 14:07:24',''),(3330,1,1,3796,1,1311674837,'2014-04-06 14:07:34',''),(3331,1,1,3797,68,1094136944,'2014-04-06 16:01:22',''),(3332,1,1,3798,1,1508961163,'2014-04-06 16:16:10','https://www.google.co.uk/'),(3333,1,1,3799,1,1542483276,'2014-04-06 16:23:11',''),(3334,1,1,3800,1,1542483299,'2014-04-06 16:23:12',''),(3335,1,1,3801,1,1041806727,'2014-04-06 16:34:17',''),(3336,1,1,3802,1,1041806727,'2014-04-06 16:34:41',''),(3337,1,1,3803,73,1123633745,'2014-04-06 16:36:52',''),(3338,1,1,3804,15,1094136926,'2014-04-06 17:59:00',''),(3339,1,1,3805,1,1094136926,'2014-04-06 18:33:28',''),(3340,1,1,3806,6,1770459494,'2014-04-06 18:37:18','http://www.bing.com/search?q=ip%3a109.75.160.9+.php%3f&go=&qs=ds&filt=all&first=21&FORM=PERE1'),(3341,1,1,3807,6,1770459494,'2014-04-06 18:37:43',''),(3342,1,1,3808,1,1770459494,'2014-04-06 18:37:46',''),(3343,1,1,3809,1,1770459494,'2014-04-06 18:37:51',''),(3344,1,1,3810,1,1770459494,'2014-04-06 18:37:58',''),(3345,1,1,3811,1,1770459494,'2014-04-06 18:38:08',''),(3346,1,1,3812,1,1770459494,'2014-04-06 18:38:19',''),(3347,1,1,3813,1,1770459494,'2014-04-06 18:38:26',''),(3348,1,1,3814,1,1770459494,'2014-04-06 18:38:39',''),(3349,1,1,3815,1,1770459494,'2014-04-06 18:38:45',''),(3350,1,1,3816,1,1770459494,'2014-04-06 18:38:50',''),(3351,1,1,3817,1,1770459494,'2014-04-06 18:38:55',''),(3352,1,1,3785,1,35585595,'2014-04-06 19:52:05','https://www.google.co.uk/'),(3353,1,1,3818,30,1123633781,'2014-04-06 20:19:39',''),(3354,1,1,3819,1,1416550410,'2014-04-06 22:04:12','http://semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(3355,1,1,3820,1,1365580576,'2014-04-06 22:47:15','https://www.google.pl/'),(3356,1,1,3821,31,1123633742,'2014-04-06 23:35:18',''),(3357,1,1,3822,1,1123633748,'2014-04-06 23:40:12',''),(3358,1,1,3823,43,3516102221,'2014-04-07 00:08:40',''),(3359,1,1,3824,67,3516102265,'2014-04-07 03:47:00',''),(3360,1,1,3825,1,1542483285,'2014-04-07 04:03:18',''),(3361,1,1,3826,1,1542483285,'2014-04-07 04:03:19',''),(3362,1,1,3827,56,1123633737,'2014-04-07 05:02:40',''),(3363,1,1,3828,45,1123633757,'2014-04-07 05:17:45',''),(3364,1,1,3829,27,1123633751,'2014-04-07 05:37:52',''),(3365,1,1,3830,59,1123633790,'2014-04-07 06:53:19',''),(3366,1,1,3831,1,1546188838,'2014-04-07 07:34:03',''),(3367,1,1,3832,1,3484848114,'2014-04-07 08:01:39',''),(3368,1,1,3833,6,1123633742,'2014-04-07 08:33:53',''),(3369,1,1,3834,1,1367700358,'2014-04-07 10:00:41','https://www.google.co.uk/'),(3370,1,1,3835,1,1123633784,'2014-04-07 11:09:49',''),(3371,1,1,3836,1,1311674837,'2014-04-07 11:42:30',''),(3372,1,1,3837,1,1311674837,'2014-04-07 11:42:35',''),(3373,1,1,3838,1,1311674837,'2014-04-07 11:42:39',''),(3374,1,1,3839,1,1311674837,'2014-04-07 11:42:43',''),(3375,1,1,3840,1,1311674837,'2014-04-07 11:42:48',''),(3376,1,1,3310,6,1442930244,'2014-04-07 15:03:44',''),(3377,1,1,3841,64,1123633742,'2014-04-07 15:51:46',''),(3378,1,1,3842,68,1123633738,'2014-04-07 17:20:34',''),(3379,1,1,3843,55,1609127324,'2014-04-07 17:30:08','http://www.google.it/url?sa=t&source=web&cd=18&ved=0CD0QFjAHOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D22%26controller%3Dproduct%26id_lang%3D1&rct=j&q=225%2045wr17&ei=bOBCU7vSAsLnygPVt4GQCw&usg=AFQjCNHhNMxO4AbTngKyh81sKrd0'),(3380,1,1,3844,41,3024881206,'2014-04-07 17:32:11',''),(3381,1,1,3845,59,1094136929,'2014-04-07 18:28:45',''),(3382,1,1,3846,75,1123633764,'2014-04-07 18:30:51',''),(3383,1,1,3788,1,1577642320,'2014-04-07 20:11:38',''),(3384,1,1,3847,67,1123633743,'2014-04-07 20:28:24',''),(3385,1,1,3848,74,1123633771,'2014-04-07 20:51:43',''),(3386,1,1,3849,43,1123633759,'2014-04-07 21:42:50',''),(3387,1,1,3850,1,1542483310,'2014-04-08 04:55:45',''),(3388,1,1,3851,1,1542483265,'2014-04-08 04:55:46',''),(3389,1,1,3852,6,1838902380,'2014-04-08 12:01:20','http://www.bing.com/search?q=tyres+blackburn+whitebirk&qs=n&form=QBRE&pq=tyres+blackburn+whitebirk&sc=0-16&sp=-1&sk=&cvid=030221bb35e047369fe378464385f5d3'),(3390,1,1,3853,1,1123633748,'2014-04-08 12:25:27',''),(3391,1,1,3854,1,1380265252,'2014-04-08 15:33:31','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CGwQoAIwBA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=vhZEU6-gCqK27Qav6YDwBw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.64367178,d.ZGU'),(3392,1,1,3855,1,89203794,'2014-04-08 15:33:42',''),(3393,1,1,3856,54,1380265252,'2014-04-08 15:34:15',''),(3394,1,1,3857,6,1380265252,'2014-04-08 15:34:25',''),(3395,1,1,3858,1,3579312380,'2014-04-08 16:52:33','http://www.google.ru/url?sa=t&rct=j&q=ms%20tyres&source=web&cd=7&ved=0CE4QFjAG&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=8yhEU8HhCM6MyQOE6YDICw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=LG_U7BqGeh2iYFkz_QcQpg&bvm=bv.64367178,d.bGQ&cad=rjt'),(3396,1,1,3859,1,2420944913,'2014-04-08 18:00:32',''),(3397,1,1,3860,1,2420944913,'2014-04-08 18:00:37',''),(3398,1,1,3861,1,2420944913,'2014-04-08 18:00:43',''),(3399,1,1,3862,1,2420944913,'2014-04-08 18:00:48',''),(3400,1,1,3863,1,2420944913,'2014-04-08 18:00:55',''),(3401,1,1,3864,1,2420944913,'2014-04-08 18:00:58',''),(3402,1,1,3865,1,2420944913,'2014-04-08 18:01:05',''),(3403,1,1,3866,55,624640966,'2014-04-08 18:17:01',''),(3404,1,1,3867,1,1123633752,'2014-04-08 18:17:38',''),(3405,1,1,3868,1,2420944913,'2014-04-08 19:17:33',''),(3406,1,1,3869,1,2420944913,'2014-04-08 19:17:37',''),(3407,1,1,3870,1,2420944913,'2014-04-08 19:17:41',''),(3408,1,1,3871,1,2420944913,'2014-04-08 19:17:44',''),(3409,1,1,3872,1,2420944913,'2014-04-08 19:17:48',''),(3410,1,1,3873,1,2420944913,'2014-04-08 19:17:53',''),(3411,1,1,3874,1,2420944913,'2014-04-08 19:17:56',''),(3412,1,1,3875,43,1123631364,'2014-04-08 22:19:05',''),(3413,1,1,3876,64,1123631556,'2014-04-09 00:57:46',''),(3414,1,1,3877,1,1123631364,'2014-04-09 00:57:53',''),(3415,1,1,3878,1,41659027,'2014-04-09 08:13:07',''),(3416,1,1,3879,1,3024881196,'2014-04-09 08:22:36',''),(3417,1,1,3880,65,1318370548,'2014-04-09 09:16:04','https://www.google.co.uk/'),(3418,1,1,3881,56,3272515810,'2014-04-09 09:24:18','https://www.google.lt/'),(3419,1,1,3882,6,2637636383,'2014-04-09 09:53:00',''),(3420,1,1,3788,1,2954503810,'2014-04-09 10:20:37',''),(3421,1,1,3883,1,1542483325,'2014-04-09 12:40:00',''),(3422,1,1,3884,1,1542483277,'2014-04-09 12:40:01',''),(3423,1,1,3885,1,3269196480,'2014-04-09 13:55:33','http://semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(3424,1,1,3886,1,3320654098,'2014-04-09 14:16:19','http://semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(3425,1,1,3887,1,1368978426,'2014-04-09 14:37:05','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CFAQFjAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=BFtFU8jSFc-V7AbzpIHIBQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.64507335,d.bGQ'),(3426,1,1,3888,70,1123631152,'2014-04-09 14:53:42',''),(3427,1,1,3889,21,1123631107,'2014-04-09 15:14:24',''),(3428,1,1,3891,1,1311674837,'2014-04-09 16:03:14',''),(3429,1,1,3892,1,1311674837,'2014-04-09 16:03:17',''),(3430,1,1,3893,1,1311674837,'2014-04-09 16:03:24',''),(3431,1,1,3894,1,1311674837,'2014-04-09 16:03:27',''),(3432,1,1,3895,1,1311674837,'2014-04-09 16:03:33',''),(3433,1,1,3896,72,1123631107,'2014-04-09 17:39:10',''),(3434,1,1,3897,43,1123631152,'2014-04-09 21:26:26',''),(3435,1,1,3898,26,1123631107,'2014-04-09 23:09:53',''),(3436,1,1,3899,1,3024881215,'2014-04-10 00:54:36',''),(3437,1,1,3900,63,1123631107,'2014-04-10 01:54:07',''),(3438,1,1,3901,64,3024881294,'2014-04-10 02:31:53',''),(3439,1,1,3902,9,3024881041,'2014-04-10 12:33:33',''),(3440,1,1,3903,1,2385950730,'2014-04-10 19:05:56',''),(3441,1,1,3904,1,2385950730,'2014-04-10 19:06:00',''),(3442,1,1,3905,1,2385950730,'2014-04-10 19:06:03',''),(3443,1,1,3906,1,2385950730,'2014-04-10 19:06:06',''),(3444,1,1,3907,1,2385950730,'2014-04-10 19:06:09',''),(3445,1,1,3908,1,2385950730,'2014-04-10 19:06:13',''),(3446,1,1,3909,1,2385950730,'2014-04-10 19:06:16',''),(3447,1,1,3910,15,3024881046,'2014-04-10 19:39:19',''),(3448,1,1,3911,1,1523697136,'2014-04-10 19:56:21','https://www.google.co.uk/'),(3449,1,1,3912,74,1123631112,'2014-04-10 23:24:56',''),(3450,1,1,3913,62,1123631107,'2014-04-10 23:52:37',''),(3451,1,1,3914,1,1123631107,'2014-04-11 01:01:52',''),(3452,1,1,3915,63,1123631107,'2014-04-11 02:04:10',''),(3453,1,1,3916,1,1187333022,'2014-04-11 02:44:26',''),(3454,1,1,3917,31,1123631152,'2014-04-11 02:45:42',''),(3455,1,1,3918,56,1123631107,'2014-04-11 04:08:47',''),(3456,1,1,3919,56,2637635863,'2014-04-11 04:10:26',''),(3457,1,1,3916,1,1187333022,'2014-04-11 04:17:53',''),(3458,1,1,3920,10,1123631107,'2014-04-11 05:04:08',''),(3459,1,1,3921,41,2637635863,'2014-04-11 05:53:25',''),(3460,1,1,3922,50,1123631152,'2014-04-11 05:57:42',''),(3461,1,1,3923,1,1542483311,'2014-04-11 06:03:15',''),(3462,1,1,3924,1,1542483306,'2014-04-11 06:03:16',''),(3463,1,1,3925,46,1123631152,'2014-04-11 06:29:17',''),(3464,1,1,3926,52,1123631107,'2014-04-11 06:54:33',''),(3465,1,1,3927,1,1603987087,'2014-04-11 10:50:47',''),(3466,1,1,3928,6,1603987087,'2014-04-11 10:50:48',''),(3467,1,1,3929,1,3024881282,'2014-04-11 13:14:55',''),(3468,1,1,3930,1,87951689,'2014-04-11 14:05:03',''),(3469,1,1,3931,6,87951689,'2014-04-11 14:05:04',''),(3470,1,1,3932,66,3024881382,'2014-04-11 14:20:22',''),(3471,1,1,3310,6,1442930244,'2014-04-11 14:32:16',''),(3472,1,1,3933,1,3233510138,'2014-04-11 14:48:07',''),(3473,1,1,3934,1,3233510138,'2014-04-11 14:48:10',''),(3474,1,1,3935,1,3233510138,'2014-04-11 14:48:13',''),(3475,1,1,3936,1,3233510138,'2014-04-11 14:48:16',''),(3476,1,1,3937,1,3233510138,'2014-04-11 14:48:19',''),(3477,1,1,3938,69,3024881067,'2014-04-11 15:17:24',''),(3478,1,1,3939,1,40161305,'2014-04-11 18:30:34','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=6&ved=0CHMQoAIwBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=dTFIU9O3B4ip7AaR04CIBA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(3479,1,1,3940,1,1041806726,'2014-04-11 18:31:08',''),(3480,1,1,3941,1,1041806727,'2014-04-11 18:32:15',''),(3481,1,1,3942,1,1318967533,'2014-04-11 20:18:19',''),(3482,1,1,3943,6,1318967533,'2014-04-11 20:18:20',''),(3483,1,1,3944,1,87949348,'2014-04-11 21:53:41',''),(3484,1,1,3945,6,87949348,'2014-04-11 21:53:42',''),(3485,1,1,3946,1,1541669698,'2014-04-11 22:24:09',''),(3486,1,1,3947,6,1541669698,'2014-04-11 22:24:10',''),(3487,1,1,3948,1,87953130,'2014-04-11 23:02:28',''),(3488,1,1,3949,6,87953130,'2014-04-11 23:02:29',''),(3489,1,1,3950,50,3024881282,'2014-04-12 01:07:55',''),(3490,1,1,3951,10,1123632132,'2014-04-12 01:10:55',''),(3491,1,1,3952,1,87952741,'2014-04-12 01:18:11',''),(3492,1,1,3953,6,87952741,'2014-04-12 01:18:12',''),(3493,1,1,3954,1,1541668956,'2014-04-12 01:22:55',''),(3494,1,1,3955,6,1541668956,'2014-04-12 01:22:56',''),(3495,1,1,3956,1,87953864,'2014-04-12 02:25:15',''),(3496,1,1,3957,6,87953864,'2014-04-12 02:25:16',''),(3497,1,1,3958,1,1123632367,'2014-04-12 05:30:50',''),(3498,1,1,3959,62,1123632324,'2014-04-12 06:22:55',''),(3499,1,1,3960,1,2637716626,'2014-04-12 07:57:43',''),(3500,1,1,3961,1,1833517554,'2014-04-12 08:17:00',''),(3501,1,1,3962,6,1833517554,'2014-04-12 08:17:01',''),(3502,1,1,3310,6,1442930244,'2014-04-12 08:24:33',''),(3503,1,1,3963,1,1123631112,'2014-04-12 10:59:32',''),(3504,1,1,3964,1,3559303693,'2014-04-12 11:18:13',''),(3505,1,1,3965,6,3559303693,'2014-04-12 11:18:16',''),(3506,1,1,3966,1,1839796640,'2014-04-12 11:26:30',''),(3507,1,1,3967,6,1839796640,'2014-04-12 11:26:42',''),(3508,1,1,3968,1,1968049426,'2014-04-12 11:45:24',''),(3509,1,1,3969,1,621361678,'2014-04-12 12:25:56',''),(3510,1,1,3970,6,621361678,'2014-04-12 12:25:57',''),(3511,1,1,3971,1,1048628852,'2014-04-12 13:15:53',''),(3512,1,1,3972,6,1048628852,'2014-04-12 13:15:54',''),(3513,1,1,3973,1,87951529,'2014-04-12 13:22:07',''),(3514,1,1,3974,6,87951529,'2014-04-12 13:22:08',''),(3515,1,1,3975,1,1048628852,'2014-04-12 13:31:18',''),(3516,1,1,3976,6,1048628852,'2014-04-12 13:31:18',''),(3517,1,1,3977,1,1344982957,'2014-04-12 14:03:42','http://www.google.co.uk/search?hl=en&redir_esc=&client=ms-android-tmobile-gb&source=android-launcher-widget&v=133247963&qsubts=1397310946729&action=devloc&q=tyres+in+blackburn&v=133247963'),(3518,1,1,3978,1,3233510234,'2014-04-12 14:58:15',''),(3519,1,1,3979,1,3233510234,'2014-04-12 14:58:19',''),(3520,1,1,3980,1,3233510234,'2014-04-12 14:58:26',''),(3521,1,1,3981,1,3233510234,'2014-04-12 14:58:30',''),(3522,1,1,3982,1,3233510234,'2014-04-12 14:58:34',''),(3523,1,1,3983,1,3233510234,'2014-04-12 14:58:38',''),(3524,1,1,3984,1,3233510234,'2014-04-12 14:58:44',''),(3525,1,1,3985,1,3024881217,'2014-04-12 16:48:57',''),(3526,1,1,3986,16,2637635644,'2014-04-12 17:33:22',''),(3527,1,1,3987,26,1094136928,'2014-04-12 19:59:50',''),(3528,1,1,3988,48,1838689159,'2014-04-12 20:37:05','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CDMQFjAB&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_category%3D39%26controller%3Dcategory%26id_lang%3D1&ei=66NJU67lLYGJ7AbJ3ID4Bw&usg=AFQjCNF8U2fj9rhA-mztuPxpx9L4f5rs'),(3529,1,1,3989,53,3024881301,'2014-04-12 21:08:58',''),(3530,1,1,3990,1,1048628852,'2014-04-12 21:12:10',''),(3531,1,1,3991,6,1048628852,'2014-04-12 21:12:11',''),(3532,1,1,3992,1,1318967212,'2014-04-12 21:28:13',''),(3533,1,1,3993,6,1318967212,'2014-04-12 21:28:14',''),(3534,1,1,3994,1,3104906192,'2014-04-12 23:08:33',''),(3535,1,1,3995,6,3104906192,'2014-04-12 23:08:34',''),(3536,1,1,3996,1,1317120837,'2014-04-12 23:53:18',''),(3537,1,1,3997,6,1317120837,'2014-04-12 23:53:24',''),(3538,1,1,3998,1,1833517490,'2014-04-13 00:11:36',''),(3539,1,1,3999,6,1833517490,'2014-04-13 00:11:37',''),(3540,1,1,4000,1,1541669065,'2014-04-13 00:19:56',''),(3541,1,1,4001,6,1541669065,'2014-04-13 00:19:57',''),(3542,1,1,4002,6,2731721828,'2014-04-13 00:39:25',''),(3543,1,1,4003,1,1833517453,'2014-04-13 03:03:02',''),(3544,1,1,4004,6,1833517453,'2014-04-13 03:03:03',''),(3545,1,1,4005,65,1123631107,'2014-04-13 03:05:20',''),(3546,1,1,4006,52,1123631107,'2014-04-13 03:49:18',''),(3547,1,1,4007,1,3559303781,'2014-04-13 06:34:19',''),(3548,1,1,4008,6,3559303781,'2014-04-13 06:34:20',''),(3549,1,1,3310,6,1442930244,'2014-04-13 10:18:10',''),(3550,1,1,4009,1,3104905843,'2014-04-13 11:17:36',''),(3551,1,1,4010,6,3104905843,'2014-04-13 11:17:37',''),(3552,1,1,4011,1,621361711,'2014-04-13 12:14:24',''),(3553,1,1,4012,6,621361711,'2014-04-13 12:14:25',''),(3554,1,1,4013,1,3233510138,'2014-04-13 12:57:23',''),(3555,1,1,4014,1,3233510138,'2014-04-13 12:57:26',''),(3556,1,1,4015,1,3233510138,'2014-04-13 12:57:28',''),(3557,1,1,4016,1,3233510138,'2014-04-13 12:57:31',''),(3558,1,1,4017,1,3233510138,'2014-04-13 12:57:35',''),(3559,1,1,4018,51,1365659796,'2014-04-13 14:36:52','https://www.google.co.uk/'),(3560,1,1,4019,1,1048628852,'2014-04-13 14:42:20',''),(3561,1,1,4020,6,1048628852,'2014-04-13 14:42:21',''),(3562,1,1,4021,62,1053992902,'2014-04-13 15:26:42',''),(3563,1,1,4022,1,1053992902,'2014-04-13 15:26:43',''),(3564,1,1,4023,1,1053992902,'2014-04-13 15:26:43',''),(3565,1,1,4024,6,3024881071,'2014-04-13 15:43:01',''),(3566,1,1,4025,1,1123631112,'2014-04-13 16:10:55',''),(3567,1,1,4026,1,621361281,'2014-04-13 17:04:57',''),(3568,1,1,4027,6,621361281,'2014-04-13 17:04:58',''),(3569,1,1,4028,43,2637636124,'2014-04-13 17:29:57',''),(3570,1,1,4029,1,3559303768,'2014-04-13 17:47:46',''),(3571,1,1,4030,6,3559303768,'2014-04-13 17:47:47',''),(3572,1,1,4031,1,1317121434,'2014-04-13 19:06:48',''),(3573,1,1,4032,6,1317121434,'2014-04-13 19:06:49',''),(3574,1,1,4033,1,1603987111,'2014-04-13 19:11:47',''),(3575,1,1,4034,6,1603987111,'2014-04-13 19:11:48',''),(3576,1,1,4035,1,87952953,'2014-04-13 20:20:56',''),(3577,1,1,4036,6,87952953,'2014-04-13 20:20:57',''),(3578,1,1,4037,55,3024880916,'2014-04-13 22:02:13',''),(3579,1,1,4038,1,1332873088,'2014-04-13 22:19:29',''),(3580,1,1,4039,1,1123631107,'2014-04-13 22:51:20',''),(3581,1,1,4040,1,1317115582,'2014-04-14 01:18:30',''),(3582,1,1,4041,6,1317115582,'2014-04-14 01:18:31',''),(3583,1,1,4042,1,621361214,'2014-04-14 05:36:04',''),(3584,1,1,4043,6,621361214,'2014-04-14 05:36:06',''),(3585,1,1,4044,1,3024880920,'2014-04-14 06:20:18',''),(3586,1,1,4045,1,3576168713,'2014-04-14 07:03:13',''),(3587,1,1,4046,10,1467079622,'2014-04-14 08:59:19','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CJQBEBYwBA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D9%26controller%3Dproduct%26id_lang%3D1&ei=U6NLU4uVIqWT0AXClIHQCw&usg=AFQjCNFXhLp7DaHp6_6PebJYcQQ8oRCbn'),(3588,1,1,4047,1,1544770985,'2014-04-14 09:18:52','https://www.google.co.uk/'),(3589,1,1,4048,1,1041806727,'2014-04-14 09:19:23',''),(3590,1,1,4049,1,1041806726,'2014-04-14 09:19:25',''),(3591,1,1,4050,26,2637636196,'2014-04-14 09:38:52',''),(3592,1,1,4051,1,3104906001,'2014-04-14 10:09:59',''),(3593,1,1,4052,6,3104906001,'2014-04-14 10:10:02',''),(3594,1,1,4053,1,87949422,'2014-04-14 10:13:16',''),(3595,1,1,4054,6,87949422,'2014-04-14 10:13:21',''),(3596,1,1,4055,1,3104906114,'2014-04-14 11:02:08',''),(3597,1,1,4056,6,3104906114,'2014-04-14 11:02:09',''),(3598,1,1,4057,1,3104906114,'2014-04-14 11:03:39',''),(3599,1,1,4058,6,3104906114,'2014-04-14 11:03:40',''),(3600,1,1,4059,10,1123631112,'2014-04-14 12:20:10',''),(3601,1,1,4061,45,3024881194,'2014-04-14 13:43:32',''),(3602,1,1,4062,53,1123631107,'2014-04-14 14:06:16',''),(3603,1,1,4063,6,2637635917,'2014-04-14 15:52:31',''),(3604,1,1,4064,1,2499481254,'2014-04-14 16:00:57',''),(3605,1,1,4065,1,2499481254,'2014-04-14 16:01:01',''),(3606,1,1,4066,1,2499481254,'2014-04-14 16:01:05',''),(3607,1,1,4067,1,2499481254,'2014-04-14 16:01:09',''),(3608,1,1,4068,1,2499481254,'2014-04-14 16:01:17',''),(3609,1,1,4069,1,2499481254,'2014-04-14 16:01:21',''),(3610,1,1,4070,1,2499481254,'2014-04-14 16:01:28',''),(3611,1,1,4071,1,1541669590,'2014-04-14 16:02:19',''),(3612,1,1,4072,6,1541669590,'2014-04-14 16:02:20',''),(3613,1,1,3310,6,1442930244,'2014-04-14 16:42:10',''),(3614,1,1,4073,56,3646291211,'2014-04-14 16:42:55',''),(3615,1,1,4074,47,2637636200,'2014-04-14 16:44:47',''),(3616,1,1,4075,75,1123631112,'2014-04-14 17:43:18',''),(3617,1,1,4076,1,1833517474,'2014-04-14 18:29:49',''),(3618,1,1,4077,6,1833517474,'2014-04-14 18:29:51',''),(3619,1,1,4078,1,3024881043,'2014-04-14 18:29:54',''),(3620,1,1,4079,1,1451463745,'2014-04-14 18:35:22','http://www.google.co.uk/'),(3621,1,1,4080,16,1123631112,'2014-04-14 19:22:18',''),(3622,1,1,4081,1,3412224102,'2014-04-14 19:47:56',''),(3623,1,1,4082,43,1123631107,'2014-04-14 20:20:48',''),(3624,1,1,4083,68,3581478854,'2014-04-14 21:54:00','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CEcQFjAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&ei=TFhMU46jEIHN0QXs2IHQBA&usg=AFQjCNHWZWIYgPzjc0ib6fccUKEC1CiZaw'),(3625,1,1,4084,44,1123631107,'2014-04-15 00:23:39',''),(3626,1,1,4085,58,1123631107,'2014-04-15 02:02:39',''),(3627,1,1,4087,49,1123631152,'2014-04-15 02:34:09',''),(3628,1,1,4088,72,1123631292,'2014-04-15 03:59:39',''),(3629,1,1,4089,6,1123634404,'2014-04-15 04:58:44',''),(3630,1,1,4090,1,1542483265,'2014-04-15 05:03:24',''),(3631,1,1,4091,1,1542483283,'2014-04-15 05:03:25',''),(3632,1,1,4092,65,3480255922,'2014-04-15 05:24:21','http://www.google.ca/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CHMQFjAG&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=dcJMU8LhLujh2wWqp4CIBA&usg=AFQjCNE1Ca_-PPn5dxqsbrcb2E1gypusNQ'),(3633,1,1,4093,9,2637635941,'2014-04-15 06:04:52',''),(3634,1,1,4094,1,1317120143,'2014-04-15 06:30:25',''),(3635,1,1,4095,6,1317120143,'2014-04-15 06:30:26',''),(3636,1,1,4096,57,3024881215,'2014-04-15 07:29:54',''),(3637,1,1,4097,1,1317111954,'2014-04-15 07:56:43',''),(3638,1,1,4098,6,1317111954,'2014-04-15 07:56:50',''),(3639,1,1,4099,66,1123631152,'2014-04-15 08:02:49',''),(3640,1,1,4100,74,3278258587,'2014-04-15 11:41:39','https://www.google.co.uk/'),(3641,1,1,4101,1,1522762318,'2014-04-15 12:26:33','https://www.google.co.uk/'),(3642,1,1,4102,51,3578192989,'2014-04-15 12:55:09',''),(3643,1,1,4103,15,3024881168,'2014-04-15 13:32:17',''),(3644,1,1,4104,1,2385950730,'2014-04-15 16:23:16',''),(3645,1,1,4105,1,2385950730,'2014-04-15 16:23:20',''),(3646,1,1,4106,1,2385950730,'2014-04-15 16:23:22',''),(3647,1,1,4107,1,2385950730,'2014-04-15 16:23:25',''),(3648,1,1,4108,1,2385950730,'2014-04-15 16:23:29',''),(3649,1,1,4101,52,1380233161,'2014-04-15 18:06:09',''),(3650,1,1,4109,51,3024881299,'2014-04-15 19:48:28',''),(3651,1,1,4110,1,1318137189,'2014-04-16 00:05:36','https://www.google.co.uk/'),(3652,1,1,4111,1,1041806726,'2014-04-16 00:06:07',''),(3653,1,1,4112,1,40242022,'2014-04-16 00:15:38',''),(3654,1,1,4113,66,3024881298,'2014-04-16 02:56:03',''),(3655,1,1,4114,1,1123634948,'2014-04-16 04:28:48',''),(3656,1,1,4115,18,2637636385,'2014-04-16 07:19:42',''),(3657,1,1,4116,9,1123635140,'2014-04-16 08:52:23',''),(3658,1,1,4117,28,1123635183,'2014-04-16 09:04:13',''),(3659,1,1,4118,53,1123634948,'2014-04-16 10:04:43',''),(3660,1,1,4119,57,1123631556,'2014-04-16 11:32:27',''),(3661,1,1,4120,66,1123631556,'2014-04-16 12:26:44',''),(3662,1,1,4121,64,1123631556,'2014-04-16 12:57:09',''),(3663,1,1,4122,26,2637716830,'2014-04-16 13:24:31',''),(3664,1,1,4123,51,1123631599,'2014-04-16 13:45:33',''),(3665,1,1,4124,38,1123631364,'2014-04-16 14:09:48',''),(3666,1,1,4125,6,1452739027,'2014-04-16 14:18:04','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=10&ved=0CGcQFjAJ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fcontroller%3Dcontact&ei=BZFOU9vmL47n7AbT_YGYAQ&usg=AFQjCNHx3TBZ1jACLVt4cWCQdEbKrT29kw&bvm=bv.64764171,d.ZWU'),(3667,1,1,4126,59,1123631599,'2014-04-16 15:10:16',''),(3668,1,1,4127,68,1123638639,'2014-04-16 15:22:08','http://www.google.com/search'),(3669,1,1,4128,31,1123631556,'2014-04-16 15:25:35',''),(3670,1,1,4129,1,1123631599,'2014-04-16 16:31:58',''),(3671,1,1,4130,68,1444213317,'2014-04-16 16:35:42','https://www.google.co.uk/'),(3672,1,1,4131,1,1377537409,'2014-04-16 16:50:31','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CIwBEKACMAY&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=XKpOU6qUMMTA7Aaq84HoAg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=U9o6-vEvOzVEqQ0pIoHeRw&bvm=bv.64764171,d.ZGU'),(3673,1,1,4133,1,3024880971,'2014-04-16 17:14:44',''),(3674,1,1,4134,14,1123631599,'2014-04-16 18:02:42',''),(3675,1,1,4135,1,2916136754,'2014-04-16 18:12:58',''),(3676,1,1,4136,1,2916136754,'2014-04-16 18:13:01',''),(3677,1,1,4137,1,2916136754,'2014-04-16 18:13:04',''),(3678,1,1,4138,1,2916136754,'2014-04-16 18:13:07',''),(3679,1,1,4139,1,2916136754,'2014-04-16 18:13:09',''),(3680,1,1,4140,1,2916136754,'2014-04-16 18:13:12',''),(3681,1,1,4141,1,2916136754,'2014-04-16 18:13:17',''),(3682,1,1,4142,3,2637716830,'2014-04-16 18:22:05',''),(3683,1,1,4143,75,1094129882,'2014-04-16 18:23:17',''),(3684,1,1,4144,1,1542483312,'2014-04-16 18:25:23',''),(3685,1,1,4145,1,1542483275,'2014-04-16 18:25:24',''),(3686,1,1,4146,43,1123631599,'2014-04-16 19:50:22',''),(3687,1,1,4147,1,2978241361,'2014-04-16 20:05:06','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(3688,1,1,4148,66,1123631556,'2014-04-16 20:15:49',''),(3689,1,1,4149,27,1123631364,'2014-04-16 20:58:12',''),(3690,1,1,4150,15,1123631556,'2014-04-16 22:09:39',''),(3691,1,1,4151,48,1123631556,'2014-04-16 22:41:01',''),(3692,1,1,4152,47,3024881071,'2014-04-16 23:28:55',''),(3693,1,1,4153,45,1123631364,'2014-04-16 23:49:45',''),(3694,1,1,4154,1,47977840,'2014-04-16 23:57:20',''),(3695,1,1,4155,41,1123631364,'2014-04-17 00:52:48',''),(3696,1,1,4156,54,1123631364,'2014-04-17 01:37:30',''),(3697,1,1,4157,1,3024881051,'2014-04-17 01:45:27',''),(3698,1,1,4158,1,3024881295,'2014-04-17 01:45:29',''),(3699,1,1,4159,55,1123631599,'2014-04-17 02:30:02',''),(3700,1,1,4160,66,1123631556,'2014-04-17 06:10:46',''),(3701,1,1,4161,26,2637635928,'2014-04-17 06:13:11',''),(3702,1,1,4162,47,1123631599,'2014-04-17 07:42:44',''),(3703,1,1,4163,26,1094136919,'2014-04-17 08:04:17',''),(3704,1,1,4164,43,1123631599,'2014-04-17 08:37:55',''),(3705,1,1,4165,1,1403502422,'2014-04-17 10:12:50',''),(3706,1,1,4166,1,3648395129,'2014-04-17 10:13:43',''),(3707,1,1,4167,15,1123631683,'2014-04-17 11:26:05',''),(3708,1,1,4169,31,1123631683,'2014-04-17 12:23:54',''),(3709,1,1,4170,6,1123631683,'2014-04-17 13:21:43',''),(3710,1,1,4171,1,2637635859,'2014-04-17 13:53:45',''),(3711,1,1,4172,26,1094136919,'2014-04-17 14:09:06',''),(3712,1,1,4173,54,1123631683,'2014-04-17 14:32:39',''),(3713,1,1,4174,1,3589854123,'2014-04-17 14:45:36',''),(3714,1,1,4175,1,3589854123,'2014-04-17 14:45:37',''),(3715,1,1,4176,1,1403502422,'2014-04-17 14:51:27','https://www.google.co.uk/'),(3716,1,1,4177,1,3024880914,'2014-04-17 16:09:43',''),(3717,1,1,4178,1,1796502030,'2014-04-17 16:28:35',''),(3718,1,1,4179,1,534679027,'2014-04-17 16:28:40',''),(3719,1,1,4180,44,3024881297,'2014-04-17 17:25:52',''),(3720,1,1,4181,1,3233510258,'2014-04-17 17:29:31',''),(3721,1,1,4182,1,3233510258,'2014-04-17 17:29:34',''),(3722,1,1,4183,1,3233510258,'2014-04-17 17:29:37',''),(3723,1,1,4184,1,3233510258,'2014-04-17 17:29:40',''),(3724,1,1,4185,1,3233510258,'2014-04-17 17:29:42',''),(3725,1,1,4186,56,88250353,'2014-04-17 18:08:37','http://www.google.ru/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CDQQFjAB&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=oRhQU6bsHcfD7AbI7YHACA&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxTZM6g&bv'),(3726,1,1,4187,1,1542483267,'2014-04-17 18:28:09',''),(3727,1,1,4188,1,1542483287,'2014-04-17 18:28:10',''),(3728,1,1,4189,1,839979465,'2014-04-17 18:28:16',''),(3729,1,1,4190,68,1378822289,'2014-04-17 18:45:44','https://www.google.co.uk/'),(3730,1,1,4191,15,1123631683,'2014-04-17 19:12:04',''),(3731,1,1,4192,62,2516498415,'2014-04-17 19:52:30',''),(3732,1,1,4193,43,1123631683,'2014-04-17 19:56:43',''),(3733,1,1,4194,18,840722855,'2014-04-17 20:05:59',''),(3734,1,1,4195,1,840722855,'2014-04-17 20:06:01',''),(3735,1,1,4196,3,840722855,'2014-04-17 20:06:02',''),(3736,1,1,4197,1,840722855,'2014-04-17 20:06:04',''),(3737,1,1,4198,1,840722855,'2014-04-17 20:06:06',''),(3738,1,1,4199,9,840722855,'2014-04-17 20:06:07',''),(3739,1,1,4200,6,840722855,'2014-04-17 20:06:09',''),(3740,1,1,4201,1,840722855,'2014-04-17 20:06:10',''),(3741,1,1,4202,1,840722855,'2014-04-17 20:06:12',''),(3742,1,1,4203,18,840722855,'2014-04-17 20:06:13',''),(3743,1,1,4204,1,840722855,'2014-04-17 20:06:15',''),(3744,1,1,4205,1,840722855,'2014-04-17 20:06:17',''),(3745,1,1,4206,1,840722855,'2014-04-17 20:06:18',''),(3746,1,1,4207,1,840722855,'2014-04-17 20:06:20',''),(3747,1,1,4208,1,840722855,'2014-04-17 20:06:21',''),(3748,1,1,4209,1,840722855,'2014-04-17 20:06:23',''),(3749,1,1,4210,1,840722855,'2014-04-17 20:06:24',''),(3750,1,1,4211,1,840722855,'2014-04-17 20:06:26',''),(3751,1,1,4212,1,840722855,'2014-04-17 20:06:27',''),(3752,1,1,4213,1,840722855,'2014-04-17 20:06:29',''),(3753,1,1,4214,1,840722855,'2014-04-17 20:06:30',''),(3754,1,1,4215,1,840722855,'2014-04-17 20:06:32',''),(3755,1,1,4216,1,840722855,'2014-04-17 20:06:34',''),(3756,1,1,4217,1,840722855,'2014-04-17 20:06:35',''),(3757,1,1,4218,29,840722855,'2014-04-17 20:06:36',''),(3758,1,1,4219,1,840722855,'2014-04-17 20:06:38',''),(3759,1,1,4220,1,840722855,'2014-04-17 20:06:39',''),(3760,1,1,4221,1,840722855,'2014-04-17 20:06:41',''),(3761,1,1,4222,1,840722855,'2014-04-17 20:06:42',''),(3762,1,1,4223,1,840722855,'2014-04-17 20:06:44',''),(3763,1,1,4224,3,840722855,'2014-04-17 20:06:45',''),(3764,1,1,4225,1,3024880922,'2014-04-17 21:37:41',''),(3765,1,1,4226,29,1094136919,'2014-04-18 02:35:23',''),(3766,1,1,4227,62,1525125032,'2014-04-18 07:13:53','https://www.google.se/'),(3767,1,1,4228,62,1525125032,'2014-04-18 07:13:54','https://www.google.se/'),(3768,1,1,4229,62,1525125032,'2014-04-18 07:13:55','https://www.google.se/'),(3769,1,1,4230,68,1833524771,'2014-04-18 08:22:49','https://www.google.it/'),(3770,1,1,4231,1,1590000084,'2014-04-18 09:49:45',''),(3771,1,1,4232,10,2637636194,'2014-04-18 11:47:26',''),(3772,1,1,4233,65,2637751575,'2014-04-18 12:05:48',''),(3773,1,1,4234,44,1123631683,'2014-04-18 13:25:51',''),(3774,1,1,4236,27,3024881039,'2014-04-18 14:38:12',''),(3775,1,1,4237,1,2637635870,'2014-04-18 15:53:54',''),(3776,1,1,4238,1,1542483313,'2014-04-18 17:27:21',''),(3777,1,1,4239,1,1542483294,'2014-04-18 17:27:22',''),(3778,1,1,4240,68,1043985179,'2014-04-18 18:25:27','https://www.google.es/'),(3779,1,1,4241,45,1123631683,'2014-04-18 19:55:40',''),(3780,1,1,4242,41,1123631683,'2014-04-18 20:33:06',''),(3781,1,1,4243,38,3024880923,'2014-04-18 22:54:56',''),(3782,1,1,4244,1,1481060964,'2014-04-18 23:23:11',''),(3783,1,1,4245,1,1481060964,'2014-04-18 23:23:13',''),(3784,1,1,4246,1,1481060964,'2014-04-18 23:23:16',''),(3785,1,1,4247,1,1481060964,'2014-04-18 23:23:18',''),(3786,1,1,4248,1,1481060964,'2014-04-18 23:23:21',''),(3787,1,1,4249,1,1481060964,'2014-04-18 23:23:23',''),(3788,1,1,4250,1,1481060964,'2014-04-18 23:23:26',''),(3789,1,1,4251,1,1968049426,'2014-04-19 01:45:03',''),(3790,1,1,4252,6,3024881072,'2014-04-19 02:28:36',''),(3791,1,1,4253,26,2637636131,'2014-04-19 09:17:58',''),(3792,1,1,4254,16,2637636434,'2014-04-19 10:24:31',''),(3793,1,1,4255,1,1123631683,'2014-04-19 10:54:42',''),(3794,1,1,4256,44,2637635813,'2014-04-19 14:14:55',''),(3795,1,1,4257,1,2637635813,'2014-04-19 14:23:11',''),(3796,1,1,4258,44,2637635813,'2014-04-19 15:03:28',''),(3797,1,1,4259,1,1359416849,'2014-04-19 16:05:01',''),(3798,1,1,4260,1,1359416849,'2014-04-19 16:05:06',''),(3799,1,1,4261,1,1359416849,'2014-04-19 16:05:10',''),(3800,1,1,4262,1,1359416849,'2014-04-19 16:05:15',''),(3801,1,1,4263,1,1359416849,'2014-04-19 16:05:19',''),(3802,1,1,4264,1,1542483310,'2014-04-19 17:22:58',''),(3803,1,1,4265,1,1542483293,'2014-04-19 17:22:59',''),(3804,1,1,4266,56,3024881197,'2014-04-19 17:26:09',''),(3805,1,1,4267,68,35282138,'2014-04-19 19:22:03','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CD4QFjAD&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&ei=y8xSU7qZKMGBPfiLgMgD&usg=AFQjCNHWZWIYgPzjc0ib6fccUKEC1CiZaw&b'),(3806,1,1,4268,57,2637636437,'2014-04-19 19:31:59',''),(3807,1,1,4269,1,3024881194,'2014-04-19 22:23:02',''),(3808,1,1,4270,71,1839034682,'2014-04-19 23:14:31','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=19&ved=0CHUQFjAIOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D36%26controller%3Dproduct%26id_lang%3D1&ei=BAFTU-TFCof2O_bogPgO&usg=AFQjCNFEu1CqXK8o2UbIoawl-6EKhhUI'),(3809,1,1,4271,1,921748802,'2014-04-19 23:19:48',''),(3810,1,1,4272,1,1209391568,'2014-04-19 23:25:42',''),(3811,1,1,4273,1,3024881283,'2014-04-20 00:49:18',''),(3812,1,1,4274,1,1123631683,'2014-04-20 02:24:28',''),(3813,1,1,4275,65,1123631683,'2014-04-20 05:35:42',''),(3814,1,1,4276,14,2637635727,'2014-04-20 08:22:21',''),(3815,1,1,4277,1,2548291723,'2014-04-20 08:23:46','https://www.google.co.uk/'),(3816,1,1,4278,52,3024881188,'2014-04-20 12:53:19',''),(3817,1,1,4279,1,3233510138,'2014-04-20 14:30:27',''),(3818,1,1,4280,1,3233510138,'2014-04-20 14:30:30',''),(3819,1,1,4281,1,3233510138,'2014-04-20 14:30:33',''),(3820,1,1,4282,1,3233510138,'2014-04-20 14:30:35',''),(3821,1,1,4283,1,3233510138,'2014-04-20 14:30:38',''),(3822,1,1,4284,1,3233510138,'2014-04-20 14:30:41',''),(3823,1,1,4285,1,3233510138,'2014-04-20 14:30:44',''),(3824,1,1,4286,1,786803397,'2014-04-20 16:43:02',''),(3825,1,1,4287,9,3340640080,'2014-04-20 17:15:44',''),(3826,1,1,4288,43,3024881291,'2014-04-20 17:49:06',''),(3827,1,1,4289,68,1123631683,'2014-04-20 18:23:22',''),(3828,1,1,4290,63,1123631683,'2014-04-20 19:31:29',''),(3829,1,1,4292,47,1123631683,'2014-04-20 20:14:37',''),(3830,1,1,4293,47,1123631683,'2014-04-20 21:15:42',''),(3831,1,1,4295,15,3024881217,'2014-04-20 22:10:04',''),(3832,1,1,4296,6,1123631683,'2014-04-20 22:13:09',''),(3833,1,1,4297,43,1123631683,'2014-04-20 23:52:43',''),(3834,1,1,4299,55,624640966,'2014-04-21 00:57:20',''),(3835,1,1,4300,6,624640966,'2014-04-21 00:58:15',''),(3836,1,1,4301,56,1123631683,'2014-04-21 01:20:48',''),(3837,1,1,4302,71,1123631683,'2014-04-21 02:37:24',''),(3838,1,1,4303,56,1123631683,'2014-04-21 03:48:49',''),(3839,1,1,4305,1,1542483312,'2014-04-21 04:53:27',''),(3840,1,1,4306,1,1542483287,'2014-04-21 04:53:28',''),(3841,1,1,4307,1,1839792566,'2014-04-21 05:41:45',''),(3842,1,1,4308,6,1839792566,'2014-04-21 05:41:46',''),(3843,1,1,4309,51,1123631683,'2014-04-21 06:15:43',''),(3844,1,1,4310,53,2637636391,'2014-04-21 07:14:14',''),(3845,1,1,4311,56,2637716654,'2014-04-21 09:04:58',''),(3846,1,1,4312,1,87949564,'2014-04-21 09:06:41',''),(3847,1,1,4313,6,87949564,'2014-04-21 09:06:43',''),(3848,1,1,4314,1,1577890064,'2014-04-21 11:32:38','https://www.google.co.uk/'),(3849,1,1,4315,31,2637716775,'2014-04-21 13:52:10',''),(3850,1,1,4316,6,2457378411,'2014-04-21 14:07:31',''),(3851,1,1,4317,1,1542379378,'2014-04-21 14:14:44',''),(3852,1,1,4318,6,1542379378,'2014-04-21 14:14:45',''),(3853,1,1,4319,62,3024881064,'2014-04-21 14:43:58',''),(3854,1,1,4320,1,656450159,'2014-04-21 15:39:39','https://www.google.com/'),(3855,1,1,4321,1,534679027,'2014-04-21 15:39:47',''),(3856,1,1,4322,30,1123631683,'2014-04-21 16:32:18',''),(3857,1,1,4324,1,1123631683,'2014-04-21 17:33:33',''),(3858,1,1,4325,1,1317120175,'2014-04-21 19:16:21',''),(3859,1,1,4326,6,1317120175,'2014-04-21 19:16:22',''),(3860,1,1,4327,1,1359415954,'2014-04-21 20:54:10',''),(3861,1,1,4328,1,1359415954,'2014-04-21 20:54:12',''),(3862,1,1,4329,1,1359415954,'2014-04-21 20:54:14',''),(3863,1,1,4330,1,1359415954,'2014-04-21 20:54:19',''),(3864,1,1,4331,1,1359415954,'2014-04-21 20:54:21',''),(3865,1,1,4332,26,2637635693,'2014-04-21 21:34:28',''),(3866,1,1,4333,1,3104905918,'2014-04-21 23:13:26',''),(3867,1,1,4334,6,3104905918,'2014-04-21 23:13:27',''),(3868,1,1,4335,41,1123631683,'2014-04-22 01:58:28',''),(3869,1,1,4336,9,1123631683,'2014-04-22 05:40:36',''),(3870,1,1,4337,48,1123631683,'2014-04-22 06:25:03',''),(3871,1,1,4338,43,1094129881,'2014-04-22 06:38:06',''),(3872,1,1,4339,68,1123631683,'2014-04-22 07:09:34',''),(3873,1,1,4340,1,1123631683,'2014-04-22 08:25:25',''),(3874,1,1,4341,1,3024881062,'2014-04-22 10:32:44',''),(3875,1,1,4343,66,3024881216,'2014-04-22 11:03:25',''),(3876,1,1,4342,1,1577066950,'2014-04-22 11:03:25','https://www.google.co.uk/'),(3877,1,1,4344,15,1123632707,'2014-04-22 13:08:25',''),(3878,1,1,4345,1,621361326,'2014-04-22 13:14:25',''),(3879,1,1,4346,6,621361326,'2014-04-22 13:14:30',''),(3880,1,1,4347,1,1041853892,'2014-04-22 13:15:32',''),(3881,1,1,4348,1,3009554931,'2014-04-22 14:12:33','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(3882,1,1,3310,6,1442930244,'2014-04-22 15:05:26',''),(3883,1,1,4349,1,1354892163,'2014-04-22 15:44:25','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(3884,1,1,4350,1,2637635664,'2014-04-22 15:49:46',''),(3885,1,1,4351,1,3104905491,'2014-04-22 16:26:10',''),(3886,1,1,4352,6,3104905491,'2014-04-22 16:26:11',''),(3887,1,1,4353,56,2997354015,'2014-04-22 16:47:22','https://www.google.ie/'),(3888,1,1,4354,1,1542483311,'2014-04-22 17:49:23',''),(3889,1,1,4355,1,1542483299,'2014-04-22 17:49:24',''),(3890,1,1,4356,1,1453252475,'2014-04-22 19:54:39','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=5&ved=0CF8QFjAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=qshWU723MamV7QbG7YGQBw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(3891,1,1,4357,1,1603990880,'2014-04-22 20:21:29',''),(3892,1,1,4358,6,1603990880,'2014-04-22 20:21:30',''),(3893,1,1,4359,48,1577211036,'2014-04-22 21:25:08','https://www.google.co.uk/'),(3894,1,1,4360,1,1123632707,'2014-04-22 21:53:15',''),(3895,1,1,4361,1,2385950730,'2014-04-22 22:22:55',''),(3896,1,1,4362,1,2385950730,'2014-04-22 22:22:57',''),(3897,1,1,4363,1,2385950730,'2014-04-22 22:23:00',''),(3898,1,1,4364,1,2385950730,'2014-04-22 22:23:02',''),(3899,1,1,4365,1,2385950730,'2014-04-22 22:23:05',''),(3900,1,1,4366,1,2385950730,'2014-04-22 22:23:08',''),(3901,1,1,4367,1,2385950730,'2014-04-22 22:23:10',''),(3902,1,1,4368,31,3024881068,'2014-04-23 00:10:50',''),(3903,1,1,4369,27,2637635641,'2014-04-23 00:12:36',''),(3904,1,1,4370,1,3144106757,'2014-04-23 01:35:12','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(3905,1,1,4371,1,3024881063,'2014-04-23 01:35:25',''),(3906,1,1,4372,1,1048628852,'2014-04-23 03:18:37',''),(3907,1,1,4373,6,1048628852,'2014-04-23 03:18:38',''),(3908,1,1,4374,66,2637635664,'2014-04-23 03:55:11',''),(3909,1,1,4375,62,1123631683,'2014-04-23 12:03:34',''),(3910,1,1,4376,15,2637716637,'2014-04-23 13:41:56',''),(3911,1,1,4377,65,2637716633,'2014-04-23 13:58:22',''),(3912,1,1,4378,1,1384440564,'2014-04-23 14:25:26','https://www.google.co.uk/'),(3913,1,1,4379,15,1524355671,'2014-04-23 16:27:28','https://www.google.co.uk/'),(3914,1,1,4380,1,3142506017,'2014-04-23 17:36:05','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(3915,1,1,4381,56,1546189218,'2014-04-23 18:16:12','http://www.google.co.uk/'),(3916,1,1,4382,1,1542483293,'2014-04-23 18:24:23',''),(3917,1,1,4383,1,1542483316,'2014-04-23 18:24:24',''),(3918,1,1,4384,70,1378832744,'2014-04-23 19:01:11','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0CF8QFjAF&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D38%26controller%3Dproduct%26id_lang%3D1&ei=lw1YU5zTNKGj0QWb7IAo&usg=AFQjCNEHPIWHFMbyecnONFfwLkbBAeYNmw&b'),(3919,1,1,4385,1,1443281110,'2014-04-23 21:01:16',''),(3920,1,1,4386,1,1443281110,'2014-04-23 21:01:18',''),(3921,1,1,4387,1,1443281110,'2014-04-23 21:01:26',''),(3922,1,1,4388,1,1443281110,'2014-04-23 21:01:28',''),(3923,1,1,4389,1,1443281110,'2014-04-23 21:01:30',''),(3924,1,1,4390,48,1123631683,'2014-04-23 22:15:39',''),(3925,1,1,4391,43,2637636449,'2014-04-24 01:15:46',''),(3926,1,1,4392,1,3024880921,'2014-04-24 01:57:24',''),(3927,1,1,4393,15,1123631683,'2014-04-24 03:31:58',''),(3928,1,1,4394,1,1453225248,'2014-04-24 07:35:15','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&sqi=2&ved=0CCwQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=n75YU6WXNonbPMLOgcAP&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.65397613,d.ZWU'),(3929,1,1,4395,1,3024881293,'2014-04-24 09:03:24',''),(3930,1,1,4396,56,3156059528,'2014-04-24 09:53:41','https://www.google.co.uk/'),(3931,1,1,4397,56,1383549619,'2014-04-24 12:03:55',''),(3932,1,1,3785,1,35585741,'2014-04-24 12:30:47','https://www.google.co.uk/'),(3933,1,1,4398,1,1542483287,'2014-04-24 17:51:43',''),(3934,1,1,4399,1,1542483299,'2014-04-24 17:51:44',''),(3935,1,1,4400,43,1123631683,'2014-04-24 18:13:26',''),(3936,1,1,4401,1,3383020871,'2014-04-24 18:37:10','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(3937,1,1,4402,28,2637636387,'2014-04-24 18:52:44',''),(3938,1,1,4403,67,1123631683,'2014-04-24 19:12:46',''),(3939,1,1,4404,70,1123631683,'2014-04-24 20:20:01',''),(3940,1,1,4405,27,1123631683,'2014-04-24 21:15:24',''),(3941,1,1,4406,1,2637636403,'2014-04-24 22:09:39',''),(3942,1,1,4407,49,1123631683,'2014-04-24 22:22:40',''),(3943,1,1,4408,1,3011457877,'2014-04-24 23:26:37','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(3944,1,1,4409,6,2637636403,'2014-04-25 04:04:13',''),(3945,1,1,4410,1,1123631683,'2014-04-25 07:33:20',''),(3946,1,1,4412,1,1123631683,'2014-04-25 11:21:04',''),(3947,1,1,4413,1,1377522841,'2014-04-25 11:54:42','https://www.google.co.uk/'),(3948,1,1,4414,72,1123631683,'2014-04-25 12:29:32',''),(3949,1,1,4415,16,1123631683,'2014-04-25 13:20:18',''),(3950,1,1,4416,73,1123631683,'2014-04-25 13:52:36',''),(3951,1,1,4418,48,3024881211,'2014-04-25 14:10:07',''),(3952,1,1,4419,50,1123631683,'2014-04-25 15:32:19',''),(3953,1,1,4420,75,1123631683,'2014-04-25 16:20:18',''),(3954,1,1,4421,1,1542483311,'2014-04-25 18:02:36',''),(3955,1,1,4422,1,1542483312,'2014-04-25 18:02:37',''),(3956,1,1,4423,16,1123631683,'2014-04-25 19:43:23',''),(3957,1,1,4424,1,2990476559,'2014-04-25 20:14:26',''),(3958,1,1,4425,6,2990476559,'2014-04-25 20:14:31',''),(3959,1,1,4426,1,2990476559,'2014-04-25 20:14:35',''),(3960,1,1,4427,1,2990476559,'2014-04-25 20:14:39',''),(3961,1,1,4428,1,2990476559,'2014-04-25 20:14:45',''),(3962,1,1,4429,1,2990476559,'2014-04-25 20:14:50',''),(3963,1,1,4430,1,2990476559,'2014-04-25 20:14:54',''),(3964,1,1,4431,1,2990476559,'2014-04-25 20:14:59',''),(3965,1,1,4432,1,2990476559,'2014-04-25 20:15:05',''),(3966,1,1,4433,1,2990476559,'2014-04-25 20:15:08',''),(3967,1,1,4434,1,2990476559,'2014-04-25 20:15:12',''),(3968,1,1,4435,1,2990476559,'2014-04-25 20:15:17',''),(3969,1,1,4436,1,2990476559,'2014-04-25 20:15:23',''),(3970,1,1,4437,9,2990476559,'2014-04-25 20:15:29',''),(3971,1,1,4438,3,2990476559,'2014-04-25 20:15:42',''),(3972,1,1,4439,18,2990476559,'2014-04-25 20:15:47',''),(3973,1,1,4440,38,2990476559,'2014-04-25 20:15:53',''),(3974,1,1,4441,41,2990476559,'2014-04-25 20:15:58',''),(3975,1,1,4442,43,2990476559,'2014-04-25 20:16:02',''),(3976,1,1,4443,45,2990476559,'2014-04-25 20:16:08',''),(3977,1,1,4444,53,2990476559,'2014-04-25 20:16:13',''),(3978,1,1,4445,48,2990476559,'2014-04-25 20:16:18',''),(3979,1,1,4446,52,2990476559,'2014-04-25 20:16:21',''),(3980,1,1,4447,57,2990476559,'2014-04-25 20:16:24',''),(3981,1,1,4448,28,2990476559,'2014-04-25 20:16:31',''),(3982,1,1,4449,50,2990476559,'2014-04-25 20:16:37',''),(3983,1,1,4450,51,2990476559,'2014-04-25 20:16:48',''),(3984,1,1,4451,56,2990476559,'2014-04-25 20:16:54',''),(3985,1,1,4452,55,2990476559,'2014-04-25 20:16:59',''),(3986,1,1,4453,62,2990476559,'2014-04-25 20:17:02',''),(3987,1,1,4454,63,2990476559,'2014-04-25 20:17:06',''),(3988,1,1,4455,64,2990476559,'2014-04-25 20:17:09',''),(3989,1,1,4456,65,2990476559,'2014-04-25 20:17:18',''),(3990,1,1,4457,69,2990476559,'2014-04-25 20:17:24',''),(3991,1,1,4458,42,2637636402,'2014-04-25 20:58:39',''),(3992,1,1,4459,46,1123631683,'2014-04-25 22:03:35',''),(3993,1,1,4461,57,1123631683,'2014-04-26 00:47:11',''),(3994,1,1,4464,1,2420924392,'2014-04-26 01:19:14',''),(3995,1,1,4465,1,2420924392,'2014-04-26 01:19:17',''),(3996,1,1,4466,1,2420924392,'2014-04-26 01:19:22',''),(3997,1,1,4467,1,2420924392,'2014-04-26 01:19:26',''),(3998,1,1,4468,1,2420924392,'2014-04-26 01:19:30',''),(3999,1,1,4469,1,1968049426,'2014-04-26 02:36:37',''),(4000,1,1,4470,14,1123631683,'2014-04-26 02:59:42',''),(4001,1,1,4471,74,1123631683,'2014-04-26 05:43:42',''),(4002,1,1,4472,55,2637636385,'2014-04-26 05:47:38',''),(4003,1,1,4473,1,87953770,'2014-04-26 05:53:46',''),(4004,1,1,4474,6,87953770,'2014-04-26 05:53:47',''),(4005,1,1,4476,62,1123631683,'2014-04-26 06:43:15',''),(4006,1,1,4478,51,2637716643,'2014-04-26 08:12:04',''),(4007,1,1,4479,1,1603765433,'2014-04-26 08:19:44','https://www.google.co.uk/'),(4008,1,1,4480,1,1344980061,'2014-04-26 09:16:34','https://www.google.co.uk/'),(4009,1,1,4481,1,1041806726,'2014-04-26 09:17:07',''),(4010,1,1,4482,63,1123631683,'2014-04-26 10:19:56',''),(4011,1,1,4484,49,3024881210,'2014-04-26 10:22:10',''),(4012,1,1,4485,65,47763776,'2014-04-26 11:18:24','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&cad=rja&uact=8&ved=0CHQQFjAF&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=iJVbU-WHE8SIOO38gIgP&usg=AFQjCNE1Ca_-PPn5dxqsb'),(4013,1,1,4486,1,1577752443,'2014-04-26 12:00:46','http://www.google.co.uk/url?sa=t&rct=j&q=tyres%20blackburn&source=web&cd=4&ved=0CCcQ_BcwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=kp9bU6O5KszqOIm7gZgP&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(4014,1,1,4487,43,3024880963,'2014-04-26 13:23:27',''),(4015,1,1,4488,10,1123631683,'2014-04-26 15:58:07',''),(4016,1,1,4489,63,1123631683,'2014-04-26 17:00:03',''),(4017,1,1,4490,1,1542483266,'2014-04-26 17:19:15',''),(4018,1,1,4491,1,1542483266,'2014-04-26 17:19:16',''),(4019,1,1,4492,1,919853905,'2014-04-26 17:21:30',''),(4020,1,1,4493,74,1123631683,'2014-04-26 17:50:22',''),(4021,1,1,4494,56,1123631683,'2014-04-26 18:52:19',''),(4022,1,1,4495,68,1123631683,'2014-04-26 19:58:07',''),(4023,1,1,4496,1,1531074106,'2014-04-26 20:30:24',''),(4024,1,1,4497,1,1531074106,'2014-04-26 20:30:26',''),(4025,1,1,4498,1,1531074106,'2014-04-26 20:30:29',''),(4026,1,1,4499,1,1531074106,'2014-04-26 20:30:31',''),(4027,1,1,4500,1,1531074106,'2014-04-26 20:30:33',''),(4028,1,1,4501,1,1531074106,'2014-04-26 20:30:36',''),(4029,1,1,4502,1,1531074106,'2014-04-26 20:30:38',''),(4030,1,1,4503,31,1123631683,'2014-04-26 20:40:42',''),(4031,1,1,4504,1,1123631683,'2014-04-27 00:09:44',''),(4032,1,1,4506,1,1123631683,'2014-04-27 01:15:33',''),(4033,1,1,4508,65,1123631683,'2014-04-27 02:13:36',''),(4034,1,1,4509,28,1123631683,'2014-04-27 02:56:11',''),(4035,1,1,4510,49,2637636662,'2014-04-27 04:32:52',''),(4036,1,1,4511,65,3024881195,'2014-04-27 04:36:56',''),(4037,1,1,4512,1,1123631683,'2014-04-27 05:54:15',''),(4038,1,1,4513,53,1546189147,'2014-04-27 09:39:24','https://www.google.co.uk/'),(4039,1,1,4514,59,2637716890,'2014-04-27 09:48:54',''),(4040,1,1,4515,27,1123631723,'2014-04-27 11:00:03',''),(4041,1,1,4516,49,1123632111,'2014-04-27 11:58:06',''),(4042,1,1,4517,1,1523247956,'2014-04-27 12:56:01','https://www.google.co.uk/'),(4043,1,1,4518,72,1123632068,'2014-04-27 12:56:11',''),(4044,1,1,4519,69,2637635813,'2014-04-27 13:05:17',''),(4045,1,1,4520,1,1489375385,'2014-04-27 13:29:25',''),(4046,1,1,4521,1,1489375385,'2014-04-27 13:29:28',''),(4047,1,1,4522,1,1489375385,'2014-04-27 13:29:30',''),(4048,1,1,4523,1,1489375385,'2014-04-27 13:29:32',''),(4049,1,1,4524,1,1489375385,'2014-04-27 13:29:34',''),(4050,1,1,4525,1,787051687,'2014-04-27 13:36:22','http://www.google.co.uk/url?sa=t&rct=j&q=tyres%20blackburn&source=web&cd=7&ved=0CFAQ_BcwBg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=cgZdU-HwCtOS7AaR9YCwDw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(4051,1,1,4526,70,1123632068,'2014-04-27 13:50:22',''),(4052,1,1,4527,58,1123632068,'2014-04-27 14:40:41',''),(4053,1,1,4528,67,1123632111,'2014-04-27 15:31:01',''),(4054,1,1,4529,26,2637635884,'2014-04-27 16:05:12',''),(4055,1,1,4530,43,1123631876,'2014-04-27 16:51:54',''),(4056,1,1,4532,1,1123632111,'2014-04-27 17:29:47',''),(4057,1,1,4533,1,1542483310,'2014-04-27 17:35:59',''),(4058,1,1,4534,1,1542483284,'2014-04-27 17:36:00',''),(4059,1,1,4535,1,3024880963,'2014-04-27 18:13:09',''),(4060,1,1,4536,1,1123631683,'2014-04-27 19:29:09',''),(4061,1,1,4537,63,2637635610,'2014-04-27 19:59:56',''),(4062,1,1,4538,43,3024881067,'2014-04-27 23:04:25',''),(4063,1,1,4539,64,1094129910,'2014-04-27 23:34:30',''),(4064,1,1,4540,1,3392025950,'2014-04-28 00:34:27',''),(4065,1,1,4541,26,2637635964,'2014-04-28 01:03:48',''),(4066,1,1,4542,26,2637635964,'2014-04-28 02:24:29',''),(4067,1,1,4543,1,3340640080,'2014-04-28 02:47:43',''),(4068,1,1,4544,26,1094129910,'2014-04-28 03:20:51',''),(4069,1,1,4545,1,2637716884,'2014-04-28 04:01:19',''),(4070,1,1,4546,1,1332872820,'2014-04-28 05:56:57',''),(4071,1,1,4547,68,2637635610,'2014-04-28 06:22:12',''),(4072,1,1,4548,62,1094129910,'2014-04-28 06:32:39',''),(4073,1,1,4549,52,2637716884,'2014-04-28 06:36:20',''),(4074,1,1,4550,1,1123632111,'2014-04-28 06:38:50',''),(4075,1,1,4551,58,3024881212,'2014-04-28 07:05:39',''),(4076,1,1,4552,26,2637716884,'2014-04-28 07:35:36',''),(4077,1,1,4553,56,2554228023,'2014-04-28 11:10:20','https://www.google.ie/'),(4078,1,1,4554,1,1123631683,'2014-04-28 13:24:08',''),(4079,1,1,4555,43,2637636090,'2014-04-28 14:41:28',''),(4080,1,1,4556,70,1123631683,'2014-04-28 14:53:19',''),(4081,1,1,4557,75,1123631683,'2014-04-28 16:00:13',''),(4082,1,1,4558,71,1366052819,'2014-04-28 16:45:29',''),(4083,1,1,4559,42,1123631683,'2014-04-28 17:00:45',''),(4084,1,1,4560,67,1123631683,'2014-04-28 17:54:54',''),(4085,1,1,4561,1,1542483280,'2014-04-28 17:58:33',''),(4086,1,1,4562,1,1542483287,'2014-04-28 17:58:34',''),(4087,1,1,4563,1,1377273682,'2014-04-28 19:17:33','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CIIBEKACMAY&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=QKleU72NJMLqPIakgOAO&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.65397613,d.ZWU'),(4088,1,1,4564,1,1123631683,'2014-04-28 19:45:32',''),(4089,1,1,4565,16,1123631683,'2014-04-28 20:16:36',''),(4090,1,1,4567,16,1123631683,'2014-04-28 21:20:33',''),(4091,1,1,4568,58,1123631683,'2014-04-28 21:53:27',''),(4092,1,1,4569,1,2499481254,'2014-04-28 21:59:31',''),(4093,1,1,4570,1,2499481254,'2014-04-28 21:59:35',''),(4094,1,1,4571,1,2499481254,'2014-04-28 21:59:41',''),(4095,1,1,4572,1,2499481254,'2014-04-28 21:59:47',''),(4096,1,1,4573,1,2499481254,'2014-04-28 21:59:52',''),(4097,1,1,4574,1,2499481254,'2014-04-28 22:00:02',''),(4098,1,1,4575,1,2499481254,'2014-04-28 22:00:06',''),(4099,1,1,4576,58,3024881072,'2014-04-28 22:16:48',''),(4100,1,1,4577,67,1094129910,'2014-04-28 22:24:24',''),(4101,1,1,4578,64,1123631683,'2014-04-28 23:19:02',''),(4102,1,1,4579,1,523587014,'2014-04-28 23:41:41','https://www.google.co.uk/'),(4103,1,1,4580,46,3516102320,'2014-04-29 03:40:12',''),(4104,1,1,4581,38,1123631683,'2014-04-29 04:01:18',''),(4105,1,1,4582,62,1572406794,'2014-04-29 05:56:49','http://www.google.cz/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&docid=VlnhhlcgyoIrfM&tbnid=9AN1qQqqdEz-TM:&ved=0CAUQjRw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D26%26controller%3Dproduct%26id_lang%3D1&ei=_T5fU8eRI4jAPJTggBA&'),(4106,1,1,4583,67,1094129910,'2014-04-29 07:40:42',''),(4107,1,1,4584,1,41712858,'2014-04-29 09:13:01','http://www.google.co.uk/'),(4108,1,1,4585,1,1123631683,'2014-04-29 10:45:38',''),(4109,1,1,4586,54,2637635729,'2014-04-29 11:10:59',''),(4110,1,1,4587,27,1123631683,'2014-04-29 11:34:58',''),(4111,1,1,4588,1,523587014,'2014-04-29 11:42:56','http://uk.search.yahoo.com/search?fr=mcafee&type=A211GB384&p=ms+tyre+blackburn'),(4112,1,1,4589,43,3024881290,'2014-04-29 12:08:29',''),(4113,1,1,4590,72,1123631683,'2014-04-29 13:28:17',''),(4114,1,1,4591,49,1123631683,'2014-04-29 14:10:21',''),(4115,1,1,4592,3,2637636442,'2014-04-29 15:56:13',''),(4116,1,1,4593,26,2637635945,'2014-04-29 16:25:15',''),(4117,1,1,4594,1,2385950730,'2014-04-29 17:25:59',''),(4118,1,1,4595,1,2385950730,'2014-04-29 17:26:06',''),(4119,1,1,4596,1,2385950730,'2014-04-29 17:26:25',''),(4120,1,1,4597,1,2385950730,'2014-04-29 17:26:38',''),(4121,1,1,4598,1,2385950730,'2014-04-29 17:28:09',''),(4122,1,1,4599,26,2637635945,'2014-04-29 17:37:34',''),(4123,1,1,4600,1,1542483300,'2014-04-29 18:08:18',''),(4124,1,1,4601,1,1542483268,'2014-04-29 18:08:19',''),(4125,1,1,4602,73,1123631683,'2014-04-29 18:46:02',''),(4126,1,1,4603,16,1123631683,'2014-04-29 20:21:53',''),(4127,1,1,4604,1,1123631683,'2014-04-29 21:07:01',''),(4128,1,1,4605,67,1123631683,'2014-04-29 22:08:45',''),(4129,1,1,4606,14,3024881073,'2014-04-30 00:04:39',''),(4130,1,1,4607,1,2637635945,'2014-04-30 05:54:06',''),(4131,1,1,4608,50,3633809700,'2014-04-30 08:02:21',''),(4132,1,1,4609,51,3633809700,'2014-04-30 08:02:22',''),(4133,1,1,4610,43,3024881203,'2014-04-30 09:46:19',''),(4134,1,1,4611,1,1603505275,'2014-04-30 10:10:49','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=16&cad=rja&uact=8&sqi=2&ved=0CMQBEBYwDw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=bMhgU4PjIpOS7Aa9p4HYBA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.65636070,d.ZWU'),(4135,1,1,4588,6,523587014,'2014-04-30 11:06:32',''),(4136,1,1,4612,1,1358863948,'2014-04-30 11:42:50',''),(4137,1,1,4613,10,1123631706,'2014-04-30 12:12:38',''),(4138,1,1,4614,1,3642974365,'2014-04-30 12:15:56','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=17&ved=0CKUBEBYwEA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=X-lgU8HgKIH0OfvYgFg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.65636070,d.ZWU'),(4139,1,1,4615,31,1123631705,'2014-04-30 12:50:37',''),(4140,1,1,4616,59,1123631692,'2014-04-30 13:21:02',''),(4141,1,1,4617,71,1123631695,'2014-04-30 15:07:27',''),(4142,1,1,4618,46,3024880963,'2014-04-30 15:13:23',''),(4143,1,1,4619,1,1376898615,'2014-04-30 16:23:11','https://www.google.co.uk/'),(4144,1,1,4620,1,1542483265,'2014-04-30 17:44:42',''),(4145,1,1,4621,1,1542483314,'2014-04-30 17:44:43',''),(4146,1,1,4622,1,1123631683,'2014-04-30 18:09:54',''),(4147,1,1,4623,1,3233510386,'2014-04-30 22:05:29',''),(4148,1,1,4624,1,3233510386,'2014-04-30 22:05:40',''),(4149,1,1,4625,1,3233510386,'2014-04-30 22:05:53',''),(4150,1,1,4626,1,3233510386,'2014-04-30 22:05:57',''),(4151,1,1,4627,1,3233510386,'2014-04-30 22:06:54',''),(4152,1,1,4628,1,3233510386,'2014-04-30 22:07:00',''),(4153,1,1,4629,1,3233510386,'2014-04-30 22:07:12',''),(4154,1,1,4630,66,3024881047,'2014-05-01 00:49:38',''),(4155,1,1,4631,48,2637636657,'2014-05-01 01:37:07',''),(4156,1,1,4632,1,1123631701,'2014-05-01 05:46:13',''),(4157,1,1,4633,1,3277656615,'2014-05-01 06:51:27','http://search.aol.co.uk/aol/search?s_it=topsearchbox.search&s_chn=hp&v_t=aoluk-homePage50&q=ms+tyres+in+blackburn'),(4158,1,1,4634,1,1123631680,'2014-05-01 07:29:40',''),(4159,1,1,4635,50,1123631723,'2014-05-01 08:02:38',''),(4160,1,1,4636,45,1123631699,'2014-05-01 09:10:37',''),(4161,1,1,4637,42,3024880962,'2014-05-01 11:00:23',''),(4162,1,1,4638,68,1123631699,'2014-05-01 11:09:27',''),(4163,1,1,4639,59,1545013614,'2014-05-01 11:37:20','http://www.google.co.uk/search?q=225+50+17+blackburn+tyres&hl=en-GB&gbv=2&oq=225+50+17+blackburn+tyres&gs_l=heirloom-serp.3..30i10.24649.25960.0.26521.6.6.0.0.0.0.343.997.0j4j0j1.5.0....0...1ac.1.34.heirloom-serp..1.5.997.cCKuWwoxPw8'),(4164,1,1,4640,1,1041806726,'2014-05-01 11:37:51',''),(4165,1,1,4641,66,1123631705,'2014-05-01 13:32:45',''),(4166,1,1,4642,46,1123631718,'2014-05-01 14:47:50',''),(4167,1,1,4643,57,1123631696,'2014-05-01 15:26:54',''),(4168,1,1,4644,55,1123631722,'2014-05-01 15:35:38',''),(4169,1,1,4645,1,1522977598,'2014-05-01 15:55:31','http://www.bing.com/search?q=tyres+blackburn&qs=AS&sk=AS1&pq=tyres+black&sc=8-11&sp=2&cvid=9e35e415df7642e682cb6416c3de9445&first=11&FORM=PORE'),(4170,1,1,4646,1,1542483269,'2014-05-01 17:35:53',''),(4171,1,1,4647,1,1542483276,'2014-05-01 17:35:54',''),(4172,1,1,4648,38,2637635636,'2014-05-01 18:00:34',''),(4173,1,1,4649,74,1123631712,'2014-05-01 18:43:55',''),(4174,1,1,4650,45,1123631723,'2014-05-01 19:34:23',''),(4175,1,1,4651,56,2637636189,'2014-05-01 20:32:40',''),(4176,1,1,4652,14,1123631692,'2014-05-01 20:38:35',''),(4177,1,1,4653,47,1123631681,'2014-05-01 21:15:17',''),(4178,1,1,4654,71,1123631695,'2014-05-01 21:18:47',''),(4179,1,1,4655,62,1634890130,'2014-05-01 21:53:46','https://www.google.com/'),(4180,1,1,4656,62,1634890130,'2014-05-01 21:53:48','https://www.google.com/'),(4181,1,1,4657,59,1123631715,'2014-05-01 23:14:07',''),(4182,1,1,4658,15,1123631701,'2014-05-01 23:32:48',''),(4183,1,1,4659,10,1123631708,'2014-05-01 23:39:28',''),(4184,1,1,4660,9,1123631687,'2014-05-01 23:42:57',''),(4185,1,1,4661,64,1123631715,'2014-05-02 00:26:00',''),(4186,1,1,4662,38,1123631703,'2014-05-02 00:30:22',''),(4187,1,1,4663,9,2637636189,'2014-05-02 00:50:56',''),(4188,1,1,4664,56,1123631704,'2014-05-02 01:00:04',''),(4189,1,1,4665,68,1123631704,'2014-05-02 01:53:19',''),(4190,1,1,4666,54,1123631689,'2014-05-02 02:21:21',''),(4191,1,1,4667,6,1123631697,'2014-05-02 02:25:43',''),(4192,1,1,4668,48,1123631716,'2014-05-02 03:32:59',''),(4193,1,1,4669,43,1123631692,'2014-05-02 03:36:29',''),(4194,1,1,4670,62,1123631704,'2014-05-02 03:52:13',''),(4195,1,1,4671,41,1123631679,'2014-05-02 05:02:06',''),(4196,1,1,4672,1,2990476559,'2014-05-02 05:03:17',''),(4197,1,1,4673,1,2990476559,'2014-05-02 05:03:19',''),(4198,1,1,4674,1,2990476559,'2014-05-02 05:03:23',''),(4199,1,1,4675,1,2990476559,'2014-05-02 05:03:27',''),(4200,1,1,4676,1,2990476559,'2014-05-02 05:03:30',''),(4201,1,1,4677,52,1123631723,'2014-05-02 05:30:03',''),(4202,1,1,4678,53,1123631694,'2014-05-02 05:45:47',''),(4203,1,1,4679,56,2637636189,'2014-05-02 06:25:57',''),(4204,1,1,4680,51,1123631711,'2014-05-02 06:50:55',''),(4205,1,1,4681,38,523374824,'2014-05-02 07:16:17','https://www.google.co.uk/'),(4206,1,1,4682,1,3024881064,'2014-05-02 07:51:32',''),(4207,1,1,4683,69,1123631705,'2014-05-02 08:25:17',''),(4208,1,1,4684,63,1123631684,'2014-05-02 08:27:47',''),(4209,1,1,4685,65,1123631698,'2014-05-02 08:29:02',''),(4210,1,1,4686,28,1123631704,'2014-05-02 09:47:31',''),(4211,1,1,4687,56,1123631721,'2014-05-02 10:31:21',''),(4212,1,1,4688,10,1123631709,'2014-05-02 10:38:05',''),(4213,1,1,4689,74,1123634371,'2014-05-02 10:57:54',''),(4214,1,1,4691,1,1317141009,'2014-05-02 11:42:33',''),(4215,1,1,4692,31,1123634371,'2014-05-02 12:03:27',''),(4216,1,1,4693,66,1123634371,'2014-05-02 13:01:16',''),(4217,1,1,4694,10,1545358119,'2014-05-02 13:06:08','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CGwQFjAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D9%26controller%3Dproduct%26id_lang%3D1&ei=K5hjU6DBHeW00QWnxoHwCA&usg=AFQjCNFXhLp7DaHp6_6PebJYcQQ8oRCbnQ&'),(4218,1,1,4695,1,1041806727,'2014-05-02 13:06:38',''),(4219,1,1,4696,54,3024880977,'2014-05-02 13:26:40',''),(4220,1,1,4697,59,1123634371,'2014-05-02 13:55:08',''),(4221,1,1,4698,1,1123634371,'2014-05-02 14:30:37',''),(4222,1,1,4699,47,1123634371,'2014-05-02 15:03:27',''),(4223,1,1,4700,45,1123634371,'2014-05-02 16:03:54',''),(4224,1,1,4701,1,1838275390,'2014-05-02 17:05:12','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=17&ved=0COgBEBYwEA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=Ls9jU9HANcS6yQGtnoGgBw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=8vwHeJZsrQX4SEtdsLvIcA&bvm=bv.65788261,d.aWc'),(4225,1,1,4702,1,1542483316,'2014-05-02 17:46:12',''),(4226,1,1,4703,1,1542483318,'2014-05-02 17:46:13',''),(4227,1,1,4704,41,3024881215,'2014-05-02 17:55:37',''),(4228,1,1,4705,26,2637635689,'2014-05-02 18:14:18',''),(4229,1,1,4706,26,2637635689,'2014-05-02 18:14:19',''),(4230,1,1,4707,1,2916136754,'2014-05-02 18:21:23',''),(4231,1,1,4708,1,2916136754,'2014-05-02 18:21:26',''),(4232,1,1,4709,1,2916136754,'2014-05-02 18:21:29',''),(4233,1,1,4710,1,2916136754,'2014-05-02 18:21:31',''),(4234,1,1,4711,1,2916136754,'2014-05-02 18:21:34',''),(4235,1,1,4712,1,2916136754,'2014-05-02 18:21:36',''),(4236,1,1,4713,1,2916136754,'2014-05-02 18:21:39',''),(4237,1,1,4714,26,2637635986,'2014-05-02 22:34:19',''),(4238,1,1,4715,16,2637635689,'2014-05-03 02:21:00',''),(4239,1,1,4716,26,2637635861,'2014-05-03 07:58:10',''),(4240,1,1,4717,1,88394161,'2014-05-03 08:05:51','https://www.google.co.uk/'),(4241,1,1,4718,26,2637636194,'2014-05-03 09:07:05',''),(4242,1,1,4719,18,2637635689,'2014-05-03 10:12:00',''),(4243,1,1,4720,1,2637636273,'2014-05-03 10:22:39',''),(4244,1,1,4721,1,1577890500,'2014-05-03 11:29:05','https://www.google.co.uk/'),(4245,1,1,4722,1,1546189135,'2014-05-03 12:39:20','http://www.google.co.uk/search?ei=JOJkU4T4EIPMOYz8gYgK&q=car+tyres+blackburn&oq=&gs_l=mobile-gws-serp.1.1.41l3.0.0.0.7351.1.1.0.1.1.0.942.942.6-1.1.0....0...1c..42.mobile-gws-serp..0.1.190.3.p5v242-wyME'),(4246,1,1,4723,1,3024880923,'2014-05-03 13:42:03',''),(4247,1,1,4724,64,3024881214,'2014-05-03 14:40:14',''),(4248,1,1,4725,15,3024881286,'2014-05-03 16:20:57',''),(4249,1,1,4726,45,1123631687,'2014-05-03 16:33:39',''),(4250,1,1,4727,1,1542483309,'2014-05-03 17:29:04',''),(4251,1,1,4728,1,1542483298,'2014-05-03 17:29:05',''),(4252,1,1,4729,1,1308163185,'2014-05-03 17:29:53',''),(4253,1,1,4730,1,1308163185,'2014-05-03 17:29:58',''),(4254,1,1,4731,1,1308163185,'2014-05-03 17:30:00',''),(4255,1,1,4732,1,1308163185,'2014-05-03 17:30:03',''),(4256,1,1,4733,1,1308163185,'2014-05-03 17:30:05',''),(4257,1,1,4734,1,3484848114,'2014-05-03 17:35:02',''),(4258,1,1,4735,1,2983114096,'2014-05-03 17:38:27','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(4259,1,1,4736,3,2637636273,'2014-05-03 19:14:38',''),(4260,1,1,4737,1,1968049437,'2014-05-03 20:25:55',''),(4261,1,1,4738,6,1123631714,'2014-05-03 20:55:29',''),(4262,1,1,4739,49,1123631709,'2014-05-03 21:03:15',''),(4263,1,1,4740,1,1123631713,'2014-05-03 21:33:29',''),(4264,1,1,4741,27,1123631698,'2014-05-03 22:38:57',''),(4265,1,1,4742,1,1577752402,'2014-05-03 23:09:54','https://www.google.com/'),(4266,1,1,4743,1,3024881284,'2014-05-04 01:55:12',''),(4267,1,1,4744,9,3024880958,'2014-05-04 02:55:14',''),(4268,1,1,4745,26,2637716787,'2014-05-04 03:10:18',''),(4269,1,1,4746,28,1123631677,'2014-05-04 04:01:04',''),(4270,1,1,4747,6,3516102365,'2014-05-04 04:05:16',''),(4271,1,1,4748,1,1381937297,'2014-05-04 04:29:24','http://www.1businessenterprise.co.uk/our-clients.php'),(4272,1,1,4749,1,1123631717,'2014-05-04 04:53:25',''),(4273,1,1,4750,65,2637716889,'2014-05-04 05:48:26',''),(4274,1,1,4751,66,1123631702,'2014-05-04 08:34:03',''),(4275,1,1,4752,1,265005418,'2014-05-04 10:48:13',''),(4276,1,1,4753,1,3339975108,'2014-05-04 10:48:13',''),(4277,1,1,4754,1,3339975108,'2014-05-04 10:48:13',''),(4278,1,1,4755,1,265005418,'2014-05-04 10:48:14','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=15&ved=0CL0BEBYwDg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=lw9mU-K5N8Hp8AGhooDAAw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(4279,1,1,4756,6,3339975108,'2014-05-04 10:49:33',''),(4280,1,1,4757,1,2987932014,'2014-05-04 14:56:35',''),(4281,1,1,4758,1,35469419,'2014-05-04 15:39:07',''),(4282,1,1,4759,1,2990485454,'2014-05-04 16:14:33',''),(4283,1,1,4760,58,2637635636,'2014-05-04 16:53:15',''),(4284,1,1,4761,1,1542483316,'2014-05-04 17:55:35',''),(4285,1,1,4762,1,1542483310,'2014-05-04 17:55:36',''),(4286,1,1,4763,29,3496681624,'2014-05-04 20:11:49',''),(4287,1,1,4764,1,3024881382,'2014-05-04 21:43:34',''),(4288,1,1,4765,43,2637635665,'2014-05-05 05:14:35',''),(4289,1,1,4766,50,3024881287,'2014-05-05 06:21:40',''),(4290,1,1,4767,26,1381937297,'2014-05-05 10:13:11',''),(4291,1,1,4768,26,1381937297,'2014-05-05 10:16:05',''),(4292,1,1,4769,41,1381937297,'2014-05-05 10:17:19',''),(4293,1,1,4770,69,1381937297,'2014-05-05 10:18:37',''),(4294,1,1,4771,65,1381937297,'2014-05-05 10:19:52',''),(4295,1,1,4772,64,1381937297,'2014-05-05 10:21:07',''),(4296,1,1,4773,63,1381937297,'2014-05-05 10:22:24',''),(4297,1,1,4774,62,1381937297,'2014-05-05 10:23:44',''),(4298,1,1,4775,55,1381937297,'2014-05-05 10:25:02',''),(4299,1,1,4776,56,1381937297,'2014-05-05 10:26:18',''),(4300,1,1,4777,51,1381937297,'2014-05-05 10:27:40',''),(4301,1,1,4778,50,1381937297,'2014-05-05 10:28:57',''),(4302,1,1,4779,28,1381937297,'2014-05-05 10:30:18',''),(4303,1,1,4780,57,1381937297,'2014-05-05 10:31:37',''),(4304,1,1,4781,52,1381937297,'2014-05-05 10:33:00',''),(4305,1,1,4782,48,1381937297,'2014-05-05 10:34:24',''),(4306,1,1,4783,53,1381937297,'2014-05-05 10:35:45',''),(4307,1,1,4784,45,1381937297,'2014-05-05 10:37:05',''),(4308,1,1,4785,43,1381937297,'2014-05-05 10:38:28',''),(4309,1,1,4786,38,1381937297,'2014-05-05 10:39:48',''),(4310,1,1,4787,18,1381937297,'2014-05-05 10:41:06',''),(4311,1,1,4788,26,1381937297,'2014-05-05 10:42:26',''),(4312,1,1,4789,9,1381937297,'2014-05-05 10:43:48',''),(4313,1,1,4790,26,1381937297,'2014-05-05 10:45:07',''),(4314,1,1,4791,26,1381937297,'2014-05-05 10:46:27',''),(4315,1,1,4792,26,1381937297,'2014-05-05 10:47:45',''),(4316,1,1,4793,3,1381937297,'2014-05-05 10:49:02',''),(4317,1,1,4794,26,1381937297,'2014-05-05 10:50:19',''),(4318,1,1,4795,26,1381937297,'2014-05-05 10:51:36',''),(4319,1,1,4796,26,1381937297,'2014-05-05 10:52:52',''),(4320,1,1,4797,26,1381937297,'2014-05-05 10:54:10',''),(4321,1,1,4798,6,1381937297,'2014-05-05 10:55:31',''),(4322,1,1,4799,49,3024881043,'2014-05-05 11:07:52',''),(4323,1,1,4800,26,2637635665,'2014-05-05 12:01:06',''),(4324,1,1,4801,26,1381937297,'2014-05-05 12:45:07',''),(4325,1,1,4802,16,1381937297,'2014-05-05 12:46:28',''),(4326,1,1,4803,10,1381937297,'2014-05-05 12:47:48',''),(4327,1,1,4804,58,1381937297,'2014-05-05 12:49:07',''),(4328,1,1,4805,49,1381937297,'2014-05-05 12:50:25',''),(4329,1,1,4806,44,1381937297,'2014-05-05 12:51:44',''),(4330,1,1,4807,27,1381937297,'2014-05-05 12:53:01',''),(4331,1,1,4808,1,3024881283,'2014-05-05 12:53:31',''),(4332,1,1,4809,47,1381937297,'2014-05-05 12:54:19',''),(4333,1,1,4810,31,1381937297,'2014-05-05 12:55:39',''),(4334,1,1,4811,15,1381937297,'2014-05-05 12:56:56',''),(4335,1,1,4812,66,1381937297,'2014-05-05 12:58:16',''),(4336,1,1,4813,54,1381937297,'2014-05-05 12:59:34',''),(4337,1,1,4814,43,1381937297,'2014-05-05 13:00:54',''),(4338,1,1,4815,43,1381937297,'2014-05-05 13:02:13',''),(4339,1,1,4816,26,1381937297,'2014-05-05 13:03:34',''),(4340,1,1,4817,26,1381937297,'2014-05-05 13:04:53',''),(4341,1,1,4818,26,1381937297,'2014-05-05 13:06:13',''),(4342,1,1,4819,26,1381937297,'2014-05-05 13:07:35',''),(4343,1,1,4820,26,1381937297,'2014-05-05 13:08:52',''),(4344,1,1,4821,42,1381937297,'2014-05-05 13:10:12',''),(4345,1,1,4822,26,1381937297,'2014-05-05 13:11:31',''),(4346,1,1,4823,26,1381937297,'2014-05-05 13:12:51',''),(4347,1,1,4824,26,1381937297,'2014-05-05 13:14:10',''),(4348,1,1,4825,26,1381937297,'2014-05-05 13:15:29',''),(4349,1,1,4826,1,1546189133,'2014-05-05 13:22:06',''),(4350,1,1,4827,26,2637635665,'2014-05-05 14:19:02',''),(4351,1,1,4828,26,1381937297,'2014-05-05 15:32:59',''),(4352,1,1,4829,26,1381937297,'2014-05-05 15:34:15',''),(4353,1,1,4830,16,1381937297,'2014-05-05 15:35:34',''),(4354,1,1,4831,70,1381937297,'2014-05-05 15:36:53',''),(4355,1,1,4832,72,1381937297,'2014-05-05 15:38:10',''),(4356,1,1,4833,71,1381937297,'2014-05-05 15:39:28',''),(4357,1,1,4834,73,1381937297,'2014-05-05 15:40:48',''),(4358,1,1,4835,74,1381937297,'2014-05-05 15:42:10',''),(4359,1,1,4836,67,1381937297,'2014-05-05 15:43:31',''),(4360,1,1,4837,1,3024880958,'2014-05-05 15:44:13',''),(4361,1,1,4838,75,1381937297,'2014-05-05 15:44:51',''),(4362,1,1,4839,68,1381937297,'2014-05-05 15:46:11',''),(4363,1,1,4840,65,1577961846,'2014-05-05 15:46:59','http://www.google.co.uk/search?q=235+45+17+rapid+609+car+tyres&action=devloc&safe=images&hl=en&gl=GB&ie=&v=&client=ms-android-tmobile-gb&source=mobilesearchapp-vs&channel=iss'),(4364,1,1,4841,59,1381937297,'2014-05-05 15:47:27',''),(4365,1,1,4842,16,1381937297,'2014-05-05 15:48:51',''),(4366,1,1,4843,26,1381937297,'2014-05-05 15:50:10',''),(4367,1,1,4844,26,1381937297,'2014-05-05 15:51:27',''),(4368,1,1,4845,26,1381937297,'2014-05-05 15:52:50',''),(4369,1,1,4846,26,1381937297,'2014-05-05 15:54:09',''),(4370,1,1,4847,26,1381937297,'2014-05-05 15:55:28',''),(4371,1,1,4848,26,1381937297,'2014-05-05 15:56:48',''),(4372,1,1,4849,26,1381937297,'2014-05-05 15:58:07',''),(4373,1,1,4850,26,1381937297,'2014-05-05 15:59:26',''),(4374,1,1,4851,26,1381937297,'2014-05-05 16:00:45',''),(4375,1,1,4852,26,1381937297,'2014-05-05 16:02:06',''),(4376,1,1,4853,26,1381937297,'2014-05-05 16:03:29',''),(4377,1,1,4854,26,1381937297,'2014-05-05 16:04:52',''),(4378,1,1,4855,1,3024880971,'2014-05-05 16:20:08',''),(4379,1,1,4856,1,2455381903,'2014-05-05 16:34:04','https://www.google.co.uk/'),(4380,1,1,4857,1,1359416970,'2014-05-05 17:23:01',''),(4381,1,1,4858,1,1359416970,'2014-05-05 17:23:04',''),(4382,1,1,4859,1,1359416970,'2014-05-05 17:23:07',''),(4383,1,1,4860,1,1359416970,'2014-05-05 17:23:10',''),(4384,1,1,4861,1,1359416970,'2014-05-05 17:23:13',''),(4385,1,1,4862,1,1542483289,'2014-05-05 17:51:52',''),(4386,1,1,4863,1,1542483305,'2014-05-05 17:51:53',''),(4387,1,1,4864,47,1123631713,'2014-05-05 17:58:35',''),(4388,1,1,4865,1,1603554331,'2014-05-05 18:48:08','https://www.google.co.uk/'),(4389,1,1,4866,1,1443038816,'2014-05-05 19:04:37','https://www.google.co.uk/'),(4390,1,1,4868,42,1571587474,'2014-05-05 21:07:04',''),(4391,1,1,4903,10,2637751797,'2014-05-05 21:29:21',''),(4392,1,1,4904,54,1123631683,'2014-05-05 21:44:17',''),(4393,1,1,4905,1,3134259933,'2014-05-05 22:24:37','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(4394,1,1,4906,64,86454784,'2014-05-05 23:21:51',''),(4395,1,1,4907,26,2637751797,'2014-05-05 23:43:24',''),(4396,1,1,4908,10,1123631708,'2014-05-06 00:36:38',''),(4397,1,1,4909,6,2637636273,'2014-05-06 00:47:36',''),(4398,1,1,4910,6,3516102266,'2014-05-06 01:15:50',''),(4399,1,1,4911,26,2637635682,'2014-05-06 01:23:39',''),(4400,1,1,4912,15,3516102150,'2014-05-06 02:00:07',''),(4401,1,1,4913,26,1123631685,'2014-05-06 06:26:27',''),(4402,1,1,4914,1,39938004,'2014-05-06 08:01:06','https://www.google.co.uk/'),(4403,1,1,4915,1,1041806727,'2014-05-06 08:01:38',''),(4404,1,1,4916,26,2637635966,'2014-05-06 08:37:31',''),(4405,1,1,4917,53,3024881083,'2014-05-06 09:11:29',''),(4406,1,1,4918,1,1381937297,'2014-05-06 13:32:43','http://www.1businessenterprise.co.uk/our-clients.php'),(4407,1,1,4919,53,1381937297,'2014-05-06 13:36:45',''),(4408,1,1,4920,38,1381937297,'2014-05-06 13:38:09',''),(4409,1,1,4921,26,1381937297,'2014-05-06 13:39:32',''),(4410,1,1,4922,43,1381937297,'2014-05-06 13:40:56',''),(4411,1,1,4923,50,1381937297,'2014-05-06 13:42:21',''),(4412,1,1,4924,52,1381937297,'2014-05-06 13:43:43',''),(4413,1,1,4925,3,1381937297,'2014-05-06 13:45:08',''),(4414,1,1,4926,6,1381937297,'2014-05-06 13:46:30',''),(4415,1,1,4927,31,1381937297,'2014-05-06 13:47:54',''),(4416,1,1,4928,65,1381937297,'2014-05-06 13:49:13',''),(4417,1,1,4929,26,1381937297,'2014-05-06 13:50:35',''),(4418,1,1,4930,26,1381937297,'2014-05-06 13:51:56',''),(4419,1,1,4931,75,1381937297,'2014-05-06 13:53:19',''),(4420,1,1,4932,43,1381937297,'2014-05-06 13:54:38',''),(4421,1,1,4933,48,1381937297,'2014-05-06 13:56:01',''),(4422,1,1,4934,64,1381937297,'2014-05-06 13:57:23',''),(4423,1,1,4935,16,1381937297,'2014-05-06 13:58:45',''),(4424,1,1,4936,55,1381937297,'2014-05-06 14:00:06',''),(4425,1,1,4937,58,1381937297,'2014-05-06 14:01:25',''),(4426,1,1,4938,63,1381937297,'2014-05-06 14:02:43',''),(4427,1,1,4939,73,1381937297,'2014-05-06 14:03:59',''),(4428,1,1,4940,28,1381937297,'2014-05-06 14:05:18',''),(4429,1,1,4941,18,1381937297,'2014-05-06 14:06:37',''),(4430,1,1,4942,57,1381937297,'2014-05-06 14:07:57',''),(4431,1,1,4943,56,1381937297,'2014-05-06 14:09:20',''),(4432,1,1,4944,16,1381937297,'2014-05-06 14:10:37',''),(4433,1,1,4945,62,1381937297,'2014-05-06 14:11:55',''),(4434,1,1,4946,69,1381937297,'2014-05-06 14:13:14',''),(4435,1,1,4947,26,1381937297,'2014-05-06 14:14:38',''),(4436,1,1,4948,42,1381937297,'2014-05-06 14:16:01',''),(4437,1,1,4949,16,1381937297,'2014-05-06 14:17:19',''),(4438,1,1,4950,26,1381937297,'2014-05-06 14:18:40',''),(4439,1,1,4951,47,1381937297,'2014-05-06 14:20:01',''),(4440,1,1,4952,68,1381937297,'2014-05-06 14:21:25',''),(4441,1,1,4953,49,1381937297,'2014-05-06 14:22:45',''),(4442,1,1,4954,45,1381937297,'2014-05-06 14:24:09',''),(4443,1,1,4955,51,1381937297,'2014-05-06 14:25:35',''),(4444,1,1,4956,67,1381937297,'2014-05-06 14:26:58',''),(4445,1,1,4957,43,1381937297,'2014-05-06 14:28:19',''),(4446,1,1,4958,9,1381937297,'2014-05-06 14:29:44',''),(4447,1,1,4959,41,1381937297,'2014-05-06 14:31:04',''),(4448,1,1,4960,54,1381937297,'2014-05-06 14:32:21',''),(4449,1,1,4961,44,1381937297,'2014-05-06 14:33:38',''),(4450,1,1,4962,74,1381937297,'2014-05-06 14:34:58',''),(4451,1,1,4963,15,1381937297,'2014-05-06 14:36:20',''),(4452,1,1,4964,66,1381937297,'2014-05-06 14:37:38',''),(4453,1,1,4965,27,1381937297,'2014-05-06 14:38:57',''),(4454,1,1,4966,10,1381937297,'2014-05-06 14:40:14',''),(4455,1,1,4967,59,1381937297,'2014-05-06 14:41:36',''),(4456,1,1,4968,72,1381937297,'2014-05-06 14:42:57',''),(4457,1,1,4969,71,1381937297,'2014-05-06 14:44:21',''),(4458,1,1,4970,1,3024880914,'2014-05-06 15:55:07',''),(4459,1,1,4971,1,1444861997,'2014-05-06 17:06:37','https://www.google.co.uk/'),(4460,1,1,4972,1,1311681710,'2014-05-06 17:26:21',''),(4461,1,1,4973,1,1311681710,'2014-05-06 17:26:24',''),(4462,1,1,4974,1,1311681710,'2014-05-06 17:26:28',''),(4463,1,1,4975,1,1311681710,'2014-05-06 17:26:33',''),(4464,1,1,4976,1,1311681710,'2014-05-06 17:26:37',''),(4465,1,1,4977,1,3392028565,'2014-05-06 17:29:46',''),(4466,1,1,4978,1,1542483306,'2014-05-06 18:06:53',''),(4467,1,1,4979,1,1542483288,'2014-05-06 18:06:54',''),(4468,1,1,4980,74,3024881199,'2014-05-06 19:26:49',''),(4469,1,1,4981,1,1368762309,'2014-05-06 19:36:21','http://www.google.co.uk/'),(4470,1,1,4982,1,3024881287,'2014-05-07 00:34:29',''),(4471,1,1,4983,55,3024881050,'2014-05-07 01:18:26',''),(4472,1,1,4984,16,2637635937,'2014-05-07 02:17:43',''),(4473,1,1,4985,6,1123634948,'2014-05-07 03:10:13',''),(4474,1,1,4986,1,1123634948,'2014-05-07 04:08:22',''),(4475,1,1,4987,44,2637636403,'2014-05-07 04:42:10',''),(4476,1,1,4988,1,2916136754,'2014-05-07 04:43:15',''),(4477,1,1,4989,1,2916136754,'2014-05-07 04:43:18',''),(4478,1,1,4990,66,1123634948,'2014-05-07 07:56:07',''),(4479,1,1,4991,1,2637636403,'2014-05-07 08:26:28',''),(4480,1,1,4992,1,1544770003,'2014-05-07 08:40:58',''),(4481,1,1,4993,1,1041806726,'2014-05-07 08:41:28',''),(4482,1,1,4994,1,1375799679,'2014-05-07 09:40:03','http://www.google.co.uk/search?hl=en&q=part+worn+tyres+blackburn&meta='),(4483,1,1,4995,30,1123635183,'2014-05-07 09:42:26',''),(4484,1,1,4996,28,86454784,'2014-05-07 13:42:33',''),(4485,1,1,4997,26,2637635966,'2014-05-07 14:12:29',''),(4486,1,1,4998,57,2637635696,'2014-05-07 14:29:00',''),(4487,1,1,4999,1,1123631683,'2014-05-07 15:02:27',''),(4488,1,1,5000,1,3024881300,'2014-05-07 15:23:05',''),(4489,1,1,5001,56,1572249379,'2014-05-07 15:42:38',''),(4490,1,1,5002,63,3024881286,'2014-05-07 16:17:05',''),(4491,1,1,5003,1,631095636,'2014-05-07 17:52:06',''),(4492,1,1,5004,1,1542483279,'2014-05-07 18:02:13',''),(4493,1,1,5005,1,1542483316,'2014-05-07 18:02:14',''),(4494,1,1,5006,15,3429578137,'2014-05-07 18:26:57',''),(4495,1,1,5007,14,2637635937,'2014-05-07 19:38:26',''),(4496,1,1,5008,70,1123631683,'2014-05-07 20:28:39',''),(4497,1,1,5009,1,84501323,'2014-05-07 21:42:02',''),(4498,1,1,5010,1,1381937297,'2014-05-07 23:45:33','http://www.1businessenterprise.co.uk/our-clients.php'),(4499,1,1,5011,38,1381937297,'2014-05-07 23:46:54',''),(4500,1,1,5012,64,1381937297,'2014-05-07 23:48:14',''),(4501,1,1,5013,45,1381937297,'2014-05-07 23:49:35',''),(4502,1,1,5014,42,1381937297,'2014-05-07 23:50:53',''),(4503,1,1,5015,44,1381937297,'2014-05-07 23:52:15',''),(4504,1,1,5016,41,1381937297,'2014-05-07 23:53:31',''),(4505,1,1,5017,26,1381937297,'2014-05-07 23:54:48',''),(4506,1,1,5018,47,1381937297,'2014-05-07 23:56:07',''),(4507,1,1,5019,54,1381937297,'2014-05-07 23:57:23',''),(4508,1,1,5020,15,1381937297,'2014-05-07 23:58:40',''),(4509,1,1,5021,58,1381937297,'2014-05-07 23:59:58',''),(4510,1,1,5022,43,1381937297,'2014-05-08 00:01:13',''),(4511,1,1,5023,43,1381937297,'2014-05-08 00:02:30',''),(4512,1,1,5024,74,1381937297,'2014-05-08 00:03:48',''),(4513,1,1,5025,26,1381937297,'2014-05-08 00:05:05',''),(4514,1,1,5026,75,1381937297,'2014-05-08 00:06:21',''),(4515,1,1,5027,62,1381937297,'2014-05-08 00:07:38',''),(4516,1,1,5028,73,1381937297,'2014-05-08 00:08:53',''),(4517,1,1,5029,10,1381937297,'2014-05-08 00:10:11',''),(4518,1,1,5030,26,1381937297,'2014-05-08 00:11:27',''),(4519,1,1,5031,57,1381937297,'2014-05-08 00:12:42',''),(4520,1,1,5032,67,1381937297,'2014-05-08 00:13:58',''),(4521,1,1,5033,16,1381937297,'2014-05-08 00:15:13',''),(4522,1,1,5034,51,1381937297,'2014-05-08 00:16:30',''),(4523,1,1,5035,3,1381937297,'2014-05-08 00:17:46',''),(4524,1,1,5036,16,1381937297,'2014-05-08 00:19:05',''),(4525,1,1,5037,49,1381937297,'2014-05-08 00:20:22',''),(4526,1,1,5038,18,1381937297,'2014-05-08 00:21:36',''),(4527,1,1,5039,69,1381937297,'2014-05-08 00:22:55',''),(4528,1,1,5040,26,1381937297,'2014-05-08 00:24:12',''),(4529,1,1,5041,16,1381937297,'2014-05-08 00:25:27',''),(4530,1,1,5042,55,1381937297,'2014-05-08 00:26:45',''),(4531,1,1,5043,66,1381937297,'2014-05-08 00:28:02',''),(4532,1,1,5044,31,1381937297,'2014-05-08 00:29:21',''),(4533,1,1,5045,26,2637635733,'2014-05-08 00:29:41',''),(4534,1,1,5046,27,1381937297,'2014-05-08 00:30:39',''),(4535,1,1,5047,9,1381937297,'2014-05-08 00:31:58',''),(4536,1,1,5048,50,1381937297,'2014-05-08 00:33:16',''),(4537,1,1,5049,52,1381937297,'2014-05-08 00:34:32',''),(4538,1,1,5050,48,1381937297,'2014-05-08 00:35:54',''),(4539,1,1,5051,71,1381937297,'2014-05-08 00:37:12',''),(4540,1,1,5052,59,1381937297,'2014-05-08 00:38:29',''),(4541,1,1,5053,26,1381937297,'2014-05-08 00:39:45',''),(4542,1,1,5054,72,1381937297,'2014-05-08 00:41:01',''),(4543,1,1,5055,63,1381937297,'2014-05-08 00:42:19',''),(4544,1,1,5056,53,1381937297,'2014-05-08 00:43:37',''),(4545,1,1,5057,65,1381937297,'2014-05-08 00:44:53',''),(4546,1,1,5058,68,1381937297,'2014-05-08 00:46:12',''),(4547,1,1,5059,43,1381937297,'2014-05-08 00:47:30',''),(4548,1,1,5060,26,2637635940,'2014-05-08 00:47:45',''),(4549,1,1,5061,6,1381937297,'2014-05-08 00:48:49',''),(4550,1,1,5062,56,1381937297,'2014-05-08 00:50:09',''),(4551,1,1,5063,28,1381937297,'2014-05-08 00:51:32',''),(4552,1,1,5064,72,1123631683,'2014-05-08 01:23:43',''),(4553,1,1,5065,57,2637635696,'2014-05-08 01:32:40',''),(4554,1,1,5066,54,3024881050,'2014-05-08 03:04:52',''),(4555,1,1,5067,58,1123631683,'2014-05-08 03:49:09',''),(4556,1,1,5069,6,2420921391,'2014-05-08 04:56:42',''),(4557,1,1,5070,1,2420921391,'2014-05-08 04:56:49',''),(4558,1,1,5071,1,2420921391,'2014-05-08 04:56:54',''),(4559,1,1,5072,1,2420921391,'2014-05-08 04:57:01',''),(4560,1,1,5073,1,2420921391,'2014-05-08 04:57:07',''),(4561,1,1,5074,1,2420921391,'2014-05-08 04:57:12',''),(4562,1,1,5075,1,2420921391,'2014-05-08 04:57:16',''),(4563,1,1,5076,1,2420921391,'2014-05-08 04:57:20',''),(4564,1,1,5077,1,2420921391,'2014-05-08 04:57:24',''),(4565,1,1,5078,1,2420921391,'2014-05-08 04:57:28',''),(4566,1,1,5079,1,2420921391,'2014-05-08 04:57:33',''),(4567,1,1,5080,9,2420921391,'2014-05-08 04:57:39',''),(4568,1,1,5081,3,2420921391,'2014-05-08 04:57:48',''),(4569,1,1,5082,18,2420921391,'2014-05-08 04:57:52',''),(4570,1,1,5083,38,2420921391,'2014-05-08 04:57:57',''),(4571,1,1,5084,41,2420921391,'2014-05-08 04:58:02',''),(4572,1,1,5085,43,2420921391,'2014-05-08 04:58:08',''),(4573,1,1,5086,45,2420921391,'2014-05-08 04:58:11',''),(4574,1,1,5087,53,2420921391,'2014-05-08 04:58:16',''),(4575,1,1,5088,48,2420921391,'2014-05-08 04:58:19',''),(4576,1,1,5089,52,2420921391,'2014-05-08 04:58:28',''),(4577,1,1,5090,57,2420921391,'2014-05-08 04:58:35',''),(4578,1,1,5091,28,2420921391,'2014-05-08 04:58:39',''),(4579,1,1,5092,50,2420921391,'2014-05-08 04:58:43',''),(4580,1,1,5093,51,2420921391,'2014-05-08 04:58:49',''),(4581,1,1,5094,56,2420921391,'2014-05-08 04:58:57',''),(4582,1,1,5095,55,2420921391,'2014-05-08 04:59:04',''),(4583,1,1,5096,62,2420921391,'2014-05-08 04:59:10',''),(4584,1,1,5097,63,2420921391,'2014-05-08 04:59:15',''),(4585,1,1,5098,64,2420921391,'2014-05-08 04:59:24',''),(4586,1,1,5099,65,2420921391,'2014-05-08 04:59:33',''),(4587,1,1,5100,69,2420921391,'2014-05-08 04:59:39',''),(4588,1,1,5101,15,1123631683,'2014-05-08 05:56:40',''),(4589,1,1,5102,1,3024881302,'2014-05-08 09:51:33',''),(4590,1,1,5103,1,3518918994,'2014-05-08 10:04:18',''),(4591,1,1,5104,1,3576168713,'2014-05-08 10:14:34','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CEkQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=BllrU9zMG4iCOKPYgOgE&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=Y_Lrps4LoQbyIO_elVjHNQ&bvm=bv.66330100,d.d2k'),(4592,1,1,5105,1,1838485265,'2014-05-08 12:15:24','https://www.google.co.uk/'),(4593,1,1,5106,15,1444732119,'2014-05-08 17:45:24','https://www.google.co.uk/'),(4594,1,1,5107,1,1542483311,'2014-05-08 17:46:27',''),(4595,1,1,5108,1,1542483304,'2014-05-08 17:46:28',''),(4596,1,1,5109,1,1543859880,'2014-05-08 18:44:36','http://www.google.com/url?sa=t&rct=j&q=tyres%20in%20blackburn&source=web&cd=8&ved=0CF0Q_BcwBw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=FtBrU9_bGKPG0QWIyYGADA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=fq8qhKMOd9HexwYLGJggcA'),(4597,1,1,5110,51,3104467140,'2014-05-08 20:46:48',''),(4598,1,1,5111,1,3378492762,'2014-05-08 20:51:21','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(4599,1,1,5112,1,3024881382,'2014-05-09 01:22:29',''),(4600,1,1,5113,9,1123634371,'2014-05-09 03:49:03',''),(4601,1,1,5114,1,3024880990,'2014-05-09 06:17:46',''),(4602,1,1,5115,1,3024880974,'2014-05-09 07:43:05',''),(4603,1,1,5116,26,1123634371,'2014-05-09 08:54:05',''),(4604,1,1,5117,10,1438486757,'2014-05-09 09:25:29','https://www.google.co.uk/'),(4605,1,1,5118,1,1375799679,'2014-05-09 10:55:47','http://www.google.co.uk/search?hl=en&q=PART+WORN+TYRES+BLACKBURN&meta='),(4606,1,1,5119,1,3339975108,'2014-05-09 11:11:55',''),(4607,1,1,5120,1,3339975108,'2014-05-09 11:11:56',''),(4608,1,1,5121,1,344270861,'2014-05-09 11:11:57','https://www.google.co.uk/'),(4609,1,1,5122,1,344270861,'2014-05-09 11:11:58','https://www.google.co.uk/'),(4610,1,1,5123,43,3339975108,'2014-05-09 11:13:20',''),(4611,1,1,5124,31,2637716785,'2014-05-09 11:45:04',''),(4612,1,1,5125,31,2637636394,'2014-05-09 12:15:42',''),(4613,1,1,5126,1,1159654938,'2014-05-09 12:37:58',''),(4614,1,1,5127,1,1159654938,'2014-05-09 12:38:02',''),(4615,1,1,5128,43,387709019,'2014-05-09 12:45:59','http://www.bing.com/search?q=ip%3A109.75.160.9+php+id%3D&qs=n&form=QBLH&pq=ip%3A109.75.160.9+php+id%3D&sc=8-23&sp=-1&sk=&cvid=7d6c045f4ef24aafa3a9fa81b2852d2f'),(4616,1,1,5129,65,387709019,'2014-05-09 12:46:01','http://www.bing.com/search?q=ip%3A109.75.160.9+php+id%3D&qs=n&form=QBLH&pq=ip%3A109.75.160.9+php+id%3D&sc=8-23&sp=-1&sk=&cvid=7d6c045f4ef24aafa3a9fa81b2852d2f'),(4617,1,1,5130,1,3237553923,'2014-05-09 14:27:48',''),(4618,1,1,5131,1,1377273682,'2014-05-09 15:23:59','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0CI8BEKACMAc&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=AvNsU734IOOI7Ab4nIDgCA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=G52mFFYJ7xnHmFE0dz2tng&bvm=bv.66330100,d.ZGU'),(4619,1,1,5132,1,1376578280,'2014-05-09 17:18:45','http://maps.google.co.uk/local_url?dq=tyres+blackburn&q=http://www.mstyresblackburn.co.uk/&oi=miw&sa=X&ct=miw_link&cd=1&cad=homepage,cid:14846987743364526223&ei=hQ1tU4XFDcaG8QOnp4Eg&s=ANYYN7kJf4bIym5aJfUtBrg-NAQ2GNtkxA'),(4620,1,1,5133,1,1542483283,'2014-05-09 17:43:43',''),(4621,1,1,5134,1,1542483285,'2014-05-09 17:43:44',''),(4622,1,1,5135,1,1454050446,'2014-05-09 17:50:53','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&cad=rja&uact=8&ved=0CIMBEKACMAY&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=CBVtU5GGCq_X7Aa72oDgCw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=OuXgCou03T0TfYZLLy7uaw'),(4623,1,1,5136,1,1813650807,'2014-05-09 17:59:04',''),(4624,1,1,5137,1,1813650807,'2014-05-09 17:59:07',''),(4625,1,1,5138,1,1813650807,'2014-05-09 17:59:10',''),(4626,1,1,5139,1,1813650807,'2014-05-09 17:59:13',''),(4627,1,1,5140,1,1813650807,'2014-05-09 17:59:16',''),(4628,1,1,5141,1,84501323,'2014-05-09 18:09:47',''),(4629,1,1,5142,1,84501323,'2014-05-09 18:09:53',''),(4630,1,1,5143,1,84501323,'2014-05-09 18:10:06',''),(4631,1,1,5144,1,84501323,'2014-05-09 18:10:13',''),(4632,1,1,5145,1,84501323,'2014-05-09 18:10:18',''),(4633,1,1,5146,26,1094136918,'2014-05-09 18:51:06',''),(4634,1,1,5147,50,1123632111,'2014-05-09 20:53:05',''),(4635,1,1,5148,62,1123632111,'2014-05-09 22:15:22',''),(4636,1,1,5149,52,1123632068,'2014-05-09 22:41:05',''),(4637,1,1,5150,51,1123632068,'2014-05-09 23:40:14',''),(4638,1,1,5151,43,3024881062,'2014-05-10 00:24:48',''),(4639,1,1,5152,63,1123631876,'2014-05-10 01:02:31',''),(4640,1,1,5153,65,1123632111,'2014-05-10 02:09:22',''),(4641,1,1,5154,28,1123631702,'2014-05-10 02:42:48',''),(4642,1,1,5155,74,1123632068,'2014-05-10 03:47:05',''),(4643,1,1,5156,48,1123632111,'2014-05-10 04:31:27',''),(4644,1,1,5158,15,1123632068,'2014-05-10 04:48:11',''),(4645,1,1,5159,62,1123632111,'2014-05-10 05:36:46',''),(4646,1,1,5160,26,1123632068,'2014-05-10 05:45:01',''),(4647,1,1,5161,16,1123632068,'2014-05-10 07:09:19',''),(4648,1,1,5164,56,1123631876,'2014-05-10 08:17:06',''),(4649,1,1,5165,71,1123632111,'2014-05-10 08:50:31',''),(4650,1,1,5166,43,1123631687,'2014-05-10 09:11:53',''),(4651,1,1,5167,1,1377273225,'2014-05-10 10:39:57','https://www.google.co.uk/'),(4652,1,1,5168,1,523377108,'2014-05-10 10:44:51','https://www.google.co.uk/'),(4653,1,1,5169,1,1123631683,'2014-05-10 10:49:13',''),(4654,1,1,5170,26,1123634371,'2014-05-10 11:54:51',''),(4655,1,1,5172,56,3516102281,'2014-05-10 12:53:12',''),(4656,1,1,5173,65,1123634371,'2014-05-10 13:00:54',''),(4657,1,1,5176,44,3024881303,'2014-05-10 14:04:21',''),(4658,1,1,5177,68,1123634371,'2014-05-10 14:10:25',''),(4659,1,1,5179,1,1123634371,'2014-05-10 14:42:49',''),(4660,1,1,5180,41,1123634371,'2014-05-10 16:05:06',''),(4661,1,1,5181,64,1123634371,'2014-05-10 17:02:25',''),(4662,1,1,5183,1,1542483282,'2014-05-10 17:37:15',''),(4663,1,1,5184,1,1542483326,'2014-05-10 17:37:16',''),(4664,1,1,5185,65,3516102344,'2014-05-10 18:08:40',''),(4665,1,1,5186,56,1123634371,'2014-05-10 18:20:35',''),(4666,1,1,5189,63,1123634371,'2014-05-10 19:30:16',''),(4667,1,1,5190,1,35585876,'2014-05-10 19:34:02',''),(4668,1,1,5191,66,2637636399,'2014-05-10 20:10:58',''),(4669,1,1,5192,48,1123634371,'2014-05-10 20:19:37',''),(4670,1,1,5193,56,1123634371,'2014-05-10 22:31:08',''),(4671,1,1,5194,1,1123634371,'2014-05-11 01:32:16',''),(4672,1,1,5195,1,3589854124,'2014-05-11 03:52:39',''),(4673,1,1,5196,1,3589854124,'2014-05-11 03:52:40',''),(4674,1,1,5197,71,3024880958,'2014-05-11 05:49:14',''),(4675,1,1,5198,1,1522790985,'2014-05-11 06:40:34','http://www.google.co.uk/'),(4676,1,1,5199,1,3024881377,'2014-05-11 08:51:17',''),(4677,1,1,5200,71,2637636396,'2014-05-11 09:52:52',''),(4678,1,1,5201,72,2637716654,'2014-05-11 11:35:44',''),(4679,1,1,5202,1,1123634371,'2014-05-11 11:46:36',''),(4680,1,1,5204,1,1365385782,'2014-05-11 12:30:29',''),(4681,1,1,5205,1,1365385782,'2014-05-11 12:30:31',''),(4682,1,1,5206,1,1365385782,'2014-05-11 12:30:33',''),(4683,1,1,5207,1,1365385782,'2014-05-11 12:30:36',''),(4684,1,1,5208,1,1365385782,'2014-05-11 12:30:38',''),(4685,1,1,5209,1,1365385782,'2014-05-11 12:30:43',''),(4686,1,1,5210,1,1365385782,'2014-05-11 12:30:46',''),(4687,1,1,5211,1,1365385782,'2014-05-11 12:30:48',''),(4688,1,1,5212,1,1365385782,'2014-05-11 12:30:50',''),(4689,1,1,5213,1,1365385782,'2014-05-11 12:30:53',''),(4690,1,1,5214,15,2637716819,'2014-05-11 13:11:12',''),(4691,1,1,5215,70,1094137830,'2014-05-11 13:50:44',''),(4692,1,1,5216,1,1123634371,'2014-05-11 15:09:29',''),(4693,1,1,5217,1,88343400,'2014-05-11 16:37:40',''),(4694,1,1,5218,1,1542483309,'2014-05-11 17:38:52',''),(4695,1,1,5219,1,1542483273,'2014-05-11 17:38:54',''),(4696,1,1,5220,1,2916136754,'2014-05-11 19:34:10',''),(4697,1,1,5221,1,2916136754,'2014-05-11 19:34:13',''),(4698,1,1,5222,71,2637636396,'2014-05-11 20:28:03',''),(4699,1,1,4840,65,2969161523,'2014-05-11 21:13:05','http://www.google.co.uk/search?hl=en-GB&redir_esc=&client=ms-android-tmobile-gb&source=android-launcher-widget&v=133247963&qsubts=1399842747020&action=devloc&q=235+45+17+rapid+609+car+tyres&v=133247963'),(4700,1,1,5223,26,2637636193,'2014-05-12 00:18:51',''),(4701,1,1,5224,1,3024881204,'2014-05-12 01:14:14',''),(4702,1,1,5225,46,2637716818,'2014-05-12 01:33:38',''),(4703,1,1,5226,73,2637636193,'2014-05-12 02:24:11',''),(4704,1,1,5227,73,2637636193,'2014-05-12 03:02:35',''),(4705,1,1,5228,6,3024881296,'2014-05-12 04:19:12',''),(4706,1,1,5229,28,86454784,'2014-05-12 06:34:01',''),(4707,1,1,5230,1,1545010847,'2014-05-12 08:19:34','https://www.google.co.uk/'),(4708,1,1,5231,1,1041806727,'2014-05-12 08:20:06',''),(4709,1,1,5232,1,40161421,'2014-05-12 08:47:42','http://www.google.co.uk/'),(4710,1,1,5233,55,1123634371,'2014-05-12 12:15:54',''),(4711,1,1,5235,1,2978287981,'2014-05-12 16:07:02','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(4712,1,1,5236,6,3024880921,'2014-05-12 16:12:47',''),(4713,1,1,5237,51,1524220167,'2014-05-12 16:31:09','https://www.google.co.uk/'),(4714,1,1,5238,1,1542483294,'2014-05-12 18:14:40',''),(4715,1,1,5239,1,1542483285,'2014-05-12 18:14:41',''),(4716,1,1,5240,65,1123634371,'2014-05-12 22:13:41',''),(4717,1,1,5242,26,2637636201,'2014-05-13 02:01:38',''),(4718,1,1,5243,26,2637635809,'2014-05-13 04:57:39',''),(4719,1,1,5244,1,1444468443,'2014-05-13 06:29:04','https://www.google.co.uk/'),(4720,1,1,5245,1,1365218354,'2014-05-13 06:31:17',''),(4721,1,1,5246,1,1045167676,'2014-05-13 06:31:17',''),(4722,1,1,5247,1,2997012325,'2014-05-13 06:31:38',''),(4723,1,1,5248,1,2997012325,'2014-05-13 06:31:38',''),(4724,1,1,5249,1,918818345,'2014-05-13 06:31:57',''),(4725,1,1,5250,1,1040736401,'2014-05-13 07:39:51','https://www.google.co.uk/'),(4726,1,1,5251,1,3237553923,'2014-05-13 11:09:42',''),(4727,1,1,5252,66,3024881217,'2014-05-13 11:24:12',''),(4728,1,1,5253,1,1123634371,'2014-05-13 11:28:56',''),(4729,1,1,5254,70,3024881307,'2014-05-13 11:54:13',''),(4730,1,1,5255,26,1094129884,'2014-05-13 12:09:56',''),(4731,1,1,5256,1,1123634371,'2014-05-13 13:39:02',''),(4732,1,1,5257,1,1542483275,'2014-05-13 18:11:34',''),(4733,1,1,5258,1,1542483279,'2014-05-13 18:11:35',''),(4734,1,1,5259,26,1123634371,'2014-05-13 18:23:16',''),(4735,1,1,5261,54,3024881207,'2014-05-13 21:00:35',''),(4736,1,1,5262,1,84501323,'2014-05-13 21:30:31',''),(4737,1,1,5263,1,84501323,'2014-05-13 21:30:44',''),(4738,1,1,5264,1,84501323,'2014-05-13 21:30:55',''),(4739,1,1,5265,1,84501323,'2014-05-13 21:31:02',''),(4740,1,1,5266,1,84501323,'2014-05-13 21:31:05',''),(4741,1,1,5267,1,84501323,'2014-05-13 21:31:12',''),(4742,1,1,5268,1,84501323,'2014-05-13 21:31:16',''),(4743,1,1,5269,1,84501323,'2014-05-13 21:31:20',''),(4744,1,1,5270,1,84501323,'2014-05-13 21:31:25',''),(4745,1,1,5271,1,84501323,'2014-05-13 21:31:28',''),(4746,1,1,5272,1,84501323,'2014-05-13 21:31:32',''),(4747,1,1,5273,1,84501323,'2014-05-13 21:31:37',''),(4748,1,1,5274,63,1123634371,'2014-05-13 21:43:51',''),(4749,1,1,5276,75,1123634371,'2014-05-13 22:17:54',''),(4750,1,1,5278,1,1048628852,'2014-05-14 02:23:18',''),(4751,1,1,5279,6,1048628852,'2014-05-14 02:23:19',''),(4752,1,1,5280,1,1123634371,'2014-05-14 02:27:01',''),(4753,1,1,5281,62,3104467076,'2014-05-14 07:14:49',''),(4754,1,1,5282,63,3516102357,'2014-05-14 07:53:31',''),(4755,1,1,5283,1,1584799686,'2014-05-14 10:42:31','https://www.google.co.uk/'),(4756,1,1,5284,1,1123634371,'2014-05-14 11:40:24',''),(4757,1,1,5285,1,1123634371,'2014-05-14 12:30:05',''),(4758,1,1,5286,44,3516102289,'2014-05-14 12:47:48',''),(4759,1,1,5287,1,2733861697,'2014-05-14 13:18:09',''),(4760,1,1,5288,6,2733861697,'2014-05-14 13:18:17',''),(4761,1,1,5289,9,2733861697,'2014-05-14 13:18:26',''),(4762,1,1,5290,50,2733861697,'2014-05-14 13:18:32',''),(4763,1,1,5291,65,2733861697,'2014-05-14 13:18:37',''),(4764,1,1,5292,56,2733861697,'2014-05-14 13:18:42',''),(4765,1,1,5293,64,2733861697,'2014-05-14 13:18:47',''),(4766,1,1,5294,69,2733861697,'2014-05-14 13:18:52',''),(4767,1,1,5295,62,2733861697,'2014-05-14 13:18:57',''),(4768,1,1,5296,63,2733861697,'2014-05-14 13:19:02',''),(4769,1,1,5297,51,2733861697,'2014-05-14 13:19:07',''),(4770,1,1,5298,28,2733861697,'2014-05-14 13:19:12',''),(4771,1,1,5299,55,2733861697,'2014-05-14 13:19:16',''),(4772,1,1,5300,41,2733861697,'2014-05-14 13:19:22',''),(4773,1,1,5301,42,2733861697,'2014-05-14 13:19:27',''),(4774,1,1,5302,48,2733861697,'2014-05-14 13:19:32',''),(4775,1,1,5303,43,2733861697,'2014-05-14 13:19:37',''),(4776,1,1,5304,10,2733861697,'2014-05-14 13:19:42',''),(4777,1,1,5305,44,2733861697,'2014-05-14 13:19:46',''),(4778,1,1,5306,58,2733861697,'2014-05-14 13:19:52',''),(4779,1,1,5307,49,2733861697,'2014-05-14 13:19:56',''),(4780,1,1,5308,27,2733861697,'2014-05-14 13:20:02',''),(4781,1,1,5309,16,2733861697,'2014-05-14 13:20:07',''),(4782,1,1,5310,52,2733861697,'2014-05-14 13:20:11',''),(4783,1,1,5311,57,2733861697,'2014-05-14 13:20:17',''),(4784,1,1,5312,53,2733861697,'2014-05-14 13:20:22',''),(4785,1,1,5313,38,2733861697,'2014-05-14 13:20:27',''),(4786,1,1,5314,45,2733861697,'2014-05-14 13:20:31',''),(4787,1,1,5315,16,2733861697,'2014-05-14 13:20:37',''),(4788,1,1,5316,68,2733861697,'2014-05-14 13:20:42',''),(4789,1,1,5317,59,2733861697,'2014-05-14 13:20:46',''),(4790,1,1,5318,67,2733861697,'2014-05-14 13:20:52',''),(4791,1,1,5319,74,2733861697,'2014-05-14 13:20:57',''),(4792,1,1,5320,75,2733861697,'2014-05-14 13:21:02',''),(4793,1,1,5321,16,2733861697,'2014-05-14 13:21:07',''),(4794,1,1,5322,71,2733861697,'2014-05-14 13:21:12',''),(4795,1,1,5323,72,2733861697,'2014-05-14 13:21:17',''),(4796,1,1,5324,73,2733861697,'2014-05-14 13:21:22',''),(4797,1,1,5325,70,2733861697,'2014-05-14 13:21:26',''),(4798,1,1,5326,43,2733861697,'2014-05-14 13:21:31',''),(4799,1,1,5327,43,2733861697,'2014-05-14 13:21:36',''),(4800,1,1,5328,47,2733861697,'2014-05-14 13:21:41',''),(4801,1,1,5329,31,2733861697,'2014-05-14 13:21:46',''),(4802,1,1,5330,15,2733861697,'2014-05-14 13:21:52',''),(4803,1,1,5331,66,2733861697,'2014-05-14 13:21:57',''),(4804,1,1,5332,54,2733861697,'2014-05-14 13:22:03',''),(4805,1,1,5333,26,2733861697,'2014-05-14 13:22:07',''),(4806,1,1,5334,26,2733861697,'2014-05-14 13:22:12',''),(4807,1,1,5335,26,2733861697,'2014-05-14 13:22:17',''),(4808,1,1,5336,26,2733861697,'2014-05-14 13:22:22',''),(4809,1,1,5337,26,2733861697,'2014-05-14 13:22:27',''),(4810,1,1,5338,26,2733861697,'2014-05-14 13:22:32',''),(4811,1,1,5339,26,2733861697,'2014-05-14 13:22:37',''),(4812,1,1,5340,26,2733861697,'2014-05-14 13:22:42',''),(4813,1,1,5341,26,2733861697,'2014-05-14 13:22:47',''),(4814,1,1,5342,26,2733861697,'2014-05-14 13:22:52',''),(4815,1,1,5343,26,2733861697,'2014-05-14 13:22:57',''),(4816,1,1,5344,26,2733861697,'2014-05-14 13:23:02',''),(4817,1,1,5345,26,2733861697,'2014-05-14 13:23:07',''),(4818,1,1,5346,26,2733861697,'2014-05-14 13:23:12',''),(4819,1,1,5347,26,2733861697,'2014-05-14 13:23:17',''),(4820,1,1,5348,26,2733861697,'2014-05-14 13:23:21',''),(4821,1,1,5349,26,2733861697,'2014-05-14 13:23:27',''),(4822,1,1,5350,26,2733861697,'2014-05-14 13:23:32',''),(4823,1,1,5351,26,2733861697,'2014-05-14 13:23:37',''),(4824,1,1,5352,26,2733861697,'2014-05-14 13:23:42',''),(4825,1,1,5353,26,2733861697,'2014-05-14 13:23:47',''),(4826,1,1,5354,26,2733861697,'2014-05-14 13:23:52',''),(4827,1,1,5355,26,2733861697,'2014-05-14 13:23:56',''),(4828,1,1,5356,26,2733861697,'2014-05-14 13:24:02',''),(4829,1,1,5357,26,2733861697,'2014-05-14 13:24:07',''),(4830,1,1,5358,26,2733861697,'2014-05-14 13:24:12',''),(4831,1,1,5359,26,2733861697,'2014-05-14 13:24:16',''),(4832,1,1,5360,26,2733861697,'2014-05-14 13:24:22',''),(4833,1,1,5361,26,2733861697,'2014-05-14 13:24:27',''),(4834,1,1,5362,26,2733861697,'2014-05-14 13:24:32',''),(4835,1,1,5363,26,2733861697,'2014-05-14 13:24:37',''),(4836,1,1,5364,26,2733861697,'2014-05-14 13:24:41',''),(4837,1,1,5365,26,2733861697,'2014-05-14 13:24:47',''),(4838,1,1,5366,26,2733861697,'2014-05-14 13:24:52',''),(4839,1,1,5367,1,1542483288,'2014-05-14 18:10:42',''),(4840,1,1,5368,1,1542483269,'2014-05-14 18:10:43',''),(4841,1,1,5369,56,2548297797,'2014-05-14 20:18:06',''),(4842,1,1,5370,43,3516102384,'2014-05-14 20:44:17',''),(4843,1,1,5371,1,3392028274,'2014-05-15 03:58:28',''),(4844,1,1,5372,1,3024881091,'2014-05-15 08:21:17',''),(4845,1,1,5373,1,3339975108,'2014-05-15 10:06:17',''),(4846,1,1,5374,1,1375799599,'2014-05-15 10:06:18',''),(4847,1,1,5375,1,1375799599,'2014-05-15 10:06:24',''),(4848,1,1,5376,1,1375799599,'2014-05-15 10:06:25',''),(4849,1,1,5377,1,3339975108,'2014-05-15 10:06:27',''),(4850,1,1,5378,69,3024881286,'2014-05-15 10:41:44',''),(4851,1,1,5379,1,3174045806,'2014-05-15 16:47:44','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(4852,1,1,5380,1,1123632068,'2014-05-15 17:27:53',''),(4853,1,1,5381,1,1384441759,'2014-05-15 17:47:39','https://www.google.co.uk/'),(4854,1,1,5382,1,1542483314,'2014-05-15 17:58:23',''),(4855,1,1,5383,1,1542483300,'2014-05-15 17:58:24',''),(4856,1,1,5384,1,1489375385,'2014-05-15 18:46:51',''),(4857,1,1,5385,1,1489375385,'2014-05-15 18:46:56',''),(4858,1,1,5386,1,1489375385,'2014-05-15 18:46:59',''),(4859,1,1,5387,1,1489375385,'2014-05-15 18:47:06',''),(4860,1,1,5388,1,1489375385,'2014-05-15 18:47:10',''),(4861,1,1,5389,1,1489375385,'2014-05-15 18:47:23',''),(4862,1,1,5390,1,1489375385,'2014-05-15 18:47:27',''),(4863,1,1,5391,1,1489375385,'2014-05-15 18:47:32',''),(4864,1,1,5392,1,1489375385,'2014-05-15 18:47:40',''),(4865,1,1,5393,1,1489375385,'2014-05-15 18:47:44',''),(4866,1,1,5394,1,1489375385,'2014-05-15 18:47:52',''),(4867,1,1,5395,1,1489375385,'2014-05-15 18:47:57',''),(4868,1,1,5396,10,3024881072,'2014-05-15 19:55:50',''),(4869,1,1,5397,26,1123632111,'2014-05-15 20:59:42',''),(4870,1,1,5398,44,2637635939,'2014-05-15 22:34:04',''),(4871,1,1,5399,1,2637635939,'2014-05-15 22:34:06',''),(4872,1,1,5400,62,1123631876,'2014-05-16 00:39:52',''),(4873,1,1,5401,68,1123631876,'2014-05-16 01:38:32',''),(4874,1,1,5402,1,2732530868,'2014-05-16 02:04:52',''),(4875,1,1,5403,1,1168283743,'2014-05-16 02:19:48',''),(4876,1,1,5404,55,1170542797,'2014-05-16 02:19:50',''),(4877,1,1,5405,3,1145334434,'2014-05-16 02:19:51',''),(4878,1,1,5407,1,1168284156,'2014-05-16 02:19:57',''),(4879,1,1,5406,1,1208520261,'2014-05-16 02:19:57',''),(4880,1,1,5408,1,1137342246,'2014-05-16 02:19:58',''),(4881,1,1,5409,9,3339929989,'2014-05-16 02:20:00',''),(4882,1,1,5410,64,3351478993,'2014-05-16 02:20:00',''),(4883,1,1,5411,28,1170541069,'2014-05-16 02:20:02',''),(4884,1,1,5412,56,1137334326,'2014-05-16 02:20:07',''),(4885,1,1,5413,69,1209286557,'2014-05-16 02:20:08',''),(4886,1,1,5414,38,1168281208,'2014-05-16 02:20:09',''),(4887,1,1,5415,50,2732091283,'2014-05-16 02:20:10',''),(4888,1,1,5416,63,3351478855,'2014-05-16 02:20:24',''),(4889,1,1,5417,43,401588585,'2014-05-16 02:20:25',''),(4890,1,1,5418,1,1168278127,'2014-05-16 02:20:25',''),(4891,1,1,5419,62,2732091015,'2014-05-16 02:20:25',''),(4892,1,1,5420,1,2732175023,'2014-05-16 02:20:30',''),(4893,1,1,5421,48,1137334653,'2014-05-16 02:20:31',''),(4894,1,1,5422,51,1168281332,'2014-05-16 02:20:32',''),(4895,1,1,5423,6,1145334515,'2014-05-16 02:20:33',''),(4896,1,1,5424,65,1145539701,'2014-05-16 02:20:41',''),(4897,1,1,5425,53,2732530778,'2014-05-16 02:20:41',''),(4898,1,1,5426,18,1168277939,'2014-05-16 02:20:43',''),(4899,1,1,5427,41,2732090888,'2014-05-16 02:20:44',''),(4900,1,1,5428,52,401588675,'2014-05-16 02:20:46',''),(4901,1,1,5429,1,2732091195,'2014-05-16 02:20:53',''),(4902,1,1,5430,45,3351478679,'2014-05-16 02:21:01',''),(4903,1,1,5431,1,3423398063,'2014-05-16 02:21:07',''),(4904,1,1,5432,1,1156193622,'2014-05-16 02:21:07',''),(4905,1,1,5433,1,1145544307,'2014-05-16 02:21:11',''),(4906,1,1,5434,1,1170542731,'2014-05-16 02:21:19',''),(4907,1,1,5435,57,1170542685,'2014-05-16 02:21:19',''),(4908,1,1,5436,56,1123632068,'2014-05-16 02:42:32',''),(4909,1,1,5437,47,1123632111,'2014-05-16 04:23:45',''),(4910,1,1,5438,14,1123631876,'2014-05-16 04:37:12',''),(4911,1,1,5439,1,3024881194,'2014-05-16 05:18:39',''),(4912,1,1,5440,1,1152704815,'2014-05-16 06:08:50',''),(4913,1,1,5441,43,1123632111,'2014-05-16 06:42:32',''),(4914,1,1,5442,43,1094129878,'2014-05-16 07:20:48',''),(4915,1,1,5443,54,1123632068,'2014-05-16 07:27:52',''),(4916,1,1,5444,38,1123632111,'2014-05-16 08:21:12',''),(4917,1,1,5445,1,1523304530,'2014-05-16 09:02:29','https://www.google.co.uk/'),(4918,1,1,5446,49,1123632111,'2014-05-16 09:08:27',''),(4919,1,1,5448,1,1010186460,'2014-05-16 09:16:59','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(4920,1,1,5449,38,3024881293,'2014-05-16 10:09:11',''),(4921,1,1,5450,43,1094136927,'2014-05-16 10:28:43',''),(4922,1,1,5451,41,1123634371,'2014-05-16 17:49:35',''),(4923,1,1,5452,1,1542483298,'2014-05-16 17:58:17',''),(4924,1,1,5453,1,1542483324,'2014-05-16 17:58:18',''),(4925,1,1,5454,1,1127936857,'2014-05-16 18:36:38','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(4926,1,1,5455,68,1390664314,'2014-05-16 19:30:37','http://www.google.fr/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F4%2F64-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=jw6'),(4927,1,1,5456,14,1123634371,'2014-05-16 20:07:04',''),(4928,1,1,5457,26,1123634371,'2014-05-16 22:13:17',''),(4929,1,1,5458,1,1123634371,'2014-05-16 22:48:03',''),(4930,1,1,5459,70,3024881169,'2014-05-16 23:36:10',''),(4931,1,1,5460,52,1123634371,'2014-05-17 01:56:30',''),(4932,1,1,5461,1,3028019458,'2014-05-17 03:03:06',''),(4933,1,1,5462,62,1123634371,'2014-05-17 04:07:41',''),(4934,1,1,5463,68,1123634371,'2014-05-17 05:28:31',''),(4935,1,1,5465,31,1123634371,'2014-05-17 07:06:28',''),(4936,1,1,5466,45,1123634371,'2014-05-17 08:32:10',''),(4937,1,1,5467,55,1123634371,'2014-05-17 09:55:26',''),(4938,1,1,5468,47,1589999840,'2014-05-17 10:04:50','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&cad=rja&uact=8&ved=0CI4BEBYwBw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_manufacturer%3D8%26controller%3Dmanufacturer%26id_lang%3D1&ei=rDB3U5LyMMaVPMrKgMgD&usg=AFQjCNGYKK'),(4939,1,1,5469,56,3024881194,'2014-05-17 11:01:53',''),(4940,1,1,5470,57,1123634371,'2014-05-17 11:23:36',''),(4941,1,1,5471,59,1123631443,'2014-05-17 12:12:36',''),(4942,1,1,5474,29,2732091105,'2014-05-17 13:37:32',''),(4943,1,1,5475,54,3351267562,'2014-05-17 13:37:32',''),(4944,1,1,5472,66,1145544054,'2014-05-17 13:37:32',''),(4945,1,1,5473,47,1208527165,'2014-05-17 13:37:32',''),(4946,1,1,5476,42,1168283926,'2014-05-17 13:37:36',''),(4947,1,1,5477,43,1156192867,'2014-05-17 13:37:37',''),(4948,1,1,5478,16,1208523724,'2014-05-17 13:37:39',''),(4949,1,1,5479,43,1208527427,'2014-05-17 13:38:02',''),(4950,1,1,5480,69,1123631443,'2014-05-17 14:02:47',''),(4951,1,1,5481,3,3351267728,'2014-05-17 14:07:28',''),(4952,1,1,5482,26,1168284925,'2014-05-17 14:07:30',''),(4953,1,1,5483,26,1168283978,'2014-05-17 14:07:31',''),(4954,1,1,5484,68,1209285545,'2014-05-17 14:07:31',''),(4955,1,1,5485,26,1145335406,'2014-05-17 14:07:31',''),(4956,1,1,5486,26,1208526299,'2014-05-17 14:07:32',''),(4957,1,1,5487,26,3497332268,'2014-05-17 14:07:32',''),(4958,1,1,5488,26,1170541209,'2014-05-17 14:07:32',''),(4959,1,1,5489,58,2731924633,'2014-05-17 14:07:33',''),(4960,1,1,5490,26,1137334680,'2014-05-17 14:07:33',''),(4961,1,1,5491,73,1168281060,'2014-05-17 14:07:33',''),(4962,1,1,5492,67,3234329884,'2014-05-17 14:07:34',''),(4963,1,1,5493,26,1168284890,'2014-05-17 14:07:34',''),(4964,1,1,5494,59,1145539364,'2014-05-17 14:07:35',''),(4965,1,1,5495,16,1168284832,'2014-05-17 14:07:35',''),(4966,1,1,5496,16,1208520397,'2014-05-17 14:07:35',''),(4967,1,1,5497,10,1156190586,'2014-05-17 14:07:36',''),(4968,1,1,5498,6,1123631430,'2014-05-17 15:08:54',''),(4969,1,1,5499,53,1123631443,'2014-05-17 15:30:57',''),(4970,1,1,5500,1,3024881180,'2014-05-17 15:34:25',''),(4971,1,1,5501,1,1123631443,'2014-05-17 16:44:26',''),(4972,1,1,5502,68,1123631417,'2014-05-17 17:33:24',''),(4973,1,1,5503,1,1542483325,'2014-05-17 17:37:33',''),(4974,1,1,5504,1,1542483294,'2014-05-17 17:37:34',''),(4975,1,1,5505,1,2916136754,'2014-05-17 18:49:06',''),(4976,1,1,5506,1,2916136754,'2014-05-17 18:49:15',''),(4977,1,1,5507,1,2916136754,'2014-05-17 18:49:17',''),(4978,1,1,5508,1,2916136754,'2014-05-17 18:49:20',''),(4979,1,1,5509,1,2916136754,'2014-05-17 18:49:23',''),(4980,1,1,5510,1,2916136754,'2014-05-17 18:49:26',''),(4981,1,1,5511,1,2916136754,'2014-05-17 18:49:29',''),(4982,1,1,5512,1,2916136754,'2014-05-17 18:49:32',''),(4983,1,1,5513,1,2916136754,'2014-05-17 18:49:35',''),(4984,1,1,5514,1,2916136754,'2014-05-17 18:49:39',''),(4985,1,1,5515,1,2916136754,'2014-05-17 18:49:41',''),(4986,1,1,5516,1,2916136754,'2014-05-17 18:49:45',''),(4987,1,1,5517,56,1123631417,'2014-05-17 19:08:54',''),(4988,1,1,5518,10,1123631443,'2014-05-17 19:40:45',''),(4989,1,1,5519,54,3024880970,'2014-05-18 01:57:07',''),(4990,1,1,5461,1,826567642,'2014-05-18 04:50:13',''),(4991,1,1,5520,1,1291741235,'2014-05-18 07:53:17','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(4992,1,1,5521,75,3024881198,'2014-05-18 08:08:40',''),(4993,1,1,5522,62,3024881180,'2014-05-18 10:18:09',''),(4994,1,1,5523,1,1545009322,'2014-05-18 12:25:26','https://www.google.co.uk/'),(4995,1,1,5524,1,1041806727,'2014-05-18 12:25:56',''),(4996,1,1,5525,1,35942311,'2014-05-18 14:08:10','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(4997,1,1,5526,1,35643955,'2014-05-18 17:28:24','https://www.google.co.uk/'),(4998,1,1,5527,1,1542483280,'2014-05-18 17:36:32',''),(4999,1,1,5528,1,1542483302,'2014-05-18 17:36:33',''),(5000,1,1,5529,29,1815808070,'2014-05-18 18:45:50',''),(5001,1,1,5530,68,2637635933,'2014-05-18 20:45:31',''),(5002,1,1,5531,27,3024881286,'2014-05-19 01:09:22',''),(5003,1,1,5532,1,2637636170,'2014-05-19 01:31:46',''),(5004,1,1,5533,74,1123631152,'2014-05-19 04:15:58',''),(5005,1,1,5534,9,1123631152,'2014-05-19 05:55:44',''),(5006,1,1,5535,1,1375856263,'2014-05-19 06:27:37',''),(5007,1,1,5536,42,84501323,'2014-05-19 07:53:11',''),(5008,1,1,5537,54,84501323,'2014-05-19 07:53:14',''),(5009,1,1,5538,15,84501323,'2014-05-19 07:53:17',''),(5010,1,1,5539,31,84501323,'2014-05-19 07:53:19',''),(5011,1,1,5540,47,84501323,'2014-05-19 07:53:22',''),(5012,1,1,5541,10,1123631112,'2014-05-19 09:34:23',''),(5013,1,1,5542,26,2420924199,'2014-05-19 09:57:24',''),(5014,1,1,5543,26,2420924199,'2014-05-19 09:57:30',''),(5015,1,1,5544,26,2420924199,'2014-05-19 09:57:57',''),(5016,1,1,5545,26,2420924199,'2014-05-19 09:58:15',''),(5017,1,1,5546,26,2420924199,'2014-05-19 09:58:47',''),(5018,1,1,5547,26,2420924199,'2014-05-19 09:59:16',''),(5019,1,1,5548,26,2420924199,'2014-05-19 09:59:50',''),(5020,1,1,5549,26,2420924199,'2014-05-19 10:00:10',''),(5021,1,1,5550,44,2420924199,'2014-05-19 10:00:26',''),(5022,1,1,5551,58,2420924199,'2014-05-19 10:00:35',''),(5023,1,1,5552,10,2420924199,'2014-05-19 10:00:48',''),(5024,1,1,5553,71,1123635183,'2014-05-19 11:38:33',''),(5025,1,1,5554,1,3009641010,'2014-05-19 11:56:04','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(5026,1,1,5555,1,1123634948,'2014-05-19 12:20:36',''),(5027,1,1,5556,27,1123631683,'2014-05-19 13:52:20',''),(5028,1,1,5557,65,3024881290,'2014-05-19 15:07:36',''),(5029,1,1,5558,1,1452716220,'2014-05-19 15:25:00','https://www.google.co.uk/'),(5030,1,1,5559,70,1123631683,'2014-05-19 15:25:26',''),(5031,1,1,5560,49,1123631683,'2014-05-19 16:34:40',''),(5032,1,1,5561,72,1123631683,'2014-05-19 17:40:26',''),(5033,1,1,5562,1,1311681710,'2014-05-19 17:57:04',''),(5034,1,1,5563,1,1311681710,'2014-05-19 17:57:07',''),(5035,1,1,5564,1,1311681710,'2014-05-19 17:57:11',''),(5036,1,1,5565,1,1311681710,'2014-05-19 17:57:14',''),(5037,1,1,5566,1,1311681710,'2014-05-19 17:57:16',''),(5038,1,1,5567,1,1311681710,'2014-05-19 17:57:19',''),(5039,1,1,5568,1,1311681710,'2014-05-19 17:57:23',''),(5040,1,1,5569,1,1311681710,'2014-05-19 17:57:26',''),(5041,1,1,5570,1,1311681710,'2014-05-19 17:57:29',''),(5042,1,1,5571,1,1311681710,'2014-05-19 17:57:33',''),(5043,1,1,5572,1,1311681710,'2014-05-19 17:57:37',''),(5044,1,1,5573,1,1311681710,'2014-05-19 17:57:40',''),(5045,1,1,5574,1,1542483326,'2014-05-19 18:20:03',''),(5046,1,1,5575,1,1542483320,'2014-05-19 18:20:04',''),(5047,1,1,5576,43,1123631683,'2014-05-19 18:54:05',''),(5048,1,1,5577,1,3024881210,'2014-05-19 19:48:09',''),(5049,1,1,5578,67,1123631683,'2014-05-19 19:54:52',''),(5050,1,1,5579,43,1123634948,'2014-05-19 20:58:54',''),(5051,1,1,5580,75,1123635140,'2014-05-19 21:36:59',''),(5052,1,1,5581,1,1365306078,'2014-05-19 21:49:04','http://www.bing.com/search?q=tyres+blckburn&form=IE10TR&src=IE10TR&pc=MAPBJS'),(5053,1,1,5582,58,1123631683,'2014-05-19 22:30:38',''),(5054,1,1,5583,73,1123635140,'2014-05-19 23:46:48',''),(5055,1,1,5584,16,1123634948,'2014-05-20 00:11:01',''),(5056,1,1,5585,44,1123635183,'2014-05-20 02:24:59',''),(5057,1,1,5586,55,1123634948,'2014-05-20 02:36:52',''),(5058,1,1,5589,42,1123635183,'2014-05-20 04:01:54',''),(5059,1,1,5590,45,2637716922,'2014-05-20 04:38:45',''),(5060,1,1,5591,1,3024881195,'2014-05-20 08:42:48',''),(5061,1,1,5592,1,1123632707,'2014-05-20 11:37:06',''),(5062,1,1,5593,1,1040736401,'2014-05-20 12:55:44','https://www.google.co.uk/'),(5063,1,1,5594,1,1542483295,'2014-05-20 18:21:38',''),(5064,1,1,5595,1,1542483295,'2014-05-20 18:21:39',''),(5065,1,1,5596,1,1524440609,'2014-05-20 18:48:26','https://www.google.co.uk/'),(5066,1,1,5597,1,624583762,'2014-05-20 21:47:31',''),(5067,1,1,5598,43,1123632707,'2014-05-21 00:05:28',''),(5068,1,1,5604,50,2637716642,'2014-05-21 04:11:08',''),(5069,1,1,5605,1,2505773071,'2014-05-21 07:46:02',''),(5070,1,1,5606,52,3024880953,'2014-05-21 09:13:00',''),(5071,1,1,5607,1,1838229034,'2014-05-21 10:07:49','https://www.google.co.uk/'),(5072,1,1,5608,1,1377592458,'2014-05-21 10:45:42','https://www.google.co.uk/'),(5073,1,1,5609,1,3268054068,'2014-05-21 11:06:48','https://www.google.co.uk/'),(5074,1,1,5610,1,3024881066,'2014-05-21 15:02:42',''),(5075,1,1,5611,1,1566648969,'2014-05-21 15:59:38','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0CHUQFjAH&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=UM18U6_2NMSe7AbNqIDwBA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(5076,1,1,5612,1,1123633603,'2014-05-21 17:49:46',''),(5077,1,1,5613,1,1542483272,'2014-05-21 17:57:52',''),(5078,1,1,5614,1,1542483294,'2014-05-21 17:57:53',''),(5079,1,1,5615,65,1577884433,'2014-05-21 18:15:56','https://www.google.co.uk/'),(5080,1,1,5616,26,1123633603,'2014-05-21 18:36:13',''),(5081,1,1,5618,74,1123633603,'2014-05-21 19:32:29',''),(5082,1,1,5619,49,1123633603,'2014-05-21 20:46:40',''),(5083,1,1,5620,16,1123633603,'2014-05-21 21:52:08',''),(5084,1,1,5621,6,2637716775,'2014-05-21 22:15:48',''),(5085,1,1,5622,27,1123633603,'2014-05-21 22:44:30',''),(5086,1,1,5623,75,1123633603,'2014-05-22 00:24:51',''),(5087,1,1,5624,1,3236642801,'2014-05-22 00:50:16','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0CDMQFjAC&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=v0l9U4ysO8rhsATxr4LICg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.67229260,d.cWc'),(5088,1,1,5625,70,1123633603,'2014-05-22 01:08:30',''),(5089,1,1,5626,16,1123633603,'2014-05-22 01:47:46',''),(5090,1,1,5627,1,3031378513,'2014-05-22 01:51:09',''),(5091,1,1,5628,1,2637716797,'2014-05-22 03:23:17',''),(5092,1,1,5629,1,2990485454,'2014-05-22 03:28:29',''),(5093,1,1,5630,1,2990485454,'2014-05-22 03:28:34',''),(5094,1,1,5631,1,2990485454,'2014-05-22 03:28:38',''),(5095,1,1,5632,1,2990485454,'2014-05-22 03:28:42',''),(5096,1,1,5633,1,2990485454,'2014-05-22 03:28:45',''),(5097,1,1,5634,1,2990485454,'2014-05-22 03:28:51',''),(5098,1,1,5635,1,2990485454,'2014-05-22 03:28:59',''),(5099,1,1,5636,1,2990485454,'2014-05-22 03:29:02',''),(5100,1,1,5637,1,2990485454,'2014-05-22 03:29:13',''),(5101,1,1,5638,1,2990485454,'2014-05-22 03:29:17',''),(5102,1,1,5639,1,2990485454,'2014-05-22 03:29:21',''),(5103,1,1,5640,1,2990485454,'2014-05-22 03:29:27',''),(5104,1,1,5627,1,3031378513,'2014-05-22 04:01:18',''),(5105,1,1,5627,1,3031378513,'2014-05-22 05:39:47',''),(5106,1,1,5641,26,1123633603,'2014-05-22 06:14:20',''),(5107,1,1,5642,67,3024881208,'2014-05-22 07:04:54',''),(5108,1,1,5627,1,3031378513,'2014-05-22 08:47:30',''),(5109,1,1,5643,1,1534931478,'2014-05-22 09:11:51','https://www.google.co.uk/'),(5110,1,1,5644,48,3024881218,'2014-05-22 09:16:41',''),(5111,1,1,5645,1,1365319600,'2014-05-22 09:25:16',''),(5112,1,1,5646,41,2637636200,'2014-05-22 09:27:03',''),(5113,1,1,5647,1,1578098475,'2014-05-22 09:45:31','https://www.google.co.uk/'),(5114,1,1,5648,1,3497226059,'2014-05-22 10:13:21',''),(5115,1,1,5608,1,1377592458,'2014-05-22 10:19:04',''),(5116,1,1,5649,43,3024881290,'2014-05-22 11:02:33',''),(5117,1,1,5608,1,1546189005,'2014-05-22 13:39:35',''),(5118,1,1,5650,58,3024881285,'2014-05-22 17:49:57',''),(5119,1,1,5651,1,1542483323,'2014-05-22 18:02:25',''),(5120,1,1,5652,1,1542483313,'2014-05-22 18:02:27',''),(5121,1,1,5653,56,1546189110,'2014-05-22 18:22:22','http://www.google.co.uk/'),(5122,1,1,5654,1,1543856759,'2014-05-22 21:39:45',''),(5123,1,1,5655,6,1402306146,'2014-05-23 01:47:36',''),(5124,1,1,5656,26,84480659,'2014-05-23 07:25:17',''),(5125,1,1,5657,26,84480659,'2014-05-23 07:25:19',''),(5126,1,1,5658,16,84480659,'2014-05-23 07:25:23',''),(5127,1,1,5659,1,1377168761,'2014-05-23 07:50:03','https://www.google.co.uk/'),(5128,1,1,5660,1,1123631417,'2014-05-23 08:03:16',''),(5129,1,1,5661,15,1042717904,'2014-05-23 09:25:26','https://www.google.gr/'),(5130,1,1,5662,56,2637636400,'2014-05-23 10:43:34',''),(5131,1,1,5663,1,1123631443,'2014-05-23 13:14:35',''),(5132,1,1,5664,68,1123631417,'2014-05-23 13:57:22',''),(5133,1,1,5665,1,1311681710,'2014-05-23 13:59:23',''),(5134,1,1,5666,1,1311681710,'2014-05-23 13:59:27',''),(5135,1,1,5667,56,1123631430,'2014-05-23 14:27:56',''),(5136,1,1,5668,1,1045025292,'2014-05-23 16:09:27','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(5137,1,1,5669,50,1123631430,'2014-05-23 16:23:27',''),(5138,1,1,5670,46,1123631417,'2014-05-23 16:53:38',''),(5139,1,1,5671,55,1123631430,'2014-05-23 16:59:41',''),(5140,1,1,5672,52,1123631443,'2014-05-23 17:23:49',''),(5141,1,1,5676,1,1542483277,'2014-05-23 18:04:44',''),(5142,1,1,5677,1,1542483297,'2014-05-23 18:04:45',''),(5143,1,1,5678,65,1123631430,'2014-05-23 19:14:04',''),(5144,1,1,5680,1,3024881296,'2014-05-23 21:29:42',''),(5145,1,1,5681,26,2637635931,'2014-05-24 00:15:06',''),(5146,1,1,5682,1,3024881172,'2014-05-24 03:04:56',''),(5147,1,1,5683,75,2637635928,'2014-05-24 07:11:49',''),(5148,1,1,5684,1,1454050004,'2014-05-24 07:45:54','http://www.google.co.uk/search?hl=en-GB&source=hp&biw=&bih=&q=m+s+tyres+blackburn&gbv=2&oq=m+s+tyres+blackburn&gs_l=heirloom-hp.3..0i22i30.5029.17962.0.19292.19.19.0.0.0.0.308.3944.0j8j10j1.19.0....0...1ac.1.34.heirloom-hp..0.19.3940.ea8EsAHS8fU'),(5149,1,1,5685,1,1377168677,'2014-05-24 11:45:19','http://www.google.co.uk/'),(5150,1,1,5686,18,2637635878,'2014-05-24 13:06:02',''),(5151,1,1,5687,1,1577747108,'2014-05-24 13:45:30','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=11&ved=0CI0BEKACMAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=baKAU-apM8ua0AWYroCYCA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(5152,1,1,5688,1,623801382,'2014-05-24 16:44:06',''),(5153,1,1,5689,6,623801382,'2014-05-24 16:44:10',''),(5154,1,1,5690,1,1542483322,'2014-05-24 17:45:13',''),(5155,1,1,5691,1,1542483311,'2014-05-24 17:45:14',''),(5156,1,1,5692,26,2637635873,'2014-05-24 19:50:05',''),(5157,1,1,5693,56,1123631430,'2014-05-24 21:02:43',''),(5158,1,1,5694,26,2637635748,'2014-05-25 00:47:51',''),(5159,1,1,5695,1,1123631417,'2014-05-25 01:05:38',''),(5160,1,1,5696,26,2637716645,'2014-05-25 01:27:16',''),(5161,1,1,5697,68,1123631430,'2014-05-25 03:28:20',''),(5162,1,1,5698,1,2637636438,'2014-05-25 04:12:56',''),(5163,1,1,5699,51,1123631430,'2014-05-25 04:18:15',''),(5164,1,1,5700,65,1123631417,'2014-05-25 04:36:39',''),(5165,1,1,5701,18,2637635748,'2014-05-25 06:21:09',''),(5166,1,1,5702,47,2637635748,'2014-05-25 12:34:56',''),(5167,1,1,5703,1,1489375385,'2014-05-25 17:00:40',''),(5168,1,1,5704,1,1489375385,'2014-05-25 17:00:43',''),(5169,1,1,5705,1,1489375385,'2014-05-25 17:00:45',''),(5170,1,1,5706,1,1489375385,'2014-05-25 17:00:47',''),(5171,1,1,5707,1,1489375385,'2014-05-25 17:00:49',''),(5172,1,1,5708,1,1489375385,'2014-05-25 17:00:52',''),(5173,1,1,5709,1,1489375385,'2014-05-25 17:00:54',''),(5174,1,1,5710,1,1489375385,'2014-05-25 17:00:56',''),(5175,1,1,5711,1,1489375385,'2014-05-25 17:00:58',''),(5176,1,1,5712,1,1489375385,'2014-05-25 17:01:01',''),(5177,1,1,5713,1,1489375385,'2014-05-25 17:01:03',''),(5178,1,1,5714,1,1489375385,'2014-05-25 17:01:06',''),(5179,1,1,5715,1,1542483308,'2014-05-25 17:43:13',''),(5180,1,1,5716,1,1542483278,'2014-05-25 17:43:14',''),(5181,1,1,5717,46,1123631430,'2014-05-25 21:49:20',''),(5182,1,1,5718,71,1123631430,'2014-05-25 23:23:57',''),(5183,1,1,5719,15,1123631417,'2014-05-26 00:16:30',''),(5184,1,1,5720,1,1381937297,'2014-05-26 00:46:11','http://www.1businessenterprise.co.uk/our-clients.php'),(5185,1,1,5721,26,1381937297,'2014-05-26 00:49:05',''),(5186,1,1,5722,66,1381937297,'2014-05-26 00:50:22',''),(5187,1,1,5723,16,1381937297,'2014-05-26 00:51:36',''),(5188,1,1,5724,43,1381937297,'2014-05-26 00:52:51',''),(5189,1,1,5725,3,1381937297,'2014-05-26 00:54:09',''),(5190,1,1,5726,52,1381937297,'2014-05-26 00:55:20',''),(5191,1,1,5727,58,1381937297,'2014-05-26 00:56:36',''),(5192,1,1,5728,26,1381937297,'2014-05-26 00:57:54',''),(5193,1,1,5729,59,1381937297,'2014-05-26 00:59:07',''),(5194,1,1,5730,62,1381937297,'2014-05-26 01:00:25',''),(5195,1,1,5731,74,1381937297,'2014-05-26 01:01:39',''),(5196,1,1,5732,75,1381937297,'2014-05-26 01:02:58',''),(5197,1,1,5733,43,1381937297,'2014-05-26 01:04:12',''),(5198,1,1,5734,50,1381937297,'2014-05-26 01:05:29',''),(5199,1,1,5735,9,1381937297,'2014-05-26 01:06:47',''),(5200,1,1,5736,16,1381937297,'2014-05-26 01:08:02',''),(5201,1,1,5737,41,1381937297,'2014-05-26 01:09:20',''),(5202,1,1,5738,15,1381937297,'2014-05-26 01:10:37',''),(5203,1,1,5739,57,1381937297,'2014-05-26 01:11:57',''),(5204,1,1,5740,71,1381937297,'2014-05-26 01:13:17',''),(5205,1,1,5741,73,1381937297,'2014-05-26 01:14:34',''),(5206,1,1,5742,63,1381937297,'2014-05-26 01:15:54',''),(5207,1,1,5743,54,1381937297,'2014-05-26 01:17:11',''),(5208,1,1,5744,55,1381937297,'2014-05-26 01:18:29',''),(5209,1,1,5745,47,1381937297,'2014-05-26 01:19:47',''),(5210,1,1,5746,53,1381937297,'2014-05-26 01:21:05',''),(5211,1,1,5747,44,1381937297,'2014-05-26 01:22:25',''),(5212,1,1,5748,31,1381937297,'2014-05-26 01:23:44',''),(5213,1,1,5749,31,1123631430,'2014-05-26 01:24:49',''),(5214,1,1,5750,63,1123631417,'2014-05-26 01:24:57',''),(5215,1,1,5751,26,1381937297,'2014-05-26 01:25:04',''),(5216,1,1,5754,43,1381937297,'2014-05-26 01:26:22',''),(5217,1,1,5755,38,1381937297,'2014-05-26 01:27:39',''),(5218,1,1,5756,6,1381937297,'2014-05-26 01:28:55',''),(5219,1,1,5757,45,1381937297,'2014-05-26 01:30:16',''),(5220,1,1,5758,27,1381937297,'2014-05-26 01:31:30',''),(5221,1,1,5759,51,1381937297,'2014-05-26 01:32:45',''),(5222,1,1,5760,56,1381937297,'2014-05-26 01:34:02',''),(5223,1,1,5761,65,1381937297,'2014-05-26 01:35:20',''),(5224,1,1,5762,26,1381937297,'2014-05-26 01:36:36',''),(5225,1,1,5763,69,1381937297,'2014-05-26 01:37:53',''),(5226,1,1,5764,18,1381937297,'2014-05-26 01:39:09',''),(5227,1,1,5765,68,1381937297,'2014-05-26 01:40:27',''),(5228,1,1,5766,42,1381937297,'2014-05-26 01:41:46',''),(5229,1,1,5767,64,1381937297,'2014-05-26 01:43:02',''),(5230,1,1,5768,16,1381937297,'2014-05-26 01:44:19',''),(5231,1,1,5769,48,1381937297,'2014-05-26 01:45:38',''),(5232,1,1,5770,49,1381937297,'2014-05-26 01:46:53',''),(5233,1,1,5771,10,1381937297,'2014-05-26 01:48:12',''),(5234,1,1,5772,72,1381937297,'2014-05-26 01:49:27',''),(5235,1,1,5773,26,1381937297,'2014-05-26 01:50:47',''),(5236,1,1,5774,67,1381937297,'2014-05-26 01:52:06',''),(5237,1,1,5775,28,1381937297,'2014-05-26 01:53:22',''),(5238,1,1,5776,48,1123631443,'2014-05-26 02:14:45',''),(5239,1,1,5777,28,1123631417,'2014-05-26 03:54:36',''),(5240,1,1,5778,53,1123631430,'2014-05-26 04:26:08',''),(5241,1,1,5779,41,1123631417,'2014-05-26 05:37:06',''),(5242,1,1,5780,16,3024881087,'2014-05-26 06:11:15',''),(5243,1,1,5781,18,2637636020,'2014-05-26 07:01:56',''),(5244,1,1,5782,52,1123631430,'2014-05-26 07:06:25',''),(5245,1,1,5783,68,3024881307,'2014-05-26 07:35:55',''),(5246,1,1,5784,62,1123631417,'2014-05-26 08:17:59',''),(5247,1,1,5785,15,3024881306,'2014-05-26 09:07:12',''),(5248,1,1,5786,63,1123631443,'2014-05-26 09:13:21',''),(5249,1,1,5787,9,1123631417,'2014-05-26 10:31:33',''),(5250,1,1,5788,53,624583756,'2014-05-26 11:11:13',''),(5251,1,1,5789,1,3172468054,'2014-05-26 11:13:35','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(5252,1,1,5790,50,1123631430,'2014-05-26 11:58:53',''),(5253,1,1,5791,65,624583756,'2014-05-26 13:48:50',''),(5254,1,1,5792,43,624583868,'2014-05-26 14:21:44',''),(5255,1,1,5793,43,624583810,'2014-05-26 16:37:04',''),(5256,1,1,5794,16,624583819,'2014-05-26 16:37:24',''),(5257,1,1,5795,42,624583838,'2014-05-26 16:37:26',''),(5258,1,1,5796,43,624583913,'2014-05-26 16:51:36',''),(5259,1,1,5797,44,624583853,'2014-05-26 17:00:28',''),(5260,1,1,5798,1,1577747108,'2014-05-26 17:02:46','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0CF0QoAIwBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=PnODU-qBHITb7AbvvoDADg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(5261,1,1,5799,43,2637635919,'2014-05-26 17:03:20',''),(5262,1,1,5800,10,1544980836,'2014-05-26 17:09:07','http://www.google.co.uk/url?sa=t&source=web&cd=3&ved=0CDwQFjAC&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D9%26controller%3Dproduct%26id_lang%3D1&rct=j&q=Rapid%20P609%20%20Size%3A%20205%2F55%2F16&ei=JnWDU__SIMmX1AXp0ID4AQ&usg=A'),(5263,1,1,5801,58,624583819,'2014-05-26 17:16:16',''),(5264,1,1,5802,27,624583819,'2014-05-26 17:18:02',''),(5265,1,1,5803,49,624583913,'2014-05-26 17:19:58',''),(5266,1,1,5804,1,1577888594,'2014-05-26 17:22:18','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CC8QFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=IniDU76PL46e7Aay4IHIAw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=c4kMatBC6exjwPYgSSiDaw'),(5267,1,1,5805,10,624583810,'2014-05-26 17:26:08',''),(5268,1,1,5806,1,1041806726,'2014-05-26 17:41:21',''),(5269,1,1,5807,1,1542483310,'2014-05-26 17:53:09',''),(5270,1,1,5808,1,1542483292,'2014-05-26 17:53:10',''),(5271,1,1,5809,1,1377273682,'2014-05-26 19:17:49','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CD4QFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=WJODU7xliJnRBenxgLgI&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.67720277,d.d2k'),(5272,1,1,5810,1,2044716281,'2014-05-26 20:30:58','http://www.google.com.au/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCwQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=daSDU7jBKorSkgWIq4CYCQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.67720277,d.dGI'),(5273,1,1,5811,18,3516102183,'2014-05-26 20:45:29',''),(5274,1,1,5812,1,1467137226,'2014-05-26 21:05:09','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CHwQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=aqyDU-CEFuaq7QbJ8oDgBA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=TZtsBBSkugFS4UHqENO3oQ&bvm=bv.67720277,d.ZGU'),(5275,1,1,5813,1,3368135435,'2014-05-26 21:56:00','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(5276,1,1,5814,56,624583846,'2014-05-26 23:38:58',''),(5277,1,1,5815,48,624583763,'2014-05-27 07:27:36',''),(5278,1,1,5816,1,1123631430,'2014-05-27 09:09:54',''),(5279,1,1,5817,1,1454388743,'2014-05-27 09:21:28','http://www.google.co.uk/url?sa=t&rct=j&q=tyres%20blackburn&source=web&cd=4&ved=0CCsQ_BcwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=a1eEU4qxMdGO7QbW_4CADA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(5280,1,1,5818,55,624583756,'2014-05-27 12:00:10',''),(5281,1,1,5819,1,1384439824,'2014-05-27 12:33:05','https://www.google.co.uk/'),(5282,1,1,5820,64,624583868,'2014-05-27 14:02:40',''),(5283,1,1,5821,6,624583822,'2014-05-27 16:49:39',''),(5284,1,1,5822,59,624583771,'2014-05-27 16:57:10',''),(5285,1,1,5823,16,624583829,'2014-05-27 16:58:06',''),(5286,1,1,5824,75,624583771,'2014-05-27 17:02:49',''),(5287,1,1,5825,74,624583829,'2014-05-27 17:07:48',''),(5288,1,1,5826,67,624583748,'2014-05-27 17:09:12',''),(5289,1,1,5827,16,624583822,'2014-05-27 17:15:15',''),(5290,1,1,5828,70,624583914,'2014-05-27 17:15:40',''),(5291,1,1,5829,68,624583757,'2014-05-27 17:18:47',''),(5292,1,1,5830,73,624583829,'2014-05-27 17:21:43',''),(5293,1,1,5831,71,624583757,'2014-05-27 17:29:55',''),(5294,1,1,5832,1,1531074106,'2014-05-27 18:12:23',''),(5295,1,1,5833,1,1531074106,'2014-05-27 18:12:25',''),(5296,1,1,5834,1,1531074106,'2014-05-27 18:12:27',''),(5297,1,1,5835,1,1531074106,'2014-05-27 18:12:30',''),(5298,1,1,5836,1,1531074106,'2014-05-27 18:12:32',''),(5299,1,1,5837,1,1531074106,'2014-05-27 18:12:34',''),(5300,1,1,5838,1,1531074106,'2014-05-27 18:12:37',''),(5301,1,1,5839,1,1531074106,'2014-05-27 18:12:39',''),(5302,1,1,5840,1,1531074106,'2014-05-27 18:12:42',''),(5303,1,1,5841,1,1531074106,'2014-05-27 18:12:44',''),(5304,1,1,5842,1,1542483309,'2014-05-27 18:12:45',''),(5305,1,1,5843,1,1542483276,'2014-05-27 18:12:46',''),(5306,1,1,5844,1,1531074106,'2014-05-27 18:12:47',''),(5307,1,1,5845,1,1531074106,'2014-05-27 18:12:49',''),(5308,1,1,5846,1,1384438769,'2014-05-27 18:31:00','http://www.google.co.uk/url?sa=t&source=web&cd=7&ved=0CE0Q_BcoAjAG&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&rct=j&q=whitebirk%20tyres&ei=vtmEU8e-DsWw7Aan0oDoDw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=f0J3b2wldIwEmt70YM_Akg&bvm=bv.67720277,d.ZGU'),(5309,1,1,5847,62,624583831,'2014-05-27 19:07:13',''),(5310,1,1,5848,1,1123635567,'2014-05-28 02:31:20',''),(5311,1,1,5849,1,1577679253,'2014-05-28 02:31:24',''),(5312,1,1,5850,1,3024880955,'2014-05-28 02:50:23',''),(5313,1,1,5851,1,3024881040,'2014-05-28 06:37:15',''),(5314,1,1,5852,1,2637635811,'2014-05-28 06:39:05',''),(5315,1,1,5853,56,2516507567,'2014-05-28 07:58:36','https://www.google.co.uk/'),(5316,1,1,5854,1,2033590416,'2014-05-28 14:43:15','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(5317,1,1,5855,1,1542483278,'2014-05-28 18:17:58',''),(5318,1,1,5856,1,1542483281,'2014-05-28 18:17:59',''),(5319,1,1,5857,38,624583851,'2014-05-28 18:24:22',''),(5320,1,1,5858,1,1444447248,'2014-05-28 18:29:33','https://www.google.co.uk/'),(5321,1,1,5859,74,3024881284,'2014-05-28 20:17:17',''),(5322,1,1,5860,57,624583756,'2014-05-28 20:47:00',''),(5323,1,1,5861,56,35267267,'2014-05-28 21:42:00','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CDEQFjAB&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=TVeGU7rwPK_y7AbW2YGIAg&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxTZM6g'),(5324,1,1,5862,62,1123637443,'2014-05-29 02:01:37','http://www.google.com/search'),(5325,1,1,5863,38,1123631683,'2014-05-29 02:21:59',''),(5326,1,1,5864,69,1123631683,'2014-05-29 03:40:50',''),(5327,1,1,5865,31,1123631683,'2014-05-29 05:26:04',''),(5328,1,1,5861,56,35267267,'2014-05-29 09:14:47',''),(5329,1,1,5866,1,1386427652,'2014-05-29 11:58:40','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0CD4QFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=7CCHU7y9C8rYPfLQgNAJ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.67720277,d.ZGU'),(5330,1,1,5867,1,2990485454,'2014-05-29 12:07:58',''),(5331,1,1,5868,1,2990485454,'2014-05-29 12:08:01',''),(5332,1,1,5869,1,2990485454,'2014-05-29 12:08:06',''),(5333,1,1,5870,1,2990485454,'2014-05-29 12:08:12',''),(5334,1,1,5871,1,2990485454,'2014-05-29 12:08:18',''),(5335,1,1,5872,1,2990485454,'2014-05-29 12:08:27',''),(5336,1,1,5873,1,2990485454,'2014-05-29 12:08:33',''),(5337,1,1,5874,1,2990485454,'2014-05-29 12:08:37',''),(5338,1,1,5875,1,2990485454,'2014-05-29 12:08:43',''),(5339,1,1,5876,1,2990485454,'2014-05-29 12:08:49',''),(5340,1,1,5877,1,2990485454,'2014-05-29 12:08:53',''),(5341,1,1,5878,1,2990485454,'2014-05-29 12:09:07',''),(5342,1,1,5879,63,3024880962,'2014-05-29 13:50:58',''),(5343,1,1,5880,1,1123631683,'2014-05-29 14:03:13',''),(5344,1,1,5881,1,1838534067,'2014-05-29 16:07:45','https://www.google.co.uk/'),(5345,1,1,5882,56,1123638639,'2014-05-29 17:51:19','https://www.google.co.uk/'),(5346,1,1,5883,1,1542483326,'2014-05-29 18:16:46',''),(5347,1,1,5884,1,1542483281,'2014-05-29 18:16:47',''),(5348,1,1,5885,56,2516464586,'2014-05-29 18:46:34',''),(5349,1,1,5886,1,523426211,'2014-05-29 18:53:30','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=4&sqi=2&ved=0CHYQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=skeGU4-eA8-u7AauyYHwDg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(5350,1,1,5887,10,1544528847,'2014-05-29 19:09:00','http://search.aol.co.uk/aol/search?s_it=topsearchbox.search&s_chn=hp_t1&v_t=aoluk-homePage51&q=rapid+tyres+205+55+16'),(5351,1,1,5888,26,1123631683,'2014-05-29 19:14:20',''),(5352,1,1,5889,1,1041806727,'2014-05-29 19:14:26',''),(5353,1,1,5890,50,624583848,'2014-05-29 20:17:20',''),(5354,1,1,5891,68,1123631683,'2014-05-30 02:10:19',''),(5355,1,1,5892,54,3024881173,'2014-05-30 03:11:37',''),(5356,1,1,5893,56,1123631683,'2014-05-30 03:14:16',''),(5357,1,1,5894,1,3024881210,'2014-05-30 03:26:38',''),(5358,1,1,5895,10,1123631683,'2014-05-30 03:49:47',''),(5359,1,1,5896,9,624583912,'2014-05-30 04:00:55',''),(5360,1,1,5897,64,1123631683,'2014-05-30 05:44:55',''),(5361,1,1,5898,1,1483344885,'2014-05-30 06:12:13','https://www.google.com/'),(5362,1,1,5899,14,1123631683,'2014-05-30 07:06:57',''),(5363,1,1,5900,1,1453388331,'2014-05-30 07:12:28','https://www.google.co.uk/'),(5364,1,1,5901,1,3024881215,'2014-05-30 07:40:16',''),(5365,1,1,5902,47,1123631683,'2014-05-30 08:55:04',''),(5366,1,1,5903,1,3587043592,'2014-05-30 10:12:00','https://www.google.co.uk/'),(5367,1,1,5904,1,1123631683,'2014-05-30 10:14:34',''),(5368,1,1,5905,26,2637716788,'2014-05-30 10:44:29',''),(5369,1,1,5906,1,1577649785,'2014-05-30 11:21:53','https://www.google.co.uk/'),(5370,1,1,5907,69,624583856,'2014-05-30 12:34:26',''),(5371,1,1,5908,15,1123634371,'2014-05-30 13:20:08',''),(5372,1,1,5909,45,1123634371,'2014-05-30 14:46:35',''),(5373,1,1,5910,45,624583756,'2014-05-30 14:56:48',''),(5374,1,1,5911,64,1123634371,'2014-05-30 15:48:28',''),(5375,1,1,5912,56,1326410092,'2014-05-30 17:04:52','https://www.google.it/'),(5376,1,1,5913,59,1123634371,'2014-05-30 17:14:55',''),(5377,1,1,5915,1,3516102182,'2014-05-30 17:44:54',''),(5378,1,1,5916,1,1542483304,'2014-05-30 18:21:10',''),(5379,1,1,5917,1,1542483320,'2014-05-30 18:21:11',''),(5380,1,1,5918,1,786803397,'2014-05-30 20:55:55',''),(5381,1,1,5919,1,1590000015,'2014-05-30 23:11:07','https://www.google.co.uk/'),(5382,1,1,5920,68,1123634371,'2014-05-31 02:52:18',''),(5383,1,1,5921,56,1123634371,'2014-05-31 03:53:04',''),(5384,1,1,5922,15,1123634371,'2014-05-31 04:25:06',''),(5385,1,1,5923,43,1123634371,'2014-05-31 05:25:05',''),(5386,1,1,5924,38,1123634371,'2014-05-31 06:07:04',''),(5387,1,1,5925,1,1123634371,'2014-05-31 06:46:05',''),(5388,1,1,5926,45,1123634371,'2014-05-31 07:40:04',''),(5389,1,1,5927,62,1123634371,'2014-05-31 08:25:05',''),(5390,1,1,5928,49,3024881168,'2014-05-31 08:52:56',''),(5391,1,1,5929,54,1123634371,'2014-05-31 09:25:04',''),(5392,1,1,5930,66,1123634371,'2014-05-31 10:17:55',''),(5393,1,1,5932,6,1123634371,'2014-05-31 11:12:10',''),(5394,1,1,5933,28,3024881212,'2014-05-31 12:21:27',''),(5395,1,1,5934,1,3024881192,'2014-05-31 14:19:48',''),(5396,1,1,5935,55,1123634371,'2014-05-31 14:31:54',''),(5397,1,1,5936,1,2916136754,'2014-05-31 14:36:48',''),(5398,1,1,5937,1,2916136754,'2014-05-31 14:36:50',''),(5399,1,1,5938,1,2916136754,'2014-05-31 14:36:54',''),(5400,1,1,5939,1,2916136754,'2014-05-31 14:36:56',''),(5401,1,1,5940,1,2916136754,'2014-05-31 14:36:59',''),(5402,1,1,5941,1,2916136754,'2014-05-31 14:37:02',''),(5403,1,1,5942,1,2916136754,'2014-05-31 14:37:04',''),(5404,1,1,5943,1,2916136754,'2014-05-31 14:37:07',''),(5405,1,1,5944,1,2916136754,'2014-05-31 14:37:10',''),(5406,1,1,5945,1,2916136754,'2014-05-31 14:37:13',''),(5407,1,1,5946,1,2916136754,'2014-05-31 14:37:16',''),(5408,1,1,5947,1,2916136754,'2014-05-31 14:37:25',''),(5409,1,1,5948,57,1123634371,'2014-05-31 15:33:33',''),(5410,1,1,5949,53,2637635952,'2014-05-31 16:03:47',''),(5411,1,1,5950,51,1123634371,'2014-05-31 16:45:03',''),(5412,1,1,5951,1,1577747108,'2014-05-31 17:55:06','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CFYQoAIwBg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=DReKU6TiJYamO_SugfAD&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(5413,1,1,5952,1,1542483325,'2014-05-31 18:00:46',''),(5414,1,1,5953,1,1542483275,'2014-05-31 18:00:48',''),(5415,1,1,5954,57,1123631683,'2014-05-31 18:07:41',''),(5416,1,1,5955,65,2637636404,'2014-05-31 22:31:58',''),(5417,1,1,5956,1,2970939478,'2014-05-31 22:56:23','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(5418,1,1,5957,72,3024881198,'2014-06-01 01:10:50',''),(5419,1,1,5958,6,2637635927,'2014-06-01 02:31:17',''),(5420,1,1,5959,53,2637635952,'2014-06-01 03:21:34',''),(5421,1,1,5960,1,3024881047,'2014-06-01 03:23:40',''),(5422,1,1,5961,1,1123631683,'2014-06-01 05:51:41',''),(5423,1,1,5962,1,1454034864,'2014-06-01 09:29:13','https://www.google.co.uk/'),(5424,1,1,5963,1,1544304026,'2014-06-01 16:23:05',''),(5425,1,1,5964,1,3145611076,'2014-06-01 16:38:25','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(5426,1,1,5965,1,1542483277,'2014-06-01 17:59:12',''),(5427,1,1,5966,1,1542483273,'2014-06-01 17:59:14',''),(5428,1,1,5967,1,1452018927,'2014-06-01 19:29:28','https://www.google.co.uk/'),(5429,1,1,5968,1,1968049426,'2014-06-01 20:14:06',''),(5430,1,1,5969,27,2637635670,'2014-06-02 02:31:51',''),(5431,1,1,5970,16,624583859,'2014-06-02 03:34:05',''),(5432,1,1,5971,43,624583749,'2014-06-02 05:41:11',''),(5433,1,1,5972,43,1094136940,'2014-06-02 07:03:34',''),(5434,1,1,5973,1,1123631683,'2014-06-02 07:40:40',''),(5435,1,1,5974,1,3564750998,'2014-06-02 08:28:45','http://www.google.co.uk/url?sa=t&rct=j&q=tyres%20blackburn&source=web&cd=7&ved=0CF0Q_BcwBg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=IDWMU5XjLMSH0AWl7ID4Dg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.67720277,d.d2k&surl=1&safe=active'),(5436,1,1,5975,1,3576168921,'2014-06-02 08:47:44','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CE8QFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=JDqMU77zD-PQ0QWxrYGIAg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.67720277,d.d2k'),(5437,1,1,5976,56,3573164803,'2014-06-02 08:52:34','http://www.bing.com/search?q=Rapid+P609XL&src=IE-SearchBox&FORM=IE8SRC&adlt=strict'),(5438,1,1,5977,56,2637716776,'2014-06-02 11:03:07',''),(5439,1,1,5978,65,624583773,'2014-06-02 11:27:26',''),(5440,1,1,5979,28,1123631683,'2014-06-02 12:29:14',''),(5441,1,1,5980,1,3057672987,'2014-06-02 12:29:20','http://maps.google.co.in/local_url?dq=mobile+service+loc+:Preston&q=http://www.mstyresblackburn.co.uk/&ved=0CKUBEOQE&sa=X&ei=z22MU_aFG-LHmQWIwoC4DQ&s=ANYYN7lYJeSlbEVhAy685XqxIyf2KfzMXg'),(5442,1,1,5981,1,3234330148,'2014-06-02 13:15:26',''),(5443,1,1,5982,1,84501323,'2014-06-02 13:38:45',''),(5444,1,1,5983,1,84501323,'2014-06-02 13:38:53',''),(5445,1,1,5984,1,84501323,'2014-06-02 13:38:57',''),(5446,1,1,5985,1,84501323,'2014-06-02 13:39:01',''),(5447,1,1,5986,1,84501323,'2014-06-02 13:39:04',''),(5448,1,1,5987,1,84501323,'2014-06-02 13:39:12',''),(5449,1,1,5988,1,84501323,'2014-06-02 13:39:20',''),(5450,1,1,5989,1,84501323,'2014-06-02 13:39:25',''),(5451,1,1,5990,1,84501323,'2014-06-02 13:39:29',''),(5452,1,1,5991,1,84501323,'2014-06-02 13:39:35',''),(5453,1,1,5992,1,84501323,'2014-06-02 13:39:41',''),(5454,1,1,5993,1,84501323,'2014-06-02 13:39:45',''),(5455,1,1,5994,43,1156193666,'2014-06-02 14:13:59',''),(5456,1,1,5995,28,1145539384,'2014-06-02 14:13:59',''),(5457,1,1,5997,64,1208532886,'2014-06-02 14:13:59',''),(5458,1,1,5996,1,1208532819,'2014-06-02 14:14:00',''),(5459,1,1,5998,3,1170542019,'2014-06-02 14:14:01',''),(5460,1,1,6000,18,1208527438,'2014-06-02 14:14:03',''),(5461,1,1,5999,1,401588549,'2014-06-02 14:14:03',''),(5462,1,1,6001,1,1145544352,'2014-06-02 14:14:04',''),(5463,1,1,6002,63,2731924519,'2014-06-02 14:14:05',''),(5464,1,1,6003,69,3234329567,'2014-06-02 14:14:05',''),(5465,1,1,6004,56,1208532854,'2014-06-02 14:14:06',''),(5466,1,1,6007,41,3353997291,'2014-06-02 14:14:06',''),(5467,1,1,6006,50,401588684,'2014-06-02 14:14:06',''),(5468,1,1,6005,1,2732091368,'2014-06-02 14:14:06',''),(5469,1,1,6008,48,2919023411,'2014-06-02 14:14:07',''),(5470,1,1,6009,9,1170542659,'2014-06-02 14:14:07',''),(5471,1,1,6010,1,1208520420,'2014-06-02 14:14:08',''),(5472,1,1,6011,45,3339930776,'2014-06-02 14:14:08',''),(5473,1,1,6012,1,3351267477,'2014-06-02 14:14:09',''),(5474,1,1,6013,1,3234331681,'2014-06-02 14:14:10',''),(5475,1,1,6014,6,1145335538,'2014-06-02 14:14:10',''),(5476,1,1,6015,1,1208521961,'2014-06-02 14:14:10',''),(5477,1,1,6016,1,3339929979,'2014-06-02 14:14:11',''),(5478,1,1,6017,1,3234331717,'2014-06-02 14:14:11',''),(5479,1,1,6018,38,1168280819,'2014-06-02 14:14:12',''),(5480,1,1,6019,52,1156191332,'2014-06-02 14:14:12',''),(5481,1,1,6020,53,1209282962,'2014-06-02 14:14:13',''),(5482,1,1,6021,1,632745729,'2014-06-02 15:08:38','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(5483,1,1,6022,51,1123631683,'2014-06-02 16:24:47',''),(5484,1,1,6024,51,3450273776,'2014-06-02 17:03:09',''),(5485,1,1,6025,41,3104467138,'2014-06-02 18:16:16',''),(5486,1,1,6026,1,1542483275,'2014-06-02 18:26:39',''),(5487,1,1,6027,1,1542483317,'2014-06-02 18:26:40',''),(5488,1,1,6028,26,3339930310,'2014-06-02 19:43:14',''),(5489,1,1,6031,26,3351478599,'2014-06-02 19:43:14',''),(5490,1,1,6029,43,1287612548,'2014-06-02 19:43:14',''),(5491,1,1,6030,27,401592620,'2014-06-02 19:43:15',''),(5492,1,1,6032,43,1209282959,'2014-06-02 19:43:16',''),(5493,1,1,6033,44,1208527194,'2014-06-02 19:43:16',''),(5494,1,1,6034,26,1208521946,'2014-06-02 19:43:16',''),(5495,1,1,6035,26,1145539645,'2014-06-02 19:43:17',''),(5496,1,1,6036,26,1208715924,'2014-06-02 19:43:18',''),(5497,1,1,6037,49,1170542706,'2014-06-02 19:43:18',''),(5498,1,1,6038,10,1145335477,'2014-06-02 19:43:18',''),(5499,1,1,6039,26,3339930501,'2014-06-02 19:43:18',''),(5500,1,1,6040,29,1208719641,'2014-06-02 19:43:18',''),(5501,1,1,6041,42,1156190664,'2014-06-02 19:43:21',''),(5502,1,1,6042,54,3234330375,'2014-06-02 19:43:22',''),(5503,1,1,6043,1,523402533,'2014-06-02 20:13:30','https://www.google.co.uk/'),(5504,1,1,6044,1,1546189307,'2014-06-02 20:23:17','https://www.google.co.uk/'),(5505,1,1,6045,26,1168283916,'2014-06-03 00:21:23',''),(5506,1,1,6046,26,1170541298,'2014-06-03 00:21:24',''),(5507,1,1,6047,3,1168283987,'2014-06-03 00:21:24',''),(5508,1,1,6048,73,3339929783,'2014-06-03 00:21:25',''),(5509,1,1,6049,72,1137342367,'2014-06-03 00:21:25',''),(5510,1,1,6050,26,2732530722,'2014-06-03 00:21:25',''),(5511,1,1,6051,70,1168283988,'2014-06-03 00:21:26',''),(5512,1,1,6052,23,1208520273,'2014-06-03 00:21:26',''),(5513,1,1,6053,26,3351267662,'2014-06-03 00:21:28',''),(5514,1,1,6054,59,1168283725,'2014-06-03 00:21:28',''),(5515,1,1,6055,68,1168277630,'2014-06-03 00:21:29',''),(5516,1,1,6056,43,3024880976,'2014-06-03 01:35:30',''),(5517,1,1,6057,1,2733898662,'2014-06-03 01:37:04',''),(5518,1,1,6058,6,2733898662,'2014-06-03 01:37:13',''),(5519,1,1,6059,9,2733898662,'2014-06-03 01:37:23',''),(5520,1,1,6060,56,2733898662,'2014-06-03 01:37:28',''),(5521,1,1,6061,62,2733898662,'2014-06-03 01:37:33',''),(5522,1,1,6062,50,2733898662,'2014-06-03 01:37:38',''),(5523,1,1,6063,64,2733898662,'2014-06-03 01:37:43',''),(5524,1,1,6064,55,2733898662,'2014-06-03 01:37:48',''),(5525,1,1,6065,65,2733898662,'2014-06-03 01:37:53',''),(5526,1,1,6066,63,2733898662,'2014-06-03 01:37:58',''),(5527,1,1,6067,69,2733898662,'2014-06-03 01:38:03',''),(5528,1,1,6068,51,2733898662,'2014-06-03 01:38:08',''),(5529,1,1,6069,28,2733898662,'2014-06-03 01:38:13',''),(5530,1,1,6070,43,2733898662,'2014-06-03 01:38:18',''),(5531,1,1,6071,10,2733898662,'2014-06-03 01:38:23',''),(5532,1,1,6072,44,2733898662,'2014-06-03 01:38:28',''),(5533,1,1,6073,49,2733898662,'2014-06-03 01:38:32',''),(5534,1,1,6074,58,2733898662,'2014-06-03 01:38:38',''),(5535,1,1,6075,27,2733898662,'2014-06-03 01:38:43',''),(5536,1,1,6076,16,2733898662,'2014-06-03 01:38:48',''),(5537,1,1,6077,38,2733898662,'2014-06-03 01:38:54',''),(5538,1,1,6078,42,2733898662,'2014-06-03 01:38:58',''),(5539,1,1,6079,45,2733898662,'2014-06-03 01:39:03',''),(5540,1,1,6080,53,2733898662,'2014-06-03 01:39:08',''),(5541,1,1,6081,57,2733898662,'2014-06-03 01:39:13',''),(5542,1,1,6082,52,2733898662,'2014-06-03 01:39:18',''),(5543,1,1,6083,48,2733898662,'2014-06-03 01:39:23',''),(5544,1,1,6084,41,2733898662,'2014-06-03 01:39:28',''),(5545,1,1,6085,16,2733898662,'2014-06-03 01:39:33',''),(5546,1,1,6086,73,2733898662,'2014-06-03 01:39:38',''),(5547,1,1,6087,70,2733898662,'2014-06-03 01:39:42',''),(5548,1,1,6088,72,2733898662,'2014-06-03 01:39:53',''),(5549,1,1,6089,71,2733898662,'2014-06-03 01:39:55',''),(5550,1,1,6090,16,2733898662,'2014-06-03 01:39:58',''),(5551,1,1,6091,67,2733898662,'2014-06-03 01:40:03',''),(5552,1,1,6092,75,2733898662,'2014-06-03 01:40:08',''),(5553,1,1,6093,74,2733898662,'2014-06-03 01:40:13',''),(5554,1,1,6094,59,2733898662,'2014-06-03 01:40:18',''),(5555,1,1,6095,68,2733898662,'2014-06-03 01:40:23',''),(5556,1,1,6096,43,2733898662,'2014-06-03 01:40:28',''),(5557,1,1,6097,43,2733898662,'2014-06-03 01:40:33',''),(5558,1,1,6098,15,2733898662,'2014-06-03 01:40:38',''),(5559,1,1,6099,47,2733898662,'2014-06-03 01:40:43',''),(5560,1,1,6100,31,2733898662,'2014-06-03 01:40:48',''),(5561,1,1,6101,54,2733898662,'2014-06-03 01:40:53',''),(5562,1,1,6102,66,2733898662,'2014-06-03 01:40:58',''),(5563,1,1,6103,26,2733898662,'2014-06-03 01:41:03',''),(5564,1,1,6104,26,2733898662,'2014-06-03 01:41:08',''),(5565,1,1,6105,26,2733898662,'2014-06-03 01:41:13',''),(5566,1,1,6106,26,2733898662,'2014-06-03 01:41:18',''),(5567,1,1,6107,26,2733898662,'2014-06-03 01:41:23',''),(5568,1,1,6108,26,2733898662,'2014-06-03 01:41:28',''),(5569,1,1,6109,26,2733898662,'2014-06-03 01:41:33',''),(5570,1,1,6110,26,2733898662,'2014-06-03 01:41:38',''),(5571,1,1,6111,26,2733898662,'2014-06-03 01:41:43',''),(5572,1,1,6112,26,2733898662,'2014-06-03 01:41:48',''),(5573,1,1,6113,26,2733898662,'2014-06-03 01:41:52',''),(5574,1,1,6114,26,2733898662,'2014-06-03 01:41:58',''),(5575,1,1,6115,26,2733898662,'2014-06-03 01:42:03',''),(5576,1,1,6116,26,2733898662,'2014-06-03 01:42:08',''),(5577,1,1,6117,26,2733898662,'2014-06-03 01:42:13',''),(5578,1,1,6118,26,2733898662,'2014-06-03 01:42:18',''),(5579,1,1,6119,26,2733898662,'2014-06-03 01:42:23',''),(5580,1,1,6120,26,2733898662,'2014-06-03 01:42:28',''),(5581,1,1,6121,26,2733898662,'2014-06-03 01:42:33',''),(5582,1,1,6122,26,2733898662,'2014-06-03 01:42:38',''),(5583,1,1,6123,26,2733898662,'2014-06-03 01:42:43',''),(5584,1,1,6124,26,2733898662,'2014-06-03 01:42:48',''),(5585,1,1,6125,26,2733898662,'2014-06-03 01:42:53',''),(5586,1,1,6126,26,2733898662,'2014-06-03 01:42:58',''),(5587,1,1,6127,26,2733898662,'2014-06-03 01:43:03',''),(5588,1,1,6128,26,2733898662,'2014-06-03 01:43:08',''),(5589,1,1,6129,26,2733898662,'2014-06-03 01:43:13',''),(5590,1,1,6130,26,2733898662,'2014-06-03 01:43:18',''),(5591,1,1,6131,26,2733898662,'2014-06-03 01:43:23',''),(5592,1,1,6132,26,2733898662,'2014-06-03 01:43:28',''),(5593,1,1,6133,26,2733898662,'2014-06-03 01:43:32',''),(5594,1,1,6134,26,2733898662,'2014-06-03 01:43:38',''),(5595,1,1,6135,26,2733898662,'2014-06-03 01:43:43',''),(5596,1,1,6136,26,2733898662,'2014-06-03 01:43:48',''),(5597,1,1,6137,50,1123631683,'2014-06-03 03:00:39',''),(5598,1,1,6139,57,624583818,'2014-06-03 03:21:12',''),(5599,1,1,6140,1,1123631683,'2014-06-03 04:12:56',''),(5600,1,1,6141,16,3024881198,'2014-06-03 11:11:13',''),(5601,1,1,6142,71,1543555936,'2014-06-03 13:59:04','https://www.google.co.uk/'),(5602,1,1,6143,1,1380277429,'2014-06-03 14:28:51','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&ved=0CDoQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=mtuNU-CnIcnfPfjwgegN&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=1Cq1d6DF-CFHAtZ8iOeA2g&bvm=bv.68191837,d.ZGU'),(5603,1,1,6144,1,1123631112,'2014-06-03 16:07:55',''),(5604,1,1,6145,56,1123631107,'2014-06-03 17:42:55',''),(5605,1,1,6146,1,1542483286,'2014-06-03 18:23:31',''),(5606,1,1,6147,1,1542483266,'2014-06-03 18:23:32',''),(5607,1,1,6148,68,1123631107,'2014-06-03 19:52:38',''),(5608,1,1,6149,1,1123631152,'2014-06-03 23:24:20',''),(5609,1,1,6150,64,3024881288,'2014-06-03 23:37:30',''),(5610,1,1,6151,66,3024881301,'2014-06-03 23:52:30',''),(5611,1,1,6152,1,1467050390,'2014-06-04 00:17:23','https://www.google.co.uk/'),(5612,1,1,6153,59,1123631152,'2014-06-04 01:51:03',''),(5613,1,1,6154,56,1123631107,'2014-06-04 02:39:14',''),(5614,1,1,6155,1,3438076626,'2014-06-04 03:17:46',''),(5615,1,1,6156,15,1123631152,'2014-06-04 03:36:46',''),(5616,1,1,6157,69,1123631107,'2014-06-04 04:12:02',''),(5617,1,1,6158,10,1123631112,'2014-06-04 05:41:06',''),(5618,1,1,6159,65,1123631112,'2014-06-04 06:20:03',''),(5619,1,1,6160,9,624583749,'2014-06-04 08:31:44',''),(5620,1,1,6161,27,1123631107,'2014-06-04 09:11:40',''),(5621,1,1,6162,28,2637635923,'2014-06-04 10:44:06',''),(5622,1,1,6163,1,2916136754,'2014-06-04 13:14:28',''),(5623,1,1,6164,1,2916136754,'2014-06-04 13:14:33',''),(5624,1,1,6165,1,2916136754,'2014-06-04 13:14:44',''),(5625,1,1,6166,1,2916136754,'2014-06-04 13:14:47',''),(5626,1,1,6167,1,2916136754,'2014-06-04 13:14:50',''),(5627,1,1,6168,1,2916136754,'2014-06-04 13:14:53',''),(5628,1,1,6169,1,2916136754,'2014-06-04 13:14:56',''),(5629,1,1,6170,1,2916136754,'2014-06-04 13:14:59',''),(5630,1,1,6171,1,2916136754,'2014-06-04 13:15:02',''),(5631,1,1,6172,1,2916136754,'2014-06-04 13:15:07',''),(5632,1,1,6173,1,2916136754,'2014-06-04 13:15:10',''),(5633,1,1,6174,1,2916136754,'2014-06-04 13:15:12',''),(5634,1,1,6175,18,1123631683,'2014-06-04 13:25:18',''),(5635,1,1,6176,28,624583821,'2014-06-04 15:47:18',''),(5636,1,1,6177,72,1123631683,'2014-06-04 16:17:58',''),(5637,1,1,6178,1,1589786804,'2014-06-04 18:08:36','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=5&ved=0CHEQoAIwBA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=MlKPU49Wgo3tBqiUgKAD&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(5638,1,1,6179,73,1123631683,'2014-06-04 18:25:19',''),(5639,1,1,6180,1,1542483291,'2014-06-04 18:35:14',''),(5640,1,1,6181,1,1542483315,'2014-06-04 18:35:15',''),(5641,1,1,6182,70,1123631683,'2014-06-04 19:18:43',''),(5642,1,1,6183,1,3024880915,'2014-06-04 19:57:49',''),(5643,1,1,6184,1,1123631683,'2014-06-04 20:44:39',''),(5644,1,1,6185,1,624583821,'2014-06-04 22:04:57',''),(5645,1,1,6186,56,1123631683,'2014-06-04 22:52:51',''),(5646,1,1,6187,15,1123631683,'2014-06-04 23:57:18',''),(5647,1,1,6188,9,3024880913,'2014-06-05 00:37:02',''),(5648,1,1,6189,68,1123631683,'2014-06-05 01:00:31',''),(5649,1,1,6190,63,624583829,'2014-06-05 01:34:49',''),(5650,1,1,6191,48,1123631683,'2014-06-05 02:33:35',''),(5651,1,1,6192,54,624583818,'2014-06-05 03:57:07',''),(5652,1,1,6193,62,1123631683,'2014-06-05 03:57:53',''),(5653,1,1,6194,41,1123631683,'2014-06-05 04:59:20',''),(5654,1,1,6195,42,624583859,'2014-06-05 05:30:37',''),(5655,1,1,6196,58,624583749,'2014-06-05 05:35:38',''),(5656,1,1,6197,50,1123631683,'2014-06-05 05:55:32',''),(5657,1,1,6198,53,1123631683,'2014-06-05 07:28:36',''),(5658,1,1,6199,72,624583829,'2014-06-05 07:41:39',''),(5659,1,1,6200,31,1123631683,'2014-06-05 08:07:14',''),(5660,1,1,6201,56,1123631683,'2014-06-05 10:20:42',''),(5661,1,1,6202,42,2637716635,'2014-06-05 10:33:35',''),(5662,1,1,6203,31,624583773,'2014-06-05 10:57:05',''),(5663,1,1,6204,55,2637716635,'2014-06-05 11:17:42',''),(5664,1,1,6205,59,3024881295,'2014-06-05 11:40:02',''),(5665,1,1,6206,68,1533214692,'2014-06-05 14:52:30','http://www.bing.com/search?q=instreamset%3A%28url%29%3A%22index.php%3Fid%3D%22+ip%3A109.75.160.9&qs=n&form=QBRE&pq=instreamset%3A%28url%29%3A%22index.php%3Fid%3D%22+ip%3A109.75.160.9&sc=0-0&sp=-1&sk='),(5666,1,1,6207,55,624583847,'2014-06-05 15:04:49',''),(5667,1,1,6208,47,624583856,'2014-06-05 17:16:07',''),(5668,1,1,6209,1,1542483318,'2014-06-05 18:27:18',''),(5669,1,1,6210,1,1542483290,'2014-06-05 18:27:19',''),(5670,1,1,6211,68,1544999558,'2014-06-05 18:39:13','https://www.google.co.uk/'),(5671,1,1,6212,1,1041806726,'2014-06-05 18:40:01',''),(5672,1,1,6213,1,1123631683,'2014-06-05 18:55:54',''),(5673,1,1,6214,1,35469419,'2014-06-05 21:44:03','https://www.google.co.uk/'),(5674,1,1,6215,1,1123631683,'2014-06-05 21:50:55',''),(5675,1,1,6216,1,1123631683,'2014-06-05 22:56:01',''),(5676,1,1,6217,56,624583821,'2014-06-05 23:17:17',''),(5677,1,1,6218,51,2637636023,'2014-06-05 23:47:14',''),(5678,1,1,6219,71,3024880976,'2014-06-05 23:59:26',''),(5679,1,1,6220,62,1473855885,'2014-06-06 01:11:47','http://www.google.es/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&docid=VlnhhlcgyoIrfM&tbnid=9AN1qQqqdEz-TM:&ved=0CAUQjRw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D26%26controller%3Dproduct%26id_lang%3D1&ei=TxWRU4a7HcG_0QWX-oFI'),(5680,1,1,6221,56,1123631683,'2014-06-06 02:16:02',''),(5681,1,1,6223,68,1123631683,'2014-06-06 03:40:20',''),(5682,1,1,6224,6,3516102176,'2014-06-06 04:12:39',''),(5683,1,1,6225,15,1123631683,'2014-06-06 04:23:55',''),(5684,1,1,6228,28,1123631683,'2014-06-06 05:51:00',''),(5685,1,1,6230,45,624583856,'2014-06-06 06:21:54',''),(5686,1,1,6231,46,1123631683,'2014-06-06 07:08:52',''),(5687,1,1,6232,9,1123631683,'2014-06-06 08:39:40',''),(5688,1,1,6233,51,1123631683,'2014-06-06 09:53:24',''),(5689,1,1,6234,45,1123631683,'2014-06-06 10:28:06',''),(5690,1,1,6235,56,1123631683,'2014-06-06 12:23:03',''),(5691,1,1,6236,1,1056864162,'2014-06-06 13:26:13','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0CIIBEKACMAc&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=asGRU_iEKoeh7AahwIEo&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(5692,1,1,6237,1,1542483276,'2014-06-06 18:20:09',''),(5693,1,1,6238,1,1542483305,'2014-06-06 18:20:10',''),(5694,1,1,6239,3,2637635877,'2014-06-06 18:20:18',''),(5695,1,1,6240,16,3024881284,'2014-06-06 18:21:59',''),(5696,1,1,6241,1,1444862049,'2014-06-06 19:41:33','https://www.google.co.uk/'),(5697,1,1,6242,9,3497226587,'2014-06-06 20:17:46',''),(5698,1,1,6243,68,1123631683,'2014-06-06 23:51:50',''),(5699,1,1,6244,47,1123631683,'2014-06-07 00:28:24',''),(5700,1,1,6245,1,2499481254,'2014-06-07 03:18:43',''),(5701,1,1,6246,1,2499481254,'2014-06-07 03:18:46',''),(5702,1,1,6247,1,2499481254,'2014-06-07 03:18:52',''),(5703,1,1,6248,1,2499481254,'2014-06-07 03:18:56',''),(5704,1,1,6249,1,2499481254,'2014-06-07 03:19:00',''),(5705,1,1,6250,1,2499481254,'2014-06-07 03:19:06',''),(5706,1,1,6251,1,2499481254,'2014-06-07 03:19:10',''),(5707,1,1,6252,1,2499481254,'2014-06-07 03:19:16',''),(5708,1,1,6253,1,2499481254,'2014-06-07 03:19:20',''),(5709,1,1,6254,1,2499481254,'2014-06-07 03:19:22',''),(5710,1,1,6255,1,2499481254,'2014-06-07 03:19:28',''),(5711,1,1,6256,1,2499481254,'2014-06-07 03:19:34',''),(5712,1,1,6257,43,1123631683,'2014-06-07 03:30:05',''),(5713,1,1,6258,10,3024881049,'2014-06-07 03:36:48',''),(5714,1,1,6260,52,2637716642,'2014-06-07 03:50:52',''),(5715,1,1,6261,3,2637716642,'2014-06-07 04:06:18',''),(5716,1,1,6262,53,624583868,'2014-06-07 07:09:10',''),(5717,1,1,6263,16,3024881283,'2014-06-07 09:06:54',''),(5718,1,1,6264,1,1078646612,'2014-06-07 09:51:14',''),(5719,1,1,6265,63,1078646612,'2014-06-07 09:51:26',''),(5720,1,1,6266,55,1078646612,'2014-06-07 09:52:10',''),(5721,1,1,6267,43,1078646612,'2014-06-07 09:52:14',''),(5722,1,1,6268,43,1078646612,'2014-06-07 09:52:16',''),(5723,1,1,6269,43,1078646612,'2014-06-07 09:52:28',''),(5724,1,1,6270,43,1078646612,'2014-06-07 09:52:30',''),(5725,1,1,6271,45,1078646612,'2014-06-07 09:52:40',''),(5726,1,1,6272,68,1078646612,'2014-06-07 09:52:58',''),(5727,1,1,6273,16,1078646612,'2014-06-07 09:53:07',''),(5728,1,1,6274,16,1078646612,'2014-06-07 09:53:09',''),(5729,1,1,6275,18,1078646612,'2014-06-07 09:53:33',''),(5730,1,1,6276,59,1078646612,'2014-06-07 09:53:40',''),(5731,1,1,6277,16,1078646612,'2014-06-07 09:53:51',''),(5732,1,1,6278,16,1078646612,'2014-06-07 09:53:53',''),(5733,1,1,6279,1,3331308490,'2014-06-07 16:03:42',''),(5734,1,1,6280,55,3024881282,'2014-06-07 17:43:50',''),(5735,1,1,6281,1,1542483318,'2014-06-07 17:47:42',''),(5736,1,1,6282,1,1542483267,'2014-06-07 17:47:43',''),(5737,1,1,6283,15,624583773,'2014-06-07 19:34:29',''),(5738,1,1,6284,64,624583810,'2014-06-07 21:43:34',''),(5739,1,1,6285,6,529856223,'2014-06-07 22:08:11',''),(5740,1,1,6286,9,624583847,'2014-06-07 22:59:58',''),(5741,1,1,6287,1,3018584612,'2014-06-08 00:48:12','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(5742,1,1,6288,57,624583810,'2014-06-08 04:51:10',''),(5743,1,1,6289,50,624583868,'2014-06-08 07:41:56',''),(5744,1,1,6290,44,624583823,'2014-06-08 09:53:41',''),(5745,1,1,6291,1,1123631942,'2014-06-08 10:46:52',''),(5746,1,1,6292,1,919356642,'2014-06-08 11:06:37',''),(5747,1,1,6293,1,919356642,'2014-06-08 11:06:41',''),(5748,1,1,6294,56,1123632707,'2014-06-08 11:58:52',''),(5749,1,1,6295,68,1123632707,'2014-06-08 13:13:44',''),(5750,1,1,6296,1,1311681710,'2014-06-08 13:19:59',''),(5751,1,1,6297,1,1311681710,'2014-06-08 13:20:16',''),(5752,1,1,6298,1,1311681710,'2014-06-08 13:20:20',''),(5753,1,1,6299,1,1311681710,'2014-06-08 13:20:29',''),(5754,1,1,6300,1,1311681710,'2014-06-08 13:20:32',''),(5755,1,1,6301,1,1311681710,'2014-06-08 13:20:36',''),(5756,1,1,6302,1,1311681710,'2014-06-08 13:20:44',''),(5757,1,1,6303,1,1311681710,'2014-06-08 13:20:53',''),(5758,1,1,6304,1,1311681710,'2014-06-08 13:21:02',''),(5759,1,1,6305,1,1311681710,'2014-06-08 13:21:09',''),(5760,1,1,6306,1,1311681710,'2014-06-08 13:21:15',''),(5761,1,1,6307,1,1311681710,'2014-06-08 13:21:20',''),(5762,1,1,6308,26,2637635642,'2014-06-08 13:45:07',''),(5763,1,1,6309,1,2976562032,'2014-06-08 13:46:08',''),(5764,1,1,6310,15,1123632707,'2014-06-08 14:19:59',''),(5765,1,1,6311,38,624583773,'2014-06-08 14:46:59',''),(5766,1,1,6312,14,1123632707,'2014-06-08 15:14:42',''),(5767,1,1,6313,1,2637635642,'2014-06-08 15:43:15',''),(5768,1,1,6314,63,1123632707,'2014-06-08 16:15:11',''),(5769,1,1,6315,1,2637635642,'2014-06-08 16:25:26',''),(5770,1,1,6316,52,1123632707,'2014-06-08 17:15:40',''),(5771,1,1,6317,51,624583772,'2014-06-08 17:17:50',''),(5772,1,1,6318,1,1542483310,'2014-06-08 17:55:07',''),(5773,1,1,6319,1,1542483296,'2014-06-08 17:55:08',''),(5774,1,1,6320,47,1123632707,'2014-06-08 18:19:01',''),(5775,1,1,6321,1,1123632707,'2014-06-08 19:33:39',''),(5776,1,1,6323,56,1123632707,'2014-06-08 20:41:02',''),(5777,1,1,6324,53,3024881043,'2014-06-08 21:03:33',''),(5778,1,1,6325,65,624583810,'2014-06-08 21:16:51',''),(5779,1,1,6326,1,1123632707,'2014-06-08 21:51:12',''),(5780,1,1,6328,26,2637635642,'2014-06-09 00:54:12',''),(5781,1,1,6329,65,1123632707,'2014-06-09 02:51:05',''),(5782,1,1,6330,3,2637635879,'2014-06-09 04:06:24',''),(5783,1,1,6331,10,1123632707,'2014-06-09 05:01:49',''),(5784,1,1,6332,68,3516102201,'2014-06-09 06:37:30',''),(5785,1,1,6333,1,624583823,'2014-06-09 07:50:50',''),(5786,1,1,6334,1,3024880917,'2014-06-09 08:00:16',''),(5787,1,1,6335,45,624583847,'2014-06-09 09:19:51',''),(5788,1,1,6336,1,1298444036,'2014-06-09 10:17:25','https://www.google.co.uk/'),(5789,1,1,6337,1,3024881283,'2014-06-09 10:34:09',''),(5790,1,1,6338,1,3024881282,'2014-06-09 10:34:11',''),(5791,1,1,6339,15,1123632707,'2014-06-09 10:51:39',''),(5792,1,1,6340,1,1380393627,'2014-06-09 13:00:58','https://www.google.co.uk/'),(5793,1,1,6341,6,624583773,'2014-06-09 13:35:38',''),(5794,1,1,6342,1,1123631443,'2014-06-09 16:24:36',''),(5795,1,1,6343,68,3516102218,'2014-06-09 18:21:59',''),(5796,1,1,6344,28,1123631417,'2014-06-09 18:58:10',''),(5797,1,1,6345,69,624583759,'2014-06-09 20:26:37',''),(5798,1,1,6346,43,624583847,'2014-06-09 20:56:06',''),(5799,1,1,6347,48,1123631417,'2014-06-09 20:59:21',''),(5800,1,1,6348,1,3234330209,'2014-06-09 21:56:01',''),(5801,1,1,6349,63,1123631443,'2014-06-09 22:20:42',''),(5802,1,1,6350,16,624583822,'2014-06-10 03:17:04',''),(5803,1,1,6351,64,3024881041,'2014-06-10 05:11:51',''),(5804,1,1,6352,62,3234329220,'2014-06-10 05:58:12',''),(5805,1,1,6353,1,1137334407,'2014-06-10 05:58:12',''),(5806,1,1,6354,55,1145544352,'2014-06-10 05:58:12',''),(5807,1,1,6355,64,1208715969,'2014-06-10 05:58:13',''),(5808,1,1,6356,53,1208531353,'2014-06-10 05:58:14',''),(5809,1,1,6357,18,1168283651,'2014-06-10 05:58:14',''),(5810,1,1,6358,28,2732090903,'2014-06-10 05:58:14',''),(5811,1,1,6359,56,3339929854,'2014-06-10 05:58:15',''),(5812,1,1,6361,50,3351267720,'2014-06-10 05:58:17',''),(5813,1,1,6362,57,3234330309,'2014-06-10 05:58:17',''),(5814,1,1,6360,1,1208532910,'2014-06-10 05:58:17',''),(5815,1,1,6363,51,1170542768,'2014-06-10 05:58:17',''),(5816,1,1,6364,48,1168277644,'2014-06-10 05:58:18',''),(5817,1,1,6365,63,1168281021,'2014-06-10 05:58:19',''),(5818,1,1,6366,43,3234331902,'2014-06-10 05:58:19',''),(5819,1,1,6367,1,2732090937,'2014-06-10 05:58:20',''),(5820,1,1,6368,69,3234331651,'2014-06-10 05:58:21',''),(5821,1,1,6369,1,1170542021,'2014-06-10 05:58:21',''),(5822,1,1,6370,65,1145334353,'2014-06-10 05:58:21',''),(5823,1,1,6371,52,3351267739,'2014-06-10 05:58:22',''),(5824,1,1,6373,41,1111470150,'2014-06-10 05:58:22',''),(5825,1,1,6372,6,3234330228,'2014-06-10 05:58:22',''),(5826,1,1,6374,1,1209174158,'2014-06-10 05:58:23',''),(5827,1,1,6375,1,3351267531,'2014-06-10 05:58:23',''),(5828,1,1,6376,1,1137334543,'2014-06-10 05:58:24',''),(5829,1,1,6378,3,3234330198,'2014-06-10 05:58:25',''),(5830,1,1,6377,1,1208719641,'2014-06-10 05:58:25',''),(5831,1,1,6379,1,2732090939,'2014-06-10 05:58:25',''),(5832,1,1,6380,1,1137342104,'2014-06-10 05:58:25',''),(5833,1,1,6381,38,1138227335,'2014-06-10 05:58:26',''),(5834,1,1,6382,1,3234330130,'2014-06-10 05:58:26',''),(5835,1,1,6383,9,1208523754,'2014-06-10 05:58:26',''),(5836,1,1,6384,45,1170541145,'2014-06-10 05:58:32',''),(5837,1,1,6385,29,2637635928,'2014-06-10 08:03:02',''),(5838,1,1,6386,48,2637716775,'2014-06-10 08:16:35',''),(5839,1,1,6387,1,3351478539,'2014-06-10 11:46:43',''),(5840,1,1,6388,48,1168281054,'2014-06-10 12:11:53',''),(5841,1,1,6389,43,1075524344,'2014-06-10 12:11:53',''),(5842,1,1,6390,38,1208523606,'2014-06-10 12:11:54',''),(5843,1,1,6391,50,1168283846,'2014-06-10 12:11:56',''),(5844,1,1,6392,41,3234330410,'2014-06-10 12:11:56',''),(5845,1,1,6393,56,1168281576,'2014-06-10 12:11:58',''),(5846,1,1,6394,1,1156190696,'2014-06-10 12:11:59',''),(5847,1,1,6395,51,3351267810,'2014-06-10 12:11:59',''),(5848,1,1,6396,69,1168285128,'2014-06-10 12:11:59',''),(5849,1,1,6397,62,2732091063,'2014-06-10 12:12:01',''),(5850,1,1,6398,1,1137334552,'2014-06-10 12:12:01',''),(5851,1,1,6399,1,3345309520,'2014-06-10 12:12:02',''),(5852,1,1,6400,63,1208522684,'2014-06-10 12:12:02',''),(5853,1,1,6401,18,1168281280,'2014-06-10 12:12:02',''),(5854,1,1,6402,65,2732091115,'2014-06-10 12:12:03',''),(5855,1,1,6403,1,1168277623,'2014-06-10 12:12:03',''),(5856,1,1,6404,53,3497332480,'2014-06-10 12:12:03',''),(5857,1,1,6405,57,1170542296,'2014-06-10 12:12:04',''),(5858,1,1,6406,3,1170542175,'2014-06-10 12:12:05',''),(5859,1,1,6407,1,3351478792,'2014-06-10 12:12:05',''),(5860,1,1,6408,1,1209282890,'2014-06-10 12:12:06',''),(5861,1,1,6411,26,3497332426,'2014-06-10 13:36:39',''),(5862,1,1,6412,16,2732530868,'2014-06-10 13:36:39',''),(5863,1,1,6413,43,2732090895,'2014-06-10 13:36:39',''),(5864,1,1,6414,42,401592813,'2014-06-10 13:36:39',''),(5865,1,1,6415,10,401588612,'2014-06-10 13:36:39',''),(5866,1,1,6417,27,3353997287,'2014-06-10 13:36:40',''),(5867,1,1,6416,26,1208520398,'2014-06-10 13:36:40',''),(5868,1,1,6418,44,1168281245,'2014-06-10 13:36:40',''),(5869,1,1,6419,26,3339930068,'2014-06-10 13:36:40',''),(5870,1,1,6420,49,1209282847,'2014-06-10 13:36:41',''),(5871,1,1,6421,26,1109903219,'2014-06-10 13:36:42',''),(5872,1,1,6423,26,1168283853,'2014-06-10 13:36:43',''),(5873,1,1,6422,26,3351478734,'2014-06-10 13:36:43',''),(5874,1,1,6424,26,1156193585,'2014-06-10 13:36:43',''),(5875,1,1,6425,43,1109903326,'2014-06-10 13:36:44',''),(5876,1,1,6426,29,1208532778,'2014-06-10 13:36:45',''),(5877,1,1,6427,1,1123631929,'2014-06-10 14:48:33',''),(5878,1,1,6428,1,1123631955,'2014-06-10 14:54:05',''),(5879,1,1,6429,1,48033620,'2014-06-10 22:18:46',''),(5880,1,1,6430,1,3135324094,'2014-06-10 22:31:06','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(5881,1,1,6431,43,2637716786,'2014-06-10 22:51:10',''),(5882,1,1,6432,62,624583773,'2014-06-10 23:41:50',''),(5883,1,1,6433,65,2637636022,'2014-06-11 04:58:35',''),(5884,1,1,6434,26,2637635935,'2014-06-11 06:08:30',''),(5885,1,1,6435,1,3024881203,'2014-06-11 06:15:43',''),(5886,1,1,6436,43,624583817,'2014-06-11 07:09:21',''),(5887,1,1,6437,26,3497226059,'2014-06-11 07:31:03',''),(5888,1,1,6438,75,3024881050,'2014-06-11 09:58:07',''),(5889,1,1,6439,26,401592763,'2014-06-11 10:43:56',''),(5890,1,1,6440,26,3339929670,'2014-06-11 10:43:56',''),(5891,1,1,6441,26,1168278432,'2014-06-11 10:43:57',''),(5892,1,1,6442,72,1208715937,'2014-06-11 10:43:57',''),(5893,1,1,6443,26,2732091069,'2014-06-11 10:43:58',''),(5894,1,1,6444,71,2918747147,'2014-06-11 10:43:59',''),(5895,1,1,6445,73,1208520344,'2014-06-11 10:43:59',''),(5896,1,1,6446,70,3339930978,'2014-06-11 10:43:59',''),(5897,1,1,6447,16,1168278103,'2014-06-11 10:44:01',''),(5898,1,1,6448,26,1145544386,'2014-06-11 10:44:01',''),(5899,1,1,6449,16,1156192178,'2014-06-11 10:44:02',''),(5900,1,1,6450,68,1168280822,'2014-06-11 10:44:02',''),(5901,1,1,6451,3,1208521815,'2014-06-11 10:44:03',''),(5902,1,1,6452,59,1168281280,'2014-06-11 10:44:04',''),(5903,1,1,6453,38,2637635935,'2014-06-11 11:32:51',''),(5904,1,1,6454,26,2637635935,'2014-06-11 13:12:11',''),(5905,1,1,6455,1,523256851,'2014-06-11 15:55:49','https://www.google.co.uk/'),(5906,1,1,6456,6,2637635928,'2014-06-11 17:41:09',''),(5907,1,1,6457,1,3632157083,'2014-06-11 18:32:21','http://www.google.ca/url?sa=t&rct=j&q=ms%20blackbourn&source=web&cd=1&ved=0CCQQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=qaCYU6vGCcOMyASp8ICgCA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.68693194,d.aWw'),(5908,1,1,6458,1,1542483317,'2014-06-11 18:34:39',''),(5909,1,1,6459,1,1542483315,'2014-06-11 18:34:40',''),(5910,1,1,6460,1,1123631112,'2014-06-11 19:37:04',''),(5911,1,1,6461,44,3024881207,'2014-06-11 19:41:49',''),(5912,1,1,6462,1,3177860307,'2014-06-11 21:43:16','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(5913,1,1,6463,1,1123631152,'2014-06-12 02:08:44',''),(5914,1,1,6464,58,624583912,'2014-06-12 02:38:58',''),(5915,1,1,6465,26,2637636446,'2014-06-12 04:59:06',''),(5916,1,1,6466,26,2731925358,'2014-06-12 05:36:11',''),(5917,1,1,6467,26,3339930823,'2014-06-12 05:36:12',''),(5918,1,1,6468,26,1208531444,'2014-06-12 05:36:12',''),(5919,1,1,6469,1,1123631107,'2014-06-12 08:48:18',''),(5920,1,1,6470,38,2637635935,'2014-06-12 08:50:34',''),(5921,1,1,6471,23,1123631107,'2014-06-12 09:28:53',''),(5922,1,1,6472,1,1365966961,'2014-06-12 10:11:21','https://www.google.co.uk/'),(5923,1,1,6473,71,1525964524,'2014-06-12 10:32:56','https://www.google.co.uk/'),(5924,1,1,6474,1,1381937297,'2014-06-12 10:49:22','http://www.1businessenterprise.co.uk/our-clients.php'),(5925,1,1,6475,62,1381937297,'2014-06-12 10:52:17',''),(5926,1,1,6476,16,1381937297,'2014-06-12 10:53:30',''),(5927,1,1,6477,3,1381937297,'2014-06-12 10:54:45',''),(5928,1,1,6478,74,1381937297,'2014-06-12 10:56:00',''),(5929,1,1,6479,43,1381937297,'2014-06-12 10:57:17',''),(5930,1,1,6480,16,1381937297,'2014-06-12 10:58:33',''),(5931,1,1,6481,47,1381937297,'2014-06-12 10:59:52',''),(5932,1,1,6482,68,1381937297,'2014-06-12 11:01:10',''),(5933,1,1,6483,69,1381937297,'2014-06-12 11:02:30',''),(5934,1,1,6484,57,1381937297,'2014-06-12 11:03:46',''),(5935,1,1,6485,65,1381937297,'2014-06-12 11:05:03',''),(5936,1,1,6486,52,1381937297,'2014-06-12 11:06:21',''),(5937,1,1,6487,9,1381937297,'2014-06-12 11:07:35',''),(5938,1,1,6488,42,1381937297,'2014-06-12 11:08:50',''),(5939,1,1,6489,6,1381937297,'2014-06-12 11:10:06',''),(5940,1,1,6490,28,1381937297,'2014-06-12 11:11:23',''),(5941,1,1,6491,73,1381937297,'2014-06-12 11:12:40',''),(5942,1,1,6492,26,1381937297,'2014-06-12 11:13:56',''),(5943,1,1,6493,71,1381937297,'2014-06-12 11:15:14',''),(5944,1,1,6494,10,1381937297,'2014-06-12 11:16:31',''),(5945,1,1,6495,23,1123631152,'2014-06-12 11:16:32',''),(5946,1,1,6496,41,1381937297,'2014-06-12 11:17:51',''),(5947,1,1,6497,64,1381937297,'2014-06-12 11:19:10',''),(5948,1,1,6498,26,1381937297,'2014-06-12 11:20:28',''),(5949,1,1,6499,44,1381937297,'2014-06-12 11:21:46',''),(5950,1,1,6500,66,1381937297,'2014-06-12 11:23:04',''),(5951,1,1,6501,72,1381937297,'2014-06-12 11:24:19',''),(5952,1,1,6502,15,1381937297,'2014-06-12 11:25:36',''),(5953,1,1,6503,48,1381937297,'2014-06-12 11:26:51',''),(5954,1,1,6504,67,1381937297,'2014-06-12 11:28:09',''),(5955,1,1,6505,27,1381937297,'2014-06-12 11:29:23',''),(5956,1,1,6506,38,1381937297,'2014-06-12 11:30:40',''),(5957,1,1,6507,54,1381937297,'2014-06-12 11:31:55',''),(5958,1,1,6508,31,1381937297,'2014-06-12 11:33:12',''),(5959,1,1,6509,45,1381937297,'2014-06-12 11:34:30',''),(5960,1,1,6510,53,1381937297,'2014-06-12 11:35:48',''),(5961,1,1,6511,50,1381937297,'2014-06-12 11:37:02',''),(5962,1,1,6512,26,1381937297,'2014-06-12 11:38:20',''),(5963,1,1,6513,55,1381937297,'2014-06-12 11:39:41',''),(5964,1,1,6514,56,1381937297,'2014-06-12 11:40:57',''),(5965,1,1,6515,43,1381937297,'2014-06-12 11:42:14',''),(5966,1,1,6516,26,1381937297,'2014-06-12 11:43:30',''),(5967,1,1,6517,75,1381937297,'2014-06-12 11:44:45',''),(5968,1,1,6518,58,1381937297,'2014-06-12 11:46:06',''),(5969,1,1,6519,49,1381937297,'2014-06-12 11:47:27',''),(5970,1,1,6520,59,1381937297,'2014-06-12 11:48:45',''),(5971,1,1,6521,26,1381937297,'2014-06-12 11:50:02',''),(5972,1,1,6522,43,1381937297,'2014-06-12 11:51:23',''),(5973,1,1,6523,51,1381937297,'2014-06-12 11:52:41',''),(5974,1,1,6524,16,1381937297,'2014-06-12 11:53:57',''),(5975,1,1,6525,63,1381937297,'2014-06-12 11:55:14',''),(5976,1,1,6526,18,1381937297,'2014-06-12 11:56:32',''),(5977,1,1,6527,16,2637635935,'2014-06-12 12:36:35',''),(5978,1,1,6528,51,1385332758,'2014-06-12 14:32:07','https://www.google.co.uk/'),(5979,1,1,6529,1,3275477462,'2014-06-12 15:40:23','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&ved=0CIIBEKACMAg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=hciZU_6nG8Py7AbR6oGYDg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.68911936,d.ZGU'),(5980,1,1,6530,74,1123631152,'2014-06-12 16:53:23',''),(5981,1,1,6531,69,1433614004,'2014-06-12 16:54:57','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=12&ved=0CGsQFjAL&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D33%26controller%3Dproduct%26id_lang%3D1&ei=5NeZU9ymA4qd0QW7w4G4AQ&usg=AFQjCNFAdOWrdI2hSGucI9OqLz_4_QGfX'),(5982,1,1,6532,1,3031951682,'2014-06-12 18:15:38',''),(5983,1,1,6533,1,3031951682,'2014-06-12 18:15:44',''),(5984,1,1,6534,1,3031951682,'2014-06-12 18:15:57',''),(5985,1,1,6535,1,1542483325,'2014-06-12 18:35:30',''),(5986,1,1,6536,1,1542483272,'2014-06-12 18:35:32',''),(5987,1,1,6537,1,3494953599,'2014-06-12 19:28:56',''),(5988,1,1,6538,50,1123631152,'2014-06-12 19:38:20',''),(5989,1,1,6539,55,1123631112,'2014-06-12 20:34:27',''),(5990,1,1,6540,49,624583768,'2014-06-12 23:15:42',''),(5991,1,1,6541,52,624583862,'2014-06-12 23:19:47',''),(5992,1,1,6542,48,40164704,'2014-06-13 00:10:03','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=12&cad=rja&uact=8&ved=0CD4QFjABOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_category%3D39%26controller%3Dcategory%26id_lang%3D1&ei=G0GaU86YDcSO7AbzsYGoDw&usg=AFQjCNF8U2fj9'),(5993,1,1,6543,1,1041806727,'2014-06-13 00:10:34',''),(5994,1,1,6544,23,1123631152,'2014-06-13 01:20:57',''),(5995,1,1,6545,23,1123631112,'2014-06-13 01:30:42',''),(5996,1,1,6546,26,2637635940,'2014-06-13 01:39:20',''),(5997,1,1,6548,6,3024881299,'2014-06-13 02:21:24',''),(5998,1,1,6549,43,624583844,'2014-06-13 04:04:19',''),(5999,1,1,6550,28,624583858,'2014-06-13 07:17:18',''),(6000,1,1,6551,1,3024881288,'2014-06-13 07:27:35',''),(6001,1,1,6552,26,2637716785,'2014-06-13 10:11:20',''),(6002,1,1,6553,1,2548120801,'2014-06-13 10:19:05','https://www.google.co.uk/'),(6003,1,1,6554,1,3024880914,'2014-06-13 10:32:35',''),(6004,1,1,6555,1,1577818812,'2014-06-13 15:54:39','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0CH0QoAIwBw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=Mx6bU6n2BIGaO_PegJgF&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(6005,1,1,6556,1,1123631152,'2014-06-13 17:02:27',''),(6006,1,1,6557,1,84494600,'2014-06-13 17:45:34',''),(6007,1,1,6558,1,84494600,'2014-06-13 17:45:41',''),(6008,1,1,6559,1,84494600,'2014-06-13 17:45:47',''),(6009,1,1,6560,1,84494600,'2014-06-13 17:45:58',''),(6010,1,1,6561,1,84494600,'2014-06-13 17:46:03',''),(6011,1,1,6562,1,84494600,'2014-06-13 17:46:08',''),(6012,1,1,6563,1,84494600,'2014-06-13 17:46:16',''),(6013,1,1,6564,1,84494600,'2014-06-13 17:46:20',''),(6014,1,1,6565,1,84494600,'2014-06-13 17:46:27',''),(6015,1,1,6566,1,1542483293,'2014-06-13 18:18:38',''),(6016,1,1,6567,1,1542483270,'2014-06-13 18:18:39',''),(6017,1,1,6568,45,624583811,'2014-06-13 19:03:13',''),(6018,1,1,6569,14,1123631107,'2014-06-13 20:18:00',''),(6019,1,1,6570,56,2637716785,'2014-06-13 20:18:14',''),(6020,1,1,6571,41,1123631112,'2014-06-13 20:51:53',''),(6021,1,1,6572,48,624583862,'2014-06-13 22:42:35',''),(6022,1,1,6573,26,2637716785,'2014-06-13 22:57:13',''),(6023,1,1,6574,65,1705253657,'2014-06-14 01:18:05','https://www.google.com.au/'),(6024,1,1,6575,50,3024881040,'2014-06-14 02:56:23',''),(6025,1,1,6576,26,3497226587,'2014-06-14 05:09:32',''),(6026,1,1,6577,1,3024881065,'2014-06-14 05:26:08',''),(6027,1,1,6578,1,1384437492,'2014-06-14 06:08:54','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CHEQoAIwBg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=1uabU6zAIsTT7AacqICYDA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.68911936,d.ZGU'),(6028,1,1,6579,6,624583912,'2014-06-14 08:18:59',''),(6029,1,1,6580,26,2637716773,'2014-06-14 08:24:33',''),(6030,1,1,6581,1,1539462172,'2014-06-14 10:40:01',''),(6031,1,1,6582,1,1539462172,'2014-06-14 10:40:09',''),(6032,1,1,6583,1,1539462172,'2014-06-14 10:40:14',''),(6033,1,1,6584,62,1375756914,'2014-06-14 10:42:48','https://www.google.co.uk/'),(6034,1,1,6585,1,1523304624,'2014-06-14 12:55:29','http://www.google.co.uk/url?url=http://www.mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ei=4kScU8VYiOg6r_SA-AU&ved=0CIIBEBYwEA&usg=AFQjCNE1LNPio9Rje8y-YtwTjSDjfUIIDw'),(6035,1,1,6586,1,1542483277,'2014-06-14 18:05:31',''),(6036,1,1,6587,1,1542483318,'2014-06-14 18:05:32',''),(6037,1,1,6588,63,1832554120,'2014-06-14 19:15:54','http://www.google.se/url?sa=t&source=web&cd=1&ved=0CCIQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D27%26controller%3Dproduct%26id_lang%3D1&rct=j&q=last%20index%20landsail%20ls288&ei=Up-cU_2aEKf_ygPmqIDIDQ&usg=AFQjCNGBPXMfJ'),(6038,1,1,6589,9,624583858,'2014-06-14 21:24:36',''),(6039,1,1,6590,55,624583849,'2014-06-15 00:08:48',''),(6040,1,1,6591,65,1540294654,'2014-06-15 01:12:04',''),(6041,1,1,6592,1,1123631107,'2014-06-15 02:41:18',''),(6042,1,1,6594,1,3206098173,'2014-06-15 03:36:17','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(6043,1,1,6595,31,3024881197,'2014-06-15 03:43:00',''),(6044,1,1,6596,16,3024881068,'2014-06-15 06:25:29',''),(6045,1,1,6597,67,3024881064,'2014-06-15 07:11:44',''),(6046,1,1,6598,1,2990476559,'2014-06-15 08:02:09',''),(6047,1,1,6599,1,2990476559,'2014-06-15 08:02:15',''),(6048,1,1,6600,1,2990476559,'2014-06-15 08:02:27',''),(6049,1,1,6601,1,2990476559,'2014-06-15 08:02:31',''),(6050,1,1,6602,1,2990476559,'2014-06-15 08:02:40',''),(6051,1,1,6603,1,2990476559,'2014-06-15 08:02:48',''),(6052,1,1,6604,1,2990476559,'2014-06-15 08:02:56',''),(6053,1,1,6605,1,2990476559,'2014-06-15 08:03:05',''),(6054,1,1,6606,1,2990476559,'2014-06-15 08:03:11',''),(6055,1,1,6607,1,1123631112,'2014-06-15 12:19:13',''),(6056,1,1,6609,43,1123631107,'2014-06-15 18:22:50',''),(6057,1,1,6610,1,1542483285,'2014-06-15 18:45:53',''),(6058,1,1,6611,1,1542483302,'2014-06-15 18:45:54',''),(6059,1,1,6613,1,39938484,'2014-06-15 20:52:21','http://www.google.co.uk/url?sa=t&rct=j&q=blackburn%20tyres&source=web&cd=9&sqi=2&ved=0CFoQ_BcwCA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=bwCeU4e6OIjR7Aakx4DYCw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(6060,1,1,6614,1,1041806727,'2014-06-15 20:52:54',''),(6061,1,1,6615,1,2954617833,'2014-06-15 22:12:21','https://www.google.co.uk/'),(6062,1,1,6616,6,3105435745,'2014-06-15 22:21:01',''),(6063,1,1,6617,56,1123631107,'2014-06-16 00:15:55',''),(6064,1,1,6618,26,2637716785,'2014-06-16 00:43:59',''),(6065,1,1,6619,74,1123631107,'2014-06-16 01:29:54',''),(6066,1,1,6620,68,1123631107,'2014-06-16 02:35:39',''),(6067,1,1,6621,1,1123631107,'2014-06-16 03:38:08',''),(6068,1,1,6622,15,1123631152,'2014-06-16 04:17:34',''),(6069,1,1,6623,45,3024881214,'2014-06-16 05:01:43',''),(6070,1,1,6624,16,624583852,'2014-06-16 05:31:06',''),(6071,1,1,6625,49,1123631112,'2014-06-16 05:47:06',''),(6072,1,1,6626,55,1123631152,'2014-06-16 06:27:25',''),(6073,1,1,6627,26,2637636121,'2014-06-16 06:35:14',''),(6074,1,1,6628,27,1123631152,'2014-06-16 07:24:57',''),(6075,1,1,6629,10,1123631112,'2014-06-16 07:26:36',''),(6076,1,1,6632,51,3024881209,'2014-06-16 08:02:19',''),(6077,1,1,6633,1,3024881206,'2014-06-16 08:17:20',''),(6078,1,1,6634,70,1123631107,'2014-06-16 09:37:19',''),(6079,1,1,6635,1,1486261548,'2014-06-16 10:10:41',''),(6080,1,1,6636,1,1486261548,'2014-06-16 10:10:46',''),(6081,1,1,6637,1,1486261548,'2014-06-16 10:10:55',''),(6082,1,1,6638,1,1123631112,'2014-06-16 10:22:49',''),(6083,1,1,6639,9,1123631112,'2014-06-16 11:01:02',''),(6084,1,1,6640,59,624583822,'2014-06-16 11:10:30',''),(6085,1,1,6641,1,3576181673,'2014-06-16 11:40:09','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&cad=rja&uact=8&ved=0CIwBEKACMAg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=dteeU9rxLsmU0QWMuID4Bw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.68911936,d.d2k'),(6086,1,1,6642,31,1123631112,'2014-06-16 12:06:19',''),(6087,1,1,6644,1,2548551967,'2014-06-16 16:11:25','https://www.google.co.uk/'),(6088,1,1,6645,41,3024880977,'2014-06-16 16:36:44',''),(6089,1,1,6646,31,624583862,'2014-06-16 16:50:49',''),(6090,1,1,6647,66,1123635183,'2014-06-16 17:17:17',''),(6091,1,1,6648,1,1577678901,'2014-06-16 17:29:07','http://www.google.co.uk/url?sa=t&rct=j&q=tyres%20rishton&source=web&cd=6&ved=0CEkQoAIwBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=XCmfU-fqHsfR7AaNloGgAg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=aS-EY4hX4ePRVRvexMb3aA&bvm=bv.68911936,d.ZGU'),(6092,1,1,6649,59,1123634948,'2014-06-16 18:19:20',''),(6093,1,1,6650,69,1123635183,'2014-06-16 19:50:23',''),(6094,1,1,6651,31,1123635140,'2014-06-16 20:15:22',''),(6095,1,1,6652,65,1123635183,'2014-06-16 20:44:24',''),(6096,1,1,6653,72,1123635140,'2014-06-16 20:48:33',''),(6097,1,1,6654,48,1123635183,'2014-06-16 21:38:01',''),(6098,1,1,6655,46,3024880920,'2014-06-17 01:00:56',''),(6099,1,1,6656,47,3024881203,'2014-06-17 02:14:07',''),(6100,1,1,6657,64,1123634948,'2014-06-17 03:12:38',''),(6101,1,1,6658,1,1542483306,'2014-06-17 04:25:29',''),(6102,1,1,6659,1,1542483299,'2014-06-17 04:25:30',''),(6103,1,1,6660,38,3104467075,'2014-06-17 04:39:39',''),(6104,1,1,6661,53,1123634948,'2014-06-17 06:11:08',''),(6105,1,1,6662,45,1123635183,'2014-06-17 07:38:01',''),(6106,1,1,6663,1,3024881299,'2014-06-17 08:27:50',''),(6107,1,1,6664,57,1123635183,'2014-06-17 08:52:50',''),(6108,1,1,6665,1,3576181026,'2014-06-17 09:37:16','http://www.google.co.uk/url?sa=t&rct=j&q=mobile%20tyre%20repair&source=web&cd=4&ved=0CFkQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=EAygU7b_Lo_o7AbbnYCoDg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.68911936,d.ZGU'),(6109,1,1,6666,56,1123635140,'2014-06-17 09:37:31',''),(6110,1,1,6667,1,1123634948,'2014-06-17 09:49:18',''),(6111,1,1,6668,16,1596070488,'2014-06-17 11:34:32',''),(6112,1,1,6669,16,1596070488,'2014-06-17 11:34:36',''),(6113,1,1,6670,49,1596070488,'2014-06-17 11:34:48',''),(6114,1,1,6671,69,1123634799,'2014-06-17 13:23:26',''),(6115,1,1,6673,41,1123634799,'2014-06-17 15:53:20',''),(6116,1,1,6674,1,84500980,'2014-06-17 16:10:47',''),(6117,1,1,6675,1,84500980,'2014-06-17 16:10:53',''),(6118,1,1,6676,1,84500980,'2014-06-17 16:10:59',''),(6119,1,1,6677,1,84500980,'2014-06-17 16:11:08',''),(6120,1,1,6678,1,84500980,'2014-06-17 16:11:13',''),(6121,1,1,6679,1,84500980,'2014-06-17 16:11:21',''),(6122,1,1,6680,1,84500980,'2014-06-17 16:11:28',''),(6123,1,1,6681,1,84500980,'2014-06-17 16:11:32',''),(6124,1,1,6682,1,84500980,'2014-06-17 16:11:36',''),(6125,1,1,6683,71,1123634799,'2014-06-17 16:43:13',''),(6126,1,1,6684,58,1123634799,'2014-06-17 17:54:51',''),(6127,1,1,6686,43,1123634799,'2014-06-17 19:21:32',''),(6128,1,1,6687,6,624583833,'2014-06-17 19:39:52',''),(6129,1,1,6688,52,624583910,'2014-06-17 20:23:30',''),(6130,1,1,6689,56,1123634799,'2014-06-17 21:32:44',''),(6131,1,1,6690,1,3024880954,'2014-06-17 22:25:51',''),(6132,1,1,6691,1,1123634799,'2014-06-17 22:27:01',''),(6133,1,1,6692,43,1123634799,'2014-06-17 23:30:35',''),(6134,1,1,6694,1,2637716773,'2014-06-17 23:53:42',''),(6135,1,1,6695,38,1123634799,'2014-06-18 00:28:24',''),(6136,1,1,6696,64,1123634799,'2014-06-18 01:59:30',''),(6137,1,1,6697,1,3024881051,'2014-06-18 02:12:52',''),(6138,1,1,6698,48,1123634799,'2014-06-18 03:21:55',''),(6139,1,1,6699,41,1123634799,'2014-06-18 04:26:58',''),(6140,1,1,6700,1,1542483300,'2014-06-18 04:57:16',''),(6141,1,1,6701,1,1542483323,'2014-06-18 04:57:17',''),(6142,1,1,6702,62,1123634799,'2014-06-18 06:04:33',''),(6143,1,1,6703,51,1123634799,'2014-06-18 07:22:36',''),(6144,1,1,6704,26,782615949,'2014-06-18 08:17:13',''),(6145,1,1,6705,54,1123634799,'2014-06-18 08:27:40',''),(6146,1,1,6706,51,1515491521,'2014-06-18 09:05:20','https://www.google.fr/search?pws=0&action=devloc&hl=fr&safe=images&v=2.0&q=bridgestone+T001TL&rlz=1MIGYWN_frFR563&client=mobilesearchapp&channel=mf-wp-cht-all-0112-10&dc=grlz-GYWN'),(6147,1,1,6707,66,84494600,'2014-06-18 09:14:43',''),(6148,1,1,6708,59,84494600,'2014-06-18 09:14:49',''),(6149,1,1,6709,68,1123634799,'2014-06-18 09:45:46',''),(6150,1,1,6711,6,1123634799,'2014-06-18 10:22:36',''),(6151,1,1,6712,48,1123634799,'2014-06-18 12:15:23',''),(6152,1,1,6713,69,3024880954,'2014-06-18 12:49:58',''),(6153,1,1,6714,3,84494600,'2014-06-18 13:21:24',''),(6154,1,1,6715,26,84494600,'2014-06-18 13:21:28',''),(6155,1,1,6716,26,84494600,'2014-06-18 13:21:42',''),(6156,1,1,6717,26,84494600,'2014-06-18 13:21:46',''),(6157,1,1,6718,26,84494600,'2014-06-18 13:21:52',''),(6158,1,1,6719,43,84494600,'2014-06-18 13:21:55',''),(6159,1,1,6720,73,84494600,'2014-06-18 13:22:03',''),(6160,1,1,6721,71,84494600,'2014-06-18 13:22:10',''),(6161,1,1,6722,72,84494600,'2014-06-18 13:22:18',''),(6162,1,1,6723,70,84494600,'2014-06-18 13:22:26',''),(6163,1,1,6724,1,1489375385,'2014-06-18 13:25:36',''),(6164,1,1,6725,1,1489375385,'2014-06-18 13:25:48',''),(6165,1,1,6726,1,1489375385,'2014-06-18 13:25:56',''),(6166,1,1,6727,75,1123631152,'2014-06-18 14:02:17',''),(6167,1,1,6728,67,1123631112,'2014-06-18 14:13:22',''),(6168,1,1,6729,10,1052613962,'2014-06-18 14:24:02','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=49&ved=0CJwBEBYwCDgo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D9%26controller%3Dproduct%26id_lang%3D1&ei=3KChU4TcK-3e7AbuoIGgBg&usg=AFQjCNFXhLp7DaHp6_6PebJY'),(6169,1,1,6730,10,3339975108,'2014-06-18 14:24:02',''),(6170,1,1,6731,1,2976269599,'2014-06-18 15:38:26','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(6171,1,1,6732,1,3376921872,'2014-06-18 16:09:13','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(6172,1,1,6733,15,1123631112,'2014-06-18 21:18:31',''),(6173,1,1,6734,56,1123631107,'2014-06-18 21:34:36',''),(6174,1,1,6735,1,3475901759,'2014-06-18 23:31:27',''),(6175,1,1,6736,1,3024881042,'2014-06-19 00:24:02',''),(6176,1,1,6737,50,624583759,'2014-06-19 04:47:30',''),(6177,1,1,6738,1,1123631107,'2014-06-19 05:41:48',''),(6178,1,1,6739,68,3024881311,'2014-06-19 06:23:18',''),(6179,1,1,6740,67,1123631152,'2014-06-19 09:28:33',''),(6180,1,1,6741,1,1542483317,'2014-06-19 10:18:58',''),(6181,1,1,6742,1,1542483272,'2014-06-19 10:18:59',''),(6182,1,1,6743,51,1123631107,'2014-06-19 10:19:34',''),(6183,1,1,6744,38,624583753,'2014-06-19 11:46:16',''),(6184,1,1,6745,1,1123631112,'2014-06-19 12:35:39',''),(6185,1,1,6747,69,3024880963,'2014-06-19 13:13:26',''),(6186,1,1,6748,14,3024881298,'2014-06-19 13:43:27',''),(6187,1,1,6749,1,3642828554,'2014-06-19 14:08:09','https://www.google.co.uk/'),(6188,1,1,6750,31,1123631107,'2014-06-19 14:43:12',''),(6189,1,1,6751,67,624583817,'2014-06-19 16:16:27',''),(6190,1,1,6752,1,1123631112,'2014-06-19 16:18:49',''),(6191,1,1,6753,56,1123631152,'2014-06-19 16:28:05',''),(6192,1,1,6754,75,1123631152,'2014-06-19 17:10:36',''),(6193,1,1,6755,28,1123631107,'2014-06-19 17:13:26',''),(6194,1,1,6756,16,624583844,'2014-06-19 17:18:35',''),(6195,1,1,6757,66,624583813,'2014-06-19 17:31:41',''),(6196,1,1,6758,63,1123631107,'2014-06-19 18:35:39',''),(6197,1,1,6759,1,3024880969,'2014-06-19 18:56:16',''),(6198,1,1,6761,1,1123631152,'2014-06-19 19:12:30',''),(6199,1,1,6762,1,1123631152,'2014-06-19 19:54:24',''),(6200,1,1,6763,9,1123631107,'2014-06-19 20:24:05',''),(6201,1,1,6764,50,1123631112,'2014-06-19 22:17:30',''),(6202,1,1,6765,1,84500980,'2014-06-19 22:17:49',''),(6203,1,1,6766,1,84500980,'2014-06-19 22:17:53',''),(6204,1,1,6767,1,84500980,'2014-06-19 22:17:56',''),(6205,1,1,6768,1,84500980,'2014-06-19 22:18:00',''),(6206,1,1,6769,1,84500980,'2014-06-19 22:18:05',''),(6207,1,1,6770,1,84500980,'2014-06-19 22:18:10',''),(6208,1,1,6771,1,84500980,'2014-06-19 22:18:13',''),(6209,1,1,6772,1,84500980,'2014-06-19 22:18:19',''),(6210,1,1,6773,1,84500980,'2014-06-19 22:18:28',''),(6211,1,1,6774,68,84500980,'2014-06-19 22:18:33',''),(6212,1,1,6775,67,84500980,'2014-06-19 22:18:37',''),(6213,1,1,6776,50,1123631107,'2014-06-19 23:51:40',''),(6214,1,1,6777,51,1123631152,'2014-06-19 23:54:25',''),(6215,1,1,6779,1,1123631152,'2014-06-20 01:11:01',''),(6216,1,1,6780,71,624583813,'2014-06-20 01:35:34',''),(6217,1,1,6781,1,3024881298,'2014-06-20 02:54:25',''),(6218,1,1,6782,1,1123631112,'2014-06-20 03:22:09',''),(6219,1,1,6783,3,1123631112,'2014-06-20 04:35:30',''),(6220,1,1,6784,69,3024880915,'2014-06-20 04:53:03',''),(6221,1,1,6785,56,1123631152,'2014-06-20 05:17:30',''),(6222,1,1,6786,1,2990476559,'2014-06-20 07:03:33',''),(6223,1,1,6787,1,2990476559,'2014-06-20 07:03:36',''),(6224,1,1,6788,1,2990476559,'2014-06-20 07:03:41',''),(6225,1,1,6789,45,624583824,'2014-06-20 07:14:44',''),(6226,1,1,6790,47,1123631152,'2014-06-20 07:54:25',''),(6227,1,1,6791,75,624583759,'2014-06-20 08:25:33',''),(6228,1,1,6792,43,624583910,'2014-06-20 09:05:18',''),(6229,1,1,6793,53,1123631107,'2014-06-20 09:08:16',''),(6230,1,1,6794,14,1123631107,'2014-06-20 09:59:02',''),(6231,1,1,6795,1,1542483284,'2014-06-20 10:06:58',''),(6232,1,1,6796,1,1542483272,'2014-06-20 10:06:59',''),(6233,1,1,6797,1,2516507536,'2014-06-20 11:26:30','https://www.google.co.uk/'),(6234,1,1,6798,1,2516507536,'2014-06-20 11:26:31','https://www.google.co.uk/'),(6235,1,1,6799,1,2516507536,'2014-06-20 11:26:31','https://www.google.co.uk/'),(6236,1,1,6800,1,2516507536,'2014-06-20 11:26:34','https://www.google.co.uk/'),(6237,1,1,6801,68,1123631152,'2014-06-20 11:35:58',''),(6238,1,1,6802,74,624583844,'2014-06-20 11:40:43',''),(6239,1,1,6803,56,1123631112,'2014-06-20 12:54:26',''),(6240,1,1,6804,9,3024881208,'2014-06-20 13:30:38',''),(6241,1,1,6805,46,1123631107,'2014-06-20 14:17:30',''),(6242,1,1,6806,49,1123631152,'2014-06-20 14:52:34',''),(6243,1,1,6807,15,1123631107,'2014-06-20 15:17:30',''),(6244,1,1,6808,1,3024880918,'2014-06-20 16:10:08',''),(6245,1,1,6809,47,624583759,'2014-06-20 16:10:28',''),(6246,1,1,6810,1,3024881289,'2014-06-20 16:55:35',''),(6247,1,1,6811,68,1123631112,'2014-06-20 16:59:03',''),(6248,1,1,6812,57,3024881298,'2014-06-20 17:10:32',''),(6249,1,1,6813,1,3140012743,'2014-06-20 17:15:27','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(6250,1,1,6814,1,3014885197,'2014-06-20 19:55:40','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(6251,1,1,6815,68,2637637454,'2014-06-21 01:01:57',''),(6252,1,1,6816,62,3024881377,'2014-06-21 04:34:09',''),(6253,1,1,6817,15,3516102166,'2014-06-21 05:06:45',''),(6254,1,1,6818,57,624583753,'2014-06-21 05:46:10',''),(6255,1,1,6819,1,2916136754,'2014-06-21 09:02:01',''),(6256,1,1,6820,1,2916136754,'2014-06-21 09:02:04',''),(6257,1,1,6821,1,2916136754,'2014-06-21 09:02:06',''),(6258,1,1,6822,1,2916136754,'2014-06-21 09:02:09',''),(6259,1,1,6823,1,2916136754,'2014-06-21 09:02:11',''),(6260,1,1,6824,1,2916136754,'2014-06-21 09:02:14',''),(6261,1,1,6825,1,2916136754,'2014-06-21 09:02:17',''),(6262,1,1,6826,1,2916136754,'2014-06-21 09:02:19',''),(6263,1,1,6827,1,2916136754,'2014-06-21 09:02:22',''),(6264,1,1,6828,73,624583751,'2014-06-21 09:49:38',''),(6265,1,1,6829,1,1542483297,'2014-06-21 10:07:33',''),(6266,1,1,6830,1,1542483318,'2014-06-21 10:07:34',''),(6267,1,1,6831,1,1367589556,'2014-06-21 10:27:52','https://www.google.co.uk/'),(6268,1,1,6832,56,624583751,'2014-06-21 11:59:24',''),(6269,1,1,6833,43,2637637448,'2014-06-21 12:30:09',''),(6270,1,1,6834,1,1577211046,'2014-06-21 12:40:27',''),(6271,1,1,6835,42,624583911,'2014-06-21 13:16:33',''),(6272,1,1,6836,65,2637637454,'2014-06-21 14:49:39',''),(6273,1,1,6837,1,1806312694,'2014-06-21 14:54:25',''),(6274,1,1,6838,6,1806312694,'2014-06-21 14:54:34',''),(6275,1,1,6839,9,1806312694,'2014-06-21 14:54:44',''),(6276,1,1,6840,51,1806312694,'2014-06-21 14:54:48',''),(6277,1,1,6841,62,1806312694,'2014-06-21 14:54:53',''),(6278,1,1,6842,65,1806312694,'2014-06-21 14:54:58',''),(6279,1,1,6843,64,1806312694,'2014-06-21 14:55:03',''),(6280,1,1,6844,63,1806312694,'2014-06-21 14:55:09',''),(6281,1,1,6845,56,1806312694,'2014-06-21 14:55:13',''),(6282,1,1,6846,28,1806312694,'2014-06-21 14:55:19',''),(6283,1,1,6847,50,1806312694,'2014-06-21 14:55:23',''),(6284,1,1,6848,55,1806312694,'2014-06-21 14:55:28',''),(6285,1,1,6849,69,1806312694,'2014-06-21 14:55:33',''),(6286,1,1,6850,41,1806312694,'2014-06-21 14:55:39',''),(6287,1,1,6851,42,1806312694,'2014-06-21 14:55:43',''),(6288,1,1,6852,45,1806312694,'2014-06-21 14:55:49',''),(6289,1,1,6853,16,1806312694,'2014-06-21 14:55:53',''),(6290,1,1,6854,10,1806312694,'2014-06-21 14:55:58',''),(6291,1,1,6855,49,1806312694,'2014-06-21 14:56:03',''),(6292,1,1,6856,44,1806312694,'2014-06-21 14:56:09',''),(6293,1,1,6857,58,1806312694,'2014-06-21 14:56:14',''),(6294,1,1,6858,27,1806312694,'2014-06-21 14:56:18',''),(6295,1,1,6859,57,1806312694,'2014-06-21 14:56:23',''),(6296,1,1,6860,53,1806312694,'2014-06-21 14:56:28',''),(6297,1,1,6861,48,1806312694,'2014-06-21 14:56:33',''),(6298,1,1,6862,38,1806312694,'2014-06-21 14:56:39',''),(6299,1,1,6863,43,1806312694,'2014-06-21 14:56:44',''),(6300,1,1,6864,52,1806312694,'2014-06-21 14:56:49',''),(6301,1,1,6865,16,1806312694,'2014-06-21 14:56:53',''),(6302,1,1,6866,67,1806312694,'2014-06-21 14:56:58',''),(6303,1,1,6867,74,1806312694,'2014-06-21 14:57:03',''),(6304,1,1,6868,59,1806312694,'2014-06-21 14:57:08',''),(6305,1,1,6869,75,1806312694,'2014-06-21 14:57:13',''),(6306,1,1,6870,68,1806312694,'2014-06-21 14:57:18',''),(6307,1,1,6871,16,1806312694,'2014-06-21 14:57:23',''),(6308,1,1,6872,71,1806312694,'2014-06-21 14:57:28',''),(6309,1,1,6873,72,1806312694,'2014-06-21 14:57:33',''),(6310,1,1,6874,73,1806312694,'2014-06-21 14:57:39',''),(6311,1,1,6875,70,1806312694,'2014-06-21 14:57:44',''),(6312,1,1,6876,43,1806312694,'2014-06-21 14:57:49',''),(6313,1,1,6877,43,1806312694,'2014-06-21 14:57:53',''),(6314,1,1,6878,47,1806312694,'2014-06-21 14:57:58',''),(6315,1,1,6879,15,1806312694,'2014-06-21 14:58:04',''),(6316,1,1,6880,31,1806312694,'2014-06-21 14:58:09',''),(6317,1,1,6881,66,1806312694,'2014-06-21 14:58:14',''),(6318,1,1,6882,54,1806312694,'2014-06-21 14:58:18',''),(6319,1,1,6883,26,1806312694,'2014-06-21 14:58:23',''),(6320,1,1,6884,26,1806312694,'2014-06-21 14:58:29',''),(6321,1,1,6885,26,1806312694,'2014-06-21 14:58:33',''),(6322,1,1,6886,26,1806312694,'2014-06-21 14:58:38',''),(6323,1,1,6887,26,1806312694,'2014-06-21 14:58:43',''),(6324,1,1,6888,26,1806312694,'2014-06-21 14:58:48',''),(6325,1,1,6889,26,1806312694,'2014-06-21 14:58:54',''),(6326,1,1,6890,26,1806312694,'2014-06-21 14:58:58',''),(6327,1,1,6891,26,1806312694,'2014-06-21 14:59:03',''),(6328,1,1,6892,26,1806312694,'2014-06-21 14:59:08',''),(6329,1,1,6893,26,1806312694,'2014-06-21 14:59:13',''),(6330,1,1,6894,26,1806312694,'2014-06-21 14:59:18',''),(6331,1,1,6895,26,1806312694,'2014-06-21 14:59:23',''),(6332,1,1,6896,26,1806312694,'2014-06-21 14:59:29',''),(6333,1,1,6897,26,1806312694,'2014-06-21 14:59:34',''),(6334,1,1,6898,26,1806312694,'2014-06-21 14:59:39',''),(6335,1,1,6899,26,1806312694,'2014-06-21 14:59:43',''),(6336,1,1,6900,26,1806312694,'2014-06-21 14:59:48',''),(6337,1,1,6901,26,1806312694,'2014-06-21 14:59:53',''),(6338,1,1,6902,26,1806312694,'2014-06-21 14:59:58',''),(6339,1,1,6903,26,1806312694,'2014-06-21 15:00:03',''),(6340,1,1,6904,26,1806312694,'2014-06-21 15:00:08',''),(6341,1,1,6905,26,1806312694,'2014-06-21 15:00:13',''),(6342,1,1,6906,26,1806312694,'2014-06-21 15:00:19',''),(6343,1,1,6907,26,1806312694,'2014-06-21 15:00:23',''),(6344,1,1,6908,26,1806312694,'2014-06-21 15:00:28',''),(6345,1,1,6909,26,1806312694,'2014-06-21 15:00:34',''),(6346,1,1,6910,26,1806312694,'2014-06-21 15:00:38',''),(6347,1,1,6911,26,1806312694,'2014-06-21 15:00:43',''),(6348,1,1,6912,26,1806312694,'2014-06-21 15:00:48',''),(6349,1,1,6913,26,1806312694,'2014-06-21 15:00:53',''),(6350,1,1,6914,26,1806312694,'2014-06-21 15:00:59',''),(6351,1,1,6915,26,1806312694,'2014-06-21 15:01:03',''),(6352,1,1,6916,26,1806312694,'2014-06-21 15:01:08',''),(6353,1,1,6917,27,84500980,'2014-06-21 16:17:52',''),(6354,1,1,6918,1,1123631929,'2014-06-21 16:37:30',''),(6355,1,1,6919,27,1123631929,'2014-06-21 18:24:08',''),(6356,1,1,6920,59,1123631942,'2014-06-21 19:37:14',''),(6357,1,1,6921,43,1123631929,'2014-06-21 20:46:40',''),(6358,1,1,6922,10,624583824,'2014-06-21 21:17:04',''),(6359,1,1,6923,1,624583759,'2014-06-21 22:19:06',''),(6360,1,1,6924,1,1123631955,'2014-06-21 22:30:50',''),(6361,1,1,6926,73,1123631955,'2014-06-21 23:53:04',''),(6362,1,1,6927,75,983843565,'2014-06-22 00:54:07','http://www.google.com.au/url?sa=t&rct=j&q=&esrc=s&source=web&cd=27&cad=rja&uact=8&ved=0CF8QFjAGOBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D31%26controller%3Dproduct%26id_lang%3D1&ei=cCimU7LoGIOulAWZj4C4DA&usg=AFQjCNHdyRBaXP'),(6363,1,1,6928,58,1123631942,'2014-06-22 01:11:39',''),(6364,1,1,6929,26,84500980,'2014-06-22 01:43:26',''),(6365,1,1,6930,26,84500980,'2014-06-22 01:43:37',''),(6366,1,1,6931,26,84500980,'2014-06-22 01:43:47',''),(6367,1,1,6932,26,84500980,'2014-06-22 01:44:00',''),(6368,1,1,6933,6,3475901779,'2014-06-22 03:28:23',''),(6369,1,1,6934,44,1123631929,'2014-06-22 03:37:23',''),(6370,1,1,6935,1,3024880914,'2014-06-22 04:33:08',''),(6371,1,1,6936,16,1123631929,'2014-06-22 06:00:12',''),(6372,1,1,6937,1,1163186166,'2014-06-22 06:14:19',''),(6373,1,1,6938,1,1163186166,'2014-06-22 07:51:06',''),(6374,1,1,6939,1,1542483283,'2014-06-22 10:13:16',''),(6375,1,1,6940,1,1542483292,'2014-06-22 10:13:17',''),(6376,1,1,6941,1,786803397,'2014-06-22 11:26:14',''),(6377,1,1,6942,52,3024881064,'2014-06-22 12:38:02',''),(6378,1,1,6943,1,3202963426,'2014-06-22 14:39:20','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(6379,1,1,6944,1,1123631929,'2014-06-22 17:01:29',''),(6380,1,1,6945,15,3024880913,'2014-06-22 17:44:19',''),(6381,1,1,6946,56,775992032,'2014-06-22 18:53:09','http://www.google.co.uk/url?sa=t&rct=j&q=rapid%20p609%20225%2045%20r17%20%20tyres&source=web&cd=1&cad=rja&uact=8&ved=0CD8QFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=jSWnU8T8E6Kv7'),(6382,1,1,6947,10,532261830,'2014-06-22 18:54:53',''),(6383,1,1,6948,1,35527359,'2014-06-22 20:36:27','https://www.google.co.uk/'),(6384,1,1,6949,1,1123631929,'2014-06-23 01:27:27',''),(6385,1,1,6950,1,1968049426,'2014-06-23 02:23:44',''),(6386,1,1,6951,26,2637637562,'2014-06-23 03:51:21',''),(6387,1,1,6952,1,84494600,'2014-06-23 04:15:54',''),(6388,1,1,6953,1,84494600,'2014-06-23 04:16:00',''),(6389,1,1,6954,1,84494600,'2014-06-23 04:16:08',''),(6390,1,1,6955,1,469489595,'2014-06-23 07:10:57',''),(6391,1,1,6956,6,469489595,'2014-06-23 07:10:59',''),(6392,1,1,6957,69,3475901706,'2014-06-23 07:37:45',''),(6393,1,1,6958,1,1123631955,'2014-06-23 08:35:43',''),(6394,1,1,6959,48,3024880990,'2014-06-23 09:14:53',''),(6395,1,1,6960,56,1385291502,'2014-06-23 09:35:29',''),(6396,1,1,6961,56,1385291502,'2014-06-23 09:38:09',''),(6397,1,1,6962,1,1542483306,'2014-06-23 10:18:53',''),(6398,1,1,6963,1,1542483271,'2014-06-23 10:18:54',''),(6399,1,1,6964,59,35527811,'2014-06-23 10:24:25','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&cad=rja&uact=8&ved=0CDEQFjAC&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D25%26controller%3Dproduct%26id_lang%3D1&ei=RACoU_-yF_D50gW_oIDwDg&usg=AFQjCNFr-Hd39RuKXL2'),(6400,1,1,6965,43,1311681710,'2014-06-23 12:22:55',''),(6401,1,1,6966,26,3475901735,'2014-06-23 13:06:14',''),(6402,1,1,6967,63,3475901706,'2014-06-23 21:02:01',''),(6403,1,1,6968,1,3024881119,'2014-06-23 21:19:29',''),(6404,1,1,6969,1,1123631417,'2014-06-23 23:21:09',''),(6405,1,1,6970,56,3475901735,'2014-06-24 00:24:23',''),(6406,1,1,6971,26,2637637619,'2014-06-24 00:26:04',''),(6407,1,1,6972,6,3024880916,'2014-06-24 01:04:45',''),(6408,1,1,6973,56,1123633787,'2014-06-24 01:27:38',''),(6409,1,1,6974,68,1123633787,'2014-06-24 03:09:47',''),(6410,1,1,6975,1,1123633787,'2014-06-24 03:43:52',''),(6411,1,1,6976,1,84500980,'2014-06-24 04:05:29',''),(6412,1,1,6977,1,84500980,'2014-06-24 04:05:36',''),(6413,1,1,6978,1,84500980,'2014-06-24 04:05:45',''),(6414,1,1,6979,1,84500980,'2014-06-24 04:05:52',''),(6415,1,1,6980,1,84500980,'2014-06-24 04:06:02',''),(6416,1,1,6981,1,84500980,'2014-06-24 04:06:16',''),(6417,1,1,6982,1,84500980,'2014-06-24 04:06:24',''),(6418,1,1,6983,1,84500980,'2014-06-24 04:06:42',''),(6419,1,1,6984,1,84500980,'2014-06-24 04:06:59',''),(6420,1,1,6985,62,1123633787,'2014-06-24 05:06:32',''),(6421,1,1,6986,26,2637637448,'2014-06-24 05:39:04',''),(6422,1,1,6987,43,3475901735,'2014-06-24 05:59:59',''),(6423,1,1,6988,10,1123633787,'2014-06-24 06:14:39',''),(6424,1,1,6989,51,1123633787,'2014-06-24 07:51:57',''),(6425,1,1,6990,52,1123633787,'2014-06-24 08:29:43',''),(6426,1,1,6992,1,631095636,'2014-06-24 08:53:41',''),(6427,1,1,6993,1,631095636,'2014-06-24 08:53:45',''),(6428,1,1,6994,1,631095636,'2014-06-24 08:53:48',''),(6429,1,1,6995,75,631095636,'2014-06-24 08:53:52',''),(6430,1,1,6996,74,631095636,'2014-06-24 08:53:57',''),(6431,1,1,6997,26,3475901735,'2014-06-24 09:03:46',''),(6432,1,1,6998,62,3475901821,'2014-06-24 11:23:45',''),(6433,1,1,6999,51,1123632516,'2014-06-24 12:44:08',''),(6434,1,1,7000,1,2548120801,'2014-06-24 12:48:01','https://www.google.co.uk/'),(6435,1,1,7001,1,2921645301,'2014-06-24 12:51:39',''),(6436,1,1,7002,1,3564751099,'2014-06-24 13:26:03','http://www.google.co.uk/url?url=http://www.mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ei=wnqpU_2JLKen0AXTxoCIAQ&ved=0CIUBEBYwEA&usg=AFQjCNEDs0Gpk9JoAPM8H6X06Sp4ojH1oA'),(6437,1,1,7003,45,624583816,'2014-06-24 13:27:37',''),(6438,1,1,7004,56,1838823286,'2014-06-24 13:35:08','https://www.google.co.uk/'),(6439,1,1,7005,1,1123632532,'2014-06-24 14:13:24',''),(6440,1,1,7006,1,1123632388,'2014-06-24 15:39:38',''),(6441,1,1,7007,68,624583812,'2014-06-24 16:25:50',''),(6442,1,1,7008,1,1542483287,'2014-06-24 18:00:01',''),(6443,1,1,7009,1,1542483297,'2014-06-24 18:00:02',''),(6444,1,1,7010,64,3475901821,'2014-06-24 18:38:49',''),(6445,1,1,7011,1,1123632532,'2014-06-24 19:26:25',''),(6446,1,1,7012,64,624583837,'2014-06-24 20:09:05',''),(6447,1,1,7013,1,1123632516,'2014-06-24 20:50:59',''),(6448,1,1,7014,27,1123632516,'2014-06-24 21:39:27',''),(6449,1,1,7015,42,1123632516,'2014-06-24 22:39:04',''),(6450,1,1,7016,1,1123632532,'2014-06-24 22:46:01',''),(6451,1,1,7017,69,624583848,'2014-06-24 23:58:03',''),(6452,1,1,7018,16,1123632388,'2014-06-25 00:08:06',''),(6453,1,1,7019,59,1123632532,'2014-06-25 00:58:54',''),(6454,1,1,7020,43,1123632388,'2014-06-25 02:31:33',''),(6455,1,1,7021,49,1123632532,'2014-06-25 03:33:51',''),(6456,1,1,7022,1,1123632388,'2014-06-25 05:07:29',''),(6457,1,1,7023,27,1123632388,'2014-06-25 06:51:34',''),(6458,1,1,7024,72,3024881212,'2014-06-25 07:59:57',''),(6459,1,1,7025,1,1534679567,'2014-06-25 09:26:44',''),(6460,1,1,7026,1,3024880957,'2014-06-25 10:40:10',''),(6461,1,1,7027,1,2970871355,'2014-06-25 12:10:47','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(6462,1,1,6960,56,1385290840,'2014-06-25 12:59:24',''),(6463,1,1,7028,1,3260163375,'2014-06-25 13:47:42','http://www.bing.com/search?q=tyres+blackburn&src=ie9tr'),(6464,1,1,7029,43,624583844,'2014-06-25 14:39:44',''),(6465,1,1,7030,1,1577903389,'2014-06-25 17:51:10','https://www.google.co.uk/'),(6466,1,1,7031,1,1542483279,'2014-06-25 18:07:30',''),(6467,1,1,7032,1,1542483305,'2014-06-25 18:07:31',''),(6468,1,1,7033,1,2953396329,'2014-06-25 19:57:13',''),(6469,1,1,7034,1,2953396329,'2014-06-25 19:57:18',''),(6470,1,1,7035,1,2953396329,'2014-06-25 19:57:29',''),(6471,1,1,7036,1,2953396329,'2014-06-25 19:57:41',''),(6472,1,1,7037,1,2953396329,'2014-06-25 19:57:51',''),(6473,1,1,7038,1,2953396329,'2014-06-25 19:58:00',''),(6474,1,1,7039,1,2953396329,'2014-06-25 19:58:23',''),(6475,1,1,7040,1,2953396329,'2014-06-25 19:58:32',''),(6476,1,1,7041,1,2953396329,'2014-06-25 19:58:57',''),(6477,1,1,7042,27,3024881200,'2014-06-25 23:13:32',''),(6478,1,1,7043,18,3475901821,'2014-06-26 00:29:40',''),(6479,1,1,7044,1,1442939810,'2014-06-26 04:00:26','https://www.google.co.uk/'),(6480,1,1,7045,57,624583844,'2014-06-26 08:14:22',''),(6481,1,1,7046,1,3024880991,'2014-06-26 09:18:31',''),(6482,1,1,7047,1,631095636,'2014-06-26 09:23:58',''),(6483,1,1,7048,1,631095636,'2014-06-26 09:24:01',''),(6484,1,1,7049,1,631095636,'2014-06-26 09:24:08',''),(6485,1,1,7050,1,3024881073,'2014-06-26 10:20:00',''),(6486,1,1,7051,1,1123632532,'2014-06-26 10:59:14',''),(6487,1,1,7052,1,3024881089,'2014-06-26 11:52:33',''),(6488,1,1,7053,27,1123632388,'2014-06-26 12:27:42',''),(6489,1,1,7054,43,624583771,'2014-06-26 12:38:49',''),(6490,1,1,7055,49,3475901699,'2014-06-26 13:04:22',''),(6491,1,1,7056,70,624583837,'2014-06-26 13:07:54',''),(6492,1,1,7057,59,1123632532,'2014-06-26 13:37:53',''),(6493,1,1,7058,65,3024881295,'2014-06-26 13:54:57',''),(6494,1,1,7059,72,1123632388,'2014-06-26 14:48:03',''),(6495,1,1,7060,63,1545356991,'2014-06-26 14:52:15','https://www.google.co.uk/'),(6496,1,1,7061,1,1041806727,'2014-06-26 14:52:59',''),(6497,1,1,7062,70,1123632532,'2014-06-26 15:42:58',''),(6498,1,1,7063,1,1368782918,'2014-06-26 16:31:51','http://www.yougetsignal.com/tools/web-sites-on-web-server/'),(6499,1,1,7064,73,1123632388,'2014-06-26 16:43:59',''),(6500,1,1,7065,67,1123632516,'2014-06-26 17:48:03',''),(6501,1,1,7066,1,1542483267,'2014-06-26 17:49:34',''),(6502,1,1,7067,1,1542483293,'2014-06-26 17:49:35',''),(6503,1,1,7068,75,1123632532,'2014-06-26 18:58:13',''),(6504,1,1,7069,26,2953396329,'2014-06-26 19:51:24',''),(6505,1,1,7070,26,2953396329,'2014-06-26 19:51:33',''),(6506,1,1,7071,26,2953396329,'2014-06-26 19:51:43',''),(6507,1,1,7072,26,2953396329,'2014-06-26 19:51:55',''),(6508,1,1,7073,26,2953396329,'2014-06-26 19:52:02',''),(6509,1,1,7074,52,2637637501,'2014-06-26 20:59:51',''),(6510,1,1,7075,58,1123632388,'2014-06-26 23:40:15',''),(6511,1,1,7076,1,3024881068,'2014-06-27 00:39:36',''),(6512,1,1,7077,1,1123632388,'2014-06-27 01:21:47',''),(6513,1,1,7078,1,1123632516,'2014-06-27 01:33:35',''),(6514,1,1,7079,16,3024880954,'2014-06-27 04:11:42',''),(6515,1,1,7080,27,624583844,'2014-06-27 07:27:37',''),(6516,1,1,7081,1,1596070488,'2014-06-27 09:21:51',''),(6517,1,1,7082,1,1596070488,'2014-06-27 09:21:55',''),(6518,1,1,7083,1,1596070488,'2014-06-27 09:22:04',''),(6519,1,1,7084,1,1596070488,'2014-06-27 09:22:08',''),(6520,1,1,7085,1,1596070488,'2014-06-27 09:22:17',''),(6521,1,1,7086,1,1596070488,'2014-06-27 09:22:19',''),(6522,1,1,7087,1,1596070488,'2014-06-27 09:22:24',''),(6523,1,1,7088,1,1596070488,'2014-06-27 09:22:30',''),(6524,1,1,7089,1,1596070488,'2014-06-27 09:22:33',''),(6525,1,1,7090,1,1123632532,'2014-06-27 10:57:13',''),(6526,1,1,7091,1,3024881305,'2014-06-27 11:57:05',''),(6527,1,1,7092,1,1546189306,'2014-06-27 12:40:53','http://www.google.com/search?q=m+and+s+tyres+blackburn&=client%3Dms-nokia-wp&oq=m+and+s+tyres+Blackburn+&gs_l=mobile-heirloom-serp.1.0.0i22i30l2.11398.14235.0.16070.5.5.0.0.0.0.968.2948.1j1j6-3.5.0....0...1c.1.34.mobile-heirloom-serp..3.2.905.1VAL-L2JpxI'),(6528,1,1,7093,56,3024881288,'2014-06-27 12:57:22',''),(6529,1,1,7094,55,1310772147,'2014-06-27 13:46:44','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=31&ved=0CF8QFjAKOBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D22%26controller%3Dproduct%26id_lang%3D1&ei=a3StU72bHI-p7AaE3ICoCw&usg=AFQjCNHhNMxO4AbTngKyh81sKrd0Dx'),(6530,1,1,7095,30,1123632388,'2014-06-27 14:07:42',''),(6531,1,1,7096,1,1542483309,'2014-06-27 17:58:28',''),(6532,1,1,7097,1,1542483317,'2014-06-27 17:58:29',''),(6533,1,1,7098,42,3024881042,'2014-06-27 18:03:33',''),(6534,1,1,7099,6,624583812,'2014-06-27 18:04:46',''),(6535,1,1,7100,1,1545051424,'2014-06-27 19:46:04',''),(6536,1,1,7101,1,1041806727,'2014-06-27 19:46:37',''),(6537,1,1,7102,1,624583844,'2014-06-27 21:09:30',''),(6538,1,1,7100,1,1545051424,'2014-06-27 21:10:43',''),(6539,1,1,7103,65,624583862,'2014-06-27 22:57:01',''),(6540,1,1,7104,1,1123632388,'2014-06-28 01:36:33',''),(6541,1,1,7105,1,87952617,'2014-06-28 02:36:47',''),(6542,1,1,7106,1,87952617,'2014-06-28 02:36:49',''),(6543,1,1,7107,1,87952617,'2014-06-28 02:36:50',''),(6544,1,1,7108,18,87952617,'2014-06-28 02:36:51',''),(6545,1,1,7109,3,87952617,'2014-06-28 02:36:53',''),(6546,1,1,7110,3,87952617,'2014-06-28 02:36:54',''),(6547,1,1,7111,1,87952617,'2014-06-28 02:36:56',''),(6548,1,1,7112,1,87952617,'2014-06-28 02:36:57',''),(6549,1,1,7113,1,87952617,'2014-06-28 02:36:58',''),(6550,1,1,7114,6,87952617,'2014-06-28 02:37:00',''),(6551,1,1,7115,18,87952617,'2014-06-28 02:37:01',''),(6552,1,1,7116,18,87952617,'2014-06-28 02:37:02',''),(6553,1,1,7117,1,1123632532,'2014-06-28 02:44:21',''),(6554,1,1,7118,56,1123632388,'2014-06-28 02:44:25',''),(6555,1,1,7119,68,1123632516,'2014-06-28 03:22:47',''),(6556,1,1,7120,15,1123632516,'2014-06-28 04:32:50',''),(6557,1,1,7121,1,3024880965,'2014-06-28 04:58:22',''),(6558,1,1,7122,10,1123632388,'2014-06-28 05:07:30',''),(6559,1,1,7123,62,1123632516,'2014-06-28 05:53:42',''),(6560,1,1,7125,55,1123632388,'2014-06-28 07:16:33',''),(6561,1,1,7126,63,624583844,'2014-06-28 07:17:14',''),(6562,1,1,7127,16,624583852,'2014-06-28 07:48:33',''),(6563,1,1,7128,57,1123632388,'2014-06-28 08:20:34',''),(6564,1,1,7129,54,1123632516,'2014-06-28 08:52:43',''),(6565,1,1,7130,46,1123632516,'2014-06-28 09:24:47',''),(6566,1,1,7131,1,1358863956,'2014-06-28 09:34:36','http://www.google.co.uk/search?q=MS+TYRES+BLACKBURN&hl=en-GB&gbv=2&safe=strict&oq=MS+TYRES+BLACKBURN&gs_l=heirloom-serp.3..0.68673.70001.0.70314.10.4.0.6.6.0.125.421.1j3.4.0....0...1ac.1.34.heirloom-serp..0.10.452.ndoTammDAYo'),(6567,1,1,7132,1,90614538,'2014-06-28 11:58:17',''),(6568,1,1,7133,1,1123635001,'2014-06-28 12:20:40',''),(6569,1,1,7134,1,1416106021,'2014-06-28 12:37:30',''),(6570,1,1,7135,1,1416106021,'2014-06-28 12:37:33',''),(6571,1,1,7136,1,1483344651,'2014-06-28 12:52:49','https://www.google.co.uk/'),(6572,1,1,7137,1,1483344651,'2014-06-28 12:52:50','https://www.google.co.uk/'),(6573,1,1,7138,56,1123635014,'2014-06-28 13:16:29',''),(6574,1,1,7139,45,2637637458,'2014-06-28 13:28:46',''),(6575,1,1,7140,68,1123635001,'2014-06-28 14:39:16',''),(6576,1,1,7141,45,1123635014,'2014-06-28 16:00:07',''),(6577,1,1,7142,1,1123635001,'2014-06-28 16:57:54',''),(6578,1,1,7143,45,2637637611,'2014-06-28 17:16:33',''),(6579,1,1,7144,1,1489375385,'2014-06-28 17:28:59',''),(6580,1,1,7145,1,1542483322,'2014-06-28 17:40:12',''),(6581,1,1,7146,1,1542483305,'2014-06-28 17:40:13',''),(6582,1,1,7147,43,1123635027,'2014-06-28 18:28:21',''),(6583,1,1,7148,38,1123635014,'2014-06-28 19:29:58',''),(6584,1,1,7149,53,1123635001,'2014-06-28 20:03:39',''),(6585,1,1,7150,1,1123635014,'2014-06-28 20:43:08',''),(6586,1,1,7152,51,1123635001,'2014-06-28 21:40:53',''),(6587,1,1,7153,51,624583748,'2014-06-28 23:25:12',''),(6588,1,1,7154,15,1123635027,'2014-06-28 23:32:32',''),(6589,1,1,7155,1,3172526783,'2014-06-29 01:15:43','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(6590,1,1,7156,1,1123635027,'2014-06-29 06:14:57',''),(6591,1,1,7157,59,3024880914,'2014-06-29 07:44:22',''),(6592,1,1,7158,53,624583848,'2014-06-29 09:15:00',''),(6593,1,1,7159,56,1404508215,'2014-06-29 09:40:32',''),(6594,1,1,7160,1,2499481254,'2014-06-29 11:37:10',''),(6595,1,1,7161,1,2499481254,'2014-06-29 11:37:17',''),(6596,1,1,7162,1,2499481254,'2014-06-29 11:37:32',''),(6597,1,1,7163,1,2499481254,'2014-06-29 11:37:37',''),(6598,1,1,7164,1,2499481254,'2014-06-29 11:37:51',''),(6599,1,1,7165,1,2499481254,'2014-06-29 11:38:02',''),(6600,1,1,7166,1,2499481254,'2014-06-29 11:38:26',''),(6601,1,1,7168,1,3587041387,'2014-06-29 11:38:47','http://www.google.co.uk/url?sa=t&source=web&cd=3&ved=0CDwQ_BcwAg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&rct=j&q=used%20tyres%20in%20blackburn&ei=i_OvU-XqKKSp7Aaz84HoCg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=RNs1q1E9xJsSLgkUeaX46g&bvm=bv.6983'),(6602,1,1,7167,1,2499481254,'2014-06-29 11:38:47',''),(6603,1,1,7169,1,2499481254,'2014-06-29 11:39:02',''),(6604,1,1,7170,1,3024880969,'2014-06-29 12:00:26',''),(6605,1,1,7171,1,1123631107,'2014-06-29 14:19:42',''),(6606,1,1,7172,1,1123631152,'2014-06-29 16:27:55',''),(6607,1,1,7173,1,1542483289,'2014-06-29 17:26:25',''),(6608,1,1,7174,1,1542483322,'2014-06-29 17:26:26',''),(6609,1,1,7175,68,1123631152,'2014-06-29 18:03:05',''),(6610,1,1,7176,56,1123631107,'2014-06-29 18:27:55',''),(6611,1,1,7177,14,1123631107,'2014-06-29 20:11:21',''),(6612,1,1,7178,1,1123631152,'2014-06-29 21:17:34',''),(6613,1,1,7179,1,1123631152,'2014-06-29 22:06:28',''),(6614,1,1,7180,51,1451772106,'2014-06-29 22:45:40','https://www.google.co.uk/'),(6615,1,1,7181,1,3024880924,'2014-06-30 04:55:48',''),(6616,1,1,7182,49,3024880990,'2014-06-30 05:40:02',''),(6617,1,1,7183,65,3027462017,'2014-06-30 06:56:44',''),(6618,1,1,7184,70,1123631152,'2014-06-30 07:00:58',''),(6619,1,1,7185,6,1094178801,'2014-06-30 09:59:41',''),(6620,1,1,7186,1,1546188926,'2014-06-30 12:39:52','https://www.google.co.uk/'),(6621,1,1,7187,1,3339975108,'2014-06-30 13:48:38',''),(6622,1,1,7188,1,1375799583,'2014-06-30 13:48:39','http://www.google.co.uk/url?url=http://www.mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ei=-WixU4iPFbH07Aa84YHABQ&ved=0CEUQoAIwCQ&usg=AFQjCNEwvMdjDBZI0sJsF3sHRlfazqo7Bw'),(6623,1,1,7189,1,3339975108,'2014-06-30 13:48:40',''),(6624,1,1,7190,1,1375799583,'2014-06-30 13:48:41','http://www.google.co.uk/url?url=http://www.mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ei=-WixU4iPFbH07Aa84YHABQ&ved=0CEUQoAIwCQ&usg=AFQjCNEwvMdjDBZI0sJsF3sHRlfazqo7Bw'),(6625,1,1,7191,1,1542483315,'2014-06-30 17:50:10',''),(6626,1,1,7192,1,1542483302,'2014-06-30 17:50:11',''),(6627,1,1,7193,43,3024880957,'2014-06-30 18:51:56',''),(6628,1,1,7194,68,1454197756,'2014-06-30 19:32:35','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=18&ved=0CHgQFjAHOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&ei=KLexU8jZDqWc0QXHsoHgBA&usg=AFQjCNHWZWIYgPzjc0ib6fccUKEC1C'),(6629,1,1,7195,1,1365306304,'2014-06-30 19:37:29','http://www.google.co.uk/url?sa=t&rct=j&q=tyre%20shops%20blackburn&source=web&cd=7&ved=0CDMQ_BcwBg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=M7uxU5SvC4in0wWN8IDYBA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(6630,1,1,7196,1,1048628852,'2014-06-30 19:38:14',''),(6631,1,1,7197,1,1048628852,'2014-06-30 19:38:15',''),(6632,1,1,7198,1,1048628852,'2014-06-30 19:38:17',''),(6633,1,1,7199,18,1048628852,'2014-06-30 19:38:18',''),(6634,1,1,7200,3,1048628852,'2014-06-30 19:38:20',''),(6635,1,1,7201,3,1048628852,'2014-06-30 19:38:21',''),(6636,1,1,7202,1,1048628852,'2014-06-30 19:38:23',''),(6637,1,1,7203,1,1048628852,'2014-06-30 19:38:24',''),(6638,1,1,7204,1,1048628852,'2014-06-30 19:38:25',''),(6639,1,1,7205,6,1048628852,'2014-06-30 19:38:26',''),(6640,1,1,7206,18,1048628852,'2014-06-30 19:38:27',''),(6641,1,1,7207,18,1048628852,'2014-06-30 19:38:28',''),(6642,1,1,7208,18,1048628852,'2014-06-30 19:38:29',''),(6643,1,1,7209,1,1048628852,'2014-06-30 19:38:31',''),(6644,1,1,7210,1,1048628852,'2014-06-30 19:38:32',''),(6645,1,1,7211,1,1048628852,'2014-06-30 19:38:33',''),(6646,1,1,7212,9,1048628852,'2014-06-30 19:38:34',''),(6647,1,1,7213,1,1048628852,'2014-06-30 19:38:35',''),(6648,1,1,7214,1,1048628852,'2014-06-30 19:38:47',''),(6649,1,1,7215,18,1048628852,'2014-06-30 19:38:48',''),(6650,1,1,7216,3,1048628852,'2014-06-30 19:38:50',''),(6651,1,1,7217,3,1048628852,'2014-06-30 19:38:51',''),(6652,1,1,7218,1,1048628852,'2014-06-30 19:38:52',''),(6653,1,1,7219,1,1048628852,'2014-06-30 19:38:53',''),(6654,1,1,7220,1,1048628852,'2014-06-30 19:38:54',''),(6655,1,1,7221,6,1048628852,'2014-06-30 19:38:55',''),(6656,1,1,7222,18,1048628852,'2014-06-30 19:38:56',''),(6657,1,1,7223,18,1048628852,'2014-06-30 19:38:57',''),(6658,1,1,7224,18,1048628852,'2014-06-30 19:38:59',''),(6659,1,1,7225,1,1048628852,'2014-06-30 19:39:00',''),(6660,1,1,7226,1,1048628852,'2014-06-30 19:39:01',''),(6661,1,1,7227,1,1048628852,'2014-06-30 19:39:02',''),(6662,1,1,7228,9,1048628852,'2014-06-30 19:39:03',''),(6663,1,1,7229,1,1048628852,'2014-06-30 19:39:04',''),(6664,1,1,7230,1,1048628852,'2014-06-30 19:39:16',''),(6665,1,1,7231,18,1048628852,'2014-06-30 19:39:17',''),(6666,1,1,7232,3,1048628852,'2014-06-30 19:39:18',''),(6667,1,1,7233,3,1048628852,'2014-06-30 19:39:20',''),(6668,1,1,7234,1,1048628852,'2014-06-30 19:39:21',''),(6669,1,1,7235,1,1048628852,'2014-06-30 19:39:22',''),(6670,1,1,7236,1,1048628852,'2014-06-30 19:39:23',''),(6671,1,1,7237,6,1048628852,'2014-06-30 19:39:25',''),(6672,1,1,7238,18,1048628852,'2014-06-30 19:39:26',''),(6673,1,1,7239,18,1048628852,'2014-06-30 19:39:27',''),(6674,1,1,7240,18,1048628852,'2014-06-30 19:39:28',''),(6675,1,1,7241,1,1048628852,'2014-06-30 19:39:29',''),(6676,1,1,7242,1,1048628852,'2014-06-30 19:39:30',''),(6677,1,1,7243,1,1048628852,'2014-06-30 19:39:31',''),(6678,1,1,7244,9,1048628852,'2014-06-30 19:39:32',''),(6679,1,1,7245,1,1048628852,'2014-06-30 19:39:34',''),(6680,1,1,7246,1,1048628852,'2014-06-30 19:39:35',''),(6681,1,1,7247,1,1048628852,'2014-06-30 19:39:36',''),(6682,1,1,7248,1,1048628852,'2014-06-30 19:39:42',''),(6683,1,1,7249,18,1048628852,'2014-06-30 19:39:43',''),(6684,1,1,7250,3,1048628852,'2014-06-30 19:39:45',''),(6685,1,1,7251,3,1048628852,'2014-06-30 19:39:46',''),(6686,1,1,7252,1,1048628852,'2014-06-30 19:39:48',''),(6687,1,1,7253,1,1048628852,'2014-06-30 19:39:49',''),(6688,1,1,7254,1,1048628852,'2014-06-30 19:39:50',''),(6689,1,1,7255,6,1048628852,'2014-06-30 19:39:51',''),(6690,1,1,7256,18,1048628852,'2014-06-30 19:39:51',''),(6691,1,1,7257,18,1048628852,'2014-06-30 19:39:53',''),(6692,1,1,7258,18,1048628852,'2014-06-30 19:39:54',''),(6693,1,1,7259,1,1048628852,'2014-06-30 19:39:56',''),(6694,1,1,7260,1,1048628852,'2014-06-30 19:39:57',''),(6695,1,1,7261,1,1048628852,'2014-06-30 19:39:58',''),(6696,1,1,7262,9,1048628852,'2014-06-30 19:39:58',''),(6697,1,1,7263,1,1048628852,'2014-06-30 19:40:00',''),(6698,1,1,7264,29,1048628852,'2014-06-30 19:40:01',''),(6699,1,1,7265,1,1048628852,'2014-06-30 19:40:02',''),(6700,1,1,7266,1,1048628852,'2014-06-30 19:40:03',''),(6701,1,1,7267,1,1048628852,'2014-06-30 19:40:11',''),(6702,1,1,7268,18,1048628852,'2014-06-30 19:40:12',''),(6703,1,1,7269,3,1048628852,'2014-06-30 19:40:13',''),(6704,1,1,7270,3,1048628852,'2014-06-30 19:40:14',''),(6705,1,1,7271,1,1048628852,'2014-06-30 19:40:16',''),(6706,1,1,7272,1,1048628852,'2014-06-30 19:40:17',''),(6707,1,1,7273,1,1048628852,'2014-06-30 19:40:18',''),(6708,1,1,7274,6,1048628852,'2014-06-30 19:40:19',''),(6709,1,1,7275,18,1048628852,'2014-06-30 19:40:20',''),(6710,1,1,7276,18,1048628852,'2014-06-30 19:40:21',''),(6711,1,1,7277,18,1048628852,'2014-06-30 19:40:22',''),(6712,1,1,7278,1,1048628852,'2014-06-30 19:40:24',''),(6713,1,1,7279,1,1048628852,'2014-06-30 19:40:25',''),(6714,1,1,7280,1,1048628852,'2014-06-30 19:40:26',''),(6715,1,1,7281,9,1048628852,'2014-06-30 19:40:27',''),(6716,1,1,7282,1,1048628852,'2014-06-30 19:40:28',''),(6717,1,1,7283,1,1048628852,'2014-06-30 19:40:40',''),(6718,1,1,7284,18,1048628852,'2014-06-30 19:40:41',''),(6719,1,1,7285,3,1048628852,'2014-06-30 19:40:43',''),(6720,1,1,7286,3,1048628852,'2014-06-30 19:40:44',''),(6721,1,1,7287,1,1048628852,'2014-06-30 19:40:45',''),(6722,1,1,7288,1,1048628852,'2014-06-30 19:40:46',''),(6723,1,1,7289,1,1048628852,'2014-06-30 19:40:47',''),(6724,1,1,7290,6,1048628852,'2014-06-30 19:40:48',''),(6725,1,1,7291,18,1048628852,'2014-06-30 19:40:49',''),(6726,1,1,7292,18,1048628852,'2014-06-30 19:40:50',''),(6727,1,1,7293,18,1048628852,'2014-06-30 19:40:52',''),(6728,1,1,7294,1,1048628852,'2014-06-30 19:40:53',''),(6729,1,1,7295,1,1048628852,'2014-06-30 19:40:54',''),(6730,1,1,7296,1,1048628852,'2014-06-30 19:40:55',''),(6731,1,1,7297,9,1048628852,'2014-06-30 19:40:56',''),(6732,1,1,7298,1,1048628852,'2014-06-30 19:40:57',''),(6733,1,1,7299,1,1048628852,'2014-06-30 19:41:06',''),(6734,1,1,7300,18,1048628852,'2014-06-30 19:41:07',''),(6735,1,1,7301,3,1048628852,'2014-06-30 19:41:08',''),(6736,1,1,7302,3,1048628852,'2014-06-30 19:41:09',''),(6737,1,1,7303,1,1048628852,'2014-06-30 19:41:11',''),(6738,1,1,7304,1,1048628852,'2014-06-30 19:41:12',''),(6739,1,1,7305,1,1048628852,'2014-06-30 19:41:13',''),(6740,1,1,7306,6,1048628852,'2014-06-30 19:41:14',''),(6741,1,1,7307,18,1048628852,'2014-06-30 19:41:15',''),(6742,1,1,7308,18,1048628852,'2014-06-30 19:41:16',''),(6743,1,1,7309,18,1048628852,'2014-06-30 19:41:17',''),(6744,1,1,7310,1,1048628852,'2014-06-30 19:41:19',''),(6745,1,1,7311,1,1048628852,'2014-06-30 19:41:20',''),(6746,1,1,7312,1,1048628852,'2014-06-30 19:41:21',''),(6747,1,1,7313,9,1048628852,'2014-06-30 19:41:22',''),(6748,1,1,7314,1,1048628852,'2014-06-30 19:41:23',''),(6749,1,1,7315,1,1048628852,'2014-06-30 19:41:33',''),(6750,1,1,7316,18,1048628852,'2014-06-30 19:41:34',''),(6751,1,1,7317,3,1048628852,'2014-06-30 19:41:35',''),(6752,1,1,7318,3,1048628852,'2014-06-30 19:41:36',''),(6753,1,1,7319,1,1048628852,'2014-06-30 19:41:38',''),(6754,1,1,7320,1,1048628852,'2014-06-30 19:41:39',''),(6755,1,1,7321,1,1048628852,'2014-06-30 19:41:40',''),(6756,1,1,7322,6,1048628852,'2014-06-30 19:41:41',''),(6757,1,1,7323,18,1048628852,'2014-06-30 19:41:42',''),(6758,1,1,7324,18,1048628852,'2014-06-30 19:41:43',''),(6759,1,1,7325,18,1048628852,'2014-06-30 19:41:45',''),(6760,1,1,7326,1,1048628852,'2014-06-30 19:41:46',''),(6761,1,1,7327,1,1048628852,'2014-06-30 19:41:47',''),(6762,1,1,7328,1,1048628852,'2014-06-30 19:41:48',''),(6763,1,1,7329,9,1048628852,'2014-06-30 19:41:50',''),(6764,1,1,7330,1,1048628852,'2014-06-30 19:41:52',''),(6765,1,1,7331,10,2637637611,'2014-06-30 20:01:00',''),(6766,1,1,7332,1,621361564,'2014-06-30 20:08:34',''),(6767,1,1,7333,1,1123632532,'2014-06-30 20:29:08',''),(6768,1,1,7334,1,1546189157,'2014-06-30 21:07:19','http://www.google.co.uk/'),(6769,1,1,7335,62,1523967628,'2014-06-30 22:20:03','http://www.google.com/url?sa=t&rct=j&q=235%2F40wr18%2097w%20landsail%20ocena%20&source=web&cd=4&ved=0CCwQFjAD&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D26%26controller%3Dproduct%26id_lang%3D1&ei=g-GxU_TuGPDo7Aal2YGIDw&usg=AFQ'),(6770,1,1,7336,1,523586961,'2014-06-30 22:45:07','https://www.google.co.uk/'),(6771,1,1,7337,63,1404247948,'2014-06-30 23:29:37','http://www.google.se/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&docid=3uSfZXY4Avc0TM&tbnid=I301En-mkEv4gM:&ved=0CAEQjxw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D27%26controller%3Dproduct%26id_lang%3D1&ei=z_GxU-bmFOK9ygOX04GY'),(6772,1,1,7338,45,624583771,'2014-06-30 23:47:31',''),(6773,1,1,7339,1,3516102255,'2014-06-30 23:58:59',''),(6774,1,1,7340,1,1489388043,'2014-07-01 01:18:25',''),(6775,1,1,7341,1,1489388043,'2014-07-01 01:18:28',''),(6776,1,1,7342,1,1489388043,'2014-07-01 01:18:46',''),(6777,1,1,7343,44,624583907,'2014-07-01 01:28:04',''),(6778,1,1,7344,31,1123632516,'2014-07-01 03:41:48',''),(6779,1,1,7345,38,1123632532,'2014-07-01 06:08:08',''),(6780,1,1,7346,45,1123632388,'2014-07-01 07:43:23',''),(6781,1,1,7347,72,624583817,'2014-07-01 08:43:04',''),(6782,1,1,7348,59,1123632516,'2014-07-01 09:11:09',''),(6783,1,1,7349,73,3024880921,'2014-07-01 09:13:25',''),(6784,1,1,7350,1,1381937297,'2014-07-01 09:49:16','http://www.1businessenterprise.co.uk/our-clients.php'),(6785,1,1,7351,63,3024881383,'2014-07-01 09:50:05',''),(6786,1,1,7352,26,1381937297,'2014-07-01 09:52:10',''),(6787,1,1,7353,55,1381937297,'2014-07-01 09:53:27',''),(6788,1,1,7354,43,1381937297,'2014-07-01 09:54:41',''),(6789,1,1,7355,26,1381937297,'2014-07-01 09:55:53',''),(6790,1,1,7356,63,1381937297,'2014-07-01 09:57:09',''),(6791,1,1,7357,69,1381937297,'2014-07-01 09:58:26',''),(6792,1,1,7358,52,1381937297,'2014-07-01 09:59:42',''),(6793,1,1,7359,10,1381937297,'2014-07-01 10:00:58',''),(6794,1,1,7360,3,1381937297,'2014-07-01 10:02:14',''),(6795,1,1,7361,59,1381937297,'2014-07-01 10:03:29',''),(6796,1,1,7362,72,1381937297,'2014-07-01 10:04:45',''),(6797,1,1,7363,16,1381937297,'2014-07-01 10:06:01',''),(6798,1,1,7364,45,1381937297,'2014-07-01 10:07:20',''),(6799,1,1,7365,50,1381937297,'2014-07-01 10:08:35',''),(6800,1,1,7366,18,1381937297,'2014-07-01 10:09:54',''),(6801,1,1,7367,54,1381937297,'2014-07-01 10:11:14',''),(6802,1,1,7368,42,1381937297,'2014-07-01 10:12:32',''),(6803,1,1,7369,71,1381937297,'2014-07-01 10:13:50',''),(6804,1,1,7370,67,1381937297,'2014-07-01 10:15:09',''),(6805,1,1,7371,66,1381937297,'2014-07-01 10:16:28',''),(6806,1,1,7372,53,1381937297,'2014-07-01 10:17:48',''),(6807,1,1,7373,73,1381937297,'2014-07-01 10:19:09',''),(6808,1,1,7374,75,1381937297,'2014-07-01 10:20:27',''),(6809,1,1,7375,27,1381937297,'2014-07-01 10:21:45',''),(6810,1,1,7376,10,1123632516,'2014-07-01 10:22:55',''),(6811,1,1,7377,57,1381937297,'2014-07-01 10:23:04',''),(6812,1,1,7378,58,1381937297,'2014-07-01 10:24:27',''),(6813,1,1,7379,74,1381937297,'2014-07-01 10:25:48',''),(6814,1,1,7380,47,1381937297,'2014-07-01 10:27:10',''),(6815,1,1,7381,31,1381937297,'2014-07-01 10:28:32',''),(6816,1,1,7382,38,1381937297,'2014-07-01 10:29:51',''),(6817,1,1,7383,26,1381937297,'2014-07-01 10:31:12',''),(6818,1,1,7384,51,1381937297,'2014-07-01 10:32:30',''),(6819,1,1,7385,44,1381937297,'2014-07-01 10:33:48',''),(6820,1,1,7386,26,1381937297,'2014-07-01 10:35:05',''),(6821,1,1,7387,9,1381937297,'2014-07-01 10:36:23',''),(6822,1,1,7388,68,1381937297,'2014-07-01 10:37:39',''),(6823,1,1,7389,26,1381937297,'2014-07-01 10:38:55',''),(6824,1,1,7390,62,1381937297,'2014-07-01 10:40:11',''),(6825,1,1,7391,16,1381937297,'2014-07-01 10:41:26',''),(6826,1,1,7392,49,1381937297,'2014-07-01 10:42:45',''),(6827,1,1,7393,16,1381937297,'2014-07-01 10:44:00',''),(6828,1,1,7394,28,1381937297,'2014-07-01 10:45:15',''),(6829,1,1,7395,15,1381937297,'2014-07-01 10:46:34',''),(6830,1,1,7396,56,1381937297,'2014-07-01 10:47:51',''),(6831,1,1,7397,43,1381937297,'2014-07-01 10:49:08',''),(6832,1,1,7398,64,1381937297,'2014-07-01 10:50:23',''),(6833,1,1,7399,41,1381937297,'2014-07-01 10:51:42',''),(6834,1,1,7400,65,1381937297,'2014-07-01 10:52:59',''),(6835,1,1,7401,48,1381937297,'2014-07-01 10:54:15',''),(6836,1,1,7402,43,1381937297,'2014-07-01 10:55:30',''),(6837,1,1,7403,6,1381937297,'2014-07-01 10:56:46',''),(6838,1,1,7404,56,624583771,'2014-07-01 13:21:19',''),(6839,1,1,7405,58,3024881210,'2014-07-01 14:50:14',''),(6840,1,1,7406,1,1123634803,'2014-07-01 16:40:21',''),(6841,1,1,7407,55,624583864,'2014-07-01 17:11:24',''),(6842,1,1,7408,1,1381937297,'2014-07-01 17:53:59','http://www.1businessenterprise.co.uk/our-clients.php'),(6843,1,1,7409,26,1381937297,'2014-07-01 17:55:16',''),(6844,1,1,7410,55,1381937297,'2014-07-01 17:56:36',''),(6845,1,1,7411,43,1381937297,'2014-07-01 17:57:53',''),(6846,1,1,7412,26,1381937297,'2014-07-01 17:59:08',''),(6847,1,1,7413,63,1381937297,'2014-07-01 18:00:27',''),(6848,1,1,7414,69,1381937297,'2014-07-01 18:01:46',''),(6849,1,1,7415,52,1381937297,'2014-07-01 18:03:02',''),(6850,1,1,7416,10,1381937297,'2014-07-01 18:04:19',''),(6851,1,1,7417,3,1381937297,'2014-07-01 18:05:34',''),(6852,1,1,7418,59,1381937297,'2014-07-01 18:06:54',''),(6853,1,1,7419,72,1381937297,'2014-07-01 18:08:10',''),(6854,1,1,7420,26,2637637611,'2014-07-01 18:08:11',''),(6855,1,1,7421,1,1542483305,'2014-07-01 18:09:05',''),(6856,1,1,7422,1,1542483286,'2014-07-01 18:09:06',''),(6857,1,1,7423,16,1381937297,'2014-07-01 18:09:28',''),(6858,1,1,7424,45,1381937297,'2014-07-01 18:10:47',''),(6859,1,1,7425,50,1381937297,'2014-07-01 18:12:08',''),(6860,1,1,7426,18,1381937297,'2014-07-01 18:13:30',''),(6861,1,1,7427,54,1381937297,'2014-07-01 18:14:48',''),(6862,1,1,7428,42,1381937297,'2014-07-01 18:16:09',''),(6863,1,1,7429,71,1381937297,'2014-07-01 18:17:29',''),(6864,1,1,7430,67,1381937297,'2014-07-01 18:18:48',''),(6865,1,1,7431,66,1381937297,'2014-07-01 18:20:08',''),(6866,1,1,7432,53,1381937297,'2014-07-01 18:21:28',''),(6867,1,1,7433,73,1381937297,'2014-07-01 18:22:45',''),(6868,1,1,7434,75,1381937297,'2014-07-01 18:24:01',''),(6869,1,1,7435,27,1381937297,'2014-07-01 18:25:21',''),(6870,1,1,7436,57,1381937297,'2014-07-01 18:26:43',''),(6871,1,1,7437,58,1381937297,'2014-07-01 18:28:04',''),(6872,1,1,7438,74,1381937297,'2014-07-01 18:29:27',''),(6873,1,1,7439,47,1381937297,'2014-07-01 18:30:49',''),(6874,1,1,7440,31,1381937297,'2014-07-01 18:32:08',''),(6875,1,1,7441,38,1381937297,'2014-07-01 18:33:31',''),(6876,1,1,7442,26,1381937297,'2014-07-01 18:34:49',''),(6877,1,1,7443,51,1381937297,'2014-07-01 18:36:06',''),(6878,1,1,7444,44,1381937297,'2014-07-01 18:37:27',''),(6879,1,1,7445,26,1381937297,'2014-07-01 18:38:43',''),(6880,1,1,7446,9,1381937297,'2014-07-01 18:40:02',''),(6881,1,1,7447,68,1381937297,'2014-07-01 18:41:22',''),(6882,1,1,7448,26,1381937297,'2014-07-01 18:42:40',''),(6883,1,1,7449,62,1381937297,'2014-07-01 18:43:57',''),(6884,1,1,7450,16,1381937297,'2014-07-01 18:45:14',''),(6885,1,1,7451,49,1381937297,'2014-07-01 18:46:33',''),(6886,1,1,7452,16,1381937297,'2014-07-01 18:47:49',''),(6887,1,1,7453,28,1381937297,'2014-07-01 18:49:05',''),(6888,1,1,7454,15,1381937297,'2014-07-01 18:50:22',''),(6889,1,1,7455,56,1381937297,'2014-07-01 18:51:42',''),(6890,1,1,7456,43,1381937297,'2014-07-01 18:53:02',''),(6891,1,1,7457,64,1381937297,'2014-07-01 18:54:24',''),(6892,1,1,7458,41,1381937297,'2014-07-01 18:55:41',''),(6893,1,1,7459,65,1381937297,'2014-07-01 18:56:59',''),(6894,1,1,7460,48,1381937297,'2014-07-01 18:58:19',''),(6895,1,1,7461,43,1381937297,'2014-07-01 18:59:41',''),(6896,1,1,7462,6,1381937297,'2014-07-01 19:00:58',''),(6897,1,1,7463,1,84480659,'2014-07-01 20:01:42',''),(6898,1,1,7464,1,84480659,'2014-07-01 20:01:47',''),(6899,1,1,7465,1,84480659,'2014-07-01 20:01:58',''),(6900,1,1,7466,1,84480659,'2014-07-01 20:02:10',''),(6901,1,1,7467,1,84480659,'2014-07-01 20:02:20',''),(6902,1,1,7468,1,84480659,'2014-07-01 20:02:45',''),(6903,1,1,7469,1,84480659,'2014-07-01 20:02:54',''),(6904,1,1,7470,1,84480659,'2014-07-01 20:03:17',''),(6905,1,1,7471,1,84480659,'2014-07-01 20:03:36',''),(6906,1,1,7472,1,3024881284,'2014-07-01 22:08:47',''),(6907,1,1,7473,43,2637637569,'2014-07-02 00:09:38',''),(6908,1,1,7474,1,1123634796,'2014-07-02 00:16:29',''),(6909,1,1,7475,1,1123634803,'2014-07-02 00:25:12',''),(6910,1,1,7476,71,1123634789,'2014-07-02 01:58:15',''),(6911,1,1,7477,10,1123634803,'2014-07-02 05:31:18',''),(6912,1,1,7478,1,1123634796,'2014-07-02 05:38:22',''),(6913,1,1,7479,65,2637637429,'2014-07-02 06:32:27',''),(6914,1,1,7480,15,1123634803,'2014-07-02 08:33:05',''),(6915,1,1,7481,44,3475901756,'2014-07-02 10:50:27',''),(6916,1,1,7482,16,2637637611,'2014-07-02 11:10:08',''),(6917,1,1,7483,1,2990476559,'2014-07-02 11:44:12',''),(6918,1,1,7484,1,2990476559,'2014-07-02 11:44:21',''),(6919,1,1,7485,1,2990476559,'2014-07-02 11:44:35',''),(6920,1,1,7486,48,624583858,'2014-07-02 12:58:22',''),(6921,1,1,7487,1,1466967321,'2014-07-02 15:02:07','https://www.google.co.uk/'),(6922,1,1,7488,1,2979902994,'2014-07-02 15:12:37','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(6923,1,1,7489,38,624583816,'2014-07-02 16:20:56',''),(6924,1,1,7490,1,1542483274,'2014-07-02 18:02:39',''),(6925,1,1,7491,1,1542483282,'2014-07-02 18:02:41',''),(6926,1,1,7492,1,1123632388,'2014-07-02 19:15:31',''),(6927,1,1,7493,6,3475901756,'2014-07-02 19:24:13',''),(6928,1,1,7494,1,786803397,'2014-07-02 20:07:49',''),(6929,1,1,7495,49,624583850,'2014-07-02 20:26:30',''),(6930,1,1,7496,56,1123632532,'2014-07-02 20:49:58',''),(6931,1,1,7497,65,1123632532,'2014-07-02 22:40:39',''),(6932,1,1,7499,63,1123632388,'2014-07-02 23:42:10',''),(6933,1,1,7500,46,3024881045,'2014-07-03 00:20:51',''),(6934,1,1,7501,41,1123632388,'2014-07-03 01:00:00',''),(6935,1,1,7502,48,1123632532,'2014-07-03 01:41:06',''),(6936,1,1,7503,1,3024881048,'2014-07-03 02:06:55',''),(6937,1,1,7504,56,1123632388,'2014-07-03 02:48:48',''),(6938,1,1,7506,26,3475901756,'2014-07-03 03:14:18',''),(6939,1,1,7507,55,1123632388,'2014-07-03 03:49:35',''),(6940,1,1,7508,47,1123632532,'2014-07-03 03:54:05',''),(6941,1,1,7509,58,2637637429,'2014-07-03 04:41:00',''),(6942,1,1,7510,6,1123632516,'2014-07-03 04:45:46',''),(6943,1,1,7511,31,1123632532,'2014-07-03 06:01:59',''),(6944,1,1,7513,28,3024881166,'2014-07-03 06:57:53',''),(6945,1,1,7514,1,3497226059,'2014-07-03 07:09:58',''),(6946,1,1,7515,26,3497226059,'2014-07-03 07:11:11',''),(6947,1,1,7516,68,1314300788,'2014-07-03 07:37:56','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=26&ved=0CIABEBYwDzgK&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&ei=7wa1U4DrGY7Y7Abj6YGYDw&usg=AFQjCNHWZWIYgPzjc0ib6fccUKEC1'),(6948,1,1,7517,73,1123632516,'2014-07-03 10:49:00',''),(6949,1,1,7518,1,1545059548,'2014-07-03 11:24:01','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=17&ved=0CLMBEBYwEA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=oDu1U7m-CsX80QWZ64GoCA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.70138588,d.ZWU'),(6950,1,1,7519,1,1041806727,'2014-07-03 11:56:23',''),(6951,1,1,7520,1,1041806727,'2014-07-03 11:56:28',''),(6952,1,1,7521,1,1055403274,'2014-07-03 12:25:34','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&ved=0CDEQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=mUq1U-XND4GvO-mygbgJ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(6953,1,1,7522,1,1123632516,'2014-07-03 13:12:41',''),(6954,1,1,7523,1,1123632532,'2014-07-03 14:15:15',''),(6955,1,1,7524,1,84481482,'2014-07-03 15:24:35',''),(6956,1,1,7525,1,84481482,'2014-07-03 15:24:41',''),(6957,1,1,7526,1,84481482,'2014-07-03 15:24:48',''),(6958,1,1,7527,1,84481482,'2014-07-03 15:25:09',''),(6959,1,1,7528,1,84481482,'2014-07-03 15:25:23',''),(6960,1,1,7529,1,84481482,'2014-07-03 15:25:34',''),(6961,1,1,7530,1,84481482,'2014-07-03 15:25:49',''),(6962,1,1,7531,1,84481482,'2014-07-03 15:26:12',''),(6963,1,1,7532,1,84481482,'2014-07-03 15:26:27',''),(6964,1,1,7533,1,1152704815,'2014-07-03 15:38:40',''),(6965,1,1,7534,1,1123632516,'2014-07-03 15:39:35',''),(6966,1,1,7535,15,1123632532,'2014-07-03 15:56:49',''),(6967,1,1,7536,1,1123632388,'2014-07-03 16:53:57',''),(6968,1,1,7537,47,1123632516,'2014-07-03 17:03:55',''),(6969,1,1,7538,15,3475901756,'2014-07-03 17:28:45',''),(6970,1,1,7539,1,1123632532,'2014-07-03 17:44:44',''),(6971,1,1,7540,26,2637637389,'2014-07-03 18:08:45',''),(6972,1,1,7541,31,1123632388,'2014-07-03 18:10:07',''),(6973,1,1,7542,1,1542483291,'2014-07-03 18:34:02',''),(6974,1,1,7543,1,1542483315,'2014-07-03 18:34:03',''),(6975,1,1,7544,1,1123632532,'2014-07-03 19:09:58',''),(6976,1,1,7546,58,624583858,'2014-07-03 19:43:37',''),(6977,1,1,7547,1,1123632388,'2014-07-03 20:06:12',''),(6978,1,1,7549,1,1123632516,'2014-07-03 20:22:42',''),(6979,1,1,7550,56,1123632707,'2014-07-03 20:29:46',''),(6980,1,1,7551,1,1123632388,'2014-07-03 20:46:05',''),(6981,1,1,7552,1,1123632532,'2014-07-03 21:11:29',''),(6982,1,1,7553,62,624583907,'2014-07-03 21:17:23',''),(6983,1,1,7554,68,1123632516,'2014-07-03 21:34:09',''),(6984,1,1,7555,1,1123632532,'2014-07-03 22:26:51',''),(6985,1,1,7556,1,1123632707,'2014-07-03 22:30:29',''),(6986,1,1,7557,1,1123632516,'2014-07-03 22:43:11',''),(6987,1,1,7558,1,1123632532,'2014-07-03 23:54:41',''),(6988,1,1,7559,56,1123632516,'2014-07-04 00:03:49',''),(6989,1,1,7560,28,624583817,'2014-07-04 01:48:51',''),(6990,1,1,7561,15,624583816,'2014-07-04 02:45:42',''),(6991,1,1,7562,1,1968049461,'2014-07-04 04:44:50',''),(6992,1,1,7563,26,2637637401,'2014-07-04 05:54:14',''),(6993,1,1,7564,26,2637637428,'2014-07-04 07:31:39',''),(6994,1,1,7565,26,3475901787,'2014-07-04 09:59:34',''),(6995,1,1,7566,1,1442939689,'2014-07-04 11:26:10','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0CEAQFjAC&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=Ho62U6asGOmR7AaUs4GwBQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(6996,1,1,7567,1,3475901756,'2014-07-04 12:14:58',''),(6997,1,1,7568,1,1123631683,'2014-07-04 13:36:53',''),(6998,1,1,7569,1,1318524966,'2014-07-04 14:18:36','https://www.google.co.uk/'),(6999,1,1,7570,1,1041806727,'2014-07-04 14:19:08',''),(7000,1,1,7571,1,1041806727,'2014-07-04 14:19:10',''),(7001,1,1,7572,56,3475901787,'2014-07-04 14:28:54',''),(7002,1,1,7573,31,2637637428,'2014-07-04 15:16:43',''),(7003,1,1,7574,1,1489388043,'2014-07-04 16:41:50',''),(7004,1,1,7575,1,1489388043,'2014-07-04 16:42:04',''),(7005,1,1,7576,1,1489388043,'2014-07-04 16:42:16',''),(7006,1,1,7577,1,1542483272,'2014-07-04 18:09:06',''),(7007,1,1,7578,1,1542483308,'2014-07-04 18:09:07',''),(7008,1,1,7579,1,1123631683,'2014-07-04 19:18:43',''),(7009,1,1,7580,1,1123631942,'2014-07-04 20:00:26',''),(7010,1,1,7581,31,1123631955,'2014-07-04 20:05:39',''),(7011,1,1,7583,43,624583857,'2014-07-04 20:34:32',''),(7012,1,1,7584,1,1123631929,'2014-07-04 20:58:55',''),(7013,1,1,7585,54,3024881282,'2014-07-04 21:33:56',''),(7014,1,1,7586,1,1123631942,'2014-07-04 22:19:20',''),(7015,1,1,7587,1,1123631929,'2014-07-04 23:25:07',''),(7016,1,1,7588,26,3475901787,'2014-07-05 00:05:41',''),(7017,1,1,7589,1,1123631929,'2014-07-05 00:32:44',''),(7018,1,1,7590,1,1123631929,'2014-07-05 01:09:17',''),(7019,1,1,7591,1,35527060,'2014-07-05 01:12:46','https://www.google.co.uk/'),(7020,1,1,7592,62,35527060,'2014-07-05 01:13:16',''),(7021,1,1,7593,1,1123631955,'2014-07-05 02:07:46',''),(7022,1,1,7594,31,3024881181,'2014-07-05 02:28:33',''),(7023,1,1,7595,26,2637637431,'2014-07-05 02:57:23',''),(7024,1,1,7596,1,1123631955,'2014-07-05 03:02:35',''),(7025,1,1,7597,1,1123631929,'2014-07-05 03:45:27',''),(7026,1,1,7598,1,2979804199,'2014-07-05 03:47:37','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(7027,1,1,7599,47,3024881385,'2014-07-05 03:50:27',''),(7028,1,1,7600,1,1123631955,'2014-07-05 04:37:55',''),(7029,1,1,7601,66,2637637432,'2014-07-05 07:09:03',''),(7030,1,1,7602,65,1368628946,'2014-07-05 11:54:10','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&ved=0CHwQFjAI&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=Gea3U_X-MOnG7Aa_nIBg&usg=AFQjCNE1Ca_-PPn5dxqsbrcb2E1gypusNQ&s'),(7031,1,1,7603,1,3138275742,'2014-07-05 12:49:40','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(7032,1,1,7604,1,1453464929,'2014-07-05 13:42:11','https://www.google.co.uk/'),(7033,1,1,7605,1,1489388043,'2014-07-05 14:45:09',''),(7034,1,1,7606,1,1489388043,'2014-07-05 14:45:25',''),(7035,1,1,7607,1,1489388043,'2014-07-05 14:45:41',''),(7036,1,1,7608,1,1489388043,'2014-07-05 14:45:50',''),(7037,1,1,7609,1,1489388043,'2014-07-05 14:46:05',''),(7038,1,1,7610,1,1489388043,'2014-07-05 14:46:16',''),(7039,1,1,7611,1,1489388043,'2014-07-05 14:46:29',''),(7040,1,1,7612,1,1489388043,'2014-07-05 14:46:37',''),(7041,1,1,7613,1,1489388043,'2014-07-05 14:46:49',''),(7042,1,1,7614,1,621361495,'2014-07-05 15:22:46',''),(7043,1,1,7615,6,1542212450,'2014-07-05 16:31:07',''),(7044,1,1,7616,56,1443115169,'2014-07-05 16:58:08','http://www.google.co.uk/'),(7045,1,1,7617,1,1542483293,'2014-07-05 17:48:41',''),(7046,1,1,7618,1,1542483323,'2014-07-05 17:48:42',''),(7047,1,1,7619,1,1806878767,'2014-07-05 17:59:09',''),(7048,1,1,7620,26,2637637401,'2014-07-05 19:14:13',''),(7049,1,1,7621,1,3171322118,'2014-07-05 20:25:20','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(7050,1,1,7622,43,3024881166,'2014-07-06 05:31:06',''),(7051,1,1,7623,1,1123631430,'2014-07-06 06:23:07',''),(7052,1,1,7624,66,3024881040,'2014-07-06 07:46:23',''),(7053,1,1,7625,1,1123631430,'2014-07-06 08:52:44',''),(7054,1,1,7626,1,84513134,'2014-07-06 08:55:30',''),(7055,1,1,7627,1,84513134,'2014-07-06 08:55:34',''),(7056,1,1,7628,1,84513134,'2014-07-06 08:55:39',''),(7057,1,1,7629,1,1377168875,'2014-07-06 10:20:38','https://www.google.co.uk/'),(7058,1,1,7630,1,3233451648,'2014-07-06 12:38:36',''),(7059,1,1,7631,1,1806330639,'2014-07-06 14:15:37',''),(7060,1,1,7632,6,1806330639,'2014-07-06 14:15:45',''),(7061,1,1,7633,9,1806330639,'2014-07-06 14:15:55',''),(7062,1,1,7634,62,1806330639,'2014-07-06 14:16:00',''),(7063,1,1,7635,50,1806330639,'2014-07-06 14:16:05',''),(7064,1,1,7636,51,1806330639,'2014-07-06 14:16:10',''),(7065,1,1,7637,65,1806330639,'2014-07-06 14:16:16',''),(7066,1,1,7638,28,1806330639,'2014-07-06 14:16:20',''),(7067,1,1,7639,63,1806330639,'2014-07-06 14:16:25',''),(7068,1,1,7640,55,1806330639,'2014-07-06 14:16:30',''),(7069,1,1,7641,69,1806330639,'2014-07-06 14:16:35',''),(7070,1,1,7642,64,1806330639,'2014-07-06 14:16:41',''),(7071,1,1,7643,56,1806330639,'2014-07-06 14:16:45',''),(7072,1,1,7644,52,1806330639,'2014-07-06 14:16:50',''),(7073,1,1,7645,42,1806330639,'2014-07-06 14:16:55',''),(7074,1,1,7646,53,1806330639,'2014-07-06 14:17:00',''),(7075,1,1,7647,41,1806330639,'2014-07-06 14:17:05',''),(7076,1,1,7648,38,1806330639,'2014-07-06 14:17:10',''),(7077,1,1,7649,43,1806330639,'2014-07-06 14:17:15',''),(7078,1,1,7650,10,1806330639,'2014-07-06 14:17:20',''),(7079,1,1,7651,58,1806330639,'2014-07-06 14:17:25',''),(7080,1,1,7652,44,1806330639,'2014-07-06 14:17:30',''),(7081,1,1,7653,27,1806330639,'2014-07-06 14:17:36',''),(7082,1,1,7654,49,1806330639,'2014-07-06 14:17:40',''),(7083,1,1,7655,16,1806330639,'2014-07-06 14:17:45',''),(7084,1,1,7656,57,1806330639,'2014-07-06 14:17:51',''),(7085,1,1,7657,45,1806330639,'2014-07-06 14:17:55',''),(7086,1,1,7658,48,1806330639,'2014-07-06 14:18:00',''),(7087,1,1,7659,16,1806330639,'2014-07-06 14:18:05',''),(7088,1,1,7660,72,1806330639,'2014-07-06 14:18:10',''),(7089,1,1,7661,73,1806330639,'2014-07-06 14:18:15',''),(7090,1,1,7662,71,1806330639,'2014-07-06 14:18:20',''),(7091,1,1,7663,70,1806330639,'2014-07-06 14:18:25',''),(7092,1,1,7664,16,1806330639,'2014-07-06 14:18:30',''),(7093,1,1,7665,59,1806330639,'2014-07-06 14:18:35',''),(7094,1,1,7666,68,1806330639,'2014-07-06 14:18:40',''),(7095,1,1,7667,67,1806330639,'2014-07-06 14:18:45',''),(7096,1,1,7668,75,1806330639,'2014-07-06 14:18:50',''),(7097,1,1,7669,74,1806330639,'2014-07-06 14:18:56',''),(7098,1,1,7670,43,1806330639,'2014-07-06 14:19:01',''),(7099,1,1,7671,43,1806330639,'2014-07-06 14:19:05',''),(7100,1,1,7672,15,1806330639,'2014-07-06 14:19:10',''),(7101,1,1,7673,47,1806330639,'2014-07-06 14:19:15',''),(7102,1,1,7674,31,1806330639,'2014-07-06 14:19:20',''),(7103,1,1,7675,54,1806330639,'2014-07-06 14:19:25',''),(7104,1,1,7676,66,1806330639,'2014-07-06 14:19:30',''),(7105,1,1,7677,26,1806330639,'2014-07-06 14:19:35',''),(7106,1,1,7678,26,1806330639,'2014-07-06 14:19:41',''),(7107,1,1,7679,26,1806330639,'2014-07-06 14:19:45',''),(7108,1,1,7680,26,1806330639,'2014-07-06 14:19:50',''),(7109,1,1,7681,26,1806330639,'2014-07-06 14:19:55',''),(7110,1,1,7682,26,1806330639,'2014-07-06 14:20:00',''),(7111,1,1,7683,26,1806330639,'2014-07-06 14:20:05',''),(7112,1,1,7684,26,1806330639,'2014-07-06 14:20:10',''),(7113,1,1,7685,26,1806330639,'2014-07-06 14:20:15',''),(7114,1,1,7686,26,1806330639,'2014-07-06 14:20:20',''),(7115,1,1,7687,26,1806330639,'2014-07-06 14:20:25',''),(7116,1,1,7688,26,1806330639,'2014-07-06 14:20:30',''),(7117,1,1,7689,26,1806330639,'2014-07-06 14:20:35',''),(7118,1,1,7690,26,1806330639,'2014-07-06 14:20:41',''),(7119,1,1,7691,26,1806330639,'2014-07-06 14:20:45',''),(7120,1,1,7692,26,1806330639,'2014-07-06 14:20:50',''),(7121,1,1,7693,26,1806330639,'2014-07-06 14:20:55',''),(7122,1,1,7694,26,1806330639,'2014-07-06 14:21:00',''),(7123,1,1,7695,26,1806330639,'2014-07-06 14:21:05',''),(7124,1,1,7696,26,1806330639,'2014-07-06 14:21:11',''),(7125,1,1,7697,26,1806330639,'2014-07-06 14:21:16',''),(7126,1,1,7698,26,1806330639,'2014-07-06 14:21:20',''),(7127,1,1,7699,26,1806330639,'2014-07-06 14:21:25',''),(7128,1,1,7700,26,1806330639,'2014-07-06 14:21:30',''),(7129,1,1,7701,26,1806330639,'2014-07-06 14:21:35',''),(7130,1,1,7702,26,1806330639,'2014-07-06 14:21:40',''),(7131,1,1,7703,26,1806330639,'2014-07-06 14:21:45',''),(7132,1,1,7704,26,1806330639,'2014-07-06 14:21:50',''),(7133,1,1,7705,26,1806330639,'2014-07-06 14:21:55',''),(7134,1,1,7706,26,1806330639,'2014-07-06 14:22:00',''),(7135,1,1,7707,26,1806330639,'2014-07-06 14:22:05',''),(7136,1,1,7708,26,1806330639,'2014-07-06 14:22:11',''),(7137,1,1,7709,26,1806330639,'2014-07-06 14:22:15',''),(7138,1,1,7710,26,1806330639,'2014-07-06 14:22:20',''),(7139,1,1,7711,14,3024880973,'2014-07-06 16:45:43',''),(7140,1,1,7712,1,48033412,'2014-07-06 16:47:20','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=10&ved=0CIgBEKACMAk&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=sHq5U-XnJvSM7AbZ6YCYDA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(7141,1,1,7713,1,1542483270,'2014-07-06 17:54:07',''),(7142,1,1,7714,1,1542483266,'2014-07-06 17:54:08',''),(7143,1,1,7715,1,1328494232,'2014-07-06 19:31:17','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(7144,1,1,7716,26,1123631430,'2014-07-06 20:08:32',''),(7145,1,1,7717,46,3024881311,'2014-07-07 03:48:51',''),(7146,1,1,7718,1,3024880916,'2014-07-07 05:03:20',''),(7147,1,1,7183,65,3027463668,'2014-07-07 06:43:50',''),(7148,1,1,7719,1,3024881067,'2014-07-07 09:11:05',''),(7149,1,1,7720,1,3024880958,'2014-07-07 09:11:09',''),(7150,1,1,7721,1,3587041682,'2014-07-07 13:49:35','https://www.google.co.uk/'),(7151,1,1,7722,1,1123631443,'2014-07-07 14:19:32',''),(7152,1,1,7723,63,1123631417,'2014-07-07 14:30:19',''),(7153,1,1,7724,1,1451270600,'2014-07-07 14:31:52','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CFcQoAIwBA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=Oq66U7DtIseS7AbgtoC4CQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.70138588,d.ZGU'),(7154,1,1,7725,56,1123631430,'2014-07-07 15:14:04',''),(7155,1,1,7726,1,2548120801,'2014-07-07 15:37:20','https://www.google.co.uk/'),(7156,1,1,7727,28,1123631430,'2014-07-07 15:47:40',''),(7157,1,1,7728,1,3388774243,'2014-07-07 15:54:53','http://youtube-downloader.savetubevideo.com/youtube-downloader.php?u=http://mstyresblackburn.co.uk'),(7158,1,1,7729,43,1123631443,'2014-07-07 16:46:00',''),(7159,1,1,7730,1,1542483300,'2014-07-07 18:21:52',''),(7160,1,1,7731,1,1542483270,'2014-07-07 18:21:53',''),(7161,1,1,7732,43,3024881213,'2014-07-07 18:22:17',''),(7162,1,1,7733,1,1123631443,'2014-07-07 18:54:53',''),(7163,1,1,7734,1,1123631430,'2014-07-07 20:03:17',''),(7164,1,1,7735,1,1123631417,'2014-07-08 00:12:30',''),(7165,1,1,7736,26,1123631430,'2014-07-08 02:12:28',''),(7166,1,1,7737,1,772032712,'2014-07-08 03:29:41',''),(7167,1,1,7738,1,772032712,'2014-07-08 03:29:56',''),(7168,1,1,7739,1,772032712,'2014-07-08 03:30:04',''),(7169,1,1,7740,1,772032712,'2014-07-08 03:30:20',''),(7170,1,1,7741,1,772032712,'2014-07-08 03:30:35',''),(7171,1,1,7742,1,772032712,'2014-07-08 03:30:51',''),(7172,1,1,7743,1,772032712,'2014-07-08 03:31:15',''),(7173,1,1,7744,1,772032712,'2014-07-08 03:31:26',''),(7174,1,1,7745,1,772032712,'2014-07-08 03:31:50',''),(7175,1,1,7746,1,1123631430,'2014-07-08 05:06:03',''),(7176,1,1,7747,1,1523450546,'2014-07-08 09:50:59','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=5&ved=0CGAQoAIwBA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=ZL27U679GI-V7Aap8YHQCg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(7177,1,1,7748,1,3275672188,'2014-07-08 10:57:48','https://www.google.co.uk/'),(7178,1,1,7749,68,2637637627,'2014-07-08 11:08:33',''),(7179,1,1,7750,56,1488787364,'2014-07-08 15:10:03','http://www.google.fr/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=4&ved=0CE8QFjAD&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=bgW8U-3qEKfU0QXHyoDQDQ&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxTZ'),(7180,1,1,7751,1,84500980,'2014-07-08 18:12:15',''),(7181,1,1,7752,1,84500980,'2014-07-08 18:12:27',''),(7182,1,1,7753,1,84500980,'2014-07-08 18:12:36',''),(7183,1,1,7754,1,1542483315,'2014-07-08 18:13:28',''),(7184,1,1,7755,1,1542483273,'2014-07-08 18:13:30',''),(7185,1,1,7756,1,2548120801,'2014-07-08 18:47:43','http://www.discountshealthservice.com/lancashire.asp'),(7186,1,1,7757,1,1123632516,'2014-07-08 21:43:15',''),(7187,1,1,7758,26,3497226059,'2014-07-08 23:46:16',''),(7188,1,1,7759,72,2637637460,'2014-07-09 02:37:49',''),(7189,1,1,7760,71,2637637466,'2014-07-09 02:56:05',''),(7190,1,1,7761,1,1123632532,'2014-07-09 03:20:16',''),(7191,1,1,7762,26,1123632516,'2014-07-09 03:22:32',''),(7192,1,1,7767,28,1540294654,'2014-07-09 04:06:55',''),(7193,1,1,7768,10,3024881295,'2014-07-09 05:26:33',''),(7194,1,1,7769,73,3024881091,'2014-07-09 06:18:10',''),(7195,1,1,7770,1,3589854124,'2014-07-09 14:58:00',''),(7196,1,1,7771,1,3589854124,'2014-07-09 14:58:01',''),(7197,1,1,7772,1,1375855790,'2014-07-09 16:31:14','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CFgQFjAD&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=M229U_bBB4qm0AXruoGABw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=jecwnJuMh2XUG5njXWxjjw&bvm=bv.70138588,d.d2k'),(7198,1,1,7773,55,3024881385,'2014-07-09 17:07:59',''),(7199,1,1,7774,1,1542483284,'2014-07-09 18:22:19',''),(7200,1,1,7775,1,1542483285,'2014-07-09 18:22:20',''),(7201,1,1,7776,1,532233064,'2014-07-09 20:00:08',''),(7202,1,1,7777,1,84480659,'2014-07-09 20:17:51',''),(7203,1,1,7778,1,84480659,'2014-07-09 20:17:56',''),(7204,1,1,7779,1,84480659,'2014-07-09 20:18:05',''),(7205,1,1,7780,1,84480659,'2014-07-09 20:18:14',''),(7206,1,1,7781,1,84480659,'2014-07-09 20:18:21',''),(7207,1,1,7782,1,84480659,'2014-07-09 20:18:26',''),(7208,1,1,7783,1,84480659,'2014-07-09 20:18:43',''),(7209,1,1,7784,1,84480659,'2014-07-09 20:18:56',''),(7210,1,1,7785,1,84480659,'2014-07-09 20:19:08',''),(7211,1,1,7786,70,3475901822,'2014-07-09 21:57:43',''),(7212,1,1,7787,1,1123634789,'2014-07-09 23:07:07',''),(7213,1,1,7788,1,1123634803,'2014-07-10 00:44:51',''),(7214,1,1,7789,26,1123634803,'2014-07-10 02:30:29',''),(7215,1,1,7790,74,1123634796,'2014-07-10 02:43:02',''),(7216,1,1,7791,57,1123634796,'2014-07-10 03:27:51',''),(7217,1,1,7792,1,1123634789,'2014-07-10 04:53:29',''),(7218,1,1,7793,28,1123632707,'2014-07-10 06:20:24',''),(7219,1,1,7794,73,3475901721,'2014-07-10 06:28:02',''),(7220,1,1,7795,71,1123634796,'2014-07-10 07:39:11',''),(7221,1,1,7796,1,2990476559,'2014-07-10 08:35:39',''),(7222,1,1,7797,1,2990476559,'2014-07-10 08:35:44',''),(7223,1,1,7798,1,2990476559,'2014-07-10 08:35:48',''),(7224,1,1,7799,9,1123634789,'2014-07-10 08:48:28',''),(7225,1,1,7800,66,1123634803,'2014-07-10 09:48:14',''),(7226,1,1,7801,54,1123632707,'2014-07-10 11:00:14',''),(7227,1,1,7802,69,1123631107,'2014-07-10 12:20:24',''),(7228,1,1,7803,1,3368738336,'2014-07-10 12:37:35','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(7229,1,1,7804,1,2978803618,'2014-07-10 13:10:21','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(7230,1,1,7805,1,3258735108,'2014-07-10 13:23:14','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&cad=rja&uact=8&ved=0CH0QoAIwBw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=HY6-U9jALJKv7AaKy4DgCQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=gpFizJS5T7hWluAmI2CBYw&bvm=bv.70138588,d.'),(7231,1,1,7806,46,2637637488,'2014-07-10 15:54:50',''),(7232,1,1,7807,1,2953412533,'2014-07-10 17:13:55',''),(7233,1,1,7808,1,1542483272,'2014-07-10 18:21:44',''),(7234,1,1,7809,1,1542483308,'2014-07-10 18:21:45',''),(7235,1,1,7810,1,3005760513,'2014-07-10 18:21:48','http://youtube-downloader.savetubevideo.com/youtube-downloader.php?u=http://mstyresblackburn.co.uk'),(7236,1,1,7811,1,3171904738,'2014-07-10 18:26:50','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(7237,1,1,7812,1,1545010561,'2014-07-10 18:48:22',''),(7238,1,1,7813,1,1483343619,'2014-07-10 20:19:36',''),(7239,1,1,7814,1,1041806727,'2014-07-10 20:20:08',''),(7240,1,1,7815,26,3475901822,'2014-07-10 23:16:58',''),(7241,1,1,7816,1,3024881193,'2014-07-10 23:37:11',''),(7242,1,1,7817,1,1547002458,'2014-07-11 01:23:12',''),(7243,1,1,7818,1,1547002458,'2014-07-11 01:23:13',''),(7244,1,1,7819,1,843040207,'2014-07-11 01:26:09',''),(7245,1,1,7820,1,843040207,'2014-07-11 01:26:11',''),(7246,1,1,7821,1,1123631152,'2014-07-11 02:03:07',''),(7247,1,1,7822,53,3024881385,'2014-07-11 03:33:18',''),(7248,1,1,7823,15,1123631152,'2014-07-11 03:37:05',''),(7249,1,1,7824,45,1123631112,'2014-07-11 05:01:31',''),(7250,1,1,7825,53,1123631112,'2014-07-11 05:57:16',''),(7251,1,1,7826,46,1123631112,'2014-07-11 07:34:26',''),(7252,1,1,7827,1,1123631152,'2014-07-11 08:14:16',''),(7253,1,1,7828,1,1366199978,'2014-07-11 09:02:27','https://www.google.co.uk/'),(7254,1,1,7829,64,1123631152,'2014-07-11 09:19:34',''),(7255,1,1,7830,50,1123631112,'2014-07-11 10:55:09',''),(7256,1,1,7831,56,1123631107,'2014-07-11 11:49:18',''),(7257,1,1,7832,1,1375799679,'2014-07-11 11:58:38','https://www.google.co.uk/'),(7258,1,1,7833,1,3375090924,'2014-07-11 12:40:41','http://youtube-downloader.savetubevideo.com/youtube-downloader.php?u=http://mstyresblackburn.co.uk'),(7259,1,1,6948,1,35527390,'2014-07-11 12:59:52','https://www.google.co.uk/'),(7260,1,1,7834,64,3024881197,'2014-07-11 13:04:41',''),(7261,1,1,7835,1,1368427042,'2014-07-11 13:45:47',''),(7262,1,1,7836,18,1368427042,'2014-07-11 13:45:54',''),(7263,1,1,7837,43,1368427042,'2014-07-11 13:46:08',''),(7264,1,1,7838,45,1368427042,'2014-07-11 13:46:15',''),(7265,1,1,7839,57,1368427042,'2014-07-11 13:46:29',''),(7266,1,1,7840,9,1368427042,'2014-07-11 13:46:36',''),(7267,1,1,7841,28,1368427042,'2014-07-11 13:46:43',''),(7268,1,1,7842,26,1368427042,'2014-07-11 13:46:50',''),(7269,1,1,7843,50,1368427042,'2014-07-11 13:46:57',''),(7270,1,1,7844,26,1368427042,'2014-07-11 13:47:05',''),(7271,1,1,7845,51,1368427042,'2014-07-11 13:47:12',''),(7272,1,1,7846,26,1368427042,'2014-07-11 13:47:20',''),(7273,1,1,7847,56,1368427042,'2014-07-11 13:47:26',''),(7274,1,1,7848,26,1368427042,'2014-07-11 13:47:34',''),(7275,1,1,7849,55,1368427042,'2014-07-11 13:47:41',''),(7276,1,1,7850,26,1368427042,'2014-07-11 13:47:49',''),(7277,1,1,7851,62,1368427042,'2014-07-11 13:47:56',''),(7278,1,1,7852,26,1368427042,'2014-07-11 13:48:03',''),(7279,1,1,7853,63,1368427042,'2014-07-11 13:48:10',''),(7280,1,1,7854,26,1368427042,'2014-07-11 13:48:17',''),(7281,1,1,7855,64,1368427042,'2014-07-11 13:48:25',''),(7282,1,1,7856,26,1368427042,'2014-07-11 13:48:32',''),(7283,1,1,7857,65,1368427042,'2014-07-11 13:48:39',''),(7284,1,1,7858,26,1368427042,'2014-07-11 13:48:46',''),(7285,1,1,7859,69,1368427042,'2014-07-11 13:48:53',''),(7286,1,1,7860,26,1368427042,'2014-07-11 13:49:01',''),(7287,1,1,7861,41,1368427042,'2014-07-11 13:49:08',''),(7288,1,1,7862,53,1368427042,'2014-07-11 13:49:15',''),(7289,1,1,7863,38,1368427042,'2014-07-11 13:49:22',''),(7290,1,1,7864,52,1368427042,'2014-07-11 13:49:29',''),(7291,1,1,7865,48,1368427042,'2014-07-11 13:49:36',''),(7292,1,1,7866,3,1368427042,'2014-07-11 13:49:43',''),(7293,1,1,7867,16,1368427042,'2014-07-11 13:49:51',''),(7294,1,1,7868,43,1368427042,'2014-07-11 13:49:58',''),(7295,1,1,7869,43,1368427042,'2014-07-11 13:50:06',''),(7296,1,1,7870,10,1368427042,'2014-07-11 13:50:13',''),(7297,1,1,7871,26,1368427042,'2014-07-11 13:50:21',''),(7298,1,1,7872,44,1368427042,'2014-07-11 13:50:28',''),(7299,1,1,7873,26,1368427042,'2014-07-11 13:50:35',''),(7300,1,1,7874,26,1368427042,'2014-07-11 13:50:43',''),(7301,1,1,7875,27,1368427042,'2014-07-11 13:50:50',''),(7302,1,1,7876,26,1368427042,'2014-07-11 13:50:57',''),(7303,1,1,7877,49,1368427042,'2014-07-11 13:51:04',''),(7304,1,1,7878,1,3173085963,'2014-07-11 14:30:57','http://47.kambasoft.com/2.php?u=http://mstyresblackburn.co.uk'),(7305,1,1,7879,1,1542483304,'2014-07-11 18:31:02',''),(7306,1,1,7880,1,1542483274,'2014-07-11 18:31:05',''),(7307,1,1,7881,26,3475901717,'2014-07-11 18:46:31',''),(7308,1,1,7882,1,1123631108,'2014-07-11 19:34:28',''),(7309,1,1,7883,26,2637637508,'2014-07-11 20:22:23',''),(7310,1,1,7884,1,84494600,'2014-07-11 20:58:38',''),(7311,1,1,7885,1,84494600,'2014-07-11 20:58:49',''),(7312,1,1,7886,1,84494600,'2014-07-11 20:58:59',''),(7313,1,1,7887,1,84494600,'2014-07-11 20:59:09',''),(7314,1,1,7888,1,84494600,'2014-07-11 20:59:29',''),(7315,1,1,7889,1,84494600,'2014-07-11 20:59:42',''),(7316,1,1,7890,1,84494600,'2014-07-11 20:59:47',''),(7317,1,1,7891,1,84494600,'2014-07-11 20:59:54',''),(7318,1,1,7892,1,84494600,'2014-07-11 20:59:59',''),(7319,1,1,7893,1,3024881298,'2014-07-11 22:39:48',''),(7320,1,1,7894,1,2996483064,'2014-07-12 05:52:18',''),(7321,1,1,7895,1,1123631111,'2014-07-12 05:55:17',''),(7322,1,1,7896,1,2006634288,'2014-07-12 06:11:22','https://www.google.com.pk/'),(7323,1,1,7897,1,534679294,'2014-07-12 06:11:23',''),(7324,1,1,7898,1,534679294,'2014-07-12 06:11:33',''),(7325,1,1,7899,1,2344626310,'2014-07-12 08:26:50','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(7326,1,1,7900,1,787051687,'2014-07-12 09:55:40','http://www.google.co.uk/url?sa=t&source=web&cd=5&ved=0CCYQtBcwBA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&rct=j&q=car%20Tyres%20blackburn&ei=6ATBU769F8mg0QXljYDIAg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.70810081,d.ZWU'),(7327,1,1,7901,66,529866833,'2014-07-12 10:19:29','https://www.google.nl/'),(7328,1,1,7902,68,529866833,'2014-07-12 10:19:29','https://www.google.nl/'),(7329,1,1,7903,43,3475901778,'2014-07-12 12:01:45',''),(7330,1,1,7904,1,3137354977,'2014-07-12 12:45:59','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(7331,1,1,7905,1,3081480733,'2014-07-12 13:21:58','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(7332,1,1,7906,1,3024881217,'2014-07-12 15:31:11',''),(7333,1,1,7907,1,3024881093,'2014-07-12 15:31:13',''),(7334,1,1,7908,65,2637637602,'2014-07-12 15:39:20',''),(7335,1,1,7909,1,1542483283,'2014-07-12 17:55:34',''),(7336,1,1,7910,1,1542483272,'2014-07-12 17:55:35',''),(7337,1,1,7911,1,1483224408,'2014-07-12 18:16:10',''),(7338,1,1,7912,6,2637637627,'2014-07-13 03:49:44',''),(7339,1,1,7913,41,3024880976,'2014-07-13 04:31:53',''),(7340,1,1,7914,1,3124276628,'2014-07-13 06:12:41','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(7341,1,1,7915,1,2990476559,'2014-07-13 09:50:40',''),(7342,1,1,7916,1,2990476559,'2014-07-13 09:50:42',''),(7343,1,1,7917,1,2990476559,'2014-07-13 09:50:45',''),(7344,1,1,7918,68,3516102276,'2014-07-13 11:05:28',''),(7345,1,1,7919,1,1123631108,'2014-07-13 13:27:53',''),(7346,1,1,7920,1,1123631151,'2014-07-13 16:06:05',''),(7347,1,1,7921,1,1384440163,'2014-07-13 16:17:04','https://www.google.co.uk/'),(7348,1,1,7922,1,1489388043,'2014-07-13 16:42:38',''),(7349,1,1,7923,1,1489388043,'2014-07-13 16:42:45',''),(7350,1,1,7924,1,1489388043,'2014-07-13 16:42:59',''),(7351,1,1,7925,1,1489388043,'2014-07-13 16:43:05',''),(7352,1,1,7926,1,1489388043,'2014-07-13 16:43:14',''),(7353,1,1,7927,1,1489388043,'2014-07-13 16:43:21',''),(7354,1,1,7928,1,1489388043,'2014-07-13 16:43:27',''),(7355,1,1,7929,1,1489388043,'2014-07-13 16:43:42',''),(7356,1,1,7930,1,1489388043,'2014-07-13 16:43:48',''),(7357,1,1,7931,1,1542483297,'2014-07-13 18:10:01',''),(7358,1,1,7932,1,1542483307,'2014-07-13 18:10:02',''),(7359,1,1,7933,1,3024880967,'2014-07-13 18:32:52',''),(7360,1,1,7934,68,1842794940,'2014-07-13 21:36:30','http://www.google.fr/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F4%2F64-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=jw6'),(7361,1,1,7935,31,624583870,'2014-07-13 23:08:45',''),(7362,1,1,7936,71,3024881311,'2014-07-14 02:01:47',''),(7363,1,1,7937,51,624583828,'2014-07-14 03:17:18',''),(7364,1,1,7938,1,3024880957,'2014-07-14 04:59:24',''),(7365,1,1,7939,45,1123631111,'2014-07-14 06:08:36',''),(7366,1,1,7940,70,3024881085,'2014-07-14 06:14:13',''),(7367,1,1,7941,44,3024880957,'2014-07-14 06:44:13',''),(7368,1,1,7942,1,1377273798,'2014-07-14 07:39:26','https://www.google.co.uk/'),(7369,1,1,7943,9,2637637525,'2014-07-14 08:47:20',''),(7370,1,1,7944,1,3024880968,'2014-07-14 09:47:21',''),(7371,1,1,7945,65,3559569234,'2014-07-14 12:07:27','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CD4QFjAD&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=tsbDU-GhL-2f7AaV74DoBA&usg=AFQjCNE1Ca_-PPn5dxqsbrcb2E1gypusNQ'),(7372,1,1,7946,43,1123635000,'2014-07-14 12:08:32',''),(7373,1,1,7947,56,2637637526,'2014-07-14 18:13:43',''),(7374,1,1,7948,1,1542483299,'2014-07-14 18:26:29',''),(7375,1,1,7949,1,1542483292,'2014-07-14 18:26:30',''),(7376,1,1,7950,56,1298274858,'2014-07-14 18:51:28','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CEEQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=diXEU_fPO4rW0QWW-oCIAw&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxTZM6g'),(7377,1,1,7951,1,84480659,'2014-07-14 20:22:04',''),(7378,1,1,7952,1,84480659,'2014-07-14 20:22:15',''),(7379,1,1,7953,1,84480659,'2014-07-14 20:22:34',''),(7380,1,1,7954,1,1123635000,'2014-07-14 20:32:33',''),(7381,1,1,7955,1,3024881382,'2014-07-14 20:44:49',''),(7382,1,1,7956,63,624583861,'2014-07-14 22:11:12',''),(7383,1,1,7957,1,3475901747,'2014-07-14 23:00:33',''),(7384,1,1,7958,42,2637637526,'2014-07-15 00:33:29',''),(7385,1,1,7959,71,3392025167,'2014-07-15 02:28:30',''),(7386,1,1,7960,9,3024881039,'2014-07-15 02:37:05',''),(7387,1,1,7961,1,629968147,'2014-07-15 03:54:54',''),(7388,1,1,7962,1,523607942,'2014-07-15 11:53:05','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=7&sqi=2&ved=0CHUQoAIwBg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=0RTFU7quGqjE7AaCvYCoCA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.70810081,d.ZWU'),(7389,1,1,7963,50,3024880962,'2014-07-15 15:43:00',''),(7390,1,1,7964,1,84480659,'2014-07-15 15:50:22',''),(7391,1,1,7965,1,84480659,'2014-07-15 15:50:35',''),(7392,1,1,7966,1,84480659,'2014-07-15 15:50:41',''),(7393,1,1,7967,1,84480659,'2014-07-15 15:50:49',''),(7394,1,1,7968,1,84480659,'2014-07-15 15:50:56',''),(7395,1,1,7969,1,84480659,'2014-07-15 15:51:06',''),(7396,1,1,7970,1,84480659,'2014-07-15 15:51:21',''),(7397,1,1,7971,1,84480659,'2014-07-15 15:51:26',''),(7398,1,1,7972,1,84480659,'2014-07-15 15:51:38',''),(7399,1,1,7973,1,3024881092,'2014-07-15 16:17:27',''),(7400,1,1,7974,1,1542483304,'2014-07-15 18:24:24',''),(7401,1,1,7975,1,1542483286,'2014-07-15 18:24:25',''),(7402,1,1,7976,51,3475901747,'2014-07-15 19:22:03',''),(7403,1,1,7977,59,2637637575,'2014-07-15 20:17:30',''),(7404,1,1,7978,1,3024881210,'2014-07-15 20:53:23',''),(7405,1,1,7979,1,3124457851,'2014-07-15 21:03:52','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(7406,1,1,7980,1,1376856624,'2014-07-15 22:06:26',''),(7407,1,1,7981,1,3357485068,'2014-07-16 00:35:01','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(7408,1,1,7982,59,2382678787,'2014-07-16 03:53:00',''),(7409,1,1,7983,1,1123631151,'2014-07-16 06:33:52',''),(7410,1,1,7984,1,1123631151,'2014-07-16 07:10:28',''),(7411,1,1,7985,1,1452716865,'2014-07-16 13:36:39','https://www.google.co.uk/'),(7412,1,1,7986,56,1384439540,'2014-07-16 13:50:23',''),(7413,1,1,7987,1,3133259606,'2014-07-16 16:10:57','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(7414,1,1,7988,1,2996483064,'2014-07-16 16:53:42',''),(7415,1,1,7989,1,3485301037,'2014-07-16 17:55:32',''),(7416,1,1,7990,1,3485301037,'2014-07-16 17:56:04',''),(7417,1,1,7991,1,3485301037,'2014-07-16 17:56:37',''),(7418,1,1,7992,1,3485301037,'2014-07-16 17:57:07',''),(7419,1,1,7993,1,3485301037,'2014-07-16 17:57:39',''),(7420,1,1,7994,1,3485301037,'2014-07-16 17:58:11',''),(7421,1,1,7995,1,3485301037,'2014-07-16 17:58:38',''),(7422,1,1,7996,1,3485301037,'2014-07-16 17:59:02',''),(7423,1,1,7997,1,1123631954,'2014-07-16 18:06:50',''),(7424,1,1,7998,1,3024880918,'2014-07-16 21:09:12',''),(7425,1,1,7999,1,3024880973,'2014-07-16 21:09:15',''),(7426,1,1,8000,1,96961880,'2014-07-16 21:27:30',''),(7427,1,1,8001,1,96961880,'2014-07-16 21:27:36',''),(7428,1,1,8002,1,96961880,'2014-07-16 21:27:49',''),(7429,1,1,8003,1,1806838345,'2014-07-16 21:40:47',''),(7430,1,1,8004,1,1123631941,'2014-07-16 22:53:13',''),(7431,1,1,8005,68,1123631954,'2014-07-17 00:20:27',''),(7432,1,1,8006,1,1329057586,'2014-07-17 00:32:57','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(7433,1,1,8007,42,624583866,'2014-07-17 00:57:20',''),(7434,1,1,8008,1,1123631941,'2014-07-17 01:50:30',''),(7435,1,1,8009,62,1123631954,'2014-07-17 02:44:44',''),(7436,1,1,8010,43,1123631954,'2014-07-17 03:48:11',''),(7437,1,1,8011,38,1123631928,'2014-07-17 04:51:42',''),(7438,1,1,8012,10,1123631954,'2014-07-17 05:41:05',''),(7439,1,1,8013,51,1123631928,'2014-07-17 05:50:16',''),(7440,1,1,8014,59,1123631941,'2014-07-17 06:41:00',''),(7441,1,1,8015,52,1123631954,'2014-07-17 06:42:09',''),(7442,1,1,8016,14,1123631928,'2014-07-17 06:46:46',''),(7443,1,1,8018,67,3024881180,'2014-07-17 07:20:05',''),(7444,1,1,8019,55,1123631941,'2014-07-17 07:46:46',''),(7445,1,1,8020,56,1385291114,'2014-07-17 08:10:53',''),(7446,1,1,8021,68,1123631928,'2014-07-17 08:45:37',''),(7447,1,1,8022,45,1123631941,'2014-07-17 09:04:04',''),(7448,1,1,8024,64,1123631954,'2014-07-17 09:26:00',''),(7449,1,1,8025,10,1123631941,'2014-07-17 10:31:46',''),(7450,1,1,8026,1,1123631941,'2014-07-17 11:37:35',''),(7451,1,1,8027,69,1123631928,'2014-07-17 12:07:32',''),(7452,1,1,8028,1,1376743333,'2014-07-17 12:43:53','https://www.google.co.uk/'),(7453,1,1,8029,41,1123631941,'2014-07-17 13:27:09',''),(7454,1,1,8030,51,3024880969,'2014-07-17 13:36:55',''),(7455,1,1,8031,38,47916148,'2014-07-17 14:00:17','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0CEYQFjAH&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_category%3D34%26controller%3Dcategory%26id_lang%3D1&ei=rdXHU_uVFabe7AaI4YG4Dw&usg=AFQjCNHHUMw-ypErO7NXgYp7jbIcD-Hq'),(7456,1,1,8032,1,3495573956,'2014-07-17 14:11:25',''),(7457,1,1,8033,1,3024881051,'2014-07-17 14:34:06',''),(7458,1,1,8034,1,520836901,'2014-07-17 14:34:15','http://musicas.kambasoft.com/2.php?u=http://mstyresblackburn.co.uk'),(7459,1,1,8035,1,1466960381,'2014-07-17 14:37:22','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0CGsQoAIwBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=i93HU9iYAY6Y1AXetIHgCQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=zyOH385z1JZf0KpRZW1RcQ&bvm=bv.71198958,d.d2k'),(7460,1,1,8036,63,1123631928,'2014-07-17 14:44:28',''),(7461,1,1,8037,1,1489388043,'2014-07-17 15:15:00',''),(7462,1,1,8038,1,1489388043,'2014-07-17 15:15:09',''),(7463,1,1,8039,1,1489388043,'2014-07-17 15:15:15',''),(7464,1,1,8040,1,1489388043,'2014-07-17 15:15:32',''),(7465,1,1,8041,1,1489388043,'2014-07-17 15:15:41',''),(7466,1,1,8042,1,1489388043,'2014-07-17 15:15:58',''),(7467,1,1,8043,1,1489388043,'2014-07-17 15:16:13',''),(7468,1,1,8044,1,1489388043,'2014-07-17 15:16:24',''),(7469,1,1,8045,1,1489388043,'2014-07-17 15:16:32',''),(7470,1,1,8046,47,1123634795,'2014-07-17 15:46:47',''),(7471,1,1,8047,1,1542483311,'2014-07-17 16:28:48',''),(7472,1,1,8048,1,1542483288,'2014-07-17 16:28:49',''),(7473,1,1,8049,1,1442835171,'2014-07-17 17:03:48','http://www.google.com/'),(7474,1,1,8050,55,1123634788,'2014-07-17 17:14:28',''),(7475,1,1,8051,45,1123634795,'2014-07-17 17:47:55',''),(7476,1,1,8052,1,1123634795,'2014-07-17 18:44:29',''),(7477,1,1,8053,9,1123634788,'2014-07-17 18:52:32',''),(7478,1,1,8054,59,624583831,'2014-07-17 19:23:58',''),(7479,1,1,8055,63,1123634795,'2014-07-17 19:49:05',''),(7480,1,1,8056,65,1123634802,'2014-07-17 20:01:49',''),(7481,1,1,8057,41,624583866,'2014-07-17 21:11:38',''),(7482,1,1,8058,1,1424801874,'2014-07-17 23:57:28','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(7483,1,1,8059,9,624583864,'2014-07-18 01:01:24',''),(7484,1,1,8060,59,2382678787,'2014-07-18 01:51:56',''),(7485,1,1,8061,1,3520076566,'2014-07-18 03:07:42',''),(7486,1,1,8062,51,1123634795,'2014-07-18 04:42:51',''),(7487,1,1,8063,1,1123634788,'2014-07-18 06:27:31',''),(7488,1,1,8064,71,3024881205,'2014-07-18 08:06:21',''),(7489,1,1,8065,63,1123634802,'2014-07-18 08:16:20',''),(7490,1,1,8066,1,1577749314,'2014-07-18 08:27:12','https://www.google.co.uk/'),(7491,1,1,8067,1,3227752646,'2014-07-18 12:17:54',''),(7492,1,1,8068,1,3227752646,'2014-07-18 12:17:57',''),(7493,1,1,8069,1,3227752646,'2014-07-18 12:17:59',''),(7494,1,1,8070,1,3479603870,'2014-07-18 13:36:32',''),(7495,1,1,8071,1,3024881288,'2014-07-18 13:53:15',''),(7496,1,1,8072,1,1123631108,'2014-07-18 14:57:25',''),(7497,1,1,8073,67,2637637483,'2014-07-18 15:42:59',''),(7498,1,1,8074,54,3475901704,'2014-07-18 15:47:35',''),(7499,1,1,8075,1,1542483314,'2014-07-18 16:21:02',''),(7500,1,1,8076,1,1542483322,'2014-07-18 16:21:03',''),(7501,1,1,8077,65,1123631111,'2014-07-18 16:51:14',''),(7502,1,1,8078,51,1123631151,'2014-07-18 17:49:50',''),(7503,1,1,8079,1,1123631111,'2014-07-18 19:17:45',''),(7504,1,1,8080,15,3340638941,'2014-07-18 20:23:11',''),(7505,1,1,8081,6,1123631108,'2014-07-18 20:37:16',''),(7506,1,1,8082,46,1123631111,'2014-07-18 21:40:04',''),(7507,1,1,8083,52,1123631111,'2014-07-18 22:28:49',''),(7508,1,1,8085,38,3024881211,'2014-07-18 23:47:53',''),(7509,1,1,8086,56,1123631683,'2014-07-19 00:03:28',''),(7510,1,1,8088,31,1123631683,'2014-07-19 00:34:19',''),(7511,1,1,8090,3,3475901704,'2014-07-19 01:56:24',''),(7512,1,1,8091,10,1123631683,'2014-07-19 02:13:19',''),(7513,1,1,8092,43,1123631683,'2014-07-19 04:17:29',''),(7514,1,1,8094,10,3587043358,'2014-07-19 07:56:28','https://www.google.co.uk/'),(7515,1,1,8095,65,3516102383,'2014-07-19 13:35:05',''),(7516,1,1,8096,75,2637637483,'2014-07-19 13:55:31',''),(7517,1,1,8097,1,1542483292,'2014-07-19 16:02:52',''),(7518,1,1,8098,1,1542483297,'2014-07-19 16:02:53',''),(7519,1,1,8099,1,1546189189,'2014-07-19 16:23:49','http://www.google.com/'),(7520,1,1,8100,1,84500980,'2014-07-19 16:31:31',''),(7521,1,1,8101,1,84500980,'2014-07-19 16:31:45',''),(7522,1,1,8102,1,84500980,'2014-07-19 16:31:54',''),(7523,1,1,8103,1,84500980,'2014-07-19 16:31:57',''),(7524,1,1,8104,1,84500980,'2014-07-19 16:32:05',''),(7525,1,1,8105,1,84500980,'2014-07-19 16:32:16',''),(7526,1,1,8106,1,84500980,'2014-07-19 16:32:25',''),(7527,1,1,8107,1,84500980,'2014-07-19 16:32:35',''),(7528,1,1,8108,1,84500980,'2014-07-19 16:32:40',''),(7529,1,1,8109,15,3340638941,'2014-07-19 19:48:09',''),(7530,1,1,8110,74,3024881067,'2014-07-19 20:28:09',''),(7531,1,1,8111,1,1123631683,'2014-07-19 23:55:09',''),(7532,1,1,8117,1,1123631683,'2014-07-20 07:44:57',''),(7533,1,1,8118,1,1369064453,'2014-07-20 08:28:12','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&sqi=2&ved=0CG0QoAIwBg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=NnzLU7mFEK-A7QaS7IHYCA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.71198958,d.d2k'),(7534,1,1,8119,42,1123631683,'2014-07-20 10:10:12',''),(7535,1,1,8121,1,1342226422,'2014-07-20 12:23:41','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCIQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=pbPLU-1mo8PRBZH1gOgD&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=OoXO3iDtaIRVIgauBaOvbQ&bvm=bv.71198958,d.d2k'),(7536,1,1,8122,1,84500980,'2014-07-20 14:01:16',''),(7537,1,1,8123,1,84500980,'2014-07-20 14:01:25',''),(7538,1,1,8124,1,84500980,'2014-07-20 14:01:31',''),(7539,1,1,8125,6,2457378434,'2014-07-20 14:02:39',''),(7540,1,1,8126,41,2637637594,'2014-07-20 14:04:14',''),(7541,1,1,8127,1,3188103743,'2014-07-20 14:29:42','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(7542,1,1,8128,16,1123631683,'2014-07-20 15:23:26',''),(7543,1,1,8129,1,1123631683,'2014-07-20 16:04:54',''),(7544,1,1,8130,1,1542483273,'2014-07-20 16:10:14',''),(7545,1,1,8131,1,1542483283,'2014-07-20 16:10:16',''),(7546,1,1,8132,16,1123631683,'2014-07-20 18:30:07',''),(7547,1,1,8133,1,1123631683,'2014-07-20 19:53:04',''),(7548,1,1,8134,1,2637637483,'2014-07-20 21:45:12',''),(7549,1,1,8135,1,3194553713,'2014-07-20 21:50:02','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(7550,1,1,8136,1,2957968394,'2014-07-20 22:54:53','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(7551,1,1,8137,18,3497226059,'2014-07-21 03:27:51',''),(7552,1,1,8138,68,3024881383,'2014-07-21 04:05:58',''),(7553,1,1,8139,1,1123631683,'2014-07-21 13:02:42',''),(7554,1,1,8140,1,84500980,'2014-07-21 13:48:12',''),(7555,1,1,8141,1,84500980,'2014-07-21 13:48:27',''),(7556,1,1,8142,1,84500980,'2014-07-21 13:48:42',''),(7557,1,1,8143,1,84500980,'2014-07-21 13:48:54',''),(7558,1,1,8144,1,84500980,'2014-07-21 13:49:04',''),(7559,1,1,8145,1,84500980,'2014-07-21 13:49:11',''),(7560,1,1,8146,1,84500980,'2014-07-21 13:49:20',''),(7561,1,1,8147,1,84500980,'2014-07-21 13:49:33',''),(7562,1,1,8148,1,84500980,'2014-07-21 13:49:42',''),(7563,1,1,8149,69,3024881308,'2014-07-21 16:08:47',''),(7564,1,1,8150,1,1377594060,'2014-07-21 16:52:54','https://www.google.co.uk/'),(7565,1,1,8151,1,1377594060,'2014-07-21 16:52:55','https://www.google.co.uk/'),(7566,1,1,8152,1,1542483265,'2014-07-21 17:02:48',''),(7567,1,1,8153,1,1542483285,'2014-07-21 17:02:49',''),(7568,1,1,8154,1,3366222711,'2014-07-21 17:26:08','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(7569,1,1,8155,1,2637637494,'2014-07-21 17:43:46',''),(7570,1,1,8156,1,3144801705,'2014-07-21 18:25:54','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(7571,1,1,8151,1,1377594060,'2014-07-21 18:47:54',''),(7572,1,1,8157,38,2637637494,'2014-07-21 19:18:07',''),(7573,1,1,8158,1,3170115696,'2014-07-21 21:56:39','http://yandex.ru/yandsearch?text=www.mstyresblackburn.co.uk&lr=213'),(7574,1,1,8159,1,1454456364,'2014-07-21 21:59:40','https://www.google.co.uk/'),(7575,1,1,8160,1,1603656634,'2014-07-21 22:15:45',''),(7576,1,1,8161,72,1123631683,'2014-07-21 22:35:12',''),(7577,1,1,8164,72,1123631683,'2014-07-21 23:20:39',''),(7578,1,1,8166,10,3412969964,'2014-07-22 00:01:53','https://www.google.co.nz/'),(7579,1,1,8167,70,1123631683,'2014-07-22 00:22:25',''),(7580,1,1,8168,71,1123631683,'2014-07-22 01:40:11',''),(7581,1,1,8170,27,1123631683,'2014-07-22 02:33:26',''),(7582,1,1,8171,1,787626609,'2014-07-22 03:26:47','http://yandex.ru/yandsearch?text=www.mstyresblackburn.co.uk&lr=213'),(7583,1,1,8172,1,1123631683,'2014-07-22 03:41:17',''),(7584,1,1,8176,14,3475901752,'2014-07-22 04:24:28',''),(7585,1,1,8177,67,1123631683,'2014-07-22 04:52:57',''),(7586,1,1,8178,73,1123631683,'2014-07-22 06:16:04',''),(7587,1,1,8179,1,2074640363,'2014-07-22 06:48:28',''),(7588,1,1,8180,58,1123631683,'2014-07-22 07:08:13',''),(7589,1,1,8181,43,1123631683,'2014-07-22 08:04:44',''),(7590,1,1,8182,26,1123631683,'2014-07-22 09:12:27',''),(7591,1,1,8183,1,3702883543,'2014-07-22 09:22:50',''),(7592,1,1,8184,1,1707568187,'2014-07-22 09:22:59',''),(7593,1,1,8186,75,1123631683,'2014-07-22 11:01:30',''),(7594,1,1,8187,71,1123631683,'2014-07-22 12:58:02',''),(7595,1,1,8188,62,3228404920,'2014-07-22 13:00:25','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=7&sqi=2&ved=0CEMQFjAG&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D26%26controller%3Dproduct%26id_lang%3D1&ei=_F7OU5OvK8W9ygOtmoGoDA&usg=AFQjCNGsHSPV8VYcpxbCHS'),(7596,1,1,8189,62,3339975108,'2014-07-22 13:00:25',''),(7597,1,1,8190,43,1123631683,'2014-07-22 14:34:13',''),(7598,1,1,8191,74,1123631683,'2014-07-22 15:37:22',''),(7599,1,1,8192,1,2537494490,'2014-07-22 16:31:45','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(7600,1,1,8193,1,1542483306,'2014-07-22 17:13:09',''),(7601,1,1,8194,1,1542483279,'2014-07-22 17:13:11',''),(7602,1,1,8195,1,778665923,'2014-07-22 18:00:53',''),(7603,1,1,8196,1,2499488265,'2014-07-22 18:04:26',''),(7604,1,1,8197,1,2499488265,'2014-07-22 18:04:45',''),(7605,1,1,8198,1,2499488265,'2014-07-22 18:04:59',''),(7606,1,1,8199,1,3024880957,'2014-07-22 18:35:57',''),(7607,1,1,8200,1,3024881090,'2014-07-22 21:21:29',''),(7608,1,1,8201,1,3024880916,'2014-07-22 21:21:31',''),(7609,1,1,8202,66,3497226587,'2014-07-22 21:37:51',''),(7610,1,1,8203,75,3024881043,'2014-07-22 22:06:57',''),(7611,1,1,8204,26,2996483064,'2014-07-22 22:43:45',''),(7612,1,1,8205,56,2996483064,'2014-07-22 23:09:03',''),(7613,1,1,8206,50,2996483064,'2014-07-22 23:45:19',''),(7614,1,1,8207,26,2996483064,'2014-07-23 01:13:34',''),(7615,1,1,8208,26,2996483064,'2014-07-23 01:35:36',''),(7616,1,1,8209,26,2996483064,'2014-07-23 01:38:12',''),(7617,1,1,8210,26,3475901752,'2014-07-23 01:42:26',''),(7618,1,1,8211,51,2996483064,'2014-07-23 02:03:22',''),(7619,1,1,8212,43,2637637494,'2014-07-23 02:31:46',''),(7620,1,1,8213,26,2996483064,'2014-07-23 02:58:30',''),(7621,1,1,8214,26,2996483064,'2014-07-23 03:18:27',''),(7622,1,1,8215,26,2996483064,'2014-07-23 03:48:13',''),(7623,1,1,8216,65,3475901707,'2014-07-23 03:58:43',''),(7624,1,1,8217,64,2996483064,'2014-07-23 04:14:50',''),(7625,1,1,8218,63,2996483064,'2014-07-23 04:48:51',''),(7626,1,1,8219,62,2996483064,'2014-07-23 05:12:32',''),(7627,1,1,8220,1,3671123177,'2014-07-23 06:20:32','http://youtube-downloader.savetubevideo.com/youtube-downloader.php?u=http://mstyresblackburn.co.uk'),(7628,1,1,8221,1,2996483064,'2014-07-23 06:22:34',''),(7629,1,1,8222,6,2996483064,'2014-07-23 06:22:40',''),(7630,1,1,8223,26,2996483064,'2014-07-23 06:22:44',''),(7631,1,1,8224,55,2996483064,'2014-07-23 06:22:47',''),(7632,1,1,8225,26,2996483064,'2014-07-23 06:22:51',''),(7633,1,1,8226,43,2996483064,'2014-07-23 06:28:27',''),(7634,1,1,8227,9,2996483064,'2014-07-23 06:45:21',''),(7635,1,1,8228,38,2996483064,'2014-07-23 06:51:10',''),(7636,1,1,8229,45,2996483064,'2014-07-23 07:30:08',''),(7637,1,1,8230,52,2996483064,'2014-07-23 07:39:40',''),(7638,1,1,8231,26,2996483064,'2014-07-23 08:32:34',''),(7639,1,1,8232,48,2996483064,'2014-07-23 09:19:32',''),(7640,1,1,8233,57,2996483064,'2014-07-23 09:31:09',''),(7641,1,1,8234,65,2996483064,'2014-07-23 09:33:04',''),(7642,1,1,8235,28,2996483064,'2014-07-23 09:33:42',''),(7643,1,1,8236,41,2996483064,'2014-07-23 09:34:12',''),(7644,1,1,8237,53,2996483064,'2014-07-23 09:34:32',''),(7645,1,1,8238,69,2996483064,'2014-07-23 09:34:36',''),(7646,1,1,8239,57,2637637604,'2014-07-23 15:33:19',''),(7647,1,1,8240,1,1542483322,'2014-07-23 17:19:37',''),(7648,1,1,8241,1,1542483302,'2014-07-23 17:19:38',''),(7649,1,1,8242,6,2637637516,'2014-07-23 17:25:15',''),(7650,1,1,8243,74,1298540340,'2014-07-23 17:39:14','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CDYQFjAD&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D34%26controller%3Dproduct%26id_lang%3D1&ei=F_LPU8m8GITH7Ab-t4HIAw&usg=AFQjCNE5lQbxVByA7a8yKciq1YIeLmAGPw'),(7651,1,1,8244,1,3143570347,'2014-07-23 17:50:32','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(7652,1,1,8245,58,3024881291,'2014-07-23 18:25:30',''),(7653,1,1,8246,69,624583847,'2014-07-23 22:28:22',''),(7654,1,1,8247,16,624583811,'2014-07-23 22:34:48',''),(7655,1,1,8248,1,3364079377,'2014-07-24 00:14:04','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(7656,1,1,8249,1,2733897062,'2014-07-24 02:08:02',''),(7657,1,1,8250,6,2733897062,'2014-07-24 02:08:08',''),(7658,1,1,8251,9,2733897062,'2014-07-24 02:08:18',''),(7659,1,1,8252,62,2733897062,'2014-07-24 02:08:23',''),(7660,1,1,8253,63,2733897062,'2014-07-24 02:08:28',''),(7661,1,1,8254,50,2733897062,'2014-07-24 02:08:33',''),(7662,1,1,8255,65,2733897062,'2014-07-24 02:08:38',''),(7663,1,1,8256,51,2733897062,'2014-07-24 02:08:43',''),(7664,1,1,8257,55,2733897062,'2014-07-24 02:08:48',''),(7665,1,1,8258,28,2733897062,'2014-07-24 02:08:53',''),(7666,1,1,8259,64,2733897062,'2014-07-24 02:08:58',''),(7667,1,1,8260,56,2733897062,'2014-07-24 02:09:03',''),(7668,1,1,8261,69,2733897062,'2014-07-24 02:09:08',''),(7669,1,1,8262,57,2733897062,'2014-07-24 02:09:14',''),(7670,1,1,8263,16,2733897062,'2014-07-24 02:09:18',''),(7671,1,1,8264,10,2733897062,'2014-07-24 02:09:23',''),(7672,1,1,8265,27,2733897062,'2014-07-24 02:09:28',''),(7673,1,1,8266,58,2733897062,'2014-07-24 02:09:34',''),(7674,1,1,8267,49,2733897062,'2014-07-24 02:09:38',''),(7675,1,1,8268,44,2733897062,'2014-07-24 02:09:43',''),(7676,1,1,8269,52,2733897062,'2014-07-24 02:09:48',''),(7677,1,1,8270,42,2733897062,'2014-07-24 02:09:53',''),(7678,1,1,8271,48,2733897062,'2014-07-24 02:09:58',''),(7679,1,1,8272,43,2733897062,'2014-07-24 02:10:03',''),(7680,1,1,8273,53,2733897062,'2014-07-24 02:10:09',''),(7681,1,1,8274,41,2733897062,'2014-07-24 02:10:13',''),(7682,1,1,8275,38,2733897062,'2014-07-24 02:10:18',''),(7683,1,1,8276,45,2733897062,'2014-07-24 02:10:23',''),(7684,1,1,8277,16,2733897062,'2014-07-24 02:10:28',''),(7685,1,1,8278,68,2733897062,'2014-07-24 02:10:33',''),(7686,1,1,8279,59,2733897062,'2014-07-24 02:10:38',''),(7687,1,1,8280,75,2733897062,'2014-07-24 02:10:43',''),(7688,1,1,8281,74,2733897062,'2014-07-24 02:10:48',''),(7689,1,1,8282,67,2733897062,'2014-07-24 02:10:53',''),(7690,1,1,8283,16,2733897062,'2014-07-24 02:10:58',''),(7691,1,1,8284,70,2733897062,'2014-07-24 02:11:03',''),(7692,1,1,8285,72,2733897062,'2014-07-24 02:11:08',''),(7693,1,1,8286,73,2733897062,'2014-07-24 02:11:13',''),(7694,1,1,8287,71,2733897062,'2014-07-24 02:11:18',''),(7695,1,1,8288,43,2733897062,'2014-07-24 02:11:23',''),(7696,1,1,8289,43,2733897062,'2014-07-24 02:11:28',''),(7697,1,1,8290,15,2733897062,'2014-07-24 02:11:33',''),(7698,1,1,8291,31,2733897062,'2014-07-24 02:11:38',''),(7699,1,1,8292,47,2733897062,'2014-07-24 02:11:43',''),(7700,1,1,8293,66,2733897062,'2014-07-24 02:11:48',''),(7701,1,1,8294,54,2733897062,'2014-07-24 02:11:53',''),(7702,1,1,8295,26,2733897062,'2014-07-24 02:11:58',''),(7703,1,1,8296,26,2733897062,'2014-07-24 02:12:03',''),(7704,1,1,8297,26,2733897062,'2014-07-24 02:12:08',''),(7705,1,1,8298,26,2733897062,'2014-07-24 02:12:13',''),(7706,1,1,8299,26,2733897062,'2014-07-24 02:12:18',''),(7707,1,1,8300,26,2733897062,'2014-07-24 02:12:23',''),(7708,1,1,8301,26,2733897062,'2014-07-24 02:12:28',''),(7709,1,1,8302,26,2733897062,'2014-07-24 02:12:33',''),(7710,1,1,8303,26,2733897062,'2014-07-24 02:12:38',''),(7711,1,1,8304,26,2733897062,'2014-07-24 02:12:43',''),(7712,1,1,8305,26,2733897062,'2014-07-24 02:12:48',''),(7713,1,1,8306,26,2733897062,'2014-07-24 02:12:53',''),(7714,1,1,8307,26,2733897062,'2014-07-24 02:12:59',''),(7715,1,1,8308,26,2733897062,'2014-07-24 02:13:03',''),(7716,1,1,8309,26,2733897062,'2014-07-24 02:13:08',''),(7717,1,1,8310,26,2733897062,'2014-07-24 02:13:13',''),(7718,1,1,8311,26,2733897062,'2014-07-24 02:13:18',''),(7719,1,1,8312,26,2733897062,'2014-07-24 02:13:23',''),(7720,1,1,8313,26,2733897062,'2014-07-24 02:13:28',''),(7721,1,1,8314,26,2733897062,'2014-07-24 02:13:33',''),(7722,1,1,8315,26,2733897062,'2014-07-24 02:13:39',''),(7723,1,1,8316,26,2733897062,'2014-07-24 02:13:43',''),(7724,1,1,8317,26,2733897062,'2014-07-24 02:13:48',''),(7725,1,1,8318,26,2733897062,'2014-07-24 02:13:53',''),(7726,1,1,8319,26,2733897062,'2014-07-24 02:13:58',''),(7727,1,1,8320,26,2733897062,'2014-07-24 02:14:03',''),(7728,1,1,8321,26,2733897062,'2014-07-24 02:14:08',''),(7729,1,1,8322,26,2733897062,'2014-07-24 02:14:13',''),(7730,1,1,8323,26,2733897062,'2014-07-24 02:14:18',''),(7731,1,1,8324,26,2733897062,'2014-07-24 02:14:22',''),(7732,1,1,8325,26,2733897062,'2014-07-24 02:14:28',''),(7733,1,1,8326,26,2733897062,'2014-07-24 02:14:33',''),(7734,1,1,8327,26,2733897062,'2014-07-24 02:14:38',''),(7735,1,1,8328,26,2733897062,'2014-07-24 02:14:44',''),(7736,1,1,8329,43,624583755,'2014-07-24 02:36:59',''),(7737,1,1,8330,1,1123631108,'2014-07-24 03:13:45',''),(7738,1,1,8331,1,3009612819,'2014-07-24 03:27:33','http://youtube-downloader.savetubevideo.com/youtube-downloader.php?u=http://mstyresblackburn.co.uk'),(7739,1,1,8332,50,1123631108,'2014-07-24 05:08:01',''),(7740,1,1,8333,10,1123631111,'2014-07-24 05:19:29',''),(7741,1,1,8335,1,1123631111,'2014-07-24 09:13:57',''),(7742,1,1,8336,1,1309552751,'2014-07-24 10:37:35','http://57.kambasoft.com/2.php?u=http://mstyresblackburn.co.uk'),(7743,1,1,8337,1,3135391010,'2014-07-24 13:17:28','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(7744,1,1,8338,1,773019383,'2014-07-24 14:38:21','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(7745,1,1,8339,1,2499490800,'2014-07-24 15:29:23',''),(7746,1,1,8340,1,2499490800,'2014-07-24 15:29:31',''),(7747,1,1,8341,1,2499490800,'2014-07-24 15:29:35',''),(7748,1,1,8342,26,3475901735,'2014-07-24 17:02:14',''),(7749,1,1,8343,1,1542483294,'2014-07-24 17:11:05',''),(7750,1,1,8344,1,1542483297,'2014-07-24 17:11:06',''),(7751,1,1,8345,1,3134528575,'2014-07-24 23:07:34','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(7752,1,1,8346,1,3015226842,'2014-07-24 23:21:36','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(7753,1,1,8347,16,1123631151,'2014-07-24 23:57:02',''),(7754,1,1,8348,1,1123631108,'2014-07-25 00:33:27',''),(7755,1,1,8349,48,1123631111,'2014-07-25 00:33:32',''),(7756,1,1,8351,1,2214402090,'2014-07-25 01:06:11',''),(7757,1,1,8352,56,1123631111,'2014-07-25 01:27:36',''),(7758,1,1,8353,68,2637637605,'2014-07-25 01:33:23',''),(7759,1,1,8354,28,1123631111,'2014-07-25 02:28:12',''),(7760,1,1,8356,75,1123631108,'2014-07-25 03:17:43',''),(7761,1,1,8357,44,1123635013,'2014-07-25 03:21:24',''),(7762,1,1,8358,56,3475901752,'2014-07-25 04:05:56',''),(7763,1,1,8359,47,2637637422,'2014-07-25 04:34:53',''),(7764,1,1,8360,66,1123631151,'2014-07-25 04:45:05',''),(7765,1,1,8362,6,1123631111,'2014-07-25 04:45:24',''),(7766,1,1,8365,47,1123631108,'2014-07-25 04:46:13',''),(7767,1,1,8371,6,1094178090,'2014-07-25 05:18:01',''),(7768,1,1,8372,15,3024880916,'2014-07-25 05:19:04',''),(7769,1,1,8373,74,1123631111,'2014-07-25 05:40:11',''),(7770,1,1,8374,48,3024881068,'2014-07-25 06:04:04',''),(7771,1,1,8375,57,1123631111,'2014-07-25 06:22:47',''),(7772,1,1,8376,53,1123631151,'2014-07-25 06:23:40',''),(7773,1,1,8379,38,1123631108,'2014-07-25 06:24:56',''),(7774,1,1,8387,15,1123631151,'2014-07-25 07:01:13',''),(7775,1,1,8390,47,1123631108,'2014-07-25 07:01:43',''),(7776,1,1,8391,65,1123631151,'2014-07-25 08:22:36',''),(7777,1,1,8392,9,1123631108,'2014-07-25 08:27:48',''),(7778,1,1,8394,56,1123631111,'2014-07-25 08:32:48',''),(7779,1,1,8397,1,1539837189,'2014-07-25 09:00:37',''),(7780,1,1,8398,14,1123631108,'2014-07-25 09:26:35',''),(7781,1,1,8399,15,1123631111,'2014-07-25 09:26:52',''),(7782,1,1,8401,10,1123631151,'2014-07-25 09:27:05',''),(7783,1,1,8402,43,1123631111,'2014-07-25 12:24:29',''),(7784,1,1,8403,1,1589955223,'2014-07-25 13:02:30','https://www.google.co.uk/'),(7785,1,1,8404,26,3475901752,'2014-07-25 17:00:23',''),(7786,1,1,8405,26,2637637516,'2014-07-25 17:16:23',''),(7787,1,1,8406,1,1542483313,'2014-07-25 17:22:31',''),(7788,1,1,8407,1,1542483314,'2014-07-25 17:22:32',''),(7789,1,1,8408,1,3141494427,'2014-07-25 18:33:33','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(7790,1,1,8409,49,1123631151,'2014-07-25 19:38:52',''),(7791,1,1,8410,1,3522132843,'2014-07-26 04:56:05',''),(7792,1,1,8411,1,1365385782,'2014-07-26 07:26:35',''),(7793,1,1,8412,1,1365385782,'2014-07-26 07:26:38',''),(7794,1,1,8413,1,1365385782,'2014-07-26 07:26:40',''),(7795,1,1,8414,1,1123634371,'2014-07-26 07:57:26',''),(7796,1,1,8415,1,1123631108,'2014-07-26 08:00:02',''),(7797,1,1,8416,6,3024880960,'2014-07-26 08:01:37',''),(7798,1,1,8417,63,1123631111,'2014-07-26 08:04:41',''),(7799,1,1,8420,28,1123631151,'2014-07-26 08:04:48',''),(7800,1,1,8431,1,3479603715,'2014-07-26 08:44:20',''),(7801,1,1,8432,65,624583847,'2014-07-26 08:51:12',''),(7802,1,1,8433,1,2499488265,'2014-07-26 11:20:39',''),(7803,1,1,8434,6,624583755,'2014-07-26 11:29:09',''),(7804,1,1,8435,1,1123635508,'2014-07-26 14:07:49',''),(7805,1,1,8436,1,1542483304,'2014-07-26 16:45:48',''),(7806,1,1,8437,1,1542483296,'2014-07-26 16:45:49',''),(7807,1,1,8438,1,1123631151,'2014-07-26 17:40:14',''),(7808,1,1,8439,1,1123631111,'2014-07-26 18:16:45',''),(7809,1,1,8440,54,3497226059,'2014-07-26 18:43:23',''),(7810,1,1,8441,1,3024881289,'2014-07-26 19:53:39',''),(7811,1,1,8442,72,3024881365,'2014-07-26 20:48:16',''),(7812,1,1,8443,47,624583812,'2014-07-26 22:22:04',''),(7813,1,1,8444,6,1571605550,'2014-07-26 23:00:40',''),(7814,1,1,8476,1,3369685037,'2014-07-26 23:05:24','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(7815,1,1,8477,56,2996488955,'2014-07-27 01:25:02',''),(7816,1,1,8478,67,624583846,'2014-07-27 03:55:47',''),(7817,1,1,8479,63,2996488955,'2014-07-27 04:02:10',''),(7818,1,1,8480,1,3024880959,'2014-07-27 04:05:58',''),(7819,1,1,8481,1,3024880920,'2014-07-27 04:06:01',''),(7820,1,1,8482,3,84500980,'2014-07-27 05:56:20',''),(7821,1,1,8483,50,2996488955,'2014-07-27 06:12:55',''),(7822,1,1,8484,1,1123631151,'2014-07-27 07:38:13',''),(7823,1,1,8485,1,1454167543,'2014-07-27 07:54:51','http://www.google.co.uk/url?url=http://www.mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ei=LLDUU8a0Gseg7AbWtoD4Aw&ved=0CDcQFjAEOBQ&usg=AFQjCNGlWdLwvpN_zWDbxDO5Ei5PPYeCpA'),(7824,1,1,8486,1,1123631108,'2014-07-27 08:03:37',''),(7825,1,1,8487,45,2996488955,'2014-07-27 09:00:24',''),(7826,1,1,8488,6,772032712,'2014-07-27 11:28:44',''),(7827,1,1,8489,1,772032712,'2014-07-27 11:28:51',''),(7828,1,1,8490,1,772032712,'2014-07-27 11:28:55',''),(7829,1,1,8491,1,772032712,'2014-07-27 11:29:04',''),(7830,1,1,8492,1,772032712,'2014-07-27 11:29:13',''),(7831,1,1,8493,1,772032712,'2014-07-27 11:29:20',''),(7832,1,1,8494,1,772032712,'2014-07-27 11:29:30',''),(7833,1,1,8495,1,772032712,'2014-07-27 11:29:37',''),(7834,1,1,8496,1,772032712,'2014-07-27 11:29:45',''),(7835,1,1,8497,1,772032712,'2014-07-27 11:29:56',''),(7836,1,1,8498,9,772032712,'2014-07-27 11:30:04',''),(7837,1,1,8499,38,772032712,'2014-07-27 11:30:15',''),(7838,1,1,8500,41,772032712,'2014-07-27 11:30:26',''),(7839,1,1,8501,43,772032712,'2014-07-27 11:30:28',''),(7840,1,1,8502,45,772032712,'2014-07-27 11:30:39',''),(7841,1,1,8503,53,772032712,'2014-07-27 11:30:51',''),(7842,1,1,8504,48,772032712,'2014-07-27 11:31:00',''),(7843,1,1,8505,52,772032712,'2014-07-27 11:31:13',''),(7844,1,1,8506,57,772032712,'2014-07-27 11:31:23',''),(7845,1,1,8507,28,772032712,'2014-07-27 11:31:34',''),(7846,1,1,8508,50,772032712,'2014-07-27 11:31:39',''),(7847,1,1,8509,51,772032712,'2014-07-27 11:31:44',''),(7848,1,1,8510,56,772032712,'2014-07-27 11:31:49',''),(7849,1,1,8511,55,772032712,'2014-07-27 11:31:59',''),(7850,1,1,8512,62,772032712,'2014-07-27 11:32:03',''),(7851,1,1,8513,63,772032712,'2014-07-27 11:32:11',''),(7852,1,1,8514,64,772032712,'2014-07-27 11:32:18',''),(7853,1,1,8515,65,772032712,'2014-07-27 11:32:31',''),(7854,1,1,8516,69,772032712,'2014-07-27 11:32:38',''),(7855,1,1,8517,1,3479603870,'2014-07-27 12:49:45',''),(7856,1,1,8518,1,3479603715,'2014-07-27 12:52:20',''),(7857,1,1,8519,43,1123631111,'2014-07-27 14:08:59',''),(7858,1,1,8520,58,3024880923,'2014-07-27 14:12:13',''),(7859,1,1,8521,52,2996488955,'2014-07-27 14:16:48',''),(7860,1,1,8522,1,1444447464,'2014-07-27 14:33:04','https://www.google.co.uk/'),(7861,1,1,8523,27,3024881201,'2014-07-27 15:06:03',''),(7862,1,1,8524,16,3475901752,'2014-07-27 16:03:36',''),(7863,1,1,8525,1,1123631111,'2014-07-27 16:13:22',''),(7864,1,1,8527,1,1542483321,'2014-07-27 16:53:19',''),(7865,1,1,8528,1,1542483279,'2014-07-27 16:53:20',''),(7866,1,1,8529,62,2996488955,'2014-07-27 17:03:58',''),(7867,1,1,8530,55,2996488955,'2014-07-27 22:09:27',''),(7868,1,1,8531,64,624583755,'2014-07-27 22:46:46',''),(7869,1,1,8532,43,2996488955,'2014-07-28 01:29:08',''),(7870,1,1,8533,1,3520076655,'2014-07-28 02:07:47',''),(7871,1,1,8534,1,3520076655,'2014-07-28 02:07:47',''),(7872,1,1,8535,56,1123631151,'2014-07-28 04:23:54',''),(7873,1,1,8536,38,2996488955,'2014-07-28 04:27:31',''),(7874,1,1,8537,16,624583755,'2014-07-28 07:09:54',''),(7875,1,1,8538,66,1123631111,'2014-07-28 08:26:40',''),(7876,1,1,8539,14,1123631108,'2014-07-28 08:53:59',''),(7877,1,1,8540,1,835518794,'2014-07-28 09:13:56','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(7878,1,1,8541,56,1123631151,'2014-07-28 09:30:33',''),(7879,1,1,8542,52,1123631108,'2014-07-28 09:39:37',''),(7880,1,1,8543,65,1247483459,'2014-07-28 10:32:56',''),(7881,1,1,8544,1,1247483459,'2014-07-28 10:33:11',''),(7882,1,1,8545,65,1247483459,'2014-07-28 10:33:22',''),(7883,1,1,8546,45,2996488955,'2014-07-28 11:01:12',''),(7884,1,1,8547,63,1294737067,'2014-07-28 11:36:23','http://www.google.co.uk/url?url=http://www.mstyresblackburn.co.uk/index.php%3Fid_product%3D27%26controller%3Dproduct%26id_lang%3D1&rct=j&frm=1&q=&esrc=s&sa=U&ei=oDXWU7qJFJLT7AaokIDAAw&ved=0CBQQFjAA&usg=AFQjCNEc19GDneaEIVg_JoYSRiYLdA_Nvg'),(7885,1,1,8548,1,1123631111,'2014-07-28 12:46:00',''),(7886,1,1,8549,1,1123631108,'2014-07-28 13:12:24',''),(7887,1,1,8550,65,3024881067,'2014-07-28 14:44:23',''),(7888,1,1,8551,1,2536324184,'2014-07-28 14:55:34','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(7889,1,1,8552,1,1542483315,'2014-07-28 16:51:58',''),(7890,1,1,8553,1,1542483281,'2014-07-28 16:51:59',''),(7891,1,1,8554,1,1123631111,'2014-07-28 17:51:06',''),(7892,1,1,8556,1,2990476559,'2014-07-28 18:21:11',''),(7893,1,1,8557,1,2990476559,'2014-07-28 18:21:20',''),(7894,1,1,8558,45,2996483064,'2014-07-28 18:23:45',''),(7895,1,1,8559,1,1123631108,'2014-07-28 22:16:56',''),(7896,1,1,8560,1,1123631151,'2014-07-28 22:37:03',''),(7897,1,1,8561,1,772032712,'2014-07-28 23:58:31',''),(7898,1,1,8562,26,3475901752,'2014-07-29 00:24:06',''),(7899,1,1,8563,6,3024881198,'2014-07-29 02:24:58',''),(7900,1,1,8564,1,1123631111,'2014-07-29 03:56:58',''),(7901,1,1,8565,26,3475901752,'2014-07-29 05:20:35',''),(7902,1,1,8566,1,2047064875,'2014-07-29 06:55:30',''),(7903,1,1,8567,6,2047064875,'2014-07-29 06:55:33',''),(7904,1,1,8568,16,3024881211,'2014-07-29 08:21:36',''),(7905,1,1,8569,1,1123631108,'2014-07-29 10:21:18',''),(7906,1,1,8570,56,1543833519,'2014-07-29 10:49:38','http://search.aol.co.uk/aol/search?s_it=topsearchbox.search&s_chn=hp_t1&v_t=aoluk-homePage51&q=rapid+p609+tyres+225+45+17'),(7907,1,1,8571,56,1123631111,'2014-07-29 11:30:15',''),(7908,1,1,8572,1,1563101578,'2014-07-29 14:33:17','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(7909,1,1,8573,1,1310737593,'2014-07-29 14:41:41','https://www.google.co.uk/'),(7910,1,1,8574,1,1834540353,'2014-07-29 15:02:28','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(7911,1,1,8575,1,1377537742,'2014-07-29 16:19:06','http://www.google.co.uk/'),(7912,1,1,8576,1,1542483310,'2014-07-29 17:00:35',''),(7913,1,1,8577,1,1542483322,'2014-07-29 17:00:36',''),(7914,1,1,8578,1,84480659,'2014-07-29 17:04:15',''),(7915,1,1,8579,1,84480659,'2014-07-29 17:04:39',''),(7916,1,1,8580,1,84480659,'2014-07-29 17:04:50',''),(7917,1,1,8581,1,84480659,'2014-07-29 17:05:00',''),(7918,1,1,8582,1,84480659,'2014-07-29 17:05:09',''),(7919,1,1,8583,1,84480659,'2014-07-29 17:05:22',''),(7920,1,1,8584,1,84480659,'2014-07-29 17:05:32',''),(7921,1,1,8585,1,84480659,'2014-07-29 17:05:54',''),(7922,1,1,8586,1,84480659,'2014-07-29 17:06:08',''),(7923,1,1,8587,1,1577066597,'2014-07-29 18:53:47','http://uk.search.yahoo.com/search?p=ms+tyres+blackburn&fr=iphone&.tsrc=apple&pcarrier=EE&pmcc=234&pmnc=30'),(7924,1,1,8588,1,1123634795,'2014-07-29 19:36:59',''),(7925,1,1,8589,42,1123634802,'2014-07-29 20:20:57',''),(7926,1,1,8590,1,3520089945,'2014-07-29 23:39:39',''),(7927,1,1,8591,1,3520089945,'2014-07-29 23:39:40',''),(7928,1,1,8592,1,3520089945,'2014-07-29 23:43:46',''),(7929,1,1,8593,1,3520089945,'2014-07-29 23:43:46',''),(7930,1,1,8594,62,2996483064,'2014-07-30 00:20:32',''),(7931,1,1,8595,53,2637637515,'2014-07-30 00:53:29',''),(7932,1,1,8596,55,624583907,'2014-07-30 02:25:34',''),(7933,1,1,8597,16,1123634795,'2014-07-30 02:36:31',''),(7934,1,1,8598,45,2996483064,'2014-07-30 03:16:19',''),(7935,1,1,8599,38,624583844,'2014-07-30 03:55:38',''),(7936,1,1,8600,1,1123634795,'2014-07-30 05:20:02',''),(7937,1,1,8601,1,2548059580,'2014-07-30 05:53:40','https://www.google.co.uk/'),(7938,1,1,8602,54,1123634795,'2014-07-30 10:47:30',''),(7939,1,1,8603,47,1123634802,'2014-07-30 11:00:38',''),(7940,1,1,8604,52,3024881188,'2014-07-30 12:23:23',''),(7941,1,1,8605,1,84500980,'2014-07-30 13:25:07',''),(7942,1,1,8606,1,84500980,'2014-07-30 13:25:10',''),(7943,1,1,8607,1,84500980,'2014-07-30 13:25:15',''),(7944,1,1,8608,29,1402306146,'2014-07-30 15:22:45',''),(7945,1,1,8609,1,2637637516,'2014-07-30 16:12:14',''),(7946,1,1,8610,1,1545063877,'2014-07-30 17:01:22',''),(7947,1,1,8611,1,1483342341,'2014-07-30 17:36:00','https://www.google.co.uk/'),(7948,1,1,8612,1,1041806726,'2014-07-30 17:36:32',''),(7949,1,1,8613,1,1123631151,'2014-07-30 18:46:58',''),(7950,1,1,8614,1,3024880959,'2014-07-30 18:59:10',''),(7951,1,1,8615,1,3024880967,'2014-07-30 18:59:25',''),(7952,1,1,8616,14,1123631111,'2014-07-30 19:27:22',''),(7953,1,1,8617,1,1603725460,'2014-07-30 20:44:48',''),(7954,1,1,8618,6,1603725460,'2014-07-30 20:44:49',''),(7955,1,1,8619,50,2996483064,'2014-07-30 20:51:36',''),(7956,1,1,8620,28,3497226587,'2014-07-30 21:10:38',''),(7957,1,1,8621,65,1344976659,'2014-07-30 21:33:19',''),(7958,1,1,8622,64,1123631108,'2014-07-30 22:12:50',''),(7959,1,1,8623,71,624583820,'2014-07-30 22:27:42',''),(7960,1,1,8624,1,2637637437,'2014-07-30 22:29:59',''),(7961,1,1,8625,1,3024881208,'2014-07-30 22:30:37',''),(7962,1,1,8626,57,624583814,'2014-07-30 22:38:04',''),(7963,1,1,8627,62,3024881089,'2014-07-30 23:00:40',''),(7964,1,1,8628,43,1123631111,'2014-07-30 23:01:27',''),(7965,1,1,8629,73,624583870,'2014-07-30 23:29:11',''),(7966,1,1,8630,27,2637637512,'2014-07-31 00:08:14',''),(7967,1,1,8631,1,1123631151,'2014-07-31 00:58:00',''),(7968,1,1,8632,1,1123631111,'2014-07-31 01:20:08',''),(7969,1,1,8634,16,624583907,'2014-07-31 01:54:59',''),(7970,1,1,8635,1,1542483280,'2014-07-31 05:09:31',''),(7971,1,1,8636,1,1542483276,'2014-07-31 05:09:32',''),(7972,1,1,8637,1,2637637528,'2014-07-31 05:10:27',''),(7973,1,1,8638,1,1368767263,'2014-07-31 08:08:24',''),(7974,1,1,8639,1,624583907,'2014-07-31 09:53:58',''),(7975,1,1,8640,66,624583848,'2014-07-31 11:52:07',''),(7976,1,1,8641,45,624583850,'2014-07-31 12:05:11',''),(7977,1,1,8642,1,2637637437,'2014-07-31 15:18:45',''),(7978,1,1,8643,15,624583907,'2014-07-31 16:25:06',''),(7979,1,1,8644,49,3024881304,'2014-07-31 21:36:02',''),(7980,1,1,8645,52,2996483064,'2014-07-31 21:56:09',''),(7981,1,1,8646,50,624583747,'2014-07-31 22:44:11',''),(7982,1,1,8647,68,1123631111,'2014-07-31 22:53:23',''),(7983,1,1,8649,62,2996483064,'2014-07-31 23:01:55',''),(7984,1,1,8651,56,1123631151,'2014-08-01 01:25:18',''),(7985,1,1,8652,10,1123631108,'2014-08-01 02:55:56',''),(7986,1,1,8653,46,1123631111,'2014-08-01 03:54:44',''),(7987,1,1,8654,1,1123631108,'2014-08-01 03:58:52',''),(7988,1,1,8655,15,1123631151,'2014-08-01 04:32:54',''),(7989,1,1,8656,1,1542483290,'2014-08-01 05:07:46',''),(7990,1,1,8657,1,1542483313,'2014-08-01 05:07:47',''),(7991,1,1,8658,14,1123631111,'2014-08-01 05:26:32',''),(7992,1,1,8659,65,1123631111,'2014-08-01 06:22:15',''),(7993,1,1,8660,1,1162896759,'2014-08-01 06:41:39','http://www.bing.com/search?q=http%3a%2f%2fmycommunityshop.com%2findex.php%3fid_product%3d1%26controller%3dproduct%26id_lang%3d1&go=&qs=HS&filt=custom&first=51&FORM=PORE'),(7994,1,1,8661,1,1162896759,'2014-08-01 06:41:41',''),(7995,1,1,8662,63,3497226059,'2014-08-01 07:00:35',''),(7996,1,1,8663,6,1123631151,'2014-08-01 07:59:12',''),(7997,1,1,8664,41,1123631108,'2014-08-01 09:21:44',''),(7998,1,1,8665,1,1123631111,'2014-08-01 09:24:51',''),(7999,1,1,8666,51,1123631111,'2014-08-01 10:36:14',''),(8000,1,1,8667,28,1123631108,'2014-08-01 10:57:54',''),(8001,1,1,8668,1,1123631151,'2014-08-01 12:28:06',''),(8002,1,1,8669,47,1123631108,'2014-08-01 12:52:33',''),(8003,1,1,8670,68,1464042469,'2014-08-01 12:53:25','https://www.google.be/'),(8004,1,1,8671,43,2637637439,'2014-08-01 17:06:01',''),(8005,1,1,8672,31,1123631151,'2014-08-01 17:21:23',''),(8006,1,1,8674,75,624583870,'2014-08-01 18:22:11',''),(8007,1,1,8675,69,1123631111,'2014-08-01 19:01:26',''),(8008,1,1,8676,1,1345305507,'2014-08-01 19:25:46','http://www.google.co.uk/'),(8009,1,1,8677,1,1041806727,'2014-08-01 19:26:18',''),(8010,1,1,8678,43,3024881310,'2014-08-01 19:35:42',''),(8011,1,1,8679,53,1123631108,'2014-08-01 20:57:54',''),(8012,1,1,8680,1,1123631151,'2014-08-01 22:47:12',''),(8013,1,1,8681,55,2996483064,'2014-08-01 22:48:18',''),(8014,1,1,8682,50,2996483064,'2014-08-02 00:59:12',''),(8015,1,1,8683,16,1123631151,'2014-08-02 03:08:28',''),(8016,1,1,8684,16,1123631111,'2014-08-02 03:23:08',''),(8017,1,1,8685,63,3024881217,'2014-08-02 03:39:31',''),(8018,1,1,8686,54,1123631151,'2014-08-02 04:01:17',''),(8019,1,1,8687,57,1123631108,'2014-08-02 04:07:09',''),(8020,1,1,8688,1,1542483306,'2014-08-02 05:16:29',''),(8021,1,1,8689,1,1542483304,'2014-08-02 05:16:30',''),(8022,1,1,8690,1,1123631108,'2014-08-02 05:52:23',''),(8023,1,1,8691,73,3024881201,'2014-08-02 06:33:28',''),(8024,1,1,8692,1,1123631151,'2014-08-02 09:56:25',''),(8025,1,1,8693,10,2637637618,'2014-08-02 10:37:48',''),(8026,1,1,8694,43,2637637439,'2014-08-02 10:40:39',''),(8027,1,1,8695,1,1384445417,'2014-08-02 11:05:50',''),(8028,1,1,8696,43,2637637439,'2014-08-02 11:33:40',''),(8029,1,1,8697,65,2637637555,'2014-08-02 13:23:23',''),(8030,1,1,8698,1,1123631108,'2014-08-02 16:24:36',''),(8031,1,1,8699,43,2637637618,'2014-08-02 21:45:36',''),(8032,1,1,8700,1,3203362309,'2014-08-02 22:26:42','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(8033,1,1,8701,58,624583848,'2014-08-02 22:41:21',''),(8034,1,1,8702,1,1123631954,'2014-08-02 22:57:30',''),(8035,1,1,8703,62,624583870,'2014-08-03 00:15:41',''),(8036,1,1,8704,1,3366038085,'2014-08-03 01:30:54','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(8037,1,1,8705,1,3495573956,'2014-08-03 03:40:52',''),(8038,1,1,8706,1,1542483324,'2014-08-03 05:16:32',''),(8039,1,1,8707,1,1542483293,'2014-08-03 05:16:33',''),(8040,1,1,8708,6,2637637465,'2014-08-03 06:28:13',''),(8041,1,1,8709,1,786803397,'2014-08-03 07:49:43',''),(8042,1,1,8710,52,624583814,'2014-08-03 08:44:55',''),(8043,1,1,8711,10,2637637618,'2014-08-03 10:07:15',''),(8044,1,1,8712,1,1123631928,'2014-08-03 10:11:03',''),(8045,1,1,8713,1,3024881311,'2014-08-03 11:02:02',''),(8046,1,1,8714,56,3024881214,'2014-08-03 11:39:30',''),(8047,1,1,8715,1,1123631941,'2014-08-03 14:59:13',''),(8048,1,1,8716,1,1342634829,'2014-08-03 15:20:03',''),(8049,1,1,8717,62,2996483064,'2014-08-03 17:39:58',''),(8050,1,1,8718,1,1569536294,'2014-08-03 20:13:17','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(8051,1,1,8719,1,1123631108,'2014-08-03 20:33:56',''),(8052,1,1,8720,1,3171330646,'2014-08-03 22:14:44','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(8053,1,1,8721,59,3024881385,'2014-08-03 22:45:45',''),(8054,1,1,8722,1,2984646800,'2014-08-03 23:25:45',''),(8055,1,1,8723,43,1592977682,'2014-08-03 23:25:49',''),(8056,1,1,8724,1,2883715936,'2014-08-03 23:27:20',''),(8057,1,1,8725,61,2883715936,'2014-08-03 23:28:44',''),(8058,1,1,8726,61,2883715936,'2014-08-03 23:30:09',''),(8059,1,1,8727,61,2883715936,'2014-08-03 23:31:25',''),(8060,1,1,8728,1,3007248228,'2014-08-03 23:38:44',''),(8061,1,1,8729,43,3007248228,'2014-08-03 23:38:57',''),(8062,1,1,8730,1,2057897525,'2014-08-03 23:39:25',''),(8063,1,1,8731,76,2057897525,'2014-08-03 23:39:31',''),(8064,1,1,8732,1,245622686,'2014-08-03 23:44:00',''),(8065,1,1,8733,76,245622686,'2014-08-03 23:44:10',''),(8066,1,1,8734,1,1952711623,'2014-08-03 23:44:26',''),(8067,1,1,8735,43,1952711623,'2014-08-03 23:44:37',''),(8068,1,1,8736,43,3047566089,'2014-08-03 23:45:36',''),(8069,1,1,8737,1,3024881197,'2014-08-04 01:14:21',''),(8070,1,1,8738,28,3024881207,'2014-08-04 07:15:50',''),(8071,1,1,8739,41,1841556438,'2014-08-04 10:57:33','http://yandex.ru/yandsearch?text=www.mstyresblackburn.co.uk&lr=213'),(8072,1,1,8740,38,94654087,'2014-08-04 11:01:20','http://yandex.ru/yandsearch?text=www.mstyresblackburn.co.uk&lr=213'),(8073,1,1,8741,28,624583861,'2014-08-04 12:20:37',''),(8074,1,1,8742,54,624583824,'2014-08-04 16:14:21',''),(8075,1,1,8743,1,1123631151,'2014-08-04 18:05:13',''),(8076,1,1,8744,1,1123631108,'2014-08-04 19:26:46',''),(8077,1,1,8745,26,1123631151,'2014-08-04 19:36:19',''),(8078,1,1,8746,26,1123631111,'2014-08-04 19:36:41',''),(8079,1,1,8750,68,1123631151,'2014-08-04 20:41:35',''),(8080,1,1,8751,56,1123631111,'2014-08-04 21:42:21',''),(8081,1,1,8752,48,624583813,'2014-08-04 21:57:46',''),(8082,1,1,8753,49,3024881285,'2014-08-04 22:31:29',''),(8083,1,1,8754,1,1123631111,'2014-08-04 22:43:09',''),(8084,1,1,8755,3,2637637465,'2014-08-04 23:59:45',''),(8085,1,1,8756,9,3497226587,'2014-08-05 01:04:19',''),(8086,1,1,8757,64,1123631111,'2014-08-05 01:05:18',''),(8087,1,1,8758,18,2637637439,'2014-08-05 02:01:31',''),(8088,1,1,8759,1,3024881298,'2014-08-05 03:16:40',''),(8089,1,1,8760,1,1123631108,'2014-08-05 04:38:29',''),(8090,1,1,8761,1,1968049426,'2014-08-05 07:39:51',''),(8091,1,1,8762,1,1542483289,'2014-08-05 08:32:48',''),(8092,1,1,8763,1,1542483267,'2014-08-05 08:32:49',''),(8093,1,1,8764,64,1123631108,'2014-08-05 12:38:11',''),(8094,1,1,8765,1,1377168681,'2014-08-05 13:15:24','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&sqi=2&ved=0CGcQoAIwBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=z9jgU4ueM8XQ7Aah44HgCQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(8095,1,1,8766,1,2466212180,'2014-08-05 14:10:42','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CDQQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=1uXgU4e3JKSm0QWq4ICIAQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=hYfhYEjf8B3tkv8zilSyAg&bvm=bv.72197243,d.ZWU'),(8096,1,1,8767,1,1123631108,'2014-08-05 14:13:34',''),(8097,1,1,8768,43,1123631151,'2014-08-05 14:36:59',''),(8098,1,1,8769,1,1123631108,'2014-08-05 17:23:23',''),(8099,1,1,8771,1,1123631151,'2014-08-05 18:49:22',''),(8100,1,1,8772,1,532226771,'2014-08-05 20:23:06','https://www.google.co.uk/'),(8101,1,1,8773,28,1540294654,'2014-08-05 20:43:53',''),(8102,1,1,8774,1,1123631954,'2014-08-05 20:50:54',''),(8103,1,1,8775,54,3024881211,'2014-08-05 20:59:04',''),(8104,1,1,8776,56,1123631941,'2014-08-05 22:06:33',''),(8105,1,1,8777,1,1123631928,'2014-08-05 22:07:42',''),(8106,1,1,8778,65,1577393097,'2014-08-05 22:09:04','http://www.google.co.uk/url?sa=t&rct=j&q=rapid%20p609%20tyres%20235%2045%2016&source=web&cd=6&ved=0CCkQFjAF&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=KlXhU4OSOqv07Ab9lYHoCw&usg=AFQjC'),(8107,1,1,8779,1,1123631954,'2014-08-05 23:48:58',''),(8108,1,1,8781,1,3024881062,'2014-08-06 00:11:11',''),(8109,1,1,8782,1,3024880924,'2014-08-06 00:11:14',''),(8110,1,1,8783,14,1123631928,'2014-08-06 01:06:57',''),(8111,1,1,8784,43,1123631954,'2014-08-06 02:04:16',''),(8112,1,1,8785,1,3479603715,'2014-08-06 02:28:51',''),(8113,1,1,8786,1,3479603870,'2014-08-06 02:48:20',''),(8114,1,1,8787,1,1489388043,'2014-08-06 03:01:34',''),(8115,1,1,8788,1,1489388043,'2014-08-06 03:01:39',''),(8116,1,1,8789,1,1489388043,'2014-08-06 03:01:44',''),(8117,1,1,8790,1,1489388043,'2014-08-06 03:01:51',''),(8118,1,1,8791,43,1123631928,'2014-08-06 03:01:53',''),(8119,1,1,8792,43,1123631941,'2014-08-06 03:06:05',''),(8120,1,1,8793,68,1123631954,'2014-08-06 03:20:15',''),(8121,1,1,8794,6,3337958234,'2014-08-06 03:29:20',''),(8122,1,1,8795,63,1123631941,'2014-08-06 04:10:41',''),(8123,1,1,8796,6,1123631928,'2014-08-06 04:22:09',''),(8124,1,1,8797,54,1123631954,'2014-08-06 05:28:39',''),(8125,1,1,8799,66,1123631954,'2014-08-06 06:25:58',''),(8126,1,1,8800,38,1123631941,'2014-08-06 06:38:36',''),(8127,1,1,8801,1,1542483275,'2014-08-06 08:35:27',''),(8128,1,1,8802,1,1542483269,'2014-08-06 08:35:28',''),(8129,1,1,8803,1,1442834806,'2014-08-06 09:06:27',''),(8130,1,1,8804,26,2637637439,'2014-08-06 10:09:35',''),(8131,1,1,8805,1,1365356157,'2014-08-06 13:00:14','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=13&ved=0CKsBEBYwDA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=BCbiU_rdDsef7AbE54HgCg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=mTo_uNdd87HviNHyfLKAMg'),(8132,1,1,8806,1,1365306377,'2014-08-06 15:17:12','https://www.google.co.uk/'),(8133,1,1,8807,1,1589828397,'2014-08-06 15:42:12','https://www.google.co.uk/'),(8134,1,1,8808,3,1365385782,'2014-08-06 17:45:46',''),(8135,1,1,8809,18,1365385782,'2014-08-06 17:45:49',''),(8136,1,1,8810,62,847956364,'2014-08-06 18:34:10','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=8&ved=0CGsQFjAH&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D26%26controller%3Dproduct%26id_lang%3D1&ei=D3PiU4mRHM6OyATirYHYAQ&usg=AFQjCNGsHSPV8VYcpxbCHSCeG6PVc-'),(8137,1,1,8811,70,3024881214,'2014-08-06 19:35:14',''),(8138,1,1,8812,1,1094178092,'2014-08-06 20:48:12',''),(8139,1,1,8813,1,2953388715,'2014-08-06 21:24:29',''),(8140,1,1,8814,1,2953388715,'2014-08-06 21:24:31',''),(8141,1,1,8815,1,2953388715,'2014-08-06 21:24:33',''),(8142,1,1,8816,1,2953388715,'2014-08-06 21:24:36',''),(8143,1,1,8817,1,2953388715,'2014-08-06 21:24:38',''),(8144,1,1,8818,1,2953388715,'2014-08-06 21:24:40',''),(8145,1,1,8819,1,2953388715,'2014-08-06 21:24:43',''),(8146,1,1,8820,1,2953388715,'2014-08-06 21:24:45',''),(8147,1,1,8821,1,2953388715,'2014-08-06 21:24:47',''),(8148,1,1,8822,1,2953388715,'2014-08-06 21:24:49',''),(8149,1,1,8823,9,2953388715,'2014-08-06 21:24:52',''),(8150,1,1,8824,38,2953388715,'2014-08-06 21:24:55',''),(8151,1,1,8825,41,2953388715,'2014-08-06 21:24:58',''),(8152,1,1,8826,43,2953388715,'2014-08-06 21:25:01',''),(8153,1,1,8827,45,2953388715,'2014-08-06 21:25:04',''),(8154,1,1,8828,53,2953388715,'2014-08-06 21:25:07',''),(8155,1,1,8829,48,2953388715,'2014-08-06 21:25:10',''),(8156,1,1,8830,52,2953388715,'2014-08-06 21:25:13',''),(8157,1,1,8831,57,2953388715,'2014-08-06 21:25:15',''),(8158,1,1,8832,28,2953388715,'2014-08-06 21:25:18',''),(8159,1,1,8833,50,2953388715,'2014-08-06 21:25:22',''),(8160,1,1,8834,51,2953388715,'2014-08-06 21:25:25',''),(8161,1,1,8835,56,2953388715,'2014-08-06 21:25:28',''),(8162,1,1,8836,55,2953388715,'2014-08-06 21:25:32',''),(8163,1,1,8837,62,2953388715,'2014-08-06 21:25:35',''),(8164,1,1,8838,63,2953388715,'2014-08-06 21:25:38',''),(8165,1,1,8839,64,2953388715,'2014-08-06 21:25:41',''),(8166,1,1,8840,65,2953388715,'2014-08-06 21:25:45',''),(8167,1,1,8841,69,2953388715,'2014-08-06 21:25:48',''),(8168,1,1,8842,1,2953388715,'2014-08-06 21:25:51',''),(8169,1,1,8843,1,2953388715,'2014-08-06 21:25:54',''),(8170,1,1,8844,45,2637637618,'2014-08-06 22:26:20',''),(8171,1,1,8845,68,1123631928,'2014-08-06 22:32:03',''),(8172,1,1,8846,1,1123631941,'2014-08-06 22:59:35',''),(8173,1,1,8847,1,3376693562,'2014-08-07 00:44:56','http://94.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(8174,1,1,8848,54,1123631954,'2014-08-07 00:47:35',''),(8175,1,1,8849,52,1123631954,'2014-08-07 01:51:06',''),(8176,1,1,8850,27,1123631928,'2014-08-07 03:15:49',''),(8177,1,1,8851,26,2637637465,'2014-08-07 03:56:14',''),(8178,1,1,8852,51,1123631954,'2014-08-07 04:34:10',''),(8179,1,1,8853,9,1123631954,'2014-08-07 05:10:12',''),(8180,1,1,8854,45,1123631928,'2014-08-07 06:01:00',''),(8181,1,1,8856,50,1123631928,'2014-08-07 06:45:28',''),(8182,1,1,8857,56,1298163955,'2014-08-07 07:22:49',''),(8183,1,1,8858,56,1123631928,'2014-08-07 07:27:49',''),(8184,1,1,8859,1,1123631941,'2014-08-07 08:03:51',''),(8185,1,1,8860,1,1382840604,'2014-08-07 08:31:07','https://www.google.co.uk/'),(8186,1,1,8861,1,1542483303,'2014-08-07 08:40:32',''),(8187,1,1,8862,1,1542483284,'2014-08-07 08:40:33',''),(8188,1,1,8863,68,1123631928,'2014-08-07 09:09:28',''),(8189,1,1,8865,66,3024881039,'2014-08-07 09:37:49',''),(8190,1,1,8866,48,1123631928,'2014-08-07 10:36:18',''),(8191,1,1,8868,55,1123631941,'2014-08-07 10:53:15',''),(8192,1,1,8869,63,1123631928,'2014-08-07 11:27:07',''),(8193,1,1,8870,57,1123631954,'2014-08-07 11:33:28',''),(8194,1,1,8871,1,1403502422,'2014-08-07 11:38:43','http://www.bing.com/search?FORM=UP97DF&PC=UP97&q=tyres+blackburn'),(8195,1,1,8872,15,1123631941,'2014-08-07 11:54:23',''),(8196,1,1,8873,1,1439920829,'2014-08-07 12:15:07','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CEcQFjAB&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=kmzjU_jRDamu7Abd-YCQBA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.72676100,d.ZGU'),(8197,1,1,8874,1,2972310033,'2014-08-07 12:29:10','http://36.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(8198,1,1,8875,1,1377537549,'2014-08-07 13:14:51','https://www.google.co.uk/'),(8199,1,1,8876,16,2420924392,'2014-08-07 14:33:20',''),(8200,1,1,8877,1,1577067487,'2014-08-07 15:02:33','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CF0QFjAG&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=u5PjU9GbGomr0QWD7YDQBQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.72676100,d.d2k'),(8201,1,1,8878,26,2990476559,'2014-08-07 16:03:45',''),(8202,1,1,8879,26,2990476559,'2014-08-07 16:03:50',''),(8203,1,1,8880,26,2990476559,'2014-08-07 16:04:04',''),(8204,1,1,8881,26,2990476559,'2014-08-07 16:04:11',''),(8205,1,1,8882,26,2990476559,'2014-08-07 16:04:18',''),(8206,1,1,8883,26,2990476559,'2014-08-07 16:04:24',''),(8207,1,1,8884,26,2990476559,'2014-08-07 16:04:28',''),(8208,1,1,8885,26,2990476559,'2014-08-07 16:04:44',''),(8209,1,1,8886,26,2990476559,'2014-08-07 16:04:50',''),(8210,1,1,8887,26,2990476559,'2014-08-07 16:04:58',''),(8211,1,1,8888,42,2990476559,'2014-08-07 16:05:06',''),(8212,1,1,8889,43,2990476559,'2014-08-07 16:05:18',''),(8213,1,1,8890,43,2990476559,'2014-08-07 16:05:35',''),(8214,1,1,8891,54,2990476559,'2014-08-07 16:05:42',''),(8215,1,1,8892,66,2990476559,'2014-08-07 16:05:54',''),(8216,1,1,8893,15,2990476559,'2014-08-07 16:05:58',''),(8217,1,1,8894,31,2990476559,'2014-08-07 16:06:09',''),(8218,1,1,8895,47,2990476559,'2014-08-07 16:06:14',''),(8219,1,1,8896,27,2990476559,'2014-08-07 16:06:19',''),(8220,1,1,8897,44,2990476559,'2014-08-07 16:06:30',''),(8221,1,1,8898,49,2990476559,'2014-08-07 16:06:35',''),(8222,1,1,8899,58,2990476559,'2014-08-07 16:06:50',''),(8223,1,1,8900,10,2990476559,'2014-08-07 16:07:03',''),(8224,1,1,8901,29,2499490800,'2014-08-07 18:27:33',''),(8225,1,1,8902,64,3497226059,'2014-08-07 20:19:48',''),(8226,1,1,8903,26,2637637465,'2014-08-07 20:56:41',''),(8227,1,1,8904,26,3497226059,'2014-08-07 23:13:16',''),(8228,1,1,8905,72,1544857009,'2014-08-08 03:11:51','https://www.google.co.uk/'),(8229,1,1,8906,1,1041824901,'2014-08-08 03:12:21',''),(8230,1,1,8907,1,3024881282,'2014-08-08 04:17:39',''),(8231,1,1,8908,1,657935628,'2014-08-08 07:28:16','http://41.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(8232,1,1,8909,1,1542483265,'2014-08-08 08:41:51',''),(8233,1,1,8910,1,1542483316,'2014-08-08 08:41:52',''),(8234,1,1,8911,56,624583914,'2014-08-08 08:47:50',''),(8235,1,1,8912,43,624583862,'2014-08-08 12:35:14',''),(8236,1,1,8913,1,1377039789,'2014-08-08 15:21:15',''),(8237,1,1,8914,1,2637637618,'2014-08-08 15:39:38',''),(8238,1,1,8915,3,1308163185,'2014-08-08 17:48:18',''),(8239,1,1,8916,56,3497226059,'2014-08-08 19:02:32',''),(8240,1,1,8917,26,84480659,'2014-08-08 19:48:50',''),(8241,1,1,8918,26,84480659,'2014-08-08 19:48:56',''),(8242,1,1,8919,26,84480659,'2014-08-08 19:49:00',''),(8243,1,1,8920,26,84480659,'2014-08-08 19:49:07',''),(8244,1,1,8921,26,84480659,'2014-08-08 19:49:16',''),(8245,1,1,8922,26,84480659,'2014-08-08 19:49:21',''),(8246,1,1,8923,26,84480659,'2014-08-08 19:49:29',''),(8247,1,1,8924,26,84480659,'2014-08-08 19:49:35',''),(8248,1,1,8925,26,84480659,'2014-08-08 19:49:40',''),(8249,1,1,8926,26,84480659,'2014-08-08 19:49:44',''),(8250,1,1,8927,1,84480659,'2014-08-08 19:49:48',''),(8251,1,1,8928,1,84480659,'2014-08-08 19:49:55',''),(8252,1,1,8929,1,84480659,'2014-08-08 19:49:59',''),(8253,1,1,8930,1,84480659,'2014-08-08 19:50:03',''),(8254,1,1,8931,1,84480659,'2014-08-08 19:50:09',''),(8255,1,1,8932,1,84480659,'2014-08-08 19:50:13',''),(8256,1,1,8933,1,84480659,'2014-08-08 19:50:21',''),(8257,1,1,8934,1,84480659,'2014-08-08 19:50:26',''),(8258,1,1,8935,1,84480659,'2014-08-08 19:50:36',''),(8259,1,1,8936,1,84480659,'2014-08-08 19:50:41',''),(8260,1,1,8937,16,84480659,'2014-08-08 19:50:49',''),(8261,1,1,8938,16,84480659,'2014-08-08 19:50:54',''),(8262,1,1,8939,68,84480659,'2014-08-08 19:50:58',''),(8263,1,1,8940,75,84480659,'2014-08-08 19:51:03',''),(8264,1,1,8941,67,84480659,'2014-08-08 19:51:08',''),(8265,1,1,8942,73,84480659,'2014-08-08 19:51:13',''),(8266,1,1,8943,71,84480659,'2014-08-08 19:51:18',''),(8267,1,1,8944,72,84480659,'2014-08-08 19:51:25',''),(8268,1,1,8945,70,84480659,'2014-08-08 19:51:29',''),(8269,1,1,8946,48,3475901738,'2014-08-08 19:58:01',''),(8270,1,1,8947,45,3024880961,'2014-08-08 21:07:12',''),(8271,1,1,8948,29,2637637602,'2014-08-08 21:19:06',''),(8272,1,1,8949,1,1365306377,'2014-08-08 22:10:02',''),(8273,1,1,8950,1,3120611773,'2014-08-08 23:03:05','http://33.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(8274,1,1,8951,26,2499490800,'2014-08-09 01:30:17',''),(8275,1,1,8952,26,2499490800,'2014-08-09 01:30:39',''),(8276,1,1,8953,26,2499490800,'2014-08-09 01:30:53',''),(8277,1,1,8954,26,2499490800,'2014-08-09 01:30:58',''),(8278,1,1,8955,59,2499490800,'2014-08-09 01:31:10',''),(8279,1,1,8956,74,2499490800,'2014-08-09 01:31:18',''),(8280,1,1,8957,55,2996483064,'2014-08-09 02:39:45',''),(8281,1,1,8958,52,2996483064,'2014-08-09 04:07:59',''),(8282,1,1,8959,50,2996483064,'2014-08-09 04:37:03',''),(8283,1,1,8960,63,2996483064,'2014-08-09 05:14:25',''),(8284,1,1,8961,55,3497226587,'2014-08-09 05:15:52',''),(8285,1,1,8962,62,2996483064,'2014-08-09 05:32:13',''),(8286,1,1,8963,1,2637637618,'2014-08-09 06:07:57',''),(8287,1,1,8964,1,1123631928,'2014-08-09 06:27:10',''),(8288,1,1,8965,1,3589854126,'2014-08-09 06:49:11',''),(8289,1,1,8966,1,3589854126,'2014-08-09 06:49:12',''),(8290,1,1,8967,64,2996483064,'2014-08-09 07:28:40',''),(8291,1,1,8968,1,1384437770,'2014-08-09 08:42:40','http://www.google.co.uk/'),(8292,1,1,8969,1,1542483317,'2014-08-09 08:42:54',''),(8293,1,1,8970,1,1542483282,'2014-08-09 08:42:55',''),(8294,1,1,8971,28,2996483064,'2014-08-09 10:32:40',''),(8295,1,1,8972,6,1123631928,'2014-08-09 11:06:18',''),(8296,1,1,8973,1,1366174927,'2014-08-09 11:19:27',''),(8297,1,1,8974,1,2637693762,'2014-08-09 12:35:47',''),(8298,1,1,8975,1,1123631954,'2014-08-09 13:38:55',''),(8299,1,1,8976,1,528229375,'2014-08-09 14:41:57',''),(8300,1,1,8977,26,2637637602,'2014-08-09 15:12:54',''),(8301,1,1,8978,56,3475901719,'2014-08-09 15:47:10',''),(8302,1,1,8979,1,40162225,'2014-08-09 16:01:57','https://www.google.co.uk/'),(8303,1,1,8980,1,1041806726,'2014-08-09 16:02:31',''),(8304,1,1,8981,1,3475901719,'2014-08-09 16:09:32',''),(8305,1,1,8982,1,2637693762,'2014-08-09 16:45:23',''),(8306,1,1,8983,26,3497226587,'2014-08-09 17:36:30',''),(8307,1,1,8984,1,1123631928,'2014-08-09 18:33:29',''),(8308,1,1,8986,1,1123631954,'2014-08-09 18:48:46',''),(8309,1,1,8987,1,2637693643,'2014-08-09 20:48:23',''),(8310,1,1,8988,1,2637637602,'2014-08-09 21:02:15',''),(8311,1,1,8989,54,1123631928,'2014-08-09 21:41:00',''),(8312,1,1,8990,69,1123631941,'2014-08-09 22:11:46',''),(8313,1,1,8991,50,1123631954,'2014-08-09 22:17:56',''),(8314,1,1,8992,1,3331308490,'2014-08-09 23:59:32',''),(8315,1,1,8993,1,3475901719,'2014-08-10 00:14:13',''),(8316,1,1,8994,10,3024881218,'2014-08-10 01:21:11',''),(8317,1,1,8995,28,1123631941,'2014-08-10 01:36:15',''),(8318,1,1,8996,26,2637637602,'2014-08-10 01:49:40',''),(8319,1,1,8997,1,1123631941,'2014-08-10 03:20:23',''),(8320,1,1,8998,1,2637637389,'2014-08-10 06:19:35',''),(8321,1,1,8999,1,3024880962,'2014-08-10 06:56:40',''),(8322,1,1,9000,1,2637637602,'2014-08-10 08:18:23',''),(8323,1,1,9001,1,1542483297,'2014-08-10 08:35:20',''),(8324,1,1,9002,1,1542483301,'2014-08-10 08:35:21',''),(8325,1,1,9003,1,1380255398,'2014-08-10 08:46:34','https://www.google.co.uk/'),(8326,1,1,8803,1,1442834491,'2014-08-10 10:25:27',''),(8327,1,1,9004,1,84480659,'2014-08-10 12:14:58',''),(8328,1,1,9005,6,84480659,'2014-08-10 12:15:13',''),(8329,1,1,9006,1,84480659,'2014-08-10 12:15:24',''),(8330,1,1,9007,9,84480659,'2014-08-10 12:15:31',''),(8331,1,1,9008,43,84480659,'2014-08-10 12:15:38',''),(8332,1,1,9009,45,84480659,'2014-08-10 12:15:46',''),(8333,1,1,9010,57,84480659,'2014-08-10 12:16:09',''),(8334,1,1,9011,16,772017172,'2014-08-10 15:05:12',''),(8335,1,1,9012,65,772017172,'2014-08-10 15:05:15',''),(8336,1,1,9013,1,3024881212,'2014-08-10 15:40:05',''),(8337,1,1,9014,1,84499943,'2014-08-10 16:59:29',''),(8338,1,1,9015,1,84499943,'2014-08-10 16:59:32',''),(8339,1,1,9016,1,84499943,'2014-08-10 16:59:35',''),(8340,1,1,9017,1,84499943,'2014-08-10 16:59:37',''),(8341,1,1,9018,1,84499943,'2014-08-10 16:59:40',''),(8342,1,1,9019,1,84499943,'2014-08-10 16:59:43',''),(8343,1,1,9020,1,84499943,'2014-08-10 16:59:47',''),(8344,1,1,9021,1,84499943,'2014-08-10 16:59:50',''),(8345,1,1,9022,1,84499943,'2014-08-10 16:59:54',''),(8346,1,1,9023,1,84499943,'2014-08-10 16:59:57',''),(8347,1,1,9024,3,84499943,'2014-08-10 17:00:02',''),(8348,1,1,9025,18,84499943,'2014-08-10 17:00:06',''),(8349,1,1,9026,29,84499943,'2014-08-10 17:00:11',''),(8350,1,1,9027,38,84499943,'2014-08-10 17:00:13',''),(8351,1,1,9028,41,84499943,'2014-08-10 17:00:15',''),(8352,1,1,9029,53,84499943,'2014-08-10 17:00:18',''),(8353,1,1,9030,48,84499943,'2014-08-10 17:00:20',''),(8354,1,1,9031,52,84499943,'2014-08-10 17:00:25',''),(8355,1,1,9032,28,84499943,'2014-08-10 17:00:27',''),(8356,1,1,9033,50,84499943,'2014-08-10 17:00:31',''),(8357,1,1,9034,51,84499943,'2014-08-10 17:00:34',''),(8358,1,1,9035,56,84499943,'2014-08-10 17:00:37',''),(8359,1,1,9036,55,84499943,'2014-08-10 17:00:40',''),(8360,1,1,9037,1,3196239288,'2014-08-10 19:04:39','http://74.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(8361,1,1,9038,74,3024880922,'2014-08-10 20:20:13',''),(8362,1,1,9039,62,84480659,'2014-08-10 21:05:50',''),(8363,1,1,9040,63,84480659,'2014-08-10 21:06:07',''),(8364,1,1,9041,64,84480659,'2014-08-10 21:06:13',''),(8365,1,1,9042,69,84480659,'2014-08-10 21:06:30',''),(8366,1,1,9043,55,3024880959,'2014-08-10 21:07:49',''),(8367,1,1,9044,1,3024881201,'2014-08-11 01:54:57',''),(8368,1,1,9045,26,84480659,'2014-08-11 04:33:26',''),(8369,1,1,9046,26,84480659,'2014-08-11 04:33:45',''),(8370,1,1,9047,26,84480659,'2014-08-11 04:34:02',''),(8371,1,1,9048,26,84480659,'2014-08-11 04:34:41',''),(8372,1,1,9049,26,84480659,'2014-08-11 04:34:46',''),(8373,1,1,9050,26,84480659,'2014-08-11 04:34:55',''),(8374,1,1,9051,26,84480659,'2014-08-11 04:35:03',''),(8375,1,1,9052,26,84480659,'2014-08-11 04:35:10',''),(8376,1,1,9053,26,84480659,'2014-08-11 04:35:28',''),(8377,1,1,9054,26,84480659,'2014-08-11 04:35:32',''),(8378,1,1,9055,43,84480659,'2014-08-11 04:35:41',''),(8379,1,1,9056,43,84480659,'2014-08-11 04:35:50',''),(8380,1,1,9057,54,84480659,'2014-08-11 04:35:56',''),(8381,1,1,9058,66,84480659,'2014-08-11 04:36:04',''),(8382,1,1,9059,15,84480659,'2014-08-11 04:36:11',''),(8383,1,1,9060,31,84480659,'2014-08-11 04:36:16',''),(8384,1,1,9061,47,84480659,'2014-08-11 04:36:21',''),(8385,1,1,9062,27,84480659,'2014-08-11 04:36:26',''),(8386,1,1,9063,44,84480659,'2014-08-11 04:36:39',''),(8387,1,1,9064,49,84480659,'2014-08-11 04:36:47',''),(8388,1,1,9065,58,84480659,'2014-08-11 04:36:52',''),(8389,1,1,9066,10,84480659,'2014-08-11 04:36:56',''),(8390,1,1,9067,1,3024881043,'2014-08-11 04:55:47',''),(8391,1,1,9068,1,1123634788,'2014-08-11 05:12:28',''),(8392,1,1,9069,14,3475901719,'2014-08-11 05:38:03',''),(8393,1,1,9070,68,1123634795,'2014-08-11 06:58:31',''),(8394,1,1,9071,56,1123634802,'2014-08-11 07:31:31',''),(8395,1,1,9072,1,1377538605,'2014-08-11 07:44:36','http://www.bing.com/search?q=part+worn+tyres+blackburn&form=MSNH90&mkt=en-gb&qs=SC&sk=OS1&pq=partworn+tyres+bla&sp=2&sc=6-18'),(8396,1,1,9073,59,1123634795,'2014-08-11 07:49:56',''),(8397,1,1,9074,1,1542483281,'2014-08-11 08:41:47',''),(8398,1,1,9075,1,1542483288,'2014-08-11 08:41:48',''),(8399,1,1,9076,64,3024881206,'2014-08-11 11:35:21',''),(8400,1,1,9077,50,2996483064,'2014-08-11 11:37:35',''),(8401,1,1,9078,1,1442834819,'2014-08-11 12:17:09',''),(8402,1,1,9079,45,2996483064,'2014-08-11 13:01:52',''),(8403,1,1,9080,62,2996483064,'2014-08-11 13:02:03',''),(8404,1,1,9081,63,2996483064,'2014-08-11 13:04:29',''),(8405,1,1,9082,1,3707699946,'2014-08-11 13:05:35','http://83.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(8406,1,1,9083,64,2996483064,'2014-08-11 13:19:57',''),(8407,1,1,9084,66,1123634802,'2014-08-11 13:36:11',''),(8408,1,1,9085,1,3010452972,'2014-08-11 13:51:37','http://30.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(8409,1,1,9086,26,3475901719,'2014-08-11 15:56:14',''),(8410,1,1,9087,52,2996483064,'2014-08-11 16:26:17',''),(8411,1,1,9088,3,3227750489,'2014-08-11 16:38:49',''),(8412,1,1,9089,18,3227750489,'2014-08-11 16:38:51',''),(8413,1,1,9090,26,3475901738,'2014-08-11 16:41:43',''),(8414,1,1,9091,26,1489388043,'2014-08-11 16:49:23',''),(8415,1,1,9092,26,1489388043,'2014-08-11 16:49:42',''),(8416,1,1,9093,26,1489388043,'2014-08-11 16:49:54',''),(8417,1,1,9094,26,1489388043,'2014-08-11 16:50:00',''),(8418,1,1,9095,26,1489388043,'2014-08-11 16:50:08',''),(8419,1,1,9096,26,1489388043,'2014-08-11 16:50:18',''),(8420,1,1,9097,26,1489388043,'2014-08-11 16:50:22',''),(8421,1,1,9098,26,1489388043,'2014-08-11 16:50:28',''),(8422,1,1,9099,26,1489388043,'2014-08-11 16:50:42',''),(8423,1,1,9100,26,1489388043,'2014-08-11 16:50:55',''),(8424,1,1,9101,1,1489388043,'2014-08-11 16:51:01',''),(8425,1,1,9102,1,1489388043,'2014-08-11 16:51:22',''),(8426,1,1,9103,1,1489388043,'2014-08-11 16:51:31',''),(8427,1,1,9104,1,1489388043,'2014-08-11 16:51:42',''),(8428,1,1,9105,1,1489388043,'2014-08-11 16:51:52',''),(8429,1,1,9106,1,1489388043,'2014-08-11 16:52:03',''),(8430,1,1,9107,1,1489388043,'2014-08-11 16:52:17',''),(8431,1,1,9108,1,1489388043,'2014-08-11 16:52:25',''),(8432,1,1,9109,1,1489388043,'2014-08-11 16:52:32',''),(8433,1,1,9110,1,1489388043,'2014-08-11 16:52:42',''),(8434,1,1,9111,38,1489388043,'2014-08-11 16:52:49',''),(8435,1,1,9112,41,1489388043,'2014-08-11 16:52:58',''),(8436,1,1,9113,43,1489388043,'2014-08-11 16:53:23',''),(8437,1,1,9114,43,1489388043,'2014-08-11 16:53:30',''),(8438,1,1,9115,53,1489388043,'2014-08-11 16:53:37',''),(8439,1,1,9116,48,1489388043,'2014-08-11 16:53:49',''),(8440,1,1,9117,52,1489388043,'2014-08-11 16:53:54',''),(8441,1,1,9118,16,1489388043,'2014-08-11 16:54:03',''),(8442,1,1,9119,16,1489388043,'2014-08-11 16:54:10',''),(8443,1,1,9120,54,1489388043,'2014-08-11 16:54:23',''),(8444,1,1,9121,66,1489388043,'2014-08-11 16:54:31',''),(8445,1,1,9122,15,1489388043,'2014-08-11 16:54:41',''),(8446,1,1,9123,31,1489388043,'2014-08-11 16:54:49',''),(8447,1,1,9124,47,1489388043,'2014-08-11 16:54:55',''),(8448,1,1,9125,27,1489388043,'2014-08-11 16:55:04',''),(8449,1,1,9126,28,1489388043,'2014-08-11 16:55:13',''),(8450,1,1,9127,44,1489388043,'2014-08-11 16:55:18',''),(8451,1,1,9128,49,1489388043,'2014-08-11 16:55:25',''),(8452,1,1,9129,50,1489388043,'2014-08-11 16:55:31',''),(8453,1,1,9130,51,1489388043,'2014-08-11 16:55:45',''),(8454,1,1,9131,56,1489388043,'2014-08-11 16:55:50',''),(8455,1,1,9132,55,1489388043,'2014-08-11 16:55:58',''),(8456,1,1,9133,58,1489388043,'2014-08-11 16:56:04',''),(8457,1,1,9134,62,1489388043,'2014-08-11 16:56:09',''),(8458,1,1,9135,63,1489388043,'2014-08-11 16:56:31',''),(8459,1,1,9136,64,1489388043,'2014-08-11 16:56:39',''),(8460,1,1,9137,69,1489388043,'2014-08-11 16:56:44',''),(8461,1,1,9138,10,1489388043,'2014-08-11 16:56:50',''),(8462,1,1,9139,47,1123634802,'2014-08-11 17:57:13',''),(8463,1,1,9140,26,3497226587,'2014-08-11 17:59:42',''),(8464,1,1,9141,28,2996483064,'2014-08-11 18:18:47',''),(8465,1,1,9142,1,3479603715,'2014-08-11 18:32:52',''),(8466,1,1,9143,1,1806347679,'2014-08-11 18:41:35',''),(8467,1,1,9144,6,1806347679,'2014-08-11 18:41:43',''),(8468,1,1,9145,9,1806347679,'2014-08-11 18:41:53',''),(8469,1,1,9146,65,1806347679,'2014-08-11 18:41:59',''),(8470,1,1,9147,56,1806347679,'2014-08-11 18:42:03',''),(8471,1,1,9148,51,1806347679,'2014-08-11 18:42:08',''),(8472,1,1,9149,28,1806347679,'2014-08-11 18:42:13',''),(8473,1,1,9150,55,1806347679,'2014-08-11 18:42:18',''),(8474,1,1,9151,63,1806347679,'2014-08-11 18:42:23',''),(8475,1,1,9152,50,1806347679,'2014-08-11 18:42:28',''),(8476,1,1,9153,69,1806347679,'2014-08-11 18:42:33',''),(8477,1,1,9154,62,1806347679,'2014-08-11 18:42:38',''),(8478,1,1,9155,64,1806347679,'2014-08-11 18:42:43',''),(8479,1,1,9156,41,1806347679,'2014-08-11 18:42:48',''),(8480,1,1,9157,42,1806347679,'2014-08-11 18:42:53',''),(8481,1,1,9158,48,1806347679,'2014-08-11 18:42:58',''),(8482,1,1,9159,38,1806347679,'2014-08-11 18:43:03',''),(8483,1,1,9160,43,1806347679,'2014-08-11 18:43:08',''),(8484,1,1,9161,10,1806347679,'2014-08-11 18:43:13',''),(8485,1,1,9162,27,1806347679,'2014-08-11 18:43:19',''),(8486,1,1,9163,49,1806347679,'2014-08-11 18:43:23',''),(8487,1,1,9164,58,1806347679,'2014-08-11 18:43:29',''),(8488,1,1,9165,44,1806347679,'2014-08-11 18:43:34',''),(8489,1,1,9166,16,1806347679,'2014-08-11 18:43:38',''),(8490,1,1,9167,53,1806347679,'2014-08-11 18:43:43',''),(8491,1,1,9168,52,1806347679,'2014-08-11 18:43:48',''),(8492,1,1,9169,57,1806347679,'2014-08-11 18:43:54',''),(8493,1,1,9170,45,1806347679,'2014-08-11 18:43:58',''),(8494,1,1,9171,16,1806347679,'2014-08-11 18:44:03',''),(8495,1,1,9172,70,1806347679,'2014-08-11 18:44:08',''),(8496,1,1,9173,72,1806347679,'2014-08-11 18:44:13',''),(8497,1,1,9174,71,1806347679,'2014-08-11 18:44:18',''),(8498,1,1,9175,73,1806347679,'2014-08-11 18:44:23',''),(8499,1,1,9176,16,1806347679,'2014-08-11 18:44:28',''),(8500,1,1,9177,67,1806347679,'2014-08-11 18:44:33',''),(8501,1,1,9178,75,1806347679,'2014-08-11 18:44:38',''),(8502,1,1,9179,74,1806347679,'2014-08-11 18:44:43',''),(8503,1,1,9180,59,1806347679,'2014-08-11 18:44:48',''),(8504,1,1,9181,68,1806347679,'2014-08-11 18:44:53',''),(8505,1,1,9182,43,1806347679,'2014-08-11 18:44:58',''),(8506,1,1,9183,43,1806347679,'2014-08-11 18:45:03',''),(8507,1,1,9184,31,1806347679,'2014-08-11 18:45:08',''),(8508,1,1,9185,47,1806347679,'2014-08-11 18:45:13',''),(8509,1,1,9186,15,1806347679,'2014-08-11 18:45:18',''),(8510,1,1,9187,54,1806347679,'2014-08-11 18:45:23',''),(8511,1,1,9188,66,1806347679,'2014-08-11 18:45:28',''),(8512,1,1,9189,26,1806347679,'2014-08-11 18:45:33',''),(8513,1,1,9190,26,1806347679,'2014-08-11 18:45:38',''),(8514,1,1,9191,26,1806347679,'2014-08-11 18:45:43',''),(8515,1,1,9192,26,1806347679,'2014-08-11 18:45:48',''),(8516,1,1,9193,26,1806347679,'2014-08-11 18:45:53',''),(8517,1,1,9194,26,1806347679,'2014-08-11 18:45:58',''),(8518,1,1,9195,26,1806347679,'2014-08-11 18:46:03',''),(8519,1,1,9196,26,1806347679,'2014-08-11 18:46:08',''),(8520,1,1,9197,26,1806347679,'2014-08-11 18:46:13',''),(8521,1,1,9198,26,1806347679,'2014-08-11 18:46:19',''),(8522,1,1,9199,26,1806347679,'2014-08-11 18:46:23',''),(8523,1,1,9200,26,1806347679,'2014-08-11 18:46:28',''),(8524,1,1,9201,26,1806347679,'2014-08-11 18:46:33',''),(8525,1,1,9202,26,1806347679,'2014-08-11 18:46:38',''),(8526,1,1,9203,26,1806347679,'2014-08-11 18:46:43',''),(8527,1,1,9204,26,1806347679,'2014-08-11 18:46:48',''),(8528,1,1,9205,26,1806347679,'2014-08-11 18:46:53',''),(8529,1,1,9206,26,1806347679,'2014-08-11 18:46:58',''),(8530,1,1,9207,26,1806347679,'2014-08-11 18:47:03',''),(8531,1,1,9208,26,1806347679,'2014-08-11 18:47:08',''),(8532,1,1,9209,26,1806347679,'2014-08-11 18:47:13',''),(8533,1,1,9210,26,1806347679,'2014-08-11 18:47:18',''),(8534,1,1,9211,26,1806347679,'2014-08-11 18:47:23',''),(8535,1,1,9212,26,1806347679,'2014-08-11 18:47:28',''),(8536,1,1,9213,26,1806347679,'2014-08-11 18:47:33',''),(8537,1,1,9214,26,1806347679,'2014-08-11 18:47:38',''),(8538,1,1,9215,26,1806347679,'2014-08-11 18:47:43',''),(8539,1,1,9216,26,1806347679,'2014-08-11 18:47:48',''),(8540,1,1,9217,26,1806347679,'2014-08-11 18:47:53',''),(8541,1,1,9218,26,1806347679,'2014-08-11 18:47:58',''),(8542,1,1,9219,26,1806347679,'2014-08-11 18:48:03',''),(8543,1,1,9220,26,1806347679,'2014-08-11 18:48:08',''),(8544,1,1,9221,26,1806347679,'2014-08-11 18:48:14',''),(8545,1,1,9222,26,1806347679,'2014-08-11 18:48:18',''),(8546,1,1,9223,1,1123634795,'2014-08-11 18:50:27',''),(8547,1,1,9224,55,2996483064,'2014-08-11 19:12:31',''),(8548,1,1,9225,1,3168556747,'2014-08-11 19:44:25','https://www.google.co.uk/'),(8549,1,1,9226,1,2499509208,'2014-08-11 23:20:53',''),(8550,1,1,9227,1,2499509208,'2014-08-11 23:20:57',''),(8551,1,1,9228,1,2499509208,'2014-08-11 23:21:00',''),(8552,1,1,9229,1,2499509208,'2014-08-11 23:21:03',''),(8553,1,1,9230,1,2499509208,'2014-08-11 23:21:09',''),(8554,1,1,9231,1,1123631111,'2014-08-12 01:00:27',''),(8555,1,1,9233,1,2637637602,'2014-08-12 01:09:57',''),(8556,1,1,9234,1,2637637602,'2014-08-12 01:10:01',''),(8557,1,1,9235,1,2637637602,'2014-08-12 01:10:02',''),(8558,1,1,9236,6,3475901738,'2014-08-12 01:10:05',''),(8559,1,1,9237,1,3475901738,'2014-08-12 01:10:07',''),(8560,1,1,9238,1,2637637602,'2014-08-12 01:10:08',''),(8561,1,1,9239,1,3475901738,'2014-08-12 01:10:09',''),(8562,1,1,9240,1,3475901738,'2014-08-12 01:10:10',''),(8563,1,1,9241,1,2637637602,'2014-08-12 01:10:11',''),(8564,1,1,9242,1,2637637602,'2014-08-12 01:10:16',''),(8565,1,1,9243,1,2637637602,'2014-08-12 01:10:18',''),(8566,1,1,9244,1,3475901719,'2014-08-12 01:10:19',''),(8567,1,1,9245,1,2637637602,'2014-08-12 01:10:19',''),(8568,1,1,9246,1,3475901719,'2014-08-12 01:10:21',''),(8569,1,1,9247,1,2637637603,'2014-08-12 01:10:23',''),(8570,1,1,9248,1,3475901738,'2014-08-12 01:10:28',''),(8571,1,1,9249,1,3475901738,'2014-08-12 01:10:30',''),(8572,1,1,9250,1,3475901719,'2014-08-12 01:10:39',''),(8573,1,1,9251,1,3475901719,'2014-08-12 01:10:42',''),(8574,1,1,9252,1,3475901719,'2014-08-12 01:10:53',''),(8575,1,1,9253,26,2637637602,'2014-08-12 01:16:05',''),(8576,1,1,9254,1,2637637389,'2014-08-12 01:29:43',''),(8577,1,1,9255,1,2637637389,'2014-08-12 01:29:45',''),(8578,1,1,9256,1,2637637389,'2014-08-12 01:29:49',''),(8579,1,1,9257,1,2637637389,'2014-08-12 01:29:50',''),(8580,1,1,9258,1,2637637389,'2014-08-12 01:29:52',''),(8581,1,1,9259,1,2637637389,'2014-08-12 01:29:53',''),(8582,1,1,9260,1,2637637389,'2014-08-12 01:29:59',''),(8583,1,1,9261,1,2637637389,'2014-08-12 01:30:01',''),(8584,1,1,9262,1,2637637389,'2014-08-12 01:30:02',''),(8585,1,1,9263,65,1123631111,'2014-08-12 02:41:39',''),(8586,1,1,9264,53,3024881205,'2014-08-12 05:35:13',''),(8587,1,1,9265,74,2637637389,'2014-08-12 05:48:16',''),(8588,1,1,9266,1,1123631111,'2014-08-12 08:16:22',''),(8589,1,1,9267,1,1542483317,'2014-08-12 09:01:22',''),(8590,1,1,9268,1,1542483294,'2014-08-12 09:01:23',''),(8591,1,1,9269,6,1123631111,'2014-08-12 09:01:46',''),(8592,1,1,9270,1,3024881283,'2014-08-12 09:23:10',''),(8593,1,1,9271,1,3024881066,'2014-08-12 09:23:13',''),(8594,1,1,9272,48,1123631151,'2014-08-12 09:56:53',''),(8595,1,1,9274,41,1123631108,'2014-08-12 10:23:06',''),(8596,1,1,9275,1,3024880967,'2014-08-12 10:28:49',''),(8597,1,1,9276,62,1123631151,'2014-08-12 10:30:57',''),(8598,1,1,9277,15,2637637389,'2014-08-12 10:39:39',''),(8599,1,1,9278,14,3024881215,'2014-08-12 11:10:55',''),(8600,1,1,9279,1,1123631108,'2014-08-12 11:38:44',''),(8601,1,1,9280,1,1123631151,'2014-08-12 11:39:40',''),(8602,1,1,9281,1,1311661591,'2014-08-12 11:59:17',''),(8603,1,1,9282,1,1311661591,'2014-08-12 11:59:20',''),(8604,1,1,9283,1,1311661591,'2014-08-12 11:59:22',''),(8605,1,1,9284,1,1311661591,'2014-08-12 11:59:25',''),(8606,1,1,9285,1,1311661591,'2014-08-12 11:59:27',''),(8607,1,1,9286,1,3475901810,'2014-08-12 12:36:17',''),(8608,1,1,9287,1,2637637602,'2014-08-12 12:36:21',''),(8609,1,1,9288,1,2637637602,'2014-08-12 12:36:23',''),(8610,1,1,9289,1,3475901810,'2014-08-12 12:36:24',''),(8611,1,1,9290,1,2637637602,'2014-08-12 12:36:25',''),(8612,1,1,9291,1,2637637602,'2014-08-12 12:36:29',''),(8613,1,1,9292,1,3475901810,'2014-08-12 12:36:30',''),(8614,1,1,9293,1,3475901810,'2014-08-12 12:36:32',''),(8615,1,1,9294,1,3475901810,'2014-08-12 12:36:33',''),(8616,1,1,9295,6,3475901738,'2014-08-12 12:36:35',''),(8617,1,1,9296,1,3475901738,'2014-08-12 12:36:37',''),(8618,1,1,9297,1,3475901738,'2014-08-12 12:36:39',''),(8619,1,1,9298,1,3475901738,'2014-08-12 12:36:40',''),(8620,1,1,9299,1,2637637602,'2014-08-12 12:36:41',''),(8621,1,1,9300,1,2637637602,'2014-08-12 12:36:42',''),(8622,1,1,9301,1,2637637602,'2014-08-12 12:36:44',''),(8623,1,1,9302,1,2637637602,'2014-08-12 12:36:45',''),(8624,1,1,9303,1,2637637602,'2014-08-12 12:36:48',''),(8625,1,1,9304,1,3475901738,'2014-08-12 12:36:51',''),(8626,1,1,9305,1,3475901738,'2014-08-12 12:36:52',''),(8627,1,1,9306,1,2637637389,'2014-08-12 13:00:47',''),(8628,1,1,9307,1,2637637389,'2014-08-12 13:00:49',''),(8629,1,1,9308,1,2637637389,'2014-08-12 13:00:50',''),(8630,1,1,9309,1,2637637389,'2014-08-12 13:00:52',''),(8631,1,1,9310,1,2637637389,'2014-08-12 13:00:53',''),(8632,1,1,9311,1,2637637389,'2014-08-12 13:01:00',''),(8633,1,1,9312,1,2637637389,'2014-08-12 13:01:10',''),(8634,1,1,9313,1,2637637389,'2014-08-12 13:01:12',''),(8635,1,1,9314,1,2637637389,'2014-08-12 13:01:14',''),(8636,1,1,9315,71,3024881049,'2014-08-12 13:15:56',''),(8637,1,1,9316,41,624583750,'2014-08-12 16:08:18',''),(8638,1,1,9317,9,1123631111,'2014-08-12 17:12:50',''),(8639,1,1,9318,1,3044120013,'2014-08-12 17:18:01','http://8.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(8640,1,1,9319,1,3024881093,'2014-08-12 18:05:53',''),(8641,1,1,9320,43,2637637602,'2014-08-12 18:12:50',''),(8642,1,1,9321,1,3377559856,'2014-08-12 19:33:46','http://50.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(8643,1,1,9322,46,1123631108,'2014-08-12 20:06:23',''),(8644,1,1,9323,51,1123631111,'2014-08-12 20:13:24',''),(8645,1,1,9325,65,3475901738,'2014-08-12 20:28:18',''),(8646,1,1,9326,1,1123631108,'2014-08-12 21:01:37',''),(8647,1,1,9327,38,1123631151,'2014-08-12 21:03:38',''),(8648,1,1,9328,14,1123631111,'2014-08-12 21:10:56',''),(8649,1,1,9329,6,1123631111,'2014-08-12 22:11:52',''),(8650,1,1,9330,15,1123631151,'2014-08-12 22:41:42',''),(8651,1,1,9331,68,1123631108,'2014-08-12 23:42:18',''),(8652,1,1,9332,64,1123631346,'2014-08-13 00:42:17',''),(8653,1,1,9333,1,3123082873,'2014-08-13 00:51:11','http://77.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(8654,1,1,9334,56,1123631111,'2014-08-13 01:19:20',''),(8655,1,1,9335,1,1123631108,'2014-08-13 02:07:00',''),(8656,1,1,9336,1,2637637602,'2014-08-13 02:10:46',''),(8657,1,1,9337,1,2637637602,'2014-08-13 02:10:48',''),(8658,1,1,9338,1,2637637602,'2014-08-13 02:10:50',''),(8659,1,1,9339,1,2637637602,'2014-08-13 02:10:52',''),(8660,1,1,9340,1,2637637602,'2014-08-13 02:10:54',''),(8661,1,1,9341,1,2637637602,'2014-08-13 02:10:56',''),(8662,1,1,9342,1,2637637602,'2014-08-13 02:10:58',''),(8663,1,1,9343,1,2637637602,'2014-08-13 02:10:59',''),(8664,1,1,9344,1,2637637602,'2014-08-13 02:11:00',''),(8665,1,1,9345,6,3475901738,'2014-08-13 02:11:05',''),(8666,1,1,9346,1,3475901738,'2014-08-13 02:11:06',''),(8667,1,1,9347,1,3475901738,'2014-08-13 02:11:08',''),(8668,1,1,9348,1,3475901738,'2014-08-13 02:11:09',''),(8669,1,1,9349,1,3475901738,'2014-08-13 02:11:10',''),(8670,1,1,9350,1,3475901738,'2014-08-13 02:11:16',''),(8671,1,1,9351,1,3475901812,'2014-08-13 02:11:20',''),(8672,1,1,9352,1,3475901812,'2014-08-13 02:11:21',''),(8673,1,1,9353,1,3475901812,'2014-08-13 02:11:23',''),(8674,1,1,9354,1,3475901812,'2014-08-13 02:11:25',''),(8675,1,1,9355,1,3475901812,'2014-08-13 02:11:29',''),(8676,1,1,9356,10,1123631111,'2014-08-13 02:53:41',''),(8677,1,1,9357,1,1123631346,'2014-08-13 03:00:40',''),(8678,1,1,9360,1,2637637389,'2014-08-13 04:22:44',''),(8679,1,1,9361,1,2637637389,'2014-08-13 04:22:46',''),(8680,1,1,9362,1,2637637389,'2014-08-13 04:22:47',''),(8681,1,1,9363,1,2637637389,'2014-08-13 04:22:49',''),(8682,1,1,9364,1,2637637389,'2014-08-13 04:22:50',''),(8683,1,1,9365,1,2637637389,'2014-08-13 04:22:53',''),(8684,1,1,9366,1,2637637389,'2014-08-13 04:22:58',''),(8685,1,1,9367,1,2637637389,'2014-08-13 04:23:00',''),(8686,1,1,9368,1,2637637389,'2014-08-13 04:23:12',''),(8687,1,1,9369,41,1123631346,'2014-08-13 04:56:24',''),(8688,1,1,9370,1,1123631111,'2014-08-13 04:57:37',''),(8689,1,1,9371,31,624583822,'2014-08-13 05:08:48',''),(8690,1,1,9372,63,1123631108,'2014-08-13 05:19:35',''),(8691,1,1,9373,1,1123631111,'2014-08-13 05:29:22',''),(8692,1,1,9374,1,248080869,'2014-08-13 05:48:36','https://www.google.com.au/'),(8693,1,1,9375,68,1123631346,'2014-08-13 05:49:29',''),(8694,1,1,9376,28,1123631108,'2014-08-13 06:01:41',''),(8695,1,1,9377,26,2637637602,'2014-08-13 06:34:33',''),(8696,1,1,9378,1,1123631346,'2014-08-13 07:18:18',''),(8697,1,1,9380,15,1123631346,'2014-08-13 08:32:42',''),(8698,1,1,9381,1,1542483291,'2014-08-13 09:11:13',''),(8699,1,1,9382,1,1542483291,'2014-08-13 09:11:15',''),(8700,1,1,9383,1,3024881050,'2014-08-13 09:23:25',''),(8701,1,1,9384,47,1123631111,'2014-08-13 10:37:11',''),(8702,1,1,9385,1,3337957812,'2014-08-13 11:21:34',''),(8703,1,1,9386,1,3337957812,'2014-08-13 11:21:40',''),(8704,1,1,9387,1,3337957812,'2014-08-13 11:21:44',''),(8705,1,1,9388,1,3337957812,'2014-08-13 11:21:53',''),(8706,1,1,9389,1,3337957812,'2014-08-13 11:22:03',''),(8707,1,1,9390,1,3337957812,'2014-08-13 11:22:17',''),(8708,1,1,9391,1,3337957812,'2014-08-13 11:22:22',''),(8709,1,1,9392,1,3337957812,'2014-08-13 11:22:50',''),(8710,1,1,9393,1,1123631108,'2014-08-13 11:22:58',''),(8711,1,1,9394,1,3337957812,'2014-08-13 11:22:58',''),(8712,1,1,9395,1,3337957812,'2014-08-13 11:23:06',''),(8713,1,1,9396,31,1123631108,'2014-08-13 12:18:41',''),(8714,1,1,9397,1,3643480742,'2014-08-13 12:42:23','https://www.google.co.uk/'),(8715,1,1,9398,63,1123631111,'2014-08-13 12:50:19',''),(8716,1,1,9399,28,1123631108,'2014-08-13 12:58:03',''),(8717,1,1,9401,65,533247595,'2014-08-13 16:01:58','https://www.google.co.uk/'),(8718,1,1,9402,1,1123631346,'2014-08-13 17:02:39',''),(8719,1,1,9403,49,624583822,'2014-08-13 18:48:31',''),(8720,1,1,9404,54,3024881385,'2014-08-13 19:51:45',''),(8721,1,1,9405,1,1369288082,'2014-08-13 20:09:01','https://www.google.co.uk/'),(8722,1,1,9406,1,3024881382,'2014-08-13 20:58:28',''),(8723,1,1,9407,27,624583753,'2014-08-13 23:39:58',''),(8724,1,1,9408,51,624583865,'2014-08-13 23:47:29',''),(8725,1,1,9409,65,3497171317,'2014-08-14 00:23:28','http://www.bing.com/search?q=P609+97W+RAPID+&go=Submit+Query&qs=bs&form=QBRE'),(8726,1,1,9410,53,624583918,'2014-08-14 02:28:10',''),(8727,1,1,9411,1,2101128455,'2014-08-14 06:59:29','http://maps.google.com/local_url?dq=tyres+%2B+blackburn&q=http://www.mstyresblackburn.co.uk/&ved=0CH0Q5AQ&sa=X&ei=CF3sU9GABNKE8gWT4IKwAg&s=ANYYN7lDopdeUMvCfewzw2wi8AQ5VxK2cQ'),(8728,1,1,9412,10,624583865,'2014-08-14 07:17:20',''),(8729,1,1,9413,69,3497226059,'2014-08-14 07:48:17',''),(8730,1,1,9414,57,3024881047,'2014-08-14 08:33:22',''),(8731,1,1,9415,1,1542483265,'2014-08-14 09:09:42',''),(8732,1,1,9416,1,1542483272,'2014-08-14 09:09:43',''),(8733,1,1,9417,1,2822688073,'2014-08-14 19:40:27',''),(8734,1,1,9418,26,1815808070,'2014-08-14 19:58:18',''),(8735,1,1,9419,26,1815808070,'2014-08-14 19:58:21',''),(8736,1,1,9420,26,1815808070,'2014-08-14 19:58:23',''),(8737,1,1,9421,26,1815808070,'2014-08-14 19:58:25',''),(8738,1,1,9422,26,1815808070,'2014-08-14 19:58:27',''),(8739,1,1,9423,26,1815808070,'2014-08-14 19:58:30',''),(8740,1,1,9424,26,1815808070,'2014-08-14 19:58:32',''),(8741,1,1,9425,26,1815808070,'2014-08-14 19:58:34',''),(8742,1,1,9426,26,1815808070,'2014-08-14 19:58:36',''),(8743,1,1,9427,26,1815808070,'2014-08-14 19:58:39',''),(8744,1,1,9428,1,1815808070,'2014-08-14 19:58:41',''),(8745,1,1,9429,1,1815808070,'2014-08-14 19:58:44',''),(8746,1,1,9430,1,1815808070,'2014-08-14 19:58:46',''),(8747,1,1,9431,1,1815808070,'2014-08-14 19:58:49',''),(8748,1,1,9432,1,1815808070,'2014-08-14 19:58:52',''),(8749,1,1,9433,1,1815808070,'2014-08-14 19:58:54',''),(8750,1,1,9434,1,1815808070,'2014-08-14 19:58:57',''),(8751,1,1,9435,1,1815808070,'2014-08-14 19:58:59',''),(8752,1,1,9436,1,1815808070,'2014-08-14 19:59:02',''),(8753,1,1,9437,1,1815808070,'2014-08-14 19:59:05',''),(8754,1,1,9438,3,1815808070,'2014-08-14 19:59:09',''),(8755,1,1,9439,18,1815808070,'2014-08-14 19:59:11',''),(8756,1,1,9440,29,1815808070,'2014-08-14 19:59:14',''),(8757,1,1,9441,38,1815808070,'2014-08-14 19:59:16',''),(8758,1,1,9442,41,1815808070,'2014-08-14 19:59:19',''),(8759,1,1,9443,43,1815808070,'2014-08-14 19:59:21',''),(8760,1,1,9444,43,1815808070,'2014-08-14 19:59:24',''),(8761,1,1,9445,53,1815808070,'2014-08-14 19:59:29',''),(8762,1,1,9446,48,1815808070,'2014-08-14 19:59:31',''),(8763,1,1,9447,52,1815808070,'2014-08-14 19:59:34',''),(8764,1,1,9448,16,1815808070,'2014-08-14 19:59:36',''),(8765,1,1,9449,54,1815808070,'2014-08-14 19:59:39',''),(8766,1,1,9450,66,1815808070,'2014-08-14 19:59:42',''),(8767,1,1,9451,15,1815808070,'2014-08-14 19:59:45',''),(8768,1,1,9452,31,1815808070,'2014-08-14 19:59:48',''),(8769,1,1,9453,47,1815808070,'2014-08-14 19:59:51',''),(8770,1,1,9454,27,1815808070,'2014-08-14 19:59:54',''),(8771,1,1,9455,28,1815808070,'2014-08-14 19:59:57',''),(8772,1,1,9456,44,1815808070,'2014-08-14 20:00:00',''),(8773,1,1,9457,49,1815808070,'2014-08-14 20:00:03',''),(8774,1,1,9458,50,1815808070,'2014-08-14 20:00:06',''),(8775,1,1,9459,51,1815808070,'2014-08-14 20:00:10',''),(8776,1,1,9460,56,1815808070,'2014-08-14 20:00:13',''),(8777,1,1,9461,55,1815808070,'2014-08-14 20:00:21',''),(8778,1,1,9462,58,1815808070,'2014-08-14 20:00:24',''),(8779,1,1,9463,62,1815808070,'2014-08-14 20:00:27',''),(8780,1,1,9464,63,1815808070,'2014-08-14 20:00:30',''),(8781,1,1,9465,64,1815808070,'2014-08-14 20:00:33',''),(8782,1,1,9466,65,1815808070,'2014-08-14 20:00:36',''),(8783,1,1,9467,69,1815808070,'2014-08-14 20:00:39',''),(8784,1,1,9468,10,1815808070,'2014-08-14 20:00:42',''),(8785,1,1,9469,1,1577751697,'2014-08-14 20:12:41',''),(8786,1,1,9470,1,3024881213,'2014-08-14 22:58:00',''),(8787,1,1,9471,67,624583865,'2014-08-15 01:17:51',''),(8788,1,1,9472,26,1311661591,'2014-08-15 02:22:17',''),(8789,1,1,9473,26,1311661591,'2014-08-15 02:22:26',''),(8790,1,1,9474,26,1311661591,'2014-08-15 02:22:29',''),(8791,1,1,9475,26,1311661591,'2014-08-15 02:22:33',''),(8792,1,1,9476,26,1311661591,'2014-08-15 02:22:38',''),(8793,1,1,9477,26,1311661591,'2014-08-15 02:22:42',''),(8794,1,1,9478,26,1311661591,'2014-08-15 02:22:46',''),(8795,1,1,9479,26,1311661591,'2014-08-15 02:22:56',''),(8796,1,1,9480,26,1311661591,'2014-08-15 02:23:02',''),(8797,1,1,9481,26,1311661591,'2014-08-15 02:23:11',''),(8798,1,1,9482,1,1311661591,'2014-08-15 02:23:16',''),(8799,1,1,9483,1,1311661591,'2014-08-15 02:23:21',''),(8800,1,1,9484,1,1311661591,'2014-08-15 02:23:25',''),(8801,1,1,9485,1,1311661591,'2014-08-15 02:23:28',''),(8802,1,1,9486,1,1311661591,'2014-08-15 02:23:33',''),(8803,1,1,9487,1,1311661591,'2014-08-15 02:23:36',''),(8804,1,1,9488,1,1311661591,'2014-08-15 02:23:39',''),(8805,1,1,9489,1,1311661591,'2014-08-15 02:23:43',''),(8806,1,1,9490,1,1311661591,'2014-08-15 02:23:46',''),(8807,1,1,9491,1,1311661591,'2014-08-15 02:23:49',''),(8808,1,1,9492,3,1311661591,'2014-08-15 02:23:53',''),(8809,1,1,9493,18,1311661591,'2014-08-15 02:23:56',''),(8810,1,1,9494,38,1311661591,'2014-08-15 02:24:00',''),(8811,1,1,9495,41,1311661591,'2014-08-15 02:24:03',''),(8812,1,1,9496,43,1311661591,'2014-08-15 02:24:06',''),(8813,1,1,9497,43,1311661591,'2014-08-15 02:24:10',''),(8814,1,1,9498,53,1311661591,'2014-08-15 02:24:14',''),(8815,1,1,9499,48,1311661591,'2014-08-15 02:24:17',''),(8816,1,1,9500,52,1311661591,'2014-08-15 02:24:19',''),(8817,1,1,9501,16,1311661591,'2014-08-15 02:24:21',''),(8818,1,1,9502,16,1311661591,'2014-08-15 02:24:24',''),(8819,1,1,9503,54,1311661591,'2014-08-15 02:24:27',''),(8820,1,1,9504,66,1311661591,'2014-08-15 02:24:30',''),(8821,1,1,9505,15,1311661591,'2014-08-15 02:24:33',''),(8822,1,1,9506,31,1311661591,'2014-08-15 02:24:37',''),(8823,1,1,9507,47,1311661591,'2014-08-15 02:24:42',''),(8824,1,1,9508,27,1311661591,'2014-08-15 02:24:50',''),(8825,1,1,9509,28,1311661591,'2014-08-15 02:24:56',''),(8826,1,1,9510,44,1311661591,'2014-08-15 02:25:01',''),(8827,1,1,9511,49,1311661591,'2014-08-15 02:25:05',''),(8828,1,1,9512,50,1311661591,'2014-08-15 02:25:10',''),(8829,1,1,9513,51,1311661591,'2014-08-15 02:26:00',''),(8830,1,1,9514,56,1311661591,'2014-08-15 02:26:02',''),(8831,1,1,9515,55,1311661591,'2014-08-15 02:26:05',''),(8832,1,1,9516,58,1311661591,'2014-08-15 02:26:08',''),(8833,1,1,9517,10,1311661591,'2014-08-15 02:26:11',''),(8834,1,1,9518,1,3024881043,'2014-08-15 03:14:58',''),(8835,1,1,9519,63,1123632084,'2014-08-15 03:45:06',''),(8836,1,1,9520,44,3024881385,'2014-08-15 06:03:04',''),(8837,1,1,9521,48,1123632058,'2014-08-15 07:52:14',''),(8838,1,1,9522,1,1123632071,'2014-08-15 08:06:09',''),(8839,1,1,9523,1,1542483280,'2014-08-15 09:11:51',''),(8840,1,1,9524,1,1542483295,'2014-08-15 09:11:52',''),(8841,1,1,9525,1,392380513,'2014-08-15 09:38:23',''),(8842,1,1,9526,46,1123632071,'2014-08-15 09:55:49',''),(8843,1,1,9527,62,1123632071,'2014-08-15 10:37:01',''),(8844,1,1,9529,55,1123632071,'2014-08-15 11:11:19',''),(8845,1,1,9530,1,2953388715,'2014-08-15 12:08:03',''),(8846,1,1,9531,1,2953388715,'2014-08-15 12:08:05',''),(8847,1,1,9532,1,2953388715,'2014-08-15 12:08:08',''),(8848,1,1,9533,1,2953388715,'2014-08-15 12:08:10',''),(8849,1,1,9534,1,2953388715,'2014-08-15 12:08:12',''),(8850,1,1,9535,1,2953388715,'2014-08-15 12:08:15',''),(8851,1,1,9536,1,2953388715,'2014-08-15 12:08:17',''),(8852,1,1,9537,1,2953388715,'2014-08-15 12:08:19',''),(8853,1,1,9538,1,2953388715,'2014-08-15 12:08:22',''),(8854,1,1,9539,1,2953388715,'2014-08-15 12:08:24',''),(8855,1,1,9540,68,2535293484,'2014-08-15 12:09:12','http://www.google.it/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&docid=cgenJ6U5jP795M&tbnid=jw6Xc_v7ufRbcM:&ved=0CAUQjRw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&ei=MPftU4LHG4Or0QX2vYGg'),(8856,1,1,9541,64,1123632084,'2014-08-15 12:24:57',''),(8857,1,1,9542,1,1123632626,'2014-08-15 12:58:46',''),(8858,1,1,9543,1,1545577141,'2014-08-15 14:23:55','https://www.google.co.uk/'),(8859,1,1,9544,1,1041806727,'2014-08-15 14:24:27',''),(8860,1,1,9545,1,1123632626,'2014-08-15 15:08:24',''),(8861,1,1,9546,1,2977791746,'2014-08-15 15:17:13','http://78.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(8862,1,1,9547,1,35526968,'2014-08-15 16:28:55','https://www.google.co.uk/'),(8863,1,1,9548,1,1123632387,'2014-08-15 18:00:15',''),(8864,1,1,9549,52,2996483064,'2014-08-15 19:30:26',''),(8865,1,1,9550,1,3429212419,'2014-08-15 20:06:32',''),(8866,1,1,9551,1,3479603870,'2014-08-15 20:18:36',''),(8867,1,1,9552,1,1452341937,'2014-08-15 20:38:27','http://www.google.co.uk/'),(8868,1,1,9553,52,3497226059,'2014-08-15 23:22:17',''),(8869,1,1,9554,1,1123632611,'2014-08-16 01:43:06',''),(8870,1,1,9555,1,3024881072,'2014-08-16 01:53:58',''),(8871,1,1,9556,55,2996483064,'2014-08-16 03:02:00',''),(8872,1,1,9557,1,1123632387,'2014-08-16 03:08:14',''),(8873,1,1,9558,1,1123632626,'2014-08-16 03:49:00',''),(8874,1,1,9559,1,1123632611,'2014-08-16 05:14:08',''),(8875,1,1,9560,1,1152704688,'2014-08-16 05:53:02',''),(8876,1,1,9561,43,1123632387,'2014-08-16 05:58:28',''),(8877,1,1,9562,1,1542483314,'2014-08-16 09:18:05',''),(8878,1,1,9563,1,1542483300,'2014-08-16 09:18:06',''),(8879,1,1,9564,1,1577211269,'2014-08-16 09:22:24',''),(8880,1,1,9565,1,1453465077,'2014-08-16 10:08:10','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&ved=0CIIBEKACMAg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=SCzvU8XYLa2p7Abn-4GwAg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.73231344,d.ZGU'),(8881,1,1,9566,6,1123632611,'2014-08-16 10:14:23',''),(8882,1,1,9567,54,1123632387,'2014-08-16 11:09:13',''),(8883,1,1,9568,1,1452935655,'2014-08-16 12:31:04','https://www.google.co.uk/'),(8884,1,1,9569,44,624583869,'2014-08-16 15:17:32',''),(8885,1,1,9570,64,1123631346,'2014-08-16 16:16:22',''),(8886,1,1,9571,53,2996483064,'2014-08-16 20:40:13',''),(8887,1,1,9572,1,1365385782,'2014-08-16 23:58:45',''),(8888,1,1,9573,1,1365385782,'2014-08-16 23:58:47',''),(8889,1,1,9574,1,1365385782,'2014-08-16 23:58:50',''),(8890,1,1,9575,1,1365385782,'2014-08-16 23:58:52',''),(8891,1,1,9576,1,1365385782,'2014-08-16 23:58:55',''),(8892,1,1,9577,1,1365385782,'2014-08-16 23:58:57',''),(8893,1,1,9578,1,1365385782,'2014-08-16 23:59:00',''),(8894,1,1,9579,1,1365385782,'2014-08-16 23:59:03',''),(8895,1,1,9580,1,1365385782,'2014-08-16 23:59:05',''),(8896,1,1,9581,1,1365385782,'2014-08-16 23:59:08',''),(8897,1,1,9582,77,3011394098,'2014-08-17 03:32:16',''),(8898,1,1,9583,1,3155951435,'2014-08-17 03:32:21',''),(8899,1,1,9584,56,3251319086,'2014-08-17 03:32:33',''),(8900,1,1,9585,61,3004794412,'2014-08-17 03:33:57',''),(8901,1,1,9586,61,1976503485,'2014-08-17 03:34:02',''),(8902,1,1,9587,61,3189347628,'2014-08-17 03:35:58',''),(8903,1,1,9588,78,1909262724,'2014-08-17 03:36:59',''),(8904,1,1,9589,1,1990552470,'2014-08-17 03:39:34',''),(8905,1,1,9590,26,1054354172,'2014-08-17 03:42:17',''),(8906,1,1,9591,26,634811496,'2014-08-17 03:42:22',''),(8907,1,1,9592,26,1950996894,'2014-08-17 03:42:58',''),(8908,1,1,9593,50,3024881043,'2014-08-17 04:27:26',''),(8909,1,1,9594,1,1123634371,'2014-08-17 05:04:47',''),(8910,1,1,9595,1,1123631108,'2014-08-17 07:53:00',''),(8911,1,1,9596,42,2990485842,'2014-08-17 09:15:32',''),(8912,1,1,9597,16,2990485842,'2014-08-17 09:15:34',''),(8913,1,1,9598,1,1542483319,'2014-08-17 09:25:25',''),(8914,1,1,9599,1,1542483275,'2014-08-17 09:25:26',''),(8915,1,1,9600,1,3039510635,'2014-08-17 10:25:59','http://youtube-downloader.savetubevideo.com/youtube-downloader.php?u=http://mstyresblackburn.co.uk'),(8916,1,1,9601,1,35527569,'2014-08-17 10:37:12',''),(8917,1,1,9602,65,1523286883,'2014-08-17 11:02:57','https://www.google.co.uk/'),(8918,1,1,9603,1,1123631111,'2014-08-17 12:42:27',''),(8919,1,1,9604,1,84500980,'2014-08-17 13:07:21',''),(8920,1,1,9605,1,84500980,'2014-08-17 13:07:32',''),(8921,1,1,9602,65,1523146589,'2014-08-17 13:13:57','https://www.google.co.uk/'),(8922,1,1,9606,1,1123631108,'2014-08-17 13:16:30',''),(8923,1,1,9607,1,1123631111,'2014-08-17 15:33:49',''),(8924,1,1,9608,1,3024880953,'2014-08-17 15:57:39',''),(8925,1,1,9609,1,3024880968,'2014-08-17 15:57:42',''),(8926,1,1,9610,1,1123631111,'2014-08-17 16:56:06',''),(8927,1,1,9611,1,1453799488,'2014-08-17 17:45:54',''),(8928,1,1,9612,56,1377802680,'2014-08-17 17:56:11',''),(8929,1,1,9613,1,1123631111,'2014-08-17 18:16:14',''),(8930,1,1,9614,1,1123631108,'2014-08-17 18:46:09',''),(8931,1,1,9615,67,3024881287,'2014-08-17 19:26:06',''),(8932,1,1,9616,1,1123631108,'2014-08-17 19:47:02',''),(8933,1,1,9617,66,1123631346,'2014-08-17 20:47:55',''),(8934,1,1,9618,1,1603725460,'2014-08-17 21:20:28',''),(8935,1,1,9619,6,1603725460,'2014-08-17 21:20:29',''),(8936,1,1,9620,69,1123631346,'2014-08-17 21:49:53',''),(8937,1,1,9621,1,1123631111,'2014-08-17 21:59:30',''),(8938,1,1,9622,38,1123631111,'2014-08-17 22:48:38',''),(8939,1,1,9623,1,1361053346,'2014-08-17 23:15:12',''),(8940,1,1,9624,50,1123631108,'2014-08-17 23:42:03',''),(8941,1,1,9625,59,1123631346,'2014-08-18 00:25:21',''),(8942,1,1,9626,1,1123631108,'2014-08-18 00:32:48',''),(8943,1,1,9628,56,1123631346,'2014-08-18 01:19:02',''),(8944,1,1,9629,72,624583835,'2014-08-18 01:24:32',''),(8945,1,1,9630,1,1123631111,'2014-08-18 01:47:53',''),(8946,1,1,9631,46,1123631111,'2014-08-18 02:38:46',''),(8947,1,1,9632,1,1123631108,'2014-08-18 03:04:25',''),(8948,1,1,9634,56,2996483064,'2014-08-18 03:31:32',''),(8949,1,1,9635,63,1123631346,'2014-08-18 03:41:48',''),(8950,1,1,9637,56,1123631111,'2014-08-18 05:09:25',''),(8951,1,1,9638,31,1123631346,'2014-08-18 05:10:28',''),(8952,1,1,9639,1,3024881085,'2014-08-18 06:09:22',''),(8953,1,1,9640,65,1123631111,'2014-08-18 06:11:22',''),(8954,1,1,9641,14,1123631346,'2014-08-18 06:12:25',''),(8955,1,1,9644,1,1123631108,'2014-08-18 06:18:51',''),(8956,1,1,9645,1,2057596719,'2014-08-18 07:01:27',''),(8957,1,1,9646,54,1123631346,'2014-08-18 07:17:35',''),(8958,1,1,9647,53,1123631108,'2014-08-18 07:25:04',''),(8959,1,1,9649,9,1123631111,'2014-08-18 07:34:41',''),(8960,1,1,9655,56,1123631111,'2014-08-18 08:08:52',''),(8961,1,1,9656,63,1123631108,'2014-08-18 08:28:06',''),(8962,1,1,9659,1,1542483311,'2014-08-18 09:12:52',''),(8963,1,1,9660,1,1542483282,'2014-08-18 09:12:53',''),(8964,1,1,9661,28,1123631108,'2014-08-18 09:53:33',''),(8965,1,1,9662,6,1123631346,'2014-08-18 09:56:45',''),(8966,1,1,9665,1,1123631111,'2014-08-18 10:16:03',''),(8967,1,1,9666,1,3567236388,'2014-08-18 11:23:03','https://www.google.co.uk/'),(8968,1,1,9667,1,1041806727,'2014-08-18 11:29:08',''),(8969,1,1,9668,1,624628953,'2014-08-18 12:05:35',''),(8970,1,1,9669,1,624628953,'2014-08-18 12:05:37',''),(8971,1,1,9670,1,624628953,'2014-08-18 12:05:40',''),(8972,1,1,9671,1,624628953,'2014-08-18 12:05:43',''),(8973,1,1,9672,1,624628953,'2014-08-18 12:05:47',''),(8974,1,1,9673,1,624628953,'2014-08-18 12:05:54',''),(8975,1,1,9674,1,624628953,'2014-08-18 12:05:59',''),(8976,1,1,9675,1,624628953,'2014-08-18 12:06:03',''),(8977,1,1,9676,1,624628953,'2014-08-18 12:06:09',''),(8978,1,1,9677,1,624628953,'2014-08-18 12:06:14',''),(8979,1,1,9678,1,624628953,'2014-08-18 12:06:18',''),(8980,1,1,9679,1,624628953,'2014-08-18 12:06:24',''),(8981,1,1,9680,1,1610043947,'2014-08-18 12:39:43','http://55.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(8982,1,1,9681,6,1384440297,'2014-08-18 13:40:31',''),(8983,1,1,9682,6,1384440297,'2014-08-18 13:57:08',''),(8984,1,1,9683,66,1049396405,'2014-08-18 14:51:05','https://www.google.nl/'),(8985,1,1,9684,16,1123631108,'2014-08-18 16:31:26',''),(8986,1,1,9685,1,3011402557,'2014-08-18 16:49:17','http://65.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(8987,1,1,9686,68,1123631108,'2014-08-18 17:06:46',''),(8988,1,1,9687,6,1577881944,'2014-08-18 17:30:54',''),(8989,1,1,9688,1,1123631346,'2014-08-18 19:34:12',''),(8990,1,1,9689,1,1523350407,'2014-08-18 20:09:37','https://www.google.co.uk/'),(8991,1,1,9690,63,1123631108,'2014-08-18 20:45:31',''),(8992,1,1,9691,26,3497226587,'2014-08-18 21:09:22',''),(8993,1,1,9692,6,2637637441,'2014-08-18 21:14:23',''),(8994,1,1,9693,56,1123631346,'2014-08-18 21:54:05',''),(8995,1,1,9694,6,2637637441,'2014-08-18 22:15:24',''),(8996,1,1,9695,15,1123631346,'2014-08-18 22:58:29',''),(8997,1,1,9696,6,2637637441,'2014-08-19 00:02:18',''),(8998,1,1,9697,68,1123631108,'2014-08-19 00:43:16',''),(8999,1,1,9698,1,1123631346,'2014-08-19 01:43:30',''),(9000,1,1,9699,1,3189261800,'2014-08-19 02:09:21','http://98.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(9001,1,1,9700,52,1123631108,'2014-08-19 02:34:44',''),(9002,1,1,9701,1,1123631346,'2014-08-19 02:46:17',''),(9003,1,1,9702,1,2996483064,'2014-08-19 02:49:17',''),(9004,1,1,9703,1,3144368275,'2014-08-19 03:08:24','http://63.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(9005,1,1,9704,62,1123631111,'2014-08-19 03:47:45',''),(9006,1,1,9705,1,1123631346,'2014-08-19 03:55:27',''),(9007,1,1,9707,1,1123631111,'2014-08-19 04:50:32',''),(9008,1,1,9708,6,2637637441,'2014-08-19 05:32:28',''),(9009,1,1,9709,1,3024881288,'2014-08-19 05:36:34',''),(9010,1,1,9710,68,1123631346,'2014-08-19 05:49:28',''),(9011,1,1,9712,15,1123631346,'2014-08-19 06:35:36',''),(9012,1,1,9713,15,1123631111,'2014-08-19 06:36:53',''),(9013,1,1,9714,6,2637637441,'2014-08-19 06:49:49',''),(9014,1,1,9715,47,1123631346,'2014-08-19 07:35:49',''),(9015,1,1,9716,56,1123631111,'2014-08-19 07:40:56',''),(9016,1,1,9717,63,624583774,'2014-08-19 08:17:48',''),(9017,1,1,9718,41,1123631346,'2014-08-19 08:21:55',''),(9018,1,1,9719,31,1123631108,'2014-08-19 08:37:18',''),(9019,1,1,9720,6,2637637441,'2014-08-19 08:49:37',''),(9020,1,1,9721,68,624583916,'2014-08-19 08:53:38',''),(9021,1,1,9722,63,1123631111,'2014-08-19 09:20:52',''),(9022,1,1,9723,79,3075491419,'2014-08-19 09:33:22',''),(9023,1,1,9724,1,3075491419,'2014-08-19 09:33:28',''),(9024,1,1,9725,56,1592977682,'2014-08-19 09:33:40',''),(9025,1,1,9726,1,1442251022,'2014-08-19 09:35:01',''),(9026,1,1,9727,61,1442251022,'2014-08-19 09:35:06',''),(9027,1,1,9728,61,1442251022,'2014-08-19 09:35:18',''),(9028,1,1,9729,61,1442251022,'2014-08-19 09:35:23',''),(9029,1,1,9730,43,1123631346,'2014-08-19 09:36:14',''),(9030,1,1,9731,1,1542483319,'2014-08-19 09:37:35',''),(9031,1,1,9732,1,1542483297,'2014-08-19 09:37:36',''),(9032,1,1,9733,61,701187340,'2014-08-19 09:38:44',''),(9033,1,1,9734,78,701187340,'2014-08-19 09:39:58',''),(9034,1,1,9735,6,2637637441,'2014-08-19 09:56:27',''),(9035,1,1,9736,1,1123631108,'2014-08-19 10:24:56',''),(9036,1,1,9738,51,3024881286,'2014-08-19 10:48:52',''),(9037,1,1,9739,15,1123631346,'2014-08-19 11:36:40',''),(9038,1,1,9740,1,1123631111,'2014-08-19 11:40:30',''),(9039,1,1,9741,1,1523490844,'2014-08-19 13:49:55','https://www.google.co.uk/'),(9040,1,1,9742,1,1609487350,'2014-08-19 13:50:00','http://56.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(9041,1,1,9743,46,2637637441,'2014-08-19 14:35:10',''),(9042,1,1,9744,6,2637637441,'2014-08-19 15:19:13',''),(9043,1,1,9745,9,3475901812,'2014-08-19 15:41:49',''),(9044,1,1,9746,1,1123631346,'2014-08-19 18:27:14',''),(9045,1,1,9747,1,1539837189,'2014-08-19 18:50:01',''),(9046,1,1,9748,45,1523305134,'2014-08-19 19:13:02','https://www.google.co.uk/'),(9047,1,1,9749,65,3497226059,'2014-08-19 19:34:10',''),(9048,1,1,9750,56,1123631111,'2014-08-19 23:38:03',''),(9049,1,1,9751,56,3475901812,'2014-08-20 00:27:46',''),(9050,1,1,9752,1,1123631111,'2014-08-20 00:32:58',''),(9051,1,1,9754,68,1123631111,'2014-08-20 02:00:18',''),(9052,1,1,9755,14,3024880963,'2014-08-20 02:13:09',''),(9053,1,1,9756,43,3497226059,'2014-08-20 03:02:40',''),(9054,1,1,9757,63,1123631111,'2014-08-20 03:28:34',''),(9055,1,1,9758,62,1123631108,'2014-08-20 04:32:46',''),(9056,1,1,9759,1,1375799679,'2014-08-20 04:38:09','https://www.google.co.uk/'),(9057,1,1,9760,1,1123631346,'2014-08-20 05:53:58',''),(9058,1,1,9761,68,1123631346,'2014-08-20 06:43:02',''),(9059,1,1,9762,27,1123631111,'2014-08-20 06:59:17',''),(9060,1,1,9765,15,1123631346,'2014-08-20 07:15:01',''),(9061,1,1,9766,1,3054999778,'2014-08-20 07:22:03','https://www.google.com.sg/'),(9062,1,1,9769,1,3024881302,'2014-08-20 08:33:44',''),(9063,1,1,9770,56,1442834563,'2014-08-20 08:56:38',''),(9064,1,1,9771,42,624583870,'2014-08-20 09:08:18',''),(9065,1,1,9772,27,1123631111,'2014-08-20 09:18:51',''),(9066,1,1,9773,1,1542483279,'2014-08-20 09:44:27',''),(9067,1,1,9774,1,1542483323,'2014-08-20 09:44:28',''),(9068,1,1,9775,1,2637637602,'2014-08-20 09:49:09',''),(9069,1,1,9776,41,3024881294,'2014-08-20 09:53:03',''),(9070,1,1,9777,1,2637637602,'2014-08-20 09:56:24',''),(9071,1,1,9778,9,624583906,'2014-08-20 10:33:07',''),(9072,1,1,9779,42,1123631346,'2014-08-20 12:10:12',''),(9073,1,1,9780,27,1123631111,'2014-08-20 13:08:12',''),(9074,1,1,9781,1,3024880974,'2014-08-20 14:01:21',''),(9075,1,1,9782,16,1123631108,'2014-08-20 14:19:45',''),(9076,1,1,9783,16,1123631266,'2014-08-20 14:22:58',''),(9077,1,1,9784,1,2637637441,'2014-08-20 15:11:14',''),(9078,1,1,9785,72,1123631346,'2014-08-20 15:25:57',''),(9079,1,1,9786,1,3220119592,'2014-08-20 15:49:38',''),(9080,1,1,9787,16,1123631111,'2014-08-20 16:23:26',''),(9081,1,1,9788,1,84480659,'2014-08-20 16:30:47',''),(9082,1,1,9789,1,84480659,'2014-08-20 16:30:56',''),(9083,1,1,9790,1,84480659,'2014-08-20 16:31:00',''),(9084,1,1,9791,1,84480659,'2014-08-20 16:31:06',''),(9085,1,1,9792,1,84480659,'2014-08-20 16:31:18',''),(9086,1,1,9793,1,84480659,'2014-08-20 16:31:25',''),(9087,1,1,9794,1,84480659,'2014-08-20 16:31:31',''),(9088,1,1,9795,1,84480659,'2014-08-20 16:31:36',''),(9089,1,1,9796,1,84480659,'2014-08-20 16:31:48',''),(9090,1,1,9797,1,84480659,'2014-08-20 16:31:54',''),(9091,1,1,9798,1,84480659,'2014-08-20 16:32:02',''),(9092,1,1,9799,1,84480659,'2014-08-20 16:32:06',''),(9093,1,1,9800,1,2637637602,'2014-08-20 17:16:44',''),(9094,1,1,9801,75,1123631346,'2014-08-20 17:24:42',''),(9095,1,1,9802,16,1123631111,'2014-08-20 18:17:48',''),(9096,1,1,9803,1,84772106,'2014-08-20 18:23:53','http://51.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(9097,1,1,9804,26,3497226059,'2014-08-20 19:04:46',''),(9098,1,1,9805,1,1603725460,'2014-08-20 19:27:03',''),(9099,1,1,9806,6,1603725460,'2014-08-20 19:27:04',''),(9100,1,1,9807,1,1603725460,'2014-08-20 20:10:10',''),(9101,1,1,9808,6,1603725460,'2014-08-20 20:10:12',''),(9102,1,1,9809,1,40165176,'2014-08-20 20:33:13','https://www.google.co.uk/'),(9103,1,1,9810,73,1123631346,'2014-08-20 20:34:10',''),(9104,1,1,9811,1,1603725460,'2014-08-20 20:49:11',''),(9105,1,1,9812,6,1603725460,'2014-08-20 20:49:14',''),(9106,1,1,9813,1,1603725460,'2014-08-20 21:37:10',''),(9107,1,1,9814,6,1603725460,'2014-08-20 21:37:12',''),(9108,1,1,9815,10,624583869,'2014-08-20 22:11:48',''),(9109,1,1,9816,53,1123631346,'2014-08-20 22:25:31',''),(9110,1,1,9818,68,1123631346,'2014-08-21 00:27:26',''),(9111,1,1,9819,1,1123631111,'2014-08-21 01:22:06',''),(9112,1,1,9820,56,1123631111,'2014-08-21 02:19:07',''),(9113,1,1,9821,15,1123631111,'2014-08-21 03:19:43',''),(9114,1,1,9822,10,1123631346,'2014-08-21 04:32:13',''),(9115,1,1,9823,1,1123631346,'2014-08-21 05:15:02',''),(9116,1,1,9824,1,1995571794,'2014-08-21 05:43:58',''),(9117,1,1,9825,1,1995571794,'2014-08-21 05:44:00',''),(9118,1,1,9826,6,1995571794,'2014-08-21 05:44:03',''),(9119,1,1,9827,6,1995571794,'2014-08-21 05:44:05',''),(9120,1,1,9828,1,1995571794,'2014-08-21 05:44:29',''),(9121,1,1,9829,1,1995571794,'2014-08-21 05:44:31',''),(9122,1,1,9830,18,1995571794,'2014-08-21 05:44:33',''),(9123,1,1,9831,18,1995571794,'2014-08-21 05:44:34',''),(9124,1,1,9832,3,1995571794,'2014-08-21 05:44:37',''),(9125,1,1,9833,3,1995571794,'2014-08-21 05:44:39',''),(9126,1,1,9834,29,1995571794,'2014-08-21 05:44:41',''),(9127,1,1,9835,29,1995571794,'2014-08-21 05:44:42',''),(9128,1,1,9836,3,1995571794,'2014-08-21 05:44:44',''),(9129,1,1,9837,3,1995571794,'2014-08-21 05:44:46',''),(9130,1,1,9838,1,1995571794,'2014-08-21 05:44:48',''),(9131,1,1,9839,1,1995571794,'2014-08-21 05:44:49',''),(9132,1,1,9840,43,1995571794,'2014-08-21 05:44:51',''),(9133,1,1,9841,43,1995571794,'2014-08-21 05:44:53',''),(9134,1,1,9842,16,1995571794,'2014-08-21 05:44:56',''),(9135,1,1,9843,16,1995571794,'2014-08-21 05:44:58',''),(9136,1,1,9844,16,1995571794,'2014-08-21 05:45:00',''),(9137,1,1,9845,16,1995571794,'2014-08-21 05:45:02',''),(9138,1,1,9846,16,1995571794,'2014-08-21 05:45:05',''),(9139,1,1,9847,16,1995571794,'2014-08-21 05:45:07',''),(9140,1,1,9848,43,1995571794,'2014-08-21 05:45:09',''),(9141,1,1,9849,43,1995571794,'2014-08-21 05:45:11',''),(9142,1,1,9850,43,1995571794,'2014-08-21 05:45:13',''),(9143,1,1,9851,43,1995571794,'2014-08-21 05:45:15',''),(9144,1,1,9852,43,1995571794,'2014-08-21 05:45:18',''),(9145,1,1,9853,43,1995571794,'2014-08-21 05:45:20',''),(9146,1,1,9854,10,1995571794,'2014-08-21 05:45:23',''),(9147,1,1,9855,10,1995571794,'2014-08-21 05:45:24',''),(9148,1,1,9856,26,1995571794,'2014-08-21 05:45:28',''),(9149,1,1,9857,26,1995571794,'2014-08-21 05:45:29',''),(9150,1,1,9858,44,1995571794,'2014-08-21 05:45:31',''),(9151,1,1,9859,44,1995571794,'2014-08-21 05:45:34',''),(9152,1,1,9860,26,1995571794,'2014-08-21 05:45:37',''),(9153,1,1,9861,26,1995571794,'2014-08-21 05:45:38',''),(9154,1,1,9862,26,1995571794,'2014-08-21 05:45:39',''),(9155,1,1,9863,26,1995571794,'2014-08-21 05:45:41',''),(9156,1,1,9864,27,1995571794,'2014-08-21 05:45:42',''),(9157,1,1,9865,27,1995571794,'2014-08-21 05:45:44',''),(9158,1,1,9866,26,1995571794,'2014-08-21 05:45:46',''),(9159,1,1,9867,26,1995571794,'2014-08-21 05:45:48',''),(9160,1,1,9868,49,1995571794,'2014-08-21 05:45:50',''),(9161,1,1,9869,49,1995571794,'2014-08-21 05:45:52',''),(9162,1,1,9870,26,1995571794,'2014-08-21 05:45:54',''),(9163,1,1,9871,26,1995571794,'2014-08-21 05:45:55',''),(9164,1,1,9872,26,1995571794,'2014-08-21 05:45:57',''),(9165,1,1,9873,26,1995571794,'2014-08-21 05:45:58',''),(9166,1,1,9874,68,1123631111,'2014-08-21 05:52:59',''),(9167,1,1,9875,1,3024881180,'2014-08-21 06:05:14',''),(9168,1,1,9876,56,1123631108,'2014-08-21 06:20:19',''),(9169,1,1,9877,1,1123631346,'2014-08-21 06:41:06',''),(9170,1,1,9878,63,1123631111,'2014-08-21 07:09:01',''),(9171,1,1,9880,1,1123631108,'2014-08-21 08:06:04',''),(9172,1,1,9881,1,1123631108,'2014-08-21 09:12:59',''),(9173,1,1,9882,1,1123631111,'2014-08-21 11:04:25',''),(9174,1,1,9883,1,1542483306,'2014-08-21 11:06:00',''),(9175,1,1,9884,1,1542483287,'2014-08-21 11:06:01',''),(9176,1,1,9885,1,1123631346,'2014-08-21 12:38:51',''),(9177,1,1,9886,1,1123631108,'2014-08-21 14:59:09',''),(9178,1,1,9887,26,3475901812,'2014-08-21 18:35:01',''),(9179,1,1,9888,26,2637637440,'2014-08-21 19:10:04',''),(9180,1,1,9889,68,3024881062,'2014-08-21 20:53:56',''),(9181,1,1,9890,1,1123631108,'2014-08-21 21:05:45',''),(9182,1,1,9891,68,1123631108,'2014-08-21 22:11:05',''),(9183,1,1,9892,1,1381937297,'2014-08-21 23:07:04','http://www.1businessenterprise.co.uk/our-clients.php'),(9184,1,1,9893,26,1381937297,'2014-08-21 23:10:02',''),(9185,1,1,9894,55,1381937297,'2014-08-21 23:11:20',''),(9186,1,1,9895,43,1381937297,'2014-08-21 23:12:36',''),(9187,1,1,9896,26,1381937297,'2014-08-21 23:13:54',''),(9188,1,1,9897,63,1381937297,'2014-08-21 23:15:12',''),(9189,1,1,9898,69,1381937297,'2014-08-21 23:16:28',''),(9190,1,1,9899,52,1381937297,'2014-08-21 23:17:44',''),(9191,1,1,9900,10,1381937297,'2014-08-21 23:19:01',''),(9192,1,1,9901,3,1381937297,'2014-08-21 23:20:17',''),(9193,1,1,9902,59,1381937297,'2014-08-21 23:21:37',''),(9194,1,1,9903,72,1381937297,'2014-08-21 23:22:55',''),(9195,1,1,9904,16,1381937297,'2014-08-21 23:24:13',''),(9196,1,1,9905,56,1123631111,'2014-08-21 23:24:45',''),(9197,1,1,9906,45,1381937297,'2014-08-21 23:25:30',''),(9198,1,1,9907,50,1381937297,'2014-08-21 23:26:50',''),(9199,1,1,9908,18,1381937297,'2014-08-21 23:28:09',''),(9200,1,1,9909,54,1381937297,'2014-08-21 23:29:28',''),(9201,1,1,9910,42,1381937297,'2014-08-21 23:30:46',''),(9202,1,1,9911,71,1381937297,'2014-08-21 23:32:05',''),(9203,1,1,9912,67,1381937297,'2014-08-21 23:33:27',''),(9204,1,1,9913,66,1381937297,'2014-08-21 23:34:45',''),(9205,1,1,9914,53,1381937297,'2014-08-21 23:36:05',''),(9206,1,1,9915,73,1381937297,'2014-08-21 23:37:27',''),(9207,1,1,9916,75,1381937297,'2014-08-21 23:38:46',''),(9208,1,1,9917,27,1381937297,'2014-08-21 23:40:10',''),(9209,1,1,9918,57,1381937297,'2014-08-21 23:41:32',''),(9210,1,1,9919,58,1381937297,'2014-08-21 23:42:55',''),(9211,1,1,9920,74,1381937297,'2014-08-21 23:44:15',''),(9212,1,1,9921,47,1381937297,'2014-08-21 23:45:37',''),(9213,1,1,9922,31,1381937297,'2014-08-21 23:46:55',''),(9214,1,1,9923,38,1381937297,'2014-08-21 23:48:18',''),(9215,1,1,9925,26,1381937297,'2014-08-21 23:49:40',''),(9216,1,1,9926,51,1381937297,'2014-08-21 23:50:58',''),(9217,1,1,9927,44,1381937297,'2014-08-21 23:52:17',''),(9218,1,1,9928,26,1381937297,'2014-08-21 23:53:36',''),(9219,1,1,9929,9,1381937297,'2014-08-21 23:54:58',''),(9220,1,1,9930,68,1381937297,'2014-08-21 23:56:16',''),(9221,1,1,9931,26,1381937297,'2014-08-21 23:57:37',''),(9222,1,1,9932,62,1381937297,'2014-08-21 23:58:59',''),(9223,1,1,9933,16,1381937297,'2014-08-22 00:00:18',''),(9224,1,1,9934,49,1381937297,'2014-08-22 00:01:36',''),(9225,1,1,9935,16,1381937297,'2014-08-22 00:02:58',''),(9226,1,1,9936,28,1381937297,'2014-08-22 00:04:18',''),(9227,1,1,9937,15,1381937297,'2014-08-22 00:05:36',''),(9228,1,1,9938,56,1381937297,'2014-08-22 00:06:57',''),(9229,1,1,9939,43,1381937297,'2014-08-22 00:08:18',''),(9230,1,1,9940,64,1381937297,'2014-08-22 00:09:38',''),(9231,1,1,9941,41,1381937297,'2014-08-22 00:10:55',''),(9232,1,1,9942,65,1381937297,'2014-08-22 00:12:15',''),(9233,1,1,9943,48,1381937297,'2014-08-22 00:13:32',''),(9234,1,1,9944,43,1381937297,'2014-08-22 00:14:52',''),(9235,1,1,9945,6,1381937297,'2014-08-22 00:16:08',''),(9236,1,1,9946,1,1123631346,'2014-08-22 00:32:47',''),(9237,1,1,9948,69,3475901738,'2014-08-22 00:42:55',''),(9238,1,1,9949,1,3372795846,'2014-08-22 01:33:56','http://39.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(9239,1,1,9950,68,1123631111,'2014-08-22 02:49:57',''),(9240,1,1,9951,64,624583811,'2014-08-22 02:57:49',''),(9241,1,1,9952,56,1123631108,'2014-08-22 04:52:48',''),(9242,1,1,9953,26,3497226587,'2014-08-22 05:09:16',''),(9243,1,1,9954,31,3024880990,'2014-08-22 05:40:44',''),(9244,1,1,9955,1,1123631108,'2014-08-22 07:10:37',''),(9245,1,1,9956,68,1123631111,'2014-08-22 07:55:36',''),(9246,1,1,9957,1,1599800869,'2014-08-22 08:53:34',''),(9247,1,1,9958,1,1599800869,'2014-08-22 08:53:37',''),(9248,1,1,9959,1,1599800869,'2014-08-22 08:53:39',''),(9249,1,1,9960,1,1599800869,'2014-08-22 08:53:42',''),(9250,1,1,9961,1,1599800869,'2014-08-22 08:53:45',''),(9251,1,1,9962,1,1599800869,'2014-08-22 08:53:49',''),(9252,1,1,9963,1,1599800869,'2014-08-22 08:53:59',''),(9253,1,1,9964,1,1599800869,'2014-08-22 08:54:05',''),(9254,1,1,9965,1,1599800869,'2014-08-22 08:54:10',''),(9255,1,1,9966,1,1599800869,'2014-08-22 08:54:16',''),(9256,1,1,9967,1,1599800869,'2014-08-22 08:55:04',''),(9257,1,1,9968,1,1599800869,'2014-08-22 08:55:08',''),(9258,1,1,9969,15,1123631108,'2014-08-22 08:58:36',''),(9259,1,1,9970,69,624583911,'2014-08-22 09:19:15',''),(9260,1,1,9971,75,1123631683,'2014-08-22 09:25:08',''),(9261,1,1,9972,26,2637637456,'2014-08-22 11:40:00',''),(9262,1,1,9973,26,2637637440,'2014-08-22 12:36:50',''),(9263,1,1,9974,63,3475901738,'2014-08-22 15:37:21',''),(9264,1,1,9975,56,1123634739,'2014-08-22 17:52:36',''),(9265,1,1,9976,62,2637637456,'2014-08-22 17:54:06',''),(9266,1,1,9977,1,1123634732,'2014-08-22 19:01:37',''),(9267,1,1,9978,68,1123634746,'2014-08-22 20:01:36',''),(9268,1,1,9979,1,1603725460,'2014-08-22 20:22:59',''),(9269,1,1,9980,6,1603725460,'2014-08-22 20:23:02',''),(9270,1,1,9981,15,1123634739,'2014-08-22 21:58:36',''),(9271,1,1,9982,56,1123634732,'2014-08-22 22:28:37',''),(9272,1,1,9983,43,1094178095,'2014-08-22 23:21:48',''),(9273,1,1,9984,1,1123634732,'2014-08-23 00:01:37',''),(9274,1,1,9985,68,1123634739,'2014-08-23 00:37:36',''),(9275,1,1,9986,1,1440097142,'2014-08-23 01:05:43',''),(9276,1,1,9987,63,1123634732,'2014-08-23 01:37:36',''),(9277,1,1,9988,43,2637637456,'2014-08-23 01:55:26',''),(9278,1,1,9989,14,1123634732,'2014-08-23 02:43:37',''),(9279,1,1,9990,26,3475901812,'2014-08-23 04:06:54',''),(9280,1,1,9991,1,3024881383,'2014-08-23 04:11:51',''),(9281,1,1,9992,65,3475901738,'2014-08-23 04:17:00',''),(9282,1,1,9993,1,1542483280,'2014-08-23 04:23:59',''),(9283,1,1,9994,1,1542483273,'2014-08-23 04:24:00',''),(9284,1,1,9995,1,3024880963,'2014-08-23 07:51:38',''),(9285,1,1,9996,55,3475901812,'2014-08-23 09:02:34',''),(9286,1,1,9997,69,3024881196,'2014-08-23 09:27:49',''),(9287,1,1,9998,28,2637637456,'2014-08-23 09:30:17',''),(9288,1,1,9999,1,1354570578,'2014-08-23 12:35:59',''),(9289,1,1,10000,65,624583748,'2014-08-23 12:37:10',''),(9290,1,1,10001,42,3475901812,'2014-08-23 14:02:36',''),(9291,1,1,10002,47,3024881382,'2014-08-23 17:10:38',''),(9292,1,1,10003,1,2872281496,'2014-08-23 20:20:56','http://69.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(9293,1,1,10004,1,3024881086,'2014-08-23 21:29:47',''),(9294,1,1,10005,46,3024881168,'2014-08-23 23:50:27',''),(9295,1,1,10006,1,2972318564,'2014-08-24 01:34:52','http://28.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(9296,1,1,10007,1,3024881197,'2014-08-24 02:34:47',''),(9297,1,1,10008,1,1542483317,'2014-08-24 04:24:10',''),(9298,1,1,10009,1,1542483316,'2014-08-24 04:24:11',''),(9299,1,1,10010,9,3024881087,'2014-08-24 05:06:07',''),(9300,1,1,10011,75,3024881305,'2014-08-24 09:15:26',''),(9301,1,1,10012,1,1365778034,'2014-08-24 09:18:36','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0CHgQoAIwBw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=_qv5U67HNMjhaqyagZAJ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=fY-GLV9QcHQ-ADB1Vcjycw'),(9302,1,1,10013,1,1123632071,'2014-08-24 10:01:25',''),(9303,1,1,10014,1,786803397,'2014-08-24 10:30:43',''),(9304,1,1,10015,1,2420924199,'2014-08-24 14:29:14',''),(9305,1,1,10016,1,2420924199,'2014-08-24 14:29:19',''),(9306,1,1,10017,1,2420924199,'2014-08-24 14:29:23',''),(9307,1,1,10018,1,2420924199,'2014-08-24 14:29:28',''),(9308,1,1,10019,1,2420924199,'2014-08-24 14:29:32',''),(9309,1,1,10020,1,2420924199,'2014-08-24 14:29:37',''),(9310,1,1,10021,1,2420924199,'2014-08-24 14:29:41',''),(9311,1,1,10022,1,2420924199,'2014-08-24 14:29:46',''),(9312,1,1,10023,1,2420924199,'2014-08-24 14:29:53',''),(9313,1,1,10024,1,2420924199,'2014-08-24 14:29:58',''),(9314,1,1,10025,1,2420924199,'2014-08-24 14:30:02',''),(9315,1,1,10026,1,2420924199,'2014-08-24 14:30:06',''),(9316,1,1,10027,1,1123632058,'2014-08-24 16:19:11',''),(9317,1,1,10028,63,1123638580,'2014-08-24 19:04:16','http://www.google.com/search'),(9318,1,1,10029,26,3497226587,'2014-08-24 21:09:04',''),(9319,1,1,10030,1,3589854125,'2014-08-24 22:22:35',''),(9320,1,1,10031,1,3589854125,'2014-08-24 22:22:36',''),(9321,1,1,10032,52,2637637440,'2014-08-24 22:30:59',''),(9322,1,1,10033,42,3024881188,'2014-08-24 22:55:56',''),(9323,1,1,10034,1,1123632071,'2014-08-25 03:34:43',''),(9324,1,1,10035,1,1542483306,'2014-08-25 04:25:52',''),(9325,1,1,10036,1,1542483265,'2014-08-25 04:25:53',''),(9326,1,1,10037,26,2637637456,'2014-08-25 05:13:09',''),(9327,1,1,10038,49,3475901812,'2014-08-25 07:04:32',''),(9328,1,1,10039,1,1123632084,'2014-08-25 08:30:05',''),(9329,1,1,10040,1,1123633816,'2014-08-25 09:25:32',''),(9330,1,1,10041,43,624583762,'2014-08-25 11:41:22',''),(9331,1,1,10042,64,3024881205,'2014-08-25 12:09:34',''),(9332,1,1,10043,1,1123633816,'2014-08-25 12:48:38',''),(9333,1,1,10044,1,1123633816,'2014-08-25 13:43:57',''),(9334,1,1,10045,1,3219939459,'2014-08-25 14:01:22',''),(9335,1,1,10046,1,3219939459,'2014-08-25 14:01:29',''),(9336,1,1,10047,1,3219939459,'2014-08-25 14:01:41',''),(9337,1,1,10048,1,1123632071,'2014-08-25 17:36:20',''),(9338,1,1,10049,48,3024880965,'2014-08-25 17:44:31',''),(9339,1,1,10050,1,3174443712,'2014-08-25 18:35:11','http://3.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(9340,1,1,10051,1,3479603870,'2014-08-25 18:41:45',''),(9341,1,1,10052,3,2637637441,'2014-08-25 19:35:02',''),(9342,1,1,10053,74,624583811,'2014-08-25 20:37:41',''),(9343,1,1,10054,41,624583856,'2014-08-25 23:00:15',''),(9344,1,1,10055,49,1123632084,'2014-08-26 00:27:15',''),(9345,1,1,10056,26,3475901812,'2014-08-26 01:37:55',''),(9346,1,1,10057,1,1542483291,'2014-08-26 04:27:58',''),(9347,1,1,10058,1,1542483303,'2014-08-26 04:27:59',''),(9348,1,1,10059,1,402292399,'2014-08-26 06:39:59','http://www.bing.com/search?q=http%3a%2f%2fptraoutdoorwear.com%2findex.php%3fid_product%3d1%26controller%3dproduct%26id_lang%3d1&go=&qs=HS&filt=custom&first=51&FORM=PORE'),(9349,1,1,10060,1,402292399,'2014-08-26 06:40:02',''),(9350,1,1,10061,1,3253618284,'2014-08-26 08:58:38','https://www.google.co.uk/'),(9351,1,1,10062,1,3271750849,'2014-08-26 09:30:49','http://www.google.co.uk/search?hl=en-GB&source=hp&q=m.s+tyres+&gbv=2&oq=m.s+tyres+&gs_l=heirloom-hp.3...1142.3441.0.3488.10.7.0.0.0.0.0.0..0.0....0...1ac.1.34.heirloom-hp..10.0.0.hho1R1X5FxQ'),(9352,1,1,10063,1,3281674523,'2014-08-26 09:54:56',''),(9353,1,1,10064,1,3281674523,'2014-08-26 09:55:02',''),(9354,1,1,10065,1,3281674523,'2014-08-26 09:55:09',''),(9355,1,1,10066,1,3281674523,'2014-08-26 09:55:12',''),(9356,1,1,10067,1,3281674523,'2014-08-26 09:55:15',''),(9357,1,1,10068,1,3281674523,'2014-08-26 09:55:19',''),(9358,1,1,10069,1,3281674523,'2014-08-26 09:55:24',''),(9359,1,1,10070,1,3281674523,'2014-08-26 09:55:28',''),(9360,1,1,10071,1,3281674523,'2014-08-26 09:55:32',''),(9361,1,1,10072,1,3281674523,'2014-08-26 09:55:35',''),(9362,1,1,10073,1,3281674523,'2014-08-26 09:55:39',''),(9363,1,1,10074,1,3281674523,'2014-08-26 09:55:43',''),(9364,1,1,10075,15,3024881218,'2014-08-26 11:39:40',''),(9365,1,1,10076,1,3123841357,'2014-08-26 13:14:18','http://87.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(9366,1,1,10077,1,657785276,'2014-08-26 14:28:21','http://www.google.com.pk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&cad=rja&uact=8&sqi=2&ved=0CDsQFjAD&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=O5j8U7jvDsix0AX48YCYBQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=lyivmpMsjPRFP0wLRV09hg&bvm=bv.736123'),(9367,1,1,10078,1,534679027,'2014-08-26 14:28:26',''),(9368,1,1,10079,1,534679027,'2014-08-26 14:29:03',''),(9369,1,1,10080,1,2462599905,'2014-08-26 17:30:08','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=11&ved=0CDsQFjAAOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=0cL8U_PHA6O70QXVjoHgDA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(9370,1,1,10081,6,3024881311,'2014-08-26 20:07:23',''),(9371,1,1,10082,6,3630930802,'2014-08-26 20:31:35',''),(9372,1,1,10083,45,3024881210,'2014-08-26 20:37:22',''),(9373,1,1,10084,1,2637637449,'2014-08-27 02:37:22',''),(9374,1,1,10085,1,1542483290,'2014-08-27 04:40:08',''),(9375,1,1,10086,1,1542483265,'2014-08-27 04:40:09',''),(9376,1,1,10087,54,3475901738,'2014-08-27 10:03:36',''),(9377,1,1,10088,63,1123632071,'2014-08-27 13:11:19',''),(9378,1,1,10089,1,1123632084,'2014-08-27 14:20:37',''),(9379,1,1,10090,6,2457378320,'2014-08-27 14:25:26',''),(9380,1,1,10091,1,2462599905,'2014-08-27 15:58:28','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CFIQFjAB&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=1v79U6HFJcbnaPuogagG&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(9381,1,1,10092,1,1377168681,'2014-08-27 16:15:11','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&sqi=2&ved=0CGwQoAIwBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=uwD-U4HDLtDo7AbakYCACQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(9382,1,1,10093,68,1123632071,'2014-08-27 17:09:22',''),(9383,1,1,10095,72,3024881300,'2014-08-27 17:42:00',''),(9384,1,1,10096,1,3024881213,'2014-08-27 19:02:31',''),(9385,1,1,10097,62,3497226059,'2014-08-27 19:03:34',''),(9386,1,1,10098,1,1503218352,'2014-08-27 19:14:15','http://758.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(9387,1,1,10099,1,3162625597,'2014-08-27 20:02:27','https://www.google.ge/'),(9388,1,1,10100,1,1123631683,'2014-08-27 20:36:07',''),(9389,1,1,10101,53,3497226587,'2014-08-27 21:11:55',''),(9390,1,1,10102,1,3497226059,'2014-08-27 23:39:25',''),(9391,1,1,10103,26,3497226059,'2014-08-27 23:57:54',''),(9392,1,1,10104,68,3475901738,'2014-08-28 00:05:21',''),(9393,1,1,10105,68,3475901738,'2014-08-28 00:07:02',''),(9394,1,1,10106,68,3475901738,'2014-08-28 00:08:32',''),(9395,1,1,10107,68,3475901738,'2014-08-28 01:27:44',''),(9396,1,1,10108,1,3141794711,'2014-08-28 01:38:41','http://637.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(9397,1,1,10109,14,3475901812,'2014-08-28 02:11:54',''),(9398,1,1,10110,1,1542483299,'2014-08-28 04:47:12',''),(9399,1,1,10111,1,1542483299,'2014-08-28 04:47:13',''),(9400,1,1,10112,1,3587041525,'2014-08-28 05:05:37','http://www.google.com/url?sa=t&source=web&cd=8&ved=0CEUQ_BcoATAH&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&rct=j&q=ms%20tyres%20blackburn&ei=Ubf-U9SqCsyO7QafpYG4DA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.74035653,d.ZGU'),(9401,1,1,10113,1,3024881068,'2014-08-28 06:43:24',''),(9402,1,1,10114,1,1357235561,'2014-08-28 10:13:27','http://www.google.co.uk/url?url=http://www.mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ei=bP_-U6rlCJPbaoXOgfAH&ved=0CFgQoAIwCA&usg=AFQjCNHaG0CexWWHebDMyuTLPU94kwmQ1Q'),(9403,1,1,10115,1,1489413172,'2014-08-28 10:55:53',''),(9404,1,1,10116,1,1489413172,'2014-08-28 10:55:58',''),(9405,1,1,10117,1,1489413172,'2014-08-28 10:56:02',''),(9406,1,1,10118,1,1489413172,'2014-08-28 10:56:05',''),(9407,1,1,10119,1,1489413172,'2014-08-28 10:56:09',''),(9408,1,1,10120,1,1489413172,'2014-08-28 10:56:12',''),(9409,1,1,10121,1,1489413172,'2014-08-28 10:56:16',''),(9410,1,1,10122,1,1489413172,'2014-08-28 10:56:22',''),(9411,1,1,10123,1,1489413172,'2014-08-28 10:56:26',''),(9412,1,1,10124,1,1489413172,'2014-08-28 10:56:31',''),(9413,1,1,10125,1,1489413172,'2014-08-28 10:56:35',''),(9414,1,1,10126,1,1489413172,'2014-08-28 10:56:39',''),(9415,1,1,10127,26,3475901738,'2014-08-28 13:27:56',''),(9416,1,1,10128,70,1522798802,'2014-08-28 15:21:14','http://www.google.co.uk/url?sa=t&source=web&cd=14&ved=0CFMQFjAN&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D38%26controller%3Dproduct%26id_lang%3D1&rct=j&q=landsail%20ls388%2091w&ei=bkf_U5iAN-f07AbBwICYBA&usg=AFQjCNEHPIWHFMbyec'),(9417,1,1,10129,58,3024881194,'2014-08-28 17:28:31',''),(9418,1,1,10130,1,1523456590,'2014-08-28 19:03:01',''),(9419,1,1,10131,38,3497226059,'2014-08-28 19:38:22',''),(9420,1,1,10132,1,3024881289,'2014-08-28 19:48:49',''),(9421,1,1,10133,1,1523824737,'2014-08-28 20:59:01','https://www.google.co.uk/'),(9422,1,1,10134,57,3497226587,'2014-08-28 21:07:39',''),(9423,1,1,10135,47,3497226587,'2014-08-28 21:07:48',''),(9424,1,1,10136,1,1377538637,'2014-08-28 21:24:45','https://www.google.co.uk/'),(9425,1,1,10137,57,3475901738,'2014-08-29 00:58:51',''),(9426,1,1,10138,63,1123632084,'2014-08-29 01:29:58',''),(9427,1,1,10139,50,3497226587,'2014-08-29 02:07:04',''),(9428,1,1,10140,1,1542483308,'2014-08-29 04:51:34',''),(9429,1,1,10141,1,1542483298,'2014-08-29 04:51:35',''),(9430,1,1,10142,56,1123632071,'2014-08-29 05:11:37',''),(9431,1,1,10143,1,3361904487,'2014-08-29 06:15:37',''),(9432,1,1,10144,59,1123632071,'2014-08-29 06:25:16',''),(9433,1,1,10145,6,2637637449,'2014-08-29 06:38:37',''),(9434,1,1,10146,62,1123632084,'2014-08-29 06:41:49',''),(9435,1,1,10148,15,2637637449,'2014-08-29 06:54:04',''),(9436,1,1,10149,43,2637637456,'2014-08-29 10:10:30',''),(9437,1,1,10150,1,3024881201,'2014-08-29 10:27:26',''),(9438,1,1,9547,1,35526998,'2014-08-29 11:07:12','https://www.google.co.uk/'),(9439,1,1,10151,1,1839916467,'2014-08-29 14:08:22','https://www.google.co.uk/'),(9440,1,1,10152,65,3024880917,'2014-08-29 14:31:42',''),(9441,1,1,10153,1,1123632071,'2014-08-29 14:56:31',''),(9442,1,1,10154,6,3024881180,'2014-08-29 15:26:20',''),(9443,1,1,10155,1,2637637449,'2014-08-29 16:27:19',''),(9444,1,1,10156,1,2733883437,'2014-08-29 17:17:25',''),(9445,1,1,10157,6,2733883437,'2014-08-29 17:17:34',''),(9446,1,1,10158,9,2733883437,'2014-08-29 17:17:44',''),(9447,1,1,10159,56,2733883437,'2014-08-29 17:17:48',''),(9448,1,1,10160,65,2733883437,'2014-08-29 17:17:54',''),(9449,1,1,10161,51,2733883437,'2014-08-29 17:17:59',''),(9450,1,1,10162,55,2733883437,'2014-08-29 17:18:03',''),(9451,1,1,10163,63,2733883437,'2014-08-29 17:18:09',''),(9452,1,1,10164,62,2733883437,'2014-08-29 17:18:14',''),(9453,1,1,10165,69,2733883437,'2014-08-29 17:18:18',''),(9454,1,1,10166,64,2733883437,'2014-08-29 17:18:23',''),(9455,1,1,10167,28,2733883437,'2014-08-29 17:18:28',''),(9456,1,1,10168,50,2733883437,'2014-08-29 17:18:33',''),(9457,1,1,10169,53,2733883437,'2014-08-29 17:18:39',''),(9458,1,1,10170,42,2733883437,'2014-08-29 17:18:43',''),(9459,1,1,10171,57,2733883437,'2014-08-29 17:18:49',''),(9460,1,1,10172,16,2733883437,'2014-08-29 17:18:53',''),(9461,1,1,10173,10,2733883437,'2014-08-29 17:18:58',''),(9462,1,1,10174,49,2733883437,'2014-08-29 17:19:03',''),(9463,1,1,10175,58,2733883437,'2014-08-29 17:19:08',''),(9464,1,1,10176,44,2733883437,'2014-08-29 17:19:13',''),(9465,1,1,10177,27,2733883437,'2014-08-29 17:19:18',''),(9466,1,1,10178,52,2733883437,'2014-08-29 17:19:23',''),(9467,1,1,10179,48,2733883437,'2014-08-29 17:19:28',''),(9468,1,1,10180,45,2733883437,'2014-08-29 17:19:33',''),(9469,1,1,10181,41,2733883437,'2014-08-29 17:19:39',''),(9470,1,1,10182,43,2733883437,'2014-08-29 17:19:43',''),(9471,1,1,10183,38,2733883437,'2014-08-29 17:19:48',''),(9472,1,1,10184,16,2733883437,'2014-08-29 17:19:53',''),(9473,1,1,10185,72,2733883437,'2014-08-29 17:19:58',''),(9474,1,1,10186,70,2733883437,'2014-08-29 17:20:03',''),(9475,1,1,10187,73,2733883437,'2014-08-29 17:20:09',''),(9476,1,1,10188,71,2733883437,'2014-08-29 17:20:14',''),(9477,1,1,10189,16,2733883437,'2014-08-29 17:20:18',''),(9478,1,1,10190,67,2733883437,'2014-08-29 17:20:23',''),(9479,1,1,10191,75,2733883437,'2014-08-29 17:20:28',''),(9480,1,1,10192,74,2733883437,'2014-08-29 17:20:33',''),(9481,1,1,10193,59,2733883437,'2014-08-29 17:20:38',''),(9482,1,1,10194,68,2733883437,'2014-08-29 17:20:44',''),(9483,1,1,10195,43,2733883437,'2014-08-29 17:20:48',''),(9484,1,1,10196,43,2733883437,'2014-08-29 17:20:53',''),(9485,1,1,10197,31,2733883437,'2014-08-29 17:20:58',''),(9486,1,1,10198,47,2733883437,'2014-08-29 17:21:03',''),(9487,1,1,10199,15,2733883437,'2014-08-29 17:21:08',''),(9488,1,1,10200,66,2733883437,'2014-08-29 17:21:14',''),(9489,1,1,10201,54,2733883437,'2014-08-29 17:21:19',''),(9490,1,1,10202,26,2733883437,'2014-08-29 17:21:24',''),(9491,1,1,10203,26,2733883437,'2014-08-29 17:21:28',''),(9492,1,1,10204,26,2733883437,'2014-08-29 17:21:33',''),(9493,1,1,10205,26,2733883437,'2014-08-29 17:21:38',''),(9494,1,1,10206,26,2733883437,'2014-08-29 17:21:43',''),(9495,1,1,10207,26,2733883437,'2014-08-29 17:21:48',''),(9496,1,1,10208,26,2733883437,'2014-08-29 17:21:53',''),(9497,1,1,10209,26,2733883437,'2014-08-29 17:21:58',''),(9498,1,1,10210,26,2733883437,'2014-08-29 17:22:03',''),(9499,1,1,10211,26,2733883437,'2014-08-29 17:22:08',''),(9500,1,1,10212,26,2733883437,'2014-08-29 17:22:13',''),(9501,1,1,10213,26,2733883437,'2014-08-29 17:22:18',''),(9502,1,1,10214,26,2733883437,'2014-08-29 17:22:23',''),(9503,1,1,10215,26,2733883437,'2014-08-29 17:22:28',''),(9504,1,1,10216,26,2733883437,'2014-08-29 17:22:33',''),(9505,1,1,10217,26,2733883437,'2014-08-29 17:22:38',''),(9506,1,1,10218,26,2733883437,'2014-08-29 17:22:43',''),(9507,1,1,10219,26,2733883437,'2014-08-29 17:22:48',''),(9508,1,1,10220,26,2733883437,'2014-08-29 17:22:54',''),(9509,1,1,10221,26,2733883437,'2014-08-29 17:22:58',''),(9510,1,1,10222,26,2733883437,'2014-08-29 17:23:03',''),(9511,1,1,10223,26,2733883437,'2014-08-29 17:23:08',''),(9512,1,1,10224,26,2733883437,'2014-08-29 17:23:13',''),(9513,1,1,10225,26,2733883437,'2014-08-29 17:23:18',''),(9514,1,1,10226,26,2733883437,'2014-08-29 17:23:23',''),(9515,1,1,10227,26,2733883437,'2014-08-29 17:23:28',''),(9516,1,1,10228,26,2733883437,'2014-08-29 17:23:33',''),(9517,1,1,10229,26,2733883437,'2014-08-29 17:23:38',''),(9518,1,1,10230,26,2733883437,'2014-08-29 17:23:44',''),(9519,1,1,10231,26,2733883437,'2014-08-29 17:23:48',''),(9520,1,1,10232,26,2733883437,'2014-08-29 17:23:53',''),(9521,1,1,10233,26,2733883437,'2014-08-29 17:23:58',''),(9522,1,1,10234,26,2733883437,'2014-08-29 17:24:03',''),(9523,1,1,10235,26,2733883437,'2014-08-29 17:24:08',''),(9524,1,1,10236,43,2637637456,'2014-08-29 20:01:19',''),(9525,1,1,10237,1,1123632071,'2014-08-29 20:30:40',''),(9526,1,1,10238,1,3024881040,'2014-08-29 21:09:24',''),(9527,1,1,10239,1,3024881210,'2014-08-29 21:09:27',''),(9528,1,1,10240,1,3024881088,'2014-08-29 21:24:27',''),(9529,1,1,10241,27,3392025181,'2014-08-29 23:58:56',''),(9530,1,1,10242,56,1123632084,'2014-08-30 01:26:36',''),(9531,1,1,10243,1,1123632058,'2014-08-30 01:42:23',''),(9532,1,1,10244,51,3497226587,'2014-08-30 01:51:22',''),(9533,1,1,10245,9,3475901812,'2014-08-30 02:16:00',''),(9534,1,1,10246,68,1123632071,'2014-08-30 03:11:34',''),(9535,1,1,10247,51,1123632084,'2014-08-30 04:21:41',''),(9536,1,1,10248,1,1542483298,'2014-08-30 04:51:18',''),(9537,1,1,10249,1,1542483324,'2014-08-30 04:51:19',''),(9538,1,1,10250,1,2637637449,'2014-08-30 05:11:08',''),(9539,1,1,10251,10,1123632084,'2014-08-30 05:50:53',''),(9540,1,1,10252,69,1123632084,'2014-08-30 07:13:42',''),(9541,1,1,10253,65,1123632084,'2014-08-30 08:01:29',''),(9542,1,1,10254,1,1123632058,'2014-08-30 11:09:28',''),(9543,1,1,10255,56,3475901812,'2014-08-30 11:33:43',''),(9544,1,1,10256,1,1123632084,'2014-08-30 13:35:57',''),(9545,1,1,10257,1,3362020856,'2014-08-30 13:42:47','http://322.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(9546,1,1,10258,26,3475901738,'2014-08-30 14:26:21',''),(9547,1,1,10259,1,3643428595,'2014-08-30 19:28:40',''),(9548,1,1,10260,68,1123632084,'2014-08-30 20:32:46',''),(9549,1,1,10261,16,2637637456,'2014-08-30 20:42:26',''),(9550,1,1,10262,1,1123632071,'2014-08-30 21:52:26',''),(9551,1,1,10263,44,2637637449,'2014-08-30 22:19:52',''),(9552,1,1,10264,41,1359321425,'2014-08-30 22:55:37','http://www.google.co.uk/search?hl=en-GB&redir_esc=&client=ms-android-vf-gb&source=android-search-app&v=133247963&qsubts=1409438836637&q=brake+pipes+blackburn&v=133247963'),(9553,1,1,10265,56,1123632071,'2014-08-30 22:55:45',''),(9554,1,1,10266,52,3024881298,'2014-08-30 23:11:20',''),(9555,1,1,10267,68,1123632071,'2014-08-31 00:03:44',''),(9556,1,1,10268,1,1123632071,'2014-08-31 00:39:16',''),(9557,1,1,10269,68,1123632084,'2014-08-31 02:42:55',''),(9558,1,1,10270,1,1123632084,'2014-08-31 03:57:04',''),(9559,1,1,10271,16,3475901812,'2014-08-31 04:46:59',''),(9560,1,1,10272,1,1542483288,'2014-08-31 04:51:56',''),(9561,1,1,10273,1,1542483286,'2014-08-31 04:52:05',''),(9562,1,1,10274,47,1123632084,'2014-08-31 04:54:12',''),(9563,1,1,10275,68,1123632084,'2014-08-31 07:24:07',''),(9564,1,1,10276,1,1123632071,'2014-08-31 08:06:55',''),(9565,1,1,10277,6,1123632071,'2014-08-31 09:47:59',''),(9566,1,1,10278,1,1523451331,'2014-08-31 15:10:06','https://www.google.co.uk/'),(9567,1,1,10279,26,3497226059,'2014-08-31 19:00:31',''),(9568,1,1,10280,26,3497226587,'2014-08-31 21:08:30',''),(9569,1,1,10281,26,2637637449,'2014-08-31 22:20:58',''),(9570,1,1,10282,68,1123631108,'2014-09-01 00:39:21',''),(9571,1,1,10283,52,3024880919,'2014-09-01 00:43:20',''),(9572,1,1,10284,26,3497226059,'2014-09-01 03:07:09',''),(9573,1,1,10285,1,1123631346,'2014-09-01 03:23:58',''),(9574,1,1,10286,41,1123631111,'2014-09-01 03:26:06',''),(9575,1,1,10287,26,2637637456,'2014-09-01 04:02:24',''),(9576,1,1,10288,1,1542483279,'2014-09-01 04:57:10',''),(9577,1,1,10289,1,1542483290,'2014-09-01 04:57:11',''),(9578,1,1,10290,64,1123631111,'2014-09-01 05:06:08',''),(9579,1,1,10291,41,3497226587,'2014-09-01 05:07:21',''),(9580,1,1,10292,56,1123631108,'2014-09-01 06:57:07',''),(9581,1,1,10293,1,1123631111,'2014-09-01 07:56:08',''),(9582,1,1,10294,38,1123631111,'2014-09-01 08:31:32',''),(9583,1,1,10295,6,2637637449,'2014-09-01 09:04:27',''),(9584,1,1,10296,1,3330817729,'2014-09-01 09:40:43','http://www.bing.com/search?q=http%3a%2f%2fwww.rechtuitnyc.com%2findex.php%3fid_category%3d3%26controller%3dcategory%26id_lang%3d1&go=&qs=HS&filt=custom&first=101&FORM=PORE'),(9585,1,1,10297,1,3330817729,'2014-09-01 09:40:46',''),(9586,1,1,10298,1,1546188836,'2014-09-01 11:27:54','https://www.google.co.uk/'),(9587,1,1,10299,43,2637637456,'2014-09-01 11:49:49',''),(9588,1,1,10300,31,1123631346,'2014-09-01 12:08:42',''),(9589,1,1,10301,1,1123631346,'2014-09-01 12:49:55',''),(9590,1,1,10302,43,916724954,'2014-09-01 12:54:11',''),(9591,1,1,10304,1,2969591912,'2014-09-01 13:33:16','http://658.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(9592,1,1,10305,1,1123638580,'2014-09-01 14:26:58','https://www.google.co.uk/'),(9593,1,1,10306,1,1123631108,'2014-09-01 16:04:40',''),(9594,1,1,10307,26,2637637456,'2014-09-01 17:58:12',''),(9595,1,1,10308,1,1596070488,'2014-09-01 21:24:37',''),(9596,1,1,10309,1,1596070488,'2014-09-01 21:24:39',''),(9597,1,1,10310,1,1596070488,'2014-09-01 21:24:43',''),(9598,1,1,10311,1,1596070488,'2014-09-01 21:24:45',''),(9599,1,1,10312,1,1596070488,'2014-09-01 21:24:48',''),(9600,1,1,10313,1,1596070488,'2014-09-01 21:24:50',''),(9601,1,1,10314,1,1596070488,'2014-09-01 21:24:53',''),(9602,1,1,10315,1,1596070488,'2014-09-01 21:24:58',''),(9603,1,1,10316,1,1596070488,'2014-09-01 21:25:00',''),(9604,1,1,10317,1,1596070488,'2014-09-01 21:25:03',''),(9605,1,1,10318,1,1596070488,'2014-09-01 21:25:05',''),(9606,1,1,10319,1,1596070488,'2014-09-01 21:25:08',''),(9607,1,1,10320,31,3475901738,'2014-09-01 22:23:36',''),(9608,1,1,10321,1,1123631111,'2014-09-01 23:25:13',''),(9609,1,1,10322,16,624583823,'2014-09-01 23:40:29',''),(9610,1,1,10323,18,2637637456,'2014-09-02 02:50:50',''),(9611,1,1,10324,62,624583824,'2014-09-02 03:47:59',''),(9612,1,1,10325,1,1542483318,'2014-09-02 04:57:46',''),(9613,1,1,10326,1,1542483275,'2014-09-02 04:57:47',''),(9614,1,1,10327,1,3024881119,'2014-09-02 05:27:12',''),(9615,1,1,10328,63,3475901738,'2014-09-02 06:28:43',''),(9616,1,1,10329,1,1523350204,'2014-09-02 06:44:15','https://www.google.co.uk/'),(9617,1,1,10298,1,1589999656,'2014-09-02 08:04:55','https://www.google.co.uk/'),(9618,1,1,10330,1,3024880915,'2014-09-02 08:38:09',''),(9619,1,1,10331,6,624583832,'2014-09-02 09:17:39',''),(9620,1,1,10332,62,3024881208,'2014-09-02 09:23:15',''),(9621,1,1,10333,66,2637637449,'2014-09-02 10:02:11',''),(9622,1,1,10334,1,3643107973,'2014-09-02 11:06:32','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0CIEBEKACMAc&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=V6MFVL35AsvPaIz9gagN&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(9623,1,1,10335,1,1264716282,'2014-09-02 11:07:12',''),(9624,1,1,10336,6,3163179123,'2014-09-02 11:08:31',''),(9625,1,1,10337,1,3346232408,'2014-09-02 11:11:45',''),(9626,1,1,10338,1,3346232408,'2014-09-02 11:11:47',''),(9627,1,1,10339,6,3346232408,'2014-09-02 11:11:58',''),(9628,1,1,10340,1,3024881066,'2014-09-02 11:51:32',''),(9629,1,1,10341,1,1377273322,'2014-09-02 13:42:44',''),(9630,1,1,10342,65,3475901738,'2014-09-02 14:35:40',''),(9631,1,1,10343,55,624583844,'2014-09-02 17:35:46',''),(9632,1,1,10344,66,624583758,'2014-09-02 18:08:04',''),(9633,1,1,10345,1,3137974503,'2014-09-02 19:01:00','http://150.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(9634,1,1,10346,1,3024881195,'2014-09-02 20:43:33',''),(9635,1,1,10347,1,1452676026,'2014-09-02 20:50:35','https://www.google.co.uk/'),(9636,1,1,10348,63,624583844,'2014-09-02 21:07:42',''),(9637,1,1,10349,68,3497226059,'2014-09-02 23:14:23',''),(9638,1,1,10350,26,2637637449,'2014-09-03 00:18:23',''),(9639,1,1,10351,26,3497226587,'2014-09-03 01:50:58',''),(9640,1,1,10352,47,2637637456,'2014-09-03 04:51:05',''),(9641,1,1,10353,1,1542483302,'2014-09-03 05:00:15',''),(9642,1,1,10354,1,1542483301,'2014-09-03 05:00:16',''),(9643,1,1,10355,1,3429212419,'2014-09-03 07:56:42',''),(9644,1,1,10356,1,2637637449,'2014-09-03 08:09:37',''),(9645,1,1,10357,73,624583757,'2014-09-03 08:27:47',''),(9646,1,1,10358,26,2637637456,'2014-09-03 10:03:42',''),(9647,1,1,10359,43,1377323769,'2014-09-03 11:00:19','https://www.google.co.uk/'),(9648,1,1,10360,1,1396936498,'2014-09-03 11:25:24','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&sqi=2&ved=0CFYQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=hfYGVNurOa7b7AbdroBA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.74115972,d.ZGU'),(9649,1,1,10361,70,1123631107,'2014-09-03 11:28:37',''),(9650,1,1,10362,1,1292194406,'2014-09-03 11:59:27',''),(9651,1,1,10363,1,1292194406,'2014-09-03 11:59:30',''),(9652,1,1,10364,1,1292194406,'2014-09-03 11:59:33',''),(9653,1,1,10365,1,1292194406,'2014-09-03 11:59:36',''),(9654,1,1,10366,1,1292194406,'2014-09-03 11:59:40',''),(9655,1,1,10367,1,1292194406,'2014-09-03 11:59:43',''),(9656,1,1,10368,1,1292194406,'2014-09-03 11:59:46',''),(9657,1,1,10369,1,1292194406,'2014-09-03 11:59:49',''),(9658,1,1,10370,1,1292194406,'2014-09-03 11:59:51',''),(9659,1,1,10371,1,1292194406,'2014-09-03 11:59:55',''),(9660,1,1,10372,1,1292194406,'2014-09-03 11:59:58',''),(9661,1,1,10373,1,1292194406,'2014-09-03 12:00:02',''),(9662,1,1,10374,49,1123631299,'2014-09-03 12:29:04',''),(9663,1,1,10375,63,3024881285,'2014-09-03 13:44:52',''),(9664,1,1,10376,67,1123634732,'2014-09-03 13:53:44',''),(9665,1,1,10377,74,1123634732,'2014-09-03 14:40:14',''),(9666,1,1,10378,27,1123634746,'2014-09-03 15:55:36',''),(9667,1,1,10379,58,1123634746,'2014-09-03 17:22:06',''),(9668,1,1,10380,72,1123634732,'2014-09-03 18:11:26',''),(9669,1,1,10381,1,47736392,'2014-09-03 18:23:35','https://www.google.co.uk/'),(9670,1,1,10382,31,3497226059,'2014-09-03 19:06:40',''),(9671,1,1,10383,1,47736392,'2014-09-03 19:14:08','https://www.google.co.uk/'),(9672,1,1,10384,73,1123634732,'2014-09-03 19:27:40',''),(9673,1,1,10385,66,1313164075,'2014-09-03 20:03:59','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CEoQFjAG&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_manufacturer%3D12%26controller%3Dmanufacturer%26id_lang%3D1&ei=2XIHVP3VIsPMyAPn_oGgAQ&usg=AFQjCNE-wrplnwrgolz7IFNew1'),(9674,1,1,10386,43,1123634739,'2014-09-03 20:53:15',''),(9675,1,1,10387,48,3497226587,'2014-09-03 21:12:28',''),(9676,1,1,10388,27,1123634746,'2014-09-03 21:29:32',''),(9677,1,1,10389,43,1123634739,'2014-09-03 22:57:54',''),(9678,1,1,10390,1,3190977315,'2014-09-03 23:24:30','http://415.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(9679,1,1,10391,47,624583757,'2014-09-03 23:26:34',''),(9680,1,1,10392,1,1377539001,'2014-09-04 00:36:23','https://www.google.co.uk/'),(9681,1,1,10393,74,1123634746,'2014-09-04 00:47:41',''),(9682,1,1,10394,38,3024881295,'2014-09-04 01:06:55',''),(9683,1,1,10395,1,1123634739,'2014-09-04 01:46:18',''),(9684,1,1,10396,15,624583757,'2014-09-04 04:35:03',''),(9685,1,1,10397,1,1123634746,'2014-09-04 04:41:11',''),(9686,1,1,10398,1,1542483267,'2014-09-04 05:09:34',''),(9687,1,1,10399,1,1542483314,'2014-09-04 05:09:35',''),(9688,1,1,10400,1,1123634732,'2014-09-04 06:17:57',''),(9689,1,1,10401,1,1123634732,'2014-09-04 06:52:48',''),(9690,1,1,10402,26,2637637456,'2014-09-04 08:07:54',''),(9691,1,1,10403,1,1376856513,'2014-09-04 09:16:26','https://www.google.co.uk/'),(9692,1,1,10404,1,1123634739,'2014-09-04 09:46:41',''),(9693,1,1,10405,73,3024881086,'2014-09-04 10:44:55',''),(9694,1,1,10406,54,624583757,'2014-09-04 11:14:54',''),(9695,1,1,10407,1,3024881307,'2014-09-04 11:33:00',''),(9696,1,1,10408,1,3024881066,'2014-09-04 11:33:03',''),(9697,1,1,10409,6,2637637449,'2014-09-04 13:19:43',''),(9698,1,1,10410,1,2971865632,'2014-09-04 13:27:53','http://944.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(9699,1,1,10411,1,1123632611,'2014-09-04 15:20:11',''),(9700,1,1,10413,1,3134993532,'2014-09-04 16:09:43','http://496.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(9701,1,1,10414,48,624583838,'2014-09-04 18:06:42',''),(9702,1,1,10415,26,3497226059,'2014-09-04 19:00:05',''),(9703,1,1,10416,1,1123632611,'2014-09-04 19:13:05',''),(9704,1,1,10417,49,3392028005,'2014-09-04 22:58:06',''),(9705,1,1,10418,1,35466673,'2014-09-04 23:12:33','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=8&ved=0CH8QoAIwBw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=8fsIVLjILYvo7Aacj4HwCw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=zO0FZKREAdFMuCrweTw4Ow'),(9706,1,1,10419,1,1123632387,'2014-09-04 23:34:15',''),(9707,1,1,10420,56,3024881293,'2014-09-05 00:05:49',''),(9708,1,1,10421,1,1123632611,'2014-09-05 01:19:08',''),(9709,1,1,10422,1,624583833,'2014-09-05 03:09:19',''),(9710,1,1,10423,16,624583832,'2014-09-05 03:16:37',''),(9711,1,1,10424,1,1542483326,'2014-09-05 04:35:00',''),(9712,1,1,10425,1,1542483269,'2014-09-05 04:35:01',''),(9713,1,1,10426,1,1123632611,'2014-09-05 04:42:27',''),(9714,1,1,10427,16,3475901812,'2014-09-05 04:44:07',''),(9715,1,1,10428,38,624583823,'2014-09-05 06:32:35',''),(9716,1,1,10429,3,2637637448,'2014-09-05 07:40:18',''),(9717,1,1,10430,1,3582295308,'2014-09-05 11:21:07',''),(9718,1,1,10431,52,624583832,'2014-09-05 11:38:07',''),(9719,1,1,10432,68,2548398106,'2014-09-05 12:35:36','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=13&ved=0CE0QFjACOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&ei=560JVJGxIJbxaKbRgogE&usg=AFQjCNHWZWIYgPzjc0ib6fccUK'),(9720,1,1,10433,1,1489375385,'2014-09-05 14:48:15',''),(9721,1,1,10434,1,1489375385,'2014-09-05 14:48:20',''),(9722,1,1,10435,1,1489375385,'2014-09-05 14:48:25',''),(9723,1,1,10436,1,1489375385,'2014-09-05 14:48:30',''),(9724,1,1,10437,1,1489375385,'2014-09-05 14:48:33',''),(9725,1,1,10438,1,1489375385,'2014-09-05 14:48:38',''),(9726,1,1,10439,1,1489375385,'2014-09-05 14:48:41',''),(9727,1,1,10440,1,1489375385,'2014-09-05 14:48:44',''),(9728,1,1,10441,1,1489375385,'2014-09-05 14:48:48',''),(9729,1,1,10442,1,1489375385,'2014-09-05 14:48:53',''),(9730,1,1,10443,1,1489375385,'2014-09-05 14:48:57',''),(9731,1,1,10444,1,1489375385,'2014-09-05 14:49:02',''),(9732,1,1,10445,50,624583824,'2014-09-05 14:51:48',''),(9733,1,1,10446,43,624583844,'2014-09-05 15:27:45',''),(9734,1,1,10447,1,3024881307,'2014-09-05 15:55:41',''),(9735,1,1,10448,66,1523869490,'2014-09-05 16:05:22',''),(9736,1,1,10449,1,3135496214,'2014-09-05 16:35:45','http://346.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(9737,1,1,10450,26,3497226059,'2014-09-05 18:54:37',''),(9738,1,1,10451,59,624583833,'2014-09-05 19:27:53',''),(9739,1,1,10452,43,2637637456,'2014-09-05 20:04:49',''),(9740,1,1,10453,1,3024881085,'2014-09-06 00:53:20',''),(9741,1,1,10454,27,3497226587,'2014-09-06 01:57:20',''),(9742,1,1,10455,45,624583832,'2014-09-06 05:02:34',''),(9743,1,1,10456,1,1542483295,'2014-09-06 05:30:27',''),(9744,1,1,10457,1,1542483283,'2014-09-06 05:30:28',''),(9745,1,1,10458,41,3024881205,'2014-09-06 07:45:12',''),(9746,1,1,10459,1,35527065,'2014-09-06 07:49:38','https://www.google.co.uk/'),(9747,1,1,10460,65,1123631111,'2014-09-06 09:49:36',''),(9748,1,1,10461,28,3024881365,'2014-09-06 10:08:32',''),(9749,1,1,10462,68,3475901738,'2014-09-06 11:25:43',''),(9750,1,1,10463,1,2637637449,'2014-09-06 16:53:52',''),(9751,1,1,10464,1,1123631111,'2014-09-06 17:07:28',''),(9752,1,1,10465,65,41575265,'2014-09-06 18:26:49','http://www.google.co.uk/url?sa=t&rct=j&q=rapid+tyres+p609&source=web&cd=12&ved=0CCQQFjABOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=vVELVLyFB8mf7AbCm4GIBg&usg=AFQjCNE1Ca_-PPn5dxqsb'),(9753,1,1,10466,3,772032712,'2014-09-06 19:26:30',''),(9754,1,1,10467,26,772032712,'2014-09-06 19:26:49',''),(9755,1,1,10468,26,772032712,'2014-09-06 19:26:56',''),(9756,1,1,10469,26,772032712,'2014-09-06 19:27:03',''),(9757,1,1,10470,26,772032712,'2014-09-06 19:27:15',''),(9758,1,1,10471,26,772032712,'2014-09-06 19:27:21',''),(9759,1,1,10472,59,772032712,'2014-09-06 19:27:24',''),(9760,1,1,10473,73,772032712,'2014-09-06 19:27:38',''),(9761,1,1,10474,71,772032712,'2014-09-06 19:27:44',''),(9762,1,1,10475,72,772032712,'2014-09-06 19:28:08',''),(9763,1,1,10476,70,772032712,'2014-09-06 19:28:21',''),(9764,1,1,10477,1,3017751136,'2014-09-06 20:06:30','http://217.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(9765,1,1,10478,1,1123631107,'2014-09-06 20:59:28',''),(9766,1,1,10479,1,1123631107,'2014-09-07 00:22:36',''),(9767,1,1,10480,70,3024881069,'2014-09-07 01:53:05',''),(9768,1,1,10481,1,3138880966,'2014-09-07 02:30:19','http://youtube-downloader.savetubevideo.com/youtube-downloader.php?u=http://mstyresblackburn.co.uk'),(9769,1,1,10482,1,1123631111,'2014-09-07 03:05:15',''),(9770,1,1,10483,1,1542483268,'2014-09-07 05:39:31',''),(9771,1,1,10484,1,1542483282,'2014-09-07 05:39:32',''),(9772,1,1,10485,1,1452027073,'2014-09-07 10:59:44','https://www.google.co.uk/'),(9773,1,1,10486,1,786803397,'2014-09-07 12:08:50',''),(9774,1,1,10487,1,2420924392,'2014-09-07 15:42:26',''),(9775,1,1,10488,1,2420924392,'2014-09-07 15:42:30',''),(9776,1,1,10489,1,2420924392,'2014-09-07 15:42:34',''),(9777,1,1,10490,1,2420924392,'2014-09-07 15:42:37',''),(9778,1,1,10491,1,2420924392,'2014-09-07 15:42:42',''),(9779,1,1,10492,1,2420924392,'2014-09-07 15:42:48',''),(9780,1,1,10493,1,2420924392,'2014-09-07 15:42:57',''),(9781,1,1,10494,1,2420924392,'2014-09-07 15:43:02',''),(9782,1,1,10495,1,2420924392,'2014-09-07 15:43:09',''),(9783,1,1,10496,1,2420924392,'2014-09-07 15:43:15',''),(9784,1,1,10497,1,2420924392,'2014-09-07 15:43:20',''),(9785,1,1,10498,1,2420924392,'2014-09-07 15:43:27',''),(9786,1,1,10499,1,1544630999,'2014-09-07 16:01:15','http://www.google.co.uk/'),(9787,1,1,10500,1,1041806726,'2014-09-07 16:01:47',''),(9788,1,1,10501,63,3475901738,'2014-09-07 16:23:32',''),(9789,1,1,10502,6,2637637449,'2014-09-07 19:06:15',''),(9790,1,1,10503,68,1055172509,'2014-09-07 21:24:08','https://www.google.com.cy/'),(9791,1,1,10504,1,1123631111,'2014-09-07 23:55:17',''),(9792,1,1,10505,46,1123631111,'2014-09-08 00:49:03',''),(9793,1,1,10506,43,3024881297,'2014-09-08 02:44:56',''),(9794,1,1,10507,1,1123631299,'2014-09-08 03:59:25',''),(9795,1,1,10508,59,3024881046,'2014-09-08 04:25:32',''),(9796,1,1,10509,1,1542483303,'2014-09-08 05:30:28',''),(9797,1,1,10510,1,1542483299,'2014-09-08 05:30:29',''),(9798,1,1,10511,1,1123631107,'2014-09-08 05:56:23',''),(9799,1,1,10512,1,1123631107,'2014-09-08 08:35:37',''),(9800,1,1,9547,1,35527462,'2014-09-08 09:48:43','https://www.google.co.uk/'),(9801,1,1,10513,1,1123631299,'2014-09-08 12:03:42',''),(9802,1,1,10514,15,1123631475,'2014-09-08 15:18:18',''),(9803,1,1,10515,1,3024881172,'2014-09-08 15:27:48',''),(9804,1,1,10516,1,3479603715,'2014-09-08 18:25:10',''),(9805,1,1,10517,1,3479603715,'2014-09-08 18:41:47',''),(9806,1,1,10518,1,1439853237,'2014-09-08 18:58:42','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=24&ved=0CGMQFjADOBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=6_sNVLeGOezo7AbAvICIDA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=Bddd6pPyblrzsBs6pjDpiw'),(9807,1,1,10519,1,35548277,'2014-09-08 19:02:01','https://www.google.co.uk/'),(9808,1,1,10520,1,35527082,'2014-09-08 22:46:20','https://www.google.co.uk/'),(9809,1,1,10521,1,1123631299,'2014-09-08 22:59:32',''),(9810,1,1,10522,43,2637637456,'2014-09-08 23:01:08',''),(9811,1,1,10523,15,3497226059,'2014-09-08 23:18:35',''),(9812,1,1,10524,41,1840933649,'2014-09-09 02:19:37',''),(9813,1,1,10525,68,2420935138,'2014-09-09 05:26:26',''),(9814,1,1,10526,67,2420935138,'2014-09-09 05:26:33',''),(9815,1,1,10527,49,1123631107,'2014-09-09 05:34:13',''),(9816,1,1,10528,75,624583767,'2014-09-09 05:40:34',''),(9817,1,1,10529,1,3024881213,'2014-09-09 05:51:14',''),(9818,1,1,10530,1,1542483303,'2014-09-09 05:57:27',''),(9819,1,1,10531,1,1542483287,'2014-09-09 05:57:28',''),(9820,1,1,10532,66,3024881040,'2014-09-09 07:56:04',''),(9821,1,1,10533,43,2637637456,'2014-09-09 10:48:30',''),(9822,1,1,10534,1,1123631111,'2014-09-09 11:51:58',''),(9823,1,1,10535,1,3156059287,'2014-09-09 13:08:10','http://www.bing.com/search?q=m+and+s+tyres+blackburn&a=results&MID=2500'),(9824,1,1,9547,1,35527462,'2014-09-09 13:24:44','https://www.google.co.uk/'),(9825,1,1,10535,1,3156059287,'2014-09-09 14:22:27',''),(9826,1,1,10536,1,1577379490,'2014-09-09 16:37:16','https://www.google.co.uk/'),(9827,1,1,10537,1,1577379490,'2014-09-09 16:42:55','https://www.google.co.uk/'),(9828,1,1,10538,9,2637637611,'2014-09-09 17:17:44',''),(9829,1,1,10539,56,624583860,'2014-09-09 18:04:57',''),(9830,1,1,10540,70,624583856,'2014-09-09 20:54:42',''),(9831,1,1,10541,1,1168277717,'2014-09-09 21:03:57',''),(9832,1,1,10542,1,1531048261,'2014-09-09 21:12:50',''),(9833,1,1,10543,1,1531048261,'2014-09-09 21:12:52',''),(9834,1,1,10544,1,1531048261,'2014-09-09 21:12:55',''),(9835,1,1,10545,1,1531048261,'2014-09-09 21:12:57',''),(9836,1,1,10546,1,1531048261,'2014-09-09 21:12:59',''),(9837,1,1,10547,1,1531048261,'2014-09-09 21:13:02',''),(9838,1,1,10548,1,1531048261,'2014-09-09 21:13:04',''),(9839,1,1,10549,1,1531048261,'2014-09-09 21:13:06',''),(9840,1,1,10550,1,1531048261,'2014-09-09 21:13:09',''),(9841,1,1,10551,1,1531048261,'2014-09-09 21:13:11',''),(9842,1,1,10552,1,1531048261,'2014-09-09 21:13:14',''),(9843,1,1,10553,1,1531048261,'2014-09-09 21:13:16',''),(9844,1,1,10554,56,2023144889,'2014-09-09 22:38:51','http://www.google.com.au/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CDQQFjAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=OYEPVK76HonJuASb3IKoDQ&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxTZM6'),(9845,1,1,10555,1,3024881365,'2014-09-09 22:57:00',''),(9846,1,1,10556,57,624583767,'2014-09-09 23:07:39',''),(9847,1,1,10557,6,2637637449,'2014-09-09 23:12:55',''),(9848,1,1,10558,56,2637637611,'2014-09-09 23:50:54',''),(9849,1,1,10559,1,2637637449,'2014-09-09 23:56:58',''),(9850,1,1,10560,1,1247489553,'2014-09-10 03:06:10',''),(9851,1,1,10561,1,401592602,'2014-09-10 03:06:11',''),(9852,1,1,10562,56,2916114739,'2014-09-10 03:06:11',''),(9853,1,1,10563,62,3339930380,'2014-09-10 03:06:12',''),(9854,1,1,10564,1,3339930440,'2014-09-10 03:06:12',''),(9855,1,1,10565,1,1137342010,'2014-09-10 03:06:14',''),(9856,1,1,10566,50,1816018810,'2014-09-10 03:06:14',''),(9857,1,1,10567,69,1168277611,'2014-09-10 03:06:14',''),(9858,1,1,10569,65,3497332681,'2014-09-10 03:06:15',''),(9859,1,1,10570,43,2732530753,'2014-09-10 03:06:15',''),(9860,1,1,10568,1,1208526244,'2014-09-10 03:06:15',''),(9861,1,1,10571,3,2731924527,'2014-09-10 03:06:15',''),(9862,1,1,10572,18,3234329569,'2014-09-10 03:06:15',''),(9863,1,1,10574,55,1145334355,'2014-09-10 03:06:17',''),(9864,1,1,10573,1,1170542146,'2014-09-10 03:06:17',''),(9865,1,1,10575,1,3427455555,'2014-09-10 03:06:17',''),(9866,1,1,10576,53,2916114512,'2014-09-10 03:06:18',''),(9867,1,1,10577,41,1071611554,'2014-09-10 03:06:18',''),(9868,1,1,10578,51,2921651614,'2014-09-10 03:06:19',''),(9869,1,1,10579,38,3339931038,'2014-09-10 03:06:20',''),(9870,1,1,10580,64,1168280708,'2014-09-10 03:06:20',''),(9871,1,1,10581,48,1208522520,'2014-09-10 03:06:21',''),(9872,1,1,10582,28,3339930887,'2014-09-10 03:06:21',''),(9873,1,1,10583,6,387184960,'2014-09-10 03:06:22',''),(9874,1,1,10584,45,1145539523,'2014-09-10 03:06:22',''),(9875,1,1,10586,63,1168278175,'2014-09-10 03:06:23',''),(9876,1,1,10585,1,1170542529,'2014-09-10 03:06:23',''),(9877,1,1,10588,1,3234329033,'2014-09-10 03:06:24',''),(9878,1,1,10589,9,1209174204,'2014-09-10 03:06:24',''),(9879,1,1,10587,57,3339930632,'2014-09-10 03:06:24',''),(9880,1,1,10590,1,1247487436,'2014-09-10 03:06:24',''),(9881,1,1,10591,1,1208532919,'2014-09-10 03:06:25',''),(9882,1,1,10592,52,3351267746,'2014-09-10 03:06:25',''),(9883,1,1,10593,56,1376621902,'2014-09-10 03:19:00','https://www.google.co.uk/'),(9884,1,1,10594,1,1123631239,'2014-09-10 08:07:27',''),(9885,1,1,10595,1,1123631299,'2014-09-10 11:10:25',''),(9886,1,1,10596,26,1311661591,'2014-09-10 16:33:44',''),(9887,1,1,10597,26,1311661591,'2014-09-10 16:33:47',''),(9888,1,1,10598,26,1311661591,'2014-09-10 16:33:52',''),(9889,1,1,10599,26,1311661591,'2014-09-10 16:33:58',''),(9890,1,1,10600,26,3497226587,'2014-09-10 17:04:46',''),(9891,1,1,10601,1,3589854123,'2014-09-10 17:22:11',''),(9892,1,1,10602,1,3589854123,'2014-09-10 17:22:12',''),(9893,1,1,10603,1,1123632003,'2014-09-10 18:15:42',''),(9894,1,1,10604,26,1247488288,'2014-09-10 19:55:14',''),(9895,1,1,10605,29,3234329294,'2014-09-10 19:55:15',''),(9896,1,1,10606,10,1137342104,'2014-09-10 19:55:16',''),(9897,1,1,10607,43,1168280581,'2014-09-10 19:55:16',''),(9898,1,1,10608,44,1137342060,'2014-09-10 19:55:16',''),(9899,1,1,10609,26,1156192102,'2014-09-10 19:55:17',''),(9900,1,1,10610,43,1208520360,'2014-09-10 19:55:19',''),(9901,1,1,10611,16,1208522514,'2014-09-10 19:55:19',''),(9902,1,1,10612,42,1208520385,'2014-09-10 19:55:21',''),(9903,1,1,10613,1,1376856271,'2014-09-10 19:58:53','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&cad=rja&uact=8&ved=0CDwQFjAF&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=Iq0QVMedJNLG7AbjzYGIAQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.74649129,d.ZWU'),(9904,1,1,10614,1,1968049426,'2014-09-10 20:26:08',''),(9905,1,1,10615,3,1137341960,'2014-09-10 20:33:57',''),(9906,1,1,10616,26,1247487659,'2014-09-10 20:33:58',''),(9907,1,1,10617,26,1247488134,'2014-09-10 20:33:58',''),(9908,1,1,10618,26,3234329038,'2014-09-10 20:33:58',''),(9909,1,1,10619,26,1208523541,'2014-09-10 20:33:59',''),(9910,1,1,10620,26,1208520243,'2014-09-10 20:33:59',''),(9911,1,1,10621,59,1156191865,'2014-09-10 20:34:00',''),(9912,1,1,10622,26,1168277635,'2014-09-10 20:34:00',''),(9913,1,1,10623,68,1816037387,'2014-09-10 20:34:01',''),(9914,1,1,10624,27,3497332273,'2014-09-10 20:34:02',''),(9915,1,1,10625,16,1145544352,'2014-09-10 20:34:02',''),(9916,1,1,10626,16,1145335459,'2014-09-10 20:34:03',''),(9917,1,1,10627,26,1168278118,'2014-09-10 20:34:03',''),(9918,1,1,10628,26,3234331754,'2014-09-10 20:34:03',''),(9919,1,1,10629,71,1168280942,'2014-09-10 20:34:03',''),(9920,1,1,10630,73,3351267538,'2014-09-10 20:34:05',''),(9921,1,1,10631,26,1137342433,'2014-09-10 20:42:47',''),(9922,1,1,10632,70,1208520243,'2014-09-10 20:42:50',''),(9923,1,1,10633,72,2921651597,'2014-09-10 20:42:50',''),(9924,1,1,10634,1,1365305605,'2014-09-10 21:15:27','http://maps.google.co.uk/local_url?dq=4+Whitebirk+Bleach+Works+Whitebirk+Road,+BB1+3JA&q=http://www.mstyresblackburn.co.uk/&oi=miw&sa=X&ct=miw_link&cd=1&cad=homepage,cid:14846987743364526223&ei=F78QVJyWIsHH8APWnIHACw&s=ANYYN7kK2x7KFY_wdGZRn0V74DLmfT19Zw'),(9925,1,1,10635,45,3497226587,'2014-09-10 21:38:46',''),(9926,1,1,10536,1,1577379490,'2014-09-10 21:58:38',''),(9927,1,1,10636,1,3024881196,'2014-09-11 00:57:31',''),(9928,1,1,10637,1,1123631111,'2014-09-11 03:20:50',''),(9929,1,1,10638,43,624583853,'2014-09-11 03:41:45',''),(9930,1,1,10639,1,1705869290,'2014-09-11 05:20:34',''),(9931,1,1,10640,1,1705869290,'2014-09-11 05:20:35',''),(9932,1,1,10641,66,1123631107,'2014-09-11 06:14:50',''),(9933,1,1,10642,53,1123631111,'2014-09-11 07:43:44',''),(9934,1,1,10643,28,624583824,'2014-09-11 08:01:26',''),(9935,1,1,10644,1,1368723953,'2014-09-11 08:17:09','https://www.google.co.uk/'),(9936,1,1,10645,10,1123631107,'2014-09-11 08:40:49',''),(9937,1,1,10646,69,1123631299,'2014-09-11 09:08:50',''),(9938,1,1,10647,1,1542483279,'2014-09-11 09:27:25',''),(9939,1,1,10648,1,1542483323,'2014-09-11 09:27:26',''),(9940,1,1,10644,1,1368723953,'2014-09-11 09:42:30','https://www.google.co.uk/'),(9941,1,1,10649,1,3009977509,'2014-09-11 11:31:33',''),(9942,1,1,10650,1,3009977509,'2014-09-11 11:32:13',''),(9943,1,1,10651,1,1123631111,'2014-09-11 12:04:07',''),(9944,1,1,10652,26,1123631299,'2014-09-11 12:06:53',''),(9945,1,1,10654,26,1123631107,'2014-09-11 12:11:32',''),(9946,1,1,10658,1,1545013823,'2014-09-11 12:33:16','https://www.google.co.uk/'),(9947,1,1,10659,1,1041806726,'2014-09-11 12:33:46',''),(9948,1,1,10660,1,1545013823,'2014-09-11 12:34:03','https://www.google.co.uk/'),(9949,1,1,10661,71,624583761,'2014-09-11 12:53:18',''),(9950,1,1,10662,53,1123631107,'2014-09-11 12:56:01',''),(9951,1,1,10663,1,1123631111,'2014-09-11 13:58:17',''),(9952,1,1,10664,10,1123631299,'2014-09-11 14:31:28',''),(9953,1,1,10665,1,3024880919,'2014-09-11 15:48:27',''),(9954,1,1,10666,1,1123631111,'2014-09-11 16:20:25',''),(9955,1,1,10667,1,3587046304,'2014-09-11 16:28:26',''),(9956,1,1,10668,1,1119629494,'2014-09-11 16:34:43',''),(9957,1,1,10669,1,1119629494,'2014-09-11 16:34:46',''),(9958,1,1,10670,1,1119629494,'2014-09-11 16:34:49',''),(9959,1,1,10671,1,1119629494,'2014-09-11 16:34:52',''),(9960,1,1,10672,1,1119629494,'2014-09-11 16:34:55',''),(9961,1,1,10673,1,1119629494,'2014-09-11 16:34:59',''),(9962,1,1,10674,1,1119629494,'2014-09-11 16:35:01',''),(9963,1,1,10675,1,1119629494,'2014-09-11 16:35:04',''),(9964,1,1,10676,1,1119629494,'2014-09-11 16:35:07',''),(9965,1,1,10677,1,1119629494,'2014-09-11 16:35:10',''),(9966,1,1,10678,1,1119629494,'2014-09-11 16:35:13',''),(9967,1,1,10679,1,1119629494,'2014-09-11 16:35:16',''),(9968,1,1,10680,1,2637637611,'2014-09-11 17:05:27',''),(9969,1,1,10681,1,1123631107,'2014-09-11 17:12:17',''),(9970,1,1,10682,57,1123631299,'2014-09-11 17:22:39',''),(9971,1,1,10683,28,1123631107,'2014-09-11 18:30:47',''),(9972,1,1,10684,1,1123631299,'2014-09-11 18:47:24',''),(9973,1,1,10685,15,1838514459,'2014-09-11 19:02:06',''),(9974,1,1,10686,56,1123631107,'2014-09-11 19:14:21',''),(9975,1,1,10687,1,786803397,'2014-09-11 20:10:50',''),(9976,1,1,10688,43,1123631299,'2014-09-11 20:46:41',''),(9977,1,1,10689,68,1123631107,'2014-09-11 20:52:55',''),(9978,1,1,10690,9,1123631107,'2014-09-11 22:09:41',''),(9979,1,1,10692,1,1123631111,'2014-09-11 22:25:32',''),(9980,1,1,10695,50,1123631299,'2014-09-11 22:50:36',''),(9981,1,1,10696,63,1123631299,'2014-09-11 23:43:12',''),(9982,1,1,10697,1,1123631107,'2014-09-12 00:59:09',''),(9983,1,1,10698,1,3407713297,'2014-09-12 00:59:36','https://www.google.com.au/'),(9984,1,1,10700,1,1123631111,'2014-09-12 03:14:00',''),(9985,1,1,10701,1,1123631107,'2014-09-12 03:16:38',''),(9986,1,1,10703,1,1123631299,'2014-09-12 03:18:52',''),(9987,1,1,10705,44,624583914,'2014-09-12 03:43:07',''),(9988,1,1,10706,10,3024881040,'2014-09-12 04:24:23',''),(9989,1,1,10707,43,2637637456,'2014-09-12 05:05:21',''),(9990,1,1,10708,15,1123631111,'2014-09-12 05:14:07',''),(9991,1,1,10711,31,1123631111,'2014-09-12 06:39:05',''),(9992,1,1,10712,1,1123631107,'2014-09-12 06:50:40',''),(9993,1,1,10713,58,624583765,'2014-09-12 08:06:08',''),(9994,1,1,10714,1,1590000049,'2014-09-12 09:17:22','https://www.google.co.uk/'),(9995,1,1,10698,1,3407713297,'2014-09-12 09:47:43','https://www.google.com.au/'),(9996,1,1,10715,26,3497226059,'2014-09-12 10:58:52',''),(9997,1,1,10716,58,3497226059,'2014-09-12 10:58:57',''),(9998,1,1,10717,1,1375856272,'2014-09-12 11:19:21','https://www.google.co.uk/'),(9999,1,1,10718,75,84499943,'2014-09-12 11:40:37',''),(10000,1,1,10719,74,84499943,'2014-09-12 11:40:42',''),(10001,1,1,10720,1,1123631299,'2014-09-12 16:08:16',''),(10002,1,1,10721,1,3024880921,'2014-09-12 16:14:17',''),(10003,1,1,10722,1,1345144909,'2014-09-12 17:04:36','https://www.google.co.uk/'),(10004,1,1,10723,62,1123631111,'2014-09-12 17:17:16',''),(10005,1,1,10724,54,1123631111,'2014-09-12 17:57:00',''),(10006,1,1,10725,14,1123631107,'2014-09-12 18:45:12',''),(10007,1,1,10726,18,2637637456,'2014-09-12 18:48:11',''),(10008,1,1,10727,1,3206611411,'2014-09-12 19:06:03','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(10009,1,1,10728,55,1123631111,'2014-09-12 19:59:45',''),(10010,1,1,10729,1,2637637611,'2014-09-12 20:44:06',''),(10011,1,1,10730,52,1123631111,'2014-09-12 21:12:35',''),(10012,1,1,10731,1,1123631111,'2014-09-12 23:04:59',''),(10013,1,1,10732,51,1123631107,'2014-09-13 01:25:20',''),(10014,1,1,10733,6,2637637426,'2014-09-13 01:34:55',''),(10015,1,1,10734,27,624583834,'2014-09-13 01:43:14',''),(10016,1,1,10735,68,1123631111,'2014-09-13 02:51:11',''),(10017,1,1,10736,1,2637637449,'2014-09-13 02:55:49',''),(10018,1,1,10737,1,1311648037,'2014-09-13 03:25:49',''),(10019,1,1,10738,1,1123631111,'2014-09-13 04:57:34',''),(10020,1,1,10739,10,3024880917,'2014-09-13 05:11:23',''),(10021,1,1,10740,65,2637637426,'2014-09-13 05:50:56',''),(10022,1,1,10741,1,1123631111,'2014-09-13 06:52:29',''),(10023,1,1,10742,51,624583767,'2014-09-13 08:40:21',''),(10024,1,1,10743,66,3497226587,'2014-09-13 09:10:29',''),(10025,1,1,10744,1,1375855888,'2014-09-13 09:15:27','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=15&ved=0CKIBEBYwDg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=ZgYUVPH-KIL3asHBgpgM&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.75097201,d.d2s'),(10026,1,1,10745,26,1123631107,'2014-09-13 09:29:53',''),(10027,1,1,10748,53,624583855,'2014-09-13 10:34:05',''),(10028,1,1,10749,51,1342533238,'2014-09-13 10:49:59','https://www.google.co.uk/'),(10029,1,1,10744,1,1375855888,'2014-09-13 11:05:23',''),(10030,1,1,10750,1,3372222894,'2014-09-13 11:27:44','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(10031,1,1,10751,1,1123631111,'2014-09-13 13:44:01',''),(10032,1,1,10752,1,1123631111,'2014-09-13 14:41:08',''),(10033,1,1,10753,1,1123631107,'2014-09-13 14:57:32',''),(10034,1,1,10754,1,3173049685,'2014-09-13 15:17:07','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(10035,1,1,10755,71,3024881200,'2014-09-13 15:31:42',''),(10036,1,1,10756,1,35547440,'2014-09-13 17:05:25','http://www.google.co.uk/'),(10037,1,1,10757,1,35644704,'2014-09-13 17:09:23','https://www.google.co.uk/'),(10038,1,1,10758,6,1123631111,'2014-09-13 17:29:24',''),(10039,1,1,10760,1,1123631107,'2014-09-13 17:30:51',''),(10040,1,1,10756,1,35547440,'2014-09-13 17:43:38','http://www.google.co.uk/'),(10041,1,1,10761,1,1489375385,'2014-09-13 17:52:11',''),(10042,1,1,10762,1,1489375385,'2014-09-13 17:52:14',''),(10043,1,1,10763,1,1489375385,'2014-09-13 17:52:17',''),(10044,1,1,10764,1,1489375385,'2014-09-13 17:52:22',''),(10045,1,1,10765,1,1489375385,'2014-09-13 17:52:37',''),(10046,1,1,10766,1,1489375385,'2014-09-13 17:52:44',''),(10047,1,1,10767,1,1489375385,'2014-09-13 17:52:47',''),(10048,1,1,10768,1,1489375385,'2014-09-13 17:52:52',''),(10049,1,1,10769,1,1489375385,'2014-09-13 17:52:56',''),(10050,1,1,10770,1,1489375385,'2014-09-13 17:53:00',''),(10051,1,1,10771,1,1489375385,'2014-09-13 17:53:04',''),(10052,1,1,10772,1,1489375385,'2014-09-13 17:53:07',''),(10053,1,1,10773,54,1123631111,'2014-09-13 19:05:49',''),(10054,1,1,10775,1,3039952992,'2014-09-13 19:55:10','http://musica.descargar-musica-gratis.net/descargar-musica-gratis.php?u=http://mstyresblackburn.co.uk'),(10055,1,1,10776,1,1123631111,'2014-09-13 19:59:30',''),(10056,1,1,10777,1,1833340073,'2014-09-13 21:22:58',''),(10057,1,1,10778,1,1123631299,'2014-09-13 22:40:45',''),(10058,1,1,10779,1,1311648037,'2014-09-13 22:57:04',''),(10059,1,1,10780,74,3024881365,'2014-09-13 23:04:05',''),(10060,1,1,10781,1,3192938243,'2014-09-14 04:10:53','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(10061,1,1,10782,1,1377522788,'2014-09-14 07:27:50','http://www.google.co.uk/url?sa=t&source=web&cd=6&ved=0CEgQ_BcwBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&rct=j&q=tyres%20blackburn&ei=HEMVVPbBIMXWauCegogL&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.75097201,d.d2s'),(10062,1,1,10783,30,1123631111,'2014-09-14 08:36:23',''),(10063,1,1,10784,1,1542483289,'2014-09-14 08:45:57',''),(10064,1,1,10785,1,1542483277,'2014-09-14 08:45:58',''),(10065,1,1,10786,43,3024881290,'2014-09-14 09:18:40',''),(10066,1,1,10787,31,624583759,'2014-09-14 11:46:27',''),(10067,1,1,10788,1,1485916945,'2014-09-14 14:53:11','https://www.google.co.uk/'),(10068,1,1,10789,1,1041806727,'2014-09-14 14:53:41',''),(10069,1,1,10790,1,1041806727,'2014-09-14 14:53:42',''),(10070,1,1,10791,1,3479603870,'2014-09-14 19:30:38',''),(10071,1,1,10792,1,3171707674,'2014-09-14 19:54:21','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(10072,1,1,10793,53,3024881382,'2014-09-14 22:33:19',''),(10073,1,1,10794,1,1123631107,'2014-09-14 23:56:41',''),(10074,1,1,10795,1,1365205527,'2014-09-15 00:32:23',''),(10075,1,1,10796,1,1123631299,'2014-09-15 00:56:38',''),(10076,1,1,10797,1,1123631299,'2014-09-15 01:52:01',''),(10077,1,1,10798,1,3024880963,'2014-09-15 01:57:34',''),(10078,1,1,10799,1,1901803162,'2014-09-15 02:08:00',''),(10079,1,1,10800,1,1123631299,'2014-09-15 02:49:01',''),(10080,1,1,10801,1,1123631111,'2014-09-15 02:49:06',''),(10081,1,1,10802,1,1123631111,'2014-09-15 06:15:26',''),(10082,1,1,10803,1,3024881300,'2014-09-15 06:15:43',''),(10083,1,1,10804,74,3392025680,'2014-09-15 06:59:49',''),(10084,1,1,10805,1,41933377,'2014-09-15 07:48:40','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&sqi=2&ved=0CHEQoAIwCA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=T5kWVLz7K6qr7Abt2oGwAw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(10085,1,1,10799,1,1901803162,'2014-09-15 07:51:23',''),(10086,1,1,10806,15,2637637629,'2014-09-15 08:46:42',''),(10087,1,1,10807,1,3024880961,'2014-09-15 08:49:03',''),(10088,1,1,10808,63,1123631299,'2014-09-15 08:52:48',''),(10089,1,1,10809,1,3024881210,'2014-09-15 09:41:37',''),(10090,1,1,10810,1,3024881308,'2014-09-15 09:41:39',''),(10091,1,1,10811,56,1123631107,'2014-09-15 10:24:45',''),(10092,1,1,10812,54,3497226059,'2014-09-15 10:37:02',''),(10093,1,1,10813,1,1123631111,'2014-09-15 10:54:47',''),(10094,1,1,10814,43,2637637601,'2014-09-15 10:57:02',''),(10095,1,1,10815,9,1346836605,'2014-09-15 12:28:38','http://www.bing.com/search?q=manufacturer+of+landsail+tyres+&qs=n&form=QBRE&pq=manufacturer+of+landsail+tyres+&sc=0-31&sp=-1&sk=&cvid=2b78100aef964291afb5d11c161c0273'),(10096,1,1,10816,9,1123631111,'2014-09-15 13:46:13',''),(10097,1,1,10817,14,1123631299,'2014-09-15 13:55:46',''),(10098,1,1,10818,31,1123631107,'2014-09-15 14:00:27',''),(10099,1,1,10820,1,1123631299,'2014-09-15 14:39:38',''),(10100,1,1,10821,1,3105214586,'2014-09-15 15:26:18','https://www.google.co.uk/'),(10101,1,1,10822,1,1123631107,'2014-09-15 15:42:13',''),(10102,1,1,10823,1,1815808080,'2014-09-15 15:56:01',''),(10103,1,1,10824,1,1815808080,'2014-09-15 15:56:03',''),(10104,1,1,10825,1,1815808080,'2014-09-15 15:56:06',''),(10105,1,1,10826,1,1815808080,'2014-09-15 15:56:09',''),(10106,1,1,10827,1,1815808080,'2014-09-15 15:56:11',''),(10107,1,1,10828,1,1815808080,'2014-09-15 15:56:14',''),(10108,1,1,10829,1,1815808080,'2014-09-15 15:56:17',''),(10109,1,1,10830,1,1815808080,'2014-09-15 15:56:20',''),(10110,1,1,10831,1,1815808080,'2014-09-15 15:56:23',''),(10111,1,1,10832,1,1815808080,'2014-09-15 15:56:25',''),(10112,1,1,10833,1,1815808080,'2014-09-15 15:56:28',''),(10113,1,1,10834,1,1815808080,'2014-09-15 15:56:31',''),(10114,1,1,10835,55,3024881307,'2014-09-15 17:13:50',''),(10115,1,1,10836,1,3373074298,'2014-09-15 17:27:30','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(10116,1,1,10837,1,1542483307,'2014-09-15 17:55:17',''),(10117,1,1,10838,1,1542483307,'2014-09-15 17:55:18',''),(10118,1,1,10839,26,2499488265,'2014-09-15 17:58:17',''),(10119,1,1,10840,26,2499488265,'2014-09-15 17:58:55',''),(10120,1,1,10841,26,2499488265,'2014-09-15 17:59:32',''),(10121,1,1,10842,26,2499488265,'2014-09-15 17:59:39',''),(10122,1,1,10843,26,2499488265,'2014-09-15 18:01:57',''),(10123,1,1,10844,1,1208523582,'2014-09-15 19:23:38',''),(10124,1,1,10845,1,1123631995,'2014-09-15 19:24:38',''),(10125,1,1,10846,1,1209174182,'2014-09-15 19:26:42',''),(10126,1,1,10847,57,401588637,'2014-09-15 19:26:43',''),(10127,1,1,10848,45,1208522723,'2014-09-15 19:26:44',''),(10128,1,1,10849,28,3234331848,'2014-09-15 19:26:44',''),(10129,1,1,10850,1,1170542404,'2014-09-15 19:26:45',''),(10130,1,1,10851,62,2732531278,'2014-09-15 19:26:45',''),(10131,1,1,10852,65,1208526276,'2014-09-15 19:26:46',''),(10132,1,1,10853,56,3234330416,'2014-09-15 19:26:46',''),(10133,1,1,10854,55,1137342112,'2014-09-15 19:26:47',''),(10134,1,1,10855,18,1168284855,'2014-09-15 19:26:48',''),(10135,1,1,10856,6,3353997039,'2014-09-15 19:26:48',''),(10136,1,1,10857,1,1208719645,'2014-09-15 19:26:50',''),(10137,1,1,10858,69,3234329319,'2014-09-15 19:26:50',''),(10138,1,1,10859,1,1111470084,'2014-09-15 19:26:51',''),(10139,1,1,10860,43,2916098862,'2014-09-15 19:26:51',''),(10140,1,1,10861,63,1168281479,'2014-09-15 19:26:52',''),(10141,1,1,10862,64,3497332425,'2014-09-15 19:26:52',''),(10142,1,1,10863,41,2731924720,'2014-09-15 19:26:53',''),(10143,1,1,10864,1,2916107688,'2014-09-15 19:26:53',''),(10144,1,1,10865,50,1247486817,'2014-09-15 19:26:55',''),(10145,1,1,10866,48,1168277591,'2014-09-15 19:26:55',''),(10146,1,1,10867,3,3339930479,'2014-09-15 19:26:56',''),(10147,1,1,10868,1,1247487659,'2014-09-15 19:26:56',''),(10148,1,1,10869,1,2917805521,'2014-09-15 19:26:56',''),(10149,1,1,10870,51,3234330336,'2014-09-15 19:26:57',''),(10150,1,1,10871,53,1168284865,'2014-09-15 19:26:57',''),(10151,1,1,10872,1,3234330191,'2014-09-15 19:26:58',''),(10152,1,1,10873,1,401592621,'2014-09-15 19:26:59',''),(10153,1,1,10874,9,1168284722,'2014-09-15 19:26:59',''),(10154,1,1,10875,1,2916115094,'2014-09-15 19:27:00',''),(10155,1,1,10876,52,2917803462,'2014-09-15 19:27:00',''),(10156,1,1,10877,1,2916114843,'2014-09-15 19:27:00',''),(10157,1,1,10878,38,3234329033,'2014-09-15 19:27:00',''),(10158,1,1,10879,16,1145544010,'2014-09-15 19:30:11',''),(10159,1,1,10880,26,1170542704,'2014-09-15 19:30:13',''),(10160,1,1,10881,44,1209282882,'2014-09-15 19:30:16',''),(10161,1,1,10882,43,3470377421,'2014-09-15 19:30:16',''),(10162,1,1,10883,29,2917805176,'2014-09-15 19:30:17',''),(10163,1,1,10884,10,3497332446,'2014-09-15 19:30:18',''),(10164,1,1,10885,43,2916114794,'2014-09-15 19:30:18',''),(10165,1,1,10886,42,1156190619,'2014-09-15 19:30:18',''),(10166,1,1,10887,26,1145544304,'2014-09-15 19:31:22',''),(10167,1,1,10888,26,1109903322,'2014-09-15 19:31:22',''),(10168,1,1,10889,26,1208527465,'2014-09-15 19:31:22',''),(10169,1,1,10890,16,3353997253,'2014-09-15 19:31:23',''),(10170,1,1,10891,26,1075524408,'2014-09-15 19:31:23',''),(10171,1,1,10892,49,1168278072,'2014-09-15 19:31:24',''),(10172,1,1,10893,26,2917805122,'2014-09-15 19:31:24',''),(10173,1,1,10894,27,1168280819,'2014-09-15 19:31:25',''),(10174,1,1,10895,26,1247487565,'2014-09-15 19:31:25',''),(10175,1,1,10896,58,3497332573,'2014-09-15 19:31:26',''),(10176,1,1,10897,26,3351267600,'2014-09-15 19:31:26',''),(10177,1,1,10898,26,3351478714,'2014-09-15 19:31:26',''),(10178,1,1,10899,26,3234329589,'2014-09-15 19:31:27',''),(10179,1,1,10900,26,1168284069,'2014-09-15 19:31:27',''),(10180,1,1,10901,72,2732531203,'2014-09-15 19:31:27',''),(10181,1,1,10902,26,1137342135,'2014-09-15 19:31:28',''),(10182,1,1,10903,73,2916114659,'2014-09-15 19:31:28',''),(10183,1,1,10904,71,3234329278,'2014-09-15 19:31:29',''),(10184,1,1,10905,16,2731924607,'2014-09-15 19:31:30',''),(10185,1,1,10906,59,2917803389,'2014-09-15 19:31:31',''),(10186,1,1,10907,3,3353997000,'2014-09-15 19:31:34',''),(10187,1,1,10908,26,401592782,'2014-09-15 19:32:25',''),(10188,1,1,10909,26,1137342018,'2014-09-15 19:32:26',''),(10189,1,1,10910,68,1137334743,'2014-09-15 19:32:26',''),(10190,1,1,10911,26,1111470098,'2014-09-15 19:32:26',''),(10191,1,1,10912,26,1816043392,'2014-09-15 19:32:27',''),(10192,1,1,10913,26,2917797790,'2014-09-15 19:32:27',''),(10193,1,1,10914,1,1577679643,'2014-09-15 19:43:36','https://www.google.co.uk/'),(10194,1,1,10915,1,3017508556,'2014-09-15 20:39:37','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(10195,1,1,10916,1,3011248523,'2014-09-15 21:16:03','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(10196,1,1,10917,64,2733903208,'2014-09-15 21:40:00',''),(10197,1,1,10918,1,1123631995,'2014-09-15 22:20:55',''),(10198,1,1,10919,1,1123631995,'2014-09-16 03:43:52',''),(10199,1,1,10920,1,1123631107,'2014-09-16 05:32:46',''),(10200,1,1,10921,1,1123631987,'2014-09-16 06:28:35',''),(10201,1,1,10922,28,2733903208,'2014-09-16 06:50:42',''),(10202,1,1,10923,3,2637637629,'2014-09-16 07:14:11',''),(10203,1,1,10924,43,3024881384,'2014-09-16 07:28:36',''),(10204,1,1,10925,1,1123632003,'2014-09-16 08:13:06',''),(10205,1,1,10926,1,3024880963,'2014-09-16 08:28:57',''),(10206,1,1,10717,1,3242065473,'2014-09-16 08:46:43',''),(10207,1,1,10927,44,3024881168,'2014-09-16 09:11:16',''),(10208,1,1,10928,1,2637637629,'2014-09-16 09:38:16',''),(10209,1,1,10929,1,1123632003,'2014-09-16 09:40:54',''),(10210,1,1,10930,1,1123631995,'2014-09-16 10:40:51',''),(10211,1,1,10931,27,1123631987,'2014-09-16 10:49:51',''),(10212,1,1,10932,1,3024880961,'2014-09-16 11:11:08',''),(10213,1,1,10933,1,1123631299,'2014-09-16 11:38:06',''),(10214,1,1,10934,47,1123631299,'2014-09-16 12:15:31',''),(10215,1,1,10935,31,1123631107,'2014-09-16 12:27:21',''),(10216,1,1,10936,71,1123631299,'2014-09-16 12:49:40',''),(10217,1,1,10937,74,1123631107,'2014-09-16 12:58:53',''),(10218,1,1,10938,1,1123631299,'2014-09-16 14:12:21',''),(10219,1,1,10940,1,1123631111,'2014-09-16 16:12:04',''),(10220,1,1,10941,1,1123631299,'2014-09-16 16:23:07',''),(10221,1,1,10942,9,3024881188,'2014-09-16 17:14:37',''),(10222,1,1,10943,1,3024881194,'2014-09-16 17:29:38',''),(10223,1,1,10944,1,1311931293,'2014-09-16 18:13:30','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(10224,1,1,10945,1,1542483290,'2014-09-16 18:15:04',''),(10225,1,1,10946,1,1542483266,'2014-09-16 18:15:05',''),(10226,1,1,10947,49,624583906,'2014-09-16 18:45:34',''),(10227,1,1,10948,67,624583855,'2014-09-16 20:11:49',''),(10228,1,1,10949,63,1123631299,'2014-09-16 20:42:27',''),(10229,1,1,10950,43,3497226587,'2014-09-16 21:12:45',''),(10230,1,1,10951,9,1123631111,'2014-09-16 21:12:50',''),(10231,1,1,10952,14,1123631299,'2014-09-16 21:36:44',''),(10232,1,1,10953,16,624583865,'2014-09-17 00:09:41',''),(10233,1,1,10954,68,1123631111,'2014-09-17 04:03:04',''),(10234,1,1,10955,50,1123631299,'2014-09-17 04:11:46',''),(10235,1,1,10957,15,1123631107,'2014-09-17 04:33:35',''),(10236,1,1,10958,1,1123631299,'2014-09-17 06:32:57',''),(10237,1,1,10959,1,1354863409,'2014-09-17 07:08:13',''),(10238,1,1,10960,1,1123631299,'2014-09-17 07:16:21',''),(10239,1,1,10961,1,3211878323,'2014-09-17 07:49:36',''),(10240,1,1,10962,1,1123631299,'2014-09-17 08:02:56',''),(10241,1,1,10963,1,1525975782,'2014-09-17 10:37:37','https://www.google.co.uk/'),(10242,1,1,10964,1,2733838641,'2014-09-17 11:45:21',''),(10243,1,1,10965,6,2733838641,'2014-09-17 11:45:30',''),(10244,1,1,10966,9,2733838641,'2014-09-17 11:45:39',''),(10245,1,1,10967,62,2733838641,'2014-09-17 11:45:44',''),(10246,1,1,10968,50,2733838641,'2014-09-17 11:45:50',''),(10247,1,1,10969,51,2733838641,'2014-09-17 11:45:54',''),(10248,1,1,10970,65,2733838641,'2014-09-17 11:45:59',''),(10249,1,1,10971,28,2733838641,'2014-09-17 11:46:04',''),(10250,1,1,10972,63,2733838641,'2014-09-17 11:46:09',''),(10251,1,1,10973,55,2733838641,'2014-09-17 11:46:14',''),(10252,1,1,10974,69,2733838641,'2014-09-17 11:46:19',''),(10253,1,1,10975,64,2733838641,'2014-09-17 11:46:24',''),(10254,1,1,10976,56,2733838641,'2014-09-17 11:46:29',''),(10255,1,1,10977,52,2733838641,'2014-09-17 11:46:35',''),(10256,1,1,10978,42,2733838641,'2014-09-17 11:46:40',''),(10257,1,1,10979,53,2733838641,'2014-09-17 11:46:44',''),(10258,1,1,10980,41,2733838641,'2014-09-17 11:46:49',''),(10259,1,1,10981,38,2733838641,'2014-09-17 11:46:55',''),(10260,1,1,10982,43,2733838641,'2014-09-17 11:47:00',''),(10261,1,1,10983,10,2733838641,'2014-09-17 11:47:04',''),(10262,1,1,10984,27,2733838641,'2014-09-17 11:47:09',''),(10263,1,1,10985,49,2733838641,'2014-09-17 11:47:14',''),(10264,1,1,10986,58,2733838641,'2014-09-17 11:47:19',''),(10265,1,1,10987,44,2733838641,'2014-09-17 11:47:24',''),(10266,1,1,10988,16,2733838641,'2014-09-17 11:47:29',''),(10267,1,1,10989,57,2733838641,'2014-09-17 11:47:35',''),(10268,1,1,10990,45,2733838641,'2014-09-17 11:47:40',''),(10269,1,1,10991,48,2733838641,'2014-09-17 11:47:44',''),(10270,1,1,10992,16,2733838641,'2014-09-17 11:47:49',''),(10271,1,1,10993,68,2733838641,'2014-09-17 11:47:54',''),(10272,1,1,10994,59,2733838641,'2014-09-17 11:47:59',''),(10273,1,1,10995,75,2733838641,'2014-09-17 11:48:04',''),(10274,1,1,10996,74,2733838641,'2014-09-17 11:48:10',''),(10275,1,1,10997,67,2733838641,'2014-09-17 11:48:14',''),(10276,1,1,10998,16,2733838641,'2014-09-17 11:48:20',''),(10277,1,1,10999,70,2733838641,'2014-09-17 11:48:24',''),(10278,1,1,11000,73,2733838641,'2014-09-17 11:48:29',''),(10279,1,1,11001,71,2733838641,'2014-09-17 11:48:34',''),(10280,1,1,11002,72,2733838641,'2014-09-17 11:48:39',''),(10281,1,1,11003,43,2733838641,'2014-09-17 11:48:45',''),(10282,1,1,11004,43,2733838641,'2014-09-17 11:48:50',''),(10283,1,1,11005,47,2733838641,'2014-09-17 11:48:54',''),(10284,1,1,11006,15,2733838641,'2014-09-17 11:48:59',''),(10285,1,1,11007,31,2733838641,'2014-09-17 11:49:04',''),(10286,1,1,11008,54,2733838641,'2014-09-17 11:49:09',''),(10287,1,1,11009,66,2733838641,'2014-09-17 11:49:14',''),(10288,1,1,11010,26,2733838641,'2014-09-17 11:49:19',''),(10289,1,1,11011,26,2733838641,'2014-09-17 11:49:24',''),(10290,1,1,11012,26,2733838641,'2014-09-17 11:49:29',''),(10291,1,1,11013,26,2733838641,'2014-09-17 11:49:34',''),(10292,1,1,11014,26,2733838641,'2014-09-17 11:49:39',''),(10293,1,1,11015,26,2733838641,'2014-09-17 11:49:44',''),(10294,1,1,11016,26,2733838641,'2014-09-17 11:49:49',''),(10295,1,1,11017,26,2733838641,'2014-09-17 11:49:55',''),(10296,1,1,11018,26,2733838641,'2014-09-17 11:50:00',''),(10297,1,1,11019,26,2733838641,'2014-09-17 11:50:04',''),(10298,1,1,11020,26,2733838641,'2014-09-17 11:50:09',''),(10299,1,1,11021,26,2733838641,'2014-09-17 11:50:14',''),(10300,1,1,11022,26,2733838641,'2014-09-17 11:50:19',''),(10301,1,1,11023,26,2733838641,'2014-09-17 11:50:24',''),(10302,1,1,11024,26,2733838641,'2014-09-17 11:50:29',''),(10303,1,1,11025,26,2733838641,'2014-09-17 11:50:34',''),(10304,1,1,11026,26,2733838641,'2014-09-17 11:50:39',''),(10305,1,1,11027,26,2733838641,'2014-09-17 11:50:44',''),(10306,1,1,11028,26,2733838641,'2014-09-17 11:50:49',''),(10307,1,1,11029,26,2733838641,'2014-09-17 11:50:55',''),(10308,1,1,11030,26,2733838641,'2014-09-17 11:50:59',''),(10309,1,1,11031,26,2733838641,'2014-09-17 11:51:04',''),(10310,1,1,11032,26,2733838641,'2014-09-17 11:51:10',''),(10311,1,1,11033,26,2733838641,'2014-09-17 11:51:14',''),(10312,1,1,11034,26,2733838641,'2014-09-17 11:51:19',''),(10313,1,1,11035,26,2733838641,'2014-09-17 11:51:24',''),(10314,1,1,11036,26,2733838641,'2014-09-17 11:51:29',''),(10315,1,1,11037,26,2733838641,'2014-09-17 11:51:34',''),(10316,1,1,11038,26,2733838641,'2014-09-17 11:51:39',''),(10317,1,1,11039,26,2733838641,'2014-09-17 11:51:44',''),(10318,1,1,11040,26,2733838641,'2014-09-17 11:51:49',''),(10319,1,1,11041,26,2733838641,'2014-09-17 11:51:54',''),(10320,1,1,11042,26,2733838641,'2014-09-17 11:52:00',''),(10321,1,1,11043,26,2733838641,'2014-09-17 11:52:04',''),(10322,1,1,11044,1,1354863409,'2014-09-17 12:36:37','http://www.discountshealthservice.com/lancashire.asp'),(10323,1,1,11045,1,1123631111,'2014-09-17 13:03:40',''),(10324,1,1,11046,66,3475901711,'2014-09-17 13:21:29',''),(10325,1,1,11047,1,1123631299,'2014-09-17 13:34:22',''),(10326,1,1,11048,63,1603483853,'2014-09-17 16:18:17','https://www.google.co.uk/'),(10327,1,1,11049,9,3024881210,'2014-09-17 17:13:02',''),(10328,1,1,11050,1,3024881085,'2014-09-17 17:28:03',''),(10329,1,1,11051,1,1123631299,'2014-09-17 17:56:57',''),(10330,1,1,11053,27,1123631111,'2014-09-17 18:04:11',''),(10331,1,1,11054,1,1123631107,'2014-09-17 18:08:45',''),(10332,1,1,11056,1,1542483306,'2014-09-17 18:33:00',''),(10333,1,1,11057,1,1542483294,'2014-09-17 18:33:01',''),(10334,1,1,11058,1,1545252940,'2014-09-17 19:30:44','http://www.bing.com/search?q=ms+tyres+blackburn&qs=SC&pq=m+s+tyres+blackbur&sc=1-18&sp=1&cvid=e1e4aefbb74948a792a785f680db09a8&FORM=QBRE'),(10335,1,1,11059,1,1041806726,'2014-09-17 19:31:16',''),(10336,1,1,11060,1,1534422285,'2014-09-17 20:26:15','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(10337,1,1,11061,1,1123631299,'2014-09-17 23:20:18',''),(10338,1,1,11062,74,1123631107,'2014-09-17 23:20:51',''),(10339,1,1,11064,1,782615949,'2014-09-18 00:56:41',''),(10340,1,1,11065,1,782615949,'2014-09-18 00:56:43',''),(10341,1,1,11066,1,782615949,'2014-09-18 00:56:46',''),(10342,1,1,11067,1,782615949,'2014-09-18 00:56:48',''),(10343,1,1,11068,1,782615949,'2014-09-18 00:56:50',''),(10344,1,1,11069,1,782615949,'2014-09-18 00:56:52',''),(10345,1,1,11070,1,782615949,'2014-09-18 00:56:54',''),(10346,1,1,11071,1,782615949,'2014-09-18 00:56:56',''),(10347,1,1,11072,1,782615949,'2014-09-18 00:56:58',''),(10348,1,1,11073,1,782615949,'2014-09-18 00:57:01',''),(10349,1,1,11074,1,782615949,'2014-09-18 00:57:03',''),(10350,1,1,11075,1,782615949,'2014-09-18 00:57:05',''),(10351,1,1,11076,59,1123631987,'2014-09-18 01:58:15',''),(10352,1,1,11077,70,1123631995,'2014-09-18 02:12:13',''),(10353,1,1,11078,1,1123631299,'2014-09-18 06:11:35',''),(10354,1,1,11079,10,2637637506,'2014-09-18 09:26:29',''),(10355,1,1,11080,50,3475901700,'2014-09-18 09:33:01',''),(10356,1,1,11081,1,1123631111,'2014-09-18 10:08:16',''),(10357,1,1,11082,1,1453389760,'2014-09-18 10:34:28','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=11&ved=0CEAQFjAAOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=_LQaVJLPKMie7Aarr4GgCQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.75097201,d.ZGU'),(10358,1,1,11083,1,1123631107,'2014-09-18 11:51:46',''),(10359,1,1,11082,6,1453389760,'2014-09-18 12:19:13',''),(10360,1,1,11084,1,1123631111,'2014-09-18 12:36:22',''),(10361,1,1,11085,1,1123631299,'2014-09-18 13:33:01',''),(10362,1,1,11086,9,3475901798,'2014-09-18 13:51:51',''),(10363,1,1,11087,1,1123631299,'2014-09-18 14:30:08',''),(10364,1,1,11088,50,3024881217,'2014-09-18 15:21:57',''),(10365,1,1,11089,15,1123631111,'2014-09-18 15:25:00',''),(10366,1,1,11090,6,1123631299,'2014-09-18 16:22:01',''),(10367,1,1,11091,64,3024880974,'2014-09-18 17:14:47',''),(10368,1,1,11092,1,3155908158,'2014-09-18 17:57:02','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(10369,1,1,11093,1,1542483313,'2014-09-18 18:58:42',''),(10370,1,1,11094,1,1542483285,'2014-09-18 18:58:43',''),(10371,1,1,11095,1,1480757085,'2014-09-18 19:37:04','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(10372,1,1,11096,68,1123631111,'2014-09-18 20:42:03',''),(10373,1,1,11097,43,2637637380,'2014-09-18 22:17:21',''),(10374,1,1,11098,63,3497226059,'2014-09-18 22:55:42',''),(10375,1,1,11099,50,1123631107,'2014-09-18 23:12:01',''),(10376,1,1,11100,1,1123631299,'2014-09-18 23:18:30',''),(10377,1,1,11101,28,3497226587,'2014-09-19 01:06:13',''),(10378,1,1,11102,10,1123631299,'2014-09-19 03:00:59',''),(10379,1,1,11104,52,1123631107,'2014-09-19 03:11:56',''),(10380,1,1,11107,26,3497226059,'2014-09-19 03:30:45',''),(10381,1,1,11108,26,3497226059,'2014-09-19 03:30:49',''),(10382,1,1,11110,1,1522646770,'2014-09-19 11:54:42','https://www.google.com/'),(10383,1,1,11111,1,1123631299,'2014-09-19 12:10:36',''),(10384,1,1,11112,9,3475901798,'2014-09-19 12:16:02',''),(10385,1,1,11113,1,3156689178,'2014-09-19 12:53:58','https://www.google.co.uk/'),(10386,1,1,10536,1,1444862313,'2014-09-19 14:00:23',''),(10387,1,1,11114,1,1376062550,'2014-09-19 16:30:41',''),(10388,1,1,11115,1,1376062550,'2014-09-19 16:30:43',''),(10389,1,1,11116,1,1376062550,'2014-09-19 16:30:46',''),(10390,1,1,11117,1,1376062550,'2014-09-19 16:30:49',''),(10391,1,1,11118,1,1376062550,'2014-09-19 16:30:51',''),(10392,1,1,11119,1,1376062550,'2014-09-19 16:30:53',''),(10393,1,1,11120,1,1376062550,'2014-09-19 16:30:56',''),(10394,1,1,11121,1,1376062550,'2014-09-19 16:30:58',''),(10395,1,1,11122,1,1376062550,'2014-09-19 16:31:01',''),(10396,1,1,11123,1,1376062550,'2014-09-19 16:31:03',''),(10397,1,1,11124,1,1376062550,'2014-09-19 16:31:06',''),(10398,1,1,11125,1,1376062550,'2014-09-19 16:31:08',''),(10399,1,1,11126,1,1123631299,'2014-09-19 17:10:50',''),(10400,1,1,10536,1,1577379490,'2014-09-19 17:30:11',''),(10401,1,1,11127,1,3475901700,'2014-09-19 18:05:39',''),(10402,1,1,11128,1,1123631299,'2014-09-19 18:40:50',''),(10403,1,1,11129,26,3475901798,'2014-09-19 18:58:01',''),(10404,1,1,11130,1,1589746146,'2014-09-19 19:04:03','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&sqi=2&ved=0CHQQoAIwBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=wH0cVLKVH43PaKzugYAJ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=BEtYAL87J1ERtFoYb-gq_g&bvm=bv.75775273,d.ZWU'),(10405,1,1,11131,1,1365205527,'2014-09-19 20:18:52',''),(10406,1,1,11132,1,1123631111,'2014-09-19 22:00:24',''),(10407,1,1,11133,41,3024881066,'2014-09-19 22:43:59',''),(10408,1,1,11134,1,1123631111,'2014-09-20 00:09:32',''),(10409,1,1,11135,15,1123631299,'2014-09-20 00:33:00',''),(10410,1,1,11136,1,1053970129,'2014-09-20 01:09:42',''),(10411,1,1,11137,65,1123631107,'2014-09-20 01:39:32',''),(10412,1,1,11138,1,1968049426,'2014-09-20 01:47:23',''),(10413,1,1,11139,1,1123631111,'2014-09-20 02:26:31',''),(10414,1,1,11140,1,1542483283,'2014-09-20 04:19:13',''),(10415,1,1,11141,1,1542483286,'2014-09-20 04:19:14',''),(10416,1,1,11142,1,1123631299,'2014-09-20 04:31:10',''),(10417,1,1,11144,1,644846420,'2014-09-20 05:42:13',''),(10418,1,1,11145,54,3024881310,'2014-09-20 06:12:00',''),(10419,1,1,11146,47,1123631107,'2014-09-20 07:11:43',''),(10420,1,1,11148,1,1123631299,'2014-09-20 09:13:21',''),(10421,1,1,11149,1,1523456591,'2014-09-20 09:27:22','https://www.google.co.uk/'),(10422,1,1,11151,1,3179119914,'2014-09-20 09:44:43','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(10423,1,1,11152,67,3104467140,'2014-09-20 09:56:09',''),(10424,1,1,11153,1,1123631107,'2014-09-20 10:06:12',''),(10425,1,1,11154,31,1123631107,'2014-09-20 11:08:14',''),(10426,1,1,11155,41,1123631111,'2014-09-20 12:41:08',''),(10427,1,1,11156,1,3384680309,'2014-09-20 13:28:02','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(10428,1,1,11157,56,3475901798,'2014-09-20 13:52:46',''),(10429,1,1,11158,26,1123631111,'2014-09-20 14:18:37',''),(10430,1,1,11159,1,1377538537,'2014-09-20 14:30:03','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCMQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=TI4dVK6SMsTj7Qaip4H4Cw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.75775273,d.ZGU&cad=rja'),(10431,1,1,11160,9,3475901798,'2014-09-20 15:03:46',''),(10432,1,1,11161,1,1123631111,'2014-09-20 15:07:34',''),(10433,1,1,11162,26,1123631299,'2014-09-20 15:12:53',''),(10434,1,1,11163,1,1317111951,'2014-09-20 15:16:16',''),(10435,1,1,11164,1,527095482,'2014-09-20 15:55:09','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CEgQFjAB&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=G6MdVIy1HYvmarvFgaAL&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.75775273,d.d2s'),(10436,1,1,11165,1,1123631107,'2014-09-20 16:01:05',''),(10437,1,1,11166,1,1123631107,'2014-09-20 17:56:57',''),(10438,1,1,11167,1,1123631107,'2014-09-20 18:50:49',''),(10439,1,1,11168,6,3475901700,'2014-09-20 19:25:13',''),(10440,1,1,11169,1,1123631299,'2014-09-20 19:56:39',''),(10441,1,1,11170,1,1534690617,'2014-09-20 20:24:35',''),(10442,1,1,11171,1,1534690617,'2014-09-20 20:24:36',''),(10443,1,1,11172,15,1123631107,'2014-09-20 20:48:00',''),(10444,1,1,11173,26,1123631299,'2014-09-20 21:37:08',''),(10445,1,1,11174,26,1123631107,'2014-09-20 22:04:49',''),(10446,1,1,11175,66,1123631111,'2014-09-20 23:06:35',''),(10447,1,1,11177,31,1123631299,'2014-09-20 23:09:59',''),(10448,1,1,11179,51,3024880954,'2014-09-20 23:38:01',''),(10449,1,1,11180,74,3475901700,'2014-09-21 00:36:35',''),(10450,1,1,11181,26,1123631299,'2014-09-21 00:42:55',''),(10451,1,1,11182,26,1123631107,'2014-09-21 01:27:56',''),(10452,1,1,11183,1,3367286979,'2014-09-21 03:40:35','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(10453,1,1,11184,26,1123631299,'2014-09-21 03:57:56',''),(10454,1,1,11185,1,1542483304,'2014-09-21 04:18:58',''),(10455,1,1,11186,1,1542483289,'2014-09-21 04:18:59',''),(10456,1,1,11187,1,1123631111,'2014-09-21 06:37:39',''),(10457,1,1,11188,6,3475901700,'2014-09-21 06:51:43',''),(10458,1,1,11189,1,1508525160,'2014-09-21 09:08:04',''),(10459,1,1,11190,1,1508525160,'2014-09-21 09:08:24',''),(10460,1,1,11191,1,1508525160,'2014-09-21 09:08:39',''),(10461,1,1,11192,1,1508525160,'2014-09-21 09:08:52',''),(10462,1,1,11193,1,1508525160,'2014-09-21 09:08:59',''),(10463,1,1,11194,1,1508525160,'2014-09-21 09:09:09',''),(10464,1,1,11195,66,1123631107,'2014-09-21 11:45:26',''),(10465,1,1,11196,1,2976326444,'2014-09-21 12:52:26','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(10466,1,1,11197,1,2499490800,'2014-09-21 16:17:40',''),(10467,1,1,11198,1,2499490800,'2014-09-21 16:17:44',''),(10468,1,1,11199,1,2499490800,'2014-09-21 16:17:55',''),(10469,1,1,11200,1,2499490800,'2014-09-21 16:18:12',''),(10470,1,1,11201,1,2499490800,'2014-09-21 16:18:19',''),(10471,1,1,11202,1,2499490800,'2014-09-21 16:18:25',''),(10472,1,1,11203,1,2499490800,'2014-09-21 16:18:36',''),(10473,1,1,11204,1,2499490800,'2014-09-21 16:19:16',''),(10474,1,1,11205,1,2499490800,'2014-09-21 16:20:10',''),(10475,1,1,11206,1,2499490800,'2014-09-21 16:22:08',''),(10476,1,1,11207,1,2499490800,'2014-09-21 16:23:09',''),(10477,1,1,11208,1,2499490800,'2014-09-21 16:23:37',''),(10478,1,1,11209,26,1123632626,'2014-09-21 16:35:10',''),(10479,1,1,11210,68,3024881198,'2014-09-21 17:42:16',''),(10480,1,1,11211,1,3479603870,'2014-09-21 18:28:45',''),(10481,1,1,11212,1,3479603870,'2014-09-21 18:43:49',''),(10482,1,1,11213,26,2637637567,'2014-09-21 23:34:40',''),(10483,1,1,11214,43,2637637380,'2014-09-22 01:36:05',''),(10484,1,1,11215,26,1123634739,'2014-09-22 01:48:08',''),(10485,1,1,11216,1,1542483288,'2014-09-22 04:21:28',''),(10486,1,1,11217,1,1542483289,'2014-09-22 04:21:29',''),(10487,1,1,11218,1,1123634746,'2014-09-22 06:08:10',''),(10488,1,1,11219,1,1453172427,'2014-09-22 06:48:56',''),(10489,1,1,11220,6,1453172427,'2014-09-22 06:48:59',''),(10490,1,1,11221,1,3362098830,'2014-09-22 07:24:24','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(10491,1,1,11222,1,2954612419,'2014-09-22 08:12:36','https://www.google.co.uk/'),(10492,1,1,11223,26,1123634739,'2014-09-22 08:13:11',''),(10493,1,1,11224,1,3105214586,'2014-09-22 08:59:20','https://www.google.co.uk/'),(10494,1,1,11225,26,1123634739,'2014-09-22 09:03:09',''),(10495,1,1,11226,1,1123634732,'2014-09-22 09:28:10',''),(10496,1,1,11227,1,3392028025,'2014-09-22 11:04:18',''),(10497,1,1,11228,26,3475901798,'2014-09-22 11:28:50',''),(10498,1,1,11229,1,1572478800,'2014-09-22 12:11:38','http://www.google.com/search?client=ms-rim&hl=en&q=ms%20tyres%2C%20whitebirk&ie=UTF-8&oe=UTF-8&channel=browser'),(10499,1,1,11230,1,1605126724,'2014-09-22 12:29:59','https://www.google.co.uk/'),(10500,1,1,11231,1,1523816683,'2014-09-22 12:41:33','http://www.google.co.uk/url?sa=t&rct=j&q=tyres&source=web&cd=8&ved=0CEcQ_BcwBw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=5RUgVJb2Gaac7gbB74HwCw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(10501,1,1,11232,59,1123632626,'2014-09-22 14:07:10',''),(10502,1,1,11233,68,2637637567,'2014-09-22 14:18:37',''),(10503,1,1,11234,55,1123632387,'2014-09-22 14:38:13',''),(10504,1,1,11235,51,2637637548,'2014-09-22 14:51:38',''),(10505,1,1,11236,71,1123632387,'2014-09-22 15:55:51',''),(10506,1,1,11237,27,1123632611,'2014-09-22 16:24:12',''),(10507,1,1,11238,16,1123632387,'2014-09-22 16:31:09',''),(10508,1,1,11239,1,3280257804,'2014-09-22 17:20:08','https://www.google.fr/'),(10509,1,1,11240,1,1123632387,'2014-09-22 19:24:44',''),(10510,1,1,11241,71,1123632626,'2014-09-22 20:18:13',''),(10511,1,1,11242,1,2637637547,'2014-09-22 20:57:45',''),(10512,1,1,11243,74,1123632387,'2014-09-22 22:21:51',''),(10513,1,1,11245,75,1123632626,'2014-09-23 00:32:28',''),(10514,1,1,11246,70,1123632387,'2014-09-23 01:39:27',''),(10515,1,1,11247,6,1123632626,'2014-09-23 03:10:58',''),(10516,1,1,11249,56,1123632611,'2014-09-23 04:22:05',''),(10517,1,1,11250,1,1542483300,'2014-09-23 04:34:10',''),(10518,1,1,11251,1,1542483297,'2014-09-23 04:34:11',''),(10519,1,1,11252,51,2637637548,'2014-09-23 05:10:41',''),(10520,1,1,11253,71,624583810,'2014-09-23 05:11:34',''),(10521,1,1,11254,1,3392024612,'2014-09-23 05:22:36',''),(10522,1,1,11255,38,1123632611,'2014-09-23 06:30:20',''),(10523,1,1,11256,1,1123632626,'2014-09-23 07:00:28',''),(10524,1,1,11257,45,1123632611,'2014-09-23 07:55:39',''),(10525,1,1,11258,65,624583911,'2014-09-23 08:40:18',''),(10526,1,1,11259,1,1123632626,'2014-09-23 08:51:20',''),(10527,1,1,11260,10,1123632611,'2014-09-23 08:53:37',''),(10528,1,1,11263,18,2637637380,'2014-09-23 10:09:42',''),(10529,1,1,11264,48,1123632387,'2014-09-23 10:41:56',''),(10530,1,1,11265,63,1123632611,'2014-09-23 10:45:41',''),(10531,1,1,11266,65,1123632387,'2014-09-23 11:57:48',''),(10532,1,1,11267,1,1567841877,'2014-09-23 12:52:30',''),(10533,1,1,11268,1,1123631111,'2014-09-23 13:11:49',''),(10534,1,1,11269,26,3475901798,'2014-09-23 13:16:03',''),(10535,1,1,11270,68,1123631111,'2014-09-23 14:07:05',''),(10536,1,1,11271,15,1123631107,'2014-09-23 14:12:53',''),(10537,1,1,11272,50,1123631299,'2014-09-23 14:19:51',''),(10538,1,1,11273,1,912040156,'2014-09-23 14:21:17',''),(10539,1,1,11274,1,1566154504,'2014-09-23 14:22:39',''),(10540,1,1,11276,62,1123631111,'2014-09-23 14:38:27',''),(10541,1,1,11277,1,1123631111,'2014-09-23 15:46:34',''),(10542,1,1,11278,1,772032712,'2014-09-23 17:33:37',''),(10543,1,1,11279,1,772032712,'2014-09-23 17:33:45',''),(10544,1,1,11280,1,772032712,'2014-09-23 17:33:56',''),(10545,1,1,11281,1,772032712,'2014-09-23 17:34:14',''),(10546,1,1,11282,1,772032712,'2014-09-23 17:34:23',''),(10547,1,1,11283,1,772032712,'2014-09-23 17:34:30',''),(10548,1,1,11284,1,772032712,'2014-09-23 17:34:36',''),(10549,1,1,11285,1,772032712,'2014-09-23 17:34:44',''),(10550,1,1,11286,1,772032712,'2014-09-23 17:34:55',''),(10551,1,1,11287,1,772032712,'2014-09-23 17:35:03',''),(10552,1,1,11288,1,772032712,'2014-09-23 17:35:11',''),(10553,1,1,11289,1,772032712,'2014-09-23 17:35:23',''),(10554,1,1,11290,9,624583853,'2014-09-23 20:27:02',''),(10555,1,1,11291,65,2637637568,'2014-09-23 20:57:19',''),(10556,1,1,11292,65,2637637567,'2014-09-23 21:28:08',''),(10557,1,1,11293,1,2974036214,'2014-09-24 01:48:20','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(10558,1,1,11294,64,3497226059,'2014-09-24 03:14:38',''),(10559,1,1,11295,1,1542483298,'2014-09-24 05:33:52',''),(10560,1,1,11296,1,1542483324,'2014-09-24 05:33:53',''),(10561,1,1,11297,1,526674628,'2014-09-24 07:56:51','https://www.google.co.uk/'),(10562,1,1,11298,1,1559045389,'2014-09-24 12:54:01','https://www.google.co.uk/'),(10563,1,1,11299,74,1123631107,'2014-09-24 18:52:02',''),(10564,1,1,11300,26,3497226059,'2014-09-24 20:03:02',''),(10565,1,1,11301,67,1123631299,'2014-09-24 21:02:27',''),(10566,1,1,11302,9,3497226587,'2014-09-24 21:05:19',''),(10567,1,1,11303,72,1123631111,'2014-09-25 00:24:34',''),(10568,1,1,11304,74,1123631299,'2014-09-25 01:38:24',''),(10569,1,1,11305,1,3024881283,'2014-09-25 02:39:24',''),(10570,1,1,11306,56,3497226059,'2014-09-25 03:00:57',''),(10571,1,1,11307,27,1123631107,'2014-09-25 03:29:16',''),(10572,1,1,11308,43,2637637396,'2014-09-25 04:17:20',''),(10573,1,1,11309,6,1332855507,'2014-09-25 05:10:32',''),(10574,1,1,11310,63,3475901702,'2014-09-25 05:32:11',''),(10575,1,1,11311,1,1123631107,'2014-09-25 05:40:32',''),(10576,1,1,11312,1,1542483265,'2014-09-25 06:56:12',''),(10577,1,1,11313,1,1542483278,'2014-09-25 06:56:13',''),(10578,1,1,11314,1,3564750849,'2014-09-25 08:29:32','http://www.bing.com/search?q=ms+tyres&qs=n&form=QBRE&pq=ms+tyres&sc=8-8&sp=-1&sk=&cvid=9339ee0961cd4d918c283f0f328bd5e2'),(10579,1,1,11315,16,3024881166,'2014-09-25 08:30:24',''),(10580,1,1,11316,1,1123631111,'2014-09-25 10:06:04',''),(10581,1,1,11317,1,3024881307,'2014-09-25 10:38:37',''),(10582,1,1,11318,1,3342489297,'2014-09-25 12:23:20',''),(10583,1,1,11319,1,3342489297,'2014-09-25 12:23:28',''),(10584,1,1,11320,1,3342489297,'2014-09-25 12:23:40',''),(10585,1,1,11321,1,3342489297,'2014-09-25 12:23:52',''),(10586,1,1,11322,1,3342489297,'2014-09-25 12:24:04',''),(10587,1,1,11323,1,3342489297,'2014-09-25 12:24:07',''),(10588,1,1,11324,1,3342489297,'2014-09-25 12:24:09',''),(10589,1,1,11325,1,3342489297,'2014-09-25 12:24:14',''),(10590,1,1,11326,1,3342489297,'2014-09-25 12:24:17',''),(10591,1,1,11327,1,3342489297,'2014-09-25 12:24:19',''),(10592,1,1,11328,1,3342489297,'2014-09-25 12:24:26',''),(10593,1,1,11329,1,3342489297,'2014-09-25 12:24:36',''),(10594,1,1,11330,1,87915131,'2014-09-25 12:33:00','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&cad=rja&uact=8&ved=0CFQQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=KwskVOGCI9fdasS0geAI&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.76247554,d.d2s'),(10595,1,1,11331,1,1123631111,'2014-09-25 12:50:41',''),(10596,1,1,11332,1,3219744412,'2014-09-25 15:11:37',''),(10597,1,1,11333,6,3219744412,'2014-09-25 15:12:16',''),(10598,1,1,11334,53,3219744412,'2014-09-25 15:12:18',''),(10599,1,1,11335,48,3219744412,'2014-09-25 15:12:19',''),(10600,1,1,11336,52,3219744412,'2014-09-25 15:12:21',''),(10601,1,1,11337,1,3219744412,'2014-09-25 15:12:22',''),(10602,1,1,11338,1,2637637631,'2014-09-25 15:12:31',''),(10603,1,1,11339,1,1123631111,'2014-09-25 15:34:34',''),(10604,1,1,11340,1,1523985908,'2014-09-25 15:40:55','https://www.google.co.uk/'),(10605,1,1,11341,1,3124496435,'2014-09-25 15:41:24',''),(10606,1,1,11342,1,1123631107,'2014-09-25 17:53:13',''),(10607,1,1,11345,26,1123631111,'2014-09-25 18:01:23',''),(10608,1,1,11347,26,1123631299,'2014-09-25 18:03:01',''),(10609,1,1,11349,59,1123631107,'2014-09-25 18:57:09',''),(10610,1,1,11350,73,1123631107,'2014-09-25 19:35:44',''),(10611,1,1,11352,59,1123631111,'2014-09-25 20:11:15',''),(10612,1,1,11353,56,1377802680,'2014-09-25 20:23:22',''),(10613,1,1,11354,6,1332867481,'2014-09-25 20:35:02',''),(10614,1,1,11355,1,1123631299,'2014-09-25 20:53:13',''),(10615,1,1,11356,71,1123631107,'2014-09-25 20:56:32',''),(10616,1,1,11359,59,1123631107,'2014-09-25 21:56:05',''),(10617,1,1,11360,71,1123631299,'2014-09-25 22:56:45',''),(10618,1,1,11362,42,1123631111,'2014-09-25 22:58:36',''),(10619,1,1,11364,16,1123631107,'2014-09-25 22:59:12',''),(10620,1,1,11368,1,1123631299,'2014-09-25 23:30:46',''),(10621,1,1,11369,67,3497226059,'2014-09-26 00:08:55',''),(10622,1,1,11370,27,1123631111,'2014-09-26 00:10:39',''),(10623,1,1,11371,59,1123631111,'2014-09-26 01:38:41',''),(10624,1,1,11374,43,1123631299,'2014-09-26 01:39:08',''),(10625,1,1,11375,43,1123631107,'2014-09-26 01:39:28',''),(10626,1,1,11381,73,1123631299,'2014-09-26 03:25:42',''),(10627,1,1,11382,1,1123631111,'2014-09-26 03:59:25',''),(10628,1,1,11385,74,1123631111,'2014-09-26 04:40:47',''),(10629,1,1,11386,26,3497226587,'2014-09-26 05:08:50',''),(10630,1,1,11387,68,624583810,'2014-09-26 05:13:17',''),(10631,1,1,11388,69,3024881195,'2014-09-26 08:06:13',''),(10632,1,1,11389,1,1332859160,'2014-09-26 08:53:52',''),(10633,1,1,11390,1,1417405078,'2014-09-26 10:12:30','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(10634,1,1,11391,1,1768603435,'2014-09-26 10:22:56','http://castleempire.com'),(10635,1,1,11392,1,1294923582,'2014-09-26 12:04:37','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(10636,1,1,11393,1,1542483290,'2014-09-26 12:32:13',''),(10637,1,1,11394,1,1542483291,'2014-09-26 12:32:14',''),(10638,1,1,11395,6,1332859160,'2014-09-26 13:39:03',''),(10639,1,1,11396,42,624583853,'2014-09-26 14:07:16',''),(10640,1,1,11397,1,2973114116,'2014-09-26 14:58:01','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(10641,1,1,11398,69,624583837,'2014-09-26 16:17:21',''),(10642,1,1,11399,1,3136471065,'2014-09-26 16:21:39','http://nevermowuk.co.uk'),(10643,1,1,11400,71,2637637463,'2014-09-26 16:38:57',''),(10644,1,1,11401,70,1123631111,'2014-09-26 19:23:27',''),(10645,1,1,11402,1,1523451007,'2014-09-26 20:56:54','https://www.google.co.uk/'),(10646,1,1,11403,71,1123631299,'2014-09-26 21:02:41',''),(10647,1,1,11404,1,3135084181,'2014-09-26 21:28:53','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(10648,1,1,11405,72,2637637631,'2014-09-26 21:58:28',''),(10649,1,1,11406,27,1123631111,'2014-09-27 00:06:42',''),(10650,1,1,11407,26,2637637463,'2014-09-27 00:53:48',''),(10651,1,1,11408,59,1123631299,'2014-09-27 01:16:01',''),(10652,1,1,11409,1,3104467076,'2014-09-27 01:44:20',''),(10653,1,1,11410,74,1123631107,'2014-09-27 02:28:02',''),(10654,1,1,11411,48,3024880916,'2014-09-27 02:52:27',''),(10655,1,1,11412,1,3344997466,'2014-09-27 04:04:52',''),(10656,1,1,11413,64,624583750,'2014-09-27 07:51:12',''),(10657,1,1,11414,1,1523451561,'2014-09-27 07:55:49','https://www.google.co.uk/'),(10658,1,1,11415,75,3024880924,'2014-09-27 08:23:11',''),(10659,1,1,11416,10,624583750,'2014-09-27 09:06:54',''),(10660,1,1,11417,1,3495757674,'2014-09-27 09:09:30',''),(10661,1,1,11418,71,1384436883,'2014-09-27 09:13:58','https://www.google.co.uk/'),(10662,1,1,11419,71,1508525156,'2014-09-27 10:20:40',''),(10663,1,1,11420,1,1508525156,'2014-09-27 10:20:53',''),(10664,1,1,11421,1,1508525156,'2014-09-27 10:21:00',''),(10665,1,1,11422,1,1508525156,'2014-09-27 10:21:17',''),(10666,1,1,11423,1,1508525156,'2014-09-27 10:21:29',''),(10667,1,1,11424,1,1508525156,'2014-09-27 10:21:50',''),(10668,1,1,11425,1,3323679378,'2014-09-27 10:50:03',''),(10669,1,1,11426,1,3323679378,'2014-09-27 10:50:13',''),(10670,1,1,11427,1,3323679378,'2014-09-27 10:50:17',''),(10671,1,1,11428,1,3323679378,'2014-09-27 10:50:26',''),(10672,1,1,11429,1,3323679378,'2014-09-27 10:50:36',''),(10673,1,1,11430,1,3323679378,'2014-09-27 10:50:40',''),(10674,1,1,11431,1,3323679378,'2014-09-27 10:50:47',''),(10675,1,1,11432,1,3323679378,'2014-09-27 10:50:52',''),(10676,1,1,11433,1,3323679378,'2014-09-27 10:50:58',''),(10677,1,1,11434,1,3323679378,'2014-09-27 10:51:15',''),(10678,1,1,11435,1,3323679378,'2014-09-27 10:51:21',''),(10679,1,1,11436,1,3323679378,'2014-09-27 10:51:28',''),(10680,1,1,11437,1,2974841524,'2014-09-27 11:20:45','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(10681,1,1,11438,1,2071807795,'2014-09-27 11:31:41',''),(10682,1,1,11439,1,1123631111,'2014-09-27 11:45:23',''),(10683,1,1,11440,1,89212922,'2014-09-27 12:39:00','http://www.google.co.uk/url?url=http://www.mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ei=mq8mVIDIN42OyATJ-oCQAQ&ved=0CCcQFjAA&usg=AFQjCNE6iy3kNLESqQvryT7bbKWL4aEOnQ'),(10684,1,1,11441,1,1376318230,'2014-09-27 13:29:14','http://www.google.co.uk/'),(10685,1,1,11442,1,1542483300,'2014-09-27 13:31:10',''),(10686,1,1,11443,1,1542483320,'2014-09-27 13:31:11',''),(10687,1,1,11444,26,2637637463,'2014-09-27 14:09:13',''),(10688,1,1,11445,43,1523893778,'2014-09-27 14:17:35','https://www.google.co.uk/'),(10689,1,1,11446,1,1123631111,'2014-09-27 15:50:27',''),(10690,1,1,11447,1,392443275,'2014-09-27 15:54:20',''),(10691,1,1,11448,1,392443288,'2014-09-27 15:54:21',''),(10692,1,1,11449,1,1453775030,'2014-09-27 17:09:10','https://www.google.co.uk/'),(10693,1,1,11450,1,3024881293,'2014-09-27 17:36:42',''),(10694,1,1,11451,1,3011974081,'2014-09-27 17:47:54','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(10695,1,1,11452,75,3024881209,'2014-09-27 17:51:41',''),(10696,1,1,11453,1,3584063530,'2014-09-27 18:11:55','https://www.google.co.uk/'),(10697,1,1,11454,1,1123631111,'2014-09-27 18:12:03',''),(10698,1,1,11455,73,2637637463,'2014-09-27 20:34:51',''),(10699,1,1,11456,1,1123631299,'2014-09-27 20:41:19',''),(10700,1,1,11457,1,3175664421,'2014-09-27 23:21:32','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(10701,1,1,11458,1,1123631107,'2014-09-27 23:36:27',''),(10702,1,1,11459,43,2637637396,'2014-09-27 23:40:39',''),(10703,1,1,11460,55,3497226587,'2014-09-28 01:52:46',''),(10704,1,1,11461,48,3024881215,'2014-09-28 02:59:45',''),(10705,1,1,11462,1,1123631111,'2014-09-28 03:28:01',''),(10706,1,1,11463,70,2637637463,'2014-09-28 03:58:11',''),(10707,1,1,11464,1,1483351028,'2014-09-28 06:27:48','https://www.google.co.uk/'),(10708,1,1,11465,1,1041806727,'2014-09-28 06:28:20',''),(10709,1,1,11466,1,1123631107,'2014-09-28 08:27:09',''),(10710,1,1,11467,1,1545049455,'2014-09-28 10:45:02','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=12&ved=0CI8BEBYwCw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=VeYnVIqAN9HsaOD1gLgB&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(10711,1,1,11468,1,1569735172,'2014-09-28 11:41:33','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(10712,1,1,11469,1,3169229086,'2014-09-28 11:45:03','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(10713,1,1,11470,1,1542483290,'2014-09-28 14:18:45',''),(10714,1,1,11471,1,1542483306,'2014-09-28 14:18:46',''),(10715,1,1,11472,1,2978687275,'2014-09-28 15:03:46','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(10716,1,1,11473,1,1376567086,'2014-09-28 15:13:32','https://www.google.co.uk/'),(10717,1,1,11474,1,3024881215,'2014-09-28 15:57:36',''),(10718,1,1,11475,1,2637637631,'2014-09-28 16:50:54',''),(10719,1,1,11476,1,1123631111,'2014-09-28 17:01:26',''),(10720,1,1,11477,75,3024880917,'2014-09-28 17:30:55',''),(10721,1,1,11478,1,3123038907,'2014-09-28 18:16:52','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(10722,1,1,11479,46,1123631111,'2014-09-28 18:30:56',''),(10723,1,1,11480,57,1123631111,'2014-09-28 19:07:55',''),(10724,1,1,11481,28,1123631111,'2014-09-28 20:12:08',''),(10725,1,1,11483,26,3497226587,'2014-09-28 21:20:23',''),(10726,1,1,11484,51,1123631111,'2014-09-28 22:32:14',''),(10727,1,1,11485,26,3497226059,'2014-09-28 22:59:05',''),(10728,1,1,11486,43,1123631107,'2014-09-28 23:13:12',''),(10729,1,1,11487,72,624583746,'2014-09-29 00:25:49',''),(10730,1,1,11488,56,1123631107,'2014-09-29 00:31:32',''),(10731,1,1,11489,1,1123631107,'2014-09-29 01:49:52',''),(10732,1,1,11490,54,1123631299,'2014-09-29 02:19:02',''),(10733,1,1,11491,1,1123631107,'2014-09-29 03:55:24',''),(10734,1,1,11492,1,1123631111,'2014-09-29 06:56:04',''),(10735,1,1,11493,1,1123631299,'2014-09-29 10:05:04',''),(10736,1,1,11494,63,624583825,'2014-09-29 11:25:00',''),(10737,1,1,11495,1,3227754197,'2014-09-29 11:48:34',''),(10738,1,1,11496,1,3227754197,'2014-09-29 11:48:37',''),(10739,1,1,11497,1,3227754197,'2014-09-29 11:48:39',''),(10740,1,1,11498,1,3227754197,'2014-09-29 11:48:41',''),(10741,1,1,11499,1,3227754197,'2014-09-29 11:48:44',''),(10742,1,1,11500,1,3227754197,'2014-09-29 11:48:47',''),(10743,1,1,11501,1,3227754197,'2014-09-29 11:48:49',''),(10744,1,1,11502,1,3227754197,'2014-09-29 11:48:51',''),(10745,1,1,11503,1,3227754197,'2014-09-29 11:48:54',''),(10746,1,1,11504,1,3227754197,'2014-09-29 11:48:57',''),(10747,1,1,11505,1,3227754197,'2014-09-29 11:48:59',''),(10748,1,1,11506,1,3227754197,'2014-09-29 11:49:02',''),(10749,1,1,11507,1,3479603870,'2014-09-29 13:41:10',''),(10750,1,1,11508,48,3024881041,'2014-09-29 14:01:33',''),(10751,1,1,11509,1,1542483321,'2014-09-29 15:17:59',''),(10752,1,1,11510,1,1542483266,'2014-09-29 15:18:00',''),(10753,1,1,11511,1,1403498913,'2014-09-29 15:22:11','https://www.google.co.uk/'),(10754,1,1,11512,1,1123631995,'2014-09-29 15:24:08',''),(10755,1,1,11513,43,624583746,'2014-09-29 15:27:45',''),(10756,1,1,11514,1,3024881294,'2014-09-29 16:24:50',''),(10757,1,1,11515,1,1123631987,'2014-09-29 16:33:41',''),(10758,1,1,11516,56,1123631995,'2014-09-29 17:39:07',''),(10759,1,1,11517,75,3024881215,'2014-09-29 18:22:05',''),(10760,1,1,11518,1,3589854125,'2014-09-29 20:30:45',''),(10761,1,1,11519,1,3589854125,'2014-09-29 20:30:50',''),(10762,1,1,11520,62,624583815,'2014-09-30 00:27:22',''),(10763,1,1,11521,26,2637637463,'2014-09-30 01:24:51',''),(10764,1,1,11522,1,1123632003,'2014-09-30 04:12:35',''),(10765,1,1,11523,26,3497226587,'2014-09-30 05:09:50',''),(10766,1,1,11524,1,786803397,'2014-09-30 06:43:06',''),(10767,1,1,11525,9,3162121863,'2014-09-30 08:41:31','http://search.babylon.com/?s=web&babsrc=SP_ss_din2g&rlz=0&sd=1&q=landsail+tyre+manfacturer&start=10'),(10768,1,1,11526,26,2637637631,'2014-09-30 09:57:18',''),(10769,1,1,11527,1,1123631987,'2014-09-30 10:37:41',''),(10770,1,1,11528,1,1123632003,'2014-09-30 11:29:30',''),(10771,1,1,11529,1,3374339192,'2014-09-30 12:02:04','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(10772,1,1,11530,1,1347466916,'2014-09-30 12:09:59','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CEQQFjAB&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=UZ0qVI6zGtLW7QbApIDoCA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.76477589,d.ZGU'),(10773,1,1,11531,48,3024880959,'2014-09-30 13:12:51',''),(10774,1,1,11532,1,1806337302,'2014-09-30 13:54:44',''),(10775,1,1,11533,6,1806337302,'2014-09-30 13:54:53',''),(10776,1,1,11534,9,1806337302,'2014-09-30 13:55:03',''),(10777,1,1,11535,55,1806337302,'2014-09-30 13:55:08',''),(10778,1,1,11536,64,1806337302,'2014-09-30 13:55:13',''),(10779,1,1,11537,69,1806337302,'2014-09-30 13:55:17',''),(10780,1,1,11538,63,1806337302,'2014-09-30 13:55:23',''),(10781,1,1,11539,51,1806337302,'2014-09-30 13:55:28',''),(10782,1,1,11540,56,1806337302,'2014-09-30 13:55:33',''),(10783,1,1,11541,65,1806337302,'2014-09-30 13:55:38',''),(10784,1,1,11542,62,1806337302,'2014-09-30 13:55:43',''),(10785,1,1,11543,28,1806337302,'2014-09-30 13:55:48',''),(10786,1,1,11544,50,1806337302,'2014-09-30 13:55:52',''),(10787,1,1,11545,45,1806337302,'2014-09-30 13:55:57',''),(10788,1,1,11546,16,1806337302,'2014-09-30 13:56:02',''),(10789,1,1,11547,10,1806337302,'2014-09-30 13:56:07',''),(10790,1,1,11548,49,1806337302,'2014-09-30 13:56:12',''),(10791,1,1,11549,58,1806337302,'2014-09-30 13:56:17',''),(10792,1,1,11550,27,1806337302,'2014-09-30 13:56:22',''),(10793,1,1,11551,44,1806337302,'2014-09-30 13:56:27',''),(10794,1,1,11552,57,1806337302,'2014-09-30 13:56:32',''),(10795,1,1,11553,41,1806337302,'2014-09-30 13:56:37',''),(10796,1,1,11554,42,1806337302,'2014-09-30 13:56:42',''),(10797,1,1,11555,53,1806337302,'2014-09-30 13:56:48',''),(10798,1,1,11556,48,1806337302,'2014-09-30 13:56:52',''),(10799,1,1,11557,43,1806337302,'2014-09-30 13:56:57',''),(10800,1,1,11558,38,1806337302,'2014-09-30 13:57:02',''),(10801,1,1,11559,52,1806337302,'2014-09-30 13:57:07',''),(10802,1,1,11560,16,1806337302,'2014-09-30 13:57:12',''),(10803,1,1,11561,75,1806337302,'2014-09-30 13:57:17',''),(10804,1,1,11562,59,1806337302,'2014-09-30 13:57:22',''),(10805,1,1,11563,68,1806337302,'2014-09-30 13:57:27',''),(10806,1,1,11564,67,1806337302,'2014-09-30 13:57:32',''),(10807,1,1,11565,74,1806337302,'2014-09-30 13:57:37',''),(10808,1,1,11566,16,1806337302,'2014-09-30 13:57:43',''),(10809,1,1,11567,72,1806337302,'2014-09-30 13:57:48',''),(10810,1,1,11568,70,1806337302,'2014-09-30 13:57:52',''),(10811,1,1,11569,71,1806337302,'2014-09-30 13:57:57',''),(10812,1,1,11570,73,1806337302,'2014-09-30 13:58:02',''),(10813,1,1,11571,43,1806337302,'2014-09-30 13:58:07',''),(10814,1,1,11572,43,1806337302,'2014-09-30 13:58:12',''),(10815,1,1,11573,31,1806337302,'2014-09-30 13:58:18',''),(10816,1,1,11574,47,1806337302,'2014-09-30 13:58:22',''),(10817,1,1,11575,15,1806337302,'2014-09-30 13:58:27',''),(10818,1,1,11576,54,1806337302,'2014-09-30 13:58:32',''),(10819,1,1,11577,66,1806337302,'2014-09-30 13:58:38',''),(10820,1,1,11578,26,1806337302,'2014-09-30 13:58:43',''),(10821,1,1,11579,26,1806337302,'2014-09-30 13:58:47',''),(10822,1,1,11580,26,1806337302,'2014-09-30 13:58:52',''),(10823,1,1,11581,26,1806337302,'2014-09-30 13:58:57',''),(10824,1,1,11582,26,1806337302,'2014-09-30 13:59:02',''),(10825,1,1,11583,26,1806337302,'2014-09-30 13:59:07',''),(10826,1,1,11584,26,1806337302,'2014-09-30 13:59:12',''),(10827,1,1,11585,26,1806337302,'2014-09-30 13:59:18',''),(10828,1,1,11586,26,1806337302,'2014-09-30 13:59:22',''),(10829,1,1,11587,26,1806337302,'2014-09-30 13:59:28',''),(10830,1,1,11588,26,1806337302,'2014-09-30 13:59:33',''),(10831,1,1,11589,26,1806337302,'2014-09-30 13:59:37',''),(10832,1,1,11590,26,1806337302,'2014-09-30 13:59:42',''),(10833,1,1,11591,26,1806337302,'2014-09-30 13:59:47',''),(10834,1,1,11592,26,1806337302,'2014-09-30 13:59:52',''),(10835,1,1,11593,26,1806337302,'2014-09-30 13:59:58',''),(10836,1,1,11594,26,1806337302,'2014-09-30 14:00:03',''),(10837,1,1,11595,26,1806337302,'2014-09-30 14:00:07',''),(10838,1,1,11596,26,1806337302,'2014-09-30 14:00:13',''),(10839,1,1,11597,26,1806337302,'2014-09-30 14:00:17',''),(10840,1,1,11598,26,1806337302,'2014-09-30 14:00:22',''),(10841,1,1,11599,26,1806337302,'2014-09-30 14:00:28',''),(10842,1,1,11600,26,1806337302,'2014-09-30 14:00:33',''),(10843,1,1,11601,26,1806337302,'2014-09-30 14:00:37',''),(10844,1,1,11602,26,1806337302,'2014-09-30 14:00:42',''),(10845,1,1,11603,26,1806337302,'2014-09-30 14:00:47',''),(10846,1,1,11604,26,1806337302,'2014-09-30 14:00:57',''),(10847,1,1,11605,26,1806337302,'2014-09-30 14:00:59',''),(10848,1,1,11606,26,1806337302,'2014-09-30 14:01:02',''),(10849,1,1,11607,26,1806337302,'2014-09-30 14:01:07',''),(10850,1,1,11608,26,1806337302,'2014-09-30 14:01:12',''),(10851,1,1,11609,26,1806337302,'2014-09-30 14:01:17',''),(10852,1,1,11610,26,1806337302,'2014-09-30 14:01:22',''),(10853,1,1,11611,26,1806337302,'2014-09-30 14:01:28',''),(10854,1,1,11612,48,3219939570,'2014-09-30 14:08:17',''),(10855,1,1,11613,1,3522758134,'2014-09-30 15:28:50',''),(10856,1,1,11614,1,1542483289,'2014-09-30 16:26:59',''),(10857,1,1,11615,1,1542483292,'2014-09-30 16:27:00',''),(10858,1,1,11616,58,3024881292,'2014-09-30 18:28:58',''),(10859,1,1,11617,56,2637637463,'2014-09-30 19:05:55',''),(10860,1,1,11618,1,1562480675,'2014-09-30 19:17:54','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(10861,1,1,11619,1,3219939570,'2014-09-30 20:04:30',''),(10862,1,1,11612,52,3219939570,'2014-09-30 20:56:35',''),(10863,1,1,11620,26,3702877280,'2014-09-30 23:24:31',''),(10864,1,1,11621,69,3497226059,'2014-09-30 23:27:36',''),(10865,1,1,11622,1,1545049681,'2014-10-01 00:44:19','https://www.google.co.uk/'),(10866,1,1,11623,1,1041806727,'2014-10-01 00:44:49',''),(10867,1,1,11624,1,1123631299,'2014-10-01 01:18:10',''),(10868,1,1,11625,69,3024880973,'2014-10-01 01:46:48',''),(10869,1,1,11626,1,1123631111,'2014-10-01 03:33:28',''),(10870,1,1,11627,1,3702877335,'2014-10-01 05:02:33',''),(10871,1,1,11628,1,1123631299,'2014-10-01 05:31:45',''),(10872,1,1,11629,43,3702877339,'2014-10-01 05:35:52',''),(10873,1,1,11630,66,624583869,'2014-10-01 06:34:13',''),(10874,1,1,11631,1,2637637396,'2014-10-01 06:42:32',''),(10875,1,1,11632,16,624583849,'2014-10-01 07:44:50',''),(10876,1,1,11633,1,1123631111,'2014-10-01 08:49:01',''),(10877,1,1,11634,1,2637637396,'2014-10-01 09:11:11',''),(10878,1,1,11635,43,2637637396,'2014-10-01 09:37:12',''),(10879,1,1,11636,6,2637637631,'2014-10-01 09:38:34',''),(10880,1,1,11637,1,2637637463,'2014-10-01 09:44:22',''),(10881,1,1,11638,1,3105535113,'2014-10-01 10:52:42','http://www.google.com/m?q=ms+tyres+blackburn&client=ms-opera-mini-android&channel=new'),(10882,1,1,11639,1,1525976386,'2014-10-01 11:54:11','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=13&ved=0CCsQFjACOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=beorVPnMDMvePYv4gfAH&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=JMEx2SJiWZ-eNf74KnXruw'),(10883,1,1,11640,1,1123631299,'2014-10-01 12:05:30',''),(10884,1,1,11641,1,1056890685,'2014-10-01 13:48:55',''),(10885,1,1,11642,43,2637637396,'2014-10-01 17:22:29',''),(10886,1,1,11643,1,1542483294,'2014-10-01 17:41:46',''),(10887,1,1,11644,1,1542483295,'2014-10-01 17:41:47',''),(10888,1,1,11645,10,1508985340,'2014-10-01 19:37:34','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=23&ved=0CEsQFjACOBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D9%26controller%3Dproduct%26id_lang%3D1&ei=sVcsVLbxBum8ygP5uoGICw&usg=AFQjCNFXhLp7DaHp6_6PebJYcQQ8oRC'),(10889,1,1,11646,1,782615949,'2014-10-01 19:41:26',''),(10890,1,1,11647,1,782615949,'2014-10-01 19:41:28',''),(10891,1,1,11648,1,782615949,'2014-10-01 19:41:30',''),(10892,1,1,11649,1,782615949,'2014-10-01 19:41:32',''),(10893,1,1,11650,1,782615949,'2014-10-01 19:41:35',''),(10894,1,1,11651,1,782615949,'2014-10-01 19:41:37',''),(10895,1,1,11652,1,782615949,'2014-10-01 19:41:39',''),(10896,1,1,11653,1,782615949,'2014-10-01 19:41:41',''),(10897,1,1,11654,1,782615949,'2014-10-01 19:41:43',''),(10898,1,1,11655,1,782615949,'2014-10-01 19:41:46',''),(10899,1,1,11656,1,782615949,'2014-10-01 19:41:48',''),(10900,1,1,11657,1,782615949,'2014-10-01 19:41:51',''),(10901,1,1,11658,63,2071807782,'2014-10-01 20:03:31',''),(10902,1,1,11659,1,2637637396,'2014-10-01 20:25:58',''),(10903,1,1,11660,1,2637637631,'2014-10-01 21:55:53',''),(10904,1,1,11661,1,1123631107,'2014-10-01 22:06:27',''),(10905,1,1,11662,1,1838643809,'2014-10-01 22:23:49','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CEUQFjAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=GH4sVOTKG4flaNLggcAG&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=n28C1vBEEejyOBh5OwRDGw&bvm=bv.76477589,d.d2s'),(10906,1,1,11663,1,624630871,'2014-10-02 00:14:33',''),(10907,1,1,11664,1,3045412602,'2014-10-02 00:44:23','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(10908,1,1,11665,15,3024881301,'2014-10-02 02:34:51',''),(10909,1,1,11666,1,2637637463,'2014-10-02 02:37:27',''),(10910,1,1,11667,1,1123632003,'2014-10-02 02:49:04',''),(10911,1,1,11668,6,624583746,'2014-10-02 03:35:38',''),(10912,1,1,11669,26,2071807818,'2014-10-02 03:42:26',''),(10913,1,1,11670,1,1123632003,'2014-10-02 04:10:51',''),(10914,1,1,11671,72,3024880922,'2014-10-02 07:16:49',''),(10915,1,1,11672,1,1545007602,'2014-10-02 07:22:20','https://www.google.co.uk/'),(10916,1,1,11673,1,1041806726,'2014-10-02 07:22:51',''),(10917,1,1,11674,38,3024880918,'2014-10-02 07:31:48',''),(10918,1,1,11675,68,1483214374,'2014-10-02 08:37:36','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=10&ved=0CHoQFjAJ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&ei=OAstVJ_tBIbCPM6LgYgL&usg=AFQjCNHWZWIYgPzjc0ib6fccUKEC1CiZaw'),(10919,1,1,11676,1,2637637396,'2014-10-02 11:52:18',''),(10920,1,1,11677,55,624583917,'2014-10-02 12:14:35',''),(10921,1,1,11678,59,1123631111,'2014-10-02 15:04:56',''),(10922,1,1,11679,64,1123631299,'2014-10-02 15:42:01',''),(10923,1,1,11680,59,2637637396,'2014-10-02 16:17:40',''),(10924,1,1,11681,1,3024881216,'2014-10-02 17:21:00',''),(10925,1,1,11682,1,1123631299,'2014-10-02 18:11:13',''),(10926,1,1,11684,1,1542483309,'2014-10-02 18:57:30',''),(10927,1,1,11685,1,1542483311,'2014-10-02 18:57:31',''),(10928,1,1,11686,9,1123631299,'2014-10-02 19:05:51',''),(10929,1,1,11687,52,3497226059,'2014-10-02 19:20:54',''),(10930,1,1,11688,1,1123631111,'2014-10-02 21:08:50',''),(10931,1,1,11689,68,3475901702,'2014-10-02 21:19:05',''),(10932,1,1,11690,50,1123631299,'2014-10-02 21:46:30',''),(10933,1,1,11691,10,1123631111,'2014-10-02 22:12:17',''),(10934,1,1,11692,69,1123631107,'2014-10-02 22:24:06',''),(10935,1,1,11694,67,1123631231,'2014-10-02 22:59:21',''),(10936,1,1,11695,1,1123631111,'2014-10-03 00:05:50',''),(10937,1,1,11696,53,1123631107,'2014-10-03 01:04:08',''),(10938,1,1,11697,1,3171282008,'2014-10-03 01:50:51','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(10939,1,1,11698,43,3497226059,'2014-10-03 03:00:57',''),(10940,1,1,11699,6,3024880924,'2014-10-03 03:07:34',''),(10941,1,1,11700,68,1123631107,'2014-10-03 03:30:41',''),(10942,1,1,11701,47,1123631111,'2014-10-03 06:04:42',''),(10943,1,1,11702,59,2637637396,'2014-10-03 06:07:27',''),(10944,1,1,11703,63,1123631107,'2014-10-03 06:49:31',''),(10945,1,1,11704,1,3587042375,'2014-10-03 07:11:11',''),(10946,1,1,11705,55,1123631111,'2014-10-03 07:41:26',''),(10947,1,1,11706,1,3587041414,'2014-10-03 08:37:48','https://www.google.co.uk/'),(10948,1,1,11707,64,2637637396,'2014-10-03 09:17:12',''),(10949,1,1,11708,68,1523907101,'2014-10-03 09:22:35',''),(10950,1,1,11709,52,1123631107,'2014-10-03 10:27:36',''),(10951,1,1,11710,62,2071807756,'2014-10-03 10:45:41',''),(10952,1,1,11711,1,1123631111,'2014-10-03 11:29:55',''),(10953,1,1,11712,1,3587043430,'2014-10-03 11:30:50','https://www.google.co.uk/'),(10954,1,1,11713,52,3024881310,'2014-10-03 11:31:48',''),(10955,1,1,11714,41,1354572555,'2014-10-03 12:21:38','https://www.google.co.uk/'),(10956,1,1,11715,1,3024881192,'2014-10-03 12:23:25',''),(10957,1,1,11716,66,1123631111,'2014-10-03 12:25:17',''),(10958,1,1,11717,15,1123631111,'2014-10-03 14:12:36',''),(10959,1,1,11718,68,3475901702,'2014-10-03 14:26:44',''),(10960,1,1,11719,1,3496687143,'2014-10-03 14:37:02',''),(10961,1,1,11720,1,3496687143,'2014-10-03 14:37:07',''),(10962,1,1,11721,1,3496687143,'2014-10-03 14:37:14',''),(10963,1,1,11722,1,3496687143,'2014-10-03 14:37:20',''),(10964,1,1,11723,1,3496687143,'2014-10-03 14:37:25',''),(10965,1,1,11724,1,3496687143,'2014-10-03 14:37:28',''),(10966,1,1,11725,1,3496687143,'2014-10-03 14:37:35',''),(10967,1,1,11726,1,3496687143,'2014-10-03 14:37:39',''),(10968,1,1,11727,1,3496687143,'2014-10-03 14:37:44',''),(10969,1,1,11728,1,3496687143,'2014-10-03 14:37:49',''),(10970,1,1,11729,1,3496687143,'2014-10-03 14:37:52',''),(10971,1,1,11730,1,3496687143,'2014-10-03 14:38:01',''),(10972,1,1,11731,50,1123631111,'2014-10-03 14:54:08',''),(10973,1,1,11732,51,2637637631,'2014-10-03 15:04:14',''),(10974,1,1,11733,50,624583816,'2014-10-03 15:45:35',''),(10975,1,1,11734,1,1123631299,'2014-10-03 17:33:23',''),(10976,1,1,11735,26,2637637396,'2014-10-03 19:02:49',''),(10977,1,1,11736,47,624583772,'2014-10-03 19:15:33',''),(10978,1,1,11737,41,1123631107,'2014-10-03 20:12:36',''),(10979,1,1,11738,68,1123631107,'2014-10-03 21:08:32',''),(10980,1,1,11739,41,3024881217,'2014-10-03 21:18:44',''),(10981,1,1,11740,1,1123631299,'2014-10-03 21:46:04',''),(10982,1,1,11741,54,624583832,'2014-10-03 22:20:03',''),(10983,1,1,11742,62,1123631299,'2014-10-03 23:57:36',''),(10984,1,1,11743,31,1123631111,'2014-10-04 00:56:27',''),(10985,1,1,11744,26,3497226587,'2014-10-04 01:08:35',''),(10986,1,1,11745,65,3024881051,'2014-10-04 01:11:23',''),(10987,1,1,11746,1,1123631111,'2014-10-04 01:38:00',''),(10988,1,1,11747,65,3475901702,'2014-10-04 01:55:50',''),(10989,1,1,11748,56,1123631107,'2014-10-04 03:21:50',''),(10990,1,1,11749,6,3024881193,'2014-10-04 03:58:42',''),(10991,1,1,11750,1,1542483320,'2014-10-04 04:50:28',''),(10992,1,1,11751,1,1542483266,'2014-10-04 04:50:29',''),(10993,1,1,11752,26,3702877266,'2014-10-04 05:34:35',''),(10994,1,1,11753,15,3702877371,'2014-10-04 06:07:55',''),(10995,1,1,11754,1,1123631107,'2014-10-04 06:11:29',''),(10996,1,1,11755,1,2071807825,'2014-10-04 06:41:15',''),(10997,1,1,11756,68,1541956909,'2014-10-04 08:35:24','https://www.google.com/'),(10998,1,1,11757,1,1123631111,'2014-10-04 11:00:17',''),(10999,1,1,11758,1,3024881198,'2014-10-04 12:11:50',''),(11000,1,1,11759,1,1123631107,'2014-10-04 13:14:21',''),(11001,1,1,11760,1,1123631299,'2014-10-04 13:29:37',''),(11002,1,1,11762,1,1377039852,'2014-10-04 16:18:39','https://www.google.co.uk/'),(11003,1,1,11763,1,1123631299,'2014-10-04 16:23:44',''),(11004,1,1,11764,1,3345368921,'2014-10-04 16:55:09','http://www.bing.com/search?q=http%3a%2f%2fknottygalcrochet.com%2findex.php%3fid_product%3d1%26controller%3dproduct&go=&qs=HS&filt=custom&first=51&FORM=PORE'),(11005,1,1,11765,1,3345368921,'2014-10-04 16:55:17',''),(11006,1,1,11766,1,1123631107,'2014-10-04 17:07:18',''),(11007,1,1,11767,1,2536101459,'2014-10-04 17:10:52','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(11008,1,1,11768,65,3475901702,'2014-10-04 17:18:56',''),(11009,1,1,11769,1,1123631111,'2014-10-04 18:35:52',''),(11010,1,1,11770,10,1123631111,'2014-10-04 19:58:12',''),(11011,1,1,11771,1,1123631107,'2014-10-04 21:01:23',''),(11012,1,1,11772,65,1123631111,'2014-10-04 22:17:59',''),(11013,1,1,11773,59,624583868,'2014-10-04 22:32:44',''),(11014,1,1,11774,47,2071807839,'2014-10-04 22:39:29',''),(11015,1,1,11775,45,1123631299,'2014-10-04 23:25:00',''),(11016,1,1,11776,1,1123631299,'2014-10-05 01:16:05',''),(11017,1,1,11777,14,1123631107,'2014-10-05 02:11:36',''),(11018,1,1,11778,6,1123631107,'2014-10-05 02:44:09',''),(11019,1,1,11779,53,2071807776,'2014-10-05 03:37:27',''),(11020,1,1,11780,26,3702877274,'2014-10-05 04:10:47',''),(11021,1,1,11781,38,1123631107,'2014-10-05 04:42:52',''),(11022,1,1,11782,1,1542483315,'2014-10-05 05:43:00',''),(11023,1,1,11783,1,1542483280,'2014-10-05 05:43:01',''),(11024,1,1,11784,1,3479603870,'2014-10-05 05:47:05',''),(11025,1,1,11785,1,3479603715,'2014-10-05 06:08:55',''),(11026,1,1,11786,1,1123631299,'2014-10-05 06:35:52',''),(11027,1,1,11787,74,624583868,'2014-10-05 07:00:38',''),(11028,1,1,11788,6,3702877266,'2014-10-05 07:08:26',''),(11029,1,1,11789,65,2071807763,'2014-10-05 08:15:02',''),(11030,1,1,11790,1,1159654938,'2014-10-05 09:24:28',''),(11031,1,1,11791,1,1159654938,'2014-10-05 09:24:31',''),(11032,1,1,11792,1,1159654938,'2014-10-05 09:24:33',''),(11033,1,1,11793,1,1123631107,'2014-10-05 10:40:39',''),(11034,1,1,11794,16,624583772,'2014-10-05 11:56:31',''),(11035,1,1,11795,1,3024881203,'2014-10-05 13:43:52',''),(11036,1,1,11796,42,3024880962,'2014-10-05 13:58:52',''),(11037,1,1,11797,1,1577786057,'2014-10-05 14:09:16','https://www.google.co.uk/'),(11038,1,1,11798,1,1381937297,'2014-10-05 14:44:45','http://www.1businessenterprise.co.uk/our-clients.php'),(11039,1,1,11799,26,1381937297,'2014-10-05 14:47:42',''),(11040,1,1,11800,55,1381937297,'2014-10-05 14:48:59',''),(11041,1,1,11801,43,1381937297,'2014-10-05 14:50:17',''),(11042,1,1,11802,26,1381937297,'2014-10-05 14:51:35',''),(11043,1,1,11803,63,1381937297,'2014-10-05 14:52:54',''),(11044,1,1,11804,69,1381937297,'2014-10-05 14:54:11',''),(11045,1,1,11805,52,1381937297,'2014-10-05 14:55:30',''),(11046,1,1,11806,10,1381937297,'2014-10-05 14:56:46',''),(11047,1,1,11807,3,1381937297,'2014-10-05 14:58:04',''),(11048,1,1,11808,59,1381937297,'2014-10-05 14:59:20',''),(11049,1,1,11809,72,1381937297,'2014-10-05 15:00:42',''),(11050,1,1,11810,16,1381937297,'2014-10-05 15:01:59',''),(11051,1,1,11811,45,1381937297,'2014-10-05 15:03:16',''),(11052,1,1,11812,50,1381937297,'2014-10-05 15:04:37',''),(11053,1,1,11813,18,1381937297,'2014-10-05 15:05:57',''),(11054,1,1,11814,54,1381937297,'2014-10-05 15:07:16',''),(11055,1,1,11815,42,1381937297,'2014-10-05 15:08:36',''),(11056,1,1,11816,71,1381937297,'2014-10-05 15:09:56',''),(11057,1,1,11817,67,1381937297,'2014-10-05 15:11:17',''),(11058,1,1,11818,66,1381937297,'2014-10-05 15:12:39',''),(11059,1,1,11819,53,1381937297,'2014-10-05 15:14:02',''),(11060,1,1,11820,73,1381937297,'2014-10-05 15:15:21',''),(11061,1,1,11821,75,1381937297,'2014-10-05 15:16:41',''),(11062,1,1,11822,27,1381937297,'2014-10-05 15:18:04',''),(11063,1,1,11823,57,1381937297,'2014-10-05 15:19:23',''),(11064,1,1,11824,58,1381937297,'2014-10-05 15:20:43',''),(11065,1,1,11825,74,1381937297,'2014-10-05 15:22:06',''),(11066,1,1,11826,47,1381937297,'2014-10-05 15:23:22',''),(11067,1,1,11827,31,1381937297,'2014-10-05 15:24:46',''),(11068,1,1,11828,38,1381937297,'2014-10-05 15:26:07',''),(11069,1,1,11829,26,1381937297,'2014-10-05 15:27:28',''),(11070,1,1,11830,51,1381937297,'2014-10-05 15:28:45',''),(11071,1,1,11831,44,1381937297,'2014-10-05 15:30:08',''),(11072,1,1,11832,26,1381937297,'2014-10-05 15:31:25',''),(11073,1,1,11833,9,1381937297,'2014-10-05 15:32:47',''),(11074,1,1,11834,68,1381937297,'2014-10-05 15:34:09',''),(11075,1,1,11835,26,1381937297,'2014-10-05 15:35:25',''),(11076,1,1,11836,62,1381937297,'2014-10-05 15:36:46',''),(11077,1,1,11837,16,1381937297,'2014-10-05 15:38:07',''),(11078,1,1,11838,49,1381937297,'2014-10-05 15:39:25',''),(11079,1,1,11839,16,1381937297,'2014-10-05 15:40:44',''),(11080,1,1,11840,28,1381937297,'2014-10-05 15:42:06',''),(11081,1,1,11841,15,1381937297,'2014-10-05 15:43:25',''),(11082,1,1,11842,56,1381937297,'2014-10-05 15:44:44',''),(11083,1,1,11843,43,1381937297,'2014-10-05 15:46:04',''),(11084,1,1,11844,64,1381937297,'2014-10-05 15:47:21',''),(11085,1,1,11845,41,1381937297,'2014-10-05 15:48:42',''),(11086,1,1,11846,1,3373505106,'2014-10-05 15:49:48','http://nmp.com.br'),(11087,1,1,11847,65,1381937297,'2014-10-05 15:50:03',''),(11088,1,1,11848,48,1381937297,'2014-10-05 15:51:25',''),(11089,1,1,11849,43,1381937297,'2014-10-05 15:52:43',''),(11090,1,1,11850,6,1381937297,'2014-10-05 15:54:06',''),(11091,1,1,11797,1,1577786057,'2014-10-05 16:42:04','https://www.google.co.uk/'),(11092,1,1,11851,1,1123631299,'2014-10-05 17:51:01',''),(11093,1,1,11852,73,3024880924,'2014-10-05 18:19:18',''),(11094,1,1,11853,26,2637637463,'2014-10-05 18:24:05',''),(11095,1,1,11854,1,2970655332,'2014-10-05 18:29:55','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(11096,1,1,11855,1,624583766,'2014-10-05 18:59:39',''),(11097,1,1,11856,1,3024880960,'2014-10-05 19:03:16',''),(11098,1,1,11857,1,3024881092,'2014-10-05 19:03:18',''),(11099,1,1,11858,1,1123631107,'2014-10-05 19:36:53',''),(11100,1,1,11859,26,2637637631,'2014-10-05 20:09:00',''),(11101,1,1,11860,41,624583842,'2014-10-05 20:25:17',''),(11102,1,1,11861,62,3024881087,'2014-10-05 20:30:01',''),(11103,1,1,11862,1,1847772082,'2014-10-05 20:32:16',''),(11104,1,1,11863,38,2071807756,'2014-10-05 21:03:31',''),(11105,1,1,11864,56,1123631299,'2014-10-05 21:07:56',''),(11106,1,1,11865,1,1123631299,'2014-10-05 21:53:45',''),(11107,1,1,11866,15,624583772,'2014-10-05 22:15:45',''),(11108,1,1,11867,1,1578570674,'2014-10-05 23:14:55',''),(11109,1,1,11868,1,1578570674,'2014-10-05 23:14:57',''),(11110,1,1,11869,1,1578570674,'2014-10-05 23:14:59',''),(11111,1,1,11870,1,1578570674,'2014-10-05 23:15:15',''),(11112,1,1,11871,1,1578570674,'2014-10-05 23:15:18',''),(11113,1,1,11872,1,1578570674,'2014-10-05 23:15:20',''),(11114,1,1,11873,1,1578570674,'2014-10-05 23:15:27',''),(11115,1,1,11874,1,1578570674,'2014-10-05 23:15:36',''),(11116,1,1,11875,1,1578570674,'2014-10-05 23:15:54',''),(11117,1,1,11876,68,1123631111,'2014-10-06 00:01:07',''),(11118,1,1,11877,1,1123631107,'2014-10-06 00:54:21',''),(11119,1,1,11878,1,1123631111,'2014-10-06 02:02:42',''),(11120,1,1,11879,48,1123631299,'2014-10-06 03:57:23',''),(11121,1,1,11880,63,1123631107,'2014-10-06 04:53:51',''),(11122,1,1,11881,1,1123631111,'2014-10-06 04:59:15',''),(11123,1,1,11882,43,624583772,'2014-10-06 05:06:09',''),(11124,1,1,11883,56,1123631299,'2014-10-06 05:37:18',''),(11125,1,1,11884,1,1123631299,'2014-10-06 06:27:16',''),(11126,1,1,11885,1,1542483277,'2014-10-06 06:28:52',''),(11127,1,1,11886,1,1542483280,'2014-10-06 06:28:53',''),(11128,1,1,11887,68,1123631111,'2014-10-06 07:01:14',''),(11129,1,1,11888,1,1123631107,'2014-10-06 08:07:09',''),(11130,1,1,11889,1,3024880956,'2014-10-06 08:32:58',''),(11131,1,1,11890,63,1123631107,'2014-10-06 08:44:19',''),(11132,1,1,11891,1,1123631111,'2014-10-06 09:42:19',''),(11133,1,1,11892,71,1123631111,'2014-10-06 10:13:43',''),(11134,1,1,11894,27,1123631111,'2014-10-06 11:42:20',''),(11135,1,1,11895,43,3702877278,'2014-10-06 11:44:46',''),(11136,1,1,11896,72,1123631423,'2014-10-06 12:48:21',''),(11137,1,1,11897,74,1123631419,'2014-10-06 12:58:50',''),(11138,1,1,11898,73,624583832,'2014-10-06 13:50:43',''),(11139,1,1,11899,70,1123631427,'2014-10-06 13:58:30',''),(11140,1,1,11900,75,1123631419,'2014-10-06 14:27:46',''),(11141,1,1,11901,50,3702877307,'2014-10-06 15:05:45',''),(11142,1,1,11902,71,1123631419,'2014-10-06 15:20:23',''),(11143,1,1,11903,65,1483467505,'2014-10-06 15:24:43','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=15&ved=0CH0QFjAO&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=DbEyVIboHsexPLOzgNAO&usg=AFQjCNE1Ca_-PPn5dxqsbrcb2E1gypusNQ&'),(11144,1,1,11904,1,1041806726,'2014-10-06 15:25:14',''),(11145,1,1,11905,59,1123631427,'2014-10-06 15:40:31',''),(11146,1,1,11906,45,3702877259,'2014-10-06 16:15:26',''),(11147,1,1,11907,1,2516499014,'2014-10-06 16:17:39','https://www.google.co.uk/'),(11148,1,1,11908,67,2637637396,'2014-10-06 16:47:27',''),(11149,1,1,11909,27,1123631427,'2014-10-06 17:20:07',''),(11150,1,1,11910,1,1123631427,'2014-10-06 18:42:08',''),(11151,1,1,11911,26,3497226059,'2014-10-06 18:58:23',''),(11152,1,1,11912,65,3497226059,'2014-10-06 18:58:27',''),(11153,1,1,11913,49,3024881288,'2014-10-06 19:10:55',''),(11154,1,1,11914,56,3702877345,'2014-10-06 23:17:18',''),(11155,1,1,11915,1,3134252124,'2014-10-06 23:46:50','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(11156,1,1,11916,1,1454438284,'2014-10-07 00:58:21','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=13&ved=0CE8QFjACOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=KzozVMiaL4HqyQOR0oL4AQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=FvNLWebKDa_IP2ZMeEE9Mw'),(11157,1,1,11917,1,1123631427,'2014-10-07 01:41:08',''),(11158,1,1,11918,43,3497226059,'2014-10-07 03:00:30',''),(11159,1,1,11919,56,3024881202,'2014-10-07 03:36:53',''),(11160,1,1,11920,64,2071807765,'2014-10-07 05:20:21',''),(11161,1,1,11921,38,624583834,'2014-10-07 06:26:08',''),(11162,1,1,11922,26,3702877364,'2014-10-07 06:26:59',''),(11163,1,1,11923,1,1523984790,'2014-10-07 06:52:11',''),(11164,1,1,11924,1,1542483316,'2014-10-07 07:46:33',''),(11165,1,1,11925,1,1542483274,'2014-10-07 07:46:34',''),(11166,1,1,11926,62,1123631419,'2014-10-07 07:48:31',''),(11167,1,1,11928,1,2586485722,'2014-10-07 09:09:36','http://www.google.co.uk/search?q=ms+tyres&oq=ms+tyres&aqs=chrome..69i57j0l5.2767j0j9&sourceid=chrome&es_sm=122&ie=UTF-8&gws_rd=ssl'),(11168,1,1,11929,1,2586485722,'2014-10-07 09:25:08','http://www.google.co.uk/search?q=ms+tyre+blackburn&oq=ms+tyre+blackburn&aqs=chrome..69i57j0.10333j0j8&sourceid=chrome&es_sm=122&ie=UTF-8&gws_rd=ssl'),(11169,1,1,11930,1,2586485722,'2014-10-07 09:25:09','http://www.google.co.uk/url?sa=t&rct=j&q=ms%20tyre%20blackburn&source=web&cd=1&ved=0CCMQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=K7EzVLmfI5bXasyVgWA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.76943099,d.d2s'),(11170,1,1,11931,9,3702877328,'2014-10-07 09:26:41',''),(11171,1,1,11932,56,1123631419,'2014-10-07 09:37:06',''),(11172,1,1,11933,1,1377593919,'2014-10-07 09:38:21','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0CHUQoAIwBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=I7MzVOXcPLTY7Aa71oHgAg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(11173,1,1,11934,1,3650863493,'2014-10-07 10:43:32','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&sqi=2&ved=0CDYQFjAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=esMzVNqXO8fd7Qbxo4AY&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(11174,1,1,11935,1,1366185109,'2014-10-07 12:14:05',''),(11175,1,1,11936,1,1366185109,'2014-10-07 12:14:10',''),(11176,1,1,11937,1,1366185109,'2014-10-07 12:14:13',''),(11177,1,1,11938,1,1366185109,'2014-10-07 12:14:16',''),(11178,1,1,11939,1,1366185109,'2014-10-07 12:14:19',''),(11179,1,1,11940,1,1366185109,'2014-10-07 12:14:22',''),(11180,1,1,11941,1,1366185109,'2014-10-07 12:14:24',''),(11181,1,1,11942,1,1366185109,'2014-10-07 12:14:27',''),(11182,1,1,11943,1,1366185109,'2014-10-07 12:14:29',''),(11183,1,1,11944,1,1366185109,'2014-10-07 12:14:32',''),(11184,1,1,11945,1,1366185109,'2014-10-07 12:14:34',''),(11185,1,1,11946,1,1366185109,'2014-10-07 12:14:37',''),(11186,1,1,11947,41,2071807795,'2014-10-07 13:05:50',''),(11187,1,1,11948,65,1454193337,'2014-10-07 13:22:53','http://www.google.co.uk/'),(11188,1,1,11949,1,1123632003,'2014-10-07 13:59:18',''),(11189,1,1,11950,45,624583914,'2014-10-07 16:23:55',''),(11190,1,1,11951,1,3024881201,'2014-10-07 17:25:23',''),(11191,1,1,11952,1,1123631995,'2014-10-07 17:40:58',''),(11192,1,1,11953,1,1365348750,'2014-10-07 17:45:19','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CHgQoAIwBg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=vCU0VIuQIpDe7AbK0YCQBg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(11193,1,1,11954,1,2071807778,'2014-10-07 18:10:52',''),(11194,1,1,11955,1,1350621031,'2014-10-07 18:13:12','https://www.google.com/'),(11195,1,1,11956,1,3123056643,'2014-10-07 19:16:08',''),(11196,1,1,11957,26,3497226059,'2014-10-07 19:34:27',''),(11197,1,1,11958,1,1123631995,'2014-10-07 20:19:28',''),(11198,1,1,11959,41,1123632003,'2014-10-07 20:58:58',''),(11199,1,1,11960,26,3497226587,'2014-10-07 21:07:28',''),(11200,1,1,11961,16,3497226587,'2014-10-07 21:07:36',''),(11201,1,1,11962,1,1123631987,'2014-10-07 21:51:06',''),(11202,1,1,11963,57,1123631995,'2014-10-07 21:55:49',''),(11203,1,1,11964,1,1123631987,'2014-10-08 00:14:53',''),(11204,1,1,11965,26,2071807773,'2014-10-08 00:21:04',''),(11205,1,1,11966,1,1123632003,'2014-10-08 02:09:49',''),(11206,1,1,11967,48,624583758,'2014-10-08 04:48:10',''),(11207,1,1,11968,28,3024881213,'2014-10-08 05:09:06',''),(11208,1,1,11969,1,1542483288,'2014-10-08 09:09:33',''),(11209,1,1,11970,1,1542483269,'2014-10-08 09:09:34',''),(11210,1,1,11971,1,1123631987,'2014-10-08 09:49:06',''),(11211,1,1,11972,1,1123631995,'2014-10-08 10:59:06',''),(11212,1,1,11973,63,3024881069,'2014-10-08 11:57:58',''),(11213,1,1,11974,1,1123632611,'2014-10-08 13:39:16',''),(11214,1,1,11975,1,1032306400,'2014-10-08 14:01:03','http://www.baidu.com/s?wd=NULL'),(11215,1,1,11976,1,1567015665,'2014-10-08 14:04:15','http://miglioriamoci.net'),(11216,1,1,11977,1,1123632611,'2014-10-08 14:36:38',''),(11217,1,1,11978,1,87469651,'2014-10-08 15:22:52','https://www.google.gr/'),(11218,1,1,11979,51,1123632387,'2014-10-08 17:10:16',''),(11219,1,1,11980,1,3643427157,'2014-10-08 17:39:07','https://www.google.co.uk/'),(11220,1,1,11981,1,3643427157,'2014-10-08 17:39:09','https://www.google.co.uk/'),(11221,1,1,11982,1,1123632387,'2014-10-08 18:22:20',''),(11222,1,1,11983,47,1123632387,'2014-10-08 19:16:08',''),(11223,1,1,11984,41,2637637575,'2014-10-08 19:48:08',''),(11224,1,1,11985,1,3024881287,'2014-10-08 20:33:48',''),(11225,1,1,11986,1,1123632387,'2014-10-08 21:20:10',''),(11226,1,1,11987,1,1524026434,'2014-10-08 22:34:36',''),(11227,1,1,11988,1,1123632387,'2014-10-09 01:01:22',''),(11228,1,1,11989,26,3497226587,'2014-10-09 01:05:48',''),(11229,1,1,11990,43,3702877277,'2014-10-09 01:48:30',''),(11230,1,1,11991,1,1123632387,'2014-10-09 03:05:19',''),(11231,1,1,11992,70,3024881049,'2014-10-09 05:06:27',''),(11232,1,1,11993,1,3479603870,'2014-10-09 05:43:16',''),(11233,1,1,11994,55,2071807765,'2014-10-09 06:08:08',''),(11234,1,1,11995,1,1499555079,'2014-10-09 07:00:44','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(11235,1,1,11996,26,3475901818,'2014-10-09 07:38:17',''),(11236,1,1,11997,1,3331308490,'2014-10-09 07:48:44',''),(11237,1,1,11998,1,1546189174,'2014-10-09 09:07:11',''),(11238,1,1,11999,1,1123632387,'2014-10-09 09:23:23',''),(11239,1,1,12000,1,1032306397,'2014-10-09 09:45:34','http://www.baidu.com/s?wd=NULL'),(11240,1,1,12001,1,1542483281,'2014-10-09 10:27:50',''),(11241,1,1,12002,1,1542483274,'2014-10-09 10:27:51',''),(11242,1,1,12003,51,624583836,'2014-10-09 10:50:13',''),(11243,1,1,12004,1,1489375385,'2014-10-09 13:50:38',''),(11244,1,1,12005,1,1489375385,'2014-10-09 13:51:00',''),(11245,1,1,12006,1,1489375385,'2014-10-09 13:51:09',''),(11246,1,1,12007,1,1489375385,'2014-10-09 13:51:12',''),(11247,1,1,12008,1,1489375385,'2014-10-09 13:51:19',''),(11248,1,1,12009,1,1489375385,'2014-10-09 13:51:32',''),(11249,1,1,12010,1,1489375385,'2014-10-09 13:51:36',''),(11250,1,1,12011,1,1489375385,'2014-10-09 13:51:47',''),(11251,1,1,12012,1,1489375385,'2014-10-09 13:51:49',''),(11252,1,1,12013,1,1489375385,'2014-10-09 13:51:57',''),(11253,1,1,12014,1,1489375385,'2014-10-09 13:52:00',''),(11254,1,1,12015,1,1489375385,'2014-10-09 13:52:03',''),(11255,1,1,12016,1,3376388634,'2014-10-09 15:24:33','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(11256,1,1,12017,44,624583851,'2014-10-09 16:48:06',''),(11257,1,1,12018,1,1377523331,'2014-10-09 16:53:04','https://www.google.co.uk/'),(11258,1,1,12019,26,3497226587,'2014-10-09 17:05:19',''),(11259,1,1,12020,1,1123635059,'2014-10-09 17:35:40',''),(11260,1,1,12021,27,624583827,'2014-10-09 18:35:13',''),(11261,1,1,12022,46,2071807756,'2014-10-09 19:00:42',''),(11262,1,1,12023,26,2071807826,'2014-10-09 19:34:02',''),(11263,1,1,12024,26,3497226059,'2014-10-09 19:53:49',''),(11264,1,1,12025,51,1544689191,'2014-10-09 20:29:42','http://www.google.co.uk/'),(11265,1,1,12026,1,1041824901,'2014-10-09 20:30:13',''),(11266,1,1,12027,38,2637637454,'2014-10-09 23:28:08',''),(11267,1,1,12028,43,3024881093,'2014-10-10 00:37:00',''),(11268,1,1,12029,1,1123635075,'2014-10-10 00:58:16',''),(11269,1,1,12030,1,1534958082,'2014-10-10 01:00:08',''),(11270,1,1,12031,26,3497226587,'2014-10-10 01:07:38',''),(11271,1,1,12032,15,3702877356,'2014-10-10 02:14:12',''),(11272,1,1,12033,59,3024881303,'2014-10-10 02:15:34',''),(11273,1,1,12034,57,624583917,'2014-10-10 02:27:28',''),(11274,1,1,12035,1,1123635067,'2014-10-10 02:49:10',''),(11275,1,1,12036,1,1123635075,'2014-10-10 03:07:27',''),(11276,1,1,12037,1,1368427042,'2014-10-10 05:33:47',''),(11277,1,1,12038,18,1368427042,'2014-10-10 05:33:56',''),(11278,1,1,12039,43,1368427042,'2014-10-10 05:34:18',''),(11279,1,1,12040,45,1368427042,'2014-10-10 05:34:29',''),(11280,1,1,12041,57,1368427042,'2014-10-10 05:34:46',''),(11281,1,1,12042,9,1368427042,'2014-10-10 05:34:55',''),(11282,1,1,12043,28,1368427042,'2014-10-10 05:35:05',''),(11283,1,1,12044,26,1368427042,'2014-10-10 05:35:16',''),(11284,1,1,12045,50,1368427042,'2014-10-10 05:35:27',''),(11285,1,1,12046,26,1368427042,'2014-10-10 05:35:38',''),(11286,1,1,12047,51,1368427042,'2014-10-10 05:35:49',''),(11287,1,1,12048,26,1368427042,'2014-10-10 05:35:57',''),(11288,1,1,12049,56,1368427042,'2014-10-10 05:36:05',''),(11289,1,1,12050,26,1368427042,'2014-10-10 05:36:13',''),(11290,1,1,12051,55,1368427042,'2014-10-10 05:36:22',''),(11291,1,1,12052,26,1368427042,'2014-10-10 05:36:33',''),(11292,1,1,12053,62,1368427042,'2014-10-10 05:36:44',''),(11293,1,1,12054,26,1368427042,'2014-10-10 05:36:53',''),(11294,1,1,12055,63,1368427042,'2014-10-10 05:37:01',''),(11295,1,1,12056,26,1368427042,'2014-10-10 05:37:14',''),(11296,1,1,12057,64,1368427042,'2014-10-10 05:37:23',''),(11297,1,1,12058,26,1368427042,'2014-10-10 05:37:34',''),(11298,1,1,12059,65,1368427042,'2014-10-10 05:37:42',''),(11299,1,1,12060,26,1368427042,'2014-10-10 05:37:53',''),(11300,1,1,12061,69,1368427042,'2014-10-10 05:38:02',''),(11301,1,1,12062,26,1368427042,'2014-10-10 05:38:13',''),(11302,1,1,12063,41,1368427042,'2014-10-10 05:38:24',''),(11303,1,1,12064,53,1368427042,'2014-10-10 05:38:32',''),(11304,1,1,12065,38,1368427042,'2014-10-10 05:38:46',''),(11305,1,1,12066,52,1368427042,'2014-10-10 05:38:56',''),(11306,1,1,12067,48,1368427042,'2014-10-10 05:39:06',''),(11307,1,1,12068,3,1368427042,'2014-10-10 05:39:16',''),(11308,1,1,12069,16,1368427042,'2014-10-10 05:39:25',''),(11309,1,1,12070,43,1368427042,'2014-10-10 05:39:37',''),(11310,1,1,12071,43,1368427042,'2014-10-10 05:39:52',''),(11311,1,1,12072,10,1368427042,'2014-10-10 05:40:01',''),(11312,1,1,12073,26,1368427042,'2014-10-10 05:40:10',''),(11313,1,1,12074,44,1368427042,'2014-10-10 05:40:18',''),(11314,1,1,12075,26,1368427042,'2014-10-10 05:40:29',''),(11315,1,1,12076,26,1368427042,'2014-10-10 05:40:41',''),(11316,1,1,12077,27,1368427042,'2014-10-10 05:40:55',''),(11317,1,1,12078,26,1368427042,'2014-10-10 05:41:06',''),(11318,1,1,12079,1,1032306398,'2014-10-10 06:43:23','http://www.baidu.com/s?wd=NULL'),(11319,1,1,12080,41,3024881307,'2014-10-10 07:52:01',''),(11320,1,1,12081,1,1123635075,'2014-10-10 10:01:44',''),(11321,1,1,12082,1,1428545691,'2014-10-10 11:03:07','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(11322,1,1,12083,57,3702877267,'2014-10-10 11:25:40',''),(11323,1,1,12084,1,1542483288,'2014-10-10 11:32:46',''),(11324,1,1,12085,1,1542483277,'2014-10-10 11:32:47',''),(11325,1,1,12086,69,3702877271,'2014-10-10 17:07:40',''),(11326,1,1,12087,1,3193257198,'2014-10-10 18:42:53','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(11327,1,1,12088,26,2071807776,'2014-10-10 22:27:35',''),(11328,1,1,12089,58,2637637383,'2014-10-11 03:01:16',''),(11329,1,1,12090,26,3475901818,'2014-10-11 03:29:19',''),(11330,1,1,12091,1,1123634739,'2014-10-11 04:14:57',''),(11331,1,1,12092,56,3475901818,'2014-10-11 06:25:42',''),(11332,1,1,12093,1,1123634746,'2014-10-11 07:48:05',''),(11333,1,1,12094,52,624583757,'2014-10-11 08:00:26',''),(11334,1,1,12095,1,1589746086,'2014-10-11 08:06:10','http://www.google.co.uk/'),(11335,1,1,12096,1,1577085728,'2014-10-11 08:54:37','https://www.google.co.uk/'),(11336,1,1,12097,66,3024881041,'2014-10-11 08:57:56',''),(11337,1,1,12098,1,1368726221,'2014-10-11 09:11:27','https://www.google.co.uk/'),(11338,1,1,12099,1,2953388715,'2014-10-11 09:35:57',''),(11339,1,1,12100,1,2953388715,'2014-10-11 09:36:00',''),(11340,1,1,12101,1,2953388715,'2014-10-11 09:36:04',''),(11341,1,1,12102,1,2953388715,'2014-10-11 09:36:06',''),(11342,1,1,12103,1,2953388715,'2014-10-11 09:36:09',''),(11343,1,1,12104,1,2953388715,'2014-10-11 09:36:13',''),(11344,1,1,12105,1,2953388715,'2014-10-11 09:36:16',''),(11345,1,1,12106,1,2953388715,'2014-10-11 09:36:20',''),(11346,1,1,12107,1,2953388715,'2014-10-11 09:36:22',''),(11347,1,1,12108,1,2953388715,'2014-10-11 09:36:25',''),(11348,1,1,12109,1,2953388715,'2014-10-11 09:36:28',''),(11349,1,1,12110,1,2953388715,'2014-10-11 09:36:31',''),(11350,1,1,12111,63,2637637379,'2014-10-11 10:07:53',''),(11351,1,1,12096,1,1577085728,'2014-10-11 10:50:23','https://www.google.co.uk/'),(11352,1,1,12112,1,1504231491,'2014-10-11 11:01:10','http://www.bing.com/search?q=tyres+blackburn&form=PRGBEN&mkt=en-gb&pq=tyres+blackburn&sc=2-15&sp=-1&qs=n&sk='),(11353,1,1,12113,1,1041806726,'2014-10-11 11:18:57',''),(11354,1,1,12114,51,3702877350,'2014-10-11 12:10:29',''),(11355,1,1,12115,1,1542483321,'2014-10-11 12:37:24',''),(11356,1,1,12116,1,1542483276,'2014-10-11 12:37:25',''),(11357,1,1,12117,1,1123634732,'2014-10-11 12:55:34',''),(11358,1,1,12118,1,3338415110,'2014-10-11 13:02:57',''),(11359,1,1,12119,1,1123634746,'2014-10-11 13:10:12',''),(11360,1,1,12121,26,1123634739,'2014-10-11 13:11:08',''),(11361,1,1,12126,6,1453307043,'2014-10-11 14:43:13',''),(11362,1,1,12127,28,624583836,'2014-10-11 15:09:13',''),(11363,1,1,12128,1,1123634746,'2014-10-11 15:29:54',''),(11364,1,1,12129,6,2637637568,'2014-10-11 17:29:52',''),(11365,1,1,12130,1,1123634746,'2014-10-11 17:37:52',''),(11366,1,1,12131,56,40117389,'2014-10-11 17:46:16','https://www.google.co.uk/'),(11367,1,1,12132,1,1123634746,'2014-10-11 19:36:51',''),(11368,1,1,12133,1,1123634739,'2014-10-11 20:33:22',''),(11369,1,1,12134,1,3702877335,'2014-10-11 21:07:28',''),(11370,1,1,12135,1,3702877349,'2014-10-11 21:07:50',''),(11371,1,1,12136,1,1032306396,'2014-10-11 21:40:48','http://www.baidu.com/s?wd=NULL'),(11372,1,1,12137,43,2637637454,'2014-10-11 22:09:31',''),(11373,1,1,12138,1,1123634732,'2014-10-11 22:23:28',''),(11374,1,1,12140,1,1123634739,'2014-10-12 01:01:09',''),(11375,1,1,12141,1,1123634732,'2014-10-12 04:13:10',''),(11376,1,1,12142,1,1032306279,'2014-10-12 04:27:58','http://www.baidu.com/s?wd=NULL'),(11377,1,1,12143,1,1123634739,'2014-10-12 04:40:33',''),(11378,1,1,12144,1,1123634746,'2014-10-12 04:56:11',''),(11379,1,1,12145,1,3024880922,'2014-10-12 06:06:08',''),(11380,1,1,12146,75,624583909,'2014-10-12 06:25:15',''),(11381,1,1,12147,48,1123634739,'2014-10-12 06:26:35',''),(11382,1,1,12148,1,1123634732,'2014-10-12 08:35:43',''),(11383,1,1,12149,38,1375856419,'2014-10-12 08:49:38','https://www.google.co.uk/'),(11384,1,1,12150,31,3702877338,'2014-10-12 08:53:25',''),(11385,1,1,12151,73,3024881065,'2014-10-12 09:12:41',''),(11386,1,1,12152,1,1123634739,'2014-10-12 09:18:02',''),(11387,1,1,12153,53,624583812,'2014-10-12 09:37:07',''),(11388,1,1,12154,43,1851342348,'2014-10-12 09:56:45',''),(11389,1,1,12155,1,1851342348,'2014-10-12 09:56:48',''),(11390,1,1,12156,1,1318580457,'2014-10-12 10:18:09',''),(11391,1,1,12157,1,3702877352,'2014-10-12 10:28:17',''),(11392,1,1,12158,58,624583812,'2014-10-12 11:42:14',''),(11393,1,1,12159,1,40115027,'2014-10-12 11:46:21','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(11394,1,1,12160,1,1123632626,'2014-10-12 13:36:52',''),(11395,1,1,12161,1,1542483269,'2014-10-12 13:48:56',''),(11396,1,1,12162,1,1542483272,'2014-10-12 13:48:57',''),(11397,1,1,12163,1,1377039789,'2014-10-12 14:15:18',''),(11398,1,1,12164,1,1917783066,'2014-10-12 14:31:15','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(11399,1,1,12165,65,1483345748,'2014-10-12 16:12:51','https://www.google.co.uk/'),(11400,1,1,12166,70,3024881282,'2014-10-12 16:53:55',''),(11401,1,1,12167,1,1897137961,'2014-10-12 17:07:33',''),(11402,1,1,12168,1,1897137961,'2014-10-12 17:07:35',''),(11403,1,1,12169,26,2637637567,'2014-10-12 18:32:46',''),(11404,1,1,12170,1,2970134002,'2014-10-12 21:43:49','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(11405,1,1,12171,43,624583909,'2014-10-12 22:19:42',''),(11406,1,1,12172,1,2516507645,'2014-10-12 22:54:04','https://www.google.co.uk/'),(11407,1,1,12173,26,2637637430,'2014-10-13 01:00:12',''),(11408,1,1,12174,26,3497226587,'2014-10-13 01:04:21',''),(11409,1,1,12175,62,3497226059,'2014-10-13 04:14:25',''),(11410,1,1,12176,15,3702877323,'2014-10-13 04:39:28',''),(11411,1,1,12177,1,1123632611,'2014-10-13 05:32:35',''),(11412,1,1,12178,1,1123632626,'2014-10-13 05:33:54',''),(11413,1,1,12179,56,624583851,'2014-10-13 05:36:13',''),(11414,1,1,12180,56,1123632626,'2014-10-13 06:34:06',''),(11415,1,1,12181,14,1123632387,'2014-10-13 07:56:10',''),(11416,1,1,12182,1,1123632626,'2014-10-13 08:48:26',''),(11417,1,1,12183,15,1123632626,'2014-10-13 09:49:58',''),(11418,1,1,12184,1,2637637568,'2014-10-13 10:15:52',''),(11419,1,1,12185,1,1483345748,'2014-10-13 10:18:06','https://www.google.co.uk/'),(11420,1,1,12186,28,2071807857,'2014-10-13 10:31:32',''),(11421,1,1,12187,56,2954543890,'2014-10-13 10:34:33','https://www.google.co.uk/'),(11422,1,1,12188,68,1123632626,'2014-10-13 10:58:58',''),(11423,1,1,12189,65,1546189205,'2014-10-13 11:12:00','http://www.google.co.uk/'),(11424,1,1,12190,15,1123632626,'2014-10-13 11:56:48',''),(11425,1,1,12191,1,1123632611,'2014-10-13 12:09:54',''),(11426,1,1,12193,1,1123634746,'2014-10-13 12:32:16',''),(11427,1,1,12194,56,2954543890,'2014-10-13 13:20:40',''),(11428,1,1,12195,1,1542483304,'2014-10-13 15:09:17',''),(11429,1,1,12196,1,1542483317,'2014-10-13 15:09:18',''),(11430,1,1,12197,1,3497226059,'2014-10-13 15:33:40',''),(11431,1,1,12198,26,3497226059,'2014-10-13 16:18:31',''),(11432,1,1,12199,57,2071807776,'2014-10-13 16:20:18',''),(11433,1,1,12200,26,2637637454,'2014-10-13 16:29:02',''),(11434,1,1,12201,1,1123634746,'2014-10-13 17:33:17',''),(11435,1,1,12202,6,2071807833,'2014-10-13 17:51:35',''),(11436,1,1,12203,1,1324912120,'2014-10-13 18:07:55','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CCsQFjAB&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=qxQ8VMNwwdZqrKGAmAs&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=riRvju1cjWhoBLYCzOq6hQ&bvm=bv.77161500,d.d2s'),(11437,1,1,12204,1,1442965662,'2014-10-13 19:17:37','http://www.google.co.uk/search?hl=en-GB&source=hp&q=part+worn+tyres+blackburn&gbv=2&oq=part+worn+tyres+bl&gs_l=heirloom-hp.1.1.0l10.14223.27817.0.30345.18.9.0.9.9.0.488.2296.0j4j2j2j1.9.0....0...1ac.1.34.heirloom-hp..2.16.2322.kL0NHWpHqo8'),(11438,1,1,12205,65,1590000120,'2014-10-13 20:10:24','https://www.google.co.uk/'),(11439,1,1,12206,1,1565800195,'2014-10-13 20:14:26','https://www.google.by/'),(11440,1,1,12207,1,1489375385,'2014-10-13 20:20:42',''),(11441,1,1,12208,1,1489375385,'2014-10-13 20:20:45',''),(11442,1,1,12209,1,1489375385,'2014-10-13 20:20:47',''),(11443,1,1,12210,1,1489375385,'2014-10-13 20:20:49',''),(11444,1,1,12211,1,1489375385,'2014-10-13 20:20:52',''),(11445,1,1,12212,1,1489375385,'2014-10-13 20:20:54',''),(11446,1,1,12213,1,1489375385,'2014-10-13 20:20:56',''),(11447,1,1,12214,1,1489375385,'2014-10-13 20:20:58',''),(11448,1,1,12215,1,1489375385,'2014-10-13 20:21:00',''),(11449,1,1,12216,1,1489375385,'2014-10-13 20:21:03',''),(11450,1,1,12217,1,1489375385,'2014-10-13 20:21:05',''),(11451,1,1,12218,1,1489375385,'2014-10-13 20:21:07',''),(11452,1,1,12219,38,3497226059,'2014-10-13 20:22:03',''),(11453,1,1,12220,1,1523450843,'2014-10-13 20:37:56',''),(11454,1,1,12221,1,1524428317,'2014-10-13 20:58:44','https://www.google.co.uk/'),(11455,1,1,12222,1,3373242549,'2014-10-13 23:00:48','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(11456,1,1,12223,44,3497226059,'2014-10-14 00:24:53',''),(11457,1,1,12224,49,3497226059,'2014-10-14 00:24:58',''),(11458,1,1,12225,26,3497226587,'2014-10-14 01:07:57',''),(11459,1,1,12226,1,1123634739,'2014-10-14 02:57:46',''),(11460,1,1,12227,1,1123634746,'2014-10-14 02:58:49',''),(11461,1,1,12228,48,2071807773,'2014-10-14 04:03:49',''),(11462,1,1,12229,1,1123631299,'2014-10-14 04:33:48',''),(11463,1,1,12230,59,3024881090,'2014-10-14 09:05:49',''),(11464,1,1,12231,1,1209738396,'2014-10-14 10:56:12','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(11465,1,1,12232,14,2071807802,'2014-10-14 11:02:04',''),(11466,1,1,12233,1,1032306398,'2014-10-14 11:11:55','http://www.baidu.com/s?wd=NULL'),(11467,1,1,12234,28,1452581627,'2014-10-14 12:03:10','http://search.aol.co.uk/aol/search?enabled_terms=&s_it=aoluk-homePage50&q=22540wr18+tyres&s_chn=hp_sticky&s_chn=hp_sticky'),(11468,1,1,12235,65,2637637379,'2014-10-14 13:29:50',''),(11469,1,1,12236,1,3139623918,'2014-10-14 14:10:56','http://lifecoachtrainingonline.com'),(11470,1,1,12237,1,2990485842,'2014-10-14 14:54:24',''),(11471,1,1,12238,54,3702877259,'2014-10-14 15:34:34',''),(11472,1,1,12239,1,1123631111,'2014-10-14 15:50:38',''),(11473,1,1,12240,1,1542483299,'2014-10-14 16:34:21',''),(11474,1,1,12241,1,1542483290,'2014-10-14 16:34:22',''),(11475,1,1,12242,1,2976628281,'2014-10-14 17:57:46','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(11476,1,1,12243,1,1838874517,'2014-10-14 20:23:25','https://www.google.co.uk/'),(11477,1,1,12244,1,1123631299,'2014-10-14 23:03:16',''),(11478,1,1,12245,71,3024881172,'2014-10-15 05:43:01',''),(11479,1,1,12246,1,3156059435,'2014-10-15 06:04:36','https://www.google.co.uk/'),(11480,1,1,12247,1,3009548191,'2014-10-15 06:16:13','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(11481,1,1,12248,43,1123631107,'2014-10-15 07:10:42',''),(11482,1,1,12249,68,1123631299,'2014-10-15 07:59:18',''),(11483,1,1,12250,1,1482722694,'2014-10-15 09:45:12','https://www.google.co.uk/'),(11484,1,1,12251,1,2071807845,'2014-10-15 09:53:21',''),(11485,1,1,12252,1,2071807845,'2014-10-15 09:53:23',''),(11486,1,1,12253,1,1032306397,'2014-10-15 10:48:48','http://www.baidu.com/s?wd=NULL'),(11487,1,1,12254,1,1123631107,'2014-10-15 11:30:46',''),(11488,1,1,12255,65,1365792208,'2014-10-15 12:43:39','https://www.google.co.uk/'),(11489,1,1,12256,1,1123631111,'2014-10-15 12:46:42',''),(11490,1,1,12257,1,3323679378,'2014-10-15 15:43:49',''),(11491,1,1,12258,1,3323679378,'2014-10-15 15:43:55',''),(11492,1,1,12259,1,3323679378,'2014-10-15 15:44:00',''),(11493,1,1,12260,1,3323679378,'2014-10-15 15:44:11',''),(11494,1,1,12261,1,3323679378,'2014-10-15 15:44:19',''),(11495,1,1,12262,1,3323679378,'2014-10-15 15:44:24',''),(11496,1,1,12263,1,3323679378,'2014-10-15 15:44:32',''),(11497,1,1,12264,1,3323679378,'2014-10-15 15:44:41',''),(11498,1,1,12265,1,3323679378,'2014-10-15 15:45:09',''),(11499,1,1,12266,1,3323679378,'2014-10-15 15:45:18',''),(11500,1,1,12267,1,3323679378,'2014-10-15 15:45:33',''),(11501,1,1,12268,1,3323679378,'2014-10-15 15:45:38',''),(11502,1,1,12269,1,3429212575,'2014-10-15 16:33:39',''),(11503,1,1,12270,53,3024881202,'2014-10-15 16:35:03',''),(11504,1,1,12271,1,3479603870,'2014-10-15 16:49:09',''),(11505,1,1,12272,1,3138403652,'2014-10-15 16:59:37','http://financialconsultant.asia'),(11506,1,1,12273,9,1366185109,'2014-10-15 17:01:08',''),(11507,1,1,12274,43,1366185109,'2014-10-15 17:01:10',''),(11508,1,1,12275,45,1366185109,'2014-10-15 17:01:13',''),(11509,1,1,12276,57,1366185109,'2014-10-15 17:01:15',''),(11510,1,1,12277,53,3497226587,'2014-10-15 17:25:05',''),(11511,1,1,12278,16,3497226587,'2014-10-15 17:25:13',''),(11512,1,1,12279,1,3559405650,'2014-10-15 17:25:22',''),(11513,1,1,12280,6,1378207721,'2014-10-15 17:45:17',''),(11514,1,1,12281,1,1123631107,'2014-10-15 17:54:24',''),(11515,1,1,12282,52,2071807774,'2014-10-15 18:00:44',''),(11516,1,1,12283,1,1123631111,'2014-10-15 18:25:06',''),(11517,1,1,12285,69,1123631111,'2014-10-15 19:08:56',''),(11518,1,1,12286,1,1123631299,'2014-10-15 21:33:44',''),(11519,1,1,12287,1,3702877299,'2014-10-16 00:39:57',''),(11520,1,1,12288,48,1123631299,'2014-10-16 01:06:27',''),(11521,1,1,12289,10,3104467138,'2014-10-16 03:49:07',''),(11522,1,1,12290,53,1123631107,'2014-10-16 03:58:56',''),(11523,1,1,12291,1,2204827760,'2014-10-16 06:25:37',''),(11524,1,1,12292,26,3702877295,'2014-10-16 07:49:49',''),(11525,1,1,12293,26,3497226059,'2014-10-16 08:03:39',''),(11526,1,1,12294,1,772017172,'2014-10-16 08:26:28',''),(11527,1,1,12295,57,3497226587,'2014-10-16 09:09:31',''),(11528,1,1,12296,47,3497226587,'2014-10-16 09:09:41',''),(11529,1,1,12297,1,3339975108,'2014-10-16 09:24:40',''),(11530,1,1,12298,1,1375799599,'2014-10-16 09:24:41',''),(11531,1,1,12299,1,1375799599,'2014-10-16 09:24:44',''),(11532,1,1,12300,1,3643045214,'2014-10-16 10:11:35','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&ved=0CD4QFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=g5k_VPjsGdLe7AaSoYHAAg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.77648437,d.ZWU'),(11533,1,1,12301,1,3024881385,'2014-10-16 10:13:49',''),(11534,1,1,12302,65,84047794,'2014-10-16 11:59:07','https://www.google.co.uk/'),(11535,1,1,12303,26,3702877347,'2014-10-16 12:46:22',''),(11536,1,1,12304,1,1123632387,'2014-10-16 12:47:37',''),(11537,1,1,12305,1,1503257792,'2014-10-16 13:17:04','http://cuadrosdecine.com'),(11538,1,1,12306,1,1032306281,'2014-10-16 13:31:32','http://www.baidu.com/s?wd=NULL'),(11539,1,1,12307,1,1451270905,'2014-10-16 16:00:51','https://www.google.co.uk/'),(11540,1,1,12308,1,1041806727,'2014-10-16 16:04:04',''),(11541,1,1,12309,1,1542483299,'2014-10-16 17:01:33',''),(11542,1,1,12310,1,1542483301,'2014-10-16 17:01:34',''),(11543,1,1,12311,50,3497226587,'2014-10-16 17:28:36',''),(11544,1,1,12312,26,3497226059,'2014-10-16 18:42:46',''),(11545,1,1,12313,1,1330006086,'2014-10-16 20:53:34','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0CDIQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=9y9AVNT4OovvaNGwgAg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=FlTHCR7tSHr3O1bKeesVBQ&bvm=bv.77648437,d.d2s'),(11546,1,1,12314,1,1123632611,'2014-10-16 22:03:54',''),(11547,1,1,12315,55,3024881214,'2014-10-16 23:03:34',''),(11548,1,1,12316,26,3475901719,'2014-10-17 00:06:00',''),(11549,1,1,12317,1,1968049437,'2014-10-17 01:47:58',''),(11550,1,1,12318,28,3702877267,'2014-10-17 01:49:56',''),(11551,1,1,12319,1,1123632611,'2014-10-17 03:30:37',''),(11552,1,1,12320,15,3702877343,'2014-10-17 04:46:38',''),(11553,1,1,12321,1,1032306396,'2014-10-17 08:44:32','http://www.baidu.com/s?wd=NULL'),(11554,1,1,12322,1,1123632626,'2014-10-17 09:58:06',''),(11555,1,1,12323,1,1375799679,'2014-10-17 10:57:12',''),(11556,1,1,12324,1,1375799679,'2014-10-17 10:57:12',''),(11557,1,1,12325,1,1545013495,'2014-10-17 12:20:51','https://www.google.co.uk/'),(11558,1,1,12326,1,1835558441,'2014-10-17 13:22:30','http://www.google.co.uk/url?url=http://www.mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ei=ghdBVMmxHoqf7gafwoF4&ved=0CEcQoAIwBg&usg=AFQjCNEnyRtDPLOSax1bDeSGFiXJOKqDOg'),(11559,1,1,12327,56,3475901719,'2014-10-17 13:32:35',''),(11560,1,1,12328,1,2990485842,'2014-10-17 14:09:42',''),(11561,1,1,12329,1,2990485842,'2014-10-17 14:10:21',''),(11562,1,1,12330,1,2990485842,'2014-10-17 14:10:24',''),(11563,1,1,12331,1,2990485842,'2014-10-17 14:10:27',''),(11564,1,1,12332,1,2990485842,'2014-10-17 14:10:30',''),(11565,1,1,12333,1,2990485842,'2014-10-17 14:10:33',''),(11566,1,1,12334,1,2990485842,'2014-10-17 14:10:37',''),(11567,1,1,12335,1,2990485842,'2014-10-17 14:10:40',''),(11568,1,1,12336,1,2990485842,'2014-10-17 14:10:44',''),(11569,1,1,12337,1,2990485842,'2014-10-17 14:10:47',''),(11570,1,1,12338,1,1451270968,'2014-10-17 14:14:12','https://www.google.co.uk/'),(11571,1,1,12339,1,1384443026,'2014-10-17 15:31:58','https://www.google.co.uk/'),(11572,1,1,12340,1,1542483295,'2014-10-17 16:10:55',''),(11573,1,1,12341,1,1542483310,'2014-10-17 16:10:56',''),(11574,1,1,12342,65,1559203854,'2014-10-17 16:12:25','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=13&ved=0CJ0BEBYwDA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=gz9BVKPeJITj7QbEg4HQAw&usg=AFQjCNE1Ca_-PPn5dxqsbrcb2'),(11575,1,1,12343,53,2637637402,'2014-10-17 17:04:44',''),(11576,1,1,12344,1,2982405723,'2014-10-17 18:33:45','http://13432654.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(11577,1,1,12345,1,1489375385,'2014-10-17 18:48:28',''),(11578,1,1,12346,1,1489375385,'2014-10-17 18:48:31',''),(11579,1,1,12347,1,1397225250,'2014-10-17 19:06:11',''),(11580,1,1,12348,1,1397225250,'2014-10-17 19:06:23',''),(11581,1,1,12349,1,1397225250,'2014-10-17 19:06:27',''),(11582,1,1,12350,1,1397225250,'2014-10-17 19:06:33',''),(11583,1,1,12351,1,1397225250,'2014-10-17 19:06:49',''),(11584,1,1,12352,1,1397225250,'2014-10-17 19:06:59',''),(11585,1,1,12353,1,1123631111,'2014-10-17 19:07:29',''),(11586,1,1,12354,1,3024880965,'2014-10-17 20:35:01',''),(11587,1,1,12355,1,1473906262,'2014-10-17 21:35:48','http://13432654.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(11588,1,1,12356,68,3497226059,'2014-10-17 23:35:20',''),(11589,1,1,12357,1,1123631299,'2014-10-18 01:27:59',''),(11590,1,1,12358,1,624630871,'2014-10-18 02:13:20',''),(11591,1,1,12359,43,462867291,'2014-10-18 02:31:32',''),(11592,1,1,12360,1,462867291,'2014-10-18 02:31:35',''),(11593,1,1,12361,1,1123631299,'2014-10-18 03:14:43',''),(11594,1,1,12362,1,1123631111,'2014-10-18 04:11:57',''),(11595,1,1,12363,43,3702877264,'2014-10-18 06:03:53',''),(11596,1,1,12364,73,3475901836,'2014-10-18 06:18:18',''),(11597,1,1,12365,1,1544087218,'2014-10-18 07:03:51','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=14&ved=0CFcQFjADOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=fRBCVIayBOre7AaW0YDQCw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(11598,1,1,12366,1,1041806726,'2014-10-18 07:04:21',''),(11599,1,1,12367,29,1489375385,'2014-10-18 07:12:00',''),(11600,1,1,12368,1,1032306400,'2014-10-18 08:45:55','http://www.baidu.com/s?wd=NULL'),(11601,1,1,12369,1,1123631107,'2014-10-18 09:24:24',''),(11602,1,1,12370,9,3702877307,'2014-10-18 10:43:02',''),(11603,1,1,12371,27,2637637379,'2014-10-18 11:44:17',''),(11604,1,1,12372,1,1123631107,'2014-10-18 12:23:34',''),(11605,1,1,12373,27,2637637379,'2014-10-18 12:24:11',''),(11606,1,1,12374,68,1123631111,'2014-10-18 12:40:46',''),(11607,1,1,12376,64,1123631299,'2014-10-18 13:55:27',''),(11608,1,1,12377,1,1123631107,'2014-10-18 14:12:42',''),(11609,1,1,12378,1,1123631107,'2014-10-18 15:12:03',''),(11610,1,1,12380,15,1123631299,'2014-10-18 16:07:35',''),(11611,1,1,12381,63,1123631299,'2014-10-18 16:47:47',''),(11612,1,1,12382,1,1542483289,'2014-10-18 17:14:15',''),(11613,1,1,12383,1,1542483282,'2014-10-18 17:14:16',''),(11614,1,1,12384,1,1123631111,'2014-10-18 17:24:11',''),(11615,1,1,12385,51,1123631299,'2014-10-18 18:23:32',''),(11616,1,1,12386,55,3475901836,'2014-10-18 19:06:19',''),(11617,1,1,12387,56,3475901836,'2014-10-18 19:19:30',''),(11618,1,1,12388,1,1123631107,'2014-10-18 19:22:54',''),(11619,1,1,12389,46,1123631111,'2014-10-18 19:28:39',''),(11620,1,1,12390,28,1123631107,'2014-10-18 19:57:22',''),(11621,1,1,12391,43,2637637454,'2014-10-18 20:02:36',''),(11622,1,1,12392,31,1123631107,'2014-10-18 21:15:53',''),(11623,1,1,12393,1,1123631111,'2014-10-18 21:22:30',''),(11624,1,1,12394,52,1123631111,'2014-10-18 22:03:45',''),(11625,1,1,12395,31,3497226059,'2014-10-18 22:55:47',''),(11626,1,1,12396,57,1123631111,'2014-10-18 23:10:46',''),(11627,1,1,12397,65,1123631299,'2014-10-18 23:43:20',''),(11628,1,1,12398,54,1123631299,'2014-10-19 00:54:11',''),(11629,1,1,12399,38,1123631299,'2014-10-19 01:30:39',''),(11630,1,1,12400,1,1123631107,'2014-10-19 02:03:08',''),(11631,1,1,12401,1,1123631299,'2014-10-19 02:06:57',''),(11632,1,1,12402,1,2071807827,'2014-10-19 02:07:39',''),(11633,1,1,12403,1,2071807818,'2014-10-19 02:07:45',''),(11634,1,1,12404,1,1123631111,'2014-10-19 02:10:47',''),(11635,1,1,12406,62,1123631107,'2014-10-19 03:29:18',''),(11636,1,1,12408,54,2071807851,'2014-10-19 04:32:11',''),(11637,1,1,12409,69,1123631111,'2014-10-19 04:53:33',''),(11638,1,1,12410,15,1123631299,'2014-10-19 05:20:21',''),(11639,1,1,12413,31,1123631111,'2014-10-19 06:02:29',''),(11640,1,1,12414,1,1123631107,'2014-10-19 06:17:48',''),(11641,1,1,12415,65,1123631111,'2014-10-19 07:21:00',''),(11642,1,1,12416,1,1123631299,'2014-10-19 08:29:56',''),(11643,1,1,12418,1,1123631111,'2014-10-19 09:27:10',''),(11644,1,1,12419,66,1123631107,'2014-10-19 09:48:28',''),(11645,1,1,12421,1,1489375385,'2014-10-19 09:59:14',''),(11646,1,1,12422,1,1489375385,'2014-10-19 09:59:19',''),(11647,1,1,12423,1,1489375385,'2014-10-19 09:59:24',''),(11648,1,1,12424,1,1489375385,'2014-10-19 09:59:31',''),(11649,1,1,12425,1,1489375385,'2014-10-19 09:59:33',''),(11650,1,1,12426,1,1489375385,'2014-10-19 09:59:40',''),(11651,1,1,12427,1,1489375385,'2014-10-19 09:59:43',''),(11652,1,1,12428,1,1489375385,'2014-10-19 09:59:46',''),(11653,1,1,12429,1,1489375385,'2014-10-19 09:59:50',''),(11654,1,1,12430,1,1489375385,'2014-10-19 09:59:54',''),(11655,1,1,12431,1,1489375385,'2014-10-19 09:59:57',''),(11656,1,1,12432,1,1489375385,'2014-10-19 10:00:00',''),(11657,1,1,12433,1,1123631299,'2014-10-19 10:45:30',''),(11658,1,1,12434,1,1032306278,'2014-10-19 10:46:50','http://www.baidu.com/s?wd=NULL'),(11659,1,1,12435,44,3024881292,'2014-10-19 10:49:40',''),(11660,1,1,12436,10,1123631111,'2014-10-19 10:59:18',''),(11661,1,1,12437,47,1123632626,'2014-10-19 12:05:14',''),(11662,1,1,12438,9,1123632387,'2014-10-19 12:25:37',''),(11663,1,1,12440,1,3338415110,'2014-10-19 12:53:55',''),(11664,1,1,12441,31,1123632611,'2014-10-19 13:21:39',''),(11665,1,1,12443,1,1123632626,'2014-10-19 13:38:38',''),(11666,1,1,12444,26,1123632387,'2014-10-19 13:59:40',''),(11667,1,1,12445,26,1123632611,'2014-10-19 13:59:47',''),(11668,1,1,12449,66,1123632387,'2014-10-19 14:55:03',''),(11669,1,1,12450,10,1445784304,'2014-10-19 15:30:17',''),(11670,1,1,12451,10,1123632626,'2014-10-19 16:42:02',''),(11671,1,1,12453,56,1123632387,'2014-10-19 16:47:07',''),(11672,1,1,12454,1,1123632626,'2014-10-19 17:15:21',''),(11673,1,1,12455,1,1109903288,'2014-10-19 17:29:27',''),(11674,1,1,12456,1,1123632387,'2014-10-19 17:41:28',''),(11675,1,1,12457,45,3475901836,'2014-10-19 17:54:00',''),(11676,1,1,12458,1,1542483282,'2014-10-19 18:00:03',''),(11677,1,1,12459,1,1542483287,'2014-10-19 18:00:04',''),(11678,1,1,12460,45,1123632611,'2014-10-19 18:29:01',''),(11679,1,1,12461,53,1123632387,'2014-10-19 19:31:50',''),(11680,1,1,12462,1,1168278151,'2014-10-19 19:34:01',''),(11681,1,1,12463,45,1208521976,'2014-10-19 19:34:02',''),(11682,1,1,12464,1,1247488192,'2014-10-19 19:34:02',''),(11683,1,1,12465,53,2731924646,'2014-10-19 19:34:03',''),(11684,1,1,12467,63,1208526202,'2014-10-19 19:34:03',''),(11685,1,1,12468,56,1145539412,'2014-10-19 19:34:04',''),(11686,1,1,12466,1,3234331711,'2014-10-19 19:34:04',''),(11687,1,1,12470,64,1170542009,'2014-10-19 19:34:04',''),(11688,1,1,12469,1,2916115075,'2014-10-19 19:34:05',''),(11689,1,1,12472,69,3339930715,'2014-10-19 19:34:06',''),(11690,1,1,12473,50,2916107741,'2014-10-19 19:34:06',''),(11691,1,1,12471,1,3234331695,'2014-10-19 19:34:06',''),(11692,1,1,12474,1,1145544247,'2014-10-19 19:34:06',''),(11693,1,1,12475,55,1247487286,'2014-10-19 19:34:07',''),(11694,1,1,12476,57,2916114483,'2014-10-19 19:34:09',''),(11695,1,1,12477,51,1247487499,'2014-10-19 19:34:09',''),(11696,1,1,12479,48,1168278331,'2014-10-19 19:34:09',''),(11697,1,1,12480,62,1247488501,'2014-10-19 19:34:10',''),(11698,1,1,12478,1,3234330237,'2014-10-19 19:34:10',''),(11699,1,1,12481,9,1170542705,'2014-10-19 19:34:10',''),(11700,1,1,12482,65,1816018878,'2014-10-19 19:34:11',''),(11701,1,1,12483,38,1209286505,'2014-10-19 19:34:11',''),(11702,1,1,12485,28,1168277578,'2014-10-19 19:34:12',''),(11703,1,1,12484,1,1168283790,'2014-10-19 19:34:12',''),(11704,1,1,12486,41,1138227594,'2014-10-19 19:34:12',''),(11705,1,1,12487,1,1168280627,'2014-10-19 19:34:13',''),(11706,1,1,12488,3,1170542619,'2014-10-19 19:34:14',''),(11707,1,1,12489,6,1168283655,'2014-10-19 19:34:14',''),(11708,1,1,12490,1,1138227687,'2014-10-19 19:34:14',''),(11709,1,1,12491,1,1208531295,'2014-10-19 19:34:15',''),(11710,1,1,12492,52,2732531408,'2014-10-19 19:34:15',''),(11711,1,1,12493,43,3497332376,'2014-10-19 19:34:18',''),(11712,1,1,12495,56,1123632626,'2014-10-19 20:27:53',''),(11713,1,1,12496,68,1440499220,'2014-10-19 21:06:29',''),(11714,1,1,12497,1,1123632626,'2014-10-19 21:34:07',''),(11715,1,1,12498,55,1123632626,'2014-10-19 22:36:56',''),(11716,1,1,12499,1,3024880921,'2014-10-19 23:05:17',''),(11717,1,1,12500,1,3359310191,'2014-10-19 23:08:25','http://aosheng-tech.com'),(11718,1,1,12501,50,1123632611,'2014-10-20 00:15:26',''),(11719,1,1,12503,15,3702877296,'2014-10-20 00:24:51',''),(11720,1,1,12504,1,1123632387,'2014-10-20 00:54:38',''),(11721,1,1,12505,56,1123632626,'2014-10-20 01:19:57',''),(11722,1,1,12506,1,1123632626,'2014-10-20 02:14:19',''),(11723,1,1,12507,6,1123632387,'2014-10-20 03:17:08',''),(11724,1,1,12508,26,3497226059,'2014-10-20 03:55:05',''),(11725,1,1,12509,48,1123632387,'2014-10-20 04:14:52',''),(11726,1,1,12510,68,1123632387,'2014-10-20 05:04:07',''),(11727,1,1,12511,41,1123632611,'2014-10-20 05:21:01',''),(11728,1,1,12513,56,1123632611,'2014-10-20 06:22:14',''),(11729,1,1,12514,1,1123632611,'2014-10-20 07:21:47',''),(11730,1,1,12515,1,3024881295,'2014-10-20 07:31:06',''),(11731,1,1,12516,1,3339975108,'2014-10-20 09:33:37',''),(11732,1,1,12517,1,344270861,'2014-10-20 09:33:38','http://www.bing.com/search?q=part+worn+tyres+blackburn&FORM=IE8SRC'),(11733,1,1,12518,1,1123632387,'2014-10-20 10:04:39',''),(11734,1,1,12519,54,1123632611,'2014-10-20 11:36:21',''),(11735,1,1,12520,28,1123632387,'2014-10-20 11:40:00',''),(11736,1,1,12522,1,1546189258,'2014-10-20 11:44:32','http://www.google.com/'),(11737,1,1,12524,9,3024880972,'2014-10-20 13:19:20',''),(11738,1,1,12525,1,3365851791,'2014-10-20 14:42:29','http://13432654.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(11739,1,1,12526,1,1032306400,'2014-10-20 14:43:37','http://www.baidu.com/s?wd=NULL'),(11740,1,1,12528,42,2917803276,'2014-10-20 15:19:24',''),(11741,1,1,12527,16,2916114609,'2014-10-20 15:19:24',''),(11742,1,1,12529,29,1208715959,'2014-10-20 15:19:29',''),(11743,1,1,12530,47,1247489882,'2014-10-20 15:19:30',''),(11744,1,1,12531,54,3351267573,'2014-10-20 15:19:31',''),(11745,1,1,12338,1,1451270968,'2014-10-20 15:21:58','https://www.google.co.uk/'),(11746,1,1,12532,1,3260082186,'2014-10-20 16:19:34','http://io88.net'),(11747,1,1,12533,1,1315285758,'2014-10-20 16:25:34','http://escort.turkbayanlar.com'),(11748,1,1,12534,1,534679294,'2014-10-20 16:25:35',''),(11749,1,1,12535,1,534679294,'2014-10-20 16:25:40',''),(11750,1,1,12536,1,1376318308,'2014-10-20 17:06:41','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&sqi=2&ved=0CG4QoAIwBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=Q0BFVP66OvSv7AaCoYDgAg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(11751,1,1,12537,27,2637637379,'2014-10-20 17:49:53',''),(11752,1,1,12538,41,3497226587,'2014-10-20 18:22:19',''),(11753,1,1,12539,26,1208521890,'2014-10-20 18:25:00',''),(11754,1,1,12540,49,1247486080,'2014-10-20 18:25:01',''),(11755,1,1,12541,26,1145544020,'2014-10-20 18:25:01',''),(11756,1,1,12542,44,3353997310,'2014-10-20 18:25:02',''),(11757,1,1,12543,26,3423398119,'2014-10-20 18:25:02',''),(11758,1,1,12544,26,1170552756,'2014-10-20 18:25:03',''),(11759,1,1,12545,16,1168277831,'2014-10-20 18:25:03',''),(11760,1,1,12546,27,1209286436,'2014-10-20 18:25:04',''),(11761,1,1,12547,26,1168281009,'2014-10-20 18:25:04',''),(11762,1,1,12549,26,1247487858,'2014-10-20 18:25:04',''),(11763,1,1,12548,10,1209282950,'2014-10-20 18:25:04',''),(11764,1,1,12550,26,1170542556,'2014-10-20 18:25:04',''),(11765,1,1,12551,16,1168283675,'2014-10-20 18:25:05',''),(11766,1,1,12552,3,1156190689,'2014-10-20 18:25:06',''),(11767,1,1,12553,26,3497332616,'2014-10-20 18:25:07',''),(11768,1,1,12554,73,1209174151,'2014-10-20 18:25:08',''),(11769,1,1,12555,26,1209282826,'2014-10-20 18:25:08',''),(11770,1,1,12556,58,3351267467,'2014-10-20 18:25:09',''),(11771,1,1,12557,26,3497226059,'2014-10-20 18:34:42',''),(11772,1,1,12558,1,1544553031,'2014-10-20 18:49:10','https://www.google.co.uk/'),(11773,1,1,12559,43,3475901836,'2014-10-20 19:28:26',''),(11774,1,1,12560,1,1123634746,'2014-10-20 19:50:18',''),(11775,1,1,12561,1,1123634746,'2014-10-20 22:43:43',''),(11776,1,1,12562,1,534679294,'2014-10-21 00:32:03',''),(11777,1,1,12563,1,3702877260,'2014-10-21 00:36:48',''),(11778,1,1,12564,1,1123634746,'2014-10-21 02:18:55',''),(11779,1,1,12565,26,3497226059,'2014-10-21 04:16:59',''),(11780,1,1,12566,1,1542483308,'2014-10-21 04:26:50',''),(11781,1,1,12567,1,1542483315,'2014-10-21 04:26:51',''),(11782,1,1,12568,26,2917805261,'2014-10-21 06:58:04',''),(11783,1,1,12569,26,1137342049,'2014-10-21 06:58:04',''),(11784,1,1,12570,26,3234330458,'2014-10-21 06:58:04',''),(11785,1,1,12571,26,1209282855,'2014-10-21 06:58:04',''),(11786,1,1,12572,26,1145544382,'2014-10-21 06:58:04',''),(11787,1,1,12573,26,1168284780,'2014-10-21 06:58:04',''),(11788,1,1,12574,68,1247489947,'2014-10-21 06:58:05',''),(11789,1,1,12575,59,3497332689,'2014-10-21 06:58:05',''),(11790,1,1,12576,26,1208715914,'2014-10-21 06:58:06',''),(11791,1,1,12577,26,3345309509,'2014-10-21 06:58:08',''),(11792,1,1,12578,71,1138227639,'2014-10-21 06:58:08',''),(11793,1,1,12579,72,1168284134,'2014-10-21 06:58:08',''),(11794,1,1,12580,1,1123634739,'2014-10-21 07:17:29',''),(11795,1,1,12581,1,3522758136,'2014-10-21 07:24:52',''),(11796,1,1,12582,1,3702877343,'2014-10-21 07:30:11',''),(11797,1,1,12583,1,3702877329,'2014-10-21 07:30:16',''),(11798,1,1,12584,64,3024881168,'2014-10-21 08:08:55',''),(11799,1,1,12585,1,1123634732,'2014-10-21 08:28:40',''),(11800,1,1,12586,1,2420907426,'2014-10-21 08:31:50',''),(11801,1,1,12587,1,2420907426,'2014-10-21 08:31:52',''),(11802,1,1,12588,1,2420907426,'2014-10-21 08:31:58',''),(11803,1,1,12589,1,2420907426,'2014-10-21 08:32:04',''),(11804,1,1,12590,1,2420907426,'2014-10-21 08:32:19',''),(11805,1,1,12591,1,2420907426,'2014-10-21 08:32:23',''),(11806,1,1,12592,1,2420907426,'2014-10-21 08:32:26',''),(11807,1,1,12593,1,2420907426,'2014-10-21 08:32:28',''),(11808,1,1,12594,1,2420907426,'2014-10-21 08:32:31',''),(11809,1,1,12595,1,2420907426,'2014-10-21 08:32:34',''),(11810,1,1,12596,1,2420907426,'2014-10-21 08:32:37',''),(11811,1,1,12597,1,2420907426,'2014-10-21 08:32:43',''),(11812,1,1,12598,56,1123631995,'2014-10-21 10:51:07',''),(11813,1,1,12599,15,1123631995,'2014-10-21 11:46:44',''),(11814,1,1,12600,1,1823178915,'2014-10-21 11:56:32','https://www.google.co.uk/'),(11815,1,1,12601,68,1123631995,'2014-10-21 12:33:33',''),(11816,1,1,12602,50,3024880917,'2014-10-21 12:49:56',''),(11817,1,1,12603,65,1384442339,'2014-10-21 13:38:07','https://www.google.co.uk/'),(11818,1,1,12604,62,1123631995,'2014-10-21 14:04:17',''),(11819,1,1,12605,65,1123631995,'2014-10-21 15:05:46',''),(11820,1,1,12606,1,3024881385,'2014-10-21 17:44:34',''),(11821,1,1,12607,1,1123631995,'2014-10-21 17:50:17',''),(11822,1,1,12608,56,3475901836,'2014-10-21 18:26:41',''),(11823,1,1,12609,56,1123631987,'2014-10-21 19:11:40',''),(11824,1,1,12610,42,3497226059,'2014-10-21 19:37:57',''),(11825,1,1,12611,1,1432211192,'2014-10-21 19:38:58','https://www.google.lu/'),(11826,1,1,12612,65,1123632003,'2014-10-21 19:58:37',''),(11827,1,1,12613,1,1032306280,'2014-10-21 20:03:11','http://www.baidu.com/s?wd=NULL'),(11828,1,1,12614,1,1123631995,'2014-10-21 23:01:34',''),(11829,1,1,12615,50,3024881192,'2014-10-21 23:23:44',''),(11830,1,1,12616,38,1123631987,'2014-10-22 00:49:01',''),(11831,1,1,12617,1,786803397,'2014-10-22 03:39:49',''),(11832,1,1,12618,6,2637637402,'2014-10-22 05:02:38',''),(11833,1,1,12619,26,3497226587,'2014-10-22 05:28:06',''),(11834,1,1,12620,1,1542483295,'2014-10-22 06:03:52',''),(11835,1,1,12621,1,1542483295,'2014-10-22 06:03:53',''),(11836,1,1,12622,55,1123631987,'2014-10-22 06:17:16',''),(11837,1,1,12623,65,35272072,'2014-10-22 06:46:51','https://www.google.co.uk/'),(11838,1,1,12624,54,3702877341,'2014-10-22 07:01:15',''),(11839,1,1,12625,1,1123632003,'2014-10-22 08:58:18',''),(11840,1,1,12626,1,1032306397,'2014-10-22 09:25:13','http://www.baidu.com/s?wd=NULL'),(11841,1,1,12627,1,1377523696,'2014-10-22 09:26:58','http://www.google.co.uk/url?url=http://www.mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ei=83dHVJegL-Or7AbyIg&ved=0CE0QoAIwBg&usg=AFQjCNEgzPdrntqA8W4yn6LJsR16koDMfw'),(11842,1,1,12628,6,3702877260,'2014-10-22 09:30:43',''),(11843,1,1,12629,48,3497226587,'2014-10-22 09:37:17',''),(11844,1,1,12630,1,1123632003,'2014-10-22 10:54:44',''),(11845,1,1,12631,1,1123631987,'2014-10-22 11:05:13',''),(11846,1,1,12632,65,3249093121,'2014-10-22 11:58:43','http://www.google.com/url?url=http://www.mstyresblackburn.co.uk/index.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&rct=j&frm=1&q=&esrc=s&sa=U&ei=jptHVN_FL-nG7AbIk4CIBg&ved=0CCQQFjAD&usg=AFQjCNGDH5RAV6HtJX3zMtX9tLdj1bgBZw'),(11847,1,1,12633,1,1123631987,'2014-10-22 12:50:16',''),(11848,1,1,12634,1,1123632003,'2014-10-22 13:41:48',''),(11849,1,1,12635,43,2637637547,'2014-10-22 14:12:40',''),(11850,1,1,12636,65,1483344895,'2014-10-22 14:13:59','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=11&ved=0CEIQFjAAOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=RrtHVOv3Cue07Qbl5YCQCg&usg=AFQjCNE1Ca_-PPn5dxqsbrcb2E1gyp'),(11851,1,1,12637,1,1041806726,'2014-10-22 14:14:30',''),(11852,1,1,12638,1,1123631995,'2014-10-22 14:17:29',''),(11853,1,1,12639,26,3497226059,'2014-10-22 15:22:33',''),(11854,1,1,12640,1,3024880965,'2014-10-22 15:26:21',''),(11855,1,1,12641,1,1123631995,'2014-10-22 16:16:30',''),(11856,1,1,12642,1,1123631987,'2014-10-22 18:02:15',''),(11857,1,1,12643,1,1123632003,'2014-10-22 18:25:11',''),(11858,1,1,12644,1,1123632003,'2014-10-22 19:11:42',''),(11859,1,1,12645,26,1123631987,'2014-10-22 19:15:59',''),(11860,1,1,12650,31,1123631987,'2014-10-22 20:56:24',''),(11861,1,1,12652,1,1032306247,'2014-10-22 21:42:34',''),(11862,1,1,12653,1,1123631995,'2014-10-22 22:28:42',''),(11863,1,1,12654,1,1123632003,'2014-10-22 22:37:20',''),(11864,1,1,12655,1,1442938888,'2014-10-22 23:08:59','http://www.yelp.co.uk/biz_redir?url=http%3A%2F%2Fwww.mstyresblackburn.co.uk&src_bizid=8hHWF-LI-TWx4YziJrYh-A&cachebuster=1414019249&s=7c8e286a1c54204eb54cb8b3aa1b6dddabbc45f9507db89a2729b31fdccd2af2'),(11865,1,1,12656,15,3497226059,'2014-10-22 23:21:33',''),(11866,1,1,12657,1,1123631987,'2014-10-23 03:43:20',''),(11867,1,1,12658,51,3024881208,'2014-10-23 04:43:38',''),(11868,1,1,12659,27,3497226587,'2014-10-23 05:35:39',''),(11869,1,1,12660,1,1123632003,'2014-10-23 07:33:28',''),(11870,1,1,12661,1,1542483317,'2014-10-23 07:53:39',''),(11871,1,1,12662,1,1542483315,'2014-10-23 07:53:40',''),(11872,1,1,12663,42,2637637517,'2014-10-23 08:27:23',''),(11873,1,1,12664,1,1410737660,'2014-10-23 08:51:37','https://www.google.com/'),(11874,1,1,12665,1,1403494734,'2014-10-23 09:59:05','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=7&ved=0CHYQoAIwBg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=6dBIVIL4GKHC7gb43IA4&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.77880786,d.ZGU'),(11875,1,1,12666,52,2637637402,'2014-10-23 09:59:35',''),(11876,1,1,12667,1,1489375385,'2014-10-23 10:22:15',''),(11877,1,1,12668,1,1489375385,'2014-10-23 10:22:18',''),(11878,1,1,12669,1,1489375385,'2014-10-23 10:22:23',''),(11879,1,1,12670,1,1489375385,'2014-10-23 10:22:26',''),(11880,1,1,12671,1,1489375385,'2014-10-23 10:22:41',''),(11881,1,1,12672,1,1489375385,'2014-10-23 10:22:46',''),(11882,1,1,12673,1,1489375385,'2014-10-23 10:22:48',''),(11883,1,1,12674,1,1489375385,'2014-10-23 10:22:52',''),(11884,1,1,12675,1,1489375385,'2014-10-23 10:22:55',''),(11885,1,1,12676,1,1489375385,'2014-10-23 10:22:57',''),(11886,1,1,12677,1,1489375385,'2014-10-23 10:23:00',''),(11887,1,1,12678,1,1489375385,'2014-10-23 10:23:10',''),(11888,1,1,12679,15,3702877299,'2014-10-23 11:24:14',''),(11889,1,1,12680,1,1545015354,'2014-10-23 11:55:40','https://www.google.co.uk/'),(11890,1,1,12681,1,1545015354,'2014-10-23 12:03:44','https://www.google.co.uk/'),(11891,1,1,12682,1,1123631995,'2014-10-23 12:40:23',''),(11892,1,1,12683,1,1384441588,'2014-10-23 13:08:17','https://www.google.co.uk/'),(11893,1,1,12684,1,1508525156,'2014-10-23 14:18:07',''),(11894,1,1,12685,1,1508525156,'2014-10-23 14:18:17',''),(11895,1,1,12686,1,1508525156,'2014-10-23 14:18:28',''),(11896,1,1,12687,1,1508525156,'2014-10-23 14:18:43',''),(11897,1,1,12688,1,1508525156,'2014-10-23 14:18:59',''),(11898,1,1,12689,1,1508525156,'2014-10-23 14:19:20',''),(11899,1,1,12690,6,3497226059,'2014-10-23 15:18:20',''),(11900,1,1,12691,1,3702877334,'2014-10-23 15:49:37',''),(11901,1,1,12692,1,3702877342,'2014-10-23 15:49:46',''),(11902,1,1,12693,1,1009983541,'2014-10-23 16:16:07','http://gearseven.tv/'),(11903,1,1,12694,65,1330372600,'2014-10-23 16:51:51','https://www.google.co.uk/'),(11904,1,1,12695,43,1123631987,'2014-10-23 17:14:28',''),(11905,1,1,12696,16,3497226059,'2014-10-23 19:19:34',''),(11906,1,1,12697,1,1123632003,'2014-10-23 19:34:00',''),(11907,1,1,12698,1,3171854646,'2014-10-23 19:42:57','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(11908,1,1,12699,1,1123631987,'2014-10-23 19:55:33',''),(11909,1,1,12700,1,1032306276,'2014-10-23 20:37:07','http://www.baidu.com/s?wd=NULL'),(11910,1,1,12701,26,3497226587,'2014-10-23 21:32:54',''),(11911,1,1,12702,1,1123632003,'2014-10-23 22:09:32',''),(11912,1,1,12703,26,2071807795,'2014-10-23 22:22:01',''),(11913,1,1,12704,1,2637637402,'2014-10-23 23:26:11',''),(11914,1,1,12705,1,1123631995,'2014-10-24 00:17:39',''),(11915,1,1,12706,1,3144002078,'2014-10-24 00:35:23','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(11916,1,1,12707,1,3126311974,'2014-10-24 01:06:33','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(11917,1,1,12708,59,1123631995,'2014-10-24 02:26:22',''),(11918,1,1,12709,71,1123631987,'2014-10-24 02:52:33',''),(11919,1,1,12710,70,3497226059,'2014-10-24 03:08:05',''),(11920,1,1,12711,10,3497226059,'2014-10-24 03:08:10',''),(11921,1,1,12712,63,1123632003,'2014-10-24 03:31:57',''),(11922,1,1,12713,65,1123631995,'2014-10-24 03:59:48',''),(11923,1,1,12715,15,1123631987,'2014-10-24 04:05:46',''),(11924,1,1,12716,74,1123631987,'2014-10-24 04:56:55',''),(11925,1,1,12717,1,1123631995,'2014-10-24 05:20:55',''),(11926,1,1,12718,26,3497226587,'2014-10-24 05:25:52',''),(11927,1,1,12719,1,2733853571,'2014-10-24 05:32:26',''),(11928,1,1,12720,6,2733853571,'2014-10-24 05:32:34',''),(11929,1,1,12721,9,2733853571,'2014-10-24 05:32:44',''),(11930,1,1,12722,62,2733853571,'2014-10-24 05:32:50',''),(11931,1,1,12723,63,2733853571,'2014-10-24 05:32:55',''),(11932,1,1,12724,50,2733853571,'2014-10-24 05:33:00',''),(11933,1,1,12725,65,2733853571,'2014-10-24 05:33:04',''),(11934,1,1,12726,51,2733853571,'2014-10-24 05:33:10',''),(11935,1,1,12727,55,2733853571,'2014-10-24 05:33:15',''),(11936,1,1,12728,28,2733853571,'2014-10-24 05:33:20',''),(11937,1,1,12729,64,2733853571,'2014-10-24 05:33:25',''),(11938,1,1,12730,56,2733853571,'2014-10-24 05:33:29',''),(11939,1,1,12731,69,2733853571,'2014-10-24 05:33:34',''),(11940,1,1,12732,57,2733853571,'2014-10-24 05:33:39',''),(11941,1,1,12733,16,2733853571,'2014-10-24 05:33:44',''),(11942,1,1,12734,10,2733853571,'2014-10-24 05:33:49',''),(11943,1,1,12735,49,2733853571,'2014-10-24 05:33:54',''),(11944,1,1,12736,27,2733853571,'2014-10-24 05:33:59',''),(11945,1,1,12737,58,2733853571,'2014-10-24 05:34:04',''),(11946,1,1,12738,44,2733853571,'2014-10-24 05:34:09',''),(11947,1,1,12739,52,2733853571,'2014-10-24 05:34:15',''),(11948,1,1,12740,42,2733853571,'2014-10-24 05:34:19',''),(11949,1,1,12741,48,2733853571,'2014-10-24 05:34:24',''),(11950,1,1,12742,43,2733853571,'2014-10-24 05:34:29',''),(11951,1,1,12743,53,2733853571,'2014-10-24 05:34:34',''),(11952,1,1,12744,41,2733853571,'2014-10-24 05:34:40',''),(11953,1,1,12745,38,2733853571,'2014-10-24 05:34:45',''),(11954,1,1,12746,45,2733853571,'2014-10-24 05:34:49',''),(11955,1,1,12747,16,2733853571,'2014-10-24 05:34:54',''),(11956,1,1,12748,75,2733853571,'2014-10-24 05:34:59',''),(11957,1,1,12749,67,2733853571,'2014-10-24 05:35:04',''),(11958,1,1,12750,68,2733853571,'2014-10-24 05:35:09',''),(11959,1,1,12751,59,2733853571,'2014-10-24 05:35:14',''),(11960,1,1,12752,74,2733853571,'2014-10-24 05:35:19',''),(11961,1,1,12753,16,2733853571,'2014-10-24 05:35:24',''),(11962,1,1,12754,71,2733853571,'2014-10-24 05:35:29',''),(11963,1,1,12755,73,2733853571,'2014-10-24 05:35:34',''),(11964,1,1,12756,72,2733853571,'2014-10-24 05:35:39',''),(11965,1,1,12757,70,2733853571,'2014-10-24 05:35:44',''),(11966,1,1,12758,43,2733853571,'2014-10-24 05:35:49',''),(11967,1,1,12759,43,2733853571,'2014-10-24 05:35:55',''),(11968,1,1,12760,15,2733853571,'2014-10-24 05:35:59',''),(11969,1,1,12761,31,2733853571,'2014-10-24 05:36:04',''),(11970,1,1,12762,47,2733853571,'2014-10-24 05:36:10',''),(11971,1,1,12763,54,2733853571,'2014-10-24 05:36:14',''),(11972,1,1,12764,66,2733853571,'2014-10-24 05:36:20',''),(11973,1,1,12765,26,2733853571,'2014-10-24 05:36:25',''),(11974,1,1,12766,26,2733853571,'2014-10-24 05:36:30',''),(11975,1,1,12767,26,2733853571,'2014-10-24 05:36:35',''),(11976,1,1,12768,26,2733853571,'2014-10-24 05:36:39',''),(11977,1,1,12769,26,2733853571,'2014-10-24 05:36:45',''),(11978,1,1,12770,26,2733853571,'2014-10-24 05:36:49',''),(11979,1,1,12771,26,2733853571,'2014-10-24 05:36:54',''),(11980,1,1,12772,26,2733853571,'2014-10-24 05:36:59',''),(11981,1,1,12773,26,2733853571,'2014-10-24 05:37:05',''),(11982,1,1,12774,26,2733853571,'2014-10-24 05:37:10',''),(11983,1,1,12775,26,2733853571,'2014-10-24 05:37:15',''),(11984,1,1,12776,26,2733853571,'2014-10-24 05:37:19',''),(11985,1,1,12777,26,2733853571,'2014-10-24 05:37:24',''),(11986,1,1,12778,26,2733853571,'2014-10-24 05:37:29',''),(11987,1,1,12779,26,2733853571,'2014-10-24 05:37:34',''),(11988,1,1,12780,26,2733853571,'2014-10-24 05:37:39',''),(11989,1,1,12781,26,2733853571,'2014-10-24 05:37:44',''),(11990,1,1,12782,26,2733853571,'2014-10-24 05:37:49',''),(11991,1,1,12783,26,2733853571,'2014-10-24 05:37:54',''),(11992,1,1,12784,26,2733853571,'2014-10-24 05:37:59',''),(11993,1,1,12785,26,2733853571,'2014-10-24 05:38:04',''),(11994,1,1,12786,26,2733853571,'2014-10-24 05:38:10',''),(11995,1,1,12787,26,2733853571,'2014-10-24 05:38:15',''),(11996,1,1,12788,26,2733853571,'2014-10-24 05:38:20',''),(11997,1,1,12789,26,2733853571,'2014-10-24 05:38:24',''),(11998,1,1,12790,26,2733853571,'2014-10-24 05:38:29',''),(11999,1,1,12791,26,2733853571,'2014-10-24 05:38:35',''),(12000,1,1,12792,26,2733853571,'2014-10-24 05:38:39',''),(12001,1,1,12793,26,2733853571,'2014-10-24 05:38:44',''),(12002,1,1,12794,26,2733853571,'2014-10-24 05:38:49',''),(12003,1,1,12795,26,2733853571,'2014-10-24 05:38:55',''),(12004,1,1,12796,26,2733853571,'2014-10-24 05:38:59',''),(12005,1,1,12797,26,2733853571,'2014-10-24 05:39:04',''),(12006,1,1,12798,26,2733853571,'2014-10-24 05:39:10',''),(12007,1,1,12799,1,1123632003,'2014-10-24 06:04:33',''),(12008,1,1,12800,44,1123631987,'2014-10-24 06:06:44',''),(12009,1,1,12801,59,1123632003,'2014-10-24 06:37:17',''),(12010,1,1,12803,26,3497226059,'2014-10-24 07:08:07',''),(12011,1,1,12804,58,3497226059,'2014-10-24 07:08:13',''),(12012,1,1,12805,1,1467023564,'2014-10-24 07:17:08','http://www.yelp.com/biz_redir?url=http%3A%2F%2Fwww.mstyresblackburn.co.uk&src_bizid=8hHWF-LI-TWx4YziJrYh-A&cachebuster=1414134938&s=d4e2609f1e08b1a7ada3fdf6a96f56ea2422e2862b60046cc9f01f64daf07dfd'),(12013,1,1,12806,1,1327610250,'2014-10-24 07:34:14','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(12014,1,1,12807,73,1123631995,'2014-10-24 08:15:28',''),(12015,1,1,12808,1,1123632003,'2014-10-24 08:24:28',''),(12016,1,1,12809,31,3164933967,'2014-10-24 09:01:59',''),(12017,1,1,12810,1,1542483296,'2014-10-24 09:17:17',''),(12018,1,1,12811,1,1542483301,'2014-10-24 09:17:18',''),(12019,1,1,12812,6,1123631987,'2014-10-24 09:43:23',''),(12020,1,1,12813,27,1123631995,'2014-10-24 09:45:43',''),(12021,1,1,12814,75,1123632003,'2014-10-24 09:55:34',''),(12022,1,1,12815,1,3024881217,'2014-10-24 10:03:30',''),(12023,1,1,12816,1,1377523696,'2014-10-24 10:35:02','http://www.google.co.uk/'),(12024,1,1,12817,1,1123631987,'2014-10-24 10:49:50',''),(12025,1,1,12818,26,2637637539,'2014-10-24 11:43:15',''),(12026,1,1,12819,72,1123631995,'2014-10-24 11:46:31',''),(12027,1,1,12820,48,1454320628,'2014-10-24 12:14:37','https://www.google.co.uk/'),(12028,1,1,12821,68,3024881071,'2014-10-24 13:31:51',''),(12029,1,1,12822,1,3479603870,'2014-10-24 14:08:30',''),(12030,1,1,12823,59,1123631995,'2014-10-24 14:19:24',''),(12031,1,1,12824,1,1451270891,'2014-10-24 14:22:43','https://www.google.co.uk/'),(12032,1,1,12825,1,3366177859,'2014-10-24 15:08:50','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(12033,1,1,12826,26,3497226059,'2014-10-24 15:16:06',''),(12034,1,1,12827,27,1123631995,'2014-10-24 15:21:03',''),(12035,1,1,12828,71,1123631995,'2014-10-24 16:12:50',''),(12036,1,1,12829,65,3284387586,'2014-10-24 17:26:51','https://www.google.co.uk/'),(12037,1,1,12830,64,3164934125,'2014-10-24 18:38:46',''),(12038,1,1,12831,1,1123632003,'2014-10-24 19:57:59',''),(12039,1,1,12832,26,3497226587,'2014-10-24 21:49:53',''),(12040,1,1,12833,65,2637637436,'2014-10-24 22:42:57',''),(12041,1,1,12834,1,2071807835,'2014-10-25 01:02:03',''),(12042,1,1,12835,45,3497226587,'2014-10-25 01:26:08',''),(12043,1,1,12836,71,3497226587,'2014-10-25 01:26:36',''),(12044,1,1,12837,73,3497226059,'2014-10-25 03:08:46',''),(12045,1,1,12838,1,1123632003,'2014-10-25 06:26:02',''),(12046,1,1,12839,54,3497226059,'2014-10-25 07:07:13',''),(12047,1,1,12840,68,1123631987,'2014-10-25 07:35:02',''),(12048,1,1,12841,43,1851335880,'2014-10-25 07:40:35',''),(12049,1,1,12842,1,1851335880,'2014-10-25 07:40:39',''),(12050,1,1,12843,1,1123632003,'2014-10-25 08:07:45',''),(12051,1,1,12844,63,1123631987,'2014-10-25 08:36:17',''),(12052,1,1,12845,56,1123632003,'2014-10-25 08:44:04',''),(12053,1,1,12846,1,1032306400,'2014-10-25 08:46:31','http://www.baidu.com/s?wd=NULL'),(12054,1,1,12847,54,2071807833,'2014-10-25 08:59:22',''),(12055,1,1,12848,65,1123632003,'2014-10-25 09:21:34',''),(12056,1,1,12849,75,3497226587,'2014-10-25 09:27:43',''),(12057,1,1,12850,15,1123631995,'2014-10-25 09:50:39',''),(12058,1,1,12852,1,1542483313,'2014-10-25 10:48:51',''),(12059,1,1,12853,1,1542483325,'2014-10-25 10:48:52',''),(12060,1,1,12854,43,463462280,'2014-10-25 10:53:26',''),(12061,1,1,12855,1,463462280,'2014-10-25 10:53:30',''),(12062,1,1,12856,62,1123632003,'2014-10-25 12:52:02',''),(12063,1,1,12857,56,1123631987,'2014-10-25 13:05:00',''),(12064,1,1,12858,1,1546188889,'2014-10-25 13:18:48','https://www.google.co.uk/'),(12065,1,1,12859,1,3024880965,'2014-10-25 13:49:09',''),(12066,1,1,12860,1,1552340132,'2014-10-25 14:53:58','https://www.google.co.uk/'),(12067,1,1,12861,1,1563159004,'2014-10-25 14:54:11','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(12068,1,1,12862,1,417751148,'2014-10-25 15:15:13',''),(12069,1,1,12863,1,417751148,'2014-10-25 15:15:16',''),(12070,1,1,12864,1,417751148,'2014-10-25 15:15:19',''),(12071,1,1,12865,1,417751148,'2014-10-25 15:15:22',''),(12072,1,1,12866,1,417751148,'2014-10-25 15:15:25',''),(12073,1,1,12867,1,417751148,'2014-10-25 15:15:29',''),(12074,1,1,12868,1,417751148,'2014-10-25 15:15:42',''),(12075,1,1,12869,1,417751148,'2014-10-25 15:15:45',''),(12076,1,1,12870,1,417751148,'2014-10-25 15:15:49',''),(12077,1,1,12871,1,417751148,'2014-10-25 15:15:53',''),(12078,1,1,12872,1,417751148,'2014-10-25 15:15:56',''),(12079,1,1,12873,1,417751148,'2014-10-25 15:15:59',''),(12080,1,1,12874,27,1123631987,'2014-10-25 15:57:51',''),(12081,1,1,12875,1,619323232,'2014-10-25 16:07:41','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(12082,1,1,12876,56,1123631995,'2014-10-25 16:15:10',''),(12083,1,1,12877,1,1315770478,'2014-10-25 16:19:37',''),(12084,1,1,12878,68,1123631987,'2014-10-25 16:46:35',''),(12085,1,1,12879,1,1123632003,'2014-10-25 16:57:14',''),(12086,1,1,12880,59,1123631995,'2014-10-25 17:40:25',''),(12087,1,1,12881,54,3024881294,'2014-10-25 18:58:36',''),(12088,1,1,12882,27,1123632003,'2014-10-25 19:11:07',''),(12089,1,1,12883,26,2637637401,'2014-10-25 19:50:27',''),(12090,1,1,12884,41,3024881169,'2014-10-25 20:32:02',''),(12091,1,1,12885,59,1123631987,'2014-10-25 20:32:10',''),(12092,1,1,12886,27,1123632003,'2014-10-25 21:10:47',''),(12093,1,1,12887,10,3164933972,'2014-10-25 21:32:34',''),(12094,1,1,12888,1,1123632003,'2014-10-25 21:50:35',''),(12095,1,1,12889,67,3164933920,'2014-10-25 21:54:52',''),(12096,1,1,12890,42,3164933963,'2014-10-25 22:06:02',''),(12097,1,1,12891,1,1123631995,'2014-10-25 22:09:53',''),(12098,1,1,12892,1,1328323432,'2014-10-25 22:20:35','http://szczesiak.pl'),(12099,1,1,12893,71,1123631987,'2014-10-25 22:29:21',''),(12100,1,1,12894,59,1123632003,'2014-10-25 23:06:39',''),(12101,1,1,12895,1,1123631995,'2014-10-25 23:13:08',''),(12102,1,1,12896,65,3164933967,'2014-10-25 23:39:51',''),(12103,1,1,12897,1,1123631995,'2014-10-26 00:13:09',''),(12104,1,1,12898,27,1123631987,'2014-10-26 00:18:49',''),(12105,1,1,12899,1,1483481679,'2014-10-26 00:55:07','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CGgQoAIwBg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=A0ZMVJ_VNMac7gao24HgCA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=lEh3Kube0Fukm_zbrbAYPA&bvm=bv.77880786,d.ZGU'),(12106,1,1,12900,71,1123631995,'2014-10-26 01:18:15',''),(12107,1,1,12901,1,1123631987,'2014-10-26 01:22:18',''),(12108,1,1,12902,26,1123632003,'2014-10-26 01:27:05',''),(12109,1,1,12907,59,1123631987,'2014-10-26 02:09:03',''),(12110,1,1,12908,71,1123631995,'2014-10-26 02:59:34',''),(12111,1,1,12909,1,1123632003,'2014-10-26 03:15:48',''),(12112,1,1,12910,59,1123631995,'2014-10-26 04:06:45',''),(12113,1,1,12911,15,1123632003,'2014-10-26 04:12:26',''),(12114,1,1,12912,54,1123631995,'2014-10-26 05:25:32',''),(12115,1,1,12913,27,1123632003,'2014-10-26 05:27:58',''),(12116,1,1,12914,66,3497226587,'2014-10-26 05:30:12',''),(12117,1,1,12915,66,1123631987,'2014-10-26 06:11:45',''),(12118,1,1,12916,1,1123632003,'2014-10-26 06:30:25',''),(12119,1,1,12917,70,1123632003,'2014-10-26 07:35:16',''),(12120,1,1,12860,1,1552339792,'2014-10-26 08:38:52','https://www.google.co.uk/'),(12121,1,1,12919,27,1123631987,'2014-10-26 09:27:48',''),(12122,1,1,12920,72,3497226587,'2014-10-26 09:30:01',''),(12123,1,1,12921,1,1032306397,'2014-10-26 09:36:03','http://www.baidu.com/s?wd=NULL'),(12124,1,1,12922,1,1577700043,'2014-10-26 10:43:38','https://www.google.co.uk/'),(12125,1,1,12923,1,1123631995,'2014-10-26 10:44:03',''),(12126,1,1,12924,63,3497226059,'2014-10-26 11:08:47',''),(12127,1,1,12925,63,3702877356,'2014-10-26 11:59:15',''),(12128,1,1,12926,1,1542483292,'2014-10-26 13:00:06',''),(12129,1,1,12927,1,1542483314,'2014-10-26 13:00:07',''),(12130,1,1,12928,1,1486278930,'2014-10-26 13:21:35',''),(12131,1,1,12929,61,1900661054,'2014-10-26 13:23:38',''),(12132,1,1,12930,61,3164820042,'2014-10-26 13:24:11',''),(12133,1,1,12931,67,3024881384,'2014-10-26 13:38:50',''),(12134,1,1,12932,1,1123631995,'2014-10-26 14:39:10',''),(12135,1,1,12933,26,3497226059,'2014-10-26 15:12:34',''),(12136,1,1,12934,26,3497226059,'2014-10-26 15:12:40',''),(12137,1,1,12935,26,2637637402,'2014-10-26 15:42:49',''),(12138,1,1,12936,1,2548137155,'2014-10-26 16:04:17',''),(12139,1,1,12937,1,3156059488,'2014-10-26 16:54:41','https://www.google.co.uk/'),(12140,1,1,12937,1,3156059488,'2014-10-26 18:23:53','https://www.google.co.uk/'),(12141,1,1,12938,50,3585014587,'2014-10-26 18:37:18','http://www.google.at/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&cad=rja&uact=8&ved=0CDUQFjAC&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D19%26controller%3Dproduct%26id_lang%3D1&ei=9j5NVMrmCYLxaJPXgcAJ&usg=AFQjCNExTz8ndwMo31XymEn7'),(12142,1,1,12939,70,3164934015,'2014-10-26 18:38:33',''),(12143,1,1,12940,1,1123631995,'2014-10-26 19:00:34',''),(12144,1,1,12941,43,463462280,'2014-10-26 19:28:04',''),(12145,1,1,12942,1,463462280,'2014-10-26 19:28:07',''),(12146,1,1,12943,63,1123632003,'2014-10-26 19:36:16',''),(12147,1,1,12944,1,1123632003,'2014-10-26 20:45:53',''),(12148,1,1,12945,62,1123632003,'2014-10-26 21:38:04',''),(12149,1,1,12946,45,3024881050,'2014-10-26 22:02:43',''),(12150,1,1,12947,29,2637637539,'2014-10-26 22:16:03',''),(12151,1,1,12948,1,1342698715,'2014-10-26 22:26:46','https://www.google.co.uk/'),(12152,1,1,12949,69,3164934128,'2014-10-26 22:30:14',''),(12153,1,1,12950,26,3497226059,'2014-10-26 23:03:02',''),(12154,1,1,12951,1,3025663384,'2014-10-27 01:27:57',''),(12155,1,1,12952,6,3025663384,'2014-10-27 01:27:59',''),(12156,1,1,12953,3,2637637436,'2014-10-27 01:53:40',''),(12157,1,1,12954,75,2637637539,'2014-10-27 01:53:59',''),(12158,1,1,12955,6,2457378338,'2014-10-27 02:44:34',''),(12159,1,1,12956,14,1123631987,'2014-10-27 04:25:18',''),(12160,1,1,12957,31,1123631995,'2014-10-27 04:32:17',''),(12161,1,1,12958,1,1123632003,'2014-10-27 05:54:47',''),(12162,1,1,12959,1,1452716842,'2014-10-27 07:12:53','https://www.google.co.uk/'),(12163,1,1,12960,1,1123631995,'2014-10-27 07:15:26',''),(12164,1,1,12961,1,1368002246,'2014-10-27 08:56:11','https://www.google.co.uk/'),(12165,1,1,12962,1,1522723580,'2014-10-27 10:19:32','https://www.google.co.uk/'),(12166,1,1,12963,1,3156087391,'2014-10-27 10:32:11',''),(12167,1,1,12964,1,1123631907,'2014-10-27 12:42:25',''),(12168,1,1,12965,1,1366185109,'2014-10-27 12:44:56',''),(12169,1,1,12966,1,1366185109,'2014-10-27 12:44:59',''),(12170,1,1,12967,1,1366185109,'2014-10-27 12:45:01',''),(12171,1,1,12968,1,1366185109,'2014-10-27 12:45:03',''),(12172,1,1,12969,1,1366185109,'2014-10-27 12:45:06',''),(12173,1,1,12970,1,1366185109,'2014-10-27 12:45:08',''),(12174,1,1,12971,1,1366185109,'2014-10-27 12:45:10',''),(12175,1,1,12972,1,1366185109,'2014-10-27 12:45:14',''),(12176,1,1,12973,1,1366185109,'2014-10-27 12:45:17',''),(12177,1,1,12974,1,1366185109,'2014-10-27 12:45:19',''),(12178,1,1,12975,1,1366185109,'2014-10-27 12:45:22',''),(12179,1,1,12976,1,1366185109,'2014-10-27 12:45:24',''),(12180,1,1,12961,1,1368002246,'2014-10-27 13:19:44',''),(12181,1,1,12977,59,1123631899,'2014-10-27 14:00:55',''),(12182,1,1,12978,1,1542483271,'2014-10-27 14:20:51',''),(12183,1,1,12979,1,1542483300,'2014-10-27 14:20:52',''),(12184,1,1,12980,72,1123631907,'2014-10-27 16:23:46',''),(12185,1,1,12982,9,3164934102,'2014-10-27 17:15:15',''),(12186,1,1,12983,48,2637637436,'2014-10-27 18:29:40',''),(12187,1,1,12984,1,3338415110,'2014-10-27 19:54:38',''),(12188,1,1,12985,1,1123631899,'2014-10-27 20:37:05',''),(12189,1,1,12986,1,1577750849,'2014-10-27 20:39:18','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0CHIQoAIwBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=Dq1OVMCEBIGa7gbCzoGwCA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.77880786,d.ZGU'),(12190,1,1,12987,16,3164933920,'2014-10-27 20:44:21',''),(12191,1,1,12988,43,3164934102,'2014-10-27 20:53:40',''),(12192,1,1,12990,1,1123631907,'2014-10-27 21:27:06',''),(12193,1,1,12991,1,1365319399,'2014-10-27 22:05:33','http://www.google.co.uk/'),(12194,1,1,12992,1,2548322577,'2014-10-27 22:42:04','https://www.google.co.uk/'),(12195,1,1,12993,26,2637637539,'2014-10-28 01:33:03',''),(12196,1,1,12994,1,1123631891,'2014-10-28 01:41:32',''),(12197,1,1,12995,26,2637637436,'2014-10-28 04:31:46',''),(12198,1,1,12996,64,3497226059,'2014-10-28 06:39:50',''),(12199,1,1,12997,1,1032306280,'2014-10-28 08:43:43','http://www.baidu.com/s?wd=NULL'),(12200,1,1,12998,50,2637637401,'2014-10-28 10:17:23',''),(12201,1,1,12999,1,1524023931,'2014-10-28 11:02:11','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CHgQoAIwBg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=M3dPVIGOEO2M7Aa_w4DADw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.77880786,d.ZGU'),(12202,1,1,13000,10,3587040653,'2014-10-28 11:02:29','https://www.google.co.uk/'),(12203,1,1,13001,26,3497226059,'2014-10-28 11:06:55',''),(12204,1,1,13002,1,1123634732,'2014-10-28 13:28:12',''),(12205,1,1,13003,62,1123634739,'2014-10-28 14:32:41',''),(12206,1,1,13004,56,3497226059,'2014-10-28 15:13:13',''),(12207,1,1,13005,1,3024881216,'2014-10-28 15:26:54',''),(12208,1,1,13006,1,1123634739,'2014-10-28 16:35:42',''),(12209,1,1,13007,1,1542483298,'2014-10-28 17:27:43',''),(12210,1,1,13008,1,1542483285,'2014-10-28 17:27:44',''),(12211,1,1,13009,56,1123634732,'2014-10-28 17:38:18',''),(12212,1,1,13010,65,1123634739,'2014-10-28 19:08:50',''),(12213,1,1,13011,57,2071807855,'2014-10-28 19:53:59',''),(12214,1,1,13012,68,1123634739,'2014-10-28 20:02:39',''),(12215,1,1,13013,1,1123634732,'2014-10-28 20:21:47',''),(12216,1,1,13014,1,1123634746,'2014-10-28 20:40:41',''),(12217,1,1,13016,1,1344976065,'2014-10-28 21:04:37','https://www.google.co.uk/'),(12218,1,1,13017,1,1041806726,'2014-10-28 21:05:18',''),(12219,1,1,13018,63,1123634739,'2014-10-28 21:36:34',''),(12220,1,1,13019,59,1123634739,'2014-10-28 22:15:39',''),(12221,1,1,13020,65,1123634746,'2014-10-28 22:32:13',''),(12222,1,1,13021,67,3497226059,'2014-10-28 23:07:51',''),(12223,1,1,13022,1,1123634746,'2014-10-28 23:29:37',''),(12224,1,1,13023,10,1123634746,'2014-10-29 00:23:31',''),(12225,1,1,13024,70,1123634732,'2014-10-29 01:40:01',''),(12226,1,1,13025,62,1123634746,'2014-10-29 01:59:11',''),(12227,1,1,13027,1,1123634732,'2014-10-29 03:07:01',''),(12228,1,1,13029,9,1123634739,'2014-10-29 03:20:51',''),(12229,1,1,13030,14,1123634746,'2014-10-29 04:13:06',''),(12230,1,1,13031,56,1123634732,'2014-10-29 04:43:34',''),(12231,1,1,13032,1,1032306279,'2014-10-29 06:33:18','http://www.baidu.com/s?wd=NULL'),(12232,1,1,13033,54,3164934009,'2014-10-29 09:14:08',''),(12233,1,1,13034,1,3576181026,'2014-10-29 10:54:50','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&ved=0CIwBEKACMAg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=98FQVP-vC8Hd7gbru4DQBA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(12234,1,1,13035,1,1365680648,'2014-10-29 11:26:01','https://www.google.co.uk/'),(12235,1,1,13036,27,3024881206,'2014-10-29 14:04:05',''),(12236,1,1,13037,1,1599800869,'2014-10-29 14:45:26',''),(12237,1,1,13038,1,1599800869,'2014-10-29 14:45:40',''),(12238,1,1,13039,1,1599800869,'2014-10-29 14:45:52',''),(12239,1,1,13040,1,1599800869,'2014-10-29 14:46:03',''),(12240,1,1,13041,1,1599800869,'2014-10-29 14:47:22',''),(12241,1,1,13042,1,1599800869,'2014-10-29 14:47:33',''),(12242,1,1,13043,1,1599800869,'2014-10-29 14:47:46',''),(12243,1,1,13044,1,1599800869,'2014-10-29 14:48:13',''),(12244,1,1,13045,1,1599800869,'2014-10-29 14:48:57',''),(12245,1,1,13046,1,1599800869,'2014-10-29 14:49:04',''),(12246,1,1,13047,1,1599800869,'2014-10-29 14:49:11',''),(12247,1,1,13048,1,1599800869,'2014-10-29 14:49:16',''),(12248,1,1,13049,1,1123631907,'2014-10-29 16:38:42',''),(12249,1,1,13050,1,3024881044,'2014-10-29 18:33:49',''),(12250,1,1,13051,1,3024880918,'2014-10-29 18:33:52',''),(12251,1,1,13052,26,3497226059,'2014-10-29 19:07:18',''),(12252,1,1,13053,1,1123631987,'2014-10-29 20:05:15',''),(12253,1,1,13055,1,3024881196,'2014-10-29 20:45:08',''),(12254,1,1,13056,59,1123631987,'2014-10-29 20:47:56',''),(12255,1,1,13057,43,3497226587,'2014-10-29 20:56:16',''),(12256,1,1,13058,1,1123632003,'2014-10-29 21:51:29',''),(12257,1,1,13059,48,1375856263,'2014-10-29 22:01:13',''),(12258,1,1,13060,26,2637637436,'2014-10-29 22:42:38',''),(12259,1,1,13061,71,3164934088,'2014-10-29 23:32:10',''),(12260,1,1,13062,9,1123632003,'2014-10-30 00:50:57',''),(12261,1,1,13063,26,3497226587,'2014-10-30 01:16:42',''),(12262,1,1,13064,1,1123631987,'2014-10-30 02:27:17',''),(12263,1,1,13065,6,3164933929,'2014-10-30 02:36:14',''),(12264,1,1,13066,58,1123632003,'2014-10-30 02:47:30',''),(12265,1,1,13067,66,1123631987,'2014-10-30 03:22:36',''),(12266,1,1,13069,65,1123631995,'2014-10-30 04:05:51',''),(12267,1,1,13070,50,3164934088,'2014-10-30 05:30:38',''),(12268,1,1,13071,62,3164934088,'2014-10-30 05:33:09',''),(12269,1,1,13072,26,3475901728,'2014-10-30 05:49:14',''),(12270,1,1,13073,65,3702877296,'2014-10-30 05:54:58',''),(12271,1,1,13074,69,3497226059,'2014-10-30 06:55:15',''),(12272,1,1,13075,1,1542483276,'2014-10-30 07:17:15',''),(12273,1,1,13076,1,1542483283,'2014-10-30 07:17:16',''),(12274,1,1,13077,1,2071807773,'2014-10-30 07:30:37',''),(12275,1,1,13078,1,1453465028,'2014-10-30 07:37:50','https://www.google.co.uk/'),(12276,1,1,13079,1,1453465028,'2014-10-30 07:39:20','https://www.google.co.uk/'),(12277,1,1,13080,1,1123631987,'2014-10-30 08:20:07',''),(12278,1,1,13081,1,2637693643,'2014-10-30 08:26:33',''),(12279,1,1,13082,1,1123632003,'2014-10-30 11:17:59',''),(12280,1,1,13083,28,3497226587,'2014-10-30 13:17:14',''),(12281,1,1,13084,1,3024881043,'2014-10-30 17:35:05',''),(12282,1,1,13085,1,1032306396,'2014-10-30 19:35:38','http://www.baidu.com/s?wd=NULL'),(12283,1,1,13086,1,1123631987,'2014-10-30 19:57:27',''),(12284,1,1,13087,1,1123632003,'2014-10-30 20:01:10',''),(12285,1,1,13088,70,2537664153,'2014-10-30 22:59:33','https://www.google.it/'),(12286,1,1,13089,52,3497226059,'2014-10-30 23:01:42',''),(12287,1,1,13090,1,2071807847,'2014-10-31 00:05:37',''),(12288,1,1,13091,27,2071807801,'2014-10-31 02:00:43',''),(12289,1,1,13093,70,2071807857,'2014-10-31 02:00:43',''),(12290,1,1,13092,15,2071807792,'2014-10-31 02:00:43',''),(12291,1,1,13094,10,2071807800,'2014-10-31 02:00:43',''),(12292,1,1,13095,49,2071807777,'2014-10-31 02:00:43',''),(12293,1,1,13096,68,3702877263,'2014-10-31 02:00:43',''),(12294,1,1,13097,55,2071807795,'2014-10-31 02:00:44',''),(12295,1,1,13098,6,1123632003,'2014-10-31 02:19:37',''),(12296,1,1,13099,63,1123631995,'2014-10-31 02:24:05',''),(12297,1,1,13101,43,3497226059,'2014-10-31 03:07:20',''),(12298,1,1,13102,1,1032306399,'2014-10-31 03:47:58','http://www.baidu.com/s?wd=NULL'),(12299,1,1,13103,63,3702877286,'2014-10-31 05:06:25',''),(12300,1,1,13104,1,1384442345,'2014-10-31 05:46:24','https://www.google.co.uk/'),(12301,1,1,13105,75,3024880954,'2014-10-31 05:48:23',''),(12302,1,1,13106,1,1123632003,'2014-10-31 06:13:43',''),(12303,1,1,13107,68,3164934064,'2014-10-31 06:50:17',''),(12304,1,1,13108,1,1397225250,'2014-10-31 07:18:03',''),(12305,1,1,13109,1,1397225250,'2014-10-31 07:18:17',''),(12306,1,1,13110,1,1397225250,'2014-10-31 07:18:26',''),(12307,1,1,13111,1,1397225250,'2014-10-31 07:18:40',''),(12308,1,1,13112,1,1397225250,'2014-10-31 07:18:45',''),(12309,1,1,13113,1,1397225250,'2014-10-31 07:18:56',''),(12310,1,1,13114,1,1123632003,'2014-10-31 07:49:01',''),(12311,1,1,13115,1,2204827737,'2014-10-31 09:15:11',''),(12312,1,1,13116,1,1377273682,'2014-10-31 12:47:43','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CDIQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=jIRTVKiyJIuf7gbV9oGIAg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.78677474,d.ZGU'),(12313,1,1,13117,1,1542483294,'2014-10-31 12:56:21',''),(12314,1,1,13118,1,1542483301,'2014-10-31 12:56:22',''),(12315,1,1,12683,1,1377523696,'2014-10-31 13:21:59','https://www.google.co.uk/'),(12316,1,1,13119,1,1123634746,'2014-10-31 14:07:18',''),(12317,1,1,13120,1,3375593249,'2014-10-31 16:03:19','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(12318,1,1,13121,43,3164933966,'2014-10-31 16:31:36',''),(12319,1,1,13122,1,522144093,'2014-10-31 17:17:27',''),(12320,1,1,13123,1,522144093,'2014-10-31 17:17:40',''),(12321,1,1,13124,1,522144093,'2014-10-31 17:17:55',''),(12322,1,1,13125,1,522144093,'2014-10-31 17:18:11',''),(12323,1,1,13126,1,522144093,'2014-10-31 17:18:18',''),(12324,1,1,13127,1,522144093,'2014-10-31 17:18:36',''),(12325,1,1,13128,1,522144093,'2014-10-31 17:18:50',''),(12326,1,1,13129,1,522144093,'2014-10-31 17:19:00',''),(12327,1,1,13130,1,522144093,'2014-10-31 17:19:18',''),(12328,1,1,13131,1,522144093,'2014-10-31 17:19:30',''),(12329,1,1,13132,1,522144093,'2014-10-31 17:19:43',''),(12330,1,1,13133,1,522144093,'2014-10-31 17:19:53',''),(12331,1,1,13134,48,3024880955,'2014-10-31 18:23:11',''),(12332,1,1,13135,1,1123634746,'2014-10-31 18:28:22',''),(12333,1,1,13136,26,3497226059,'2014-10-31 19:06:51',''),(12334,1,1,13137,65,3497226059,'2014-10-31 19:07:00',''),(12335,1,1,13138,1,41754726,'2014-10-31 22:00:00','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=15&ved=0CJgBEBYwDg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=uQVUVMuZCYaR7AbFn4G4Bw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(12336,1,1,13139,43,3497226059,'2014-10-31 23:06:30',''),(12337,1,1,13140,1,1123634746,'2014-10-31 23:38:41',''),(12338,1,1,13141,9,3497226587,'2014-11-01 01:23:48',''),(12339,1,1,13142,26,3497226059,'2014-11-01 03:21:18',''),(12340,1,1,13143,1,1123634739,'2014-11-01 07:56:32',''),(12341,1,1,13144,1,1123632003,'2014-11-01 08:01:08',''),(12342,1,1,13145,1,1451441562,'2014-11-01 09:52:42','http://www.google.co.uk/url?url=http://www.mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ei=1qxUVKnTI4HV7AbD0oDQBA&ved=0CE8QoAIwBg&usg=AFQjCNGfucJTuFKR7BJdKXlGPOGViZAzdA'),(12343,1,1,13146,1,1032306280,'2014-11-01 10:12:47','http://www.baidu.com/s?wd=NULL'),(12344,1,1,13147,1,3024881305,'2014-11-01 10:33:52',''),(12345,1,1,13145,46,1451441562,'2014-11-01 10:48:55',''),(12346,1,1,13148,63,1123634746,'2014-11-01 10:49:00',''),(12347,1,1,13149,43,2071807860,'2014-11-01 11:17:08',''),(12348,1,1,13150,1,1543856815,'2014-11-01 12:06:07','https://www.google.co.uk/'),(12349,1,1,13151,66,1123634739,'2014-11-01 12:08:17',''),(12350,1,1,13152,1,608548350,'2014-11-01 12:46:47','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(12351,1,1,13153,56,3475901728,'2014-11-01 12:48:08',''),(12352,1,1,13154,1,1467197594,'2014-11-01 13:17:28','https://www.google.co.uk/'),(12353,1,1,13155,26,3497226587,'2014-11-01 13:33:40',''),(12354,1,1,13156,52,1123631995,'2014-11-01 13:48:49',''),(12355,1,1,13157,1,39938930,'2014-11-01 14:06:24','https://www.google.co.uk/'),(12356,1,1,13158,1,1041806726,'2014-11-01 14:06:56',''),(12357,1,1,13159,6,3475901698,'2014-11-01 17:22:42',''),(12358,1,1,13160,1,1123631995,'2014-11-01 19:39:56',''),(12359,1,1,13161,1,1123631995,'2014-11-01 21:04:51',''),(12360,1,1,13162,62,1123632003,'2014-11-01 21:49:29',''),(12361,1,1,13163,55,3164934118,'2014-11-01 22:35:35',''),(12362,1,1,13164,26,3497226059,'2014-11-01 23:03:18',''),(12363,1,1,13165,1,1123632003,'2014-11-02 00:11:50',''),(12364,1,1,13166,15,1123631995,'2014-11-02 00:50:53',''),(12365,1,1,13167,1,2071807773,'2014-11-02 01:03:31',''),(12366,1,1,13168,1,2071807773,'2014-11-02 01:03:34',''),(12367,1,1,13169,55,3497226587,'2014-11-02 01:27:08',''),(12368,1,1,13170,1,1123631987,'2014-11-02 01:27:12',''),(12369,1,1,13171,6,2637637627,'2014-11-02 01:30:36',''),(12370,1,1,13172,41,3702877336,'2014-11-02 01:36:51',''),(12371,1,1,13173,68,1123631987,'2014-11-02 02:48:45',''),(12372,1,1,13174,56,1123631987,'2014-11-02 03:38:32',''),(12373,1,1,13175,1,1032306399,'2014-11-02 04:54:01','http://www.baidu.com/s?wd=NULL'),(12374,1,1,13176,69,3024880990,'2014-11-02 05:25:19',''),(12375,1,1,13177,26,3497226587,'2014-11-02 05:29:02',''),(12376,1,1,13178,1,1123632003,'2014-11-02 05:39:47',''),(12377,1,1,13180,1,1123631987,'2014-11-02 06:48:16',''),(12378,1,1,13181,1,1123631995,'2014-11-02 06:51:49',''),(12379,1,1,13183,6,2637637616,'2014-11-02 07:34:54',''),(12380,1,1,13184,58,3024881285,'2014-11-02 07:38:58',''),(12381,1,1,13185,1,3475901728,'2014-11-02 08:06:28',''),(12382,1,1,13186,51,1123631987,'2014-11-02 08:25:21',''),(12383,1,1,13187,48,1123631995,'2014-11-02 09:20:59',''),(12384,1,1,13188,1,1123632003,'2014-11-02 10:42:49',''),(12385,1,1,13189,1,1123631987,'2014-11-02 11:05:43',''),(12386,1,1,13190,47,1123631995,'2014-11-02 11:15:32',''),(12387,1,1,13191,16,2499509421,'2014-11-02 11:16:49',''),(12388,1,1,13192,1,2499509797,'2014-11-02 12:22:35',''),(12389,1,1,13193,1,1123631995,'2014-11-02 12:47:10',''),(12390,1,1,13194,26,3497226587,'2014-11-02 13:25:53',''),(12391,1,1,13195,47,3164934086,'2014-11-02 13:52:27',''),(12392,1,1,13196,43,2637637606,'2014-11-02 14:33:43',''),(12393,1,1,13197,1,3029700505,'2014-11-02 15:12:47',''),(12394,1,1,13198,1,2971832948,'2014-11-02 15:20:42','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(12395,1,1,13199,1,1489375385,'2014-11-02 16:04:15',''),(12396,1,1,13200,1,1489375385,'2014-11-02 16:04:17',''),(12397,1,1,13201,1,1489375385,'2014-11-02 16:04:24',''),(12398,1,1,13202,1,1489375385,'2014-11-02 16:04:29',''),(12399,1,1,13203,1,1489375385,'2014-11-02 16:04:31',''),(12400,1,1,13204,1,1489375385,'2014-11-02 16:04:35',''),(12401,1,1,13205,1,1489375385,'2014-11-02 16:04:38',''),(12402,1,1,13206,1,1489375385,'2014-11-02 16:04:41',''),(12403,1,1,13207,1,1489375385,'2014-11-02 16:04:44',''),(12404,1,1,13208,1,1489375385,'2014-11-02 16:04:49',''),(12405,1,1,13209,1,1489375385,'2014-11-02 16:04:51',''),(12406,1,1,13210,1,1489375385,'2014-11-02 16:04:56',''),(12407,1,1,13211,62,1489375385,'2014-11-02 16:05:10',''),(12408,1,1,13212,63,1489375385,'2014-11-02 16:05:14',''),(12409,1,1,13213,64,1489375385,'2014-11-02 16:05:20',''),(12410,1,1,13214,65,1489375385,'2014-11-02 16:05:25',''),(12411,1,1,13215,69,1489375385,'2014-11-02 16:05:28',''),(12412,1,1,13216,1,1123632003,'2014-11-02 16:36:16',''),(12413,1,1,13217,72,3024881169,'2014-11-02 16:57:59',''),(12414,1,1,13218,65,1454265019,'2014-11-02 17:23:48','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0CCsQFjAC&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=LWhWVPXyHYfX7Ab62YGYCQ&usg=AFQjCNE1Ca_-PPn5dxqsbrcb2E1gypusNQ'),(12415,1,1,13219,62,3497226059,'2014-11-02 19:06:29',''),(12416,1,1,13220,1,1123631995,'2014-11-02 22:01:02',''),(12417,1,1,13221,1,3497226059,'2014-11-02 22:20:11',''),(12418,1,1,13222,26,3497226059,'2014-11-02 23:02:00',''),(12419,1,1,13223,1,1163186166,'2014-11-02 23:42:46',''),(12420,1,1,13224,1,3388172826,'2014-11-03 00:45:51',''),(12421,1,1,13225,1,1123632003,'2014-11-03 00:50:27',''),(12422,1,1,13226,38,3024880920,'2014-11-03 01:47:16',''),(12423,1,1,13227,38,3497226059,'2014-11-03 03:03:20',''),(12424,1,1,13228,1,1032306278,'2014-11-03 03:56:23','http://www.baidu.com/s?wd=NULL'),(12425,1,1,13229,44,3497226059,'2014-11-03 07:09:23',''),(12426,1,1,13230,49,3497226059,'2014-11-03 07:09:36',''),(12427,1,1,13231,1,3702877276,'2014-11-03 08:10:43',''),(12428,1,1,13232,1,3702877347,'2014-11-03 08:10:46',''),(12429,1,1,13233,15,3024880921,'2014-11-03 08:56:13',''),(12430,1,1,13234,1,1542483318,'2014-11-03 11:41:42',''),(12431,1,1,13235,1,1542483309,'2014-11-03 11:41:43',''),(12432,1,1,13236,1,2637637501,'2014-11-03 14:47:53',''),(12433,1,1,13237,1,1123631995,'2014-11-03 16:21:48',''),(12434,1,1,13238,1,1123631987,'2014-11-03 16:25:51',''),(12435,1,1,13240,63,3139853809,'2014-11-03 17:13:56','https://www.google.com.br/'),(12436,1,1,13241,26,3497226587,'2014-11-03 17:27:59',''),(12437,1,1,13242,1,1123631995,'2014-11-03 20:19:40',''),(12438,1,1,13243,43,2071807814,'2014-11-03 21:25:30',''),(12439,1,1,13244,1,1452143965,'2014-11-03 21:59:05','https://www.google.co.uk/'),(12440,1,1,13245,1,3475901817,'2014-11-03 22:01:25',''),(12441,1,1,13246,41,3164933993,'2014-11-03 22:14:19',''),(12442,1,1,13247,1,1123631995,'2014-11-03 22:49:30',''),(12443,1,1,13248,43,1123631995,'2014-11-03 23:32:17',''),(12444,1,1,13249,1,1123631987,'2014-11-04 00:35:27',''),(12445,1,1,13250,65,1123631987,'2014-11-04 01:22:49',''),(12446,1,1,13251,1,1123631995,'2014-11-04 01:50:34',''),(12447,1,1,13252,28,1123632003,'2014-11-04 02:00:42',''),(12448,1,1,13253,26,3497226059,'2014-11-04 03:05:00',''),(12449,1,1,13254,38,1123631995,'2014-11-04 03:19:39',''),(12450,1,1,13255,1,1032306281,'2014-11-04 04:07:33','http://www.baidu.com/s?wd=NULL'),(12451,1,1,13256,43,1851342409,'2014-11-04 04:47:47',''),(12452,1,1,13257,1,1851342409,'2014-11-04 04:47:49',''),(12453,1,1,13258,38,2071807772,'2014-11-04 05:26:16',''),(12454,1,1,13259,26,3497226059,'2014-11-04 06:39:54',''),(12455,1,1,13260,1,1523831880,'2014-11-04 07:30:16','https://www.google.co.uk/'),(12456,1,1,13261,1,1123631987,'2014-11-04 08:24:17',''),(12457,1,1,13262,6,3024881188,'2014-11-04 08:44:42',''),(12458,1,1,13263,1,1377273682,'2014-11-04 09:17:08','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCMQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=L5lYVMD0O5LPaMCqgtAF&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.78677474,d.d2s'),(12459,1,1,13264,1,1326435946,'2014-11-04 09:41:00','http://buttons-for-website.com'),(12460,1,1,13265,1,1123631987,'2014-11-04 09:52:31',''),(12461,1,1,13266,1,1455121327,'2014-11-04 10:01:35','http://www.google.co.uk/url?sa=t&source=web&cd=15&ved=0CG0QFjAO&url=http://www.mstyresblackburn.co.uk/index.php&rct=j&q=tyres%20blackburn&ei=dKNYVJKKBcTmarXggYAP&usg=AFQjCNGaovWsBFBPrn57hepYz764y0Fd0A&bvm=bv.78677474,d.d2s&safe=active'),(12462,1,1,13267,38,3164934071,'2014-11-04 10:45:33',''),(12463,1,1,13268,52,3104467139,'2014-11-04 12:10:58',''),(12464,1,1,13269,1,3338415110,'2014-11-04 12:16:11',''),(12465,1,1,13270,16,3497226587,'2014-11-04 13:03:34',''),(12466,1,1,13271,26,3497226587,'2014-11-04 13:03:43',''),(12467,1,1,13272,65,1525950875,'2014-11-04 13:09:12','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0CDQQFjAC&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=j89YVIWSAtXLsASryYLgDA&usg=AFQjCNE1Ca_-PPn5dxqsbrcb2E1gypusNQ'),(12468,1,1,13273,1,1056864162,'2014-11-04 13:56:07','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CD4QFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=jdpYVMSmOceX7Qbw9YCgDg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.78677474,d.ZGU&as_qdr=all&safe=active'),(12469,1,1,13274,1,1123631995,'2014-11-04 14:48:43',''),(12470,1,1,13275,55,1123632003,'2014-11-04 15:19:19',''),(12471,1,1,13277,31,1123632003,'2014-11-04 16:16:13',''),(12472,1,1,13278,1,1542483265,'2014-11-04 16:31:37',''),(12473,1,1,13279,1,1542483325,'2014-11-04 16:31:38',''),(12474,1,1,13280,64,3702877288,'2014-11-04 17:25:05',''),(12475,1,1,13281,1,1123632003,'2014-11-04 17:57:40',''),(12476,1,1,13282,26,3497226587,'2014-11-04 18:04:46',''),(12477,1,1,13283,16,3497226587,'2014-11-04 18:04:50',''),(12478,1,1,13284,1,3171721430,'2014-11-04 18:05:00','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(12479,1,1,13285,45,1123631987,'2014-11-04 18:29:28',''),(12480,1,1,13286,43,2071807824,'2014-11-04 18:40:34',''),(12481,1,1,13287,1,1329618734,'2014-11-04 19:21:16','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CGgQoAIwBg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=ayVZVI3QIMeP7AbNzIHYBw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(12482,1,1,13288,1,1041806727,'2014-11-04 19:21:54',''),(12483,1,1,13289,1,1041806727,'2014-11-04 19:22:03',''),(12484,1,1,13290,1,3323679378,'2014-11-04 19:24:17',''),(12485,1,1,13291,1,3323679378,'2014-11-04 19:24:36',''),(12486,1,1,13292,1,3323679378,'2014-11-04 19:24:53',''),(12487,1,1,13293,1,3323679378,'2014-11-04 19:25:24',''),(12488,1,1,13294,1,3323679378,'2014-11-04 19:25:30',''),(12489,1,1,13295,1,3323679378,'2014-11-04 19:25:35',''),(12490,1,1,13296,1,3323679378,'2014-11-04 19:25:44',''),(12491,1,1,13297,1,3323679378,'2014-11-04 19:26:03',''),(12492,1,1,13298,1,3323679378,'2014-11-04 19:26:11',''),(12493,1,1,13299,1,3323679378,'2014-11-04 19:26:23',''),(12494,1,1,13300,1,3323679378,'2014-11-04 19:26:41',''),(12495,1,1,13301,1,3323679378,'2014-11-04 19:27:40',''),(12496,1,1,13302,9,1123631995,'2014-11-04 19:39:06',''),(12497,1,1,13303,1,1123631987,'2014-11-04 19:48:45',''),(12498,1,1,13305,6,3475901830,'2014-11-04 19:59:58',''),(12499,1,1,13306,1,1123632003,'2014-11-04 20:52:42',''),(12500,1,1,13307,63,1123631995,'2014-11-04 21:30:28',''),(12501,1,1,13308,53,1123631995,'2014-11-04 23:01:58',''),(12502,1,1,13310,6,3024880919,'2014-11-04 23:23:45',''),(12503,1,1,13311,1,3702877355,'2014-11-04 23:25:56',''),(12504,1,1,13312,52,1123632003,'2014-11-04 23:37:46',''),(12505,1,1,13313,1,2979661861,'2014-11-04 23:46:55','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(12506,1,1,13314,1,1123632003,'2014-11-05 00:13:36',''),(12507,1,1,13315,46,1123631995,'2014-11-05 01:25:10',''),(12508,1,1,13316,16,2637637515,'2014-11-05 01:25:42',''),(12509,1,1,13317,68,1123631987,'2014-11-05 02:04:13',''),(12510,1,1,13318,68,3497226059,'2014-11-05 03:04:01',''),(12511,1,1,13319,1,910826867,'2014-11-05 03:55:43',''),(12512,1,1,13320,26,3497226587,'2014-11-05 05:11:48',''),(12513,1,1,13321,43,463463332,'2014-11-05 05:15:28',''),(12514,1,1,13322,1,463463332,'2014-11-05 05:15:32',''),(12515,1,1,13323,75,3024881304,'2014-11-05 06:46:27',''),(12516,1,1,13324,6,3475901830,'2014-11-05 07:06:36',''),(12517,1,1,13325,31,3497226059,'2014-11-05 07:15:57',''),(12518,1,1,13326,1,3024881166,'2014-11-05 08:23:32',''),(12519,1,1,13327,26,3497226587,'2014-11-05 09:26:05',''),(12520,1,1,13328,1,1032306395,'2014-11-05 10:07:09','http://www.baidu.com/s?wd=NULL'),(12521,1,1,13329,1,1123631995,'2014-11-05 10:18:14',''),(12522,1,1,13330,68,2637637468,'2014-11-05 10:50:32',''),(12523,1,1,13331,26,3497226059,'2014-11-05 10:56:21',''),(12524,1,1,13332,26,3497226587,'2014-11-05 13:29:37',''),(12525,1,1,13333,65,1385730837,'2014-11-05 13:51:33','https://www.google.co.uk/'),(12526,1,1,13334,1,1706093957,'2014-11-05 13:58:51','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(12527,1,1,13335,26,3497226059,'2014-11-05 15:12:45',''),(12528,1,1,13336,1,1123631987,'2014-11-05 16:06:18',''),(12529,1,1,13337,1,1466081699,'2014-11-05 17:16:56',''),(12530,1,1,13338,1,1123631987,'2014-11-05 18:11:39',''),(12531,1,1,13339,1,1123632003,'2014-11-05 18:17:26',''),(12532,1,1,13340,1,1542483324,'2014-11-05 19:21:54',''),(12533,1,1,13341,1,1542483274,'2014-11-05 19:21:55',''),(12534,1,1,13342,42,2499509422,'2014-11-05 20:10:09',''),(12535,1,1,13343,1,1123631987,'2014-11-05 20:43:05',''),(12536,1,1,13344,16,3164933910,'2014-11-05 21:01:39',''),(12537,1,1,13345,1,1377225424,'2014-11-05 21:03:29','https://www.google.co.uk/'),(12538,1,1,13346,1,2071807797,'2014-11-05 22:02:50',''),(12539,1,1,13347,26,3497226059,'2014-11-05 23:09:12',''),(12540,1,1,13348,54,2071807802,'2014-11-05 23:33:03',''),(12541,1,1,13349,72,3164934024,'2014-11-06 01:02:38',''),(12542,1,1,13350,1,1397225250,'2014-11-06 02:25:49',''),(12543,1,1,13351,1,1397225250,'2014-11-06 02:25:56',''),(12544,1,1,13352,1,1397225250,'2014-11-06 02:28:06',''),(12545,1,1,13353,1,1397225250,'2014-11-06 02:28:20',''),(12546,1,1,13354,1,1397225250,'2014-11-06 02:28:33',''),(12547,1,1,13355,1,1397225250,'2014-11-06 02:28:48',''),(12548,1,1,13356,42,3497226059,'2014-11-06 02:41:06',''),(12549,1,1,13357,68,1123632003,'2014-11-06 09:15:52',''),(12550,1,1,13358,3,3630930802,'2014-11-06 09:21:59',''),(12551,1,1,13359,26,3630930802,'2014-11-06 09:22:02',''),(12552,1,1,13360,26,3630930802,'2014-11-06 09:22:04',''),(12553,1,1,13361,26,3630930802,'2014-11-06 09:22:06',''),(12554,1,1,13362,26,3630930802,'2014-11-06 09:22:08',''),(12555,1,1,13363,26,3630930802,'2014-11-06 09:22:11',''),(12556,1,1,13364,26,3630930802,'2014-11-06 09:22:13',''),(12557,1,1,13365,26,3630930802,'2014-11-06 09:22:15',''),(12558,1,1,13366,26,3630930802,'2014-11-06 09:22:17',''),(12559,1,1,13367,26,3630930802,'2014-11-06 09:22:20',''),(12560,1,1,13368,26,3630930802,'2014-11-06 09:22:22',''),(12561,1,1,13369,26,3497226587,'2014-11-06 09:27:27',''),(12562,1,1,13370,1,3024881173,'2014-11-06 10:10:16',''),(12563,1,1,13371,10,1123632003,'2014-11-06 11:35:21',''),(12564,1,1,13372,59,2420924199,'2014-11-06 12:42:49',''),(12565,1,1,13373,68,2420924199,'2014-11-06 12:43:37',''),(12566,1,1,13374,75,2420924199,'2014-11-06 12:43:53',''),(12567,1,1,13375,67,2420924199,'2014-11-06 12:44:13',''),(12568,1,1,13376,74,2420924199,'2014-11-06 12:44:17',''),(12569,1,1,13377,73,2420924199,'2014-11-06 12:44:21',''),(12570,1,1,13378,71,2420924199,'2014-11-06 12:44:23',''),(12571,1,1,13379,72,2420924199,'2014-11-06 12:44:39',''),(12572,1,1,13380,70,2420924199,'2014-11-06 12:45:21',''),(12573,1,1,13381,1,621694156,'2014-11-06 14:21:38','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(12574,1,1,13382,54,2071807845,'2014-11-06 14:22:59',''),(12575,1,1,13383,1,3013219374,'2014-11-06 15:07:52','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(12576,1,1,13384,1,1572094102,'2014-11-06 15:18:13',''),(12577,1,1,13385,1,1572094102,'2014-11-06 15:18:16',''),(12578,1,1,13386,1,1572094102,'2014-11-06 15:18:18',''),(12579,1,1,13387,1,1572094102,'2014-11-06 15:18:21',''),(12580,1,1,13388,1,1572094102,'2014-11-06 15:18:23',''),(12581,1,1,13389,1,1572094102,'2014-11-06 15:18:26',''),(12582,1,1,13390,1,1572094102,'2014-11-06 15:18:28',''),(12583,1,1,13391,1,1572094102,'2014-11-06 15:18:31',''),(12584,1,1,13392,1,1572094102,'2014-11-06 15:18:34',''),(12585,1,1,13393,1,1572094102,'2014-11-06 15:18:36',''),(12586,1,1,13394,1,1572094102,'2014-11-06 15:18:39',''),(12587,1,1,13395,1,1572094102,'2014-11-06 15:18:42',''),(12588,1,1,13396,28,1572094102,'2014-11-06 15:18:48',''),(12589,1,1,13397,50,1572094102,'2014-11-06 15:18:56',''),(12590,1,1,13398,51,1572094102,'2014-11-06 15:19:01',''),(12591,1,1,13399,56,1572094102,'2014-11-06 15:19:07',''),(12592,1,1,13400,55,1572094102,'2014-11-06 15:19:16',''),(12593,1,1,13401,1,1032306276,'2014-11-06 17:04:41','http://www.baidu.com/s?wd=NULL'),(12594,1,1,13402,26,3497226587,'2014-11-06 17:23:04',''),(12595,1,1,13403,1,1123631987,'2014-11-06 18:00:23',''),(12596,1,1,13404,1,1123632003,'2014-11-06 18:04:49',''),(12597,1,1,13405,43,463463332,'2014-11-06 18:48:13',''),(12598,1,1,13406,1,463463332,'2014-11-06 18:48:22',''),(12599,1,1,13407,26,3497226059,'2014-11-06 19:07:17',''),(12600,1,1,13408,43,772017172,'2014-11-06 20:40:37',''),(12601,1,1,13409,43,772017172,'2014-11-06 20:40:40',''),(12602,1,1,13410,16,772017172,'2014-11-06 20:40:45',''),(12603,1,1,13411,16,772017172,'2014-11-06 20:40:50',''),(12604,1,1,13412,54,772017172,'2014-11-06 20:40:58',''),(12605,1,1,13413,66,772017172,'2014-11-06 20:41:01',''),(12606,1,1,13414,15,772017172,'2014-11-06 20:41:04',''),(12607,1,1,13415,31,772017172,'2014-11-06 20:41:08',''),(12608,1,1,13416,47,772017172,'2014-11-06 20:41:11',''),(12609,1,1,13417,27,772017172,'2014-11-06 20:41:15',''),(12610,1,1,13418,44,772017172,'2014-11-06 20:41:21',''),(12611,1,1,13419,49,772017172,'2014-11-06 20:41:24',''),(12612,1,1,13420,58,772017172,'2014-11-06 20:41:27',''),(12613,1,1,13421,10,772017172,'2014-11-06 20:41:32',''),(12614,1,1,13422,1,3702877325,'2014-11-06 21:37:13',''),(12615,1,1,13423,1,3702877364,'2014-11-06 21:37:16',''),(12616,1,1,13424,62,3024880955,'2014-11-06 21:57:32',''),(12617,1,1,13425,65,3024881073,'2014-11-07 02:41:49',''),(12618,1,1,13426,15,3497226059,'2014-11-07 03:37:58',''),(12619,1,1,13427,1,1123632003,'2014-11-07 03:44:44',''),(12620,1,1,13428,16,3024880991,'2014-11-07 06:06:19',''),(12621,1,1,13429,1,1123631995,'2014-11-07 06:15:42',''),(12622,1,1,13430,1,1542483277,'2014-11-07 07:39:33',''),(12623,1,1,13431,1,1542483299,'2014-11-07 07:39:34',''),(12624,1,1,13432,53,3497226587,'2014-11-07 09:32:54',''),(12625,1,1,13433,16,3497226587,'2014-11-07 09:32:59',''),(12626,1,1,13434,41,3024881089,'2014-11-07 10:24:05',''),(12627,1,1,13435,1,2204827773,'2014-11-07 10:26:54',''),(12628,1,1,13436,1,1123632003,'2014-11-07 11:32:20',''),(12629,1,1,13437,1,1032306278,'2014-11-07 14:03:17','http://www.baidu.com/s?wd=NULL'),(12630,1,1,13438,1,2071807854,'2014-11-07 14:31:04',''),(12631,1,1,13439,1,1562635236,'2014-11-07 15:18:06','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(12632,1,1,13440,1,1123631987,'2014-11-07 15:47:15',''),(12633,1,1,13441,1,1523986116,'2014-11-07 16:49:44','https://www.google.co.uk/'),(12634,1,1,13442,1,3024881295,'2014-11-07 18:05:14',''),(12635,1,1,13443,1,1123631987,'2014-11-07 18:25:06',''),(12636,1,1,13445,1,2970334761,'2014-11-07 18:39:53','http://buttons-for-website.com'),(12637,1,1,13446,54,3702877277,'2014-11-07 18:44:43',''),(12638,1,1,13447,6,3497226059,'2014-11-07 19:18:59',''),(12639,1,1,13448,68,1544189991,'2014-11-07 20:22:14',''),(12640,1,1,13449,1,1041806727,'2014-11-07 20:22:46',''),(12641,1,1,13450,1,1123631987,'2014-11-07 20:33:57',''),(12642,1,1,13451,57,3497226587,'2014-11-07 21:04:16',''),(12643,1,1,13452,47,3497226587,'2014-11-07 21:04:20',''),(12644,1,1,13453,1,3702877324,'2014-11-07 21:35:46',''),(12645,1,1,13454,1,3702877331,'2014-11-07 21:35:48',''),(12646,1,1,13455,49,3024881294,'2014-11-07 22:57:50',''),(12647,1,1,13456,16,3497226059,'2014-11-07 23:08:35',''),(12648,1,1,13457,1,1466081699,'2014-11-07 23:15:58',''),(12649,1,1,13458,50,3497226587,'2014-11-08 01:26:36',''),(12650,1,1,13459,46,2637637393,'2014-11-08 01:45:29',''),(12651,1,1,13460,1,1123632003,'2014-11-08 03:26:44',''),(12652,1,1,13461,1,1032306277,'2014-11-08 03:35:18','http://www.baidu.com/s?wd=NULL'),(12653,1,1,13462,1,1123632003,'2014-11-08 04:24:08',''),(12654,1,1,13463,70,3497226059,'2014-11-08 07:09:53',''),(12655,1,1,13464,10,3497226059,'2014-11-08 07:10:07',''),(12656,1,1,13465,1,1542483310,'2014-11-08 10:08:41',''),(12657,1,1,13466,1,1542483278,'2014-11-08 10:08:42',''),(12658,1,1,13467,56,3587046599,'2014-11-08 10:59:20','https://www.google.co.uk/'),(12659,1,1,13468,10,1123632003,'2014-11-08 11:05:45',''),(12660,1,1,13469,26,3497226059,'2014-11-08 11:11:56',''),(12661,1,1,13470,58,3497226059,'2014-11-08 11:12:02',''),(12662,1,1,13471,56,3024881083,'2014-11-08 11:31:27',''),(12663,1,1,13472,51,3497226587,'2014-11-08 13:29:03',''),(12664,1,1,13473,6,1123634746,'2014-11-08 14:55:46',''),(12665,1,1,13474,3,1378207721,'2014-11-08 15:55:37',''),(12666,1,1,13475,18,1378207721,'2014-11-08 15:55:39',''),(12667,1,1,13476,38,1378207721,'2014-11-08 15:55:42',''),(12668,1,1,13477,41,1378207721,'2014-11-08 15:55:44',''),(12669,1,1,13478,53,1378207721,'2014-11-08 15:55:46',''),(12670,1,1,13479,48,1378207721,'2014-11-08 15:55:48',''),(12671,1,1,13480,52,1378207721,'2014-11-08 15:55:51',''),(12672,1,1,13481,1,1483344649,'2014-11-08 16:17:43','https://www.google.co.uk/'),(12673,1,1,13482,1,1123634732,'2014-11-08 18:15:55',''),(12674,1,1,13485,26,3497226059,'2014-11-08 19:03:44',''),(12675,1,1,13486,1,3589854124,'2014-11-08 19:29:38',''),(12676,1,1,13487,1,3589854124,'2014-11-08 19:29:39',''),(12677,1,1,13488,1,786803397,'2014-11-08 20:19:15',''),(12678,1,1,13489,26,3497226587,'2014-11-08 21:30:37',''),(12679,1,1,13490,1,3702877304,'2014-11-08 22:04:14',''),(12680,1,1,13491,1,3702877279,'2014-11-08 22:04:16',''),(12681,1,1,13492,63,3024880990,'2014-11-08 22:18:06',''),(12682,1,1,13493,74,3164933977,'2014-11-08 23:52:54',''),(12683,1,1,13494,1,1123634739,'2014-11-09 00:05:09',''),(12684,1,1,13495,1,3337957812,'2014-11-09 00:19:10',''),(12685,1,1,13496,1,3337957812,'2014-11-09 00:19:19',''),(12686,1,1,13497,1,3337957812,'2014-11-09 00:19:25',''),(12687,1,1,13498,1,3337957812,'2014-11-09 00:19:28',''),(12688,1,1,13499,1,3337957812,'2014-11-09 00:19:31',''),(12689,1,1,13500,1,3337957812,'2014-11-09 00:19:34',''),(12690,1,1,13501,1,3337957812,'2014-11-09 00:19:37',''),(12691,1,1,13502,1,3337957812,'2014-11-09 00:19:41',''),(12692,1,1,13503,1,3337957812,'2014-11-09 00:19:44',''),(12693,1,1,13504,1,3337957812,'2014-11-09 00:19:47',''),(12694,1,1,13505,1,3337957812,'2014-11-09 00:19:50',''),(12695,1,1,13506,1,3337957812,'2014-11-09 00:19:53',''),(12696,1,1,13507,28,3024880923,'2014-11-09 01:24:18',''),(12697,1,1,13508,41,3497226587,'2014-11-09 01:29:32',''),(12698,1,1,13509,1,1123631995,'2014-11-09 06:11:42',''),(12699,1,1,13510,73,3164933938,'2014-11-09 06:15:40',''),(12700,1,1,13511,73,3497226059,'2014-11-09 07:02:27',''),(12701,1,1,13512,54,3497226059,'2014-11-09 10:41:48',''),(12702,1,1,13513,1,1377168663,'2014-11-09 11:00:44','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CEUQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=7khfVP2lPMS07QbR3YCYDw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=2rq9g-eul6dooUPk6GEGzg&bvm=bv.79189006,d.ZGU'),(12703,1,1,13514,1,1542483305,'2014-11-09 12:31:22',''),(12704,1,1,13515,1,1542483302,'2014-11-09 12:31:23',''),(12705,1,1,13516,1,3024881047,'2014-11-09 12:44:58',''),(12706,1,1,13517,1,1032306399,'2014-11-09 15:21:31','http://www.baidu.com/s?wd=NULL'),(12707,1,1,13518,1,1123631995,'2014-11-09 16:03:07',''),(12708,1,1,13519,52,3164934093,'2014-11-09 16:03:39',''),(12709,1,1,13520,1,1123632003,'2014-11-09 16:08:45',''),(12710,1,1,13521,1,1344982159,'2014-11-09 17:17:06','https://www.google.co.uk/'),(12711,1,1,13522,1,1041806726,'2014-11-09 17:17:37',''),(12712,1,1,13523,1,1442108781,'2014-11-09 18:32:40','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(12713,1,1,13524,1,2071807836,'2014-11-09 19:31:33',''),(12714,1,1,13525,51,1454733327,'2014-11-09 19:47:29','http://www.google.co.uk/search?q=m+s+tyres+bridgestone&hl=en-GB&tbm=isch&biw=356&bih=&dpr=1.5&oq=m+s+tyres+bridgestone&gs_l=img.3...4327.13973.0.15267.12.1.0.11.11.0.143.143.0j1.1.0....0...1ac.1.34.img..11.1.141.Wy6UB3zKQBY'),(12715,1,1,13526,1,3024881180,'2014-11-09 21:40:56',''),(12716,1,1,13527,15,1544965060,'2014-11-09 21:41:11','https://www.google.co.uk/'),(12717,1,1,13528,1,3702877342,'2014-11-09 22:00:26',''),(12718,1,1,13529,1,3702877286,'2014-11-09 22:00:28',''),(12719,1,1,13530,28,3164933932,'2014-11-09 22:41:55',''),(12720,1,1,13531,48,3497226587,'2014-11-10 01:20:37',''),(12721,1,1,13532,1,1123632003,'2014-11-10 04:43:48',''),(12722,1,1,13533,1,1123631987,'2014-11-10 04:49:13',''),(12723,1,1,13534,31,1123631987,'2014-11-10 06:17:56',''),(12724,1,1,13536,51,1123631987,'2014-11-10 08:54:29',''),(12725,1,1,13537,9,3702877356,'2014-11-10 09:18:30',''),(12726,1,1,13538,63,3164934118,'2014-11-10 10:42:47',''),(12727,1,1,13539,1,1377966917,'2014-11-10 12:13:36','https://www.google.co.uk/'),(12728,1,1,13540,1,2548416385,'2014-11-10 12:15:31','https://www.google.co.uk/'),(12729,1,1,13541,1,1032306400,'2014-11-10 13:22:36','http://www.baidu.com/s?wd=NULL'),(12730,1,1,13542,53,3164933993,'2014-11-10 14:20:40',''),(12731,1,1,13543,1,1378207721,'2014-11-10 14:29:53',''),(12732,1,1,13544,1,1378207721,'2014-11-10 14:29:55',''),(12733,1,1,13545,1,1378207721,'2014-11-10 14:29:57',''),(12734,1,1,13546,1,1378207721,'2014-11-10 14:30:00',''),(12735,1,1,13547,1,1378207721,'2014-11-10 14:30:02',''),(12736,1,1,13548,1,1378207721,'2014-11-10 14:30:05',''),(12737,1,1,13549,1,1378207721,'2014-11-10 14:30:07',''),(12738,1,1,13550,1,1378207721,'2014-11-10 14:30:09',''),(12739,1,1,13551,1,1378207721,'2014-11-10 14:30:12',''),(12740,1,1,13552,1,1378207721,'2014-11-10 14:30:14',''),(12741,1,1,13553,1,1378207721,'2014-11-10 14:30:16',''),(12742,1,1,13554,1,1378207721,'2014-11-10 14:30:19',''),(12743,1,1,13555,63,3497226059,'2014-11-10 15:03:18',''),(12744,1,1,13556,1,1542483287,'2014-11-10 15:03:50',''),(12745,1,1,13557,1,1542483274,'2014-11-10 15:03:51',''),(12746,1,1,13558,68,3164934076,'2014-11-10 17:08:12',''),(12747,1,1,13559,1,3587046282,'2014-11-10 18:31:51','http://www.google.co.uk/'),(12748,1,1,13560,26,3497226059,'2014-11-10 18:40:19',''),(12749,1,1,13561,26,3497226059,'2014-11-10 18:40:23',''),(12750,1,1,13562,1,3138800252,'2014-11-10 20:32:10','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(12751,1,1,13563,9,3702877305,'2014-11-10 21:05:50',''),(12752,1,1,13564,1,1544717458,'2014-11-10 21:06:34','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0CD4QFjAC&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=2idhVM6iMcKHsQSX7YK4DQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=hcjQ6Ic2Q51ibg8rPjvD6Q'),(12753,1,1,13565,1,1041806727,'2014-11-10 21:09:06',''),(12754,1,1,13566,1,1041806726,'2014-11-10 21:09:42',''),(12755,1,1,13567,27,3497226587,'2014-11-10 21:24:08',''),(12756,1,1,13568,1,1123631891,'2014-11-10 21:26:10',''),(12757,1,1,13569,1,1402306146,'2014-11-10 21:31:43',''),(12758,1,1,13570,1,1123631907,'2014-11-10 21:33:26',''),(12759,1,1,13571,1,2071807825,'2014-11-10 21:39:10',''),(12760,1,1,13572,1,3702877301,'2014-11-10 21:55:38',''),(12761,1,1,13573,1,3702877295,'2014-11-10 21:55:50',''),(12762,1,1,13574,57,3164933954,'2014-11-11 05:03:59',''),(12763,1,1,13575,58,3164934123,'2014-11-11 06:31:56',''),(12764,1,1,13441,1,1384443505,'2014-11-11 10:47:27','https://www.google.co.uk/'),(12765,1,1,13576,55,3024881204,'2014-11-11 11:55:59',''),(12766,1,1,13577,1,2422366753,'2014-11-11 12:11:10',''),(12767,1,1,13578,1,2422366753,'2014-11-11 12:11:11','http://www.google.co.uk/search?hl=en-GB&source=hp&q=Ms+Tyres+%26+Servicing+blackburn&gbv=2&oq=Ms+Tyres+%26+Servicing+blackburn&gs_l=heirloom-hp.3...797.4984.0.5250.12.2.0.10.0.0.172.313.0j2.2.0....0...1ac.1.34.heirloom-hp..12.0.0.XJSOTEbGd-A'),(12768,1,1,13579,1,1508525156,'2014-11-11 12:11:30',''),(12769,1,1,13580,1,1508525156,'2014-11-11 12:11:43',''),(12770,1,1,13581,1,1508525156,'2014-11-11 12:12:02',''),(12771,1,1,13582,1,1508525156,'2014-11-11 12:12:14',''),(12772,1,1,13583,1,1508525156,'2014-11-11 12:12:25',''),(12773,1,1,13584,1,1508525156,'2014-11-11 12:12:37',''),(12774,1,1,13585,1,1032306281,'2014-11-11 12:59:56','http://www.baidu.com/s?wd=NULL'),(12775,1,1,13586,68,1453902097,'2014-11-11 13:25:59','https://www.google.co.uk/'),(12776,1,1,13587,56,3164933932,'2014-11-11 14:08:38',''),(12777,1,1,13588,1,1123631899,'2014-11-11 15:14:42',''),(12778,1,1,13589,1,2978292316,'2014-11-11 15:57:36','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(12779,1,1,13590,1,1123634746,'2014-11-11 16:32:57',''),(12780,1,1,13591,1,1123634732,'2014-11-11 16:37:05',''),(12781,1,1,13592,1,1542483315,'2014-11-11 18:10:35',''),(12782,1,1,13593,1,1542483304,'2014-11-11 18:10:36',''),(12783,1,1,13594,27,3164933901,'2014-11-11 18:12:21',''),(12784,1,1,13595,66,3164933954,'2014-11-11 19:34:33',''),(12785,1,1,13596,1,3702877328,'2014-11-11 21:49:59',''),(12786,1,1,13597,1,3702877349,'2014-11-11 21:50:02',''),(12787,1,1,13598,1,3216549005,'2014-11-11 22:42:56','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(12788,1,1,13599,43,3024881288,'2014-11-11 22:52:37',''),(12789,1,1,13600,26,3497226587,'2014-11-12 01:51:13',''),(12790,1,1,13601,1,1123634732,'2014-11-12 02:23:02',''),(12791,1,1,13603,1,3064807674,'2014-11-12 06:52:49','http://buttons-for-website.com'),(12792,1,1,13604,1,1380444942,'2014-11-12 08:16:07','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&ved=0CFgQoAIwCA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=uBZjVJT6L4HP7Qa_74GgCw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(12793,1,1,13605,1,1032306278,'2014-11-12 10:05:06','http://www.baidu.com/s?wd=NULL'),(12794,1,1,13606,31,1123634746,'2014-11-12 10:16:10',''),(12795,1,1,13607,1,1123634732,'2014-11-12 10:26:58',''),(12796,1,1,13608,6,1123634746,'2014-11-12 11:13:52',''),(12797,1,1,13609,57,1123632626,'2014-11-12 11:15:46',''),(12798,1,1,13610,1,3024881200,'2014-11-12 11:25:05',''),(12799,1,1,13611,1,2071807814,'2014-11-12 12:27:23',''),(12800,1,1,13612,57,1123634739,'2014-11-12 12:42:57',''),(12801,1,1,13613,1,1123634746,'2014-11-12 13:28:40',''),(12802,1,1,13615,55,1123634739,'2014-11-12 14:32:36',''),(12803,1,1,13616,16,3164933938,'2014-11-12 15:05:52',''),(12804,1,1,13617,6,3024881119,'2014-11-12 15:33:56',''),(12805,1,1,13618,50,1123632626,'2014-11-12 16:35:02',''),(12806,1,1,13619,1,1401874793,'2014-11-12 17:19:42',''),(12807,1,1,13620,1,1401874793,'2014-11-12 17:19:44',''),(12808,1,1,13621,1,1123632626,'2014-11-12 17:43:08',''),(12809,1,1,13622,1,3429212419,'2014-11-12 17:44:28',''),(12810,1,1,13623,1,1123632611,'2014-11-12 17:46:26',''),(12811,1,1,13624,6,2637637393,'2014-11-12 17:48:57',''),(12812,1,1,13625,1,3323674919,'2014-11-12 17:55:29',''),(12813,1,1,13626,1,3323674919,'2014-11-12 17:55:32',''),(12814,1,1,13627,1,3323674919,'2014-11-12 17:55:34',''),(12815,1,1,13628,1,3323674919,'2014-11-12 17:55:37',''),(12816,1,1,13629,1,3323674919,'2014-11-12 17:55:39',''),(12817,1,1,13630,1,3323674919,'2014-11-12 17:55:42',''),(12818,1,1,13631,1,3323674919,'2014-11-12 17:55:45',''),(12819,1,1,13632,1,3323674919,'2014-11-12 17:55:48',''),(12820,1,1,13633,1,3323674919,'2014-11-12 17:55:51',''),(12821,1,1,13634,1,3323674919,'2014-11-12 17:55:53',''),(12822,1,1,13636,48,1344975910,'2014-11-12 18:25:53','http://uk.yhs4.search.yahoo.com/yhs/search?hspart=ironsource&hsimp=yhs-fullyhosted_003&type=cmi_14_15_ch&param1=1&param2=cd%3D2XzuyEtN2Y1L1QzutAtD0Fzy0E0D0A0E0EtB0E0DtCyE0EyEtN0D0Tzu0SzztAtDtN1L2XzutBtFtBtDtFtCtFtDtN1L1CzutCyEtDtAtDyD1V1QtN1L1G1B1V1N2Y1L'),(12823,1,1,13637,1,1041806727,'2014-11-12 18:26:47',''),(12824,1,1,13638,64,1123632387,'2014-11-12 19:43:16',''),(12825,1,1,13639,54,2637637523,'2014-11-12 20:13:55',''),(12826,1,1,13640,69,1123632387,'2014-11-12 20:21:38',''),(12827,1,1,13641,1,1123632626,'2014-11-12 21:01:51',''),(12828,1,1,13642,69,3702877339,'2014-11-12 21:27:57',''),(12829,1,1,13643,15,1123632626,'2014-11-12 21:36:34',''),(12830,1,1,13644,1,3702877306,'2014-11-12 21:47:24',''),(12831,1,1,13645,1,3702877270,'2014-11-12 21:47:27',''),(12832,1,1,13646,1,3338415110,'2014-11-12 22:14:07',''),(12833,1,1,13647,66,3024881206,'2014-11-12 22:45:31',''),(12834,1,1,13648,26,3497226587,'2014-11-13 01:26:26',''),(12835,1,1,13649,43,2637637579,'2014-11-13 01:26:35',''),(12836,1,1,13650,1,2965456799,'2014-11-13 01:30:53','http://yandex.ru/yandsearch?text=ms-tyres&lr=213'),(12837,1,1,13651,1,2044424087,'2014-11-13 02:54:01','https://www.google.com.au/'),(12838,1,1,13652,44,3164934118,'2014-11-13 05:19:12',''),(12839,1,1,13653,45,3497226587,'2014-11-13 05:27:49',''),(12840,1,1,13654,70,3024881040,'2014-11-13 06:36:50',''),(12841,1,1,13655,1,1542483304,'2014-11-13 06:40:04',''),(12842,1,1,13656,1,1542483275,'2014-11-13 06:40:05',''),(12843,1,1,13657,31,1123632611,'2014-11-13 11:50:01',''),(12844,1,1,12961,1,1368002246,'2014-11-13 12:39:31',''),(12845,1,1,13658,46,1123632611,'2014-11-13 13:17:42',''),(12846,1,1,13659,1,2071807832,'2014-11-13 13:40:49',''),(12847,1,1,13660,43,1123632611,'2014-11-13 13:54:10',''),(12848,1,1,13661,1,2976019026,'2014-11-13 13:55:52','http://buttons-for-website.com'),(12849,1,1,13662,31,1123632611,'2014-11-13 14:51:49',''),(12850,1,1,13663,1,1123632387,'2014-11-13 15:38:25',''),(12851,1,1,13665,1,1123632626,'2014-11-13 15:52:59',''),(12852,1,1,13666,56,1123632387,'2014-11-13 16:39:26',''),(12853,1,1,13667,1,1577748149,'2014-11-13 16:48:55',''),(12854,1,1,13668,1,1523455036,'2014-11-13 16:56:29','https://www.google.co.uk/'),(12855,1,1,13669,57,1123632626,'2014-11-13 17:08:23',''),(12856,1,1,13670,1,1581534713,'2014-11-13 18:23:32','http://buttons-for-website.com'),(12857,1,1,13671,57,2637637523,'2014-11-13 19:11:07',''),(12858,1,1,13672,1,3643427175,'2014-11-13 19:11:33','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CDcQFjAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=YAFlVPy0IMmw7Aa_qYAI&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(12859,1,1,13673,66,1123632626,'2014-11-13 19:22:00',''),(12860,1,1,13674,1,1032306279,'2014-11-13 19:33:56','http://www.baidu.com/s?wd=NULL'),(12861,1,1,13675,1,1123632626,'2014-11-13 20:23:18',''),(12862,1,1,13676,1,2975760698,'2014-11-13 20:25:43','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(12863,1,1,13677,10,1123632387,'2014-11-13 21:33:01',''),(12864,1,1,13678,1,3702877288,'2014-11-13 21:46:14',''),(12865,1,1,13679,1,3702877299,'2014-11-13 21:46:25',''),(12866,1,1,13680,56,2637637483,'2014-11-13 22:40:05',''),(12867,1,1,13681,15,1123632387,'2014-11-13 22:42:54',''),(12868,1,1,13682,64,3497226059,'2014-11-13 23:08:09',''),(12869,1,1,13683,73,3024881044,'2014-11-13 23:55:17',''),(12870,1,1,13684,1,2996483064,'2014-11-14 00:35:00',''),(12871,1,1,13685,1,2996483064,'2014-11-14 00:35:04',''),(12872,1,1,13686,1,2996483064,'2014-11-14 00:35:07',''),(12873,1,1,13687,1,2996483064,'2014-11-14 00:35:10',''),(12874,1,1,13688,1,3024881282,'2014-11-14 00:40:38',''),(12875,1,1,13689,1,1345037014,'2014-11-14 00:53:03','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0CCIQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=_lFlVKjEL4jiaIWvgdgM&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(12876,1,1,13690,1,1041806727,'2014-11-14 00:53:34',''),(12877,1,1,13691,1,1041806726,'2014-11-14 00:53:35',''),(12878,1,1,13692,55,1123631419,'2014-11-14 02:40:48',''),(12879,1,1,13693,1,1123632611,'2014-11-14 02:41:37',''),(12880,1,1,13694,26,3497226059,'2014-11-14 03:21:33',''),(12881,1,1,13695,53,3702877330,'2014-11-14 03:47:36',''),(12882,1,1,13696,57,3024881303,'2014-11-14 04:44:42',''),(12883,1,1,13697,14,2637637483,'2014-11-14 06:43:05',''),(12884,1,1,13698,56,3497226059,'2014-11-14 07:15:30',''),(12885,1,1,13699,1,3057941734,'2014-11-14 07:26:26','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(12886,1,1,13700,1,1345266388,'2014-11-14 08:20:41','https://www.google.co.uk/'),(12887,1,1,13701,66,3497226587,'2014-11-14 09:38:50',''),(12888,1,1,13702,1,1542483276,'2014-11-14 09:50:06',''),(12889,1,1,13703,1,1542483271,'2014-11-14 09:50:07',''),(12890,1,1,13704,56,3156686090,'2014-11-14 10:45:20','http://www.bing.com/search?q=rapid+225+45+17&src=IE-TopResult&FORM=IETR02'),(12891,1,1,13705,6,3565234118,'2014-11-14 10:53:14',''),(12892,1,1,13706,1,1486278930,'2014-11-14 12:01:52',''),(12893,1,1,13707,61,1027521334,'2014-11-14 12:03:37',''),(12894,1,1,13708,61,1027521334,'2014-11-14 12:03:46',''),(12895,1,1,13709,1,1123634739,'2014-11-14 14:25:10',''),(12896,1,1,13710,1,1806314007,'2014-11-14 14:32:40',''),(12897,1,1,13711,6,1806314007,'2014-11-14 14:32:49',''),(12898,1,1,13712,9,1806314007,'2014-11-14 14:32:59',''),(12899,1,1,13713,69,1806314007,'2014-11-14 14:33:03',''),(12900,1,1,13714,28,1806314007,'2014-11-14 14:33:08',''),(12901,1,1,13715,62,1806314007,'2014-11-14 14:33:13',''),(12902,1,1,13716,55,1806314007,'2014-11-14 14:33:18',''),(12903,1,1,13717,64,1806314007,'2014-11-14 14:33:24',''),(12904,1,1,13718,50,1806314007,'2014-11-14 14:33:28',''),(12905,1,1,13719,51,1806314007,'2014-11-14 14:33:34',''),(12906,1,1,13720,56,1806314007,'2014-11-14 14:33:39',''),(12907,1,1,13721,63,1806314007,'2014-11-14 14:33:44',''),(12908,1,1,13722,65,1806314007,'2014-11-14 14:33:49',''),(12909,1,1,13723,43,1806314007,'2014-11-14 14:33:54',''),(12910,1,1,13724,10,1806314007,'2014-11-14 14:33:59',''),(12911,1,1,13725,58,1806314007,'2014-11-14 14:34:03',''),(12912,1,1,13726,27,1806314007,'2014-11-14 14:34:09',''),(12913,1,1,13727,49,1806314007,'2014-11-14 14:34:14',''),(12914,1,1,13728,44,1806314007,'2014-11-14 14:34:19',''),(12915,1,1,13729,16,1806314007,'2014-11-14 14:34:24',''),(12916,1,1,13730,57,1806314007,'2014-11-14 14:34:29',''),(12917,1,1,13731,45,1806314007,'2014-11-14 14:34:33',''),(12918,1,1,13732,52,1806314007,'2014-11-14 14:34:39',''),(12919,1,1,13733,42,1806314007,'2014-11-14 14:34:43',''),(12920,1,1,13734,48,1806314007,'2014-11-14 14:34:49',''),(12921,1,1,13735,38,1806314007,'2014-11-14 14:34:53',''),(12922,1,1,13736,53,1806314007,'2014-11-14 14:34:59',''),(12923,1,1,13737,41,1806314007,'2014-11-14 14:35:03',''),(12924,1,1,13738,16,1806314007,'2014-11-14 14:35:08',''),(12925,1,1,13739,73,1806314007,'2014-11-14 14:35:13',''),(12926,1,1,13740,71,1806314007,'2014-11-14 14:35:18',''),(12927,1,1,13741,72,1806314007,'2014-11-14 14:35:24',''),(12928,1,1,13742,70,1806314007,'2014-11-14 14:35:28',''),(12929,1,1,13743,16,1806314007,'2014-11-14 14:35:34',''),(12930,1,1,13744,67,1806314007,'2014-11-14 14:35:39',''),(12931,1,1,13745,74,1806314007,'2014-11-14 14:35:43',''),(12932,1,1,13746,75,1806314007,'2014-11-14 14:35:49',''),(12933,1,1,13747,68,1806314007,'2014-11-14 14:35:54',''),(12934,1,1,13748,59,1806314007,'2014-11-14 14:35:58',''),(12935,1,1,13749,43,1806314007,'2014-11-14 14:36:04',''),(12936,1,1,13750,43,1806314007,'2014-11-14 14:36:09',''),(12937,1,1,13751,47,1806314007,'2014-11-14 14:36:13',''),(12938,1,1,13752,31,1806314007,'2014-11-14 14:36:18',''),(12939,1,1,13753,15,1806314007,'2014-11-14 14:36:24',''),(12940,1,1,13754,66,1806314007,'2014-11-14 14:36:29',''),(12941,1,1,13755,54,1806314007,'2014-11-14 14:36:34',''),(12942,1,1,13756,26,1806314007,'2014-11-14 14:36:39',''),(12943,1,1,13757,26,1806314007,'2014-11-14 14:36:44',''),(12944,1,1,13758,26,1806314007,'2014-11-14 14:36:48',''),(12945,1,1,13759,26,1806314007,'2014-11-14 14:36:54',''),(12946,1,1,13760,26,1806314007,'2014-11-14 14:36:58',''),(12947,1,1,13761,26,1806314007,'2014-11-14 14:37:03',''),(12948,1,1,13762,26,1806314007,'2014-11-14 14:37:09',''),(12949,1,1,13763,26,1806314007,'2014-11-14 14:37:14',''),(12950,1,1,13764,26,1806314007,'2014-11-14 14:37:18',''),(12951,1,1,13765,26,1806314007,'2014-11-14 14:37:23',''),(12952,1,1,13766,26,1806314007,'2014-11-14 14:37:30',''),(12953,1,1,13767,26,1806314007,'2014-11-14 14:37:34',''),(12954,1,1,13768,26,1806314007,'2014-11-14 14:37:38',''),(12955,1,1,13769,26,1806314007,'2014-11-14 14:37:43',''),(12956,1,1,13770,26,1806314007,'2014-11-14 14:37:49',''),(12957,1,1,13771,26,1806314007,'2014-11-14 14:37:54',''),(12958,1,1,13772,26,1806314007,'2014-11-14 14:37:59',''),(12959,1,1,13773,26,1806314007,'2014-11-14 14:38:03',''),(12960,1,1,13774,26,1806314007,'2014-11-14 14:38:08',''),(12961,1,1,13775,26,1806314007,'2014-11-14 14:38:14',''),(12962,1,1,13776,26,1806314007,'2014-11-14 14:38:19',''),(12963,1,1,13777,26,1806314007,'2014-11-14 14:38:23',''),(12964,1,1,13778,26,1806314007,'2014-11-14 14:38:28',''),(12965,1,1,13779,26,1806314007,'2014-11-14 14:38:33',''),(12966,1,1,13780,26,1806314007,'2014-11-14 14:38:39',''),(12967,1,1,13781,26,1806314007,'2014-11-14 14:38:43',''),(12968,1,1,13782,26,1806314007,'2014-11-14 14:38:48',''),(12969,1,1,13783,26,1806314007,'2014-11-14 14:38:53',''),(12970,1,1,13784,26,1806314007,'2014-11-14 14:38:59',''),(12971,1,1,13785,26,1806314007,'2014-11-14 14:39:03',''),(12972,1,1,13786,26,1806314007,'2014-11-14 14:39:09',''),(12973,1,1,13787,26,1806314007,'2014-11-14 14:39:14',''),(12974,1,1,13788,26,1806314007,'2014-11-14 14:39:18',''),(12975,1,1,13789,26,1806314007,'2014-11-14 14:39:24',''),(12976,1,1,13790,1,3475901702,'2014-11-14 15:05:34',''),(12977,1,1,13791,67,3497226059,'2014-11-14 15:57:01',''),(12978,1,1,13792,1,1123634739,'2014-11-14 16:12:59',''),(12979,1,1,13793,1,84507533,'2014-11-14 17:55:27',''),(12980,1,1,13794,1,84507533,'2014-11-14 17:55:31',''),(12981,1,1,13795,1,84507533,'2014-11-14 17:55:34',''),(12982,1,1,13796,1,84507533,'2014-11-14 17:55:39',''),(12983,1,1,13797,1,84507533,'2014-11-14 17:55:43',''),(12984,1,1,13798,1,84507533,'2014-11-14 17:55:46',''),(12985,1,1,13799,1,84507533,'2014-11-14 17:55:50',''),(12986,1,1,13800,1,84507533,'2014-11-14 17:55:55',''),(12987,1,1,13801,1,84507533,'2014-11-14 17:55:58',''),(12988,1,1,13802,1,84507533,'2014-11-14 17:56:00',''),(12989,1,1,13803,1,84507533,'2014-11-14 17:56:06',''),(12990,1,1,13804,1,84507533,'2014-11-14 17:56:09',''),(12991,1,1,13805,68,1123634739,'2014-11-14 18:21:07',''),(12992,1,1,13806,65,1123634746,'2014-11-14 18:43:56',''),(12993,1,1,13808,62,1123634739,'2014-11-14 19:12:48',''),(12994,1,1,13810,63,1123634746,'2014-11-14 19:52:48',''),(12995,1,1,13811,1,1376167856,'2014-11-14 20:41:00','https://www.google.co.uk/'),(12996,1,1,13812,1,1123634739,'2014-11-14 20:52:15',''),(12997,1,1,13813,1,3702877260,'2014-11-14 21:49:21',''),(12998,1,1,13814,1,3702877284,'2014-11-14 21:49:26',''),(12999,1,1,13815,1,1123634739,'2014-11-14 22:09:25',''),(13000,1,1,13816,57,1123634732,'2014-11-14 23:10:16',''),(13001,1,1,13817,15,1123631995,'2014-11-14 23:32:38',''),(13002,1,1,13818,1,3142286086,'2014-11-14 23:51:15','http://buttons-for-website.com'),(13003,1,1,13819,45,1123634739,'2014-11-15 00:04:08',''),(13004,1,1,13820,47,1123634732,'2014-11-15 00:23:34',''),(13005,1,1,13821,15,1123634746,'2014-11-15 00:25:16',''),(13006,1,1,13823,1,1123634739,'2014-11-15 01:08:12',''),(13007,1,1,13824,1,3338415119,'2014-11-15 01:53:16',''),(13008,1,1,13825,1,1123634739,'2014-11-15 02:05:51',''),(13009,1,1,13826,56,1123634746,'2014-11-15 02:17:45',''),(13010,1,1,13827,74,3024881181,'2014-11-15 03:38:46',''),(13011,1,1,13828,1,1032306397,'2014-11-15 06:04:41','http://www.baidu.com/s?wd=Mstyresblackburn'),(13012,1,1,13829,1,3024881290,'2014-11-15 07:16:05',''),(13013,1,1,13830,15,1123634732,'2014-11-15 07:55:30',''),(13014,1,1,13831,53,2071807797,'2014-11-15 09:58:21',''),(13015,1,1,13832,1,1542483288,'2014-11-15 13:19:11',''),(13016,1,1,13833,1,1542483312,'2014-11-15 13:19:12',''),(13017,1,1,13834,1,2071807860,'2014-11-15 13:50:55',''),(13018,1,1,13835,43,3497226587,'2014-11-15 13:53:29',''),(13019,1,1,13836,1,1123631995,'2014-11-15 14:05:56',''),(13020,1,1,13837,1,1123631987,'2014-11-15 15:02:06',''),(13021,1,1,13838,1,3139608826,'2014-11-15 15:14:47','http://buttons-for-website.com'),(13022,1,1,13839,1,1123631995,'2014-11-15 15:29:25',''),(13023,1,1,13840,1,1123631987,'2014-11-15 16:23:12',''),(13024,1,1,13841,65,1123631987,'2014-11-15 17:14:42',''),(13025,1,1,13842,1,1453464919,'2014-11-15 17:45:59','https://www.google.co.uk/'),(13026,1,1,13843,26,3497226587,'2014-11-15 18:03:26',''),(13027,1,1,13844,1,3202666864,'2014-11-15 18:07:02','http://buttons-for-website.com'),(13028,1,1,13845,51,1123631995,'2014-11-15 18:34:31',''),(13029,1,1,13846,1,1123632003,'2014-11-15 19:59:26',''),(13030,1,1,13847,1,1483345969,'2014-11-15 19:59:53','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0CHEQoAIwBw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=369nVMSeN-P8ygOkwYGwDQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=u-Rc-qXoDvZ-y4u5qg6rZA'),(13031,1,1,13848,1,1041806727,'2014-11-15 20:00:26',''),(13032,1,1,13849,56,1123632003,'2014-11-15 21:02:15',''),(13033,1,1,13850,1,3702877337,'2014-11-15 21:48:57',''),(13034,1,1,13851,48,1123631987,'2014-11-15 22:05:04',''),(13035,1,1,13852,14,1123632003,'2014-11-15 22:21:24',''),(13036,1,1,13853,38,1123632003,'2014-11-15 22:54:19',''),(13037,1,1,13854,52,2071807775,'2014-11-15 22:58:18',''),(13038,1,1,13856,69,3497226059,'2014-11-15 23:07:55',''),(13039,1,1,13857,1,1123631995,'2014-11-15 23:09:23',''),(13040,1,1,13858,28,1123631995,'2014-11-15 23:50:22',''),(13041,1,1,13859,1,1318863453,'2014-11-16 00:26:00','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0CCIQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=mO5nVLDOKYTCywOD3oKYDw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.79142246,d.bGQ'),(13042,1,1,13860,1,1123631987,'2014-11-16 00:43:00',''),(13043,1,1,13861,56,1123631995,'2014-11-16 01:18:53',''),(13044,1,1,13862,59,3024881066,'2014-11-16 02:06:02',''),(13045,1,1,13863,53,3024881213,'2014-11-16 02:21:02',''),(13046,1,1,13864,45,1123631995,'2014-11-16 02:53:02',''),(13047,1,1,13865,41,1123632003,'2014-11-16 03:55:49',''),(13048,1,1,13866,65,1123631995,'2014-11-16 05:11:30',''),(13049,1,1,13867,28,3497226587,'2014-11-16 05:24:36',''),(13050,1,1,13868,1,1032306278,'2014-11-16 05:29:25','http://www.baidu.com/s?wd=Mstyresblackburn'),(13051,1,1,13869,1,1123632003,'2014-11-16 05:57:40',''),(13052,1,1,13870,1,1123631987,'2014-11-16 06:19:50',''),(13053,1,1,13871,56,1123632003,'2014-11-16 06:49:22',''),(13054,1,1,13872,63,1123632003,'2014-11-16 07:48:26',''),(13055,1,1,13873,9,1123631995,'2014-11-16 08:45:40',''),(13056,1,1,13874,15,1123632003,'2014-11-16 09:26:09',''),(13057,1,1,13875,1,2944958355,'2014-11-16 09:36:54','http://buttons-for-website.com'),(13058,1,1,13876,26,1123631987,'2014-11-16 09:53:16',''),(13059,1,1,13877,26,1123631995,'2014-11-16 09:57:02',''),(13060,1,1,13878,1,1968049426,'2014-11-16 11:58:35',''),(13061,1,1,13879,1,1123632003,'2014-11-16 12:10:36',''),(13062,1,1,13880,1,1546188936,'2014-11-16 14:09:14','http://www.google.co.uk/url?sa=t&source=web&cd=6&ved=0CEcQ_BcwBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&rct=j&q=blackburn%20tyres&ei=Fq9oVN2gAY3xaoutgtAB&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.79142246,d.d2s'),(13063,1,1,13881,1,1123632003,'2014-11-16 14:23:23',''),(13064,1,1,13882,1,1123631987,'2014-11-16 14:43:52',''),(13065,1,1,13883,43,3024881286,'2014-11-16 15:00:22',''),(13066,1,1,13884,52,3497226059,'2014-11-16 15:20:56',''),(13067,1,1,13885,6,3024880972,'2014-11-16 15:36:49',''),(13068,1,1,13886,1,1542483309,'2014-11-16 16:44:59',''),(13069,1,1,13887,1,1542483304,'2014-11-16 16:45:00',''),(13070,1,1,13888,1,2990476559,'2014-11-16 16:57:50',''),(13071,1,1,13889,1,2990476559,'2014-11-16 16:57:55',''),(13072,1,1,13890,1,2990476559,'2014-11-16 16:58:02',''),(13073,1,1,13891,1,2990476559,'2014-11-16 16:58:11',''),(13074,1,1,13892,1,2990476559,'2014-11-16 16:58:16',''),(13075,1,1,13893,1,2990476559,'2014-11-16 16:58:20',''),(13076,1,1,13894,1,2990476559,'2014-11-16 16:58:25',''),(13077,1,1,13895,1,2990476559,'2014-11-16 16:58:31',''),(13078,1,1,13896,1,2990476559,'2014-11-16 16:58:42',''),(13079,1,1,13897,1,2990476559,'2014-11-16 16:58:48',''),(13080,1,1,13898,1,2990476559,'2014-11-16 16:58:56',''),(13081,1,1,13899,1,2990476559,'2014-11-16 16:59:00',''),(13082,1,1,13900,1,2071807835,'2014-11-16 17:52:58',''),(13083,1,1,13901,66,3024881206,'2014-11-16 18:00:22',''),(13084,1,1,13902,43,3497226059,'2014-11-16 19:36:44',''),(13085,1,1,13903,1,1123632003,'2014-11-16 20:01:39',''),(13086,1,1,13904,26,3475901772,'2014-11-16 20:12:22',''),(13087,1,1,13905,45,1123632003,'2014-11-16 20:43:32',''),(13088,1,1,13906,63,1123631995,'2014-11-16 20:45:40',''),(13089,1,1,13907,1,2996483064,'2014-11-16 21:32:50',''),(13090,1,1,13908,1,2996483064,'2014-11-16 21:32:53',''),(13091,1,1,13909,1,2996483064,'2014-11-16 21:32:57',''),(13092,1,1,13910,1,2996483064,'2014-11-16 21:33:00',''),(13093,1,1,13911,1,3702877291,'2014-11-16 21:49:56',''),(13094,1,1,13912,1,3702877284,'2014-11-16 21:50:17',''),(13095,1,1,13913,1,1123631995,'2014-11-16 22:17:59',''),(13096,1,1,13914,1,2973167234,'2014-11-16 22:56:21','http://buttons-for-website.com'),(13097,1,1,13915,65,1123632003,'2014-11-16 23:05:59',''),(13098,1,1,13916,15,1123631987,'2014-11-16 23:18:55',''),(13099,1,1,13917,56,1123631987,'2014-11-17 00:17:59',''),(13100,1,1,13918,26,1123632003,'2014-11-17 00:29:45',''),(13101,1,1,13920,26,1123631995,'2014-11-17 00:39:14',''),(13102,1,1,13921,62,1123632003,'2014-11-17 01:15:13',''),(13103,1,1,13922,15,2071807825,'2014-11-17 02:12:02',''),(13104,1,1,13923,68,1123631987,'2014-11-17 02:29:04',''),(13105,1,1,13924,1,1123631995,'2014-11-17 03:28:09',''),(13106,1,1,13925,1,2113307202,'2014-11-17 03:46:32','http://buttons-for-website.com'),(13107,1,1,13926,15,1123632003,'2014-11-17 04:01:22',''),(13108,1,1,13927,56,1123631987,'2014-11-17 05:00:27',''),(13109,1,1,13928,1,1032306395,'2014-11-17 05:15:30','http://www.baidu.com/s?wd=Mstyresblackburn'),(13110,1,1,13929,62,1123632003,'2014-11-17 05:56:57',''),(13111,1,1,13930,70,3024881205,'2014-11-17 06:15:43',''),(13112,1,1,13931,68,1123631995,'2014-11-17 07:18:22',''),(13113,1,1,13932,1,1123631987,'2014-11-17 08:18:04',''),(13114,1,1,13933,56,3702877323,'2014-11-17 08:36:35',''),(13115,1,1,13934,1,2204827766,'2014-11-17 12:09:21',''),(13116,1,1,13935,1,3338415119,'2014-11-17 12:11:28',''),(13117,1,1,13936,1,2204827759,'2014-11-17 12:50:24',''),(13118,1,1,13937,1,3630930802,'2014-11-17 13:18:38',''),(13119,1,1,13938,1,2204827766,'2014-11-17 13:44:23',''),(13120,1,1,13939,1,3016994888,'2014-11-17 14:39:05','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(13121,1,1,13940,1,3479603870,'2014-11-17 14:39:50',''),(13122,1,1,13941,1,1123631995,'2014-11-17 14:58:12',''),(13123,1,1,13943,1,2987884674,'2014-11-17 16:06:11','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&sqi=2&ved=0CHYQoAIwBw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=wRlqVJ61MI2zyAS51IGQBA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(13124,1,1,13944,6,2996483064,'2014-11-17 20:37:47',''),(13125,1,1,13945,68,1123632003,'2014-11-17 20:41:28',''),(13126,1,1,13946,1,1123632003,'2014-11-17 22:10:07',''),(13127,1,1,13947,15,1123631995,'2014-11-17 23:15:14',''),(13128,1,1,13948,1,1123631987,'2014-11-17 23:41:12',''),(13129,1,1,13949,62,1123631995,'2014-11-17 23:53:14',''),(13130,1,1,13950,3,2637637517,'2014-11-18 01:05:51',''),(13131,1,1,13951,52,1123631987,'2014-11-18 01:23:41',''),(13132,1,1,13952,56,1123632003,'2014-11-18 01:52:37',''),(13133,1,1,13953,65,1123632003,'2014-11-18 02:43:17',''),(13134,1,1,13955,1,1123632003,'2014-11-18 03:42:59',''),(13135,1,1,13956,1,2996483064,'2014-11-18 04:31:37',''),(13136,1,1,13957,63,1123631987,'2014-11-18 05:08:00',''),(13137,1,1,13958,1,2204827743,'2014-11-18 05:28:04',''),(13138,1,1,13959,53,1123632003,'2014-11-18 05:53:14',''),(13139,1,1,13960,1,1542483269,'2014-11-18 06:13:09',''),(13140,1,1,13961,1,1542483303,'2014-11-18 06:13:10',''),(13141,1,1,13962,10,1123631987,'2014-11-18 06:47:30',''),(13142,1,1,13963,15,2071807819,'2014-11-18 07:20:46',''),(13143,1,1,13964,73,3024881205,'2014-11-18 07:41:20',''),(13144,1,1,13965,68,1123631995,'2014-11-18 08:07:06',''),(13145,1,1,13966,1,1311279623,'2014-11-18 08:22:58','https://www.google.bg/'),(13146,1,1,13967,31,2637637523,'2014-11-18 09:11:42',''),(13147,1,1,13968,1,3339975108,'2014-11-18 09:14:23',''),(13148,1,1,13969,1,1308033634,'2014-11-18 09:14:27','http://maps.google.co.uk/local_url?dq=tyre+garage+blackburn&q=http://www.mstyresblackburn.co.uk/&ved=0CBQQ5AQ&sa=X&ei=dQ1rVLveMYrFsgSAh4HwAQ&s=ANYYN7n3RFr6jMmCxWec27ftdDrbJ8LvVg'),(13149,1,1,13970,1,3024881216,'2014-11-18 10:18:36',''),(13150,1,1,13971,10,3104467138,'2014-11-18 10:33:36',''),(13151,1,1,13972,66,2637637517,'2014-11-18 12:14:28',''),(13152,1,1,13973,1,3265245876,'2014-11-18 13:39:06','http://www.google.co.uk/url?url=http://www.mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ei=c0trVLDiFonhau6ngNAH&ved=0CDAQFjAA&usg=AFQjCNErnnHus7Fluio4jTuUqt7LCG6oFg'),(13153,1,1,13974,1,1377168657,'2014-11-18 13:47:05','http://www.google.co.uk/'),(13154,1,1,13975,1,1123632003,'2014-11-18 15:06:23',''),(13155,1,1,13976,1,1123631995,'2014-11-18 15:17:39',''),(13156,1,1,13978,15,2997354210,'2014-11-18 15:56:31','http://www.google.ie/'),(13157,1,1,13979,1,1304563055,'2014-11-18 17:13:51','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(13158,1,1,13980,1,3323674919,'2014-11-18 17:47:20',''),(13159,1,1,13981,1,3323674919,'2014-11-18 17:47:23',''),(13160,1,1,13982,1,3024881067,'2014-11-18 19:06:50',''),(13161,1,1,13983,1,1123632003,'2014-11-18 20:08:36',''),(13162,1,1,13984,1,1596070488,'2014-11-18 21:04:55',''),(13163,1,1,13985,1,1596070488,'2014-11-18 21:05:00',''),(13164,1,1,13986,1,1596070488,'2014-11-18 21:05:04',''),(13165,1,1,13987,1,1596070488,'2014-11-18 21:05:09',''),(13166,1,1,13988,1,1596070488,'2014-11-18 21:05:16',''),(13167,1,1,13989,1,1596070488,'2014-11-18 21:05:20',''),(13168,1,1,13990,1,1596070488,'2014-11-18 21:05:25',''),(13169,1,1,13991,1,1596070488,'2014-11-18 21:05:30',''),(13170,1,1,13992,1,1596070488,'2014-11-18 21:05:36',''),(13171,1,1,13993,1,1596070488,'2014-11-18 21:05:39',''),(13172,1,1,13994,1,773656962,'2014-11-18 21:22:00',''),(13173,1,1,13995,62,1123631987,'2014-11-18 21:26:06',''),(13174,1,1,13996,1,2970139483,'2014-11-18 22:07:42','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(13175,1,1,13997,1,2996483064,'2014-11-18 22:08:27',''),(13176,1,1,13998,1,2996483064,'2014-11-18 22:08:30',''),(13177,1,1,13999,1,2996483064,'2014-11-18 22:08:34',''),(13178,1,1,14000,1,2996483064,'2014-11-18 22:08:37',''),(13179,1,1,14001,63,1123631987,'2014-11-18 22:46:25',''),(13180,1,1,14002,15,1123631427,'2014-11-18 23:25:11',''),(13181,1,1,14003,56,1123632003,'2014-11-19 00:31:39',''),(13182,1,1,14004,1,3196361716,'2014-11-19 01:24:29','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(13183,1,1,14005,65,1123632003,'2014-11-19 01:38:06',''),(13184,1,1,14006,1,3144893285,'2014-11-19 03:46:47','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(13185,1,1,14007,65,1773726010,'2014-11-19 05:39:47','http://www.google.co.za/'),(13186,1,1,14008,1,1123631987,'2014-11-19 09:40:04',''),(13187,1,1,14009,1,1542483274,'2014-11-19 10:12:31',''),(13188,1,1,14010,1,1542483282,'2014-11-19 10:12:32',''),(13189,1,1,14011,1,1368003565,'2014-11-19 10:30:17','https://www.google.co.uk/'),(13190,1,1,14012,1,1123631987,'2014-11-19 11:11:44',''),(13191,1,1,14013,1,1032306395,'2014-11-19 11:30:30','http://www.baidu.com/s?wd=Mstyresblackburn'),(13192,1,1,14014,1,3649691838,'2014-11-19 12:01:33','http://www.google.co.uk/search?q=m+and+s+tyres+blackburn&oq=m+and+s+tyres&aqs=chrome.4.69i57j0l5.12064j0j8&sourceid=chrome&es_sm=93&ie=UTF-8&gws_rd=ssl'),(13193,1,1,14015,71,3024881205,'2014-11-19 12:02:31',''),(13194,1,1,14016,31,2071807798,'2014-11-19 13:38:23',''),(13195,1,1,14017,38,1123631987,'2014-11-19 14:05:52',''),(13196,1,1,14020,48,1123631987,'2014-11-19 14:44:38',''),(13197,1,1,14022,1,1123631995,'2014-11-19 15:21:27',''),(13198,1,1,14024,15,1123632003,'2014-11-19 15:47:08',''),(13199,1,1,14025,47,1123631995,'2014-11-19 16:04:04',''),(13200,1,1,14026,56,1123632003,'2014-11-19 16:31:26',''),(13201,1,1,14027,1,3144367083,'2014-11-19 16:56:18','http://buttons-for-website.com'),(13202,1,1,14029,26,1123631995,'2014-11-19 17:01:46',''),(13203,1,1,14030,68,1123631987,'2014-11-19 17:02:00',''),(13204,1,1,14033,62,1123632003,'2014-11-19 17:31:12',''),(13205,1,1,14034,63,1123631987,'2014-11-19 17:50:39',''),(13206,1,1,14035,1,1123631995,'2014-11-19 17:52:03',''),(13207,1,1,14038,56,1123632003,'2014-11-19 18:49:02',''),(13208,1,1,14039,68,1123631987,'2014-11-19 19:06:48',''),(13209,1,1,14040,15,1123632003,'2014-11-19 20:13:19',''),(13210,1,1,14041,1,1123632003,'2014-11-19 21:14:30',''),(13211,1,1,14042,65,1123632003,'2014-11-19 21:46:27',''),(13212,1,1,14043,1,3338415119,'2014-11-19 22:24:44',''),(13213,1,1,14044,56,1123631995,'2014-11-19 23:04:17',''),(13214,1,1,14045,47,2071807848,'2014-11-19 23:25:57',''),(13215,1,1,14046,15,1123632003,'2014-11-19 23:32:05',''),(13216,1,1,14048,1,2970933983,'2014-11-19 23:54:58','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(13217,1,1,14049,9,2996483064,'2014-11-20 01:02:03',''),(13218,1,1,14050,56,1123632003,'2014-11-20 02:21:43',''),(13219,1,1,14051,1,1123631987,'2014-11-20 02:54:52',''),(13220,1,1,14052,56,2071807787,'2014-11-20 04:41:07',''),(13221,1,1,14053,62,1123631987,'2014-11-20 06:28:01',''),(13222,1,1,14054,1,3015318642,'2014-11-20 07:48:28','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(13223,1,1,14055,1,1032306400,'2014-11-20 07:56:57','http://www.baidu.com/s?wd=Mstyresblackburn'),(13224,1,1,14056,64,1123632003,'2014-11-20 08:52:30',''),(13225,1,1,14057,50,1123631995,'2014-11-20 08:56:58',''),(13226,1,1,14058,1,3029700505,'2014-11-20 10:48:36',''),(13227,1,1,14059,1,1444468252,'2014-11-20 13:19:31','https://www.google.co.uk/'),(13228,1,1,14060,43,1444468252,'2014-11-20 13:19:52','https://www.google.co.uk/'),(13229,1,1,14061,1,2204827760,'2014-11-20 13:20:54',''),(13230,1,1,14062,1,3104664151,'2014-11-20 14:02:12',''),(13231,1,1,14063,1,1123631419,'2014-11-20 14:36:47',''),(13232,1,1,14064,1,1542483297,'2014-11-20 14:40:16',''),(13233,1,1,14065,1,1542483299,'2014-11-20 14:40:17',''),(13234,1,1,14067,1,3156151928,'2014-11-20 14:59:59','https://www.google.co.uk/'),(13235,1,1,14068,1,692249398,'2014-11-20 15:53:57','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(13236,1,1,14069,48,3164933985,'2014-11-20 18:46:17',''),(13237,1,1,14070,1,1572094103,'2014-11-20 18:50:09',''),(13238,1,1,14071,1,1572094103,'2014-11-20 18:50:11',''),(13239,1,1,14072,1,1572094103,'2014-11-20 18:50:14',''),(13240,1,1,14073,1,1572094103,'2014-11-20 18:50:17',''),(13241,1,1,14074,1,1572094103,'2014-11-20 18:50:19',''),(13242,1,1,14075,1,1572094103,'2014-11-20 18:50:22',''),(13243,1,1,14076,1,1572094103,'2014-11-20 18:50:25',''),(13244,1,1,14077,1,1572094103,'2014-11-20 18:50:27',''),(13245,1,1,14078,1,1572094103,'2014-11-20 18:50:30',''),(13246,1,1,14079,1,1572094103,'2014-11-20 18:50:32',''),(13247,1,1,14080,1,1572094103,'2014-11-20 18:50:34',''),(13248,1,1,14081,1,1572094103,'2014-11-20 18:50:37',''),(13249,1,1,14082,1,692040410,'2014-11-20 20:54:57','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(13250,1,1,14083,1,3040963241,'2014-11-20 21:02:38','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(13251,1,1,14084,64,3164934127,'2014-11-20 21:44:42',''),(13252,1,1,14085,1,3702877274,'2014-11-20 21:49:28',''),(13253,1,1,14086,1,3702877275,'2014-11-20 21:49:33',''),(13254,1,1,14087,47,2071807758,'2014-11-20 22:12:37',''),(13255,1,1,14088,66,3164934088,'2014-11-20 22:13:22',''),(13256,1,1,14089,1,2996483064,'2014-11-20 22:18:51',''),(13257,1,1,14090,1,2996483064,'2014-11-20 22:18:54',''),(13258,1,1,14091,1,2996483064,'2014-11-20 22:18:57',''),(13259,1,1,14092,1,2996483064,'2014-11-20 22:19:00',''),(13260,1,1,14093,1,2977886717,'2014-11-21 00:06:39','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(13261,1,1,14094,47,3475901772,'2014-11-21 00:34:06',''),(13262,1,1,14095,50,1123632626,'2014-11-21 00:48:04',''),(13263,1,1,14096,1,3702877264,'2014-11-21 01:41:41',''),(13264,1,1,14097,43,3164934088,'2014-11-21 02:17:19',''),(13265,1,1,14098,1,2108057124,'2014-11-21 07:01:48','http://buttons-for-website.com'),(13266,1,1,14099,1,1032306279,'2014-11-21 07:54:43','http://www.baidu.com/s?wd=Mstyresblackburn'),(13267,1,1,14100,1,1123632611,'2014-11-21 08:05:21',''),(13268,1,1,14101,1,1377062787,'2014-11-21 09:36:13','http://www.google.co.uk/search?hl=en-GB&source=hp&q=part+worn+tyres+blackburn&gbv=2&oq=part+worn+tyres+blackburn&gs_l=heirloom-hp.3..0l2j0i5i30.648.9677.0.10190.25.15.0.10.10.0.622.2490.1j4j3j1j0j1.10.0....0...1ac.1.34.heirloom-hp..5.20.2539.maerIbgbIyY'),(13269,1,1,14102,1,1145544101,'2014-11-21 09:54:25',''),(13270,1,1,14103,1,1123632626,'2014-11-21 10:08:28',''),(13271,1,1,14104,26,3475901772,'2014-11-21 10:27:14',''),(13272,1,1,14105,1,2974539262,'2014-11-21 11:27:22','http://buttons-for-website.com'),(13273,1,1,14106,1,1123631995,'2014-11-21 11:46:45',''),(13274,1,1,14107,1,1381937297,'2014-11-21 13:18:32','http://www.1businessenterprise.co.uk/our-clients.php'),(13275,1,1,14108,26,1381937297,'2014-11-21 13:20:37',''),(13276,1,1,14109,55,1381937297,'2014-11-21 13:21:04',''),(13277,1,1,14110,43,1381937297,'2014-11-21 13:21:30',''),(13278,1,1,14111,26,1381937297,'2014-11-21 13:21:57',''),(13279,1,1,14112,63,1381937297,'2014-11-21 13:22:27',''),(13280,1,1,14113,69,1381937297,'2014-11-21 13:22:55',''),(13281,1,1,14114,52,1381937297,'2014-11-21 13:23:25',''),(13282,1,1,14115,10,1381937297,'2014-11-21 13:23:53',''),(13283,1,1,14116,3,1381937297,'2014-11-21 13:24:23',''),(13284,1,1,14117,59,1381937297,'2014-11-21 13:24:50',''),(13285,1,1,14118,72,1381937297,'2014-11-21 13:25:22',''),(13286,1,1,14119,1,1123631995,'2014-11-21 13:25:48',''),(13287,1,1,14120,16,1381937297,'2014-11-21 13:25:52',''),(13288,1,1,14121,45,1381937297,'2014-11-21 13:26:20',''),(13289,1,1,14122,50,1381937297,'2014-11-21 13:26:48',''),(13290,1,1,14123,18,1381937297,'2014-11-21 13:27:19',''),(13291,1,1,14124,54,1381937297,'2014-11-21 13:27:48',''),(13292,1,1,14125,42,1381937297,'2014-11-21 13:28:20',''),(13293,1,1,14126,71,1381937297,'2014-11-21 13:28:49',''),(13294,1,1,14128,67,1381937297,'2014-11-21 13:29:19',''),(13295,1,1,14129,66,1381937297,'2014-11-21 13:29:48',''),(13296,1,1,14130,53,1381937297,'2014-11-21 13:30:22',''),(13297,1,1,14131,73,1381937297,'2014-11-21 13:30:55',''),(13298,1,1,14132,75,1381937297,'2014-11-21 13:31:26',''),(13299,1,1,14133,27,1381937297,'2014-11-21 13:31:58',''),(13300,1,1,14134,57,1381937297,'2014-11-21 13:32:28',''),(13301,1,1,14135,58,1381937297,'2014-11-21 13:33:02',''),(13302,1,1,14136,74,1381937297,'2014-11-21 13:33:34',''),(13303,1,1,14137,47,1381937297,'2014-11-21 13:34:07',''),(13304,1,1,14138,31,1381937297,'2014-11-21 13:34:37',''),(13305,1,1,14139,38,1381937297,'2014-11-21 13:35:06',''),(13306,1,1,14140,26,1381937297,'2014-11-21 13:35:39',''),(13307,1,1,14141,51,1381937297,'2014-11-21 13:36:12',''),(13308,1,1,14142,44,1381937297,'2014-11-21 13:36:42',''),(13309,1,1,14143,26,1381937297,'2014-11-21 13:37:12',''),(13310,1,1,14144,9,1381937297,'2014-11-21 13:37:42',''),(13311,1,1,14145,68,1381937297,'2014-11-21 13:38:12',''),(13312,1,1,14146,26,1381937297,'2014-11-21 13:38:41',''),(13313,1,1,14147,62,1381937297,'2014-11-21 13:39:13',''),(13314,1,1,14148,16,1381937297,'2014-11-21 13:39:41',''),(13315,1,1,14149,49,1381937297,'2014-11-21 13:40:15',''),(13316,1,1,14150,16,1381937297,'2014-11-21 13:40:47',''),(13317,1,1,14151,28,1381937297,'2014-11-21 13:41:18',''),(13318,1,1,14152,15,1381937297,'2014-11-21 13:41:46',''),(13319,1,1,14153,56,1381937297,'2014-11-21 13:42:20',''),(13320,1,1,14154,43,1381937297,'2014-11-21 13:42:52',''),(13321,1,1,14155,64,1381937297,'2014-11-21 13:43:21',''),(13322,1,1,14156,41,1381937297,'2014-11-21 13:43:52',''),(13323,1,1,14157,65,1381937297,'2014-11-21 13:44:21',''),(13324,1,1,14158,48,1381937297,'2014-11-21 13:44:52',''),(13325,1,1,14159,43,1381937297,'2014-11-21 13:45:22',''),(13326,1,1,14160,6,1381937297,'2014-11-21 13:45:55',''),(13327,1,1,14161,44,3024881290,'2014-11-21 14:26:20',''),(13328,1,1,14162,1,3175365722,'2014-11-21 14:46:34','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(13329,1,1,14163,56,2071807822,'2014-11-21 15:32:21',''),(13330,1,1,14164,50,1123632003,'2014-11-21 15:48:29',''),(13331,1,1,14165,26,3475901772,'2014-11-21 16:15:39',''),(13332,1,1,14166,1,623926564,'2014-11-21 16:36:13','https://www.google.co.uk/'),(13333,1,1,14167,9,2637637473,'2014-11-21 16:56:05',''),(13334,1,1,14168,1,1542483325,'2014-11-21 18:43:34',''),(13335,1,1,14169,1,1542483268,'2014-11-21 18:43:35',''),(13336,1,1,14170,9,1123632003,'2014-11-21 19:27:33',''),(13337,1,1,14171,1,3345309559,'2014-11-21 19:29:45',''),(13338,1,1,14172,1,1111470130,'2014-11-21 19:29:46',''),(13339,1,1,14174,28,3234329959,'2014-11-21 19:29:47',''),(13340,1,1,14173,56,1137342089,'2014-11-21 19:29:47',''),(13341,1,1,14175,69,1168281589,'2014-11-21 19:29:47',''),(13342,1,1,14176,63,1168281457,'2014-11-21 19:29:47',''),(13343,1,1,14177,55,1247487858,'2014-11-21 19:29:47',''),(13344,1,1,14179,50,1208526260,'2014-11-21 19:29:49',''),(13345,1,1,14178,3,1137334765,'2014-11-21 19:29:49',''),(13346,1,1,14180,1,1156191380,'2014-11-21 19:29:50',''),(13347,1,1,14181,18,2921651612,'2014-11-21 19:29:50',''),(13348,1,1,14182,41,1168280789,'2014-11-21 19:29:51',''),(13349,1,1,14184,65,1247488109,'2014-11-21 19:29:52',''),(13350,1,1,14183,1,1209286445,'2014-11-21 19:29:52',''),(13351,1,1,14185,64,1145544388,'2014-11-21 19:29:52',''),(13352,1,1,14186,6,1170541866,'2014-11-21 19:29:52',''),(13353,1,1,14189,57,1168281376,'2014-11-21 19:29:53',''),(13354,1,1,14188,1,1170542556,'2014-11-21 19:29:53',''),(13355,1,1,14187,1,1156193677,'2014-11-21 19:29:54',''),(13356,1,1,14190,51,3339930209,'2014-11-21 19:29:55',''),(13357,1,1,14191,1,1247486270,'2014-11-21 19:29:55',''),(13358,1,1,14192,9,2917852727,'2014-11-21 19:29:55',''),(13359,1,1,14193,38,1247489136,'2014-11-21 19:29:57',''),(13360,1,1,14194,52,3234330445,'2014-11-21 19:29:57',''),(13361,1,1,14195,53,1170542471,'2014-11-21 19:29:57',''),(13362,1,1,14196,48,2732530806,'2014-11-21 19:29:58',''),(13363,1,1,14198,1,3702877302,'2014-11-21 21:48:35',''),(13364,1,1,14199,1,3702877323,'2014-11-21 21:48:41',''),(13365,1,1,14200,56,1123631995,'2014-11-21 21:53:39',''),(13366,1,1,14201,1,1558857917,'2014-11-21 21:56:13','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CHEQoAIwBg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=9rNvVPPuJcTlapaSgtgC&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.80185997,d.d2s'),(13367,1,1,14202,1,40163132,'2014-11-21 22:11:16','https://www.google.co.uk/'),(13368,1,1,14203,1,1041806727,'2014-11-21 22:11:47',''),(13369,1,1,14204,1,3168563932,'2014-11-21 22:22:31','https://www.google.co.uk/'),(13370,1,1,14205,1,3168563932,'2014-11-21 22:22:32','https://www.google.co.uk/'),(13371,1,1,14206,1,1049989059,'2014-11-21 23:23:06',''),(13372,1,1,14202,43,40163132,'2014-11-21 23:33:10',''),(13373,1,1,14207,9,3024881041,'2014-11-21 23:57:27',''),(13374,1,1,14208,1,2996483064,'2014-11-22 00:19:59',''),(13375,1,1,14209,1,2996483064,'2014-11-22 00:20:05',''),(13376,1,1,14210,1,2996483064,'2014-11-22 00:20:10',''),(13377,1,1,14211,1,2996483064,'2014-11-22 00:20:17',''),(13378,1,1,14212,51,3164934122,'2014-11-22 01:18:35',''),(13379,1,1,14213,1,2979854124,'2014-11-22 01:19:54','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(13380,1,1,14214,62,1123631995,'2014-11-22 02:03:29',''),(13381,1,1,14215,1,1705329939,'2014-11-22 02:15:38',''),(13382,1,1,14216,6,1705329939,'2014-11-22 02:15:41',''),(13383,1,1,14217,51,1123631987,'2014-11-22 02:23:22',''),(13384,1,1,14218,1,1123631987,'2014-11-22 04:18:08',''),(13385,1,1,14219,1,1123631987,'2014-11-22 05:12:22',''),(13386,1,1,14220,9,1123631987,'2014-11-22 07:26:33',''),(13387,1,1,14221,15,3164934127,'2014-11-22 07:27:34',''),(13388,1,1,14222,1,3164934122,'2014-11-22 07:54:07',''),(13389,1,1,14223,69,1123631987,'2014-11-22 08:01:52',''),(13390,1,1,14224,45,3164933903,'2014-11-22 08:20:52',''),(13391,1,1,14225,47,1123631995,'2014-11-22 09:05:06',''),(13392,1,1,14226,66,2071807777,'2014-11-22 10:11:53',''),(13393,1,1,14227,1,1123632003,'2014-11-22 10:41:48',''),(13394,1,1,14228,68,2637637523,'2014-11-22 10:57:41',''),(13395,1,1,14229,31,3164934122,'2014-11-22 11:23:05',''),(13396,1,1,14230,28,2071807846,'2014-11-22 11:53:04',''),(13397,1,1,14231,1,1123631995,'2014-11-22 13:44:20',''),(13398,1,1,14232,1,1123632003,'2014-11-22 13:48:28',''),(13399,1,1,14233,1,1123632003,'2014-11-22 15:17:18',''),(13400,1,1,14234,29,1208715945,'2014-11-22 17:12:15',''),(13401,1,1,14235,47,1137342258,'2014-11-22 17:12:17',''),(13402,1,1,14236,54,3345309539,'2014-11-22 17:12:17',''),(13403,1,1,14237,1,1123632003,'2014-11-22 18:03:35',''),(13404,1,1,14238,1,3024881289,'2014-11-22 18:51:29',''),(13405,1,1,14239,1,1032306281,'2014-11-22 19:32:52','http://www.baidu.com/s?wd=Mstyresblackburn'),(13406,1,1,14240,1,3702877356,'2014-11-22 19:49:17',''),(13407,1,1,14241,66,2965217297,'2014-11-22 20:29:56','http://www.google.fr/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F0%2F60-home_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_manufacturer%3D12%26controller%3Dmanufacturer%26id_lang%3D1&h=124&w=124&'),(13408,1,1,14242,1,3338415119,'2014-11-22 20:42:01',''),(13409,1,1,14243,1,1599829196,'2014-11-22 20:46:22',''),(13410,1,1,14244,1,1599829196,'2014-11-22 20:46:38',''),(13411,1,1,14245,1,1599829196,'2014-11-22 20:46:44',''),(13412,1,1,14246,1,1599829196,'2014-11-22 20:46:48',''),(13413,1,1,14247,1,1599829196,'2014-11-22 20:46:53',''),(13414,1,1,14248,1,1599829196,'2014-11-22 20:47:26',''),(13415,1,1,14249,1,1599829196,'2014-11-22 20:47:30',''),(13416,1,1,14250,1,1599829196,'2014-11-22 20:47:32',''),(13417,1,1,14251,1,1599829196,'2014-11-22 20:47:37',''),(13418,1,1,14252,1,1599829196,'2014-11-22 20:47:41',''),(13419,1,1,14253,1,1599829196,'2014-11-22 20:48:17',''),(13420,1,1,14254,1,1599829196,'2014-11-22 20:48:59',''),(13421,1,1,14255,1,1123631995,'2014-11-22 21:35:21',''),(13422,1,1,14256,1,3702877345,'2014-11-22 21:50:00',''),(13423,1,1,14257,1,3702877344,'2014-11-22 21:50:06',''),(13424,1,1,14258,1,1123632003,'2014-11-22 22:01:30',''),(13425,1,1,14259,1,2996483064,'2014-11-22 22:37:08',''),(13426,1,1,14260,1,2996483064,'2014-11-22 22:37:11',''),(13427,1,1,14261,1,2996483064,'2014-11-22 22:37:14',''),(13428,1,1,14262,1,2996483064,'2014-11-22 22:37:17',''),(13429,1,1,14263,26,1208531409,'2014-11-23 02:06:15',''),(13430,1,1,14264,73,1208531234,'2014-11-23 02:06:16',''),(13431,1,1,14265,26,1156192127,'2014-11-23 02:06:16',''),(13432,1,1,14266,59,1123631987,'2014-11-23 03:51:17',''),(13433,1,1,14268,66,3702877343,'2014-11-23 04:37:31',''),(13434,1,1,14269,1,1542483309,'2014-11-23 07:24:08',''),(13435,1,1,14270,1,1542483302,'2014-11-23 07:24:09',''),(13436,1,1,14271,1,1123631995,'2014-11-23 07:54:11',''),(13437,1,1,14272,73,1123631987,'2014-11-23 08:25:13',''),(13438,1,1,14273,15,1123632003,'2014-11-23 09:01:42',''),(13439,1,1,14274,1,1123631995,'2014-11-23 09:58:26',''),(13440,1,1,14276,31,1123632003,'2014-11-23 11:23:09',''),(13441,1,1,14278,10,1318511826,'2014-11-23 11:45:14','https://www.google.co.uk/'),(13442,1,1,14279,1,1041806727,'2014-11-23 11:45:47',''),(13443,1,1,14280,1,3362041112,'2014-11-23 11:52:14','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(13444,1,1,14281,43,1123632003,'2014-11-23 12:18:56',''),(13445,1,1,14282,26,1123631995,'2014-11-23 12:23:57',''),(13446,1,1,14285,6,1123634739,'2014-11-23 13:33:28',''),(13447,1,1,14288,54,1123634732,'2014-11-23 14:27:23',''),(13448,1,1,14289,47,1123634732,'2014-11-23 15:27:38',''),(13449,1,1,14290,66,1123634732,'2014-11-23 16:58:12',''),(13450,1,1,14291,1,2071807815,'2014-11-23 17:05:17',''),(13451,1,1,14292,1,2071807833,'2014-11-23 17:05:22',''),(13452,1,1,14293,73,1123634739,'2014-11-23 18:03:40',''),(13453,1,1,14294,1,1123634732,'2014-11-23 19:12:06',''),(13454,1,1,14295,73,3024880976,'2014-11-23 19:36:37',''),(13455,1,1,14296,26,1123634739,'2014-11-23 19:41:30',''),(13456,1,1,14298,50,3024880957,'2014-11-23 20:06:37',''),(13457,1,1,14299,1,1477068322,'2014-11-23 20:07:29','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(13458,1,1,14300,48,1123634746,'2014-11-23 20:58:27',''),(13459,1,1,14301,68,1123634739,'2014-11-23 21:20:39',''),(13460,1,1,14302,1,3702877279,'2014-11-23 21:54:27',''),(13461,1,1,14303,1,3702877298,'2014-11-23 21:54:29',''),(13462,1,1,14304,49,3164933903,'2014-11-23 23:28:35',''),(13463,1,1,14305,64,3024880922,'2014-11-23 23:53:55',''),(13464,1,1,14306,1,1886370258,'2014-11-24 00:38:30',''),(13465,1,1,14307,1,1886370258,'2014-11-24 00:43:30',''),(13466,1,1,14308,14,3024881196,'2014-11-24 01:21:38',''),(13467,1,1,14309,43,2996483064,'2014-11-24 02:13:43',''),(13468,1,1,14310,57,2996483064,'2014-11-24 02:26:00',''),(13469,1,1,14311,1,1886370258,'2014-11-24 02:41:38',''),(13470,1,1,14312,1,1886370258,'2014-11-24 02:54:05',''),(13471,1,1,14313,26,1123634732,'2014-11-24 03:29:11',''),(13472,1,1,14314,1,1209391467,'2014-11-24 03:49:02',''),(13473,1,1,14315,1,917300838,'2014-11-24 03:53:34',''),(13474,1,1,14316,26,3702877327,'2014-11-24 04:23:38',''),(13475,1,1,14317,45,2996483064,'2014-11-24 04:37:37',''),(13476,1,1,14318,1,1123634732,'2014-11-24 06:59:39',''),(13477,1,1,14319,31,2071807855,'2014-11-24 07:45:34',''),(13478,1,1,14320,75,1123634739,'2014-11-24 08:25:54',''),(13479,1,1,14322,1,1318513511,'2014-11-24 08:38:54','https://www.google.co.uk/'),(13480,1,1,14323,1,3024880973,'2014-11-24 10:14:42',''),(13481,1,1,14324,1,1416106021,'2014-11-24 10:20:20',''),(13482,1,1,14325,1,1416106021,'2014-11-24 10:20:23',''),(13483,1,1,14326,1,1416106021,'2014-11-24 10:20:25',''),(13484,1,1,14327,1,1416106021,'2014-11-24 10:20:28',''),(13485,1,1,14328,1,1416106021,'2014-11-24 10:20:31',''),(13486,1,1,14329,1,1416106021,'2014-11-24 10:20:34',''),(13487,1,1,14330,1,1416106021,'2014-11-24 10:20:36',''),(13488,1,1,14331,1,1416106021,'2014-11-24 10:20:39',''),(13489,1,1,14332,1,1416106021,'2014-11-24 10:20:41',''),(13490,1,1,14333,1,1416106021,'2014-11-24 10:20:44',''),(13491,1,1,14334,1,1416106021,'2014-11-24 10:20:48',''),(13492,1,1,14335,1,1416106021,'2014-11-24 10:20:51',''),(13493,1,1,14336,1,1032306278,'2014-11-24 10:34:34','http://www.baidu.com/s?wd=Mstyresblackburn'),(13494,1,1,14337,1,3024881086,'2014-11-24 10:59:42',''),(13495,1,1,14338,1,1542483280,'2014-11-24 11:03:26',''),(13496,1,1,14339,1,1542483273,'2014-11-24 11:03:28',''),(13497,1,1,14340,1,1386427652,'2014-11-24 11:04:36','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCcQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=ShBzVP-aKMixaeHTgOgB&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(13498,1,1,14341,1,1375799679,'2014-11-24 13:11:01',''),(13499,1,1,14342,27,1123631995,'2014-11-24 13:18:09',''),(13500,1,1,14343,1,3024881216,'2014-11-24 13:31:33',''),(13501,1,1,14344,1,1123632003,'2014-11-24 15:36:28',''),(13502,1,1,14345,1,1123631987,'2014-11-24 17:55:05',''),(13503,1,1,14346,1,1123632003,'2014-11-24 20:08:01',''),(13504,1,1,14347,1,1123631987,'2014-11-24 20:11:48',''),(13505,1,1,14348,68,1123631987,'2014-11-24 21:06:03',''),(13506,1,1,14349,1,3702877361,'2014-11-24 21:46:46',''),(13507,1,1,14350,1,3702877367,'2014-11-24 21:46:48',''),(13508,1,1,14351,1,2996483064,'2014-11-24 22:22:07',''),(13509,1,1,14352,1,2996483064,'2014-11-24 22:22:11',''),(13510,1,1,14353,1,2996483064,'2014-11-24 22:22:14',''),(13511,1,1,14354,1,2996483064,'2014-11-24 22:22:17',''),(13512,1,1,14355,1,1123631987,'2014-11-24 22:45:04',''),(13513,1,1,14356,44,3024881311,'2014-11-25 00:06:49',''),(13514,1,1,14357,51,3024881194,'2014-11-25 00:21:49',''),(13515,1,1,14358,47,1123631987,'2014-11-25 00:22:38',''),(13516,1,1,14359,1,782615950,'2014-11-25 00:36:34',''),(13517,1,1,14360,65,1123632003,'2014-11-25 02:28:31',''),(13518,1,1,14361,15,1123631987,'2014-11-25 04:38:25',''),(13519,1,1,14362,65,1123631987,'2014-11-25 05:11:43',''),(13520,1,1,14363,62,3164933898,'2014-11-25 05:36:18',''),(13521,1,1,14364,56,1123631995,'2014-11-25 06:28:23',''),(13522,1,1,14365,63,1123631987,'2014-11-25 07:05:04',''),(13523,1,1,14366,1,2637637517,'2014-11-25 07:39:31',''),(13524,1,1,14367,59,1123631987,'2014-11-25 08:05:03',''),(13525,1,1,14369,27,1123631995,'2014-11-25 09:15:04',''),(13526,1,1,14370,10,1123632003,'2014-11-25 09:31:43',''),(13527,1,1,14371,71,1123631995,'2014-11-25 09:48:24',''),(13528,1,1,14372,1,3366951298,'2014-11-25 10:31:44','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(13529,1,1,14373,62,1123631987,'2014-11-25 10:35:04',''),(13530,1,1,14374,1,1123634739,'2014-11-25 10:58:26',''),(13531,1,1,14375,6,1123634739,'2014-11-25 11:38:26',''),(13532,1,1,14376,1,2996483064,'2014-11-25 12:02:18',''),(13533,1,1,14377,14,1123634732,'2014-11-25 12:05:03',''),(13534,1,1,14378,65,1123634746,'2014-11-25 13:21:44',''),(13535,1,1,14379,43,1123634739,'2014-11-25 14:11:44',''),(13536,1,1,14380,3,2990485842,'2014-11-25 14:33:18',''),(13537,1,1,14381,26,2990485842,'2014-11-25 14:33:31',''),(13538,1,1,14382,26,2990485842,'2014-11-25 14:34:02',''),(13539,1,1,14383,26,2990485842,'2014-11-25 14:34:14',''),(13540,1,1,14384,26,2990485842,'2014-11-25 14:35:34',''),(13541,1,1,14385,26,2990485842,'2014-11-25 14:36:32',''),(13542,1,1,14386,1,1542483318,'2014-11-25 14:51:49',''),(13543,1,1,14387,1,1542483316,'2014-11-25 14:51:50',''),(13544,1,1,14388,6,1384439151,'2014-11-25 15:00:18',''),(13545,1,1,14389,1,1342235752,'2014-11-25 15:11:54','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CGIQFjAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=zZl0VLvoGOW17galuoHABA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.80185997,d.ZGU'),(13546,1,1,14390,56,1123634746,'2014-11-25 15:18:24',''),(13547,1,1,14391,1,1508525158,'2014-11-25 16:07:10',''),(13548,1,1,14392,1,1508525158,'2014-11-25 16:07:26',''),(13549,1,1,14393,1,1508525158,'2014-11-25 16:07:37',''),(13550,1,1,14394,1,1508525158,'2014-11-25 16:07:41',''),(13551,1,1,14395,1,1508525158,'2014-11-25 16:07:48',''),(13552,1,1,14396,63,1123634746,'2014-11-25 16:18:24',''),(13553,1,1,14397,1,3171814902,'2014-11-25 17:39:46','http://buttons-for-website.com'),(13554,1,1,14398,1,3147019784,'2014-11-25 17:50:44','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(13555,1,1,14399,1,1123634746,'2014-11-25 18:08:39',''),(13556,1,1,14400,1,1123634732,'2014-11-25 18:13:34',''),(13557,1,1,14401,1,1460666643,'2014-11-25 18:48:54','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(13558,1,1,14402,1,1523455429,'2014-11-25 18:59:43','https://www.google.co.uk/'),(13559,1,1,14403,1,1032306400,'2014-11-25 20:16:02','http://www.baidu.com/s?wd=Mstyresblackburn'),(13560,1,1,14404,1,3702877297,'2014-11-25 21:44:36',''),(13561,1,1,14405,1,3702877301,'2014-11-25 21:44:38',''),(13562,1,1,14406,31,2071807857,'2014-11-25 22:02:14',''),(13563,1,1,14407,1,2969781208,'2014-11-25 22:40:24','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(13564,1,1,14408,1,3009536251,'2014-11-25 23:07:33','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(13565,1,1,14409,43,1454943088,'2014-11-25 23:48:50','https://www.google.co.uk/'),(13566,1,1,14410,1,1123632003,'2014-11-26 03:05:47',''),(13567,1,1,14411,1,1123634732,'2014-11-26 04:19:54',''),(13568,1,1,14412,1,1032306396,'2014-11-26 05:41:26','http://www.baidu.com/s?wd=Mstyresblackburn'),(13569,1,1,14413,70,3164934084,'2014-11-26 08:56:49',''),(13570,1,1,14414,1,2637637517,'2014-11-26 08:57:27',''),(13571,1,1,14415,69,3164934069,'2014-11-26 09:17:32',''),(13572,1,1,14416,1,2548234313,'2014-11-26 09:41:05','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CGsQoAIwBg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=DZ51VOGqMMOt7gae8YDAAQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(13573,1,1,14417,6,1545168793,'2014-11-26 09:51:31',''),(13574,1,1,14418,1,1041806727,'2014-11-26 10:21:07',''),(13575,1,1,14419,1,1489413172,'2014-11-26 10:28:41',''),(13576,1,1,14420,1,1489413172,'2014-11-26 10:28:46',''),(13577,1,1,14421,1,3328479315,'2014-11-26 11:05:54',''),(13578,1,1,14422,1,3328479315,'2014-11-26 11:05:56',''),(13579,1,1,14423,1,3328479315,'2014-11-26 11:06:00',''),(13580,1,1,14424,1,3328479315,'2014-11-26 11:06:03',''),(13581,1,1,14425,1,3328479315,'2014-11-26 11:06:05',''),(13582,1,1,14426,1,3328479315,'2014-11-26 11:06:08',''),(13583,1,1,14427,1,3328479315,'2014-11-26 11:06:11',''),(13584,1,1,14428,1,3328479315,'2014-11-26 11:06:13',''),(13585,1,1,14429,1,3328479315,'2014-11-26 11:06:17',''),(13586,1,1,14430,1,3328479315,'2014-11-26 11:06:19',''),(13587,1,1,14431,1,1523253757,'2014-11-26 11:23:29','https://www.google.co.uk/'),(13588,1,1,14432,1,3338415119,'2014-11-26 11:43:07',''),(13589,1,1,14433,1,2981207771,'2014-11-26 12:14:24','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(13590,1,1,14434,73,3024880967,'2014-11-26 12:23:38',''),(13591,1,1,14435,54,3164934069,'2014-11-26 12:34:28',''),(13592,1,1,14436,1,1589999690,'2014-11-26 13:03:25','http://www.google.co.uk/'),(13593,1,1,14437,65,3164934017,'2014-11-26 14:04:41',''),(13594,1,1,14438,68,3024881293,'2014-11-26 14:34:01',''),(13595,1,1,14439,1,1123632003,'2014-11-26 16:13:35',''),(13596,1,1,14440,43,3164933898,'2014-11-26 16:21:03',''),(13597,1,1,14441,1,1123632003,'2014-11-26 16:49:13',''),(13598,1,1,14442,1,1123632003,'2014-11-26 18:20:24',''),(13599,1,1,14443,65,1123631995,'2014-11-26 18:29:31',''),(13600,1,1,14444,1,1542483306,'2014-11-26 18:34:22',''),(13601,1,1,14445,1,1542483295,'2014-11-26 18:34:23',''),(13602,1,1,14446,1,2071807801,'2014-11-26 19:32:55',''),(13603,1,1,14447,1,2071807756,'2014-11-26 19:33:01',''),(13604,1,1,14448,1,3702877302,'2014-11-26 21:46:45',''),(13605,1,1,14449,1,3702877359,'2014-11-26 21:46:54',''),(13606,1,1,14450,1,1524266075,'2014-11-26 21:59:43','https://www.google.co.uk/'),(13607,1,1,14451,1,3355953885,'2014-11-26 22:14:41','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(13608,1,1,14452,1,2996483064,'2014-11-27 00:09:50',''),(13609,1,1,14453,1,2996483064,'2014-11-27 00:09:54',''),(13610,1,1,14454,1,2996483064,'2014-11-27 00:09:57',''),(13611,1,1,14455,1,2996483064,'2014-11-27 00:10:00',''),(13612,1,1,14456,43,1123631995,'2014-11-27 01:41:33',''),(13613,1,1,14457,45,2996483064,'2014-11-27 05:17:31',''),(13614,1,1,14458,1,2071807776,'2014-11-27 05:24:47',''),(13615,1,1,14459,1,2071807768,'2014-11-27 05:24:49',''),(13616,1,1,14460,6,3164934076,'2014-11-27 06:21:22',''),(13617,1,1,14461,1,3702877261,'2014-11-27 06:37:44',''),(13618,1,1,14462,43,2996483064,'2014-11-27 07:57:23',''),(13619,1,1,14463,1,690922170,'2014-11-27 09:25:12','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(13620,1,1,14464,1,2204827763,'2014-11-27 09:57:03',''),(13621,1,1,14465,57,2996483064,'2014-11-27 10:06:56',''),(13622,1,1,14466,67,3164933898,'2014-11-27 12:26:35',''),(13623,1,1,14467,1,2204827762,'2014-11-27 12:35:31',''),(13624,1,1,14468,1,2984021074,'2014-11-27 14:17:45','http://buttons-for-website.com'),(13625,1,1,14469,1,2637637517,'2014-11-27 15:07:54',''),(13626,1,1,14470,1,1123631995,'2014-11-27 16:12:37',''),(13627,1,1,14471,1,40187835,'2014-11-27 18:00:55','https://www.google.de/'),(13628,1,1,14472,1,1041806726,'2014-11-27 18:03:38',''),(13629,1,1,14473,16,3164934084,'2014-11-27 18:21:15',''),(13630,1,1,14474,1,1123632003,'2014-11-27 18:59:46',''),(13631,1,1,14475,1,1123632003,'2014-11-27 19:32:08',''),(13632,1,1,14476,1,1945181933,'2014-11-27 20:48:06','http://buttons-for-website.com'),(13633,1,1,14477,1,1123632003,'2014-11-27 21:25:04',''),(13634,1,1,14478,1,3702877272,'2014-11-27 21:46:07',''),(13635,1,1,14479,1,3702877293,'2014-11-27 21:46:09',''),(13636,1,1,14480,68,1597868473,'2014-11-27 22:22:18','https://www.google.es/'),(13637,1,1,14481,1,1123631995,'2014-11-27 22:23:56',''),(13638,1,1,14483,1,3174457605,'2014-11-27 22:42:55','http://buttons-for-website.com'),(13639,1,1,14484,43,3024880917,'2014-11-27 23:09:27',''),(13640,1,1,14485,71,1123632003,'2014-11-27 23:22:47',''),(13641,1,1,14486,1,2071807860,'2014-11-27 23:32:07',''),(13642,1,1,14487,74,1123631995,'2014-11-28 00:33:54',''),(13643,1,1,14489,49,1123632003,'2014-11-28 01:49:58',''),(13644,1,1,14490,1,1123631995,'2014-11-28 02:03:33',''),(13645,1,1,14491,74,1123632003,'2014-11-28 02:46:34',''),(13646,1,1,14493,42,3164934076,'2014-11-28 03:15:45',''),(13647,1,1,14494,1,1123632003,'2014-11-28 03:45:49',''),(13648,1,1,14495,47,2071807850,'2014-11-28 04:19:29',''),(13649,1,1,14496,71,1123631995,'2014-11-28 04:35:15',''),(13650,1,1,14497,16,1123632003,'2014-11-28 05:38:39',''),(13651,1,1,14498,43,1123632003,'2014-11-28 06:23:56',''),(13652,1,1,14499,50,3164934017,'2014-11-28 07:01:11',''),(13653,1,1,14500,50,1123631987,'2014-11-28 07:02:52',''),(13654,1,1,14501,1,1123632003,'2014-11-28 07:04:41',''),(13655,1,1,14502,1,3104128385,'2014-11-28 07:29:59','http://buttons-for-website.com'),(13656,1,1,14503,1,1542483308,'2014-11-28 07:50:45',''),(13657,1,1,14504,1,1542483308,'2014-11-28 07:50:46',''),(13658,1,1,14505,9,3164934020,'2014-11-28 08:37:13',''),(13659,1,1,14506,1,1032306279,'2014-11-28 10:36:34','http://www.baidu.com/s?wd=Mstyresblackburn'),(13660,1,1,14507,1,1578577600,'2014-11-28 11:18:36',''),(13661,1,1,14508,1,1578577600,'2014-11-28 11:18:38',''),(13662,1,1,14509,1,1578577600,'2014-11-28 11:18:41',''),(13663,1,1,14510,1,1578577600,'2014-11-28 11:18:43',''),(13664,1,1,14511,1,1578577600,'2014-11-28 11:18:46',''),(13665,1,1,14512,1,1578577600,'2014-11-28 11:18:48',''),(13666,1,1,14513,1,1578577600,'2014-11-28 11:18:51',''),(13667,1,1,14514,1,1578577600,'2014-11-28 11:18:53',''),(13668,1,1,14515,1,1578577600,'2014-11-28 11:18:56',''),(13669,1,1,14516,1,1578577600,'2014-11-28 11:18:58',''),(13670,1,1,14517,1,1578577600,'2014-11-28 11:19:00',''),(13671,1,1,14518,1,1578577600,'2014-11-28 11:19:02',''),(13672,1,1,14519,54,3024881287,'2014-11-28 11:47:16',''),(13673,1,1,14520,1,1356321372,'2014-11-28 12:04:48','http://buttons-for-website.com'),(13674,1,1,14521,6,3702877344,'2014-11-28 13:53:58',''),(13675,1,1,14522,1,1309520939,'2014-11-28 14:01:35','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(13676,1,1,14523,1,1320144344,'2014-11-28 15:26:38','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(13677,1,1,14524,67,3024881382,'2014-11-28 16:24:38',''),(13678,1,1,14525,56,1546189003,'2014-11-28 16:37:01','https://www.google.co.uk/'),(13679,1,1,14526,1,1123632003,'2014-11-28 17:17:20',''),(13680,1,1,14527,1,2970081319,'2014-11-28 17:52:02','http://buttons-for-website.com'),(13681,1,1,14528,56,1603346400,'2014-11-28 18:39:56','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CDsQFjAB&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=8cB4VJqGIOiP7Aa21oHACQ&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxTZM6g'),(13682,1,1,14529,1,1123631995,'2014-11-28 19:09:01',''),(13683,1,1,14530,1,1123632003,'2014-11-28 19:28:35',''),(13684,1,1,14531,75,3164934084,'2014-11-28 20:11:27',''),(13685,1,1,14532,1,3702877275,'2014-11-28 21:42:23',''),(13686,1,1,14533,1,3702877292,'2014-11-28 21:42:25',''),(13687,1,1,14534,1,1123631995,'2014-11-28 22:04:36',''),(13688,1,1,14535,1,2996483064,'2014-11-28 23:16:06',''),(13689,1,1,14536,1,2996483064,'2014-11-28 23:16:09',''),(13690,1,1,14537,1,2996483064,'2014-11-28 23:16:13',''),(13691,1,1,14538,1,2996483064,'2014-11-28 23:16:16',''),(13692,1,1,14539,66,1123632003,'2014-11-29 00:22:25',''),(13693,1,1,14540,10,3164934069,'2014-11-29 02:23:10',''),(13694,1,1,14541,1,1123631995,'2014-11-29 04:51:03',''),(13695,1,1,14542,47,3702877352,'2014-11-29 05:51:26',''),(13696,1,1,14543,26,2637637473,'2014-11-29 06:07:46',''),(13697,1,1,14544,1,1424541380,'2014-11-29 09:39:13',''),(13698,1,1,14545,1,1542483285,'2014-11-29 12:07:48',''),(13699,1,1,14546,1,1542483297,'2014-11-29 12:07:49',''),(13700,1,1,14547,62,2071807766,'2014-11-29 13:49:42',''),(13701,1,1,14548,1,1123631995,'2014-11-29 17:00:22',''),(13702,1,1,14549,1,3134984462,'2014-11-29 17:03:15','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(13703,1,1,14550,1,1123632003,'2014-11-29 17:04:34',''),(13704,1,1,14551,1,1123631987,'2014-11-29 18:59:53',''),(13705,1,1,14552,43,1123631987,'2014-11-29 19:47:38',''),(13706,1,1,14553,43,1123631995,'2014-11-29 20:04:21',''),(13707,1,1,14554,1,1209391489,'2014-11-29 20:06:10',''),(13708,1,1,14555,1,1838327779,'2014-11-29 20:31:47',''),(13709,1,1,14556,67,1123632003,'2014-11-29 20:35:10',''),(13710,1,1,14557,1,3177545803,'2014-11-29 21:17:50','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(13711,1,1,14558,1,1209391459,'2014-11-29 22:07:56',''),(13712,1,1,14559,43,1123631987,'2014-11-29 22:13:58',''),(13713,1,1,14560,46,1123632003,'2014-11-29 23:16:41',''),(13714,1,1,14561,1,3024881208,'2014-11-30 01:19:34',''),(13715,1,1,14562,1,2970935699,'2014-11-30 01:34:50','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(13716,1,1,14563,1,1123631995,'2014-11-30 01:46:14',''),(13717,1,1,14564,1,3338415119,'2014-11-30 06:21:16',''),(13718,1,1,14565,41,3024881119,'2014-11-30 07:20:18',''),(13719,1,1,14566,1,1524309921,'2014-11-30 07:52:12',''),(13720,1,1,14567,6,1524309921,'2014-11-30 07:52:13',''),(13721,1,1,14568,1,1524309921,'2014-11-30 07:52:44',''),(13722,1,1,14569,6,1524309921,'2014-11-30 07:52:45',''),(13723,1,1,14570,1,1524309921,'2014-11-30 07:53:12',''),(13724,1,1,14571,6,1524309921,'2014-11-30 07:53:13',''),(13725,1,1,14572,1,1524309921,'2014-11-30 07:53:39',''),(13726,1,1,14573,6,1524309921,'2014-11-30 07:53:41',''),(13727,1,1,14574,1,1524309921,'2014-11-30 07:54:07',''),(13728,1,1,14575,6,1524309921,'2014-11-30 07:54:08',''),(13729,1,1,14576,1,1524309921,'2014-11-30 07:54:34',''),(13730,1,1,14577,6,1524309921,'2014-11-30 07:54:35',''),(13731,1,1,14578,1,1524309921,'2014-11-30 07:55:02',''),(13732,1,1,14579,6,1524309921,'2014-11-30 07:55:03',''),(13733,1,1,14580,1,1524309921,'2014-11-30 07:55:29',''),(13734,1,1,14581,6,1524309921,'2014-11-30 07:55:31',''),(13735,1,1,14582,1,1524309921,'2014-11-30 07:55:57',''),(13736,1,1,14583,6,1524309921,'2014-11-30 07:55:59',''),(13737,1,1,14584,1,1524309921,'2014-11-30 07:56:25',''),(13738,1,1,14585,6,1524309921,'2014-11-30 07:56:27',''),(13739,1,1,14586,1,1524309921,'2014-11-30 07:56:53',''),(13740,1,1,14587,6,1524309921,'2014-11-30 07:56:54',''),(13741,1,1,14588,1,1424541380,'2014-11-30 08:22:02',''),(13742,1,1,14589,66,3702877363,'2014-11-30 09:45:02',''),(13743,1,1,14590,1,3049021732,'2014-11-30 10:42:16','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(13744,1,1,14591,1,1032306278,'2014-11-30 10:53:41','http://www.baidu.com/s?wd=Mstyresblackburn'),(13745,1,1,14592,1,84478842,'2014-11-30 11:02:11',''),(13746,1,1,14593,1,3496681092,'2014-11-30 12:35:35',''),(13747,1,1,14594,1,3496681092,'2014-11-30 12:35:38',''),(13748,1,1,14595,1,3496681092,'2014-11-30 12:35:41',''),(13749,1,1,14596,1,3496681092,'2014-11-30 12:35:44',''),(13750,1,1,14597,1,3496681092,'2014-11-30 12:35:50',''),(13751,1,1,14598,1,3496681092,'2014-11-30 12:35:53',''),(13752,1,1,14599,1,3496681092,'2014-11-30 12:35:56',''),(13753,1,1,14600,1,3496681092,'2014-11-30 12:35:59',''),(13754,1,1,14601,1,3496681092,'2014-11-30 12:36:06',''),(13755,1,1,14602,1,3496681092,'2014-11-30 12:36:08',''),(13756,1,1,14603,1,3496681092,'2014-11-30 12:36:12',''),(13757,1,1,14604,1,3496681092,'2014-11-30 12:36:20',''),(13758,1,1,14605,38,1123631995,'2014-11-30 12:39:50',''),(13759,1,1,14606,43,1123632003,'2014-11-30 12:40:23',''),(13760,1,1,14607,6,1424541380,'2014-11-30 12:46:13',''),(13761,1,1,14608,1,1532261776,'2014-11-30 13:44:54','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCIQFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=qx17VNOTM4_faKO2gPgE&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ'),(13762,1,1,14609,1,2954608970,'2014-11-30 14:56:38','https://www.google.co.uk/'),(13763,1,1,14610,1,1542483306,'2014-11-30 16:40:04',''),(13764,1,1,14611,1,1542483301,'2014-11-30 16:40:05',''),(13765,1,1,14612,1,782328854,'2014-11-30 17:00:48','https://www.google.com/'),(13766,1,1,14613,66,1123632003,'2014-11-30 17:06:35',''),(13767,1,1,14614,1,1123632003,'2014-11-30 17:44:32',''),(13768,1,1,14615,1,1123631987,'2014-11-30 17:49:09',''),(13769,1,1,14616,26,2499509422,'2014-11-30 18:30:50',''),(13770,1,1,14617,26,2499509422,'2014-11-30 18:30:55',''),(13771,1,1,14618,26,2499509422,'2014-11-30 18:30:58',''),(13772,1,1,14619,26,2499509422,'2014-11-30 18:31:02',''),(13773,1,1,14620,62,1123631987,'2014-11-30 19:39:20',''),(13774,1,1,14621,56,1453572914,'2014-11-30 21:27:26','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=3&ved=0CCwQFjAC&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=HYt7VOehCM7zasWGgaAP&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxT'),(13775,1,1,14622,1,2996483064,'2014-11-30 22:20:55',''),(13776,1,1,14623,1,2996483064,'2014-11-30 22:20:59',''),(13777,1,1,14624,1,2996483064,'2014-11-30 22:21:02',''),(13778,1,1,14625,1,2996483064,'2014-11-30 22:21:05',''),(13779,1,1,14626,41,3392024919,'2014-11-30 22:53:28',''),(13780,1,1,14627,56,2637637457,'2014-11-30 23:59:48',''),(13781,1,1,14628,1,1676979618,'2014-12-01 00:05:50','https://www.google.ca/'),(13782,1,1,14629,1,702207095,'2014-12-01 00:09:47','http://buttons-for-website.com'),(13783,1,1,14630,50,2071807771,'2014-12-01 01:14:09',''),(13784,1,1,14631,1,1123631995,'2014-12-01 03:41:03',''),(13785,1,1,14632,16,3024881188,'2014-12-01 08:52:05',''),(13786,1,1,14633,66,2071807847,'2014-12-01 09:18:06',''),(13787,1,1,14634,1,1032306278,'2014-12-01 09:29:57','http://www.baidu.com/s?wd=Mstyresblackburn'),(13788,1,1,14635,1,1451271596,'2014-12-01 09:43:42','https://www.google.co.uk/'),(13789,1,1,14636,1,1032306279,'2014-12-01 10:12:12','http://www.baidu.com/s?wd=Mstyresblackburn'),(13790,1,1,14637,1,2204827773,'2014-12-01 10:23:33',''),(13791,1,1,14638,1,1523451743,'2014-12-01 12:18:56','https://www.google.co.uk/'),(13792,1,1,14639,56,1123631995,'2014-12-01 12:53:53',''),(13793,1,1,14640,16,3024881086,'2014-12-01 13:26:22',''),(13794,1,1,14641,1,1123631987,'2014-12-01 13:29:54',''),(13795,1,1,14642,57,1123631995,'2014-12-01 13:55:35',''),(13796,1,1,14643,1,1524026790,'2014-12-01 14:47:35','https://www.google.co.uk/'),(13797,1,1,14644,65,1123631987,'2014-12-01 14:54:44',''),(13798,1,1,14645,1,2554228027,'2014-12-01 14:59:03','http://www.bing.com/search?q=part+worn+tyres+blackburn&src=IE-TopResult&FORM=IETR02&conversationid='),(13799,1,1,14646,1,3024881087,'2014-12-01 15:19:08',''),(13800,1,1,14647,1,3567233362,'2014-12-01 15:27:38','https://www.google.co.uk/'),(13801,1,1,14648,1,1041806727,'2014-12-01 15:28:09',''),(13802,1,1,14649,27,3024880956,'2014-12-01 15:56:27',''),(13803,1,1,14650,46,1123631987,'2014-12-01 16:22:33',''),(13804,1,1,14651,31,1123632003,'2014-12-01 16:24:44',''),(13805,1,1,14653,52,1123632003,'2014-12-01 17:49:36',''),(13806,1,1,14654,53,1123631995,'2014-12-01 18:41:01',''),(13807,1,1,14655,1,3024880971,'2014-12-01 19:40:05',''),(13808,1,1,14656,1,3024881044,'2014-12-01 19:40:08',''),(13809,1,1,14657,1,1123631987,'2014-12-01 20:08:31',''),(13810,1,1,14660,69,1123631995,'2014-12-01 20:49:41',''),(13811,1,1,14661,41,3392027016,'2014-12-01 20:55:07',''),(13812,1,1,14662,58,1123632003,'2014-12-01 21:14:22',''),(13813,1,1,14663,74,1123632003,'2014-12-01 22:08:21',''),(13814,1,1,14664,43,1123631987,'2014-12-01 22:18:38',''),(13815,1,1,14666,16,1123631995,'2014-12-01 22:38:37',''),(13816,1,1,14667,1,3122022550,'2014-12-01 23:04:16','http://buttons-for-website.com'),(13817,1,1,14668,50,1123631987,'2014-12-01 23:17:46',''),(13818,1,1,14669,1,2534649310,'2014-12-01 23:27:30','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(13819,1,1,14670,59,1123631987,'2014-12-02 00:09:13',''),(13820,1,1,14671,54,1123631995,'2014-12-02 00:11:46',''),(13821,1,1,14672,1,2972276682,'2014-12-02 01:15:31','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(13822,1,1,14673,56,1123631987,'2014-12-02 05:09:51',''),(13823,1,1,14674,57,1123631987,'2014-12-02 05:41:40',''),(13824,1,1,14675,1,1542483276,'2014-12-02 06:19:52',''),(13825,1,1,14676,1,1542483299,'2014-12-02 06:19:53',''),(13826,1,1,14677,65,1123631995,'2014-12-02 06:30:25',''),(13827,1,1,14679,26,3702877274,'2014-12-02 07:28:35',''),(13828,1,1,14680,31,1123632003,'2014-12-02 07:41:41',''),(13829,1,1,14682,51,1123631987,'2014-12-02 09:11:40',''),(13830,1,1,14683,44,1123632003,'2014-12-02 09:13:33',''),(13831,1,1,14684,47,1123631995,'2014-12-02 10:04:11',''),(13832,1,1,14686,67,3024881051,'2014-12-02 10:32:55',''),(13833,1,1,14687,43,1123631995,'2014-12-02 10:51:03',''),(13834,1,1,14688,47,3702877365,'2014-12-02 10:58:13',''),(13835,1,1,14689,55,1123631995,'2014-12-02 11:49:10',''),(13836,1,1,14690,1,3013383042,'2014-12-02 12:02:22','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(13837,1,1,14691,1,2972310720,'2014-12-02 12:09:10','http://buttons-for-website.com'),(13838,1,1,14692,45,1123631987,'2014-12-02 12:30:25',''),(13839,1,1,14693,9,2996483064,'2014-12-02 12:32:18',''),(13840,1,1,14694,48,3024881166,'2014-12-02 13:14:14',''),(13841,1,1,14695,41,1123631995,'2014-12-02 13:51:03',''),(13842,1,1,14696,1,1806306370,'2014-12-02 13:53:32',''),(13843,1,1,14697,6,1806306370,'2014-12-02 13:53:41',''),(13844,1,1,14698,9,1806306370,'2014-12-02 13:53:52',''),(13845,1,1,14699,56,1806306370,'2014-12-02 13:53:56',''),(13846,1,1,14700,65,1806306370,'2014-12-02 13:54:01',''),(13847,1,1,14701,51,1806306370,'2014-12-02 13:54:06',''),(13848,1,1,14702,55,1806306370,'2014-12-02 13:54:11',''),(13849,1,1,14703,63,1806306370,'2014-12-02 13:54:16',''),(13850,1,1,14704,62,1806306370,'2014-12-02 13:54:21',''),(13851,1,1,14705,69,1806306370,'2014-12-02 13:54:26',''),(13852,1,1,14706,64,1806306370,'2014-12-02 13:54:32',''),(13853,1,1,14707,28,1806306370,'2014-12-02 13:54:36',''),(13854,1,1,14708,50,1806306370,'2014-12-02 13:54:41',''),(13855,1,1,14709,53,1806306370,'2014-12-02 13:54:45',''),(13856,1,1,14710,42,1806306370,'2014-12-02 13:54:51',''),(13857,1,1,14711,57,1806306370,'2014-12-02 13:54:56',''),(13858,1,1,14712,16,1806306370,'2014-12-02 13:55:01',''),(13859,1,1,14713,10,1806306370,'2014-12-02 13:55:06',''),(13860,1,1,14714,58,1806306370,'2014-12-02 13:55:11',''),(13861,1,1,14715,49,1806306370,'2014-12-02 13:55:16',''),(13862,1,1,14716,44,1806306370,'2014-12-02 13:55:21',''),(13863,1,1,14717,27,1806306370,'2014-12-02 13:55:26',''),(13864,1,1,14718,52,1806306370,'2014-12-02 13:55:31',''),(13865,1,1,14719,48,1806306370,'2014-12-02 13:55:36',''),(13866,1,1,14720,45,1806306370,'2014-12-02 13:55:41',''),(13867,1,1,14721,41,1806306370,'2014-12-02 13:55:46',''),(13868,1,1,14722,43,1806306370,'2014-12-02 13:55:51',''),(13869,1,1,14723,38,1806306370,'2014-12-02 13:55:55',''),(13870,1,1,14724,16,1806306370,'2014-12-02 13:56:01',''),(13871,1,1,14725,70,1806306370,'2014-12-02 13:56:06',''),(13872,1,1,14726,72,1806306370,'2014-12-02 13:56:11',''),(13873,1,1,14727,71,1806306370,'2014-12-02 13:56:16',''),(13874,1,1,14728,73,1806306370,'2014-12-02 13:56:21',''),(13875,1,1,14729,16,1806306370,'2014-12-02 13:56:26',''),(13876,1,1,14730,68,1806306370,'2014-12-02 13:56:31',''),(13877,1,1,14731,67,1806306370,'2014-12-02 13:56:36',''),(13878,1,1,14732,59,1806306370,'2014-12-02 13:56:41',''),(13879,1,1,14733,75,1806306370,'2014-12-02 13:56:46',''),(13880,1,1,14734,74,1806306370,'2014-12-02 13:56:51',''),(13881,1,1,14735,43,1806306370,'2014-12-02 13:56:56',''),(13882,1,1,14736,43,1806306370,'2014-12-02 13:57:01',''),(13883,1,1,14737,31,1806306370,'2014-12-02 13:57:06',''),(13884,1,1,14738,15,1806306370,'2014-12-02 13:57:11',''),(13885,1,1,14739,47,1806306370,'2014-12-02 13:57:16',''),(13886,1,1,14740,54,1806306370,'2014-12-02 13:57:21',''),(13887,1,1,14741,66,1806306370,'2014-12-02 13:57:26',''),(13888,1,1,14742,26,1806306370,'2014-12-02 13:57:31',''),(13889,1,1,14743,26,1806306370,'2014-12-02 13:57:36',''),(13890,1,1,14744,26,1806306370,'2014-12-02 13:57:40',''),(13891,1,1,14745,26,1806306370,'2014-12-02 13:57:46',''),(13892,1,1,14746,26,1806306370,'2014-12-02 13:57:51',''),(13893,1,1,14747,26,1806306370,'2014-12-02 13:57:56',''),(13894,1,1,14748,26,1806306370,'2014-12-02 13:58:01',''),(13895,1,1,14749,26,1806306370,'2014-12-02 13:58:06',''),(13896,1,1,14750,26,1806306370,'2014-12-02 13:58:11',''),(13897,1,1,14751,26,1806306370,'2014-12-02 13:58:16',''),(13898,1,1,14752,26,1806306370,'2014-12-02 13:58:21',''),(13899,1,1,14753,26,1806306370,'2014-12-02 13:58:26',''),(13900,1,1,14754,26,1806306370,'2014-12-02 13:58:30',''),(13901,1,1,14755,26,1806306370,'2014-12-02 13:58:36',''),(13902,1,1,14756,26,1806306370,'2014-12-02 13:58:41',''),(13903,1,1,14757,26,1806306370,'2014-12-02 13:58:46',''),(13904,1,1,14758,26,1806306370,'2014-12-02 13:58:51',''),(13905,1,1,14759,26,1806306370,'2014-12-02 13:58:56',''),(13906,1,1,14760,26,1806306370,'2014-12-02 13:59:00',''),(13907,1,1,14761,26,1806306370,'2014-12-02 13:59:06',''),(13908,1,1,14762,26,1806306370,'2014-12-02 13:59:11',''),(13909,1,1,14763,26,1806306370,'2014-12-02 13:59:16',''),(13910,1,1,14764,26,1806306370,'2014-12-02 13:59:20',''),(13911,1,1,14765,26,1806306370,'2014-12-02 13:59:26',''),(13912,1,1,14766,26,1806306370,'2014-12-02 13:59:31',''),(13913,1,1,14767,26,1806306370,'2014-12-02 13:59:36',''),(13914,1,1,14768,26,1806306370,'2014-12-02 13:59:40',''),(13915,1,1,14769,26,1806306370,'2014-12-02 13:59:46',''),(13916,1,1,14770,26,1806306370,'2014-12-02 13:59:51',''),(13917,1,1,14771,26,1806306370,'2014-12-02 13:59:56',''),(13918,1,1,14772,26,1806306370,'2014-12-02 14:00:01',''),(13919,1,1,14773,26,1806306370,'2014-12-02 14:00:06',''),(13920,1,1,14774,26,1806306370,'2014-12-02 14:00:11',''),(13921,1,1,14775,26,1806306370,'2014-12-02 14:00:15',''),(13922,1,1,14776,1,3323674657,'2014-12-02 14:40:58',''),(13923,1,1,14777,1,3323674657,'2014-12-02 14:41:05',''),(13924,1,1,14778,1,3323674657,'2014-12-02 14:41:15',''),(13925,1,1,14779,1,3323674657,'2014-12-02 14:41:24',''),(13926,1,1,14780,1,3323674657,'2014-12-02 14:41:33',''),(13927,1,1,14781,1,3323674657,'2014-12-02 14:41:45',''),(13928,1,1,14782,1,3323674657,'2014-12-02 14:41:53',''),(13929,1,1,14783,1,3323674657,'2014-12-02 14:42:15',''),(13930,1,1,14784,1,3323674657,'2014-12-02 14:42:21',''),(13931,1,1,14785,1,3323674657,'2014-12-02 14:42:36',''),(13932,1,1,14786,1,3323674657,'2014-12-02 14:42:42',''),(13933,1,1,14787,1,3323674657,'2014-12-02 14:42:50',''),(13934,1,1,14788,9,1123631995,'2014-12-02 15:07:56',''),(13935,1,1,14789,1,1123631987,'2014-12-02 15:09:08',''),(13936,1,1,14790,1,1366153818,'2014-12-02 15:09:31',''),(13937,1,1,14791,1,1123632003,'2014-12-02 15:13:27',''),(13938,1,1,14793,28,1123631987,'2014-12-02 16:41:41',''),(13939,1,1,14794,1,3342489299,'2014-12-02 17:00:42',''),(13940,1,1,14795,63,1123632003,'2014-12-02 17:39:49',''),(13941,1,1,14796,1,3643532473,'2014-12-02 18:02:43','http://www.google.co.uk/url?sa=t&source=web&cd=1&ved=0CDEQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php&rct=j&q=rapid%20m%2Bs%20tyres&ei=Iv59VJXSKsnKObq4gagF&usg=AFQjCNGaovWsBFBPrn57hepYz764y0Fd0A&bvm=bv.80642063,d.ZWU'),(13942,1,1,14797,51,1123631995,'2014-12-02 18:21:03',''),(13943,1,1,14798,1,2955109009,'2014-12-02 19:02:32','http://www.google.co.uk/url?sa=t&source=web&cd=4&ved=0CC4QFjAD&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php&rct=j&q=225%2045%2016%20tyres%20blackburn&ei=PAx-VKTJKMS07gaH0oGIAw&usg=AFQjCNGaovWsBFBPrn57hepYz764y0Fd0A'),(13944,1,1,14799,1,1592974660,'2014-12-02 19:06:08',''),(13945,1,1,14800,1,534708898,'2014-12-02 19:06:53',''),(13946,1,1,14801,61,534708898,'2014-12-02 19:07:05',''),(13947,1,1,14802,47,1123631987,'2014-12-02 19:17:18',''),(13948,1,1,14803,1,1338776075,'2014-12-02 19:17:55','http://buttons-for-website.com'),(13949,1,1,14804,62,1123631987,'2014-12-02 21:37:56',''),(13950,1,1,14805,6,2637637496,'2014-12-02 21:44:31',''),(13951,1,1,14806,1,1123631987,'2014-12-02 22:14:05',''),(13952,1,1,14807,1,2996483064,'2014-12-02 22:29:03',''),(13953,1,1,14808,1,2996483064,'2014-12-02 22:29:06',''),(13954,1,1,14809,1,2996483064,'2014-12-02 22:29:10',''),(13955,1,1,14810,1,2996483064,'2014-12-02 22:29:13',''),(13956,1,1,14813,26,1123631995,'2014-12-02 22:37:09',''),(13957,1,1,14816,1,2071807825,'2014-12-03 00:42:33',''),(13958,1,1,14817,43,2071807858,'2014-12-03 01:15:52',''),(13959,1,1,14818,1,1123631987,'2014-12-03 02:37:46',''),(13960,1,1,14819,26,3475901828,'2014-12-03 02:37:47',''),(13961,1,1,14820,6,2996483064,'2014-12-03 04:01:30',''),(13962,1,1,14821,15,2637637496,'2014-12-03 04:48:46',''),(13963,1,1,14822,1,2204827760,'2014-12-03 05:53:55',''),(13964,1,1,14823,48,2071807795,'2014-12-03 06:50:05',''),(13965,1,1,14643,1,1524026790,'2014-12-03 08:52:26','https://www.google.co.uk/'),(13966,1,1,14824,1,1542483304,'2014-12-03 10:13:41',''),(13967,1,1,14825,1,1542483271,'2014-12-03 10:13:44',''),(13968,1,1,14826,62,1123632003,'2014-12-03 10:39:29',''),(13969,1,1,14827,1,3338415119,'2014-12-03 10:39:51',''),(13970,1,1,14828,1,1123631995,'2014-12-03 10:44:42',''),(13971,1,1,14829,68,1123631987,'2014-12-03 12:20:21',''),(13972,1,1,14830,64,1123632003,'2014-12-03 13:00:20',''),(13973,1,1,14831,38,1123631987,'2014-12-03 13:50:38',''),(13974,1,1,14832,1,1123632003,'2014-12-03 14:18:48',''),(13975,1,1,14833,65,1123632003,'2014-12-03 14:56:14',''),(13976,1,1,14834,15,1123631995,'2014-12-03 15:29:50',''),(13977,1,1,14836,48,1123631987,'2014-12-03 16:19:27',''),(13978,1,1,14837,72,3024881203,'2014-12-03 16:26:28',''),(13979,1,1,14838,1,1417525425,'2014-12-03 17:26:50','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(13980,1,1,14839,10,1123631987,'2014-12-03 17:44:14',''),(13981,1,1,14840,28,3475901828,'2014-12-03 18:28:17',''),(13982,1,1,14841,56,1123631995,'2014-12-03 18:37:02',''),(13983,1,1,14842,1,2982248852,'2014-12-03 18:45:49','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(13984,1,1,14843,65,2637637580,'2014-12-03 19:00:31',''),(13985,1,1,14844,14,1123631987,'2014-12-03 20:01:50',''),(13986,1,1,14845,63,1123631995,'2014-12-03 21:01:02',''),(13987,1,1,14846,6,1123631995,'2014-12-03 21:41:02',''),(13988,1,1,14847,1,1123631995,'2014-12-03 22:25:51',''),(13989,1,1,14848,1,1123631987,'2014-12-04 00:30:31',''),(13990,1,1,14849,1,1123631995,'2014-12-04 03:07:27',''),(13991,1,1,14850,1,1357249723,'2014-12-04 07:20:05','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=13&ved=0CFYQFjACOAo&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=mgqAVMqqMPKP7Abj1IGgBw&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ'),(13992,1,1,14851,1,2071807802,'2014-12-04 10:35:23',''),(13993,1,1,14852,1,1123632003,'2014-12-04 11:07:39',''),(13994,1,1,14853,1,3024880968,'2014-12-04 12:14:47',''),(13995,1,1,14854,1,1610298987,'2014-12-04 13:34:10','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(13996,1,1,14855,1,1357249723,'2014-12-04 13:40:44','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0CH0QoAIwBw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=hmOAVN7BKJGM7Abg34HYDw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.80642063,d.ZGU'),(13997,1,1,14856,1,1542483278,'2014-12-04 14:19:40',''),(13998,1,1,14857,1,1542483275,'2014-12-04 14:19:41',''),(13999,1,1,14858,1,1489424456,'2014-12-04 14:21:53',''),(14000,1,1,14859,6,2996483064,'2014-12-04 14:26:16',''),(14001,1,1,14860,1,3337957812,'2014-12-04 15:51:51',''),(14002,1,1,14861,1,3337957812,'2014-12-04 15:52:06',''),(14003,1,1,14862,1,1123634740,'2014-12-04 16:07:39',''),(14004,1,1,14864,1,1365305877,'2014-12-04 17:42:23','https://www.google.lv/'),(14005,1,1,14865,1,2499524457,'2014-12-04 18:33:36',''),(14006,1,1,14866,1,2499524457,'2014-12-04 18:33:39',''),(14007,1,1,14867,1,2499524457,'2014-12-04 18:33:41',''),(14008,1,1,14868,1,2499524457,'2014-12-04 18:33:44',''),(14009,1,1,14869,1,2499524457,'2014-12-04 18:33:47',''),(14010,1,1,14870,1,2499524457,'2014-12-04 18:33:50',''),(14011,1,1,14871,1,2499524457,'2014-12-04 18:33:53',''),(14012,1,1,14872,1,2499524457,'2014-12-04 18:33:56',''),(14013,1,1,14873,1,2499524457,'2014-12-04 18:33:58',''),(14014,1,1,14874,1,2499524457,'2014-12-04 18:34:01',''),(14015,1,1,14875,1,3656959175,'2014-12-04 20:25:06','http://buttons-for-website.com'),(14016,1,1,14876,58,3024881311,'2014-12-04 20:36:29',''),(14017,1,1,14877,1,523448364,'2014-12-04 20:47:58','https://www.google.co.uk/'),(14018,1,1,14878,58,3392025270,'2014-12-04 20:51:26',''),(14019,1,1,14879,1,2996483064,'2014-12-04 22:18:42',''),(14020,1,1,14880,1,2996483064,'2014-12-04 22:18:45',''),(14021,1,1,14881,1,2996483064,'2014-12-04 22:18:48',''),(14022,1,1,14882,1,2996483064,'2014-12-04 22:18:51',''),(14023,1,1,14883,16,2996483064,'2014-12-05 04:06:42',''),(14024,1,1,14884,6,1489424454,'2014-12-05 04:15:45',''),(14025,1,1,14885,1,3362247818,'2014-12-05 06:03:34','http://buttons-for-website.com'),(14026,1,1,14886,1,534266979,'2014-12-05 06:38:20','http://buttons-for-website.com'),(14027,1,1,14887,26,2637637457,'2014-12-05 07:10:20',''),(14028,1,1,14888,9,1123634747,'2014-12-05 07:11:00',''),(14029,1,1,14889,1,1032306400,'2014-12-05 07:28:01','http://www.baidu.com/s?wd=Mstyresblackburn'),(14030,1,1,14890,56,1482767155,'2014-12-05 09:01:40','http://www.bing.com/search?q=rapid+P609&src=IE-TopResult&conversationid=&first=11&FORM=PORE'),(14031,1,1,14891,48,1375799679,'2014-12-05 10:07:49','http://www.google.co.uk/search?hl=en-GB&source=hp&q=wheel+alignment+in+blackburn&gbv=2&oq=wheel+alignment+in+blackburn&gs_l=heirloom-hp.3..0i22i30.2500.12016.0.12282.28.18.0.10.10.0.203.1924.10j6j1.17.0.msedr...0...1ac.1.34.heirloom-hp..1.27.2003.kD6najZ'),(14032,1,1,14892,26,1489375385,'2014-12-05 10:50:57',''),(14033,1,1,14893,26,1489375385,'2014-12-05 10:50:59',''),(14034,1,1,14894,26,1489375385,'2014-12-05 10:51:01',''),(14035,1,1,14895,26,1489375385,'2014-12-05 10:51:04',''),(14036,1,1,14896,26,1489375385,'2014-12-05 10:51:08',''),(14037,1,1,14897,15,1123634747,'2014-12-05 11:09:52',''),(14038,1,1,14898,1,3024881286,'2014-12-05 11:17:55',''),(14039,1,1,14899,43,2996483064,'2014-12-05 11:34:59',''),(14040,1,1,14900,1,1545499492,'2014-12-05 11:37:38','http://www.google.co.uk/'),(14041,1,1,14901,1,1041806727,'2014-12-05 11:38:12',''),(14042,1,1,14902,1,1361431196,'2014-12-05 11:58:11','http://www.google.co.uk/local_url?dq=&q=http://www.mstyresblackburn.co.uk/&oi=miw&sa=X&ct=miw_link&cd=1&cad=homepage,cid:14846987743364526223&ei=Rp2BVJbgG8rligbrtoHACw&s=ANYYN7l2zApbJ5ICVc7lAo3AlZUyF-EG-w'),(14043,1,1,14903,28,2449484346,'2014-12-05 12:05:26',''),(14044,1,1,14904,63,2449484346,'2014-12-05 12:05:30',''),(14045,1,1,14905,64,2449484346,'2014-12-05 12:05:36',''),(14046,1,1,14906,65,2449484346,'2014-12-05 12:05:43',''),(14047,1,1,14907,69,2449484346,'2014-12-05 12:05:50',''),(14048,1,1,14908,1,1123634733,'2014-12-05 12:13:40',''),(14049,1,1,14909,1,3339975108,'2014-12-05 12:37:10',''),(14050,1,1,14910,1,3339975108,'2014-12-05 12:37:11',''),(14051,1,1,14911,1,344270861,'2014-12-05 12:37:12','http://www.google.co.uk/url?url=http://mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ei=ZqaBVOLGNeap7AaPlYCwAw&ved=0CCMQFjAA&usg=AFQjCNHRPmiTXvQ4a665ANtxhcJq6JZu4A'),(14052,1,1,14912,1,3339975108,'2014-12-05 12:39:07',''),(14053,1,1,14913,1,3339975108,'2014-12-05 12:39:09',''),(14054,1,1,14914,43,3475901828,'2014-12-05 13:14:58',''),(14055,1,1,14915,69,3024881063,'2014-12-05 13:18:51',''),(14056,1,1,14916,1,1483343810,'2014-12-05 16:54:04','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=14&ved=0CKUBEBYwDQ&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=XOKBVJzWGuyv7Aa9l4CADw&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.80642063,d.ZGU'),(14057,1,1,14917,1,1376790917,'2014-12-05 16:54:24','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&sqi=2&ved=0CIEBEKACMAc&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=S-KBVIXzObKd7ga3lYG4Cg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(14058,1,1,14918,1,1123631987,'2014-12-05 17:23:28',''),(14059,1,1,14919,1,1542483276,'2014-12-05 18:37:24',''),(14060,1,1,14920,1,1542483268,'2014-12-05 18:37:26',''),(14061,1,1,14921,45,2996483064,'2014-12-05 19:59:49',''),(14062,1,1,14922,1,1377816009,'2014-12-05 20:01:38','https://www.google.co.uk/'),(14063,1,1,14923,1,39938855,'2014-12-05 21:46:31','https://www.google.co.uk/'),(14064,1,1,14924,58,3392025162,'2014-12-05 22:19:47',''),(14065,1,1,14925,1,3342489294,'2014-12-05 22:37:19',''),(14066,1,1,14926,1,2977799205,'2014-12-05 23:25:43','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(14067,1,1,14927,1,624685911,'2014-12-05 23:48:49',''),(14068,1,1,14928,1,3475901740,'2014-12-06 00:43:53',''),(14069,1,1,14929,1,3202860893,'2014-12-06 01:34:39','http://buttons-for-website.com'),(14070,1,1,14930,49,2637637457,'2014-12-06 02:06:19',''),(14071,1,1,14931,48,3702877358,'2014-12-06 02:29:43',''),(14072,1,1,14932,38,3024881041,'2014-12-06 05:15:28',''),(14073,1,1,14933,1,1032306400,'2014-12-06 07:27:26','http://www.baidu.com/s?wd=Mstyresblackburn'),(14074,1,1,14934,1,3351302034,'2014-12-06 08:15:01',''),(14075,1,1,14935,1,3351302034,'2014-12-06 08:15:04',''),(14076,1,1,14936,1,3351302034,'2014-12-06 08:15:06',''),(14077,1,1,14937,1,3351302034,'2014-12-06 08:15:09',''),(14078,1,1,14938,1,3351302034,'2014-12-06 08:15:11',''),(14079,1,1,14939,1,3351302034,'2014-12-06 08:15:14',''),(14080,1,1,14940,1,3351302034,'2014-12-06 08:15:16',''),(14081,1,1,14941,1,3351302034,'2014-12-06 08:15:19',''),(14082,1,1,14942,1,3351302034,'2014-12-06 08:15:21',''),(14083,1,1,14943,1,3351302034,'2014-12-06 08:15:24',''),(14084,1,1,14944,1,3351302034,'2014-12-06 08:15:26',''),(14085,1,1,14945,1,3351302034,'2014-12-06 08:15:29',''),(14086,1,1,14946,1,2548292151,'2014-12-06 09:00:10',''),(14087,1,1,14864,1,1365305877,'2014-12-06 09:04:32',''),(14088,1,1,14947,1,1455314188,'2014-12-06 09:23:03','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CEAQFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=WMqCVPK6E4rpUoDBgegP&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ'),(14089,1,1,14948,1,1508525159,'2014-12-06 10:05:49',''),(14090,1,1,14949,1,1508525159,'2014-12-06 10:06:08',''),(14091,1,1,14950,1,1508525159,'2014-12-06 10:06:16',''),(14092,1,1,14951,1,1508525159,'2014-12-06 10:06:24',''),(14093,1,1,14952,1,1508525159,'2014-12-06 10:06:37',''),(14094,1,1,14953,1,1376790917,'2014-12-06 10:17:51','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0CFUQoAIwBw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=PteCVMO5Dov-UuK2gNgP&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.80642063,d.d24'),(14095,1,1,14954,15,3024881218,'2014-12-06 10:30:29',''),(14096,1,1,14955,1,3009666040,'2014-12-06 10:39:04','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(14097,1,1,14956,65,1546189399,'2014-12-06 12:39:42',''),(14098,1,1,14957,1,1123632003,'2014-12-06 15:06:34',''),(14099,1,1,14958,1,1123631987,'2014-12-06 17:50:57',''),(14100,1,1,14959,1,3188532918,'2014-12-06 17:55:48','http://buttons-for-website.com'),(14101,1,1,14960,1,1123632003,'2014-12-06 18:32:03',''),(14102,1,1,14961,1,3361443309,'2014-12-06 20:46:41','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(14103,1,1,14962,47,3164933893,'2014-12-06 20:58:38',''),(14104,1,1,14963,1,1123632003,'2014-12-06 21:04:56',''),(14105,1,1,14964,63,2996483064,'2014-12-06 21:16:00',''),(14106,1,1,14965,1,1123631987,'2014-12-06 21:47:39',''),(14107,1,1,14966,1,1451271340,'2014-12-06 23:00:47','http://www.google.co.uk/'),(14108,1,1,14967,1,1123632003,'2014-12-06 23:06:34',''),(14109,1,1,14968,1,1123632003,'2014-12-06 23:48:34',''),(14110,1,1,14969,58,3392025176,'2014-12-07 00:13:23',''),(14111,1,1,14970,1,1123631995,'2014-12-07 00:27:45',''),(14112,1,1,14971,1,1123632003,'2014-12-07 01:25:39',''),(14113,1,1,14972,1,1123631995,'2014-12-07 01:49:23',''),(14114,1,1,14973,52,3164933910,'2014-12-07 02:43:18',''),(14115,1,1,14974,1,1123631987,'2014-12-07 03:57:08',''),(14116,1,1,14975,1,1123631995,'2014-12-07 04:41:32',''),(14117,1,1,14976,1,2071807826,'2014-12-07 04:46:20',''),(14118,1,1,14977,1,2071807852,'2014-12-07 04:46:22',''),(14119,1,1,14978,1,2996483064,'2014-12-07 05:05:57',''),(14120,1,1,14979,1,2996483064,'2014-12-07 05:06:03',''),(14121,1,1,14980,1,2996483064,'2014-12-07 05:06:06',''),(14122,1,1,14981,1,2996483064,'2014-12-07 05:06:09',''),(14123,1,1,14982,1,1542483305,'2014-12-07 07:55:43',''),(14124,1,1,14983,1,1542483296,'2014-12-07 07:55:44',''),(14125,1,1,14984,38,3164933986,'2014-12-07 08:13:52',''),(14126,1,1,14985,1,1379164880,'2014-12-07 08:54:49','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(14127,1,1,14986,1,1032306279,'2014-12-07 10:46:51','http://www.baidu.com/s?wd=Mstyresblackburn'),(14128,1,1,14987,1,3139678363,'2014-12-07 12:23:06','http://buttons-for-website.com'),(14129,1,1,14988,1,1444039146,'2014-12-07 13:03:17','https://www.google.co.uk/'),(14130,1,1,14989,1,1123631995,'2014-12-07 13:13:15',''),(14131,1,1,14990,9,3702877352,'2014-12-07 13:27:46',''),(14132,1,1,14991,28,3702877327,'2014-12-07 13:27:46',''),(14133,1,1,14992,51,3702877351,'2014-12-07 13:27:46',''),(14134,1,1,14993,58,2071807848,'2014-12-07 13:27:46',''),(14135,1,1,14995,56,3702877270,'2014-12-07 13:27:46',''),(14136,1,1,14994,68,2071807758,'2014-12-07 13:27:46',''),(14137,1,1,14996,50,3702877278,'2014-12-07 13:27:46',''),(14138,1,1,14997,52,3702877325,'2014-12-07 13:27:47',''),(14139,1,1,14998,1,3338415119,'2014-12-07 17:11:24',''),(14140,1,1,14999,1,1123632003,'2014-12-07 18:56:21',''),(14141,1,1,15000,1,3024881050,'2014-12-07 21:16:04',''),(14142,1,1,15001,1,2970919978,'2014-12-07 22:21:55','http://buttons-for-website.com'),(14143,1,1,15002,1,1123632003,'2014-12-08 01:36:00',''),(14144,1,1,15003,47,2996483064,'2014-12-08 01:51:01',''),(14145,1,1,15004,1,1123632003,'2014-12-08 04:21:50',''),(14146,1,1,15005,75,3024881204,'2014-12-08 05:28:07',''),(14147,1,1,15006,66,2996483064,'2014-12-08 06:07:37',''),(14148,1,1,15007,1,1032306400,'2014-12-08 06:10:23','http://www.baidu.com/s?wd=Mstyresblackburn'),(14149,1,1,15008,6,1123631995,'2014-12-08 09:18:37',''),(14150,1,1,15009,31,2071807861,'2014-12-08 11:35:41',''),(14151,1,1,15010,6,3024881287,'2014-12-08 11:36:35',''),(14152,1,1,15011,1,1542483290,'2014-12-08 11:54:59',''),(14153,1,1,15012,1,1542483312,'2014-12-08 11:55:00',''),(14154,1,1,15013,1,917193216,'2014-12-08 13:45:18',''),(14155,1,1,15014,1,917193216,'2014-12-08 13:45:20',''),(14156,1,1,15015,1,917193216,'2014-12-08 13:45:23',''),(14157,1,1,15016,1,917193216,'2014-12-08 13:45:25',''),(14158,1,1,15017,1,917193216,'2014-12-08 13:45:28',''),(14159,1,1,15018,1,917193216,'2014-12-08 13:45:30',''),(14160,1,1,15019,1,917193216,'2014-12-08 13:45:33',''),(14161,1,1,15020,1,917193216,'2014-12-08 13:45:35',''),(14162,1,1,15021,1,917193216,'2014-12-08 13:45:38',''),(14163,1,1,15022,1,917193216,'2014-12-08 13:45:40',''),(14164,1,1,15023,28,2996483064,'2014-12-08 14:37:08',''),(14165,1,1,15024,1,1589743519,'2014-12-08 15:05:52','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CDEQFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=vL2FVN2wOc3eONGngdAB&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.80642063,d.ZWU'),(14166,1,1,15025,1,3174818658,'2014-12-08 15:11:37','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(14167,1,1,15026,1,1123631995,'2014-12-08 15:25:06',''),(14168,1,1,15027,1,3019638738,'2014-12-08 16:46:44','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(14169,1,1,15028,1,2420902020,'2014-12-08 20:19:42',''),(14170,1,1,15029,1,2420902020,'2014-12-08 20:19:46',''),(14171,1,1,15030,63,787050659,'2014-12-08 20:40:00','http://www.google.co.uk/url?sa=t&rct=j&q=195%2F65hr15%20tyre%20and%20wheels&source=web&cd=6&ved=0CFoQFjAF&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D27%26controller%3Dproduct%26id_lang%3D1&ei=uAuGVPS4BoL0Ur3sgeAP&usg=AFQjCNGBP'),(14172,1,1,15031,1,2996483064,'2014-12-08 22:24:40',''),(14173,1,1,15032,1,2996483064,'2014-12-08 22:24:43',''),(14174,1,1,15033,1,2996483064,'2014-12-08 22:24:46',''),(14175,1,1,15034,1,2996483064,'2014-12-08 22:24:49',''),(14176,1,1,15035,19,1123631987,'2014-12-08 22:57:33',''),(14177,1,1,15036,1,1123632003,'2014-12-09 03:32:13',''),(14178,1,1,15037,22,1123632003,'2014-12-09 05:07:21',''),(14179,1,1,15038,1,1032306281,'2014-12-09 06:12:53','http://www.baidu.com/s?wd=Mstyresblackburn'),(14180,1,1,15039,1,3024881188,'2014-12-09 07:49:03',''),(14181,1,1,15040,54,2071807799,'2014-12-09 08:27:35',''),(14182,1,1,15041,1,3275672188,'2014-12-09 08:52:35','https://www.google.co.uk/'),(14183,1,1,15042,1,1123631987,'2014-12-09 09:38:57',''),(14184,1,1,15043,63,3164934053,'2014-12-09 11:24:57',''),(14185,1,1,15044,1,1123632003,'2014-12-09 12:51:10',''),(14186,1,1,15045,1,1123631891,'2014-12-09 14:09:59',''),(14187,1,1,15046,1,2996483064,'2014-12-09 14:12:10',''),(14188,1,1,15047,1,1344982019,'2014-12-09 14:41:56',''),(14189,1,1,15048,1,1041806727,'2014-12-09 14:42:38',''),(14190,1,1,15049,71,3164934126,'2014-12-09 15:46:04',''),(14191,1,1,15050,26,2637637580,'2014-12-09 16:25:27',''),(14192,1,1,15051,68,2637637580,'2014-12-09 16:58:54',''),(14193,1,1,15052,1,1123631899,'2014-12-09 17:12:38',''),(14194,1,1,15053,1,3702877338,'2014-12-09 17:58:16',''),(14195,1,1,15054,1,1123631907,'2014-12-09 20:41:46',''),(14196,1,1,15055,1,3369716045,'2014-12-09 22:53:56','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(14197,1,1,15056,26,2637637580,'2014-12-09 23:17:27',''),(14198,1,1,15057,1,1123631899,'2014-12-09 23:32:29',''),(14199,1,1,15058,41,3164933893,'2014-12-09 23:47:03',''),(14200,1,1,15059,1,3172892393,'2014-12-10 00:02:09','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(14201,1,1,15060,1,3225451133,'2014-12-10 01:04:16','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(14202,1,1,15061,1,1123631907,'2014-12-10 01:42:54',''),(14203,1,1,15062,18,2637637529,'2014-12-10 02:22:28',''),(14204,1,1,15063,38,2071807849,'2014-12-10 02:54:40',''),(14205,1,1,15064,1,1123631899,'2014-12-10 03:19:46',''),(14206,1,1,15065,22,1123631907,'2014-12-10 04:15:22',''),(14207,1,1,15066,16,3024881384,'2014-12-10 04:36:41',''),(14208,1,1,15067,1,2071807835,'2014-12-10 05:16:00',''),(14209,1,1,15068,1,1123631907,'2014-12-10 05:18:15',''),(14210,1,1,15069,19,1123631899,'2014-12-10 05:50:20',''),(14211,1,1,15070,62,3024881044,'2014-12-10 11:08:36',''),(14212,1,1,15071,65,3024881064,'2014-12-10 11:38:34',''),(14213,1,1,15072,1,1123631891,'2014-12-10 11:38:43',''),(14214,1,1,15073,26,2637637580,'2014-12-10 12:50:12',''),(14215,1,1,15074,1,1542483303,'2014-12-10 14:12:02',''),(14216,1,1,15075,1,1542483309,'2014-12-10 14:12:03',''),(14217,1,1,15076,53,3164933998,'2014-12-10 14:39:39',''),(14218,1,1,15077,16,1123631899,'2014-12-10 14:48:05',''),(14219,1,1,15078,1,3015430979,'2014-12-10 15:05:00','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(14220,1,1,15079,1,3323674919,'2014-12-10 15:25:59',''),(14221,1,1,15080,1,3323674919,'2014-12-10 15:26:01',''),(14222,1,1,15081,1,3323674919,'2014-12-10 15:26:04',''),(14223,1,1,15082,1,3323674919,'2014-12-10 15:26:06',''),(14224,1,1,15083,1,3323674919,'2014-12-10 15:26:09',''),(14225,1,1,15084,1,3323674919,'2014-12-10 15:26:11',''),(14226,1,1,15085,1,3323674919,'2014-12-10 15:26:14',''),(14227,1,1,15086,1,3323674919,'2014-12-10 15:26:17',''),(14228,1,1,15087,1,3323674919,'2014-12-10 15:26:20',''),(14229,1,1,15088,1,3323674919,'2014-12-10 15:26:22',''),(14230,1,1,15089,1,3323674919,'2014-12-10 15:26:25',''),(14231,1,1,15090,1,3323674919,'2014-12-10 15:26:27',''),(14232,1,1,15091,16,1123631899,'2014-12-10 16:12:15',''),(14233,1,1,15092,26,2637637529,'2014-12-10 16:15:04',''),(14234,1,1,15093,16,2637637529,'2014-12-10 16:43:06',''),(14235,1,1,15094,42,1123631899,'2014-12-10 16:49:47',''),(14236,1,1,15095,49,1123631907,'2014-12-10 17:01:04',''),(14237,1,1,15096,74,1123631891,'2014-12-10 17:53:43',''),(14238,1,1,15097,1,1123631907,'2014-12-10 17:56:49',''),(14239,1,1,15098,1,1384442730,'2014-12-10 20:13:02',''),(14240,1,1,15099,1,3016942200,'2014-12-10 20:40:29','http://buttons-for-website.com'),(14241,1,1,15100,1,3376730325,'2014-12-10 20:54:00','http://buttons-for-website.com'),(14242,1,1,15101,1,1508525156,'2014-12-10 21:11:01',''),(14243,1,1,15102,1,1508525156,'2014-12-10 21:11:21',''),(14244,1,1,15103,1,1508525156,'2014-12-10 21:11:40',''),(14245,1,1,15104,1,1508525156,'2014-12-10 21:11:59',''),(14246,1,1,15105,1,1508525156,'2014-12-10 21:12:14',''),(14247,1,1,15106,1,1508525156,'2014-12-10 21:12:27',''),(14248,1,1,15107,43,2071807824,'2014-12-10 21:59:16',''),(14249,1,1,15108,16,2637637457,'2014-12-10 23:12:04',''),(14250,1,1,15109,1,2982728548,'2014-12-10 23:33:34','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(14251,1,1,15110,1,1123631907,'2014-12-10 23:44:20',''),(14252,1,1,15111,28,3164933893,'2014-12-10 23:56:02',''),(14253,1,1,15112,55,3164933932,'2014-12-11 00:26:29',''),(14254,1,1,15113,1,1544669119,'2014-12-11 01:22:12','https://www.google.co.uk/'),(14255,1,1,15114,1,1041806727,'2014-12-11 01:36:21',''),(14256,1,1,15115,1,1123631915,'2014-12-11 03:48:10',''),(14257,1,1,15116,64,1123631915,'2014-12-11 07:11:10',''),(14258,1,1,15117,1,3338415119,'2014-12-11 08:02:23',''),(14259,1,1,15118,1,2996483064,'2014-12-11 09:05:21',''),(14260,1,1,15119,1,2996483064,'2014-12-11 09:05:27',''),(14261,1,1,15120,1,2996483064,'2014-12-11 09:05:30',''),(14262,1,1,15121,1,2996483064,'2014-12-11 09:05:34',''),(14263,1,1,15122,1,1365877533,'2014-12-11 09:17:37',''),(14264,1,1,15123,1,3024881282,'2014-12-11 09:46:33',''),(14265,1,1,15124,1,1123631899,'2014-12-11 10:07:00',''),(14266,1,1,15125,1,3339975108,'2014-12-11 10:59:35',''),(14267,1,1,15126,1,1378092757,'2014-12-11 10:59:35','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&ved=0CDQQFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=iniJVMC4DJeSuASo64H4Dw&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.81456516,d.c2E'),(14268,1,1,15127,1,3339975108,'2014-12-11 10:59:35',''),(14269,1,1,15128,1,737994461,'2014-12-11 13:33:27',''),(14270,1,1,15129,1,737994461,'2014-12-11 13:33:30',''),(14271,1,1,15130,18,737994461,'2014-12-11 13:33:32',''),(14272,1,1,15131,3,737994461,'2014-12-11 13:33:34',''),(14273,1,1,15132,1,737994461,'2014-12-11 13:33:36',''),(14274,1,1,15133,1,737994461,'2014-12-11 13:33:39',''),(14275,1,1,15134,1,737994461,'2014-12-11 13:33:40',''),(14276,1,1,15135,6,737994461,'2014-12-11 13:33:52',''),(14277,1,1,15136,1,737994461,'2014-12-11 13:33:54',''),(14278,1,1,15137,9,737994461,'2014-12-11 13:33:56',''),(14279,1,1,15138,1,737994461,'2014-12-11 13:33:58',''),(14280,1,1,15139,1,737994461,'2014-12-11 13:34:00',''),(14281,1,1,15140,1,737994461,'2014-12-11 13:34:02',''),(14282,1,1,15141,1,737994461,'2014-12-11 13:34:04',''),(14283,1,1,15142,1,737994461,'2014-12-11 13:34:06',''),(14284,1,1,15143,29,737994461,'2014-12-11 13:34:08',''),(14285,1,1,15144,1,737994461,'2014-12-11 13:34:10',''),(14286,1,1,15145,1,737994461,'2014-12-11 13:34:12',''),(14287,1,1,15146,1,737994461,'2014-12-11 13:34:14',''),(14288,1,1,15147,1,737994461,'2014-12-11 13:34:16',''),(14289,1,1,15148,1,737994461,'2014-12-11 13:34:19',''),(14290,1,1,15149,3,737994461,'2014-12-11 13:34:21',''),(14291,1,1,15150,1,3581587196,'2014-12-11 14:34:51','https://www.google.co.uk/'),(14292,1,1,15151,49,3024880919,'2014-12-11 15:06:07',''),(14293,1,1,15152,1,1123631987,'2014-12-11 15:10:33',''),(14294,1,1,15153,1,1123632003,'2014-12-11 15:40:30',''),(14295,1,1,15154,1,3024881383,'2014-12-11 15:53:44',''),(14296,1,1,15155,43,2071807819,'2014-12-11 17:18:53',''),(14297,1,1,15156,1,1123631987,'2014-12-11 17:38:50',''),(14298,1,1,15157,1,1123631987,'2014-12-11 20:35:15',''),(14299,1,1,15158,14,2071807828,'2014-12-11 21:16:00',''),(14300,1,1,15159,1,3149686204,'2014-12-11 21:56:03','http://make-money-online.7makemoneyonline.com/money.php?u=http://mstyresblackburn.co.uk'),(14301,1,1,15160,1,1123631987,'2014-12-11 22:49:33',''),(14302,1,1,15161,1,3024881050,'2014-12-12 00:29:00',''),(14303,1,1,15162,1,1123631995,'2014-12-12 00:35:07',''),(14304,1,1,15163,1,1123631987,'2014-12-12 03:38:50',''),(14305,1,1,15164,63,3024880919,'2014-12-12 05:18:40',''),(14306,1,1,15165,1,1542483315,'2014-12-12 05:31:52',''),(14307,1,1,15166,1,1542483307,'2014-12-12 05:31:53',''),(14308,1,1,15167,1,1123632003,'2014-12-12 08:41:01',''),(14309,1,1,15168,28,3024881294,'2014-12-12 10:33:08',''),(14310,1,1,15169,1,835527856,'2014-12-12 11:55:00','http://buttons-for-website.com'),(14311,1,1,15170,54,2071807801,'2014-12-12 12:20:04',''),(14312,1,1,15171,63,1123631995,'2014-12-12 13:28:09',''),(14313,1,1,15172,65,1123635067,'2014-12-12 14:28:40',''),(14314,1,1,15173,1,3150333087,'2014-12-12 14:32:36','http://make-money-online.7makemoneyonline.com/money.php?u=http://mstyresblackburn.co.uk'),(14315,1,1,15174,1,3177800199,'2014-12-12 15:18:25','http://buttons-for-website.com'),(14316,1,1,15175,55,3024881297,'2014-12-12 15:28:17',''),(14317,1,1,15176,1,3356111107,'2014-12-12 16:17:25','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(14318,1,1,15177,1,782615950,'2014-12-12 17:00:58',''),(14319,1,1,15178,1,782615950,'2014-12-12 17:01:00',''),(14320,1,1,15179,1,782615950,'2014-12-12 17:01:02',''),(14321,1,1,15180,1,782615950,'2014-12-12 17:01:05',''),(14322,1,1,15181,1,782615950,'2014-12-12 17:01:09',''),(14323,1,1,15182,1,782615950,'2014-12-12 17:01:15',''),(14324,1,1,15183,1,782615950,'2014-12-12 17:01:17',''),(14325,1,1,15184,1,782615950,'2014-12-12 17:01:19',''),(14326,1,1,15185,1,782615950,'2014-12-12 17:01:22',''),(14327,1,1,15186,1,782615950,'2014-12-12 17:01:24',''),(14328,1,1,15187,1,782615950,'2014-12-12 17:01:27',''),(14329,1,1,15188,1,782615950,'2014-12-12 17:01:30',''),(14330,1,1,15189,1,3135284070,'2014-12-12 17:39:05','http://buttons-for-website.com'),(14331,1,1,15190,1,3107079487,'2014-12-12 19:59:24',''),(14332,1,1,15191,1,1123632003,'2014-12-12 21:14:35',''),(14333,1,1,15192,56,2637637457,'2014-12-12 21:53:24',''),(14334,1,1,15193,1,3375518478,'2014-12-12 22:14:45','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(14335,1,1,15194,56,778928532,'2014-12-12 22:49:05','https://www.google.lv/'),(14336,1,1,15195,1,2996483064,'2014-12-12 23:09:48',''),(14337,1,1,15196,1,2996483064,'2014-12-12 23:09:51',''),(14338,1,1,15197,1,2996483064,'2014-12-12 23:09:55',''),(14339,1,1,15198,1,2996483064,'2014-12-12 23:09:58',''),(14340,1,1,15199,1,1123632003,'2014-12-12 23:50:02',''),(14341,1,1,15200,54,3702877299,'2014-12-13 01:27:43',''),(14342,1,1,15201,26,2637637529,'2014-12-13 02:52:31',''),(14343,1,1,15202,1,1368002600,'2014-12-13 05:34:37',''),(14344,1,1,15203,56,3024881296,'2014-12-13 08:33:12',''),(14345,1,1,15204,74,3475901768,'2014-12-13 09:15:31',''),(14346,1,1,15205,74,3164934124,'2014-12-13 11:00:44',''),(14347,1,1,15206,1,1542483276,'2014-12-13 11:02:47',''),(14348,1,1,15207,1,1542483288,'2014-12-13 11:02:48',''),(14349,1,1,15208,1,3216774651,'2014-12-13 12:59:57','http://make-money-online.7makemoneyonline.com/money.php?u=http://mstyresblackburn.co.uk'),(14350,1,1,15209,1,3357202080,'2014-12-13 13:07:36','http://make-money-online.7makemoneyonline.com/money.php?u=http://mstyresblackburn.co.uk'),(14351,1,1,15210,1,3174835810,'2014-12-13 13:30:55','http://buttons-for-website.com'),(14352,1,1,15211,1,3176253773,'2014-12-13 14:07:37','http://buttons-for-website.com'),(14353,1,1,15212,1,1415267063,'2014-12-13 14:24:37','http://buttons-for-website.com'),(14354,1,1,15213,1,3580576838,'2014-12-13 15:13:39','https://www.google.co.uk/'),(14355,1,1,15214,56,3164934095,'2014-12-13 15:30:18',''),(14356,1,1,15215,1,3630930802,'2014-12-13 15:40:29',''),(14357,1,1,15216,1,3154414006,'2014-12-13 16:19:05','http://buttons-for-website.com'),(14358,1,1,15217,50,1123634740,'2014-12-13 16:21:55',''),(14359,1,1,15218,1,1453904381,'2014-12-13 19:31:41','https://www.google.co.uk/'),(14360,1,1,15219,53,1123634747,'2014-12-13 19:40:38',''),(14361,1,1,15220,1,1558900484,'2014-12-13 20:40:04','https://www.google.co.uk/'),(14362,1,1,15221,56,1123634733,'2014-12-13 20:42:36',''),(14363,1,1,15222,16,3164934124,'2014-12-13 20:51:26',''),(14364,1,1,15223,28,1123634740,'2014-12-13 21:16:17',''),(14365,1,1,15224,1,1123634740,'2014-12-13 22:23:56',''),(14366,1,1,15225,43,3164934124,'2014-12-13 23:12:30',''),(14367,1,1,15226,1,1123634747,'2014-12-14 00:15:03',''),(14368,1,1,15227,1,3176309467,'2014-12-14 00:37:38','http://buttons-for-website.com'),(14369,1,1,15228,31,3024880953,'2014-12-14 01:42:11',''),(14370,1,1,15229,1,1377116662,'2014-12-14 02:48:31','https://www.google.co.uk/'),(14371,1,1,15230,46,2071807844,'2014-12-14 04:51:35',''),(14372,1,1,15231,1,1123634740,'2014-12-14 06:27:57',''),(14373,1,1,15232,16,1123634740,'2014-12-14 07:03:46',''),(14374,1,1,15233,65,1123634740,'2014-12-14 07:36:21',''),(14375,1,1,15234,56,1123634733,'2014-12-14 08:35:00',''),(14376,1,1,15235,1,1318083561,'2014-12-14 09:10:14','https://www.google.co.uk/'),(14377,1,1,15236,1,1041806726,'2014-12-14 09:10:45',''),(14378,1,1,15237,73,1123634733,'2014-12-14 09:35:16',''),(14379,1,1,15239,38,1123634740,'2014-12-14 10:01:20',''),(14380,1,1,15240,74,3475901768,'2014-12-14 10:38:04',''),(14381,1,1,15241,1,1009835285,'2014-12-14 11:33:29','http://make-money-online.7makemoneyonline.com/money.php?u=http://mstyresblackburn.co.uk'),(14382,1,1,15242,68,1123631995,'2014-12-14 11:56:59',''),(14383,1,1,15243,59,1123631987,'2014-12-14 12:00:15',''),(14384,1,1,15244,65,88099122,'2014-12-14 12:25:58','http://www.google.co.uk/url?sa=t&rct=j&q=%20rapid%20p609%20235%2045%20r17&source=web&cd=7&ved=0CCgQFjAG&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=yICNVLvlCvDY7AbhjoCoAQ&usg=AFQjCNE1C'),(14385,1,1,15245,1,1123631987,'2014-12-14 13:08:40',''),(14386,1,1,15246,1,3173902518,'2014-12-14 13:18:24','http://make-money-online.7makemoneyonline.com/money.php?u=http://mstyresblackburn.co.uk'),(14387,1,1,15247,15,1123632003,'2014-12-14 13:36:21',''),(14388,1,1,15248,27,1123631995,'2014-12-14 13:37:59',''),(14389,1,1,15249,1,1489375385,'2014-12-14 13:41:18',''),(14390,1,1,15250,1,1489375385,'2014-12-14 13:41:24',''),(14391,1,1,15251,1,1489375385,'2014-12-14 13:41:28',''),(14392,1,1,15252,1,1489375385,'2014-12-14 13:41:32',''),(14393,1,1,15253,1,1489375385,'2014-12-14 13:41:39',''),(14394,1,1,15254,1,1489375385,'2014-12-14 13:41:42',''),(14395,1,1,15255,1,1489375385,'2014-12-14 13:41:46',''),(14396,1,1,15256,1,1489375385,'2014-12-14 13:41:51',''),(14397,1,1,15257,1,1489375385,'2014-12-14 13:41:56',''),(14398,1,1,15258,1,1489375385,'2014-12-14 13:42:01',''),(14399,1,1,15259,62,1123631987,'2014-12-14 14:28:29',''),(14400,1,1,15261,1,1542483312,'2014-12-14 15:42:23',''),(14401,1,1,15262,1,1542483297,'2014-12-14 15:42:24',''),(14402,1,1,15263,63,1123631995,'2014-12-14 16:22:31',''),(14403,1,1,15265,43,3024881041,'2014-12-14 16:56:34',''),(14404,1,1,15266,10,1123632003,'2014-12-14 17:26:02',''),(14405,1,1,15267,74,1123631995,'2014-12-14 17:30:55',''),(14406,1,1,15268,1,3202046595,'2014-12-14 17:32:38','http://buttons-for-website.com'),(14407,1,1,15269,1,628393078,'2014-12-14 17:51:39','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(14408,1,1,15270,1,1248796984,'2014-12-14 18:12:22',''),(14409,1,1,15271,1,1248796984,'2014-12-14 18:12:36',''),(14410,1,1,15272,47,1123632003,'2014-12-14 18:21:25',''),(14411,1,1,15273,27,1123631987,'2014-12-14 18:23:03',''),(14412,1,1,15274,41,1123631995,'2014-12-14 19:31:29',''),(14413,1,1,15276,1,1442939253,'2014-12-14 20:15:25',''),(14414,1,1,15277,45,1123631995,'2014-12-14 20:30:23',''),(14415,1,1,15279,1,1123631995,'2014-12-14 21:13:03',''),(14416,1,1,15282,43,1123632003,'2014-12-14 21:47:38',''),(14417,1,1,15283,1,3338415119,'2014-12-14 21:53:49',''),(14418,1,1,15285,1,3138648075,'2014-12-14 22:16:37','http://buttons-for-website.com'),(14419,1,1,15286,1,2996483064,'2014-12-14 22:59:01',''),(14420,1,1,15287,1,2996483064,'2014-12-14 22:59:04',''),(14421,1,1,15288,1,2996483064,'2014-12-14 22:59:07',''),(14422,1,1,15289,1,2996483064,'2014-12-14 22:59:10',''),(14423,1,1,15290,14,1123632003,'2014-12-14 23:22:28',''),(14424,1,1,15291,44,1123631995,'2014-12-14 23:25:59',''),(14425,1,1,15292,1,3757842818,'2014-12-14 23:26:34',''),(14426,1,1,15293,1,1123631995,'2014-12-15 00:13:11',''),(14427,1,1,15295,1,1318094249,'2014-12-15 01:15:26','https://www.google.co.uk/'),(14428,1,1,15296,31,1123631995,'2014-12-15 01:23:25',''),(14429,1,1,15297,42,1123632003,'2014-12-15 01:42:45',''),(14430,1,1,15298,53,1123631995,'2014-12-15 01:58:21',''),(14431,1,1,15299,51,2344710153,'2014-12-15 01:58:29','http://www.google.com/search?q=maximal+speed+turanza+r20+205-55-16&safe=off&hl=en-US&prmd=ivns&ei=cj-OVO_CLIP_8QWh4ICQCA&start=10&sa=N'),(14432,1,1,15300,50,1123631995,'2014-12-15 02:37:11',''),(14433,1,1,15302,1,1123631987,'2014-12-15 02:51:38',''),(14434,1,1,15304,56,1123631987,'2014-12-15 03:24:36',''),(14435,1,1,15306,58,3164933975,'2014-12-15 03:48:19',''),(14436,1,1,15307,41,1123632003,'2014-12-15 04:58:23',''),(14437,1,1,15308,9,1123631995,'2014-12-15 05:01:11',''),(14438,1,1,15310,57,3164934095,'2014-12-15 05:11:26',''),(14439,1,1,15312,28,1123631995,'2014-12-15 05:57:23',''),(14440,1,1,15313,22,1123634747,'2014-12-15 06:13:11',''),(14441,1,1,15314,1,1123631987,'2014-12-15 09:31:40',''),(14442,1,1,15315,1,2204827767,'2014-12-15 09:38:50',''),(14443,1,1,15316,46,2071807772,'2014-12-15 10:07:52',''),(14444,1,1,15317,1,3104891422,'2014-12-15 11:22:38','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=11&ved=0CJIBEBYwCg&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=x8OOVLycL-Kv7AbzzYD4Aw&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&sig2=qygIJC2LHVrRDkEaJ2GjRA&bvm=bv.81828268,d.d24'),(14445,1,1,15318,26,3702877336,'2014-12-15 11:31:35',''),(14446,1,1,15319,1,1123634733,'2014-12-15 11:35:48',''),(14447,1,1,15320,43,2637637529,'2014-12-15 12:43:02',''),(14448,1,1,15321,1,1566688588,'2014-12-15 14:40:19','https://www.google.co.uk/'),(14449,1,1,15322,26,2071807802,'2014-12-15 15:59:55',''),(14450,1,1,15323,1,2954610209,'2014-12-15 16:11:11','http://www.google.co.uk/url?sa=t&rct=j&q=ms%20tyres%20blackburn&source=web&cd=13&ved=0CF8QFjAM&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=fgePVMiXLOjV7Qa9sYDgAg&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&sig2=mdQkpnkilwzQjn3vC-rR6A&bvm=bv.81828268,d.d24&c'),(14451,1,1,15324,1,1367769618,'2014-12-15 16:24:13','https://www.google.co.uk/'),(14452,1,1,15325,1,1377539000,'2014-12-15 16:58:22','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0CGcQoAIwBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=kxKPVKfyKOfe7Abcv4CADQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.81828268,d.bGQ'),(14453,1,1,15326,1,1123634733,'2014-12-15 18:35:22',''),(14454,1,1,15327,66,1123634733,'2014-12-15 22:37:38',''),(14455,1,1,15328,38,1123634747,'2014-12-15 23:09:15',''),(14456,1,1,15329,1,1123634733,'2014-12-15 23:14:14',''),(14457,1,1,15330,1,3144901736,'2014-12-16 00:13:59','http://buttons-for-website.com'),(14458,1,1,15331,15,1123634733,'2014-12-16 00:36:29',''),(14459,1,1,15332,1,3331308490,'2014-12-16 01:21:52',''),(14460,1,1,15333,44,3164934017,'2014-12-16 01:33:46',''),(14461,1,1,15334,73,3164933963,'2014-12-16 01:52:11',''),(14462,1,1,15335,16,3024881064,'2014-12-16 01:53:51',''),(14463,1,1,15336,1,1123634747,'2014-12-16 02:38:40',''),(14464,1,1,15337,31,1123634733,'2014-12-16 02:44:01',''),(14465,1,1,15338,56,1123634747,'2014-12-16 03:57:25',''),(14466,1,1,15339,9,1123631995,'2014-12-16 04:38:19',''),(14467,1,1,15340,1,1123634740,'2014-12-16 05:03:16',''),(14468,1,1,15341,1,1542483289,'2014-12-16 05:32:20',''),(14469,1,1,15342,1,1542483267,'2014-12-16 05:32:21',''),(14470,1,1,15343,51,1123634747,'2014-12-16 05:37:46',''),(14471,1,1,15344,31,1123634740,'2014-12-16 07:07:02',''),(14472,1,1,15345,1,3372250766,'2014-12-16 07:21:51','http://make-money-online.7makemoneyonline.com/money.php?u=http://mstyresblackburn.co.uk'),(14473,1,1,15346,1,3024880970,'2014-12-16 07:43:31',''),(14474,1,1,15347,15,1123631987,'2014-12-16 08:11:10',''),(14475,1,1,15348,1,1333719873,'2014-12-16 08:11:45','http://make-money-online.7makemoneyonline.com/money.php?u=http://mstyresblackburn.co.uk'),(14476,1,1,15349,63,1123634747,'2014-12-16 09:31:11',''),(14477,1,1,15350,16,3024880916,'2014-12-16 09:57:13',''),(14478,1,1,15351,27,3164934014,'2014-12-16 10:46:39',''),(14479,1,1,15352,54,1123634747,'2014-12-16 11:23:39',''),(14480,1,1,15355,51,3573202632,'2014-12-16 12:20:29','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&ved=0CDkQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D20%26controller%3Dproduct%26id_lang%3D1&ei=9iKQVOrcOYv9yQSR34KgDA&usg=AFQjCNGUA0NaMlEtmKsGtimE1pSk'),(14481,1,1,15356,54,1123634740,'2014-12-16 12:26:09',''),(14482,1,1,15357,1,2071807829,'2014-12-16 12:45:04',''),(14483,1,1,15359,1,1123634747,'2014-12-16 13:44:17',''),(14484,1,1,15361,41,1123634747,'2014-12-16 14:26:16',''),(14485,1,1,15362,53,1123634733,'2014-12-16 14:45:24',''),(14486,1,1,15364,1,1900832067,'2014-12-16 15:08:37',''),(14487,1,1,15365,48,1123634747,'2014-12-16 15:46:32',''),(14488,1,1,15366,28,1123634733,'2014-12-16 16:03:40',''),(14489,1,1,15367,1,3024881039,'2014-12-16 16:16:26',''),(14490,1,1,15368,55,1123634747,'2014-12-16 16:28:02',''),(14491,1,1,15370,57,1123634733,'2014-12-16 17:18:15',''),(14492,1,1,15371,63,1123634740,'2014-12-16 17:24:50',''),(14493,1,1,15372,15,35522011,'2014-12-16 17:44:23','https://www.google.co.uk/'),(14494,1,1,15373,65,1123634747,'2014-12-16 17:49:06',''),(14495,1,1,15374,6,1123634740,'2014-12-16 18:26:09',''),(14496,1,1,15375,1,84507533,'2014-12-16 18:32:05',''),(14497,1,1,15376,1,84507533,'2014-12-16 18:32:08',''),(14498,1,1,15377,1,84507533,'2014-12-16 18:32:10',''),(14499,1,1,15378,1,84507533,'2014-12-16 18:32:12',''),(14500,1,1,15379,1,84507533,'2014-12-16 18:32:15',''),(14501,1,1,15380,1,84507533,'2014-12-16 18:32:18',''),(14502,1,1,15381,1,84507533,'2014-12-16 18:32:20',''),(14503,1,1,15382,1,84507533,'2014-12-16 18:32:22',''),(14504,1,1,15383,1,84507533,'2014-12-16 18:32:25',''),(14505,1,1,15384,1,84507533,'2014-12-16 18:32:27',''),(14506,1,1,15385,1,84507533,'2014-12-16 18:32:29',''),(14507,1,1,15386,1,84507533,'2014-12-16 18:32:31',''),(14508,1,1,15387,68,1123634740,'2014-12-16 19:17:06',''),(14509,1,1,15388,1,1123634747,'2014-12-16 20:10:20',''),(14510,1,1,15389,55,1123634733,'2014-12-16 20:18:14',''),(14511,1,1,15390,26,3702877338,'2014-12-16 21:05:17',''),(14512,1,1,15391,56,1123634733,'2014-12-16 21:32:57',''),(14513,1,1,15392,1,2996483064,'2014-12-16 23:11:23',''),(14514,1,1,15393,1,2996483064,'2014-12-16 23:11:26',''),(14515,1,1,15394,1,2996483064,'2014-12-16 23:11:29',''),(14516,1,1,15395,1,2996483064,'2014-12-16 23:11:32',''),(14517,1,1,15396,1,2637637457,'2014-12-16 23:52:40',''),(14518,1,1,15397,1,3024881071,'2014-12-17 00:00:45',''),(14519,1,1,15398,54,1123631987,'2014-12-17 01:37:10',''),(14520,1,1,15399,42,1123632003,'2014-12-17 02:35:35',''),(14521,1,1,15400,1,1123632003,'2014-12-17 03:32:59',''),(14522,1,1,15401,1,996515211,'2014-12-17 05:17:00','http://make-money-online.7makemoneyonline.com/money.php?u=http://mstyresblackburn.co.uk'),(14523,1,1,15402,1,3153337543,'2014-12-17 05:56:40','http://make-money-online.7makemoneyonline.com/money.php?u=http://mstyresblackburn.co.uk'),(14524,1,1,15403,38,1123631995,'2014-12-17 05:57:00',''),(14525,1,1,15404,1,3495573956,'2014-12-17 06:01:00',''),(14526,1,1,15405,1,1123632003,'2014-12-17 06:29:33',''),(14527,1,1,15406,1,2945315474,'2014-12-17 06:34:17','http://make-money-online.7makemoneyonline.com/money.php?u=http://mstyresblackburn.co.uk'),(14528,1,1,15407,15,1123632003,'2014-12-17 07:15:30',''),(14529,1,1,15408,68,1123631987,'2014-12-17 07:49:51',''),(14530,1,1,15409,1,1123632003,'2014-12-17 09:07:34',''),(14531,1,1,15410,1,1542483275,'2014-12-17 10:31:55',''),(14532,1,1,15411,1,1542483284,'2014-12-17 10:31:56',''),(14533,1,1,15412,1,1526015974,'2014-12-17 11:03:31','https://www.google.co.uk/'),(14534,1,1,15413,1,2071807855,'2014-12-17 11:12:42',''),(14535,1,1,15414,74,3024880916,'2014-12-17 11:22:28',''),(14536,1,1,15415,1,1123631995,'2014-12-17 12:52:41',''),(14537,1,1,15416,1,1123632003,'2014-12-17 14:30:15',''),(14538,1,1,15418,55,1123631987,'2014-12-17 14:41:04',''),(14539,1,1,15419,1,3144689616,'2014-12-17 15:32:35','http://make-money-online.7makemoneyonline.com/money.php?u=http://mstyresblackburn.co.uk'),(14540,1,1,15420,1,2637693762,'2014-12-17 16:28:01',''),(14541,1,1,15421,43,3024881294,'2014-12-17 17:59:07',''),(14542,1,1,15422,1,1123631995,'2014-12-17 18:39:26',''),(14543,1,1,15423,26,2071807792,'2014-12-17 19:40:10',''),(14544,1,1,15424,53,3024881063,'2014-12-17 19:48:30',''),(14545,1,1,15425,1,1123632003,'2014-12-17 20:50:21',''),(14546,1,1,15426,1,3017705395,'2014-12-17 21:12:42','http://make-money-online.7makemoneyonline.com/money.php?u=http://mstyresblackburn.co.uk'),(14547,1,1,15427,1,3375846314,'2014-12-17 21:35:16','http://buttons-for-website.com'),(14548,1,1,15428,1,1123632003,'2014-12-17 22:02:42',''),(14549,1,1,15429,63,1123631995,'2014-12-18 00:06:44',''),(14550,1,1,15430,1,786803397,'2014-12-18 00:09:31',''),(14551,1,1,15431,54,1123631987,'2014-12-18 00:33:15',''),(14552,1,1,15432,6,2637637516,'2014-12-18 00:34:23',''),(14553,1,1,15433,38,1123631987,'2014-12-18 01:35:08',''),(14554,1,1,15434,1,1123631995,'2014-12-18 02:12:28',''),(14555,1,1,15435,28,1123631995,'2014-12-18 04:00:59',''),(14556,1,1,15436,1,1133293909,'2014-12-18 04:11:48','http://buttons-for-website.com'),(14557,1,1,15437,1,1123631995,'2014-12-18 06:48:06',''),(14558,1,1,15438,15,1123632003,'2014-12-18 08:55:50',''),(14559,1,1,15439,59,3024881301,'2014-12-18 09:15:04',''),(14560,1,1,15440,1,1383199865,'2014-12-18 09:50:00','https://www.google.co.uk/'),(14561,1,1,15441,1,1123632003,'2014-12-18 12:53:41',''),(14562,1,1,15442,1,41877770,'2014-12-18 13:33:28',''),(14563,1,1,15443,1,3129575243,'2014-12-18 13:58:18','http://make-money-online.7makemoneyonline.com/money.php?u=http://mstyresblackburn.co.uk'),(14564,1,1,15444,63,1123631995,'2014-12-18 14:31:26',''),(14565,1,1,15445,1,3338415119,'2014-12-18 14:33:29',''),(14566,1,1,15446,1,1542483285,'2014-12-18 15:02:14',''),(14567,1,1,15447,1,1542483275,'2014-12-18 15:02:15',''),(14568,1,1,15448,6,1123632003,'2014-12-18 16:46:10',''),(14569,1,1,15449,52,1123631987,'2014-12-18 16:49:56',''),(14570,1,1,15451,53,3702877357,'2014-12-18 17:06:08',''),(14571,1,1,15452,1,782615949,'2014-12-18 17:23:27',''),(14572,1,1,15453,1,782615949,'2014-12-18 17:23:29',''),(14573,1,1,15454,1,782615949,'2014-12-18 17:23:32',''),(14574,1,1,15455,1,782615949,'2014-12-18 17:23:34',''),(14575,1,1,15456,1,782615949,'2014-12-18 17:23:36',''),(14576,1,1,15457,1,782615949,'2014-12-18 17:23:39',''),(14577,1,1,15458,1,782615949,'2014-12-18 17:23:41',''),(14578,1,1,15459,1,782615949,'2014-12-18 17:23:43',''),(14579,1,1,15460,1,782615949,'2014-12-18 17:23:45',''),(14580,1,1,15461,1,782615949,'2014-12-18 17:23:48',''),(14581,1,1,15462,1,782615949,'2014-12-18 17:23:50',''),(14582,1,1,15463,1,782615949,'2014-12-18 17:23:53',''),(14583,1,1,15464,66,1123632003,'2014-12-18 17:47:45',''),(14584,1,1,15466,1,1032306278,'2014-12-18 18:05:05','http://www.baidu.com/s?wd=Mstyresblackburn'),(14585,1,1,15467,56,1123631987,'2014-12-18 18:41:37',''),(14586,1,1,15468,45,2071807843,'2014-12-18 19:57:01',''),(14587,1,1,15469,1,1123631995,'2014-12-18 21:36:00',''),(14588,1,1,15470,1,2996483064,'2014-12-18 22:31:29',''),(14589,1,1,15471,1,2996483064,'2014-12-18 22:31:32',''),(14590,1,1,15472,1,2996483064,'2014-12-18 22:31:35',''),(14591,1,1,15473,1,2996483064,'2014-12-18 22:31:39',''),(14592,1,1,15474,66,3024880968,'2014-12-18 22:45:14',''),(14593,1,1,15475,1,1123631995,'2014-12-18 22:48:55',''),(14594,1,1,15476,1,1123631995,'2014-12-18 23:35:11',''),(14595,1,1,15477,62,1123631995,'2014-12-19 00:15:21',''),(14596,1,1,15478,55,1123632003,'2014-12-19 01:00:31',''),(14597,1,1,15479,28,1123632003,'2014-12-19 02:39:54',''),(14598,1,1,15480,1,3017150340,'2014-12-19 05:12:03','http://make-money-online.7makemoneyonline.com/money.php?u=http://mstyresblackburn.co.uk'),(14599,1,1,15481,51,1123632003,'2014-12-19 05:38:12',''),(14600,1,1,15483,1,1123631995,'2014-12-19 09:20:49',''),(14601,1,1,15484,1,1123631987,'2014-12-19 11:16:40',''),(14602,1,1,15485,58,2637637471,'2014-12-19 13:34:31',''),(14603,1,1,15486,56,1123632003,'2014-12-19 13:38:48',''),(14604,1,1,15487,1,3378296366,'2014-12-19 14:31:54','http://buttons-for-website.com'),(14605,1,1,15488,1,2978370970,'2014-12-19 14:52:35','http://make-money-online.7makemoneyonline.com/money.php?u=http://mstyresblackburn.co.uk'),(14606,1,1,15489,1,1123631995,'2014-12-19 15:04:52',''),(14607,1,1,15490,6,2457380357,'2014-12-19 17:04:22',''),(14608,1,1,15491,26,2071807801,'2014-12-19 17:54:26',''),(14609,1,1,15492,14,1123632003,'2014-12-19 18:13:51',''),(14610,1,1,15493,65,1466326376,'2014-12-19 19:58:58','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CDMQFjAB&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=BIKUVJaWPKSu7AbZi4DwDg&usg=AFQjCNE1Ca_-PPn5dxqsbrcb2E1gypusNQ'),(14611,1,1,15494,70,3024881304,'2014-12-19 20:07:41',''),(14612,1,1,15495,1,1123631995,'2014-12-19 21:30:31',''),(14613,1,1,15496,65,3516102240,'2014-12-19 22:49:14','http://www.bing.com/search?q=RAPID+P609+XL+&form=MSNH14&sc=8-4&sp=-1&qs=n&sk='),(14614,1,1,15497,1,3024881089,'2014-12-19 22:49:55',''),(14615,1,1,15498,1,2071807819,'2014-12-19 23:10:39',''),(14616,1,1,15499,1,1123632003,'2014-12-20 00:15:06',''),(14617,1,1,15500,1,1442130359,'2014-12-20 00:38:00','http://make-money-online.7makemoneyonline.com/money.php?u=http://mstyresblackburn.co.uk'),(14618,1,1,15501,1,3199556513,'2014-12-20 01:57:38','http://buttons-for-website.com'),(14619,1,1,15502,23,1123632003,'2014-12-20 04:44:27',''),(14620,1,1,15503,1,1542483297,'2014-12-20 05:16:45',''),(14621,1,1,15504,1,1542483289,'2014-12-20 05:16:46',''),(14622,1,1,15505,1,1442835189,'2014-12-20 07:07:41','https://www.google.co.uk/'),(14623,1,1,15506,58,2637637472,'2014-12-20 08:13:15',''),(14624,1,1,15507,1,1806309049,'2014-12-20 08:48:36',''),(14625,1,1,15508,6,1806309049,'2014-12-20 08:48:43',''),(14626,1,1,15509,9,1806309049,'2014-12-20 08:48:53',''),(14627,1,1,15510,62,1806309049,'2014-12-20 08:48:59',''),(14628,1,1,15511,50,1806309049,'2014-12-20 08:49:03',''),(14629,1,1,15512,51,1806309049,'2014-12-20 08:49:08',''),(14630,1,1,15513,65,1806309049,'2014-12-20 08:49:13',''),(14631,1,1,15514,28,1806309049,'2014-12-20 08:49:18',''),(14632,1,1,15515,63,1806309049,'2014-12-20 08:49:23',''),(14633,1,1,15516,55,1806309049,'2014-12-20 08:49:28',''),(14634,1,1,15517,69,1806309049,'2014-12-20 08:49:32',''),(14635,1,1,15518,64,1806309049,'2014-12-20 08:49:38',''),(14636,1,1,15519,56,1806309049,'2014-12-20 08:49:43',''),(14637,1,1,15520,52,1806309049,'2014-12-20 08:49:48',''),(14638,1,1,15521,42,1806309049,'2014-12-20 08:49:52',''),(14639,1,1,15522,53,1806309049,'2014-12-20 08:49:58',''),(14640,1,1,15523,41,1806309049,'2014-12-20 08:50:03',''),(14641,1,1,15524,38,1806309049,'2014-12-20 08:50:08',''),(14642,1,1,15525,43,1806309049,'2014-12-20 08:50:13',''),(14643,1,1,15526,10,1806309049,'2014-12-20 08:50:18',''),(14644,1,1,15527,27,1806309049,'2014-12-20 08:50:23',''),(14645,1,1,15528,49,1806309049,'2014-12-20 08:50:28',''),(14646,1,1,15529,58,1806309049,'2014-12-20 08:50:33',''),(14647,1,1,15530,44,1806309049,'2014-12-20 08:50:38',''),(14648,1,1,15531,16,1806309049,'2014-12-20 08:50:42',''),(14649,1,1,15532,45,1806309049,'2014-12-20 08:50:47',''),(14650,1,1,15533,48,1806309049,'2014-12-20 08:50:52',''),(14651,1,1,15534,57,1806309049,'2014-12-20 08:50:58',''),(14652,1,1,15535,16,1806309049,'2014-12-20 08:51:03',''),(14653,1,1,15536,68,1806309049,'2014-12-20 08:51:08',''),(14654,1,1,15537,59,1806309049,'2014-12-20 08:51:13',''),(14655,1,1,15538,75,1806309049,'2014-12-20 08:51:18',''),(14656,1,1,15539,74,1806309049,'2014-12-20 08:51:23',''),(14657,1,1,15540,67,1806309049,'2014-12-20 08:51:28',''),(14658,1,1,15541,16,1806309049,'2014-12-20 08:51:33',''),(14659,1,1,15542,70,1806309049,'2014-12-20 08:51:38',''),(14660,1,1,15543,72,1806309049,'2014-12-20 08:51:42',''),(14661,1,1,15544,73,1806309049,'2014-12-20 08:51:48',''),(14662,1,1,15545,71,1806309049,'2014-12-20 08:51:53',''),(14663,1,1,15546,43,1806309049,'2014-12-20 08:51:58',''),(14664,1,1,15547,43,1806309049,'2014-12-20 08:52:03',''),(14665,1,1,15548,31,1806309049,'2014-12-20 08:52:08',''),(14666,1,1,15549,47,1806309049,'2014-12-20 08:52:13',''),(14667,1,1,15550,15,1806309049,'2014-12-20 08:52:18',''),(14668,1,1,15551,54,1806309049,'2014-12-20 08:52:23',''),(14669,1,1,15552,66,1806309049,'2014-12-20 08:52:28',''),(14670,1,1,15553,26,1806309049,'2014-12-20 08:52:33',''),(14671,1,1,15554,26,1806309049,'2014-12-20 08:52:38',''),(14672,1,1,15555,26,1806309049,'2014-12-20 08:52:44',''),(14673,1,1,15556,26,1806309049,'2014-12-20 08:52:48',''),(14674,1,1,15557,26,1806309049,'2014-12-20 08:52:52',''),(14675,1,1,15558,26,1806309049,'2014-12-20 08:52:58',''),(14676,1,1,15559,26,1806309049,'2014-12-20 08:53:03',''),(14677,1,1,15560,26,1806309049,'2014-12-20 08:53:08',''),(14678,1,1,15561,26,1806309049,'2014-12-20 08:53:13',''),(14679,1,1,15562,26,1806309049,'2014-12-20 08:53:18',''),(14680,1,1,15563,26,1806309049,'2014-12-20 08:53:23',''),(14681,1,1,15564,26,1806309049,'2014-12-20 08:53:27',''),(14682,1,1,15565,26,1806309049,'2014-12-20 08:53:32',''),(14683,1,1,15566,26,1806309049,'2014-12-20 08:53:37',''),(14684,1,1,15567,26,1806309049,'2014-12-20 08:53:43',''),(14685,1,1,15568,26,1806309049,'2014-12-20 08:53:48',''),(14686,1,1,15569,26,1806309049,'2014-12-20 08:53:53',''),(14687,1,1,15570,26,1806309049,'2014-12-20 08:53:58',''),(14688,1,1,15571,26,1806309049,'2014-12-20 08:54:03',''),(14689,1,1,15572,26,1806309049,'2014-12-20 08:54:08',''),(14690,1,1,15573,26,1806309049,'2014-12-20 08:54:12',''),(14691,1,1,15574,26,1806309049,'2014-12-20 08:54:18',''),(14692,1,1,15575,26,1806309049,'2014-12-20 08:54:23',''),(14693,1,1,15576,26,1806309049,'2014-12-20 08:54:28',''),(14694,1,1,15577,26,1806309049,'2014-12-20 08:54:33',''),(14695,1,1,15578,26,1806309049,'2014-12-20 08:54:38',''),(14696,1,1,15579,26,1806309049,'2014-12-20 08:54:43',''),(14697,1,1,15580,26,1806309049,'2014-12-20 08:54:47',''),(14698,1,1,15581,26,1806309049,'2014-12-20 08:54:52',''),(14699,1,1,15582,26,1806309049,'2014-12-20 08:54:57',''),(14700,1,1,15583,26,1806309049,'2014-12-20 08:55:03',''),(14701,1,1,15584,26,1806309049,'2014-12-20 08:55:07',''),(14702,1,1,15585,26,1806309049,'2014-12-20 08:55:13',''),(14703,1,1,15586,26,1806309049,'2014-12-20 08:55:18',''),(14704,1,1,15587,1,1977573963,'2014-12-20 08:57:17','http://buttons-for-website.com'),(14705,1,1,15588,1,3031725845,'2014-12-20 09:11:20','http://make-money-online.7makemoneyonline.com/money.php?u=http://mstyresblackburn.co.uk'),(14706,1,1,15589,1,3138549808,'2014-12-20 10:43:00','http://buttons-for-website.com'),(14707,1,1,15590,1,1452138407,'2014-12-20 11:10:58','http://uk.search.yahoo.com/search?p=tyres+blackburn&fr=ipad'),(14708,1,1,15591,1,1489413172,'2014-12-20 11:30:00',''),(14709,1,1,15592,1,1489413172,'2014-12-20 11:30:03',''),(14710,1,1,15593,1,1489413172,'2014-12-20 11:30:07',''),(14711,1,1,15594,1,1489413172,'2014-12-20 11:30:13',''),(14712,1,1,15595,1,1489413172,'2014-12-20 11:30:16',''),(14713,1,1,15596,1,1489413172,'2014-12-20 11:30:22',''),(14714,1,1,15597,1,1489413172,'2014-12-20 11:30:26',''),(14715,1,1,15598,1,1489413172,'2014-12-20 11:30:32',''),(14716,1,1,15599,1,1489413172,'2014-12-20 11:30:37',''),(14717,1,1,15600,1,1489413172,'2014-12-20 11:30:39',''),(14718,1,1,15601,1,1489413172,'2014-12-20 11:30:44',''),(14719,1,1,15602,1,1489413172,'2014-12-20 11:30:48',''),(14720,1,1,15603,65,1378330990,'2014-12-20 11:30:56',''),(14721,1,1,15604,1,1123631987,'2014-12-20 11:52:54',''),(14722,1,1,15605,1,3168563799,'2014-12-20 12:47:23','https://www.google.co.uk/'),(14723,1,1,15606,23,1123632003,'2014-12-20 13:01:16',''),(14724,1,1,15607,56,1123631995,'2014-12-20 13:22:00',''),(14725,1,1,15609,56,1451767895,'2014-12-20 14:51:47','https://www.google.co.uk/'),(14726,1,1,15610,1,2976628240,'2014-12-20 15:06:36','http://buttons-for-website.com'),(14727,1,1,15611,28,1123631995,'2014-12-20 15:51:23',''),(14728,1,1,15612,21,1123631987,'2014-12-20 17:14:06',''),(14729,1,1,15613,23,1123632003,'2014-12-20 18:34:35',''),(14730,1,1,15614,57,1123631987,'2014-12-20 18:54:56',''),(14731,1,1,15615,10,3024880977,'2014-12-20 19:22:39',''),(14732,1,1,15616,65,1123631987,'2014-12-20 19:31:00',''),(14733,1,1,15617,1,3177048770,'2014-12-20 19:48:12','http://make-money-online.7makemoneyonline.com/money.php?u=http://mstyresblackburn.co.uk'),(14734,1,1,15618,26,2071807833,'2014-12-20 20:31:43',''),(14735,1,1,15619,1,2969442780,'2014-12-20 21:36:10','https://www.google.co.uk/'),(14736,1,1,15620,1,2996483064,'2014-12-20 21:55:24',''),(14737,1,1,15621,1,2996483064,'2014-12-20 21:55:27',''),(14738,1,1,15622,1,2996483064,'2014-12-20 21:55:30',''),(14739,1,1,15623,1,2996483064,'2014-12-20 21:55:33',''),(14740,1,1,15624,1,2977287500,'2014-12-20 22:09:44','http://make-money-online.7makemoneyonline.com/money.php?u=http://mstyresblackburn.co.uk'),(14741,1,1,15625,1,3024881214,'2014-12-20 23:00:45',''),(14742,1,1,15626,1,1123632003,'2014-12-20 23:58:04',''),(14743,1,1,15627,65,2071807850,'2014-12-21 00:18:48',''),(14744,1,1,15628,31,1123631987,'2014-12-21 02:15:21',''),(14745,1,1,15629,1,1123632003,'2014-12-21 03:21:25',''),(14746,1,1,15630,1,1123631987,'2014-12-21 03:30:27',''),(14747,1,1,15631,9,1123632003,'2014-12-21 04:09:05',''),(14748,1,1,15632,45,1123631995,'2014-12-21 04:32:25',''),(14749,1,1,15634,1,3702877265,'2014-12-21 06:05:54',''),(14750,1,1,15635,68,1123631987,'2014-12-21 06:32:04',''),(14751,1,1,15636,1,1123632003,'2014-12-21 08:25:17',''),(14752,1,1,15637,1,1123632003,'2014-12-21 09:48:07',''),(14753,1,1,15638,1,1542483308,'2014-12-21 10:10:33',''),(14754,1,1,15639,1,1542483316,'2014-12-21 10:10:34',''),(14755,1,1,15640,10,2637637461,'2014-12-21 11:28:58',''),(14756,1,1,15641,21,1123632003,'2014-12-21 11:56:14',''),(14757,1,1,15642,23,1123631987,'2014-12-21 12:46:24',''),(14758,1,1,15644,1,1123631995,'2014-12-21 13:18:59',''),(14759,1,1,15645,6,3024880977,'2014-12-21 13:52:15',''),(14760,1,1,15646,1,1123632003,'2014-12-21 15:28:32',''),(14761,1,1,15647,71,3024880965,'2014-12-21 15:58:23',''),(14762,1,1,15605,1,3168563799,'2014-12-21 16:10:37',''),(14763,1,1,15648,56,1123631995,'2014-12-21 16:42:20',''),(14764,1,1,15649,1,3429212419,'2014-12-21 17:43:35',''),(14765,1,1,15650,65,1123631987,'2014-12-21 17:51:37',''),(14766,1,1,15651,1,2981232573,'2014-12-21 18:06:22','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(14767,1,1,15652,1,3024881042,'2014-12-21 19:02:52',''),(14768,1,1,15653,69,1123631995,'2014-12-21 19:08:27',''),(14769,1,1,15654,63,1123632003,'2014-12-21 19:44:35',''),(14770,1,1,15655,62,1123631995,'2014-12-21 20:38:49',''),(14771,1,1,15656,1,1520972762,'2014-12-21 20:47:17','http://buttons-for-website.com'),(14772,1,1,15657,62,3475901718,'2014-12-21 20:55:00',''),(14773,1,1,15658,1,1123632003,'2014-12-21 21:08:45',''),(14774,1,1,15659,1,2534654426,'2014-12-21 21:23:58','http://buttons-for-website.com'),(14775,1,1,15605,1,3168563799,'2014-12-21 21:31:04',''),(14776,1,1,15660,68,1123631995,'2014-12-21 21:43:35',''),(14777,1,1,15661,1,1123632003,'2014-12-21 22:30:45',''),(14778,1,1,15663,64,1123631987,'2014-12-21 23:59:09',''),(14779,1,1,15664,15,1123631995,'2014-12-22 00:57:54',''),(14780,1,1,15665,56,1123632003,'2014-12-22 01:49:07',''),(14781,1,1,15666,57,1123632003,'2014-12-22 02:37:33',''),(14782,1,1,15667,68,1123631995,'2014-12-22 03:02:55',''),(14783,1,1,15668,69,2637637471,'2014-12-22 03:29:36',''),(14784,1,1,15669,65,1123631995,'2014-12-22 03:33:03',''),(14785,1,1,15670,15,2071807770,'2014-12-22 03:39:57',''),(14786,1,1,15671,23,1123631987,'2014-12-22 03:59:45',''),(14787,1,1,15672,31,1123631995,'2014-12-22 04:13:28',''),(14788,1,1,15673,10,1123631995,'2014-12-22 05:00:25',''),(14789,1,1,15674,14,1123631995,'2014-12-22 05:38:04',''),(14790,1,1,15675,16,1123632003,'2014-12-22 06:03:13',''),(14791,1,1,15676,56,1123631987,'2014-12-22 06:51:53',''),(14792,1,1,15677,15,1123632003,'2014-12-22 07:25:01',''),(14793,1,1,15678,26,2637637571,'2014-12-22 07:52:22',''),(14794,1,1,15679,1,3338415119,'2014-12-22 07:56:39',''),(14795,1,1,15680,1,1123631987,'2014-12-22 08:53:37',''),(14796,1,1,15681,1,2637637571,'2014-12-22 09:31:53',''),(14797,1,1,15682,26,3475901718,'2014-12-22 10:05:37',''),(14798,1,1,15683,1,1542483286,'2014-12-22 14:43:09',''),(14799,1,1,15684,1,1542483284,'2014-12-22 14:43:10',''),(14800,1,1,15685,1,1123631987,'2014-12-22 15:39:08',''),(14801,1,1,15686,59,1123632003,'2014-12-22 16:56:00',''),(14802,1,1,15687,71,1123631995,'2014-12-22 17:08:07',''),(14803,1,1,15689,1,1489375385,'2014-12-22 17:20:03',''),(14804,1,1,15691,1,1489375385,'2014-12-22 17:20:07',''),(14805,1,1,15692,1,1489375385,'2014-12-22 17:20:10',''),(14806,1,1,15693,1,1489375385,'2014-12-22 17:20:14',''),(14807,1,1,15694,1,1489375385,'2014-12-22 17:20:17',''),(14808,1,1,15695,1,1489375385,'2014-12-22 17:20:19',''),(14809,1,1,15696,1,1489375385,'2014-12-22 17:20:25',''),(14810,1,1,15697,1,1489375385,'2014-12-22 17:20:28',''),(14811,1,1,15698,1,1489375385,'2014-12-22 17:20:33',''),(14812,1,1,15699,1,1489375385,'2014-12-22 17:20:38',''),(14813,1,1,15700,1,1489375385,'2014-12-22 17:20:42',''),(14814,1,1,15701,1,1489375385,'2014-12-22 17:20:47',''),(14815,1,1,15702,63,2071807814,'2014-12-22 17:26:20',''),(14816,1,1,15703,56,1123632003,'2014-12-22 18:17:10',''),(14817,1,1,15705,29,3475901718,'2014-12-22 18:38:29',''),(14818,1,1,15590,1,1838426860,'2014-12-22 19:09:47',''),(14819,1,1,15706,6,787881998,'2014-12-22 20:05:01',''),(14820,1,1,15707,1,3172350002,'2014-12-22 20:17:07','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(14821,1,1,15708,72,1523360252,'2014-12-22 20:55:30','http://www.google.co.uk/search?q=sunny+sn3630+195+45+vr+16+xl&hl=en&source=lnms&sa=X&ei=qoKYVNCONsKw7AbJh4HwDg&ved=0CAUQ_AUoAA'),(14822,1,1,15709,1,3024880972,'2014-12-22 21:11:30',''),(14823,1,1,15710,1,1569335104,'2014-12-22 21:39:06','http://buttons-for-website.com'),(14824,1,1,15711,1,1123631995,'2014-12-22 22:07:15',''),(14825,1,1,15712,1,2996483064,'2014-12-22 22:13:59',''),(14826,1,1,15713,1,2996483064,'2014-12-22 22:14:02',''),(14827,1,1,15714,1,2996483064,'2014-12-22 22:14:05',''),(14828,1,1,15715,1,2996483064,'2014-12-22 22:14:08',''),(14829,1,1,15716,1,2977854590,'2014-12-22 22:14:33','http://buttons-for-website.com'),(14830,1,1,15717,1,2978950311,'2014-12-22 22:35:51','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(14831,1,1,15718,1,3024881209,'2014-12-22 22:49:55',''),(14832,1,1,15719,26,2637637461,'2014-12-22 23:16:21',''),(14833,1,1,15720,55,2637637461,'2014-12-22 23:48:13',''),(14834,1,1,15721,1,2071807797,'2014-12-23 02:17:36',''),(14835,1,1,15722,1,2071807792,'2014-12-23 02:17:38',''),(14836,1,1,15723,1,2971779364,'2014-12-23 02:29:20','http://buttons-for-website.com'),(14837,1,1,15724,75,1123631987,'2014-12-23 02:35:22',''),(14838,1,1,15725,1,1123631995,'2014-12-23 08:18:37',''),(14839,1,1,15726,1,1384437754,'2014-12-23 08:40:46','https://www.google.co.uk/'),(14840,1,1,15727,1,1508525161,'2014-12-23 10:09:18',''),(14841,1,1,15728,1,1508525161,'2014-12-23 10:09:44',''),(14842,1,1,15729,1,1041309162,'2014-12-23 10:09:59','http://www.google.ie/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&ved=0CCEQFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=3D6ZVInDBMXuPP-pgcAG&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ'),(14843,1,1,15730,1,1508525161,'2014-12-23 10:10:14',''),(14844,1,1,15731,1,1508525161,'2014-12-23 10:10:29',''),(14845,1,1,15732,1,1508525161,'2014-12-23 10:10:47',''),(14846,1,1,15733,1,1508525161,'2014-12-23 10:10:54',''),(14847,1,1,15734,1,1508525143,'2014-12-23 11:09:01',''),(14848,1,1,15735,1,1508525143,'2014-12-23 11:09:32',''),(14849,1,1,15736,1,1508525143,'2014-12-23 11:10:09',''),(14850,1,1,15737,1,1508525143,'2014-12-23 11:11:13',''),(14851,1,1,15738,1,1508525143,'2014-12-23 11:11:34',''),(14852,1,1,15739,1,1508525143,'2014-12-23 11:11:51',''),(14853,1,1,15740,1,1508525143,'2014-12-23 11:12:12',''),(14854,1,1,15741,56,2637637461,'2014-12-23 13:23:06',''),(14855,1,1,15742,1,3017108949,'2014-12-23 13:53:28','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(14856,1,1,15743,65,1123638760,'2014-12-23 16:25:06','http://www.google.com/search'),(14857,1,1,15744,1,1542483291,'2014-12-23 19:47:55',''),(14858,1,1,15745,1,1542483292,'2014-12-23 19:47:56',''),(14859,1,1,15746,43,3702877342,'2014-12-23 21:40:55',''),(14860,1,1,15747,1,1365319615,'2014-12-23 22:00:41','https://www.google.co.uk/'),(14861,1,1,15748,1,3024881288,'2014-12-23 22:27:22',''),(14862,1,1,15749,6,3702877323,'2014-12-23 23:17:41',''),(14863,1,1,15750,1,1123631987,'2014-12-23 23:53:21',''),(14864,1,1,15751,1,3488736724,'2014-12-24 00:29:02',''),(14865,1,1,15752,1,3024881091,'2014-12-24 01:01:23',''),(14866,1,1,15753,1,1123631995,'2014-12-24 01:54:57',''),(14867,1,1,15754,1,3202487812,'2014-12-24 03:19:59','http://buttons-for-website.com'),(14868,1,1,15755,1,1123631987,'2014-12-24 05:30:56',''),(14869,1,1,15756,1,2071807828,'2014-12-24 08:00:52',''),(14870,1,1,15757,1,1123631987,'2014-12-24 09:06:56',''),(14871,1,1,15758,1,1123631987,'2014-12-24 10:05:14',''),(14872,1,1,15759,9,3024880973,'2014-12-24 11:00:21',''),(14873,1,1,15760,1,2382681724,'2014-12-24 11:03:22',''),(14874,1,1,15761,1,2382681724,'2014-12-24 11:03:36',''),(14875,1,1,15762,1,2382681724,'2014-12-24 11:04:51',''),(14876,1,1,15763,1,2382681724,'2014-12-24 11:05:09',''),(14877,1,1,15764,1,2382681724,'2014-12-24 11:05:16',''),(14878,1,1,15765,1,2382681724,'2014-12-24 11:05:33',''),(14879,1,1,15766,1,2382681724,'2014-12-24 11:05:47',''),(14880,1,1,15767,1,2382681724,'2014-12-24 11:06:26',''),(14881,1,1,15768,1,2382681724,'2014-12-24 11:06:43',''),(14882,1,1,15769,1,2382681724,'2014-12-24 11:06:50',''),(14883,1,1,15770,1,2382681724,'2014-12-24 11:07:12',''),(14884,1,1,15771,1,2382681724,'2014-12-24 11:07:23',''),(14885,1,1,15772,1,1123631987,'2014-12-24 12:19:35',''),(14886,1,1,15773,1,3016211083,'2014-12-24 12:57:20','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(14887,1,1,15774,1,3138563304,'2014-12-24 15:03:41','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(14888,1,1,15775,1,1123634747,'2014-12-24 15:35:44',''),(14889,1,1,15776,43,2071807767,'2014-12-24 19:41:48',''),(14890,1,1,15777,1,1123634740,'2014-12-24 20:09:20',''),(14891,1,1,15778,1,2996483064,'2014-12-24 22:20:53',''),(14892,1,1,15779,1,2996483064,'2014-12-24 22:21:02',''),(14893,1,1,15780,1,2996483064,'2014-12-24 22:21:06',''),(14894,1,1,15781,1,2996483064,'2014-12-24 22:21:09',''),(14895,1,1,15782,1,3173988471,'2014-12-24 23:12:34','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(14896,1,1,15783,1,2970324043,'2014-12-24 23:56:03','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(14897,1,1,15784,50,3024880959,'2014-12-25 01:40:50',''),(14898,1,1,15785,1,3319811684,'2014-12-25 04:05:40','http://buttons-for-website.com'),(14899,1,1,15786,1,1951884968,'2014-12-25 05:51:30','http://buttons-for-website.com'),(14900,1,1,15787,66,3702877294,'2014-12-25 06:36:51',''),(14901,1,1,15788,1,1123634733,'2014-12-25 07:53:59',''),(14902,1,1,15789,1,1542483295,'2014-12-25 08:34:42',''),(14903,1,1,15790,1,1542483301,'2014-12-25 08:34:43',''),(14904,1,1,15791,1,1123634740,'2014-12-25 09:47:25',''),(14905,1,1,15792,1,1123634740,'2014-12-25 11:07:25',''),(14906,1,1,15793,1,3024881051,'2014-12-25 14:02:03',''),(14907,1,1,15794,1,1138227633,'2014-12-25 15:30:23',''),(14908,1,1,15795,1,1123631987,'2014-12-25 16:53:09',''),(14909,1,1,15796,1,1032306281,'2014-12-25 17:30:15','http://www.baidu.com/s?wd=Mstyresblackburn'),(14910,1,1,15797,1,1569976456,'2014-12-25 18:25:52','http://buttons-for-website.com'),(14911,1,1,15798,1,1123631987,'2014-12-25 22:30:18',''),(14912,1,1,15799,26,2637637486,'2014-12-25 22:38:02',''),(14913,1,1,15800,48,3164934102,'2014-12-25 22:52:53',''),(14914,1,1,15801,68,3164934098,'2014-12-25 22:53:27',''),(14915,1,1,15802,26,2071807785,'2014-12-26 00:46:03',''),(14916,1,1,15803,1,3338415119,'2014-12-26 02:26:16',''),(14917,1,1,15804,1,3376725940,'2014-12-26 06:04:17','http://buttons-for-website.com'),(14918,1,1,15805,1,1123632003,'2014-12-26 06:19:37',''),(14919,1,1,15806,66,3702877280,'2014-12-26 06:56:16',''),(14920,1,1,15807,1,3024881041,'2014-12-26 07:24:43',''),(14921,1,1,15808,1,1208531434,'2014-12-26 09:01:29',''),(14922,1,1,15809,18,1208719720,'2014-12-26 09:01:31',''),(14923,1,1,15810,3,1137341970,'2014-12-26 09:01:33',''),(14924,1,1,15811,48,1168281135,'2014-12-26 09:01:33',''),(14925,1,1,15812,63,1247489229,'2014-12-26 09:01:34',''),(14926,1,1,15813,62,1168284010,'2014-12-26 09:01:34',''),(14927,1,1,15814,56,2916115379,'2014-12-26 09:01:34',''),(14928,1,1,15815,69,1145539660,'2014-12-26 09:01:35',''),(14929,1,1,15816,51,2917805370,'2014-12-26 09:01:36',''),(14930,1,1,15818,45,1168284678,'2014-12-26 09:01:36',''),(14931,1,1,15817,1,1145335434,'2014-12-26 09:01:37',''),(14932,1,1,15819,64,1208531298,'2014-12-26 09:01:37',''),(14933,1,1,15820,1,1145539523,'2014-12-26 09:01:38',''),(14934,1,1,15821,65,2916098862,'2014-12-26 09:01:38',''),(14935,1,1,15822,1,1168281022,'2014-12-26 09:01:39',''),(14936,1,1,15823,55,2916114559,'2014-12-26 09:01:39',''),(14937,1,1,15825,28,2732091156,'2014-12-26 09:01:40',''),(14938,1,1,15824,1,1168280808,'2014-12-26 09:01:40',''),(14939,1,1,15826,50,1111470190,'2014-12-26 09:01:41',''),(14940,1,1,15827,6,1168277870,'2014-12-26 09:01:41',''),(14941,1,1,15828,1,1208520243,'2014-12-26 09:01:42',''),(14942,1,1,15829,52,3351267451,'2014-12-26 09:01:42',''),(14943,1,1,15830,1,1145335438,'2014-12-26 09:01:47',''),(14944,1,1,15831,1,1208522682,'2014-12-26 09:01:47',''),(14945,1,1,15832,1,1168277683,'2014-12-26 09:01:47',''),(14946,1,1,15834,9,401592731,'2014-12-26 09:01:48',''),(14947,1,1,15833,1,1208531281,'2014-12-26 09:01:48',''),(14948,1,1,15836,41,1168281009,'2014-12-26 09:01:49',''),(14949,1,1,15835,57,1208522717,'2014-12-26 09:01:49',''),(14950,1,1,15837,43,1168283955,'2014-12-26 09:01:49',''),(14951,1,1,15838,1,1075524326,'2014-12-26 09:01:49',''),(14952,1,1,15839,53,3339929708,'2014-12-26 09:01:50',''),(14953,1,1,15840,38,3234330262,'2014-12-26 09:01:50',''),(14954,1,1,15841,1,658591627,'2014-12-26 09:44:52','https://www.sssis.com/'),(14955,1,1,15842,1,2006160061,'2014-12-26 09:44:53',''),(14956,1,1,15843,1,2006160061,'2014-12-26 09:44:55',''),(14957,1,1,15844,1,3029978622,'2014-12-26 09:47:42','http://www.sogou.com/'),(14958,1,1,15845,1,1709326697,'2014-12-26 09:51:46','http://www.sogou.com/'),(14959,1,1,15846,6,1709332852,'2014-12-26 09:55:53','http://www.sogou.com/'),(14960,1,1,15847,6,1709332852,'2014-12-26 09:56:04','http://www.sogou.com/'),(14961,1,1,15848,1,1224875089,'2014-12-26 10:31:33','http://buttons-for-website.com'),(14962,1,1,15849,29,1208531347,'2014-12-26 11:18:17',''),(14963,1,1,15850,42,1208527116,'2014-12-26 11:18:18',''),(14964,1,1,15851,16,1247487978,'2014-12-26 11:18:22',''),(14965,1,1,15852,47,3234329218,'2014-12-26 11:18:23',''),(14966,1,1,15853,43,401592761,'2014-12-26 11:18:23',''),(14967,1,1,15854,26,2071807823,'2014-12-26 11:59:55',''),(14968,1,1,15855,1,1542483265,'2014-12-26 12:10:57',''),(14969,1,1,15856,1,1542483316,'2014-12-26 12:10:58',''),(14970,1,1,15857,6,3164933902,'2014-12-26 12:44:58',''),(14971,1,1,15858,1,2731721828,'2014-12-26 14:05:17',''),(14972,1,1,15859,1,2731721828,'2014-12-26 14:05:20',''),(14973,1,1,15860,1,2731721828,'2014-12-26 14:05:22',''),(14974,1,1,15861,1,2731721828,'2014-12-26 14:05:25',''),(14975,1,1,15862,1,2731721828,'2014-12-26 14:05:27',''),(14976,1,1,15863,1,2731721828,'2014-12-26 14:05:30',''),(14977,1,1,15864,1,2731721828,'2014-12-26 14:05:33',''),(14978,1,1,15865,1,2731721828,'2014-12-26 14:05:35',''),(14979,1,1,15866,1,2731721828,'2014-12-26 14:05:38',''),(14980,1,1,15867,1,2731721828,'2014-12-26 14:05:40',''),(14981,1,1,15868,1,2731721828,'2014-12-26 14:05:43',''),(14982,1,1,15869,1,2731721828,'2014-12-26 14:05:45',''),(14983,1,1,15870,1,3479603870,'2014-12-26 14:12:58',''),(14984,1,1,15871,3,1145544282,'2014-12-26 14:27:48',''),(14985,1,1,15872,26,3234331829,'2014-12-26 14:27:48',''),(14986,1,1,15873,27,1247489508,'2014-12-26 14:27:49',''),(14987,1,1,15874,44,2732090985,'2014-12-26 14:27:49',''),(14988,1,1,15875,10,1247488328,'2014-12-26 14:27:50',''),(14989,1,1,15876,26,1170542366,'2014-12-26 14:27:51',''),(14990,1,1,15878,49,1156192953,'2014-12-26 14:27:51',''),(14991,1,1,15877,16,3497332502,'2014-12-26 14:27:52',''),(14992,1,1,15879,16,1816042651,'2014-12-26 14:27:52',''),(14993,1,1,15880,26,1081619282,'2014-12-26 14:27:52',''),(14994,1,1,15881,26,1209282953,'2014-12-26 14:27:53',''),(14995,1,1,15882,26,3339930023,'2014-12-26 14:27:53',''),(14996,1,1,15883,26,2919159142,'2014-12-26 14:27:53',''),(14997,1,1,15884,68,1145544365,'2014-12-26 14:27:54',''),(14998,1,1,15885,73,1156192028,'2014-12-26 14:27:55',''),(14999,1,1,15886,26,2917840098,'2014-12-26 14:27:55',''),(15000,1,1,15888,26,1170552791,'2014-12-26 14:27:56',''),(15001,1,1,15887,26,3339930923,'2014-12-26 14:27:56',''),(15002,1,1,15889,43,1247486889,'2014-12-26 14:27:56',''),(15003,1,1,15890,59,1287612508,'2014-12-26 14:27:56',''),(15004,1,1,15891,1,1123632003,'2014-12-26 19:33:20',''),(15005,1,1,15892,1,1123634747,'2014-12-26 20:17:03',''),(15006,1,1,15893,52,3164933902,'2014-12-26 20:21:08',''),(15007,1,1,15894,51,3024881365,'2014-12-26 21:34:23',''),(15008,1,1,15895,70,3234330373,'2014-12-26 21:41:58',''),(15009,1,1,15896,26,2917803452,'2014-12-26 21:41:58',''),(15010,1,1,15897,26,1170542428,'2014-12-26 21:41:59',''),(15011,1,1,15898,26,3339930163,'2014-12-26 21:41:59',''),(15012,1,1,15899,26,1137342050,'2014-12-26 21:42:00',''),(15013,1,1,15900,26,2917805142,'2014-12-26 21:42:00',''),(15014,1,1,15901,72,1247489294,'2014-12-26 21:42:00',''),(15015,1,1,15902,1,917309406,'2014-12-27 01:05:12',''),(15016,1,1,15903,26,3702877365,'2014-12-27 01:22:37',''),(15017,1,1,15904,44,3024881306,'2014-12-27 01:40:19',''),(15018,1,1,15905,65,1123634740,'2014-12-27 02:16:47',''),(15019,1,1,15906,1,2996483064,'2014-12-27 05:03:31',''),(15020,1,1,15907,1,2996483064,'2014-12-27 05:03:34',''),(15021,1,1,15908,1,2996483064,'2014-12-27 05:03:37',''),(15022,1,1,15909,1,2996483064,'2014-12-27 05:03:40',''),(15023,1,1,15910,1,3702877341,'2014-12-27 05:15:58',''),(15024,1,1,15911,10,2637637461,'2014-12-27 06:24:24',''),(15025,1,1,15912,62,3164934099,'2014-12-27 07:20:23',''),(15026,1,1,15913,1,1123634733,'2014-12-27 07:22:22',''),(15027,1,1,15914,1,2344812910,'2014-12-27 07:59:13','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(15028,1,1,15915,26,2071807795,'2014-12-27 08:42:54',''),(15029,1,1,15916,1,2731721858,'2014-12-27 09:39:04',''),(15030,1,1,15917,1,2195845972,'2014-12-27 11:12:18','http://buttons-for-website.com'),(15031,1,1,15918,1,1123634747,'2014-12-27 11:27:14',''),(15032,1,1,15919,1,3377401755,'2014-12-27 11:35:40','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(15033,1,1,15920,1,1298317022,'2014-12-27 12:20:48','http://www.google.co.uk/'),(15034,1,1,15921,1,1384439006,'2014-12-27 12:57:55','https://www.google.co.uk/'),(15035,1,1,15922,1,2071807828,'2014-12-27 13:48:32',''),(15036,1,1,15923,1,1123631987,'2014-12-27 13:58:26',''),(15037,1,1,15924,1,3204782636,'2014-12-27 15:06:59','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(15038,1,1,15925,1,1542483279,'2014-12-27 15:43:33',''),(15039,1,1,15926,1,1542483290,'2014-12-27 15:43:34',''),(15040,1,1,15927,1,1546135097,'2014-12-27 16:38:06','https://www.google.co.uk/'),(15041,1,1,15928,1,1123632003,'2014-12-27 18:46:32',''),(15042,1,1,15930,66,3164934098,'2014-12-27 19:02:45',''),(15043,1,1,15931,23,1123631987,'2014-12-27 21:18:36',''),(15044,1,1,15932,64,3164933993,'2014-12-27 21:44:01',''),(15045,1,1,15933,18,1123631987,'2014-12-27 22:17:31',''),(15046,1,1,15934,41,1123632003,'2014-12-27 23:30:48',''),(15047,1,1,15935,23,1123631987,'2014-12-28 00:46:14',''),(15048,1,1,15937,1,1545008501,'2014-12-28 00:53:35','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCUQFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=3lOfVLiaGYryUJPeg8gL&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.82001339,d.d24'),(15049,1,1,15938,1,1041806727,'2014-12-28 01:09:12',''),(15050,1,1,15939,1,1041806726,'2014-12-28 01:09:20',''),(15051,1,1,15940,42,1123632003,'2014-12-28 01:24:47',''),(15052,1,1,15941,1,1968049437,'2014-12-28 02:19:54',''),(15053,1,1,15942,3,1123631987,'2014-12-28 02:37:14',''),(15054,1,1,15943,1,1545008501,'2014-12-28 02:43:50',''),(15055,1,1,15944,43,3164934099,'2014-12-28 03:59:00',''),(15056,1,1,15945,3,1123631987,'2014-12-28 04:00:14',''),(15057,1,1,15946,1,1123631995,'2014-12-28 05:09:56',''),(15058,1,1,15947,3,1123632003,'2014-12-28 05:43:09',''),(15059,1,1,15948,45,3164933902,'2014-12-28 06:11:58',''),(15060,1,1,15949,1,3024881217,'2014-12-28 06:31:44',''),(15061,1,1,15950,49,3164934129,'2014-12-28 09:03:50',''),(15062,1,1,15951,1,629334618,'2014-12-28 09:21:42',''),(15063,1,1,15952,1,1377537627,'2014-12-28 10:41:03','https://www.google.co.uk/'),(15064,1,1,15953,1,772017172,'2014-12-28 11:25:06',''),(15065,1,1,15954,1,772017172,'2014-12-28 11:25:15',''),(15066,1,1,15955,1,772017172,'2014-12-28 11:25:24',''),(15067,1,1,15956,1,772017172,'2014-12-28 11:25:27',''),(15068,1,1,15957,1,772017172,'2014-12-28 11:25:29',''),(15069,1,1,15958,1,772017172,'2014-12-28 11:25:31',''),(15070,1,1,15959,1,772017172,'2014-12-28 11:25:42',''),(15071,1,1,15960,1,772017172,'2014-12-28 11:26:12',''),(15072,1,1,15961,1,772017172,'2014-12-28 11:26:21',''),(15073,1,1,15962,1,772017172,'2014-12-28 11:26:27',''),(15074,1,1,15963,73,3024880962,'2014-12-28 12:17:42',''),(15075,1,1,15964,68,3024881166,'2014-12-28 14:10:45',''),(15076,1,1,15965,1,2420902020,'2014-12-28 15:39:46',''),(15077,1,1,15966,1,2420902020,'2014-12-28 15:39:52',''),(15078,1,1,15967,1,3216547480,'2014-12-28 17:52:42','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(15079,1,1,15968,64,3024881188,'2014-12-28 17:53:37',''),(15080,1,1,15969,1,1542483267,'2014-12-28 19:10:39',''),(15081,1,1,15970,1,1542483318,'2014-12-28 19:10:40',''),(15082,1,1,15971,50,3475901819,'2014-12-28 19:36:54',''),(15083,1,1,15972,1,1123631107,'2014-12-28 19:55:07',''),(15084,1,1,15973,1,3206914178,'2014-12-28 20:49:50','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(15085,1,1,15974,51,3164934098,'2014-12-28 21:33:58',''),(15086,1,1,15975,1,1123631299,'2014-12-29 02:09:26',''),(15087,1,1,15976,6,787883628,'2014-12-29 02:50:44',''),(15088,1,1,15977,26,3475901697,'2014-12-29 03:45:32',''),(15089,1,1,15978,80,3666912965,'2014-12-29 04:39:14',''),(15090,1,1,15979,68,1592974660,'2014-12-29 04:39:37',''),(15091,1,1,15980,1,1123631299,'2014-12-29 07:43:16',''),(15092,1,1,15981,18,1123631107,'2014-12-29 09:09:20',''),(15093,1,1,15982,3,1123631111,'2014-12-29 09:21:33',''),(15094,1,1,15983,1,2204827773,'2014-12-29 10:09:58',''),(15095,1,1,15984,23,1123631107,'2014-12-29 11:21:54',''),(15096,1,1,15986,1,1123631111,'2014-12-29 11:50:17',''),(15097,1,1,15987,1,2982203992,'2014-12-29 12:25:19','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(15098,1,1,15988,1,1411100692,'2014-12-29 13:05:14','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(15099,1,1,15989,1,1365319296,'2014-12-29 13:25:56','https://www.google.co.uk/'),(15100,1,1,15990,1,3702877350,'2014-12-29 14:29:38',''),(15101,1,1,15991,1,3702877360,'2014-12-29 14:29:40',''),(15102,1,1,15992,75,1123631995,'2014-12-29 14:31:34',''),(15103,1,1,15605,1,1566624979,'2014-12-29 14:52:55',''),(15104,1,1,15994,72,1123632003,'2014-12-29 15:06:30',''),(15105,1,1,15996,1,2996483064,'2014-12-29 15:36:42',''),(15106,1,1,15997,1,2996483064,'2014-12-29 15:36:46',''),(15107,1,1,15998,1,2996483064,'2014-12-29 15:36:49',''),(15108,1,1,15999,1,2996483064,'2014-12-29 15:36:56',''),(15109,1,1,16000,1,1968049426,'2014-12-29 16:31:44',''),(15110,1,1,16001,1,3338415119,'2014-12-29 17:01:02',''),(15111,1,1,16002,54,3024881384,'2014-12-29 17:32:14',''),(15112,1,1,15605,1,1566624979,'2014-12-29 17:43:41',''),(15113,1,1,16003,71,1123632003,'2014-12-29 17:50:08',''),(15114,1,1,16004,1,3179812395,'2014-12-29 19:12:05','http://buttons-for-website.com'),(15115,1,1,16005,1,1123632003,'2014-12-29 19:25:46',''),(15116,1,1,16006,9,3164933902,'2014-12-29 20:46:55',''),(15117,1,1,16007,1,1123632003,'2014-12-29 21:25:51',''),(15118,1,1,16008,1,1483353941,'2014-12-29 21:46:18',''),(15119,1,1,16009,1,1041806727,'2014-12-29 21:46:52',''),(15120,1,1,16010,1,918281981,'2014-12-29 21:52:05',''),(15121,1,1,16011,46,3024881173,'2014-12-29 22:25:08',''),(15122,1,1,16012,38,2637637520,'2014-12-29 23:26:41',''),(15123,1,1,16013,23,1123632003,'2014-12-29 23:33:34',''),(15124,1,1,16014,9,3475901776,'2014-12-29 23:45:38',''),(15125,1,1,16015,1,1123631995,'2014-12-30 00:05:26',''),(15126,1,1,16016,1,3171689484,'2014-12-30 00:38:46','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(15127,1,1,16017,65,3164933914,'2014-12-30 01:33:30',''),(15128,1,1,16018,58,1123631995,'2014-12-30 02:14:14',''),(15129,1,1,16019,67,1123632003,'2014-12-30 02:25:21',''),(15130,1,1,16020,1,3360403457,'2014-12-30 02:31:52','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(15131,1,1,16021,16,1123631987,'2014-12-30 02:32:45',''),(15132,1,1,16025,44,1123631995,'2014-12-30 03:32:01',''),(15133,1,1,16026,74,1123632003,'2014-12-30 03:45:55',''),(15134,1,1,16027,1,3702877295,'2014-12-30 04:33:31',''),(15135,1,1,16028,1,1123631987,'2014-12-30 05:14:53',''),(15136,1,1,16029,1,1542483319,'2014-12-30 08:06:14',''),(15137,1,1,16030,1,1542483295,'2014-12-30 08:06:15',''),(15138,1,1,16031,1,523623114,'2014-12-30 11:05:41','https://www.bing.com/local/?lid=YN1000x261130585&id=YN1000x261130585&q=MS+Tyres+Blackburn+Lancashire&mkt=en-GB&setlang=en-GB'),(15139,1,1,16032,75,3268218323,'2014-12-30 11:57:24','http://www.google.co.uk/url?url=http://www.mstyresblackburn.co.uk/index.php%3Fid_product%3D31%26controller%3Dproduct%26id_lang%3D1&rct=j&frm=1&q=&esrc=s&sa=U&ei=EJKiVKT5EcPdavPTgZAO&ved=0CDgQFjAG&usg=AFQjCNFV1ClX-3ZJhngPxBzN4scOlu7PAg'),(15140,1,1,16033,1,3268218323,'2014-12-30 12:09:36','http://www.google.co.uk/url?url=http://mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ei=Q5WiVLKPM5fdaqXvgNgP&ved=0CDgQFjAD&usg=AFQjCNHfq2_xSxy4WGvh9DQtT_3-mNXvvQ'),(15141,1,1,16034,1,1384445242,'2014-12-30 13:00:52','https://www.google.co.uk/'),(15142,1,1,16035,1,1508525156,'2014-12-30 14:10:27',''),(15143,1,1,16036,1,1508525156,'2014-12-30 14:10:35',''),(15144,1,1,16037,1,1508525156,'2014-12-30 14:10:47',''),(15145,1,1,16038,1,1508525156,'2014-12-30 14:11:01',''),(15146,1,1,16039,1,1508525156,'2014-12-30 14:11:16',''),(15147,1,1,16040,1,1508525156,'2014-12-30 14:11:30',''),(15148,1,1,16041,1,1489375385,'2014-12-30 15:03:08',''),(15149,1,1,16042,1,1489375385,'2014-12-30 15:03:13',''),(15150,1,1,16043,1,1489375385,'2014-12-30 15:03:18',''),(15151,1,1,16044,1,1489375385,'2014-12-30 15:03:24',''),(15152,1,1,16045,1,1489375385,'2014-12-30 15:03:29',''),(15153,1,1,16046,1,1489375385,'2014-12-30 15:03:32',''),(15154,1,1,16047,1,1489375385,'2014-12-30 15:03:35',''),(15155,1,1,16048,1,1489375385,'2014-12-30 15:03:38',''),(15156,1,1,16049,1,1489375385,'2014-12-30 15:03:40',''),(15157,1,1,16050,1,1489375385,'2014-12-30 15:03:45',''),(15158,1,1,16051,1,1489375385,'2014-12-30 15:03:47',''),(15159,1,1,16052,1,1489375385,'2014-12-30 15:03:51',''),(15160,1,1,16053,1,3039995219,'2014-12-30 15:21:59','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(15161,1,1,16054,1,1123631995,'2014-12-30 16:09:20',''),(15162,1,1,16055,1,1123631987,'2014-12-30 16:30:46',''),(15163,1,1,16056,68,3024881169,'2014-12-30 16:59:10',''),(15164,1,1,16057,1,3200294556,'2014-12-30 17:04:19','http://buttons-for-website.com'),(15165,1,1,16058,1,3024881039,'2014-12-30 17:40:43',''),(15166,1,1,16059,1,3378489383,'2014-12-30 19:31:39','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(15167,1,1,16060,1,1123632003,'2014-12-30 20:41:24',''),(15168,1,1,16061,1,1123631987,'2014-12-30 21:43:20',''),(15169,1,1,16062,1,3140819105,'2014-12-30 22:19:56','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(15170,1,1,16063,1,3429212575,'2014-12-30 22:35:48',''),(15171,1,1,16064,1,3497226059,'2014-12-30 22:44:48',''),(15172,1,1,16065,1,2996483064,'2014-12-30 23:01:24',''),(15173,1,1,16066,1,2996483064,'2014-12-30 23:01:28',''),(15174,1,1,16067,1,2996483064,'2014-12-30 23:01:32',''),(15175,1,1,16068,1,2996483064,'2014-12-30 23:01:35',''),(15176,1,1,16069,1,2006160066,'2014-12-31 01:39:04',''),(15177,1,1,16070,1,2006160066,'2014-12-31 01:39:06',''),(15178,1,1,16071,1,1123631995,'2014-12-31 02:28:00',''),(15179,1,1,16072,1,1123632003,'2014-12-31 06:34:19',''),(15180,1,1,16073,1,1123631987,'2014-12-31 06:36:25',''),(15181,1,1,16074,46,1123631987,'2014-12-31 07:12:38',''),(15182,1,1,16075,26,3702877344,'2014-12-31 07:38:53',''),(15183,1,1,16076,69,1123632003,'2014-12-31 08:08:27',''),(15184,1,1,16077,26,1907712582,'2014-12-31 09:16:58',''),(15185,1,1,16078,26,1907712582,'2014-12-31 09:17:00',''),(15186,1,1,16079,1,1907712582,'2014-12-31 09:17:04',''),(15187,1,1,16080,64,1123632003,'2014-12-31 09:37:45',''),(15188,1,1,16081,70,1123631987,'2014-12-31 10:05:18',''),(15189,1,1,16083,27,1123632003,'2014-12-31 10:38:12',''),(15190,1,1,16084,56,1123632003,'2014-12-31 11:37:45',''),(15191,1,1,16085,1,1542483276,'2014-12-31 11:53:18',''),(15192,1,1,16086,1,1542483277,'2014-12-31 11:53:19',''),(15193,1,1,16087,15,1123631987,'2014-12-31 12:05:40',''),(15194,1,1,16088,1,3475901776,'2014-12-31 12:29:08',''),(15195,1,1,16089,1,3475901776,'2014-12-31 12:42:15',''),(15196,1,1,16090,73,3024881297,'2014-12-31 13:03:46',''),(15197,1,1,16091,69,1123631995,'2014-12-31 13:32:12',''),(15198,1,1,16092,64,1123631987,'2014-12-31 14:00:05',''),(15199,1,1,16093,1,3475901776,'2014-12-31 14:24:28',''),(15200,1,1,16094,65,1123631987,'2014-12-31 14:58:41',''),(15201,1,1,16095,56,1123631987,'2014-12-31 16:05:39',''),(15202,1,1,16096,31,3702877293,'2014-12-31 16:21:00',''),(15203,1,1,16097,15,1123631987,'2014-12-31 16:47:31',''),(15204,1,1,16098,1,3024881289,'2014-12-31 16:48:18',''),(15205,1,1,16099,65,88364464,'2014-12-31 17:14:22','https://www.google.co.uk/'),(15206,1,1,16100,69,1123631995,'2014-12-31 17:54:30',''),(15207,1,1,16101,1,3377237926,'2014-12-31 18:48:51','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(15208,1,1,16102,10,1123631995,'2014-12-31 18:53:06',''),(15209,1,1,16103,1,1460081952,'2014-12-31 19:39:26','http://buttons-for-website.com'),(15210,1,1,16104,68,1123632003,'2014-12-31 20:00:06',''),(15211,1,1,16105,1,1123631987,'2014-12-31 20:00:14',''),(15212,1,1,16106,1,1123631995,'2014-12-31 20:08:57',''),(15213,1,1,16108,56,1123631995,'2014-12-31 20:42:33',''),(15214,1,1,16109,73,3024880967,'2014-12-31 22:07:21',''),(15215,1,1,16110,15,1123631987,'2014-12-31 22:08:38',''),(15216,1,1,16111,47,1123631995,'2014-12-31 22:37:20',''),(15217,1,1,16112,26,3475901697,'2014-12-31 23:25:05',''),(15218,1,1,16113,43,1123631995,'2014-12-31 23:34:44',''),(15219,1,1,16114,68,1123632003,'2015-01-01 00:55:36',''),(15220,1,1,16115,28,1123631987,'2015-01-01 01:55:35',''),(15221,1,1,16116,1,3183414698,'2015-01-01 02:36:52','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(15222,1,1,16117,41,1123631995,'2015-01-01 02:58:12',''),(15223,1,1,16118,62,1123631987,'2015-01-01 03:47:46',''),(15224,1,1,16119,63,1123631987,'2015-01-01 04:32:07',''),(15225,1,1,16120,68,1123632003,'2015-01-01 05:52:59',''),(15226,1,1,16121,45,1123631995,'2015-01-01 06:50:25',''),(15227,1,1,16122,26,3702877307,'2015-01-01 07:17:26',''),(15228,1,1,16123,1,1123631987,'2015-01-01 07:40:42',''),(15229,1,1,16124,26,2637637554,'2015-01-01 09:03:36',''),(15230,1,1,16125,1,1308806732,'2015-01-01 10:31:11','http://buttons-for-website.com'),(15231,1,1,16126,68,3024880954,'2015-01-01 10:31:57',''),(15232,1,1,16127,1,1123631995,'2015-01-01 10:51:21',''),(15233,1,1,16128,38,3164934081,'2015-01-01 11:18:03',''),(15234,1,1,16129,1,1123632003,'2015-01-01 13:06:01',''),(15235,1,1,16130,1,3164934121,'2015-01-01 14:50:32',''),(15236,1,1,16131,1,1542483279,'2015-01-01 15:14:43',''),(15237,1,1,16132,1,1542483266,'2015-01-01 15:14:44',''),(15238,1,1,16133,1,3024881046,'2015-01-01 16:20:31',''),(15239,1,1,16134,1,3024881301,'2015-01-01 16:20:34',''),(15240,1,1,16135,65,3282474762,'2015-01-01 16:55:49','https://www.google.co.uk/'),(15241,1,1,16136,1,3281696160,'2015-01-01 16:58:02',''),(15242,1,1,16137,64,3024881295,'2015-01-01 17:38:09',''),(15243,1,1,16138,1,3124054518,'2015-01-01 19:13:06','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(15244,1,1,16139,68,1123632003,'2015-01-01 19:26:55',''),(15245,1,1,16140,38,1123631995,'2015-01-01 20:11:16',''),(15246,1,1,16141,48,1123631987,'2015-01-01 20:32:46',''),(15247,1,1,16142,31,1123631995,'2015-01-01 21:16:28',''),(15248,1,1,16143,9,1123632003,'2015-01-01 22:16:28',''),(15249,1,1,16144,68,1123632003,'2015-01-02 00:21:50',''),(15250,1,1,16145,52,1123632003,'2015-01-02 01:12:04',''),(15251,1,1,16146,42,3164934007,'2015-01-02 01:29:58',''),(15252,1,1,16147,59,3164933903,'2015-01-02 01:47:37',''),(15253,1,1,16148,1,3176799746,'2015-01-02 01:51:03','http://buttons-for-website.com'),(15254,1,1,16149,1,3702877275,'2015-01-02 02:03:08',''),(15255,1,1,16150,31,3164934005,'2015-01-02 02:42:39',''),(15256,1,1,16151,50,1123631995,'2015-01-02 02:44:58',''),(15257,1,1,16152,6,1123631987,'2015-01-02 04:01:17',''),(15258,1,1,16153,1,1728752398,'2015-01-02 04:05:49','http://buttons-for-website.com'),(15259,1,1,16154,57,1123631995,'2015-01-02 04:16:13',''),(15260,1,1,16155,1,3338415119,'2015-01-02 04:34:46',''),(15261,1,1,16156,1,2637637570,'2015-01-02 05:41:41',''),(15262,1,1,16157,27,3024881065,'2015-01-02 06:05:36',''),(15263,1,1,16158,54,1123632003,'2015-01-02 06:14:01',''),(15264,1,1,16159,56,1123631995,'2015-01-02 07:03:47',''),(15265,1,1,16160,53,1123631995,'2015-01-02 08:05:10',''),(15266,1,1,16161,43,3164934081,'2015-01-02 08:33:27',''),(15267,1,1,16162,55,1123631987,'2015-01-02 09:14:52',''),(15268,1,1,16163,26,2637637554,'2015-01-02 10:26:26',''),(15269,1,1,16164,56,1123631987,'2015-01-02 10:29:30',''),(15270,1,1,16165,1,1386427652,'2015-01-02 10:48:27','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CEEQFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=hHamVKq6LMHqUIOMgPAK&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.82001339,d.d24'),(15271,1,1,16166,51,1123631987,'2015-01-02 11:24:15',''),(15272,1,1,16167,14,1123632003,'2015-01-02 11:57:25',''),(15273,1,1,16168,66,1123632003,'2015-01-02 12:57:09',''),(15274,1,1,16169,56,1123631987,'2015-01-02 13:36:58',''),(15275,1,1,16170,63,1123631995,'2015-01-02 14:36:41',''),(15276,1,1,16171,1,3176219891,'2015-01-02 15:11:34','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(15277,1,1,16172,51,1523904110,'2015-01-02 16:44:35','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=14&ved=0CFEQFjADOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D20%26controller%3Dproduct%26id_lang%3D1&ei=RsqmVIyzL8b8UonPgKgP&usg=AFQjCNGUA0NaMlEtmKsGtimE1pSkwf_K'),(15278,1,1,16173,54,3164933931,'2015-01-02 17:48:46',''),(15279,1,1,16174,1,1542483318,'2015-01-02 18:31:32',''),(15280,1,1,16175,1,1542483268,'2015-01-02 18:31:33',''),(15281,1,1,16176,1,1123632003,'2015-01-02 18:32:15',''),(15282,1,1,16177,27,3024881065,'2015-01-02 18:59:36',''),(15283,1,1,16179,52,3024881086,'2015-01-02 20:10:50',''),(15284,1,1,16180,1,1123631995,'2015-01-02 21:57:59',''),(15285,1,1,16181,1,2996483064,'2015-01-02 22:17:10',''),(15286,1,1,16182,1,2996483064,'2015-01-02 22:17:14',''),(15287,1,1,16183,1,2996483064,'2015-01-02 22:17:17',''),(15288,1,1,16184,1,2996483064,'2015-01-02 22:17:22',''),(15289,1,1,16185,69,2071807831,'2015-01-02 22:28:54',''),(15290,1,1,16186,1,3024881064,'2015-01-02 22:38:46',''),(15291,1,1,16187,1,3024880972,'2015-01-02 22:38:48',''),(15292,1,1,16188,9,1123631987,'2015-01-02 22:47:26',''),(15293,1,1,16189,1,2044716281,'2015-01-02 23:20:20','https://www.google.com.au/'),(15294,1,1,16190,65,1123631995,'2015-01-03 01:20:33',''),(15295,1,1,16191,1,1123632003,'2015-01-03 03:40:50',''),(15296,1,1,16192,1,2783550793,'2015-01-03 07:14:48','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(15297,1,1,16193,1,2002725406,'2015-01-03 08:08:09','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(15298,1,1,16194,26,3497226587,'2015-01-03 09:26:34',''),(15299,1,1,16195,1,1123631995,'2015-01-03 09:50:13',''),(15300,1,1,16196,9,2297627991,'2015-01-03 10:00:20',''),(15301,1,1,16197,45,2297627991,'2015-01-03 10:00:28',''),(15302,1,1,16198,57,2297627991,'2015-01-03 10:00:30',''),(15303,1,1,16199,1,1123631987,'2015-01-03 11:10:43',''),(15304,1,1,16200,1,1123632003,'2015-01-03 11:18:43',''),(15305,1,1,16201,1,1123631995,'2015-01-03 11:39:06',''),(15306,1,1,16202,1,1123631987,'2015-01-03 12:09:45',''),(15307,1,1,16203,26,2637637555,'2015-01-03 12:14:59',''),(15308,1,1,16204,1,3178290345,'2015-01-03 12:48:32','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(15309,1,1,16205,62,1123631987,'2015-01-03 13:21:08',''),(15310,1,1,16206,6,2297630727,'2015-01-03 13:33:54',''),(15311,1,1,16207,43,2297630727,'2015-01-03 13:34:11',''),(15312,1,1,16208,1,2637637554,'2015-01-03 14:05:37',''),(15313,1,1,16209,56,1123632003,'2015-01-03 14:47:52',''),(15314,1,1,16210,50,3164933903,'2015-01-03 16:18:24',''),(15315,1,1,16211,1,1123631987,'2015-01-03 16:58:51',''),(15316,1,1,16212,1,2982703130,'2015-01-03 17:35:20','http://buttons-for-website.com'),(15317,1,1,16213,1,1578570674,'2015-01-03 18:30:57',''),(15318,1,1,16214,1,1578570674,'2015-01-03 18:31:05',''),(15319,1,1,16215,1,1578570674,'2015-01-03 18:31:08',''),(15320,1,1,16216,1,1578570674,'2015-01-03 18:31:10',''),(15321,1,1,16217,1,1578570674,'2015-01-03 18:31:12',''),(15322,1,1,16218,1,1578570674,'2015-01-03 18:31:14',''),(15323,1,1,16219,1,1578570674,'2015-01-03 18:31:17',''),(15324,1,1,16220,1,1578570674,'2015-01-03 18:31:19',''),(15325,1,1,16221,1,1578570674,'2015-01-03 18:31:21',''),(15326,1,1,16222,1,1578570674,'2015-01-03 18:31:23',''),(15327,1,1,16223,1,1578570674,'2015-01-03 18:31:26',''),(15328,1,1,16224,1,1578570674,'2015-01-03 18:31:28',''),(15329,1,1,16225,1,1123631987,'2015-01-03 21:50:05',''),(15330,1,1,16226,1,1402306146,'2015-01-03 22:28:11',''),(15331,1,1,16227,1,2981332564,'2015-01-04 01:57:02','http://buttons-for-website.com'),(15332,1,1,16228,52,3024881192,'2015-01-04 02:28:02',''),(15333,1,1,16229,1,1123631995,'2015-01-04 03:08:17',''),(15334,1,1,16230,1,2920289405,'2015-01-04 03:12:51','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(15335,1,1,16231,1,786803397,'2015-01-04 03:56:56',''),(15336,1,1,16232,67,3024881181,'2015-01-04 05:03:31',''),(15337,1,1,16233,1,3024880923,'2015-01-04 05:57:44',''),(15338,1,1,16234,1,2637637554,'2015-01-04 06:45:13',''),(15339,1,1,16235,1,1542483289,'2015-01-04 07:25:11',''),(15340,1,1,16236,1,1542483311,'2015-01-04 07:25:12',''),(15341,1,1,16237,26,2637637554,'2015-01-04 13:16:43',''),(15342,1,1,16238,1,1377594008,'2015-01-04 14:44:22','https://www.google.co.uk/'),(15343,1,1,16239,10,3164934005,'2015-01-04 16:17:23',''),(15344,1,1,16240,1,628768449,'2015-01-04 17:14:44',''),(15345,1,1,16241,1,3024881196,'2015-01-04 17:19:30',''),(15346,1,1,16242,56,1123632003,'2015-01-04 17:34:28',''),(15347,1,1,16243,72,3024881305,'2015-01-04 17:34:29',''),(15348,1,1,16244,1,1123634733,'2015-01-04 18:02:51',''),(15349,1,1,16245,1,1123634740,'2015-01-04 18:08:50',''),(15350,1,1,16246,18,3497226059,'2015-01-04 19:24:04',''),(15351,1,1,16247,1,775372403,'2015-01-04 19:53:14',''),(15352,1,1,16248,1,1123634733,'2015-01-04 21:14:57',''),(15353,1,1,16249,16,2637637554,'2015-01-04 21:15:33',''),(15354,1,1,16250,53,3497226587,'2015-01-04 21:29:11',''),(15355,1,1,16251,1,3429212575,'2015-01-04 21:48:27',''),(15356,1,1,16252,62,1123634747,'2015-01-04 22:06:51',''),(15357,1,1,16253,1,2996483064,'2015-01-04 22:27:56',''),(15358,1,1,16254,1,2996483064,'2015-01-04 22:27:59',''),(15359,1,1,16255,1,2996483064,'2015-01-04 22:28:02',''),(15360,1,1,16256,1,2996483064,'2015-01-04 22:28:05',''),(15361,1,1,16257,28,3702877364,'2015-01-04 22:44:58',''),(15362,1,1,16258,16,3164934096,'2015-01-04 23:23:57',''),(15363,1,1,16259,57,1123634740,'2015-01-05 00:28:42',''),(15364,1,1,16261,1,1123631987,'2015-01-05 01:26:24',''),(15365,1,1,16262,57,3497226587,'2015-01-05 01:28:32',''),(15366,1,1,16263,68,1123634740,'2015-01-05 02:50:36',''),(15367,1,1,16264,1,1123634733,'2015-01-05 03:07:14',''),(15368,1,1,16265,1,2071807849,'2015-01-05 03:53:04',''),(15369,1,1,16266,1,1123634747,'2015-01-05 06:49:16',''),(15370,1,1,16267,56,1123634740,'2015-01-05 07:11:46',''),(15371,1,1,16268,1,3522758133,'2015-01-05 09:03:55',''),(15372,1,1,16269,1,1123634733,'2015-01-05 10:19:06',''),(15373,1,1,16270,1,1123634747,'2015-01-05 10:23:13',''),(15374,1,1,16271,1,1123634733,'2015-01-05 11:01:17',''),(15375,1,1,16272,1,1375856461,'2015-01-05 11:07:01','https://www.google.co.uk/'),(15376,1,1,16273,1,1542483270,'2015-01-05 11:30:18',''),(15377,1,1,16274,1,1542483319,'2015-01-05 11:30:19',''),(15378,1,1,16275,1,1508525143,'2015-01-05 12:50:45',''),(15379,1,1,16276,1,1508525143,'2015-01-05 12:51:01',''),(15380,1,1,16277,1,1508525143,'2015-01-05 12:51:22',''),(15381,1,1,16278,1,1508525143,'2015-01-05 12:51:37',''),(15382,1,1,16279,1,1508525143,'2015-01-05 12:51:50',''),(15383,1,1,16280,47,1123632003,'2015-01-05 13:18:16',''),(15384,1,1,16281,67,3024880956,'2015-01-05 13:32:23',''),(15385,1,1,16282,63,1123632003,'2015-01-05 13:59:05',''),(15386,1,1,16283,15,1123631987,'2015-01-05 14:07:14',''),(15387,1,1,16284,51,3497226587,'2015-01-05 17:34:10',''),(15388,1,1,16285,1,2990476559,'2015-01-05 17:44:44',''),(15389,1,1,16286,1,2990476559,'2015-01-05 17:44:49',''),(15390,1,1,16287,1,2990476559,'2015-01-05 17:44:53',''),(15391,1,1,16288,1,2990476559,'2015-01-05 17:45:05',''),(15392,1,1,16289,1,2990476559,'2015-01-05 17:45:11',''),(15393,1,1,16290,1,2990476559,'2015-01-05 17:45:16',''),(15394,1,1,16291,1,2990476559,'2015-01-05 17:45:20',''),(15395,1,1,16292,1,2990476559,'2015-01-05 17:45:24',''),(15396,1,1,16293,1,2990476559,'2015-01-05 17:45:32',''),(15397,1,1,16294,1,2990476559,'2015-01-05 17:45:38',''),(15398,1,1,16295,1,3338415119,'2015-01-05 18:20:36',''),(15399,1,1,16296,1,3368454266,'2015-01-05 19:37:54','http://buttons-for-website.com'),(15400,1,1,16297,6,787883353,'2015-01-05 19:43:43',''),(15401,1,1,16298,1,2481309216,'2015-01-05 20:21:24',''),(15402,1,1,16299,1,2481309216,'2015-01-05 20:21:50',''),(15403,1,1,16300,31,3702877327,'2015-01-05 21:24:15',''),(15404,1,1,16301,16,3164934007,'2015-01-05 21:57:37',''),(15405,1,1,16302,1,1123631987,'2015-01-05 23:04:58',''),(15406,1,1,16303,48,3024880957,'2015-01-05 23:53:07',''),(15407,1,1,16304,1,3123686838,'2015-01-05 23:53:18','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(15408,1,1,16305,69,3164934096,'2015-01-06 00:07:39',''),(15409,1,1,16306,58,3024881193,'2015-01-06 00:57:08',''),(15410,1,1,16307,26,3497226587,'2015-01-06 01:27:45',''),(15411,1,1,16308,1,1945097226,'2015-01-06 03:06:07',''),(15412,1,1,16309,1,1911376041,'2015-01-06 03:06:13','http://m.baidu.com/s?tn=zbios&pu=sz%401320_480%2Ccuid%4017FF718BF8336964D971CC7FEA312A94E6EB036C7ORFBRPBPTF%2Ccua%40640_960_iphone_5.3.0.0_0%2Ccut%40iPhone4%252C1_8.1.1%2Cosname%40baiduboxapp%2Cctv%401%2Ccfrom%401006347a%2Ccsrc%40app_box_txt&bd_page_type'),(15413,1,1,16310,1,1123631995,'2015-01-06 03:15:51',''),(15414,1,1,16311,41,3497226587,'2015-01-06 05:26:46',''),(15415,1,1,16312,1,1123631995,'2015-01-06 06:28:13',''),(15416,1,1,16313,20,1123631987,'2015-01-06 08:31:31',''),(15417,1,1,16314,6,2637637570,'2015-01-06 08:49:18',''),(15418,1,1,16315,29,772017172,'2015-01-06 10:16:22',''),(15419,1,1,16316,1,1123631987,'2015-01-06 10:36:41',''),(15420,1,1,16317,65,1407704346,'2015-01-06 12:23:02','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=10&ved=0CGsQFjAJ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=YNGrVKLBIMz0ULPtg6AL&usg=AFQjCNE1Ca_-PPn5dxqsbrcb2E1gy'),(15421,1,1,16318,1,3201635648,'2015-01-06 12:25:22','http://buttons-for-website.com'),(15422,1,1,16319,1,1542483269,'2015-01-06 15:41:06',''),(15423,1,1,16320,1,1542483275,'2015-01-06 15:41:07',''),(15424,1,1,16321,1,1123634733,'2015-01-06 16:22:44',''),(15425,1,1,16323,1,1123634740,'2015-01-06 17:55:48',''),(15426,1,1,16325,1,846441323,'2015-01-06 19:49:03',''),(15427,1,1,16326,1,846441323,'2015-01-06 19:49:06',''),(15428,1,1,16327,1,846441323,'2015-01-06 19:49:08',''),(15429,1,1,16328,18,846441323,'2015-01-06 19:49:14',''),(15430,1,1,16329,3,846441323,'2015-01-06 19:49:17',''),(15431,1,1,16330,1,846441323,'2015-01-06 19:49:20',''),(15432,1,1,16331,1,846441323,'2015-01-06 19:49:22',''),(15433,1,1,16332,61,846441323,'2015-01-06 19:49:24',''),(15434,1,1,16333,1,846441323,'2015-01-06 19:49:30',''),(15435,1,1,16334,1,846441323,'2015-01-06 19:49:34',''),(15436,1,1,16335,9,846441323,'2015-01-06 19:49:36',''),(15437,1,1,16336,1,846441323,'2015-01-06 19:49:39',''),(15438,1,1,16337,1,846441323,'2015-01-06 19:49:42',''),(15439,1,1,16338,1,846441323,'2015-01-06 19:49:44',''),(15440,1,1,16339,1,846441323,'2015-01-06 19:49:47',''),(15441,1,1,16340,1,846441323,'2015-01-06 19:49:49',''),(15442,1,1,16341,1,846441323,'2015-01-06 19:49:51',''),(15443,1,1,16342,1,846441323,'2015-01-06 19:49:54',''),(15444,1,1,16343,1,846441323,'2015-01-06 19:49:56',''),(15445,1,1,16344,1,846441323,'2015-01-06 19:49:59',''),(15446,1,1,16345,1,846441323,'2015-01-06 19:50:02',''),(15447,1,1,16346,1,846441323,'2015-01-06 19:50:06',''),(15448,1,1,16347,1,846441323,'2015-01-06 19:50:09',''),(15449,1,1,16348,1,846441323,'2015-01-06 19:50:12',''),(15450,1,1,16349,1,846441323,'2015-01-06 19:50:14',''),(15451,1,1,16350,1,846441323,'2015-01-06 19:50:18',''),(15452,1,1,16351,1,846441323,'2015-01-06 19:50:20',''),(15453,1,1,16352,1,846441323,'2015-01-06 19:50:23',''),(15454,1,1,16353,1,846441323,'2015-01-06 19:50:26',''),(15455,1,1,16354,1,846441323,'2015-01-06 19:50:30',''),(15456,1,1,16355,1,846441323,'2015-01-06 19:50:32',''),(15457,1,1,16356,1,846441323,'2015-01-06 19:50:36',''),(15458,1,1,16357,1,846441323,'2015-01-06 19:50:38',''),(15459,1,1,16358,1,846441323,'2015-01-06 19:50:42',''),(15460,1,1,16359,1,846441323,'2015-01-06 19:50:44',''),(15461,1,1,16360,1,846441323,'2015-01-06 19:50:48',''),(15462,1,1,16361,1,846441323,'2015-01-06 19:50:50',''),(15463,1,1,16362,1,846441323,'2015-01-06 19:50:53',''),(15464,1,1,16363,1,846441323,'2015-01-06 19:50:56',''),(15465,1,1,16364,1,846441323,'2015-01-06 19:50:58',''),(15466,1,1,16365,1,846441323,'2015-01-06 19:51:01',''),(15467,1,1,16366,1,846441323,'2015-01-06 19:51:05',''),(15468,1,1,16367,1,846441323,'2015-01-06 19:51:08',''),(15469,1,1,16368,1,846441323,'2015-01-06 19:51:23',''),(15470,1,1,16369,18,846441323,'2015-01-06 19:51:26',''),(15471,1,1,16370,3,846441323,'2015-01-06 19:51:29',''),(15472,1,1,16371,1,846441323,'2015-01-06 19:51:31',''),(15473,1,1,16372,1,846441323,'2015-01-06 19:51:34',''),(15474,1,1,16373,1,846441323,'2015-01-06 19:51:36',''),(15475,1,1,16374,6,846441323,'2015-01-06 19:51:39',''),(15476,1,1,16375,1,846441323,'2015-01-06 19:51:42',''),(15477,1,1,16376,9,846441323,'2015-01-06 19:51:44',''),(15478,1,1,16377,1,846441323,'2015-01-06 19:52:01',''),(15479,1,1,16378,26,2637637555,'2015-01-06 19:58:53',''),(15480,1,1,16379,58,3024880990,'2015-01-06 21:28:41',''),(15481,1,1,16380,31,3702877333,'2015-01-06 22:15:24',''),(15482,1,1,16381,71,2637637554,'2015-01-06 22:26:15',''),(15483,1,1,16382,43,1123634740,'2015-01-07 02:17:27',''),(15484,1,1,16383,1,2996483064,'2015-01-07 03:29:20',''),(15485,1,1,16384,1,2996483064,'2015-01-07 03:29:25',''),(15486,1,1,16385,1,2996483064,'2015-01-07 03:29:28',''),(15487,1,1,16386,1,2996483064,'2015-01-07 03:29:31',''),(15488,1,1,16387,1,2637637555,'2015-01-07 04:04:53',''),(15489,1,1,16388,48,3497226587,'2015-01-07 04:39:01',''),(15490,1,1,16389,1,2637637554,'2015-01-07 05:05:05',''),(15491,1,1,16390,38,3024881384,'2015-01-07 05:34:44',''),(15492,1,1,16391,15,3104467139,'2015-01-07 07:13:27',''),(15493,1,1,16392,63,1123634733,'2015-01-07 07:38:05',''),(15494,1,1,16393,1,1123634740,'2015-01-07 08:49:53',''),(15495,1,1,16394,1,1603369091,'2015-01-07 10:42:46','https://www.google.co.uk/'),(15496,1,1,16395,1,1301498078,'2015-01-07 10:57:24','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(15497,1,1,16396,1,1123631995,'2015-01-07 11:11:08',''),(15498,1,1,16397,63,3497226059,'2015-01-07 11:26:12',''),(15499,1,1,16398,1,1032306247,'2015-01-07 11:46:03',''),(15500,1,1,16399,1,3168961237,'2015-01-07 13:52:36',''),(15501,1,1,16400,1,3168961237,'2015-01-07 13:52:39',''),(15502,1,1,16401,1,3168961237,'2015-01-07 13:52:44',''),(15503,1,1,16402,1,3168961237,'2015-01-07 13:52:47',''),(15504,1,1,16403,1,3168961237,'2015-01-07 13:52:49',''),(15505,1,1,16404,1,3168961237,'2015-01-07 13:52:52',''),(15506,1,1,16405,1,3168961237,'2015-01-07 13:52:55',''),(15507,1,1,16406,1,3168961237,'2015-01-07 13:52:57',''),(15508,1,1,16407,1,3168961237,'2015-01-07 13:53:00',''),(15509,1,1,16408,1,3168961237,'2015-01-07 13:53:02',''),(15510,1,1,16409,1,3168961237,'2015-01-07 13:53:05',''),(15511,1,1,16410,1,3168961237,'2015-01-07 13:53:08',''),(15512,1,1,16411,56,1123631995,'2015-01-07 14:37:47',''),(15513,1,1,16412,1,1123631987,'2015-01-07 15:05:39',''),(15514,1,1,16413,1,3340690576,'2015-01-07 15:07:51',''),(15515,1,1,16414,1,3024880990,'2015-01-07 16:24:30',''),(15516,1,1,16415,1,3024881169,'2015-01-07 19:09:22',''),(15517,1,1,16416,1,1542483312,'2015-01-07 19:41:51',''),(15518,1,1,16417,1,1542483304,'2015-01-07 19:41:52',''),(15519,1,1,16418,56,2071807794,'2015-01-07 20:25:53',''),(15520,1,1,16419,20,1123632003,'2015-01-07 20:47:27',''),(15521,1,1,16420,69,3024881299,'2015-01-07 21:46:26',''),(15522,1,1,16421,70,1123631987,'2015-01-07 22:26:44',''),(15523,1,1,16422,3,1123632003,'2015-01-07 23:11:54',''),(15524,1,1,16423,27,3475901697,'2015-01-08 00:18:54',''),(15525,1,1,16424,1,1381937297,'2015-01-08 00:43:20','http://www.1businessenterprise.co.uk/our-clients.php'),(15526,1,1,16425,26,1381937297,'2015-01-08 00:46:16',''),(15527,1,1,16426,55,1381937297,'2015-01-08 00:47:34',''),(15528,1,1,16427,43,1381937297,'2015-01-08 00:48:49',''),(15529,1,1,16428,26,1381937297,'2015-01-08 00:50:08',''),(15530,1,1,16429,63,1381937297,'2015-01-08 00:51:27',''),(15531,1,1,16430,69,1381937297,'2015-01-08 00:52:46',''),(15532,1,1,16431,52,1381937297,'2015-01-08 00:54:04',''),(15533,1,1,16432,10,1381937297,'2015-01-08 00:55:21',''),(15534,1,1,16433,3,1381937297,'2015-01-08 00:56:40',''),(15535,1,1,16434,65,1123632003,'2015-01-08 00:57:50',''),(15536,1,1,16435,59,1381937297,'2015-01-08 00:57:57',''),(15537,1,1,16436,72,1381937297,'2015-01-08 00:59:16',''),(15538,1,1,16437,16,1381937297,'2015-01-08 01:00:35',''),(15539,1,1,16438,45,1381937297,'2015-01-08 01:01:54',''),(15540,1,1,16439,50,1381937297,'2015-01-08 01:03:12',''),(15541,1,1,16440,18,1381937297,'2015-01-08 01:04:31',''),(15542,1,1,16441,54,1381937297,'2015-01-08 01:05:49',''),(15543,1,1,16442,42,1381937297,'2015-01-08 01:07:08',''),(15544,1,1,16443,71,1381937297,'2015-01-08 01:08:29',''),(15545,1,1,16444,67,1381937297,'2015-01-08 01:09:52',''),(15546,1,1,16445,66,1381937297,'2015-01-08 01:11:09',''),(15547,1,1,16446,53,1381937297,'2015-01-08 01:12:32',''),(15548,1,1,16447,73,1381937297,'2015-01-08 01:13:50',''),(15549,1,1,16448,75,1381937297,'2015-01-08 01:15:11',''),(15550,1,1,16449,27,1381937297,'2015-01-08 01:16:33',''),(15551,1,1,16450,57,1381937297,'2015-01-08 01:17:51',''),(15552,1,1,16452,58,1381937297,'2015-01-08 01:19:13',''),(15553,1,1,16453,74,1381937297,'2015-01-08 01:20:34',''),(15554,1,1,16454,47,1381937297,'2015-01-08 01:21:53',''),(15555,1,1,16455,31,1381937297,'2015-01-08 01:23:13',''),(15556,1,1,16456,38,1381937297,'2015-01-08 01:24:34',''),(15557,1,1,16457,1,2006160067,'2015-01-08 01:25:43',''),(15558,1,1,16458,1,2006160066,'2015-01-08 01:25:47',''),(15559,1,1,16459,26,1381937297,'2015-01-08 01:25:59',''),(15560,1,1,16460,51,1381937297,'2015-01-08 01:27:20',''),(15561,1,1,16461,44,1381937297,'2015-01-08 01:28:40',''),(15562,1,1,16462,26,1381937297,'2015-01-08 01:29:58',''),(15563,1,1,16463,9,1381937297,'2015-01-08 01:31:18',''),(15564,1,1,16464,68,1381937297,'2015-01-08 01:32:37',''),(15565,1,1,16465,26,1381937297,'2015-01-08 01:33:54',''),(15566,1,1,16466,62,1381937297,'2015-01-08 01:35:14',''),(15567,1,1,16467,16,1381937297,'2015-01-08 01:36:35',''),(15568,1,1,16468,49,1381937297,'2015-01-08 01:37:52',''),(15569,1,1,16469,16,1381937297,'2015-01-08 01:39:13',''),(15570,1,1,16470,28,1381937297,'2015-01-08 01:40:35',''),(15571,1,1,16471,15,1381937297,'2015-01-08 01:41:55',''),(15572,1,1,16472,56,1381937297,'2015-01-08 01:43:14',''),(15573,1,1,16473,43,1381937297,'2015-01-08 01:44:34',''),(15574,1,1,16474,64,1381937297,'2015-01-08 01:45:52',''),(15575,1,1,16475,41,1381937297,'2015-01-08 01:47:08',''),(15576,1,1,16476,65,1381937297,'2015-01-08 01:48:24',''),(15577,1,1,16477,48,1381937297,'2015-01-08 01:49:44',''),(15578,1,1,16478,43,1381937297,'2015-01-08 01:51:02',''),(15579,1,1,16479,6,1381937297,'2015-01-08 01:52:20',''),(15580,1,1,16480,38,3024881069,'2015-01-08 05:23:29',''),(15581,1,1,16481,26,2637637570,'2015-01-08 07:03:05',''),(15582,1,1,16482,1,1450848812,'2015-01-08 07:40:31','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(15583,1,1,16483,26,2637637570,'2015-01-08 09:00:01',''),(15584,1,1,16484,65,48125851,'2015-01-08 12:06:54','https://www.google.co.uk/'),(15585,1,1,16485,59,1123631987,'2015-01-08 13:02:48',''),(15586,1,1,16486,71,1123632003,'2015-01-08 13:13:18',''),(15587,1,1,16487,51,3702877288,'2015-01-08 13:14:59',''),(15588,1,1,16488,1,1123631995,'2015-01-08 13:21:56',''),(15589,1,1,16490,56,84478212,'2015-01-08 13:56:38','http://forum.topic947324.adviceforum.info/?topic=947324'),(15590,1,1,16491,1,1123631995,'2015-01-08 13:58:39',''),(15591,1,1,16492,1,3702877284,'2015-01-08 14:38:37',''),(15592,1,1,16493,1,1433614004,'2015-01-08 14:53:13','http://www.google.com/url?url=http://www.mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ei=MZmuVNzaDtSv7AbmtYD4AQ&ved=0CBcQFjAA&usg=AFQjCNFJL-4L6HHnY1OGHv2ede19rGaZbQ'),(15593,1,1,16494,1,1123631987,'2015-01-08 16:20:40',''),(15594,1,1,16495,1,1390135426,'2015-01-08 16:23:04','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&ved=0CIIBEKACMAg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=GK6uVM2MO6KY7gaNt4CIDQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(15595,1,1,16496,27,35152240,'2015-01-08 17:19:44','http://www.google.co.uk/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&ved=0CAcQjRw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D10%26controller%3Dproduct%26id_lang%3D1&ei=i7uuVNTyFImvaejIgPAE&bvm=bv.83134100,d.d2s&psig=AFQjCNG66WZW'),(15596,1,1,16497,6,3024881039,'2015-01-08 17:39:40',''),(15597,1,1,16498,56,41702785,'2015-01-08 17:40:41','https://www.google.co.uk/'),(15598,1,1,16499,56,2637637554,'2015-01-08 20:38:32',''),(15599,1,1,16500,1,2996483064,'2015-01-08 23:18:05',''),(15600,1,1,16501,1,2996483064,'2015-01-08 23:18:08',''),(15601,1,1,16502,1,2996483064,'2015-01-08 23:18:12',''),(15602,1,1,16503,1,2996483064,'2015-01-08 23:18:15',''),(15603,1,1,16504,1,2637637554,'2015-01-08 23:45:40',''),(15604,1,1,16505,1,2637637520,'2015-01-09 00:09:41',''),(15605,1,1,16506,1,2637637520,'2015-01-09 00:16:30',''),(15606,1,1,16507,43,2637637520,'2015-01-09 02:39:36',''),(15607,1,1,16508,1,1123631995,'2015-01-09 04:25:21',''),(15608,1,1,16509,1,2071807852,'2015-01-09 05:02:39',''),(15609,1,1,16510,1,3338415119,'2015-01-09 06:55:27',''),(15610,1,1,16511,1,1542483285,'2015-01-09 08:19:03',''),(15611,1,1,16512,1,1542483268,'2015-01-09 08:19:04',''),(15612,1,1,16513,3,1123632003,'2015-01-09 08:20:59',''),(15613,1,1,16514,1,1489375385,'2015-01-09 08:54:01',''),(15614,1,1,16515,1,1489375385,'2015-01-09 08:54:04',''),(15615,1,1,16516,1,1489375385,'2015-01-09 08:54:06',''),(15616,1,1,16517,1,1489375385,'2015-01-09 08:54:10',''),(15617,1,1,16518,1,1489375385,'2015-01-09 08:54:13',''),(15618,1,1,16519,1,1489375385,'2015-01-09 08:54:18',''),(15619,1,1,16520,1,1489375385,'2015-01-09 08:54:21',''),(15620,1,1,16521,1,1489375385,'2015-01-09 08:54:27',''),(15621,1,1,16522,1,1489375385,'2015-01-09 08:54:30',''),(15622,1,1,16523,1,1489375385,'2015-01-09 08:54:34',''),(15623,1,1,16524,1,1489375385,'2015-01-09 08:54:37',''),(15624,1,1,16525,1,1489375385,'2015-01-09 08:54:39',''),(15625,1,1,16526,1,1123631987,'2015-01-09 09:06:19',''),(15626,1,1,16527,75,3024881086,'2015-01-09 09:21:01',''),(15627,1,1,16528,1,3024881284,'2015-01-09 09:51:04',''),(15628,1,1,16529,1,1123631987,'2015-01-09 09:55:42',''),(15629,1,1,16530,1,2204827773,'2015-01-09 10:07:04',''),(15630,1,1,16531,3,1123631995,'2015-01-09 10:28:37',''),(15631,1,1,16532,27,1123631995,'2015-01-09 11:14:01',''),(15632,1,1,16533,1,1123631995,'2015-01-09 13:06:43',''),(15633,1,1,16534,1,1123631995,'2015-01-09 13:56:35',''),(15634,1,1,16535,65,3475901697,'2015-01-09 14:08:42',''),(15635,1,1,16536,1,1123632003,'2015-01-09 17:14:12',''),(15636,1,1,16537,26,3702877344,'2015-01-09 17:26:06',''),(15637,1,1,16538,41,3164933909,'2015-01-09 17:28:52',''),(15638,1,1,16539,1,1123632003,'2015-01-09 18:02:01',''),(15639,1,1,16540,1,1123631987,'2015-01-09 18:25:46',''),(15640,1,1,16541,1,1123631995,'2015-01-09 21:54:31',''),(15641,1,1,16543,56,1237141723,'2015-01-10 01:49:53','http://www.bing.com/search?q=Rapid+P609&src=IE10TR&pc=MDDCJS&first=9&FORM=PERE'),(15642,1,1,16544,1,1123631995,'2015-01-10 03:57:45',''),(15643,1,1,16545,1,1123631987,'2015-01-10 04:13:49',''),(15644,1,1,16546,53,3164934121,'2015-01-10 04:43:50',''),(15645,1,1,16547,64,3497226059,'2015-01-10 06:57:07',''),(15646,1,1,16548,1,1123631995,'2015-01-10 08:52:41',''),(15647,1,1,16549,15,3024880923,'2015-01-10 08:58:35',''),(15648,1,1,16550,75,3024881046,'2015-01-10 10:16:27',''),(15649,1,1,16551,1,1542483287,'2015-01-10 12:14:00',''),(15650,1,1,16552,1,1542483297,'2015-01-10 12:14:01',''),(15651,1,1,16553,1,3141047800,'2015-01-10 13:01:22','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(15652,1,1,16554,1,1401055550,'2015-01-10 13:02:53','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(15653,1,1,16555,41,2071807758,'2015-01-10 13:32:55',''),(15654,1,1,16556,1,1376898718,'2015-01-10 13:44:22','http://www.google.co.uk/url?sa=t&rct=j&q=tyres&source=web&cd=9&ved=0CGgQ_BcwCA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=ZiqxVJf9EuWP7Abz4YHQBw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(15655,1,1,16557,47,3164934020,'2015-01-10 13:50:41',''),(15656,1,1,16558,56,3497226059,'2015-01-10 15:04:30',''),(15657,1,1,16559,1,996493279,'2015-01-10 16:05:12','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(15658,1,1,16560,1,1123631995,'2015-01-10 16:55:19',''),(15659,1,1,16561,1,3159417715,'2015-01-10 19:45:15','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(15660,1,1,16562,1,1368427042,'2015-01-10 19:48:44',''),(15661,1,1,16563,18,1368427042,'2015-01-10 19:48:51',''),(15662,1,1,16564,43,1368427042,'2015-01-10 19:49:05',''),(15663,1,1,16565,45,1368427042,'2015-01-10 19:49:12',''),(15664,1,1,16566,57,1368427042,'2015-01-10 19:49:26',''),(15665,1,1,16567,9,1368427042,'2015-01-10 19:49:33',''),(15666,1,1,16568,28,1368427042,'2015-01-10 19:49:40',''),(15667,1,1,16569,26,1368427042,'2015-01-10 19:49:48',''),(15668,1,1,16570,50,1368427042,'2015-01-10 19:49:55',''),(15669,1,1,16571,26,1368427042,'2015-01-10 19:50:04',''),(15670,1,1,16572,51,1368427042,'2015-01-10 19:50:12',''),(15671,1,1,16573,26,1368427042,'2015-01-10 19:50:19',''),(15672,1,1,16574,56,1368427042,'2015-01-10 19:50:27',''),(15673,1,1,16575,26,1368427042,'2015-01-10 19:50:34',''),(15674,1,1,16576,55,1368427042,'2015-01-10 19:50:41',''),(15675,1,1,16577,26,1368427042,'2015-01-10 19:50:49',''),(15676,1,1,16578,62,1368427042,'2015-01-10 19:50:56',''),(15677,1,1,16579,26,1368427042,'2015-01-10 19:51:03',''),(15678,1,1,16580,63,1368427042,'2015-01-10 19:51:10',''),(15679,1,1,16581,26,1368427042,'2015-01-10 19:51:18',''),(15680,1,1,16582,64,1368427042,'2015-01-10 19:51:24',''),(15681,1,1,16583,26,1368427042,'2015-01-10 19:51:32',''),(15682,1,1,16584,65,1368427042,'2015-01-10 19:51:39',''),(15683,1,1,16585,26,1368427042,'2015-01-10 19:51:46',''),(15684,1,1,16586,69,1368427042,'2015-01-10 19:51:53',''),(15685,1,1,16587,26,1368427042,'2015-01-10 19:52:01',''),(15686,1,1,16588,41,1368427042,'2015-01-10 19:52:08',''),(15687,1,1,16589,53,1368427042,'2015-01-10 19:52:15',''),(15688,1,1,16590,38,1368427042,'2015-01-10 19:52:22',''),(15689,1,1,16591,52,1368427042,'2015-01-10 19:52:29',''),(15690,1,1,16592,48,1368427042,'2015-01-10 19:52:36',''),(15691,1,1,16593,3,1368427042,'2015-01-10 19:52:43',''),(15692,1,1,16594,16,1368427042,'2015-01-10 19:52:51',''),(15693,1,1,16595,43,1368427042,'2015-01-10 19:52:58',''),(15694,1,1,16596,43,1368427042,'2015-01-10 19:53:06',''),(15695,1,1,16597,10,1368427042,'2015-01-10 19:53:13',''),(15696,1,1,16598,26,1368427042,'2015-01-10 19:53:21',''),(15697,1,1,16599,44,1368427042,'2015-01-10 19:53:28',''),(15698,1,1,16600,26,1368427042,'2015-01-10 19:53:36',''),(15699,1,1,16601,26,1368427042,'2015-01-10 19:53:42',''),(15700,1,1,16602,27,1368427042,'2015-01-10 19:53:49',''),(15701,1,1,16603,26,1368427042,'2015-01-10 19:53:57',''),(15702,1,1,16604,49,1368427042,'2015-01-10 19:54:04',''),(15703,1,1,16605,65,3024880976,'2015-01-10 20:03:12',''),(15704,1,1,16606,71,1123631995,'2015-01-10 20:05:04',''),(15705,1,1,16607,1,2978371046,'2015-01-10 21:04:16','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(15706,1,1,16608,3,1123631995,'2015-01-10 21:19:31',''),(15707,1,1,16609,1,3024881287,'2015-01-10 21:37:15',''),(15708,1,1,16610,1,2996483064,'2015-01-10 21:59:01',''),(15709,1,1,16611,1,2996483064,'2015-01-10 21:59:04',''),(15710,1,1,16612,1,2996483064,'2015-01-10 21:59:07',''),(15711,1,1,16613,1,2996483064,'2015-01-10 21:59:10',''),(15712,1,1,16614,59,1123631995,'2015-01-10 22:11:08',''),(15713,1,1,16615,27,1123631995,'2015-01-10 23:03:33',''),(15714,1,1,16616,59,1123632003,'2015-01-11 01:58:56',''),(15715,1,1,16617,1,3373165373,'2015-01-11 05:43:31',''),(15716,1,1,16618,63,3164933929,'2015-01-11 06:26:59',''),(15717,1,1,16619,1,1123632003,'2015-01-11 08:15:35',''),(15718,1,1,16620,1,1378207721,'2015-01-11 08:18:44',''),(15719,1,1,16621,1,1378207721,'2015-01-11 08:18:46',''),(15720,1,1,16622,1,1378207721,'2015-01-11 08:18:49',''),(15721,1,1,16623,1,1378207721,'2015-01-11 08:18:51',''),(15722,1,1,16624,1,1378207721,'2015-01-11 08:18:54',''),(15723,1,1,16625,1,1378207721,'2015-01-11 08:18:57',''),(15724,1,1,16626,1,1378207721,'2015-01-11 08:18:59',''),(15725,1,1,16627,1,1378207721,'2015-01-11 08:19:01',''),(15726,1,1,16628,1,1378207721,'2015-01-11 08:19:04',''),(15727,1,1,16629,1,1378207721,'2015-01-11 08:19:06',''),(15728,1,1,16630,1,1378207721,'2015-01-11 08:19:09',''),(15729,1,1,16631,1,1378207721,'2015-01-11 08:19:12',''),(15730,1,1,16632,43,3281696152,'2015-01-11 09:03:43',''),(15731,1,1,16633,6,3281696152,'2015-01-11 09:04:15',''),(15732,1,1,16634,70,1123632003,'2015-01-11 09:58:04',''),(15733,1,1,16635,27,1123631987,'2015-01-11 11:40:23',''),(15734,1,1,16637,71,1123632003,'2015-01-11 11:59:22',''),(15735,1,1,16638,16,3024880973,'2015-01-11 13:35:16',''),(15736,1,1,16639,1,1123631995,'2015-01-11 13:36:39',''),(15737,1,1,16640,26,2637637570,'2015-01-11 14:24:03',''),(15738,1,1,16641,9,3702877326,'2015-01-11 14:43:53',''),(15739,1,1,16642,1,1377963184,'2015-01-11 15:05:35',''),(15740,1,1,16643,1,3179006906,'2015-01-11 17:38:29','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(15741,1,1,16644,28,3164933929,'2015-01-11 19:25:29',''),(15742,1,1,16645,64,2637637520,'2015-01-11 20:26:30',''),(15743,1,1,16646,62,3024881044,'2015-01-11 20:38:09',''),(15744,1,1,16647,26,2637637554,'2015-01-11 20:57:09',''),(15745,1,1,16648,1,1123632003,'2015-01-11 21:59:06',''),(15746,1,1,16649,1,1123631987,'2015-01-11 22:56:31',''),(15747,1,1,16650,1,3363557890,'2015-01-11 23:21:43','http://buttons-for-website.com'),(15748,1,1,16651,1,3175454032,'2015-01-12 00:41:17','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(15749,1,1,16652,56,3164933938,'2015-01-12 02:34:27',''),(15750,1,1,16653,26,2637637570,'2015-01-12 02:41:33',''),(15751,1,1,16654,65,3024881216,'2015-01-12 08:09:12',''),(15752,1,1,16655,63,1123631987,'2015-01-12 08:32:46',''),(15753,1,1,16656,1,1375799583,'2015-01-12 09:08:01','https://www.google.co.uk/'),(15754,1,1,16657,56,1123631987,'2015-01-12 09:49:07',''),(15755,1,1,16659,1,2760528104,'2015-01-12 10:42:06',''),(15756,1,1,16660,56,1454549904,'2015-01-12 10:51:58','https://www.google.co.uk/'),(15757,1,1,16661,1,3567233362,'2015-01-12 11:28:57','https://www.google.co.uk/'),(15758,1,1,16662,1,1041806726,'2015-01-12 11:29:28',''),(15759,1,1,16663,41,1123632003,'2015-01-12 11:30:56',''),(15760,1,1,16664,1,3024881195,'2015-01-12 12:02:01',''),(15761,1,1,16665,15,1123631995,'2015-01-12 12:03:40',''),(15762,1,1,16666,48,1384441586,'2015-01-12 13:43:08','https://www.google.co.uk/'),(15763,1,1,16667,62,1123632003,'2015-01-12 13:45:14',''),(15764,1,1,16669,1,3024881303,'2015-01-12 14:01:15',''),(15765,1,1,16670,1,1454320512,'2015-01-12 14:21:16','https://www.google.co.uk/'),(15766,1,1,16671,56,1123632003,'2015-01-12 14:32:46',''),(15767,1,1,16672,1,39930308,'2015-01-12 15:00:01','https://www.google.co.uk/'),(15768,1,1,16673,65,1123632003,'2015-01-12 15:05:29',''),(15769,1,1,16674,48,1508525159,'2015-01-12 15:12:06',''),(15770,1,1,16675,1,1508525159,'2015-01-12 15:12:23',''),(15771,1,1,16676,1,1508525159,'2015-01-12 15:12:45',''),(15772,1,1,16677,1,1508525159,'2015-01-12 15:13:25',''),(15773,1,1,16678,1,1508525159,'2015-01-12 15:14:01',''),(15774,1,1,16679,1,1546189151,'2015-01-12 15:46:47','https://www.google.co.uk/'),(15775,1,1,16680,48,1508525144,'2015-01-12 16:09:30',''),(15776,1,1,16681,1,1508525144,'2015-01-12 16:09:59',''),(15777,1,1,16682,1,1508525144,'2015-01-12 16:11:11',''),(15778,1,1,16683,1,1508525144,'2015-01-12 16:11:37',''),(15779,1,1,16684,1,1508525144,'2015-01-12 16:12:00',''),(15780,1,1,16685,1,1508525144,'2015-01-12 16:12:29',''),(15781,1,1,16686,1,3139884108,'2015-01-12 16:35:36','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(15782,1,1,16687,1,2637637570,'2015-01-12 17:01:23',''),(15783,1,1,16688,52,1123632003,'2015-01-12 17:30:57',''),(15784,1,1,16689,1,1123632003,'2015-01-12 18:08:16',''),(15785,1,1,16690,56,1123631995,'2015-01-12 18:09:05',''),(15786,1,1,16691,64,3702877335,'2015-01-12 18:10:19',''),(15787,1,1,16692,67,3164933911,'2015-01-12 18:36:52',''),(15788,1,1,16693,10,1123631995,'2015-01-12 18:40:02',''),(15789,1,1,16694,53,1123631987,'2015-01-12 20:23:22',''),(15790,1,1,16695,1,3024881064,'2015-01-12 20:41:02',''),(15791,1,1,16696,47,1123631987,'2015-01-12 20:57:45',''),(15792,1,1,16697,47,3702877273,'2015-01-12 21:09:23',''),(15793,1,1,16698,75,3164934127,'2015-01-12 21:10:40',''),(15794,1,1,16699,9,1123632003,'2015-01-12 21:39:39',''),(15795,1,1,16700,26,1123632003,'2015-01-12 22:19:35',''),(15796,1,1,16701,1,704158855,'2015-01-12 22:25:23','http://buttons-for-website.com'),(15797,1,1,16703,1,3338415119,'2015-01-12 22:48:48',''),(15798,1,1,16704,56,1123632003,'2015-01-12 22:53:02',''),(15799,1,1,16705,1,2996483064,'2015-01-12 23:58:17',''),(15800,1,1,16706,1,2996483064,'2015-01-12 23:58:20',''),(15801,1,1,16707,1,2996483064,'2015-01-12 23:58:24',''),(15802,1,1,16708,1,2996483064,'2015-01-12 23:58:27',''),(15803,1,1,16709,48,532270519,'2015-01-13 00:26:12','https://www.google.co.uk/'),(15804,1,1,16710,1,2969717709,'2015-01-13 01:23:20','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(15805,1,1,16711,1,1123632003,'2015-01-13 01:38:08',''),(15806,1,1,16712,1,1123631995,'2015-01-13 04:57:39',''),(15807,1,1,16713,1,1542483325,'2015-01-13 06:27:39',''),(15808,1,1,16714,1,1542483277,'2015-01-13 06:27:40',''),(15809,1,1,16715,51,2637637570,'2015-01-13 08:15:21',''),(15810,1,1,16716,62,3024881197,'2015-01-13 08:53:04',''),(15811,1,1,16717,1,772036457,'2015-01-13 09:46:08',''),(15812,1,1,16718,1,772036457,'2015-01-13 09:46:12',''),(15813,1,1,16719,1,772036457,'2015-01-13 09:46:17',''),(15814,1,1,16720,1,772036457,'2015-01-13 09:46:21',''),(15815,1,1,16721,1,772036457,'2015-01-13 09:46:24',''),(15816,1,1,16722,1,772036457,'2015-01-13 09:46:27',''),(15817,1,1,16723,1,772036457,'2015-01-13 09:46:35',''),(15818,1,1,16724,1,772036457,'2015-01-13 09:46:38',''),(15819,1,1,16725,1,772036457,'2015-01-13 09:46:42',''),(15820,1,1,16726,1,772036457,'2015-01-13 09:46:46',''),(15821,1,1,16727,1,772036457,'2015-01-13 09:46:50',''),(15822,1,1,16728,1,772036457,'2015-01-13 09:46:53',''),(15823,1,1,16729,1,1123631995,'2015-01-13 09:53:27',''),(15824,1,1,16730,63,3024880953,'2015-01-13 13:45:02',''),(15825,1,1,16731,1,1123631987,'2015-01-13 15:04:52',''),(15826,1,1,16732,1,2969980750,'2015-01-13 15:48:23','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(15827,1,1,16733,14,3702877365,'2015-01-13 16:43:05',''),(15828,1,1,16734,26,2637637520,'2015-01-13 17:00:52',''),(15829,1,1,16735,1,1451453545,'2015-01-13 18:29:20','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&ved=0CGgQFjAI&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=ImO1VKCpCMyVap20gqgG&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.83339334,d.ZWU'),(15830,1,1,16736,15,3164934020,'2015-01-13 18:36:35',''),(15831,1,1,16737,70,3164933920,'2015-01-13 18:37:19',''),(15832,1,1,16738,63,1340319390,'2015-01-13 19:24:41','http://www.google.de/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F0%2F60-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D27%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=I30'),(15833,1,1,16739,63,1340319390,'2015-01-13 19:24:45','http://www.google.de/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F0%2F60-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D27%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=I30'),(15834,1,1,16740,1,3178823705,'2015-01-13 20:43:00','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(15835,1,1,16741,55,3164934121,'2015-01-13 21:46:21',''),(15836,1,1,16742,1,1365825381,'2015-01-13 21:57:59','https://www.google.co.uk/'),(15837,1,1,16743,18,2637637520,'2015-01-13 22:13:00',''),(15838,1,1,16744,16,3024880959,'2015-01-13 22:24:17',''),(15839,1,1,16745,1,3153416721,'2015-01-14 02:09:00','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(15840,1,1,16746,59,1123632003,'2015-01-14 02:41:07',''),(15841,1,1,16747,63,3475901697,'2015-01-14 02:49:20',''),(15842,1,1,16748,1,1123631987,'2015-01-14 03:43:18',''),(15843,1,1,16749,27,1123631995,'2015-01-14 04:35:08',''),(15844,1,1,16750,1,3479603870,'2015-01-14 04:53:42',''),(15845,1,1,16751,70,1123631995,'2015-01-14 05:40:18',''),(15846,1,1,16752,43,1123632003,'2015-01-14 06:24:17',''),(15847,1,1,16753,74,1123632003,'2015-01-14 07:11:32',''),(15848,1,1,16754,27,1123631987,'2015-01-14 08:41:07',''),(15849,1,1,16755,63,1468731543,'2015-01-14 08:42:36','http://www.google.de/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F0%2F60-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D27%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=I30'),(15850,1,1,16756,1,2466213027,'2015-01-14 10:14:37','https://www.google.co.uk/'),(15851,1,1,16757,1,3024880990,'2015-01-14 10:20:22',''),(15852,1,1,16758,1,1377523670,'2015-01-14 10:25:14','https://www.google.co.uk/'),(15853,1,1,16759,63,3024881308,'2015-01-14 11:15:27',''),(15854,1,1,16760,1,1542483311,'2015-01-14 11:40:02',''),(15855,1,1,16761,1,1542483272,'2015-01-14 11:40:03',''),(15856,1,1,16762,1,1542483271,'2015-01-14 11:40:04',''),(15857,1,1,16763,27,1123635067,'2015-01-14 12:13:48',''),(15858,1,1,16764,1,1375799679,'2015-01-14 13:28:09','https://www.google.co.uk/'),(15859,1,1,16765,42,1123635075,'2015-01-14 14:17:36',''),(15860,1,1,16766,28,3024881039,'2015-01-14 15:30:14',''),(15861,1,1,16767,27,1123635067,'2015-01-14 16:13:15',''),(15862,1,1,16768,1,691655385,'2015-01-14 17:03:19','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(15863,1,1,16769,1,2538134552,'2015-01-14 17:22:51','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(15864,1,1,16770,1,3138396730,'2015-01-14 17:42:20','http://buttons-for-website.com'),(15865,1,1,16771,16,1123631995,'2015-01-14 18:15:26',''),(15866,1,1,16772,1,1123632003,'2015-01-14 18:21:50',''),(15867,1,1,16773,49,3024881071,'2015-01-14 19:58:09',''),(15868,1,1,16774,1,1123631987,'2015-01-14 20:02:57',''),(15869,1,1,16775,1,3024881047,'2015-01-14 20:20:42',''),(15870,1,1,16776,1,630719556,'2015-01-14 20:41:33','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(15871,1,1,16777,75,1123631987,'2015-01-14 20:55:04',''),(15872,1,1,16778,27,1123631987,'2015-01-14 22:36:04',''),(15873,1,1,16779,1,2996483064,'2015-01-14 22:55:32',''),(15874,1,1,16780,1,2996483064,'2015-01-14 22:55:35',''),(15875,1,1,16781,1,2996483064,'2015-01-14 22:55:39',''),(15876,1,1,16782,1,2996483064,'2015-01-14 22:55:43',''),(15877,1,1,16783,1,2071807818,'2015-01-14 23:34:56',''),(15878,1,1,16784,72,1123632003,'2015-01-15 00:07:17',''),(15879,1,1,16785,1,1466081699,'2015-01-15 00:33:34',''),(15880,1,1,16786,22,1123631987,'2015-01-15 00:57:47',''),(15881,1,1,16787,1,1123632003,'2015-01-15 01:07:34',''),(15882,1,1,16788,1,1123631987,'2015-01-15 03:49:24',''),(15883,1,1,16789,1,1123631987,'2015-01-15 06:21:18',''),(15884,1,1,16790,56,3024881301,'2015-01-15 08:03:39',''),(15885,1,1,16791,1,3560358680,'2015-01-15 11:07:29','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(15886,1,1,16792,1,1123631987,'2015-01-15 11:09:17',''),(15887,1,1,16793,16,3024880953,'2015-01-15 12:10:40',''),(15888,1,1,16794,1,1123631987,'2015-01-15 12:42:52',''),(15889,1,1,16795,1,1123631995,'2015-01-15 15:30:29',''),(15890,1,1,16796,1,1937646225,'2015-01-15 16:13:22',''),(15891,1,1,16797,1,1937646225,'2015-01-15 16:13:25',''),(15892,1,1,16798,18,1937646225,'2015-01-15 16:13:27',''),(15893,1,1,16799,3,1937646225,'2015-01-15 16:13:30',''),(15894,1,1,16800,1,1937646225,'2015-01-15 16:13:32',''),(15895,1,1,16801,1,1937646225,'2015-01-15 16:13:34',''),(15896,1,1,16802,1,1937646225,'2015-01-15 16:13:36',''),(15897,1,1,16803,6,1937646225,'2015-01-15 16:13:39',''),(15898,1,1,16804,1,1937646225,'2015-01-15 16:13:41',''),(15899,1,1,16805,9,1937646225,'2015-01-15 16:13:43',''),(15900,1,1,16806,1,1937646225,'2015-01-15 16:13:45',''),(15901,1,1,16807,1,1937646225,'2015-01-15 16:13:47',''),(15902,1,1,16808,1,1937646225,'2015-01-15 16:13:49',''),(15903,1,1,16809,1,1937646225,'2015-01-15 16:13:51',''),(15904,1,1,16810,1,1937646225,'2015-01-15 16:13:53',''),(15905,1,1,16811,29,1937646225,'2015-01-15 16:13:55',''),(15906,1,1,16812,1,1937646225,'2015-01-15 16:13:57',''),(15907,1,1,16813,1,1937646225,'2015-01-15 16:13:59',''),(15908,1,1,16814,1,1937646225,'2015-01-15 16:14:01',''),(15909,1,1,16815,1,1937646225,'2015-01-15 16:14:03',''),(15910,1,1,16816,1,1937646225,'2015-01-15 16:14:05',''),(15911,1,1,16817,3,1937646225,'2015-01-15 16:14:07',''),(15912,1,1,16818,1,1806317554,'2015-01-15 16:26:43',''),(15913,1,1,16819,6,1806317554,'2015-01-15 16:26:51',''),(15914,1,1,16820,9,1806317554,'2015-01-15 16:27:01',''),(15915,1,1,16821,65,1806317554,'2015-01-15 16:27:06',''),(15916,1,1,16822,64,1806317554,'2015-01-15 16:27:11',''),(15917,1,1,16823,55,1806317554,'2015-01-15 16:27:16',''),(15918,1,1,16824,50,1806317554,'2015-01-15 16:27:20',''),(15919,1,1,16825,51,1806317554,'2015-01-15 16:27:26',''),(15920,1,1,16826,69,1806317554,'2015-01-15 16:27:32',''),(15921,1,1,16827,62,1806317554,'2015-01-15 16:27:36',''),(15922,1,1,16828,56,1806317554,'2015-01-15 16:27:42',''),(15923,1,1,16829,28,1806317554,'2015-01-15 16:27:46',''),(15924,1,1,16830,63,1806317554,'2015-01-15 16:27:51',''),(15925,1,1,16831,52,1806317554,'2015-01-15 16:27:57',''),(15926,1,1,16832,42,1806317554,'2015-01-15 16:28:01',''),(15927,1,1,16833,53,1806317554,'2015-01-15 16:28:06',''),(15928,1,1,16834,41,1806317554,'2015-01-15 16:28:11',''),(15929,1,1,16835,48,1806317554,'2015-01-15 16:28:16',''),(15930,1,1,16836,43,1806317554,'2015-01-15 16:28:22',''),(15931,1,1,16837,10,1806317554,'2015-01-15 16:28:27',''),(15932,1,1,16838,44,1806317554,'2015-01-15 16:28:31',''),(15933,1,1,16839,27,1806317554,'2015-01-15 16:28:37',''),(15934,1,1,16840,58,1806317554,'2015-01-15 16:28:41',''),(15935,1,1,16841,49,1806317554,'2015-01-15 16:28:47',''),(15936,1,1,16842,16,1806317554,'2015-01-15 16:28:51',''),(15937,1,1,16843,57,1806317554,'2015-01-15 16:28:56',''),(15938,1,1,16844,45,1806317554,'2015-01-15 16:29:01',''),(15939,1,1,16845,38,1806317554,'2015-01-15 16:29:06',''),(15940,1,1,16846,16,1806317554,'2015-01-15 16:29:12',''),(15941,1,1,16847,70,1806317554,'2015-01-15 16:29:16',''),(15942,1,1,16848,72,1806317554,'2015-01-15 16:29:22',''),(15943,1,1,16849,71,1806317554,'2015-01-15 16:29:26',''),(15944,1,1,16850,73,1806317554,'2015-01-15 16:29:31',''),(15945,1,1,16851,16,1806317554,'2015-01-15 16:29:36',''),(15946,1,1,16852,59,1806317554,'2015-01-15 16:29:42',''),(15947,1,1,16853,68,1806317554,'2015-01-15 16:29:46',''),(15948,1,1,16854,67,1806317554,'2015-01-15 16:29:50',''),(15949,1,1,16855,75,1806317554,'2015-01-15 16:29:57',''),(15950,1,1,16856,74,1806317554,'2015-01-15 16:30:01',''),(15951,1,1,16857,43,1806317554,'2015-01-15 16:30:06',''),(15952,1,1,16858,43,1806317554,'2015-01-15 16:30:11',''),(15953,1,1,16859,15,1806317554,'2015-01-15 16:30:15',''),(15954,1,1,16860,31,1806317554,'2015-01-15 16:30:21',''),(15955,1,1,16861,47,1806317554,'2015-01-15 16:30:26',''),(15956,1,1,16862,66,1806317554,'2015-01-15 16:30:31',''),(15957,1,1,16863,54,1806317554,'2015-01-15 16:30:36',''),(15958,1,1,16864,26,1806317554,'2015-01-15 16:30:41',''),(15959,1,1,16865,26,1806317554,'2015-01-15 16:30:47',''),(15960,1,1,16866,26,1806317554,'2015-01-15 16:30:51',''),(15961,1,1,16867,26,1806317554,'2015-01-15 16:30:56',''),(15962,1,1,16868,26,1806317554,'2015-01-15 16:31:02',''),(15963,1,1,16869,26,1806317554,'2015-01-15 16:31:06',''),(15964,1,1,16870,26,1806317554,'2015-01-15 16:31:12',''),(15965,1,1,16871,26,1806317554,'2015-01-15 16:31:16',''),(15966,1,1,16872,26,1806317554,'2015-01-15 16:31:21',''),(15967,1,1,16873,26,1806317554,'2015-01-15 16:31:26',''),(15968,1,1,16874,26,1806317554,'2015-01-15 16:31:30',''),(15969,1,1,16875,26,1806317554,'2015-01-15 16:31:36',''),(15970,1,1,16876,26,1806317554,'2015-01-15 16:31:41',''),(15971,1,1,16877,26,1806317554,'2015-01-15 16:31:47',''),(15972,1,1,16878,26,1806317554,'2015-01-15 16:31:51',''),(15973,1,1,16879,26,1806317554,'2015-01-15 16:31:57',''),(15974,1,1,16880,26,1806317554,'2015-01-15 16:32:01',''),(15975,1,1,16881,26,1806317554,'2015-01-15 16:32:06',''),(15976,1,1,16882,26,1806317554,'2015-01-15 16:32:11',''),(15977,1,1,16883,26,1806317554,'2015-01-15 16:32:16',''),(15978,1,1,16884,26,1806317554,'2015-01-15 16:32:21',''),(15979,1,1,16885,26,1806317554,'2015-01-15 16:32:26',''),(15980,1,1,16886,26,1806317554,'2015-01-15 16:32:31',''),(15981,1,1,16887,26,1806317554,'2015-01-15 16:32:36',''),(15982,1,1,16888,26,1806317554,'2015-01-15 16:32:41',''),(15983,1,1,16889,26,1806317554,'2015-01-15 16:32:47',''),(15984,1,1,16890,26,1806317554,'2015-01-15 16:32:50',''),(15985,1,1,16891,26,1806317554,'2015-01-15 16:32:56',''),(15986,1,1,16892,26,1806317554,'2015-01-15 16:33:00',''),(15987,1,1,16893,26,1806317554,'2015-01-15 16:33:06',''),(15988,1,1,16894,26,1806317554,'2015-01-15 16:33:11',''),(15989,1,1,16895,26,1806317554,'2015-01-15 16:33:16',''),(15990,1,1,16896,26,1806317554,'2015-01-15 16:33:21',''),(15991,1,1,16897,26,1806317554,'2015-01-15 16:33:26',''),(15992,1,1,16898,26,2071807804,'2015-01-15 17:29:27',''),(15993,1,1,16899,49,3024880962,'2015-01-15 17:53:20',''),(15994,1,1,16900,56,3024880968,'2015-01-15 18:47:17',''),(15995,1,1,16901,1,1542483308,'2015-01-15 19:32:21',''),(15996,1,1,16902,1,1542483276,'2015-01-15 19:32:22',''),(15997,1,1,16903,1,1542483273,'2015-01-15 19:32:23',''),(15998,1,1,16904,1,1123634733,'2015-01-15 20:04:48',''),(15999,1,1,16905,1,1123634747,'2015-01-15 20:25:32',''),(16000,1,1,16906,1,772045740,'2015-01-15 20:38:44',''),(16001,1,1,16907,1,772045740,'2015-01-15 20:38:50',''),(16002,1,1,16908,1,772045740,'2015-01-15 20:38:55',''),(16003,1,1,16909,1,772045740,'2015-01-15 20:39:13',''),(16004,1,1,16910,1,772045740,'2015-01-15 20:39:17',''),(16005,1,1,16911,1,772045740,'2015-01-15 20:39:21',''),(16006,1,1,16912,1,772045740,'2015-01-15 20:39:26',''),(16007,1,1,16913,1,772045740,'2015-01-15 20:39:29',''),(16008,1,1,16914,1,772045740,'2015-01-15 20:39:33',''),(16009,1,1,16915,1,772045740,'2015-01-15 20:39:36',''),(16010,1,1,16916,1,772045740,'2015-01-15 20:39:40',''),(16011,1,1,16917,1,772045740,'2015-01-15 20:39:45',''),(16012,1,1,16918,1,3361790881,'2015-01-15 22:16:29','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(16013,1,1,16919,1,1123631995,'2015-01-16 00:01:59',''),(16014,1,1,16920,55,3497226587,'2015-01-16 00:48:17',''),(16015,1,1,16921,1,2002596187,'2015-01-16 01:18:14','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(16016,1,1,16922,27,1123634747,'2015-01-16 01:40:18',''),(16017,1,1,16923,1,1123634824,'2015-01-16 01:52:33',''),(16018,1,1,16924,23,1123632003,'2015-01-16 02:43:32',''),(16019,1,1,16925,59,1123634747,'2015-01-16 03:48:30',''),(16020,1,1,16926,19,1123634747,'2015-01-16 04:28:54',''),(16021,1,1,16927,1,1123634733,'2015-01-16 04:32:25',''),(16022,1,1,16928,49,1123631987,'2015-01-16 08:13:43',''),(16023,1,1,16929,1,1123634740,'2015-01-16 09:23:56',''),(16024,1,1,16930,27,1123634733,'2015-01-16 09:34:27',''),(16025,1,1,16931,1,3024881196,'2015-01-16 10:55:43',''),(16026,1,1,16932,1,3024880977,'2015-01-16 11:00:10',''),(16027,1,1,16933,1,418374860,'2015-01-16 11:34:58','http://buttons-for-website.com'),(16028,1,1,16934,1,1833413890,'2015-01-16 12:21:17','https://www.google.co.uk/'),(16029,1,1,16935,1,2071807818,'2015-01-16 12:54:22',''),(16030,1,1,16936,1,524845107,'2015-01-16 13:01:48',''),(16031,1,1,16937,1,524845107,'2015-01-16 13:09:34',''),(16032,1,1,16938,59,1123631995,'2015-01-16 13:29:12',''),(16033,1,1,16939,27,1123632003,'2015-01-16 13:58:49',''),(16034,1,1,16940,1,1123631987,'2015-01-16 14:20:39',''),(16035,1,1,16941,1,3338415119,'2015-01-16 15:10:09',''),(16036,1,1,16942,47,2071807816,'2015-01-16 15:59:24',''),(16037,1,1,16943,1,1123632003,'2015-01-16 19:16:39',''),(16038,1,1,16944,1,1123631987,'2015-01-16 23:08:49',''),(16039,1,1,16946,1,2071807801,'2015-01-16 23:25:04',''),(16040,1,1,16947,1,2071807772,'2015-01-16 23:25:06',''),(16041,1,1,16948,1,2996483064,'2015-01-16 23:43:15',''),(16042,1,1,16949,1,2996483064,'2015-01-16 23:43:18',''),(16043,1,1,16950,1,2996483064,'2015-01-16 23:43:21',''),(16044,1,1,16951,1,2996483064,'2015-01-16 23:43:24',''),(16045,1,1,16952,1,1123631987,'2015-01-17 03:45:27',''),(16046,1,1,16953,1,1123631987,'2015-01-17 04:31:52',''),(16047,1,1,16954,1,3024881204,'2015-01-17 04:55:01',''),(16048,1,1,16955,1,1123631995,'2015-01-17 06:14:31',''),(16049,1,1,16956,1,1542483318,'2015-01-17 07:03:24',''),(16050,1,1,16957,1,1542483291,'2015-01-17 07:03:26',''),(16051,1,1,16958,1,1542483294,'2015-01-17 07:03:27',''),(16052,1,1,16959,1,86735152,'2015-01-17 10:20:21','http://anticrawler.org'),(16053,1,1,16960,1,3216315382,'2015-01-17 11:43:10','http://anticrawler.org'),(16054,1,1,16961,1,3342489297,'2015-01-17 11:46:08',''),(16055,1,1,16962,55,3024881214,'2015-01-17 12:39:39',''),(16056,1,1,16963,1,772036457,'2015-01-17 12:56:30',''),(16057,1,1,16964,1,772036457,'2015-01-17 12:56:35',''),(16058,1,1,16965,1,772036457,'2015-01-17 12:56:42',''),(16059,1,1,16966,1,772036457,'2015-01-17 12:56:48',''),(16060,1,1,16967,1,772036457,'2015-01-17 12:56:57',''),(16061,1,1,16968,1,772036457,'2015-01-17 12:57:06',''),(16062,1,1,16969,1,772036457,'2015-01-17 12:57:10',''),(16063,1,1,16970,1,772036457,'2015-01-17 12:57:16',''),(16064,1,1,16971,1,772036457,'2015-01-17 12:57:20',''),(16065,1,1,16972,1,772036457,'2015-01-17 12:57:25',''),(16066,1,1,16973,1,772036457,'2015-01-17 12:57:29',''),(16067,1,1,16974,1,772036457,'2015-01-17 12:57:36',''),(16068,1,1,16975,47,3702877351,'2015-01-17 19:40:30',''),(16069,1,1,16976,1,3120910637,'2015-01-17 22:14:14','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(16070,1,1,16977,1,2071807828,'2015-01-17 23:29:27',''),(16071,1,1,16978,1,2071807853,'2015-01-17 23:29:29',''),(16072,1,1,16979,1,1123634740,'2015-01-18 02:26:32',''),(16073,1,1,16980,54,2071807846,'2015-01-18 04:37:19',''),(16074,1,1,16981,53,3024880955,'2015-01-18 05:53:18',''),(16075,1,1,16982,26,3702877357,'2015-01-18 06:15:05',''),(16076,1,1,16983,1,1123634740,'2015-01-18 08:45:27',''),(16077,1,1,16984,1,1542483305,'2015-01-18 11:11:20',''),(16078,1,1,16985,1,1542483278,'2015-01-18 11:11:21',''),(16079,1,1,16986,1,1542483316,'2015-01-18 11:11:22',''),(16080,1,1,16987,26,2637637554,'2015-01-18 11:12:48',''),(16081,1,1,16988,1,1123631987,'2015-01-18 11:22:23',''),(16082,1,1,16989,16,3497226587,'2015-01-18 12:23:54',''),(16083,1,1,16990,1,910904960,'2015-01-18 13:24:19','http://www.bing.com/search?pc=AMAZ&form=AMAZWB&setmkt=en-GB&q=tyre+repairs+accrington'),(16084,1,1,16991,1,1123632003,'2015-01-18 13:49:04',''),(16085,1,1,16992,1,2982173701,'2015-01-18 13:54:57','http://buttons-for-website.com'),(16086,1,1,16993,74,3024880915,'2015-01-18 14:12:11',''),(16087,1,1,16994,1,3587041297,'2015-01-18 14:15:56','http://www.google.co.uk/'),(16088,1,1,16995,74,3024881049,'2015-01-18 15:11:11',''),(16089,1,1,16996,43,3024881290,'2015-01-18 15:26:11',''),(16090,1,1,16997,1,1376856262,'2015-01-18 17:14:10','https://www.google.co.uk/'),(16091,1,1,16998,1,3024881207,'2015-01-18 18:08:47',''),(16092,1,1,16999,16,3164933963,'2015-01-18 18:25:29',''),(16093,1,1,17000,1,1384440275,'2015-01-18 18:28:06','https://www.google.co.uk/'),(16094,1,1,17001,1,1508525157,'2015-01-18 21:07:19',''),(16095,1,1,17002,1,1508525157,'2015-01-18 21:07:36',''),(16096,1,1,17003,1,1508525157,'2015-01-18 21:07:46',''),(16097,1,1,17004,1,1508525157,'2015-01-18 21:07:59',''),(16098,1,1,17005,1,1508525157,'2015-01-18 21:08:22',''),(16099,1,1,17006,1,1508525157,'2015-01-18 21:08:36',''),(16100,1,1,17007,1,2996483064,'2015-01-18 22:05:10',''),(16101,1,1,17008,1,2996483064,'2015-01-18 22:05:13',''),(16102,1,1,17009,1,2996483064,'2015-01-18 22:05:17',''),(16103,1,1,17010,1,2996483064,'2015-01-18 22:05:21',''),(16104,1,1,16990,1,1603764952,'2015-01-18 23:01:58','http://www.bing.com/search?q=Tyre+Fitters+in+Blackburn&FORM=QSRE5'),(16105,1,1,17011,1,1123631987,'2015-01-18 23:17:08',''),(16106,1,1,17012,73,3164934084,'2015-01-18 23:36:29',''),(16107,1,1,17013,26,3497226587,'2015-01-19 00:34:24',''),(16108,1,1,17014,1,1089906090,'2015-01-19 00:58:41','http://whois.domaintools.com/mstyresblackburn.co.uk'),(16109,1,1,17015,1,3218999297,'2015-01-19 03:18:13','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(16110,1,1,17016,1,1270738610,'2015-01-19 03:22:24','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(16111,1,1,17017,26,3497226587,'2015-01-19 04:35:02',''),(16112,1,1,17018,1,1123631987,'2015-01-19 06:47:07',''),(16113,1,1,17019,1,2990476559,'2015-01-19 07:44:00',''),(16114,1,1,17020,1,2990476559,'2015-01-19 07:44:02',''),(16115,1,1,17021,1,2990476559,'2015-01-19 07:44:05',''),(16116,1,1,17022,1,2990476559,'2015-01-19 07:44:07',''),(16117,1,1,17023,1,2990476559,'2015-01-19 07:44:09',''),(16118,1,1,17024,1,2990476559,'2015-01-19 07:44:11',''),(16119,1,1,17025,1,2990476559,'2015-01-19 07:44:15',''),(16120,1,1,17026,1,2990476559,'2015-01-19 07:44:17',''),(16121,1,1,17027,1,2990476559,'2015-01-19 07:44:20',''),(16122,1,1,17028,1,2990476559,'2015-01-19 07:44:22',''),(16123,1,1,17029,26,3497226587,'2015-01-19 08:34:10',''),(16124,1,1,17030,1,3024881086,'2015-01-19 08:39:07',''),(16125,1,1,17031,1,772045740,'2015-01-19 09:39:12',''),(16126,1,1,17032,1,772045740,'2015-01-19 09:39:19',''),(16127,1,1,17033,1,1365777848,'2015-01-19 10:08:15','https://www.google.co.uk/'),(16128,1,1,17034,1,1534943744,'2015-01-19 10:13:01',''),(16129,1,1,17035,53,3024880963,'2015-01-19 10:33:50',''),(16130,1,1,17036,1,1483225057,'2015-01-19 11:52:26','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&sqi=2&ved=0CFcQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=Ne-8VJqrFcu1UZHUgZAL&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.83829542,d.d24'),(16131,1,1,17037,26,2071807821,'2015-01-19 12:24:45',''),(16132,1,1,17038,1,525565604,'2015-01-19 13:07:12',''),(16133,1,1,17039,26,3497226059,'2015-01-19 14:34:59',''),(16134,1,1,17040,1,1542483308,'2015-01-19 16:04:32',''),(16135,1,1,17041,1,1542483294,'2015-01-19 16:04:33',''),(16136,1,1,17042,1,1542483291,'2015-01-19 16:04:34',''),(16137,1,1,17043,1,3260163375,'2015-01-19 16:16:03','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=3&sqi=2&ved=0CFEQoAIwAg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=OSy9VMfMFIne7Aaz1ICABA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(16138,1,1,17044,6,2637637570,'2015-01-19 16:21:54',''),(16139,1,1,17045,58,3164933924,'2015-01-19 17:47:04',''),(16140,1,1,17046,41,1123631987,'2015-01-19 17:49:40',''),(16141,1,1,17047,43,3702877277,'2015-01-19 18:16:24',''),(16142,1,1,17048,15,1123631995,'2015-01-19 18:41:06',''),(16143,1,1,17049,1,1123631995,'2015-01-19 19:18:08',''),(16144,1,1,17050,68,1123632003,'2015-01-19 19:46:56',''),(16145,1,1,17051,1,1123631995,'2015-01-19 20:30:08',''),(16146,1,1,17052,10,1123631995,'2015-01-19 21:17:27',''),(16147,1,1,17053,59,3024881299,'2015-01-19 21:21:11',''),(16148,1,1,17054,26,3497226587,'2015-01-19 21:33:10',''),(16149,1,1,17055,9,1123632003,'2015-01-19 22:10:56',''),(16150,1,1,17056,1,2071807776,'2015-01-19 22:30:54',''),(16151,1,1,17057,1,2071807775,'2015-01-19 22:30:56',''),(16152,1,1,17058,54,1123631987,'2015-01-19 22:56:11',''),(16153,1,1,17059,1,1123632003,'2015-01-19 23:10:36',''),(16154,1,1,17060,15,3497226059,'2015-01-19 23:20:54',''),(16155,1,1,17061,53,1123631987,'2015-01-19 23:47:37',''),(16156,1,1,17062,1,1123631987,'2015-01-20 00:37:00',''),(16157,1,1,17063,15,1123632003,'2015-01-20 01:24:18',''),(16158,1,1,17064,10,1123632003,'2015-01-20 01:59:16',''),(16159,1,1,17065,48,1123631987,'2015-01-20 02:48:39',''),(16160,1,1,17066,56,1123631995,'2015-01-20 04:02:44',''),(16161,1,1,17067,1,1123632003,'2015-01-20 04:04:47',''),(16162,1,1,17068,1,1123631987,'2015-01-20 04:13:00',''),(16163,1,1,17069,10,1123631995,'2015-01-20 04:41:48',''),(16164,1,1,17070,1,3024881192,'2015-01-20 05:02:53',''),(16165,1,1,17071,26,3497226587,'2015-01-20 05:25:34',''),(16166,1,1,17072,48,1123631987,'2015-01-20 05:45:34',''),(16167,1,1,17073,1,3338415119,'2015-01-20 06:22:38',''),(16168,1,1,17074,14,1123632003,'2015-01-20 06:47:17',''),(16169,1,1,17075,70,3024880963,'2015-01-20 06:49:48',''),(16170,1,1,17076,57,3164933963,'2015-01-20 07:09:00',''),(16171,1,1,17077,10,1123631987,'2015-01-20 07:26:22',''),(16172,1,1,17078,31,2071807842,'2015-01-20 07:35:25',''),(16173,1,1,17079,1,1123631995,'2015-01-20 07:42:50',''),(16174,1,1,17080,1,1123632003,'2015-01-20 08:01:21',''),(16175,1,1,17081,1,1506956925,'2015-01-20 08:29:57','https://www.google.gr/'),(16176,1,1,17082,48,1123632003,'2015-01-20 08:50:42',''),(16177,1,1,17083,1,3017096341,'2015-01-20 09:05:12','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(16178,1,1,17084,43,1123631987,'2015-01-20 10:31:31',''),(16179,1,1,17085,1,1365306864,'2015-01-20 10:51:38','https://www.google.co.uk/'),(16180,1,1,17086,1,1123632003,'2015-01-20 10:56:13',''),(16181,1,1,17087,1,1365306864,'2015-01-20 10:58:55',''),(16182,1,1,17088,1,1365306864,'2015-01-20 11:05:31',''),(16183,1,1,17089,1,1123631995,'2015-01-20 11:31:11',''),(16184,1,1,17090,1,3024881200,'2015-01-20 11:35:04',''),(16185,1,1,17091,1,1347466916,'2015-01-20 11:45:32','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CEcQFjAB&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=KD--VLr8DIqtadeAgYAP&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&sig2=s-yHyOvv3yn5xlcZM_KH6g&bvm=bv.83829542,d.d2s'),(16186,1,1,17092,51,1123631987,'2015-01-20 12:18:29',''),(16187,1,1,17093,1,1365306864,'2015-01-20 12:24:43',''),(16188,1,1,17085,1,1365306864,'2015-01-20 12:25:35','https://www.google.co.uk/'),(16189,1,1,17094,1,3649694594,'2015-01-20 13:21:01','https://www.google.co.uk/'),(16190,1,1,17095,1,1123632003,'2015-01-20 14:15:51',''),(16191,1,1,17096,59,3164934007,'2015-01-20 14:31:20',''),(16192,1,1,17097,26,3475901697,'2015-01-20 14:39:59',''),(16193,1,1,17098,51,1123631987,'2015-01-20 14:41:08',''),(16194,1,1,17100,1,1123631995,'2015-01-20 15:16:08',''),(16195,1,1,17101,6,3497226059,'2015-01-20 15:22:41',''),(16196,1,1,17102,1,1123631987,'2015-01-20 15:26:25',''),(16197,1,1,17103,45,1123631987,'2015-01-20 16:44:34',''),(16198,1,1,17104,38,1123631995,'2015-01-20 16:52:47',''),(16199,1,1,17105,53,3497226587,'2015-01-20 17:31:52',''),(16200,1,1,17106,16,3497226587,'2015-01-20 17:31:55',''),(16201,1,1,17107,68,1466211144,'2015-01-20 18:07:17','http://www.google.fi/imgres?imgurl=http://www.mstyresblackburn.co.uk/img/p/6/4/64-large_default.jpg&imgrefurl=http://www.mstyresblackburn.co.uk/index.php?id_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=jw6Xc_v7ufRbcM:&zoom=1&docid='),(16202,1,1,17108,1,1365306864,'2015-01-20 18:32:34',''),(16203,1,1,17109,1,1365306864,'2015-01-20 18:32:59',''),(16204,1,1,17110,1,1365306864,'2015-01-20 18:41:49',''),(16205,1,1,17111,46,1123631995,'2015-01-20 18:43:53',''),(16206,1,1,17112,18,3497226059,'2015-01-20 19:19:56',''),(16207,1,1,17113,16,3497226059,'2015-01-20 19:20:02',''),(16208,1,1,17114,43,3164934097,'2015-01-20 19:31:49',''),(16209,1,1,17115,44,3164934097,'2015-01-20 19:43:33',''),(16210,1,1,17116,31,1123632003,'2015-01-20 20:00:00',''),(16211,1,1,17117,6,1123631995,'2015-01-20 20:24:41',''),(16212,1,1,17118,1,2512959023,'2015-01-20 20:44:22','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(16213,1,1,17119,1,1542483306,'2015-01-20 21:08:06',''),(16214,1,1,17120,1,1542483314,'2015-01-20 21:08:07',''),(16215,1,1,17121,1,1542483313,'2015-01-20 21:08:08',''),(16216,1,1,17122,57,3497226587,'2015-01-20 21:28:33',''),(16217,1,1,17123,47,3497226587,'2015-01-20 21:28:37',''),(16218,1,1,17124,28,1123631987,'2015-01-20 21:45:26',''),(16219,1,1,17125,70,3024881041,'2015-01-20 22:29:26',''),(16220,1,1,17126,58,3475901697,'2015-01-20 22:53:33',''),(16221,1,1,17127,65,1123631987,'2015-01-20 23:13:43',''),(16222,1,1,17128,1,2996483064,'2015-01-20 23:32:44',''),(16223,1,1,17129,1,2996483064,'2015-01-20 23:32:48',''),(16224,1,1,17130,1,2996483064,'2015-01-20 23:33:03',''),(16225,1,1,17131,1,2996483064,'2015-01-20 23:33:10',''),(16226,1,1,17132,6,2637637570,'2015-01-20 23:45:57',''),(16227,1,1,17133,55,1123631995,'2015-01-21 00:08:45',''),(16228,1,1,17134,57,1123631995,'2015-01-21 00:45:24',''),(16229,1,1,17135,50,3497226587,'2015-01-21 01:02:04',''),(16230,1,1,17136,31,1123631987,'2015-01-21 01:11:44',''),(16231,1,1,17138,70,3497226059,'2015-01-21 02:57:47',''),(16232,1,1,17139,10,3497226059,'2015-01-21 02:57:52',''),(16233,1,1,17140,1,1123632003,'2015-01-21 05:30:01',''),(16234,1,1,17141,1,1123631995,'2015-01-21 06:11:58',''),(16235,1,1,17142,26,3497226059,'2015-01-21 06:58:24',''),(16236,1,1,17143,58,3497226059,'2015-01-21 06:58:30',''),(16237,1,1,17144,55,1123631987,'2015-01-21 09:24:17',''),(16238,1,1,17145,59,3024881166,'2015-01-21 09:34:52',''),(16239,1,1,17146,54,2071807762,'2015-01-21 10:03:27',''),(16240,1,1,17147,1,3338415115,'2015-01-21 11:07:00',''),(16241,1,1,17148,68,3475901697,'2015-01-21 11:55:41',''),(16242,1,1,17149,1,3479603870,'2015-01-21 12:38:12',''),(16243,1,1,17150,1,786803397,'2015-01-21 12:58:14',''),(16244,1,1,17151,3,3497226587,'2015-01-21 13:00:39',''),(16245,1,1,17152,51,3497226587,'2015-01-21 13:00:47',''),(16246,1,1,17153,1,1032306278,'2015-01-21 13:11:44','http://www.baidu.com/s?wd=Mstyresblackburn'),(16247,1,1,17154,1,3024881193,'2015-01-21 13:36:50',''),(16248,1,1,17155,16,2499524457,'2015-01-21 13:51:33',''),(16249,1,1,17156,26,3497226059,'2015-01-21 14:53:13',''),(16250,1,1,17157,1,772036457,'2015-01-21 15:20:36',''),(16251,1,1,17158,1,772036457,'2015-01-21 15:20:39',''),(16252,1,1,17159,1,772036457,'2015-01-21 15:20:43',''),(16253,1,1,17160,1,772036457,'2015-01-21 15:20:47',''),(16254,1,1,17161,1,772036457,'2015-01-21 15:20:51',''),(16255,1,1,17162,1,772036457,'2015-01-21 15:20:57',''),(16256,1,1,17163,1,772036457,'2015-01-21 15:21:01',''),(16257,1,1,17164,1,772036457,'2015-01-21 15:21:04',''),(16258,1,1,17165,1,772036457,'2015-01-21 15:21:11',''),(16259,1,1,17166,1,772036457,'2015-01-21 15:21:17',''),(16260,1,1,17167,1,772036457,'2015-01-21 15:21:22',''),(16261,1,1,17168,1,772036457,'2015-01-21 15:21:26',''),(16262,1,1,17169,62,772036457,'2015-01-21 15:21:31',''),(16263,1,1,17170,26,3475901697,'2015-01-21 16:40:11',''),(16264,1,1,17171,1,1123631987,'2015-01-21 18:11:54','');
INSERT INTO `tv_connections` VALUES (16265,1,1,17172,1,1123631987,'2015-01-21 18:46:27',''),(16266,1,1,17173,16,1123631995,'2015-01-21 19:52:40',''),(16267,1,1,17174,1,1464200896,'2015-01-21 20:46:03',''),(16268,1,1,17175,26,3497226587,'2015-01-21 21:00:09',''),(16269,1,1,17176,1,40104162,'2015-01-21 22:09:52','https://www.google.co.uk/'),(16270,1,1,17177,1,1041806726,'2015-01-21 22:14:45',''),(16271,1,1,17178,10,3024881297,'2015-01-22 00:28:35',''),(16272,1,1,17179,41,3497226587,'2015-01-22 01:06:47',''),(16273,1,1,17180,73,3497226059,'2015-01-22 02:56:47',''),(16274,1,1,17181,54,3497226059,'2015-01-22 06:56:45',''),(16275,1,1,17182,1,1542483284,'2015-01-22 09:31:33',''),(16276,1,1,17183,1,1542483316,'2015-01-22 09:31:34',''),(16277,1,1,17184,1,1542483283,'2015-01-22 09:31:35',''),(16278,1,1,17185,6,3024881307,'2015-01-22 10:06:06',''),(16279,1,1,17186,1,3024881168,'2015-01-22 10:36:04',''),(16280,1,1,17187,1,2071807778,'2015-01-22 12:45:16',''),(16281,1,1,17188,1,2071807771,'2015-01-22 12:45:19',''),(16282,1,1,17189,15,2071807845,'2015-01-22 12:57:21',''),(16283,1,1,17190,1,2829538665,'2015-01-22 13:01:22','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(16284,1,1,17191,27,2548196481,'2015-01-22 13:22:20','https://www.google.co.uk/'),(16285,1,1,17192,27,2548196481,'2015-01-22 13:22:23',''),(16286,1,1,17193,1,2071807757,'2015-01-22 13:30:41',''),(16287,1,1,17194,1,1032306276,'2015-01-22 13:38:02','http://www.baidu.com/s?wd=Mstyresblackburn'),(16288,1,1,17195,1,3107991420,'2015-01-22 13:40:37',''),(16289,1,1,17196,1,1123631995,'2015-01-22 14:31:14',''),(16290,1,1,17197,1,1123631987,'2015-01-22 14:41:22',''),(16291,1,1,17198,71,3164934097,'2015-01-22 15:25:15',''),(16292,1,1,17199,1,3024881217,'2015-01-22 15:35:20',''),(16293,1,1,17200,15,1123631995,'2015-01-22 16:23:00',''),(16294,1,1,17201,56,35648392,'2015-01-22 16:32:46','https://www.google.co.uk/'),(16295,1,1,17202,6,3024881215,'2015-01-22 18:49:26',''),(16296,1,1,17203,1,3169238579,'2015-01-22 19:58:33','http://buttons-for-website.com'),(16297,1,1,17204,26,3497226587,'2015-01-22 21:01:57',''),(16298,1,1,17205,1,1423436717,'2015-01-22 21:23:39','http://buttons-for-website.com'),(16299,1,1,17206,1,2996483064,'2015-01-22 23:07:59',''),(16300,1,1,17207,1,2996483064,'2015-01-22 23:08:02',''),(16301,1,1,17208,1,2996483064,'2015-01-22 23:08:05',''),(16302,1,1,17209,1,2996483064,'2015-01-22 23:08:09',''),(16303,1,1,17210,66,3024881303,'2015-01-23 00:00:50',''),(16304,1,1,17211,1,1545061480,'2015-01-23 00:15:52','https://www.google.co.uk/'),(16305,1,1,17212,1,1041806727,'2015-01-23 00:32:45',''),(16306,1,1,17213,1,1610244424,'2015-01-23 00:39:38','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(16307,1,1,17214,1,1041806726,'2015-01-23 00:46:32',''),(16308,1,1,17215,1,910451110,'2015-01-23 01:32:27',''),(16309,1,1,17216,1,1123632003,'2015-01-23 04:43:49',''),(16310,1,1,17217,1,3381724249,'2015-01-23 05:39:56','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(16311,1,1,17218,1,1123631987,'2015-01-23 05:48:27',''),(16312,1,1,17219,1,1247488934,'2015-01-23 06:48:58',''),(16313,1,1,17220,1,2637637485,'2015-01-23 07:13:13',''),(16314,1,1,17221,16,2297632795,'2015-01-23 10:24:50',''),(16315,1,1,17222,1,3702877302,'2015-01-23 10:33:41',''),(16316,1,1,17223,63,3497226059,'2015-01-23 10:57:33',''),(16317,1,1,17224,71,3024881288,'2015-01-23 11:07:36',''),(16318,1,1,17225,1,3372636428,'2015-01-23 11:28:01','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(16319,1,1,17226,15,2071807833,'2015-01-23 11:53:38',''),(16320,1,1,17227,1,1489413172,'2015-01-23 12:04:15',''),(16321,1,1,17228,1,1489413172,'2015-01-23 12:04:18',''),(16322,1,1,17229,1,1489413172,'2015-01-23 12:04:23',''),(16323,1,1,17230,1,1489413172,'2015-01-23 12:04:28',''),(16324,1,1,17231,1,1489413172,'2015-01-23 12:04:32',''),(16325,1,1,17232,1,1489413172,'2015-01-23 12:04:38',''),(16326,1,1,17233,1,1489413172,'2015-01-23 12:04:44',''),(16327,1,1,17234,1,1489413172,'2015-01-23 12:04:47',''),(16328,1,1,17235,1,1489413172,'2015-01-23 12:04:52',''),(16329,1,1,17236,1,1489413172,'2015-01-23 12:04:58',''),(16330,1,1,17237,1,1489413172,'2015-01-23 12:05:02',''),(16331,1,1,17238,1,1489413172,'2015-01-23 12:05:06',''),(16332,1,1,17239,62,1489413172,'2015-01-23 12:05:12',''),(16333,1,1,17240,1,36191674,'2015-01-23 12:22:11','http://buttons-for-website.com'),(16334,1,1,17241,1,1388538829,'2015-01-23 12:40:09','http://www.google.co.uk/url?sa=f&rct=j&url=http://mstyresblackburn.co.uk/&q=tyre+repairs+Whitebirk+Rd+Blackburn&ei=dkDCVNXrF-6S7AbZhoDQCA&usg=AFQjCNEwUDURnCGSVwf-uqskqjVRH_GA8g'),(16335,1,1,17242,1,1123631995,'2015-01-23 14:46:27',''),(16336,1,1,17243,1,778548372,'2015-01-23 14:50:27',''),(16337,1,1,17244,1,3015722358,'2015-01-23 14:50:27',''),(16338,1,1,17245,1,1123631987,'2015-01-23 14:52:25',''),(16339,1,1,17246,26,3497226059,'2015-01-23 14:56:14',''),(16340,1,1,17247,26,3497226059,'2015-01-23 14:56:29',''),(16341,1,1,17248,1,1542483281,'2015-01-23 15:06:32',''),(16342,1,1,17249,1,1542483288,'2015-01-23 15:06:34',''),(16343,1,1,17250,1,1542483290,'2015-01-23 15:06:35',''),(16344,1,1,17251,1,3429212575,'2015-01-23 15:07:03',''),(16345,1,1,17252,64,1156193768,'2015-01-23 15:26:53',''),(16346,1,1,17253,43,1168278378,'2015-01-23 15:26:53',''),(16347,1,1,17254,69,1168278372,'2015-01-23 15:26:54',''),(16348,1,1,17255,56,2916099006,'2015-01-23 15:26:54',''),(16349,1,1,17256,63,1247487124,'2015-01-23 15:26:54',''),(16350,1,1,17257,65,1145539615,'2015-01-23 15:26:55',''),(16351,1,1,17258,52,1145539586,'2015-01-23 15:26:55',''),(16352,1,1,17259,3,2919023133,'2015-01-23 15:26:56',''),(16353,1,1,17260,1,2917839413,'2015-01-23 15:26:57',''),(16354,1,1,17261,1,1816018910,'2015-01-23 15:26:58',''),(16355,1,1,17262,62,3339930059,'2015-01-23 15:26:58',''),(16356,1,1,17263,51,1137342065,'2015-01-23 15:26:58',''),(16357,1,1,17264,14,1123631995,'2015-01-23 15:52:27',''),(16358,1,1,17265,43,1123632003,'2015-01-23 15:58:28',''),(16359,1,1,17266,1,3479603715,'2015-01-23 16:08:41',''),(16360,1,1,17268,63,1123632003,'2015-01-23 16:52:29',''),(16361,1,1,17269,1,1298294219,'2015-01-23 17:41:27','https://www.google.co.uk/'),(16362,1,1,17270,57,3702877350,'2015-01-23 20:55:45',''),(16363,1,1,17271,27,3497226587,'2015-01-23 21:00:34',''),(16364,1,1,17272,1,3377134639,'2015-01-23 21:45:44','http://buttons-for-website.com'),(16365,1,1,17273,26,3497226059,'2015-01-23 22:54:05',''),(16366,1,1,17274,1,2515620879,'2015-01-23 23:04:58','https://www.google.co.uk/'),(16367,1,1,17275,1,3024880961,'2015-01-23 23:21:32',''),(16368,1,1,17276,1,1170541208,'2015-01-24 01:11:09',''),(16369,1,1,17278,28,1138227380,'2015-01-24 01:11:10',''),(16370,1,1,17277,1,1168280707,'2015-01-24 01:11:10',''),(16371,1,1,17279,1,1208715984,'2015-01-24 01:11:11',''),(16372,1,1,17280,1,1168281190,'2015-01-24 01:11:11',''),(16373,1,1,17281,9,1168280732,'2015-01-24 01:11:11',''),(16374,1,1,17282,18,3339930244,'2015-01-24 01:11:12',''),(16375,1,1,17283,50,2919023418,'2015-01-24 01:11:12',''),(16376,1,1,17284,57,1247488489,'2015-01-24 01:11:12',''),(16377,1,1,17286,41,1247486399,'2015-01-24 01:11:13',''),(16378,1,1,17285,1,3234330234,'2015-01-24 01:11:14',''),(16379,1,1,17287,1,2921651598,'2015-01-24 01:11:14',''),(16380,1,1,17288,1,1168284833,'2015-01-24 01:11:14',''),(16381,1,1,17289,1,1170542054,'2015-01-24 01:11:15',''),(16382,1,1,17290,53,1208527125,'2015-01-24 01:11:18',''),(16383,1,1,17291,68,3475901758,'2015-01-24 01:15:18',''),(16384,1,1,17292,10,1123631987,'2015-01-24 02:11:14',''),(16385,1,1,17293,1,3024881047,'2015-01-24 05:24:47',''),(16386,1,1,17294,71,3024881287,'2015-01-24 05:54:46',''),(16387,1,1,17295,1,3342489297,'2015-01-24 10:26:27',''),(16388,1,1,17296,1,1577543315,'2015-01-24 10:49:06','https://www.google.co.uk/'),(16389,1,1,17297,15,1208715977,'2015-01-24 10:51:11',''),(16390,1,1,17298,54,1081610763,'2015-01-24 10:51:11',''),(16391,1,1,17299,66,2917803357,'2015-01-24 10:51:12',''),(16392,1,1,17300,9,1123631995,'2015-01-24 10:53:04',''),(16393,1,1,17301,26,1208527453,'2015-01-24 10:54:22',''),(16394,1,1,17303,58,1247486234,'2015-01-24 10:54:24',''),(16395,1,1,17304,43,1247489806,'2015-01-24 10:54:25',''),(16396,1,1,17302,10,1145544401,'2015-01-24 10:54:25',''),(16397,1,1,17305,26,1208523634,'2015-01-24 10:54:25',''),(16398,1,1,17306,42,2917805474,'2015-01-24 10:54:26',''),(16399,1,1,17307,26,1208719700,'2015-01-24 10:54:28',''),(16400,1,1,17308,26,1168283719,'2015-01-24 10:54:28',''),(16401,1,1,17309,26,3234330126,'2015-01-24 10:54:28',''),(16402,1,1,17310,27,1208522607,'2015-01-24 10:54:29',''),(16403,1,1,17312,26,1137341997,'2015-01-24 10:54:30',''),(16404,1,1,17311,26,3339930096,'2015-01-24 10:54:31',''),(16405,1,1,17313,43,3351267767,'2015-01-24 10:54:31',''),(16406,1,1,17314,29,3339930712,'2015-01-24 10:54:31',''),(16407,1,1,17315,16,1247489136,'2015-01-24 10:54:31',''),(16408,1,1,17316,1,621499108,'2015-01-24 11:09:28','http://buttons-for-website.com'),(16409,1,1,17317,1,1123632003,'2015-01-24 12:21:02',''),(16410,1,1,17318,47,3702877353,'2015-01-24 12:46:03',''),(16411,1,1,17319,26,3497226587,'2015-01-24 13:02:12',''),(16412,1,1,17320,1,3024880920,'2015-01-24 14:01:19',''),(16413,1,1,17321,1,1610407912,'2015-01-24 14:42:08','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(16414,1,1,17322,1,1123634733,'2015-01-24 15:50:18',''),(16415,1,1,17323,1,1123634747,'2015-01-24 16:00:55',''),(16416,1,1,17324,63,1123631995,'2015-01-24 16:16:02',''),(16417,1,1,17325,26,1208527329,'2015-01-24 17:16:53',''),(16418,1,1,17326,26,1170542296,'2015-01-24 17:16:54',''),(16419,1,1,17327,26,2917803406,'2015-01-24 17:16:54',''),(16420,1,1,17328,67,1168278466,'2015-01-24 17:16:54',''),(16421,1,1,17329,26,1208532782,'2015-01-24 17:16:55',''),(16422,1,1,17330,68,1816042717,'2015-01-24 17:16:55',''),(16423,1,1,17331,27,1123634747,'2015-01-24 17:22:29',''),(16424,1,1,17332,1,1501727483,'2015-01-24 17:44:20','http://buttons-for-website.com'),(16425,1,1,17333,1,3338415115,'2015-01-24 18:03:41',''),(16426,1,1,17334,1,1123634740,'2015-01-24 18:52:56',''),(16427,1,1,17335,56,3475901716,'2015-01-24 19:06:29',''),(16428,1,1,17336,1,2566565097,'2015-01-24 19:23:09','http://buttons-for-website.com'),(16429,1,1,17337,1,1123634740,'2015-01-24 19:56:47',''),(16430,1,1,17338,1,1542483320,'2015-01-24 20:23:00',''),(16431,1,1,17339,1,1542483324,'2015-01-24 20:23:01',''),(16432,1,1,17340,1,1542483268,'2015-01-24 20:23:02',''),(16433,1,1,17341,26,3497226587,'2015-01-24 21:00:46',''),(16434,1,1,17342,16,1123634747,'2015-01-24 21:37:52',''),(16435,1,1,17343,28,3307346386,'2015-01-24 21:39:20','http://www.google.com.eg/imgres?imgurl=http://www.mstyresblackburn.co.uk/img/p/6/7/67-large_default.jpg&imgrefurl=http://www.mstyresblackburn.co.uk/index.php?id_product%3D11%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=LnB-ho1WJcj5aM:&zoom=1&do'),(16436,1,1,17344,1,1123634733,'2015-01-24 21:50:17',''),(16437,1,1,17345,26,3351267463,'2015-01-24 22:38:52',''),(16438,1,1,17346,26,3353997295,'2015-01-24 22:38:54',''),(16439,1,1,17347,26,1168277591,'2015-01-24 22:38:54',''),(16440,1,1,17348,59,1138227399,'2015-01-24 22:38:54',''),(16441,1,1,17349,3,1168277945,'2015-01-24 22:38:54',''),(16442,1,1,17350,16,2732175022,'2015-01-24 22:38:56',''),(16443,1,1,17351,59,1123634733,'2015-01-24 22:57:40',''),(16444,1,1,17352,1,3024881365,'2015-01-24 22:58:59',''),(16445,1,1,17353,1,2996483064,'2015-01-24 23:09:59',''),(16446,1,1,17354,1,2996483064,'2015-01-24 23:10:02',''),(16447,1,1,17355,1,2996483064,'2015-01-24 23:10:05',''),(16448,1,1,17356,1,2996483064,'2015-01-24 23:10:09',''),(16449,1,1,17357,1,3024881173,'2015-01-25 01:26:20',''),(16450,1,1,17358,44,1123634733,'2015-01-25 01:51:28',''),(16451,1,1,17359,1,1123634740,'2015-01-25 02:19:50',''),(16452,1,1,17360,58,1123634740,'2015-01-25 03:21:54',''),(16453,1,1,17361,71,1123634733,'2015-01-25 04:11:33',''),(16454,1,1,17362,1,1123634733,'2015-01-25 05:56:51',''),(16455,1,1,17363,1,1123634747,'2015-01-25 06:04:43',''),(16456,1,1,17364,49,1123634747,'2015-01-25 07:00:05',''),(16457,1,1,17365,15,1123634733,'2015-01-25 07:11:09',''),(16458,1,1,17366,59,624632436,'2015-01-25 07:20:50',''),(16459,1,1,17367,68,624632436,'2015-01-25 07:20:54',''),(16460,1,1,17368,75,624632436,'2015-01-25 07:20:57',''),(16461,1,1,17369,67,624632436,'2015-01-25 07:21:33',''),(16462,1,1,17370,74,624632436,'2015-01-25 07:21:43',''),(16463,1,1,17371,73,624632436,'2015-01-25 07:21:48',''),(16464,1,1,17372,71,624632436,'2015-01-25 07:21:52',''),(16465,1,1,17373,72,624632436,'2015-01-25 07:21:55',''),(16466,1,1,17374,70,624632436,'2015-01-25 07:22:15',''),(16467,1,1,17375,9,3024880977,'2015-01-25 08:09:52',''),(16468,1,1,17376,31,1123631987,'2015-01-25 08:39:21',''),(16469,1,1,17377,27,1123634747,'2015-01-25 08:53:32',''),(16470,1,1,17378,43,1123634747,'2015-01-25 09:32:33',''),(16471,1,1,17379,47,1123634740,'2015-01-25 10:31:05',''),(16472,1,1,17380,6,1123634747,'2015-01-25 11:40:15',''),(16473,1,1,17381,1,772045740,'2015-01-25 11:44:15',''),(16474,1,1,17382,1,772045740,'2015-01-25 11:44:21',''),(16475,1,1,17383,1,772017172,'2015-01-25 11:54:41',''),(16476,1,1,17384,1,772017172,'2015-01-25 11:54:44',''),(16477,1,1,17385,1,772017172,'2015-01-25 11:54:48',''),(16478,1,1,17386,1,772017172,'2015-01-25 11:54:50',''),(16479,1,1,17387,1,772017172,'2015-01-25 11:54:54',''),(16480,1,1,17388,1,772017172,'2015-01-25 11:54:57',''),(16481,1,1,17389,1,772017172,'2015-01-25 11:55:00',''),(16482,1,1,17390,1,772017172,'2015-01-25 11:55:03',''),(16483,1,1,17391,1,772017172,'2015-01-25 11:55:05',''),(16484,1,1,17392,1,772017172,'2015-01-25 11:55:08',''),(16485,1,1,17393,42,772017172,'2015-01-25 11:55:11',''),(16486,1,1,17394,50,772017172,'2015-01-25 11:55:16',''),(16487,1,1,17395,51,772017172,'2015-01-25 11:55:19',''),(16488,1,1,17396,56,772017172,'2015-01-25 11:55:22',''),(16489,1,1,17397,55,772017172,'2015-01-25 11:55:25',''),(16490,1,1,17398,54,1123632003,'2015-01-25 12:47:37',''),(16491,1,1,17399,43,3475901713,'2015-01-25 12:51:59',''),(16492,1,1,17400,1,786803397,'2015-01-25 13:10:19',''),(16493,1,1,17401,66,1123632003,'2015-01-25 13:46:44',''),(16494,1,1,17402,65,1439843486,'2015-01-25 13:52:33','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=10&ved=0CH4QFjAJ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=uPPEVP6IGOyf7gbg2YCIDw&usg=AFQjCNE1Ca_-PPn5dxqsbrcb2E1gypusN'),(16495,1,1,17403,41,1123631987,'2015-01-25 14:40:19',''),(16496,1,1,17404,56,3475901716,'2015-01-25 19:09:24',''),(16497,1,1,17405,1,1523232640,'2015-01-25 19:56:51','https://www.google.co.uk/'),(16498,1,1,17406,50,3024880977,'2015-01-25 21:06:49',''),(16499,1,1,17407,26,2297632795,'2015-01-25 21:11:34',''),(16500,1,1,17408,26,2297632795,'2015-01-25 21:11:39',''),(16501,1,1,17409,26,2297632795,'2015-01-25 21:11:46',''),(16502,1,1,17410,26,2297632795,'2015-01-25 21:11:58',''),(16503,1,1,17411,26,2297632795,'2015-01-25 21:12:11',''),(16504,1,1,17412,26,2297632795,'2015-01-25 21:12:19',''),(16505,1,1,17413,26,2297632795,'2015-01-25 21:12:26',''),(16506,1,1,17414,26,2297632795,'2015-01-25 21:12:32',''),(16507,1,1,17415,26,2297632795,'2015-01-25 21:12:37',''),(16508,1,1,17416,26,2297632795,'2015-01-25 21:12:44',''),(16509,1,1,17417,43,1123631987,'2015-01-25 21:27:36',''),(16510,1,1,17418,1,3138202583,'2015-01-25 23:16:48','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(16511,1,1,17419,1,3132135817,'2015-01-26 00:42:48','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(16512,1,1,17420,9,1123632003,'2015-01-26 01:23:25',''),(16513,1,1,17422,1,3142995525,'2015-01-26 02:48:34','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(16514,1,1,17423,9,3024881050,'2015-01-26 04:42:42',''),(16515,1,1,17424,15,3702877291,'2015-01-26 05:04:08',''),(16516,1,1,17425,1,2071807768,'2015-01-26 05:37:29',''),(16517,1,1,17426,1,1542483265,'2015-01-26 08:27:03',''),(16518,1,1,17427,1,1542483318,'2015-01-26 08:27:05',''),(16519,1,1,17428,1,1542483265,'2015-01-26 08:27:06',''),(16520,1,1,17429,66,3164934069,'2015-01-26 08:29:56',''),(16521,1,1,17430,27,1123631995,'2015-01-26 08:30:08',''),(16522,1,1,17431,67,1123632003,'2015-01-26 09:20:05',''),(16523,1,1,17432,1,1123631987,'2015-01-26 09:35:32',''),(16524,1,1,17433,26,3475901716,'2015-01-26 10:01:17',''),(16525,1,1,17434,73,1123631995,'2015-01-26 10:21:48',''),(16526,1,1,17436,3,1123631995,'2015-01-26 12:06:08',''),(16527,1,1,17437,27,1123634733,'2015-01-26 13:12:15',''),(16528,1,1,17438,72,2637637502,'2015-01-26 13:49:57',''),(16529,1,1,17439,23,1123634733,'2015-01-26 14:16:54',''),(16530,1,1,17440,1,1123631392,'2015-01-26 15:15:15',''),(16531,1,1,17442,1,1123634740,'2015-01-26 15:21:02',''),(16532,1,1,17443,1,3024881044,'2015-01-26 15:41:34',''),(16533,1,1,17444,43,2499509422,'2015-01-26 16:03:15',''),(16534,1,1,17445,43,2499509422,'2015-01-26 16:03:20',''),(16535,1,1,17446,16,2499509422,'2015-01-26 16:03:23',''),(16536,1,1,17447,16,2499509422,'2015-01-26 16:03:26',''),(16537,1,1,17448,54,2499509422,'2015-01-26 16:03:29',''),(16538,1,1,17449,66,2499509422,'2015-01-26 16:03:33',''),(16539,1,1,17450,15,2499509422,'2015-01-26 16:03:37',''),(16540,1,1,17451,31,2499509422,'2015-01-26 16:03:46',''),(16541,1,1,17452,47,2499509422,'2015-01-26 16:04:12',''),(16542,1,1,17453,27,2499509422,'2015-01-26 16:04:20',''),(16543,1,1,17454,44,2499509422,'2015-01-26 16:04:34',''),(16544,1,1,17455,49,2499509422,'2015-01-26 16:04:38',''),(16545,1,1,17456,58,2499509422,'2015-01-26 16:04:41',''),(16546,1,1,17457,10,2499509422,'2015-01-26 16:04:44',''),(16547,1,1,17458,59,1123634747,'2015-01-26 16:21:48',''),(16548,1,1,17459,27,1123634747,'2015-01-26 17:36:44',''),(16549,1,1,17460,48,3164934069,'2015-01-26 17:40:15',''),(16550,1,1,17461,1,3281707610,'2015-01-26 17:44:33',''),(16551,1,1,17462,23,1123634733,'2015-01-26 18:26:42',''),(16552,1,1,17463,1,2983146138,'2015-01-26 18:40:21','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(16553,1,1,17464,21,1123634747,'2015-01-26 19:22:32',''),(16554,1,1,17465,23,1123634747,'2015-01-26 20:29:40',''),(16555,1,1,17466,1,2996483064,'2015-01-26 22:03:50',''),(16556,1,1,17467,1,2996483064,'2015-01-26 22:03:53',''),(16557,1,1,17468,1,2996483064,'2015-01-26 22:03:56',''),(16558,1,1,17469,1,2996483064,'2015-01-26 22:03:59',''),(16559,1,1,17470,1,3141205909,'2015-01-26 22:48:47','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(16560,1,1,17471,71,3024881289,'2015-01-26 23:27:03',''),(16561,1,1,17472,45,3164934064,'2015-01-27 00:24:46',''),(16562,1,1,17473,50,3024881205,'2015-01-27 01:15:28',''),(16563,1,1,17474,1,3386572814,'2015-01-27 02:00:36','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(16564,1,1,17475,1,3197426585,'2015-01-27 02:05:57','http://buttons-for-website.com'),(16565,1,1,17476,73,3281696152,'2015-01-27 02:31:11',''),(16566,1,1,17477,6,3281696152,'2015-01-27 02:31:21',''),(16567,1,1,17478,1,1032306276,'2015-01-27 03:50:09','http://www.baidu.com/s?wd=Mstyresblackburn'),(16568,1,1,17479,1,1123634733,'2015-01-27 05:19:12',''),(16569,1,1,17480,27,3164934050,'2015-01-27 05:46:02',''),(16570,1,1,17481,1,1053985634,'2015-01-27 06:18:52',''),(16571,1,1,17482,3,2297630727,'2015-01-27 06:56:50',''),(16572,1,1,17483,1,84507533,'2015-01-27 08:57:14',''),(16573,1,1,17484,1,84507533,'2015-01-27 08:57:16',''),(16574,1,1,17485,1,84507533,'2015-01-27 08:57:18',''),(16575,1,1,17486,1,84507533,'2015-01-27 08:57:20',''),(16576,1,1,17487,1,84507533,'2015-01-27 08:57:22',''),(16577,1,1,17488,1,84507533,'2015-01-27 08:57:25',''),(16578,1,1,17489,1,84507533,'2015-01-27 08:57:27',''),(16579,1,1,17490,1,84507533,'2015-01-27 08:57:29',''),(16580,1,1,17491,1,84507533,'2015-01-27 08:57:31',''),(16581,1,1,17492,1,84507533,'2015-01-27 08:57:34',''),(16582,1,1,17493,38,84507533,'2015-01-27 08:57:36',''),(16583,1,1,17494,41,84507533,'2015-01-27 08:57:38',''),(16584,1,1,17495,53,84507533,'2015-01-27 08:57:40',''),(16585,1,1,17496,48,84507533,'2015-01-27 08:57:43',''),(16586,1,1,17497,52,84507533,'2015-01-27 08:57:45',''),(16587,1,1,17498,1,3105214586,'2015-01-27 09:06:20','https://www.google.co.uk/'),(16588,1,1,17499,1,2204827762,'2015-01-27 10:56:58',''),(16589,1,1,17500,26,3323674657,'2015-01-27 11:10:36',''),(16590,1,1,17501,26,3323674657,'2015-01-27 11:10:39',''),(16591,1,1,17502,1,1577497791,'2015-01-27 11:32:25','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&cad=rja&uact=8&ved=0CEIQFjAF&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=tnXHVMqTGMy0Ua-lgtAE&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&sig2=2_r4FZ6JunAA8pWfqfW1bw&bvm=bv.84349003,d.bGQ'),(16592,1,1,17503,1,3576187630,'2015-01-27 11:46:52','https://www.google.co.uk/'),(16593,1,1,17504,1,3337957812,'2015-01-27 12:11:44',''),(16594,1,1,17505,1,3337957812,'2015-01-27 12:11:58',''),(16595,1,1,17506,43,3164934081,'2015-01-27 13:31:05',''),(16596,1,1,17507,1,1367985999,'2015-01-27 13:48:47','https://www.google.co.uk/'),(16597,1,1,17508,1,1123635067,'2015-01-27 14:10:03',''),(16598,1,1,17509,26,3475901716,'2015-01-27 14:16:02',''),(16599,1,1,17510,56,3475901716,'2015-01-27 15:32:09',''),(16600,1,1,17511,1,3338415115,'2015-01-27 18:48:01',''),(16601,1,1,17512,1,3201028079,'2015-01-27 19:38:34','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(16602,1,1,17513,44,3024880958,'2015-01-27 20:21:54',''),(16603,1,1,17514,48,1545065243,'2015-01-28 00:36:03','https://www.google.co.uk/'),(16604,1,1,17515,1,1123635075,'2015-01-28 01:08:01',''),(16605,1,1,17516,66,3702877289,'2015-01-28 01:56:08',''),(16606,1,1,17517,1,1123635075,'2015-01-28 02:01:53',''),(16607,1,1,17518,71,3024881287,'2015-01-28 02:37:13',''),(16608,1,1,17519,1,1123635075,'2015-01-28 03:35:45',''),(16609,1,1,17520,1,3024880916,'2015-01-28 06:33:43',''),(16610,1,1,17521,66,1421940572,'2015-01-28 10:37:32','http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=13&ved=0CE0QFjAM&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_manufacturer%3D12%26controller%3Dmanufacturer%26id_lang%3D1&ei=ALrIVPvxNozcaIOggeAF&usg=AFQjCNE-wrplnwrgolz7IFNew1bA'),(16611,1,1,17522,1,3642828554,'2015-01-28 10:47:47','https://www.google.co.uk/'),(16612,1,1,17523,1,3642828554,'2015-01-28 10:47:48','https://www.google.co.uk/'),(16613,1,1,17524,1,918883847,'2015-01-28 10:48:32',''),(16614,1,1,17525,1,916875421,'2015-01-28 10:48:37',''),(16615,1,1,17526,1,911279933,'2015-01-28 10:48:38',''),(16616,1,1,17527,1,1753417100,'2015-01-28 10:48:43',''),(16617,1,1,17529,1,916974590,'2015-01-28 10:49:02',''),(16618,1,1,17528,1,387234553,'2015-01-28 10:49:02',''),(16619,1,1,17530,1,2733886488,'2015-01-28 10:49:06',''),(16620,1,1,17531,1,1753458124,'2015-01-28 10:49:07',''),(16621,1,1,17532,1,1368888003,'2015-01-28 12:53:41','https://www.google.co.uk/'),(16622,1,1,17533,73,3475901716,'2015-01-28 13:02:04',''),(16623,1,1,17534,1,3024881066,'2015-01-28 13:17:05',''),(16624,1,1,17535,74,3164934050,'2015-01-28 14:24:18',''),(16625,1,1,17536,1,1123635059,'2015-01-28 15:40:59',''),(16626,1,1,17537,1,3556943924,'2015-01-28 15:58:37','https://www.google.ie/'),(16627,1,1,17538,1,3479603870,'2015-01-28 16:31:51',''),(16628,1,1,17539,51,3024881064,'2015-01-28 17:16:55',''),(16629,1,1,17540,6,1607712971,'2015-01-28 19:18:35',''),(16630,1,1,17541,66,2071807766,'2015-01-28 19:46:05',''),(16631,1,1,17542,62,2071807845,'2015-01-28 23:46:24',''),(16632,1,1,17543,1,1441571474,'2015-01-29 00:48:34',''),(16633,1,1,17544,1,3702877265,'2015-01-29 03:29:48',''),(16634,1,1,17545,52,3164933909,'2015-01-29 03:32:44',''),(16635,1,1,17546,1,1542483300,'2015-01-29 05:29:15',''),(16636,1,1,17547,1,1123635059,'2015-01-29 06:45:14',''),(16637,1,1,17548,1,2996483064,'2015-01-29 08:31:27',''),(16638,1,1,17549,1,2996483064,'2015-01-29 08:31:30',''),(16639,1,1,17550,1,2996483064,'2015-01-29 08:31:33',''),(16640,1,1,17551,1,2996483064,'2015-01-29 08:31:36',''),(16641,1,1,17552,1,1489385711,'2015-01-29 09:17:31',''),(16642,1,1,17553,1,1123635059,'2015-01-29 10:33:29',''),(16643,1,1,17554,1,3024881298,'2015-01-29 10:40:44',''),(16644,1,1,17555,1,1123635059,'2015-01-29 11:36:16',''),(16645,1,1,17557,1,772036457,'2015-01-29 12:21:49',''),(16646,1,1,17558,1,772036457,'2015-01-29 12:21:54',''),(16647,1,1,17559,1,772036457,'2015-01-29 12:21:57',''),(16648,1,1,17560,1,772036457,'2015-01-29 12:22:01',''),(16649,1,1,17561,1,772036457,'2015-01-29 12:22:06',''),(16650,1,1,17562,1,772036457,'2015-01-29 12:22:09',''),(16651,1,1,17563,1,772036457,'2015-01-29 12:22:12',''),(16652,1,1,17564,1,772036457,'2015-01-29 12:22:16',''),(16653,1,1,17565,1,772036457,'2015-01-29 12:22:22',''),(16654,1,1,17566,1,772036457,'2015-01-29 12:22:27',''),(16655,1,1,17567,1,772036457,'2015-01-29 12:22:31',''),(16656,1,1,17568,1,772036457,'2015-01-29 12:22:35',''),(16657,1,1,17569,64,1123635059,'2015-01-29 12:51:46',''),(16658,1,1,17570,1,1123635604,'2015-01-29 13:16:25','https://www.google.co.uk/'),(16659,1,1,17571,15,3273340371,'2015-01-29 13:17:32','http://www.google.co.uk/url?url=http://www.mstyresblackburn.co.uk/index.php%3Fid_manufacturer%3D5%26controller%3Dmanufacturer%26id_lang%3D1&rct=j&frm=1&q=&esrc=s&sa=U&ei=MTLKVKnLE8biO-fegbAN&ved=0CBoQFjAB&usg=AFQjCNH2FTXI76_4LirRyyqMiKTBUkb_kw'),(16660,1,1,17572,9,3164934050,'2015-01-29 13:31:47',''),(16661,1,1,17573,1,3170514211,'2015-01-29 13:49:08','http://buttons-for-website.com'),(16662,1,1,17574,1,1441571474,'2015-01-29 13:53:34',''),(16663,1,1,17575,62,1123635059,'2015-01-29 13:55:26',''),(16664,1,1,17576,44,3024881083,'2015-01-29 14:38:13',''),(16665,1,1,17577,69,1123635059,'2015-01-29 14:39:20',''),(16666,1,1,17578,65,773950307,'2015-01-29 14:48:10','https://www.google.co.uk/'),(16667,1,1,17579,63,1123635067,'2015-01-29 15:49:34',''),(16668,1,1,17580,66,1123635075,'2015-01-29 16:19:15',''),(16669,1,1,17581,1,2637637502,'2015-01-29 16:25:16',''),(16670,1,1,17582,6,1607712971,'2015-01-29 16:35:40',''),(16671,1,1,17583,49,1603475220,'2015-01-29 16:53:16','https://www.google.co.uk/'),(16672,1,1,17584,65,3164934015,'2015-01-29 16:56:21',''),(16673,1,1,17585,1,1123635067,'2015-01-29 17:13:01',''),(16674,1,1,17586,1,2970721429,'2015-01-29 18:04:11','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(16675,1,1,17587,1,1123635075,'2015-01-29 18:27:39',''),(16676,1,1,17588,56,1123635067,'2015-01-29 18:47:23',''),(16677,1,1,17589,1,2976345771,'2015-01-29 18:49:49','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(16678,1,1,17590,43,3475901716,'2015-01-29 19:02:18',''),(16679,1,1,17591,1,3024880956,'2015-01-29 19:17:38',''),(16680,1,1,17592,16,3164934081,'2015-01-29 19:20:53',''),(16681,1,1,17593,68,1123635067,'2015-01-29 19:59:49',''),(16682,1,1,17594,63,1123635059,'2015-01-29 21:12:16',''),(16683,1,1,17595,75,1123635075,'2015-01-29 21:22:49',''),(16684,1,1,17596,47,1123635067,'2015-01-29 22:04:57',''),(16685,1,1,17597,65,1123635059,'2015-01-29 22:57:38',''),(16686,1,1,17598,1,1123635067,'2015-01-29 23:30:34',''),(16687,1,1,17599,15,1123635075,'2015-01-30 00:03:29',''),(16688,1,1,17600,1,3024881065,'2015-01-30 00:29:23',''),(16689,1,1,17601,1,831555267,'2015-01-30 00:37:24','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(16690,1,1,17602,52,1123635059,'2015-01-30 00:49:35',''),(16691,1,1,17603,6,3164934020,'2015-01-30 00:55:52',''),(16692,1,1,17605,1,1123635075,'2015-01-30 01:49:17',''),(16693,1,1,17606,56,3475901716,'2015-01-30 02:41:13',''),(16694,1,1,17607,1,1123635075,'2015-01-30 04:30:07',''),(16695,1,1,17608,66,3702877369,'2015-01-30 04:52:42',''),(16696,1,1,17609,1,3338415115,'2015-01-30 06:41:43',''),(16697,1,1,17610,1,3016837423,'2015-01-30 09:02:12','http://buttons-for-website.com'),(16698,1,1,17611,1,1367695961,'2015-01-30 10:57:09','https://www.google.co.uk/'),(16699,1,1,17612,1,1367695961,'2015-01-30 11:06:02','https://www.google.co.uk/'),(16700,1,1,17613,1,1542483265,'2015-01-30 12:09:08',''),(16701,1,1,17614,62,3164934069,'2015-01-30 12:49:10',''),(16702,1,1,17615,1,3215934355,'2015-01-30 13:07:15','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(16703,1,1,17616,65,1123635075,'2015-01-30 13:32:53',''),(16704,1,1,17617,49,3164934020,'2015-01-30 14:16:39',''),(16705,1,1,17618,15,1123635059,'2015-01-30 14:36:33',''),(16706,1,1,17619,51,3024881287,'2015-01-30 14:42:58',''),(16707,1,1,17620,68,3164934020,'2015-01-30 15:27:32',''),(16708,1,1,17621,50,1123635075,'2015-01-30 15:50:01',''),(16709,1,1,17622,68,1123635067,'2015-01-30 16:39:00',''),(16710,1,1,17623,64,3164934064,'2015-01-30 16:46:21',''),(16711,1,1,17624,14,1123635059,'2015-01-30 17:37:46',''),(16712,1,1,17625,10,1123635075,'2015-01-30 18:34:06',''),(16713,1,1,17626,41,1123635059,'2015-01-30 19:07:11',''),(16714,1,1,17627,1,1377523352,'2015-01-30 19:30:30','https://www.google.co.uk/'),(16715,1,1,17628,1,3702877300,'2015-01-30 19:34:35',''),(16716,1,1,17629,56,1123635059,'2015-01-30 19:47:34',''),(16717,1,1,17630,1,1123635075,'2015-01-30 20:26:35',''),(16718,1,1,17632,68,1123635067,'2015-01-30 21:25:32',''),(16719,1,1,17633,48,1123635067,'2015-01-30 22:36:33',''),(16720,1,1,17634,1,1796681156,'2015-01-30 22:50:04',''),(16721,1,1,17635,43,1123635075,'2015-01-30 23:30:26',''),(16722,1,1,17636,6,2637637502,'2015-01-30 23:44:58',''),(16723,1,1,17637,1,1544072303,'2015-01-31 00:16:00','http://maps.google.co.uk/local_url?dq=tyres+blackburn&q=http://www.mstyresblackburn.co.uk/&oi=miw&sa=X&ct=miw_link&cd=1&cad=homepage,cid:14846987743364526223&ei=tBfMVNCYNYijjAan84CYDg&s=ANYYN7mMMEo6LPeavjD7I_aeSLTXiHBbmQ'),(16724,1,1,17638,1,1041806727,'2015-01-31 00:17:19',''),(16725,1,1,17639,1,2996483064,'2015-01-31 00:28:12',''),(16726,1,1,17640,1,2996483064,'2015-01-31 00:28:16',''),(16727,1,1,17641,1,2996483064,'2015-01-31 00:28:19',''),(16728,1,1,17642,1,2996483064,'2015-01-31 00:28:23',''),(16729,1,1,17643,56,1123635075,'2015-01-31 00:39:00',''),(16730,1,1,17644,1,1123635059,'2015-01-31 01:30:08',''),(16731,1,1,17645,47,2071807762,'2015-01-31 01:52:51',''),(16732,1,1,17646,41,3024881286,'2015-01-31 02:42:00',''),(16733,1,1,17647,1,1123635067,'2015-01-31 04:20:56',''),(16734,1,1,17648,45,3475901716,'2015-01-31 05:42:30',''),(16735,1,1,17649,1,1123635059,'2015-01-31 06:15:25',''),(16736,1,1,17650,1,3024880916,'2015-01-31 06:50:01',''),(16737,1,1,17651,1,1357537613,'2015-01-31 06:50:19',''),(16738,1,1,17652,1,1357537613,'2015-01-31 06:50:21',''),(16739,1,1,17653,26,3475901716,'2015-01-31 06:51:56',''),(16740,1,1,17654,43,1452975418,'2015-01-31 07:41:40',''),(16741,1,1,17655,1,3024880972,'2015-01-31 08:18:03',''),(16742,1,1,17656,1,3024880976,'2015-01-31 08:45:51',''),(16743,1,1,17657,9,3475901716,'2015-01-31 08:59:46',''),(16744,1,1,17658,57,1123635067,'2015-01-31 09:38:49',''),(16745,1,1,17659,1,1123635067,'2015-01-31 11:16:57',''),(16746,1,1,17660,1,1508960253,'2015-01-31 12:26:01','https://www.google.co.uk/'),(16747,1,1,17661,1,1366185109,'2015-01-31 13:13:41',''),(16748,1,1,17662,1,1366185109,'2015-01-31 13:13:44',''),(16749,1,1,17663,1,1366185109,'2015-01-31 13:13:46',''),(16750,1,1,17664,1,1366185109,'2015-01-31 13:13:49',''),(16751,1,1,17665,1,1366185109,'2015-01-31 13:13:51',''),(16752,1,1,17666,1,1366185109,'2015-01-31 13:13:53',''),(16753,1,1,17667,1,1366185109,'2015-01-31 13:13:56',''),(16754,1,1,17668,1,1366185109,'2015-01-31 13:13:58',''),(16755,1,1,17669,1,1366185109,'2015-01-31 13:14:01',''),(16756,1,1,17670,1,1366185109,'2015-01-31 13:14:03',''),(16757,1,1,17671,1,1366185109,'2015-01-31 13:14:06',''),(16758,1,1,17672,1,1366185109,'2015-01-31 13:14:08',''),(16759,1,1,17673,43,3475901713,'2015-01-31 13:41:57',''),(16760,1,1,17674,59,3475901713,'2015-01-31 15:28:53',''),(16761,1,1,17675,65,3475901758,'2015-01-31 16:50:00',''),(16762,1,1,17676,26,3475901758,'2015-01-31 17:58:00',''),(16763,1,1,17677,26,2071807765,'2015-01-31 18:12:57',''),(16764,1,1,17678,1,1542483279,'2015-01-31 18:20:57',''),(16765,1,1,17679,56,1590000023,'2015-01-31 18:58:00','https://www.google.co.uk/'),(16766,1,1,17680,1,3024881089,'2015-01-31 19:22:59',''),(16767,1,1,17681,1,1123633619,'2015-01-31 19:52:08',''),(16768,1,1,17682,16,1123633627,'2015-01-31 20:29:02',''),(16769,1,1,17683,1,1377168837,'2015-01-31 21:12:34','http://www.google.co.uk/'),(16770,1,1,17684,59,3475901713,'2015-01-31 21:29:18',''),(16771,1,1,17685,47,3702877271,'2015-01-31 21:46:40',''),(16772,1,1,17686,1,1123633619,'2015-01-31 22:18:29',''),(16773,1,1,17687,26,3702877265,'2015-01-31 22:53:20',''),(16774,1,1,17688,1,3702877277,'2015-01-31 23:26:40',''),(16775,1,1,17689,1,3702877291,'2015-01-31 23:26:42',''),(16776,1,1,17690,1,410621255,'2015-02-01 00:14:47','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(16777,1,1,17691,1,3018634721,'2015-02-01 02:39:54','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(16778,1,1,17692,1,3633385918,'2015-02-01 03:05:26','http://whois.domaintools.com/mstyresblackburn.co.uk'),(16779,1,1,17693,1,1123633619,'2015-02-01 03:08:43',''),(16780,1,1,17694,1,3024880917,'2015-02-01 04:03:18',''),(16781,1,1,17695,1,1123633611,'2015-02-01 05:28:10',''),(16782,1,1,17696,1,1032306276,'2015-02-01 05:49:11','http://www.baidu.com/s?wd=Mstyresblackburn'),(16783,1,1,17697,56,1123633627,'2015-02-01 05:49:49',''),(16784,1,1,17698,68,1123633619,'2015-02-01 07:06:29',''),(16785,1,1,17699,1,3024881093,'2015-02-01 07:19:45',''),(16786,1,1,17700,9,1123633619,'2015-02-01 08:55:21',''),(16787,1,1,17701,56,1452975418,'2015-02-01 09:08:05',''),(16788,1,1,17702,45,1123633619,'2015-02-01 10:55:54',''),(16789,1,1,17703,1,916901429,'2015-02-01 10:59:50',''),(16790,1,1,17705,57,1123633627,'2015-02-01 11:13:34',''),(16791,1,1,17706,27,1123634740,'2015-02-01 14:01:41',''),(16792,1,1,17707,1,1596849788,'2015-02-01 15:15:52',''),(16793,1,1,17708,1,1596849788,'2015-02-01 15:16:09',''),(16794,1,1,17709,1,1596849788,'2015-02-01 15:16:23',''),(16795,1,1,17710,1,1596849788,'2015-02-01 15:16:44',''),(16796,1,1,17711,1,1596849788,'2015-02-01 15:17:02',''),(16797,1,1,17712,1,1123634747,'2015-02-01 15:43:57',''),(16798,1,1,17715,41,3024881169,'2015-02-01 16:08:37',''),(16799,1,1,17716,6,529856249,'2015-02-01 16:48:16',''),(16800,1,1,17717,59,1123634740,'2015-02-01 17:25:49',''),(16801,1,1,17718,26,2071807861,'2015-02-01 19:19:32',''),(16802,1,1,17719,1,3338415115,'2015-02-01 19:28:27',''),(16803,1,1,17720,1,3024881047,'2015-02-01 19:38:39',''),(16804,1,1,17721,27,1123634733,'2015-02-01 20:49:36',''),(16805,1,1,17722,1,1558900891,'2015-02-01 21:14:03','https://www.google.co.uk/'),(16806,1,1,17723,18,1123634747,'2015-02-01 21:28:05',''),(16807,1,1,17724,1,1123634733,'2015-02-01 21:43:15',''),(16808,1,1,17725,1,1123634747,'2015-02-02 00:46:41',''),(16809,1,1,17726,1,3475901716,'2015-02-02 01:11:10',''),(16810,1,1,17727,68,3024880991,'2015-02-02 01:11:47',''),(16811,1,1,17728,6,2996483064,'2015-02-02 01:30:13',''),(16812,1,1,17729,1,1806306010,'2015-02-02 04:05:15',''),(16813,1,1,17730,6,1806306010,'2015-02-02 04:05:24',''),(16814,1,1,17731,9,1806306010,'2015-02-02 04:05:34',''),(16815,1,1,17732,63,1806306010,'2015-02-02 04:05:39',''),(16816,1,1,17733,51,1806306010,'2015-02-02 04:05:44',''),(16817,1,1,17734,55,1806306010,'2015-02-02 04:05:49',''),(16818,1,1,17735,64,1806306010,'2015-02-02 04:05:54',''),(16819,1,1,17736,62,1806306010,'2015-02-02 04:05:58',''),(16820,1,1,17737,56,1806306010,'2015-02-02 04:06:04',''),(16821,1,1,17738,28,1806306010,'2015-02-02 04:06:09',''),(16822,1,1,17739,69,1806306010,'2015-02-02 04:06:14',''),(16823,1,1,17740,50,1806306010,'2015-02-02 04:06:19',''),(16824,1,1,17741,65,1806306010,'2015-02-02 04:06:24',''),(16825,1,1,17742,52,1806306010,'2015-02-02 04:06:29',''),(16826,1,1,17743,42,1806306010,'2015-02-02 04:06:34',''),(16827,1,1,17744,53,1806306010,'2015-02-02 04:06:39',''),(16828,1,1,17745,38,1806306010,'2015-02-02 04:06:44',''),(16829,1,1,17746,57,1806306010,'2015-02-02 04:06:49',''),(16830,1,1,17747,16,1806306010,'2015-02-02 04:06:54',''),(16831,1,1,17748,10,1806306010,'2015-02-02 04:06:59',''),(16832,1,1,17749,27,1806306010,'2015-02-02 04:07:04',''),(16833,1,1,17750,49,1806306010,'2015-02-02 04:07:09',''),(16834,1,1,17751,58,1806306010,'2015-02-02 04:07:14',''),(16835,1,1,17752,44,1806306010,'2015-02-02 04:07:19',''),(16836,1,1,17753,45,1806306010,'2015-02-02 04:07:24',''),(16837,1,1,17754,48,1806306010,'2015-02-02 04:07:29',''),(16838,1,1,17755,43,1806306010,'2015-02-02 04:07:34',''),(16839,1,1,17756,41,1806306010,'2015-02-02 04:07:39',''),(16840,1,1,17757,16,1806306010,'2015-02-02 04:07:44',''),(16841,1,1,17758,75,1806306010,'2015-02-02 04:07:49',''),(16842,1,1,17759,59,1806306010,'2015-02-02 04:07:54',''),(16843,1,1,17760,68,1806306010,'2015-02-02 04:07:59',''),(16844,1,1,17761,67,1806306010,'2015-02-02 04:08:04',''),(16845,1,1,17762,74,1806306010,'2015-02-02 04:08:09',''),(16846,1,1,17763,16,1806306010,'2015-02-02 04:08:14',''),(16847,1,1,17764,73,1806306010,'2015-02-02 04:08:18',''),(16848,1,1,17765,71,1806306010,'2015-02-02 04:08:23',''),(16849,1,1,17766,70,1806306010,'2015-02-02 04:08:28',''),(16850,1,1,17767,72,1806306010,'2015-02-02 04:08:34',''),(16851,1,1,17768,43,1806306010,'2015-02-02 04:08:39',''),(16852,1,1,17769,43,1806306010,'2015-02-02 04:08:44',''),(16853,1,1,17770,47,1806306010,'2015-02-02 04:08:48',''),(16854,1,1,17771,31,1806306010,'2015-02-02 04:08:54',''),(16855,1,1,17772,15,1806306010,'2015-02-02 04:08:59',''),(16856,1,1,17773,54,1806306010,'2015-02-02 04:09:03',''),(16857,1,1,17774,66,1806306010,'2015-02-02 04:09:09',''),(16858,1,1,17775,26,1806306010,'2015-02-02 04:09:14',''),(16859,1,1,17776,26,1806306010,'2015-02-02 04:09:19',''),(16860,1,1,17777,26,1806306010,'2015-02-02 04:09:24',''),(16861,1,1,17778,26,1806306010,'2015-02-02 04:09:29',''),(16862,1,1,17779,26,1806306010,'2015-02-02 04:09:34',''),(16863,1,1,17780,26,1806306010,'2015-02-02 04:09:39',''),(16864,1,1,17781,26,1806306010,'2015-02-02 04:09:44',''),(16865,1,1,17782,26,1806306010,'2015-02-02 04:09:48',''),(16866,1,1,17783,26,1806306010,'2015-02-02 04:09:53',''),(16867,1,1,17784,26,1806306010,'2015-02-02 04:09:58',''),(16868,1,1,17785,26,1806306010,'2015-02-02 04:10:04',''),(16869,1,1,17786,26,1806306010,'2015-02-02 04:10:09',''),(16870,1,1,17787,26,1806306010,'2015-02-02 04:10:14',''),(16871,1,1,17788,26,1806306010,'2015-02-02 04:10:19',''),(16872,1,1,17789,26,1806306010,'2015-02-02 04:10:24',''),(16873,1,1,17790,26,1806306010,'2015-02-02 04:10:29',''),(16874,1,1,17791,26,1806306010,'2015-02-02 04:10:34',''),(16875,1,1,17792,26,1806306010,'2015-02-02 04:10:39',''),(16876,1,1,17793,26,1806306010,'2015-02-02 04:10:44',''),(16877,1,1,17794,26,1806306010,'2015-02-02 04:10:49',''),(16878,1,1,17795,26,1806306010,'2015-02-02 04:10:54',''),(16879,1,1,17796,26,1806306010,'2015-02-02 04:10:59',''),(16880,1,1,17797,26,1806306010,'2015-02-02 04:11:04',''),(16881,1,1,17798,26,1806306010,'2015-02-02 04:11:09',''),(16882,1,1,17799,26,1806306010,'2015-02-02 04:11:14',''),(16883,1,1,17800,26,1806306010,'2015-02-02 04:11:18',''),(16884,1,1,17801,26,1806306010,'2015-02-02 04:11:24',''),(16885,1,1,17802,26,1806306010,'2015-02-02 04:11:29',''),(16886,1,1,17803,26,1806306010,'2015-02-02 04:11:34',''),(16887,1,1,17804,26,1806306010,'2015-02-02 04:11:39',''),(16888,1,1,17805,26,1806306010,'2015-02-02 04:11:44',''),(16889,1,1,17806,26,1806306010,'2015-02-02 04:11:49',''),(16890,1,1,17807,26,1806306010,'2015-02-02 04:11:54',''),(16891,1,1,17808,26,1806306010,'2015-02-02 04:11:59',''),(16892,1,1,17809,26,3702877281,'2015-02-02 04:34:17',''),(16893,1,1,17810,16,1123634733,'2015-02-02 06:50:04',''),(16894,1,1,17811,1,2107934152,'2015-02-02 08:11:33','http://buttons-for-website.com'),(16895,1,1,17812,15,2637637627,'2015-02-02 08:25:15',''),(16896,1,1,17813,73,3024881291,'2015-02-02 09:27:41',''),(16897,1,1,17814,1,1123632003,'2015-02-02 09:43:44',''),(16898,1,1,17815,1,523356413,'2015-02-02 09:48:55','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=4&ved=0CFkQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=dUbPVI7LOcWt7gbWqoCQAw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(16899,1,1,17816,1,3160375598,'2015-02-02 10:09:39','http://www.tyreleader.co.uk/fitting-tyres/lancashire/accrington/garage-238'),(16900,1,1,17817,1,1542483275,'2015-02-02 10:32:21',''),(16901,1,1,17816,45,3160375598,'2015-02-02 10:48:49',''),(16902,1,1,17818,1,1123631995,'2015-02-02 11:16:31',''),(16903,1,1,17819,1,2990476559,'2015-02-02 11:35:17',''),(16904,1,1,17820,1,2990476559,'2015-02-02 11:35:20',''),(16905,1,1,17821,1,2990476559,'2015-02-02 11:35:23',''),(16906,1,1,17822,1,2990476559,'2015-02-02 11:35:27',''),(16907,1,1,17823,1,2990476559,'2015-02-02 11:35:30',''),(16908,1,1,17824,1,2990476559,'2015-02-02 11:35:33',''),(16909,1,1,17825,1,2990476559,'2015-02-02 11:35:36',''),(16910,1,1,17826,1,2990476559,'2015-02-02 11:35:39',''),(16911,1,1,17827,1,2990476559,'2015-02-02 11:35:42',''),(16912,1,1,17828,1,2990476559,'2015-02-02 11:35:47',''),(16913,1,1,17829,1,2990476559,'2015-02-02 11:35:52',''),(16914,1,1,17830,1,2990476559,'2015-02-02 11:35:55',''),(16915,1,1,17722,1,1056890685,'2015-02-02 11:46:21','https://www.google.co.uk/'),(16916,1,1,17831,54,3475901758,'2015-02-02 11:48:55',''),(16917,1,1,17832,42,3475901716,'2015-02-02 14:31:24',''),(16918,1,1,17833,1,1123631891,'2015-02-02 15:31:58',''),(16919,1,1,17834,31,3702877283,'2015-02-02 15:41:15',''),(16920,1,1,17835,26,2637637627,'2015-02-02 17:55:00',''),(16921,1,1,17836,1,3702877338,'2015-02-02 17:59:59',''),(16922,1,1,17837,1,3388720145,'2015-02-02 19:36:26','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(16923,1,1,17838,51,2996483064,'2015-02-02 19:54:55',''),(16924,1,1,17839,53,1123632003,'2015-02-02 20:14:57',''),(16925,1,1,17840,63,1123638661,'2015-02-02 20:15:05','http://www.google.com/search'),(16926,1,1,17841,1,2637637627,'2015-02-02 20:41:55',''),(16927,1,1,17842,1,1559971743,'2015-02-02 22:09:59','http://buttons-for-website.com'),(16928,1,1,17843,1,2996483064,'2015-02-03 00:10:18',''),(16929,1,1,17844,1,2996483064,'2015-02-03 00:10:21',''),(16930,1,1,17845,1,2996483064,'2015-02-03 00:10:24',''),(16931,1,1,17846,1,2996483064,'2015-02-03 00:10:27',''),(16932,1,1,17847,68,3475901758,'2015-02-03 00:31:17',''),(16933,1,1,17848,1,1123631987,'2015-02-03 00:40:03',''),(16934,1,1,17849,1,1123631995,'2015-02-03 01:36:19',''),(16935,1,1,17850,1,1123631987,'2015-02-03 01:43:25',''),(16936,1,1,17852,1,2974376333,'2015-02-03 02:53:09','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(16937,1,1,17853,1,3216023943,'2015-02-03 03:09:12','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(16938,1,1,17854,6,3475901758,'2015-02-03 07:17:06',''),(16939,1,1,17855,1,2466212318,'2015-02-03 08:11:18','http://www.bing.com/search?q=tyres+in+blackburn&form=PRLNCM&pc=MALCJS&refig=b97284c0cf394209a400273bfd7af3e6&pq=tyres+in+blacburn&sc=2-17&sp=1&qs=SC&sk='),(16940,1,1,17856,57,3475901758,'2015-02-03 09:00:15',''),(16941,1,1,17857,1,2548190346,'2015-02-03 10:12:46','http://www.discountshealthservice.com/companies/lancashire_list.asp'),(16942,1,1,17858,54,3024881200,'2015-02-03 11:02:41',''),(16943,1,1,17859,1,1123631987,'2015-02-03 11:07:48',''),(16944,1,1,17860,1,1365306864,'2015-02-03 11:26:15',''),(16945,1,1,17861,64,3024880954,'2015-02-03 12:42:41',''),(16946,1,1,17862,1,3429212575,'2015-02-03 12:57:05',''),(16947,1,1,17863,56,3587046799,'2015-02-03 13:16:38','https://www.google.co.uk/'),(16948,1,1,17864,44,1123631995,'2015-02-03 15:39:33',''),(16949,1,1,17865,31,3702877354,'2015-02-03 16:08:59',''),(16950,1,1,17866,1,1542483267,'2015-02-03 16:23:28',''),(16951,1,1,17867,1,1426564185,'2015-02-03 16:51:45','http://buttons-for-website.com'),(16952,1,1,17868,1,1489424452,'2015-02-03 17:55:59',''),(16953,1,1,17869,1,1505163290,'2015-02-03 18:50:56','https://www.google.de/'),(16954,1,1,17870,1,3276626750,'2015-02-03 20:09:05','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(16955,1,1,17871,1,3138373291,'2015-02-03 20:26:22','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(16956,1,1,17872,56,1442977414,'2015-02-03 21:18:48',''),(16957,1,1,17873,1,2536118293,'2015-02-03 21:21:46','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(16958,1,1,17874,1,1577750727,'2015-02-03 23:05:20','https://www.google.co.uk/'),(16959,1,1,17875,50,3702877365,'2015-02-03 23:29:37',''),(16960,1,1,17876,27,3392028218,'2015-02-04 00:51:03',''),(16961,1,1,17877,64,3024881195,'2015-02-04 01:25:25',''),(16962,1,1,17878,26,3702877352,'2015-02-04 03:27:56',''),(16963,1,1,17879,59,1123631987,'2015-02-04 03:30:49',''),(16964,1,1,17880,1,1123631995,'2015-02-04 03:55:43',''),(16965,1,1,17881,58,2996483064,'2015-02-04 04:17:12',''),(16966,1,1,17882,1,3024880957,'2015-02-04 04:42:15',''),(16967,1,1,17883,27,2996483064,'2015-02-04 04:51:46',''),(16968,1,1,17884,1,3024880913,'2015-02-04 06:12:40',''),(16969,1,1,17885,1,3024880914,'2015-02-04 06:12:42',''),(16970,1,1,17886,67,3475901713,'2015-02-04 06:43:03',''),(16971,1,1,17887,10,2996483064,'2015-02-04 06:47:44',''),(16972,1,1,17888,1,2044415990,'2015-02-04 08:22:19','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(16973,1,1,17889,44,2996483064,'2015-02-04 08:47:18',''),(16974,1,1,17890,1,2466185505,'2015-02-04 09:14:58','https://www.google.co.uk/'),(16975,1,1,17891,56,3475901716,'2015-02-04 11:12:26',''),(16976,1,1,17892,56,2996483064,'2015-02-04 11:51:02',''),(16977,1,1,17893,27,3024880914,'2015-02-04 12:13:53',''),(16978,1,1,17894,9,462875755,'2015-02-04 12:18:15',''),(16979,1,1,17895,1,462875755,'2015-02-04 12:18:40',''),(16980,1,1,17896,49,2996483064,'2015-02-04 12:37:29',''),(16981,1,1,17897,1,1123631987,'2015-02-04 12:57:05',''),(16982,1,1,17898,1,772036457,'2015-02-04 13:15:09',''),(16983,1,1,17899,1,772036457,'2015-02-04 13:15:13',''),(16984,1,1,17900,1,772036457,'2015-02-04 13:15:17',''),(16985,1,1,17901,1,772036457,'2015-02-04 13:15:20',''),(16986,1,1,17902,1,772036457,'2015-02-04 13:15:23',''),(16987,1,1,17903,1,772036457,'2015-02-04 13:15:27',''),(16988,1,1,17904,1,772036457,'2015-02-04 13:15:32',''),(16989,1,1,17905,1,772036457,'2015-02-04 13:15:35',''),(16990,1,1,17906,1,772036457,'2015-02-04 13:15:41',''),(16991,1,1,17907,1,772036457,'2015-02-04 13:15:44',''),(16992,1,1,17908,1,772036457,'2015-02-04 13:15:47',''),(16993,1,1,17909,1,772036457,'2015-02-04 13:15:52',''),(16994,1,1,17910,65,3284387586,'2015-02-04 13:22:35','https://www.google.co.uk/'),(16995,1,1,17911,72,3024881192,'2015-02-04 15:42:20',''),(16996,1,1,17912,1,1123631987,'2015-02-04 16:06:40',''),(16997,1,1,17913,1,1378196408,'2015-02-04 16:07:01',''),(16998,1,1,17914,1,3024881072,'2015-02-04 16:12:21',''),(16999,1,1,17915,43,3164933986,'2015-02-04 16:24:51',''),(17000,1,1,17916,1,44329362,'2015-02-04 17:28:04','http://buttons-for-website.com'),(17001,1,1,17917,1,1123631987,'2015-02-04 17:39:08',''),(17002,1,1,17918,54,3164933993,'2015-02-04 17:44:09',''),(17003,1,1,17919,1,1123631995,'2015-02-04 18:35:39',''),(17004,1,1,17920,1,1123631995,'2015-02-04 20:09:42',''),(17005,1,1,17921,1,1542483295,'2015-02-04 20:52:59',''),(17006,1,1,17922,67,3024881044,'2015-02-04 20:55:07',''),(17007,1,1,17923,1,3338415115,'2015-02-04 20:58:45',''),(17008,1,1,17924,1,3024880913,'2015-02-04 22:52:54',''),(17009,1,1,17925,1,3495573956,'2015-02-04 23:23:23',''),(17010,1,1,17926,16,1123631987,'2015-02-04 23:47:19',''),(17011,1,1,17927,1,2996483064,'2015-02-05 00:06:29',''),(17012,1,1,17928,1,2996483064,'2015-02-05 00:06:33',''),(17013,1,1,17929,1,2996483064,'2015-02-05 00:06:40',''),(17014,1,1,17930,1,2996483064,'2015-02-05 00:06:43',''),(17015,1,1,17931,1,1123631995,'2015-02-05 00:20:11',''),(17016,1,1,17933,1,3049627196,'2015-02-05 01:09:56','http://buttons-for-website.com'),(17017,1,1,17934,26,3475901716,'2015-02-05 01:24:14',''),(17018,1,1,17935,14,3475901716,'2015-02-05 06:16:27',''),(17019,1,1,17936,27,1443181294,'2015-02-05 06:17:30','https://www.google.co.uk/'),(17020,1,1,17937,58,2996483064,'2015-02-05 07:15:43',''),(17021,1,1,17938,27,2996483064,'2015-02-05 07:22:54',''),(17022,1,1,17939,41,3164934093,'2015-02-05 09:23:13',''),(17023,1,1,17940,1,3568795802,'2015-02-05 12:31:48','https://www.google.co.uk/'),(17024,1,1,17941,63,3475901758,'2015-02-05 12:39:36',''),(17025,1,1,17942,1,2071807786,'2015-02-05 14:04:56',''),(17026,1,1,17943,1,2071807757,'2015-02-05 14:04:59',''),(17027,1,1,17944,31,3164933982,'2015-02-05 17:28:16',''),(17028,1,1,17945,43,3475901713,'2015-02-05 19:52:28',''),(17029,1,1,17946,56,3475901716,'2015-02-05 20:39:06',''),(17030,1,1,17947,1,1123631987,'2015-02-05 21:32:35',''),(17031,1,1,17948,26,2071807839,'2015-02-05 22:01:12',''),(17032,1,1,17949,52,3024880921,'2015-02-05 22:47:16',''),(17033,1,1,17950,1,3024881068,'2015-02-06 01:32:58',''),(17034,1,1,17951,50,3164934036,'2015-02-06 02:08:37',''),(17035,1,1,17952,1,1123631987,'2015-02-06 02:33:00',''),(17036,1,1,17953,65,2996483064,'2015-02-06 03:36:42',''),(17037,1,1,17954,18,3475901713,'2015-02-06 03:40:45',''),(17038,1,1,17955,67,3024880921,'2015-02-06 04:41:08',''),(17039,1,1,17956,69,2996483064,'2015-02-06 05:45:50',''),(17040,1,1,17957,1,1542483323,'2015-02-06 07:03:26',''),(17041,1,1,17958,1,1123631987,'2015-02-06 07:14:15',''),(17042,1,1,17959,1,1123632003,'2015-02-06 07:26:30',''),(17043,1,1,17962,62,2996483064,'2015-02-06 07:53:38',''),(17044,1,1,17963,1,1385704063,'2015-02-06 08:50:04','https://www.google.co.uk/'),(17045,1,1,17964,41,2996483064,'2015-02-06 09:27:11',''),(17046,1,1,17965,1,3025665476,'2015-02-06 10:12:55','http://www.weburlopener.com/'),(17047,1,1,17966,48,2996483064,'2015-02-06 10:21:44',''),(17048,1,1,17967,1,1317872834,'2015-02-06 10:43:52','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CDQQFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=D5rUVLJlo8PuBvL9geAI&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&sig2=p38EnFshmHh4SmOIK7195Q&bvm=bv.85464276,d.ZGU'),(17049,1,1,17968,1,1317872834,'2015-02-06 10:44:03',''),(17050,1,1,17969,52,2996483064,'2015-02-06 10:52:27',''),(17051,1,1,17970,1,1123631995,'2015-02-06 12:16:59',''),(17052,1,1,17971,1,2499512947,'2015-02-06 12:49:11',''),(17053,1,1,17972,1,2499512947,'2015-02-06 12:49:22',''),(17054,1,1,17973,1,2499512947,'2015-02-06 12:49:44',''),(17055,1,1,17974,1,2499512947,'2015-02-06 12:49:50',''),(17056,1,1,17975,1,2499512947,'2015-02-06 12:50:01',''),(17057,1,1,17976,1,2499512947,'2015-02-06 12:50:22',''),(17058,1,1,17977,1,2499512947,'2015-02-06 12:50:30',''),(17059,1,1,17978,1,2499512947,'2015-02-06 12:50:41',''),(17060,1,1,17979,1,2499512947,'2015-02-06 12:50:46',''),(17061,1,1,17980,1,2499512947,'2015-02-06 12:50:50',''),(17062,1,1,17981,1,2499512947,'2015-02-06 12:51:00',''),(17063,1,1,17982,1,2499512947,'2015-02-06 12:51:09',''),(17064,1,1,17983,26,2996483064,'2015-02-06 13:50:52',''),(17065,1,1,17984,1,973817625,'2015-02-06 13:52:50','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(17066,1,1,17985,51,3164934007,'2015-02-06 14:08:04',''),(17067,1,1,17986,68,3160924976,'2015-02-06 14:16:59','http://www.google.de/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F4%2F64-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=jw6'),(17068,1,1,17987,1,1376167801,'2015-02-06 15:00:18','https://www.google.co.uk/'),(17069,1,1,17988,53,2996483064,'2015-02-06 15:04:18',''),(17070,1,1,17989,1,3014941764,'2015-02-06 15:46:05','http://buttons-for-website.com'),(17071,1,1,17990,38,2996483064,'2015-02-06 16:51:05',''),(17072,1,1,17991,1,1123631987,'2015-02-06 17:01:53',''),(17073,1,1,17992,1,3145555442,'2015-02-06 17:59:47','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(17074,1,1,17993,56,1592974660,'2015-02-06 18:40:34',''),(17075,1,1,17994,1,1299839234,'2015-02-06 18:41:26',''),(17076,1,1,17995,61,1315945420,'2015-02-06 18:42:21',''),(17077,1,1,17996,1,1565061840,'2015-02-06 18:45:38',''),(17078,1,1,17997,68,1599249046,'2015-02-06 20:37:25','http://www.google.cz/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&ved=0CAMQjxw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&ei=QSXVVJXgO8P4aKC_gsAP&bvm=bv.85464276,d.d2s&psig=AFQjCNEZJsYf6ki'),(17079,1,1,17998,41,3475901716,'2015-02-06 23:57:20',''),(17080,1,1,17999,63,2996483064,'2015-02-07 00:23:11',''),(17081,1,1,18000,1,2996483064,'2015-02-07 00:23:19',''),(17082,1,1,18001,1,2996483064,'2015-02-07 00:23:23',''),(17083,1,1,18002,1,2996483064,'2015-02-07 00:23:26',''),(17084,1,1,18003,1,2996483064,'2015-02-07 00:23:29',''),(17085,1,1,18004,64,3024880923,'2015-02-07 01:23:19',''),(17086,1,1,18005,65,836821164,'2015-02-07 01:27:03','https://www.google.co.nz/'),(17087,1,1,18006,1,2071807795,'2015-02-07 01:54:08',''),(17088,1,1,18007,1,1123631995,'2015-02-07 02:25:07',''),(17089,1,1,18008,1,3377978378,'2015-02-07 02:45:29','http://buttons-for-website.com'),(17090,1,1,18009,48,3024881209,'2015-02-07 03:07:52',''),(17091,1,1,18010,48,3475901758,'2015-02-07 06:28:47',''),(17092,1,1,18011,47,2071807823,'2015-02-07 07:24:34',''),(17093,1,1,18012,1,1542483323,'2015-02-07 09:16:49',''),(17094,1,1,18013,1,3587046694,'2015-02-07 09:30:06','https://www.google.co.uk/'),(17095,1,1,18014,26,3702877299,'2015-02-07 09:51:18',''),(17096,1,1,18015,1,3024881172,'2015-02-07 10:35:36',''),(17097,1,1,18016,1,3024881296,'2015-02-07 10:35:39',''),(17098,1,1,18017,1,2637637519,'2015-02-07 11:30:23',''),(17099,1,1,18018,1,2731721828,'2015-02-07 12:08:46',''),(17100,1,1,18019,72,3164933982,'2015-02-07 12:18:59',''),(17101,1,1,18020,1,1123632003,'2015-02-07 13:44:33',''),(17102,1,1,18021,1,1140732355,'2015-02-07 14:13:30','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(17103,1,1,18022,1,3338415115,'2015-02-07 14:29:44',''),(17104,1,1,18023,1,1123632003,'2015-02-07 14:33:01',''),(17105,1,1,18024,1,1123631987,'2015-02-07 14:36:32',''),(17106,1,1,18025,1,3702877366,'2015-02-07 15:10:31',''),(17107,1,1,18026,69,2071807802,'2015-02-07 16:17:10',''),(17108,1,1,18027,10,3164933993,'2015-02-07 18:00:55',''),(17109,1,1,18028,55,2071807804,'2015-02-07 18:25:09',''),(17110,1,1,18029,1,2953392682,'2015-02-07 18:36:48',''),(17111,1,1,18030,1,1032306400,'2015-02-07 19:05:01','http://www.baidu.com/s?wd=Mstyresblackburn'),(17112,1,1,18031,26,2071807845,'2015-02-07 19:31:49',''),(17113,1,1,18032,56,3475901716,'2015-02-07 19:41:19',''),(17114,1,1,18033,1,1460897512,'2015-02-07 19:44:03','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(17115,1,1,18034,26,2071807756,'2015-02-07 22:36:35',''),(17116,1,1,18035,1,1346481337,'2015-02-07 22:37:07','https://www.google.ba/'),(17117,1,1,18036,31,3475901758,'2015-02-07 23:35:47',''),(17118,1,1,18037,1,3175797967,'2015-02-08 00:49:09','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(17119,1,1,18038,26,3702877341,'2015-02-08 01:29:07',''),(17120,1,1,18039,69,3024881047,'2015-02-08 02:53:54',''),(17121,1,1,18040,16,1123632387,'2015-02-08 03:03:57',''),(17122,1,1,18041,58,3024881204,'2015-02-08 05:44:35',''),(17123,1,1,18042,66,2637637519,'2015-02-08 07:24:42',''),(17124,1,1,18043,1,1534687531,'2015-02-08 08:20:13',''),(17125,1,1,18044,1,1534687531,'2015-02-08 08:20:22',''),(17126,1,1,18045,1,1534687531,'2015-02-08 08:20:26',''),(17127,1,1,18046,1,1534687531,'2015-02-08 08:20:31',''),(17128,1,1,18047,1,1534687531,'2015-02-08 08:20:42',''),(17129,1,1,18048,1,1534687531,'2015-02-08 08:20:47',''),(17130,1,1,18049,1,1534687531,'2015-02-08 08:20:58',''),(17131,1,1,18050,1,1534687531,'2015-02-08 08:21:03',''),(17132,1,1,18051,1,1534687531,'2015-02-08 08:21:09',''),(17133,1,1,18052,1,1534687531,'2015-02-08 08:21:14',''),(17134,1,1,17913,1,1378531861,'2015-02-08 08:36:39',''),(17135,1,1,18053,1,1366185109,'2015-02-08 09:10:03',''),(17136,1,1,18054,1,1366185109,'2015-02-08 09:10:05',''),(17137,1,1,18055,16,1123632626,'2015-02-08 09:36:26',''),(17138,1,1,18056,16,3164933993,'2015-02-08 10:21:55',''),(17139,1,1,18057,1,1542483313,'2015-02-08 11:07:24',''),(17140,1,1,18058,42,3164933917,'2015-02-08 11:31:54',''),(17141,1,1,18059,1,2637637519,'2015-02-08 11:35:49',''),(17142,1,1,18060,1,1123632003,'2015-02-08 12:39:05',''),(17143,1,1,18061,1,3024880958,'2015-02-08 13:13:17',''),(17144,1,1,18062,1,1318095744,'2015-02-08 14:26:05','https://www.google.co.uk/'),(17145,1,1,18063,1,1318095744,'2015-02-08 14:27:52','https://www.google.co.uk/'),(17146,1,1,18064,1,1123631995,'2015-02-08 15:31:46',''),(17147,1,1,18065,3,2637637519,'2015-02-08 15:35:30',''),(17148,1,1,18066,1,1123631987,'2015-02-08 16:34:33',''),(17149,1,1,18068,26,2637637425,'2015-02-08 17:27:43',''),(17150,1,1,18069,1,3164933947,'2015-02-08 17:52:21',''),(17151,1,1,18070,38,3024881299,'2015-02-08 19:07:37',''),(17152,1,1,18071,1,1123632003,'2015-02-08 19:57:36',''),(17153,1,1,18072,67,3024881045,'2015-02-08 21:07:25',''),(17154,1,1,18073,1,3239672283,'2015-02-08 22:05:13',''),(17155,1,1,18074,1,3175402684,'2015-02-08 22:49:48','http://buttons-for-website.com'),(17156,1,1,18075,1,1123632003,'2015-02-08 22:57:49',''),(17157,1,1,18076,1,2996483064,'2015-02-08 23:13:55',''),(17158,1,1,18077,1,2996483064,'2015-02-08 23:13:58',''),(17159,1,1,18078,1,2996483064,'2015-02-08 23:14:01',''),(17160,1,1,18079,1,2996483064,'2015-02-08 23:14:04',''),(17161,1,1,18080,1,3024881293,'2015-02-08 23:15:56',''),(17162,1,1,18081,1,3479603870,'2015-02-08 23:48:42',''),(17163,1,1,18082,1,84478212,'2015-02-09 00:26:56','http://forum_thread764642.buy-forum.ru/?thread=764642'),(17164,1,1,18083,1,84478212,'2015-02-09 00:39:42','http://forum_thread764642.buy-forum.ru/?thread=764642'),(17165,1,1,18084,1,1976137186,'2015-02-09 04:25:19','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(17166,1,1,18085,1,2071807855,'2015-02-09 08:50:56',''),(17167,1,1,18086,1,2071807849,'2015-02-09 08:50:59',''),(17168,1,1,18087,1,1368449121,'2015-02-09 08:55:17','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&ved=0CCIQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=KXXYVOuXMrOp7AaxuIFA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.85464276,d.ZGU'),(17169,1,1,18088,1,1123632003,'2015-02-09 08:57:37',''),(17170,1,1,18089,1,1368449121,'2015-02-09 09:11:50','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=4&sqi=2&ved=0CDgQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=AHnYVICID6XW7gbXwoHIBg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.85464276,d.ZGU'),(17171,1,1,18090,1,1123631995,'2015-02-09 09:14:57',''),(17172,1,1,18091,1,3587046649,'2015-02-09 10:52:17',''),(17173,1,1,18092,1,2973842136,'2015-02-09 11:23:08','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(17174,1,1,18093,1,910842628,'2015-02-09 11:25:22',''),(17175,1,1,18094,51,910842628,'2015-02-09 11:25:32',''),(17176,1,1,18095,69,910842628,'2015-02-09 11:25:34',''),(17177,1,1,18096,62,910842628,'2015-02-09 11:25:35',''),(17178,1,1,18097,28,910842628,'2015-02-09 11:25:37',''),(17179,1,1,18098,63,910842628,'2015-02-09 11:25:38',''),(17180,1,1,18099,53,910842628,'2015-02-09 11:25:40',''),(17181,1,1,18100,3,910842628,'2015-02-09 11:25:41',''),(17182,1,1,18101,64,910842628,'2015-02-09 11:25:42',''),(17183,1,1,18102,18,910842628,'2015-02-09 11:25:44',''),(17184,1,1,18103,56,910842628,'2015-02-09 11:25:45',''),(17185,1,1,18104,50,910842628,'2015-02-09 11:25:47',''),(17186,1,1,18105,41,910842628,'2015-02-09 11:25:48',''),(17187,1,1,18106,65,910842628,'2015-02-09 11:25:49',''),(17188,1,1,18107,9,910842628,'2015-02-09 11:25:51',''),(17189,1,1,18108,38,910842628,'2015-02-09 11:25:52',''),(17190,1,1,18109,55,910842628,'2015-02-09 11:25:53',''),(17191,1,1,18110,6,910842628,'2015-02-09 11:25:54',''),(17192,1,1,18111,45,910842628,'2015-02-09 11:25:55',''),(17193,1,1,18112,1,1901191202,'2015-02-09 11:37:45',''),(17194,1,1,18113,18,1901191202,'2015-02-09 11:38:40',''),(17195,1,1,18114,1,1901191202,'2015-02-09 11:38:41',''),(17196,1,1,18115,1,1901191202,'2015-02-09 11:38:42',''),(17197,1,1,18117,9,1901191202,'2015-02-09 11:38:43',''),(17198,1,1,18116,1,1901191202,'2015-02-09 11:38:43',''),(17199,1,1,18118,3,1901191202,'2015-02-09 11:38:43',''),(17200,1,1,18120,1,1901191202,'2015-02-09 11:38:43',''),(17201,1,1,18121,1,1901191202,'2015-02-09 11:38:44',''),(17202,1,1,18123,1,1901191202,'2015-02-09 11:38:44',''),(17203,1,1,18119,1,1901191202,'2015-02-09 11:38:44',''),(17204,1,1,18122,1,1901191202,'2015-02-09 11:38:45',''),(17205,1,1,18124,1,1901191202,'2015-02-09 11:38:46',''),(17206,1,1,18126,1,1901191202,'2015-02-09 11:38:46',''),(17207,1,1,18125,1,1901191202,'2015-02-09 11:38:46',''),(17208,1,1,18129,6,1901191202,'2015-02-09 11:38:46',''),(17209,1,1,18128,1,1901191202,'2015-02-09 11:38:47',''),(17210,1,1,18131,1,1901191202,'2015-02-09 11:38:47',''),(17211,1,1,18127,1,1901191202,'2015-02-09 11:38:47',''),(17212,1,1,18130,1,1901191202,'2015-02-09 11:38:47',''),(17213,1,1,18132,1,1901191202,'2015-02-09 11:38:47',''),(17214,1,1,18133,1,1901191202,'2015-02-09 11:38:47',''),(17215,1,1,18134,1,1901191202,'2015-02-09 11:38:48',''),(17216,1,1,18136,1,1901191202,'2015-02-09 11:38:48',''),(17217,1,1,18135,1,1901191202,'2015-02-09 11:38:48',''),(17218,1,1,18137,48,1452716183,'2015-02-09 11:43:49','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=12&ved=0CGYQFjAL&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_category%3D39%26controller%3Dcategory%26id_lang%3D1&ei=Y5zYVIuNGMXV7ga_hIHoBQ&usg=AFQjCNF8U2fj9rhA-mztuPxpx9L4f5r'),(17219,1,1,18138,1,3024881383,'2015-02-09 12:17:33',''),(17220,1,1,18139,65,1298571463,'2015-02-09 12:39:20','https://www.google.co.uk/'),(17221,1,1,18140,1,84478212,'2015-02-09 12:55:41','http://forum_thread764642.buy-forum.ru/?thread=764642'),(17222,1,1,18141,1,1542483311,'2015-02-09 13:08:03',''),(17223,1,1,18142,1,1545494699,'2015-02-09 13:30:05','https://www.google.co.uk/'),(17224,1,1,18143,1,2953392682,'2015-02-09 14:34:51',''),(17225,1,1,18144,45,3702877343,'2015-02-09 15:31:06',''),(17226,1,1,18145,1,1043383304,'2015-02-09 16:11:05','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(17227,1,1,18146,1,3375059718,'2015-02-09 16:17:27','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(17228,1,1,18147,46,2071807789,'2015-02-09 16:46:04',''),(17229,1,1,18148,51,1123635075,'2015-02-09 17:06:05',''),(17230,1,1,18149,1,3024881284,'2015-02-09 18:56:13',''),(17231,1,1,18150,48,2071807761,'2015-02-09 20:26:30',''),(17232,1,1,18151,6,3024881189,'2015-02-09 22:28:55',''),(17233,1,1,18152,1,84478212,'2015-02-09 22:56:31','http://forum_thread764642.buy-forum.ru/?thread=764642'),(17234,1,1,18153,1,1123635067,'2015-02-09 22:56:41',''),(17235,1,1,18155,1,2231342849,'2015-02-10 00:21:20','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(17236,1,1,18156,38,3024881047,'2015-02-10 00:24:10',''),(17237,1,1,18157,71,1123635067,'2015-02-10 00:24:39',''),(17238,1,1,18158,1,3338415115,'2015-02-10 02:40:02',''),(17239,1,1,18159,1,1123635059,'2015-02-10 06:45:20',''),(17240,1,1,18160,1,1123635067,'2015-02-10 07:25:13',''),(17241,1,1,18161,56,3258801193,'2015-02-10 09:08:58','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=4&sqi=2&ved=0CDUQFjAD&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=1MnZVN7tH5PgasWrgNgM&usg=AFQjCNHI8TyhGzC1Mp5tZIcD'),(17242,1,1,18162,15,3164933954,'2015-02-10 09:55:12',''),(17243,1,1,18163,62,3169750036,'2015-02-10 10:03:20','http://www.google.fi/imgres?imgurl=http://www.mstyresblackburn.co.uk/img/p/5/9/59-large_default.jpg&imgrefurl=http://www.mstyresblackburn.co.uk/index.php?id_product%3D26%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=9AN1qQqqdEz-TM:&zoom=1&docid='),(17244,1,1,18164,65,1451544158,'2015-02-10 10:08:10',''),(17245,1,1,18165,1,1123635075,'2015-02-10 10:29:05',''),(17246,1,1,18166,26,2637637519,'2015-02-10 10:44:40',''),(17247,1,1,18167,1,1148409600,'2015-02-10 11:21:23',''),(17248,1,1,18168,1,1148409600,'2015-02-10 11:21:28',''),(17249,1,1,18169,1,1148409600,'2015-02-10 11:21:31',''),(17250,1,1,18170,1,1148409600,'2015-02-10 11:21:35',''),(17251,1,1,18171,1,1148409600,'2015-02-10 11:21:39',''),(17252,1,1,18172,1,1148409600,'2015-02-10 11:21:42',''),(17253,1,1,18173,1,1148409600,'2015-02-10 11:21:45',''),(17254,1,1,18174,1,1148409600,'2015-02-10 11:21:48',''),(17255,1,1,18175,1,1148409600,'2015-02-10 11:21:51',''),(17256,1,1,18176,1,1148409600,'2015-02-10 11:21:54',''),(17257,1,1,18177,1,1148409600,'2015-02-10 11:21:58',''),(17258,1,1,18178,1,1148409600,'2015-02-10 11:22:01',''),(17259,1,1,18179,1,1163186166,'2015-02-10 11:33:35',''),(17260,1,1,18180,65,3475901758,'2015-02-10 11:43:45',''),(17261,1,1,18181,72,1123635059,'2015-02-10 11:51:47',''),(17262,1,1,18182,1,1384442078,'2015-02-10 14:38:57','https://www.google.co.uk/'),(17263,1,1,18183,1,1123634747,'2015-02-10 15:04:34',''),(17264,1,1,18184,1,1542483305,'2015-02-10 15:05:09',''),(17265,1,1,18185,1,3702877337,'2015-02-10 15:37:48',''),(17266,1,1,18186,59,1123634733,'2015-02-10 15:39:09',''),(17267,1,1,18187,1,1596849788,'2015-02-10 16:10:55',''),(17268,1,1,18188,1,1596849788,'2015-02-10 16:11:09',''),(17269,1,1,18189,1,1596849788,'2015-02-10 16:11:21',''),(17270,1,1,18190,1,1596849788,'2015-02-10 16:11:41',''),(17271,1,1,18191,1,1596849788,'2015-02-10 16:11:53',''),(17272,1,1,18192,1,1596849788,'2015-02-10 16:12:05',''),(17273,1,1,18193,53,3164934076,'2015-02-10 16:12:46',''),(17274,1,1,18194,1,2982228644,'2015-02-10 16:35:25','http://buttons-for-website.com'),(17275,1,1,18195,47,3702877352,'2015-02-10 16:44:27',''),(17276,1,1,18196,6,3024881045,'2015-02-10 16:58:26',''),(17277,1,1,18197,1,523659645,'2015-02-10 20:50:21','https://www.google.co.uk/'),(17278,1,1,18198,1,3325264917,'2015-02-10 20:53:57',''),(17279,1,1,18199,1,3392028556,'2015-02-10 21:15:45',''),(17280,1,1,18200,1,1123634747,'2015-02-10 21:30:47',''),(17281,1,1,18201,6,2637637566,'2015-02-10 22:51:28',''),(17282,1,1,18202,1,84478212,'2015-02-10 23:43:39','http://forum_thread764642.buy-forum.ru/?thread=764642'),(17283,1,1,18203,26,2637637569,'2015-02-10 23:49:08',''),(17284,1,1,18204,1,2996483064,'2015-02-11 00:00:01',''),(17285,1,1,18205,1,2996483064,'2015-02-11 00:00:05',''),(17286,1,1,18206,1,2996483064,'2015-02-11 00:00:08',''),(17287,1,1,18207,1,2996483064,'2015-02-11 00:00:11',''),(17288,1,1,18208,70,1123634733,'2015-02-11 00:10:44',''),(17289,1,1,18209,51,1123634733,'2015-02-11 01:16:00',''),(17290,1,1,18210,63,3702877265,'2015-02-11 01:19:30',''),(17291,1,1,18211,16,1123631996,'2015-02-11 01:26:32',''),(17292,1,1,18212,1,1123634740,'2015-02-11 02:45:58',''),(17293,1,1,18213,10,1123634733,'2015-02-11 02:50:31',''),(17294,1,1,18214,56,1123634747,'2015-02-11 03:54:20',''),(17295,1,1,18215,48,1123634733,'2015-02-11 04:26:13',''),(17296,1,1,18216,26,2637637569,'2015-02-11 06:39:29',''),(17297,1,1,18217,54,1123634747,'2015-02-11 07:57:28',''),(17298,1,1,18218,16,1123634747,'2015-02-11 09:01:16',''),(17299,1,1,18219,63,3164933909,'2015-02-11 09:57:37',''),(17300,1,1,18220,1,1408669325,'2015-02-11 10:26:34',''),(17301,1,1,18221,43,2637637425,'2015-02-11 12:37:30',''),(17302,1,1,18222,26,2637637569,'2015-02-11 12:42:58',''),(17303,1,1,18223,15,3024881307,'2015-02-11 13:18:10',''),(17304,1,1,18224,56,1815984613,'2015-02-11 13:26:54',''),(17305,1,1,18225,1,1815984613,'2015-02-11 13:27:12',''),(17306,1,1,18226,56,1815984613,'2015-02-11 13:27:25',''),(17307,1,1,18227,1,1032306276,'2015-02-11 14:01:15','http://www.baidu.com/s?wd=Mstyresblackburn'),(17308,1,1,18228,47,2637637426,'2015-02-11 14:29:37',''),(17309,1,1,18229,1,1544769662,'2015-02-11 15:54:24','http://www.bing.com/search?q=ms+tyres&src=IE-SearchBox&FORM=IE8SRC'),(17310,1,1,18230,1,2071807786,'2015-02-11 16:50:40',''),(17311,1,1,18231,1,1542483289,'2015-02-11 17:25:33',''),(17312,1,1,18232,28,3702877347,'2015-02-11 17:37:23',''),(17313,1,1,18233,1,1976359415,'2015-02-11 17:55:35','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(17314,1,1,18234,43,2637637426,'2015-02-11 19:31:54',''),(17315,1,1,18235,1,1599856699,'2015-02-11 20:16:47','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(17316,1,1,18236,38,3164934095,'2015-02-11 20:36:03',''),(17317,1,1,18237,1,1467128269,'2015-02-11 20:41:53','https://www.google.co.uk/'),(17318,1,1,18238,1,2996483064,'2015-02-11 20:49:05',''),(17319,1,1,18239,1,2996483064,'2015-02-11 20:49:09',''),(17320,1,1,18240,1,2996483064,'2015-02-11 20:49:12',''),(17321,1,1,18241,1,2996483064,'2015-02-11 20:49:16',''),(17322,1,1,18242,54,1384440148,'2015-02-11 21:47:39','http://www.google.co.uk/'),(17323,1,1,18243,1,1384440148,'2015-02-11 21:47:55',''),(17324,1,1,18244,9,1384440148,'2015-02-11 21:48:05',''),(17325,1,1,18245,31,1384440148,'2015-02-11 21:48:15',''),(17326,1,1,18246,3,1384440148,'2015-02-11 21:49:02',''),(17327,1,1,18247,23,1384440148,'2015-02-11 21:49:08',''),(17328,1,1,18248,1,1123631988,'2015-02-11 22:00:26',''),(17329,1,1,18249,47,3702877283,'2015-02-11 22:40:01',''),(17330,1,1,18250,1,2972120546,'2015-02-11 23:04:08','http://buttons-for-website.com'),(17331,1,1,18251,1,3104467074,'2015-02-11 23:09:41',''),(17332,1,1,18252,1,1365306552,'2015-02-11 23:15:43',''),(17333,1,1,18253,1,1123631988,'2015-02-12 00:58:33',''),(17334,1,1,18255,1,1123631988,'2015-02-12 05:17:59',''),(17335,1,1,18256,1,1123631988,'2015-02-12 06:33:36',''),(17336,1,1,18257,30,1123632004,'2015-02-12 06:55:11',''),(17337,1,1,18258,52,3702877291,'2015-02-12 07:35:08',''),(17338,1,1,18259,6,1123631988,'2015-02-12 08:14:22',''),(17339,1,1,18260,75,3024881298,'2015-02-12 08:14:33',''),(17340,1,1,18261,1,1123631988,'2015-02-12 09:41:06',''),(17341,1,1,18262,15,3024881303,'2015-02-12 12:01:17',''),(17342,1,1,18263,1,1489375385,'2015-02-12 12:29:37',''),(17343,1,1,18264,1,1489375385,'2015-02-12 12:29:39',''),(17344,1,1,18265,1,1489375385,'2015-02-12 12:29:42',''),(17345,1,1,18266,1,1489375385,'2015-02-12 12:29:44',''),(17346,1,1,18267,1,1489375385,'2015-02-12 12:29:46',''),(17347,1,1,18268,1,1489375385,'2015-02-12 12:29:48',''),(17348,1,1,18269,1,1489375385,'2015-02-12 12:29:51',''),(17349,1,1,18270,1,1489375385,'2015-02-12 12:29:53',''),(17350,1,1,18271,1,1489375385,'2015-02-12 12:29:57',''),(17351,1,1,18272,1,1489375385,'2015-02-12 12:30:01',''),(17352,1,1,18273,1,1489375385,'2015-02-12 12:30:04',''),(17353,1,1,18274,1,1489375385,'2015-02-12 12:30:06',''),(17354,1,1,18275,26,1123631996,'2015-02-12 12:37:44',''),(17355,1,1,18276,1,2204827767,'2015-02-12 13:15:48',''),(17356,1,1,18277,47,3164933996,'2015-02-12 15:04:49',''),(17357,1,1,18278,1,1123634740,'2015-02-12 15:47:33',''),(17358,1,1,18279,1,3024881201,'2015-02-12 16:31:58',''),(17359,1,1,18280,1,3338415115,'2015-02-12 16:55:46',''),(17360,1,1,18281,65,48169627,'2015-02-12 17:01:22','http://www.google.co.uk/url?sa=t&rct=j&q=p609%20rapid%20235%2045%20r17&source=web&cd=6&ved=0CDAQFjAF&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=g9vcVI2bLKef7gb_84DgBA&usg=AFQjCNE1Ca_-'),(17361,1,1,18282,65,3024881289,'2015-02-12 17:14:27',''),(17362,1,1,18283,1,1032306395,'2015-02-12 17:35:30','http://www.baidu.com/s?wd=Mstyresblackburn'),(17363,1,1,18284,1,2637637566,'2015-02-12 19:46:46',''),(17364,1,1,18285,46,1123634747,'2015-02-12 22:29:04',''),(17365,1,1,18286,1,3024880956,'2015-02-12 23:44:29',''),(17366,1,1,18287,1,2996483064,'2015-02-13 01:00:42',''),(17367,1,1,18288,1,2996483064,'2015-02-13 01:00:46',''),(17368,1,1,18289,1,2996483064,'2015-02-13 01:00:49',''),(17369,1,1,18290,1,2996483064,'2015-02-13 01:00:53',''),(17370,1,1,18291,26,2637637426,'2015-02-13 01:50:17',''),(17371,1,1,18292,1,1123631112,'2015-02-13 05:27:32',''),(17372,1,1,18293,75,3024881197,'2015-02-13 05:42:47',''),(17373,1,1,18294,1,1542483284,'2015-02-13 07:30:37',''),(17374,1,1,18295,1,1123634747,'2015-02-13 07:59:06',''),(17375,1,1,18296,29,2637637556,'2015-02-13 09:48:46',''),(17376,1,1,18297,1,1123634733,'2015-02-13 11:55:10',''),(17377,1,1,18298,3,2297630727,'2015-02-13 13:18:21',''),(17378,1,1,18299,26,2297630727,'2015-02-13 13:18:23',''),(17379,1,1,18300,26,2297630727,'2015-02-13 13:18:26',''),(17380,1,1,18301,26,2297630727,'2015-02-13 13:18:28',''),(17381,1,1,18302,26,2297630727,'2015-02-13 13:18:31',''),(17382,1,1,18303,26,2297630727,'2015-02-13 13:18:35',''),(17383,1,1,18304,68,1123634747,'2015-02-13 14:22:57',''),(17384,1,1,18305,1,2071807814,'2015-02-13 15:40:34',''),(17385,1,1,18306,26,2637637557,'2015-02-13 17:02:07',''),(17386,1,1,18307,16,3164933954,'2015-02-13 17:14:22',''),(17387,1,1,18308,56,1298150357,'2015-02-13 17:49:49','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=15&ved=0CFYQFjAEOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=LzjeVKjAN4LxUsmZg4AL&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxTZM'),(17388,1,1,18309,28,3164933909,'2015-02-13 17:58:59',''),(17389,1,1,18310,1,1123631108,'2015-02-13 18:54:36',''),(17390,1,1,18311,68,1123631112,'2015-02-13 20:13:04',''),(17391,1,1,18312,1,1123631108,'2015-02-13 21:19:01',''),(17392,1,1,18313,1,1545240933,'2015-02-13 22:09:37','https://www.google.co.uk/'),(17393,1,1,18314,1,1596849155,'2015-02-13 22:51:32',''),(17394,1,1,18315,1,1596849155,'2015-02-13 22:51:56',''),(17395,1,1,18316,1,1596849155,'2015-02-13 22:52:12',''),(17396,1,1,18317,1,1596849155,'2015-02-13 22:52:26',''),(17397,1,1,18318,1,1596849155,'2015-02-13 22:52:46',''),(17398,1,1,18319,14,3702877357,'2015-02-14 00:25:22',''),(17399,1,1,18320,68,1123631300,'2015-02-14 01:53:18',''),(17400,1,1,18321,1,1123631108,'2015-02-14 02:12:59',''),(17401,1,1,18322,1,1508525141,'2015-02-14 02:29:37',''),(17402,1,1,18323,1,1508525141,'2015-02-14 02:29:52',''),(17403,1,1,18324,1,1508525141,'2015-02-14 02:30:10',''),(17404,1,1,18325,1,1508525141,'2015-02-14 02:30:28',''),(17405,1,1,18326,1,1508525141,'2015-02-14 02:30:48',''),(17406,1,1,18327,1,1508525141,'2015-02-14 02:31:03',''),(17407,1,1,18328,1,3024880959,'2015-02-14 04:14:26',''),(17408,1,1,18329,62,3024881086,'2015-02-14 04:44:17',''),(17409,1,1,18330,1,1089906130,'2015-02-14 04:44:40','http://whois.domaintools.com/mstyresblackburn.co.uk'),(17410,1,1,18331,42,3164933954,'2015-02-14 05:38:59',''),(17411,1,1,18332,70,2637637567,'2015-02-14 07:09:50',''),(17412,1,1,18333,65,3024881072,'2015-02-14 07:18:09',''),(17413,1,1,18334,1,2990476559,'2015-02-14 09:53:29',''),(17414,1,1,18335,1,2990476559,'2015-02-14 09:53:33',''),(17415,1,1,18336,1,2990476559,'2015-02-14 09:53:40',''),(17416,1,1,18337,1,2990476559,'2015-02-14 09:53:44',''),(17417,1,1,18338,1,2990476559,'2015-02-14 09:53:51',''),(17418,1,1,18339,1,2990476559,'2015-02-14 09:53:54',''),(17419,1,1,18340,1,2990476559,'2015-02-14 09:53:56',''),(17420,1,1,18341,1,2990476559,'2015-02-14 09:53:59',''),(17421,1,1,18342,1,2990476559,'2015-02-14 09:54:04',''),(17422,1,1,18343,1,2990476559,'2015-02-14 09:54:11',''),(17423,1,1,18344,1,2990476559,'2015-02-14 09:54:13',''),(17424,1,1,18345,1,2990476559,'2015-02-14 09:54:19',''),(17425,1,1,18346,1,1545014483,'2015-02-14 10:40:07','https://www.google.co.uk/'),(17426,1,1,18347,56,3164933909,'2015-02-14 10:51:34',''),(17427,1,1,18348,1,1542483304,'2015-02-14 11:30:38',''),(17428,1,1,18182,1,523529092,'2015-02-14 11:38:52','https://www.google.co.uk/'),(17429,1,1,18349,1,1123631300,'2015-02-14 11:48:23',''),(17430,1,1,18350,1,3138006491,'2015-02-14 17:11:29','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(17431,1,1,18351,1,1544760169,'2015-02-14 17:32:19','https://www.google.co.uk/'),(17432,1,1,18352,1,2202558488,'2015-02-14 18:51:12','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(17433,1,1,18353,1,1123631300,'2015-02-14 19:59:09',''),(17434,1,1,18354,1,1123631112,'2015-02-14 20:26:27',''),(17435,1,1,18355,1,2071807768,'2015-02-14 21:22:28',''),(17436,1,1,18356,1,1123631108,'2015-02-14 22:11:49',''),(17437,1,1,18357,1,2996483064,'2015-02-14 23:11:38',''),(17438,1,1,18358,1,2996483064,'2015-02-14 23:11:41',''),(17439,1,1,18359,1,2996483064,'2015-02-14 23:11:44',''),(17440,1,1,18360,1,2996483064,'2015-02-14 23:11:48',''),(17441,1,1,18361,1,1123631300,'2015-02-14 23:34:53',''),(17442,1,1,18362,28,3024880963,'2015-02-15 00:22:34',''),(17443,1,1,18363,1,1123631300,'2015-02-15 00:47:40',''),(17444,1,1,18364,26,1123631108,'2015-02-15 00:49:41',''),(17445,1,1,18367,26,1123631112,'2015-02-15 00:51:10',''),(17446,1,1,18369,62,3024880977,'2015-02-15 01:58:46',''),(17447,1,1,18370,10,2637637568,'2015-02-15 04:23:08',''),(17448,1,1,18371,1,840574723,'2015-02-15 05:35:07','http://buttons-for-website.com'),(17449,1,1,18372,1,1123631300,'2015-02-15 07:16:39',''),(17450,1,1,18373,1,35527252,'2015-02-15 10:56:20','https://www.google.co.uk/'),(17451,1,1,18374,38,3702877340,'2015-02-15 11:47:50',''),(17452,1,1,18375,56,1123631112,'2015-02-15 13:46:56',''),(17453,1,1,18376,1,1123631300,'2015-02-15 14:00:24',''),(17454,1,1,18377,1,1132719068,'2015-02-15 15:21:25',''),(17455,1,1,18378,1,1542483317,'2015-02-15 16:06:01',''),(17456,1,1,18379,1,1384439431,'2015-02-15 17:53:20',''),(17457,1,1,18379,1,1384439431,'2015-02-15 18:27:08',''),(17458,1,1,18380,56,3024880917,'2015-02-15 18:46:28',''),(17459,1,1,18381,1,1123631108,'2015-02-15 21:18:28',''),(17460,1,1,18382,26,2637637568,'2015-02-15 23:52:47',''),(17461,1,1,18383,58,3475901758,'2015-02-16 00:13:24',''),(17462,1,1,18384,1,1123631300,'2015-02-16 01:16:42',''),(17463,1,1,18385,1,1123631108,'2015-02-16 01:55:04',''),(17464,1,1,18386,26,2637637566,'2015-02-16 02:18:36',''),(17465,1,1,18387,1,786803397,'2015-02-16 02:32:06',''),(17466,1,1,18388,1,1123631112,'2015-02-16 05:58:31',''),(17467,1,1,18389,1,2996483064,'2015-02-16 06:01:53',''),(17468,1,1,18390,9,2637637567,'2015-02-16 06:21:47',''),(17469,1,1,18391,74,2637637566,'2015-02-16 07:08:12',''),(17470,1,1,18392,56,1123631108,'2015-02-16 07:45:57',''),(17471,1,1,18393,26,2637637566,'2015-02-16 08:44:11',''),(17472,1,1,18394,1,1523980772,'2015-02-16 09:16:11',''),(17473,1,1,18395,6,1523980772,'2015-02-16 09:16:12',''),(17474,1,1,18396,65,3475901758,'2015-02-16 10:10:27',''),(17475,1,1,18397,1,1123631300,'2015-02-16 10:11:31',''),(17476,1,1,18398,1,3024881303,'2015-02-16 10:46:24',''),(17477,1,1,18399,1,3017953345,'2015-02-16 12:15:42','http://buttons-for-website.com'),(17478,1,1,18400,1,1489375385,'2015-02-16 12:57:51',''),(17479,1,1,18401,1,1489375385,'2015-02-16 12:58:01',''),(17480,1,1,18402,1,1489375385,'2015-02-16 12:58:03',''),(17481,1,1,18403,1,1489375385,'2015-02-16 12:58:07',''),(17482,1,1,18404,1,1489375385,'2015-02-16 12:58:09',''),(17483,1,1,18405,1,1489375385,'2015-02-16 12:58:12',''),(17484,1,1,18406,1,1489375385,'2015-02-16 12:58:18',''),(17485,1,1,18407,1,1489375385,'2015-02-16 12:58:21',''),(17486,1,1,18408,1,1489375385,'2015-02-16 12:58:25',''),(17487,1,1,18409,1,1489375385,'2015-02-16 12:58:32',''),(17488,1,1,18410,1,1489375385,'2015-02-16 12:58:36',''),(17489,1,1,18411,1,1489375385,'2015-02-16 12:58:38',''),(17490,1,1,18412,28,3024881217,'2015-02-16 15:13:33',''),(17491,1,1,18413,1,3139613167,'2015-02-16 15:22:33','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(17492,1,1,18414,1,1123631300,'2015-02-16 15:40:14',''),(17493,1,1,18415,1,2978303891,'2015-02-16 16:19:01','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(17494,1,1,18416,16,3024881204,'2015-02-16 16:30:33',''),(17495,1,1,18417,1,3024881041,'2015-02-16 17:17:03',''),(17496,1,1,18418,10,1298595334,'2015-02-16 17:54:59','http://www.google.co.uk/'),(17497,1,1,18419,55,1495218437,'2015-02-16 18:14:01',''),(17498,1,1,18420,1,1495218437,'2015-02-16 18:14:06',''),(17499,1,1,18421,55,1495218437,'2015-02-16 18:14:10',''),(17500,1,1,18422,1,1460694011,'2015-02-16 19:43:09','http://buttons-for-website.com'),(17501,1,1,18423,1,1542483321,'2015-02-16 20:09:34',''),(17502,1,1,18424,1,1123631112,'2015-02-16 20:16:16',''),(17503,1,1,18425,49,3024881050,'2015-02-16 20:30:30',''),(17504,1,1,18426,1,1123631108,'2015-02-16 23:09:12',''),(17505,1,1,18427,1,3475901798,'2015-02-16 23:39:57',''),(17506,1,1,18428,71,1123631108,'2015-02-16 23:54:29',''),(17507,1,1,18429,1,2637637556,'2015-02-17 01:55:19',''),(17508,1,1,18430,26,2637637556,'2015-02-17 01:55:20',''),(17509,1,1,18431,1,2637637556,'2015-02-17 01:55:22',''),(17510,1,1,18432,56,3024881217,'2015-02-17 02:01:30',''),(17511,1,1,18433,26,3475901758,'2015-02-17 02:07:07',''),(17512,1,1,18434,26,3475901798,'2015-02-17 02:07:13',''),(17513,1,1,18435,1,2637637568,'2015-02-17 02:07:19',''),(17514,1,1,18436,26,2637637568,'2015-02-17 02:22:07',''),(17515,1,1,18437,53,3475901798,'2015-02-17 02:24:03',''),(17516,1,1,18438,38,1123631300,'2015-02-17 02:33:04',''),(17517,1,1,18439,28,1123631112,'2015-02-17 02:36:57',''),(17518,1,1,18440,1,2637637567,'2015-02-17 03:04:29',''),(17519,1,1,18441,26,2637637567,'2015-02-17 03:04:30',''),(17520,1,1,18442,26,3475901798,'2015-02-17 03:04:33',''),(17521,1,1,18443,26,3475901798,'2015-02-17 03:04:35',''),(17522,1,1,18444,69,1123631112,'2015-02-17 04:10:05',''),(17523,1,1,18445,1,1123631112,'2015-02-17 04:51:51',''),(17524,1,1,18446,71,1123631300,'2015-02-17 05:53:13',''),(17525,1,1,18447,56,1123631300,'2015-02-17 07:52:12',''),(17526,1,1,18448,1,3024881210,'2015-02-17 08:35:53',''),(17527,1,1,18449,1,2153404484,'2015-02-17 08:46:49','http://www.bing.com/search?q=http%3a%2f%2fsphragis.co%2findex.php%3fid_product%3d1%26controller%3dproduct%26id_lang%3d1&go=&qs=HS&filt=custom&first=151&FORM=PORE'),(17528,1,1,18450,1,2153404484,'2015-02-17 08:46:52',''),(17529,1,1,18451,1,1123631300,'2015-02-17 11:17:00',''),(17530,1,1,18453,1,1123631108,'2015-02-17 11:20:24',''),(17531,1,1,18454,49,2637637567,'2015-02-17 12:52:29',''),(17532,1,1,18455,1,2033590435,'2015-02-17 13:45:43','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(17533,1,1,18456,31,1123631988,'2015-02-17 15:59:01',''),(17534,1,1,18457,73,3164934024,'2015-02-17 17:48:13',''),(17535,1,1,18458,49,2637637568,'2015-02-17 18:14:18',''),(17536,1,1,18459,1,1589999671,'2015-02-17 19:46:00','https://www.google.co.uk/'),(17537,1,1,18460,26,2637637567,'2015-02-17 20:32:35',''),(17538,1,1,18461,1,3475901798,'2015-02-17 23:13:27',''),(17539,1,1,18462,1,48033305,'2015-02-17 23:49:10','https://www.google.co.uk/'),(17540,1,1,18463,1,1123634740,'2015-02-18 00:05:56',''),(17541,1,1,18464,63,3024880961,'2015-02-18 02:15:07',''),(17542,1,1,18465,1,3024880917,'2015-02-18 02:45:08',''),(17543,1,1,18466,1,1123634747,'2015-02-18 04:46:37',''),(17544,1,1,18468,1,3429212419,'2015-02-18 06:32:02',''),(17545,1,1,18469,1,1542483290,'2015-02-18 06:40:19',''),(17546,1,1,18470,56,3161673291,'2015-02-18 09:11:43','http://www.google.fr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=17&ved=0CDkQFjAGOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=dFbkVLKuLcb1UOfag8gJ&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxTZM6g&'),(17547,1,1,18471,1,1123634733,'2015-02-18 09:21:55',''),(17548,1,1,18472,26,2499524457,'2015-02-18 10:38:14',''),(17549,1,1,18473,26,2499524457,'2015-02-18 10:38:16',''),(17550,1,1,18474,26,2499524457,'2015-02-18 10:38:18',''),(17551,1,1,18475,26,2499524457,'2015-02-18 10:38:21',''),(17552,1,1,18476,1,1386951426,'2015-02-18 10:48:53','http://buttons-for-website.com'),(17553,1,1,18477,48,1452716740,'2015-02-18 11:23:32','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&ved=0CEsQFjAI&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_category%3D39%26controller%3Dcategory%26id_lang%3D1&ei=NnTkVPrBAYqL7Aa084CwBg&usg=AFQjCNF8U2fj9rhA-mztuPxpx9L4f5rs'),(17554,1,1,18478,1,1123634740,'2015-02-18 11:43:13',''),(17555,1,1,18479,62,1123631988,'2015-02-18 11:58:37',''),(17556,1,1,18480,65,2548509278,'2015-02-18 12:48:07','http://www.google.lt/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&ved=0CAMQjxw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=OonkVLPdO6HB7AbYjoCYCw&bvm=bv.85970519,d.ZGU&psig=AFQjCNGEzw_Ha'),(17557,1,1,18481,55,3024881063,'2015-02-18 13:24:35',''),(17558,1,1,18482,1,1375856261,'2015-02-18 13:48:08','https://www.google.co.uk/'),(17559,1,1,18483,1,3093448063,'2015-02-18 14:56:43','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(17560,1,1,18484,65,1460466057,'2015-02-18 15:17:10','https://www.google.it/'),(17561,1,1,18485,41,2071807801,'2015-02-18 15:46:41',''),(17562,1,1,18486,62,1123632004,'2015-02-18 16:21:12',''),(17563,1,1,18487,67,3164934024,'2015-02-18 17:19:28',''),(17564,1,1,18488,1,1412132954,'2015-02-18 17:26:27','https://www.google.co.uk/'),(17565,1,1,18489,1,1041806727,'2015-02-18 17:26:59',''),(17566,1,1,18490,1,1041806727,'2015-02-18 17:27:00',''),(17567,1,1,18491,1,1123631996,'2015-02-18 17:30:25',''),(17568,1,1,18492,53,1123631996,'2015-02-18 18:36:44',''),(17569,1,1,18493,1,772045740,'2015-02-18 18:56:51',''),(17570,1,1,18494,1,772045740,'2015-02-18 18:56:55',''),(17571,1,1,18495,1,772045740,'2015-02-18 18:56:58',''),(17572,1,1,18496,1,772045740,'2015-02-18 18:57:01',''),(17573,1,1,18497,1,772045740,'2015-02-18 18:57:04',''),(17574,1,1,18498,1,772045740,'2015-02-18 18:57:06',''),(17575,1,1,18499,1,772045740,'2015-02-18 18:57:09',''),(17576,1,1,18500,1,772045740,'2015-02-18 18:57:12',''),(17577,1,1,18501,1,772045740,'2015-02-18 18:57:16',''),(17578,1,1,18502,1,772045740,'2015-02-18 18:57:19',''),(17579,1,1,18503,1,772045740,'2015-02-18 18:57:21',''),(17580,1,1,18504,1,772045740,'2015-02-18 18:57:24',''),(17581,1,1,18505,1,3144612490,'2015-02-18 18:58:46','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(17582,1,1,18506,1,1123631996,'2015-02-18 19:48:57',''),(17583,1,1,18507,1,1381937297,'2015-02-18 20:13:15','http://www.1businessenterprise.co.uk/our-clients.php'),(17584,1,1,18508,26,1381937297,'2015-02-18 20:16:10',''),(17585,1,1,18509,55,1381937297,'2015-02-18 20:17:23',''),(17586,1,1,18510,43,1381937297,'2015-02-18 20:18:36',''),(17587,1,1,18511,26,1381937297,'2015-02-18 20:19:54',''),(17588,1,1,18512,63,1381937297,'2015-02-18 20:21:13',''),(17589,1,1,18513,69,1381937297,'2015-02-18 20:22:29',''),(17590,1,1,18514,52,1381937297,'2015-02-18 20:23:45',''),(17591,1,1,18515,10,1381937297,'2015-02-18 20:24:59',''),(17592,1,1,18516,3,1381937297,'2015-02-18 20:26:15',''),(17593,1,1,18517,59,1381937297,'2015-02-18 20:27:33',''),(17594,1,1,18518,72,1381937297,'2015-02-18 20:28:50',''),(17595,1,1,18519,16,1381937297,'2015-02-18 20:30:08',''),(17596,1,1,18520,45,1381937297,'2015-02-18 20:31:26',''),(17597,1,1,18521,50,1381937297,'2015-02-18 20:32:41',''),(17598,1,1,18522,18,1381937297,'2015-02-18 20:33:58',''),(17599,1,1,18523,54,1381937297,'2015-02-18 20:35:19',''),(17600,1,1,18524,42,1381937297,'2015-02-18 20:36:34',''),(17601,1,1,18525,71,1381937297,'2015-02-18 20:37:54',''),(17602,1,1,18526,67,1381937297,'2015-02-18 20:39:12',''),(17603,1,1,18527,66,1381937297,'2015-02-18 20:40:33',''),(17604,1,1,18528,53,1381937297,'2015-02-18 20:41:52',''),(17605,1,1,18529,73,1381937297,'2015-02-18 20:43:14',''),(17606,1,1,18530,75,1381937297,'2015-02-18 20:44:32',''),(17607,1,1,18531,27,1381937297,'2015-02-18 20:45:49',''),(17608,1,1,18532,57,1381937297,'2015-02-18 20:47:10',''),(17609,1,1,18533,58,1381937297,'2015-02-18 20:48:31',''),(17610,1,1,18534,74,1381937297,'2015-02-18 20:49:51',''),(17611,1,1,18535,47,1381937297,'2015-02-18 20:51:12',''),(17612,1,1,18536,31,1381937297,'2015-02-18 20:52:35',''),(17613,1,1,18537,38,1381937297,'2015-02-18 20:53:59',''),(17614,1,1,18538,26,1381937297,'2015-02-18 20:55:17',''),(17615,1,1,18539,51,1381937297,'2015-02-18 20:56:34',''),(17616,1,1,18540,44,1381937297,'2015-02-18 20:57:52',''),(17617,1,1,18541,26,1381937297,'2015-02-18 20:59:13',''),(17618,1,1,18542,9,1381937297,'2015-02-18 21:00:34',''),(17619,1,1,18543,68,1381937297,'2015-02-18 21:01:50',''),(17620,1,1,18544,26,1381937297,'2015-02-18 21:03:09',''),(17621,1,1,18545,62,1381937297,'2015-02-18 21:04:28',''),(17622,1,1,18546,16,1381937297,'2015-02-18 21:05:44',''),(17623,1,1,18547,49,1381937297,'2015-02-18 21:07:02',''),(17624,1,1,18548,16,1381937297,'2015-02-18 21:08:22',''),(17625,1,1,18549,28,1381937297,'2015-02-18 21:09:44',''),(17626,1,1,18550,15,1381937297,'2015-02-18 21:11:03',''),(17627,1,1,18551,56,1381937297,'2015-02-18 21:12:20',''),(17628,1,1,18552,43,1381937297,'2015-02-18 21:13:41',''),(17629,1,1,18553,64,1381937297,'2015-02-18 21:14:59',''),(17630,1,1,18554,41,1381937297,'2015-02-18 21:16:17',''),(17631,1,1,18555,65,1381937297,'2015-02-18 21:17:38',''),(17632,1,1,18556,48,1381937297,'2015-02-18 21:18:56',''),(17633,1,1,18557,43,1381937297,'2015-02-18 21:20:16',''),(17634,1,1,18558,6,1381937297,'2015-02-18 21:21:34',''),(17635,1,1,18559,65,1425494794,'2015-02-18 21:25:24','https://www.google.ro/'),(17636,1,1,18560,10,2637637568,'2015-02-18 23:53:40',''),(17637,1,1,18561,65,1509083832,'2015-02-19 00:14:18','https://www.google.co.uk/'),(17638,1,1,18562,1,1425312878,'2015-02-19 01:33:56',''),(17639,1,1,18563,55,3164934102,'2015-02-19 01:44:21',''),(17640,1,1,18564,1,1123631996,'2015-02-19 02:22:38',''),(17641,1,1,18565,55,3024880967,'2015-02-19 04:28:06',''),(17642,1,1,18566,26,2637637556,'2015-02-19 05:54:54',''),(17643,1,1,18567,1,2071807814,'2015-02-19 06:35:57',''),(17644,1,1,18568,1,3702877296,'2015-02-19 06:35:57',''),(17645,1,1,18569,1,2981337951,'2015-02-19 06:57:55','http://buttons-for-website.com'),(17646,1,1,18570,1,1806346976,'2015-02-19 07:49:15',''),(17647,1,1,18571,6,1806346976,'2015-02-19 07:49:24',''),(17648,1,1,18572,9,1806346976,'2015-02-19 07:49:34',''),(17649,1,1,18573,69,1806346976,'2015-02-19 07:49:38',''),(17650,1,1,18574,51,1806346976,'2015-02-19 07:49:43',''),(17651,1,1,18575,56,1806346976,'2015-02-19 07:49:48',''),(17652,1,1,18576,55,1806346976,'2015-02-19 07:49:53',''),(17653,1,1,18577,28,1806346976,'2015-02-19 07:49:58',''),(17654,1,1,18578,64,1806346976,'2015-02-19 07:50:04',''),(17655,1,1,18579,62,1806346976,'2015-02-19 07:50:09',''),(17656,1,1,18580,65,1806346976,'2015-02-19 07:50:13',''),(17657,1,1,18581,50,1806346976,'2015-02-19 07:50:18',''),(17658,1,1,18582,63,1806346976,'2015-02-19 07:50:23',''),(17659,1,1,18583,52,1806346976,'2015-02-19 07:50:28',''),(17660,1,1,18584,42,1806346976,'2015-02-19 07:50:33',''),(17661,1,1,18585,43,1806346976,'2015-02-19 07:50:38',''),(17662,1,1,18586,10,1806346976,'2015-02-19 07:50:44',''),(17663,1,1,18587,44,1806346976,'2015-02-19 07:50:48',''),(17664,1,1,18588,27,1806346976,'2015-02-19 07:50:53',''),(17665,1,1,18589,49,1806346976,'2015-02-19 07:50:58',''),(17666,1,1,18590,58,1806346976,'2015-02-19 07:51:03',''),(17667,1,1,18591,16,1806346976,'2015-02-19 07:51:08',''),(17668,1,1,18592,57,1806346976,'2015-02-19 07:51:14',''),(17669,1,1,18593,53,1806346976,'2015-02-19 07:51:18',''),(17670,1,1,18594,48,1806346976,'2015-02-19 07:51:23',''),(17671,1,1,18595,45,1806346976,'2015-02-19 07:51:29',''),(17672,1,1,18596,38,1806346976,'2015-02-19 07:51:33',''),(17673,1,1,18597,41,1806346976,'2015-02-19 07:51:38',''),(17674,1,1,18598,16,1806346976,'2015-02-19 07:51:43',''),(17675,1,1,18599,70,1806346976,'2015-02-19 07:51:49',''),(17676,1,1,18600,72,1806346976,'2015-02-19 07:51:54',''),(17677,1,1,18601,71,1806346976,'2015-02-19 07:51:58',''),(17678,1,1,18602,73,1806346976,'2015-02-19 07:52:03',''),(17679,1,1,18603,16,1806346976,'2015-02-19 07:52:08',''),(17680,1,1,18604,68,1806346976,'2015-02-19 07:52:14',''),(17681,1,1,18605,75,1806346976,'2015-02-19 07:52:18',''),(17682,1,1,18606,74,1806346976,'2015-02-19 07:52:24',''),(17683,1,1,18607,67,1806346976,'2015-02-19 07:52:29',''),(17684,1,1,18608,59,1806346976,'2015-02-19 07:52:33',''),(17685,1,1,18609,43,1806346976,'2015-02-19 07:52:39',''),(17686,1,1,18610,43,1806346976,'2015-02-19 07:52:43',''),(17687,1,1,18611,31,1806346976,'2015-02-19 07:52:49',''),(17688,1,1,18612,15,1806346976,'2015-02-19 07:52:53',''),(17689,1,1,18613,47,1806346976,'2015-02-19 07:52:58',''),(17690,1,1,18614,54,1806346976,'2015-02-19 07:53:03',''),(17691,1,1,18615,66,1806346976,'2015-02-19 07:53:08',''),(17692,1,1,18616,26,1806346976,'2015-02-19 07:53:13',''),(17693,1,1,18617,26,1806346976,'2015-02-19 07:53:18',''),(17694,1,1,18618,26,1806346976,'2015-02-19 07:53:23',''),(17695,1,1,18619,26,1806346976,'2015-02-19 07:53:29',''),(17696,1,1,18620,26,1806346976,'2015-02-19 07:53:33',''),(17697,1,1,18621,26,1806346976,'2015-02-19 07:53:38',''),(17698,1,1,18622,26,1806346976,'2015-02-19 07:53:43',''),(17699,1,1,18623,26,1806346976,'2015-02-19 07:53:49',''),(17700,1,1,18624,26,1806346976,'2015-02-19 07:53:53',''),(17701,1,1,18625,26,1806346976,'2015-02-19 07:53:59',''),(17702,1,1,18626,26,1806346976,'2015-02-19 07:54:03',''),(17703,1,1,18627,26,1806346976,'2015-02-19 07:54:08',''),(17704,1,1,18628,26,1806346976,'2015-02-19 07:54:13',''),(17705,1,1,18629,26,1806346976,'2015-02-19 07:54:19',''),(17706,1,1,18630,26,1806346976,'2015-02-19 07:54:23',''),(17707,1,1,18631,26,1806346976,'2015-02-19 07:54:28',''),(17708,1,1,18632,26,1806346976,'2015-02-19 07:54:33',''),(17709,1,1,18633,26,1806346976,'2015-02-19 07:54:38',''),(17710,1,1,18634,26,1806346976,'2015-02-19 07:54:43',''),(17711,1,1,18635,26,1806346976,'2015-02-19 07:54:49',''),(17712,1,1,18636,26,1806346976,'2015-02-19 07:54:53',''),(17713,1,1,18637,26,1806346976,'2015-02-19 07:54:58',''),(17714,1,1,18638,26,1806346976,'2015-02-19 07:55:04',''),(17715,1,1,18639,26,1806346976,'2015-02-19 07:55:08',''),(17716,1,1,18640,26,1806346976,'2015-02-19 07:55:14',''),(17717,1,1,18641,26,1806346976,'2015-02-19 07:55:18',''),(17718,1,1,18642,26,1806346976,'2015-02-19 07:55:23',''),(17719,1,1,18643,26,1806346976,'2015-02-19 07:55:28',''),(17720,1,1,18644,26,1806346976,'2015-02-19 07:55:34',''),(17721,1,1,18645,26,1806346976,'2015-02-19 07:55:38',''),(17722,1,1,18646,26,1806346976,'2015-02-19 07:55:43',''),(17723,1,1,18647,26,1806346976,'2015-02-19 07:55:49',''),(17724,1,1,18648,26,1806346976,'2015-02-19 07:55:54',''),(17725,1,1,18649,26,1806346976,'2015-02-19 07:55:58',''),(17726,1,1,18650,10,2637637567,'2015-02-19 08:33:34',''),(17727,1,1,18651,1,1542483307,'2015-02-19 09:02:05',''),(17728,1,1,18652,16,3164933954,'2015-02-19 09:41:32',''),(17729,1,1,18653,1,3339975108,'2015-02-19 10:01:14',''),(17730,1,1,18654,1,3339975108,'2015-02-19 10:01:15',''),(17731,1,1,18655,1,1375799583,'2015-02-19 10:01:15','https://www.google.co.uk/'),(17732,1,1,18656,1,1375799583,'2015-02-19 10:01:17','https://www.google.co.uk/'),(17733,1,1,18657,1,1375799583,'2015-02-19 10:01:17','https://www.google.co.uk/'),(17734,1,1,18658,6,3339975108,'2015-02-19 10:01:35',''),(17735,1,1,18659,74,3024880921,'2015-02-19 12:29:10',''),(17736,1,1,18660,1,2071807828,'2015-02-19 12:49:50',''),(17737,1,1,18661,1,1354860057,'2015-02-19 13:03:16','https://www.google.co.uk/'),(17738,1,1,18662,65,1123633627,'2015-02-19 14:25:37',''),(17739,1,1,18664,43,3024881194,'2015-02-19 14:44:48',''),(17740,1,1,18665,1,1123633611,'2015-02-19 15:28:20',''),(17741,1,1,18666,1,3378339491,'2015-02-19 15:57:09','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(17742,1,1,18667,63,1123633619,'2015-02-19 16:34:13',''),(17743,1,1,18669,56,774219174,'2015-02-19 17:32:30',''),(17744,1,1,18670,1,774219174,'2015-02-19 17:32:48',''),(17745,1,1,18671,56,774219174,'2015-02-19 17:32:49',''),(17746,1,1,18672,57,1123633627,'2015-02-19 17:46:28',''),(17747,1,1,18673,1,1123633619,'2015-02-19 18:01:57',''),(17748,1,1,18674,57,1123633619,'2015-02-19 19:27:46',''),(17749,1,1,18675,63,1123633627,'2015-02-19 19:58:42',''),(17750,1,1,18676,1,2981543190,'2015-02-19 20:46:42','http://buttons-for-website.com'),(17751,1,1,18677,46,3475901798,'2015-02-19 21:39:06',''),(17752,1,1,18678,51,1123633627,'2015-02-19 21:48:24',''),(17753,1,1,18679,1,3338415115,'2015-02-19 22:23:03',''),(17754,1,1,18680,1,3702877297,'2015-02-19 22:35:28',''),(17755,1,1,18681,1,2071807835,'2015-02-19 22:35:29',''),(17756,1,1,18682,64,1123633619,'2015-02-19 22:43:15',''),(17757,1,1,18683,1,1123633611,'2015-02-19 23:11:22',''),(17758,1,1,18684,43,3024881383,'2015-02-19 23:35:02',''),(17759,1,1,18685,15,1123633611,'2015-02-19 23:42:18',''),(17760,1,1,18686,1,608821866,'2015-02-20 00:26:29','http://buttons-for-website.com'),(17761,1,1,18687,69,3164933954,'2015-02-20 03:01:22',''),(17762,1,1,18688,26,3475901798,'2015-02-20 04:39:24',''),(17763,1,1,18689,53,3024881382,'2015-02-20 06:12:55',''),(17764,1,1,18690,1,3024880915,'2015-02-20 07:15:32',''),(17765,1,1,18691,1,3475901798,'2015-02-20 08:02:50',''),(17766,1,1,18692,1,1123633627,'2015-02-20 08:54:45',''),(17767,1,1,18693,1,1524121823,'2015-02-20 09:17:51',''),(17768,1,1,18694,74,3024881299,'2015-02-20 09:17:51',''),(17769,1,1,18695,1,1524121823,'2015-02-20 09:20:55',''),(17770,1,1,18696,1,1524121823,'2015-02-20 09:20:55',''),(17771,1,1,18697,58,3164934123,'2015-02-20 09:49:09',''),(17772,1,1,18698,1,1123633611,'2015-02-20 10:19:30',''),(17773,1,1,18699,1,3351302034,'2015-02-20 10:50:30',''),(17774,1,1,18700,1,3351302034,'2015-02-20 10:50:32',''),(17775,1,1,18701,1,3351302034,'2015-02-20 10:50:35',''),(17776,1,1,18702,1,3351302034,'2015-02-20 10:50:37',''),(17777,1,1,18703,1,3351302034,'2015-02-20 10:50:40',''),(17778,1,1,18704,1,3351302034,'2015-02-20 10:50:42',''),(17779,1,1,18705,1,3351302034,'2015-02-20 10:50:44',''),(17780,1,1,18706,1,3351302034,'2015-02-20 10:50:47',''),(17781,1,1,18707,1,3351302034,'2015-02-20 10:50:50',''),(17782,1,1,18708,1,3351302034,'2015-02-20 10:50:52',''),(17783,1,1,18709,1,3351302034,'2015-02-20 10:50:55',''),(17784,1,1,18710,1,3351302034,'2015-02-20 10:50:58',''),(17785,1,1,18711,1,1542483295,'2015-02-20 11:53:11',''),(17786,1,1,18712,1,3702877325,'2015-02-20 12:29:16',''),(17787,1,1,18713,29,2637637556,'2015-02-20 15:48:46',''),(17788,1,1,18714,59,3164934123,'2015-02-20 16:33:49',''),(17789,1,1,18715,53,3024881049,'2015-02-20 18:50:50',''),(17790,1,1,18716,1,1377538261,'2015-02-20 19:22:28','https://www.google.co.uk/'),(17791,1,1,18717,26,2637637557,'2015-02-20 19:39:52',''),(17792,1,1,18718,56,2637637568,'2015-02-20 20:04:37',''),(17793,1,1,18719,1,1459970804,'2015-02-20 20:30:56','http://buttons-for-website.com'),(17794,1,1,18720,1,3024881069,'2015-02-20 21:40:23',''),(17795,1,1,18721,1,1796681156,'2015-02-21 03:30:09',''),(17796,1,1,18722,1,3024881295,'2015-02-21 04:55:42',''),(17797,1,1,18723,9,3024881212,'2015-02-21 05:10:41',''),(17798,1,1,18724,58,3475901758,'2015-02-21 05:55:42',''),(17799,1,1,18725,1,1123633619,'2015-02-21 06:04:16',''),(17800,1,1,18726,1,1123633611,'2015-02-21 08:01:34',''),(17801,1,1,18727,1,2548069485,'2015-02-21 09:31:49','https://www.google.co.uk/'),(17802,1,1,18728,26,3475901798,'2015-02-21 10:09:23',''),(17803,1,1,18729,1,3342489297,'2015-02-21 10:33:59',''),(17804,1,1,18730,1,3141106325,'2015-02-21 11:43:09','http://buttons-for-website.com'),(17805,1,1,18731,1,1542483326,'2015-02-21 13:47:24',''),(17806,1,1,18732,63,3475901758,'2015-02-21 13:51:21',''),(17807,1,1,18733,1,1123633627,'2015-02-21 13:54:27',''),(17808,1,1,18734,1,1589999731,'2015-02-21 14:51:33',''),(17809,1,1,18735,1,1123633611,'2015-02-21 16:34:14',''),(17810,1,1,18736,1,2996146183,'2015-02-21 19:22:54','http://buttons-for-website.com'),(17811,1,1,18737,6,1695986405,'2015-02-21 20:12:57',''),(17812,1,1,18738,6,1695986405,'2015-02-21 20:13:14',''),(17813,1,1,18739,57,3164934096,'2015-02-21 21:44:08',''),(17814,1,1,18740,1,1365306513,'2015-02-21 21:51:32','http://www.google.co.uk/'),(17815,1,1,18741,59,3024881210,'2015-02-21 23:08:25',''),(17816,1,1,18742,58,3475901758,'2015-02-21 23:10:03',''),(17817,1,1,18743,44,3475901798,'2015-02-22 04:39:14',''),(17818,1,1,18744,1,3024881168,'2015-02-22 05:15:04',''),(17819,1,1,18745,1,1168892786,'2015-02-22 06:19:42',''),(17820,1,1,18746,1,3475901798,'2015-02-22 09:37:46',''),(17821,1,1,18747,1,1489375385,'2015-02-22 11:31:56',''),(17822,1,1,18748,1,1489375385,'2015-02-22 11:32:01',''),(17823,1,1,18749,1,1489375385,'2015-02-22 11:32:07',''),(17824,1,1,18750,1,1489375385,'2015-02-22 11:32:10',''),(17825,1,1,18751,1,1489375385,'2015-02-22 11:32:14',''),(17826,1,1,18752,1,1489375385,'2015-02-22 11:32:20',''),(17827,1,1,18753,1,1489375385,'2015-02-22 11:32:23',''),(17828,1,1,18754,1,1489375385,'2015-02-22 11:32:26',''),(17829,1,1,18755,1,1489375385,'2015-02-22 11:32:33',''),(17830,1,1,18756,1,1489375385,'2015-02-22 11:32:36',''),(17831,1,1,18757,1,3159533898,'2015-02-22 12:47:43','http://buttons-for-website.com'),(17832,1,1,18758,70,3024881208,'2015-02-22 12:53:47',''),(17833,1,1,18759,54,2071807795,'2015-02-22 13:07:31',''),(17834,1,1,18760,18,2637637556,'2015-02-22 13:21:53',''),(17835,1,1,18761,1,1123633627,'2015-02-22 14:09:23',''),(17836,1,1,18762,26,3475901798,'2015-02-22 14:52:14',''),(17837,1,1,18763,1,1542483299,'2015-02-22 15:58:31',''),(17838,1,1,18740,1,1365306513,'2015-02-22 16:00:50',''),(17839,1,1,18764,26,3475901798,'2015-02-22 16:08:37',''),(17840,1,1,18765,59,3024881217,'2015-02-22 16:14:59',''),(17841,1,1,18766,1,772045740,'2015-02-22 16:31:36',''),(17842,1,1,18767,1,772045740,'2015-02-22 16:31:39',''),(17843,1,1,18768,1,3338415115,'2015-02-22 17:25:34',''),(17844,1,1,18769,1,1123633611,'2015-02-22 17:37:22',''),(17845,1,1,18770,52,3475901798,'2015-02-22 17:56:21',''),(17846,1,1,18771,56,1807690493,'2015-02-22 18:12:47',''),(17847,1,1,18772,1,1807690493,'2015-02-22 18:12:49',''),(17848,1,1,18773,56,1807690493,'2015-02-22 18:12:51',''),(17849,1,1,18774,1,3024881214,'2015-02-22 23:00:00',''),(17850,1,1,18775,1,1543510534,'2015-02-22 23:35:01','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&sqi=2&ved=0CFUQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=fGbqVJm-I7Cy7QaRv4C4BQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(17851,1,1,18776,1,1041806727,'2015-02-22 23:39:53',''),(17852,1,1,18777,1,1041806727,'2015-02-22 23:39:59',''),(17853,1,1,18778,58,3475901758,'2015-02-23 00:11:04',''),(17854,1,1,18779,1,2978052068,'2015-02-23 00:58:58','http://buttons-for-website.com'),(17855,1,1,18780,1,1123633627,'2015-02-23 01:21:17',''),(17856,1,1,18781,1,1123633619,'2015-02-23 01:44:15',''),(17857,1,1,18782,10,2637637568,'2015-02-23 02:10:07',''),(17858,1,1,18783,26,3475901798,'2015-02-23 05:55:07',''),(17859,1,1,18784,70,3024881089,'2015-02-23 06:45:10',''),(17860,1,1,18785,1,1605167216,'2015-02-23 07:24:30','https://www.google.co.uk/'),(17861,1,1,18786,26,772045740,'2015-02-23 10:10:16',''),(17862,1,1,18787,26,772045740,'2015-02-23 10:10:27',''),(17863,1,1,18788,26,772045740,'2015-02-23 10:10:35',''),(17864,1,1,18789,26,772045740,'2015-02-23 10:10:41',''),(17865,1,1,18790,26,772045740,'2015-02-23 10:10:45',''),(17866,1,1,18791,28,772045740,'2015-02-23 10:11:07',''),(17867,1,1,18792,63,772045740,'2015-02-23 10:11:15',''),(17868,1,1,18793,64,772045740,'2015-02-23 10:11:27',''),(17869,1,1,18794,65,772045740,'2015-02-23 10:11:30',''),(17870,1,1,18795,69,772045740,'2015-02-23 10:11:35',''),(17871,1,1,18796,1,2071807855,'2015-02-23 12:36:23',''),(17872,1,1,18797,14,3702877343,'2015-02-23 13:37:35',''),(17873,1,1,18798,54,2071807829,'2015-02-23 15:06:47',''),(17874,1,1,18799,1,1564541056,'2015-02-23 17:26:16','http://buttons-for-website.com'),(17875,1,1,18800,1,1542483315,'2015-02-23 17:57:40',''),(17876,1,1,18801,1,1523255467,'2015-02-23 18:29:28','https://www.google.co.uk/'),(17877,1,1,18802,1,1123633611,'2015-02-23 18:51:53',''),(17878,1,1,18803,1,1168892787,'2015-02-23 18:57:26',''),(17879,1,1,18804,1,3179268106,'2015-02-23 20:16:35','http://buttons-for-website.com'),(17880,1,1,18805,1,1123633627,'2015-02-23 20:34:20',''),(17881,1,1,18740,1,1365306513,'2015-02-23 21:21:14',''),(17882,1,1,18806,66,3024881204,'2015-02-23 22:01:09',''),(17883,1,1,18807,70,3392024717,'2015-02-23 22:46:54',''),(17884,1,1,18808,1,3024881046,'2015-02-24 00:22:01',''),(17885,1,1,18809,1,3024880961,'2015-02-24 04:44:09',''),(17886,1,1,18810,1,1123633627,'2015-02-24 05:11:25',''),(17887,1,1,18811,1,1168892787,'2015-02-24 08:06:08',''),(17888,1,1,18812,6,3024881385,'2015-02-24 08:57:42',''),(17889,1,1,18813,1,1123633627,'2015-02-24 09:21:33',''),(17890,1,1,18814,1,3475901798,'2015-02-24 09:32:04',''),(17891,1,1,18815,1,916108952,'2015-02-24 11:18:40',''),(17892,1,1,18816,1,916108952,'2015-02-24 11:18:44',''),(17893,1,1,18817,1,916108952,'2015-02-24 11:18:49',''),(17894,1,1,18818,1,916108952,'2015-02-24 11:18:59',''),(17895,1,1,18819,1,916108952,'2015-02-24 11:19:06',''),(17896,1,1,18820,1,916108952,'2015-02-24 11:19:11',''),(17897,1,1,18821,1,916108952,'2015-02-24 11:19:15',''),(17898,1,1,18822,1,916108952,'2015-02-24 11:19:20',''),(17899,1,1,18823,1,916108952,'2015-02-24 11:19:26',''),(17900,1,1,18824,1,916108952,'2015-02-24 11:19:29',''),(17901,1,1,18825,1,916108952,'2015-02-24 11:19:36',''),(17902,1,1,18826,1,916108952,'2015-02-24 11:19:44',''),(17903,1,1,18827,26,3475901798,'2015-02-24 14:59:24',''),(17904,1,1,18828,1,1055421562,'2015-02-24 15:08:55','https://www.google.co.uk/'),(17905,1,1,18829,1,1055421562,'2015-02-24 15:09:00','https://www.google.co.uk/'),(17906,1,1,18830,1,3098151490,'2015-02-24 16:12:47','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(17907,1,1,18831,43,3702877298,'2015-02-24 19:46:59',''),(17908,1,1,18832,48,3475901758,'2015-02-24 19:58:05',''),(17909,1,1,18833,1,1542483321,'2015-02-24 20:21:30',''),(17910,1,1,18834,3,3475901758,'2015-02-24 21:09:23',''),(17911,1,1,18835,1,1354811213,'2015-02-24 21:16:31','https://www.google.co.uk/'),(17912,1,1,18836,14,1123633627,'2015-02-24 22:06:44',''),(17913,1,1,18837,10,3024880973,'2015-02-24 22:07:34',''),(17914,1,1,18838,1,1123633619,'2015-02-24 23:00:19',''),(17915,1,1,18839,1,2970017682,'2015-02-25 00:19:15','http://buttons-for-website.com'),(17916,1,1,18840,1,3024881205,'2015-02-25 00:29:17',''),(17917,1,1,18841,1,3368764214,'2015-02-25 00:40:32','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(17918,1,1,18842,1,3024881287,'2015-02-25 00:47:14',''),(17919,1,1,18843,1,1123633619,'2015-02-25 05:58:18',''),(17920,1,1,18844,29,2637637556,'2015-02-25 07:34:01',''),(17921,1,1,18845,1,1168892786,'2015-02-25 08:22:30',''),(17922,1,1,18846,1,3015547238,'2015-02-25 08:26:02','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(17923,1,1,18847,1,1123633619,'2015-02-25 08:51:59',''),(17924,1,1,18848,26,2637637567,'2015-02-25 10:18:31',''),(17925,1,1,18849,1,3479603870,'2015-02-25 10:20:16',''),(17926,1,1,18850,47,1123633627,'2015-02-25 10:36:57',''),(17927,1,1,18851,1,1384444936,'2015-02-25 12:12:19',''),(17928,1,1,18852,1,3170115909,'2015-02-25 12:14:58','http://yandex.ru/yandsearch?text=mstyresblackburn.co.uk&lr=213'),(17929,1,1,18853,1,3338415115,'2015-02-25 12:51:25',''),(17930,1,1,18854,1,1596849155,'2015-02-25 13:07:06',''),(17931,1,1,18855,1,1596849155,'2015-02-25 13:07:25',''),(17932,1,1,18856,1,1596849155,'2015-02-25 13:07:32',''),(17933,1,1,18857,1,1596849155,'2015-02-25 13:07:42',''),(17934,1,1,18858,1,1596849155,'2015-02-25 13:07:57',''),(17935,1,1,18859,1,1596849155,'2015-02-25 13:08:16',''),(17936,1,1,18860,6,3024881285,'2015-02-25 13:51:41',''),(17937,1,1,18861,1,1123633627,'2015-02-25 13:57:00',''),(17938,1,1,18862,1,1508525145,'2015-02-25 14:05:40',''),(17939,1,1,18863,1,1508525145,'2015-02-25 14:06:05',''),(17940,1,1,18864,1,1508525145,'2015-02-25 14:06:23',''),(17941,1,1,18865,1,1508525145,'2015-02-25 14:06:40',''),(17942,1,1,18866,1,1508525145,'2015-02-25 14:07:01',''),(17943,1,1,18867,1,1508525145,'2015-02-25 14:07:25',''),(17944,1,1,18868,68,36162537,'2015-02-25 14:23:54','http://www.google.it/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&ved=0CAMQjxw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&ei=JdrtVMLjO8HwaJeQgvAJ&psig=AFQjCNEI4eUpY2EtxvprfU3zI7MM6wwJXQ&us'),(17945,1,1,18869,1,3024881311,'2015-02-25 16:00:04',''),(17946,1,1,18870,53,2071807821,'2015-02-25 16:22:23',''),(17947,1,1,18871,43,3702877267,'2015-02-25 16:55:43',''),(17948,1,1,18872,1,1326570426,'2015-02-25 17:15:53','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(17949,1,1,18873,1,1442834753,'2015-02-25 18:09:47',''),(17950,1,1,18874,1,3702877330,'2015-02-25 18:56:03',''),(17951,1,1,18875,1,2071807759,'2015-02-25 18:56:04',''),(17952,1,1,18876,6,1534698454,'2015-02-25 18:59:44',''),(17953,1,1,18877,1,2071807800,'2015-02-25 20:18:54',''),(17954,1,1,18878,1,1542483298,'2015-02-25 20:23:33',''),(17955,1,1,18879,1,3133965126,'2015-02-25 21:14:07','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(17956,1,1,18880,1,2420136802,'2015-02-25 21:14:43','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(17957,1,1,18881,1,1123633619,'2015-02-25 21:24:07',''),(17958,1,1,18882,56,1123633627,'2015-02-25 21:47:02',''),(17959,1,1,18883,41,1123633611,'2015-02-25 22:04:56',''),(17960,1,1,18884,65,2462524758,'2015-02-25 23:27:51','https://www.google.co.uk/'),(17961,1,1,18885,1,3126607619,'2015-02-26 01:36:16','http://buttons-for-website.com'),(17962,1,1,18886,1,3024881207,'2015-02-26 04:40:37',''),(17963,1,1,18887,1,3006574837,'2015-02-26 06:28:11','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(17964,1,1,18888,1,2990476559,'2015-02-26 09:22:25',''),(17965,1,1,18889,1,2990476559,'2015-02-26 09:22:36',''),(17966,1,1,18890,1,2990476559,'2015-02-26 09:22:43',''),(17967,1,1,18891,1,2990476559,'2015-02-26 09:22:48',''),(17968,1,1,18892,1,2990476559,'2015-02-26 09:22:57',''),(17969,1,1,18893,1,2990476559,'2015-02-26 09:23:03',''),(17970,1,1,18894,1,2990476559,'2015-02-26 09:23:13',''),(17971,1,1,18895,1,2990476559,'2015-02-26 09:23:19',''),(17972,1,1,18896,1,2990476559,'2015-02-26 09:23:28',''),(17973,1,1,18897,1,2990476559,'2015-02-26 09:23:35',''),(17974,1,1,18898,1,2990476559,'2015-02-26 09:23:43',''),(17975,1,1,18899,1,2990476559,'2015-02-26 09:23:48',''),(17976,1,1,18900,10,3024881063,'2015-02-26 09:54:19',''),(17977,1,1,18901,29,2637637557,'2015-02-26 09:56:01',''),(17978,1,1,18902,1,1543752212,'2015-02-26 11:23:23','https://www.google.co.uk/'),(17979,1,1,18903,1,1123632626,'2015-02-26 11:32:11',''),(17980,1,1,18904,1,1194544583,'2015-02-26 12:52:40','http://www.google.com/'),(17981,1,1,18905,43,1123632564,'2015-02-26 14:24:56',''),(17982,1,1,18906,55,1123632388,'2015-02-26 15:03:40',''),(17983,1,1,18907,1,3702877361,'2015-02-26 15:14:31',''),(17984,1,1,18908,1,1565535274,'2015-02-26 15:23:05','http://yandex.ru/yandsearch?text=205/55vr-16+bsw+tyre&lr=213'),(17985,1,1,18909,1,3475901761,'2015-02-26 15:25:48',''),(17986,1,1,18910,1,1123631996,'2015-02-26 16:51:57',''),(17987,1,1,18911,1,3065493577,'2015-02-26 17:37:25','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(17988,1,1,18912,58,3475901758,'2015-02-26 18:11:30',''),(17989,1,1,18913,1,3375398053,'2015-02-26 18:18:06','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(17990,1,1,18914,3,772045740,'2015-02-26 18:21:40',''),(17991,1,1,18915,18,772045740,'2015-02-26 18:21:43',''),(17992,1,1,18916,1,1123631996,'2015-02-26 18:34:11',''),(17993,1,1,18917,1,1366055457,'2015-02-26 19:08:09',''),(17994,1,1,18918,68,3166685185,'2015-02-26 21:11:48','http://www.google.com/imgres?imgurl=http://www.mstyresblackburn.co.uk/img/p/6/4/64-large_default.jpg&imgrefurl=http://www.mstyresblackburn.co.uk/index.php?id_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=jw6Xc_v7ufRbcM:&zoom=1&docid'),(17995,1,1,18919,9,2637637568,'2015-02-26 22:10:02',''),(17996,1,1,18920,68,1123631996,'2015-02-26 22:55:07',''),(17997,1,1,18921,43,1599881496,'2015-02-27 01:25:03',''),(17998,1,1,18922,1,1599881496,'2015-02-27 01:25:10',''),(17999,1,1,18923,43,1599881496,'2015-02-27 01:25:16',''),(18000,1,1,18924,68,1123632004,'2015-02-27 02:24:32',''),(18001,1,1,18925,1,1089905970,'2015-02-27 03:14:09','http://whois.domaintools.com/mstyresblackburn.co.uk'),(18002,1,1,18926,50,1123632004,'2015-02-27 04:38:46',''),(18003,1,1,18928,1,3475901761,'2015-02-27 06:01:46',''),(18004,1,1,18929,43,1599881496,'2015-02-27 06:02:09',''),(18005,1,1,18930,1,1599881496,'2015-02-27 06:02:16',''),(18006,1,1,18931,43,1599881496,'2015-02-27 06:02:21',''),(18007,1,1,18932,57,1599881496,'2015-02-27 06:35:32',''),(18008,1,1,18933,1,1599881496,'2015-02-27 06:35:38',''),(18009,1,1,18934,57,1599881496,'2015-02-27 06:35:46',''),(18010,1,1,18935,41,2637637567,'2015-02-27 07:02:40',''),(18011,1,1,18936,1,1542483326,'2015-02-27 07:05:13',''),(18012,1,1,18937,68,1123631892,'2015-02-27 08:16:37',''),(18013,1,1,18938,6,3475901761,'2015-02-27 08:54:04',''),(18014,1,1,18939,1,1443424090,'2015-02-27 09:41:23','https://www.google.co.uk/'),(18015,1,1,18940,43,2637637557,'2015-02-27 10:58:04',''),(18016,1,1,18941,1,1123631996,'2015-02-27 11:12:39',''),(18017,1,1,18942,75,2637637556,'2015-02-27 12:24:55',''),(18018,1,1,18943,1,1123638662,'2015-02-27 13:35:32','https://www.google.co.uk/'),(18019,1,1,18944,68,1123631988,'2015-02-27 15:03:43',''),(18020,1,1,18945,1,1394159851,'2015-02-27 16:32:52','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(18021,1,1,18946,15,3702877346,'2015-02-27 17:00:48',''),(18022,1,1,18947,29,2637637556,'2015-02-27 20:11:49',''),(18023,1,1,18948,50,3024881090,'2015-02-27 20:28:51',''),(18024,1,1,18949,1,1123631996,'2015-02-27 20:47:54',''),(18025,1,1,18950,1,2978075438,'2015-02-27 21:02:00','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(18026,1,1,18951,52,1123631996,'2015-02-27 21:32:28',''),(18027,1,1,18952,29,2637637556,'2015-02-27 22:59:36',''),(18028,1,1,18953,1,3172694793,'2015-02-27 23:30:03','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(18029,1,1,18954,1,3024880970,'2015-02-28 01:37:10',''),(18030,1,1,18955,1,3702877296,'2015-02-28 01:38:17',''),(18031,1,1,18956,1,2071807760,'2015-02-28 01:38:18',''),(18032,1,1,18957,45,1123631996,'2015-02-28 03:09:21',''),(18033,1,1,18958,1,3338415115,'2015-02-28 03:44:57',''),(18034,1,1,18959,68,1123631988,'2015-02-28 05:11:28',''),(18035,1,1,18960,26,2637637568,'2015-02-28 05:40:10',''),(18036,1,1,18961,1,1123631988,'2015-02-28 07:02:40',''),(18037,1,1,18962,68,1425135228,'2015-02-28 09:10:30','https://www.google.nl/'),(18038,1,1,18963,29,2637637556,'2015-02-28 09:35:28',''),(18039,1,1,18964,1,1542483265,'2015-02-28 09:50:39',''),(18040,1,1,18965,1,1054099923,'2015-02-28 10:16:09',''),(18041,1,1,18966,1,84507533,'2015-02-28 11:42:21',''),(18042,1,1,18967,1,84507533,'2015-02-28 11:42:26',''),(18043,1,1,18968,1,84507533,'2015-02-28 11:42:29',''),(18044,1,1,18969,1,84507533,'2015-02-28 11:42:33',''),(18045,1,1,18970,1,84507533,'2015-02-28 11:42:38',''),(18046,1,1,18971,1,84507533,'2015-02-28 11:42:41',''),(18047,1,1,18972,1,84507533,'2015-02-28 11:42:44',''),(18048,1,1,18973,1,84507533,'2015-02-28 11:42:48',''),(18049,1,1,18974,1,84507533,'2015-02-28 11:42:53',''),(18050,1,1,18975,1,84507533,'2015-02-28 11:42:58',''),(18051,1,1,18976,1,84507533,'2015-02-28 11:43:03',''),(18052,1,1,18977,1,84507533,'2015-02-28 11:43:07',''),(18053,1,1,18978,29,2637637556,'2015-02-28 12:17:39',''),(18054,1,1,18979,9,1123631996,'2015-02-28 12:44:25',''),(18055,1,1,18980,1,1377273568,'2015-02-28 13:03:46','https://www.google.co.uk/'),(18056,1,1,18981,1,523375053,'2015-02-28 14:53:59','https://www.google.co.uk/'),(18057,1,1,18982,1,1123631996,'2015-02-28 16:03:41',''),(18058,1,1,18983,1,2548551745,'2015-02-28 16:14:16',''),(18059,1,1,18984,1,1367574068,'2015-02-28 16:33:45','https://www.google.co.uk/'),(18060,1,1,18985,1,1367574068,'2015-02-28 16:36:04','https://www.google.co.uk/'),(18061,1,1,18986,1,3475901761,'2015-02-28 19:08:36',''),(18062,1,1,18987,1,3024881084,'2015-02-28 19:43:16',''),(18063,1,1,18988,1,3024881093,'2015-02-28 20:06:55',''),(18064,1,1,18989,1,3177871454,'2015-02-28 20:13:28','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(18065,1,1,18990,1,1599989575,'2015-02-28 22:38:46','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(18066,1,1,18991,1,2969595797,'2015-02-28 23:51:55',''),(18067,1,1,18992,65,1334628587,'2015-03-01 01:54:20','https://www.google.ie/'),(18068,1,1,18993,1,1854543936,'2015-03-01 02:35:42','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(18069,1,1,18994,15,1123634733,'2015-03-01 03:07:56',''),(18070,1,1,18995,1,3015135001,'2015-03-01 04:52:17','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(18071,1,1,18996,1,1123634733,'2015-03-01 07:52:59',''),(18072,1,1,18997,1,3702877296,'2015-03-01 10:40:17',''),(18073,1,1,18998,1,2071807773,'2015-03-01 10:40:18',''),(18074,1,1,18999,1,1123634733,'2015-03-01 11:35:24',''),(18075,1,1,19000,1,1542483316,'2015-03-01 12:21:11',''),(18076,1,1,19001,1,3377106847,'2015-03-01 13:03:59','http://buttons-for-website.com'),(18077,1,1,19002,71,3024881092,'2015-03-01 14:41:38',''),(18078,1,1,19003,1,1123631112,'2015-03-01 18:19:25',''),(18079,1,1,19004,1,3160495017,'2015-03-01 18:49:25','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(18080,1,1,19005,1,1328726666,'2015-03-01 19:28:27','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(18081,1,1,19006,1,1123631112,'2015-03-01 19:51:40',''),(18082,1,1,19007,1,1123631300,'2015-03-01 20:28:49',''),(18083,1,1,18985,1,1367574068,'2015-03-01 21:53:17','https://www.google.co.uk/'),(18084,1,1,19008,10,1123631108,'2015-03-01 23:52:10',''),(18085,1,1,19009,1,915414929,'2015-03-02 01:33:15',''),(18086,1,1,19010,1,3142280941,'2015-03-02 02:57:17','http://buttons-for-website.com'),(18087,1,1,19011,26,3702877269,'2015-03-02 04:17:51',''),(18088,1,1,19012,15,2071807830,'2015-03-02 05:31:41',''),(18089,1,1,19013,1,1123631300,'2015-03-02 06:20:41',''),(18090,1,1,19014,71,3024881090,'2015-03-02 06:24:18',''),(18091,1,1,19015,26,3702877362,'2015-03-02 08:17:39',''),(18092,1,1,19016,1,2101146017,'2015-03-02 09:09:38','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(18093,1,1,19017,1,3227713893,'2015-03-02 09:38:46',''),(18094,1,1,19018,1,3227713893,'2015-03-02 09:38:54',''),(18095,1,1,19019,1,3227713893,'2015-03-02 09:39:04',''),(18096,1,1,19020,1,3227713893,'2015-03-02 09:39:13',''),(18097,1,1,19021,1,3227713893,'2015-03-02 09:39:26',''),(18098,1,1,19022,1,3227713893,'2015-03-02 09:39:44',''),(18099,1,1,19023,1,3227713893,'2015-03-02 09:39:48',''),(18100,1,1,19024,1,3227713893,'2015-03-02 09:40:02',''),(18101,1,1,19025,1,3227713893,'2015-03-02 09:40:09',''),(18102,1,1,19026,1,3227713893,'2015-03-02 09:40:12',''),(18103,1,1,19027,1,1444284035,'2015-03-02 09:45:57','https://www.google.co.uk/'),(18104,1,1,19028,1,1444284035,'2015-03-02 09:46:15','https://www.google.co.uk/'),(18105,1,1,19029,1,294557711,'2015-03-02 11:08:26',''),(18106,1,1,19030,1,3024881069,'2015-03-02 11:40:33',''),(18107,1,1,19031,1,1506736259,'2015-03-02 12:49:27','http://www.google.co.uk/url?sa=f&rct=j&url=http://www.mstyresblackburn.co.uk/&q=ms+tyres&ei=fFv0VLSPB-SE7ga5xIEo&usg=AFQjCNHn7NhCK9mDdElXYHytAQIX_RfRRg'),(18108,1,1,19032,1,1506736259,'2015-03-02 12:49:28','http://www.google.co.uk/url?sa=f&rct=j&url=http://www.mstyresblackburn.co.uk/&q=ms+tyres&ei=fFv0VLSPB-SE7ga5xIEo&usg=AFQjCNHn7NhCK9mDdElXYHytAQIX_RfRRg'),(18109,1,1,19033,1,3323674832,'2015-03-02 14:16:28',''),(18110,1,1,19034,1,3323674832,'2015-03-02 14:16:33',''),(18111,1,1,19035,66,1123631108,'2015-03-02 14:37:25',''),(18112,1,1,19036,1,1123631112,'2015-03-02 15:23:15',''),(18113,1,1,19037,1,1454986297,'2015-03-02 15:47:49','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CFIQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=LoX0VIzFNcOvUZCNgIgD&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=OmEWd_lL7whGeB-ZJNGtdg&bvm=bv.87269000,d.d24'),(18114,1,1,19038,1,1542483302,'2015-03-02 15:56:42',''),(18115,1,1,19039,1,773455902,'2015-03-02 16:32:44','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(18116,1,1,19040,1,625832152,'2015-03-02 17:11:20','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(18117,1,1,19041,1,3587046156,'2015-03-02 18:13:01','https://www.google.co.uk/'),(18118,1,1,19042,1,3017096362,'2015-03-02 19:02:23','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(18119,1,1,19043,1,3017335657,'2015-03-02 21:30:03','http://buttons-for-website.com'),(18120,1,1,19044,1,3580577289,'2015-03-02 22:34:21',''),(18121,1,1,19045,51,3024881299,'2015-03-03 00:31:41',''),(18122,1,1,19046,1,2071807757,'2015-03-03 04:12:11',''),(18123,1,1,19047,1,2996483064,'2015-03-03 04:21:41',''),(18124,1,1,19048,1,2996483064,'2015-03-03 04:21:47',''),(18125,1,1,19049,1,2996483064,'2015-03-03 04:22:49',''),(18126,1,1,19050,1,2996483064,'2015-03-03 04:22:52',''),(18127,1,1,19051,1,2996483064,'2015-03-03 04:22:55',''),(18128,1,1,19052,1,2996483064,'2015-03-03 04:22:58',''),(18129,1,1,19053,1,3438076626,'2015-03-03 06:49:18',''),(18130,1,1,19054,1,1123631112,'2015-03-03 07:24:16',''),(18131,1,1,19055,46,2071807860,'2015-03-03 07:40:07',''),(18132,1,1,19056,1,2637637465,'2015-03-03 10:03:59',''),(18133,1,1,19057,1,3105214586,'2015-03-03 10:17:38','https://www.google.co.uk/'),(18134,1,1,19058,6,2014259560,'2015-03-03 10:57:03',''),(18135,1,1,19059,6,2014259560,'2015-03-03 11:00:33',''),(18136,1,1,19060,1,1123631112,'2015-03-03 11:01:05',''),(18137,1,1,19061,1,294557675,'2015-03-03 12:29:41',''),(18138,1,1,19062,1,1354867740,'2015-03-03 14:40:41','https://www.google.co.uk/'),(18139,1,1,19063,1,1358861228,'2015-03-03 14:51:49','https://www.google.co.uk/'),(18140,1,1,19064,1,1467211475,'2015-03-03 15:00:47','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=17&sqi=2&ved=0CK8BEBYwEA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=bMv1VIObD5PA7AaqjYEw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(18141,1,1,19065,1,1123631112,'2015-03-03 15:34:47',''),(18142,1,1,19066,1,1123631300,'2015-03-03 16:24:17',''),(18143,1,1,19067,1,3024881090,'2015-03-03 16:25:08',''),(18144,1,1,19068,1,3702877360,'2015-03-03 17:57:47',''),(18145,1,1,19069,1,2071807860,'2015-03-03 17:57:47',''),(18146,1,1,19062,1,1354867740,'2015-03-03 18:31:11',''),(18147,1,1,19070,1,1542483302,'2015-03-03 18:58:20',''),(18148,1,1,19071,1,2974814917,'2015-03-03 18:59:32','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(18149,1,1,19072,1,1452716618,'2015-03-03 18:59:38','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=10&ved=0CHQQoAIwCQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=VgP2VIngD6ae7gaPiIH4Dw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.87269000,d.ZGU'),(18150,1,1,19073,26,2637637465,'2015-03-03 18:59:42',''),(18151,1,1,19074,68,522892826,'2015-03-03 19:31:53','https://www.google.com.ua/'),(18152,1,1,19075,1,1377537742,'2015-03-03 20:54:34','https://www.google.co.uk/'),(18153,1,1,19076,44,3024880969,'2015-03-03 22:01:50',''),(18154,1,1,19077,1,2971706285,'2015-03-04 01:18:06','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(18155,1,1,19078,65,2071807824,'2015-03-04 01:31:36',''),(18156,1,1,19079,65,1123631300,'2015-03-04 02:03:58',''),(18157,1,1,19080,1,2996489979,'2015-03-04 02:19:01',''),(18158,1,1,19081,1,100662756,'2015-03-04 02:19:04',''),(18159,1,1,19082,1,2996483064,'2015-03-04 02:19:07',''),(18160,1,1,19083,1,100662539,'2015-03-04 02:19:11',''),(18161,1,1,19084,1,3338415115,'2015-03-04 02:35:35',''),(18162,1,1,19085,1,3218125276,'2015-03-04 03:00:20','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(18163,1,1,19086,1,2548552609,'2015-03-04 07:49:44',''),(18164,1,1,19087,43,1354844036,'2015-03-04 09:58:50','http://www.bing.com/search?q=235%2F45WR17+LANDSAIL+LS988+XL&src=IE-SearchBox&FORM=IE8SRC&adlt=strict'),(18165,1,1,19088,1,1599800869,'2015-03-04 10:01:23',''),(18166,1,1,19089,1,1599800869,'2015-03-04 10:01:26',''),(18167,1,1,19090,1,1599800869,'2015-03-04 10:01:38',''),(18168,1,1,19091,1,1599800869,'2015-03-04 10:01:40',''),(18169,1,1,19092,1,1599800869,'2015-03-04 10:01:43',''),(18170,1,1,19093,1,1599800869,'2015-03-04 10:01:51',''),(18171,1,1,19094,1,2204827737,'2015-03-04 10:02:00',''),(18172,1,1,19095,1,1599800869,'2015-03-04 10:02:03',''),(18173,1,1,19096,1,1599800869,'2015-03-04 10:02:07',''),(18174,1,1,19097,1,1599800869,'2015-03-04 10:02:16',''),(18175,1,1,19098,1,1599800869,'2015-03-04 10:02:19',''),(18176,1,1,19099,1,1599800869,'2015-03-04 10:02:23',''),(18177,1,1,19100,1,1599800869,'2015-03-04 10:02:26',''),(18178,1,1,19101,28,1310526824,'2015-03-04 10:07:10','https://www.google.ru/'),(18179,1,1,19102,1,1123631108,'2015-03-04 11:15:05',''),(18180,1,1,19103,56,1545379558,'2015-03-04 11:25:14','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CFYQFjAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=aur2VMaXH8jlaNzjgdgD&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxTZM6g'),(18181,1,1,19104,1,1041824901,'2015-03-04 11:25:46',''),(18182,1,1,19105,1,3702877365,'2015-03-04 13:26:42',''),(18183,1,1,19106,1,3702877299,'2015-03-04 14:00:01',''),(18184,1,1,19107,1,3702877280,'2015-03-04 14:00:03',''),(18185,1,1,19108,9,2071807845,'2015-03-04 14:33:21',''),(18186,1,1,19109,1,1123631300,'2015-03-04 15:26:28',''),(18187,1,1,19110,26,2071807793,'2015-03-04 15:40:00',''),(18188,1,1,19111,1,786803397,'2015-03-04 15:51:00',''),(18189,1,1,19112,1,1123631300,'2015-03-04 16:37:01',''),(18190,1,1,19113,1,3479603870,'2015-03-04 17:19:58',''),(18191,1,1,19114,1,1123631300,'2015-03-04 17:29:39',''),(18192,1,1,19115,1,1123631108,'2015-03-04 19:19:31',''),(18193,1,1,19116,65,3475901813,'2015-03-04 22:13:20',''),(18194,1,1,19117,26,2637637465,'2015-03-04 22:15:23',''),(18195,1,1,19118,16,1558073257,'2015-03-04 22:26:38',''),(18196,1,1,19119,1,1558073257,'2015-03-04 22:26:40',''),(18197,1,1,19120,16,1558073257,'2015-03-04 22:26:42',''),(18198,1,1,19121,16,1558073257,'2015-03-04 22:26:45',''),(18199,1,1,19122,1,2974536783,'2015-03-05 00:05:27','http://buttons-for-website.com'),(18200,1,1,19123,1,2972308043,'2015-03-05 01:50:43','http://buttons-for-website.com'),(18201,1,1,19124,47,1123631112,'2015-03-05 02:01:14',''),(18202,1,1,19125,44,3024881048,'2015-03-05 03:32:00',''),(18203,1,1,19126,1,1542483294,'2015-03-05 06:02:47',''),(18204,1,1,19127,1,3024881169,'2015-03-05 06:30:39',''),(18205,1,1,19128,68,2982219062,'2015-03-05 06:44:34','http://www.google.com.br/imgres?imgurl=http://www.mstyresblackburn.co.uk/img/p/6/4/64-large_default.jpg&imgrefurl=http://www.mstyresblackburn.co.uk/index.php?id_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=jw6Xc_v7ufRbcM:&zoom=1&do'),(18206,1,1,19129,59,1123631108,'2015-03-05 11:05:43',''),(18207,1,1,19130,1,2637637465,'2015-03-05 11:07:05',''),(18208,1,1,19131,1,3024881188,'2015-03-05 12:46:12',''),(18209,1,1,19132,66,1589219943,'2015-03-05 13:55:53','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=5&ved=0CD0QFjAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_manufacturer%3D12%26controller%3Dmanufacturer%26id_lang%3D1&ei=8l74VJDqCsXvaum8gvAN&usg=AFQjCNE-wrplnwrgolz7'),(18210,1,1,19133,1,2548292241,'2015-03-05 14:24:58','https://www.google.co.uk/'),(18211,1,1,19134,1,1599856647,'2015-03-05 15:54:20','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(18212,1,1,19135,65,1343018280,'2015-03-05 16:09:24','http://www.google.fr/search?q=rapid+p609+225+45+17&tbm=isch&ei=XH74VPT1KIGuUeyvgOgB&start=140&sa=N'),(18213,1,1,19136,6,2071807842,'2015-03-05 16:39:38',''),(18214,1,1,19137,1,1123631112,'2015-03-05 16:44:48',''),(18215,1,1,19138,26,2637637465,'2015-03-05 17:03:44',''),(18216,1,1,19139,1,1123631108,'2015-03-05 17:25:29',''),(18217,1,1,19140,47,1123631300,'2015-03-05 17:43:26',''),(18218,1,1,19141,1,2996483064,'2015-03-05 20:39:46',''),(18219,1,1,19142,1,2996483064,'2015-03-05 20:39:49',''),(18220,1,1,19143,1,2996483064,'2015-03-05 20:39:52',''),(18221,1,1,19144,1,2996483064,'2015-03-05 20:41:09',''),(18222,1,1,19145,1,2996483064,'2015-03-05 20:42:26',''),(18223,1,1,19146,1,2996483064,'2015-03-05 20:43:43',''),(18224,1,1,19147,1,2996483064,'2015-03-05 20:43:46',''),(18225,1,1,19148,26,2637637465,'2015-03-05 22:39:37',''),(18226,1,1,19149,1,2733855099,'2015-03-05 23:25:44',''),(18227,1,1,19150,6,2733855099,'2015-03-05 23:25:48',''),(18228,1,1,19151,9,2733855099,'2015-03-05 23:25:59',''),(18229,1,1,19152,51,2733855099,'2015-03-05 23:26:04',''),(18230,1,1,19153,56,2733855099,'2015-03-05 23:26:07',''),(18231,1,1,19154,55,2733855099,'2015-03-05 23:26:14',''),(18232,1,1,19155,50,2733855099,'2015-03-05 23:26:18',''),(18233,1,1,19156,28,2733855099,'2015-03-05 23:26:23',''),(18234,1,1,19157,62,2733855099,'2015-03-05 23:26:27',''),(18235,1,1,19158,65,2733855099,'2015-03-05 23:26:34',''),(18236,1,1,19159,64,2733855099,'2015-03-05 23:26:39',''),(18237,1,1,19160,63,2733855099,'2015-03-05 23:26:43',''),(18238,1,1,19161,69,2733855099,'2015-03-05 23:26:48',''),(18239,1,1,19162,41,2733855099,'2015-03-05 23:26:53',''),(18240,1,1,19163,42,2733855099,'2015-03-05 23:26:58',''),(18241,1,1,19164,43,2733855099,'2015-03-05 23:27:03',''),(18242,1,1,19165,10,2733855099,'2015-03-05 23:27:08',''),(18243,1,1,19166,44,2733855099,'2015-03-05 23:27:13',''),(18244,1,1,19167,27,2733855099,'2015-03-05 23:27:18',''),(18245,1,1,19168,49,2733855099,'2015-03-05 23:27:23',''),(18246,1,1,19169,58,2733855099,'2015-03-05 23:27:28',''),(18247,1,1,19170,16,2733855099,'2015-03-05 23:27:33',''),(18248,1,1,19171,57,2733855099,'2015-03-05 23:27:38',''),(18249,1,1,19172,38,2733855099,'2015-03-05 23:27:43',''),(18250,1,1,19173,52,2733855099,'2015-03-05 23:27:48',''),(18251,1,1,19174,45,2733855099,'2015-03-05 23:27:53',''),(18252,1,1,19175,53,2733855099,'2015-03-05 23:27:58',''),(18253,1,1,19176,48,2733855099,'2015-03-05 23:28:03',''),(18254,1,1,19177,16,2733855099,'2015-03-05 23:28:08',''),(18255,1,1,19178,72,2733855099,'2015-03-05 23:28:13',''),(18256,1,1,19179,71,2733855099,'2015-03-05 23:28:18',''),(18257,1,1,19180,73,2733855099,'2015-03-05 23:28:23',''),(18258,1,1,19181,70,2733855099,'2015-03-05 23:28:27',''),(18259,1,1,19182,16,2733855099,'2015-03-05 23:28:33',''),(18260,1,1,19183,74,2733855099,'2015-03-05 23:28:38',''),(18261,1,1,19184,68,2733855099,'2015-03-05 23:28:43',''),(18262,1,1,19185,59,2733855099,'2015-03-05 23:28:48',''),(18263,1,1,19186,67,2733855099,'2015-03-05 23:28:53',''),(18264,1,1,19187,75,2733855099,'2015-03-05 23:28:58',''),(18265,1,1,19188,43,2733855099,'2015-03-05 23:29:03',''),(18266,1,1,19189,43,2733855099,'2015-03-05 23:29:09',''),(18267,1,1,19190,47,2733855099,'2015-03-05 23:29:13',''),(18268,1,1,19191,15,2733855099,'2015-03-05 23:29:18',''),(18269,1,1,19192,31,2733855099,'2015-03-05 23:29:23',''),(18270,1,1,19193,54,2733855099,'2015-03-05 23:29:28',''),(18271,1,1,19194,66,2733855099,'2015-03-05 23:29:32',''),(18272,1,1,19195,26,2733855099,'2015-03-05 23:29:38',''),(18273,1,1,19196,26,2733855099,'2015-03-05 23:29:43',''),(18274,1,1,19197,26,2733855099,'2015-03-05 23:29:48',''),(18275,1,1,19198,26,2733855099,'2015-03-05 23:29:53',''),(18276,1,1,19199,26,2733855099,'2015-03-05 23:29:58',''),(18277,1,1,19200,26,2733855099,'2015-03-05 23:30:03',''),(18278,1,1,19201,26,2733855099,'2015-03-05 23:30:08',''),(18279,1,1,19202,26,2733855099,'2015-03-05 23:30:13',''),(18280,1,1,19203,26,2733855099,'2015-03-05 23:30:17',''),(18281,1,1,19204,26,2733855099,'2015-03-05 23:30:23',''),(18282,1,1,19205,26,2733855099,'2015-03-05 23:30:28',''),(18283,1,1,19206,26,2733855099,'2015-03-05 23:30:33',''),(18284,1,1,19207,26,2733855099,'2015-03-05 23:30:39',''),(18285,1,1,19208,26,2733855099,'2015-03-05 23:30:43',''),(18286,1,1,19209,26,2733855099,'2015-03-05 23:30:48',''),(18287,1,1,19210,26,2733855099,'2015-03-05 23:30:53',''),(18288,1,1,19211,26,2733855099,'2015-03-05 23:30:58',''),(18289,1,1,19212,26,2733855099,'2015-03-05 23:31:03',''),(18290,1,1,19213,26,2733855099,'2015-03-05 23:31:08',''),(18291,1,1,19214,26,2733855099,'2015-03-05 23:31:13',''),(18292,1,1,19215,26,2733855099,'2015-03-05 23:31:18',''),(18293,1,1,19216,26,2733855099,'2015-03-05 23:31:23',''),(18294,1,1,19217,26,2733855099,'2015-03-05 23:31:28',''),(18295,1,1,19218,26,2733855099,'2015-03-05 23:31:33',''),(18296,1,1,19219,26,2733855099,'2015-03-05 23:31:38',''),(18297,1,1,19220,26,2733855099,'2015-03-05 23:31:43',''),(18298,1,1,19221,26,2733855099,'2015-03-05 23:31:48',''),(18299,1,1,19222,26,2733855099,'2015-03-05 23:31:53',''),(18300,1,1,19223,26,2733855099,'2015-03-05 23:31:58',''),(18301,1,1,19224,26,2733855099,'2015-03-05 23:32:03',''),(18302,1,1,19225,26,2733855099,'2015-03-05 23:32:08',''),(18303,1,1,19226,26,2733855099,'2015-03-05 23:32:13',''),(18304,1,1,19227,26,2733855099,'2015-03-05 23:32:18',''),(18305,1,1,19228,26,2733855099,'2015-03-05 23:32:23',''),(18306,1,1,19229,71,3024880916,'2015-03-06 01:34:07',''),(18307,1,1,19230,15,1123631112,'2015-03-06 01:48:25',''),(18308,1,1,19231,1,2071807785,'2015-03-06 02:14:13',''),(18309,1,1,19232,1,2071807795,'2015-03-06 02:14:25',''),(18310,1,1,19233,1,3015125634,'2015-03-06 02:19:36','http://buttons-for-website.com'),(18311,1,1,19234,68,3024881197,'2015-03-06 03:08:01',''),(18312,1,1,19235,1,1123631112,'2015-03-06 05:34:21',''),(18313,1,1,19236,10,3475901715,'2015-03-06 05:35:48',''),(18314,1,1,19237,1,1542483275,'2015-03-06 08:45:45',''),(18315,1,1,19238,1,3024881198,'2015-03-06 08:50:47',''),(18316,1,1,19239,1,1489375385,'2015-03-06 09:21:35',''),(18317,1,1,19240,1,1489375385,'2015-03-06 09:21:38',''),(18318,1,1,19241,1,1489375385,'2015-03-06 09:21:42',''),(18319,1,1,19242,1,1489375385,'2015-03-06 09:21:46',''),(18320,1,1,19243,1,1489375385,'2015-03-06 09:21:48',''),(18321,1,1,19244,1,1489375385,'2015-03-06 09:21:52',''),(18322,1,1,19245,1,1489375385,'2015-03-06 09:21:56',''),(18323,1,1,19246,1,1489375385,'2015-03-06 09:22:03',''),(18324,1,1,19247,1,1489375385,'2015-03-06 09:22:06',''),(18325,1,1,19248,1,1489375385,'2015-03-06 09:22:09',''),(18326,1,1,19249,1,1489375385,'2015-03-06 09:22:12',''),(18327,1,1,19250,1,1489375385,'2015-03-06 09:22:16',''),(18328,1,1,19251,1,3105214586,'2015-03-06 10:34:13','https://www.google.co.uk/'),(18329,1,1,19252,56,1357230889,'2015-03-06 10:36:39','https://www.google.co.uk/'),(18330,1,1,19253,1,2071807857,'2015-03-06 12:40:59',''),(18331,1,1,19254,1,3702877297,'2015-03-06 12:41:16',''),(18332,1,1,19255,66,3702877294,'2015-03-06 12:48:36',''),(18333,1,1,19256,1,3014673901,'2015-03-06 12:49:47','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(18334,1,1,19257,1,1123631112,'2015-03-06 12:59:57',''),(18335,1,1,19258,26,2637637465,'2015-03-06 13:25:57',''),(18336,1,1,19259,58,3475901813,'2015-03-06 13:47:57',''),(18337,1,1,19260,26,2637637465,'2015-03-06 14:51:50',''),(18338,1,1,19261,1,1123631300,'2015-03-06 14:56:36',''),(18339,1,1,19262,26,2071807861,'2015-03-06 15:13:05',''),(18340,1,1,19263,1,1032306278,'2015-03-06 20:00:17','http://www.baidu.com/s?wd=Mstyresblackburn'),(18341,1,1,19264,1,1796681156,'2015-03-06 20:04:51',''),(18342,1,1,19265,58,3475901813,'2015-03-06 22:57:55',''),(18343,1,1,19266,1,3156042951,'2015-03-06 23:26:38','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&sqi=2&ved=0CFkQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=gjb6VObWDsLc7AbQ1IGYCw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(18344,1,1,19267,43,1123631108,'2015-03-07 00:06:26',''),(18345,1,1,19268,43,1123631112,'2015-03-07 00:13:44',''),(18346,1,1,19269,1,1968049459,'2015-03-07 00:17:55',''),(18347,1,1,19270,1,2637637382,'2015-03-07 00:52:11',''),(18348,1,1,19271,1,1365970118,'2015-03-07 01:05:13','https://www.google.co.uk/'),(18349,1,1,19272,26,2637637465,'2015-03-07 02:03:49',''),(18350,1,1,19273,55,1123631300,'2015-03-07 02:08:00',''),(18351,1,1,19274,73,3024880961,'2015-03-07 02:28:49',''),(18352,1,1,19275,51,1123631112,'2015-03-07 03:47:20',''),(18353,1,1,19276,50,3702877355,'2015-03-07 05:47:52',''),(18354,1,1,19277,26,2637637465,'2015-03-07 06:31:33',''),(18355,1,1,19278,55,1123631108,'2015-03-07 07:13:23',''),(18356,1,1,19279,1,2071807769,'2015-03-07 07:39:01',''),(18357,1,1,19280,1,3702877358,'2015-03-07 07:39:37',''),(18358,1,1,19281,26,2637637465,'2015-03-07 09:17:16',''),(18359,1,1,19282,6,2637637499,'2015-03-07 09:31:31',''),(18360,1,1,19283,10,1123631300,'2015-03-07 10:37:22',''),(18361,1,1,19284,1,2637637465,'2015-03-07 10:56:34',''),(18362,1,1,19285,1,1542483275,'2015-03-07 11:35:24',''),(18363,1,1,19286,1,100662605,'2015-03-07 12:43:42',''),(18364,1,1,19287,1,2996483064,'2015-03-07 12:43:45',''),(18365,1,1,19288,1,2996483064,'2015-03-07 12:43:48',''),(18366,1,1,19289,1,100662605,'2015-03-07 12:43:51',''),(18367,1,1,19290,45,3475901813,'2015-03-07 13:08:40',''),(18368,1,1,19291,6,1123631112,'2015-03-07 13:53:33',''),(18369,1,1,19293,1,1123631108,'2015-03-07 15:45:06',''),(18370,1,1,19294,1,1123631108,'2015-03-07 17:18:24',''),(18371,1,1,19295,6,1123631300,'2015-03-07 17:21:26',''),(18372,1,1,19296,26,2637637465,'2015-03-07 17:34:23',''),(18373,1,1,19297,1,1123631112,'2015-03-07 17:39:52',''),(18374,1,1,19298,31,2071807853,'2015-03-07 18:44:59',''),(18375,1,1,19299,10,1123631108,'2015-03-07 18:47:45',''),(18376,1,1,19300,58,2637637498,'2015-03-07 18:54:01',''),(18377,1,1,19301,1,1123631108,'2015-03-07 20:13:29',''),(18378,1,1,19302,1,1032306395,'2015-03-07 20:20:39','http://www.baidu.com/s?wd=Mstyresblackburn'),(18379,1,1,19303,26,2637637465,'2015-03-07 20:30:35',''),(18380,1,1,19304,26,2637637465,'2015-03-07 21:10:13',''),(18381,1,1,19305,65,1176336039,'2015-03-07 23:23:32','http://www.google.ca/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0CDgQFjAF&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=eIf7VJLKOoGNyAS8kYKoDw&usg=AFQjCNE1Ca_-PPn5dxqsbrcb2E1gypusNQ&bv'),(18382,1,1,19306,1,3024881284,'2015-03-07 23:52:39',''),(18383,1,1,19307,26,2637637465,'2015-03-08 00:28:39',''),(18384,1,1,19308,1,789594559,'2015-03-08 01:12:55','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(18385,1,1,19309,1,1152705687,'2015-03-08 01:40:03',''),(18386,1,1,19310,45,3475901813,'2015-03-08 01:42:28',''),(18387,1,1,19311,1,1123631112,'2015-03-08 02:02:34',''),(18388,1,1,19312,72,3024880953,'2015-03-08 05:50:19',''),(18389,1,1,19313,48,1123631112,'2015-03-08 08:26:02',''),(18390,1,1,19314,50,1123631300,'2015-03-08 09:26:51',''),(18391,1,1,19315,26,2637637465,'2015-03-08 10:31:16',''),(18392,1,1,19316,1,1542483289,'2015-03-08 14:15:36',''),(18393,1,1,19317,1,1489375385,'2015-03-08 14:16:43',''),(18394,1,1,19318,1,1489375385,'2015-03-08 14:16:46',''),(18395,1,1,19319,1,1489375385,'2015-03-08 14:16:51',''),(18396,1,1,19320,1,1489375385,'2015-03-08 14:16:54',''),(18397,1,1,19321,1,1489375385,'2015-03-08 14:16:58',''),(18398,1,1,19322,1,1489375385,'2015-03-08 14:17:06',''),(18399,1,1,19323,1,1489375385,'2015-03-08 14:17:10',''),(18400,1,1,19324,1,1489375385,'2015-03-08 14:17:14',''),(18401,1,1,19325,1,1489375385,'2015-03-08 14:17:21',''),(18402,1,1,19326,1,1489375385,'2015-03-08 14:17:25',''),(18403,1,1,19327,1,1489375385,'2015-03-08 14:17:28',''),(18404,1,1,19328,1,1489375385,'2015-03-08 14:17:34',''),(18405,1,1,19329,26,2637637465,'2015-03-08 15:14:06',''),(18406,1,1,19330,1,2071807855,'2015-03-08 16:43:03',''),(18407,1,1,19331,1,3702877294,'2015-03-08 16:43:20',''),(18408,1,1,19332,71,1544075791,'2015-03-08 18:58:48','http://www.google.co.uk/url?sa=t&rct=j&q=215%2F55wr16&source=web&cd=10&ved=0CDMQFjAJ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D36%26controller%3Dproduct%26id_lang%3D1&ei=yJn8VLboNMrZar-BgcgB&usg=AFQjCNFEu1CqXK8o2UbIoawl-6EKhh'),(18409,1,1,19333,1,1041806727,'2015-03-08 19:13:07',''),(18410,1,1,19334,26,2637637465,'2015-03-08 20:49:15',''),(18411,1,1,19335,1,3145646617,'2015-03-08 21:47:04','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(18412,1,1,19336,1,1123633627,'2015-03-08 22:27:39',''),(18413,1,1,19337,58,2637637499,'2015-03-08 22:27:40',''),(18414,1,1,19338,1,1365698647,'2015-03-08 22:48:06','https://www.google.co.uk/'),(18415,1,1,19339,1,3702877327,'2015-03-08 22:55:45',''),(18416,1,1,19340,1,3702877362,'2015-03-08 22:55:47',''),(18417,1,1,19341,1,1152705687,'2015-03-08 23:19:52',''),(18418,1,1,19342,26,3702877342,'2015-03-09 01:01:54',''),(18419,1,1,19343,1,3024881041,'2015-03-09 01:48:56',''),(18420,1,1,19344,26,2637637465,'2015-03-09 02:31:49',''),(18421,1,1,19345,1,3024881066,'2015-03-09 03:18:39',''),(18422,1,1,19346,41,3024881213,'2015-03-09 03:51:31',''),(18423,1,1,19347,26,2071807823,'2015-03-09 07:10:12',''),(18424,1,1,19348,58,2637637499,'2015-03-09 07:16:32',''),(18425,1,1,19349,1,2071807826,'2015-03-09 07:43:31',''),(18426,1,1,19350,1,1123633619,'2015-03-09 08:02:10',''),(18427,1,1,19352,41,3587041576,'2015-03-09 09:05:38','https://www.google.co.uk/'),(18428,1,1,19353,1,3135347998,'2015-03-09 09:46:55','http://buttons-for-website.com'),(18429,1,1,19354,54,2637637499,'2015-03-09 09:56:32',''),(18430,1,1,19355,75,3257813497,'2015-03-09 11:01:14','https://www.google.co.uk/'),(18431,1,1,19356,1,2996483064,'2015-03-09 12:39:16',''),(18432,1,1,19357,1,2996483064,'2015-03-09 12:39:20',''),(18433,1,1,19358,1,2996483064,'2015-03-09 12:39:23',''),(18434,1,1,19359,1,2996483064,'2015-03-09 12:39:26',''),(18435,1,1,19360,56,3475901813,'2015-03-09 12:54:18',''),(18436,1,1,19361,1,1122087101,'2015-03-09 13:26:41','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(18437,1,1,19362,1,1032306278,'2015-03-09 14:01:29','http://www.baidu.com/s?wd=Mstyresblackburn'),(18438,1,1,19363,68,1506528562,'2015-03-09 14:14:34','http://www.google.cz/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&ved=0CAcQjRw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&ei=66n9VJySDIfYPI-lgOAI&bvm=bv.87611401,d.bGQ&psig=AFQjCNHZ95v_MHO'),(18439,1,1,19364,1,3702877290,'2015-03-09 14:36:37',''),(18440,1,1,19365,1,2071807820,'2015-03-09 14:36:50',''),(18441,1,1,19366,26,2637637488,'2015-03-09 15:34:10',''),(18442,1,1,19367,1,1467116060,'2015-03-09 16:12:07','https://www.google.co.uk/'),(18443,1,1,19368,1,3177792458,'2015-03-09 16:27:21','http://buttons-for-website.com'),(18444,1,1,19369,1,1542483276,'2015-03-09 17:03:43',''),(18445,1,1,19370,51,3164934024,'2015-03-09 17:13:51',''),(18446,1,1,19371,62,3164933931,'2015-03-09 18:15:39',''),(18447,1,1,19372,1,1123631108,'2015-03-09 19:13:29',''),(18448,1,1,19373,1,3338415115,'2015-03-09 19:31:33',''),(18449,1,1,19374,26,2637637488,'2015-03-09 19:53:49',''),(18450,1,1,19375,1,3024881045,'2015-03-09 20:09:46',''),(18451,1,1,19376,1,3018645618,'2015-03-09 20:13:15','http://buttons-for-website.com'),(18452,1,1,19377,15,2637637488,'2015-03-09 21:34:53',''),(18453,1,1,19378,26,2637637488,'2015-03-09 23:06:39',''),(18454,1,1,19379,56,3634070344,'2015-03-09 23:47:51',''),(18455,1,1,19380,1,3634070344,'2015-03-09 23:48:07',''),(18456,1,1,19381,56,3634070344,'2015-03-09 23:48:21',''),(18457,1,1,19382,58,2637637499,'2015-03-10 00:15:18',''),(18458,1,1,19383,1,2971665017,'2015-03-10 01:17:17','http://buttons-for-website.com'),(18459,1,1,19384,66,3702877299,'2015-03-10 02:44:02',''),(18460,1,1,19385,65,1123631108,'2015-03-10 03:50:09',''),(18461,1,1,19386,1,1796681156,'2015-03-10 06:31:11',''),(18462,1,1,19387,1,1358861228,'2015-03-10 06:58:09','https://www.google.co.uk/'),(18463,1,1,19388,1,1123631112,'2015-03-10 07:43:25',''),(18464,1,1,19389,1,1123631112,'2015-03-10 08:15:39',''),(18465,1,1,19390,31,3702877328,'2015-03-10 08:52:54',''),(18466,1,1,19391,1,3337960970,'2015-03-10 12:53:09',''),(18467,1,1,19392,1,3337960970,'2015-03-10 12:53:15',''),(18468,1,1,19393,1,3337960970,'2015-03-10 12:53:24',''),(18469,1,1,19394,1,3337960970,'2015-03-10 12:53:32',''),(18470,1,1,19395,1,3337960970,'2015-03-10 12:53:38',''),(18471,1,1,19396,1,3337960970,'2015-03-10 12:53:42',''),(18472,1,1,19397,1,3337960970,'2015-03-10 12:53:49',''),(18473,1,1,19398,1,3337960970,'2015-03-10 12:53:57',''),(18474,1,1,19399,1,3337960970,'2015-03-10 12:54:00',''),(18475,1,1,19400,1,3337960970,'2015-03-10 12:54:07',''),(18476,1,1,19401,1,3337960970,'2015-03-10 12:54:12',''),(18477,1,1,19402,1,3337960970,'2015-03-10 12:54:17',''),(18478,1,1,19403,56,88444065,'2015-03-10 13:12:24','https://www.google.co.uk/'),(18479,1,1,19404,52,3024881046,'2015-03-10 13:15:51',''),(18480,1,1,19405,51,3702877355,'2015-03-10 13:18:28',''),(18481,1,1,19406,26,2637637488,'2015-03-10 14:35:39',''),(18482,1,1,19407,68,1123631300,'2015-03-10 15:29:34',''),(18483,1,1,19408,1,3015692028,'2015-03-10 16:48:20','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(18484,1,1,19409,6,2637637488,'2015-03-10 16:57:44',''),(18485,1,1,19410,48,1123631108,'2015-03-10 16:59:18',''),(18486,1,1,19412,1,3024880961,'2015-03-10 18:09:34',''),(18487,1,1,19413,1,3024881067,'2015-03-10 18:09:37',''),(18488,1,1,19414,26,2637637488,'2015-03-10 19:15:01',''),(18489,1,1,19415,1,2071807826,'2015-03-10 19:25:04',''),(18490,1,1,19416,1,1542483325,'2015-03-10 20:18:39',''),(18491,1,1,19417,58,2637637499,'2015-03-10 20:27:29',''),(18492,1,1,19418,1,3138260766,'2015-03-10 20:27:55','http://buttons-for-website.com'),(18493,1,1,19419,48,1123631300,'2015-03-10 20:38:06',''),(18494,1,1,19420,73,3024881091,'2015-03-10 21:13:59',''),(18495,1,1,19421,1,2637637488,'2015-03-10 21:36:39',''),(18496,1,1,19422,1,1123631300,'2015-03-10 21:57:51',''),(18497,1,1,19423,26,2637637488,'2015-03-10 22:38:33',''),(18498,1,1,19424,1,1123631108,'2015-03-11 01:11:23',''),(18499,1,1,19425,1,3479603870,'2015-03-11 01:19:01',''),(18500,1,1,19426,1,1395897576,'2015-03-11 01:53:14','http://buttons-for-website.com'),(18501,1,1,19427,58,2637637498,'2015-03-11 02:21:06',''),(18502,1,1,19428,55,3702877299,'2015-03-11 04:43:10',''),(18503,1,1,19429,1,1023607318,'2015-03-11 07:15:12','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(18504,1,1,19430,63,1123631108,'2015-03-11 07:30:54',''),(18505,1,1,19431,26,2637637488,'2015-03-11 07:50:03',''),(18506,1,1,19432,31,3702877345,'2015-03-11 09:29:47',''),(18507,1,1,19433,6,3164933903,'2015-03-11 10:32:30',''),(18508,1,1,19434,6,785582848,'2015-03-11 11:56:09',''),(18509,1,1,19435,1,100662756,'2015-03-11 14:01:03',''),(18510,1,1,19436,1,2996483064,'2015-03-11 14:01:20',''),(18511,1,1,19437,1,2996483064,'2015-03-11 14:01:23',''),(18512,1,1,19438,1,2996483064,'2015-03-11 14:01:26',''),(18513,1,1,19439,1,2996483064,'2015-03-11 14:01:29',''),(18514,1,1,19440,68,1324749108,'2015-03-11 14:35:41','http://www.google.fr/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F4%2F64-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=jw6'),(18515,1,1,19441,26,2637637488,'2015-03-11 15:03:03',''),(18516,1,1,19442,1,1123631300,'2015-03-11 17:15:36',''),(18517,1,1,19443,56,778240951,'2015-03-11 17:24:29','https://www.google.com/'),(18518,1,1,19444,56,1299678093,'2015-03-11 17:25:33',''),(18519,1,1,19445,54,3024880913,'2015-03-11 17:27:54',''),(18520,1,1,19446,1,3024881295,'2015-03-11 17:44:45',''),(18521,1,1,19447,63,1344925493,'2015-03-11 18:58:45','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=31&ved=0CC8QFjAAOB4&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D27%26controller%3Dproduct%26id_lang%3D1&ei=eo8AVebhD83JPcP9gYAI&usg=AFQjCNGBPXMfJ9-P4cYlCrNziGnwOfVv'),(18522,1,1,19448,1,1041817219,'2015-03-11 18:59:21',''),(18523,1,1,19449,26,2637637488,'2015-03-11 19:11:01',''),(18524,1,1,19450,1,1123631108,'2015-03-11 19:12:39',''),(18525,1,1,19451,1,1367419714,'2015-03-11 19:56:08','https://www.google.co.uk/'),(18526,1,1,19452,68,36185084,'2015-03-11 22:13:25','https://www.google.it/'),(18527,1,1,19453,65,1838955200,'2015-03-12 00:13:44','https://www.google.co.uk/'),(18528,1,1,19454,1,2974743430,'2015-03-12 00:34:35','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(18529,1,1,19455,6,787889884,'2015-03-12 03:15:35',''),(18530,1,1,19456,56,1123631112,'2015-03-12 05:15:42',''),(18531,1,1,19457,1,1123631300,'2015-03-12 05:24:53',''),(18532,1,1,19458,1,3633385918,'2015-03-12 06:11:52','http://whois.domaintools.com/mstyresblackburn.co.uk'),(18533,1,1,19459,1,2098851035,'2015-03-12 06:30:06','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(18534,1,1,19460,1,3024881166,'2015-03-12 07:00:23',''),(18535,1,1,19461,1,3024881297,'2015-03-12 07:00:26',''),(18536,1,1,19462,66,3164933973,'2015-03-12 07:01:54',''),(18537,1,1,19463,1,1542483286,'2015-03-12 07:35:55',''),(18538,1,1,19464,26,3702877366,'2015-03-12 07:51:39',''),(18539,1,1,19465,1,3654215635,'2015-03-12 09:16:39',''),(18540,1,1,19466,48,3164934080,'2015-03-12 10:07:10',''),(18541,1,1,19467,1,3323679378,'2015-03-12 10:43:12',''),(18542,1,1,19468,1,3323679378,'2015-03-12 10:43:21',''),(18543,1,1,19469,1,3323679378,'2015-03-12 10:43:26',''),(18544,1,1,19470,1,3323679378,'2015-03-12 10:43:31',''),(18545,1,1,19471,1,3323679378,'2015-03-12 10:43:39',''),(18546,1,1,19472,1,3323679378,'2015-03-12 10:43:48',''),(18547,1,1,19473,1,3323679378,'2015-03-12 10:43:53',''),(18548,1,1,19474,1,3323679378,'2015-03-12 10:43:58',''),(18549,1,1,19475,1,3323679378,'2015-03-12 10:44:13',''),(18550,1,1,19476,1,3323679378,'2015-03-12 10:44:20',''),(18551,1,1,19477,1,3323679378,'2015-03-12 10:44:23',''),(18552,1,1,19478,1,3323679378,'2015-03-12 10:44:31',''),(18553,1,1,19479,62,1123631996,'2015-03-12 11:28:37',''),(18554,1,1,19480,26,2071807815,'2015-03-12 12:21:34',''),(18555,1,1,19481,26,2637637488,'2015-03-12 12:57:05',''),(18556,1,1,19482,1,3588956999,'2015-03-12 15:25:48','https://www.google.co.uk/'),(18557,1,1,19483,1,2987560302,'2015-03-12 16:25:17',''),(18558,1,1,19484,1,2987560302,'2015-03-12 16:25:18',''),(18559,1,1,19485,1,2987560302,'2015-03-12 16:25:19',''),(18560,1,1,19486,1,1123631300,'2015-03-12 19:55:46',''),(18561,1,1,19487,1,1298481846,'2015-03-12 21:34:08','https://www.google.co.uk/'),(18562,1,1,19488,1,3024881042,'2015-03-12 22:49:00',''),(18563,1,1,19489,58,2637637443,'2015-03-13 01:02:31',''),(18564,1,1,19490,1,100662605,'2015-03-13 01:33:45',''),(18565,1,1,19491,1,2996483064,'2015-03-13 01:33:48',''),(18566,1,1,19492,1,100662605,'2015-03-13 01:33:51',''),(18567,1,1,19493,1,2996483064,'2015-03-13 01:33:54',''),(18568,1,1,19494,1,3024881050,'2015-03-13 01:44:06',''),(18569,1,1,19495,1,1123631108,'2015-03-13 04:03:55',''),(18570,1,1,19496,54,3024880976,'2015-03-13 04:34:58',''),(18571,1,1,19497,1,2637637488,'2015-03-13 05:20:40',''),(18572,1,1,19498,1,2071807759,'2015-03-13 07:55:02',''),(18573,1,1,19499,1,3702877341,'2015-03-13 07:56:13',''),(18574,1,1,19500,1,3338415115,'2015-03-13 09:01:32',''),(18575,1,1,19501,20,1123631300,'2015-03-13 09:26:16',''),(18576,1,1,19502,1,1542483281,'2015-03-13 10:31:09',''),(18577,1,1,19503,1,2033590373,'2015-03-13 12:46:05','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(18578,1,1,19504,1,2970638643,'2015-03-13 13:07:33','http://buttons-for-website.com'),(18579,1,1,19505,15,2954618478,'2015-03-13 16:48:19','https://www.google.co.uk/'),(18580,1,1,19506,1,1123632388,'2015-03-13 16:57:12',''),(18581,1,1,19507,56,1523136420,'2015-03-13 19:21:14','https://www.google.co.uk/'),(18582,1,1,19508,1,1544070897,'2015-03-13 20:10:55','https://www.google.co.uk/'),(18583,1,1,19509,1,1041806727,'2015-03-13 20:23:37',''),(18584,1,1,19510,1,1041806726,'2015-03-13 20:24:05',''),(18585,1,1,19511,26,2071807850,'2015-03-13 22:06:55',''),(18586,1,1,19512,26,3702877306,'2015-03-13 22:40:15',''),(18587,1,1,19513,1,3024881084,'2015-03-13 22:44:58',''),(18588,1,1,19514,44,3164934086,'2015-03-13 23:27:06',''),(18589,1,1,19515,1,1123632626,'2015-03-14 03:58:28',''),(18590,1,1,19516,1,2071807815,'2015-03-14 04:36:26',''),(18591,1,1,19517,1,3702877369,'2015-03-14 04:37:39',''),(18592,1,1,19518,38,3024880923,'2015-03-14 06:33:37',''),(18593,1,1,19519,38,2548069463,'2015-03-14 07:25:05','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0CFkQFjAH&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_category%3D34%26controller%3Dcategory%26id_lang%3D1&ei=0eEDVYTlLMXd7gac2IDAAQ&usg=AFQjCNHHUMw-ypErO7NXgYp7jbIcD-Hq'),(18594,1,1,19520,48,2637637444,'2015-03-14 08:14:30',''),(18595,1,1,19521,48,1442835229,'2015-03-14 09:18:29','https://www.bing.com/search?q=vehicle%20wheel%20tracking%20blackburn&pivot=web&persona=0&input=1&form=SBCLIK2&mkt=en-US&setlang=en-US'),(18596,1,1,19522,1,2036349133,'2015-03-14 09:28:11','http://buttons-for-website.com'),(18597,1,1,19523,1,3496733830,'2015-03-14 12:44:16',''),(18598,1,1,19524,1,3496733830,'2015-03-14 12:44:19',''),(18599,1,1,19525,1,3496733830,'2015-03-14 12:44:22',''),(18600,1,1,19526,1,3496733830,'2015-03-14 12:44:26',''),(18601,1,1,19527,1,3496733830,'2015-03-14 12:44:34',''),(18602,1,1,19528,1,3496733830,'2015-03-14 12:44:39',''),(18603,1,1,19529,1,3496733830,'2015-03-14 12:44:42',''),(18604,1,1,19530,1,3496733830,'2015-03-14 12:44:46',''),(18605,1,1,19531,1,3496733830,'2015-03-14 12:44:49',''),(18606,1,1,19532,1,3496733830,'2015-03-14 12:44:52',''),(18607,1,1,19533,1,3496733830,'2015-03-14 12:44:56',''),(18608,1,1,19534,1,3496733830,'2015-03-14 12:45:01',''),(18609,1,1,19535,56,778252011,'2015-03-14 12:45:14',''),(18610,1,1,19536,1,1542483270,'2015-03-14 13:33:26',''),(18611,1,1,19537,1,3372788198,'2015-03-14 14:14:45','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(18612,1,1,19538,1,1123632388,'2015-03-14 14:18:36',''),(18613,1,1,19539,26,2637637427,'2015-03-14 15:31:47',''),(18614,1,1,19540,1,2731721828,'2015-03-14 15:38:42',''),(18615,1,1,19541,26,2637637443,'2015-03-14 16:20:34',''),(18616,1,1,19542,1,2996483064,'2015-03-14 17:28:23',''),(18617,1,1,19543,1,1123632626,'2015-03-14 18:15:59',''),(18618,1,1,19544,1,3219796712,'2015-03-14 22:55:31',''),(18619,1,1,19545,6,3219796712,'2015-03-14 22:55:33',''),(18620,1,1,19546,18,3219796712,'2015-03-14 22:55:35',''),(18621,1,1,19547,3,3219796712,'2015-03-14 22:55:37',''),(18622,1,1,19548,1,3219796712,'2015-03-14 22:55:38',''),(18623,1,1,19549,1,3219796712,'2015-03-14 22:55:40',''),(18624,1,1,19550,1,3219796712,'2015-03-14 22:55:42',''),(18625,1,1,19551,9,3219796712,'2015-03-14 22:55:43',''),(18626,1,1,19552,1,3219796712,'2015-03-14 22:55:45',''),(18627,1,1,19553,1,3219796712,'2015-03-14 22:55:47',''),(18628,1,1,19554,1,3219796712,'2015-03-14 22:55:49',''),(18629,1,1,19555,1,3219796712,'2015-03-14 22:55:51',''),(18630,1,1,19556,1,3219796712,'2015-03-14 22:55:53',''),(18631,1,1,19557,1,3219796712,'2015-03-14 22:55:55',''),(18632,1,1,19558,1,3219796712,'2015-03-14 22:55:57',''),(18633,1,1,19559,1,3219796712,'2015-03-14 22:55:59',''),(18634,1,1,19560,56,1123632388,'2015-03-14 23:30:13',''),(18635,1,1,19561,1,1609152231,'2015-03-14 23:32:31','http://buttons-for-website.com'),(18636,1,1,19562,1,84478212,'2015-03-14 23:34:21','http://topic764642.adviceforum.info/?topic=764642'),(18637,1,1,19563,1,2996483064,'2015-03-14 23:39:32',''),(18638,1,1,19564,1,100662605,'2015-03-14 23:39:38',''),(18639,1,1,19565,1,100662605,'2015-03-14 23:39:44',''),(18640,1,1,19566,1,2996483064,'2015-03-14 23:39:49',''),(18641,1,1,19567,1,1032306279,'2015-03-14 23:47:15','http://www.baidu.com/s?wd=Mstyresblackburn'),(18642,1,1,19568,1,1123632611,'2015-03-14 23:58:49',''),(18643,1,1,19569,1,1123632611,'2015-03-15 04:22:29',''),(18644,1,1,19570,26,3475901731,'2015-03-15 05:51:11',''),(18645,1,1,19571,58,3024880969,'2015-03-15 06:08:00',''),(18646,1,1,19572,26,2637637488,'2015-03-15 06:23:58',''),(18647,1,1,19573,1,2637637443,'2015-03-15 06:54:38',''),(18648,1,1,19574,26,2637637488,'2015-03-15 07:22:53',''),(18649,1,1,19575,1,2637637427,'2015-03-15 07:23:12',''),(18650,1,1,19576,26,2637637427,'2015-03-15 07:23:14',''),(18651,1,1,19577,1,84478212,'2015-03-15 08:05:29','http://topic764642.adviceforum.info/?topic=764642'),(18652,1,1,19578,1,35548272,'2015-03-15 11:36:48',''),(18653,1,1,19579,1,1123632626,'2015-03-15 14:26:22',''),(18654,1,1,19580,1,1542483281,'2015-03-15 16:35:44',''),(18655,1,1,19581,1,1367768740,'2015-03-15 16:55:20','https://www.google.co.uk/'),(18656,1,1,19582,1,1123633627,'2015-03-15 19:17:56',''),(18657,1,1,19583,66,2637637488,'2015-03-15 19:23:48',''),(18658,1,1,19584,1,1571683627,'2015-03-15 20:28:52',''),(18659,1,1,19585,1,100662605,'2015-03-15 21:11:06',''),(18660,1,1,19586,1,2637637488,'2015-03-15 22:55:26',''),(18661,1,1,19587,1,3281711469,'2015-03-16 01:36:08',''),(18662,1,1,19588,1,2071807771,'2015-03-16 02:05:43',''),(18663,1,1,19589,1,2731721857,'2015-03-16 10:46:11',''),(18664,1,1,19590,1,2731721857,'2015-03-16 10:46:14',''),(18665,1,1,19591,26,2637637488,'2015-03-16 10:49:28',''),(18666,1,1,19592,1,1202733593,'2015-03-16 11:04:06',''),(18667,1,1,19593,1,1202733593,'2015-03-16 11:04:12',''),(18668,1,1,19594,1,1202733593,'2015-03-16 11:04:19',''),(18669,1,1,19595,1,1202733593,'2015-03-16 11:04:24',''),(18670,1,1,19596,1,1202733593,'2015-03-16 11:04:32',''),(18671,1,1,19597,1,1202733593,'2015-03-16 11:04:39',''),(18672,1,1,19598,1,1202733593,'2015-03-16 11:04:48',''),(18673,1,1,19599,1,1202733593,'2015-03-16 11:04:56',''),(18674,1,1,19600,1,1202733593,'2015-03-16 11:05:07',''),(18675,1,1,19601,1,1202733593,'2015-03-16 11:05:10',''),(18676,1,1,19602,1,2204827774,'2015-03-16 12:10:38',''),(18677,1,1,19603,69,3024881166,'2015-03-16 12:18:47',''),(18678,1,1,19604,56,3307437069,'2015-03-16 13:23:25',''),(18679,1,1,19605,1,3307437069,'2015-03-16 13:23:45',''),(18680,1,1,19606,56,3307437069,'2015-03-16 13:24:00',''),(18681,1,1,19607,1,3024881043,'2015-03-16 13:32:50',''),(18682,1,1,19608,1,1451811005,'2015-03-16 14:09:19','https://www.google.co.uk/'),(18683,1,1,19609,1,3702877357,'2015-03-16 15:14:12',''),(18684,1,1,19610,1,1472505067,'2015-03-16 15:49:24','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(18685,1,1,19611,1,3024880920,'2015-03-16 18:35:16',''),(18686,1,1,19612,1,3475901731,'2015-03-16 19:41:44',''),(18687,1,1,19613,1,3475901731,'2015-03-16 19:41:59',''),(18688,1,1,19614,1,1032306400,'2015-03-16 19:45:58','http://www.baidu.com/s?wd=Mstyresblackburn'),(18689,1,1,19615,1,1542483281,'2015-03-16 19:56:51',''),(18690,1,1,19616,1,2637637427,'2015-03-16 19:58:22',''),(18691,1,1,19617,1,1365970118,'2015-03-16 20:22:03','https://www.google.co.uk/'),(18692,1,1,19618,1,1123633619,'2015-03-16 20:30:04',''),(18693,1,1,19619,1,2996483064,'2015-03-16 23:40:43',''),(18694,1,1,19620,1,2996483064,'2015-03-16 23:40:46',''),(18695,1,1,19621,1,2996483064,'2015-03-16 23:40:49',''),(18696,1,1,19622,1,2996483064,'2015-03-16 23:40:52',''),(18697,1,1,19623,1,1123633619,'2015-03-17 00:26:44',''),(18698,1,1,19624,15,3024881063,'2015-03-17 03:00:01',''),(18699,1,1,19631,53,1442502122,'2015-03-17 04:48:13',''),(18700,1,1,19651,1,2297635926,'2015-03-17 07:48:49',''),(18701,1,1,19652,1,3495653654,'2015-03-17 07:55:27',''),(18702,1,1,19653,1,3024881073,'2015-03-17 08:18:27',''),(18703,1,1,19654,1,1123633619,'2015-03-17 08:56:59',''),(18704,1,1,19655,1,3414300546,'2015-03-17 09:25:11','https://www.google.com.pk/'),(18705,1,1,19656,1,1123633611,'2015-03-17 13:03:33',''),(18706,1,1,19657,1,1453193957,'2015-03-17 14:04:30','https://www.google.co.uk/'),(18707,1,1,19658,1,1368761807,'2015-03-17 14:45:24','https://www.google.co.uk/'),(18708,1,1,19659,1,2455411822,'2015-03-17 16:03:36','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CGAQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=R1AIVYODLaTY7AbqrYEg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=tGgUW3U63D6EuNHFHIwU1A&bvm=bv.88198703,d.ZGU'),(18709,1,1,19660,1,1369978303,'2015-03-17 17:19:06','http://www.google.pl/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0CFoQFjAH&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=2mEIVZGTGbGp7AbHxIGgDQ&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ'),(18710,1,1,19661,1,1123631300,'2015-03-17 17:27:16',''),(18711,1,1,19663,1,1123631112,'2015-03-17 19:10:39',''),(18712,1,1,19664,1,1032306280,'2015-03-17 19:46:24','http://www.baidu.com/s?wd=Mstyresblackburn'),(18713,1,1,19665,56,1345120692,'2015-03-17 21:10:09',''),(18714,1,1,19666,56,1326490906,'2015-03-17 23:53:01','https://www.google.it/'),(18715,1,1,19667,1,525673930,'2015-03-18 02:20:38','http://www.google.com/'),(18716,1,1,19668,1,2637637455,'2015-03-18 04:03:37',''),(18717,1,1,19669,1,3495654154,'2015-03-18 04:28:33',''),(18718,1,1,19670,1,2996483064,'2015-03-18 04:48:13',''),(18719,1,1,19671,3,1123631108,'2015-03-18 06:46:02',''),(18720,1,1,19672,64,1444433865,'2015-03-18 07:18:33','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CCkQFjAB&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D28%26controller%3Dproduct%26id_lang%3D1&ei=vyYJVb_HL-OR7Aa39IGIAg&usg=AFQjCNFiSDSfYVNjtnI3NZMgqtp0N8GgBw'),(18721,1,1,19673,1,1542483301,'2015-03-18 07:26:04',''),(18722,1,1,19674,64,3024881087,'2015-03-18 08:46:39',''),(18723,1,1,19675,1,3024881292,'2015-03-18 09:19:09',''),(18724,1,1,19676,1,2499508727,'2015-03-18 09:44:15',''),(18725,1,1,19677,1,2499508727,'2015-03-18 09:44:19',''),(18726,1,1,19678,1,2499508727,'2015-03-18 09:44:21',''),(18727,1,1,19679,1,2499508727,'2015-03-18 09:44:23',''),(18728,1,1,19680,1,2499508727,'2015-03-18 09:44:26',''),(18729,1,1,19681,1,2499508727,'2015-03-18 09:44:29',''),(18730,1,1,19682,1,2499508727,'2015-03-18 09:44:32',''),(18731,1,1,19683,1,2499508727,'2015-03-18 09:44:36',''),(18732,1,1,19684,1,2499508727,'2015-03-18 09:44:38',''),(18733,1,1,19685,1,2499508727,'2015-03-18 09:44:41',''),(18734,1,1,19686,1,2499508727,'2015-03-18 09:44:43',''),(18735,1,1,19687,1,2499508727,'2015-03-18 09:44:47',''),(18736,1,1,19688,1,1449195862,'2015-03-18 10:42:22',''),(18737,1,1,19689,31,3164934090,'2015-03-18 12:54:50',''),(18738,1,1,19690,27,3164934090,'2015-03-18 13:00:56',''),(18739,1,1,19691,55,3307428812,'2015-03-18 13:56:10',''),(18740,1,1,19692,1,3307428812,'2015-03-18 13:56:27',''),(18741,1,1,19693,55,3307428812,'2015-03-18 13:56:40',''),(18742,1,1,19694,1,2955109006,'2015-03-18 14:35:25','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CDkQFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=KI0JVaCMC8uR7AaRioDYBA&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.88198703,d.ZGU'),(18743,1,1,19695,1,100662549,'2015-03-18 14:57:27',''),(18744,1,1,19696,74,3164934090,'2015-03-18 20:43:54',''),(18745,1,1,19697,1,1815510032,'2015-03-18 21:01:46','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(18746,1,1,19698,1,1123631300,'2015-03-18 21:34:17',''),(18747,1,1,19699,1,3135770890,'2015-03-18 21:38:44','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(18748,1,1,19700,47,3702877299,'2015-03-18 22:57:21',''),(18749,1,1,19701,1,2996499317,'2015-03-18 23:45:42',''),(18750,1,1,19702,1,2996499317,'2015-03-18 23:45:45',''),(18751,1,1,19703,1,2996499317,'2015-03-18 23:45:48',''),(18752,1,1,19704,1,2996499317,'2015-03-18 23:45:51',''),(18753,1,1,19705,52,3164934090,'2015-03-19 01:59:15',''),(18754,1,1,19706,26,2637637426,'2015-03-19 06:49:40',''),(18755,1,1,19707,47,3702877290,'2015-03-19 07:22:51',''),(18756,1,1,19708,1,1123631300,'2015-03-19 08:39:23',''),(18757,1,1,19709,1,1123631300,'2015-03-19 09:37:40',''),(18758,1,1,19710,1,1542483318,'2015-03-19 10:47:57',''),(18759,1,1,19711,1,1123631112,'2015-03-19 10:51:46',''),(18760,1,1,19712,1,1123631300,'2015-03-19 11:16:52',''),(18761,1,1,19713,46,2071807842,'2015-03-19 11:26:59',''),(18762,1,1,19714,1,2667569362,'2015-03-19 12:07:26','https://www.google.co.uk/'),(18763,1,1,19715,64,3024881047,'2015-03-19 13:19:38',''),(18764,1,1,19716,1,3024881046,'2015-03-19 16:17:56',''),(18765,1,1,19717,43,3164934090,'2015-03-19 19:22:31',''),(18766,1,1,19718,1,3338415115,'2015-03-19 21:22:35',''),(18767,1,1,19719,1,2015156669,'2015-03-20 01:23:06','http://buttons-for-website.com'),(18768,1,1,19720,1,1806347679,'2015-03-20 09:51:08',''),(18769,1,1,19721,6,1806347679,'2015-03-20 09:51:14',''),(18770,1,1,19722,9,1806347679,'2015-03-20 09:51:25',''),(18771,1,1,19723,65,1806347679,'2015-03-20 09:51:29',''),(18772,1,1,19724,56,1806347679,'2015-03-20 09:51:34',''),(18773,1,1,19725,62,1806347679,'2015-03-20 09:51:39',''),(18774,1,1,19726,63,1806347679,'2015-03-20 09:51:44',''),(18775,1,1,19727,64,1806347679,'2015-03-20 09:51:50',''),(18776,1,1,19728,28,1806347679,'2015-03-20 09:51:55',''),(18777,1,1,19729,50,1806347679,'2015-03-20 09:52:00',''),(18778,1,1,19730,51,1806347679,'2015-03-20 09:52:05',''),(18779,1,1,19731,69,1806347679,'2015-03-20 09:52:09',''),(18780,1,1,19732,55,1806347679,'2015-03-20 09:52:14',''),(18781,1,1,19733,57,1806347679,'2015-03-20 09:52:19',''),(18782,1,1,19734,16,1806347679,'2015-03-20 09:52:25',''),(18783,1,1,19735,10,1806347679,'2015-03-20 09:52:30',''),(18784,1,1,19736,49,1806347679,'2015-03-20 09:52:35',''),(18785,1,1,19737,44,1806347679,'2015-03-20 09:52:39',''),(18786,1,1,19738,27,1806347679,'2015-03-20 09:52:44',''),(18787,1,1,19739,58,1806347679,'2015-03-20 09:52:50',''),(18788,1,1,19740,45,1806347679,'2015-03-20 09:52:55',''),(18789,1,1,19741,48,1806347679,'2015-03-20 09:52:59',''),(18790,1,1,19742,42,1806347679,'2015-03-20 09:53:04',''),(18791,1,1,19743,53,1806347679,'2015-03-20 09:53:10',''),(18792,1,1,19744,43,1806347679,'2015-03-20 09:53:15',''),(18793,1,1,19745,52,1806347679,'2015-03-20 09:53:20',''),(18794,1,1,19746,38,1806347679,'2015-03-20 09:53:24',''),(18795,1,1,19747,41,1806347679,'2015-03-20 09:53:29',''),(18796,1,1,19748,16,1806347679,'2015-03-20 09:53:34',''),(18797,1,1,19749,71,1806347679,'2015-03-20 09:53:39',''),(18798,1,1,19750,72,1806347679,'2015-03-20 09:53:44',''),(18799,1,1,19751,70,1806347679,'2015-03-20 09:53:49',''),(18800,1,1,19752,73,1806347679,'2015-03-20 09:53:54',''),(18801,1,1,19753,16,1806347679,'2015-03-20 09:54:00',''),(18802,1,1,19754,75,1806347679,'2015-03-20 09:54:04',''),(18803,1,1,19755,67,1806347679,'2015-03-20 09:54:09',''),(18804,1,1,19756,74,1806347679,'2015-03-20 09:54:14',''),(18805,1,1,19757,59,1806347679,'2015-03-20 09:54:19',''),(18806,1,1,19758,68,1806347679,'2015-03-20 09:54:24',''),(18807,1,1,19759,43,1806347679,'2015-03-20 09:54:29',''),(18808,1,1,19760,43,1806347679,'2015-03-20 09:54:34',''),(18809,1,1,19761,47,1806347679,'2015-03-20 09:54:39',''),(18810,1,1,19762,31,1806347679,'2015-03-20 09:54:44',''),(18811,1,1,19763,15,1806347679,'2015-03-20 09:54:50',''),(18812,1,1,19764,54,1806347679,'2015-03-20 09:54:54',''),(18813,1,1,19765,66,1806347679,'2015-03-20 09:54:59',''),(18814,1,1,19766,26,1806347679,'2015-03-20 09:55:04',''),(18815,1,1,19767,26,1806347679,'2015-03-20 09:55:10',''),(18816,1,1,19768,26,1806347679,'2015-03-20 09:55:14',''),(18817,1,1,19769,26,1806347679,'2015-03-20 09:55:20',''),(18818,1,1,19770,26,1806347679,'2015-03-20 09:55:25',''),(18819,1,1,19771,26,1806347679,'2015-03-20 09:55:29',''),(18820,1,1,19772,26,1806347679,'2015-03-20 09:55:34',''),(18821,1,1,19773,26,1806347679,'2015-03-20 09:55:39',''),(18822,1,1,19774,26,1806347679,'2015-03-20 09:55:44',''),(18823,1,1,19775,26,1806347679,'2015-03-20 09:55:50',''),(18824,1,1,19776,26,1806347679,'2015-03-20 09:55:54',''),(18825,1,1,19777,26,1806347679,'2015-03-20 09:55:59',''),(18826,1,1,19778,26,1806347679,'2015-03-20 09:56:04',''),(18827,1,1,19779,26,1806347679,'2015-03-20 09:56:10',''),(18828,1,1,19780,26,1806347679,'2015-03-20 09:56:14',''),(18829,1,1,19781,26,1806347679,'2015-03-20 09:56:20',''),(18830,1,1,19782,26,1806347679,'2015-03-20 09:56:24',''),(18831,1,1,19783,26,1806347679,'2015-03-20 09:56:29',''),(18832,1,1,19784,26,1806347679,'2015-03-20 09:56:34',''),(18833,1,1,19785,26,1806347679,'2015-03-20 09:56:39',''),(18834,1,1,19786,26,1806347679,'2015-03-20 09:56:45',''),(18835,1,1,19787,26,1806347679,'2015-03-20 09:56:50',''),(18836,1,1,19788,26,1806347679,'2015-03-20 09:56:55',''),(18837,1,1,19789,26,1806347679,'2015-03-20 09:57:00',''),(18838,1,1,19790,26,1806347679,'2015-03-20 09:57:04',''),(18839,1,1,19791,26,1806347679,'2015-03-20 09:57:09',''),(18840,1,1,19792,26,1806347679,'2015-03-20 09:57:14',''),(18841,1,1,19793,26,1806347679,'2015-03-20 09:57:19',''),(18842,1,1,19794,26,1806347679,'2015-03-20 09:57:24',''),(18843,1,1,19795,26,1806347679,'2015-03-20 09:57:29',''),(18844,1,1,19796,26,1806347679,'2015-03-20 09:57:34',''),(18845,1,1,19797,26,1806347679,'2015-03-20 09:57:40',''),(18846,1,1,19798,26,1806347679,'2015-03-20 09:57:44',''),(18847,1,1,19799,26,1806347679,'2015-03-20 09:57:49',''),(18848,1,1,19800,1,772045740,'2015-03-20 11:06:41',''),(18849,1,1,19801,1,772045740,'2015-03-20 11:06:46',''),(18850,1,1,19802,1,772045740,'2015-03-20 11:06:49',''),(18851,1,1,19803,1,772045740,'2015-03-20 11:06:53',''),(18852,1,1,19804,1,772045740,'2015-03-20 11:06:58',''),(18853,1,1,19805,1,772045740,'2015-03-20 11:07:04',''),(18854,1,1,19806,1,772045740,'2015-03-20 11:07:06',''),(18855,1,1,19807,1,772045740,'2015-03-20 11:07:09',''),(18856,1,1,19808,1,772045740,'2015-03-20 11:07:12',''),(18857,1,1,19809,1,772045740,'2015-03-20 11:07:16',''),(18858,1,1,19810,1,772045740,'2015-03-20 11:07:21',''),(18859,1,1,19811,1,772045740,'2015-03-20 11:07:26',''),(18860,1,1,19812,1,1123634747,'2015-03-20 11:09:01',''),(18861,1,1,19813,67,3024880916,'2015-03-20 13:31:37',''),(18862,1,1,19814,1,1542483325,'2015-03-20 14:03:13',''),(18863,1,1,19815,1,3141215818,'2015-03-20 14:15:26','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(18864,1,1,19816,1,3028155949,'2015-03-20 14:35:00',''),(18865,1,1,19817,48,3028155949,'2015-03-20 14:35:11',''),(18866,1,1,19819,38,3028155949,'2015-03-20 14:35:11',''),(18867,1,1,19818,52,3028155949,'2015-03-20 14:35:11',''),(18868,1,1,19820,1,3028155949,'2015-03-20 14:35:12',''),(18869,1,1,19821,41,3028155949,'2015-03-20 14:35:12',''),(18870,1,1,19822,53,3028155949,'2015-03-20 14:35:13',''),(18871,1,1,19823,26,3028155949,'2015-03-20 14:35:13',''),(18872,1,1,19825,26,3028155949,'2015-03-20 14:35:14',''),(18873,1,1,19827,64,3028155949,'2015-03-20 14:35:14',''),(18874,1,1,19826,65,3028155949,'2015-03-20 14:35:14',''),(18875,1,1,19828,26,3028155949,'2015-03-20 14:35:14',''),(18876,1,1,19824,69,3028155949,'2015-03-20 14:35:14',''),(18877,1,1,19829,26,3028155949,'2015-03-20 14:35:15',''),(18878,1,1,19830,6,2071807840,'2015-03-20 15:03:00',''),(18879,1,1,19831,1,1053971264,'2015-03-20 16:48:54',''),(18880,1,1,19832,1,2499497250,'2015-03-20 16:51:01','http://pizza-tycoon.de/'),(18881,1,1,19833,16,3024881307,'2015-03-20 17:55:46',''),(18882,1,1,19834,1,3024881208,'2015-03-20 19:21:37',''),(18883,1,1,19835,1,1500731794,'2015-03-20 20:34:09','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(18884,1,1,19836,1,1123634740,'2015-03-20 21:56:58',''),(18885,1,1,19837,68,1487395763,'2015-03-20 22:04:05','http://www.google.fr/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F4%2F64-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=jw6'),(18886,1,1,19838,1,917303625,'2015-03-20 22:09:41',''),(18887,1,1,19839,16,2637637393,'2015-03-21 00:42:03',''),(18888,1,1,19840,1,2996499317,'2015-03-21 00:52:41',''),(18889,1,1,19841,1,2996499317,'2015-03-21 00:52:44',''),(18890,1,1,19842,1,100662549,'2015-03-21 00:52:47',''),(18891,1,1,19843,1,2996499317,'2015-03-21 00:52:50',''),(18892,1,1,19844,1,3221131381,'2015-03-21 02:22:16','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(18893,1,1,19845,1,1123634733,'2015-03-21 04:10:52',''),(18894,1,1,19846,67,3024881044,'2015-03-21 04:13:27',''),(18895,1,1,19847,1,786803397,'2015-03-21 06:21:04',''),(18896,1,1,19848,68,1123638662,'2015-03-21 07:25:17','http://www.google.com/search'),(18897,1,1,19849,1,1578088293,'2015-03-21 07:37:40','https://www.google.fr/'),(18898,1,1,19850,28,3024881310,'2015-03-21 09:23:38',''),(18899,1,1,19851,1,3104151848,'2015-03-21 10:53:07','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(18900,1,1,19852,1,1365580746,'2015-03-21 11:13:16','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=13&cad=rja&uact=8&ved=0CJQBEBYwDA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=UFENVfjyGcbhaNbHgaAL&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&sig2=LsvdmT8KcmM3JhKZGFviTg&bvm=bv.88528373,d.d2s'),(18901,1,1,19853,1,3024881193,'2015-03-21 11:53:38',''),(18902,1,1,19854,1,3721145028,'2015-03-21 12:29:32',''),(18903,1,1,19855,1,2637637455,'2015-03-21 15:02:43',''),(18904,1,1,19857,1,1760896955,'2015-03-21 15:12:34',''),(18905,1,1,19856,1,1760896955,'2015-03-21 15:12:34',''),(18906,1,1,19858,1,1760896955,'2015-03-21 15:13:38',''),(18907,1,1,19859,1,1760896955,'2015-03-21 15:13:38',''),(18908,1,1,19860,1,1796681156,'2015-03-21 15:14:52',''),(18909,1,1,19861,1,3138401834,'2015-03-21 15:28:42','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(18910,1,1,19862,1,3155017351,'2015-03-21 16:04:40','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(18911,1,1,19863,1,2071807847,'2015-03-21 16:21:10',''),(18912,1,1,19864,1,1542483300,'2015-03-21 17:23:14',''),(18913,1,1,19865,1,3024881209,'2015-03-21 19:15:01',''),(18914,1,1,19866,65,2637637444,'2015-03-21 19:54:09',''),(18915,1,1,19867,1,1544072386,'2015-03-21 23:08:27',''),(18916,1,1,19868,1,1041806726,'2015-03-21 23:08:59',''),(18917,1,1,19869,1,1041806727,'2015-03-21 23:09:00',''),(18918,1,1,19870,1,1757481377,'2015-03-21 23:09:24',''),(18919,1,1,19871,1,918541385,'2015-03-21 23:11:16',''),(18920,1,1,19872,28,1123634740,'2015-03-22 00:31:19',''),(18921,1,1,19873,68,1294346109,'2015-03-22 01:50:20','http://www.google.si/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&ved=0CAMQjxw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&ei=1B8OVY-6I9HKaJLXgZAF&bvm=bv.88528373,d.d2s&psig=AFQjCNHgcPzDSVi'),(18922,1,1,19874,54,1123634733,'2015-03-22 03:06:09',''),(18923,1,1,19875,1,3024881198,'2015-03-22 03:56:13',''),(18924,1,1,19876,1,1123634740,'2015-03-22 04:17:25',''),(18925,1,1,19877,50,3702877286,'2015-03-22 06:43:43',''),(18926,1,1,19878,68,1123634747,'2015-03-22 06:46:42',''),(18927,1,1,19879,28,3024881050,'2015-03-22 09:45:21',''),(18928,1,1,19880,1,3065820829,'2015-03-22 09:50:57','http://buttons-for-website.com'),(18929,1,1,19881,1,2297628123,'2015-03-22 13:38:52',''),(18930,1,1,19882,1,2297628123,'2015-03-22 13:40:01',''),(18931,1,1,19883,1,2297628123,'2015-03-22 13:40:14',''),(18932,1,1,19884,1,2297628123,'2015-03-22 13:40:22',''),(18933,1,1,19885,1,2297628123,'2015-03-22 13:40:24',''),(18934,1,1,19886,1,2297628123,'2015-03-22 13:40:28',''),(18935,1,1,19887,1,2297628123,'2015-03-22 13:40:52',''),(18936,1,1,19888,1,2297628123,'2015-03-22 13:41:31',''),(18937,1,1,19889,1,2297628123,'2015-03-22 13:42:02',''),(18938,1,1,19890,1,2297628123,'2015-03-22 13:42:15',''),(18939,1,1,19891,1,2297628123,'2015-03-22 13:42:45',''),(18940,1,1,19892,1,2297628123,'2015-03-22 13:42:59',''),(18941,1,1,19893,1,1123634733,'2015-03-22 14:12:58',''),(18942,1,1,19894,1,100662664,'2015-03-22 14:31:32',''),(18943,1,1,19895,1,1123634747,'2015-03-22 15:30:35',''),(18944,1,1,19896,1,1123631988,'2015-03-22 17:18:11',''),(18945,1,1,19897,68,1123634733,'2015-03-22 17:57:50',''),(18946,1,1,19898,1,1542483314,'2015-03-22 20:33:45',''),(18947,1,1,19899,1,1318292141,'2015-03-22 21:14:10','https://www.google.co.uk/'),(18948,1,1,19900,1,3702877337,'2015-03-22 21:26:31',''),(18949,1,1,19901,68,1123634747,'2015-03-22 21:47:31',''),(18950,1,1,19902,1,2499497250,'2015-03-22 22:03:07','http://pizza-tycoon.de/'),(18951,1,1,19903,68,1123634740,'2015-03-22 22:50:38',''),(18952,1,1,19904,1,2996499317,'2015-03-22 23:11:01',''),(18953,1,1,19905,1,2996499317,'2015-03-22 23:11:04',''),(18954,1,1,19906,1,2996499317,'2015-03-22 23:11:07',''),(18955,1,1,19907,1,2996499317,'2015-03-22 23:11:10',''),(18956,1,1,19908,1,2637693643,'2015-03-22 23:48:06',''),(18957,1,1,19909,48,3024881043,'2015-03-23 00:32:34',''),(18958,1,1,19910,1,1123634740,'2015-03-23 01:20:50',''),(18959,1,1,19911,46,1123634747,'2015-03-23 06:37:02',''),(18960,1,1,19912,68,1441852921,'2015-03-23 06:51:19','http://www.google.pt/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&cad=rja&uact=8&ved=0CAMQjxw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&ei=1rcPVaDIBoz5ULi_gPAB&bvm=bv.88528373,d.d24&psig='),(18961,1,1,19913,1,1613750805,'2015-03-23 06:55:07','http://hvd-store.com/'),(18962,1,1,19914,6,1534698454,'2015-03-23 08:26:16',''),(18963,1,1,19915,1,691706674,'2015-03-23 10:16:53','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(18964,1,1,19916,1,1123634733,'2015-03-23 10:21:17',''),(18965,1,1,19917,43,3024881214,'2015-03-23 11:12:51',''),(18966,1,1,19918,65,1545072845,'2015-03-23 12:52:48','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=19&ved=0CHUQFjAIOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=IQwQVZde0qtputOC6Aw&usg=AFQjCNE1Ca_-PPn5dxqsbrcb2E1gypusN'),(18967,1,1,19919,1,1041806727,'2015-03-23 12:53:20',''),(18968,1,1,19920,1,1592981016,'2015-03-23 14:33:15','http://hundejo.com/'),(18969,1,1,19921,1,1123631988,'2015-03-23 14:50:28',''),(18970,1,1,19922,1,634424405,'2015-03-23 15:06:11','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(18971,1,1,19923,1,534679027,'2015-03-23 15:06:11',''),(18972,1,1,19924,1,534679294,'2015-03-23 15:06:17',''),(18973,1,1,19925,68,1123632004,'2015-03-23 15:38:19',''),(18974,1,1,19926,49,3024880967,'2015-03-23 16:17:11',''),(18975,1,1,19927,43,1123631996,'2015-03-23 17:26:31',''),(18976,1,1,19928,45,1123632004,'2015-03-23 18:16:20',''),(18977,1,1,19930,38,1123631996,'2015-03-23 19:40:11',''),(18978,1,1,19931,6,2637637444,'2015-03-23 21:23:53',''),(18979,1,1,19932,69,1123632004,'2015-03-23 21:34:56',''),(18980,1,1,19934,1,1123631988,'2015-03-23 22:09:35',''),(18981,1,1,19936,56,2904669138,'2015-03-23 23:19:57','https://duckduckgo.com/'),(18982,1,1,19937,26,2637637384,'2015-03-23 23:20:46',''),(18983,1,1,19938,1,1123631996,'2015-03-23 23:26:53',''),(18984,1,1,19939,68,1123631988,'2015-03-23 23:31:52',''),(18985,1,1,19940,26,1123632004,'2015-03-23 23:42:11',''),(18986,1,1,19941,1,534679294,'2015-03-24 00:19:37',''),(18987,1,1,19942,26,1123631988,'2015-03-24 01:08:50',''),(18988,1,1,19943,6,2071807800,'2015-03-24 02:46:32',''),(18989,1,1,19944,53,1123631988,'2015-03-24 03:10:14',''),(18990,1,1,19945,54,1123631988,'2015-03-24 04:01:46',''),(18991,1,1,19946,6,2637637444,'2015-03-24 04:01:48',''),(18992,1,1,19947,38,1123632004,'2015-03-24 04:06:00',''),(18993,1,1,19948,43,3024881283,'2015-03-24 04:48:12',''),(18994,1,1,19949,1,100662549,'2015-03-24 07:06:34',''),(18995,1,1,19950,1,3163161061,'2015-03-24 07:53:22','http://hvd-store.com/'),(18996,1,1,19951,1,1542483305,'2015-03-24 07:59:53',''),(18997,1,1,19952,6,2420935138,'2015-03-24 08:30:13',''),(18998,1,1,19953,27,1123631996,'2015-03-24 08:59:22',''),(18999,1,1,19954,47,1123631996,'2015-03-24 09:48:22',''),(19000,1,1,19955,1,525570123,'2015-03-24 10:09:46','https://www.google.co.uk/'),(19001,1,1,19956,74,1123631988,'2015-03-24 10:27:31',''),(19002,1,1,19957,57,3164934125,'2015-03-24 11:18:11',''),(19003,1,1,19958,1,1566688588,'2015-03-24 12:22:00','https://www.google.co.uk/'),(19004,1,1,19959,1,1048699583,'2015-03-24 12:55:27',''),(19005,1,1,19960,1,2499513033,'2015-03-24 13:01:19',''),(19006,1,1,19961,1,2499513033,'2015-03-24 13:01:41',''),(19007,1,1,19962,1,2499513033,'2015-03-24 13:01:47',''),(19008,1,1,19963,1,2499513033,'2015-03-24 13:01:51',''),(19009,1,1,19964,1,2499513033,'2015-03-24 13:02:00',''),(19010,1,1,19965,1,2499513033,'2015-03-24 13:02:03',''),(19011,1,1,19966,1,1377538266,'2015-03-24 13:47:27','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0CIQBEKACMAc&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=cWoRVbz2FMiN7Aa7toDIDw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(19012,1,1,19967,56,3702877302,'2015-03-24 14:17:12',''),(19013,1,1,19968,56,3587041008,'2015-03-24 14:20:59','http://www.google.co.uk/'),(19014,1,1,19969,1,3024880974,'2015-03-24 14:39:38',''),(19015,1,1,19970,1,1523450034,'2015-03-24 16:21:06','http://www.bing.com/search?q=blackburn+tyres&FORM=HDRSC1'),(19016,1,1,19971,1,1344979942,'2015-03-24 18:27:25','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&cad=rja&uact=8&ved=0CFIQoAIwBg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=IawRVZXHItHVaralgPgB&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.89184060,d.d2s'),(19017,1,1,19972,1,1041806727,'2015-03-24 18:28:14',''),(19018,1,1,19973,1,1041806727,'2015-03-24 18:28:29',''),(19019,1,1,19974,1,3144230296,'2015-03-24 18:34:56','http://buttons-for-website.com'),(19020,1,1,19975,56,41522922,'2015-03-24 18:58:16','https://www.google.co.uk/'),(19021,1,1,19976,26,1123631108,'2015-03-24 19:06:52',''),(19022,1,1,19977,1,2637637559,'2015-03-24 19:47:29',''),(19023,1,1,19978,1,1123631112,'2015-03-24 20:01:36',''),(19024,1,1,19979,1,1123631108,'2015-03-24 20:11:31',''),(19025,1,1,19980,1,3134584588,'2015-03-24 20:56:46','http://buttons-for-website.com'),(19026,1,1,19981,1,100662553,'2015-03-24 22:45:30',''),(19027,1,1,19982,1,100662549,'2015-03-24 22:45:33',''),(19028,1,1,19983,1,100662549,'2015-03-24 22:45:36',''),(19029,1,1,19984,1,2996499317,'2015-03-24 22:45:39',''),(19030,1,1,19985,26,1123631300,'2015-03-25 01:21:45',''),(19031,1,1,19986,1,3193825283,'2015-03-25 01:47:40','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(19032,1,1,19987,1,3024880970,'2015-03-25 01:51:24',''),(19033,1,1,19988,53,3024881377,'2015-03-25 02:21:24',''),(19034,1,1,19989,1,1572356835,'2015-03-25 05:01:14','http://specialdessous.com/'),(19035,1,1,19990,62,1123631112,'2015-03-25 05:22:42',''),(19036,1,1,19991,1,3135142932,'2015-03-25 06:31:47','http://buttons-for-website.com'),(19037,1,1,19992,41,1123631300,'2015-03-25 06:52:33',''),(19038,1,1,19994,1,3056868801,'2015-03-25 07:07:41','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(19039,1,1,19995,28,1123631108,'2015-03-25 07:59:18',''),(19040,1,1,19996,26,1123631108,'2015-03-25 08:36:18',''),(19041,1,1,19997,1,3104467075,'2015-03-25 09:42:30',''),(19042,1,1,19998,1,1542483285,'2015-03-25 11:38:55',''),(19043,1,1,19999,1,1545060160,'2015-03-25 11:42:14','https://www.google.co.uk/'),(19044,1,1,20000,26,1123631112,'2015-03-25 11:43:57',''),(19045,1,1,20001,50,1123631300,'2015-03-25 12:07:43',''),(19046,1,1,20002,1,1922009123,'2015-03-25 12:36:22','https://www.google.co.in/'),(19047,1,1,20003,1,1922009123,'2015-03-25 12:36:34','https://www.google.co.in/'),(19048,1,1,20004,1,1922009123,'2015-03-25 12:53:31','https://www.google.co.in/'),(19049,1,1,20005,54,1123631108,'2015-03-25 13:45:27',''),(19050,1,1,20006,1,3013362423,'2015-03-25 13:50:03','http://buttons-for-website.com'),(19051,1,1,20008,1,3236163452,'2015-03-25 14:53:17',''),(19052,1,1,20009,1,3236163452,'2015-03-25 14:53:18',''),(19053,1,1,20010,1,3236163452,'2015-03-25 14:53:20',''),(19054,1,1,20011,26,2637637560,'2015-03-25 16:59:14',''),(19055,1,1,20012,75,1451645003,'2015-03-25 17:52:22','https://www.google.co.uk/'),(19056,1,1,20013,26,3475901716,'2015-03-25 17:57:18',''),(19057,1,1,20014,1,3479603870,'2015-03-25 18:17:31',''),(19058,1,1,20015,53,1123631112,'2015-03-25 19:12:43',''),(19059,1,1,20016,1,1123631108,'2015-03-25 20:46:16',''),(19060,1,1,20017,70,1123631300,'2015-03-25 23:03:52',''),(19061,1,1,20018,26,1123631108,'2015-03-25 23:41:10',''),(19062,1,1,20019,26,1123631300,'2015-03-25 23:41:32',''),(19063,1,1,20020,26,1123631112,'2015-03-26 00:16:14',''),(19064,1,1,20021,26,1123631300,'2015-03-26 00:33:43',''),(19065,1,1,20022,1,1123631112,'2015-03-26 01:35:58',''),(19066,1,1,20023,1,1123631108,'2015-03-26 02:54:10',''),(19067,1,1,20024,1,1089905930,'2015-03-26 03:39:30','http://whois.domaintools.com/mstyresblackburn.co.uk'),(19068,1,1,20025,1,3163161061,'2015-03-26 03:47:45','http://specialdessous.com/'),(19069,1,1,20026,15,1294737067,'2015-03-26 08:33:31','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=10&ved=0CGEQFjAJ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_manufacturer%3D5%26controller%3Dmanufacturer%26id_lang%3D1&ei=DsQTVYaPF8PhapfngMgE&usg=AFQjCNEOCwIJ1QjT1zfUefOqAE'),(19070,1,1,20027,26,1123631108,'2015-03-26 11:32:25',''),(19071,1,1,20028,1,1123631112,'2015-03-26 11:46:38',''),(19072,1,1,20029,1,1123631300,'2015-03-26 11:55:01',''),(19073,1,1,20030,62,3024881305,'2015-03-26 13:03:43',''),(19074,1,1,20031,1,1382840604,'2015-03-26 13:04:56','https://www.google.co.uk/'),(19075,1,1,20032,1,100662549,'2015-03-26 13:17:02',''),(19076,1,1,20033,64,2071807846,'2015-03-26 13:37:47',''),(19077,1,1,20034,54,1123631112,'2015-03-26 13:43:08',''),(19078,1,1,20035,1,1467160966,'2015-03-26 14:07:24','https://www.google.co.uk/'),(19079,1,1,20036,1,1542483279,'2015-03-26 14:55:18',''),(19080,1,1,20037,1,3024880974,'2015-03-26 15:50:39',''),(19081,1,1,20038,1,1270164742,'2015-03-26 15:51:50',''),(19082,1,1,20039,1,1270164742,'2015-03-26 15:51:53',''),(19083,1,1,20040,1,1270164742,'2015-03-26 15:51:55',''),(19084,1,1,20041,1,1270164742,'2015-03-26 15:51:58',''),(19085,1,1,20042,1,1270164742,'2015-03-26 15:52:01',''),(19086,1,1,20043,1,1270164742,'2015-03-26 15:52:04',''),(19087,1,1,20044,1,1270164742,'2015-03-26 15:52:06',''),(19088,1,1,20045,1,1270164742,'2015-03-26 15:52:09',''),(19089,1,1,20046,1,1270164742,'2015-03-26 15:52:12',''),(19090,1,1,20047,1,1270164742,'2015-03-26 15:52:15',''),(19091,1,1,20048,1,1270164742,'2015-03-26 15:52:17',''),(19092,1,1,20049,1,1270164742,'2015-03-26 15:52:21',''),(19093,1,1,20050,1,1123631112,'2015-03-26 16:07:41',''),(19094,1,1,20052,1,1545008867,'2015-03-26 18:10:16','https://www.google.co.uk/'),(19095,1,1,20053,1,1041806727,'2015-03-26 18:11:06',''),(19096,1,1,20054,56,3475901716,'2015-03-26 18:27:37',''),(19097,1,1,20055,26,1123634747,'2015-03-26 19:25:13',''),(19098,1,1,20056,56,1838384607,'2015-03-26 19:56:12','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CDoQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=TGQUVa2NBdTvaKTmgWA&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxTZM6g&bv'),(19099,1,1,20057,1,1123634733,'2015-03-26 20:55:53',''),(19100,1,1,20058,6,1123634747,'2015-03-26 22:01:12',''),(19101,1,1,20059,1,3017090425,'2015-03-26 22:09:38','http://buttons-for-website.com'),(19102,1,1,20060,52,1123634733,'2015-03-26 22:16:31',''),(19103,1,1,20061,66,1123634733,'2015-03-26 22:47:17',''),(19104,1,1,20062,26,1123634733,'2015-03-26 23:30:38',''),(19105,1,1,20063,1,1588864205,'2015-03-26 23:44:13',''),(19106,1,1,20064,1,2996499317,'2015-03-26 23:50:50',''),(19107,1,1,20065,1,2996499317,'2015-03-26 23:50:53',''),(19108,1,1,20066,1,100662549,'2015-03-26 23:50:56',''),(19109,1,1,20067,1,100662549,'2015-03-26 23:50:59',''),(19110,1,1,20068,1,1123634747,'2015-03-27 00:13:20',''),(19111,1,1,20069,26,1123634733,'2015-03-27 00:27:34',''),(19112,1,1,20070,68,2637637444,'2015-03-27 02:20:49',''),(19113,1,1,20071,1,2071807785,'2015-03-27 04:24:23',''),(19114,1,1,20072,1,3048310624,'2015-03-27 05:37:50','http://buttons-for-website.com'),(19115,1,1,20073,26,3702877284,'2015-03-27 06:45:34',''),(19116,1,1,20074,1,1577385852,'2015-03-27 08:07:31','http://search.aol.co.uk/aol/search?s_chn=hp&enabled_terms=&s_it=aoluk-homePage50&q=tyre+firm+s+in+blackburn'),(19117,1,1,20075,68,1402367090,'2015-03-27 08:32:08','https://www.google.fi/'),(19118,1,1,20076,26,1123634740,'2015-03-27 08:36:00',''),(19119,1,1,20077,26,1123634747,'2015-03-27 08:39:47',''),(19120,1,1,20079,43,1123634733,'2015-03-27 09:13:53',''),(19121,1,1,20080,29,772036457,'2015-03-27 09:21:29',''),(19122,1,1,20081,52,1123634740,'2015-03-27 09:37:14',''),(19123,1,1,20082,6,1123634747,'2015-03-27 11:25:55',''),(19124,1,1,20083,66,3024880962,'2015-03-27 12:39:43',''),(19125,1,1,20084,26,2637637384,'2015-03-27 14:33:41',''),(19126,1,1,20085,26,1123634747,'2015-03-27 14:58:44',''),(19127,1,1,20086,43,1123634733,'2015-03-27 15:21:28',''),(19128,1,1,20089,26,1123634740,'2015-03-27 15:26:47',''),(19129,1,1,20093,45,1123634733,'2015-03-27 16:19:40',''),(19130,1,1,20094,66,1123634747,'2015-03-27 16:23:06',''),(19131,1,1,20095,1,3216627923,'2015-03-27 17:50:25','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(19132,1,1,20096,23,1123631996,'2015-03-27 18:25:57',''),(19133,1,1,20097,1,1542483314,'2015-03-27 18:28:54',''),(19134,1,1,20098,41,1123632004,'2015-03-27 18:40:57',''),(19135,1,1,20100,69,1123631996,'2015-03-27 19:33:29',''),(19136,1,1,20101,6,1123631988,'2015-03-27 19:33:41',''),(19137,1,1,20104,1,3024881119,'2015-03-27 19:55:18',''),(19138,1,1,20106,1,2978990339,'2015-03-27 20:03:27','http://buttons-for-website.com'),(19139,1,1,20107,1,3392028482,'2015-03-27 20:28:38',''),(19140,1,1,20108,45,1123632004,'2015-03-27 20:35:53',''),(19141,1,1,20110,43,1123631996,'2015-03-27 20:42:59',''),(19142,1,1,20112,64,1123632004,'2015-03-27 21:31:16',''),(19143,1,1,20113,1,3220424730,'2015-03-27 21:32:37','http://buttons-for-website.com'),(19144,1,1,20115,52,1123632004,'2015-03-27 23:42:45',''),(19145,1,1,20116,1,1123631996,'2015-03-28 00:10:09',''),(19146,1,1,20117,16,1123632004,'2015-03-28 00:31:16',''),(19147,1,1,20118,1,1123631988,'2015-03-28 00:33:50',''),(19148,1,1,20121,63,1123631988,'2015-03-28 01:55:07',''),(19149,1,1,20122,70,3475901716,'2015-03-28 02:08:16',''),(19150,1,1,20123,23,1123631996,'2015-03-28 02:32:18',''),(19151,1,1,20125,62,1123631996,'2015-03-28 03:04:29',''),(19152,1,1,20126,1,2637637559,'2015-03-28 05:07:28',''),(19153,1,1,20127,22,1123631996,'2015-03-28 08:16:51',''),(19154,1,1,20128,1,3024881298,'2015-03-28 09:08:13',''),(19155,1,1,20129,66,1123632004,'2015-03-28 09:09:43',''),(19156,1,1,20131,1,3323679379,'2015-03-28 09:37:30',''),(19157,1,1,20132,1,3323679379,'2015-03-28 09:37:33',''),(19158,1,1,20133,1,3323679379,'2015-03-28 09:37:42',''),(19159,1,1,20134,1,3323679379,'2015-03-28 09:37:46',''),(19160,1,1,20135,1,2071807773,'2015-03-28 09:37:48',''),(19161,1,1,20136,1,3323679379,'2015-03-28 09:37:52',''),(19162,1,1,20137,1,3323679379,'2015-03-28 09:38:07',''),(19163,1,1,20138,1,3323679379,'2015-03-28 09:38:13',''),(19164,1,1,20139,1,3323679379,'2015-03-28 09:38:20',''),(19165,1,1,20140,1,3323679379,'2015-03-28 09:38:23',''),(19166,1,1,20141,1,3323679379,'2015-03-28 09:38:26',''),(19167,1,1,20142,1,3323679379,'2015-03-28 09:38:32',''),(19168,1,1,20143,1,3323679379,'2015-03-28 09:38:34',''),(19169,1,1,20144,1,2731721828,'2015-03-28 11:07:42',''),(19170,1,1,20145,19,1123631996,'2015-03-28 11:13:54',''),(19171,1,1,20146,51,1123631988,'2015-03-28 11:17:49',''),(19172,1,1,20147,38,1123631988,'2015-03-28 12:20:46',''),(19173,1,1,20148,1,1577746765,'2015-03-28 12:24:51','http://www.google.co.uk/'),(19174,1,1,20149,16,1123631996,'2015-03-28 12:26:12',''),(19175,1,1,20151,59,1123631988,'2015-03-28 13:15:06',''),(19176,1,1,20152,1,3423116430,'2015-03-28 13:29:42','http://burger-imperia.com/'),(19177,1,1,20153,68,1123631988,'2015-03-28 13:48:04',''),(19178,1,1,20154,42,1123631996,'2015-03-28 14:03:34',''),(19179,1,1,20155,16,1123632004,'2015-03-28 14:04:32',''),(19180,1,1,20157,1,3024881214,'2015-03-28 14:52:41',''),(19181,1,1,20158,9,1123631996,'2015-03-28 15:56:52',''),(19182,1,1,20159,3,1123632004,'2015-03-28 16:12:27',''),(19183,1,1,20160,71,1123631988,'2015-03-28 16:16:34',''),(19184,1,1,20161,49,1123632388,'2015-03-28 16:39:23',''),(19185,1,1,20164,21,1123632508,'2015-03-28 16:50:11',''),(19186,1,1,20167,68,1123632500,'2015-03-28 17:21:32',''),(19187,1,1,20168,54,1123632508,'2015-03-28 17:52:53',''),(19188,1,1,20169,31,1123632500,'2015-03-28 17:54:16',''),(19189,1,1,20171,1,2971792992,'2015-03-28 18:21:49','http://buttons-for-website.com'),(19190,1,1,20172,6,1311661591,'2015-03-28 19:43:16',''),(19191,1,1,20173,9,1311661591,'2015-03-28 19:43:18',''),(19192,1,1,20174,43,1311661591,'2015-03-28 19:43:20',''),(19193,1,1,20175,45,1311661591,'2015-03-28 19:43:23',''),(19194,1,1,20176,57,1311661591,'2015-03-28 19:43:25',''),(19195,1,1,20177,15,1123632388,'2015-03-28 21:24:40',''),(19196,1,1,20178,54,1123632508,'2015-03-28 22:10:08',''),(19197,1,1,20179,1,2996499317,'2015-03-28 23:31:13',''),(19198,1,1,20180,1,2996499317,'2015-03-28 23:31:16',''),(19199,1,1,20181,1,100662549,'2015-03-28 23:31:19',''),(19200,1,1,20182,1,2996499317,'2015-03-28 23:31:23',''),(19201,1,1,20183,65,1123632508,'2015-03-28 23:53:35',''),(19202,1,1,20184,14,3702877337,'2015-03-28 23:54:51',''),(19203,1,1,20185,1,1123632388,'2015-03-28 23:55:31',''),(19204,1,1,20186,1,2886000978,'2015-03-29 00:49:36','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(19205,1,1,20187,68,1123632500,'2015-03-29 00:57:20',''),(19206,1,1,20189,1,3016936972,'2015-03-29 01:50:55','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(19207,1,1,20190,18,1123632500,'2015-03-29 02:11:56',''),(19208,1,1,20191,1,1366187142,'2015-03-29 02:17:18',''),(19209,1,1,20192,1,2961112075,'2015-03-29 02:42:31','http://burger-imperia.com/'),(19210,1,1,20193,50,1123632500,'2015-03-29 03:33:13',''),(19211,1,1,20194,1,1123632508,'2015-03-29 04:22:49',''),(19212,1,1,20195,26,1123632500,'2015-03-29 04:36:22',''),(19213,1,1,20196,26,1123632388,'2015-03-29 04:36:27',''),(19214,1,1,20200,1,1542483280,'2015-03-29 04:46:47',''),(19215,1,1,20201,68,1123632508,'2015-03-29 05:33:39',''),(19216,1,1,20202,73,1123632500,'2015-03-29 06:28:24',''),(19217,1,1,20203,1,1760896955,'2015-03-29 06:38:20',''),(19218,1,1,20204,1,3024881045,'2015-03-29 07:16:03',''),(19219,1,1,20205,1,1123632388,'2015-03-29 07:30:18',''),(19220,1,1,20206,1,1507057697,'2015-03-29 07:58:38','http://buttons-for-website.com'),(19221,1,1,20207,1,1123632500,'2015-03-29 08:51:32',''),(19222,1,1,20208,54,1123632508,'2015-03-29 09:04:54',''),(19223,1,1,20209,68,1123632500,'2015-03-29 10:00:55',''),(19224,1,1,20210,1,1838368016,'2015-03-29 11:14:36','https://www.google.co.uk/'),(19225,1,1,20211,54,2071807815,'2015-03-29 11:56:12',''),(19226,1,1,20212,1,3721244301,'2015-03-29 12:16:53',''),(19227,1,1,20213,1,3024880977,'2015-03-29 12:23:08',''),(19228,1,1,20214,1,1123632508,'2015-03-29 12:41:57',''),(19229,1,1,20215,1,1123632388,'2015-03-29 12:43:55',''),(19230,1,1,20217,1,2996499317,'2015-03-29 13:15:44',''),(19231,1,1,20218,1,2996499317,'2015-03-29 13:15:47',''),(19232,1,1,20219,1,2996499317,'2015-03-29 13:15:50',''),(19233,1,1,20220,1,2996499317,'2015-03-29 13:15:53',''),(19234,1,1,20221,65,1123632500,'2015-03-29 13:22:31',''),(19235,1,1,20222,1,1123632388,'2015-03-29 13:22:59',''),(19236,1,1,20223,68,1123632508,'2015-03-29 13:59:23',''),(19237,1,1,20224,1,3024881304,'2015-03-29 13:59:51',''),(19238,1,1,20225,6,2014257609,'2015-03-29 14:21:38',''),(19239,1,1,20226,6,2014257609,'2015-03-29 14:22:42',''),(19240,1,1,20227,1,1123632508,'2015-03-29 14:50:30',''),(19241,1,1,20228,31,1123632388,'2015-03-29 15:41:00',''),(19242,1,1,20229,67,1123632500,'2015-03-29 16:50:29',''),(19243,1,1,20230,1,1123631112,'2015-03-29 18:12:42',''),(19244,1,1,20231,1,1123631108,'2015-03-29 18:17:06',''),(19245,1,1,20232,68,1123631108,'2015-03-29 19:03:25',''),(19246,1,1,20233,65,1123631300,'2015-03-29 19:43:34',''),(19247,1,1,20234,1,1375856069,'2015-03-29 19:44:04','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0CH4QoAIwBw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=RlQYVZzWFciG7Qaw44CABg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.89381419,d.ZGU'),(19248,1,1,20235,1,1985055499,'2015-03-29 19:48:03',''),(19249,1,1,20236,26,2071807823,'2015-03-29 20:10:55',''),(19250,1,1,20237,27,1123631300,'2015-03-29 20:57:46',''),(19251,1,1,20238,1,40163202,'2015-03-29 22:36:06','https://www.google.co.uk/'),(19252,1,1,20239,1,1041806726,'2015-03-29 22:36:37',''),(19253,1,1,20240,1,1123631112,'2015-03-29 22:39:25',''),(19254,1,1,20241,1,1123631108,'2015-03-29 23:03:26',''),(19255,1,1,20242,14,1123631300,'2015-03-29 23:27:06',''),(19256,1,1,20244,74,2637637559,'2015-03-30 00:03:12',''),(19257,1,1,20245,68,1123631108,'2015-03-30 00:09:43',''),(19258,1,1,20246,53,1123631112,'2015-03-30 00:13:02',''),(19259,1,1,20248,1,3180279613,'2015-03-30 00:58:14','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(19260,1,1,20249,1,1123631112,'2015-03-30 04:01:55',''),(19261,1,1,20251,68,1123631112,'2015-03-30 04:34:21',''),(19262,1,1,20252,1,3024881047,'2015-03-30 05:23:16',''),(19263,1,1,20253,65,1123631112,'2015-03-30 06:12:22',''),(19264,1,1,20254,54,2071807860,'2015-03-30 07:30:20',''),(19265,1,1,20255,1,1542483276,'2015-03-30 08:05:02',''),(19266,1,1,20256,1,3496685076,'2015-03-30 09:32:22',''),(19267,1,1,20257,1,3496685076,'2015-03-30 09:32:25',''),(19268,1,1,20258,1,3496683838,'2015-03-30 09:32:28',''),(19269,1,1,20259,1,3496685076,'2015-03-30 09:32:32',''),(19270,1,1,20260,1,3496685076,'2015-03-30 09:32:35',''),(19271,1,1,20261,1,3496683838,'2015-03-30 09:32:38',''),(19272,1,1,20262,1,3496685076,'2015-03-30 09:32:41',''),(19273,1,1,20263,1,3496683838,'2015-03-30 09:32:45',''),(19274,1,1,20264,1,3496685076,'2015-03-30 09:32:48',''),(19275,1,1,20265,1,3496685076,'2015-03-30 09:32:51',''),(19276,1,1,20266,1,1123631108,'2015-03-30 11:29:25',''),(19277,1,1,20267,9,3024881066,'2015-03-30 11:32:41',''),(19278,1,1,20268,1,2204827759,'2015-03-30 11:51:37',''),(19279,1,1,20270,1,1123631300,'2015-03-30 12:00:27',''),(19280,1,1,20271,68,1123631996,'2015-03-30 13:07:02',''),(19281,1,1,20272,1,2499509422,'2015-03-30 14:10:17',''),(19282,1,1,20273,1,2499509422,'2015-03-30 14:10:22',''),(19283,1,1,20274,1,1123634740,'2015-03-30 15:13:25',''),(19284,1,1,20275,1,1123634740,'2015-03-30 15:45:08',''),(19285,1,1,20276,50,3024881091,'2015-03-30 17:55:38',''),(19286,1,1,20277,68,1123634747,'2015-03-30 19:14:30',''),(19287,1,1,20278,65,410189656,'2015-03-30 19:28:38','https://www.google.ca/'),(19288,1,1,20279,65,410189656,'2015-03-30 19:28:40','https://www.google.ca/'),(19289,1,1,20280,65,1123634747,'2015-03-30 21:47:45',''),(19290,1,1,20281,72,1123634740,'2015-03-30 23:01:54',''),(19291,1,1,20283,1,1123634747,'2015-03-30 23:21:21',''),(19292,1,1,20285,6,2014257609,'2015-03-30 23:23:51',''),(19293,1,1,20286,6,2014257609,'2015-03-30 23:24:42',''),(19294,1,1,20287,68,1123634747,'2015-03-31 00:49:43',''),(19295,1,1,20288,1,3123341443,'2015-03-31 01:35:24','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(19296,1,1,20289,65,1123634740,'2015-03-31 01:40:21',''),(19297,1,1,20290,1,1123634747,'2015-03-31 03:59:11',''),(19298,1,1,20291,68,1123634747,'2015-03-31 05:16:34',''),(19299,1,1,20292,1,1123634733,'2015-03-31 05:53:12',''),(19300,1,1,20293,65,1123634740,'2015-03-31 07:18:26',''),(19301,1,1,20294,56,1844498028,'2015-03-31 07:30:30','http://www.google.fi/search?q=rapid+225%2F45+r17+p609&oq=Rapid+p609+225%2F45&gs_l=mobile-heirloom-serp.1.1.0i22i30l2.20861.35713.0.42359.17.17.0.0.0.1.461.3969.1j8j3j3j2.17.0.msedr...0...1c.1.34.mobile-heirloom-serp..6.11.2043.qxY_iTugSpA'),(19302,1,1,20295,1,1384437401,'2015-03-31 08:07:06',''),(19303,1,1,20296,68,1123634733,'2015-03-31 08:24:40',''),(19304,1,1,20297,1,2637637559,'2015-03-31 08:25:53',''),(19305,1,1,20298,1,1384441054,'2015-03-31 10:13:24','https://www.bing.com/local/?lid=YN1000x261130585&id=YN1000x261130585&q=MS+Tyres+Blackburn+Lancashire&mkt=en-GB&setlang=en-GB'),(19306,1,1,20299,1,1123634740,'2015-03-31 11:06:52',''),(19307,1,1,20300,1,1542483296,'2015-03-31 11:35:36',''),(19308,1,1,20301,1,1123631996,'2015-03-31 12:21:23',''),(19309,1,1,20302,1,1123632004,'2015-03-31 12:21:39',''),(19310,1,1,20304,43,2071807849,'2015-03-31 12:40:51',''),(19311,1,1,20305,1,1123632004,'2015-03-31 12:58:56',''),(19312,1,1,20306,1,1123631996,'2015-03-31 13:06:52',''),(19313,1,1,20310,1,2071807761,'2015-03-31 13:41:41',''),(19314,1,1,20311,1,3702877286,'2015-03-31 13:44:01',''),(19315,1,1,20312,26,2071807766,'2015-03-31 13:47:31',''),(19316,1,1,20313,1,1123631988,'2015-03-31 14:28:54',''),(19317,1,1,20314,1,3320307155,'2015-03-31 15:04:36','http://hvd-store.com/'),(19318,1,1,20315,63,3702877299,'2015-03-31 15:16:22',''),(19319,1,1,20316,57,1123631988,'2015-03-31 16:30:46',''),(19320,1,1,20317,46,1123631996,'2015-03-31 17:00:53',''),(19321,1,1,20318,1,1123632004,'2015-03-31 17:02:54',''),(19322,1,1,20320,15,1123631988,'2015-03-31 17:10:15',''),(19323,1,1,20322,1,2970311702,'2015-03-31 17:31:04','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(19324,1,1,20323,56,1123632004,'2015-03-31 17:50:25',''),(19325,1,1,20324,68,1123631988,'2015-03-31 18:33:42',''),(19326,1,1,20325,1,1123631996,'2015-03-31 19:18:00',''),(19327,1,1,20326,38,3164934005,'2015-03-31 20:14:58',''),(19328,1,1,20327,26,3702877331,'2015-03-31 20:29:00',''),(19329,1,1,20328,1,1123631988,'2015-03-31 20:39:53',''),(19330,1,1,20329,50,3164934005,'2015-03-31 21:01:25',''),(19331,1,1,20330,68,1123631988,'2015-03-31 21:22:28',''),(19332,1,1,20331,1,1123631988,'2015-03-31 22:22:05',''),(19333,1,1,20332,1,1123631988,'2015-03-31 23:30:19',''),(19334,1,1,20333,1,1123631996,'2015-04-01 00:06:36',''),(19335,1,1,20334,68,1123632004,'2015-04-01 01:47:48',''),(19336,1,1,20335,1,3338415115,'2015-04-01 02:13:02',''),(19337,1,1,20336,1,1123632004,'2015-04-01 03:11:14',''),(19338,1,1,20337,1,3024880913,'2015-04-01 03:13:14',''),(19339,1,1,20338,65,1123631988,'2015-04-01 04:31:18',''),(19340,1,1,20339,1,1508525160,'2015-04-01 04:39:33',''),(19341,1,1,20340,1,1508525160,'2015-04-01 04:39:50',''),(19342,1,1,20341,1,1508525160,'2015-04-01 04:40:10',''),(19343,1,1,20342,1,1508525160,'2015-04-01 04:40:31',''),(19344,1,1,20343,1,1508525160,'2015-04-01 04:40:40',''),(19345,1,1,20344,1,1508525160,'2015-04-01 04:41:04',''),(19346,1,1,20345,1,3185844071,'2015-04-01 05:29:13','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(19347,1,1,20346,1,1508525142,'2015-04-01 05:38:41',''),(19348,1,1,20347,1,1508525142,'2015-04-01 05:39:01',''),(19349,1,1,20348,1,1508525142,'2015-04-01 05:39:19',''),(19350,1,1,20349,1,1508525142,'2015-04-01 05:39:59',''),(19351,1,1,20350,1,1508525142,'2015-04-01 05:40:23',''),(19352,1,1,20351,1,1123631988,'2015-04-01 05:53:19',''),(19353,1,1,20352,1,3495654154,'2015-04-01 06:47:20',''),(19354,1,1,20353,1,1123632004,'2015-04-01 07:12:03',''),(19355,1,1,20354,1,2382681724,'2015-04-01 08:41:34',''),(19356,1,1,20355,1,2382681724,'2015-04-01 08:41:37',''),(19357,1,1,20356,1,2382681724,'2015-04-01 08:41:43',''),(19358,1,1,20357,1,2382681724,'2015-04-01 08:41:51',''),(19359,1,1,20358,1,2382681724,'2015-04-01 08:41:56',''),(19360,1,1,20359,1,2382681724,'2015-04-01 08:42:02',''),(19361,1,1,20360,1,2382681724,'2015-04-01 08:42:28',''),(19362,1,1,20361,1,2382681724,'2015-04-01 08:43:17',''),(19363,1,1,20362,1,2382681724,'2015-04-01 08:43:35',''),(19364,1,1,20363,1,2382681724,'2015-04-01 08:43:42',''),(19365,1,1,20364,1,2382681724,'2015-04-01 08:43:49',''),(19366,1,1,20365,1,2382681724,'2015-04-01 08:43:58',''),(19367,1,1,20366,1,1123631988,'2015-04-01 09:48:00',''),(19368,1,1,20367,26,2071807813,'2015-04-01 10:04:55',''),(19369,1,1,20368,68,1123631988,'2015-04-01 12:25:45',''),(19370,1,1,20369,1,1123632004,'2015-04-01 12:29:27',''),(19371,1,1,20370,16,3164934005,'2015-04-01 13:20:08',''),(19372,1,1,20371,1,1123632004,'2015-04-01 13:38:11',''),(19373,1,1,20372,63,3024881207,'2015-04-01 14:08:52',''),(19374,1,1,20373,51,1380264048,'2015-04-01 14:42:55','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CDQQFjAB&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D20%26controller%3Dproduct%26id_lang%3D1&ei=6gMcVcOAOM-O7Aa7gIHYBg&usg=AFQjCNGUA0NaMlEtmKsGtimE1pSkwf_K6w'),(19375,1,1,20374,65,1123631996,'2015-04-01 14:54:59',''),(19376,1,1,20375,1,1542483292,'2015-04-01 15:22:00',''),(19377,1,1,20376,1,1123631996,'2015-04-01 16:42:58',''),(19378,1,1,20377,56,1441088897,'2015-04-01 16:51:18','https://www.google.se/'),(19379,1,1,20378,1,3183546912,'2015-04-01 18:00:31','http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk'),(19380,1,1,20379,15,3702877351,'2015-04-01 18:17:08',''),(19381,1,1,20380,1,1455401955,'2015-04-01 19:11:08','http://www.google.co.uk/url?sa=t&rct=j&q=blackburn%20part%20worn%20tyres&source=web&cd=8&ved=0CFMQoAIwBw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=fEIcVd74AdKO7Aaq6IGgAQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(19382,1,1,20381,68,1123631988,'2015-04-01 19:11:11',''),(19383,1,1,20382,56,3393400111,'2015-04-01 19:44:11',''),(19384,1,1,20383,1,3393400111,'2015-04-01 19:44:27',''),(19385,1,1,20384,56,3393400111,'2015-04-01 19:44:40',''),(19386,1,1,20385,1,1123632004,'2015-04-01 19:52:14',''),(19387,1,1,20386,65,1123631988,'2015-04-01 20:11:44',''),(19388,1,1,20388,55,3024881202,'2015-04-01 21:41:31',''),(19389,1,1,20389,1,3024880921,'2015-04-01 22:16:31',''),(19390,1,1,20390,68,1123631996,'2015-04-01 23:34:39',''),(19391,1,1,20391,65,1123632004,'2015-04-01 23:55:27',''),(19392,1,1,20392,53,3164934005,'2015-04-02 00:30:17',''),(19393,1,1,20393,1,692510402,'2015-04-02 00:34:36','http://best-seo-solution.com/try.php?u=http://mstyresblackburn.co.uk'),(19394,1,1,20394,1,1123631988,'2015-04-02 01:04:55',''),(19395,1,1,20395,68,3164934005,'2015-04-02 01:14:26',''),(19396,1,1,20396,1,1123631988,'2015-04-02 02:53:53',''),(19397,1,1,20397,1,3702877342,'2015-04-02 03:19:03',''),(19398,1,1,20398,1,1123632004,'2015-04-02 04:50:26',''),(19399,1,1,20399,1,1123631996,'2015-04-02 04:50:48',''),(19400,1,1,20402,1,1123632004,'2015-04-02 05:32:18',''),(19401,1,1,20403,15,1123631996,'2015-04-02 05:35:54',''),(19402,1,1,20404,1,3024881089,'2015-04-02 06:09:40',''),(19403,1,1,20405,65,1123631988,'2015-04-02 06:15:57',''),(19404,1,1,20406,63,3164934005,'2015-04-02 07:06:35',''),(19405,1,1,20407,1,1123631988,'2015-04-02 08:03:04',''),(19406,1,1,20408,1,3105214586,'2015-04-02 08:16:27','https://www.google.co.uk/'),(19407,1,1,20409,28,1123632004,'2015-04-02 08:39:10',''),(19408,1,1,20410,58,1123632004,'2015-04-02 09:30:22',''),(19409,1,1,20412,64,1123632004,'2015-04-02 10:20:35',''),(19410,1,1,20413,6,1534698454,'2015-04-02 10:23:33',''),(19411,1,1,20414,26,2071807766,'2015-04-02 10:36:33',''),(19412,1,1,20415,68,1123631892,'2015-04-02 10:47:05',''),(19413,1,1,20416,48,35526975,'2015-04-02 11:01:06','https://www.google.co.uk/'),(19414,1,1,20417,70,3164934005,'2015-04-02 12:29:47',''),(19415,1,1,20418,1,1123631996,'2015-04-02 13:48:17',''),(19416,1,1,20419,1,1123631988,'2015-04-02 13:53:58',''),(19417,1,1,20421,1,100662553,'2015-04-02 14:48:56',''),(19418,1,1,20422,65,1123632004,'2015-04-02 15:41:02',''),(19419,1,1,20423,1,1384441848,'2015-04-02 16:03:16',''),(19420,1,1,20424,1,1123631996,'2015-04-02 17:15:51',''),(19421,1,1,20425,66,2953472227,'2015-04-02 17:29:55',''),(19422,1,1,20426,1,1123631996,'2015-04-02 18:00:01',''),(19423,1,1,20427,68,1123632004,'2015-04-02 18:04:41',''),(19424,1,1,20428,1,3011326038,'2015-04-02 18:13:50','http://best-seo-solution.com/try.php?u=http://mstyresblackburn.co.uk'),(19425,1,1,20429,1,3024881193,'2015-04-02 19:48:17',''),(19426,1,1,20430,6,1534698454,'2015-04-02 19:53:17',''),(19427,1,1,20431,26,2071807801,'2015-04-02 20:05:24',''),(19428,1,1,20432,65,1123631996,'2015-04-02 20:24:34',''),(19429,1,1,20433,1,1542483279,'2015-04-02 20:33:15',''),(19430,1,1,20434,15,3702877332,'2015-04-02 20:38:44',''),(19431,1,1,20435,1,1123631988,'2015-04-02 22:10:21',''),(19432,1,1,20437,1,1123631988,'2015-04-02 23:14:28',''),(19433,1,1,20438,1,1863149064,'2015-04-02 23:36:31',''),(19434,1,1,20439,56,1123631996,'2015-04-03 00:00:34',''),(19435,1,1,20440,1,2971059282,'2015-04-03 00:53:25','http://best-seo-solution.com/try.php?u=http://mstyresblackburn.co.uk'),(19436,1,1,20441,6,2637637559,'2015-04-03 01:56:53',''),(19437,1,1,20442,1,1123632004,'2015-04-03 01:57:58',''),(19438,1,1,20444,1,1123631996,'2015-04-03 02:58:36',''),(19439,1,1,20445,65,3164934005,'2015-04-03 06:03:33',''),(19440,1,1,20446,1,1123631996,'2015-04-03 06:18:56',''),(19441,1,1,20447,69,1123631996,'2015-04-03 07:07:54',''),(19442,1,1,20448,50,1123632004,'2015-04-03 07:42:48',''),(19443,1,1,20449,1,1123631988,'2015-04-03 07:47:49',''),(19444,1,1,20451,1,3702877349,'2015-04-03 08:14:53',''),(19445,1,1,20452,1,1123632004,'2015-04-03 08:18:20',''),(19446,1,1,20453,45,1123631996,'2015-04-03 08:33:26',''),(19447,1,1,20454,1,1376856847,'2015-04-03 08:39:56','http://www.google.co.uk/url?sa=t&rct=j&q=MS+Tyres+Blackburn&source=web&cd=8&ved=0CCUQtBcoADAH&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=1FEeVaylGdT7avOmgGA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(19448,1,1,20455,1,35822504,'2015-04-03 08:41:06','http://best-seo-solution.com/try.php?u=http://mstyresblackburn.co.uk'),(19449,1,1,20456,68,1123632004,'2015-04-03 08:49:10',''),(19450,1,1,20457,1,525476678,'2015-04-03 09:05:46','https://www.google.co.uk/'),(19451,1,1,20458,1,1839916419,'2015-04-03 09:32:02','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCIQFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=Cl4eVfTzF82sPYWwgJgH&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.89947451,d.ZWU'),(19452,1,1,20459,1,1123631996,'2015-04-03 10:05:11',''),(19453,1,1,20460,1,2733860688,'2015-04-03 10:13:03',''),(19454,1,1,20461,6,2733860688,'2015-04-03 10:13:12',''),(19455,1,1,20462,9,2733860688,'2015-04-03 10:13:21',''),(19456,1,1,20463,64,2733860688,'2015-04-03 10:13:27',''),(19457,1,1,20464,50,2733860688,'2015-04-03 10:13:32',''),(19458,1,1,20465,56,2733860688,'2015-04-03 10:13:36',''),(19459,1,1,20466,63,2733860688,'2015-04-03 10:13:42',''),(19460,1,1,20467,69,2733860688,'2015-04-03 10:13:46',''),(19461,1,1,20468,51,2733860688,'2015-04-03 10:13:51',''),(19462,1,1,20469,28,2733860688,'2015-04-03 10:13:57',''),(19463,1,1,20470,55,2733860688,'2015-04-03 10:14:02',''),(19464,1,1,20471,65,2733860688,'2015-04-03 10:14:06',''),(19465,1,1,20472,62,2733860688,'2015-04-03 10:14:11',''),(19466,1,1,20473,38,2733860688,'2015-04-03 10:14:17',''),(19467,1,1,20474,42,2733860688,'2015-04-03 10:14:22',''),(19468,1,1,20475,45,2733860688,'2015-04-03 10:14:27',''),(19469,1,1,20476,16,2733860688,'2015-04-03 10:14:32',''),(19470,1,1,20477,10,2733860688,'2015-04-03 10:14:37',''),(19471,1,1,20478,58,2733860688,'2015-04-03 10:14:41',''),(19472,1,1,20479,27,2733860688,'2015-04-03 10:14:47',''),(19473,1,1,20480,44,2733860688,'2015-04-03 10:14:52',''),(19474,1,1,20481,49,2733860688,'2015-04-03 10:14:57',''),(19475,1,1,20482,53,2733860688,'2015-04-03 10:15:02',''),(19476,1,1,20483,41,2733860688,'2015-04-03 10:15:07',''),(19477,1,1,20484,48,2733860688,'2015-04-03 10:15:12',''),(19478,1,1,20485,57,2733860688,'2015-04-03 10:15:17',''),(19479,1,1,20486,52,2733860688,'2015-04-03 10:15:22',''),(19480,1,1,20487,43,2733860688,'2015-04-03 10:15:26',''),(19481,1,1,20488,16,2733860688,'2015-04-03 10:15:32',''),(19482,1,1,20489,68,2733860688,'2015-04-03 10:15:37',''),(19483,1,1,20490,74,2733860688,'2015-04-03 10:15:41',''),(19484,1,1,20491,75,2733860688,'2015-04-03 10:15:47',''),(19485,1,1,20492,67,2733860688,'2015-04-03 10:15:52',''),(19486,1,1,20493,59,2733860688,'2015-04-03 10:15:56',''),(19487,1,1,20494,16,2733860688,'2015-04-03 10:16:01',''),(19488,1,1,20495,72,2733860688,'2015-04-03 10:16:07',''),(19489,1,1,20496,70,2733860688,'2015-04-03 10:16:12',''),(19490,1,1,20497,71,2733860688,'2015-04-03 10:16:16',''),(19491,1,1,20498,73,2733860688,'2015-04-03 10:16:22',''),(19492,1,1,20499,43,2733860688,'2015-04-03 10:16:27',''),(19493,1,1,20500,43,2733860688,'2015-04-03 10:16:31',''),(19494,1,1,20501,31,2733860688,'2015-04-03 10:16:36',''),(19495,1,1,20502,15,2733860688,'2015-04-03 10:16:42',''),(19496,1,1,20503,47,2733860688,'2015-04-03 10:16:46',''),(19497,1,1,20504,54,2733860688,'2015-04-03 10:16:52',''),(19498,1,1,20505,66,2733860688,'2015-04-03 10:16:57',''),(19499,1,1,20506,26,2733860688,'2015-04-03 10:17:01',''),(19500,1,1,20507,26,2733860688,'2015-04-03 10:17:06',''),(19501,1,1,20508,26,2733860688,'2015-04-03 10:17:11',''),(19502,1,1,20509,26,2733860688,'2015-04-03 10:17:16',''),(19503,1,1,20510,26,2733860688,'2015-04-03 10:17:21',''),(19504,1,1,20511,26,2733860688,'2015-04-03 10:17:26',''),(19505,1,1,20512,26,2733860688,'2015-04-03 10:17:31',''),(19506,1,1,20513,26,2733860688,'2015-04-03 10:17:36',''),(19507,1,1,20514,26,2733860688,'2015-04-03 10:17:41',''),(19508,1,1,20515,26,2733860688,'2015-04-03 10:17:46',''),(19509,1,1,20516,26,2733860688,'2015-04-03 10:17:51',''),(19510,1,1,20517,26,2733860688,'2015-04-03 10:17:56',''),(19511,1,1,20518,26,2733860688,'2015-04-03 10:18:01',''),(19512,1,1,20519,26,2733860688,'2015-04-03 10:18:06',''),(19513,1,1,20520,26,2733860688,'2015-04-03 10:18:11',''),(19514,1,1,20521,26,2733860688,'2015-04-03 10:18:16',''),(19515,1,1,20522,26,2733860688,'2015-04-03 10:18:21',''),(19516,1,1,20523,26,2733860688,'2015-04-03 10:18:26',''),(19517,1,1,20524,26,2733860688,'2015-04-03 10:18:32',''),(19518,1,1,20525,26,2733860688,'2015-04-03 10:18:37',''),(19519,1,1,20526,26,2733860688,'2015-04-03 10:18:42',''),(19520,1,1,20527,26,2733860688,'2015-04-03 10:18:47',''),(19521,1,1,20528,26,2733860688,'2015-04-03 10:18:52',''),(19522,1,1,20529,26,2733860688,'2015-04-03 10:18:57',''),(19523,1,1,20530,26,2733860688,'2015-04-03 10:19:02',''),(19524,1,1,20531,26,2733860688,'2015-04-03 10:19:07',''),(19525,1,1,20532,26,2733860688,'2015-04-03 10:19:12',''),(19526,1,1,20533,26,2733860688,'2015-04-03 10:19:17',''),(19527,1,1,20534,26,2733860688,'2015-04-03 10:19:21',''),(19528,1,1,20535,26,2733860688,'2015-04-03 10:19:26',''),(19529,1,1,20536,26,2733860688,'2015-04-03 10:19:31',''),(19530,1,1,20537,26,2733860688,'2015-04-03 10:19:36',''),(19531,1,1,20538,26,2733860688,'2015-04-03 10:19:41',''),(19532,1,1,20539,26,2733860688,'2015-04-03 10:19:46',''),(19533,1,1,20540,50,1123631988,'2015-04-03 11:16:27',''),(19534,1,1,20542,54,3164934005,'2015-04-03 11:20:05',''),(19535,1,1,20543,68,1123632004,'2015-04-03 11:29:27',''),(19536,1,1,20544,1,1123631996,'2015-04-03 12:09:13',''),(19537,1,1,20545,59,3024881046,'2015-04-03 12:57:11',''),(19538,1,1,20546,14,1123632004,'2015-04-03 13:51:25',''),(19539,1,1,20547,43,1123631996,'2015-04-03 13:51:54',''),(19540,1,1,20549,1,1123631988,'2015-04-03 14:12:39',''),(19541,1,1,20550,15,1123631996,'2015-04-03 14:25:19',''),(19542,1,1,20551,63,1123632004,'2015-04-03 14:27:32',''),(19543,1,1,20553,1,1377273139,'2015-04-03 15:05:00','https://www.google.co.uk/'),(19544,1,1,20554,1,2972390246,'2015-04-03 15:13:29','http://best-seo-solution.com/try.php?u=http://mstyresblackburn.co.uk'),(19545,1,1,20555,65,1123632004,'2015-04-03 15:33:53',''),(19546,1,1,20556,41,3164934005,'2015-04-03 15:45:29',''),(19547,1,1,20557,65,1123631988,'2015-04-03 15:48:22',''),(19548,1,1,20558,43,3702877328,'2015-04-03 16:41:58',''),(19549,1,1,20559,1,1123631172,'2015-04-03 16:43:24',''),(19550,1,1,20560,42,3164934005,'2015-04-03 16:57:32',''),(19551,1,1,20561,9,2420935138,'2015-04-03 17:03:07',''),(19552,1,1,20562,43,2420935138,'2015-04-03 17:03:25',''),(19553,1,1,20563,45,2420935138,'2015-04-03 17:04:01',''),(19554,1,1,20564,57,2420935138,'2015-04-03 17:04:16',''),(19555,1,1,20565,73,3164934005,'2015-04-03 17:13:06',''),(19556,1,1,20566,26,3323674919,'2015-04-03 17:16:27',''),(19557,1,1,20567,1,1381937297,'2015-04-03 17:17:29','http://www.1businessenterprise.co.uk/our-clients.php'),(19558,1,1,20568,26,1381937297,'2015-04-03 17:20:25',''),(19559,1,1,20569,55,1381937297,'2015-04-03 17:21:43',''),(19560,1,1,20570,43,1381937297,'2015-04-03 17:23:00',''),(19561,1,1,20571,26,1381937297,'2015-04-03 17:24:17',''),(19562,1,1,20572,63,1381937297,'2015-04-03 17:25:32',''),(19563,1,1,20573,69,1381937297,'2015-04-03 17:26:48',''),(19564,1,1,20574,52,1381937297,'2015-04-03 17:28:07',''),(19565,1,1,20575,10,1381937297,'2015-04-03 17:29:22',''),(19566,1,1,20576,3,1381937297,'2015-04-03 17:30:38',''),(19567,1,1,20577,68,1123631996,'2015-04-03 17:30:58',''),(19568,1,1,20578,59,1381937297,'2015-04-03 17:31:56',''),(19569,1,1,20579,72,1381937297,'2015-04-03 17:33:13',''),(19570,1,1,20580,1,1577444529,'2015-04-03 17:33:41','https://www.google.co.uk/'),(19571,1,1,20581,16,1381937297,'2015-04-03 17:34:34',''),(19572,1,1,20582,45,1381937297,'2015-04-03 17:35:56',''),(19573,1,1,20583,50,1381937297,'2015-04-03 17:37:14',''),(19574,1,1,20584,16,3164934005,'2015-04-03 17:37:40',''),(19575,1,1,20585,18,1381937297,'2015-04-03 17:38:31',''),(19576,1,1,20586,54,1381937297,'2015-04-03 17:39:54',''),(19577,1,1,20587,42,1381937297,'2015-04-03 17:41:16',''),(19578,1,1,20588,71,1381937297,'2015-04-03 17:42:35',''),(19579,1,1,20589,67,1381937297,'2015-04-03 17:43:55',''),(19580,1,1,20590,66,1381937297,'2015-04-03 17:45:19',''),(19581,1,1,20591,53,1381937297,'2015-04-03 17:46:39',''),(19582,1,1,20592,73,1381937297,'2015-04-03 17:47:59',''),(19583,1,1,20593,75,1381937297,'2015-04-03 17:49:20',''),(19584,1,1,20594,27,1381937297,'2015-04-03 17:50:43',''),(19585,1,1,20595,57,1381937297,'2015-04-03 17:52:01',''),(19586,1,1,20596,58,1381937297,'2015-04-03 17:53:22',''),(19587,1,1,20597,74,1381937297,'2015-04-03 17:54:42',''),(19588,1,1,20598,47,1381937297,'2015-04-03 17:56:06',''),(19589,1,1,20599,31,1381937297,'2015-04-03 17:57:26',''),(19590,1,1,20600,38,1381937297,'2015-04-03 17:58:48',''),(19591,1,1,20601,26,1381937297,'2015-04-03 18:00:12',''),(19592,1,1,20602,51,1381937297,'2015-04-03 18:01:32',''),(19593,1,1,20603,44,1381937297,'2015-04-03 18:02:51',''),(19594,1,1,20604,26,1381937297,'2015-04-03 18:04:10',''),(19595,1,1,20605,9,1381937297,'2015-04-03 18:05:29',''),(19596,1,1,20606,68,1381937297,'2015-04-03 18:06:49',''),(19597,1,1,20607,26,1381937297,'2015-04-03 18:08:08',''),(19598,1,1,20608,62,1381937297,'2015-04-03 18:09:28',''),(19599,1,1,20609,16,1381937297,'2015-04-03 18:10:48',''),(19600,1,1,20610,49,1381937297,'2015-04-03 18:12:08',''),(19601,1,1,20611,16,1381937297,'2015-04-03 18:13:29',''),(19602,1,1,20612,28,1381937297,'2015-04-03 18:14:48',''),(19603,1,1,20613,15,1381937297,'2015-04-03 18:16:10',''),(19604,1,1,20614,56,1381937297,'2015-04-03 18:17:33',''),(19605,1,1,20615,56,1123631996,'2015-04-03 18:18:25',''),(19606,1,1,20616,43,1381937297,'2015-04-03 18:18:51',''),(19607,1,1,20617,64,1381937297,'2015-04-03 18:20:11',''),(19608,1,1,20618,41,1381937297,'2015-04-03 18:21:29',''),(19609,1,1,20619,65,1381937297,'2015-04-03 18:22:50',''),(19610,1,1,20620,48,1381937297,'2015-04-03 18:24:12',''),(19611,1,1,20621,43,1381937297,'2015-04-03 18:25:33',''),(19612,1,1,20622,6,1381937297,'2015-04-03 18:26:55',''),(19613,1,1,20623,1,1123631996,'2015-04-03 19:48:11',''),(19614,1,1,20624,55,2071807834,'2015-04-03 19:56:39',''),(19615,1,1,20625,64,3164934005,'2015-04-03 20:34:39',''),(19616,1,1,20626,1,1123631996,'2015-04-03 21:07:53',''),(19617,1,1,20627,68,2637637444,'2015-04-03 21:28:26',''),(19618,1,1,20628,68,1123631996,'2015-04-03 22:39:52',''),(19619,1,1,20629,43,2637637384,'2015-04-03 22:53:20',''),(19620,1,1,20630,75,3164934005,'2015-04-03 23:19:49',''),(19621,1,1,20631,1,3281711469,'2015-04-03 23:30:51',''),(19622,1,1,20632,1,1123631988,'2015-04-04 00:02:58',''),(19623,1,1,20633,56,1123632004,'2015-04-04 01:25:16',''),(19624,1,1,20634,1,1123631988,'2015-04-04 01:26:15',''),(19625,1,1,20635,68,1123632004,'2015-04-04 02:59:55',''),(19626,1,1,20636,1,1123631988,'2015-04-04 04:20:46',''),(19627,1,1,20637,47,3164934005,'2015-04-04 04:52:28',''),(19628,1,1,20638,1,772045740,'2015-04-04 06:46:32',''),(19629,1,1,20639,1,772045740,'2015-04-04 06:46:38',''),(19630,1,1,20640,1,772045740,'2015-04-04 06:46:43',''),(19631,1,1,20641,1,772045740,'2015-04-04 06:46:46',''),(19632,1,1,20642,1,772045740,'2015-04-04 06:46:51',''),(19633,1,1,20643,1,772045740,'2015-04-04 06:46:55',''),(19634,1,1,20644,1,772045740,'2015-04-04 06:46:58',''),(19635,1,1,20645,1,772045740,'2015-04-04 06:47:04',''),(19636,1,1,20646,1,772045740,'2015-04-04 06:47:10',''),(19637,1,1,20647,1,772045740,'2015-04-04 06:47:13',''),(19638,1,1,20648,1,772045740,'2015-04-04 06:47:20',''),(19639,1,1,20649,1,772045740,'2015-04-04 06:47:28',''),(19640,1,1,20650,1,1123631988,'2015-04-04 07:21:29',''),(19641,1,1,20651,62,1523249717,'2015-04-04 07:36:54',''),(19642,1,1,20652,1,1542483317,'2015-04-04 07:37:22',''),(19643,1,1,20653,26,2071807804,'2015-04-04 07:51:57',''),(19644,1,1,20654,1,1123631996,'2015-04-04 08:07:01',''),(19645,1,1,20656,68,1123632004,'2015-04-04 08:25:11',''),(19646,1,1,20657,1,3342489299,'2015-04-04 09:15:02',''),(19647,1,1,20658,43,3164934005,'2015-04-04 09:16:01',''),(19648,1,1,20659,15,3164934005,'2015-04-04 09:22:46',''),(19649,1,1,20660,69,1123631996,'2015-04-04 11:35:47',''),(19650,1,1,20661,59,3024881365,'2015-04-04 11:44:18',''),(19651,1,1,20662,50,1123631988,'2015-04-04 11:49:23',''),(19652,1,1,20664,1,3105773815,'2015-04-04 12:58:37','http://best-seo-solution.com/try.php?u=http://mstyresblackburn.co.uk'),(19653,1,1,20665,68,1123631996,'2015-04-04 13:11:26',''),(19654,1,1,20666,1,1123631988,'2015-04-04 13:40:53',''),(19655,1,1,20667,1,1123632004,'2015-04-04 15:28:20',''),(19656,1,1,20668,68,1123632004,'2015-04-04 16:46:48',''),(19657,1,1,20669,1,1123631996,'2015-04-04 17:01:44',''),(19658,1,1,20670,1,1123631988,'2015-04-04 17:47:35',''),(19659,1,1,20671,1,1123631996,'2015-04-04 20:35:31',''),(19660,1,1,20672,68,1123632004,'2015-04-04 20:38:28',''),(19661,1,1,20673,1,1523864459,'2015-04-04 20:50:52','https://www.google.co.uk/'),(19662,1,1,20674,1,3024881062,'2015-04-04 20:57:25',''),(19663,1,1,20675,1,1123631988,'2015-04-04 22:00:41',''),(19664,1,1,20676,68,1123631988,'2015-04-05 00:44:58',''),(19665,1,1,20677,1,1123632004,'2015-04-05 00:53:18',''),(19666,1,1,20678,6,3024881084,'2015-04-05 01:15:25',''),(19667,1,1,20679,1,3164934005,'2015-04-05 02:53:21',''),(19668,1,1,20680,28,3164934005,'2015-04-05 02:53:45',''),(19669,1,1,20681,16,3164934005,'2015-04-05 03:05:00',''),(19670,1,1,20682,1,1123632004,'2015-04-05 03:37:17',''),(19671,1,1,20683,68,1123631996,'2015-04-05 05:47:06',''),(19672,1,1,20684,65,1123631988,'2015-04-05 06:24:07',''),(19673,1,1,20685,1,1123632004,'2015-04-05 07:14:32',''),(19674,1,1,20686,1,1123631996,'2015-04-05 07:21:46',''),(19675,1,1,20688,51,1123631996,'2015-04-05 08:21:59',''),(19676,1,1,20689,50,1123631988,'2015-04-05 08:30:32',''),(19677,1,1,20692,1,1123631996,'2015-04-05 10:21:34',''),(19678,1,1,20693,1,2420907426,'2015-04-05 10:43:02',''),(19679,1,1,20694,1,2420907426,'2015-04-05 10:43:04',''),(19680,1,1,20695,1,2420907426,'2015-04-05 10:43:10',''),(19681,1,1,20696,1,2420907426,'2015-04-05 10:43:20',''),(19682,1,1,20697,1,2420907426,'2015-04-05 10:43:24',''),(19683,1,1,20698,1,2420907426,'2015-04-05 10:43:32',''),(19684,1,1,20699,1,2420907426,'2015-04-05 10:43:36',''),(19685,1,1,20700,1,2420907426,'2015-04-05 10:43:43',''),(19686,1,1,20701,1,2420907426,'2015-04-05 10:43:49',''),(19687,1,1,20702,1,2420907426,'2015-04-05 10:43:54',''),(19688,1,1,20703,1,1542483282,'2015-04-05 10:51:08',''),(19689,1,1,20704,71,3164934005,'2015-04-05 10:53:59',''),(19690,1,1,20705,72,3164934005,'2015-04-05 12:52:42',''),(19691,1,1,20706,1,392573311,'2015-04-05 12:59:59',''),(19692,1,1,20707,6,392573311,'2015-04-05 13:00:00',''),(19693,1,1,20708,64,2637637384,'2015-04-05 13:23:21',''),(19694,1,1,20709,44,2637637559,'2015-04-05 14:34:43',''),(19695,1,1,20710,43,2637637384,'2015-04-05 15:09:11',''),(19696,1,1,20711,56,1123634747,'2015-04-05 15:53:53',''),(19697,1,1,20712,1,3369007994,'2015-04-05 17:14:03','http://best-seo-solution.com/try.php?u=http://mstyresblackburn.co.uk'),(19698,1,1,20713,1,1473799517,'2015-04-05 18:34:34','http://buttons-for-website.com'),(19699,1,1,20714,1,1123634747,'2015-04-05 18:46:10',''),(19700,1,1,20715,1,1123634733,'2015-04-05 18:51:02',''),(19701,1,1,20717,48,3702877323,'2015-04-05 20:47:23',''),(19702,1,1,20718,56,1123634733,'2015-04-05 21:14:28',''),(19703,1,1,20719,1,100662553,'2015-04-05 21:27:16',''),(19704,1,1,20720,1,100662549,'2015-04-05 21:27:20',''),(19705,1,1,20721,1,2996499317,'2015-04-05 21:27:23',''),(19706,1,1,20722,1,2996499317,'2015-04-05 21:27:26',''),(19707,1,1,20723,68,1577679179,'2015-04-05 22:20:39','http://www.google.co.uk/search?q=landsail+ls388&cr=countryUK%7CcountryGB&biw=320&bih=508&tbs=ctr:countryUK%7CcountryGB&tbm=isch&tbo=u&source=univ&sa=X&ei=4rMhVYW0NNTdasrOgMAC&ved=0CFoQ7Ak'),(19708,1,1,20724,15,1123634740,'2015-04-05 22:47:50',''),(19709,1,1,20725,9,1123634733,'2015-04-05 22:48:53',''),(19710,1,1,20726,65,1123634740,'2015-04-05 23:41:17',''),(19711,1,1,20728,1,1123634733,'2015-04-05 23:56:30',''),(19712,1,1,20729,68,1123634747,'2015-04-06 00:00:30',''),(19713,1,1,20730,46,1123634733,'2015-04-06 00:52:29',''),(19714,1,1,20731,63,1123634740,'2015-04-06 01:08:35',''),(19715,1,1,20732,1,3024880973,'2015-04-06 01:30:13',''),(19716,1,1,20733,1,3338415115,'2015-04-06 01:55:01',''),(19717,1,1,20734,56,1123634747,'2015-04-06 02:46:14',''),(19718,1,1,20735,55,1123631996,'2015-04-06 03:07:08',''),(19719,1,1,20736,15,1123634733,'2015-04-06 03:22:43',''),(19720,1,1,20737,51,1123634747,'2015-04-06 05:12:23',''),(19721,1,1,20738,68,1123634747,'2015-04-06 05:44:37',''),(19722,1,1,20739,26,2071807841,'2015-04-06 06:25:36',''),(19723,1,1,20740,1,1123634733,'2015-04-06 06:27:04',''),(19724,1,1,20741,1,1123634747,'2015-04-06 07:49:47',''),(19725,1,1,20742,6,2071807798,'2015-04-06 10:15:28',''),(19726,1,1,20743,1,1123634747,'2015-04-06 11:09:24',''),(19727,1,1,20744,1,2637637559,'2015-04-06 11:14:53',''),(19728,1,1,20745,1,3024881093,'2015-04-06 11:43:07',''),(19729,1,1,20746,1,1123634733,'2015-04-06 11:50:52',''),(19730,1,1,20747,68,1123634733,'2015-04-06 13:27:55',''),(19731,1,1,20748,1,1542483268,'2015-04-06 14:07:06',''),(19732,1,1,20749,27,3024881213,'2015-04-06 14:36:55',''),(19733,1,1,20750,1,1123631996,'2015-04-06 15:04:25',''),(19734,1,1,20751,63,1546142798,'2015-04-06 15:22:53','http://www.google.co.uk/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&ved=0CAcQjRw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D27%26controller%3Dproduct%26id_lang%3D1&ei=yaQiVY7WNouu7ga0x4GwDQ&bvm=bv.89947451,d.d2s&psig=AFQjCNFsmt'),(19735,1,1,20752,1,1123631988,'2015-04-06 16:25:40',''),(19736,1,1,20753,1,2637637385,'2015-04-06 17:06:44',''),(19737,1,1,20751,63,3156036475,'2015-04-06 17:09:35',''),(19738,1,1,20754,56,1123631988,'2015-04-06 18:22:19',''),(19739,1,1,20755,1,1123632004,'2015-04-06 19:21:15',''),(19740,1,1,20756,1,93409179,'2015-04-06 21:01:11','http://buttons-for-website.com'),(19741,1,1,20757,1,1123632004,'2015-04-06 22:28:12',''),(19742,1,1,20758,65,1123631996,'2015-04-06 22:37:25',''),(19743,1,1,20760,1,1123632004,'2015-04-06 23:07:10',''),(19744,1,1,20761,1,3024881089,'2015-04-06 23:46:39',''),(19745,1,1,20762,1,2996499317,'2015-04-06 23:55:59',''),(19746,1,1,20763,1,2996499317,'2015-04-06 23:56:02',''),(19747,1,1,20764,1,100662553,'2015-04-06 23:56:05',''),(19748,1,1,20765,1,2996499317,'2015-04-06 23:56:08',''),(19749,1,1,20766,1,1123632004,'2015-04-07 00:16:53',''),(19750,1,1,20768,27,3024881288,'2015-04-07 00:29:28',''),(19751,1,1,20769,1,2071807765,'2015-04-07 00:34:15',''),(19752,1,1,20770,1,3702877335,'2015-04-07 00:36:12',''),(19753,1,1,20771,26,2637637559,'2015-04-07 01:36:16',''),(19754,1,1,20772,1,1123632004,'2015-04-07 02:10:56',''),(19755,1,1,20773,43,1123631988,'2015-04-07 03:03:58',''),(19756,1,1,20774,1,1123631996,'2015-04-07 04:23:10',''),(19757,1,1,20775,68,1123631988,'2015-04-07 05:54:29',''),(19758,1,1,20776,1,786803397,'2015-04-07 07:21:01',''),(19759,1,1,20777,1,1123631996,'2015-04-07 07:39:30',''),(19760,1,1,20778,1,1603637361,'2015-04-07 09:03:33','http://buttons-for-website.com'),(19761,1,1,20779,1,1376856903,'2015-04-07 09:53:58','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CE4QoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=3KgjVc_0KMTmUqCugaAD&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(19762,1,1,20780,1,1123632004,'2015-04-07 11:16:37',''),(19763,1,1,20781,1,84478212,'2015-04-07 12:46:04','http://forum69.info/?go_away=764642'),(19764,1,1,20782,1,1123631988,'2015-04-07 13:25:20',''),(19765,1,1,20783,26,1123631996,'2015-04-07 13:29:15',''),(19766,1,1,20788,1,3496685076,'2015-04-07 14:55:34',''),(19767,1,1,20789,1,3496685076,'2015-04-07 14:55:38',''),(19768,1,1,20790,1,3496683838,'2015-04-07 14:55:42',''),(19769,1,1,20791,1,3496685076,'2015-04-07 14:55:48',''),(19770,1,1,20792,1,3496685076,'2015-04-07 14:55:52',''),(19771,1,1,20793,1,3496685076,'2015-04-07 14:55:55',''),(19772,1,1,20794,1,3496683838,'2015-04-07 14:56:05',''),(19773,1,1,20795,1,3496683838,'2015-04-07 14:56:08',''),(19774,1,1,20796,1,3496685076,'2015-04-07 14:56:11',''),(19775,1,1,20797,1,3496683838,'2015-04-07 14:56:14',''),(19776,1,1,20798,1,3496683838,'2015-04-07 14:56:17',''),(19777,1,1,20799,1,3496683838,'2015-04-07 14:56:21',''),(19778,1,1,20800,1,1044121750,'2015-04-07 15:07:25','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CFgQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=wvAjVeWgNbCQ7Aaht4Fo&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(19779,1,1,20801,6,772062573,'2015-04-07 16:19:40',''),(19780,1,1,20802,1,1123632004,'2015-04-07 17:11:44',''),(19781,1,1,20803,1,1744524194,'2015-04-07 17:29:48','http://buttons-for-website.com'),(19782,1,1,20804,1,1542483310,'2015-04-07 17:35:41',''),(19783,1,1,20805,68,1123631996,'2015-04-07 23:35:34',''),(19784,1,1,20807,1,1123631988,'2015-04-08 00:08:17',''),(19785,1,1,20808,51,3024881384,'2015-04-08 00:21:10',''),(19786,1,1,20809,1,2637693762,'2015-04-08 01:07:39',''),(19787,1,1,20810,1,1123631996,'2015-04-08 03:03:22',''),(19788,1,1,20811,1,1123632004,'2015-04-08 03:11:25',''),(19789,1,1,20812,68,1123632004,'2015-04-08 04:10:08',''),(19790,1,1,20815,1,1089906070,'2015-04-08 04:40:29','http://whois.domaintools.com/mstyresblackburn.co.uk'),(19791,1,1,20816,1,3702877300,'2015-04-08 04:40:32',''),(19792,1,1,20817,26,3475901716,'2015-04-08 05:49:54',''),(19793,1,1,20818,1,1123631988,'2015-04-08 06:12:47',''),(19794,1,1,20819,6,3024881051,'2015-04-08 06:24:53',''),(19795,1,1,20820,1,2637637559,'2015-04-08 06:34:25',''),(19796,1,1,20821,1,3024881092,'2015-04-08 07:08:14',''),(19797,1,1,20822,1,1123631988,'2015-04-08 07:11:44',''),(19798,1,1,20823,56,1606667262,'2015-04-08 08:47:56','http://www.google.se/'),(19799,1,1,20824,1,2742635476,'2015-04-08 10:26:11','http://buttons-for-website.com'),(19800,1,1,20825,1,1123631996,'2015-04-08 11:10:40',''),(19801,1,1,20826,1,1123632004,'2015-04-08 12:01:12',''),(19802,1,1,20827,6,2637637443,'2015-04-08 12:10:54',''),(19803,1,1,20829,1,2554228018,'2015-04-08 12:41:19','http://www.bing.com/search?q=m+s+tyres+blackburn&src=IE-SearchBox&FORM=IE8SRC'),(19804,1,1,20830,1,3377583168,'2015-04-08 12:41:55','http://best-seo-solution.com/try.php?u=http://mstyresblackburn.co.uk'),(19805,1,1,20831,68,1123631988,'2015-04-08 12:59:43',''),(19806,1,1,20832,1,3163547667,'2015-04-08 13:49:37',''),(19807,1,1,20833,1,1369978303,'2015-04-08 14:27:53',''),(19808,1,1,20834,1,3024881304,'2015-04-08 14:44:41',''),(19809,1,1,20835,51,1433613513,'2015-04-08 14:53:17','http://www.google.ie/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&ved=0CD8QFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D20%26controller%3Dproduct%26id_lang%3D1&ei=w0AlVfaSGM34asGygLgG&usg=AFQjCNGUA0NaMlEtmKsGtimE1pSkwf_K6'),(19810,1,1,20836,1,1443255764,'2015-04-08 15:40:53','https://www.google.co.uk/'),(19811,1,1,20837,1,1123632004,'2015-04-08 16:06:19',''),(19812,1,1,20838,1,3322706634,'2015-04-08 16:12:57',''),(19813,1,1,20839,1,1123631988,'2015-04-08 16:19:21',''),(19814,1,1,20833,1,1369978303,'2015-04-08 17:08:30',''),(19815,1,1,20840,68,1123631996,'2015-04-08 17:17:40',''),(19816,1,1,20841,51,3164933987,'2015-04-08 18:21:15',''),(19817,1,1,20842,1,1377273496,'2015-04-08 19:43:58','https://www.google.co.uk/'),(19818,1,1,20843,1,1377273496,'2015-04-08 19:45:32','https://www.google.co.uk/'),(19819,1,1,20844,1,1123631996,'2015-04-08 20:05:19',''),(19820,1,1,20845,1,1123631988,'2015-04-08 20:34:09',''),(19821,1,1,20846,1,1123631996,'2015-04-09 00:08:52',''),(19822,1,1,20847,1,2996499317,'2015-04-09 00:14:34',''),(19823,1,1,20848,1,2996499317,'2015-04-09 00:14:37',''),(19824,1,1,20849,1,2996499317,'2015-04-09 00:14:40',''),(19825,1,1,20850,1,2996499317,'2015-04-09 00:14:44',''),(19826,1,1,20851,68,1123631988,'2015-04-09 01:13:30',''),(19827,1,1,20852,1,1123632004,'2015-04-09 03:47:01',''),(19828,1,1,20853,1,3338415115,'2015-04-09 03:58:39',''),(19829,1,1,20854,1,1542483270,'2015-04-09 05:13:10',''),(19830,1,1,20855,56,3024881039,'2015-04-09 06:45:08',''),(19831,1,1,20856,1,1123631996,'2015-04-09 07:40:09',''),(19832,1,1,20857,51,3024880965,'2015-04-09 07:48:36',''),(19833,1,1,20858,1,1123632004,'2015-04-09 08:31:24',''),(19834,1,1,20859,1,1370668860,'2015-04-09 08:39:36','https://www.google.co.uk/'),(19835,1,1,20860,1,1370668860,'2015-04-09 08:40:43','https://www.google.co.uk/'),(19836,1,1,20861,56,2516515549,'2015-04-09 10:25:25','https://www.google.co.uk/'),(19837,1,1,20862,68,1123631988,'2015-04-09 11:52:56',''),(19838,1,1,20863,28,772036457,'2015-04-09 12:26:03',''),(19839,1,1,20864,50,772036457,'2015-04-09 12:26:11',''),(19840,1,1,20865,51,772036457,'2015-04-09 12:26:19',''),(19841,1,1,20866,56,772036457,'2015-04-09 12:26:29',''),(19842,1,1,20867,55,772036457,'2015-04-09 12:26:37',''),(19843,1,1,20868,62,772036457,'2015-04-09 12:26:41',''),(19844,1,1,20869,63,772036457,'2015-04-09 12:26:45',''),(19845,1,1,20870,64,772036457,'2015-04-09 12:26:50',''),(19846,1,1,20871,65,772036457,'2015-04-09 12:26:58',''),(19847,1,1,20872,69,772036457,'2015-04-09 12:27:04',''),(19848,1,1,20873,1,1368753841,'2015-04-09 13:03:48','https://www.google.co.uk/'),(19849,1,1,20874,1,1123631988,'2015-04-09 13:51:09',''),(19850,1,1,20875,1,1483356430,'2015-04-09 14:00:26','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CFAQoAIwBA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=eYUmVaqrLISqPdfEgPgB&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.90237346,d.ZWU'),(19851,1,1,20876,1,1041806727,'2015-04-09 14:00:58',''),(19852,1,1,20877,1,1123632004,'2015-04-09 14:09:05',''),(19853,1,1,20878,1,1416106021,'2015-04-09 15:11:06',''),(19854,1,1,20879,1,1416106021,'2015-04-09 15:13:02',''),(19855,1,1,20880,1,1416106021,'2015-04-09 15:13:07',''),(19856,1,1,20881,1,1416106021,'2015-04-09 15:13:10',''),(19857,1,1,20882,1,1416106021,'2015-04-09 15:13:14',''),(19858,1,1,20883,1,1416106021,'2015-04-09 15:13:18',''),(19859,1,1,20884,1,1416106021,'2015-04-09 15:13:21',''),(19860,1,1,20885,1,1416106021,'2015-04-09 15:13:24',''),(19861,1,1,20886,1,1416106021,'2015-04-09 15:13:29',''),(19862,1,1,20887,1,1416106021,'2015-04-09 15:13:32',''),(19863,1,1,20888,1,1416106021,'2015-04-09 15:13:37',''),(19864,1,1,20889,1,1416106021,'2015-04-09 15:13:42',''),(19865,1,1,20890,1,1384443369,'2015-04-09 15:29:36','https://www.google.co.uk/'),(19866,1,1,20891,26,2071807790,'2015-04-09 17:03:28',''),(19867,1,1,20892,68,1591358827,'2015-04-09 17:13:48','http://www.google.de/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F4%2F64-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=jw6'),(19868,1,1,20893,1,1123631988,'2015-04-09 17:44:23',''),(19869,1,1,20895,1,3479603715,'2015-04-09 18:42:25',''),(19870,1,1,20896,68,1123631988,'2015-04-09 18:46:58',''),(19871,1,1,20897,1,3024881288,'2015-04-09 20:59:01',''),(19872,1,1,20898,1,1123631996,'2015-04-09 22:44:28',''),(19873,1,1,20899,1,1123631988,'2015-04-10 00:13:01',''),(19874,1,1,20900,1,1123631996,'2015-04-10 00:49:57',''),(19875,1,1,20901,1,1123632004,'2015-04-10 00:56:13',''),(19876,1,1,20902,1,2071807826,'2015-04-10 01:56:49',''),(19877,1,1,20903,68,1123631996,'2015-04-10 02:33:09',''),(19878,1,1,20904,1,3171322456,'2015-04-10 02:53:21','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(19879,1,1,20905,1,1123632004,'2015-04-10 03:10:05',''),(19880,1,1,20906,1,1123631988,'2015-04-10 04:15:33',''),(19881,1,1,20907,1,1445941395,'2015-04-10 04:56:22',''),(19882,1,1,20908,1,1445941395,'2015-04-10 04:56:42',''),(19883,1,1,20909,1,1445941395,'2015-04-10 04:56:51',''),(19884,1,1,20910,1,1445941395,'2015-04-10 04:57:11',''),(19885,1,1,20911,1,1445941395,'2015-04-10 04:57:30',''),(19886,1,1,20912,1,1445941395,'2015-04-10 04:57:48',''),(19887,1,1,20913,1,1508525141,'2015-04-10 05:49:13',''),(19888,1,1,20914,1,1508525141,'2015-04-10 05:49:30',''),(19889,1,1,20915,1,1508525141,'2015-04-10 05:49:38',''),(19890,1,1,20916,1,1508525141,'2015-04-10 05:49:48',''),(19891,1,1,20917,1,1508525141,'2015-04-10 05:50:02',''),(19892,1,1,20918,1,1508525141,'2015-04-10 05:50:21',''),(19893,1,1,20919,68,3024880922,'2015-04-10 05:58:12',''),(19894,1,1,20920,1,1123632004,'2015-04-10 06:37:45',''),(19895,1,1,20921,1,1123631996,'2015-04-10 07:13:39',''),(19896,1,1,20922,68,1123632004,'2015-04-10 07:29:57',''),(19897,1,1,20923,1,1542483279,'2015-04-10 08:54:09',''),(19898,1,1,20924,1,1123631988,'2015-04-10 09:44:46',''),(19899,1,1,20925,1,3024880961,'2015-04-10 10:26:29',''),(19900,1,1,20926,68,1123631988,'2015-04-10 10:59:10',''),(19901,1,1,20927,26,2637637384,'2015-04-10 11:15:02',''),(19902,1,1,20928,1,1380283509,'2015-04-10 11:38:33','https://www.google.co.uk/'),(19903,1,1,20929,1,910763914,'2015-04-10 11:58:51',''),(19904,1,1,20930,51,910763914,'2015-04-10 11:58:59',''),(19905,1,1,20931,69,910763914,'2015-04-10 11:59:01',''),(19906,1,1,20932,62,910763914,'2015-04-10 11:59:02',''),(19907,1,1,20933,28,910763914,'2015-04-10 11:59:04',''),(19908,1,1,20934,63,910763914,'2015-04-10 11:59:05',''),(19909,1,1,20935,53,910763914,'2015-04-10 11:59:07',''),(19910,1,1,20936,3,910763914,'2015-04-10 11:59:08',''),(19911,1,1,20937,64,910763914,'2015-04-10 11:59:09',''),(19912,1,1,20938,18,910763914,'2015-04-10 11:59:11',''),(19913,1,1,20939,56,910763914,'2015-04-10 11:59:12',''),(19914,1,1,20940,50,910763914,'2015-04-10 11:59:13',''),(19915,1,1,20941,41,910763914,'2015-04-10 11:59:15',''),(19916,1,1,20942,65,910763914,'2015-04-10 11:59:16',''),(19917,1,1,20943,9,910763914,'2015-04-10 11:59:17',''),(19918,1,1,20944,38,910763914,'2015-04-10 11:59:18',''),(19919,1,1,20945,55,910763914,'2015-04-10 11:59:19',''),(19920,1,1,20946,6,910763914,'2015-04-10 11:59:21',''),(19921,1,1,20947,45,910763914,'2015-04-10 11:59:22',''),(19922,1,1,20948,1,1123631996,'2015-04-10 12:21:47',''),(19923,1,1,20949,1,1572476753,'2015-04-10 13:43:21','http://www.google.co.uk/search?client=ms-rim&hl=en&q=ms+tyres+blackburn&ie=UTF-8&oe=UTF-8&channel=browser&gws_rd=cr&ei=btMnVeGVOoOOsAH7zIOYCA'),(19924,1,1,20950,1,1123631996,'2015-04-10 13:49:55',''),(19925,1,1,20951,1,3322706634,'2015-04-10 13:54:53',''),(19926,1,1,20952,68,1123632004,'2015-04-10 14:21:19',''),(19927,1,1,20953,1,1123634733,'2015-04-10 15:44:05',''),(19928,1,1,20954,1,2516515389,'2015-04-10 15:44:58','https://www.google.co.uk/'),(19929,1,1,20955,1,910947245,'2015-04-10 15:50:31',''),(19930,1,1,20956,51,910947245,'2015-04-10 15:50:35',''),(19931,1,1,20957,69,910947245,'2015-04-10 15:50:37',''),(19932,1,1,20958,62,910947245,'2015-04-10 15:50:38',''),(19933,1,1,20959,28,910947245,'2015-04-10 15:50:40',''),(19934,1,1,20960,63,910947245,'2015-04-10 15:50:41',''),(19935,1,1,20961,53,910947245,'2015-04-10 15:50:43',''),(19936,1,1,20962,3,910947245,'2015-04-10 15:50:44',''),(19937,1,1,20963,64,910947245,'2015-04-10 15:50:45',''),(19938,1,1,20964,18,910947245,'2015-04-10 15:50:46',''),(19939,1,1,20965,56,910947245,'2015-04-10 15:50:48',''),(19940,1,1,20966,50,910947245,'2015-04-10 15:50:49',''),(19941,1,1,20967,41,910947245,'2015-04-10 15:50:51',''),(19942,1,1,20968,65,910947245,'2015-04-10 15:50:51',''),(19943,1,1,20969,9,910947245,'2015-04-10 15:50:53',''),(19944,1,1,20970,38,910947245,'2015-04-10 15:50:54',''),(19945,1,1,20971,55,910947245,'2015-04-10 15:50:55',''),(19946,1,1,20972,6,910947245,'2015-04-10 15:50:56',''),(19947,1,1,20973,45,910947245,'2015-04-10 15:50:57',''),(19948,1,1,20974,1,3322706634,'2015-04-10 16:12:39',''),(19949,1,1,20975,68,533272277,'2015-04-10 16:23:45','https://www.google.nl/'),(19950,1,1,20976,1,1368427042,'2015-04-10 16:30:41',''),(19951,1,1,20977,18,1368427042,'2015-04-10 16:30:49',''),(19952,1,1,20978,43,1368427042,'2015-04-10 16:31:06',''),(19953,1,1,20979,45,1368427042,'2015-04-10 16:31:14',''),(19954,1,1,20980,57,1368427042,'2015-04-10 16:31:27',''),(19955,1,1,20981,9,1368427042,'2015-04-10 16:31:34',''),(19956,1,1,20982,28,1368427042,'2015-04-10 16:31:41',''),(19957,1,1,20983,26,1368427042,'2015-04-10 16:31:49',''),(19958,1,1,20984,50,1368427042,'2015-04-10 16:31:56',''),(19959,1,1,20985,26,1368427042,'2015-04-10 16:32:04',''),(19960,1,1,20986,51,1368427042,'2015-04-10 16:32:10',''),(19961,1,1,20987,26,1368427042,'2015-04-10 16:32:18',''),(19962,1,1,20988,56,1368427042,'2015-04-10 16:32:25',''),(19963,1,1,20989,26,1368427042,'2015-04-10 16:32:32',''),(19964,1,1,20990,55,1368427042,'2015-04-10 16:32:39',''),(19965,1,1,20991,26,1368427042,'2015-04-10 16:32:47',''),(19966,1,1,20992,62,1368427042,'2015-04-10 16:32:54',''),(19967,1,1,20993,26,1368427042,'2015-04-10 16:33:01',''),(19968,1,1,20994,63,1368427042,'2015-04-10 16:33:08',''),(19969,1,1,20995,26,1368427042,'2015-04-10 16:33:16',''),(19970,1,1,20996,64,1368427042,'2015-04-10 16:33:23',''),(19971,1,1,20997,26,1368427042,'2015-04-10 16:33:30',''),(19972,1,1,20998,65,1368427042,'2015-04-10 16:33:37',''),(19973,1,1,20999,26,1368427042,'2015-04-10 16:33:45',''),(19974,1,1,21000,69,1368427042,'2015-04-10 16:33:52',''),(19975,1,1,21001,26,1368427042,'2015-04-10 16:33:59',''),(19976,1,1,21002,41,1368427042,'2015-04-10 16:34:06',''),(19977,1,1,21003,53,1368427042,'2015-04-10 16:34:13',''),(19978,1,1,21004,38,1368427042,'2015-04-10 16:34:20',''),(19979,1,1,21005,52,1368427042,'2015-04-10 16:34:27',''),(19980,1,1,21006,48,1368427042,'2015-04-10 16:34:34',''),(19981,1,1,21007,3,1368427042,'2015-04-10 16:34:41',''),(19982,1,1,21008,16,1368427042,'2015-04-10 16:34:49',''),(19983,1,1,21009,43,1368427042,'2015-04-10 16:34:56',''),(19984,1,1,21010,43,1368427042,'2015-04-10 16:35:04',''),(19985,1,1,21011,10,1368427042,'2015-04-10 16:35:11',''),(19986,1,1,21012,26,1368427042,'2015-04-10 16:35:19',''),(19987,1,1,21013,44,1368427042,'2015-04-10 16:35:26',''),(19988,1,1,21014,26,1368427042,'2015-04-10 16:35:34',''),(19989,1,1,21015,26,1368427042,'2015-04-10 16:35:41',''),(19990,1,1,21016,27,1368427042,'2015-04-10 16:35:48',''),(19991,1,1,21017,26,1368427042,'2015-04-10 16:35:55',''),(19992,1,1,21018,49,1368427042,'2015-04-10 16:36:02',''),(19993,1,1,21019,1,1152705687,'2015-04-10 16:50:42',''),(19994,1,1,21035,62,3164933987,'2015-04-10 17:03:02',''),(19995,1,1,21036,56,1123634733,'2015-04-10 17:14:40',''),(19996,1,1,21037,1,1123634747,'2015-04-10 17:27:45',''),(19997,1,1,21038,68,1123634740,'2015-04-10 17:33:44',''),(19998,1,1,21039,57,2071807776,'2015-04-10 17:42:20',''),(19999,1,1,21041,6,1695989601,'2015-04-10 18:50:03',''),(20000,1,1,21042,6,1695989601,'2015-04-10 18:50:26',''),(20001,1,1,21043,1,1123634733,'2015-04-10 19:09:15',''),(20002,1,1,21044,1,3024881086,'2015-04-10 20:08:40',''),(20003,1,1,21045,1,3392025217,'2015-04-10 20:23:35',''),(20004,1,1,21046,1,1123634747,'2015-04-10 20:48:50',''),(20005,1,1,21047,1,1365580655,'2015-04-10 21:05:33','https://www.google.co.uk/'),(20006,1,1,21048,14,1123634747,'2015-04-10 21:37:32',''),(20007,1,1,21049,56,1123634733,'2015-04-10 21:51:57',''),(20008,1,1,21050,1,1123634740,'2015-04-10 22:11:34',''),(20009,1,1,21051,65,1123634747,'2015-04-10 22:27:03',''),(20010,1,1,21053,43,1123634747,'2015-04-11 00:28:46',''),(20011,1,1,21054,56,1123634740,'2015-04-11 01:29:37',''),(20012,1,1,21055,63,3024881208,'2015-04-11 02:08:00',''),(20013,1,1,21056,1,1123634733,'2015-04-11 02:31:41',''),(20014,1,1,21057,1,2731721825,'2015-04-11 05:24:15',''),(20015,1,1,21058,6,1152705687,'2015-04-11 07:09:41',''),(20016,1,1,21059,6,1123632500,'2015-04-11 08:28:15',''),(20017,1,1,21060,1,772045740,'2015-04-11 10:16:01',''),(20018,1,1,21061,1,772045740,'2015-04-11 10:16:13',''),(20019,1,1,21062,1,772045740,'2015-04-11 10:16:23',''),(20020,1,1,21063,1,772045740,'2015-04-11 10:16:27',''),(20021,1,1,21064,1,772045740,'2015-04-11 10:16:33',''),(20022,1,1,21065,1,772045740,'2015-04-11 10:16:38',''),(20023,1,1,21066,1,772045740,'2015-04-11 10:16:45',''),(20024,1,1,21067,1,772045740,'2015-04-11 10:16:53',''),(20025,1,1,21068,1,772045740,'2015-04-11 10:16:56',''),(20026,1,1,21069,1,772045740,'2015-04-11 10:17:04',''),(20027,1,1,21070,1,772045740,'2015-04-11 10:17:19',''),(20028,1,1,21071,1,772045740,'2015-04-11 10:17:27',''),(20029,1,1,21072,68,1123632508,'2015-04-11 10:52:02',''),(20030,1,1,21074,1,1123634740,'2015-04-11 11:19:19',''),(20031,1,1,21076,1,1123632500,'2015-04-11 11:48:05',''),(20032,1,1,21077,1,1123634740,'2015-04-11 11:55:02',''),(20033,1,1,21079,1,1342625464,'2015-04-11 12:23:56','https://www.google.co.uk/'),(20034,1,1,21080,56,1377135127,'2015-04-11 12:28:32','https://www.google.co.uk/'),(20035,1,1,21081,1,1542483303,'2015-04-11 12:30:09',''),(20036,1,1,21082,1,1326645130,'2015-04-11 13:22:42','http://buttons-for-your-website.com'),(20037,1,1,21083,48,1442835280,'2015-04-11 14:11:11','http://www.google.com/m?hl=en&gl=gb&client=ms-android-htc&source=android-launcher-search&q=wheel+tracking+blackburn'),(20038,1,1,21084,1,1123634747,'2015-04-11 14:29:00',''),(20039,1,1,21085,57,1123634733,'2015-04-11 14:49:51',''),(20040,1,1,21086,50,1123634740,'2015-04-11 14:52:51',''),(20041,1,1,21087,15,1123632508,'2015-04-11 15:05:50',''),(20042,1,1,21091,68,1123632388,'2015-04-11 15:57:54',''),(20043,1,1,21093,10,1123632508,'2015-04-11 16:19:54',''),(20044,1,1,21094,1,1123632388,'2015-04-11 16:41:40',''),(20045,1,1,21095,9,3164934015,'2015-04-11 17:16:02',''),(20046,1,1,21096,53,1123632500,'2015-04-11 17:47:04',''),(20047,1,1,21097,69,1123632388,'2015-04-11 18:10:52',''),(20048,1,1,21099,14,1123632508,'2015-04-11 19:01:18',''),(20049,1,1,21100,63,1123632508,'2015-04-11 19:32:46',''),(20050,1,1,21102,68,1123632500,'2015-04-11 20:04:25',''),(20051,1,1,21103,1,2071807847,'2015-04-11 20:33:30',''),(20052,1,1,21104,1,2071807861,'2015-04-11 20:33:33',''),(20053,1,1,21105,1,1123632508,'2015-04-11 20:57:39',''),(20054,1,1,21106,73,3104467075,'2015-04-11 20:58:29',''),(20055,1,1,21107,56,1152705687,'2015-04-11 21:02:58',''),(20056,1,1,21108,26,1152705687,'2015-04-11 21:33:06',''),(20057,1,1,21109,56,1123632388,'2015-04-11 21:57:47',''),(20058,1,1,21110,1,1123632500,'2015-04-11 22:02:20',''),(20059,1,1,21111,1,3338415115,'2015-04-11 22:32:08',''),(20060,1,1,21112,38,1152705687,'2015-04-12 00:14:01',''),(20061,1,1,21113,68,1123632508,'2015-04-12 00:18:57',''),(20062,1,1,21114,1,1377524173,'2015-04-12 00:19:48','https://www.google.co.uk/'),(20063,1,1,21115,1,1123632508,'2015-04-12 01:15:27',''),(20064,1,1,21116,1,1123632500,'2015-04-12 02:19:05',''),(20065,1,1,21117,26,1152705687,'2015-04-12 04:39:58',''),(20066,1,1,21118,56,1384438119,'2015-04-12 05:39:13','https://www.google.co.uk/'),(20067,1,1,21119,68,1123632388,'2015-04-12 06:09:30',''),(20068,1,1,21120,1,1123632500,'2015-04-12 06:15:53',''),(20069,1,1,21121,1,1123632500,'2015-04-12 07:58:12',''),(20070,1,1,21122,26,1152705687,'2015-04-12 09:00:47',''),(20071,1,1,21123,26,2637637612,'2015-04-12 10:56:19',''),(20072,1,1,21124,1,1123632500,'2015-04-12 10:59:05',''),(20073,1,1,21125,1,3024881303,'2015-04-12 11:08:32',''),(20074,1,1,21126,1,1123632388,'2015-04-12 11:35:30',''),(20075,1,1,21127,26,3702877271,'2015-04-12 11:48:17',''),(20076,1,1,21128,26,1152705687,'2015-04-12 13:10:28',''),(20077,1,1,21129,68,1123632388,'2015-04-12 14:42:55',''),(20078,1,1,21130,1,3024881194,'2015-04-12 14:52:16',''),(20079,1,1,21131,1,1542483320,'2015-04-12 15:46:43',''),(20080,1,1,21132,48,3164934015,'2015-04-12 16:36:56',''),(20081,1,1,21133,1,1123633619,'2015-04-12 18:54:57',''),(20082,1,1,21134,31,2071807832,'2015-04-12 19:20:31',''),(20083,1,1,21135,1,1123633611,'2015-04-12 20:11:23',''),(20084,1,1,21137,69,3164934015,'2015-04-12 20:45:19',''),(20085,1,1,21138,38,2637637384,'2015-04-12 21:00:55',''),(20086,1,1,21139,64,3227718996,'2015-04-12 21:36:43',''),(20087,1,1,21140,1,3227718996,'2015-04-12 21:36:45',''),(20088,1,1,21141,64,3227718996,'2015-04-12 21:36:57',''),(20089,1,1,21142,68,1123633627,'2015-04-12 22:28:14',''),(20090,1,1,21143,1,1123633619,'2015-04-12 22:34:00',''),(20091,1,1,21144,65,3430725474,'2015-04-12 22:42:19',''),(20092,1,1,21145,1,1123633627,'2015-04-12 23:32:13',''),(20093,1,1,21146,1,3024880968,'2015-04-12 23:37:19',''),(20094,1,1,21147,1,3024881042,'2015-04-12 23:37:22',''),(20095,1,1,21148,1,1123633619,'2015-04-13 00:26:58',''),(20096,1,1,21149,62,1123633611,'2015-04-13 01:18:19',''),(20097,1,1,21150,18,2637637384,'2015-04-13 02:00:58',''),(20098,1,1,21151,1,1757481449,'2015-04-13 02:02:33',''),(20099,1,1,21152,68,1123633627,'2015-04-13 02:20:20',''),(20100,1,1,21153,1,1123633611,'2015-04-13 03:26:39',''),(20101,1,1,21154,1,1489375385,'2015-04-13 04:18:27',''),(20102,1,1,21155,6,1489375385,'2015-04-13 04:18:29',''),(20103,1,1,21156,1,1757481449,'2015-04-13 04:25:28',''),(20104,1,1,21157,1,1123633619,'2015-04-13 04:33:12',''),(20105,1,1,21158,3,1757481353,'2015-04-13 04:49:50',''),(20106,1,1,21159,3,1757481353,'2015-04-13 04:49:54',''),(20107,1,1,21160,1,1297180840,'2015-04-13 05:00:05','http://blogs.forum69.info/?go_away=764642'),(20108,1,1,21161,1,1489631583,'2015-04-13 05:15:19','http://blogs.forum69.info/?go_away=764642'),(20109,1,1,21162,1,1757481449,'2015-04-13 05:28:38',''),(20110,1,1,21163,68,1123633619,'2015-04-13 05:46:54',''),(20111,1,1,21164,1,3414187606,'2015-04-13 05:57:49','http://buttons-for-your-website.com'),(20112,1,1,21165,1,1123633619,'2015-04-13 08:10:58',''),(20113,1,1,21166,68,1123633611,'2015-04-13 08:42:24',''),(20114,1,1,21168,1,2637637612,'2015-04-13 09:31:14',''),(20115,1,1,21169,65,3024880924,'2015-04-13 12:10:52',''),(20116,1,1,21170,56,3702877336,'2015-04-13 13:43:52',''),(20117,1,1,21171,1,1123633619,'2015-04-13 14:06:52',''),(20118,1,1,21172,1,3339975108,'2015-04-13 14:11:50',''),(20119,1,1,21173,1,344270861,'2015-04-13 14:11:51','http://www.google.co.uk/url?url=http://mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ei=-M0rVfnRK5DxaLr7gTg&ved=0CG8QFjAN&usg=AFQjCNExkTo-2WQBChy-_Q3divzS5mQzZA'),(20120,1,1,21174,1,1368429618,'2015-04-13 14:58:52','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=7&ved=0CE4QoAIwBg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=TdkrVcjXOOeC7gb9k4DQDQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(20121,1,1,21175,1,1123633619,'2015-04-13 15:22:16',''),(20122,1,1,21176,68,1123633627,'2015-04-13 15:41:03',''),(20123,1,1,21177,6,2731721825,'2015-04-13 15:47:35',''),(20124,1,1,21178,1,2731721825,'2015-04-13 15:47:38',''),(20125,1,1,21179,1,2731721825,'2015-04-13 15:47:41',''),(20126,1,1,21180,1,2731721825,'2015-04-13 15:47:43',''),(20127,1,1,21181,1,2731721825,'2015-04-13 15:47:46',''),(20128,1,1,21182,1,2731721825,'2015-04-13 15:47:48',''),(20129,1,1,21183,1,2731721825,'2015-04-13 15:47:51',''),(20130,1,1,21184,1,2731721825,'2015-04-13 15:47:53',''),(20131,1,1,21185,1,2731721825,'2015-04-13 15:47:56',''),(20132,1,1,21186,1,2731721825,'2015-04-13 15:47:58',''),(20133,1,1,21187,1,2731721825,'2015-04-13 15:48:01',''),(20134,1,1,21188,9,2731721825,'2015-04-13 15:48:03',''),(20135,1,1,21189,38,2731721825,'2015-04-13 15:48:06',''),(20136,1,1,21190,41,2731721825,'2015-04-13 15:48:08',''),(20137,1,1,21191,43,2731721825,'2015-04-13 15:48:10',''),(20138,1,1,21192,45,2731721825,'2015-04-13 15:48:14',''),(20139,1,1,21193,53,2731721825,'2015-04-13 15:48:16',''),(20140,1,1,21194,48,2731721825,'2015-04-13 15:48:18',''),(20141,1,1,21195,52,2731721825,'2015-04-13 15:48:21',''),(20142,1,1,21196,57,2731721825,'2015-04-13 15:48:23',''),(20143,1,1,21197,28,2731721825,'2015-04-13 15:48:26',''),(20144,1,1,21198,50,2731721825,'2015-04-13 15:48:29',''),(20145,1,1,21199,51,2731721825,'2015-04-13 15:48:32',''),(20146,1,1,21200,56,2731721825,'2015-04-13 15:48:35',''),(20147,1,1,21201,55,2731721825,'2015-04-13 15:48:39',''),(20148,1,1,21202,62,2731721825,'2015-04-13 15:48:42',''),(20149,1,1,21203,63,2731721825,'2015-04-13 15:48:45',''),(20150,1,1,21204,64,2731721825,'2015-04-13 15:48:48',''),(20151,1,1,21205,65,2731721825,'2015-04-13 15:48:51',''),(20152,1,1,21206,69,2731721825,'2015-04-13 15:48:54',''),(20153,1,1,21207,56,1345103279,'2015-04-13 16:48:02','https://www.google.co.uk/'),(20154,1,1,21208,1,1344833128,'2015-04-13 16:48:33',''),(20155,1,1,21209,3,772045740,'2015-04-13 18:00:22',''),(20156,1,1,21210,18,772045740,'2015-04-13 18:00:27',''),(20157,1,1,21211,1,1542483304,'2015-04-13 19:07:32',''),(20158,1,1,21212,66,3702877351,'2015-04-13 19:11:43',''),(20159,1,1,21213,1,3024881189,'2015-04-13 19:19:31',''),(20160,1,1,21214,1,1123633611,'2015-04-13 19:28:42',''),(20161,1,1,21215,1,1123633619,'2015-04-13 19:38:40',''),(20162,1,1,21216,67,3164934015,'2015-04-13 20:09:13',''),(20163,1,1,21217,29,1578609774,'2015-04-13 20:53:31',''),(20164,1,1,21218,68,1123633611,'2015-04-13 21:54:08',''),(20165,1,1,21219,1,2996499317,'2015-04-14 00:18:11',''),(20166,1,1,21220,1,2996499317,'2015-04-14 00:18:14',''),(20167,1,1,21221,1,2996499317,'2015-04-14 00:18:17',''),(20168,1,1,21222,1,2996499317,'2015-04-14 00:18:20',''),(20169,1,1,21223,68,1123631392,'2015-04-14 01:05:55',''),(20170,1,1,21224,1,3024881071,'2015-04-14 01:34:35',''),(20171,1,1,21225,54,3024880961,'2015-04-14 02:21:30',''),(20172,1,1,21226,55,3164934015,'2015-04-14 03:40:07',''),(20173,1,1,21227,16,3323679378,'2015-04-14 04:22:44',''),(20174,1,1,21228,1,1123631394,'2015-04-14 05:07:38',''),(20175,1,1,21229,1,1123631390,'2015-04-14 05:10:24',''),(20176,1,1,21230,1,1206820585,'2015-04-14 05:42:38',''),(20177,1,1,21231,1,1206820585,'2015-04-14 05:42:43',''),(20178,1,1,21232,1,1206820585,'2015-04-14 05:42:46',''),(20179,1,1,21233,1,1206820585,'2015-04-14 05:43:41',''),(20180,1,1,21234,1,1206820585,'2015-04-14 05:43:50',''),(20181,1,1,21235,1,1206820585,'2015-04-14 05:43:55',''),(20182,1,1,21236,1,1206820585,'2015-04-14 05:43:59',''),(20183,1,1,21237,1,1206820585,'2015-04-14 05:44:03',''),(20184,1,1,21238,1,1206820585,'2015-04-14 05:44:47',''),(20185,1,1,21239,1,1206820585,'2015-04-14 05:45:30',''),(20186,1,1,21240,1,1206820585,'2015-04-14 05:45:39',''),(20187,1,1,21241,1,2204827773,'2015-04-14 07:50:13',''),(20188,1,1,21242,48,1544118855,'2015-04-14 09:34:43','https://www.google.co.uk/'),(20189,1,1,21243,1,1041806727,'2015-04-14 09:35:15',''),(20190,1,1,21244,1,1123633627,'2015-04-14 10:35:48',''),(20191,1,1,21245,1,1968049467,'2015-04-14 11:06:06',''),(20192,1,1,21246,1,1123633611,'2015-04-14 11:07:21',''),(20193,1,1,21247,1,1123633619,'2015-04-14 11:46:37',''),(20194,1,1,21248,1,1123633611,'2015-04-14 12:05:58',''),(20195,1,1,21249,68,1123631394,'2015-04-14 15:00:21',''),(20196,1,1,21250,26,1152705687,'2015-04-14 15:09:51',''),(20197,1,1,21251,6,1123633587,'2015-04-14 15:54:58',''),(20198,1,1,21252,1,1123631390,'2015-04-14 16:04:23',''),(20199,1,1,21253,1,2990476559,'2015-04-14 17:07:15',''),(20200,1,1,21254,1,2990476559,'2015-04-14 17:07:18',''),(20201,1,1,21255,1,2071807777,'2015-04-14 17:24:24',''),(20202,1,1,21256,1,1123631390,'2015-04-14 17:40:35',''),(20203,1,1,21257,62,3702877345,'2015-04-14 18:31:04',''),(20204,1,1,21258,1,1585763482,'2015-04-14 18:39:27','http://buttons-for-your-website.com'),(20205,1,1,21259,1,100662669,'2015-04-14 19:21:03',''),(20206,1,1,21260,10,3024881194,'2015-04-14 20:25:51',''),(20207,1,1,21261,68,1123631394,'2015-04-14 22:31:04',''),(20208,1,1,21262,56,2637637527,'2015-04-14 23:03:32',''),(20209,1,1,21263,1,1123631392,'2015-04-14 23:41:03',''),(20210,1,1,21264,1,1123631392,'2015-04-15 00:34:35',''),(20211,1,1,21265,1,2996499317,'2015-04-15 00:52:39',''),(20212,1,1,21266,1,100662549,'2015-04-15 00:52:43',''),(20213,1,1,21267,1,2996499317,'2015-04-15 00:52:46',''),(20214,1,1,21268,1,100662549,'2015-04-15 00:52:49',''),(20215,1,1,21269,1,1123631390,'2015-04-15 04:10:20',''),(20216,1,1,21270,43,3164934015,'2015-04-15 05:46:45',''),(20217,1,1,21271,6,3475901793,'2015-04-15 05:55:47',''),(20218,1,1,21272,59,1757481353,'2015-04-15 07:00:40',''),(20219,1,1,21273,68,1757481353,'2015-04-15 07:02:07',''),(20220,1,1,21274,75,1757481353,'2015-04-15 07:02:15',''),(20221,1,1,21275,67,1757481353,'2015-04-15 07:02:34',''),(20222,1,1,21276,68,1123631392,'2015-04-15 07:02:55',''),(20223,1,1,21277,74,1757481353,'2015-04-15 07:04:12',''),(20224,1,1,21278,73,1757481353,'2015-04-15 07:04:18',''),(20225,1,1,21279,71,1757481353,'2015-04-15 07:04:23',''),(20226,1,1,21280,72,1757481353,'2015-04-15 07:04:28',''),(20227,1,1,21281,70,1757481353,'2015-04-15 07:04:32',''),(20228,1,1,21282,1,1542483300,'2015-04-15 07:06:36',''),(20229,1,1,21283,1,1123631394,'2015-04-15 07:07:29',''),(20230,1,1,21284,1,1123631390,'2015-04-15 08:05:38',''),(20231,1,1,21285,1,1123633627,'2015-04-15 09:09:53',''),(20232,1,1,21286,1,87915131,'2015-04-15 09:18:45','http://www.bing.com/search?q=tryes+in+blackburn&src=IE-SearchBox&FORM=IE8SRC&adlt=strict'),(20233,1,1,21287,1,3024881050,'2015-04-15 09:48:29',''),(20234,1,1,21288,1,1123631390,'2015-04-15 10:21:11',''),(20235,1,1,21289,1,2071807780,'2015-04-15 11:50:09',''),(20236,1,1,21290,1,1123631392,'2015-04-15 12:26:28',''),(20237,1,1,21292,31,2071807758,'2015-04-15 13:37:27',''),(20238,1,1,21293,1,1041806727,'2015-04-15 14:11:13',''),(20239,1,1,21294,1,3581436516,'2015-04-15 14:11:55','https://www.google.co.uk/'),(20240,1,1,21295,68,1123634733,'2015-04-15 14:15:31',''),(20241,1,1,21296,64,2071807800,'2015-04-15 15:02:31',''),(20242,1,1,21297,1,1600968955,'2015-04-15 15:29:29',''),(20243,1,1,21298,1,2970311770,'2015-04-15 16:21:53','http://buttons-for-your-website.com'),(20244,1,1,21299,1,1123634747,'2015-04-15 16:39:00',''),(20245,1,1,21300,1,3479603870,'2015-04-15 16:55:03',''),(20246,1,1,21301,1,1123634747,'2015-04-15 17:10:39',''),(20247,1,1,21302,68,1123634740,'2015-04-15 17:53:25',''),(20248,1,1,21303,1,3142089522,'2015-04-15 19:16:51','http://buttons-for-your-website.com'),(20249,1,1,21304,1,1123634747,'2015-04-15 19:21:57',''),(20250,1,1,21305,1,1123634733,'2015-04-15 19:39:56',''),(20251,1,1,21306,1,1123634740,'2015-04-15 19:57:44',''),(20252,1,1,21307,1,2996499317,'2015-04-15 21:10:33',''),(20253,1,1,21308,51,3702877306,'2015-04-15 21:22:19',''),(20254,1,1,21309,1,3024880965,'2015-04-15 21:31:00',''),(20255,1,1,21310,41,3024881048,'2015-04-15 21:46:00',''),(20256,1,1,21311,56,1123634740,'2015-04-15 21:57:09',''),(20257,1,1,21312,6,1123634747,'2015-04-15 21:58:16',''),(20258,1,1,21313,1,1123634733,'2015-04-15 22:52:50',''),(20259,1,1,21314,68,1123634747,'2015-04-15 23:19:50',''),(20260,1,1,21315,26,1152705687,'2015-04-16 00:37:06',''),(20261,1,1,21316,1,1123634740,'2015-04-16 03:04:03',''),(20262,1,1,21317,1,1123634747,'2015-04-16 03:14:56',''),(20263,1,1,21319,15,3475901793,'2015-04-16 04:35:38',''),(20264,1,1,21320,68,1123634733,'2015-04-16 04:49:55',''),(20265,1,1,21321,47,1123634740,'2015-04-16 06:20:06',''),(20266,1,1,21322,1,1123631988,'2015-04-16 06:22:09',''),(20267,1,1,21323,1,1123634733,'2015-04-16 07:28:00',''),(20268,1,1,21324,64,1152705687,'2015-04-16 07:55:56',''),(20269,1,1,21325,1,1123634733,'2015-04-16 08:17:49',''),(20270,1,1,21326,1,40162170,'2015-04-16 08:28:50','https://www.google.co.uk/'),(20271,1,1,21327,6,1123634740,'2015-04-16 08:30:00',''),(20272,1,1,21329,26,2637637534,'2015-04-16 09:25:55',''),(20273,1,1,21330,42,2990485842,'2015-04-16 10:19:47',''),(20274,1,1,21331,43,2990485842,'2015-04-16 10:20:02',''),(20275,1,1,21332,43,2990485842,'2015-04-16 10:20:05',''),(20276,1,1,21333,16,2990485842,'2015-04-16 10:20:20',''),(20277,1,1,21334,16,2990485842,'2015-04-16 10:20:27',''),(20278,1,1,21335,54,2990485842,'2015-04-16 10:20:30',''),(20279,1,1,21336,66,2990485842,'2015-04-16 10:20:32',''),(20280,1,1,21337,15,2990485842,'2015-04-16 10:20:35',''),(20281,1,1,21338,31,2990485842,'2015-04-16 10:20:38',''),(20282,1,1,21339,47,2990485842,'2015-04-16 10:20:41',''),(20283,1,1,21340,27,2990485842,'2015-04-16 10:20:49',''),(20284,1,1,21341,44,2990485842,'2015-04-16 10:20:51',''),(20285,1,1,21342,49,2990485842,'2015-04-16 10:20:54',''),(20286,1,1,21343,58,2990485842,'2015-04-16 10:20:57',''),(20287,1,1,21344,10,2990485842,'2015-04-16 10:21:03',''),(20288,1,1,21345,1,3145339993,'2015-04-16 10:40:16','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(20289,1,1,21346,1,1123634740,'2015-04-16 11:01:18',''),(20290,1,1,21347,1,1542483304,'2015-04-16 11:03:31',''),(20291,1,1,21348,1,3129550702,'2015-04-16 11:49:45','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(20292,1,1,21349,66,3702877276,'2015-04-16 12:13:16',''),(20293,1,1,21350,1,1123634733,'2015-04-16 12:16:46',''),(20294,1,1,21351,1,772045740,'2015-04-16 12:20:19',''),(20295,1,1,21352,1,772045740,'2015-04-16 12:20:26',''),(20296,1,1,21353,1,772045740,'2015-04-16 12:20:32',''),(20297,1,1,21354,1,772045740,'2015-04-16 12:20:42',''),(20298,1,1,21355,1,772045740,'2015-04-16 12:20:54',''),(20299,1,1,21356,1,772045740,'2015-04-16 12:20:59',''),(20300,1,1,21357,1,772045740,'2015-04-16 12:21:06',''),(20301,1,1,21358,1,772045740,'2015-04-16 12:21:11',''),(20302,1,1,21359,1,772045740,'2015-04-16 12:21:18',''),(20303,1,1,21360,1,772045740,'2015-04-16 12:21:31',''),(20304,1,1,21361,1,772045740,'2015-04-16 12:21:36',''),(20305,1,1,21362,1,772045740,'2015-04-16 12:21:41',''),(20306,1,1,21363,68,1123634740,'2015-04-16 13:04:31',''),(20307,1,1,21364,1,3142269673,'2015-04-16 13:09:30','http://buttons-for-your-website.com'),(20308,1,1,21365,41,3024881188,'2015-04-16 15:05:28',''),(20309,1,1,21366,68,3287396513,'2015-04-16 15:06:56','https://www.google.nl/'),(20310,1,1,21367,68,3287396513,'2015-04-16 15:07:19','https://www.google.nl/'),(20311,1,1,21368,1,3392025111,'2015-04-16 15:09:46',''),(20312,1,1,21369,43,3163547663,'2015-04-16 15:26:24',''),(20313,1,1,21370,1,2071807825,'2015-04-16 15:30:56',''),(20314,1,1,21371,1,1123634733,'2015-04-16 15:54:41',''),(20315,1,1,21326,1,3104664149,'2015-04-16 16:03:35',''),(20316,1,1,21372,1,3589854123,'2015-04-16 16:24:22',''),(20317,1,1,21373,1,3589854123,'2015-04-16 16:24:23',''),(20318,1,1,21374,58,3024880913,'2015-04-16 16:35:02',''),(20319,1,1,21375,1,1123634740,'2015-04-16 17:37:36',''),(20320,1,1,21376,1,1451333222,'2015-04-16 19:13:03','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(20321,1,1,21377,68,1123634747,'2015-04-16 19:31:18',''),(20322,1,1,21379,1,3392027737,'2015-04-16 19:58:16',''),(20323,1,1,21380,1,1123634740,'2015-04-16 21:11:17',''),(20324,1,1,21381,1,1453814860,'2015-04-16 22:30:42',''),(20325,1,1,21382,1,1123634733,'2015-04-16 22:35:37',''),(20326,1,1,21383,1,1123634740,'2015-04-16 22:53:45',''),(20327,1,1,21385,1,2996499317,'2015-04-17 00:48:11',''),(20328,1,1,21386,1,100662549,'2015-04-17 00:48:14',''),(20329,1,1,21387,1,2996499317,'2015-04-17 00:48:17',''),(20330,1,1,21388,1,2996499317,'2015-04-17 00:48:20',''),(20331,1,1,21389,1,1123634740,'2015-04-17 02:01:48',''),(20332,1,1,21390,1,1123634747,'2015-04-17 02:04:46',''),(20333,1,1,21392,1,1123634747,'2015-04-17 03:58:42',''),(20334,1,1,21393,1,1123634733,'2015-04-17 03:59:33',''),(20335,1,1,21394,1,3024880918,'2015-04-17 04:39:09',''),(20336,1,1,21395,1,1405499679,'2015-04-17 04:57:00','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(20337,1,1,21396,1,1453814860,'2015-04-17 05:37:16',''),(20338,1,1,21397,1,1123634740,'2015-04-17 06:08:42',''),(20339,1,1,21398,1,1123634747,'2015-04-17 06:09:07',''),(20340,1,1,21399,1,1123634747,'2015-04-17 07:56:31',''),(20341,1,1,21400,1,1123634733,'2015-04-17 08:01:11',''),(20342,1,1,21401,1,1367907095,'2015-04-17 08:05:22','https://www.google.co.uk/'),(20343,1,1,21402,27,3164934089,'2015-04-17 09:29:17',''),(20344,1,1,21403,1,87915131,'2015-04-17 09:45:53','http://www.bing.com/search?q=tyres+blackburn&src=IE-SearchBox&FORM=IE8SRC'),(20345,1,1,21404,1,1123634733,'2015-04-17 09:53:44',''),(20346,1,1,21406,56,40098509,'2015-04-17 10:17:12','https://www.google.lt/'),(20347,1,1,21407,1,1041806727,'2015-04-17 10:17:44',''),(20348,1,1,21408,1,1123634733,'2015-04-17 13:18:06',''),(20349,1,1,21410,1,1542483274,'2015-04-17 14:54:07',''),(20350,1,1,21411,1,1123634747,'2015-04-17 16:34:24',''),(20351,1,1,21412,1,1123634740,'2015-04-17 16:36:55',''),(20352,1,1,21413,68,1123634747,'2015-04-17 17:47:10',''),(20353,1,1,21414,68,1123631392,'2015-04-17 18:10:47',''),(20354,1,1,21415,1,3024881043,'2015-04-17 19:21:59',''),(20355,1,1,21416,1,3010084549,'2015-04-17 20:30:36','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(20356,1,1,21417,1,1123633627,'2015-04-17 21:21:08',''),(20357,1,1,21419,71,3024881201,'2015-04-17 23:22:09',''),(20358,1,1,21420,1,1123631390,'2015-04-18 00:02:08',''),(20359,1,1,21421,75,3024880972,'2015-04-18 00:18:05',''),(20360,1,1,21422,1,100662549,'2015-04-18 01:58:53',''),(20361,1,1,21423,1,100662549,'2015-04-18 01:58:56',''),(20362,1,1,21424,1,2996499317,'2015-04-18 01:58:59',''),(20363,1,1,21425,1,100662549,'2015-04-18 01:59:02',''),(20364,1,1,21426,1,3024881308,'2015-04-18 05:19:33',''),(20365,1,1,21427,26,3156766099,'2015-04-18 05:38:56',''),(20366,1,1,21428,26,3156766099,'2015-04-18 05:38:59',''),(20367,1,1,21429,56,2072688722,'2015-04-18 06:34:49',''),(20368,1,1,21430,1,2071807847,'2015-04-18 08:30:05',''),(20369,1,1,21431,1,1489413172,'2015-04-18 13:08:00',''),(20370,1,1,21432,1,1489413172,'2015-04-18 13:08:03',''),(20371,1,1,21433,1,1489413172,'2015-04-18 13:08:05',''),(20372,1,1,21434,1,1489413172,'2015-04-18 13:08:07',''),(20373,1,1,21435,1,1489413172,'2015-04-18 13:08:10',''),(20374,1,1,21436,1,1489413172,'2015-04-18 13:08:12',''),(20375,1,1,21437,1,1489413172,'2015-04-18 13:08:14',''),(20376,1,1,21438,1,1489413172,'2015-04-18 13:08:16',''),(20377,1,1,21439,1,1489413172,'2015-04-18 13:08:19',''),(20378,1,1,21440,1,1489413172,'2015-04-18 13:08:21',''),(20379,1,1,21441,1,1489413172,'2015-04-18 13:08:23',''),(20380,1,1,21442,1,1489413172,'2015-04-18 13:08:25',''),(20381,1,1,21443,68,1123631390,'2015-04-18 16:27:03',''),(20382,1,1,21446,1,1123631392,'2015-04-18 16:56:55',''),(20383,1,1,21447,1,1542483290,'2015-04-18 18:30:59',''),(20384,1,1,21448,1,2516497538,'2015-04-18 18:39:47',''),(20385,1,1,21449,1,1123631392,'2015-04-18 19:08:06',''),(20386,1,1,21450,62,1152705687,'2015-04-18 19:14:56',''),(20387,1,1,21451,45,1123631394,'2015-04-18 19:16:42',''),(20388,1,1,21452,68,1123631988,'2015-04-18 20:11:47',''),(20389,1,1,21453,1,1123632004,'2015-04-18 20:15:48',''),(20390,1,1,21455,1,1123631996,'2015-04-18 20:48:31',''),(20391,1,1,21456,69,3024881085,'2015-04-18 22:22:39',''),(20392,1,1,21457,68,1123632004,'2015-04-18 23:36:29',''),(20393,1,1,21458,56,1123631996,'2015-04-18 23:38:41',''),(20394,1,1,21459,6,772062573,'2015-04-19 02:09:01',''),(20395,1,1,21460,6,772062573,'2015-04-19 02:10:32',''),(20396,1,1,21461,1,3024881087,'2015-04-19 02:20:19',''),(20397,1,1,21462,6,772062573,'2015-04-19 04:09:53',''),(20398,1,1,21463,6,772062573,'2015-04-19 04:34:59',''),(20399,1,1,21464,6,772062573,'2015-04-19 04:39:48',''),(20400,1,1,21465,72,3024881302,'2015-04-19 04:52:06',''),(20401,1,1,21466,6,772062573,'2015-04-19 05:21:33',''),(20402,1,1,21467,1,1123631996,'2015-04-19 05:43:22',''),(20403,1,1,21468,57,1123631988,'2015-04-19 07:21:34',''),(20404,1,1,21469,1,1123631996,'2015-04-19 08:11:30',''),(20405,1,1,21470,1,1123631988,'2015-04-19 09:16:30',''),(20406,1,1,21471,26,2990476559,'2015-04-19 10:00:39',''),(20407,1,1,21472,26,2990476559,'2015-04-19 10:00:41',''),(20408,1,1,21473,26,2990476559,'2015-04-19 10:00:43',''),(20409,1,1,21474,26,2990476559,'2015-04-19 10:00:45',''),(20410,1,1,21475,26,2990476559,'2015-04-19 10:00:47',''),(20411,1,1,21476,26,2990476559,'2015-04-19 10:00:49',''),(20412,1,1,21477,26,2990476559,'2015-04-19 10:00:51',''),(20413,1,1,21478,31,3164934089,'2015-04-19 11:13:06',''),(20414,1,1,21479,6,772062573,'2015-04-19 11:31:08',''),(20415,1,1,21480,6,772062573,'2015-04-19 11:59:49',''),(20416,1,1,21481,6,772062573,'2015-04-19 12:12:28',''),(20417,1,1,21482,68,1123631988,'2015-04-19 12:19:27',''),(20418,1,1,21483,6,772062573,'2015-04-19 12:42:34',''),(20419,1,1,21484,1,1123631996,'2015-04-19 13:08:55',''),(20420,1,1,21485,6,772062573,'2015-04-19 13:43:57',''),(20421,1,1,21486,6,772062573,'2015-04-19 13:46:12',''),(20422,1,1,21487,6,772062573,'2015-04-19 14:01:03',''),(20423,1,1,21488,48,1123631996,'2015-04-19 14:29:31',''),(20424,1,1,21489,6,3164934089,'2015-04-19 14:41:15',''),(20425,1,1,21490,1,1558996436,'2015-04-19 14:53:01','http://www.bing.com/search?q=ms+tyres&qs=AS&sk=HS1AS2&pq=ms+tyres&sc=6-8&sp=4&cvid=5de91f061fc2477b8e6ded7019232c39&FORM=QBRE'),(20426,1,1,21491,68,1123631988,'2015-04-19 15:01:00',''),(20427,1,1,21492,9,1123632004,'2015-04-19 15:03:38',''),(20428,1,1,21493,52,3164934089,'2015-04-19 16:34:48',''),(20429,1,1,21494,1,1123631988,'2015-04-19 17:06:37',''),(20430,1,1,21495,68,1342974805,'2015-04-19 17:11:35','http://www.google.fr/search?q=landsail+ls388&prmd=ivns&source=lnms&tbm=isch&sa=X&ei=t-EzVZbbJcGgPf_sgaAL&ved=0CAYQ_AUoAQ'),(20431,1,1,21496,68,1342974805,'2015-04-19 17:11:35','http://www.google.fr/search?q=landsail+ls388&prmd=ivns&source=lnms&tbm=isch&sa=X&ei=t-EzVZbbJcGgPf_sgaAL&ved=0CAYQ_AUoAQ'),(20432,1,1,21497,41,1384440564,'2015-04-19 17:16:10','https://www.google.co.uk/'),(20433,1,1,21498,63,1546209053,'2015-04-19 17:40:57',''),(20434,1,1,21499,1,1123631996,'2015-04-19 17:55:07',''),(20435,1,1,21500,1,1123631988,'2015-04-19 18:20:09',''),(20436,1,1,21501,1,2538146743,'2015-04-19 20:03:18','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(20437,1,1,21502,26,2297628119,'2015-04-19 20:55:10',''),(20438,1,1,21503,68,1123631988,'2015-04-19 21:15:34',''),(20439,1,1,21504,1,1443909177,'2015-04-19 21:29:44','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CFwQoAIwBg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=6Rw0Ve2gMYjXaq_1gbgH&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(20440,1,1,21505,1,1123632004,'2015-04-19 22:02:33',''),(20441,1,1,21506,1,1123631996,'2015-04-19 22:10:42',''),(20442,1,1,21507,1,1806332658,'2015-04-19 22:26:19',''),(20443,1,1,21508,6,1806332658,'2015-04-19 22:26:28',''),(20444,1,1,21509,9,1806332658,'2015-04-19 22:26:38',''),(20445,1,1,21510,69,1806332658,'2015-04-19 22:26:42',''),(20446,1,1,21511,28,1806332658,'2015-04-19 22:26:48',''),(20447,1,1,21512,62,1806332658,'2015-04-19 22:26:53',''),(20448,1,1,21513,55,1806332658,'2015-04-19 22:26:58',''),(20449,1,1,21514,64,1806332658,'2015-04-19 22:27:03',''),(20450,1,1,21515,50,1806332658,'2015-04-19 22:27:07',''),(20451,1,1,21516,51,1806332658,'2015-04-19 22:27:12',''),(20452,1,1,21517,56,1806332658,'2015-04-19 22:27:17',''),(20453,1,1,21518,63,1806332658,'2015-04-19 22:27:23',''),(20454,1,1,21519,65,1806332658,'2015-04-19 22:27:28',''),(20455,1,1,21520,43,1806332658,'2015-04-19 22:27:33',''),(20456,1,1,21521,10,1806332658,'2015-04-19 22:27:37',''),(20457,1,1,21522,49,1806332658,'2015-04-19 22:27:42',''),(20458,1,1,21523,58,1806332658,'2015-04-19 22:27:48',''),(20459,1,1,21524,44,1806332658,'2015-04-19 22:27:53',''),(20460,1,1,21525,27,1806332658,'2015-04-19 22:27:58',''),(20461,1,1,21526,16,1806332658,'2015-04-19 22:28:02',''),(20462,1,1,21527,57,1806332658,'2015-04-19 22:28:08',''),(20463,1,1,21528,45,1806332658,'2015-04-19 22:28:13',''),(20464,1,1,21529,52,1806332658,'2015-04-19 22:28:18',''),(20465,1,1,21530,42,1806332658,'2015-04-19 22:28:22',''),(20466,1,1,21531,48,1806332658,'2015-04-19 22:28:28',''),(20467,1,1,21532,38,1806332658,'2015-04-19 22:28:33',''),(20468,1,1,21533,53,1806332658,'2015-04-19 22:28:38',''),(20469,1,1,21534,41,1806332658,'2015-04-19 22:28:43',''),(20470,1,1,21535,16,1806332658,'2015-04-19 22:28:48',''),(20471,1,1,21536,68,1806332658,'2015-04-19 22:28:53',''),(20472,1,1,21537,74,1806332658,'2015-04-19 22:28:58',''),(20473,1,1,21538,75,1806332658,'2015-04-19 22:29:02',''),(20474,1,1,21539,67,1806332658,'2015-04-19 22:29:08',''),(20475,1,1,21540,59,1806332658,'2015-04-19 22:29:13',''),(20476,1,1,21541,16,1806332658,'2015-04-19 22:29:18',''),(20477,1,1,21542,70,1806332658,'2015-04-19 22:29:23',''),(20478,1,1,21543,72,1806332658,'2015-04-19 22:29:28',''),(20479,1,1,21544,73,1806332658,'2015-04-19 22:29:32',''),(20480,1,1,21545,71,1806332658,'2015-04-19 22:29:38',''),(20481,1,1,21546,43,1806332658,'2015-04-19 22:29:43',''),(20482,1,1,21547,43,1806332658,'2015-04-19 22:29:48',''),(20483,1,1,21548,31,1806332658,'2015-04-19 22:29:53',''),(20484,1,1,21549,47,1806332658,'2015-04-19 22:29:57',''),(20485,1,1,21550,15,1806332658,'2015-04-19 22:30:03',''),(20486,1,1,21551,66,1806332658,'2015-04-19 22:30:08',''),(20487,1,1,21552,54,1806332658,'2015-04-19 22:30:13',''),(20488,1,1,21553,26,1806332658,'2015-04-19 22:30:17',''),(20489,1,1,21554,26,1806332658,'2015-04-19 22:30:22',''),(20490,1,1,21555,26,1806332658,'2015-04-19 22:30:27',''),(20491,1,1,21556,26,1806332658,'2015-04-19 22:30:32',''),(20492,1,1,21557,26,1806332658,'2015-04-19 22:30:37',''),(20493,1,1,21558,26,1806332658,'2015-04-19 22:30:42',''),(20494,1,1,21559,26,1806332658,'2015-04-19 22:30:48',''),(20495,1,1,21560,26,1806332658,'2015-04-19 22:30:53',''),(20496,1,1,21561,26,1806332658,'2015-04-19 22:30:58',''),(20497,1,1,21562,26,1806332658,'2015-04-19 22:31:03',''),(20498,1,1,21563,26,1806332658,'2015-04-19 22:31:07',''),(20499,1,1,21564,26,1806332658,'2015-04-19 22:31:12',''),(20500,1,1,21565,26,1806332658,'2015-04-19 22:31:17',''),(20501,1,1,21566,26,1806332658,'2015-04-19 22:31:23',''),(20502,1,1,21567,26,1806332658,'2015-04-19 22:31:28',''),(20503,1,1,21568,26,1806332658,'2015-04-19 22:31:33',''),(20504,1,1,21569,26,1806332658,'2015-04-19 22:31:38',''),(20505,1,1,21570,26,1806332658,'2015-04-19 22:31:43',''),(20506,1,1,21571,26,1806332658,'2015-04-19 22:31:48',''),(20507,1,1,21572,26,1806332658,'2015-04-19 22:31:53',''),(20508,1,1,21573,26,1806332658,'2015-04-19 22:31:58',''),(20509,1,1,21574,26,1806332658,'2015-04-19 22:32:03',''),(20510,1,1,21575,26,1806332658,'2015-04-19 22:32:07',''),(20511,1,1,21576,26,1806332658,'2015-04-19 22:32:12',''),(20512,1,1,21577,26,1806332658,'2015-04-19 22:32:17',''),(20513,1,1,21578,26,1806332658,'2015-04-19 22:32:22',''),(20514,1,1,21579,26,1806332658,'2015-04-19 22:32:28',''),(20515,1,1,21580,26,1806332658,'2015-04-19 22:32:33',''),(20516,1,1,21581,26,1806332658,'2015-04-19 22:32:38',''),(20517,1,1,21582,26,1806332658,'2015-04-19 22:32:43',''),(20518,1,1,21583,26,1806332658,'2015-04-19 22:32:48',''),(20519,1,1,21584,26,1806332658,'2015-04-19 22:32:53',''),(20520,1,1,21585,26,1806332658,'2015-04-19 22:32:58',''),(20521,1,1,21586,26,1806332658,'2015-04-19 22:33:03',''),(20522,1,1,21587,1,1545051796,'2015-04-19 23:20:24','https://www.google.co.uk/'),(20523,1,1,21588,1,1041806726,'2015-04-19 23:20:55',''),(20524,1,1,21589,41,1508525160,'2015-04-20 00:11:24',''),(20525,1,1,21590,1,1508525160,'2015-04-20 00:11:45',''),(20526,1,1,21591,1,1508525160,'2015-04-20 00:11:54',''),(20527,1,1,21592,1,1508525160,'2015-04-20 00:12:15',''),(20528,1,1,21593,1,1508525160,'2015-04-20 00:12:22',''),(20529,1,1,21594,1,1508525160,'2015-04-20 00:12:37',''),(20530,1,1,21595,41,872809326,'2015-04-20 00:54:00',''),(20531,1,1,21596,1,872809326,'2015-04-20 00:54:08',''),(20532,1,1,21597,1,872809326,'2015-04-20 00:54:22',''),(20533,1,1,21598,1,872809326,'2015-04-20 00:54:33',''),(20534,1,1,21599,1,872809326,'2015-04-20 00:54:39',''),(20535,1,1,21600,1,872809326,'2015-04-20 00:54:42',''),(20536,1,1,21601,1,100662549,'2015-04-20 01:00:10',''),(20537,1,1,21602,68,1123631996,'2015-04-20 01:28:41',''),(20538,1,1,21603,31,1123632004,'2015-04-20 02:10:03',''),(20539,1,1,21604,65,1152705687,'2015-04-20 03:20:58',''),(20540,1,1,21605,1,1123631988,'2015-04-20 04:39:45',''),(20541,1,1,21606,1,1123631996,'2015-04-20 04:40:14',''),(20542,1,1,21607,1,3069744655,'2015-04-20 05:41:59',''),(20543,1,1,21608,68,1123631996,'2015-04-20 05:46:21',''),(20544,1,1,21609,44,3024880958,'2015-04-20 06:12:39',''),(20545,1,1,21610,1,1542483300,'2015-04-20 06:20:55',''),(20546,1,1,21611,48,2637637444,'2015-04-20 07:40:47',''),(20547,1,1,21612,1,1123631996,'2015-04-20 08:43:40',''),(20548,1,1,21613,1,1123632004,'2015-04-20 08:48:07',''),(20549,1,1,21614,1,1441691032,'2015-04-20 10:04:57','http://www.yelp.com/biz_redir?url=http%3A%2F%2Fwww.mstyresblackburn.co.uk&src_bizid=8hHWF-LI-TWx4YziJrYh-A&cachebuster=1429524245&s=1ffbab90e0ed8ee0a531a9fd4aafcd826d5c17a9afab8520fcaf3778132517c2'),(20550,1,1,21615,1,1123632004,'2015-04-20 10:28:38',''),(20551,1,1,21616,1,1123631988,'2015-04-20 10:32:56',''),(20552,1,1,21617,68,1123632004,'2015-04-20 13:12:41',''),(20553,1,1,21618,1,1219448261,'2015-04-20 13:26:08',''),(20554,1,1,21619,1,1219448261,'2015-04-20 13:26:11',''),(20555,1,1,21620,1,1219448261,'2015-04-20 13:26:14',''),(20556,1,1,21621,1,1219448261,'2015-04-20 13:26:18',''),(20557,1,1,21622,1,1219448261,'2015-04-20 13:26:25',''),(20558,1,1,21623,1,1219448261,'2015-04-20 13:26:28',''),(20559,1,1,21624,1,1219448261,'2015-04-20 13:26:31',''),(20560,1,1,21625,1,1219448261,'2015-04-20 13:26:33',''),(20561,1,1,21626,1,1219448261,'2015-04-20 13:26:38',''),(20562,1,1,21627,1,1219448261,'2015-04-20 13:26:49',''),(20563,1,1,21628,1,1219448261,'2015-04-20 13:26:53',''),(20564,1,1,21629,1,1219448261,'2015-04-20 13:26:57',''),(20565,1,1,21630,1,1354863588,'2015-04-20 13:47:29','https://www.google.co.uk/'),(20566,1,1,21631,56,1123631988,'2015-04-20 14:19:17',''),(20567,1,1,21632,38,3024881300,'2015-04-20 14:26:43',''),(20568,1,1,21633,1,1123632004,'2015-04-20 16:03:09',''),(20569,1,1,21634,1,1123631996,'2015-04-20 16:05:44',''),(20570,1,1,21635,68,1123631988,'2015-04-20 17:58:58',''),(20571,1,1,21637,52,1123631988,'2015-04-20 20:20:38',''),(20572,1,1,21638,63,1123632004,'2015-04-20 20:23:20',''),(20573,1,1,21640,68,1123631996,'2015-04-20 20:58:52',''),(20574,1,1,21641,52,3024881073,'2015-04-20 21:05:40',''),(20575,1,1,21642,56,1123631988,'2015-04-20 21:09:19',''),(20576,1,1,21643,1,2876547140,'2015-04-20 21:14:20',''),(20577,1,1,21644,1,3024881207,'2015-04-20 21:24:30',''),(20578,1,1,21646,1,1123632004,'2015-04-20 22:20:29',''),(20579,1,1,21647,54,1123631988,'2015-04-20 22:29:04',''),(20580,1,1,21649,1,1123632004,'2015-04-21 00:06:48',''),(20581,1,1,21650,63,1152705687,'2015-04-21 00:13:19',''),(20582,1,1,21651,68,1123632004,'2015-04-21 01:43:46',''),(20583,1,1,21652,1,1123631988,'2015-04-21 01:52:20',''),(20584,1,1,21655,62,1123631996,'2015-04-21 02:11:15',''),(20585,1,1,21657,56,1123631988,'2015-04-21 02:25:28',''),(20586,1,1,21659,64,3024880990,'2015-04-21 03:04:03',''),(20587,1,1,21660,66,1123632004,'2015-04-21 04:01:36',''),(20588,1,1,21661,1,1123631988,'2015-04-21 05:38:50',''),(20589,1,1,21664,68,1123631996,'2015-04-21 06:12:39',''),(20590,1,1,21665,1,1089906080,'2015-04-21 06:26:20','http://whois.domaintools.com/mstyresblackburn.co.uk'),(20591,1,1,21666,65,1123632004,'2015-04-21 08:45:54',''),(20592,1,1,21667,46,1123631988,'2015-04-21 09:12:57',''),(20593,1,1,21668,55,1123632004,'2015-04-21 09:41:12',''),(20594,1,1,21669,1,2876547140,'2015-04-21 09:52:37',''),(20595,1,1,21670,9,1123631996,'2015-04-21 10:16:39',''),(20596,1,1,21671,56,1123632004,'2015-04-21 10:16:52',''),(20597,1,1,21672,1,1542483274,'2015-04-21 10:29:30',''),(20598,1,1,21673,48,1123631988,'2015-04-21 10:35:46',''),(20599,1,1,21676,1,2071807814,'2015-04-21 10:45:21',''),(20600,1,1,21677,1,3702877291,'2015-04-21 10:47:32',''),(20601,1,1,21678,1,1123631996,'2015-04-21 10:57:27',''),(20602,1,1,21679,43,1123631988,'2015-04-21 11:23:34',''),(20603,1,1,21681,50,1123631996,'2015-04-21 11:50:16',''),(20604,1,1,21682,51,1123631988,'2015-04-21 11:58:16',''),(20605,1,1,21683,1,1443141042,'2015-04-21 12:03:55','https://www.google.co.uk/'),(20606,1,1,21685,63,1123632004,'2015-04-21 12:20:28',''),(20607,1,1,21687,65,1123631996,'2015-04-21 13:47:26',''),(20608,1,1,21688,1,1123632004,'2015-04-21 13:59:03',''),(20609,1,1,21689,68,1123631988,'2015-04-21 14:10:51',''),(20610,1,1,21690,10,1123632004,'2015-04-21 15:14:49',''),(20611,1,1,21691,57,1123631988,'2015-04-21 16:05:23',''),(20612,1,1,21692,15,1123631996,'2015-04-21 16:26:24',''),(20613,1,1,21693,1,2637637448,'2015-04-21 16:27:05',''),(20614,1,1,21694,1,1123632004,'2015-04-21 16:58:13',''),(20615,1,1,21695,26,2637637443,'2015-04-21 17:05:24',''),(20616,1,1,21696,26,2637637572,'2015-04-21 17:05:28',''),(20617,1,1,21697,56,1123631996,'2015-04-21 17:07:08',''),(20618,1,1,21698,26,2637637447,'2015-04-21 17:11:54',''),(20619,1,1,21699,1,3024881383,'2015-04-21 17:17:39',''),(20620,1,1,21701,1,3017229095,'2015-04-21 18:00:31','http://buttons-for-your-website.com'),(20621,1,1,21702,62,1123632004,'2015-04-21 18:07:18',''),(20622,1,1,21704,3,2996499317,'2015-04-21 19:01:51',''),(20623,1,1,21705,1,2996499317,'2015-04-21 19:01:57',''),(20624,1,1,21706,18,2996499317,'2015-04-21 19:02:00',''),(20625,1,1,21707,1,100662549,'2015-04-21 19:02:06',''),(20626,1,1,21708,1,100662549,'2015-04-21 19:02:09',''),(20627,1,1,21709,1,2996499317,'2015-04-21 19:02:12',''),(20628,1,1,21710,1,2996499317,'2015-04-21 19:02:15',''),(20629,1,1,21711,38,1123632004,'2015-04-21 19:12:16',''),(20630,1,1,21713,6,1123631988,'2015-04-21 19:30:14',''),(20631,1,1,21714,47,1123631996,'2015-04-21 19:30:54',''),(20632,1,1,21716,53,1123634733,'2015-04-21 19:46:03',''),(20633,1,1,21717,1,1123632004,'2015-04-21 20:48:29',''),(20634,1,1,21718,1,1123634740,'2015-04-21 20:53:33',''),(20635,1,1,21719,51,1123634747,'2015-04-21 21:06:29',''),(20636,1,1,21721,1,2071807813,'2015-04-21 21:14:48',''),(20637,1,1,21722,69,1123631996,'2015-04-21 21:18:24',''),(20638,1,1,21725,6,1123634733,'2015-04-21 21:30:25',''),(20639,1,1,21727,65,1123632004,'2015-04-21 21:56:44',''),(20640,1,1,21729,1,3024881063,'2015-04-21 22:31:06',''),(20641,1,1,21730,63,1123634747,'2015-04-21 23:14:26',''),(20642,1,1,21732,27,1123634733,'2015-04-21 23:20:17',''),(20643,1,1,21733,9,1123631988,'2015-04-21 23:25:43',''),(20644,1,1,21736,56,1123631988,'2015-04-22 00:06:11',''),(20645,1,1,21737,6,1123634740,'2015-04-22 00:16:59',''),(20646,1,1,21739,50,1123634747,'2015-04-22 00:20:16',''),(20647,1,1,21740,41,1123631988,'2015-04-22 00:37:34',''),(20648,1,1,21741,14,1123634740,'2015-04-22 00:49:51',''),(20649,1,1,21742,45,1123632004,'2015-04-22 00:54:16',''),(20650,1,1,21744,1,1123634747,'2015-04-22 01:37:00',''),(20651,1,1,21745,1,1123634740,'2015-04-22 01:38:56',''),(20652,1,1,21746,68,1123634733,'2015-04-22 01:49:32',''),(20653,1,1,21747,62,1123634733,'2015-04-22 02:24:04',''),(20654,1,1,21748,63,1123631996,'2015-04-22 02:25:29',''),(20655,1,1,21749,1,3360680036,'2015-04-22 02:31:59','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(20656,1,1,21750,48,1123634747,'2015-04-22 02:54:16',''),(20657,1,1,21751,15,1123634733,'2015-04-22 03:09:36',''),(20658,1,1,21753,56,1123634733,'2015-04-22 03:48:55',''),(20659,1,1,21754,51,1123634740,'2015-04-22 03:49:18',''),(20660,1,1,21758,10,1123631988,'2015-04-22 04:19:12',''),(20661,1,1,21759,6,1123634740,'2015-04-22 04:25:07',''),(20662,1,1,21760,9,1123634733,'2015-04-22 04:27:38',''),(20663,1,1,21761,1,1123631996,'2015-04-22 04:36:46',''),(20664,1,1,21762,31,1123634747,'2015-04-22 04:37:55',''),(20665,1,1,21765,68,1123634733,'2015-04-22 05:19:48',''),(20666,1,1,21766,68,1123634747,'2015-04-22 05:29:22',''),(20667,1,1,21767,1,1123631996,'2015-04-22 06:13:53',''),(20668,1,1,21768,1,3034020577,'2015-04-22 06:35:07','http://buttons-for-your-website.com'),(20669,1,1,21769,1,3082331468,'2015-04-22 06:36:49',''),(20670,1,1,21770,1,1123634740,'2015-04-22 06:44:33',''),(20671,1,1,21771,74,3024881206,'2015-04-22 07:23:28',''),(20672,1,1,21772,41,1123634747,'2015-04-22 07:25:06',''),(20673,1,1,21774,1,2204827761,'2015-04-22 07:44:46',''),(20674,1,1,21775,45,1123634740,'2015-04-22 07:45:39',''),(20675,1,1,21776,15,1123631996,'2015-04-22 07:47:33',''),(20676,1,1,21778,62,1123634733,'2015-04-22 07:58:18',''),(20677,1,1,21780,71,3024880958,'2015-04-22 08:05:16',''),(20678,1,1,21781,14,1123634747,'2015-04-22 08:06:49',''),(20679,1,1,21785,65,1123634733,'2015-04-22 08:36:31',''),(20680,1,1,21786,38,1123634747,'2015-04-22 08:37:25',''),(20681,1,1,21790,45,2071807843,'2015-04-22 09:06:01',''),(20682,1,1,21791,56,1123631988,'2015-04-22 09:32:23',''),(20683,1,1,21792,31,1123634733,'2015-04-22 10:36:56',''),(20684,1,1,21793,1,3479603715,'2015-04-22 10:38:03',''),(20685,1,1,21794,1,1123634747,'2015-04-22 10:44:58',''),(20686,1,1,21795,6,1123634740,'2015-04-22 10:53:26',''),(20687,1,1,21799,43,1123634747,'2015-04-22 11:38:21',''),(20688,1,1,21800,28,1123634733,'2015-04-22 11:44:33',''),(20689,1,1,21801,15,1123634740,'2015-04-22 13:30:22',''),(20690,1,1,21803,48,1123631996,'2015-04-22 13:47:05',''),(20691,1,1,21804,47,3702877359,'2015-04-22 13:58:41',''),(20692,1,1,21805,41,1123634740,'2015-04-22 14:13:26',''),(20693,1,1,21806,1,1542483289,'2015-04-22 14:23:56',''),(20694,1,1,21807,68,1123634733,'2015-04-22 14:51:29',''),(20695,1,1,21810,1,1377273851,'2015-04-22 15:04:06','https://www.google.co.uk/'),(20696,1,1,21811,31,1123634747,'2015-04-22 15:14:11',''),(20697,1,1,21812,14,1123634747,'2015-04-22 15:52:12',''),(20698,1,1,21813,38,1123634733,'2015-04-22 15:55:01',''),(20699,1,1,21815,47,1123634740,'2015-04-22 15:58:15',''),(20700,1,1,21816,6,1123632004,'2015-04-22 16:16:23',''),(20701,1,1,21819,57,1123634747,'2015-04-22 16:34:04',''),(20702,1,1,21822,1,1123634740,'2015-04-22 16:46:20',''),(20703,1,1,21825,67,3024880957,'2015-04-22 17:05:10',''),(20704,1,1,21826,53,1123634733,'2015-04-22 17:07:21',''),(20705,1,1,21827,65,1123634740,'2015-04-22 19:15:44',''),(20706,1,1,21828,63,1123634733,'2015-04-22 19:32:28',''),(20707,1,1,21830,1,1593489375,'2015-04-22 19:40:41','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(20708,1,1,21833,43,1123634740,'2015-04-22 19:55:04',''),(20709,1,1,21835,1,1123634747,'2015-04-22 20:30:32',''),(20710,1,1,21837,47,1123634740,'2015-04-22 20:49:16',''),(20711,1,1,21838,56,3164933917,'2015-04-22 21:07:37',''),(20712,1,1,21839,9,1123634747,'2015-04-22 21:28:40',''),(20713,1,1,21841,31,1123634733,'2015-04-22 21:39:49',''),(20714,1,1,21842,38,1123631154,'2015-04-22 21:44:49',''),(20715,1,1,21844,57,3164933917,'2015-04-22 21:58:23',''),(20716,1,1,21845,28,1123634740,'2015-04-22 22:25:07',''),(20717,1,1,21846,1,1123634747,'2015-04-22 23:01:48',''),(20718,1,1,21847,1,1123634740,'2015-04-22 23:25:07',''),(20719,1,1,21848,28,3024881192,'2015-04-23 00:05:48',''),(20720,1,1,21849,56,1123634740,'2015-04-23 01:31:49',''),(20721,1,1,21850,63,1123634733,'2015-04-23 01:33:21',''),(20722,1,1,21853,68,1123634747,'2015-04-23 01:40:23',''),(20723,1,1,21854,1,2420902020,'2015-04-23 01:53:24',''),(20724,1,1,21855,1,2420902020,'2015-04-23 01:53:26',''),(20725,1,1,21856,1,2420902020,'2015-04-23 01:53:29',''),(20726,1,1,21857,1,2420902020,'2015-04-23 01:53:31',''),(20727,1,1,21858,1,2420902020,'2015-04-23 01:53:33',''),(20728,1,1,21859,1,2420902020,'2015-04-23 01:53:36',''),(20729,1,1,21860,1,2420902020,'2015-04-23 01:53:38',''),(20730,1,1,21861,1,2420902020,'2015-04-23 01:53:41',''),(20731,1,1,21862,1,2420902020,'2015-04-23 01:53:43',''),(20732,1,1,21863,1,2420902020,'2015-04-23 01:53:45',''),(20733,1,1,21864,1,2080814524,'2015-04-23 02:38:25','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(20734,1,1,21865,14,1123634740,'2015-04-23 02:48:52',''),(20735,1,1,21866,15,1123634740,'2015-04-23 03:26:26',''),(20736,1,1,21867,1,1123634747,'2015-04-23 03:29:01',''),(20737,1,1,21868,48,1123634733,'2015-04-23 03:30:41',''),(20738,1,1,21870,41,1123631996,'2015-04-23 04:07:25',''),(20739,1,1,21871,28,1123634740,'2015-04-23 04:08:28',''),(20740,1,1,21873,9,1123634740,'2015-04-23 04:50:10',''),(20741,1,1,21874,43,1123634733,'2015-04-23 04:57:44',''),(20742,1,1,21875,6,1123631988,'2015-04-23 04:59:50',''),(20743,1,1,21876,31,1123631996,'2015-04-23 05:10:21',''),(20744,1,1,21877,45,1123634747,'2015-04-23 05:21:19',''),(20745,1,1,21878,47,1123634740,'2015-04-23 05:23:22',''),(20746,1,1,21879,1,1123632004,'2015-04-23 05:34:24',''),(20747,1,1,21880,10,3164933917,'2015-04-23 06:09:17',''),(20748,1,1,21881,68,1123634747,'2015-04-23 07:18:13',''),(20749,1,1,21882,1,3522758139,'2015-04-23 07:30:10',''),(20750,1,1,21883,1,3522758139,'2015-04-23 07:30:28',''),(20751,1,1,21884,65,1123634740,'2015-04-23 07:40:47',''),(20752,1,1,21885,63,1123634733,'2015-04-23 07:42:18',''),(20753,1,1,21886,1,1790605063,'2015-04-23 07:53:15',''),(20754,1,1,21888,1,1976283109,'2015-04-23 07:58:50','http://buttons-for-your-website.com'),(20755,1,1,21889,66,3164933917,'2015-04-23 08:19:09',''),(20756,1,1,21890,1,3024881180,'2015-04-23 08:25:54',''),(20757,1,1,21891,1,698373602,'2015-04-23 08:28:28','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(20758,1,1,21892,1,2204827767,'2015-04-23 09:45:58',''),(20759,1,1,21893,1,1123634733,'2015-04-23 10:15:47',''),(20760,1,1,21894,1,1123634740,'2015-04-23 10:17:47',''),(20761,1,1,21895,3,1123634747,'2015-04-23 10:18:31',''),(20762,1,1,21896,56,1369013945,'2015-04-23 10:41:35','http://www.google.co.uk/'),(20763,1,1,21897,62,1123634747,'2015-04-23 11:15:05',''),(20764,1,1,21898,68,1123634733,'2015-04-23 11:27:18',''),(20765,1,1,21900,65,1123634740,'2015-04-23 11:43:27',''),(20766,1,1,21901,1,1123632004,'2015-04-23 12:59:30',''),(20767,1,1,21902,1,1425313453,'2015-04-23 13:13:15','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=17&sqi=2&ved=0CJ4BEBYwEA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=wO84VdfuOsTZPfXKgZAM&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&sig2=Ja9pOqW4O8b5jyGkOz5L_Q'),(20768,1,1,21903,1,1123634733,'2015-04-23 14:24:10',''),(20769,1,1,21904,1,88193407,'2015-04-23 14:36:09','https://www.google.co.uk/'),(20770,1,1,21905,56,1123634733,'2015-04-23 15:01:38',''),(20771,1,1,21906,68,1123634747,'2015-04-23 15:46:00',''),(20772,1,1,21908,65,1123634740,'2015-04-23 15:53:10',''),(20773,1,1,21909,29,100662549,'2015-04-23 16:20:44',''),(20774,1,1,21910,1,1123634733,'2015-04-23 17:22:34',''),(20775,1,1,21911,1,100662549,'2015-04-23 18:02:44',''),(20776,1,1,21912,1,100662549,'2015-04-23 18:02:47',''),(20777,1,1,21913,1,2996499317,'2015-04-23 18:02:50',''),(20778,1,1,21914,1,100662553,'2015-04-23 18:02:53',''),(20779,1,1,21915,67,3024881307,'2015-04-23 18:45:57',''),(20780,1,1,21916,1,1542483269,'2015-04-23 19:50:23',''),(20781,1,1,21917,63,2071807825,'2015-04-23 20:01:52',''),(20782,1,1,21918,56,1123631996,'2015-04-23 20:26:34',''),(20783,1,1,21919,63,1123631988,'2015-04-23 20:53:16',''),(20784,1,1,21920,1,1123632004,'2015-04-23 21:06:28',''),(20785,1,1,21922,1,3138687136,'2015-04-23 21:48:19','http://buttons-for-your-website.com'),(20786,1,1,21923,1,3010155129,'2015-04-23 22:49:56','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(20787,1,1,21924,28,3024881046,'2015-04-23 22:50:06',''),(20788,1,1,21925,1,786803397,'2015-04-23 22:52:36',''),(20789,1,1,21926,1,3024881213,'2015-04-23 23:05:06',''),(20790,1,1,21927,65,1123632004,'2015-04-24 00:39:29',''),(20791,1,1,21928,1,1123632004,'2015-04-24 01:23:27',''),(20792,1,1,21930,68,1123631988,'2015-04-24 02:37:10',''),(20793,1,1,21931,1,1123632004,'2015-04-24 04:57:37',''),(20794,1,1,21933,1,1123631988,'2015-04-24 05:33:25',''),(20795,1,1,21934,1,1123631996,'2015-04-24 06:11:10',''),(20796,1,1,21935,63,1123631988,'2015-04-24 06:26:36',''),(20797,1,1,21937,68,1123632004,'2015-04-24 08:04:24',''),(20798,1,1,21938,1,1123631996,'2015-04-24 09:01:48',''),(20799,1,1,21939,48,1123632004,'2015-04-24 09:02:17',''),(20800,1,1,21940,1,1123631996,'2015-04-24 10:18:55',''),(20801,1,1,21941,56,1123632004,'2015-04-24 12:32:55',''),(20802,1,1,21942,41,1508525143,'2015-04-24 13:14:01',''),(20803,1,1,21943,1,1508525143,'2015-04-24 13:14:24',''),(20804,1,1,21944,1,1508525143,'2015-04-24 13:14:43',''),(20805,1,1,21945,1,1508525143,'2015-04-24 13:15:11',''),(20806,1,1,21946,1,1508525143,'2015-04-24 13:15:38',''),(20807,1,1,21947,1,1508525143,'2015-04-24 13:16:05',''),(20808,1,1,21948,1,1123632004,'2015-04-24 13:35:24',''),(20809,1,1,21950,44,3164933917,'2015-04-24 14:02:51',''),(20810,1,1,21951,1,3024880959,'2015-04-24 14:43:36',''),(20811,1,1,21952,1,1123631996,'2015-04-24 14:58:18',''),(20812,1,1,21953,1,1123631988,'2015-04-24 18:16:26',''),(20813,1,1,21954,1,1123632004,'2015-04-24 19:29:49',''),(20814,1,1,21955,68,1123632004,'2015-04-24 20:31:16',''),(20815,1,1,21956,59,3164933917,'2015-04-24 21:14:27',''),(20816,1,1,21957,65,1123631996,'2015-04-24 21:42:51',''),(20817,1,1,21958,1,3227752646,'2015-04-24 23:04:23',''),(20818,1,1,21959,1,3227752646,'2015-04-24 23:04:36',''),(20819,1,1,21960,1,3227752646,'2015-04-24 23:04:49',''),(20820,1,1,21961,1,3227752646,'2015-04-24 23:05:02',''),(20821,1,1,21962,1,3227752646,'2015-04-24 23:05:16',''),(20822,1,1,21963,1,3227752646,'2015-04-24 23:05:30',''),(20823,1,1,21964,1,3227752646,'2015-04-24 23:05:44',''),(20824,1,1,21965,1,3227752646,'2015-04-24 23:05:59',''),(20825,1,1,21966,1,3227752646,'2015-04-24 23:06:13',''),(20826,1,1,21967,1,3227752646,'2015-04-24 23:06:27',''),(20827,1,1,21968,30,1123632004,'2015-04-24 23:34:35',''),(20828,1,1,21969,9,2996499317,'2015-04-25 03:17:46',''),(20829,1,1,21970,52,1123631988,'2015-04-25 04:51:49',''),(20830,1,1,21972,1,2637637448,'2015-04-25 06:38:32',''),(20831,1,1,21973,1,1542483320,'2015-04-25 07:30:56',''),(20832,1,1,21974,1,1542483318,'2015-04-25 07:31:07',''),(20833,1,1,21975,1,1542483310,'2015-04-25 07:31:28',''),(20834,1,1,21976,1,2071807768,'2015-04-25 09:06:26',''),(20835,1,1,21977,1,3702877352,'2015-04-25 09:08:40',''),(20836,1,1,21978,1,3024880958,'2015-04-25 09:39:23',''),(20837,1,1,21979,3,1152705687,'2015-04-25 13:43:54',''),(20838,1,1,21980,1,1123632500,'2015-04-25 15:19:35',''),(20839,1,1,21981,26,2637637572,'2015-04-25 16:07:15',''),(20840,1,1,21982,1,2637637444,'2015-04-25 16:09:44',''),(20841,1,1,21983,1,1123632388,'2015-04-25 16:39:29',''),(20842,1,1,21984,1,1577384286,'2015-04-25 18:44:44','https://www.google.co.uk/'),(20843,1,1,21985,1,1542483267,'2015-04-25 20:42:36',''),(20844,1,1,21986,30,1123632508,'2015-04-25 23:56:35',''),(20845,1,1,21987,1,1123632500,'2015-04-26 00:06:16',''),(20846,1,1,21988,1,1123632388,'2015-04-26 00:06:35',''),(20847,1,1,21989,1,2071807762,'2015-04-26 00:06:38',''),(20848,1,1,21990,1,1123632508,'2015-04-26 01:36:58',''),(20849,1,1,21991,62,1308349851,'2015-04-26 01:51:38','https://www.google.nl/'),(20850,1,1,21992,1,3024881039,'2015-04-26 03:56:51',''),(20851,1,1,21993,68,1123632508,'2015-04-26 05:05:21',''),(20852,1,1,21994,1,1123632388,'2015-04-26 05:20:05',''),(20853,1,1,21995,1,2071807832,'2015-04-26 05:59:27',''),(20854,1,1,21996,1,1123632500,'2015-04-26 07:24:44',''),(20855,1,1,21997,1,1443984769,'2015-04-26 08:37:59','https://www.google.co.uk/'),(20856,1,1,21998,1,1123632500,'2015-04-26 09:23:05',''),(20857,1,1,21999,6,1123632508,'2015-04-26 09:34:27',''),(20858,1,1,22000,62,2637637572,'2015-04-26 10:28:50',''),(20859,1,1,22001,1,3024881090,'2015-04-26 10:35:55',''),(20860,1,1,22002,70,3024881088,'2015-04-26 12:32:24',''),(20861,1,1,22003,1,1123632388,'2015-04-26 13:52:58',''),(20862,1,1,22004,3,2996499317,'2015-04-26 13:55:08',''),(20863,1,1,22005,1,1123632500,'2015-04-26 14:38:56',''),(20864,1,1,22006,68,1123634733,'2015-04-26 17:01:43',''),(20865,1,1,22007,1,1123634740,'2015-04-26 18:48:43',''),(20866,1,1,22008,1,1123634740,'2015-04-26 19:48:45',''),(20867,1,1,22009,1,3177575360,'2015-04-26 21:13:27','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(20868,1,1,22010,47,2071807832,'2015-04-26 23:15:36',''),(20869,1,1,22011,43,3164934091,'2015-04-27 00:07:17',''),(20870,1,1,22012,1,2990476559,'2015-04-27 01:20:05',''),(20871,1,1,22013,1,2990476559,'2015-04-27 01:20:12',''),(20872,1,1,22014,1,2990476559,'2015-04-27 01:20:22',''),(20873,1,1,22015,1,2990476559,'2015-04-27 01:20:29',''),(20874,1,1,22016,1,2990476559,'2015-04-27 01:20:33',''),(20875,1,1,22017,1,2990476559,'2015-04-27 01:20:37',''),(20876,1,1,22018,1,2990476559,'2015-04-27 01:20:40',''),(20877,1,1,22019,1,2990476559,'2015-04-27 01:20:46',''),(20878,1,1,22020,1,2990476559,'2015-04-27 01:20:50',''),(20879,1,1,22021,1,2990476559,'2015-04-27 01:20:53',''),(20880,1,1,22022,1,3171713269,'2015-04-27 01:34:29','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(20881,1,1,22023,1,3024881385,'2015-04-27 02:11:05',''),(20882,1,1,22024,1,1123634733,'2015-04-27 02:13:21',''),(20883,1,1,22026,1,3702877259,'2015-04-27 04:14:51',''),(20884,1,1,22027,1,3479603715,'2015-04-27 06:23:16',''),(20885,1,1,22028,1,1123634747,'2015-04-27 06:35:35',''),(20886,1,1,22029,1,1123634740,'2015-04-27 06:46:38',''),(20887,1,1,22030,6,1123634733,'2015-04-27 07:04:15',''),(20888,1,1,22031,1,1123634747,'2015-04-27 07:56:22',''),(20889,1,1,22032,1,1542483323,'2015-04-27 08:41:21',''),(20890,1,1,22033,1,528370992,'2015-04-27 08:43:49','https://www.bing.com/search?q=part%20worn%20tyres%20blackburn&form=MB1078&mkt=en-GB&setlang=en-GB'),(20891,1,1,22034,1,1483353835,'2015-04-27 09:57:31','https://www.google.co.uk/'),(20892,1,1,22035,1,1041806726,'2015-04-27 09:58:02',''),(20893,1,1,22036,1,1524025023,'2015-04-27 10:20:56','https://www.google.co.uk/'),(20894,1,1,22037,37,1123634747,'2015-04-27 11:15:30',''),(20895,1,1,22038,70,3024881041,'2015-04-27 12:01:15',''),(20896,1,1,22039,1,1123634740,'2015-04-27 14:15:24',''),(20897,1,1,22040,1,1123634747,'2015-04-27 14:22:52',''),(20898,1,1,22041,49,2194929062,'2015-04-27 17:31:35',''),(20899,1,1,22042,1,2194929062,'2015-04-27 17:31:38',''),(20900,1,1,22043,49,2194929062,'2015-04-27 17:31:42',''),(20901,1,1,22044,1,1483224451,'2015-04-27 18:40:42','https://www.google.co.uk/'),(20902,1,1,22045,1,35511133,'2015-04-27 18:42:50','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CEoQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=z34-VYf1OYfvarX9gLgI&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(20903,1,1,22046,1,1563540456,'2015-04-27 18:47:28','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(20904,1,1,22047,49,3024880922,'2015-04-27 19:22:02',''),(20905,1,1,22048,1,94655946,'2015-04-27 21:47:41',''),(20906,1,1,22049,6,2996499317,'2015-04-27 22:33:59',''),(20907,1,1,22050,1,3024880958,'2015-04-28 01:09:58',''),(20908,1,1,22051,1,3135314728,'2015-04-28 01:25:04','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(20909,1,1,22052,43,2637637572,'2015-04-28 01:25:13',''),(20910,1,1,22053,43,2637637572,'2015-04-28 03:45:15',''),(20911,1,1,22054,1,3174134548,'2015-04-28 04:04:44','http://buttons-for-your-website.com'),(20912,1,1,22055,1,1123631996,'2015-04-28 04:15:40',''),(20913,1,1,22056,1,1123631988,'2015-04-28 04:59:09',''),(20914,1,1,22057,68,1123632004,'2015-04-28 06:25:09',''),(20915,1,1,22058,1,1123631988,'2015-04-28 06:31:25',''),(20916,1,1,22059,56,1123632004,'2015-04-28 08:16:46',''),(20917,1,1,22060,1,1123631988,'2015-04-28 08:23:55',''),(20918,1,1,22061,53,3024881063,'2015-04-28 08:29:27',''),(20919,1,1,22062,1,1123631996,'2015-04-28 08:32:52',''),(20920,1,1,22063,68,1123632004,'2015-04-28 08:49:17',''),(20921,1,1,22064,74,3164934091,'2015-04-28 09:23:53',''),(20922,1,1,22065,63,2637637444,'2015-04-28 10:42:07',''),(20923,1,1,22066,1,1123631996,'2015-04-28 11:19:19',''),(20924,1,1,22068,65,1123631996,'2015-04-28 12:05:04',''),(20925,1,1,22069,68,1123631988,'2015-04-28 12:27:35',''),(20926,1,1,22070,30,1123631996,'2015-04-28 12:48:14',''),(20927,1,1,22071,56,1443775655,'2015-04-28 14:03:25','http://www.google.com/search?q=rapid+p609+225+45+17&client=safari&rls=en&oe=UTF-8&gfe_rd=cr&oq=&gs_l='),(20928,1,1,22072,1,3702877368,'2015-04-28 14:05:08',''),(20929,1,1,22073,1,1367917597,'2015-04-28 14:16:00','https://www.google.co.uk/'),(20930,1,1,22074,1,786802371,'2015-04-28 14:18:38',''),(20931,1,1,22075,1,1542483302,'2015-04-28 14:20:09',''),(20932,1,1,22076,1,1123631988,'2015-04-28 15:04:13',''),(20933,1,1,22077,1,1123632004,'2015-04-28 15:07:54',''),(20934,1,1,22079,62,1123631996,'2015-04-28 16:18:45',''),(20935,1,1,22081,1,1123631988,'2015-04-28 16:37:43',''),(20936,1,1,22082,1,1123632004,'2015-04-28 17:30:13',''),(20937,1,1,22083,1,3373262740,'2015-04-28 23:41:26','http://buttons-for-your-website.com'),(20938,1,1,22084,48,1523996367,'2015-04-29 00:34:12','https://www.google.co.uk/'),(20939,1,1,22085,1,100662553,'2015-04-29 01:16:29',''),(20940,1,1,22086,1,100662549,'2015-04-29 01:16:33',''),(20941,1,1,22087,1,100662549,'2015-04-29 01:16:36',''),(20942,1,1,22088,1,100662549,'2015-04-29 01:16:40',''),(20943,1,1,22089,48,3024881181,'2015-04-29 02:54:06',''),(20944,1,1,22090,1,1796681156,'2015-04-29 02:58:51',''),(20945,1,1,22091,1,2953381036,'2015-04-29 04:00:23',''),(20946,1,1,22092,1,2953381036,'2015-04-29 04:00:26',''),(20947,1,1,22093,1,2953381036,'2015-04-29 04:00:31',''),(20948,1,1,22094,1,2953381036,'2015-04-29 04:00:34',''),(20949,1,1,22095,1,2953381036,'2015-04-29 04:00:37',''),(20950,1,1,22096,1,2953381036,'2015-04-29 04:00:41',''),(20951,1,1,22097,1,2953381036,'2015-04-29 04:00:44',''),(20952,1,1,22098,1,2953381036,'2015-04-29 04:00:47',''),(20953,1,1,22099,1,2953381036,'2015-04-29 04:00:50',''),(20954,1,1,22100,1,2953381036,'2015-04-29 04:00:53',''),(20955,1,1,22101,62,3024881296,'2015-04-29 04:55:18',''),(20956,1,1,22102,1,1123632004,'2015-04-29 05:44:18',''),(20957,1,1,22103,1,1123631988,'2015-04-29 05:45:39',''),(20958,1,1,22104,1,3024880914,'2015-04-29 05:50:12',''),(20959,1,1,22105,1,2204827773,'2015-04-29 06:08:52',''),(20960,1,1,22106,1,1123631988,'2015-04-29 06:22:56',''),(20961,1,1,22107,1,1123631996,'2015-04-29 06:46:41',''),(20962,1,1,22108,1,3024880917,'2015-04-29 07:33:34',''),(20963,1,1,22109,1,1123632004,'2015-04-29 07:38:00',''),(20964,1,1,22110,1,1123632004,'2015-04-29 08:11:42',''),(20965,1,1,22111,1,1384445511,'2015-04-29 08:41:46',''),(20966,1,1,22112,63,1123632004,'2015-04-29 08:43:36',''),(20967,1,1,21810,1,1377273851,'2015-04-29 09:57:47','https://www.google.co.uk/'),(20968,1,1,22114,1,1123631996,'2015-04-29 10:12:18',''),(20969,1,1,22084,48,1523996367,'2015-04-29 11:16:35','https://www.google.co.uk/'),(20970,1,1,22115,1,1317490604,'2015-04-29 11:40:37',''),(20971,1,1,22116,1,1317490604,'2015-04-29 11:40:39',''),(20972,1,1,22117,1,1123632004,'2015-04-29 11:50:49',''),(20973,1,1,22118,1,1123631988,'2015-04-29 11:58:23',''),(20974,1,1,22119,48,1123631996,'2015-04-29 12:21:22',''),(20975,1,1,22120,68,1123632004,'2015-04-29 13:18:00',''),(20976,1,1,22121,1,1123632004,'2015-04-29 13:54:01',''),(20977,1,1,22122,1,1123631996,'2015-04-29 13:56:46',''),(20978,1,1,22123,15,1123631988,'2015-04-29 15:23:32',''),(20979,1,1,22124,1,1123631996,'2015-04-29 15:39:16',''),(20980,1,1,22126,68,1123631988,'2015-04-29 15:54:43',''),(20981,1,1,22127,1,1577748040,'2015-04-29 16:48:17','https://www.google.co.uk/'),(20982,1,1,22128,1,1451741381,'2015-04-29 16:57:37','https://www.google.co.uk/'),(20983,1,1,22129,48,3024881283,'2015-04-29 17:10:57',''),(20984,1,1,22130,68,1123631988,'2015-04-29 17:25:12',''),(20985,1,1,22132,1,1123631996,'2015-04-29 17:48:32',''),(20986,1,1,22133,1,3587041550,'2015-04-29 18:08:45','https://www.google.co.uk/'),(20987,1,1,22134,47,3702877306,'2015-04-29 18:28:46',''),(20988,1,1,22135,1,1542483271,'2015-04-29 19:14:49',''),(20989,1,1,22136,1,1123632004,'2015-04-29 19:24:59',''),(20990,1,1,22139,49,2194929062,'2015-04-29 19:50:31',''),(20991,1,1,22140,1,2194929062,'2015-04-29 19:50:34',''),(20992,1,1,22141,49,2194929062,'2015-04-29 19:50:36',''),(20993,1,1,22142,68,1123635614,'2015-04-29 20:10:21','http://www.google.com/search'),(20994,1,1,22143,1,1412661943,'2015-04-29 20:13:37','https://www.google.co.uk/'),(20995,1,1,22144,43,1123631988,'2015-04-29 22:09:38',''),(20996,1,1,22145,45,1123631996,'2015-04-29 22:12:15',''),(20997,1,1,22150,10,1123631996,'2015-04-29 22:54:10',''),(20998,1,1,22152,47,1123631988,'2015-04-29 23:07:28',''),(20999,1,1,22153,31,1123632004,'2015-04-29 23:11:45',''),(21000,1,1,22155,1,3024881310,'2015-04-29 23:12:18',''),(21001,1,1,22158,63,1123631996,'2015-04-29 23:30:05',''),(21002,1,1,22159,51,1123631996,'2015-04-30 00:16:36',''),(21003,1,1,22161,52,1123632004,'2015-04-30 00:32:00',''),(21004,1,1,22163,57,1123631988,'2015-04-30 00:33:16',''),(21005,1,1,22167,68,1123632004,'2015-04-30 01:55:47',''),(21006,1,1,22168,65,2194929062,'2015-04-30 01:58:44',''),(21007,1,1,22169,1,2194929062,'2015-04-30 01:58:46',''),(21008,1,1,22170,65,2194929062,'2015-04-30 01:58:50',''),(21009,1,1,22171,1,1123632004,'2015-04-30 02:40:57',''),(21010,1,1,22172,53,1123631988,'2015-04-30 03:27:51',''),(21011,1,1,22173,47,2071807777,'2015-04-30 04:01:12',''),(21012,1,1,22174,1,1123632004,'2015-04-30 05:11:25',''),(21013,1,1,22175,1,1445941395,'2015-04-30 05:51:04',''),(21014,1,1,22176,1,1445941395,'2015-04-30 05:51:12',''),(21015,1,1,22177,1,1445941395,'2015-04-30 05:51:21',''),(21016,1,1,22178,1,1445941395,'2015-04-30 05:51:32',''),(21017,1,1,22179,1,1445941395,'2015-04-30 05:51:45',''),(21018,1,1,22180,1,1445941395,'2015-04-30 05:51:57',''),(21019,1,1,22181,68,1123631996,'2015-04-30 06:18:46',''),(21020,1,1,22183,1,3136569587,'2015-04-30 10:38:30','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(21021,1,1,22184,1,3175728535,'2015-04-30 11:59:20','http://buttons-for-your-website.com'),(21022,1,1,22185,62,3024880960,'2015-04-30 12:16:22',''),(21023,1,1,22186,1,2637637503,'2015-04-30 14:44:15',''),(21024,1,1,22187,1,3398335730,'2015-04-30 16:05:55','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(21025,1,1,22188,1,1123631988,'2015-04-30 16:56:45',''),(21026,1,1,22189,1,1123632004,'2015-04-30 16:58:36',''),(21027,1,1,22190,18,1152705687,'2015-04-30 17:46:01',''),(21028,1,1,22191,30,1123631988,'2015-04-30 17:49:13',''),(21029,1,1,22192,1,100662549,'2015-04-30 18:06:30',''),(21030,1,1,22193,1,1315560604,'2015-04-30 18:55:10','https://www.google.co.uk/'),(21031,1,1,22194,1,1123631996,'2015-04-30 19:17:10',''),(21032,1,1,22195,66,3024881188,'2015-04-30 19:57:45',''),(21033,1,1,22196,1,2996499317,'2015-04-30 22:29:34',''),(21034,1,1,22197,1,2996499317,'2015-04-30 22:29:37',''),(21035,1,1,22198,1,2996499317,'2015-04-30 22:29:40',''),(21036,1,1,22199,1,2996499317,'2015-04-30 22:29:43',''),(21037,1,1,22200,1,1123631996,'2015-04-30 23:47:17',''),(21038,1,1,22201,1,1123632004,'2015-05-01 01:30:27',''),(21039,1,1,22202,68,1123631996,'2015-05-01 01:39:31',''),(21040,1,1,22203,1,3375506592,'2015-05-01 03:09:01','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(21041,1,1,22204,50,3024881294,'2015-05-01 04:31:28',''),(21042,1,1,22205,1,1123631988,'2015-05-01 05:37:37',''),(21043,1,1,22206,68,1123631996,'2015-05-01 05:44:27',''),(21044,1,1,22207,56,1369363175,'2015-05-01 06:41:51','https://www.google.co.uk/'),(21045,1,1,22208,1,1542483280,'2015-05-01 07:06:21',''),(21046,1,1,22209,1,1390135426,'2015-05-01 08:14:50','http://www.google.co.uk/url?url=http://mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ei=yTVDVeWdPMfmaL7MgZgN&ved=0CCUQFjAA&usg=AFQjCNHpmOxgUFt3GQwj-4rIUVVm8i_mpw'),(21047,1,1,22210,1,3024881045,'2015-05-01 08:22:10',''),(21048,1,1,22211,1,631095636,'2015-05-01 08:37:58',''),(21049,1,1,22212,1,631095636,'2015-05-01 08:38:05',''),(21050,1,1,22213,1,631095636,'2015-05-01 08:38:09',''),(21051,1,1,22214,1,631095636,'2015-05-01 08:38:14',''),(21052,1,1,22215,1,631095636,'2015-05-01 08:38:21',''),(21053,1,1,22216,1,631095636,'2015-05-01 08:38:26',''),(21054,1,1,22217,1,631095636,'2015-05-01 08:38:29',''),(21055,1,1,22218,1,631095636,'2015-05-01 08:38:34',''),(21056,1,1,22219,1,631095636,'2015-05-01 08:38:38',''),(21057,1,1,22220,1,631095636,'2015-05-01 08:38:43',''),(21058,1,1,22221,68,1123632004,'2015-05-01 09:05:48',''),(21059,1,1,22222,6,1123631996,'2015-05-01 09:16:06',''),(21060,1,1,22223,1,2945210407,'2015-05-01 09:30:01','https://www.google.com/'),(21061,1,1,22224,1,1123632004,'2015-05-01 10:02:09',''),(21062,1,1,22226,1,48095132,'2015-05-01 10:39:25','https://www.google.co.uk/'),(21063,1,1,22227,1,1123631996,'2015-05-01 15:28:36',''),(21064,1,1,22229,28,3475901707,'2015-05-01 16:04:35',''),(21065,1,1,22230,1,1544071105,'2015-05-01 16:57:54','https://www.google.co.uk/'),(21066,1,1,22231,1,1041806726,'2015-05-01 16:58:44',''),(21067,1,1,22232,1,2996499317,'2015-05-01 17:50:51',''),(21068,1,1,22233,1,2996499317,'2015-05-01 17:50:54',''),(21069,1,1,22234,1,100662549,'2015-05-01 17:50:57',''),(21070,1,1,22235,1,2996499317,'2015-05-01 17:51:00',''),(21071,1,1,22236,1,1366152963,'2015-05-01 18:31:31','https://www.google.co.uk/'),(21072,1,1,22237,1,1123631996,'2015-05-01 18:55:44',''),(21073,1,1,22238,1,1123631996,'2015-05-01 19:39:10',''),(21074,1,1,22239,1,3017266836,'2015-05-01 23:00:36','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(21075,1,1,22240,48,1566638944,'2015-05-01 23:15:50','https://www.google.co.uk/'),(21076,1,1,22241,1,1123631996,'2015-05-01 23:50:41',''),(21077,1,1,22242,1,1123631996,'2015-05-02 02:15:30',''),(21078,1,1,22243,43,3024881383,'2015-05-02 02:55:28',''),(21079,1,1,22244,30,1123631996,'2015-05-02 03:36:00',''),(21080,1,1,22245,6,772062573,'2015-05-02 05:32:41',''),(21081,1,1,22246,1,1123632004,'2015-05-02 06:53:27',''),(21082,1,1,22247,1,1123631996,'2015-05-02 07:42:15',''),(21083,1,1,22248,26,3702877271,'2015-05-02 08:50:14',''),(21084,1,1,22249,50,3024881209,'2015-05-02 08:53:24',''),(21085,1,1,22250,1,1123631988,'2015-05-02 10:02:55',''),(21086,1,1,22251,1,1379771084,'2015-05-02 12:03:50','http://buttons-for-your-website.com'),(21087,1,1,22252,1,1377593911,'2015-05-02 14:48:08','https://www.google.co.uk/'),(21088,1,1,22253,1,1542483286,'2015-05-02 15:40:06',''),(21089,1,1,22254,6,2637637569,'2015-05-02 19:33:28',''),(21090,1,1,22255,1,1123632004,'2015-05-02 19:34:17',''),(21091,1,1,22256,1,1123631996,'2015-05-02 19:35:28',''),(21092,1,1,22257,55,3024880972,'2015-05-02 19:49:04',''),(21093,1,1,22258,1,3438076626,'2015-05-02 21:29:35',''),(21094,1,1,22259,43,3024881063,'2015-05-02 22:52:59',''),(21095,1,1,22260,1,1123631988,'2015-05-03 02:22:55',''),(21096,1,1,22261,1,3047718855,'2015-05-03 02:41:15','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(21097,1,1,22262,69,2637637433,'2015-05-03 03:22:16',''),(21098,1,1,22263,6,3337960476,'2015-05-03 03:22:51',''),(21099,1,1,22264,1,758617327,'2015-05-03 04:03:41',''),(21100,1,1,22265,1,3024881305,'2015-05-03 04:05:05',''),(21101,1,1,22266,1,1123632004,'2015-05-03 04:32:41',''),(21102,1,1,22267,1,1123631988,'2015-05-03 05:55:47',''),(21103,1,1,22268,1,831813906,'2015-05-03 07:02:35','http://buttons-for-your-website.com'),(21104,1,1,22269,1,2297630727,'2015-05-03 08:14:57',''),(21105,1,1,22270,1,2297630727,'2015-05-03 08:14:59',''),(21106,1,1,22271,1,2297630727,'2015-05-03 08:15:02',''),(21107,1,1,22272,1,2297630727,'2015-05-03 08:15:04',''),(21108,1,1,22273,1,2297630727,'2015-05-03 08:23:48',''),(21109,1,1,22274,1,2297630727,'2015-05-03 08:24:43',''),(21110,1,1,22275,1,2297630727,'2015-05-03 08:25:11',''),(21111,1,1,22276,1,2297630727,'2015-05-03 08:25:38',''),(21112,1,1,22277,1,2297630727,'2015-05-03 08:26:42',''),(21113,1,1,22278,1,2297630727,'2015-05-03 08:27:06',''),(21114,1,1,22279,1,1123631996,'2015-05-03 10:27:01',''),(21115,1,1,22280,1,1377593911,'2015-05-03 11:58:04',''),(21116,1,1,22281,1,1377524022,'2015-05-03 12:34:10','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CF8QoAIwBg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=ZxVGVeOeOsPlaKnugJAF&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(21117,1,1,22282,1,1123631266,'2015-05-03 13:22:55',''),(21118,1,1,22283,1,1123634747,'2015-05-03 13:23:43',''),(21119,1,1,22284,48,2637637433,'2015-05-03 14:11:14',''),(21120,1,1,22285,68,1123634740,'2015-05-03 14:58:16',''),(21121,1,1,22286,1,3024881091,'2015-05-03 17:18:10',''),(21122,1,1,22287,1,1123631237,'2015-05-03 18:32:18',''),(21123,1,1,22288,1,1123634740,'2015-05-03 18:36:31',''),(21124,1,1,22289,68,1123634740,'2015-05-03 20:54:22',''),(21125,1,1,22290,1,1376898728,'2015-05-03 21:45:04','https://www.google.co.uk/'),(21126,1,1,22291,1,1123634747,'2015-05-03 22:58:59',''),(21127,1,1,22293,45,2996499317,'2015-05-03 23:06:53',''),(21128,1,1,22294,1,2996499317,'2015-05-03 23:55:01',''),(21129,1,1,22295,1,3479603715,'2015-05-04 00:31:56',''),(21130,1,1,22296,68,1123634740,'2015-05-04 02:18:30',''),(21131,1,1,22297,55,3024881295,'2015-05-04 02:58:11',''),(21132,1,1,22298,1,1123634747,'2015-05-04 04:29:41',''),(21133,1,1,22299,1,1542483309,'2015-05-04 04:35:27',''),(21134,1,1,22300,1,1123631237,'2015-05-04 06:18:09',''),(21135,1,1,22301,1,1123634747,'2015-05-04 06:24:41',''),(21136,1,1,22302,26,1534699970,'2015-05-04 06:27:11',''),(21137,1,1,22303,26,1534699970,'2015-05-04 06:27:13',''),(21138,1,1,22304,26,1534699970,'2015-05-04 06:27:17',''),(21139,1,1,22305,26,1534699970,'2015-05-04 06:27:28',''),(21140,1,1,22306,26,1534699970,'2015-05-04 06:27:39',''),(21141,1,1,22307,1,1123634740,'2015-05-04 06:47:33',''),(21142,1,1,22308,1,1377537489,'2015-05-04 10:13:05','https://www.google.co.uk/'),(21143,1,1,22309,1,1377537489,'2015-05-04 10:20:40','https://www.google.co.uk/'),(21144,1,1,22310,1,1377273788,'2015-05-04 10:21:30','https://www.google.co.uk/'),(21145,1,1,22311,48,3024881040,'2015-05-04 10:37:41',''),(21146,1,1,22312,1,3633382698,'2015-05-04 10:41:15','http://whois.domaintools.com/mstyresblackburn.co.uk'),(21147,1,1,22313,1,3156762438,'2015-05-04 11:04:14',''),(21148,1,1,22314,6,3156762438,'2015-05-04 11:04:26',''),(21149,1,1,22315,1,3156762438,'2015-05-04 11:04:33',''),(21150,1,1,22316,1,3156762438,'2015-05-04 11:04:41',''),(21151,1,1,22317,1,3156762438,'2015-05-04 11:04:47',''),(21152,1,1,22318,1,3156762438,'2015-05-04 11:04:51',''),(21153,1,1,22319,1,3156762438,'2015-05-04 11:04:56',''),(21154,1,1,22320,1,3156762438,'2015-05-04 11:05:03',''),(21155,1,1,22321,1,3156762438,'2015-05-04 11:05:07',''),(21156,1,1,22322,1,3156762438,'2015-05-04 11:05:12',''),(21157,1,1,22323,1,3156762438,'2015-05-04 11:05:19',''),(21158,1,1,22324,1,3156762438,'2015-05-04 11:05:26',''),(21159,1,1,22325,1,3156762438,'2015-05-04 11:05:35',''),(21160,1,1,22326,9,3156762438,'2015-05-04 11:05:39',''),(21161,1,1,22327,3,3156762438,'2015-05-04 11:05:45',''),(21162,1,1,22328,18,3156762438,'2015-05-04 11:05:48',''),(21163,1,1,22329,38,3156762438,'2015-05-04 11:05:55',''),(21164,1,1,22330,41,3156762438,'2015-05-04 11:06:02',''),(21165,1,1,22331,43,3156762438,'2015-05-04 11:06:10',''),(21166,1,1,22332,45,3156762438,'2015-05-04 11:06:16',''),(21167,1,1,22333,53,3156762438,'2015-05-04 11:06:20',''),(21168,1,1,22334,48,3156762438,'2015-05-04 11:06:29',''),(21169,1,1,22335,52,3156762438,'2015-05-04 11:06:37',''),(21170,1,1,22336,57,3156762438,'2015-05-04 11:06:40',''),(21171,1,1,22337,28,3156762438,'2015-05-04 11:06:44',''),(21172,1,1,22338,50,3156762438,'2015-05-04 11:06:48',''),(21173,1,1,22339,51,3156762438,'2015-05-04 11:06:51',''),(21174,1,1,22340,56,3156762438,'2015-05-04 11:06:59',''),(21175,1,1,22341,55,3156762438,'2015-05-04 11:07:07',''),(21176,1,1,22342,62,3156762438,'2015-05-04 11:07:14',''),(21177,1,1,22343,63,3156762438,'2015-05-04 11:07:20',''),(21178,1,1,22344,64,3156762438,'2015-05-04 11:07:28',''),(21179,1,1,22345,65,3156762438,'2015-05-04 11:07:31',''),(21180,1,1,22346,69,3156762438,'2015-05-04 11:07:36',''),(21181,1,1,22347,28,3702877339,'2015-05-04 12:05:54',''),(21182,1,1,22348,1,2071807775,'2015-05-04 12:06:39',''),(21183,1,1,22349,1,1123634740,'2015-05-04 12:16:20',''),(21184,1,1,22351,1,3024881216,'2015-05-04 13:47:06',''),(21185,1,1,22352,1,2978047042,'2015-05-04 15:40:06','http://buttons-for-your-website.com'),(21186,1,1,22353,30,1123631237,'2015-05-04 17:18:19',''),(21187,1,1,22354,1,1123631356,'2015-05-04 19:38:43',''),(21188,1,1,22355,1,1123631356,'2015-05-04 20:30:52',''),(21189,1,1,22356,68,1123631237,'2015-05-04 21:41:10',''),(21190,1,1,22357,1,3024881209,'2015-05-04 22:22:09',''),(21191,1,1,22358,68,1323341062,'2015-05-04 22:28:41','http://www.google.fr/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F4%2F64-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=jw6'),(21192,1,1,22359,1,2978333954,'2015-05-04 23:24:39','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(21193,1,1,22360,1,1123631356,'2015-05-05 00:52:38',''),(21194,1,1,22361,26,1123631243,'2015-05-05 00:54:47',''),(21195,1,1,22366,68,1123631237,'2015-05-05 01:30:16',''),(21196,1,1,22367,1,1123631356,'2015-05-05 02:36:31',''),(21197,1,1,22368,45,3164933925,'2015-05-05 03:49:25',''),(21198,1,1,22369,1,3338415115,'2015-05-05 04:57:53',''),(21199,1,1,22370,1,1123631243,'2015-05-05 07:10:51',''),(21200,1,1,22371,68,1123631356,'2015-05-05 07:26:26',''),(21201,1,1,22373,1,1311682245,'2015-05-05 09:22:03',''),(21202,1,1,22374,1,1311682245,'2015-05-05 09:22:06',''),(21203,1,1,22375,1,1311682245,'2015-05-05 09:22:12',''),(21204,1,1,22376,1,1311682245,'2015-05-05 09:22:17',''),(21205,1,1,22377,1,1311682245,'2015-05-05 09:22:20',''),(21206,1,1,22378,1,1311682245,'2015-05-05 09:22:26',''),(21207,1,1,22379,1,1311682245,'2015-05-05 09:22:30',''),(21208,1,1,22380,1,1311682245,'2015-05-05 09:22:37',''),(21209,1,1,22381,1,1311682245,'2015-05-05 09:22:43',''),(21210,1,1,22382,1,1311682245,'2015-05-05 09:22:48',''),(21211,1,1,22383,1,3024881045,'2015-05-05 09:44:39',''),(21212,1,1,22384,1,1542483321,'2015-05-05 10:53:18',''),(21213,1,1,22385,48,3024880913,'2015-05-05 11:54:20',''),(21214,1,1,22386,1,1123631237,'2015-05-05 13:16:11',''),(21215,1,1,22388,1,3024881298,'2015-05-05 15:57:37',''),(21216,1,1,22389,1,1123631356,'2015-05-05 18:15:26',''),(21217,1,1,22390,1,1123631237,'2015-05-05 18:21:06',''),(21218,1,1,22391,1,2733841357,'2015-05-05 18:23:28',''),(21219,1,1,22392,6,2733841357,'2015-05-05 18:23:37',''),(21220,1,1,22393,9,2733841357,'2015-05-05 18:23:47',''),(21221,1,1,22394,51,2733841357,'2015-05-05 18:23:52',''),(21222,1,1,22395,63,2733841357,'2015-05-05 18:23:57',''),(21223,1,1,22396,56,2733841357,'2015-05-05 18:24:02',''),(21224,1,1,22397,28,2733841357,'2015-05-05 18:24:07',''),(21225,1,1,22398,62,2733841357,'2015-05-05 18:24:12',''),(21226,1,1,22399,65,2733841357,'2015-05-05 18:24:17',''),(21227,1,1,22400,50,2733841357,'2015-05-05 18:24:21',''),(21228,1,1,22401,69,2733841357,'2015-05-05 18:24:26',''),(21229,1,1,22402,55,2733841357,'2015-05-05 18:24:32',''),(21230,1,1,22403,64,2733841357,'2015-05-05 18:24:36',''),(21231,1,1,22404,48,2733841357,'2015-05-05 18:24:41',''),(21232,1,1,22405,42,2733841357,'2015-05-05 18:24:46',''),(21233,1,1,22406,53,2733841357,'2015-05-05 18:24:51',''),(21234,1,1,22407,43,2733841357,'2015-05-05 18:24:57',''),(21235,1,1,22408,10,2733841357,'2015-05-05 18:25:01',''),(21236,1,1,22409,27,2733841357,'2015-05-05 18:25:06',''),(21237,1,1,22410,49,2733841357,'2015-05-05 18:25:12',''),(21238,1,1,22411,44,2733841357,'2015-05-05 18:25:17',''),(21239,1,1,22412,58,2733841357,'2015-05-05 18:25:22',''),(21240,1,1,22413,16,2733841357,'2015-05-05 18:25:26',''),(21241,1,1,22414,38,2733841357,'2015-05-05 18:25:31',''),(21242,1,1,22415,52,2733841357,'2015-05-05 18:25:36',''),(21243,1,1,22416,41,2733841357,'2015-05-05 18:25:41',''),(21244,1,1,22417,45,2733841357,'2015-05-05 18:25:46',''),(21245,1,1,22418,57,2733841357,'2015-05-05 18:25:51',''),(21246,1,1,22419,16,2733841357,'2015-05-05 18:25:57',''),(21247,1,1,22420,67,2733841357,'2015-05-05 18:26:01',''),(21248,1,1,22421,75,2733841357,'2015-05-05 18:26:06',''),(21249,1,1,22422,74,2733841357,'2015-05-05 18:26:11',''),(21250,1,1,22423,68,2733841357,'2015-05-05 18:26:16',''),(21251,1,1,22424,59,2733841357,'2015-05-05 18:26:22',''),(21252,1,1,22425,16,2733841357,'2015-05-05 18:26:26',''),(21253,1,1,22426,73,2733841357,'2015-05-05 18:26:31',''),(21254,1,1,22427,70,2733841357,'2015-05-05 18:26:37',''),(21255,1,1,22428,71,2733841357,'2015-05-05 18:26:42',''),(21256,1,1,22429,72,2733841357,'2015-05-05 18:26:46',''),(21257,1,1,22430,43,2733841357,'2015-05-05 18:26:51',''),(21258,1,1,22431,43,2733841357,'2015-05-05 18:26:57',''),(21259,1,1,22432,47,2733841357,'2015-05-05 18:27:02',''),(21260,1,1,22433,15,2733841357,'2015-05-05 18:27:07',''),(21261,1,1,22434,31,2733841357,'2015-05-05 18:27:11',''),(21262,1,1,22435,54,2733841357,'2015-05-05 18:27:16',''),(21263,1,1,22436,66,2733841357,'2015-05-05 18:27:22',''),(21264,1,1,22437,26,2733841357,'2015-05-05 18:27:26',''),(21265,1,1,22438,26,2733841357,'2015-05-05 18:27:32',''),(21266,1,1,22439,26,2733841357,'2015-05-05 18:27:36',''),(21267,1,1,22440,26,2733841357,'2015-05-05 18:27:41',''),(21268,1,1,22441,26,2733841357,'2015-05-05 18:27:46',''),(21269,1,1,22442,26,2733841357,'2015-05-05 18:27:51',''),(21270,1,1,22443,26,2733841357,'2015-05-05 18:27:57',''),(21271,1,1,22444,26,2733841357,'2015-05-05 18:28:02',''),(21272,1,1,22445,26,2733841357,'2015-05-05 18:28:07',''),(21273,1,1,22446,26,2733841357,'2015-05-05 18:28:11',''),(21274,1,1,22447,26,2733841357,'2015-05-05 18:28:17',''),(21275,1,1,22448,26,2733841357,'2015-05-05 18:28:21',''),(21276,1,1,22449,26,2733841357,'2015-05-05 18:28:27',''),(21277,1,1,22450,26,2733841357,'2015-05-05 18:28:32',''),(21278,1,1,22451,26,2733841357,'2015-05-05 18:28:36',''),(21279,1,1,22452,26,2733841357,'2015-05-05 18:28:42',''),(21280,1,1,22453,26,2733841357,'2015-05-05 18:28:47',''),(21281,1,1,22454,26,2733841357,'2015-05-05 18:28:51',''),(21282,1,1,22455,26,2733841357,'2015-05-05 18:28:56',''),(21283,1,1,22456,26,2733841357,'2015-05-05 18:29:01',''),(21284,1,1,22457,26,2733841357,'2015-05-05 18:29:07',''),(21285,1,1,22458,26,2733841357,'2015-05-05 18:29:12',''),(21286,1,1,22459,26,2733841357,'2015-05-05 18:29:17',''),(21287,1,1,22460,26,2733841357,'2015-05-05 18:29:21',''),(21288,1,1,22461,26,2733841357,'2015-05-05 18:29:26',''),(21289,1,1,22462,26,2733841357,'2015-05-05 18:29:31',''),(21290,1,1,22463,26,2733841357,'2015-05-05 18:29:36',''),(21291,1,1,22464,26,2733841357,'2015-05-05 18:29:41',''),(21292,1,1,22465,26,2733841357,'2015-05-05 18:29:47',''),(21293,1,1,22466,26,2733841357,'2015-05-05 18:29:51',''),(21294,1,1,22467,26,2733841357,'2015-05-05 18:29:56',''),(21295,1,1,22468,26,2733841357,'2015-05-05 18:30:02',''),(21296,1,1,22469,26,2733841357,'2015-05-05 18:30:07',''),(21297,1,1,22470,26,2733841357,'2015-05-05 18:30:11',''),(21298,1,1,22471,1,2637637532,'2015-05-05 18:54:19',''),(21299,1,1,22472,1,1152705687,'2015-05-05 20:37:13',''),(21300,1,1,22473,1,3141187939,'2015-05-05 22:27:50','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(21301,1,1,22474,1,2637693643,'2015-05-05 22:39:36',''),(21302,1,1,22475,58,3164933925,'2015-05-06 00:19:16',''),(21303,1,1,22476,6,2637637434,'2015-05-06 00:56:13',''),(21304,1,1,22477,1,2071807858,'2015-05-06 01:50:49',''),(21305,1,1,22478,26,2071807843,'2015-05-06 02:24:08',''),(21306,1,1,22479,1,2637693762,'2015-05-06 02:51:44',''),(21307,1,1,22480,46,2071807782,'2015-05-06 02:57:28',''),(21308,1,1,22481,26,1152705687,'2015-05-06 03:08:15',''),(21309,1,1,22496,43,2071807793,'2015-05-06 03:30:49',''),(21310,1,1,22497,1,1123631237,'2015-05-06 04:02:44',''),(21311,1,1,22498,59,3024881089,'2015-05-06 04:19:12',''),(21312,1,1,22499,50,1152705687,'2015-05-06 07:41:06',''),(21313,1,1,22500,1,455240637,'2015-05-06 08:07:03','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(21314,1,1,22501,49,2637637535,'2015-05-06 09:10:10',''),(21315,1,1,22502,56,1152705687,'2015-05-06 09:23:08',''),(21316,1,1,22503,1,1053973110,'2015-05-06 09:52:36',''),(21317,1,1,22504,1,2071807860,'2015-05-06 10:03:13',''),(21318,1,1,22505,1,2204827762,'2015-05-06 10:13:52',''),(21319,1,1,22506,6,1202747938,'2015-05-06 11:01:36',''),(21320,1,1,22507,1,1202747938,'2015-05-06 11:01:39',''),(21321,1,1,22508,1,1202747938,'2015-05-06 11:01:42',''),(21322,1,1,22509,1,1202747938,'2015-05-06 11:01:45',''),(21323,1,1,22510,1,1202747938,'2015-05-06 11:01:48',''),(21324,1,1,22511,1,1202747938,'2015-05-06 11:01:51',''),(21325,1,1,22512,1,1202747938,'2015-05-06 11:01:54',''),(21326,1,1,22513,1,1202747938,'2015-05-06 11:01:56',''),(21327,1,1,22514,1,1202747938,'2015-05-06 11:01:59',''),(21328,1,1,22515,1,1202747938,'2015-05-06 11:02:02',''),(21329,1,1,22516,1,1202747938,'2015-05-06 11:02:07',''),(21330,1,1,22517,1,1202747938,'2015-05-06 11:02:09',''),(21331,1,1,22518,9,1202747938,'2015-05-06 11:02:12',''),(21332,1,1,22519,3,1202747938,'2015-05-06 11:02:19',''),(21333,1,1,22520,18,1202747938,'2015-05-06 11:02:21',''),(21334,1,1,22521,38,1202747938,'2015-05-06 11:02:27',''),(21335,1,1,22522,41,1202747938,'2015-05-06 11:02:29',''),(21336,1,1,22523,43,1202747938,'2015-05-06 11:02:32',''),(21337,1,1,22524,45,1202747938,'2015-05-06 11:02:41',''),(21338,1,1,22525,53,1202747938,'2015-05-06 11:02:43',''),(21339,1,1,22526,48,1202747938,'2015-05-06 11:02:46',''),(21340,1,1,22527,52,1202747938,'2015-05-06 11:02:48',''),(21341,1,1,22528,57,1202747938,'2015-05-06 11:02:51',''),(21342,1,1,22529,28,1202747938,'2015-05-06 11:02:54',''),(21343,1,1,22530,50,1202747938,'2015-05-06 11:04:47',''),(21344,1,1,22531,51,1202747938,'2015-05-06 11:04:52',''),(21345,1,1,22532,56,1202747938,'2015-05-06 11:04:57',''),(21346,1,1,22533,55,1202747938,'2015-05-06 11:05:06',''),(21347,1,1,22534,62,1202747938,'2015-05-06 11:05:09',''),(21348,1,1,22535,63,1202747938,'2015-05-06 11:05:13',''),(21349,1,1,22536,64,1202747938,'2015-05-06 11:05:19',''),(21350,1,1,22537,65,1202747938,'2015-05-06 11:05:23',''),(21351,1,1,22538,69,1202747938,'2015-05-06 11:05:27',''),(21352,1,1,22539,1,1483357628,'2015-05-06 11:22:47','https://www.google.co.uk/'),(21353,1,1,22540,1,1041806727,'2015-05-06 11:23:18',''),(21354,1,1,22541,49,3164933925,'2015-05-06 13:01:28',''),(21355,1,1,22542,1,2973921786,'2015-05-06 14:04:02','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(21356,1,1,22543,68,1345513818,'2015-05-06 14:55:20','https://www.google.pl/'),(21357,1,1,22544,1,2071807851,'2015-05-06 15:49:32',''),(21358,1,1,22545,1,1542483294,'2015-05-06 17:32:40',''),(21359,1,1,22546,26,2637637434,'2015-05-06 20:59:01',''),(21360,1,1,22547,26,2637637434,'2015-05-06 20:59:02',''),(21361,1,1,22548,57,2637637434,'2015-05-06 20:59:03',''),(21362,1,1,22549,26,2637637434,'2015-05-06 20:59:04',''),(21363,1,1,22550,27,2637637434,'2015-05-06 20:59:06',''),(21364,1,1,22551,31,2637637434,'2015-05-06 20:59:07',''),(21365,1,1,22552,69,2637637434,'2015-05-06 20:59:09',''),(21366,1,1,22553,26,2637637434,'2015-05-06 20:59:11',''),(21367,1,1,22554,48,2637637434,'2015-05-06 20:59:11',''),(21368,1,1,22555,26,2637637567,'2015-05-06 20:59:24',''),(21369,1,1,22556,26,2637637567,'2015-05-06 20:59:25',''),(21370,1,1,22557,26,2637637567,'2015-05-06 20:59:26',''),(21371,1,1,22558,26,2637637567,'2015-05-06 20:59:27',''),(21372,1,1,22559,51,2637637567,'2015-05-06 20:59:28',''),(21373,1,1,22560,50,2637637567,'2015-05-06 20:59:30',''),(21374,1,1,22561,44,2637637567,'2015-05-06 20:59:31',''),(21375,1,1,22562,74,2637637567,'2015-05-06 20:59:34',''),(21376,1,1,22563,66,2637637567,'2015-05-06 20:59:36',''),(21377,1,1,22564,52,2637637567,'2015-05-06 20:59:37',''),(21378,1,1,22565,53,2637637567,'2015-05-06 20:59:38',''),(21379,1,1,22566,75,3475901707,'2015-05-06 20:59:39',''),(21380,1,1,22567,1,2637637567,'2015-05-06 20:59:40',''),(21381,1,1,22568,62,3475901707,'2015-05-06 20:59:40',''),(21382,1,1,22569,26,3475901707,'2015-05-06 20:59:42',''),(21383,1,1,22570,16,3475901707,'2015-05-06 20:59:43',''),(21384,1,1,22571,43,3475901707,'2015-05-06 20:59:45',''),(21385,1,1,22572,43,3475901707,'2015-05-06 20:59:47',''),(21386,1,1,22573,26,3475901707,'2015-05-06 20:59:49',''),(21387,1,1,22574,26,3475901707,'2015-05-06 20:59:50',''),(21388,1,1,22575,26,3475901707,'2015-05-06 20:59:51',''),(21389,1,1,22576,26,3475901707,'2015-05-06 20:59:52',''),(21390,1,1,22577,26,3475901707,'2015-05-06 20:59:53',''),(21391,1,1,22578,67,3475901707,'2015-05-06 20:59:54',''),(21392,1,1,22579,64,3475901707,'2015-05-06 20:59:56',''),(21393,1,1,22580,26,2637637532,'2015-05-06 20:59:57',''),(21394,1,1,22581,59,3475901707,'2015-05-06 20:59:58',''),(21395,1,1,22582,26,2637637532,'2015-05-06 20:59:58',''),(21396,1,1,22583,26,2637637532,'2015-05-06 20:59:59',''),(21397,1,1,22584,28,3475901707,'2015-05-06 21:00:00',''),(21398,1,1,22585,26,2637637532,'2015-05-06 21:00:00',''),(21399,1,1,22586,26,2637637532,'2015-05-06 21:00:01',''),(21400,1,1,22587,26,3475901707,'2015-05-06 21:00:01',''),(21401,1,1,22588,55,2637637535,'2015-05-06 21:00:02',''),(21402,1,1,22589,47,3475901707,'2015-05-06 21:00:02',''),(21403,1,1,22590,49,2637637535,'2015-05-06 21:00:04',''),(21404,1,1,22591,45,2637637535,'2015-05-06 21:00:06',''),(21405,1,1,22592,26,2637637535,'2015-05-06 21:00:07',''),(21406,1,1,22593,26,2637637535,'2015-05-06 21:00:08',''),(21407,1,1,22594,26,2637637535,'2015-05-06 21:00:09',''),(21408,1,1,22595,26,2637637535,'2015-05-06 21:00:10',''),(21409,1,1,22596,26,2637637535,'2015-05-06 21:00:11',''),(21410,1,1,22597,41,2637637535,'2015-05-06 21:00:13',''),(21411,1,1,22598,56,2637637532,'2015-05-06 21:00:14',''),(21412,1,1,22599,16,2637637532,'2015-05-06 21:00:15',''),(21413,1,1,22600,43,2637637532,'2015-05-06 21:00:15',''),(21414,1,1,22601,50,2637637567,'2015-05-06 23:14:25',''),(21415,1,1,22602,54,3702877367,'2015-05-06 23:26:49',''),(21416,1,1,22603,1,2637637568,'2015-05-06 23:33:41',''),(21417,1,1,22604,1,1123631266,'2015-05-07 02:57:56',''),(21418,1,1,22605,1,1123631271,'2015-05-07 03:07:57',''),(21419,1,1,22606,1,3702877306,'2015-05-07 04:04:14',''),(21420,1,1,22607,30,1123631276,'2015-05-07 04:45:29',''),(21421,1,1,22608,1,3323674919,'2015-05-07 10:18:16',''),(21422,1,1,22609,1,3323674919,'2015-05-07 10:18:19',''),(21423,1,1,22610,1,3323674919,'2015-05-07 10:18:22',''),(21424,1,1,22611,1,3323674919,'2015-05-07 10:18:27',''),(21425,1,1,22612,1,3323674919,'2015-05-07 10:18:31',''),(21426,1,1,22613,1,3323674919,'2015-05-07 10:18:33',''),(21427,1,1,22614,1,3323674919,'2015-05-07 10:18:37',''),(21428,1,1,22615,1,3323674919,'2015-05-07 10:18:39',''),(21429,1,1,22616,1,3323674919,'2015-05-07 10:18:42',''),(21430,1,1,22617,1,3323674919,'2015-05-07 10:18:45',''),(21431,1,1,22618,6,3024880922,'2015-05-07 10:34:36',''),(21432,1,1,22619,1,3568795896,'2015-05-07 11:33:56',''),(21433,1,1,22620,59,3024881290,'2015-05-07 12:08:30',''),(21434,1,1,22621,1,3024881087,'2015-05-07 12:50:57',''),(21435,1,1,22622,1,1123631243,'2015-05-07 14:45:57',''),(21436,1,1,22623,1,1123631356,'2015-05-07 14:46:57',''),(21437,1,1,22624,1,1032306395,'2015-05-07 15:57:33','http://www.baidu.com/s?wd=Mstyresblackburn'),(21438,1,1,22625,1,1375799679,'2015-05-07 21:25:57','https://www.google.co.uk/'),(21439,1,1,22626,1,3024880968,'2015-05-07 21:29:06',''),(21440,1,1,22627,1,3024881283,'2015-05-07 22:37:54',''),(21441,1,1,22628,1,1377522813,'2015-05-07 23:14:47','https://www.google.co.uk/'),(21442,1,1,22629,54,3702877326,'2015-05-07 23:46:27',''),(21443,1,1,22630,1,1123631237,'2015-05-08 03:56:56',''),(21444,1,1,22631,1,1032306277,'2015-05-08 05:09:17','http://www.baidu.com/s?wd=Mstyresblackburn'),(21445,1,1,22632,1,1123631356,'2015-05-08 05:35:52',''),(21446,1,1,22633,1,3024880921,'2015-05-08 06:27:29',''),(21447,1,1,22634,1,1123631243,'2015-05-08 06:41:27',''),(21448,1,1,22635,1,1123631356,'2015-05-08 07:00:56',''),(21449,1,1,22636,6,3024881088,'2015-05-08 07:35:41',''),(21450,1,1,22637,65,2637637434,'2015-05-08 07:49:57',''),(21451,1,1,22638,1,1123633627,'2015-05-08 09:10:17',''),(21452,1,1,22639,1,984141962,'2015-05-08 09:30:53','http://buttons-for-your-website.com'),(21453,1,1,22640,1,3174704388,'2015-05-08 10:15:15','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(21454,1,1,22641,1,2420907426,'2015-05-08 11:47:14',''),(21455,1,1,22642,1,100662549,'2015-05-08 11:47:53',''),(21456,1,1,22643,1,2996499317,'2015-05-08 11:47:56',''),(21457,1,1,22644,1,100662549,'2015-05-08 11:47:59',''),(21458,1,1,22645,1,2996499317,'2015-05-08 11:48:03',''),(21459,1,1,22646,6,2903196828,'2015-05-08 12:12:37',''),(21460,1,1,22647,1,2903196828,'2015-05-08 12:12:43',''),(21461,1,1,22648,1,2903196828,'2015-05-08 12:12:47',''),(21462,1,1,22649,1,2903196828,'2015-05-08 12:12:52',''),(21463,1,1,22650,1,2903196828,'2015-05-08 12:12:57',''),(21464,1,1,22651,1,2903196828,'2015-05-08 12:13:01',''),(21465,1,1,22652,1,2903196828,'2015-05-08 12:13:05',''),(21466,1,1,22653,1,2903196828,'2015-05-08 12:13:10',''),(21467,1,1,22654,1,2903196828,'2015-05-08 12:13:17',''),(21468,1,1,22655,1,2903196828,'2015-05-08 12:13:21',''),(21469,1,1,22656,1,2903196828,'2015-05-08 12:13:25',''),(21470,1,1,22657,1,2903196828,'2015-05-08 12:13:31',''),(21471,1,1,22658,9,2903196828,'2015-05-08 12:13:35',''),(21472,1,1,22659,3,2903196828,'2015-05-08 12:13:42',''),(21473,1,1,22660,18,2903196828,'2015-05-08 12:13:47',''),(21474,1,1,22661,38,2903196828,'2015-05-08 12:13:53',''),(21475,1,1,22662,41,2903196828,'2015-05-08 12:13:58',''),(21476,1,1,22663,43,2903196828,'2015-05-08 12:14:05',''),(21477,1,1,22664,45,2903196828,'2015-05-08 12:14:10',''),(21478,1,1,22665,53,2903196828,'2015-05-08 12:14:17',''),(21479,1,1,22666,48,2903196828,'2015-05-08 12:14:22',''),(21480,1,1,22667,52,2903196828,'2015-05-08 12:14:28',''),(21481,1,1,22668,57,2903196828,'2015-05-08 12:14:33',''),(21482,1,1,22669,28,2903196828,'2015-05-08 12:14:37',''),(21483,1,1,22670,50,2903196828,'2015-05-08 12:14:43',''),(21484,1,1,22671,51,2903196828,'2015-05-08 12:14:47',''),(21485,1,1,22672,56,2903196828,'2015-05-08 12:14:51',''),(21486,1,1,22673,55,2903196828,'2015-05-08 12:14:57',''),(21487,1,1,22674,62,2903196828,'2015-05-08 12:15:01',''),(21488,1,1,22675,63,2903196828,'2015-05-08 12:15:07',''),(21489,1,1,22676,64,2903196828,'2015-05-08 12:15:12',''),(21490,1,1,22677,65,2903196828,'2015-05-08 12:15:17',''),(21491,1,1,22678,69,2903196828,'2015-05-08 12:15:24',''),(21492,1,1,22679,1,1367985768,'2015-05-08 13:12:37','https://www.google.co.uk/'),(21493,1,1,22680,56,1369012694,'2015-05-08 14:26:28','https://www.google.co.uk/'),(21494,1,1,22681,1,1441571474,'2015-05-08 16:23:45',''),(21495,1,1,22682,43,3702877266,'2015-05-08 17:46:21',''),(21496,1,1,22683,1,2071807824,'2015-05-08 18:00:10',''),(21497,1,1,22684,1,3702877297,'2015-05-08 18:02:16',''),(21498,1,1,22685,1,1377538752,'2015-05-08 20:05:31','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=16&ved=0CKsBEBYwDw&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=5w5NVfL3M6PiywP4ooDgBQ&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ'),(21499,1,1,22686,1,1123631243,'2015-05-08 20:56:40',''),(21500,1,1,22687,46,2637637567,'2015-05-08 21:23:10',''),(21501,1,1,22688,68,2637637434,'2015-05-08 21:35:34',''),(21502,1,1,22689,63,2637637434,'2015-05-08 21:35:36',''),(21503,1,1,22690,58,2637637434,'2015-05-08 21:35:38',''),(21504,1,1,22691,3,2637637434,'2015-05-08 21:35:40',''),(21505,1,1,22692,65,2637637434,'2015-05-08 21:35:42',''),(21506,1,1,22693,6,2637637568,'2015-05-08 21:35:42',''),(21507,1,1,22694,38,3475901707,'2015-05-08 21:39:29',''),(21508,1,1,22695,29,3475901707,'2015-05-08 21:39:31',''),(21509,1,1,22696,18,3475901707,'2015-05-08 21:39:32',''),(21510,1,1,22697,41,1152705687,'2015-05-09 00:03:50',''),(21511,1,1,22698,30,1123631237,'2015-05-09 00:34:45',''),(21512,1,1,22699,1,3429212419,'2015-05-09 00:35:41',''),(21513,1,1,22700,27,3024881201,'2015-05-09 01:14:37',''),(21514,1,1,22701,26,1815808080,'2015-05-09 03:37:23',''),(21515,1,1,22702,26,1815808080,'2015-05-09 03:37:25',''),(21516,1,1,22703,26,1815808080,'2015-05-09 03:37:29',''),(21517,1,1,22704,26,1815808080,'2015-05-09 03:37:33',''),(21518,1,1,22705,43,2071807787,'2015-05-09 04:14:21',''),(21519,1,1,22706,1,3024881206,'2015-05-09 06:25:18',''),(21520,1,1,22707,1,1542483324,'2015-05-09 09:05:21',''),(21521,1,1,22708,1,1451749252,'2015-05-09 09:26:02','https://www.google.co.uk/'),(21522,1,1,22709,1,3024881062,'2015-05-09 12:18:43',''),(21523,1,1,22710,1,3702877276,'2015-05-09 12:39:44',''),(21524,1,1,22711,6,1308163185,'2015-05-09 12:45:58',''),(21525,1,1,22712,1,1308163185,'2015-05-09 12:46:02',''),(21526,1,1,22713,1,1308163185,'2015-05-09 12:46:05',''),(21527,1,1,22714,1,1308163185,'2015-05-09 12:46:11',''),(21528,1,1,22715,1,1308163185,'2015-05-09 12:46:14',''),(21529,1,1,22716,1,1308163185,'2015-05-09 12:46:16',''),(21530,1,1,22717,1,1308163185,'2015-05-09 12:46:19',''),(21531,1,1,22718,1,1308163185,'2015-05-09 12:46:22',''),(21532,1,1,22719,1,1308163185,'2015-05-09 12:46:25',''),(21533,1,1,22720,1,1308163185,'2015-05-09 12:46:28',''),(21534,1,1,22721,1,1308163185,'2015-05-09 12:46:31',''),(21535,1,1,22722,9,1308163185,'2015-05-09 12:46:33',''),(21536,1,1,22723,3,1308163185,'2015-05-09 12:46:40',''),(21537,1,1,22724,18,1308163185,'2015-05-09 12:46:46',''),(21538,1,1,22725,38,1308163185,'2015-05-09 12:46:50',''),(21539,1,1,22726,41,1308163185,'2015-05-09 12:46:55',''),(21540,1,1,22727,43,1308163185,'2015-05-09 12:47:01',''),(21541,1,1,22728,45,1308163185,'2015-05-09 12:47:07',''),(21542,1,1,22729,53,1308163185,'2015-05-09 12:47:12',''),(21543,1,1,22730,48,1308163185,'2015-05-09 12:47:16',''),(21544,1,1,22731,52,1308163185,'2015-05-09 12:47:20',''),(21545,1,1,22732,57,1308163185,'2015-05-09 12:47:23',''),(21546,1,1,22733,28,1308163185,'2015-05-09 12:47:25',''),(21547,1,1,22734,50,1308163185,'2015-05-09 12:47:28',''),(21548,1,1,22735,51,1308163185,'2015-05-09 12:47:32',''),(21549,1,1,22736,56,1308163185,'2015-05-09 12:47:35',''),(21550,1,1,22737,55,1308163185,'2015-05-09 12:47:39',''),(21551,1,1,22738,62,1308163185,'2015-05-09 12:47:42',''),(21552,1,1,22739,63,1308163185,'2015-05-09 12:47:45',''),(21553,1,1,22740,64,1308163185,'2015-05-09 12:47:49',''),(21554,1,1,22741,65,1308163185,'2015-05-09 12:47:52',''),(21555,1,1,22742,69,1308163185,'2015-05-09 12:47:55',''),(21556,1,1,22743,56,3156059224,'2015-05-09 13:37:40',''),(21557,1,1,22744,1,1032306280,'2015-05-09 16:15:17','http://www.baidu.com/s?wd=Mstyresblackburn'),(21558,1,1,22745,38,3475901707,'2015-05-09 18:02:13',''),(21559,1,1,22746,29,3475901707,'2015-05-09 18:02:14',''),(21560,1,1,22747,18,3475901707,'2015-05-09 18:02:15',''),(21561,1,1,22748,68,3475901830,'2015-05-09 18:02:46',''),(21562,1,1,22749,63,3475901830,'2015-05-09 18:02:48',''),(21563,1,1,22750,58,3475901830,'2015-05-09 18:02:50',''),(21564,1,1,22751,3,3475901830,'2015-05-09 18:02:50',''),(21565,1,1,22752,65,3475901830,'2015-05-09 18:02:52',''),(21566,1,1,22753,10,2637637561,'2015-05-09 18:08:30',''),(21567,1,1,22754,9,2637637561,'2015-05-09 18:08:32',''),(21568,1,1,22755,6,2637637567,'2015-05-09 18:13:50',''),(21569,1,1,22756,6,3024881290,'2015-05-09 18:35:04',''),(21570,1,1,22757,1,758682406,'2015-05-09 18:54:48',''),(21571,1,1,22758,1,2916098904,'2015-05-09 20:45:43',''),(21572,1,1,22759,70,2637637562,'2015-05-10 00:11:57',''),(21573,1,1,22760,1,1123632066,'2015-05-10 00:22:42',''),(21574,1,1,22761,1,786803397,'2015-05-10 00:25:22',''),(21575,1,1,22762,1,1123632078,'2015-05-10 01:28:24',''),(21576,1,1,22763,26,2297628123,'2015-05-10 01:56:24',''),(21577,1,1,22764,26,2297628123,'2015-05-10 01:56:26',''),(21578,1,1,22765,26,2297628123,'2015-05-10 01:56:29',''),(21579,1,1,22766,26,2297628123,'2015-05-10 01:56:31',''),(21580,1,1,22767,26,2297628123,'2015-05-10 01:56:34',''),(21581,1,1,22768,26,2297628123,'2015-05-10 01:56:36',''),(21582,1,1,22769,26,2297628123,'2015-05-10 01:56:39',''),(21583,1,1,22770,26,2297628123,'2015-05-10 01:56:42',''),(21584,1,1,22771,26,2297628123,'2015-05-10 01:56:44',''),(21585,1,1,22772,26,2297628123,'2015-05-10 01:56:47',''),(21586,1,1,22773,29,2297628123,'2015-05-10 01:56:49',''),(21587,1,1,22774,42,2297628123,'2015-05-10 01:56:52',''),(21588,1,1,22775,43,2297628123,'2015-05-10 01:56:55',''),(21589,1,1,22776,43,2297628123,'2015-05-10 01:56:57',''),(21590,1,1,22777,16,2297628123,'2015-05-10 01:57:00',''),(21591,1,1,22778,54,2297628123,'2015-05-10 01:57:03',''),(21592,1,1,22779,66,2297628123,'2015-05-10 01:57:07',''),(21593,1,1,22780,15,2297628123,'2015-05-10 01:57:10',''),(21594,1,1,22781,31,2297628123,'2015-05-10 01:57:13',''),(21595,1,1,22782,47,2297628123,'2015-05-10 01:57:16',''),(21596,1,1,22783,27,2297628123,'2015-05-10 01:57:19',''),(21597,1,1,22784,44,2297628123,'2015-05-10 01:57:22',''),(21598,1,1,22785,49,2297628123,'2015-05-10 01:57:26',''),(21599,1,1,22786,58,2297628123,'2015-05-10 01:57:29',''),(21600,1,1,22787,10,2297628123,'2015-05-10 01:57:32',''),(21601,1,1,22788,27,3024881301,'2015-05-10 03:30:06',''),(21602,1,1,22789,3,2996499317,'2015-05-10 04:31:36',''),(21603,1,1,22790,1,100662608,'2015-05-10 08:48:26',''),(21604,1,1,22791,18,2996499317,'2015-05-10 08:50:55',''),(21605,1,1,22792,1,1123632090,'2015-05-10 12:39:49',''),(21606,1,1,22793,1,3649130801,'2015-05-10 15:04:00','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(21607,1,1,22794,1,1663916621,'2015-05-10 16:11:50','http://buttons-for-your-website.com'),(21608,1,1,22795,6,3024881063,'2015-05-10 16:27:50',''),(21609,1,1,22796,1,1511941501,'2015-05-10 16:56:23',''),(21610,1,1,22797,1,1542483316,'2015-05-10 17:04:18',''),(21611,1,1,22798,54,2071807853,'2015-05-10 18:37:08',''),(21612,1,1,22799,1,1123634733,'2015-05-10 21:11:45',''),(21613,1,1,22800,26,2990476559,'2015-05-10 23:43:47',''),(21614,1,1,22801,26,2990476559,'2015-05-10 23:43:51',''),(21615,1,1,22802,26,2990476559,'2015-05-10 23:43:57',''),(21616,1,1,22803,26,2990476559,'2015-05-10 23:44:01',''),(21617,1,1,22804,26,2990476559,'2015-05-10 23:44:08',''),(21618,1,1,22805,26,2990476559,'2015-05-10 23:44:13',''),(21619,1,1,22806,26,2990476559,'2015-05-10 23:44:21',''),(21620,1,1,22807,26,2990476559,'2015-05-10 23:44:36',''),(21621,1,1,22808,26,2990476559,'2015-05-10 23:44:42',''),(21622,1,1,22809,26,2990476559,'2015-05-10 23:44:47',''),(21623,1,1,22810,29,2990476559,'2015-05-10 23:44:50',''),(21624,1,1,22811,42,2990476559,'2015-05-10 23:44:58',''),(21625,1,1,22812,43,2990476559,'2015-05-10 23:45:02',''),(21626,1,1,22813,43,2990476559,'2015-05-10 23:45:10',''),(21627,1,1,22814,16,2990476559,'2015-05-10 23:45:14',''),(21628,1,1,22815,54,2990476559,'2015-05-10 23:45:21',''),(21629,1,1,22816,66,2990476559,'2015-05-10 23:45:27',''),(21630,1,1,22817,15,2990476559,'2015-05-10 23:45:34',''),(21631,1,1,22818,31,2990476559,'2015-05-10 23:45:39',''),(21632,1,1,22819,47,2990476559,'2015-05-10 23:45:59',''),(21633,1,1,22820,27,2990476559,'2015-05-10 23:46:03',''),(21634,1,1,22821,44,2990476559,'2015-05-10 23:46:08',''),(21635,1,1,22822,49,2990476559,'2015-05-10 23:46:18',''),(21636,1,1,22823,58,2990476559,'2015-05-10 23:46:23',''),(21637,1,1,22824,10,2990476559,'2015-05-10 23:46:29',''),(21638,1,1,22825,1,3338415115,'2015-05-11 01:16:07',''),(21639,1,1,22826,1,1123634733,'2015-05-11 03:35:29',''),(21640,1,1,22827,43,2637637523,'2015-05-11 03:45:20',''),(21641,1,1,22828,1,2297628119,'2015-05-11 06:53:31',''),(21642,1,1,22829,1,2297628119,'2015-05-11 06:53:46',''),(21643,1,1,22830,1,2297628119,'2015-05-11 06:54:17',''),(21644,1,1,22831,1,2297628119,'2015-05-11 06:54:47',''),(21645,1,1,22832,1,2297628119,'2015-05-11 06:54:54',''),(21646,1,1,22833,1,2297628119,'2015-05-11 06:55:13',''),(21647,1,1,22834,1,2297628119,'2015-05-11 06:55:28',''),(21648,1,1,22835,1,2297628119,'2015-05-11 06:55:51',''),(21649,1,1,22836,1,2297628119,'2015-05-11 06:56:35',''),(21650,1,1,22837,1,2297628119,'2015-05-11 06:56:50',''),(21651,1,1,22838,1,2297628119,'2015-05-11 06:57:14',''),(21652,1,1,22839,69,3702877364,'2015-05-11 07:26:02',''),(21653,1,1,22840,55,2918996153,'2015-05-11 07:27:10',''),(21654,1,1,22841,48,3576168713,'2015-05-11 07:35:59','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CEwQFjAG&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_category%3D39%26controller%3Dcategory%26id_lang%3D1&ei=zFtQVdWwMMqP7Ab-yIHwDQ&usg=AFQjCNF8U2fj9rhA-mztuPxpx9L4f5rs'),(21655,1,1,22842,43,2637637523,'2015-05-11 07:50:16',''),(21656,1,1,22843,43,2637637523,'2015-05-11 07:50:18',''),(21657,1,1,22844,1,2637637391,'2015-05-11 07:51:01',''),(21658,1,1,22845,48,3475901830,'2015-05-11 07:51:13',''),(21659,1,1,22846,1,100662669,'2015-05-11 09:35:20',''),(21660,1,1,22847,51,3024880977,'2015-05-11 10:26:56',''),(21661,1,1,22848,16,2462525415,'2015-05-11 12:00:47','https://www.google.co.uk/'),(21662,1,1,22849,1,702861469,'2015-05-11 13:14:19','http://buttons-for-your-website.com'),(21663,1,1,22850,1,3024881300,'2015-05-11 14:01:18',''),(21664,1,1,22851,1,1442939743,'2015-05-11 14:44:04','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0CFwQoAIwAg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=BMBQVe2PB4GtUJzjgOAL&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(21665,1,1,22852,1,3024881065,'2015-05-11 16:01:48',''),(21666,1,1,22853,26,1402306146,'2015-05-11 16:22:40',''),(21667,1,1,22854,26,1402306146,'2015-05-11 16:22:42',''),(21668,1,1,22855,26,1402306146,'2015-05-11 16:22:44',''),(21669,1,1,22856,26,1402306146,'2015-05-11 16:22:46',''),(21670,1,1,22857,1,3220770896,'2015-05-11 17:05:58','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(21671,1,1,22858,47,2071807849,'2015-05-11 17:23:07',''),(21672,1,1,22859,1,1757757188,'2015-05-11 17:45:29',''),(21673,1,1,22860,53,3702877323,'2015-05-11 18:29:47',''),(21674,1,1,22861,1,1032306395,'2015-05-11 19:22:17','http://www.baidu.com/s?wd=Mstyresblackburn'),(21675,1,1,22862,1,1397728628,'2015-05-11 20:07:55','http://buttons-for-your-website.com'),(21676,1,1,22863,51,3024881091,'2015-05-11 21:53:56',''),(21677,1,1,22864,6,1534699970,'2015-05-11 22:54:56',''),(21678,1,1,22865,1,1534699970,'2015-05-11 22:55:22',''),(21679,1,1,22866,1,1534699970,'2015-05-11 22:55:34',''),(21680,1,1,22867,1,1534699970,'2015-05-11 22:55:44',''),(21681,1,1,22868,1,1534699970,'2015-05-11 22:55:50',''),(21682,1,1,22869,1,1534699970,'2015-05-11 22:55:57',''),(21683,1,1,22870,1,1534699970,'2015-05-11 22:56:06',''),(21684,1,1,22871,1,1534699970,'2015-05-11 22:56:13',''),(21685,1,1,22872,1,1534699970,'2015-05-11 22:56:35',''),(21686,1,1,22873,1,1534699970,'2015-05-11 22:56:51',''),(21687,1,1,22874,1,1534699970,'2015-05-11 22:57:10',''),(21688,1,1,22875,9,1534699970,'2015-05-11 22:57:14',''),(21689,1,1,22876,3,1534699970,'2015-05-11 22:57:26',''),(21690,1,1,22877,18,1534699970,'2015-05-11 22:57:34',''),(21691,1,1,22878,38,1534699970,'2015-05-11 22:57:53',''),(21692,1,1,22879,41,1534699970,'2015-05-11 22:58:03',''),(21693,1,1,22880,43,1534699970,'2015-05-11 22:58:13',''),(21694,1,1,22881,45,1534699970,'2015-05-11 22:58:40',''),(21695,1,1,22882,53,1534699970,'2015-05-11 22:58:56',''),(21696,1,1,22883,48,1534699970,'2015-05-11 22:59:02',''),(21697,1,1,22884,52,1534699970,'2015-05-11 22:59:11',''),(21698,1,1,22885,57,1534699970,'2015-05-11 22:59:17',''),(21699,1,1,22886,28,1534699970,'2015-05-11 22:59:42',''),(21700,1,1,22887,50,1534699970,'2015-05-11 22:59:55',''),(21701,1,1,22888,51,1534699970,'2015-05-11 23:00:08',''),(21702,1,1,22889,56,1534699970,'2015-05-11 23:00:28',''),(21703,1,1,22890,55,1534699970,'2015-05-11 23:00:42',''),(21704,1,1,22891,62,1534699970,'2015-05-11 23:01:06',''),(21705,1,1,22892,63,1534699970,'2015-05-11 23:01:16',''),(21706,1,1,22893,64,1534699970,'2015-05-11 23:01:25',''),(21707,1,1,22894,65,1534699970,'2015-05-11 23:01:42',''),(21708,1,1,22895,69,1534699970,'2015-05-11 23:01:53',''),(21709,1,1,22896,1,1123631412,'2015-05-12 00:57:31',''),(21710,1,1,22898,1,2637637390,'2015-05-12 01:10:20',''),(21711,1,1,22899,1,2071807768,'2015-05-12 03:40:30',''),(21712,1,1,22900,1,1947736643,'2015-05-12 07:14:46',''),(21713,1,1,22901,1,1947736643,'2015-05-12 07:18:48',''),(21714,1,1,22902,1,1947736643,'2015-05-12 07:18:48',''),(21715,1,1,22903,3,1947736643,'2015-05-12 07:18:49',''),(21716,1,1,22905,9,1947736643,'2015-05-12 07:18:50',''),(21717,1,1,22906,18,1947736643,'2015-05-12 07:18:50',''),(21718,1,1,22904,1,1947736643,'2015-05-12 07:18:50',''),(21719,1,1,22907,1,1947736643,'2015-05-12 07:18:51',''),(21720,1,1,22908,1,1947736643,'2015-05-12 07:18:51',''),(21721,1,1,22909,1,1947736643,'2015-05-12 07:18:52',''),(21722,1,1,22910,1,1947736643,'2015-05-12 07:18:52',''),(21723,1,1,22911,1,1947736643,'2015-05-12 07:18:52',''),(21724,1,1,22912,1,1947736643,'2015-05-12 07:18:53',''),(21725,1,1,22913,1,1947736643,'2015-05-12 07:18:53',''),(21726,1,1,22914,1,1947736643,'2015-05-12 07:18:53',''),(21727,1,1,22915,6,1947736643,'2015-05-12 07:18:53',''),(21728,1,1,22916,1,1947736643,'2015-05-12 07:18:59',''),(21729,1,1,22917,1,1947736643,'2015-05-12 07:19:00',''),(21730,1,1,22918,1,1947736643,'2015-05-12 07:19:00',''),(21731,1,1,22919,1,1947736643,'2015-05-12 07:19:01',''),(21732,1,1,22920,1,1947736643,'2015-05-12 07:19:01',''),(21733,1,1,22921,1,1947736643,'2015-05-12 07:19:01',''),(21734,1,1,22922,1,1947736643,'2015-05-12 07:19:02',''),(21735,1,1,22923,1,1947736643,'2015-05-12 07:19:03',''),(21736,1,1,22924,1,1947736643,'2015-05-12 07:19:06',''),(21737,1,1,22925,1,1542483314,'2015-05-12 08:03:48',''),(21738,1,1,22848,16,2462525415,'2015-05-12 09:01:32','https://www.google.co.uk/'),(21739,1,1,22926,29,2996499317,'2015-05-12 09:14:42',''),(21740,1,1,22927,68,3024881284,'2015-05-12 09:16:47',''),(21741,1,1,22928,6,2457380362,'2015-05-12 11:09:52',''),(21742,1,1,22929,1,100662669,'2015-05-12 13:22:05',''),(21743,1,1,22930,1,3024881377,'2015-05-12 14:21:29',''),(21744,1,1,22931,1,387657161,'2015-05-12 16:48:23','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(21745,1,1,22932,65,35135747,'2015-05-12 16:57:07','https://www.google.co.uk/'),(21746,1,1,22933,68,1330472972,'2015-05-12 19:03:17','https://www.google.co.uk/'),(21747,1,1,22934,1,1032306281,'2015-05-12 19:22:34','http://www.baidu.com/s?wd=Mstyresblackburn'),(21748,1,1,22935,1,3178477617,'2015-05-12 21:11:33',''),(21749,1,1,22936,1,1123632090,'2015-05-12 22:05:15',''),(21750,1,1,22937,1,772045740,'2015-05-12 23:38:25',''),(21751,1,1,22938,1,772045740,'2015-05-12 23:38:35',''),(21752,1,1,22939,1,772045740,'2015-05-12 23:38:39',''),(21753,1,1,22940,1,772045740,'2015-05-12 23:38:44',''),(21754,1,1,22941,1,772045740,'2015-05-12 23:38:59',''),(21755,1,1,22942,1,772045740,'2015-05-12 23:39:04',''),(21756,1,1,22943,1,772045740,'2015-05-12 23:39:09',''),(21757,1,1,22944,1,772045740,'2015-05-12 23:39:19',''),(21758,1,1,22945,1,772045740,'2015-05-12 23:39:22',''),(21759,1,1,22946,1,772045740,'2015-05-12 23:39:29',''),(21760,1,1,22947,73,3024881066,'2015-05-13 00:04:08',''),(21761,1,1,22948,1,1445941395,'2015-05-13 01:35:23',''),(21762,1,1,22949,1,1445941395,'2015-05-13 01:35:34',''),(21763,1,1,22950,1,1445941395,'2015-05-13 01:35:45',''),(21764,1,1,22951,1,1445941395,'2015-05-13 01:36:05',''),(21765,1,1,22952,1,1445941395,'2015-05-13 01:36:23',''),(21766,1,1,22953,55,2071807830,'2015-05-13 01:45:39',''),(21767,1,1,22954,3,1489375385,'2015-05-13 02:14:55',''),(21768,1,1,22955,26,1489375385,'2015-05-13 02:14:58',''),(21769,1,1,22956,26,1489375385,'2015-05-13 02:15:01',''),(21770,1,1,22957,26,1489375385,'2015-05-13 02:15:03',''),(21771,1,1,22958,26,1489375385,'2015-05-13 02:15:09',''),(21772,1,1,22959,26,1489375385,'2015-05-13 02:15:15',''),(21773,1,1,22960,16,1489375385,'2015-05-13 02:15:18',''),(21774,1,1,22961,16,1489375385,'2015-05-13 02:15:22',''),(21775,1,1,22962,59,1489375385,'2015-05-13 02:15:25',''),(21776,1,1,22963,68,1489375385,'2015-05-13 02:15:30',''),(21777,1,1,22964,75,1489375385,'2015-05-13 02:15:35',''),(21778,1,1,22965,67,1489375385,'2015-05-13 02:15:38',''),(21779,1,1,22966,74,1489375385,'2015-05-13 02:15:41',''),(21780,1,1,22967,73,1489375385,'2015-05-13 02:15:44',''),(21781,1,1,22968,71,1489375385,'2015-05-13 02:15:48',''),(21782,1,1,22969,72,1489375385,'2015-05-13 02:15:56',''),(21783,1,1,22970,70,1489375385,'2015-05-13 02:16:08',''),(21784,1,1,22971,1,1508525143,'2015-05-13 02:38:24',''),(21785,1,1,22972,1,1508525143,'2015-05-13 02:38:48',''),(21786,1,1,22973,1,1508525143,'2015-05-13 02:39:16',''),(21787,1,1,22974,1,1508525143,'2015-05-13 02:39:35',''),(21788,1,1,22975,1,1508525143,'2015-05-13 02:40:03',''),(21789,1,1,22976,1,2071807839,'2015-05-13 02:54:54',''),(21790,1,1,22977,1,3338415115,'2015-05-13 03:21:02',''),(21791,1,1,22978,38,2071807832,'2015-05-13 03:28:14',''),(21792,1,1,22979,1,1123632090,'2015-05-13 04:31:16',''),(21793,1,1,22980,15,3702877333,'2015-05-13 04:34:53',''),(21794,1,1,22981,1,1123632066,'2015-05-13 04:49:37',''),(21795,1,1,22982,1,872739837,'2015-05-13 05:16:10',''),(21796,1,1,22983,1,872739837,'2015-05-13 05:16:23',''),(21797,1,1,22984,1,872739837,'2015-05-13 05:16:35',''),(21798,1,1,22985,1,872739837,'2015-05-13 05:16:38',''),(21799,1,1,22986,1,872739837,'2015-05-13 05:16:51',''),(21800,1,1,22987,1,3126660701,'2015-05-13 05:30:12',''),(21801,1,1,22988,1,2499524457,'2015-05-13 06:09:32',''),(21802,1,1,22989,1,2499524457,'2015-05-13 06:09:35',''),(21803,1,1,22990,1,2499524457,'2015-05-13 06:09:46',''),(21804,1,1,22991,1,2499524457,'2015-05-13 06:09:50',''),(21805,1,1,22992,1,2499524457,'2015-05-13 06:09:55',''),(21806,1,1,22993,1,2499524457,'2015-05-13 06:10:02',''),(21807,1,1,22994,1,2499524457,'2015-05-13 06:10:10',''),(21808,1,1,22995,1,2499524457,'2015-05-13 06:10:19',''),(21809,1,1,22996,1,2499524457,'2015-05-13 06:10:27',''),(21810,1,1,22997,1,2499524457,'2015-05-13 06:10:40',''),(21811,1,1,22998,1,2071807767,'2015-05-13 07:26:37',''),(21812,1,1,22999,9,2996499317,'2015-05-13 07:54:40',''),(21813,1,1,23000,1,2204827743,'2015-05-13 09:19:09',''),(21814,1,1,22841,1,3576168713,'2015-05-13 09:23:08','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0CCIQFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=9wVTVd-OHYHbUNq9gJAK&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&sig2=mwfkRg0p1ybPwYWuNTUB3g&bvm=bv.93112503,d.d24'),(21815,1,1,23001,6,1123632090,'2015-05-13 11:05:46',''),(21816,1,1,23002,68,3249116770,'2015-05-13 12:44:29','http://www.google.it/url?url=http://www.mstyresblackburn.co.uk/index.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&rct=j&frm=1&q=&esrc=s&sa=U&ei=-jRTVZ3SFsH8UPeUgLAF&ved=0CDAQ9QEwDQ&usg=AFQjCNFRtFaoueU8V6OiWZk2Vz7dfg7lug'),(21817,1,1,23003,43,2637637524,'2015-05-13 12:54:18',''),(21818,1,1,23004,68,3024880957,'2015-05-13 14:54:45',''),(21819,1,1,23005,37,1123632066,'2015-05-13 15:10:13',''),(21820,1,1,23006,55,3702877275,'2015-05-13 16:01:51',''),(21821,1,1,23007,15,2071807763,'2015-05-13 16:35:11',''),(21822,1,1,23008,1,3024881045,'2015-05-13 16:38:51',''),(21823,1,1,23009,1,1542483282,'2015-05-13 17:34:30',''),(21824,1,1,23010,1,1123632078,'2015-05-13 17:37:11',''),(21825,1,1,23011,71,3475901811,'2015-05-13 18:26:06',''),(21826,1,1,23012,1,2637637391,'2015-05-13 18:51:52',''),(21827,1,1,23013,43,2637637523,'2015-05-13 18:52:09',''),(21828,1,1,23014,43,2637637523,'2015-05-13 18:52:11',''),(21829,1,1,23015,48,2637637412,'2015-05-13 18:52:39',''),(21830,1,1,23016,1,1032306395,'2015-05-13 19:20:08','http://www.baidu.com/s?wd=Mstyresblackburn'),(21831,1,1,23017,1,1578079475,'2015-05-13 19:40:22','https://www.google.co.uk/'),(21832,1,1,23018,1,1454959614,'2015-05-13 20:04:23','https://www.google.co.uk/'),(21833,1,1,23019,1,1311641752,'2015-05-13 21:00:43',''),(21834,1,1,23020,1,2926681679,'2015-05-13 21:10:18','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(21835,1,1,23021,1,2075151538,'2015-05-13 21:35:58','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(21836,1,1,23022,1,1838523280,'2015-05-13 21:46:25','https://www.google.co.uk/'),(21837,1,1,23023,26,2071807762,'2015-05-13 22:10:16',''),(21838,1,1,23024,56,3024881086,'2015-05-13 23:14:37',''),(21839,1,1,23025,63,3024880920,'2015-05-13 23:29:35',''),(21840,1,1,23026,3,3156766099,'2015-05-14 00:25:27',''),(21841,1,1,23027,26,3156766099,'2015-05-14 00:25:30',''),(21842,1,1,23028,26,3156766099,'2015-05-14 00:25:34',''),(21843,1,1,23029,26,3156766099,'2015-05-14 00:25:36',''),(21844,1,1,23030,26,3156766099,'2015-05-14 00:25:38',''),(21845,1,1,23031,26,3156766099,'2015-05-14 00:25:41',''),(21846,1,1,23032,26,3156766099,'2015-05-14 00:25:43',''),(21847,1,1,23033,26,3156766099,'2015-05-14 00:25:46',''),(21848,1,1,23034,26,3156766099,'2015-05-14 00:25:48',''),(21849,1,1,23035,26,3156766099,'2015-05-14 00:25:50',''),(21850,1,1,23036,26,3156766099,'2015-05-14 00:25:53',''),(21851,1,1,23037,26,3156766099,'2015-05-14 00:25:55',''),(21852,1,1,23038,26,3156766099,'2015-05-14 00:25:57',''),(21853,1,1,23039,26,3156766099,'2015-05-14 00:25:59',''),(21854,1,1,23040,26,3156766099,'2015-05-14 00:26:03',''),(21855,1,1,23041,1,3156766099,'2015-05-14 00:26:09',''),(21856,1,1,23042,1,3156766099,'2015-05-14 00:26:11',''),(21857,1,1,23043,1,3156766099,'2015-05-14 00:26:13',''),(21858,1,1,23044,1,3156766099,'2015-05-14 00:26:16',''),(21859,1,1,23045,1,3156766099,'2015-05-14 00:26:18',''),(21860,1,1,23046,1,3156766099,'2015-05-14 00:26:22',''),(21861,1,1,23047,1,3156766099,'2015-05-14 00:26:25',''),(21862,1,1,23048,1,3156766099,'2015-05-14 00:26:29',''),(21863,1,1,23049,1,3156766099,'2015-05-14 00:26:35',''),(21864,1,1,23050,1,3156766099,'2015-05-14 00:26:39',''),(21865,1,1,23051,16,3156766099,'2015-05-14 00:26:42',''),(21866,1,1,23052,16,3156766099,'2015-05-14 00:26:46',''),(21867,1,1,23053,59,3156766099,'2015-05-14 00:26:50',''),(21868,1,1,23054,68,3156766099,'2015-05-14 00:26:57',''),(21869,1,1,23055,75,3156766099,'2015-05-14 00:27:01',''),(21870,1,1,23056,67,3156766099,'2015-05-14 00:27:07',''),(21871,1,1,23057,74,3156766099,'2015-05-14 00:27:11',''),(21872,1,1,23058,73,3156766099,'2015-05-14 00:27:15',''),(21873,1,1,23059,71,3156766099,'2015-05-14 00:27:21',''),(21874,1,1,23060,72,3156766099,'2015-05-14 00:27:24',''),(21875,1,1,23061,70,3156766099,'2015-05-14 00:27:28',''),(21876,1,1,23062,1,1123632066,'2015-05-14 01:17:10',''),(21877,1,1,23063,1,1293277697,'2015-05-14 00:14:11',''),(21878,1,1,23064,1,1293277697,'2015-05-14 00:14:23',''),(21879,1,1,23065,29,1293277697,'2015-05-14 00:14:31',''),(21880,1,1,23066,42,1293277697,'2015-05-14 00:14:55',''),(21881,1,1,23067,56,1676284600,'2015-05-14 02:44:22','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&cad=rja&uact=8&ved=0CC8QFjAB&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=7wtUVcnTK8uXygSanoH4Bw&usg=AFQjCNHI8TyhGzC1Mp5tZ'),(21882,1,1,23068,57,1123632078,'2015-05-14 03:34:41',''),(21883,1,1,23069,1,1476312141,'2015-05-14 04:11:56',''),(21884,1,1,23070,1,1476312141,'2015-05-14 04:11:58',''),(21885,1,1,23071,53,1476312141,'2015-05-14 04:11:59',''),(21886,1,1,23074,41,1476312141,'2015-05-14 04:11:59',''),(21887,1,1,23075,51,1476312141,'2015-05-14 04:11:59',''),(21888,1,1,23072,9,1476312141,'2015-05-14 04:12:00',''),(21889,1,1,23073,48,1476312141,'2015-05-14 04:12:00',''),(21890,1,1,23076,6,1476312141,'2015-05-14 04:12:00',''),(21891,1,1,23077,43,1476312141,'2015-05-14 04:12:02',''),(21892,1,1,23078,45,1476312141,'2015-05-14 04:12:03',''),(21893,1,1,23079,1,1123632066,'2015-05-14 04:41:50',''),(21894,1,1,23080,15,1123632090,'2015-05-14 05:23:25',''),(21895,1,1,23081,1,2969780635,'2015-05-14 05:43:07','http://buttons-for-your-website.com'),(21896,1,1,23082,1,2969780635,'2015-05-14 05:43:13','http://buttons-for-your-website.com'),(21897,1,1,23083,27,2637637412,'2015-05-14 06:13:48',''),(21898,1,1,23084,56,1123632066,'2015-05-14 06:29:50',''),(21899,1,1,23087,57,1123632090,'2015-05-14 06:52:18',''),(21900,1,1,23088,28,1123632066,'2015-05-14 07:28:23',''),(21901,1,1,23089,62,1406640458,'2015-05-14 13:01:03','http://www.google.at/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&ved=0CAcQjRw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D26%26controller%3Dproduct%26id_lang%3D1&ei=XZxUVeyJIsy9Uep0&psig=AFQjCNHIlg_riFsrGImW3F4mYi7neTKB_w&ust=14'),(21902,1,1,23090,47,2071807814,'2015-05-14 14:04:36',''),(21903,1,1,23091,14,1123632090,'2015-05-14 15:00:57',''),(21904,1,1,23092,1,41796768,'2015-05-14 17:35:50','https://www.google.co.uk/'),(21905,1,1,23093,48,3702877335,'2015-05-14 17:47:44',''),(21906,1,1,23094,55,1123632066,'2015-05-14 19:22:17',''),(21907,1,1,23095,26,2071807861,'2015-05-14 19:58:34',''),(21908,1,1,23096,1,1032306278,'2015-05-14 23:08:11','http://www.baidu.com/s?wd=Mstyresblackburn'),(21909,1,1,23097,26,2637637523,'2015-05-14 23:41:06',''),(21910,1,1,23098,26,2637637523,'2015-05-14 23:41:07',''),(21911,1,1,23099,26,2637637390,'2015-05-14 23:42:37',''),(21912,1,1,23100,6,2637637390,'2015-05-14 23:42:39',''),(21913,1,1,23101,74,2637637390,'2015-05-14 23:42:41',''),(21914,1,1,23102,72,2637637390,'2015-05-14 23:42:44',''),(21915,1,1,23103,26,2637637412,'2015-05-14 23:49:00',''),(21916,1,1,23104,26,3168961237,'2015-05-14 23:58:21',''),(21917,1,1,23105,26,3168961237,'2015-05-14 23:58:24',''),(21918,1,1,23106,26,3168961237,'2015-05-14 23:58:27',''),(21919,1,1,23107,26,3168961237,'2015-05-14 23:58:30',''),(21920,1,1,23108,26,3168961237,'2015-05-14 23:58:32',''),(21921,1,1,23109,1,3168961237,'2015-05-14 23:58:35',''),(21922,1,1,23110,1,3168961237,'2015-05-14 23:58:38',''),(21923,1,1,23111,1,3168961237,'2015-05-14 23:58:40',''),(21924,1,1,23112,1,3168961237,'2015-05-14 23:58:42',''),(21925,1,1,23113,1,3168961237,'2015-05-14 23:58:45',''),(21926,1,1,23114,1,3168961237,'2015-05-14 23:58:48',''),(21927,1,1,23115,1,3168961237,'2015-05-14 23:58:50',''),(21928,1,1,23116,1,3168961237,'2015-05-14 23:58:53',''),(21929,1,1,23117,30,1123632090,'2015-05-15 02:04:59',''),(21930,1,1,23118,1,3024880967,'2015-05-15 03:41:33',''),(21931,1,1,23119,72,2637637390,'2015-05-15 04:38:38',''),(21932,1,1,23120,1,2990476559,'2015-05-15 07:53:36',''),(21933,1,1,23121,1,2990476559,'2015-05-15 07:53:43',''),(21934,1,1,23122,1,2990476559,'2015-05-15 07:53:49',''),(21935,1,1,23123,1,2990476559,'2015-05-15 07:53:58',''),(21936,1,1,23124,1,2990476559,'2015-05-15 07:54:02',''),(21937,1,1,23125,1,2990476559,'2015-05-15 07:54:09',''),(21938,1,1,23126,1,2990476559,'2015-05-15 07:54:15',''),(21939,1,1,23127,1,2990476559,'2015-05-15 07:54:17',''),(21940,1,1,23128,1,2990476559,'2015-05-15 07:54:23',''),(21941,1,1,23129,1,2990476559,'2015-05-15 07:54:30',''),(21942,1,1,23130,1,1123632066,'2015-05-15 07:56:17',''),(21943,1,1,23131,1,1542483273,'2015-05-15 08:19:42',''),(21944,1,1,23132,1,3024880956,'2015-05-15 09:40:57',''),(21945,1,1,23133,1,3024881049,'2015-05-15 09:41:06',''),(21946,1,1,23134,29,2637637523,'2015-05-15 11:44:10',''),(21947,1,1,23135,45,1123632078,'2015-05-15 14:22:16',''),(21948,1,1,23136,1,1589999629,'2015-05-15 15:03:50','http://www.google.co.uk/url?sa=t&source=web&cd=29&ved=0CHoQFjAc&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php&rct=j&q=tyres%20blackburn&ei=0QpWVdaKHMW8Ub7MgZAE&usg=AFQjCNGaovWsBFBPrn57hepYz764y0Fd0A&sig2=I_C7yIPAwGEV1DhGYDpkIg'),(21949,1,1,23137,1,1589999629,'2015-05-15 15:03:50','http://www.google.co.uk/url?sa=t&source=web&cd=29&ved=0CHoQFjAc&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php&rct=j&q=tyres%20blackburn&ei=0QpWVdaKHMW8Ub7MgZAE&usg=AFQjCNGaovWsBFBPrn57hepYz764y0Fd0A&sig2=I_C7yIPAwGEV1DhGYDpkIg'),(21950,1,1,23138,65,3024880967,'2015-05-15 15:22:12',''),(21951,1,1,23139,45,1123632078,'2015-05-15 16:16:32',''),(21952,1,1,23140,56,3024881072,'2015-05-15 17:53:34',''),(21953,1,1,23141,26,2918347196,'2015-05-15 19:33:02',''),(21954,1,1,23142,26,2918347196,'2015-05-15 19:33:05',''),(21955,1,1,23143,26,772045740,'2015-05-15 20:14:06',''),(21956,1,1,23144,26,772045740,'2015-05-15 20:14:11',''),(21957,1,1,23145,57,2637637412,'2015-05-15 20:19:38',''),(21958,1,1,23146,1,1123632090,'2015-05-15 22:05:27',''),(21959,1,1,23147,50,3702877341,'2015-05-15 23:39:06',''),(21960,1,1,23148,1,3024880919,'2015-05-16 00:10:14',''),(21961,1,1,23149,26,3702877367,'2015-05-16 01:46:36',''),(21962,1,1,23150,1,1757481377,'2015-05-16 02:39:05',''),(21963,1,1,23151,1,1123632078,'2015-05-16 03:38:03',''),(21964,1,1,23152,26,2637637523,'2015-05-16 04:12:49',''),(21965,1,1,23153,26,2637637391,'2015-05-16 04:12:53',''),(21966,1,1,23154,66,2637637391,'2015-05-16 04:12:55',''),(21967,1,1,23155,3,2637637412,'2015-05-16 04:13:19',''),(21968,1,1,23156,26,2637637412,'2015-05-16 04:13:21',''),(21969,1,1,23157,68,1123632090,'2015-05-16 04:22:58',''),(21970,1,1,23158,1,1327585172,'2015-05-16 05:30:50','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(21971,1,1,23159,65,3024880974,'2015-05-16 07:07:52',''),(21972,1,1,23160,68,1123632090,'2015-05-16 07:57:34',''),(21973,1,1,23161,10,3024881040,'2015-05-16 10:22:29',''),(21974,1,1,23162,1,1123632090,'2015-05-16 12:39:58',''),(21975,1,1,23163,1,3016088022,'2015-05-16 12:49:51','http://buttons-for-your-website.com'),(21976,1,1,23164,73,3475901811,'2015-05-16 13:05:16',''),(21977,1,1,23165,1,3156766099,'2015-05-16 13:21:28',''),(21978,1,1,23166,1,3156766099,'2015-05-16 13:21:34',''),(21979,1,1,23167,1,3156766099,'2015-05-16 13:21:40',''),(21980,1,1,23168,1,3156766099,'2015-05-16 13:21:45',''),(21981,1,1,23169,1,3156766099,'2015-05-16 13:21:49',''),(21982,1,1,23170,1,3156766099,'2015-05-16 13:21:55',''),(21983,1,1,23171,1,3156766099,'2015-05-16 13:21:58',''),(21984,1,1,23172,1,3156766099,'2015-05-16 13:22:01',''),(21985,1,1,23173,1,3156766099,'2015-05-16 13:22:06',''),(21986,1,1,23174,1,3156766099,'2015-05-16 13:22:11',''),(21987,1,1,23175,1,1524023810,'2015-05-16 13:28:08','http://www.bing.com/search?q=tyre+dealers+in+blackburn+lancs&form=PRGBEN&pc=MSSE&refig=071343d200d744458c0603317b24be55&pq=tyre+dealers+in+blackburn+lancs&sc=0-19&sp=-1&qs=n&sk='),(21988,1,1,23176,1,1123632090,'2015-05-16 13:36:38',''),(21989,1,1,23177,1,2535605856,'2015-05-16 14:05:49','http://buttons-for-your-website.com'),(21990,1,1,23178,47,2071807824,'2015-05-16 14:37:00',''),(21991,1,1,23179,1,3318936397,'2015-05-16 14:38:05','http://buttons-for-your-website.com'),(21992,1,1,23180,1,3024880972,'2015-05-16 16:11:48',''),(21993,1,1,23181,1,3192876075,'2015-05-16 16:34:12','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(21994,1,1,23182,1,1542483306,'2015-05-16 16:42:05',''),(21995,1,1,23183,48,2071807774,'2015-05-16 17:56:50',''),(21996,1,1,23184,1,1123632066,'2015-05-16 18:03:38',''),(21997,1,1,23185,1,2071807764,'2015-05-16 18:30:57',''),(21998,1,1,23186,1,3024880962,'2015-05-16 19:54:14',''),(21999,1,1,23187,1,3024880916,'2015-05-16 19:54:16',''),(22000,1,1,23188,54,3024881089,'2015-05-16 22:46:13',''),(22001,1,1,23189,68,1123632066,'2015-05-17 01:17:53',''),(22002,1,1,23190,62,1123632078,'2015-05-17 01:20:36',''),(22003,1,1,23192,56,1123632078,'2015-05-17 02:08:38',''),(22004,1,1,23193,1,3024881087,'2015-05-17 04:15:21',''),(22005,1,1,23194,14,3475901811,'2015-05-17 10:18:01',''),(22006,1,1,23195,1,1089906070,'2015-05-17 12:01:54','http://whois.domaintools.com/mstyresblackburn.co.uk'),(22007,1,1,23196,1,2992916350,'2015-05-17 12:12:53',''),(22008,1,1,23197,1,1577642899,'2015-05-17 12:22:33','https://www.google.co.uk/'),(22009,1,1,23198,1,1534687531,'2015-05-17 14:14:39',''),(22010,1,1,23199,1,1534687531,'2015-05-17 14:14:43',''),(22011,1,1,23200,1,1534687531,'2015-05-17 14:14:46',''),(22012,1,1,23201,1,1534687531,'2015-05-17 14:14:49',''),(22013,1,1,23202,1,1534687531,'2015-05-17 14:14:51',''),(22014,1,1,23203,1,1534687531,'2015-05-17 14:14:57',''),(22015,1,1,23204,1,1534687531,'2015-05-17 14:15:02',''),(22016,1,1,23205,1,1534687531,'2015-05-17 14:15:06',''),(22017,1,1,23206,1,1534687531,'2015-05-17 14:15:09',''),(22018,1,1,23207,1,1534687531,'2015-05-17 14:15:13',''),(22019,1,1,23208,10,3024881048,'2015-05-17 16:15:27',''),(22020,1,1,23196,1,1377273453,'2015-05-17 17:26:45',''),(22021,1,1,23209,1,2499509421,'2015-05-17 18:15:17',''),(22022,1,1,23210,1,2499509421,'2015-05-17 18:15:40',''),(22023,1,1,23211,1,2499509421,'2015-05-17 18:15:52',''),(22024,1,1,23212,1,2499509421,'2015-05-17 18:16:04',''),(22025,1,1,23213,1,1152705687,'2015-05-17 18:47:41',''),(22026,1,1,23214,1,3702877294,'2015-05-18 00:25:58',''),(22027,1,1,23215,1,3702877283,'2015-05-18 00:26:00',''),(22028,1,1,23216,1,1123632090,'2015-05-18 01:07:06',''),(22029,1,1,23217,43,2637637523,'2015-05-18 03:32:44',''),(22030,1,1,23218,43,2637637523,'2015-05-18 03:32:46',''),(22031,1,1,23219,26,2637637390,'2015-05-18 03:32:48',''),(22032,1,1,23220,26,2637637523,'2015-05-18 03:32:48',''),(22033,1,1,23221,1,2637637390,'2015-05-18 03:32:49',''),(22034,1,1,23222,26,3475901811,'2015-05-18 03:33:28',''),(22035,1,1,23223,56,3475901811,'2015-05-18 03:33:29',''),(22036,1,1,23224,9,3475901811,'2015-05-18 03:33:31',''),(22037,1,1,23225,48,2637637412,'2015-05-18 04:05:35',''),(22038,1,1,23226,1,3342489294,'2015-05-18 06:18:06',''),(22039,1,1,23227,1,3342489294,'2015-05-18 06:18:09',''),(22040,1,1,23228,1,3342489294,'2015-05-18 06:18:12',''),(22041,1,1,23229,1,3342489294,'2015-05-18 06:18:14',''),(22042,1,1,23230,1,3342489294,'2015-05-18 06:18:17',''),(22043,1,1,23231,1,3342489294,'2015-05-18 06:18:19',''),(22044,1,1,23232,1,3342489294,'2015-05-18 06:18:22',''),(22045,1,1,23233,1,3342489294,'2015-05-18 06:18:25',''),(22046,1,1,23234,1,3342489294,'2015-05-18 06:18:27',''),(22047,1,1,23235,1,3342489294,'2015-05-18 06:18:29',''),(22048,1,1,23236,68,1123634740,'2015-05-18 06:44:38',''),(22049,1,1,23237,56,1123634740,'2015-05-18 08:04:49',''),(22050,1,1,23238,1,1542483265,'2015-05-18 08:37:56',''),(22051,1,1,23239,1,1123634747,'2015-05-18 09:01:12',''),(22052,1,1,23240,1,1055421562,'2015-05-18 09:03:21','https://www.google.co.uk/'),(22053,1,1,23241,1,1123634733,'2015-05-18 09:09:53',''),(22054,1,1,23242,58,3024881042,'2015-05-18 09:23:50',''),(22055,1,1,23243,6,1123634733,'2015-05-18 09:48:21',''),(22056,1,1,23244,54,3024880913,'2015-05-18 10:08:07',''),(22057,1,1,23245,1,1609575336,'2015-05-18 10:46:31','http://buttons-for-your-website.com'),(22058,1,1,23246,1,1123634733,'2015-05-18 10:46:40',''),(22059,1,1,23247,1,1444469425,'2015-05-18 12:01:45',''),(22060,1,1,23248,30,1123632078,'2015-05-18 12:23:31',''),(22061,1,1,23249,3,2996499317,'2015-05-18 13:25:49',''),(22062,1,1,23250,1,1123632078,'2015-05-18 15:25:58',''),(22063,1,1,23251,1,2071807853,'2015-05-18 16:21:57',''),(22064,1,1,23252,1,1376856704,'2015-05-18 16:31:53','https://www.google.co.uk/'),(22065,1,1,23253,53,1152705687,'2015-05-18 16:50:34',''),(22066,1,1,23254,66,2071807833,'2015-05-18 17:04:26',''),(22067,1,1,23255,68,1123632066,'2015-05-18 17:26:41',''),(22068,1,1,23256,58,3024880953,'2015-05-18 18:16:29',''),(22069,1,1,23257,1,1152705687,'2015-05-18 18:40:29',''),(22070,1,1,23258,1,3024880961,'2015-05-18 19:07:14',''),(22071,1,1,23259,41,3024881047,'2015-05-19 01:01:20',''),(22072,1,1,23260,1,3338415115,'2015-05-19 02:24:44',''),(22073,1,1,23261,31,2637637412,'2015-05-19 03:05:11',''),(22074,1,1,23262,1,3050509999,'2015-05-19 03:29:30','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(22075,1,1,23263,47,2637637523,'2015-05-19 06:38:06',''),(22076,1,1,23264,1,1123632090,'2015-05-19 06:45:13',''),(22077,1,1,23265,1,2071807832,'2015-05-19 07:57:26',''),(22078,1,1,23266,56,1123632090,'2015-05-19 11:39:42',''),(22079,1,1,23267,1,1444469425,'2015-05-19 11:47:51',''),(22080,1,1,23268,1,1123632090,'2015-05-19 12:19:47',''),(22081,1,1,23269,42,1152705687,'2015-05-19 15:13:32',''),(22082,1,1,23270,1,1542483318,'2015-05-19 16:53:21',''),(22083,1,1,23271,1,3281691615,'2015-05-19 17:25:34',''),(22084,1,1,23272,1,3281691615,'2015-05-19 17:25:52',''),(22085,1,1,23273,1,3281691615,'2015-05-19 17:26:01',''),(22086,1,1,23274,1,3281691615,'2015-05-19 17:26:04',''),(22087,1,1,23275,1,3281691615,'2015-05-19 17:26:10',''),(22088,1,1,23276,1,3281691615,'2015-05-19 17:26:14',''),(22089,1,1,23277,1,3281691615,'2015-05-19 17:26:17',''),(22090,1,1,23278,1,3281691615,'2015-05-19 17:26:30',''),(22091,1,1,23279,1,3281691615,'2015-05-19 17:26:40',''),(22092,1,1,23280,1,3281691615,'2015-05-19 17:26:57',''),(22093,1,1,23281,41,3024883592,'2015-05-19 17:58:44',''),(22094,1,1,23282,75,3024883597,'2015-05-19 22:53:01',''),(22095,1,1,23283,1,2499509421,'2015-05-19 23:54:08',''),(22096,1,1,23284,1,2499509421,'2015-05-19 23:54:23',''),(22097,1,1,23285,1,2499509421,'2015-05-19 23:54:26',''),(22098,1,1,23286,1,2499509421,'2015-05-19 23:54:39',''),(22099,1,1,23287,63,1123634747,'2015-05-20 00:32:55',''),(22100,1,1,23288,1,3024883606,'2015-05-20 00:41:20',''),(22101,1,1,23289,20,1123634740,'2015-05-20 01:02:43',''),(22102,1,1,23290,66,2071807787,'2015-05-20 02:20:02',''),(22103,1,1,23291,1,1123634740,'2015-05-20 02:43:50',''),(22104,1,1,23292,31,2071807820,'2015-05-20 04:33:24',''),(22105,1,1,23293,56,1123634733,'2015-05-20 06:00:11',''),(22106,1,1,23294,55,3475901811,'2015-05-20 07:07:16',''),(22107,1,1,23295,1,1123634740,'2015-05-20 07:18:39',''),(22108,1,1,23296,1,772045740,'2015-05-20 07:22:19',''),(22109,1,1,23297,1,772045740,'2015-05-20 07:22:26',''),(22110,1,1,23298,1,772045740,'2015-05-20 07:22:34',''),(22111,1,1,23299,1,772045740,'2015-05-20 07:22:38',''),(22112,1,1,23300,1,772045740,'2015-05-20 07:22:41',''),(22113,1,1,23301,1,772045740,'2015-05-20 07:22:47',''),(22114,1,1,23302,1,772045740,'2015-05-20 07:22:52',''),(22115,1,1,23303,1,772045740,'2015-05-20 07:22:56',''),(22116,1,1,23304,1,772045740,'2015-05-20 07:23:00',''),(22117,1,1,23305,1,772045740,'2015-05-20 07:23:05',''),(22118,1,1,23306,6,2637637390,'2015-05-20 07:24:44',''),(22119,1,1,23307,1,3429212419,'2015-05-20 07:28:26',''),(22120,1,1,23308,1,2071807822,'2015-05-20 08:04:41',''),(22121,1,1,23309,1,2204827765,'2015-05-20 08:04:57',''),(22122,1,1,23310,18,2637637523,'2015-05-20 09:23:25',''),(22123,1,1,23311,74,2637637391,'2015-05-20 09:43:48',''),(22124,1,1,23312,6,2637637391,'2015-05-20 09:43:50',''),(22125,1,1,23313,66,2637637391,'2015-05-20 09:43:52',''),(22126,1,1,23314,26,2637637523,'2015-05-20 09:44:06',''),(22127,1,1,23315,3,2637637418,'2015-05-20 09:49:16',''),(22128,1,1,23316,26,2637637418,'2015-05-20 09:49:18',''),(22129,1,1,23317,1,2071807759,'2015-05-20 10:47:09',''),(22130,1,1,23318,1,3702877306,'2015-05-20 10:49:59',''),(22131,1,1,23319,1,1317869364,'2015-05-20 11:17:31','http://www.bing.com/search?q=part+worn+tyres+accrington&src=IE-TopResult&FORM=IETR02&conversationid='),(22132,1,1,23320,1,3024883590,'2015-05-20 12:25:02',''),(22133,1,1,23321,26,2071807842,'2015-05-20 15:26:42',''),(22134,1,1,23322,1,3702877340,'2015-05-20 16:33:22',''),(22135,1,1,23323,26,2637637418,'2015-05-20 17:15:22',''),(22136,1,1,23324,1,3024883614,'2015-05-20 17:17:11',''),(22137,1,1,23325,1,2534656681,'2015-05-20 17:56:35','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(22138,1,1,23326,26,2071807800,'2015-05-20 17:57:19',''),(22139,1,1,23327,1,3328479315,'2015-05-20 18:58:10',''),(22140,1,1,23328,1,3328479315,'2015-05-20 18:58:18',''),(22141,1,1,23329,1,3328479315,'2015-05-20 18:58:23',''),(22142,1,1,23330,1,2071807856,'2015-05-20 21:48:33',''),(22143,1,1,23331,1,3702877279,'2015-05-20 21:51:06',''),(22144,1,1,23332,26,2637637390,'2015-05-20 22:56:49',''),(22145,1,1,23333,75,3024883598,'2015-05-20 22:58:16',''),(22146,1,1,23334,26,2637637390,'2015-05-20 23:05:14',''),(22147,1,1,23335,1,2733889322,'2015-05-21 01:55:09',''),(22148,1,1,23336,6,2733889322,'2015-05-21 01:55:18',''),(22149,1,1,23337,9,2733889322,'2015-05-21 01:55:28',''),(22150,1,1,23338,62,2733889322,'2015-05-21 01:55:33',''),(22151,1,1,23339,50,2733889322,'2015-05-21 01:55:38',''),(22152,1,1,23340,51,2733889322,'2015-05-21 01:55:43',''),(22153,1,1,23341,65,2733889322,'2015-05-21 01:55:48',''),(22154,1,1,23342,28,2733889322,'2015-05-21 01:55:53',''),(22155,1,1,23343,63,2733889322,'2015-05-21 01:55:58',''),(22156,1,1,23344,55,2733889322,'2015-05-21 01:56:03',''),(22157,1,1,23345,69,2733889322,'2015-05-21 01:56:08',''),(22158,1,1,23346,64,2733889322,'2015-05-21 01:56:13',''),(22159,1,1,23347,56,2733889322,'2015-05-21 01:56:18',''),(22160,1,1,23348,52,2733889322,'2015-05-21 01:56:28',''),(22161,1,1,23349,42,2733889322,'2015-05-21 01:56:29',''),(22162,1,1,23350,53,2733889322,'2015-05-21 01:56:33',''),(22163,1,1,23351,41,2733889322,'2015-05-21 01:56:37',''),(22164,1,1,23352,38,2733889322,'2015-05-21 01:56:43',''),(22165,1,1,23353,43,2733889322,'2015-05-21 01:56:48',''),(22166,1,1,23354,10,2733889322,'2015-05-21 01:56:53',''),(22167,1,1,23355,27,2733889322,'2015-05-21 01:56:57',''),(22168,1,1,23356,49,2733889322,'2015-05-21 01:57:02',''),(22169,1,1,23357,44,2733889322,'2015-05-21 01:57:08',''),(22170,1,1,23358,58,2733889322,'2015-05-21 01:57:13',''),(22171,1,1,23359,16,2733889322,'2015-05-21 01:57:17',''),(22172,1,1,23360,45,2733889322,'2015-05-21 01:57:23',''),(22173,1,1,23361,57,2733889322,'2015-05-21 01:57:28',''),(22174,1,1,23362,48,2733889322,'2015-05-21 01:57:33',''),(22175,1,1,23363,16,2733889322,'2015-05-21 01:57:38',''),(22176,1,1,23364,68,2733889322,'2015-05-21 01:57:43',''),(22177,1,1,23365,59,2733889322,'2015-05-21 01:57:48',''),(22178,1,1,23366,67,2733889322,'2015-05-21 01:57:53',''),(22179,1,1,23367,74,2733889322,'2015-05-21 01:57:58',''),(22180,1,1,23368,75,2733889322,'2015-05-21 01:58:03',''),(22181,1,1,23369,16,2733889322,'2015-05-21 01:58:08',''),(22182,1,1,23370,70,2733889322,'2015-05-21 01:58:13',''),(22183,1,1,23371,73,2733889322,'2015-05-21 01:58:18',''),(22184,1,1,23372,72,2733889322,'2015-05-21 01:58:23',''),(22185,1,1,23373,71,2733889322,'2015-05-21 01:58:28',''),(22186,1,1,23374,43,2733889322,'2015-05-21 01:58:33',''),(22187,1,1,23375,43,2733889322,'2015-05-21 01:58:38',''),(22188,1,1,23376,15,2733889322,'2015-05-21 01:58:43',''),(22189,1,1,23377,31,2733889322,'2015-05-21 01:58:48',''),(22190,1,1,23378,47,2733889322,'2015-05-21 01:58:53',''),(22191,1,1,23379,54,2733889322,'2015-05-21 01:58:58',''),(22192,1,1,23380,66,2733889322,'2015-05-21 01:59:03',''),(22193,1,1,23381,26,2733889322,'2015-05-21 01:59:07',''),(22194,1,1,23382,26,2733889322,'2015-05-21 01:59:13',''),(22195,1,1,23383,26,2733889322,'2015-05-21 01:59:18',''),(22196,1,1,23384,26,2733889322,'2015-05-21 01:59:22',''),(22197,1,1,23385,26,2733889322,'2015-05-21 01:59:28',''),(22198,1,1,23386,26,2733889322,'2015-05-21 01:59:33',''),(22199,1,1,23387,26,2733889322,'2015-05-21 01:59:38',''),(22200,1,1,23388,26,2733889322,'2015-05-21 01:59:43',''),(22201,1,1,23389,26,2733889322,'2015-05-21 01:59:48',''),(22202,1,1,23390,26,2733889322,'2015-05-21 01:59:53',''),(22203,1,1,23391,26,2733889322,'2015-05-21 01:59:58',''),(22204,1,1,23392,26,2733889322,'2015-05-21 02:00:03',''),(22205,1,1,23393,26,2733889322,'2015-05-21 02:00:08',''),(22206,1,1,23394,26,2733889322,'2015-05-21 02:00:13',''),(22207,1,1,23395,26,2733889322,'2015-05-21 02:00:18',''),(22208,1,1,23396,26,2733889322,'2015-05-21 02:00:23',''),(22209,1,1,23397,26,2733889322,'2015-05-21 02:00:27',''),(22210,1,1,23398,26,2733889322,'2015-05-21 02:00:33',''),(22211,1,1,23399,26,2733889322,'2015-05-21 02:00:38',''),(22212,1,1,23400,26,2733889322,'2015-05-21 02:00:43',''),(22213,1,1,23401,26,2733889322,'2015-05-21 02:00:48',''),(22214,1,1,23402,26,2733889322,'2015-05-21 02:00:53',''),(22215,1,1,23403,26,2733889322,'2015-05-21 02:00:58',''),(22216,1,1,23404,26,2733889322,'2015-05-21 02:01:03',''),(22217,1,1,23405,26,2733889322,'2015-05-21 02:01:08',''),(22218,1,1,23406,26,2733889322,'2015-05-21 02:01:12',''),(22219,1,1,23407,26,2733889322,'2015-05-21 02:01:17',''),(22220,1,1,23408,26,2733889322,'2015-05-21 02:01:22',''),(22221,1,1,23409,26,2733889322,'2015-05-21 02:01:27',''),(22222,1,1,23410,26,2733889322,'2015-05-21 02:01:33',''),(22223,1,1,23411,26,2733889322,'2015-05-21 02:01:38',''),(22224,1,1,23412,26,2733889322,'2015-05-21 02:01:43',''),(22225,1,1,23413,26,2733889322,'2015-05-21 02:01:48',''),(22226,1,1,23414,26,2733889322,'2015-05-21 02:01:53',''),(22227,1,1,23415,1,1123632066,'2015-05-21 03:16:29',''),(22228,1,1,23416,1,1123632066,'2015-05-21 04:03:53',''),(22229,1,1,23417,52,2637637468,'2015-05-21 08:09:11',''),(22230,1,1,23418,1,1307760872,'2015-05-21 08:35:21','http://buttons-for-your-website.com'),(22231,1,1,23419,1,1542483300,'2015-05-21 09:13:59',''),(22232,1,1,23420,1,1123632066,'2015-05-21 09:18:39',''),(22233,1,1,23421,1,3642895790,'2015-05-21 09:39:09','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCgQFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=vaddVYCSH8ftUvPRgLgM&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&sig2=DpQejtigo-f-iMClL8HFMA&bvm=bv.93756505,d.bGg'),(22234,1,1,23422,72,3024883481,'2015-05-21 10:00:33',''),(22235,1,1,23423,26,3475901811,'2015-05-21 10:29:21',''),(22236,1,1,23424,1,1123632066,'2015-05-21 11:24:45',''),(22237,1,1,23425,1,1123632090,'2015-05-21 12:25:24',''),(22238,1,1,23426,1,2382681724,'2015-05-21 13:52:21',''),(22239,1,1,23427,1,2382681724,'2015-05-21 13:52:31',''),(22240,1,1,23428,1,2382681724,'2015-05-21 13:52:37',''),(22241,1,1,23429,1,2382681724,'2015-05-21 13:52:59',''),(22242,1,1,23430,1,1123632066,'2015-05-21 15:42:46',''),(22243,1,1,23431,62,1123632078,'2015-05-21 16:47:10',''),(22244,1,1,23432,1,1053974832,'2015-05-21 17:19:25',''),(22245,1,1,23433,1,1053974832,'2015-05-21 17:19:31',''),(22246,1,1,23434,1,1053974832,'2015-05-21 17:19:43',''),(22247,1,1,23435,1,1053974832,'2015-05-21 17:19:51',''),(22248,1,1,23436,1,1053974832,'2015-05-21 17:20:02',''),(22249,1,1,23437,1,1053974832,'2015-05-21 17:20:14',''),(22250,1,1,23438,1,1053974832,'2015-05-21 17:20:22',''),(22251,1,1,23439,1,1053974832,'2015-05-21 17:20:30',''),(22252,1,1,23440,1,1053974832,'2015-05-21 17:20:36',''),(22253,1,1,23441,1,1053974832,'2015-05-21 17:20:41',''),(22254,1,1,23442,51,2637637468,'2015-05-21 18:55:18',''),(22255,1,1,23443,1,2071807844,'2015-05-21 20:04:30',''),(22256,1,1,23444,1,1381937297,'2015-05-21 20:58:31','http://www.1businessenterprise.co.uk/our-clients.php'),(22257,1,1,23445,26,1381937297,'2015-05-21 21:01:26',''),(22258,1,1,23446,55,1381937297,'2015-05-21 21:02:42',''),(22259,1,1,23447,43,1381937297,'2015-05-21 21:04:00',''),(22260,1,1,23448,26,1381937297,'2015-05-21 21:05:16',''),(22261,1,1,23449,63,1381937297,'2015-05-21 21:06:33',''),(22262,1,1,23450,69,1381937297,'2015-05-21 21:07:48',''),(22263,1,1,23451,52,1381937297,'2015-05-21 21:09:06',''),(22264,1,1,23452,10,1381937297,'2015-05-21 21:10:24',''),(22265,1,1,23453,3,1381937297,'2015-05-21 21:11:41',''),(22266,1,1,23454,59,1381937297,'2015-05-21 21:12:59',''),(22267,1,1,23455,72,1381937297,'2015-05-21 21:14:17',''),(22268,1,1,23456,16,1381937297,'2015-05-21 21:15:37',''),(22269,1,1,23457,45,1381937297,'2015-05-21 21:16:55',''),(22270,1,1,23458,50,1381937297,'2015-05-21 21:18:15',''),(22271,1,1,23459,18,1381937297,'2015-05-21 21:19:34',''),(22272,1,1,23460,54,1381937297,'2015-05-21 21:20:55',''),(22273,1,1,23461,42,1381937297,'2015-05-21 21:22:14',''),(22274,1,1,23462,71,1381937297,'2015-05-21 21:23:35',''),(22275,1,1,23463,67,1381937297,'2015-05-21 21:24:58',''),(22276,1,1,23464,66,1381937297,'2015-05-21 21:26:17',''),(22277,1,1,23465,53,1381937297,'2015-05-21 21:27:42',''),(22278,1,1,23466,73,1381937297,'2015-05-21 21:29:01',''),(22279,1,1,23467,75,1381937297,'2015-05-21 21:30:23',''),(22280,1,1,23468,27,1381937297,'2015-05-21 21:31:44',''),(22281,1,1,23469,57,1381937297,'2015-05-21 21:33:08',''),(22282,1,1,23470,58,1381937297,'2015-05-21 21:34:30',''),(22283,1,1,23471,74,1381937297,'2015-05-21 21:35:52',''),(22284,1,1,23472,47,1381937297,'2015-05-21 21:37:13',''),(22285,1,1,23473,31,1381937297,'2015-05-21 21:38:32',''),(22286,1,1,23474,38,1381937297,'2015-05-21 21:39:52',''),(22287,1,1,23475,26,1381937297,'2015-05-21 21:41:12',''),(22288,1,1,23476,51,1381937297,'2015-05-21 21:42:34',''),(22289,1,1,23477,44,1381937297,'2015-05-21 21:43:55',''),(22290,1,1,23478,26,1381937297,'2015-05-21 21:45:16',''),(22291,1,1,23479,9,1381937297,'2015-05-21 21:46:37',''),(22292,1,1,23480,68,1381937297,'2015-05-21 21:48:02',''),(22293,1,1,23481,26,1381937297,'2015-05-21 21:49:23',''),(22294,1,1,23482,62,1381937297,'2015-05-21 21:50:48',''),(22295,1,1,23483,26,2637637524,'2015-05-21 21:51:42',''),(22296,1,1,23484,16,1381937297,'2015-05-21 21:52:11',''),(22297,1,1,23485,26,3475901811,'2015-05-21 21:52:23',''),(22298,1,1,23486,26,3475901811,'2015-05-21 21:52:24',''),(22299,1,1,23487,26,3475901811,'2015-05-21 21:52:25',''),(22300,1,1,23488,49,1381937297,'2015-05-21 21:53:35',''),(22301,1,1,23489,16,1381937297,'2015-05-21 21:54:58',''),(22302,1,1,23490,28,1381937297,'2015-05-21 21:56:20',''),(22303,1,1,23491,26,2637637623,'2015-05-21 21:56:29',''),(22304,1,1,23492,15,1381937297,'2015-05-21 21:57:45',''),(22305,1,1,23493,56,1381937297,'2015-05-21 21:59:07',''),(22306,1,1,23494,43,1381937297,'2015-05-21 22:00:26',''),(22307,1,1,23495,64,1381937297,'2015-05-21 22:01:45',''),(22308,1,1,23496,41,1381937297,'2015-05-21 22:03:07',''),(22309,1,1,23497,65,1381937297,'2015-05-21 22:04:29',''),(22310,1,1,23498,48,1381937297,'2015-05-21 22:05:46',''),(22311,1,1,23499,43,1381937297,'2015-05-21 22:07:08',''),(22312,1,1,23500,6,1381937297,'2015-05-21 22:08:25',''),(22313,1,1,23501,26,2637637418,'2015-05-21 23:06:10',''),(22314,1,1,23502,26,2071807777,'2015-05-21 23:14:52',''),(22315,1,1,23503,52,3024883470,'2015-05-22 00:44:38',''),(22316,1,1,23504,42,3475901811,'2015-05-22 01:25:12',''),(22317,1,1,23505,31,2071807790,'2015-05-22 01:47:56',''),(22318,1,1,23506,51,2637637623,'2015-05-22 01:59:20',''),(22319,1,1,23507,1,1123633627,'2015-05-22 06:34:09',''),(22320,1,1,23508,1,2990476559,'2015-05-22 07:38:36',''),(22321,1,1,23509,1,2990476559,'2015-05-22 07:38:44',''),(22322,1,1,23510,1,2990476559,'2015-05-22 07:38:48',''),(22323,1,1,23511,1,2990476559,'2015-05-22 07:38:53',''),(22324,1,1,23512,1,2990476559,'2015-05-22 07:39:11',''),(22325,1,1,23513,1,2990476559,'2015-05-22 07:39:19',''),(22326,1,1,23514,1,2990476559,'2015-05-22 07:39:34',''),(22327,1,1,23515,1,2990476559,'2015-05-22 07:39:44',''),(22328,1,1,23516,1,2990476559,'2015-05-22 07:39:50',''),(22329,1,1,23517,1,2990476559,'2015-05-22 07:39:54',''),(22330,1,1,23518,1,772036457,'2015-05-22 09:05:59',''),(22331,1,1,23519,1,772036457,'2015-05-22 09:06:04',''),(22332,1,1,23520,1,772036457,'2015-05-22 09:06:08',''),(22333,1,1,23521,72,3024883463,'2015-05-22 10:32:04',''),(22334,1,1,23522,1,1123634747,'2015-05-22 11:22:00',''),(22335,1,1,23523,57,2071807782,'2015-05-22 13:49:55',''),(22336,1,1,23524,44,3024883463,'2015-05-22 14:34:33',''),(22337,1,1,23525,56,3475901742,'2015-05-22 15:07:39',''),(22338,1,1,23526,9,1123635162,'2015-05-22 15:18:56',''),(22339,1,1,23527,1,1589999842,'2015-05-22 15:49:41','http://buttons-for-your-website.com'),(22340,1,1,23319,1,1317869364,'2015-05-22 15:49:45','http://www.bing.com/search?q=ms+tyres+blackburn&src=IE-TopResult&FORM=IETR02&conversationid='),(22341,1,1,23528,1,3024883471,'2015-05-22 16:12:22',''),(22342,1,1,23529,1,1542483289,'2015-05-22 17:45:16',''),(22343,1,1,23530,1,1976349195,'2015-05-22 17:57:32','http://buttons-for-your-website.com'),(22344,1,1,23531,1,2637637623,'2015-05-22 19:01:43',''),(22345,1,1,23532,1,1123633619,'2015-05-22 20:36:26',''),(22346,1,1,23533,26,3475901742,'2015-05-22 21:56:54',''),(22347,1,1,23534,1,3338415115,'2015-05-23 01:24:15',''),(22348,1,1,23535,27,1123631412,'2015-05-23 02:17:10',''),(22349,1,1,23536,38,3024883610,'2015-05-23 08:48:05',''),(22350,1,1,23537,1,1377523052,'2015-05-23 09:45:49','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&cad=rja&uact=8&ved=0CGQQoAIwBA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=NUxgValFxb1RhIaBuAM&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.93990622,d.d24'),(22351,1,1,23538,67,2637637523,'2015-05-23 10:31:53',''),(22352,1,1,23539,6,1123631418,'2015-05-23 11:44:52',''),(22353,1,1,23540,1,2731721858,'2015-05-23 13:13:01',''),(22354,1,1,23541,1,2731721858,'2015-05-23 13:13:03',''),(22355,1,1,23542,1,2731721858,'2015-05-23 13:13:06',''),(22356,1,1,23543,1,2731721858,'2015-05-23 13:13:08',''),(22357,1,1,22628,1,1377522813,'2015-05-23 13:27:03','https://www.google.co.uk/'),(22358,1,1,23544,31,1123634740,'2015-05-23 13:36:23',''),(22359,1,1,23545,1,3024883597,'2015-05-23 15:54:34',''),(22360,1,1,23546,1,3015164567,'2015-05-23 16:17:56','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(22361,1,1,23547,31,1123632508,'2015-05-23 18:01:13',''),(22362,1,1,23548,1,2071807852,'2015-05-23 18:52:45',''),(22363,1,1,23549,1,3702877272,'2015-05-23 18:54:51',''),(22364,1,1,23550,1,1168492189,'2015-05-23 20:50:41','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(22365,1,1,23551,56,3475901742,'2015-05-23 22:16:14',''),(22366,1,1,23552,9,3475901742,'2015-05-23 22:16:18',''),(22367,1,1,23553,26,3475901742,'2015-05-23 22:16:24',''),(22368,1,1,23554,48,2637637494,'2015-05-23 22:34:06',''),(22369,1,1,23555,26,2637637523,'2015-05-23 22:36:35',''),(22370,1,1,23556,43,2637637523,'2015-05-23 22:36:36',''),(22371,1,1,23557,43,2637637524,'2015-05-23 22:36:38',''),(22372,1,1,23558,26,2637637524,'2015-05-23 22:36:40',''),(22373,1,1,23559,31,1123634740,'2015-05-23 22:40:10',''),(22374,1,1,23560,1,2637637470,'2015-05-23 22:40:40',''),(22375,1,1,23561,66,2637637470,'2015-05-23 22:40:41',''),(22376,1,1,23562,74,3024883618,'2015-05-23 22:59:07',''),(22377,1,1,23563,75,1123634740,'2015-05-24 02:33:52',''),(22378,1,1,23564,1,1123634733,'2015-05-24 02:57:15',''),(22379,1,1,23565,15,2637637470,'2015-05-24 05:18:59',''),(22380,1,1,23566,52,1592974660,'2015-05-24 05:24:27',''),(22381,1,1,23567,1,624302384,'2015-05-24 05:25:32',''),(22382,1,1,23568,78,2682320159,'2015-05-24 05:26:30',''),(22383,1,1,23569,43,3036440659,'2015-05-24 05:30:50',''),(22384,1,1,23570,1,3036440659,'2015-05-24 05:31:09',''),(22385,1,1,23571,43,3036440659,'2015-05-24 05:31:27',''),(22386,1,1,23572,44,3024883608,'2015-05-24 07:03:07',''),(22387,1,1,23573,1,1542483303,'2015-05-24 10:13:14',''),(22388,1,1,23574,1,1152705687,'2015-05-24 10:15:43',''),(22389,1,1,23578,1,3024883599,'2015-05-24 10:45:25',''),(22390,1,1,23579,1,3145511878,'2015-05-24 11:07:55','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(22391,1,1,23580,1,1123634733,'2015-05-24 11:36:35',''),(22392,1,1,23581,1,1534700221,'2015-05-24 12:43:53',''),(22393,1,1,23582,1,1534700221,'2015-05-24 12:44:21',''),(22394,1,1,23583,1,1534700221,'2015-05-24 12:44:54',''),(22395,1,1,23584,1,1534700221,'2015-05-24 12:45:26',''),(22396,1,1,23585,1,1534700221,'2015-05-24 12:45:50',''),(22397,1,1,23586,1,1534700221,'2015-05-24 12:46:22',''),(22398,1,1,23587,1,1534700221,'2015-05-24 12:47:25',''),(22399,1,1,23588,68,1123632500,'2015-05-24 14:30:40',''),(22400,1,1,23589,41,3475901742,'2015-05-24 15:14:00',''),(22401,1,1,23590,56,3475901742,'2015-05-24 15:54:13',''),(22402,1,1,23591,9,3475901742,'2015-05-24 15:54:15',''),(22403,1,1,23592,26,3475901742,'2015-05-24 15:54:17',''),(22404,1,1,23593,48,2637637494,'2015-05-24 15:56:36',''),(22405,1,1,23594,1,2637637470,'2015-05-24 16:04:21',''),(22406,1,1,23595,66,2637637470,'2015-05-24 16:04:23',''),(22407,1,1,23596,26,2637637523,'2015-05-24 16:05:27',''),(22408,1,1,23597,43,2637637523,'2015-05-24 16:05:28',''),(22409,1,1,23598,43,2637637523,'2015-05-24 16:05:30',''),(22410,1,1,23599,26,2637637523,'2015-05-24 16:05:33',''),(22411,1,1,23600,43,2637637523,'2015-05-24 16:28:15',''),(22412,1,1,23601,1,1863149066,'2015-05-24 16:41:35',''),(22413,1,1,23602,43,3107978362,'2015-05-24 16:54:12',''),(22414,1,1,23603,1,3107978362,'2015-05-24 16:54:26',''),(22415,1,1,23604,43,3107978362,'2015-05-24 16:54:36',''),(22416,1,1,23605,9,1152705687,'2015-05-24 21:58:58',''),(22417,1,1,23606,1,1123632508,'2015-05-24 21:59:23',''),(22418,1,1,23607,43,3107978362,'2015-05-24 22:22:57',''),(22419,1,1,23608,1,3107978362,'2015-05-24 22:23:00',''),(22420,1,1,23609,43,3107978362,'2015-05-24 22:23:01',''),(22421,1,1,23610,43,3107978362,'2015-05-24 22:23:04',''),(22422,1,1,23611,1,1123632508,'2015-05-24 23:27:27',''),(22423,1,1,23612,16,3475901742,'2015-05-24 23:31:25',''),(22424,1,1,23613,65,1123632500,'2015-05-24 23:33:47',''),(22425,1,1,23614,1,3138872242,'2015-05-25 01:21:34','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(22426,1,1,23615,26,2637637523,'2015-05-25 01:47:47',''),(22427,1,1,23616,1,3475901742,'2015-05-25 02:25:38',''),(22428,1,1,23617,67,3024883613,'2015-05-25 02:51:34',''),(22429,1,1,23618,26,3475901742,'2015-05-25 03:13:22',''),(22430,1,1,23619,1,2637693762,'2015-05-25 03:30:28',''),(22431,1,1,23620,26,2637637524,'2015-05-25 04:31:06',''),(22432,1,1,23621,43,2637637524,'2015-05-25 04:31:08',''),(22433,1,1,23622,43,2637637524,'2015-05-25 04:31:10',''),(22434,1,1,23623,26,2637637524,'2015-05-25 04:31:12',''),(22435,1,1,23624,56,3475901742,'2015-05-25 04:31:14',''),(22436,1,1,23625,9,3475901742,'2015-05-25 04:31:16',''),(22437,1,1,23626,26,3475901742,'2015-05-25 04:31:18',''),(22438,1,1,23627,48,2637637494,'2015-05-25 04:33:08',''),(22439,1,1,23628,1,2637637470,'2015-05-25 04:33:11',''),(22440,1,1,23629,66,2637637470,'2015-05-25 04:33:12',''),(22441,1,1,23630,1,3024883478,'2015-05-25 04:45:04',''),(22442,1,1,23631,6,2637637494,'2015-05-25 06:38:42',''),(22443,1,1,23632,9,3702877355,'2015-05-25 06:44:35',''),(22444,1,1,23633,6,1123632500,'2015-05-25 08:36:44',''),(22445,1,1,23634,1,1123632508,'2015-05-25 09:21:02',''),(22446,1,1,23635,64,3024883467,'2015-05-25 09:44:58',''),(22447,1,1,23636,1,1528037869,'2015-05-25 12:36:52',''),(22448,1,1,23637,1,1528037869,'2015-05-25 12:36:54',''),(22449,1,1,23638,1,1528037869,'2015-05-25 12:36:57',''),(22450,1,1,23639,1,1384445314,'2015-05-25 13:39:08','https://www.google.co.uk/'),(22451,1,1,23640,27,1123632500,'2015-05-25 13:45:08',''),(22452,1,1,23641,48,1123632508,'2015-05-25 13:48:35',''),(22453,1,1,23642,10,3475901742,'2015-05-25 14:11:26',''),(22454,1,1,23643,1,1366185109,'2015-05-25 14:30:24',''),(22455,1,1,23644,1,1366185109,'2015-05-25 14:30:27',''),(22456,1,1,23645,1,1366185109,'2015-05-25 14:30:31',''),(22457,1,1,23646,1,1366185109,'2015-05-25 14:30:55',''),(22458,1,1,23647,1,3338415115,'2015-05-25 15:02:39',''),(22459,1,1,23648,1,1534679447,'2015-05-25 15:13:36',''),(22460,1,1,23649,1,1534679447,'2015-05-25 15:13:44',''),(22461,1,1,23650,1,1534679447,'2015-05-25 15:13:57',''),(22462,1,1,23651,1,1534679447,'2015-05-25 15:14:20',''),(22463,1,1,23652,1,1534679447,'2015-05-25 15:14:29',''),(22464,1,1,23653,1,1534679447,'2015-05-25 15:14:40',''),(22465,1,1,23654,1,1534679447,'2015-05-25 15:15:15',''),(22466,1,1,23655,1,1534679447,'2015-05-25 15:15:29',''),(22467,1,1,23656,1,1534679447,'2015-05-25 15:15:42',''),(22468,1,1,23657,1,1534679447,'2015-05-25 15:15:57',''),(22469,1,1,23658,41,1571666146,'2015-05-25 16:00:25',''),(22470,1,1,23659,1,1542483273,'2015-05-25 18:52:18',''),(22471,1,1,23660,64,1123632388,'2015-05-25 19:47:33',''),(22472,1,1,23661,1,786803397,'2015-05-25 22:34:23',''),(22473,1,1,23662,1,3128546234,'2015-05-25 23:01:14','http://buttons-for-your-website.com'),(22474,1,1,23663,58,2637637494,'2015-05-25 23:32:03',''),(22475,1,1,23664,1,1163186166,'2015-05-25 23:47:55',''),(22476,1,1,23665,1,1123632500,'2015-05-26 01:28:15',''),(22477,1,1,23667,41,1152705687,'2015-05-26 02:39:31',''),(22478,1,1,23668,1,1123632508,'2015-05-26 02:56:37',''),(22479,1,1,23669,1,1596849155,'2015-05-26 04:31:40',''),(22480,1,1,23670,1,1596849155,'2015-05-26 04:31:49',''),(22481,1,1,23671,1,1596849155,'2015-05-26 04:32:06',''),(22482,1,1,23672,1,1596849155,'2015-05-26 04:32:25',''),(22483,1,1,23673,1,1596849155,'2015-05-26 04:32:32',''),(22484,1,1,23674,1,1596849155,'2015-05-26 04:32:51',''),(22485,1,1,23675,48,1123632508,'2015-05-26 04:34:56',''),(22486,1,1,23676,1,1508525141,'2015-05-26 05:43:31',''),(22487,1,1,23677,1,1508525141,'2015-05-26 05:43:48',''),(22488,1,1,23678,1,1508525141,'2015-05-26 05:44:05',''),(22489,1,1,23679,1,1508525141,'2015-05-26 05:45:07',''),(22490,1,1,23680,1,1508525141,'2015-05-26 05:45:41',''),(22491,1,1,23681,1,1508525141,'2015-05-26 05:46:01',''),(22492,1,1,23682,1,772045740,'2015-05-26 06:57:37',''),(22493,1,1,23683,1,772045740,'2015-05-26 06:57:39',''),(22494,1,1,23684,1,772045740,'2015-05-26 06:57:46',''),(22495,1,1,23685,1,772045740,'2015-05-26 06:57:54',''),(22496,1,1,23686,1,772045740,'2015-05-26 06:58:00',''),(22497,1,1,23687,1,772045740,'2015-05-26 06:58:05',''),(22498,1,1,23688,1,772045740,'2015-05-26 06:58:14',''),(22499,1,1,23689,1,1123638662,'2015-05-26 07:09:50','https://www.google.co.uk/'),(22500,1,1,23690,1,1123632508,'2015-05-26 07:24:15',''),(22501,1,1,23692,1,3349711314,'2015-05-26 08:40:11',''),(22502,1,1,23693,1,3349711314,'2015-05-26 08:40:14',''),(22503,1,1,23694,1,3349711314,'2015-05-26 08:40:22',''),(22504,1,1,23695,64,3024883597,'2015-05-26 09:23:30',''),(22505,1,1,23696,1,3105214586,'2015-05-26 10:17:26','https://www.google.co.uk/'),(22506,1,1,23697,1,3188842120,'2015-05-26 11:52:35','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(22507,1,1,23698,71,3024883599,'2015-05-26 12:42:36',''),(22508,1,1,23699,1,3024883480,'2015-05-26 14:54:23',''),(22509,1,1,23700,56,1443132998,'2015-05-26 15:38:52','https://www.google.co.uk/'),(22510,1,1,23701,1,1123632078,'2015-05-26 16:09:49',''),(22511,1,1,23702,71,3024883599,'2015-05-26 18:03:49',''),(22512,1,1,23703,28,3024883465,'2015-05-26 18:39:12',''),(22513,1,1,23704,1,2996499317,'2015-05-26 18:53:58',''),(22514,1,1,23705,1,1123632090,'2015-05-26 19:15:34',''),(22515,1,1,23706,1,2071807800,'2015-05-26 20:30:32',''),(22516,1,1,23707,1,3168684591,'2015-05-26 20:51:53','https://www.google.co.uk/'),(22517,1,1,23708,37,1123632078,'2015-05-26 21:36:53',''),(22518,1,1,23709,1,2071807828,'2015-05-26 22:09:29',''),(22519,1,1,23710,1,100662553,'2015-05-26 22:46:35',''),(22520,1,1,23711,1,1444447248,'2015-05-26 23:08:16',''),(22521,1,1,23711,1,1444447248,'2015-05-26 23:39:42',''),(22522,1,1,23712,65,2071807822,'2015-05-26 23:45:43',''),(22523,1,1,23713,1,1123632066,'2015-05-27 03:42:15',''),(22524,1,1,23714,1,2536828989,'2015-05-27 04:46:42','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(22525,1,1,23715,1,1152705687,'2015-05-27 06:41:21',''),(22526,1,1,23716,30,1123632066,'2015-05-27 06:57:44',''),(22527,1,1,23717,6,1534692827,'2015-05-27 08:24:31',''),(22528,1,1,23718,1,1757481353,'2015-05-27 08:45:02',''),(22529,1,1,23719,1,1757481353,'2015-05-27 08:45:04',''),(22530,1,1,23720,1,1757481353,'2015-05-27 08:45:10',''),(22531,1,1,23721,1,1757481353,'2015-05-27 08:45:15',''),(22532,1,1,23722,1,1757481353,'2015-05-27 08:45:18',''),(22533,1,1,23723,1,1757481353,'2015-05-27 08:45:38',''),(22534,1,1,23724,1,1757481353,'2015-05-27 08:45:57',''),(22535,1,1,23725,1,1123632090,'2015-05-27 09:38:12',''),(22536,1,1,23726,1,1542483266,'2015-05-27 11:36:58',''),(22537,1,1,23727,26,2637637524,'2015-05-27 12:36:07',''),(22538,1,1,23728,74,3024883486,'2015-05-27 15:20:21',''),(22539,1,1,23729,1,1596070488,'2015-05-27 16:37:51',''),(22540,1,1,23730,1,1596070488,'2015-05-27 16:37:59',''),(22541,1,1,23731,1,1596070488,'2015-05-27 16:38:10',''),(22542,1,1,23732,1,1596070488,'2015-05-27 16:38:14',''),(22543,1,1,23733,1,3338415115,'2015-05-27 16:45:52',''),(22544,1,1,23734,1,3323679378,'2015-05-27 16:49:46',''),(22545,1,1,23735,1,3323679378,'2015-05-27 16:50:02',''),(22546,1,1,23736,1,3323679378,'2015-05-27 16:50:09',''),(22547,1,1,23737,1,3323679378,'2015-05-27 16:50:16',''),(22548,1,1,23738,1,3323679378,'2015-05-27 16:50:24',''),(22549,1,1,23739,1,3323679378,'2015-05-27 16:50:36',''),(22550,1,1,23740,1,3323679378,'2015-05-27 16:50:46',''),(22551,1,1,23741,1,3323679378,'2015-05-27 16:50:51',''),(22552,1,1,23742,1,3323679378,'2015-05-27 16:51:02',''),(22553,1,1,23743,1,3323679378,'2015-05-27 16:51:34',''),(22554,1,1,23744,1,771781498,'2015-05-27 18:25:01',''),(22555,1,1,23745,1,771781498,'2015-05-27 18:25:03',''),(22556,1,1,23746,15,2637637470,'2015-05-27 18:53:13',''),(22557,1,1,23747,9,3475901742,'2015-05-27 19:31:38',''),(22558,1,1,23748,1,1123632078,'2015-05-27 19:41:13',''),(22559,1,1,23749,1,1094177369,'2015-05-27 20:56:03',''),(22560,1,1,23750,43,1123632066,'2015-05-27 23:19:54',''),(22561,1,1,23751,1,3024883597,'2015-05-27 23:44:45',''),(22562,1,1,23752,57,1152705687,'2015-05-27 23:57:20',''),(22563,1,1,23753,26,2637637494,'2015-05-27 23:59:39',''),(22564,1,1,23754,1,872850326,'2015-05-28 00:06:28',''),(22565,1,1,23755,1,872850326,'2015-05-28 00:06:30',''),(22566,1,1,23756,1,872850326,'2015-05-28 00:06:33',''),(22567,1,1,23757,1,1123632066,'2015-05-28 02:05:31',''),(22568,1,1,23758,1,2637637470,'2015-05-28 04:16:35',''),(22569,1,1,23759,1,1123632078,'2015-05-28 05:48:26',''),(22570,1,1,23760,1,2420947373,'2015-05-28 06:01:52',''),(22571,1,1,23761,1,3156766930,'2015-05-28 06:01:52',''),(22572,1,1,23762,1,3024883598,'2015-05-28 07:22:40',''),(22573,1,1,23763,23,3024883472,'2015-05-28 08:21:32',''),(22574,1,1,23764,28,3024883617,'2015-05-28 08:36:32',''),(22575,1,1,23765,43,2637637524,'2015-05-28 10:46:41',''),(22576,1,1,23766,26,3475901742,'2015-05-28 11:00:55',''),(22577,1,1,23767,1,1123632078,'2015-05-28 11:08:38',''),(22578,1,1,23768,1,3323679378,'2015-05-28 13:23:19',''),(22579,1,1,23769,1,3323679378,'2015-05-28 13:23:32',''),(22580,1,1,23770,1,3323679378,'2015-05-28 13:23:37',''),(22581,1,1,23771,1,3323679378,'2015-05-28 13:23:46',''),(22582,1,1,23772,1,3323679378,'2015-05-28 13:24:20',''),(22583,1,1,23773,1,3323679378,'2015-05-28 13:25:02',''),(22584,1,1,23774,1,3323679378,'2015-05-28 13:25:08',''),(22585,1,1,23775,1,2204827737,'2015-05-28 14:19:27',''),(22586,1,1,23776,1,1123633611,'2015-05-28 17:19:55',''),(22587,1,1,23777,1,3340638256,'2015-05-28 22:03:33',''),(22588,1,1,23778,49,3024883605,'2015-05-29 00:47:23',''),(22589,1,1,23779,1,1298266341,'2015-05-29 03:09:57',''),(22590,1,1,23780,26,2637637494,'2015-05-29 03:42:26',''),(22591,1,1,23781,1,1542483294,'2015-05-29 04:44:59',''),(22592,1,1,23782,74,3024883462,'2015-05-29 04:57:51',''),(22593,1,1,23783,1,3479603870,'2015-05-29 05:42:02',''),(22594,1,1,23784,1,2071807829,'2015-05-29 06:02:47',''),(22595,1,1,23785,1,3633050977,'2015-05-29 06:46:53',''),(22596,1,1,23786,26,2637637523,'2015-05-29 07:52:05',''),(22597,1,1,23787,1,1838980863,'2015-05-29 08:12:42','https://www.google.co.uk/'),(22598,1,1,23788,1,2385947858,'2015-05-29 09:44:49',''),(22599,1,1,23789,1,1534687531,'2015-05-29 10:02:57',''),(22600,1,1,23790,1,1534687531,'2015-05-29 10:03:02',''),(22601,1,1,23791,1,1534687531,'2015-05-29 10:03:05',''),(22602,1,1,23792,1,1534687531,'2015-05-29 10:03:11',''),(22603,1,1,23793,1,1534687531,'2015-05-29 10:03:20',''),(22604,1,1,23794,1,1534687531,'2015-05-29 10:03:25',''),(22605,1,1,23795,1,1534687531,'2015-05-29 10:03:38',''),(22606,1,1,23796,1,1534687531,'2015-05-29 10:04:09',''),(22607,1,1,23797,1,1534687531,'2015-05-29 10:04:43',''),(22608,1,1,23798,1,1534687531,'2015-05-29 10:04:49',''),(22609,1,1,23799,26,2637637494,'2015-05-29 10:25:51',''),(22610,1,1,23800,1,996205803,'2015-05-29 11:46:45','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(22611,1,1,23801,1,1123633627,'2015-05-29 12:08:17',''),(22612,1,1,23802,1,3024883476,'2015-05-29 14:00:58',''),(22613,1,1,23803,1,1123634733,'2015-05-29 14:26:46',''),(22614,1,1,23804,1,1123634747,'2015-05-29 15:34:34',''),(22615,1,1,23805,43,2637637523,'2015-05-29 16:16:57',''),(22616,1,1,23806,1,1032306279,'2015-05-29 18:45:54','http://www.baidu.com/s?wd=Mstyresblackburn'),(22617,1,1,23807,71,3024883463,'2015-05-29 19:36:25',''),(22618,1,1,23808,64,2071807832,'2015-05-29 20:21:58',''),(22619,1,1,23809,1,2990476559,'2015-05-29 20:26:00',''),(22620,1,1,23810,1,2990476559,'2015-05-29 20:26:08',''),(22621,1,1,23811,1,2990476559,'2015-05-29 20:26:12',''),(22622,1,1,23812,1,2990476559,'2015-05-29 20:26:18',''),(22623,1,1,23813,1,3340638316,'2015-05-29 20:47:39',''),(22624,1,1,23814,26,2637637470,'2015-05-29 20:56:41',''),(22625,1,1,23815,1,2637637470,'2015-05-29 20:56:44',''),(22626,1,1,23816,56,2637637522,'2015-05-29 20:56:44',''),(22627,1,1,23817,43,2637637523,'2015-05-29 20:56:50',''),(22628,1,1,23818,43,2637637523,'2015-05-29 20:56:52',''),(22629,1,1,23819,48,2637637494,'2015-05-29 20:57:01',''),(22630,1,1,23820,1,3024883467,'2015-05-29 21:21:09',''),(22631,1,1,23821,1,772045740,'2015-05-29 23:56:14',''),(22632,1,1,23822,1,772045740,'2015-05-29 23:56:16',''),(22633,1,1,23823,1,772045740,'2015-05-29 23:56:18',''),(22634,1,1,23824,26,2637637523,'2015-05-30 00:48:22',''),(22635,1,1,23825,43,2637637523,'2015-05-30 01:14:16',''),(22636,1,1,23826,26,2637637522,'2015-05-30 03:55:10',''),(22637,1,1,23827,1,3385668890,'2015-05-30 04:11:34','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(22638,1,1,23828,70,3024883476,'2015-05-30 06:11:48',''),(22639,1,1,23829,6,1123634747,'2015-05-30 11:00:09',''),(22640,1,1,23830,1,1123634740,'2015-05-30 11:27:54',''),(22641,1,1,23831,1,786803397,'2015-05-30 11:43:19',''),(22642,1,1,23832,1,1542483324,'2015-05-30 12:46:14',''),(22643,1,1,23833,1,3323674919,'2015-05-30 13:03:12',''),(22644,1,1,23834,1,3323674919,'2015-05-30 13:03:14',''),(22645,1,1,23835,1,3323674919,'2015-05-30 13:03:18',''),(22646,1,1,23836,1,3323674919,'2015-05-30 13:03:20',''),(22647,1,1,23837,1,1123632066,'2015-05-30 15:35:39',''),(22648,1,1,23838,1,2071807778,'2015-05-30 16:16:52',''),(22649,1,1,23839,1,2983116361,'2015-05-30 18:05:16','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(22650,1,1,23840,26,2637637524,'2015-05-30 19:33:58',''),(22651,1,1,23841,1,1489375385,'2015-05-30 20:03:37',''),(22652,1,1,23842,1,1489375385,'2015-05-30 20:03:41',''),(22653,1,1,23843,1,1489375385,'2015-05-30 20:03:46',''),(22654,1,1,23844,1,1489375385,'2015-05-30 20:03:49',''),(22655,1,1,23845,1,1489375385,'2015-05-30 20:03:56',''),(22656,1,1,23846,1,1489375385,'2015-05-30 20:04:00',''),(22657,1,1,23847,1,1489375385,'2015-05-30 20:04:04',''),(22658,1,1,23848,1,1123632066,'2015-05-30 20:22:01',''),(22659,1,1,23849,1,3024883616,'2015-05-30 20:29:13',''),(22660,1,1,23850,1,1123632078,'2015-05-30 22:41:24',''),(22661,1,1,23851,70,3024883472,'2015-05-31 03:36:53',''),(22662,1,1,23852,1,1123632066,'2015-05-31 04:46:21',''),(22663,1,1,23853,26,3702877333,'2015-05-31 05:21:26',''),(22664,1,1,23854,1,84498858,'2015-05-31 06:27:27',''),(22665,1,1,23855,1,84498858,'2015-05-31 06:27:29',''),(22666,1,1,23856,1,84498858,'2015-05-31 06:27:31',''),(22667,1,1,23857,1,84498858,'2015-05-31 06:27:35',''),(22668,1,1,23858,1,84498858,'2015-05-31 06:27:37',''),(22669,1,1,23859,1,84498858,'2015-05-31 06:27:39',''),(22670,1,1,23860,1,84498858,'2015-05-31 06:27:42',''),(22671,1,1,23861,1,84498858,'2015-05-31 06:27:44',''),(22672,1,1,23862,1,84498858,'2015-05-31 06:27:46',''),(22673,1,1,23863,1,84498858,'2015-05-31 06:27:49',''),(22674,1,1,23864,1,2760529746,'2015-05-31 06:37:27',''),(22675,1,1,23865,1,1089906120,'2015-05-31 07:26:23','http://whois.domaintools.com/mstyresblackburn.co.uk'),(22676,1,1,23866,28,3024883481,'2015-05-31 07:50:47',''),(22677,1,1,23867,26,2637637606,'2015-05-31 08:39:55',''),(22678,1,1,23868,45,2637637606,'2015-05-31 09:17:01',''),(22679,1,1,23869,1,1377523047,'2015-05-31 09:22:59','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CEUQoAIwAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=zdJqVa_SIMed7ga3ooCoCg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.94455598,d.ZGU'),(22680,1,1,23870,1,3024883467,'2015-05-31 10:15:00',''),(22681,1,1,23871,65,1298277644,'2015-05-31 10:46:12','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=17&ved=0CF8QFjAGOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=Q-ZqVduRGcaX7QbBm4KQBQ&usg=AFQjCNE1Ca_-PPn5dxqsbrcb2E1gyp'),(22682,1,1,23872,54,2637637494,'2015-05-31 12:20:15',''),(22683,1,1,23873,6,1152705687,'2015-05-31 12:20:33',''),(22684,1,1,23874,1,2537457694,'2015-05-31 13:30:04','http://buttons-for-your-website.com'),(22685,1,1,23875,66,3024883489,'2015-05-31 17:18:50',''),(22686,1,1,23876,1,772036457,'2015-05-31 20:47:56',''),(22687,1,1,23877,1,772036457,'2015-05-31 20:48:00',''),(22688,1,1,23878,1,772036457,'2015-05-31 20:48:08',''),(22689,1,1,23879,1,772036457,'2015-05-31 20:48:17',''),(22690,1,1,23880,1,772036457,'2015-05-31 20:48:21',''),(22691,1,1,23881,1,772036457,'2015-05-31 20:48:26',''),(22692,1,1,23882,65,1455142082,'2015-05-31 20:55:39','http://www.google.co.uk/url?sa=t&rct=j&q=rapid%20p609%20235%20%2F45%2F%2017%20tyre&source=web&cd=3&ved=0CC4QFjAC&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=KHVrVfzfNeSf7gbHuIPYBQ&usg='),(22693,1,1,23883,1,1509255214,'2015-05-31 21:28:19','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(22694,1,1,23884,1,1534687531,'2015-05-31 22:58:42',''),(22695,1,1,23885,1,1534687531,'2015-05-31 22:58:58',''),(22696,1,1,23886,1,1534687531,'2015-05-31 22:59:03',''),(22697,1,1,23887,1,1534687531,'2015-05-31 22:59:07',''),(22698,1,1,23888,48,2637637494,'2015-06-01 00:29:47',''),(22699,1,1,23889,1,3024883591,'2015-06-01 00:50:35',''),(22700,1,1,23890,3,2996499317,'2015-06-01 02:00:45',''),(22701,1,1,23891,62,3024883607,'2015-06-01 03:08:15',''),(22702,1,1,23892,18,2996499317,'2015-06-01 03:22:06',''),(22703,1,1,23893,18,2637637593,'2015-06-01 04:52:44',''),(22704,1,1,23894,6,2637637627,'2015-06-01 04:53:20',''),(22705,1,1,23895,1,1123632078,'2015-06-01 05:23:41',''),(22706,1,1,23896,1,1542483275,'2015-06-01 05:32:22',''),(22707,1,1,23898,16,1152705687,'2015-06-01 06:41:17',''),(22708,1,1,23899,23,3024883465,'2015-06-01 07:58:51',''),(22709,1,1,23900,1,1123632090,'2015-06-01 08:12:48',''),(22710,1,1,23901,1,3024883609,'2015-06-01 08:51:17',''),(22711,1,1,23902,1,1863149065,'2015-06-01 10:13:55',''),(22712,1,1,23903,1,1863149066,'2015-06-01 10:13:57',''),(22713,1,1,23904,1,1367998446,'2015-06-01 10:40:33','https://www.google.co.uk/'),(22714,1,1,23905,65,2516511314,'2015-06-01 11:16:58','http://www.google.co.uk/'),(22715,1,1,23906,26,2637637605,'2015-06-01 11:31:38',''),(22716,1,1,23907,41,3702877367,'2015-06-01 11:49:34',''),(22717,1,1,23908,1,1123634747,'2015-06-01 12:15:44',''),(22718,1,1,23909,1,1123634747,'2015-06-01 12:59:17',''),(22719,1,1,23910,26,2637637606,'2015-06-01 13:01:09',''),(22720,1,1,23911,1,1539462250,'2015-06-01 13:22:18',''),(22721,1,1,23912,1,1539462250,'2015-06-01 13:22:28',''),(22722,1,1,23913,1,1539462250,'2015-06-01 13:22:40',''),(22723,1,1,23914,1,2071807826,'2015-06-01 15:45:09',''),(22724,1,1,23915,1,3702877336,'2015-06-01 15:47:15',''),(22725,1,1,23916,1,1838813902,'2015-06-01 15:55:56','https://www.google.co.uk/'),(22726,1,1,23917,1,1123634733,'2015-06-01 16:16:18',''),(22727,1,1,23918,1,1123632508,'2015-06-01 17:09:03',''),(22728,1,1,23919,1,1366185109,'2015-06-01 17:33:46',''),(22729,1,1,23920,1,1366185109,'2015-06-01 17:33:48',''),(22730,1,1,23921,1,1366185109,'2015-06-01 17:33:50',''),(22731,1,1,23922,1,1366185109,'2015-06-01 17:33:53',''),(22732,1,1,23923,1,1366185109,'2015-06-01 17:33:55',''),(22733,1,1,23924,1,1366185109,'2015-06-01 17:33:58',''),(22734,1,1,23925,1,1366185109,'2015-06-01 17:34:00',''),(22735,1,1,23926,1,1451418597,'2015-06-01 18:02:34','https://www.google.co.uk/'),(22736,1,1,23927,68,3165916795,'2015-06-01 19:07:01','https://www.google.ru/'),(22737,1,1,23928,1,1123634733,'2015-06-01 20:00:03',''),(22738,1,1,23929,1,1123634747,'2015-06-01 20:29:55',''),(22739,1,1,23930,56,40139977,'2015-06-01 21:07:55','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=8&ved=0CE0QFjAH&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=j8lsVbSxA-Td7gbrvYCQDQ&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3Q'),(22740,1,1,23931,1,1123632508,'2015-06-01 23:50:37',''),(22741,1,1,23932,1,3024883600,'2015-06-02 00:00:55',''),(22742,1,1,23933,74,2637637628,'2015-06-02 01:37:33',''),(22743,1,1,23934,74,3475901697,'2015-06-02 03:54:20',''),(22744,1,1,23935,26,2637637606,'2015-06-02 04:37:49',''),(22745,1,1,23936,1,1365305665,'2015-06-02 05:27:42','https://www.google.co.uk/'),(22746,1,1,23937,1,2990476559,'2015-06-02 08:38:58',''),(22747,1,1,23938,1,2990476559,'2015-06-02 08:39:01',''),(22748,1,1,23939,1,2990476559,'2015-06-02 08:39:11',''),(22749,1,1,23940,1,2990476559,'2015-06-02 08:39:19',''),(22750,1,1,23941,1,1329598519,'2015-06-02 09:54:03','https://www.google.co.uk/'),(22751,1,1,23942,1,1041806727,'2015-06-02 09:54:35',''),(22752,1,1,23943,1,1041806726,'2015-06-02 09:54:37',''),(22753,1,1,23944,1,1123634733,'2015-06-02 10:31:01',''),(22754,1,1,23945,26,3702877273,'2015-06-02 10:58:47',''),(22755,1,1,23946,1,1123634740,'2015-06-02 12:15:49',''),(22756,1,1,23947,1,3496685076,'2015-06-02 12:36:55',''),(22757,1,1,23948,1,3496685076,'2015-06-02 12:37:01',''),(22758,1,1,23949,1,3496685076,'2015-06-02 12:37:04',''),(22759,1,1,23950,1,3496685076,'2015-06-02 12:37:07',''),(22760,1,1,23951,1,3496685076,'2015-06-02 12:37:10',''),(22761,1,1,23952,1,3496685076,'2015-06-02 12:37:13',''),(22762,1,1,23953,1,3496685076,'2015-06-02 12:37:17',''),(22763,1,1,23954,1,3496685076,'2015-06-02 12:37:41',''),(22764,1,1,23955,1,3496685076,'2015-06-02 12:37:44',''),(22765,1,1,23956,1,3496685076,'2015-06-02 12:37:51',''),(22766,1,1,23957,53,3024883592,'2015-06-02 13:20:38',''),(22767,1,1,23958,67,3024883464,'2015-06-02 14:54:09',''),(22768,1,1,23959,1,1542483270,'2015-06-02 15:36:29',''),(22769,1,1,23960,1,3016838132,'2015-06-02 16:39:16','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(22770,1,1,23961,68,1123632500,'2015-06-02 18:33:52',''),(22771,1,1,23962,67,3024883471,'2015-06-02 21:17:16',''),(22772,1,1,23963,1,1523817325,'2015-06-02 21:55:46','http://www.google.co.uk/'),(22773,1,1,23964,1,3702877270,'2015-06-02 22:01:10',''),(22774,1,1,23965,30,1123632388,'2015-06-02 22:12:12',''),(22775,1,1,23966,1,3386079937,'2015-06-02 22:16:50','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(22776,1,1,23967,68,1123632508,'2015-06-02 22:23:32',''),(22777,1,1,23968,1,1123632388,'2015-06-02 22:47:41',''),(22778,1,1,23969,1,3135198757,'2015-06-03 01:40:37','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(22779,1,1,23970,1,772036457,'2015-06-03 02:34:45',''),(22780,1,1,23971,1,772036457,'2015-06-03 02:34:48',''),(22781,1,1,23972,1,772036457,'2015-06-03 02:34:52',''),(22782,1,1,23973,1,772036457,'2015-06-03 02:34:55',''),(22783,1,1,23974,51,1123632508,'2015-06-03 03:02:41',''),(22784,1,1,23975,68,1123632388,'2015-06-03 05:26:53',''),(22785,1,1,23976,1,3322653789,'2015-06-03 05:29:58',''),(22786,1,1,23977,62,1152705687,'2015-06-03 06:38:43',''),(22787,1,1,23978,1,3339975108,'2015-06-03 06:40:04',''),(22788,1,1,23979,1,344270861,'2015-06-03 06:40:05','http://www.bing.com/search?q=tyres+blackburn&FORM=IE8SRC'),(22789,1,1,23980,1,3429212575,'2015-06-03 07:09:09',''),(22790,1,1,23981,50,3024883602,'2015-06-03 08:49:52',''),(22791,1,1,23982,1,2204827773,'2015-06-03 09:27:58',''),(22792,1,1,23983,1,2071807826,'2015-06-03 09:28:21',''),(22793,1,1,23984,1,1416972496,'2015-06-03 10:40:20',''),(22794,1,1,23985,6,1416972496,'2015-06-03 10:40:21',''),(22795,1,1,23986,1,2204827767,'2015-06-03 11:45:35',''),(22796,1,1,23987,1,2204827765,'2015-06-03 12:37:04',''),(22797,1,1,23988,1,1123632388,'2015-06-03 12:58:03',''),(22798,1,1,23989,68,1123632508,'2015-06-03 13:46:49',''),(22799,1,1,23990,1,1416972496,'2015-06-03 13:50:33',''),(22800,1,1,23991,1,2071807855,'2015-06-03 13:51:46',''),(22801,1,1,23992,1,3702877349,'2015-06-03 13:54:56',''),(22802,1,1,23993,1,3227713893,'2015-06-03 14:41:13',''),(22803,1,1,23994,1,3227713893,'2015-06-03 14:41:36',''),(22804,1,1,23995,1,3227713893,'2015-06-03 14:41:42',''),(22805,1,1,23996,68,1328995527,'2015-06-03 17:42:19','http://www.google.it/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&ved=0CAcQjRw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&ei=bTxvVdLpHenKygPFjYOABQ&bvm=bv.94911696,d.bGQ&psig=AFQjCNHfUTboM'),(22806,1,1,23997,69,1152705687,'2015-06-03 18:53:08',''),(22807,1,1,24000,63,2071807769,'2015-06-03 19:54:50',''),(22808,1,1,24001,1,1489375385,'2015-06-03 21:10:05',''),(22809,1,1,24002,1,1489375385,'2015-06-03 21:10:08',''),(22810,1,1,24003,1,1489375385,'2015-06-03 21:10:12',''),(22811,1,1,24004,1,1489375385,'2015-06-03 21:10:15',''),(22812,1,1,24005,1,1489375385,'2015-06-03 21:10:18',''),(22813,1,1,24006,1,1489375385,'2015-06-03 21:10:22',''),(22814,1,1,24007,1,1489375385,'2015-06-03 21:10:26',''),(22815,1,1,24008,43,624679387,'2015-06-03 21:27:39',''),(22816,1,1,24009,1,624679387,'2015-06-03 21:27:42',''),(22817,1,1,24010,43,624679387,'2015-06-03 21:27:44',''),(22818,1,1,24011,1,3024883467,'2015-06-03 22:40:09',''),(22819,1,1,24012,43,3024883604,'2015-06-03 23:25:08',''),(22820,1,1,24013,50,3024883609,'2015-06-04 01:57:33',''),(22821,1,1,24014,9,2996499317,'2015-06-04 03:55:26',''),(22822,1,1,24015,1,3024883608,'2015-06-04 06:58:30',''),(22823,1,1,24016,1,1123632508,'2015-06-04 07:49:55',''),(22824,1,1,24017,1,1542483285,'2015-06-04 08:25:23',''),(22825,1,1,24018,1,2204827760,'2015-06-04 10:02:59',''),(22826,1,1,24019,53,3475901697,'2015-06-04 10:04:16',''),(22827,1,1,24020,1,1465170434,'2015-06-04 10:04:38','https://www.google.co.uk/'),(22828,1,1,24021,1,1754940167,'2015-06-04 10:21:55',''),(22829,1,1,24022,1,1754940167,'2015-06-04 10:21:56',''),(22830,1,1,24023,52,1123632500,'2015-06-04 11:03:03',''),(22831,1,1,24024,6,1123632508,'2015-06-04 11:35:02',''),(22832,1,1,24025,1,3323679378,'2015-06-04 13:07:49',''),(22833,1,1,24026,1,3323679378,'2015-06-04 13:08:01',''),(22834,1,1,24027,1,3323679378,'2015-06-04 13:08:30',''),(22835,1,1,24028,1,3323679378,'2015-06-04 13:08:41',''),(22836,1,1,24029,56,1123632078,'2015-06-04 13:12:39',''),(22837,1,1,24030,1,1633710550,'2015-06-04 13:14:37','http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk'),(22838,1,1,24031,1,1123632066,'2015-06-04 13:35:10',''),(22839,1,1,24032,1,1844401571,'2015-06-04 14:37:04','https://www.google.co.uk/'),(22840,1,1,24033,43,2637637594,'2015-06-04 16:28:14',''),(22841,1,1,24034,55,3024883479,'2015-06-04 16:38:47',''),(22842,1,1,24035,56,1123632066,'2015-06-04 17:05:14',''),(22843,1,1,24036,26,3475901697,'2015-06-04 17:37:14',''),(22844,1,1,24037,1,3475901697,'2015-06-04 17:37:15',''),(22845,1,1,24038,48,2637637412,'2015-06-04 17:37:18',''),(22846,1,1,24039,43,2637637594,'2015-06-04 17:37:32',''),(22847,1,1,24040,43,2637637594,'2015-06-04 17:37:34',''),(22848,1,1,24041,1,3024883487,'2015-06-04 19:15:06',''),(22849,1,1,24042,1,3024883479,'2015-06-04 21:53:27',''),(22850,1,1,24043,1,772045740,'2015-06-04 23:31:30',''),(22851,1,1,24044,1,772045740,'2015-06-04 23:31:34',''),(22852,1,1,24045,1,772045740,'2015-06-04 23:31:37',''),(22853,1,1,24046,1,772045740,'2015-06-04 23:31:39',''),(22854,1,1,24047,1,772045740,'2015-06-04 23:31:44',''),(22855,1,1,24048,1,772045740,'2015-06-04 23:31:46',''),(22856,1,1,24049,1,772045740,'2015-06-04 23:31:50',''),(22857,1,1,24050,1,772045740,'2015-06-04 23:31:53',''),(22858,1,1,24051,1,772045740,'2015-06-04 23:31:57',''),(22859,1,1,24052,1,772045740,'2015-06-04 23:31:59',''),(22860,1,1,24053,1,3024883615,'2015-06-05 00:25:29',''),(22861,1,1,24054,1,1123632066,'2015-06-05 01:16:34',''),(22862,1,1,24055,43,3024883607,'2015-06-05 02:41:30',''),(22863,1,1,24056,9,2996499317,'2015-06-05 03:29:04',''),(22864,1,1,24057,1,3351302034,'2015-06-05 03:41:38',''),(22865,1,1,24058,1,3351302034,'2015-06-05 03:41:41',''),(22866,1,1,24059,1,3351302034,'2015-06-05 03:41:43',''),(22867,1,1,24060,1,3351302034,'2015-06-05 03:41:46',''),(22868,1,1,24061,66,3475901697,'2015-06-05 03:46:22',''),(22869,1,1,24062,1,1123632078,'2015-06-05 05:12:11',''),(22870,1,1,24063,1,1123632078,'2015-06-05 07:34:06',''),(22871,1,1,24064,1,1476312141,'2015-06-05 08:23:02',''),(22872,1,1,24065,1,1476312141,'2015-06-05 08:23:04',''),(22873,1,1,24066,48,1344976709,'2015-06-05 08:53:17','https://www.google.co.uk/'),(22874,1,1,24067,1,1041806726,'2015-06-05 08:53:50',''),(22875,1,1,24068,51,1152705687,'2015-06-05 09:11:31',''),(22876,1,1,24069,1,772036457,'2015-06-05 11:59:36',''),(22877,1,1,24070,1,772036457,'2015-06-05 11:59:40',''),(22878,1,1,24071,1,772036457,'2015-06-05 11:59:43',''),(22879,1,1,24072,1,2971118080,'2015-06-05 15:22:05','http://100dollars-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(22880,1,1,24073,1,1123632508,'2015-06-05 15:43:06',''),(22881,1,1,24074,1,3338415115,'2015-06-05 15:47:05',''),(22882,1,1,24075,1,3325225490,'2015-06-05 17:09:44',''),(22883,1,1,24076,1,1542483317,'2015-06-05 17:11:50',''),(22884,1,1,24077,1,3325225490,'2015-06-05 18:50:03',''),(22885,1,1,24078,43,2637637594,'2015-06-05 20:10:03',''),(22886,1,1,24079,1,1511974880,'2015-06-05 22:11:30',''),(22887,1,1,24080,1,1511974880,'2015-06-05 22:11:33',''),(22888,1,1,24081,1,1511974880,'2015-06-05 22:11:36',''),(22889,1,1,24082,1,1511974880,'2015-06-05 22:11:41',''),(22890,1,1,24083,1,1511974880,'2015-06-05 22:11:44',''),(22891,1,1,24084,1,1511974880,'2015-06-05 22:11:50',''),(22892,1,1,24085,1,1511974880,'2015-06-05 22:11:52',''),(22893,1,1,24086,1,1754940167,'2015-06-05 23:34:57',''),(22894,1,1,24087,1,1754940167,'2015-06-05 23:34:58',''),(22895,1,1,24088,38,3702877354,'2015-06-06 01:36:44',''),(22896,1,1,24089,48,3024883478,'2015-06-06 03:30:34',''),(22897,1,1,24090,6,3475901697,'2015-06-06 04:26:39',''),(22898,1,1,24091,3,1152705687,'2015-06-06 05:23:08',''),(22899,1,1,24092,1,3041049225,'2015-06-06 05:54:08','http://100dollars-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(22900,1,1,24093,55,3024883472,'2015-06-06 08:50:36',''),(22901,1,1,24094,1,1376856275,'2015-06-06 09:53:27','https://www.google.co.uk/'),(22902,1,1,23916,31,1838813553,'2015-06-06 10:54:23','https://www.google.co.uk/'),(22903,1,1,24095,1,3024883468,'2015-06-06 12:54:47',''),(22904,1,1,24096,1,1032306400,'2015-06-06 13:08:30','http://www.baidu.com/s?wd=Mstyresblackburn'),(22905,1,1,24097,65,1345307158,'2015-06-06 16:26:04','https://www.google.co.uk/'),(22906,1,1,24098,1,2071807759,'2015-06-06 16:50:15',''),(22907,1,1,24099,28,1152705687,'2015-06-06 17:08:00',''),(22908,1,1,24100,59,1123634747,'2015-06-06 18:22:06',''),(22909,1,1,24101,1,2990476559,'2015-06-06 19:42:51',''),(22910,1,1,24102,1,2990476559,'2015-06-06 19:42:54',''),(22911,1,1,24103,1,2990476559,'2015-06-06 19:42:56',''),(22912,1,1,24104,1,2990476559,'2015-06-06 19:42:59',''),(22913,1,1,24105,6,1152705687,'2015-06-06 20:05:31',''),(22914,1,1,24106,29,2637637593,'2015-06-06 20:31:52',''),(22915,1,1,24107,18,2637637593,'2015-06-06 20:31:53',''),(22916,1,1,24108,26,3475901707,'2015-06-06 20:32:05',''),(22917,1,1,24109,6,3475901697,'2015-06-06 20:33:44',''),(22918,1,1,24110,1,1363348931,'2015-06-06 20:43:08','http://100dollars-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(22919,1,1,24111,1,772045740,'2015-06-06 21:25:37',''),(22920,1,1,24112,1,772045740,'2015-06-06 21:25:52',''),(22921,1,1,24113,1,772045740,'2015-06-06 21:25:57',''),(22922,1,1,24114,1,772045740,'2015-06-06 21:26:01',''),(22923,1,1,24115,1,772045740,'2015-06-06 21:26:04',''),(22924,1,1,24116,1,772045740,'2015-06-06 21:26:06',''),(22925,1,1,24117,1,772045740,'2015-06-06 21:26:12',''),(22926,1,1,24118,1,772045740,'2015-06-06 21:26:16',''),(22927,1,1,24119,1,772045740,'2015-06-06 21:26:31',''),(22928,1,1,24120,1,772045740,'2015-06-06 21:26:34',''),(22929,1,1,24121,10,1123634733,'2015-06-06 21:29:52',''),(22930,1,1,24122,46,1123634747,'2015-06-06 21:31:25',''),(22931,1,1,24123,68,2637637412,'2015-06-06 22:28:41',''),(22932,1,1,24124,1,1123634740,'2015-06-07 00:23:11',''),(22933,1,1,24125,48,3024883619,'2015-06-07 01:36:16',''),(22934,1,1,24126,30,1123634733,'2015-06-07 03:44:38',''),(22935,1,1,24127,1,1534700221,'2015-06-07 04:05:16',''),(22936,1,1,24128,1,1534700221,'2015-06-07 04:05:25',''),(22937,1,1,24129,1,1534700221,'2015-06-07 04:05:43',''),(22938,1,1,24130,1,1534700221,'2015-06-07 04:05:53',''),(22939,1,1,24131,1,1152705687,'2015-06-07 04:54:58',''),(22940,1,1,24132,1,3015434655,'2015-06-07 08:52:47','http://buttons-for-your-website.com'),(22941,1,1,24133,1,1542483309,'2015-06-07 09:49:29',''),(22942,1,1,24134,1,1123634747,'2015-06-07 09:56:27',''),(22943,1,1,24135,26,3702877326,'2015-06-07 11:56:02',''),(22944,1,1,24136,1,1123634733,'2015-06-07 12:41:42',''),(22945,1,1,24137,1,1123634747,'2015-06-07 13:05:18',''),(22946,1,1,24138,1,3024883593,'2015-06-07 14:55:34',''),(22947,1,1,24139,1,2983106217,'2015-06-07 15:55:08','http://100dollars-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(22948,1,1,24140,1,1524414265,'2015-06-07 16:04:33','https://www.google.co.uk/'),(22949,1,1,24141,1,1123631412,'2015-06-07 17:44:34',''),(22950,1,1,24142,66,1377537891,'2015-06-07 18:23:53',''),(22951,1,1,24143,1,2204951652,'2015-06-07 21:51:54','http://100dollars-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(22952,1,1,24144,43,2637637594,'2015-06-07 21:58:38',''),(22953,1,1,24145,1,3011296082,'2015-06-07 22:26:39','http://100dollars-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(22954,1,1,24146,1,629334917,'2015-06-07 23:30:51','http://hvd-store.com/'),(22955,1,1,24147,1,3475901697,'2015-06-07 23:43:11',''),(22956,1,1,24148,1,1123631415,'2015-06-08 01:17:46',''),(22957,1,1,24149,47,1123631418,'2015-06-08 02:31:08',''),(22958,1,1,24150,26,1123631412,'2015-06-08 02:35:05',''),(22959,1,1,24152,59,3024883614,'2015-06-08 03:08:24',''),(22960,1,1,24153,1,1534679447,'2015-06-08 03:59:19',''),(22961,1,1,24154,1,1534679447,'2015-06-08 03:59:25',''),(22962,1,1,24155,1,1534679447,'2015-06-08 04:00:01',''),(22963,1,1,24156,26,3702877370,'2015-06-08 05:57:32',''),(22964,1,1,24157,1,2990476559,'2015-06-08 06:02:15',''),(22965,1,1,24158,1,2990476559,'2015-06-08 06:02:21',''),(22966,1,1,24159,1,2990476559,'2015-06-08 06:02:25',''),(22967,1,1,24160,1,2990476559,'2015-06-08 06:02:29',''),(22968,1,1,24161,1,2990476559,'2015-06-08 06:02:33',''),(22969,1,1,24162,1,2990476559,'2015-06-08 06:02:39',''),(22970,1,1,24163,1,772036457,'2015-06-08 06:33:26',''),(22971,1,1,24164,1,772036457,'2015-06-08 06:33:31',''),(22972,1,1,24165,1,772036457,'2015-06-08 06:33:40',''),(22973,1,1,24166,1,772036457,'2015-06-08 06:33:46',''),(22974,1,1,24167,1,772036457,'2015-06-08 06:33:54',''),(22975,1,1,24168,1,772036457,'2015-06-08 06:34:00',''),(22976,1,1,24169,1,772036457,'2015-06-08 06:34:04',''),(22977,1,1,24170,75,1123631418,'2015-06-08 08:25:08',''),(22978,1,1,24171,48,1123631418,'2015-06-08 09:10:30',''),(22979,1,1,24172,43,1123631415,'2015-06-08 09:11:58',''),(22980,1,1,24173,68,1307757290,'2015-06-08 11:24:52',''),(22981,1,1,24174,1,3024883466,'2015-06-08 11:52:19',''),(22982,1,1,24175,26,2637637594,'2015-06-08 15:20:10',''),(22983,1,1,24176,6,1123631415,'2015-06-08 15:26:35',''),(22984,1,1,24178,26,1123631412,'2015-06-08 15:42:01',''),(22985,1,1,24180,26,1123631412,'2015-06-08 16:16:04',''),(22986,1,1,24182,26,1123631418,'2015-06-08 16:50:07',''),(22987,1,1,24183,26,1123631412,'2015-06-08 16:57:41',''),(22988,1,1,24184,26,1123631415,'2015-06-08 17:12:49',''),(22989,1,1,24185,26,1123631418,'2015-06-08 17:31:44',''),(22990,1,1,24186,1,1542483322,'2015-06-08 18:25:10',''),(22991,1,1,24187,1,3024883470,'2015-06-08 18:39:04',''),(22992,1,1,24188,1,3024883614,'2015-06-08 20:18:13',''),(22993,1,1,24189,52,3475901697,'2015-06-08 20:55:48',''),(22994,1,1,24190,1,3216260624,'2015-06-08 21:22:22','http://buttons-for-your-website.com'),(22995,1,1,24191,1,1234447075,'2015-06-08 22:18:44','http://buttons-for-your-website.com'),(22996,1,1,24192,1,2970079688,'2015-06-08 23:29:02','http://100dollars-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(22997,1,1,24193,1,1123631418,'2015-06-08 23:38:33',''),(22998,1,1,24194,1,3475901697,'2015-06-09 00:04:00',''),(22999,1,1,24195,43,2637637594,'2015-06-09 00:07:27',''),(23000,1,1,24196,43,2637637594,'2015-06-09 00:07:30',''),(23001,1,1,24197,26,3475901778,'2015-06-09 00:50:24',''),(23002,1,1,24198,48,3475901778,'2015-06-09 00:50:26',''),(23003,1,1,24199,1,3007085760,'2015-06-09 00:53:39','http://100dollars-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(23004,1,1,24200,1,1123631412,'2015-06-09 01:40:05',''),(23005,1,1,24201,1,1534700221,'2015-06-09 01:40:30',''),(23006,1,1,24202,1,1534700221,'2015-06-09 01:40:46',''),(23007,1,1,24203,1,1534700221,'2015-06-09 01:40:59',''),(23008,1,1,24204,1,1534700221,'2015-06-09 01:41:14',''),(23009,1,1,24205,1,1534700221,'2015-06-09 01:41:24',''),(23010,1,1,24206,1,1534700221,'2015-06-09 01:41:36',''),(23011,1,1,24207,1,1534700221,'2015-06-09 01:42:07',''),(23012,1,1,24208,1,1534700221,'2015-06-09 01:42:21',''),(23013,1,1,24209,1,1534700221,'2015-06-09 01:42:34',''),(23014,1,1,24210,1,1534700221,'2015-06-09 01:42:49',''),(23015,1,1,24211,1,2071807785,'2015-06-09 01:49:20',''),(23016,1,1,24212,56,1152705687,'2015-06-09 01:49:43',''),(23017,1,1,24213,56,2637637559,'2015-06-09 06:18:52',''),(23018,1,1,24214,56,2637637559,'2015-06-09 06:18:54',''),(23019,1,1,24215,1,1123631415,'2015-06-09 07:54:34',''),(23020,1,1,24216,59,3024883594,'2015-06-09 08:25:20',''),(23021,1,1,24217,1,3337960970,'2015-06-09 08:58:00',''),(23022,1,1,24218,1,3337960970,'2015-06-09 08:58:07',''),(23023,1,1,24219,1,3337960970,'2015-06-09 08:58:17',''),(23024,1,1,24220,1,3337960970,'2015-06-09 08:58:32',''),(23025,1,1,24221,1,1534679447,'2015-06-09 09:42:57',''),(23026,1,1,24222,1,1534679447,'2015-06-09 09:43:07',''),(23027,1,1,24223,1,1534679447,'2015-06-09 09:43:17',''),(23028,1,1,24224,1,1534679447,'2015-06-09 09:43:27',''),(23029,1,1,24225,6,1123631412,'2015-06-09 10:19:00',''),(23030,1,1,24226,1,2733859722,'2015-06-09 10:28:27',''),(23031,1,1,24227,6,2733859722,'2015-06-09 10:28:36',''),(23032,1,1,24228,9,2733859722,'2015-06-09 10:28:45',''),(23033,1,1,24229,64,2733859722,'2015-06-09 10:28:51',''),(23034,1,1,24230,50,2733859722,'2015-06-09 10:28:56',''),(23035,1,1,24231,63,2733859722,'2015-06-09 10:29:00',''),(23036,1,1,24232,69,2733859722,'2015-06-09 10:29:05',''),(23037,1,1,24233,56,2733859722,'2015-06-09 10:29:10',''),(23038,1,1,24234,51,2733859722,'2015-06-09 10:29:15',''),(23039,1,1,24235,55,2733859722,'2015-06-09 10:29:20',''),(23040,1,1,24236,62,2733859722,'2015-06-09 10:29:25',''),(23041,1,1,24237,65,2733859722,'2015-06-09 10:29:30',''),(23042,1,1,24238,28,2733859722,'2015-06-09 10:29:35',''),(23043,1,1,24239,43,2733859722,'2015-06-09 10:29:41',''),(23044,1,1,24240,10,2733859722,'2015-06-09 10:29:45',''),(23045,1,1,24241,49,2733859722,'2015-06-09 10:29:50',''),(23046,1,1,24242,58,2733859722,'2015-06-09 10:29:55',''),(23047,1,1,24243,44,2733859722,'2015-06-09 10:30:00',''),(23048,1,1,24244,27,2733859722,'2015-06-09 10:30:05',''),(23049,1,1,24245,16,2733859722,'2015-06-09 10:30:10',''),(23050,1,1,24246,53,2733859722,'2015-06-09 10:30:15',''),(23051,1,1,24247,42,2733859722,'2015-06-09 10:30:20',''),(23052,1,1,24248,48,2733859722,'2015-06-09 10:30:25',''),(23053,1,1,24249,41,2733859722,'2015-06-09 10:30:31',''),(23054,1,1,24250,52,2733859722,'2015-06-09 10:30:35',''),(23055,1,1,24251,38,2733859722,'2015-06-09 10:30:40',''),(23056,1,1,24252,45,2733859722,'2015-06-09 10:30:45',''),(23057,1,1,24253,57,2733859722,'2015-06-09 10:30:51',''),(23058,1,1,24254,16,2733859722,'2015-06-09 10:30:55',''),(23059,1,1,24255,73,2733859722,'2015-06-09 10:31:00',''),(23060,1,1,24256,72,2733859722,'2015-06-09 10:31:05',''),(23061,1,1,24257,71,2733859722,'2015-06-09 10:31:11',''),(23062,1,1,24258,70,2733859722,'2015-06-09 10:31:16',''),(23063,1,1,24259,16,2733859722,'2015-06-09 10:31:20',''),(23064,1,1,24260,67,2733859722,'2015-06-09 10:31:25',''),(23065,1,1,24261,75,2733859722,'2015-06-09 10:31:30',''),(23066,1,1,24262,74,2733859722,'2015-06-09 10:31:35',''),(23067,1,1,24263,68,2733859722,'2015-06-09 10:31:41',''),(23068,1,1,24264,59,2733859722,'2015-06-09 10:31:46',''),(23069,1,1,24265,43,2733859722,'2015-06-09 10:31:51',''),(23070,1,1,24266,43,2733859722,'2015-06-09 10:31:55',''),(23071,1,1,24267,31,2733859722,'2015-06-09 10:32:00',''),(23072,1,1,24268,15,2733859722,'2015-06-09 10:32:05',''),(23073,1,1,24269,47,2733859722,'2015-06-09 10:32:10',''),(23074,1,1,24270,66,2733859722,'2015-06-09 10:32:15',''),(23075,1,1,24271,54,2733859722,'2015-06-09 10:32:21',''),(23076,1,1,24272,26,2733859722,'2015-06-09 10:32:26',''),(23077,1,1,24273,26,2733859722,'2015-06-09 10:32:30',''),(23078,1,1,24274,26,2733859722,'2015-06-09 10:32:35',''),(23079,1,1,24275,26,2733859722,'2015-06-09 10:32:40',''),(23080,1,1,24276,26,2733859722,'2015-06-09 10:32:45',''),(23081,1,1,24277,26,2733859722,'2015-06-09 10:32:50',''),(23082,1,1,24278,26,2733859722,'2015-06-09 10:32:54',''),(23083,1,1,24279,26,2733859722,'2015-06-09 10:33:00',''),(23084,1,1,24280,26,2733859722,'2015-06-09 10:33:05',''),(23085,1,1,24281,26,2733859722,'2015-06-09 10:33:11',''),(23086,1,1,24282,26,2733859722,'2015-06-09 10:33:15',''),(23087,1,1,24283,26,2733859722,'2015-06-09 10:33:20',''),(23088,1,1,24284,26,2733859722,'2015-06-09 10:33:25',''),(23089,1,1,24285,26,2733859722,'2015-06-09 10:33:30',''),(23090,1,1,24286,26,2733859722,'2015-06-09 10:33:35',''),(23091,1,1,24287,26,2733859722,'2015-06-09 10:33:40',''),(23092,1,1,24288,26,2733859722,'2015-06-09 10:33:45',''),(23093,1,1,24289,26,2733859722,'2015-06-09 10:33:50',''),(23094,1,1,24290,26,2733859722,'2015-06-09 10:33:56',''),(23095,1,1,24291,26,2733859722,'2015-06-09 10:34:00',''),(23096,1,1,24292,26,2733859722,'2015-06-09 10:34:05',''),(23097,1,1,24293,26,2733859722,'2015-06-09 10:34:11',''),(23098,1,1,24294,26,2733859722,'2015-06-09 10:34:15',''),(23099,1,1,24295,26,2733859722,'2015-06-09 10:34:20',''),(23100,1,1,24296,26,2733859722,'2015-06-09 10:34:25',''),(23101,1,1,24297,26,2733859722,'2015-06-09 10:34:30',''),(23102,1,1,24298,26,2733859722,'2015-06-09 10:34:35',''),(23103,1,1,24299,26,2733859722,'2015-06-09 10:34:40',''),(23104,1,1,24300,26,2733859722,'2015-06-09 10:34:45',''),(23105,1,1,24301,26,2733859722,'2015-06-09 10:34:50',''),(23106,1,1,24302,26,2733859722,'2015-06-09 10:34:56',''),(23107,1,1,24303,26,2733859722,'2015-06-09 10:35:00',''),(23108,1,1,24304,26,2733859722,'2015-06-09 10:35:05',''),(23109,1,1,24305,26,2733859722,'2015-06-09 10:35:10',''),(23110,1,1,24306,38,1123631412,'2015-06-09 11:50:13',''),(23111,1,1,24307,6,3024883592,'2015-06-09 12:04:24',''),(23112,1,1,24308,1,910763914,'2015-06-09 12:07:36',''),(23113,1,1,24309,51,910763914,'2015-06-09 12:07:39',''),(23114,1,1,24310,69,910763914,'2015-06-09 12:07:41',''),(23115,1,1,24311,62,910763914,'2015-06-09 12:07:42',''),(23116,1,1,24312,28,910763914,'2015-06-09 12:07:44',''),(23117,1,1,24313,63,910763914,'2015-06-09 12:07:45',''),(23118,1,1,24314,53,910763914,'2015-06-09 12:07:47',''),(23119,1,1,24315,3,910763914,'2015-06-09 12:07:48',''),(23120,1,1,24316,64,910763914,'2015-06-09 12:07:50',''),(23121,1,1,24317,18,910763914,'2015-06-09 12:07:51',''),(23122,1,1,24318,56,910763914,'2015-06-09 12:07:53',''),(23123,1,1,24319,50,910763914,'2015-06-09 12:07:54',''),(23124,1,1,24320,41,910763914,'2015-06-09 12:07:56',''),(23125,1,1,24321,65,910763914,'2015-06-09 12:07:57',''),(23126,1,1,24322,9,910763914,'2015-06-09 12:07:58',''),(23127,1,1,24323,38,910763914,'2015-06-09 12:07:59',''),(23128,1,1,24324,55,910763914,'2015-06-09 12:08:01',''),(23129,1,1,24325,6,910763914,'2015-06-09 12:08:03',''),(23130,1,1,24326,45,910763914,'2015-06-09 12:08:04',''),(23131,1,1,24327,1,910947245,'2015-06-09 15:52:16',''),(23132,1,1,24328,51,910947245,'2015-06-09 15:52:17',''),(23133,1,1,24329,69,910947245,'2015-06-09 15:52:19',''),(23134,1,1,24330,62,910947245,'2015-06-09 15:52:20',''),(23135,1,1,24331,28,910947245,'2015-06-09 15:52:21',''),(23136,1,1,24332,63,910947245,'2015-06-09 15:52:23',''),(23137,1,1,24333,53,910947245,'2015-06-09 15:52:24',''),(23138,1,1,24334,3,910947245,'2015-06-09 15:52:26',''),(23139,1,1,24335,64,910947245,'2015-06-09 15:52:27',''),(23140,1,1,24336,18,910947245,'2015-06-09 15:52:29',''),(23141,1,1,24337,56,910947245,'2015-06-09 15:52:30',''),(23142,1,1,24338,50,910947245,'2015-06-09 15:52:31',''),(23143,1,1,24339,41,910947245,'2015-06-09 15:52:33',''),(23144,1,1,24340,65,910947245,'2015-06-09 15:52:34',''),(23145,1,1,24341,9,910947245,'2015-06-09 15:52:35',''),(23146,1,1,24342,38,910947245,'2015-06-09 15:52:36',''),(23147,1,1,24343,55,910947245,'2015-06-09 15:52:37',''),(23148,1,1,24344,6,910947245,'2015-06-09 15:52:39',''),(23149,1,1,24345,45,910947245,'2015-06-09 15:52:40',''),(23150,1,1,24346,62,1123631418,'2015-06-09 16:10:20',''),(23151,1,1,24347,45,1152705687,'2015-06-09 16:56:12',''),(23152,1,1,24349,68,1457453217,'2015-06-09 17:01:40','http://www.google.fr/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F4%2F64-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=jw6'),(23153,1,1,24350,1,3479603870,'2015-06-09 19:34:56',''),(23154,1,1,24351,6,2996499317,'2015-06-09 23:33:59',''),(23155,1,1,24352,1,1123631415,'2015-06-10 02:24:18',''),(23156,1,1,24353,1,1123631412,'2015-06-10 03:01:23',''),(23157,1,1,24354,1,3024883487,'2015-06-10 03:20:16',''),(23158,1,1,24355,1,1123631418,'2015-06-10 04:35:48',''),(23159,1,1,24356,6,3024883488,'2015-06-10 05:19:54',''),(23160,1,1,24357,41,1123631412,'2015-06-10 05:39:00',''),(23161,1,1,24358,69,1123631418,'2015-06-10 06:34:38',''),(23162,1,1,24359,56,1523985902,'2015-06-10 07:29:29','http://www.bing.com/search?pc=AMAZ&setmkt=en-GB&q=p609+tyres&first=31&FORM=PERE2'),(23163,1,1,24360,1,2204827774,'2015-06-10 08:09:40',''),(23164,1,1,24361,1,1298117734,'2015-06-10 10:59:00','https://www.google.co.uk/'),(23165,1,1,24362,1,1451270364,'2015-06-10 11:09:08','https://www.google.co.uk/'),(23166,1,1,24363,68,1123635928,'2015-06-10 12:43:17','http://www.google.com/search'),(23167,1,1,24364,1,1298117734,'2015-06-10 13:17:38',''),(23168,1,1,24365,1,1123631415,'2015-06-10 13:52:22',''),(23169,1,1,24366,6,1123631412,'2015-06-10 13:52:45',''),(23170,1,1,24369,41,1123631418,'2015-06-10 13:53:25',''),(23171,1,1,24372,1,1542483322,'2015-06-10 14:14:16',''),(23172,1,1,24373,1,1366185109,'2015-06-10 14:51:51',''),(23173,1,1,24374,1,1366185109,'2015-06-10 14:51:54',''),(23174,1,1,24375,1,919682111,'2015-06-10 15:14:54',''),(23175,1,1,24376,15,3475901697,'2015-06-10 15:30:39',''),(23176,1,1,24377,1,1534679447,'2015-06-10 21:45:30',''),(23177,1,1,24378,1,1534679447,'2015-06-10 21:45:46',''),(23178,1,1,24379,1,1534679447,'2015-06-10 21:45:56',''),(23179,1,1,24380,1,1534679447,'2015-06-10 21:46:17',''),(23180,1,1,24381,1,1534679447,'2015-06-10 21:46:26',''),(23181,1,1,24382,1,1534679447,'2015-06-10 21:46:39',''),(23182,1,1,24383,1,1534679447,'2015-06-10 21:46:50',''),(23183,1,1,24384,1,1534679447,'2015-06-10 21:47:03',''),(23184,1,1,24385,1,1534679447,'2015-06-10 21:47:13',''),(23185,1,1,24386,1,1534679447,'2015-06-10 21:47:33',''),(23186,1,1,24387,1,1483355680,'2015-06-10 22:13:57','https://www.google.co.uk/'),(23187,1,1,24388,1,1041806726,'2015-06-10 22:26:56',''),(23188,1,1,24389,1,1041806727,'2015-06-10 22:27:34',''),(23189,1,1,24390,1,1308163185,'2015-06-10 23:48:07',''),(23190,1,1,24391,1,2079025712,'2015-06-11 02:03:52',''),(23191,1,1,24392,1,3338415115,'2015-06-11 02:06:55',''),(23192,1,1,24393,1,772036457,'2015-06-11 05:42:22',''),(23193,1,1,24394,1,772036457,'2015-06-11 05:42:24',''),(23194,1,1,24395,1,772036457,'2015-06-11 05:42:27',''),(23195,1,1,24396,1,772036457,'2015-06-11 05:42:29',''),(23196,1,1,24397,6,2996499317,'2015-06-11 05:48:03',''),(23197,1,1,24398,44,3475901697,'2015-06-11 06:52:29',''),(23198,1,1,24399,6,3024883594,'2015-06-11 08:09:52',''),(23199,1,1,24400,66,1123631415,'2015-06-11 08:12:36',''),(23200,1,1,24401,26,1123631412,'2015-06-11 08:22:52',''),(23201,1,1,24402,3,2996499317,'2015-06-11 08:24:35',''),(23202,1,1,24403,1,1123631418,'2015-06-11 08:40:25',''),(23203,1,1,24404,1,1589962309,'2015-06-11 09:36:43','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCYQFjAAahUKEwiljt_Hq4fGAhWMFiwKHS2vAFA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=jVZ5VeWTO4ytsAGt3oKABQ&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.95277229,d.bGg'),(23204,1,1,24405,27,3024883463,'2015-06-11 10:27:27',''),(23205,1,1,24406,26,2071807773,'2015-06-11 14:26:08',''),(23206,1,1,24407,1,3058221835,'2015-06-11 16:03:51','http://www.google.co.in/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0CB4QFjAAahUKEwiKwcyNgojGAhWBPKYKHUNGAHA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=TbF5VcrmN4H5mAXDjIGABw&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.95277229,bs.1,'),(23207,1,1,24408,1,1534700221,'2015-06-11 16:37:59',''),(23208,1,1,24409,1,1534700221,'2015-06-11 16:38:04',''),(23209,1,1,24410,1,1534700221,'2015-06-11 16:38:07',''),(23210,1,1,24411,1,1534700221,'2015-06-11 16:38:11',''),(23211,1,1,24412,1,1123633611,'2015-06-11 16:48:45',''),(23212,1,1,24413,1,1369894677,'2015-06-11 17:43:27','http://100dollars-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(23213,1,1,24414,6,2637637594,'2015-06-11 18:13:44',''),(23214,1,1,24415,26,2637637594,'2015-06-11 18:13:45',''),(23215,1,1,24416,18,3475901773,'2015-06-11 18:13:51',''),(23216,1,1,24417,3,3475901773,'2015-06-11 18:24:25',''),(23217,1,1,24418,26,1123631415,'2015-06-11 18:31:59',''),(23218,1,1,24419,26,1123633619,'2015-06-11 18:54:42',''),(23219,1,1,24420,1,2420906673,'2015-06-11 19:07:14',''),(23220,1,1,24421,1,2420906673,'2015-06-11 19:07:17',''),(23221,1,1,24422,1,2420906673,'2015-06-11 19:07:20',''),(23222,1,1,24423,1,2420906673,'2015-06-11 19:07:22',''),(23223,1,1,24424,1,2420906673,'2015-06-11 19:07:28',''),(23224,1,1,24425,1,2420906673,'2015-06-11 19:07:31',''),(23225,1,1,24426,1,2420906673,'2015-06-11 19:07:33',''),(23226,1,1,24427,26,1123633611,'2015-06-11 19:36:19',''),(23227,1,1,24428,27,3024883594,'2015-06-12 02:19:51',''),(23228,1,1,24429,1,1123631415,'2015-06-12 04:30:54',''),(23229,1,1,24430,1,1123631415,'2015-06-12 05:01:43',''),(23230,1,1,24431,50,1152705687,'2015-06-12 07:54:37',''),(23231,1,1,24432,1,786803397,'2015-06-12 08:25:11',''),(23232,1,1,24433,1,3105214586,'2015-06-12 08:41:42','https://www.google.co.uk/'),(23233,1,1,24434,6,3024883598,'2015-06-12 09:00:40',''),(23234,1,1,24435,1,1542483303,'2015-06-12 09:35:30',''),(23235,1,1,24436,1,3024883475,'2015-06-12 10:44:34',''),(23236,1,1,24437,65,1123634733,'2015-06-12 14:48:48',''),(23237,1,1,24438,1,2071807816,'2015-06-12 14:55:16',''),(23238,1,1,24439,54,1123634733,'2015-06-12 17:31:55',''),(23239,1,1,24440,50,1123631149,'2015-06-12 17:34:52',''),(23240,1,1,24441,6,772062573,'2015-06-12 20:02:33',''),(23241,1,1,24442,1,1123634733,'2015-06-12 20:15:16',''),(23242,1,1,24443,1,3024883487,'2015-06-12 21:13:41',''),(23243,1,1,24444,51,3024883466,'2015-06-12 21:37:58',''),(23244,1,1,24445,1,3024883462,'2015-06-12 21:49:10',''),(23245,1,1,24446,53,1123634740,'2015-06-12 22:43:46',''),(23246,1,1,24447,52,1123631116,'2015-06-13 00:34:01',''),(23247,1,1,24448,1,3142932846,'2015-06-13 01:19:51','http://100dollars-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(23248,1,1,24449,1,772036457,'2015-06-13 02:09:26',''),(23249,1,1,24450,1,772036457,'2015-06-13 02:09:30',''),(23250,1,1,24451,54,2071807763,'2015-06-13 02:37:12',''),(23251,1,1,24452,1,1152705687,'2015-06-13 03:25:42',''),(23252,1,1,24453,1,3181965781,'2015-06-13 03:38:30','http://100dollars-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(23253,1,1,24454,1,3024883600,'2015-06-13 03:45:58',''),(23254,1,1,24455,1,3024883477,'2015-06-13 03:46:38',''),(23255,1,1,24456,1,3281691615,'2015-06-13 03:59:49',''),(23256,1,1,24457,1,3281691615,'2015-06-13 03:59:54',''),(23257,1,1,24458,1,3281691615,'2015-06-13 04:00:00',''),(23258,1,1,24459,1,631095636,'2015-06-13 05:41:22',''),(23259,1,1,24460,1,631095636,'2015-06-13 05:41:24',''),(23260,1,1,24461,1,631095636,'2015-06-13 05:41:28',''),(23261,1,1,24462,1,631095636,'2015-06-13 05:41:30',''),(23262,1,1,24463,1,1123634733,'2015-06-13 07:12:59',''),(23263,1,1,24464,43,3702877352,'2015-06-13 11:39:20',''),(23264,1,1,24465,1,1123631110,'2015-06-13 14:20:16',''),(23265,1,1,24466,37,1123631229,'2015-06-13 14:45:31',''),(23266,1,1,24467,9,1123631110,'2015-06-13 15:03:18',''),(23267,1,1,24468,1,2071807835,'2015-06-13 16:27:23',''),(23268,1,1,24469,18,1152705687,'2015-06-13 17:28:47',''),(23269,1,1,24470,9,1123631154,'2015-06-13 18:51:32',''),(23270,1,1,24471,1,3475901697,'2015-06-13 19:14:13',''),(23271,1,1,24472,26,3349711314,'2015-06-13 19:46:01',''),(23272,1,1,24473,26,3349711314,'2015-06-13 19:46:14',''),(23273,1,1,24474,26,3349711314,'2015-06-13 19:46:19',''),(23274,1,1,24475,26,3349711314,'2015-06-13 19:46:24',''),(23275,1,1,24476,26,3349711314,'2015-06-13 19:46:33',''),(23276,1,1,24477,26,3349711314,'2015-06-13 19:46:39',''),(23277,1,1,24478,26,3349711314,'2015-06-13 19:46:45',''),(23278,1,1,24479,26,3349711314,'2015-06-13 19:46:52',''),(23279,1,1,24480,26,3349711314,'2015-06-13 19:47:02',''),(23280,1,1,24481,1,1542483301,'2015-06-13 19:49:51',''),(23281,1,1,24482,75,2637637513,'2015-06-13 20:09:19',''),(23282,1,1,24483,73,3024883591,'2015-06-13 20:30:04',''),(23283,1,1,24484,1,3024883598,'2015-06-13 20:33:10',''),(23284,1,1,24485,1,1377272965,'2015-06-13 21:20:41','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&ved=0CIABEKACMAhqFQoTCMnskvbLjcYCFYNG2wod214AUg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=y518VYnbJ4ON7QbbvYGQBQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.95515949,d.ZGU'),(23285,1,1,24486,1,3198252519,'2015-06-13 21:59:23','http://buttons-for-your-website.com'),(23286,1,1,24487,1,1123631116,'2015-06-13 22:39:34',''),(23287,1,1,24488,56,1318335922,'2015-06-13 23:58:42','https://www.google.co.uk/'),(23288,1,1,24489,45,2071807775,'2015-06-14 02:07:47',''),(23289,1,1,24490,1,1123631110,'2015-06-14 02:20:39',''),(23290,1,1,24491,65,1123631229,'2015-06-14 03:21:03',''),(23291,1,1,24492,68,3024883605,'2015-06-14 05:46:07',''),(23292,1,1,24493,1,1123631229,'2015-06-14 07:28:33',''),(23293,1,1,24494,1,1123631110,'2015-06-14 07:52:29',''),(23294,1,1,24495,6,1123631229,'2015-06-14 09:44:24',''),(23295,1,1,24496,65,1123631116,'2015-06-14 10:02:55',''),(23296,1,1,24497,1,3156766099,'2015-06-14 10:56:53',''),(23297,1,1,24498,1,3156766099,'2015-06-14 10:56:57',''),(23298,1,1,24499,1,3156766099,'2015-06-14 10:57:01',''),(23299,1,1,24500,1,3156766099,'2015-06-14 10:57:04',''),(23300,1,1,24501,1,3156766099,'2015-06-14 10:57:06',''),(23301,1,1,24502,1,3156766099,'2015-06-14 10:57:08',''),(23302,1,1,24503,1,2990476559,'2015-06-14 12:48:56',''),(23303,1,1,24504,1,2990476559,'2015-06-14 12:49:09',''),(23304,1,1,24505,1,2990476559,'2015-06-14 12:49:15',''),(23305,1,1,24506,1,2990476559,'2015-06-14 12:49:21',''),(23306,1,1,24507,1,1089906080,'2015-06-14 13:18:55','http://whois.domaintools.com/mstyresblackburn.co.uk'),(23307,1,1,24508,1,100662549,'2015-06-14 13:23:05',''),(23308,1,1,24509,1,3495654154,'2015-06-14 14:29:07',''),(23309,1,1,24510,1,2918347196,'2015-06-14 15:37:50',''),(23310,1,1,24511,1,2918347196,'2015-06-14 15:37:58',''),(23311,1,1,24512,1,2918347196,'2015-06-14 15:38:01',''),(23312,1,1,24513,1,2918347196,'2015-06-14 15:38:03',''),(23313,1,1,24514,1,2918347196,'2015-06-14 15:38:06',''),(23314,1,1,24515,1,2918347196,'2015-06-14 15:38:20',''),(23315,1,1,24516,1,2918347196,'2015-06-14 15:38:22',''),(23316,1,1,24517,1,2918347196,'2015-06-14 15:38:25',''),(23317,1,1,24518,14,2071807838,'2015-06-14 15:54:50',''),(23318,1,1,24519,68,3475901830,'2015-06-14 16:48:32',''),(23319,1,1,24520,1,1094177106,'2015-06-14 20:21:17',''),(23320,1,1,24521,1,3475901771,'2015-06-14 20:52:26',''),(23321,1,1,24522,43,2071807831,'2015-06-14 22:00:07',''),(23322,1,1,24523,1,1123631110,'2015-06-14 22:08:47',''),(23323,1,1,24524,6,3475901830,'2015-06-15 00:49:33',''),(23324,1,1,24525,1,772383919,'2015-06-15 02:41:02',''),(23325,1,1,24526,1,772383919,'2015-06-15 02:41:14',''),(23326,1,1,24527,1,772383919,'2015-06-15 02:41:20',''),(23327,1,1,24528,1,1123631116,'2015-06-15 02:47:35',''),(23328,1,1,24529,68,1123631116,'2015-06-15 03:31:26',''),(23329,1,1,24530,1,1534679447,'2015-06-15 04:28:12',''),(23330,1,1,24531,1,1534679447,'2015-06-15 04:28:20',''),(23331,1,1,24532,6,2071807796,'2015-06-15 05:18:11',''),(23332,1,1,24533,1,1610457210,'2015-06-15 06:53:11','http://100dollars-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(23333,1,1,24534,30,1123631229,'2015-06-15 08:38:59',''),(23334,1,1,24535,63,3024883618,'2015-06-15 08:58:35',''),(23335,1,1,24537,68,3024883602,'2015-06-15 09:27:05',''),(23336,1,1,24538,1,1123631116,'2015-06-15 10:31:19',''),(23337,1,1,24539,6,787890091,'2015-06-15 10:48:05',''),(23338,1,1,24540,43,3475901830,'2015-06-15 13:44:52',''),(23339,1,1,24541,43,2637637380,'2015-06-15 13:45:50',''),(23340,1,1,24542,1,3475901771,'2015-06-15 13:46:48',''),(23341,1,1,24543,56,3475901771,'2015-06-15 13:46:50',''),(23342,1,1,24544,48,3475901771,'2015-06-15 13:46:51',''),(23343,1,1,24545,1,1542483318,'2015-06-15 15:14:41',''),(23344,1,1,24546,1,1032306279,'2015-06-15 16:09:55','http://www.baidu.com/s?wd=Mstyresblackburn'),(23345,1,1,24547,6,772062573,'2015-06-15 17:02:34',''),(23346,1,1,24548,1,84497668,'2015-06-15 17:12:57',''),(23347,1,1,24549,1,84497668,'2015-06-15 17:13:00',''),(23348,1,1,24550,1,84497668,'2015-06-15 17:13:02',''),(23349,1,1,24551,1,84497668,'2015-06-15 17:13:06',''),(23350,1,1,24552,1,84497668,'2015-06-15 17:13:08',''),(23351,1,1,24553,1,84497668,'2015-06-15 17:13:11',''),(23352,1,1,24554,1,84497668,'2015-06-15 17:13:13',''),(23353,1,1,24555,1,3493223078,'2015-06-15 18:37:37','http://www.google.com/url?sa=t&source=web&cd=20&ved=0CGQQFjATahUKEwjV4P_2q5LGAhVHLYwKHQX9Bkw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php&rct=j&q=ms%20tyres&ei=Vht_VdXdC8fasASF-pvgBA&usg=AFQjCNGaovWsBFBPrn57hepYz764y0Fd0A'),(23354,1,1,24556,1,1032306278,'2015-06-15 23:15:50','http://www.baidu.com/s?wd=Mstyresblackburn'),(23355,1,1,24557,15,3702877354,'2015-06-15 23:52:16',''),(23356,1,1,24558,1,832002860,'2015-06-16 00:58:23','http://buttons-for-your-website.com'),(23357,1,1,24559,1,1152705687,'2015-06-16 01:03:12',''),(23358,1,1,24560,1,1123634733,'2015-06-16 01:32:25',''),(23359,1,1,24561,1,772036457,'2015-06-16 01:32:28',''),(23360,1,1,24562,1,772036457,'2015-06-16 01:32:34',''),(23361,1,1,24563,1,772036457,'2015-06-16 01:32:40',''),(23362,1,1,24564,1,772036457,'2015-06-16 01:32:47',''),(23363,1,1,24565,1,1489375385,'2015-06-16 04:35:45',''),(23364,1,1,24566,1,1489375385,'2015-06-16 04:35:47',''),(23365,1,1,24567,1,1489375385,'2015-06-16 04:35:49',''),(23366,1,1,24568,1,1489375385,'2015-06-16 04:35:51',''),(23367,1,1,24569,1,1489375385,'2015-06-16 04:35:54',''),(23368,1,1,24570,1,1489375385,'2015-06-16 04:35:56',''),(23369,1,1,24571,1,1489375385,'2015-06-16 04:35:58',''),(23370,1,1,24572,1,1489375385,'2015-06-16 04:36:00',''),(23371,1,1,24573,6,2071807795,'2015-06-16 05:40:20',''),(23372,1,1,24574,1,3018479488,'2015-06-16 06:44:38','http://100dollars-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(23373,1,1,24575,1,1123634747,'2015-06-16 07:53:44',''),(23374,1,1,24576,30,1123634733,'2015-06-16 09:11:55',''),(23375,1,1,24577,63,1123634747,'2015-06-16 11:11:34',''),(23376,1,1,24578,56,3024883478,'2015-06-16 11:29:37',''),(23377,1,1,24579,62,1123634747,'2015-06-16 11:51:14',''),(23378,1,1,24580,1,3024883487,'2015-06-16 12:41:57',''),(23379,1,1,24581,63,3024883616,'2015-06-16 13:49:23',''),(23380,1,1,24582,62,1123631229,'2015-06-16 15:24:28',''),(23381,1,1,24583,1,3475901762,'2015-06-16 16:01:05',''),(23382,1,1,24584,1,3475901762,'2015-06-16 16:01:07',''),(23383,1,1,24585,1,702425886,'2015-06-16 16:07:50','http://buttons-for-your-website.com'),(23384,1,1,24586,1,3475901734,'2015-06-16 16:49:50',''),(23385,1,1,24587,15,1123631110,'2015-06-16 18:15:06',''),(23386,1,1,24589,65,3024883462,'2015-06-16 19:00:00',''),(23387,1,1,24590,62,1123631229,'2015-06-16 19:02:28',''),(23388,1,1,24591,1,3024883469,'2015-06-16 20:01:06',''),(23389,1,1,24592,1,3024883485,'2015-06-16 20:01:09',''),(23390,1,1,24593,1,3024883591,'2015-06-16 21:03:13',''),(23391,1,1,24594,6,1534692827,'2015-06-16 21:04:19',''),(23392,1,1,24595,1,1123631116,'2015-06-17 01:48:55',''),(23393,1,1,24596,1,3338415115,'2015-06-17 02:25:10',''),(23394,1,1,24597,46,3702877347,'2015-06-17 05:49:58',''),(23395,1,1,24598,1,3408573236,'2015-06-17 06:00:21','https://www.google.com.au/'),(23396,1,1,24599,1,2731721825,'2015-06-17 07:33:23',''),(23397,1,1,24600,1,2731721825,'2015-06-17 07:33:26',''),(23398,1,1,24601,56,1384440184,'2015-06-17 07:51:53',''),(23399,1,1,24602,1,2204827760,'2015-06-17 08:22:51',''),(23400,1,1,24603,1,3514723953,'2015-06-17 08:44:32','http://burger-imperia.com/'),(23401,1,1,24604,65,1365987206,'2015-06-17 10:20:03','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0CEQQFjAFahUKEwjtkJbGv5bGAhXHjCwKHdFAAF8&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=x0iBVa2RHMeZsgHRgYH4BQ&usg=AFQ'),(23402,1,1,24605,1,1123631110,'2015-06-17 10:31:19',''),(23403,1,1,24606,1,3024883607,'2015-06-17 10:33:39',''),(23404,1,1,24607,1,1542483289,'2015-06-17 11:16:43',''),(23405,1,1,24601,56,1384440184,'2015-06-17 11:55:02',''),(23406,1,1,24608,56,3024883489,'2015-06-17 12:21:02',''),(23407,1,1,24609,47,3702877272,'2015-06-17 13:31:23',''),(23408,1,1,24610,1,3281691239,'2015-06-17 13:33:33',''),(23409,1,1,24611,1,3281691239,'2015-06-17 13:33:36',''),(23410,1,1,24612,1,3281691239,'2015-06-17 13:33:39',''),(23411,1,1,24613,1,3281691239,'2015-06-17 13:33:43',''),(23412,1,1,24614,1,1123634740,'2015-06-17 14:30:56',''),(23413,1,1,24615,1,1123634733,'2015-06-17 14:53:01',''),(23414,1,1,24616,1,772036457,'2015-06-17 15:50:12',''),(23415,1,1,24617,1,772036457,'2015-06-17 15:50:16',''),(23416,1,1,24618,1,772036457,'2015-06-17 15:50:19',''),(23417,1,1,24619,1,772036457,'2015-06-17 15:50:23',''),(23418,1,1,24620,1,772036457,'2015-06-17 15:50:27',''),(23419,1,1,24621,1,772036457,'2015-06-17 15:50:30',''),(23420,1,1,24622,1,772036457,'2015-06-17 15:50:32',''),(23421,1,1,24623,1,772036457,'2015-06-17 15:50:36',''),(23422,1,1,24624,1,772036457,'2015-06-17 15:50:40',''),(23423,1,1,24625,1,772036457,'2015-06-17 15:50:45',''),(23424,1,1,24626,1,3024883472,'2015-06-17 16:51:46',''),(23425,1,1,24627,1,1123633619,'2015-06-17 17:16:42',''),(23426,1,1,24628,1,100662708,'2015-06-17 19:35:13',''),(23427,1,1,24629,65,1123634740,'2015-06-17 22:13:34',''),(23428,1,1,24630,56,1596849788,'2015-06-18 00:10:51',''),(23429,1,1,24631,1,1596849788,'2015-06-18 00:11:02',''),(23430,1,1,24632,1,1596849788,'2015-06-18 00:11:12',''),(23431,1,1,24633,1,1596849788,'2015-06-18 00:11:23',''),(23432,1,1,24634,1,1596849788,'2015-06-18 00:11:31',''),(23433,1,1,24635,1,1596849788,'2015-06-18 00:11:44',''),(23434,1,1,24636,56,1508525143,'2015-06-18 01:20:45',''),(23435,1,1,24637,1,1508525143,'2015-06-18 01:21:08',''),(23436,1,1,24638,1,1508525143,'2015-06-18 01:21:19',''),(23437,1,1,24639,1,1508525143,'2015-06-18 01:21:34',''),(23438,1,1,24640,1,1508525143,'2015-06-18 01:21:46',''),(23439,1,1,24641,1,1508525143,'2015-06-18 01:21:57',''),(23440,1,1,24642,1,3281691239,'2015-06-18 02:43:23',''),(23441,1,1,24643,1,3281691239,'2015-06-18 02:43:39',''),(23442,1,1,24644,1,3281691239,'2015-06-18 02:43:45',''),(23443,1,1,24645,1,3281691239,'2015-06-18 02:43:54',''),(23444,1,1,24646,1,1050889871,'2015-06-18 04:44:45',''),(23445,1,1,24647,1,1050889871,'2015-06-18 04:44:48',''),(23446,1,1,24648,1,1050889871,'2015-06-18 04:44:51',''),(23447,1,1,24649,1,1050889871,'2015-06-18 04:44:53',''),(23448,1,1,24650,1,1050889871,'2015-06-18 04:44:56',''),(23449,1,1,24651,1,1050889871,'2015-06-18 04:44:59',''),(23450,1,1,24652,1,1050889871,'2015-06-18 04:45:02',''),(23451,1,1,24653,1,1050889871,'2015-06-18 04:45:19',''),(23452,1,1,24654,1,3475901830,'2015-06-18 05:55:11',''),(23453,1,1,24655,10,3024883611,'2015-06-18 07:51:16',''),(23454,1,1,24656,65,3024883614,'2015-06-18 08:35:40',''),(23455,1,1,24657,1,1123634747,'2015-06-18 09:29:04',''),(23456,1,1,24658,9,100662708,'2015-06-18 11:39:15',''),(23457,1,1,24659,1,629980168,'2015-06-18 13:25:34',''),(23458,1,1,24660,1,1123634733,'2015-06-18 14:27:32',''),(23459,1,1,24661,58,3024883607,'2015-06-18 19:52:54',''),(23460,1,1,24662,1,1451234575,'2015-06-18 20:14:47','https://www.google.co.uk/'),(23461,1,1,24663,1,1526123411,'2015-06-18 20:31:30','https://www.google.co.uk/'),(23462,1,1,24664,1,3174159158,'2015-06-18 21:44:42','http://buttons-for-your-website.com'),(23463,1,1,24665,65,1123634733,'2015-06-18 22:58:42',''),(23464,1,1,24666,1,2976414486,'2015-06-19 01:55:25','http://buttons-for-your-website.com'),(23465,1,1,24667,16,1123635150,'2015-06-19 02:13:42',''),(23466,1,1,24668,68,1123634747,'2015-06-19 02:18:17',''),(23467,1,1,24669,1,100662708,'2015-06-19 02:55:56',''),(23468,1,1,24670,1,1123635138,'2015-06-19 03:31:26',''),(23469,1,1,24671,65,1152705687,'2015-06-19 03:35:20',''),(23470,1,1,24672,65,3475901762,'2015-06-19 04:14:38',''),(23471,1,1,24673,1,2071807785,'2015-06-19 04:51:16',''),(23472,1,1,24674,1,3702877324,'2015-06-19 04:54:13',''),(23473,1,1,24675,1,2071807844,'2015-06-19 06:06:06',''),(23474,1,1,24676,1,2071807857,'2015-06-19 06:40:23',''),(23475,1,1,24677,1,3702877371,'2015-06-19 06:43:47',''),(23476,1,1,24678,1,1542483294,'2015-06-19 07:26:51',''),(23477,1,1,24679,1,1377273548,'2015-06-19 07:33:32','https://www.google.co.uk/'),(23478,1,1,24680,1,1377273548,'2015-06-19 07:33:35','https://www.google.co.uk/'),(23479,1,1,24681,1,1489375385,'2015-06-19 07:48:25',''),(23480,1,1,24682,1,1489375385,'2015-06-19 07:48:28',''),(23481,1,1,24683,6,1123635162,'2015-06-19 08:13:55',''),(23482,1,1,24684,29,2637637501,'2015-06-19 09:42:47',''),(23483,1,1,24685,9,2637637501,'2015-06-19 09:42:49',''),(23484,1,1,24686,26,3475901762,'2015-06-19 09:42:55',''),(23485,1,1,24687,18,3475901762,'2015-06-19 09:42:56',''),(23486,1,1,24688,6,3475901772,'2015-06-19 09:43:56',''),(23487,1,1,24689,1,1123634740,'2015-06-19 09:44:52',''),(23488,1,1,24690,10,3024883463,'2015-06-19 10:24:18',''),(23489,1,1,24691,14,1123634740,'2015-06-19 12:53:48',''),(23490,1,1,24692,1,1489375385,'2015-06-19 14:16:10',''),(23491,1,1,24693,1,1489375385,'2015-06-19 14:16:12',''),(23492,1,1,24694,1,1489375385,'2015-06-19 14:16:14',''),(23493,1,1,24695,1,1489375385,'2015-06-19 14:16:17',''),(23494,1,1,24696,1,1123635138,'2015-06-19 14:58:47',''),(23495,1,1,24697,69,3024883479,'2015-06-19 17:15:32',''),(23496,1,1,24698,1,3479603870,'2015-06-19 17:53:09',''),(23497,1,1,24699,1,855358110,'2015-06-19 17:53:58','http://semaltmedia.com'),(23498,1,1,24700,1,2969897425,'2015-06-20 02:00:04','http://semaltmedia.com'),(23499,1,1,24701,1,1604202723,'2015-06-20 05:23:15',''),(23500,1,1,24702,1,1604202723,'2015-06-20 05:23:26',''),(23501,1,1,24703,1,1604202723,'2015-06-20 05:23:31',''),(23502,1,1,24704,1,1604202723,'2015-06-20 05:23:34',''),(23503,1,1,24705,1,3281691239,'2015-06-20 05:42:05',''),(23504,1,1,24706,1,3281691239,'2015-06-20 05:42:08',''),(23505,1,1,24707,1,3281691239,'2015-06-20 05:42:10',''),(23506,1,1,24708,1,3281691239,'2015-06-20 05:42:13',''),(23507,1,1,24709,1,3281691239,'2015-06-20 05:42:16',''),(23508,1,1,24710,1,3281691239,'2015-06-20 05:42:20',''),(23509,1,1,24711,1,3281691239,'2015-06-20 05:42:23',''),(23510,1,1,24712,1,3281691239,'2015-06-20 05:42:26',''),(23511,1,1,24713,26,2637637501,'2015-06-20 06:37:40',''),(23512,1,1,24714,1,1123635150,'2015-06-20 06:40:14',''),(23513,1,1,24715,15,2071807839,'2015-06-20 07:09:28',''),(23514,1,1,24716,58,3024883592,'2015-06-20 09:29:43',''),(23515,1,1,24717,1,3024883475,'2015-06-20 11:34:52',''),(23516,1,1,24718,65,1123634733,'2015-06-20 13:21:53',''),(23517,1,1,24719,30,1123634740,'2015-06-20 14:13:04',''),(23518,1,1,24720,1,1365305838,'2015-06-20 14:38:27','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=14&ved=0CEsQFjADOAo&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=lXmFVfHWJeOp7Aat3ICQBg&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.96339352,d.ZGU'),(23519,1,1,24721,1,1123634733,'2015-06-20 14:47:08',''),(23520,1,1,24722,16,1123634740,'2015-06-20 16:07:20',''),(23521,1,1,24723,1,1123634740,'2015-06-20 17:39:41',''),(23522,1,1,24724,1,1542483291,'2015-06-20 17:48:58',''),(23523,1,1,24725,3,2637637501,'2015-06-20 18:36:43',''),(23524,1,1,24726,62,1525002989,'2015-06-20 19:20:11','https://www.google.se/'),(23525,1,1,24727,64,1152705687,'2015-06-20 21:03:09',''),(23526,1,1,24728,1,772036457,'2015-06-20 21:23:12',''),(23527,1,1,24729,1,772036457,'2015-06-20 21:23:14',''),(23528,1,1,24730,1,772036457,'2015-06-20 21:23:16',''),(23529,1,1,24731,26,2637637404,'2015-06-20 21:33:51',''),(23530,1,1,24732,47,3702877370,'2015-06-20 22:36:50',''),(23531,1,1,24733,1,1123634747,'2015-06-20 22:57:06',''),(23532,1,1,24734,69,3024883607,'2015-06-21 00:23:51',''),(23533,1,1,24735,1,2980985654,'2015-06-21 01:50:38','http://100dollars-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(23534,1,1,24736,54,3024883594,'2015-06-21 02:13:31',''),(23535,1,1,24737,1,3024883592,'2015-06-21 05:26:51',''),(23536,1,1,24738,1,3702877292,'2015-06-21 05:52:55',''),(23537,1,1,24739,1,3024883606,'2015-06-21 06:36:33',''),(23538,1,1,24740,66,2071807773,'2015-06-21 08:36:37',''),(23539,1,1,24741,1,3179676858,'2015-06-21 09:20:43','http://100dollars-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(23540,1,1,24742,65,1123632388,'2015-06-21 11:16:29',''),(23541,1,1,24743,1,1357193692,'2015-06-21 13:25:32','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0CGgQoAIwBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=ZrqGVa2_H4GY7gaFtoKQBg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(23542,1,1,24744,1,1534679447,'2015-06-21 16:21:40',''),(23543,1,1,24745,1,1534679447,'2015-06-21 16:21:57',''),(23544,1,1,24746,1,1534679447,'2015-06-21 16:22:04',''),(23545,1,1,24747,1,1534679447,'2015-06-21 16:22:12',''),(23546,1,1,24748,30,1123632508,'2015-06-21 20:26:48',''),(23547,1,1,24749,1,3024883481,'2015-06-21 23:08:57',''),(23548,1,1,24750,15,3702877299,'2015-06-21 23:13:01',''),(23549,1,1,24751,1,1366253181,'2015-06-22 00:37:31',''),(23550,1,1,24752,10,3024883609,'2015-06-22 01:58:36',''),(23551,1,1,24753,1,1123632388,'2015-06-22 02:00:42',''),(23552,1,1,24754,1,17393441,'2015-06-22 04:01:04','http://100dollars-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(23553,1,1,24755,15,1123635889,'2015-06-22 05:41:06','http://www.google.com/search'),(23554,1,1,24756,41,3024883478,'2015-06-22 06:19:41',''),(23555,1,1,24757,1,1152705687,'2015-06-22 07:15:23',''),(23556,1,1,24758,1,3702877263,'2015-06-22 07:33:08',''),(23557,1,1,24759,1,3702877353,'2015-06-22 07:33:11',''),(23558,1,1,24760,1,772045740,'2015-06-22 08:04:45',''),(23559,1,1,24761,1,772045740,'2015-06-22 08:05:00',''),(23560,1,1,24762,1,772045740,'2015-06-22 08:05:06',''),(23561,1,1,24763,1,772045740,'2015-06-22 08:05:11',''),(23562,1,1,24764,1,772045740,'2015-06-22 08:05:16',''),(23563,1,1,24765,1,772045740,'2015-06-22 08:05:21',''),(23564,1,1,24766,1,1032306278,'2015-06-22 08:54:40','http://www.baidu.com/s?wd=Mstyresblackburn'),(23565,1,1,24767,1,1546188812,'2015-06-22 08:58:35','https://www.bing.com/search?q=ms%20tyres%20blackburn&input=5&form=MB1024&mkt=en-GB&setlang=en-GB'),(23566,1,1,24768,1,1394868361,'2015-06-22 09:51:35','http://100dollars-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(23567,1,1,24769,65,1123633611,'2015-06-22 12:12:16',''),(23568,1,1,24770,66,2071807791,'2015-06-22 12:31:10',''),(23569,1,1,24771,1,1761558578,'2015-06-22 12:51:06',''),(23570,1,1,24772,1,1761558578,'2015-06-22 12:51:09',''),(23571,1,1,24773,1,1542483318,'2015-06-22 13:27:19',''),(23572,1,1,24774,1,1123633619,'2015-06-22 13:33:38',''),(23573,1,1,24775,43,2637637617,'2015-06-22 14:40:45',''),(23574,1,1,24776,1,772045740,'2015-06-22 14:55:56',''),(23575,1,1,24777,1,772045740,'2015-06-22 14:56:07',''),(23576,1,1,24778,1,772045740,'2015-06-22 14:56:14',''),(23577,1,1,24779,1,772045740,'2015-06-22 14:56:26',''),(23578,1,1,24780,1,772045740,'2015-06-22 14:56:32',''),(23579,1,1,24781,1,772045740,'2015-06-22 14:56:35',''),(23580,1,1,24782,1,772045740,'2015-06-22 14:56:44',''),(23581,1,1,24783,1,3702877270,'2015-06-22 15:21:37',''),(23582,1,1,24784,1,1123633627,'2015-06-22 15:55:56',''),(23583,1,1,24785,41,3024883461,'2015-06-22 20:29:59',''),(23584,1,1,24786,1,1032306400,'2015-06-22 22:51:27','http://www.baidu.com/s?wd=Mstyresblackburn'),(23585,1,1,24787,1,1123631412,'2015-06-23 01:10:35',''),(23586,1,1,24788,72,3024883594,'2015-06-23 02:02:44',''),(23587,1,1,24789,1,84497668,'2015-06-23 02:58:07',''),(23588,1,1,24790,1,84497668,'2015-06-23 02:58:10',''),(23589,1,1,24791,1,84497668,'2015-06-23 02:58:12',''),(23590,1,1,24792,26,2071807774,'2015-06-23 03:03:32',''),(23591,1,1,24793,63,1152705687,'2015-06-23 06:12:09',''),(23592,1,1,24794,1,772044803,'2015-06-23 08:21:05',''),(23593,1,1,24795,1,772044803,'2015-06-23 08:21:08',''),(23594,1,1,24796,65,1123633619,'2015-06-23 08:53:51',''),(23595,1,1,24797,1,3479603870,'2015-06-23 11:18:24',''),(23596,1,1,24798,3,1152705687,'2015-06-23 11:31:52',''),(23597,1,1,24799,56,1123633611,'2015-06-23 12:35:54',''),(23598,1,1,24800,1,1345036945,'2015-06-23 13:54:21','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&sqi=2&ved=0CFwQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=42SJVbfbNsa17gbNhZe4Cw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=cypFkxaCBMxl8tTe4M0zlg&cad=rja'),(23599,1,1,24801,1,1041806726,'2015-06-23 13:54:53',''),(23600,1,1,24802,1,1041806726,'2015-06-23 13:55:05',''),(23601,1,1,24803,1,520497686,'2015-06-23 15:36:34',''),(23602,1,1,24804,1,3171874601,'2015-06-23 16:46:20','http://100dollars-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(23603,1,1,24805,1,772044803,'2015-06-23 17:42:50',''),(23604,1,1,24806,1,772044803,'2015-06-23 17:42:53',''),(23605,1,1,24807,1,772044803,'2015-06-23 17:42:55',''),(23606,1,1,24808,1,772044803,'2015-06-23 17:42:57',''),(23607,1,1,24809,56,1123633627,'2015-06-23 18:19:10',''),(23608,1,1,24810,6,2637637389,'2015-06-23 18:24:23',''),(23609,1,1,24811,38,3024883618,'2015-06-23 19:17:04',''),(23610,1,1,24812,63,1123633619,'2015-06-23 21:02:45',''),(23611,1,1,24813,56,1123631418,'2015-06-23 22:17:50',''),(23612,1,1,24814,10,1123633627,'2015-06-23 22:27:27',''),(23613,1,1,24815,44,3024883609,'2015-06-23 23:22:37',''),(23614,1,1,24816,31,2071807798,'2015-06-24 00:42:00',''),(23615,1,1,24817,1,3589854126,'2015-06-24 01:10:01',''),(23616,1,1,24818,1,3589854126,'2015-06-24 01:10:02',''),(23617,1,1,24819,65,1123633611,'2015-06-24 01:16:49',''),(23618,1,1,24820,6,2637637387,'2015-06-24 01:37:14',''),(23619,1,1,24821,28,772045740,'2015-06-24 03:25:49',''),(23620,1,1,24822,50,772045740,'2015-06-24 03:25:52',''),(23621,1,1,24823,51,772045740,'2015-06-24 03:25:55',''),(23622,1,1,24824,56,772045740,'2015-06-24 03:25:58',''),(23623,1,1,24825,55,772045740,'2015-06-24 03:26:00',''),(23624,1,1,24826,62,772045740,'2015-06-24 03:26:03',''),(23625,1,1,24827,63,772045740,'2015-06-24 03:26:06',''),(23626,1,1,24828,64,772045740,'2015-06-24 03:26:09',''),(23627,1,1,24829,65,772045740,'2015-06-24 03:26:12',''),(23628,1,1,24830,69,772045740,'2015-06-24 03:26:14',''),(23629,1,1,24831,1,1123631418,'2015-06-24 04:44:12',''),(23630,1,1,24832,1,2637637387,'2015-06-24 06:36:58',''),(23631,1,1,24833,1,1123631418,'2015-06-24 07:10:42',''),(23632,1,1,24834,56,3107978362,'2015-06-24 07:24:36',''),(23633,1,1,24835,1,3107978362,'2015-06-24 07:24:38',''),(23634,1,1,24836,56,3107978362,'2015-06-24 07:24:40',''),(23635,1,1,24837,6,2955162732,'2015-06-24 07:33:32',''),(23636,1,1,24838,1,1599829020,'2015-06-24 08:10:42',''),(23637,1,1,24839,1,1599829020,'2015-06-24 08:10:46',''),(23638,1,1,24840,6,1123633627,'2015-06-24 08:32:48',''),(23639,1,1,24841,1,1805160282,'2015-06-24 09:00:21',''),(23640,1,1,24842,1,1542483298,'2015-06-24 09:07:14',''),(23641,1,1,24843,1,1123633619,'2015-06-24 10:46:37',''),(23642,1,1,24844,1,3024883592,'2015-06-24 10:53:34',''),(23643,1,1,24845,1,1123633611,'2015-06-24 11:32:27',''),(23644,1,1,24846,47,3702877365,'2015-06-24 11:32:54',''),(23645,1,1,24847,31,2071807836,'2015-06-24 13:28:27',''),(23646,1,1,24848,68,1123632508,'2015-06-24 15:29:32',''),(23647,1,1,24849,38,3024883598,'2015-06-24 15:56:52',''),(23648,1,1,24850,1,1152705687,'2015-06-24 17:11:10',''),(23649,1,1,24851,1,3024883613,'2015-06-24 20:51:10',''),(23650,1,1,24852,75,3024883598,'2015-06-24 21:24:41',''),(23651,1,1,24853,56,1410151242,'2015-06-24 22:29:00','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CEcQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=_i6LVbNCprruBs2fiDA&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxTZM6g'),(23652,1,1,24854,1,1041824901,'2015-06-24 22:29:31',''),(23653,1,1,24855,28,1123632500,'2015-06-25 03:06:02',''),(23654,1,1,24856,1,2071807798,'2015-06-25 03:45:59',''),(23655,1,1,24857,1,3702877294,'2015-06-25 03:49:15',''),(23656,1,1,24858,1,1123632508,'2015-06-25 04:07:23',''),(23657,1,1,24859,1,2071807795,'2015-06-25 06:52:00',''),(23658,1,1,24860,1,2071807778,'2015-06-25 06:52:02',''),(23659,1,1,24861,1,1123632388,'2015-06-25 07:23:02',''),(23660,1,1,24862,1,1123632500,'2015-06-25 08:44:21',''),(23661,1,1,24863,45,1123632388,'2015-06-25 09:41:26',''),(23662,1,1,24864,1,1123632508,'2015-06-25 10:39:42',''),(23663,1,1,24865,1,1377273543,'2015-06-25 11:29:09','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0CEsQoAIwAg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=1uKLVb3gHIKqUZeJoNAF&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.96782255,d.d24'),(23664,1,1,24866,1,772044803,'2015-06-25 15:24:13',''),(23665,1,1,24867,1,772044803,'2015-06-25 15:24:16',''),(23666,1,1,24868,1,772044803,'2015-06-25 15:24:24',''),(23667,1,1,24869,1,772044803,'2015-06-25 15:24:31',''),(23668,1,1,24870,1,772044803,'2015-06-25 15:24:34',''),(23669,1,1,24871,1,772044803,'2015-06-25 15:24:36',''),(23670,1,1,24872,1,772044803,'2015-06-25 15:24:41',''),(23671,1,1,24873,1,1123631237,'2015-06-25 16:15:39',''),(23672,1,1,24874,1,3392024781,'2015-06-25 16:18:16',''),(23673,1,1,24875,1,1534700221,'2015-06-25 16:48:48',''),(23674,1,1,24876,1,1534700221,'2015-06-25 16:49:02',''),(23675,1,1,24877,1,1534700221,'2015-06-25 16:49:14',''),(23676,1,1,24878,1,1534700221,'2015-06-25 16:49:24',''),(23677,1,1,24879,1,1534700221,'2015-06-25 16:49:37',''),(23678,1,1,24880,1,1534700221,'2015-06-25 16:49:45',''),(23679,1,1,24881,1,1534700221,'2015-06-25 16:49:59',''),(23680,1,1,24882,1,1534700221,'2015-06-25 16:50:16',''),(23681,1,1,24883,56,2637637587,'2015-06-25 16:52:54',''),(23682,1,1,24884,1,1248791753,'2015-06-25 16:56:11',''),(23683,1,1,24885,1,1248791753,'2015-06-25 16:56:13',''),(23684,1,1,24886,1,1248791753,'2015-06-25 16:56:18',''),(23685,1,1,24887,64,2637637616,'2015-06-25 17:04:48',''),(23686,1,1,24888,1,40246276,'2015-06-25 18:24:24','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CEAQFjAB&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=JEeMVeyKJYbxUO_CtvAN&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&sig2=pd3rXRnohVsSwQ5xsnZE3Q'),(23687,1,1,24889,1,1041806726,'2015-06-25 18:31:06',''),(23688,1,1,24890,1,1534679447,'2015-06-25 19:03:37',''),(23689,1,1,24891,1,1534679447,'2015-06-25 19:03:49',''),(23690,1,1,24892,1,1534679447,'2015-06-25 19:04:01',''),(23691,1,1,24893,1,1534679447,'2015-06-25 19:04:11',''),(23692,1,1,24894,1,1123631237,'2015-06-25 20:22:35',''),(23693,1,1,24895,74,2193199357,'2015-06-25 21:14:04',''),(23694,1,1,24896,1,2193199357,'2015-06-25 21:14:06',''),(23695,1,1,24897,74,2193199357,'2015-06-25 21:14:08',''),(23696,1,1,24898,1,3392027048,'2015-06-25 21:30:21',''),(23697,1,1,24899,55,1123631237,'2015-06-25 23:04:47',''),(23698,1,1,24900,74,3107978362,'2015-06-25 23:14:01',''),(23699,1,1,24901,1,3107978362,'2015-06-25 23:14:03',''),(23700,1,1,24902,74,3107978362,'2015-06-25 23:14:05',''),(23701,1,1,24903,1,35528137,'2015-06-25 23:30:46','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0CFkQoAIwAg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=_o6MVeL0E7KU7Qbtt6yQDQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.96782255,d.ZGU'),(23702,1,1,24904,47,3702877341,'2015-06-26 03:48:49',''),(23703,1,1,24905,1,1542483299,'2015-06-26 05:49:19',''),(23704,1,1,24906,1,1123632500,'2015-06-26 07:38:34',''),(23705,1,1,24907,75,3024883613,'2015-06-26 09:20:26',''),(23706,1,1,24908,3,1123634740,'2015-06-26 11:18:20',''),(23707,1,1,24909,52,3024883605,'2015-06-26 13:26:48',''),(23708,1,1,24910,41,1123634740,'2015-06-26 13:29:38',''),(23709,1,1,24911,1,1294753080,'2015-06-26 14:07:58','https://www.google.co.uk/'),(23710,1,1,24912,1,3017692281,'2015-06-26 16:10:42','http://100dollars-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(23711,1,1,24913,1,1368107913,'2015-06-26 19:33:37','https://www.google.co.uk/'),(23712,1,1,24914,1,1523450559,'2015-06-26 20:35:21','https://www.google.co.uk/'),(23713,1,1,24915,1,1123632500,'2015-06-26 22:38:15',''),(23714,1,1,24916,1,2637693235,'2015-06-26 23:39:01',''),(23715,1,1,24917,1,918302871,'2015-06-27 02:05:33',''),(23716,1,1,24918,1,2071807804,'2015-06-27 03:50:38',''),(23717,1,1,24919,1,3702877349,'2015-06-27 03:54:30',''),(23718,1,1,24920,1,87952363,'2015-06-27 04:08:21',''),(23719,1,1,24921,1,1968049426,'2015-06-27 05:17:22',''),(23720,1,1,24922,1,873292138,'2015-06-27 05:54:08',''),(23721,1,1,24923,68,2637637611,'2015-06-27 06:28:28',''),(23722,1,1,24924,43,3475901806,'2015-06-27 06:41:46',''),(23723,1,1,24925,1,1123632508,'2015-06-27 07:06:28',''),(23724,1,1,24926,1,918307383,'2015-06-27 08:46:49',''),(23725,1,1,24927,43,3475901806,'2015-06-27 10:54:54',''),(23726,1,1,24928,29,2637637611,'2015-06-27 10:54:59',''),(23727,1,1,24929,18,2637637611,'2015-06-27 10:55:00',''),(23728,1,1,24930,48,2637637616,'2015-06-27 10:55:03',''),(23729,1,1,24931,9,2637637616,'2015-06-27 10:55:05',''),(23730,1,1,24932,6,2637637616,'2015-06-27 10:55:06',''),(23731,1,1,24933,43,2637637616,'2015-06-27 10:55:08',''),(23732,1,1,24934,1,2637637616,'2015-06-27 10:55:10',''),(23733,1,1,24935,56,2637637387,'2015-06-27 10:55:11',''),(23734,1,1,24936,26,2637637387,'2015-06-27 10:55:13',''),(23735,1,1,24937,1,1534700221,'2015-06-27 11:54:33',''),(23736,1,1,24938,1,1534700221,'2015-06-27 11:54:53',''),(23737,1,1,24939,1,1534700221,'2015-06-27 11:55:17',''),(23738,1,1,24940,1,1534700221,'2015-06-27 11:55:33',''),(23739,1,1,24941,1,1534700221,'2015-06-27 11:55:47',''),(23740,1,1,24942,1,1534700221,'2015-06-27 11:55:55',''),(23741,1,1,24943,1,1534700221,'2015-06-27 11:56:11',''),(23742,1,1,24944,1,1534700221,'2015-06-27 11:56:18',''),(23743,1,1,24945,1,1534700221,'2015-06-27 11:56:26',''),(23744,1,1,24946,1,1534700221,'2015-06-27 11:56:42',''),(23745,1,1,24947,41,1123632388,'2015-06-27 13:31:29',''),(23746,1,1,24948,1,1542483317,'2015-06-27 16:04:25',''),(23747,1,1,24949,1,3323679378,'2015-06-27 17:09:42',''),(23748,1,1,24950,1,3323679378,'2015-06-27 17:10:08',''),(23749,1,1,24951,1,3323679378,'2015-06-27 17:10:34',''),(23750,1,1,24952,41,1123632508,'2015-06-27 19:24:03',''),(23751,1,1,24953,64,3024883608,'2015-06-27 19:26:55',''),(23752,1,1,24954,1,100662708,'2015-06-27 19:31:11',''),(23753,1,1,24955,1,100662708,'2015-06-27 19:31:13',''),(23754,1,1,24956,1,100662708,'2015-06-27 19:31:15',''),(23755,1,1,24957,1,100662708,'2015-06-27 19:31:17',''),(23756,1,1,24959,1,2990476559,'2015-06-27 21:56:43',''),(23757,1,1,24960,1,2990476559,'2015-06-27 21:56:47',''),(23758,1,1,24961,1,2990476559,'2015-06-27 21:56:58',''),(23759,1,1,24962,1,2990476559,'2015-06-27 21:57:03',''),(23760,1,1,24963,1,2990476559,'2015-06-27 21:57:13',''),(23761,1,1,24964,1,2990476559,'2015-06-27 21:57:18',''),(23762,1,1,24965,1,2990476559,'2015-06-27 21:57:21',''),(23763,1,1,24966,44,1123631412,'2015-06-28 04:04:13',''),(23764,1,1,24967,1,772036457,'2015-06-28 04:16:56',''),(23765,1,1,24968,1,772036457,'2015-06-28 04:17:01',''),(23766,1,1,24969,1,772036457,'2015-06-28 04:17:07',''),(23767,1,1,24970,1,918106261,'2015-06-28 08:40:43',''),(23768,1,1,24971,1,918307806,'2015-06-28 08:47:38',''),(23769,1,1,24972,1,1344977749,'2015-06-28 09:05:10','https://www.google.co.uk/'),(23770,1,1,24973,1,1041806727,'2015-06-28 09:06:18',''),(23771,1,1,24974,1,3479603870,'2015-06-28 09:43:40',''),(23772,1,1,24975,1,1376856568,'2015-06-28 09:45:03','https://www.google.co.uk/'),(23773,1,1,24976,1,918097688,'2015-06-28 09:52:52',''),(23774,1,1,24977,1,2420902020,'2015-06-28 10:32:33',''),(23775,1,1,24978,1,2420902020,'2015-06-28 10:32:35',''),(23776,1,1,24979,1,2420902020,'2015-06-28 10:32:37',''),(23777,1,1,24980,1,2420902020,'2015-06-28 10:32:39',''),(23778,1,1,24981,1,1123633627,'2015-06-28 10:49:44',''),(23779,1,1,24982,1,1123633627,'2015-06-28 11:33:15',''),(23780,1,1,24983,41,1123632500,'2015-06-28 12:10:08',''),(23781,1,1,24984,1,3392027266,'2015-06-28 12:14:56',''),(23782,1,1,24985,1,1838980775,'2015-06-28 12:36:06','https://www.google.co.uk/'),(23783,1,1,24986,15,2071807813,'2015-06-28 13:45:46',''),(23784,1,1,24987,20,1123632388,'2015-06-28 17:33:59',''),(23785,1,1,24988,26,2071807842,'2015-06-28 19:07:09',''),(23786,1,1,24989,1,1545455202,'2015-06-28 19:14:55','https://www.google.co.uk/'),(23787,1,1,24990,1,3200104353,'2015-06-28 19:45:48','http://100dollars-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(23788,1,1,24991,1,3493201366,'2015-06-28 20:07:52','http://100dollars-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(23789,1,1,24992,41,1123632388,'2015-06-28 23:04:00',''),(23790,1,1,24993,52,2637637422,'2015-06-29 01:27:35',''),(23791,1,1,24994,1,3392025027,'2015-06-29 02:36:52',''),(23792,1,1,24995,1,1123632500,'2015-06-29 05:40:53',''),(23793,1,1,24996,41,1123632500,'2015-06-29 06:55:08',''),(23794,1,1,24997,1,3024883617,'2015-06-29 09:16:09',''),(23795,1,1,24998,1,2071807855,'2015-06-29 12:26:34',''),(23796,1,1,24999,1,1542483307,'2015-06-29 12:35:51',''),(23797,1,1,25000,1,3338415115,'2015-06-29 13:00:41',''),(23798,1,1,25001,1,1489375385,'2015-06-29 15:48:43',''),(23799,1,1,25002,1,1489375385,'2015-06-29 15:48:46',''),(23800,1,1,25003,1,1384442612,'2015-06-29 16:30:32','https://www.google.co.uk/'),(23801,1,1,25004,49,3024883615,'2015-06-29 16:34:04',''),(23802,1,1,25005,1,1545455202,'2015-06-29 17:01:05','https://www.google.co.uk/'),(23803,1,1,25006,1,1041806726,'2015-06-29 17:07:54',''),(23804,1,1,25005,15,1545455202,'2015-06-29 17:40:04','https://www.google.co.uk/'),(23805,1,1,25007,65,2516463989,'2015-06-29 17:44:18','https://www.google.co.uk/'),(23806,1,1,25008,1,1489375385,'2015-06-29 20:03:39',''),(23807,1,1,25009,1,1489375385,'2015-06-29 20:03:41',''),(23808,1,1,25010,1,1489375385,'2015-06-29 20:03:44',''),(23809,1,1,25011,1,1489375385,'2015-06-29 20:03:46',''),(23810,1,1,25012,63,2637637611,'2015-06-29 20:24:40',''),(23811,1,1,25013,1,1123632388,'2015-06-29 20:44:15',''),(23812,1,1,25014,1,1123632388,'2015-06-29 21:20:21',''),(23813,1,1,25015,1,1545455202,'2015-06-29 22:25:03','https://www.google.co.uk/'),(23814,1,1,25016,1,3024883605,'2015-06-30 02:08:15',''),(23815,1,1,25017,41,1123632388,'2015-06-30 02:55:48',''),(23816,1,1,25018,1,772045740,'2015-06-30 03:17:21',''),(23817,1,1,25019,1,772045740,'2015-06-30 03:17:28',''),(23818,1,1,25020,1,772045740,'2015-06-30 03:17:44',''),(23819,1,1,25021,1,772045740,'2015-06-30 03:17:52',''),(23820,1,1,25022,1,772045740,'2015-06-30 03:18:02',''),(23821,1,1,25023,1,772045740,'2015-06-30 03:18:15',''),(23822,1,1,25024,1,772045740,'2015-06-30 03:18:19',''),(23823,1,1,25025,1,772045740,'2015-06-30 03:18:26',''),(23824,1,1,25026,1,772045740,'2015-06-30 03:19:16',''),(23825,1,1,25027,1,772045740,'2015-06-30 03:19:35',''),(23826,1,1,25028,1,1596849788,'2015-06-30 04:48:14',''),(23827,1,1,25029,1,1596849788,'2015-06-30 04:48:33',''),(23828,1,1,25030,1,1596849788,'2015-06-30 04:48:43',''),(23829,1,1,25031,1,1596849788,'2015-06-30 04:48:55',''),(23830,1,1,25032,1,1596849788,'2015-06-30 04:49:03',''),(23831,1,1,25033,1,1596849788,'2015-06-30 04:49:13',''),(23832,1,1,25034,1,1508525144,'2015-06-30 06:02:17',''),(23833,1,1,25035,1,1508525144,'2015-06-30 06:02:36',''),(23834,1,1,25036,1,1508525144,'2015-06-30 06:02:50',''),(23835,1,1,25037,1,1508525144,'2015-06-30 06:03:04',''),(23836,1,1,25038,1,1508525144,'2015-06-30 06:03:18',''),(23837,1,1,25039,1,1508525144,'2015-06-30 06:03:34',''),(23838,1,1,25040,1,1534700221,'2015-06-30 06:40:49',''),(23839,1,1,25041,1,1534700221,'2015-06-30 06:40:58',''),(23840,1,1,25042,1,1534700221,'2015-06-30 06:41:09',''),(23841,1,1,25043,1,1534700221,'2015-06-30 06:41:22',''),(23842,1,1,25044,1,1534700221,'2015-06-30 06:41:41',''),(23843,1,1,25045,1,1534700221,'2015-06-30 06:41:44',''),(23844,1,1,25046,1,1534700221,'2015-06-30 06:41:51',''),(23845,1,1,25047,1,3342489294,'2015-06-30 07:07:30',''),(23846,1,1,25048,1,3342489294,'2015-06-30 07:07:33',''),(23847,1,1,25049,1,3342489294,'2015-06-30 07:07:35',''),(23848,1,1,25050,1,1032306395,'2015-06-30 10:31:16','http://www.baidu.com/s?wd=Mstyresblackburn'),(23849,1,1,25051,1,3633385102,'2015-06-30 11:04:27','http://whois.domaintools.com/mstyresblackburn.co.uk'),(23850,1,1,25052,1,1032306278,'2015-06-30 11:26:48','http://www.baidu.com/s?wd=Mstyresblackburn'),(23851,1,1,25053,71,3024883607,'2015-06-30 12:20:20',''),(23852,1,1,25054,1,3024883607,'2015-06-30 14:14:28',''),(23853,1,1,25055,41,1123631969,'2015-06-30 16:47:33',''),(23854,1,1,25056,26,2637637383,'2015-06-30 19:21:38',''),(23855,1,1,25057,1,1123631969,'2015-06-30 21:46:54',''),(23856,1,1,25059,1,1123631975,'2015-06-30 22:27:33',''),(23857,1,1,25060,1,2918347196,'2015-06-30 23:15:23',''),(23858,1,1,25061,1,2918347196,'2015-06-30 23:15:28',''),(23859,1,1,25062,50,2538610559,'2015-07-01 01:01:52',''),(23860,1,1,25063,1,1123631975,'2015-07-01 01:42:01',''),(23861,1,1,25064,1,1123631981,'2015-07-01 01:44:07',''),(23862,1,1,25065,1,786803397,'2015-07-01 01:56:21',''),(23863,1,1,25066,26,2637637387,'2015-07-01 02:40:53',''),(23864,1,1,25067,26,2637637387,'2015-07-01 02:40:55',''),(23865,1,1,25068,26,2637637545,'2015-07-01 02:40:58',''),(23866,1,1,25069,3,2637637383,'2015-07-01 02:41:04',''),(23867,1,1,25070,26,2637637383,'2015-07-01 02:41:09',''),(23868,1,1,25071,3,2637637611,'2015-07-01 02:41:32',''),(23869,1,1,25072,26,2637637611,'2015-07-01 02:41:34',''),(23870,1,1,25073,26,2637637611,'2015-07-01 02:41:36',''),(23871,1,1,25074,26,2637637611,'2015-07-01 02:41:37',''),(23872,1,1,25075,65,1377450524,'2015-07-01 03:13:15','https://www.google.co.uk/'),(23873,1,1,25076,49,3024883602,'2015-07-01 04:31:43',''),(23874,1,1,25077,1,1366185109,'2015-07-01 04:43:54',''),(23875,1,1,25078,1,1366185109,'2015-07-01 04:43:57',''),(23876,1,1,25079,1,1366185109,'2015-07-01 04:43:59',''),(23877,1,1,25080,1,1366185109,'2015-07-01 04:44:02',''),(23878,1,1,25081,1,1366185109,'2015-07-01 04:44:04',''),(23879,1,1,25082,1,1366185109,'2015-07-01 04:44:07',''),(23880,1,1,25083,1,1366185109,'2015-07-01 04:44:11',''),(23881,1,1,25084,1,1366185109,'2015-07-01 04:44:13',''),(23882,1,1,25085,41,1123631981,'2015-07-01 04:49:39',''),(23883,1,1,25086,65,2455423980,'2015-07-01 05:51:04','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=70&ved=0CE4QFjAJODw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=i3-TVcqpMYiR7AaOhKngAg&usg=AFQjCNE1Ca_-PPn5dxqsbrcb2E1gyp'),(23884,1,1,25087,15,2071807766,'2015-07-01 07:37:16',''),(23885,1,1,25088,1,2204827762,'2015-07-01 07:52:12',''),(23886,1,1,25089,15,1123631981,'2015-07-01 09:38:10',''),(23887,1,1,25090,1,2204827763,'2015-07-01 09:47:50',''),(23888,1,1,25091,1,1542483296,'2015-07-01 11:15:28',''),(23889,1,1,25092,38,2538610559,'2015-07-01 11:29:35',''),(23890,1,1,25093,1,3024883604,'2015-07-01 11:54:17',''),(23891,1,1,25094,1,1089055993,'2015-07-01 12:03:57','https://www.google.co.in/'),(23892,1,1,25095,6,100662708,'2015-07-01 12:40:14',''),(23893,1,1,25096,15,1123631981,'2015-07-01 12:52:40',''),(23894,1,1,25097,26,2637637389,'2015-07-01 13:05:42',''),(23895,1,1,25098,74,3024883612,'2015-07-01 13:14:24',''),(23896,1,1,25099,1,1248791753,'2015-07-01 14:31:17',''),(23897,1,1,25100,1,1248791753,'2015-07-01 14:31:20',''),(23898,1,1,25101,1,1248791753,'2015-07-01 14:31:31',''),(23899,1,1,25102,1,1248791753,'2015-07-01 14:31:36',''),(23900,1,1,25103,1,1248791753,'2015-07-01 14:31:50',''),(23901,1,1,25104,1,1248791753,'2015-07-01 14:31:59',''),(23902,1,1,25105,1,1248791753,'2015-07-01 14:32:06',''),(23903,1,1,25106,1,3024883602,'2015-07-01 16:19:07',''),(23904,1,1,25107,65,1577992044,'2015-07-01 16:39:45','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CEcQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=nheUVYbFHMSZyATHg4f4Aw&usg=AFQjCNE1Ca_-PPn5dxqsbrcb2E1gypusNQ'),(23905,1,1,25108,1,772044803,'2015-07-01 16:45:22',''),(23906,1,1,25109,1,772044803,'2015-07-01 16:45:25',''),(23907,1,1,25110,1,772044803,'2015-07-01 16:45:33',''),(23908,1,1,25111,1,3217029709,'2015-07-01 17:46:08','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(23909,1,1,25112,1,1203493842,'2015-07-01 18:09:31',''),(23910,1,1,25113,6,1203493842,'2015-07-01 18:09:47',''),(23911,1,1,25114,64,1203493842,'2015-07-01 18:09:50',''),(23912,1,1,25115,65,1203493842,'2015-07-01 18:09:59',''),(23913,1,1,25116,51,1203493842,'2015-07-01 18:10:00',''),(23914,1,1,25117,69,1203493842,'2015-07-01 18:10:02',''),(23915,1,1,25118,63,1203493842,'2015-07-01 18:10:04',''),(23916,1,1,25119,18,1203493842,'2015-07-01 18:10:07',''),(23917,1,1,25120,9,1203493842,'2015-07-01 18:10:12',''),(23918,1,1,25121,1,1203493842,'2015-07-01 18:10:13',''),(23919,1,1,25122,28,1203493842,'2015-07-01 18:10:22',''),(23920,1,1,25123,1,1203493842,'2015-07-01 18:10:25',''),(23921,1,1,25124,1,1203493842,'2015-07-01 18:10:27',''),(23922,1,1,25125,52,1203493842,'2015-07-01 18:10:28',''),(23923,1,1,25126,1,1203493842,'2015-07-01 18:10:31',''),(23924,1,1,25127,1,1203493842,'2015-07-01 18:10:33',''),(23925,1,1,25128,26,2637637383,'2015-07-01 19:06:56',''),(23926,1,1,25129,43,3475901826,'2015-07-01 20:12:29',''),(23927,1,1,25130,1,1489375385,'2015-07-01 20:14:19',''),(23928,1,1,25131,1,1489375385,'2015-07-01 20:14:24',''),(23929,1,1,25132,1,1489375385,'2015-07-01 20:14:31',''),(23930,1,1,25133,1,1489375385,'2015-07-01 20:14:34',''),(23931,1,1,25134,1,1123631116,'2015-07-01 23:05:59',''),(23932,1,1,25135,44,2637637451,'2015-07-02 01:55:07',''),(23933,1,1,25136,48,1123631116,'2015-07-02 02:02:26',''),(23934,1,1,25137,1,3024883612,'2015-07-02 02:07:41',''),(23935,1,1,25138,1,1123631110,'2015-07-02 02:35:46',''),(23936,1,1,25139,1,1123631229,'2015-07-02 02:39:17',''),(23937,1,1,25140,28,3024883602,'2015-07-02 04:41:15',''),(23938,1,1,25141,1,772036457,'2015-07-02 06:36:03',''),(23939,1,1,25142,6,1123631229,'2015-07-02 07:42:22',''),(23940,1,1,25143,1,3338415115,'2015-07-02 09:16:22',''),(23941,1,1,25144,1,2071807817,'2015-07-02 09:53:40',''),(23942,1,1,25145,1,3702877369,'2015-07-02 09:58:14',''),(23943,1,1,25146,1,1123631229,'2015-07-02 10:17:02',''),(23944,1,1,25147,1,1544069959,'2015-07-02 10:27:01','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CFEQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=oxGVVeryI8emsgHq24HwAw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=Xa0Pv9tjG1vwQcU8zUSGxw&bvm=bv.96952980,d.bGg'),(23945,1,1,25148,1,1041806727,'2015-07-02 10:27:32',''),(23946,1,1,25149,74,3024883599,'2015-07-02 11:31:18',''),(23947,1,1,25150,65,3579892698,'2015-07-02 12:03:29','http://www.google.es/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&ved=0CAcQjRw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=XyiVVbbsB8Ou7AbLkYzwAg&bvm=bv.96952980,d.ZGU&psig=AFQjCNHg0Fc-c'),(23948,1,1,25151,43,3475901822,'2015-07-02 13:16:39',''),(23949,1,1,25152,48,3475901822,'2015-07-02 13:16:41',''),(23950,1,1,25153,9,3475901822,'2015-07-02 13:16:43',''),(23951,1,1,25154,43,3475901822,'2015-07-02 13:16:44',''),(23952,1,1,25155,1,2637637451,'2015-07-02 13:17:09',''),(23953,1,1,25156,56,2637637451,'2015-07-02 13:17:10',''),(23954,1,1,25157,1,3323674919,'2015-07-02 18:08:21',''),(23955,1,1,25158,1,3323674919,'2015-07-02 18:08:24',''),(23956,1,1,25159,1,3323674919,'2015-07-02 18:08:27',''),(23957,1,1,25160,71,3024883617,'2015-07-02 18:29:21',''),(23958,1,1,25161,1,3024883595,'2015-07-02 18:59:22',''),(23959,1,1,25162,1,1838406968,'2015-07-02 21:41:35','https://www.google.co.uk/'),(23960,1,1,25163,1,3135486775,'2015-07-02 23:26:35',''),(23961,1,1,25164,38,3475901822,'2015-07-03 00:19:12',''),(23962,1,1,25165,1,3017053587,'2015-07-03 03:13:49','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(23963,1,1,25166,28,3024883613,'2015-07-03 05:02:36',''),(23964,1,1,25167,56,3159176435,'2015-07-03 08:01:33','https://www.google.es/'),(23965,1,1,25168,1,3024883606,'2015-07-03 08:19:32',''),(23966,1,1,25169,26,772044803,'2015-07-03 08:39:16',''),(23967,1,1,25170,26,772044803,'2015-07-03 08:39:19',''),(23968,1,1,25171,26,772044803,'2015-07-03 08:39:24',''),(23969,1,1,25172,26,772044803,'2015-07-03 08:39:27',''),(23970,1,1,25173,26,772044803,'2015-07-03 08:39:29',''),(23971,1,1,25174,26,772044803,'2015-07-03 08:39:32',''),(23972,1,1,25175,26,772044803,'2015-07-03 08:39:34',''),(23973,1,1,25176,26,772044803,'2015-07-03 08:39:38',''),(23974,1,1,25177,26,772044803,'2015-07-03 08:39:43',''),(23975,1,1,25178,1,1542483283,'2015-07-03 08:55:56',''),(23976,1,1,25179,1,1123631229,'2015-07-03 08:56:20',''),(23977,1,1,25180,71,1123631116,'2015-07-03 09:22:02',''),(23978,1,1,25181,1,1123631116,'2015-07-03 10:41:08',''),(23979,1,1,25183,1,3642972157,'2015-07-03 11:08:45','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&sqi=2&ved=0CGEQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=BW2WVcuNBaaE7gb4m6OgAw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=86Vp1EQnMqEGP-CzGoCL7g&bvm=bv.96952980,d.ZGU'),(23980,1,1,25184,1,3642972157,'2015-07-03 11:10:56','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CFcQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=jG2WVdHFNoWssAHGk4_IBQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=0yjO5W7J0Jk93hPp4N2zbg'),(23981,1,1,25185,9,1123631110,'2015-07-03 11:12:27',''),(23982,1,1,25186,1,1248791753,'2015-07-03 11:21:24',''),(23983,1,1,25187,68,1123631110,'2015-07-03 13:17:58',''),(23984,1,1,25188,1,1384440668,'2015-07-03 13:50:27','https://www.google.co.uk/'),(23985,1,1,25189,47,1123631110,'2015-07-03 14:46:50',''),(23986,1,1,25190,1,1159653186,'2015-07-03 15:36:08',''),(23987,1,1,25191,1,1159653186,'2015-07-03 15:36:13',''),(23988,1,1,25192,1,1159653186,'2015-07-03 15:36:16',''),(23989,1,1,25193,1,3372835951,'2015-07-03 15:38:03','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(23990,1,1,25194,62,3024883605,'2015-07-03 19:21:58',''),(23991,1,1,25195,66,3024883601,'2015-07-03 19:36:58',''),(23992,1,1,25196,43,1123631229,'2015-07-03 19:49:41',''),(23993,1,1,25197,1,1123631116,'2015-07-03 21:05:34',''),(23994,1,1,25198,1,1123631110,'2015-07-03 21:07:58',''),(23995,1,1,25199,68,1123631229,'2015-07-03 22:37:41',''),(23996,1,1,25200,1,1123631116,'2015-07-03 22:39:53',''),(23997,1,1,25201,1,2071807832,'2015-07-04 00:47:17',''),(23998,1,1,25202,1,2071807858,'2015-07-04 00:47:20',''),(23999,1,1,25203,1,3156766099,'2015-07-04 00:58:10',''),(24000,1,1,25204,1,3156766099,'2015-07-04 00:58:13',''),(24001,1,1,25205,1,3156766099,'2015-07-04 00:58:15',''),(24002,1,1,25206,1,3156766099,'2015-07-04 00:58:19',''),(24003,1,1,25207,1,3156766099,'2015-07-04 00:58:21',''),(24004,1,1,25208,1,3156766099,'2015-07-04 00:58:25',''),(24005,1,1,25209,1,1123631229,'2015-07-04 01:10:25',''),(24006,1,1,25210,53,1152705687,'2015-07-04 05:36:10',''),(24007,1,1,25211,1,1248791753,'2015-07-04 06:47:59',''),(24008,1,1,25212,1,1248791753,'2015-07-04 06:48:01',''),(24009,1,1,25213,1,1248791753,'2015-07-04 06:48:04',''),(24010,1,1,25214,1,1248791753,'2015-07-04 06:48:07',''),(24011,1,1,25215,1,1248791753,'2015-07-04 06:48:10',''),(24012,1,1,25216,1,1248791753,'2015-07-04 06:48:13',''),(24013,1,1,25217,1,1248791753,'2015-07-04 06:48:17',''),(24014,1,1,25218,1,700977024,'2015-07-04 10:21:13','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(24015,1,1,25219,52,1123631116,'2015-07-04 10:22:06',''),(24016,1,1,25220,1,2992670375,'2015-07-04 10:37:53','https://www.google.co.uk/'),(24017,1,1,25221,1,3024883602,'2015-07-04 11:24:46',''),(24018,1,1,25222,63,1123631116,'2015-07-04 11:27:28',''),(24019,1,1,25223,57,1123631116,'2015-07-04 12:02:24',''),(24020,1,1,25224,1,772044803,'2015-07-04 12:18:28',''),(24021,1,1,25225,16,772044803,'2015-07-04 12:18:32',''),(24022,1,1,25226,1,2071807790,'2015-07-04 13:16:38',''),(24023,1,1,25227,55,1123631110,'2015-07-04 14:43:12',''),(24024,1,1,25228,1,772045740,'2015-07-04 15:15:53',''),(24025,1,1,25229,1,772045740,'2015-07-04 15:15:57',''),(24026,1,1,25230,1,772045740,'2015-07-04 15:16:03',''),(24027,1,1,25231,1,772045740,'2015-07-04 15:16:06',''),(24028,1,1,25232,18,1123631229,'2015-07-04 19:14:58',''),(24029,1,1,25233,1,1542483284,'2015-07-04 19:34:29',''),(24030,1,1,25234,1,3410840728,'2015-07-04 19:38:43',''),(24031,1,1,25235,1,3410840728,'2015-07-04 19:38:46',''),(24032,1,1,25236,1,3410840728,'2015-07-04 19:38:50',''),(24033,1,1,25237,1,3410840728,'2015-07-04 19:38:54',''),(24034,1,1,25238,1,3410840728,'2015-07-04 19:38:57',''),(24035,1,1,25239,1,3410840728,'2015-07-04 19:39:00',''),(24036,1,1,25240,1,2071807791,'2015-07-04 22:04:31',''),(24037,1,1,25241,68,1123631110,'2015-07-04 22:04:33',''),(24038,1,1,25242,1,1123631116,'2015-07-04 22:20:06',''),(24039,1,1,25243,1,1123631229,'2015-07-04 22:21:18',''),(24040,1,1,25244,66,3024883596,'2015-07-04 22:48:00',''),(24041,1,1,25245,1,2637693643,'2015-07-04 23:20:48',''),(24042,1,1,25246,28,1152705687,'2015-07-05 01:30:40',''),(24043,1,1,25247,1,2637637466,'2015-07-05 01:55:01',''),(24044,1,1,25248,6,2071807821,'2015-07-05 02:06:42',''),(24045,1,1,25249,6,3475901769,'2015-07-05 03:07:44',''),(24046,1,1,25250,1,2071807833,'2015-07-05 04:54:11',''),(24047,1,1,25251,62,3024883609,'2015-07-05 05:39:40',''),(24048,1,1,25252,29,2637637432,'2015-07-05 06:06:37',''),(24049,1,1,25253,3,3475901728,'2015-07-05 06:07:04',''),(24050,1,1,25254,6,3475901769,'2015-07-05 06:07:08',''),(24051,1,1,25255,18,3475901769,'2015-07-05 06:07:09',''),(24052,1,1,25256,27,1423301297,'2015-07-05 09:18:33',''),(24053,1,1,25257,44,1423301297,'2015-07-05 09:18:37',''),(24054,1,1,25258,43,1123631116,'2015-07-05 10:33:12',''),(24055,1,1,25259,3,3475901769,'2015-07-05 12:05:04',''),(24056,1,1,25260,48,2071807860,'2015-07-05 13:20:11',''),(24057,1,1,25261,1,3024883600,'2015-07-05 14:20:04',''),(24058,1,1,25262,47,1123631110,'2015-07-05 14:23:24',''),(24059,1,1,25263,1,1123631110,'2015-07-05 15:08:07',''),(24060,1,1,25264,63,3180898096,'2015-07-05 15:39:57','https://www.google.com.mx/'),(24061,1,1,25265,1,1123631116,'2015-07-05 15:54:23',''),(24062,1,1,25266,1,1508525144,'2015-07-05 16:03:53',''),(24063,1,1,25267,1,1508525144,'2015-07-05 16:04:12',''),(24064,1,1,25268,1,1508525144,'2015-07-05 16:04:22',''),(24065,1,1,25269,1,1508525144,'2015-07-05 16:04:38',''),(24066,1,1,25270,1,1508525144,'2015-07-05 16:04:51',''),(24067,1,1,25271,1,2918347196,'2015-07-05 17:54:01',''),(24068,1,1,25272,1,2918347196,'2015-07-05 17:54:04',''),(24069,1,1,25273,1,2918347196,'2015-07-05 17:54:07',''),(24070,1,1,25274,1,1248791753,'2015-07-05 18:07:52',''),(24071,1,1,25275,1,1248791753,'2015-07-05 18:07:55',''),(24072,1,1,25276,1,1248791753,'2015-07-05 18:07:58',''),(24073,1,1,25277,1,1744575040,'2015-07-05 18:07:58','http://videos-for-your-business.com'),(24074,1,1,25278,1,1248791753,'2015-07-05 18:08:01',''),(24075,1,1,25279,1,1248791753,'2015-07-05 18:08:03',''),(24076,1,1,25280,1,1248791753,'2015-07-05 18:08:06',''),(24077,1,1,25281,1,1248791753,'2015-07-05 18:08:09',''),(24078,1,1,25282,56,1123631229,'2015-07-05 18:43:26',''),(24079,1,1,25283,1,3337958234,'2015-07-05 19:13:50',''),(24080,1,1,25284,1,3337958234,'2015-07-05 19:14:14',''),(24081,1,1,25285,1,3337958234,'2015-07-05 19:14:41',''),(24082,1,1,25286,1,3337958234,'2015-07-05 19:14:57',''),(24083,1,1,25287,1,3337958234,'2015-07-05 19:15:21',''),(24084,1,1,25288,1,3337958234,'2015-07-05 19:15:49',''),(24085,1,1,25289,1,3337958234,'2015-07-05 19:16:12',''),(24086,1,1,25290,1,3156766099,'2015-07-05 21:51:50',''),(24087,1,1,25291,1,3156766099,'2015-07-05 21:51:53',''),(24088,1,1,25292,1,3156766099,'2015-07-05 21:51:55',''),(24089,1,1,25293,68,1535083986,'2015-07-05 22:45:39','https://www.google.sk/'),(24090,1,1,25294,31,1123631110,'2015-07-05 23:44:33',''),(24091,1,1,25295,1,3175043573,'2015-07-06 00:04:04','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(24092,1,1,25297,1,1123631110,'2015-07-06 00:28:12',''),(24093,1,1,25298,21,1123631110,'2015-07-06 02:51:41',''),(24094,1,1,25299,26,2637637558,'2015-07-06 03:18:23',''),(24095,1,1,25300,53,3024883606,'2015-07-06 05:30:37',''),(24096,1,1,25301,67,1123631116,'2015-07-06 05:52:52',''),(24097,1,1,25302,1,1123631110,'2015-07-06 06:07:13',''),(24098,1,1,25303,3,100662708,'2015-07-06 06:14:36',''),(24099,1,1,25304,47,1123631116,'2015-07-06 06:30:54',''),(24100,1,1,25305,70,2538610559,'2015-07-06 07:00:53',''),(24101,1,1,25306,1,3024883608,'2015-07-06 07:19:44',''),(24102,1,1,25307,50,3024883618,'2015-07-06 08:14:34',''),(24103,1,1,25308,1,1123631229,'2015-07-06 09:13:09',''),(24104,1,1,25310,16,1564432568,'2015-07-06 10:36:32',''),(24105,1,1,25311,49,1564432568,'2015-07-06 10:36:35',''),(24106,1,1,25312,1,1546189218,'2015-07-06 10:59:54',''),(24107,1,1,25313,1,3375803906,'2015-07-06 11:05:09','http://buttons-for-website.com'),(24108,1,1,25314,1,1123631229,'2015-07-06 12:42:03',''),(24109,1,1,25315,26,2637637558,'2015-07-06 13:17:30',''),(24110,1,1,25316,1,1123631116,'2015-07-06 13:48:34',''),(24111,1,1,25317,1,3024883615,'2015-07-06 14:52:34',''),(24112,1,1,25318,1,1542483326,'2015-07-06 14:59:26',''),(24113,1,1,25319,1,1542483324,'2015-07-06 14:59:43',''),(24114,1,1,25320,63,2538610559,'2015-07-06 17:02:29',''),(24115,1,1,25321,1,1123631110,'2015-07-06 17:14:47',''),(24116,1,1,25322,50,3024883606,'2015-07-06 18:56:54',''),(24117,1,1,25323,1,35301066,'2015-07-06 19:35:05','http://www.bing.com/search?q=budget+tyres+blackburn&go=Submit&qs=n&form=QBRE&pq=budget+tyres+blackburn&sc=0-19&sp=-1&sk=&cvid=c73ed6d531af4ffd93d4169f30197110'),(24118,1,1,25324,1,3024883607,'2015-07-06 20:29:35',''),(24119,1,1,25325,1,1123631110,'2015-07-06 20:32:22',''),(24120,1,1,25326,62,40095035,'2015-07-06 22:32:12','https://www.google.pl/'),(24121,1,1,25327,62,40095035,'2015-07-06 22:32:14','https://www.google.pl/'),(24122,1,1,25328,62,40095035,'2015-07-06 22:32:14','https://www.google.pl/'),(24123,1,1,25329,62,40095035,'2015-07-06 22:32:15','https://www.google.pl/'),(24124,1,1,25330,62,40095035,'2015-07-06 22:32:16','https://www.google.pl/'),(24125,1,1,25331,62,40095035,'2015-07-06 22:32:17','https://www.google.pl/'),(24126,1,1,25332,62,40095035,'2015-07-06 22:32:18','https://www.google.pl/'),(24127,1,1,25333,1,1123631110,'2015-07-06 22:59:51',''),(24128,1,1,25334,1,1041806727,'2015-07-06 23:13:44',''),(24129,1,1,25335,53,3024883615,'2015-07-06 23:18:47',''),(24130,1,1,25336,1,1123631110,'2015-07-07 00:28:11',''),(24131,1,1,25337,1,1123631229,'2015-07-07 05:48:42',''),(24132,1,1,25339,16,2538610559,'2015-07-07 09:00:36',''),(24133,1,1,25340,1,1123631116,'2015-07-07 09:23:59',''),(24134,1,1,25341,1,1123631229,'2015-07-07 10:31:54',''),(24135,1,1,25343,18,2637637547,'2015-07-07 11:02:05',''),(24136,1,1,25344,29,2637637547,'2015-07-07 11:02:07',''),(24137,1,1,25345,6,2637637558,'2015-07-07 11:06:43',''),(24138,1,1,25346,3,3475901768,'2015-07-07 11:13:49',''),(24139,1,1,25347,1,1123631229,'2015-07-07 13:31:48',''),(24140,1,1,25349,1,1589957698,'2015-07-07 16:00:28','https://www.google.co.uk/'),(24141,1,1,25350,68,2538610559,'2015-07-07 16:12:04',''),(24142,1,1,25351,72,2538610559,'2015-07-07 16:20:49',''),(24143,1,1,25352,1,772036457,'2015-07-07 16:39:57',''),(24144,1,1,25353,1,1123631116,'2015-07-07 16:54:48',''),(24145,1,1,25354,1,1475519346,'2015-07-07 16:59:11','https://www.google.co.uk/'),(24146,1,1,25355,1,1123631110,'2015-07-07 17:16:29',''),(24147,1,1,25356,1,2733883433,'2015-07-07 17:22:50',''),(24148,1,1,25357,6,2733883433,'2015-07-07 17:22:58',''),(24149,1,1,25358,9,2733883433,'2015-07-07 17:23:08',''),(24150,1,1,25359,64,2733883433,'2015-07-07 17:23:12',''),(24151,1,1,25360,69,2733883433,'2015-07-07 17:23:19',''),(24152,1,1,25361,55,2733883433,'2015-07-07 17:23:22',''),(24153,1,1,25362,51,2733883433,'2015-07-07 17:23:28',''),(24154,1,1,25363,50,2733883433,'2015-07-07 17:23:33',''),(24155,1,1,25364,62,2733883433,'2015-07-07 17:23:38',''),(24156,1,1,25365,28,2733883433,'2015-07-07 17:23:43',''),(24157,1,1,25366,56,2733883433,'2015-07-07 17:23:48',''),(24158,1,1,25367,63,2733883433,'2015-07-07 17:23:53',''),(24159,1,1,25368,65,2733883433,'2015-07-07 17:23:57',''),(24160,1,1,25369,57,2733883433,'2015-07-07 17:24:03',''),(24161,1,1,25370,16,2733883433,'2015-07-07 17:24:08',''),(24162,1,1,25371,10,2733883433,'2015-07-07 17:24:13',''),(24163,1,1,25372,44,2733883433,'2015-07-07 17:24:18',''),(24164,1,1,25373,58,2733883433,'2015-07-07 17:24:23',''),(24165,1,1,25374,49,2733883433,'2015-07-07 17:24:28',''),(24166,1,1,25375,27,2733883433,'2015-07-07 17:24:33',''),(24167,1,1,25376,53,2733883433,'2015-07-07 17:24:37',''),(24168,1,1,25377,42,2733883433,'2015-07-07 17:24:42',''),(24169,1,1,25378,45,2733883433,'2015-07-07 17:24:48',''),(24170,1,1,25379,48,2733883433,'2015-07-07 17:24:53',''),(24171,1,1,25380,38,2733883433,'2015-07-07 17:24:58',''),(24172,1,1,25381,52,2733883433,'2015-07-07 17:25:02',''),(24173,1,1,25382,41,2733883433,'2015-07-07 17:25:08',''),(24174,1,1,25383,43,2733883433,'2015-07-07 17:25:13',''),(24175,1,1,25384,16,2733883433,'2015-07-07 17:25:18',''),(24176,1,1,25385,68,2733883433,'2015-07-07 17:25:23',''),(24177,1,1,25386,67,2733883433,'2015-07-07 17:25:27',''),(24178,1,1,25387,75,2733883433,'2015-07-07 17:25:33',''),(24179,1,1,25388,59,2733883433,'2015-07-07 17:25:37',''),(24180,1,1,25389,74,2733883433,'2015-07-07 17:25:43',''),(24181,1,1,25390,16,2733883433,'2015-07-07 17:25:48',''),(24182,1,1,25391,72,2733883433,'2015-07-07 17:25:53',''),(24183,1,1,25392,73,2733883433,'2015-07-07 17:25:58',''),(24184,1,1,25393,71,2733883433,'2015-07-07 17:26:02',''),(24185,1,1,25394,70,2733883433,'2015-07-07 17:26:08',''),(24186,1,1,25395,43,2733883433,'2015-07-07 17:26:13',''),(24187,1,1,25396,43,2733883433,'2015-07-07 17:26:18',''),(24188,1,1,25397,15,2733883433,'2015-07-07 17:26:23',''),(24189,1,1,25398,31,2733883433,'2015-07-07 17:26:28',''),(24190,1,1,25399,47,2733883433,'2015-07-07 17:26:32',''),(24191,1,1,25400,66,2733883433,'2015-07-07 17:26:38',''),(24192,1,1,25401,54,2733883433,'2015-07-07 17:26:43',''),(24193,1,1,25402,26,2733883433,'2015-07-07 17:26:47',''),(24194,1,1,25403,26,2733883433,'2015-07-07 17:26:53',''),(24195,1,1,25404,26,2733883433,'2015-07-07 17:26:57',''),(24196,1,1,25405,26,2733883433,'2015-07-07 17:27:03',''),(24197,1,1,25406,26,2733883433,'2015-07-07 17:27:08',''),(24198,1,1,25407,26,2733883433,'2015-07-07 17:27:13',''),(24199,1,1,25408,26,2733883433,'2015-07-07 17:27:18',''),(24200,1,1,25409,26,2733883433,'2015-07-07 17:27:23',''),(24201,1,1,25410,26,2733883433,'2015-07-07 17:27:28',''),(24202,1,1,25411,26,2733883433,'2015-07-07 17:27:33',''),(24203,1,1,25412,26,2733883433,'2015-07-07 17:27:38',''),(24204,1,1,25413,26,2733883433,'2015-07-07 17:27:43',''),(24205,1,1,25414,26,2733883433,'2015-07-07 17:27:47',''),(24206,1,1,25415,26,2733883433,'2015-07-07 17:27:52',''),(24207,1,1,25416,26,2733883433,'2015-07-07 17:27:58',''),(24208,1,1,25417,26,2733883433,'2015-07-07 17:28:03',''),(24209,1,1,25418,26,2733883433,'2015-07-07 17:28:08',''),(24210,1,1,25419,26,2733883433,'2015-07-07 17:28:13',''),(24211,1,1,25420,26,2733883433,'2015-07-07 17:28:18',''),(24212,1,1,25421,26,2733883433,'2015-07-07 17:28:22',''),(24213,1,1,25422,26,2733883433,'2015-07-07 17:28:27',''),(24214,1,1,25423,26,2733883433,'2015-07-07 17:28:33',''),(24215,1,1,25424,26,2733883433,'2015-07-07 17:28:38',''),(24216,1,1,25425,26,2733883433,'2015-07-07 17:28:43',''),(24217,1,1,25426,26,2733883433,'2015-07-07 17:28:48',''),(24218,1,1,25427,26,2733883433,'2015-07-07 17:28:52',''),(24219,1,1,25428,26,2733883433,'2015-07-07 17:28:58',''),(24220,1,1,25429,26,2733883433,'2015-07-07 17:29:03',''),(24221,1,1,25430,26,2733883433,'2015-07-07 17:29:08',''),(24222,1,1,25431,26,2733883433,'2015-07-07 17:29:13',''),(24223,1,1,25432,26,2733883433,'2015-07-07 17:29:18',''),(24224,1,1,25433,26,2733883433,'2015-07-07 17:29:23',''),(24225,1,1,25434,26,2733883433,'2015-07-07 17:29:27',''),(24226,1,1,25435,26,2733883433,'2015-07-07 17:29:32',''),(24227,1,1,25436,1,3338415115,'2015-07-07 17:56:19',''),(24228,1,1,25437,1,3375450026,'2015-07-07 18:19:38','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(24229,1,1,25438,54,2538610559,'2015-07-07 20:32:42',''),(24230,1,1,25439,29,3475901716,'2015-07-07 22:17:07',''),(24231,1,1,25440,6,2637637547,'2015-07-07 22:17:11',''),(24232,1,1,25441,18,2637637547,'2015-07-07 22:17:13',''),(24233,1,1,25442,3,2637637558,'2015-07-07 22:17:17',''),(24234,1,1,25443,1,3138335959,'2015-07-07 22:38:37','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(24235,1,1,25444,1,1123631116,'2015-07-07 22:40:55',''),(24236,1,1,25445,1,1123631229,'2015-07-07 22:47:15',''),(24237,1,1,25446,1,918148380,'2015-07-08 00:35:10',''),(24238,1,1,25447,1,1539462250,'2015-07-08 01:05:41',''),(24239,1,1,25448,1,1539462250,'2015-07-08 01:05:49',''),(24240,1,1,25449,1,1539462250,'2015-07-08 01:05:53',''),(24241,1,1,25450,1,1381937297,'2015-07-08 01:29:39','http://www.1businessenterprise.co.uk/our-clients.php'),(24242,1,1,25451,26,1381937297,'2015-07-08 01:32:33',''),(24243,1,1,25452,55,1381937297,'2015-07-08 01:33:48',''),(24244,1,1,25453,43,1381937297,'2015-07-08 01:35:03',''),(24245,1,1,25454,26,1381937297,'2015-07-08 01:36:22',''),(24246,1,1,25455,63,1381937297,'2015-07-08 01:37:37',''),(24247,1,1,25456,69,1381937297,'2015-07-08 01:38:52',''),(24248,1,1,25457,52,1381937297,'2015-07-08 01:40:08',''),(24249,1,1,25458,10,1381937297,'2015-07-08 01:41:24',''),(24250,1,1,25459,3,1381937297,'2015-07-08 01:42:43',''),(24251,1,1,25460,59,1381937297,'2015-07-08 01:44:01',''),(24252,1,1,25461,72,1381937297,'2015-07-08 01:45:18',''),(24253,1,1,25462,16,1381937297,'2015-07-08 01:46:39',''),(24254,1,1,25463,45,1381937297,'2015-07-08 01:48:00',''),(24255,1,1,25464,50,1381937297,'2015-07-08 01:49:21',''),(24256,1,1,25465,1,3024883611,'2015-07-08 01:49:39',''),(24257,1,1,25466,18,1381937297,'2015-07-08 01:50:37',''),(24258,1,1,25467,54,1381937297,'2015-07-08 01:51:56',''),(24259,1,1,25468,42,1381937297,'2015-07-08 01:53:13',''),(24260,1,1,25469,71,1381937297,'2015-07-08 01:54:30',''),(24261,1,1,25470,67,1381937297,'2015-07-08 01:55:49',''),(24262,1,1,25471,66,1381937297,'2015-07-08 01:57:10',''),(24263,1,1,25472,53,1381937297,'2015-07-08 01:58:31',''),(24264,1,1,25473,73,1381937297,'2015-07-08 01:59:51',''),(24265,1,1,25474,75,1381937297,'2015-07-08 02:01:11',''),(24266,1,1,25475,27,1381937297,'2015-07-08 02:02:33',''),(24267,1,1,25476,57,1381937297,'2015-07-08 02:03:51',''),(24268,1,1,25477,58,1381937297,'2015-07-08 02:05:12',''),(24269,1,1,25478,74,1381937297,'2015-07-08 02:06:34',''),(24270,1,1,25479,47,1381937297,'2015-07-08 02:07:54',''),(24271,1,1,25480,31,1381937297,'2015-07-08 02:09:16',''),(24272,1,1,25481,38,1381937297,'2015-07-08 02:10:39',''),(24273,1,1,25482,26,1381937297,'2015-07-08 02:12:02',''),(24274,1,1,25483,51,1381937297,'2015-07-08 02:13:21',''),(24275,1,1,25484,44,1381937297,'2015-07-08 02:14:43',''),(24276,1,1,25485,26,1381937297,'2015-07-08 02:15:59',''),(24277,1,1,25486,9,1381937297,'2015-07-08 02:17:19',''),(24278,1,1,25487,68,1381937297,'2015-07-08 02:18:37',''),(24279,1,1,25488,26,1381937297,'2015-07-08 02:19:57',''),(24280,1,1,25489,62,1381937297,'2015-07-08 02:21:18',''),(24281,1,1,25490,16,1381937297,'2015-07-08 02:22:40',''),(24282,1,1,25491,49,1381937297,'2015-07-08 02:23:58',''),(24283,1,1,25492,16,1381937297,'2015-07-08 02:25:14',''),(24284,1,1,25493,28,1381937297,'2015-07-08 02:26:35',''),(24285,1,1,25494,15,1381937297,'2015-07-08 02:27:56',''),(24286,1,1,25495,56,1381937297,'2015-07-08 02:29:13',''),(24287,1,1,25496,43,1381937297,'2015-07-08 02:30:34',''),(24288,1,1,25497,64,1381937297,'2015-07-08 02:31:49',''),(24289,1,1,25498,41,1381937297,'2015-07-08 02:33:06',''),(24290,1,1,25499,65,1381937297,'2015-07-08 02:34:26',''),(24291,1,1,25500,48,1381937297,'2015-07-08 02:35:45',''),(24292,1,1,25501,43,1381937297,'2015-07-08 02:37:03',''),(24293,1,1,25502,6,1381937297,'2015-07-08 02:38:23',''),(24294,1,1,25503,71,2538610559,'2015-07-08 02:43:45',''),(24295,1,1,25504,1,1032306279,'2015-07-08 03:20:43','http://www.baidu.com/s?wd=Mstyresblackburn'),(24296,1,1,25505,1,1032306395,'2015-07-08 03:20:44','http://www.baidu.com/s?wd=Mstyresblackburn'),(24297,1,1,25506,52,1123631110,'2015-07-08 04:44:46',''),(24298,1,1,25507,1,1123631116,'2015-07-08 06:38:55',''),(24299,1,1,25508,73,2538610559,'2015-07-08 07:04:16',''),(24300,1,1,25509,64,2538610559,'2015-07-08 07:46:43',''),(24301,1,1,25510,70,3024883619,'2015-07-08 08:16:09',''),(24302,1,1,25511,43,3156766099,'2015-07-08 09:56:07',''),(24303,1,1,25512,43,3156766099,'2015-07-08 09:56:10',''),(24304,1,1,25513,54,3156766099,'2015-07-08 09:56:13',''),(24305,1,1,25514,66,3156766099,'2015-07-08 09:56:17',''),(24306,1,1,25515,15,3156766099,'2015-07-08 09:56:20',''),(24307,1,1,25516,31,3156766099,'2015-07-08 09:56:23',''),(24308,1,1,25517,47,3156766099,'2015-07-08 09:56:28',''),(24309,1,1,25518,1,1123631229,'2015-07-08 09:59:52',''),(24310,1,1,25519,1,2204827737,'2015-07-08 10:37:15',''),(24311,1,1,25520,1,918146881,'2015-07-08 11:05:16',''),(24312,1,1,25521,6,1123631116,'2015-07-08 11:49:41',''),(24313,1,1,25522,1,1123631110,'2015-07-08 12:25:24',''),(24314,1,1,25524,1,2071807828,'2015-07-08 13:01:52',''),(24315,1,1,25525,1,2071807840,'2015-07-08 13:01:57',''),(24316,1,1,25526,1,1542483274,'2015-07-08 13:14:46',''),(24317,1,1,25527,55,3024883591,'2015-07-08 13:38:47',''),(24318,1,1,25528,1,1123631229,'2015-07-08 15:07:50',''),(24319,1,1,25529,26,2637637547,'2015-07-08 16:00:15',''),(24320,1,1,25530,1,1152705687,'2015-07-08 16:07:20',''),(24321,1,1,25531,69,1123631243,'2015-07-08 17:24:01',''),(24322,1,1,25532,43,2538610559,'2015-07-08 17:33:42',''),(24323,1,1,25533,1,1123631243,'2015-07-08 18:33:51',''),(24324,1,1,25534,26,1123631356,'2015-07-08 18:37:18',''),(24325,1,1,25538,26,1123631237,'2015-07-08 18:40:35',''),(24326,1,1,25539,1,2970969745,'2015-07-08 19:10:13','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(24327,1,1,25540,1,3133945396,'2015-07-08 19:10:21','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(24328,1,1,25541,1,3323679379,'2015-07-08 19:34:39',''),(24329,1,1,25542,1,3323679379,'2015-07-08 19:34:41',''),(24330,1,1,25543,1,3323679379,'2015-07-08 19:34:56',''),(24331,1,1,25544,43,3024883605,'2015-07-08 19:58:27',''),(24332,1,1,25545,48,3024883616,'2015-07-08 22:25:51',''),(24333,1,1,25546,1,3126068782,'2015-07-08 23:27:06','http://buttons-for-website.com'),(24334,1,1,25547,53,2538610559,'2015-07-09 01:38:38',''),(24335,1,1,25548,47,2538610559,'2015-07-09 07:59:42',''),(24336,1,1,25549,26,3323675321,'2015-07-09 08:22:30',''),(24337,1,1,25550,26,3323675321,'2015-07-09 08:22:33',''),(24338,1,1,25551,26,3323675321,'2015-07-09 08:22:35',''),(24339,1,1,25552,26,3323675321,'2015-07-09 08:22:37',''),(24340,1,1,25553,26,3323675321,'2015-07-09 08:22:40',''),(24341,1,1,25554,26,3323675321,'2015-07-09 08:22:44',''),(24342,1,1,25555,26,3323675321,'2015-07-09 08:22:46',''),(24343,1,1,25556,26,3323675321,'2015-07-09 08:22:55',''),(24344,1,1,25557,26,3323675321,'2015-07-09 08:23:02',''),(24345,1,1,25558,26,1213977112,'2015-07-09 08:42:51',''),(24346,1,1,25559,1,1213977112,'2015-07-09 08:42:55',''),(24347,1,1,25560,1,1213977112,'2015-07-09 08:42:58',''),(24348,1,1,25561,1,2538610559,'2015-07-09 09:48:36',''),(24349,1,1,25562,1,1123631356,'2015-07-09 10:35:29',''),(24350,1,1,25563,41,2538610559,'2015-07-09 12:43:21',''),(24351,1,1,25564,42,2538610559,'2015-07-09 13:25:10',''),(24352,1,1,25565,1,1402306180,'2015-07-09 14:07:28','http://pizza-tycoon.com/'),(24353,1,1,25566,48,1380261495,'2015-07-09 14:12:55','https://www.google.co.uk/'),(24354,1,1,25567,1,1123631237,'2015-07-09 16:43:16',''),(24355,1,1,25568,15,1570272116,'2015-07-09 17:49:56','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CGQQFjAG&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_manufacturer%3D5%26controller%3Dmanufacturer%26id_lang%3D1&ei=S7OeVdLhD6TC7Abd0aPYDA&usg=AFQjCNEOCwIJ1QjT1zfUefOqA'),(24356,1,1,25569,48,3024883608,'2015-07-09 18:34:39',''),(24357,1,1,25570,1,772044803,'2015-07-09 19:42:51',''),(24358,1,1,25571,1,772044803,'2015-07-09 19:43:00',''),(24359,1,1,25572,1,772044803,'2015-07-09 19:43:05',''),(24360,1,1,25573,1,772044803,'2015-07-09 19:43:17',''),(24361,1,1,25574,1,772044803,'2015-07-09 19:43:28',''),(24362,1,1,25575,1,772044803,'2015-07-09 19:43:45',''),(24363,1,1,25576,1,772044803,'2015-07-09 19:43:48',''),(24364,1,1,25577,68,3246304580,'2015-07-09 20:34:56','https://www.google.pt/'),(24365,1,1,25578,1,3702877307,'2015-07-09 21:09:41',''),(24366,1,1,25579,1,3702877294,'2015-07-09 21:09:44',''),(24367,1,1,25580,1,1123631981,'2015-07-09 22:05:19',''),(24368,1,1,25582,1,3024883610,'2015-07-09 23:13:15',''),(24369,1,1,25583,1,3438076626,'2015-07-09 23:40:29',''),(24370,1,1,25584,1,3438076626,'2015-07-10 00:10:14',''),(24371,1,1,25585,1,772036457,'2015-07-10 04:10:39',''),(24372,1,1,25586,1,772036457,'2015-07-10 04:10:43',''),(24373,1,1,25587,1,772036457,'2015-07-10 04:10:46',''),(24374,1,1,25588,1,1123631975,'2015-07-10 05:15:12',''),(24375,1,1,25589,1,2071807846,'2015-07-10 05:56:49',''),(24376,1,1,25590,1,3702877357,'2015-07-10 06:00:10',''),(24377,1,1,25591,15,2538610559,'2015-07-10 08:12:26',''),(24378,1,1,25592,65,2538610559,'2015-07-10 08:37:55',''),(24379,1,1,25593,42,1152705578,'2015-07-10 08:48:03',''),(24380,1,1,25594,1,1542483306,'2015-07-10 09:22:11',''),(24381,1,1,25595,28,2538610559,'2015-07-10 09:27:55',''),(24382,1,1,25596,62,1342180616,'2015-07-10 09:59:06','http://www.google.co.uk/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&ved=0CAcQjRw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D26%26controller%3Dproduct%26id_lang%3D1&ei=FJefVfX_GIq27gaDn5_QCQ&bvm=bv.96952980,d.ZGU&psig=AFQjCNGuWk'),(24383,1,1,25597,1,1376167514,'2015-07-10 11:40:02','https://www.google.co.uk/'),(24384,1,1,25598,43,2637637547,'2015-07-10 12:30:56',''),(24385,1,1,25599,43,3024883603,'2015-07-10 13:35:16',''),(24386,1,1,25600,1,2956589582,'2015-07-10 13:40:59','https://www.google.co.uk/'),(24387,1,1,25601,55,28022956,'2015-07-10 14:19:39',''),(24388,1,1,25602,1,3587031753,'2015-07-10 14:46:51','https://www.google.co.uk/'),(24389,1,1,25603,1,1123631981,'2015-07-10 15:29:46',''),(24390,1,1,25604,1,3136601841,'2015-07-10 15:42:06','http://buttons-for-website.com'),(24391,1,1,25605,1,3010159266,'2015-07-10 15:46:11','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(24392,1,1,25606,56,40180470,'2015-07-10 15:52:02','https://www.google.co.uk/'),(24393,1,1,25607,1,3479603870,'2015-07-10 16:43:41',''),(24394,1,1,25608,75,2538610559,'2015-07-10 18:22:34',''),(24395,1,1,25609,1,3024883619,'2015-07-10 18:33:09',''),(24396,1,1,25610,1,1123631969,'2015-07-10 18:33:58',''),(24397,1,1,25611,48,2637637516,'2015-07-10 21:16:17',''),(24398,1,1,25612,28,3438076626,'2015-07-10 23:06:50',''),(24399,1,1,25613,50,3438076626,'2015-07-10 23:06:55',''),(24400,1,1,25614,1,1248791753,'2015-07-10 23:41:22',''),(24401,1,1,25615,1,1248791753,'2015-07-10 23:41:25',''),(24402,1,1,25616,1,1248791753,'2015-07-10 23:41:28',''),(24403,1,1,25617,1,918153632,'2015-07-11 00:38:22',''),(24404,1,1,25618,1,2637637558,'2015-07-11 00:40:18',''),(24405,1,1,25619,16,2538610559,'2015-07-11 00:56:45',''),(24406,1,1,25620,1,3438076626,'2015-07-11 00:59:59',''),(24407,1,1,25621,1,772036457,'2015-07-11 02:22:16',''),(24408,1,1,25622,1,772036457,'2015-07-11 02:22:22',''),(24409,1,1,25623,1,772036457,'2015-07-11 02:22:27',''),(24410,1,1,25624,1,772036457,'2015-07-11 02:22:32',''),(24411,1,1,25625,1,772036457,'2015-07-11 02:22:36',''),(24412,1,1,25626,1,772036457,'2015-07-11 02:22:39',''),(24413,1,1,25627,1,772036457,'2015-07-11 02:22:49',''),(24414,1,1,25628,1,772036457,'2015-07-11 02:22:59',''),(24415,1,1,25629,1,772036457,'2015-07-11 02:23:05',''),(24416,1,1,25630,1,772036457,'2015-07-11 02:23:11',''),(24417,1,1,25631,6,2637637558,'2015-07-11 02:30:15',''),(24418,1,1,25632,1,2071807860,'2015-07-11 03:28:19',''),(24419,1,1,25633,47,2071807773,'2015-07-11 04:34:58',''),(24420,1,1,25634,6,3438076626,'2015-07-11 04:43:07',''),(24421,1,1,25635,1,3024883614,'2015-07-11 05:00:15',''),(24422,1,1,25636,26,2637637611,'2015-07-11 06:06:40',''),(24423,1,1,25637,1,1123631975,'2015-07-11 07:04:17',''),(24424,1,1,25638,26,2637637612,'2015-07-11 07:33:36',''),(24425,1,1,25639,1,1838673956,'2015-07-11 08:35:58','https://www.google.co.uk/'),(24426,1,1,25640,10,782615950,'2015-07-11 10:05:52',''),(24427,1,1,25641,1,918105444,'2015-07-11 10:39:50',''),(24428,1,1,25642,56,3702877265,'2015-07-11 10:49:00',''),(24429,1,1,25643,1,772045740,'2015-07-11 11:18:02',''),(24430,1,1,25644,1,772045740,'2015-07-11 11:18:18',''),(24431,1,1,25645,1,772045740,'2015-07-11 11:18:34',''),(24432,1,1,25646,1,772045740,'2015-07-11 11:19:03',''),(24433,1,1,25647,1,772045740,'2015-07-11 11:20:03',''),(24434,1,1,25648,1,772045740,'2015-07-11 11:20:15',''),(24435,1,1,25649,1,772045740,'2015-07-11 11:20:32',''),(24436,1,1,25650,1,3139849985,'2015-07-11 12:14:46','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(24437,1,1,25651,66,1603426703,'2015-07-11 13:18:57',''),(24438,1,1,25652,67,3024883610,'2015-07-11 14:32:20',''),(24439,1,1,25653,1,2971388613,'2015-07-11 18:38:15','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(24440,1,1,25654,1,1123631981,'2015-07-11 19:11:01',''),(24441,1,1,25655,1,1123631969,'2015-07-11 19:12:30',''),(24442,1,1,25656,15,2420906673,'2015-07-11 19:20:18',''),(24443,1,1,25657,47,2420906673,'2015-07-11 19:20:21',''),(24444,1,1,25658,58,2420906673,'2015-07-11 19:20:24',''),(24445,1,1,25659,1,3590043239,'2015-07-11 19:37:24',''),(24446,1,1,25660,1,1542483282,'2015-07-11 19:55:31',''),(24447,1,1,25661,1,1123631969,'2015-07-11 22:39:35',''),(24448,1,1,25662,1,3024883593,'2015-07-12 03:10:56',''),(24449,1,1,25663,1,1123631975,'2015-07-12 04:28:21',''),(24450,1,1,25664,47,3702877289,'2015-07-12 05:57:56',''),(24451,1,1,25665,1,3124204721,'2015-07-12 06:32:08','http://buttons-for-website.com'),(24452,1,1,25666,67,3024883601,'2015-07-12 08:47:12',''),(24453,1,1,25667,26,772044803,'2015-07-12 09:53:02',''),(24454,1,1,25668,26,772044803,'2015-07-12 09:53:05',''),(24455,1,1,25669,26,772044803,'2015-07-12 09:53:07',''),(24456,1,1,25670,26,772044803,'2015-07-12 09:53:09',''),(24457,1,1,25671,26,772044803,'2015-07-12 09:53:11',''),(24458,1,1,25672,43,772044803,'2015-07-12 09:53:14',''),(24459,1,1,25673,43,772044803,'2015-07-12 09:53:17',''),(24460,1,1,25674,54,772044803,'2015-07-12 09:53:20',''),(24461,1,1,25675,66,772044803,'2015-07-12 09:53:23',''),(24462,1,1,25676,31,772044803,'2015-07-12 09:53:26',''),(24463,1,1,25677,1,772044803,'2015-07-12 09:53:29',''),(24464,1,1,25678,1,772044803,'2015-07-12 09:53:32',''),(24465,1,1,25679,62,2071807778,'2015-07-12 12:52:19',''),(24466,1,1,25680,1,35527664,'2015-07-12 12:56:02','https://www.google.co.uk/'),(24467,1,1,25681,1,1123631243,'2015-07-12 20:40:44',''),(24468,1,1,25682,1,2978350171,'2015-07-12 23:36:10','http://videos-for-your-business.com'),(24469,1,1,25683,1,3702877344,'2015-07-13 01:48:49',''),(24470,1,1,25684,1,2637637535,'2015-07-13 02:33:38',''),(24471,1,1,25685,26,2637637476,'2015-07-13 03:08:21',''),(24472,1,1,25686,26,2637637476,'2015-07-13 03:19:11',''),(24473,1,1,25687,1,3323675321,'2015-07-13 03:49:55',''),(24474,1,1,25688,1,3323675321,'2015-07-13 03:50:07',''),(24475,1,1,25689,1,3323675321,'2015-07-13 03:50:19',''),(24476,1,1,25690,1,2071807776,'2015-07-13 04:41:04',''),(24477,1,1,25691,1,2071807759,'2015-07-13 04:41:07',''),(24478,1,1,25692,1,772045740,'2015-07-13 05:52:14',''),(24479,1,1,25693,1,772045740,'2015-07-13 05:52:26',''),(24480,1,1,25694,1,772045740,'2015-07-13 05:52:30',''),(24481,1,1,25695,1,772045740,'2015-07-13 05:52:46',''),(24482,1,1,25696,1,772045740,'2015-07-13 05:52:55',''),(24483,1,1,25697,1,772045740,'2015-07-13 05:53:05',''),(24484,1,1,25698,1,772045740,'2015-07-13 05:53:16',''),(24485,1,1,25699,1,772045740,'2015-07-13 05:53:23',''),(24486,1,1,25700,1,772045740,'2015-07-13 05:53:27',''),(24487,1,1,25701,1,772045740,'2015-07-13 05:53:30',''),(24488,1,1,25702,1,1384443552,'2015-07-13 07:05:09','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CFoQoAIwBA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=mmKjVYBxhuNTsuyRqAI&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(24489,1,1,25703,1,1123631243,'2015-07-13 07:56:09',''),(24490,1,1,25704,26,2637637476,'2015-07-13 08:06:08',''),(24491,1,1,25705,9,2637637516,'2015-07-13 08:06:16',''),(24492,1,1,25706,6,2637637516,'2015-07-13 08:06:17',''),(24493,1,1,25707,29,2637637516,'2015-07-13 08:06:19',''),(24494,1,1,25708,48,2637637516,'2015-07-13 08:06:20',''),(24495,1,1,25709,18,3475901835,'2015-07-13 08:07:45',''),(24496,1,1,25710,43,3475901835,'2015-07-13 08:07:47',''),(24497,1,1,25711,1,3475901835,'2015-07-13 08:09:51',''),(24498,1,1,25712,56,3475901835,'2015-07-13 08:09:52',''),(24499,1,1,25713,43,3475901835,'2015-07-13 08:09:56',''),(24500,1,1,25714,1,2990476559,'2015-07-13 08:22:49',''),(24501,1,1,25715,1,2990476559,'2015-07-13 08:22:53',''),(24502,1,1,25716,1,2990476559,'2015-07-13 08:23:01',''),(24503,1,1,25717,26,3475901732,'2015-07-13 08:33:52',''),(24504,1,1,25718,6,3024883616,'2015-07-13 09:42:26',''),(24505,1,1,25719,1,918155597,'2015-07-13 09:46:26',''),(24506,1,1,25720,1,1368427042,'2015-07-13 13:03:58',''),(24507,1,1,25721,18,1368427042,'2015-07-13 13:04:05',''),(24508,1,1,25722,43,1368427042,'2015-07-13 13:04:19',''),(24509,1,1,25723,45,1368427042,'2015-07-13 13:04:27',''),(24510,1,1,25724,57,1368427042,'2015-07-13 13:04:40',''),(24511,1,1,25725,9,1368427042,'2015-07-13 13:04:47',''),(24512,1,1,25726,28,1368427042,'2015-07-13 13:04:54',''),(24513,1,1,25727,26,1368427042,'2015-07-13 13:05:01',''),(24514,1,1,25728,50,1368427042,'2015-07-13 13:05:08',''),(24515,1,1,25729,26,1368427042,'2015-07-13 13:05:16',''),(24516,1,1,25730,51,1368427042,'2015-07-13 13:05:23',''),(24517,1,1,25731,26,1368427042,'2015-07-13 13:05:31',''),(24518,1,1,25732,56,1368427042,'2015-07-13 13:05:38',''),(24519,1,1,25733,26,1368427042,'2015-07-13 13:05:46',''),(24520,1,1,25734,55,1368427042,'2015-07-13 13:05:53',''),(24521,1,1,25735,26,1368427042,'2015-07-13 13:06:00',''),(24522,1,1,25736,62,1368427042,'2015-07-13 13:06:07',''),(24523,1,1,25737,26,1368427042,'2015-07-13 13:06:15',''),(24524,1,1,25738,63,1368427042,'2015-07-13 13:06:22',''),(24525,1,1,25739,26,1368427042,'2015-07-13 13:06:29',''),(24526,1,1,25740,64,1368427042,'2015-07-13 13:06:36',''),(24527,1,1,25741,26,1368427042,'2015-07-13 13:06:44',''),(24528,1,1,25742,65,1368427042,'2015-07-13 13:06:51',''),(24529,1,1,25743,26,1368427042,'2015-07-13 13:06:58',''),(24530,1,1,25744,69,1368427042,'2015-07-13 13:07:05',''),(24531,1,1,25745,26,1368427042,'2015-07-13 13:07:12',''),(24532,1,1,25746,41,1368427042,'2015-07-13 13:07:19',''),(24533,1,1,25747,53,1368427042,'2015-07-13 13:07:26',''),(24534,1,1,25748,38,1368427042,'2015-07-13 13:07:33',''),(24535,1,1,25749,52,1368427042,'2015-07-13 13:07:40',''),(24536,1,1,25750,48,1368427042,'2015-07-13 13:07:47',''),(24537,1,1,25751,3,1368427042,'2015-07-13 13:07:54',''),(24538,1,1,25752,16,1368427042,'2015-07-13 13:08:02',''),(24539,1,1,25753,43,1368427042,'2015-07-13 13:08:09',''),(24540,1,1,25754,43,1368427042,'2015-07-13 13:08:17',''),(24541,1,1,25755,10,1368427042,'2015-07-13 13:08:24',''),(24542,1,1,25756,26,1368427042,'2015-07-13 13:08:31',''),(24543,1,1,25757,44,1368427042,'2015-07-13 13:08:38',''),(24544,1,1,25758,26,1368427042,'2015-07-13 13:08:46',''),(24545,1,1,25759,26,1368427042,'2015-07-13 13:08:53',''),(24546,1,1,25760,27,1368427042,'2015-07-13 13:08:59',''),(24547,1,1,25761,26,1368427042,'2015-07-13 13:09:07',''),(24548,1,1,25762,49,1368427042,'2015-07-13 13:09:14',''),(24549,1,1,25763,1,2007889469,'2015-07-13 13:16:45','https://www.google.co.jp/'),(24550,1,1,25764,56,3475901835,'2015-07-13 13:24:56',''),(24551,1,1,25765,1,1542483289,'2015-07-13 15:51:07',''),(24552,1,1,25766,1,2548401701,'2015-07-13 16:05:49','https://www.google.co.uk/'),(24553,1,1,25767,1,1589999713,'2015-07-13 17:05:33','http://www.google.co.uk/search?q=tyres+blackburn&oq=tyres+blackburn&gs_l=mobile-heirloom-serp.12...0.0.1.8060.0.0.0.0.0.0.0.0..0.0....0...1c..34.mobile-heirloom-serp..5.7.929.DVqk5jhTIyQ'),(24554,1,1,25768,62,2071807857,'2015-07-13 19:27:10',''),(24555,1,1,25769,1,1123631243,'2015-07-13 21:49:51',''),(24556,1,1,25770,68,1391017487,'2015-07-13 22:11:32','http://www.google.fr/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F4%2F64-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=jw6'),(24557,1,1,25771,1,1123631237,'2015-07-13 22:59:14',''),(24558,1,1,25772,1,2231311362,'2015-07-13 23:31:34','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(24559,1,1,25773,1,1596849155,'2015-07-14 01:18:08',''),(24560,1,1,25774,1,1596849155,'2015-07-14 01:18:26',''),(24561,1,1,25775,1,1596849155,'2015-07-14 01:18:39',''),(24562,1,1,25776,1,1596849155,'2015-07-14 01:18:51',''),(24563,1,1,25777,1,1596849155,'2015-07-14 01:19:00',''),(24564,1,1,25778,1,1596849155,'2015-07-14 01:19:19',''),(24565,1,1,25779,1,3338415115,'2015-07-14 03:48:53',''),(24566,1,1,25780,59,3024883597,'2015-07-14 04:26:12',''),(24567,1,1,25781,43,1761558795,'2015-07-14 07:45:35',''),(24568,1,1,25782,54,1761558795,'2015-07-14 07:45:38',''),(24569,1,1,25783,66,1761558795,'2015-07-14 07:45:40',''),(24570,1,1,25784,31,1761558795,'2015-07-14 07:45:44',''),(24571,1,1,25785,6,1123631981,'2015-07-14 08:55:02',''),(24572,1,1,25786,41,3702877259,'2015-07-14 09:11:16',''),(24573,1,1,25787,1,3024883615,'2015-07-14 09:48:13',''),(24574,1,1,25788,1,772043973,'2015-07-14 11:24:43',''),(24575,1,1,25789,1,772043973,'2015-07-14 11:24:49',''),(24576,1,1,25790,1,772043973,'2015-07-14 11:24:52',''),(24577,1,1,25791,1,772043973,'2015-07-14 11:24:56',''),(24578,1,1,25792,1,772043973,'2015-07-14 11:24:59',''),(24579,1,1,25793,1,772043973,'2015-07-14 11:25:02',''),(24580,1,1,25794,1,772043973,'2015-07-14 11:25:04',''),(24581,1,1,25795,1,772043973,'2015-07-14 11:25:07',''),(24582,1,1,25796,1,772043973,'2015-07-14 11:25:12',''),(24583,1,1,25797,1,772043973,'2015-07-14 11:25:14',''),(24584,1,1,25798,1,1089906110,'2015-07-14 13:04:24','http://whois.domaintools.com/mstyresblackburn.co.uk'),(24585,1,1,25799,1,3323674832,'2015-07-14 13:39:57',''),(24586,1,1,25800,1,3323674832,'2015-07-14 13:39:59',''),(24587,1,1,25801,1,3323674832,'2015-07-14 13:40:02',''),(24588,1,1,25802,1,3323674832,'2015-07-14 13:40:04',''),(24589,1,1,25803,1,3323674832,'2015-07-14 13:40:07',''),(24590,1,1,25804,1,3323674832,'2015-07-14 13:40:09',''),(24591,1,1,25805,1,3323674832,'2015-07-14 13:40:12',''),(24592,1,1,25806,1,3702877273,'2015-07-14 15:19:27',''),(24593,1,1,25807,1,3702877305,'2015-07-14 15:19:30',''),(24594,1,1,25808,1,3479603870,'2015-07-14 18:05:04',''),(24595,1,1,25809,1,1123631981,'2015-07-14 18:23:27',''),(24596,1,1,25810,26,2420907426,'2015-07-14 19:16:29',''),(24597,1,1,25811,26,2420907426,'2015-07-14 19:16:32',''),(24598,1,1,25812,26,2420907426,'2015-07-14 19:16:34',''),(24599,1,1,25813,26,2420907426,'2015-07-14 19:16:36',''),(24600,1,1,25814,26,2420907426,'2015-07-14 19:16:38',''),(24601,1,1,25815,26,2420907426,'2015-07-14 19:16:41',''),(24602,1,1,25816,26,2420907426,'2015-07-14 19:16:43',''),(24603,1,1,25817,26,2420907426,'2015-07-14 19:16:45',''),(24604,1,1,25818,26,2420907426,'2015-07-14 19:16:48',''),(24605,1,1,25819,26,2420907426,'2015-07-14 19:16:50',''),(24606,1,1,25820,43,2420907426,'2015-07-14 19:16:52',''),(24607,1,1,25821,1,2420907426,'2015-07-14 19:16:55',''),(24608,1,1,25822,1,2420907426,'2015-07-14 19:16:58',''),(24609,1,1,25823,1,1123631969,'2015-07-14 19:45:12',''),(24610,1,1,25824,1,917317374,'2015-07-14 20:31:32',''),(24611,1,1,25825,1,3024883616,'2015-07-14 20:31:35',''),(24612,1,1,25826,1,1123631975,'2015-07-14 20:41:05',''),(24613,1,1,25827,1,702295785,'2015-07-14 21:38:43','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(24614,1,1,25828,1,3366282216,'2015-07-14 22:39:47','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(24615,1,1,25829,41,1123631981,'2015-07-14 22:52:32',''),(24616,1,1,25830,1,3140022481,'2015-07-15 00:13:04','http://buttons-for-website.com'),(24617,1,1,25831,1,3024883595,'2015-07-15 04:06:50',''),(24618,1,1,25832,1,3342489299,'2015-07-15 05:22:28',''),(24619,1,1,25833,1,3342489299,'2015-07-15 05:22:31',''),(24620,1,1,25834,1,3342489299,'2015-07-15 05:22:34',''),(24621,1,1,25835,59,3024883599,'2015-07-15 05:59:16',''),(24622,1,1,25836,54,2071807782,'2015-07-15 07:46:28',''),(24623,1,1,25837,26,3475901835,'2015-07-15 07:52:41',''),(24624,1,1,25838,1,2637637474,'2015-07-15 08:07:27',''),(24625,1,1,25839,26,3702877303,'2015-07-15 09:26:28',''),(24626,1,1,25840,6,1761304569,'2015-07-15 09:42:44',''),(24627,1,1,25841,61,1761304569,'2015-07-15 09:42:47',''),(24628,1,1,25842,1,1542483290,'2015-07-15 12:00:28',''),(24629,1,1,25843,18,3475901835,'2015-07-15 18:42:13',''),(24630,1,1,25844,1,3475901835,'2015-07-15 18:42:16',''),(24631,1,1,25845,26,3475901835,'2015-07-15 18:42:17',''),(24632,1,1,25846,29,2637637476,'2015-07-15 18:42:49',''),(24633,1,1,25847,6,2637637392,'2015-07-15 19:05:36',''),(24634,1,1,25848,26,2637637392,'2015-07-15 19:05:39',''),(24635,1,1,25849,56,2637637392,'2015-07-15 19:05:40',''),(24636,1,1,25850,1,2990476559,'2015-07-15 19:05:51',''),(24637,1,1,25851,1,2990476559,'2015-07-15 19:05:53',''),(24638,1,1,25852,1,2990476559,'2015-07-15 19:05:57',''),(24639,1,1,25853,48,2637637392,'2015-07-15 19:07:11',''),(24640,1,1,25854,43,2637637392,'2015-07-15 19:07:12',''),(24641,1,1,25855,6,3024883598,'2015-07-15 20:17:51',''),(24642,1,1,25856,9,2637637474,'2015-07-15 22:12:35',''),(24643,1,1,25857,43,2637637474,'2015-07-15 22:12:36',''),(24644,1,1,25858,45,1366153026,'2015-07-15 22:14:55',''),(24645,1,1,25859,62,1123631981,'2015-07-16 06:37:04',''),(24646,1,1,25860,1,3024883616,'2015-07-16 07:29:58',''),(24647,1,1,25861,1,1123631975,'2015-07-16 08:58:01',''),(24648,1,1,25862,54,2071807784,'2015-07-16 09:36:01',''),(24649,1,1,25863,30,1123631975,'2015-07-16 11:31:35',''),(24650,1,1,25864,1,2538613161,'2015-07-16 14:55:14',''),(24651,1,1,25865,1,2538613161,'2015-07-16 14:55:16',''),(24652,1,1,25866,1,2538613161,'2015-07-16 14:55:19',''),(24653,1,1,25867,6,3024883595,'2015-07-16 15:39:49',''),(24654,1,1,25868,62,2071807791,'2015-07-16 15:40:00',''),(24655,1,1,25869,1,783706814,'2015-07-16 16:41:24','http://hundejo.com/'),(24656,1,1,25870,1,1589999830,'2015-07-16 17:00:21','https://www.google.co.uk/'),(24657,1,1,25871,15,2637637474,'2015-07-16 18:24:55',''),(24658,1,1,25872,1,1342673435,'2015-07-16 20:09:31','https://www.google.co.uk/'),(24659,1,1,25873,1,3281687265,'2015-07-17 02:51:09',''),(24660,1,1,25874,1,1123631981,'2015-07-17 03:37:33',''),(24661,1,1,25875,1,1123631975,'2015-07-17 03:52:24',''),(24662,1,1,25876,1,2071807757,'2015-07-17 04:07:07',''),(24663,1,1,25877,20,2071807822,'2015-07-17 04:40:27',''),(24664,1,1,25878,23,2071807830,'2015-07-17 05:13:47',''),(24665,1,1,25879,1,1123631975,'2015-07-17 05:45:52',''),(24666,1,1,25880,21,2071807775,'2015-07-17 05:47:07',''),(24667,1,1,25881,19,2071807828,'2015-07-17 05:47:07',''),(24668,1,1,25882,3,3702877300,'2015-07-17 05:48:14',''),(24669,1,1,25883,3,2071807844,'2015-07-17 05:48:14',''),(24670,1,1,25885,42,2071807855,'2015-07-17 05:49:20',''),(24671,1,1,25884,16,2071807822,'2015-07-17 05:49:20',''),(24672,1,1,25886,22,2071807860,'2015-07-17 05:50:27',''),(24673,1,1,25887,3,2071807770,'2015-07-17 05:50:27',''),(24674,1,1,25888,3,2071807819,'2015-07-17 05:51:33',''),(24675,1,1,25889,18,2071807760,'2015-07-17 05:51:34',''),(24676,1,1,25890,1,2071807799,'2015-07-17 05:52:40',''),(24677,1,1,25892,3,3702877298,'2015-07-17 06:26:01',''),(24678,1,1,25893,23,2071807772,'2015-07-17 06:59:20',''),(24679,1,1,25894,1,1542483268,'2015-07-17 08:14:59',''),(24680,1,1,25895,1,1376856537,'2015-07-17 08:18:53','http://www.google.co.uk/url?sa=t&source=web&cd=13&ved=0CD4QFjACOApqFQoTCJ2Ziufc4cYCFaSW2woddMcCaw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php&rct=j&q=tyre%20Blackburn&ei=ybmoVd2QHaSt7gb0jovYBg&usg=AFQjCNGaovWsBFBPrn57hepYz764y0Fd0A'),(24681,1,1,25896,1,3244980542,'2015-07-17 08:23:30','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CD4QFjAAahUKEwi7_N6a3uHGAhVCjSwKHYxaBKY&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=QruoVbvTD8KasgGMtZGwCg&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&sig2=hUrYkpNLo7RQR8WWBxSxSw'),(24682,1,1,25897,23,3702877356,'2015-07-17 08:39:20',''),(24683,1,1,25898,23,3702877301,'2015-07-17 09:12:44',''),(24684,1,1,25899,43,2071807814,'2015-07-17 09:46:00',''),(24685,1,1,25900,1,1123631981,'2015-07-17 10:15:04',''),(24686,1,1,25901,1,1453128918,'2015-07-17 10:49:51','http://www.bing.com/search?pc=AMAZ&form=AMAZWB&setmkt=en-GB&q=tyre+sellers+Blackburn'),(24687,1,1,25902,63,3702877340,'2015-07-17 10:52:40',''),(24688,1,1,25903,41,1123631975,'2015-07-17 12:29:29',''),(24689,1,1,25904,1,2204827762,'2015-07-17 12:46:04',''),(24690,1,1,25905,56,2548110649,'2015-07-17 14:25:49','http://www.google.co.uk/url?sa=t&source=web&cd=5&ved=0CCsQFjAEahUKEwjUzoaDr-LGAhWLjtsKHf7-Bl0&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&rct=j&q=rapid%20p609%2094w%20indeks&ei=_w-pVZTTM4'),(24691,1,1,25906,1,2976046919,'2015-07-17 15:27:05','http://buttons-for-website.com'),(24692,1,1,25907,1,1123631981,'2015-07-17 18:32:24',''),(24693,1,1,25908,68,3024883616,'2015-07-17 19:08:04',''),(24694,1,1,25909,1,1123631981,'2015-07-18 02:53:49',''),(24695,1,1,25910,26,1123631969,'2015-07-18 02:54:27',''),(24696,1,1,25914,26,1123631975,'2015-07-18 02:56:34',''),(24697,1,1,25915,1,1123631969,'2015-07-18 03:36:36',''),(24698,1,1,25916,1,772043973,'2015-07-18 04:29:15',''),(24699,1,1,25917,1,772043973,'2015-07-18 04:29:20',''),(24700,1,1,25918,1,772043973,'2015-07-18 04:29:25',''),(24701,1,1,25919,1,772043973,'2015-07-18 04:29:28',''),(24702,1,1,25920,1,772043973,'2015-07-18 04:29:33',''),(24703,1,1,25921,1,772043973,'2015-07-18 04:29:41',''),(24704,1,1,25922,1,772043973,'2015-07-18 04:29:45',''),(24705,1,1,25923,1,633047521,'2015-07-18 04:31:56',''),(24706,1,1,25924,1,633047521,'2015-07-18 04:31:59',''),(24707,1,1,25925,1,633047521,'2015-07-18 04:32:01',''),(24708,1,1,25926,1,633047521,'2015-07-18 04:32:04',''),(24709,1,1,25927,1,633047521,'2015-07-18 04:32:07',''),(24710,1,1,25928,1,633047521,'2015-07-18 04:32:09',''),(24711,1,1,25929,1,633047521,'2015-07-18 04:32:12',''),(24712,1,1,25930,68,2637637567,'2015-07-18 06:37:10',''),(24713,1,1,25931,65,1342219413,'2015-07-18 08:34:48','http://www.google.co.uk/'),(24714,1,1,25932,1,2974113265,'2015-07-18 08:58:25','http://buttons-for-website.com'),(24715,1,1,25933,1,3024883615,'2015-07-18 09:37:27',''),(24716,1,1,25934,1,41680269,'2015-07-18 09:40:26',''),(24717,1,1,25935,1,1123631981,'2015-07-18 09:46:02',''),(24718,1,1,25936,76,3164934036,'2015-07-18 10:57:51',''),(24719,1,1,25937,1,3024883618,'2015-07-18 14:01:25',''),(24720,1,1,25938,1,3024883616,'2015-07-18 14:01:28',''),(24721,1,1,25939,43,2071807799,'2015-07-18 14:28:56',''),(24722,1,1,25940,1,3024883598,'2015-07-18 15:10:33',''),(24723,1,1,25941,59,2637637570,'2015-07-18 16:18:59',''),(24724,1,1,25942,68,1454541981,'2015-07-18 16:27:07','https://www.google.co.uk/'),(24725,1,1,25943,31,1152705578,'2015-07-18 16:38:50',''),(24726,1,1,25944,1,2637637570,'2015-07-18 18:17:49',''),(24727,1,1,25945,56,2637637570,'2015-07-18 18:17:56',''),(24728,1,1,25946,26,2637637570,'2015-07-18 18:17:58',''),(24729,1,1,25947,3,2637637570,'2015-07-18 18:18:27',''),(24730,1,1,25948,48,2637637567,'2015-07-18 18:28:49',''),(24731,1,1,25949,6,2637637623,'2015-07-18 18:49:00',''),(24732,1,1,25950,43,2637637623,'2015-07-18 18:49:02',''),(24733,1,1,25951,18,2637637623,'2015-07-18 18:49:04',''),(24734,1,1,25952,3,2637637623,'2015-07-18 18:49:05',''),(24735,1,1,25953,1,1542483306,'2015-07-18 19:00:29',''),(24736,1,1,25954,68,1123631981,'2015-07-18 19:20:53',''),(24737,1,1,25955,75,1410158560,'2015-07-18 20:49:14','https://www.google.co.uk/'),(24738,1,1,25956,1,1041806727,'2015-07-18 21:40:29',''),(24739,1,1,25957,15,1152705578,'2015-07-18 22:26:26',''),(24740,1,1,25959,1,3702877272,'2015-07-18 23:09:48',''),(24741,1,1,25960,1,2990476559,'2015-07-19 02:55:10',''),(24742,1,1,25961,1,2990476559,'2015-07-19 02:55:13',''),(24743,1,1,25962,1,2990476559,'2015-07-19 02:55:15',''),(24744,1,1,25963,52,2071807828,'2015-07-19 03:09:31',''),(24745,1,1,25964,1,1534687531,'2015-07-19 03:28:36',''),(24746,1,1,25965,1,1534687531,'2015-07-19 03:28:40',''),(24747,1,1,25966,1,1534687531,'2015-07-19 03:28:43',''),(24748,1,1,25967,1,772044803,'2015-07-19 04:07:00',''),(24749,1,1,25968,1,772044803,'2015-07-19 04:07:02',''),(24750,1,1,25969,1,772044803,'2015-07-19 04:07:05',''),(24751,1,1,25970,1,1427751814,'2015-07-19 04:18:44',''),(24752,1,1,25971,1,3024883592,'2015-07-19 05:39:36',''),(24753,1,1,25972,47,1152705578,'2015-07-19 06:19:27',''),(24754,1,1,25973,27,3024883603,'2015-07-19 07:08:25',''),(24755,1,1,25974,16,3164934036,'2015-07-19 07:12:47',''),(24756,1,1,25975,67,3164934036,'2015-07-19 07:15:22',''),(24757,1,1,25976,18,3164934036,'2015-07-19 07:23:46',''),(24758,1,1,25977,1,1377039722,'2015-07-19 08:11:19','https://www.google.co.uk/'),(24759,1,1,25978,1,1522776731,'2015-07-19 11:03:35','https://www.google.co.uk/'),(24760,1,1,25979,1,2973935414,'2015-07-19 13:03:39','http://buttons-for-website.com'),(24761,1,1,25980,62,3164934036,'2015-07-19 13:21:46',''),(24762,1,1,25981,55,3164934036,'2015-07-19 14:10:57',''),(24763,1,1,25982,48,3164934036,'2015-07-19 15:03:58',''),(24764,1,1,25983,1,786803397,'2015-07-19 15:17:03',''),(24765,1,1,25984,64,1152705578,'2015-07-19 16:04:58',''),(24766,1,1,25985,56,1123631356,'2015-07-19 17:15:47',''),(24767,1,1,25986,1,1123631243,'2015-07-19 17:27:20',''),(24768,1,1,25987,1,2071807762,'2015-07-19 18:33:52',''),(24769,1,1,25988,56,3024883596,'2015-07-19 20:23:16',''),(24770,1,1,25989,68,1345290070,'2015-07-19 21:16:57','https://www.google.co.uk/'),(24771,1,1,25990,38,1123631356,'2015-07-19 21:20:23',''),(24772,1,1,25991,1,1489375385,'2015-07-20 00:04:03',''),(24773,1,1,25992,1,1489375385,'2015-07-20 00:04:05',''),(24774,1,1,25993,1,1489375385,'2015-07-20 00:04:07',''),(24775,1,1,25994,1,1489375385,'2015-07-20 00:04:10',''),(24776,1,1,25995,1,1489375385,'2015-07-20 00:04:13',''),(24777,1,1,25996,1,1489375385,'2015-07-20 00:04:15',''),(24778,1,1,25997,1,1489375385,'2015-07-20 00:04:18',''),(24779,1,1,25998,1,1489375385,'2015-07-20 00:04:21',''),(24780,1,1,25999,1,1489375385,'2015-07-20 00:04:23',''),(24781,1,1,26000,1,1489375385,'2015-07-20 00:04:26',''),(24782,1,1,26001,51,3164934036,'2015-07-20 00:15:20',''),(24783,1,1,26002,1,3024883617,'2015-07-20 05:28:36',''),(24784,1,1,26003,1,1123631356,'2015-07-20 09:25:25',''),(24785,1,1,26004,1,1357196612,'2015-07-20 10:35:23','https://www.google.co.uk/'),(24786,1,1,26005,6,1123631243,'2015-07-20 11:27:08',''),(24787,1,1,26006,61,3164934036,'2015-07-20 11:34:27',''),(24788,1,1,26007,1,831969705,'2015-07-20 14:12:51','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(24789,1,1,26008,1,1416972496,'2015-07-20 15:09:50',''),(24790,1,1,26009,1,1542483297,'2015-07-20 15:43:29',''),(24791,1,1,26010,51,41857011,'2015-07-20 16:57:46','http://www.google.co.uk/'),(24792,1,1,26011,1,2990476559,'2015-07-20 17:01:57',''),(24793,1,1,26012,6,2990476559,'2015-07-20 17:02:07',''),(24794,1,1,26013,1,2990476559,'2015-07-20 17:02:14',''),(24795,1,1,26014,1,2990476559,'2015-07-20 17:02:26',''),(24796,1,1,26015,1,2990476559,'2015-07-20 17:02:39',''),(24797,1,1,26016,1,2990476559,'2015-07-20 17:02:54',''),(24798,1,1,26017,1,2990476559,'2015-07-20 17:02:59',''),(24799,1,1,26018,1,2990476559,'2015-07-20 17:03:01',''),(24800,1,1,26019,1,2990476559,'2015-07-20 17:03:11',''),(24801,1,1,26020,1,2990476559,'2015-07-20 17:03:15',''),(24802,1,1,26021,1,2990476559,'2015-07-20 17:03:19',''),(24803,1,1,26022,1,2990476559,'2015-07-20 17:03:30',''),(24804,1,1,26023,1,2990476559,'2015-07-20 17:03:35',''),(24805,1,1,26024,9,2990476559,'2015-07-20 17:03:41',''),(24806,1,1,26025,3,2990476559,'2015-07-20 17:04:02',''),(24807,1,1,26026,18,2990476559,'2015-07-20 17:04:06',''),(24808,1,1,26027,38,2990476559,'2015-07-20 17:04:13',''),(24809,1,1,26028,41,2990476559,'2015-07-20 17:04:34',''),(24810,1,1,26029,43,2990476559,'2015-07-20 17:04:42',''),(24811,1,1,26030,45,2990476559,'2015-07-20 17:04:45',''),(24812,1,1,26031,53,2990476559,'2015-07-20 17:05:03',''),(24813,1,1,26032,48,2990476559,'2015-07-20 17:05:11',''),(24814,1,1,26033,52,2990476559,'2015-07-20 17:05:16',''),(24815,1,1,26034,57,2990476559,'2015-07-20 17:05:19',''),(24816,1,1,26035,28,2990476559,'2015-07-20 17:05:25',''),(24817,1,1,26036,50,2990476559,'2015-07-20 17:05:30',''),(24818,1,1,26037,51,2990476559,'2015-07-20 17:05:57',''),(24819,1,1,26038,56,2990476559,'2015-07-20 17:06:08',''),(24820,1,1,26039,55,2990476559,'2015-07-20 17:06:16',''),(24821,1,1,26040,62,2990476559,'2015-07-20 17:06:19',''),(24822,1,1,26041,63,2990476559,'2015-07-20 17:06:28',''),(24823,1,1,26042,64,2990476559,'2015-07-20 17:06:40',''),(24824,1,1,26043,65,2990476559,'2015-07-20 17:06:52',''),(24825,1,1,26044,69,2990476559,'2015-07-20 17:06:55',''),(24826,1,1,26045,1,772045740,'2015-07-20 17:59:53',''),(24827,1,1,26046,1,772045740,'2015-07-20 17:59:57',''),(24828,1,1,26047,1,772045740,'2015-07-20 18:00:04',''),(24829,1,1,26048,1,772045740,'2015-07-20 18:00:08',''),(24830,1,1,26049,1,772045740,'2015-07-20 18:00:12',''),(24831,1,1,26050,1,772045740,'2015-07-20 18:00:16',''),(24832,1,1,26051,1,772045740,'2015-07-20 18:00:20',''),(24833,1,1,26052,1,772045740,'2015-07-20 18:00:25',''),(24834,1,1,26053,1,772045740,'2015-07-20 18:00:30',''),(24835,1,1,26054,1,772045740,'2015-07-20 18:00:37',''),(24836,1,1,26055,26,2637637623,'2015-07-20 18:05:33',''),(24837,1,1,26056,1,3124145843,'2015-07-20 18:13:31','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(24838,1,1,26057,1,1123631243,'2015-07-20 19:13:39',''),(24839,1,1,26058,1,3495654154,'2015-07-20 23:07:03',''),(24840,1,1,26059,1,1123631243,'2015-07-20 23:39:37',''),(24841,1,1,26060,51,1152705578,'2015-07-21 00:55:01',''),(24842,1,1,26061,1,3338415115,'2015-07-21 03:30:13',''),(24843,1,1,26062,69,3164934036,'2015-07-21 04:37:32',''),(24844,1,1,26063,43,2637637513,'2015-07-21 05:23:58',''),(24845,1,1,26064,69,1152705578,'2015-07-21 05:42:26',''),(24846,1,1,26065,73,3024883602,'2015-07-21 07:30:59',''),(24847,1,1,26066,1,1123631356,'2015-07-21 07:37:42',''),(24848,1,1,26067,1,633047521,'2015-07-21 08:23:56',''),(24849,1,1,26068,1,633047521,'2015-07-21 08:23:59',''),(24850,1,1,26069,1,633047521,'2015-07-21 08:24:05',''),(24851,1,1,26070,43,1123631243,'2015-07-21 08:42:20',''),(24852,1,1,26071,1,3170586017,'2015-07-21 10:02:10','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(24853,1,1,25955,75,1545503836,'2015-07-21 11:54:24','https://www.google.co.uk/'),(24854,1,1,26072,1,1041806727,'2015-07-21 11:54:55',''),(24855,1,1,26073,1,1579233182,'2015-07-21 13:16:41','http://videos-for-your-business.com'),(24856,1,1,26074,1,2637637604,'2015-07-21 13:39:28',''),(24857,1,1,26075,63,3164934036,'2015-07-21 16:52:20',''),(24858,1,1,26076,27,3164934036,'2015-07-21 17:52:40',''),(24859,1,1,26077,41,1152705578,'2015-07-21 18:56:26',''),(24860,1,1,26078,1,1123631975,'2015-07-21 18:58:37',''),(24861,1,1,26079,63,3024883618,'2015-07-21 21:20:10',''),(24862,1,1,26080,26,782615949,'2015-07-21 22:22:50',''),(24863,1,1,26081,26,782615949,'2015-07-21 22:22:52',''),(24864,1,1,26082,26,782615949,'2015-07-21 22:22:54',''),(24865,1,1,26083,26,782615949,'2015-07-21 22:22:57',''),(24866,1,1,26084,26,782615949,'2015-07-21 22:22:59',''),(24867,1,1,26085,26,782615949,'2015-07-21 22:23:01',''),(24868,1,1,26086,26,782615949,'2015-07-21 22:23:03',''),(24869,1,1,26087,26,782615949,'2015-07-21 22:23:07',''),(24870,1,1,26088,26,782615949,'2015-07-21 22:23:09',''),(24871,1,1,26089,26,782615949,'2015-07-21 22:23:11',''),(24872,1,1,26090,1,782615949,'2015-07-21 22:23:13',''),(24873,1,1,26091,1,782615949,'2015-07-21 22:23:16',''),(24874,1,1,26092,1,782615949,'2015-07-21 22:23:18',''),(24875,1,1,26093,1,782615949,'2015-07-21 22:23:20',''),(24876,1,1,26094,1,782615949,'2015-07-21 22:23:23',''),(24877,1,1,26095,1,782615949,'2015-07-21 22:23:25',''),(24878,1,1,26096,1,782615949,'2015-07-21 22:23:28',''),(24879,1,1,26097,1,782615949,'2015-07-21 22:23:30',''),(24880,1,1,26098,1,782615949,'2015-07-21 22:23:32',''),(24881,1,1,26099,1,782615949,'2015-07-21 22:23:35',''),(24882,1,1,26100,29,782615949,'2015-07-21 22:23:37',''),(24883,1,1,26101,42,782615949,'2015-07-21 22:23:39',''),(24884,1,1,26102,43,782615949,'2015-07-21 22:23:42',''),(24885,1,1,26103,43,782615949,'2015-07-21 22:23:44',''),(24886,1,1,26104,16,782615949,'2015-07-21 22:23:47',''),(24887,1,1,26105,54,782615949,'2015-07-21 22:23:50',''),(24888,1,1,26106,66,782615949,'2015-07-21 22:23:53',''),(24889,1,1,26107,15,782615949,'2015-07-21 22:23:55',''),(24890,1,1,26108,31,782615949,'2015-07-21 22:23:58',''),(24891,1,1,26109,47,782615949,'2015-07-21 22:24:01',''),(24892,1,1,26110,27,782615949,'2015-07-21 22:24:04',''),(24893,1,1,26111,44,782615949,'2015-07-21 22:24:11',''),(24894,1,1,26112,49,782615949,'2015-07-21 22:24:14',''),(24895,1,1,26113,58,782615949,'2015-07-21 22:24:18',''),(24896,1,1,26114,10,782615949,'2015-07-21 22:24:21',''),(24897,1,1,26115,1,2637637390,'2015-07-21 23:01:33',''),(24898,1,1,26116,1,2637637589,'2015-07-21 23:03:54',''),(24899,1,1,26117,6,1152705578,'2015-07-21 23:26:37',''),(24900,1,1,26118,1,1123631975,'2015-07-22 02:10:14',''),(24901,1,1,26119,1,2733861605,'2015-07-22 03:58:09',''),(24902,1,1,26120,6,2733861605,'2015-07-22 03:58:17',''),(24903,1,1,26121,9,2733861605,'2015-07-22 03:58:28',''),(24904,1,1,26122,64,2733861605,'2015-07-22 03:58:32',''),(24905,1,1,26123,62,2733861605,'2015-07-22 03:58:37',''),(24906,1,1,26124,69,2733861605,'2015-07-22 03:58:42',''),(24907,1,1,26125,56,2733861605,'2015-07-22 03:58:47',''),(24908,1,1,26126,51,2733861605,'2015-07-22 03:58:52',''),(24909,1,1,26127,28,2733861605,'2015-07-22 03:58:57',''),(24910,1,1,26128,65,2733861605,'2015-07-22 03:59:02',''),(24911,1,1,26129,55,2733861605,'2015-07-22 03:59:07',''),(24912,1,1,26130,63,2733861605,'2015-07-22 03:59:12',''),(24913,1,1,26131,50,2733861605,'2015-07-22 03:59:18',''),(24914,1,1,26132,43,2733861605,'2015-07-22 03:59:22',''),(24915,1,1,26133,10,2733861605,'2015-07-22 03:59:27',''),(24916,1,1,26134,58,2733861605,'2015-07-22 03:59:32',''),(24917,1,1,26135,49,2733861605,'2015-07-22 03:59:37',''),(24918,1,1,26136,44,2733861605,'2015-07-22 03:59:42',''),(24919,1,1,26137,27,2733861605,'2015-07-22 03:59:47',''),(24920,1,1,26138,16,2733861605,'2015-07-22 03:59:52',''),(24921,1,1,26139,57,2733861605,'2015-07-22 03:59:58',''),(24922,1,1,26140,38,2733861605,'2015-07-22 04:00:02',''),(24923,1,1,26141,42,2733861605,'2015-07-22 04:00:07',''),(24924,1,1,26142,41,2733861605,'2015-07-22 04:00:12',''),(24925,1,1,26143,45,2733861605,'2015-07-22 04:00:17',''),(24926,1,1,26144,53,2733861605,'2015-07-22 04:00:22',''),(24927,1,1,26145,52,2733861605,'2015-07-22 04:00:28',''),(24928,1,1,26146,48,2733861605,'2015-07-22 04:00:32',''),(24929,1,1,26147,16,2733861605,'2015-07-22 04:00:37',''),(24930,1,1,26148,74,2733861605,'2015-07-22 04:00:42',''),(24931,1,1,26149,67,2733861605,'2015-07-22 04:00:48',''),(24932,1,1,26150,59,2733861605,'2015-07-22 04:00:52',''),(24933,1,1,26151,75,2733861605,'2015-07-22 04:00:57',''),(24934,1,1,26152,68,2733861605,'2015-07-22 04:01:02',''),(24935,1,1,26153,16,2733861605,'2015-07-22 04:01:07',''),(24936,1,1,26154,72,2733861605,'2015-07-22 04:01:12',''),(24937,1,1,26155,70,2733861605,'2015-07-22 04:01:17',''),(24938,1,1,26156,71,2733861605,'2015-07-22 04:01:22',''),(24939,1,1,26157,73,2733861605,'2015-07-22 04:01:27',''),(24940,1,1,26158,43,2733861605,'2015-07-22 04:01:32',''),(24941,1,1,26159,43,2733861605,'2015-07-22 04:01:37',''),(24942,1,1,26160,15,2733861605,'2015-07-22 04:01:42',''),(24943,1,1,26161,47,2733861605,'2015-07-22 04:01:47',''),(24944,1,1,26162,31,2733861605,'2015-07-22 04:01:52',''),(24945,1,1,26163,66,2733861605,'2015-07-22 04:01:57',''),(24946,1,1,26164,54,2733861605,'2015-07-22 04:02:03',''),(24947,1,1,26165,26,2733861605,'2015-07-22 04:02:07',''),(24948,1,1,26166,26,2733861605,'2015-07-22 04:02:12',''),(24949,1,1,26167,26,2733861605,'2015-07-22 04:02:18',''),(24950,1,1,26168,26,2733861605,'2015-07-22 04:02:22',''),(24951,1,1,26169,26,2733861605,'2015-07-22 04:02:27',''),(24952,1,1,26170,26,2733861605,'2015-07-22 04:02:32',''),(24953,1,1,26171,26,2733861605,'2015-07-22 04:02:37',''),(24954,1,1,26172,26,2733861605,'2015-07-22 04:02:42',''),(24955,1,1,26173,26,2733861605,'2015-07-22 04:02:47',''),(24956,1,1,26174,26,2733861605,'2015-07-22 04:02:52',''),(24957,1,1,26175,26,2733861605,'2015-07-22 04:02:57',''),(24958,1,1,26176,26,2733861605,'2015-07-22 04:03:02',''),(24959,1,1,26177,26,2733861605,'2015-07-22 04:03:07',''),(24960,1,1,26178,26,2733861605,'2015-07-22 04:03:13',''),(24961,1,1,26179,26,2733861605,'2015-07-22 04:03:17',''),(24962,1,1,26180,26,2733861605,'2015-07-22 04:03:22',''),(24963,1,1,26181,26,2733861605,'2015-07-22 04:03:27',''),(24964,1,1,26182,26,2733861605,'2015-07-22 04:03:32',''),(24965,1,1,26183,26,2733861605,'2015-07-22 04:03:37',''),(24966,1,1,26184,26,2733861605,'2015-07-22 04:03:43',''),(24967,1,1,26185,26,2733861605,'2015-07-22 04:03:47',''),(24968,1,1,26186,26,2733861605,'2015-07-22 04:03:52',''),(24969,1,1,26187,26,2733861605,'2015-07-22 04:03:57',''),(24970,1,1,26188,26,2733861605,'2015-07-22 04:04:02',''),(24971,1,1,26189,26,2733861605,'2015-07-22 04:04:07',''),(24972,1,1,26190,26,2733861605,'2015-07-22 04:04:12',''),(24973,1,1,26191,26,2733861605,'2015-07-22 04:04:17',''),(24974,1,1,26192,26,2733861605,'2015-07-22 04:04:22',''),(24975,1,1,26193,26,2733861605,'2015-07-22 04:04:27',''),(24976,1,1,26194,26,2733861605,'2015-07-22 04:04:32',''),(24977,1,1,26195,26,2733861605,'2015-07-22 04:04:37',''),(24978,1,1,26196,26,2733861605,'2015-07-22 04:04:42',''),(24979,1,1,26197,26,2733861605,'2015-07-22 04:04:47',''),(24980,1,1,26198,26,2733861605,'2015-07-22 04:04:52',''),(24981,1,1,26199,26,3702877274,'2015-07-22 07:32:36',''),(24982,1,1,26200,1,3271750849,'2015-07-22 08:07:59','http://www.bing.com/search?q=tyres+blackburn&form=IE10TR&src=IE10TR&pc=LNJB'),(24983,1,1,26201,1,3495654154,'2015-07-22 08:36:31',''),(24984,1,1,26202,1,3024883618,'2015-07-22 11:59:37',''),(24985,1,1,26203,1,1542483318,'2015-07-22 12:24:11',''),(24986,1,1,26204,68,2538106117,'2015-07-22 14:24:15','https://www.google.it/'),(24987,1,1,26205,1,1123634146,'2015-07-22 15:43:20',''),(24988,1,1,26206,1,3173611352,'2015-07-22 18:12:56','http://buttons-for-website.com'),(24989,1,1,26207,1,1152705578,'2015-07-22 20:20:06',''),(24990,1,1,26208,65,3024883619,'2015-07-22 21:33:12',''),(24991,1,1,26209,1,1123634138,'2015-07-22 21:42:21',''),(24992,1,1,26210,1,1796681156,'2015-07-22 22:49:23',''),(24993,1,1,26211,9,1152705578,'2015-07-22 23:04:42',''),(24994,1,1,26212,1,1123634146,'2015-07-23 01:28:45',''),(24995,1,1,26213,9,3164934036,'2015-07-23 03:28:22',''),(24996,1,1,26214,1,1123634146,'2015-07-23 05:44:29',''),(24997,1,1,26215,16,3164934036,'2015-07-23 07:00:06',''),(24998,1,1,25600,1,2956589582,'2015-07-23 07:19:21','https://www.google.co.uk/'),(24999,1,1,26216,1,1123634146,'2015-07-23 08:04:31',''),(25000,1,1,26217,1,3024883590,'2015-07-23 08:59:45',''),(25001,1,1,26218,1,3024883592,'2015-07-23 09:54:27',''),(25002,1,1,26219,1,3281687265,'2015-07-23 11:03:54',''),(25003,1,1,26220,1,3323674832,'2015-07-23 11:56:14',''),(25004,1,1,26221,1,3323674832,'2015-07-23 11:56:17',''),(25005,1,1,26222,29,3323674832,'2015-07-23 11:56:23',''),(25006,1,1,26223,15,630767666,'2015-07-23 12:50:18','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=19&ved=0CGoQFjAIOApqFQoTCJ-Rs9ek8cYCFcG7FAodtxoFyQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_manufacturer%3D5%26controller%3Dmanufacturer%26id_lang%3D1&ei=bOKwVZ-rAcH3Ure1l'),(25007,1,1,26224,1,1123634138,'2015-07-23 12:52:59',''),(25008,1,1,26225,65,2637637523,'2015-07-23 13:25:06',''),(25009,1,1,26226,1,1032306278,'2015-07-23 13:43:00','http://www.baidu.com/s?wd=Mstyresblackburn'),(25010,1,1,26227,1,1032306395,'2015-07-23 13:43:01','http://www.baidu.com/s?wd=Mstyresblackburn'),(25011,1,1,26228,1,700944114,'2015-07-23 18:52:09','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(25012,1,1,26229,1,1366185109,'2015-07-23 19:18:39',''),(25013,1,1,26230,1,1366185109,'2015-07-23 19:18:43',''),(25014,1,1,26231,1,1366185109,'2015-07-23 19:18:47',''),(25015,1,1,26232,1,1366185109,'2015-07-23 19:18:50',''),(25016,1,1,26233,1,1366185109,'2015-07-23 19:18:57',''),(25017,1,1,26234,1,1366185109,'2015-07-23 19:19:01',''),(25018,1,1,26235,1,1366185109,'2015-07-23 19:19:04',''),(25019,1,1,26236,41,3024883607,'2015-07-23 21:43:57',''),(25020,1,1,26237,1,3281687265,'2015-07-24 01:08:02',''),(25021,1,1,26238,26,2071807770,'2015-07-24 02:07:23',''),(25022,1,1,26239,1,3024883618,'2015-07-24 02:20:34',''),(25023,1,1,26240,1,3338415115,'2015-07-24 07:08:38',''),(25024,1,1,26241,1,2953804936,'2015-07-24 07:43:45','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=759.zIk8RtIcAkWWd8qChyloGyBuxCA3y8fj_yEc8BTkIpxww5WXI2ey__L8ozX5J0cX.ecab1524b7bd987bfcf95e5e4cdbf6cde28f70ef&uuid=&state=AiuY0DBWFJ4ePaEse6rgeAjgs2pI3DW9J0KiE5XNXd0dp0ZMwFHovi'),(25025,1,1,26242,1,1542483283,'2015-07-24 08:51:27',''),(25026,1,1,26243,9,2637637523,'2015-07-24 10:11:09',''),(25027,1,1,26244,43,2637637523,'2015-07-24 10:11:11',''),(25028,1,1,26245,3,2637637523,'2015-07-24 10:11:12',''),(25029,1,1,26246,43,2637637394,'2015-07-24 10:11:13',''),(25030,1,1,26247,6,2637637523,'2015-07-24 10:11:14',''),(25031,1,1,26248,26,2637637523,'2015-07-24 10:11:16',''),(25032,1,1,26249,56,2637637589,'2015-07-24 10:11:19',''),(25033,1,1,26250,29,2637637589,'2015-07-24 10:11:21',''),(25034,1,1,26251,1,2637637605,'2015-07-24 10:11:25',''),(25035,1,1,26252,18,2637637604,'2015-07-24 10:11:27',''),(25036,1,1,26253,26,2637637604,'2015-07-24 10:11:28',''),(25037,1,1,26254,1,1123631356,'2015-07-24 10:32:57',''),(25038,1,1,26255,1,36219473,'2015-07-24 12:57:26','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(25039,1,1,26256,23,1123631237,'2015-07-24 14:26:18',''),(25040,1,1,26257,1,1123631356,'2015-07-24 14:29:08',''),(25041,1,1,26258,76,3164934040,'2015-07-24 15:59:59',''),(25042,1,1,26259,1,3106920815,'2015-07-24 16:22:44','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CGEQoAIwBGoVChMI2JePg5b0xgIVwToUCh1GLgMp&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=tGWyVdjtF8H1UMbcjMgC&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=sSFSDjxEN9idE05BlCNXPw'),(25043,1,1,26260,1,1123631237,'2015-07-24 16:40:02',''),(25044,1,1,26261,1,1577748476,'2015-07-24 18:25:08','https://www.google.co.uk/'),(25045,1,1,26262,1,785785623,'2015-07-24 18:41:56','http://videos-for-your-business.com'),(25046,1,1,26263,1,2637637523,'2015-07-24 19:08:44',''),(25047,1,1,26264,51,3237869584,'2015-07-24 19:49:18',''),(25048,1,1,26265,56,3164934040,'2015-07-24 20:17:00',''),(25049,1,1,26266,1,3702877365,'2015-07-24 21:55:28',''),(25050,1,1,26267,1,2637693643,'2015-07-24 22:04:26',''),(25051,1,1,26268,1,2953382627,'2015-07-24 22:24:07',''),(25052,1,1,26269,1,2953382627,'2015-07-24 22:24:12',''),(25053,1,1,26270,1,2953382627,'2015-07-24 22:24:16',''),(25054,1,1,26271,6,2637637394,'2015-07-25 01:20:04',''),(25055,1,1,26272,1,3036043486,'2015-07-25 02:03:19','http://buttons-for-website.com'),(25056,1,1,26273,1,2953382627,'2015-07-25 02:55:55',''),(25057,1,1,26274,1,2953382627,'2015-07-25 02:55:58',''),(25058,1,1,26275,1,2953382627,'2015-07-25 02:56:01',''),(25059,1,1,26276,1,2953382627,'2015-07-25 02:56:03',''),(25060,1,1,26277,1,2953382627,'2015-07-25 02:56:07',''),(25061,1,1,26278,1,2953382627,'2015-07-25 02:56:10',''),(25062,1,1,26279,1,2953382627,'2015-07-25 02:56:15',''),(25063,1,1,26280,41,3024883594,'2015-07-25 06:20:36',''),(25064,1,1,26281,6,1123631237,'2015-07-25 09:20:49',''),(25065,1,1,26282,1,2420906673,'2015-07-25 11:51:33',''),(25066,1,1,26283,1,2420906673,'2015-07-25 11:51:35',''),(25067,1,1,26284,29,2420906673,'2015-07-25 11:51:37',''),(25068,1,1,26285,1,2087235814,'2015-07-25 11:55:26','http://videos-for-your-business.com'),(25069,1,1,26286,51,1123631243,'2015-07-25 12:51:41',''),(25070,1,1,26287,1,1123631243,'2015-07-25 16:58:19',''),(25071,1,1,26288,18,3164934040,'2015-07-25 17:25:29',''),(25072,1,1,26289,1,35527145,'2015-07-25 17:48:17','https://www.google.co.uk'),(25073,1,1,26290,1,1542483308,'2015-07-25 19:39:57',''),(25074,1,1,26291,1,772045740,'2015-07-25 20:33:17',''),(25075,1,1,26292,1,772045740,'2015-07-25 20:33:21',''),(25076,1,1,26293,1,772045740,'2015-07-25 20:33:23',''),(25077,1,1,26294,15,3702877273,'2015-07-26 01:34:37',''),(25078,1,1,26295,6,2071807835,'2015-07-26 02:41:17',''),(25079,1,1,26296,56,2637637624,'2015-07-26 04:19:47',''),(25080,1,1,26297,44,3024883603,'2015-07-26 05:48:56',''),(25081,1,1,26298,1,1559980235,'2015-07-26 06:13:49','http://videos-for-your-business.com'),(25082,1,1,26299,1,3024883616,'2015-07-26 07:13:30',''),(25083,1,1,26300,1,2953382627,'2015-07-26 07:49:19',''),(25084,1,1,26301,41,2420902020,'2015-07-26 08:03:10',''),(25085,1,1,26302,43,2420902020,'2015-07-26 08:03:12',''),(25086,1,1,26303,45,2420902020,'2015-07-26 08:03:15',''),(25087,1,1,26304,53,2420902020,'2015-07-26 08:03:17',''),(25088,1,1,26305,1,1380399060,'2015-07-26 09:38:49','https://www.google.co.uk/'),(25089,1,1,26306,6,1121751572,'2015-07-26 09:43:55',''),(25090,1,1,26308,6,1376856801,'2015-07-26 09:44:18','http://m.facebook.com'),(25091,1,1,26307,1,2918996054,'2015-07-26 09:44:19',''),(25092,1,1,26309,1,1590000014,'2015-07-26 10:11:51','https://www.google.co.uk/'),(25093,1,1,26310,1,1443171705,'2015-07-26 10:15:20','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CEQQFjABahUKEwj8prrcx_jGAhUol9sKHfw_BoQ&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=sLK0VfyOAqiu7gb8_5igCA&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ'),(25094,1,1,26311,1,1314292373,'2015-07-26 10:15:35','http://www.google.co.uk/url?sa=t&source=web&cd=&ved=0CAIQ_UVqFQoTCL6jnurH-MYCFfIU2wodSVEFLg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php&rct=j&q=ms%20tyres%20intack&ei=zLK0Vb6NOfKp7AbJopXwAg&usg=AFQjCNGaovWsBFBPrn57hepYz764y0Fd0A'),(25095,1,1,26312,66,2071807858,'2015-07-26 11:38:14',''),(25096,1,1,26313,28,2637637529,'2015-07-26 13:16:16',''),(25097,1,1,26314,1,3590043242,'2015-07-26 13:23:40',''),(25098,1,1,26315,6,3164934040,'2015-07-26 15:13:42',''),(25099,1,1,26316,1,772044803,'2015-07-26 17:51:47',''),(25100,1,1,26317,1,772044803,'2015-07-26 17:51:50',''),(25101,1,1,26318,1,772044803,'2015-07-26 17:51:58',''),(25102,1,1,26319,1,772044803,'2015-07-26 17:52:05',''),(25103,1,1,26320,1,772044803,'2015-07-26 17:52:10',''),(25104,1,1,26321,1,772044803,'2015-07-26 17:52:18',''),(25105,1,1,26322,1,772044803,'2015-07-26 17:52:22',''),(25106,1,1,26323,15,1123631237,'2015-07-26 20:23:10',''),(25107,1,1,26324,1,1610407149,'2015-07-26 21:13:09','http://buttons-for-website.com'),(25108,1,1,26325,1,3024883617,'2015-07-26 21:49:48',''),(25109,1,1,26326,57,1152705578,'2015-07-27 00:05:19',''),(25110,1,1,26327,1,3024883616,'2015-07-27 00:32:01',''),(25111,1,1,26328,56,2637637440,'2015-07-27 03:38:17',''),(25112,1,1,26329,3,2637637440,'2015-07-27 03:38:19',''),(25113,1,1,26330,26,2637637440,'2015-07-27 03:38:21',''),(25114,1,1,26331,1,2637637529,'2015-07-27 03:38:27',''),(25115,1,1,26332,43,2637637529,'2015-07-27 03:38:29',''),(25116,1,1,26333,29,2637637404,'2015-07-27 03:40:50',''),(25117,1,1,26334,26,3475901745,'2015-07-27 09:46:44',''),(25118,1,1,26335,38,2071807836,'2015-07-27 12:32:39',''),(25119,1,1,26336,10,3024883613,'2015-07-27 13:42:19',''),(25120,1,1,26337,1,1123631237,'2015-07-27 13:46:19',''),(25121,1,1,26338,66,3164934040,'2015-07-27 15:13:17',''),(25122,1,1,26339,3,2953382627,'2015-07-27 15:19:42',''),(25123,1,1,26340,26,2953382627,'2015-07-27 15:19:45',''),(25124,1,1,26341,26,2953382627,'2015-07-27 15:19:53',''),(25125,1,1,26342,26,2953382627,'2015-07-27 15:19:57',''),(25126,1,1,26343,26,2953382627,'2015-07-27 15:20:00',''),(25127,1,1,26344,26,2953382627,'2015-07-27 15:20:06',''),(25128,1,1,26345,26,2953382627,'2015-07-27 15:20:09',''),(25129,1,1,26346,26,2953382627,'2015-07-27 15:20:15',''),(25130,1,1,26347,26,2953382627,'2015-07-27 15:20:20',''),(25131,1,1,26348,26,2953382627,'2015-07-27 15:20:25',''),(25132,1,1,26349,26,2953382627,'2015-07-27 15:20:34',''),(25133,1,1,26350,26,2953382627,'2015-07-27 15:20:37',''),(25134,1,1,26351,26,2953382627,'2015-07-27 15:20:46',''),(25135,1,1,26352,26,2953382627,'2015-07-27 15:20:57',''),(25136,1,1,26353,26,2953382627,'2015-07-27 15:21:01',''),(25137,1,1,26354,16,2953382627,'2015-07-27 15:21:04',''),(25138,1,1,26355,16,2953382627,'2015-07-27 15:21:11',''),(25139,1,1,26356,59,2953382627,'2015-07-27 15:21:18',''),(25140,1,1,26357,68,2953382627,'2015-07-27 15:21:22',''),(25141,1,1,26358,75,2953382627,'2015-07-27 15:21:30',''),(25142,1,1,26359,67,2953382627,'2015-07-27 15:21:37',''),(25143,1,1,26360,74,2953382627,'2015-07-27 15:21:43',''),(25144,1,1,26361,73,2953382627,'2015-07-27 15:21:48',''),(25145,1,1,26362,71,2953382627,'2015-07-27 15:21:54',''),(25146,1,1,26363,72,2953382627,'2015-07-27 15:22:01',''),(25147,1,1,26364,70,2953382627,'2015-07-27 15:22:10',''),(25148,1,1,26365,65,1123631237,'2015-07-27 15:41:38',''),(25149,1,1,26366,1,1542483271,'2015-07-27 16:05:50',''),(25150,1,1,26367,1,633047521,'2015-07-27 16:08:29',''),(25151,1,1,26368,1,633047521,'2015-07-27 16:08:31',''),(25152,1,1,26369,29,633047521,'2015-07-27 16:08:33',''),(25153,1,1,26370,61,3164934040,'2015-07-27 17:06:16',''),(25154,1,1,26371,1,2071807783,'2015-07-27 17:42:25',''),(25155,1,1,26372,1,1123631243,'2015-07-27 17:48:17',''),(25156,1,1,26373,1,3195838674,'2015-07-27 18:11:16','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(25157,1,1,26374,31,2071807852,'2015-07-27 18:15:44',''),(25158,1,1,26375,1,3049415356,'2015-07-27 20:00:02','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(25159,1,1,26376,1,1123631243,'2015-07-27 20:08:40',''),(25160,1,1,26377,1,1089909282,'2015-07-27 20:37:14','http://whois.domaintools.com/mstyresblackburn.co.uk'),(25161,1,1,26378,1,1152705578,'2015-07-27 21:26:49',''),(25162,1,1,26379,1,1123631356,'2015-07-27 21:46:35',''),(25163,1,1,26380,10,3024883591,'2015-07-27 23:45:27',''),(25164,1,1,26381,59,3164934040,'2015-07-27 23:56:03',''),(25165,1,1,26382,1,3172621098,'2015-07-27 23:59:54','http://videos-for-your-business.com'),(25166,1,1,26383,1,3024883608,'2015-07-28 01:10:20',''),(25167,1,1,26384,6,772043973,'2015-07-28 02:41:41',''),(25168,1,1,26385,1,772043973,'2015-07-28 02:41:49',''),(25169,1,1,26386,1,772043973,'2015-07-28 02:41:57',''),(25170,1,1,26387,1,772043973,'2015-07-28 02:42:04',''),(25171,1,1,26388,1,772043973,'2015-07-28 02:42:10',''),(25172,1,1,26389,1,772043973,'2015-07-28 02:42:18',''),(25173,1,1,26390,1,772043973,'2015-07-28 02:42:25',''),(25174,1,1,26391,1,772043973,'2015-07-28 02:42:30',''),(25175,1,1,26392,1,772043973,'2015-07-28 02:42:35',''),(25176,1,1,26393,1,772043973,'2015-07-28 02:42:45',''),(25177,1,1,26394,1,772043973,'2015-07-28 02:42:48',''),(25178,1,1,26395,9,772043973,'2015-07-28 02:42:57',''),(25179,1,1,26396,3,772043973,'2015-07-28 02:43:12',''),(25180,1,1,26397,18,772043973,'2015-07-28 02:43:24',''),(25181,1,1,26398,38,772043973,'2015-07-28 02:43:28',''),(25182,1,1,26399,48,772043973,'2015-07-28 02:43:40',''),(25183,1,1,26400,52,772043973,'2015-07-28 02:43:44',''),(25184,1,1,26401,57,772043973,'2015-07-28 02:43:49',''),(25185,1,1,26402,28,772043973,'2015-07-28 02:43:54',''),(25186,1,1,26403,50,772043973,'2015-07-28 02:43:58',''),(25187,1,1,26404,51,772043973,'2015-07-28 02:44:04',''),(25188,1,1,26405,56,772043973,'2015-07-28 02:44:09',''),(25189,1,1,26406,55,772043973,'2015-07-28 02:44:14',''),(25190,1,1,26407,62,772043973,'2015-07-28 02:44:18',''),(25191,1,1,26408,63,772043973,'2015-07-28 02:44:23',''),(25192,1,1,26409,64,772043973,'2015-07-28 02:44:26',''),(25193,1,1,26410,65,772043973,'2015-07-28 02:44:31',''),(25194,1,1,26411,69,772043973,'2015-07-28 02:44:36',''),(25195,1,1,26412,31,3164934040,'2015-07-28 05:10:26',''),(25196,1,1,26413,1,1123631237,'2015-07-28 06:47:33',''),(25197,1,1,26414,56,527061553,'2015-07-28 08:21:37','https://www.google.co.uk/'),(25198,1,1,26415,15,2071807794,'2015-07-28 09:14:25',''),(25199,1,1,26416,1,1451391754,'2015-07-28 09:51:09','https://www.google.co.uk/'),(25200,1,1,26417,51,1123631356,'2015-07-28 11:00:48',''),(25201,1,1,26418,1,1385740184,'2015-07-28 12:21:11','https://www.google.co.uk/'),(25202,1,1,26419,52,3164934040,'2015-07-28 12:32:03',''),(25203,1,1,26420,1,3015143636,'2015-07-28 13:02:25','http://buttons-for-website.com'),(25204,1,1,26421,1,2997846066,'2015-07-28 13:37:15','http://burger-imperia.com/'),(25205,1,1,26422,1,35529013,'2015-07-28 15:41:51','http://www.google.co.uk/'),(25206,1,1,26423,57,3164934040,'2015-07-28 15:50:10',''),(25207,1,1,26424,1,1439163683,'2015-07-28 15:58:38','https://www.google.co.uk/'),(25208,1,1,26425,68,1351623568,'2015-07-28 17:43:07','http://www.google.de/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F4%2F64-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=jw6'),(25209,1,1,26426,1,2462619111,'2015-07-28 18:27:38','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0CGwQoAIwBWoVChMIvfmts7n-xgIVRBfbCh0s0gNW&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=-si3Vb2UC8Su7AaspI-wBQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(25210,1,1,26427,64,1123631243,'2015-07-28 20:30:07',''),(25211,1,1,26428,58,3024883615,'2015-07-28 21:02:21',''),(25212,1,1,26429,49,2637637404,'2015-07-28 21:27:56',''),(25213,1,1,26430,26,2071807797,'2015-07-28 22:05:29',''),(25214,1,1,26431,10,3164934040,'2015-07-28 22:09:02',''),(25215,1,1,26432,1,1123634733,'2015-07-28 22:27:59',''),(25216,1,1,26433,63,1123634740,'2015-07-29 00:11:54',''),(25217,1,1,26434,1,3167826241,'2015-07-29 03:25:19','http://hundejo.com/'),(25218,1,1,26435,1,1123634747,'2015-07-29 05:52:30',''),(25219,1,1,26436,1,3495654154,'2015-07-29 07:04:19',''),(25220,1,1,26437,48,1545048516,'2015-07-29 08:34:40',''),(25221,1,1,26438,1,1041806726,'2015-07-29 08:35:12',''),(25222,1,1,26439,66,3702877333,'2015-07-29 09:25:46',''),(25223,1,1,26440,30,1123634740,'2015-07-29 09:53:13',''),(25224,1,1,26441,38,1123634747,'2015-07-29 10:16:46',''),(25225,1,1,26442,26,3475901704,'2015-07-29 14:42:13',''),(25226,1,1,26443,1,3475901704,'2015-07-29 14:42:14',''),(25227,1,1,26444,26,3475901704,'2015-07-29 14:47:06',''),(25228,1,1,26445,1,1542483272,'2015-07-29 16:13:05',''),(25229,1,1,26446,1,1081158862,'2015-07-29 16:14:32','http://hvd-store.com/'),(25230,1,1,26447,1,633047521,'2015-07-29 16:18:04',''),(25231,1,1,26448,1,633047521,'2015-07-29 16:18:07',''),(25232,1,1,26449,26,3156762438,'2015-07-29 16:18:08',''),(25233,1,1,26450,1,633047521,'2015-07-29 16:18:09',''),(25234,1,1,26451,26,3156762438,'2015-07-29 16:18:12',''),(25235,1,1,26452,26,3156762438,'2015-07-29 16:18:15',''),(25236,1,1,26453,26,3156762438,'2015-07-29 16:18:21',''),(25237,1,1,26454,26,3156762438,'2015-07-29 16:18:27',''),(25238,1,1,26455,26,3156762438,'2015-07-29 16:18:30',''),(25239,1,1,26456,26,3156762438,'2015-07-29 16:18:33',''),(25240,1,1,26457,26,3156762438,'2015-07-29 16:18:37',''),(25241,1,1,26458,26,3156762438,'2015-07-29 16:18:40',''),(25242,1,1,26459,26,3156762438,'2015-07-29 16:18:44',''),(25243,1,1,26460,43,3156762438,'2015-07-29 16:18:48',''),(25244,1,1,26461,43,3156762438,'2015-07-29 16:18:51',''),(25245,1,1,26462,27,3156762438,'2015-07-29 16:18:55',''),(25246,1,1,26463,44,3156762438,'2015-07-29 16:18:59',''),(25247,1,1,26464,49,3156762438,'2015-07-29 16:19:06',''),(25248,1,1,26465,58,3156762438,'2015-07-29 16:19:09',''),(25249,1,1,26466,10,3156762438,'2015-07-29 16:19:12',''),(25250,1,1,26467,1,3024883611,'2015-07-29 22:10:36',''),(25251,1,1,26468,26,3702877283,'2015-07-29 23:30:39',''),(25252,1,1,26469,1,1123634747,'2015-07-30 01:52:57',''),(25253,1,1,26470,1,1123634733,'2015-07-30 05:06:32',''),(25254,1,1,26471,72,3024883595,'2015-07-30 06:18:31',''),(25255,1,1,26472,68,1379359990,'2015-07-30 06:49:00','https://www.google.it'),(25256,1,1,26473,26,3475901842,'2015-07-30 07:32:14',''),(25257,1,1,26474,1,3475901842,'2015-07-30 07:32:16',''),(25258,1,1,26475,3,2637637459,'2015-07-30 07:40:24',''),(25259,1,1,26476,43,2637637459,'2015-07-30 07:40:25',''),(25260,1,1,26477,3,2637637459,'2015-07-30 07:40:27',''),(25261,1,1,26478,6,2637637404,'2015-07-30 07:42:24',''),(25262,1,1,26479,9,3475901704,'2015-07-30 07:55:13',''),(25263,1,1,26480,18,3475901704,'2015-07-30 07:55:14',''),(25264,1,1,26481,26,3475901704,'2015-07-30 07:55:16',''),(25265,1,1,26482,56,3475901704,'2015-07-30 07:55:17',''),(25266,1,1,26483,43,3475901704,'2015-07-30 07:55:19',''),(25267,1,1,26484,29,3475901704,'2015-07-30 07:55:21',''),(25268,1,1,26485,1,3415236003,'2015-07-30 09:15:08',''),(25269,1,1,26486,51,3415236003,'2015-07-30 09:15:10',''),(25270,1,1,26487,14,2071807817,'2015-07-30 10:31:24',''),(25271,1,1,26488,26,2637637458,'2015-07-30 13:38:49',''),(25272,1,1,26489,31,3702877265,'2015-07-30 15:16:34',''),(25273,1,1,26490,1,1123634747,'2015-07-30 15:54:24',''),(25274,1,1,26491,1,3314818945,'2015-07-30 15:58:42','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(25275,1,1,26492,46,3475901842,'2015-07-30 17:43:10',''),(25276,1,1,26493,1,2071807825,'2015-07-30 17:53:34',''),(25277,1,1,26494,1,2985670268,'2015-07-30 18:25:28','http://buttons-for-website.com'),(25278,1,1,26495,65,1443090606,'2015-07-30 19:03:28','https://www.google.co.uk/'),(25279,1,1,26496,1,3338415115,'2015-07-30 19:13:06',''),(25280,1,1,26497,50,3475901842,'2015-07-30 19:30:10',''),(25281,1,1,26498,1,1564131518,'2015-07-30 19:45:12','http://buttons-for-website.com'),(25282,1,1,26499,45,1123634740,'2015-07-30 21:29:59',''),(25283,1,1,26500,1,3024883595,'2015-07-30 21:47:46',''),(25284,1,1,26501,62,1152705578,'2015-07-30 22:30:46',''),(25285,1,1,26503,1,2071807855,'2015-07-31 03:50:23',''),(25286,1,1,26504,1,3702877334,'2015-07-31 03:54:12',''),(25287,1,1,26505,1,2204827761,'2015-07-31 06:30:24',''),(25288,1,1,26506,69,3024883604,'2015-07-31 07:16:52',''),(25289,1,1,26507,1,2071807789,'2015-07-31 07:30:22',''),(25290,1,1,26508,1,2071807856,'2015-07-31 07:57:53',''),(25291,1,1,26509,1,3702877370,'2015-07-31 08:02:19',''),(25292,1,1,26510,26,3702877341,'2015-07-31 08:03:40',''),(25293,1,1,26511,1,3024883611,'2015-07-31 08:50:40',''),(25294,1,1,26512,6,1123634747,'2015-07-31 10:03:56',''),(25295,1,1,26513,1,1542483284,'2015-07-31 13:13:08',''),(25296,1,1,26514,1,2002779922,'2015-07-31 13:36:59','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(25297,1,1,26515,3,2071807814,'2015-07-31 14:07:16',''),(25298,1,1,26516,1,772036457,'2015-07-31 14:29:12',''),(25299,1,1,26517,1,772036457,'2015-07-31 14:29:15',''),(25300,1,1,26518,29,772036457,'2015-07-31 14:29:19',''),(25301,1,1,26519,42,772036457,'2015-07-31 14:29:22',''),(25302,1,1,26520,58,3024883600,'2015-07-31 19:49:08',''),(25303,1,1,26521,1,3423400362,'2015-07-31 20:21:58',''),(25304,1,1,26522,1,3423400362,'2015-07-31 20:22:01',''),(25305,1,1,26523,1,3423400362,'2015-07-31 20:22:04',''),(25306,1,1,26524,1,2071807821,'2015-07-31 22:51:58',''),(25307,1,1,26525,1,3702877306,'2015-07-31 22:56:33',''),(25308,1,1,26526,43,2637637459,'2015-07-31 23:27:27',''),(25309,1,1,26527,63,1442842184,'2015-08-01 02:34:28','https://www.google.co.uk/'),(25310,1,1,26528,1,3475901775,'2015-08-01 03:48:15',''),(25311,1,1,26529,1,3024883616,'2015-08-01 03:50:26',''),(25312,1,1,26530,46,1123634747,'2015-08-01 04:36:01',''),(25313,1,1,26531,66,3702877277,'2015-08-01 04:50:30',''),(25314,1,1,26532,43,2538610560,'2015-08-01 05:54:46',''),(25315,1,1,26533,1,1123634740,'2015-08-01 07:30:30',''),(25316,1,1,26534,26,1152705578,'2015-08-01 11:46:26',''),(25317,1,1,26535,26,3702877367,'2015-08-01 12:35:49',''),(25318,1,1,26536,68,1123638658,'2015-08-01 13:17:42','http://www.google.com/search'),(25319,1,1,26537,68,1123638781,'2015-08-01 13:17:42','http://www.google.com/search'),(25320,1,1,26538,69,3475901704,'2015-08-01 13:26:50',''),(25321,1,1,26539,26,3475901704,'2015-08-01 14:51:39',''),(25322,1,1,26540,1,3163547663,'2015-08-01 14:52:36',''),(25323,1,1,26541,26,2637637485,'2015-08-01 15:00:39',''),(25324,1,1,26542,1,3475901744,'2015-08-01 15:01:18',''),(25325,1,1,26543,1,3475901775,'2015-08-01 15:03:15',''),(25326,1,1,26544,26,2637637485,'2015-08-01 15:08:32',''),(25327,1,1,26545,1,1123634740,'2015-08-01 16:55:17',''),(25328,1,1,26546,1,1123634747,'2015-08-01 17:21:08',''),(25329,1,1,26547,1,2975607077,'2015-08-01 17:31:51','http://videos-for-your-business.com'),(25330,1,1,26548,1,1123634733,'2015-08-01 17:36:15',''),(25331,1,1,26549,6,3475901744,'2015-08-01 18:11:48',''),(25332,1,1,26550,3,3475901744,'2015-08-01 18:11:49',''),(25333,1,1,26551,1,2637637485,'2015-08-01 18:21:49',''),(25334,1,1,26552,9,3475901704,'2015-08-01 18:25:16',''),(25335,1,1,26553,26,3475901704,'2015-08-01 18:25:17',''),(25336,1,1,26554,29,3475901704,'2015-08-01 18:25:19',''),(25337,1,1,26555,18,3475901775,'2015-08-01 18:30:24',''),(25338,1,1,26556,26,3475901775,'2015-08-01 18:30:25',''),(25339,1,1,26557,56,3475901775,'2015-08-01 18:30:27',''),(25340,1,1,26558,43,3475901775,'2015-08-01 18:30:29',''),(25341,1,1,26559,43,3475901775,'2015-08-01 18:30:30',''),(25342,1,1,26560,3,3475901775,'2015-08-01 18:30:32',''),(25343,1,1,26561,38,2538610560,'2015-08-01 19:37:26',''),(25344,1,1,26562,26,772036899,'2015-08-01 21:13:53',''),(25345,1,1,26563,26,772036899,'2015-08-01 21:13:56',''),(25346,1,1,26564,26,772036899,'2015-08-01 21:14:02',''),(25347,1,1,26565,26,772036899,'2015-08-01 21:14:06',''),(25348,1,1,26566,26,772036899,'2015-08-01 21:14:11',''),(25349,1,1,26567,26,772036899,'2015-08-01 21:14:16',''),(25350,1,1,26568,26,772036899,'2015-08-01 21:14:20',''),(25351,1,1,26569,26,772036899,'2015-08-01 21:14:26',''),(25352,1,1,26570,26,772036899,'2015-08-01 21:14:30',''),(25353,1,1,26571,26,772036899,'2015-08-01 21:14:37',''),(25354,1,1,26572,43,772036899,'2015-08-01 21:14:44',''),(25355,1,1,26573,43,772036899,'2015-08-01 21:14:51',''),(25356,1,1,26574,16,772036899,'2015-08-01 21:14:56',''),(25357,1,1,26575,54,772036899,'2015-08-01 21:15:02',''),(25358,1,1,26576,66,772036899,'2015-08-01 21:15:05',''),(25359,1,1,26577,15,772036899,'2015-08-01 21:15:15',''),(25360,1,1,26578,31,772036899,'2015-08-01 21:15:20',''),(25361,1,1,26579,47,772036899,'2015-08-01 21:15:26',''),(25362,1,1,26580,27,772036899,'2015-08-01 21:15:33',''),(25363,1,1,26581,44,772036899,'2015-08-01 21:15:38',''),(25364,1,1,26582,49,772036899,'2015-08-01 21:15:44',''),(25365,1,1,26583,58,772036899,'2015-08-01 21:15:50',''),(25366,1,1,26584,10,772036899,'2015-08-01 21:15:56',''),(25367,1,1,26585,1,1123631981,'2015-08-01 22:03:44',''),(25368,1,1,26586,1,1123634747,'2015-08-01 22:50:00',''),(25369,1,1,26587,74,3475901775,'2015-08-01 22:50:55',''),(25370,1,1,26588,1,1123634733,'2015-08-01 22:58:10',''),(25371,1,1,26589,38,3024883488,'2015-08-02 00:34:10',''),(25372,1,1,26590,70,1123634740,'2015-08-02 01:57:07',''),(25373,1,1,26591,44,2538610560,'2015-08-02 03:26:56',''),(25374,1,1,26592,1,1968049464,'2015-08-02 07:57:30',''),(25375,1,1,26593,49,2538610560,'2015-08-02 08:12:25',''),(25376,1,1,26594,1,3168730359,'2015-08-02 09:09:54','https://www.google.co.uk/'),(25377,1,1,26595,1,1542483300,'2015-08-02 11:40:20',''),(25378,1,1,26596,1,1053973110,'2015-08-02 11:52:45',''),(25379,1,1,26597,41,772044803,'2015-08-02 12:04:04',''),(25380,1,1,26598,43,772044803,'2015-08-02 12:04:12',''),(25381,1,1,26599,45,772044803,'2015-08-02 12:04:20',''),(25382,1,1,26600,1,1152705578,'2015-08-02 14:03:07',''),(25383,1,1,26605,15,3475901775,'2015-08-02 14:52:52',''),(25384,1,1,26606,1,3375948308,'2015-08-02 17:56:40','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(25385,1,1,26607,57,1152705578,'2015-08-02 19:07:46',''),(25386,1,1,26608,54,3024883590,'2015-08-02 19:34:19',''),(25387,1,1,26609,1,1123631237,'2015-08-02 20:06:28',''),(25388,1,1,26610,1,1577631110,'2015-08-02 21:49:55','https://www.google.co.uk/'),(25389,1,1,26611,26,1152705578,'2015-08-03 00:37:50',''),(25390,1,1,26612,66,2071807770,'2015-08-03 01:04:22',''),(25391,1,1,26613,1,1123631498,'2015-08-03 04:51:56',''),(25392,1,1,26615,1,3075604836,'2015-08-03 06:14:12',''),(25393,1,1,26616,6,3075604836,'2015-08-03 06:14:15',''),(25394,1,1,26617,1,1577631110,'2015-08-03 06:23:49',''),(25395,1,1,26618,3,772043973,'2015-08-03 06:42:32',''),(25396,1,1,26619,1,3495573956,'2015-08-03 06:46:12',''),(25397,1,1,26620,14,1123631505,'2015-08-03 07:09:12',''),(25398,1,1,26621,68,1123631505,'2015-08-03 07:44:39',''),(25399,1,1,26622,1,3248783108,'2015-08-03 07:49:54','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&sqi=2&ved=0CG0QoAIwBGoVChMI_LHsnbaMxwIVowjbCh1z_wmR&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=tBy_VfyHBqOR7Abz_qeICQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.99261572,d.ZGU'),(25400,1,1,26623,27,3475901704,'2015-08-03 07:53:55',''),(25401,1,1,26624,1,1796681156,'2015-08-03 08:41:53',''),(25402,1,1,26625,56,1451804517,'2015-08-03 08:41:59','http://r.duckduckgo.com/'),(25403,1,1,26610,1,1415379458,'2015-08-03 09:25:17',''),(25404,1,1,26626,21,2071807782,'2015-08-03 10:56:23',''),(25405,1,1,26627,1,3243486405,'2015-08-03 10:57:12','http://buttons-for-website.com'),(25406,1,1,26628,26,3702877366,'2015-08-03 11:29:42',''),(25407,1,1,26629,1,1545051936,'2015-08-03 11:47:47','https://www.google.co.uk/'),(25408,1,1,26630,1,1041806726,'2015-08-03 11:54:13',''),(25409,1,1,26631,1,1041806727,'2015-08-03 11:54:54',''),(25410,1,1,26632,1,3024883599,'2015-08-03 13:38:31',''),(25411,1,1,26633,71,2637637443,'2015-08-03 16:45:27',''),(25412,1,1,26634,6,1152705578,'2015-08-03 17:16:16',''),(25413,1,1,26635,1,3024883594,'2015-08-03 18:29:33',''),(25414,1,1,26636,1,3173974758,'2015-08-03 19:16:14','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(25415,1,1,26637,1,1522646327,'2015-08-03 20:01:14','https://www.google.co.uk'),(25416,1,1,26638,51,1123631969,'2015-08-03 22:05:17',''),(25417,1,1,26639,1,3587042312,'2015-08-03 22:53:48',''),(25418,1,1,26640,52,3024883592,'2015-08-03 23:36:09',''),(25419,1,1,26641,1,3495654154,'2015-08-04 00:03:56',''),(25420,1,1,26642,43,633047521,'2015-08-04 01:43:00',''),(25421,1,1,26643,45,633047521,'2015-08-04 01:43:03',''),(25422,1,1,26644,53,633047521,'2015-08-04 01:43:06',''),(25423,1,1,26645,48,633047521,'2015-08-04 01:43:09',''),(25424,1,1,26646,1,2953382627,'2015-08-04 01:55:59',''),(25425,1,1,26647,1,2953382627,'2015-08-04 01:56:01',''),(25426,1,1,26648,1,2953382627,'2015-08-04 01:56:04',''),(25427,1,1,26649,43,2953382627,'2015-08-04 01:56:06',''),(25428,1,1,26650,45,2538610560,'2015-08-04 02:35:54',''),(25429,1,1,26651,1,2956616831,'2015-08-04 04:11:09',''),(25430,1,1,26652,1,3024883615,'2015-08-04 08:11:07',''),(25431,1,1,26653,1,1542483297,'2015-08-04 08:52:46',''),(25432,1,1,26654,1,657318284,'2015-08-04 10:08:08','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(25433,1,1,26655,1,3342489294,'2015-08-04 10:18:13',''),(25434,1,1,26656,43,2538610560,'2015-08-04 13:30:27',''),(25435,1,1,26657,48,1152705578,'2015-08-04 13:41:20',''),(25436,1,1,26658,1,1123634130,'2015-08-04 14:46:16',''),(25437,1,1,26660,1,1366185109,'2015-08-04 14:58:09',''),(25438,1,1,26661,38,3323674919,'2015-08-04 16:36:42',''),(25439,1,1,26662,41,3323674919,'2015-08-04 16:36:44',''),(25440,1,1,26663,43,3323674919,'2015-08-04 16:36:47',''),(25441,1,1,26664,45,3323674919,'2015-08-04 16:36:50',''),(25442,1,1,26665,16,1053993218,'2015-08-04 19:00:42',''),(25443,1,1,26666,16,1053993218,'2015-08-04 19:00:46',''),(25444,1,1,26667,75,3024883601,'2015-08-04 19:23:25',''),(25445,1,1,26668,58,2538610560,'2015-08-04 20:39:18',''),(25446,1,1,26669,29,3475901740,'2015-08-04 22:54:54',''),(25447,1,1,26670,1,3024883604,'2015-08-05 01:47:44',''),(25448,1,1,26671,26,2071807818,'2015-08-05 03:35:36',''),(25449,1,1,26672,74,2538610560,'2015-08-05 03:54:15',''),(25450,1,1,26673,50,2538610560,'2015-08-05 04:38:03',''),(25451,1,1,26674,72,2637637509,'2015-08-05 12:23:49',''),(25452,1,1,26675,1,1123631237,'2015-08-05 14:00:33',''),(25453,1,1,26676,26,1152705578,'2015-08-05 14:09:51',''),(25454,1,1,26677,1,1123631237,'2015-08-05 14:41:49',''),(25455,1,1,26678,26,2071807854,'2015-08-05 14:55:28',''),(25456,1,1,26679,26,1152705578,'2015-08-05 18:04:56',''),(25457,1,1,26680,6,2637637571,'2015-08-05 19:05:32',''),(25458,1,1,26681,9,2637637571,'2015-08-05 19:05:34',''),(25459,1,1,26682,56,2637637571,'2015-08-05 19:05:36',''),(25460,1,1,26683,1,2637637571,'2015-08-05 19:05:38',''),(25461,1,1,26684,1,1123631356,'2015-08-05 22:19:04',''),(25462,1,1,26685,65,1152705578,'2015-08-05 22:29:24',''),(25463,1,1,26686,3,2071807783,'2015-08-05 22:45:03',''),(25464,1,1,26687,26,3475901808,'2015-08-05 23:12:29',''),(25465,1,1,26688,38,1152705578,'2015-08-05 23:48:17',''),(25466,1,1,26689,1,772036457,'2015-08-06 00:40:46',''),(25467,1,1,26690,1,772036457,'2015-08-06 00:40:51',''),(25468,1,1,26691,1,772036457,'2015-08-06 00:40:55',''),(25469,1,1,26692,43,772036457,'2015-08-06 00:40:58',''),(25470,1,1,26693,65,3416264363,'2015-08-06 00:43:34','http://www.google.com.au/imgres?imgurl=http://www.mstyresblackburn.co.uk/img/p/6/5/65-large_default.jpg&imgrefurl=http://www.mstyresblackburn.co.uk/index.php?id_product%3D30%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=f4KPJ6b6GzRMaM:&docid=WNM'),(25471,1,1,26694,43,772043973,'2015-08-06 01:27:54',''),(25472,1,1,26695,45,772043973,'2015-08-06 01:28:00',''),(25473,1,1,26696,53,772043973,'2015-08-06 01:28:09',''),(25474,1,1,26697,48,772043973,'2015-08-06 01:28:13',''),(25475,1,1,26698,73,2637637571,'2015-08-06 02:37:51',''),(25476,1,1,26699,1,772043973,'2015-08-06 04:12:22',''),(25477,1,1,26700,1,772043973,'2015-08-06 04:12:27',''),(25478,1,1,26701,1,772043973,'2015-08-06 04:12:31',''),(25479,1,1,26702,1,772043973,'2015-08-06 04:12:37',''),(25480,1,1,26703,1,3325198572,'2015-08-06 04:32:52','http://pizza-tycoon.com/'),(25481,1,1,26704,1,1542483273,'2015-08-06 06:14:45',''),(25482,1,1,26705,1,3024883603,'2015-08-06 07:47:23',''),(25483,1,1,26706,23,3702877272,'2015-08-06 09:05:37',''),(25484,1,1,26707,6,1123631356,'2015-08-06 10:06:10',''),(25485,1,1,26708,26,1152705578,'2015-08-06 10:31:54',''),(25486,1,1,26709,57,3475901783,'2015-08-06 11:46:12',''),(25487,1,1,26710,1,3475901783,'2015-08-06 11:58:11',''),(25488,1,1,26711,54,3024883604,'2015-08-06 12:00:29',''),(25489,1,1,26712,26,2071807783,'2015-08-06 13:17:21',''),(25490,1,1,26713,1,1377273589,'2015-08-06 13:29:59','https://www.google.co.uk/'),(25491,1,1,26714,1,1368148250,'2015-08-06 14:11:31','https://www.google.co.uk/'),(25492,1,1,26715,65,1354844048,'2015-08-06 14:34:32','https://www.google.com'),(25493,1,1,26716,1,3650872606,'2015-08-06 14:47:47','https://www.google.co.uk/'),(25494,1,1,26717,1,3702877367,'2015-08-06 15:52:07',''),(25495,1,1,26718,28,3024883590,'2015-08-06 16:23:13',''),(25496,1,1,26719,3,1119629494,'2015-08-06 16:36:00',''),(25497,1,1,26720,26,1119629494,'2015-08-06 16:36:03',''),(25498,1,1,26721,26,1119629494,'2015-08-06 16:36:05',''),(25499,1,1,26722,26,1119629494,'2015-08-06 16:36:08',''),(25500,1,1,26723,26,1119629494,'2015-08-06 16:36:11',''),(25501,1,1,26724,73,1119629494,'2015-08-06 16:36:13',''),(25502,1,1,26725,71,1119629494,'2015-08-06 16:36:16',''),(25503,1,1,26726,72,1119629494,'2015-08-06 16:36:20',''),(25504,1,1,26727,70,1119629494,'2015-08-06 16:36:23',''),(25505,1,1,26728,1,1152705578,'2015-08-06 16:48:07',''),(25506,1,1,26639,1,3587040414,'2015-08-06 17:34:01',''),(25507,1,1,26729,1,1815808080,'2015-08-06 18:51:41',''),(25508,1,1,26730,1,1377537891,'2015-08-06 19:24:44',''),(25509,1,1,26731,1,1415309532,'2015-08-06 20:06:47','http://buttons-for-website.com'),(25510,1,1,26730,1,1377537891,'2015-08-06 20:11:57',''),(25511,1,1,26732,1,786803397,'2015-08-06 22:50:19',''),(25512,1,1,26733,1,1123631237,'2015-08-06 23:10:23',''),(25513,1,1,26734,59,633047521,'2015-08-07 01:01:29',''),(25514,1,1,26735,68,633047521,'2015-08-07 01:01:32',''),(25515,1,1,26736,75,633047521,'2015-08-07 01:01:35',''),(25516,1,1,26737,67,633047521,'2015-08-07 01:01:38',''),(25517,1,1,26738,1,1123631243,'2015-08-07 01:30:09',''),(25518,1,1,26739,1,2733856764,'2015-08-07 01:45:43',''),(25519,1,1,26740,6,2733856764,'2015-08-07 01:45:52',''),(25520,1,1,26741,9,2733856764,'2015-08-07 01:46:03',''),(25521,1,1,26742,50,2733856764,'2015-08-07 01:46:07',''),(25522,1,1,26743,51,2733856764,'2015-08-07 01:46:12',''),(25523,1,1,26744,55,2733856764,'2015-08-07 01:46:17',''),(25524,1,1,26745,64,2733856764,'2015-08-07 01:46:22',''),(25525,1,1,26746,28,2733856764,'2015-08-07 01:46:27',''),(25526,1,1,26747,63,2733856764,'2015-08-07 01:46:32',''),(25527,1,1,26748,69,2733856764,'2015-08-07 01:46:37',''),(25528,1,1,26749,65,2733856764,'2015-08-07 01:46:42',''),(25529,1,1,26750,62,2733856764,'2015-08-07 01:46:47',''),(25530,1,1,26751,56,2733856764,'2015-08-07 01:46:52',''),(25531,1,1,26752,57,2733856764,'2015-08-07 01:46:57',''),(25532,1,1,26753,16,2733856764,'2015-08-07 01:47:02',''),(25533,1,1,26754,10,2733856764,'2015-08-07 01:47:07',''),(25534,1,1,26755,49,2733856764,'2015-08-07 01:47:12',''),(25535,1,1,26756,44,2733856764,'2015-08-07 01:47:17',''),(25536,1,1,26757,27,2733856764,'2015-08-07 01:47:22',''),(25537,1,1,26758,58,2733856764,'2015-08-07 01:47:27',''),(25538,1,1,26759,41,2733856764,'2015-08-07 01:47:31',''),(25539,1,1,26760,42,2733856764,'2015-08-07 01:47:36',''),(25540,1,1,26761,43,2733856764,'2015-08-07 01:47:42',''),(25541,1,1,26762,38,2733856764,'2015-08-07 01:47:47',''),(25542,1,1,26763,48,2733856764,'2015-08-07 01:47:52',''),(25543,1,1,26764,53,2733856764,'2015-08-07 01:47:57',''),(25544,1,1,26765,52,2733856764,'2015-08-07 01:48:02',''),(25545,1,1,26766,45,2733856764,'2015-08-07 01:48:07',''),(25546,1,1,26767,16,2733856764,'2015-08-07 01:48:12',''),(25547,1,1,26768,70,2733856764,'2015-08-07 01:48:17',''),(25548,1,1,26769,71,2733856764,'2015-08-07 01:48:22',''),(25549,1,1,26770,73,2733856764,'2015-08-07 01:48:27',''),(25550,1,1,26771,72,2733856764,'2015-08-07 01:48:32',''),(25551,1,1,26772,16,2733856764,'2015-08-07 01:48:37',''),(25552,1,1,26773,59,2733856764,'2015-08-07 01:48:42',''),(25553,1,1,26774,74,2733856764,'2015-08-07 01:48:47',''),(25554,1,1,26775,75,2733856764,'2015-08-07 01:48:51',''),(25555,1,1,26776,67,2733856764,'2015-08-07 01:48:57',''),(25556,1,1,26777,68,2733856764,'2015-08-07 01:49:01',''),(25557,1,1,26778,43,2733856764,'2015-08-07 01:49:07',''),(25558,1,1,26779,43,2733856764,'2015-08-07 01:49:12',''),(25559,1,1,26780,31,2733856764,'2015-08-07 01:49:17',''),(25560,1,1,26781,47,2733856764,'2015-08-07 01:49:21',''),(25561,1,1,26782,15,2733856764,'2015-08-07 01:49:27',''),(25562,1,1,26783,66,2733856764,'2015-08-07 01:49:33',''),(25563,1,1,26784,54,2733856764,'2015-08-07 01:49:37',''),(25564,1,1,26785,26,2733856764,'2015-08-07 01:49:42',''),(25565,1,1,26786,26,2733856764,'2015-08-07 01:49:46',''),(25566,1,1,26787,26,2733856764,'2015-08-07 01:49:52',''),(25567,1,1,26788,26,2733856764,'2015-08-07 01:49:57',''),(25568,1,1,26789,26,2733856764,'2015-08-07 01:50:01',''),(25569,1,1,26790,26,2733856764,'2015-08-07 01:50:07',''),(25570,1,1,26791,26,2733856764,'2015-08-07 01:50:12',''),(25571,1,1,26792,26,2733856764,'2015-08-07 01:50:17',''),(25572,1,1,26793,26,2733856764,'2015-08-07 01:50:23',''),(25573,1,1,26794,26,2733856764,'2015-08-07 01:50:27',''),(25574,1,1,26795,26,2733856764,'2015-08-07 01:50:32',''),(25575,1,1,26796,26,2733856764,'2015-08-07 01:50:37',''),(25576,1,1,26797,26,2733856764,'2015-08-07 01:50:42',''),(25577,1,1,26798,26,2733856764,'2015-08-07 01:50:47',''),(25578,1,1,26799,26,2733856764,'2015-08-07 01:50:52',''),(25579,1,1,26800,26,2733856764,'2015-08-07 01:50:56',''),(25580,1,1,26801,26,2733856764,'2015-08-07 01:51:01',''),(25581,1,1,26802,26,2733856764,'2015-08-07 01:51:07',''),(25582,1,1,26803,26,2733856764,'2015-08-07 01:51:12',''),(25583,1,1,26804,26,2733856764,'2015-08-07 01:51:17',''),(25584,1,1,26805,26,2733856764,'2015-08-07 01:51:22',''),(25585,1,1,26806,26,2733856764,'2015-08-07 01:51:27',''),(25586,1,1,26807,26,2733856764,'2015-08-07 01:51:31',''),(25587,1,1,26808,26,2733856764,'2015-08-07 01:51:37',''),(25588,1,1,26809,26,2733856764,'2015-08-07 01:51:42',''),(25589,1,1,26810,26,2733856764,'2015-08-07 01:51:47',''),(25590,1,1,26811,26,2733856764,'2015-08-07 01:51:52',''),(25591,1,1,26812,26,2733856764,'2015-08-07 01:51:57',''),(25592,1,1,26813,26,2733856764,'2015-08-07 01:52:02',''),(25593,1,1,26814,26,2733856764,'2015-08-07 01:52:07',''),(25594,1,1,26815,26,2733856764,'2015-08-07 01:52:12',''),(25595,1,1,26816,26,2733856764,'2015-08-07 01:52:16',''),(25596,1,1,26817,26,2733856764,'2015-08-07 01:52:21',''),(25597,1,1,26818,26,2733856764,'2015-08-07 01:52:26',''),(25598,1,1,26819,54,1123631237,'2015-08-07 02:44:39',''),(25599,1,1,26820,50,1123631237,'2015-08-07 03:23:13',''),(25600,1,1,26821,1,2071807774,'2015-08-07 03:46:32',''),(25601,1,1,26822,1,3024883608,'2015-08-07 04:42:50',''),(25602,1,1,26823,53,1123631243,'2015-08-07 04:53:34',''),(25603,1,1,26824,1,3024883606,'2015-08-07 05:44:20',''),(25604,1,1,26825,30,1123631356,'2015-08-07 06:03:24',''),(25605,1,1,26826,1,3281687265,'2015-08-07 06:59:37',''),(25606,1,1,26827,1,2071807792,'2015-08-07 07:15:53',''),(25607,1,1,26828,1,2071807799,'2015-08-07 07:15:55',''),(25608,1,1,26829,62,1296439934,'2015-08-07 10:28:07','https://www.google.bg/'),(25609,1,1,26830,23,3702877337,'2015-08-07 11:11:13',''),(25610,1,1,26831,1,1123631969,'2015-08-07 12:38:28',''),(25611,1,1,26832,6,1366185109,'2015-08-07 12:42:37',''),(25612,1,1,26833,1,1366185109,'2015-08-07 12:42:39',''),(25613,1,1,26834,26,1366185109,'2015-08-07 12:42:41',''),(25614,1,1,26835,26,1366185109,'2015-08-07 12:42:44',''),(25615,1,1,26836,26,1366185109,'2015-08-07 12:42:46',''),(25616,1,1,26837,26,1366185109,'2015-08-07 12:42:49',''),(25617,1,1,26838,26,1366185109,'2015-08-07 12:42:51',''),(25618,1,1,26839,26,1366185109,'2015-08-07 12:42:57',''),(25619,1,1,26840,26,1366185109,'2015-08-07 12:42:59',''),(25620,1,1,26841,26,1366185109,'2015-08-07 12:43:01',''),(25621,1,1,26842,26,1366185109,'2015-08-07 12:43:03',''),(25622,1,1,26843,26,1366185109,'2015-08-07 12:43:06',''),(25623,1,1,26844,1,1366185109,'2015-08-07 12:43:08',''),(25624,1,1,26845,1,1366185109,'2015-08-07 12:43:11',''),(25625,1,1,26846,1,1366185109,'2015-08-07 12:43:14',''),(25626,1,1,26847,1,1366185109,'2015-08-07 12:43:16',''),(25627,1,1,26848,1,1366185109,'2015-08-07 12:43:19',''),(25628,1,1,26849,1,1366185109,'2015-08-07 12:43:21',''),(25629,1,1,26850,1,1366185109,'2015-08-07 12:43:24',''),(25630,1,1,26851,1,1366185109,'2015-08-07 12:43:27',''),(25631,1,1,26852,1,1366185109,'2015-08-07 12:43:29',''),(25632,1,1,26853,1,1366185109,'2015-08-07 12:43:31',''),(25633,1,1,26854,9,1366185109,'2015-08-07 12:43:34',''),(25634,1,1,26855,3,1366185109,'2015-08-07 12:43:42',''),(25635,1,1,26856,18,1366185109,'2015-08-07 12:43:47',''),(25636,1,1,26857,53,1366185109,'2015-08-07 12:43:50',''),(25637,1,1,26858,48,1366185109,'2015-08-07 12:43:52',''),(25638,1,1,26859,52,1366185109,'2015-08-07 12:43:55',''),(25639,1,1,26860,57,1366185109,'2015-08-07 12:43:57',''),(25640,1,1,26861,16,1366185109,'2015-08-07 12:43:59',''),(25641,1,1,26862,28,1366185109,'2015-08-07 12:44:02',''),(25642,1,1,26863,50,1366185109,'2015-08-07 12:44:05',''),(25643,1,1,26864,51,1366185109,'2015-08-07 12:44:08',''),(25644,1,1,26865,56,1366185109,'2015-08-07 12:44:11',''),(25645,1,1,26866,55,1366185109,'2015-08-07 12:44:13',''),(25646,1,1,26867,59,1366185109,'2015-08-07 12:44:16',''),(25647,1,1,26868,62,1366185109,'2015-08-07 12:44:19',''),(25648,1,1,26869,63,1366185109,'2015-08-07 12:44:22',''),(25649,1,1,26870,64,1366185109,'2015-08-07 12:44:24',''),(25650,1,1,26871,68,1366185109,'2015-08-07 12:44:27',''),(25651,1,1,26872,65,1366185109,'2015-08-07 12:44:30',''),(25652,1,1,26873,75,1366185109,'2015-08-07 12:44:33',''),(25653,1,1,26874,67,1366185109,'2015-08-07 12:44:36',''),(25654,1,1,26875,69,1366185109,'2015-08-07 12:44:39',''),(25655,1,1,26876,74,1366185109,'2015-08-07 12:44:42',''),(25656,1,1,26877,1,2953382627,'2015-08-07 14:17:09',''),(25657,1,1,26878,1,2953382627,'2015-08-07 14:17:12',''),(25658,1,1,26879,1,2953382627,'2015-08-07 14:17:14',''),(25659,1,1,26880,1,2953382627,'2015-08-07 14:17:17',''),(25660,1,1,26881,1,2953382627,'2015-08-07 14:17:20',''),(25661,1,1,26882,1,2953382627,'2015-08-07 14:17:23',''),(25662,1,1,26883,6,3702877334,'2015-08-07 14:49:51',''),(25663,1,1,26884,68,1123631975,'2015-08-07 15:28:44',''),(25664,1,1,26885,1,3024883599,'2015-08-07 16:10:24',''),(25665,1,1,26886,1,1123631981,'2015-08-07 16:16:52',''),(25666,1,1,26887,3,1123631975,'2015-08-07 16:36:12',''),(25667,1,1,26888,1,1542483269,'2015-08-07 18:18:55',''),(25668,1,1,26889,1,1444637551,'2015-08-07 18:42:07',''),(25669,1,1,26890,65,1833750405,'2015-08-07 21:50:53','https://www.google.ie/'),(25670,1,1,26891,18,2637637420,'2015-08-08 01:19:11',''),(25671,1,1,26892,43,633047521,'2015-08-08 01:22:06',''),(25672,1,1,26893,45,633047521,'2015-08-08 01:22:09',''),(25673,1,1,26894,53,633047521,'2015-08-08 01:22:12',''),(25674,1,1,26895,48,633047521,'2015-08-08 01:22:14',''),(25675,1,1,26896,14,2637637523,'2015-08-08 01:48:26',''),(25676,1,1,26897,1,84498274,'2015-08-08 02:17:12',''),(25677,1,1,26898,1,84498274,'2015-08-08 02:17:20',''),(25678,1,1,26899,1,84498274,'2015-08-08 02:17:27',''),(25679,1,1,26900,43,84498274,'2015-08-08 02:17:34',''),(25680,1,1,26901,1,88399416,'2015-08-08 07:13:37','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CCsQgU8wBGoVChMIi-C2s_eYxwIVwY_bCh3KlQod&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=pqvFVYv1H8Gf7gbKq6roAQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(25681,1,1,26902,48,1123631981,'2015-08-08 08:02:27',''),(25682,1,1,26903,1,3024883609,'2015-08-08 08:19:19',''),(25683,1,1,26904,1,3338415115,'2015-08-08 09:42:13',''),(25684,1,1,26905,71,3024883615,'2015-08-08 09:49:28',''),(25685,1,1,26906,16,3702877368,'2015-08-08 11:39:43',''),(25686,1,1,26907,1,910763914,'2015-08-08 11:58:15',''),(25687,1,1,26908,51,910763914,'2015-08-08 11:58:16',''),(25688,1,1,26909,69,910763914,'2015-08-08 11:58:18',''),(25689,1,1,26910,62,910763914,'2015-08-08 11:58:19',''),(25690,1,1,26911,28,910763914,'2015-08-08 11:58:21',''),(25691,1,1,26912,63,910763914,'2015-08-08 11:58:22',''),(25692,1,1,26913,53,910763914,'2015-08-08 11:58:24',''),(25693,1,1,26914,3,910763914,'2015-08-08 11:58:25',''),(25694,1,1,26915,64,910763914,'2015-08-08 11:58:26',''),(25695,1,1,26916,18,910763914,'2015-08-08 11:58:27',''),(25696,1,1,26917,56,910763914,'2015-08-08 11:58:29',''),(25697,1,1,26918,50,910763914,'2015-08-08 11:58:30',''),(25698,1,1,26919,41,910763914,'2015-08-08 11:58:32',''),(25699,1,1,26920,65,910763914,'2015-08-08 11:58:32',''),(25700,1,1,26921,9,910763914,'2015-08-08 11:58:34',''),(25701,1,1,26922,38,910763914,'2015-08-08 11:58:35',''),(25702,1,1,26923,55,910763914,'2015-08-08 11:58:36',''),(25703,1,1,26924,6,910763914,'2015-08-08 11:58:38',''),(25704,1,1,26925,45,910763914,'2015-08-08 11:58:39',''),(25705,1,1,26926,1,772036457,'2015-08-08 12:54:24',''),(25706,1,1,26927,1,2655332991,'2015-08-08 12:59:26',''),(25707,1,1,26928,1,910947245,'2015-08-08 15:50:41',''),(25708,1,1,26929,51,910947245,'2015-08-08 15:50:42',''),(25709,1,1,26930,69,910947245,'2015-08-08 15:50:44',''),(25710,1,1,26931,62,910947245,'2015-08-08 15:50:46',''),(25711,1,1,26932,28,910947245,'2015-08-08 15:50:47',''),(25712,1,1,26933,63,910947245,'2015-08-08 15:50:48',''),(25713,1,1,26934,53,910947245,'2015-08-08 15:50:50',''),(25714,1,1,26935,3,910947245,'2015-08-08 15:50:51',''),(25715,1,1,26936,64,910947245,'2015-08-08 15:50:52',''),(25716,1,1,26937,18,910947245,'2015-08-08 15:50:54',''),(25717,1,1,26938,56,910947245,'2015-08-08 15:50:55',''),(25718,1,1,26939,50,910947245,'2015-08-08 15:50:57',''),(25719,1,1,26940,41,910947245,'2015-08-08 15:50:58',''),(25720,1,1,26941,65,910947245,'2015-08-08 15:50:59',''),(25721,1,1,26942,9,910947245,'2015-08-08 15:51:00',''),(25722,1,1,26943,38,910947245,'2015-08-08 15:51:02',''),(25723,1,1,26944,55,910947245,'2015-08-08 15:51:03',''),(25724,1,1,26945,6,910947245,'2015-08-08 15:51:04',''),(25725,1,1,26946,45,910947245,'2015-08-08 15:51:06',''),(25726,1,1,26947,38,1489375385,'2015-08-08 16:28:24',''),(25727,1,1,26948,41,1489375385,'2015-08-08 16:28:27',''),(25728,1,1,26949,43,1489375385,'2015-08-08 16:28:34',''),(25729,1,1,26950,19,1123634138,'2015-08-08 16:49:12',''),(25730,1,1,26951,43,1152705578,'2015-08-08 17:01:45',''),(25731,1,1,26952,45,1152705578,'2015-08-08 17:41:54',''),(25732,1,1,26955,1,782615950,'2015-08-08 18:46:47',''),(25733,1,1,26956,1,3139985512,'2015-08-08 19:53:03','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(25734,1,1,26957,52,1152705578,'2015-08-08 21:32:31',''),(25735,1,1,26958,68,1430779683,'2015-08-08 22:23:38','https://www.google.cz/'),(25736,1,1,26959,22,1123634138,'2015-08-08 23:22:58',''),(25737,1,1,26960,28,2071807767,'2015-08-08 23:28:16',''),(25738,1,1,26961,62,3475901733,'2015-08-09 01:13:48',''),(25739,1,1,26962,1,3702877332,'2015-08-09 01:56:20',''),(25740,1,1,26963,1,3702877361,'2015-08-09 01:56:23',''),(25741,1,1,26964,6,2457378537,'2015-08-09 02:24:51',''),(25742,1,1,26965,66,2071807853,'2015-08-09 06:10:28',''),(25743,1,1,26966,43,2637637404,'2015-08-09 07:21:18',''),(25744,1,1,26967,1,3024883609,'2015-08-09 09:18:44',''),(25745,1,1,26968,55,3024883599,'2015-08-09 10:47:53',''),(25746,1,1,26969,1,1366185109,'2015-08-09 11:12:53',''),(25747,1,1,26970,1,1366185109,'2015-08-09 11:12:57',''),(25748,1,1,26971,1,1366185109,'2015-08-09 11:13:00',''),(25749,1,1,26972,1,1366185109,'2015-08-09 11:13:06',''),(25750,1,1,26973,1,1366185109,'2015-08-09 11:13:13',''),(25751,1,1,26974,1,1366185109,'2015-08-09 11:13:18',''),(25752,1,1,26975,1,1366185109,'2015-08-09 11:13:22',''),(25753,1,1,26976,1,1366185109,'2015-08-09 11:13:25',''),(25754,1,1,26977,1,1366185109,'2015-08-09 11:13:29',''),(25755,1,1,26978,1,1366185109,'2015-08-09 11:13:33',''),(25756,1,1,26979,74,1366185109,'2015-08-09 11:13:36',''),(25757,1,1,26980,1,3438076626,'2015-08-09 12:22:23',''),(25758,1,1,26981,1,1123631243,'2015-08-09 13:25:37',''),(25759,1,1,26982,1,1123631243,'2015-08-09 14:32:11',''),(25760,1,1,26983,1,35511059,'2015-08-09 14:59:18','https://www.google.co.uk/'),(25761,1,1,26984,1,1542483272,'2015-08-09 15:26:11',''),(25762,1,1,26985,46,2071807759,'2015-08-09 16:34:45',''),(25763,1,1,26986,1,1123631237,'2015-08-09 17:25:59',''),(25764,1,1,26987,20,3702877345,'2015-08-09 18:13:32',''),(25765,1,1,26988,55,3024883600,'2015-08-09 19:41:40',''),(25766,1,1,26989,1,2005633091,'2015-08-09 20:56:31',''),(25767,1,1,26990,1,2005633091,'2015-08-09 20:58:26',''),(25768,1,1,26991,1,2005633091,'2015-08-09 20:58:27',''),(25769,1,1,26992,1,2005633091,'2015-08-09 20:58:28',''),(25770,1,1,26993,1,2005633091,'2015-08-09 20:58:28',''),(25771,1,1,26994,1,2005633091,'2015-08-09 20:58:28',''),(25772,1,1,26995,1,2005633091,'2015-08-09 20:58:29',''),(25773,1,1,26996,1,2005633091,'2015-08-09 20:58:29',''),(25774,1,1,26998,9,2005633091,'2015-08-09 20:58:29',''),(25775,1,1,26997,1,2005633091,'2015-08-09 20:58:29',''),(25776,1,1,26999,1,2005633091,'2015-08-09 20:58:29',''),(25777,1,1,27000,1,2005633091,'2015-08-09 20:58:29',''),(25778,1,1,27001,1,2005633091,'2015-08-09 20:58:30',''),(25779,1,1,27002,1,2005633091,'2015-08-09 20:58:30',''),(25780,1,1,27003,1,2005633091,'2015-08-09 20:58:33',''),(25781,1,1,27004,1,2005633091,'2015-08-09 20:58:35',''),(25782,1,1,27005,1,2005633091,'2015-08-09 20:58:35',''),(25783,1,1,27006,3,2005633091,'2015-08-09 20:58:36',''),(25784,1,1,27007,1,2005633091,'2015-08-09 20:58:36',''),(25785,1,1,27008,18,2005633091,'2015-08-09 20:58:38',''),(25786,1,1,27009,1,2005633091,'2015-08-09 20:58:40',''),(25787,1,1,27010,1,2005633091,'2015-08-09 20:58:41',''),(25788,1,1,27011,26,3475901844,'2015-08-09 21:13:07',''),(25789,1,1,27012,55,3475901733,'2015-08-09 22:31:34',''),(25790,1,1,27013,1,772036457,'2015-08-09 22:50:40',''),(25791,1,1,27014,1,772036457,'2015-08-09 22:50:44',''),(25792,1,1,27015,1,772036457,'2015-08-09 22:50:48',''),(25793,1,1,27016,1,772036457,'2015-08-09 22:50:51',''),(25794,1,1,27017,1,3139796701,'2015-08-09 23:26:43','http://buttons-for-website.com'),(25795,1,1,27018,1,1503892538,'2015-08-09 23:27:25',''),(25796,1,1,27019,1,1503892538,'2015-08-09 23:27:27',''),(25797,1,1,27020,1,1503892538,'2015-08-09 23:27:29',''),(25798,1,1,27021,1,1503892538,'2015-08-09 23:27:32',''),(25799,1,1,27022,1,1503892538,'2015-08-09 23:27:34',''),(25800,1,1,27023,1,1503892538,'2015-08-09 23:27:36',''),(25801,1,1,27024,26,1152705578,'2015-08-10 00:49:16',''),(25802,1,1,27025,1,1578512370,'2015-08-10 01:24:45',''),(25803,1,1,27026,1,1578512370,'2015-08-10 01:24:47',''),(25804,1,1,27027,1,1578512370,'2015-08-10 01:24:50',''),(25805,1,1,27028,43,1578512370,'2015-08-10 01:24:52',''),(25806,1,1,27029,43,1159658162,'2015-08-10 01:39:15',''),(25807,1,1,27030,45,1159658162,'2015-08-10 01:39:18',''),(25808,1,1,27031,53,1159658162,'2015-08-10 01:39:20',''),(25809,1,1,27032,48,1159658162,'2015-08-10 01:39:23',''),(25810,1,1,27033,1,1123631237,'2015-08-10 02:13:01',''),(25811,1,1,27034,1,1123631243,'2015-08-10 02:55:42',''),(25812,1,1,27035,1,2204827774,'2015-08-10 07:02:53',''),(25813,1,1,27036,1,1815808070,'2015-08-10 07:32:37',''),(25814,1,1,27037,66,2071807787,'2015-08-10 11:04:46',''),(25815,1,1,27038,1,1460301574,'2015-08-10 11:07:31','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(25816,1,1,27039,62,2661914122,'2015-08-10 11:33:52','http://www.google.fr/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F5%2F9%2F59-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D26%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=9AN'),(25817,1,1,27040,1,2071807786,'2015-08-10 11:54:20',''),(25818,1,1,27041,1,3702877338,'2015-08-10 11:59:31',''),(25819,1,1,27042,51,3475901733,'2015-08-10 13:47:01',''),(25820,1,1,27043,23,1123631975,'2015-08-10 13:50:26',''),(25821,1,1,27044,1,1451545383,'2015-08-10 13:57:30',''),(25822,1,1,27045,3,1534710587,'2015-08-10 14:37:55',''),(25823,1,1,27046,23,1123631981,'2015-08-10 15:18:48',''),(25824,1,1,27047,1,3174568284,'2015-08-10 15:44:23','http://buttons-for-website.com'),(25825,1,1,27048,38,84498858,'2015-08-10 16:14:45',''),(25826,1,1,27049,41,84498858,'2015-08-10 16:14:47',''),(25827,1,1,27050,43,84498858,'2015-08-10 16:14:49',''),(25828,1,1,27051,26,3475901733,'2015-08-10 16:55:34',''),(25829,1,1,27052,23,1123631981,'2015-08-10 17:17:20',''),(25830,1,1,27054,1,3633384286,'2015-08-10 18:18:55','http://whois.domaintools.com/mstyresblackburn.co.uk'),(25831,1,1,27055,56,35553056,'2015-08-10 18:26:20',''),(25832,1,1,27056,69,1123635162,'2015-08-10 18:48:54',''),(25833,1,1,27057,31,3475901708,'2015-08-10 18:55:28',''),(25834,1,1,27058,48,2071807794,'2015-08-10 19:11:25',''),(25835,1,1,27059,31,3475901844,'2015-08-10 20:22:30',''),(25836,1,1,27060,1,1208151327,'2015-08-10 20:35:04','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(25837,1,1,27061,1,642859306,'2015-08-10 20:48:25',''),(25838,1,1,27062,66,1123631969,'2015-08-10 20:53:45',''),(25839,1,1,27063,26,1152705578,'2015-08-10 21:54:02',''),(25840,1,1,27064,1,1596849153,'2015-08-10 22:02:35',''),(25841,1,1,27065,1,1596849785,'2015-08-10 22:02:38',''),(25842,1,1,27066,1,1596849785,'2015-08-10 22:02:48',''),(25843,1,1,27067,1,1596849153,'2015-08-10 22:02:54',''),(25844,1,1,27068,1,1596849785,'2015-08-10 22:03:03',''),(25845,1,1,27069,1,1596849153,'2015-08-10 22:03:07',''),(25846,1,1,27070,1,1596849153,'2015-08-10 22:03:16',''),(25847,1,1,27071,1,1596849785,'2015-08-10 22:03:17',''),(25848,1,1,27072,1,1596849785,'2015-08-10 22:03:26',''),(25849,1,1,27073,1,1596849153,'2015-08-10 22:03:36',''),(25850,1,1,27074,1,1596849153,'2015-08-10 22:03:44',''),(25851,1,1,27075,1,1596849785,'2015-08-10 22:03:47',''),(25852,1,1,27076,1,3281689809,'2015-08-10 22:37:45',''),(25853,1,1,27077,1,3281689809,'2015-08-10 22:37:49',''),(25854,1,1,27078,1,3281689809,'2015-08-10 22:37:52',''),(25855,1,1,27079,1,3024883603,'2015-08-10 23:09:54',''),(25856,1,1,27080,45,1123631896,'2015-08-11 01:58:55',''),(25857,1,1,27081,3,100662652,'2015-08-11 03:18:57',''),(25858,1,1,27082,16,1123631975,'2015-08-11 03:58:55',''),(25859,1,1,27084,48,2071807823,'2015-08-11 06:02:43',''),(25860,1,1,27085,74,3024883596,'2015-08-11 07:31:45',''),(25861,1,1,27086,41,3164933898,'2015-08-11 07:53:47',''),(25862,1,1,27087,28,1123631969,'2015-08-11 09:44:40',''),(25863,1,1,27088,65,1367864304,'2015-08-11 10:02:44','https://www.google.co.uk/'),(25864,1,1,27089,43,3024883619,'2015-08-11 10:49:39',''),(25865,1,1,27090,15,3164933898,'2015-08-11 12:07:25',''),(25866,1,1,27091,18,2071807819,'2015-08-11 12:36:10',''),(25867,1,1,27092,48,1442835384,'2015-08-11 12:38:11','https://www.google.co.uk/'),(25868,1,1,27093,1,1542483270,'2015-08-11 12:52:33',''),(25869,1,1,27094,26,2999471787,'2015-08-11 13:51:20',''),(25870,1,1,27095,26,2999471787,'2015-08-11 13:51:24',''),(25871,1,1,27096,26,2999471787,'2015-08-11 13:51:26',''),(25872,1,1,27097,26,2999471787,'2015-08-11 13:51:28',''),(25873,1,1,27098,73,2999471787,'2015-08-11 13:51:31',''),(25874,1,1,27099,71,2999471787,'2015-08-11 13:51:33',''),(25875,1,1,27100,72,2999471787,'2015-08-11 13:51:36',''),(25876,1,1,27101,70,2999471787,'2015-08-11 13:51:40',''),(25877,1,1,27102,16,1123634004,'2015-08-11 15:50:27',''),(25878,1,1,27103,1,1545010637,'2015-08-11 16:56:47','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0CDUQgU8wBWoVChMIjM3Eu7-hxwIVyVoUCh37JAQs&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=9CjKVYyDMMm1UfvJkOAC&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.99804247,d.d24'),(25879,1,1,27104,1,1041806726,'2015-08-11 17:13:13',''),(25880,1,1,27105,1,1041806727,'2015-08-11 17:14:46',''),(25881,1,1,27106,1,48030693,'2015-08-11 17:27:33','http://videos-for-your-business.com'),(25882,1,1,27107,1,911749384,'2015-08-11 18:41:47',''),(25883,1,1,27108,26,2637637383,'2015-08-11 19:02:56',''),(25884,1,1,27109,26,3475901787,'2015-08-11 21:40:58',''),(25885,1,1,27110,50,3024883598,'2015-08-11 23:32:46',''),(25886,1,1,27111,1,1123634004,'2015-08-11 23:42:03',''),(25887,1,1,27112,16,3164933898,'2015-08-11 23:42:38',''),(25888,1,1,27113,3,1152705578,'2015-08-12 00:10:16',''),(25889,1,1,27115,29,3475901787,'2015-08-12 01:38:52',''),(25890,1,1,27114,3,3475901787,'2015-08-12 01:38:52',''),(25891,1,1,27116,26,3475901707,'2015-08-12 01:38:58',''),(25892,1,1,27117,56,3475901707,'2015-08-12 01:39:00',''),(25893,1,1,27118,43,3475901707,'2015-08-12 01:39:01',''),(25894,1,1,27119,6,2637637383,'2015-08-12 01:39:02',''),(25895,1,1,27120,18,3475901707,'2015-08-12 01:39:03',''),(25896,1,1,27121,1,2637637383,'2015-08-12 01:39:04',''),(25897,1,1,27122,3,2637637383,'2015-08-12 01:39:06',''),(25898,1,1,27123,9,2637637383,'2015-08-12 01:39:07',''),(25899,1,1,27124,43,3475901747,'2015-08-12 01:40:22',''),(25900,1,1,27125,71,3164933898,'2015-08-12 02:04:33',''),(25901,1,1,27126,1,1123633996,'2015-08-12 03:36:13',''),(25902,1,1,27127,6,633047521,'2015-08-12 03:36:31',''),(25903,1,1,27128,1,633047521,'2015-08-12 03:36:33',''),(25904,1,1,27129,26,633047521,'2015-08-12 03:36:36',''),(25905,1,1,27130,26,633047521,'2015-08-12 03:36:39',''),(25906,1,1,27131,26,633047521,'2015-08-12 03:36:42',''),(25907,1,1,27132,26,633047521,'2015-08-12 03:36:44',''),(25908,1,1,27133,26,633047521,'2015-08-12 03:36:47',''),(25909,1,1,27134,26,633047521,'2015-08-12 03:36:50',''),(25910,1,1,27135,26,633047521,'2015-08-12 03:36:52',''),(25911,1,1,27136,26,633047521,'2015-08-12 03:36:55',''),(25912,1,1,27137,26,633047521,'2015-08-12 03:36:58',''),(25913,1,1,27138,26,633047521,'2015-08-12 03:37:01',''),(25914,1,1,27139,26,633047521,'2015-08-12 03:37:03',''),(25915,1,1,27140,26,633047521,'2015-08-12 03:37:06',''),(25916,1,1,27141,26,633047521,'2015-08-12 03:37:08',''),(25917,1,1,27142,26,633047521,'2015-08-12 03:37:11',''),(25918,1,1,27143,26,633047521,'2015-08-12 03:37:14',''),(25919,1,1,27144,26,633047521,'2015-08-12 03:37:17',''),(25920,1,1,27145,26,633047521,'2015-08-12 03:37:20',''),(25921,1,1,27146,26,633047521,'2015-08-12 03:37:23',''),(25922,1,1,27147,26,633047521,'2015-08-12 03:37:26',''),(25923,1,1,27148,26,633047521,'2015-08-12 03:37:28',''),(25924,1,1,27149,1,633047521,'2015-08-12 03:37:31',''),(25925,1,1,27150,1,633047521,'2015-08-12 03:37:34',''),(25926,1,1,27151,1,633047521,'2015-08-12 03:37:37',''),(25927,1,1,27152,1,633047521,'2015-08-12 03:37:41',''),(25928,1,1,27153,1,633047521,'2015-08-12 03:37:44',''),(25929,1,1,27154,1,633047521,'2015-08-12 03:37:47',''),(25930,1,1,27155,1,633047521,'2015-08-12 03:37:50',''),(25931,1,1,27156,1,633047521,'2015-08-12 03:37:54',''),(25932,1,1,27157,1,633047521,'2015-08-12 03:37:56',''),(25933,1,1,27158,1,633047521,'2015-08-12 03:37:59',''),(25934,1,1,27159,9,633047521,'2015-08-12 03:38:02',''),(25935,1,1,27160,3,633047521,'2015-08-12 03:38:06',''),(25936,1,1,27161,18,633047521,'2015-08-12 03:38:09',''),(25937,1,1,27162,38,633047521,'2015-08-12 03:38:13',''),(25938,1,1,27163,41,633047521,'2015-08-12 03:38:16',''),(25939,1,1,27164,43,633047521,'2015-08-12 03:38:19',''),(25940,1,1,27165,52,633047521,'2015-08-12 03:38:22',''),(25941,1,1,27166,57,633047521,'2015-08-12 03:38:25',''),(25942,1,1,27167,16,633047521,'2015-08-12 03:38:28',''),(25943,1,1,27168,27,633047521,'2015-08-12 03:38:31',''),(25944,1,1,27169,28,633047521,'2015-08-12 03:38:34',''),(25945,1,1,27170,44,633047521,'2015-08-12 03:38:38',''),(25946,1,1,27171,49,633047521,'2015-08-12 03:38:41',''),(25947,1,1,27172,50,633047521,'2015-08-12 03:38:45',''),(25948,1,1,27173,51,633047521,'2015-08-12 03:38:48',''),(25949,1,1,27174,56,633047521,'2015-08-12 03:38:52',''),(25950,1,1,27175,55,633047521,'2015-08-12 03:38:55',''),(25951,1,1,27176,58,633047521,'2015-08-12 03:38:58',''),(25952,1,1,27177,59,633047521,'2015-08-12 03:39:02',''),(25953,1,1,27178,62,633047521,'2015-08-12 03:39:05',''),(25954,1,1,27179,63,633047521,'2015-08-12 03:39:09',''),(25955,1,1,27180,64,633047521,'2015-08-12 03:39:12',''),(25956,1,1,27181,68,633047521,'2015-08-12 03:39:16',''),(25957,1,1,27182,65,633047521,'2015-08-12 03:39:19',''),(25958,1,1,27183,75,633047521,'2015-08-12 03:39:22',''),(25959,1,1,27184,67,633047521,'2015-08-12 03:39:26',''),(25960,1,1,27185,69,633047521,'2015-08-12 03:39:29',''),(25961,1,1,27186,10,633047521,'2015-08-12 03:39:33',''),(25962,1,1,27187,1,3024883606,'2015-08-12 03:41:44',''),(25963,1,1,27188,1,1123634012,'2015-08-12 03:50:51',''),(25964,1,1,27189,1,1123633996,'2015-08-12 04:17:17',''),(25965,1,1,27190,68,1123634004,'2015-08-12 04:32:52',''),(25966,1,1,27191,1,1489375385,'2015-08-12 04:44:05',''),(25967,1,1,27192,1,1489375385,'2015-08-12 04:44:09',''),(25968,1,1,27193,1,1489375385,'2015-08-12 04:44:15',''),(25969,1,1,27194,43,1489375385,'2015-08-12 04:44:19',''),(25970,1,1,27195,56,1123634012,'2015-08-12 05:12:59',''),(25971,1,1,27196,1,1123633996,'2015-08-12 05:24:08',''),(25972,1,1,27197,42,2637637383,'2015-08-12 05:44:49',''),(25973,1,1,27198,1,1123634004,'2015-08-12 06:40:18',''),(25974,1,1,27199,1,1123634012,'2015-08-12 07:03:20',''),(25975,1,1,27200,1,1608588173,'2015-08-12 07:46:57','http://buttons-for-website.com'),(25976,1,1,27201,6,1123634012,'2015-08-12 07:57:25',''),(25977,1,1,27202,1,2307383072,'2015-08-12 08:01:47',''),(25978,1,1,27203,6,2307383072,'2015-08-12 08:01:48',''),(25979,1,1,27204,1,633047521,'2015-08-12 08:17:48',''),(25980,1,1,27205,1,633047521,'2015-08-12 08:17:51',''),(25981,1,1,27206,1,633047521,'2015-08-12 08:17:54',''),(25982,1,1,27207,1,633047521,'2015-08-12 08:17:58',''),(25983,1,1,27208,56,1123633996,'2015-08-12 09:30:46',''),(25984,1,1,27209,9,1123634012,'2015-08-12 09:47:25',''),(25985,1,1,27210,1,1123634004,'2015-08-12 10:00:49',''),(25986,1,1,27212,43,1123634012,'2015-08-12 10:53:10',''),(25987,1,1,27213,1,1123633996,'2015-08-12 10:59:25',''),(25988,1,1,27214,47,1123634012,'2015-08-12 11:24:49',''),(25989,1,1,27215,1,701315335,'2015-08-12 11:26:03','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(25990,1,1,27217,3,3164933898,'2015-08-12 11:43:52',''),(25991,1,1,27218,1,3590043242,'2015-08-12 11:51:08',''),(25992,1,1,27220,1,1123633996,'2015-08-12 12:00:33',''),(25993,1,1,27221,1,3024883600,'2015-08-12 12:18:22',''),(25994,1,1,27222,55,1123634012,'2015-08-12 12:22:52',''),(25995,1,1,27223,1,1123633996,'2015-08-12 13:35:07',''),(25996,1,1,27224,56,1123634004,'2015-08-12 14:30:44',''),(25997,1,1,27225,1,1123634012,'2015-08-12 14:53:00',''),(25998,1,1,27226,1,3024883605,'2015-08-12 15:02:03',''),(25999,1,1,27227,1,772043973,'2015-08-12 15:44:34',''),(26000,1,1,27228,1,1123634012,'2015-08-12 16:11:12',''),(26001,1,1,27229,56,1123634004,'2015-08-12 19:06:20',''),(26002,1,1,27230,1,1123633996,'2015-08-12 19:29:08',''),(26003,1,1,27231,53,3702877276,'2015-08-12 19:30:46',''),(26004,1,1,27232,1,772043973,'2015-08-12 19:53:52',''),(26005,1,1,27233,1,772043973,'2015-08-12 19:53:58',''),(26006,1,1,27234,1,772043973,'2015-08-12 19:54:03',''),(26007,1,1,27235,1,1123634004,'2015-08-12 19:58:41',''),(26008,1,1,27236,1,1123634004,'2015-08-12 23:02:03',''),(26009,1,1,27237,1,1123634004,'2015-08-12 23:43:23',''),(26010,1,1,27238,26,3475901707,'2015-08-12 23:55:24',''),(26011,1,1,27239,1,772045740,'2015-08-13 00:05:26',''),(26012,1,1,27240,1,772045740,'2015-08-13 00:05:31',''),(26013,1,1,27241,9,772045740,'2015-08-13 00:05:35',''),(26014,1,1,27242,3,772045740,'2015-08-13 00:05:41',''),(26015,1,1,27243,72,3164933898,'2015-08-13 01:52:15',''),(26016,1,1,27244,1,1123633996,'2015-08-13 02:04:44',''),(26017,1,1,27245,1,1123634004,'2015-08-13 02:33:30',''),(26018,1,1,27246,1,3338415115,'2015-08-13 03:40:41',''),(26019,1,1,27247,1,1328245114,'2015-08-13 03:47:15','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(26020,1,1,27248,1,3164933898,'2015-08-13 03:56:35',''),(26021,1,1,27249,62,1123634004,'2015-08-13 04:48:52',''),(26022,1,1,27250,42,3164933898,'2015-08-13 06:28:35',''),(26023,1,1,27251,1,631095636,'2015-08-13 06:29:27',''),(26024,1,1,27252,1,631095636,'2015-08-13 06:29:45',''),(26025,1,1,27253,1,631095636,'2015-08-13 06:29:48',''),(26026,1,1,27254,1,631095636,'2015-08-13 06:29:52',''),(26027,1,1,27255,1,631095636,'2015-08-13 06:29:57',''),(26028,1,1,27256,1,631095636,'2015-08-13 06:30:00',''),(26029,1,1,27257,28,3164933898,'2015-08-13 06:35:57',''),(26030,1,1,27258,38,1123633996,'2015-08-13 06:40:37',''),(26031,1,1,27259,49,1123633996,'2015-08-13 07:12:56',''),(26032,1,1,27260,1,523463241,'2015-08-13 07:43:58','https://www.google.co.uk/'),(26033,1,1,27261,6,1123634004,'2015-08-13 07:47:33',''),(26034,1,1,27263,10,1123633996,'2015-08-13 08:13:42',''),(26035,1,1,27264,53,3024883603,'2015-08-13 08:15:07',''),(26036,1,1,27265,49,1123631491,'2015-08-13 08:30:25',''),(26037,1,1,27266,1,1542483323,'2015-08-13 10:38:35',''),(26038,1,1,27267,67,3475901707,'2015-08-13 12:15:17',''),(26039,1,1,27268,1,523463241,'2015-08-13 13:32:15','https://www.google.co.uk/'),(26040,1,1,27269,1,1123634012,'2015-08-13 14:27:52',''),(26041,1,1,27268,1,523463241,'2015-08-13 14:39:11','https://www.google.co.uk/'),(26042,1,1,27271,26,3475901750,'2015-08-13 15:38:46',''),(26043,1,1,27272,1,1123634004,'2015-08-13 16:34:00',''),(26044,1,1,27273,1,1123634012,'2015-08-13 16:37:26',''),(26045,1,1,27274,1,3589854123,'2015-08-13 17:11:25',''),(26046,1,1,27275,1,3589854123,'2015-08-13 17:11:26',''),(26047,1,1,27276,1,1123634004,'2015-08-13 18:30:54',''),(26048,1,1,27277,1,1123633996,'2015-08-13 18:31:54',''),(26049,1,1,27278,1,2637637517,'2015-08-13 19:05:38',''),(26050,1,1,27279,64,1152705578,'2015-08-13 20:22:43',''),(26051,1,1,27280,1,1123634012,'2015-08-13 20:23:13',''),(26052,1,1,27281,1,1123634004,'2015-08-13 20:47:04',''),(26053,1,1,27282,1,2637693643,'2015-08-13 21:06:06',''),(26054,1,1,27283,26,2071807759,'2015-08-13 21:16:24',''),(26055,1,1,27284,1,1123634004,'2015-08-13 21:49:06',''),(26056,1,1,27285,53,3164933898,'2015-08-13 22:53:38',''),(26057,1,1,27286,6,3475901812,'2015-08-13 23:06:49',''),(26058,1,1,27287,1,1054099923,'2015-08-13 23:26:23',''),(26059,1,1,27288,1,1054099923,'2015-08-13 23:26:26',''),(26060,1,1,27289,1,1054099923,'2015-08-13 23:26:28',''),(26061,1,1,27290,1,1054099923,'2015-08-13 23:26:30',''),(26062,1,1,27291,6,2637637517,'2015-08-14 00:30:03',''),(26063,1,1,27292,43,3164933898,'2015-08-14 01:30:39',''),(26064,1,1,27293,1,1489375385,'2015-08-14 03:20:18',''),(26065,1,1,27294,1,1489375385,'2015-08-14 03:20:28',''),(26066,1,1,27295,1,1489375385,'2015-08-14 03:20:37',''),(26067,1,1,27296,1,1489375385,'2015-08-14 03:20:45',''),(26068,1,1,27297,1,1489375385,'2015-08-14 03:20:54',''),(26069,1,1,27298,1,1489375385,'2015-08-14 03:21:03',''),(26070,1,1,27299,48,1123634012,'2015-08-14 03:25:51',''),(26071,1,1,27300,47,3164933898,'2015-08-14 08:55:57',''),(26072,1,1,27301,6,2637637540,'2015-08-14 09:19:01',''),(26073,1,1,27302,56,1123634004,'2015-08-14 09:30:13',''),(26074,1,1,27303,70,3164933898,'2015-08-14 09:33:25',''),(26075,1,1,27304,67,3024883487,'2015-08-14 09:38:33',''),(26076,1,1,27305,6,2637637517,'2015-08-14 09:53:33',''),(26077,1,1,27306,1,2637637517,'2015-08-14 09:53:34',''),(26078,1,1,27307,56,2637637517,'2015-08-14 09:53:36',''),(26079,1,1,27308,18,2637637517,'2015-08-14 09:53:38',''),(26080,1,1,27309,43,2637637539,'2015-08-14 09:53:38',''),(26081,1,1,27310,9,2637637517,'2015-08-14 09:53:40',''),(26082,1,1,27311,43,2637637539,'2015-08-14 09:53:40',''),(26083,1,1,27312,29,2637637539,'2015-08-14 09:53:42',''),(26084,1,1,27313,26,2637637433,'2015-08-14 09:53:43',''),(26085,1,1,27314,3,3475901824,'2015-08-14 09:53:49',''),(26086,1,1,27315,3,3475901824,'2015-08-14 09:53:51',''),(26087,1,1,27316,10,1123634012,'2015-08-14 10:17:56',''),(26088,1,1,27317,1,2023058024,'2015-08-14 10:35:19','https://www.google.com.au/'),(26089,1,1,27318,1,2366148098,'2015-08-14 10:48:40',''),(26090,1,1,27319,54,3164933898,'2015-08-14 11:21:27',''),(26091,1,1,27320,68,3164933898,'2015-08-14 12:28:31',''),(26092,1,1,27321,1,3268218323,'2015-08-14 12:39:53','http://www.google.co.uk/url?url=http://www.mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ved=0CEUQoAIwB2oVChMI2JKRuMuoxwIVKlnbCh3XoQU7&usg=AFQjCNGhrPiYVIJ3Musm3mB6CwQo-zn8Rw'),(26093,1,1,27322,1,1384440458,'2015-08-14 12:46:02',''),(26094,1,1,27323,56,1123634012,'2015-08-14 13:15:24',''),(26095,1,1,27324,1,1442835279,'2015-08-14 14:40:06','http://www.bing.com/local?lid=YN1000x261130585&id=YN1000x261130585&q=MS+Tyres+Blackburn+Lancashire&name=MS+%ee%80%80Tyres%ee%80%81&cp=53.75236~-2.444945&PC=APPL'),(26096,1,1,27325,3,1489375385,'2015-08-14 15:22:52',''),(26097,1,1,27326,26,1489375385,'2015-08-14 15:22:58',''),(26098,1,1,27327,26,1489375385,'2015-08-14 15:23:05',''),(26099,1,1,27328,26,1489375385,'2015-08-14 15:23:07',''),(26100,1,1,27329,26,1489375385,'2015-08-14 15:23:15',''),(26101,1,1,27330,26,1489375385,'2015-08-14 15:23:34',''),(26102,1,1,27331,26,1489375385,'2015-08-14 15:23:39',''),(26103,1,1,27332,26,1489375385,'2015-08-14 15:23:41',''),(26104,1,1,27333,26,1489375385,'2015-08-14 15:23:46',''),(26105,1,1,27334,26,1489375385,'2015-08-14 15:23:52',''),(26106,1,1,27335,26,1489375385,'2015-08-14 15:23:57',''),(26107,1,1,27336,43,1489375385,'2015-08-14 15:24:00',''),(26108,1,1,27337,16,1489375385,'2015-08-14 15:24:07',''),(26109,1,1,27338,27,1489375385,'2015-08-14 15:24:10',''),(26110,1,1,27339,44,1489375385,'2015-08-14 15:24:14',''),(26111,1,1,27340,49,1489375385,'2015-08-14 15:24:21',''),(26112,1,1,27341,58,1489375385,'2015-08-14 15:24:28',''),(26113,1,1,27342,10,1489375385,'2015-08-14 15:24:35',''),(26114,1,1,27343,1,1377537489,'2015-08-14 16:04:06','https://www.google.co.uk/'),(26115,1,1,27344,1,1123634012,'2015-08-14 16:26:02',''),(26116,1,1,27345,1,1123633996,'2015-08-14 16:27:35',''),(26117,1,1,27346,1,3024883463,'2015-08-14 16:36:10',''),(26118,1,1,27347,75,3164933898,'2015-08-14 16:48:24',''),(26119,1,1,27348,1,1534699970,'2015-08-14 19:09:22',''),(26120,1,1,27349,1,1534699970,'2015-08-14 19:09:29',''),(26121,1,1,27350,1,1534699970,'2015-08-14 19:09:52',''),(26122,1,1,27351,41,2637637540,'2015-08-14 20:19:07',''),(26123,1,1,27352,41,2637637460,'2015-08-14 20:48:26',''),(26124,1,1,27353,56,3437313802,'2015-08-14 21:22:03','https://www.google.ca/'),(26125,1,1,27354,1,1123634004,'2015-08-14 22:42:25',''),(26126,1,1,27355,6,772045740,'2015-08-15 01:03:42',''),(26127,1,1,27356,9,772045740,'2015-08-15 01:03:46',''),(26128,1,1,27357,3,772045740,'2015-08-15 01:03:55',''),(26129,1,1,27358,18,772045740,'2015-08-15 01:03:58',''),(26130,1,1,27359,52,772045740,'2015-08-15 01:04:01',''),(26131,1,1,27360,3,1152705578,'2015-08-15 01:05:59',''),(26132,1,1,27361,1,1596849154,'2015-08-15 01:12:19',''),(26133,1,1,27362,1,1596849154,'2015-08-15 01:12:35',''),(26134,1,1,27363,1,1596849154,'2015-08-15 01:12:47',''),(26135,1,1,27364,1,1596849154,'2015-08-15 01:13:06',''),(26136,1,1,27365,1,1596849154,'2015-08-15 01:13:24',''),(26137,1,1,27366,1,1596849154,'2015-08-15 01:13:37',''),(26138,1,1,27367,26,2637637393,'2015-08-15 01:25:04',''),(26139,1,1,27368,1,1596849154,'2015-08-15 01:40:35',''),(26140,1,1,27369,1,1596849154,'2015-08-15 01:40:54',''),(26141,1,1,27370,1,1596849154,'2015-08-15 01:41:18',''),(26142,1,1,27371,1,1596849154,'2015-08-15 01:41:40',''),(26143,1,1,27372,1,1596849154,'2015-08-15 01:41:59',''),(26144,1,1,27373,1,1596849154,'2015-08-15 01:42:20',''),(26145,1,1,27374,1,1123633996,'2015-08-15 03:20:46',''),(26146,1,1,27375,1,1123633996,'2015-08-15 05:43:44',''),(26147,1,1,27376,9,2071807782,'2015-08-15 06:28:28',''),(26148,1,1,27377,26,3423400362,'2015-08-15 06:38:06',''),(26149,1,1,27378,26,3423400362,'2015-08-15 06:38:09',''),(26150,1,1,27379,26,3423400362,'2015-08-15 06:38:12',''),(26151,1,1,27380,26,3423400362,'2015-08-15 06:38:18',''),(26152,1,1,27381,26,3423400362,'2015-08-15 06:38:23',''),(26153,1,1,27382,26,3423400362,'2015-08-15 06:38:25',''),(26154,1,1,27383,26,3423400362,'2015-08-15 06:38:30',''),(26155,1,1,27384,26,3423400362,'2015-08-15 06:38:32',''),(26156,1,1,27385,26,3423400362,'2015-08-15 06:38:36',''),(26157,1,1,27386,26,3423400362,'2015-08-15 06:38:39',''),(26158,1,1,27387,16,3423400362,'2015-08-15 06:38:42',''),(26159,1,1,27388,59,3423400362,'2015-08-15 06:38:50',''),(26160,1,1,27389,68,3423400362,'2015-08-15 06:38:55',''),(26161,1,1,27390,75,3423400362,'2015-08-15 06:38:58',''),(26162,1,1,27391,67,3423400362,'2015-08-15 06:39:05',''),(26163,1,1,27392,74,3423400362,'2015-08-15 06:39:10',''),(26164,1,1,27393,1,1152705578,'2015-08-15 06:41:51',''),(26165,1,1,27394,48,3156059303,'2015-08-15 07:58:20','https://www.google.co.uk/'),(26166,1,1,27395,1,1542483301,'2015-08-15 08:09:02',''),(26167,1,1,27396,26,2637637539,'2015-08-15 08:38:32',''),(26168,1,1,27397,6,3024883473,'2015-08-15 08:40:29',''),(26169,1,1,27398,1,1326868359,'2015-08-15 09:06:57','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(26170,1,1,27399,58,1123634004,'2015-08-15 12:17:38',''),(26171,1,1,27401,56,1444078247,'2015-08-15 12:23:29','https://www.google.hu/'),(26172,1,1,27402,56,1545573326,'2015-08-15 12:44:11',''),(26173,1,1,27403,1,1123633996,'2015-08-15 13:23:56',''),(26174,1,1,27404,58,2637637540,'2015-08-15 13:36:48',''),(26175,1,1,27405,10,3475901821,'2015-08-15 13:47:46',''),(26176,1,1,27406,64,3164933898,'2015-08-15 14:03:47',''),(26177,1,1,27407,1,1123634004,'2015-08-15 14:20:02',''),(26178,1,1,27408,3,2637637540,'2015-08-15 15:25:43',''),(26179,1,1,27409,1,1123634012,'2015-08-15 15:36:31',''),(26180,1,1,27410,68,1123634012,'2015-08-15 17:01:10',''),(26181,1,1,27411,1,1600947385,'2015-08-15 18:45:57',''),(26182,1,1,27412,1,1123634004,'2015-08-15 18:58:22',''),(26183,1,1,27413,1,1123633996,'2015-08-15 18:59:36',''),(26184,1,1,27414,26,1152705578,'2015-08-15 20:50:17',''),(26185,1,1,27415,73,3164933898,'2015-08-15 21:03:18',''),(26186,1,1,27416,1,1123633996,'2015-08-15 21:59:58',''),(26187,1,1,27417,1,1123634012,'2015-08-15 23:53:39',''),(26188,1,1,27418,47,3702877369,'2015-08-16 00:46:57',''),(26189,1,1,27419,1,1123634004,'2015-08-16 01:29:16',''),(26190,1,1,27420,56,3514915079,'2015-08-16 02:33:51','https://www.google.com/'),(26191,1,1,27421,1,2978555923,'2015-08-16 03:28:11','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(26192,1,1,27422,66,3024883464,'2015-08-16 05:01:37',''),(26193,1,1,27423,74,1123634012,'2015-08-16 05:02:17',''),(26194,1,1,27424,1,1123634004,'2015-08-16 05:05:36',''),(26195,1,1,27425,1,1123633996,'2015-08-16 07:04:29',''),(26196,1,1,27426,1,1123634012,'2015-08-16 07:08:04',''),(26197,1,1,27427,47,3702877307,'2015-08-16 07:22:35',''),(26198,1,1,27428,1,1123633996,'2015-08-16 08:13:10',''),(26199,1,1,27429,68,1123634012,'2015-08-16 09:05:36',''),(26200,1,1,27430,31,1123634004,'2015-08-16 09:43:45',''),(26201,1,1,27431,1,1123633996,'2015-08-16 10:17:26',''),(26202,1,1,27432,1,2548535123,'2015-08-16 11:11:38','https://www.google.co.uk/'),(26203,1,1,27433,68,1123634004,'2015-08-16 11:11:44',''),(26204,1,1,27434,1,3024883605,'2015-08-16 11:47:16',''),(26205,1,1,27435,1,1032306278,'2015-08-16 11:57:23','http://www.baidu.com/s?wd=Mstyresblackburn'),(26206,1,1,27436,1,1032306400,'2015-08-16 11:57:27','http://www.baidu.com/s?wd=Mstyresblackburn'),(26207,1,1,27437,41,1123634012,'2015-08-16 12:05:08',''),(26208,1,1,27438,52,1123634004,'2015-08-16 12:16:00',''),(26209,1,1,27439,1,3024883610,'2015-08-16 12:25:39',''),(26210,1,1,27440,1,1377523997,'2015-08-16 13:40:29','https://www.google.co.uk/'),(26211,1,1,27441,1,526245336,'2015-08-16 13:48:23','https://www.google.co.uk/'),(26212,1,1,27442,26,3475901699,'2015-08-16 15:04:17',''),(26213,1,1,27443,56,1123634012,'2015-08-16 15:59:25',''),(26214,1,1,27444,1,1123634004,'2015-08-16 19:30:20',''),(26215,1,1,27445,1,633047521,'2015-08-16 20:18:22',''),(26216,1,1,27446,1,633047521,'2015-08-16 20:18:24',''),(26217,1,1,27447,9,633047521,'2015-08-16 20:18:37',''),(26218,1,1,27448,3,633047521,'2015-08-16 20:18:41',''),(26219,1,1,27449,1,2990476559,'2015-08-16 20:38:57',''),(26220,1,1,27450,1,1123634012,'2015-08-16 21:18:12',''),(26221,1,1,27451,1,772036457,'2015-08-16 21:54:03',''),(26222,1,1,27452,1,772036457,'2015-08-16 21:54:06',''),(26223,1,1,27453,1,772036457,'2015-08-16 21:54:10',''),(26224,1,1,27454,1,2637637538,'2015-08-16 22:12:59',''),(26225,1,1,27455,64,1123634004,'2015-08-16 23:39:03',''),(26226,1,1,27456,18,1152705578,'2015-08-16 23:51:24',''),(26227,1,1,27457,1,1123634004,'2015-08-17 00:25:28',''),(26228,1,1,27458,1,1123633996,'2015-08-17 02:40:53',''),(26229,1,1,27459,53,2071807756,'2015-08-17 02:46:23',''),(26230,1,1,27460,16,1053993218,'2015-08-17 02:52:10',''),(26231,1,1,27461,16,1053993218,'2015-08-17 02:52:32',''),(26232,1,1,27462,1,831633938,'2015-08-17 04:51:45','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(26233,1,1,27463,1,1542483279,'2015-08-17 05:35:08',''),(26234,1,1,27464,1,3024883596,'2015-08-17 06:57:38',''),(26235,1,1,27465,6,1152705578,'2015-08-17 07:17:59',''),(26236,1,1,27466,1,1123633996,'2015-08-17 08:44:16',''),(26237,1,1,27467,1,1123634012,'2015-08-17 10:05:32',''),(26238,1,1,27468,1,1367785924,'2015-08-17 10:34:49','https://www.google.co.uk/'),(26239,1,1,27469,54,2071807821,'2015-08-17 10:41:56',''),(26240,1,1,27470,62,3024883474,'2015-08-17 10:43:09',''),(26241,1,1,27471,1,1053993218,'2015-08-17 10:44:02',''),(26242,1,1,27472,1,1053993218,'2015-08-17 10:44:06',''),(26243,1,1,27473,1,1053993218,'2015-08-17 10:44:09',''),(26244,1,1,27474,1,1053993218,'2015-08-17 10:44:15',''),(26245,1,1,27475,1,1053993218,'2015-08-17 10:44:19',''),(26246,1,1,27476,1,1053993218,'2015-08-17 10:44:23',''),(26247,1,1,27477,1,1435108082,'2015-08-17 11:00:39','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(26248,1,1,27478,1,1123633996,'2015-08-17 11:38:05',''),(26249,1,1,27479,53,3702877305,'2015-08-17 13:41:57',''),(26250,1,1,27480,1,1123634004,'2015-08-17 14:30:51',''),(26251,1,1,27440,1,1377523997,'2015-08-17 14:51:24','https://www.google.co.uk/'),(26252,1,1,27481,1,2382682780,'2015-08-17 15:29:33',''),(26253,1,1,27482,1,2382682780,'2015-08-17 15:29:43',''),(26254,1,1,27483,26,2382682780,'2015-08-17 15:29:47',''),(26255,1,1,27484,26,2382682780,'2015-08-17 15:29:48',''),(26256,1,1,27485,26,2382682780,'2015-08-17 15:29:49',''),(26257,1,1,27486,26,2382682780,'2015-08-17 15:29:50',''),(26258,1,1,27487,26,2382682780,'2015-08-17 15:29:52',''),(26259,1,1,27488,26,2382682780,'2015-08-17 15:29:53',''),(26260,1,1,27489,26,2382682780,'2015-08-17 15:29:54',''),(26261,1,1,27490,26,2382682780,'2015-08-17 15:29:56',''),(26262,1,1,27491,26,2382682780,'2015-08-17 15:29:57',''),(26263,1,1,27492,26,2382682780,'2015-08-17 15:29:58',''),(26264,1,1,27493,18,2382682780,'2015-08-17 15:30:00',''),(26265,1,1,27494,6,2382682780,'2015-08-17 15:30:01',''),(26266,1,1,27495,43,2382682780,'2015-08-17 15:30:03',''),(26267,1,1,27496,26,2382682780,'2015-08-17 15:30:07',''),(26268,1,1,27497,1,2382682780,'2015-08-17 15:30:09',''),(26269,1,1,27498,56,3475901761,'2015-08-17 15:58:21',''),(26270,1,1,27499,1,1123634012,'2015-08-17 18:27:26',''),(26271,1,1,27500,41,1123633996,'2015-08-17 18:32:32',''),(26272,1,1,27501,1,1123634012,'2015-08-17 20:00:27',''),(26273,1,1,27502,1,1123634004,'2015-08-17 20:32:09',''),(26274,1,1,27503,1,1152705578,'2015-08-17 21:06:02',''),(26275,1,1,27504,3,1148408092,'2015-08-17 21:55:42',''),(26276,1,1,27505,26,1148408092,'2015-08-17 21:55:45',''),(26277,1,1,27506,26,1148408092,'2015-08-17 21:55:48',''),(26278,1,1,27507,26,1148408092,'2015-08-17 21:55:50',''),(26279,1,1,27508,26,1148408092,'2015-08-17 21:55:53',''),(26280,1,1,27509,26,1148408092,'2015-08-17 21:55:55',''),(26281,1,1,27510,26,1148408092,'2015-08-17 21:55:58',''),(26282,1,1,27511,26,1148408092,'2015-08-17 21:56:00',''),(26283,1,1,27512,26,1148408092,'2015-08-17 21:56:03',''),(26284,1,1,27513,26,1148408092,'2015-08-17 21:56:06',''),(26285,1,1,27514,26,1148408092,'2015-08-17 21:56:08',''),(26286,1,1,27515,26,1148408092,'2015-08-17 21:56:11',''),(26287,1,1,27516,26,1148408092,'2015-08-17 21:56:13',''),(26288,1,1,27517,26,1148408092,'2015-08-17 21:56:16',''),(26289,1,1,27518,26,1148408092,'2015-08-17 21:56:18',''),(26290,1,1,27519,26,1148408092,'2015-08-17 21:56:21',''),(26291,1,1,27520,26,1148408092,'2015-08-17 21:56:23',''),(26292,1,1,27521,26,1148408092,'2015-08-17 21:56:26',''),(26293,1,1,27522,26,1148408092,'2015-08-17 21:56:29',''),(26294,1,1,27523,26,1148408092,'2015-08-17 21:56:31',''),(26295,1,1,27524,26,1148408092,'2015-08-17 21:56:34',''),(26296,1,1,27525,43,1148408092,'2015-08-17 21:56:37',''),(26297,1,1,27526,16,1148408092,'2015-08-17 21:56:40',''),(26298,1,1,27527,27,1148408092,'2015-08-17 21:56:43',''),(26299,1,1,27528,44,1148408092,'2015-08-17 21:56:47',''),(26300,1,1,27529,49,1148408092,'2015-08-17 21:56:50',''),(26301,1,1,27530,58,1148408092,'2015-08-17 21:56:53',''),(26302,1,1,27531,59,1148408092,'2015-08-17 21:56:56',''),(26303,1,1,27532,68,1148408092,'2015-08-17 21:57:00',''),(26304,1,1,27533,75,1148408092,'2015-08-17 21:57:03',''),(26305,1,1,27534,67,1148408092,'2015-08-17 21:57:07',''),(26306,1,1,27535,10,1148408092,'2015-08-17 21:57:10',''),(26307,1,1,27536,1,1123634004,'2015-08-17 22:07:17',''),(26308,1,1,27537,51,3024883614,'2015-08-17 22:27:12',''),(26309,1,1,27538,37,1123634004,'2015-08-17 22:48:26',''),(26310,1,1,27539,1,1123634012,'2015-08-18 00:13:16',''),(26311,1,1,27540,43,2637637520,'2015-08-18 04:27:49',''),(26312,1,1,27541,1,1123634012,'2015-08-18 04:31:47',''),(26313,1,1,27542,62,2071807850,'2015-08-18 13:01:58',''),(26314,1,1,27543,1,3107475564,'2015-08-18 13:39:55',''),(26315,1,1,27544,1,1542483326,'2015-08-18 15:45:43',''),(26316,1,1,27545,1,2637637434,'2015-08-18 16:11:19',''),(26317,1,1,27546,3,2637637434,'2015-08-18 16:11:21',''),(26318,1,1,27547,18,2637637539,'2015-08-18 16:11:25',''),(26319,1,1,27548,29,2637637539,'2015-08-18 16:11:27',''),(26320,1,1,27549,56,2637637412,'2015-08-18 16:12:25',''),(26321,1,1,27550,43,2637637412,'2015-08-18 16:12:27',''),(26322,1,1,27551,26,2637637412,'2015-08-18 16:13:18',''),(26323,1,1,27552,6,2637637412,'2015-08-18 16:13:19',''),(26324,1,1,27553,9,2637637412,'2015-08-18 16:13:21',''),(26325,1,1,27554,43,2637637412,'2015-08-18 16:13:22',''),(26326,1,1,27555,73,1123634012,'2015-08-18 17:01:45',''),(26327,1,1,27556,1,1123634004,'2015-08-18 18:09:16',''),(26328,1,1,27557,1,2071807787,'2015-08-18 18:21:43',''),(26329,1,1,27558,1,3024883607,'2015-08-18 18:32:43',''),(26330,1,1,27559,1,3024883482,'2015-08-18 18:32:46',''),(26331,1,1,27560,56,1544529430,'2015-08-18 19:31:28','https://www.google.co.uk/'),(26332,1,1,27561,1,1041806727,'2015-08-18 20:13:02',''),(26333,1,1,27562,54,3702877367,'2015-08-18 23:11:11',''),(26334,1,1,27563,30,1123634012,'2015-08-18 23:24:14',''),(26335,1,1,27564,1,1123634004,'2015-08-19 00:59:23',''),(26336,1,1,27565,57,1123634012,'2015-08-19 01:06:20',''),(26337,1,1,27566,1,3024883615,'2015-08-19 01:22:47',''),(26338,1,1,27567,1,1123634004,'2015-08-19 02:00:00',''),(26339,1,1,27568,1,2071807818,'2015-08-19 02:55:03',''),(26340,1,1,27569,1,3702877298,'2015-08-19 02:58:19',''),(26341,1,1,27570,1,2953382627,'2015-08-19 03:59:03',''),(26342,1,1,27571,1,2953382627,'2015-08-19 03:59:06',''),(26343,1,1,27572,1,2953382627,'2015-08-19 03:59:09',''),(26344,1,1,27573,1,1123634012,'2015-08-19 05:36:24',''),(26345,1,1,27574,1,3413772290,'2015-08-19 05:40:36','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(26346,1,1,27575,1,1123634012,'2015-08-19 07:28:52',''),(26347,1,1,27576,1,1123634012,'2015-08-19 09:59:42',''),(26348,1,1,27577,1,3010454240,'2015-08-19 10:15:33','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(26349,1,1,27578,1,1123634012,'2015-08-19 10:50:19',''),(26350,1,1,27579,26,2637637584,'2015-08-19 12:07:58',''),(26351,1,1,27580,68,3024883473,'2015-08-19 13:54:29',''),(26352,1,1,27581,1,2981577007,'2015-08-19 16:16:31','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(26353,1,1,27582,1,1595365451,'2015-08-19 16:18:51','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(26354,1,1,27583,52,3702877272,'2015-08-19 16:50:17',''),(26355,1,1,27584,1,3014937950,'2015-08-19 17:52:33','http://buttons-for-website.com'),(26356,1,1,27585,1,3702877260,'2015-08-19 17:56:58',''),(26357,1,1,27586,1,1123634130,'2015-08-19 18:56:25',''),(26358,1,1,27587,15,2637637541,'2015-08-19 19:27:14',''),(26359,1,1,27588,1,3024883472,'2015-08-19 20:51:14',''),(26360,1,1,27589,70,2637637412,'2015-08-20 01:29:22',''),(26361,1,1,27590,62,1123634146,'2015-08-20 02:08:56',''),(26362,1,1,27591,1,1032306400,'2015-08-20 02:10:32','http://www.baidu.com/s?wd=Mstyresblackburn'),(26363,1,1,27592,1,1032306395,'2015-08-20 02:10:39','http://www.baidu.com/s?wd=Mstyresblackburn'),(26364,1,1,27593,43,3702877280,'2015-08-20 02:44:38',''),(26365,1,1,27594,38,1123634138,'2015-08-20 02:47:00',''),(26366,1,1,27595,1,3281689809,'2015-08-20 03:04:40',''),(26367,1,1,27596,1,3281689809,'2015-08-20 03:04:43',''),(26368,1,1,27597,1,3281689809,'2015-08-20 03:04:45',''),(26369,1,1,27598,18,1159653186,'2015-08-20 03:31:23',''),(26370,1,1,27599,38,1159653186,'2015-08-20 03:31:29',''),(26371,1,1,27600,41,1159653186,'2015-08-20 03:31:35',''),(26372,1,1,27601,43,1159653186,'2015-08-20 03:31:39',''),(26373,1,1,27602,55,1123634138,'2015-08-20 04:03:08',''),(26374,1,1,27603,28,1123634146,'2015-08-20 04:15:02',''),(26375,1,1,27604,53,1123634130,'2015-08-20 04:36:29',''),(26376,1,1,27605,54,1123634130,'2015-08-20 05:16:57',''),(26377,1,1,27607,1,3024883611,'2015-08-20 05:45:23',''),(26378,1,1,27608,56,3024883614,'2015-08-20 06:00:21',''),(26379,1,1,27609,66,1123634146,'2015-08-20 06:25:16',''),(26380,1,1,27610,1,2953382627,'2015-08-20 07:35:27',''),(26381,1,1,27611,1,2953382627,'2015-08-20 07:35:34',''),(26382,1,1,27612,1,2953382627,'2015-08-20 07:35:43',''),(26383,1,1,27613,1,2953382627,'2015-08-20 07:35:56',''),(26384,1,1,27614,1,2953382627,'2015-08-20 07:36:02',''),(26385,1,1,27615,1,2953382627,'2015-08-20 07:36:06',''),(26386,1,1,27616,1,2953382627,'2015-08-20 07:36:11',''),(26387,1,1,27617,1,1547091474,'2015-08-20 08:11:25','https://www.google.co.uk/'),(26388,1,1,27618,15,1577414643,'2015-08-20 08:19:37','https://www.google.co.uk/'),(26389,1,1,27619,45,2637637434,'2015-08-20 09:36:16',''),(26390,1,1,27620,1,1542483306,'2015-08-20 10:47:31',''),(26391,1,1,27621,1,523463249,'2015-08-20 11:30:40','https://www.google.co.uk/'),(26392,1,1,27622,1,1384443576,'2015-08-20 14:11:31','http://uk.search.yahoo.com/search?p=m+n+s+tyres+blackburn&fr=iphone&.tsrc=apple&pcarrier=O2+-+UK&pmcc=234&pmnc=10'),(26393,1,1,27623,1,1384442034,'2015-08-20 15:15:34','https://www.google.co.uk/'),(26394,1,1,27624,3,96312352,'2015-08-20 15:43:06',''),(26395,1,1,27625,26,96312352,'2015-08-20 15:43:08',''),(26396,1,1,27626,26,96312352,'2015-08-20 15:43:10',''),(26397,1,1,27627,26,96312352,'2015-08-20 15:43:13',''),(26398,1,1,27628,26,96312352,'2015-08-20 15:43:15',''),(26399,1,1,27629,26,96312352,'2015-08-20 15:43:17',''),(26400,1,1,27630,26,96312352,'2015-08-20 15:43:19',''),(26401,1,1,27631,26,96312352,'2015-08-20 15:43:22',''),(26402,1,1,27632,26,96312352,'2015-08-20 15:43:24',''),(26403,1,1,27633,26,96312352,'2015-08-20 15:43:27',''),(26404,1,1,27634,26,96312352,'2015-08-20 15:43:29',''),(26405,1,1,27635,26,96312352,'2015-08-20 15:43:31',''),(26406,1,1,27636,26,96312352,'2015-08-20 15:43:33',''),(26407,1,1,27637,26,96312352,'2015-08-20 15:43:35',''),(26408,1,1,27638,26,96312352,'2015-08-20 15:43:38',''),(26409,1,1,27639,43,96312352,'2015-08-20 15:43:41',''),(26410,1,1,27640,43,96312352,'2015-08-20 15:43:44',''),(26411,1,1,27641,15,96312352,'2015-08-20 15:43:47',''),(26412,1,1,27642,31,96312352,'2015-08-20 15:43:50',''),(26413,1,1,27643,47,96312352,'2015-08-20 15:43:53',''),(26414,1,1,27644,27,96312352,'2015-08-20 15:43:56',''),(26415,1,1,27645,44,96312352,'2015-08-20 15:43:58',''),(26416,1,1,27646,49,96312352,'2015-08-20 15:44:01',''),(26417,1,1,27647,58,96312352,'2015-08-20 15:44:04',''),(26418,1,1,27648,73,96312352,'2015-08-20 15:44:07',''),(26419,1,1,27649,71,96312352,'2015-08-20 15:44:10',''),(26420,1,1,27650,72,96312352,'2015-08-20 15:44:13',''),(26421,1,1,27651,70,96312352,'2015-08-20 15:44:16',''),(26422,1,1,27652,10,96312352,'2015-08-20 15:44:18',''),(26423,1,1,27653,1,1757481377,'2015-08-20 16:02:29',''),(26424,1,1,27654,1,2984145892,'2015-08-20 16:48:00','http://video--production.com'),(26425,1,1,27655,1,2971097809,'2015-08-20 17:31:32','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(26426,1,1,27656,1,1757481377,'2015-08-20 17:37:01',''),(26427,1,1,27657,51,1152705578,'2015-08-20 18:03:34',''),(26428,1,1,27658,1,1483227108,'2015-08-20 18:08:50','https://www.google.co.uk/'),(26429,1,1,27659,1,3143960068,'2015-08-20 18:33:33','http://buttons-for-website.com'),(26430,1,1,27660,65,1123634130,'2015-08-20 20:26:49',''),(26431,1,1,27661,53,3702877336,'2015-08-20 21:00:15',''),(26432,1,1,27662,38,1123634130,'2015-08-20 21:12:05',''),(26433,1,1,27663,1,1123634146,'2015-08-20 21:28:42',''),(26434,1,1,27664,43,2071807759,'2015-08-20 21:33:35',''),(26435,1,1,27665,75,1123634130,'2015-08-20 21:53:01',''),(26436,1,1,27666,64,1123634138,'2015-08-20 22:42:06',''),(26437,1,1,27667,3,629968162,'2015-08-21 01:17:39',''),(26438,1,1,27668,1,1596849785,'2015-08-21 01:39:55',''),(26439,1,1,27669,1,1596849785,'2015-08-21 01:40:15',''),(26440,1,1,27670,1,1596849785,'2015-08-21 01:40:22',''),(26441,1,1,27671,1,1596849785,'2015-08-21 01:40:32',''),(26442,1,1,27672,1,1596849785,'2015-08-21 01:40:44',''),(26443,1,1,27673,1,1596849785,'2015-08-21 01:41:05',''),(26444,1,1,27674,46,1123634130,'2015-08-21 02:37:53',''),(26445,1,1,27676,1,3024883596,'2015-08-21 05:31:39',''),(26446,1,1,27677,54,3702877281,'2015-08-21 07:02:17',''),(26447,1,1,27678,1,1123634130,'2015-08-21 07:32:29',''),(26448,1,1,27679,1,1123634138,'2015-08-21 08:02:35',''),(26449,1,1,27680,59,3024883486,'2015-08-21 08:15:46',''),(26450,1,1,27681,9,1123634130,'2015-08-21 09:52:57',''),(26451,1,1,27682,1,1123634146,'2015-08-21 10:09:28',''),(26452,1,1,27683,1,1123634138,'2015-08-21 11:09:51',''),(26453,1,1,27684,1,1123634130,'2015-08-21 11:40:34',''),(26454,1,1,27685,1,1123634130,'2015-08-21 12:33:29',''),(26455,1,1,27686,1,1123634130,'2015-08-21 13:26:58',''),(26456,1,1,27622,1,1483342442,'2015-08-21 13:34:23',''),(26457,1,1,27687,1,1123634146,'2015-08-21 13:36:28',''),(26458,1,1,27688,53,3702877268,'2015-08-21 13:37:46',''),(26459,1,1,27689,1,1041806727,'2015-08-21 14:14:33',''),(26460,1,1,27690,1,1523350334,'2015-08-21 14:32:52','https://www.google.co.uk/'),(26461,1,1,27691,45,1123631356,'2015-08-21 14:43:55',''),(26462,1,1,27692,1,3173229702,'2015-08-21 16:30:09','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(26463,1,1,27693,1,3323679378,'2015-08-21 17:50:06',''),(26464,1,1,27694,1,3323679378,'2015-08-21 17:50:21',''),(26465,1,1,27695,1,3323679378,'2015-08-21 17:50:31',''),(26466,1,1,27696,1,1123631356,'2015-08-21 18:36:10',''),(26467,1,1,27697,1,1123631243,'2015-08-21 19:23:05',''),(26468,1,1,27698,1,1123631356,'2015-08-21 21:16:33',''),(26469,1,1,27699,1,3128032436,'2015-08-21 22:01:43','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(26470,1,1,27700,64,1123631243,'2015-08-22 02:08:34',''),(26471,1,1,27701,6,1123631356,'2015-08-22 03:01:53',''),(26472,1,1,27702,1,1542483325,'2015-08-22 05:39:28',''),(26473,1,1,27703,1,2637637380,'2015-08-22 05:41:14',''),(26474,1,1,27704,73,3024883481,'2015-08-22 06:21:07',''),(26475,1,1,27705,26,2637637380,'2015-08-22 07:18:11',''),(26476,1,1,27706,1,3438076626,'2015-08-22 07:55:21',''),(26477,1,1,27707,41,1152705578,'2015-08-22 08:36:02',''),(26478,1,1,27708,18,3496683838,'2015-08-22 09:03:01',''),(26479,1,1,27709,38,3496683838,'2015-08-22 09:03:06',''),(26480,1,1,27710,41,3496683838,'2015-08-22 09:03:14',''),(26481,1,1,27711,43,3496683838,'2015-08-22 09:03:16',''),(26482,1,1,27712,42,1152705578,'2015-08-22 09:16:37',''),(26483,1,1,27713,1,1564459784,'2015-08-22 12:32:42',''),(26484,1,1,27714,1,1564459784,'2015-08-22 12:32:50',''),(26485,1,1,27715,1,1564459784,'2015-08-22 12:32:59',''),(26486,1,1,27716,1,1564459784,'2015-08-22 12:33:09',''),(26487,1,1,27717,1,1546189047,'2015-08-22 16:56:32','https://www.google.co.uk/'),(26488,1,1,27718,1,1123631981,'2015-08-22 18:19:51',''),(26489,1,1,27719,1,1123631969,'2015-08-22 18:54:19',''),(26490,1,1,27720,49,3024883600,'2015-08-22 19:07:41',''),(26491,1,1,27721,68,1123631975,'2015-08-22 19:59:29',''),(26492,1,1,27722,1,1123631981,'2015-08-22 20:48:48',''),(26493,1,1,27723,1,1369269858,'2015-08-22 21:21:43','https://www.google.co.uk/'),(26494,1,1,27724,1,2733889271,'2015-08-22 21:50:19',''),(26495,1,1,27725,6,2733889271,'2015-08-22 21:50:27',''),(26496,1,1,27726,9,2733889271,'2015-08-22 21:50:37',''),(26497,1,1,27727,51,2733889271,'2015-08-22 21:50:43',''),(26498,1,1,27728,69,2733889271,'2015-08-22 21:50:48',''),(26499,1,1,27729,56,2733889271,'2015-08-22 21:50:53',''),(26500,1,1,27730,55,2733889271,'2015-08-22 21:50:57',''),(26501,1,1,27731,62,2733889271,'2015-08-22 21:51:02',''),(26502,1,1,27732,63,2733889271,'2015-08-22 21:51:07',''),(26503,1,1,27733,65,2733889271,'2015-08-22 21:51:13',''),(26504,1,1,27734,64,2733889271,'2015-08-22 21:51:17',''),(26505,1,1,27735,28,2733889271,'2015-08-22 21:51:22',''),(26506,1,1,27736,50,2733889271,'2015-08-22 21:51:27',''),(26507,1,1,27737,48,2733889271,'2015-08-22 21:51:32',''),(26508,1,1,27738,42,2733889271,'2015-08-22 21:51:37',''),(26509,1,1,27739,57,2733889271,'2015-08-22 21:51:42',''),(26510,1,1,27740,16,2733889271,'2015-08-22 21:51:48',''),(26511,1,1,27741,10,2733889271,'2015-08-22 21:51:53',''),(26512,1,1,27742,44,2733889271,'2015-08-22 21:51:57',''),(26513,1,1,27743,27,2733889271,'2015-08-22 21:52:02',''),(26514,1,1,27744,49,2733889271,'2015-08-22 21:52:07',''),(26515,1,1,27745,58,2733889271,'2015-08-22 21:52:13',''),(26516,1,1,27746,38,2733889271,'2015-08-22 21:52:18',''),(26517,1,1,27747,43,2733889271,'2015-08-22 21:52:23',''),(26518,1,1,27748,45,2733889271,'2015-08-22 21:52:27',''),(26519,1,1,27749,41,2733889271,'2015-08-22 21:52:33',''),(26520,1,1,27750,53,2733889271,'2015-08-22 21:52:37',''),(26521,1,1,27751,52,2733889271,'2015-08-22 21:52:42',''),(26522,1,1,27752,16,2733889271,'2015-08-22 21:52:47',''),(26523,1,1,27753,75,2733889271,'2015-08-22 21:52:53',''),(26524,1,1,27754,74,2733889271,'2015-08-22 21:52:58',''),(26525,1,1,27755,59,2733889271,'2015-08-22 21:53:03',''),(26526,1,1,27756,67,2733889271,'2015-08-22 21:53:08',''),(26527,1,1,27757,68,2733889271,'2015-08-22 21:53:13',''),(26528,1,1,27758,16,2733889271,'2015-08-22 21:53:17',''),(26529,1,1,27759,72,2733889271,'2015-08-22 21:53:22',''),(26530,1,1,27760,70,2733889271,'2015-08-22 21:53:27',''),(26531,1,1,27761,71,2733889271,'2015-08-22 21:53:33',''),(26532,1,1,27762,73,2733889271,'2015-08-22 21:53:37',''),(26533,1,1,27763,43,2733889271,'2015-08-22 21:53:42',''),(26534,1,1,27764,43,2733889271,'2015-08-22 21:53:47',''),(26535,1,1,27765,47,2733889271,'2015-08-22 21:53:52',''),(26536,1,1,27766,15,2733889271,'2015-08-22 21:53:57',''),(26537,1,1,27767,31,2733889271,'2015-08-22 21:54:03',''),(26538,1,1,27768,54,2733889271,'2015-08-22 21:54:07',''),(26539,1,1,27769,66,2733889271,'2015-08-22 21:54:13',''),(26540,1,1,27770,26,2733889271,'2015-08-22 21:54:18',''),(26541,1,1,27771,26,2733889271,'2015-08-22 21:54:23',''),(26542,1,1,27772,26,2733889271,'2015-08-22 21:54:27',''),(26543,1,1,27773,26,2733889271,'2015-08-22 21:54:32',''),(26544,1,1,27774,26,2733889271,'2015-08-22 21:54:37',''),(26545,1,1,27775,26,2733889271,'2015-08-22 21:54:43',''),(26546,1,1,27776,26,2733889271,'2015-08-22 21:54:47',''),(26547,1,1,27777,26,2733889271,'2015-08-22 21:54:52',''),(26548,1,1,27778,26,2733889271,'2015-08-22 21:54:57',''),(26549,1,1,27779,26,2733889271,'2015-08-22 21:55:03',''),(26550,1,1,27780,26,2733889271,'2015-08-22 21:55:08',''),(26551,1,1,27781,26,2733889271,'2015-08-22 21:55:13',''),(26552,1,1,27782,26,2733889271,'2015-08-22 21:55:18',''),(26553,1,1,27783,26,2733889271,'2015-08-22 21:55:23',''),(26554,1,1,27784,26,2733889271,'2015-08-22 21:55:28',''),(26555,1,1,27785,26,2733889271,'2015-08-22 21:55:32',''),(26556,1,1,27786,26,2733889271,'2015-08-22 21:55:38',''),(26557,1,1,27787,26,2733889271,'2015-08-22 21:55:43',''),(26558,1,1,27788,26,2733889271,'2015-08-22 21:55:48',''),(26559,1,1,27789,26,2733889271,'2015-08-22 21:55:52',''),(26560,1,1,27790,26,2733889271,'2015-08-22 21:55:58',''),(26561,1,1,27791,26,2733889271,'2015-08-22 21:56:03',''),(26562,1,1,27792,26,2733889271,'2015-08-22 21:56:07',''),(26563,1,1,27793,26,2733889271,'2015-08-22 21:56:12',''),(26564,1,1,27794,26,2733889271,'2015-08-22 21:56:17',''),(26565,1,1,27795,26,2733889271,'2015-08-22 21:56:23',''),(26566,1,1,27796,26,2733889271,'2015-08-22 21:56:28',''),(26567,1,1,27797,26,2733889271,'2015-08-22 21:56:33',''),(26568,1,1,27798,26,2733889271,'2015-08-22 21:56:37',''),(26569,1,1,27799,26,2733889271,'2015-08-22 21:56:42',''),(26570,1,1,27800,26,2733889271,'2015-08-22 21:56:48',''),(26571,1,1,27801,26,2733889271,'2015-08-22 21:56:52',''),(26572,1,1,27802,26,2733889271,'2015-08-22 21:56:57',''),(26573,1,1,27803,26,2733889271,'2015-08-22 21:57:02',''),(26574,1,1,27804,1,1123631981,'2015-08-22 22:25:36',''),(26575,1,1,27805,1,1123631969,'2015-08-22 22:25:41',''),(26576,1,1,27806,1,1123631981,'2015-08-22 23:07:26',''),(26577,1,1,27807,26,2637637380,'2015-08-23 00:05:25',''),(26578,1,1,27808,1,3702877364,'2015-08-23 00:32:11',''),(26579,1,1,27809,1,2071807835,'2015-08-23 01:51:00',''),(26580,1,1,27810,1,3702877291,'2015-08-23 01:54:54',''),(26581,1,1,27811,1,1123631975,'2015-08-23 01:57:11',''),(26582,1,1,27812,1,1123631969,'2015-08-23 02:20:59',''),(26583,1,1,27813,65,1123631981,'2015-08-23 03:39:17',''),(26584,1,1,27814,41,1123631969,'2015-08-23 03:44:22',''),(26585,1,1,27815,1,1123631969,'2015-08-23 04:16:16',''),(26586,1,1,27816,68,1123631981,'2015-08-23 04:35:50',''),(26587,1,1,27818,59,1123631975,'2015-08-23 05:03:48',''),(26588,1,1,27819,1,3536040596,'2015-08-23 05:03:56','http://buttons-for-website.com'),(26589,1,1,27821,1,1123631975,'2015-08-23 05:59:14',''),(26590,1,1,27822,56,1123631969,'2015-08-23 06:00:09',''),(26591,1,1,27825,6,1123631981,'2015-08-23 06:23:00',''),(26592,1,1,27826,15,1123631969,'2015-08-23 06:37:47',''),(26593,1,1,27827,1,3024883602,'2015-08-23 06:55:29',''),(26594,1,1,27828,1,1123631975,'2015-08-23 06:59:05',''),(26595,1,1,27830,14,1123631969,'2015-08-23 07:22:19',''),(26596,1,1,27831,46,1123631969,'2015-08-23 08:02:48',''),(26597,1,1,27832,45,1123631981,'2015-08-23 08:11:46',''),(26598,1,1,27837,55,1123631969,'2015-08-23 08:39:04',''),(26599,1,1,27839,51,1123631975,'2015-08-23 08:39:19',''),(26600,1,1,27842,43,1123631981,'2015-08-23 08:44:34',''),(26601,1,1,27849,1,1503892538,'2015-08-23 09:08:11',''),(26602,1,1,27850,1,1503892538,'2015-08-23 09:08:13',''),(26603,1,1,27851,1,1503892538,'2015-08-23 09:08:15',''),(26604,1,1,27852,52,1123631969,'2015-08-23 09:19:51',''),(26605,1,1,27853,57,1123631975,'2015-08-23 09:21:45',''),(26606,1,1,27855,66,1123631981,'2015-08-23 09:38:45',''),(26607,1,1,27859,1,772036457,'2015-08-23 09:45:09',''),(26608,1,1,27860,1,772036457,'2015-08-23 09:45:11',''),(26609,1,1,27861,1,772036457,'2015-08-23 09:45:15',''),(26610,1,1,27862,1,772036457,'2015-08-23 09:45:17',''),(26611,1,1,27863,1,772036457,'2015-08-23 09:45:19',''),(26612,1,1,27864,1,772036457,'2015-08-23 09:45:22',''),(26613,1,1,27865,1,772036457,'2015-08-23 09:45:25',''),(26614,1,1,27866,1,3495654154,'2015-08-23 10:38:17',''),(26615,1,1,27867,69,1152705578,'2015-08-23 10:45:53',''),(26616,1,1,27868,1,1123631969,'2015-08-23 11:11:00',''),(26617,1,1,27870,62,1123631889,'2015-08-23 11:51:20',''),(26618,1,1,27871,1,1123631981,'2015-08-23 13:56:33',''),(26619,1,1,27872,1,1123631356,'2015-08-23 14:46:27',''),(26620,1,1,27873,1,1542483306,'2015-08-23 14:50:19',''),(26621,1,1,27874,1,1123631356,'2015-08-23 15:17:46',''),(26622,1,1,27875,1,1123631237,'2015-08-23 15:49:04',''),(26623,1,1,27876,1,3702877325,'2015-08-23 15:55:08',''),(26624,1,1,27877,59,3024883470,'2015-08-23 16:09:15',''),(26625,1,1,27878,54,1123631356,'2015-08-23 16:45:39',''),(26626,1,1,27879,47,1123631237,'2015-08-23 17:18:48',''),(26627,1,1,27880,15,1123631356,'2015-08-23 17:23:56',''),(26628,1,1,27883,1,1123631243,'2015-08-23 17:32:29',''),(26629,1,1,27884,43,2071807793,'2015-08-23 17:50:37',''),(26630,1,1,27885,1,1123631237,'2015-08-23 19:25:25',''),(26631,1,1,27886,62,1489375385,'2015-08-23 22:04:14',''),(26632,1,1,27887,63,1489375385,'2015-08-23 22:04:19',''),(26633,1,1,27888,64,1489375385,'2015-08-23 22:04:24',''),(26634,1,1,27889,65,1489375385,'2015-08-23 22:04:28',''),(26635,1,1,27890,68,2637637588,'2015-08-23 22:27:21',''),(26636,1,1,27891,45,3702877346,'2015-08-23 22:55:12',''),(26637,1,1,27892,6,1123631243,'2015-08-23 23:01:53',''),(26638,1,1,27893,1,3024883481,'2015-08-23 23:30:21',''),(26639,1,1,27894,6,1152705578,'2015-08-23 23:44:08',''),(26640,1,1,27895,1,1123631237,'2015-08-24 01:30:34',''),(26641,1,1,27896,14,1123631356,'2015-08-24 01:55:58',''),(26642,1,1,27897,1,1123631237,'2015-08-24 02:35:45',''),(26643,1,1,27898,1,1123631356,'2015-08-24 04:00:46',''),(26644,1,1,27899,1,1123631243,'2015-08-24 05:10:31',''),(26645,1,1,27900,1,1123631237,'2015-08-24 05:15:56',''),(26646,1,1,27901,18,2538613875,'2015-08-24 06:08:55',''),(26647,1,1,27902,38,2538613875,'2015-08-24 06:09:01',''),(26648,1,1,27903,41,2538613875,'2015-08-24 06:09:09',''),(26649,1,1,27904,43,2538613875,'2015-08-24 06:09:15',''),(26650,1,1,27905,1,3411528726,'2015-08-24 06:23:47','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(26651,1,1,27906,1,1123631356,'2015-08-24 06:30:55',''),(26652,1,1,27907,1,786803397,'2015-08-24 07:35:47',''),(26653,1,1,27908,1,1123631356,'2015-08-24 07:42:39',''),(26654,1,1,27909,1,2071807780,'2015-08-24 07:56:07',''),(26655,1,1,27910,1,3702877291,'2015-08-24 08:00:07',''),(26656,1,1,27911,43,1123631243,'2015-08-24 08:09:58',''),(26657,1,1,27912,26,1123631356,'2015-08-24 08:15:52',''),(26658,1,1,27914,26,1123631237,'2015-08-24 08:17:33',''),(26659,1,1,27916,1,1123631237,'2015-08-24 10:00:41',''),(26660,1,1,27917,3,1578511895,'2015-08-24 10:17:50',''),(26661,1,1,27918,26,1578511895,'2015-08-24 10:17:53',''),(26662,1,1,27919,26,1578511895,'2015-08-24 10:17:55',''),(26663,1,1,27920,26,1578511895,'2015-08-24 10:17:57',''),(26664,1,1,27921,26,1578511895,'2015-08-24 10:17:59',''),(26665,1,1,27922,26,1578511895,'2015-08-24 10:18:01',''),(26666,1,1,27923,26,1578511895,'2015-08-24 10:18:04',''),(26667,1,1,27924,26,1578511895,'2015-08-24 10:18:06',''),(26668,1,1,27925,26,1578511895,'2015-08-24 10:18:08',''),(26669,1,1,27926,26,1578511895,'2015-08-24 10:18:10',''),(26670,1,1,27927,26,1578511895,'2015-08-24 10:18:12',''),(26671,1,1,27928,26,1578511895,'2015-08-24 10:18:14',''),(26672,1,1,27929,26,1578511895,'2015-08-24 10:18:17',''),(26673,1,1,27930,26,1578511895,'2015-08-24 10:18:19',''),(26674,1,1,27931,26,1578511895,'2015-08-24 10:18:21',''),(26675,1,1,27932,43,1578511895,'2015-08-24 10:18:24',''),(26676,1,1,27933,43,1578511895,'2015-08-24 10:18:26',''),(26677,1,1,27934,15,1578511895,'2015-08-24 10:18:29',''),(26678,1,1,27935,31,1578511895,'2015-08-24 10:18:32',''),(26679,1,1,27936,47,1578511895,'2015-08-24 10:18:35',''),(26680,1,1,27937,27,1578511895,'2015-08-24 10:18:37',''),(26681,1,1,27938,44,1578511895,'2015-08-24 10:18:40',''),(26682,1,1,27939,49,1578511895,'2015-08-24 10:18:43',''),(26683,1,1,27940,58,1578511895,'2015-08-24 10:18:46',''),(26684,1,1,27941,73,1578511895,'2015-08-24 10:18:49',''),(26685,1,1,27942,71,1578511895,'2015-08-24 10:18:52',''),(26686,1,1,27943,72,1578511895,'2015-08-24 10:18:54',''),(26687,1,1,27944,70,1578511895,'2015-08-24 10:18:58',''),(26688,1,1,27945,10,1578511895,'2015-08-24 10:19:01',''),(26689,1,1,27946,56,2548338033,'2015-08-24 10:41:15','https://www.google.co.uk/'),(26690,1,1,27947,1,1123631237,'2015-08-24 11:31:31',''),(26691,1,1,27948,1,2536341006,'2015-08-24 12:08:56','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(26692,1,1,27949,1,1381937297,'2015-08-24 12:19:45','http://www.1businessenterprise.co.uk/our-clients.php'),(26693,1,1,27950,26,1381937297,'2015-08-24 12:22:41',''),(26694,1,1,27951,55,1381937297,'2015-08-24 12:23:57',''),(26695,1,1,27952,43,1381937297,'2015-08-24 12:25:11',''),(26696,1,1,27953,26,1381937297,'2015-08-24 12:26:27',''),(26697,1,1,27954,63,1381937297,'2015-08-24 12:27:42',''),(26698,1,1,27955,69,1381937297,'2015-08-24 12:28:58',''),(26699,1,1,27956,52,1381937297,'2015-08-24 12:30:16',''),(26700,1,1,27957,10,1381937297,'2015-08-24 12:31:31',''),(26701,1,1,27958,3,1381937297,'2015-08-24 12:32:49',''),(26702,1,1,27959,59,1381937297,'2015-08-24 12:34:07',''),(26703,1,1,27960,72,1381937297,'2015-08-24 12:35:23',''),(26704,1,1,27961,16,1381937297,'2015-08-24 12:36:39',''),(26705,1,1,27962,45,1381937297,'2015-08-24 12:37:58',''),(26706,1,1,27963,50,1381937297,'2015-08-24 12:39:14',''),(26707,1,1,27964,18,1381937297,'2015-08-24 12:40:30',''),(26708,1,1,27965,54,1381937297,'2015-08-24 12:41:47',''),(26709,1,1,27966,42,1381937297,'2015-08-24 12:43:04',''),(26710,1,1,27967,71,1381937297,'2015-08-24 12:44:24',''),(26711,1,1,27968,67,1381937297,'2015-08-24 12:45:40',''),(26712,1,1,27969,66,1381937297,'2015-08-24 12:46:56',''),(26713,1,1,27970,53,1381937297,'2015-08-24 12:48:17',''),(26714,1,1,27971,73,1381937297,'2015-08-24 12:49:37',''),(26715,1,1,27972,75,1381937297,'2015-08-24 12:50:56',''),(26716,1,1,27973,27,1381937297,'2015-08-24 12:52:13',''),(26717,1,1,27974,57,1381937297,'2015-08-24 12:53:35',''),(26718,1,1,27975,1,3024883619,'2015-08-24 12:53:36',''),(26719,1,1,27976,58,1381937297,'2015-08-24 12:54:57',''),(26720,1,1,27977,74,1381937297,'2015-08-24 12:56:17',''),(26721,1,1,27978,47,1381937297,'2015-08-24 12:57:37',''),(26722,1,1,27979,31,1381937297,'2015-08-24 12:58:59',''),(26723,1,1,27980,38,1381937297,'2015-08-24 13:00:22',''),(26724,1,1,27981,26,1381937297,'2015-08-24 13:01:44',''),(26725,1,1,27982,51,1381937297,'2015-08-24 13:03:03',''),(26726,1,1,27983,44,1381937297,'2015-08-24 13:04:20',''),(26727,1,1,27984,26,1381937297,'2015-08-24 13:05:38',''),(26728,1,1,27985,9,1381937297,'2015-08-24 13:07:01',''),(26729,1,1,27986,68,1381937297,'2015-08-24 13:08:20',''),(26730,1,1,27987,26,1381937297,'2015-08-24 13:09:40',''),(26731,1,1,27988,62,1381937297,'2015-08-24 13:10:57',''),(26732,1,1,27989,16,1381937297,'2015-08-24 13:12:17',''),(26733,1,1,27990,49,1381937297,'2015-08-24 13:13:36',''),(26734,1,1,27991,16,1381937297,'2015-08-24 13:14:56',''),(26735,1,1,27992,28,1381937297,'2015-08-24 13:16:19',''),(26736,1,1,27993,15,1381937297,'2015-08-24 13:17:36',''),(26737,1,1,27994,56,1381937297,'2015-08-24 13:18:55',''),(26738,1,1,27995,43,1381937297,'2015-08-24 13:20:12',''),(26739,1,1,27996,64,1381937297,'2015-08-24 13:21:33',''),(26740,1,1,27997,41,1381937297,'2015-08-24 13:22:49',''),(26741,1,1,27998,65,1381937297,'2015-08-24 13:24:11',''),(26742,1,1,27999,48,1381937297,'2015-08-24 13:25:34',''),(26743,1,1,28000,43,1381937297,'2015-08-24 13:26:54',''),(26744,1,1,28001,6,1381937297,'2015-08-24 13:28:15',''),(26745,1,1,28002,1,1123631237,'2015-08-24 13:46:31',''),(26746,1,1,28003,1,1123631243,'2015-08-24 13:48:11',''),(26747,1,1,28004,1,1089909282,'2015-08-24 14:52:26','http://whois.domaintools.com/mstyresblackburn.co.uk'),(26748,1,1,28005,1,3179278716,'2015-08-24 14:57:21','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(26749,1,1,28006,41,1123631975,'2015-08-24 15:23:29',''),(26750,1,1,28007,1,1123631981,'2015-08-24 15:35:24',''),(26751,1,1,28009,41,1123631969,'2015-08-24 16:31:48',''),(26752,1,1,28010,1,1123631981,'2015-08-24 18:24:22',''),(26753,1,1,28011,1,2990498082,'2015-08-24 18:42:36','http://hundejo.com/'),(26754,1,1,28012,68,1557190110,'2015-08-24 19:03:24','http://www.google.de/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F4%2F64-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=jw6'),(26755,1,1,28013,1,1425512793,'2015-08-24 19:05:19','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(26756,1,1,28014,1,1152705578,'2015-08-24 22:05:09',''),(26757,1,1,28015,74,3342489299,'2015-08-24 22:40:59',''),(26758,1,1,28016,57,3702877326,'2015-08-24 23:55:56',''),(26759,1,1,28017,62,1123631969,'2015-08-25 00:59:19',''),(26760,1,1,28018,1,1123631981,'2015-08-25 01:19:07',''),(26761,1,1,28019,56,2637637596,'2015-08-25 02:07:48',''),(26762,1,1,28020,3,3475901756,'2015-08-25 02:26:02',''),(26763,1,1,28021,26,3475901756,'2015-08-25 02:26:04',''),(26764,1,1,28022,29,2637637501,'2015-08-25 03:24:25',''),(26765,1,1,28023,9,2637637501,'2015-08-25 03:24:26',''),(26766,1,1,28024,1,2637637501,'2015-08-25 03:24:28',''),(26767,1,1,28025,6,2637637501,'2015-08-25 03:24:30',''),(26768,1,1,28026,48,3024883481,'2015-08-25 03:41:02',''),(26769,1,1,28027,53,2637637501,'2015-08-25 04:34:56',''),(26770,1,1,28028,1,3024883464,'2015-08-25 06:58:09',''),(26771,1,1,28029,56,3587031638,'2015-08-25 09:25:27',''),(26772,1,1,28030,1,1542483323,'2015-08-25 09:29:12',''),(26773,1,1,28031,51,1123631969,'2015-08-25 10:29:47',''),(26774,1,1,28033,56,1444572836,'2015-08-25 10:54:09','https://www.google.co.uk/'),(26775,1,1,28034,69,1123631975,'2015-08-25 10:54:16',''),(26776,1,1,28035,1,1581062135,'2015-08-25 11:59:48','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(26777,1,1,28036,1,2059998858,'2015-08-25 12:03:30','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(26778,1,1,28037,1,3206580685,'2015-08-25 13:22:07','http://video--production.com'),(26779,1,1,28038,1,1136729881,'2015-08-25 15:55:06','http://buttons-for-website.com'),(26780,1,1,28039,1,1123631969,'2015-08-25 16:36:37',''),(26781,1,1,28040,56,1543927293,'2015-08-25 17:14:48','http://www.google.co.uk/'),(26782,1,1,28041,1,1123631969,'2015-08-25 17:33:17',''),(26783,1,1,28042,1,1041806726,'2015-08-25 18:07:06',''),(26784,1,1,28043,1,1123631981,'2015-08-25 22:00:04',''),(26785,1,1,28044,1,1123631969,'2015-08-25 22:30:11',''),(26786,1,1,28045,66,3475901746,'2015-08-25 22:40:31',''),(26787,1,1,28046,28,1123631975,'2015-08-25 22:55:52',''),(26788,1,1,28047,68,1123631969,'2015-08-25 23:03:44',''),(26789,1,1,28048,1,1523452251,'2015-08-25 23:45:25','https://www.google.co.uk/'),(26790,1,1,28049,41,2071807819,'2015-08-26 00:00:22',''),(26791,1,1,28050,43,1123631975,'2015-08-26 00:03:16',''),(26792,1,1,28051,1,2202586007,'2015-08-26 01:03:04','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(26793,1,1,28052,1,1123631969,'2015-08-26 02:37:46',''),(26794,1,1,28054,1,3338415115,'2015-08-26 03:07:17',''),(26795,1,1,28055,41,3024883600,'2015-08-26 06:38:04',''),(26796,1,1,28056,1,1123631975,'2015-08-26 07:11:24',''),(26797,1,1,28057,1,1376856329,'2015-08-26 08:13:35','https://www.google.co.uk/'),(26798,1,1,28058,68,1123631975,'2015-08-26 08:22:13',''),(26799,1,1,28059,1,1123631981,'2015-08-26 09:14:53',''),(26800,1,1,28061,1,1123631981,'2015-08-26 10:50:42',''),(26801,1,1,28062,1,3057693065,'2015-08-26 11:02:17',''),(26802,1,1,28063,1,1123631975,'2015-08-26 11:15:14',''),(26803,1,1,28064,1,1123631969,'2015-08-26 12:22:54',''),(26804,1,1,28065,1,3138035678,'2015-08-26 12:40:53','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(26805,1,1,28066,1,633047521,'2015-08-26 13:35:52',''),(26806,1,1,28067,1,633047521,'2015-08-26 13:35:55',''),(26807,1,1,28068,1,633047521,'2015-08-26 13:35:57',''),(26808,1,1,28069,1,633047521,'2015-08-26 13:36:00',''),(26809,1,1,28070,1,1148662272,'2015-08-26 13:45:58','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(26810,1,1,28071,1,1123631243,'2015-08-26 15:43:28',''),(26811,1,1,28072,56,3583550086,'2015-08-26 15:58:06',''),(26812,1,1,28073,1,3583550086,'2015-08-26 15:58:10',''),(26813,1,1,28074,56,3583550086,'2015-08-26 15:58:27',''),(26814,1,1,28075,1,1542483265,'2015-08-26 17:29:49',''),(26815,1,1,28076,43,3475901708,'2015-08-26 18:10:00',''),(26816,1,1,28077,63,3024883614,'2015-08-26 19:26:51',''),(26817,1,1,28078,1,2637637544,'2015-08-26 20:01:29',''),(26818,1,1,28079,1,2637637544,'2015-08-26 20:01:30',''),(26819,1,1,28080,1,2637637544,'2015-08-26 20:01:32',''),(26820,1,1,28081,18,772036457,'2015-08-26 20:45:15',''),(26821,1,1,28082,38,772036457,'2015-08-26 20:45:19',''),(26822,1,1,28083,41,772036457,'2015-08-26 20:45:22',''),(26823,1,1,28084,43,772036457,'2015-08-26 20:45:27',''),(26824,1,1,28085,1,3013602226,'2015-08-26 22:43:39',''),(26825,1,1,28086,51,1123631243,'2015-08-26 23:53:00',''),(26826,1,1,28087,1,2990463465,'2015-08-26 23:57:39','http://burger-imperia.com/'),(26827,1,1,28088,43,1123631237,'2015-08-26 23:58:13',''),(26828,1,1,28089,26,2071807763,'2015-08-27 01:20:10',''),(26829,1,1,28090,29,3164934014,'2015-08-27 02:21:15',''),(26830,1,1,28091,1,3124142220,'2015-08-27 02:44:52','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(26831,1,1,28092,59,3164934014,'2015-08-27 03:49:51',''),(26832,1,1,28093,1,3024883490,'2015-08-27 06:28:28',''),(26833,1,1,28094,1,3495573956,'2015-08-27 06:55:05',''),(26834,1,1,28095,1,1123631356,'2015-08-27 07:19:16',''),(26835,1,1,28096,1,1123631243,'2015-08-27 07:56:53',''),(26836,1,1,28097,6,1123631356,'2015-08-27 08:09:23',''),(26837,1,1,28098,3,3475901708,'2015-08-27 09:19:02',''),(26838,1,1,28099,9,3475901708,'2015-08-27 09:19:03',''),(26839,1,1,28100,43,3475901708,'2015-08-27 09:19:06',''),(26840,1,1,28101,43,3475901708,'2015-08-27 09:19:08',''),(26841,1,1,28102,56,3475901708,'2015-08-27 09:19:09',''),(26842,1,1,28103,26,3475901708,'2015-08-27 09:19:10',''),(26843,1,1,28104,18,3475901749,'2015-08-27 09:19:20',''),(26844,1,1,28105,6,3475901749,'2015-08-27 09:19:22',''),(26845,1,1,28106,29,2637637614,'2015-08-27 09:22:25',''),(26846,1,1,28107,1,2637637559,'2015-08-27 09:28:39',''),(26847,1,1,28108,1,1123631356,'2015-08-27 09:47:53',''),(26848,1,1,28109,16,3475901749,'2015-08-27 10:38:39',''),(26849,1,1,28110,1,1531066725,'2015-08-27 12:16:34','http://www.yelp.com/biz_redir?url=http%3A%2F%2Fwww.mstyresblackburn.co.uk&src_bizid=8hHWF-LI-TWx4YziJrYh-A&cachebuster=1440677265&s=c71f018cea81967b5f763e44ca82fb6c730954bd2b580da8c2f95fd28a052153'),(26850,1,1,28111,1,1500103250,'2015-08-27 12:38:43','http://pizza-imperia.com/'),(26851,1,1,28112,6,3475901708,'2015-08-27 14:11:49',''),(26852,1,1,28113,1,1377593655,'2015-08-27 14:15:16','https://www.google.com'),(26853,1,1,28114,3,3164934014,'2015-08-27 15:08:48',''),(26854,1,1,28115,1,1123631969,'2015-08-27 16:30:22',''),(26855,1,1,28116,15,1375852510,'2015-08-27 17:34:45','https://www.google.co.uk/'),(26856,1,1,28117,6,3024883467,'2015-08-27 20:03:20',''),(26857,1,1,28118,1,1123631981,'2015-08-27 20:05:11',''),(26858,1,1,28119,1,3168110902,'2015-08-27 20:38:02',''),(26859,1,1,28120,63,1051513058,'2015-08-27 21:00:06','https://www.google.co.uk/'),(26860,1,1,28121,62,3164934014,'2015-08-27 21:25:02',''),(26861,1,1,28122,1,2538139867,'2015-08-27 21:55:32','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(26862,1,1,28123,15,1439827850,'2015-08-27 22:14:11',''),(26863,1,1,28124,65,3164934014,'2015-08-28 00:37:49',''),(26864,1,1,28125,1,3024883469,'2015-08-28 03:01:30',''),(26865,1,1,28126,1,3495654154,'2015-08-28 03:15:57',''),(26866,1,1,28127,1,1426772789,'2015-08-28 04:40:54','http://hvd-store.com/'),(26867,1,1,28128,1,1123631975,'2015-08-28 08:16:56',''),(26868,1,1,28129,16,3164934014,'2015-08-28 09:13:27',''),(26869,1,1,28130,62,1152705578,'2015-08-28 09:43:45',''),(26870,1,1,28131,1,3024883608,'2015-08-28 09:45:40',''),(26871,1,1,28132,1,3475901763,'2015-08-28 11:35:40',''),(26872,1,1,28133,1,3702877275,'2015-08-28 11:43:11',''),(26873,1,1,28134,1,1123631975,'2015-08-28 11:55:59',''),(26874,1,1,28135,1,1542483290,'2015-08-28 12:15:17',''),(26875,1,1,28136,15,1384441447,'2015-08-28 15:05:41','https://www.google.co.uk/'),(26876,1,1,28137,1,1152705578,'2015-08-28 15:51:08',''),(26877,1,1,28138,1,3024883603,'2015-08-28 16:28:35',''),(26878,1,1,28139,1,2981399595,'2015-08-28 17:05:33','http://video--production.com'),(26879,1,1,28140,65,3571138370,'2015-08-28 19:45:09','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CD0QFjAEahUKEwjk26u_xMzHAhWLjQ0KHWJeB58&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=l7ngVaS0KoubNuK8nfgJ&usg=AFQjC'),(26880,1,1,28141,28,3630930802,'2015-08-28 19:48:28',''),(26881,1,1,28142,50,3630930802,'2015-08-28 19:48:31',''),(26882,1,1,28143,51,3630930802,'2015-08-28 19:48:35',''),(26883,1,1,28144,56,3630930802,'2015-08-28 19:48:38',''),(26884,1,1,28145,1,1123631969,'2015-08-28 20:01:05',''),(26885,1,1,28146,65,1123635614,'2015-08-28 23:29:22','http://www.google.com/search'),(26886,1,1,28147,26,1152705578,'2015-08-28 23:36:58',''),(26887,1,1,28148,69,3164934014,'2015-08-29 00:26:37',''),(26888,1,1,28149,63,2071807836,'2015-08-29 00:32:26',''),(26889,1,1,28150,1,1123631981,'2015-08-29 01:54:04',''),(26890,1,1,28151,3,84504390,'2015-08-29 04:03:01',''),(26891,1,1,28152,26,84504390,'2015-08-29 04:03:03',''),(26892,1,1,28153,26,84504390,'2015-08-29 04:03:05',''),(26893,1,1,28154,26,84504390,'2015-08-29 04:03:07',''),(26894,1,1,28155,26,84504390,'2015-08-29 04:03:09',''),(26895,1,1,28156,26,84504390,'2015-08-29 04:03:12',''),(26896,1,1,28157,26,84504390,'2015-08-29 04:03:14',''),(26897,1,1,28158,26,84504390,'2015-08-29 04:03:16',''),(26898,1,1,28159,26,84504390,'2015-08-29 04:03:18',''),(26899,1,1,28160,26,84504390,'2015-08-29 04:03:20',''),(26900,1,1,28161,26,84504390,'2015-08-29 04:03:22',''),(26901,1,1,28162,26,84504390,'2015-08-29 04:03:24',''),(26902,1,1,28163,26,84504390,'2015-08-29 04:03:26',''),(26903,1,1,28164,26,84504390,'2015-08-29 04:03:28',''),(26904,1,1,28165,26,84504390,'2015-08-29 04:03:30',''),(26905,1,1,28166,1,84504390,'2015-08-29 04:03:32',''),(26906,1,1,28167,1,84504390,'2015-08-29 04:03:34',''),(26907,1,1,28168,1,84504390,'2015-08-29 04:03:37',''),(26908,1,1,28169,1,84504390,'2015-08-29 04:03:40',''),(26909,1,1,28170,1,84504390,'2015-08-29 04:03:42',''),(26910,1,1,28171,1,84504390,'2015-08-29 04:03:45',''),(26911,1,1,28172,43,84504390,'2015-08-29 04:03:47',''),(26912,1,1,28173,43,84504390,'2015-08-29 04:03:49',''),(26913,1,1,28174,15,84504390,'2015-08-29 04:03:52',''),(26914,1,1,28175,31,84504390,'2015-08-29 04:03:55',''),(26915,1,1,28176,47,84504390,'2015-08-29 04:03:57',''),(26916,1,1,28177,27,84504390,'2015-08-29 04:04:00',''),(26917,1,1,28178,44,84504390,'2015-08-29 04:04:04',''),(26918,1,1,28179,49,84504390,'2015-08-29 04:04:06',''),(26919,1,1,28180,58,84504390,'2015-08-29 04:04:09',''),(26920,1,1,28181,73,84504390,'2015-08-29 04:04:12',''),(26921,1,1,28182,71,84504390,'2015-08-29 04:04:15',''),(26922,1,1,28183,72,84504390,'2015-08-29 04:04:18',''),(26923,1,1,28184,70,84504390,'2015-08-29 04:04:21',''),(26924,1,1,28185,10,84504390,'2015-08-29 04:04:23',''),(26925,1,1,28186,63,3164934014,'2015-08-29 04:15:51',''),(26926,1,1,28187,1,1123631981,'2015-08-29 04:33:33',''),(26927,1,1,28188,15,1596849153,'2015-08-29 04:56:30',''),(26928,1,1,28189,1,1596849153,'2015-08-29 04:57:06',''),(26929,1,1,28190,1,1596849153,'2015-08-29 04:57:21',''),(26930,1,1,28191,1,1596849153,'2015-08-29 04:57:41',''),(26931,1,1,28192,1,1596849153,'2015-08-29 04:58:00',''),(26932,1,1,28193,1,1596849153,'2015-08-29 04:58:24',''),(26933,1,1,28194,1,1123631969,'2015-08-29 05:35:20',''),(26934,1,1,28195,15,1397225253,'2015-08-29 06:07:33',''),(26935,1,1,28196,1,1397225253,'2015-08-29 06:07:49',''),(26936,1,1,28197,1,1397225253,'2015-08-29 06:07:58',''),(26937,1,1,28198,1,1397225253,'2015-08-29 06:08:06',''),(26938,1,1,28199,1,1397225253,'2015-08-29 06:08:15',''),(26939,1,1,28200,1,1397225253,'2015-08-29 06:08:35',''),(26940,1,1,28201,44,3024883482,'2015-08-29 07:19:16',''),(26941,1,1,28202,1,2996235009,'2015-08-29 10:14:44',''),(26942,1,1,28203,1,772043973,'2015-08-29 12:11:18',''),(26943,1,1,28204,1,772043973,'2015-08-29 12:11:25',''),(26944,1,1,28205,1,772043973,'2015-08-29 12:11:35',''),(26945,1,1,28206,1,772043973,'2015-08-29 12:11:39',''),(26946,1,1,28207,1,772043973,'2015-08-29 12:11:45',''),(26947,1,1,28208,1,772043973,'2015-08-29 12:11:48',''),(26948,1,1,28209,1,772043973,'2015-08-29 12:11:52',''),(26949,1,1,28210,1,772043973,'2015-08-29 12:11:55',''),(26950,1,1,28211,1,772043973,'2015-08-29 12:11:59',''),(26951,1,1,28212,1,772043973,'2015-08-29 12:12:05',''),(26952,1,1,28213,52,772043973,'2015-08-29 12:12:09',''),(26953,1,1,28214,57,772043973,'2015-08-29 12:12:13',''),(26954,1,1,28215,55,772043973,'2015-08-29 12:12:20',''),(26955,1,1,28216,69,772043973,'2015-08-29 12:12:25',''),(26956,1,1,28217,47,2637637403,'2015-08-29 12:17:40',''),(26957,1,1,28218,1,2753988073,'2015-08-29 13:32:01','https://www.google.co.uk/'),(26958,1,1,28219,68,1123631975,'2015-08-29 15:43:16',''),(26959,1,1,28220,47,3475901718,'2015-08-29 15:50:37',''),(26960,1,1,28221,1,1443192630,'2015-08-29 16:31:52','https://www.google.co.uk/'),(26961,1,1,28222,1,1123631981,'2015-08-29 17:05:58',''),(26962,1,1,28223,1,39860817,'2015-08-29 17:12:20','https://www.google.co.uk/'),(26963,1,1,28224,50,1152705578,'2015-08-29 18:06:22',''),(26964,1,1,28225,1,1041806726,'2015-08-29 18:13:29',''),(26965,1,1,28226,64,3024883469,'2015-08-29 18:50:05',''),(26966,1,1,28227,1,3137811795,'2015-08-29 20:50:32','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(26967,1,1,28228,1,2071807756,'2015-08-29 21:11:54',''),(26968,1,1,28229,1,1163186166,'2015-08-30 00:58:59',''),(26969,1,1,28230,18,772043973,'2015-08-30 01:14:40',''),(26970,1,1,28231,38,772043973,'2015-08-30 01:14:44',''),(26971,1,1,28232,41,772043973,'2015-08-30 01:14:48',''),(26972,1,1,28233,43,772043973,'2015-08-30 01:14:54',''),(26973,1,1,28234,66,3164934014,'2015-08-30 06:15:04',''),(26974,1,1,28235,63,1123631969,'2015-08-30 06:51:48',''),(26975,1,1,28236,1,84498858,'2015-08-30 07:08:41',''),(26976,1,1,28237,1,84498858,'2015-08-30 07:08:43',''),(26977,1,1,28238,1,84498858,'2015-08-30 07:08:45',''),(26978,1,1,28239,18,633047521,'2015-08-30 07:46:46',''),(26979,1,1,28240,38,633047521,'2015-08-30 07:46:49',''),(26980,1,1,28241,41,633047521,'2015-08-30 07:46:51',''),(26981,1,1,28242,43,633047521,'2015-08-30 07:46:54',''),(26982,1,1,28243,1,838076068,'2015-08-30 10:11:09','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(26983,1,1,28244,26,2637637474,'2015-08-30 10:26:13',''),(26984,1,1,28245,59,1123631981,'2015-08-30 12:59:06',''),(26985,1,1,28246,1,1443192730,'2015-08-30 13:11:55','https://www.google.co.uk/'),(26986,1,1,28247,1,1123631981,'2015-08-30 14:57:56',''),(26987,1,1,28248,1,1123631969,'2015-08-30 16:05:48',''),(26988,1,1,28249,1,1542483308,'2015-08-30 16:57:10',''),(26989,1,1,28250,1,1123631981,'2015-08-30 18:41:57',''),(26990,1,1,28251,1,3163019031,'2015-08-30 19:50:13','http://buttons-for-website.com'),(26991,1,1,28252,1,1477637390,'2015-08-30 21:03:41','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(26992,1,1,28253,6,3168110902,'2015-08-30 21:51:51',''),(26993,1,1,28254,1,2637637390,'2015-08-30 22:19:39',''),(26994,1,1,28255,1,1123631981,'2015-08-30 23:09:06',''),(26995,1,1,28256,1,1123631981,'2015-08-30 23:59:57',''),(26996,1,1,28257,1,1123631981,'2015-08-31 01:05:45',''),(26997,1,1,28258,1,3216441876,'2015-08-31 01:51:35','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(26998,1,1,28259,56,1152705578,'2015-08-31 01:59:24',''),(26999,1,1,28260,64,3024883603,'2015-08-31 03:25:18',''),(27000,1,1,28261,1,2050420159,'2015-08-31 05:33:02',''),(27001,1,1,28262,52,3475901825,'2015-08-31 05:41:21',''),(27002,1,1,28263,52,3475901840,'2015-08-31 06:24:12',''),(27003,1,1,28264,6,2637637551,'2015-08-31 07:06:47',''),(27004,1,1,28265,1,2637637551,'2015-08-31 07:06:49',''),(27005,1,1,28266,29,2637637551,'2015-08-31 07:06:50',''),(27006,1,1,28267,26,2637637631,'2015-08-31 08:00:58',''),(27007,1,1,28268,43,2637637631,'2015-08-31 08:00:59',''),(27008,1,1,28269,18,2637637631,'2015-08-31 08:01:01',''),(27009,1,1,28270,1,1123631975,'2015-08-31 09:09:15',''),(27010,1,1,28271,1,1123631981,'2015-08-31 10:28:57',''),(27011,1,1,28246,1,1443192730,'2015-08-31 11:03:25','https://www.google.co.uk/'),(27012,1,1,28272,1,3024883603,'2015-08-31 11:27:31',''),(27013,1,1,28273,76,3164934014,'2015-08-31 11:35:44',''),(27014,1,1,28274,15,3702877298,'2015-08-31 12:04:40',''),(27015,1,1,28275,56,1544023566,'2015-08-31 12:38:12','https://www.google.co.uk/'),(27016,1,1,28276,1,1123631975,'2015-08-31 13:21:01',''),(27017,1,1,28277,1,1041806727,'2015-08-31 14:13:13',''),(27018,1,1,28278,14,3702877279,'2015-08-31 14:33:31',''),(27019,1,1,28279,1,1123631969,'2015-08-31 14:49:42',''),(27020,1,1,28280,1,1123631975,'2015-08-31 15:08:22',''),(27021,1,1,28281,1,3369574467,'2015-08-31 15:42:08','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(27022,1,1,28282,1,1415361151,'2015-08-31 15:52:07','http://www.bing.com/search?q=tyres+blackburn&qs=n&form=QBRE&pq=tyres+blackburn&sc=1-15&sp=-1&sk=&cvid=ffb86892a2484d1b8787c408ce5dd486'),(27023,1,1,28283,1,1123631969,'2015-08-31 16:42:54',''),(27024,1,1,28284,1,1123631969,'2015-08-31 18:06:36',''),(27025,1,1,28285,1,1123631981,'2015-08-31 18:36:57',''),(27026,1,1,28286,1,1123631981,'2015-08-31 19:11:02',''),(27027,1,1,28287,1,3024883592,'2015-08-31 19:22:13',''),(27028,1,1,28289,1,3174489604,'2015-08-31 20:13:08','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(27029,1,1,28290,1,1123631975,'2015-08-31 20:42:58',''),(27030,1,1,28291,1,1123631981,'2015-08-31 21:03:51',''),(27031,1,1,28292,63,1152705578,'2015-08-31 22:22:30',''),(27032,1,1,28293,27,3024883599,'2015-08-31 23:09:41',''),(27033,1,1,28294,51,3164934014,'2015-08-31 23:25:28',''),(27034,1,1,28295,1,1489375385,'2015-09-01 00:26:22',''),(27035,1,1,28296,1,1489375385,'2015-09-01 00:26:25',''),(27036,1,1,28297,52,1489375385,'2015-09-01 00:26:28',''),(27037,1,1,28298,57,1489375385,'2015-09-01 00:26:30',''),(27038,1,1,28299,72,3024883466,'2015-09-01 01:10:52',''),(27039,1,1,28300,1,1152705578,'2015-09-01 03:04:24',''),(27040,1,1,28301,29,1152705578,'2015-09-01 06:54:53',''),(27041,1,1,28302,1,2420939206,'2015-09-01 07:39:34',''),(27042,1,1,28303,1,2420939528,'2015-09-01 07:39:34',''),(27043,1,1,28304,1,633047521,'2015-09-01 08:44:40',''),(27044,1,1,28305,1,633047521,'2015-09-01 08:44:43',''),(27045,1,1,28306,1,633047521,'2015-09-01 08:44:46',''),(27046,1,1,28307,1,633047521,'2015-09-01 08:44:48',''),(27047,1,1,28308,1,633047521,'2015-09-01 08:44:51',''),(27048,1,1,28309,1,633047521,'2015-09-01 08:44:55',''),(27049,1,1,28310,1,633047521,'2015-09-01 08:44:57',''),(27050,1,1,28311,1,633047521,'2015-09-01 08:45:01',''),(27051,1,1,28312,1,633047521,'2015-09-01 08:45:03',''),(27052,1,1,28313,1,633047521,'2015-09-01 08:45:06',''),(27053,1,1,28314,1,1542483317,'2015-09-01 10:29:55',''),(27054,1,1,28315,75,1524353256,'2015-09-01 12:34:47','https://www.google.co.uk/'),(27055,1,1,28316,1,3024883476,'2015-09-01 12:34:49',''),(27056,1,1,28317,1,2071807777,'2015-09-01 12:56:12',''),(27057,1,1,28318,1,3702877301,'2015-09-01 12:58:53',''),(27058,1,1,28319,1,3175074227,'2015-09-01 13:19:32','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(27059,1,1,28320,1,3190552682,'2015-09-01 13:26:23','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(27060,1,1,28321,1,35527899,'2015-09-01 14:34:43','https://www.google.co.uk/'),(27061,1,1,28322,26,2071807826,'2015-09-01 17:20:26',''),(27062,1,1,28323,1,2979919991,'2015-09-01 18:55:32','http://buttons-for-website.com'),(27063,1,1,28324,1,1152705578,'2015-09-01 19:27:47',''),(27064,1,1,28327,1,2637637468,'2015-09-01 20:34:01',''),(27065,1,1,28328,1,1917783499,'2015-09-01 21:01:54','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(27066,1,1,28329,10,3024883487,'2015-09-01 21:23:13',''),(27067,1,1,28330,1,772022347,'2015-09-01 21:40:55',''),(27068,1,1,28331,1,772022347,'2015-09-01 21:40:57',''),(27069,1,1,28332,1,772022347,'2015-09-01 21:40:59',''),(27070,1,1,28333,1,772022347,'2015-09-01 21:41:01',''),(27071,1,1,28334,15,2071807763,'2015-09-02 00:00:52',''),(27072,1,1,28335,1,3231162194,'2015-09-02 00:09:29',''),(27073,1,1,28336,1,3024883601,'2015-09-02 00:13:49',''),(27074,1,1,28337,18,1311682245,'2015-09-02 00:40:15',''),(27075,1,1,28338,38,1311682245,'2015-09-02 00:40:18',''),(27076,1,1,28339,41,1311682245,'2015-09-02 00:40:20',''),(27077,1,1,28340,43,1311682245,'2015-09-02 00:40:22',''),(27078,1,1,28341,1,1123631975,'2015-09-02 05:03:53',''),(27079,1,1,28343,1,3495654154,'2015-09-02 07:24:56',''),(27080,1,1,28344,6,1123631969,'2015-09-02 08:02:39',''),(27081,1,1,28345,1,772045740,'2015-09-02 08:12:13',''),(27082,1,1,28346,1,772045740,'2015-09-02 08:12:17',''),(27083,1,1,28347,1,772045740,'2015-09-02 08:12:25',''),(27084,1,1,28282,1,1415361151,'2015-09-02 09:00:30',''),(27085,1,1,28348,1,1415361151,'2015-09-02 09:01:43',''),(27086,1,1,28349,1,35553724,'2015-09-02 10:04:02','http://search.aol.co.uk/aol/search?s_it=topsearchbox.search&s_chn=hp&v_t=aoluk-homePage50&q=Ms+tyres'),(27087,1,1,28350,65,1376727216,'2015-09-02 10:06:32','https://www.google.co.uk/'),(27088,1,1,28351,16,2637637436,'2015-09-02 11:09:24',''),(27089,1,1,28352,1,1123631981,'2015-09-02 11:57:45',''),(27090,1,1,28353,31,2071807764,'2015-09-02 13:18:22',''),(27091,1,1,28354,1,1139113658,'2015-09-02 13:20:05',''),(27092,1,1,28246,1,1443192730,'2015-09-02 15:48:00','https://www.google.co.uk/'),(27093,1,1,28355,6,2637637424,'2015-09-02 16:26:03',''),(27094,1,1,28356,43,2637637424,'2015-09-02 16:26:05',''),(27095,1,1,28357,43,2637637424,'2015-09-02 16:26:06',''),(27096,1,1,28358,3,2637637425,'2015-09-02 16:26:09',''),(27097,1,1,28359,1,2637637425,'2015-09-02 16:26:10',''),(27098,1,1,28360,18,3475901727,'2015-09-02 16:28:24',''),(27099,1,1,28361,29,3475901727,'2015-09-02 16:28:26',''),(27100,1,1,28362,1,3015321426,'2015-09-02 16:29:31','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(27101,1,1,28363,26,2637637436,'2015-09-02 16:53:02',''),(27102,1,1,28364,56,2637637436,'2015-09-02 16:53:04',''),(27103,1,1,28365,9,2637637436,'2015-09-02 16:53:06',''),(27104,1,1,28315,75,1524353256,'2015-09-02 18:58:40',''),(27105,1,1,28366,1,1542483266,'2015-09-02 19:06:52',''),(27106,1,1,28367,44,2637637436,'2015-09-02 21:16:21',''),(27107,1,1,28368,1,1357561359,'2015-09-02 21:22:05','https://www.google.co.uk/'),(27108,1,1,28369,53,1152705578,'2015-09-02 21:40:26',''),(27109,1,1,28371,48,1123631969,'2015-09-03 00:52:16',''),(27110,1,1,28372,1,1123631975,'2015-09-03 03:48:44',''),(27111,1,1,28373,16,3475901727,'2015-09-03 05:45:52',''),(27112,1,1,28374,38,3024883463,'2015-09-03 07:53:26',''),(27113,1,1,28375,48,3024883475,'2015-09-03 11:28:51',''),(27114,1,1,28376,75,2637637425,'2015-09-03 12:04:46',''),(27115,1,1,28377,1,1123631237,'2015-09-03 12:08:31',''),(27116,1,1,28379,1,2204827759,'2015-09-03 12:33:56',''),(27117,1,1,28380,1,35527653,'2015-09-03 13:44:30','http://search.aol.co.uk/aol/search?s_it=aolbbSunset&s_chn=wm&q=m%20s%20tyres'),(27118,1,1,28381,15,2637637425,'2015-09-03 14:03:13',''),(27119,1,1,28382,1,772036457,'2015-09-03 17:45:04',''),(27120,1,1,28383,1,772036457,'2015-09-03 17:45:07',''),(27121,1,1,28384,1,772036457,'2015-09-03 17:45:10',''),(27122,1,1,28385,70,3024883613,'2015-09-03 18:20:20',''),(27123,1,1,28386,1,1123631237,'2015-09-03 20:05:43',''),(27124,1,1,28387,38,3024883466,'2015-09-03 20:15:24',''),(27125,1,1,28388,6,772063143,'2015-09-03 22:40:21',''),(27126,1,1,28389,1,3024883469,'2015-09-04 00:30:10',''),(27127,1,1,28390,1,1123631237,'2015-09-04 00:56:05',''),(27128,1,1,28392,1,1094179125,'2015-09-04 01:46:56',''),(27129,1,1,28393,1,1123631356,'2015-09-04 02:16:26',''),(27130,1,1,28395,1,1196445102,'2015-09-04 03:14:16','http://buttons-for-website.com'),(27131,1,1,28396,56,3475901721,'2015-09-04 03:16:56',''),(27132,1,1,28397,66,3702877330,'2015-09-04 04:17:08',''),(27133,1,1,28398,1,2637637629,'2015-09-04 04:38:14',''),(27134,1,1,28399,26,2071807830,'2015-09-04 04:50:28',''),(27135,1,1,28400,1,2979937455,'2015-09-04 04:51:33','http://buttons-for-website.com'),(27136,1,1,28401,1,1123631243,'2015-09-04 05:09:32',''),(27137,1,1,28402,1,1094179496,'2015-09-04 05:21:11',''),(27138,1,1,28403,26,2071807835,'2015-09-04 05:23:48',''),(27139,1,1,28404,1,1123631237,'2015-09-04 05:35:51',''),(27140,1,1,28405,1,3342489299,'2015-09-04 05:40:16',''),(27141,1,1,28406,1,3342489299,'2015-09-04 05:40:18',''),(27142,1,1,28407,1,3342489299,'2015-09-04 05:40:21',''),(27143,1,1,28408,1,1123631237,'2015-09-04 06:12:41',''),(27144,1,1,28409,66,2071807820,'2015-09-04 06:30:29',''),(27145,1,1,28410,1,1123631356,'2015-09-04 07:15:41',''),(27146,1,1,28411,1,1123631237,'2015-09-04 08:17:42',''),(27147,1,1,28413,18,2420907426,'2015-09-04 09:42:14',''),(27148,1,1,28414,38,2420907426,'2015-09-04 09:42:17',''),(27149,1,1,28415,41,2420907426,'2015-09-04 09:42:20',''),(27150,1,1,28416,43,2420907426,'2015-09-04 09:42:22',''),(27151,1,1,28417,1,1123631356,'2015-09-04 09:45:32',''),(27152,1,1,28418,6,772063143,'2015-09-04 10:06:44',''),(27153,1,1,28419,1,1123631243,'2015-09-04 10:25:13',''),(27154,1,1,28420,1,1489375385,'2015-09-04 10:30:21',''),(27155,1,1,28421,1,1489375385,'2015-09-04 10:30:25',''),(27156,1,1,28422,1,3282793134,'2015-09-04 11:21:50','https://www.google.co.uk/'),(27157,1,1,28423,1,1542483309,'2015-09-04 12:15:04',''),(27158,1,1,28424,1,1123631975,'2015-09-04 14:08:10',''),(27159,1,1,28425,1,1123631981,'2015-09-04 14:28:40',''),(27160,1,1,28426,1,1123631981,'2015-09-04 15:47:44',''),(27161,1,1,28427,6,772063143,'2015-09-04 16:45:09',''),(27162,1,1,28428,1,1123631981,'2015-09-04 17:20:41',''),(27163,1,1,28429,1,1123631981,'2015-09-04 20:22:20',''),(27164,1,1,28430,48,1603788442,'2015-09-05 00:24:04','https://www.google.co.uk/'),(27165,1,1,28431,1,1123631969,'2015-09-05 02:20:52',''),(27166,1,1,28432,1,3024883614,'2015-09-05 02:55:10',''),(27167,1,1,28433,1,1489375385,'2015-09-05 03:11:27',''),(27168,1,1,28434,1,1489375385,'2015-09-05 03:11:29',''),(27169,1,1,28435,1,1489375385,'2015-09-05 03:11:35',''),(27170,1,1,28436,1,1489375385,'2015-09-05 03:11:40',''),(27171,1,1,28437,1,1489375385,'2015-09-05 03:11:45',''),(27172,1,1,28438,1,1489375385,'2015-09-05 03:11:48',''),(27173,1,1,28439,1,1489375385,'2015-09-05 03:11:53',''),(27174,1,1,28440,68,3024883599,'2015-09-05 06:59:02',''),(27175,1,1,28441,26,3702877297,'2015-09-05 07:12:50',''),(27176,1,1,28442,1,1366185109,'2015-09-05 08:19:28',''),(27177,1,1,28443,1,1366185109,'2015-09-05 08:19:30',''),(27178,1,1,28444,1,1366185109,'2015-09-05 08:19:32',''),(27179,1,1,28445,1,1366185109,'2015-09-05 08:19:35',''),(27180,1,1,28446,1,1366185109,'2015-09-05 08:19:37',''),(27181,1,1,28447,1,1366185109,'2015-09-05 08:19:39',''),(27182,1,1,28448,1,1366185109,'2015-09-05 08:19:42',''),(27183,1,1,28449,1,1366185109,'2015-09-05 08:19:50',''),(27184,1,1,28450,55,1366185109,'2015-09-05 08:19:52',''),(27185,1,1,28451,69,1366185109,'2015-09-05 08:19:55',''),(27186,1,1,27440,1,1443399952,'2015-09-05 08:39:12','https://www.google.co.uk/'),(27187,1,1,28452,1,3164984858,'2015-09-05 09:05:43',''),(27188,1,1,28453,1,3164984858,'2015-09-05 09:05:51',''),(27189,1,1,28454,1,3164984858,'2015-09-05 09:05:53',''),(27190,1,1,28455,1,1454186643,'2015-09-05 09:46:34','http://www.google.co.uk/url?sa=t&source=web&cd=5&rct=j&q=ms%20tyres%20blackburn&ved=0CD0Q_BcoAjAEahUKEwiOvYjozd_HAhWGORQKHZdxB0s&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(27191,1,1,28456,1,1123631975,'2015-09-05 09:53:36',''),(27192,1,1,28457,65,1123631981,'2015-09-05 10:48:51',''),(27193,1,1,28458,59,1123631975,'2015-09-05 12:38:26',''),(27194,1,1,28459,1,1443145235,'2015-09-05 12:55:20','https://www.google.co.uk/'),(27195,1,1,28460,1,3024883614,'2015-09-05 13:27:13',''),(27196,1,1,28461,1,1123631975,'2015-09-05 13:44:03',''),(27197,1,1,28462,68,1437231838,'2015-09-05 13:47:15','http://www.google.fr/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F4%2F64-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=jw6'),(27198,1,1,28463,31,2071807818,'2015-09-05 13:55:13',''),(27199,1,1,28464,1,1123631981,'2015-09-05 13:59:36',''),(27200,1,1,28465,65,1543970909,'2015-09-05 15:16:49','https://www.google.co.uk/'),(27201,1,1,28466,1,1123631969,'2015-09-05 16:48:44',''),(27202,1,1,28468,1,1308079522,'2015-09-05 19:51:07','http://pizza-tycoon.com/'),(27203,1,1,28469,1,1542483301,'2015-09-05 19:52:24',''),(27204,1,1,28470,1,1123631969,'2015-09-05 19:53:52',''),(27205,1,1,28471,68,3024883592,'2015-09-05 21:41:13',''),(27206,1,1,28472,57,1123631981,'2015-09-05 22:30:18',''),(27207,1,1,28473,52,3024883474,'2015-09-05 23:33:48',''),(27208,1,1,28474,1,1123631975,'2015-09-05 23:48:12',''),(27209,1,1,28475,1,772044803,'2015-09-05 23:48:47',''),(27210,1,1,28476,1,1123631969,'2015-09-06 00:06:53',''),(27211,1,1,28477,1,1123631975,'2015-09-06 01:06:02',''),(27212,1,1,28478,1,2033590423,'2015-09-06 01:33:07','http://buttons-for-website.com'),(27213,1,1,28479,1,1123631981,'2015-09-06 03:09:53',''),(27214,1,1,28480,1,1123631975,'2015-09-06 04:01:42',''),(27215,1,1,28481,9,3475901846,'2015-09-06 04:18:21',''),(27216,1,1,28482,15,3475901790,'2015-09-06 04:22:28',''),(27217,1,1,28483,1,1123631969,'2015-09-06 04:48:02',''),(27218,1,1,28484,1,1123631981,'2015-09-06 05:40:50',''),(27219,1,1,28485,3,772045740,'2015-09-06 06:17:39',''),(27220,1,1,28486,26,772045740,'2015-09-06 06:17:50',''),(27221,1,1,28487,26,772045740,'2015-09-06 06:17:55',''),(27222,1,1,28488,26,772045740,'2015-09-06 06:17:57',''),(27223,1,1,28489,26,772045740,'2015-09-06 06:18:01',''),(27224,1,1,28490,26,772045740,'2015-09-06 06:18:09',''),(27225,1,1,28491,26,772045740,'2015-09-06 06:18:15',''),(27226,1,1,28492,26,772045740,'2015-09-06 06:18:18',''),(27227,1,1,28493,26,772045740,'2015-09-06 06:18:22',''),(27228,1,1,28494,26,772045740,'2015-09-06 06:18:27',''),(27229,1,1,28495,26,772045740,'2015-09-06 06:18:29',''),(27230,1,1,28496,26,772045740,'2015-09-06 06:18:32',''),(27231,1,1,28497,26,772045740,'2015-09-06 06:18:35',''),(27232,1,1,28498,26,772045740,'2015-09-06 06:18:40',''),(27233,1,1,28499,26,772045740,'2015-09-06 06:18:44',''),(27234,1,1,28500,26,772045740,'2015-09-06 06:18:47',''),(27235,1,1,28501,26,772045740,'2015-09-06 06:18:51',''),(27236,1,1,28502,26,772045740,'2015-09-06 06:18:56',''),(27237,1,1,28503,26,772045740,'2015-09-06 06:18:59',''),(27238,1,1,28504,26,772045740,'2015-09-06 06:19:09',''),(27239,1,1,28505,26,772045740,'2015-09-06 06:19:17',''),(27240,1,1,28506,16,772045740,'2015-09-06 06:19:22',''),(27241,1,1,28507,15,772045740,'2015-09-06 06:19:28',''),(27242,1,1,28508,31,772045740,'2015-09-06 06:19:35',''),(27243,1,1,28509,47,772045740,'2015-09-06 06:19:40',''),(27244,1,1,28510,27,772045740,'2015-09-06 06:19:48',''),(27245,1,1,28511,44,772045740,'2015-09-06 06:19:55',''),(27246,1,1,28512,49,772045740,'2015-09-06 06:20:01',''),(27247,1,1,28513,58,772045740,'2015-09-06 06:20:05',''),(27248,1,1,28514,59,772045740,'2015-09-06 06:20:09',''),(27249,1,1,28515,68,772045740,'2015-09-06 06:20:18',''),(27250,1,1,28516,75,772045740,'2015-09-06 06:20:21',''),(27251,1,1,28517,67,772045740,'2015-09-06 06:20:25',''),(27252,1,1,28518,10,772045740,'2015-09-06 06:20:29',''),(27253,1,1,28519,1,1123631975,'2015-09-06 07:03:53',''),(27254,1,1,28520,27,1123631975,'2015-09-06 07:51:18',''),(27255,1,1,28521,1,3024883603,'2015-09-06 08:32:41',''),(27256,1,1,28522,1,1443458804,'2015-09-06 08:46:47','https://www.google.co.uk/'),(27257,1,1,28523,1,1377971706,'2015-09-06 08:55:08','https://www.google.co.uk/'),(27258,1,1,28524,1,2071807833,'2015-09-06 09:01:17',''),(27259,1,1,28525,1,3702877286,'2015-09-06 09:05:44',''),(27260,1,1,28526,1,633047521,'2015-09-06 10:37:18',''),(27261,1,1,28527,1,633047521,'2015-09-06 10:37:20',''),(27262,1,1,28528,1,633047521,'2015-09-06 10:37:23',''),(27263,1,1,28529,1,633047521,'2015-09-06 10:37:25',''),(27264,1,1,28530,1,633047521,'2015-09-06 10:37:28',''),(27265,1,1,28531,1,633047521,'2015-09-06 10:37:31',''),(27266,1,1,28532,1,633047521,'2015-09-06 10:37:33',''),(27267,1,1,28533,1,633047521,'2015-09-06 10:37:37',''),(27268,1,1,28534,1,633047521,'2015-09-06 10:37:39',''),(27269,1,1,28535,1,633047521,'2015-09-06 10:37:42',''),(27270,1,1,28536,52,633047521,'2015-09-06 10:37:45',''),(27271,1,1,28537,57,633047521,'2015-09-06 10:37:48',''),(27272,1,1,28538,28,633047521,'2015-09-06 10:37:51',''),(27273,1,1,28539,50,633047521,'2015-09-06 10:37:54',''),(27274,1,1,28540,51,633047521,'2015-09-06 10:37:57',''),(27275,1,1,28541,56,633047521,'2015-09-06 10:38:01',''),(27276,1,1,28542,55,633047521,'2015-09-06 10:38:04',''),(27277,1,1,28543,62,633047521,'2015-09-06 10:38:08',''),(27278,1,1,28544,63,633047521,'2015-09-06 10:38:11',''),(27279,1,1,28545,64,633047521,'2015-09-06 10:38:15',''),(27280,1,1,28546,65,633047521,'2015-09-06 10:38:18',''),(27281,1,1,28547,69,633047521,'2015-09-06 10:38:21',''),(27282,1,1,28548,1,3227305024,'2015-09-06 13:35:00','http://www.bing.com/search?q=tyre+services+blackburn&form=MSNH14&sc=8-4&sp=-1&qs=n&sk='),(27283,1,1,28549,1,1123631975,'2015-09-06 14:06:24',''),(27284,1,1,28550,1,1123631981,'2015-09-06 14:31:15',''),(27285,1,1,28551,55,2953382627,'2015-09-06 15:19:09',''),(27286,1,1,28552,62,2953382627,'2015-09-06 15:19:13',''),(27287,1,1,28553,63,2953382627,'2015-09-06 15:19:18',''),(27288,1,1,28554,64,2953382627,'2015-09-06 15:19:23',''),(27289,1,1,28555,1,292463881,'2015-09-06 15:30:56',''),(27290,1,1,28556,1,2990476559,'2015-09-06 17:34:07',''),(27291,1,1,28557,1,2990476559,'2015-09-06 17:34:12',''),(27292,1,1,28558,1,2990476559,'2015-09-06 17:34:22',''),(27293,1,1,28559,1,1123631975,'2015-09-06 20:04:46',''),(27294,1,1,28560,1,1123631981,'2015-09-06 20:38:24',''),(27295,1,1,28561,1,1123631981,'2015-09-06 23:21:44',''),(27296,1,1,28562,43,2637637463,'2015-09-06 23:25:35',''),(27297,1,1,28563,75,3024883607,'2015-09-07 00:01:44',''),(27298,1,1,28564,52,1152705578,'2015-09-07 04:06:57',''),(27299,1,1,28565,18,2637637463,'2015-09-07 05:30:28',''),(27300,1,1,28566,43,2637637463,'2015-09-07 05:30:30',''),(27301,1,1,28567,29,2637637389,'2015-09-07 05:30:32',''),(27302,1,1,28568,1,2637637463,'2015-09-07 05:30:33',''),(27303,1,1,28569,43,2637637389,'2015-09-07 05:30:34',''),(27304,1,1,28570,26,2637637463,'2015-09-07 05:30:35',''),(27305,1,1,28571,3,2637637389,'2015-09-07 05:30:36',''),(27306,1,1,28572,6,2637637463,'2015-09-07 05:30:37',''),(27307,1,1,28573,56,2637637389,'2015-09-07 05:30:38',''),(27308,1,1,28574,3,2637637389,'2015-09-07 05:30:41',''),(27309,1,1,28575,9,3475901846,'2015-09-07 05:35:00',''),(27310,1,1,28576,15,3475901846,'2015-09-07 05:35:02',''),(27311,1,1,28577,1,1123631981,'2015-09-07 05:38:10',''),(27312,1,1,28578,1,1123631969,'2015-09-07 06:02:54',''),(27313,1,1,28579,1,1123631969,'2015-09-07 06:52:18',''),(27314,1,1,28580,1,919373811,'2015-09-07 08:34:51',''),(27315,1,1,28581,1,1123631969,'2015-09-07 08:49:17',''),(27316,1,1,28582,1,1123631981,'2015-09-07 09:38:51',''),(27317,1,1,28583,65,3024883487,'2015-09-07 09:43:31',''),(27318,1,1,28584,28,1152705578,'2015-09-07 10:56:14',''),(27319,1,1,28585,1,694435124,'2015-09-07 12:42:02','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(27320,1,1,28586,1,1542483299,'2015-09-07 12:57:00',''),(27321,1,1,28587,1,1123631981,'2015-09-07 13:38:15',''),(27322,1,1,28588,1,3024883603,'2015-09-07 15:17:26',''),(27323,1,1,28589,1,1089905930,'2015-09-07 15:26:03','http://whois.domaintools.com/mstyresblackburn.co.uk'),(27324,1,1,28590,56,35230441,'2015-09-07 17:09:19','https://www.google.co.uk/'),(27325,1,1,28591,43,1152705578,'2015-09-07 18:47:22',''),(27326,1,1,28602,1,3134046013,'2015-09-07 19:35:50','http://buttons-for-website.com'),(27327,1,1,28603,1,1123631975,'2015-09-07 19:43:26',''),(27328,1,1,28604,1,1123631969,'2015-09-07 20:03:11',''),(27329,1,1,28606,1,772044803,'2015-09-07 20:47:31',''),(27330,1,1,28607,1,772044803,'2015-09-07 20:47:36',''),(27331,1,1,28608,1,772044803,'2015-09-07 20:47:41',''),(27332,1,1,28609,26,2071807764,'2015-09-07 20:50:54',''),(27333,1,1,28610,1,2733862188,'2015-09-07 21:32:01',''),(27334,1,1,28611,6,2733862188,'2015-09-07 21:32:09',''),(27335,1,1,28612,9,2733862188,'2015-09-07 21:32:19',''),(27336,1,1,28613,65,2733862188,'2015-09-07 21:32:24',''),(27337,1,1,28614,64,2733862188,'2015-09-07 21:32:29',''),(27338,1,1,28615,50,2733862188,'2015-09-07 21:32:34',''),(27339,1,1,28616,28,2733862188,'2015-09-07 21:32:39',''),(27340,1,1,28617,63,2733862188,'2015-09-07 21:32:43',''),(27341,1,1,28618,51,2733862188,'2015-09-07 21:32:49',''),(27342,1,1,28619,69,2733862188,'2015-09-07 21:32:54',''),(27343,1,1,28620,55,2733862188,'2015-09-07 21:32:58',''),(27344,1,1,28621,56,2733862188,'2015-09-07 21:33:03',''),(27345,1,1,28622,62,2733862188,'2015-09-07 21:33:08',''),(27346,1,1,28623,43,2733862188,'2015-09-07 21:33:14',''),(27347,1,1,28624,10,2733862188,'2015-09-07 21:33:19',''),(27348,1,1,28625,49,2733862188,'2015-09-07 21:33:23',''),(27349,1,1,28626,44,2733862188,'2015-09-07 21:33:29',''),(27350,1,1,28627,58,2733862188,'2015-09-07 21:33:34',''),(27351,1,1,28628,27,2733862188,'2015-09-07 21:33:39',''),(27352,1,1,28629,16,2733862188,'2015-09-07 21:33:43',''),(27353,1,1,28630,57,2733862188,'2015-09-07 21:33:49',''),(27354,1,1,28631,48,2733862188,'2015-09-07 21:33:54',''),(27355,1,1,28632,42,2733862188,'2015-09-07 21:33:59',''),(27356,1,1,28633,45,2733862188,'2015-09-07 21:34:04',''),(27357,1,1,28634,52,2733862188,'2015-09-07 21:34:08',''),(27358,1,1,28635,53,2733862188,'2015-09-07 21:34:14',''),(27359,1,1,28636,38,2733862188,'2015-09-07 21:34:19',''),(27360,1,1,28637,41,2733862188,'2015-09-07 21:34:24',''),(27361,1,1,28638,16,2733862188,'2015-09-07 21:34:29',''),(27362,1,1,28639,75,2733862188,'2015-09-07 21:34:34',''),(27363,1,1,28640,67,2733862188,'2015-09-07 21:34:39',''),(27364,1,1,28641,74,2733862188,'2015-09-07 21:34:44',''),(27365,1,1,28642,68,2733862188,'2015-09-07 21:34:48',''),(27366,1,1,28643,59,2733862188,'2015-09-07 21:34:54',''),(27367,1,1,28644,16,2733862188,'2015-09-07 21:34:59',''),(27368,1,1,28645,70,2733862188,'2015-09-07 21:35:04',''),(27369,1,1,28646,73,2733862188,'2015-09-07 21:35:09',''),(27370,1,1,28647,72,2733862188,'2015-09-07 21:35:14',''),(27371,1,1,28648,71,2733862188,'2015-09-07 21:35:18',''),(27372,1,1,28649,43,2733862188,'2015-09-07 21:35:24',''),(27373,1,1,28650,43,2733862188,'2015-09-07 21:35:29',''),(27374,1,1,28651,31,2733862188,'2015-09-07 21:35:34',''),(27375,1,1,28652,47,2733862188,'2015-09-07 21:35:38',''),(27376,1,1,28653,15,2733862188,'2015-09-07 21:35:44',''),(27377,1,1,28654,54,2733862188,'2015-09-07 21:35:49',''),(27378,1,1,28655,66,2733862188,'2015-09-07 21:35:54',''),(27379,1,1,28656,26,2733862188,'2015-09-07 21:35:58',''),(27380,1,1,28657,26,2733862188,'2015-09-07 21:36:03',''),(27381,1,1,28658,26,2733862188,'2015-09-07 21:36:09',''),(27382,1,1,28659,26,2733862188,'2015-09-07 21:36:14',''),(27383,1,1,28660,26,2733862188,'2015-09-07 21:36:19',''),(27384,1,1,28661,26,2733862188,'2015-09-07 21:36:25',''),(27385,1,1,28662,26,2733862188,'2015-09-07 21:36:29',''),(27386,1,1,28663,26,2733862188,'2015-09-07 21:36:34',''),(27387,1,1,28664,26,2733862188,'2015-09-07 21:36:39',''),(27388,1,1,28665,26,2733862188,'2015-09-07 21:36:44',''),(27389,1,1,28666,26,2733862188,'2015-09-07 21:36:49',''),(27390,1,1,28667,26,2733862188,'2015-09-07 21:36:54',''),(27391,1,1,28668,26,2733862188,'2015-09-07 21:36:59',''),(27392,1,1,28669,26,2733862188,'2015-09-07 21:37:03',''),(27393,1,1,28670,26,2733862188,'2015-09-07 21:37:08',''),(27394,1,1,28671,26,2733862188,'2015-09-07 21:37:14',''),(27395,1,1,28672,26,2733862188,'2015-09-07 21:37:19',''),(27396,1,1,28673,26,2733862188,'2015-09-07 21:37:24',''),(27397,1,1,28674,26,2733862188,'2015-09-07 21:37:29',''),(27398,1,1,28675,26,2733862188,'2015-09-07 21:37:33',''),(27399,1,1,28676,26,2733862188,'2015-09-07 21:37:38',''),(27400,1,1,28677,26,2733862188,'2015-09-07 21:37:44',''),(27401,1,1,28678,26,2733862188,'2015-09-07 21:37:49',''),(27402,1,1,28679,26,2733862188,'2015-09-07 21:37:54',''),(27403,1,1,28680,26,2733862188,'2015-09-07 21:37:59',''),(27404,1,1,28681,26,2733862188,'2015-09-07 21:38:04',''),(27405,1,1,28682,26,2733862188,'2015-09-07 21:38:08',''),(27406,1,1,28683,26,2733862188,'2015-09-07 21:38:14',''),(27407,1,1,28684,26,2733862188,'2015-09-07 21:38:19',''),(27408,1,1,28685,26,2733862188,'2015-09-07 21:38:24',''),(27409,1,1,28686,26,2733862188,'2015-09-07 21:38:29',''),(27410,1,1,28687,26,2733862188,'2015-09-07 21:38:34',''),(27411,1,1,28688,26,2733862188,'2015-09-07 21:38:38',''),(27412,1,1,28689,26,2733862188,'2015-09-07 21:38:44',''),(27413,1,1,28690,6,2637637624,'2015-09-07 22:01:16',''),(27414,1,1,28691,66,2071807770,'2015-09-07 22:27:09',''),(27415,1,1,28692,26,1152705578,'2015-09-07 22:59:44',''),(27416,1,1,28693,1,1123631969,'2015-09-07 23:07:19',''),(27417,1,1,28695,1,3024883618,'2015-09-08 01:49:05',''),(27418,1,1,28696,1,1489375385,'2015-09-08 02:27:47',''),(27419,1,1,28697,55,1053993218,'2015-09-08 02:40:23',''),(27420,1,1,28698,62,1053993218,'2015-09-08 02:40:28',''),(27421,1,1,28699,63,1053993218,'2015-09-08 02:40:32',''),(27422,1,1,28700,64,1053993218,'2015-09-08 02:40:37',''),(27423,1,1,28701,1,1123631969,'2015-09-08 03:05:44',''),(27424,1,1,28702,6,1123631969,'2015-09-08 08:19:57',''),(27425,1,1,28703,65,3024883601,'2015-09-08 08:29:33',''),(27426,1,1,28704,6,1755865307,'2015-09-08 12:30:26',''),(27427,1,1,28705,61,1755865307,'2015-09-08 12:30:28',''),(27428,1,1,28706,6,3702877342,'2015-09-08 12:59:23',''),(27429,1,1,28707,1,3149282116,'2015-09-08 13:13:42','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(27430,1,1,28708,1,1051548085,'2015-09-08 14:25:45','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CBUQgU8wAGoVChMIpomq69HnxwIVTG0-Ch3_Mw7z&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.102022582,d.ZGU'),(27431,1,1,28709,56,1359323112,'2015-09-08 15:28:54','https://www.google.co.uk/'),(27432,1,1,28710,28,3024883594,'2015-09-08 16:40:20',''),(27433,1,1,28711,1,3024883485,'2015-09-08 18:33:50',''),(27434,1,1,28712,9,1123631975,'2015-09-08 22:01:07',''),(27435,1,1,28713,1,772045740,'2015-09-08 23:13:47',''),(27436,1,1,28714,1,772045740,'2015-09-08 23:13:51',''),(27437,1,1,28715,1,772045740,'2015-09-08 23:13:57',''),(27438,1,1,28716,1,772045740,'2015-09-08 23:14:02',''),(27439,1,1,28717,1,1054014167,'2015-09-08 23:41:55',''),(27440,1,1,28718,1,1054014167,'2015-09-08 23:41:58',''),(27441,1,1,28719,1,1054014167,'2015-09-08 23:42:00',''),(27442,1,1,28720,1,3024883485,'2015-09-09 00:49:44',''),(27443,1,1,28721,1,786803397,'2015-09-09 01:06:31',''),(27444,1,1,28722,1,3495654154,'2015-09-09 02:36:45',''),(27445,1,1,28723,1,2733903412,'2015-09-09 06:00:01',''),(27446,1,1,28724,1,772022347,'2015-09-09 07:18:42',''),(27447,1,1,28725,1,772022347,'2015-09-09 07:18:44',''),(27448,1,1,28726,1,772022347,'2015-09-09 07:18:47',''),(27449,1,1,28727,1,772022347,'2015-09-09 07:18:49',''),(27450,1,1,28728,1,772022347,'2015-09-09 07:18:51',''),(27451,1,1,28729,1,772022347,'2015-09-09 07:18:53',''),(27452,1,1,28730,1,84504390,'2015-09-09 08:00:40',''),(27453,1,1,28731,1,84504390,'2015-09-09 08:00:42',''),(27454,1,1,28732,1,84504390,'2015-09-09 08:00:45',''),(27455,1,1,28733,1,84504390,'2015-09-09 08:00:47',''),(27456,1,1,28734,44,1152705578,'2015-09-09 08:34:00',''),(27457,1,1,28735,1,3337958234,'2015-09-09 08:40:50',''),(27458,1,1,28736,1,3337958234,'2015-09-09 08:40:53',''),(27459,1,1,28737,1,3337958234,'2015-09-09 08:40:58',''),(27460,1,1,28738,1,3337958234,'2015-09-09 08:41:04',''),(27461,1,1,28739,1,3337958234,'2015-09-09 08:41:07',''),(27462,1,1,28740,1,3337958234,'2015-09-09 08:41:12',''),(27463,1,1,28741,1,1123631975,'2015-09-09 09:33:56',''),(27464,1,1,28742,1,3438076626,'2015-09-09 09:39:36',''),(27465,1,1,28743,26,1152705578,'2015-09-09 09:40:27',''),(27466,1,1,28744,1,1123631981,'2015-09-09 09:41:48',''),(27467,1,1,28745,1,1398937472,'2015-09-09 11:38:10','https://www.google.co.uk/'),(27468,1,1,28746,1,3024883614,'2015-09-09 12:38:30',''),(27469,1,1,28747,56,1051462490,'2015-09-09 12:39:57','http://www.bing.com/search?q=rapid+225%2F45%2F17&src=ie9tr'),(27470,1,1,28748,71,3024883463,'2015-09-09 12:53:28',''),(27471,1,1,28749,1,1796681156,'2015-09-09 13:28:21',''),(27472,1,1,28750,1,1542483279,'2015-09-09 13:51:19',''),(27473,1,1,28751,26,1152705578,'2015-09-09 14:26:15',''),(27474,1,1,28752,1,1394931909,'2015-09-09 17:30:12','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(27475,1,1,28753,1,2637637597,'2015-09-09 20:48:18',''),(27476,1,1,28754,1,3024883462,'2015-09-09 20:52:37',''),(27477,1,1,28755,1,3382858285,'2015-09-09 21:26:01','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(27478,1,1,28756,1,2976265586,'2015-09-09 21:35:59','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(27479,1,1,28757,54,3024883487,'2015-09-09 22:42:12',''),(27480,1,1,28758,1,1094177106,'2015-09-09 23:51:02',''),(27481,1,1,28759,1,2071807785,'2015-09-10 00:16:09',''),(27482,1,1,28760,1,2071807791,'2015-09-10 01:22:48',''),(27483,1,1,28761,1,2071807766,'2015-09-10 01:22:52',''),(27484,1,1,28762,26,2071807860,'2015-09-10 01:56:08',''),(27485,1,1,28763,1,2971006350,'2015-09-10 01:57:25','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(27486,1,1,28764,1,784083286,'2015-09-10 02:19:15','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=806.sScLn8DGX51bk7WIBqfqVT47K1MdvoLYtyJ6FM71U0A.350c9ea100f376c52b212388586f7cfae4ccee3a&uuid=&state=AiuY0DBWFJ4ePaEse6rgeAjgs2pI3DW9J0KiE5XNXd0dp0ZMwFHoviUoYa6nzP7MFsomsouu4qd'),(27487,1,1,28765,6,2637637387,'2015-09-10 02:53:08',''),(27488,1,1,28766,69,3024883489,'2015-09-10 04:12:48',''),(27489,1,1,28767,1,3702877371,'2015-09-10 08:23:52',''),(27490,1,1,28768,1,3702877343,'2015-09-10 08:23:55',''),(27491,1,1,28769,1,1328775979,'2015-09-10 09:34:45','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(27492,1,1,28770,68,3272239650,'2015-09-10 10:12:32','http://www.google.co.uk/url?sa=i&rct=j&q=&esrc=s&frm=1&source=images&cd=&ved=0CAcQjRxqFQoTCP2F3P2c7McCFcw8FAodx2UCtA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&psig=AFQjCNEVhTCscIHq0b2mH'),(27493,1,1,28771,1,1050889871,'2015-09-10 11:15:13',''),(27494,1,1,28772,62,1123631969,'2015-09-10 12:04:12',''),(27495,1,1,28773,1,1328217082,'2015-09-10 12:23:30','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(27496,1,1,28774,54,1123631981,'2015-09-10 12:30:51',''),(27497,1,1,28775,28,1123631975,'2015-09-10 12:37:31',''),(27498,1,1,28777,9,1123631981,'2015-09-10 13:17:31',''),(27499,1,1,28778,6,1385309947,'2015-09-10 13:28:00',''),(27500,1,1,28779,66,1123631981,'2015-09-10 14:10:51',''),(27501,1,1,28780,1,2637637402,'2015-09-10 15:19:06',''),(27502,1,1,28781,1,3702877326,'2015-09-10 16:22:32',''),(27503,1,1,28782,38,2071807799,'2015-09-10 16:55:52',''),(27504,1,1,28783,1,3202736939,'2015-09-10 18:06:29','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(27505,1,1,28784,1,609558531,'2015-09-10 18:27:45',''),(27506,1,1,28785,66,1123631981,'2015-09-10 19:10:51',''),(27507,1,1,28786,1,3204866563,'2015-09-10 19:17:46','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(27508,1,1,28787,1,1489375385,'2015-09-10 19:58:03',''),(27509,1,1,28788,1,1489375385,'2015-09-10 19:58:06',''),(27510,1,1,28789,1,1489375385,'2015-09-10 19:58:25',''),(27511,1,1,28790,55,1503892538,'2015-09-10 22:21:58',''),(27512,1,1,28791,62,1503892538,'2015-09-10 22:22:01',''),(27513,1,1,28792,63,1503892538,'2015-09-10 22:22:03',''),(27514,1,1,28793,64,1503892538,'2015-09-10 22:22:06',''),(27515,1,1,28794,1,3338415115,'2015-09-11 03:05:36',''),(27516,1,1,28795,57,1152705578,'2015-09-11 04:44:27',''),(27517,1,1,28796,1,1123631981,'2015-09-11 04:55:18',''),(27518,1,1,28798,1,1123631975,'2015-09-11 05:34:12',''),(27519,1,1,28799,3,1402306146,'2015-09-11 05:58:18',''),(27520,1,1,28800,26,1402306146,'2015-09-11 05:58:21',''),(27521,1,1,28801,26,1402306146,'2015-09-11 05:58:29',''),(27522,1,1,28802,26,1402306146,'2015-09-11 05:58:34',''),(27523,1,1,28803,26,1402306146,'2015-09-11 05:58:36',''),(27524,1,1,28804,26,1402306146,'2015-09-11 05:58:38',''),(27525,1,1,28805,26,1402306146,'2015-09-11 05:58:41',''),(27526,1,1,28806,26,1402306146,'2015-09-11 05:58:43',''),(27527,1,1,28807,26,1402306146,'2015-09-11 05:58:46',''),(27528,1,1,28808,26,1402306146,'2015-09-11 05:58:48',''),(27529,1,1,28809,26,1402306146,'2015-09-11 05:58:51',''),(27530,1,1,28810,26,1402306146,'2015-09-11 05:58:53',''),(27531,1,1,28811,26,1402306146,'2015-09-11 05:58:55',''),(27532,1,1,28812,26,1402306146,'2015-09-11 05:58:58',''),(27533,1,1,28813,26,1402306146,'2015-09-11 05:59:09',''),(27534,1,1,28814,26,1402306146,'2015-09-11 05:59:12',''),(27535,1,1,28815,26,1402306146,'2015-09-11 05:59:14',''),(27536,1,1,28816,26,1402306146,'2015-09-11 05:59:17',''),(27537,1,1,28817,26,1402306146,'2015-09-11 05:59:19',''),(27538,1,1,28818,26,1402306146,'2015-09-11 05:59:21',''),(27539,1,1,28819,26,1402306146,'2015-09-11 05:59:24',''),(27540,1,1,28820,43,1402306146,'2015-09-11 05:59:27',''),(27541,1,1,28821,16,1402306146,'2015-09-11 05:59:30',''),(27542,1,1,28822,15,1402306146,'2015-09-11 05:59:33',''),(27543,1,1,28823,31,1402306146,'2015-09-11 05:59:35',''),(27544,1,1,28824,47,1402306146,'2015-09-11 05:59:38',''),(27545,1,1,28825,27,1402306146,'2015-09-11 05:59:43',''),(27546,1,1,28826,44,1402306146,'2015-09-11 05:59:46',''),(27547,1,1,28827,49,1402306146,'2015-09-11 05:59:49',''),(27548,1,1,28828,58,1402306146,'2015-09-11 05:59:53',''),(27549,1,1,28829,59,1402306146,'2015-09-11 05:59:58',''),(27550,1,1,28830,68,1402306146,'2015-09-11 06:00:01',''),(27551,1,1,28831,75,1402306146,'2015-09-11 06:00:03',''),(27552,1,1,28832,67,1402306146,'2015-09-11 06:00:06',''),(27553,1,1,28833,10,1402306146,'2015-09-11 06:00:12',''),(27554,1,1,28834,58,3024883619,'2015-09-11 06:17:16',''),(27555,1,1,28835,1,1542483284,'2015-09-11 08:11:16',''),(27556,1,1,28836,45,1123631969,'2015-09-11 11:03:19',''),(27557,1,1,28837,1,1123631975,'2015-09-11 12:06:40',''),(27558,1,1,28838,1,633047521,'2015-09-11 12:17:24',''),(27559,1,1,28839,1,633047521,'2015-09-11 12:17:27',''),(27560,1,1,28840,1,633047521,'2015-09-11 12:17:29',''),(27561,1,1,28841,1,1032306278,'2015-09-11 16:15:23','http://www.baidu.com/s?wd=Mstyresblackburn'),(27562,1,1,28842,1,1352868563,'2015-09-11 18:58:58','http://buttons-for-website.com'),(27563,1,1,28843,65,1443090606,'2015-09-11 22:48:10','https://www.google.co.uk/'),(27564,1,1,28844,1,3024883591,'2015-09-11 23:29:01',''),(27565,1,1,28845,1,1123634146,'2015-09-11 23:50:30',''),(27566,1,1,28846,1,1534710587,'2015-09-12 06:32:15',''),(27567,1,1,28847,1,1534710587,'2015-09-12 06:32:19',''),(27568,1,1,28848,1,1534710587,'2015-09-12 06:32:24',''),(27569,1,1,28849,1,1123634146,'2015-09-12 07:29:26',''),(27570,1,1,28221,1,1443192630,'2015-09-12 08:25:26','https://www.google.co.uk/'),(27571,1,1,28850,1,1506765798,'2015-09-12 08:45:49','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(27572,1,1,28851,1,1544071763,'2015-09-12 09:13:18','https://www.google.co.uk'),(27573,1,1,28852,48,3702877333,'2015-09-12 09:19:06',''),(27574,1,1,28853,1,1041806727,'2015-09-12 09:19:57',''),(27575,1,1,28854,1,3233511746,'2015-09-12 10:11:46',''),(27576,1,1,28855,1,3233511746,'2015-09-12 10:11:49',''),(27577,1,1,28856,1,3233511746,'2015-09-12 10:11:52',''),(27578,1,1,28857,18,3233511746,'2015-09-12 10:11:56',''),(27579,1,1,28858,43,3164933987,'2015-09-12 10:31:40',''),(27580,1,1,28859,1,1489557398,'2015-09-12 11:16:05',''),(27581,1,1,28860,6,1489557398,'2015-09-12 11:16:08',''),(27582,1,1,28861,1,633047521,'2015-09-12 11:44:42',''),(27583,1,1,28862,43,3024883463,'2015-09-12 11:59:48',''),(27584,1,1,28863,1,1402306146,'2015-09-12 12:42:32',''),(27585,1,1,28864,15,3164933987,'2015-09-12 12:53:04',''),(27586,1,1,28865,26,1123634138,'2015-09-12 13:20:12',''),(27587,1,1,28866,71,3024883479,'2015-09-12 13:30:29',''),(27588,1,1,28867,55,2420902020,'2015-09-12 13:37:36',''),(27589,1,1,28868,62,2420902020,'2015-09-12 13:37:38',''),(27590,1,1,28869,63,2420902020,'2015-09-12 13:37:41',''),(27591,1,1,28870,64,2420902020,'2015-09-12 13:37:44',''),(27592,1,1,28871,1,1838980360,'2015-09-12 14:13:51','https://www.google.co.uk/'),(27593,1,1,28872,61,3164933987,'2015-09-12 14:34:22',''),(27594,1,1,28873,6,1603656627,'2015-09-12 14:43:52',''),(27595,1,1,28874,71,3164933987,'2015-09-12 14:48:41',''),(27596,1,1,28875,56,3164933987,'2015-09-12 15:16:10',''),(27597,1,1,28876,55,772044803,'2015-09-12 16:02:17',''),(27598,1,1,28877,62,772044803,'2015-09-12 16:02:23',''),(27599,1,1,28878,63,772044803,'2015-09-12 16:02:28',''),(27600,1,1,28879,64,772044803,'2015-09-12 16:02:32',''),(27601,1,1,28880,1,1542483267,'2015-09-12 16:52:37',''),(27602,1,1,28881,1,1442934818,'2015-09-12 17:14:57','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(27603,1,1,28882,1,1489375385,'2015-09-12 17:24:19',''),(27604,1,1,28883,55,772022347,'2015-09-12 17:37:15',''),(27605,1,1,28884,62,772022347,'2015-09-12 17:37:18',''),(27606,1,1,28885,63,772022347,'2015-09-12 17:37:20',''),(27607,1,1,28886,64,772022347,'2015-09-12 17:37:23',''),(27608,1,1,28887,31,3164933987,'2015-09-12 18:32:10',''),(27609,1,1,28888,1,2071807802,'2015-09-12 19:48:54',''),(27610,1,1,28889,1,1123631491,'2015-09-12 20:01:16',''),(27611,1,1,28890,1,2071807850,'2015-09-12 20:22:14',''),(27612,1,1,28891,1,2071807852,'2015-09-12 20:22:17',''),(27613,1,1,28892,1,2420901739,'2015-09-12 21:37:07',''),(27614,1,1,28893,1,2420901739,'2015-09-12 21:37:10',''),(27615,1,1,28894,1,2420901739,'2015-09-12 21:37:13',''),(27616,1,1,28895,1,2420901739,'2015-09-12 21:37:16',''),(27617,1,1,28896,49,1152705578,'2015-09-12 22:41:19',''),(27618,1,1,28897,6,3164933987,'2015-09-13 00:48:00',''),(27619,1,1,28898,1,2982739946,'2015-09-13 03:50:49','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(27620,1,1,28899,10,3164933987,'2015-09-13 03:59:24',''),(27621,1,1,28900,74,3024883476,'2015-09-13 04:26:36',''),(27622,1,1,28901,67,3164933987,'2015-09-13 04:26:51',''),(27623,1,1,28902,50,3164933987,'2015-09-13 04:40:28',''),(27624,1,1,28903,1,3024883601,'2015-09-13 05:48:30',''),(27625,1,1,28904,55,3164933987,'2015-09-13 05:51:33',''),(27626,1,1,28905,1,84504390,'2015-09-13 06:14:05',''),(27627,1,1,28906,1,84504390,'2015-09-13 06:14:07',''),(27628,1,1,28907,1,84504390,'2015-09-13 06:14:09',''),(27629,1,1,28908,1,84504390,'2015-09-13 06:14:11',''),(27630,1,1,28909,1,84504390,'2015-09-13 06:14:14',''),(27631,1,1,28910,1,84504390,'2015-09-13 06:14:16',''),(27632,1,1,28911,1,84504390,'2015-09-13 06:14:18',''),(27633,1,1,28912,1,3024883618,'2015-09-13 06:59:59',''),(27634,1,1,28913,9,3164933987,'2015-09-13 07:03:35',''),(27635,1,1,28914,65,1152705578,'2015-09-13 08:20:01',''),(27636,1,1,28915,1,1443043137,'2015-09-13 08:21:56',''),(27637,1,1,28916,1,1123631505,'2015-09-13 08:59:04',''),(27638,1,1,28918,29,3164933987,'2015-09-13 09:09:39',''),(27639,1,1,28919,1,2004547311,'2015-09-13 09:56:12',''),(27640,1,1,28920,18,2004547311,'2015-09-13 09:57:37',''),(27641,1,1,28921,1,2004547311,'2015-09-13 09:57:39',''),(27642,1,1,28922,1,2004547311,'2015-09-13 09:57:39',''),(27643,1,1,28924,3,2004547311,'2015-09-13 09:57:39',''),(27644,1,1,28925,9,2004547311,'2015-09-13 09:57:39',''),(27645,1,1,28923,1,2004547311,'2015-09-13 09:57:40',''),(27646,1,1,28926,1,2004547311,'2015-09-13 09:57:40',''),(27647,1,1,28927,1,2004547311,'2015-09-13 09:57:41',''),(27648,1,1,28928,1,2004547311,'2015-09-13 09:57:41',''),(27649,1,1,28929,1,2004547311,'2015-09-13 09:57:41',''),(27650,1,1,28933,6,2004547311,'2015-09-13 09:57:42',''),(27651,1,1,28930,1,2004547311,'2015-09-13 09:57:42',''),(27652,1,1,28931,1,2004547311,'2015-09-13 09:57:42',''),(27653,1,1,28932,1,2004547311,'2015-09-13 09:57:42',''),(27654,1,1,28934,1,2004547311,'2015-09-13 09:57:42',''),(27655,1,1,28935,1,2004547311,'2015-09-13 09:57:47',''),(27656,1,1,28936,1,2004547311,'2015-09-13 09:57:48',''),(27657,1,1,28937,1,2004547311,'2015-09-13 09:57:49',''),(27658,1,1,28938,1,2004547311,'2015-09-13 09:57:49',''),(27659,1,1,28939,1,2004547311,'2015-09-13 09:57:50',''),(27660,1,1,28940,1,2004547311,'2015-09-13 09:57:50',''),(27661,1,1,28941,1,2004547311,'2015-09-13 09:57:50',''),(27662,1,1,28942,1,2004547311,'2015-09-13 09:57:51',''),(27663,1,1,28943,1,2004547311,'2015-09-13 09:57:51',''),(27664,1,1,28944,1,3496676480,'2015-09-13 11:00:06',''),(27665,1,1,28945,1,3496676480,'2015-09-13 11:00:09',''),(27666,1,1,28946,1,3496676480,'2015-09-13 11:00:12',''),(27667,1,1,28947,1,1558897769,'2015-09-13 19:39:24','https://www.google.co.uk/'),(27668,1,1,28948,1,1569689040,'2015-09-13 21:12:20',''),(27669,1,1,28949,43,1152705578,'2015-09-13 22:53:59',''),(27670,1,1,28950,1,772045740,'2015-09-13 23:48:19',''),(27671,1,1,28951,1,772045740,'2015-09-13 23:48:23',''),(27672,1,1,28952,1,772045740,'2015-09-13 23:48:29',''),(27673,1,1,28953,1,772045740,'2015-09-13 23:48:31',''),(27674,1,1,28954,1,772045740,'2015-09-13 23:48:35',''),(27675,1,1,28955,1,772045740,'2015-09-13 23:48:38',''),(27676,1,1,28956,1,772045740,'2015-09-13 23:48:40',''),(27677,1,1,28957,53,3024883605,'2015-09-14 00:36:53',''),(27678,1,1,28958,1,1123631356,'2015-09-14 01:02:06',''),(27679,1,1,28959,58,3164933987,'2015-09-14 02:42:35',''),(27680,1,1,28960,1,772383919,'2015-09-14 03:24:55',''),(27681,1,1,28961,1,772383919,'2015-09-14 03:25:02',''),(27682,1,1,28962,1,772383919,'2015-09-14 03:25:08',''),(27683,1,1,28963,18,772383919,'2015-09-14 03:25:15',''),(27684,1,1,28964,1,3351302034,'2015-09-14 03:54:21',''),(27685,1,1,28965,1,3351302034,'2015-09-14 03:54:24',''),(27686,1,1,28966,1,3351302034,'2015-09-14 03:54:26',''),(27687,1,1,28967,1,1384438130,'2015-09-14 05:54:49','https://www.google.co.uk/'),(27688,1,1,28968,1,2071807834,'2015-09-14 06:10:53',''),(27689,1,1,28969,1,3702877367,'2015-09-14 06:13:14',''),(27690,1,1,28970,1,3024883475,'2015-09-14 06:28:38',''),(27691,1,1,28971,1,1443255930,'2015-09-14 07:10:02','https://www.google.co.uk/'),(27692,1,1,28972,1,2637693643,'2015-09-14 07:14:40',''),(27693,1,1,28973,6,1123631243,'2015-09-14 07:21:16',''),(27694,1,1,28974,1,2637637460,'2015-09-14 08:04:55',''),(27695,1,1,28975,1,1838980360,'2015-09-14 08:59:46','https://www.google.co.uk/'),(27696,1,1,28976,1,1838980360,'2015-09-14 08:59:49','https://www.google.co.uk/'),(27697,1,1,28977,1,1968049467,'2015-09-14 10:35:02',''),(27698,1,1,28978,1,1542483323,'2015-09-14 10:57:30',''),(27699,1,1,28979,6,2637637401,'2015-09-14 11:26:37',''),(27700,1,1,28980,1,1123631243,'2015-09-14 13:26:06',''),(27701,1,1,28981,1,1123631237,'2015-09-14 13:44:03',''),(27702,1,1,28982,1,692965552,'2015-09-14 14:28:16','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(27703,1,1,28983,1,633047521,'2015-09-14 14:33:00',''),(27704,1,1,28984,1,3323679378,'2015-09-14 15:46:24',''),(27705,1,1,28985,15,2637637393,'2015-09-14 16:15:01',''),(27706,1,1,28986,43,2637637396,'2015-09-14 16:15:20',''),(27707,1,1,28987,56,2637637396,'2015-09-14 16:15:22',''),(27708,1,1,28988,43,2637637396,'2015-09-14 16:15:24',''),(27709,1,1,28989,29,2637637396,'2015-09-14 16:15:26',''),(27710,1,1,28990,6,2637637392,'2015-09-14 16:21:58',''),(27711,1,1,28991,1,3156059208,'2015-09-14 16:31:57',''),(27712,1,1,28992,1,1580931018,'2015-09-14 20:20:09','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(27713,1,1,28993,6,2637637392,'2015-09-14 20:22:05',''),(27714,1,1,28994,1,1123635053,'2015-09-14 22:13:50',''),(27715,1,1,28995,1,1123635041,'2015-09-14 22:50:58',''),(27716,1,1,28996,1,2999616852,'2015-09-14 23:05:48',''),(27717,1,1,28997,1,2999616852,'2015-09-14 23:05:50',''),(27718,1,1,28998,1,2999616852,'2015-09-14 23:05:53',''),(27719,1,1,28999,1,2999616852,'2015-09-14 23:05:56',''),(27720,1,1,29000,1,3495654154,'2015-09-14 23:35:09',''),(27721,1,1,29001,3,1152705578,'2015-09-14 23:57:38',''),(27722,1,1,29002,1,1123635047,'2015-09-15 01:31:53',''),(27723,1,1,29003,55,772044803,'2015-09-15 02:07:13',''),(27724,1,1,29004,62,772044803,'2015-09-15 02:07:17',''),(27725,1,1,29005,63,772044803,'2015-09-15 02:07:21',''),(27726,1,1,29006,64,772044803,'2015-09-15 02:07:25',''),(27727,1,1,29007,1,1596849153,'2015-09-15 02:21:09',''),(27728,1,1,29008,1,1596849153,'2015-09-15 02:21:27',''),(27729,1,1,29009,1,1596849153,'2015-09-15 02:21:40',''),(27730,1,1,29010,1,1596849153,'2015-09-15 02:21:50',''),(27731,1,1,29011,1,1596849153,'2015-09-15 02:22:05',''),(27732,1,1,29012,1,1596849153,'2015-09-15 02:22:26',''),(27733,1,1,29013,1,2805495867,'2015-09-15 02:27:52','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(27734,1,1,29014,6,2637693762,'2015-09-15 02:41:18',''),(27735,1,1,29015,1,1596849154,'2015-09-15 03:18:51',''),(27736,1,1,29016,1,1596849154,'2015-09-15 03:20:29',''),(27737,1,1,29017,1,1596849154,'2015-09-15 03:21:11',''),(27738,1,1,29018,1,1596849154,'2015-09-15 03:21:41',''),(27739,1,1,29019,1,1596849154,'2015-09-15 03:22:04',''),(27740,1,1,29020,6,1596849154,'2015-09-15 03:22:31',''),(27741,1,1,29021,1,1123635047,'2015-09-15 04:06:39',''),(27742,1,1,29022,1,1123635053,'2015-09-15 04:28:16',''),(27743,1,1,29023,6,2637637560,'2015-09-15 04:30:34',''),(27744,1,1,29024,55,1489375385,'2015-09-15 06:28:47',''),(27745,1,1,29025,62,1489375385,'2015-09-15 06:28:53',''),(27746,1,1,29026,63,1489375385,'2015-09-15 06:28:57',''),(27747,1,1,29027,64,1489375385,'2015-09-15 06:29:05',''),(27748,1,1,29028,1,1123635047,'2015-09-15 07:06:48',''),(27749,1,1,29030,1,1123635047,'2015-09-15 07:44:05',''),(27750,1,1,29031,56,3242115836,'2015-09-15 08:52:38','https://www.google.co.uk/'),(27751,1,1,29032,1,1123635053,'2015-09-15 08:57:30',''),(27752,1,1,29033,1,1123635047,'2015-09-15 10:21:33',''),(27753,1,1,29034,53,3024883488,'2015-09-15 11:07:48',''),(27754,1,1,29035,69,3702877284,'2015-09-15 14:35:56',''),(27755,1,1,29036,26,3702877306,'2015-09-15 15:42:36',''),(27756,1,1,29037,68,1123635041,'2015-09-15 16:23:15',''),(27757,1,1,29038,1,1123635047,'2015-09-15 19:25:26',''),(27758,1,1,29039,1,417772831,'2015-09-15 20:55:07',''),(27759,1,1,29040,1,417772831,'2015-09-15 20:55:11',''),(27760,1,1,29041,1,417772831,'2015-09-15 20:55:14',''),(27761,1,1,29042,1,417772831,'2015-09-15 20:55:18',''),(27762,1,1,29043,1,1123631969,'2015-09-15 21:55:32',''),(27763,1,1,29044,56,1123631975,'2015-09-15 21:59:41',''),(27764,1,1,29045,26,2071807829,'2015-09-15 23:04:48',''),(27765,1,1,28843,65,1443090606,'2015-09-15 23:11:50','https://www.google.co.uk/'),(27766,1,1,29046,55,3024883594,'2015-09-16 01:03:18',''),(27767,1,1,29047,1,1123631981,'2015-09-16 04:15:37',''),(27768,1,1,29048,1,3024883461,'2015-09-16 04:34:08',''),(27769,1,1,29049,1,1542483285,'2015-09-16 05:47:58',''),(27770,1,1,29050,1,3522758138,'2015-09-16 06:57:01',''),(27771,1,1,29051,1,3522758138,'2015-09-16 06:57:19',''),(27772,1,1,29052,1,1123632082,'2015-09-16 09:17:31',''),(27773,1,1,29053,47,3702877259,'2015-09-16 09:59:07',''),(27774,1,1,29054,1,633047521,'2015-09-16 10:58:30',''),(27775,1,1,29055,1,633047521,'2015-09-16 10:58:33',''),(27776,1,1,29056,1,633047521,'2015-09-16 10:58:35',''),(27777,1,1,29057,1,3366227721,'2015-09-16 15:07:03','http://video--production.com'),(27778,1,1,29058,1,2071807856,'2015-09-16 18:21:47',''),(27779,1,1,29059,1,3702877302,'2015-09-16 18:26:26',''),(27780,1,1,29060,1,35964644,'2015-09-16 18:31:54','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(27781,1,1,29061,66,3024883478,'2015-09-16 19:08:17',''),(27782,1,1,29062,1,1599811011,'2015-09-16 19:26:46',''),(27783,1,1,29063,1,1432219956,'2015-09-16 19:29:55','http://buttons-for-website.com'),(27784,1,1,29064,1,1489375385,'2015-09-16 19:36:40',''),(27785,1,1,29065,1,3702877347,'2015-09-16 20:05:22',''),(27786,1,1,28465,65,1544498174,'2015-09-16 20:43:08',''),(27787,1,1,29066,1,1123632090,'2015-09-16 20:56:51',''),(27788,1,1,29067,1,3024883603,'2015-09-16 23:53:46',''),(27789,1,1,29068,46,3702877369,'2015-09-17 00:46:29',''),(27790,1,1,29069,1,1123631975,'2015-09-17 01:00:42',''),(27791,1,1,29070,1,2731721857,'2015-09-17 06:04:52',''),(27792,1,1,29071,1,3630930802,'2015-09-17 06:30:11',''),(27793,1,1,29072,1,3630930802,'2015-09-17 06:30:14',''),(27794,1,1,29073,1,3630930802,'2015-09-17 06:30:16',''),(27795,1,1,29074,65,1123631969,'2015-09-17 07:03:07',''),(27796,1,1,29075,55,1599811011,'2015-09-17 09:32:09',''),(27797,1,1,29076,62,1599811011,'2015-09-17 09:32:43',''),(27798,1,1,29077,63,1599811011,'2015-09-17 09:33:36',''),(27799,1,1,29078,64,1599811011,'2015-09-17 09:33:41',''),(27800,1,1,29079,1,1123631969,'2015-09-17 09:37:10',''),(27801,1,1,29080,1,2516511492,'2015-09-17 09:52:32','https://www.google.co.uk/'),(27802,1,1,29081,1,1123631981,'2015-09-17 10:04:10',''),(27803,1,1,29082,55,772044803,'2015-09-17 11:04:39',''),(27804,1,1,29083,62,772044803,'2015-09-17 11:04:44',''),(27805,1,1,29084,63,772044803,'2015-09-17 11:04:50',''),(27806,1,1,29085,64,772044803,'2015-09-17 11:04:55',''),(27807,1,1,29086,38,1123631969,'2015-09-17 11:08:06',''),(27808,1,1,29088,1,3024883486,'2015-09-17 11:36:43',''),(27809,1,1,29089,51,1123631981,'2015-09-17 12:05:26',''),(27810,1,1,29090,1,1443146530,'2015-09-17 13:48:39',''),(27811,1,1,29091,55,2916135298,'2015-09-17 14:45:49',''),(27812,1,1,29092,62,2916135298,'2015-09-17 14:45:52',''),(27813,1,1,29093,63,2916135298,'2015-09-17 14:45:55',''),(27814,1,1,29094,64,2916135298,'2015-09-17 14:46:00',''),(27815,1,1,29095,1,1542483304,'2015-09-17 14:57:36',''),(27816,1,1,29096,51,1123631975,'2015-09-17 22:11:10',''),(27817,1,1,29097,1,3575030933,'2015-09-17 23:29:44','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(27818,1,1,29098,1,1123631975,'2015-09-18 01:27:28',''),(27819,1,1,29099,1,1366185109,'2015-09-18 04:00:41',''),(27820,1,1,29100,1,1366185109,'2015-09-18 04:00:44',''),(27821,1,1,29101,1,1366185109,'2015-09-18 04:00:47',''),(27822,1,1,29102,1,1366185109,'2015-09-18 04:00:49',''),(27823,1,1,29103,1,1056860626,'2015-09-18 08:56:51','https://www.google.co.uk/'),(27824,1,1,29104,62,3024883480,'2015-09-18 14:07:14',''),(27825,1,1,29105,1,2731721826,'2015-09-18 16:21:57',''),(27826,1,1,29106,1,2731721826,'2015-09-18 16:22:00',''),(27827,1,1,29107,1,2731721826,'2015-09-18 16:22:02',''),(27828,1,1,29108,1,1442994742,'2015-09-18 18:14:29','https://www.google.co.uk'),(27829,1,1,29109,1,1123631969,'2015-09-18 19:08:37',''),(27830,1,1,29110,3,772044803,'2015-09-18 20:20:17',''),(27831,1,1,29111,26,772044803,'2015-09-18 20:20:22',''),(27832,1,1,29112,26,772044803,'2015-09-18 20:20:28',''),(27833,1,1,29113,26,772044803,'2015-09-18 20:20:31',''),(27834,1,1,29114,26,772044803,'2015-09-18 20:20:34',''),(27835,1,1,29115,26,772044803,'2015-09-18 20:20:38',''),(27836,1,1,29116,26,772044803,'2015-09-18 20:20:42',''),(27837,1,1,29117,26,772044803,'2015-09-18 20:20:45',''),(27838,1,1,29118,26,772044803,'2015-09-18 20:20:52',''),(27839,1,1,29119,26,772044803,'2015-09-18 20:20:57',''),(27840,1,1,29120,26,772044803,'2015-09-18 20:21:03',''),(27841,1,1,29121,26,772044803,'2015-09-18 20:21:07',''),(27842,1,1,29122,26,772044803,'2015-09-18 20:21:13',''),(27843,1,1,29123,26,772044803,'2015-09-18 20:21:18',''),(27844,1,1,29124,26,772044803,'2015-09-18 20:21:26',''),(27845,1,1,29125,26,772044803,'2015-09-18 20:21:30',''),(27846,1,1,29126,26,772044803,'2015-09-18 20:21:33',''),(27847,1,1,29127,26,772044803,'2015-09-18 20:21:36',''),(27848,1,1,29128,26,772044803,'2015-09-18 20:21:40',''),(27849,1,1,29129,26,772044803,'2015-09-18 20:21:44',''),(27850,1,1,29130,26,772044803,'2015-09-18 20:21:48',''),(27851,1,1,29131,43,772044803,'2015-09-18 20:21:52',''),(27852,1,1,29132,16,772044803,'2015-09-18 20:21:56',''),(27853,1,1,29133,15,772044803,'2015-09-18 20:22:01',''),(27854,1,1,29134,31,772044803,'2015-09-18 20:22:05',''),(27855,1,1,29135,47,772044803,'2015-09-18 20:22:14',''),(27856,1,1,29136,27,772044803,'2015-09-18 20:22:20',''),(27857,1,1,29137,44,772044803,'2015-09-18 20:22:26',''),(27858,1,1,29138,49,772044803,'2015-09-18 20:22:33',''),(27859,1,1,29139,58,772044803,'2015-09-18 20:22:39',''),(27860,1,1,29140,59,772044803,'2015-09-18 20:22:43',''),(27861,1,1,29141,68,772044803,'2015-09-18 20:22:47',''),(27862,1,1,29142,75,772044803,'2015-09-18 20:22:51',''),(27863,1,1,29143,67,772044803,'2015-09-18 20:22:59',''),(27864,1,1,29144,10,772044803,'2015-09-18 20:23:06',''),(27865,1,1,29145,1,1123631975,'2015-09-19 00:42:39',''),(27866,1,1,29146,1,1123631969,'2015-09-19 04:55:40',''),(27867,1,1,29147,10,1123631981,'2015-09-19 05:13:58',''),(27868,1,1,29148,1,3702877280,'2015-09-19 06:25:23',''),(27869,1,1,29149,67,3024883617,'2015-09-19 08:38:28',''),(27870,1,1,29150,1,3106797585,'2015-09-19 09:11:42',''),(27871,1,1,29151,1,3106797585,'2015-09-19 09:11:45',''),(27872,1,1,29152,1,3106797585,'2015-09-19 09:11:47',''),(27873,1,1,29153,1,3106797585,'2015-09-19 09:11:49',''),(27874,1,1,29154,1,3106797585,'2015-09-19 09:11:52',''),(27875,1,1,29155,1,3106797585,'2015-09-19 09:11:54',''),(27876,1,1,29156,1,3423400362,'2015-09-19 10:03:49',''),(27877,1,1,29157,1,3423400362,'2015-09-19 10:03:52',''),(27878,1,1,29158,1,3423400362,'2015-09-19 10:03:57',''),(27879,1,1,29159,1,3423400362,'2015-09-19 10:04:01',''),(27880,1,1,29160,47,1123631981,'2015-09-19 11:10:38',''),(27881,1,1,29161,1,1152705578,'2015-09-19 11:17:54',''),(27882,1,1,29162,1,3323674919,'2015-09-19 11:31:06',''),(27883,1,1,29163,1,3323674919,'2015-09-19 11:31:09',''),(27884,1,1,29164,1,3323674919,'2015-09-19 11:31:13',''),(27885,1,1,29165,1,3323674919,'2015-09-19 11:31:17',''),(27886,1,1,29166,1,3323674919,'2015-09-19 11:31:20',''),(27887,1,1,29167,1,3323674919,'2015-09-19 11:31:23',''),(27888,1,1,29168,1,1542483276,'2015-09-19 13:34:42',''),(27889,1,1,29169,10,1123631981,'2015-09-19 15:32:09',''),(27890,1,1,29170,1,1430865670,'2015-09-19 15:51:17','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(27891,1,1,29171,6,1384443820,'2015-09-19 16:16:15','http://www.bing.com/search?q=tyres%20blackburn%20whitebirk&PC=RIMBINGD&A=results'),(27892,1,1,29172,43,2637637525,'2015-09-19 17:49:08',''),(27893,1,1,29173,3,1152705578,'2015-09-19 20:02:46',''),(27894,1,1,29174,1,772044803,'2015-09-19 20:20:13',''),(27895,1,1,29175,1,1531093141,'2015-09-19 20:47:53',''),(27896,1,1,29176,26,3702877362,'2015-09-19 23:27:30',''),(27897,1,1,29177,1,1443004341,'2015-09-19 23:29:41',''),(27898,1,1,29178,55,3342489297,'2015-09-20 00:11:09',''),(27899,1,1,29179,62,3342489297,'2015-09-20 00:11:19',''),(27900,1,1,29180,63,3342489297,'2015-09-20 00:11:24',''),(27901,1,1,29181,64,3342489297,'2015-09-20 00:11:27',''),(27902,1,1,29182,55,772044803,'2015-09-20 01:53:31',''),(27903,1,1,29183,62,772044803,'2015-09-20 01:53:36',''),(27904,1,1,29184,63,772044803,'2015-09-20 01:53:40',''),(27905,1,1,29185,64,772044803,'2015-09-20 01:53:44',''),(27906,1,1,29186,50,3024883467,'2015-09-20 02:24:13',''),(27907,1,1,29187,1,1123631975,'2015-09-20 02:43:18',''),(27908,1,1,29188,1,2071807854,'2015-09-20 04:58:45',''),(27909,1,1,29189,1,3702877346,'2015-09-20 05:03:20',''),(27910,1,1,29190,6,1123631969,'2015-09-20 06:47:36',''),(27911,1,1,29191,55,2953382627,'2015-09-20 07:00:02',''),(27912,1,1,29192,62,2953382627,'2015-09-20 07:00:09',''),(27913,1,1,29193,63,2953382627,'2015-09-20 07:00:14',''),(27914,1,1,29194,64,2953382627,'2015-09-20 07:00:19',''),(27915,1,1,29195,1,1366185109,'2015-09-20 07:45:32',''),(27916,1,1,29196,1,1123631981,'2015-09-20 09:04:36',''),(27917,1,1,29197,1,1523452819,'2015-09-20 09:12:13','https://www.google.co.uk/'),(27918,1,1,29198,42,1053993218,'2015-09-20 09:48:09',''),(27919,1,1,29199,1,3024883611,'2015-09-20 10:33:39',''),(27920,1,1,29200,1,1123631969,'2015-09-20 10:51:21',''),(27921,1,1,29201,1,1123631981,'2015-09-20 11:48:12',''),(27922,1,1,29202,1,1123631969,'2015-09-20 12:07:09',''),(27923,1,1,28947,1,1522976780,'2015-09-20 12:33:38','https://www.google.co.uk/'),(27924,1,1,29203,1,1522976780,'2015-09-20 12:33:50',''),(27925,1,1,29204,48,1522976780,'2015-09-20 12:34:01',''),(27926,1,1,29205,1,3015405695,'2015-09-20 12:49:03','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(27927,1,1,29206,1,1577628226,'2015-09-20 16:43:31','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=webhp&cd=6&ved=0CDQQgU8wBWoVChMIl8_3noaGyAIVZLPbCh3noQCi&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(27928,1,1,29207,1,1123631981,'2015-09-20 17:09:46',''),(27929,1,1,29208,51,3024883475,'2015-09-20 17:16:39',''),(27930,1,1,29209,1,3024883477,'2015-09-20 18:09:49',''),(27931,1,1,29210,43,1123631975,'2015-09-20 20:02:57',''),(27932,1,1,29211,41,1123631981,'2015-09-20 20:15:05',''),(27933,1,1,29212,1,3024883483,'2015-09-20 20:33:33',''),(27934,1,1,29213,1,1123631981,'2015-09-20 20:46:26',''),(27935,1,1,29214,1,1402306146,'2015-09-20 23:52:32',''),(27936,1,1,29215,1,1402306146,'2015-09-20 23:52:34',''),(27937,1,1,29216,1,1402306146,'2015-09-20 23:52:37',''),(27938,1,1,29217,1,1402306146,'2015-09-20 23:52:39',''),(27939,1,1,29218,1,3253684470,'2015-09-21 05:52:09',''),(27940,1,1,29219,1,3253684470,'2015-09-21 05:52:11',''),(27941,1,1,29220,1,3253684470,'2015-09-21 05:52:14',''),(27942,1,1,29221,1,1123631981,'2015-09-21 06:08:28',''),(27943,1,1,29222,1,1542483317,'2015-09-21 07:26:43',''),(27944,1,1,29223,43,1123631969,'2015-09-21 08:07:49',''),(27945,1,1,29224,1,1123631981,'2015-09-21 08:26:49',''),(27946,1,1,29225,50,3702877298,'2015-09-21 09:57:35',''),(27947,1,1,29226,1,839914963,'2015-09-21 11:04:11',''),(27948,1,1,29227,43,2637637481,'2015-09-21 11:08:28',''),(27949,1,1,29228,26,2637637481,'2015-09-21 11:08:30',''),(27950,1,1,29229,15,2637637490,'2015-09-21 11:08:44',''),(27951,1,1,29230,3,2637637490,'2015-09-21 11:08:46',''),(27952,1,1,29231,3,2637637490,'2015-09-21 11:08:48',''),(27953,1,1,29232,18,2637637490,'2015-09-21 11:08:50',''),(27954,1,1,29233,29,2637637490,'2015-09-21 11:08:51',''),(27955,1,1,29234,1,3227715696,'2015-09-21 12:08:41',''),(27956,1,1,29235,1,3227715696,'2015-09-21 12:08:44',''),(27957,1,1,29236,1,3227715696,'2015-09-21 12:08:48',''),(27958,1,1,29237,1,3227715696,'2015-09-21 12:08:51',''),(27959,1,1,29238,1,3017401989,'2015-09-21 14:07:27','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(27960,1,1,29239,1,526349747,'2015-09-21 15:27:49','https://www.google.co.uk/'),(27961,1,1,29240,1,1546189199,'2015-09-21 16:40:29',''),(27962,1,1,29241,26,1152705578,'2015-09-21 18:02:58',''),(27963,1,1,29242,1,2637637416,'2015-09-21 18:43:15',''),(27964,1,1,29243,1,2982696614,'2015-09-21 18:44:35','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(27965,1,1,29244,1,3024883466,'2015-09-21 19:38:53',''),(27966,1,1,29245,1,1123631975,'2015-09-21 19:50:34',''),(27967,1,1,29246,1,772043973,'2015-09-21 20:21:03',''),(27968,1,1,29247,1,1123631969,'2015-09-21 21:43:51',''),(27969,1,1,29248,18,1152705578,'2015-09-22 01:22:34',''),(27970,1,1,29249,55,772383919,'2015-09-22 01:53:06',''),(27971,1,1,29250,62,772383919,'2015-09-22 01:53:09',''),(27972,1,1,29251,63,772383919,'2015-09-22 01:53:12',''),(27973,1,1,29252,64,772383919,'2015-09-22 01:53:15',''),(27974,1,1,29253,1,3111135849,'2015-09-22 06:35:58',''),(27975,1,1,29254,1,3111135849,'2015-09-22 06:36:00',''),(27976,1,1,29255,1,3111135849,'2015-09-22 06:36:03',''),(27977,1,1,29256,1,3111135849,'2015-09-22 06:36:06',''),(27978,1,1,29257,1,1730879542,'2015-09-22 06:47:13','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(27979,1,1,29258,1,772043973,'2015-09-22 10:38:28',''),(27980,1,1,29259,1,772043973,'2015-09-22 10:38:45',''),(27981,1,1,29260,1,3702877284,'2015-09-22 11:47:01',''),(27982,1,1,29261,1,1123631981,'2015-09-22 11:51:03',''),(27983,1,1,29262,1,3366620666,'2015-09-22 11:51:16','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(27984,1,1,29263,68,3024883619,'2015-09-22 14:39:55',''),(27985,1,1,29264,1,3024883475,'2015-09-22 15:09:56',''),(27986,1,1,29265,1,3024883603,'2015-09-22 15:09:59',''),(27987,1,1,29266,1,1123631969,'2015-09-22 15:22:11',''),(27988,1,1,29267,1,1542483290,'2015-09-22 16:13:20',''),(27989,1,1,29268,56,3475901821,'2015-09-22 16:54:15',''),(27990,1,1,29269,1,1089906070,'2015-09-22 18:03:37','http://whois.domaintools.com/mstyresblackburn.co.uk'),(27991,1,1,29270,64,1152705578,'2015-09-22 20:08:41',''),(27992,1,1,29271,1,756515219,'2015-09-22 21:45:58','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(27993,1,1,29272,68,3024883604,'2015-09-22 21:54:27',''),(27994,1,1,29273,1,3221030215,'2015-09-22 22:57:05','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(27995,1,1,29274,53,2071807766,'2015-09-22 23:33:09',''),(27996,1,1,29275,38,1152705578,'2015-09-23 00:06:47',''),(27997,1,1,29276,6,1152705578,'2015-09-23 01:05:27',''),(27998,1,1,29277,1,1123631975,'2015-09-23 01:57:50',''),(27999,1,1,29278,1,3220810294,'2015-09-23 03:39:40','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(28000,1,1,29279,1,1123631981,'2015-09-23 10:06:40',''),(28001,1,1,29280,1,1427727554,'2015-09-23 10:31:15',''),(28002,1,1,29281,1,1427727554,'2015-09-23 10:31:33',''),(28003,1,1,29282,1,1427727554,'2015-09-23 10:31:39',''),(28004,1,1,29283,1,1534710587,'2015-09-23 11:16:39',''),(28005,1,1,29284,1,1534710587,'2015-09-23 11:16:45',''),(28006,1,1,29285,1,1534710587,'2015-09-23 11:16:49',''),(28007,1,1,29286,1,1534710587,'2015-09-23 11:16:53',''),(28008,1,1,29287,1,2970177289,'2015-09-23 12:03:09','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(28009,1,1,29288,15,39989484,'2015-09-23 13:00:39','https://www.google.co.uk/'),(28010,1,1,29289,1,1041806727,'2015-09-23 13:10:26',''),(28011,1,1,29290,1,3024883613,'2015-09-23 14:34:36',''),(28012,1,1,29291,1,3024883605,'2015-09-23 14:34:39',''),(28013,1,1,29292,56,1589999785,'2015-09-23 15:17:47','https://www.google.co.uk/'),(28014,1,1,29293,1,1123631975,'2015-09-23 15:50:56',''),(28015,1,1,29294,1,1123631969,'2015-09-23 17:06:47',''),(28016,1,1,29295,52,1123631975,'2015-09-23 18:10:40',''),(28017,1,1,29296,18,1600947369,'2015-09-23 18:11:12',''),(28018,1,1,29297,1,3323679384,'2015-09-23 19:06:40',''),(28019,1,1,29298,1,3323679384,'2015-09-23 19:06:45',''),(28020,1,1,29299,1,3323679384,'2015-09-23 19:06:52',''),(28021,1,1,29300,1,3323674919,'2015-09-23 19:07:51',''),(28022,1,1,29301,1,3323674919,'2015-09-23 19:07:54',''),(28023,1,1,29302,1,3323674919,'2015-09-23 19:07:57',''),(28024,1,1,29303,1,3323674919,'2015-09-23 19:08:02',''),(28025,1,1,29304,1,1123631969,'2015-09-23 19:20:48',''),(28026,1,1,29305,1,772045740,'2015-09-23 20:11:16',''),(28027,1,1,29306,48,1123631981,'2015-09-23 20:47:30',''),(28028,1,1,29307,9,1570681560,'2015-09-23 21:11:08',''),(28029,1,1,29308,15,3475901715,'2015-09-23 22:35:51',''),(28030,1,1,29309,3,629968162,'2015-09-23 23:12:37',''),(28031,1,1,29310,1,1123631969,'2015-09-23 23:14:15',''),(28032,1,1,29311,1,1032306279,'2015-09-24 01:59:16','http://www.baidu.com/s?wd=Mstyresblackburn'),(28033,1,1,29312,1,1032306400,'2015-09-24 01:59:16','http://www.baidu.com/s?wd=Mstyresblackburn'),(28034,1,1,29313,27,2538610576,'2015-09-24 02:22:05',''),(28035,1,1,29314,70,2538610576,'2015-09-24 02:38:14',''),(28036,1,1,29315,1,2733853571,'2015-09-24 02:42:03',''),(28037,1,1,29316,6,2733853571,'2015-09-24 02:42:11',''),(28038,1,1,29317,9,2733853571,'2015-09-24 02:42:21',''),(28039,1,1,29318,56,2733853571,'2015-09-24 02:42:27',''),(28040,1,1,29319,63,2733853571,'2015-09-24 02:42:32',''),(28041,1,1,29320,64,2733853571,'2015-09-24 02:42:37',''),(28042,1,1,29321,55,2733853571,'2015-09-24 02:42:41',''),(28043,1,1,29322,50,2733853571,'2015-09-24 02:42:47',''),(28044,1,1,29323,62,2733853571,'2015-09-24 02:42:51',''),(28045,1,1,29324,28,2733853571,'2015-09-24 02:42:57',''),(28046,1,1,29325,65,2733853571,'2015-09-24 02:43:01',''),(28047,1,1,29326,69,2733853571,'2015-09-24 02:43:06',''),(28048,1,1,29327,51,2733853571,'2015-09-24 02:43:11',''),(28049,1,1,29328,45,2733853571,'2015-09-24 02:43:17',''),(28050,1,1,29329,16,2733853571,'2015-09-24 02:43:22',''),(28051,1,1,29330,10,2733853571,'2015-09-24 02:43:27',''),(28052,1,1,29331,44,2733853571,'2015-09-24 02:43:32',''),(28053,1,1,29332,27,2733853571,'2015-09-24 02:43:36',''),(28054,1,1,29333,58,2733853571,'2015-09-24 02:43:41',''),(28055,1,1,29334,49,2733853571,'2015-09-24 02:43:47',''),(28056,1,1,29335,41,2733853571,'2015-09-24 02:43:51',''),(28057,1,1,29336,42,2733853571,'2015-09-24 02:43:57',''),(28058,1,1,29337,53,2733853571,'2015-09-24 02:44:01',''),(28059,1,1,29338,52,2733853571,'2015-09-24 02:44:06',''),(28060,1,1,29339,48,2733853571,'2015-09-24 02:44:12',''),(28061,1,1,29340,57,2733853571,'2015-09-24 02:44:16',''),(28062,1,1,29341,43,2733853571,'2015-09-24 02:44:22',''),(28063,1,1,29342,38,2733853571,'2015-09-24 02:44:26',''),(28064,1,1,29343,16,2733853571,'2015-09-24 02:44:32',''),(28065,1,1,29344,74,2733853571,'2015-09-24 02:44:37',''),(28066,1,1,29345,59,2733853571,'2015-09-24 02:44:42',''),(28067,1,1,29346,68,2733853571,'2015-09-24 02:44:47',''),(28068,1,1,29347,67,2733853571,'2015-09-24 02:44:52',''),(28069,1,1,29348,75,2733853571,'2015-09-24 02:44:56',''),(28070,1,1,29349,16,2733853571,'2015-09-24 02:45:01',''),(28071,1,1,29350,70,2733853571,'2015-09-24 02:45:07',''),(28072,1,1,29351,73,2733853571,'2015-09-24 02:45:11',''),(28073,1,1,29352,72,2733853571,'2015-09-24 02:45:16',''),(28074,1,1,29353,71,2733853571,'2015-09-24 02:45:22',''),(28075,1,1,29354,43,2733853571,'2015-09-24 02:45:26',''),(28076,1,1,29355,43,2733853571,'2015-09-24 02:45:31',''),(28077,1,1,29356,47,2733853571,'2015-09-24 02:45:37',''),(28078,1,1,29357,15,2733853571,'2015-09-24 02:45:41',''),(28079,1,1,29358,31,2733853571,'2015-09-24 02:45:46',''),(28080,1,1,29359,66,2733853571,'2015-09-24 02:45:51',''),(28081,1,1,29360,54,2733853571,'2015-09-24 02:45:56',''),(28082,1,1,29361,26,2733853571,'2015-09-24 02:46:01',''),(28083,1,1,29362,26,2733853571,'2015-09-24 02:46:07',''),(28084,1,1,29363,26,2733853571,'2015-09-24 02:46:11',''),(28085,1,1,29364,26,2733853571,'2015-09-24 02:46:16',''),(28086,1,1,29365,26,2733853571,'2015-09-24 02:46:22',''),(28087,1,1,29366,26,2733853571,'2015-09-24 02:46:26',''),(28088,1,1,29367,26,2733853571,'2015-09-24 02:46:31',''),(28089,1,1,29368,26,2733853571,'2015-09-24 02:46:37',''),(28090,1,1,29369,26,2733853571,'2015-09-24 02:46:41',''),(28091,1,1,29370,26,2733853571,'2015-09-24 02:46:46',''),(28092,1,1,29371,26,2733853571,'2015-09-24 02:46:51',''),(28093,1,1,29372,26,2733853571,'2015-09-24 02:46:57',''),(28094,1,1,29373,26,2733853571,'2015-09-24 02:47:01',''),(28095,1,1,29374,26,2733853571,'2015-09-24 02:47:06',''),(28096,1,1,29375,26,2733853571,'2015-09-24 02:47:11',''),(28097,1,1,29376,26,2733853571,'2015-09-24 02:47:16',''),(28098,1,1,29377,26,2733853571,'2015-09-24 02:47:22',''),(28099,1,1,29378,26,2733853571,'2015-09-24 02:47:26',''),(28100,1,1,29379,26,2733853571,'2015-09-24 02:47:31',''),(28101,1,1,29380,26,2733853571,'2015-09-24 02:47:36',''),(28102,1,1,29381,26,2733853571,'2015-09-24 02:47:42',''),(28103,1,1,29382,26,2733853571,'2015-09-24 02:47:46',''),(28104,1,1,29383,26,2733853571,'2015-09-24 02:47:51',''),(28105,1,1,29384,26,2733853571,'2015-09-24 02:47:56',''),(28106,1,1,29385,26,2733853571,'2015-09-24 02:48:02',''),(28107,1,1,29386,26,2733853571,'2015-09-24 02:48:06',''),(28108,1,1,29387,26,2733853571,'2015-09-24 02:48:11',''),(28109,1,1,29388,26,2733853571,'2015-09-24 02:48:16',''),(28110,1,1,29389,26,2733853571,'2015-09-24 02:48:21',''),(28111,1,1,29390,26,2733853571,'2015-09-24 02:48:27',''),(28112,1,1,29391,26,2733853571,'2015-09-24 02:48:31',''),(28113,1,1,29392,26,2733853571,'2015-09-24 02:48:36',''),(28114,1,1,29393,26,2733853571,'2015-09-24 02:48:41',''),(28115,1,1,29394,26,2733853571,'2015-09-24 02:48:46',''),(28116,1,1,29395,1,786803397,'2015-09-24 03:30:34',''),(28117,1,1,29396,53,3702877345,'2015-09-24 04:24:55',''),(28118,1,1,29397,63,1123635089,'2015-09-24 04:48:24',''),(28119,1,1,29398,26,2297627991,'2015-09-24 04:50:27',''),(28120,1,1,29399,26,2297627991,'2015-09-24 04:50:29',''),(28121,1,1,29400,26,2297627991,'2015-09-24 04:50:31',''),(28122,1,1,29401,26,2297627991,'2015-09-24 04:50:33',''),(28123,1,1,29402,16,2297627991,'2015-09-24 04:50:36',''),(28124,1,1,29403,16,2297627991,'2015-09-24 04:50:38',''),(28125,1,1,29404,73,2297627991,'2015-09-24 04:50:41',''),(28126,1,1,29405,71,2297627991,'2015-09-24 04:50:44',''),(28127,1,1,29406,72,2297627991,'2015-09-24 04:50:46',''),(28128,1,1,29407,70,2297627991,'2015-09-24 04:50:49',''),(28129,1,1,29408,1,1123635075,'2015-09-24 05:27:08',''),(28130,1,1,29409,45,3702877368,'2015-09-24 08:36:50',''),(28131,1,1,29410,1,3220812801,'2015-09-24 09:55:30','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(28132,1,1,29411,1,772036457,'2015-09-24 10:48:22',''),(28133,1,1,29412,1,772036457,'2015-09-24 10:48:29',''),(28134,1,1,29413,1,772036457,'2015-09-24 10:48:33',''),(28135,1,1,29414,1,1542483321,'2015-09-24 10:53:19',''),(28136,1,1,29415,56,3024883478,'2015-09-24 10:59:37',''),(28137,1,1,29416,68,2538610576,'2015-09-24 11:47:39',''),(28138,1,1,29417,1,916261850,'2015-09-24 11:53:55',''),(28139,1,1,29418,45,2538610576,'2015-09-24 11:56:21',''),(28140,1,1,29419,1,1823178929,'2015-09-24 12:07:53','https://www.google.co.uk/'),(28141,1,1,29420,1,1823178929,'2015-09-24 12:08:00','https://www.google.co.uk/'),(28142,1,1,29421,1,2976055701,'2015-09-24 12:17:04','http://buttons-for-website.com'),(28143,1,1,29422,1,3339975108,'2015-09-24 12:35:06',''),(28144,1,1,29423,1,1581840705,'2015-09-24 12:35:07','https://www.google.co.uk/'),(28145,1,1,29424,1,3339975108,'2015-09-24 12:35:07',''),(28146,1,1,29425,1,1581840705,'2015-09-24 12:35:08','https://www.google.co.uk/'),(28147,1,1,29426,1,2974503106,'2015-09-24 13:08:01','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(28148,1,1,29427,16,2538610576,'2015-09-24 13:50:37',''),(28149,1,1,29428,43,2538610576,'2015-09-24 14:19:41',''),(28150,1,1,29429,9,1152705578,'2015-09-24 15:03:21',''),(28151,1,1,29434,58,1152705578,'2015-09-24 15:53:42',''),(28152,1,1,29435,43,1123635082,'2015-09-24 16:19:27',''),(28153,1,1,29436,41,2538610576,'2015-09-24 17:56:43',''),(28154,1,1,29437,1,1376631020,'2015-09-24 19:13:10','https://www.google.co.uk/'),(28155,1,1,29438,15,2637637433,'2015-09-24 22:59:15',''),(28156,1,1,29439,3,3475901785,'2015-09-24 23:11:19',''),(28157,1,1,29440,1,1123631969,'2015-09-24 23:37:20',''),(28158,1,1,29441,66,1123631969,'2015-09-25 00:33:25',''),(28159,1,1,29442,26,1123631975,'2015-09-25 00:35:36',''),(28160,1,1,29446,1,1613544804,'2015-09-25 03:12:10','http://pizza-imperia.com/'),(28161,1,1,29447,28,772043973,'2015-09-25 03:56:02',''),(28162,1,1,29448,50,772043973,'2015-09-25 03:56:06',''),(28163,1,1,29449,51,772043973,'2015-09-25 03:56:10',''),(28164,1,1,29450,38,1123631981,'2015-09-25 03:56:14',''),(28165,1,1,29451,56,772043973,'2015-09-25 03:56:16',''),(28166,1,1,29452,55,772043973,'2015-09-25 03:56:21',''),(28167,1,1,29453,62,772043973,'2015-09-25 03:56:25',''),(28168,1,1,29454,63,772043973,'2015-09-25 03:56:30',''),(28169,1,1,29455,64,772043973,'2015-09-25 03:56:35',''),(28170,1,1,29456,65,772043973,'2015-09-25 03:56:39',''),(28171,1,1,29457,69,772043973,'2015-09-25 03:56:44',''),(28172,1,1,29458,1,3338415115,'2015-09-25 04:07:55',''),(28173,1,1,29459,47,1152705578,'2015-09-25 04:23:39',''),(28174,1,1,29462,59,3024883608,'2015-09-25 05:33:17',''),(28175,1,1,29463,1,3024883490,'2015-09-25 06:03:18',''),(28176,1,1,29464,1,1483357418,'2015-09-25 06:29:14','https://www.google.co.uk/'),(28177,1,1,29465,1,1041806726,'2015-09-25 06:29:44',''),(28178,1,1,29466,18,2538610576,'2015-09-25 09:11:58',''),(28179,1,1,29467,6,1123631969,'2015-09-25 09:22:34',''),(28180,1,1,29468,1,3024883472,'2015-09-25 10:42:53',''),(28181,1,1,29469,1,1123631969,'2015-09-25 12:38:56',''),(28182,1,1,29470,53,2071807856,'2015-09-25 12:47:45',''),(28183,1,1,29471,54,2538610576,'2015-09-25 16:40:13',''),(28184,1,1,29472,1,609560402,'2015-09-25 16:40:40',''),(28185,1,1,29473,1,3024883481,'2015-09-25 16:49:56',''),(28186,1,1,29474,54,3702877332,'2015-09-25 17:35:17',''),(28187,1,1,29475,26,1152705578,'2015-09-25 18:38:08',''),(28188,1,1,29476,1,1542483302,'2015-09-25 19:50:10',''),(28189,1,1,29477,42,2538610576,'2015-09-25 21:25:46',''),(28190,1,1,29478,57,2538610576,'2015-09-25 21:26:33',''),(28191,1,1,29479,47,2538610576,'2015-09-25 21:40:36',''),(28192,1,1,29480,1,1123631243,'2015-09-25 22:50:38',''),(28193,1,1,29481,10,1123631243,'2015-09-25 23:32:37',''),(28194,1,1,29482,72,2538610576,'2015-09-26 00:53:04',''),(28195,1,1,29483,52,2538610576,'2015-09-26 01:53:56',''),(28196,1,1,29484,68,1123631237,'2015-09-26 03:34:59',''),(28197,1,1,29485,46,1123631243,'2015-09-26 03:53:39',''),(28198,1,1,29486,1,3134518277,'2015-09-26 04:26:27','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(28199,1,1,29487,1,1123631356,'2015-09-26 06:20:10',''),(28200,1,1,29488,1,1460625144,'2015-09-26 07:20:17','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(28201,1,1,29489,48,1123631356,'2015-09-26 07:40:19',''),(28202,1,1,29490,54,3702877288,'2015-09-26 11:45:21',''),(28203,1,1,29491,38,1123631243,'2015-09-26 12:09:02',''),(28204,1,1,29492,49,3024883602,'2015-09-26 12:20:22',''),(28205,1,1,29493,64,1123631237,'2015-09-26 13:30:19',''),(28206,1,1,29494,56,1406704778,'2015-09-26 15:04:00','https://www.google.co.uk/'),(28207,1,1,29495,1,3362196145,'2015-09-26 15:15:14','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(28208,1,1,29496,64,1123631356,'2015-09-26 15:15:19',''),(28209,1,1,29497,3,2538610576,'2015-09-26 15:38:10',''),(28210,1,1,29498,16,2538610576,'2015-09-26 15:43:55',''),(28211,1,1,29499,1,3189070535,'2015-09-26 15:46:02','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(28212,1,1,29500,1,1123631356,'2015-09-26 16:08:08',''),(28213,1,1,29501,1,2538610576,'2015-09-26 16:31:58',''),(28214,1,1,29502,64,1123631237,'2015-09-26 17:05:29',''),(28215,1,1,29288,1,39989484,'2015-09-26 17:05:49',''),(28216,1,1,29503,53,2538610576,'2015-09-26 17:44:10',''),(28217,1,1,29504,15,1123631237,'2015-09-26 17:45:41',''),(28218,1,1,29505,1,1041806727,'2015-09-26 18:11:05',''),(28219,1,1,29506,75,2538610576,'2015-09-26 20:28:26',''),(28220,1,1,29507,1,1123631237,'2015-09-26 20:55:37',''),(28221,1,1,29508,63,3024883467,'2015-09-26 22:02:38',''),(28222,1,1,29509,55,1152705578,'2015-09-27 05:41:33',''),(28223,1,1,29510,63,2954891940,'2015-09-27 07:25:53','https://www.google.it'),(28224,1,1,29511,1,2953382627,'2015-09-27 09:44:04',''),(28225,1,1,29512,1,2953382627,'2015-09-27 09:44:09',''),(28226,1,1,29513,1,2953382627,'2015-09-27 09:44:13',''),(28227,1,1,29514,1,2953382627,'2015-09-27 09:44:18',''),(28228,1,1,29515,1,1123631243,'2015-09-27 11:15:16',''),(28229,1,1,29516,1,1123631237,'2015-09-27 11:27:16',''),(28230,1,1,29517,63,1123631243,'2015-09-27 12:02:58',''),(28231,1,1,29518,43,2538610576,'2015-09-27 12:39:01',''),(28232,1,1,29519,75,1123631237,'2015-09-27 13:28:51',''),(28233,1,1,29520,1,1542483288,'2015-09-27 14:08:09',''),(28234,1,1,29521,49,2538610576,'2015-09-27 14:35:58',''),(28235,1,1,29522,62,1123631237,'2015-09-27 15:52:19',''),(28236,1,1,29523,1,1123631356,'2015-09-27 17:10:44',''),(28237,1,1,29524,62,1123631237,'2015-09-27 18:10:18',''),(28238,1,1,29525,14,1123631243,'2015-09-27 18:56:40',''),(28239,1,1,29526,1,3200783921,'2015-09-27 19:32:21','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(28240,1,1,29527,1,2976201788,'2015-09-27 19:40:04','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(28241,1,1,29528,43,2071807766,'2015-09-27 20:17:55',''),(28242,1,1,29529,1,772043973,'2015-09-27 21:43:00',''),(28243,1,1,29530,1,772043973,'2015-09-27 21:43:03',''),(28244,1,1,29531,1,772043973,'2015-09-27 21:43:05',''),(28245,1,1,29532,1,772043973,'2015-09-27 21:43:08',''),(28246,1,1,29533,73,3024883609,'2015-09-27 22:53:57',''),(28247,1,1,29534,1,2975112194,'2015-09-27 23:25:07','http://video--production.com'),(28248,1,1,29535,1,1123631237,'2015-09-27 23:39:30',''),(28249,1,1,29536,1,1123631356,'2015-09-28 00:04:52',''),(28250,1,1,29537,31,1123631243,'2015-09-28 01:40:57',''),(28251,1,1,29538,1,872317272,'2015-09-28 01:49:55',''),(28252,1,1,29539,45,2071807816,'2015-09-28 02:32:48',''),(28253,1,1,29540,1,1489375385,'2015-09-28 05:26:50',''),(28254,1,1,29541,1,1489375385,'2015-09-28 05:26:53',''),(28255,1,1,29542,9,1489375385,'2015-09-28 05:26:55',''),(28256,1,1,29543,1,1381937297,'2015-09-28 05:42:25','http://www.1businessenterprise.co.uk/our-clients.php'),(28257,1,1,29544,26,1381937297,'2015-09-28 05:45:20',''),(28258,1,1,29545,55,1381937297,'2015-09-28 05:46:34',''),(28259,1,1,29546,43,1381937297,'2015-09-28 05:47:49',''),(28260,1,1,29547,26,1381937297,'2015-09-28 05:49:02',''),(28261,1,1,29548,63,1381937297,'2015-09-28 05:50:16',''),(28262,1,1,29549,69,1381937297,'2015-09-28 05:51:33',''),(28263,1,1,29550,52,1381937297,'2015-09-28 05:52:48',''),(28264,1,1,29551,10,1381937297,'2015-09-28 05:54:07',''),(28265,1,1,29552,3,1381937297,'2015-09-28 05:55:24',''),(28266,1,1,29553,59,1381937297,'2015-09-28 05:56:39',''),(28267,1,1,29554,72,1381937297,'2015-09-28 05:57:58',''),(28268,1,1,29555,16,1381937297,'2015-09-28 05:59:18',''),(28269,1,1,29556,45,1381937297,'2015-09-28 06:00:37',''),(28270,1,1,29557,50,1381937297,'2015-09-28 06:01:53',''),(28271,1,1,29558,18,1381937297,'2015-09-28 06:03:14',''),(28272,1,1,29559,54,1381937297,'2015-09-28 06:04:32',''),(28273,1,1,29560,42,1381937297,'2015-09-28 06:05:48',''),(28274,1,1,29561,71,1381937297,'2015-09-28 06:07:10',''),(28275,1,1,29562,67,1381937297,'2015-09-28 06:08:28',''),(28276,1,1,29563,66,1381937297,'2015-09-28 06:09:48',''),(28277,1,1,29564,53,1381937297,'2015-09-28 06:11:07',''),(28278,1,1,29565,73,1381937297,'2015-09-28 06:12:25',''),(28279,1,1,29566,6,1308163185,'2015-09-28 06:13:24',''),(28280,1,1,29567,26,1308163185,'2015-09-28 06:13:26',''),(28281,1,1,29568,26,1308163185,'2015-09-28 06:13:29',''),(28282,1,1,29569,26,1308163185,'2015-09-28 06:13:32',''),(28283,1,1,29570,26,1308163185,'2015-09-28 06:13:34',''),(28284,1,1,29571,1,1308163185,'2015-09-28 06:13:38',''),(28285,1,1,29572,1,1053973110,'2015-09-28 06:13:38',''),(28286,1,1,29573,1,1308163185,'2015-09-28 06:13:40',''),(28287,1,1,29574,1,1053973110,'2015-09-28 06:13:41',''),(28288,1,1,29575,1,1308163185,'2015-09-28 06:13:42',''),(28289,1,1,29576,1,1053973110,'2015-09-28 06:13:43',''),(28290,1,1,29577,75,1381937297,'2015-09-28 06:13:44',''),(28291,1,1,29578,1,1308163185,'2015-09-28 06:13:45',''),(28292,1,1,29579,1,1308163185,'2015-09-28 06:13:47',''),(28293,1,1,29580,1,1308163185,'2015-09-28 06:13:50',''),(28294,1,1,29581,1,1308163185,'2015-09-28 06:13:52',''),(28295,1,1,29582,1,1308163185,'2015-09-28 06:13:54',''),(28296,1,1,29583,1,1308163185,'2015-09-28 06:13:57',''),(28297,1,1,29584,1,1308163185,'2015-09-28 06:13:59',''),(28298,1,1,29585,9,1308163185,'2015-09-28 06:14:01',''),(28299,1,1,29586,3,1308163185,'2015-09-28 06:14:05',''),(28300,1,1,29587,18,1308163185,'2015-09-28 06:14:08',''),(28301,1,1,29588,29,1308163185,'2015-09-28 06:14:10',''),(28302,1,1,29589,38,1308163185,'2015-09-28 06:14:13',''),(28303,1,1,29590,53,1308163185,'2015-09-28 06:14:15',''),(28304,1,1,29591,48,1308163185,'2015-09-28 06:14:18',''),(28305,1,1,29592,16,1308163185,'2015-09-28 06:14:20',''),(28306,1,1,29593,16,1308163185,'2015-09-28 06:14:23',''),(28307,1,1,29594,28,1308163185,'2015-09-28 06:14:26',''),(28308,1,1,29595,50,1308163185,'2015-09-28 06:14:29',''),(28309,1,1,29596,51,1308163185,'2015-09-28 06:14:31',''),(28310,1,1,29597,56,1308163185,'2015-09-28 06:14:34',''),(28311,1,1,29598,65,1308163185,'2015-09-28 06:14:37',''),(28312,1,1,29599,69,1308163185,'2015-09-28 06:14:40',''),(28313,1,1,29600,73,1308163185,'2015-09-28 06:14:42',''),(28314,1,1,29601,71,1308163185,'2015-09-28 06:14:45',''),(28315,1,1,29602,72,1308163185,'2015-09-28 06:14:48',''),(28316,1,1,29603,70,1308163185,'2015-09-28 06:14:51',''),(28317,1,1,29604,27,1381937297,'2015-09-28 06:15:02',''),(28318,1,1,29605,57,1381937297,'2015-09-28 06:16:24',''),(28319,1,1,29606,58,1381937297,'2015-09-28 06:17:43',''),(28320,1,1,29607,74,1381937297,'2015-09-28 06:19:01',''),(28321,1,1,29608,47,1381937297,'2015-09-28 06:20:18',''),(28322,1,1,29609,31,1381937297,'2015-09-28 06:21:35',''),(28323,1,1,29610,38,1381937297,'2015-09-28 06:22:55',''),(28324,1,1,29611,26,1381937297,'2015-09-28 06:24:17',''),(28325,1,1,29612,51,1381937297,'2015-09-28 06:25:33',''),(28326,1,1,29613,44,1381937297,'2015-09-28 06:26:48',''),(28327,1,1,29614,26,1381937297,'2015-09-28 06:28:05',''),(28328,1,1,29615,9,1381937297,'2015-09-28 06:29:27',''),(28329,1,1,29616,68,1381937297,'2015-09-28 06:30:46',''),(28330,1,1,29617,26,1381937297,'2015-09-28 06:32:04',''),(28331,1,1,29618,62,1381937297,'2015-09-28 06:33:25',''),(28332,1,1,29619,16,1381937297,'2015-09-28 06:34:42',''),(28333,1,1,29620,49,1381937297,'2015-09-28 06:36:01',''),(28334,1,1,29621,16,1381937297,'2015-09-28 06:37:20',''),(28335,1,1,29622,28,1381937297,'2015-09-28 06:38:41',''),(28336,1,1,29623,15,1381937297,'2015-09-28 06:39:58',''),(28337,1,1,29624,56,1381937297,'2015-09-28 06:41:17',''),(28338,1,1,29625,43,1381937297,'2015-09-28 06:42:38',''),(28339,1,1,29626,64,1381937297,'2015-09-28 06:43:57',''),(28340,1,1,29627,41,1381937297,'2015-09-28 06:45:17',''),(28341,1,1,29628,65,1381937297,'2015-09-28 06:46:36',''),(28342,1,1,29629,48,1381937297,'2015-09-28 06:47:58',''),(28343,1,1,29630,43,1381937297,'2015-09-28 06:49:19',''),(28344,1,1,29631,6,1381937297,'2015-09-28 06:50:39',''),(28345,1,1,29632,1,1123631975,'2015-09-28 08:15:55',''),(28346,1,1,29633,1,3024883488,'2015-09-28 09:02:12',''),(28347,1,1,29634,64,2538610576,'2015-09-28 09:50:32',''),(28348,1,1,29635,56,2637637566,'2015-09-28 11:22:59',''),(28349,1,1,29636,15,2637637566,'2015-09-28 11:23:01',''),(28350,1,1,29637,43,2637637560,'2015-09-28 11:23:02',''),(28351,1,1,29638,26,2637637560,'2015-09-28 11:23:04',''),(28352,1,1,29639,3,2637637560,'2015-09-28 11:23:05',''),(28353,1,1,29640,18,3475901730,'2015-09-28 11:23:11',''),(28354,1,1,29641,6,3475901730,'2015-09-28 11:23:13',''),(28355,1,1,29642,29,3475901728,'2015-09-28 11:23:14',''),(28356,1,1,29643,9,3475901730,'2015-09-28 11:23:14',''),(28357,1,1,29644,1,3475901728,'2015-09-28 11:23:15',''),(28358,1,1,29645,3,3475901730,'2015-09-28 11:23:16',''),(28359,1,1,29646,43,3475901728,'2015-09-28 11:23:17',''),(28360,1,1,29647,38,2538610576,'2015-09-28 11:35:11',''),(28361,1,1,29648,71,1123631969,'2015-09-28 11:35:45',''),(28362,1,1,29649,1,1123631243,'2015-09-28 18:03:40',''),(28363,1,1,29650,26,1152705578,'2015-09-28 18:43:20',''),(28364,1,1,29651,1,1123631237,'2015-09-28 18:43:40',''),(28365,1,1,29652,1,3136563559,'2015-09-28 18:47:02','http://buttons-for-website.com'),(28366,1,1,29653,1,1123631237,'2015-09-28 20:40:48',''),(28367,1,1,29654,1,3205564345,'2015-09-28 20:47:44','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(28368,1,1,29655,1,3024883462,'2015-09-28 21:17:24',''),(28369,1,1,29656,45,1152705578,'2015-09-28 21:24:43',''),(28370,1,1,29657,1,2809295606,'2015-09-28 22:39:44','http://hvd-store.com/'),(28371,1,1,29658,1,3024883472,'2015-09-28 22:56:14',''),(28372,1,1,29659,6,3024883470,'2015-09-29 07:09:16',''),(28373,1,1,29660,1,1542483310,'2015-09-29 08:28:52',''),(28374,1,1,29661,1,1443308976,'2015-09-29 08:51:17',''),(28375,1,1,29662,1,1728427573,'2015-09-29 09:47:17','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(28376,1,1,29663,63,1152705578,'2015-09-29 09:48:21',''),(28377,1,1,29664,1,3707699496,'2015-09-29 10:06:04','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(28378,1,1,29665,26,1152705578,'2015-09-29 13:36:11',''),(28379,1,1,29666,56,1152705578,'2015-09-29 15:02:42',''),(28380,1,1,29667,44,3024883476,'2015-09-29 17:26:00',''),(28381,1,1,29668,1,1123631981,'2015-09-29 17:27:58',''),(28382,1,1,29669,68,1829330700,'2015-09-29 19:01:39',''),(28383,1,1,29670,1,3024883605,'2015-09-29 20:33:56',''),(28384,1,1,29671,1,3174047053,'2015-09-29 23:27:53','http://video--production.com'),(28385,1,1,29672,43,1123631981,'2015-09-30 00:55:04',''),(28386,1,1,29673,45,1123631981,'2015-09-30 01:41:18',''),(28387,1,1,29674,65,2071807859,'2015-09-30 01:50:21',''),(28388,1,1,29675,63,3702877285,'2015-09-30 02:23:41',''),(28389,1,1,29676,67,1123631975,'2015-09-30 04:52:52',''),(28390,1,1,29677,31,1123631975,'2015-09-30 05:52:20',''),(28391,1,1,29678,1,1123631969,'2015-09-30 08:02:12',''),(28392,1,1,29679,1,1123631975,'2015-09-30 10:05:39',''),(28393,1,1,29680,9,3702877370,'2015-09-30 13:36:05',''),(28394,1,1,29681,1,3281697651,'2015-09-30 13:47:59',''),(28395,1,1,29682,1,1977526520,'2015-09-30 13:51:52','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(28396,1,1,29683,56,1507227899,'2015-09-30 14:26:18','https://www.google.pt/'),(28397,1,1,29684,1,3171662201,'2015-09-30 14:41:48','http://buttons-for-website.com'),(28398,1,1,29685,62,1123631356,'2015-09-30 14:53:45',''),(28399,1,1,29687,44,3024883462,'2015-09-30 16:16:55',''),(28400,1,1,29688,1,1542483326,'2015-09-30 18:02:53',''),(28401,1,1,29689,3,3497226587,'2015-09-30 18:29:52',''),(28402,1,1,29690,31,1123631356,'2015-09-30 18:38:30',''),(28403,1,1,29691,1,1578570674,'2015-09-30 20:15:38',''),(28404,1,1,29692,1,1578570674,'2015-09-30 20:15:40',''),(28405,1,1,29693,1,1123631969,'2015-09-30 20:33:35',''),(28406,1,1,29694,1,772043973,'2015-09-30 21:39:34',''),(28407,1,1,29695,56,1507227899,'2015-09-30 21:48:07','https://www.google.pt/'),(28408,1,1,29697,3,2637637618,'2015-09-30 23:25:10',''),(28409,1,1,29696,29,2637637618,'2015-09-30 23:25:11',''),(28410,1,1,29698,9,2637637618,'2015-09-30 23:25:12',''),(28411,1,1,29699,18,2637637376,'2015-09-30 23:25:55',''),(28412,1,1,29700,1,2637637376,'2015-09-30 23:25:56',''),(28413,1,1,29701,6,2637637376,'2015-09-30 23:25:58',''),(28414,1,1,29702,43,2637637376,'2015-09-30 23:26:00',''),(28415,1,1,29703,3,2637637376,'2015-09-30 23:26:01',''),(28416,1,1,29704,15,2637637376,'2015-09-30 23:26:03',''),(28417,1,1,29705,55,2071807857,'2015-10-01 02:18:51',''),(28418,1,1,29706,1,2637637541,'2015-10-01 02:19:07',''),(28419,1,1,29707,1,1123631243,'2015-10-01 02:34:47',''),(28420,1,1,29708,43,2637637540,'2015-10-01 02:39:54',''),(28421,1,1,29709,26,2637637376,'2015-10-01 02:50:56',''),(28422,1,1,29710,1,1356201764,'2015-10-01 02:55:02',''),(28423,1,1,29711,1,1356201764,'2015-10-01 02:55:04',''),(28424,1,1,29712,1,1356201764,'2015-10-01 02:55:10',''),(28425,1,1,29713,1,1356201764,'2015-10-01 02:55:13',''),(28426,1,1,29714,6,1123631243,'2015-10-01 04:33:30',''),(28427,1,1,29715,1,3281687265,'2015-10-01 05:48:12',''),(28428,1,1,29716,1,1123631237,'2015-10-01 05:54:34',''),(28429,1,1,29717,1,1123631243,'2015-10-01 06:10:48',''),(28430,1,1,29718,1,417072619,'2015-10-01 06:14:39',''),(28431,1,1,29719,1,417072619,'2015-10-01 06:14:42',''),(28432,1,1,29720,1,417072619,'2015-10-01 06:14:45',''),(28433,1,1,29721,1,417072619,'2015-10-01 06:14:49',''),(28434,1,1,29722,1,417072619,'2015-10-01 06:14:52',''),(28435,1,1,29723,1,417072619,'2015-10-01 06:14:56',''),(28436,1,1,29724,1,417072619,'2015-10-01 06:14:59',''),(28437,1,1,29725,1,417072619,'2015-10-01 06:15:02',''),(28438,1,1,29726,1,417072619,'2015-10-01 06:15:05',''),(28439,1,1,29727,1,417072619,'2015-10-01 06:15:08',''),(28440,1,1,29728,41,3630930802,'2015-10-01 06:37:57',''),(28441,1,1,29729,43,3630930802,'2015-10-01 06:37:59',''),(28442,1,1,29730,1,84504390,'2015-10-01 07:23:51',''),(28443,1,1,29731,9,84504390,'2015-10-01 07:23:53',''),(28444,1,1,29732,3,84504390,'2015-10-01 07:23:57',''),(28445,1,1,29733,18,84504390,'2015-10-01 07:23:59',''),(28446,1,1,29734,41,1123631243,'2015-10-01 08:02:43',''),(28447,1,1,29735,1,1123631356,'2015-10-01 08:05:05',''),(28448,1,1,29736,1,96311187,'2015-10-01 08:22:13',''),(28449,1,1,29737,1,96311187,'2015-10-01 08:22:15',''),(28450,1,1,29738,1,96311187,'2015-10-01 08:22:18',''),(28451,1,1,29739,1,96311187,'2015-10-01 08:22:21',''),(28452,1,1,29740,1,2637693643,'2015-10-01 08:24:41',''),(28453,1,1,29741,1,1123631237,'2015-10-01 08:46:06',''),(28454,1,1,29744,1,1123638666,'2015-10-01 09:15:36',''),(28455,1,1,29745,16,2538610561,'2015-10-01 09:47:37',''),(28456,1,1,29746,66,2538610561,'2015-10-01 09:49:49',''),(28457,1,1,29747,26,2637637618,'2015-10-01 10:28:47',''),(28458,1,1,29748,26,2637637541,'2015-10-01 10:33:21',''),(28459,1,1,29749,26,1152705578,'2015-10-01 11:26:00',''),(28460,1,1,29750,1,772044803,'2015-10-01 13:13:34',''),(28461,1,1,29751,1,772044803,'2015-10-01 13:13:38',''),(28462,1,1,29752,1,1578512370,'2015-10-01 13:13:56',''),(28463,1,1,29753,1,1578512370,'2015-10-01 13:13:59',''),(28464,1,1,29754,1,1578512370,'2015-10-01 13:14:01',''),(28465,1,1,29755,1,2637637541,'2015-10-01 14:21:07',''),(28466,1,1,29756,63,2538610561,'2015-10-01 15:21:00',''),(28467,1,1,29757,1,1113982696,'2015-10-01 15:42:33','http://www.google.com.br/search?hl=pt-BR&redir_esc=&client=ms-android-samsung&source=android-launcher-widget&v=133247963&qsubts=1443713980762&q=rapid+p609+225+45+17&v=133247963'),(28468,1,1,29758,56,1113982696,'2015-10-01 15:43:55','http://www.google.com.br/search?hl=pt-BR&redir_esc=&client=ms-android-samsung&source=android-launcher-widget&v=133247963&qsubts=1443713980762&q=rapid+p609+225+45+17&v=133247963'),(28469,1,1,29759,6,3475901730,'2015-10-01 16:26:12',''),(28470,1,1,29760,1,2441417819,'2015-10-01 18:47:42','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(28471,1,1,29761,1,3702877339,'2015-10-01 20:07:23',''),(28472,1,1,29762,26,3702877301,'2015-10-01 20:40:41',''),(28473,1,1,29763,26,2637637618,'2015-10-01 23:08:30',''),(28474,1,1,29764,41,3024883479,'2015-10-01 23:14:48',''),(28475,1,1,29765,1,1152705578,'2015-10-02 01:05:10',''),(28476,1,1,29767,48,2538610561,'2015-10-02 01:18:09',''),(28477,1,1,29768,1,1123631356,'2015-10-02 01:21:13',''),(28478,1,1,29769,3,2538610561,'2015-10-02 02:04:06',''),(28479,1,1,29770,1,3338415115,'2015-10-02 02:10:59',''),(28480,1,1,29771,6,2637637618,'2015-10-02 03:09:51',''),(28481,1,1,29772,1,1123631237,'2015-10-02 04:02:23',''),(28482,1,1,29773,1,3024883609,'2015-10-02 04:05:24',''),(28483,1,1,29774,51,2538610561,'2015-10-02 04:25:30',''),(28484,1,1,29775,1,1123631243,'2015-10-02 05:20:17',''),(28485,1,1,29776,6,2637637540,'2015-10-02 05:30:59',''),(28486,1,1,29777,1,633047521,'2015-10-02 12:36:27',''),(28487,1,1,29778,1,1542483296,'2015-10-02 13:29:10',''),(28488,1,1,29779,28,2538610561,'2015-10-02 14:38:35',''),(28489,1,1,29780,26,2637637376,'2015-10-02 15:31:32',''),(28490,1,1,29781,64,2071807817,'2015-10-02 17:26:09',''),(28491,1,1,29782,65,2538610561,'2015-10-02 17:35:51',''),(28492,1,1,29783,1,2420907426,'2015-10-02 21:53:47',''),(28493,1,1,29784,9,2420907426,'2015-10-02 21:53:49',''),(28494,1,1,29785,1,1053986805,'2015-10-02 21:55:20',''),(28495,1,1,29786,53,1123634138,'2015-10-02 22:10:37',''),(28496,1,1,29787,55,1123634146,'2015-10-02 22:19:39',''),(28497,1,1,29788,6,1123634138,'2015-10-02 23:33:50',''),(28498,1,1,29789,50,1123634130,'2015-10-03 00:22:54',''),(28499,1,1,29790,6,1123634138,'2015-10-03 00:35:53',''),(28500,1,1,29792,52,1123634146,'2015-10-03 00:48:51',''),(28501,1,1,29793,1,3140986790,'2015-10-03 01:04:34','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(28502,1,1,29794,26,1152705578,'2015-10-03 01:35:34',''),(28503,1,1,29795,1,3024883591,'2015-10-03 02:18:18',''),(28504,1,1,29796,1,3475901730,'2015-10-03 02:38:35',''),(28505,1,1,29797,1,3024883461,'2015-10-03 04:33:43',''),(28506,1,1,29798,1,1123634130,'2015-10-03 04:42:54',''),(28507,1,1,29799,3,3475901730,'2015-10-03 05:33:11',''),(28508,1,1,29800,64,3024883590,'2015-10-03 07:23:20',''),(28509,1,1,29801,41,1123634130,'2015-10-03 08:03:08',''),(28510,1,1,29802,9,1123634138,'2015-10-03 08:08:06',''),(28511,1,1,29803,56,3568795834,'2015-10-03 08:38:45','https://www.google.co.uk/'),(28512,1,1,29804,1,772044803,'2015-10-03 09:25:23',''),(28513,1,1,29805,1,772044803,'2015-10-03 09:25:28',''),(28514,1,1,29806,1,772044803,'2015-10-03 09:25:32',''),(28515,1,1,29807,1,772044803,'2015-10-03 09:25:42',''),(28516,1,1,29809,38,2538610561,'2015-10-03 10:11:36',''),(28517,1,1,29808,1,1123634138,'2015-10-03 10:11:36',''),(28518,1,1,29810,44,2538610561,'2015-10-03 11:26:11',''),(28519,1,1,29811,1,1489375385,'2015-10-03 11:39:12',''),(28520,1,1,29812,1,1489375385,'2015-10-03 11:39:16',''),(28521,1,1,29813,1,1489375385,'2015-10-03 11:39:20',''),(28522,1,1,29814,1,1489375385,'2015-10-03 11:39:23',''),(28523,1,1,29815,1,1489375385,'2015-10-03 11:39:26',''),(28524,1,1,29816,1,1489375385,'2015-10-03 11:39:28',''),(28525,1,1,29817,1,1489375385,'2015-10-03 11:39:33',''),(28526,1,1,29818,1,1489375385,'2015-10-03 11:39:39',''),(28527,1,1,29819,41,1123634130,'2015-10-03 12:02:21',''),(28528,1,1,29820,44,1123634146,'2015-10-03 12:21:32',''),(28529,1,1,29821,1,1534699970,'2015-10-03 12:23:39',''),(28530,1,1,29823,1,1534699970,'2015-10-03 12:23:56',''),(28531,1,1,29824,1,1534699970,'2015-10-03 12:25:09',''),(28532,1,1,29825,1,1534699970,'2015-10-03 12:25:17',''),(28533,1,1,29826,41,772044803,'2015-10-03 12:33:44',''),(28534,1,1,29827,43,772044803,'2015-10-03 12:33:49',''),(28535,1,1,29828,1,417072619,'2015-10-03 12:53:59',''),(28536,1,1,29829,1,417072619,'2015-10-03 12:54:02',''),(28537,1,1,29830,1,417072619,'2015-10-03 12:54:05',''),(28538,1,1,29831,1,2953382627,'2015-10-03 13:14:30',''),(28539,1,1,29832,1,2953382627,'2015-10-03 13:14:35',''),(28540,1,1,29833,71,1123631243,'2015-10-03 13:19:03',''),(28541,1,1,29834,1,2990476559,'2015-10-03 13:21:55',''),(28542,1,1,29835,9,2990476559,'2015-10-03 13:22:11',''),(28543,1,1,29836,3,2990476559,'2015-10-03 13:22:31',''),(28544,1,1,29837,18,2990476559,'2015-10-03 13:22:42',''),(28545,1,1,29838,48,1152705578,'2015-10-03 13:43:50',''),(28546,1,1,29839,56,1368190149,'2015-10-03 13:51:47','https://www.google.co.uk/'),(28547,1,1,29840,1,1123631243,'2015-10-03 14:47:41',''),(28548,1,1,29841,1,1534682446,'2015-10-03 18:08:55',''),(28549,1,1,29842,1,1534682446,'2015-10-03 18:09:01',''),(28550,1,1,29843,1,1534682446,'2015-10-03 18:09:05',''),(28551,1,1,29844,1,1534682446,'2015-10-03 18:09:26',''),(28552,1,1,29845,1,1534682446,'2015-10-03 18:09:44',''),(28553,1,1,29846,1,1534682446,'2015-10-03 18:09:51',''),(28554,1,1,29847,1,1534682446,'2015-10-03 18:09:56',''),(28555,1,1,29848,1,1534682446,'2015-10-03 18:09:59',''),(28556,1,1,29849,1,1534682446,'2015-10-03 18:10:09',''),(28557,1,1,29850,1,1534682446,'2015-10-03 18:10:56',''),(28558,1,1,29851,6,1123631237,'2015-10-03 20:05:39',''),(28559,1,1,29852,1,1123631237,'2015-10-03 20:42:22',''),(28560,1,1,29853,1,2993218715,'2015-10-03 22:01:16','https://www.google.co.uk/'),(28561,1,1,29854,72,1123631237,'2015-10-03 22:41:47',''),(28562,1,1,29855,27,3024883475,'2015-10-03 22:53:44',''),(28563,1,1,29856,26,1123631237,'2015-10-04 01:57:52',''),(28564,1,1,29857,1,3024883479,'2015-10-04 03:03:34',''),(28565,1,1,29858,1,1123631243,'2015-10-04 03:18:45',''),(28566,1,1,29859,1,2071807821,'2015-10-04 03:47:42',''),(28567,1,1,29860,73,2538610561,'2015-10-04 03:57:09',''),(28568,1,1,29861,1,2680882318,'2015-10-04 05:13:49',''),(28569,1,1,29862,28,2071807858,'2015-10-04 05:17:42',''),(28570,1,1,29863,6,1123631243,'2015-10-04 05:38:58',''),(28571,1,1,29864,1,772044803,'2015-10-04 05:49:06',''),(28572,1,1,29865,1,3281689903,'2015-10-04 06:06:10',''),(28573,1,1,29866,1,3281689903,'2015-10-04 06:06:12',''),(28574,1,1,29867,1,1542483282,'2015-10-04 08:11:15',''),(28575,1,1,29868,1,2297628119,'2015-10-04 14:02:52',''),(28576,1,1,29869,1,2297628119,'2015-10-04 14:02:54',''),(28577,1,1,29870,9,2297628119,'2015-10-04 14:02:57',''),(28578,1,1,29871,41,3281689903,'2015-10-04 14:25:37',''),(28579,1,1,29872,43,3281689903,'2015-10-04 14:25:40',''),(28580,1,1,29873,9,3702877272,'2015-10-04 14:56:57',''),(28581,1,1,29874,1,1123631243,'2015-10-04 16:08:21',''),(28582,1,1,29875,51,1152705578,'2015-10-04 16:13:08',''),(28583,1,1,29876,1,1123631243,'2015-10-04 17:20:55',''),(28584,1,1,29877,54,2637637491,'2015-10-04 17:25:34',''),(28585,1,1,29878,1,2990476559,'2015-10-04 17:56:58',''),(28586,1,1,29879,1,2297627991,'2015-10-04 18:28:37',''),(28587,1,1,29880,9,2297627991,'2015-10-04 18:28:40',''),(28588,1,1,29881,3,2297627991,'2015-10-04 18:28:44',''),(28589,1,1,29882,18,2297627991,'2015-10-04 18:28:47',''),(28590,1,1,29883,6,1152705578,'2015-10-04 19:02:56',''),(28591,1,1,29884,1,3495654154,'2015-10-04 19:17:50',''),(28592,1,1,29885,16,1123631237,'2015-10-04 19:20:17',''),(28593,1,1,29886,16,1123631243,'2015-10-04 19:35:01',''),(28594,1,1,29887,1,3563235022,'2015-10-04 20:02:51','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(28595,1,1,29888,1,1123631237,'2015-10-04 20:37:35',''),(28596,1,1,29889,1,786803397,'2015-10-05 00:06:07',''),(28597,1,1,29890,1,2809310431,'2015-10-05 01:24:43',''),(28598,1,1,29891,1,2809310431,'2015-10-05 01:24:54',''),(28599,1,1,29892,26,2809310431,'2015-10-05 01:24:57',''),(28600,1,1,29893,26,2809310431,'2015-10-05 01:24:58',''),(28601,1,1,29894,26,2809310431,'2015-10-05 01:24:59',''),(28602,1,1,29895,26,2809310431,'2015-10-05 01:25:01',''),(28603,1,1,29896,26,2809310431,'2015-10-05 01:25:02',''),(28604,1,1,29897,26,2809310431,'2015-10-05 01:25:03',''),(28605,1,1,29898,26,2809310431,'2015-10-05 01:25:05',''),(28606,1,1,29899,26,2809310431,'2015-10-05 01:25:06',''),(28607,1,1,29900,26,2809310431,'2015-10-05 01:25:08',''),(28608,1,1,29901,26,2809310431,'2015-10-05 01:25:09',''),(28609,1,1,29902,18,2809310431,'2015-10-05 01:25:10',''),(28610,1,1,29903,6,2809310431,'2015-10-05 01:25:12',''),(28611,1,1,29904,43,2809310431,'2015-10-05 01:25:13',''),(28612,1,1,29905,26,2809310431,'2015-10-05 01:25:16',''),(28613,1,1,29906,1,2809310431,'2015-10-05 01:25:17',''),(28614,1,1,29907,38,3024883465,'2015-10-05 02:40:02',''),(28615,1,1,29908,59,2538610561,'2015-10-05 04:14:36',''),(28616,1,1,29909,1,1123631356,'2015-10-05 04:43:07',''),(28617,1,1,29910,56,1123631243,'2015-10-05 06:57:49',''),(28618,1,1,29911,16,2637637616,'2015-10-05 07:27:31',''),(28619,1,1,29912,1,1123631356,'2015-10-05 07:44:50',''),(28620,1,1,29913,6,2637637491,'2015-10-05 07:54:35',''),(28621,1,1,29914,43,2637637491,'2015-10-05 07:54:36',''),(28622,1,1,29915,43,2637637491,'2015-10-05 07:54:38',''),(28623,1,1,29916,26,2637637621,'2015-10-05 07:54:42',''),(28624,1,1,29917,68,2637637621,'2015-10-05 07:54:43',''),(28625,1,1,29918,56,2637637621,'2015-10-05 07:54:45',''),(28626,1,1,29919,18,2637637621,'2015-10-05 07:54:47',''),(28627,1,1,29920,15,2637637616,'2015-10-05 07:54:47',''),(28628,1,1,29921,3,2637637621,'2015-10-05 07:54:49',''),(28629,1,1,29922,65,2637637616,'2015-10-05 07:54:49',''),(28630,1,1,29923,1,2637637621,'2015-10-05 07:54:51',''),(28631,1,1,29924,72,1123631243,'2015-10-05 10:10:52',''),(28632,1,1,29925,1,772044803,'2015-10-05 10:16:04',''),(28633,1,1,29926,1,772044803,'2015-10-05 10:16:08',''),(28634,1,1,29927,1,772044803,'2015-10-05 10:16:16',''),(28635,1,1,29928,1,772044803,'2015-10-05 10:16:23',''),(28636,1,1,29929,1,772044803,'2015-10-05 10:16:28',''),(28637,1,1,29930,1,772044803,'2015-10-05 10:16:33',''),(28638,1,1,29931,1,1838832239,'2015-10-05 10:52:41','https://www.google.co.uk/'),(28639,1,1,29932,26,1152705578,'2015-10-05 10:58:48',''),(28640,1,1,29933,69,2538610561,'2015-10-05 11:14:14',''),(28641,1,1,29934,65,3650939462,'2015-10-05 11:45:04','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=4&ved=0CDAQFjADahUKEwi5jJeVoKvIAhXJMhoKHTRFAPg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&usg=AFQjCNE1Ca_-PPn5dxqsbrc'),(28642,1,1,29935,1,1152705578,'2015-10-05 12:43:44',''),(28643,1,1,29937,62,2538610561,'2015-10-05 14:29:37',''),(28644,1,1,29938,1,3589854126,'2015-10-05 15:34:30',''),(28645,1,1,29939,1,3589854126,'2015-10-05 15:34:31',''),(28646,1,1,29940,1,1123631237,'2015-10-05 15:45:44',''),(28647,1,1,29941,1,1123631237,'2015-10-05 16:48:08',''),(28648,1,1,29942,1,2975306380,'2015-10-05 17:07:55','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(28649,1,1,29943,1,1542483271,'2015-10-05 17:36:29',''),(28650,1,1,29944,62,1152705578,'2015-10-05 17:53:11',''),(28651,1,1,29946,1,1123631356,'2015-10-05 18:02:07',''),(28652,1,1,29947,65,1123631237,'2015-10-05 18:56:33',''),(28653,1,1,29948,16,1123631356,'2015-10-05 19:34:45',''),(28654,1,1,29949,43,1123631243,'2015-10-05 20:24:33',''),(28655,1,1,29950,1,772043973,'2015-10-05 20:46:12',''),(28656,1,1,29951,1,772043973,'2015-10-05 20:46:16',''),(28657,1,1,29952,1,17392122,'2015-10-05 22:28:13','http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk'),(28658,1,1,29953,6,3024883464,'2015-10-06 01:58:34',''),(28659,1,1,29954,26,3475901730,'2015-10-06 03:52:45',''),(28660,1,1,29955,56,2071807835,'2015-10-06 06:19:19',''),(28661,1,1,29956,1,3024883612,'2015-10-06 07:24:36',''),(28662,1,1,29957,15,2071807787,'2015-10-06 07:49:16',''),(28663,1,1,29958,9,2071807756,'2015-10-06 09:19:17',''),(28664,1,1,29959,1,1123631356,'2015-10-06 11:27:49',''),(28665,1,1,29960,1,3024883617,'2015-10-06 19:36:13',''),(28666,1,1,29961,26,2637637616,'2015-10-06 19:50:06',''),(28667,1,1,29962,1,3590043239,'2015-10-06 23:53:57',''),(28668,1,1,29963,1,3372682438,'2015-10-07 00:14:01','http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk'),(28669,1,1,29964,1,2420907426,'2015-10-07 00:55:34',''),(28670,1,1,29965,1,2420907426,'2015-10-07 00:55:37',''),(28671,1,1,29966,1,2420907426,'2015-10-07 00:55:39',''),(28672,1,1,29967,48,3024883480,'2015-10-07 02:46:51',''),(28673,1,1,29968,1,2297645394,'2015-10-07 02:46:58',''),(28674,1,1,29969,1,2297645394,'2015-10-07 02:47:09',''),(28675,1,1,29970,26,2637637442,'2015-10-07 07:28:43',''),(28676,1,1,29971,1,1235069847,'2015-10-07 08:04:49','https://www.google.com/'),(28677,1,1,29972,1,2071807785,'2015-10-07 08:21:51',''),(28678,1,1,29973,1,3702877270,'2015-10-07 08:35:48',''),(28679,1,1,29974,1,1384443072,'2015-10-07 09:48:42','https://www.google.co.uk/'),(28680,1,1,29975,6,1123631237,'2015-10-07 09:49:01',''),(28681,1,1,29976,1,2204827762,'2015-10-07 10:11:22',''),(28682,1,1,29977,15,3702877371,'2015-10-07 12:28:40',''),(28683,1,1,29978,1,3590043239,'2015-10-07 12:38:50',''),(28684,1,1,29979,70,1123631237,'2015-10-07 12:54:13',''),(28685,1,1,29980,31,3702877360,'2015-10-07 13:02:00',''),(28686,1,1,29981,1,910864158,'2015-10-07 13:08:15',''),(28687,1,1,29982,51,910864158,'2015-10-07 13:08:18',''),(28688,1,1,29983,69,910864158,'2015-10-07 13:08:19',''),(28689,1,1,29984,62,910864158,'2015-10-07 13:08:21',''),(28690,1,1,29985,28,910864158,'2015-10-07 13:08:22',''),(28691,1,1,29986,63,910864158,'2015-10-07 13:08:24',''),(28692,1,1,29987,53,910864158,'2015-10-07 13:08:25',''),(28693,1,1,29988,3,910864158,'2015-10-07 13:08:27',''),(28694,1,1,29989,64,910864158,'2015-10-07 13:08:28',''),(28695,1,1,29990,18,910864158,'2015-10-07 13:08:29',''),(28696,1,1,29991,56,910864158,'2015-10-07 13:08:31',''),(28697,1,1,29992,50,910864158,'2015-10-07 13:08:32',''),(28698,1,1,29993,41,910864158,'2015-10-07 13:08:34',''),(28699,1,1,29994,65,910864158,'2015-10-07 13:08:35',''),(28700,1,1,29995,9,910864158,'2015-10-07 13:08:36',''),(28701,1,1,29996,38,910864158,'2015-10-07 13:08:37',''),(28702,1,1,29997,55,910864158,'2015-10-07 13:08:38',''),(28703,1,1,29998,6,910864158,'2015-10-07 13:08:40',''),(28704,1,1,29999,45,910864158,'2015-10-07 13:08:41',''),(28705,1,1,30000,1,1542483303,'2015-10-07 13:43:40',''),(28706,1,1,30001,26,2637637621,'2015-10-07 13:46:51',''),(28707,1,1,30002,1,532268033,'2015-10-07 14:08:25','https://www.google.co.uk'),(28708,1,1,30003,1,3024883618,'2015-10-07 14:51:25',''),(28709,1,1,30004,1,3024883477,'2015-10-07 15:40:19',''),(28710,1,1,30005,1,2548121597,'2015-10-07 15:59:46','https://www.google.co.uk/'),(28711,1,1,30006,1,3183379797,'2015-10-07 16:01:01','http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk'),(28712,1,1,30007,1,2548121597,'2015-10-07 16:23:18',''),(28713,1,1,30008,1,910947245,'2015-10-07 18:39:29',''),(28714,1,1,30009,51,910947245,'2015-10-07 18:39:31',''),(28715,1,1,30010,69,910947245,'2015-10-07 18:39:33',''),(28716,1,1,30011,62,910947245,'2015-10-07 18:39:34',''),(28717,1,1,30012,28,910947245,'2015-10-07 18:39:36',''),(28718,1,1,30013,63,910947245,'2015-10-07 18:39:38',''),(28719,1,1,30014,53,910947245,'2015-10-07 18:39:39',''),(28720,1,1,30015,3,910947245,'2015-10-07 18:39:40',''),(28721,1,1,30016,64,910947245,'2015-10-07 18:39:41',''),(28722,1,1,30017,18,910947245,'2015-10-07 18:39:43',''),(28723,1,1,30018,56,910947245,'2015-10-07 18:39:44',''),(28724,1,1,30019,50,910947245,'2015-10-07 18:39:46',''),(28725,1,1,30020,41,910947245,'2015-10-07 18:39:47',''),(28726,1,1,30021,65,910947245,'2015-10-07 18:39:48',''),(28727,1,1,30022,9,910947245,'2015-10-07 18:39:50',''),(28728,1,1,30023,38,910947245,'2015-10-07 18:39:51',''),(28729,1,1,30024,55,910947245,'2015-10-07 18:39:52',''),(28730,1,1,30025,6,910947245,'2015-10-07 18:39:53',''),(28731,1,1,30026,45,910947245,'2015-10-07 18:39:54',''),(28732,1,1,30027,1,1123631356,'2015-10-07 19:12:01',''),(28733,1,1,30028,56,2637637489,'2015-10-07 19:16:57',''),(28734,1,1,30029,1,2637637489,'2015-10-07 19:16:59',''),(28735,1,1,30030,9,3475901767,'2015-10-07 19:17:01',''),(28736,1,1,30031,3,3475901767,'2015-10-07 19:17:02',''),(28737,1,1,30032,3,3475901767,'2015-10-07 19:17:04',''),(28738,1,1,30033,65,3475901767,'2015-10-07 19:17:06',''),(28739,1,1,30034,6,3475901846,'2015-10-07 19:17:13',''),(28740,1,1,30035,43,3475901846,'2015-10-07 19:17:15',''),(28741,1,1,30036,68,3475901846,'2015-10-07 19:17:20',''),(28742,1,1,30037,15,3475901846,'2015-10-07 19:17:20',''),(28743,1,1,30038,43,3475901846,'2015-10-07 19:17:22',''),(28744,1,1,30039,41,772383919,'2015-10-07 20:16:01',''),(28745,1,1,30040,43,772383919,'2015-10-07 20:16:08',''),(28746,1,1,30041,1,2990476559,'2015-10-07 20:18:50',''),(28747,1,1,30042,1,2990476559,'2015-10-07 20:18:55',''),(28748,1,1,30043,1,2990476559,'2015-10-07 20:19:04',''),(28749,1,1,30044,1,2990476559,'2015-10-07 20:19:09',''),(28750,1,1,30045,1,2990476559,'2015-10-07 20:19:20',''),(28751,1,1,30046,1,2990476559,'2015-10-07 20:19:27',''),(28752,1,1,30047,1,2990476559,'2015-10-07 20:19:43',''),(28753,1,1,30048,1,2990476559,'2015-10-07 20:19:50',''),(28754,1,1,30049,1,872321007,'2015-10-07 20:21:16',''),(28755,1,1,30050,9,872321007,'2015-10-07 20:21:21',''),(28756,1,1,30051,3,872321007,'2015-10-07 20:21:32',''),(28757,1,1,30052,18,872321007,'2015-10-07 20:21:36',''),(28758,1,1,30053,1,2538613875,'2015-10-07 20:21:51',''),(28759,1,1,30054,26,2538613875,'2015-10-07 20:21:55',''),(28760,1,1,30055,26,2538613875,'2015-10-07 20:21:57',''),(28761,1,1,30056,26,2538613875,'2015-10-07 20:22:00',''),(28762,1,1,30057,26,2538613875,'2015-10-07 20:22:02',''),(28763,1,1,30058,26,2538613875,'2015-10-07 20:22:04',''),(28764,1,1,30059,26,2538613875,'2015-10-07 20:22:07',''),(28765,1,1,30060,26,2538613875,'2015-10-07 20:22:10',''),(28766,1,1,30061,26,2538613875,'2015-10-07 20:22:12',''),(28767,1,1,30062,26,2538613875,'2015-10-07 20:22:16',''),(28768,1,1,30063,26,2538613875,'2015-10-07 20:22:18',''),(28769,1,1,30064,16,2538613875,'2015-10-07 20:22:21',''),(28770,1,1,30065,59,2538613875,'2015-10-07 20:22:26',''),(28771,1,1,30066,68,2538613875,'2015-10-07 20:22:35',''),(28772,1,1,30067,75,2538613875,'2015-10-07 20:22:46',''),(28773,1,1,30068,67,2538613875,'2015-10-07 20:22:49',''),(28774,1,1,30069,74,2538613875,'2015-10-07 20:22:55',''),(28775,1,1,30070,26,1148408092,'2015-10-07 20:53:20',''),(28776,1,1,30071,26,1148408092,'2015-10-07 20:53:23',''),(28777,1,1,30072,26,1148408092,'2015-10-07 20:53:25',''),(28778,1,1,30073,26,1148408092,'2015-10-07 20:53:28',''),(28779,1,1,30074,29,1148408092,'2015-10-07 20:53:30',''),(28780,1,1,30075,43,1148408092,'2015-10-07 20:53:33',''),(28781,1,1,30076,16,1148408092,'2015-10-07 20:53:37',''),(28782,1,1,30077,16,1148408092,'2015-10-07 20:53:40',''),(28783,1,1,30078,73,1148408092,'2015-10-07 20:53:44',''),(28784,1,1,30079,71,1148408092,'2015-10-07 20:53:47',''),(28785,1,1,30080,72,1148408092,'2015-10-07 20:53:50',''),(28786,1,1,30081,70,1148408092,'2015-10-07 20:53:53',''),(28787,1,1,30082,6,1123631356,'2015-10-07 20:29:57',''),(28788,1,1,30083,69,1123631356,'2015-10-07 21:01:39',''),(28789,1,1,30084,1,1089909282,'2015-10-07 21:24:44','http://whois.domaintools.com/mstyresblackburn.co.uk'),(28790,1,1,30085,64,3475901813,'2015-10-07 21:28:09',''),(28791,1,1,30086,1,3173029116,'2015-10-07 22:51:58','http://buttons-for-website.com'),(28792,1,1,30087,42,1123631237,'2015-10-08 00:40:24',''),(28793,1,1,30088,1,1596849153,'2015-10-08 01:11:55',''),(28794,1,1,30089,1,1596849153,'2015-10-08 01:12:03',''),(28795,1,1,30090,1,1596849153,'2015-10-08 01:12:17',''),(28796,1,1,30091,1,1596849153,'2015-10-08 01:12:24',''),(28797,1,1,30092,1,1596849153,'2015-10-08 01:12:45',''),(28798,1,1,30093,1,1596849153,'2015-10-08 01:12:58',''),(28799,1,1,30094,1,1596849154,'2015-10-08 02:27:45',''),(28800,1,1,30095,1,1596849154,'2015-10-08 02:28:13',''),(28801,1,1,30096,1,1596849154,'2015-10-08 02:28:39',''),(28802,1,1,30097,1,1596849154,'2015-10-08 02:29:10',''),(28803,1,1,30098,1,1596849154,'2015-10-08 02:29:33',''),(28804,1,1,30099,1,1596849154,'2015-10-08 02:29:50',''),(28805,1,1,30100,1,1123631356,'2015-10-08 03:10:59',''),(28806,1,1,30101,6,2071807756,'2015-10-08 04:23:36',''),(28807,1,1,30102,26,3475901743,'2015-10-08 04:43:52',''),(28808,1,1,30103,1,3702877331,'2015-10-08 04:56:57',''),(28809,1,1,30104,31,2071807853,'2015-10-08 05:30:26',''),(28810,1,1,30105,1,633047521,'2015-10-08 06:48:03',''),(28811,1,1,30106,1,633047521,'2015-10-08 06:48:05',''),(28812,1,1,30107,1,1123631356,'2015-10-08 07:27:43',''),(28813,1,1,30108,1,1123631237,'2015-10-08 07:42:56',''),(28814,1,1,30109,70,3024883607,'2015-10-08 08:27:12',''),(28815,1,1,30110,3,1152705578,'2015-10-08 12:46:34',''),(28816,1,1,30111,1,1452598635,'2015-10-08 15:17:55','https://www.google.co.uk/'),(28817,1,1,30112,1,1123631910,'2015-10-08 16:12:48',''),(28818,1,1,30113,26,3475901767,'2015-10-08 17:52:39',''),(28819,1,1,30114,26,3475901767,'2015-10-08 18:40:45',''),(28820,1,1,30115,1,1123631281,'2015-10-08 18:53:32',''),(28821,1,1,30116,1,3702877286,'2015-10-08 19:02:23',''),(28822,1,1,30117,68,3024883480,'2015-10-08 21:34:15',''),(28823,1,1,30118,26,3475901763,'2015-10-08 21:41:00',''),(28824,1,1,30119,69,1152705578,'2015-10-08 21:42:56',''),(28825,1,1,30120,1,3702877367,'2015-10-08 22:41:23',''),(28826,1,1,30121,1,772044803,'2015-10-08 23:21:17',''),(28827,1,1,30122,1,2071807759,'2015-10-08 23:28:06',''),(28828,1,1,30123,1,3702877367,'2015-10-08 23:42:31',''),(28829,1,1,30124,1,2071807772,'2015-10-09 00:27:55',''),(28830,1,1,30125,1,1503892538,'2015-10-09 00:40:46',''),(28831,1,1,30126,1,1503892538,'2015-10-09 00:40:48',''),(28832,1,1,30127,9,1503892538,'2015-10-09 00:40:50',''),(28833,1,1,30128,3,1503892538,'2015-10-09 00:40:54',''),(28834,1,1,30129,1,3702877338,'2015-10-09 00:41:56',''),(28835,1,1,30130,26,3475901767,'2015-10-09 01:02:12',''),(28836,1,1,30131,1,90561715,'2015-10-09 01:09:49',''),(28837,1,1,30132,6,3000017343,'2015-10-09 01:24:01',''),(28838,1,1,30133,18,3000017343,'2015-10-09 01:24:03',''),(28839,1,1,30134,3,3000017343,'2015-10-09 01:24:04',''),(28840,1,1,30135,1,3000017343,'2015-10-09 01:24:06',''),(28841,1,1,30136,1,3000017343,'2015-10-09 01:24:07',''),(28842,1,1,30137,1,3000017343,'2015-10-09 01:24:08',''),(28843,1,1,30138,6,3000017343,'2015-10-09 01:24:09',''),(28844,1,1,30139,1,3000017343,'2015-10-09 01:24:10',''),(28845,1,1,30140,9,3000017343,'2015-10-09 01:24:12',''),(28846,1,1,30141,1,3000017343,'2015-10-09 01:24:13',''),(28847,1,1,30142,1,3111135904,'2015-10-09 01:58:25',''),(28848,1,1,30143,1,3111135904,'2015-10-09 01:58:28',''),(28849,1,1,30144,1,3111135904,'2015-10-09 01:58:31',''),(28850,1,1,30145,16,3475901724,'2015-10-09 02:02:08',''),(28851,1,1,30146,1,2990476559,'2015-10-09 03:29:20',''),(28852,1,1,30147,1,2990476559,'2015-10-09 03:29:23',''),(28853,1,1,30148,1,2990476559,'2015-10-09 03:29:34',''),(28854,1,1,30149,1,1123631237,'2015-10-09 03:50:10',''),(28855,1,1,30151,1,1542483309,'2015-10-09 07:54:02',''),(28856,1,1,30152,26,2637637612,'2015-10-09 10:08:47',''),(28857,1,1,30153,69,1123631243,'2015-10-09 10:10:37',''),(28858,1,1,30154,51,2071807833,'2015-10-09 11:50:37',''),(28859,1,1,30155,1,1056890683,'2015-10-09 11:53:54','http://www.bing.com/search?q=marshall+tyres+blackburn&src=IE-TopResult&FORM=IETR02'),(28860,1,1,30156,15,3702877368,'2015-10-09 12:23:57',''),(28861,1,1,30157,1,2071807761,'2015-10-09 13:43:21',''),(28862,1,1,30158,1,3702877259,'2015-10-09 13:58:28',''),(28863,1,1,30159,1,1023607799,'2015-10-09 14:11:30','http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk'),(28864,1,1,30160,1,786803397,'2015-10-09 15:28:01',''),(28865,1,1,30161,26,2071807850,'2015-10-09 18:30:16',''),(28866,1,1,30162,68,3024883592,'2015-10-09 21:29:39',''),(28867,1,1,30163,1,3495654154,'2015-10-10 00:49:23',''),(28868,1,1,30164,1,1123631237,'2015-10-10 03:09:32',''),(28869,1,1,30165,1,1032306279,'2015-10-10 03:50:00','http://www.baidu.com/s?wd=Mstyresblackburn'),(28870,1,1,30166,1,1032306279,'2015-10-10 03:50:13','http://www.baidu.com/s?wd=Mstyresblackburn'),(28871,1,1,30167,1,3702877260,'2015-10-10 04:57:17',''),(28872,1,1,30168,1,2071807821,'2015-10-10 05:01:49',''),(28873,1,1,30169,1,1123631356,'2015-10-10 05:08:03',''),(28874,1,1,30170,56,1342100326,'2015-10-10 06:04:57','https://www.google.de'),(28875,1,1,30171,1,772036457,'2015-10-10 06:16:36',''),(28876,1,1,30172,9,772036457,'2015-10-10 06:16:43',''),(28877,1,1,30173,3,772036457,'2015-10-10 06:16:49',''),(28878,1,1,30174,18,772036457,'2015-10-10 06:16:52',''),(28879,1,1,30175,1,772036457,'2015-10-10 06:30:12',''),(28880,1,1,30176,1,772036457,'2015-10-10 06:30:16',''),(28881,1,1,30177,1,772036457,'2015-10-10 06:30:20',''),(28882,1,1,30178,1,772036457,'2015-10-10 06:30:24',''),(28883,1,1,30179,1,772036457,'2015-10-10 06:30:27',''),(28884,1,1,30180,1,772036457,'2015-10-10 06:30:31',''),(28885,1,1,30181,1,772036457,'2015-10-10 06:30:35',''),(28886,1,1,30182,1,772036457,'2015-10-10 06:30:38',''),(28887,1,1,30183,1,2071807774,'2015-10-10 06:31:46',''),(28888,1,1,30184,1,3702877361,'2015-10-10 06:42:57',''),(28889,1,1,30185,43,1152705578,'2015-10-10 06:46:35',''),(28890,1,1,30186,26,2637637611,'2015-10-10 07:01:10',''),(28891,1,1,30187,1,2071807796,'2015-10-10 07:27:24',''),(28892,1,1,30188,6,772043973,'2015-10-10 07:34:09',''),(28893,1,1,30189,1,772043973,'2015-10-10 07:34:12',''),(28894,1,1,30190,1,772043973,'2015-10-10 07:34:16',''),(28895,1,1,30191,1,772043973,'2015-10-10 07:34:21',''),(28896,1,1,30192,1,772043973,'2015-10-10 07:34:24',''),(28897,1,1,30193,1,772043973,'2015-10-10 07:34:30',''),(28898,1,1,30194,1,772043973,'2015-10-10 07:34:35',''),(28899,1,1,30195,1,772043973,'2015-10-10 07:34:40',''),(28900,1,1,30196,1,772043973,'2015-10-10 07:34:46',''),(28901,1,1,30197,1,772043973,'2015-10-10 07:34:51',''),(28902,1,1,30198,1,772043973,'2015-10-10 07:34:56',''),(28903,1,1,30199,38,772043973,'2015-10-10 07:34:59',''),(28904,1,1,30200,45,772043973,'2015-10-10 07:35:03',''),(28905,1,1,30201,53,772043973,'2015-10-10 07:35:06',''),(28906,1,1,30202,48,772043973,'2015-10-10 07:35:09',''),(28907,1,1,30203,28,772043973,'2015-10-10 07:35:12',''),(28908,1,1,30204,50,772043973,'2015-10-10 07:35:17',''),(28909,1,1,30205,51,772043973,'2015-10-10 07:35:20',''),(28910,1,1,30206,56,772043973,'2015-10-10 07:35:25',''),(28911,1,1,30207,65,772043973,'2015-10-10 07:35:30',''),(28912,1,1,30208,69,772043973,'2015-10-10 07:35:35',''),(28913,1,1,30209,1,3702877339,'2015-10-10 07:39:41',''),(28914,1,1,30210,1,2071807782,'2015-10-10 08:28:49',''),(28915,1,1,30211,1,3702877366,'2015-10-10 08:41:30',''),(28916,1,1,30212,1,2071807761,'2015-10-10 09:29:46',''),(28917,1,1,30213,66,3702877335,'2015-10-10 12:07:42',''),(28918,1,1,30214,1,3024883463,'2015-10-10 12:44:17',''),(28919,1,1,30215,1,1123631237,'2015-10-10 14:25:22',''),(28920,1,1,30216,1,1123631356,'2015-10-10 14:26:04',''),(28921,1,1,30217,28,1123631243,'2015-10-10 14:44:28',''),(28922,1,1,30218,1,1123631356,'2015-10-10 15:34:25',''),(28923,1,1,30219,1,1368427042,'2015-10-10 15:39:13',''),(28924,1,1,30220,18,1368427042,'2015-10-10 15:39:21',''),(28925,1,1,30221,1,2151967790,'2015-10-10 15:39:42',''),(28926,1,1,30222,43,1368427042,'2015-10-10 15:39:43',''),(28927,1,1,30223,45,1368427042,'2015-10-10 15:39:52',''),(28928,1,1,30224,57,1368427042,'2015-10-10 15:40:08',''),(28929,1,1,30225,9,1368427042,'2015-10-10 15:40:18',''),(28930,1,1,30226,28,1368427042,'2015-10-10 15:40:27',''),(28931,1,1,30227,26,1368427042,'2015-10-10 15:40:38',''),(28932,1,1,30228,50,1368427042,'2015-10-10 15:40:48',''),(28933,1,1,30229,26,1368427042,'2015-10-10 15:40:56',''),(28934,1,1,30230,51,1368427042,'2015-10-10 15:41:04',''),(28935,1,1,30231,26,1368427042,'2015-10-10 15:41:13',''),(28936,1,1,30232,56,1368427042,'2015-10-10 15:41:20',''),(28937,1,1,30233,26,1368427042,'2015-10-10 15:41:29',''),(28938,1,1,30234,55,1368427042,'2015-10-10 15:41:38',''),(28939,1,1,30235,26,1368427042,'2015-10-10 15:41:47',''),(28940,1,1,30236,62,1368427042,'2015-10-10 15:41:58',''),(28941,1,1,30237,26,1368427042,'2015-10-10 15:42:09',''),(28942,1,1,30238,63,1368427042,'2015-10-10 15:42:18',''),(28943,1,1,30239,26,1368427042,'2015-10-10 15:42:29',''),(28944,1,1,30240,64,1368427042,'2015-10-10 15:42:38',''),(28945,1,1,30241,1,1123631237,'2015-10-10 15:42:41',''),(28946,1,1,30242,26,1368427042,'2015-10-10 15:42:48',''),(28947,1,1,30243,65,1368427042,'2015-10-10 15:42:58',''),(28948,1,1,30244,26,1368427042,'2015-10-10 15:43:07',''),(28949,1,1,30245,69,1368427042,'2015-10-10 15:43:18',''),(28950,1,1,30246,26,1368427042,'2015-10-10 15:43:31',''),(28951,1,1,30247,41,1368427042,'2015-10-10 15:43:43',''),(28952,1,1,30248,53,1368427042,'2015-10-10 15:43:53',''),(28953,1,1,30249,38,1368427042,'2015-10-10 15:44:02',''),(28954,1,1,30250,52,1368427042,'2015-10-10 15:44:10',''),(28955,1,1,30251,48,1368427042,'2015-10-10 15:44:17',''),(28956,1,1,30252,3,1368427042,'2015-10-10 15:44:24',''),(28957,1,1,30253,16,1368427042,'2015-10-10 15:44:33',''),(28958,1,1,30254,43,1368427042,'2015-10-10 15:44:41',''),(28959,1,1,30255,43,1368427042,'2015-10-10 15:44:53',''),(28960,1,1,30256,10,1368427042,'2015-10-10 15:45:03',''),(28961,1,1,30257,26,1368427042,'2015-10-10 15:45:15',''),(28962,1,1,30258,44,1368427042,'2015-10-10 15:45:23',''),(28963,1,1,30259,26,1368427042,'2015-10-10 15:45:34',''),(28964,1,1,30260,26,1368427042,'2015-10-10 15:45:45',''),(28965,1,1,30261,27,1368427042,'2015-10-10 15:45:56',''),(28966,1,1,30262,26,1368427042,'2015-10-10 15:46:04',''),(28967,1,1,30263,49,1368427042,'2015-10-10 15:46:15',''),(28968,1,1,30264,26,1123631356,'2015-10-10 16:23:23',''),(28969,1,1,30265,1,1123631237,'2015-10-10 16:46:59',''),(28970,1,1,30266,10,3024883483,'2015-10-10 17:11:24',''),(28971,1,1,30267,1,1123631243,'2015-10-10 17:12:01',''),(28972,1,1,30268,65,1123631237,'2015-10-10 17:20:47',''),(28973,1,1,30269,1,1542483272,'2015-10-10 17:39:24',''),(28974,1,1,30270,1,1123631356,'2015-10-10 17:52:22',''),(28975,1,1,30272,54,1123631237,'2015-10-10 18:12:12',''),(28976,1,1,30274,68,1123631243,'2015-10-10 18:14:22',''),(28977,1,1,30275,53,1123631356,'2015-10-10 18:23:38',''),(28978,1,1,30276,57,1123631243,'2015-10-10 19:06:11',''),(28979,1,1,30277,1,525731398,'2015-10-10 19:06:19','https://uk.search.yahoo.com/'),(28980,1,1,30278,63,1123631356,'2015-10-10 19:34:12',''),(28981,1,1,30279,1,1123631243,'2015-10-10 19:39:42',''),(28982,1,1,30280,1,1123631237,'2015-10-10 20:12:50',''),(28983,1,1,30281,47,1123631243,'2015-10-10 20:34:13',''),(28984,1,1,30283,1,1123631237,'2015-10-10 21:12:40',''),(28985,1,1,30284,1,1123631356,'2015-10-10 21:13:24',''),(28986,1,1,30285,26,2637637511,'2015-10-10 21:47:14',''),(28987,1,1,30286,28,3024883592,'2015-10-10 22:11:17',''),(28988,1,1,30287,1,1123631356,'2015-10-10 22:25:38',''),(28989,1,1,30288,1,3024883470,'2015-10-10 22:26:18',''),(28990,1,1,30289,1,1123631243,'2015-10-10 22:34:38',''),(28991,1,1,30291,38,3164934119,'2015-10-10 23:26:04',''),(28992,1,1,30292,15,1123631237,'2015-10-10 23:34:00',''),(28993,1,1,30293,1,1123631243,'2015-10-10 23:37:53',''),(28994,1,1,30294,1,1123631356,'2015-10-10 23:38:03',''),(28995,1,1,30295,1,633047521,'2015-10-10 23:58:55',''),(28996,1,1,30296,68,1123631243,'2015-10-11 00:09:33',''),(28997,1,1,30297,26,2637637611,'2015-10-11 00:12:18',''),(28998,1,1,30298,1,2071807829,'2015-10-11 00:18:12',''),(28999,1,1,30299,1,1159648806,'2015-10-11 00:26:11',''),(29000,1,1,30300,1,1159648806,'2015-10-11 00:26:14',''),(29001,1,1,30301,9,1159648806,'2015-10-11 00:26:16',''),(29002,1,1,30302,3,1159648806,'2015-10-11 00:26:21',''),(29003,1,1,30303,15,1123631237,'2015-10-11 00:29:44',''),(29004,1,1,30304,1,3172806433,'2015-10-11 00:43:31','http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk'),(29005,1,1,30305,1,1123631243,'2015-10-11 00:49:55',''),(29006,1,1,30306,26,3702877303,'2015-10-11 00:51:28',''),(29007,1,1,30307,38,1123631356,'2015-10-11 01:02:01',''),(29008,1,1,30309,14,1123631356,'2015-10-11 01:41:44',''),(29009,1,1,30310,56,1123631237,'2015-10-11 02:04:47',''),(29010,1,1,30311,42,1152705578,'2015-10-11 02:14:54',''),(29011,1,1,30312,43,1123631356,'2015-10-11 02:17:25',''),(29012,1,1,30313,27,1123631243,'2015-10-11 02:22:33',''),(29013,1,1,30314,10,1123631237,'2015-10-11 02:37:11',''),(29014,1,1,30315,1,1123631237,'2015-10-11 03:15:40',''),(29015,1,1,30316,26,1053993218,'2015-10-11 03:45:08',''),(29016,1,1,30317,26,1053993218,'2015-10-11 03:45:10',''),(29017,1,1,30318,26,1053993218,'2015-10-11 03:45:13',''),(29018,1,1,30319,26,1053993218,'2015-10-11 03:45:16',''),(29019,1,1,30320,16,1053993218,'2015-10-11 03:45:19',''),(29020,1,1,30321,16,1053993218,'2015-10-11 03:45:22',''),(29021,1,1,30322,73,1053993218,'2015-10-11 03:45:26',''),(29022,1,1,30323,71,1053993218,'2015-10-11 03:45:29',''),(29023,1,1,30324,72,1053993218,'2015-10-11 03:45:33',''),(29024,1,1,30325,70,1053993218,'2015-10-11 03:45:36',''),(29025,1,1,30326,1,782615949,'2015-10-11 03:49:28',''),(29026,1,1,30327,1,782615949,'2015-10-11 03:49:31',''),(29027,1,1,30328,1,782615949,'2015-10-11 03:49:33',''),(29028,1,1,30329,1,2637637629,'2015-10-11 04:32:00',''),(29029,1,1,30330,68,1123631237,'2015-10-11 06:16:03',''),(29030,1,1,30331,42,2990476559,'2015-10-11 06:39:11',''),(29031,1,1,30332,1,1123631237,'2015-10-11 07:08:20',''),(29032,1,1,30333,1,1123631243,'2015-10-11 07:09:25',''),(29033,1,1,30334,1,3024883466,'2015-10-11 09:36:17',''),(29034,1,1,30335,43,2637637427,'2015-10-11 09:48:24',''),(29035,1,1,30336,29,2637637427,'2015-10-11 09:48:26',''),(29036,1,1,30337,43,2637637428,'2015-10-11 09:48:28',''),(29037,1,1,30338,3,2637637629,'2015-10-11 09:48:28',''),(29038,1,1,30339,6,2637637629,'2015-10-11 09:48:30',''),(29039,1,1,30340,56,2637637629,'2015-10-11 09:48:32',''),(29040,1,1,30341,68,2637637629,'2015-10-11 09:48:34',''),(29041,1,1,30342,1,2637637629,'2015-10-11 09:48:36',''),(29042,1,1,30343,54,3024883461,'2015-10-11 11:40:30',''),(29043,1,1,30344,26,2637637397,'2015-10-11 12:08:07',''),(29044,1,1,30345,75,3024883471,'2015-10-11 13:13:52',''),(29045,1,1,30346,1,2071807789,'2015-10-11 13:34:35',''),(29046,1,1,30347,26,2071807800,'2015-10-11 14:07:54',''),(29047,1,1,30348,1,1123631981,'2015-10-11 14:49:07',''),(29048,1,1,30349,26,2637637427,'2015-10-11 15:22:10',''),(29049,1,1,30350,26,2637637428,'2015-10-11 16:24:36',''),(29050,1,1,30351,1,1760035617,'2015-10-11 16:52:00','http://burger-imperia.com/'),(29051,1,1,30352,26,2637637611,'2015-10-11 18:14:25',''),(29052,1,1,30353,1,1150598678,'2015-10-11 19:43:14','http://buttons-for-website.com'),(29053,1,1,30354,1,3038482459,'2015-10-11 20:20:47','http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk'),(29054,1,1,30355,15,1123631975,'2015-10-11 21:01:05',''),(29055,1,1,30356,1,2805610187,'2015-10-11 21:43:38','http://buttons-for-website.com'),(29056,1,1,30357,52,3024883604,'2015-10-11 21:43:41',''),(29057,1,1,30358,1,1050889871,'2015-10-11 22:14:05',''),(29058,1,1,30359,9,1050889871,'2015-10-11 22:14:07',''),(29059,1,1,30360,3,1050889871,'2015-10-11 22:14:12',''),(29060,1,1,30361,18,1050889871,'2015-10-11 22:14:14',''),(29061,1,1,30362,1,1123631981,'2015-10-11 22:37:44',''),(29062,1,1,30363,75,1123631969,'2015-10-12 03:49:01',''),(29063,1,1,30364,26,2637637428,'2015-10-12 04:31:01',''),(29064,1,1,30365,1,1123631975,'2015-10-12 05:17:32',''),(29065,1,1,30366,1,2151967790,'2015-10-12 05:41:51',''),(29066,1,1,30367,55,1123631975,'2015-10-12 06:30:54',''),(29067,1,1,30368,1,1545008719,'2015-10-12 08:57:19','http://www.bing.com/search?pc=AMAZ&form=AMAZWB&q=m+and+tyres+Blackburn'),(29068,1,1,30369,1,1041806726,'2015-10-12 08:57:53',''),(29069,1,1,30368,1,1344982958,'2015-10-12 09:40:57','http://www.bing.com/search?pc=AMAZ&form=AMAZWB&q=m+and+tyres+Blackburn'),(29070,1,1,30370,1,1123631903,'2015-10-12 11:12:31',''),(29071,1,1,30371,1,1542483291,'2015-10-12 12:26:55',''),(29072,1,1,30372,26,2637637407,'2015-10-12 13:04:17',''),(29073,1,1,30368,48,1483345837,'2015-10-12 14:17:46','http://www.bing.com/search?pc=AMAZ&form=AMAZWB&q=m+and+tyres+Blackburn'),(29074,1,1,30373,66,3702877267,'2015-10-12 15:12:27',''),(29075,1,1,30374,1,2172323591,'2015-10-12 15:42:08','http://hvd-store.com/'),(29076,1,1,30375,62,2071807786,'2015-10-12 15:45:46',''),(29077,1,1,30376,16,1152705578,'2015-10-12 16:00:30',''),(29078,1,1,30377,63,3134127677,'2015-10-12 18:35:30','https://www.google.com.br/'),(29079,1,1,30378,1,1123631266,'2015-10-12 19:20:48',''),(29080,1,1,30379,26,3475901838,'2015-10-12 19:21:32',''),(29081,1,1,30380,1,1123631237,'2015-10-12 19:59:24',''),(29082,1,1,30381,18,1123631237,'2015-10-12 22:36:12',''),(29083,1,1,30382,48,1443146485,'2015-10-12 22:47:05','https://www.google.co.uk/'),(29084,1,1,30383,26,2637637407,'2015-10-12 23:15:43',''),(29085,1,1,30384,56,1123631243,'2015-10-12 23:18:08',''),(29086,1,1,30385,1,1806347165,'2015-10-12 23:26:54',''),(29087,1,1,30386,6,1806347165,'2015-10-12 23:27:02',''),(29088,1,1,30387,9,1806347165,'2015-10-12 23:27:12',''),(29089,1,1,30388,64,1806347165,'2015-10-12 23:27:18',''),(29090,1,1,30389,50,1806347165,'2015-10-12 23:27:22',''),(29091,1,1,30390,56,1806347165,'2015-10-12 23:27:27',''),(29092,1,1,30391,51,1806347165,'2015-10-12 23:27:32',''),(29093,1,1,30392,69,1806347165,'2015-10-12 23:27:38',''),(29094,1,1,30393,65,1806347165,'2015-10-12 23:27:42',''),(29095,1,1,30394,28,1806347165,'2015-10-12 23:27:47',''),(29096,1,1,30395,55,1806347165,'2015-10-12 23:27:52',''),(29097,1,1,30396,63,1806347165,'2015-10-12 23:27:57',''),(29098,1,1,30397,62,1806347165,'2015-10-12 23:28:02',''),(29099,1,1,30398,38,1806347165,'2015-10-12 23:28:07',''),(29100,1,1,30399,42,1806347165,'2015-10-12 23:28:12',''),(29101,1,1,30400,52,1806347165,'2015-10-12 23:28:18',''),(29102,1,1,30401,45,1806347165,'2015-10-12 23:28:22',''),(29103,1,1,30402,16,1806347165,'2015-10-12 23:28:27',''),(29104,1,1,30403,10,1806347165,'2015-10-12 23:28:32',''),(29105,1,1,30404,49,1806347165,'2015-10-12 23:28:38',''),(29106,1,1,30405,58,1806347165,'2015-10-12 23:28:42',''),(29107,1,1,30406,44,1806347165,'2015-10-12 23:28:47',''),(29108,1,1,30407,27,1806347165,'2015-10-12 23:28:52',''),(29109,1,1,30408,53,1806347165,'2015-10-12 23:28:58',''),(29110,1,1,30409,57,1806347165,'2015-10-12 23:29:02',''),(29111,1,1,30410,41,1806347165,'2015-10-12 23:29:07',''),(29112,1,1,30411,48,1806347165,'2015-10-12 23:29:12',''),(29113,1,1,30412,43,1806347165,'2015-10-12 23:29:18',''),(29114,1,1,30413,16,1806347165,'2015-10-12 23:29:22',''),(29115,1,1,30414,73,1806347165,'2015-10-12 23:29:27',''),(29116,1,1,30415,70,1806347165,'2015-10-12 23:29:33',''),(29117,1,1,30416,71,1806347165,'2015-10-12 23:29:38',''),(29118,1,1,30417,72,1806347165,'2015-10-12 23:29:43',''),(29119,1,1,30418,16,1806347165,'2015-10-12 23:29:47',''),(29120,1,1,30419,67,1806347165,'2015-10-12 23:29:52',''),(29121,1,1,30420,68,1806347165,'2015-10-12 23:29:57',''),(29122,1,1,30421,59,1806347165,'2015-10-12 23:30:02',''),(29123,1,1,30422,75,1806347165,'2015-10-12 23:30:07',''),(29124,1,1,30423,74,1806347165,'2015-10-12 23:30:13',''),(29125,1,1,30424,43,1806347165,'2015-10-12 23:30:18',''),(29126,1,1,30425,43,1806347165,'2015-10-12 23:30:22',''),(29127,1,1,30426,15,1806347165,'2015-10-12 23:30:27',''),(29128,1,1,30427,31,1806347165,'2015-10-12 23:30:32',''),(29129,1,1,30428,47,1806347165,'2015-10-12 23:30:37',''),(29130,1,1,30429,54,1806347165,'2015-10-12 23:30:42',''),(29131,1,1,30430,66,1806347165,'2015-10-12 23:30:47',''),(29132,1,1,30431,26,1806347165,'2015-10-12 23:30:52',''),(29133,1,1,30432,26,1806347165,'2015-10-12 23:30:57',''),(29134,1,1,30433,26,1806347165,'2015-10-12 23:31:02',''),(29135,1,1,30434,26,1806347165,'2015-10-12 23:31:07',''),(29136,1,1,30435,26,1806347165,'2015-10-12 23:31:12',''),(29137,1,1,30436,26,1806347165,'2015-10-12 23:31:17',''),(29138,1,1,30437,26,1806347165,'2015-10-12 23:31:22',''),(29139,1,1,30438,26,1806347165,'2015-10-12 23:31:27',''),(29140,1,1,30439,26,1806347165,'2015-10-12 23:31:33',''),(29141,1,1,30440,26,1806347165,'2015-10-12 23:31:37',''),(29142,1,1,30441,26,1806347165,'2015-10-12 23:31:42',''),(29143,1,1,30442,26,1806347165,'2015-10-12 23:31:47',''),(29144,1,1,30443,26,1806347165,'2015-10-12 23:31:52',''),(29145,1,1,30444,26,1806347165,'2015-10-12 23:31:57',''),(29146,1,1,30445,26,1806347165,'2015-10-12 23:32:02',''),(29147,1,1,30446,26,1806347165,'2015-10-12 23:32:07',''),(29148,1,1,30447,26,1806347165,'2015-10-12 23:32:13',''),(29149,1,1,30448,26,1806347165,'2015-10-12 23:32:18',''),(29150,1,1,30449,26,1806347165,'2015-10-12 23:32:23',''),(29151,1,1,30450,26,1806347165,'2015-10-12 23:32:28',''),(29152,1,1,30451,26,1806347165,'2015-10-12 23:32:32',''),(29153,1,1,30452,26,1806347165,'2015-10-12 23:32:37',''),(29154,1,1,30453,26,1806347165,'2015-10-12 23:32:42',''),(29155,1,1,30454,26,1806347165,'2015-10-12 23:32:47',''),(29156,1,1,30455,26,1806347165,'2015-10-12 23:32:52',''),(29157,1,1,30456,26,1806347165,'2015-10-12 23:32:57',''),(29158,1,1,30457,26,1806347165,'2015-10-12 23:33:02',''),(29159,1,1,30458,26,1806347165,'2015-10-12 23:33:07',''),(29160,1,1,30459,26,1806347165,'2015-10-12 23:33:12',''),(29161,1,1,30460,26,1806347165,'2015-10-12 23:33:17',''),(29162,1,1,30461,26,1806347165,'2015-10-12 23:33:22',''),(29163,1,1,30462,26,1806347165,'2015-10-12 23:33:27',''),(29164,1,1,30463,26,1806347165,'2015-10-12 23:33:32',''),(29165,1,1,30464,26,1806347165,'2015-10-12 23:33:37',''),(29166,1,1,30465,1,3281697651,'2015-10-12 23:45:27',''),(29167,1,1,30466,1,1123631243,'2015-10-13 00:54:54',''),(29168,1,1,30467,1,633047521,'2015-10-13 01:05:01',''),(29169,1,1,30468,1,633047521,'2015-10-13 01:05:03',''),(29170,1,1,30469,9,633047521,'2015-10-13 01:05:05',''),(29171,1,1,30470,3,633047521,'2015-10-13 01:05:09',''),(29172,1,1,30471,1,772045740,'2015-10-13 02:34:47',''),(29173,1,1,30472,1,772045740,'2015-10-13 02:34:53',''),(29174,1,1,30473,1,772045740,'2015-10-13 02:34:58',''),(29175,1,1,30474,26,1123631356,'2015-10-13 02:39:55',''),(29176,1,1,30475,42,788300578,'2015-10-13 02:47:04',''),(29177,1,1,30476,1,457009679,'2015-10-13 03:37:06','http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk'),(29178,1,1,30477,1,2297645986,'2015-10-13 03:47:05',''),(29179,1,1,30478,9,2297645986,'2015-10-13 03:47:07',''),(29180,1,1,30479,3,2297645986,'2015-10-13 03:47:11',''),(29181,1,1,30480,18,2297645986,'2015-10-13 03:47:13',''),(29182,1,1,30481,31,2071807829,'2015-10-13 05:15:34',''),(29183,1,1,30482,19,1123631243,'2015-10-13 06:06:26',''),(29184,1,1,30483,1,3649162419,'2015-10-13 06:45:31','http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk'),(29185,1,1,30484,6,1123631237,'2015-10-13 07:13:10',''),(29186,1,1,30486,65,2637637517,'2015-10-13 09:41:06',''),(29187,1,1,30487,1,1489375385,'2015-10-13 09:51:58',''),(29188,1,1,30488,1,1489375385,'2015-10-13 09:52:02',''),(29189,1,1,30489,1,1489375385,'2015-10-13 09:52:28',''),(29190,1,1,30490,1,1489375385,'2015-10-13 09:52:32',''),(29191,1,1,30491,1,1489375385,'2015-10-13 09:52:38',''),(29192,1,1,30492,1,1489375385,'2015-10-13 09:52:41',''),(29193,1,1,30493,1,1489375385,'2015-10-13 09:52:44',''),(29194,1,1,30494,1,1489375385,'2015-10-13 09:52:48',''),(29195,1,1,30495,1,1489375385,'2015-10-13 09:52:53',''),(29196,1,1,30496,1,1489375385,'2015-10-13 09:53:01',''),(29197,1,1,30497,1,1123631356,'2015-10-13 12:22:34',''),(29198,1,1,30498,1,2637637486,'2015-10-13 15:01:42',''),(29199,1,1,30499,1,3561190130,'2015-10-13 15:19:41','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CBsQgU8wAWoVChMIyYrfw9-_yAIVSzsUCh2gsAxl&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(29200,1,1,30500,1,1123631237,'2015-10-13 15:22:06',''),(29201,1,1,30501,1,1041806727,'2015-10-13 16:05:43',''),(29202,1,1,30502,1,1041806727,'2015-10-13 16:07:49',''),(29203,1,1,30503,56,1123631356,'2015-10-13 16:40:05',''),(29204,1,1,30504,1,1123631356,'2015-10-13 17:34:44',''),(29205,1,1,30505,58,1123631356,'2015-10-13 18:37:08',''),(29206,1,1,30506,1,1344891032,'2015-10-13 18:58:16','https://www.google.co.uk/'),(29207,1,1,30507,1,2734115016,'2015-10-13 20:33:46',''),(29208,1,1,30508,1,3024883466,'2015-10-13 20:56:44',''),(29209,1,1,30509,69,1454370868,'2015-10-13 22:46:46','https://www.google.co.uk/'),(29210,1,1,30510,1,1032306400,'2015-10-13 22:48:16','http://www.baidu.com/s?wd=Mstyresblackburn'),(29211,1,1,30511,1,2566573848,'2015-10-13 22:54:00','http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk'),(29212,1,1,30512,1,3495654154,'2015-10-13 23:10:56',''),(29213,1,1,30513,51,3163547664,'2015-10-14 00:15:43',''),(29214,1,1,30514,1,1123631237,'2015-10-14 00:37:41',''),(29215,1,1,30515,1,2329650917,'2015-10-14 01:28:00','http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk'),(29216,1,1,30516,1,1123631237,'2015-10-14 01:29:21',''),(29217,1,1,30517,1,1056860626,'2015-10-14 01:52:56','https://www.google.co.uk/'),(29218,1,1,30518,1,3227305018,'2015-10-14 02:52:33','http://www.bing.com/search?q=what+are+ms+tyres&form=MSNH14&sc=8-4&sp=-1&qs=n&sk='),(29219,1,1,30519,74,3164934119,'2015-10-14 03:10:55',''),(29220,1,1,30520,74,3163547689,'2015-10-14 05:58:22',''),(29221,1,1,30521,63,2637637517,'2015-10-14 06:26:59',''),(29222,1,1,30522,1,1968049467,'2015-10-14 07:18:39',''),(29223,1,1,30523,26,3702877265,'2015-10-14 07:48:29',''),(29224,1,1,30524,1,1542483288,'2015-10-14 07:58:28',''),(29225,1,1,30525,1,3024883482,'2015-10-14 11:05:14',''),(29226,1,1,30526,26,3702877295,'2015-10-14 11:12:20',''),(29227,1,1,30527,1,1032306400,'2015-10-14 11:50:58','http://www.baidu.com/s?wd=Mstyresblackburn'),(29228,1,1,30528,26,3497226587,'2015-10-14 13:51:45',''),(29229,1,1,30529,1,1330403424,'2015-10-14 17:04:13','https://www.google.co.uk/'),(29230,1,1,30530,63,1499026494,'2015-10-14 21:20:45','http://www.google.fr/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F0%2F60-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D27%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=I30'),(29231,1,1,30531,1,3024883470,'2015-10-14 21:26:35',''),(29232,1,1,30532,1,3144769866,'2015-10-14 23:19:40','http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk'),(29233,1,1,30533,26,3497226587,'2015-10-14 23:57:48',''),(29234,1,1,30534,16,3475901838,'2015-10-15 00:16:30',''),(29235,1,1,30535,20,1123631243,'2015-10-15 00:40:09',''),(29236,1,1,30536,1,3042502057,'2015-10-15 00:53:38','http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk'),(29237,1,1,30537,65,3024883599,'2015-10-15 03:05:29',''),(29238,1,1,30538,26,3497226587,'2015-10-15 03:50:16',''),(29239,1,1,30539,1,2999616852,'2015-10-15 04:56:12',''),(29240,1,1,30540,1,3338415115,'2015-10-15 05:49:26',''),(29241,1,1,30541,50,1152705578,'2015-10-15 07:02:03',''),(29242,1,1,30542,56,1056908418,'2015-10-15 07:26:17',''),(29243,1,1,30543,1,656580524,'2015-10-15 07:58:00','https://www.google.com.pk/'),(29244,1,1,30544,26,633047521,'2015-10-15 08:17:23',''),(29245,1,1,30545,26,633047521,'2015-10-15 08:17:25',''),(29246,1,1,30546,1,633047521,'2015-10-15 08:17:28',''),(29247,1,1,30547,1,633047521,'2015-10-15 08:17:30',''),(29248,1,1,30548,1,1443408438,'2015-10-15 08:41:55','https://www.google.co.uk/'),(29249,1,1,30549,6,1123631243,'2015-10-15 08:55:15',''),(29250,1,1,30550,1,1542483320,'2015-10-15 17:55:17',''),(29251,1,1,30551,73,1123631356,'2015-10-15 18:09:02',''),(29252,1,1,30553,23,1123631237,'2015-10-15 18:26:33',''),(29253,1,1,30555,49,1123631356,'2015-10-15 19:01:04',''),(29254,1,1,30556,67,1123631237,'2015-10-15 19:23:22',''),(29255,1,1,30557,44,1123631243,'2015-10-15 19:28:19',''),(29256,1,1,30558,1,2297645986,'2015-10-15 22:37:29',''),(29257,1,1,30559,1,2297645986,'2015-10-15 22:37:33',''),(29258,1,1,30560,9,2297645986,'2015-10-15 22:37:35',''),(29259,1,1,30561,3,2297645986,'2015-10-15 22:37:40',''),(29260,1,1,30562,74,3024883486,'2015-10-15 23:49:15',''),(29261,1,1,30563,1,772044803,'2015-10-15 23:52:42',''),(29262,1,1,30564,1,772044803,'2015-10-15 23:52:47',''),(29263,1,1,30565,1,772044803,'2015-10-15 23:52:50',''),(29264,1,1,30566,1,772044803,'2015-10-15 23:52:55',''),(29265,1,1,30567,1,3702877264,'2015-10-16 04:58:07',''),(29266,1,1,30568,1,3702877307,'2015-10-16 04:58:10',''),(29267,1,1,30569,1,3164961442,'2015-10-16 05:50:37',''),(29268,1,1,30570,26,1152705578,'2015-10-16 05:52:36',''),(29269,1,1,30571,15,3475901838,'2015-10-16 06:38:22',''),(29270,1,1,30572,1,1123631237,'2015-10-16 06:52:12',''),(29271,1,1,30573,1,1489399426,'2015-10-16 06:59:31',''),(29272,1,1,30574,1,3018493548,'2015-10-16 10:19:50','http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk'),(29273,1,1,30575,1,2071807858,'2015-10-16 10:41:30',''),(29274,1,1,30576,1,1466316582,'2015-10-16 12:07:39','http://www.bing.com/search?q=part+worn+tyres+accrington&src=IE-TopResult&FORM=IETR02&conversationid='),(29275,1,1,30577,1,3016177987,'2015-10-16 12:25:36','http://buttons-for-website.com'),(29276,1,1,30578,1,3024883592,'2015-10-16 13:16:22',''),(29277,1,1,30579,1,84497668,'2015-10-16 14:28:47',''),(29278,1,1,30580,9,84497668,'2015-10-16 14:28:50',''),(29279,1,1,30581,3,84497668,'2015-10-16 14:28:55',''),(29280,1,1,30582,18,84497668,'2015-10-16 14:28:58',''),(29281,1,1,30583,1,3381454615,'2015-10-16 15:27:12','http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk'),(29282,1,1,30584,1,1123631243,'2015-10-16 15:29:57',''),(29283,1,1,30585,71,3024883597,'2015-10-16 15:31:04',''),(29284,1,1,30586,26,772036457,'2015-10-16 16:23:39',''),(29285,1,1,30587,26,772036457,'2015-10-16 16:23:43',''),(29286,1,1,30588,16,772036457,'2015-10-16 16:23:50',''),(29287,1,1,30589,16,772036457,'2015-10-16 16:23:55',''),(29288,1,1,30590,73,772036457,'2015-10-16 16:24:00',''),(29289,1,1,30591,71,772036457,'2015-10-16 16:24:07',''),(29290,1,1,30592,72,772036457,'2015-10-16 16:24:13',''),(29291,1,1,30593,70,772036457,'2015-10-16 16:24:19',''),(29292,1,1,30594,1,1443192730,'2015-10-16 18:51:18','https://www.google.co.uk/'),(29293,1,1,30595,1,3281687265,'2015-10-16 22:31:17',''),(29294,1,1,30596,50,3163547682,'2015-10-16 22:34:12',''),(29295,1,1,30597,1,1094177106,'2015-10-17 00:16:46',''),(29296,1,1,30598,1,3323675321,'2015-10-17 00:44:14',''),(29297,1,1,30599,1,2538613875,'2015-10-17 01:24:42',''),(29298,1,1,30600,1,2538613875,'2015-10-17 01:24:44',''),(29299,1,1,30601,9,2538613875,'2015-10-17 01:24:47',''),(29300,1,1,30602,3,2538613875,'2015-10-17 01:25:05',''),(29301,1,1,30603,1,3475901807,'2015-10-17 01:53:54',''),(29302,1,1,30604,1,2297645986,'2015-10-17 03:12:28',''),(29303,1,1,30605,9,2297645986,'2015-10-17 03:12:30',''),(29304,1,1,30606,3,2297645986,'2015-10-17 03:12:33',''),(29305,1,1,30607,18,2297645986,'2015-10-17 03:12:36',''),(29306,1,1,30608,6,2637637464,'2015-10-17 04:04:06',''),(29307,1,1,30609,1,3024883598,'2015-10-17 04:32:34',''),(29308,1,1,30610,1,3163547691,'2015-10-17 06:28:08',''),(29309,1,1,30611,1,3497226059,'2015-10-17 08:10:34',''),(29310,1,1,30612,3,3475901807,'2015-10-17 08:42:36',''),(29311,1,1,30613,1,2071807826,'2015-10-17 08:52:31',''),(29312,1,1,30614,26,3702877277,'2015-10-17 09:59:10',''),(29313,1,1,30615,1,3581654446,'2015-10-17 10:07:36','https://www.google.co.uk/'),(29314,1,1,30616,1,3497226059,'2015-10-17 10:55:14',''),(29315,1,1,30617,1,1123636661,'2015-10-17 12:33:15',''),(29316,1,1,30618,9,3475901807,'2015-10-17 12:39:07',''),(29317,1,1,30619,6,3475901807,'2015-10-17 12:39:08',''),(29318,1,1,30620,68,3475901807,'2015-10-17 12:39:10',''),(29319,1,1,30621,56,2637637486,'2015-10-17 12:39:14',''),(29320,1,1,30622,48,2637637486,'2015-10-17 12:39:16',''),(29321,1,1,30623,43,2637637486,'2015-10-17 12:39:17',''),(29322,1,1,30624,65,2637637433,'2015-10-17 12:39:18',''),(29323,1,1,30625,43,2637637486,'2015-10-17 12:39:19',''),(29324,1,1,30626,29,2637637449,'2015-10-17 12:51:50',''),(29325,1,1,30627,18,2637637449,'2015-10-17 12:51:52',''),(29326,1,1,30628,3,2637637449,'2015-10-17 12:51:54',''),(29327,1,1,30629,3,2637637449,'2015-10-17 12:51:56',''),(29328,1,1,30630,1,2637637449,'2015-10-17 12:51:56',''),(29329,1,1,30631,15,2637637449,'2015-10-17 12:51:57',''),(29330,1,1,30632,1,1542483268,'2015-10-17 13:30:29',''),(29331,1,1,30633,1,1123631237,'2015-10-17 16:09:28',''),(29332,1,1,30634,1,2071807762,'2015-10-17 16:32:05',''),(29333,1,1,30635,1,2071807772,'2015-10-17 16:32:08',''),(29334,1,1,30636,56,35219434,'2015-10-17 16:45:42','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CDMQFjABahUKEwj8w_WW-cnIAhWEaxQKHWwrBi0&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3Qx'),(29335,1,1,30637,65,3560090843,'2015-10-17 16:47:02','https://www.google.com'),(29336,1,1,30638,1,3376654415,'2015-10-17 17:20:49','http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk'),(29337,1,1,30639,57,2071807783,'2015-10-17 20:20:09',''),(29338,1,1,30640,1,2953382627,'2015-10-17 20:48:26',''),(29339,1,1,30641,1,2953382627,'2015-10-17 20:48:28',''),(29340,1,1,30642,1,633047521,'2015-10-17 22:46:58',''),(29341,1,1,30643,1,633047521,'2015-10-17 22:47:00',''),(29342,1,1,30644,1,633047521,'2015-10-17 22:47:03',''),(29343,1,1,30645,1,633047521,'2015-10-17 22:47:06',''),(29344,1,1,30646,1,633047521,'2015-10-17 22:47:09',''),(29345,1,1,30647,1,633047521,'2015-10-17 22:47:12',''),(29346,1,1,30648,1,633047521,'2015-10-17 22:47:15',''),(29347,1,1,30649,1,633047521,'2015-10-17 22:47:18',''),(29348,1,1,30650,52,633047521,'2015-10-17 22:47:21',''),(29349,1,1,30651,57,633047521,'2015-10-17 22:47:23',''),(29350,1,1,30652,57,3163547674,'2015-10-17 23:06:15',''),(29351,1,1,30653,29,772045740,'2015-10-18 00:16:26',''),(29352,1,1,30654,42,772045740,'2015-10-18 00:16:32',''),(29353,1,1,30655,43,772045740,'2015-10-18 00:16:40',''),(29354,1,1,30656,54,772045740,'2015-10-18 00:16:48',''),(29355,1,1,30657,66,772045740,'2015-10-18 00:16:56',''),(29356,1,1,30658,43,3024883486,'2015-10-18 01:56:44',''),(29357,1,1,30659,9,3497226587,'2015-10-18 03:53:21',''),(29358,1,1,30660,1,2098849710,'2015-10-18 05:51:45','http://buttons-for-website.com'),(29359,1,1,30661,1,3024883486,'2015-10-18 06:10:12',''),(29360,1,1,30662,1,2420907330,'2015-10-18 07:15:02',''),(29361,1,1,30663,1,2420907330,'2015-10-18 07:15:30',''),(29362,1,1,30664,1,1123631243,'2015-10-18 07:35:15',''),(29363,1,1,30665,1,1123631356,'2015-10-18 07:42:41',''),(29364,1,1,30667,26,3497226587,'2015-10-18 08:01:25',''),(29365,1,1,30668,41,1123631243,'2015-10-18 08:58:41',''),(29366,1,1,30669,15,1123631356,'2015-10-18 09:21:32',''),(29367,1,1,30671,1,1534685326,'2015-10-18 09:31:46',''),(29368,1,1,30672,1,1534685326,'2015-10-18 09:31:49',''),(29369,1,1,30673,1,1534685326,'2015-10-18 09:31:51',''),(29370,1,1,30674,1,1534685326,'2015-10-18 09:31:54',''),(29371,1,1,30675,1,1534685326,'2015-10-18 09:31:56',''),(29372,1,1,30676,1,1534685326,'2015-10-18 09:31:59',''),(29373,1,1,30677,1,1534685326,'2015-10-18 09:32:02',''),(29374,1,1,30678,1,1534685326,'2015-10-18 09:32:05',''),(29375,1,1,30679,1,1534685326,'2015-10-18 09:32:07',''),(29376,1,1,30680,1,1534685326,'2015-10-18 09:32:09',''),(29377,1,1,30681,41,1534685326,'2015-10-18 09:32:11',''),(29378,1,1,30682,43,1534685326,'2015-10-18 09:32:14',''),(29379,1,1,30683,74,1534685326,'2015-10-18 09:32:17',''),(29380,1,1,30684,1,633047521,'2015-10-18 10:51:50',''),(29381,1,1,30685,1,633047521,'2015-10-18 10:51:53',''),(29382,1,1,30686,1,633047521,'2015-10-18 10:51:56',''),(29383,1,1,30687,1,633047521,'2015-10-18 10:51:59',''),(29384,1,1,30688,1,633047521,'2015-10-18 10:52:02',''),(29385,1,1,30689,1,633047521,'2015-10-18 10:52:04',''),(29386,1,1,30690,1,633047521,'2015-10-18 10:52:07',''),(29387,1,1,30691,1,633047521,'2015-10-18 10:52:11',''),(29388,1,1,30692,1,633047521,'2015-10-18 10:52:13',''),(29389,1,1,30693,1,633047521,'2015-10-18 10:52:16',''),(29390,1,1,30694,54,633047521,'2015-10-18 10:52:19',''),(29391,1,1,30695,66,633047521,'2015-10-18 10:52:22',''),(29392,1,1,30696,58,3024883593,'2015-10-18 11:35:18',''),(29393,1,1,30697,47,2071807824,'2015-10-18 13:05:42',''),(29394,1,1,30698,52,2071807800,'2015-10-18 13:39:02',''),(29395,1,1,30699,68,1430842784,'2015-10-18 14:37:34','https://www.google.gr/'),(29396,1,1,30700,26,3497226059,'2015-10-18 15:20:22',''),(29397,1,1,30701,15,1442835426,'2015-10-18 20:52:39',''),(29398,1,1,30702,1,3475901807,'2015-10-18 21:14:37',''),(29399,1,1,30703,66,3024883475,'2015-10-19 01:28:38',''),(29400,1,1,30704,1,1123631356,'2015-10-19 02:31:29',''),(29401,1,1,30705,9,3164933898,'2015-10-19 03:01:00',''),(29402,1,1,30706,26,1152705578,'2015-10-19 03:16:15',''),(29403,1,1,30707,47,2071807796,'2015-10-19 03:55:50',''),(29404,1,1,30708,6,3702877287,'2015-10-19 04:29:10',''),(29405,1,1,30709,1,1123631237,'2015-10-19 06:07:06',''),(29406,1,1,30710,1,2204827759,'2015-10-19 06:08:30',''),(29407,1,1,30711,1,1534685326,'2015-10-19 06:47:47',''),(29408,1,1,30712,1,1534685326,'2015-10-19 06:47:49',''),(29409,1,1,30713,9,1534685326,'2015-10-19 06:47:52',''),(29410,1,1,30714,3,1534685326,'2015-10-19 06:47:55',''),(29411,1,1,30715,29,1503892538,'2015-10-19 07:20:27',''),(29412,1,1,30716,1,1503892538,'2015-10-19 07:21:56',''),(29413,1,1,30717,1,1503892538,'2015-10-19 07:21:58',''),(29414,1,1,30718,1,1503892538,'2015-10-19 07:22:00',''),(29415,1,1,30719,1,2297627991,'2015-10-19 07:32:48',''),(29416,1,1,30720,1,3024883611,'2015-10-19 07:54:08',''),(29417,1,1,30721,1,773950698,'2015-10-19 07:56:31','https://www.google.co.uk'),(29418,1,1,30722,1,1123631356,'2015-10-19 09:41:35',''),(29419,1,1,30723,1,1489375385,'2015-10-19 10:21:51',''),(29420,1,1,30724,1,1123631237,'2015-10-19 10:45:40',''),(29421,1,1,30725,50,3164933898,'2015-10-19 10:59:26',''),(29422,1,1,30726,26,2637637486,'2015-10-19 11:07:59',''),(29423,1,1,30727,1,3337957812,'2015-10-19 11:19:43',''),(29424,1,1,30728,9,3337957812,'2015-10-19 11:19:57',''),(29425,1,1,30729,3,3337957812,'2015-10-19 11:20:14',''),(29426,1,1,30730,18,3337957812,'2015-10-19 11:20:28',''),(29427,1,1,30731,69,1123631243,'2015-10-19 11:49:20',''),(29428,1,1,30732,57,1152705578,'2015-10-19 11:52:10',''),(29429,1,1,30735,1,3024883599,'2015-10-19 15:05:26',''),(29430,1,1,30736,10,3164933898,'2015-10-19 15:07:15',''),(29431,1,1,30737,26,3497226059,'2015-10-19 16:17:38',''),(29432,1,1,30738,1,2975804126,'2015-10-19 17:18:54','http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk'),(29433,1,1,30739,1,3185413958,'2015-10-19 17:38:45','http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk'),(29434,1,1,30740,1,3338415115,'2015-10-19 17:53:01',''),(29435,1,1,30741,68,2637637433,'2015-10-19 19:43:13',''),(29436,1,1,30742,9,2637637471,'2015-10-19 19:43:17',''),(29437,1,1,30743,48,2637637471,'2015-10-19 19:43:18',''),(29438,1,1,30744,29,3475901807,'2015-10-19 19:43:22',''),(29439,1,1,30745,6,3475901807,'2015-10-19 19:43:23',''),(29440,1,1,30746,1,3475901807,'2015-10-19 19:43:25',''),(29441,1,1,30747,15,3475901807,'2015-10-19 19:43:26',''),(29442,1,1,30748,1,3048220133,'2015-10-19 19:53:25','http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk'),(29443,1,1,30749,1,2975189890,'2015-10-19 20:00:04','http://buttons-for-website.com'),(29444,1,1,30750,1,3372975627,'2015-10-19 20:08:29','http://buttons-for-website.com'),(29445,1,1,30751,18,2637637486,'2015-10-19 20:29:56',''),(29446,1,1,30752,3,2637637486,'2015-10-19 20:29:58',''),(29447,1,1,30753,3,2637637486,'2015-10-19 20:29:59',''),(29448,1,1,30754,65,2637637486,'2015-10-19 20:30:01',''),(29449,1,1,30755,56,2637637487,'2015-10-19 20:30:03',''),(29450,1,1,30756,43,2637637496,'2015-10-19 20:30:05',''),(29451,1,1,30757,43,2637637496,'2015-10-19 20:30:07',''),(29452,1,1,30758,31,3164933898,'2015-10-19 20:31:17',''),(29453,1,1,30759,1,1123631276,'2015-10-19 21:44:43',''),(29454,1,1,30760,1,1123631281,'2015-10-19 22:54:38',''),(29455,1,1,30761,1,534234096,'2015-10-20 02:00:42','http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk'),(29456,1,1,30762,26,3497226587,'2015-10-20 05:08:50',''),(29457,1,1,30763,1,1542483295,'2015-10-20 10:30:04',''),(29458,1,1,30764,6,3164933898,'2015-10-20 10:34:24',''),(29459,1,1,30765,1,3024883477,'2015-10-20 12:30:59',''),(29460,1,1,30766,26,3497226587,'2015-10-20 13:01:48',''),(29461,1,1,30767,73,1152705578,'2015-10-20 13:50:34',''),(29462,1,1,30768,1,1443447934,'2015-10-20 15:00:54','https://www.google.com'),(29463,1,1,30769,72,3024883464,'2015-10-20 15:12:39',''),(29464,1,1,30770,1,1546189181,'2015-10-20 16:46:35','https://www.google.co.uk/'),(29465,1,1,30771,1,1546189181,'2015-10-20 16:47:13',''),(29466,1,1,30772,1,1546189181,'2015-10-20 16:47:15',''),(29467,1,1,30773,1,1546189181,'2015-10-20 16:47:19',''),(29468,1,1,30774,56,1453802820,'2015-10-20 17:00:48','https://www.google.co.uk/'),(29469,1,1,30775,1,3339975108,'2015-10-20 17:07:55',''),(29470,1,1,30776,1,3339975108,'2015-10-20 17:08:04',''),(29471,1,1,30777,1,3344664483,'2015-10-20 17:08:05',''),(29472,1,1,30778,1,3240361700,'2015-10-20 17:08:05','https://www.google.co.uk/'),(29473,1,1,30779,1,3495654154,'2015-10-20 17:20:34',''),(29474,1,1,30780,1,2972502131,'2015-10-20 18:17:43','http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk'),(29475,1,1,30781,69,3024883481,'2015-10-20 19:16:55',''),(29476,1,1,30782,6,2071807756,'2015-10-20 19:58:18',''),(29477,1,1,30783,1,3338415115,'2015-10-20 20:28:50',''),(29478,1,1,30784,56,1534963428,'2015-10-20 20:47:58','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CD0QFjAAahUKEwib8N_u59HIAhXLig0KHQpfBns&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3Qx'),(29479,1,1,30785,1,1546146385,'2015-10-20 21:21:09','https://www.google.co.uk/'),(29480,1,1,30786,58,3164933898,'2015-10-20 23:23:18',''),(29481,1,1,30787,1,1489375385,'2015-10-21 02:27:47',''),(29482,1,1,30788,1,1489375385,'2015-10-21 02:27:50',''),(29483,1,1,30789,29,3281689903,'2015-10-21 03:05:06',''),(29484,1,1,30790,15,3164933898,'2015-10-21 03:30:44',''),(29485,1,1,30791,3,3497226587,'2015-10-21 04:42:28',''),(29486,1,1,30792,69,2071807804,'2015-10-21 06:52:31',''),(29487,1,1,30793,3,2637637486,'2015-10-21 07:05:27',''),(29488,1,1,30794,1,2637637395,'2015-10-21 07:05:43',''),(29489,1,1,30795,53,1152705578,'2015-10-21 07:39:40',''),(29490,1,1,30796,6,1123631243,'2015-10-21 09:17:39',''),(29491,1,1,30797,1,3582649647,'2015-10-21 09:29:04','http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk'),(29492,1,1,30799,1,1545049017,'2015-10-21 10:16:08','https://www.google.co.uk/'),(29493,1,1,30800,1,1041806727,'2015-10-21 10:17:29',''),(29494,1,1,30801,1,1041806727,'2015-10-21 10:17:40',''),(29495,1,1,30802,9,1123631243,'2015-10-21 16:30:35',''),(29496,1,1,30803,1,3323674657,'2015-10-21 17:28:05',''),(29497,1,1,30804,1,3323674657,'2015-10-21 17:28:31',''),(29498,1,1,30805,1,3323674657,'2015-10-21 17:28:40',''),(29499,1,1,30806,55,3164933898,'2015-10-21 18:23:14',''),(29500,1,1,30807,54,3323674919,'2015-10-21 18:29:19',''),(29501,1,1,30808,30,1123631243,'2015-10-21 19:46:58',''),(29502,1,1,30809,1,1503892538,'2015-10-21 20:02:58',''),(29503,1,1,30810,1,872315324,'2015-10-21 20:09:41',''),(29504,1,1,30811,10,1152705578,'2015-10-21 20:12:51',''),(29505,1,1,30812,1,3338415115,'2015-10-21 20:48:51',''),(29506,1,1,30813,1,1123631243,'2015-10-21 21:03:44',''),(29507,1,1,30814,1,1443192730,'2015-10-21 21:26:58','https://www.google.co.uk/'),(29508,1,1,30815,1,1534699970,'2015-10-21 21:32:43',''),(29509,1,1,30816,9,1534699970,'2015-10-21 21:32:54',''),(29510,1,1,30817,3,1534699970,'2015-10-21 21:33:10',''),(29511,1,1,30818,18,1534699970,'2015-10-21 21:33:15',''),(29512,1,1,30819,1,1123631243,'2015-10-22 03:28:59',''),(29513,1,1,30820,43,1152705578,'2015-10-22 03:52:42',''),(29514,1,1,30821,1,772036457,'2015-10-22 04:48:43',''),(29515,1,1,30822,1,772036457,'2015-10-22 04:48:46',''),(29516,1,1,30823,1,772036457,'2015-10-22 04:48:49',''),(29517,1,1,30824,1,772036457,'2015-10-22 04:48:52',''),(29518,1,1,30825,1,772036457,'2015-10-22 04:48:57',''),(29519,1,1,30826,1,772036457,'2015-10-22 04:49:01',''),(29520,1,1,30827,1,772036457,'2015-10-22 04:49:06',''),(29521,1,1,30828,1,772036457,'2015-10-22 04:49:09',''),(29522,1,1,30829,1,772036457,'2015-10-22 04:49:13',''),(29523,1,1,30830,1,772036457,'2015-10-22 04:49:17',''),(29524,1,1,30831,52,772036457,'2015-10-22 04:49:21',''),(29525,1,1,30832,57,772036457,'2015-10-22 04:49:25',''),(29526,1,1,30833,66,2990476559,'2015-10-22 07:48:31',''),(29527,1,1,30834,1,1542483309,'2015-10-22 08:40:17',''),(29528,1,1,30835,1,772044803,'2015-10-22 08:53:18',''),(29529,1,1,30836,1,772044803,'2015-10-22 08:53:23',''),(29530,1,1,30837,1,772044803,'2015-10-22 08:53:29',''),(29531,1,1,30838,1,772044803,'2015-10-22 08:53:33',''),(29532,1,1,30839,1,772044803,'2015-10-22 08:53:38',''),(29533,1,1,30840,1,772044803,'2015-10-22 08:53:42',''),(29534,1,1,30841,1,772044803,'2015-10-22 08:53:47',''),(29535,1,1,30842,1,772044803,'2015-10-22 08:53:50',''),(29536,1,1,30843,1,772044803,'2015-10-22 08:53:55',''),(29537,1,1,30844,1,772044803,'2015-10-22 08:53:59',''),(29538,1,1,30845,1,1123631243,'2015-10-22 09:47:43',''),(29539,1,1,30846,1,1123631356,'2015-10-22 10:00:39',''),(29540,1,1,30847,48,1123631243,'2015-10-22 10:28:39',''),(29541,1,1,30848,1,1123631237,'2015-10-22 11:07:59',''),(29542,1,1,30849,68,1123631356,'2015-10-22 11:38:26',''),(29543,1,1,30850,1,1123631237,'2015-10-22 11:39:43',''),(29544,1,1,30851,1,3392026505,'2015-10-22 11:01:35',''),(29545,1,1,30852,1,411471410,'2015-10-22 11:57:08',''),(29546,1,1,30853,1,411471410,'2015-10-22 11:57:11',''),(29547,1,1,30854,1,411471410,'2015-10-22 11:57:13',''),(29548,1,1,30855,1,411471410,'2015-10-22 11:57:16',''),(29549,1,1,30856,1,411471410,'2015-10-22 11:57:18',''),(29550,1,1,30857,1,411471410,'2015-10-22 11:57:21',''),(29551,1,1,30858,1,411471410,'2015-10-22 11:57:24',''),(29552,1,1,30859,1,411471410,'2015-10-22 11:57:27',''),(29553,1,1,30860,1,411471410,'2015-10-22 11:57:30',''),(29554,1,1,30861,1,411471410,'2015-10-22 11:57:32',''),(29555,1,1,30862,51,1123631356,'2015-10-22 13:04:43',''),(29556,1,1,30863,55,3024883475,'2015-10-22 13:49:00',''),(29557,1,1,30864,68,1123631237,'2015-10-22 13:56:24',''),(29558,1,1,30865,3,1123631243,'2015-10-22 14:30:20',''),(29559,1,1,30866,23,1123631356,'2015-10-22 14:33:41',''),(29560,1,1,30868,65,1123631237,'2015-10-22 14:41:39',''),(29561,1,1,30870,23,1123631243,'2015-10-22 15:31:08',''),(29562,1,1,30871,43,1123631356,'2015-10-22 16:06:42',''),(29563,1,1,30872,74,1123631243,'2015-10-22 16:13:25',''),(29564,1,1,30873,1,1123631243,'2015-10-22 17:26:39',''),(29565,1,1,30874,1,1123631237,'2015-10-22 17:43:02',''),(29566,1,1,30875,1,1089906060,'2015-10-22 17:59:25','http://whois.domaintools.com/mstyresblackburn.co.uk'),(29567,1,1,30876,48,1123631237,'2015-10-22 18:28:42',''),(29568,1,1,30877,52,1123631237,'2015-10-22 18:59:09',''),(29569,1,1,30878,47,1123631356,'2015-10-22 19:14:22',''),(29570,1,1,30879,1,3338415115,'2015-10-22 19:27:55',''),(29571,1,1,30881,62,1123631237,'2015-10-22 20:19:25',''),(29572,1,1,30882,48,1123631243,'2015-10-22 20:36:12',''),(29573,1,1,30884,1,1123631237,'2015-10-22 20:54:33',''),(29574,1,1,30885,1,1123631356,'2015-10-22 20:54:56',''),(29575,1,1,30886,15,1545376596,'2015-10-22 21:12:02','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=37&ved=0CD4QFjAGOB5qFQoTCL-H9fX-1sgCFYU7FAodjNgM6Q&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_manufacturer%3D5%26controller%3Dmanufacturer%26id_lang%3D1&usg=AFQjCNEOCwIJ1QjT'),(29576,1,1,30887,62,1123631243,'2015-10-22 21:31:21',''),(29577,1,1,30888,68,1123631237,'2015-10-22 23:00:58',''),(29578,1,1,30889,1,1123631237,'2015-10-22 23:46:32',''),(29579,1,1,30890,65,1123631237,'2015-10-23 00:37:34',''),(29580,1,1,30893,1,1123631356,'2015-10-23 00:58:22',''),(29581,1,1,30894,50,3702877273,'2015-10-23 01:17:49',''),(29582,1,1,30895,6,1123631237,'2015-10-23 01:37:02',''),(29583,1,1,30896,43,1123631237,'2015-10-23 02:13:36',''),(29584,1,1,30897,67,3024883599,'2015-10-23 02:28:26',''),(29585,1,1,30898,45,1123631243,'2015-10-23 03:45:29',''),(29586,1,1,30899,1,1123631356,'2015-10-23 04:10:59',''),(29587,1,1,30901,71,3164933898,'2015-10-23 04:35:28',''),(29588,1,1,30902,1,1123631356,'2015-10-23 04:42:01',''),(29589,1,1,30903,29,3164933898,'2015-10-23 05:33:22',''),(29590,1,1,30904,31,1123631237,'2015-10-23 05:47:17',''),(29591,1,1,30905,1,1123631356,'2015-10-23 06:34:41',''),(29592,1,1,30906,1,1159649154,'2015-10-23 06:43:33',''),(29593,1,1,30907,1,1159649154,'2015-10-23 06:43:35',''),(29594,1,1,30908,1,1159649154,'2015-10-23 06:43:38',''),(29595,1,1,30909,1,1159649154,'2015-10-23 06:43:40',''),(29596,1,1,30910,1,1159649154,'2015-10-23 06:43:43',''),(29597,1,1,30911,1,1159649154,'2015-10-23 06:43:46',''),(29598,1,1,30912,1,1159649154,'2015-10-23 06:43:49',''),(29599,1,1,30913,1,1159649154,'2015-10-23 06:43:51',''),(29600,1,1,30914,1,1159649154,'2015-10-23 06:43:57',''),(29601,1,1,30915,1,1159649154,'2015-10-23 06:44:00',''),(29602,1,1,30916,1,3702877261,'2015-10-23 07:19:12',''),(29603,1,1,30917,1,1123631356,'2015-10-23 07:39:32',''),(29604,1,1,30918,47,1123631243,'2015-10-23 07:56:32',''),(29605,1,1,30919,1,1123631356,'2015-10-23 08:21:06',''),(29606,1,1,30920,1,1123631243,'2015-10-23 10:26:08',''),(29607,1,1,30921,66,3105493185,'2015-10-23 10:41:11','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CDcQFjAAahUKEwipspL9s9jIAhXJCBoKHTcdAso&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_manufacturer%3D12%26controller%3Dmanufacturer%26id_lang%3D1&v6u=https%3A%2F%2Fs-v6e'),(29608,1,1,30922,1,1452967766,'2015-10-23 10:42:49',''),(29609,1,1,30923,1,3024883614,'2015-10-23 10:55:25',''),(29610,1,1,30924,46,1123631237,'2015-10-23 12:24:32',''),(29611,1,1,30925,16,1123631356,'2015-10-23 12:55:16',''),(29612,1,1,30926,68,1123632098,'2015-10-23 13:20:25',''),(29613,1,1,30927,56,3164933898,'2015-10-23 13:46:34',''),(29614,1,1,30928,65,1123632090,'2015-10-23 13:53:04',''),(29615,1,1,30929,1,3024883481,'2015-10-23 14:08:15',''),(29616,1,1,30930,1,1835035465,'2015-10-23 14:36:09','https://www.google.ro'),(29617,1,1,30931,26,3475901807,'2015-10-23 14:46:30',''),(29618,1,1,30932,1,1053988086,'2015-10-23 15:11:56',''),(29619,1,1,30933,1,1053988086,'2015-10-23 15:11:59',''),(29620,1,1,30934,1,1053988086,'2015-10-23 15:12:01',''),(29621,1,1,30935,1,1599811011,'2015-10-23 15:35:44',''),(29622,1,1,30936,1,1599811011,'2015-10-23 15:35:49',''),(29623,1,1,30937,43,93897830,'2015-10-23 15:57:00',''),(29624,1,1,30938,1,93897830,'2015-10-23 15:57:02',''),(29625,1,1,30939,43,93897830,'2015-10-23 15:57:03',''),(29626,1,1,30940,54,772043973,'2015-10-23 16:26:32',''),(29627,1,1,30941,48,2637637486,'2015-10-23 16:51:11',''),(29628,1,1,30942,68,3475901807,'2015-10-23 16:51:15',''),(29629,1,1,30943,43,3475901807,'2015-10-23 16:51:17',''),(29630,1,1,30944,1,3475901807,'2015-10-23 16:51:19',''),(29631,1,1,30945,3,3475901807,'2015-10-23 16:51:21',''),(29632,1,1,30946,18,2637637449,'2015-10-23 16:51:22',''),(29633,1,1,30947,65,2637637449,'2015-10-23 16:51:24',''),(29634,1,1,30948,56,2637637448,'2015-10-23 16:51:26',''),(29635,1,1,30949,3,2637637394,'2015-10-23 16:51:27',''),(29636,1,1,30950,9,2637637449,'2015-10-23 16:51:28',''),(29637,1,1,30951,15,2637637394,'2015-10-23 16:51:29',''),(29638,1,1,30952,29,2637637449,'2015-10-23 16:51:29',''),(29639,1,1,30953,43,2637637394,'2015-10-23 16:51:31',''),(29640,1,1,30954,6,2637637394,'2015-10-23 16:51:33',''),(29641,1,1,30955,1,2953382627,'2015-10-23 16:58:26',''),(29642,1,1,30956,9,2953382627,'2015-10-23 16:58:28',''),(29643,1,1,30957,3,2953382627,'2015-10-23 16:58:32',''),(29644,1,1,30958,18,2953382627,'2015-10-23 16:58:34',''),(29645,1,1,30959,1,3024883616,'2015-10-23 19:16:00',''),(29646,1,1,30960,1,3338415115,'2015-10-23 19:30:15',''),(29647,1,1,30961,1,1542483308,'2015-10-23 19:53:18',''),(29648,1,1,30962,1,1375857293,'2015-10-23 20:24:21','https://www.google.co.uk/'),(29649,1,1,30963,1,1123632098,'2015-10-23 20:40:52',''),(29650,1,1,30964,1,1123632082,'2015-10-23 20:42:36',''),(29651,1,1,30966,1,1123632082,'2015-10-23 21:21:55',''),(29652,1,1,30967,1,1123632090,'2015-10-23 22:20:28',''),(29653,1,1,30968,6,1123632098,'2015-10-23 23:02:20',''),(29654,1,1,30969,1,1123632098,'2015-10-24 00:43:47',''),(29655,1,1,30970,1,1123632082,'2015-10-24 01:11:41',''),(29656,1,1,30971,68,1123632098,'2015-10-24 02:37:06',''),(29657,1,1,30972,1,3138048055,'2015-10-24 03:16:34','http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk'),(29658,1,1,30973,1,1123632082,'2015-10-24 03:45:09',''),(29659,1,1,30974,47,1123632082,'2015-10-24 04:33:22',''),(29660,1,1,30975,1,1152705578,'2015-10-24 06:40:31',''),(29661,1,1,30976,66,772043973,'2015-10-24 07:37:18',''),(29662,1,1,30977,1,1123632098,'2015-10-24 08:33:15',''),(29663,1,1,30978,50,3024883599,'2015-10-24 08:42:21',''),(29664,1,1,30979,56,3587046390,'2015-10-24 09:29:53','https://www.google.co.uk/'),(29665,1,1,30980,1,1123633765,'2015-10-24 13:36:47',''),(29666,1,1,30981,1,2973837388,'2015-10-24 15:32:45','http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk'),(29667,1,1,30982,26,2637637395,'2015-10-24 17:48:20',''),(29668,1,1,30983,1,1123633765,'2015-10-24 20:13:50',''),(29669,1,1,30984,1,3338415115,'2015-10-24 21:18:56',''),(29670,1,1,30985,38,3702877336,'2015-10-24 22:06:13',''),(29671,1,1,30986,1,2071807794,'2015-10-24 23:46:48',''),(29672,1,1,30987,68,1123633767,'2015-10-25 00:36:03',''),(29673,1,1,30988,1,1123633767,'2015-10-25 01:07:00',''),(29674,1,1,30989,43,2637637449,'2015-10-25 01:53:59',''),(29675,1,1,30990,1,3589854123,'2015-10-25 02:41:27',''),(29676,1,1,30991,1,3589854123,'2015-10-25 02:41:28',''),(29677,1,1,30992,50,3024883616,'2015-10-25 04:00:38',''),(29678,1,1,30993,1,2637637486,'2015-10-25 05:24:44',''),(29679,1,1,30994,26,1152705578,'2015-10-25 07:41:41',''),(29680,1,1,30995,1,3024883475,'2015-10-25 08:41:41',''),(29681,1,1,30996,1,3024883602,'2015-10-25 08:41:44',''),(29682,1,1,30997,1,786803397,'2015-10-25 13:22:56',''),(29683,1,1,30998,1,1542483300,'2015-10-25 18:08:51',''),(29684,1,1,30999,23,1123633996,'2015-10-25 18:45:28',''),(29685,1,1,31000,1,3338415115,'2015-10-25 19:11:38',''),(29686,1,1,31001,1,3024883477,'2015-10-25 19:20:37',''),(29687,1,1,31002,1,2297627991,'2015-10-25 20:20:29',''),(29688,1,1,31003,1,1294670811,'2015-10-25 21:38:26',''),(29689,1,1,31004,1,1294670811,'2015-10-25 21:38:29',''),(29690,1,1,31005,1,1294670811,'2015-10-25 21:38:32',''),(29691,1,1,31006,1,1294670811,'2015-10-25 21:38:35',''),(29692,1,1,31007,1,772045740,'2015-10-25 22:41:34',''),(29693,1,1,31008,9,772045740,'2015-10-25 22:41:39',''),(29694,1,1,31009,3,772045740,'2015-10-25 22:41:47',''),(29695,1,1,31010,18,772045740,'2015-10-25 22:41:50',''),(29696,1,1,31011,54,1053988073,'2015-10-25 22:47:38',''),(29697,1,1,31012,1,2999616852,'2015-10-25 23:02:20',''),(29698,1,1,31013,1,2999616852,'2015-10-25 23:02:23',''),(29699,1,1,31014,1,2999616852,'2015-10-25 23:02:25',''),(29700,1,1,31015,1,3372285743,'2015-10-26 00:35:43','http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk'),(29701,1,1,31016,68,3024883481,'2015-10-26 02:57:24',''),(29702,1,1,31017,48,3702877327,'2015-10-26 04:41:46',''),(29703,1,1,31018,26,2637637394,'2015-10-26 04:51:32',''),(29704,1,1,31019,1,2637637486,'2015-10-26 04:55:15',''),(29705,1,1,31020,26,2637637486,'2015-10-26 04:55:29',''),(29706,1,1,31021,26,2637637486,'2015-10-26 04:56:46',''),(29707,1,1,31022,43,1152705578,'2015-10-26 04:58:27',''),(29708,1,1,31025,1,2637637486,'2015-10-26 05:02:49',''),(29709,1,1,31027,65,2071807830,'2015-10-26 05:15:06',''),(29710,1,1,31028,1,3429212575,'2015-10-26 09:09:12',''),(29711,1,1,31029,1,3024883603,'2015-10-26 09:29:36',''),(29712,1,1,31030,1,3024883475,'2015-10-26 09:29:39',''),(29713,1,1,31031,6,1123634004,'2015-10-26 09:45:53',''),(29714,1,1,31032,1,1123634004,'2015-10-26 12:15:19',''),(29715,1,1,31033,56,1361275382,'2015-10-26 12:32:50','https://www.google.es/'),(29716,1,1,31034,1,1599811011,'2015-10-26 13:14:14',''),(29717,1,1,31035,1,1599811011,'2015-10-26 13:14:23',''),(29718,1,1,31036,1,1599811011,'2015-10-26 13:14:30',''),(29719,1,1,31037,1,1599811011,'2015-10-26 13:14:38',''),(29720,1,1,31038,1,1599811011,'2015-10-26 13:14:46',''),(29721,1,1,31039,1,1599811011,'2015-10-26 13:16:07',''),(29722,1,1,31040,1,1599811011,'2015-10-26 13:17:06',''),(29723,1,1,31041,1,1599811011,'2015-10-26 13:18:01',''),(29724,1,1,31042,1,1599811011,'2015-10-26 13:18:13',''),(29725,1,1,31043,1,1599811011,'2015-10-26 13:18:20',''),(29726,1,1,31044,41,1152705578,'2015-10-26 13:37:37',''),(29727,1,1,31045,66,2731721858,'2015-10-26 13:40:30',''),(29728,1,1,31046,67,2731721858,'2015-10-26 13:40:33',''),(29729,1,1,31047,1,1524357680,'2015-10-26 15:00:09','https://www.google.co.uk'),(29730,1,1,31048,1,1123631276,'2015-10-26 15:06:29',''),(29731,1,1,31049,1,3024883478,'2015-10-26 16:33:06',''),(29732,1,1,31050,1,1123631276,'2015-10-26 16:39:13',''),(29733,1,1,31051,1,1123631266,'2015-10-26 17:12:03',''),(29734,1,1,31052,1,1123631271,'2015-10-26 18:02:54',''),(29735,1,1,31053,1,1577543468,'2015-10-26 18:39:46','http://www.google.co.uk/'),(29736,1,1,31054,1,1443408445,'2015-10-26 19:00:14','https://www.google.co.uk/'),(29737,1,1,31055,1,2071807813,'2015-10-26 19:14:11',''),(29738,1,1,31056,1,3702877324,'2015-10-26 19:17:09',''),(29739,1,1,31057,1,3338415115,'2015-10-26 19:34:01',''),(29740,1,1,31058,1,1483481841,'2015-10-26 19:58:08','https://www.google.co.uk'),(29741,1,1,31059,1,2071807858,'2015-10-26 20:15:05',''),(29742,1,1,31060,1,3702877326,'2015-10-26 20:17:15',''),(29743,1,1,31061,1,3164961441,'2015-10-26 20:22:40',''),(29744,1,1,31062,1,3024883607,'2015-10-26 20:52:19',''),(29745,1,1,31053,1,1577543468,'2015-10-26 21:09:23','http://www.google.co.uk/'),(29746,1,1,31063,1,2071807858,'2015-10-26 21:14:55',''),(29747,1,1,31064,1,3702877330,'2015-10-26 21:17:42',''),(29748,1,1,31065,1,2071807855,'2015-10-26 22:13:33',''),(29749,1,1,31066,1,3702877335,'2015-10-26 22:16:08',''),(29750,1,1,31067,1,1123631356,'2015-10-26 22:24:52',''),(29751,1,1,31068,1,1053973110,'2015-10-26 22:48:03',''),(29752,1,1,31069,6,1053973110,'2015-10-26 22:48:10',''),(29753,1,1,31070,1,1053973110,'2015-10-26 22:48:13',''),(29754,1,1,31071,26,1053973110,'2015-10-26 22:48:16',''),(29755,1,1,31072,26,1053973110,'2015-10-26 22:48:18',''),(29756,1,1,31073,26,1053973110,'2015-10-26 22:48:21',''),(29757,1,1,31074,26,1053973110,'2015-10-26 22:48:24',''),(29758,1,1,31075,9,1053973110,'2015-10-26 22:48:28',''),(29759,1,1,31076,3,1053973110,'2015-10-26 22:48:32',''),(29760,1,1,31077,18,1053973110,'2015-10-26 22:48:38',''),(29761,1,1,31078,43,1053973110,'2015-10-26 22:48:41',''),(29762,1,1,31079,45,1053973110,'2015-10-26 22:48:45',''),(29763,1,1,31080,57,1053973110,'2015-10-26 22:48:47',''),(29764,1,1,31081,62,1053973110,'2015-10-26 22:48:50',''),(29765,1,1,31082,63,1053973110,'2015-10-26 22:48:53',''),(29766,1,1,31083,68,1053973110,'2015-10-26 22:48:57',''),(29767,1,1,31084,67,1053973110,'2015-10-26 22:49:01',''),(29768,1,1,31085,1,1123631243,'2015-10-27 00:07:55',''),(29769,1,1,31086,30,1123631356,'2015-10-27 00:18:01',''),(29770,1,1,31087,26,1152705578,'2015-10-27 02:33:49',''),(29771,1,1,31088,72,3164934128,'2015-10-27 05:07:44',''),(29772,1,1,31089,1,1489375385,'2015-10-27 05:30:01',''),(29773,1,1,31090,1,1489375385,'2015-10-27 05:30:05',''),(29774,1,1,31091,1,1489375385,'2015-10-27 05:30:09',''),(29775,1,1,31092,1,1489375385,'2015-10-27 05:30:12',''),(29776,1,1,31093,1,1489375385,'2015-10-27 05:30:14',''),(29777,1,1,31094,1,1489375385,'2015-10-27 05:30:18',''),(29778,1,1,31095,1,1489375385,'2015-10-27 05:30:22',''),(29779,1,1,31096,1,1489375385,'2015-10-27 05:30:25',''),(29780,1,1,31097,1,1489375385,'2015-10-27 05:30:31',''),(29781,1,1,31098,1,1489375385,'2015-10-27 05:30:34',''),(29782,1,1,31099,6,1123631243,'2015-10-27 07:07:04',''),(29783,1,1,31100,1,3702877336,'2015-10-27 09:08:10',''),(29784,1,1,31101,26,1152705578,'2015-10-27 09:29:56',''),(29785,1,1,31103,68,3024883464,'2015-10-27 11:01:20',''),(29786,1,1,31104,16,3164934128,'2015-10-27 11:08:55',''),(29787,1,1,31105,1,2204827774,'2015-10-27 13:23:59',''),(29788,1,1,31106,1,3156711426,'2015-10-27 14:54:23','http://www.bing.com/search?q=MS+Tyres&qs=n&form=QBRE&pq=ms+tyres&sc=5-8&sp=-1&sk=&cvid=4d4dddd211ba4ef3b9cfd16e52a50823'),(29789,1,1,31107,1,3429212575,'2015-10-27 15:39:30',''),(29790,1,1,31108,54,1152705578,'2015-10-27 15:46:01',''),(29791,1,1,31109,1,1542483325,'2015-10-27 16:04:18',''),(29792,1,1,31110,1,1452893689,'2015-10-27 16:13:45',''),(29793,1,1,31111,1,1123631243,'2015-10-27 16:53:35',''),(29794,1,1,31112,63,3024883590,'2015-10-27 17:43:40',''),(29795,1,1,31113,1,1123631243,'2015-10-27 17:45:48',''),(29796,1,1,31114,1,1123631243,'2015-10-27 18:51:13',''),(29797,1,1,31115,1,3338415115,'2015-10-27 19:39:56',''),(29798,1,1,31116,1,3216100557,'2015-10-27 21:34:05','http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk'),(29799,1,1,31117,26,3475901709,'2015-10-27 22:35:23',''),(29800,1,1,31118,42,3164934128,'2015-10-27 23:27:28',''),(29801,1,1,31119,1,633047521,'2015-10-28 03:07:58',''),(29802,1,1,31120,1,633047521,'2015-10-28 03:08:01',''),(29803,1,1,31121,1,633047521,'2015-10-28 03:08:04',''),(29804,1,1,31122,1,633047521,'2015-10-28 03:08:07',''),(29805,1,1,31123,1,633047521,'2015-10-28 03:08:09',''),(29806,1,1,31124,1,633047521,'2015-10-28 03:08:12',''),(29807,1,1,31125,1,633047521,'2015-10-28 03:08:15',''),(29808,1,1,31126,1,633047521,'2015-10-28 03:08:18',''),(29809,1,1,31127,1,633047521,'2015-10-28 03:08:20',''),(29810,1,1,31128,1,633047521,'2015-10-28 03:08:23',''),(29811,1,1,31129,1,1123631237,'2015-10-28 05:54:47',''),(29812,1,1,31130,1,2297645394,'2015-10-28 06:27:39',''),(29813,1,1,31131,1,3510284849,'2015-10-28 06:33:56',''),(29814,1,1,31132,1,2538613875,'2015-10-28 07:32:44',''),(29815,1,1,31133,1,2538613875,'2015-10-28 07:32:47',''),(29816,1,1,31134,1,2538613875,'2015-10-28 07:32:52',''),(29817,1,1,31135,45,2953382627,'2015-10-28 07:48:30',''),(29818,1,1,31136,57,2953382627,'2015-10-28 07:48:33',''),(29819,1,1,31137,62,2953382627,'2015-10-28 07:48:36',''),(29820,1,1,31138,63,2953382627,'2015-10-28 07:48:40',''),(29821,1,1,31139,1,3423400362,'2015-10-28 08:12:57',''),(29822,1,1,31140,1,3423400362,'2015-10-28 08:13:00',''),(29823,1,1,31141,1,3423400362,'2015-10-28 08:13:03',''),(29824,1,1,31142,1,3423400362,'2015-10-28 08:13:06',''),(29825,1,1,31143,54,3323674919,'2015-10-28 08:31:07',''),(29826,1,1,31144,75,3323674919,'2015-10-28 08:31:11',''),(29827,1,1,31145,1,1053973110,'2015-10-28 09:33:37',''),(29828,1,1,31146,9,1053973110,'2015-10-28 09:33:39',''),(29829,1,1,31147,3,1053973110,'2015-10-28 09:33:43',''),(29830,1,1,31148,18,1053973110,'2015-10-28 09:33:46',''),(29831,1,1,31149,1,3024883594,'2015-10-28 12:37:37',''),(29832,1,1,31150,1,1378207721,'2015-10-28 13:22:30',''),(29833,1,1,31151,1,1378207721,'2015-10-28 13:22:33',''),(29834,1,1,31152,1,1378207721,'2015-10-28 13:22:36',''),(29835,1,1,31153,1,1378207721,'2015-10-28 13:22:38',''),(29836,1,1,31154,1,1378207721,'2015-10-28 13:22:41',''),(29837,1,1,31155,1,1378207721,'2015-10-28 13:22:43',''),(29838,1,1,31156,1,1378207721,'2015-10-28 13:22:46',''),(29839,1,1,31157,1,1378207721,'2015-10-28 13:22:48',''),(29840,1,1,31158,1,1378207721,'2015-10-28 13:22:51',''),(29841,1,1,31159,1,1378207721,'2015-10-28 13:22:53',''),(29842,1,1,31160,66,2731721858,'2015-10-28 13:41:35',''),(29843,1,1,31161,64,1152705578,'2015-10-28 14:08:51',''),(29844,1,1,31162,1,3177676695,'2015-10-28 17:39:01','http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk'),(29845,1,1,31163,1,3338415115,'2015-10-28 19:28:26',''),(29846,1,1,31164,57,3164934128,'2015-10-28 19:34:28',''),(29847,1,1,31165,26,2637637417,'2015-10-28 21:12:52',''),(29848,1,1,31166,1,1123631281,'2015-10-28 22:16:58',''),(29849,1,1,31168,1,3177961041,'2015-10-28 22:38:53','http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk'),(29850,1,1,31169,56,2637637417,'2015-10-28 23:00:15',''),(29851,1,1,31170,1,1308079525,'2015-10-28 23:22:14','http://pizza-tycoon.com/'),(29852,1,1,31171,67,3164934128,'2015-10-28 23:26:09',''),(29853,1,1,31172,27,1152705578,'2015-10-29 07:58:56',''),(29854,1,1,31173,26,3475901849,'2015-10-29 08:07:53',''),(29855,1,1,31174,43,2916135298,'2015-10-29 11:56:53',''),(29856,1,1,31175,74,2916135298,'2015-10-29 11:56:56',''),(29857,1,1,31176,1,1123631281,'2015-10-29 12:04:08',''),(29858,1,1,31177,1,3057971929,'2015-10-29 12:27:46','http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk'),(29859,1,1,31178,1,1378851348,'2015-10-29 12:55:53',''),(29860,1,1,31179,1,1542483324,'2015-10-29 13:59:33',''),(29861,1,1,31180,1,1578088579,'2015-10-29 14:29:54','http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk'),(29862,1,1,31181,53,3024883607,'2015-10-29 14:54:36',''),(29863,1,1,31182,1,1588585050,'2015-10-29 14:55:12','http://www.bing.com/search?q=part+worn+tyres+blackburn&qs=n&form=QBRE&pq=part+worn+tyres+blackburn&sc=1-25&sp=-1&sk=&cvid=7AF4632BD6C648A8AFDED5DA75659B3A'),(29864,1,1,31183,6,1123631273,'2015-10-29 15:12:02',''),(29865,1,1,31184,1,3323674919,'2015-10-29 15:59:17',''),(29866,1,1,31185,1,3323674919,'2015-10-29 15:59:19',''),(29867,1,1,31186,1,3323674919,'2015-10-29 15:59:22',''),(29868,1,1,31187,1,3323674919,'2015-10-29 15:59:24',''),(29869,1,1,31188,1,3323674919,'2015-10-29 15:59:27',''),(29870,1,1,31189,1,3323674919,'2015-10-29 15:59:30',''),(29871,1,1,31190,1,3323674919,'2015-10-29 15:59:32',''),(29872,1,1,31191,1,3323674919,'2015-10-29 15:59:35',''),(29873,1,1,31192,1,3323674919,'2015-10-29 15:59:38',''),(29874,1,1,31193,1,3323674919,'2015-10-29 15:59:41',''),(29875,1,1,31194,1,1577748517,'2015-10-29 16:48:30','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=3&ved=0CDAQ_BcwAmoVChMI6tDfjJHoyAIVAlk-Ch1ITgn4&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.106130839,d.ZWU'),(29876,1,1,31195,73,3024883486,'2015-10-29 17:46:35',''),(29877,1,1,31196,68,1609179416,'2015-10-29 17:48:22','https://www.google.it/'),(29878,1,1,31197,1,1123631276,'2015-10-29 18:59:04',''),(29879,1,1,31199,49,3024883612,'2015-10-29 19:15:40',''),(29880,1,1,31200,1,3338415115,'2015-10-29 20:02:49',''),(29881,1,1,31201,1,3104128965,'2015-10-29 20:23:40','http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk'),(29882,1,1,31202,1,3024883490,'2015-10-29 20:58:34',''),(29883,1,1,31203,1,920028360,'2015-10-29 22:10:51',''),(29884,1,1,31204,30,1123631276,'2015-10-29 22:12:02',''),(29885,1,1,31205,1,1123631273,'2015-10-29 22:39:19',''),(29886,1,1,31206,15,1152705578,'2015-10-30 01:18:31',''),(29887,1,1,31207,1,772043973,'2015-10-30 03:19:34',''),(29888,1,1,31208,1,772043973,'2015-10-30 03:19:37',''),(29889,1,1,31209,27,3164934128,'2015-10-30 03:26:33',''),(29890,1,1,31210,18,3164934128,'2015-10-30 03:29:09',''),(29891,1,1,31211,1,2637637626,'2015-10-30 03:48:13',''),(29892,1,1,31212,3,2637637626,'2015-10-30 03:48:14',''),(29893,1,1,31213,6,2637637626,'2015-10-30 03:48:16',''),(29894,1,1,31214,18,2637637626,'2015-10-30 03:48:17',''),(29895,1,1,31215,3,2637637540,'2015-10-30 03:48:18',''),(29896,1,1,31216,29,2637637626,'2015-10-30 03:48:19',''),(29897,1,1,31217,68,2637637540,'2015-10-30 03:48:19',''),(29898,1,1,31218,43,2637637626,'2015-10-30 03:48:20',''),(29899,1,1,31219,15,2637637540,'2015-10-30 03:48:21',''),(29900,1,1,31220,43,3475901732,'2015-10-30 03:48:53',''),(29901,1,1,31221,9,3475901732,'2015-10-30 03:48:55',''),(29902,1,1,31222,1,772036457,'2015-10-30 04:02:29',''),(29903,1,1,31223,1,772036457,'2015-10-30 04:02:32',''),(29904,1,1,31224,1,772036457,'2015-10-30 04:02:35',''),(29905,1,1,31225,1,772036457,'2015-10-30 04:02:38',''),(29906,1,1,31226,1,772036457,'2015-10-30 04:02:42',''),(29907,1,1,31227,1,772036457,'2015-10-30 04:02:48',''),(29908,1,1,31228,1,772036457,'2015-10-30 04:02:52',''),(29909,1,1,31229,1,772036457,'2015-10-30 04:02:55',''),(29910,1,1,31230,1,772036457,'2015-10-30 04:03:02',''),(29911,1,1,31231,1,772036457,'2015-10-30 04:03:05',''),(29912,1,1,31232,43,2637637540,'2015-10-30 04:16:24',''),(29913,1,1,31233,56,3475901818,'2015-10-30 04:44:37',''),(29914,1,1,31234,65,3475901818,'2015-10-30 04:44:39',''),(29915,1,1,31235,48,3475901818,'2015-10-30 04:44:41',''),(29916,1,1,31236,1,762459018,'2015-10-30 08:03:25',''),(29917,1,1,31237,1,762459018,'2015-10-30 08:03:28',''),(29918,1,1,31238,6,762459018,'2015-10-30 08:03:31',''),(29919,1,1,31239,45,3281697651,'2015-10-30 08:21:14',''),(29920,1,1,31240,1,417072618,'2015-10-30 08:23:36',''),(29921,1,1,31241,48,2071807823,'2015-10-30 08:41:40',''),(29922,1,1,31242,26,2637637626,'2015-10-30 08:44:55',''),(29923,1,1,31243,1,1053971789,'2015-10-30 08:52:04',''),(29924,1,1,31244,1,1053971789,'2015-10-30 08:52:24',''),(29925,1,1,31245,1,1053971789,'2015-10-30 08:52:47',''),(29926,1,1,31246,1,1053971789,'2015-10-30 08:53:03',''),(29927,1,1,31247,1,2953382627,'2015-10-30 09:03:31',''),(29928,1,1,31248,54,1823987463,'2015-10-30 09:09:09',''),(29929,1,1,31249,67,1823987463,'2015-10-30 09:09:12',''),(29930,1,1,31250,1,3702877262,'2015-10-30 09:15:01',''),(29931,1,1,31251,45,2953382627,'2015-10-30 09:30:35',''),(29932,1,1,31252,57,2953382627,'2015-10-30 09:30:51',''),(29933,1,1,31253,62,2953382627,'2015-10-30 09:30:54',''),(29934,1,1,31254,63,2953382627,'2015-10-30 09:31:07',''),(29935,1,1,31255,46,2071807765,'2015-10-30 09:48:20',''),(29936,1,1,31256,1,1123631273,'2015-10-30 10:06:15',''),(29937,1,1,31257,1,872317938,'2015-10-30 10:10:04',''),(29938,1,1,31258,1,1474316019,'2015-10-30 10:16:35','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&ved=0CA8QgU8wAGoVChMImf3V4vrpyAIVg8AUCh2bQw1I&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.106379543,d.ZWU'),(29939,1,1,31259,1,772044803,'2015-10-30 10:21:18',''),(29940,1,1,31260,9,772044803,'2015-10-30 10:21:22',''),(29941,1,1,31261,3,772044803,'2015-10-30 10:21:27',''),(29942,1,1,31262,18,772044803,'2015-10-30 10:21:30',''),(29943,1,1,31263,1,1032306397,'2015-10-30 13:18:17','http://www.baidu.com/s?wd=Mstyresblackburn'),(29944,1,1,31264,1,1032306278,'2015-10-30 13:18:29','http://www.baidu.com/s?wd=Mstyresblackburn'),(29945,1,1,31265,1,3024883483,'2015-10-30 15:29:34',''),(29946,1,1,31266,49,1152705578,'2015-10-30 18:39:29',''),(29947,1,1,31268,1,3338415115,'2015-10-30 19:23:54',''),(29948,1,1,31269,1,2974159711,'2015-10-30 20:16:38',''),(29949,1,1,31270,59,3024883484,'2015-10-30 22:12:31',''),(29950,1,1,31271,73,3024883463,'2015-10-30 23:48:14',''),(29951,1,1,31272,1,1539462250,'2015-10-31 00:20:20',''),(29952,1,1,31273,1,1539462250,'2015-10-31 00:21:18',''),(29953,1,1,31274,66,417072618,'2015-10-31 01:54:42',''),(29954,1,1,31275,66,1152705578,'2015-10-31 06:29:32',''),(29955,1,1,31276,1,1452481754,'2015-10-31 08:48:47','https://www.google.co.uk/'),(29956,1,1,31277,72,1152705578,'2015-10-31 08:57:24',''),(29957,1,1,31278,53,3164934128,'2015-10-31 09:45:38',''),(29958,1,1,31279,1,1542483273,'2015-10-31 11:24:24',''),(29959,1,1,31280,1,3024883605,'2015-10-31 12:51:52',''),(29960,1,1,31281,56,2071807768,'2015-10-31 13:01:58',''),(29961,1,1,31282,1,1384441212,'2015-10-31 14:06:49','https://www.google.co.uk/'),(29962,1,1,31283,1,3495654154,'2015-10-31 17:13:17',''),(29963,1,1,31284,6,1805156380,'2015-10-31 17:55:34',''),(29964,1,1,31285,1,3338415115,'2015-10-31 19:33:03',''),(29965,1,1,31286,26,1152705578,'2015-10-31 21:39:58',''),(29966,1,1,31287,30,1123631281,'2015-10-31 21:48:04',''),(29967,1,1,31288,54,3702877298,'2015-10-31 22:18:09',''),(29968,1,1,31289,26,3497226587,'2015-10-31 23:12:21',''),(29969,1,1,31290,38,1123631281,'2015-11-01 00:07:59',''),(29970,1,1,31291,1,2071807764,'2015-11-01 00:09:36',''),(29971,1,1,31292,59,3024883606,'2015-11-01 00:52:51',''),(29972,1,1,31293,1,1123631276,'2015-11-01 01:46:30',''),(29973,1,1,31295,37,1123631276,'2015-11-01 02:19:02',''),(29974,1,1,31296,1,3495654154,'2015-11-01 04:03:02',''),(29975,1,1,31297,1,1596849153,'2015-11-01 05:16:10',''),(29976,1,1,31298,1,1596849153,'2015-11-01 05:16:21',''),(29977,1,1,31299,1,1596849153,'2015-11-01 05:16:32',''),(29978,1,1,31300,1,1596849153,'2015-11-01 05:16:45',''),(29979,1,1,31301,1,1596849153,'2015-11-01 05:17:02',''),(29980,1,1,31302,1,1596849153,'2015-11-01 05:17:18',''),(29981,1,1,31303,1,1508525126,'2015-11-01 06:31:24',''),(29982,1,1,31304,1,1508525126,'2015-11-01 06:31:41',''),(29983,1,1,31305,1,1508525126,'2015-11-01 06:31:55',''),(29984,1,1,31306,1,1508525126,'2015-11-01 06:32:14',''),(29985,1,1,31307,1,1508525126,'2015-11-01 06:32:21',''),(29986,1,1,31308,6,772043973,'2015-11-01 08:37:43',''),(29987,1,1,31309,26,772043973,'2015-11-01 08:37:47',''),(29988,1,1,31310,26,772043973,'2015-11-01 08:37:51',''),(29989,1,1,31311,26,772043973,'2015-11-01 08:37:55',''),(29990,1,1,31312,26,772043973,'2015-11-01 08:37:58',''),(29991,1,1,31313,26,772043973,'2015-11-01 08:38:02',''),(29992,1,1,31314,26,772043973,'2015-11-01 08:38:04',''),(29993,1,1,31315,26,772043973,'2015-11-01 08:38:08',''),(29994,1,1,31316,26,772043973,'2015-11-01 08:38:11',''),(29995,1,1,31317,26,772043973,'2015-11-01 08:38:14',''),(29996,1,1,31318,26,772043973,'2015-11-01 08:38:18',''),(29997,1,1,31319,1,772043973,'2015-11-01 08:38:24',''),(29998,1,1,31320,1,772043973,'2015-11-01 08:38:27',''),(29999,1,1,31321,1,772043973,'2015-11-01 08:38:32',''),(30000,1,1,31322,1,772043973,'2015-11-01 08:38:35',''),(30001,1,1,31323,1,772043973,'2015-11-01 08:38:37',''),(30002,1,1,31324,1,772043973,'2015-11-01 08:38:41',''),(30003,1,1,31325,1,772043973,'2015-11-01 08:38:44',''),(30004,1,1,31326,1,772043973,'2015-11-01 08:38:49',''),(30005,1,1,31327,1,772043973,'2015-11-01 08:38:52',''),(30006,1,1,31328,38,772043973,'2015-11-01 08:38:56',''),(30007,1,1,31329,41,772043973,'2015-11-01 08:39:07',''),(30008,1,1,31330,43,772043973,'2015-11-01 08:39:10',''),(30009,1,1,31331,43,772043973,'2015-11-01 08:39:15',''),(30010,1,1,31332,45,772043973,'2015-11-01 08:39:19',''),(30011,1,1,31333,53,772043973,'2015-11-01 08:39:25',''),(30012,1,1,31334,48,772043973,'2015-11-01 08:39:28',''),(30013,1,1,31335,52,772043973,'2015-11-01 08:39:34',''),(30014,1,1,31336,57,772043973,'2015-11-01 08:39:38',''),(30015,1,1,31337,16,772043973,'2015-11-01 08:39:43',''),(30016,1,1,31338,59,772043973,'2015-11-01 08:39:48',''),(30017,1,1,31339,68,772043973,'2015-11-01 08:39:52',''),(30018,1,1,31340,75,772043973,'2015-11-01 08:39:56',''),(30019,1,1,31341,67,772043973,'2015-11-01 08:40:00',''),(30020,1,1,31342,1,1308163185,'2015-11-01 09:13:17',''),(30021,1,1,31343,1,1308163185,'2015-11-01 09:13:20',''),(30022,1,1,31344,1,1308163185,'2015-11-01 09:13:22',''),(30023,1,1,31345,1,1308163185,'2015-11-01 09:13:24',''),(30024,1,1,31346,1,1308163185,'2015-11-01 09:13:27',''),(30025,1,1,31347,1,1308163185,'2015-11-01 09:13:29',''),(30026,1,1,31348,1,1308163185,'2015-11-01 09:13:32',''),(30027,1,1,31349,1,2420907426,'2015-11-01 09:53:18',''),(30028,1,1,31350,1,2420907426,'2015-11-01 09:53:20',''),(30029,1,1,31351,1,2420907426,'2015-11-01 09:53:22',''),(30030,1,1,31352,1,2420907426,'2015-11-01 09:53:25',''),(30031,1,1,31353,1,2420907426,'2015-11-01 09:53:27',''),(30032,1,1,31354,1,2420907426,'2015-11-01 09:53:30',''),(30033,1,1,31355,1,2420907426,'2015-11-01 09:53:32',''),(30034,1,1,31356,1,2420907426,'2015-11-01 09:53:35',''),(30035,1,1,31357,1,2420907426,'2015-11-01 09:53:37',''),(30036,1,1,31358,1,2420907426,'2015-11-01 09:53:40',''),(30037,1,1,31033,56,1396450556,'2015-11-01 10:43:16','https://www.google.es/'),(30038,1,1,31359,1,3024883600,'2015-11-01 11:01:33',''),(30039,1,1,31360,1,1123631276,'2015-11-01 11:48:11',''),(30040,1,1,31361,15,3475901763,'2015-11-01 11:52:23',''),(30041,1,1,31362,1,696957853,'2015-11-01 12:45:41',''),(30042,1,1,31363,70,1152705578,'2015-11-01 12:59:03',''),(30043,1,1,31364,1,696957853,'2015-11-01 13:14:56',''),(30044,1,1,31365,6,1123631273,'2015-11-01 14:02:32',''),(30045,1,1,31366,1,1123631276,'2015-11-01 15:48:16',''),(30046,1,1,31367,68,3164934128,'2015-11-01 16:08:55',''),(30047,1,1,31368,1,1123631273,'2015-11-01 16:34:15',''),(30048,1,1,31369,1,1534710587,'2015-11-01 18:44:41',''),(30049,1,1,31370,1,633047521,'2015-11-01 18:56:38',''),(30050,1,1,31371,41,3164934128,'2015-11-01 19:14:56',''),(30051,1,1,31372,1,3108748838,'2015-11-01 19:16:56',''),(30052,1,1,31373,1,3338415115,'2015-11-01 19:29:44',''),(30053,1,1,31374,45,3281689903,'2015-11-01 20:38:31',''),(30054,1,1,31375,57,3281689903,'2015-11-01 20:38:34',''),(30055,1,1,31376,62,3281689903,'2015-11-01 20:38:37',''),(30056,1,1,31377,63,3281689903,'2015-11-01 20:38:40',''),(30057,1,1,31378,41,1123631276,'2015-11-02 00:07:53',''),(30058,1,1,31379,54,772045740,'2015-11-02 00:56:02',''),(30059,1,1,31380,67,772045740,'2015-11-02 00:56:05',''),(30060,1,1,31381,1,1123631281,'2015-11-02 01:23:09',''),(30061,1,1,31382,1,411471410,'2015-11-02 02:36:39',''),(30062,1,1,31383,66,2538613875,'2015-11-02 02:55:17',''),(30063,1,1,31384,45,84498858,'2015-11-02 03:01:00',''),(30064,1,1,31385,57,84498858,'2015-11-02 03:01:03',''),(30065,1,1,31386,1,772045740,'2015-11-02 04:11:04',''),(30066,1,1,31387,1,772045740,'2015-11-02 04:11:07',''),(30067,1,1,31388,9,772045740,'2015-11-02 04:11:10',''),(30068,1,1,31389,3,772045740,'2015-11-02 04:11:21',''),(30069,1,1,31390,1,1123631273,'2015-11-02 04:52:31',''),(30070,1,1,31391,71,1152705578,'2015-11-02 04:55:06',''),(30071,1,1,31392,1,2637693643,'2015-11-02 05:37:04',''),(30072,1,1,31393,1,1123631273,'2015-11-02 06:01:09',''),(30073,1,1,31395,1,3475901696,'2015-11-02 06:19:28',''),(30074,1,1,31396,26,3475901696,'2015-11-02 06:23:57',''),(30075,1,1,31397,1,2990476559,'2015-11-02 06:53:53',''),(30076,1,1,31398,1,2990476559,'2015-11-02 06:54:04',''),(30077,1,1,31399,1,2990476559,'2015-11-02 06:54:10',''),(30078,1,1,31400,1,2990476559,'2015-11-02 06:54:14',''),(30079,1,1,31401,26,3475901776,'2015-11-02 06:55:07',''),(30080,1,1,31402,1,2637637465,'2015-11-02 07:11:28',''),(30081,1,1,31403,1,2637693762,'2015-11-02 07:37:51',''),(30082,1,1,31404,1,1542483313,'2015-11-02 08:20:48',''),(30083,1,1,31405,1,1368135517,'2015-11-02 09:17:33','https://www.google.co.uk/'),(30084,1,1,31406,1,1578512370,'2015-11-02 09:39:48',''),(30085,1,1,31407,1,1578512370,'2015-11-02 09:39:52',''),(30086,1,1,31408,1,1578512370,'2015-11-02 09:39:54',''),(30087,1,1,31409,1,1578512370,'2015-11-02 09:39:57',''),(30088,1,1,31410,1,1578512370,'2015-11-02 09:40:00',''),(30089,1,1,31411,1,1578512370,'2015-11-02 09:40:04',''),(30090,1,1,31412,1,1578512370,'2015-11-02 09:40:06',''),(30091,1,1,31413,1,1578512370,'2015-11-02 09:40:08',''),(30092,1,1,31414,1,1578512370,'2015-11-02 09:40:11',''),(30093,1,1,31415,1,1578512370,'2015-11-02 09:40:13',''),(30094,1,1,31416,62,3024883465,'2015-11-02 09:54:51',''),(30095,1,1,31417,1,84497668,'2015-11-02 10:28:41',''),(30096,1,1,31418,1,84497668,'2015-11-02 10:28:43',''),(30097,1,1,31419,1,84497668,'2015-11-02 10:28:46',''),(30098,1,1,31420,1,84497668,'2015-11-02 10:28:48',''),(30099,1,1,31421,1,84497668,'2015-11-02 10:28:51',''),(30100,1,1,31422,1,84497668,'2015-11-02 10:28:55',''),(30101,1,1,31423,1,84497668,'2015-11-02 10:28:57',''),(30102,1,1,31424,1,84497668,'2015-11-02 10:29:00',''),(30103,1,1,31425,1,84497668,'2015-11-02 10:29:02',''),(30104,1,1,31426,1,84497668,'2015-11-02 10:29:05',''),(30105,1,1,31427,6,1123631276,'2015-11-02 12:03:32',''),(30106,1,1,31428,26,3475901753,'2015-11-02 16:11:17',''),(30107,1,1,31429,26,1152705578,'2015-11-02 16:40:17',''),(30108,1,1,31430,1,2990476559,'2015-11-02 17:33:49',''),(30109,1,1,31431,1,2990476559,'2015-11-02 17:33:56',''),(30110,1,1,31432,52,3164934128,'2015-11-02 18:27:38',''),(30111,1,1,31433,54,3164934128,'2015-11-02 20:21:52',''),(30112,1,1,31434,1,3338415115,'2015-11-02 20:35:31',''),(30113,1,1,31435,1,1145087602,'2015-11-02 21:09:56',''),(30114,1,1,31436,6,629980258,'2015-11-03 00:48:15',''),(30115,1,1,31437,1,918305629,'2015-11-03 01:38:46',''),(30116,1,1,31438,16,1123631273,'2015-11-03 01:59:14',''),(30117,1,1,31439,1,3024883599,'2015-11-03 02:26:45',''),(30118,1,1,31440,1,3702877335,'2015-11-03 03:02:46',''),(30119,1,1,31441,41,1152705578,'2015-11-03 04:30:08',''),(30120,1,1,31442,51,3024883461,'2015-11-03 07:04:09',''),(30121,1,1,31443,1,2953382627,'2015-11-03 10:49:29',''),(30122,1,1,31444,1,2953382627,'2015-11-03 10:49:32',''),(30123,1,1,31445,1,2953382627,'2015-11-03 10:49:35',''),(30124,1,1,31446,1,2953382627,'2015-11-03 10:49:37',''),(30125,1,1,31447,1,2953382627,'2015-11-03 10:49:41',''),(30126,1,1,31448,1,2953382627,'2015-11-03 10:49:44',''),(30127,1,1,31449,1,2953382627,'2015-11-03 10:49:46',''),(30128,1,1,31450,1,2953382627,'2015-11-03 10:49:49',''),(30129,1,1,31451,1,2953382627,'2015-11-03 10:49:52',''),(30130,1,1,31452,1,2953382627,'2015-11-03 10:49:55',''),(30131,1,1,31453,1,1523452027,'2015-11-03 11:04:43','https://www.google.co.uk/'),(30132,1,1,31454,1,1442912443,'2015-11-03 11:46:43',''),(30133,1,1,31455,56,1310800786,'2015-11-03 12:54:06','https://www.google.co.uk/'),(30134,1,1,31456,74,417072618,'2015-11-03 13:55:53',''),(30135,1,1,31457,1,1544770632,'2015-11-03 14:02:07','https://www.google.co.uk/'),(30136,1,1,31458,1,1041806726,'2015-11-03 14:47:50',''),(30137,1,1,31459,1,1041806727,'2015-11-03 14:48:06',''),(30138,1,1,31460,1,1609745330,'2015-11-03 16:37:02','http://buttons-for-website.com'),(30139,1,1,31461,56,1152705578,'2015-11-03 18:00:55',''),(30140,1,1,31462,3,3164933937,'2015-11-03 19:45:52',''),(30141,1,1,31463,56,41781978,'2015-11-03 20:09:25','http://www.bing.com/search?q=rapid+225+45+18+lancs&go=Submit&qs=bs&form=QBRE'),(30142,1,1,31464,1,3281689809,'2015-11-03 20:23:54',''),(30143,1,1,31465,1,1542483273,'2015-11-03 20:40:01',''),(30144,1,1,31466,1,3338415115,'2015-11-03 20:41:23',''),(30145,1,1,31467,1,772036899,'2015-11-03 21:01:34',''),(30146,1,1,31468,9,1600947375,'2015-11-03 21:13:29',''),(30147,1,1,31469,1,3024883478,'2015-11-03 22:11:00',''),(30148,1,1,31470,43,1123633729,'2015-11-03 22:32:40',''),(30149,1,1,31471,45,84498858,'2015-11-03 22:51:43',''),(30150,1,1,31472,57,84498858,'2015-11-03 22:51:45',''),(30151,1,1,31473,62,84498858,'2015-11-03 22:51:48',''),(30152,1,1,31474,63,84498858,'2015-11-03 22:51:50',''),(30153,1,1,31475,1,1423301297,'2015-11-04 00:04:24',''),(30154,1,1,31476,1,1423301297,'2015-11-04 00:04:26',''),(30155,1,1,31477,1,1423301297,'2015-11-04 00:04:30',''),(30156,1,1,31478,1,1423301297,'2015-11-04 00:04:34',''),(30157,1,1,31479,1,919274901,'2015-11-04 00:42:12',''),(30158,1,1,31480,6,2637637459,'2015-11-04 01:19:42',''),(30159,1,1,31481,54,3281689903,'2015-11-04 01:21:35',''),(30160,1,1,31482,67,3281689903,'2015-11-04 01:21:38',''),(30161,1,1,31483,1,1123633729,'2015-11-04 03:48:02',''),(30162,1,1,31484,1,772045740,'2015-11-04 03:49:25',''),(30163,1,1,31485,1,1123633733,'2015-11-04 03:54:47',''),(30164,1,1,31486,1,3024883613,'2015-11-04 04:10:57',''),(30165,1,1,31487,28,1152705578,'2015-11-04 05:03:59',''),(30166,1,1,31488,26,1123633731,'2015-11-04 06:07:22',''),(30167,1,1,31489,1,2204827774,'2015-11-04 07:42:06',''),(30168,1,1,31490,66,2953382627,'2015-11-04 07:50:22',''),(30169,1,1,31491,6,2637637469,'2015-11-04 09:14:18',''),(30170,1,1,31492,65,1545558466,'2015-11-04 09:30:29','https://uk.search.yahoo.com/'),(30171,1,1,31493,6,2637693762,'2015-11-04 09:40:35',''),(30172,1,1,31494,44,3024883619,'2015-11-04 13:01:42',''),(30173,1,1,31495,48,3164933937,'2015-11-04 15:00:04',''),(30174,1,1,31496,26,1123633731,'2015-11-04 16:13:39',''),(30175,1,1,31497,1,2990476559,'2015-11-04 17:44:44',''),(30176,1,1,31498,1,2990476559,'2015-11-04 17:44:48',''),(30177,1,1,31499,9,2990476559,'2015-11-04 17:44:57',''),(30178,1,1,31500,1,1152705578,'2015-11-04 18:39:14',''),(30179,1,1,31501,1,3338415115,'2015-11-04 20:39:02',''),(30180,1,1,31502,1,1452860344,'2015-11-04 22:19:57','https://www.google.co.uk/'),(30181,1,1,31503,1,3145283602,'2015-11-04 23:17:42','http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk'),(30182,1,1,31504,6,3024883472,'2015-11-05 00:05:38',''),(30183,1,1,31505,64,3158622707,'2015-11-05 01:00:59',''),(30184,1,1,31506,64,3164933937,'2015-11-05 03:23:56',''),(30185,1,1,31507,26,1152705578,'2015-11-05 03:26:11',''),(30186,1,1,31508,1,1123633731,'2015-11-05 04:27:52',''),(30187,1,1,31509,1,2637637488,'2015-11-05 04:50:22',''),(30188,1,1,31510,26,1123633733,'2015-11-05 04:51:30',''),(30189,1,1,31511,1,1123633729,'2015-11-05 05:32:09',''),(30190,1,1,31513,1,629968162,'2015-11-05 06:14:43',''),(30191,1,1,31514,1,1539863184,'2015-11-05 08:00:28','http://www.google.com.ua/imgres?imgurl=http://www.mstyresblackburn.co.uk/img/p/6/5/65-home_default.jpg&imgrefurl=http://www.mstyresblackburn.co.uk/&h=124&w=124&tbnid=QyYSqP_vo3UMFM:&docid=0To1DZ7XG65gTM&ei=fAw7VtGmD4rWa9CnqbgJ&tbm=isch&client=firefox-a'),(30192,1,1,31515,1,3024883604,'2015-11-05 08:19:15',''),(30193,1,1,31516,1,1123633731,'2015-11-05 12:12:28',''),(30194,1,1,31517,16,1152705578,'2015-11-05 14:25:02',''),(30195,1,1,31518,1,3479603870,'2015-11-05 14:29:00',''),(30196,1,1,31519,1,3587031779,'2015-11-05 15:26:55','https://www.google.co.uk/'),(30197,1,1,31520,1,1542483302,'2015-11-05 16:37:08',''),(30198,1,1,31521,1,84497668,'2015-11-05 16:44:18',''),(30199,1,1,31522,1,1442967490,'2015-11-05 17:28:48','https://www.google.co.uk/'),(30200,1,1,31523,1,3367702465,'2015-11-05 17:39:09','http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk'),(30201,1,1,31524,1,3281693013,'2015-11-05 18:38:37',''),(30202,1,1,31525,1,3281693013,'2015-11-05 18:38:39',''),(30203,1,1,31526,1,3281693013,'2015-11-05 18:38:42',''),(30204,1,1,31527,1,3281693013,'2015-11-05 18:38:44',''),(30205,1,1,31528,1,3281693013,'2015-11-05 18:38:46',''),(30206,1,1,31529,1,3281693013,'2015-11-05 18:38:49',''),(30207,1,1,31530,1,3281693013,'2015-11-05 18:38:52',''),(30208,1,1,31531,1,3281693013,'2015-11-05 18:38:54',''),(30209,1,1,31532,1,3281693013,'2015-11-05 18:38:57',''),(30210,1,1,31533,1,1489375385,'2015-11-05 19:16:38',''),(30211,1,1,31534,1,1489375385,'2015-11-05 19:16:41',''),(30212,1,1,31535,1,1489375385,'2015-11-05 19:16:47',''),(30213,1,1,31536,1,1489375385,'2015-11-05 19:16:51',''),(30214,1,1,31537,1,1489375385,'2015-11-05 19:16:57',''),(30215,1,1,31538,1,1489375385,'2015-11-05 19:17:01',''),(30216,1,1,31539,1,1489375385,'2015-11-05 19:17:04',''),(30217,1,1,31540,1,1489375385,'2015-11-05 19:17:09',''),(30218,1,1,31541,1,1489375385,'2015-11-05 19:17:14',''),(30219,1,1,31542,1,1489375385,'2015-11-05 19:17:18',''),(30220,1,1,31543,1,1522537356,'2015-11-05 20:05:41','http://www.bing.com/search?q=Rapid+Brand+Tyres&first=71&FORM=PORE'),(30221,1,1,31544,1,3338415262,'2015-11-05 22:39:24',''),(30222,1,1,31545,1,3338415115,'2015-11-05 22:39:24',''),(30223,1,1,31546,65,1523957005,'2015-11-05 23:41:11','http://www.google.co.uk/'),(30224,1,1,31547,38,3475901836,'2015-11-06 01:27:07',''),(30225,1,1,31548,66,2071807768,'2015-11-06 02:45:22',''),(30226,1,1,31549,1,2984993878,'2015-11-06 04:14:08','http://buttons-for-website.com'),(30227,1,1,31550,1,1123633731,'2015-11-06 05:01:28',''),(30228,1,1,31551,56,3475901836,'2015-11-06 05:55:42',''),(30229,1,1,31552,68,3475901750,'2015-11-06 06:05:56',''),(30230,1,1,31553,43,3475901750,'2015-11-06 06:05:59',''),(30231,1,1,31554,65,3475901750,'2015-11-06 06:06:01',''),(30232,1,1,31555,29,3475901750,'2015-11-06 06:06:04',''),(30233,1,1,31556,9,3475901750,'2015-11-06 06:06:05',''),(30234,1,1,31557,1,1534699970,'2015-11-06 06:14:20',''),(30235,1,1,31558,63,2071807858,'2015-11-06 06:38:03',''),(30236,1,1,31559,15,3475901834,'2015-11-06 06:44:12',''),(30237,1,1,31560,48,3475901834,'2015-11-06 06:44:14',''),(30238,1,1,31561,18,3475901834,'2015-11-06 06:44:16',''),(30239,1,1,31562,6,3475901834,'2015-11-06 06:44:17',''),(30240,1,1,31563,1,1489375385,'2015-11-06 07:05:12',''),(30241,1,1,31564,73,3164933937,'2015-11-06 08:11:20',''),(30242,1,1,31565,1,1489375385,'2015-11-06 08:19:20',''),(30243,1,1,31566,74,1489375385,'2015-11-06 08:19:23',''),(30244,1,1,31567,45,3233511746,'2015-11-06 08:29:59',''),(30245,1,1,31568,57,3233511746,'2015-11-06 08:30:02',''),(30246,1,1,31569,62,3233511746,'2015-11-06 08:30:06',''),(30247,1,1,31570,63,3233511746,'2015-11-06 08:30:11',''),(30248,1,1,31571,26,1123633731,'2015-11-06 09:25:42',''),(30249,1,1,31572,56,1346835213,'2015-11-06 10:26:51','https://www.google.co.uk'),(30250,1,1,31573,6,3475901839,'2015-11-06 10:27:42',''),(30251,1,1,31574,56,3024883599,'2015-11-06 10:58:52',''),(30252,1,1,31575,1,1113982633,'2015-11-06 14:01:24','https://www.google.co.in/'),(30253,1,1,31576,54,772043973,'2015-11-06 14:12:54',''),(30254,1,1,31577,67,772043973,'2015-11-06 14:12:57',''),(30255,1,1,31578,38,1123632098,'2015-11-06 16:47:39',''),(30256,1,1,31579,1,1032306397,'2015-11-06 17:59:58','http://www.baidu.com/s?wd=Mstyresblackburn'),(30257,1,1,31580,1,1032306397,'2015-11-06 18:00:00','http://www.baidu.com/s?wd=Mstyresblackburn'),(30258,1,1,31581,66,1159658162,'2015-11-06 19:09:22',''),(30259,1,1,31582,1,3024883468,'2015-11-06 19:27:25',''),(30260,1,1,31583,1,772045740,'2015-11-06 19:58:29',''),(30261,1,1,31584,1,772045740,'2015-11-06 19:58:33',''),(30262,1,1,31585,1,772045740,'2015-11-06 19:58:42',''),(30263,1,1,31586,1,772045740,'2015-11-06 19:58:48',''),(30264,1,1,31587,1,2953382627,'2015-11-06 20:13:03',''),(30265,1,1,31588,1,2953382627,'2015-11-06 20:13:05',''),(30266,1,1,31589,9,2953382627,'2015-11-06 20:13:08',''),(30267,1,1,31590,1,1089906130,'2015-11-06 22:25:39','http://whois.domaintools.com/mstyresblackburn.co.uk'),(30268,1,1,31591,1,3338415115,'2015-11-06 22:27:23',''),(30269,1,1,31592,1,3702877269,'2015-11-06 22:46:35',''),(30270,1,1,31593,1,1123632090,'2015-11-07 06:08:02',''),(30271,1,1,31594,1,1542483313,'2015-11-07 10:45:25',''),(30272,1,1,31595,1,1123632098,'2015-11-07 12:21:40',''),(30273,1,1,31596,38,3024883600,'2015-11-07 13:02:53',''),(30274,1,1,31597,68,1123632098,'2015-11-07 13:13:20',''),(30275,1,1,31598,1,1545008292,'2015-11-07 15:26:51','https://www.google.co.uk/'),(30276,1,1,31599,1,1041806727,'2015-11-07 15:40:57',''),(30277,1,1,31600,68,1123632082,'2015-11-07 16:13:21',''),(30278,1,1,31601,1,1152705578,'2015-11-07 16:35:25',''),(30279,1,1,31602,45,2071807801,'2015-11-07 19:20:41',''),(30280,1,1,31603,1,3024883486,'2015-11-07 22:14:00',''),(30281,1,1,31604,1,3702877288,'2015-11-07 22:20:07',''),(30282,1,1,31605,1,3338415115,'2015-11-07 22:25:04',''),(30283,1,1,31606,1,2990476559,'2015-11-07 23:16:37',''),(30284,1,1,31607,1,2990476559,'2015-11-07 23:16:48',''),(30285,1,1,31608,1,2990476559,'2015-11-07 23:16:57',''),(30286,1,1,31609,1,1123632082,'2015-11-08 01:55:25',''),(30287,1,1,31610,1,1123632090,'2015-11-08 02:14:51',''),(30288,1,1,31611,58,1152705578,'2015-11-08 02:25:03',''),(30289,1,1,31612,1,1452301118,'2015-11-08 02:29:56','https://www.google.co.uk/'),(30290,1,1,31613,49,3164933937,'2015-11-08 03:37:32',''),(30291,1,1,31614,1,1123632082,'2015-11-08 06:32:21',''),(30292,1,1,31615,1,3024883595,'2015-11-08 09:22:29',''),(30293,1,1,31616,26,1123632098,'2015-11-08 09:39:05',''),(30294,1,1,31617,1,1159650810,'2015-11-08 10:26:44',''),(30295,1,1,31618,44,1152705578,'2015-11-08 10:39:19',''),(30296,1,1,31619,6,3024883592,'2015-11-08 10:55:38',''),(30297,1,1,31620,6,1123632090,'2015-11-08 11:37:23',''),(30298,1,1,31621,45,1534710587,'2015-11-08 12:00:10',''),(30299,1,1,31622,57,1534710587,'2015-11-08 12:00:12',''),(30300,1,1,31623,62,1534710587,'2015-11-08 12:00:15',''),(30301,1,1,31624,63,1534710587,'2015-11-08 12:00:18',''),(30302,1,1,31625,54,3323679379,'2015-11-08 13:39:06',''),(30303,1,1,31626,67,3323679379,'2015-11-08 13:39:10',''),(30304,1,1,31627,1,1578512370,'2015-11-08 13:56:06',''),(30305,1,1,31628,1,1578512370,'2015-11-08 13:56:09',''),(30306,1,1,31629,1,1578512370,'2015-11-08 13:56:11',''),(30307,1,1,31630,1,1578512370,'2015-11-08 13:56:16',''),(30308,1,1,31546,65,1523957005,'2015-11-08 14:08:32','http://www.google.co.uk/'),(30309,1,1,31631,1,1542483300,'2015-11-08 17:02:29',''),(30310,1,1,31632,43,3475901839,'2015-11-08 17:17:05',''),(30311,1,1,31633,43,3475901839,'2015-11-08 17:17:07',''),(30312,1,1,31634,15,2637637523,'2015-11-08 17:17:13',''),(30313,1,1,31635,48,2637637523,'2015-11-08 17:17:15',''),(30314,1,1,31636,68,2637637523,'2015-11-08 17:17:16',''),(30315,1,1,31637,65,2637637523,'2015-11-08 17:17:18',''),(30316,1,1,31638,1,2637637468,'2015-11-08 17:17:18',''),(30317,1,1,31639,6,2637637468,'2015-11-08 17:17:20',''),(30318,1,1,31640,18,2637637523,'2015-11-08 17:17:20',''),(30319,1,1,31641,56,2637637523,'2015-11-08 17:17:22',''),(30320,1,1,31642,29,3475901762,'2015-11-08 17:17:59',''),(30321,1,1,31643,9,3475901762,'2015-11-08 17:18:00',''),(30322,1,1,31644,3,3475901762,'2015-11-08 17:18:02',''),(30323,1,1,31645,3,3475901762,'2015-11-08 17:18:04',''),(30324,1,1,31646,44,3164933937,'2015-11-08 18:03:20',''),(30325,1,1,31647,1,633047521,'2015-11-08 18:34:15',''),(30326,1,1,31648,1,633047521,'2015-11-08 18:34:17',''),(30327,1,1,31649,9,633047521,'2015-11-08 18:34:20',''),(30328,1,1,31650,66,1451545819,'2015-11-08 18:41:21',''),(30329,1,1,31651,1,3479603870,'2015-11-08 18:46:13',''),(30330,1,1,31652,1,3479603870,'2015-11-08 18:50:16',''),(30331,1,1,31653,1,3149338869,'2015-11-08 20:46:32','http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk'),(30332,1,1,31654,9,1123632098,'2015-11-08 21:12:19',''),(30333,1,1,31655,1,3338415115,'2015-11-08 22:25:13',''),(30334,1,1,31656,6,3024883590,'2015-11-08 23:27:39',''),(30335,1,1,31657,1,2990476559,'2015-11-08 23:56:35',''),(30336,1,1,31658,1,2990476559,'2015-11-08 23:56:48',''),(30337,1,1,31659,1,2990476559,'2015-11-08 23:56:59',''),(30338,1,1,31660,1,2990476559,'2015-11-08 23:57:09',''),(30339,1,1,31661,1,2990476559,'2015-11-08 23:57:15',''),(30340,1,1,31662,1,2990476559,'2015-11-08 23:57:26',''),(30341,1,1,31663,1,2990476559,'2015-11-08 23:57:36',''),(30342,1,1,31664,1,2990476559,'2015-11-08 23:57:46',''),(30343,1,1,31665,1,2990476559,'2015-11-08 23:57:54',''),(30344,1,1,31666,1,872315322,'2015-11-09 00:45:11',''),(30345,1,1,31667,1,872315322,'2015-11-09 00:45:13',''),(30346,1,1,31668,1,872315322,'2015-11-09 00:45:16',''),(30347,1,1,31669,1,872315322,'2015-11-09 00:45:18',''),(30348,1,1,31670,1,872315322,'2015-11-09 00:45:21',''),(30349,1,1,31671,1,872315322,'2015-11-09 00:45:23',''),(30350,1,1,31672,1,872315322,'2015-11-09 00:45:26',''),(30351,1,1,31673,1,872315322,'2015-11-09 00:45:28',''),(30352,1,1,31674,1,872315322,'2015-11-09 00:45:31',''),(30353,1,1,31675,1,872315322,'2015-11-09 00:45:33',''),(30354,1,1,31676,1,1443255157,'2015-11-09 01:57:05',''),(30355,1,1,31677,1,35547346,'2015-11-09 04:12:11','https://www.google.co.uk/'),(30356,1,1,31678,1,3024883473,'2015-11-09 05:56:46',''),(30357,1,1,31679,1,1123632090,'2015-11-09 07:30:52',''),(30358,1,1,31680,1,1123632082,'2015-11-09 07:35:25',''),(30359,1,1,31682,1,1539462250,'2015-11-09 08:16:51',''),(30360,1,1,31683,1,1539462250,'2015-11-09 08:16:59',''),(30361,1,1,31684,1,1539462250,'2015-11-09 08:17:07',''),(30362,1,1,31685,1,1391806289,'2015-11-09 08:40:46',''),(30363,1,1,31686,1,1123632098,'2015-11-09 12:10:34',''),(30364,1,1,31687,1,1577785404,'2015-11-09 15:00:04','https://www.google.co.uk/'),(30365,1,1,31688,1,1053970129,'2015-11-09 15:22:34',''),(30366,1,1,31689,1,1053970129,'2015-11-09 15:22:36',''),(30367,1,1,31690,1,1053970129,'2015-11-09 15:22:38',''),(30368,1,1,31691,1,1053970129,'2015-11-09 15:22:41',''),(30369,1,1,31692,1,1053970129,'2015-11-09 15:22:43',''),(30370,1,1,31693,1,1053970129,'2015-11-09 15:22:45',''),(30371,1,1,31694,1,1053970129,'2015-11-09 15:22:48',''),(30372,1,1,31695,1,1053970129,'2015-11-09 15:22:50',''),(30373,1,1,31696,1,1053970129,'2015-11-09 15:22:52',''),(30374,1,1,31697,1,1053970129,'2015-11-09 15:22:55',''),(30375,1,1,31698,16,1152705578,'2015-11-09 16:38:45',''),(30376,1,1,31699,66,2071807793,'2015-11-09 17:04:30',''),(30377,1,1,31700,1,1565547471,'2015-11-09 17:12:22','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=867.dY1C398NUs6x2AIBfJKnvz6V9NXe8q48BXTPhSss7YpcrPWYeWFvyebvTtGuxvBK.eb06c9834f90af762f530827b5986c08f02777f2&uuid=&state=AiuY0DBWFJ4ePaEse6rgeAjgs2pI3DW9J0KiE5XNXd0dp0ZMwFHovi'),(30378,1,1,31701,63,3164933937,'2015-11-09 18:54:01',''),(30379,1,1,31702,1,3338415115,'2015-11-09 20:48:53',''),(30380,1,1,31703,70,3024883610,'2015-11-10 02:16:22',''),(30381,1,1,31704,1,2953382627,'2015-11-10 02:47:34',''),(30382,1,1,31705,1,2953382627,'2015-11-10 02:47:37',''),(30383,1,1,31706,1,2953382627,'2015-11-10 02:47:39',''),(30384,1,1,31707,1,2953382627,'2015-11-10 02:47:42',''),(30385,1,1,31708,1,2953382627,'2015-11-10 02:47:44',''),(30386,1,1,31709,1,2953382627,'2015-11-10 02:47:47',''),(30387,1,1,31710,1,2953382627,'2015-11-10 02:47:49',''),(30388,1,1,31711,1,2953382627,'2015-11-10 02:47:51',''),(30389,1,1,31712,1,2953382627,'2015-11-10 02:47:54',''),(30390,1,1,31713,1,2953382627,'2015-11-10 02:47:57',''),(30391,1,1,31714,1,3643230447,'2015-11-10 03:59:17','http://www.thomsonlocal.com/Garage-Services/in/Billington-Lancashire/'),(30392,1,1,31715,1,1123633996,'2015-11-10 05:18:06',''),(30393,1,1,31717,1,1542483293,'2015-11-10 07:03:26',''),(30394,1,1,31718,65,1152705578,'2015-11-10 07:58:22',''),(30395,1,1,31719,26,1152705578,'2015-11-10 09:40:41',''),(30396,1,1,31720,1,1425850762,'2015-11-10 10:01:14','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0CBoQ_BcoADAHahUKEwiKm93LzIXJAhXCXg8KHfGXCz8&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.106923889,d.ZWU'),(30397,1,1,31721,1,1041806726,'2015-11-10 10:01:44',''),(30398,1,1,31722,54,2071807825,'2015-11-10 10:06:52',''),(30399,1,1,31723,1,2297645394,'2015-11-10 10:32:00',''),(30400,1,1,31724,1,2297645394,'2015-11-10 10:32:03',''),(30401,1,1,31725,1,2297645394,'2015-11-10 10:32:05',''),(30402,1,1,31726,1,2297645394,'2015-11-10 10:32:08',''),(30403,1,1,31727,1,2297645394,'2015-11-10 10:32:10',''),(30404,1,1,31728,1,2297645394,'2015-11-10 10:32:13',''),(30405,1,1,31729,1,2297645394,'2015-11-10 10:32:15',''),(30406,1,1,31730,1,2297645394,'2015-11-10 10:32:17',''),(30407,1,1,31731,1,2297645394,'2015-11-10 10:32:20',''),(30408,1,1,31732,1,2297645394,'2015-11-10 10:32:22',''),(30409,1,1,31733,45,1152705578,'2015-11-10 10:52:39',''),(30410,1,1,31734,1,2297645394,'2015-11-10 11:28:31',''),(30411,1,1,31735,45,1534710587,'2015-11-10 11:41:09',''),(30412,1,1,31736,57,1534710587,'2015-11-10 11:41:12',''),(30413,1,1,31737,62,1534710587,'2015-11-10 11:41:28',''),(30414,1,1,31738,63,1534710587,'2015-11-10 11:41:32',''),(30415,1,1,31739,1,1489375385,'2015-11-10 12:01:54',''),(30416,1,1,31740,54,3281689903,'2015-11-10 12:36:28',''),(30417,1,1,31741,67,3281689903,'2015-11-10 12:36:31',''),(30418,1,1,31742,1,1053974832,'2015-11-10 12:53:30',''),(30419,1,1,31743,1,1053974832,'2015-11-10 12:53:48',''),(30420,1,1,31744,49,3475901762,'2015-11-10 15:11:33',''),(30421,1,1,31745,1,1053993637,'2015-11-10 15:31:32',''),(30422,1,1,31746,1,1053993637,'2015-11-10 15:31:41',''),(30423,1,1,31747,1,1053993637,'2015-11-10 15:31:47',''),(30424,1,1,31748,1,1053993637,'2015-11-10 15:31:54',''),(30425,1,1,31749,66,84497668,'2015-11-10 19:22:00',''),(30426,1,1,31750,1,1443144729,'2015-11-10 19:31:39','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCEQFjAAahUKEwiB4vmCzIbJAhWCWz4KHeXQBM0&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=4z5P0ww54cyHF-SmWzMKGw'),(30427,1,1,31751,1,2071807852,'2015-11-10 20:22:30',''),(30428,1,1,31752,1,3338415115,'2015-11-10 20:42:47',''),(30429,1,1,31753,1,3702877336,'2015-11-10 21:16:58',''),(30430,1,1,31754,1,2071807853,'2015-11-10 21:22:14',''),(30431,1,1,31755,1,772044803,'2015-11-10 22:58:01',''),(30432,1,1,31756,1,772044803,'2015-11-10 22:58:05',''),(30433,1,1,31757,9,772044803,'2015-11-10 22:58:09',''),(30434,1,1,31758,1,786803397,'2015-11-11 00:00:35',''),(30435,1,1,31759,26,1123634733,'2015-11-11 08:39:42',''),(30436,1,1,31760,3,1600947369,'2015-11-11 09:15:55',''),(30437,1,1,31761,64,3024883592,'2015-11-11 10:57:46',''),(30438,1,1,31762,1,3024883474,'2015-11-11 11:31:39',''),(30439,1,1,31763,1,1502725027,'2015-11-11 13:06:42','https://www.google.co.uk/'),(30440,1,1,31764,1,1502725027,'2015-11-11 13:06:44','https://www.google.co.uk/'),(30441,1,1,31765,1,1123631412,'2015-11-11 13:38:04',''),(30442,1,1,31766,1,1542483295,'2015-11-11 14:13:37',''),(30443,1,1,31767,1,772044803,'2015-11-11 14:19:42',''),(30444,1,1,31768,1,772044803,'2015-11-11 14:19:46',''),(30445,1,1,31769,1,772044803,'2015-11-11 14:19:50',''),(30446,1,1,31770,1,772044803,'2015-11-11 14:19:56',''),(30447,1,1,31771,1,772044803,'2015-11-11 14:20:01',''),(30448,1,1,31772,1,772044803,'2015-11-11 14:20:05',''),(30449,1,1,31773,1,772044803,'2015-11-11 14:20:10',''),(30450,1,1,31774,10,1123631412,'2015-11-11 17:50:48',''),(30451,1,1,31775,1,2953382627,'2015-11-11 18:23:34',''),(30452,1,1,31776,1,2953382627,'2015-11-11 18:23:36',''),(30453,1,1,31777,1,2953382627,'2015-11-11 18:23:40',''),(30454,1,1,31778,51,3164934097,'2015-11-11 18:31:09',''),(30455,1,1,31779,54,3702877265,'2015-11-11 18:42:02',''),(30456,1,1,31780,51,1123631412,'2015-11-11 19:06:43',''),(30457,1,1,31781,66,3164934097,'2015-11-11 19:51:50',''),(30458,1,1,31782,1,3338415115,'2015-11-11 20:49:47',''),(30459,1,1,31783,1,3024883487,'2015-11-11 20:50:10',''),(30460,1,1,31784,26,3475901762,'2015-11-11 23:45:10',''),(30461,1,1,31785,62,3164934097,'2015-11-12 00:23:21',''),(30462,1,1,31786,54,3024883481,'2015-11-12 01:00:03',''),(30463,1,1,31787,26,3475901789,'2015-11-12 04:26:44',''),(30464,1,1,31788,6,1152705578,'2015-11-12 05:08:15',''),(30465,1,1,31789,1,2204827761,'2015-11-12 07:10:55',''),(30466,1,1,31790,66,3702877345,'2015-11-12 07:53:09',''),(30467,1,1,31791,1,1123631412,'2015-11-12 09:33:19',''),(30468,1,1,31792,1,40242322,'2015-11-12 11:02:11','https://www.google.co.uk/'),(30469,1,1,31793,1,1041806727,'2015-11-12 11:02:42',''),(30470,1,1,31794,1,3024883599,'2015-11-12 11:07:39',''),(30471,1,1,31795,1,1123631412,'2015-11-12 12:14:19',''),(30472,1,1,31796,1,523463239,'2015-11-12 13:05:41','https://www.google.co.uk/'),(30473,1,1,31797,1,523463239,'2015-11-12 13:05:42','https://www.google.co.uk/'),(30474,1,1,31798,1,633047521,'2015-11-12 13:29:08',''),(30475,1,1,31799,1,633047521,'2015-11-12 13:29:11',''),(30476,1,1,31800,1,633047521,'2015-11-12 13:29:14',''),(30477,1,1,31801,1,633047521,'2015-11-12 13:29:16',''),(30478,1,1,31802,1,633047521,'2015-11-12 13:29:19',''),(30479,1,1,31803,1,633047521,'2015-11-12 13:29:22',''),(30480,1,1,31804,1,633047521,'2015-11-12 13:29:25',''),(30481,1,1,31805,1,633047521,'2015-11-12 13:29:27',''),(30482,1,1,31806,1,633047521,'2015-11-12 13:29:30',''),(30483,1,1,31807,1,633047521,'2015-11-12 13:29:33',''),(30484,1,1,31808,1,1123631412,'2015-11-12 15:30:00',''),(30485,1,1,31809,1,1032306279,'2015-11-12 17:35:46','http://www.baidu.com/s?wd=Mstyresblackburn'),(30486,1,1,31810,65,1523957005,'2015-11-12 19:32:07','http://www.google.co.uk/'),(30487,1,1,31811,1,3338415115,'2015-11-12 20:20:57',''),(30488,1,1,31812,1,1123631418,'2015-11-12 20:37:27',''),(30489,1,1,31813,1,1032306279,'2015-11-12 21:38:38','http://www.baidu.com/s?wd=Mstyresblackburn'),(30490,1,1,31814,1,1123631415,'2015-11-12 23:18:29',''),(30491,1,1,31815,1,1123631412,'2015-11-12 23:24:33',''),(30492,1,1,31816,1,3024883473,'2015-11-13 01:07:33',''),(30493,1,1,31817,26,2071807853,'2015-11-13 02:37:20',''),(30494,1,1,31818,15,676177724,'2015-11-13 02:48:43',''),(30495,1,1,31819,68,3024883471,'2015-11-13 03:30:20',''),(30496,1,1,31820,46,1123631397,'2015-11-13 04:19:20',''),(30497,1,1,31821,66,2071807820,'2015-11-13 05:52:08',''),(30498,1,1,31822,1,1542483313,'2015-11-13 07:05:16',''),(30499,1,1,31823,26,1815808070,'2015-11-13 09:02:38',''),(30500,1,1,31824,26,1815808070,'2015-11-13 09:02:41',''),(30501,1,1,31825,26,1815808070,'2015-11-13 09:02:43',''),(30502,1,1,31826,26,1815808070,'2015-11-13 09:02:45',''),(30503,1,1,31827,26,1815808070,'2015-11-13 09:02:48',''),(30504,1,1,31828,26,1815808070,'2015-11-13 09:02:50',''),(30505,1,1,31829,26,1815808070,'2015-11-13 09:02:52',''),(30506,1,1,31830,26,1815808070,'2015-11-13 09:02:55',''),(30507,1,1,31831,26,1815808070,'2015-11-13 09:02:57',''),(30508,1,1,31832,26,1815808070,'2015-11-13 09:02:59',''),(30509,1,1,31833,43,1815808070,'2015-11-13 09:03:02',''),(30510,1,1,31834,16,1815808070,'2015-11-13 09:03:05',''),(30511,1,1,31835,59,1815808070,'2015-11-13 09:03:08',''),(30512,1,1,31836,68,1815808070,'2015-11-13 09:03:11',''),(30513,1,1,31837,75,1815808070,'2015-11-13 09:03:14',''),(30514,1,1,31838,67,1815808070,'2015-11-13 09:03:17',''),(30515,1,1,31839,1,1599811011,'2015-11-13 09:06:11',''),(30516,1,1,31840,1,1152705578,'2015-11-13 09:10:52',''),(30517,1,1,31841,1,1311682245,'2015-11-13 10:07:32',''),(30518,1,1,31842,43,609502599,'2015-11-13 11:35:04',''),(30519,1,1,31843,1,609502599,'2015-11-13 11:35:24',''),(30520,1,1,31844,43,609502599,'2015-11-13 11:35:39',''),(30521,1,1,31845,43,609502599,'2015-11-13 11:35:56',''),(30522,1,1,31846,43,609502599,'2015-11-13 11:54:54',''),(30523,1,1,31847,1,609502599,'2015-11-13 11:55:09',''),(30524,1,1,31848,43,609502599,'2015-11-13 11:55:27',''),(30525,1,1,31849,1,1053988073,'2015-11-13 13:49:11',''),(30526,1,1,31850,1,1053988073,'2015-11-13 13:49:14',''),(30527,1,1,31851,1,1053988073,'2015-11-13 13:49:17',''),(30528,1,1,31852,1,1053988073,'2015-11-13 13:49:20',''),(30529,1,1,31853,1,3479603870,'2015-11-13 13:53:30',''),(30530,1,1,31854,1,3702877326,'2015-11-13 14:16:51',''),(30531,1,1,31855,1,1357194590,'2015-11-13 15:34:03','https://www.google.co.uk/'),(30532,1,1,31856,54,1053988951,'2015-11-13 15:50:13',''),(30533,1,1,31857,67,1053988951,'2015-11-13 15:50:15',''),(30534,1,1,31858,45,2637637449,'2015-11-13 17:11:24',''),(30535,1,1,31859,66,2637637525,'2015-11-13 17:37:29',''),(30536,1,1,31860,68,2637637531,'2015-11-13 17:41:27',''),(30537,1,1,31861,26,2637637531,'2015-11-13 19:22:51',''),(30538,1,1,31862,1,2420901739,'2015-11-13 20:06:08',''),(30539,1,1,31863,1,2420901739,'2015-11-13 20:06:11',''),(30540,1,1,31864,1,2420901739,'2015-11-13 20:06:13',''),(30541,1,1,31865,1,772044803,'2015-11-13 20:08:42',''),(30542,1,1,31866,1,772044803,'2015-11-13 20:08:46',''),(30543,1,1,31867,1,772044803,'2015-11-13 20:08:49',''),(30544,1,1,31868,1,772044803,'2015-11-13 20:08:52',''),(30545,1,1,31869,1,1123631412,'2015-11-13 20:17:04',''),(30546,1,1,31871,1,3338415115,'2015-11-13 20:30:12',''),(30547,1,1,31872,66,84498858,'2015-11-13 20:43:57',''),(30548,1,1,31873,56,1123631412,'2015-11-13 21:16:08',''),(30549,1,1,31874,45,2990476559,'2015-11-13 21:40:04',''),(30550,1,1,31875,57,2990476559,'2015-11-13 21:40:11',''),(30551,1,1,31876,62,2990476559,'2015-11-13 21:40:15',''),(30552,1,1,31877,63,2990476559,'2015-11-13 21:40:20',''),(30553,1,1,31878,68,3137597164,'2015-11-13 22:20:40','http://www.google.com.br/search?q=landsail+ls388&client=ms-android-google&source=lnms&site=webhp&tbm=isch&sa=X&ved=0CAkQ_AUoAmoVChMI4NXAx7WOyQIVEORjCh11UAD6&biw=1024&bih=728'),(30554,1,1,31879,26,2071807800,'2015-11-13 22:57:00',''),(30555,1,1,31880,1,2071807765,'2015-11-14 01:15:20',''),(30556,1,1,31881,1,3702877338,'2015-11-14 01:30:39',''),(30557,1,1,31882,1,2071807762,'2015-11-14 02:14:59',''),(30558,1,1,31883,1,1123631412,'2015-11-14 02:19:48',''),(30559,1,1,31884,1,3702877345,'2015-11-14 02:30:56',''),(30560,1,1,31885,65,3164934097,'2015-11-14 02:41:19',''),(30561,1,1,31886,1,2071807756,'2015-11-14 03:14:58',''),(30562,1,1,31887,1,3702877346,'2015-11-14 03:29:13',''),(30563,1,1,31888,1,1123631415,'2015-11-14 04:24:20',''),(30564,1,1,31889,46,2637637411,'2015-11-14 06:53:35',''),(30565,1,1,31890,3,772383919,'2015-11-14 07:25:02',''),(30566,1,1,31891,26,676177767,'2015-11-14 08:36:40',''),(30567,1,1,31892,50,2637637411,'2015-11-14 08:52:42',''),(30568,1,1,31893,68,3024883484,'2015-11-14 09:06:57',''),(30569,1,1,31894,6,1123631412,'2015-11-14 09:12:28',''),(30570,1,1,31895,16,1152705578,'2015-11-14 10:18:12',''),(30571,1,1,31897,1,417072618,'2015-11-14 10:39:46',''),(30572,1,1,31898,1,417072618,'2015-11-14 10:39:49',''),(30573,1,1,31899,1,417072618,'2015-11-14 10:39:52',''),(30574,1,1,31900,63,1152705578,'2015-11-14 11:43:47',''),(30575,1,1,31901,38,2071807824,'2015-11-14 12:27:17',''),(30576,1,1,31902,50,1318442194,'2015-11-14 13:33:59','https://www.google.co.uk/'),(30577,1,1,31903,1,1542483269,'2015-11-14 14:01:09',''),(30578,1,1,31904,1,1041806727,'2015-11-14 14:10:20',''),(30579,1,1,31905,45,3164934097,'2015-11-14 14:49:23',''),(30580,1,1,31906,1,3702877346,'2015-11-14 19:58:27',''),(30581,1,1,31907,1,3338415115,'2015-11-14 20:32:02',''),(30582,1,1,31908,50,3475901773,'2015-11-14 22:39:05',''),(30583,1,1,31909,52,3024883612,'2015-11-14 22:44:59',''),(30584,1,1,31910,1,2987946392,'2015-11-14 23:37:04',''),(30585,1,1,31911,1,2538613875,'2015-11-15 00:20:15',''),(30586,1,1,31912,1,2538613875,'2015-11-15 00:20:21',''),(30587,1,1,31913,1,2538613875,'2015-11-15 00:20:25',''),(30588,1,1,31914,1,2538613875,'2015-11-15 00:20:36',''),(30589,1,1,31915,55,1152705578,'2015-11-15 02:30:07',''),(30590,1,1,31916,26,2637637567,'2015-11-15 03:49:23',''),(30591,1,1,31917,45,1489375385,'2015-11-15 04:19:11',''),(30592,1,1,31918,57,1489375385,'2015-11-15 04:19:16',''),(30593,1,1,31919,62,1489375385,'2015-11-15 04:19:20',''),(30594,1,1,31920,63,1489375385,'2015-11-15 04:19:24',''),(30595,1,1,31921,54,772383919,'2015-11-15 05:05:52',''),(30596,1,1,31922,67,772383919,'2015-11-15 05:05:54',''),(30597,1,1,31923,71,3475901762,'2015-11-15 06:27:19',''),(30598,1,1,31924,1,3024883615,'2015-11-15 06:34:23',''),(30599,1,1,31925,74,3475901805,'2015-11-15 08:15:52',''),(30600,1,1,31926,43,2637637383,'2015-11-15 09:23:27',''),(30601,1,1,31927,48,3475901838,'2015-11-15 09:23:40',''),(30602,1,1,31928,3,3475901838,'2015-11-15 09:23:42',''),(30603,1,1,31929,65,3475901838,'2015-11-15 09:23:44',''),(30604,1,1,31930,3,3475901838,'2015-11-15 09:23:53',''),(30605,1,1,31931,68,3475901838,'2015-11-15 09:23:54',''),(30606,1,1,31932,18,2637637383,'2015-11-15 09:24:48',''),(30607,1,1,31933,6,3475901805,'2015-11-15 09:25:31',''),(30608,1,1,31934,15,3475901805,'2015-11-15 09:25:33',''),(30609,1,1,31935,1,3475901805,'2015-11-15 09:25:35',''),(30610,1,1,31936,43,2637637383,'2015-11-15 09:25:48',''),(30611,1,1,31937,29,2637637383,'2015-11-15 09:25:52',''),(30612,1,1,31938,1,1443192661,'2015-11-15 09:55:00',''),(30613,1,1,31939,1,1523455387,'2015-11-15 12:39:11',''),(30614,1,1,31940,9,3475901755,'2015-11-15 14:08:56',''),(30615,1,1,31941,56,3475901755,'2015-11-15 14:08:58',''),(30616,1,1,31942,62,1152705578,'2015-11-15 15:24:48',''),(30617,1,1,31943,26,2637637430,'2015-11-15 16:11:18',''),(30618,1,1,31944,1,1381937297,'2015-11-15 18:39:18','http://www.1businessenterprise.co.uk/our-clients.php'),(30619,1,1,31945,26,1381937297,'2015-11-15 18:42:15',''),(30620,1,1,31946,55,1381937297,'2015-11-15 18:43:33',''),(30621,1,1,31947,43,1381937297,'2015-11-15 18:44:53',''),(30622,1,1,31948,26,1381937297,'2015-11-15 18:46:08',''),(30623,1,1,31949,63,1381937297,'2015-11-15 18:47:24',''),(30624,1,1,31950,43,3164934097,'2015-11-15 18:48:15',''),(30625,1,1,31951,69,1381937297,'2015-11-15 18:48:41',''),(30626,1,1,31952,52,1381937297,'2015-11-15 18:49:57',''),(30627,1,1,31953,10,1381937297,'2015-11-15 18:51:14',''),(30628,1,1,31954,3,1381937297,'2015-11-15 18:52:30',''),(30629,1,1,31955,59,1381937297,'2015-11-15 18:53:49',''),(30630,1,1,31956,72,1381937297,'2015-11-15 18:55:09',''),(30631,1,1,31957,16,1381937297,'2015-11-15 18:56:30',''),(30632,1,1,31958,45,1381937297,'2015-11-15 18:57:50',''),(30633,1,1,31959,50,1381937297,'2015-11-15 18:59:06',''),(30634,1,1,31960,18,1381937297,'2015-11-15 19:00:26',''),(30635,1,1,31961,54,1381937297,'2015-11-15 19:01:43',''),(30636,1,1,31962,42,1381937297,'2015-11-15 19:03:01',''),(30637,1,1,31963,71,1381937297,'2015-11-15 19:04:22',''),(30638,1,1,31964,67,1381937297,'2015-11-15 19:05:40',''),(30639,1,1,31965,66,1381937297,'2015-11-15 19:07:00',''),(30640,1,1,31966,53,1381937297,'2015-11-15 19:08:21',''),(30641,1,1,31967,73,1381937297,'2015-11-15 19:09:43',''),(30642,1,1,31968,75,1381937297,'2015-11-15 19:11:02',''),(30643,1,1,31969,18,1152705578,'2015-11-15 19:11:08',''),(30644,1,1,31970,27,1381937297,'2015-11-15 19:12:21',''),(30645,1,1,31971,57,1381937297,'2015-11-15 19:13:39',''),(30646,1,1,31972,58,1381937297,'2015-11-15 19:14:58',''),(30647,1,1,31973,74,1381937297,'2015-11-15 19:16:20',''),(30648,1,1,31974,47,1381937297,'2015-11-15 19:17:42',''),(30649,1,1,31975,1,3024883605,'2015-11-15 19:18:50',''),(30650,1,1,31976,31,1381937297,'2015-11-15 19:19:03',''),(30651,1,1,31977,38,1381937297,'2015-11-15 19:20:25',''),(30652,1,1,31978,26,1381937297,'2015-11-15 19:21:44',''),(30653,1,1,31979,51,1381937297,'2015-11-15 19:23:02',''),(30654,1,1,31980,44,1381937297,'2015-11-15 19:24:24',''),(30655,1,1,31981,26,1381937297,'2015-11-15 19:25:46',''),(30656,1,1,31982,9,1381937297,'2015-11-15 19:27:07',''),(30657,1,1,31983,68,1381937297,'2015-11-15 19:28:24',''),(30658,1,1,31984,26,1381937297,'2015-11-15 19:29:44',''),(30659,1,1,31985,62,1381937297,'2015-11-15 19:31:03',''),(30660,1,1,31986,16,1381937297,'2015-11-15 19:32:25',''),(30661,1,1,31987,49,1381937297,'2015-11-15 19:33:42',''),(30662,1,1,31988,16,1381937297,'2015-11-15 19:35:03',''),(30663,1,1,31989,28,1381937297,'2015-11-15 19:36:23',''),(30664,1,1,31990,15,1381937297,'2015-11-15 19:37:42',''),(30665,1,1,31991,56,1381937297,'2015-11-15 19:39:01',''),(30666,1,1,31992,43,1381937297,'2015-11-15 19:40:19',''),(30667,1,1,31993,64,1381937297,'2015-11-15 19:41:41',''),(30668,1,1,31994,41,1381937297,'2015-11-15 19:43:02',''),(30669,1,1,31995,65,1381937297,'2015-11-15 19:44:23',''),(30670,1,1,31996,48,1381937297,'2015-11-15 19:45:42',''),(30671,1,1,31997,43,1381937297,'2015-11-15 19:47:04',''),(30672,1,1,31998,6,1381937297,'2015-11-15 19:48:25',''),(30673,1,1,31999,1,1523413894,'2015-11-15 19:52:34',''),(30674,1,1,32000,1,3337958234,'2015-11-15 20:19:02',''),(30675,1,1,32001,1,3338415115,'2015-11-15 20:37:06',''),(30676,1,1,32002,1,1542483281,'2015-11-15 20:48:24',''),(30677,1,1,32003,16,676177692,'2015-11-15 21:32:23',''),(30678,1,1,32004,75,3164934097,'2015-11-15 22:40:48',''),(30679,1,1,32005,55,1599811011,'2015-11-15 22:47:04',''),(30680,1,1,32006,62,1599811011,'2015-11-15 22:47:08',''),(30681,1,1,32007,63,1599811011,'2015-11-15 22:47:20',''),(30682,1,1,32008,64,1599811011,'2015-11-15 22:47:39',''),(30683,1,1,32009,1,1123631412,'2015-11-15 23:01:01',''),(30684,1,1,32010,1,676177679,'2015-11-16 01:02:53',''),(30685,1,1,32011,66,772045740,'2015-11-16 01:04:32',''),(30686,1,1,32012,1,1123631412,'2015-11-16 01:28:21',''),(30687,1,1,32013,1,1123631418,'2015-11-16 01:39:18',''),(30688,1,1,32014,26,1152705578,'2015-11-16 07:21:13',''),(30689,1,1,32015,1,1123631418,'2015-11-16 07:28:22',''),(30690,1,1,32016,16,3164934097,'2015-11-16 08:17:01',''),(30691,1,1,32017,1,772383919,'2015-11-16 08:23:57',''),(30692,1,1,32018,1,772383919,'2015-11-16 08:23:59',''),(30693,1,1,32019,1,772383919,'2015-11-16 08:24:02',''),(30694,1,1,32020,1,772383919,'2015-11-16 08:24:05',''),(30695,1,1,32021,1,772383919,'2015-11-16 08:24:07',''),(30696,1,1,32022,1,772383919,'2015-11-16 08:24:10',''),(30697,1,1,32023,1,772383919,'2015-11-16 08:24:12',''),(30698,1,1,32024,1,772383919,'2015-11-16 08:24:15',''),(30699,1,1,32025,1,772383919,'2015-11-16 08:24:18',''),(30700,1,1,32026,1,772383919,'2015-11-16 08:24:20',''),(30701,1,1,32027,1,3024883481,'2015-11-16 08:57:44',''),(30702,1,1,32028,26,2637637526,'2015-11-16 11:04:02',''),(30703,1,1,32029,27,3024883592,'2015-11-16 11:44:09',''),(30704,1,1,32030,26,3475901702,'2015-11-16 12:29:24',''),(30705,1,1,32031,1,525835523,'2015-11-16 14:00:34','https://www.google.co.uk/'),(30706,1,1,32032,1,2988459834,'2015-11-16 14:03:04',''),(30707,1,1,32033,1,523353108,'2015-11-16 15:04:54','https://www.google.co.uk/'),(30708,1,1,32034,1,3323679378,'2015-11-16 16:35:44',''),(30709,1,1,32035,1,3323679378,'2015-11-16 16:35:48',''),(30710,1,1,32036,1,3323679378,'2015-11-16 16:35:59',''),(30711,1,1,32037,1,3323679378,'2015-11-16 16:36:07',''),(30712,1,1,32038,1,3323679378,'2015-11-16 16:36:15',''),(30713,1,1,32039,1,3323679378,'2015-11-16 16:36:25',''),(30714,1,1,32040,1,3323679378,'2015-11-16 16:36:33',''),(30715,1,1,32041,1,3323679378,'2015-11-16 16:36:41',''),(30716,1,1,32042,1,3323679378,'2015-11-16 16:36:50',''),(30717,1,1,32043,1,3323679378,'2015-11-16 16:37:00',''),(30718,1,1,32044,70,3164934097,'2015-11-16 16:37:30',''),(30719,1,1,32045,1,3479603870,'2015-11-16 17:27:47',''),(30720,1,1,32046,1,3479603870,'2015-11-16 17:33:45',''),(30721,1,1,32047,1,1369135426,'2015-11-16 18:16:43','https://www.google.co.uk/'),(30722,1,1,32048,10,3024883463,'2015-11-16 20:16:09',''),(30723,1,1,32049,1,3338415115,'2015-11-16 20:43:41',''),(30724,1,1,31676,6,1443255157,'2015-11-17 00:55:19',''),(30725,1,1,32050,1,1123631281,'2015-11-17 03:25:30',''),(30726,1,1,32051,1,1123631273,'2015-11-17 03:33:30',''),(30727,1,1,32052,1,3342489294,'2015-11-17 06:19:50',''),(30728,1,1,32053,1,3342489294,'2015-11-17 06:19:53',''),(30729,1,1,32054,1,3342489294,'2015-11-17 06:19:55',''),(30730,1,1,32055,1,3342489294,'2015-11-17 06:19:58',''),(30731,1,1,32056,1,3342489294,'2015-11-17 06:20:01',''),(30732,1,1,32057,1,3342489294,'2015-11-17 06:20:03',''),(30733,1,1,32058,1,3342489294,'2015-11-17 06:20:06',''),(30734,1,1,32059,1,3342489294,'2015-11-17 06:20:09',''),(30735,1,1,32060,1,3342489294,'2015-11-17 06:20:12',''),(30736,1,1,32061,1,3342489294,'2015-11-17 06:20:14',''),(30737,1,1,32062,38,1152705578,'2015-11-17 06:21:11',''),(30738,1,1,32063,1,1489375385,'2015-11-17 07:01:15',''),(30739,1,1,32064,38,3164934097,'2015-11-17 07:11:04',''),(30740,1,1,32065,1,3024883605,'2015-11-17 07:15:33',''),(30741,1,1,32066,1,2420907330,'2015-11-17 08:06:53',''),(30742,1,1,32067,1,2420907330,'2015-11-17 08:06:56',''),(30743,1,1,32068,1,2420907330,'2015-11-17 08:06:59',''),(30744,1,1,32069,1,2420907330,'2015-11-17 08:07:01',''),(30745,1,1,32070,1,1159650810,'2015-11-17 08:08:12',''),(30746,1,1,32071,1,1159650810,'2015-11-17 08:08:15',''),(30747,1,1,32072,1,1159650810,'2015-11-17 08:08:18',''),(30748,1,1,32073,1,1159650810,'2015-11-17 08:08:22',''),(30749,1,1,32074,6,3281689903,'2015-11-17 09:04:45',''),(30750,1,1,32075,9,3281689903,'2015-11-17 09:04:53',''),(30751,1,1,32076,3,3281689903,'2015-11-17 09:05:05',''),(30752,1,1,32077,18,3281689903,'2015-11-17 09:05:17',''),(30753,1,1,32078,38,3281689903,'2015-11-17 09:05:27',''),(30754,1,1,32079,1,772383919,'2015-11-17 10:08:29',''),(30755,1,1,32080,1,772383919,'2015-11-17 10:08:32',''),(30756,1,1,32081,1,772383919,'2015-11-17 10:08:34',''),(30757,1,1,32082,1,1053986805,'2015-11-17 10:21:50',''),(30758,1,1,32083,1,1053986805,'2015-11-17 10:21:52',''),(30759,1,1,32084,1,1053986805,'2015-11-17 10:21:54',''),(30760,1,1,32085,1,1053986805,'2015-11-17 10:21:57',''),(30761,1,1,32086,57,1152705578,'2015-11-17 10:26:29',''),(30762,1,1,32087,65,1123631276,'2015-11-17 11:14:38',''),(30763,1,1,32088,54,3227713893,'2015-11-17 11:18:47',''),(30764,1,1,32089,67,3227713893,'2015-11-17 11:18:51',''),(30765,1,1,32090,1,1123631273,'2015-11-17 12:45:42',''),(30766,1,1,32092,1,1542483298,'2015-11-17 13:59:48',''),(30767,1,1,32093,45,2297628119,'2015-11-17 14:23:11',''),(30768,1,1,32094,57,2297628119,'2015-11-17 14:23:14',''),(30769,1,1,32095,62,2297628119,'2015-11-17 14:23:16',''),(30770,1,1,32096,63,2297628119,'2015-11-17 14:23:19',''),(30771,1,1,32097,28,3164934097,'2015-11-17 15:33:41',''),(30772,1,1,32098,1,1546139379,'2015-11-17 16:03:54','https://www.google.co.uk/'),(30773,1,1,32099,1,1123631273,'2015-11-17 17:41:45',''),(30774,1,1,32100,26,1053988073,'2015-11-17 18:53:44',''),(30775,1,1,32101,26,1053988073,'2015-11-17 18:53:46',''),(30776,1,1,32102,26,1053988073,'2015-11-17 18:53:48',''),(30777,1,1,32103,26,1053988073,'2015-11-17 18:53:50',''),(30778,1,1,32104,26,1053988073,'2015-11-17 18:53:53',''),(30779,1,1,32105,26,1053988073,'2015-11-17 18:53:55',''),(30780,1,1,32106,26,1053988073,'2015-11-17 18:53:57',''),(30781,1,1,32107,26,1053988073,'2015-11-17 18:54:00',''),(30782,1,1,32108,26,1053988073,'2015-11-17 18:54:02',''),(30783,1,1,32109,26,1053988073,'2015-11-17 18:54:04',''),(30784,1,1,32110,29,1053988073,'2015-11-17 18:54:06',''),(30785,1,1,32111,15,1053988073,'2015-11-17 18:54:09',''),(30786,1,1,32112,31,1053988073,'2015-11-17 18:54:12',''),(30787,1,1,32113,47,1053988073,'2015-11-17 18:54:14',''),(30788,1,1,32114,27,1053988073,'2015-11-17 18:54:17',''),(30789,1,1,32115,44,1053988073,'2015-11-17 18:54:20',''),(30790,1,1,32116,49,1053988073,'2015-11-17 18:54:23',''),(30791,1,1,32117,58,1053988073,'2015-11-17 18:54:26',''),(30792,1,1,32118,10,1053988073,'2015-11-17 18:54:29',''),(30793,1,1,32119,1,3164934097,'2015-11-17 19:41:07',''),(30794,1,1,32120,1,3338415115,'2015-11-17 20:49:08',''),(30795,1,1,32121,65,1123631273,'2015-11-17 22:43:17',''),(30796,1,1,32122,1,3427775554,'2015-11-18 00:11:03','http://www.bing.com/search?q=part+worn+tyres+blackburn&form=MSNH14&sc=8-4&sp=-1&qs=n&sk='),(30797,1,1,32123,1,676177667,'2015-11-18 03:36:22',''),(30798,1,1,32124,6,772036457,'2015-11-18 03:40:49',''),(30799,1,1,32125,1,772036457,'2015-11-18 03:40:53',''),(30800,1,1,32126,1,772036457,'2015-11-18 03:40:57',''),(30801,1,1,32127,1,772036457,'2015-11-18 03:41:01',''),(30802,1,1,32128,1,772036457,'2015-11-18 03:41:07',''),(30803,1,1,32129,1,772036457,'2015-11-18 03:41:10',''),(30804,1,1,32130,1,772036457,'2015-11-18 03:41:14',''),(30805,1,1,32131,3,772036457,'2015-11-18 03:41:22',''),(30806,1,1,32132,18,772036457,'2015-11-18 03:41:26',''),(30807,1,1,32133,38,772036457,'2015-11-18 03:41:30',''),(30808,1,1,32134,41,772036457,'2015-11-18 03:41:34',''),(30809,1,1,32135,43,772036457,'2015-11-18 03:41:38',''),(30810,1,1,32136,53,772036457,'2015-11-18 03:41:42',''),(30811,1,1,32137,48,772036457,'2015-11-18 03:41:45',''),(30812,1,1,32138,52,772036457,'2015-11-18 03:41:49',''),(30813,1,1,32139,1,1123631281,'2015-11-18 03:46:11',''),(30814,1,1,32140,6,1123631276,'2015-11-18 04:55:41',''),(30815,1,1,32141,62,1123631276,'2015-11-18 07:08:12',''),(30816,1,1,32142,1,2637693762,'2015-11-18 07:30:42',''),(30817,1,1,32143,10,1123631276,'2015-11-18 08:08:11',''),(30818,1,1,32144,1,1159649166,'2015-11-18 09:03:53',''),(30819,1,1,32145,55,417072618,'2015-11-18 09:20:18',''),(30820,1,1,32146,62,417072618,'2015-11-18 09:20:21',''),(30821,1,1,32147,63,417072618,'2015-11-18 09:20:25',''),(30822,1,1,32148,64,417072618,'2015-11-18 09:20:36',''),(30823,1,1,32149,1,3024883490,'2015-11-18 09:46:29',''),(30824,1,1,32150,66,3328479415,'2015-11-18 10:19:20',''),(30825,1,1,32151,1,1152705578,'2015-11-18 10:20:06',''),(30826,1,1,32152,56,1453880075,'2015-11-18 10:25:34',''),(30827,1,1,32153,52,1152705578,'2015-11-18 12:00:17',''),(30828,1,1,32154,29,3475901780,'2015-11-18 12:34:33',''),(30829,1,1,32155,43,872317500,'2015-11-18 12:43:36',''),(30830,1,1,32156,75,3024883474,'2015-11-18 12:56:12',''),(30831,1,1,32157,1,2204827759,'2015-11-18 13:26:16',''),(30832,1,1,32158,1,3168635070,'2015-11-18 16:20:01',''),(30833,1,1,32159,48,3024883488,'2015-11-18 16:27:26',''),(30834,1,1,32160,27,2637637567,'2015-11-18 21:23:57',''),(30835,1,1,32161,1,1123631273,'2015-11-19 00:11:36',''),(30836,1,1,32162,6,2637637582,'2015-11-19 00:23:02',''),(30837,1,1,32163,1,3338415115,'2015-11-19 00:42:43',''),(30838,1,1,32164,26,2637637581,'2015-11-19 00:53:37',''),(30839,1,1,32165,62,1123631276,'2015-11-19 01:32:34',''),(30840,1,1,32166,6,2637693762,'2015-11-19 01:55:32',''),(30841,1,1,32167,50,2071807782,'2015-11-19 02:08:48',''),(30842,1,1,32168,6,2637637582,'2015-11-19 02:10:31',''),(30843,1,1,32169,26,3475901852,'2015-11-19 02:39:43',''),(30844,1,1,32170,1,1053993637,'2015-11-19 03:25:53',''),(30845,1,1,32171,1,2071807756,'2015-11-19 03:29:41',''),(30846,1,1,32172,1,772036457,'2015-11-19 03:36:52',''),(30847,1,1,32173,1,772036457,'2015-11-19 03:36:55',''),(30848,1,1,32174,1,772036457,'2015-11-19 03:36:57',''),(30849,1,1,32175,1,772036457,'2015-11-19 03:37:01',''),(30850,1,1,32176,1,2538613875,'2015-11-19 04:13:25',''),(30851,1,1,32177,1,2538613875,'2015-11-19 04:13:28',''),(30852,1,1,32178,1,2538613875,'2015-11-19 04:13:31',''),(30853,1,1,32179,1,2538613875,'2015-11-19 04:13:33',''),(30854,1,1,32180,54,2297628119,'2015-11-19 04:48:40',''),(30855,1,1,32181,67,2297628119,'2015-11-19 04:48:43',''),(30856,1,1,32182,43,3024883608,'2015-11-19 05:00:12',''),(30857,1,1,32183,1,872309211,'2015-11-19 05:04:47',''),(30858,1,1,32184,1,872309211,'2015-11-19 05:04:49',''),(30859,1,1,32185,26,2071807822,'2015-11-19 05:34:00',''),(30860,1,1,32186,1,1613543051,'2015-11-19 05:45:09','http://www.google.com.hk/url?sa=t&rct=j&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&source=maps_lite_desktop&cd=1&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&ved=0CAcQ61goBDAAahUKEwiEkvCQ5JvJAhVOWYgKHc47Dqk&gws_rd=cr'),(30861,1,1,32187,6,2655375757,'2015-11-19 07:02:46',''),(30862,1,1,32188,9,2655375757,'2015-11-19 07:03:04',''),(30863,1,1,32189,3,2655375757,'2015-11-19 07:03:08',''),(30864,1,1,32190,18,2655375757,'2015-11-19 07:03:20',''),(30865,1,1,32191,38,2655375757,'2015-11-19 07:03:23',''),(30866,1,1,32192,1,1503892538,'2015-11-19 07:26:20',''),(30867,1,1,32193,1,1503892538,'2015-11-19 07:26:22',''),(30868,1,1,32194,1,1503892538,'2015-11-19 07:26:24',''),(30869,1,1,32195,1,1503892538,'2015-11-19 07:26:26',''),(30870,1,1,32196,1,1503892538,'2015-11-19 07:26:29',''),(30871,1,1,32197,1,1503892538,'2015-11-19 07:26:31',''),(30872,1,1,32198,1,1503892538,'2015-11-19 07:26:33',''),(30873,1,1,32199,1,1503892538,'2015-11-19 07:26:36',''),(30874,1,1,32200,1,1503892538,'2015-11-19 07:26:38',''),(30875,1,1,32201,1,1503892538,'2015-11-19 07:26:41',''),(30876,1,1,32202,45,772036457,'2015-11-19 07:46:36',''),(30877,1,1,32203,57,772036457,'2015-11-19 07:46:40',''),(30878,1,1,32204,62,772036457,'2015-11-19 07:46:43',''),(30879,1,1,32205,63,772036457,'2015-11-19 07:46:48',''),(30880,1,1,32206,43,3475901852,'2015-11-19 09:16:27',''),(30881,1,1,32207,1,3168971404,'2015-11-19 09:24:58','https://www.google.nl/'),(30882,1,1,32208,1,3024883599,'2015-11-19 10:01:07',''),(30883,1,1,32209,1,1526691521,'2015-11-19 10:09:55','https://www.google.co.uk/'),(30884,1,1,32210,6,100246643,'2015-11-19 13:20:18',''),(30885,1,1,32211,1,872359000,'2015-11-19 14:19:26',''),(30886,1,1,32212,1,872359000,'2015-11-19 14:19:31',''),(30887,1,1,32213,1,872359000,'2015-11-19 14:19:36',''),(30888,1,1,32214,1,872359000,'2015-11-19 14:19:39',''),(30889,1,1,32215,1,872359000,'2015-11-19 14:19:43',''),(30890,1,1,32216,1,872359000,'2015-11-19 14:19:49',''),(30891,1,1,32217,1,872359000,'2015-11-19 14:19:52',''),(30892,1,1,32218,63,1838893659,'2015-11-19 14:38:44','https://www.google.co.uk/'),(30893,1,1,32219,73,2637637385,'2015-11-19 14:49:01',''),(30894,1,1,32220,1,778411634,'2015-11-19 14:49:13',''),(30895,1,1,32221,1,778411634,'2015-11-19 14:49:16',''),(30896,1,1,32222,1,778411634,'2015-11-19 14:49:18',''),(30897,1,1,32223,1,1542483276,'2015-11-19 15:02:57',''),(30898,1,1,32224,1,1317869364,'2015-11-19 15:47:55','http://www.bing.com/search?q=blackburn+tyres&src=IE-SearchBox&FORM=IESR02'),(30899,1,1,32225,26,2637637588,'2015-11-19 17:18:16',''),(30900,1,1,32226,65,1499855529,'2015-11-19 18:21:33','https://www.google.ie'),(30901,1,1,32227,1,1032306281,'2015-11-19 18:41:32','http://www.baidu.com/s?wd=Mstyresblackburn'),(30902,1,1,32228,15,40018608,'2015-11-19 19:49:33','https://www.google.co.uk/'),(30903,1,1,32229,74,3024883484,'2015-11-19 22:03:31',''),(30904,1,1,32230,55,1123631276,'2015-11-19 22:07:28',''),(30905,1,1,32231,1,1123631273,'2015-11-19 22:14:15',''),(30906,1,1,32232,1,3024883476,'2015-11-19 22:44:24',''),(30907,1,1,32233,1,1489375385,'2015-11-20 00:57:13',''),(30908,1,1,32234,1,1489375385,'2015-11-20 00:57:17',''),(30909,1,1,32235,1,1489375385,'2015-11-20 00:57:20',''),(30910,1,1,32236,1,1489375385,'2015-11-20 00:57:25',''),(30911,1,1,32237,1,1032306281,'2015-11-20 05:14:41','http://www.baidu.com/s?wd=Mstyresblackburn'),(30912,1,1,32238,1,1032306279,'2015-11-20 05:14:42','http://www.baidu.com/s?wd=Mstyresblackburn'),(30913,1,1,32239,1,1123631273,'2015-11-20 06:13:08',''),(30914,1,1,32240,42,1152705578,'2015-11-20 06:50:52',''),(30915,1,1,32241,1,3643186465,'2015-11-20 08:19:09',''),(30916,1,1,32242,6,1123631281,'2015-11-20 08:23:11',''),(30917,1,1,32243,43,3475901837,'2015-11-20 08:23:55',''),(30918,1,1,32244,1,1123631281,'2015-11-20 09:18:33',''),(30919,1,1,32245,66,772044803,'2015-11-20 09:35:49',''),(30920,1,1,32246,55,1053993637,'2015-11-20 09:38:24',''),(30921,1,1,32247,62,1053993637,'2015-11-20 09:38:31',''),(30922,1,1,32248,63,1053993637,'2015-11-20 09:38:36',''),(30923,1,1,32249,64,1053993637,'2015-11-20 09:38:40',''),(30924,1,1,32250,1,2655376644,'2015-11-20 09:43:21',''),(30925,1,1,32251,14,1123631273,'2015-11-20 11:30:07',''),(30926,1,1,32252,1,2655327819,'2015-11-20 11:32:29',''),(30927,1,1,32253,1,2655327819,'2015-11-20 11:32:32',''),(30928,1,1,32254,1,2655327819,'2015-11-20 11:32:34',''),(30929,1,1,32255,1,2655327819,'2015-11-20 11:32:37',''),(30930,1,1,32256,1,2655327819,'2015-11-20 11:32:40',''),(30931,1,1,32257,1,2655327819,'2015-11-20 11:32:43',''),(30932,1,1,32258,1,2655327819,'2015-11-20 11:32:47',''),(30933,1,1,32259,1,2655327819,'2015-11-20 11:32:49',''),(30934,1,1,32260,1,2655327819,'2015-11-20 11:32:52',''),(30935,1,1,32261,1,2655327819,'2015-11-20 11:32:55',''),(30936,1,1,32262,1,1123631273,'2015-11-20 13:14:24',''),(30937,1,1,32264,1,1442834500,'2015-11-20 13:44:12',''),(30938,1,1,32265,1,3024883470,'2015-11-20 13:48:00',''),(30939,1,1,32266,65,2516511727,'2015-11-20 13:58:39','https://www.google.co.uk/'),(30940,1,1,32267,15,1366262242,'2015-11-20 16:32:19','https://www.google.co.uk/'),(30941,1,1,32268,57,3475901791,'2015-11-20 22:22:23',''),(30942,1,1,32269,50,1123631731,'2015-11-20 22:24:36',''),(30943,1,1,32270,69,3702877363,'2015-11-20 23:06:23',''),(30944,1,1,32271,3,3590043686,'2015-11-21 00:35:05',''),(30945,1,1,32272,26,3590043686,'2015-11-21 00:35:07',''),(30946,1,1,32273,26,3590043686,'2015-11-21 00:35:10',''),(30947,1,1,32274,26,3590043686,'2015-11-21 00:35:12',''),(30948,1,1,32275,26,3590043686,'2015-11-21 00:35:15',''),(30949,1,1,32276,26,3590043686,'2015-11-21 00:35:18',''),(30950,1,1,32277,26,3590043686,'2015-11-21 00:35:24',''),(30951,1,1,32278,26,3590043686,'2015-11-21 00:35:27',''),(30952,1,1,32279,26,3590043686,'2015-11-21 00:35:29',''),(30953,1,1,32280,27,3590043686,'2015-11-21 00:35:31',''),(30954,1,1,32281,44,3590043686,'2015-11-21 00:35:34',''),(30955,1,1,32282,49,3590043686,'2015-11-21 00:35:37',''),(30956,1,1,32283,10,3590043686,'2015-11-21 00:35:41',''),(30957,1,1,32284,14,1123631727,'2015-11-21 01:50:19',''),(30958,1,1,32286,66,1123631731,'2015-11-21 02:58:53',''),(30959,1,1,32287,1,3024883476,'2015-11-21 03:13:32',''),(30960,1,1,32288,1,3495654154,'2015-11-21 05:26:33',''),(30961,1,1,32289,26,3475901878,'2015-11-21 06:01:52',''),(30962,1,1,32290,52,1123631729,'2015-11-21 07:29:39',''),(30963,1,1,32291,48,3475901780,'2015-11-21 07:30:52',''),(30964,1,1,32292,1,1542483283,'2015-11-21 07:35:36',''),(30965,1,1,32293,66,3024883471,'2015-11-21 08:03:09',''),(30966,1,1,32294,1,1123631731,'2015-11-21 08:33:35',''),(30967,1,1,32295,18,1422494232,'2015-11-21 09:18:33',''),(30968,1,1,32296,14,1123631731,'2015-11-21 09:48:29',''),(30969,1,1,32297,1,1123631727,'2015-11-21 09:54:42',''),(30970,1,1,32298,9,1152705578,'2015-11-21 10:25:39',''),(30971,1,1,32301,1,1123631727,'2015-11-21 10:58:25',''),(30972,1,1,32302,56,3475901878,'2015-11-21 11:19:51',''),(30973,1,1,32303,26,3475901878,'2015-11-21 11:19:53',''),(30974,1,1,32304,9,3475901878,'2015-11-21 11:19:54',''),(30975,1,1,32305,29,3475901871,'2015-11-21 11:20:20',''),(30976,1,1,32306,43,3475901871,'2015-11-21 11:20:21',''),(30977,1,1,32307,43,3475901871,'2015-11-21 11:20:23',''),(30978,1,1,32308,26,3475901871,'2015-11-21 11:20:25',''),(30979,1,1,32309,18,3475901871,'2015-11-21 11:20:26',''),(30980,1,1,32310,1,1522723740,'2015-11-21 11:53:19','https://www.google.co.uk/'),(30981,1,1,32311,1,3323674919,'2015-11-21 11:56:24',''),(30982,1,1,32312,6,872317502,'2015-11-21 13:49:10',''),(30983,1,1,32313,9,872317502,'2015-11-21 13:49:14',''),(30984,1,1,32314,3,872317502,'2015-11-21 13:49:24',''),(30985,1,1,32315,18,872317502,'2015-11-21 13:49:32',''),(30986,1,1,32316,38,872317502,'2015-11-21 13:49:38',''),(30987,1,1,32317,1,2420907426,'2015-11-21 14:23:11',''),(30988,1,1,32318,1,2420907426,'2015-11-21 14:23:14',''),(30989,1,1,32319,1,2420907426,'2015-11-21 14:23:16',''),(30990,1,1,32320,1,2420907426,'2015-11-21 14:23:19',''),(30991,1,1,32321,1,3702877334,'2015-11-21 14:50:09',''),(30992,1,1,32322,1,3702877341,'2015-11-21 14:50:13',''),(30993,1,1,32323,1,3105520251,'2015-11-21 15:09:25',''),(30994,1,1,32324,56,2548427143,'2015-11-21 15:29:32',''),(30995,1,1,32325,54,872320503,'2015-11-21 15:45:45',''),(30996,1,1,32326,67,872320503,'2015-11-21 15:45:48',''),(30997,1,1,32327,26,2637637518,'2015-11-21 16:10:45',''),(30998,1,1,32328,45,3510284849,'2015-11-21 16:35:48',''),(30999,1,1,32329,57,3510284849,'2015-11-21 16:35:52',''),(31000,1,1,32330,62,3510284849,'2015-11-21 16:35:55',''),(31001,1,1,32331,63,3510284849,'2015-11-21 16:35:59',''),(31002,1,1,32332,48,2637637595,'2015-11-21 16:38:07',''),(31003,1,1,32333,68,2637637595,'2015-11-21 16:38:08',''),(31004,1,1,32334,65,2637637596,'2015-11-21 16:38:10',''),(31005,1,1,32335,3,2637637596,'2015-11-21 16:38:12',''),(31006,1,1,32336,3,2637637596,'2015-11-21 16:38:14',''),(31007,1,1,32337,43,3281689903,'2015-11-21 17:10:09',''),(31008,1,1,32338,74,3164934095,'2015-11-21 17:20:41',''),(31009,1,1,32339,1,1123633996,'2015-11-21 21:12:54',''),(31010,1,1,32340,26,84497668,'2015-11-22 01:12:56',''),(31011,1,1,32341,26,84497668,'2015-11-22 01:13:05',''),(31012,1,1,32342,26,84497668,'2015-11-22 01:13:08',''),(31013,1,1,32343,26,84497668,'2015-11-22 01:13:11',''),(31014,1,1,32344,26,84497668,'2015-11-22 01:13:13',''),(31015,1,1,32345,26,84497668,'2015-11-22 01:13:36',''),(31016,1,1,32346,43,84497668,'2015-11-22 01:13:41',''),(31017,1,1,32347,16,84497668,'2015-11-22 01:13:45',''),(31018,1,1,32348,16,84497668,'2015-11-22 01:13:48',''),(31019,1,1,32349,58,84497668,'2015-11-22 01:13:51',''),(31020,1,1,32350,73,84497668,'2015-11-22 01:13:54',''),(31021,1,1,32351,71,84497668,'2015-11-22 01:13:58',''),(31022,1,1,32352,72,84497668,'2015-11-22 01:14:01',''),(31023,1,1,32353,70,84497668,'2015-11-22 01:14:35',''),(31024,1,1,32354,1,1089906090,'2015-11-22 01:18:08','http://whois.domaintools.com/mstyresblackburn.co.uk'),(31025,1,1,32355,48,2637637595,'2015-11-22 01:38:48',''),(31026,1,1,32356,31,1152705578,'2015-11-22 02:07:02',''),(31027,1,1,32357,1,1123633996,'2015-11-22 02:32:16',''),(31028,1,1,32358,43,3164934095,'2015-11-22 04:31:44',''),(31029,1,1,32359,1,1123633996,'2015-11-22 04:46:52',''),(31030,1,1,32360,26,1152705578,'2015-11-22 06:34:57',''),(31031,1,1,32361,26,2637637518,'2015-11-22 06:36:47',''),(31032,1,1,32362,1,2071807757,'2015-11-22 07:43:14',''),(31033,1,1,32363,6,1123634012,'2015-11-22 08:17:28',''),(31034,1,1,32364,59,676177757,'2015-11-22 10:47:57',''),(31035,1,1,32365,69,1152705578,'2015-11-22 11:29:51',''),(31036,1,1,31463,56,41781978,'2015-11-22 13:08:22','http://www.bing.com/search?pc=AMAZ&setmkt=en-GB&q=rapid+p609&first=11&FORM=PORE'),(31037,1,1,32366,58,3024883482,'2015-11-22 13:32:08',''),(31038,1,1,32367,1,1542483293,'2015-11-22 14:23:08',''),(31039,1,1,32368,26,676177757,'2015-11-22 14:32:23',''),(31040,1,1,32369,26,676177757,'2015-11-22 15:03:10',''),(31041,1,1,32370,1,3583523762,'2015-11-22 16:36:31',''),(31042,1,1,32371,18,676177757,'2015-11-22 17:13:02',''),(31043,1,1,32372,1,772036457,'2015-11-22 17:17:45',''),(31044,1,1,32373,1,3475901875,'2015-11-22 17:34:27',''),(31045,1,1,32374,55,1053973110,'2015-11-22 18:30:57',''),(31046,1,1,32375,62,1053973110,'2015-11-22 18:31:00',''),(31047,1,1,32376,63,1053973110,'2015-11-22 18:31:03',''),(31048,1,1,32377,64,1053973110,'2015-11-22 18:31:06',''),(31049,1,1,32378,26,676177757,'2015-11-22 20:14:47',''),(31050,1,1,32379,14,2637637387,'2015-11-22 21:33:16',''),(31051,1,1,32380,56,2637637387,'2015-11-22 22:54:16',''),(31052,1,1,32381,31,3164934095,'2015-11-22 23:04:33',''),(31053,1,1,32382,66,772036457,'2015-11-23 01:01:49',''),(31054,1,1,32383,65,1365270225,'2015-11-23 03:02:17',''),(31055,1,1,32384,1,3024883481,'2015-11-23 03:38:23',''),(31056,1,1,32385,47,2953382627,'2015-11-23 03:39:16',''),(31057,1,1,32386,27,2953382627,'2015-11-23 03:39:20',''),(31058,1,1,32387,44,2953382627,'2015-11-23 03:39:25',''),(31059,1,1,32388,49,2953382627,'2015-11-23 03:39:28',''),(31060,1,1,32389,26,1152705578,'2015-11-23 04:47:37',''),(31061,1,1,32390,6,1123631273,'2015-11-23 07:23:04',''),(31062,1,1,32392,51,1152705578,'2015-11-23 07:47:45',''),(31063,1,1,32393,1,1123631273,'2015-11-23 08:23:47',''),(31064,1,1,32394,1,1432321386,'2015-11-23 08:50:33','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0ahUKEwjh2PSBlabJAhWDhRoKHa7hDtAQ_BcIGigAMAc&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.108194040,d.d2s'),(31065,1,1,32395,62,676177722,'2015-11-23 09:01:14',''),(31066,1,1,32396,26,3475901875,'2015-11-23 10:40:20',''),(31067,1,1,32397,1,1311682245,'2015-11-23 10:45:54',''),(31068,1,1,32398,1,1311682245,'2015-11-23 10:46:05',''),(31069,1,1,32399,1,1311682245,'2015-11-23 10:46:16',''),(31070,1,1,32400,1,1311682245,'2015-11-23 10:47:08',''),(31071,1,1,32401,54,1489375385,'2015-11-23 11:40:19',''),(31072,1,1,32402,67,1489375385,'2015-11-23 11:40:24',''),(31073,1,1,32403,71,3024883463,'2015-11-23 12:25:31',''),(31074,1,1,32404,1,872292419,'2015-11-23 12:28:23',''),(31075,1,1,32405,1,872292419,'2015-11-23 12:28:27',''),(31076,1,1,32406,1,872292419,'2015-11-23 12:28:32',''),(31077,1,1,32407,1,872292419,'2015-11-23 12:28:36',''),(31078,1,1,32408,1,872292419,'2015-11-23 12:28:40',''),(31079,1,1,32409,1,872292419,'2015-11-23 12:28:44',''),(31080,1,1,32410,1,872292419,'2015-11-23 12:28:48',''),(31081,1,1,32411,1,872292419,'2015-11-23 12:28:52',''),(31082,1,1,32412,1,872292419,'2015-11-23 12:28:57',''),(31083,1,1,32413,1,872292419,'2015-11-23 12:29:02',''),(31084,1,1,32414,43,1053988086,'2015-11-23 13:42:32',''),(31085,1,1,32415,1,1366185109,'2015-11-23 15:09:04',''),(31086,1,1,32416,1,1366185109,'2015-11-23 15:09:06',''),(31087,1,1,32417,1,1366185109,'2015-11-23 15:09:09',''),(31088,1,1,32418,1,1366185109,'2015-11-23 15:09:11',''),(31089,1,1,32419,1,3024883482,'2015-11-23 15:22:05',''),(31090,1,1,32420,26,676177709,'2015-11-23 16:44:11',''),(31091,1,1,32264,1,1442835189,'2015-11-23 16:45:26',''),(31092,1,1,32421,1,872309014,'2015-11-23 18:07:27',''),(31093,1,1,32422,1,872309014,'2015-11-23 18:07:31',''),(31094,1,1,32423,1,872309014,'2015-11-23 18:07:34',''),(31095,1,1,32424,1,872309014,'2015-11-23 18:07:38',''),(31096,1,1,32425,1,872309014,'2015-11-23 18:07:43',''),(31097,1,1,32426,1,872309014,'2015-11-23 18:07:46',''),(31098,1,1,32427,1,872309014,'2015-11-23 18:07:49',''),(31099,1,1,32428,1,872309014,'2015-11-23 18:07:53',''),(31100,1,1,32429,1,872309014,'2015-11-23 18:07:59',''),(31101,1,1,32430,1,872309014,'2015-11-23 18:08:03',''),(31102,1,1,32431,51,2637637576,'2015-11-23 20:13:48',''),(31103,1,1,32432,43,772036457,'2015-11-23 20:16:37',''),(31104,1,1,32433,26,676177709,'2015-11-23 20:59:10',''),(31105,1,1,32434,1,3702877304,'2015-11-23 23:12:31',''),(31106,1,1,32435,54,1123631273,'2015-11-23 23:17:35',''),(31107,1,1,32436,26,676177709,'2015-11-23 23:18:10',''),(31108,1,1,32437,43,2996499303,'2015-11-24 00:37:14',''),(31109,1,1,32438,26,2637637576,'2015-11-24 00:48:31',''),(31110,1,1,32439,62,3702877367,'2015-11-24 01:09:09',''),(31111,1,1,32440,6,2297645986,'2015-11-24 01:57:51',''),(31112,1,1,32441,9,2297645986,'2015-11-24 01:57:53',''),(31113,1,1,32442,38,2297645986,'2015-11-24 01:57:56',''),(31114,1,1,32443,57,1422494232,'2015-11-24 02:13:11',''),(31115,1,1,32444,64,1123631281,'2015-11-24 02:49:28',''),(31116,1,1,32445,26,3475901885,'2015-11-24 04:27:49',''),(31117,1,1,32446,69,3024883461,'2015-11-24 04:36:17',''),(31118,1,1,32447,48,2637637521,'2015-11-24 04:46:18',''),(31119,1,1,32448,68,2637637521,'2015-11-24 04:46:19',''),(31120,1,1,32449,65,2637637521,'2015-11-24 04:46:21',''),(31121,1,1,32450,3,2637637521,'2015-11-24 04:46:23',''),(31122,1,1,32451,3,2637637521,'2015-11-24 04:46:24',''),(31123,1,1,32452,15,2637637576,'2015-11-24 05:00:44',''),(31124,1,1,32453,1,2637637576,'2015-11-24 05:00:46',''),(31125,1,1,32454,6,2637637576,'2015-11-24 05:00:48',''),(31126,1,1,32455,26,1054014167,'2015-11-24 05:39:35',''),(31127,1,1,32456,26,1054014167,'2015-11-24 05:39:37',''),(31128,1,1,32457,26,1054014167,'2015-11-24 05:39:39',''),(31129,1,1,32458,26,1054014167,'2015-11-24 05:39:41',''),(31130,1,1,32459,26,1054014167,'2015-11-24 05:39:44',''),(31131,1,1,32460,26,1054014167,'2015-11-24 05:39:46',''),(31132,1,1,32461,26,1054014167,'2015-11-24 05:39:48',''),(31133,1,1,32462,29,1054014167,'2015-11-24 05:39:51',''),(31134,1,1,32463,42,1054014167,'2015-11-24 05:39:53',''),(31135,1,1,32464,15,1054014167,'2015-11-24 05:39:55',''),(31136,1,1,32465,31,1054014167,'2015-11-24 05:39:58',''),(31137,1,1,32466,10,1054014167,'2015-11-24 05:40:01',''),(31138,1,1,32467,43,1152705578,'2015-11-24 06:57:22',''),(31139,1,1,32468,1,1542483292,'2015-11-24 07:24:19',''),(31140,1,1,32469,45,629968162,'2015-11-24 07:27:18',''),(31141,1,1,32470,48,1152705578,'2015-11-24 07:58:29',''),(31142,1,1,32471,50,3164934095,'2015-11-24 08:49:47',''),(31143,1,1,32472,1,1123631281,'2015-11-24 09:36:42',''),(31144,1,1,32473,69,3702877281,'2015-11-24 10:10:13',''),(31145,1,1,32474,1,3024883614,'2015-11-24 13:19:38',''),(31146,1,1,32475,1,1451909197,'2015-11-24 14:31:48','https://www.google.co.uk/'),(31147,1,1,32476,1,1443447934,'2015-11-24 15:51:32','https://www.google.co.uk/'),(31148,1,1,32477,1,1443447934,'2015-11-24 15:51:34','https://www.google.co.uk/'),(31149,1,1,32478,1,1443447934,'2015-11-24 15:51:35','https://www.google.co.uk/'),(31150,1,1,32479,1,1452730017,'2015-11-24 15:51:48','https://www.google.co.uk/'),(31151,1,1,32480,1,3227713893,'2015-11-24 16:48:24',''),(31152,1,1,32481,1,3024883611,'2015-11-24 20:00:35',''),(31153,1,1,32482,1,2953382627,'2015-11-24 20:46:31',''),(31154,1,1,32483,1,2953382627,'2015-11-24 20:46:38',''),(31155,1,1,32484,1,2953382627,'2015-11-24 20:46:44',''),(31156,1,1,32485,1,2953382627,'2015-11-24 20:46:46',''),(31157,1,1,32486,1,2953382627,'2015-11-24 20:46:52',''),(31158,1,1,32487,1,2953382627,'2015-11-24 20:46:57',''),(31159,1,1,32488,41,2953382627,'2015-11-24 20:47:01',''),(31160,1,1,32489,43,2953382627,'2015-11-24 20:47:04',''),(31161,1,1,32490,53,2953382627,'2015-11-24 20:47:07',''),(31162,1,1,32491,48,2953382627,'2015-11-24 20:47:12',''),(31163,1,1,32492,52,2953382627,'2015-11-24 20:47:18',''),(31164,1,1,32493,47,1123631276,'2015-11-24 20:52:23',''),(31165,1,1,32494,9,3164934095,'2015-11-24 20:55:59',''),(31166,1,1,32495,1,872292419,'2015-11-24 21:29:30',''),(31167,1,1,32496,1,872292419,'2015-11-24 21:29:33',''),(31168,1,1,32497,1,872292419,'2015-11-24 21:29:35',''),(31169,1,1,32498,1,872292419,'2015-11-24 21:29:37',''),(31170,1,1,32499,1,872292419,'2015-11-24 21:29:40',''),(31171,1,1,32500,1,872292419,'2015-11-24 21:29:42',''),(31172,1,1,32501,1,872292419,'2015-11-24 21:29:44',''),(31173,1,1,32502,1,872292419,'2015-11-24 21:29:47',''),(31174,1,1,32503,26,1152705578,'2015-11-24 21:29:48',''),(31175,1,1,32504,1,872292419,'2015-11-24 21:29:49',''),(31176,1,1,32505,1,872292419,'2015-11-24 21:29:52',''),(31177,1,1,32506,64,1123631276,'2015-11-24 21:56:07',''),(31178,1,1,32507,47,772036457,'2015-11-24 21:57:04',''),(31179,1,1,32508,27,772036457,'2015-11-24 21:57:07',''),(31180,1,1,32509,44,772036457,'2015-11-24 21:57:11',''),(31181,1,1,32510,49,772036457,'2015-11-24 21:57:14',''),(31182,1,1,32511,55,1815808070,'2015-11-24 22:38:34',''),(31183,1,1,32512,62,1815808070,'2015-11-24 22:38:37',''),(31184,1,1,32513,63,1815808070,'2015-11-24 22:38:40',''),(31185,1,1,32514,64,1815808070,'2015-11-24 22:38:43',''),(31186,1,1,32515,1,1123631281,'2015-11-24 23:12:07',''),(31187,1,1,32516,67,3024883471,'2015-11-25 01:52:16',''),(31188,1,1,32517,19,1123631273,'2015-11-25 02:02:06',''),(31189,1,1,32518,1,1123631273,'2015-11-25 03:55:35',''),(31190,1,1,32519,3,772043973,'2015-11-25 04:14:08',''),(31191,1,1,32520,18,772043973,'2015-11-25 04:14:11',''),(31192,1,1,32521,74,772043973,'2015-11-25 04:14:16',''),(31193,1,1,32522,66,772036457,'2015-11-25 05:08:07',''),(31194,1,1,32523,28,1123631276,'2015-11-25 05:53:19',''),(31195,1,1,32524,1,1123631273,'2015-11-25 06:43:09',''),(31196,1,1,32525,26,2637637521,'2015-11-25 07:03:06',''),(31197,1,1,32526,1,1123631273,'2015-11-25 07:51:15',''),(31198,1,1,32527,6,1123631281,'2015-11-25 08:24:21',''),(31199,1,1,32528,1,1454178328,'2015-11-25 09:05:55','https://www.google.co.uk/'),(31200,1,1,32529,1,1123631273,'2015-11-25 09:05:59',''),(31201,1,1,32530,15,1123631276,'2015-11-25 10:36:30',''),(31202,1,1,32531,68,1123631273,'2015-11-25 10:40:42',''),(31203,1,1,32532,26,1152705578,'2015-11-25 10:53:45',''),(31204,1,1,32533,47,1152705578,'2015-11-25 11:47:11',''),(31205,1,1,32534,65,2637637521,'2015-11-25 13:08:35',''),(31206,1,1,32535,51,1123631281,'2015-11-25 13:35:27',''),(31207,1,1,32536,26,2953382627,'2015-11-25 13:44:11',''),(31208,1,1,32537,1,1542483275,'2015-11-25 15:02:31',''),(31209,1,1,32538,28,1123631273,'2015-11-25 15:33:20',''),(31210,1,1,32539,67,1545460623,'2015-11-25 16:18:54','https://www.google.co.uk'),(31211,1,1,32540,1,1041806726,'2015-11-25 16:33:29',''),(31212,1,1,32541,1,633045414,'2015-11-25 19:38:18','http://hundejo.com/'),(31213,1,1,32542,65,3702877323,'2015-11-25 20:50:16',''),(31214,1,1,32543,31,1123631276,'2015-11-25 22:44:56',''),(31215,1,1,32544,16,772022347,'2015-11-25 23:16:16',''),(31216,1,1,32545,15,772022347,'2015-11-25 23:16:19',''),(31217,1,1,32546,54,788300578,'2015-11-25 23:24:11',''),(31218,1,1,32547,67,788300578,'2015-11-25 23:24:14',''),(31219,1,1,32548,1,772043973,'2015-11-26 00:14:13',''),(31220,1,1,32549,1,772043973,'2015-11-26 00:14:18',''),(31221,1,1,32550,1,772043973,'2015-11-26 00:14:25',''),(31222,1,1,32551,1,772043973,'2015-11-26 00:14:27',''),(31223,1,1,32552,58,3024883605,'2015-11-26 00:44:09',''),(31224,1,1,32553,43,2955169831,'2015-11-26 01:58:34',''),(31225,1,1,32554,1,1123631281,'2015-11-26 02:10:00',''),(31226,1,1,32555,1,2999616672,'2015-11-26 02:36:49',''),(31227,1,1,32556,1,2999616672,'2015-11-26 02:36:52',''),(31228,1,1,32557,1,2999616672,'2015-11-26 02:36:55',''),(31229,1,1,32558,1,2999616672,'2015-11-26 02:36:57',''),(31230,1,1,32559,1,2999616672,'2015-11-26 02:37:00',''),(31231,1,1,32560,1,2999616672,'2015-11-26 02:37:03',''),(31232,1,1,32561,1,2999616672,'2015-11-26 02:37:05',''),(31233,1,1,32562,1,2999616672,'2015-11-26 02:37:08',''),(31234,1,1,32563,1,2999616672,'2015-11-26 02:37:11',''),(31235,1,1,32564,1,2999616672,'2015-11-26 02:37:14',''),(31236,1,1,32565,26,1152705578,'2015-11-26 06:00:17',''),(31237,1,1,32566,26,3475901859,'2015-11-26 06:18:22',''),(31238,1,1,32567,1,2733857462,'2015-11-26 06:18:35',''),(31239,1,1,32568,6,2733857462,'2015-11-26 06:18:45',''),(31240,1,1,32569,9,2733857462,'2015-11-26 06:18:54',''),(31241,1,1,32570,51,2733857462,'2015-11-26 06:18:58',''),(31242,1,1,32571,56,2733857462,'2015-11-26 06:19:04',''),(31243,1,1,32572,69,2733857462,'2015-11-26 06:19:09',''),(31244,1,1,32573,50,2733857462,'2015-11-26 06:19:14',''),(31245,1,1,32574,28,2733857462,'2015-11-26 06:19:19',''),(31246,1,1,32575,55,2733857462,'2015-11-26 06:19:23',''),(31247,1,1,32576,65,2733857462,'2015-11-26 06:19:29',''),(31248,1,1,32577,63,2733857462,'2015-11-26 06:19:34',''),(31249,1,1,32578,62,2733857462,'2015-11-26 06:19:39',''),(31250,1,1,32579,64,2733857462,'2015-11-26 06:19:44',''),(31251,1,1,32580,57,2733857462,'2015-11-26 06:19:49',''),(31252,1,1,32581,16,2733857462,'2015-11-26 06:19:53',''),(31253,1,1,32582,10,2733857462,'2015-11-26 06:19:59',''),(31254,1,1,32583,58,2733857462,'2015-11-26 06:20:04',''),(31255,1,1,32584,49,2733857462,'2015-11-26 06:20:09',''),(31256,1,1,32585,44,2733857462,'2015-11-26 06:20:14',''),(31257,1,1,32586,27,2733857462,'2015-11-26 06:20:19',''),(31258,1,1,32587,45,2733857462,'2015-11-26 06:20:23',''),(31259,1,1,32588,38,2733857462,'2015-11-26 06:20:30',''),(31260,1,1,32589,42,2733857462,'2015-11-26 06:20:33',''),(31261,1,1,32590,52,2733857462,'2015-11-26 06:20:38',''),(31262,1,1,32591,41,2733857462,'2015-11-26 06:20:44',''),(31263,1,1,32592,48,2733857462,'2015-11-26 06:20:49',''),(31264,1,1,32593,43,2733857462,'2015-11-26 06:20:54',''),(31265,1,1,32594,53,2733857462,'2015-11-26 06:20:59',''),(31266,1,1,32595,16,2733857462,'2015-11-26 06:21:04',''),(31267,1,1,32596,72,2733857462,'2015-11-26 06:21:09',''),(31268,1,1,32597,71,2733857462,'2015-11-26 06:21:13',''),(31269,1,1,32598,73,2733857462,'2015-11-26 06:21:18',''),(31270,1,1,32599,70,2733857462,'2015-11-26 06:21:24',''),(31271,1,1,32600,16,2733857462,'2015-11-26 06:21:28',''),(31272,1,1,32601,74,2733857462,'2015-11-26 06:21:33',''),(31273,1,1,32602,67,2733857462,'2015-11-26 06:21:39',''),(31274,1,1,32603,59,2733857462,'2015-11-26 06:21:45',''),(31275,1,1,32604,75,2733857462,'2015-11-26 06:21:48',''),(31276,1,1,32605,68,2733857462,'2015-11-26 06:21:54',''),(31277,1,1,32606,43,2733857462,'2015-11-26 06:21:59',''),(31278,1,1,32607,43,2733857462,'2015-11-26 06:22:04',''),(31279,1,1,32608,15,2733857462,'2015-11-26 06:22:10',''),(31280,1,1,32609,31,2733857462,'2015-11-26 06:22:14',''),(31281,1,1,32610,47,2733857462,'2015-11-26 06:22:20',''),(31282,1,1,32611,54,2733857462,'2015-11-26 06:22:23',''),(31283,1,1,32612,66,2733857462,'2015-11-26 06:22:29',''),(31284,1,1,32613,26,2733857462,'2015-11-26 06:22:34',''),(31285,1,1,32614,26,2733857462,'2015-11-26 06:22:39',''),(31286,1,1,32615,26,2733857462,'2015-11-26 06:22:44',''),(31287,1,1,32616,26,2733857462,'2015-11-26 06:22:50',''),(31288,1,1,32617,26,2733857462,'2015-11-26 06:22:54',''),(31289,1,1,32618,26,2733857462,'2015-11-26 06:22:59',''),(31290,1,1,32619,26,2733857462,'2015-11-26 06:23:05',''),(31291,1,1,32620,26,2733857462,'2015-11-26 06:23:09',''),(31292,1,1,32621,26,2733857462,'2015-11-26 06:23:15',''),(31293,1,1,32622,26,2733857462,'2015-11-26 06:23:19',''),(31294,1,1,32623,26,2733857462,'2015-11-26 06:23:24',''),(31295,1,1,32624,26,2733857462,'2015-11-26 06:23:30',''),(31296,1,1,32625,26,2733857462,'2015-11-26 06:23:34',''),(31297,1,1,32626,26,2733857462,'2015-11-26 06:23:39',''),(31298,1,1,32627,26,2733857462,'2015-11-26 06:23:44',''),(31299,1,1,32628,26,2733857462,'2015-11-26 06:23:48',''),(31300,1,1,32629,26,2733857462,'2015-11-26 06:23:54',''),(31301,1,1,32630,26,2733857462,'2015-11-26 06:23:59',''),(31302,1,1,32631,26,2733857462,'2015-11-26 06:24:04',''),(31303,1,1,32632,26,2733857462,'2015-11-26 06:24:10',''),(31304,1,1,32633,26,2733857462,'2015-11-26 06:24:15',''),(31305,1,1,32634,26,2733857462,'2015-11-26 06:24:19',''),(31306,1,1,32635,26,2733857462,'2015-11-26 06:24:24',''),(31307,1,1,32636,26,2733857462,'2015-11-26 06:24:29',''),(31308,1,1,32637,26,2733857462,'2015-11-26 06:24:35',''),(31309,1,1,32638,26,2733857462,'2015-11-26 06:24:39',''),(31310,1,1,32639,26,2733857462,'2015-11-26 06:24:44',''),(31311,1,1,32640,26,2733857462,'2015-11-26 06:24:49',''),(31312,1,1,32641,26,2733857462,'2015-11-26 06:24:54',''),(31313,1,1,32642,26,2733857462,'2015-11-26 06:25:00',''),(31314,1,1,32643,26,2733857462,'2015-11-26 06:25:05',''),(31315,1,1,32644,26,2733857462,'2015-11-26 06:25:09',''),(31316,1,1,32645,26,2733857462,'2015-11-26 06:25:14',''),(31317,1,1,32646,26,2733857462,'2015-11-26 06:25:20',''),(31318,1,1,32647,26,3475901859,'2015-11-26 06:27:59',''),(31319,1,1,32648,26,2637637521,'2015-11-26 06:28:16',''),(31320,1,1,32649,1,2637637616,'2015-11-26 06:33:40',''),(31321,1,1,32650,1,772044803,'2015-11-26 06:44:09',''),(31322,1,1,32651,9,772044803,'2015-11-26 06:44:12',''),(31323,1,1,32652,3,772044803,'2015-11-26 06:44:18',''),(31324,1,1,32653,18,772044803,'2015-11-26 06:44:23',''),(31325,1,1,32654,43,2990476559,'2015-11-26 06:48:30',''),(31326,1,1,32655,52,2990476559,'2015-11-26 06:48:35',''),(31327,1,1,32656,26,2637637616,'2015-11-26 07:17:42',''),(31328,1,1,32657,64,1152705578,'2015-11-26 07:22:12',''),(31329,1,1,32658,1,3323674657,'2015-11-26 07:25:02',''),(31330,1,1,32659,1,3323674657,'2015-11-26 07:25:20',''),(31331,1,1,32660,54,3702877273,'2015-11-26 07:25:41',''),(31332,1,1,32661,1,2637637459,'2015-11-26 07:52:35',''),(31333,1,1,32662,1,1152705578,'2015-11-26 07:55:51',''),(31334,1,1,32663,6,1123631273,'2015-11-26 08:18:04',''),(31335,1,1,32664,1,772036899,'2015-11-26 08:40:12',''),(31336,1,1,32665,53,772036899,'2015-11-26 08:40:18',''),(31337,1,1,32666,1,88374597,'2015-11-26 10:17:17','https://www.google.co.uk/'),(31338,1,1,32667,1,786803397,'2015-11-26 12:06:41',''),(31339,1,1,32668,1,1123631273,'2015-11-26 12:09:52',''),(31340,1,1,32670,1,1123631273,'2015-11-26 13:13:15',''),(31341,1,1,32671,1,1123631273,'2015-11-26 13:51:01',''),(31342,1,1,32672,16,2637637554,'2015-11-26 15:30:55',''),(31343,1,1,32673,1,88374597,'2015-11-26 15:48:08','https://www.google.co.uk/'),(31344,1,1,32673,1,88374597,'2015-11-26 16:32:37','https://www.google.co.uk/'),(31345,1,1,32674,1,2548247414,'2015-11-26 18:23:27','http://www.google.co.uk/url?sa=t&source=web&cd=20&rct=j&q=ms%20tyres&ved=0ahUKEwjm-Lvl2a7JAhWHSBQKHds3Dr0QFgiHATAT&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(31346,1,1,32675,1,1436544308,'2015-11-26 19:24:39','http://hvd-store.com/'),(31347,1,1,32676,55,2637637398,'2015-11-26 20:42:38',''),(31348,1,1,32677,1,3024883478,'2015-11-26 21:48:15',''),(31349,1,1,32678,66,84511952,'2015-11-27 02:21:01',''),(31350,1,1,32679,47,2990476559,'2015-11-27 02:38:08',''),(31351,1,1,32680,27,2990476559,'2015-11-27 02:38:21',''),(31352,1,1,32681,44,2990476559,'2015-11-27 02:38:36',''),(31353,1,1,32682,49,2990476559,'2015-11-27 02:38:48',''),(31354,1,1,32683,26,2637637398,'2015-11-27 02:39:28',''),(31355,1,1,32684,1,1123631273,'2015-11-27 02:44:13',''),(31356,1,1,32685,1,2071807830,'2015-11-27 04:25:40',''),(31357,1,1,32686,1,2071807823,'2015-11-27 04:25:44',''),(31358,1,1,32687,72,3024883486,'2015-11-27 05:00:14',''),(31359,1,1,32688,1,3033754074,'2015-11-27 05:22:02','https://www.google.co.in/'),(31360,1,1,32689,1,2420902020,'2015-11-27 05:43:52',''),(31361,1,1,32690,1,2420902020,'2015-11-27 05:43:55',''),(31362,1,1,32691,1,2420902020,'2015-11-27 05:43:57',''),(31363,1,1,32692,1,2420902020,'2015-11-27 05:43:59',''),(31364,1,1,32693,1,2420902020,'2015-11-27 05:44:02',''),(31365,1,1,32694,1,2420902020,'2015-11-27 05:44:04',''),(31366,1,1,32695,1,2420902020,'2015-11-27 05:44:07',''),(31367,1,1,32696,1,2420902020,'2015-11-27 05:44:09',''),(31368,1,1,32697,1,2420902020,'2015-11-27 05:44:11',''),(31369,1,1,32698,1,2420902020,'2015-11-27 05:44:14',''),(31370,1,1,32699,28,2420902020,'2015-11-27 05:44:16',''),(31371,1,1,32700,50,2420902020,'2015-11-27 05:44:19',''),(31372,1,1,32701,51,2420902020,'2015-11-27 05:44:22',''),(31373,1,1,32702,56,2420902020,'2015-11-27 05:44:25',''),(31374,1,1,32703,65,2420902020,'2015-11-27 05:44:28',''),(31375,1,1,32704,69,2420902020,'2015-11-27 05:44:30',''),(31376,1,1,32705,69,3164934119,'2015-11-27 06:33:02',''),(31377,1,1,32706,6,3164934119,'2015-11-27 07:07:03',''),(31378,1,1,32707,1,1542483284,'2015-11-27 08:02:57',''),(31379,1,1,32708,1,3024883464,'2015-11-27 12:04:48',''),(31380,1,1,32709,1,3024883605,'2015-11-27 12:04:51',''),(31381,1,1,32710,15,1123635614,'2015-11-27 12:15:22','http://www.google.com/search'),(31382,1,1,32711,26,3323679379,'2015-11-27 12:51:23',''),(31383,1,1,32712,1,3323679379,'2015-11-27 12:51:25',''),(31384,1,1,32713,1,3323679379,'2015-11-27 12:51:29',''),(31385,1,1,32714,1,3323679379,'2015-11-27 12:51:35',''),(31386,1,1,32715,1,3323679379,'2015-11-27 12:51:42',''),(31387,1,1,32716,1,3323679379,'2015-11-27 12:51:45',''),(31388,1,1,32717,1,3323679379,'2015-11-27 12:51:53',''),(31389,1,1,32718,1,3323679379,'2015-11-27 12:51:59',''),(31390,1,1,32719,1,3323679379,'2015-11-27 12:52:05',''),(31391,1,1,32720,1,3323679379,'2015-11-27 12:52:09',''),(31392,1,1,32721,1,1123631273,'2015-11-27 13:46:55',''),(31393,1,1,32722,1,2204827762,'2015-11-27 13:50:55',''),(31394,1,1,32723,1,3024883592,'2015-11-27 23:44:30',''),(31395,1,1,32724,56,2637637398,'2015-11-28 02:15:47',''),(31396,1,1,32725,10,2637637398,'2015-11-28 04:22:40',''),(31397,1,1,32726,54,84497668,'2015-11-28 06:24:54',''),(31398,1,1,32727,67,84497668,'2015-11-28 06:24:57',''),(31399,1,1,32728,1,2297628119,'2015-11-28 06:40:14',''),(31400,1,1,32729,1,2297628119,'2015-11-28 06:40:17',''),(31401,1,1,32730,1,2297628119,'2015-11-28 06:40:19',''),(31402,1,1,32731,1,2297628119,'2015-11-28 06:40:21',''),(31403,1,1,32732,49,1152705578,'2015-11-28 07:04:45',''),(31404,1,1,32733,72,3024883484,'2015-11-28 07:10:47',''),(31405,1,1,32734,1,3337957812,'2015-11-28 07:38:27',''),(31406,1,1,32735,1,3337957812,'2015-11-28 07:38:32',''),(31407,1,1,32736,1,3337957812,'2015-11-28 07:38:36',''),(31408,1,1,32737,1,3337957812,'2015-11-28 07:38:49',''),(31409,1,1,32738,43,2297645394,'2015-11-28 07:45:07',''),(31410,1,1,32739,1,3024883462,'2015-11-28 08:37:08',''),(31411,1,1,32740,6,1123631273,'2015-11-28 08:48:16',''),(31412,1,1,32741,1,772022347,'2015-11-28 09:46:04',''),(31413,1,1,32742,9,772022347,'2015-11-28 09:46:06',''),(31414,1,1,32743,3,772022347,'2015-11-28 09:46:10',''),(31415,1,1,32744,18,772022347,'2015-11-28 09:46:12',''),(31416,1,1,32745,52,2637637448,'2015-11-28 11:31:34',''),(31417,1,1,32746,1,1839458821,'2015-11-28 12:04:32','http://pizza-imperia.com/'),(31418,1,1,32747,55,3024883602,'2015-11-28 12:10:55',''),(31419,1,1,32748,1,3024883483,'2015-11-28 13:38:31',''),(31420,1,1,32749,1,3024883619,'2015-11-28 13:38:34',''),(31421,1,1,32750,43,2990476559,'2015-11-28 13:39:12',''),(31422,1,1,32751,52,2990476559,'2015-11-28 13:39:17',''),(31423,1,1,32752,16,772043973,'2015-11-28 14:43:39',''),(31424,1,1,32753,15,772043973,'2015-11-28 14:43:42',''),(31425,1,1,32754,1,3702877332,'2015-11-28 14:55:39',''),(31426,1,1,32755,1,3702877323,'2015-11-28 14:55:42',''),(31427,1,1,32756,1,1542483304,'2015-11-28 15:14:21',''),(31428,1,1,32757,1,1454668343,'2015-11-28 18:12:56','https://www.google.co.uk/'),(31429,1,1,32758,1,3024883596,'2015-11-28 18:42:02',''),(31430,1,1,32759,1,2071807760,'2015-11-28 19:16:05',''),(31431,1,1,32760,1,3702877330,'2015-11-28 19:32:39',''),(31432,1,1,32761,55,2071807818,'2015-11-28 20:00:31',''),(31433,1,1,32762,1,2071807787,'2015-11-28 20:16:01',''),(31434,1,1,32763,1,3702877335,'2015-11-28 20:32:13',''),(31435,1,1,32764,57,1123631281,'2015-11-28 20:37:37',''),(31436,1,1,32765,1,1523223873,'2015-11-28 21:10:10',''),(31437,1,1,32766,1,2071807792,'2015-11-28 21:15:36',''),(31438,1,1,32767,1,3702877367,'2015-11-28 21:31:13',''),(31439,1,1,32768,1,1123631276,'2015-11-28 22:05:22',''),(31440,1,1,32769,54,1123631276,'2015-11-28 23:14:02',''),(31441,1,1,32770,1,1123631273,'2015-11-29 01:37:11',''),(31442,1,1,32772,1,1968049426,'2015-11-29 04:26:42',''),(31443,1,1,32773,1,1123631281,'2015-11-29 08:13:41',''),(31444,1,1,32774,6,1123631273,'2015-11-29 08:20:19',''),(31445,1,1,32775,1,2071807794,'2015-11-29 08:27:27',''),(31446,1,1,32777,43,3475901815,'2015-11-29 10:55:05',''),(31447,1,1,32778,58,2637637521,'2015-11-29 11:01:41',''),(31448,1,1,32779,6,100246643,'2015-11-29 11:01:50',''),(31449,1,1,32780,1,3024883610,'2015-11-29 11:38:26',''),(31450,1,1,32264,1,1543799214,'2015-11-29 11:38:34',''),(31451,1,1,32781,1,1123631273,'2015-11-29 11:39:53',''),(31452,1,1,32782,1,1041806726,'2015-11-29 11:44:25',''),(31453,1,1,32783,1,1041806726,'2015-11-29 11:44:36',''),(31454,1,1,32784,6,1123631281,'2015-11-29 12:23:55',''),(31455,1,1,32785,55,3024883473,'2015-11-29 13:05:47',''),(31456,1,1,32786,26,2637637399,'2015-11-29 14:24:11',''),(31457,1,1,32787,1,1032306399,'2015-11-29 17:04:52','http://www.baidu.com/s?wd=Mstyresblackburn'),(31458,1,1,32788,1,1452404258,'2015-11-29 17:12:30','https://www.google.co.uk/'),(31459,1,1,32789,66,772045740,'2015-11-29 20:10:37',''),(31460,1,1,32790,1,1123631273,'2015-11-29 20:41:28',''),(31461,1,1,32791,41,3024883481,'2015-11-29 21:22:55',''),(31462,1,1,32792,1,1053988953,'2015-11-29 21:50:12',''),(31463,1,1,32793,1,1053988953,'2015-11-29 21:50:14',''),(31464,1,1,32794,1,1053988953,'2015-11-29 21:50:17',''),(31465,1,1,32795,1,1053988953,'2015-11-29 21:50:19',''),(31466,1,1,32796,1,1053988953,'2015-11-29 21:50:22',''),(31467,1,1,32797,1,1053988953,'2015-11-29 21:50:24',''),(31468,1,1,32798,1,1053988953,'2015-11-29 21:50:27',''),(31469,1,1,32799,1,1053988953,'2015-11-29 21:50:29',''),(31470,1,1,32800,1,1053988953,'2015-11-29 21:50:32',''),(31471,1,1,32801,1,1053988953,'2015-11-29 21:50:34',''),(31472,1,1,32802,41,2637637497,'2015-11-29 22:16:11',''),(31473,1,1,32803,66,2071807762,'2015-11-29 22:38:29',''),(31474,1,1,32804,15,3164934119,'2015-11-29 23:48:00',''),(31475,1,1,32805,1,772044803,'2015-11-29 23:52:06',''),(31476,1,1,32806,1,772044803,'2015-11-29 23:52:08',''),(31477,1,1,32807,1,772044803,'2015-11-29 23:52:11',''),(31478,1,1,32808,1,772044803,'2015-11-29 23:52:13',''),(31479,1,1,32809,1,772036457,'2015-11-30 03:45:42',''),(31480,1,1,32810,1,772036457,'2015-11-30 03:45:47',''),(31481,1,1,32811,1,772036457,'2015-11-30 03:45:50',''),(31482,1,1,32812,1,772036457,'2015-11-30 03:45:52',''),(31483,1,1,32813,68,1123631281,'2015-11-30 05:09:50',''),(31484,1,1,32814,54,772036457,'2015-11-30 05:40:28',''),(31485,1,1,32815,67,772036457,'2015-11-30 05:40:31',''),(31486,1,1,32816,59,1123631281,'2015-11-30 06:29:34',''),(31487,1,1,32817,48,1543799205,'2015-11-30 06:34:11','https://www.google.co.uk/'),(31488,1,1,32818,1,3024883462,'2015-11-30 06:36:10',''),(31489,1,1,32819,1,3024883598,'2015-11-30 06:36:13',''),(31490,1,1,32820,1,1542483271,'2015-11-30 07:47:01',''),(31491,1,1,32821,1,772044803,'2015-11-30 08:03:33',''),(31492,1,1,32822,1,772044803,'2015-11-30 08:03:36',''),(31493,1,1,32823,1,772044803,'2015-11-30 08:03:39',''),(31494,1,1,32824,1,772044803,'2015-11-30 08:03:43',''),(31495,1,1,32825,1,1123631281,'2015-11-30 08:05:11',''),(31496,1,1,32826,43,2990476559,'2015-11-30 08:26:50',''),(31497,1,1,32827,52,2990476559,'2015-11-30 08:26:54',''),(31498,1,1,32828,53,1534710587,'2015-11-30 08:33:41',''),(31499,1,1,32829,48,1534710587,'2015-11-30 08:33:49',''),(31500,1,1,32830,15,1534710587,'2015-11-30 08:33:52',''),(31501,1,1,32831,31,1534710587,'2015-11-30 08:33:58',''),(31502,1,1,32832,44,2990476559,'2015-11-30 09:19:10',''),(31503,1,1,32833,49,2990476559,'2015-11-30 09:19:14',''),(31504,1,1,32834,10,2990476559,'2015-11-30 09:19:18',''),(31505,1,1,32835,1,772043973,'2015-11-30 10:08:58',''),(31506,1,1,32836,9,772043973,'2015-11-30 10:09:01',''),(31507,1,1,32837,3,772043973,'2015-11-30 10:09:10',''),(31508,1,1,32838,18,772043973,'2015-11-30 10:09:14',''),(31509,1,1,32839,1,1053988087,'2015-11-30 11:06:52',''),(31510,1,1,32840,1,1053988087,'2015-11-30 11:06:54',''),(31511,1,1,32841,16,772036457,'2015-11-30 11:06:56',''),(31512,1,1,32842,1,1053988087,'2015-11-30 11:06:57',''),(31513,1,1,32843,1,1053988087,'2015-11-30 11:06:59',''),(31514,1,1,32844,15,772036457,'2015-11-30 11:07:00',''),(31515,1,1,32845,1,1053988087,'2015-11-30 11:07:01',''),(31516,1,1,32846,1,1053988087,'2015-11-30 11:07:04',''),(31517,1,1,32847,1,1053988087,'2015-11-30 11:07:06',''),(31518,1,1,32848,1,1053988087,'2015-11-30 11:07:08',''),(31519,1,1,32849,1,1053988087,'2015-11-30 11:07:11',''),(31520,1,1,32850,1,1053988087,'2015-11-30 11:07:13',''),(31521,1,1,32851,1,1152705578,'2015-11-30 11:33:02',''),(31522,1,1,32852,43,772045740,'2015-11-30 11:52:17',''),(31523,1,1,32853,54,3702877371,'2015-11-30 12:05:55',''),(31524,1,1,32854,1,1123631281,'2015-11-30 13:31:20',''),(31525,1,1,32856,1,1123631273,'2015-11-30 13:58:34',''),(31526,1,1,32857,28,676177699,'2015-11-30 15:10:41',''),(31527,1,1,32858,1,1380223806,'2015-11-30 15:28:47','https://www.google.co.uk/'),(31528,1,1,32859,1,1123631276,'2015-11-30 17:52:17',''),(31529,1,1,32860,1,1123631273,'2015-11-30 17:55:34',''),(31530,1,1,32861,53,1123631273,'2015-11-30 18:38:30',''),(31531,1,1,32862,47,3164934119,'2015-11-30 21:06:58',''),(31532,1,1,32863,3,1152705578,'2015-11-30 22:51:22',''),(31533,1,1,32864,1,1123631273,'2015-11-30 23:59:47',''),(31534,1,1,32865,1,3702877369,'2015-12-01 00:32:26',''),(31535,1,1,32866,1,1123633996,'2015-12-01 01:14:01',''),(31536,1,1,32867,68,3024883602,'2015-12-01 01:50:40',''),(31537,1,1,32868,1,1123631276,'2015-12-01 02:52:05',''),(31538,1,1,32870,26,1123631273,'2015-12-01 02:54:03',''),(31539,1,1,32873,26,1123631281,'2015-12-01 02:55:31',''),(31540,1,1,32874,71,3164934119,'2015-12-01 03:26:15',''),(31541,1,1,32875,3,1159648806,'2015-12-01 03:57:27',''),(31542,1,1,32876,1,3024883603,'2015-12-01 08:09:20',''),(31543,1,1,32877,59,3164934119,'2015-12-01 10:21:57',''),(31544,1,1,32878,55,3164934119,'2015-12-01 11:16:43',''),(31545,1,1,32879,1,3702877338,'2015-12-01 11:22:26',''),(31546,1,1,32880,1,2071807822,'2015-12-01 11:27:32',''),(31547,1,1,32881,1,3702877361,'2015-12-01 12:22:11',''),(31548,1,1,32882,1,2071807818,'2015-12-01 12:28:58',''),(31549,1,1,32883,66,3323679379,'2015-12-01 12:53:15',''),(31550,1,1,32884,1,1123631727,'2015-12-01 13:50:34',''),(31551,1,1,32885,1,1123631727,'2015-12-01 15:31:02',''),(31552,1,1,32886,1,1542483290,'2015-12-01 15:47:02',''),(31553,1,1,32887,1,3479603870,'2015-12-01 15:58:21',''),(31554,1,1,32888,1,842965206,'2015-12-01 17:16:45',''),(31555,1,1,32889,1,842965206,'2015-12-01 17:16:46',''),(31556,1,1,32890,50,1123631731,'2015-12-01 17:37:22',''),(31557,1,1,32891,26,1053988086,'2015-12-01 19:18:34',''),(31558,1,1,32892,26,1053988086,'2015-12-01 19:18:36',''),(31559,1,1,32893,26,1053988086,'2015-12-01 19:18:38',''),(31560,1,1,32894,26,1053988086,'2015-12-01 19:18:40',''),(31561,1,1,32895,26,1053988086,'2015-12-01 19:18:43',''),(31562,1,1,32896,26,1053988086,'2015-12-01 19:18:45',''),(31563,1,1,32897,26,1053988086,'2015-12-01 19:18:47',''),(31564,1,1,32898,26,1053988086,'2015-12-01 19:18:49',''),(31565,1,1,32899,26,1053988086,'2015-12-01 19:18:51',''),(31566,1,1,32900,26,1053988086,'2015-12-01 19:18:53',''),(31567,1,1,32901,1,1053988086,'2015-12-01 19:18:55',''),(31568,1,1,32902,1,1053988086,'2015-12-01 19:18:58',''),(31569,1,1,32903,1,1053988086,'2015-12-01 19:19:00',''),(31570,1,1,32904,1,1053988086,'2015-12-01 19:19:03',''),(31571,1,1,32905,1,1053988086,'2015-12-01 19:19:05',''),(31572,1,1,32906,1,1053988086,'2015-12-01 19:19:07',''),(31573,1,1,32907,1,1053988086,'2015-12-01 19:19:10',''),(31574,1,1,32908,1,1053988086,'2015-12-01 19:19:12',''),(31575,1,1,32909,1,1053988086,'2015-12-01 19:19:15',''),(31576,1,1,32910,1,1053988086,'2015-12-01 19:19:17',''),(31577,1,1,32911,58,1053988086,'2015-12-01 19:19:19',''),(31578,1,1,32912,1,3702877270,'2015-12-01 19:40:40',''),(31579,1,1,32913,1,3702877261,'2015-12-01 19:40:53',''),(31580,1,1,32914,68,3024883610,'2015-12-01 23:27:21',''),(31581,1,1,32915,1,3024883594,'2015-12-02 02:36:47',''),(31582,1,1,32916,1,3024883465,'2015-12-02 03:55:54',''),(31583,1,1,32917,16,3475901848,'2015-12-02 04:11:54',''),(31584,1,1,32918,1,772044803,'2015-12-02 06:12:16',''),(31585,1,1,32919,1,772044803,'2015-12-02 06:12:20',''),(31586,1,1,32920,1,772044803,'2015-12-02 06:12:24',''),(31587,1,1,32921,1,772044803,'2015-12-02 06:12:29',''),(31588,1,1,32922,1,772044803,'2015-12-02 06:12:33',''),(31589,1,1,32923,1,772044803,'2015-12-02 06:12:38',''),(31590,1,1,32924,1,772044803,'2015-12-02 06:12:43',''),(31591,1,1,32925,1,772044803,'2015-12-02 06:12:49',''),(31592,1,1,32926,1,772044803,'2015-12-02 06:12:52',''),(31593,1,1,32927,1,772044803,'2015-12-02 06:12:56',''),(31594,1,1,32928,6,1123631731,'2015-12-02 08:32:30',''),(31595,1,1,32929,1,1489375385,'2015-12-02 09:15:39',''),(31596,1,1,32930,1,1489375385,'2015-12-02 09:15:42',''),(31597,1,1,32931,1,1489375385,'2015-12-02 09:15:46',''),(31598,1,1,32932,1,1489375385,'2015-12-02 09:15:49',''),(31599,1,1,32933,54,3337960970,'2015-12-02 11:18:20',''),(31600,1,1,32934,67,3337960970,'2015-12-02 11:18:30',''),(31601,1,1,32935,43,1311682245,'2015-12-02 11:47:54',''),(31602,1,1,32936,52,1311682245,'2015-12-02 11:48:04',''),(31603,1,1,32937,27,2953382627,'2015-12-02 12:36:13',''),(31604,1,1,32938,44,2953382627,'2015-12-02 12:36:17',''),(31605,1,1,32939,49,2953382627,'2015-12-02 12:36:20',''),(31606,1,1,32940,10,2953382627,'2015-12-02 12:36:24',''),(31607,1,1,32941,66,3702877278,'2015-12-02 13:12:52',''),(31608,1,1,32942,1,772044803,'2015-12-02 14:48:37',''),(31609,1,1,32943,9,772044803,'2015-12-02 14:48:43',''),(31610,1,1,32944,3,772044803,'2015-12-02 14:48:48',''),(31611,1,1,32945,18,772044803,'2015-12-02 14:48:53',''),(31612,1,1,32946,1,3281714051,'2015-12-02 15:24:17',''),(31613,1,1,32947,73,3024883613,'2015-12-02 16:36:37',''),(31614,1,1,32948,43,2420907330,'2015-12-02 16:39:19',''),(31615,1,1,32949,58,2420907330,'2015-12-02 16:39:22',''),(31616,1,1,32950,1,1123631281,'2015-12-02 17:04:25',''),(31617,1,1,32951,43,676177699,'2015-12-02 18:21:10',''),(31618,1,1,32952,1,1123631273,'2015-12-02 18:39:11',''),(31619,1,1,32953,16,2731721857,'2015-12-02 18:49:35',''),(31620,1,1,32954,15,2731721857,'2015-12-02 18:49:38',''),(31621,1,1,32955,27,1366185109,'2015-12-02 18:51:10',''),(31622,1,1,32956,44,1366185109,'2015-12-02 18:51:21',''),(31623,1,1,32957,10,1366185109,'2015-12-02 18:51:34',''),(31624,1,1,32958,1,1123631281,'2015-12-02 20:40:37',''),(31625,1,1,32959,56,2637637567,'2015-12-02 22:24:19',''),(31626,1,1,32960,1,772036457,'2015-12-02 23:24:04',''),(31627,1,1,32961,1,772036457,'2015-12-02 23:24:07',''),(31628,1,1,32962,1,772036457,'2015-12-02 23:24:12',''),(31629,1,1,32963,1,772036457,'2015-12-02 23:24:16',''),(31630,1,1,32964,1,772036457,'2015-12-02 23:24:19',''),(31631,1,1,32965,1,772036457,'2015-12-02 23:24:23',''),(31632,1,1,32966,1,772036457,'2015-12-02 23:24:26',''),(31633,1,1,32967,1,772036457,'2015-12-02 23:24:29',''),(31634,1,1,32968,1,772036457,'2015-12-02 23:24:31',''),(31635,1,1,32969,1,772036457,'2015-12-02 23:24:34',''),(31636,1,1,32970,16,3164934119,'2015-12-03 01:42:31',''),(31637,1,1,32971,1,3702877344,'2015-12-03 03:05:00',''),(31638,1,1,32972,1,1123631273,'2015-12-03 09:07:17',''),(31639,1,1,32973,1,1542483277,'2015-12-03 09:36:26',''),(31640,1,1,32974,53,1152705578,'2015-12-03 10:42:57',''),(31641,1,1,32975,1,1123631273,'2015-12-03 10:54:16',''),(31642,1,1,32976,1,2204827764,'2015-12-03 11:36:19',''),(31643,1,1,32977,1,3024883468,'2015-12-03 14:23:16',''),(31644,1,1,32978,66,2071807855,'2015-12-03 14:55:05',''),(31645,1,1,32979,65,1123633996,'2015-12-03 15:05:36',''),(31646,1,1,32980,26,1152705578,'2015-12-03 15:30:06',''),(31647,1,1,32981,43,2637637568,'2015-12-03 15:53:35',''),(31648,1,1,32982,1,1123634012,'2015-12-03 16:13:13',''),(31649,1,1,32983,6,1152705578,'2015-12-03 16:52:48',''),(31650,1,1,32757,1,89235665,'2015-12-03 17:26:15','https://www.google.co.uk/'),(31651,1,1,32757,1,89235665,'2015-12-03 18:02:58','https://www.google.co.uk/'),(31652,1,1,32984,26,2071807851,'2015-12-03 18:06:49',''),(31653,1,1,32985,1,2637637630,'2015-12-03 19:21:57',''),(31654,1,1,32986,66,1366185109,'2015-12-03 19:54:01',''),(31655,1,1,32987,26,2637637568,'2015-12-03 20:17:45',''),(31656,1,1,32988,41,1123633996,'2015-12-03 23:15:26',''),(31657,1,1,32989,48,1123633996,'2015-12-04 02:54:16',''),(31658,1,1,32990,1,1760475913,'2015-12-04 03:45:17',''),(31659,1,1,32991,6,1760475913,'2015-12-04 03:45:18',''),(31660,1,1,32992,1,1094177106,'2015-12-04 03:52:13',''),(31661,1,1,32993,62,3024883463,'2015-12-04 04:09:20',''),(31662,1,1,32994,6,2637637543,'2015-12-04 08:49:49',''),(31663,1,1,32995,1,1545015322,'2015-12-04 10:52:14','https://www.google.co.uk/'),(31664,1,1,32996,1,1041806726,'2015-12-04 10:52:48',''),(31665,1,1,32997,16,1123633996,'2015-12-04 11:06:12',''),(31666,1,1,32998,1,2071807793,'2015-12-04 14:17:19',''),(31667,1,1,32999,1,3702877363,'2015-12-04 14:20:03',''),(31668,1,1,33000,1,2999616672,'2015-12-04 14:28:21',''),(31669,1,1,33001,1,2999616672,'2015-12-04 14:28:23',''),(31670,1,1,33002,1,2999616672,'2015-12-04 14:28:26',''),(31671,1,1,33003,1,2999616672,'2015-12-04 14:28:28',''),(31672,1,1,33004,48,2071807799,'2015-12-04 14:39:24',''),(31673,1,1,33005,1,2071807793,'2015-12-04 15:16:46',''),(31674,1,1,33006,1,772022347,'2015-12-04 15:17:18',''),(31675,1,1,33007,1,772022347,'2015-12-04 15:17:20',''),(31676,1,1,33008,1,772022347,'2015-12-04 15:17:22',''),(31677,1,1,33009,1,3702877332,'2015-12-04 15:22:22',''),(31678,1,1,33010,27,3510284945,'2015-12-04 15:27:24',''),(31679,1,1,33011,44,3510284945,'2015-12-04 15:27:30',''),(31680,1,1,33012,49,3510284945,'2015-12-04 15:27:33',''),(31681,1,1,33013,10,3510284945,'2015-12-04 15:27:38',''),(31682,1,1,33014,43,1534713103,'2015-12-04 15:37:36',''),(31683,1,1,33015,52,1534713103,'2015-12-04 15:37:38',''),(31684,1,1,33016,1,2071807794,'2015-12-04 16:17:26',''),(31685,1,1,33017,1,3702877326,'2015-12-04 16:22:17',''),(31686,1,1,33018,1,1815808080,'2015-12-04 17:01:08',''),(31687,1,1,33019,9,1815808080,'2015-12-04 17:01:11',''),(31688,1,1,33020,3,1815808080,'2015-12-04 17:01:16',''),(31689,1,1,33021,18,1815808080,'2015-12-04 17:01:18',''),(31690,1,1,33022,1,1542483269,'2015-12-04 17:15:16',''),(31691,1,1,33023,6,2637637543,'2015-12-04 17:37:38',''),(31692,1,1,33024,43,1534713103,'2015-12-04 17:39:54',''),(31693,1,1,33025,58,1534713103,'2015-12-04 17:39:57',''),(31694,1,1,33026,1,772044803,'2015-12-04 17:54:32',''),(31695,1,1,33027,1,772044803,'2015-12-04 17:54:37',''),(31696,1,1,33028,1,772044803,'2015-12-04 17:54:40',''),(31697,1,1,33029,1,772044803,'2015-12-04 17:54:43',''),(31698,1,1,33030,1,772044803,'2015-12-04 17:54:47',''),(31699,1,1,33031,1,772044803,'2015-12-04 17:54:50',''),(31700,1,1,33032,1,772044803,'2015-12-04 17:54:53',''),(31701,1,1,33033,1,772044803,'2015-12-04 17:54:57',''),(31702,1,1,33034,1,772044803,'2015-12-04 17:55:00',''),(31703,1,1,33035,1,772044803,'2015-12-04 17:55:04',''),(31704,1,1,33036,1,1159650026,'2015-12-04 18:30:49',''),(31705,1,1,33037,1,1159650026,'2015-12-04 18:30:53',''),(31706,1,1,33038,1,1159650026,'2015-12-04 18:30:56',''),(31707,1,1,33039,1,1159650026,'2015-12-04 18:30:59',''),(31708,1,1,33040,45,676177687,'2015-12-04 19:12:29',''),(31709,1,1,33041,16,1159648806,'2015-12-04 19:19:10',''),(31710,1,1,33042,15,1159648806,'2015-12-04 19:19:13',''),(31711,1,1,33043,1,1534713103,'2015-12-04 20:34:51',''),(31712,1,1,33044,1,1534713103,'2015-12-04 20:34:54',''),(31713,1,1,33045,1,1534713103,'2015-12-04 20:34:56',''),(31714,1,1,33046,1,1534713103,'2015-12-04 20:34:58',''),(31715,1,1,33047,1,1534713103,'2015-12-04 20:35:01',''),(31716,1,1,33048,1,1534713103,'2015-12-04 20:35:03',''),(31717,1,1,33049,1,1534713103,'2015-12-04 20:35:05',''),(31718,1,1,33050,1,1534713103,'2015-12-04 20:35:08',''),(31719,1,1,33051,1,1534713103,'2015-12-04 20:35:10',''),(31720,1,1,33052,1,1534713103,'2015-12-04 20:35:13',''),(31721,1,1,33053,1,1123631273,'2015-12-04 23:03:59',''),(31722,1,1,33054,54,772044803,'2015-12-04 23:42:16',''),(31723,1,1,33055,67,772044803,'2015-12-04 23:42:21',''),(31724,1,1,33056,26,3702877324,'2015-12-05 00:51:16',''),(31725,1,1,33057,50,3024883467,'2015-12-05 01:29:40',''),(31726,1,1,33058,3,676177690,'2015-12-05 07:51:22',''),(31727,1,1,33059,68,676177690,'2015-12-05 07:51:24',''),(31728,1,1,33060,65,676177690,'2015-12-05 07:51:26',''),(31729,1,1,33061,3,676177690,'2015-12-05 07:51:27',''),(31730,1,1,33062,48,676177690,'2015-12-05 07:51:29',''),(31731,1,1,33063,15,676177695,'2015-12-05 07:51:35',''),(31732,1,1,33064,1,676177695,'2015-12-05 07:51:37',''),(31733,1,1,33065,6,676177695,'2015-12-05 07:51:38',''),(31734,1,1,33066,43,3475901772,'2015-12-05 07:52:01',''),(31735,1,1,33067,29,3475901772,'2015-12-05 07:52:04',''),(31736,1,1,33068,18,3475901772,'2015-12-05 07:52:05',''),(31737,1,1,33069,43,3475901772,'2015-12-05 07:52:07',''),(31738,1,1,33070,56,2637637415,'2015-12-05 07:54:43',''),(31739,1,1,33071,16,2637637415,'2015-12-05 07:54:45',''),(31740,1,1,33072,9,2637637415,'2015-12-05 07:54:47',''),(31741,1,1,33073,6,1123631281,'2015-12-05 08:51:05',''),(31742,1,1,33074,1,1524495831,'2015-12-05 09:21:07','https://www.google.co.uk/'),(31743,1,1,33075,27,2420911242,'2015-12-05 11:15:12',''),(31744,1,1,33076,44,2420911242,'2015-12-05 11:15:15',''),(31745,1,1,33077,10,2420911242,'2015-12-05 11:15:19',''),(31746,1,1,33078,1,1123631281,'2015-12-05 11:25:26',''),(31747,1,1,33079,66,1053988073,'2015-12-05 11:31:54',''),(31748,1,1,33080,1,2071807852,'2015-12-05 19:14:35',''),(31749,1,1,33081,1,2071807819,'2015-12-05 19:14:38',''),(31750,1,1,33082,52,3164934080,'2015-12-05 22:59:22',''),(31751,1,1,33083,1,1311760532,'2015-12-06 01:23:33',''),(31752,1,1,33084,1,1123631273,'2015-12-06 02:26:46',''),(31753,1,1,33085,1,3479603870,'2015-12-06 02:42:28',''),(31754,1,1,33086,59,3024883483,'2015-12-06 03:12:54',''),(31755,1,1,33087,29,3164934080,'2015-12-06 05:10:49',''),(31756,1,1,33088,1,2071807773,'2015-12-06 05:45:33',''),(31757,1,1,33089,1,2071807802,'2015-12-06 05:45:36',''),(31758,1,1,33090,1,2071807765,'2015-12-06 06:52:15',''),(31759,1,1,33091,1,2499491372,'2015-12-06 08:48:46',''),(31760,1,1,33092,1,84513156,'2015-12-06 08:48:46',''),(31761,1,1,33093,1,2538613875,'2015-12-06 09:05:41',''),(31762,1,1,33094,1,2538613875,'2015-12-06 09:05:51',''),(31763,1,1,33095,1,2538613875,'2015-12-06 09:06:02',''),(31764,1,1,33096,1,2538613875,'2015-12-06 09:06:05',''),(31765,1,1,33097,1,2538613875,'2015-12-06 09:06:09',''),(31766,1,1,33098,1,2538613875,'2015-12-06 09:06:16',''),(31767,1,1,33099,1,2538613875,'2015-12-06 09:06:21',''),(31768,1,1,33100,1,2538613875,'2015-12-06 09:06:30',''),(31769,1,1,33101,1,2538613875,'2015-12-06 09:06:32',''),(31770,1,1,33102,1,2538613875,'2015-12-06 09:06:39',''),(31771,1,1,33103,1,1542483288,'2015-12-06 10:04:07',''),(31772,1,1,33104,1,1123631273,'2015-12-06 11:33:27',''),(31773,1,1,33105,1,3342489299,'2015-12-06 11:46:26',''),(31774,1,1,33106,1,3342489299,'2015-12-06 11:46:28',''),(31775,1,1,33107,1,3342489299,'2015-12-06 11:46:31',''),(31776,1,1,33108,1,3342489299,'2015-12-06 11:46:33',''),(31777,1,1,33109,1,3495654154,'2015-12-06 12:33:46',''),(31778,1,1,33110,1,2655376907,'2015-12-06 12:53:00',''),(31779,1,1,33111,1,2655376907,'2015-12-06 12:53:03',''),(31780,1,1,33112,1,2655376907,'2015-12-06 12:53:07',''),(31781,1,1,33113,1,2655376907,'2015-12-06 12:53:10',''),(31782,1,1,33114,43,1053988087,'2015-12-06 13:32:11',''),(31783,1,1,33115,52,1053988087,'2015-12-06 13:32:15',''),(31784,1,1,33116,1,772036457,'2015-12-06 13:40:04',''),(31785,1,1,33117,9,772036457,'2015-12-06 13:40:06',''),(31786,1,1,33118,3,772036457,'2015-12-06 13:40:11',''),(31787,1,1,33119,18,772036457,'2015-12-06 13:40:14',''),(31788,1,1,33120,54,3328479415,'2015-12-06 13:45:19',''),(31789,1,1,33121,67,3328479415,'2015-12-06 13:45:32',''),(31790,1,1,33122,16,2953382627,'2015-12-06 14:06:20',''),(31791,1,1,33123,15,2953382627,'2015-12-06 14:06:24',''),(31792,1,1,33124,44,2420902020,'2015-12-06 14:17:08',''),(31793,1,1,33125,49,2420902020,'2015-12-06 14:17:11',''),(31794,1,1,33126,58,2420902020,'2015-12-06 14:17:13',''),(31795,1,1,33127,10,2420902020,'2015-12-06 14:17:16',''),(31796,1,1,33128,1,1123631281,'2015-12-06 14:21:51',''),(31797,1,1,33129,1,1163186166,'2015-12-06 15:53:25',''),(31798,1,1,33130,43,788300578,'2015-12-06 15:56:18',''),(31799,1,1,33131,49,788300578,'2015-12-06 15:56:20',''),(31800,1,1,33132,44,772044803,'2015-12-06 19:10:42',''),(31801,1,1,33133,58,772044803,'2015-12-06 19:10:45',''),(31802,1,1,33134,10,772044803,'2015-12-06 19:10:49',''),(31803,1,1,33135,1,1123631273,'2015-12-06 20:19:10',''),(31804,1,1,33136,6,2071807836,'2015-12-06 20:58:23',''),(31805,1,1,33137,1,1123631273,'2015-12-06 21:45:34',''),(31806,1,1,33138,26,3702877262,'2015-12-06 23:09:53',''),(31807,1,1,33139,1,1089904938,'2015-12-07 00:33:37','http://whois.domaintools.com/mstyresblackburn.co.uk'),(31808,1,1,33140,69,1123631276,'2015-12-07 01:22:36',''),(31809,1,1,33141,1,1123631273,'2015-12-07 01:54:07',''),(31810,1,1,33142,1,3339975108,'2015-12-07 02:55:44',''),(31811,1,1,33143,1,2045947885,'2015-12-07 02:55:47',''),(31812,1,1,33144,1,2045947885,'2015-12-07 02:55:50','https://www.google.co.uk/'),(31813,1,1,33145,49,3024883595,'2015-12-07 04:37:21',''),(31814,1,1,33146,43,2637637582,'2015-12-07 05:21:16',''),(31815,1,1,33147,26,2071807759,'2015-12-07 05:38:08',''),(31816,1,1,33148,1,2071807776,'2015-12-07 08:38:11',''),(31817,1,1,33149,1,3024883609,'2015-12-07 09:28:47',''),(31818,1,1,33150,48,3702877343,'2015-12-07 09:52:18',''),(31819,1,1,33151,6,3163547669,'2015-12-07 10:17:35',''),(31820,1,1,33152,1,772036457,'2015-12-07 10:22:39',''),(31821,1,1,33153,1,772036457,'2015-12-07 10:22:41',''),(31822,1,1,33154,1,1159650026,'2015-12-07 10:55:52',''),(31823,1,1,33155,1,1159650026,'2015-12-07 10:55:55',''),(31824,1,1,33156,1,1159650026,'2015-12-07 10:55:57',''),(31825,1,1,33157,1,1159650026,'2015-12-07 10:56:01',''),(31826,1,1,33158,1,1159650026,'2015-12-07 10:56:04',''),(31827,1,1,33159,1,1159650026,'2015-12-07 10:56:06',''),(31828,1,1,33160,1,1159650026,'2015-12-07 10:56:09',''),(31829,1,1,33161,1,1159650026,'2015-12-07 10:56:12',''),(31830,1,1,33162,1,1159650026,'2015-12-07 10:56:15',''),(31831,1,1,33163,1,1159650026,'2015-12-07 10:56:18',''),(31832,1,1,33164,6,3163547669,'2015-12-07 11:11:46',''),(31833,1,1,33165,1,2500155696,'2015-12-07 14:10:39','https://www.google.co.uk/'),(31834,1,1,33166,1,3024883609,'2015-12-07 14:40:11',''),(31835,1,1,33167,56,2637637515,'2015-12-07 14:53:20',''),(31836,1,1,33168,16,2637637515,'2015-12-07 14:53:23',''),(31837,1,1,33169,9,2637637511,'2015-12-07 14:53:25',''),(31838,1,1,33170,3,2637637441,'2015-12-07 14:54:54',''),(31839,1,1,33171,68,2637637441,'2015-12-07 14:54:56',''),(31840,1,1,33172,65,2637637441,'2015-12-07 14:54:58',''),(31841,1,1,33173,3,2637637441,'2015-12-07 14:55:00',''),(31842,1,1,33174,48,2637637441,'2015-12-07 14:55:02',''),(31843,1,1,33175,43,2637637582,'2015-12-07 14:56:42',''),(31844,1,1,33176,29,2637637582,'2015-12-07 14:56:44',''),(31845,1,1,33177,18,2637637582,'2015-12-07 14:56:46',''),(31846,1,1,33178,43,2637637582,'2015-12-07 14:56:48',''),(31847,1,1,33179,15,2637637507,'2015-12-07 15:02:35',''),(31848,1,1,33180,1,2637637507,'2015-12-07 15:02:38',''),(31849,1,1,33181,6,2637637507,'2015-12-07 15:02:39',''),(31850,1,1,33182,6,87915131,'2015-12-07 17:04:54','http://www.bing.com/search?q=blackburn+tyres+bb13ja&src=IE-SearchBox&FORM=IE8SRC'),(31851,1,1,33183,66,2990476559,'2015-12-07 17:17:03',''),(31852,1,1,33184,1,1542483278,'2015-12-07 17:48:04',''),(31853,1,1,33185,1,3024883480,'2015-12-07 19:45:29',''),(31854,1,1,33186,57,2637637581,'2015-12-07 23:28:48',''),(31855,1,1,33187,72,2637637507,'2015-12-07 23:39:30',''),(31856,1,1,33188,26,2637637507,'2015-12-07 23:39:33',''),(31857,1,1,33189,1,2637637507,'2015-12-07 23:39:34',''),(31858,1,1,33190,43,2637637582,'2015-12-08 00:21:50',''),(31859,1,1,33191,43,2637637582,'2015-12-08 00:21:52',''),(31860,1,1,33192,18,2637637582,'2015-12-08 00:21:54',''),(31861,1,1,33193,26,2637637582,'2015-12-08 00:21:55',''),(31862,1,1,33194,70,2637637512,'2015-12-08 01:24:36',''),(31863,1,1,33195,71,2637637512,'2015-12-08 01:24:38',''),(31864,1,1,33196,73,2637637512,'2015-12-08 01:24:40',''),(31865,1,1,33197,16,2637637512,'2015-12-08 01:24:42',''),(31866,1,1,33198,45,2637637512,'2015-12-08 01:24:44',''),(31867,1,1,33199,9,2637637512,'2015-12-08 01:24:45',''),(31868,1,1,33200,26,2637637512,'2015-12-08 01:24:47',''),(31869,1,1,33201,26,2637637512,'2015-12-08 01:24:48',''),(31870,1,1,33202,16,2637637512,'2015-12-08 01:51:34',''),(31871,1,1,33203,1,1123631273,'2015-12-08 05:05:42',''),(31872,1,1,33204,53,2637637507,'2015-12-08 05:51:31',''),(31873,1,1,33205,1,1123631281,'2015-12-08 06:59:51',''),(31874,1,1,33206,38,3702877272,'2015-12-08 08:09:35',''),(31875,1,1,33207,6,1123631273,'2015-12-08 08:24:48',''),(31876,1,1,33208,49,3024883479,'2015-12-08 10:36:20',''),(31877,1,1,33209,43,1123631276,'2015-12-08 10:51:54',''),(31878,1,1,33210,57,1123631273,'2015-12-08 11:42:20',''),(31879,1,1,33211,1,3024883462,'2015-12-08 12:21:19',''),(31880,1,1,33212,51,3163547683,'2015-12-08 14:04:34',''),(31881,1,1,33213,1,1489375385,'2015-12-08 18:26:55',''),(31882,1,1,33214,1,1489375385,'2015-12-08 18:26:58',''),(31883,1,1,33215,1,1489375385,'2015-12-08 18:27:01',''),(31884,1,1,33216,1,1489375385,'2015-12-08 18:27:04',''),(31885,1,1,33217,1,772036457,'2015-12-08 18:31:23',''),(31886,1,1,33218,1,772036457,'2015-12-08 18:31:26',''),(31887,1,1,33219,1,772036457,'2015-12-08 18:31:29',''),(31888,1,1,33220,1,772036457,'2015-12-08 18:31:31',''),(31889,1,1,33221,56,1123631281,'2015-12-08 20:14:12',''),(31890,1,1,33222,44,1159649130,'2015-12-08 20:19:22',''),(31891,1,1,33223,49,1159649130,'2015-12-08 20:19:25',''),(31892,1,1,33224,58,1159649130,'2015-12-08 20:19:29',''),(31893,1,1,33225,10,1159649130,'2015-12-08 20:19:32',''),(31894,1,1,33226,45,1123631273,'2015-12-08 21:47:29',''),(31895,1,1,33227,1,1308163185,'2015-12-09 00:09:56',''),(31896,1,1,33228,1,1308163185,'2015-12-09 00:09:59',''),(31897,1,1,33229,1,1308163185,'2015-12-09 00:10:02',''),(31898,1,1,33230,1,1308163185,'2015-12-09 00:10:04',''),(31899,1,1,33231,1,1308163185,'2015-12-09 00:10:07',''),(31900,1,1,33232,1,1308163185,'2015-12-09 00:10:09',''),(31901,1,1,33233,1,1308163185,'2015-12-09 00:10:11',''),(31902,1,1,33234,1,1308163185,'2015-12-09 00:10:14',''),(31903,1,1,33235,1,1308163185,'2015-12-09 00:10:16',''),(31904,1,1,33236,1,1308163185,'2015-12-09 00:10:19',''),(31905,1,1,33237,54,2297653148,'2015-12-09 00:20:10',''),(31906,1,1,33238,67,2297653148,'2015-12-09 00:20:13',''),(31907,1,1,33239,16,1123631281,'2015-12-09 01:39:30',''),(31908,1,1,33240,16,2637637611,'2015-12-09 01:44:47',''),(31909,1,1,33241,43,84511443,'2015-12-09 01:55:09',''),(31910,1,1,33242,52,84511443,'2015-12-09 01:55:12',''),(31911,1,1,33243,26,1152705578,'2015-12-09 02:05:29',''),(31912,1,1,33244,26,1152705578,'2015-12-09 02:39:58',''),(31913,1,1,33245,26,1159649166,'2015-12-09 04:50:47',''),(31914,1,1,33246,26,1159649166,'2015-12-09 04:50:49',''),(31915,1,1,33247,26,1159649166,'2015-12-09 04:50:52',''),(31916,1,1,33248,26,1159649166,'2015-12-09 04:50:54',''),(31917,1,1,33249,26,1159649166,'2015-12-09 04:50:56',''),(31918,1,1,33250,26,1159649166,'2015-12-09 04:50:59',''),(31919,1,1,33251,26,1159649166,'2015-12-09 04:51:01',''),(31920,1,1,33252,26,1159649166,'2015-12-09 04:51:03',''),(31921,1,1,33253,26,1159649166,'2015-12-09 04:51:06',''),(31922,1,1,33254,26,1159649166,'2015-12-09 04:51:08',''),(31923,1,1,33255,58,1159649166,'2015-12-09 04:51:10',''),(31924,1,1,33256,38,1123631276,'2015-12-09 05:30:34',''),(31925,1,1,33257,1,2953382627,'2015-12-09 06:30:32',''),(31926,1,1,33258,9,2953382627,'2015-12-09 06:30:36',''),(31927,1,1,33259,3,2953382627,'2015-12-09 06:30:44',''),(31928,1,1,33260,18,2953382627,'2015-12-09 06:30:46',''),(31929,1,1,33261,16,2953382627,'2015-12-09 07:49:17',''),(31930,1,1,33262,15,2953382627,'2015-12-09 07:49:21',''),(31931,1,1,33263,44,772044803,'2015-12-09 10:10:08',''),(31932,1,1,33264,58,772044803,'2015-12-09 10:10:13',''),(31933,1,1,33265,10,772044803,'2015-12-09 10:10:17',''),(31934,1,1,33266,44,772044803,'2015-12-09 10:10:17',''),(31935,1,1,33267,58,772044803,'2015-12-09 10:10:21',''),(31936,1,1,33268,10,772044803,'2015-12-09 10:10:27',''),(31937,1,1,33269,1,1542483296,'2015-12-09 11:21:52',''),(31938,1,1,33270,65,3024883462,'2015-12-09 11:39:23',''),(31939,1,1,33271,1,772036457,'2015-12-09 11:46:43',''),(31940,1,1,33272,1,772036457,'2015-12-09 11:46:47',''),(31941,1,1,33273,1,772036457,'2015-12-09 11:46:50',''),(31942,1,1,33274,1,772036457,'2015-12-09 11:46:54',''),(31943,1,1,33275,1,772036457,'2015-12-09 11:46:57',''),(31944,1,1,33276,1,772036457,'2015-12-09 11:47:00',''),(31945,1,1,33277,49,1123631273,'2015-12-09 12:58:02',''),(31946,1,1,33278,1,84048174,'2015-12-09 13:40:11','https://www.google.co.uk/'),(31947,1,1,33279,27,1152705578,'2015-12-09 16:15:24',''),(31948,1,1,33280,1,1415298456,'2015-12-09 16:48:53','http://buttons-for-website.com'),(31949,1,1,33281,65,3024883596,'2015-12-09 17:28:29',''),(31950,1,1,33282,58,3164934080,'2015-12-09 18:13:49',''),(31951,1,1,33283,3,3164934080,'2015-12-09 19:46:11',''),(31952,1,1,33284,1,1123631281,'2015-12-10 00:30:15',''),(31953,1,1,33285,31,872317940,'2015-12-10 03:50:16',''),(31954,1,1,33286,47,872317940,'2015-12-10 03:50:20',''),(31955,1,1,33287,1,772045740,'2015-12-10 06:08:00',''),(31956,1,1,33288,66,84504390,'2015-12-10 07:02:53',''),(31957,1,1,33289,15,1123633733,'2015-12-10 07:34:43',''),(31958,1,1,33290,27,3164934080,'2015-12-10 08:31:10',''),(31959,1,1,33291,1,1123633729,'2015-12-10 08:42:06',''),(31960,1,1,33292,26,84498858,'2015-12-10 09:08:48',''),(31961,1,1,33293,26,84498858,'2015-12-10 09:08:51',''),(31962,1,1,33294,26,84498858,'2015-12-10 09:08:54',''),(31963,1,1,33295,26,84498858,'2015-12-10 09:08:57',''),(31964,1,1,33296,59,84498858,'2015-12-10 09:09:00',''),(31965,1,1,33297,1,1123633733,'2015-12-10 09:13:33',''),(31966,1,1,33298,1,3108344213,'2015-12-10 09:33:18','https://www.google.co.uk/'),(31967,1,1,33299,6,1152705578,'2015-12-10 11:23:16',''),(31968,1,1,33300,3,2637637581,'2015-12-10 11:37:42',''),(31969,1,1,33301,68,2637637581,'2015-12-10 11:37:43',''),(31970,1,1,33302,63,2637637581,'2015-12-10 11:37:45',''),(31971,1,1,33303,48,2637637581,'2015-12-10 11:37:47',''),(31972,1,1,33304,27,2637637581,'2015-12-10 11:37:49',''),(31973,1,1,33305,56,2637637611,'2015-12-10 11:37:50',''),(31974,1,1,33306,58,2637637581,'2015-12-10 11:37:51',''),(31975,1,1,33307,49,2637637611,'2015-12-10 11:37:52',''),(31976,1,1,33308,3,2637637581,'2015-12-10 11:37:53',''),(31977,1,1,33309,70,2637637611,'2015-12-10 11:37:54',''),(31978,1,1,33310,69,2637637581,'2015-12-10 11:37:55',''),(31979,1,1,33311,10,2637637611,'2015-12-10 11:37:57',''),(31980,1,1,33312,65,2637637581,'2015-12-10 11:37:57',''),(31981,1,1,33313,55,2637637611,'2015-12-10 11:37:59',''),(31982,1,1,33314,71,2637637611,'2015-12-10 11:38:01',''),(31983,1,1,33315,73,2637637611,'2015-12-10 11:38:03',''),(31984,1,1,33316,9,2637637611,'2015-12-10 11:38:05',''),(31985,1,1,33317,29,2637637471,'2015-12-10 11:40:47',''),(31986,1,1,33318,64,2637637471,'2015-12-10 11:40:48',''),(31987,1,1,33319,28,2637637471,'2015-12-10 11:40:51',''),(31988,1,1,33320,62,2637637471,'2015-12-10 11:40:53',''),(31989,1,1,33321,59,2637637471,'2015-12-10 11:40:55',''),(31990,1,1,33322,43,2637637471,'2015-12-10 11:40:56',''),(31991,1,1,33323,43,2637637471,'2015-12-10 11:40:57',''),(31992,1,1,33324,75,2637637471,'2015-12-10 11:40:58',''),(31993,1,1,33325,67,2637637471,'2015-12-10 11:40:59',''),(31994,1,1,33326,18,2637637471,'2015-12-10 11:41:02',''),(31995,1,1,33327,1,2637637507,'2015-12-10 11:46:08',''),(31996,1,1,33328,44,2637637507,'2015-12-10 11:46:09',''),(31997,1,1,33329,51,2637637507,'2015-12-10 11:46:11',''),(31998,1,1,33330,72,2637637507,'2015-12-10 11:46:13',''),(31999,1,1,33331,50,2637637507,'2015-12-10 11:46:15',''),(32000,1,1,33332,15,2637637507,'2015-12-10 11:46:17',''),(32001,1,1,33333,6,2637637507,'2015-12-10 11:46:17',''),(32002,1,1,33334,1,87915131,'2015-12-10 12:12:27','https://www.google.co.uk/'),(32003,1,1,33335,1,1542483275,'2015-12-10 13:31:51',''),(32004,1,1,33336,1,3261783125,'2015-12-10 15:23:39','https://www.google.co.uk/'),(32005,1,1,33337,1,1353764961,'2015-12-10 15:28:34','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwijhvSQzdHJAhWH7BQKHazRDT8QFggpMAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(32006,1,1,33338,1,3259164760,'2015-12-10 15:28:50',''),(32007,1,1,33339,1,2513057286,'2015-12-10 15:53:00',''),(32008,1,1,33340,1,2513057286,'2015-12-10 15:53:04',''),(32009,1,1,33341,1,2513057286,'2015-12-10 15:53:08',''),(32010,1,1,33342,1,2513057286,'2015-12-10 15:53:11',''),(32011,1,1,33343,1,2513057286,'2015-12-10 15:53:15',''),(32012,1,1,33344,1,2513057286,'2015-12-10 15:53:20',''),(32013,1,1,33345,1,2513057286,'2015-12-10 15:53:24',''),(32014,1,1,33346,1,2513057286,'2015-12-10 15:53:30',''),(32015,1,1,33347,1,2513057286,'2015-12-10 15:53:33',''),(32016,1,1,33348,1,2513057286,'2015-12-10 15:53:37',''),(32017,1,1,33349,75,2513057286,'2015-12-10 15:53:42',''),(32018,1,1,33350,1,1397225252,'2015-12-10 16:03:27',''),(32019,1,1,33351,1,1397225252,'2015-12-10 16:03:37',''),(32020,1,1,33352,1,1397225252,'2015-12-10 16:03:56',''),(32021,1,1,33353,1,1397225252,'2015-12-10 16:04:09',''),(32022,1,1,33354,1,1397225252,'2015-12-10 16:04:23',''),(32023,1,1,33355,1,1397225252,'2015-12-10 16:04:31',''),(32024,1,1,33356,1,2204827763,'2015-12-10 16:36:41',''),(32025,1,1,33357,1,1445941394,'2015-12-10 17:11:16',''),(32026,1,1,33358,1,1445941394,'2015-12-10 17:11:26',''),(32027,1,1,33359,1,1445941394,'2015-12-10 17:11:35',''),(32028,1,1,33360,1,1445941394,'2015-12-10 17:11:49',''),(32029,1,1,33361,1,1445941394,'2015-12-10 17:11:59',''),(32030,1,1,33362,1,1445941394,'2015-12-10 17:12:19',''),(32031,1,1,33363,56,2455407864,'2015-12-10 17:41:57','https://www.google.co.uk/'),(32032,1,1,33364,53,3164934080,'2015-12-10 17:47:28',''),(32033,1,1,33365,43,3163547662,'2015-12-10 18:36:03',''),(32034,1,1,33366,51,3702877306,'2015-12-10 20:37:10',''),(32035,1,1,33367,15,1329900748,'2015-12-10 21:39:52','https://www.google.co.uk/'),(32036,1,1,33368,66,2637637507,'2015-12-10 21:40:29',''),(32037,1,1,33369,1,1123631273,'2015-12-10 22:19:05',''),(32038,1,1,33370,1,1123631281,'2015-12-10 22:34:17',''),(32039,1,1,33371,26,1152705578,'2015-12-10 22:47:50',''),(32040,1,1,33372,1,2516515450,'2015-12-11 00:20:00','https://www.google.co.uk/'),(32041,1,1,33373,1,3024883465,'2015-12-11 00:52:36',''),(32042,1,1,33374,1,3495654154,'2015-12-11 01:06:13',''),(32043,1,1,33375,1,3024883472,'2015-12-11 01:09:13',''),(32044,1,1,33376,1,2990476559,'2015-12-11 01:40:02',''),(32045,1,1,33377,1,2990476559,'2015-12-11 01:40:05',''),(32046,1,1,33378,1,2990476559,'2015-12-11 01:40:07',''),(32047,1,1,33379,1,2990476559,'2015-12-11 01:40:09',''),(32048,1,1,33380,46,2071807773,'2015-12-11 01:44:46',''),(32049,1,1,33381,44,772036457,'2015-12-11 01:52:01',''),(32050,1,1,33382,49,772036457,'2015-12-11 01:52:04',''),(32051,1,1,33383,58,772036457,'2015-12-11 01:52:06',''),(32052,1,1,33384,10,772036457,'2015-12-11 01:52:09',''),(32053,1,1,33385,54,2655377001,'2015-12-11 02:13:00',''),(32054,1,1,33386,67,2655377001,'2015-12-11 02:13:06',''),(32055,1,1,33387,56,1123631276,'2015-12-11 02:35:45',''),(32056,1,1,33388,43,1489375385,'2015-12-11 03:35:25',''),(32057,1,1,33389,52,1489375385,'2015-12-11 03:35:28',''),(32058,1,1,33390,55,1489375385,'2015-12-11 03:35:30',''),(32059,1,1,33391,64,1489375385,'2015-12-11 03:35:33',''),(32060,1,1,33392,6,3024883619,'2015-12-11 04:15:12',''),(32061,1,1,33393,58,1152705578,'2015-12-11 04:26:52',''),(32062,1,1,33394,1,772044803,'2015-12-11 05:12:42',''),(32063,1,1,33395,9,772044803,'2015-12-11 05:12:52',''),(32064,1,1,33396,3,772044803,'2015-12-11 05:13:08',''),(32065,1,1,33397,18,772044803,'2015-12-11 05:13:13',''),(32066,1,1,33398,26,1152705578,'2015-12-11 05:34:16',''),(32067,1,1,33399,43,2990476559,'2015-12-11 06:10:09',''),(32068,1,1,33400,49,2990476559,'2015-12-11 06:10:13',''),(32069,1,1,33401,16,3164934080,'2015-12-11 06:29:14',''),(32070,1,1,33402,1,1123631273,'2015-12-11 06:57:02',''),(32071,1,1,33403,56,1123631273,'2015-12-11 07:29:34',''),(32072,1,1,33404,1,2953382627,'2015-12-11 07:38:47',''),(32073,1,1,33405,1,872309210,'2015-12-11 07:59:52',''),(32074,1,1,33406,1,872309210,'2015-12-11 07:59:55',''),(32075,1,1,33407,1,872309210,'2015-12-11 07:59:58',''),(32076,1,1,33408,1,872309210,'2015-12-11 08:00:02',''),(32077,1,1,33409,1,1123631273,'2015-12-11 08:52:33',''),(32078,1,1,33410,6,1123631276,'2015-12-11 10:55:03',''),(32079,1,1,33411,56,1152705578,'2015-12-11 11:05:25',''),(32080,1,1,33412,68,3164934080,'2015-12-11 11:29:41',''),(32081,1,1,33413,1,1123631273,'2015-12-11 12:30:25',''),(32082,1,1,33415,44,1053993637,'2015-12-11 13:00:54',''),(32083,1,1,33416,58,1053993637,'2015-12-11 13:01:01',''),(32084,1,1,33417,10,1053993637,'2015-12-11 13:01:08',''),(32085,1,1,33418,1,1123631273,'2015-12-11 13:02:28',''),(32086,1,1,33419,1,1152705578,'2015-12-11 13:09:16',''),(32087,1,1,33420,1,1412291104,'2015-12-11 13:28:03','https://www.google.co.uk/'),(32088,1,1,33421,6,3275477462,'2015-12-11 13:59:36','http://www.bing.com/search?q=tyres+whitebirk&src=IE-TopResult&FORM=IETR02&conversationid='),(32089,1,1,33422,57,3164934080,'2015-12-11 14:20:49',''),(32090,1,1,33423,1,3479603870,'2015-12-11 14:24:50',''),(32091,1,1,33424,62,1123631273,'2015-12-11 14:57:01',''),(32092,1,1,33425,1,1542483275,'2015-12-11 15:28:38',''),(32093,1,1,33426,1,1796538632,'2015-12-11 17:44:59',''),(32094,1,1,33427,26,2990476559,'2015-12-11 18:06:27',''),(32095,1,1,33428,26,2990476559,'2015-12-11 18:06:29',''),(32096,1,1,33429,31,2990476559,'2015-12-11 18:06:32',''),(32097,1,1,33430,1,1443413701,'2015-12-11 18:19:47',''),(32098,1,1,33431,1,3648140362,'2015-12-11 18:47:24',''),(32099,1,1,33432,1,3024883613,'2015-12-11 19:36:57',''),(32100,1,1,33433,63,1123631281,'2015-12-11 19:47:36',''),(32101,1,1,33434,1,2548534836,'2015-12-11 20:49:33','https://www.google.co.uk/'),(32102,1,1,33435,50,1152705578,'2015-12-11 21:54:53',''),(32103,1,1,33437,1,3110755364,'2015-12-11 22:40:55',''),(32104,1,1,33438,1,3110755364,'2015-12-11 22:41:05',''),(32105,1,1,33439,1,3110755364,'2015-12-11 22:41:17',''),(32106,1,1,33440,1,3110755364,'2015-12-11 22:41:24',''),(32107,1,1,33441,1,3110755364,'2015-12-11 22:41:34',''),(32108,1,1,33442,1,3110755364,'2015-12-11 22:41:40',''),(32109,1,1,33443,1,3110755364,'2015-12-11 22:41:49',''),(32110,1,1,33444,1,3110755364,'2015-12-11 22:41:55',''),(32111,1,1,33445,1,3110755364,'2015-12-11 22:42:03',''),(32112,1,1,33446,1,3110755364,'2015-12-11 22:42:12',''),(32113,1,1,33447,1,3110755364,'2015-12-11 22:42:20',''),(32114,1,1,33448,1,3110755364,'2015-12-11 22:42:29',''),(32115,1,1,33449,1,3110755364,'2015-12-11 22:42:38',''),(32116,1,1,33450,1,3110755364,'2015-12-11 22:43:09',''),(32117,1,1,33451,1,3110755364,'2015-12-11 22:44:31',''),(32118,1,1,33452,1,3110755364,'2015-12-11 22:45:03',''),(32119,1,1,33453,1,3110755364,'2015-12-11 22:45:22',''),(32120,1,1,33454,1,3110755364,'2015-12-11 22:45:36',''),(32121,1,1,33455,1,3110755364,'2015-12-11 22:45:53',''),(32122,1,1,33456,1,3110755364,'2015-12-11 22:46:02',''),(32123,1,1,33457,1,3110755364,'2015-12-11 22:46:16',''),(32124,1,1,33458,1,3110755364,'2015-12-11 22:46:28',''),(32125,1,1,33459,1,3110755364,'2015-12-11 22:46:37',''),(32126,1,1,33460,1,3110755364,'2015-12-11 22:46:55',''),(32127,1,1,33461,1,3110755364,'2015-12-11 22:47:15',''),(32128,1,1,33462,1,3110755364,'2015-12-11 22:47:34',''),(32129,1,1,33463,1,3110755364,'2015-12-11 22:47:44',''),(32130,1,1,33464,1,3110755364,'2015-12-11 22:48:00',''),(32131,1,1,33465,1,3110755364,'2015-12-11 22:48:10',''),(32132,1,1,33466,1,3110755364,'2015-12-11 22:48:23',''),(32133,1,1,33467,1,3110755364,'2015-12-11 22:48:37',''),(32134,1,1,33468,42,1123631281,'2015-12-11 22:48:52',''),(32135,1,1,33469,1,3110755364,'2015-12-11 22:48:52',''),(32136,1,1,33470,1,3110755364,'2015-12-11 22:49:09',''),(32137,1,1,33471,1,3110755364,'2015-12-11 22:49:22',''),(32138,1,1,33472,1,3110755364,'2015-12-11 22:49:35',''),(32139,1,1,33473,1,3110755364,'2015-12-11 22:49:49',''),(32140,1,1,33474,1,3110755364,'2015-12-11 22:50:06',''),(32141,1,1,33475,1,3110755364,'2015-12-11 22:50:15',''),(32142,1,1,33476,1,3110755364,'2015-12-11 22:50:24',''),(32143,1,1,33477,1,3110755364,'2015-12-11 22:50:36',''),(32144,1,1,33478,1,3110755364,'2015-12-11 22:50:46',''),(32145,1,1,33479,1,3110755364,'2015-12-11 22:50:58',''),(32146,1,1,33480,1,3110755364,'2015-12-11 22:51:09',''),(32147,1,1,33481,1,3110755364,'2015-12-11 22:51:19',''),(32148,1,1,33482,29,1152705578,'2015-12-12 00:13:53',''),(32149,1,1,33483,62,1123631273,'2015-12-12 00:14:09',''),(32150,1,1,33484,6,676177684,'2015-12-12 02:36:20',''),(32151,1,1,33485,31,772036457,'2015-12-12 03:16:38',''),(32152,1,1,33486,47,772036457,'2015-12-12 03:16:42',''),(32153,1,1,33487,55,772036457,'2015-12-12 03:16:45',''),(32154,1,1,33488,64,772036457,'2015-12-12 03:16:49',''),(32155,1,1,33489,54,1152705578,'2015-12-12 03:27:24',''),(32156,1,1,33490,43,2637637471,'2015-12-12 03:37:39',''),(32157,1,1,33491,66,772045740,'2015-12-12 04:27:46',''),(32158,1,1,33492,44,1123631281,'2015-12-12 05:45:42',''),(32159,1,1,33493,1,786803397,'2015-12-12 06:18:23',''),(32160,1,1,33494,1,872320472,'2015-12-12 06:18:57',''),(32161,1,1,33495,1,872320472,'2015-12-12 06:19:02',''),(32162,1,1,33496,1,872320472,'2015-12-12 06:19:05',''),(32163,1,1,33497,1,872320472,'2015-12-12 06:19:09',''),(32164,1,1,33498,1,872320472,'2015-12-12 06:19:13',''),(32165,1,1,33499,1,872320472,'2015-12-12 06:19:16',''),(32166,1,1,33500,1,872320472,'2015-12-12 06:19:20',''),(32167,1,1,33501,1,872320472,'2015-12-12 06:19:24',''),(32168,1,1,33502,1,872320472,'2015-12-12 06:19:28',''),(32169,1,1,33503,1,872320472,'2015-12-12 06:19:32',''),(32170,1,1,33504,70,3024883604,'2015-12-12 06:30:08',''),(32171,1,1,33505,26,2071807815,'2015-12-12 07:42:35',''),(32172,1,1,33506,72,3164934080,'2015-12-12 07:59:00',''),(32173,1,1,33507,1,3110755364,'2015-12-12 08:06:23',''),(32174,1,1,33508,1,3110755364,'2015-12-12 08:07:38',''),(32175,1,1,33509,1,3110755364,'2015-12-12 08:08:59',''),(32176,1,1,33510,1,3110755364,'2015-12-12 08:10:14',''),(32177,1,1,33511,62,1123631273,'2015-12-12 09:17:14',''),(32178,1,1,33512,1,3024883464,'2015-12-12 10:52:31',''),(32179,1,1,33513,1,1545057514,'2015-12-12 11:05:28','https://www.google.co.uk/'),(32180,1,1,33514,6,676177684,'2015-12-12 11:49:28',''),(32181,1,1,33515,63,3702877293,'2015-12-12 13:45:06',''),(32182,1,1,33516,1,872320286,'2015-12-12 16:31:56',''),(32183,1,1,33517,1,872320286,'2015-12-12 16:31:59',''),(32184,1,1,33518,1,872320286,'2015-12-12 16:32:03',''),(32185,1,1,33519,1,872320286,'2015-12-12 16:32:07',''),(32186,1,1,33520,1,872320286,'2015-12-12 16:32:10',''),(32187,1,1,33521,1,872320286,'2015-12-12 16:32:15',''),(32188,1,1,33522,1,872320286,'2015-12-12 16:32:19',''),(32189,1,1,33523,1,872320286,'2015-12-12 16:32:23',''),(32190,1,1,33524,1,872320286,'2015-12-12 16:32:28',''),(32191,1,1,33525,1,872320286,'2015-12-12 16:32:32',''),(32192,1,1,33526,1,1542483271,'2015-12-12 17:16:52',''),(32193,1,1,33527,1,3475901792,'2015-12-12 19:22:47',''),(32194,1,1,33528,1,3475901792,'2015-12-12 19:22:48',''),(32195,1,1,33529,1,676177711,'2015-12-12 19:25:03',''),(32196,1,1,33530,29,3475901792,'2015-12-12 20:30:09',''),(32197,1,1,33531,64,3475901792,'2015-12-12 20:30:10',''),(32198,1,1,33532,28,3475901792,'2015-12-12 20:30:12',''),(32199,1,1,33533,62,3475901792,'2015-12-12 20:30:14',''),(32200,1,1,33534,59,3475901792,'2015-12-12 20:30:16',''),(32201,1,1,33535,43,3475901792,'2015-12-12 20:30:17',''),(32202,1,1,33536,43,3475901792,'2015-12-12 20:30:18',''),(32203,1,1,33537,75,3475901792,'2015-12-12 20:30:20',''),(32204,1,1,33538,67,3475901792,'2015-12-12 20:30:21',''),(32205,1,1,33539,18,3475901792,'2015-12-12 20:30:22',''),(32206,1,1,33540,56,676177711,'2015-12-12 20:33:00',''),(32207,1,1,33541,49,676177711,'2015-12-12 20:33:02',''),(32208,1,1,33542,70,676177711,'2015-12-12 20:33:04',''),(32209,1,1,33543,10,676177711,'2015-12-12 20:33:06',''),(32210,1,1,33544,55,676177711,'2015-12-12 20:33:08',''),(32211,1,1,33545,71,676177711,'2015-12-12 20:33:09',''),(32212,1,1,33546,73,676177711,'2015-12-12 20:33:11',''),(32213,1,1,33547,9,676177711,'2015-12-12 20:33:13',''),(32214,1,1,33548,1,676177725,'2015-12-12 20:44:20',''),(32215,1,1,33549,44,676177725,'2015-12-12 20:44:21',''),(32216,1,1,33550,51,676177725,'2015-12-12 20:44:22',''),(32217,1,1,33551,72,676177725,'2015-12-12 20:44:24',''),(32218,1,1,33552,50,676177725,'2015-12-12 20:44:26',''),(32219,1,1,33553,15,676177725,'2015-12-12 20:44:28',''),(32220,1,1,33554,6,676177725,'2015-12-12 20:44:30',''),(32221,1,1,33555,57,3475901835,'2015-12-13 01:00:34',''),(32222,1,1,33556,1,2071807772,'2015-12-13 02:44:32',''),(32223,1,1,33557,43,676177711,'2015-12-13 03:30:42',''),(32224,1,1,33558,43,1152705578,'2015-12-13 04:55:21',''),(32225,1,1,33559,1,3510284945,'2015-12-13 04:57:24',''),(32226,1,1,33560,1,3510284945,'2015-12-13 04:58:30',''),(32227,1,1,33561,1,3510284945,'2015-12-13 04:59:43',''),(32228,1,1,33563,1,2297653084,'2015-12-13 05:35:44',''),(32229,1,1,33564,1,2297653084,'2015-12-13 05:35:46',''),(32230,1,1,33565,1,2297653084,'2015-12-13 05:35:48',''),(32231,1,1,33566,1,2297653084,'2015-12-13 05:35:51',''),(32232,1,1,33567,65,3024883612,'2015-12-13 09:11:55',''),(32233,1,1,33568,44,772036457,'2015-12-13 09:42:31',''),(32234,1,1,33569,49,772036457,'2015-12-13 09:42:35',''),(32235,1,1,33570,58,772036457,'2015-12-13 09:42:38',''),(32236,1,1,33571,10,772036457,'2015-12-13 09:42:41',''),(32237,1,1,33572,63,1123631273,'2015-12-13 09:44:26',''),(32238,1,1,33573,1,1546189279,'2015-12-13 13:08:33',''),(32239,1,1,33574,1,1159654074,'2015-12-13 14:58:15',''),(32240,1,1,33575,9,1159654074,'2015-12-13 14:58:22',''),(32241,1,1,33576,3,1159654074,'2015-12-13 14:58:28',''),(32242,1,1,33577,18,1159654074,'2015-12-13 14:58:31',''),(32243,1,1,33578,44,1534699970,'2015-12-13 15:00:11',''),(32244,1,1,33579,58,1534699970,'2015-12-13 15:00:22',''),(32245,1,1,33580,10,1534699970,'2015-12-13 15:00:35',''),(32246,1,1,33581,56,1546189125,'2015-12-13 15:32:22','http://www.bing.com/search?q=rapid+225+45+18&a=results&MID=2500'),(32247,1,1,33582,1,3076008983,'2015-12-13 16:44:48','http://buttons-for-website.com'),(32248,1,1,33583,1,872317501,'2015-12-13 18:09:05',''),(32249,1,1,33584,1,872317501,'2015-12-13 18:09:09',''),(32250,1,1,33585,1,872317501,'2015-12-13 18:09:13',''),(32251,1,1,33586,1,872317501,'2015-12-13 18:09:17',''),(32252,1,1,33587,1,872317501,'2015-12-13 18:09:21',''),(32253,1,1,33588,1,872317501,'2015-12-13 18:09:25',''),(32254,1,1,33589,1,872317501,'2015-12-13 18:09:29',''),(32255,1,1,33590,1,872317501,'2015-12-13 18:09:34',''),(32256,1,1,33591,1,872317501,'2015-12-13 18:09:39',''),(32257,1,1,33592,1,872317501,'2015-12-13 18:09:43',''),(32258,1,1,33593,43,772044803,'2015-12-13 18:28:09',''),(32259,1,1,33594,52,772044803,'2015-12-13 18:28:12',''),(32260,1,1,33595,55,772044803,'2015-12-13 18:28:16',''),(32261,1,1,33596,64,772044803,'2015-12-13 18:28:20',''),(32262,1,1,33597,54,772043973,'2015-12-13 18:29:40',''),(32263,1,1,33598,67,772043973,'2015-12-13 18:29:43',''),(32264,1,1,33599,18,676177665,'2015-12-13 18:35:16',''),(32265,1,1,33600,1,1542483302,'2015-12-13 18:36:59',''),(32266,1,1,33601,75,1123631281,'2015-12-13 19:07:18',''),(32267,1,1,33602,62,1123631273,'2015-12-13 20:11:23',''),(32268,1,1,33603,1,2297653156,'2015-12-13 20:16:25',''),(32269,1,1,33604,1,2297653156,'2015-12-13 20:16:28',''),(32270,1,1,33605,6,1123631273,'2015-12-13 20:57:34',''),(32271,1,1,33606,45,1152705578,'2015-12-13 21:19:58',''),(32272,1,1,33607,56,3024883480,'2015-12-14 01:01:28',''),(32273,1,1,33581,56,2969340190,'2015-12-14 02:02:18','http://www.bing.com/search?q=rapid+225+45+18&a=results&MID=2500'),(32274,1,1,33608,16,1152705578,'2015-12-14 02:13:32',''),(32275,1,1,33609,43,772044803,'2015-12-14 02:32:55',''),(32276,1,1,33610,49,772044803,'2015-12-14 02:33:00',''),(32277,1,1,33611,1,1123631273,'2015-12-14 02:42:06',''),(32278,1,1,33612,43,676177759,'2015-12-14 03:07:17',''),(32279,1,1,33613,28,1152705578,'2015-12-14 03:22:52',''),(32280,1,1,33614,1,1123631273,'2015-12-14 05:18:50',''),(32281,1,1,33615,1,1123631276,'2015-12-14 06:02:33',''),(32282,1,1,33616,16,676177737,'2015-12-14 06:09:39',''),(32283,1,1,33617,42,1123631273,'2015-12-14 08:09:31',''),(32284,1,1,33618,1,2953382627,'2015-12-14 10:03:43',''),(32285,1,1,33619,1,2953382627,'2015-12-14 10:03:48',''),(32286,1,1,33620,1,2953382627,'2015-12-14 10:03:52',''),(32287,1,1,33621,1,2953382627,'2015-12-14 10:03:54',''),(32288,1,1,33622,1,2953382627,'2015-12-14 10:03:58',''),(32289,1,1,33623,1,2953382627,'2015-12-14 10:04:00',''),(32290,1,1,33624,1,2953382627,'2015-12-14 10:04:05',''),(32291,1,1,33625,1,2953382627,'2015-12-14 10:04:08',''),(32292,1,1,33626,1,2953382627,'2015-12-14 10:04:12',''),(32293,1,1,33627,1,2953382627,'2015-12-14 10:04:15',''),(32294,1,1,33628,1,1123631273,'2015-12-14 12:12:59',''),(32295,1,1,33629,68,1123631281,'2015-12-14 12:48:39',''),(32296,1,1,33630,44,2538610557,'2015-12-14 15:09:12',''),(32297,1,1,33631,1,1123631273,'2015-12-14 15:44:03',''),(32298,1,1,33633,66,772044803,'2015-12-14 16:41:59',''),(32299,1,1,33634,1,1123631281,'2015-12-14 17:13:15',''),(32300,1,1,33635,57,1152705578,'2015-12-14 17:33:45',''),(32301,1,1,33636,1,1585799379,'2015-12-14 18:08:33','http://buttons-for-website.com'),(32302,1,1,33637,65,3328530050,'2015-12-14 19:12:21','https://www.google.com/'),(32303,1,1,33638,1,2071807757,'2015-12-14 19:44:34',''),(32304,1,1,33639,1,3278927917,'2015-12-14 20:03:07',''),(32305,1,1,33640,1,3278927917,'2015-12-14 20:03:12',''),(32306,1,1,33641,1,3278927917,'2015-12-14 20:03:15',''),(32307,1,1,33642,1,3278927917,'2015-12-14 20:03:21',''),(32308,1,1,33643,1,3278927917,'2015-12-14 20:03:25',''),(32309,1,1,33644,1,3278927917,'2015-12-14 20:03:31',''),(32310,1,1,33645,1,3278927917,'2015-12-14 20:03:35',''),(32311,1,1,33646,1,3278927917,'2015-12-14 20:03:39',''),(32312,1,1,33647,1,3278927917,'2015-12-14 20:03:43',''),(32313,1,1,33648,1,3278927917,'2015-12-14 20:03:50',''),(32314,1,1,33649,1,3278927917,'2015-12-14 20:03:56',''),(32315,1,1,33650,1,1542483284,'2015-12-14 20:04:22',''),(32316,1,1,33651,26,1152705578,'2015-12-14 21:11:22',''),(32317,1,1,33653,1,3024883595,'2015-12-14 23:21:08',''),(32318,1,1,33654,62,1300432742,'2015-12-14 23:40:22','https://www.google.fr/'),(32319,1,1,33655,68,1123631273,'2015-12-15 02:47:53',''),(32320,1,1,33656,1,3251233627,'2015-12-15 02:51:08',''),(32321,1,1,33657,43,1152705578,'2015-12-15 03:18:21',''),(32322,1,1,33665,1,1123631291,'2015-12-15 03:42:50',''),(32323,1,1,33666,1,1123631281,'2015-12-15 06:03:16',''),(32324,1,1,33667,1,676177725,'2015-12-15 07:04:57',''),(32325,1,1,33668,1,3479603870,'2015-12-15 07:47:12',''),(32326,1,1,33669,1,772044803,'2015-12-15 08:21:41',''),(32327,1,1,33670,1,3024883465,'2015-12-15 08:38:44',''),(32328,1,1,33671,6,1123631281,'2015-12-15 10:10:37',''),(32329,1,1,33672,1,35527653,'2015-12-15 10:13:37','https://www.google.co.uk/'),(32330,1,1,33673,6,35527653,'2015-12-15 10:25:56',''),(32331,1,1,33674,38,1152705578,'2015-12-15 11:15:57',''),(32332,1,1,33675,38,3024883591,'2015-12-15 13:14:19',''),(32333,1,1,33676,26,1152705578,'2015-12-15 13:27:13',''),(32334,1,1,33677,45,2071807836,'2015-12-15 19:21:23',''),(32335,1,1,33678,6,3024883610,'2015-12-15 20:34:14',''),(32336,1,1,33679,1,3024883607,'2015-12-15 21:41:12',''),(32337,1,1,33680,28,1123631727,'2015-12-15 22:02:21',''),(32338,1,1,33681,68,1152705578,'2015-12-15 22:52:48',''),(32339,1,1,33672,1,35527653,'2015-12-15 23:00:27',''),(32340,1,1,33682,54,3281697651,'2015-12-15 23:08:40',''),(32341,1,1,33683,67,3281697651,'2015-12-15 23:08:43',''),(32342,1,1,33684,1,3495654154,'2015-12-15 23:12:54',''),(32343,1,1,33685,73,772044803,'2015-12-15 23:17:08',''),(32344,1,1,33686,71,772044803,'2015-12-15 23:17:11',''),(32345,1,1,33687,72,772044803,'2015-12-15 23:17:14',''),(32346,1,1,33688,70,772044803,'2015-12-15 23:17:18',''),(32347,1,1,33689,44,1053988073,'2015-12-15 23:19:27',''),(32348,1,1,33690,49,1053988073,'2015-12-15 23:19:30',''),(32349,1,1,33691,1,2513057285,'2015-12-15 23:19:33',''),(32350,1,1,33692,58,1053988073,'2015-12-15 23:19:33',''),(32351,1,1,33693,1,2513057285,'2015-12-15 23:19:36',''),(32352,1,1,33694,10,1053988073,'2015-12-15 23:19:36',''),(32353,1,1,33695,1,2513057285,'2015-12-15 23:19:39',''),(32354,1,1,33696,1,2513057285,'2015-12-15 23:19:44',''),(32355,1,1,33697,28,1053988951,'2015-12-15 23:52:19',''),(32356,1,1,33698,50,1053988951,'2015-12-15 23:52:22',''),(32357,1,1,33699,51,1053988951,'2015-12-15 23:52:25',''),(32358,1,1,33700,56,1053988951,'2015-12-15 23:52:28',''),(32359,1,1,33701,63,1152705578,'2015-12-15 23:58:53',''),(32360,1,1,33702,43,2538610557,'2015-12-16 00:28:54',''),(32361,1,1,33703,1,2297638996,'2015-12-16 01:00:02',''),(32362,1,1,33704,1,772044803,'2015-12-16 01:01:00',''),(32363,1,1,33705,9,772044803,'2015-12-16 01:01:03',''),(32364,1,1,33706,3,772044803,'2015-12-16 01:01:07',''),(32365,1,1,33707,18,772044803,'2015-12-16 01:01:10',''),(32366,1,1,33708,1,3179230590,'2015-12-16 01:07:30','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(32367,1,1,33709,43,772044803,'2015-12-16 01:13:24',''),(32368,1,1,33710,49,772044803,'2015-12-16 01:13:27',''),(32369,1,1,33711,1,1542483319,'2015-12-16 01:18:41',''),(32370,1,1,33712,43,772044803,'2015-12-16 01:26:11',''),(32371,1,1,33713,52,772044803,'2015-12-16 01:26:15',''),(32372,1,1,33714,55,772044803,'2015-12-16 01:26:19',''),(32373,1,1,33715,64,772044803,'2015-12-16 01:26:23',''),(32374,1,1,33716,1,3535419099,'2015-12-16 03:17:33','http://buttons-for-website.com'),(32375,1,1,33717,66,2538610557,'2015-12-16 03:29:25',''),(32376,1,1,33718,1,1123631727,'2015-12-16 04:53:51',''),(32377,1,1,33720,75,1123631731,'2015-12-16 05:13:04',''),(32378,1,1,33721,1,609502103,'2015-12-16 05:52:19','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(32379,1,1,33722,45,1123631729,'2015-12-16 07:10:59',''),(32380,1,1,33723,63,3702877286,'2015-12-16 07:29:01',''),(32381,1,1,33724,26,1123631727,'2015-12-16 08:26:46',''),(32382,1,1,33725,55,2637637463,'2015-12-16 09:30:07',''),(32383,1,1,33726,10,2637637463,'2015-12-16 09:30:09',''),(32384,1,1,33727,70,2637637463,'2015-12-16 09:30:11',''),(32385,1,1,33728,71,2637637463,'2015-12-16 09:30:13',''),(32386,1,1,33729,73,2637637463,'2015-12-16 09:30:15',''),(32387,1,1,33730,9,2637637463,'2015-12-16 09:30:17',''),(32388,1,1,33731,56,2637637463,'2015-12-16 09:30:19',''),(32389,1,1,33732,49,2637637463,'2015-12-16 09:30:21',''),(32390,1,1,33733,59,676177665,'2015-12-16 09:30:50',''),(32391,1,1,33734,62,676177665,'2015-12-16 09:30:52',''),(32392,1,1,33735,64,676177665,'2015-12-16 09:30:53',''),(32393,1,1,33736,75,676177665,'2015-12-16 09:30:55',''),(32394,1,1,33737,67,676177665,'2015-12-16 09:30:57',''),(32395,1,1,33738,18,676177665,'2015-12-16 09:30:59',''),(32396,1,1,33739,29,676177665,'2015-12-16 09:31:00',''),(32397,1,1,33740,43,676177665,'2015-12-16 09:31:01',''),(32398,1,1,33741,43,676177665,'2015-12-16 09:31:03',''),(32399,1,1,33742,28,676177665,'2015-12-16 09:31:05',''),(32400,1,1,33743,51,676177725,'2015-12-16 09:31:12',''),(32401,1,1,33744,6,676177725,'2015-12-16 09:31:14',''),(32402,1,1,33745,1,676177725,'2015-12-16 09:31:15',''),(32403,1,1,33746,72,676177725,'2015-12-16 09:31:16',''),(32404,1,1,33747,15,676177725,'2015-12-16 09:31:18',''),(32405,1,1,33748,44,676177725,'2015-12-16 09:31:20',''),(32406,1,1,33749,50,676177725,'2015-12-16 09:31:22',''),(32407,1,1,33750,3,676177712,'2015-12-16 09:36:21',''),(32408,1,1,33751,3,676177712,'2015-12-16 09:36:23',''),(32409,1,1,33752,58,676177712,'2015-12-16 09:36:24',''),(32410,1,1,33753,63,676177712,'2015-12-16 09:36:26',''),(32411,1,1,33754,68,676177712,'2015-12-16 09:36:28',''),(32412,1,1,33755,65,676177712,'2015-12-16 09:36:29',''),(32413,1,1,33756,69,676177712,'2015-12-16 09:36:31',''),(32414,1,1,33757,48,676177712,'2015-12-16 09:36:33',''),(32415,1,1,33758,27,676177712,'2015-12-16 09:36:35',''),(32416,1,1,33759,1,1833086898,'2015-12-16 11:05:16','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(32417,1,1,33760,1,3024883469,'2015-12-16 11:08:07',''),(32418,1,1,33761,1,2204827773,'2015-12-16 12:20:39',''),(32419,1,1,33762,1,1123631273,'2015-12-16 14:51:42',''),(32420,1,1,33763,1,3178182280,'2015-12-16 15:08:52','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(32421,1,1,33764,65,1123631281,'2015-12-16 18:05:41',''),(32422,1,1,33765,1,2655376998,'2015-12-16 19:05:05',''),(32423,1,1,33766,1,2655376998,'2015-12-16 19:05:08',''),(32424,1,1,33767,1,2655376998,'2015-12-16 19:05:12',''),(32425,1,1,33768,1,2655376998,'2015-12-16 19:05:15',''),(32426,1,1,33769,1,2655376998,'2015-12-16 19:05:18',''),(32427,1,1,33770,1,2655376998,'2015-12-16 19:05:23',''),(32428,1,1,33771,1,2655376998,'2015-12-16 19:05:26',''),(32429,1,1,33772,1,2655376998,'2015-12-16 19:05:30',''),(32430,1,1,33773,1,2655376998,'2015-12-16 19:05:33',''),(32431,1,1,33774,1,2655376998,'2015-12-16 19:05:38',''),(32432,1,1,33775,65,2655376998,'2015-12-16 19:05:41',''),(32433,1,1,33776,69,2655376998,'2015-12-16 19:05:45',''),(32434,1,1,33777,9,1123631273,'2015-12-16 20:04:00',''),(32435,1,1,33778,48,525383274,'2015-12-16 20:07:21','https://www.google.co.uk/'),(32436,1,1,33779,64,3024883595,'2015-12-16 20:10:49',''),(32437,1,1,33780,1,2071807802,'2015-12-16 20:15:28',''),(32438,1,1,33781,1,3702877329,'2015-12-16 20:18:28',''),(32439,1,1,33782,41,1123631281,'2015-12-16 20:35:47',''),(32440,1,1,33783,26,2071807851,'2015-12-16 20:53:33',''),(32441,1,1,33784,1,2071807766,'2015-12-16 21:16:39',''),(32442,1,1,33785,1,3702877327,'2015-12-16 21:22:28',''),(32443,1,1,33786,1,1123631276,'2015-12-16 21:48:37',''),(32444,1,1,33787,1,3220748319,'2015-12-16 22:05:32','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(32445,1,1,33788,69,1113983323,'2015-12-16 22:11:23','http://www.google.com/search'),(32446,1,1,33789,16,1152705578,'2015-12-16 23:01:44',''),(32447,1,1,33790,10,2538610557,'2015-12-16 23:43:31',''),(32448,1,1,33791,26,1152705578,'2015-12-17 00:57:32',''),(32449,1,1,33792,65,1123631276,'2015-12-17 01:28:47',''),(32450,1,1,33793,44,772036457,'2015-12-17 01:55:23',''),(32451,1,1,33794,58,772036457,'2015-12-17 01:55:27',''),(32452,1,1,33795,10,772036457,'2015-12-17 01:55:32',''),(32453,1,1,33796,1,1542483282,'2015-12-17 02:57:34',''),(32454,1,1,33797,26,1152705578,'2015-12-17 05:15:51',''),(32455,1,1,33798,43,676177665,'2015-12-17 06:17:35',''),(32456,1,1,33799,26,2420907756,'2015-12-17 07:25:17',''),(32457,1,1,33800,26,2420907756,'2015-12-17 07:25:19',''),(32458,1,1,33801,66,2999616672,'2015-12-17 07:25:50',''),(32459,1,1,33802,46,1123631281,'2015-12-17 08:13:22',''),(32460,1,1,33804,26,1152705578,'2015-12-17 08:55:18',''),(32461,1,1,33805,47,2071807858,'2015-12-17 09:28:38',''),(32462,1,1,33806,1,772043973,'2015-12-17 09:37:06',''),(32463,1,1,33807,1,772043973,'2015-12-17 09:37:10',''),(32464,1,1,33808,1,772043973,'2015-12-17 09:37:17',''),(32465,1,1,33809,1,772043973,'2015-12-17 09:37:20',''),(32466,1,1,33810,1,772043973,'2015-12-17 09:37:27',''),(32467,1,1,33811,1,772043973,'2015-12-17 09:37:31',''),(32468,1,1,33812,1,772043973,'2015-12-17 09:37:41',''),(32469,1,1,33813,1,772043973,'2015-12-17 09:37:47',''),(32470,1,1,33814,1,772043973,'2015-12-17 09:37:50',''),(32471,1,1,33815,1,772043973,'2015-12-17 09:37:56',''),(32472,1,1,33816,55,772043973,'2015-12-17 09:38:02',''),(32473,1,1,33817,64,772043973,'2015-12-17 09:38:07',''),(32474,1,1,33818,26,1152705578,'2015-12-17 10:44:21',''),(32475,1,1,33819,1,1380254476,'2015-12-17 10:45:36','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=webhp&cd=5&ved=0ahUKEwiruq-X2-LJAhUHcRQKHTgmCAoQgU8IKzAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(32476,1,1,33820,1,2953470923,'2015-12-17 11:16:46','http://pizza-tycoon.com/'),(32477,1,1,33821,1,3369559000,'2015-12-17 12:29:56','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(32478,1,1,33822,26,2071807789,'2015-12-17 13:39:15',''),(32479,1,1,33823,26,1152705578,'2015-12-17 13:54:17',''),(32480,1,1,33824,1,1041853893,'2015-12-17 15:18:30','http://www.bing.com/search?q=Tyre+fitterd%2C+blackburn&src=IE-SearchBox&FORM=IE10SR'),(32481,1,1,33825,26,1152705578,'2015-12-17 17:12:43',''),(32482,1,1,33826,55,1152705578,'2015-12-17 17:59:08',''),(32483,1,1,33827,1,3024883618,'2015-12-17 18:11:23',''),(32484,1,1,33828,26,3328479315,'2015-12-17 18:37:44',''),(32485,1,1,33829,26,3328479315,'2015-12-17 18:37:47',''),(32486,1,1,33830,26,3328479315,'2015-12-17 18:37:51',''),(32487,1,1,33831,26,3328479315,'2015-12-17 18:37:59',''),(32488,1,1,33832,16,3328479315,'2015-12-17 18:38:03',''),(32489,1,1,33833,16,3328479315,'2015-12-17 18:38:12',''),(32490,1,1,33834,18,1152705578,'2015-12-17 19:44:30',''),(32491,1,1,33835,26,1123631276,'2015-12-17 20:59:06',''),(32492,1,1,33836,23,1123631273,'2015-12-17 22:52:53',''),(32493,1,1,33837,63,2538610557,'2015-12-18 00:42:30',''),(32494,1,1,33838,49,2538610557,'2015-12-18 03:02:46',''),(32495,1,1,33839,44,2731721826,'2015-12-18 03:22:10',''),(32496,1,1,33840,49,2731721826,'2015-12-18 03:22:13',''),(32497,1,1,33841,58,2731721826,'2015-12-18 03:22:16',''),(32498,1,1,33842,10,2731721826,'2015-12-18 03:22:19',''),(32499,1,1,33843,1,2655377005,'2015-12-18 03:30:21',''),(32500,1,1,33844,1,2655377005,'2015-12-18 03:30:24',''),(32501,1,1,33845,1,2655377005,'2015-12-18 03:30:26',''),(32502,1,1,33846,1,2655377005,'2015-12-18 03:30:29',''),(32503,1,1,33847,1,1123631273,'2015-12-18 03:43:36',''),(32504,1,1,33848,1,1542483301,'2015-12-18 04:48:37',''),(32505,1,1,33849,6,2953382627,'2015-12-18 05:05:29',''),(32506,1,1,33850,43,2420907756,'2015-12-18 05:45:03',''),(32507,1,1,33851,27,2420907756,'2015-12-18 05:45:08',''),(32508,1,1,33852,63,3024883488,'2015-12-18 05:47:37',''),(32509,1,1,33853,54,772022347,'2015-12-18 07:27:21',''),(32510,1,1,33854,1,1053988951,'2015-12-18 07:30:51',''),(32511,1,1,33855,9,1053988951,'2015-12-18 07:30:54',''),(32512,1,1,33856,3,1053988951,'2015-12-18 07:30:59',''),(32513,1,1,33857,18,1053988951,'2015-12-18 07:31:22',''),(32514,1,1,33858,55,1123631276,'2015-12-18 07:56:05',''),(32515,1,1,33859,28,1123631273,'2015-12-18 08:07:44',''),(32516,1,1,33862,69,3702877281,'2015-12-18 08:44:01',''),(32517,1,1,33863,1,1835296508,'2015-12-18 09:14:39','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(32518,1,1,33864,6,1123631276,'2015-12-18 09:33:19',''),(32519,1,1,33865,1,1123631276,'2015-12-18 10:08:12',''),(32520,1,1,33866,43,2990476559,'2015-12-18 10:17:05',''),(32521,1,1,33867,52,2990476559,'2015-12-18 10:17:23',''),(32522,1,1,33868,55,2990476559,'2015-12-18 10:17:33',''),(32523,1,1,33869,64,2990476559,'2015-12-18 10:17:54',''),(32524,1,1,33870,1,1123631273,'2015-12-18 10:18:55',''),(32525,1,1,33871,26,2637637557,'2015-12-18 10:37:15',''),(32526,1,1,33872,64,2071807760,'2015-12-18 15:47:39',''),(32527,1,1,33873,26,3475901728,'2015-12-18 16:25:42',''),(32528,1,1,33874,26,3475901728,'2015-12-18 16:25:43',''),(32529,1,1,33875,9,3475901728,'2015-12-18 16:25:44',''),(32530,1,1,33876,45,3475901728,'2015-12-18 16:25:46',''),(32531,1,1,33877,16,3475901728,'2015-12-18 16:25:48',''),(32532,1,1,33878,1,676177676,'2015-12-18 16:25:50',''),(32533,1,1,33879,73,3475901728,'2015-12-18 16:25:51',''),(32534,1,1,33880,26,676177676,'2015-12-18 16:25:51',''),(32535,1,1,33881,71,3475901728,'2015-12-18 16:25:53',''),(32536,1,1,33882,72,676177676,'2015-12-18 16:25:53',''),(32537,1,1,33883,70,3475901728,'2015-12-18 16:25:55',''),(32538,1,1,33884,26,676177690,'2015-12-18 16:26:00',''),(32539,1,1,33885,18,676177690,'2015-12-18 16:26:01',''),(32540,1,1,33886,43,676177690,'2015-12-18 16:26:03',''),(32541,1,1,33887,43,676177690,'2015-12-18 16:26:05',''),(32542,1,1,33888,57,2637637521,'2015-12-18 16:30:39',''),(32543,1,1,33889,75,1123631273,'2015-12-18 16:36:04',''),(32544,1,1,33890,1,1123631276,'2015-12-18 17:43:50',''),(32545,1,1,33891,1,691696757,'2015-12-18 17:56:22','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(32546,1,1,33892,1,3024883600,'2015-12-18 18:26:14',''),(32547,1,1,33893,1,2990476559,'2015-12-18 18:28:02',''),(32548,1,1,33894,16,1123631273,'2015-12-18 20:08:58',''),(32549,1,1,33895,26,1123631281,'2015-12-18 20:23:35',''),(32550,1,1,33896,1,3121840958,'2015-12-18 21:20:12','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(32551,1,1,33897,1,3049046280,'2015-12-19 00:16:05','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(32552,1,1,33898,1,1796538632,'2015-12-19 01:50:25',''),(32553,1,1,33899,66,1152705578,'2015-12-19 02:04:25',''),(32554,1,1,33900,49,772044803,'2015-12-19 02:15:41',''),(32555,1,1,33901,58,772044803,'2015-12-19 02:15:45',''),(32556,1,1,33902,10,772044803,'2015-12-19 02:15:49',''),(32557,1,1,33903,10,3475901728,'2015-12-19 03:42:59',''),(32558,1,1,33904,1,2420907330,'2015-12-19 04:52:14',''),(32559,1,1,33905,1,2420907330,'2015-12-19 04:52:17',''),(32560,1,1,33906,1,2420907330,'2015-12-19 04:52:19',''),(32561,1,1,33907,1,2420907330,'2015-12-19 04:52:21',''),(32562,1,1,33908,1,2420907330,'2015-12-19 04:52:24',''),(32563,1,1,33909,1,2420907330,'2015-12-19 04:52:26',''),(32564,1,1,33910,1,2420907330,'2015-12-19 04:52:29',''),(32565,1,1,33911,1,2420907330,'2015-12-19 04:52:31',''),(32566,1,1,33912,1,2420907330,'2015-12-19 04:52:34',''),(32567,1,1,33913,1,2420907330,'2015-12-19 04:52:36',''),(32568,1,1,33914,42,2538610557,'2015-12-19 05:04:19',''),(32569,1,1,33915,1,3024883469,'2015-12-19 05:07:53',''),(32570,1,1,33916,59,1152705578,'2015-12-19 05:31:37',''),(32571,1,1,33917,28,2953382627,'2015-12-19 06:27:35',''),(32572,1,1,33918,50,2953382627,'2015-12-19 06:27:39',''),(32573,1,1,33919,51,2953382627,'2015-12-19 06:27:43',''),(32574,1,1,33920,1,1542483320,'2015-12-19 06:31:14',''),(32575,1,1,33921,57,3024883617,'2015-12-19 06:35:42',''),(32576,1,1,33922,18,2538610557,'2015-12-19 08:07:51',''),(32577,1,1,33923,1,1838979854,'2015-12-19 10:44:15',''),(32578,1,1,33924,44,1152705578,'2015-12-19 11:48:47',''),(32579,1,1,33925,63,3024883598,'2015-12-19 11:54:42',''),(32580,1,1,33927,26,1123631276,'2015-12-19 14:39:59',''),(32581,1,1,33928,1,2071807817,'2015-12-19 15:14:08',''),(32582,1,1,33929,1,3702877364,'2015-12-19 15:17:33',''),(32583,1,1,33930,1,1523984005,'2015-12-19 15:57:56','https://www.google.co.uk/'),(32584,1,1,33931,1,3024883614,'2015-12-19 16:13:26',''),(32585,1,1,33932,1,2071807850,'2015-12-19 18:40:37',''),(32586,1,1,33933,66,772044803,'2015-12-19 19:50:22',''),(32587,1,1,33934,1,3024883482,'2015-12-19 20:16:50',''),(32588,1,1,33935,68,3024883592,'2015-12-19 20:51:35',''),(32589,1,1,33936,1,3024883469,'2015-12-20 00:17:08',''),(32590,1,1,33937,54,2538610557,'2015-12-20 00:50:35',''),(32591,1,1,33938,1,3495654154,'2015-12-20 01:51:34',''),(32592,1,1,33939,15,2637637631,'2015-12-20 01:55:45',''),(32593,1,1,33940,1,1123631273,'2015-12-20 02:03:47',''),(32594,1,1,33941,1,1123631276,'2015-12-20 02:17:43',''),(32595,1,1,33942,56,2538610557,'2015-12-20 02:41:34',''),(32596,1,1,33943,73,1152705578,'2015-12-20 03:03:37',''),(32597,1,1,33944,66,1123631281,'2015-12-20 03:35:35',''),(32598,1,1,33945,50,1123631273,'2015-12-20 04:38:14',''),(32599,1,1,33946,1,2637637488,'2015-12-20 04:57:47',''),(32600,1,1,33947,1,772045740,'2015-12-20 06:16:48',''),(32601,1,1,33948,1,772045740,'2015-12-20 06:16:53',''),(32602,1,1,33949,1,772045740,'2015-12-20 06:16:57',''),(32603,1,1,33950,1,772045740,'2015-12-20 06:17:01',''),(32604,1,1,33951,44,2538613875,'2015-12-20 06:29:01',''),(32605,1,1,33952,49,2538613875,'2015-12-20 06:29:04',''),(32606,1,1,33953,58,2538613875,'2015-12-20 06:29:12',''),(32607,1,1,33954,10,2538613875,'2015-12-20 06:29:16',''),(32608,1,1,33955,65,1152705578,'2015-12-20 06:31:16',''),(32609,1,1,33956,26,772044803,'2015-12-20 07:13:32',''),(32610,1,1,33957,26,772044803,'2015-12-20 07:13:34',''),(32611,1,1,33958,16,772044803,'2015-12-20 07:13:36',''),(32612,1,1,33959,48,2538610557,'2015-12-20 07:21:36',''),(32613,1,1,33960,1,2637693762,'2015-12-20 07:30:34',''),(32614,1,1,33961,14,1123631281,'2015-12-20 07:41:53',''),(32615,1,1,33962,6,1053988951,'2015-12-20 07:55:52',''),(32616,1,1,33963,1,3024883601,'2015-12-20 08:02:29',''),(32617,1,1,33964,1,1542483265,'2015-12-20 08:02:36',''),(32618,1,1,33965,51,1123631273,'2015-12-20 09:50:48',''),(32619,1,1,33966,1,2420907756,'2015-12-20 09:54:59',''),(32620,1,1,33967,1,2420907756,'2015-12-20 09:55:02',''),(32621,1,1,33968,1,2420907756,'2015-12-20 09:55:05',''),(32622,1,1,33969,1,2420907756,'2015-12-20 09:55:08',''),(32623,1,1,33970,1,2420907756,'2015-12-20 09:55:11',''),(32624,1,1,33971,1,2420907756,'2015-12-20 09:55:13',''),(32625,1,1,33972,1,2420907756,'2015-12-20 09:55:15',''),(32626,1,1,33973,1,2420907756,'2015-12-20 09:55:18',''),(32627,1,1,33974,1,2420907756,'2015-12-20 09:55:20',''),(32628,1,1,33975,1,2420907756,'2015-12-20 09:55:23',''),(32629,1,1,33976,56,2420907756,'2015-12-20 09:55:25',''),(32630,1,1,33977,65,2420907756,'2015-12-20 09:55:28',''),(32631,1,1,33978,69,2420907756,'2015-12-20 09:55:31',''),(32632,1,1,33979,1,3281697651,'2015-12-20 10:00:52',''),(32633,1,1,33980,9,3281697651,'2015-12-20 10:00:55',''),(32634,1,1,33981,3,3281697651,'2015-12-20 10:01:03',''),(32635,1,1,33982,18,3281697651,'2015-12-20 10:01:09',''),(32636,1,1,33983,62,1123631281,'2015-12-20 10:12:53',''),(32637,1,1,33984,23,1123631276,'2015-12-20 10:37:44',''),(32638,1,1,33985,1,3024883595,'2015-12-20 10:47:34',''),(32639,1,1,33986,68,1123631273,'2015-12-20 11:15:33',''),(32640,1,1,33988,1,3495654154,'2015-12-20 12:26:23',''),(32641,1,1,33989,1,3312736670,'2015-12-20 13:20:36','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(32642,1,1,33990,1,3024883594,'2015-12-20 13:58:26',''),(32643,1,1,33991,43,1489375385,'2015-12-20 14:31:22',''),(32644,1,1,33992,52,1489375385,'2015-12-20 14:31:27',''),(32645,1,1,33993,55,1489375385,'2015-12-20 14:31:30',''),(32646,1,1,33994,64,1489375385,'2015-12-20 14:31:35',''),(32647,1,1,33995,54,2990476559,'2015-12-20 16:12:15',''),(32648,1,1,33996,43,772045740,'2015-12-20 16:43:50',''),(32649,1,1,33997,27,772045740,'2015-12-20 16:43:54',''),(32650,1,1,33998,1,3024883476,'2015-12-20 16:46:39',''),(32651,1,1,33999,1,3024883596,'2015-12-20 17:20:09',''),(32652,1,1,34000,56,676177718,'2015-12-20 17:44:01',''),(32653,1,1,34001,49,676177718,'2015-12-20 17:44:03',''),(32654,1,1,34002,9,676177718,'2015-12-20 17:44:05',''),(32655,1,1,34003,26,676177718,'2015-12-20 17:44:06',''),(32656,1,1,34004,26,676177718,'2015-12-20 17:44:07',''),(32657,1,1,34005,73,676177718,'2015-12-20 17:44:08',''),(32658,1,1,34006,71,676177718,'2015-12-20 17:44:10',''),(32659,1,1,34007,70,676177718,'2015-12-20 17:44:11',''),(32660,1,1,34008,10,676177718,'2015-12-20 17:44:13',''),(32661,1,1,34009,55,676177718,'2015-12-20 17:44:15',''),(32662,1,1,34010,51,2637637574,'2015-12-20 17:47:04',''),(32663,1,1,34011,50,2637637574,'2015-12-20 17:47:06',''),(32664,1,1,34012,44,2637637574,'2015-12-20 17:47:08',''),(32665,1,1,34013,15,2637637574,'2015-12-20 17:47:10',''),(32666,1,1,34014,6,2637637574,'2015-12-20 17:47:11',''),(32667,1,1,34015,26,2637637574,'2015-12-20 17:47:13',''),(32668,1,1,34016,1,2637637574,'2015-12-20 17:47:14',''),(32669,1,1,34017,72,2637637574,'2015-12-20 17:47:16',''),(32670,1,1,34018,27,2637637521,'2015-12-20 17:58:59',''),(32671,1,1,34019,63,2637637521,'2015-12-20 17:59:01',''),(32672,1,1,34020,48,2637637521,'2015-12-20 17:59:04',''),(32673,1,1,34021,3,2637637521,'2015-12-20 17:59:05',''),(32674,1,1,34022,3,2637637521,'2015-12-20 17:59:08',''),(32675,1,1,34023,58,2637637521,'2015-12-20 17:59:09',''),(32676,1,1,34024,68,2637637521,'2015-12-20 17:59:12',''),(32677,1,1,34025,65,2637637521,'2015-12-20 17:59:14',''),(32678,1,1,34026,69,2637637521,'2015-12-20 17:59:16',''),(32679,1,1,34027,28,2637637456,'2015-12-20 18:02:01',''),(32680,1,1,34028,62,2637637456,'2015-12-20 18:02:03',''),(32681,1,1,34029,64,2637637456,'2015-12-20 18:02:05',''),(32682,1,1,34030,16,2637637456,'2015-12-20 18:02:07',''),(32683,1,1,34031,43,2637637456,'2015-12-20 18:02:09',''),(32684,1,1,34032,43,2637637456,'2015-12-20 18:02:11',''),(32685,1,1,34033,29,2637637456,'2015-12-20 18:02:11',''),(32686,1,1,34034,18,2637637456,'2015-12-20 18:02:13',''),(32687,1,1,34035,75,2637637456,'2015-12-20 18:02:14',''),(32688,1,1,34036,67,2637637456,'2015-12-20 18:02:14',''),(32689,1,1,34037,59,2637637456,'2015-12-20 18:02:16',''),(32690,1,1,34038,16,1152705578,'2015-12-20 18:53:34',''),(32691,1,1,34039,68,3024883466,'2015-12-20 19:12:15',''),(32692,1,1,34041,6,2637637521,'2015-12-20 19:45:03',''),(32693,1,1,34042,1,2071807771,'2015-12-20 20:33:46',''),(32694,1,1,34043,41,2538610557,'2015-12-20 20:55:48',''),(32695,1,1,34044,49,2420907756,'2015-12-20 21:45:07',''),(32696,1,1,34045,58,2420907756,'2015-12-20 21:45:10',''),(32697,1,1,34046,10,2420907756,'2015-12-20 21:45:12',''),(32698,1,1,34047,1,772044803,'2015-12-21 00:15:52',''),(32699,1,1,34048,1,772044803,'2015-12-21 00:16:00',''),(32700,1,1,34049,1,772044803,'2015-12-21 00:16:04',''),(32701,1,1,34050,1,772044803,'2015-12-21 00:16:10',''),(32702,1,1,34051,1,772044803,'2015-12-21 00:16:13',''),(32703,1,1,34052,1,772044803,'2015-12-21 00:16:17',''),(32704,1,1,34053,1,772044803,'2015-12-21 00:16:21',''),(32705,1,1,34054,1,772044803,'2015-12-21 00:16:24',''),(32706,1,1,34055,1,772044803,'2015-12-21 00:16:31',''),(32707,1,1,34056,1,772044803,'2015-12-21 00:16:37',''),(32708,1,1,34057,1,1578570674,'2015-12-21 00:42:02',''),(32709,1,1,34058,26,2637637488,'2015-12-21 00:56:33',''),(32710,1,1,34059,1,1123631273,'2015-12-21 03:01:24',''),(32711,1,1,34060,1,3024883474,'2015-12-21 04:06:20',''),(32712,1,1,34061,1,1545016047,'2015-12-21 04:47:24',''),(32713,1,1,34062,62,3702877272,'2015-12-21 05:38:37',''),(32714,1,1,34063,1,1123631273,'2015-12-21 05:40:57',''),(32715,1,1,34064,1,3372790647,'2015-12-21 07:18:41','http://buttons-for-website.com'),(32716,1,1,34065,75,1123631276,'2015-12-21 07:32:11',''),(32717,1,1,34066,1,3108079587,'2015-12-21 08:43:18','http://hundejo.com/'),(32718,1,1,34067,6,1123631273,'2015-12-21 08:51:53',''),(32719,1,1,34068,1,1542483320,'2015-12-21 09:14:25',''),(32720,1,1,34069,29,772036457,'2015-12-21 09:48:25',''),(32721,1,1,34070,51,1152705578,'2015-12-21 10:23:13',''),(32722,1,1,34071,1,2982388703,'2015-12-21 10:39:35','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(32723,1,1,34072,43,3024883474,'2015-12-21 11:51:48',''),(32724,1,1,34073,9,1123631273,'2015-12-21 11:52:47',''),(32725,1,1,34075,1,3281698627,'2015-12-21 12:17:46','http://hvd-store.com/'),(32726,1,1,34076,15,1123631273,'2015-12-21 12:56:35',''),(32727,1,1,34077,1,1545007556,'2015-12-21 12:57:45','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=webhp&cd=5&ved=0ahUKEwixzf-__OzJAhVJ0RQKHSt0BlQQgU8IKzAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(32728,1,1,34078,1,1041806726,'2015-12-21 13:04:59',''),(32729,1,1,34079,1,2513055649,'2015-12-21 15:21:18',''),(32730,1,1,34080,1,676177668,'2015-12-21 16:03:24',''),(32731,1,1,34081,27,3024883478,'2015-12-21 16:23:45',''),(32732,1,1,34082,1,2970427661,'2015-12-21 17:21:56','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(32733,1,1,34083,66,417072618,'2015-12-21 20:11:40',''),(32734,1,1,34084,1,1443145134,'2015-12-21 20:34:15','https://www.google.co.uk'),(32735,1,1,34085,1,3216836952,'2015-12-21 21:12:56','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(32736,1,1,34086,1,3590043251,'2015-12-21 22:56:39',''),(32737,1,1,34087,1,1123631273,'2015-12-21 23:05:06',''),(32738,1,1,34088,1,1123631281,'2015-12-21 23:07:08',''),(32739,1,1,34089,1,1089905086,'2015-12-22 02:54:14','http://whois.domaintools.com/mstyresblackburn.co.uk'),(32740,1,1,34090,1,1730859772,'2015-12-22 03:18:55','http://buttons-for-website.com'),(32741,1,1,34091,1,2999616672,'2015-12-22 03:29:40',''),(32742,1,1,34092,1,2999616672,'2015-12-22 03:29:43',''),(32743,1,1,34093,1,2999616672,'2015-12-22 03:29:45',''),(32744,1,1,34094,1,2999616672,'2015-12-22 03:30:02',''),(32745,1,1,34095,43,3024883485,'2015-12-22 03:36:03',''),(32746,1,1,34096,1,2071807826,'2015-12-22 04:14:25',''),(32747,1,1,34097,1,3702877285,'2015-12-22 04:17:16',''),(32748,1,1,34098,44,2513057330,'2015-12-22 05:29:12',''),(32749,1,1,34099,49,2513057330,'2015-12-22 05:29:15',''),(32750,1,1,34100,58,2513057330,'2015-12-22 05:29:19',''),(32751,1,1,34101,10,2513057330,'2015-12-22 05:29:22',''),(32752,1,1,34102,54,1578570674,'2015-12-22 07:11:03',''),(32753,1,1,34103,43,3323674919,'2015-12-22 08:29:53',''),(32754,1,1,34104,52,3323674919,'2015-12-22 08:29:56',''),(32755,1,1,34105,55,3323674919,'2015-12-22 08:29:58',''),(32756,1,1,34106,64,3323674919,'2015-12-22 08:30:02',''),(32757,1,1,34107,56,3702877264,'2015-12-22 09:35:39',''),(32758,1,1,34108,6,1053988951,'2015-12-22 09:50:50',''),(32759,1,1,34109,43,772022347,'2015-12-22 10:19:09',''),(32760,1,1,34110,27,772022347,'2015-12-22 10:19:12',''),(32761,1,1,34111,28,1534682446,'2015-12-22 11:03:58',''),(32762,1,1,34112,50,1534682446,'2015-12-22 11:04:01',''),(32763,1,1,34113,51,1534682446,'2015-12-22 11:04:05',''),(32764,1,1,34114,56,1534682446,'2015-12-22 11:04:08',''),(32765,1,1,34115,1,3373202271,'2015-12-22 11:50:30','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(32766,1,1,34116,6,1123631273,'2015-12-22 12:43:24',''),(32767,1,1,34117,62,1152705578,'2015-12-22 13:10:02',''),(32768,1,1,34119,67,1452484102,'2015-12-22 15:00:31','https://www.google.co.uk/'),(32769,1,1,34120,1,1542483324,'2015-12-22 16:22:01',''),(32770,1,1,34121,1,3024883475,'2015-12-22 18:06:40',''),(32771,1,1,34122,26,1123631255,'2015-12-22 20:58:35',''),(32772,1,1,34123,1,1123631243,'2015-12-22 20:59:40',''),(32773,1,1,34124,1,2033594181,'2015-12-22 23:17:39','http://buttons-for-website.com'),(32774,1,1,34125,15,1152705578,'2015-12-22 23:39:27',''),(32775,1,1,34126,75,3024883592,'2015-12-22 23:44:09',''),(32776,1,1,34127,1,3024883613,'2015-12-23 00:17:38',''),(32777,1,1,34128,1,1123631255,'2015-12-23 01:48:14',''),(32778,1,1,34129,1,3024883611,'2015-12-23 02:55:46',''),(32779,1,1,34130,23,1123631255,'2015-12-23 05:34:36',''),(32780,1,1,34131,50,2071807820,'2015-12-23 06:27:21',''),(32781,1,1,34132,43,1123631249,'2015-12-23 08:23:23',''),(32782,1,1,34133,1,1123631255,'2015-12-23 09:59:13',''),(32783,1,1,34134,1,3427775673,'2015-12-23 10:15:50',''),(32784,1,1,34135,1,1123631243,'2015-12-23 11:43:13',''),(32785,1,1,34136,57,1152705578,'2015-12-23 12:00:22',''),(32786,1,1,34137,1,1053974832,'2015-12-23 12:17:14',''),(32787,1,1,34138,1,1053974832,'2015-12-23 12:17:39',''),(32788,1,1,34139,1,1053974832,'2015-12-23 12:18:20',''),(32789,1,1,34140,1,1053974832,'2015-12-23 12:18:33',''),(32790,1,1,34141,1,1032306278,'2015-12-23 14:21:18','http://www.baidu.com/s?wd=Mstyresblackburn'),(32791,1,1,34142,43,1152705578,'2015-12-23 14:34:37',''),(32792,1,1,34143,1,1123631727,'2015-12-23 14:38:09',''),(32793,1,1,34144,1,2538613161,'2015-12-23 14:46:36',''),(32794,1,1,34145,1,2538613161,'2015-12-23 14:46:38',''),(32795,1,1,34146,1,2538613161,'2015-12-23 14:46:41',''),(32796,1,1,34147,1,2538613161,'2015-12-23 14:46:43',''),(32797,1,1,34148,1,2538613161,'2015-12-23 14:46:46',''),(32798,1,1,34149,1,2538613161,'2015-12-23 14:46:48',''),(32799,1,1,34150,1,2538613161,'2015-12-23 14:46:51',''),(32800,1,1,34151,1,2538613161,'2015-12-23 14:46:54',''),(32801,1,1,34152,1,2538613161,'2015-12-23 14:46:57',''),(32802,1,1,34153,1,2968815713,'2015-12-23 14:49:23','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(32803,1,1,34154,1,2204827760,'2015-12-23 15:03:47',''),(32804,1,1,34155,16,1123631731,'2015-12-23 15:36:26',''),(32805,1,1,34156,1,1123631727,'2015-12-23 16:08:31',''),(32806,1,1,34157,1,3024883485,'2015-12-23 16:30:11',''),(32807,1,1,34158,1,1542483286,'2015-12-23 17:09:57',''),(32808,1,1,34159,1,2972329369,'2015-12-23 17:28:17','http://buttons-for-website.com'),(32809,1,1,34160,1,3475901700,'2015-12-23 18:53:19',''),(32810,1,1,34161,1,1592976492,'2015-12-23 20:49:37','http://pizza-imperia.com/'),(32811,1,1,34162,52,3024883595,'2015-12-23 21:51:24',''),(32812,1,1,34163,66,3104369886,'2015-12-23 23:23:29',''),(32813,1,1,34164,49,772045740,'2015-12-24 00:47:48',''),(32814,1,1,34165,58,772045740,'2015-12-24 00:47:53',''),(32815,1,1,34166,10,772045740,'2015-12-24 00:47:57',''),(32816,1,1,34167,1,3140579586,'2015-12-24 01:36:08','http://buttons-for-website.com'),(32817,1,1,34168,1,3024883465,'2015-12-24 01:45:51',''),(32818,1,1,34169,1,1524085591,'2015-12-24 03:59:17','https://www.google.co.uk/'),(32819,1,1,34170,16,1123631729,'2015-12-24 04:33:12',''),(32820,1,1,34171,1,2513057330,'2015-12-24 06:37:55',''),(32821,1,1,34172,1,2513057330,'2015-12-24 06:37:58',''),(32822,1,1,34173,1,2513057330,'2015-12-24 06:38:02',''),(32823,1,1,34174,1,2513057330,'2015-12-24 06:38:07',''),(32824,1,1,34175,1,2513057330,'2015-12-24 06:38:11',''),(32825,1,1,34176,1,2513057330,'2015-12-24 06:38:14',''),(32826,1,1,34177,1,2513057330,'2015-12-24 06:38:17',''),(32827,1,1,34178,1,2513057330,'2015-12-24 06:38:22',''),(32828,1,1,34179,1,2513057330,'2015-12-24 06:38:25',''),(32829,1,1,34180,1,2513057330,'2015-12-24 06:38:28',''),(32830,1,1,34181,6,1123631731,'2015-12-24 08:50:12',''),(32831,1,1,34182,42,1152705578,'2015-12-24 09:44:12',''),(32832,1,1,34183,26,633047521,'2015-12-24 09:47:10',''),(32833,1,1,34184,26,633047521,'2015-12-24 09:47:12',''),(32834,1,1,34185,26,633047521,'2015-12-24 09:47:15',''),(32835,1,1,34186,26,633047521,'2015-12-24 09:47:18',''),(32836,1,1,34187,43,918541385,'2015-12-24 10:33:52',''),(32837,1,1,34188,1,772022347,'2015-12-24 11:07:50',''),(32838,1,1,34189,6,1534682446,'2015-12-24 11:14:08',''),(32839,1,1,34190,1,3135300926,'2015-12-24 12:38:52','http://buttons-for-website.com'),(32840,1,1,34191,1,772044803,'2015-12-24 12:46:36',''),(32841,1,1,34192,1,772044803,'2015-12-24 12:46:39',''),(32842,1,1,34193,1,772044803,'2015-12-24 12:46:44',''),(32843,1,1,34194,1,772044803,'2015-12-24 12:46:48',''),(32844,1,1,34195,28,2999616672,'2015-12-24 13:13:03',''),(32845,1,1,34196,50,2999616672,'2015-12-24 13:13:07',''),(32846,1,1,34197,51,2999616672,'2015-12-24 13:13:11',''),(32847,1,1,34198,56,2999616672,'2015-12-24 13:13:15',''),(32848,1,1,34199,1,3024883605,'2015-12-24 13:30:23',''),(32849,1,1,34200,43,3590043686,'2015-12-24 13:50:24',''),(32850,1,1,34201,52,3590043686,'2015-12-24 13:50:27',''),(32851,1,1,34202,55,3590043686,'2015-12-24 13:50:29',''),(32852,1,1,34203,64,3590043686,'2015-12-24 13:50:31',''),(32853,1,1,34204,43,772045740,'2015-12-24 14:07:23',''),(32854,1,1,34205,44,772045740,'2015-12-24 14:07:27',''),(32855,1,1,34206,27,1053973110,'2015-12-24 14:11:40',''),(32856,1,1,34207,49,1053973110,'2015-12-24 14:11:43',''),(32857,1,1,34208,58,1053973110,'2015-12-24 14:11:46',''),(32858,1,1,34209,10,1053973110,'2015-12-24 14:11:49',''),(32859,1,1,34210,56,2945285745,'2015-12-24 14:47:44','https://www.google.com/'),(32860,1,1,34211,54,84497668,'2015-12-24 15:30:05',''),(32861,1,1,34212,1,1542483304,'2015-12-24 17:24:46',''),(32862,1,1,34213,1,2990476559,'2015-12-24 18:05:03',''),(32863,1,1,34214,6,3475901700,'2015-12-24 18:35:55',''),(32864,1,1,34215,1,758828479,'2015-12-24 21:32:20','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(32865,1,1,34216,1,3024883478,'2015-12-24 23:02:54',''),(32866,1,1,34217,1,3373927729,'2015-12-24 23:19:33','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(32867,1,1,34218,1,3495654154,'2015-12-25 00:47:11',''),(32868,1,1,34219,1,1503892538,'2015-12-25 01:18:27',''),(32869,1,1,34220,1,1503892538,'2015-12-25 01:18:30',''),(32870,1,1,34221,1,1503892538,'2015-12-25 01:18:33',''),(32871,1,1,34222,1,1503892538,'2015-12-25 01:18:35',''),(32872,1,1,34223,1,1503892538,'2015-12-25 01:18:38',''),(32873,1,1,34224,1,1503892538,'2015-12-25 01:18:40',''),(32874,1,1,34225,1,1503892538,'2015-12-25 01:18:42',''),(32875,1,1,34226,1,1503892538,'2015-12-25 01:18:45',''),(32876,1,1,34227,1,1503892538,'2015-12-25 01:18:47',''),(32877,1,1,34228,1,1503892538,'2015-12-25 01:18:50',''),(32878,1,1,34229,1,1378207721,'2015-12-25 03:02:38',''),(32879,1,1,34230,1,1378207721,'2015-12-25 03:02:41',''),(32880,1,1,34231,1,1378207721,'2015-12-25 03:02:46',''),(32881,1,1,34232,1,1378207721,'2015-12-25 03:02:49',''),(32882,1,1,34233,1,1378207721,'2015-12-25 03:02:51',''),(32883,1,1,34234,1,1378207721,'2015-12-25 03:02:53',''),(32884,1,1,34235,1,1378207721,'2015-12-25 03:02:55',''),(32885,1,1,34236,1,1378207721,'2015-12-25 03:02:58',''),(32886,1,1,34237,1,1378207721,'2015-12-25 03:03:00',''),(32887,1,1,34238,1,1378207721,'2015-12-25 03:03:03',''),(32888,1,1,34239,65,1378207721,'2015-12-25 03:03:05',''),(32889,1,1,34240,69,1378207721,'2015-12-25 03:03:08',''),(32890,1,1,34241,1,3024883487,'2015-12-25 03:52:34',''),(32891,1,1,34242,1,1123631273,'2015-12-25 04:14:36',''),(32892,1,1,34243,26,1152705578,'2015-12-25 05:08:28',''),(32893,1,1,34244,75,2637637614,'2015-12-25 06:03:42',''),(32894,1,1,34245,16,2637637614,'2015-12-25 06:03:44',''),(32895,1,1,34246,64,2637637614,'2015-12-25 06:03:46',''),(32896,1,1,34247,43,2637637614,'2015-12-25 06:03:48',''),(32897,1,1,34248,62,2637637614,'2015-12-25 06:03:50',''),(32898,1,1,34249,59,2637637614,'2015-12-25 06:03:52',''),(32899,1,1,34250,28,2637637614,'2015-12-25 06:03:54',''),(32900,1,1,34251,43,2637637614,'2015-12-25 06:03:54',''),(32901,1,1,34252,29,2637637614,'2015-12-25 06:03:56',''),(32902,1,1,34253,18,2637637614,'2015-12-25 06:03:57',''),(32903,1,1,34254,26,2637637614,'2015-12-25 06:03:57',''),(32904,1,1,34255,67,2637637614,'2015-12-25 06:03:59',''),(32905,1,1,34256,10,2637637491,'2015-12-25 06:10:04',''),(32906,1,1,34257,49,2637637491,'2015-12-25 06:10:05',''),(32907,1,1,34258,71,2637637491,'2015-12-25 06:10:07',''),(32908,1,1,34259,70,2637637491,'2015-12-25 06:10:10',''),(32909,1,1,34260,26,2637637491,'2015-12-25 06:10:11',''),(32910,1,1,34261,26,2637637491,'2015-12-25 06:10:13',''),(32911,1,1,34262,55,2637637491,'2015-12-25 06:10:16',''),(32912,1,1,34263,56,2637637491,'2015-12-25 06:10:18',''),(32913,1,1,34264,9,2637637491,'2015-12-25 06:10:20',''),(32914,1,1,34265,16,2637637491,'2015-12-25 06:10:22',''),(32915,1,1,34266,73,2637637491,'2015-12-25 06:10:24',''),(32916,1,1,34267,1,1123631276,'2015-12-25 06:31:55',''),(32917,1,1,34268,1,3024883607,'2015-12-25 08:05:37',''),(32918,1,1,34269,16,1123631276,'2015-12-25 08:20:27',''),(32919,1,1,34270,26,3475901700,'2015-12-25 09:58:04',''),(32920,1,1,34271,72,3475901700,'2015-12-25 09:58:06',''),(32921,1,1,34272,1,3475901700,'2015-12-25 09:58:08',''),(32922,1,1,34273,15,3475901700,'2015-12-25 09:58:09',''),(32923,1,1,34274,44,3475901700,'2015-12-25 09:58:11',''),(32924,1,1,34275,51,3475901700,'2015-12-25 09:58:12',''),(32925,1,1,34276,6,3475901700,'2015-12-25 09:58:13',''),(32926,1,1,34277,50,3475901700,'2015-12-25 09:58:15',''),(32927,1,1,34278,6,1123631276,'2015-12-25 12:00:56',''),(32928,1,1,34279,71,3024883472,'2015-12-25 12:26:14',''),(32929,1,1,34280,10,2637637491,'2015-12-25 12:47:09',''),(32930,1,1,34281,70,2637637491,'2015-12-25 12:47:11',''),(32931,1,1,34282,26,2637637491,'2015-12-25 12:47:13',''),(32932,1,1,34283,26,2637637491,'2015-12-25 12:47:14',''),(32933,1,1,34284,56,2637637491,'2015-12-25 12:47:16',''),(32934,1,1,34285,51,3024883613,'2015-12-25 14:13:39',''),(32935,1,1,34286,1,3137578493,'2015-12-25 14:50:08','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(32936,1,1,34287,26,2637637570,'2015-12-25 15:41:04',''),(32937,1,1,34288,26,1152705578,'2015-12-25 17:15:02',''),(32938,1,1,34290,1,1542483303,'2015-12-25 18:12:29',''),(32939,1,1,34291,1,3005389803,'2015-12-25 18:14:53','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(32940,1,1,34292,43,1123631729,'2015-12-25 18:58:42',''),(32941,1,1,34293,49,772044803,'2015-12-25 19:38:00',''),(32942,1,1,34294,58,772044803,'2015-12-25 19:38:05',''),(32943,1,1,34295,10,772044803,'2015-12-25 19:38:11',''),(32944,1,1,34296,1,2071807800,'2015-12-25 19:46:09',''),(32945,1,1,34297,41,3702877273,'2015-12-25 20:19:28',''),(32946,1,1,34298,1,3495654154,'2015-12-25 20:20:17',''),(32947,1,1,34299,65,3702877281,'2015-12-25 20:52:48',''),(32948,1,1,34300,51,3024883600,'2015-12-25 23:20:37',''),(32949,1,1,34301,9,1152705578,'2015-12-26 00:24:16',''),(32950,1,1,34302,1,3024883473,'2015-12-26 01:30:40',''),(32951,1,1,34303,1,772044803,'2015-12-26 01:59:48',''),(32952,1,1,34304,1,772044803,'2015-12-26 01:59:50',''),(32953,1,1,34305,1,772044803,'2015-12-26 01:59:54',''),(32954,1,1,34306,1,772044803,'2015-12-26 01:59:58',''),(32955,1,1,34307,26,1152705578,'2015-12-26 02:42:23',''),(32956,1,1,34308,63,1123631727,'2015-12-26 03:57:59',''),(32957,1,1,34309,1,39482067,'2015-12-26 06:00:43','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(32958,1,1,34310,44,3024883600,'2015-12-26 06:13:31',''),(32959,1,1,34311,26,1152705578,'2015-12-26 06:23:19',''),(32960,1,1,34312,1,1123631727,'2015-12-26 06:24:58',''),(32961,1,1,34314,1,3024883481,'2015-12-26 07:20:28',''),(32962,1,1,34315,1,1123631727,'2015-12-26 07:26:24',''),(32963,1,1,34316,1,1123631731,'2015-12-26 08:22:48',''),(32964,1,1,34318,56,2992842760,'2015-12-26 09:59:09','https://www.google.co.uk/'),(32965,1,1,34319,66,872317500,'2015-12-26 11:22:41',''),(32966,1,1,34320,1,1123631727,'2015-12-26 11:24:04','');
INSERT INTO `tv_connections` VALUES (32967,1,1,34321,1,1329790212,'2015-12-26 11:32:28','https://www.bing.com/'),(32968,1,1,34322,1,2538613875,'2015-12-26 11:36:40',''),(32969,1,1,34323,1,2538613875,'2015-12-26 11:36:43',''),(32970,1,1,34324,1,2538613875,'2015-12-26 11:36:45',''),(32971,1,1,34325,1,2538613875,'2015-12-26 11:36:51',''),(32972,1,1,34326,1,1041806727,'2015-12-26 11:39:47',''),(32973,1,1,34327,1,1123631727,'2015-12-26 12:17:31',''),(32974,1,1,34328,6,1366185109,'2015-12-26 14:11:11',''),(32975,1,1,34329,54,1539462250,'2015-12-26 15:20:52',''),(32976,1,1,34330,26,772045740,'2015-12-26 16:05:08',''),(32977,1,1,34331,26,772045740,'2015-12-26 16:05:12',''),(32978,1,1,34332,26,772045740,'2015-12-26 16:05:16',''),(32979,1,1,34333,26,772045740,'2015-12-26 16:05:19',''),(32980,1,1,34334,1,3702877366,'2015-12-26 16:17:40',''),(32981,1,1,34335,1,2071807836,'2015-12-26 16:21:39',''),(32982,1,1,34336,1,2058485388,'2015-12-26 17:26:39','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(32983,1,1,34337,1,3024883598,'2015-12-26 18:50:31',''),(32984,1,1,34338,1,1542483291,'2015-12-26 18:52:34',''),(32985,1,1,34339,48,1152705578,'2015-12-26 19:17:18',''),(32986,1,1,34340,1,2979822976,'2015-12-26 20:21:24','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(32987,1,1,34341,6,1152705578,'2015-12-26 22:18:38',''),(32988,1,1,34342,43,772036457,'2015-12-26 22:57:36',''),(32989,1,1,34343,44,772036457,'2015-12-26 22:57:39',''),(32990,1,1,34344,44,2297653084,'2015-12-26 23:24:09',''),(32991,1,1,34345,49,2297653084,'2015-12-26 23:24:12',''),(32992,1,1,34346,58,2297653084,'2015-12-26 23:24:15',''),(32993,1,1,34347,10,2297653084,'2015-12-26 23:24:18',''),(32994,1,1,34348,43,631095636,'2015-12-27 00:07:54',''),(32995,1,1,34349,52,631095636,'2015-12-27 00:07:57',''),(32996,1,1,34350,55,631095636,'2015-12-27 00:08:01',''),(32997,1,1,34351,64,631095636,'2015-12-27 00:08:05',''),(32998,1,1,34352,1,412100807,'2015-12-27 00:49:13',''),(32999,1,1,34353,6,412100807,'2015-12-27 00:49:20',''),(33000,1,1,34354,1,3024883462,'2015-12-27 01:41:12',''),(33001,1,1,34355,1,3702877265,'2015-12-27 02:52:57',''),(33002,1,1,34356,68,1123635613,'2015-12-27 03:19:30','http://www.google.com/search'),(33003,1,1,34357,26,3702877365,'2015-12-27 03:26:18',''),(33004,1,1,34358,1,3024883603,'2015-12-27 06:13:53',''),(33005,1,1,34359,6,1123631727,'2015-12-27 08:51:00',''),(33006,1,1,34321,1,1329790212,'2015-12-27 09:51:42','https://www.bing.com/'),(33007,1,1,34360,1,1759107245,'2015-12-27 10:10:34',''),(33008,1,1,34361,1,1759107245,'2015-12-27 10:10:46',''),(33009,1,1,34362,1,1759107245,'2015-12-27 10:10:59',''),(33010,1,1,34363,1,1759107245,'2015-12-27 10:11:50',''),(33011,1,1,34321,1,1329790212,'2015-12-27 10:22:58','https://www.bing.com/'),(33012,1,1,34364,16,3559914880,'2015-12-27 10:56:07',''),(33013,1,1,34365,16,3559914880,'2015-12-27 10:56:33',''),(33014,1,1,34366,1,2731795064,'2015-12-27 11:52:37',''),(33015,1,1,34367,74,3024883471,'2015-12-27 12:04:51',''),(33016,1,1,34368,28,3024883483,'2015-12-27 13:11:51',''),(33017,1,1,34369,28,872317938,'2015-12-27 13:25:52',''),(33018,1,1,34370,1,3412760151,'2015-12-27 14:37:12','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(33019,1,1,34371,49,772036457,'2015-12-27 18:34:20',''),(33020,1,1,34372,58,772036457,'2015-12-27 18:34:25',''),(33021,1,1,34373,10,772036457,'2015-12-27 18:34:31',''),(33022,1,1,34374,31,1152705578,'2015-12-27 18:39:44',''),(33023,1,1,34375,26,3702877267,'2015-12-27 19:21:23',''),(33024,1,1,34376,1,1542483313,'2015-12-27 19:25:09',''),(33025,1,1,34377,1,3024883468,'2015-12-27 20:14:07',''),(33026,1,1,34378,56,1543538978,'2015-12-27 21:34:34','https://www.bing.com/'),(33027,1,1,34379,1,786803397,'2015-12-27 22:26:23',''),(33028,1,1,34380,67,3024883614,'2015-12-27 22:37:24',''),(33029,1,1,34381,1,3178441986,'2015-12-28 00:46:16','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(33030,1,1,34382,3,3475901700,'2015-12-28 01:29:47',''),(33031,1,1,34383,1,872362136,'2015-12-28 01:57:16',''),(33032,1,1,34384,1,872362136,'2015-12-28 01:57:20',''),(33033,1,1,34385,1,872362136,'2015-12-28 01:57:23',''),(33034,1,1,34386,1,872362136,'2015-12-28 01:57:26',''),(33035,1,1,34387,1,872362136,'2015-12-28 01:57:31',''),(33036,1,1,34388,1,872362136,'2015-12-28 01:57:35',''),(33037,1,1,34389,1,872362136,'2015-12-28 01:57:40',''),(33038,1,1,34390,1,872362136,'2015-12-28 01:57:44',''),(33039,1,1,34391,1,872362136,'2015-12-28 01:57:48',''),(33040,1,1,34392,1,872362136,'2015-12-28 01:57:52',''),(33041,1,1,34393,55,872362136,'2015-12-28 01:57:55',''),(33042,1,1,34394,64,872362136,'2015-12-28 01:58:02',''),(33043,1,1,34395,1,1123631731,'2015-12-28 02:36:47',''),(33044,1,1,34397,1,3176396172,'2015-12-28 03:20:56','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(33045,1,1,34398,1,2071807831,'2015-12-28 03:44:40',''),(33046,1,1,34399,43,1123631729,'2015-12-28 05:47:02',''),(33047,1,1,34400,1,3024883470,'2015-12-28 09:36:21',''),(33048,1,1,34401,6,1123631727,'2015-12-28 09:52:58',''),(33049,1,1,34402,58,3024883469,'2015-12-28 11:16:47',''),(33050,1,1,34403,1,2317623808,'2015-12-28 11:39:41','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(33051,1,1,34404,1,772036457,'2015-12-28 11:48:10',''),(33052,1,1,34405,1,772036457,'2015-12-28 11:48:15',''),(33053,1,1,34406,1,772036457,'2015-12-28 11:48:18',''),(33054,1,1,34407,1,772036457,'2015-12-28 11:48:21',''),(33055,1,1,34408,1,772036457,'2015-12-28 11:48:26',''),(33056,1,1,34409,1,772036457,'2015-12-28 11:48:29',''),(33057,1,1,34410,1,772036457,'2015-12-28 11:48:33',''),(33058,1,1,34411,1,772036457,'2015-12-28 11:48:36',''),(33059,1,1,34412,1,772036457,'2015-12-28 11:48:40',''),(33060,1,1,34413,1,772036457,'2015-12-28 11:48:44',''),(33061,1,1,34414,1,525283768,'2015-12-28 12:16:15','https://www.google.co.uk/'),(33062,1,1,34415,1,772044803,'2015-12-28 12:38:24',''),(33063,1,1,34416,1,772044803,'2015-12-28 12:38:31',''),(33064,1,1,34417,1,772044803,'2015-12-28 12:38:35',''),(33065,1,1,34418,1,772044803,'2015-12-28 12:38:44',''),(33066,1,1,34419,1,3372693414,'2015-12-28 13:15:43','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(33067,1,1,34420,1,3163162929,'2015-12-28 13:26:21',''),(33068,1,1,34421,1,3024883474,'2015-12-28 13:31:24',''),(33069,1,1,34422,43,3024883602,'2015-12-28 14:10:29',''),(33070,1,1,34423,1,3024883593,'2015-12-28 14:44:00',''),(33071,1,1,34424,6,3475901853,'2015-12-28 15:33:56',''),(33072,1,1,34425,1,2679403071,'2015-12-28 18:40:37','https://www.google.co.uk/'),(33073,1,1,34426,1,1421072879,'2015-12-28 19:05:51','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(33074,1,1,34427,67,3024883484,'2015-12-28 19:53:06',''),(33075,1,1,34428,1,1542483277,'2015-12-28 20:13:23',''),(33076,1,1,34429,66,772036457,'2015-12-28 20:31:10',''),(33077,1,1,34430,56,1096759043,'2015-12-28 21:05:16',''),(33078,1,1,34431,1,2953382627,'2015-12-28 21:08:43',''),(33079,1,1,34432,1,2953382627,'2015-12-28 21:08:46',''),(33080,1,1,34433,1,2953382627,'2015-12-28 21:08:48',''),(33081,1,1,34434,1,2953382627,'2015-12-28 21:08:50',''),(33082,1,1,34435,1,2953382627,'2015-12-28 21:08:53',''),(33083,1,1,34436,1,2953382627,'2015-12-28 21:08:55',''),(33084,1,1,34437,1,2953382627,'2015-12-28 21:08:59',''),(33085,1,1,34438,1,2953382627,'2015-12-28 21:09:01',''),(33086,1,1,34439,1,2953382627,'2015-12-28 21:09:04',''),(33087,1,1,34440,1,2953382627,'2015-12-28 21:09:08',''),(33088,1,1,34441,1,534523142,'2015-12-28 21:50:58',''),(33089,1,1,34442,1,2297653084,'2015-12-28 21:51:17',''),(33090,1,1,34443,1,2297653084,'2015-12-28 21:51:19',''),(33091,1,1,34444,1,2297653084,'2015-12-28 21:51:22',''),(33092,1,1,34445,1,2297653084,'2015-12-28 21:51:24',''),(33093,1,1,34446,1,2297653084,'2015-12-28 21:51:27',''),(33094,1,1,34447,1,2297653084,'2015-12-28 21:51:30',''),(33095,1,1,34448,1,2297653084,'2015-12-28 21:51:32',''),(33096,1,1,34449,1,2297653084,'2015-12-28 21:51:35',''),(33097,1,1,34450,1,2297653084,'2015-12-28 21:51:38',''),(33098,1,1,34451,1,2297653084,'2015-12-28 21:51:41',''),(33099,1,1,34452,68,2453458450,'2015-12-28 22:36:38','http://images.google.de/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F4%2F64-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid='),(33100,1,1,34453,15,3702877336,'2015-12-28 23:30:58',''),(33101,1,1,34454,10,3024883604,'2015-12-28 23:59:08',''),(33102,1,1,34455,62,3702877278,'2015-12-29 00:04:18',''),(33103,1,1,34456,1,1123631727,'2015-12-29 02:09:31',''),(33104,1,1,34457,1,3495654154,'2015-12-29 02:23:12',''),(33105,1,1,34458,43,1430978070,'2015-12-29 05:53:15',''),(33106,1,1,34459,1,1430978070,'2015-12-29 05:53:17',''),(33107,1,1,34460,43,1430978070,'2015-12-29 05:53:19',''),(33108,1,1,34461,47,1123631731,'2015-12-29 05:58:54',''),(33109,1,1,34462,1,1123631727,'2015-12-29 06:41:27',''),(33110,1,1,34463,65,2637637529,'2015-12-29 06:56:26',''),(33111,1,1,34464,1,772045740,'2015-12-29 08:05:13',''),(33112,1,1,34465,1,1123631727,'2015-12-29 08:28:45',''),(33113,1,1,34466,6,772043973,'2015-12-29 09:52:24',''),(33114,1,1,34467,26,772043973,'2015-12-29 10:25:48',''),(33115,1,1,34468,26,772043973,'2015-12-29 10:25:53',''),(33116,1,1,34469,26,772043973,'2015-12-29 10:25:58',''),(33117,1,1,34470,26,772043973,'2015-12-29 10:26:04',''),(33118,1,1,34471,44,772044803,'2015-12-29 10:58:14',''),(33119,1,1,34472,49,772044803,'2015-12-29 10:58:19',''),(33120,1,1,34473,58,772044803,'2015-12-29 10:58:27',''),(33121,1,1,34474,10,772044803,'2015-12-29 10:58:33',''),(33122,1,1,34475,1,1602923728,'2015-12-29 11:14:45',''),(33123,1,1,34476,1,1123631727,'2015-12-29 11:49:32',''),(33124,1,1,34477,56,1365261575,'2015-12-29 12:16:34',''),(33125,1,1,34478,54,772036457,'2015-12-29 13:13:05',''),(33126,1,1,34479,1,1307281240,'2015-12-29 13:27:43','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(33127,1,1,34480,1,3164999459,'2015-12-29 13:52:23',''),(33128,1,1,34481,1,3195536327,'2015-12-29 14:56:16','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(33129,1,1,34482,1,2566543179,'2015-12-29 15:42:15','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(33130,1,1,34483,1,2297638995,'2015-12-29 16:04:51',''),(33131,1,1,34484,66,3024883483,'2015-12-29 16:29:31',''),(33132,1,1,34485,1,1123631273,'2015-12-29 16:59:56',''),(33133,1,1,34486,1,1443357296,'2015-12-29 17:04:22',''),(33134,1,1,34488,43,772045740,'2015-12-29 17:11:30',''),(33135,1,1,34489,52,772045740,'2015-12-29 17:11:34',''),(33136,1,1,34490,55,772045740,'2015-12-29 17:11:38',''),(33137,1,1,34491,64,772045740,'2015-12-29 17:11:42',''),(33138,1,1,34492,3,1600947381,'2015-12-29 17:20:48',''),(33139,1,1,34493,1,1332943185,'2015-12-29 17:36:36','http://buttons-for-website.com'),(33140,1,1,34494,1,1533089075,'2015-12-29 17:47:48',''),(33141,1,1,34495,1,1533089075,'2015-12-29 17:47:49',''),(33142,1,1,34496,10,2637637411,'2015-12-29 18:16:42',''),(33143,1,1,34497,9,2637637411,'2015-12-29 18:16:44',''),(33144,1,1,34498,55,2637637411,'2015-12-29 18:16:46',''),(33145,1,1,34499,56,2637637411,'2015-12-29 18:16:48',''),(33146,1,1,34500,49,2637637411,'2015-12-29 18:16:50',''),(33147,1,1,34501,26,2637637411,'2015-12-29 18:16:52',''),(33148,1,1,34502,26,2637637411,'2015-12-29 18:16:53',''),(33149,1,1,34503,73,2637637411,'2015-12-29 18:16:54',''),(33150,1,1,34504,71,2637637411,'2015-12-29 18:16:56',''),(33151,1,1,34505,70,2637637411,'2015-12-29 18:16:58',''),(33152,1,1,34506,26,3475901853,'2015-12-29 18:39:53',''),(33153,1,1,34507,26,3475901853,'2015-12-29 18:39:55',''),(33154,1,1,34508,51,3475901853,'2015-12-29 18:39:56',''),(33155,1,1,34509,50,3475901853,'2015-12-29 18:39:58',''),(33156,1,1,34510,44,3475901853,'2015-12-29 18:40:00',''),(33157,1,1,34511,15,3475901853,'2015-12-29 18:40:02',''),(33158,1,1,34512,6,3475901853,'2015-12-29 18:40:04',''),(33159,1,1,34513,26,3475901853,'2015-12-29 18:40:05',''),(33160,1,1,34514,1,3475901853,'2015-12-29 18:40:06',''),(33161,1,1,34515,72,3475901853,'2015-12-29 18:40:08',''),(33162,1,1,34516,67,3475901702,'2015-12-29 19:02:44',''),(33163,1,1,34517,75,3475901702,'2015-12-29 19:02:46',''),(33164,1,1,34518,64,3475901702,'2015-12-29 19:02:48',''),(33165,1,1,34519,62,3475901702,'2015-12-29 19:02:50',''),(33166,1,1,34520,28,3475901702,'2015-12-29 19:02:52',''),(33167,1,1,34521,43,3475901702,'2015-12-29 19:02:54',''),(33168,1,1,34522,43,3475901702,'2015-12-29 19:02:54',''),(33169,1,1,34523,29,3475901702,'2015-12-29 19:02:56',''),(33170,1,1,34524,18,3475901702,'2015-12-29 19:02:56',''),(33171,1,1,34525,59,3475901702,'2015-12-29 19:02:58',''),(33172,1,1,34526,65,2637637529,'2015-12-29 19:06:38',''),(33173,1,1,34527,68,2637637529,'2015-12-29 19:06:40',''),(33174,1,1,34528,63,2637637529,'2015-12-29 19:06:42',''),(33175,1,1,34529,58,2637637529,'2015-12-29 19:06:44',''),(33176,1,1,34530,27,2637637529,'2015-12-29 19:06:46',''),(33177,1,1,34531,48,2637637529,'2015-12-29 19:06:48',''),(33178,1,1,34532,3,2637637529,'2015-12-29 19:06:49',''),(33179,1,1,34533,3,2637637529,'2015-12-29 19:06:51',''),(33180,1,1,34534,69,2637637529,'2015-12-29 19:06:53',''),(33181,1,1,34535,1,3163162929,'2015-12-29 19:41:59',''),(33182,1,1,34536,26,1123631276,'2015-12-29 19:42:06',''),(33183,1,1,34535,1,1046910019,'2015-12-29 20:29:47',''),(33184,1,1,34537,1,1542483326,'2015-12-29 20:49:58',''),(33185,1,1,34535,1,3245312162,'2015-12-29 22:04:18',''),(33186,1,1,34538,1,3010213139,'2015-12-29 22:11:41','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(33187,1,1,34539,43,3024883475,'2015-12-29 23:19:01',''),(33188,1,1,34540,43,1489375385,'2015-12-30 00:47:20',''),(33189,1,1,34541,44,1489375385,'2015-12-30 00:47:30',''),(33190,1,1,34542,1,2581701485,'2015-12-30 01:42:01','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(33191,1,1,34543,10,1540436758,'2015-12-30 01:56:56',''),(33192,1,1,34544,1,772043973,'2015-12-30 02:13:50',''),(33193,1,1,34545,1,772043973,'2015-12-30 02:13:56',''),(33194,1,1,34546,1,772043973,'2015-12-30 02:14:01',''),(33195,1,1,34547,1,772043973,'2015-12-30 02:14:07',''),(33196,1,1,34548,1,772043973,'2015-12-30 02:14:15',''),(33197,1,1,34549,1,772043973,'2015-12-30 02:14:21',''),(33198,1,1,34550,1,772043973,'2015-12-30 02:14:26',''),(33199,1,1,34551,1,772043973,'2015-12-30 02:14:31',''),(33200,1,1,34552,1,772043973,'2015-12-30 02:14:36',''),(33201,1,1,34553,1,772043973,'2015-12-30 02:14:40',''),(33202,1,1,34554,50,772043973,'2015-12-30 02:14:42',''),(33203,1,1,34555,51,772043973,'2015-12-30 02:14:47',''),(33204,1,1,34556,56,772043973,'2015-12-30 02:14:51',''),(33205,1,1,34557,65,772043973,'2015-12-30 02:14:55',''),(33206,1,1,34558,69,772043973,'2015-12-30 02:15:00',''),(33207,1,1,34559,53,3024883595,'2015-12-30 02:59:00',''),(33208,1,1,34560,3,1152705578,'2015-12-30 04:51:21',''),(33209,1,1,34561,1,3479603870,'2015-12-30 05:02:55',''),(33210,1,1,34562,1,3475901853,'2015-12-30 05:12:23',''),(33211,1,1,34563,1,3479603870,'2015-12-30 05:28:01',''),(33212,1,1,34564,3,1152705578,'2015-12-30 07:24:24',''),(33213,1,1,34565,45,1152705578,'2015-12-30 08:35:26',''),(33214,1,1,34566,6,1123631281,'2015-12-30 08:51:58',''),(33215,1,1,34567,1,3024883600,'2015-12-30 09:13:09',''),(33216,1,1,34568,52,1152705578,'2015-12-30 09:50:40',''),(33217,1,1,34569,72,1152705578,'2015-12-30 10:28:58',''),(33218,1,1,34570,1,1589999976,'2015-12-30 12:15:57','http://www.bing.com/search?q=ms+tyres&a=results&MID=2500'),(33219,1,1,34571,1,772044803,'2015-12-30 13:44:50',''),(33220,1,1,34572,1,772044803,'2015-12-30 13:44:59',''),(33221,1,1,34573,1,772044803,'2015-12-30 13:45:03',''),(33222,1,1,34574,1,772044803,'2015-12-30 13:45:09',''),(33223,1,1,34425,1,1838275020,'2015-12-30 13:57:59','https://www.google.co.uk/'),(33224,1,1,34575,26,2637637502,'2015-12-30 14:31:51',''),(33225,1,1,34576,1,2204827763,'2015-12-30 15:17:48',''),(33226,1,1,34577,1,1053988086,'2015-12-30 15:29:35',''),(33227,1,1,34578,1,1053988086,'2015-12-30 15:29:38',''),(33228,1,1,34579,1,1053988086,'2015-12-30 15:29:40',''),(33229,1,1,34580,1,1053988086,'2015-12-30 15:29:42',''),(33230,1,1,34581,1,1053988086,'2015-12-30 15:29:45',''),(33231,1,1,34582,1,1053988086,'2015-12-30 15:29:47',''),(33232,1,1,34583,1,1053988086,'2015-12-30 15:29:50',''),(33233,1,1,34584,1,1053988086,'2015-12-30 15:29:53',''),(33234,1,1,34585,1,1053988086,'2015-12-30 15:29:56',''),(33235,1,1,34586,1,1053988086,'2015-12-30 15:29:59',''),(33236,1,1,34587,50,1053988086,'2015-12-30 15:30:02',''),(33237,1,1,34588,51,1053988086,'2015-12-30 15:30:05',''),(33238,1,1,34589,56,1053988086,'2015-12-30 15:30:08',''),(33239,1,1,34590,59,1053988086,'2015-12-30 15:30:12',''),(33240,1,1,34591,65,1053988086,'2015-12-30 15:30:15',''),(33241,1,1,34592,69,1053988086,'2015-12-30 15:30:18',''),(33242,1,1,34593,57,1123631731,'2015-12-30 18:03:35',''),(33243,1,1,34594,64,1152705578,'2015-12-30 18:29:27',''),(33244,1,1,34595,15,3024883462,'2015-12-30 19:36:07',''),(33245,1,1,34596,14,3024883461,'2015-12-30 20:09:36',''),(33246,1,1,34597,1,3024883605,'2015-12-30 22:27:41',''),(33247,1,1,34598,1,3024883484,'2015-12-30 23:14:24',''),(33248,1,1,34599,66,1311682245,'2015-12-31 00:33:45',''),(33249,1,1,34600,1,1542483310,'2015-12-31 00:50:30',''),(33250,1,1,34601,1,1123631727,'2015-12-31 00:53:32',''),(33251,1,1,34602,55,3702877361,'2015-12-31 01:46:48',''),(33252,1,1,34603,1,3057682136,'2015-12-31 03:39:29',''),(33253,1,1,34604,1,2071807761,'2015-12-31 03:44:01',''),(33254,1,1,34605,9,3024883477,'2015-12-31 04:45:44',''),(33255,1,1,34606,1,872309014,'2015-12-31 05:30:22',''),(33256,1,1,34607,1,872309014,'2015-12-31 05:30:28',''),(33257,1,1,34608,1,872309014,'2015-12-31 05:30:31',''),(33258,1,1,34609,1,872309014,'2015-12-31 05:30:36',''),(33259,1,1,34610,1,872309014,'2015-12-31 05:30:41',''),(33260,1,1,34611,1,872309014,'2015-12-31 05:30:45',''),(33261,1,1,34612,1,872309014,'2015-12-31 05:30:50',''),(33262,1,1,34613,1,872309014,'2015-12-31 05:30:53',''),(33263,1,1,34614,1,872309014,'2015-12-31 05:30:57',''),(33264,1,1,34615,1,872309014,'2015-12-31 05:31:02',''),(33265,1,1,34616,1,2204827760,'2015-12-31 06:48:32',''),(33266,1,1,34617,1,1123631727,'2015-12-31 07:03:37',''),(33267,1,1,34619,1,1123631729,'2015-12-31 07:26:38',''),(33268,1,1,34620,15,2297653084,'2015-12-31 09:01:40',''),(33269,1,1,34621,31,2297653084,'2015-12-31 09:01:43',''),(33270,1,1,34622,47,2297653084,'2015-12-31 09:01:45',''),(33271,1,1,34623,1,2297653084,'2015-12-31 09:01:49',''),(33272,1,1,34624,1,2297653084,'2015-12-31 09:01:52',''),(33273,1,1,34625,53,3024883615,'2015-12-31 11:17:28',''),(33274,1,1,34626,1,772044803,'2015-12-31 12:34:36',''),(33275,1,1,34627,6,1123631731,'2015-12-31 14:03:07',''),(33276,1,1,34628,72,3024883489,'2015-12-31 14:18:09',''),(33277,1,1,34629,1,1523816970,'2015-12-31 18:49:49','https://www.google.co.uk/'),(33278,1,1,34630,48,3024883463,'2015-12-31 19:07:31',''),(33279,1,1,34631,26,2071807836,'2015-12-31 20:09:38',''),(33280,1,1,34632,55,3024883469,'2015-12-31 20:34:49',''),(33281,1,1,34633,1,872363002,'2015-12-31 23:52:20',''),(33282,1,1,34634,1,872363002,'2015-12-31 23:52:22',''),(33283,1,1,34635,1,872363002,'2015-12-31 23:52:25',''),(33284,1,1,34636,1,872363002,'2015-12-31 23:52:27',''),(33285,1,1,34637,1,3024883615,'2015-12-31 23:54:33',''),(33286,1,1,34638,1,2987669266,'2016-01-01 00:21:10','http://burger-imperia.com/'),(33287,1,1,34639,26,2731721857,'2016-01-01 01:01:07',''),(33288,1,1,34640,26,2731721857,'2016-01-01 01:01:09',''),(33289,1,1,34641,26,2731721857,'2016-01-01 01:01:11',''),(33290,1,1,34642,26,2731721857,'2016-01-01 01:01:14',''),(33291,1,1,34643,54,1053986805,'2016-01-01 01:43:29',''),(33292,1,1,34644,1,1542483281,'2016-01-01 01:44:25',''),(33293,1,1,34645,44,1159649958,'2016-01-01 01:49:24',''),(33294,1,1,34646,49,1159649958,'2016-01-01 01:49:27',''),(33295,1,1,34647,58,1159649958,'2016-01-01 01:49:30',''),(33296,1,1,34648,10,1159649958,'2016-01-01 01:49:33',''),(33297,1,1,34649,50,2297653149,'2016-01-01 02:13:22',''),(33298,1,1,34650,51,2297653149,'2016-01-01 02:13:26',''),(33299,1,1,34651,56,2297653149,'2016-01-01 02:13:30',''),(33300,1,1,34652,65,2297653149,'2016-01-01 02:13:36',''),(33301,1,1,34653,50,2538610547,'2016-01-01 03:40:06',''),(33302,1,1,34654,57,2071807776,'2016-01-01 03:48:58',''),(33303,1,1,34655,6,772045740,'2016-01-01 04:40:50',''),(33304,1,1,34656,71,1152705578,'2016-01-01 04:58:28',''),(33305,1,1,34657,1,3024883479,'2016-01-01 05:33:49',''),(33306,1,1,34658,70,1152705578,'2016-01-01 05:34:28',''),(33307,1,1,34659,1,872363002,'2016-01-01 05:42:56',''),(33308,1,1,34660,1,872363002,'2016-01-01 05:43:00',''),(33309,1,1,34661,1,872363002,'2016-01-01 05:43:04',''),(33310,1,1,34662,1,872363002,'2016-01-01 05:43:08',''),(33311,1,1,34663,1,872363002,'2016-01-01 05:43:12',''),(33312,1,1,34664,1,872363002,'2016-01-01 05:43:16',''),(33313,1,1,34665,1,872363002,'2016-01-01 05:43:21',''),(33314,1,1,34666,1,872363002,'2016-01-01 05:43:26',''),(33315,1,1,34667,1,872363002,'2016-01-01 05:43:29',''),(33316,1,1,34668,1,872363002,'2016-01-01 05:43:33',''),(33317,1,1,34669,26,2637637419,'2016-01-01 07:01:58',''),(33318,1,1,34670,43,1973831616,'2016-01-01 09:18:34',''),(33319,1,1,34671,56,2637637474,'2016-01-01 10:56:28',''),(33320,1,1,34672,71,2538610547,'2016-01-01 11:15:10',''),(33321,1,1,34673,1,2953382627,'2016-01-01 12:34:06',''),(33322,1,1,34674,1,2953382627,'2016-01-01 12:34:08',''),(33323,1,1,34675,1,2953382627,'2016-01-01 12:34:11',''),(33324,1,1,34676,1,2953382627,'2016-01-01 12:34:13',''),(33325,1,1,34677,41,3281697651,'2016-01-01 13:23:12',''),(33326,1,1,34678,53,3281697651,'2016-01-01 13:23:14',''),(33327,1,1,34679,48,3281697651,'2016-01-01 13:23:17',''),(33328,1,1,34680,16,3281697651,'2016-01-01 13:23:19',''),(33329,1,1,34681,55,3496817834,'2016-01-01 15:14:38',''),(33330,1,1,34682,1,3496817834,'2016-01-01 15:14:40',''),(33331,1,1,34683,55,3496817834,'2016-01-01 15:14:42',''),(33332,1,1,34684,1,2809310432,'2016-01-01 15:22:01',''),(33333,1,1,34685,1,2809310432,'2016-01-01 15:22:21',''),(33334,1,1,34686,26,2809310432,'2016-01-01 15:22:24',''),(33335,1,1,34687,26,2809310432,'2016-01-01 15:22:26',''),(33336,1,1,34688,26,2809310432,'2016-01-01 15:22:27',''),(33337,1,1,34689,26,2809310432,'2016-01-01 15:22:30',''),(33338,1,1,34690,26,2809310432,'2016-01-01 15:22:31',''),(33339,1,1,34691,26,2809310432,'2016-01-01 15:22:34',''),(33340,1,1,34692,26,2809310432,'2016-01-01 15:22:36',''),(33341,1,1,34693,26,2809310432,'2016-01-01 15:22:38',''),(33342,1,1,34694,26,2809310432,'2016-01-01 15:22:39',''),(33343,1,1,34695,26,2809310432,'2016-01-01 15:22:41',''),(33344,1,1,34696,18,2809310432,'2016-01-01 15:22:44',''),(33345,1,1,34697,6,2809310432,'2016-01-01 15:22:46',''),(33346,1,1,34698,43,2809310432,'2016-01-01 15:22:49',''),(33347,1,1,34699,26,2809310432,'2016-01-01 15:22:53',''),(33348,1,1,34700,1,2809310432,'2016-01-01 15:22:54',''),(33349,1,1,34701,43,1489375385,'2016-01-01 15:32:10',''),(33350,1,1,34702,44,1489375385,'2016-01-01 15:32:15',''),(33351,1,1,34703,1,633047521,'2016-01-01 15:48:44',''),(33352,1,1,34704,1,633047521,'2016-01-01 15:48:47',''),(33353,1,1,34705,1,633047521,'2016-01-01 15:48:50',''),(33354,1,1,34706,1,633047521,'2016-01-01 15:48:53',''),(33355,1,1,34707,1,633047521,'2016-01-01 15:48:56',''),(33356,1,1,34708,1,633047521,'2016-01-01 15:48:58',''),(33357,1,1,34709,1,633047521,'2016-01-01 15:49:01',''),(33358,1,1,34710,1,633047521,'2016-01-01 15:49:04',''),(33359,1,1,34711,1,633047521,'2016-01-01 15:49:07',''),(33360,1,1,34712,1,633047521,'2016-01-01 15:49:10',''),(33361,1,1,34713,49,2953382627,'2016-01-01 16:03:43',''),(33362,1,1,34714,58,2953382627,'2016-01-01 16:03:46',''),(33363,1,1,34715,10,2953382627,'2016-01-01 16:03:50',''),(33364,1,1,34716,10,2538610547,'2016-01-01 16:55:17',''),(33365,1,1,34717,69,2637637376,'2016-01-01 17:38:59',''),(33366,1,1,34718,1,2637637419,'2016-01-01 19:11:51',''),(33367,1,1,34719,26,1123631729,'2016-01-01 20:41:31',''),(33368,1,1,34720,1,1592976492,'2016-01-01 21:35:53',''),(33369,1,1,34721,69,3024883590,'2016-01-01 22:13:59',''),(33370,1,1,34722,1,1066263218,'2016-01-01 22:40:30',''),(33371,1,1,34723,6,3702877324,'2016-01-01 22:56:41',''),(33372,1,1,34724,1,1123631727,'2016-01-01 23:13:25',''),(33373,1,1,34725,1,1123631727,'2016-01-01 23:52:21',''),(33374,1,1,34727,1,1046910019,'2016-01-02 00:30:18',''),(33375,1,1,34728,47,3024883463,'2016-01-02 00:48:39',''),(33376,1,1,34729,49,1123631729,'2016-01-02 01:46:24',''),(33377,1,1,34730,1,1542483290,'2016-01-02 02:19:25',''),(33378,1,1,34731,1,3024883606,'2016-01-02 02:42:30',''),(33379,1,1,34732,1,3024883474,'2016-01-02 02:42:33',''),(33380,1,1,34733,63,2538610547,'2016-01-02 03:08:11',''),(33381,1,1,34734,1,2076880279,'2016-01-02 05:40:34','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(33382,1,1,34735,1,1123631731,'2016-01-02 07:25:20',''),(33383,1,1,34736,49,1152705578,'2016-01-02 08:54:59',''),(33384,1,1,34737,6,1123631731,'2016-01-02 08:57:08',''),(33385,1,1,34738,26,1123631729,'2016-01-02 09:19:21',''),(33386,1,1,34739,43,2538610547,'2016-01-02 09:28:18',''),(33387,1,1,34740,27,2637637482,'2016-01-02 09:30:51',''),(33388,1,1,34741,3,2637637482,'2016-01-02 09:30:53',''),(33389,1,1,34742,48,2637637482,'2016-01-02 09:30:55',''),(33390,1,1,34743,58,2637637482,'2016-01-02 09:30:56',''),(33391,1,1,34744,68,2637637482,'2016-01-02 09:30:58',''),(33392,1,1,34745,63,2637637482,'2016-01-02 09:31:00',''),(33393,1,1,34746,65,2637637482,'2016-01-02 09:31:02',''),(33394,1,1,34747,3,2637637482,'2016-01-02 09:31:04',''),(33395,1,1,34748,69,2637637482,'2016-01-02 09:31:06',''),(33396,1,1,34749,43,2637637494,'2016-01-02 09:32:30',''),(33397,1,1,34750,43,2637637494,'2016-01-02 09:32:32',''),(33398,1,1,34751,18,2637637494,'2016-01-02 09:32:34',''),(33399,1,1,34752,59,2637637494,'2016-01-02 09:32:36',''),(33400,1,1,34753,64,2637637494,'2016-01-02 09:32:38',''),(33401,1,1,34754,62,2637637494,'2016-01-02 09:32:40',''),(33402,1,1,34755,28,2637637494,'2016-01-02 09:32:42',''),(33403,1,1,34756,75,2637637494,'2016-01-02 09:32:44',''),(33404,1,1,34757,67,2637637494,'2016-01-02 09:32:46',''),(33405,1,1,34758,29,2637637494,'2016-01-02 09:32:48',''),(33406,1,1,34759,1,1123631727,'2016-01-02 09:42:12',''),(33407,1,1,34760,1,1381937297,'2016-01-02 10:00:20','http://www.1businessenterprise.co.uk/our-clients.php'),(33408,1,1,34761,26,1381937297,'2016-01-02 10:03:17',''),(33409,1,1,34762,55,1381937297,'2016-01-02 10:04:35',''),(33410,1,1,34763,1,1123631729,'2016-01-02 10:05:01',''),(33411,1,1,34764,43,1381937297,'2016-01-02 10:05:54',''),(33412,1,1,34765,26,1381937297,'2016-01-02 10:07:10',''),(33413,1,1,34766,63,1381937297,'2016-01-02 10:08:28',''),(33414,1,1,34767,69,1381937297,'2016-01-02 10:09:44',''),(33415,1,1,34768,52,1381937297,'2016-01-02 10:11:03',''),(33416,1,1,34769,10,1381937297,'2016-01-02 10:12:21',''),(33417,1,1,34770,3,1381937297,'2016-01-02 10:13:40',''),(33418,1,1,34771,59,1381937297,'2016-01-02 10:14:57',''),(33419,1,1,34772,72,1381937297,'2016-01-02 10:16:15',''),(33420,1,1,34773,16,1381937297,'2016-01-02 10:17:35',''),(33421,1,1,34774,45,1381937297,'2016-01-02 10:18:54',''),(33422,1,1,34775,50,1381937297,'2016-01-02 10:20:13',''),(33423,1,1,34776,18,1381937297,'2016-01-02 10:21:33',''),(33424,1,1,34777,54,1381937297,'2016-01-02 10:22:52',''),(33425,1,1,34778,42,1381937297,'2016-01-02 10:24:13',''),(33426,1,1,34779,71,1381937297,'2016-01-02 10:25:34',''),(33427,1,1,34780,67,1381937297,'2016-01-02 10:26:55',''),(33428,1,1,34781,66,1381937297,'2016-01-02 10:28:18',''),(33429,1,1,34782,53,1381937297,'2016-01-02 10:29:39',''),(33430,1,1,34783,73,1381937297,'2016-01-02 10:31:03',''),(33431,1,1,34784,75,1381937297,'2016-01-02 10:32:24',''),(33432,1,1,34785,27,1381937297,'2016-01-02 10:33:46',''),(33433,1,1,34786,57,1381937297,'2016-01-02 10:35:10',''),(33434,1,1,34787,58,1381937297,'2016-01-02 10:36:32',''),(33435,1,1,34788,74,1381937297,'2016-01-02 10:37:52',''),(33436,1,1,34789,47,1381937297,'2016-01-02 10:39:12',''),(33437,1,1,34790,73,2637637501,'2016-01-02 10:40:08',''),(33438,1,1,34791,49,2637637501,'2016-01-02 10:40:10',''),(33439,1,1,34792,71,2637637501,'2016-01-02 10:40:12',''),(33440,1,1,34793,56,2637637501,'2016-01-02 10:40:14',''),(33441,1,1,34794,55,2637637502,'2016-01-02 10:40:16',''),(33442,1,1,34795,70,2637637502,'2016-01-02 10:40:18',''),(33443,1,1,34796,26,2637637502,'2016-01-02 10:40:20',''),(33444,1,1,34797,9,2637637502,'2016-01-02 10:40:22',''),(33445,1,1,34798,10,2637637502,'2016-01-02 10:40:23',''),(33446,1,1,34799,31,1381937297,'2016-01-02 10:40:36',''),(33447,1,1,34800,38,1381937297,'2016-01-02 10:42:01',''),(33448,1,1,34801,26,1381937297,'2016-01-02 10:43:24',''),(33449,1,1,34802,51,1381937297,'2016-01-02 10:44:48',''),(33450,1,1,34803,44,1381937297,'2016-01-02 10:46:08',''),(33451,1,1,34804,26,1381937297,'2016-01-02 10:47:31',''),(33452,1,1,34805,9,1381937297,'2016-01-02 10:48:50',''),(33453,1,1,34806,68,1381937297,'2016-01-02 10:50:08',''),(33454,1,1,34807,26,1381937297,'2016-01-02 10:51:26',''),(33455,1,1,34808,62,1381937297,'2016-01-02 10:52:46',''),(33456,1,1,34809,16,1381937297,'2016-01-02 10:54:10',''),(33457,1,1,34810,49,1381937297,'2016-01-02 10:55:28',''),(33458,1,1,34811,16,1381937297,'2016-01-02 10:56:47',''),(33459,1,1,34812,28,1381937297,'2016-01-02 10:58:07',''),(33460,1,1,34813,15,1381937297,'2016-01-02 10:59:29',''),(33461,1,1,34814,56,1381937297,'2016-01-02 11:00:52',''),(33462,1,1,34815,43,1381937297,'2016-01-02 11:02:16',''),(33463,1,1,34816,64,1381937297,'2016-01-02 11:03:35',''),(33464,1,1,34817,41,1381937297,'2016-01-02 11:04:56',''),(33465,1,1,34818,65,1381937297,'2016-01-02 11:06:18',''),(33466,1,1,34819,48,1381937297,'2016-01-02 11:07:37',''),(33467,1,1,34820,43,1381937297,'2016-01-02 11:08:59',''),(33468,1,1,34821,6,1381937297,'2016-01-02 11:10:23',''),(33469,1,1,34822,1,35527672,'2016-01-02 11:24:53','https://www.google.co.uk/'),(33470,1,1,34823,1,2071807823,'2016-01-02 13:09:02',''),(33471,1,1,34824,1,1152705578,'2016-01-02 13:37:30',''),(33472,1,1,34825,47,2538610547,'2016-01-02 14:29:26',''),(33473,1,1,34826,73,2538610547,'2016-01-02 15:26:07',''),(33474,1,1,34827,44,417072618,'2016-01-02 16:30:42',''),(33475,1,1,34828,49,417072618,'2016-01-02 16:30:45',''),(33476,1,1,34829,58,417072618,'2016-01-02 16:30:49',''),(33477,1,1,34830,10,417072618,'2016-01-02 16:30:52',''),(33478,1,1,34831,26,3108748838,'2016-01-02 16:37:28',''),(33479,1,1,34832,26,3108748838,'2016-01-02 16:37:31',''),(33480,1,1,34833,26,3108748838,'2016-01-02 16:37:33',''),(33481,1,1,34834,26,3108748838,'2016-01-02 16:37:35',''),(33482,1,1,34835,1,631095636,'2016-01-02 17:07:54',''),(33483,1,1,34836,1,631095636,'2016-01-02 17:07:57',''),(33484,1,1,34837,1,631095636,'2016-01-02 17:08:00',''),(33485,1,1,34838,1,631095636,'2016-01-02 17:08:07',''),(33486,1,1,34839,1,872309210,'2016-01-02 17:35:56',''),(33487,1,1,34840,66,872362780,'2016-01-02 17:46:27',''),(33488,1,1,34841,6,417072618,'2016-01-02 19:18:13',''),(33489,1,1,34842,1,2538610547,'2016-01-02 20:08:17',''),(33490,1,1,34843,70,2538610547,'2016-01-02 20:34:15',''),(33491,1,1,34844,59,2538610547,'2016-01-02 20:40:02',''),(33492,1,1,34845,1,1287345209,'2016-01-02 21:14:36',''),(33493,1,1,34846,43,772036457,'2016-01-02 22:14:34',''),(33494,1,1,34847,44,772036457,'2016-01-02 22:14:39',''),(33495,1,1,34848,43,1123631276,'2016-01-02 23:12:59',''),(33496,1,1,34849,1,412100807,'2016-01-02 23:47:24',''),(33497,1,1,34850,6,412100807,'2016-01-02 23:47:27',''),(33498,1,1,34851,31,1123631273,'2016-01-02 23:49:33',''),(33499,1,1,34852,69,2538610547,'2016-01-03 01:08:03',''),(33500,1,1,34853,1,3281664044,'2016-01-03 01:52:48',''),(33501,1,1,34854,1,2344806474,'2016-01-03 02:45:41','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(33502,1,1,34855,1,1542483301,'2016-01-03 03:50:29',''),(33503,1,1,34856,54,3024883479,'2016-01-03 04:34:49',''),(33504,1,1,34857,51,2071807827,'2016-01-03 05:05:14',''),(33505,1,1,34858,16,1123631276,'2016-01-03 05:31:54',''),(33506,1,1,34859,31,1123631281,'2016-01-03 05:33:26',''),(33507,1,1,34860,75,2538610547,'2016-01-03 05:52:42',''),(33508,1,1,34861,1,3024883593,'2016-01-03 08:51:47',''),(33509,1,1,34862,1,3024883596,'2016-01-03 08:51:49',''),(33510,1,1,34863,1,633047521,'2016-01-03 09:07:51',''),(33511,1,1,34864,1,633047521,'2016-01-03 09:07:54',''),(33512,1,1,34865,1,633047521,'2016-01-03 09:07:56',''),(33513,1,1,34866,1,633047521,'2016-01-03 09:07:59',''),(33514,1,1,34867,1,633047521,'2016-01-03 09:08:02',''),(33515,1,1,34868,1,633047521,'2016-01-03 09:08:05',''),(33516,1,1,34869,1,633047521,'2016-01-03 09:08:08',''),(33517,1,1,34870,1,633047521,'2016-01-03 09:08:10',''),(33518,1,1,34871,1,633047521,'2016-01-03 09:08:13',''),(33519,1,1,34872,1,633047521,'2016-01-03 09:08:16',''),(33520,1,1,34873,1,3335746412,'2016-01-03 09:27:54',''),(33521,1,1,34874,6,1123631276,'2016-01-03 12:00:38',''),(33522,1,1,34875,1,2976000117,'2016-01-03 12:23:03','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(33523,1,1,34876,1,3475901863,'2016-01-03 13:12:12',''),(33524,1,1,34877,49,1503892538,'2016-01-03 14:18:40',''),(33525,1,1,34878,58,1503892538,'2016-01-03 14:18:43',''),(33526,1,1,34879,10,1503892538,'2016-01-03 14:18:46',''),(33527,1,1,34880,1,2297653084,'2016-01-03 15:52:19',''),(33528,1,1,34881,1,2297653084,'2016-01-03 15:52:22',''),(33529,1,1,34882,1,2297653084,'2016-01-03 15:52:24',''),(33530,1,1,34883,1,2297653084,'2016-01-03 15:52:28',''),(33531,1,1,34884,1,3475901863,'2016-01-03 15:58:49',''),(33532,1,1,34885,54,3024883477,'2016-01-03 16:30:45',''),(33533,1,1,34886,1,2297653148,'2016-01-03 17:59:29',''),(33534,1,1,34887,1,2297653148,'2016-01-03 17:59:32',''),(33535,1,1,34888,1,2297653148,'2016-01-03 17:59:35',''),(33536,1,1,34889,1,2297653148,'2016-01-03 17:59:38',''),(33537,1,1,34890,1,2297653148,'2016-01-03 17:59:41',''),(33538,1,1,34891,1,2297653148,'2016-01-03 17:59:45',''),(33539,1,1,34892,1,2297653148,'2016-01-03 17:59:48',''),(33540,1,1,34893,1,2297653148,'2016-01-03 17:59:51',''),(33541,1,1,34894,1,2297653148,'2016-01-03 17:59:54',''),(33542,1,1,34895,1,2297653148,'2016-01-03 17:59:57',''),(33543,1,1,34896,69,2297653148,'2016-01-03 18:00:01',''),(33544,1,1,34897,16,2538610547,'2016-01-03 18:46:07',''),(33545,1,1,34898,1,2071807826,'2016-01-03 19:12:20',''),(33546,1,1,34899,1,1053988086,'2016-01-03 19:14:34',''),(33547,1,1,34900,1,1053988086,'2016-01-03 19:14:37',''),(33548,1,1,34901,1,1053988086,'2016-01-03 19:14:39',''),(33549,1,1,34902,1,1053988086,'2016-01-03 19:14:41',''),(33550,1,1,34903,1,1053988086,'2016-01-03 19:14:44',''),(33551,1,1,34904,1,1053988086,'2016-01-03 19:14:46',''),(33552,1,1,34905,1,1053988086,'2016-01-03 19:14:48',''),(33553,1,1,34906,1,1053988086,'2016-01-03 19:14:51',''),(33554,1,1,34907,1,1053988086,'2016-01-03 19:14:53',''),(33555,1,1,34908,1,1053988086,'2016-01-03 19:14:56',''),(33556,1,1,34909,45,1123631276,'2016-01-03 19:17:37',''),(33557,1,1,34910,74,2538610547,'2016-01-03 19:52:14',''),(33558,1,1,34911,1,2972155925,'2016-01-03 20:08:41','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(33559,1,1,34912,1,772044803,'2016-01-03 20:18:21',''),(33560,1,1,34913,1,772044803,'2016-01-03 20:18:31',''),(33561,1,1,34914,1,772044803,'2016-01-03 20:18:38',''),(33562,1,1,34915,1,772044803,'2016-01-03 20:18:45',''),(33563,1,1,34916,1,772044803,'2016-01-03 20:18:49',''),(33564,1,1,34917,1,772044803,'2016-01-03 20:19:02',''),(33565,1,1,34918,1,772044803,'2016-01-03 20:19:12',''),(33566,1,1,34919,1,772044803,'2016-01-03 20:19:19',''),(33567,1,1,34920,1,772044803,'2016-01-03 20:19:26',''),(33568,1,1,34921,1,772044803,'2016-01-03 20:19:34',''),(33569,1,1,34922,47,2637637557,'2016-01-03 21:41:44',''),(33570,1,1,34923,46,3024883489,'2016-01-03 22:37:50',''),(33571,1,1,34924,1,1123631273,'2016-01-03 23:21:24',''),(33572,1,1,34925,41,3590043686,'2016-01-03 23:25:50',''),(33573,1,1,34926,53,3590043686,'2016-01-03 23:25:53',''),(33574,1,1,34927,48,3590043686,'2016-01-03 23:25:56',''),(33575,1,1,34928,16,3590043686,'2016-01-03 23:25:59',''),(33576,1,1,34930,53,2071807825,'2016-01-03 23:36:02',''),(33577,1,1,34931,1,2972689218,'2016-01-04 01:10:17','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(33578,1,1,34932,1,772036457,'2016-01-04 01:41:29',''),(33579,1,1,34933,1,3220805838,'2016-01-04 02:20:06','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(33580,1,1,34934,1,1542483277,'2016-01-04 04:26:45',''),(33581,1,1,34935,1,3024883471,'2016-01-04 05:39:54',''),(33582,1,1,34936,1,1311690078,'2016-01-04 05:42:24',''),(33583,1,1,34937,43,1152705578,'2016-01-04 07:30:18',''),(33584,1,1,34938,1,3024883601,'2016-01-04 08:00:53',''),(33585,1,1,34939,49,1123631273,'2016-01-04 10:12:26',''),(33586,1,1,34940,1,3495654154,'2016-01-04 11:03:09',''),(33587,1,1,34941,43,1123631276,'2016-01-04 11:50:43',''),(33588,1,1,34942,1,2420907426,'2016-01-04 16:44:25',''),(33589,1,1,34943,1,2420907426,'2016-01-04 16:44:27',''),(33590,1,1,34944,1,2420907426,'2016-01-04 16:44:33',''),(33591,1,1,34945,1,2420907426,'2016-01-04 16:44:35',''),(33592,1,1,34946,51,2538610547,'2016-01-04 16:47:15',''),(33593,1,1,34947,1,1836042778,'2016-01-04 17:10:10','https://www.google.co.uk/'),(33594,1,1,34948,73,3024883478,'2016-01-04 17:18:53',''),(33595,1,1,34949,15,2637637631,'2016-01-04 17:19:56',''),(33596,1,1,34950,44,2637637631,'2016-01-04 17:19:59',''),(33597,1,1,34951,50,2637637631,'2016-01-04 17:20:01',''),(33598,1,1,34952,51,2637637631,'2016-01-04 17:20:03',''),(33599,1,1,34953,72,2637637631,'2016-01-04 17:20:05',''),(33600,1,1,34954,6,2637637631,'2016-01-04 17:20:07',''),(33601,1,1,34955,1,2637637631,'2016-01-04 17:20:09',''),(33602,1,1,34956,74,2637637631,'2016-01-04 17:20:11',''),(33603,1,1,34957,1,1123631273,'2016-01-04 17:20:54',''),(33604,1,1,34958,73,676177759,'2016-01-04 17:23:07',''),(33605,1,1,34959,49,676177759,'2016-01-04 17:23:09',''),(33606,1,1,34960,71,676177759,'2016-01-04 17:23:11',''),(33607,1,1,34961,56,676177759,'2016-01-04 17:23:13',''),(33608,1,1,34962,55,676177759,'2016-01-04 17:23:14',''),(33609,1,1,34963,70,676177759,'2016-01-04 17:23:16',''),(33610,1,1,34964,26,676177759,'2016-01-04 17:23:18',''),(33611,1,1,34965,9,676177759,'2016-01-04 17:23:19',''),(33612,1,1,34966,10,676177759,'2016-01-04 17:23:20',''),(33613,1,1,34967,43,2637637560,'2016-01-04 17:32:41',''),(33614,1,1,34968,43,2637637560,'2016-01-04 17:32:43',''),(33615,1,1,34969,18,2637637560,'2016-01-04 17:32:45',''),(33616,1,1,34970,59,2637637557,'2016-01-04 17:32:47',''),(33617,1,1,34971,64,2637637557,'2016-01-04 17:32:49',''),(33618,1,1,34972,62,2637637557,'2016-01-04 17:32:51',''),(33619,1,1,34973,28,2637637557,'2016-01-04 17:32:53',''),(33620,1,1,34974,75,2637637557,'2016-01-04 17:32:55',''),(33621,1,1,34975,67,2637637557,'2016-01-04 17:32:57',''),(33622,1,1,34976,29,2637637557,'2016-01-04 17:32:59',''),(33623,1,1,34977,1,1123631276,'2016-01-04 17:45:12',''),(33624,1,1,34978,27,3475901836,'2016-01-04 17:46:03',''),(33625,1,1,34979,3,3475901836,'2016-01-04 17:46:05',''),(33626,1,1,34980,48,3475901836,'2016-01-04 17:46:07',''),(33627,1,1,34981,58,3475901836,'2016-01-04 17:46:08',''),(33628,1,1,34982,68,3475901836,'2016-01-04 17:46:10',''),(33629,1,1,34983,63,3475901836,'2016-01-04 17:46:12',''),(33630,1,1,34984,65,3475901836,'2016-01-04 17:46:14',''),(33631,1,1,34985,3,3475901836,'2016-01-04 17:46:16',''),(33632,1,1,34986,69,3475901836,'2016-01-04 17:46:18',''),(33633,1,1,34987,6,2538613875,'2016-01-04 18:33:37',''),(33634,1,1,34988,69,1053988951,'2016-01-04 18:50:57',''),(33635,1,1,34989,44,1159649130,'2016-01-04 19:22:25',''),(33636,1,1,34990,49,1159649130,'2016-01-04 19:22:30',''),(33637,1,1,34991,58,1159649130,'2016-01-04 19:22:33',''),(33638,1,1,34992,10,1159649130,'2016-01-04 19:22:37',''),(33639,1,1,34993,1,392549974,'2016-01-04 19:37:22',''),(33640,1,1,34994,1,392549974,'2016-01-04 19:37:25',''),(33641,1,1,34995,66,1815808080,'2016-01-04 19:50:39',''),(33642,1,1,34996,1,1123631273,'2016-01-04 20:22:58',''),(33643,1,1,34997,26,1152705578,'2016-01-04 20:29:02',''),(33644,1,1,34998,70,1123631276,'2016-01-04 20:56:12',''),(33645,1,1,34999,14,1123631281,'2016-01-04 21:00:50',''),(33646,1,1,35000,26,2953382627,'2016-01-04 21:10:52',''),(33647,1,1,35001,26,2953382627,'2016-01-04 21:10:55',''),(33648,1,1,35002,26,2953382627,'2016-01-04 21:10:57',''),(33649,1,1,35003,26,2953382627,'2016-01-04 21:11:00',''),(33650,1,1,35004,31,2538610547,'2016-01-04 21:16:52',''),(33651,1,1,35005,14,1123631273,'2016-01-04 22:52:18',''),(33652,1,1,35006,6,1152705578,'2016-01-04 23:16:32',''),(33653,1,1,35007,67,2538610547,'2016-01-04 23:21:59',''),(33654,1,1,35008,43,2420902020,'2016-01-05 00:16:53',''),(33655,1,1,35009,44,2420902020,'2016-01-05 00:16:56',''),(33656,1,1,35010,53,1152705578,'2016-01-05 00:24:49',''),(33657,1,1,35011,9,2538610547,'2016-01-05 00:27:10',''),(33658,1,1,35012,54,3702877279,'2016-01-05 00:48:44',''),(33659,1,1,35013,41,1123631273,'2016-01-05 00:52:34',''),(33660,1,1,35014,1,84498858,'2016-01-05 02:33:22',''),(33661,1,1,35015,1,84498858,'2016-01-05 02:33:24',''),(33662,1,1,35016,1,84498858,'2016-01-05 02:33:27',''),(33663,1,1,35017,1,84498858,'2016-01-05 02:33:29',''),(33664,1,1,35018,1,84498858,'2016-01-05 02:33:31',''),(33665,1,1,35019,1,84498858,'2016-01-05 02:33:34',''),(33666,1,1,35020,1,84498858,'2016-01-05 02:33:36',''),(33667,1,1,35021,1,84498858,'2016-01-05 02:33:38',''),(33668,1,1,35022,1,84498858,'2016-01-05 02:33:41',''),(33669,1,1,35023,1,84498858,'2016-01-05 02:33:43',''),(33670,1,1,35024,1,676177759,'2016-01-05 04:00:20',''),(33671,1,1,35025,1,1094177106,'2016-01-05 04:36:57',''),(33672,1,1,35026,1,1123631273,'2016-01-05 04:47:44',''),(33673,1,1,35028,1,3024883611,'2016-01-05 05:12:02',''),(33674,1,1,35029,41,3024883612,'2016-01-05 06:48:33',''),(33675,1,1,35030,1,1123631273,'2016-01-05 06:53:17',''),(33676,1,1,35031,1,3024883614,'2016-01-05 06:53:52',''),(33677,1,1,35032,6,1123631281,'2016-01-05 09:04:16',''),(33678,1,1,35033,41,772043973,'2016-01-05 11:31:10',''),(33679,1,1,35034,53,772043973,'2016-01-05 11:31:13',''),(33680,1,1,35035,48,772043973,'2016-01-05 11:31:16',''),(33681,1,1,35036,16,772043973,'2016-01-05 11:31:19',''),(33682,1,1,35037,42,2953382627,'2016-01-05 11:31:51',''),(33683,1,1,35038,1,1123631273,'2016-01-05 12:02:02',''),(33684,1,1,35039,49,84498858,'2016-01-05 12:07:54',''),(33685,1,1,35040,58,84498858,'2016-01-05 12:07:57',''),(33686,1,1,35041,10,84498858,'2016-01-05 12:08:00',''),(33687,1,1,35042,1,772044803,'2016-01-05 12:31:43',''),(33688,1,1,35043,1,772044803,'2016-01-05 12:31:46',''),(33689,1,1,35044,1,772044803,'2016-01-05 12:31:50',''),(33690,1,1,35045,1,772044803,'2016-01-05 12:31:54',''),(33691,1,1,35046,1,2637637631,'2016-01-05 13:39:59',''),(33692,1,1,35047,23,1123631281,'2016-01-05 14:17:08',''),(33693,1,1,35048,1,1123631273,'2016-01-05 15:03:45',''),(33694,1,1,35049,56,1384445684,'2016-01-05 15:23:09',''),(33695,1,1,35050,56,3156059313,'2016-01-05 16:48:34','https://www.google.co.uk/'),(33696,1,1,35051,1,2974111153,'2016-01-05 17:07:48','http://buttons-for-website.com'),(33697,1,1,35052,64,2538610547,'2016-01-05 17:56:47',''),(33698,1,1,35053,6,3475901836,'2016-01-05 18:11:55',''),(33699,1,1,35054,31,2071807767,'2016-01-05 20:31:19',''),(33700,1,1,35055,15,2538610547,'2016-01-05 21:40:28',''),(33701,1,1,35056,1,2513055990,'2016-01-05 21:55:29',''),(33702,1,1,35057,1,788300578,'2016-01-05 23:08:28',''),(33703,1,1,35058,26,1123631276,'2016-01-06 00:02:26',''),(33704,1,1,35059,1,772044803,'2016-01-06 00:32:38',''),(33705,1,1,35060,1,772044803,'2016-01-06 00:32:43',''),(33706,1,1,35061,1,772044803,'2016-01-06 00:32:47',''),(33707,1,1,35062,1,772044803,'2016-01-06 00:32:52',''),(33708,1,1,35063,1,772044803,'2016-01-06 00:32:56',''),(33709,1,1,35064,1,772044803,'2016-01-06 00:32:58',''),(33710,1,1,35065,1,772044803,'2016-01-06 00:33:01',''),(33711,1,1,35066,1,772044803,'2016-01-06 00:33:04',''),(33712,1,1,35067,1,772044803,'2016-01-06 00:33:07',''),(33713,1,1,35068,1,772044803,'2016-01-06 00:33:11',''),(33714,1,1,35069,6,676176698,'2016-01-06 01:23:08',''),(33715,1,1,35070,3,1152705578,'2016-01-06 01:24:06',''),(33716,1,1,35071,54,2071807790,'2016-01-06 02:09:38',''),(33717,1,1,35072,6,3475901776,'2016-01-06 02:21:44',''),(33718,1,1,35073,68,3024883477,'2016-01-06 02:38:16',''),(33719,1,1,35074,1,1089905970,'2016-01-06 02:59:12','http://whois.domaintools.com/mstyresblackburn.co.uk'),(33720,1,1,35075,62,3024883613,'2016-01-06 04:28:09',''),(33721,1,1,35076,1,3702877289,'2016-01-06 05:09:39',''),(33722,1,1,35077,56,1508525125,'2016-01-06 05:21:20',''),(33723,1,1,35078,1,1508525125,'2016-01-06 05:21:32',''),(33724,1,1,35079,1,1508525125,'2016-01-06 05:21:43',''),(33725,1,1,35080,1,1508525125,'2016-01-06 05:21:52',''),(33726,1,1,35081,1,1508525125,'2016-01-06 05:22:13',''),(33727,1,1,35082,1,1508525125,'2016-01-06 05:22:28',''),(33728,1,1,35083,16,1123631273,'2016-01-06 05:43:37',''),(33729,1,1,35084,1,3475901776,'2016-01-06 06:32:28',''),(33730,1,1,35085,1,676177759,'2016-01-06 06:37:40',''),(33731,1,1,35086,26,676177759,'2016-01-06 06:37:42',''),(33732,1,1,35087,1,1123631281,'2016-01-06 06:59:35',''),(33733,1,1,35088,26,2637637631,'2016-01-06 07:34:50',''),(33734,1,1,35089,26,2637637631,'2016-01-06 07:34:52',''),(33735,1,1,35090,1,2071807766,'2016-01-06 08:00:06',''),(33736,1,1,35091,1,2071807757,'2016-01-06 08:00:09',''),(33737,1,1,35092,1,1443357258,'2016-01-06 09:29:14','https://www.google.co.uk/'),(33738,1,1,35093,56,1508525126,'2016-01-06 09:36:50',''),(33739,1,1,35094,1,1508525126,'2016-01-06 09:37:10',''),(33740,1,1,35095,1,1508525126,'2016-01-06 09:37:18',''),(33741,1,1,35096,1,1508525126,'2016-01-06 09:37:39',''),(33742,1,1,35097,1,1508525126,'2016-01-06 09:37:51',''),(33743,1,1,35098,1,1508525126,'2016-01-06 09:38:01',''),(33744,1,1,35099,1,1542483269,'2016-01-06 10:02:04',''),(33745,1,1,35100,6,2637637605,'2016-01-06 10:38:27',''),(33746,1,1,35101,52,2071807801,'2016-01-06 12:45:12',''),(33747,1,1,35102,6,1123631273,'2016-01-06 12:56:13',''),(33748,1,1,35103,18,1152705578,'2016-01-06 13:45:36',''),(33749,1,1,35104,1,2975164774,'2016-01-06 13:48:18','http://buttons-for-website.com'),(33750,1,1,35105,1,1123631273,'2016-01-06 14:11:44',''),(33751,1,1,35106,6,1123631281,'2016-01-06 15:20:35',''),(33752,1,1,35107,1,3495654154,'2016-01-06 15:52:40',''),(33753,1,1,35108,1,3495654154,'2016-01-06 16:21:27',''),(33754,1,1,35109,1,1123631273,'2016-01-06 18:27:00',''),(33755,1,1,35110,3,84504390,'2016-01-06 20:14:58',''),(33756,1,1,35111,26,84504390,'2016-01-06 20:15:00',''),(33757,1,1,35112,54,84504390,'2016-01-06 20:15:02',''),(33758,1,1,35113,66,84504390,'2016-01-06 20:15:05',''),(33759,1,1,35114,73,84504390,'2016-01-06 20:15:08',''),(33760,1,1,35115,68,3024883596,'2016-01-06 20:56:35',''),(33761,1,1,35116,1,1589663144,'2016-01-06 21:23:22','https://www.google.co.uk/'),(33762,1,1,35117,1,3048154728,'2016-01-06 21:25:42','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(33763,1,1,35118,1,3220954860,'2016-01-06 21:47:20','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(33764,1,1,35119,1,3024883468,'2016-01-07 02:43:38',''),(33765,1,1,35120,3,1123631273,'2016-01-07 07:06:11',''),(33766,1,1,35121,26,1053973110,'2016-01-07 07:37:03',''),(33767,1,1,35122,26,1053973110,'2016-01-07 07:37:05',''),(33768,1,1,35123,26,1053973110,'2016-01-07 07:37:07',''),(33769,1,1,35124,26,1053973110,'2016-01-07 07:37:09',''),(33770,1,1,35125,26,1053973110,'2016-01-07 07:37:11',''),(33771,1,1,35126,26,1053973110,'2016-01-07 07:37:14',''),(33772,1,1,35127,26,1053973110,'2016-01-07 07:37:16',''),(33773,1,1,35128,26,1053973110,'2016-01-07 07:37:19',''),(33774,1,1,35129,26,1053973110,'2016-01-07 07:37:21',''),(33775,1,1,35130,26,1053973110,'2016-01-07 07:37:24',''),(33776,1,1,35131,26,1053973110,'2016-01-07 07:37:26',''),(33777,1,1,35132,26,1053973110,'2016-01-07 07:37:28',''),(33778,1,1,35133,26,1053973110,'2016-01-07 07:37:30',''),(33779,1,1,35134,1,1053973110,'2016-01-07 07:37:33',''),(33780,1,1,35135,1,1053973110,'2016-01-07 07:37:35',''),(33781,1,1,35136,1,1053973110,'2016-01-07 07:37:38',''),(33782,1,1,35137,1,1053973110,'2016-01-07 07:37:40',''),(33783,1,1,35138,1,1053973110,'2016-01-07 07:37:43',''),(33784,1,1,35139,1,1053973110,'2016-01-07 07:37:45',''),(33785,1,1,35140,3,1053973110,'2016-01-07 07:37:49',''),(33786,1,1,35141,18,1053973110,'2016-01-07 07:37:51',''),(33787,1,1,35142,43,1053973110,'2016-01-07 07:37:54',''),(33788,1,1,35143,45,1053973110,'2016-01-07 07:37:57',''),(33789,1,1,35144,57,1053973110,'2016-01-07 07:38:01',''),(33790,1,1,35145,16,1053973110,'2016-01-07 07:38:04',''),(33791,1,1,35146,16,1053973110,'2016-01-07 07:38:06',''),(33792,1,1,35147,28,1053973110,'2016-01-07 07:38:09',''),(33793,1,1,35148,50,1053973110,'2016-01-07 07:38:12',''),(33794,1,1,35149,51,1053973110,'2016-01-07 07:38:15',''),(33795,1,1,35150,56,1053973110,'2016-01-07 07:38:18',''),(33796,1,1,35151,59,1053973110,'2016-01-07 07:38:21',''),(33797,1,1,35152,68,1053973110,'2016-01-07 07:38:23',''),(33798,1,1,35153,65,1053973110,'2016-01-07 07:38:26',''),(33799,1,1,35154,75,1053973110,'2016-01-07 07:38:29',''),(33800,1,1,35155,67,1053973110,'2016-01-07 07:38:32',''),(33801,1,1,35156,74,1053973110,'2016-01-07 07:38:35',''),(33802,1,1,35157,1,1354815731,'2016-01-07 09:32:58','https://www.google.co.uk/'),(33803,1,1,35158,1,1542483304,'2016-01-07 10:48:36',''),(33804,1,1,35159,1,3576168705,'2016-01-07 12:10:35','https://www.google.co.uk/'),(33805,1,1,35160,26,2071807799,'2016-01-07 12:29:40',''),(33806,1,1,35161,1,2204827743,'2016-01-07 13:11:16',''),(33807,1,1,35162,65,2538610547,'2016-01-07 13:31:24',''),(33808,1,1,35163,69,872363001,'2016-01-07 13:38:06',''),(33809,1,1,35164,1,3024883613,'2016-01-07 13:45:15',''),(33810,1,1,35165,75,2637637557,'2016-01-07 14:00:03',''),(33811,1,1,35166,29,2420907756,'2016-01-07 14:04:22',''),(33812,1,1,35167,27,1152705578,'2016-01-07 14:08:36',''),(33813,1,1,35168,1,1032306397,'2016-01-07 14:59:13','http://m.baidu.com/s?wd=Mstyresblackburn'),(33814,1,1,35169,15,520862934,'2016-01-07 15:04:02','https://www.google.pl'),(33815,1,1,35170,1,2071807861,'2016-01-07 15:16:00',''),(33816,1,1,35171,1,2071807823,'2016-01-07 15:16:03',''),(33817,1,1,35172,44,1159649050,'2016-01-07 15:21:14',''),(33818,1,1,35173,49,1159649050,'2016-01-07 15:21:17',''),(33819,1,1,35174,58,1159649050,'2016-01-07 15:21:20',''),(33820,1,1,35175,10,1159649050,'2016-01-07 15:21:23',''),(33821,1,1,35176,1,3338415115,'2016-01-07 15:45:35',''),(33822,1,1,35177,1,1123631273,'2016-01-07 16:38:54',''),(33823,1,1,35178,27,2365591068,'2016-01-07 16:47:40','http://www.google.com.bn/search?q=rapid+225/40/18&client=ms-opera-mini-android&prmd=ivns&source=lnms&tbm=isch&sa=X&ved=0ahUKEwj74ryjk5jKAhXD1A4KHQg7BkkQ_AUIBigB'),(33824,1,1,35179,1,778648974,'2016-01-07 17:43:06','http://burger-imperia.com/'),(33825,1,1,35180,74,1123631281,'2016-01-07 17:44:15',''),(33826,1,1,35181,53,1123631273,'2016-01-07 17:48:10',''),(33827,1,1,35182,1,1123631273,'2016-01-07 18:42:33',''),(33828,1,1,35183,1,3024883615,'2016-01-07 19:05:35',''),(33829,1,1,35184,1,3281659622,'2016-01-07 19:38:03',''),(33830,1,1,35185,6,1815808070,'2016-01-07 20:09:51',''),(33831,1,1,35186,41,2513055936,'2016-01-07 20:39:19',''),(33832,1,1,35187,53,2513055936,'2016-01-07 20:39:22',''),(33833,1,1,35188,48,2513055936,'2016-01-07 20:39:24',''),(33834,1,1,35189,16,2513055936,'2016-01-07 20:39:27',''),(33835,1,1,35190,1,1523992187,'2016-01-07 22:29:21','https://www.google.co.uk/'),(33836,1,1,35191,1,1123631273,'2016-01-07 23:50:47',''),(33837,1,1,35192,1,2984124035,'2016-01-08 00:05:11','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(33838,1,1,35193,6,2637637541,'2016-01-08 01:05:29',''),(33839,1,1,35194,1,3024883612,'2016-01-08 01:35:24',''),(33840,1,1,35195,31,3024883465,'2016-01-08 02:36:54',''),(33841,1,1,35196,42,772036457,'2016-01-08 02:49:41',''),(33842,1,1,35197,49,1159650026,'2016-01-08 03:31:18',''),(33843,1,1,35198,58,1159650026,'2016-01-08 03:31:22',''),(33844,1,1,35199,10,1159650026,'2016-01-08 03:31:25',''),(33845,1,1,35200,23,1123631281,'2016-01-08 03:33:49',''),(33846,1,1,35201,1,1489375385,'2016-01-08 04:03:19',''),(33847,1,1,35202,27,1385288464,'2016-01-08 04:41:29','http://www.google.com.bn/search?q=rapid+225/40/18&client=ms-opera-mini-android&prmd=ivns&source=lnms&tbm=isch&sa=X&ved=0ahUKEwjqiaKvspnKAhWGDA8KHVuFCbcQ_AUIBigB'),(33848,1,1,35203,66,2071807834,'2016-01-08 06:29:24',''),(33849,1,1,35204,74,2420902987,'2016-01-08 07:27:08',''),(33850,1,1,35205,1,2637637540,'2016-01-08 07:28:07',''),(33851,1,1,35206,59,3024883473,'2016-01-08 08:31:55',''),(33852,1,1,35207,1,1977215409,'2016-01-08 08:49:06','http://buttons-for-website.com'),(33853,1,1,35208,6,1123631281,'2016-01-08 09:09:42',''),(33854,1,1,35209,1,2731721825,'2016-01-08 09:21:19',''),(33855,1,1,35210,1,2731721825,'2016-01-08 09:21:22',''),(33856,1,1,35211,1,2731721825,'2016-01-08 09:21:25',''),(33857,1,1,35212,1,2731721825,'2016-01-08 09:21:28',''),(33858,1,1,35213,1,2955086519,'2016-01-08 10:42:38','https://www.google.co.uk/'),(33859,1,1,35214,27,1123631276,'2016-01-08 10:45:21',''),(33860,1,1,35215,1,1542483280,'2016-01-08 10:50:08',''),(33861,1,1,35216,1,2990476559,'2016-01-08 13:15:53',''),(33862,1,1,35217,1,2990476559,'2016-01-08 13:16:08',''),(33863,1,1,35218,1,2990476559,'2016-01-08 13:16:25',''),(33864,1,1,35219,1,2990476559,'2016-01-08 13:16:34',''),(33865,1,1,35220,1,2990476559,'2016-01-08 13:16:51',''),(33866,1,1,35221,1,2990476559,'2016-01-08 13:17:01',''),(33867,1,1,35222,1,2990476559,'2016-01-08 13:17:27',''),(33868,1,1,35223,1,2990476559,'2016-01-08 13:17:45',''),(33869,1,1,35224,1,2990476559,'2016-01-08 13:17:47',''),(33870,1,1,35225,1,2990476559,'2016-01-08 13:18:01',''),(33871,1,1,35226,55,2990476559,'2016-01-08 13:18:14',''),(33872,1,1,35227,64,2990476559,'2016-01-08 13:18:21',''),(33873,1,1,35228,74,2990476559,'2016-01-08 13:18:39',''),(33874,1,1,35229,70,676177759,'2016-01-08 13:43:01',''),(33875,1,1,35230,10,676177759,'2016-01-08 13:43:03',''),(33876,1,1,35231,56,676177759,'2016-01-08 13:43:05',''),(33877,1,1,35232,49,676177759,'2016-01-08 13:43:07',''),(33878,1,1,35233,55,676177759,'2016-01-08 13:43:08',''),(33879,1,1,35234,73,676177759,'2016-01-08 13:43:10',''),(33880,1,1,35235,71,676177759,'2016-01-08 13:43:12',''),(33881,1,1,35236,9,676177759,'2016-01-08 13:43:14',''),(33882,1,1,35237,26,676177759,'2016-01-08 13:43:15',''),(33883,1,1,35238,1,1534699970,'2016-01-08 13:44:14',''),(33884,1,1,35239,1,1534699970,'2016-01-08 13:44:20',''),(33885,1,1,35240,1,1534699970,'2016-01-08 13:44:28',''),(33886,1,1,35241,1,1534699970,'2016-01-08 13:44:45',''),(33887,1,1,35242,62,2637637558,'2016-01-08 13:48:42',''),(33888,1,1,35243,59,2637637558,'2016-01-08 13:48:44',''),(33889,1,1,35244,28,2637637558,'2016-01-08 13:48:46',''),(33890,1,1,35245,43,2637637560,'2016-01-08 13:48:48',''),(33891,1,1,35246,75,2637637560,'2016-01-08 13:48:50',''),(33892,1,1,35247,67,2637637557,'2016-01-08 13:48:52',''),(33893,1,1,35248,29,2637637557,'2016-01-08 13:48:54',''),(33894,1,1,35249,43,2637637557,'2016-01-08 13:48:55',''),(33895,1,1,35250,18,2637637557,'2016-01-08 13:48:57',''),(33896,1,1,35251,64,2637637557,'2016-01-08 13:48:59',''),(33897,1,1,35252,51,2637637540,'2016-01-08 13:56:17',''),(33898,1,1,35253,50,2637637540,'2016-01-08 13:56:19',''),(33899,1,1,35254,44,2637637540,'2016-01-08 13:56:21',''),(33900,1,1,35255,15,2637637540,'2016-01-08 13:56:23',''),(33901,1,1,35256,66,2637637541,'2016-01-08 13:56:25',''),(33902,1,1,35257,1,2637637541,'2016-01-08 13:56:27',''),(33903,1,1,35258,74,2637637541,'2016-01-08 13:56:29',''),(33904,1,1,35259,72,2637637541,'2016-01-08 13:56:31',''),(33905,1,1,35260,6,2637637541,'2016-01-08 13:56:33',''),(33906,1,1,35261,26,2637637541,'2016-01-08 13:56:34',''),(33907,1,1,35262,1,3024883609,'2016-01-08 16:22:39',''),(33908,1,1,35263,1,1123631273,'2016-01-08 16:52:19',''),(33909,1,1,35264,1,3281659622,'2016-01-08 17:09:13',''),(33910,1,1,35265,1,3024883594,'2016-01-08 17:39:01',''),(33911,1,1,35266,1,523463252,'2016-01-08 18:02:13','https://www.google.co.uk/'),(33912,1,1,35267,1,2637637540,'2016-01-08 18:58:02',''),(33913,1,1,35268,1,1833605013,'2016-01-09 02:37:43',''),(33914,1,1,35269,67,1123631273,'2016-01-09 02:43:34',''),(33915,1,1,35270,58,1123631276,'2016-01-09 05:40:24',''),(33916,1,1,35271,1,1123631273,'2016-01-09 05:44:27',''),(33917,1,1,35272,1,3024883595,'2016-01-09 07:04:32',''),(33918,1,1,35273,1,3024883614,'2016-01-09 07:37:58',''),(33919,1,1,35274,1,1123631276,'2016-01-09 08:27:52',''),(33920,1,1,35275,59,3024883490,'2016-01-09 08:44:56',''),(33921,1,1,35276,43,2637637557,'2016-01-09 09:45:56',''),(33922,1,1,35277,1,1542483280,'2016-01-09 10:50:58',''),(33923,1,1,35278,26,2513057286,'2016-01-09 13:00:08',''),(33924,1,1,35279,26,2513057286,'2016-01-09 13:00:11',''),(33925,1,1,35280,26,2513057286,'2016-01-09 13:00:15',''),(33926,1,1,35281,26,2513057286,'2016-01-09 13:00:18',''),(33927,1,1,35282,23,1123631273,'2016-01-09 13:26:08',''),(33928,1,1,35284,22,1123631281,'2016-01-09 13:51:27',''),(33929,1,1,35285,6,772036457,'2016-01-09 14:06:30',''),(33930,1,1,35286,1,3024883486,'2016-01-09 14:30:20',''),(33931,1,1,35287,66,3702877293,'2016-01-09 15:19:35',''),(33932,1,1,35288,44,772036899,'2016-01-09 15:51:42',''),(33933,1,1,35289,49,772036899,'2016-01-09 15:51:46',''),(33934,1,1,35290,58,772036899,'2016-01-09 15:51:51',''),(33935,1,1,35291,10,772036899,'2016-01-09 15:51:55',''),(33936,1,1,35292,1,1443192730,'2016-01-09 16:06:39','https://www.google.co.uk/'),(33937,1,1,35293,69,1489375385,'2016-01-09 16:37:25',''),(33938,1,1,35294,6,1123631727,'2016-01-09 16:42:26',''),(33939,1,1,35295,66,2953382627,'2016-01-09 17:26:36',''),(33940,1,1,35296,1,1123631727,'2016-01-09 18:08:54',''),(33941,1,1,35297,43,1213982242,'2016-01-09 19:28:39',''),(33942,1,1,35298,44,1213982242,'2016-01-09 19:28:42',''),(33943,1,1,35299,1,1123631727,'2016-01-09 19:31:01',''),(33944,1,1,35301,1,1123631727,'2016-01-09 21:16:04',''),(33945,1,1,35302,55,1123631729,'2016-01-09 21:24:38',''),(33946,1,1,35305,1,1123631727,'2016-01-09 22:12:49',''),(33947,1,1,35306,26,84497668,'2016-01-09 22:22:51',''),(33948,1,1,35307,1,84497668,'2016-01-09 22:22:54',''),(33949,1,1,35308,1,84497668,'2016-01-09 22:22:56',''),(33950,1,1,35309,1,84497668,'2016-01-09 22:22:59',''),(33951,1,1,35310,1,84497668,'2016-01-09 22:23:02',''),(33952,1,1,35311,1,84497668,'2016-01-09 22:23:05',''),(33953,1,1,35312,1,84497668,'2016-01-09 22:23:09',''),(33954,1,1,35313,9,84497668,'2016-01-09 22:23:13',''),(33955,1,1,35314,38,84497668,'2016-01-09 22:23:16',''),(33956,1,1,35315,41,84497668,'2016-01-09 22:23:20',''),(33957,1,1,35316,43,84497668,'2016-01-09 22:23:23',''),(33958,1,1,35317,43,84497668,'2016-01-09 22:23:27',''),(33959,1,1,35318,53,84497668,'2016-01-09 22:23:32',''),(33960,1,1,35319,48,84497668,'2016-01-09 22:23:35',''),(33961,1,1,35320,52,84497668,'2016-01-09 22:23:38',''),(33962,1,1,35321,16,84497668,'2016-01-09 22:23:42',''),(33963,1,1,35322,71,84497668,'2016-01-09 22:23:45',''),(33964,1,1,35323,72,84497668,'2016-01-09 22:23:48',''),(33965,1,1,35324,70,84497668,'2016-01-09 22:23:52',''),(33966,1,1,35325,50,1123631729,'2016-01-09 23:05:54',''),(33967,1,1,35327,56,1123631731,'2016-01-09 23:42:20',''),(33968,1,1,35328,55,1123631731,'2016-01-10 00:37:17',''),(33969,1,1,35329,1,1123631729,'2016-01-10 00:49:39',''),(33970,1,1,35330,1,772036457,'2016-01-10 02:24:16',''),(33971,1,1,35331,1,772036457,'2016-01-10 02:24:20',''),(33972,1,1,35332,1,772036457,'2016-01-10 02:24:23',''),(33973,1,1,35333,1,772036457,'2016-01-10 02:24:28',''),(33974,1,1,35334,1,772036457,'2016-01-10 02:24:31',''),(33975,1,1,35335,1,772036457,'2016-01-10 02:24:34',''),(33976,1,1,35336,1,772036457,'2016-01-10 02:24:39',''),(33977,1,1,35337,1,772036457,'2016-01-10 02:24:41',''),(33978,1,1,35338,1,772036457,'2016-01-10 02:24:44',''),(33979,1,1,35339,1,772036457,'2016-01-10 02:24:47',''),(33980,1,1,35340,1,772036457,'2016-01-10 02:24:51',''),(33981,1,1,35341,1,1123631727,'2016-01-10 03:19:57',''),(33982,1,1,35344,52,1123631729,'2016-01-10 05:00:23',''),(33983,1,1,35345,56,1123631731,'2016-01-10 05:08:46',''),(33984,1,1,35346,55,1123631731,'2016-01-10 07:22:19',''),(33985,1,1,35347,1,2297638996,'2016-01-10 07:52:50',''),(33986,1,1,35348,1,1123631727,'2016-01-10 08:06:05',''),(33987,1,1,35349,50,3024883604,'2016-01-10 08:17:05',''),(33988,1,1,35350,56,1123631727,'2016-01-10 08:47:25',''),(33989,1,1,35351,1,1489375385,'2016-01-10 09:38:42',''),(33990,1,1,35352,1,1489375385,'2016-01-10 09:38:45',''),(33991,1,1,35353,1,1489375385,'2016-01-10 09:38:48',''),(33992,1,1,35354,1,1489375385,'2016-01-10 09:38:51',''),(33993,1,1,35355,1,1489375385,'2016-01-10 09:38:55',''),(33994,1,1,35356,1,1489375385,'2016-01-10 09:38:59',''),(33995,1,1,35357,1,1489375385,'2016-01-10 09:39:04',''),(33996,1,1,35358,1,1489375385,'2016-01-10 09:39:08',''),(33997,1,1,35359,1,1489375385,'2016-01-10 09:39:12',''),(33998,1,1,35360,1,1489375385,'2016-01-10 09:39:16',''),(33999,1,1,35361,41,2990476559,'2016-01-10 10:21:49',''),(34000,1,1,35362,53,2990476559,'2016-01-10 10:22:02',''),(34001,1,1,35363,48,2990476559,'2016-01-10 10:22:13',''),(34002,1,1,35364,16,2990476559,'2016-01-10 10:22:23',''),(34003,1,1,35365,1,2637637544,'2016-01-10 10:33:10',''),(34004,1,1,35366,1,1542483276,'2016-01-10 11:46:30',''),(34005,1,1,35367,1,1123631727,'2016-01-10 12:20:26',''),(34006,1,1,35368,1,1589663454,'2016-01-10 13:10:35','https://www.google.co.uk/'),(34007,1,1,35369,56,87028095,'2016-01-10 14:41:47','https://www.google.com.tr/'),(34008,1,1,35370,56,87028095,'2016-01-10 14:41:47',''),(34009,1,1,35371,1,2071807860,'2016-01-10 16:04:09',''),(34010,1,1,35372,1,1377604936,'2016-01-10 16:25:42','https://www.google.co.uk/'),(34011,1,1,35368,1,1589663454,'2016-01-10 16:37:13','https://www.google.co.uk/'),(34012,1,1,35373,1,3702877275,'2016-01-10 16:37:29',''),(34013,1,1,35374,1,1122428646,'2016-01-10 16:49:22',''),(34014,1,1,35375,56,1452404379,'2016-01-10 17:09:12','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwi5_qDh3Z_KAhUHWRoKHWBmBPEQFghBMAQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3Qx'),(34015,1,1,35376,1,1123631727,'2016-01-10 17:59:58',''),(34016,1,1,35377,50,1152705578,'2016-01-10 18:33:06',''),(34017,1,1,35378,1,1123631729,'2016-01-10 19:19:01',''),(34018,1,1,35379,1,2297628119,'2016-01-10 19:34:29',''),(34019,1,1,35380,1,1053988086,'2016-01-10 21:36:16',''),(34020,1,1,35381,44,2637637543,'2016-01-10 22:43:42',''),(34021,1,1,35382,1,2420907756,'2016-01-10 23:04:31',''),(34022,1,1,35383,1,2420907756,'2016-01-10 23:04:33',''),(34023,1,1,35384,1,2420907756,'2016-01-10 23:04:37',''),(34024,1,1,35385,1,2420907756,'2016-01-10 23:04:39',''),(34025,1,1,35386,1,2420907756,'2016-01-10 23:04:43',''),(34026,1,1,35387,1,2420907756,'2016-01-10 23:04:46',''),(34027,1,1,35388,1,2420907756,'2016-01-10 23:04:48',''),(34028,1,1,35389,1,2420907756,'2016-01-10 23:04:50',''),(34029,1,1,35390,1,2420907756,'2016-01-10 23:04:53',''),(34030,1,1,35391,1,2420907756,'2016-01-10 23:04:56',''),(34031,1,1,35392,26,1152705578,'2016-01-10 23:26:01',''),(34032,1,1,35393,49,2990476559,'2016-01-10 23:30:09',''),(34033,1,1,35394,58,2990476559,'2016-01-10 23:30:21',''),(34034,1,1,35395,10,2990476559,'2016-01-10 23:30:30',''),(34035,1,1,35396,1,2297628119,'2016-01-11 00:55:54',''),(34036,1,1,35397,1,2297628119,'2016-01-11 00:55:57',''),(34037,1,1,35398,1,2297628119,'2016-01-11 00:56:00',''),(34038,1,1,35399,71,2297628119,'2016-01-11 00:56:03',''),(34039,1,1,35400,50,3024883467,'2016-01-11 01:56:05',''),(34040,1,1,35401,26,2637637512,'2016-01-11 09:36:09',''),(34041,1,1,35402,6,1123631727,'2016-01-11 09:38:45',''),(34042,1,1,35403,1,1489430095,'2016-01-11 09:45:26',''),(34043,1,1,35404,1,1489430095,'2016-01-11 09:45:29',''),(34044,1,1,35405,1,1489430095,'2016-01-11 09:45:31',''),(34045,1,1,35406,1,1489430095,'2016-01-11 09:45:34',''),(34046,1,1,35407,1,1489430095,'2016-01-11 09:45:37',''),(34047,1,1,35408,1,1489430095,'2016-01-11 09:45:39',''),(34048,1,1,35409,1,1489430095,'2016-01-11 09:45:42',''),(34049,1,1,35410,1,1489430095,'2016-01-11 09:45:44',''),(34050,1,1,35411,1,1489430095,'2016-01-11 09:45:46',''),(34051,1,1,35412,1,1489430095,'2016-01-11 09:45:49',''),(34052,1,1,35413,1,3338415115,'2016-01-11 10:49:34',''),(34053,1,1,35414,10,1123631731,'2016-01-11 11:46:26',''),(34054,1,1,35415,1,1542483289,'2016-01-11 12:15:12',''),(34055,1,1,35368,1,2992655883,'2016-01-11 13:06:49',''),(34056,1,1,35416,9,2637637512,'2016-01-11 14:09:01',''),(34057,1,1,35417,15,1123631729,'2016-01-11 14:38:26',''),(34058,1,1,35418,1,772043973,'2016-01-11 16:08:36',''),(34059,1,1,35419,1,772043973,'2016-01-11 16:08:41',''),(34060,1,1,35420,65,3281932365,'2016-01-11 16:16:59','https://www.google.com.mt/'),(34061,1,1,35421,65,88261883,'2016-01-11 16:43:34','https://www.google.co.uk/'),(34062,1,1,35422,1,3488736748,'2016-01-11 17:21:03',''),(34063,1,1,35423,1,1838979864,'2016-01-11 17:51:50','https://www.google.co.uk/'),(34064,1,1,35424,49,3024883606,'2016-01-11 17:52:17',''),(34065,1,1,35368,1,1589663454,'2016-01-11 18:40:58',''),(34066,1,1,35425,51,3702877334,'2016-01-11 19:42:22',''),(34067,1,1,35426,1,35303144,'2016-01-11 19:47:20','https://www.google.co.uk/'),(34068,1,1,35427,26,1123631281,'2016-01-11 20:20:53',''),(34069,1,1,35428,1,3368257509,'2016-01-11 20:38:55','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(34070,1,1,35429,1,2969803597,'2016-01-11 22:13:01','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(34071,1,1,35430,29,1489375385,'2016-01-11 22:47:55',''),(34072,1,1,35431,1,1152705578,'2016-01-12 00:46:42',''),(34073,1,1,35432,1,872339330,'2016-01-12 01:29:54',''),(34074,1,1,35433,1,872339330,'2016-01-12 01:29:57',''),(34075,1,1,35434,1,872339330,'2016-01-12 01:30:00',''),(34076,1,1,35435,1,872339330,'2016-01-12 01:30:04',''),(34077,1,1,35436,1,872339330,'2016-01-12 01:30:09',''),(34078,1,1,35437,1,872339330,'2016-01-12 01:30:11',''),(34079,1,1,35438,1,872339330,'2016-01-12 01:30:16',''),(34080,1,1,35439,1,872339330,'2016-01-12 01:30:19',''),(34081,1,1,35440,1,872339330,'2016-01-12 01:30:24',''),(34082,1,1,35441,1,872339330,'2016-01-12 01:30:28',''),(34083,1,1,35442,55,872339330,'2016-01-12 01:30:32',''),(34084,1,1,35443,64,872339330,'2016-01-12 01:30:39',''),(34085,1,1,35444,74,872339330,'2016-01-12 01:30:43',''),(34086,1,1,35445,1,3589854124,'2016-01-12 01:41:34',''),(34087,1,1,35446,1,3589854124,'2016-01-12 01:41:35',''),(34088,1,1,35447,15,2637637549,'2016-01-12 05:53:21',''),(34089,1,1,35448,62,1521353846,'2016-01-12 07:11:00','http://www.google.es/url?sa=i&source=images&cd=&ved=&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D26%26controller%3Dproduct%26id_lang%3D1&psig=AFQjCNHEMmcrNiNPkw3q3HUk7qx_2GkZcQ&ust=1452668946484029&rct=j'),(34090,1,1,35449,1,3024883609,'2016-01-12 07:12:14',''),(34091,1,1,35450,1,3479603870,'2016-01-12 07:25:49',''),(34092,1,1,35451,1,3702877360,'2016-01-12 07:30:34',''),(34093,1,1,35452,51,1123631276,'2016-01-12 07:56:47',''),(34094,1,1,35453,1,2637637549,'2016-01-12 09:44:22',''),(34095,1,1,35454,1,1377678812,'2016-01-12 10:04:28','https://www.bing.com'),(34096,1,1,35455,1,1123631276,'2016-01-12 10:43:36',''),(34097,1,1,35456,6,1815808070,'2016-01-12 10:43:52',''),(34098,1,1,35457,44,84497668,'2016-01-12 11:05:31',''),(34099,1,1,35458,49,84497668,'2016-01-12 11:05:34',''),(34100,1,1,35459,58,84497668,'2016-01-12 11:05:37',''),(34101,1,1,35460,10,84497668,'2016-01-12 11:05:40',''),(34102,1,1,35461,1,2181059088,'2016-01-12 11:29:50','https://www.google.co.uk/'),(34103,1,1,35462,66,84497668,'2016-01-12 11:36:02',''),(34104,1,1,35463,1,786803397,'2016-01-12 11:42:26',''),(34105,1,1,35464,1,3024883619,'2016-01-12 11:44:53',''),(34106,1,1,35465,1,1123631273,'2016-01-12 11:45:23',''),(34107,1,1,35466,1,1535967308,'2016-01-12 12:12:47','http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk'),(34108,1,1,35467,1,1542483268,'2016-01-12 13:04:56',''),(34109,1,1,35468,15,1123631273,'2016-01-12 13:16:31',''),(34110,1,1,35469,1,1123631273,'2016-01-12 13:55:52',''),(34111,1,1,35470,1,1123631276,'2016-01-12 14:28:20',''),(34112,1,1,35471,1,1310736290,'2016-01-12 14:57:38','https://www.google.co.uk'),(34113,1,1,35472,1,1310736290,'2016-01-12 15:06:36',''),(34114,1,1,35473,1,1123631273,'2016-01-12 15:07:18',''),(34115,1,1,35474,41,772043973,'2016-01-12 15:12:41',''),(34116,1,1,35475,53,772043973,'2016-01-12 15:12:45',''),(34117,1,1,35476,48,772043973,'2016-01-12 15:12:48',''),(34118,1,1,35477,16,772043973,'2016-01-12 15:12:51',''),(34119,1,1,35478,1,1310736290,'2016-01-12 15:30:36',''),(34120,1,1,35471,1,1310736290,'2016-01-12 15:30:52','https://www.google.co.uk'),(34121,1,1,35479,1,2071807770,'2016-01-12 16:12:22',''),(34122,1,1,35480,45,1123631729,'2016-01-12 16:14:13',''),(34123,1,1,35482,1,2953382627,'2016-01-12 16:31:38',''),(34124,1,1,35483,1,2953382627,'2016-01-12 16:31:41',''),(34125,1,1,35484,1,2953382627,'2016-01-12 16:31:44',''),(34126,1,1,35485,1,2953382627,'2016-01-12 16:31:47',''),(34127,1,1,35486,1,2953382627,'2016-01-12 16:31:49',''),(34128,1,1,35487,1,2953382627,'2016-01-12 16:31:52',''),(34129,1,1,35488,1,2953382627,'2016-01-12 16:31:55',''),(34130,1,1,35489,1,2953382627,'2016-01-12 16:31:58',''),(34131,1,1,35490,1,2953382627,'2016-01-12 16:32:00',''),(34132,1,1,35491,1,2953382627,'2016-01-12 16:32:03',''),(34133,1,1,35492,69,2953382627,'2016-01-12 16:32:06',''),(34134,1,1,35493,43,772044803,'2016-01-12 17:27:12',''),(34135,1,1,35494,49,772044803,'2016-01-12 17:27:16',''),(34136,1,1,35495,58,772044803,'2016-01-12 17:27:20',''),(34137,1,1,35496,10,772044803,'2016-01-12 17:27:24',''),(34138,1,1,35497,1,3024883617,'2016-01-12 17:31:38',''),(34139,1,1,35498,51,3702877327,'2016-01-12 17:32:00',''),(34140,1,1,35499,67,3163547658,'2016-01-12 17:53:32',''),(34141,1,1,35500,1,2953382627,'2016-01-12 18:02:16',''),(34142,1,1,35501,1,2953382627,'2016-01-12 18:02:19',''),(34143,1,1,35502,1,2953382627,'2016-01-12 18:02:22',''),(34144,1,1,35503,1,2953382627,'2016-01-12 18:02:25',''),(34145,1,1,35504,1,1377678622,'2016-01-12 18:05:03','https://www.google.co.uk/'),(34146,1,1,35505,1,3024883601,'2016-01-12 19:43:26',''),(34147,1,1,35506,1,3024883592,'2016-01-12 19:50:54',''),(34148,1,1,35507,1,3024883474,'2016-01-12 21:07:09',''),(34149,1,1,35508,56,1378680991,'2016-01-12 21:15:25','https://www.google.co.uk/'),(34150,1,1,35509,1,1489375385,'2016-01-12 21:37:55',''),(34151,1,1,35510,57,3024883598,'2016-01-12 23:46:14',''),(34152,1,1,35511,1,3024883612,'2016-01-13 00:19:44',''),(34153,1,1,35512,1,1442835367,'2016-01-13 01:27:19',''),(34154,1,1,35513,26,1311650550,'2016-01-13 02:29:18',''),(34155,1,1,35514,26,1311650550,'2016-01-13 02:29:20',''),(34156,1,1,35515,26,1311650550,'2016-01-13 02:29:22',''),(34157,1,1,35516,16,1311650550,'2016-01-13 02:29:25',''),(34158,1,1,35517,16,1311650550,'2016-01-13 02:29:28',''),(34159,1,1,35518,1,1123631727,'2016-01-13 02:38:46',''),(34160,1,1,35519,1,772036457,'2016-01-13 04:00:58',''),(34161,1,1,35520,1,772036457,'2016-01-13 04:01:03',''),(34162,1,1,35521,1,772036457,'2016-01-13 04:01:06',''),(34163,1,1,35522,71,772036457,'2016-01-13 04:01:09',''),(34164,1,1,35523,26,3702877261,'2016-01-13 05:03:16',''),(34165,1,1,35524,1,3024883596,'2016-01-13 05:41:48',''),(34166,1,1,35525,43,1152705578,'2016-01-13 05:42:40',''),(34167,1,1,35526,6,1152705578,'2016-01-13 06:28:08',''),(34168,1,1,35527,48,1123631727,'2016-01-13 07:55:12',''),(34169,1,1,35528,51,1123631727,'2016-01-13 09:21:36',''),(34170,1,1,35529,48,1123631729,'2016-01-13 10:22:05',''),(34171,1,1,35530,1,1123631727,'2016-01-13 11:39:21',''),(34172,1,1,35531,72,3475901724,'2016-01-13 11:45:01',''),(34173,1,1,35532,15,3475901724,'2016-01-13 11:45:03',''),(34174,1,1,35533,1,3475901724,'2016-01-13 11:45:06',''),(34175,1,1,35534,74,3475901724,'2016-01-13 11:45:08',''),(34176,1,1,35535,44,3475901724,'2016-01-13 11:45:09',''),(34177,1,1,35536,50,3475901724,'2016-01-13 11:45:10',''),(34178,1,1,35537,6,3475901724,'2016-01-13 11:45:11',''),(34179,1,1,35538,51,3475901724,'2016-01-13 11:45:12',''),(34180,1,1,35539,18,3475901854,'2016-01-13 11:45:14',''),(34181,1,1,35540,29,3475901854,'2016-01-13 11:45:16',''),(34182,1,1,35541,16,3475901854,'2016-01-13 11:45:17',''),(34183,1,1,35542,59,3475901854,'2016-01-13 11:45:19',''),(34184,1,1,35543,28,3475901854,'2016-01-13 11:45:21',''),(34185,1,1,35544,43,3475901854,'2016-01-13 11:45:23',''),(34186,1,1,35545,71,2637637442,'2016-01-13 11:45:25',''),(34187,1,1,35546,43,3475901854,'2016-01-13 11:45:25',''),(34188,1,1,35547,9,2637637442,'2016-01-13 11:45:27',''),(34189,1,1,35548,67,3475901854,'2016-01-13 11:45:27',''),(34190,1,1,35549,73,2637637442,'2016-01-13 11:45:28',''),(34191,1,1,35550,62,3475901854,'2016-01-13 11:45:29',''),(34192,1,1,35551,10,2637637442,'2016-01-13 11:45:30',''),(34193,1,1,35552,75,3475901854,'2016-01-13 11:45:31',''),(34194,1,1,35553,49,2637637442,'2016-01-13 11:45:32',''),(34195,1,1,35554,56,2637637442,'2016-01-13 11:45:33',''),(34196,1,1,35555,64,3475901854,'2016-01-13 11:45:33',''),(34197,1,1,35556,55,2637637442,'2016-01-13 11:45:34',''),(34198,1,1,35557,70,2637637442,'2016-01-13 11:45:35',''),(34199,1,1,35558,1,1345102187,'2016-01-13 11:46:54','https://www.google.co.uk/'),(34200,1,1,35559,1,1344833128,'2016-01-13 11:47:57',''),(34201,1,1,35560,1,1344833128,'2016-01-13 11:47:57',''),(34202,1,1,35561,1,1042180666,'2016-01-13 11:50:41','https://www.google.co.uk/'),(34203,1,1,35562,1,1522791027,'2016-01-13 12:19:45','https://www.google.co.uk/'),(34204,1,1,35368,53,1367985999,'2016-01-13 13:07:55',''),(34205,1,1,35563,65,3475901734,'2016-01-13 13:08:56',''),(34206,1,1,35564,3,3475901734,'2016-01-13 13:08:58',''),(34207,1,1,35565,48,3475901734,'2016-01-13 13:08:59',''),(34208,1,1,35566,3,3475901734,'2016-01-13 13:09:01',''),(34209,1,1,35567,27,3475901734,'2016-01-13 13:09:02',''),(34210,1,1,35568,58,3475901734,'2016-01-13 13:09:04',''),(34211,1,1,35569,68,3475901734,'2016-01-13 13:09:06',''),(34212,1,1,35570,69,3475901734,'2016-01-13 13:09:09',''),(34213,1,1,35571,63,3475901734,'2016-01-13 13:09:11',''),(34214,1,1,35512,43,1443173910,'2016-01-13 13:25:53',''),(34215,1,1,35572,1,1542483316,'2016-01-13 13:55:16',''),(34216,1,1,35573,1,3475901724,'2016-01-13 13:57:32',''),(34217,1,1,35574,43,1123631700,'2016-01-13 14:17:04',''),(34218,1,1,35575,26,2637637442,'2016-01-13 15:01:28',''),(34219,1,1,35576,1,1053988087,'2016-01-13 16:44:28',''),(34220,1,1,35577,1,1053988087,'2016-01-13 16:44:30',''),(34221,1,1,35578,1,1053988087,'2016-01-13 16:44:32',''),(34222,1,1,35579,1,1053988087,'2016-01-13 16:44:35',''),(34223,1,1,35580,1,1053988087,'2016-01-13 16:44:37',''),(34224,1,1,35581,1,1053988087,'2016-01-13 16:44:40',''),(34225,1,1,35582,1,1053988087,'2016-01-13 16:44:42',''),(34226,1,1,35583,1,1053988087,'2016-01-13 16:44:44',''),(34227,1,1,35584,1,1053988087,'2016-01-13 16:44:47',''),(34228,1,1,35585,1,1053988087,'2016-01-13 16:44:49',''),(34229,1,1,35586,1,1123631700,'2016-01-13 16:54:09',''),(34230,1,1,35587,26,2071807822,'2016-01-13 17:35:00',''),(34231,1,1,35588,1,2071807819,'2016-01-13 20:00:38',''),(34232,1,1,35589,50,1123631694,'2016-01-13 20:34:49',''),(34233,1,1,35590,56,1312464203,'2016-01-13 20:43:53',''),(34234,1,1,35591,1,1312464203,'2016-01-13 20:43:55',''),(34235,1,1,35592,56,1312464203,'2016-01-13 20:43:57',''),(34236,1,1,35593,1,1489375385,'2016-01-13 22:18:28',''),(34237,1,1,35594,1,1489375385,'2016-01-13 22:18:32',''),(34238,1,1,35595,1,1489375385,'2016-01-13 22:18:35',''),(34239,1,1,35596,1,1489375385,'2016-01-13 22:18:39',''),(34240,1,1,35597,43,1123631700,'2016-01-13 23:48:31',''),(34241,1,1,35598,57,3024883468,'2016-01-14 00:20:27',''),(34242,1,1,35599,1,3245313177,'2016-01-14 00:36:32',''),(34243,1,1,35600,1,3245313177,'2016-01-14 00:36:34',''),(34244,1,1,35601,1,1427043759,'2016-01-14 00:36:36',''),(34245,1,1,35602,1,1427043759,'2016-01-14 00:36:39',''),(34246,1,1,35603,1,3245313177,'2016-01-14 00:36:41',''),(34247,1,1,35604,1,3245313177,'2016-01-14 00:36:45',''),(34248,1,1,35605,1,1053993637,'2016-01-14 01:37:06',''),(34249,1,1,35606,43,3111080888,'2016-01-14 05:31:33',''),(34250,1,1,35607,18,1152705578,'2016-01-14 07:00:04',''),(34251,1,1,35608,1,3642958305,'2016-01-14 08:24:47','https://www.google.co.uk/'),(34252,1,1,35609,56,1757977120,'2016-01-14 08:58:59',''),(34253,1,1,35610,1,1757977120,'2016-01-14 08:59:03',''),(34254,1,1,35611,56,1757977120,'2016-01-14 08:59:08',''),(34255,1,1,35612,1,1838484995,'2016-01-14 09:20:24','https://www.google.co.uk/'),(34256,1,1,35613,6,1123631729,'2016-01-14 09:42:38',''),(34257,1,1,35614,65,1366200290,'2016-01-14 10:23:53','https://www.google.co.uk/'),(34258,1,1,35615,26,3475901734,'2016-01-14 10:54:19',''),(34259,1,1,35616,6,3024883486,'2016-01-14 11:23:34',''),(34260,1,1,35617,1,3281659622,'2016-01-14 11:23:59',''),(34261,1,1,35618,26,1152705578,'2016-01-14 12:58:39',''),(34262,1,1,35619,6,1123631727,'2016-01-14 14:30:11',''),(34263,1,1,35620,1,1542483300,'2016-01-14 14:44:28',''),(34264,1,1,35621,6,1596951217,'2016-01-14 15:26:19',''),(34265,1,1,35622,1,1589999660,'2016-01-14 16:10:25',''),(34266,1,1,35623,26,3702877284,'2016-01-14 18:01:31',''),(34267,1,1,35624,62,3163547669,'2016-01-14 18:22:04',''),(34268,1,1,35625,1,3338415115,'2016-01-14 20:31:54',''),(34269,1,1,35626,69,1311650550,'2016-01-14 22:41:12',''),(34270,1,1,35627,1,1123631281,'2016-01-14 23:04:40',''),(34271,1,1,35628,1,1123631273,'2016-01-15 00:12:47',''),(34272,1,1,35629,70,3024883474,'2016-01-15 01:16:26',''),(34273,1,1,35630,1,1123631273,'2016-01-15 01:19:26',''),(34274,1,1,35631,68,1123631276,'2016-01-15 01:42:29',''),(34275,1,1,35632,1,2990476559,'2016-01-15 01:58:43',''),(34276,1,1,35633,1,3024883478,'2016-01-15 02:34:13',''),(34277,1,1,35634,1,1123631273,'2016-01-15 03:19:56',''),(34278,1,1,35635,1,1123631273,'2016-01-15 04:52:00',''),(34279,1,1,35636,1,1123631273,'2016-01-15 05:44:16',''),(34280,1,1,35637,65,3024883461,'2016-01-15 08:19:17',''),(34281,1,1,35638,68,1123631273,'2016-01-15 08:33:52',''),(34282,1,1,35639,1,772043973,'2016-01-15 09:13:07',''),(34283,1,1,35640,1,772043973,'2016-01-15 09:13:10',''),(34284,1,1,35641,1,772043973,'2016-01-15 09:13:13',''),(34285,1,1,35642,71,772043973,'2016-01-15 09:13:16',''),(34286,1,1,35643,26,772043973,'2016-01-15 09:16:52',''),(34287,1,1,35644,26,772043973,'2016-01-15 09:16:55',''),(34288,1,1,35645,26,772043973,'2016-01-15 09:16:58',''),(34289,1,1,35646,16,772043973,'2016-01-15 09:17:00',''),(34290,1,1,35647,6,772043973,'2016-01-15 09:21:23',''),(34291,1,1,35368,1,1367985999,'2016-01-15 10:13:05',''),(34292,1,1,35648,41,775661336,'2016-01-15 10:59:46',''),(34293,1,1,35649,53,775661336,'2016-01-15 10:59:49',''),(34294,1,1,35650,48,775661336,'2016-01-15 10:59:51',''),(34295,1,1,35651,16,775661336,'2016-01-15 10:59:54',''),(34296,1,1,35652,44,772045740,'2016-01-15 12:18:44',''),(34297,1,1,35653,49,772045740,'2016-01-15 12:18:48',''),(34298,1,1,35654,58,772045740,'2016-01-15 12:18:51',''),(34299,1,1,35655,10,772045740,'2016-01-15 12:18:55',''),(34300,1,1,35656,1,1053979525,'2016-01-15 12:19:30',''),(34301,1,1,35657,1,1053979525,'2016-01-15 12:19:34',''),(34302,1,1,35658,1,1053979525,'2016-01-15 12:19:38',''),(34303,1,1,35659,1,1053979525,'2016-01-15 12:19:41',''),(34304,1,1,35660,6,697197565,'2016-01-15 13:04:04',''),(34305,1,1,35661,1,2420907426,'2016-01-15 13:28:54',''),(34306,1,1,35662,1,2420907426,'2016-01-15 13:28:56',''),(34307,1,1,35663,1,2420907426,'2016-01-15 13:28:59',''),(34308,1,1,35664,1,2420907426,'2016-01-15 13:29:01',''),(34309,1,1,35665,6,697197565,'2016-01-15 13:38:05',''),(34310,1,1,35666,38,1123631281,'2016-01-15 14:29:45',''),(34311,1,1,35667,1,1577543118,'2016-01-15 14:33:09',''),(34312,1,1,35668,71,2969291758,'2016-01-15 14:54:22','https://www.google.co.uk/'),(34313,1,1,35669,1,1542483311,'2016-01-15 15:07:29',''),(34314,1,1,35670,1,676177691,'2016-01-15 15:34:43',''),(34315,1,1,35671,54,772044803,'2016-01-15 16:48:59',''),(34316,1,1,35672,66,772044803,'2016-01-15 16:49:04',''),(34317,1,1,35673,6,1123631281,'2016-01-15 16:56:00',''),(34318,1,1,35674,46,3702877368,'2016-01-15 17:19:38',''),(34319,1,1,35675,38,3024883616,'2016-01-15 18:14:09',''),(34320,1,1,35676,68,1123631273,'2016-01-15 18:26:24',''),(34321,1,1,35677,1,3163547685,'2016-01-15 19:33:34',''),(34322,1,1,35678,31,2637637394,'2016-01-15 20:14:13',''),(34323,1,1,35679,43,1123631281,'2016-01-15 20:31:38',''),(34324,1,1,35680,1,3702877336,'2016-01-16 00:42:20',''),(34325,1,1,35681,43,2990476559,'2016-01-16 01:36:55',''),(34326,1,1,35682,49,2990476559,'2016-01-16 01:36:58',''),(34327,1,1,35683,58,2990476559,'2016-01-16 01:37:05',''),(34328,1,1,35684,10,2990476559,'2016-01-16 01:37:10',''),(34329,1,1,35685,26,2420901739,'2016-01-16 01:44:51',''),(34330,1,1,35686,43,2420901739,'2016-01-16 01:44:54',''),(34331,1,1,35687,16,2420901739,'2016-01-16 01:44:56',''),(34332,1,1,35688,71,2420901739,'2016-01-16 01:44:59',''),(34333,1,1,35689,72,2420901739,'2016-01-16 01:45:02',''),(34334,1,1,35690,70,2420901739,'2016-01-16 01:45:05',''),(34335,1,1,35691,1,3024883463,'2016-01-16 03:46:33',''),(34336,1,1,35692,47,2071807850,'2016-01-16 03:57:47',''),(34337,1,1,35693,53,2297665374,'2016-01-16 06:31:00',''),(34338,1,1,35694,45,1152705578,'2016-01-16 07:04:51',''),(34339,1,1,35695,6,1152705578,'2016-01-16 07:40:21',''),(34340,1,1,35696,48,1384437384,'2016-01-16 07:58:38','https://www.google.co.uk/'),(34341,1,1,35697,1,3024883599,'2016-01-16 10:04:40',''),(34342,1,1,35698,1,1443357431,'2016-01-16 10:14:03','https://www.google.co.uk/'),(34343,1,1,35368,1,1589663454,'2016-01-16 10:37:08',''),(34344,1,1,35699,43,2297664617,'2016-01-16 11:30:06',''),(34345,1,1,35504,1,1377678622,'2016-01-16 12:02:47',''),(34346,1,1,35700,1,1760475913,'2016-01-16 12:12:36',''),(34347,1,1,35701,1,1760475913,'2016-01-16 12:12:38',''),(34348,1,1,35702,6,1760475913,'2016-01-16 12:12:39',''),(34349,1,1,35703,56,785399511,'2016-01-16 15:01:52','https://www.bing.com/'),(34350,1,1,35704,1,1542483318,'2016-01-16 15:04:30',''),(34351,1,1,35705,70,3024883462,'2016-01-16 15:16:32',''),(34352,1,1,35706,1,2538613875,'2016-01-16 16:55:36',''),(34353,1,1,35707,1,2538613875,'2016-01-16 16:55:48',''),(34354,1,1,35708,1,2538613875,'2016-01-16 16:55:55',''),(34355,1,1,35709,1,2538613875,'2016-01-16 16:56:06',''),(34356,1,1,35710,1,2538613875,'2016-01-16 16:56:09',''),(34357,1,1,35711,1,2538613875,'2016-01-16 16:56:12',''),(34358,1,1,35712,9,2538613875,'2016-01-16 16:56:20',''),(34359,1,1,35713,38,2538613875,'2016-01-16 16:56:23',''),(34360,1,1,35714,41,2538613875,'2016-01-16 16:56:30',''),(34361,1,1,35715,43,2538613875,'2016-01-16 16:56:35',''),(34362,1,1,35716,53,2538613875,'2016-01-16 16:56:42',''),(34363,1,1,35717,48,2538613875,'2016-01-16 16:56:44',''),(34364,1,1,35718,52,2538613875,'2016-01-16 16:56:52',''),(34365,1,1,35719,1,2297638996,'2016-01-16 17:22:28',''),(34366,1,1,35720,9,1152705578,'2016-01-16 17:35:09',''),(34367,1,1,35721,56,2637637419,'2016-01-16 18:49:27',''),(34368,1,1,35722,1,2071807782,'2016-01-16 20:01:49',''),(34369,1,1,35723,1,1123631273,'2016-01-16 20:29:54',''),(34370,1,1,35724,1,2734114843,'2016-01-16 21:15:10','http://hvd-store.com/'),(34371,1,1,35725,1,772044803,'2016-01-17 00:04:38',''),(34372,1,1,35726,1,772044803,'2016-01-17 00:04:43',''),(34373,1,1,35727,1,772044803,'2016-01-17 00:04:48',''),(34374,1,1,35728,1,772044803,'2016-01-17 00:04:54',''),(34375,1,1,35729,1,772044803,'2016-01-17 00:04:59',''),(34376,1,1,35730,1,772044803,'2016-01-17 00:05:04',''),(34377,1,1,35731,1,772044803,'2016-01-17 00:05:08',''),(34378,1,1,35732,1,772044803,'2016-01-17 00:05:10',''),(34379,1,1,35733,1,772044803,'2016-01-17 00:05:14',''),(34380,1,1,35734,1,772044803,'2016-01-17 00:05:20',''),(34381,1,1,35735,1,1489375385,'2016-01-17 00:26:57',''),(34382,1,1,35736,1,1123631273,'2016-01-17 00:54:10',''),(34383,1,1,35737,1,1437749129,'2016-01-17 01:05:03',''),(34384,1,1,35738,1,1437749129,'2016-01-17 01:05:06',''),(34385,1,1,35739,1,1437749129,'2016-01-17 01:05:08',''),(34386,1,1,35740,1,1437749129,'2016-01-17 01:05:11',''),(34387,1,1,35741,1,1437749129,'2016-01-17 01:05:14',''),(34388,1,1,35742,1,1437749129,'2016-01-17 01:05:16',''),(34389,1,1,35743,1,1437749129,'2016-01-17 01:05:19',''),(34390,1,1,35744,1,1437749129,'2016-01-17 01:05:21',''),(34391,1,1,35745,1,1437749129,'2016-01-17 01:05:24',''),(34392,1,1,35746,1,1437749129,'2016-01-17 01:05:27',''),(34393,1,1,35747,1,3110360704,'2016-01-17 02:01:32','http://hundejo.com/'),(34394,1,1,35748,1,772045740,'2016-01-17 02:21:53',''),(34395,1,1,35749,1,772045740,'2016-01-17 02:21:56',''),(34396,1,1,35750,1,772045740,'2016-01-17 02:21:59',''),(34397,1,1,35751,1,772045740,'2016-01-17 02:22:02',''),(34398,1,1,35752,1,772045740,'2016-01-17 02:22:06',''),(34399,1,1,35753,1,772045740,'2016-01-17 02:22:11',''),(34400,1,1,35754,26,676177747,'2016-01-17 02:24:56',''),(34401,1,1,35755,66,1123631276,'2016-01-17 03:11:16',''),(34402,1,1,35756,56,3024883480,'2016-01-17 04:15:43',''),(34403,1,1,35757,45,3702877342,'2016-01-17 04:48:37',''),(34404,1,1,35758,1,3479603870,'2016-01-17 05:13:51',''),(34405,1,1,35759,48,1596849785,'2016-01-17 06:24:40',''),(34406,1,1,35760,1,1596849785,'2016-01-17 06:24:48',''),(34407,1,1,35761,1,1596849785,'2016-01-17 06:25:05',''),(34408,1,1,35762,1,1596849785,'2016-01-17 06:25:12',''),(34409,1,1,35763,1,1596849785,'2016-01-17 06:25:23',''),(34410,1,1,35764,1,1596849785,'2016-01-17 06:25:35',''),(34411,1,1,35765,6,2420902987,'2016-01-17 06:27:37',''),(34412,1,1,35766,1,1159659402,'2016-01-17 06:57:33',''),(34413,1,1,35767,26,872320792,'2016-01-17 07:27:09',''),(34414,1,1,35768,26,872320792,'2016-01-17 07:27:11',''),(34415,1,1,35769,26,872320792,'2016-01-17 07:27:14',''),(34416,1,1,35770,16,872320792,'2016-01-17 07:27:16',''),(34417,1,1,35771,1,772045740,'2016-01-17 07:44:00',''),(34418,1,1,35772,1,772045740,'2016-01-17 07:44:04',''),(34419,1,1,35773,1,772045740,'2016-01-17 07:44:15',''),(34420,1,1,35774,71,772045740,'2016-01-17 07:44:20',''),(34421,1,1,35775,73,3163547667,'2016-01-17 07:59:30',''),(34422,1,1,35776,44,2297628119,'2016-01-17 08:16:37',''),(34423,1,1,35777,49,2297628119,'2016-01-17 08:16:40',''),(34424,1,1,35778,58,2297628119,'2016-01-17 08:16:43',''),(34425,1,1,35779,10,2297628119,'2016-01-17 08:16:46',''),(34426,1,1,35780,41,1053988086,'2016-01-17 08:20:14',''),(34427,1,1,35781,53,1053988086,'2016-01-17 08:20:16',''),(34428,1,1,35782,48,1053988086,'2016-01-17 08:20:19',''),(34429,1,1,35783,16,1053988086,'2016-01-17 08:20:21',''),(34430,1,1,35784,43,772036457,'2016-01-17 08:24:51',''),(34431,1,1,35785,49,772036457,'2016-01-17 08:24:55',''),(34432,1,1,35786,58,772036457,'2016-01-17 08:24:59',''),(34433,1,1,35787,10,772036457,'2016-01-17 08:25:04',''),(34434,1,1,35788,54,1159654402,'2016-01-17 09:06:49',''),(34435,1,1,35789,66,1159654402,'2016-01-17 09:06:53',''),(34436,1,1,35790,6,1123631281,'2016-01-17 10:09:04',''),(34437,1,1,35791,1,3024883473,'2016-01-17 11:03:51',''),(34438,1,1,35792,1,3024883462,'2016-01-17 11:50:49',''),(34439,1,1,35793,1,1546189206,'2016-01-17 12:05:58',''),(34440,1,1,35794,66,2297663689,'2016-01-17 12:29:14',''),(34441,1,1,35795,3,2297665358,'2016-01-17 12:56:29',''),(34442,1,1,35796,38,3024883593,'2016-01-17 12:57:46',''),(34443,1,1,35797,54,1123631281,'2016-01-17 13:15:50',''),(34444,1,1,35798,41,1152705578,'2016-01-17 13:34:52',''),(34445,1,1,35799,1,1542483283,'2016-01-17 14:50:11',''),(34446,1,1,35800,45,2297666025,'2016-01-17 14:51:29',''),(34447,1,1,35801,1,1577752166,'2016-01-17 15:42:09',''),(34448,1,1,35802,73,1123631729,'2016-01-17 16:41:59',''),(34449,1,1,35803,43,2297665432,'2016-01-17 17:26:23',''),(34450,1,1,35804,6,1123631729,'2016-01-17 18:24:45',''),(34451,1,1,35805,1,3475901836,'2016-01-17 19:05:26',''),(34452,1,1,35806,6,2297665432,'2016-01-17 19:11:08',''),(34453,1,1,35807,68,2297666217,'2016-01-17 19:41:21',''),(34454,1,1,35808,1,3024883608,'2016-01-17 20:53:41',''),(34455,1,1,35809,1,2071807814,'2016-01-17 22:15:32',''),(34456,1,1,35810,1,3702877371,'2016-01-17 22:18:25',''),(34457,1,1,35811,15,3475901836,'2016-01-17 22:24:12',''),(34458,1,1,35812,51,3475901836,'2016-01-17 22:24:14',''),(34459,1,1,35813,50,3475901836,'2016-01-17 22:24:16',''),(34460,1,1,35814,44,3475901836,'2016-01-17 22:24:18',''),(34461,1,1,35815,1,3475901836,'2016-01-17 22:24:21',''),(34462,1,1,35816,6,3475901836,'2016-01-17 22:24:22',''),(34463,1,1,35817,72,3475901836,'2016-01-17 22:24:24',''),(34464,1,1,35818,74,3475901836,'2016-01-17 22:24:26',''),(34465,1,1,35819,59,2637637424,'2016-01-17 22:24:30',''),(34466,1,1,35820,29,2637637424,'2016-01-17 22:24:32',''),(34467,1,1,35821,64,2637637424,'2016-01-17 22:24:33',''),(34468,1,1,35822,28,2637637424,'2016-01-17 22:24:35',''),(34469,1,1,35823,18,2637637424,'2016-01-17 22:24:37',''),(34470,1,1,35824,43,2637637424,'2016-01-17 22:24:39',''),(34471,1,1,35825,69,676177709,'2016-01-17 22:24:40',''),(34472,1,1,35826,43,2637637424,'2016-01-17 22:24:41',''),(34473,1,1,35827,58,676177709,'2016-01-17 22:24:41',''),(34474,1,1,35828,16,2637637424,'2016-01-17 22:24:43',''),(34475,1,1,35829,3,676177709,'2016-01-17 22:24:43',''),(34476,1,1,35830,67,2637637424,'2016-01-17 22:24:45',''),(34477,1,1,35831,3,676177709,'2016-01-17 22:24:45',''),(34478,1,1,35832,27,676177709,'2016-01-17 22:24:46',''),(34479,1,1,35833,75,2637637424,'2016-01-17 22:24:47',''),(34480,1,1,35834,48,676177709,'2016-01-17 22:24:48',''),(34481,1,1,35835,62,2637637424,'2016-01-17 22:24:49',''),(34482,1,1,35836,65,676177709,'2016-01-17 22:24:49',''),(34483,1,1,35837,68,676177709,'2016-01-17 22:24:51',''),(34484,1,1,35838,63,676177709,'2016-01-17 22:24:52',''),(34485,1,1,35839,1,1534713103,'2016-01-17 23:22:31',''),(34486,1,1,35840,1,1534713103,'2016-01-17 23:22:33',''),(34487,1,1,35841,1,1534713103,'2016-01-17 23:22:36',''),(34488,1,1,35842,1,1534713103,'2016-01-17 23:22:38',''),(34489,1,1,35843,1,1534713103,'2016-01-17 23:22:41',''),(34490,1,1,35844,1,1534713103,'2016-01-17 23:22:43',''),(34491,1,1,35845,1,1534713103,'2016-01-17 23:22:45',''),(34492,1,1,35846,1,1534713103,'2016-01-17 23:22:48',''),(34493,1,1,35847,1,1534713103,'2016-01-17 23:22:50',''),(34494,1,1,35848,1,1534713103,'2016-01-17 23:22:53',''),(34495,1,1,35849,42,1534713103,'2016-01-17 23:22:55',''),(34496,1,1,35850,15,1534713103,'2016-01-17 23:22:58',''),(34497,1,1,35851,31,1534713103,'2016-01-17 23:23:01',''),(34498,1,1,35852,47,1534713103,'2016-01-17 23:23:04',''),(34499,1,1,35853,1,3168684907,'2016-01-18 00:38:07',''),(34500,1,1,35854,55,3475901786,'2016-01-18 01:20:47',''),(34501,1,1,35855,56,3475901786,'2016-01-18 01:20:49',''),(34502,1,1,35856,49,3475901786,'2016-01-18 01:20:51',''),(34503,1,1,35857,9,3475901786,'2016-01-18 01:20:53',''),(34504,1,1,35858,10,3475901786,'2016-01-18 01:20:54',''),(34505,1,1,35859,70,3475901786,'2016-01-18 01:20:56',''),(34506,1,1,35860,71,3475901786,'2016-01-18 01:20:58',''),(34507,1,1,35861,73,3475901786,'2016-01-18 01:21:00',''),(34508,1,1,35862,16,3475901786,'2016-01-18 01:21:03',''),(34509,1,1,35863,6,3024883472,'2016-01-18 02:18:02',''),(34510,1,1,35864,1,1123631727,'2016-01-18 03:14:00',''),(34511,1,1,35866,38,1123631729,'2016-01-18 04:15:40',''),(34512,1,1,35867,64,1123631729,'2016-01-18 04:48:58',''),(34513,1,1,35868,1,1123631727,'2016-01-18 05:52:55',''),(34514,1,1,35869,1,1123631729,'2016-01-18 06:42:17',''),(34515,1,1,35870,41,1123631727,'2016-01-18 06:53:34',''),(34516,1,1,35871,57,1123631727,'2016-01-18 07:43:34',''),(34517,1,1,35872,43,1123631731,'2016-01-18 10:35:53',''),(34518,1,1,35873,64,3024883462,'2016-01-18 10:56:20',''),(34519,1,1,35874,10,3163547661,'2016-01-18 11:20:30',''),(34520,1,1,35875,1,2071807825,'2016-01-18 13:26:58',''),(34521,1,1,35876,1,3702877343,'2016-01-18 13:30:14',''),(34522,1,1,35877,1,1123631727,'2016-01-18 13:39:48',''),(34523,1,1,35878,1,1123631731,'2016-01-18 14:09:02',''),(34524,1,1,35879,65,1123631727,'2016-01-18 14:40:23',''),(34525,1,1,35880,1,3495654154,'2016-01-18 15:19:12',''),(34526,1,1,35881,1,1542483268,'2016-01-18 15:22:02',''),(34527,1,1,35882,6,3024883597,'2016-01-18 17:20:57',''),(34528,1,1,35883,1,872339340,'2016-01-18 17:27:43',''),(34529,1,1,35884,1,872339340,'2016-01-18 17:27:45',''),(34530,1,1,35885,1,872339340,'2016-01-18 17:27:48',''),(34531,1,1,35886,1,872339340,'2016-01-18 17:27:50',''),(34532,1,1,35887,1,872339340,'2016-01-18 17:27:55',''),(34533,1,1,35888,1,872339340,'2016-01-18 17:27:57',''),(34534,1,1,35889,1,872339340,'2016-01-18 17:27:59',''),(34535,1,1,35890,1,872339340,'2016-01-18 17:28:02',''),(34536,1,1,35891,1,872339340,'2016-01-18 17:28:04',''),(34537,1,1,35892,1,872339340,'2016-01-18 17:28:06',''),(34538,1,1,35893,64,3024883611,'2016-01-18 18:38:12',''),(34539,1,1,35894,1,1123631727,'2016-01-18 18:49:27',''),(34540,1,1,35895,16,1123631727,'2016-01-18 20:24:48',''),(34541,1,1,35896,69,1152705578,'2016-01-18 20:36:33',''),(34542,1,1,35897,6,3475901836,'2016-01-18 20:50:08',''),(34543,1,1,35898,1,1123631729,'2016-01-18 20:50:16',''),(34544,1,1,35899,1,2071807817,'2016-01-19 01:21:18',''),(34545,1,1,35900,10,1123631729,'2016-01-19 02:07:59',''),(34546,1,1,35901,1,1123631727,'2016-01-19 02:09:31',''),(34547,1,1,35902,1,1123631727,'2016-01-19 04:06:29',''),(34548,1,1,35903,9,1123631727,'2016-01-19 05:28:05',''),(34549,1,1,35904,1,1123631727,'2016-01-19 06:11:04',''),(34550,1,1,35905,1,2961112075,'2016-01-19 07:13:35','http://pizza-imperia.com/'),(34551,1,1,35906,26,2420907330,'2016-01-19 07:58:39',''),(34552,1,1,35907,26,2420907330,'2016-01-19 07:58:41',''),(34553,1,1,35908,26,2420907330,'2016-01-19 07:58:44',''),(34554,1,1,35909,16,2420907330,'2016-01-19 07:58:47',''),(34555,1,1,35910,1,1053988087,'2016-01-19 08:36:20',''),(34556,1,1,35911,1,1053988087,'2016-01-19 08:36:22',''),(34557,1,1,35912,1,1053988087,'2016-01-19 08:36:24',''),(34558,1,1,35913,71,1053988087,'2016-01-19 08:36:27',''),(34559,1,1,35914,55,1152705578,'2016-01-19 08:51:18',''),(34560,1,1,35915,1,1055415802,'2016-01-19 09:09:59','https://www.google.co.uk/'),(34561,1,1,35916,44,1053979525,'2016-01-19 09:24:11',''),(34562,1,1,35917,49,1053979525,'2016-01-19 09:24:14',''),(34563,1,1,35918,58,1053979525,'2016-01-19 09:24:21',''),(34564,1,1,35919,10,1053979525,'2016-01-19 09:24:27',''),(34565,1,1,35920,54,772044803,'2016-01-19 10:28:19',''),(34566,1,1,35921,66,772044803,'2016-01-19 10:28:22',''),(34567,1,1,35922,66,1152705578,'2016-01-19 12:11:20',''),(34568,1,1,35923,26,3475901858,'2016-01-19 12:28:06',''),(34569,1,1,35924,1,2953382627,'2016-01-19 13:35:29',''),(34570,1,1,35925,1,3702877337,'2016-01-19 14:41:24',''),(34571,1,1,35926,1,3589854123,'2016-01-19 15:43:22',''),(34572,1,1,35927,1,3589854123,'2016-01-19 15:43:23',''),(34573,1,1,35928,28,3702877330,'2016-01-19 15:48:03',''),(34574,1,1,35929,1,772044803,'2016-01-19 16:09:40',''),(34575,1,1,35930,1,772044803,'2016-01-19 16:09:45',''),(34576,1,1,35931,1,1542483312,'2016-01-19 16:16:03',''),(34577,1,1,35932,41,772044803,'2016-01-19 16:25:25',''),(34578,1,1,35933,53,772044803,'2016-01-19 16:25:28',''),(34579,1,1,35934,48,772044803,'2016-01-19 16:25:31',''),(34580,1,1,35935,16,772044803,'2016-01-19 16:25:34',''),(34581,1,1,35936,1,1123631727,'2016-01-19 16:39:35',''),(34582,1,1,35937,6,1123631729,'2016-01-19 17:26:43',''),(34583,1,1,35938,29,1152705578,'2016-01-19 18:18:43',''),(34584,1,1,35939,1,1443145434,'2016-01-19 18:35:44','https://www.google.co.uk/'),(34585,1,1,35940,6,1489375385,'2016-01-19 18:53:17',''),(34586,1,1,35941,1,1123631727,'2016-01-19 19:39:20',''),(34587,1,1,35942,43,1489375385,'2016-01-19 21:44:50',''),(34588,1,1,35943,49,1489375385,'2016-01-19 21:44:55',''),(34589,1,1,35944,58,1489375385,'2016-01-19 21:45:01',''),(34590,1,1,35945,10,1489375385,'2016-01-19 21:45:05',''),(34591,1,1,35946,1,1123631727,'2016-01-19 21:52:09',''),(34592,1,1,35947,1,3024883601,'2016-01-20 00:15:37',''),(34593,1,1,35948,26,2071807771,'2016-01-20 00:46:16',''),(34594,1,1,35949,1,1443173910,'2016-01-20 01:02:48',''),(34595,1,1,35950,1,1443173910,'2016-01-20 01:02:49',''),(34596,1,1,35951,1,2965598031,'2016-01-20 01:05:15','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=938.55p7m6r6kIm90x9jZnNiJ8nywwSfzVeees3ByfwvbNqw3YKXd8efDjLMsTuTBu82.93af81314325e94efd029c8fd56a4f623c47690d&uuid=&state=AiuY0DBWFJ4ePaEse6rgeAjgs2pI3DW9J0KiE5XNXd0dp0ZMwFHovi'),(34597,1,1,35952,1,1592981016,'2016-01-20 02:15:26','http://burger-imperia.com/'),(34598,1,1,35953,1,1123631727,'2016-01-20 02:36:54',''),(34599,1,1,35954,1,3475901836,'2016-01-20 02:38:32',''),(34600,1,1,35956,63,3024883619,'2016-01-20 03:16:04',''),(34601,1,1,35957,30,1123631727,'2016-01-20 03:28:59',''),(34602,1,1,35958,1,772045740,'2016-01-20 05:53:25',''),(34603,1,1,35959,1,2999616672,'2016-01-20 06:02:42',''),(34604,1,1,35960,1,2999616672,'2016-01-20 06:02:45',''),(34605,1,1,35961,42,2999616672,'2016-01-20 06:02:49',''),(34606,1,1,35962,15,2999616672,'2016-01-20 06:02:53',''),(34607,1,1,35963,1,3110360511,'2016-01-20 06:07:49','http://burger-imperia.com/'),(34608,1,1,35964,1,3024883467,'2016-01-20 07:30:05',''),(34609,1,1,35965,1,1152705578,'2016-01-20 07:35:43',''),(34610,1,1,35966,1,1299024727,'2016-01-20 07:43:42','http://burger-imperia.com/'),(34611,1,1,35967,1,1968049437,'2016-01-20 07:50:40',''),(34612,1,1,35968,1,84492181,'2016-01-20 08:09:46',''),(34613,1,1,35969,1,84492181,'2016-01-20 08:09:49',''),(34614,1,1,35970,1,84492181,'2016-01-20 08:09:51',''),(34615,1,1,35971,1,84492181,'2016-01-20 08:09:55',''),(34616,1,1,35972,6,1123631729,'2016-01-20 10:03:36',''),(34617,1,1,35973,1,3024883481,'2016-01-20 10:40:06',''),(34618,1,1,35974,1,3024883481,'2016-01-20 11:48:15',''),(34619,1,1,35975,1,2382679636,'2016-01-20 12:42:18','http://burger-imperia.com/'),(34620,1,1,35976,1,1123631727,'2016-01-20 12:49:47',''),(34621,1,1,35977,1,2965465207,'2016-01-20 12:59:14','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=939.YNpKczGdGJnU6E2I1UJJhqlrM9qt9o56RnNVnwI1P48ezPQd_IEP136jypDELqJ_.2d226ff38c2f42cbee2cd2c778628ca758653b5c&uuid=&state=AiuY0DBWFJ4ePaEse6rgeAjgs2pI3DW9J0KiE5XNXd0dp0ZMwFHovi'),(34622,1,1,35978,1,2965581158,'2016-01-20 13:05:21','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=939.ZELXTBGZOe49X2_Q8My6GbMrtEzJXNh5Bjt_sTwU6MyEuGuseGDYBb67NWzNg_0k.cce6df4e597347d391b24202ead0967486ed0218&uuid=&state=AiuY0DBWFJ4ePaEse6rgeAjgs2pI3DW9J0KiE5XNXd0dp0ZMwFHovi'),(34623,1,1,35979,1,3427775512,'2016-01-20 13:17:56',''),(34624,1,1,35980,1,1589689602,'2016-01-20 14:52:42','https://www.google.co.uk/'),(34625,1,1,35981,1,1123631727,'2016-01-20 15:12:55',''),(34626,1,1,35982,42,3024883604,'2016-01-20 15:42:24',''),(34627,1,1,35983,1,3702877303,'2016-01-20 16:20:13',''),(34628,1,1,35984,1,2071807795,'2016-01-20 16:26:41',''),(34629,1,1,35985,57,872366393,'2016-01-20 16:33:55',''),(34630,1,1,35986,1,1542483310,'2016-01-20 16:48:02',''),(34631,1,1,35987,1,3024883467,'2016-01-20 18:54:04',''),(34632,1,1,35988,63,3024883467,'2016-01-20 21:51:55',''),(34633,1,1,35989,1,417772831,'2016-01-20 23:10:40',''),(34634,1,1,35990,1,417772831,'2016-01-20 23:10:44',''),(34635,1,1,35991,1,417772831,'2016-01-20 23:10:47',''),(34636,1,1,35992,1,417772831,'2016-01-20 23:10:50',''),(34637,1,1,35993,1,417772831,'2016-01-20 23:10:54',''),(34638,1,1,35994,1,417772831,'2016-01-20 23:10:56',''),(34639,1,1,35995,1,417772831,'2016-01-20 23:11:00',''),(34640,1,1,35996,1,417772831,'2016-01-20 23:11:03',''),(34641,1,1,35997,1,417772831,'2016-01-20 23:11:07',''),(34642,1,1,35998,1,417772831,'2016-01-20 23:11:14',''),(34643,1,1,35999,16,2637637596,'2016-01-20 23:49:36',''),(34644,1,1,36000,1,3495573956,'2016-01-21 01:06:44',''),(34645,1,1,36001,1,1565582109,'2016-01-21 01:07:22','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=939.mtjv0yEwOLqZUoQLqSuhcbIy8Xua-eeZrsPlb73PUb508C2Q0iaNwBUQGDaOQ1Cd.fd062ca0802bba4947ffb63964483b30156510bb&uuid=&state=AiuY0DBWFJ4ePaEse6rgeAjgs2pI3DW9J0KiE5XNXd0dp0ZMwFHovi'),(34646,1,1,36002,1,2637637596,'2016-01-21 02:14:04',''),(34647,1,1,36003,1,3702877304,'2016-01-21 04:07:01',''),(34648,1,1,36004,1,1089906130,'2016-01-21 04:51:14','http://whois.domaintools.com/mstyresblackburn.co.uk'),(34649,1,1,36005,1,2990476559,'2016-01-21 07:02:37',''),(34650,1,1,36006,1,2990476559,'2016-01-21 07:02:45',''),(34651,1,1,36007,1,2990476559,'2016-01-21 07:02:53',''),(34652,1,1,36008,1,2990476559,'2016-01-21 07:03:06',''),(34653,1,1,36009,1,2990476559,'2016-01-21 07:03:17',''),(34654,1,1,36010,1,2990476559,'2016-01-21 07:03:28',''),(34655,1,1,36011,1,2990476559,'2016-01-21 07:03:40',''),(34656,1,1,36012,1,2990476559,'2016-01-21 07:03:54',''),(34657,1,1,36013,1,2990476559,'2016-01-21 07:04:05',''),(34658,1,1,36014,1,2990476559,'2016-01-21 07:04:18',''),(34659,1,1,36015,52,1123631731,'2016-01-21 07:57:55',''),(34660,1,1,36016,1,1442994784,'2016-01-21 08:09:01','https://www.google.co.uk/'),(34661,1,1,36017,48,1123631727,'2016-01-21 10:06:44',''),(34662,1,1,36018,48,3702877339,'2016-01-21 10:10:30',''),(34663,1,1,36019,1,3024883486,'2016-01-21 10:32:12',''),(34664,1,1,36020,1,2204827759,'2016-01-21 10:48:12',''),(34665,1,1,36021,1,1578981315,'2016-01-21 10:48:50','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=940.b9tUp39inMNc0kuBOqcJZ6m34EMr4V4D4IGWBsc6Q8SyhzXxx-AHWfJrT6i6VL21.aeab9f906f267e0b8c538e59aff4c6a62eada0e6&uuid=&state=AiuY0DBWFJ4ePaEse6rgeAjgs2pI3DW9J0KiE5XNXd0dp0ZMwFHovi'),(34666,1,1,36022,75,1123631731,'2016-01-21 13:23:02',''),(34667,1,1,36023,1,2152396428,'2016-01-21 14:46:37','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=940.tGa69Eja_YXOuz4iZL5lwjaJ4FZ7umR4r6KCZL-d2Kln8i8nBLDl2bvzpBQhYDyx.74027843bc293637cae2d92a441958088ae0ede4&uuid=&state=AiuY0DBWFJ4ePaEse6rgeAjgs2pI3DW9J0KiE5XNXd0dp0ZMwFHovi'),(34668,1,1,36024,1,1542483285,'2016-01-21 17:09:56',''),(34669,1,1,36025,1,778411634,'2016-01-21 18:00:45',''),(34670,1,1,36026,1,778411634,'2016-01-21 18:00:48',''),(34671,1,1,36027,1,778411634,'2016-01-21 18:00:50',''),(34672,1,1,36028,1,778411634,'2016-01-21 18:00:52',''),(34673,1,1,36029,1,778411634,'2016-01-21 18:00:55',''),(34674,1,1,36030,1,778411634,'2016-01-21 18:00:58',''),(34675,1,1,36031,1,778411634,'2016-01-21 18:01:00',''),(34676,1,1,36032,1,778411634,'2016-01-21 18:01:03',''),(34677,1,1,36033,1,778411634,'2016-01-21 18:01:05',''),(34678,1,1,36034,1,778411634,'2016-01-21 18:01:07',''),(34679,1,1,36035,26,1152705578,'2016-01-21 19:13:33',''),(34680,1,1,36036,26,84498287,'2016-01-21 19:44:30',''),(34681,1,1,36037,26,84498287,'2016-01-21 19:44:32',''),(34682,1,1,36038,68,84498287,'2016-01-21 19:44:35',''),(34683,1,1,36039,75,84498287,'2016-01-21 19:44:38',''),(34684,1,1,36040,1,1123631727,'2016-01-21 20:53:36',''),(34685,1,1,36041,1,1123631729,'2016-01-21 21:09:37',''),(34686,1,1,36042,1,872320472,'2016-01-21 22:33:44',''),(34687,1,1,36043,44,872366383,'2016-01-21 23:08:13',''),(34688,1,1,36044,55,872366359,'2016-01-22 01:10:56',''),(34689,1,1,36045,41,872339330,'2016-01-22 02:54:44',''),(34690,1,1,36046,53,872339330,'2016-01-22 02:54:49',''),(34691,1,1,36047,48,872339330,'2016-01-22 02:54:52',''),(34692,1,1,36048,16,872339330,'2016-01-22 02:54:55',''),(34693,1,1,36049,27,2901795042,'2016-01-22 03:31:58',''),(34694,1,1,36050,44,2901795042,'2016-01-22 03:32:03',''),(34695,1,1,36051,49,2901795042,'2016-01-22 03:32:07',''),(34696,1,1,36052,58,2901795042,'2016-01-22 03:32:12',''),(34697,1,1,36053,71,1123631731,'2016-01-22 03:43:30',''),(34698,1,1,36054,26,3475901764,'2016-01-22 04:04:13',''),(34699,1,1,36055,1,3475901763,'2016-01-22 04:10:59',''),(34700,1,1,36056,1,3475901764,'2016-01-22 04:11:12',''),(34701,1,1,36057,26,3475901763,'2016-01-22 04:13:24',''),(34702,1,1,36058,1,1113982553,'2016-01-22 05:16:10','https://www.google.co.in/'),(34703,1,1,36059,15,3024883615,'2016-01-22 06:14:58',''),(34704,1,1,36060,66,1066263218,'2016-01-22 06:48:14',''),(34705,1,1,36061,1,1608374656,'2016-01-22 07:33:26','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=941.wguD4X__XfTx9C7NteqIManTjYHNpzKYJkzhxHKo3zegdhhea2PWfkQG-GnYnmU3.7b7ae883977bd31ea139d67eaa73f18cca496043&uuid=&state=AiuY0DBWFJ4ePaEse6rgeAjgs2pI3DW9J0KiE5XNXd0dp0ZMwFHovi'),(34706,1,1,36062,1,1297722561,'2016-01-22 09:00:40','https://www.google.co.uk/'),(34707,1,1,36063,1,1159649130,'2016-01-22 09:13:08',''),(34708,1,1,36064,1,1159649130,'2016-01-22 09:13:11',''),(34709,1,1,36065,42,1159649130,'2016-01-22 09:13:14',''),(34710,1,1,36066,15,1159649130,'2016-01-22 09:13:17',''),(34711,1,1,36067,1,872320792,'2016-01-22 10:17:11',''),(34712,1,1,36068,1,872320792,'2016-01-22 10:17:17',''),(34713,1,1,36069,1,872320792,'2016-01-22 10:17:20',''),(34714,1,1,36070,1,872320792,'2016-01-22 10:17:24',''),(34715,1,1,36071,27,3024883466,'2016-01-22 11:27:46',''),(34716,1,1,36072,16,1503892538,'2016-01-22 11:28:58',''),(34717,1,1,36073,1,1482826049,'2016-01-22 12:15:03','https://www.bing.com/'),(34718,1,1,36074,6,772043973,'2016-01-22 12:18:47',''),(34719,1,1,36075,1,3702877261,'2016-01-22 12:19:34',''),(34720,1,1,36076,1,2071807857,'2016-01-22 12:24:40',''),(34721,1,1,36077,69,3702877370,'2016-01-22 13:37:06',''),(34722,1,1,36078,1,1489375385,'2016-01-22 15:15:56',''),(34723,1,1,36079,1,1489375385,'2016-01-22 15:15:59',''),(34724,1,1,36080,1,1489375385,'2016-01-22 15:16:02',''),(34725,1,1,36081,71,1489375385,'2016-01-22 15:16:05',''),(34726,1,1,36082,1,2953382627,'2016-01-22 15:18:51',''),(34727,1,1,36083,1,2953382627,'2016-01-22 15:18:54',''),(34728,1,1,36084,27,872366416,'2016-01-22 15:24:08',''),(34729,1,1,36085,1,1542483313,'2016-01-22 17:46:11',''),(34730,1,1,36086,1,2071807815,'2016-01-22 18:56:23',''),(34731,1,1,36087,1,1123631727,'2016-01-22 20:18:09',''),(34732,1,1,36088,57,1152705578,'2016-01-22 20:50:52',''),(34733,1,1,36089,6,1123631727,'2016-01-22 21:13:05',''),(34734,1,1,36090,1,3746112679,'2016-01-22 21:22:23',''),(34735,1,1,36092,65,1152705578,'2016-01-22 22:02:58',''),(34736,1,1,36093,26,3475901785,'2016-01-23 00:25:11',''),(34737,1,1,36094,49,3475901785,'2016-01-23 00:25:12',''),(34738,1,1,36095,56,3475901785,'2016-01-23 00:25:14',''),(34739,1,1,36096,9,3475901785,'2016-01-23 00:25:16',''),(34740,1,1,36097,73,3475901785,'2016-01-23 00:25:18',''),(34741,1,1,36098,71,3475901785,'2016-01-23 00:25:20',''),(34742,1,1,36099,15,2637637387,'2016-01-23 00:25:21',''),(34743,1,1,36100,26,3475901785,'2016-01-23 00:25:22',''),(34744,1,1,36101,6,2637637387,'2016-01-23 00:25:23',''),(34745,1,1,36102,70,3475901785,'2016-01-23 00:25:23',''),(34746,1,1,36103,51,2637637387,'2016-01-23 00:25:24',''),(34747,1,1,36104,10,3475901785,'2016-01-23 00:25:25',''),(34748,1,1,36105,72,2637637387,'2016-01-23 00:25:26',''),(34749,1,1,36106,55,3475901785,'2016-01-23 00:25:27',''),(34750,1,1,36107,1,2637637387,'2016-01-23 00:25:28',''),(34751,1,1,36108,44,2637637387,'2016-01-23 00:25:30',''),(34752,1,1,36109,50,2637637387,'2016-01-23 00:25:32',''),(34753,1,1,36110,74,2637637388,'2016-01-23 00:25:34',''),(34754,1,1,36111,69,2637637479,'2016-01-23 00:25:47',''),(34755,1,1,36112,65,2637637479,'2016-01-23 00:25:49',''),(34756,1,1,36113,68,2637637479,'2016-01-23 00:25:51',''),(34757,1,1,36114,27,2637637479,'2016-01-23 00:25:53',''),(34758,1,1,36115,63,2637637479,'2016-01-23 00:25:55',''),(34759,1,1,36116,3,2637637479,'2016-01-23 00:25:57',''),(34760,1,1,36117,3,2637637479,'2016-01-23 00:25:59',''),(34761,1,1,36118,58,2637637479,'2016-01-23 00:26:01',''),(34762,1,1,36119,67,3475901787,'2016-01-23 00:26:02',''),(34763,1,1,36120,48,2637637479,'2016-01-23 00:26:03',''),(34764,1,1,36121,75,3475901787,'2016-01-23 00:26:04',''),(34765,1,1,36122,64,3475901787,'2016-01-23 00:26:06',''),(34766,1,1,36123,28,3475901787,'2016-01-23 00:26:08',''),(34767,1,1,36124,62,3475901787,'2016-01-23 00:26:10',''),(34768,1,1,36125,18,3475901787,'2016-01-23 00:26:12',''),(34769,1,1,36126,59,3475901787,'2016-01-23 00:26:14',''),(34770,1,1,36127,29,3475901787,'2016-01-23 00:26:16',''),(34771,1,1,36128,43,3475901787,'2016-01-23 00:26:17',''),(34772,1,1,36129,43,3475901787,'2016-01-23 00:26:20',''),(34773,1,1,36130,16,3475901787,'2016-01-23 00:26:22',''),(34774,1,1,36131,1,3475901785,'2016-01-23 00:53:56',''),(34775,1,1,36132,1,1123631727,'2016-01-23 01:24:33',''),(34776,1,1,36133,1,1123631731,'2016-01-23 01:28:50',''),(34777,1,1,36134,43,1152705578,'2016-01-23 02:31:49',''),(34778,1,1,36135,1,2637637387,'2016-01-23 03:39:47',''),(34779,1,1,36136,1,1123631727,'2016-01-23 04:17:09',''),(34780,1,1,36137,68,3024883463,'2016-01-23 04:47:59',''),(34781,1,1,36138,15,2637637387,'2016-01-23 05:11:30',''),(34782,1,1,36139,26,3702877366,'2016-01-23 07:20:51',''),(34783,1,1,36140,15,3024883602,'2016-01-23 08:12:52',''),(34784,1,1,36141,1,1123631731,'2016-01-23 08:16:10',''),(34785,1,1,36142,26,2297653149,'2016-01-23 08:45:53',''),(34786,1,1,36143,26,2297653149,'2016-01-23 08:45:57',''),(34787,1,1,36144,26,2297653149,'2016-01-23 08:46:02',''),(34788,1,1,36145,26,2297653149,'2016-01-23 08:46:06',''),(34789,1,1,36146,26,2297653149,'2016-01-23 08:46:10',''),(34790,1,1,36147,26,2297653149,'2016-01-23 08:46:14',''),(34791,1,1,36148,43,3024883485,'2016-01-23 09:13:25',''),(34792,1,1,36149,6,1123631729,'2016-01-23 10:20:15',''),(34793,1,1,36150,1,3495654154,'2016-01-23 14:58:47',''),(34794,1,1,36151,68,1332155589,'2016-01-23 16:22:31','https://www.google.gr/'),(34795,1,1,36152,1,872315324,'2016-01-23 17:20:24',''),(34796,1,1,36153,1,872315324,'2016-01-23 17:20:28',''),(34797,1,1,36154,1,872315324,'2016-01-23 17:20:31',''),(34798,1,1,36155,1,872315324,'2016-01-23 17:20:35',''),(34799,1,1,36156,1,872315324,'2016-01-23 17:20:38',''),(34800,1,1,36157,1,872315324,'2016-01-23 17:20:42',''),(34801,1,1,36158,1,872315324,'2016-01-23 17:20:45',''),(34802,1,1,36159,1,872315324,'2016-01-23 17:20:48',''),(34803,1,1,36160,1,872315324,'2016-01-23 17:20:52',''),(34804,1,1,36161,1,872315324,'2016-01-23 17:20:55',''),(34805,1,1,36162,68,3024883464,'2016-01-23 17:42:46',''),(34806,1,1,36163,1,1838215036,'2016-01-23 17:56:42','https://www.google.co.uk/'),(34807,1,1,36164,1,1546189113,'2016-01-23 17:57:25',''),(34808,1,1,36165,18,1152705578,'2016-01-23 18:12:24',''),(34809,1,1,36166,1,1542483313,'2016-01-23 18:54:20',''),(34810,1,1,36167,75,3024883463,'2016-01-23 19:19:12',''),(34811,1,1,36168,1,1123631273,'2016-01-23 20:49:17',''),(34812,1,1,36169,57,2071807787,'2016-01-24 00:14:36',''),(34813,1,1,36170,1,1123631276,'2016-01-24 00:19:40',''),(34814,1,1,36171,26,2637637390,'2016-01-24 02:07:28',''),(34815,1,1,36172,75,1655133638,'2016-01-24 03:06:16','https://www.google.com/'),(34816,1,1,36173,6,3475901815,'2016-01-24 03:18:04',''),(34817,1,1,36174,1,3024883613,'2016-01-24 04:55:58',''),(34818,1,1,36175,1,3107754017,'2016-01-24 06:30:31','http://pizza-imperia.com/'),(34819,1,1,36176,1,1123631273,'2016-01-24 07:11:49',''),(34820,1,1,36177,68,1123631276,'2016-01-24 07:42:04',''),(34821,1,1,36178,6,1123631281,'2016-01-24 07:45:05',''),(34822,1,1,36180,43,1123631276,'2016-01-24 08:21:23',''),(34823,1,1,36181,30,1123631273,'2016-01-24 08:57:42',''),(34824,1,1,36183,6,1123631273,'2016-01-24 10:40:33',''),(34825,1,1,36184,1,3024883613,'2016-01-24 11:15:55',''),(34826,1,1,36185,1,2993590179,'2016-01-24 11:27:12','https://www.google.co.uk/'),(34827,1,1,36186,1,1443285770,'2016-01-24 11:32:35','https://www.google.co.uk/'),(34828,1,1,36187,6,676177732,'2016-01-24 11:48:21',''),(34829,1,1,36188,6,676177732,'2016-01-24 13:06:55',''),(34830,1,1,36189,1,1053988953,'2016-01-24 13:11:56',''),(34831,1,1,36190,43,1123631273,'2016-01-24 13:17:41',''),(34832,1,1,36191,29,872366401,'2016-01-24 13:25:36',''),(34833,1,1,36192,1,1435298561,'2016-01-24 14:09:29',''),(34834,1,1,36193,1,1435298561,'2016-01-24 14:10:18',''),(34835,1,1,36194,71,1435298561,'2016-01-24 14:10:34',''),(34836,1,1,36195,1,1032306279,'2016-01-24 16:02:00','http://m.baidu.com/s?wd=Mstyresblackburn'),(34837,1,1,36196,1,1032306278,'2016-01-24 16:07:58','http://www.baidu.com/s?wd=Mstyresblackburn'),(34838,1,1,36197,75,3024883490,'2016-01-24 16:33:27',''),(34839,1,1,36198,1,872315323,'2016-01-24 17:35:02',''),(34840,1,1,36199,1,872315323,'2016-01-24 17:35:05',''),(34841,1,1,36200,42,872315323,'2016-01-24 17:35:08',''),(34842,1,1,36201,15,872315323,'2016-01-24 17:35:11',''),(34843,1,1,36202,1,2809327929,'2016-01-24 17:44:55',''),(34844,1,1,36203,1,2809327929,'2016-01-24 17:44:58',''),(34845,1,1,36204,41,2538613161,'2016-01-24 18:27:13',''),(34846,1,1,36205,53,2538613161,'2016-01-24 18:27:15',''),(34847,1,1,36206,48,2538613161,'2016-01-24 18:27:17',''),(34848,1,1,36207,16,2538613161,'2016-01-24 18:27:28',''),(34849,1,1,36208,54,2745961847,'2016-01-24 19:06:49',''),(34850,1,1,36209,66,2745961847,'2016-01-24 19:06:52',''),(34851,1,1,36210,1,1542483314,'2016-01-24 19:13:57',''),(34852,1,1,36211,1,3479603870,'2016-01-24 19:15:19',''),(34853,1,1,36212,1,1170583858,'2016-01-24 19:54:28',''),(34854,1,1,36213,1,1170583858,'2016-01-24 19:54:36',''),(34855,1,1,36214,1,1170583858,'2016-01-24 19:54:39',''),(34856,1,1,36215,1,1170583858,'2016-01-24 19:54:45',''),(34857,1,1,36216,1,1170583858,'2016-01-24 19:54:53',''),(34858,1,1,36217,1,1170583858,'2016-01-24 19:54:57',''),(34859,1,1,36218,1,3495654154,'2016-01-24 20:01:57',''),(34860,1,1,36219,27,2297653156,'2016-01-24 20:25:22',''),(34861,1,1,36220,44,2297653156,'2016-01-24 20:25:26',''),(34862,1,1,36221,49,2297653156,'2016-01-24 20:25:30',''),(34863,1,1,36222,58,2297653156,'2016-01-24 20:25:35',''),(34864,1,1,36223,55,1123631731,'2016-01-24 20:41:22',''),(34865,1,1,36224,1,2990476559,'2016-01-24 20:45:21',''),(34866,1,1,36225,1,2990476559,'2016-01-24 20:45:27',''),(34867,1,1,36226,1,2990476559,'2016-01-24 20:45:37',''),(34868,1,1,36227,1,2990476559,'2016-01-24 20:45:47',''),(34869,1,1,36228,1,2990476559,'2016-01-24 20:45:55',''),(34870,1,1,36229,1,2990476559,'2016-01-24 20:45:59',''),(34871,1,1,36230,1,2990476559,'2016-01-24 20:46:09',''),(34872,1,1,36231,1,2990476559,'2016-01-24 20:46:19',''),(34873,1,1,36232,1,2990476559,'2016-01-24 20:46:25',''),(34874,1,1,36233,1,2990476559,'2016-01-24 20:46:32',''),(34875,1,1,36234,6,676177732,'2016-01-24 20:53:19',''),(34876,1,1,36235,6,2637693762,'2016-01-24 20:55:48',''),(34877,1,1,36236,47,1152705578,'2016-01-24 23:32:54',''),(34878,1,1,36237,1,3702877370,'2016-01-25 01:37:57',''),(34879,1,1,36238,1,3024883601,'2016-01-25 02:33:10',''),(34880,1,1,36239,1,84504390,'2016-01-25 02:41:25',''),(34881,1,1,36240,1,1397225252,'2016-01-25 03:15:56',''),(34882,1,1,36241,1,1397225252,'2016-01-25 03:16:11',''),(34883,1,1,36242,1,1397225252,'2016-01-25 03:16:28',''),(34884,1,1,36243,1,1397225252,'2016-01-25 03:16:50',''),(34885,1,1,36244,1,1397225252,'2016-01-25 03:17:03',''),(34886,1,1,36245,1,1397225252,'2016-01-25 03:17:18',''),(34887,1,1,36246,1,1123631727,'2016-01-25 03:37:41',''),(34888,1,1,36247,1,1445941394,'2016-01-25 03:43:23',''),(34889,1,1,36248,1,1445941394,'2016-01-25 03:43:34',''),(34890,1,1,36249,1,1445941394,'2016-01-25 03:43:46',''),(34891,1,1,36250,1,1445941394,'2016-01-25 03:43:57',''),(34892,1,1,36251,1,1445941394,'2016-01-25 03:44:16',''),(34893,1,1,36252,1,1445941394,'2016-01-25 03:44:27',''),(34894,1,1,36253,1,3024883473,'2016-01-25 05:28:34',''),(34895,1,1,36254,9,2366145636,'2016-01-25 08:39:24',''),(34896,1,1,36255,15,2071807827,'2016-01-25 10:38:07',''),(34897,1,1,36256,43,1113218690,'2016-01-25 10:38:50',''),(34898,1,1,36257,1,1297968780,'2016-01-25 11:45:58',''),(34899,1,1,36258,1,1053988087,'2016-01-25 12:15:25',''),(34900,1,1,36259,1,1053988087,'2016-01-25 12:15:28',''),(34901,1,1,36260,1,1053988087,'2016-01-25 12:15:31',''),(34902,1,1,36261,1,1053988087,'2016-01-25 12:15:34',''),(34903,1,1,36262,1,1053988087,'2016-01-25 12:15:36',''),(34904,1,1,36263,1,1053988087,'2016-01-25 12:15:41',''),(34905,1,1,36264,1,1053988087,'2016-01-25 12:15:43',''),(34906,1,1,36265,1,1053988087,'2016-01-25 12:15:46',''),(34907,1,1,36266,1,1123631727,'2016-01-25 13:02:23',''),(34908,1,1,36267,1,676177698,'2016-01-25 13:14:32',''),(34909,1,1,36268,1,2420901739,'2016-01-25 14:32:35',''),(34910,1,1,36269,1,2420901739,'2016-01-25 14:32:38',''),(34911,1,1,36270,1,2420901739,'2016-01-25 14:32:41',''),(34912,1,1,36271,1,2420901739,'2016-01-25 14:32:57',''),(34913,1,1,36272,1,3556907725,'2016-01-25 15:13:28',''),(34914,1,1,36273,1,3427775605,'2016-01-25 15:39:20',''),(34915,1,1,36274,1,2071807762,'2016-01-25 18:57:33',''),(34916,1,1,36275,26,2637637390,'2016-01-25 19:26:34',''),(34917,1,1,36276,1,1542483277,'2016-01-25 20:03:52',''),(34918,1,1,36277,1,1123631727,'2016-01-25 20:09:27',''),(34919,1,1,36278,65,1485906725,'2016-01-25 20:14:06','https://www.google.co.uk/'),(34920,1,1,36279,26,1123631731,'2016-01-25 20:45:18',''),(34921,1,1,36280,6,1152705578,'2016-01-25 20:53:22',''),(34922,1,1,36281,1,3495573956,'2016-01-25 21:38:58',''),(34923,1,1,36282,1,3702877275,'2016-01-25 22:28:34',''),(34924,1,1,36283,43,2297665554,'2016-01-25 23:06:06',''),(34925,1,1,36284,27,2297665554,'2016-01-25 23:06:09',''),(34926,1,1,36285,44,2297665554,'2016-01-25 23:06:12',''),(34927,1,1,36286,10,2297665554,'2016-01-25 23:06:15',''),(34928,1,1,36287,1,3475901769,'2016-01-25 23:50:35',''),(34929,1,1,36288,52,3024883486,'2016-01-26 01:32:48',''),(34930,1,1,36289,1,1152705578,'2016-01-26 03:08:49',''),(34931,1,1,36290,1,1123633733,'2016-01-26 03:18:29',''),(34932,1,1,36291,1,3475901769,'2016-01-26 04:18:35',''),(34933,1,1,36292,1,3702877344,'2016-01-26 04:19:47',''),(34934,1,1,36293,1,2071807860,'2016-01-26 04:25:55',''),(34935,1,1,36294,1,1159649050,'2016-01-26 04:38:57',''),(34936,1,1,36295,59,1123633731,'2016-01-26 04:58:49',''),(34937,1,1,36296,1,1596849787,'2016-01-26 05:05:26',''),(34938,1,1,36297,1,1123633733,'2016-01-26 05:20:46',''),(34939,1,1,36298,1,1308163185,'2016-01-26 06:26:19',''),(34940,1,1,36299,1,1308163185,'2016-01-26 06:26:22',''),(34941,1,1,36300,1,1308163185,'2016-01-26 06:26:24',''),(34942,1,1,36301,1,1308163185,'2016-01-26 06:26:27',''),(34943,1,1,36302,1,1308163185,'2016-01-26 06:26:29',''),(34944,1,1,36303,1,1308163185,'2016-01-26 06:26:31',''),(34945,1,1,36304,1,1308163185,'2016-01-26 06:26:34',''),(34946,1,1,36305,1,1308163185,'2016-01-26 06:26:37',''),(34947,1,1,36306,1,1308163185,'2016-01-26 06:26:39',''),(34948,1,1,36307,1,1308163185,'2016-01-26 06:26:42',''),(34949,1,1,36308,48,1152705578,'2016-01-26 07:29:33',''),(34950,1,1,36309,1,3156059349,'2016-01-26 07:58:20','https://www.google.co.uk/'),(34951,1,1,36310,1,1368462258,'2016-01-26 08:33:31','https://www.google.co.uk/'),(34952,1,1,36311,1,1483345892,'2016-01-26 09:33:38','https://www.google.co.uk/'),(34953,1,1,36312,43,3427775730,'2016-01-26 09:54:28',''),(34954,1,1,36311,1,1483345892,'2016-01-26 10:21:34','https://www.google.co.uk/'),(34955,1,1,36313,6,1123633731,'2016-01-26 10:31:19',''),(34956,1,1,36314,1,2991485849,'2016-01-26 11:20:23','http://www.bing.com/search?q=ms+tyres+blackburn&src=IE-SearchBox&FORM=IENTSR'),(34957,1,1,36315,1,3339975108,'2016-01-26 11:43:02',''),(34958,1,1,36316,1,2422366754,'2016-01-26 11:43:03','http://www.bing.com/search?q=MS+TYRES+AND+SERVICES+BLACKBURN&qs=n&form=QBRE&pq=ms+tyres+and+services+blackburn&sc=0-5&sp=-1&sk=&cvid=A39D8E05BE474954A1DF25A3E2A84D6B&undefined=undefined'),(34959,1,1,36317,1,3648139404,'2016-01-26 12:56:22','https://www.google.co.uk/'),(34960,1,1,36318,62,1123631731,'2016-01-26 15:45:24',''),(34961,1,1,36319,65,1123631727,'2016-01-26 15:47:12',''),(34962,1,1,36320,1,1796538632,'2016-01-26 16:13:18',''),(34963,1,1,36321,1,872358996,'2016-01-26 18:24:27',''),(34964,1,1,36322,1,872358996,'2016-01-26 18:24:29',''),(34965,1,1,36323,1,872358996,'2016-01-26 18:24:33',''),(34966,1,1,36324,1,872358996,'2016-01-26 18:24:36',''),(34967,1,1,36325,1,872358996,'2016-01-26 18:24:40',''),(34968,1,1,36326,1,872358996,'2016-01-26 18:24:45',''),(34969,1,1,36327,1,872358996,'2016-01-26 18:24:48',''),(34970,1,1,36328,1,872358996,'2016-01-26 18:24:52',''),(34971,1,1,36329,1,872358996,'2016-01-26 18:24:54',''),(34972,1,1,36330,1,872358996,'2016-01-26 18:24:57',''),(34973,1,1,36331,75,1123631731,'2016-01-26 18:52:26',''),(34974,1,1,36332,1,1123631727,'2016-01-26 19:35:16',''),(34975,1,1,36333,65,1369311135,'2016-01-26 19:44:43','https://www.google.co.uk/'),(34976,1,1,36334,1,1123631727,'2016-01-26 20:18:35',''),(34977,1,1,36335,62,1123631731,'2016-01-26 21:36:22',''),(34978,1,1,36336,43,676177744,'2016-01-26 22:15:41',''),(34979,1,1,36337,1,2420902987,'2016-01-26 22:58:07',''),(34980,1,1,36338,1,2420902987,'2016-01-26 22:58:09',''),(34981,1,1,36339,1,2420902987,'2016-01-26 22:58:12',''),(34982,1,1,36340,71,2420902987,'2016-01-26 22:58:14',''),(34983,1,1,36341,56,88493242,'2016-01-26 23:31:11',''),(34984,1,1,36342,41,2420902987,'2016-01-27 00:01:37',''),(34985,1,1,36343,53,2420902987,'2016-01-27 00:03:11',''),(34986,1,1,36344,48,2420902987,'2016-01-27 00:03:13',''),(34987,1,1,36345,16,2420902987,'2016-01-27 00:03:16',''),(34988,1,1,36346,1,1542483266,'2016-01-27 00:37:06',''),(34989,1,1,36347,1,1123631727,'2016-01-27 01:08:56',''),(34990,1,1,36348,26,2420901739,'2016-01-27 01:18:37',''),(34991,1,1,36349,26,2420901739,'2016-01-27 01:18:40',''),(34992,1,1,36350,26,2420901739,'2016-01-27 01:18:42',''),(34993,1,1,36351,26,2420901739,'2016-01-27 01:18:44',''),(34994,1,1,36352,1,2297653148,'2016-01-27 01:37:46',''),(34995,1,1,36353,1,2297653148,'2016-01-27 01:37:53',''),(34996,1,1,36354,42,2297653148,'2016-01-27 01:37:58',''),(34997,1,1,36355,15,2297653148,'2016-01-27 01:38:04',''),(34998,1,1,36356,1,772043973,'2016-01-27 01:42:35',''),(34999,1,1,36357,43,1534699970,'2016-01-27 02:07:34',''),(35000,1,1,36358,27,1534699970,'2016-01-27 02:07:41',''),(35001,1,1,36359,44,1534699970,'2016-01-27 02:07:47',''),(35002,1,1,36360,10,1534699970,'2016-01-27 02:07:56',''),(35003,1,1,36361,6,2637637516,'2016-01-27 02:32:05',''),(35004,1,1,36362,56,2071807765,'2016-01-27 02:37:23',''),(35005,1,1,36363,1,2990476559,'2016-01-27 03:09:10',''),(35006,1,1,36364,1,2990476559,'2016-01-27 03:09:15',''),(35007,1,1,36365,1,1796482514,'2016-01-27 03:48:14',''),(35008,1,1,36366,1,1123631727,'2016-01-27 03:54:20',''),(35009,1,1,36367,16,676177744,'2016-01-27 07:15:48',''),(35010,1,1,36368,27,84494819,'2016-01-27 08:18:25',''),(35011,1,1,36369,44,84494819,'2016-01-27 08:18:29',''),(35012,1,1,36370,49,84494819,'2016-01-27 08:18:33',''),(35013,1,1,36371,58,84494819,'2016-01-27 08:18:36',''),(35014,1,1,36372,1,3024883615,'2016-01-27 08:25:08',''),(35015,1,1,36373,6,2990476559,'2016-01-27 08:53:43',''),(35016,1,1,36374,1,3581540258,'2016-01-27 09:58:37','https://www.google.co.uk/'),(35017,1,1,36375,56,2637637502,'2016-01-27 10:02:53',''),(35018,1,1,36376,43,1152705578,'2016-01-27 12:07:40',''),(35019,1,1,36377,26,676177744,'2016-01-27 13:43:23',''),(35020,1,1,36378,51,3024883467,'2016-01-27 14:14:01',''),(35021,1,1,36379,70,1123631729,'2016-01-27 15:04:59',''),(35022,1,1,36380,58,872366420,'2016-01-27 16:28:17',''),(35023,1,1,36381,1,786803397,'2016-01-27 18:03:15',''),(35024,1,1,36382,1,2637637388,'2016-01-27 18:40:42',''),(35025,1,1,36383,6,2637637388,'2016-01-27 18:53:05',''),(35026,1,1,36384,54,2990476559,'2016-01-27 20:47:50',''),(35027,1,1,36385,66,2990476559,'2016-01-27 20:47:53',''),(35028,1,1,36386,55,2637637502,'2016-01-27 22:17:26',''),(35029,1,1,36387,56,2637637502,'2016-01-27 22:17:28',''),(35030,1,1,36388,26,2637637502,'2016-01-27 22:17:30',''),(35031,1,1,36389,9,2637637502,'2016-01-27 22:17:31',''),(35032,1,1,36390,16,2637637502,'2016-01-27 22:17:33',''),(35033,1,1,36391,49,2637637502,'2016-01-27 22:17:35',''),(35034,1,1,36392,70,2637637502,'2016-01-27 22:17:36',''),(35035,1,1,36393,71,2637637502,'2016-01-27 22:17:37',''),(35036,1,1,36394,10,2637637502,'2016-01-27 22:17:39',''),(35037,1,1,36395,73,2637637502,'2016-01-27 22:17:39',''),(35038,1,1,36396,1,2637637389,'2016-01-27 22:17:41',''),(35039,1,1,36397,26,2637637388,'2016-01-27 22:17:42',''),(35040,1,1,36398,6,2637637388,'2016-01-27 22:17:44',''),(35041,1,1,36399,15,2637637388,'2016-01-27 22:17:45',''),(35042,1,1,36400,44,2637637388,'2016-01-27 22:17:47',''),(35043,1,1,36401,50,2637637388,'2016-01-27 22:17:49',''),(35044,1,1,36402,51,2637637388,'2016-01-27 22:17:51',''),(35045,1,1,36403,72,2637637388,'2016-01-27 22:17:53',''),(35046,1,1,36404,74,2637637388,'2016-01-27 22:17:55',''),(35047,1,1,36405,3,3475901767,'2016-01-27 23:13:12',''),(35048,1,1,36406,3,3475901767,'2016-01-27 23:13:14',''),(35049,1,1,36407,48,3475901767,'2016-01-27 23:13:15',''),(35050,1,1,36408,27,3475901767,'2016-01-27 23:13:17',''),(35051,1,1,36409,69,3475901767,'2016-01-27 23:13:19',''),(35052,1,1,36410,65,3475901767,'2016-01-27 23:13:21',''),(35053,1,1,36411,68,3475901767,'2016-01-27 23:27:24',''),(35054,1,1,36412,63,3475901767,'2016-01-27 23:27:26',''),(35055,1,1,36413,58,3475901767,'2016-01-27 23:27:28',''),(35056,1,1,36414,26,3475901889,'2016-01-28 00:59:32',''),(35057,1,1,36415,26,3475901889,'2016-01-28 00:59:33',''),(35058,1,1,36416,1,3475901872,'2016-01-28 01:00:02',''),(35059,1,1,36417,26,2637637502,'2016-01-28 01:00:34',''),(35060,1,1,36418,1,3475901889,'2016-01-28 01:05:13',''),(35061,1,1,36419,53,2071807858,'2016-01-28 01:21:49',''),(35062,1,1,36420,71,3024883481,'2016-01-28 01:29:03',''),(35063,1,1,36421,1,1123631731,'2016-01-28 02:10:32',''),(35064,1,1,36422,1,1542483284,'2016-01-28 02:13:13',''),(35065,1,1,36423,1,1567842250,'2016-01-28 04:20:33','http://burger-imperia.com/'),(35066,1,1,36424,1,1123631664,'2016-01-28 05:46:14',''),(35067,1,1,36425,1,920481535,'2016-01-28 06:13:09',''),(35068,1,1,36426,44,3024883481,'2016-01-28 06:13:14',''),(35069,1,1,36427,44,1123631667,'2016-01-28 06:23:34',''),(35070,1,1,36428,1,3024883601,'2016-01-28 06:45:40',''),(35071,1,1,36429,1,1123631628,'2016-01-28 07:19:40',''),(35072,1,1,36430,1,3024883599,'2016-01-28 09:39:00',''),(35073,1,1,36431,1,1123631664,'2016-01-28 10:05:49',''),(35074,1,1,36432,56,1123631664,'2016-01-28 11:37:39',''),(35075,1,1,36433,56,1152705578,'2016-01-28 11:42:45',''),(35076,1,1,36435,41,872366403,'2016-01-28 13:02:17',''),(35077,1,1,36436,65,3702877297,'2016-01-28 13:22:49',''),(35078,1,1,36437,1,1159649982,'2016-01-28 13:23:37',''),(35079,1,1,36438,1,1159649982,'2016-01-28 13:23:42',''),(35080,1,1,36439,1,1159649982,'2016-01-28 13:23:45',''),(35081,1,1,36440,1,1159649982,'2016-01-28 13:23:48',''),(35082,1,1,36441,1,1159649982,'2016-01-28 13:23:50',''),(35083,1,1,36442,1,1159649982,'2016-01-28 13:23:53',''),(35084,1,1,36443,1,1159649982,'2016-01-28 13:23:56',''),(35085,1,1,36444,1,1159649982,'2016-01-28 13:23:59',''),(35086,1,1,36445,1,1159649982,'2016-01-28 13:24:01',''),(35087,1,1,36446,1,1159649982,'2016-01-28 13:24:04',''),(35088,1,1,36447,1,1123631670,'2016-01-28 13:40:09',''),(35089,1,1,36449,1,3479603870,'2016-01-28 13:53:10',''),(35090,1,1,36450,69,1123631276,'2016-01-28 15:38:24',''),(35091,1,1,36451,16,872366347,'2016-01-28 18:16:26',''),(35092,1,1,36452,1,3702877292,'2016-01-28 21:28:20',''),(35093,1,1,36453,1,1123631273,'2016-01-28 23:10:14',''),(35094,1,1,36454,1,1123631273,'2016-01-29 00:02:32',''),(35095,1,1,36455,44,3024883607,'2016-01-29 01:27:35',''),(35096,1,1,36456,1,1542483288,'2016-01-29 03:15:54',''),(35097,1,1,36457,64,1123631273,'2016-01-29 04:33:49',''),(35098,1,1,36458,1,872317272,'2016-01-29 04:49:46',''),(35099,1,1,36459,1,3245312162,'2016-01-29 05:34:43','http://pizza-tycoon.com/'),(35100,1,1,36460,67,3024883480,'2016-01-29 06:39:23',''),(35101,1,1,36461,6,1123631273,'2016-01-29 07:32:57',''),(35102,1,1,36462,1,3024883609,'2016-01-29 07:35:18',''),(35103,1,1,36463,1,3024883481,'2016-01-29 08:03:15',''),(35104,1,1,36464,1,1123631273,'2016-01-29 08:58:50',''),(35105,1,1,36465,1,1452515309,'2016-01-29 10:50:12','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&ved=0ahUKEwjIg9b6687KAhUHUhQKHbFDDVsQFghoMAg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(35106,1,1,36466,1,1123631273,'2016-01-29 13:31:54',''),(35107,1,1,36467,16,1152705578,'2016-01-29 15:22:52',''),(35108,1,1,36468,1,3479603870,'2016-01-29 15:39:13',''),(35109,1,1,36469,1,3495654154,'2016-01-29 15:49:49',''),(35110,1,1,36470,1,1123631281,'2016-01-29 16:26:16',''),(35111,1,1,36471,1,1768673244,'2016-01-29 16:30:59',''),(35112,1,1,36472,1,1768673244,'2016-01-29 16:31:00',''),(35113,1,1,36473,26,2071807828,'2016-01-29 16:49:17',''),(35114,1,1,36474,28,3024883598,'2016-01-29 17:34:12',''),(35115,1,1,36475,56,872366387,'2016-01-29 18:14:15',''),(35116,1,1,36476,6,1123631273,'2016-01-29 18:41:57',''),(35117,1,1,36477,1,1123631281,'2016-01-29 19:57:20',''),(35118,1,1,36478,18,872366389,'2016-01-29 21:49:03',''),(35119,1,1,36479,1,3702877337,'2016-01-29 22:16:22',''),(35120,1,1,36480,1,1123631281,'2016-01-29 23:02:48',''),(35121,1,1,36481,1,3562254785,'2016-01-30 01:11:21',''),(35122,1,1,36482,1,1587211854,'2016-01-30 01:31:40',''),(35123,1,1,36483,1,1587211854,'2016-01-30 01:31:55',''),(35124,1,1,36484,1,1587211854,'2016-01-30 01:32:08',''),(35125,1,1,36485,1,1587211854,'2016-01-30 01:32:16',''),(35126,1,1,36486,70,1152705578,'2016-01-30 01:51:22',''),(35127,1,1,36487,1,1123631276,'2016-01-30 02:19:16',''),(35128,1,1,36488,1,1123631273,'2016-01-30 02:37:02',''),(35129,1,1,36489,1,1123631276,'2016-01-30 03:57:18',''),(35130,1,1,36490,1,1542483303,'2016-01-30 04:20:14',''),(35131,1,1,36491,1,1123631273,'2016-01-30 04:58:52',''),(35132,1,1,36492,3,2637637614,'2016-01-30 07:03:51',''),(35133,1,1,36493,1,1123631276,'2016-01-30 07:29:37',''),(35134,1,1,36494,1,1159648810,'2016-01-30 10:19:28',''),(35135,1,1,36495,1,1159648810,'2016-01-30 10:19:30',''),(35136,1,1,36496,1,1159648810,'2016-01-30 10:19:33',''),(35137,1,1,36497,6,772044803,'2016-01-30 12:34:24',''),(35138,1,1,36498,1,39861987,'2016-01-30 13:38:56','https://www.google.co.uk/'),(35139,1,1,36499,1,1123631281,'2016-01-30 14:42:06',''),(35140,1,1,36500,75,1559202754,'2016-01-30 15:51:32','https://www.google.co.uk/'),(35141,1,1,36501,15,1152705578,'2016-01-30 16:34:20',''),(35142,1,1,36502,1,1123631273,'2016-01-30 16:58:07',''),(35143,1,1,36503,1,1123631276,'2016-01-30 18:51:22',''),(35144,1,1,36504,1,1123631276,'2016-01-30 19:54:01',''),(35145,1,1,36505,58,3024883614,'2016-01-30 20:57:40',''),(35146,1,1,36506,1,676177737,'2016-01-30 22:24:35',''),(35147,1,1,36507,1,1123631281,'2016-01-30 23:29:23',''),(35148,1,1,36508,73,1152705578,'2016-01-30 23:38:27',''),(35149,1,1,36509,28,1152705578,'2016-01-31 00:45:09',''),(35150,1,1,36511,1,1596849787,'2016-01-31 01:37:01',''),(35151,1,1,36512,6,3236981386,'2016-01-31 03:07:03',''),(35152,1,1,36513,1,1123631281,'2016-01-31 03:29:26',''),(35153,1,1,36514,16,872366390,'2016-01-31 03:48:58',''),(35154,1,1,36515,1,1542483306,'2016-01-31 05:01:10',''),(35155,1,1,36516,1,1123631273,'2016-01-31 06:11:29',''),(35156,1,1,36517,55,1123631281,'2016-01-31 07:07:07',''),(35157,1,1,36518,71,1123631281,'2016-01-31 10:02:48',''),(35158,1,1,36519,31,3702877327,'2016-01-31 10:33:40',''),(35159,1,1,36520,1,633047521,'2016-01-31 10:40:03',''),(35160,1,1,36521,43,3219687488,'2016-01-31 13:16:02',''),(35161,1,1,36522,1,2953382627,'2016-01-31 13:31:59',''),(35162,1,1,36523,1,2071807804,'2016-01-31 13:52:25',''),(35163,1,1,36524,63,676177696,'2016-01-31 14:46:20',''),(35164,1,1,36525,1,2297628119,'2016-01-31 15:09:30',''),(35165,1,1,36526,1,2297628119,'2016-01-31 15:09:35',''),(35166,1,1,36527,1,2297628119,'2016-01-31 15:09:37',''),(35167,1,1,36528,1,2297628119,'2016-01-31 15:09:41',''),(35168,1,1,36529,1,3245313130,'2016-01-31 15:21:37',''),(35169,1,1,36530,1,3245313130,'2016-01-31 15:21:39',''),(35170,1,1,36531,1,3245313130,'2016-01-31 15:21:41',''),(35171,1,1,36532,71,3245313130,'2016-01-31 15:21:44',''),(35172,1,1,36533,63,676177696,'2016-01-31 15:23:12',''),(35173,1,1,36534,1,1123631276,'2016-01-31 17:04:40',''),(35174,1,1,36535,6,2071807802,'2016-01-31 17:43:23',''),(35175,1,1,36536,56,1167925699,'2016-01-31 20:06:44','https://www.google.ca/search?q=225%2F45%2F17+-+%2479+Rapid+P609+94W&client=ms-android-bell-ca&hl=en&lr=lang_en&Search.x=25&Search.y=23&Search=Search&gws_rd=ssl'),(35176,1,1,36537,62,526469262,'2016-01-31 21:08:36','https://www.google.co.uk/'),(35177,1,1,36538,1,1123631273,'2016-01-31 21:33:42',''),(35178,1,1,36540,1,3281697651,'2016-01-31 21:52:07',''),(35179,1,1,36541,1,3281697651,'2016-01-31 21:52:09',''),(35180,1,1,36542,1,3281697651,'2016-01-31 21:52:12',''),(35181,1,1,36543,1,3281697651,'2016-01-31 21:52:14',''),(35182,1,1,36544,1,3589854123,'2016-01-31 23:07:28',''),(35183,1,1,36545,1,3589854123,'2016-01-31 23:07:29',''),(35184,1,1,36546,6,3236981386,'2016-01-31 23:57:28',''),(35185,1,1,36547,1,3024883484,'2016-02-01 00:00:42',''),(35186,1,1,36548,1,676177726,'2016-02-01 01:01:17',''),(35187,1,1,36549,6,1123631276,'2016-02-01 02:36:12',''),(35188,1,1,36550,1,633047521,'2016-02-01 02:39:39',''),(35189,1,1,36551,1,3024883595,'2016-02-01 03:15:52',''),(35190,1,1,36552,27,872309211,'2016-02-01 04:30:55',''),(35191,1,1,36553,44,872309211,'2016-02-01 04:30:58',''),(35192,1,1,36554,49,872309211,'2016-02-01 04:31:01',''),(35193,1,1,36555,1,2071807825,'2016-02-01 05:17:03',''),(35194,1,1,36556,1,3702877291,'2016-02-01 05:20:13',''),(35195,1,1,36557,1,3702877337,'2016-02-01 05:20:20',''),(35196,1,1,36558,6,2420902987,'2016-02-01 05:21:54',''),(35197,1,1,36559,26,872399389,'2016-02-01 05:23:00',''),(35198,1,1,36560,26,872399389,'2016-02-01 05:23:03',''),(35199,1,1,36561,26,872399389,'2016-02-01 05:23:06',''),(35200,1,1,36562,26,872399389,'2016-02-01 05:23:08',''),(35201,1,1,36563,1,1542483305,'2016-02-01 05:26:43',''),(35202,1,1,36564,6,1123631281,'2016-02-01 07:39:05',''),(35203,1,1,36565,1,1123631276,'2016-02-01 08:53:08',''),(35204,1,1,36566,1,3650874670,'2016-02-01 09:11:53','https://www.google.co.uk/'),(35205,1,1,36567,1,3105214586,'2016-02-01 09:13:03','https://www.google.co.uk/'),(35206,1,1,36568,1,1123631276,'2016-02-01 09:48:03',''),(35207,1,1,36569,53,3024883485,'2016-02-01 10:18:26',''),(35208,1,1,36570,1,3265850242,'2016-02-01 10:43:25','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiPh_3FsNbKAhVBORoKHXhiADkQFggdMAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.113034660,d.d2s'),(35209,1,1,36571,1,1032306279,'2016-02-01 12:36:06','http://m.baidu.com/s?wd=Mstyresblackburn'),(35210,1,1,36572,1,1032306280,'2016-02-01 12:45:02','http://www.baidu.com/s?wd=Mstyresblackburn'),(35211,1,1,36573,10,1152705578,'2016-02-01 12:53:26',''),(35212,1,1,36574,1,1384437590,'2016-02-01 12:56:25',''),(35213,1,1,36575,1,1123631281,'2016-02-01 14:00:17',''),(35214,1,1,36576,1,1123631276,'2016-02-01 14:31:04',''),(35215,1,1,36577,1,1443422913,'2016-02-01 14:33:24','https://www.google.co.uk/'),(35216,1,1,36578,1,2071807854,'2016-02-01 17:17:00',''),(35217,1,1,36579,6,3236981386,'2016-02-01 17:18:13',''),(35218,1,1,36580,1,3702877288,'2016-02-01 17:19:27',''),(35219,1,1,36581,1,1123631273,'2016-02-01 18:37:51',''),(35220,1,1,36583,26,1123631281,'2016-02-01 18:39:42',''),(35221,1,1,36584,26,1123631276,'2016-02-01 18:39:43',''),(35222,1,1,36585,49,676177667,'2016-02-01 18:39:44',''),(35223,1,1,36587,55,676177667,'2016-02-01 18:39:45',''),(35224,1,1,36589,73,676177667,'2016-02-01 18:39:47',''),(35225,1,1,36590,71,676177667,'2016-02-01 18:39:49',''),(35226,1,1,36591,56,676177667,'2016-02-01 18:39:51',''),(35227,1,1,36592,70,676177667,'2016-02-01 18:39:52',''),(35228,1,1,36593,10,676177667,'2016-02-01 18:39:54',''),(35229,1,1,36594,26,676177667,'2016-02-01 18:39:56',''),(35230,1,1,36595,9,676177667,'2016-02-01 18:39:57',''),(35231,1,1,36596,16,676177667,'2016-02-01 18:39:59',''),(35232,1,1,36597,58,2637637492,'2016-02-01 18:53:40',''),(35233,1,1,36598,63,2637637492,'2016-02-01 18:53:43',''),(35234,1,1,36599,68,2637637492,'2016-02-01 18:53:45',''),(35235,1,1,36600,65,2637637492,'2016-02-01 18:53:46',''),(35236,1,1,36601,69,2637637492,'2016-02-01 18:53:49',''),(35237,1,1,36602,3,2637637492,'2016-02-01 18:53:51',''),(35238,1,1,36603,3,2637637492,'2016-02-01 18:53:52',''),(35239,1,1,36604,48,2637637492,'2016-02-01 18:53:54',''),(35240,1,1,36605,27,2637637492,'2016-02-01 18:53:55',''),(35241,1,1,36606,1,1523682940,'2016-02-01 19:06:04','https://www.google.co.uk/'),(35242,1,1,36607,48,2071807761,'2016-02-01 19:12:14',''),(35243,1,1,36608,44,2637637401,'2016-02-01 19:14:47',''),(35244,1,1,36609,50,2637637401,'2016-02-01 19:14:49',''),(35245,1,1,36610,51,2637637401,'2016-02-01 19:14:52',''),(35246,1,1,36611,74,2637637401,'2016-02-01 19:14:55',''),(35247,1,1,36612,72,2637637401,'2016-02-01 19:14:57',''),(35248,1,1,36613,1,2637637401,'2016-02-01 19:14:59',''),(35249,1,1,36614,6,2637637401,'2016-02-01 19:15:00',''),(35250,1,1,36615,15,2637637401,'2016-02-01 19:15:02',''),(35251,1,1,36616,26,3233511746,'2016-02-01 19:40:24',''),(35252,1,1,36617,59,3233511746,'2016-02-01 19:40:26',''),(35253,1,1,36618,68,3233511746,'2016-02-01 19:40:29',''),(35254,1,1,36619,75,3233511746,'2016-02-01 19:40:32',''),(35255,1,1,36620,18,1152705578,'2016-02-01 20:46:31',''),(35256,1,1,36621,1,1123631276,'2016-02-01 20:59:52',''),(35257,1,1,36622,28,676177755,'2016-02-01 21:04:16',''),(35258,1,1,36623,59,676177755,'2016-02-01 21:04:18',''),(35259,1,1,36624,62,676177755,'2016-02-01 21:04:20',''),(35260,1,1,36625,64,676177755,'2016-02-01 21:04:21',''),(35261,1,1,36626,75,676177755,'2016-02-01 21:04:23',''),(35262,1,1,36627,67,676177755,'2016-02-01 21:04:25',''),(35263,1,1,36628,18,676177755,'2016-02-01 21:04:27',''),(35264,1,1,36629,29,676177755,'2016-02-01 21:04:28',''),(35265,1,1,36630,43,676177755,'2016-02-01 21:04:29',''),(35266,1,1,36631,43,676177755,'2016-02-01 21:04:31',''),(35267,1,1,36632,16,676177755,'2016-02-01 21:04:33',''),(35268,1,1,36633,1,1123631281,'2016-02-02 03:11:09',''),(35269,1,1,36634,18,2366158595,'2016-02-02 04:50:24',''),(35270,1,1,36635,74,3024883593,'2016-02-02 05:30:07',''),(35271,1,1,36636,1,1542483315,'2016-02-02 06:25:23',''),(35272,1,1,36637,1,1596849786,'2016-02-02 07:31:48',''),(35273,1,1,36638,1,1596849786,'2016-02-02 07:31:58',''),(35274,1,1,36639,1,1596849786,'2016-02-02 07:32:17',''),(35275,1,1,36640,1,1596849786,'2016-02-02 07:32:31',''),(35276,1,1,36641,1,1596849786,'2016-02-02 07:32:49',''),(35277,1,1,36642,1,1596849786,'2016-02-02 07:33:02',''),(35278,1,1,36643,64,2071807823,'2016-02-02 09:03:55',''),(35279,1,1,36644,26,1152705578,'2016-02-02 09:09:43',''),(35280,1,1,36645,1,1356075581,'2016-02-02 09:13:54',''),(35281,1,1,36646,1,1443145391,'2016-02-02 10:13:53','https://www.google.co.uk/'),(35282,1,1,36374,1,3581540258,'2016-02-02 10:27:05','https://www.google.co.uk/'),(35283,1,1,36647,1,40163521,'2016-02-02 11:24:20',''),(35284,1,1,36648,26,2297628119,'2016-02-02 12:06:10',''),(35285,1,1,36649,59,2297628119,'2016-02-02 12:06:12',''),(35286,1,1,36650,68,2297628119,'2016-02-02 12:06:16',''),(35287,1,1,36651,75,2297628119,'2016-02-02 12:06:19',''),(35288,1,1,36652,1,1489375385,'2016-02-02 12:14:30',''),(35289,1,1,36653,1,1489375385,'2016-02-02 12:14:33',''),(35290,1,1,36654,1,1489375385,'2016-02-02 12:14:35',''),(35291,1,1,36655,71,1489375385,'2016-02-02 12:14:38',''),(35292,1,1,36656,1,872317501,'2016-02-02 12:18:04',''),(35293,1,1,36657,1,1123631281,'2016-02-02 16:49:30',''),(35294,1,1,36658,45,872366358,'2016-02-02 18:36:53',''),(35295,1,1,36659,15,1378267183,'2016-02-02 19:33:03','https://www.google.co.uk/'),(35296,1,1,36660,66,3024883617,'2016-02-02 19:49:10',''),(35297,1,1,36661,62,1123631276,'2016-02-02 21:07:58',''),(35298,1,1,36662,6,1066263218,'2016-02-02 21:08:23',''),(35299,1,1,36663,1,1053986805,'2016-02-02 21:08:26',''),(35300,1,1,36664,26,2420901739,'2016-02-02 21:09:46',''),(35301,1,1,36665,26,2420901739,'2016-02-02 21:09:48',''),(35302,1,1,36666,26,2420901739,'2016-02-02 21:09:50',''),(35303,1,1,36667,26,2420901739,'2016-02-02 21:09:52',''),(35304,1,1,36668,27,3589262799,'2016-02-02 21:21:17',''),(35305,1,1,36669,44,3589262799,'2016-02-02 21:21:20',''),(35306,1,1,36670,49,3589262799,'2016-02-02 21:21:23',''),(35307,1,1,36671,1,1123631276,'2016-02-02 21:50:44',''),(35308,1,1,36672,1,1123631273,'2016-02-02 22:08:49',''),(35309,1,1,36673,51,1123631276,'2016-02-02 22:28:23',''),(35310,1,1,36674,1,1523426482,'2016-02-02 22:56:22','http://www.bing.com/search?q=cheap+tyres+in+Darwen+lancs&form=IE11TR&src=IE11TR&pc=TEJB'),(35311,1,1,36675,14,2071807757,'2016-02-02 22:57:58',''),(35312,1,1,36676,38,1152705578,'2016-02-03 01:26:43',''),(35313,1,1,36677,1,2071807771,'2016-02-03 02:07:55',''),(35314,1,1,36678,58,1152705578,'2016-02-03 03:22:14',''),(35315,1,1,36679,1,3479603870,'2016-02-03 04:11:18',''),(35316,1,1,36680,1,3479603870,'2016-02-03 04:41:24',''),(35317,1,1,36681,62,1152705578,'2016-02-03 05:48:25',''),(35318,1,1,36682,1,1596849787,'2016-02-03 05:50:01',''),(35319,1,1,36683,15,1123631281,'2016-02-03 07:29:08',''),(35320,1,1,36684,1,1123631276,'2016-02-03 08:01:21',''),(35321,1,1,36685,1,1542483269,'2016-02-03 08:17:24',''),(35322,1,1,36686,1,2637637598,'2016-02-03 09:39:29',''),(35323,1,1,36687,16,1152705578,'2016-02-03 10:31:34',''),(35324,1,1,36688,1,2516498165,'2016-02-03 11:03:27','http://www.google.co.uk/url?sa=t&source=web&cd=5&rct=j&q=m%26s%20tires%20blackburn&ved=0ahUKEwjRqbXUuNvKAhUBRhQKHX_PCYUQ_BcIVCgCMAQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(35325,1,1,36689,1,3339975108,'2016-02-03 14:20:55',''),(35326,1,1,36690,1,3339975108,'2016-02-03 14:20:57',''),(35327,1,1,36691,1,344270861,'2016-02-03 14:20:58',''),(35328,1,1,36692,38,2071807772,'2016-02-03 17:42:18',''),(35329,1,1,36574,1,1330504301,'2016-02-03 18:21:59',''),(35330,1,1,36693,26,1053979525,'2016-02-03 20:50:17',''),(35331,1,1,36694,59,1053979525,'2016-02-03 20:50:20',''),(35332,1,1,36695,68,1053979525,'2016-02-03 20:50:23',''),(35333,1,1,36696,75,1053979525,'2016-02-03 20:50:27',''),(35334,1,1,36697,1,3024883481,'2016-02-03 21:24:03',''),(35335,1,1,36698,1,1123631731,'2016-02-04 00:41:49',''),(35336,1,1,36699,1,3024883466,'2016-02-04 01:54:11',''),(35337,1,1,36700,1,1123631727,'2016-02-04 02:41:12',''),(35338,1,1,36701,1,3702877345,'2016-02-04 02:59:18',''),(35339,1,1,36702,28,2637637503,'2016-02-04 05:03:00',''),(35340,1,1,36703,59,2637637503,'2016-02-04 05:03:03',''),(35341,1,1,36704,62,2637637503,'2016-02-04 05:03:05',''),(35342,1,1,36705,64,2637637503,'2016-02-04 05:03:07',''),(35343,1,1,36706,75,2637637503,'2016-02-04 05:03:09',''),(35344,1,1,36707,49,2637637501,'2016-02-04 05:03:10',''),(35345,1,1,36708,67,2637637503,'2016-02-04 05:03:11',''),(35346,1,1,36709,55,2637637501,'2016-02-04 05:03:12',''),(35347,1,1,36710,18,2637637503,'2016-02-04 05:03:13',''),(35348,1,1,36711,73,2637637501,'2016-02-04 05:03:14',''),(35349,1,1,36712,29,2637637503,'2016-02-04 05:03:15',''),(35350,1,1,36713,43,2637637503,'2016-02-04 05:03:16',''),(35351,1,1,36714,71,2637637501,'2016-02-04 05:03:16',''),(35352,1,1,36715,58,2637637502,'2016-02-04 05:03:17',''),(35353,1,1,36716,56,2637637501,'2016-02-04 05:03:18',''),(35354,1,1,36717,63,2637637502,'2016-02-04 05:03:19',''),(35355,1,1,36718,70,2637637501,'2016-02-04 05:03:20',''),(35356,1,1,36719,68,2637637502,'2016-02-04 05:03:21',''),(35357,1,1,36720,10,2637637501,'2016-02-04 05:03:23',''),(35358,1,1,36721,65,2637637502,'2016-02-04 05:03:23',''),(35359,1,1,36722,26,2637637501,'2016-02-04 05:03:24',''),(35360,1,1,36723,69,2637637502,'2016-02-04 05:03:25',''),(35361,1,1,36724,9,2637637501,'2016-02-04 05:03:26',''),(35362,1,1,36725,3,2637637502,'2016-02-04 05:03:27',''),(35363,1,1,36726,16,2637637501,'2016-02-04 05:03:27',''),(35364,1,1,36727,3,2637637502,'2016-02-04 05:03:29',''),(35365,1,1,36728,48,2637637502,'2016-02-04 05:03:31',''),(35366,1,1,36729,43,2637637503,'2016-02-04 05:03:31',''),(35367,1,1,36730,27,2637637502,'2016-02-04 05:03:32',''),(35368,1,1,36731,16,2637637503,'2016-02-04 05:03:33',''),(35369,1,1,36732,63,1123631731,'2016-02-04 06:11:30',''),(35370,1,1,36733,44,3219687459,'2016-02-04 06:29:36',''),(35371,1,1,36734,50,3219687459,'2016-02-04 06:29:38',''),(35372,1,1,36735,51,3219687459,'2016-02-04 06:29:40',''),(35373,1,1,36736,74,3219687459,'2016-02-04 06:29:42',''),(35374,1,1,36737,72,3219687459,'2016-02-04 06:29:44',''),(35375,1,1,36738,1,3219687459,'2016-02-04 06:29:46',''),(35376,1,1,36739,6,3219687459,'2016-02-04 06:29:48',''),(35377,1,1,36740,15,3219687459,'2016-02-04 06:29:49',''),(35378,1,1,36741,1,1123631727,'2016-02-04 07:15:40',''),(35379,1,1,36742,1,916393751,'2016-02-04 07:38:45',''),(35380,1,1,36743,6,1123631731,'2016-02-04 07:55:26',''),(35381,1,1,36744,9,1152705578,'2016-02-04 08:13:39',''),(35382,1,1,36745,1,1123631731,'2016-02-04 08:26:58',''),(35383,1,1,36747,6,2637637405,'2016-02-04 08:57:50',''),(35384,1,1,36748,1,1542483298,'2016-02-04 09:23:50',''),(35385,1,1,36749,1,1443408438,'2016-02-04 09:48:04','https://www.google.co.uk/'),(35386,1,1,36750,1,772383919,'2016-02-04 10:23:45',''),(35387,1,1,36751,1,1123631729,'2016-02-04 11:34:54',''),(35388,1,1,36752,72,3024883485,'2016-02-04 12:03:02',''),(35389,1,1,36753,1,772043973,'2016-02-04 12:14:56',''),(35390,1,1,36754,1,2637637405,'2016-02-04 13:18:03',''),(35391,1,1,36755,1,1123631731,'2016-02-04 13:33:41',''),(35392,1,1,36756,26,772043973,'2016-02-04 13:34:10',''),(35393,1,1,36757,59,772043973,'2016-02-04 13:34:13',''),(35394,1,1,36758,68,772043973,'2016-02-04 13:34:16',''),(35395,1,1,36759,75,772043973,'2016-02-04 13:34:18',''),(35396,1,1,36374,1,3581540258,'2016-02-04 15:57:00','https://www.google.co.uk/'),(35397,1,1,36760,38,2071807817,'2016-02-04 15:59:00',''),(35398,1,1,36761,1,2071807763,'2016-02-04 17:17:31',''),(35399,1,1,36762,1,3702877304,'2016-02-04 17:20:56',''),(35400,1,1,36763,10,3024883594,'2016-02-04 19:15:12',''),(35401,1,1,36764,1,1123631727,'2016-02-04 21:56:57',''),(35402,1,1,36765,41,2953382627,'2016-02-04 23:41:15',''),(35403,1,1,36766,43,2953382627,'2016-02-04 23:41:17',''),(35404,1,1,36767,45,2953382627,'2016-02-04 23:41:20',''),(35405,1,1,36768,53,2953382627,'2016-02-04 23:41:22',''),(35406,1,1,36769,1,1123631729,'2016-02-05 03:05:31',''),(35407,1,1,36770,1,3024883603,'2016-02-05 04:13:17',''),(35408,1,1,36771,1,1123631731,'2016-02-05 05:25:32',''),(35409,1,1,36772,1,3702877326,'2016-02-05 05:26:55',''),(35410,1,1,36773,26,1152705578,'2016-02-05 07:34:48',''),(35411,1,1,36774,1,1089906130,'2016-02-05 09:23:28','http://whois.domaintools.com/mstyresblackburn.co.uk'),(35412,1,1,36775,51,1123631729,'2016-02-05 09:29:09',''),(35413,1,1,36776,1,1542483315,'2016-02-05 10:39:55',''),(35414,1,1,36777,6,2538613875,'2016-02-05 11:08:50',''),(35415,1,1,36778,1,772044803,'2016-02-05 11:20:12',''),(35416,1,1,36779,27,772045740,'2016-02-05 11:27:32',''),(35417,1,1,36780,44,772045740,'2016-02-05 11:27:35',''),(35418,1,1,36781,49,772045740,'2016-02-05 11:27:39',''),(35419,1,1,36782,26,772045740,'2016-02-05 11:33:16',''),(35420,1,1,36783,26,772045740,'2016-02-05 11:33:20',''),(35421,1,1,36784,26,772045740,'2016-02-05 11:33:24',''),(35422,1,1,36785,26,772045740,'2016-02-05 11:33:27',''),(35423,1,1,36786,1,88483786,'2016-02-05 12:00:17','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=12&ved=0ahUKEwiC6ub-yODKAhVF1xQKHf8_BvQ4ChAWCEEwAQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.113370389,d.ZWU'),(35424,1,1,36787,1,3024883471,'2016-02-05 12:30:58',''),(35425,1,1,36788,41,2071807818,'2016-02-05 12:54:48',''),(35426,1,1,36789,54,2990476559,'2016-02-05 14:59:24',''),(35427,1,1,36790,66,2990476559,'2016-02-05 14:59:34',''),(35428,1,1,36791,18,1123631727,'2016-02-05 15:41:42',''),(35429,1,1,36792,41,872358998,'2016-02-05 15:47:10',''),(35430,1,1,36793,53,872358998,'2016-02-05 15:47:14',''),(35431,1,1,36794,48,872358998,'2016-02-05 15:47:18',''),(35432,1,1,36795,16,872358998,'2016-02-05 15:47:25',''),(35433,1,1,36796,1,1123631729,'2016-02-05 15:57:34',''),(35434,1,1,36797,55,3024883481,'2016-02-05 18:00:57',''),(35435,1,1,36798,1,2071807796,'2016-02-05 19:16:14',''),(35436,1,1,36799,1,3702877295,'2016-02-05 19:19:20',''),(35437,1,1,36800,72,872366351,'2016-02-05 19:19:53',''),(35438,1,1,36801,1,1123631731,'2016-02-05 20:26:26',''),(35439,1,1,36802,14,1123631731,'2016-02-05 21:05:39',''),(35440,1,1,36803,1,1344979075,'2016-02-05 21:44:16','https://www.google.co.uk'),(35441,1,1,36804,1,1123631729,'2016-02-05 22:36:06',''),(35442,1,1,36805,26,772045740,'2016-02-05 22:45:32',''),(35443,1,1,36806,26,772045740,'2016-02-05 22:45:34',''),(35444,1,1,36807,26,772045740,'2016-02-05 22:45:37',''),(35445,1,1,36808,1,2637637562,'2016-02-06 00:58:26',''),(35446,1,1,36809,28,872366356,'2016-02-06 01:52:29',''),(35447,1,1,36810,51,1123631727,'2016-02-06 03:29:33',''),(35448,1,1,36811,1,1123631729,'2016-02-06 03:51:44',''),(35449,1,1,36812,1,1123631731,'2016-02-06 05:05:14',''),(35450,1,1,36813,62,872366383,'2016-02-06 07:12:18',''),(35451,1,1,36814,1,35301084,'2016-02-06 08:29:52','https://www.google.co.uk'),(35452,1,1,36815,26,772043973,'2016-02-06 08:35:11',''),(35453,1,1,36816,59,772043973,'2016-02-06 08:35:14',''),(35454,1,1,36817,68,772043973,'2016-02-06 08:35:17',''),(35455,1,1,36818,75,772043973,'2016-02-06 08:35:19',''),(35456,1,1,36819,1,1123631729,'2016-02-06 09:13:12',''),(35457,1,1,36821,71,1152705578,'2016-02-06 09:23:39',''),(35458,1,1,36822,1,3024883617,'2016-02-06 10:20:49',''),(35459,1,1,36823,1,3024883469,'2016-02-06 10:20:52',''),(35460,1,1,36824,68,676177680,'2016-02-06 10:23:29',''),(35461,1,1,36825,6,3702877301,'2016-02-06 10:29:18',''),(35462,1,1,36826,1,1542483271,'2016-02-06 11:14:47',''),(35463,1,1,36827,1,1838431778,'2016-02-06 12:36:21','https://www.google.co.uk/'),(35464,1,1,36828,1,1377960894,'2016-02-06 12:37:25',''),(35465,1,1,36829,1,1123631727,'2016-02-06 13:12:53',''),(35466,1,1,36830,1,676177672,'2016-02-06 13:29:18',''),(35467,1,1,36831,1,2637637559,'2016-02-06 13:29:21',''),(35468,1,1,36832,26,2637637562,'2016-02-06 13:32:27',''),(35469,1,1,36833,26,2637637562,'2016-02-06 13:45:03',''),(35470,1,1,36834,26,676177680,'2016-02-06 13:46:42',''),(35471,1,1,36835,1,1123631731,'2016-02-06 14:21:51',''),(35472,1,1,36836,1,2071807861,'2016-02-06 14:45:59',''),(35473,1,1,36837,6,2953413445,'2016-02-06 15:22:05',''),(35474,1,1,36838,55,2953413445,'2016-02-06 15:22:08',''),(35475,1,1,36839,62,2953413445,'2016-02-06 15:22:11',''),(35476,1,1,36840,63,2953413445,'2016-02-06 15:22:15',''),(35477,1,1,36841,64,2953413445,'2016-02-06 15:22:18',''),(35478,1,1,36842,72,1152705578,'2016-02-06 15:43:07',''),(35479,1,1,36843,68,1113983323,'2016-02-06 16:24:28','http://www.google.com/search'),(35480,1,1,36844,73,3024883467,'2016-02-06 17:15:30',''),(35481,1,1,36845,73,1123631727,'2016-02-06 17:23:28',''),(35482,1,1,36846,6,3236981386,'2016-02-06 19:21:05',''),(35483,1,1,36847,26,3702877347,'2016-02-06 19:30:03',''),(35484,1,1,36848,1,1123631727,'2016-02-06 20:43:56',''),(35485,1,1,36850,1,772043973,'2016-02-07 01:23:31',''),(35486,1,1,36851,1,1123631727,'2016-02-07 02:34:44',''),(35487,1,1,36852,1,1815808070,'2016-02-07 04:42:47',''),(35488,1,1,36853,26,872362137,'2016-02-07 06:35:16',''),(35489,1,1,36854,59,872362137,'2016-02-07 06:35:19',''),(35490,1,1,36855,68,872362137,'2016-02-07 06:35:22',''),(35491,1,1,36856,75,872362137,'2016-02-07 06:35:25',''),(35492,1,1,36857,63,872366386,'2016-02-07 07:25:21',''),(35493,1,1,36858,6,1123631729,'2016-02-07 09:41:17',''),(35494,1,1,36859,1,1123631727,'2016-02-07 09:52:19',''),(35495,1,1,36860,54,1152705578,'2016-02-07 13:15:54',''),(35496,1,1,36861,47,872366361,'2016-02-07 13:22:11',''),(35497,1,1,36862,1,1542483306,'2016-02-07 13:41:22',''),(35498,1,1,36863,1,1123631727,'2016-02-07 13:58:44',''),(35499,1,1,36864,71,872366400,'2016-02-07 15:10:47',''),(35500,1,1,36865,1,2071807759,'2016-02-07 15:21:03',''),(35501,1,1,36866,41,772044803,'2016-02-07 15:22:21',''),(35502,1,1,36867,43,772044803,'2016-02-07 15:22:24',''),(35503,1,1,36868,45,772044803,'2016-02-07 15:22:26',''),(35504,1,1,36869,53,772044803,'2016-02-07 15:22:28',''),(35505,1,1,36870,1,3702877330,'2016-02-07 15:34:13',''),(35506,1,1,36871,1,3024883473,'2016-02-07 15:44:26',''),(35507,1,1,36872,1,3024883483,'2016-02-07 15:44:30',''),(35508,1,1,36873,1,521981505,'2016-02-07 16:43:39',''),(35509,1,1,36874,16,1123631727,'2016-02-07 16:55:39',''),(35510,1,1,36875,51,1152705578,'2016-02-07 19:01:33',''),(35511,1,1,36877,68,3581063108,'2016-02-07 19:52:05','https://www.google.se/'),(35512,1,1,36878,41,3024883463,'2016-02-07 20:22:53',''),(35513,1,1,36879,1,1123631729,'2016-02-07 20:34:12',''),(35514,1,1,36880,1,3024883475,'2016-02-07 20:38:33',''),(35515,1,1,36881,1,1123631729,'2016-02-07 21:34:32',''),(35516,1,1,36882,1,917386797,'2016-02-07 21:49:39',''),(35517,1,1,36883,1,917386864,'2016-02-07 21:49:41',''),(35518,1,1,36884,1,917388159,'2016-02-07 21:50:12',''),(35519,1,1,36885,1,917388728,'2016-02-07 21:50:42',''),(35520,1,1,36886,26,872362140,'2016-02-07 21:57:49',''),(35521,1,1,36887,26,872362140,'2016-02-07 21:57:52',''),(35522,1,1,36888,26,872362140,'2016-02-07 21:57:54',''),(35523,1,1,36889,26,872362140,'2016-02-07 21:57:57',''),(35524,1,1,36890,43,1152705578,'2016-02-07 22:28:41',''),(35525,1,1,36891,31,872366377,'2016-02-07 22:59:01',''),(35526,1,1,36892,6,2071807833,'2016-02-07 23:20:21',''),(35527,1,1,36893,1,3702877369,'2016-02-08 00:27:00',''),(35528,1,1,36894,26,1152705578,'2016-02-08 02:39:10',''),(35529,1,1,36895,57,1152705578,'2016-02-08 03:36:44',''),(35530,1,1,36896,1,3024883599,'2016-02-08 03:49:20',''),(35531,1,1,36897,1,1123631731,'2016-02-08 04:02:20',''),(35532,1,1,36899,18,1123631729,'2016-02-08 04:07:49',''),(35533,1,1,36901,70,872366402,'2016-02-08 04:37:12',''),(35534,1,1,36902,1,3702877335,'2016-02-08 06:22:50',''),(35535,1,1,36903,1,2071807830,'2016-02-08 06:28:52',''),(35536,1,1,36904,3,1152705578,'2016-02-08 08:02:46',''),(35537,1,1,36905,56,1123631731,'2016-02-08 12:12:53',''),(35538,1,1,36906,26,1152705578,'2016-02-08 12:51:55',''),(35539,1,1,36907,1,1542483316,'2016-02-08 14:04:34',''),(35540,1,1,36908,1,3702877343,'2016-02-08 14:23:32',''),(35541,1,1,36909,1,2071807827,'2016-02-08 14:29:01',''),(35542,1,1,36910,1,1123631731,'2016-02-08 14:53:01',''),(35543,1,1,36911,1,1123631727,'2016-02-08 14:54:28',''),(35544,1,1,36912,1,1443255135,'2016-02-08 14:58:47','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=12&ved=0ahUKEwi4g474mujKAhWMbhQKHVb7D5YQ_BcIkQEwCw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.113370389,d.bGs'),(35545,1,1,36913,52,872366377,'2016-02-08 16:31:57',''),(35546,1,1,36914,68,1338966205,'2016-02-08 19:26:55','http://images.google.de/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F4%2F64-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid='),(35547,1,1,36915,68,1338966205,'2016-02-08 19:27:01','http://images.google.de/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F4%2F64-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid='),(35548,1,1,36916,1,1182370497,'2016-02-08 20:33:52',''),(35549,1,1,36917,9,1123631727,'2016-02-08 20:45:50',''),(35550,1,1,36918,16,2637637470,'2016-02-08 22:12:14',''),(35551,1,1,36919,16,676177672,'2016-02-08 22:12:18',''),(35552,1,1,36920,1,3702877328,'2016-02-08 22:21:14',''),(35553,1,1,36921,26,772043973,'2016-02-08 23:19:52',''),(35554,1,1,36922,26,772043973,'2016-02-08 23:19:54',''),(35555,1,1,36923,26,772043973,'2016-02-08 23:19:57',''),(35556,1,1,36924,62,2071807760,'2016-02-08 22:12:01',''),(35557,1,1,36925,1,3024883615,'2016-02-08 22:56:51',''),(35558,1,1,36926,47,1123631731,'2016-02-09 00:15:31',''),(35559,1,1,36927,75,872366357,'2016-02-09 00:36:49',''),(35560,1,1,36928,1,3479603870,'2016-02-09 01:01:09',''),(35561,1,1,36929,1,2420901739,'2016-02-09 04:01:32',''),(35562,1,1,36930,1,1123631731,'2016-02-09 05:27:45',''),(35563,1,1,36931,1,3702877371,'2016-02-09 05:30:23',''),(35564,1,1,36932,16,872366411,'2016-02-09 07:21:21',''),(35565,1,1,36933,1,3024883488,'2016-02-09 08:03:03',''),(35566,1,1,36934,1,1123631729,'2016-02-09 08:33:53',''),(35567,1,1,36935,1,1123631727,'2016-02-09 08:47:29',''),(35568,1,1,36936,54,3702877325,'2016-02-09 09:07:15',''),(35569,1,1,36937,26,872339346,'2016-02-09 09:55:09',''),(35570,1,1,36938,59,872339346,'2016-02-09 09:55:12',''),(35571,1,1,36939,68,872339346,'2016-02-09 09:55:15',''),(35572,1,1,36940,75,872339346,'2016-02-09 09:55:18',''),(35573,1,1,36941,1,2921498610,'2016-02-09 10:33:39',''),(35574,1,1,36942,41,872358998,'2016-02-09 11:24:54',''),(35575,1,1,36943,43,872358998,'2016-02-09 11:24:57',''),(35576,1,1,36944,45,872358998,'2016-02-09 11:25:00',''),(35577,1,1,36945,53,872358998,'2016-02-09 11:25:03',''),(35578,1,1,36946,1,1542483295,'2016-02-09 12:49:00',''),(35579,1,1,36947,1,1123631727,'2016-02-09 13:09:20',''),(35580,1,1,36948,1,1123631731,'2016-02-09 14:50:32',''),(35581,1,1,36949,68,3024883605,'2016-02-09 14:54:55',''),(35582,1,1,36950,1,772044803,'2016-02-09 14:56:24',''),(35583,1,1,36951,1,1523893874,'2016-02-09 15:12:38','https://www.google.co.uk/'),(35584,1,1,36952,27,2297653148,'2016-02-09 15:17:12',''),(35585,1,1,36953,44,2297653148,'2016-02-09 15:17:15',''),(35586,1,1,36954,49,2297653148,'2016-02-09 15:17:19',''),(35587,1,1,36955,1,1123631731,'2016-02-09 15:40:27',''),(35588,1,1,36956,26,1159648814,'2016-02-09 16:10:21',''),(35589,1,1,36957,26,1159648814,'2016-02-09 16:10:23',''),(35590,1,1,36958,26,1159648814,'2016-02-09 16:10:25',''),(35591,1,1,36959,26,1159648814,'2016-02-09 16:10:28',''),(35592,1,1,36960,6,2297653156,'2016-02-09 16:18:03',''),(35593,1,1,36961,1,1123631727,'2016-02-09 16:34:54',''),(35594,1,1,36962,1,1123631727,'2016-02-10 02:33:57',''),(35595,1,1,36963,1,1123631727,'2016-02-10 03:10:08',''),(35596,1,1,36964,26,772036457,'2016-02-10 03:29:13',''),(35597,1,1,36965,26,772036457,'2016-02-10 03:29:19',''),(35598,1,1,36966,26,772036457,'2016-02-10 03:29:27',''),(35599,1,1,36967,62,772036457,'2016-02-10 03:29:31',''),(35600,1,1,36968,56,2637637470,'2016-02-10 03:45:20',''),(35601,1,1,36969,71,2637637470,'2016-02-10 03:45:22',''),(35602,1,1,36970,73,2637637470,'2016-02-10 03:45:25',''),(35603,1,1,36971,16,2637637470,'2016-02-10 03:45:28',''),(35604,1,1,36972,9,2637637470,'2016-02-10 03:45:31',''),(35605,1,1,36973,58,676177743,'2016-02-10 03:45:32',''),(35606,1,1,36974,55,2637637470,'2016-02-10 03:45:33',''),(35607,1,1,36975,63,676177743,'2016-02-10 03:45:33',''),(35608,1,1,36976,49,2637637470,'2016-02-10 03:45:36',''),(35609,1,1,36977,68,676177743,'2016-02-10 03:45:36',''),(35610,1,1,36978,59,676177672,'2016-02-10 03:45:38',''),(35611,1,1,36979,48,676177743,'2016-02-10 03:45:45',''),(35612,1,1,36980,62,676177672,'2016-02-10 03:45:46',''),(35613,1,1,36981,65,676177743,'2016-02-10 03:45:46',''),(35614,1,1,36982,64,676177672,'2016-02-10 03:45:49',''),(35615,1,1,36983,27,676177743,'2016-02-10 03:45:49',''),(35616,1,1,36984,10,2637637470,'2016-02-10 03:45:49',''),(35617,1,1,36985,75,676177672,'2016-02-10 03:45:51',''),(35618,1,1,36986,70,2637637470,'2016-02-10 03:45:52',''),(35619,1,1,36987,28,676177672,'2016-02-10 03:45:54',''),(35620,1,1,36988,16,676177672,'2016-02-10 03:45:56',''),(35621,1,1,36989,29,676177672,'2016-02-10 03:45:57',''),(35622,1,1,36990,18,676177672,'2016-02-10 03:45:58',''),(35623,1,1,36991,43,676177672,'2016-02-10 03:45:59',''),(35624,1,1,36992,67,676177672,'2016-02-10 03:46:00',''),(35625,1,1,36993,43,676177672,'2016-02-10 03:46:03',''),(35626,1,1,36994,69,676177743,'2016-02-10 03:46:03',''),(35627,1,1,36995,3,676177743,'2016-02-10 03:46:06',''),(35628,1,1,36996,3,676177743,'2016-02-10 03:46:07',''),(35629,1,1,36997,73,872366417,'2016-02-10 04:30:37',''),(35630,1,1,36998,50,2637637578,'2016-02-10 06:15:52',''),(35631,1,1,36999,1,2637637578,'2016-02-10 06:16:07',''),(35632,1,1,37000,51,2637637578,'2016-02-10 06:16:09',''),(35633,1,1,37001,72,2637637578,'2016-02-10 06:16:11',''),(35634,1,1,37002,15,2637637578,'2016-02-10 06:16:13',''),(35635,1,1,37003,6,2637637578,'2016-02-10 06:16:15',''),(35636,1,1,37004,41,2297653149,'2016-02-10 06:33:28',''),(35637,1,1,37005,53,2297653149,'2016-02-10 06:33:31',''),(35638,1,1,37006,48,2297653149,'2016-02-10 06:33:33',''),(35639,1,1,37007,16,2297653149,'2016-02-10 06:33:36',''),(35640,1,1,37008,54,2297653156,'2016-02-10 06:46:52',''),(35641,1,1,37009,66,2297653156,'2016-02-10 06:46:55',''),(35642,1,1,37010,26,2637637578,'2016-02-10 07:16:59',''),(35643,1,1,37011,1,2637637578,'2016-02-10 07:17:01',''),(35644,1,1,37012,74,2637637578,'2016-02-10 07:17:03',''),(35645,1,1,37013,44,2637637578,'2016-02-10 07:17:05',''),(35646,1,1,37014,1,786803397,'2016-02-10 08:21:41',''),(35647,1,1,37015,6,84497668,'2016-02-10 08:27:09',''),(35648,1,1,37016,18,84497668,'2016-02-10 08:27:12',''),(35649,1,1,37017,42,84497668,'2016-02-10 08:27:14',''),(35650,1,1,37018,38,84497668,'2016-02-10 08:27:17',''),(35651,1,1,37019,68,3024883617,'2016-02-10 10:52:20',''),(35652,1,1,37020,59,872366388,'2016-02-10 11:51:20',''),(35653,1,1,37021,1,1444680193,'2016-02-10 11:57:37','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&ved=0ahUKEwic7IP4kO3KAhUD1RQKHd8BDFMQFggdMAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.113943665,d.bGs'),(35654,1,1,37022,1,3702877278,'2016-02-10 12:05:06',''),(35655,1,1,37023,43,3702877306,'2016-02-10 13:41:23',''),(35656,1,1,37024,1,1542483317,'2016-02-10 14:05:12',''),(35657,1,1,37025,1,1123631727,'2016-02-10 14:07:08',''),(35658,1,1,37026,56,2637637418,'2016-02-10 15:41:53',''),(35659,1,1,37027,26,676177672,'2016-02-10 16:44:47',''),(35660,1,1,37028,26,676177672,'2016-02-10 16:44:48',''),(35661,1,1,37029,26,676177672,'2016-02-10 16:44:49',''),(35662,1,1,37030,26,676177672,'2016-02-10 16:44:50',''),(35663,1,1,37031,26,676177672,'2016-02-10 16:44:51',''),(35664,1,1,37032,26,676177672,'2016-02-10 16:44:52',''),(35665,1,1,37033,26,676177672,'2016-02-10 16:44:53',''),(35666,1,1,37034,26,676177672,'2016-02-10 16:44:54',''),(35667,1,1,37035,26,676177672,'2016-02-10 16:44:55',''),(35668,1,1,37036,26,676177672,'2016-02-10 16:44:56',''),(35669,1,1,37037,38,676177672,'2016-02-10 16:44:57',''),(35670,1,1,37038,26,676177672,'2016-02-10 16:44:58',''),(35671,1,1,37039,26,2637637418,'2016-02-10 16:45:32',''),(35672,1,1,37040,26,2637637418,'2016-02-10 16:45:33',''),(35673,1,1,37041,26,2637637418,'2016-02-10 16:45:35',''),(35674,1,1,37042,26,2637637418,'2016-02-10 16:45:36',''),(35675,1,1,37043,26,2637637418,'2016-02-10 16:45:38',''),(35676,1,1,37044,26,2637637418,'2016-02-10 16:45:39',''),(35677,1,1,37045,26,2637637418,'2016-02-10 16:45:40',''),(35678,1,1,37046,26,2637637418,'2016-02-10 16:45:42',''),(35679,1,1,37047,26,2637637418,'2016-02-10 16:45:44',''),(35680,1,1,37048,26,2637637418,'2016-02-10 16:45:46',''),(35681,1,1,37049,42,2637637418,'2016-02-10 16:45:48',''),(35682,1,1,37050,41,2637637418,'2016-02-10 16:45:50',''),(35683,1,1,37051,26,2637637418,'2016-02-10 16:45:52',''),(35684,1,1,37052,26,2637637418,'2016-02-10 16:45:54',''),(35685,1,1,37053,26,2637637418,'2016-02-10 16:45:56',''),(35686,1,1,37054,1,1123631731,'2016-02-10 18:23:59',''),(35687,1,1,37057,26,1123631727,'2016-02-10 18:35:25',''),(35688,1,1,37060,54,872366366,'2016-02-10 18:46:12',''),(35689,1,1,37061,1,3589854123,'2016-02-10 19:04:01',''),(35690,1,1,37062,1,3589854123,'2016-02-10 19:04:02',''),(35691,1,1,37063,18,1123631729,'2016-02-10 20:03:05',''),(35692,1,1,37064,54,2637637604,'2016-02-10 20:20:50',''),(35693,1,1,37065,26,2637637568,'2016-02-10 20:39:31',''),(35694,1,1,37066,26,2637637568,'2016-02-10 20:39:32',''),(35695,1,1,37067,26,2637637568,'2016-02-10 20:39:33',''),(35696,1,1,37068,26,2637637568,'2016-02-10 20:39:34',''),(35697,1,1,37069,1,3495654154,'2016-02-10 20:51:58',''),(35698,1,1,37070,31,1152705578,'2016-02-10 21:04:02',''),(35699,1,1,37071,1,3479603870,'2016-02-10 21:16:09',''),(35700,1,1,37072,54,2071807850,'2016-02-10 21:41:26',''),(35701,1,1,37073,1,1589657556,'2016-02-10 22:10:30','https://www.google.co.uk'),(35702,1,1,37074,26,772043973,'2016-02-10 23:05:19',''),(35703,1,1,37075,59,772043973,'2016-02-10 23:05:23',''),(35704,1,1,37076,68,772043973,'2016-02-10 23:05:26',''),(35705,1,1,37077,75,772043973,'2016-02-10 23:05:29',''),(35706,1,1,37078,1,2953413445,'2016-02-10 23:11:31',''),(35707,1,1,37079,1,1053986805,'2016-02-10 23:16:16',''),(35708,1,1,37080,6,1489375385,'2016-02-11 00:19:28',''),(35709,1,1,37081,26,2953382627,'2016-02-11 00:29:34',''),(35710,1,1,37082,26,2953382627,'2016-02-11 00:29:36',''),(35711,1,1,37083,26,2953382627,'2016-02-11 00:29:38',''),(35712,1,1,37084,26,2953382627,'2016-02-11 00:29:41',''),(35713,1,1,37085,27,872320472,'2016-02-11 00:30:21',''),(35714,1,1,37086,44,872320472,'2016-02-11 00:30:24',''),(35715,1,1,37087,63,2420902987,'2016-02-11 00:30:26',''),(35716,1,1,37088,49,872320472,'2016-02-11 00:30:27',''),(35717,1,1,37089,1,1159659402,'2016-02-11 00:33:00',''),(35718,1,1,37090,54,84498858,'2016-02-11 01:24:47',''),(35719,1,1,37091,66,84498858,'2016-02-11 01:24:50',''),(35720,1,1,37092,51,872366425,'2016-02-11 02:09:39',''),(35721,1,1,37093,1,3702877331,'2016-02-11 02:14:22',''),(35722,1,1,37094,1,2071807858,'2016-02-11 02:20:17',''),(35723,1,1,37095,41,1159654074,'2016-02-11 04:06:13',''),(35724,1,1,37096,43,1159654074,'2016-02-11 04:06:15',''),(35725,1,1,37097,45,1159654074,'2016-02-11 04:06:19',''),(35726,1,1,37098,53,1159654074,'2016-02-11 04:06:21',''),(35727,1,1,37099,41,872362140,'2016-02-11 06:03:54',''),(35728,1,1,37100,16,872362140,'2016-02-11 06:03:57',''),(35729,1,1,37101,53,1152705578,'2016-02-11 06:05:02',''),(35730,1,1,37102,9,3156762438,'2016-02-11 06:12:20',''),(35731,1,1,37103,3,3156762438,'2016-02-11 06:12:24',''),(35732,1,1,37104,18,3156762438,'2016-02-11 06:12:27',''),(35733,1,1,37105,42,3156762438,'2016-02-11 06:12:29',''),(35734,1,1,37106,10,3156762438,'2016-02-11 06:12:32',''),(35735,1,1,37107,48,3024883485,'2016-02-11 06:50:04',''),(35736,1,1,37108,1,3475901808,'2016-02-11 08:37:09',''),(35737,1,1,37109,1,1384437979,'2016-02-11 08:52:23','http://www.google.co.uk/url?sa=t&source=web&cd=&rct=j&q=tyres%20blackburn&ved=0ahUKEwjjyKrsie_KAhWvbZoKHcnrBU0Q_UUIAg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(35738,1,1,37110,1,3475901717,'2016-02-11 09:05:17',''),(35739,1,1,37111,1,3475901717,'2016-02-11 09:15:33',''),(35740,1,1,37112,1,1483352616,'2016-02-11 12:05:19','https://www.google.co.uk/'),(35741,1,1,37113,3,1378207721,'2016-02-11 14:02:34',''),(35742,1,1,37114,43,1378207721,'2016-02-11 14:02:37',''),(35743,1,1,37115,55,2297665554,'2016-02-11 14:02:53',''),(35744,1,1,37116,62,2297665554,'2016-02-11 14:02:56',''),(35745,1,1,37117,63,2297665554,'2016-02-11 14:03:01',''),(35746,1,1,37118,64,2297665554,'2016-02-11 14:03:04',''),(35747,1,1,37119,43,2297653149,'2016-02-11 14:07:22',''),(35748,1,1,37120,27,2297653149,'2016-02-11 14:07:28',''),(35749,1,1,37121,58,2297653149,'2016-02-11 14:07:37',''),(35750,1,1,37122,1,1542483314,'2016-02-11 15:30:51',''),(35751,1,1,37123,31,1123631729,'2016-02-11 15:47:03',''),(35752,1,1,37124,1,1123631731,'2016-02-11 15:54:06',''),(35753,1,1,37125,1,1123631729,'2016-02-11 17:09:49',''),(35754,1,1,37126,26,772044803,'2016-02-11 18:34:02',''),(35755,1,1,37127,26,772044803,'2016-02-11 18:34:06',''),(35756,1,1,37128,26,772044803,'2016-02-11 18:34:10',''),(35757,1,1,37129,26,772044803,'2016-02-11 18:34:14',''),(35758,1,1,37130,3,1489375385,'2016-02-11 18:38:28',''),(35759,1,1,37131,26,1489375385,'2016-02-11 18:38:35',''),(35760,1,1,37132,26,1489375385,'2016-02-11 18:38:44',''),(35761,1,1,37133,26,1489375385,'2016-02-11 18:38:53',''),(35762,1,1,37134,26,1489375385,'2016-02-11 18:38:58',''),(35763,1,1,37135,26,1489375385,'2016-02-11 18:39:08',''),(35764,1,1,37136,1,1489375385,'2016-02-11 18:39:13',''),(35765,1,1,37137,6,2637637604,'2016-02-11 19:51:29',''),(35766,1,1,37138,1,3024883475,'2016-02-11 21:51:06',''),(35767,1,1,37139,15,1123631727,'2016-02-11 23:21:44',''),(35768,1,1,37140,1,2071807763,'2016-02-11 23:51:21',''),(35769,1,1,37141,1,2071807772,'2016-02-11 23:51:24',''),(35770,1,1,37142,49,1152705578,'2016-02-12 00:30:19',''),(35771,1,1,37144,49,3024883483,'2016-02-12 00:41:45',''),(35772,1,1,37145,1,3702877261,'2016-02-12 02:22:03',''),(35773,1,1,37146,1,3024883613,'2016-02-12 02:53:47',''),(35774,1,1,37147,1,1123631731,'2016-02-12 03:13:33',''),(35775,1,1,37148,1,1445941393,'2016-02-12 03:30:42',''),(35776,1,1,37149,1,1445941393,'2016-02-12 03:30:53',''),(35777,1,1,37150,1,1445941393,'2016-02-12 03:31:06',''),(35778,1,1,37151,1,1445941393,'2016-02-12 03:31:28',''),(35779,1,1,37152,1,1445941393,'2016-02-12 03:31:36',''),(35780,1,1,37153,1,1445941393,'2016-02-12 03:31:55',''),(35781,1,1,37154,1,1123631729,'2016-02-12 03:45:29',''),(35782,1,1,37155,3,1152705578,'2016-02-12 04:00:41',''),(35783,1,1,37156,6,2637637604,'2016-02-12 04:05:13',''),(35784,1,1,37157,1,1596849154,'2016-02-12 05:00:39',''),(35785,1,1,37158,1,1596849154,'2016-02-12 05:00:58',''),(35786,1,1,37159,1,1596849154,'2016-02-12 05:01:18',''),(35787,1,1,37160,1,1596849154,'2016-02-12 05:01:31',''),(35788,1,1,37161,1,1596849154,'2016-02-12 05:01:43',''),(35789,1,1,37162,1,1596849154,'2016-02-12 05:02:00',''),(35790,1,1,37163,1,2071807853,'2016-02-12 06:11:36',''),(35791,1,1,37164,1,3702877343,'2016-02-12 06:15:08',''),(35792,1,1,37165,47,1123631727,'2016-02-12 06:56:26',''),(35793,1,1,37166,1,1123631731,'2016-02-12 07:19:28',''),(35794,1,1,37167,6,1123631729,'2016-02-12 07:35:32',''),(35795,1,1,37168,52,2071807789,'2016-02-12 08:28:52',''),(35796,1,1,37169,1,786803397,'2016-02-12 08:32:14',''),(35797,1,1,37170,6,2420907426,'2016-02-12 10:27:55',''),(35798,1,1,37171,55,2420907426,'2016-02-12 10:27:58',''),(35799,1,1,37172,62,2420907426,'2016-02-12 10:28:01',''),(35800,1,1,37173,63,2420907426,'2016-02-12 10:28:04',''),(35801,1,1,37174,64,2420907426,'2016-02-12 10:28:07',''),(35802,1,1,37175,26,676177676,'2016-02-12 10:52:09',''),(35803,1,1,37176,26,1170583858,'2016-02-12 12:03:27',''),(35804,1,1,37177,1,1032306279,'2016-02-12 12:16:18','http://m.baidu.com/s?wd=Mstyresblackburn'),(35805,1,1,37178,1,1032306396,'2016-02-12 12:16:20','http://www.baidu.com/s?wd=Mstyresblackburn'),(35806,1,1,37179,9,3702877363,'2016-02-12 13:05:00',''),(35807,1,1,37180,26,772043973,'2016-02-12 13:44:07',''),(35808,1,1,37181,26,772043973,'2016-02-12 13:44:12',''),(35809,1,1,37182,26,772043973,'2016-02-12 13:44:15',''),(35810,1,1,37183,15,872366380,'2016-02-12 13:44:19',''),(35811,1,1,37184,62,772043973,'2016-02-12 13:44:20',''),(35812,1,1,37185,6,2731721858,'2016-02-12 14:06:11',''),(35813,1,1,37186,18,2731721858,'2016-02-12 14:06:13',''),(35814,1,1,37187,42,2731721858,'2016-02-12 14:06:16',''),(35815,1,1,37188,38,2731721858,'2016-02-12 14:06:19',''),(35816,1,1,37189,18,1152705578,'2016-02-12 15:10:33',''),(35817,1,1,37190,49,872366368,'2016-02-12 15:43:14',''),(35818,1,1,37191,1,1542483278,'2016-02-12 17:03:40',''),(35819,1,1,37192,43,3475901842,'2016-02-12 17:20:10',''),(35820,1,1,37193,43,3475901842,'2016-02-12 17:20:12',''),(35821,1,1,37194,29,3475901842,'2016-02-12 17:20:14',''),(35822,1,1,37195,3,2637637604,'2016-02-12 17:20:14',''),(35823,1,1,37196,18,3475901842,'2016-02-12 17:20:15',''),(35824,1,1,37197,6,3475901716,'2016-02-12 17:20:20',''),(35825,1,1,37198,15,3475901716,'2016-02-12 17:20:22',''),(35826,1,1,37199,1,3475901716,'2016-02-12 17:20:24',''),(35827,1,1,37200,9,3475901728,'2016-02-12 17:26:36',''),(35828,1,1,37201,56,3475901728,'2016-02-12 17:26:38',''),(35829,1,1,37202,38,2420907330,'2016-02-12 18:35:22',''),(35830,1,1,37203,1,1539462250,'2016-02-12 18:42:54',''),(35831,1,1,37204,1,1539462250,'2016-02-12 18:42:58',''),(35832,1,1,37205,1,1539462250,'2016-02-12 18:43:02',''),(35833,1,1,37206,1,1539462250,'2016-02-12 18:43:05',''),(35834,1,1,37207,58,872366350,'2016-02-12 18:51:19',''),(35835,1,1,37208,26,1152705578,'2016-02-12 20:24:30',''),(35836,1,1,37209,1,3024883469,'2016-02-12 20:32:32',''),(35837,1,1,37210,56,3475901728,'2016-02-12 20:34:43',''),(35838,1,1,37211,59,3024883490,'2016-02-12 22:51:59',''),(35839,1,1,37212,64,872366357,'2016-02-12 23:37:05',''),(35840,1,1,37213,1,3024883481,'2016-02-12 23:58:59',''),(35841,1,1,37214,1,2071807861,'2016-02-13 01:20:17',''),(35842,1,1,37215,1,3702877284,'2016-02-13 01:22:53',''),(35843,1,1,37216,42,1152705578,'2016-02-13 04:38:19',''),(35844,1,1,37217,1,1998125499,'2016-02-13 05:20:55',''),(35845,1,1,37218,1,1596849787,'2016-02-13 05:32:53',''),(35846,1,1,37219,1,2071807829,'2016-02-13 09:20:53',''),(35847,1,1,37220,1,3702877289,'2016-02-13 09:25:25',''),(35848,1,1,37221,9,872366420,'2016-02-13 09:58:32',''),(35849,1,1,37222,67,872366426,'2016-02-13 11:46:38',''),(35850,1,1,37223,1,3702877298,'2016-02-13 12:06:21',''),(35851,1,1,37224,10,872366368,'2016-02-13 12:21:32',''),(35852,1,1,37225,1,2637637568,'2016-02-13 12:21:48',''),(35853,1,1,37226,1,1159649154,'2016-02-13 12:37:05',''),(35854,1,1,37227,26,1558988689,'2016-02-13 14:03:03',''),(35855,1,1,37228,59,1558988689,'2016-02-13 14:03:05',''),(35856,1,1,37229,68,1558988689,'2016-02-13 14:03:08',''),(35857,1,1,37230,75,1558988689,'2016-02-13 14:03:11',''),(35858,1,1,37231,1,872320302,'2016-02-13 14:10:14',''),(35859,1,1,37232,26,1152705578,'2016-02-13 14:28:20',''),(35860,1,1,37233,26,772044803,'2016-02-13 14:35:39',''),(35861,1,1,37234,26,772044803,'2016-02-13 14:35:41',''),(35862,1,1,37235,26,772044803,'2016-02-13 14:35:44',''),(35863,1,1,37236,57,772044803,'2016-02-13 14:35:48',''),(35864,1,1,37237,6,1578512370,'2016-02-13 15:03:41',''),(35865,1,1,37238,6,772036457,'2016-02-13 15:09:05',''),(35866,1,1,37239,1,2071807852,'2016-02-13 15:13:21',''),(35867,1,1,37240,1,3702877302,'2016-02-13 15:16:40',''),(35868,1,1,37241,1,1170583858,'2016-02-13 15:19:31',''),(35869,1,1,37242,27,1534682446,'2016-02-13 15:22:53',''),(35870,1,1,37243,44,1534682446,'2016-02-13 15:23:28',''),(35871,1,1,37244,49,1534682446,'2016-02-13 15:23:30',''),(35872,1,1,37245,1,772044803,'2016-02-13 15:44:48',''),(35873,1,1,37246,1,2071807855,'2016-02-13 17:14:19',''),(35874,1,1,37247,54,1558988689,'2016-02-13 17:16:24',''),(35875,1,1,37248,66,1558988689,'2016-02-13 17:16:27',''),(35876,1,1,37249,1,3702877283,'2016-02-13 17:17:14',''),(35877,1,1,37250,1,1542483269,'2016-02-13 17:54:10',''),(35878,1,1,37251,43,2953382627,'2016-02-13 19:21:26',''),(35879,1,1,37252,27,2953382627,'2016-02-13 19:21:29',''),(35880,1,1,37253,58,2953382627,'2016-02-13 19:21:32',''),(35881,1,1,37254,3,1053973110,'2016-02-13 21:01:12',''),(35882,1,1,37255,43,1053973110,'2016-02-13 21:01:16',''),(35883,1,1,37256,41,1503892538,'2016-02-13 22:14:38',''),(35884,1,1,37257,43,1503892538,'2016-02-13 22:14:41',''),(35885,1,1,37258,45,1503892538,'2016-02-13 22:14:44',''),(35886,1,1,37259,53,1503892538,'2016-02-13 22:14:46',''),(35887,1,1,37260,63,772036457,'2016-02-13 22:22:57',''),(35888,1,1,37261,66,2071807820,'2016-02-13 22:45:11',''),(35889,1,1,37262,26,1152705578,'2016-02-13 23:53:37',''),(35890,1,1,37263,54,1123631273,'2016-02-14 00:37:19',''),(35891,1,1,37264,50,3024883480,'2016-02-14 00:54:18',''),(35892,1,1,37265,44,1152705578,'2016-02-14 00:54:29',''),(35893,1,1,37266,1,3227756349,'2016-02-14 03:00:27','https://www.google.com/'),(35894,1,1,37267,1,772044803,'2016-02-14 03:32:41',''),(35895,1,1,37268,1,772044803,'2016-02-14 03:32:47',''),(35896,1,1,37269,1,772044803,'2016-02-14 03:32:49',''),(35897,1,1,37270,9,772044803,'2016-02-14 03:32:52',''),(35898,1,1,37271,45,1152705578,'2016-02-14 07:15:16',''),(35899,1,1,37272,28,2513056056,'2016-02-14 09:07:02',''),(35900,1,1,37273,50,2513056056,'2016-02-14 09:07:05',''),(35901,1,1,37274,51,2513056056,'2016-02-14 09:07:08',''),(35902,1,1,37275,56,2513056056,'2016-02-14 09:07:11',''),(35903,1,1,37276,55,2513056056,'2016-02-14 09:07:14',''),(35904,1,1,37277,62,2513056056,'2016-02-14 09:07:17',''),(35905,1,1,37278,63,2513056056,'2016-02-14 09:07:20',''),(35906,1,1,37279,64,2513056056,'2016-02-14 09:07:23',''),(35907,1,1,37280,65,2513056056,'2016-02-14 09:07:25',''),(35908,1,1,37281,69,2513056056,'2016-02-14 09:07:28',''),(35909,1,1,37282,62,3160597122,'2016-02-14 12:05:05','http://images.google.de/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F5%2F9%2F59-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D26%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid='),(35910,1,1,37283,1,2071807814,'2016-02-14 13:13:41',''),(35911,1,1,37284,1,3702877265,'2016-02-14 13:26:54',''),(35912,1,1,37285,57,3156762438,'2016-02-14 14:04:50',''),(35913,1,1,37286,6,772044803,'2016-02-14 14:24:03',''),(35914,1,1,37287,55,772044803,'2016-02-14 14:24:07',''),(35915,1,1,37288,62,772044803,'2016-02-14 14:24:12',''),(35916,1,1,37289,63,772044803,'2016-02-14 14:24:16',''),(35917,1,1,37290,64,772044803,'2016-02-14 14:24:20',''),(35918,1,1,37291,56,1357618004,'2016-02-14 16:24:57','https://www.google.co.uk/search?pws=0&action=devloc&hl=en-GB&safe=images&v=2.0&q=rapid+p609+ms+tyre&rlz=1MIGYWN_en-GBGB&client=mobilesearchapp&channel=mf-wp-cht-all-0112-10&dc=grlz-GYWN'),(35919,1,1,37292,26,1053988086,'2016-02-14 17:10:18',''),(35920,1,1,37293,26,1053988086,'2016-02-14 17:10:20',''),(35921,1,1,37294,26,1053988086,'2016-02-14 17:10:22',''),(35922,1,1,37295,62,1053988086,'2016-02-14 17:10:24',''),(35923,1,1,37296,64,1152705578,'2016-02-14 17:33:58',''),(35924,1,1,37297,26,3702877327,'2016-02-14 18:18:19',''),(35925,1,1,37298,1,1542483296,'2016-02-14 18:44:58',''),(35926,1,1,37299,52,1152705578,'2016-02-14 19:21:24',''),(35927,1,1,37300,6,1159650026,'2016-02-14 19:35:50',''),(35928,1,1,37301,18,1159650026,'2016-02-14 19:35:53',''),(35929,1,1,37302,42,1159650026,'2016-02-14 19:35:56',''),(35930,1,1,37303,38,1159650026,'2016-02-14 19:35:58',''),(35931,1,1,37304,48,3475901888,'2016-02-14 20:51:30',''),(35932,1,1,37305,27,3475901888,'2016-02-14 20:51:31',''),(35933,1,1,37306,58,3475901888,'2016-02-14 20:51:33',''),(35934,1,1,37307,26,2637637462,'2016-02-14 20:51:33',''),(35935,1,1,37308,38,2637637462,'2016-02-14 20:51:35',''),(35936,1,1,37309,63,3475901888,'2016-02-14 20:51:35',''),(35937,1,1,37310,16,2637637462,'2016-02-14 20:51:36',''),(35938,1,1,37311,68,3475901888,'2016-02-14 20:51:37',''),(35939,1,1,37312,28,2637637462,'2016-02-14 20:51:38',''),(35940,1,1,37313,69,3475901888,'2016-02-14 20:51:39',''),(35941,1,1,37314,59,2637637462,'2016-02-14 20:51:40',''),(35942,1,1,37315,3,3475901888,'2016-02-14 20:51:41',''),(35943,1,1,37316,62,2637637462,'2016-02-14 20:51:42',''),(35944,1,1,37317,65,3475901888,'2016-02-14 20:51:43',''),(35945,1,1,37318,64,2637637462,'2016-02-14 20:51:44',''),(35946,1,1,37319,67,2637637462,'2016-02-14 20:51:46',''),(35947,1,1,37320,26,2637637462,'2016-02-14 20:51:48',''),(35948,1,1,37321,75,2637637462,'2016-02-14 20:51:49',''),(35949,1,1,37322,72,2637637440,'2016-02-14 21:00:31',''),(35950,1,1,37323,53,2637637440,'2016-02-14 21:00:33',''),(35951,1,1,37324,52,2637637440,'2016-02-14 21:00:34',''),(35952,1,1,37325,44,2637637440,'2016-02-14 21:00:36',''),(35953,1,1,37326,50,2637637440,'2016-02-14 21:00:38',''),(35954,1,1,37327,51,2637637440,'2016-02-14 21:00:40',''),(35955,1,1,37328,74,2637637440,'2016-02-14 21:00:42',''),(35956,1,1,37329,1,3702877345,'2016-02-15 02:24:33',''),(35957,1,1,37330,1,1489375385,'2016-02-15 05:28:07',''),(35958,1,1,37331,6,1489375385,'2016-02-15 05:28:46',''),(35959,1,1,37332,54,84498287,'2016-02-15 05:57:40',''),(35960,1,1,37333,66,84498287,'2016-02-15 05:57:43',''),(35961,1,1,37334,1,1123631273,'2016-02-15 06:36:20',''),(35962,1,1,37336,1,1539462250,'2016-02-15 07:22:37',''),(35963,1,1,37337,73,1539462250,'2016-02-15 07:22:40',''),(35964,1,1,37338,72,1539462250,'2016-02-15 07:22:45',''),(35965,1,1,37339,70,1539462250,'2016-02-15 07:22:51',''),(35966,1,1,37340,63,772044803,'2016-02-15 07:31:24',''),(35967,1,1,37341,55,3245313130,'2016-02-15 07:42:35',''),(35968,1,1,37342,62,3245313130,'2016-02-15 07:42:38',''),(35969,1,1,37343,63,3245313130,'2016-02-15 07:42:41',''),(35970,1,1,37344,64,3245313130,'2016-02-15 07:42:44',''),(35971,1,1,37345,26,3156762438,'2016-02-15 07:59:21',''),(35972,1,1,37346,26,3156762438,'2016-02-15 07:59:24',''),(35973,1,1,37347,26,3156762438,'2016-02-15 07:59:26',''),(35974,1,1,37348,26,3156762438,'2016-02-15 07:59:28',''),(35975,1,1,37349,26,3702877288,'2016-02-15 09:21:59',''),(35976,1,1,37350,1,1123631276,'2016-02-15 11:21:04',''),(35977,1,1,37351,1,3583550086,'2016-02-15 12:00:40',''),(35978,1,1,37352,50,3024883474,'2016-02-15 12:02:00',''),(35979,1,1,37353,66,1123631281,'2016-02-15 13:29:59',''),(35980,1,1,37354,1,47789896,'2016-02-15 14:14:44','https://www.google.co.uk/'),(35981,1,1,37355,1,47789896,'2016-02-15 14:28:43','https://www.google.co.uk/'),(35982,1,1,37356,1,3495654154,'2016-02-15 16:32:35',''),(35983,1,1,37357,43,1592974660,'2016-02-15 17:19:54',''),(35984,1,1,37358,26,1159644858,'2016-02-15 17:20:27',''),(35985,1,1,37359,59,1159644858,'2016-02-15 17:20:35',''),(35986,1,1,37360,68,1159644858,'2016-02-15 17:20:42',''),(35987,1,1,37361,75,1159644858,'2016-02-15 17:20:49',''),(35988,1,1,37362,61,3166316323,'2016-02-15 17:20:52',''),(35989,1,1,37363,43,1598952463,'2016-02-15 17:23:19',''),(35990,1,1,37364,76,93128842,'2016-02-15 17:24:33',''),(35991,1,1,37365,1,3475901767,'2016-02-15 17:24:52',''),(35992,1,1,37366,43,1410496841,'2016-02-15 17:25:44',''),(35993,1,1,37367,43,1606333038,'2016-02-15 17:26:36',''),(35994,1,1,37368,26,1053973110,'2016-02-15 17:35:19',''),(35995,1,1,37369,26,1053973110,'2016-02-15 17:35:21',''),(35996,1,1,37370,26,1053973110,'2016-02-15 17:35:23',''),(35997,1,1,37371,57,1053973110,'2016-02-15 17:35:25',''),(35998,1,1,37372,1,1053973110,'2016-02-15 17:41:11',''),(35999,1,1,37373,1,3024883606,'2016-02-15 18:14:31',''),(36000,1,1,37374,1,84504390,'2016-02-15 18:17:43',''),(36001,1,1,37375,3,1489375385,'2016-02-15 19:14:35',''),(36002,1,1,37376,6,2297653157,'2016-02-15 19:28:19',''),(36003,1,1,37377,1,92736621,'2016-02-15 19:29:34',''),(36004,1,1,37378,27,772044803,'2016-02-15 19:30:43',''),(36005,1,1,37379,44,772044803,'2016-02-15 19:30:47',''),(36006,1,1,37380,49,772044803,'2016-02-15 19:30:51',''),(36007,1,1,37381,1,1542483278,'2016-02-15 20:10:14',''),(36008,1,1,37382,26,1311650550,'2016-02-15 20:13:16',''),(36009,1,1,37383,26,1311650550,'2016-02-15 20:13:18',''),(36010,1,1,37384,26,1311650550,'2016-02-15 20:13:20',''),(36011,1,1,37385,26,1311650550,'2016-02-15 20:13:22',''),(36012,1,1,37386,41,1159654074,'2016-02-15 21:21:07',''),(36013,1,1,37387,16,1159654074,'2016-02-15 21:21:12',''),(36014,1,1,37388,41,2513057330,'2016-02-15 22:44:59',''),(36015,1,1,37389,43,2513057330,'2016-02-15 22:45:03',''),(36016,1,1,37390,45,2513057330,'2016-02-15 22:45:06',''),(36017,1,1,37391,53,2513057330,'2016-02-15 22:45:10',''),(36018,1,1,37392,43,1159654402,'2016-02-16 02:18:42',''),(36019,1,1,37393,27,1159654402,'2016-02-16 02:18:48',''),(36020,1,1,37394,58,1159654402,'2016-02-16 02:18:57',''),(36021,1,1,37395,1,2731721828,'2016-02-16 02:21:41',''),(36022,1,1,37396,1,2731721828,'2016-02-16 02:21:43',''),(36023,1,1,37397,1,2731721828,'2016-02-16 02:21:46',''),(36024,1,1,37398,9,2731721828,'2016-02-16 02:21:48',''),(36025,1,1,37399,26,3497226587,'2016-02-16 03:20:55',''),(36026,1,1,37400,43,1152705578,'2016-02-16 03:29:57',''),(36027,1,1,37401,68,1123631273,'2016-02-16 07:13:06',''),(36028,1,1,37402,57,3024883597,'2016-02-16 07:23:32',''),(36029,1,1,37404,1,1443003362,'2016-02-16 10:37:55','https://www.google.co.uk/'),(36030,1,1,37405,6,2297653084,'2016-02-16 10:47:48',''),(36031,1,1,37406,55,2297653084,'2016-02-16 10:47:50',''),(36032,1,1,37407,62,2297653084,'2016-02-16 10:47:53',''),(36033,1,1,37408,63,2297653084,'2016-02-16 10:47:56',''),(36034,1,1,37409,64,2297653084,'2016-02-16 10:47:59',''),(36035,1,1,37410,26,2953382627,'2016-02-16 11:08:22',''),(36036,1,1,37411,26,2953382627,'2016-02-16 11:08:24',''),(36037,1,1,37412,26,2953382627,'2016-02-16 11:08:27',''),(36038,1,1,37413,62,2953382627,'2016-02-16 11:08:29',''),(36039,1,1,37414,50,3702877304,'2016-02-16 12:53:42',''),(36040,1,1,37415,55,772043973,'2016-02-16 13:20:42',''),(36041,1,1,37416,62,772043973,'2016-02-16 13:20:46',''),(36042,1,1,37417,63,772043973,'2016-02-16 13:20:49',''),(36043,1,1,37418,64,772043973,'2016-02-16 13:20:53',''),(36044,1,1,37419,1,3024883591,'2016-02-16 13:33:05',''),(36045,1,1,37420,6,2420902987,'2016-02-16 13:46:16',''),(36046,1,1,37421,18,2420902987,'2016-02-16 13:46:24',''),(36047,1,1,37422,42,2420902987,'2016-02-16 13:46:27',''),(36048,1,1,37423,38,2420902987,'2016-02-16 13:46:30',''),(36049,1,1,37424,26,1152705578,'2016-02-16 15:29:41',''),(36050,1,1,37425,1,3702877288,'2016-02-16 17:17:20',''),(36051,1,1,37426,1,2071807835,'2016-02-16 17:23:49',''),(36052,1,1,37427,1,3281697044,'2016-02-16 18:06:34',''),(36053,1,1,37428,1,3281697044,'2016-02-16 18:06:37',''),(36054,1,1,37429,1,3281697044,'2016-02-16 18:06:42',''),(36055,1,1,37430,1,3281697044,'2016-02-16 18:06:44',''),(36056,1,1,37431,1,3281697044,'2016-02-16 18:06:48',''),(36057,1,1,37432,1,3281697044,'2016-02-16 18:06:50',''),(36058,1,1,37433,1,3281697044,'2016-02-16 18:06:53',''),(36059,1,1,37434,1,3281697044,'2016-02-16 18:06:56',''),(36060,1,1,37435,1,3281697044,'2016-02-16 18:07:00',''),(36061,1,1,37436,1,3281697044,'2016-02-16 18:07:03',''),(36062,1,1,37437,1,3281697044,'2016-02-16 18:07:07',''),(36063,1,1,37438,54,3024883488,'2016-02-16 21:35:05',''),(36064,1,1,37439,48,3475901800,'2016-02-16 22:47:56',''),(36065,1,1,37440,27,3475901800,'2016-02-16 22:47:57',''),(36066,1,1,37441,58,3475901800,'2016-02-16 22:47:59',''),(36067,1,1,37442,63,3475901800,'2016-02-16 22:48:01',''),(36068,1,1,37443,68,3475901800,'2016-02-16 22:48:03',''),(36069,1,1,37444,69,3475901800,'2016-02-16 22:48:05',''),(36070,1,1,37445,3,3475901800,'2016-02-16 22:48:07',''),(36071,1,1,37446,65,3475901800,'2016-02-16 22:48:09',''),(36072,1,1,37447,72,3475901767,'2016-02-16 23:02:46',''),(36073,1,1,37448,53,3475901767,'2016-02-16 23:02:48',''),(36074,1,1,37449,52,3475901767,'2016-02-16 23:02:49',''),(36075,1,1,37450,44,3475901767,'2016-02-16 23:02:50',''),(36076,1,1,37451,50,3475901767,'2016-02-16 23:02:52',''),(36077,1,1,37452,51,3475901767,'2016-02-16 23:02:55',''),(36078,1,1,37453,74,3475901767,'2016-02-16 23:02:57',''),(36079,1,1,37454,26,2637637530,'2016-02-16 23:06:02',''),(36080,1,1,37455,38,2637637530,'2016-02-16 23:06:03',''),(36081,1,1,37456,16,2637637530,'2016-02-16 23:06:05',''),(36082,1,1,37457,28,2637637530,'2016-02-16 23:06:07',''),(36083,1,1,37458,59,2637637530,'2016-02-16 23:06:09',''),(36084,1,1,37459,62,2637637530,'2016-02-16 23:06:11',''),(36085,1,1,37460,64,2637637530,'2016-02-16 23:06:13',''),(36086,1,1,37461,67,2637637530,'2016-02-16 23:06:15',''),(36087,1,1,37462,26,2637637530,'2016-02-16 23:06:17',''),(36088,1,1,37463,75,2637637530,'2016-02-16 23:06:18',''),(36089,1,1,37464,1,3702877296,'2016-02-16 23:15:53',''),(36090,1,1,37465,1,2071807850,'2016-02-16 23:23:07',''),(36091,1,1,37466,1,772044803,'2016-02-17 00:04:16',''),(36092,1,1,37467,1,3024883485,'2016-02-17 00:27:56',''),(36093,1,1,37468,1,1542483308,'2016-02-17 00:45:14',''),(36094,1,1,37469,3,3475901800,'2016-02-17 04:43:17',''),(36095,1,1,37470,56,3475901837,'2016-02-17 04:50:47',''),(36096,1,1,37471,9,3475901837,'2016-02-17 04:50:49',''),(36097,1,1,37472,6,3475901785,'2016-02-17 04:55:32',''),(36098,1,1,37473,15,3475901785,'2016-02-17 04:55:33',''),(36099,1,1,37474,1,3475901785,'2016-02-17 04:55:35',''),(36100,1,1,37475,43,2637637530,'2016-02-17 05:49:18',''),(36101,1,1,37476,18,2637637530,'2016-02-17 05:49:20',''),(36102,1,1,37477,29,2637637530,'2016-02-17 05:49:22',''),(36103,1,1,37478,43,2637637530,'2016-02-17 05:49:23',''),(36104,1,1,37479,66,872366387,'2016-02-17 09:31:40',''),(36105,1,1,37480,1,3702877270,'2016-02-17 12:35:28',''),(36106,1,1,37481,26,2071807790,'2016-02-17 12:55:03',''),(36107,1,1,37482,1,3024883617,'2016-02-17 13:26:13',''),(36108,1,1,37483,1,84492181,'2016-02-17 14:10:34',''),(36109,1,1,37484,62,1123631273,'2016-02-17 15:04:35',''),(36110,1,1,37485,6,2745961847,'2016-02-17 15:32:09',''),(36111,1,1,37486,63,772043973,'2016-02-17 15:37:00',''),(36112,1,1,37487,1,528135317,'2016-02-17 15:52:32','http://www.google.co.uk/url?sa=t&source=web&cd=&rct=j&q=tyres%20blackburn&ved=0ahUKEwiqzfzXk__KAhXBXRoKHVIZCN0Q_UUIAg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(36113,1,1,37488,1,1443285516,'2016-02-17 17:15:02','http://www.google.co.uk/'),(36114,1,1,37489,56,3024883490,'2016-02-17 17:27:45',''),(36115,1,1,37490,1,84498287,'2016-02-17 18:06:12',''),(36116,1,1,37491,43,872366354,'2016-02-17 19:27:23',''),(36117,1,1,37492,1,3702877300,'2016-02-17 20:16:48',''),(36118,1,1,37493,1,2071807818,'2016-02-17 20:21:50',''),(36119,1,1,37494,27,1053988086,'2016-02-17 20:35:46',''),(36120,1,1,37495,44,1053988086,'2016-02-17 20:35:49',''),(36121,1,1,37496,49,1053988086,'2016-02-17 20:35:52',''),(36122,1,1,37497,26,2420907426,'2016-02-17 20:47:07',''),(36123,1,1,37498,26,2420907426,'2016-02-17 20:47:09',''),(36124,1,1,37499,26,2420907426,'2016-02-17 20:47:11',''),(36125,1,1,37500,26,2420907426,'2016-02-17 20:47:14',''),(36126,1,1,37501,1,1558029698,'2016-02-17 21:18:34',''),(36127,1,1,37502,1,3479603870,'2016-02-17 22:02:59',''),(36128,1,1,37488,1,1443285516,'2016-02-17 22:18:21',''),(36129,1,1,37503,1,1159648530,'2016-02-17 22:18:47',''),(36130,1,1,37504,1,3479603870,'2016-02-17 22:28:26',''),(36131,1,1,37505,54,3562254777,'2016-02-17 22:29:54',''),(36132,1,1,37506,66,3562254777,'2016-02-17 22:29:57',''),(36133,1,1,37507,6,1053974832,'2016-02-17 22:40:26',''),(36134,1,1,37508,41,1489375385,'2016-02-17 22:43:09',''),(36135,1,1,37509,16,1489375385,'2016-02-17 22:43:12',''),(36136,1,1,37510,1,2637637506,'2016-02-18 00:27:51',''),(36137,1,1,37511,26,1152705578,'2016-02-18 01:58:44',''),(36138,1,1,37512,1,1542483279,'2016-02-18 02:17:21',''),(36139,1,1,37513,68,2214402203,'2016-02-18 02:26:37',''),(36140,1,1,37514,43,1159645538,'2016-02-18 02:35:59',''),(36141,1,1,37515,27,1159645538,'2016-02-18 02:36:02',''),(36142,1,1,37516,58,1159645538,'2016-02-18 02:36:09',''),(36143,1,1,37517,1,3166640048,'2016-02-18 03:16:38',''),(36144,1,1,37518,31,1123631276,'2016-02-18 04:47:10',''),(36145,1,1,37519,65,1123631273,'2016-02-18 05:01:01',''),(36146,1,1,37520,26,2297628119,'2016-02-18 05:03:49',''),(36147,1,1,37521,26,2297628119,'2016-02-18 05:03:51',''),(36148,1,1,37522,26,2297628119,'2016-02-18 05:03:53',''),(36149,1,1,37523,26,2297628119,'2016-02-18 05:03:56',''),(36150,1,1,37524,41,1152705578,'2016-02-18 05:44:42',''),(36151,1,1,37525,26,2990476559,'2016-02-18 07:06:47',''),(36152,1,1,37526,26,2990476559,'2016-02-18 07:06:53',''),(36153,1,1,37527,26,2990476559,'2016-02-18 07:07:00',''),(36154,1,1,37528,26,2990476559,'2016-02-18 07:07:03',''),(36155,1,1,37529,26,2990476559,'2016-02-18 07:07:07',''),(36156,1,1,37530,26,2990476559,'2016-02-18 07:07:15',''),(36157,1,1,37531,26,2990476559,'2016-02-18 07:07:19',''),(36158,1,1,37532,26,2990476559,'2016-02-18 07:07:33',''),(36159,1,1,37533,26,2990476559,'2016-02-18 07:07:37',''),(36160,1,1,37534,26,2990476559,'2016-02-18 07:07:47',''),(36161,1,1,37535,29,2990476559,'2016-02-18 07:07:58',''),(36162,1,1,37536,73,2990476559,'2016-02-18 07:08:11',''),(36163,1,1,37537,1,527321761,'2016-02-18 10:40:37','https://www.google.co.uk/'),(36164,1,1,37538,55,2071807783,'2016-02-18 11:23:11',''),(36165,1,1,36374,1,1369184683,'2016-02-18 11:25:11','https://www.google.co.uk/'),(36166,1,1,37539,1,3261783124,'2016-02-18 11:55:43','https://www.google.co.uk/'),(36167,1,1,37540,1,3261783124,'2016-02-18 11:55:45','https://www.google.co.uk/'),(36168,1,1,37541,1,2089234383,'2016-02-18 12:16:08','http://www.ask.com/web?q=landsail tyre&frstpgo=0&page=16'),(36169,1,1,37542,1,2089234383,'2016-02-18 12:16:11','http://www.ask.com/web?q=landsail tyre&frstpgo=0&page=16'),(36170,1,1,37543,3,1159648810,'2016-02-18 12:44:32',''),(36171,1,1,37544,41,1159648806,'2016-02-18 12:52:38',''),(36172,1,1,37545,43,1159648806,'2016-02-18 12:52:40',''),(36173,1,1,37546,45,1159648806,'2016-02-18 12:52:43',''),(36174,1,1,37547,53,1159648806,'2016-02-18 12:52:46',''),(36175,1,1,37548,1,1445941393,'2016-02-18 13:08:03',''),(36176,1,1,37549,1,1445941393,'2016-02-18 13:08:19',''),(36177,1,1,37550,1,1445941393,'2016-02-18 13:08:29',''),(36178,1,1,37551,1,1445941393,'2016-02-18 13:08:41',''),(36179,1,1,37552,1,1445941393,'2016-02-18 13:08:51',''),(36180,1,1,37553,1,2089234383,'2016-02-18 13:35:59','http://www.ask.com/web?q=landsail tyre&frstpgo=0&page=5'),(36181,1,1,37554,1,2089234383,'2016-02-18 13:36:02','http://www.ask.com/web?q=landsail tyre&frstpgo=0&page=5'),(36182,1,1,37555,1,1445941394,'2016-02-18 14:10:48',''),(36183,1,1,37556,1,1445941394,'2016-02-18 14:11:09',''),(36184,1,1,37557,1,1445941394,'2016-02-18 14:11:28',''),(36185,1,1,37558,1,1445941394,'2016-02-18 14:11:44',''),(36186,1,1,37559,1,1445941394,'2016-02-18 14:12:04',''),(36187,1,1,37560,6,2637637506,'2016-02-18 14:55:43',''),(36188,1,1,37561,18,2089234383,'2016-02-18 16:32:35',''),(36189,1,1,37562,1,2089234383,'2016-02-18 16:32:36',''),(36190,1,1,37563,43,2089234383,'2016-02-18 16:32:36',''),(36191,1,1,37564,45,2089234383,'2016-02-18 16:32:36',''),(36192,1,1,37565,3,2089234383,'2016-02-18 16:32:36',''),(36193,1,1,37566,18,2089234383,'2016-02-18 16:32:37',''),(36194,1,1,37567,1,2089234383,'2016-02-18 16:32:38',''),(36195,1,1,37568,45,2089234383,'2016-02-18 16:32:38',''),(36196,1,1,37569,43,2089234383,'2016-02-18 16:32:39',''),(36197,1,1,37570,3,2089234383,'2016-02-18 16:32:39',''),(36198,1,1,37571,6,2089234383,'2016-02-18 16:32:40',''),(36199,1,1,37572,57,2089234383,'2016-02-18 16:32:40',''),(36200,1,1,37573,9,2089234383,'2016-02-18 16:32:41',''),(36201,1,1,37574,28,2089234383,'2016-02-18 16:32:41',''),(36202,1,1,37575,57,2089234383,'2016-02-18 16:32:43',''),(36203,1,1,37577,9,2089234383,'2016-02-18 16:32:43',''),(36204,1,1,37576,6,2089234383,'2016-02-18 16:32:43',''),(36205,1,1,37578,26,2089234383,'2016-02-18 16:32:43',''),(36206,1,1,37579,28,2089234383,'2016-02-18 16:32:44',''),(36207,1,1,37580,50,2089234383,'2016-02-18 16:32:45',''),(36208,1,1,37581,26,2089234383,'2016-02-18 16:32:45',''),(36209,1,1,37582,26,2089234383,'2016-02-18 16:32:46',''),(36210,1,1,37583,51,2089234383,'2016-02-18 16:32:47',''),(36211,1,1,37584,50,2089234383,'2016-02-18 16:32:48',''),(36212,1,1,37585,26,2089234383,'2016-02-18 16:32:48',''),(36213,1,1,37586,26,2089234383,'2016-02-18 16:32:48',''),(36214,1,1,37587,56,2089234383,'2016-02-18 16:32:49',''),(36215,1,1,37588,26,2089234383,'2016-02-18 16:32:49',''),(36216,1,1,37589,51,2089234383,'2016-02-18 16:32:50',''),(36217,1,1,37590,26,2089234383,'2016-02-18 16:32:50',''),(36218,1,1,37591,55,2089234383,'2016-02-18 16:32:50',''),(36219,1,1,37592,26,2089234383,'2016-02-18 16:32:51',''),(36220,1,1,37593,26,2089234383,'2016-02-18 16:32:51',''),(36221,1,1,37594,56,2089234383,'2016-02-18 16:32:52',''),(36222,1,1,37595,62,2089234383,'2016-02-18 16:32:52',''),(36223,1,1,37596,26,2089234383,'2016-02-18 16:32:53',''),(36224,1,1,37597,55,2089234383,'2016-02-18 16:32:53',''),(36225,1,1,37598,26,2089234383,'2016-02-18 16:32:54',''),(36226,1,1,37599,62,2089234383,'2016-02-18 16:32:54',''),(36227,1,1,37600,63,2089234383,'2016-02-18 16:32:55',''),(36228,1,1,37601,26,2089234383,'2016-02-18 16:32:56',''),(36229,1,1,37602,26,2089234383,'2016-02-18 16:32:56',''),(36230,1,1,37604,26,2089234383,'2016-02-18 16:32:56',''),(36231,1,1,37603,64,2089234383,'2016-02-18 16:32:56',''),(36232,1,1,37605,65,2089234383,'2016-02-18 16:32:57',''),(36233,1,1,37606,26,2089234383,'2016-02-18 16:32:58',''),(36234,1,1,37607,26,2089234383,'2016-02-18 16:32:58',''),(36235,1,1,37608,63,2089234383,'2016-02-18 16:32:58',''),(36236,1,1,37609,26,2089234383,'2016-02-18 16:32:59',''),(36237,1,1,37610,64,2089234383,'2016-02-18 16:32:59',''),(36238,1,1,37611,65,2089234383,'2016-02-18 16:33:00',''),(36239,1,1,37612,69,2089234383,'2016-02-18 16:33:00',''),(36240,1,1,37613,26,2089234383,'2016-02-18 16:33:01',''),(36241,1,1,37614,26,2089234383,'2016-02-18 16:33:01',''),(36242,1,1,37615,41,2089234383,'2016-02-18 16:33:02',''),(36243,1,1,37616,53,2089234383,'2016-02-18 16:33:03',''),(36244,1,1,37617,26,2089234383,'2016-02-18 16:33:03',''),(36245,1,1,37618,69,2089234383,'2016-02-18 16:33:03',''),(36246,1,1,37619,38,2089234383,'2016-02-18 16:33:04',''),(36247,1,1,37620,41,2089234383,'2016-02-18 16:33:04',''),(36248,1,1,37621,52,2089234383,'2016-02-18 16:33:04',''),(36249,1,1,37622,53,2089234383,'2016-02-18 16:33:05',''),(36250,1,1,37623,38,2089234383,'2016-02-18 16:33:05',''),(36251,1,1,37624,52,2089234383,'2016-02-18 16:33:06',''),(36252,1,1,37625,1,1368135517,'2016-02-18 16:47:52','https://www.google.co.uk/'),(36253,1,1,37626,26,872317501,'2016-02-18 17:07:41',''),(36254,1,1,37627,26,872317501,'2016-02-18 17:07:43',''),(36255,1,1,37628,26,872317501,'2016-02-18 17:07:45',''),(36256,1,1,37629,62,872317501,'2016-02-18 17:07:47',''),(36257,1,1,37630,1,1369184683,'2016-02-18 17:45:48','https://www.google.co.uk/'),(36258,1,1,37631,6,1053973110,'2016-02-18 17:51:45',''),(36259,1,1,37632,18,1053973110,'2016-02-18 17:51:47',''),(36260,1,1,37633,42,1053973110,'2016-02-18 17:51:50',''),(36261,1,1,37634,38,1053973110,'2016-02-18 17:51:52',''),(36262,1,1,37635,6,2538613875,'2016-02-18 17:53:58',''),(36263,1,1,37636,55,2538613875,'2016-02-18 17:54:01',''),(36264,1,1,37637,62,2538613875,'2016-02-18 17:54:05',''),(36265,1,1,37638,63,2538613875,'2016-02-18 17:54:09',''),(36266,1,1,37639,64,2538613875,'2016-02-18 17:54:12',''),(36267,1,1,37640,1,874693932,'2016-02-18 18:38:16',''),(36268,1,1,37641,18,874693932,'2016-02-18 18:38:22',''),(36269,1,1,37642,1,874693932,'2016-02-18 18:38:24',''),(36270,1,1,37643,1,874693932,'2016-02-18 18:38:25',''),(36271,1,1,37644,1,772383919,'2016-02-18 20:34:43',''),(36272,1,1,37645,1,772383919,'2016-02-18 20:34:46',''),(36273,1,1,37646,1,772383919,'2016-02-18 20:34:48',''),(36274,1,1,37647,9,772383919,'2016-02-18 20:34:50',''),(36275,1,1,37648,26,1159649130,'2016-02-18 21:23:41',''),(36276,1,1,37649,26,1159649130,'2016-02-18 21:23:44',''),(36277,1,1,37650,26,1159649130,'2016-02-18 21:23:48',''),(36278,1,1,37651,55,2745961847,'2016-02-18 23:05:20',''),(36279,1,1,37652,62,2745961847,'2016-02-18 23:05:23',''),(36280,1,1,37653,63,2745961847,'2016-02-18 23:05:26',''),(36281,1,1,37654,64,2745961847,'2016-02-18 23:05:29',''),(36282,1,1,37655,26,1152705578,'2016-02-18 23:26:39',''),(36283,1,1,37656,1,3702877300,'2016-02-19 01:57:46',''),(36284,1,1,37657,54,1123631273,'2016-02-19 02:23:12',''),(36285,1,1,37658,1,1542483269,'2016-02-19 03:37:46',''),(36286,1,1,37659,1,84504390,'2016-02-19 04:55:23',''),(36287,1,1,37660,1,84504390,'2016-02-19 04:55:25',''),(36288,1,1,37661,1,84504390,'2016-02-19 04:55:28',''),(36289,1,1,37662,1,84504390,'2016-02-19 04:55:30',''),(36290,1,1,37663,1,84504390,'2016-02-19 04:55:32',''),(36291,1,1,37664,1,84504390,'2016-02-19 04:55:35',''),(36292,1,1,37665,1,84504390,'2016-02-19 04:55:37',''),(36293,1,1,37666,1,84504390,'2016-02-19 04:55:40',''),(36294,1,1,37667,1,84504390,'2016-02-19 04:55:42',''),(36295,1,1,37668,1,84504390,'2016-02-19 04:55:45',''),(36296,1,1,37669,59,84504390,'2016-02-19 04:55:47',''),(36297,1,1,37670,68,84504390,'2016-02-19 04:55:50',''),(36298,1,1,37671,75,84504390,'2016-02-19 04:55:52',''),(36299,1,1,37672,1,1596849787,'2016-02-19 05:33:45',''),(36300,1,1,37673,1,1159644858,'2016-02-19 06:12:02',''),(36301,1,1,37674,1,1159644858,'2016-02-19 06:12:32',''),(36302,1,1,37675,1,1159644858,'2016-02-19 06:12:41',''),(36303,1,1,37676,1,1159644858,'2016-02-19 06:12:46',''),(36304,1,1,37677,1,1159644858,'2016-02-19 06:12:50',''),(36305,1,1,37678,1,1159644858,'2016-02-19 06:13:00',''),(36306,1,1,37679,1,1159644858,'2016-02-19 06:13:12',''),(36307,1,1,37680,1,1159644858,'2016-02-19 06:13:19',''),(36308,1,1,37681,1,1159644858,'2016-02-19 06:13:28',''),(36309,1,1,37682,1,1159644858,'2016-02-19 06:13:36',''),(36310,1,1,37683,1,1159644858,'2016-02-19 06:13:43',''),(36311,1,1,37684,1,2071807860,'2016-02-19 06:14:53',''),(36312,1,1,37685,1,3702877272,'2016-02-19 06:17:37',''),(36313,1,1,37686,68,1094179382,'2016-02-19 06:57:33',''),(36314,1,1,37687,1,2953413445,'2016-02-19 09:09:53',''),(36315,1,1,37688,6,3024883617,'2016-02-19 09:18:05',''),(36316,1,1,37689,1,1489375385,'2016-02-19 09:36:12',''),(36317,1,1,37690,1,1489375385,'2016-02-19 09:36:15',''),(36318,1,1,37691,1,1489375385,'2016-02-19 09:36:18',''),(36319,1,1,37692,63,772043973,'2016-02-19 10:03:39',''),(36320,1,1,37693,43,872366397,'2016-02-19 10:07:15',''),(36321,1,1,37694,6,2990476559,'2016-02-19 10:31:48',''),(36322,1,1,37695,1,3702877302,'2016-02-19 10:55:50',''),(36323,1,1,37696,3,2637637602,'2016-02-19 11:30:54',''),(36324,1,1,37697,6,2637637506,'2016-02-19 11:30:58',''),(36325,1,1,37698,15,2637637506,'2016-02-19 11:31:00',''),(36326,1,1,37699,1,2637637506,'2016-02-19 11:31:02',''),(36327,1,1,37700,56,2637637626,'2016-02-19 11:31:28',''),(36328,1,1,37701,9,2637637626,'2016-02-19 11:31:30',''),(36329,1,1,37702,43,2637637440,'2016-02-19 11:31:49',''),(36330,1,1,37703,18,2637637440,'2016-02-19 11:31:51',''),(36331,1,1,37704,29,2637637440,'2016-02-19 11:31:53',''),(36332,1,1,37705,43,2637637440,'2016-02-19 11:31:54',''),(36333,1,1,37706,26,2420907426,'2016-02-19 11:53:56',''),(36334,1,1,37707,26,2420907426,'2016-02-19 11:53:58',''),(36335,1,1,37708,26,2420907426,'2016-02-19 11:54:01',''),(36336,1,1,37709,26,2420907426,'2016-02-19 11:54:04',''),(36337,1,1,37710,27,1152705578,'2016-02-19 12:54:50',''),(36338,1,1,37712,1,1053976948,'2016-02-19 13:27:19','http://hundejo.com/'),(36339,1,1,37713,1,3024883601,'2016-02-19 15:13:30',''),(36340,1,1,37714,1,2516511436,'2016-02-19 15:43:01','https://www.google.co.uk/'),(36341,1,1,37715,1,3110360511,'2016-02-19 15:48:39','http://burger-imperia.com/'),(36342,1,1,37716,54,2297665554,'2016-02-19 16:07:14',''),(36343,1,1,37717,66,2297665554,'2016-02-19 16:07:18',''),(36344,1,1,37718,1,3243904090,'2016-02-19 16:22:02','http://burger-imperia.com/'),(36345,1,1,37719,65,2637637602,'2016-02-19 17:04:13',''),(36346,1,1,37720,48,2637637602,'2016-02-19 17:04:15',''),(36347,1,1,37721,69,2637637602,'2016-02-19 17:04:16',''),(36348,1,1,37722,3,2637637602,'2016-02-19 17:04:18',''),(36349,1,1,37723,63,2637637602,'2016-02-19 17:04:20',''),(36350,1,1,37724,10,3475901761,'2016-02-19 17:04:20',''),(36351,1,1,37725,58,2637637602,'2016-02-19 17:04:22',''),(36352,1,1,37726,70,3475901761,'2016-02-19 17:04:22',''),(36353,1,1,37727,27,2637637602,'2016-02-19 17:04:24',''),(36354,1,1,37728,71,3475901761,'2016-02-19 17:04:24',''),(36355,1,1,37729,68,2637637602,'2016-02-19 17:04:26',''),(36356,1,1,37730,49,3475901761,'2016-02-19 17:04:26',''),(36357,1,1,37731,26,3475901761,'2016-02-19 17:04:28',''),(36358,1,1,37732,16,3475901761,'2016-02-19 17:04:29',''),(36359,1,1,37733,26,3475901761,'2016-02-19 17:04:31',''),(36360,1,1,37734,26,3475901761,'2016-02-19 17:04:32',''),(36361,1,1,37735,73,3475901761,'2016-02-19 17:04:33',''),(36362,1,1,37736,43,3475901761,'2016-02-19 17:04:34',''),(36363,1,1,37737,55,3475901761,'2016-02-19 17:04:36',''),(36364,1,1,37738,41,3475901761,'2016-02-19 17:04:36',''),(36365,1,1,37739,16,3475901761,'2016-02-19 17:04:37',''),(36366,1,1,37740,28,2637637440,'2016-02-19 17:05:01',''),(36367,1,1,37741,38,2637637440,'2016-02-19 17:05:03',''),(36368,1,1,37742,75,2637637440,'2016-02-19 17:05:04',''),(36369,1,1,37743,67,2637637440,'2016-02-19 17:05:06',''),(36370,1,1,37744,16,2637637440,'2016-02-19 17:05:08',''),(36371,1,1,37745,62,2637637440,'2016-02-19 17:05:10',''),(36372,1,1,37746,59,2637637440,'2016-02-19 17:05:12',''),(36373,1,1,37747,64,2637637440,'2016-02-19 17:05:14',''),(36374,1,1,37748,74,3475901744,'2016-02-19 17:07:10',''),(36375,1,1,37749,44,3475901744,'2016-02-19 17:07:12',''),(36376,1,1,37750,72,3475901744,'2016-02-19 17:07:14',''),(36377,1,1,37751,51,3475901744,'2016-02-19 17:07:16',''),(36378,1,1,37752,50,3475901744,'2016-02-19 17:07:18',''),(36379,1,1,37753,52,3475901744,'2016-02-19 17:07:20',''),(36380,1,1,37754,53,3475901744,'2016-02-19 17:07:21',''),(36381,1,1,37755,47,2071807813,'2016-02-19 19:42:07',''),(36382,1,1,37756,6,3024883463,'2016-02-19 23:50:18',''),(36383,1,1,37757,63,1152705578,'2016-02-20 01:51:01',''),(36384,1,1,37758,1,676177685,'2016-02-20 01:52:35',''),(36385,1,1,37759,1,1159654074,'2016-02-20 03:48:03',''),(36386,1,1,37760,1,1053974832,'2016-02-20 04:49:48',''),(36387,1,1,37761,66,1152705578,'2016-02-20 04:58:40',''),(36388,1,1,37765,41,2990476559,'2016-02-20 05:09:16',''),(36389,1,1,37766,43,2990476559,'2016-02-20 05:09:32',''),(36390,1,1,37767,45,2990476559,'2016-02-20 05:09:47',''),(36391,1,1,37768,53,2990476559,'2016-02-20 05:09:57',''),(36392,1,1,37769,1,1542483272,'2016-02-20 05:13:31',''),(36393,1,1,37770,26,2987946484,'2016-02-20 05:54:58',''),(36394,1,1,37771,26,2987946484,'2016-02-20 05:55:02',''),(36395,1,1,37772,26,2987946484,'2016-02-20 05:55:06',''),(36396,1,1,37773,26,2987946484,'2016-02-20 05:55:14',''),(36397,1,1,37774,47,1123631273,'2016-02-20 05:56:26',''),(36398,1,1,37775,6,2297653156,'2016-02-20 05:57:23',''),(36399,1,1,37776,1,2513068705,'2016-02-20 06:16:42','http://burger-imperia.com/'),(36400,1,1,37777,26,1152705578,'2016-02-20 06:27:39',''),(36401,1,1,37778,1,3024883489,'2016-02-20 06:28:30',''),(36402,1,1,37779,43,772043973,'2016-02-20 07:39:02',''),(36403,1,1,37780,27,772043973,'2016-02-20 07:39:05',''),(36404,1,1,37781,58,772043973,'2016-02-20 07:39:08',''),(36405,1,1,37782,1,2297627991,'2016-02-20 07:50:12',''),(36406,1,1,37783,27,2990476559,'2016-02-20 07:51:00',''),(36407,1,1,37784,44,2990476559,'2016-02-20 07:51:13',''),(36408,1,1,37785,49,2990476559,'2016-02-20 07:51:24',''),(36409,1,1,37786,16,1159648814,'2016-02-20 07:58:33',''),(36410,1,1,37787,26,1053973110,'2016-02-20 08:01:34',''),(36411,1,1,37788,59,1053973110,'2016-02-20 08:01:36',''),(36412,1,1,37789,68,1053973110,'2016-02-20 08:01:39',''),(36413,1,1,37790,75,1053973110,'2016-02-20 08:01:42',''),(36414,1,1,37791,1,2953382627,'2016-02-20 08:12:10',''),(36415,1,1,37792,1,2953382627,'2016-02-20 08:12:13',''),(36416,1,1,37793,1,2953382627,'2016-02-20 08:12:16',''),(36417,1,1,37794,9,2953382627,'2016-02-20 08:12:20',''),(36418,1,1,37795,46,1123631276,'2016-02-20 08:39:58',''),(36419,1,1,37796,56,88480289,'2016-02-20 08:53:34','https://www.google.co.uk/'),(36420,1,1,37797,1,623923301,'2016-02-20 10:54:44','http://burger-imperia.com/'),(36421,1,1,37798,1,2297653156,'2016-02-20 12:03:35',''),(36422,1,1,37799,1,2297653156,'2016-02-20 12:03:39',''),(36423,1,1,37800,1,2297653156,'2016-02-20 12:03:42',''),(36424,1,1,37801,1,2297653156,'2016-02-20 12:03:48',''),(36425,1,1,37802,1,2297653156,'2016-02-20 12:03:56',''),(36426,1,1,37803,1,2297653156,'2016-02-20 12:04:01',''),(36427,1,1,37804,1,2297653156,'2016-02-20 12:04:08',''),(36428,1,1,37805,16,1152705578,'2016-02-20 12:52:45',''),(36429,1,1,37806,3,872366371,'2016-02-20 14:03:14',''),(36430,1,1,37807,65,872366366,'2016-02-20 16:30:31',''),(36431,1,1,37808,1,3024883602,'2016-02-20 17:00:03',''),(36432,1,1,37809,43,3475901721,'2016-02-20 19:20:36',''),(36433,1,1,37810,31,1123631729,'2016-02-20 20:16:48',''),(36434,1,1,37811,67,1152705578,'2016-02-20 20:35:33',''),(36435,1,1,37812,1,1381937297,'2016-02-20 23:30:21','http://www.1businessenterprise.co.uk/our-clients.php'),(36436,1,1,37813,26,1381937297,'2016-02-20 23:33:17',''),(36437,1,1,37814,55,1381937297,'2016-02-20 23:34:34',''),(36438,1,1,37815,43,1381937297,'2016-02-20 23:35:49',''),(36439,1,1,37816,26,1381937297,'2016-02-20 23:37:06',''),(36440,1,1,37817,63,1381937297,'2016-02-20 23:38:23',''),(36441,1,1,37818,69,1381937297,'2016-02-20 23:39:41',''),(36442,1,1,37819,52,1381937297,'2016-02-20 23:41:00',''),(36443,1,1,37820,1,2513057314,'2016-02-20 23:41:10',''),(36444,1,1,37821,1,2513057314,'2016-02-20 23:41:12',''),(36445,1,1,37822,1,2513057314,'2016-02-20 23:41:14',''),(36446,1,1,37823,1,2513057314,'2016-02-20 23:41:17',''),(36447,1,1,37824,1,2513057314,'2016-02-20 23:41:19',''),(36448,1,1,37825,1,2513057314,'2016-02-20 23:41:21',''),(36449,1,1,37826,1,2513057314,'2016-02-20 23:41:24',''),(36450,1,1,37827,1,2513057314,'2016-02-20 23:41:26',''),(36451,1,1,37828,1,2513057314,'2016-02-20 23:41:29',''),(36452,1,1,37829,1,2513057314,'2016-02-20 23:41:31',''),(36453,1,1,37830,10,1381937297,'2016-02-20 23:42:19',''),(36454,1,1,37831,3,1381937297,'2016-02-20 23:43:36',''),(36455,1,1,37832,59,1381937297,'2016-02-20 23:44:53',''),(36456,1,1,37833,72,1381937297,'2016-02-20 23:46:11',''),(36457,1,1,37834,16,1381937297,'2016-02-20 23:47:31',''),(36458,1,1,37835,45,1381937297,'2016-02-20 23:48:50',''),(36459,1,1,37836,50,1381937297,'2016-02-20 23:50:09',''),(36460,1,1,37837,18,1381937297,'2016-02-20 23:51:30',''),(36461,1,1,37838,54,1381937297,'2016-02-20 23:52:50',''),(36462,1,1,37839,42,1381937297,'2016-02-20 23:54:09',''),(36463,1,1,37840,71,1381937297,'2016-02-20 23:55:29',''),(36464,1,1,37841,67,1381937297,'2016-02-20 23:56:48',''),(36465,1,1,37842,66,1381937297,'2016-02-20 23:58:07',''),(36466,1,1,37843,53,1381937297,'2016-02-20 23:59:29',''),(36467,1,1,37844,73,1381937297,'2016-02-21 00:00:48',''),(36468,1,1,37845,75,1381937297,'2016-02-21 00:02:08',''),(36469,1,1,37846,27,1381937297,'2016-02-21 00:03:30',''),(36470,1,1,37847,57,1381937297,'2016-02-21 00:04:53',''),(36471,1,1,37848,58,1381937297,'2016-02-21 00:06:12',''),(36472,1,1,37849,74,1381937297,'2016-02-21 00:07:36',''),(36473,1,1,37850,47,1381937297,'2016-02-21 00:08:57',''),(36474,1,1,37851,31,1381937297,'2016-02-21 00:10:15',''),(36475,1,1,37852,38,1381937297,'2016-02-21 00:11:37',''),(36476,1,1,37853,26,1381937297,'2016-02-21 00:12:59',''),(36477,1,1,37854,51,1381937297,'2016-02-21 00:14:20',''),(36478,1,1,37855,44,1381937297,'2016-02-21 00:15:44',''),(36479,1,1,37856,26,1381937297,'2016-02-21 00:17:02',''),(36480,1,1,37857,9,1381937297,'2016-02-21 00:18:25',''),(36481,1,1,37858,68,1381937297,'2016-02-21 00:19:45',''),(36482,1,1,37859,26,1381937297,'2016-02-21 00:21:04',''),(36483,1,1,37860,62,1381937297,'2016-02-21 00:22:26',''),(36484,1,1,37861,16,1381937297,'2016-02-21 00:23:45',''),(36485,1,1,37862,49,1381937297,'2016-02-21 00:25:05',''),(36486,1,1,37863,16,1381937297,'2016-02-21 00:26:24',''),(36487,1,1,37864,28,1381937297,'2016-02-21 00:27:44',''),(36488,1,1,37865,15,1381937297,'2016-02-21 00:29:02',''),(36489,1,1,37866,56,1381937297,'2016-02-21 00:30:20',''),(36490,1,1,37867,43,1381937297,'2016-02-21 00:31:38',''),(36491,1,1,37868,64,1381937297,'2016-02-21 00:32:58',''),(36492,1,1,37869,41,1381937297,'2016-02-21 00:34:17',''),(36493,1,1,37870,65,1381937297,'2016-02-21 00:35:35',''),(36494,1,1,37871,48,1381937297,'2016-02-21 00:36:55',''),(36495,1,1,37872,43,1381937297,'2016-02-21 00:38:18',''),(36496,1,1,37873,6,1381937297,'2016-02-21 00:39:36',''),(36497,1,1,37874,1,2071807778,'2016-02-21 01:14:31',''),(36498,1,1,37875,1,3702877262,'2016-02-21 01:18:44',''),(36499,1,1,37876,1,3702877268,'2016-02-21 02:40:28',''),(36500,1,1,37877,1,3024883600,'2016-02-21 02:59:17',''),(36501,1,1,37878,1,1443448067,'2016-02-21 05:58:59','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&ved=0ahUKEwjbzKSzlojLAhXLshQKHfXjAZMQFghGMAg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(36502,1,1,37879,1,1542483298,'2016-02-21 06:32:36',''),(36503,1,1,37880,6,3024883485,'2016-02-21 07:11:28',''),(36504,1,1,37881,1,1089905970,'2016-02-21 09:32:53','http://whois.domaintools.com/mstyresblackburn.co.uk'),(36505,1,1,37882,56,3475901761,'2016-02-21 10:01:52',''),(36506,1,1,37883,6,1123631727,'2016-02-21 11:14:58',''),(36507,1,1,37884,68,872366376,'2016-02-21 12:06:30',''),(36508,1,1,37885,16,3024883613,'2016-02-21 12:27:14',''),(36509,1,1,37886,26,2953413445,'2016-02-21 12:48:34',''),(36510,1,1,37887,26,2953413445,'2016-02-21 12:48:36',''),(36511,1,1,37888,26,2953413445,'2016-02-21 12:48:39',''),(36512,1,1,37889,6,772044803,'2016-02-21 12:51:59',''),(36513,1,1,37890,55,772044803,'2016-02-21 12:52:02',''),(36514,1,1,37891,62,772044803,'2016-02-21 12:52:06',''),(36515,1,1,37892,63,772044803,'2016-02-21 12:52:08',''),(36516,1,1,37893,64,772044803,'2016-02-21 12:52:13',''),(36517,1,1,37894,26,3590043686,'2016-02-21 13:36:54',''),(36518,1,1,37895,26,3590043686,'2016-02-21 13:36:56',''),(36519,1,1,37896,26,3590043686,'2016-02-21 13:36:59',''),(36520,1,1,37897,62,3590043686,'2016-02-21 13:37:01',''),(36521,1,1,37898,6,1159648810,'2016-02-21 15:25:27',''),(36522,1,1,37899,42,1159648810,'2016-02-21 15:25:30',''),(36523,1,1,37900,38,1159648810,'2016-02-21 15:25:32',''),(36524,1,1,37901,43,1159648810,'2016-02-21 15:25:35',''),(36525,1,1,37902,63,3024883471,'2016-02-21 16:25:27',''),(36526,1,1,37903,3,2637637602,'2016-02-21 17:10:08',''),(36527,1,1,37904,26,2071807777,'2016-02-21 17:52:06',''),(36528,1,1,37905,55,772043973,'2016-02-21 18:00:21',''),(36529,1,1,37906,62,772043973,'2016-02-21 18:00:24',''),(36530,1,1,37907,63,772043973,'2016-02-21 18:00:28',''),(36531,1,1,37908,64,772043973,'2016-02-21 18:00:32',''),(36532,1,1,37909,1,2297627991,'2016-02-21 21:21:14',''),(36533,1,1,37910,29,2297627991,'2016-02-21 21:21:16',''),(36534,1,1,37911,1,872315323,'2016-02-21 21:39:18',''),(36535,1,1,37912,6,2297628119,'2016-02-21 22:48:32',''),(36536,1,1,37913,63,3281697651,'2016-02-21 23:33:29',''),(36537,1,1,37914,48,872366385,'2016-02-21 23:42:13',''),(36538,1,1,37915,65,1152705578,'2016-02-21 23:50:55',''),(36539,1,1,37916,1,1159654074,'2016-02-21 23:55:46',''),(36540,1,1,37917,1,1159654074,'2016-02-21 23:55:52',''),(36541,1,1,37918,1,1159654074,'2016-02-21 23:56:00',''),(36542,1,1,37919,1,1159654074,'2016-02-21 23:56:06',''),(36543,1,1,37920,54,2297653157,'2016-02-22 00:55:55',''),(36544,1,1,37921,66,2297653157,'2016-02-22 00:55:59',''),(36545,1,1,37922,1,2637637537,'2016-02-22 01:46:17',''),(36546,1,1,37923,18,3475901797,'2016-02-22 03:36:08',''),(36547,1,1,37924,26,3475901797,'2016-02-22 03:36:08',''),(36548,1,1,37925,29,3475901797,'2016-02-22 03:36:09',''),(36549,1,1,37926,43,3475901797,'2016-02-22 03:36:10',''),(36550,1,1,37927,26,3475901797,'2016-02-22 03:36:11',''),(36551,1,1,37928,47,3475901797,'2016-02-22 03:36:12',''),(36552,1,1,37929,43,3475901797,'2016-02-22 03:36:12',''),(36553,1,1,37930,31,2637637602,'2016-02-22 03:36:13',''),(36554,1,1,37931,26,3475901797,'2016-02-22 03:36:14',''),(36555,1,1,37932,26,2637637602,'2016-02-22 03:36:15',''),(36556,1,1,37933,3,2637637602,'2016-02-22 03:36:16',''),(36557,1,1,37934,57,2637637602,'2016-02-22 03:36:18',''),(36558,1,1,37935,26,2637637602,'2016-02-22 03:36:20',''),(36559,1,1,37936,26,3475901761,'2016-02-22 03:36:21',''),(36560,1,1,37937,56,3475901761,'2016-02-22 03:36:23',''),(36561,1,1,37938,45,3475901761,'2016-02-22 03:36:25',''),(36562,1,1,37939,26,3475901761,'2016-02-22 03:36:26',''),(36563,1,1,37940,9,3475901761,'2016-02-22 03:36:27',''),(36564,1,1,37941,26,2637637537,'2016-02-22 03:37:12',''),(36565,1,1,37942,26,2637637537,'2016-02-22 03:37:14',''),(36566,1,1,37943,26,2637637537,'2016-02-22 03:37:15',''),(36567,1,1,37944,26,2637637537,'2016-02-22 03:37:16',''),(36568,1,1,37945,15,2637637537,'2016-02-22 03:37:17',''),(36569,1,1,37946,1,2637637537,'2016-02-22 03:37:19',''),(36570,1,1,37947,6,2637637537,'2016-02-22 03:37:21',''),(36571,1,1,37948,38,872366411,'2016-02-22 03:39:58',''),(36572,1,1,37949,6,1123631729,'2016-02-22 04:39:04',''),(36573,1,1,37952,21,1123631731,'2016-02-22 04:45:00',''),(36574,1,1,37954,26,1489430095,'2016-02-22 04:56:16',''),(36575,1,1,37955,26,1489430095,'2016-02-22 04:56:19',''),(36576,1,1,37956,26,1489430095,'2016-02-22 04:56:21',''),(36577,1,1,37957,26,1489430095,'2016-02-22 04:56:23',''),(36578,1,1,37958,6,1123631729,'2016-02-22 06:14:15',''),(36579,1,1,37960,64,3475901797,'2016-02-22 07:12:46',''),(36580,1,1,37961,1,1542483280,'2016-02-22 07:55:40',''),(36581,1,1,37962,52,1123631727,'2016-02-22 09:18:49',''),(36582,1,1,37963,63,1123631729,'2016-02-22 09:19:48',''),(36583,1,1,37964,1,3702877363,'2016-02-22 09:42:25',''),(36584,1,1,37965,55,1152705578,'2016-02-22 10:00:10',''),(36585,1,1,37966,43,1443294488,'2016-02-22 10:32:28',''),(36586,1,1,37967,1,1123631729,'2016-02-22 11:19:29',''),(36587,1,1,37968,1,1123631727,'2016-02-22 11:22:29',''),(36588,1,1,37969,65,1123631731,'2016-02-22 11:24:28',''),(36589,1,1,37971,1,1453001498,'2016-02-22 13:27:54','https://www.google.co.uk/'),(36590,1,1,37972,1,84498287,'2016-02-22 15:57:03',''),(36591,1,1,37973,1,84498287,'2016-02-22 15:57:06',''),(36592,1,1,37974,1,84498287,'2016-02-22 15:57:08',''),(36593,1,1,37975,1,84498287,'2016-02-22 15:57:11',''),(36594,1,1,37976,1,84498287,'2016-02-22 15:57:13',''),(36595,1,1,37977,1,84498287,'2016-02-22 15:57:16',''),(36596,1,1,37978,1,84498287,'2016-02-22 15:57:18',''),(36597,1,1,37979,1,84498287,'2016-02-22 15:57:21',''),(36598,1,1,37980,1,84498287,'2016-02-22 15:57:23',''),(36599,1,1,37981,1,84498287,'2016-02-22 15:57:26',''),(36600,1,1,37982,74,84498287,'2016-02-22 15:57:29',''),(36601,1,1,37983,1,1369184683,'2016-02-22 16:10:14','https://www.google.co.uk/'),(36602,1,1,37984,1,1369184683,'2016-02-22 16:10:15','https://www.google.co.uk/'),(36603,1,1,37985,1,1567842249,'2016-02-22 16:24:16','http://burger-imperia.com/'),(36604,1,1,37986,27,3024883467,'2016-02-22 16:47:35',''),(36605,1,1,37987,1,1489375385,'2016-02-22 17:21:53',''),(36606,1,1,37988,1,87626881,'2016-02-22 17:34:11','https://www.google.co.uk/'),(36607,1,1,37989,41,772044803,'2016-02-22 17:44:37',''),(36608,1,1,37990,43,772044803,'2016-02-22 17:44:46',''),(36609,1,1,37991,45,772044803,'2016-02-22 17:44:49',''),(36610,1,1,37992,53,772044803,'2016-02-22 17:44:52',''),(36611,1,1,37993,20,1123631731,'2016-02-22 17:48:24',''),(36612,1,1,37994,1,1384440453,'2016-02-22 18:05:55','https://www.google.co.uk/'),(36613,1,1,37995,1,772036457,'2016-02-22 18:42:27',''),(36614,1,1,37996,1,772044803,'2016-02-22 19:46:05',''),(36615,1,1,37997,6,2297653148,'2016-02-22 19:52:31',''),(36616,1,1,37998,26,2297628119,'2016-02-22 20:32:06',''),(36617,1,1,37999,26,2297628119,'2016-02-22 20:32:09',''),(36618,1,1,38000,26,2297628119,'2016-02-22 20:32:11',''),(36619,1,1,38001,43,2297628119,'2016-02-22 20:32:16',''),(36620,1,1,38002,41,1170583858,'2016-02-22 21:07:59',''),(36621,1,1,38003,16,1170583858,'2016-02-22 21:08:03',''),(36622,1,1,38004,15,1123631727,'2016-02-22 22:08:52',''),(36623,1,1,38005,27,1066263218,'2016-02-22 22:10:46',''),(36624,1,1,38006,44,1066263218,'2016-02-22 22:10:59',''),(36625,1,1,38007,49,1066263218,'2016-02-22 22:11:03',''),(36626,1,1,38008,28,3702877345,'2016-02-22 22:17:01',''),(36627,1,1,38009,43,1159648810,'2016-02-22 22:23:57',''),(36628,1,1,38010,27,1159648810,'2016-02-22 22:24:01',''),(36629,1,1,38011,58,1159648810,'2016-02-22 22:24:05',''),(36630,1,1,38012,26,2953382627,'2016-02-22 22:40:31',''),(36631,1,1,38013,26,2953382627,'2016-02-22 22:40:33',''),(36632,1,1,38014,57,2953382627,'2016-02-22 22:40:36',''),(36633,1,1,38015,47,2953382627,'2016-02-22 22:40:38',''),(36634,1,1,38016,1,635215324,'2016-02-22 23:05:09',''),(36635,1,1,38017,26,1489430095,'2016-02-22 23:30:02',''),(36636,1,1,38018,26,1489430095,'2016-02-22 23:30:04',''),(36637,1,1,38019,26,1489430095,'2016-02-22 23:30:06',''),(36638,1,1,38020,26,1489430095,'2016-02-22 23:30:08',''),(36639,1,1,38021,16,1489430095,'2016-02-22 23:30:11',''),(36640,1,1,38022,6,872366378,'2016-02-22 23:53:55',''),(36641,1,1,38023,1,2297665554,'2016-02-23 00:15:13',''),(36642,1,1,38024,1,2297665554,'2016-02-23 00:15:16',''),(36643,1,1,38025,1,2297665554,'2016-02-23 00:15:18',''),(36644,1,1,38026,9,2297665554,'2016-02-23 00:15:21',''),(36645,1,1,38027,1,3495654154,'2016-02-23 00:50:58',''),(36646,1,1,38028,1,2420902020,'2016-02-23 01:06:32',''),(36647,1,1,38029,1,2420902020,'2016-02-23 01:06:34',''),(36648,1,1,38030,1,2420902020,'2016-02-23 01:06:36',''),(36649,1,1,38031,1,2420902020,'2016-02-23 01:06:39',''),(36650,1,1,38032,1,2420902020,'2016-02-23 01:06:41',''),(36651,1,1,38033,1,2420902020,'2016-02-23 01:06:44',''),(36652,1,1,38034,1,2420902020,'2016-02-23 01:06:46',''),(36653,1,1,38035,1,2420902020,'2016-02-23 01:06:48',''),(36654,1,1,38036,1,2420902020,'2016-02-23 01:06:51',''),(36655,1,1,38037,1,2420902020,'2016-02-23 01:06:53',''),(36656,1,1,38038,64,1123631729,'2016-02-23 01:07:12',''),(36657,1,1,38039,1,3495654154,'2016-02-23 02:22:43',''),(36658,1,1,38040,48,1123631727,'2016-02-23 02:37:12',''),(36659,1,1,38041,69,872366339,'2016-02-23 04:18:35',''),(36660,1,1,38042,26,1152705578,'2016-02-23 05:11:09',''),(36661,1,1,38043,1,2071807852,'2016-02-23 06:07:02',''),(36662,1,1,38044,1,1968049426,'2016-02-23 07:31:10',''),(36663,1,1,38045,65,1123631731,'2016-02-23 08:07:45',''),(36664,1,1,38046,52,1123631727,'2016-02-23 08:09:23',''),(36665,1,1,38049,1,1542483291,'2016-02-23 09:18:07',''),(36666,1,1,38050,69,1123631729,'2016-02-23 10:08:51',''),(36667,1,1,38051,68,1123631727,'2016-02-23 10:17:02',''),(36668,1,1,38052,1,1152705578,'2016-02-23 10:20:07',''),(36669,1,1,38054,53,1123631729,'2016-02-23 10:41:34',''),(36670,1,1,38055,63,2637637400,'2016-02-23 10:47:56',''),(36671,1,1,36374,1,1369184683,'2016-02-23 10:54:13','https://www.google.co.uk/'),(36672,1,1,38056,50,872366407,'2016-02-23 14:04:22',''),(36673,1,1,38057,1,1123631727,'2016-02-23 14:11:38',''),(36674,1,1,38058,1,1596849154,'2016-02-23 14:14:43',''),(36675,1,1,38059,1,1596849154,'2016-02-23 14:15:03',''),(36676,1,1,38060,1,1596849154,'2016-02-23 14:15:14',''),(36677,1,1,38061,1,1596849154,'2016-02-23 14:15:26',''),(36678,1,1,38062,1,1596849154,'2016-02-23 14:15:34',''),(36679,1,1,38063,1,1596849154,'2016-02-23 14:15:54',''),(36680,1,1,38064,50,1152705578,'2016-02-23 14:29:38',''),(36681,1,1,38065,1,1123631731,'2016-02-23 14:57:16',''),(36682,1,1,38067,6,847222857,'2016-02-23 16:06:27',''),(36683,1,1,38068,55,847222857,'2016-02-23 16:06:32',''),(36684,1,1,38069,62,847222857,'2016-02-23 16:06:39',''),(36685,1,1,38070,63,847222857,'2016-02-23 16:06:58',''),(36686,1,1,38071,64,847222857,'2016-02-23 16:07:04',''),(36687,1,1,38072,1,772022347,'2016-02-23 16:09:53',''),(36688,1,1,38073,26,3702877304,'2016-02-23 16:30:37',''),(36689,1,1,38074,26,1503892538,'2016-02-23 16:52:17',''),(36690,1,1,38075,26,1503892538,'2016-02-23 16:52:19',''),(36691,1,1,38076,26,1503892538,'2016-02-23 16:52:21',''),(36692,1,1,38077,63,1503892538,'2016-02-23 16:52:24',''),(36693,1,1,38078,1,1503423639,'2016-02-23 17:21:46',''),(36694,1,1,38079,1,1503423639,'2016-02-23 17:21:49',''),(36695,1,1,38080,1,1503423639,'2016-02-23 17:21:51',''),(36696,1,1,38081,1,1503423639,'2016-02-23 17:21:54',''),(36697,1,1,38082,6,2297653156,'2016-02-23 18:05:57',''),(36698,1,1,38083,1,1123631729,'2016-02-23 18:23:27',''),(36699,1,1,38084,6,2538613161,'2016-02-23 19:13:43',''),(36700,1,1,38085,42,2538613161,'2016-02-23 19:14:34',''),(36701,1,1,38086,63,2637637570,'2016-02-23 19:15:58',''),(36702,1,1,38087,38,2538613161,'2016-02-23 19:16:15',''),(36703,1,1,38088,26,2953382627,'2016-02-23 19:17:27',''),(36704,1,1,38089,26,2953382627,'2016-02-23 19:17:29',''),(36705,1,1,38090,26,2953382627,'2016-02-23 19:17:31',''),(36706,1,1,38091,26,2953382627,'2016-02-23 19:17:33',''),(36707,1,1,38092,54,772044803,'2016-02-23 19:19:10',''),(36708,1,1,38093,66,772044803,'2016-02-23 19:19:13',''),(36709,1,1,38094,43,2538613161,'2016-02-23 19:19:21',''),(36710,1,1,38095,1,3024883601,'2016-02-23 19:47:59',''),(36711,1,1,38096,55,772044803,'2016-02-23 19:51:41',''),(36712,1,1,38097,62,772044803,'2016-02-23 19:51:44',''),(36713,1,1,38098,63,772044803,'2016-02-23 19:51:47',''),(36714,1,1,38099,64,772044803,'2016-02-23 19:51:51',''),(36715,1,1,38100,68,1123631729,'2016-02-23 21:09:05',''),(36716,1,1,38101,1,3024883481,'2016-02-23 21:54:05',''),(36717,1,1,38102,1,1123631727,'2016-02-23 23:00:38',''),(36718,1,1,38103,1,1123631729,'2016-02-23 23:02:20',''),(36719,1,1,38104,69,3024883598,'2016-02-24 00:01:40',''),(36720,1,1,38105,1,1123631727,'2016-02-24 00:06:33',''),(36721,1,1,38106,26,1152705578,'2016-02-24 00:16:26',''),(36722,1,1,38107,1,3475901865,'2016-02-24 03:50:37',''),(36723,1,1,38108,1,1123631727,'2016-02-24 05:10:10',''),(36724,1,1,38110,72,1123631731,'2016-02-24 05:36:18',''),(36725,1,1,38112,1,1596849787,'2016-02-24 05:46:01',''),(36726,1,1,38113,1,2921498610,'2016-02-24 07:19:07',''),(36727,1,1,38114,10,1123631727,'2016-02-24 07:39:23',''),(36728,1,1,38115,21,1123631729,'2016-02-24 09:25:19',''),(36729,1,1,38116,1,3581540258,'2016-02-24 09:26:33','https://www.google.co.uk/'),(36730,1,1,38118,1,1542483282,'2016-02-24 10:33:35',''),(36731,1,1,38119,15,1544715029,'2016-02-24 11:07:55','https://www.google.com/'),(36732,1,1,38120,6,1123631729,'2016-02-24 11:15:15',''),(36733,1,1,38121,1,1123631731,'2016-02-24 12:53:48',''),(36734,1,1,38122,63,1403496970,'2016-02-24 13:34:51','https://www.google.co.uk/'),(36735,1,1,38123,50,1123631727,'2016-02-24 15:14:46',''),(36736,1,1,38124,45,1123631731,'2016-02-24 15:17:51',''),(36737,1,1,38125,1,2071807853,'2016-02-24 15:28:43',''),(36738,1,1,38126,56,1123631727,'2016-02-24 16:20:55',''),(36739,1,1,38127,1,1378207721,'2016-02-24 19:11:16',''),(36740,1,1,38128,1,1378207721,'2016-02-24 19:11:20',''),(36741,1,1,38129,1,1378207721,'2016-02-24 19:11:23',''),(36742,1,1,38130,1,1378207721,'2016-02-24 19:11:26',''),(36743,1,1,38131,1,1378207721,'2016-02-24 19:11:29',''),(36744,1,1,38132,1,1378207721,'2016-02-24 19:11:32',''),(36745,1,1,38133,47,1123634733,'2016-02-24 20:10:09',''),(36746,1,1,38134,1,1454960570,'2016-02-24 21:33:18','https://www.google.co.uk'),(36747,1,1,38135,1,3024883473,'2016-02-24 22:41:59',''),(36748,1,1,38136,70,1587545720,'2016-02-24 23:05:52','https://www.google.it/'),(36749,1,1,38137,43,1123634747,'2016-02-24 23:17:51',''),(36750,1,1,38138,1,3024883471,'2016-02-25 00:39:04',''),(36751,1,1,38139,46,3702877367,'2016-02-25 00:51:55',''),(36752,1,1,38140,75,1676645325,'2016-02-25 01:51:50','https://www.google.ca/'),(36753,1,1,38141,26,1152705578,'2016-02-25 02:22:46',''),(36754,1,1,38142,65,3024883608,'2016-02-25 02:41:09',''),(36755,1,1,38143,1,1152705578,'2016-02-25 03:31:36',''),(36756,1,1,38145,1,3427775541,'2016-02-25 03:52:53',''),(36757,1,1,38146,1,2637637455,'2016-02-25 04:11:07',''),(36758,1,1,38147,3,1123634733,'2016-02-25 04:19:18',''),(36759,1,1,38148,75,1123634747,'2016-02-25 05:16:19',''),(36760,1,1,38150,1,1123634733,'2016-02-25 06:04:01',''),(36761,1,1,38151,1,1123634733,'2016-02-25 08:53:16',''),(36762,1,1,38152,26,3475901870,'2016-02-25 08:54:36',''),(36763,1,1,38153,56,3475901870,'2016-02-25 08:54:37',''),(36764,1,1,38154,45,3475901870,'2016-02-25 08:54:39',''),(36765,1,1,38155,26,3475901870,'2016-02-25 08:54:41',''),(36766,1,1,38156,26,2637637455,'2016-02-25 08:54:41',''),(36767,1,1,38157,9,3475901870,'2016-02-25 08:54:42',''),(36768,1,1,38158,26,2637637455,'2016-02-25 08:54:42',''),(36769,1,1,38159,26,2637637455,'2016-02-25 08:54:43',''),(36770,1,1,38160,26,2637637455,'2016-02-25 08:54:44',''),(36771,1,1,38161,15,2637637455,'2016-02-25 08:54:46',''),(36772,1,1,38162,1,2637637455,'2016-02-25 08:54:48',''),(36773,1,1,38163,6,2637637455,'2016-02-25 08:54:48',''),(36774,1,1,38164,31,3475901883,'2016-02-25 08:55:00',''),(36775,1,1,38165,26,3475901883,'2016-02-25 08:55:02',''),(36776,1,1,38166,3,3475901883,'2016-02-25 08:55:03',''),(36777,1,1,38167,57,3475901883,'2016-02-25 08:55:05',''),(36778,1,1,38168,26,3475901883,'2016-02-25 08:55:06',''),(36779,1,1,38169,18,3475901866,'2016-02-25 08:55:08',''),(36780,1,1,38170,26,3475901866,'2016-02-25 08:55:09',''),(36781,1,1,38171,29,3475901866,'2016-02-25 08:55:10',''),(36782,1,1,38172,43,3475901866,'2016-02-25 08:55:12',''),(36783,1,1,38173,26,3475901866,'2016-02-25 08:55:14',''),(36784,1,1,38174,47,3475901866,'2016-02-25 08:55:15',''),(36785,1,1,38175,43,3475901866,'2016-02-25 08:55:17',''),(36786,1,1,38176,26,3475901866,'2016-02-25 08:55:19',''),(36787,1,1,38177,68,1332905642,'2016-02-25 08:55:25','https://www.google.ro/'),(36788,1,1,38178,74,1152705578,'2016-02-25 08:56:46',''),(36789,1,1,38179,1,3156762438,'2016-02-25 09:10:42',''),(36790,1,1,38180,68,1123634733,'2016-02-25 11:11:44',''),(36791,1,1,38181,1,772044803,'2016-02-25 11:47:11',''),(36792,1,1,38182,1,1542483321,'2016-02-25 12:00:48',''),(36793,1,1,38183,26,1053988087,'2016-02-25 12:02:45',''),(36794,1,1,38184,26,1053988087,'2016-02-25 12:02:48',''),(36795,1,1,38185,1,1796538632,'2016-02-25 12:02:49',''),(36796,1,1,38186,26,1053988087,'2016-02-25 12:02:50',''),(36797,1,1,38187,16,1053988087,'2016-02-25 12:02:52',''),(36798,1,1,38188,46,3702877273,'2016-02-25 12:19:58',''),(36799,1,1,38189,26,772044803,'2016-02-25 12:24:48',''),(36800,1,1,38190,26,772044803,'2016-02-25 12:24:51',''),(36801,1,1,38191,26,772044803,'2016-02-25 12:24:54',''),(36802,1,1,38192,43,772044803,'2016-02-25 12:24:56',''),(36803,1,1,38193,1,3576181673,'2016-02-25 12:40:11','https://www.google.co.uk/'),(36804,1,1,38194,27,3156762438,'2016-02-25 12:54:02',''),(36805,1,1,38195,44,3156762438,'2016-02-25 12:54:05',''),(36806,1,1,38196,49,3156762438,'2016-02-25 12:54:08',''),(36807,1,1,38197,1,2420915477,'2016-02-25 13:25:10',''),(36808,1,1,38198,1,3227756349,'2016-02-25 13:43:27','https://www.google.com/'),(36809,1,1,38199,1,1113983149,'2016-02-25 13:43:34',''),(36810,1,1,38200,1,1113983141,'2016-02-25 13:43:38',''),(36811,1,1,38201,26,1152705578,'2016-02-25 13:46:47',''),(36812,1,1,38202,41,1159654074,'2016-02-25 14:47:49',''),(36813,1,1,38203,43,1159654074,'2016-02-25 14:47:53',''),(36814,1,1,38204,45,1159654074,'2016-02-25 14:47:57',''),(36815,1,1,38205,53,1159654074,'2016-02-25 14:47:59',''),(36816,1,1,38206,1,3702877284,'2016-02-25 14:52:37',''),(36817,1,1,38207,28,2637637389,'2016-02-25 18:58:41',''),(36818,1,1,38208,64,2637637389,'2016-02-25 18:58:43',''),(36819,1,1,38209,67,2637637389,'2016-02-25 18:58:45',''),(36820,1,1,38210,16,2637637389,'2016-02-25 18:58:47',''),(36821,1,1,38211,26,2637637389,'2016-02-25 18:58:49',''),(36822,1,1,38212,75,2637637389,'2016-02-25 18:58:50',''),(36823,1,1,38213,38,2637637389,'2016-02-25 18:58:52',''),(36824,1,1,38214,26,2637637389,'2016-02-25 18:58:53',''),(36825,1,1,38215,59,2637637389,'2016-02-25 18:58:55',''),(36826,1,1,38216,26,2637637389,'2016-02-25 18:58:57',''),(36827,1,1,38217,62,2637637389,'2016-02-25 18:58:58',''),(36828,1,1,38218,71,2637637505,'2016-02-25 18:59:00',''),(36829,1,1,38219,26,2637637505,'2016-02-25 18:59:02',''),(36830,1,1,38220,49,2637637505,'2016-02-25 18:59:03',''),(36831,1,1,38221,55,2637637505,'2016-02-25 18:59:05',''),(36832,1,1,38222,26,2637637505,'2016-02-25 18:59:07',''),(36833,1,1,38223,16,2637637505,'2016-02-25 18:59:09',''),(36834,1,1,38224,26,2637637505,'2016-02-25 18:59:11',''),(36835,1,1,38225,26,2637637505,'2016-02-25 18:59:12',''),(36836,1,1,38226,73,2637637505,'2016-02-25 18:59:13',''),(36837,1,1,38227,41,2637637505,'2016-02-25 18:59:15',''),(36838,1,1,38228,50,2637637390,'2016-02-25 18:59:15',''),(36839,1,1,38229,16,2637637505,'2016-02-25 18:59:16',''),(36840,1,1,38230,51,2637637390,'2016-02-25 18:59:17',''),(36841,1,1,38231,43,2637637505,'2016-02-25 18:59:18',''),(36842,1,1,38232,44,2637637390,'2016-02-25 18:59:19',''),(36843,1,1,38233,14,2637637505,'2016-02-25 18:59:20',''),(36844,1,1,38234,53,2637637390,'2016-02-25 18:59:21',''),(36845,1,1,38235,70,2637637505,'2016-02-25 18:59:22',''),(36846,1,1,38236,74,2637637390,'2016-02-25 18:59:23',''),(36847,1,1,38237,42,2637637505,'2016-02-25 18:59:23',''),(36848,1,1,38238,72,2637637390,'2016-02-25 18:59:25',''),(36849,1,1,38239,26,2637637505,'2016-02-25 18:59:25',''),(36850,1,1,38240,10,2637637505,'2016-02-25 18:59:26',''),(36851,1,1,38241,52,2637637390,'2016-02-25 18:59:27',''),(36852,1,1,38242,66,2637637390,'2016-02-25 18:59:28',''),(36853,1,1,38243,46,2637637390,'2016-02-25 18:59:30',''),(36854,1,1,38244,26,2637637390,'2016-02-25 18:59:31',''),(36855,1,1,38245,26,2637637390,'2016-02-25 18:59:32',''),(36856,1,1,38246,69,2637637388,'2016-02-25 19:03:29',''),(36857,1,1,38247,63,2637637388,'2016-02-25 19:03:31',''),(36858,1,1,38248,27,2637637388,'2016-02-25 19:03:33',''),(36859,1,1,38249,58,2637637388,'2016-02-25 19:03:35',''),(36860,1,1,38250,48,2637637388,'2016-02-25 19:03:37',''),(36861,1,1,38251,65,2637637388,'2016-02-25 19:03:38',''),(36862,1,1,38252,54,2637637388,'2016-02-25 19:03:40',''),(36863,1,1,38253,68,2637637388,'2016-02-25 19:03:42',''),(36864,1,1,38254,1,1523059091,'2016-02-25 19:50:10','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=webhp&cd=6&ved=0ahUKEwjw6-fr1ZPLAhUDXBQKHVjMCDkQgU8IMTAF&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(36865,1,1,38255,64,3024883604,'2016-02-25 20:22:32',''),(36866,1,1,38256,1,2366148121,'2016-02-25 20:24:56',''),(36867,1,1,38257,43,3024883608,'2016-02-25 20:56:01',''),(36868,1,1,38258,6,2953382627,'2016-02-25 21:12:29',''),(36869,1,1,38259,55,2953382627,'2016-02-25 21:12:32',''),(36870,1,1,38260,62,2953382627,'2016-02-25 21:12:34',''),(36871,1,1,38261,63,2953382627,'2016-02-25 21:12:37',''),(36872,1,1,38262,64,2953382627,'2016-02-25 21:12:40',''),(36873,1,1,38263,54,1159648810,'2016-02-25 23:49:36',''),(36874,1,1,38264,66,1159648810,'2016-02-25 23:49:39',''),(36875,1,1,38265,1,772044803,'2016-02-26 00:55:53',''),(36876,1,1,38266,1,772044803,'2016-02-26 00:55:55',''),(36877,1,1,38267,1,772044803,'2016-02-26 00:55:57',''),(36878,1,1,38268,1,772044803,'2016-02-26 00:56:00',''),(36879,1,1,38269,6,522144093,'2016-02-26 01:14:47',''),(36880,1,1,38270,1,1523349687,'2016-02-26 02:33:01','https://www.google.co.uk/'),(36881,1,1,38271,6,2297653149,'2016-02-26 03:34:55',''),(36882,1,1,38272,42,2297653149,'2016-02-26 03:35:02',''),(36883,1,1,38273,38,2297653149,'2016-02-26 03:35:05',''),(36884,1,1,38274,43,2297653149,'2016-02-26 03:35:08',''),(36885,1,1,38275,1,2297627991,'2016-02-26 05:47:09',''),(36886,1,1,38276,55,2953382627,'2016-02-26 05:53:30',''),(36887,1,1,38277,62,2953382627,'2016-02-26 05:53:33',''),(36888,1,1,38278,63,2953382627,'2016-02-26 05:53:36',''),(36889,1,1,38279,64,2953382627,'2016-02-26 05:53:40',''),(36890,1,1,38280,26,631095636,'2016-02-26 06:06:37',''),(36891,1,1,38281,26,631095636,'2016-02-26 06:06:40',''),(36892,1,1,38282,26,631095636,'2016-02-26 06:06:44',''),(36893,1,1,38283,26,631095636,'2016-02-26 06:06:47',''),(36894,1,1,38284,43,84498287,'2016-02-26 06:13:53',''),(36895,1,1,38285,27,84498287,'2016-02-26 06:13:56',''),(36896,1,1,38286,58,84498287,'2016-02-26 06:13:59',''),(36897,1,1,38287,1,3245313177,'2016-02-26 08:14:24',''),(36898,1,1,38288,1,3245313177,'2016-02-26 08:14:26',''),(36899,1,1,38289,1,3245313177,'2016-02-26 08:14:28',''),(36900,1,1,38290,9,3245313177,'2016-02-26 08:14:31',''),(36901,1,1,38291,1,3702877371,'2016-02-26 09:15:55',''),(36902,1,1,38292,26,2297627991,'2016-02-26 09:27:31',''),(36903,1,1,38293,26,2297627991,'2016-02-26 09:27:33',''),(36904,1,1,38294,31,2297627991,'2016-02-26 09:27:35',''),(36905,1,1,38295,47,2297627991,'2016-02-26 09:27:38',''),(36906,1,1,38296,15,1577649134,'2016-02-26 13:03:02',''),(36907,1,1,38297,1,1542483315,'2016-02-26 13:25:30',''),(36908,1,1,38298,56,2637637523,'2016-02-26 15:13:28',''),(36909,1,1,38299,1,772383919,'2016-02-26 16:16:23',''),(36910,1,1,38300,68,3024883595,'2016-02-26 16:58:56',''),(36911,1,1,38301,46,2071807770,'2016-02-26 17:04:34',''),(36912,1,1,38302,38,1123631273,'2016-02-26 18:21:01',''),(36913,1,1,38304,56,1123631281,'2016-02-26 18:50:52',''),(36914,1,1,38306,26,1152705578,'2016-02-26 19:12:35',''),(36915,1,1,38307,1,2760529333,'2016-02-26 20:59:29',''),(36916,1,1,38308,1,1123631281,'2016-02-26 21:48:13',''),(36917,1,1,38309,1,772383919,'2016-02-26 23:09:26',''),(36918,1,1,38310,1,772383919,'2016-02-26 23:09:28',''),(36919,1,1,38311,1,772383919,'2016-02-26 23:09:31',''),(36920,1,1,38312,1,772383919,'2016-02-26 23:09:34',''),(36921,1,1,38313,1,772383919,'2016-02-26 23:09:37',''),(36922,1,1,38314,1,772383919,'2016-02-26 23:09:39',''),(36923,1,1,38315,1,3587046896,'2016-02-26 23:20:40','https://www.google.co.uk/'),(36924,1,1,38316,1,1123631276,'2016-02-27 00:07:18',''),(36925,1,1,38317,56,1123631273,'2016-02-27 00:13:16',''),(36926,1,1,38319,26,1123631281,'2016-02-27 00:22:21',''),(36927,1,1,38321,1,1123631276,'2016-02-27 01:15:56',''),(36928,1,1,38322,1,3475901710,'2016-02-27 05:53:23',''),(36929,1,1,38323,1,1596849787,'2016-02-27 06:04:04',''),(36930,1,1,38324,1,1123631281,'2016-02-27 07:24:19',''),(36931,1,1,38326,1,1123631281,'2016-02-27 10:00:30',''),(36932,1,1,38327,1,1123631276,'2016-02-27 10:07:00',''),(36933,1,1,38329,6,1123631276,'2016-02-27 12:17:29',''),(36934,1,1,38330,1,1159648002,'2016-02-27 12:44:50',''),(36935,1,1,38331,1,1159648002,'2016-02-27 12:44:59',''),(36936,1,1,38332,1,1159648002,'2016-02-27 12:45:06',''),(36937,1,1,38333,1,1159648002,'2016-02-27 12:45:14',''),(36938,1,1,38334,1,1159648002,'2016-02-27 12:45:20',''),(36939,1,1,38335,1,1159648002,'2016-02-27 12:45:27',''),(36940,1,1,38336,1,1159648002,'2016-02-27 12:45:37',''),(36941,1,1,38337,1,1159648002,'2016-02-27 12:45:49',''),(36942,1,1,38338,1,1159648002,'2016-02-27 12:45:59',''),(36943,1,1,38339,1,1159648002,'2016-02-27 12:46:09',''),(36944,1,1,38340,15,3168589032,'2016-02-27 12:59:19','https://www.google.co.uk'),(36945,1,1,38341,43,3024883482,'2016-02-27 13:40:33',''),(36946,1,1,38342,1,1542483279,'2016-02-27 14:38:37',''),(36947,1,1,38343,43,2388355181,'2016-02-27 15:35:21',''),(36948,1,1,38344,1,2388355181,'2016-02-27 15:35:23',''),(36949,1,1,38345,43,2388355181,'2016-02-27 15:35:25',''),(36950,1,1,38346,69,2071807775,'2016-02-27 15:39:38',''),(36951,1,1,38347,27,872366380,'2016-02-27 16:44:39',''),(36952,1,1,38348,41,1159648814,'2016-02-27 18:53:05',''),(36953,1,1,38349,43,1159648814,'2016-02-27 18:53:08',''),(36954,1,1,38350,45,1159648814,'2016-02-27 18:53:11',''),(36955,1,1,38351,53,1159648814,'2016-02-27 18:53:13',''),(36956,1,1,38352,1,3245313177,'2016-02-27 19:03:01',''),(36957,1,1,38353,68,3024883464,'2016-02-27 19:29:18',''),(36958,1,1,38354,68,1123632556,'2016-02-27 19:51:50',''),(36959,1,1,38355,1,872402714,'2016-02-27 19:52:32',''),(36960,1,1,38356,27,1489375385,'2016-02-27 20:21:44',''),(36961,1,1,38357,44,1489375385,'2016-02-27 20:21:47',''),(36962,1,1,38358,49,1489375385,'2016-02-27 20:21:50',''),(36963,1,1,38359,26,772043973,'2016-02-27 20:34:44',''),(36964,1,1,38360,26,772043973,'2016-02-27 20:34:47',''),(36965,1,1,38361,26,772043973,'2016-02-27 20:34:50',''),(36966,1,1,38362,43,772043973,'2016-02-27 20:34:55',''),(36967,1,1,38363,26,2297653156,'2016-02-27 20:41:35',''),(36968,1,1,38364,26,2297653156,'2016-02-27 20:41:38',''),(36969,1,1,38365,26,2297653156,'2016-02-27 20:41:42',''),(36970,1,1,38366,16,2297653156,'2016-02-27 20:41:46',''),(36971,1,1,38367,6,2538613161,'2016-02-27 20:45:11',''),(36972,1,1,38368,26,1123632553,'2016-02-27 20:45:53',''),(36973,1,1,38369,1,1366114598,'2016-02-27 22:01:59',''),(36974,1,1,38370,6,3475901710,'2016-02-27 23:09:40',''),(36975,1,1,38371,15,3475901710,'2016-02-27 23:09:42',''),(36976,1,1,38372,1,3475901710,'2016-02-27 23:09:44',''),(36977,1,1,38373,26,3475901710,'2016-02-27 23:09:45',''),(36978,1,1,38374,26,3475901710,'2016-02-27 23:09:46',''),(36979,1,1,38375,26,2637637390,'2016-02-27 23:09:47',''),(36980,1,1,38376,26,3475901710,'2016-02-27 23:09:48',''),(36981,1,1,38377,31,2637637390,'2016-02-27 23:09:48',''),(36982,1,1,38378,26,3475901710,'2016-02-27 23:09:49',''),(36983,1,1,38379,57,2637637390,'2016-02-27 23:09:50',''),(36984,1,1,38380,9,2637637553,'2016-02-27 23:09:51',''),(36985,1,1,38381,3,2637637390,'2016-02-27 23:09:51',''),(36986,1,1,38382,56,2637637553,'2016-02-27 23:09:53',''),(36987,1,1,38383,26,2637637390,'2016-02-27 23:09:53',''),(36988,1,1,38384,45,2637637553,'2016-02-27 23:09:55',''),(36989,1,1,38385,26,2637637553,'2016-02-27 23:09:56',''),(36990,1,1,38386,26,2637637553,'2016-02-27 23:09:56',''),(36991,1,1,38387,26,3475901716,'2016-02-27 23:10:06',''),(36992,1,1,38388,43,3475901716,'2016-02-27 23:10:07',''),(36993,1,1,38389,47,3475901716,'2016-02-27 23:10:09',''),(36994,1,1,38390,26,3475901716,'2016-02-27 23:10:11',''),(36995,1,1,38391,18,3475901716,'2016-02-27 23:10:12',''),(36996,1,1,38392,43,3475901716,'2016-02-27 23:10:14',''),(36997,1,1,38393,26,3475901716,'2016-02-27 23:10:16',''),(36998,1,1,38394,29,3475901716,'2016-02-27 23:10:17',''),(36999,1,1,38395,1,3479603870,'2016-02-27 23:21:18',''),(37000,1,1,38396,1,2999685859,'2016-02-27 23:40:05',''),(37001,1,1,38397,1,2999685859,'2016-02-27 23:40:08',''),(37002,1,1,38398,1,2999685859,'2016-02-27 23:40:10',''),(37003,1,1,38399,1,2999685859,'2016-02-27 23:40:13',''),(37004,1,1,38400,1,2999685859,'2016-02-27 23:40:15',''),(37005,1,1,38401,1,2999685859,'2016-02-27 23:40:17',''),(37006,1,1,38402,1,2999685859,'2016-02-27 23:40:20',''),(37007,1,1,38403,43,772044803,'2016-02-27 23:53:28',''),(37008,1,1,38404,27,772044803,'2016-02-27 23:53:31',''),(37009,1,1,38405,58,772044803,'2016-02-27 23:53:34',''),(37010,1,1,38406,62,1123632561,'2016-02-28 00:15:17',''),(37011,1,1,38407,1,772043973,'2016-02-28 00:22:05',''),(37012,1,1,38408,1,772043973,'2016-02-28 00:22:20',''),(37013,1,1,38409,1,772043973,'2016-02-28 00:22:23',''),(37014,1,1,38410,9,772043973,'2016-02-28 00:22:28',''),(37015,1,1,38411,57,1170583858,'2016-02-28 00:24:58',''),(37016,1,1,38412,67,2953382627,'2016-02-28 01:35:28',''),(37017,1,1,38413,44,872366385,'2016-02-28 02:13:17',''),(37018,1,1,38414,56,1123632556,'2016-02-28 03:16:35',''),(37019,1,1,38415,1,786803397,'2016-02-28 03:21:47',''),(37020,1,1,38416,6,872321008,'2016-02-28 04:17:26',''),(37021,1,1,38417,55,872321008,'2016-02-28 04:17:28',''),(37022,1,1,38418,62,872321008,'2016-02-28 04:17:32',''),(37023,1,1,38419,63,872321008,'2016-02-28 04:17:35',''),(37024,1,1,38420,64,872321008,'2016-02-28 04:17:39',''),(37025,1,1,38421,1,1123632561,'2016-02-28 04:20:49',''),(37026,1,1,38422,1,1123632556,'2016-02-28 04:31:14',''),(37027,1,1,38423,43,1152705578,'2016-02-28 04:48:28',''),(37028,1,1,38424,1,1159646118,'2016-02-28 05:17:08',''),(37029,1,1,38425,1,3589854126,'2016-02-28 05:27:29',''),(37030,1,1,38426,1,3589854126,'2016-02-28 05:27:30',''),(37031,1,1,38427,6,1159644914,'2016-02-28 05:39:33',''),(37032,1,1,38428,54,84498287,'2016-02-28 06:54:05',''),(37033,1,1,38429,66,84498287,'2016-02-28 06:54:08',''),(37034,1,1,38430,6,2953382627,'2016-02-28 06:55:22',''),(37035,1,1,38431,42,2953382627,'2016-02-28 06:55:24',''),(37036,1,1,38432,38,2953382627,'2016-02-28 06:55:26',''),(37037,1,1,38433,43,2953382627,'2016-02-28 06:55:29',''),(37038,1,1,38434,41,2297627991,'2016-02-28 07:25:12',''),(37039,1,1,38435,16,2297627991,'2016-02-28 07:25:15',''),(37040,1,1,38436,26,1489375385,'2016-02-28 07:35:02',''),(37041,1,1,38437,26,1489375385,'2016-02-28 07:35:05',''),(37042,1,1,38438,26,1489375385,'2016-02-28 07:35:07',''),(37043,1,1,38439,26,1489375385,'2016-02-28 07:35:10',''),(37044,1,1,38440,55,1159644850,'2016-02-28 07:42:34',''),(37045,1,1,38441,62,1159644850,'2016-02-28 07:42:37',''),(37046,1,1,38442,63,1159644850,'2016-02-28 07:42:40',''),(37047,1,1,38443,64,1159644850,'2016-02-28 07:42:43',''),(37048,1,1,38444,1,3024883607,'2016-02-28 08:32:42',''),(37049,1,1,38445,1,1123632561,'2016-02-28 11:02:55',''),(37050,1,1,38446,1,1543680648,'2016-02-28 11:12:25','https://www.google.co.uk/'),(37051,1,1,38447,1,3423399514,'2016-02-28 11:39:45',''),(37052,1,1,38448,1,3423399514,'2016-02-28 11:39:50',''),(37053,1,1,38449,1,3423399514,'2016-02-28 11:39:55',''),(37054,1,1,38450,26,1123632556,'2016-02-28 12:38:55',''),(37055,1,1,38451,1,3024883476,'2016-02-28 13:13:07',''),(37056,1,1,38452,1,1443255653,'2016-02-28 13:15:07','https://www.google.co.uk/'),(37057,1,1,38453,1,872391333,'2016-02-28 14:49:36',''),(37058,1,1,38454,1,872391333,'2016-02-28 14:49:39',''),(37059,1,1,38455,1,872391333,'2016-02-28 14:49:42',''),(37060,1,1,38456,1,872391333,'2016-02-28 14:49:45',''),(37061,1,1,38457,1,1123632556,'2016-02-28 15:14:27',''),(37062,1,1,38458,6,3475901710,'2016-02-28 15:20:43',''),(37063,1,1,38459,1,1483341879,'2016-02-28 15:30:25','https://www.bing.com/'),(37064,1,1,38460,1,1542483283,'2016-02-28 16:20:02',''),(37065,1,1,38461,56,1152705578,'2016-02-28 16:43:25',''),(37066,1,1,38462,1,2071807801,'2016-02-28 17:23:51',''),(37067,1,1,38463,1,3702877288,'2016-02-28 17:26:35',''),(37068,1,1,38464,1,1423290931,'2016-02-28 19:06:21',''),(37069,1,1,38465,1,1423290931,'2016-02-28 19:06:23',''),(37070,1,1,38466,1,1423290931,'2016-02-28 19:06:26',''),(37071,1,1,38467,1,1423290931,'2016-02-28 19:06:32',''),(37072,1,1,38468,1,1423290931,'2016-02-28 19:06:34',''),(37073,1,1,38469,1,1423290931,'2016-02-28 19:06:36',''),(37074,1,1,38470,1,1423290931,'2016-02-28 19:06:39',''),(37075,1,1,38471,1,1423290931,'2016-02-28 19:06:44',''),(37076,1,1,38472,1,1423290931,'2016-02-28 19:06:46',''),(37077,1,1,38473,1,1423290931,'2016-02-28 19:06:49',''),(37078,1,1,38474,67,3281700932,'2016-02-28 20:02:14',''),(37079,1,1,38475,1,3479603870,'2016-02-28 21:10:59',''),(37080,1,1,38476,26,1123631281,'2016-02-28 21:15:56',''),(37081,1,1,38477,26,1123631276,'2016-02-28 22:31:44',''),(37082,1,1,38478,6,3475901706,'2016-02-29 00:29:32',''),(37083,1,1,38479,1,1123631273,'2016-02-29 00:47:00',''),(37084,1,1,38480,1,1123631273,'2016-02-29 01:58:41',''),(37085,1,1,38481,45,3702877279,'2016-02-29 02:08:24',''),(37086,1,1,38482,26,1123631281,'2016-02-29 02:19:13',''),(37087,1,1,38483,1,1123631276,'2016-02-29 04:05:15',''),(37088,1,1,38484,75,3024883462,'2016-02-29 04:40:39',''),(37089,1,1,38485,1,3475901706,'2016-02-29 07:26:13',''),(37090,1,1,38486,68,1123631281,'2016-02-29 07:27:08',''),(37091,1,1,38487,1,3024883488,'2016-02-29 10:53:12',''),(37092,1,1,38488,1,1123631281,'2016-02-29 12:46:29',''),(37093,1,1,38489,57,872366399,'2016-02-29 13:21:28',''),(37094,1,1,38490,1,1123631281,'2016-02-29 13:24:54',''),(37095,1,1,38491,53,3475901706,'2016-02-29 13:28:43',''),(37096,1,1,38492,1,3024883594,'2016-02-29 13:44:57',''),(37097,1,1,38493,1,2071807783,'2016-02-29 15:40:04',''),(37098,1,1,38494,1,1443439135,'2016-02-29 15:43:33',''),(37099,1,1,38495,26,1123631281,'2016-02-29 16:31:56',''),(37100,1,1,38496,1,1123631273,'2016-02-29 17:01:01',''),(37101,1,1,38497,43,872366346,'2016-02-29 17:10:42',''),(37102,1,1,38498,1,1123631731,'2016-02-29 17:39:54',''),(37103,1,1,38499,3,1159644858,'2016-02-29 17:41:50',''),(37104,1,1,38500,1,1542483299,'2016-02-29 18:10:39',''),(37105,1,1,38501,68,1123631727,'2016-02-29 19:03:09',''),(37106,1,1,38502,1,2071807761,'2016-02-29 19:23:55',''),(37107,1,1,38503,1,3702877301,'2016-02-29 19:25:49',''),(37108,1,1,38504,57,3702877330,'2016-02-29 20:56:27',''),(37109,1,1,38505,26,1123631731,'2016-02-29 22:50:52',''),(37110,1,1,38506,74,872366419,'2016-02-29 23:01:48',''),(37111,1,1,38507,1,3024883484,'2016-02-29 23:06:19',''),(37112,1,1,38508,1,1123631731,'2016-03-01 00:05:58',''),(37113,1,1,38509,44,3024883468,'2016-03-01 01:11:42',''),(37114,1,1,38510,26,1123631729,'2016-03-01 01:22:26',''),(37115,1,1,38511,1,919816988,'2016-03-01 01:37:43',''),(37116,1,1,38512,26,1123631729,'2016-03-01 02:00:23',''),(37117,1,1,38513,15,3475901706,'2016-03-01 02:53:15',''),(37118,1,1,38514,1,1123631727,'2016-03-01 03:53:43',''),(37119,1,1,38515,1,1123631731,'2016-03-01 06:39:53',''),(37120,1,1,38516,66,1123631729,'2016-03-01 07:08:03',''),(37121,1,1,38517,1,872321007,'2016-03-01 08:20:25',''),(37122,1,1,38518,41,2731721857,'2016-03-01 09:30:12',''),(37123,1,1,38519,43,2731721857,'2016-03-01 09:30:15',''),(37124,1,1,38520,45,2731721857,'2016-03-01 09:30:18',''),(37125,1,1,38521,53,2731721857,'2016-03-01 09:30:20',''),(37126,1,1,38522,10,1123631729,'2016-03-01 09:39:37',''),(37127,1,1,38523,6,1123631727,'2016-03-01 11:17:42',''),(37128,1,1,38524,26,3281697044,'2016-03-01 11:37:47',''),(37129,1,1,38525,26,3281697044,'2016-03-01 11:37:49',''),(37130,1,1,38526,26,3281697044,'2016-03-01 11:37:52',''),(37131,1,1,38527,16,3281697044,'2016-03-01 11:37:54',''),(37132,1,1,38528,26,2420907756,'2016-03-01 11:42:57',''),(37133,1,1,38529,26,2420907756,'2016-03-01 11:42:59',''),(37134,1,1,38530,26,2420907756,'2016-03-01 11:43:01',''),(37135,1,1,38531,43,2420907756,'2016-03-01 11:43:04',''),(37136,1,1,38532,27,1053986805,'2016-03-01 11:43:13',''),(37137,1,1,38533,44,1053986805,'2016-03-01 11:43:16',''),(37138,1,1,38534,49,1053986805,'2016-03-01 11:43:19',''),(37139,1,1,38535,1,2538613161,'2016-03-01 11:48:39',''),(37140,1,1,38536,1,1123631727,'2016-03-01 12:23:14',''),(37141,1,1,38538,9,3281697651,'2016-03-01 15:25:50',''),(37142,1,1,38539,27,1123631729,'2016-03-01 15:58:34',''),(37143,1,1,38540,50,3475901706,'2016-03-01 16:54:39',''),(37144,1,1,38541,26,1123631281,'2016-03-01 17:14:19',''),(37145,1,1,38542,68,1123631273,'2016-03-01 17:16:13',''),(37146,1,1,38544,1,1123631276,'2016-03-01 17:30:26',''),(37147,1,1,38545,56,3702877298,'2016-03-01 17:46:55',''),(37148,1,1,38546,29,676177752,'2016-03-01 20:33:30',''),(37149,1,1,38547,1,1123631281,'2016-03-01 21:00:21',''),(37150,1,1,38548,6,1489375385,'2016-03-01 22:18:27',''),(37151,1,1,38549,55,1489375385,'2016-03-01 22:18:29',''),(37152,1,1,38550,62,1489375385,'2016-03-01 22:18:41',''),(37153,1,1,38551,63,1489375385,'2016-03-01 22:18:45',''),(37154,1,1,38552,1,2990409556,'2016-03-01 22:18:53',''),(37155,1,1,38553,64,1489375385,'2016-03-01 22:18:58',''),(37156,1,1,38554,1,1123631281,'2016-03-01 22:22:54',''),(37157,1,1,38555,1,1489375385,'2016-03-01 22:45:58',''),(37158,1,1,38556,1,1489375385,'2016-03-01 22:46:04',''),(37159,1,1,38557,1,1489375385,'2016-03-01 22:46:11',''),(37160,1,1,38558,1,1489375385,'2016-03-01 22:46:15',''),(37161,1,1,38559,26,3475901706,'2016-03-01 22:50:34',''),(37162,1,1,38560,72,3475901706,'2016-03-01 22:50:35',''),(37163,1,1,38561,66,3475901706,'2016-03-01 22:50:37',''),(37164,1,1,38562,44,3475901706,'2016-03-01 22:50:39',''),(37165,1,1,38563,46,3475901706,'2016-03-01 22:50:41',''),(37166,1,1,38564,51,3475901706,'2016-03-01 22:50:42',''),(37167,1,1,38565,59,676177752,'2016-03-01 22:50:42',''),(37168,1,1,38567,50,3475901706,'2016-03-01 22:50:44',''),(37169,1,1,38566,67,676177752,'2016-03-01 22:50:44',''),(37170,1,1,38568,75,676177752,'2016-03-01 22:50:46',''),(37171,1,1,38569,74,3475901706,'2016-03-01 22:50:46',''),(37172,1,1,38570,64,676177752,'2016-03-01 22:50:48',''),(37173,1,1,38571,26,3475901706,'2016-03-01 22:50:48',''),(37174,1,1,38572,53,3475901706,'2016-03-01 22:50:49',''),(37175,1,1,38573,62,676177752,'2016-03-01 22:50:49',''),(37176,1,1,38574,52,3475901706,'2016-03-01 22:50:50',''),(37177,1,1,38575,16,676177752,'2016-03-01 22:50:51',''),(37178,1,1,38576,28,676177752,'2016-03-01 22:50:53',''),(37179,1,1,38577,26,676177752,'2016-03-01 22:50:54',''),(37180,1,1,38578,38,676177752,'2016-03-01 22:50:56',''),(37181,1,1,38579,16,676177722,'2016-03-01 22:51:05',''),(37182,1,1,38580,26,676177722,'2016-03-01 22:51:07',''),(37183,1,1,38581,26,676177722,'2016-03-01 22:51:08',''),(37184,1,1,38582,10,676177722,'2016-03-01 22:51:08',''),(37185,1,1,38583,71,676177722,'2016-03-01 22:51:09',''),(37186,1,1,38584,73,676177722,'2016-03-01 22:51:09',''),(37187,1,1,38585,26,676177722,'2016-03-01 22:51:10',''),(37188,1,1,38586,16,676177722,'2016-03-01 22:51:11',''),(37189,1,1,38587,14,676177722,'2016-03-01 22:51:11',''),(37190,1,1,38588,55,676177722,'2016-03-01 22:51:13',''),(37191,1,1,38589,49,676177722,'2016-03-01 22:51:13',''),(37192,1,1,38590,70,676177722,'2016-03-01 22:51:15',''),(37193,1,1,38591,42,676177722,'2016-03-01 22:51:15',''),(37194,1,1,38592,41,676177722,'2016-03-01 22:51:16',''),(37195,1,1,38593,43,676177722,'2016-03-01 22:51:16',''),(37196,1,1,38594,1,915459665,'2016-03-01 23:02:24',''),(37197,1,1,38595,1,1311690078,'2016-03-01 23:17:07',''),(37198,1,1,38596,1,915584588,'2016-03-01 23:21:36',''),(37199,1,1,38597,1,916881207,'2016-03-01 23:34:44',''),(37200,1,1,38598,1,919435744,'2016-03-01 23:57:22',''),(37201,1,1,38599,1,3091812364,'2016-03-02 00:02:54',''),(37202,1,1,38600,1,3024883611,'2016-03-02 00:43:32',''),(37203,1,1,38601,1,1123631276,'2016-03-02 01:00:05',''),(37204,1,1,38602,6,2917833082,'2016-03-02 01:02:00',''),(37205,1,1,38603,1,916429872,'2016-03-02 01:57:43',''),(37206,1,1,38604,6,916867434,'2016-03-02 01:59:47',''),(37207,1,1,38605,6,633047521,'2016-03-02 03:02:33',''),(37208,1,1,38606,42,633047521,'2016-03-02 03:02:36',''),(37209,1,1,38607,38,633047521,'2016-03-02 03:02:38',''),(37210,1,1,38608,43,633047521,'2016-03-02 03:02:40',''),(37211,1,1,38609,54,872315322,'2016-03-02 03:20:46',''),(37212,1,1,38610,66,872315322,'2016-03-02 03:20:50',''),(37213,1,1,38611,1,1123631281,'2016-03-02 03:27:57',''),(37214,1,1,38612,43,1170583858,'2016-03-02 03:32:05',''),(37215,1,1,38613,1,1123631281,'2016-03-02 05:10:08',''),(37216,1,1,38614,1,1815808070,'2016-03-02 05:45:52',''),(37217,1,1,38615,1,1815808070,'2016-03-02 05:45:54',''),(37218,1,1,38616,1,1815808070,'2016-03-02 05:45:57',''),(37219,1,1,38617,1,1815808070,'2016-03-02 05:45:59',''),(37220,1,1,38618,1,1815808070,'2016-03-02 05:46:02',''),(37221,1,1,38619,1,1815808070,'2016-03-02 05:46:05',''),(37222,1,1,38620,1,1815808070,'2016-03-02 05:46:07',''),(37223,1,1,38621,1,1815808070,'2016-03-02 05:46:10',''),(37224,1,1,38622,1,1815808070,'2016-03-02 05:46:13',''),(37225,1,1,38623,1,1815808070,'2016-03-02 05:46:15',''),(37226,1,1,38624,1,872317940,'2016-03-02 05:51:24',''),(37227,1,1,38625,1,872317940,'2016-03-02 05:51:28',''),(37228,1,1,38626,1,872317940,'2016-03-02 05:51:33',''),(37229,1,1,38627,9,872317940,'2016-03-02 05:51:36',''),(37230,1,1,38628,6,1137109518,'2016-03-02 05:53:24','https://www.google.com.hk/'),(37231,1,1,38629,6,3702883548,'2016-03-02 05:55:24',''),(37232,1,1,38630,6,1707568181,'2016-03-02 05:55:44',''),(37233,1,1,38631,6,3702883548,'2016-03-02 05:56:51',''),(37234,1,1,38632,6,1707569202,'2016-03-02 05:57:07',''),(37235,1,1,38633,43,1388412687,'2016-03-02 06:17:48',''),(37236,1,1,38634,27,1388412687,'2016-03-02 06:17:52',''),(37237,1,1,38635,58,1388412687,'2016-03-02 06:17:55',''),(37238,1,1,38636,26,772022347,'2016-03-02 06:37:34',''),(37239,1,1,38637,26,772022347,'2016-03-02 06:37:36',''),(37240,1,1,38638,26,772022347,'2016-03-02 06:37:40',''),(37241,1,1,38639,26,772022347,'2016-03-02 06:37:42',''),(37242,1,1,38640,55,772044803,'2016-03-02 06:53:08',''),(37243,1,1,38641,62,772044803,'2016-03-02 06:53:11',''),(37244,1,1,38642,63,772044803,'2016-03-02 06:53:14',''),(37245,1,1,38643,64,772044803,'2016-03-02 06:53:17',''),(37246,1,1,38644,1,2420907756,'2016-03-02 07:28:38',''),(37247,1,1,38645,1,1123631276,'2016-03-02 08:55:11',''),(37248,1,1,38646,1,1542483313,'2016-03-02 09:51:15',''),(37249,1,1,38647,1,3024883480,'2016-03-02 10:54:22',''),(37250,1,1,38648,1,772043973,'2016-03-02 12:00:13',''),(37251,1,1,38649,58,3024883612,'2016-03-02 12:01:20',''),(37252,1,1,38650,1,2204827743,'2016-03-02 12:06:06',''),(37253,1,1,38651,15,3702877303,'2016-03-02 12:24:38',''),(37254,1,1,38652,1,1123631276,'2016-03-02 12:32:42',''),(37255,1,1,38653,26,1123631281,'2016-03-02 13:26:52',''),(37256,1,1,38654,1,1123631273,'2016-03-02 14:56:40',''),(37257,1,1,38655,1,3475901828,'2016-03-02 15:49:05',''),(37258,1,1,38656,1,1123631281,'2016-03-02 16:06:49',''),(37259,1,1,38657,1,1123631281,'2016-03-02 18:50:58',''),(37260,1,1,38658,71,1123631276,'2016-03-02 19:01:33',''),(37261,1,1,38659,3,2297653156,'2016-03-02 19:31:49',''),(37262,1,1,38660,3,2297653156,'2016-03-02 19:31:52',''),(37263,1,1,38661,70,3024883468,'2016-03-02 21:46:44',''),(37264,1,1,38662,26,1123631281,'2016-03-02 21:52:04',''),(37265,1,1,38663,18,772036457,'2016-03-02 21:59:52',''),(37266,1,1,38664,29,772036457,'2016-03-02 21:59:57',''),(37267,1,1,38665,1,1443439135,'2016-03-02 22:00:39',''),(37268,1,1,38667,1,1123631276,'2016-03-02 22:34:16',''),(37269,1,1,38669,1,1123631273,'2016-03-03 00:34:42',''),(37270,1,1,38672,67,2990476559,'2016-03-03 01:02:21',''),(37271,1,1,38673,53,872366389,'2016-03-03 02:32:55',''),(37272,1,1,38674,6,2457380372,'2016-03-03 04:07:43',''),(37273,1,1,38675,29,872366407,'2016-03-03 05:42:50',''),(37274,1,1,38676,1,3475901755,'2016-03-03 06:16:38',''),(37275,1,1,38677,1,772036457,'2016-03-03 06:26:10',''),(37276,1,1,38678,1,772036457,'2016-03-03 06:26:14',''),(37277,1,1,38679,1,772036457,'2016-03-03 06:26:19',''),(37278,1,1,38680,1,772036457,'2016-03-03 06:26:22',''),(37279,1,1,38681,1,772036457,'2016-03-03 06:26:27',''),(37280,1,1,38682,1,772036457,'2016-03-03 06:26:30',''),(37281,1,1,38683,1,1123631273,'2016-03-03 06:53:22',''),(37282,1,1,38684,1,1123631276,'2016-03-03 06:54:45',''),(37283,1,1,38685,63,3702877280,'2016-03-03 07:12:03',''),(37284,1,1,38686,1,872309014,'2016-03-03 07:17:22',''),(37285,1,1,38687,1,872309014,'2016-03-03 07:17:27',''),(37286,1,1,38688,1,872309014,'2016-03-03 07:17:32',''),(37287,1,1,38689,1,872309014,'2016-03-03 07:17:50',''),(37288,1,1,38690,1,872309014,'2016-03-03 07:17:54',''),(37289,1,1,38691,1,872309014,'2016-03-03 07:18:00',''),(37290,1,1,38692,1,872309014,'2016-03-03 07:18:05',''),(37291,1,1,38693,1,872309014,'2016-03-03 07:18:13',''),(37292,1,1,38694,1,872309014,'2016-03-03 07:18:18',''),(37293,1,1,38695,1,3702877334,'2016-03-03 08:18:44',''),(37294,1,1,38696,41,84498858,'2016-03-03 09:51:35',''),(37295,1,1,38697,43,84498858,'2016-03-03 09:51:37',''),(37296,1,1,38698,45,84498858,'2016-03-03 09:51:40',''),(37297,1,1,38699,53,84498858,'2016-03-03 09:51:42',''),(37298,1,1,38700,1,1534713103,'2016-03-03 09:54:47',''),(37299,1,1,38701,27,2999685859,'2016-03-03 11:03:38',''),(37300,1,1,38702,44,2999685859,'2016-03-03 11:03:41',''),(37301,1,1,38703,49,2999685859,'2016-03-03 11:03:44',''),(37302,1,1,38704,1,1123631276,'2016-03-03 11:10:16',''),(37303,1,1,38705,26,2420902020,'2016-03-03 11:13:18',''),(37304,1,1,38706,26,2420902020,'2016-03-03 11:13:20',''),(37305,1,1,38707,26,2420902020,'2016-03-03 11:13:22',''),(37306,1,1,38708,16,2420902020,'2016-03-03 11:13:25',''),(37307,1,1,38709,26,772383919,'2016-03-03 11:29:07',''),(37308,1,1,38710,26,772383919,'2016-03-03 11:29:10',''),(37309,1,1,38711,26,772383919,'2016-03-03 11:29:12',''),(37310,1,1,38712,43,772383919,'2016-03-03 11:29:15',''),(37311,1,1,38713,3,772036457,'2016-03-03 11:35:23',''),(37312,1,1,38714,1,1123631276,'2016-03-03 11:56:36',''),(37313,1,1,38715,1,1542483288,'2016-03-03 12:13:56',''),(37314,1,1,38716,1,2513057351,'2016-03-03 12:15:57',''),(37315,1,1,38717,26,1123631731,'2016-03-03 12:33:11',''),(37316,1,1,38718,55,1123631727,'2016-03-03 13:48:40',''),(37317,1,1,38719,1,3475901755,'2016-03-03 14:15:24',''),(37318,1,1,38720,1,3024883474,'2016-03-03 14:24:28',''),(37319,1,1,38721,62,1123631731,'2016-03-03 14:41:07',''),(37320,1,1,38722,26,1123631727,'2016-03-03 15:02:04',''),(37321,1,1,38723,1,1159648978,'2016-03-03 15:02:45',''),(37322,1,1,38724,1,1159648978,'2016-03-03 15:02:48',''),(37323,1,1,38725,1,1159648978,'2016-03-03 15:02:51',''),(37324,1,1,38726,9,1159648978,'2016-03-03 15:02:53',''),(37325,1,1,38727,54,1123631731,'2016-03-03 15:38:04',''),(37326,1,1,38728,3,3475901828,'2016-03-03 15:58:14',''),(37327,1,1,38729,1,2297638997,'2016-03-03 16:46:43',''),(37328,1,1,38730,26,2297638997,'2016-03-03 16:46:43',''),(37329,1,1,38731,26,2297638997,'2016-03-03 16:46:43',''),(37330,1,1,38736,26,2297638997,'2016-03-03 16:46:43',''),(37331,1,1,38732,26,2297638997,'2016-03-03 16:46:43',''),(37332,1,1,38737,6,2297638997,'2016-03-03 16:46:43',''),(37333,1,1,38738,3,2297638997,'2016-03-03 16:46:44',''),(37334,1,1,38735,26,2297638997,'2016-03-03 16:46:44',''),(37335,1,1,38733,1,2297638997,'2016-03-03 16:46:44',''),(37336,1,1,38734,9,2297638997,'2016-03-03 16:46:44',''),(37337,1,1,38739,26,2297638997,'2016-03-03 16:46:44',''),(37338,1,1,38740,26,2297638997,'2016-03-03 16:46:45',''),(37339,1,1,38741,26,2297638997,'2016-03-03 16:46:45',''),(37340,1,1,38742,18,2297638997,'2016-03-03 16:46:46',''),(37341,1,1,38744,26,2297638997,'2016-03-03 16:46:46',''),(37342,1,1,38743,38,2297638997,'2016-03-03 16:46:46',''),(37343,1,1,38745,26,2297638997,'2016-03-03 16:46:46',''),(37344,1,1,38746,43,2297638997,'2016-03-03 16:46:46',''),(37345,1,1,38747,41,2297638997,'2016-03-03 16:46:46',''),(37346,1,1,38748,43,2297653156,'2016-03-03 16:51:03',''),(37347,1,1,38749,27,2297653156,'2016-03-03 16:51:09',''),(37348,1,1,38750,58,2297653156,'2016-03-03 16:51:13',''),(37349,1,1,38751,6,3475901704,'2016-03-03 17:21:42',''),(37350,1,1,38752,26,772022347,'2016-03-03 17:42:20',''),(37351,1,1,38753,59,772022347,'2016-03-03 17:42:23',''),(37352,1,1,38754,28,3475901760,'2016-03-03 18:37:27',''),(37353,1,1,38755,48,3475901833,'2016-03-03 19:17:23',''),(37354,1,1,38756,26,3475901704,'2016-03-03 19:20:59',''),(37355,1,1,38757,1,3024883610,'2016-03-03 19:49:48',''),(37356,1,1,38758,46,3475901828,'2016-03-03 20:19:06',''),(37357,1,1,38759,26,3475901704,'2016-03-03 20:20:26',''),(37358,1,1,38760,62,3024883609,'2016-03-03 21:14:27',''),(37359,1,1,38761,26,3475901828,'2016-03-03 21:32:29',''),(37360,1,1,38762,69,3475901833,'2016-03-03 22:24:41',''),(37361,1,1,38763,63,3475901833,'2016-03-03 22:35:00',''),(37362,1,1,38764,26,676177731,'2016-03-03 23:34:04',''),(37363,1,1,38765,53,3475901828,'2016-03-03 23:36:48',''),(37364,1,1,38766,26,3475901828,'2016-03-04 00:36:46',''),(37365,1,1,38767,26,3475901833,'2016-03-04 00:40:28',''),(37366,1,1,38768,6,1539462250,'2016-03-04 00:40:43',''),(37367,1,1,38769,55,1539462250,'2016-03-04 00:40:56',''),(37368,1,1,38770,62,1539462250,'2016-03-04 00:41:32',''),(37369,1,1,38771,63,1539462250,'2016-03-04 00:41:44',''),(37370,1,1,38772,64,1539462250,'2016-03-04 00:41:55',''),(37371,1,1,38773,1,1805007102,'2016-03-04 00:47:11',''),(37372,1,1,38774,38,676177731,'2016-03-04 01:39:41',''),(37373,1,1,38775,64,676177731,'2016-03-04 02:07:37',''),(37374,1,1,38776,56,3475901704,'2016-03-04 02:13:04',''),(37375,1,1,38777,52,3475901828,'2016-03-04 02:19:07',''),(37376,1,1,38778,6,872317502,'2016-03-04 02:52:39',''),(37377,1,1,38779,65,3475901833,'2016-03-04 03:14:33',''),(37378,1,1,38780,9,3475901704,'2016-03-04 04:07:20',''),(37379,1,1,38781,26,676177731,'2016-03-04 04:09:41',''),(37380,1,1,38782,1,3024883609,'2016-03-04 04:15:50',''),(37381,1,1,38783,51,3475901828,'2016-03-04 04:16:30',''),(37382,1,1,38784,1,3475901828,'2016-03-04 04:55:32',''),(37383,1,1,38785,18,676177731,'2016-03-04 04:58:56',''),(37384,1,1,38786,54,872317938,'2016-03-04 05:05:32',''),(37385,1,1,38787,66,872317938,'2016-03-04 05:05:36',''),(37386,1,1,38788,55,3475901704,'2016-03-04 05:25:44',''),(37387,1,1,38789,50,3475901828,'2016-03-04 05:36:49',''),(37388,1,1,38790,26,3475901828,'2016-03-04 05:37:47',''),(37389,1,1,38791,6,2297628119,'2016-03-04 06:00:00',''),(37390,1,1,38792,42,2297628119,'2016-03-04 06:00:02',''),(37391,1,1,38793,38,2297628119,'2016-03-04 06:00:05',''),(37392,1,1,38794,43,2297628119,'2016-03-04 06:00:07',''),(37393,1,1,38795,57,3589262799,'2016-03-04 06:17:05',''),(37394,1,1,38796,1,1123631731,'2016-03-04 06:17:22',''),(37395,1,1,38798,26,3475901828,'2016-03-04 06:23:20',''),(37396,1,1,38799,69,3475901833,'2016-03-04 06:23:39',''),(37397,1,1,38800,43,676177731,'2016-03-04 06:26:50',''),(37398,1,1,38801,57,3475901833,'2016-03-04 07:06:09',''),(37399,1,1,38802,26,676177731,'2016-03-04 07:36:24',''),(37400,1,1,38803,1,1123631729,'2016-03-04 07:46:21',''),(37401,1,1,38804,53,3475901828,'2016-03-04 07:46:45',''),(37402,1,1,38805,53,3475901828,'2016-03-04 07:47:35',''),(37403,1,1,38807,26,3475901828,'2016-03-04 08:31:46',''),(37404,1,1,38808,26,3475901833,'2016-03-04 08:36:45',''),(37405,1,1,38809,1,1123631731,'2016-03-04 09:04:01',''),(37406,1,1,38810,1,1123631727,'2016-03-04 09:07:17',''),(37407,1,1,38811,41,3475901704,'2016-03-04 09:25:47',''),(37408,1,1,38812,26,3475901704,'2016-03-04 09:48:30',''),(37409,1,1,38813,56,3475901704,'2016-03-04 10:17:00',''),(37410,1,1,38814,26,3475901704,'2016-03-04 10:27:14',''),(37411,1,1,38815,52,3475901828,'2016-03-04 10:30:46',''),(37412,1,1,38816,56,523170592,'2016-03-04 11:10:57','http://www.google.hu/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjbs9HF8qbLAhXkYZoKHbmpBGkQFggzMAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxTZM'),(37413,1,1,38817,1,1152705578,'2016-03-04 11:23:44',''),(37414,1,1,38818,45,3475901704,'2016-03-04 11:43:44',''),(37415,1,1,38819,65,676177723,'2016-03-04 11:49:39',''),(37416,1,1,38820,26,772044803,'2016-03-04 12:01:34',''),(37417,1,1,38821,26,772044803,'2016-03-04 12:01:38',''),(37418,1,1,38822,26,772044803,'2016-03-04 12:01:40',''),(37419,1,1,38823,26,772044803,'2016-03-04 12:01:43',''),(37420,1,1,38824,6,1123631727,'2016-03-04 12:07:35',''),(37421,1,1,38825,51,3475901828,'2016-03-04 12:15:31',''),(37422,1,1,38826,26,676177731,'2016-03-04 12:17:19',''),(37423,1,1,38827,9,3475901704,'2016-03-04 12:21:16',''),(37424,1,1,38828,1,3281700957,'2016-03-04 12:52:16',''),(37425,1,1,38829,1,3475901828,'2016-03-04 12:52:39',''),(37426,1,1,38830,62,676177731,'2016-03-04 13:07:37',''),(37427,1,1,38831,26,676177723,'2016-03-04 13:10:33',''),(37428,1,1,38832,55,772044803,'2016-03-04 13:35:21',''),(37429,1,1,38833,62,772044803,'2016-03-04 13:35:24',''),(37430,1,1,38834,63,772044803,'2016-03-04 13:35:28',''),(37431,1,1,38835,64,772044803,'2016-03-04 13:35:31',''),(37432,1,1,38836,50,3475901828,'2016-03-04 13:49:40',''),(37433,1,1,38837,1,1542483292,'2016-03-04 13:51:01',''),(37434,1,1,38838,43,676177731,'2016-03-04 14:27:00',''),(37435,1,1,38839,26,3475901828,'2016-03-04 14:27:58',''),(37436,1,1,38840,1,1123631729,'2016-03-04 15:11:14',''),(37437,1,1,38841,1,1123631731,'2016-03-04 15:17:43',''),(37438,1,1,38842,1,1443651798,'2016-03-04 15:39:39','https://www.google.co.uk/'),(37439,1,1,38843,67,2420902987,'2016-03-04 15:46:06',''),(37440,1,1,38844,26,3475901704,'2016-03-04 16:11:26',''),(37441,1,1,38845,9,3475901704,'2016-03-04 16:11:27',''),(37442,1,1,38846,1,3564483605,'2016-03-04 16:22:34','http://burger-imperia.com/'),(37443,1,1,38847,1,1123631727,'2016-03-04 16:25:02',''),(37444,1,1,38848,1,1123631729,'2016-03-04 16:37:36',''),(37445,1,1,38849,15,3108343982,'2016-03-04 17:17:07','https://www.google.co.uk/'),(37446,1,1,38850,45,676177718,'2016-03-04 17:33:56',''),(37447,1,1,38851,41,676177718,'2016-03-04 17:36:56',''),(37448,1,1,38852,62,676177731,'2016-03-04 17:38:11',''),(37449,1,1,38853,27,676177723,'2016-03-04 17:42:41',''),(37450,1,1,38854,1,1123631727,'2016-03-04 18:06:45',''),(37451,1,1,38855,1,1123631729,'2016-03-04 18:07:42',''),(37452,1,1,38856,15,1452962321,'2016-03-04 18:38:40',''),(37453,1,1,38857,1,877108146,'2016-03-04 18:53:27',''),(37454,1,1,38858,38,1152705578,'2016-03-04 19:26:20',''),(37455,1,1,38859,68,1123631729,'2016-03-04 19:31:57',''),(37456,1,1,38860,1,1123631731,'2016-03-04 19:39:38',''),(37457,1,1,38861,1,1123631727,'2016-03-04 20:27:30',''),(37458,1,1,38862,1,1123631727,'2016-03-04 21:49:50',''),(37459,1,1,38863,1,1443266404,'2016-03-04 22:01:27','https://www.google.co.uk/'),(37460,1,1,38864,1,1123631731,'2016-03-04 23:57:11',''),(37461,1,1,38865,56,1123631727,'2016-03-05 00:45:37',''),(37462,1,1,38866,26,1534699970,'2016-03-05 01:11:05',''),(37463,1,1,38867,26,1534699970,'2016-03-05 01:11:13',''),(37464,1,1,38868,26,1534699970,'2016-03-05 01:11:19',''),(37465,1,1,38869,1,1123631727,'2016-03-05 03:18:15',''),(37466,1,1,38871,3,3590043686,'2016-03-05 03:57:32',''),(37467,1,1,38872,26,3590043686,'2016-03-05 03:57:35',''),(37468,1,1,38873,26,3590043686,'2016-03-05 03:57:37',''),(37469,1,1,38874,1,3590043686,'2016-03-05 03:57:39',''),(37470,1,1,38875,3,3564187481,'2016-03-05 03:57:41',''),(37471,1,1,38876,3,3564187481,'2016-03-05 03:57:44',''),(37472,1,1,38877,16,3024883617,'2016-03-05 04:10:11',''),(37473,1,1,38878,1,1123631727,'2016-03-05 06:02:23',''),(37474,1,1,38880,26,3475901828,'2016-03-05 08:07:01',''),(37475,1,1,38881,26,3475901828,'2016-03-05 08:07:02',''),(37476,1,1,38882,1,3475901828,'2016-03-05 08:07:03',''),(37477,1,1,38883,26,3475901828,'2016-03-05 08:07:04',''),(37478,1,1,38884,6,3475901828,'2016-03-05 08:07:05',''),(37479,1,1,38885,15,3475901828,'2016-03-05 08:07:06',''),(37480,1,1,38886,26,676177672,'2016-03-05 08:07:07',''),(37481,1,1,38887,3,676177672,'2016-03-05 08:07:08',''),(37482,1,1,38888,26,3475901828,'2016-03-05 08:07:08',''),(37483,1,1,38889,57,676177672,'2016-03-05 08:07:09',''),(37484,1,1,38890,26,676177672,'2016-03-05 08:07:10',''),(37485,1,1,38891,31,676177672,'2016-03-05 08:07:11',''),(37486,1,1,38892,43,676177731,'2016-03-05 08:07:17',''),(37487,1,1,38893,26,676177731,'2016-03-05 08:07:18',''),(37488,1,1,38894,43,676177731,'2016-03-05 08:07:19',''),(37489,1,1,38895,26,676177731,'2016-03-05 08:07:21',''),(37490,1,1,38896,26,676177731,'2016-03-05 08:07:22',''),(37491,1,1,38897,26,676177731,'2016-03-05 08:07:22',''),(37492,1,1,38898,47,676177731,'2016-03-05 08:07:23',''),(37493,1,1,38899,26,676177731,'2016-03-05 08:07:25',''),(37494,1,1,38900,18,676177731,'2016-03-05 08:07:26',''),(37495,1,1,38901,29,676177731,'2016-03-05 08:07:26',''),(37496,1,1,38902,1,772044803,'2016-03-05 08:29:18',''),(37497,1,1,38903,66,3024883475,'2016-03-05 10:18:06',''),(37498,1,1,38904,1,1489375385,'2016-03-05 10:49:12',''),(37499,1,1,38905,1,1489375385,'2016-03-05 10:49:14',''),(37500,1,1,38906,1,1489375385,'2016-03-05 10:49:28',''),(37501,1,1,38907,1,1489375385,'2016-03-05 10:49:30',''),(37502,1,1,38908,1,1489375385,'2016-03-05 10:49:43',''),(37503,1,1,38909,1,1489375385,'2016-03-05 10:49:46',''),(37504,1,1,38910,1,1489375385,'2016-03-05 10:49:54',''),(37505,1,1,38911,1,1489375385,'2016-03-05 10:49:59',''),(37506,1,1,38912,1,1489375385,'2016-03-05 10:50:08',''),(37507,1,1,38913,1,1489375385,'2016-03-05 10:50:10',''),(37508,1,1,38914,15,1489375385,'2016-03-05 10:50:18',''),(37509,1,1,38915,31,1489375385,'2016-03-05 10:50:26',''),(37510,1,1,38916,47,1489375385,'2016-03-05 10:50:30',''),(37511,1,1,38917,41,1378207721,'2016-03-05 11:49:18',''),(37512,1,1,38918,43,1378207721,'2016-03-05 11:49:20',''),(37513,1,1,38919,45,1378207721,'2016-03-05 11:49:23',''),(37514,1,1,38920,53,1378207721,'2016-03-05 11:49:33',''),(37515,1,1,38921,3,2538613875,'2016-03-05 12:04:46',''),(37516,1,1,38922,1,1053986805,'2016-03-05 12:18:23',''),(37517,1,1,38923,1,1123631731,'2016-03-05 13:01:20',''),(37518,1,1,38924,1,772383919,'2016-03-05 13:12:43',''),(37519,1,1,38925,6,2071807768,'2016-03-05 13:27:30',''),(37520,1,1,38926,26,910515445,'2016-03-05 13:30:30',''),(37521,1,1,38927,26,910515445,'2016-03-05 13:30:32',''),(37522,1,1,38928,26,910515445,'2016-03-05 13:30:36',''),(37523,1,1,38929,43,910515445,'2016-03-05 13:31:15',''),(37524,1,1,38930,1,1123631276,'2016-03-05 14:03:35',''),(37525,1,1,38931,1,772044803,'2016-03-05 14:30:31',''),(37526,1,1,38932,1,772044803,'2016-03-05 14:30:34',''),(37527,1,1,38933,1,772044803,'2016-03-05 14:30:36',''),(37528,1,1,38934,9,772044803,'2016-03-05 14:30:38',''),(37529,1,1,38935,43,84498858,'2016-03-05 14:52:01',''),(37530,1,1,38936,27,84498858,'2016-03-05 14:52:03',''),(37531,1,1,38937,58,84498858,'2016-03-05 14:52:06',''),(37532,1,1,38938,1,1123631273,'2016-03-05 15:04:37',''),(37533,1,1,38939,1,1542483270,'2016-03-05 15:11:35',''),(37534,1,1,38940,28,3024883475,'2016-03-05 16:00:45',''),(37535,1,1,38941,1,2297653148,'2016-03-05 16:18:07',''),(37536,1,1,38942,1,2297653148,'2016-03-05 16:18:13',''),(37537,1,1,38943,27,2538613875,'2016-03-05 16:39:03',''),(37538,1,1,38944,44,2538613875,'2016-03-05 16:39:06',''),(37539,1,1,38945,49,2538613875,'2016-03-05 16:39:09',''),(37540,1,1,38946,1,1123631276,'2016-03-05 17:03:52',''),(37541,1,1,38947,1,1755118398,'2016-03-05 20:16:24',''),(37542,1,1,38948,1,1123631273,'2016-03-05 20:58:44',''),(37543,1,1,38949,65,1123631276,'2016-03-05 22:45:11',''),(37544,1,1,38950,1,1123631281,'2016-03-05 22:45:41',''),(37545,1,1,38951,68,1123631276,'2016-03-06 01:46:56',''),(37546,1,1,38952,1,772044803,'2016-03-06 04:23:20',''),(37547,1,1,38953,6,872315323,'2016-03-06 04:32:33',''),(37548,1,1,38954,55,872315323,'2016-03-06 04:32:37',''),(37549,1,1,38955,62,872315323,'2016-03-06 04:32:40',''),(37550,1,1,38956,63,872315323,'2016-03-06 04:32:43',''),(37551,1,1,38957,64,872315323,'2016-03-06 04:32:46',''),(37552,1,1,38958,56,1123631281,'2016-03-06 04:54:44',''),(37553,1,1,38959,6,3227569851,'2016-03-06 07:08:48',''),(37554,1,1,38960,54,2953382627,'2016-03-06 08:37:55',''),(37555,1,1,38961,66,2953382627,'2016-03-06 08:37:58',''),(37556,1,1,38962,57,1427206286,'2016-03-06 09:44:51',''),(37557,1,1,38963,6,1159644858,'2016-03-06 09:45:56',''),(37558,1,1,38964,42,1159644858,'2016-03-06 09:46:00',''),(37559,1,1,38965,38,1159644858,'2016-03-06 09:46:03',''),(37560,1,1,38966,43,1159644858,'2016-03-06 09:46:06',''),(37561,1,1,38967,16,3024883461,'2016-03-06 09:46:10',''),(37562,1,1,38968,1,1330507238,'2016-03-06 10:28:24','https://www.google.co.uk/'),(37563,1,1,38969,26,1152705578,'2016-03-06 11:40:00',''),(37564,1,1,38970,68,1123631281,'2016-03-06 12:56:21',''),(37565,1,1,38971,1,1542483283,'2016-03-06 16:39:57',''),(37566,1,1,38972,1,1123631276,'2016-03-06 17:05:51',''),(37567,1,1,38973,26,1489375385,'2016-03-06 17:27:34',''),(37568,1,1,38974,26,1489375385,'2016-03-06 17:27:36',''),(37569,1,1,38975,26,1489375385,'2016-03-06 17:27:39',''),(37570,1,1,38976,26,1489375385,'2016-03-06 17:27:44',''),(37571,1,1,38977,26,1489375385,'2016-03-06 17:27:47',''),(37572,1,1,38978,26,1489375385,'2016-03-06 17:27:50',''),(37573,1,1,38979,26,1489375385,'2016-03-06 17:27:54',''),(37574,1,1,38980,26,1489375385,'2016-03-06 17:27:58',''),(37575,1,1,38981,1,1489375385,'2016-03-06 17:28:03',''),(37576,1,1,38982,1,1489375385,'2016-03-06 17:28:07',''),(37577,1,1,38983,1,1489375385,'2016-03-06 17:28:12',''),(37578,1,1,38984,1,1489375385,'2016-03-06 17:28:19',''),(37579,1,1,38985,1,1489375385,'2016-03-06 17:28:22',''),(37580,1,1,38986,1,1489375385,'2016-03-06 17:28:26',''),(37581,1,1,38987,1,1489375385,'2016-03-06 17:28:39',''),(37582,1,1,38988,43,1489375385,'2016-03-06 17:28:43',''),(37583,1,1,38989,43,1489375385,'2016-03-06 17:28:50',''),(37584,1,1,38990,52,1489375385,'2016-03-06 17:28:54',''),(37585,1,1,38991,16,1489375385,'2016-03-06 17:28:58',''),(37586,1,1,38992,16,1489375385,'2016-03-06 17:29:02',''),(37587,1,1,38993,28,1489375385,'2016-03-06 17:29:04',''),(37588,1,1,38994,51,1489375385,'2016-03-06 17:29:12',''),(37589,1,1,38995,56,1489375385,'2016-03-06 17:29:17',''),(37590,1,1,38996,65,1489375385,'2016-03-06 17:29:22',''),(37591,1,1,38997,69,1489375385,'2016-03-06 17:29:26',''),(37592,1,1,38998,10,1489375385,'2016-03-06 17:29:31',''),(37593,1,1,38999,1,772043973,'2016-03-06 17:47:49',''),(37594,1,1,39000,1,772043973,'2016-03-06 17:47:55',''),(37595,1,1,39001,10,3024883603,'2016-03-06 18:20:57',''),(37596,1,1,39002,1,772036457,'2016-03-06 18:29:32',''),(37597,1,1,39003,26,772036457,'2016-03-06 18:36:02',''),(37598,1,1,39004,55,2420902020,'2016-03-06 18:50:32',''),(37599,1,1,39005,62,2420902020,'2016-03-06 18:50:35',''),(37600,1,1,39006,63,2420902020,'2016-03-06 18:50:38',''),(37601,1,1,39007,64,2420902020,'2016-03-06 18:50:40',''),(37602,1,1,39008,48,3702877360,'2016-03-06 21:16:25',''),(37603,1,1,39009,1,773770005,'2016-03-06 21:27:33',''),(37604,1,1,39010,1,773770005,'2016-03-06 21:46:53',''),(37605,1,1,39011,26,2990476559,'2016-03-06 22:56:22',''),(37606,1,1,39012,26,2990476559,'2016-03-06 22:56:38',''),(37607,1,1,39013,26,2990476559,'2016-03-06 22:56:49',''),(37608,1,1,39014,16,2990476559,'2016-03-06 22:56:58',''),(37609,1,1,39015,1,2297627991,'2016-03-06 23:36:48',''),(37610,1,1,39016,1,2297627991,'2016-03-06 23:36:50',''),(37611,1,1,39017,1,2297627991,'2016-03-06 23:36:52',''),(37612,1,1,39018,1,2297627991,'2016-03-06 23:36:55',''),(37613,1,1,39019,1,1123631281,'2016-03-07 00:10:02',''),(37614,1,1,39020,1,3702877287,'2016-03-07 03:32:52',''),(37615,1,1,39021,1,1123631276,'2016-03-07 03:34:08',''),(37616,1,1,39022,1,1123631273,'2016-03-07 05:00:08',''),(37617,1,1,39023,26,772043973,'2016-03-07 06:57:48',''),(37618,1,1,39024,26,772043973,'2016-03-07 06:57:54',''),(37619,1,1,39025,59,772043973,'2016-03-07 06:57:59',''),(37620,1,1,39026,1,1123631273,'2016-03-07 07:43:46',''),(37621,1,1,39027,1,1123631276,'2016-03-07 09:18:45',''),(37622,1,1,39028,1,1123631273,'2016-03-07 10:49:13',''),(37623,1,1,39029,1,1123631276,'2016-03-07 13:00:08',''),(37624,1,1,39030,1,1123636079,'2016-03-07 13:53:30',''),(37625,1,1,39031,1,3024883465,'2016-03-07 15:40:24',''),(37626,1,1,39032,3,872292434,'2016-03-07 15:45:21',''),(37627,1,1,39033,3,872292434,'2016-03-07 15:45:23',''),(37628,1,1,39034,1,3650822157,'2016-03-07 16:08:37','https://www.google.co.uk/'),(37629,1,1,39035,1,2071807826,'2016-03-07 16:13:41',''),(37630,1,1,39036,1,3702877277,'2016-03-07 16:17:22',''),(37631,1,1,39037,1,1123631273,'2016-03-07 17:14:52',''),(37632,1,1,39039,1,1123631281,'2016-03-07 17:32:20',''),(37633,1,1,39040,1,3583550086,'2016-03-07 18:13:42',''),(37634,1,1,39041,1,1542483275,'2016-03-07 18:50:32',''),(37635,1,1,39042,14,3702877287,'2016-03-07 21:22:35',''),(37636,1,1,39043,1,2366145637,'2016-03-07 23:35:51',''),(37637,1,1,39044,1,2193699366,'2016-03-07 23:35:55',''),(37638,1,1,39045,1,1570674749,'2016-03-07 23:35:59',''),(37639,1,1,39046,1,2193699366,'2016-03-07 23:36:02',''),(37640,1,1,39047,26,2513055649,'2016-03-07 23:58:32',''),(37641,1,1,39048,26,2513055649,'2016-03-07 23:58:34',''),(37642,1,1,39049,26,2513055649,'2016-03-07 23:58:38',''),(37643,1,1,39050,26,2513055649,'2016-03-07 23:58:40',''),(37644,1,1,39051,26,2513055649,'2016-03-07 23:58:44',''),(37645,1,1,39052,72,2513055649,'2016-03-07 23:58:46',''),(37646,1,1,39053,70,2513055649,'2016-03-07 23:58:49',''),(37647,1,1,39054,1,3479603870,'2016-03-08 01:53:46',''),(37648,1,1,39055,1,1163186166,'2016-03-08 02:28:30',''),(37649,1,1,39056,54,3475901821,'2016-03-08 03:54:59',''),(37650,1,1,39057,58,3475901821,'2016-03-08 03:55:00',''),(37651,1,1,39058,48,3475901821,'2016-03-08 03:55:02',''),(37652,1,1,39059,26,3475901821,'2016-03-08 03:55:03',''),(37653,1,1,39060,65,3475901821,'2016-03-08 03:55:04',''),(37654,1,1,39061,68,3475901821,'2016-03-08 03:55:05',''),(37655,1,1,39062,26,3475901777,'2016-03-08 03:55:07',''),(37656,1,1,39063,69,3475901821,'2016-03-08 03:55:07',''),(37657,1,1,39064,16,3475901777,'2016-03-08 03:55:07',''),(37658,1,1,39065,63,3475901821,'2016-03-08 03:55:09',''),(37659,1,1,39066,26,3475901777,'2016-03-08 03:55:09',''),(37660,1,1,39067,26,3475901777,'2016-03-08 03:55:10',''),(37661,1,1,39068,27,3475901821,'2016-03-08 03:55:10',''),(37662,1,1,39069,10,3475901777,'2016-03-08 03:55:11',''),(37663,1,1,39070,70,3475901777,'2016-03-08 03:55:13',''),(37664,1,1,39071,26,3475901777,'2016-03-08 03:55:14',''),(37665,1,1,39072,41,3475901777,'2016-03-08 03:55:15',''),(37666,1,1,39073,26,3475901777,'2016-03-08 03:55:16',''),(37667,1,1,39074,73,3475901777,'2016-03-08 03:55:17',''),(37668,1,1,39075,43,3475901777,'2016-03-08 03:55:19',''),(37669,1,1,39076,42,3475901777,'2016-03-08 03:55:20',''),(37670,1,1,39077,55,3475901777,'2016-03-08 03:55:21',''),(37671,1,1,39078,26,3475901777,'2016-03-08 03:55:23',''),(37672,1,1,39079,26,3475901777,'2016-03-08 03:55:24',''),(37673,1,1,39080,26,3475901777,'2016-03-08 03:55:25',''),(37674,1,1,39081,49,3475901777,'2016-03-08 03:55:26',''),(37675,1,1,39082,14,3475901777,'2016-03-08 03:55:27',''),(37676,1,1,39083,71,3475901777,'2016-03-08 03:55:28',''),(37677,1,1,39084,16,3475901777,'2016-03-08 03:55:29',''),(37678,1,1,39085,1,1123631276,'2016-03-08 04:37:15',''),(37679,1,1,39086,1,3024883479,'2016-03-08 05:32:00',''),(37680,1,1,39087,68,1123631276,'2016-03-08 06:59:46',''),(37681,1,1,39088,3,772036457,'2016-03-08 07:22:01',''),(37682,1,1,39089,1,2420902020,'2016-03-08 07:26:40',''),(37683,1,1,39090,15,1152705578,'2016-03-08 07:34:39',''),(37684,1,1,39091,6,2420907756,'2016-03-08 07:54:27',''),(37685,1,1,39092,55,2420907756,'2016-03-08 07:54:30',''),(37686,1,1,39093,62,2420907756,'2016-03-08 07:54:32',''),(37687,1,1,39094,63,2420907756,'2016-03-08 07:54:35',''),(37688,1,1,39095,64,2420907756,'2016-03-08 07:54:38',''),(37689,1,1,39096,1,1089905930,'2016-03-08 08:10:06','http://whois.domaintools.com/mstyresblackburn.co.uk'),(37690,1,1,39097,1,2071807777,'2016-03-08 08:13:17',''),(37691,1,1,39098,1,3702877307,'2016-03-08 08:17:26',''),(37692,1,1,39099,1,2420902987,'2016-03-08 08:22:05',''),(37693,1,1,39100,56,1367463953,'2016-03-08 09:27:06','https://www.bing.com/'),(37694,1,1,39101,6,3562254980,'2016-03-08 09:47:07',''),(37695,1,1,39102,1,1123631273,'2016-03-08 09:49:30',''),(37696,1,1,39103,26,1489375385,'2016-03-08 10:03:33',''),(37697,1,1,39104,26,1489375385,'2016-03-08 10:03:35',''),(37698,1,1,39105,26,1489375385,'2016-03-08 10:03:39',''),(37699,1,1,39106,43,1489375385,'2016-03-08 10:03:42',''),(37700,1,1,39107,27,1053977545,'2016-03-08 10:04:40',''),(37701,1,1,39108,44,1053977545,'2016-03-08 10:04:45',''),(37702,1,1,39109,49,1053977545,'2016-03-08 10:04:48',''),(37703,1,1,39110,26,2987946484,'2016-03-08 10:27:04',''),(37704,1,1,39111,26,2987946484,'2016-03-08 10:27:09',''),(37705,1,1,39112,26,2987946484,'2016-03-08 10:27:12',''),(37706,1,1,39113,1,2297628119,'2016-03-08 11:33:48',''),(37707,1,1,39114,54,1170583858,'2016-03-08 12:03:14',''),(37708,1,1,39115,66,1170583858,'2016-03-08 12:03:17',''),(37709,1,1,39116,71,3024883461,'2016-03-08 12:39:35',''),(37710,1,1,39117,6,2731721857,'2016-03-08 12:40:01',''),(37711,1,1,39118,18,2731721857,'2016-03-08 12:40:04',''),(37712,1,1,39119,42,2731721857,'2016-03-08 12:40:06',''),(37713,1,1,39120,38,2731721857,'2016-03-08 12:40:09',''),(37714,1,1,39121,43,2731721857,'2016-03-08 12:40:11',''),(37715,1,1,39122,16,1152705578,'2016-03-08 12:57:19',''),(37716,1,1,39123,1,2071807775,'2016-03-08 15:13:41',''),(37717,1,1,39124,1,3702877301,'2016-03-08 15:17:04',''),(37718,1,1,39125,18,2990476559,'2016-03-08 17:11:51',''),(37719,1,1,39126,29,2990476559,'2016-03-08 17:11:57',''),(37720,1,1,39127,69,1152705578,'2016-03-08 17:25:26',''),(37721,1,1,39128,51,2071807835,'2016-03-08 18:36:38',''),(37722,1,1,39129,63,1123631281,'2016-03-08 20:12:13',''),(37723,1,1,39130,1,1123631273,'2016-03-08 20:18:24',''),(37724,1,1,39131,1,1542483303,'2016-03-08 20:30:30',''),(37725,1,1,39132,6,1152705578,'2016-03-08 21:17:31',''),(37726,1,1,39133,1,1123631273,'2016-03-08 21:33:20',''),(37727,1,1,39134,1,772044803,'2016-03-08 22:16:15',''),(37728,1,1,39135,1,772044803,'2016-03-08 22:16:18',''),(37729,1,1,39136,1,772044803,'2016-03-08 22:16:20',''),(37730,1,1,39137,43,2953382627,'2016-03-08 22:58:43',''),(37731,1,1,39138,27,2953382627,'2016-03-08 22:58:46',''),(37732,1,1,39139,58,2953382627,'2016-03-08 22:58:49',''),(37733,1,1,39140,1,772036457,'2016-03-08 23:05:00',''),(37734,1,1,39141,1,772036457,'2016-03-08 23:05:02',''),(37735,1,1,39142,1,772036457,'2016-03-08 23:05:05',''),(37736,1,1,39143,1,772036457,'2016-03-08 23:05:07',''),(37737,1,1,39144,1,1489375385,'2016-03-08 23:22:22',''),(37738,1,1,39145,1,1311650550,'2016-03-09 00:46:08',''),(37739,1,1,39146,1,1311650550,'2016-03-09 00:46:11',''),(37740,1,1,39147,1,1311650550,'2016-03-09 00:46:13',''),(37741,1,1,39148,1,1311650550,'2016-03-09 00:46:16',''),(37742,1,1,39149,1,1123631281,'2016-03-09 01:59:19',''),(37743,1,1,39150,1,1123631281,'2016-03-09 03:12:46',''),(37744,1,1,39151,73,3024883599,'2016-03-09 03:45:45',''),(37745,1,1,39152,1,1123631281,'2016-03-09 03:48:03',''),(37746,1,1,39153,26,2996277155,'2016-03-09 06:08:06',''),(37747,1,1,39154,1,2297638998,'2016-03-09 06:22:53',''),(37748,1,1,39155,1,3024883605,'2016-03-09 06:30:38',''),(37749,1,1,39156,1,1123631281,'2016-03-09 07:15:14',''),(37750,1,1,39157,1,1123631281,'2016-03-09 07:53:26',''),(37751,1,1,39158,9,772043973,'2016-03-09 08:03:35',''),(37752,1,1,39159,43,772043973,'2016-03-09 08:03:40',''),(37753,1,1,39160,1,2366158595,'2016-03-09 08:45:51',''),(37754,1,1,39161,1,2366158595,'2016-03-09 08:45:55',''),(37755,1,1,39162,1,2366158595,'2016-03-09 08:45:58',''),(37756,1,1,39163,1,2366158595,'2016-03-09 08:46:07',''),(37757,1,1,39164,1,3282771783,'2016-03-09 09:16:03','http://www.bing.com/local?lid=YN1000x261130585&id=YN1000x261130585&q=MS+Tyres+Blackburn+Lancashire&name=MS+%ee%80%80Tyres%ee%80%81&cp=53.75236~-2.444945'),(37758,1,1,39165,1,3024883479,'2016-03-09 12:24:24',''),(37759,1,1,39166,1,1123632553,'2016-03-09 12:50:15',''),(37760,1,1,39167,3,772383919,'2016-03-09 13:10:22',''),(37761,1,1,39168,3,772383919,'2016-03-09 13:10:25',''),(37762,1,1,39169,1,1123632561,'2016-03-09 13:24:03',''),(37763,1,1,39170,1,786575846,'2016-03-09 13:29:32','https://www.google.co.uk/'),(37764,1,1,39171,1,1445941394,'2016-03-09 15:10:40',''),(37765,1,1,39172,1,1445941394,'2016-03-09 15:10:54',''),(37766,1,1,39173,1,1445941394,'2016-03-09 15:11:13',''),(37767,1,1,39174,1,1445941394,'2016-03-09 15:11:22',''),(37768,1,1,39175,1,1445941394,'2016-03-09 15:11:31',''),(37769,1,1,39176,1,1123632561,'2016-03-09 15:53:55',''),(37770,1,1,39177,72,3024883602,'2016-03-09 16:06:40',''),(37771,1,1,39178,1,1443502500,'2016-03-09 16:22:01','http://www.emailmarketingrobot.com/webmasters/'),(37772,1,1,39179,6,1443502500,'2016-03-09 16:22:02','http://www.emailmarketingrobot.com/webmasters/'),(37773,1,1,39180,6,1443502500,'2016-03-09 16:22:04','http://www.emailmarketingrobot.com/webmasters/'),(37774,1,1,39181,1,1443502500,'2016-03-09 16:22:07','http://www.emailmarketingrobot.com/webmasters/'),(37775,1,1,39182,1,1443502500,'2016-03-09 16:22:09','http://www.emailmarketingrobot.com/webmasters/'),(37776,1,1,39183,9,1443502500,'2016-03-09 16:22:11','http://www.emailmarketingrobot.com/webmasters/'),(37777,1,1,39184,18,1443502500,'2016-03-09 16:22:13','http://www.emailmarketingrobot.com/webmasters/'),(37778,1,1,39185,1,1443502500,'2016-03-09 16:22:16','http://www.emailmarketingrobot.com/webmasters/'),(37779,1,1,39186,3,1443502500,'2016-03-09 16:22:18','http://www.emailmarketingrobot.com/webmasters/'),(37780,1,1,39188,18,772045740,'2016-03-09 16:41:55',''),(37781,1,1,39189,29,772045740,'2016-03-09 16:41:58',''),(37782,1,1,39190,1,3281687265,'2016-03-09 18:31:26',''),(37783,1,1,39191,1,1838827434,'2016-03-09 21:00:36','http://www.webaddresshelp.bt.com/main?ClientLocation=uk&ParticipantID=mg76cjr54t8kx45jjw4j4k9j5hsr5m26&Implementation=0&LinkID=VuCONn8AAAEAAFZHIc4AAABu&FailureMode=5&pvf=1&pvi=0&SearchQuery=mstyresblackburn.co.uk&searchbtn=Search'),(37784,1,1,39192,18,633036550,'2016-03-09 21:43:46',''),(37785,1,1,39193,1,1123632556,'2016-03-09 23:05:56',''),(37786,1,1,39194,1,1123632561,'2016-03-09 23:10:21',''),(37787,1,1,39195,41,3702877367,'2016-03-09 23:20:56',''),(37788,1,1,39196,1,1503892538,'2016-03-10 01:09:29',''),(37789,1,1,39197,1,2071807827,'2016-03-10 01:40:31',''),(37790,1,1,39198,1,1542483298,'2016-03-10 01:47:44',''),(37791,1,1,39199,1,1123632556,'2016-03-10 02:28:34',''),(37792,1,1,39201,1,1596849787,'2016-03-10 06:06:14',''),(37793,1,1,39202,6,2071807858,'2016-03-10 06:28:33',''),(37794,1,1,39203,1,2959615354,'2016-03-10 07:41:12',''),(37795,1,1,39204,1,2959615354,'2016-03-10 07:59:53',''),(37796,1,1,39205,1,1159644914,'2016-03-10 08:03:27',''),(37797,1,1,39206,41,772045740,'2016-03-10 08:07:19',''),(37798,1,1,39207,43,772045740,'2016-03-10 08:07:22',''),(37799,1,1,39208,45,772045740,'2016-03-10 08:07:26',''),(37800,1,1,39209,53,772045740,'2016-03-10 08:07:28',''),(37801,1,1,39210,26,872292358,'2016-03-10 09:21:00',''),(37802,1,1,39211,26,872292358,'2016-03-10 09:21:03',''),(37803,1,1,39212,26,872292358,'2016-03-10 09:21:06',''),(37804,1,1,39213,43,872292358,'2016-03-10 09:21:09',''),(37805,1,1,39214,6,2953413445,'2016-03-10 09:23:22',''),(37806,1,1,39215,1,2734115015,'2016-03-10 09:28:24','http://burger-imperia.com/'),(37807,1,1,39216,1,2961112075,'2016-03-10 10:00:50','http://burger-imperia.com/'),(37808,1,1,39217,6,2987946484,'2016-03-10 10:10:24',''),(37809,1,1,39218,18,2987946484,'2016-03-10 10:10:28',''),(37810,1,1,39219,42,2987946484,'2016-03-10 10:10:31',''),(37811,1,1,39220,38,2987946484,'2016-03-10 10:10:35',''),(37812,1,1,39221,43,2987946484,'2016-03-10 10:10:42',''),(37813,1,1,39222,6,3589262799,'2016-03-10 10:25:56',''),(37814,1,1,39223,55,3589262799,'2016-03-10 10:25:58',''),(37815,1,1,39224,62,3589262799,'2016-03-10 10:26:01',''),(37816,1,1,39225,63,3589262799,'2016-03-10 10:26:04',''),(37817,1,1,39226,64,3589262799,'2016-03-10 10:26:08',''),(37818,1,1,39227,3,1159649166,'2016-03-10 10:53:16',''),(37819,1,1,39228,3,1159649166,'2016-03-10 10:53:19',''),(37820,1,1,39229,1,1123632556,'2016-03-10 11:11:24',''),(37821,1,1,39230,1,1540687956,'2016-03-10 11:16:01','http://burger-imperia.com/'),(37822,1,1,39231,3,872358996,'2016-03-10 11:17:48',''),(37823,1,1,39232,18,872358996,'2016-03-10 11:17:51',''),(37824,1,1,39233,1,772045740,'2016-03-10 11:31:33',''),(37825,1,1,39234,1,3110360512,'2016-03-10 12:23:51','http://burger-imperia.com/'),(37826,1,1,39235,67,1534682446,'2016-03-10 12:31:28',''),(37827,1,1,39236,1,1427206286,'2016-03-10 12:42:45',''),(37828,1,1,39237,1,1427206286,'2016-03-10 12:42:47',''),(37829,1,1,39238,1,1427206286,'2016-03-10 12:42:49',''),(37830,1,1,39239,43,1159649146,'2016-03-10 12:45:28',''),(37831,1,1,39240,27,1159649146,'2016-03-10 12:45:31',''),(37832,1,1,39241,58,1159649146,'2016-03-10 12:45:34',''),(37833,1,1,39242,1,1170583858,'2016-03-10 12:47:14',''),(37834,1,1,39243,1,3024883596,'2016-03-10 12:52:45',''),(37835,1,1,39244,1,3024883478,'2016-03-10 12:52:47',''),(37836,1,1,39245,1,1123632553,'2016-03-10 12:57:15',''),(37837,1,1,39248,1,772044803,'2016-03-10 13:25:32',''),(37838,1,1,39249,1,772044803,'2016-03-10 13:25:34',''),(37839,1,1,39250,1,772044803,'2016-03-10 13:25:37',''),(37840,1,1,39251,1,772044803,'2016-03-10 13:25:39',''),(37841,1,1,39252,1,772044803,'2016-03-10 13:29:18',''),(37842,1,1,39253,1,772044803,'2016-03-10 13:29:20',''),(37843,1,1,39254,1,772044803,'2016-03-10 13:29:22',''),(37844,1,1,39255,1,772044803,'2016-03-10 13:29:24',''),(37845,1,1,39256,1,1356075581,'2016-03-10 13:51:54',''),(37846,1,1,39257,26,1152705578,'2016-03-10 14:09:46',''),(37847,1,1,39258,1,2071807774,'2016-03-10 14:10:24',''),(37848,1,1,39259,27,3232160470,'2016-03-10 14:18:19',''),(37849,1,1,39260,44,3232160470,'2016-03-10 14:18:31',''),(37850,1,1,39261,49,3232160470,'2016-03-10 14:18:34',''),(37851,1,1,39262,54,2538613875,'2016-03-10 14:51:38',''),(37852,1,1,39263,66,2538613875,'2016-03-10 14:51:43',''),(37853,1,1,39264,6,1123632553,'2016-03-10 15:34:17',''),(37854,1,1,39265,1,1123632556,'2016-03-10 16:51:21',''),(37855,1,1,39266,41,3024883475,'2016-03-10 16:53:40',''),(37856,1,1,39267,1,3024883486,'2016-03-10 17:27:10',''),(37857,1,1,39268,1,3024883617,'2016-03-10 17:27:12',''),(37858,1,1,39269,1,524127616,'2016-03-10 17:38:03','https://www.google.pl/search?q=MS+Tyres+Blackburn+Blackburn,+Wielka+Brytania&ludocid=14846987743364526223&sa=X&ved=0ahUKEwih-ZHz07bLAhVkz3IKHbpQBSgQoAIIGjAD'),(37859,1,1,39270,27,1123632553,'2016-03-10 19:36:39',''),(37860,1,1,39271,1,1443146016,'2016-03-10 20:10:30','https://www.bing.com/local/?lid=YN1000x261130585&id=YN1000x261130585&q=MS+Tyres+Blackburn+Lancashire&cp=53.75236~-2.444945&mkt=en-GB&setlang=en-GB'),(37861,1,1,39272,1,1123632556,'2016-03-10 20:24:02',''),(37862,1,1,39273,3,1578570674,'2016-03-11 00:57:43',''),(37863,1,1,39274,57,1578570674,'2016-03-11 00:57:45',''),(37864,1,1,39275,10,1152705578,'2016-03-11 01:06:10',''),(37865,1,1,39276,1,1542483324,'2016-03-11 03:45:20',''),(37866,1,1,39277,1,772044803,'2016-03-11 06:38:04',''),(37867,1,1,39278,1,772044803,'2016-03-11 06:38:08',''),(37868,1,1,39279,1,772044803,'2016-03-11 06:38:11',''),(37869,1,1,39280,1,772044803,'2016-03-11 06:38:14',''),(37870,1,1,39281,1,772044803,'2016-03-11 06:38:16',''),(37871,1,1,39282,1,772044803,'2016-03-11 06:38:19',''),(37872,1,1,39283,1,772044803,'2016-03-11 06:38:22',''),(37873,1,1,39284,1,772044803,'2016-03-11 06:38:25',''),(37874,1,1,39285,1,772044803,'2016-03-11 06:38:27',''),(37875,1,1,39286,1,772044803,'2016-03-11 06:38:30',''),(37876,1,1,39287,1,772044803,'2016-03-11 06:38:33',''),(37877,1,1,39288,67,772044803,'2016-03-11 06:38:36',''),(37878,1,1,39289,74,772044803,'2016-03-11 06:38:39',''),(37879,1,1,39290,1,2071807854,'2016-03-11 07:13:18',''),(37880,1,1,39291,1,3702877334,'2016-03-11 07:17:13',''),(37881,1,1,39292,1,2204827761,'2016-03-11 08:42:11',''),(37882,1,1,39293,62,2071807792,'2016-03-11 08:53:00',''),(37883,1,1,39294,1,2366158595,'2016-03-11 09:56:55',''),(37884,1,1,39295,1,2366158595,'2016-03-11 09:56:59',''),(37885,1,1,39296,1,2366145637,'2016-03-11 09:57:02',''),(37886,1,1,39297,1,2366148121,'2016-03-11 09:57:06',''),(37887,1,1,39298,45,872366340,'2016-03-11 12:36:21',''),(37888,1,1,39299,1,1123632553,'2016-03-11 14:12:00',''),(37889,1,1,39300,56,40138048,'2016-03-11 14:40:33','https://www.google.co.uk/'),(37890,1,1,39301,1,1123632553,'2016-03-11 15:26:59',''),(37891,1,1,39302,1,3479603870,'2016-03-11 16:25:45',''),(37892,1,1,39303,1,3479603870,'2016-03-11 16:44:50',''),(37893,1,1,39304,1,1123632553,'2016-03-11 17:05:39',''),(37894,1,1,39306,54,1152705578,'2016-03-11 17:55:39',''),(37895,1,1,39307,1,1898183522,'2016-03-11 21:13:04',''),(37896,1,1,39309,26,772043973,'2016-03-11 21:17:57',''),(37897,1,1,39310,26,772043973,'2016-03-11 21:18:02',''),(37898,1,1,39311,26,772043973,'2016-03-11 21:18:10',''),(37899,1,1,39312,1,1123632556,'2016-03-11 21:20:07',''),(37900,1,1,39313,1,3024883474,'2016-03-11 22:48:52',''),(37901,1,1,39314,51,1152705578,'2016-03-11 23:11:24',''),(37902,1,1,39315,1,782615949,'2016-03-12 02:43:22',''),(37903,1,1,39316,1,782615949,'2016-03-12 02:43:25',''),(37904,1,1,39317,1,782615949,'2016-03-12 02:43:27',''),(37905,1,1,39318,1,782615949,'2016-03-12 02:43:30',''),(37906,1,1,39319,1,782615949,'2016-03-12 02:43:32',''),(37907,1,1,39320,1,782615949,'2016-03-12 02:43:34',''),(37908,1,1,39321,1,782615949,'2016-03-12 02:43:37',''),(37909,1,1,39322,68,1123632556,'2016-03-12 03:05:36',''),(37910,1,1,39323,1,3024883613,'2016-03-12 03:31:53',''),(37911,1,1,39324,9,1159644850,'2016-03-12 03:54:47',''),(37912,1,1,39325,1,1542483271,'2016-03-12 05:33:43',''),(37913,1,1,39326,47,1123632553,'2016-03-12 06:24:10',''),(37914,1,1,39327,65,1123632556,'2016-03-12 07:11:34',''),(37915,1,1,39328,1,1123632556,'2016-03-12 10:34:10',''),(37916,1,1,39329,1,40250516,'2016-03-12 10:52:03','https://www.google.co.uk/'),(37917,1,1,39330,41,3024883605,'2016-03-12 11:07:48',''),(37918,1,1,39331,65,1167856839,'2016-03-12 11:33:22','https://www.google.ca/'),(37919,1,1,39332,1,3702877325,'2016-03-12 13:07:26',''),(37920,1,1,39333,3,84497668,'2016-03-12 13:17:39',''),(37921,1,1,39334,3,84497668,'2016-03-12 13:17:42',''),(37922,1,1,39335,31,2760155443,'2016-03-12 13:24:58',''),(37923,1,1,39336,1,1123631727,'2016-03-12 13:41:49',''),(37924,1,1,39337,48,1152705718,'2016-03-12 14:48:17',''),(37925,1,1,39338,63,1123631731,'2016-03-12 15:05:36',''),(37926,1,1,39339,1,1123631729,'2016-03-12 16:33:44',''),(37927,1,1,39340,9,1123631731,'2016-03-12 17:20:49',''),(37928,1,1,39341,18,2917833083,'2016-03-12 18:21:58',''),(37929,1,1,39342,29,2917833083,'2016-03-12 18:22:05',''),(37930,1,1,39343,31,2071807763,'2016-03-12 19:24:52',''),(37931,1,1,39344,1,1123631731,'2016-03-12 19:46:14',''),(37932,1,1,39345,15,1123631727,'2016-03-12 20:25:37',''),(37933,1,1,38446,1,1442834670,'2016-03-12 20:32:38',''),(37934,1,1,39346,56,1123631731,'2016-03-12 22:42:59',''),(37935,1,1,39347,1,3561236819,'2016-03-12 22:45:35','http://hundejo.com/'),(37936,1,1,39348,1,1159645538,'2016-03-12 23:23:26',''),(37937,1,1,39349,1,1159645538,'2016-03-12 23:23:30',''),(37938,1,1,39350,1,1159645538,'2016-03-12 23:23:32',''),(37939,1,1,39351,1,1159645538,'2016-03-12 23:23:35',''),(37940,1,1,39352,1,1159645538,'2016-03-12 23:23:37',''),(37941,1,1,39353,1,1159645538,'2016-03-12 23:23:40',''),(37942,1,1,39354,52,1159645538,'2016-03-12 23:23:42',''),(37943,1,1,39355,16,1159645538,'2016-03-12 23:23:44',''),(37944,1,1,39356,16,1159645538,'2016-03-12 23:23:47',''),(37945,1,1,39357,28,1159645538,'2016-03-12 23:23:50',''),(37946,1,1,39358,50,1159645538,'2016-03-12 23:23:53',''),(37947,1,1,39359,51,1159645538,'2016-03-12 23:23:56',''),(37948,1,1,39360,56,1159645538,'2016-03-12 23:23:59',''),(37949,1,1,39361,65,1159645538,'2016-03-12 23:24:02',''),(37950,1,1,39362,69,1159645538,'2016-03-12 23:24:05',''),(37951,1,1,39363,1,872317274,'2016-03-13 00:01:00',''),(37952,1,1,39364,1,3702877259,'2016-03-13 00:16:26',''),(37953,1,1,39365,1,2071807820,'2016-03-13 00:20:42',''),(37954,1,1,39366,1,1123631727,'2016-03-13 02:31:53',''),(37955,1,1,39367,6,872363002,'2016-03-13 03:11:36',''),(37956,1,1,39368,55,872363002,'2016-03-13 03:11:39',''),(37957,1,1,39369,62,872363002,'2016-03-13 03:11:42',''),(37958,1,1,39370,63,872363002,'2016-03-13 03:11:45',''),(37959,1,1,39371,64,872363002,'2016-03-13 03:11:48',''),(37960,1,1,39372,1,872358998,'2016-03-13 03:19:56',''),(37961,1,1,39373,51,1123631731,'2016-03-13 04:11:33',''),(37962,1,1,39375,3,84492181,'2016-03-13 04:25:01',''),(37963,1,1,39376,3,84492181,'2016-03-13 04:25:03',''),(37964,1,1,39377,1,2953413445,'2016-03-13 05:00:23',''),(37965,1,1,39378,1,2953413445,'2016-03-13 05:00:27',''),(37966,1,1,39379,1,2953413445,'2016-03-13 05:00:29',''),(37967,1,1,39380,27,772044803,'2016-03-13 05:01:39',''),(37968,1,1,39381,44,772044803,'2016-03-13 05:01:42',''),(37969,1,1,39382,49,772044803,'2016-03-13 05:01:45',''),(37970,1,1,39383,1,1123631729,'2016-03-13 05:16:22',''),(37971,1,1,39384,1,3024883619,'2016-03-13 05:18:27',''),(37972,1,1,39385,65,3702877277,'2016-03-13 06:04:05',''),(37973,1,1,39386,26,872402717,'2016-03-13 06:25:24',''),(37974,1,1,39387,26,872402717,'2016-03-13 06:25:27',''),(37975,1,1,39388,54,1123631727,'2016-03-13 06:31:23',''),(37976,1,1,39389,1,1053974832,'2016-03-13 06:59:00',''),(37977,1,1,39390,1,1542483267,'2016-03-13 07:08:37',''),(37978,1,1,39391,62,1123631729,'2016-03-13 07:09:04',''),(37979,1,1,39392,54,3562254785,'2016-03-13 07:31:43',''),(37980,1,1,39393,66,3562254785,'2016-03-13 07:31:46',''),(37981,1,1,39394,50,1123631731,'2016-03-13 07:57:37',''),(37982,1,1,39395,3,1159645538,'2016-03-13 08:12:59',''),(37983,1,1,39396,18,1159645538,'2016-03-13 08:13:01',''),(37984,1,1,39397,48,1123631727,'2016-03-13 09:36:08',''),(37985,1,1,39398,75,2760155411,'2016-03-13 09:51:27',''),(37986,1,1,39399,43,2420923694,'2016-03-13 10:44:45',''),(37987,1,1,39400,27,2420923694,'2016-03-13 10:44:48',''),(37988,1,1,39401,58,2420923694,'2016-03-13 10:44:50',''),(37989,1,1,39402,1,2420902020,'2016-03-13 10:49:35',''),(37990,1,1,39403,1,2420902020,'2016-03-13 10:49:37',''),(37991,1,1,39404,1,2420902020,'2016-03-13 10:49:40',''),(37992,1,1,39405,1,2420902020,'2016-03-13 10:49:42',''),(37993,1,1,39406,3,1489430095,'2016-03-13 11:13:55',''),(37994,1,1,39407,67,1489430095,'2016-03-13 11:13:57',''),(37995,1,1,39408,74,1489430095,'2016-03-13 11:14:00',''),(37996,1,1,39409,9,1054099923,'2016-03-13 11:14:19',''),(37997,1,1,39410,1,772044803,'2016-03-13 11:15:34',''),(37998,1,1,39411,1,3024883463,'2016-03-13 11:36:22',''),(37999,1,1,39412,43,1054099923,'2016-03-13 12:03:10',''),(38000,1,1,39413,6,1123631281,'2016-03-13 12:22:53',''),(38001,1,1,39414,6,1578570674,'2016-03-13 12:24:28',''),(38002,1,1,39415,38,3024883473,'2016-03-13 12:43:21',''),(38003,1,1,39417,47,3475901796,'2016-03-13 12:58:00',''),(38004,1,1,39418,26,3475901796,'2016-03-13 12:58:01',''),(38005,1,1,39419,26,3475901796,'2016-03-13 12:58:02',''),(38006,1,1,39420,26,3475901796,'2016-03-13 12:58:03',''),(38007,1,1,39421,26,3475901796,'2016-03-13 12:58:04',''),(38008,1,1,39422,26,3475901796,'2016-03-13 12:58:05',''),(38009,1,1,39423,26,3475901796,'2016-03-13 12:58:06',''),(38010,1,1,39424,18,3475901796,'2016-03-13 12:58:07',''),(38011,1,1,39425,29,3475901796,'2016-03-13 12:58:09',''),(38012,1,1,39426,43,3475901796,'2016-03-13 12:58:10',''),(38013,1,1,39427,31,3475901798,'2016-03-13 12:58:10',''),(38014,1,1,39428,43,3475901796,'2016-03-13 12:58:11',''),(38015,1,1,39429,57,3475901798,'2016-03-13 12:58:12',''),(38016,1,1,39430,26,3475901798,'2016-03-13 12:58:13',''),(38017,1,1,39431,3,3475901798,'2016-03-13 12:58:14',''),(38018,1,1,39432,26,3475901798,'2016-03-13 12:58:15',''),(38019,1,1,39433,15,2637637480,'2016-03-13 12:58:16',''),(38020,1,1,39434,26,2637637480,'2016-03-13 12:58:17',''),(38021,1,1,39435,26,2637637480,'2016-03-13 12:58:18',''),(38022,1,1,39436,26,2637637480,'2016-03-13 12:58:19',''),(38023,1,1,39437,26,2637637480,'2016-03-13 12:58:20',''),(38024,1,1,39438,6,2637637480,'2016-03-13 12:58:21',''),(38025,1,1,39439,1,2637637480,'2016-03-13 12:58:22',''),(38026,1,1,39440,26,2637637499,'2016-03-13 12:58:22',''),(38027,1,1,39441,26,2637637499,'2016-03-13 12:58:23',''),(38028,1,1,39442,26,2637637499,'2016-03-13 12:58:24',''),(38029,1,1,39443,45,2637637499,'2016-03-13 12:58:25',''),(38030,1,1,39444,26,2637637499,'2016-03-13 12:58:26',''),(38031,1,1,39445,9,2637637499,'2016-03-13 12:58:27',''),(38032,1,1,39446,56,2637637499,'2016-03-13 12:58:28',''),(38033,1,1,39447,42,872366428,'2016-03-13 13:03:40',''),(38034,1,1,39448,26,772045740,'2016-03-13 13:43:22',''),(38035,1,1,39449,26,772045740,'2016-03-13 13:43:26',''),(38036,1,1,39450,26,772045740,'2016-03-13 13:43:29',''),(38037,1,1,39451,43,772045740,'2016-03-13 13:43:34',''),(38038,1,1,39452,26,772045740,'2016-03-13 15:19:33',''),(38039,1,1,39453,1,1451570801,'2016-03-13 15:40:05','https://www.google.co.uk/'),(38040,1,1,39454,1,1451570801,'2016-03-13 15:42:26','https://www.google.co.uk/'),(38041,1,1,39455,1,3702877344,'2016-03-13 17:40:59',''),(38042,1,1,39456,1,1123631276,'2016-03-13 17:50:43',''),(38043,1,1,39457,1,1443144785,'2016-03-13 19:32:46','https://www.google.co.uk/'),(38044,1,1,39458,1,2366145637,'2016-03-13 20:07:07',''),(38045,1,1,39459,1,100662575,'2016-03-13 20:07:11',''),(38046,1,1,39460,1,1570674749,'2016-03-13 20:07:15',''),(38047,1,1,39461,1,2366158595,'2016-03-13 20:07:19',''),(38048,1,1,39462,74,3024883490,'2016-03-13 20:26:52',''),(38049,1,1,39463,1,1589657249,'2016-03-13 20:34:10','https://www.google.co.uk/'),(38050,1,1,39464,1,1123631281,'2016-03-13 20:53:45',''),(38051,1,1,39465,1,2071807785,'2016-03-13 21:12:37',''),(38052,1,1,39466,1,3702877278,'2016-03-13 21:17:10',''),(38053,1,1,39467,43,1760471351,'2016-03-13 23:50:37',''),(38054,1,1,39468,1,1760471351,'2016-03-13 23:50:42',''),(38055,1,1,39469,43,1760471351,'2016-03-13 23:50:44',''),(38056,1,1,39470,14,2637637499,'2016-03-13 23:54:24',''),(38057,1,1,39471,6,2637637480,'2016-03-14 01:29:27',''),(38058,1,1,39472,1,3024883593,'2016-03-14 06:34:49',''),(38059,1,1,39473,67,772043973,'2016-03-14 07:29:56',''),(38060,1,1,39474,1,1123631281,'2016-03-14 08:13:44',''),(38061,1,1,39475,1,1542483279,'2016-03-14 08:54:01',''),(38062,1,1,39476,38,1123631273,'2016-03-14 09:30:08',''),(38063,1,1,39477,43,1123631276,'2016-03-14 09:31:49',''),(38064,1,1,39481,54,772383919,'2016-03-14 12:10:39',''),(38065,1,1,39482,66,772383919,'2016-03-14 12:10:42',''),(38066,1,1,39483,15,772383919,'2016-03-14 12:10:45',''),(38067,1,1,39484,31,772383919,'2016-03-14 12:10:48',''),(38068,1,1,39485,47,772383919,'2016-03-14 12:10:51',''),(38069,1,1,39486,1,872315320,'2016-03-14 12:54:29',''),(38070,1,1,39487,1,872315320,'2016-03-14 12:54:32',''),(38071,1,1,39488,1,872315320,'2016-03-14 12:54:36',''),(38072,1,1,39489,1,872315320,'2016-03-14 12:54:40',''),(38073,1,1,39490,56,523553560,'2016-03-14 12:55:52','https://www.bing.com/search?q=rapid%20225%2045%2018&input=1&form=MB1014&mkt=en-GB&setlang=pl-PL'),(38074,1,1,39491,6,1159644914,'2016-03-14 14:15:06',''),(38075,1,1,39492,18,1159644914,'2016-03-14 14:15:10',''),(38076,1,1,39493,42,1159644914,'2016-03-14 14:15:14',''),(38077,1,1,39494,38,1159644914,'2016-03-14 14:15:17',''),(38078,1,1,39495,43,1159644914,'2016-03-14 14:15:19',''),(38079,1,1,39496,16,2760155414,'2016-03-14 14:18:14',''),(38080,1,1,39497,26,3475901854,'2016-03-14 16:58:55',''),(38081,1,1,39498,26,2637637480,'2016-03-14 16:59:02',''),(38082,1,1,39499,26,3475901796,'2016-03-14 16:59:08',''),(38083,1,1,39500,26,3475901796,'2016-03-14 16:59:09',''),(38084,1,1,39501,26,2637637608,'2016-03-14 17:00:38',''),(38085,1,1,39502,3,2637637608,'2016-03-14 17:00:39',''),(38086,1,1,39503,28,872366405,'2016-03-14 17:14:51',''),(38087,1,1,39504,3,1159644914,'2016-03-14 18:20:59',''),(38088,1,1,39505,3,1159644914,'2016-03-14 18:21:07',''),(38089,1,1,39506,1,1123631273,'2016-03-14 18:27:03',''),(38090,1,1,39507,68,3024883608,'2016-03-14 19:58:30',''),(38091,1,1,39508,18,1451546399,'2016-03-14 21:04:55',''),(38092,1,1,39509,29,1451546399,'2016-03-14 21:04:58',''),(38093,1,1,39510,1,1123631276,'2016-03-14 23:27:19',''),(38094,1,1,39512,26,2071807818,'2016-03-15 02:51:41',''),(38095,1,1,39513,70,2760155418,'2016-03-15 03:31:00',''),(38096,1,1,39514,1,3479603870,'2016-03-15 04:08:39',''),(38097,1,1,39515,1,1123631281,'2016-03-15 05:27:30',''),(38098,1,1,39516,1,2953382627,'2016-03-15 06:00:58',''),(38099,1,1,39517,1,1123631276,'2016-03-15 06:58:15',''),(38100,1,1,39518,53,3702877307,'2016-03-15 07:40:09',''),(38101,1,1,39519,43,1123631281,'2016-03-15 08:00:42',''),(38102,1,1,39520,3,2987946484,'2016-03-15 08:55:52',''),(38103,1,1,39521,3,2987946484,'2016-03-15 08:56:03',''),(38104,1,1,39522,1,2990476559,'2016-03-15 10:02:17',''),(38105,1,1,39523,26,1152706046,'2016-03-15 10:45:28',''),(38106,1,1,39524,1,1542483265,'2016-03-15 11:34:52',''),(38107,1,1,39525,26,772036457,'2016-03-15 11:46:54',''),(38108,1,1,39526,26,772036457,'2016-03-15 11:46:57',''),(38109,1,1,39527,26,772036457,'2016-03-15 11:46:59',''),(38110,1,1,39528,43,772036457,'2016-03-15 11:47:01',''),(38111,1,1,39529,1,1123631273,'2016-03-15 12:10:48',''),(38112,1,1,39530,1,786803397,'2016-03-15 12:24:11',''),(38113,1,1,39531,26,2420901012,'2016-03-15 12:25:26',''),(38114,1,1,39532,26,2420901012,'2016-03-15 12:25:28',''),(38115,1,1,39533,26,2420901012,'2016-03-15 12:25:30',''),(38116,1,1,39534,26,2420901012,'2016-03-15 12:25:32',''),(38117,1,1,39535,6,2297627991,'2016-03-15 12:41:11',''),(38118,1,1,39536,27,2731721826,'2016-03-15 12:51:21',''),(38119,1,1,39537,44,2731721826,'2016-03-15 12:51:24',''),(38120,1,1,39538,49,2731721826,'2016-03-15 12:51:29',''),(38121,1,1,39539,68,772349003,'2016-03-15 13:00:53','https://www.google.no/'),(38122,1,1,39540,1,3559914880,'2016-03-15 13:16:50',''),(38123,1,1,39541,1,1123631273,'2016-03-15 13:27:52',''),(38124,1,1,39542,1,2501014534,'2016-03-15 14:24:48',''),(38125,1,1,39543,6,2501014534,'2016-03-15 14:24:49',''),(38126,1,1,39544,1,2366145637,'2016-03-15 14:50:12',''),(38127,1,1,39545,1,2193699366,'2016-03-15 14:50:16',''),(38128,1,1,39546,1,2366158595,'2016-03-15 14:50:20',''),(38129,1,1,39547,1,2366158595,'2016-03-15 14:50:24',''),(38130,1,1,39548,26,1152706046,'2016-03-15 15:29:03',''),(38131,1,1,39549,1,1123631273,'2016-03-15 15:38:48',''),(38132,1,1,39550,1,3024883483,'2016-03-15 15:40:00',''),(38133,1,1,39551,1,772045740,'2016-03-15 16:24:27',''),(38134,1,1,39552,1,1123631281,'2016-03-15 16:25:12',''),(38135,1,1,39553,1,3106921245,'2016-03-15 16:38:19','https://www.google.co.uk'),(38136,1,1,39554,1,656421615,'2016-03-15 18:07:47',''),(38137,1,1,39555,68,3024883480,'2016-03-15 18:53:56',''),(38138,1,1,39556,1,1123631273,'2016-03-15 18:58:53',''),(38139,1,1,39557,54,872399389,'2016-03-15 20:03:54',''),(38140,1,1,39558,66,872399389,'2016-03-15 20:03:58',''),(38141,1,1,39559,1,3024883608,'2016-03-15 20:14:09',''),(38142,1,1,39560,56,1342523676,'2016-03-15 21:04:47','https://www.google.co.uk/'),(38143,1,1,39561,6,2917834746,'2016-03-15 21:25:22',''),(38144,1,1,39562,18,2917834746,'2016-03-15 21:25:26',''),(38145,1,1,39563,42,2917834746,'2016-03-15 21:25:29',''),(38146,1,1,39564,38,2917834746,'2016-03-15 21:25:32',''),(38147,1,1,39565,43,2917834746,'2016-03-15 21:25:35',''),(38148,1,1,39566,3,2731721857,'2016-03-15 23:09:01',''),(38149,1,1,39567,18,2731721857,'2016-03-15 23:09:05',''),(38150,1,1,39568,1,3479603870,'2016-03-15 23:38:10',''),(38151,1,1,39569,1,2420907756,'2016-03-15 23:43:42',''),(38152,1,1,39570,1,1123631273,'2016-03-16 01:35:36',''),(38153,1,1,39571,26,2420907426,'2016-03-16 02:55:09',''),(38154,1,1,39572,1,2420907426,'2016-03-16 02:55:12',''),(38155,1,1,39573,1,2420907426,'2016-03-16 02:55:14',''),(38156,1,1,39574,1,2420907426,'2016-03-16 02:55:16',''),(38157,1,1,39575,1,2420907426,'2016-03-16 02:55:19',''),(38158,1,1,39576,1,2420907426,'2016-03-16 02:55:21',''),(38159,1,1,39577,1,2420907426,'2016-03-16 02:55:24',''),(38160,1,1,39578,1,2420907426,'2016-03-16 02:55:27',''),(38161,1,1,39579,1,2420907426,'2016-03-16 02:55:29',''),(38162,1,1,39580,1,2420907426,'2016-03-16 02:55:31',''),(38163,1,1,39581,1,2420907426,'2016-03-16 02:55:34',''),(38164,1,1,39582,1,1123631276,'2016-03-16 03:56:36',''),(38165,1,1,39583,1,3024883464,'2016-03-16 04:44:23',''),(38166,1,1,39584,71,872366423,'2016-03-16 05:56:28',''),(38167,1,1,39585,1,3281672826,'2016-03-16 06:12:03','http://pizza-imperia.com/'),(38168,1,1,39586,1,2071807799,'2016-03-16 06:26:51',''),(38169,1,1,39587,1,1123631273,'2016-03-16 08:19:41',''),(38170,1,1,39588,18,1152706046,'2016-03-16 08:37:29',''),(38171,1,1,39589,62,1123631273,'2016-03-16 09:39:17',''),(38172,1,1,39590,6,1123631276,'2016-03-16 09:58:54',''),(38173,1,1,39591,1,1123631281,'2016-03-16 10:24:18',''),(38174,1,1,39592,56,1443737003,'2016-03-16 12:01:35','https://www.google.co.uk/'),(38175,1,1,39593,1,1367957436,'2016-03-16 12:37:42','https://www.google.co.uk/'),(38176,1,1,39594,1,1123631281,'2016-03-16 12:51:25',''),(38177,1,1,39595,51,1123631276,'2016-03-16 13:36:00',''),(38178,1,1,39596,1,2420907426,'2016-03-16 13:42:57',''),(38179,1,1,39597,1,2420907426,'2016-03-16 13:43:01',''),(38180,1,1,39598,1,2420907426,'2016-03-16 13:43:06',''),(38181,1,1,39599,1,2420907426,'2016-03-16 13:43:08',''),(38182,1,1,39600,1,1542483286,'2016-03-16 13:56:47',''),(38183,1,1,39601,38,1123631273,'2016-03-16 15:01:09',''),(38184,1,1,39602,45,1123631281,'2016-03-16 15:12:17',''),(38185,1,1,39603,1,3024883484,'2016-03-16 15:26:47',''),(38186,1,1,39604,53,1123631273,'2016-03-16 15:56:44',''),(38187,1,1,39605,1,1123631281,'2016-03-16 18:18:32',''),(38188,1,1,39606,64,1152706046,'2016-03-16 20:04:43',''),(38189,1,1,39607,1,1123631273,'2016-03-16 20:49:07',''),(38190,1,1,39608,1,1032306398,'2016-03-16 21:03:38','http://m.baidu.com/s?wd=Mstyresblackburn'),(38191,1,1,39609,1,1032306281,'2016-03-16 21:03:40','http://m.baidu.com/s?wd=Mstyresblackburn'),(38192,1,1,39610,1,772044803,'2016-03-16 21:35:43',''),(38193,1,1,39611,1,772044803,'2016-03-16 21:35:45',''),(38194,1,1,39612,1,772044803,'2016-03-16 21:35:48',''),(38195,1,1,39613,1,772044803,'2016-03-16 21:35:50',''),(38196,1,1,39614,1,772044803,'2016-03-16 21:35:53',''),(38197,1,1,39615,1,772044803,'2016-03-16 21:35:55',''),(38198,1,1,39616,1,772044803,'2016-03-16 21:35:58',''),(38199,1,1,39617,1,772044803,'2016-03-16 21:36:00',''),(38200,1,1,39618,1,772044803,'2016-03-16 21:36:03',''),(38201,1,1,39619,56,1123631276,'2016-03-16 21:52:21',''),(38202,1,1,39620,67,3024883601,'2016-03-16 22:46:08',''),(38203,1,1,39621,1,3024883462,'2016-03-16 23:19:38',''),(38204,1,1,39622,3,2420901739,'2016-03-17 01:47:06',''),(38205,1,1,39623,3,2420901739,'2016-03-17 01:47:30',''),(38206,1,1,39624,1,1152706046,'2016-03-17 02:30:23',''),(38207,1,1,39625,18,2420901739,'2016-03-17 03:10:09',''),(38208,1,1,39626,29,2420901739,'2016-03-17 03:10:12',''),(38209,1,1,39627,26,3702877344,'2016-03-17 03:41:30',''),(38210,1,1,39628,43,2071807860,'2016-03-17 04:14:50',''),(38211,1,1,39629,26,3475901796,'2016-03-17 05:01:02',''),(38212,1,1,39630,26,3475901796,'2016-03-17 05:01:03',''),(38213,1,1,39631,26,2637637567,'2016-03-17 05:01:06',''),(38214,1,1,39632,3,2637637567,'2016-03-17 05:01:07',''),(38215,1,1,39633,26,676177740,'2016-03-17 05:01:11',''),(38216,1,1,39634,72,1539462250,'2016-03-17 05:37:08',''),(38217,1,1,39635,1,2071807828,'2016-03-17 06:18:11',''),(38218,1,1,39636,62,1152706046,'2016-03-17 08:51:01',''),(38219,1,1,39637,26,2420907426,'2016-03-17 10:31:34',''),(38220,1,1,39638,26,2297638997,'2016-03-17 10:43:21',''),(38221,1,1,39642,26,2297638997,'2016-03-17 10:43:21',''),(38222,1,1,39645,26,2297638997,'2016-03-17 10:43:22',''),(38223,1,1,39640,26,2297638997,'2016-03-17 10:43:22',''),(38224,1,1,39644,26,2297638997,'2016-03-17 10:43:22',''),(38225,1,1,39641,26,2297638997,'2016-03-17 10:43:22',''),(38226,1,1,39643,26,2297638997,'2016-03-17 10:43:22',''),(38227,1,1,39646,18,2297638997,'2016-03-17 10:43:22',''),(38228,1,1,39639,1,2297638997,'2016-03-17 10:43:23',''),(38229,1,1,39647,26,2297638997,'2016-03-17 10:43:23',''),(38230,1,1,39648,26,2297638997,'2016-03-17 10:43:23',''),(38231,1,1,39649,3,2297638997,'2016-03-17 10:43:24',''),(38232,1,1,39654,41,2297638997,'2016-03-17 10:43:25',''),(38233,1,1,39651,26,2297638997,'2016-03-17 10:43:25',''),(38234,1,1,39652,38,2297638997,'2016-03-17 10:43:25',''),(38235,1,1,39655,43,2297638997,'2016-03-17 10:43:25',''),(38236,1,1,39653,9,2297638997,'2016-03-17 10:43:25',''),(38237,1,1,39656,6,2297638997,'2016-03-17 10:43:25',''),(38238,1,1,39650,1,2297638997,'2016-03-17 10:43:25',''),(38239,1,1,39657,56,1546189279,'2016-03-17 14:45:15','https://www.google.co.uk/'),(38240,1,1,39658,1,1542483267,'2016-03-17 15:21:29',''),(38241,1,1,39659,67,3024883617,'2016-03-17 18:50:43',''),(38242,1,1,39660,1,1426595030,'2016-03-17 19:28:00',''),(38243,1,1,39661,55,872366413,'2016-03-17 20:07:48',''),(38244,1,1,39662,1,676177720,'2016-03-17 20:10:30',''),(38245,1,1,39663,1,3475901796,'2016-03-17 20:10:35',''),(38246,1,1,39664,26,676177720,'2016-03-17 20:16:15',''),(38247,1,1,39665,26,676177740,'2016-03-17 20:26:15',''),(38248,1,1,39666,26,676177740,'2016-03-17 20:26:16',''),(38249,1,1,39667,45,84497668,'2016-03-17 20:58:44',''),(38250,1,1,39668,53,84497668,'2016-03-17 20:58:48',''),(38251,1,1,39669,48,84497668,'2016-03-17 20:58:50',''),(38252,1,1,39670,52,84497668,'2016-03-17 20:58:54',''),(38253,1,1,39671,65,41575091,'2016-03-17 21:09:55','http://www.google.co.uk/'),(38254,1,1,39672,1,772022347,'2016-03-17 22:15:40',''),(38255,1,1,39673,3,872362780,'2016-03-17 22:21:49',''),(38256,1,1,39674,3,872362780,'2016-03-17 22:21:52',''),(38257,1,1,39675,6,1159650026,'2016-03-17 23:43:18',''),(38258,1,1,39676,26,772036457,'2016-03-18 00:34:26',''),(38259,1,1,39677,26,772036457,'2016-03-18 00:34:29',''),(38260,1,1,39678,26,772036457,'2016-03-18 00:34:32',''),(38261,1,1,39679,43,772036457,'2016-03-18 00:34:34',''),(38262,1,1,39680,1,872320503,'2016-03-18 00:39:52',''),(38263,1,1,39681,9,2420907756,'2016-03-18 00:50:07',''),(38264,1,1,39682,43,2420907756,'2016-03-18 00:50:10',''),(38265,1,1,39683,27,872391334,'2016-03-18 01:00:40',''),(38266,1,1,39684,44,872391334,'2016-03-18 01:00:43',''),(38267,1,1,39685,49,872391334,'2016-03-18 01:00:45',''),(38268,1,1,39686,1,1159649994,'2016-03-18 04:00:19',''),(38269,1,1,39687,1,1159649994,'2016-03-18 04:00:22',''),(38270,1,1,39688,1,1159649994,'2016-03-18 04:00:25',''),(38271,1,1,39689,1,1159649994,'2016-03-18 04:00:27',''),(38272,1,1,39690,1,1123631276,'2016-03-18 04:11:29',''),(38273,1,1,39691,31,3475901817,'2016-03-18 04:35:16',''),(38274,1,1,39692,54,3475901817,'2016-03-18 04:35:18',''),(38275,1,1,39693,48,3475901817,'2016-03-18 04:35:19',''),(38276,1,1,39694,57,3475901817,'2016-03-18 04:35:21',''),(38277,1,1,39695,58,3475901817,'2016-03-18 04:35:22',''),(38278,1,1,39696,26,3475901817,'2016-03-18 04:35:24',''),(38279,1,1,39697,3,3475901817,'2016-03-18 04:35:25',''),(38280,1,1,39698,26,3475901817,'2016-03-18 04:35:26',''),(38281,1,1,39699,27,3475901817,'2016-03-18 04:35:27',''),(38282,1,1,39700,26,3475901817,'2016-03-18 04:35:29',''),(38283,1,1,39701,16,3475901796,'2016-03-18 04:35:57',''),(38284,1,1,39702,43,3475901796,'2016-03-18 04:35:59',''),(38285,1,1,39703,43,3475901796,'2016-03-18 04:36:00',''),(38286,1,1,39704,38,3475901796,'2016-03-18 04:36:02',''),(38287,1,1,39705,29,3475901796,'2016-03-18 04:36:03',''),(38288,1,1,39706,18,3475901796,'2016-03-18 04:36:04',''),(38289,1,1,39707,26,3475901796,'2016-03-18 04:36:05',''),(38290,1,1,39708,26,3475901796,'2016-03-18 04:36:06',''),(38291,1,1,39709,26,3475901796,'2016-03-18 04:36:07',''),(38292,1,1,39710,28,3475901796,'2016-03-18 04:36:08',''),(38293,1,1,39711,26,3475901796,'2016-03-18 04:36:10',''),(38294,1,1,39712,47,3475901796,'2016-03-18 04:36:11',''),(38295,1,1,39713,26,676177720,'2016-03-18 04:39:56',''),(38296,1,1,39714,14,676177720,'2016-03-18 04:39:57',''),(38297,1,1,39715,16,676177720,'2016-03-18 04:39:58',''),(38298,1,1,39716,16,676177720,'2016-03-18 04:39:59',''),(38299,1,1,39717,45,676177720,'2016-03-18 04:40:01',''),(38300,1,1,39718,43,676177720,'2016-03-18 04:40:02',''),(38301,1,1,39719,41,676177720,'2016-03-18 04:40:03',''),(38302,1,1,39720,42,676177720,'2016-03-18 04:40:04',''),(38303,1,1,39721,9,676177720,'2016-03-18 04:40:05',''),(38304,1,1,39722,55,676177720,'2016-03-18 04:40:06',''),(38305,1,1,39723,49,676177720,'2016-03-18 04:40:08',''),(38306,1,1,39724,26,676177720,'2016-03-18 04:40:09',''),(38307,1,1,39725,26,676177720,'2016-03-18 04:40:10',''),(38308,1,1,39726,56,676177720,'2016-03-18 04:40:11',''),(38309,1,1,39727,26,676177720,'2016-03-18 04:40:13',''),(38310,1,1,39728,26,676177720,'2016-03-18 04:40:14',''),(38311,1,1,39729,26,676177720,'2016-03-18 04:40:15',''),(38312,1,1,39730,1,2297644010,'2016-03-18 05:05:13',''),(38313,1,1,39731,57,1152706046,'2016-03-18 05:42:01',''),(38314,1,1,39733,15,676177740,'2016-03-18 06:49:43',''),(38315,1,1,39734,52,676177740,'2016-03-18 06:49:44',''),(38316,1,1,39735,53,676177740,'2016-03-18 06:49:45',''),(38317,1,1,39736,44,676177740,'2016-03-18 06:49:46',''),(38318,1,1,39737,6,676177740,'2016-03-18 06:49:48',''),(38319,1,1,39738,50,676177740,'2016-03-18 06:49:49',''),(38320,1,1,39739,26,676177740,'2016-03-18 06:49:51',''),(38321,1,1,39740,26,676177740,'2016-03-18 06:49:51',''),(38322,1,1,39741,26,676177740,'2016-03-18 06:49:52',''),(38323,1,1,39742,1,676177740,'2016-03-18 06:49:53',''),(38324,1,1,39743,46,676177740,'2016-03-18 06:49:54',''),(38325,1,1,39744,51,676177740,'2016-03-18 06:49:55',''),(38326,1,1,39745,54,1366114598,'2016-03-18 06:50:25',''),(38327,1,1,39746,66,1366114598,'2016-03-18 06:50:27',''),(38328,1,1,39747,3,1159644858,'2016-03-18 09:16:45',''),(38329,1,1,39748,18,1159644858,'2016-03-18 09:16:51',''),(38330,1,1,39749,1,1567842253,'2016-03-18 10:20:12','http://pizza-tycoon.com/'),(38331,1,1,39750,1,2366145637,'2016-03-18 11:15:16',''),(38332,1,1,39751,1,2366145619,'2016-03-18 11:15:20',''),(38333,1,1,39752,1,2366158595,'2016-03-18 11:15:24',''),(38334,1,1,39753,1,2366158595,'2016-03-18 11:15:28',''),(38335,1,1,39754,62,2760155413,'2016-03-18 13:42:31',''),(38336,1,1,39755,1,1123631276,'2016-03-18 14:53:28',''),(38337,1,1,39756,1,772383919,'2016-03-18 15:31:10',''),(38338,1,1,39757,1,772383919,'2016-03-18 15:31:12',''),(38339,1,1,39758,1,772383919,'2016-03-18 15:31:14',''),(38340,1,1,39759,1,772383919,'2016-03-18 15:31:17',''),(38341,1,1,39760,63,2760155402,'2016-03-18 16:07:00',''),(38342,1,1,39761,1,1542483303,'2016-03-18 16:18:08',''),(38343,1,1,39762,1,1123631273,'2016-03-18 18:14:08',''),(38344,1,1,39763,62,1123631281,'2016-03-18 18:23:04',''),(38345,1,1,39764,1,1123631281,'2016-03-18 20:00:10',''),(38346,1,1,39765,1,772045740,'2016-03-18 20:34:08',''),(38347,1,1,39766,1,772045740,'2016-03-18 20:34:10',''),(38348,1,1,39767,1,772045740,'2016-03-18 20:34:12',''),(38349,1,1,39768,1,772045740,'2016-03-18 20:34:15',''),(38350,1,1,39769,1,772045740,'2016-03-18 20:34:17',''),(38351,1,1,39770,1,772045740,'2016-03-18 20:34:20',''),(38352,1,1,39771,1,772045740,'2016-03-18 20:34:22',''),(38353,1,1,39772,1,772045740,'2016-03-18 20:34:24',''),(38354,1,1,39773,1,772045740,'2016-03-18 20:34:27',''),(38355,1,1,39774,1,772045740,'2016-03-18 20:34:29',''),(38356,1,1,39775,57,772045740,'2016-03-18 20:34:31',''),(38357,1,1,39776,28,772045740,'2016-03-18 20:34:34',''),(38358,1,1,39777,54,2071807792,'2016-03-18 21:07:07',''),(38359,1,1,39778,3,1388412687,'2016-03-18 21:35:49',''),(38360,1,1,39779,3,1388412687,'2016-03-18 21:35:53',''),(38361,1,1,39780,1,3281687265,'2016-03-18 21:38:38',''),(38362,1,1,39781,18,1388412687,'2016-03-18 23:08:20',''),(38363,1,1,39782,29,1388412687,'2016-03-18 23:08:25',''),(38364,1,1,39783,1,84492181,'2016-03-19 01:43:47',''),(38365,1,1,39784,1,84492181,'2016-03-19 01:43:49',''),(38366,1,1,39785,1,84492181,'2016-03-19 01:43:52',''),(38367,1,1,39786,72,2297627991,'2016-03-19 04:30:10',''),(38368,1,1,39787,15,1123631276,'2016-03-19 07:58:12',''),(38369,1,1,39788,15,1123631273,'2016-03-19 08:02:12',''),(38370,1,1,39789,1,2420907756,'2016-03-19 10:22:07',''),(38371,1,1,39790,1,2420907756,'2016-03-19 10:22:10',''),(38372,1,1,39791,1,2420907756,'2016-03-19 10:22:12',''),(38373,1,1,39792,6,1123631281,'2016-03-19 10:22:12',''),(38374,1,1,39793,1,2420907756,'2016-03-19 10:22:14',''),(38375,1,1,39794,1,2420907756,'2016-03-19 10:22:16',''),(38376,1,1,39795,1,2420907756,'2016-03-19 10:22:19',''),(38377,1,1,39796,1,2420907756,'2016-03-19 10:22:21',''),(38378,1,1,39797,1,2420907756,'2016-03-19 10:22:25',''),(38379,1,1,39798,1,2420907756,'2016-03-19 10:22:27',''),(38380,1,1,39799,1,2420907756,'2016-03-19 10:22:30',''),(38381,1,1,39800,59,1152706046,'2016-03-19 11:44:18',''),(38382,1,1,39801,1,1123631703,'2016-03-19 12:57:34',''),(38383,1,1,39802,56,1113982553,'2016-03-19 14:58:42','https://translate.googleusercontent.com/translate_p?hl=hu&prev=search&sl=en&u=http://www.mstyresblackburn.co.uk/index.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&depth=1&rurl=translate.google.ca&usg=ALkJrhgAAAAAVu1qJWzNn102fULoLeOEDlOr4Dr4'),(38384,1,1,39803,1,3024883485,'2016-03-19 16:40:49',''),(38385,1,1,39804,1,3702877330,'2016-03-19 16:50:33',''),(38386,1,1,39805,26,2071807782,'2016-03-19 17:26:04',''),(38387,1,1,39806,1,1542483302,'2016-03-19 17:30:01',''),(38388,1,1,39807,15,2760155432,'2016-03-19 17:34:00',''),(38389,1,1,39808,1,3589262799,'2016-03-19 18:27:05',''),(38390,1,1,39809,1,3495654154,'2016-03-19 18:59:14',''),(38391,1,1,39810,54,3024883486,'2016-03-19 19:00:31',''),(38392,1,1,39811,1,1311650550,'2016-03-19 22:27:57',''),(38393,1,1,39812,45,2990476559,'2016-03-19 23:18:42',''),(38394,1,1,39813,53,2990476559,'2016-03-19 23:18:48',''),(38395,1,1,39814,48,2990476559,'2016-03-19 23:18:55',''),(38396,1,1,39815,52,2990476559,'2016-03-19 23:19:01',''),(38397,1,1,39816,1,2071807860,'2016-03-19 23:44:11',''),(38398,1,1,39817,1,2366145637,'2016-03-20 02:24:38',''),(38399,1,1,39818,1,2366145637,'2016-03-20 02:24:42',''),(38400,1,1,39819,1,2366145637,'2016-03-20 02:24:46',''),(38401,1,1,39820,1,2366158595,'2016-03-20 02:24:50',''),(38402,1,1,39821,9,1159648002,'2016-03-20 02:35:52',''),(38403,1,1,39822,43,1159648002,'2016-03-20 02:35:54',''),(38404,1,1,39823,1,1489375385,'2016-03-20 02:38:31',''),(38405,1,1,39824,26,1489375385,'2016-03-20 03:08:50',''),(38406,1,1,39825,26,1489375385,'2016-03-20 03:08:52',''),(38407,1,1,39826,26,1489375385,'2016-03-20 03:08:54',''),(38408,1,1,39827,43,1489375385,'2016-03-20 03:08:56',''),(38409,1,1,39828,1,84497668,'2016-03-20 03:12:31',''),(38410,1,1,39829,1,3024883594,'2016-03-20 04:08:26',''),(38411,1,1,39830,1,3589854125,'2016-03-20 05:30:23',''),(38412,1,1,39831,1,3589854125,'2016-03-20 05:30:24',''),(38413,1,1,39832,3,2420902987,'2016-03-20 06:39:00',''),(38414,1,1,39833,18,2420902987,'2016-03-20 06:39:02',''),(38415,1,1,39834,26,772036457,'2016-03-20 06:56:01',''),(38416,1,1,39835,54,1553756395,'2016-03-20 07:20:13',''),(38417,1,1,39836,66,1553756395,'2016-03-20 07:20:16',''),(38418,1,1,39837,6,1159648806,'2016-03-20 08:45:54',''),(38419,1,1,39838,38,1159648806,'2016-03-20 08:47:20',''),(38420,1,1,39839,1,3702877365,'2016-03-20 10:36:00',''),(38421,1,1,39840,1,1577066658,'2016-03-20 10:46:34','https://www.google.co.uk'),(38422,1,1,39841,27,1489375385,'2016-03-20 11:29:40',''),(38423,1,1,39842,44,1489375385,'2016-03-20 11:29:43',''),(38424,1,1,39843,49,1489375385,'2016-03-20 11:29:46',''),(38425,1,1,39844,1,1053988086,'2016-03-20 11:43:53',''),(38426,1,1,39845,1,1053988086,'2016-03-20 11:43:56',''),(38427,1,1,39846,1,1053988086,'2016-03-20 11:43:58',''),(38428,1,1,39847,1,1053988086,'2016-03-20 11:44:00',''),(38429,1,1,39848,1,1053988086,'2016-03-20 11:44:03',''),(38430,1,1,39849,1,1053988086,'2016-03-20 11:44:05',''),(38431,1,1,39850,1,1053988086,'2016-03-20 11:44:08',''),(38432,1,1,39851,28,1152706046,'2016-03-20 12:07:55',''),(38433,1,1,39852,6,772044803,'2016-03-20 12:23:19',''),(38434,1,1,39853,43,772383919,'2016-03-20 12:57:52',''),(38435,1,1,39854,27,772383919,'2016-03-20 12:57:55',''),(38436,1,1,39855,58,772383919,'2016-03-20 12:57:58',''),(38437,1,1,39856,26,2637637442,'2016-03-20 13:49:23',''),(38438,1,1,39857,14,2637637442,'2016-03-20 13:49:24',''),(38439,1,1,39858,16,2637637442,'2016-03-20 13:49:25',''),(38440,1,1,39859,16,2637637442,'2016-03-20 13:49:26',''),(38441,1,1,39860,45,2637637442,'2016-03-20 13:49:28',''),(38442,1,1,39861,43,2637637442,'2016-03-20 13:49:29',''),(38443,1,1,39862,41,2637637442,'2016-03-20 13:49:31',''),(38444,1,1,39863,42,2637637442,'2016-03-20 13:49:32',''),(38445,1,1,39864,9,2637637442,'2016-03-20 13:49:33',''),(38446,1,1,39865,55,2637637442,'2016-03-20 13:49:34',''),(38447,1,1,39866,49,2637637442,'2016-03-20 13:49:35',''),(38448,1,1,39867,26,2637637442,'2016-03-20 13:49:37',''),(38449,1,1,39868,26,2637637442,'2016-03-20 13:49:38',''),(38450,1,1,39869,56,2637637442,'2016-03-20 13:49:39',''),(38451,1,1,39870,26,2637637442,'2016-03-20 13:49:39',''),(38452,1,1,39871,26,2637637442,'2016-03-20 13:49:41',''),(38453,1,1,39872,26,2637637442,'2016-03-20 13:49:42',''),(38454,1,1,39873,31,3475901831,'2016-03-20 13:49:44',''),(38455,1,1,39874,54,3475901831,'2016-03-20 13:49:46',''),(38456,1,1,39875,48,3475901831,'2016-03-20 13:49:47',''),(38457,1,1,39876,57,3475901831,'2016-03-20 13:49:48',''),(38458,1,1,39877,58,3475901831,'2016-03-20 13:49:49',''),(38459,1,1,39878,26,3475901831,'2016-03-20 13:49:51',''),(38460,1,1,39879,3,3475901831,'2016-03-20 13:49:52',''),(38461,1,1,39880,26,3475901831,'2016-03-20 13:49:53',''),(38462,1,1,39881,27,3475901831,'2016-03-20 13:49:54',''),(38463,1,1,39882,16,676177673,'2016-03-20 13:49:54',''),(38464,1,1,39884,26,3475901831,'2016-03-20 13:49:56',''),(38465,1,1,39883,43,676177673,'2016-03-20 13:49:56',''),(38466,1,1,39885,43,676177673,'2016-03-20 13:49:57',''),(38467,1,1,39886,38,676177673,'2016-03-20 13:49:59',''),(38468,1,1,39887,29,676177673,'2016-03-20 13:50:00',''),(38469,1,1,39888,18,676177673,'2016-03-20 13:50:01',''),(38470,1,1,39889,26,676177673,'2016-03-20 13:50:02',''),(38471,1,1,39890,26,676177673,'2016-03-20 13:50:03',''),(38472,1,1,39891,26,676177673,'2016-03-20 13:50:04',''),(38473,1,1,39892,28,676177673,'2016-03-20 13:50:05',''),(38474,1,1,39893,26,676177673,'2016-03-20 13:50:07',''),(38475,1,1,39894,47,676177673,'2016-03-20 13:50:08',''),(38476,1,1,39895,57,2917833083,'2016-03-20 14:08:45',''),(38477,1,1,39896,28,2917833083,'2016-03-20 14:08:50',''),(38478,1,1,39897,3,2987946484,'2016-03-20 14:11:56',''),(38479,1,1,39898,3,2987946484,'2016-03-20 14:12:01',''),(38480,1,1,39899,59,3024883478,'2016-03-20 15:27:14',''),(38481,1,1,39900,68,1123631727,'2016-03-20 16:13:07',''),(38482,1,1,39901,1,3559914880,'2016-03-20 16:29:29',''),(38483,1,1,39902,1,3024883612,'2016-03-20 17:44:39',''),(38484,1,1,39903,26,3702877331,'2016-03-20 18:05:05',''),(38485,1,1,39904,1,1542483287,'2016-03-20 18:07:24',''),(38486,1,1,39905,1,772036457,'2016-03-20 18:43:10',''),(38487,1,1,39906,1,1815808070,'2016-03-20 19:38:29',''),(38488,1,1,39907,1,1815808070,'2016-03-20 19:38:32',''),(38489,1,1,39908,1,1815808070,'2016-03-20 19:38:34',''),(38490,1,1,39909,1,1053986805,'2016-03-20 20:03:23',''),(38491,1,1,39910,1,1053986805,'2016-03-20 20:03:25',''),(38492,1,1,39911,1,1053986805,'2016-03-20 20:03:28',''),(38493,1,1,39912,43,1170583858,'2016-03-20 21:01:14',''),(38494,1,1,39913,67,1170583858,'2016-03-20 21:01:18',''),(38495,1,1,39914,26,3281697651,'2016-03-20 23:25:58',''),(38496,1,1,39915,26,3281697651,'2016-03-20 23:26:02',''),(38497,1,1,39916,1,676177748,'2016-03-21 00:38:36',''),(38498,1,1,39917,67,2637637577,'2016-03-21 02:48:20',''),(38499,1,1,39918,75,2637637577,'2016-03-21 02:48:21',''),(38500,1,1,39919,59,2637637577,'2016-03-21 02:48:23',''),(38501,1,1,39920,64,2637637577,'2016-03-21 02:48:24',''),(38502,1,1,39921,62,2637637577,'2016-03-21 02:48:26',''),(38503,1,1,39922,74,2637637615,'2016-03-21 02:48:30',''),(38504,1,1,39923,72,2637637615,'2016-03-21 02:48:31',''),(38505,1,1,39924,69,3475901831,'2016-03-21 02:49:48',''),(38506,1,1,39925,63,3475901831,'2016-03-21 02:49:50',''),(38507,1,1,39926,68,3475901831,'2016-03-21 02:49:52',''),(38508,1,1,39927,65,3475901831,'2016-03-21 02:49:53',''),(38509,1,1,39928,1,1123631729,'2016-03-21 03:26:34',''),(38510,1,1,39929,62,1123631727,'2016-03-21 04:19:28',''),(38511,1,1,39930,1,3024883487,'2016-03-21 05:49:53',''),(38512,1,1,39931,1,772044803,'2016-03-21 07:25:41',''),(38513,1,1,39932,1,772044803,'2016-03-21 07:25:43',''),(38514,1,1,39933,1,772044803,'2016-03-21 07:25:46',''),(38515,1,1,39934,1,772044803,'2016-03-21 07:25:48',''),(38516,1,1,39935,1,676176698,'2016-03-21 08:04:23',''),(38517,1,1,39936,51,3024883468,'2016-03-21 08:29:37',''),(38518,1,1,39937,1,676177695,'2016-03-21 09:20:39',''),(38519,1,1,39938,63,3475901831,'2016-03-21 10:27:03',''),(38520,1,1,39939,64,872366777,'2016-03-21 11:56:13',''),(38521,1,1,39940,15,1123631729,'2016-03-21 13:07:16',''),(38522,1,1,39941,15,1123631729,'2016-03-21 13:43:52',''),(38523,1,1,39942,45,676177695,'2016-03-21 14:14:15',''),(38524,1,1,39943,43,872366740,'2016-03-21 15:15:05',''),(38525,1,1,39944,45,676177695,'2016-03-21 17:57:03',''),(38526,1,1,39945,3,2420923694,'2016-03-21 18:35:00',''),(38527,1,1,39946,3,2420923694,'2016-03-21 18:35:02',''),(38528,1,1,39947,1,2366148121,'2016-03-21 18:38:06',''),(38529,1,1,39948,1,1570674749,'2016-03-21 18:38:10',''),(38530,1,1,39949,1,2366145637,'2016-03-21 18:38:13',''),(38531,1,1,39950,1,2366145637,'2016-03-21 18:38:17',''),(38532,1,1,39951,56,2993424237,'2016-03-21 19:00:41','https://www.google.co.uk/'),(38533,1,1,39952,26,1152706046,'2016-03-21 19:16:27',''),(38534,1,1,39953,1,1542483326,'2016-03-21 19:17:49',''),(38535,1,1,39954,1,2071807827,'2016-03-21 20:16:29',''),(38536,1,1,39955,26,3702877344,'2016-03-21 20:49:49',''),(38537,1,1,39956,69,3475901751,'2016-03-21 22:13:25',''),(38538,1,1,39957,26,1815808080,'2016-03-21 22:23:09',''),(38539,1,1,39958,26,1815808080,'2016-03-21 22:23:12',''),(38540,1,1,39959,1,1815808080,'2016-03-21 22:23:22',''),(38541,1,1,39960,1,1815808080,'2016-03-21 22:23:26',''),(38542,1,1,39961,1,1815808080,'2016-03-21 22:23:29',''),(38543,1,1,39962,1,1815808080,'2016-03-21 22:23:32',''),(38544,1,1,39963,1,1815808080,'2016-03-21 22:23:35',''),(38545,1,1,39964,1,1815808080,'2016-03-21 22:23:38',''),(38546,1,1,39965,1,1815808080,'2016-03-21 22:23:41',''),(38547,1,1,39966,1,1815808080,'2016-03-21 22:23:45',''),(38548,1,1,39967,1,1815808080,'2016-03-21 22:23:48',''),(38549,1,1,39968,1,1815808080,'2016-03-21 22:23:51',''),(38550,1,1,39969,72,1815808080,'2016-03-21 22:23:56',''),(38551,1,1,39970,70,1815808080,'2016-03-21 22:24:00',''),(38552,1,1,39971,1,874626625,'2016-03-21 22:46:50',''),(38553,1,1,39972,65,3475901751,'2016-03-22 01:40:43',''),(38554,1,1,39973,18,1503892538,'2016-03-22 01:44:18',''),(38555,1,1,39974,29,1503892538,'2016-03-22 01:44:20',''),(38556,1,1,39975,28,2637637525,'2016-03-22 04:22:05',''),(38557,1,1,39976,1,2420907426,'2016-03-22 06:29:37',''),(38558,1,1,39977,1,2420907426,'2016-03-22 06:29:39',''),(38559,1,1,39978,1,2420907426,'2016-03-22 06:29:41',''),(38560,1,1,39979,1,2420907426,'2016-03-22 06:29:53',''),(38561,1,1,39980,1,2420907426,'2016-03-22 06:29:56',''),(38562,1,1,39981,1,2420907426,'2016-03-22 06:29:58',''),(38563,1,1,39982,1,2420907426,'2016-03-22 06:30:00',''),(38564,1,1,39983,1,2420907426,'2016-03-22 06:30:03',''),(38565,1,1,39984,1,2420907426,'2016-03-22 06:30:05',''),(38566,1,1,39985,1,2420907426,'2016-03-22 06:30:09',''),(38567,1,1,39986,69,3475901751,'2016-03-22 07:12:12',''),(38568,1,1,39987,6,1123631729,'2016-03-22 07:39:34',''),(38569,1,1,39988,65,1123631731,'2016-03-22 08:13:08',''),(38570,1,1,39989,48,3475901751,'2016-03-22 09:23:53',''),(38571,1,1,39990,1,1123631729,'2016-03-22 10:17:40',''),(38572,1,1,39991,41,872366388,'2016-03-22 10:48:50',''),(38573,1,1,39992,26,676177695,'2016-03-22 11:49:19',''),(38574,1,1,39993,62,1484243922,'2016-03-22 12:00:13','https://www.google.com'),(38575,1,1,39994,48,3024883614,'2016-03-22 12:07:47',''),(38576,1,1,39995,9,2071807815,'2016-03-22 12:35:08',''),(38577,1,1,39996,26,3475901819,'2016-03-22 13:40:45',''),(38578,1,1,39997,1,2204827762,'2016-03-22 14:32:57',''),(38579,1,1,39998,1,1123631727,'2016-03-22 15:28:52',''),(38580,1,1,39999,26,676177695,'2016-03-22 15:53:45',''),(38581,1,1,40000,1,1123631731,'2016-03-22 16:03:18',''),(38582,1,1,40001,69,3029700379,'2016-03-22 16:46:55',''),(38583,1,1,40002,1,3479603870,'2016-03-22 16:55:21',''),(38584,1,1,40003,1,3479603870,'2016-03-22 17:26:49',''),(38585,1,1,40004,51,2637637503,'2016-03-22 19:23:17',''),(38586,1,1,40005,15,1123631729,'2016-03-22 19:28:07',''),(38587,1,1,40006,6,3024883598,'2016-03-22 22:07:35',''),(38588,1,1,40007,53,2637637503,'2016-03-22 23:30:10',''),(38589,1,1,40008,1,2953382627,'2016-03-22 23:36:02',''),(38590,1,1,40009,9,676177695,'2016-03-23 00:42:03',''),(38591,1,1,40010,1,1542483290,'2016-03-23 00:48:20',''),(38592,1,1,40011,67,1152705687,'2016-03-23 01:05:47',''),(38593,1,1,40012,1,772044803,'2016-03-23 01:07:20',''),(38594,1,1,40013,41,676177695,'2016-03-23 02:37:06',''),(38595,1,1,40014,1,2637637503,'2016-03-23 02:47:41',''),(38596,1,1,40015,56,676177695,'2016-03-23 02:56:54',''),(38597,1,1,40016,1,772036457,'2016-03-23 06:03:51',''),(38598,1,1,40017,45,772036457,'2016-03-23 06:07:09',''),(38599,1,1,40018,53,772036457,'2016-03-23 06:07:11',''),(38600,1,1,40019,48,772036457,'2016-03-23 06:07:14',''),(38601,1,1,40020,52,772036457,'2016-03-23 06:07:16',''),(38602,1,1,40021,26,1159654074,'2016-03-23 06:41:52',''),(38603,1,1,40022,26,1159654074,'2016-03-23 06:41:55',''),(38604,1,1,40023,26,1159654074,'2016-03-23 06:41:58',''),(38605,1,1,40024,43,1159654074,'2016-03-23 06:42:01',''),(38606,1,1,40025,6,872402691,'2016-03-23 07:00:00',''),(38607,1,1,40026,18,872402691,'2016-03-23 07:00:03',''),(38608,1,1,40027,42,872402691,'2016-03-23 07:00:05',''),(38609,1,1,40028,38,872402691,'2016-03-23 07:00:08',''),(38610,1,1,40029,43,872402691,'2016-03-23 07:00:10',''),(38611,1,1,40030,1,2637637503,'2016-03-23 07:00:15',''),(38612,1,1,40031,55,3702877285,'2016-03-23 07:53:50',''),(38613,1,1,40032,1,1087021304,'2016-03-23 08:10:22',''),(38614,1,1,40033,62,1575607746,'2016-03-23 08:27:42','http://images.google.de/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F5%2F9%2F59-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D26%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid='),(38615,1,1,40034,27,84492181,'2016-03-23 09:18:05',''),(38616,1,1,40035,44,84492181,'2016-03-23 09:18:07',''),(38617,1,1,40036,49,84492181,'2016-03-23 09:18:10',''),(38618,1,1,40037,50,2637637503,'2016-03-23 10:42:14',''),(38619,1,1,40038,3,1553790076,'2016-03-23 10:52:43',''),(38620,1,1,40039,18,1553790076,'2016-03-23 10:52:59',''),(38621,1,1,40040,69,2637637605,'2016-03-23 11:01:22',''),(38622,1,1,40041,63,2637637605,'2016-03-23 11:01:23',''),(38623,1,1,40042,68,2637637605,'2016-03-23 11:01:25',''),(38624,1,1,40043,65,2637637605,'2016-03-23 11:01:27',''),(38625,1,1,40044,74,2637637503,'2016-03-23 11:01:32',''),(38626,1,1,40045,72,2637637503,'2016-03-23 11:01:34',''),(38627,1,1,40046,3,772043973,'2016-03-23 12:42:38',''),(38628,1,1,40047,3,772043973,'2016-03-23 12:42:42',''),(38629,1,1,40048,38,2637637543,'2016-03-23 13:05:51',''),(38630,1,1,40049,26,2637637543,'2016-03-23 14:18:56',''),(38631,1,1,40050,67,2637637543,'2016-03-23 14:44:45',''),(38632,1,1,40051,75,2637637543,'2016-03-23 14:44:46',''),(38633,1,1,40052,59,2637637543,'2016-03-23 14:44:48',''),(38634,1,1,40053,64,2637637543,'2016-03-23 14:44:50',''),(38635,1,1,40054,62,2637637543,'2016-03-23 14:44:51',''),(38636,1,1,40055,1,3629205330,'2016-03-23 15:31:32',''),(38637,1,1,40056,52,2637637503,'2016-03-23 15:59:03',''),(38638,1,1,40057,29,1152705687,'2016-03-23 16:12:30',''),(38639,1,1,40058,26,2637637503,'2016-03-23 17:19:41',''),(38640,1,1,40059,54,2990476559,'2016-03-23 17:36:46',''),(38641,1,1,40060,66,2990476559,'2016-03-23 17:36:52',''),(38642,1,1,40061,55,2637637514,'2016-03-23 19:12:14',''),(38643,1,1,40062,3,84492181,'2016-03-23 19:23:29',''),(38644,1,1,40063,3,84492181,'2016-03-23 19:23:32',''),(38645,1,1,40064,1,1796538632,'2016-03-23 20:12:31',''),(38646,1,1,40065,56,3024883464,'2016-03-23 20:13:58',''),(38647,1,1,40066,38,2637637487,'2016-03-23 21:04:03',''),(38648,1,1,40067,1,3024883489,'2016-03-23 21:15:24',''),(38649,1,1,40068,48,1330511159,'2016-03-23 21:26:26','http://www.google.co.uk/search?hl=en-GB&redir_esc=&client=ms-android-samsung&source=android-search-app&v=133247963&qsubts=1458768299735&action=devloc&q=wheel+tracking&v=133247963'),(38650,1,1,40069,3,2637637503,'2016-03-23 22:15:16',''),(38651,1,1,40070,62,2637637487,'2016-03-23 22:21:02',''),(38652,1,1,40071,62,2992447461,'2016-03-23 23:00:07',''),(38653,1,1,40072,62,2992447461,'2016-03-23 23:00:54',''),(38654,1,1,40073,62,2992447461,'2016-03-23 23:01:26',''),(38655,1,1,40074,67,2760155417,'2016-03-23 23:40:43',''),(38656,1,1,40075,26,2637637605,'2016-03-23 23:55:18',''),(38657,1,1,40076,6,2637637605,'2016-03-23 23:58:42',''),(38658,1,1,40077,6,1489375385,'2016-03-24 00:03:04',''),(38659,1,1,40078,57,2637637605,'2016-03-24 00:29:52',''),(38660,1,1,40079,26,2637637503,'2016-03-24 00:40:16',''),(38661,1,1,40080,43,2420902987,'2016-03-24 00:56:10',''),(38662,1,1,40081,27,2420902987,'2016-03-24 00:56:13',''),(38663,1,1,40082,58,2420902987,'2016-03-24 00:56:16',''),(38664,1,1,40083,51,2760155403,'2016-03-24 01:09:38',''),(38665,1,1,40084,52,2637637503,'2016-03-24 01:58:45',''),(38666,1,1,40085,26,2637637503,'2016-03-24 02:01:34',''),(38667,1,1,40086,1,3024883461,'2016-03-24 02:26:11',''),(38668,1,1,40087,1,1542483275,'2016-03-24 03:14:04',''),(38669,1,1,40088,56,2637637514,'2016-03-24 03:32:38',''),(38670,1,1,40089,26,2637637605,'2016-03-24 03:37:51',''),(38671,1,1,40090,1,1489375385,'2016-03-24 03:44:13',''),(38672,1,1,40091,1,1489375385,'2016-03-24 03:44:19',''),(38673,1,1,40092,1,1489375385,'2016-03-24 03:44:26',''),(38674,1,1,40093,1,1489375385,'2016-03-24 03:44:32',''),(38675,1,1,40094,43,2637637487,'2016-03-24 05:00:25',''),(38676,1,1,40095,18,2637637487,'2016-03-24 05:00:50',''),(38677,1,1,40096,55,2637637514,'2016-03-24 05:20:18',''),(38678,1,1,40097,55,3702877343,'2016-03-24 05:43:44',''),(38679,1,1,40098,3,2637637503,'2016-03-24 06:01:32',''),(38680,1,1,40099,64,2637637487,'2016-03-24 06:05:51',''),(38681,1,1,40100,72,84497668,'2016-03-24 06:14:33',''),(38682,1,1,40101,26,2637637487,'2016-03-24 07:20:53',''),(38683,1,1,40102,26,2637637514,'2016-03-24 07:21:01',''),(38684,1,1,40103,26,2637637503,'2016-03-24 07:32:15',''),(38685,1,1,40104,1,1152705687,'2016-03-24 08:07:43',''),(38686,1,1,40105,1,1089906070,'2016-03-24 08:31:47','http://whois.domaintools.com/mstyresblackburn.co.uk'),(38687,1,1,40106,26,2637637503,'2016-03-24 08:37:15',''),(38688,1,1,40107,1,3339975108,'2016-03-24 08:41:16',''),(38689,1,1,40108,26,676177682,'2016-03-24 11:35:55',''),(38690,1,1,40109,26,676177682,'2016-03-24 11:53:36',''),(38691,1,1,40110,56,2637637514,'2016-03-24 12:07:31',''),(38692,1,1,40111,1,84504390,'2016-03-24 12:36:10',''),(38693,1,1,40112,18,2637637487,'2016-03-24 12:48:42',''),(38694,1,1,40113,43,2637637487,'2016-03-24 12:53:20',''),(38695,1,1,40114,45,872362139,'2016-03-24 12:57:39',''),(38696,1,1,40115,53,872362139,'2016-03-24 12:57:41',''),(38697,1,1,40116,48,872362139,'2016-03-24 12:57:43',''),(38698,1,1,40117,52,872362139,'2016-03-24 12:57:46',''),(38699,1,1,40118,1,2538613875,'2016-03-24 13:19:33',''),(38700,1,1,40119,1,872594935,'2016-03-24 13:33:45',''),(38701,1,1,40120,1,872594935,'2016-03-24 13:33:46',''),(38702,1,1,40121,26,911490009,'2016-03-24 13:33:49',''),(38703,1,1,40124,57,911490009,'2016-03-24 13:33:49',''),(38704,1,1,40127,9,911490009,'2016-03-24 13:33:49',''),(38705,1,1,40122,18,911490009,'2016-03-24 13:33:49',''),(38706,1,1,40123,43,911490009,'2016-03-24 13:33:49',''),(38707,1,1,40125,28,911490009,'2016-03-24 13:33:50',''),(38708,1,1,40126,45,911490009,'2016-03-24 13:33:50',''),(38709,1,1,40128,1,911490009,'2016-03-24 13:33:50',''),(38710,1,1,40129,1,911490009,'2016-03-24 13:33:50',''),(38711,1,1,40130,3,911490009,'2016-03-24 13:33:50',''),(38712,1,1,40137,1,1113983149,'2016-03-24 13:33:53',''),(38713,1,1,40131,1,872645682,'2016-03-24 13:33:53',''),(38714,1,1,40138,1,1123631700,'2016-03-24 13:33:54',''),(38715,1,1,40133,6,911490009,'2016-03-24 13:33:55',''),(38716,1,1,40132,1,1113983154,'2016-03-24 13:33:55',''),(38717,1,1,40134,1,911490009,'2016-03-24 13:33:55',''),(38718,1,1,40136,1,387306618,'2016-03-24 13:33:55',''),(38719,1,1,40135,1,911490009,'2016-03-24 13:33:55',''),(38720,1,1,40139,1,872645682,'2016-03-24 13:33:56',''),(38721,1,1,40140,1,911490009,'2016-03-24 13:33:58',''),(38722,1,1,40141,1,911490009,'2016-03-24 13:34:00',''),(38723,1,1,40142,1,911490009,'2016-03-24 13:34:01',''),(38724,1,1,40143,1,911490009,'2016-03-24 13:34:03',''),(38725,1,1,40144,1,911490009,'2016-03-24 13:34:04',''),(38726,1,1,40145,1,911490009,'2016-03-24 13:34:06',''),(38727,1,1,40147,1,2499497871,'2016-03-24 13:34:07',''),(38728,1,1,40146,1,911490009,'2016-03-24 13:34:08',''),(38729,1,1,40148,1,911490009,'2016-03-24 13:34:09',''),(38730,1,1,40149,1,911490009,'2016-03-24 13:34:10',''),(38731,1,1,40150,1,911490009,'2016-03-24 13:34:12',''),(38732,1,1,40151,1,911490009,'2016-03-24 13:34:13',''),(38733,1,1,40152,1,911490009,'2016-03-24 13:34:15',''),(38734,1,1,40153,1,911490009,'2016-03-24 13:34:16',''),(38735,1,1,40154,1,911490009,'2016-03-24 13:34:18',''),(38736,1,1,40155,1,911490009,'2016-03-24 13:34:19',''),(38737,1,1,40156,1,911490009,'2016-03-24 13:34:21',''),(38738,1,1,40157,1,911490009,'2016-03-24 13:34:22',''),(38739,1,1,40158,1,911490009,'2016-03-24 13:34:24',''),(38740,1,1,40159,1,911490009,'2016-03-24 13:34:25',''),(38741,1,1,40160,1,911490009,'2016-03-24 13:34:26',''),(38742,1,1,40161,1,911490009,'2016-03-24 13:34:28',''),(38743,1,1,40162,1,3275450067,'2016-03-24 13:37:31',''),(38744,1,1,40163,1,39937766,'2016-03-24 14:54:30','https://www.google.co.uk'),(38745,1,1,40164,56,3587032767,'2016-03-24 16:06:48','https://www.google.co.uk/'),(38746,1,1,40165,64,676177768,'2016-03-24 16:44:42',''),(38747,1,1,40166,1,872339330,'2016-03-24 16:46:09',''),(38748,1,1,40167,6,2538613875,'2016-03-24 17:40:33',''),(38749,1,1,40168,49,872366338,'2016-03-24 18:05:53',''),(38750,1,1,40169,26,2637637486,'2016-03-24 19:04:40',''),(38751,1,1,40170,16,2637637486,'2016-03-24 19:04:41',''),(38752,1,1,40171,26,2637637486,'2016-03-24 19:04:42',''),(38753,1,1,40172,18,2637637486,'2016-03-24 19:04:43',''),(38754,1,1,40173,26,2637637486,'2016-03-24 19:04:45',''),(38755,1,1,40174,47,2637637486,'2016-03-24 19:04:46',''),(38756,1,1,40175,43,2637637486,'2016-03-24 19:04:47',''),(38757,1,1,40176,43,2637637486,'2016-03-24 19:04:49',''),(38758,1,1,40177,42,3475901881,'2016-03-24 19:04:50',''),(38759,1,1,40178,29,2637637486,'2016-03-24 19:04:50',''),(38760,1,1,40179,9,3475901881,'2016-03-24 19:04:51',''),(38761,1,1,40180,26,2637637486,'2016-03-24 19:04:52',''),(38762,1,1,40181,26,3475901881,'2016-03-24 19:04:53',''),(38763,1,1,40182,26,2637637486,'2016-03-24 19:04:53',''),(38764,1,1,40184,28,2637637486,'2016-03-24 19:04:54',''),(38765,1,1,40183,16,3475901881,'2016-03-24 19:04:54',''),(38766,1,1,40185,38,2637637486,'2016-03-24 19:04:56',''),(38767,1,1,40186,55,3475901881,'2016-03-24 19:04:56',''),(38768,1,1,40187,56,3475901881,'2016-03-24 19:04:58',''),(38769,1,1,40188,16,3475901881,'2016-03-24 19:04:59',''),(38770,1,1,40189,26,3475901881,'2016-03-24 19:05:01',''),(38771,1,1,40190,26,3475901881,'2016-03-24 19:05:02',''),(38772,1,1,40191,26,3475901881,'2016-03-24 19:05:03',''),(38773,1,1,40192,49,3475901881,'2016-03-24 19:05:04',''),(38774,1,1,40193,45,3475901881,'2016-03-24 19:05:05',''),(38775,1,1,40194,43,3475901881,'2016-03-24 19:05:06',''),(38776,1,1,40195,26,3475901881,'2016-03-24 19:05:08',''),(38777,1,1,40196,26,3475901881,'2016-03-24 19:05:09',''),(38778,1,1,40197,26,2637637503,'2016-03-24 19:05:09',''),(38779,1,1,40198,26,3475901881,'2016-03-24 19:05:10',''),(38780,1,1,40199,26,2637637503,'2016-03-24 19:05:11',''),(38781,1,1,40200,26,3475901881,'2016-03-24 19:05:11',''),(38782,1,1,40201,26,2637637503,'2016-03-24 19:05:12',''),(38783,1,1,40202,14,3475901881,'2016-03-24 19:05:12',''),(38784,1,1,40203,26,2637637503,'2016-03-24 19:05:13',''),(38785,1,1,40204,41,3475901881,'2016-03-24 19:05:13',''),(38786,1,1,40205,1,2637637503,'2016-03-24 19:05:14',''),(38787,1,1,40206,6,2637637503,'2016-03-24 19:05:15',''),(38788,1,1,40207,52,2637637503,'2016-03-24 19:05:16',''),(38789,1,1,40208,51,2637637503,'2016-03-24 19:05:17',''),(38790,1,1,40209,44,2637637503,'2016-03-24 19:05:19',''),(38791,1,1,40210,26,2637637503,'2016-03-24 19:05:21',''),(38792,1,1,40211,50,2637637503,'2016-03-24 19:05:22',''),(38793,1,1,40212,46,2637637503,'2016-03-24 19:05:23',''),(38794,1,1,40213,26,2637637503,'2016-03-24 19:05:24',''),(38795,1,1,40214,26,2637637503,'2016-03-24 19:05:25',''),(38796,1,1,40215,53,2637637503,'2016-03-24 19:05:25',''),(38797,1,1,40216,15,2637637503,'2016-03-24 19:05:26',''),(38798,1,1,40217,58,676177707,'2016-03-24 19:05:33',''),(38799,1,1,40218,54,676177707,'2016-03-24 19:05:35',''),(38800,1,1,40219,57,676177707,'2016-03-24 19:05:36',''),(38801,1,1,40220,26,676177707,'2016-03-24 19:05:37',''),(38802,1,1,40221,3,676177707,'2016-03-24 19:05:38',''),(38803,1,1,40222,27,676177707,'2016-03-24 19:05:39',''),(38804,1,1,40223,31,676177707,'2016-03-24 19:05:41',''),(38805,1,1,40224,48,676177707,'2016-03-24 19:05:42',''),(38806,1,1,40225,26,676177707,'2016-03-24 19:05:43',''),(38807,1,1,40226,26,676177707,'2016-03-24 19:05:44',''),(38808,1,1,40227,26,2420902020,'2016-03-24 19:28:32',''),(38809,1,1,40228,26,2420902020,'2016-03-24 19:28:34',''),(38810,1,1,40229,26,2420902020,'2016-03-24 19:28:36',''),(38811,1,1,40230,43,2420902020,'2016-03-24 19:28:38',''),(38812,1,1,40231,6,3156762438,'2016-03-24 19:48:03',''),(38813,1,1,40232,18,3156762438,'2016-03-24 19:48:05',''),(38814,1,1,40233,42,3156762438,'2016-03-24 19:48:08',''),(38815,1,1,40234,38,3156762438,'2016-03-24 19:48:10',''),(38816,1,1,40235,43,3156762438,'2016-03-24 19:48:13',''),(38817,1,1,40236,1,1123631731,'2016-03-24 19:54:45',''),(38818,1,1,40237,1,3702877360,'2016-03-24 20:13:37',''),(38819,1,1,40238,6,2637637503,'2016-03-24 21:06:29',''),(38820,1,1,40239,27,2917833083,'2016-03-24 22:00:26',''),(38821,1,1,40240,44,2917833083,'2016-03-24 22:00:30',''),(38822,1,1,40241,49,2917833083,'2016-03-24 22:00:33',''),(38823,1,1,40242,31,3702877327,'2016-03-24 23:46:56',''),(38824,1,1,40243,45,1152705687,'2016-03-24 23:47:14',''),(38825,1,1,40244,26,2071807820,'2016-03-25 00:20:16',''),(38826,1,1,40245,43,1578620449,'2016-03-25 00:24:36',''),(38827,1,1,40246,10,872366386,'2016-03-25 00:28:47',''),(38828,1,1,40247,6,3024883599,'2016-03-25 01:18:55',''),(38829,1,1,40248,1,84498858,'2016-03-25 02:16:23',''),(38830,1,1,40249,18,772044803,'2016-03-25 04:27:30',''),(38831,1,1,40250,29,772044803,'2016-03-25 04:27:33',''),(38832,1,1,40251,1,1542483310,'2016-03-25 04:48:25',''),(38833,1,1,40252,54,2420915477,'2016-03-25 06:29:05',''),(38834,1,1,40253,66,2420915477,'2016-03-25 06:29:08',''),(38835,1,1,40254,43,1159648530,'2016-03-25 06:43:52',''),(38836,1,1,40255,27,1159648530,'2016-03-25 06:43:56',''),(38837,1,1,40256,58,1159648530,'2016-03-25 06:44:00',''),(38838,1,1,40257,1,3024883593,'2016-03-25 07:26:05',''),(38839,1,1,40258,6,1123631731,'2016-03-25 07:43:49',''),(38840,1,1,40259,26,2420923694,'2016-03-25 11:26:56',''),(38841,1,1,40260,1,2420923694,'2016-03-25 11:26:59',''),(38842,1,1,40261,1,2420923694,'2016-03-25 11:27:01',''),(38843,1,1,40262,1,1123631727,'2016-03-25 11:58:18',''),(38844,1,1,40263,1,1123631729,'2016-03-25 12:21:55',''),(38845,1,1,40264,1,3024883480,'2016-03-25 13:30:02',''),(38846,1,1,40265,56,1196176360,'2016-03-25 14:38:57','https://www.google.com/'),(38847,1,1,40266,56,1297549670,'2016-03-25 14:49:46','https://www.google.lt'),(38848,1,1,40267,1,3702877329,'2016-03-25 15:15:38',''),(38849,1,1,40268,26,2297627991,'2016-03-25 15:28:53',''),(38850,1,1,40269,26,2297627991,'2016-03-25 15:28:57',''),(38851,1,1,40270,1,1123631731,'2016-03-25 15:35:46',''),(38852,1,1,40271,47,2071807824,'2016-03-25 16:55:37',''),(38853,1,1,40272,26,3702877295,'2016-03-25 17:28:57',''),(38854,1,1,40273,56,2538610610,'2016-03-25 17:40:01',''),(38855,1,1,40274,1,1539462250,'2016-03-25 18:35:44',''),(38856,1,1,40275,1,1539462250,'2016-03-25 18:35:52',''),(38857,1,1,40276,1,1539462250,'2016-03-25 18:36:05',''),(38858,1,1,40277,1,1539462250,'2016-03-25 18:36:25',''),(38859,1,1,40278,26,3702877273,'2016-03-25 20:33:07',''),(38860,1,1,40279,26,2637637503,'2016-03-25 22:04:38',''),(38861,1,1,40280,15,3024883461,'2016-03-25 22:28:11',''),(38862,1,1,40281,1,1123631731,'2016-03-26 01:28:02',''),(38863,1,1,40282,1,1123631700,'2016-03-26 01:34:16',''),(38864,1,1,40283,26,3702877281,'2016-03-26 02:58:06',''),(38865,1,1,40284,16,3475901881,'2016-03-26 03:54:02',''),(38866,1,1,40285,3,2297627991,'2016-03-26 04:30:32',''),(38867,1,1,40286,3,2297627991,'2016-03-26 04:30:35',''),(38868,1,1,40287,57,3281700957,'2016-03-26 05:58:33',''),(38869,1,1,40288,28,3281700957,'2016-03-26 05:58:36',''),(38870,1,1,40289,50,3281700957,'2016-03-26 05:58:41',''),(38871,1,1,40290,51,3281700957,'2016-03-26 05:58:53',''),(38872,1,1,40291,26,3702877334,'2016-03-26 06:31:26',''),(38873,1,1,40292,18,872362822,'2016-03-26 06:34:52',''),(38874,1,1,40293,29,872362822,'2016-03-26 06:34:55',''),(38875,1,1,40294,1,1542483303,'2016-03-26 06:45:12',''),(38876,1,1,40295,1,2071807834,'2016-03-26 09:41:14',''),(38877,1,1,40296,1,1123631700,'2016-03-26 13:42:59',''),(38878,1,1,40297,55,3024883486,'2016-03-26 15:28:47',''),(38879,1,1,40298,38,3702877333,'2016-03-26 15:41:14',''),(38880,1,1,40299,1,1159644858,'2016-03-26 15:44:56',''),(38881,1,1,40300,1,1159644858,'2016-03-26 15:45:06',''),(38882,1,1,40301,1,1159644858,'2016-03-26 15:45:08',''),(38883,1,1,40302,1,1159644858,'2016-03-26 15:45:11',''),(38884,1,1,40303,1,1159644858,'2016-03-26 15:45:15',''),(38885,1,1,40304,1,1159644858,'2016-03-26 15:45:17',''),(38886,1,1,40305,1,1159644858,'2016-03-26 15:45:20',''),(38887,1,1,40306,1,1159644858,'2016-03-26 15:45:23',''),(38888,1,1,40307,1,1159644858,'2016-03-26 15:45:26',''),(38889,1,1,40308,1,1159644858,'2016-03-26 15:45:29',''),(38890,1,1,40309,68,2760155401,'2016-03-26 17:01:10',''),(38891,1,1,40310,72,872309210,'2016-03-26 17:30:26',''),(38892,1,1,40311,18,2637637486,'2016-03-26 19:17:37',''),(38893,1,1,40312,1,3495654154,'2016-03-26 20:56:15',''),(38894,1,1,40313,50,3702877344,'2016-03-27 00:32:18',''),(38895,1,1,40314,1,3479603870,'2016-03-27 01:01:37',''),(38896,1,1,40315,66,3702877363,'2016-03-27 01:05:38',''),(38897,1,1,40316,1,872317498,'2016-03-27 01:29:31',''),(38898,1,1,40317,26,1311650550,'2016-03-27 02:28:44',''),(38899,1,1,40318,1,1311650550,'2016-03-27 02:28:47',''),(38900,1,1,40319,1,1311650550,'2016-03-27 02:28:49',''),(38901,1,1,40320,26,1159650026,'2016-03-27 03:23:15',''),(38902,1,1,40321,26,1159650026,'2016-03-27 03:23:19',''),(38903,1,1,40322,26,1159650026,'2016-03-27 03:24:20',''),(38904,1,1,40323,43,1159650026,'2016-03-27 03:24:22',''),(38905,1,1,40324,45,1170583834,'2016-03-27 03:40:33',''),(38906,1,1,40325,53,1170583834,'2016-03-27 03:40:36',''),(38907,1,1,40326,48,1170583834,'2016-03-27 03:40:38',''),(38908,1,1,40327,52,1170583834,'2016-03-27 03:40:41',''),(38909,1,1,40328,26,2637637486,'2016-03-27 04:53:10',''),(38910,1,1,40329,16,2637637486,'2016-03-27 04:53:11',''),(38911,1,1,40330,26,2637637486,'2016-03-27 04:53:13',''),(38912,1,1,40331,18,2637637486,'2016-03-27 04:53:14',''),(38913,1,1,40332,26,2637637486,'2016-03-27 04:53:15',''),(38914,1,1,40333,47,2637637486,'2016-03-27 04:53:16',''),(38915,1,1,40334,43,2637637486,'2016-03-27 04:53:18',''),(38916,1,1,40335,43,2637637486,'2016-03-27 04:53:19',''),(38917,1,1,40336,29,2637637486,'2016-03-27 04:53:21',''),(38918,1,1,40337,26,2637637486,'2016-03-27 04:53:22',''),(38919,1,1,40338,26,2637637503,'2016-03-27 04:53:22',''),(38920,1,1,40339,26,2637637486,'2016-03-27 04:53:23',''),(38921,1,1,40340,26,2637637503,'2016-03-27 04:53:23',''),(38922,1,1,40341,28,2637637486,'2016-03-27 04:53:24',''),(38923,1,1,40342,26,2637637503,'2016-03-27 04:53:24',''),(38924,1,1,40343,26,2637637503,'2016-03-27 04:53:25',''),(38925,1,1,40344,38,2637637486,'2016-03-27 04:53:25',''),(38926,1,1,40345,1,2637637503,'2016-03-27 04:53:26',''),(38927,1,1,40346,6,2637637503,'2016-03-27 04:53:27',''),(38928,1,1,40347,52,2637637503,'2016-03-27 04:53:28',''),(38929,1,1,40348,51,2637637503,'2016-03-27 04:53:29',''),(38930,1,1,40349,44,2637637503,'2016-03-27 04:53:30',''),(38931,1,1,40350,26,2637637503,'2016-03-27 04:53:32',''),(38932,1,1,40351,50,2637637503,'2016-03-27 04:53:33',''),(38933,1,1,40352,46,2637637503,'2016-03-27 04:53:35',''),(38934,1,1,40353,26,2637637503,'2016-03-27 04:53:36',''),(38935,1,1,40354,26,2637637503,'2016-03-27 04:53:36',''),(38936,1,1,40355,53,2637637503,'2016-03-27 04:53:37',''),(38937,1,1,40356,15,2637637503,'2016-03-27 04:53:38',''),(38938,1,1,40357,42,3475901881,'2016-03-27 04:53:43',''),(38939,1,1,40358,9,3475901881,'2016-03-27 04:53:44',''),(38940,1,1,40359,26,3475901881,'2016-03-27 04:53:45',''),(38941,1,1,40360,16,3475901881,'2016-03-27 04:53:46',''),(38942,1,1,40361,55,3475901881,'2016-03-27 04:53:47',''),(38943,1,1,40362,56,3475901881,'2016-03-27 04:53:49',''),(38944,1,1,40363,16,3475901881,'2016-03-27 04:53:50',''),(38945,1,1,40364,26,3475901881,'2016-03-27 04:53:52',''),(38946,1,1,40365,26,3475901881,'2016-03-27 04:53:53',''),(38947,1,1,40366,26,3475901881,'2016-03-27 04:53:54',''),(38948,1,1,40367,49,3475901881,'2016-03-27 04:53:55',''),(38949,1,1,40368,45,3475901881,'2016-03-27 04:53:56',''),(38950,1,1,40369,43,3475901881,'2016-03-27 04:53:57',''),(38951,1,1,40370,26,3475901881,'2016-03-27 04:53:59',''),(38952,1,1,40371,26,3475901881,'2016-03-27 04:54:00',''),(38953,1,1,40372,26,3475901881,'2016-03-27 04:54:01',''),(38954,1,1,40373,26,3475901881,'2016-03-27 04:54:01',''),(38955,1,1,40374,14,3475901881,'2016-03-27 04:54:02',''),(38956,1,1,40375,41,3475901881,'2016-03-27 04:54:02',''),(38957,1,1,40376,58,676177707,'2016-03-27 04:54:07',''),(38958,1,1,40377,54,676177707,'2016-03-27 04:54:09',''),(38959,1,1,40378,57,676177707,'2016-03-27 04:54:10',''),(38960,1,1,40379,26,676177707,'2016-03-27 04:54:11',''),(38961,1,1,40380,3,676177707,'2016-03-27 04:54:12',''),(38962,1,1,40381,27,676177707,'2016-03-27 04:54:13',''),(38963,1,1,40382,31,676177707,'2016-03-27 04:54:15',''),(38964,1,1,40383,48,676177707,'2016-03-27 04:54:16',''),(38965,1,1,40384,26,676177707,'2016-03-27 04:54:17',''),(38966,1,1,40385,26,676177707,'2016-03-27 04:54:18',''),(38967,1,1,40386,1,2953382627,'2016-03-27 04:56:22',''),(38968,1,1,40387,28,3702877264,'2016-03-27 05:05:39',''),(38969,1,1,40388,1,2513057285,'2016-03-27 05:43:37',''),(38970,1,1,40389,1,2513057285,'2016-03-27 05:43:40',''),(38971,1,1,40390,1,2513057285,'2016-03-27 05:43:43',''),(38972,1,1,40391,1,2513057285,'2016-03-27 05:43:45',''),(38973,1,1,40392,1,2513057285,'2016-03-27 05:43:47',''),(38974,1,1,40393,1,2513057285,'2016-03-27 05:43:50',''),(38975,1,1,40394,1,2513057285,'2016-03-27 05:43:52',''),(38976,1,1,40395,1,2513057285,'2016-03-27 05:43:55',''),(38977,1,1,40396,1,2513057285,'2016-03-27 05:43:57',''),(38978,1,1,40397,1,2513057285,'2016-03-27 05:43:59',''),(38979,1,1,40398,28,2513057285,'2016-03-27 05:44:02',''),(38980,1,1,40399,50,2513057285,'2016-03-27 05:44:04',''),(38981,1,1,40400,51,2513057285,'2016-03-27 05:44:07',''),(38982,1,1,40401,56,2513057285,'2016-03-27 05:44:10',''),(38983,1,1,40402,65,2513057285,'2016-03-27 05:44:12',''),(38984,1,1,40403,43,2420907330,'2016-03-27 07:25:45',''),(38985,1,1,40404,27,2420907330,'2016-03-27 07:25:48',''),(38986,1,1,40405,58,2420907330,'2016-03-27 07:25:51',''),(38987,1,1,40406,1,1170580419,'2016-03-27 07:58:13',''),(38988,1,1,40407,1,1542483303,'2016-03-27 08:35:50',''),(38989,1,1,40408,27,1366114598,'2016-03-27 09:15:08',''),(38990,1,1,40409,44,1366114598,'2016-03-27 09:15:11',''),(38991,1,1,40410,49,1366114598,'2016-03-27 09:15:13',''),(38992,1,1,40411,26,1489430095,'2016-03-27 10:03:48',''),(38993,1,1,40412,31,1489430095,'2016-03-27 10:03:51',''),(38994,1,1,40413,1,1489430095,'2016-03-27 10:03:54',''),(38995,1,1,40414,1,1489430095,'2016-03-27 10:03:56',''),(38996,1,1,40415,6,1574652390,'2016-03-27 10:30:00',''),(38997,1,1,40416,18,1574652390,'2016-03-27 10:30:03',''),(38998,1,1,40417,42,1574652390,'2016-03-27 10:30:06',''),(38999,1,1,40418,38,1574652390,'2016-03-27 10:30:09',''),(39000,1,1,40419,43,1574652390,'2016-03-27 10:30:12',''),(39001,1,1,40420,69,2760155457,'2016-03-27 12:11:46',''),(39002,1,1,40421,57,1503892538,'2016-03-27 12:42:33',''),(39003,1,1,40422,28,1503892538,'2016-03-27 12:42:35',''),(39004,1,1,40423,50,1503892538,'2016-03-27 12:42:38',''),(39005,1,1,40424,51,1503892538,'2016-03-27 12:42:41',''),(39006,1,1,40425,3,2760155468,'2016-03-27 13:06:05',''),(39007,1,1,40426,6,872399392,'2016-03-27 13:41:32',''),(39008,1,1,40427,26,2071807769,'2016-03-27 14:32:37',''),(39009,1,1,40428,1,1123631731,'2016-03-27 14:48:29',''),(39010,1,1,40429,26,1123631727,'2016-03-27 14:52:07',''),(39011,1,1,40430,47,872366402,'2016-03-27 16:45:47',''),(39012,1,1,40431,57,3024883617,'2016-03-27 19:03:28',''),(39013,1,1,40432,26,2071807778,'2016-03-27 19:41:02',''),(39014,1,1,40433,43,2732076668,'2016-03-27 20:58:07',''),(39015,1,1,40434,1,2732076668,'2016-03-27 20:58:10',''),(39016,1,1,40435,43,2732076668,'2016-03-27 20:58:12',''),(39017,1,1,40436,43,1152705687,'2016-03-27 22:05:00',''),(39018,1,1,40437,1,3024883598,'2016-03-27 22:10:23',''),(39019,1,1,40438,1,3024883602,'2016-03-27 22:21:04',''),(39020,1,1,40440,1,2071807851,'2016-03-28 00:22:41',''),(39021,1,1,40441,54,2297665554,'2016-03-28 00:23:54',''),(39022,1,1,40442,66,2297665554,'2016-03-28 00:23:57',''),(39023,1,1,40443,38,2071807822,'2016-03-28 00:28:50',''),(39024,1,1,40444,31,1054099923,'2016-03-28 00:34:00',''),(39025,1,1,40445,1,1054099923,'2016-03-28 00:34:04',''),(39026,1,1,40446,1,1054099923,'2016-03-28 00:34:06',''),(39027,1,1,40447,1,1123631729,'2016-03-28 01:33:45',''),(39028,1,1,40448,73,3475901881,'2016-03-28 02:29:57',''),(39029,1,1,40449,71,3475901881,'2016-03-28 02:29:58',''),(39030,1,1,40450,70,3475901881,'2016-03-28 02:30:00',''),(39031,1,1,40451,66,2637637503,'2016-03-28 02:30:01',''),(39032,1,1,40452,10,3475901881,'2016-03-28 02:30:01',''),(39033,1,1,40453,72,2637637503,'2016-03-28 02:30:03',''),(39034,1,1,40454,74,2637637503,'2016-03-28 02:30:04',''),(39035,1,1,40455,62,2637637486,'2016-03-28 02:30:18',''),(39036,1,1,40456,64,2637637486,'2016-03-28 02:30:19',''),(39037,1,1,40457,63,3475901768,'2016-03-28 02:30:21',''),(39038,1,1,40458,75,2637637486,'2016-03-28 02:30:21',''),(39039,1,1,40459,68,3475901768,'2016-03-28 02:30:22',''),(39040,1,1,40460,67,2637637486,'2016-03-28 02:30:22',''),(39041,1,1,40461,65,3475901768,'2016-03-28 02:30:24',''),(39042,1,1,40462,59,2637637486,'2016-03-28 02:30:24',''),(39043,1,1,40463,69,3475901768,'2016-03-28 02:30:25',''),(39044,1,1,40464,1,1123631727,'2016-03-28 03:27:49',''),(39045,1,1,40465,26,2071807824,'2016-03-28 04:30:32',''),(39046,1,1,40466,54,2760155465,'2016-03-28 05:00:33',''),(39047,1,1,40467,1,1123631729,'2016-03-28 07:08:38',''),(39048,1,1,40468,6,1123631731,'2016-03-28 07:39:57',''),(39049,1,1,40469,26,2990476559,'2016-03-28 08:05:44',''),(39050,1,1,40470,26,2990476559,'2016-03-28 08:05:50',''),(39051,1,1,40471,26,2990476559,'2016-03-28 08:05:58',''),(39052,1,1,40472,43,2990476559,'2016-03-28 08:06:05',''),(39053,1,1,40473,59,2990476559,'2016-03-28 08:06:14',''),(39054,1,1,40474,73,2990476559,'2016-03-28 08:06:19',''),(39055,1,1,40475,1,1542483305,'2016-03-28 10:57:12',''),(39056,1,1,40476,64,3702877341,'2016-03-28 13:05:03',''),(39057,1,1,40477,26,2420915477,'2016-03-28 13:50:51',''),(39058,1,1,40478,26,2420915477,'2016-03-28 13:50:54',''),(39059,1,1,40479,26,2420915477,'2016-03-28 13:50:56',''),(39060,1,1,40480,26,2420915477,'2016-03-28 13:50:59',''),(39061,1,1,40481,26,2420915477,'2016-03-28 13:51:02',''),(39062,1,1,40482,26,2420915477,'2016-03-28 13:51:04',''),(39063,1,1,40483,26,2420915477,'2016-03-28 13:51:07',''),(39064,1,1,40484,26,2420915477,'2016-03-28 13:51:09',''),(39065,1,1,40485,26,2420915477,'2016-03-28 13:51:12',''),(39066,1,1,40486,26,2420915477,'2016-03-28 13:51:14',''),(39067,1,1,40487,26,2420915477,'2016-03-28 13:51:16',''),(39068,1,1,40488,31,2420915477,'2016-03-28 13:51:18',''),(39069,1,1,40489,47,2420915477,'2016-03-28 13:51:22',''),(39070,1,1,40490,59,2420915477,'2016-03-28 13:51:25',''),(39071,1,1,40491,1,2420915477,'2016-03-28 13:51:28',''),(39072,1,1,40492,43,3475901870,'2016-03-28 15:07:20',''),(39073,1,1,40493,72,2760155405,'2016-03-28 15:46:56',''),(39074,1,1,40494,1,1578570674,'2016-03-28 15:53:07',''),(39075,1,1,40495,1,1578570674,'2016-03-28 15:53:09',''),(39076,1,1,40496,1,1578570674,'2016-03-28 15:53:12',''),(39077,1,1,40497,1,1578570674,'2016-03-28 15:53:14',''),(39078,1,1,40498,1,3702877361,'2016-03-28 16:05:02',''),(39079,1,1,40499,1,3702877363,'2016-03-28 16:05:06',''),(39080,1,1,40500,45,2731721828,'2016-03-28 17:12:27',''),(39081,1,1,40501,57,2731721828,'2016-03-28 17:12:33',''),(39082,1,1,40502,73,2731721828,'2016-03-28 17:12:36',''),(39083,1,1,40503,66,1265480368,'2016-03-28 17:54:34','https://www.google.com.au/search?hl=en&q=landsail tyre&num=100&start=100'),(39084,1,1,40504,66,1265480368,'2016-03-28 17:54:37','https://www.google.com.au/search?hl=en&q=landsail tyre&num=100&start=100'),(39085,1,1,40505,3,1053974832,'2016-03-28 17:59:35',''),(39086,1,1,40506,3,1053974832,'2016-03-28 17:59:51',''),(39087,1,1,40507,26,3702877362,'2016-03-28 19:05:02',''),(39088,1,1,40508,1,1311687796,'2016-03-28 19:23:01',''),(39089,1,1,40509,1,1311687796,'2016-03-28 19:23:04',''),(39090,1,1,40510,18,2079018854,'2016-03-28 19:25:02',''),(39091,1,1,40511,43,2079018854,'2016-03-28 19:25:02',''),(39092,1,1,40512,45,2079018854,'2016-03-28 19:25:03',''),(39093,1,1,40513,18,2079018854,'2016-03-28 19:25:04',''),(39094,1,1,40514,45,2079018854,'2016-03-28 19:25:04',''),(39095,1,1,40515,6,2079018854,'2016-03-28 19:25:05',''),(39096,1,1,40516,43,2079018854,'2016-03-28 19:25:05',''),(39097,1,1,40518,1,2079018854,'2016-03-28 19:25:06',''),(39098,1,1,40517,1,2079018854,'2016-03-28 19:25:06',''),(39099,1,1,40519,3,2079018854,'2016-03-28 19:25:06',''),(39100,1,1,40520,6,2079018854,'2016-03-28 19:25:07',''),(39101,1,1,40521,57,2079018854,'2016-03-28 19:25:08',''),(39102,1,1,40524,9,2079018854,'2016-03-28 19:25:08',''),(39103,1,1,40522,1,2079018854,'2016-03-28 19:25:08',''),(39104,1,1,40523,1,2079018854,'2016-03-28 19:25:08',''),(39105,1,1,40525,68,2079018854,'2016-03-28 19:25:09',''),(39106,1,1,40526,3,2079018854,'2016-03-28 19:25:09',''),(39107,1,1,40527,26,2079018854,'2016-03-28 19:25:09',''),(39108,1,1,40528,57,2079018854,'2016-03-28 19:25:10',''),(39109,1,1,40529,9,2079018854,'2016-03-28 19:25:10',''),(39110,1,1,40530,63,2079018854,'2016-03-28 19:25:11',''),(39111,1,1,40531,26,2079018854,'2016-03-28 19:25:11',''),(39112,1,1,40532,26,2079018854,'2016-03-28 19:25:12',''),(39113,1,1,40533,67,2079018854,'2016-03-28 19:25:12',''),(39114,1,1,40534,26,2079018854,'2016-03-28 19:25:13',''),(39115,1,1,40535,62,2079018854,'2016-03-28 19:25:13',''),(39116,1,1,40536,26,2079018854,'2016-03-28 19:25:14',''),(39117,1,1,40537,26,2079018854,'2016-03-28 19:25:14',''),(39118,1,1,40538,68,2079018854,'2016-03-28 19:25:15',''),(39119,1,1,40539,26,2079018854,'2016-03-28 19:25:15',''),(39120,1,1,40540,67,2079018854,'2016-03-28 19:25:15',''),(39121,1,1,40541,26,2079018854,'2016-03-28 19:25:16',''),(39122,1,1,40542,63,2079018854,'2016-03-28 19:25:16',''),(39123,1,1,40543,62,2079018854,'2016-03-28 19:25:17',''),(39124,1,1,40544,1,1123631727,'2016-03-28 20:55:56',''),(39125,1,1,40545,1,3024883591,'2016-03-29 00:03:50',''),(39126,1,1,40546,1,2420907426,'2016-03-29 02:45:51',''),(39127,1,1,40547,1,1123631729,'2016-03-29 02:52:52',''),(39128,1,1,40548,42,1152705687,'2016-03-29 02:55:45',''),(39129,1,1,40549,26,2071807784,'2016-03-29 02:58:17',''),(39130,1,1,40550,1,3702877296,'2016-03-29 04:04:58',''),(39131,1,1,40551,26,1152705687,'2016-03-29 04:46:20',''),(39132,1,1,40552,1,1032306399,'2016-03-29 05:10:04','http://m.baidu.com/s?wd=Mstyresblackburn'),(39133,1,1,40553,1,1032306280,'2016-03-29 05:19:19','http://www.baidu.com/s?wd=Mstyresblackburn'),(39134,1,1,40554,64,2071807857,'2016-03-29 06:20:31',''),(39135,1,1,40555,1,1294737540,'2016-03-29 06:39:46','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0ahUKEwj-5uHboeXLAhXHLQ8KHXUJDggQgU8ITTAG&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(39136,1,1,40556,15,1123631729,'2016-03-29 06:59:25',''),(39137,1,1,40557,26,1123631731,'2016-03-29 07:04:48',''),(39138,1,1,40558,72,2953382627,'2016-03-29 07:20:01',''),(39139,1,1,40559,1,1474304906,'2016-03-29 08:52:46','https://www.google.co.uk/'),(39140,1,1,40560,1,84498287,'2016-03-29 10:02:55',''),(39141,1,1,40561,1,3024883486,'2016-03-29 10:45:27',''),(39142,1,1,40562,1,1123631729,'2016-03-29 11:15:09',''),(39143,1,1,40563,26,84497668,'2016-03-29 11:49:15',''),(39144,1,1,40564,1,84497668,'2016-03-29 11:49:17',''),(39145,1,1,40565,1,84497668,'2016-03-29 11:49:20',''),(39146,1,1,40566,1,1542483282,'2016-03-29 12:43:51',''),(39147,1,1,40567,16,2420923694,'2016-03-29 12:52:28',''),(39148,1,1,40568,1,1365668873,'2016-03-29 13:10:20','https://www.google.co.uk/'),(39149,1,1,40569,43,676177727,'2016-03-29 13:32:27',''),(39150,1,1,40570,26,3702877371,'2016-03-29 14:14:54',''),(39151,1,1,40571,1,2917834746,'2016-03-29 15:03:08',''),(39152,1,1,40572,1,2917834746,'2016-03-29 15:03:11',''),(39153,1,1,40573,1,2917834746,'2016-03-29 15:03:22',''),(39154,1,1,40574,1,2917834746,'2016-03-29 15:03:25',''),(39155,1,1,40575,1,2917834746,'2016-03-29 15:03:33',''),(39156,1,1,40576,1,2917834746,'2016-03-29 15:03:37',''),(39157,1,1,40577,1,2917834746,'2016-03-29 15:03:43',''),(39158,1,1,40578,1,2917834746,'2016-03-29 15:03:46',''),(39159,1,1,40579,1,2917834746,'2016-03-29 15:03:49',''),(39160,1,1,40580,1,2917834746,'2016-03-29 15:03:54',''),(39161,1,1,40581,56,2917834746,'2016-03-29 15:03:59',''),(39162,1,1,40582,65,2917834746,'2016-03-29 15:04:02',''),(39163,1,1,40583,45,1489430095,'2016-03-29 15:40:36',''),(39164,1,1,40584,53,1489430095,'2016-03-29 15:40:39',''),(39165,1,1,40585,48,1489430095,'2016-03-29 15:40:41',''),(39166,1,1,40586,52,1489430095,'2016-03-29 15:40:43',''),(39167,1,1,40587,1,1053993637,'2016-03-29 15:57:43',''),(39168,1,1,40588,64,3024883590,'2016-03-29 17:34:29',''),(39169,1,1,40589,26,1123631729,'2016-03-29 18:10:40',''),(39170,1,1,40590,1,2071807816,'2016-03-29 18:12:05',''),(39171,1,1,40591,1,2071807858,'2016-03-29 18:12:08',''),(39172,1,1,40592,26,1123631727,'2016-03-29 18:18:15',''),(39173,1,1,40594,26,1123631727,'2016-03-29 18:52:17',''),(39174,1,1,40595,27,1503892538,'2016-03-29 19:22:14',''),(39175,1,1,40596,44,1503892538,'2016-03-29 19:22:16',''),(39176,1,1,40597,49,1503892538,'2016-03-29 19:22:19',''),(39177,1,1,40598,43,3024883480,'2016-03-29 20:34:40',''),(39178,1,1,40599,3,2513055990,'2016-03-29 20:59:56',''),(39179,1,1,40600,52,3702877362,'2016-03-29 21:39:32',''),(39180,1,1,40601,46,2071807801,'2016-03-30 01:44:24',''),(39181,1,1,40602,65,3024883487,'2016-03-30 02:08:23',''),(39182,1,1,40603,3,782615949,'2016-03-30 02:30:52',''),(39183,1,1,40604,26,782615949,'2016-03-30 02:30:56',''),(39184,1,1,40605,26,782615949,'2016-03-30 02:30:59',''),(39185,1,1,40606,42,782615949,'2016-03-30 02:31:02',''),(39186,1,1,40607,54,782615949,'2016-03-30 02:31:05',''),(39187,1,1,40608,66,782615949,'2016-03-30 02:31:08',''),(39188,1,1,40609,15,782615949,'2016-03-30 02:31:12',''),(39189,1,1,40610,47,782615949,'2016-03-30 02:31:15',''),(39190,1,1,40611,73,782615949,'2016-03-30 02:31:19',''),(39191,1,1,40612,71,782615949,'2016-03-30 02:31:23',''),(39192,1,1,40613,72,782615949,'2016-03-30 02:31:36',''),(39193,1,1,40614,70,782615949,'2016-03-30 02:31:44',''),(39194,1,1,40615,6,1159653890,'2016-03-30 03:09:08',''),(39195,1,1,40616,1,1123631729,'2016-03-30 04:18:30',''),(39196,1,1,40617,26,1159649146,'2016-03-30 05:39:36',''),(39197,1,1,40618,43,1159649146,'2016-03-30 05:39:39',''),(39198,1,1,40619,69,2071807798,'2016-03-30 08:05:54',''),(39199,1,1,40620,6,782615949,'2016-03-30 12:14:01',''),(39200,1,1,40621,18,782615949,'2016-03-30 12:14:03',''),(39201,1,1,40622,42,782615949,'2016-03-30 12:14:05',''),(39202,1,1,40623,38,782615949,'2016-03-30 12:14:08',''),(39203,1,1,40624,43,782615949,'2016-03-30 12:14:10',''),(39204,1,1,40625,46,3702877340,'2016-03-30 12:38:54',''),(39205,1,1,40626,62,3417231814,'2016-03-30 12:46:32',''),(39206,1,1,40627,1,1123631116,'2016-03-30 13:13:35',''),(39207,1,1,40628,1,1542483282,'2016-03-30 14:52:51',''),(39208,1,1,40629,1,1123631110,'2016-03-30 16:08:41',''),(39209,1,1,40630,1,3568798744,'2016-03-30 16:16:58','https://www.google.co.uk/'),(39210,1,1,40631,1,1376653531,'2016-03-30 17:14:29','http://www.thomsonlocal.com/MS-Tyres-Servicing/935342/01254%20447950/'),(39211,1,1,40632,26,1159644850,'2016-03-30 17:43:13',''),(39212,1,1,40633,26,1159644850,'2016-03-30 17:43:15',''),(39213,1,1,40634,26,1159644850,'2016-03-30 17:43:19',''),(39214,1,1,40635,43,1159644850,'2016-03-30 17:43:22',''),(39215,1,1,40636,3,84491906,'2016-03-30 18:07:54',''),(39216,1,1,40637,3,84491906,'2016-03-30 18:07:56',''),(39217,1,1,40638,1,3156762438,'2016-03-30 18:35:07',''),(39218,1,1,40639,1,3156762438,'2016-03-30 18:35:09',''),(39219,1,1,40640,74,1388412687,'2016-03-30 22:10:55',''),(39220,1,1,40641,68,1123631281,'2016-03-30 22:31:41',''),(39221,1,1,40642,1,1123631276,'2016-03-30 23:32:25',''),(39222,1,1,40643,1,2071807784,'2016-03-31 00:25:36',''),(39223,1,1,40644,52,2071807860,'2016-03-31 01:32:15',''),(39224,1,1,40645,26,1159649994,'2016-03-31 02:30:12',''),(39225,1,1,40646,56,1159649994,'2016-03-31 02:30:32',''),(39226,1,1,40647,59,1159649994,'2016-03-31 02:30:36',''),(39227,1,1,40648,52,3024883597,'2016-03-31 05:55:40',''),(39228,1,1,40649,58,3475901837,'2016-03-31 07:01:47',''),(39229,1,1,40650,3,3475901837,'2016-03-31 07:01:49',''),(39230,1,1,40651,26,3475901837,'2016-03-31 07:01:50',''),(39231,1,1,40652,26,3475901837,'2016-03-31 07:01:51',''),(39232,1,1,40653,26,3475901837,'2016-03-31 07:01:52',''),(39233,1,1,40654,31,3475901837,'2016-03-31 07:01:53',''),(39234,1,1,40655,27,3475901837,'2016-03-31 07:01:55',''),(39235,1,1,40656,54,3475901837,'2016-03-31 07:01:56',''),(39236,1,1,40657,26,676177727,'2016-03-31 07:01:57',''),(39237,1,1,40658,56,676177727,'2016-03-31 07:01:58',''),(39238,1,1,40659,57,3475901837,'2016-03-31 07:01:58',''),(39239,1,1,40660,48,3475901837,'2016-03-31 07:01:59',''),(39240,1,1,40661,55,676177727,'2016-03-31 07:01:59',''),(39241,1,1,40662,26,676177727,'2016-03-31 07:02:01',''),(39242,1,1,40663,26,676177727,'2016-03-31 07:02:02',''),(39243,1,1,40664,26,676177727,'2016-03-31 07:02:03',''),(39244,1,1,40665,26,676177727,'2016-03-31 07:02:04',''),(39245,1,1,40666,26,676177727,'2016-03-31 07:02:05',''),(39246,1,1,40667,26,676177727,'2016-03-31 07:02:06',''),(39247,1,1,40668,26,676177727,'2016-03-31 07:02:07',''),(39248,1,1,40669,9,676177727,'2016-03-31 07:02:08',''),(39249,1,1,40670,14,676177727,'2016-03-31 07:02:09',''),(39250,1,1,40671,49,676177727,'2016-03-31 07:02:11',''),(39251,1,1,40672,16,676177727,'2016-03-31 07:02:12',''),(39252,1,1,40673,16,676177727,'2016-03-31 07:02:14',''),(39253,1,1,40674,45,676177727,'2016-03-31 07:02:15',''),(39254,1,1,40675,43,676177727,'2016-03-31 07:02:16',''),(39255,1,1,40676,18,2637637427,'2016-03-31 07:02:16',''),(39256,1,1,40677,41,676177727,'2016-03-31 07:02:18',''),(39257,1,1,40678,26,2637637427,'2016-03-31 07:02:18',''),(39258,1,1,40679,42,676177727,'2016-03-31 07:02:19',''),(39259,1,1,40680,47,2637637427,'2016-03-31 07:02:19',''),(39260,1,1,40681,26,2637637427,'2016-03-31 07:02:21',''),(39261,1,1,40682,26,2637637427,'2016-03-31 07:02:22',''),(39262,1,1,40683,26,2637637427,'2016-03-31 07:02:23',''),(39263,1,1,40684,26,2637637427,'2016-03-31 07:02:24',''),(39264,1,1,40685,28,2637637427,'2016-03-31 07:02:25',''),(39265,1,1,40686,16,2637637427,'2016-03-31 07:02:27',''),(39266,1,1,40687,43,2637637427,'2016-03-31 07:02:28',''),(39267,1,1,40688,43,2637637427,'2016-03-31 07:02:30',''),(39268,1,1,40689,38,2637637427,'2016-03-31 07:02:32',''),(39269,1,1,40690,29,2637637427,'2016-03-31 07:02:33',''),(39270,1,1,40691,51,2637637598,'2016-03-31 07:07:23',''),(39271,1,1,40692,6,2637637598,'2016-03-31 07:07:24',''),(39272,1,1,40693,1,2637637598,'2016-03-31 07:07:26',''),(39273,1,1,40694,26,2637637598,'2016-03-31 07:07:27',''),(39274,1,1,40695,26,2637637598,'2016-03-31 07:07:28',''),(39275,1,1,40696,26,2637637598,'2016-03-31 07:07:29',''),(39276,1,1,40697,26,2637637598,'2016-03-31 07:07:30',''),(39277,1,1,40698,26,2637637598,'2016-03-31 07:07:31',''),(39278,1,1,40699,26,2637637598,'2016-03-31 07:07:31',''),(39279,1,1,40700,46,2637637598,'2016-03-31 07:07:32',''),(39280,1,1,40701,26,2637637598,'2016-03-31 07:07:34',''),(39281,1,1,40702,53,2637637598,'2016-03-31 07:07:35',''),(39282,1,1,40703,15,2637637598,'2016-03-31 07:07:36',''),(39283,1,1,40704,44,2637637598,'2016-03-31 07:07:37',''),(39284,1,1,40705,52,2637637598,'2016-03-31 07:07:39',''),(39285,1,1,40706,50,2637637598,'2016-03-31 07:07:40',''),(39286,1,1,40707,70,1152705687,'2016-03-31 07:29:38',''),(39287,1,1,40708,1,2204827759,'2016-03-31 08:09:56',''),(39288,1,1,40709,18,1815808070,'2016-03-31 08:45:51',''),(39289,1,1,40710,29,1815808070,'2016-03-31 08:45:53',''),(39290,1,1,40711,68,1123631281,'2016-03-31 09:03:28',''),(39291,1,1,40712,66,1152705687,'2016-03-31 09:50:00',''),(39292,1,1,40713,65,39012861,'2016-03-31 10:05:34','https://www.google.pt'),(39293,1,1,40714,56,1123638660,'2016-03-31 10:43:53','https://www.google.co.uk/'),(39294,1,1,40715,73,1152705687,'2016-03-31 10:46:25',''),(39295,1,1,40716,43,3024883607,'2016-03-31 10:50:51',''),(39296,1,1,40717,6,1123631276,'2016-03-31 10:55:30',''),(39297,1,1,40718,1,1053973110,'2016-03-31 10:56:34',''),(39298,1,1,40719,69,2071807816,'2016-03-31 12:36:56',''),(39299,1,1,40720,26,1311650550,'2016-03-31 12:57:39',''),(39300,1,1,40721,26,1311650550,'2016-03-31 12:57:41',''),(39301,1,1,40722,26,1311650550,'2016-03-31 12:57:43',''),(39302,1,1,40723,1,772022347,'2016-03-31 13:19:43',''),(39303,1,1,40724,43,1366114598,'2016-03-31 14:47:43',''),(39304,1,1,40725,27,1366114598,'2016-03-31 14:47:46',''),(39305,1,1,40726,58,1366114598,'2016-03-31 14:47:50',''),(39306,1,1,40727,1,1451546399,'2016-03-31 16:00:52',''),(39307,1,1,40728,1,1451546399,'2016-03-31 16:00:54',''),(39308,1,1,40729,1,1451546399,'2016-03-31 16:00:57',''),(39309,1,1,40730,1,1451546399,'2016-03-31 16:00:59',''),(39310,1,1,40731,1,1451546399,'2016-03-31 16:01:01',''),(39311,1,1,40732,1,1451546399,'2016-03-31 16:01:03',''),(39312,1,1,40733,1,1451546399,'2016-03-31 16:01:06',''),(39313,1,1,40734,1,1451546399,'2016-03-31 16:01:08',''),(39314,1,1,40735,1,1451546399,'2016-03-31 16:01:10',''),(39315,1,1,40736,1,1451546399,'2016-03-31 16:01:13',''),(39316,1,1,40737,56,1451546399,'2016-03-31 16:01:15',''),(39317,1,1,40738,65,1451546399,'2016-03-31 16:01:18',''),(39318,1,1,40739,1,3427775634,'2016-03-31 16:19:15',''),(39319,1,1,40740,1,1542483267,'2016-03-31 16:39:10',''),(39320,1,1,40741,26,1503892538,'2016-03-31 16:48:53',''),(39321,1,1,40742,26,1503892538,'2016-03-31 16:48:55',''),(39322,1,1,40743,26,1503892538,'2016-03-31 16:48:57',''),(39323,1,1,40744,26,1503892538,'2016-03-31 16:48:59',''),(39324,1,1,40745,26,1503892538,'2016-03-31 16:49:01',''),(39325,1,1,40746,26,1503892538,'2016-03-31 16:49:03',''),(39326,1,1,40747,26,1503892538,'2016-03-31 16:49:05',''),(39327,1,1,40748,26,1503892538,'2016-03-31 16:49:08',''),(39328,1,1,40749,26,1503892538,'2016-03-31 16:49:10',''),(39329,1,1,40750,26,1503892538,'2016-03-31 16:49:12',''),(39330,1,1,40751,26,1503892538,'2016-03-31 16:49:14',''),(39331,1,1,40752,26,1503892538,'2016-03-31 16:49:16',''),(39332,1,1,40753,26,1503892538,'2016-03-31 16:49:18',''),(39333,1,1,40754,26,1503892538,'2016-03-31 16:49:21',''),(39334,1,1,40755,43,1503892538,'2016-03-31 16:49:23',''),(39335,1,1,40756,16,1503892538,'2016-03-31 16:49:26',''),(39336,1,1,40757,59,1503892538,'2016-03-31 16:49:28',''),(39337,1,1,40758,68,1503892538,'2016-03-31 16:49:32',''),(39338,1,1,40759,75,1503892538,'2016-03-31 16:49:35',''),(39339,1,1,40760,67,1503892538,'2016-03-31 16:49:37',''),(39340,1,1,40761,74,1503892538,'2016-03-31 16:49:40',''),(39341,1,1,40762,10,1503892538,'2016-03-31 16:49:43',''),(39342,1,1,40763,1,84491906,'2016-03-31 16:53:35',''),(39343,1,1,40764,45,2420923694,'2016-03-31 18:23:54',''),(39344,1,1,40765,53,2420923694,'2016-03-31 18:23:56',''),(39345,1,1,40766,48,2420923694,'2016-03-31 18:23:58',''),(39346,1,1,40767,52,2420923694,'2016-03-31 18:24:01',''),(39347,1,1,40768,3,772045740,'2016-03-31 18:27:10',''),(39348,1,1,40769,1,2071807852,'2016-03-31 19:22:42',''),(39349,1,1,40770,1,2420901012,'2016-03-31 20:02:05',''),(39350,1,1,40771,1,2420901012,'2016-03-31 20:02:07',''),(39351,1,1,40772,1,2420901012,'2016-03-31 20:02:10',''),(39352,1,1,40773,1,2420901012,'2016-03-31 20:02:12',''),(39353,1,1,40774,1,2420901012,'2016-03-31 20:02:14',''),(39354,1,1,40775,1,2420901012,'2016-03-31 20:02:17',''),(39355,1,1,40776,38,2420901012,'2016-03-31 20:02:19',''),(39356,1,1,40777,41,2420901012,'2016-03-31 20:02:21',''),(39357,1,1,40778,45,2420901012,'2016-03-31 20:02:23',''),(39358,1,1,40779,53,2420901012,'2016-03-31 20:02:26',''),(39359,1,1,40780,48,2420901012,'2016-03-31 20:02:29',''),(39360,1,1,40781,3,84504390,'2016-03-31 20:18:31',''),(39361,1,1,40713,56,39012861,'2016-03-31 21:20:13','https://www.google.pt'),(39362,1,1,40782,1,3495654154,'2016-03-31 21:47:55',''),(39363,1,1,40783,45,2071807834,'2016-03-31 22:16:04',''),(39364,1,1,40784,68,3024883489,'2016-03-31 23:02:07',''),(39365,1,1,40785,53,1123631273,'2016-03-31 23:18:05',''),(39366,1,1,40786,1,3024883466,'2016-03-31 23:33:51',''),(39367,1,1,40787,6,1388412687,'2016-04-01 00:22:07',''),(39368,1,1,40788,18,1388412687,'2016-04-01 00:22:11',''),(39369,1,1,40789,42,1388412687,'2016-04-01 00:22:20',''),(39370,1,1,40790,38,1388412687,'2016-04-01 00:22:43',''),(39371,1,1,40791,43,1388412687,'2016-04-01 00:23:03',''),(39372,1,1,40792,1,3629205332,'2016-04-01 03:02:46',''),(39373,1,1,40793,6,3559914880,'2016-04-01 03:16:29',''),(39374,1,1,40794,31,1366114598,'2016-04-01 03:59:51',''),(39375,1,1,40795,1,1366114598,'2016-04-01 03:59:54',''),(39376,1,1,40796,1,1366114598,'2016-04-01 03:59:58',''),(39377,1,1,40797,45,3702877274,'2016-04-01 05:40:46',''),(39378,1,1,40798,3,1152705687,'2016-04-01 06:44:45',''),(39379,1,1,40799,54,1539462250,'2016-04-01 06:48:31',''),(39380,1,1,40800,66,1539462250,'2016-04-01 06:48:38',''),(39381,1,1,40801,1,2548055879,'2016-04-01 07:04:35','http://www.google.co.uk/search?q=ms+tyres+blackburn&oq=ms+tyres&gs_l=mobile-heirloom-serp.1.1.0l4j0i10.5380.8268.0.9684.9.8.0.1.1.0.135.953.0j8.8.0....0...1c.1.34.mobile-heirloom-serp..0.9.991.ign-fGmHz3c'),(39382,1,1,40802,73,2754058182,'2016-04-01 08:50:54','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&ved=0ahUKEwif1pqlh-3LAhUFPxoKHXJeDVUQFghbMAg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D35%26controller%3Dproduct%26id_lang%3D1&usg=AFQjCNFK-63U9CnSWMviQWPgqwIIJ'),(39383,1,1,40803,62,3567011402,'2016-04-01 09:11:51','https://www.google.com.tr/'),(39384,1,1,40804,1,1159644858,'2016-04-01 09:53:06',''),(39385,1,1,40805,1,3024883603,'2016-04-01 10:41:34',''),(39386,1,1,40806,1,2953413445,'2016-04-01 11:09:12',''),(39387,1,1,40807,1,2953413445,'2016-04-01 11:09:15',''),(39388,1,1,40808,1,2953413445,'2016-04-01 11:09:17',''),(39389,1,1,40809,1,2953413445,'2016-04-01 11:09:20',''),(39390,1,1,40810,1,2953413445,'2016-04-01 11:09:22',''),(39391,1,1,40811,1,2953413445,'2016-04-01 11:09:24',''),(39392,1,1,40812,1,2953413445,'2016-04-01 11:09:27',''),(39393,1,1,40813,1,2953413445,'2016-04-01 11:09:29',''),(39394,1,1,40814,1,2953413445,'2016-04-01 11:09:31',''),(39395,1,1,40815,1,2953413445,'2016-04-01 11:09:34',''),(39396,1,1,40816,56,2953413445,'2016-04-01 11:09:36',''),(39397,1,1,40817,65,2953413445,'2016-04-01 11:09:40',''),(39398,1,1,40818,72,2990495243,'2016-04-01 11:20:02',''),(39399,1,1,40819,1,1123631276,'2016-04-01 12:18:57',''),(39400,1,1,40820,42,3559914880,'2016-04-01 12:40:09',''),(39401,1,1,40821,45,3559914880,'2016-04-01 12:40:16',''),(39402,1,1,40822,1,2420915477,'2016-04-01 14:22:11',''),(39403,1,1,40823,1,2420915477,'2016-04-01 14:22:13',''),(39404,1,1,40824,1,2420915477,'2016-04-01 14:22:16',''),(39405,1,1,40825,1,2420915477,'2016-04-01 14:22:18',''),(39406,1,1,40826,1,2420915477,'2016-04-01 14:22:21',''),(39407,1,1,40827,1,2420915477,'2016-04-01 14:22:23',''),(39408,1,1,40828,1,2420915477,'2016-04-01 14:22:26',''),(39409,1,1,40829,1,2420915477,'2016-04-01 14:22:28',''),(39410,1,1,40830,1,2420915477,'2016-04-01 14:22:30',''),(39411,1,1,40831,1,2420915477,'2016-04-01 14:22:33',''),(39412,1,1,40832,43,2760155435,'2016-04-01 16:03:06',''),(39413,1,1,40833,43,1159644850,'2016-04-01 16:04:01',''),(39414,1,1,40834,27,1159644850,'2016-04-01 16:04:05',''),(39415,1,1,40835,58,1159644850,'2016-04-01 16:04:08',''),(39416,1,1,40836,1,1123638660,'2016-04-01 16:04:54','https://www.google.co.uk/'),(39417,1,1,40837,1,3479603870,'2016-04-01 16:37:47',''),(39418,1,1,40838,1,1384443220,'2016-04-01 16:46:08','http://www.google.co.uk/url?sa=t&source=web&cd=2&rct=j&q=ms%20tyres%20blackburn&ved=0ahUKEwi_oLvL8e3LAhUGiiwKHcCGDBcQFggsMAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(39419,1,1,40839,57,3702877330,'2016-04-01 17:59:52',''),(39420,1,1,40840,1,1542483319,'2016-04-01 18:08:38',''),(39421,1,1,40841,16,3024883469,'2016-04-01 18:59:01',''),(39422,1,1,40842,1,1152705687,'2016-04-01 19:04:12',''),(39423,1,1,40843,26,2420902990,'2016-04-01 19:31:08',''),(39424,1,1,40844,56,2420902990,'2016-04-01 19:31:10',''),(39425,1,1,40845,59,2420902990,'2016-04-01 19:31:13',''),(39426,1,1,40846,1,1123631664,'2016-04-01 20:24:37',''),(39427,1,1,40847,27,3281700932,'2016-04-01 20:27:36',''),(39428,1,1,40848,44,3281700932,'2016-04-01 20:27:45',''),(39429,1,1,40849,49,3281700932,'2016-04-01 20:27:49',''),(39430,1,1,40850,1,1123631667,'2016-04-01 23:01:35',''),(39431,1,1,40851,1,786803397,'2016-04-02 00:09:15',''),(39432,1,1,40852,1,1445941393,'2016-04-02 01:16:05',''),(39433,1,1,40853,1,1445941393,'2016-04-02 01:16:13',''),(39434,1,1,40854,1,1445941393,'2016-04-02 01:16:33',''),(39435,1,1,40855,1,1445941393,'2016-04-02 01:16:49',''),(39436,1,1,40856,1,1445941393,'2016-04-02 01:17:02',''),(39437,1,1,40857,1,1445941393,'2016-04-02 01:17:17',''),(39438,1,1,40858,65,2538610614,'2016-04-02 01:26:41',''),(39439,1,1,40859,1,1508525138,'2016-04-02 02:27:57',''),(39440,1,1,40860,1,1508525138,'2016-04-02 02:28:12',''),(39441,1,1,40861,1,1508525138,'2016-04-02 02:28:27',''),(39442,1,1,40862,1,1508525138,'2016-04-02 02:28:37',''),(39443,1,1,40863,1,1508525138,'2016-04-02 02:28:54',''),(39444,1,1,40864,1,1508525138,'2016-04-02 02:29:04',''),(39445,1,1,40865,1,2366145637,'2016-04-02 02:35:57',''),(39446,1,1,40866,1,2366145637,'2016-04-02 02:36:01',''),(39447,1,1,40867,1,2366148121,'2016-04-02 02:36:05',''),(39448,1,1,40868,1,1570674749,'2016-04-02 02:36:08',''),(39449,1,1,40869,26,2420907756,'2016-04-02 03:42:11',''),(39450,1,1,40870,56,1567839623,'2016-04-02 04:38:32',''),(39451,1,1,40871,1,1567839623,'2016-04-02 04:38:34',''),(39452,1,1,40872,56,1567839623,'2016-04-02 04:38:41',''),(39453,1,1,40873,1,874005824,'2016-04-02 07:51:50',''),(39454,1,1,40874,16,2953413445,'2016-04-02 08:50:05',''),(39455,1,1,40875,56,2953413445,'2016-04-02 08:50:08',''),(39456,1,1,40876,65,2953413445,'2016-04-02 08:50:12',''),(39457,1,1,40877,68,3024883593,'2016-04-02 09:00:52',''),(39458,1,1,40878,1,1427043442,'2016-04-02 09:04:31',''),(39459,1,1,40879,1,3245313177,'2016-04-02 09:04:33',''),(39460,1,1,40880,1,1427043442,'2016-04-02 09:04:36',''),(39461,1,1,40881,1,3245313177,'2016-04-02 09:04:38',''),(39462,1,1,40882,1,1427043759,'2016-04-02 09:04:41',''),(39463,1,1,40883,1,1427043759,'2016-04-02 09:04:43',''),(39464,1,1,40884,1,3245313177,'2016-04-02 09:04:45',''),(39465,1,1,40885,1,3245313177,'2016-04-02 09:04:48',''),(39466,1,1,40886,3,2420907756,'2016-04-02 12:32:02',''),(39467,1,1,40887,43,772043973,'2016-04-02 15:08:34',''),(39468,1,1,40888,27,772043973,'2016-04-02 15:08:46',''),(39469,1,1,40889,58,772043973,'2016-04-02 15:08:51',''),(39470,1,1,40890,26,1159653890,'2016-04-02 15:28:23',''),(39471,1,1,40891,26,1159653890,'2016-04-02 15:28:25',''),(39472,1,1,40892,26,1159653890,'2016-04-02 15:28:28',''),(39473,1,1,40893,43,1159653890,'2016-04-02 15:28:30',''),(39474,1,1,40894,18,2953413445,'2016-04-02 15:34:32',''),(39475,1,1,40895,29,2953413445,'2016-04-02 15:34:35',''),(39476,1,1,40896,1,3702877329,'2016-04-02 16:04:49',''),(39477,1,1,40897,1,1159653890,'2016-04-02 16:14:19',''),(39478,1,1,40898,75,1577602982,'2016-04-02 16:50:57','https://www.google.co.uk/'),(39479,1,1,40899,1,3245313177,'2016-04-02 17:32:59',''),(39480,1,1,40900,57,3702877339,'2016-04-02 20:16:03',''),(39481,1,1,40901,1,1370589009,'2016-04-02 21:55:00',''),(39482,1,1,40902,18,1370589009,'2016-04-02 21:55:04',''),(39483,1,1,40903,1,1503892538,'2016-04-02 22:47:30',''),(39484,1,1,40904,1,1503892538,'2016-04-02 22:47:32',''),(39485,1,1,40905,1,1503892538,'2016-04-02 22:47:34',''),(39486,1,1,40906,1,1503892538,'2016-04-02 22:47:36',''),(39487,1,1,40907,1,1503892538,'2016-04-02 22:47:39',''),(39488,1,1,40908,1,1503892538,'2016-04-02 22:47:41',''),(39489,1,1,40909,1,1503892538,'2016-04-02 22:47:43',''),(39490,1,1,40910,1,1503892538,'2016-04-02 22:47:46',''),(39491,1,1,40911,1,1503892538,'2016-04-02 22:47:48',''),(39492,1,1,40912,1,1503892538,'2016-04-02 22:47:50',''),(39493,1,1,40913,26,1053986805,'2016-04-02 22:47:52',''),(39494,1,1,40914,29,1503892538,'2016-04-02 22:47:53',''),(39495,1,1,40915,26,1053986805,'2016-04-02 22:47:55',''),(39496,1,1,40916,38,1503892538,'2016-04-02 22:47:55',''),(39497,1,1,40917,41,1503892538,'2016-04-02 22:47:58',''),(39498,1,1,40918,15,1503892538,'2016-04-02 22:48:00',''),(39499,1,1,40919,26,1053986805,'2016-04-02 22:48:00',''),(39500,1,1,40920,31,1503892538,'2016-04-02 22:48:03',''),(39501,1,1,40921,26,1053986805,'2016-04-02 22:48:03',''),(39502,1,1,40922,47,1503892538,'2016-04-02 22:48:05',''),(39503,1,1,40923,28,1503892538,'2016-04-02 22:48:08',''),(39504,1,1,40924,51,1503892538,'2016-04-02 22:48:11',''),(39505,1,1,40925,56,1503892538,'2016-04-02 22:48:13',''),(39506,1,1,40926,55,1503892538,'2016-04-02 22:48:17',''),(39507,1,1,40927,6,84497668,'2016-04-02 23:54:46',''),(39508,1,1,40928,56,3702877269,'2016-04-02 23:57:01',''),(39509,1,1,40929,1,1542483319,'2016-04-03 00:13:32',''),(39510,1,1,40930,1,1123631664,'2016-04-03 00:20:44',''),(39511,1,1,40931,53,3024883487,'2016-04-03 00:28:25',''),(39512,1,1,40932,54,1356201630,'2016-04-03 01:21:47',''),(39513,1,1,40933,66,1356201630,'2016-04-03 01:21:50',''),(39514,1,1,40934,71,3475901806,'2016-04-03 02:02:27',''),(39515,1,1,40935,73,3475901806,'2016-04-03 02:02:29',''),(39516,1,1,40936,10,3475901806,'2016-04-03 02:02:30',''),(39517,1,1,40937,26,3475901806,'2016-04-03 02:02:32',''),(39518,1,1,40938,70,3475901806,'2016-04-03 02:02:33',''),(39519,1,1,40939,72,2637637614,'2016-04-03 02:02:33',''),(39520,1,1,40940,66,2637637614,'2016-04-03 02:02:35',''),(39521,1,1,40941,74,2637637614,'2016-04-03 02:02:36',''),(39522,1,1,40942,75,676177699,'2016-04-03 02:05:35',''),(39523,1,1,40943,26,676177699,'2016-04-03 02:05:37',''),(39524,1,1,40944,62,676177699,'2016-04-03 02:05:38',''),(39525,1,1,40945,67,676177699,'2016-04-03 02:05:39',''),(39526,1,1,40946,64,676177699,'2016-04-03 02:05:42',''),(39527,1,1,40947,59,676177699,'2016-04-03 02:05:44',''),(39528,1,1,40948,65,2637637583,'2016-04-03 02:05:56',''),(39529,1,1,40949,68,2637637583,'2016-04-03 02:05:58',''),(39530,1,1,40950,69,2637637583,'2016-04-03 02:05:59',''),(39531,1,1,40951,63,2637637583,'2016-04-03 02:06:01',''),(39532,1,1,40952,42,2731721825,'2016-04-03 02:31:43',''),(39533,1,1,40953,45,2731721825,'2016-04-03 02:31:46',''),(39534,1,1,40954,31,2420907330,'2016-04-03 02:53:21',''),(39535,1,1,40955,1,2420907330,'2016-04-03 02:53:24',''),(39536,1,1,40956,1,1596849787,'2016-04-03 04:32:32',''),(39537,1,1,40957,15,3702877330,'2016-04-03 05:02:57',''),(39538,1,1,40958,3,2297665554,'2016-04-03 06:52:31',''),(39539,1,1,40959,57,2760155443,'2016-04-03 06:53:52',''),(39540,1,1,40960,6,1123631667,'2016-04-03 07:26:12',''),(39541,1,1,40961,1,2637637597,'2016-04-03 08:26:18',''),(39542,1,1,40962,1,2071807824,'2016-04-03 08:50:27',''),(39543,1,1,40963,56,2071807778,'2016-04-03 09:23:46',''),(39544,1,1,40964,3,872362819,'2016-04-03 09:41:55',''),(39545,1,1,40965,3,872362819,'2016-04-03 09:41:58',''),(39546,1,1,40966,27,872362778,'2016-04-03 09:50:04',''),(39547,1,1,40967,44,872362778,'2016-04-03 09:50:08',''),(39548,1,1,40968,49,872362778,'2016-04-03 09:50:12',''),(39549,1,1,40969,6,1053977545,'2016-04-03 11:30:29',''),(39550,1,1,40970,18,1053977545,'2016-04-03 11:30:37',''),(39551,1,1,40971,42,1053977545,'2016-04-03 11:30:48',''),(39552,1,1,40972,38,1053977545,'2016-04-03 11:30:52',''),(39553,1,1,40973,43,1053977545,'2016-04-03 11:30:59',''),(39554,1,1,40974,74,2953382627,'2016-04-03 14:19:04',''),(39555,1,1,40975,1,3024883602,'2016-04-03 14:31:57',''),(39556,1,1,40976,74,872366384,'2016-04-03 18:03:03',''),(39557,1,1,40977,1,3024883465,'2016-04-03 18:47:29',''),(39558,1,1,40978,70,3024883489,'2016-04-03 21:29:04',''),(39559,1,1,40979,26,2420915477,'2016-04-03 23:36:40',''),(39560,1,1,40980,26,2420915477,'2016-04-03 23:36:43',''),(39561,1,1,40981,68,1152705687,'2016-04-03 23:54:48',''),(39562,1,1,40982,1,1123631670,'2016-04-04 00:24:37',''),(39563,1,1,40983,1,3024883490,'2016-04-04 00:57:37',''),(39564,1,1,40984,72,872339330,'2016-04-04 01:39:14',''),(39565,1,1,40985,1,1542483326,'2016-04-04 02:08:02',''),(39566,1,1,40986,1,3106170001,'2016-04-04 02:53:44','http://burger-imperia.com/'),(39567,1,1,40987,26,1152705687,'2016-04-04 03:29:45',''),(39568,1,1,40988,1,1596849787,'2016-04-04 04:12:43',''),(39569,1,1,40989,72,1152705687,'2016-04-04 04:38:22',''),(39570,1,1,40990,58,2760155445,'2016-04-04 05:00:03',''),(39571,1,1,40991,15,3702877370,'2016-04-04 06:54:24',''),(39572,1,1,40992,63,2071807763,'2016-04-04 08:21:43',''),(39573,1,1,40993,63,1123631667,'2016-04-04 08:47:17',''),(39574,1,1,40994,1,2916124786,'2016-04-04 11:44:19',''),(39575,1,1,40995,26,2420902020,'2016-04-04 13:24:08',''),(39576,1,1,40996,26,2420902020,'2016-04-04 13:24:10',''),(39577,1,1,40997,26,2420902020,'2016-04-04 13:24:16',''),(39578,1,1,40998,26,2420902020,'2016-04-04 13:24:19',''),(39579,1,1,40999,26,2420902020,'2016-04-04 13:24:21',''),(39580,1,1,41000,26,2420902020,'2016-04-04 13:24:27',''),(39581,1,1,41001,26,2420902020,'2016-04-04 13:24:29',''),(39582,1,1,41002,26,2420902020,'2016-04-04 13:24:31',''),(39583,1,1,41003,43,2420902020,'2016-04-04 13:24:33',''),(39584,1,1,41004,10,2420902020,'2016-04-04 13:24:55',''),(39585,1,1,41005,1,3156059306,'2016-04-04 16:13:52',''),(39586,1,1,41006,1,676177742,'2016-04-04 16:28:49',''),(39587,1,1,41007,1,676177742,'2016-04-04 16:30:13',''),(39588,1,1,41008,56,521153466,'2016-04-04 16:39:11',''),(39589,1,1,41009,65,521153466,'2016-04-04 16:39:14',''),(39590,1,1,41010,3,1152705687,'2016-04-04 17:38:58',''),(39591,1,1,41005,1,1377678468,'2016-04-04 17:47:51',''),(39592,1,1,41011,26,1053979525,'2016-04-04 17:50:04',''),(39593,1,1,41012,26,1053979525,'2016-04-04 17:50:07',''),(39594,1,1,41013,26,1053979525,'2016-04-04 17:50:10',''),(39595,1,1,41014,43,1053979525,'2016-04-04 17:50:13',''),(39596,1,1,41015,6,2637637485,'2016-04-04 17:53:18',''),(39597,1,1,41016,6,2420907330,'2016-04-04 18:11:58',''),(39598,1,1,41017,26,676177769,'2016-04-04 19:22:37',''),(39599,1,1,41018,1,1838813820,'2016-04-04 19:32:26','https://www.google.co.uk/'),(39600,1,1,41019,44,3024883478,'2016-04-04 20:33:35',''),(39601,1,1,41020,1,1053988087,'2016-04-04 20:52:04',''),(39602,1,1,41021,1,3488738784,'2016-04-04 21:29:41',''),(39603,1,1,41022,1,2637637458,'2016-04-04 21:56:37',''),(39604,1,1,41023,18,3342489299,'2016-04-04 23:09:54',''),(39605,1,1,41024,29,3342489299,'2016-04-04 23:09:57',''),(39606,1,1,41025,1,3479603870,'2016-04-04 23:11:33',''),(39607,1,1,41026,43,3428661831,'2016-04-05 00:12:11',''),(39608,1,1,41027,1,3428661831,'2016-04-05 00:12:15',''),(39609,1,1,41028,43,3428661831,'2016-04-05 00:12:17',''),(39610,1,1,41029,1,1489375385,'2016-04-05 02:00:37',''),(39611,1,1,41030,18,1489375385,'2016-04-05 02:00:42',''),(39612,1,1,41031,29,1489375385,'2016-04-05 02:00:46',''),(39613,1,1,41032,42,1489375385,'2016-04-05 02:00:52',''),(39614,1,1,41033,14,1123631670,'2016-04-05 02:08:23',''),(39615,1,1,41034,1,1159644914,'2016-04-05 02:29:45',''),(39616,1,1,41035,43,633047521,'2016-04-05 02:33:10',''),(39617,1,1,41036,27,633047521,'2016-04-05 02:33:13',''),(39618,1,1,41037,58,633047521,'2016-04-05 02:33:16',''),(39619,1,1,41038,1,3281697651,'2016-04-05 02:35:32',''),(39620,1,1,41039,1,3024883600,'2016-04-05 03:13:24',''),(39621,1,1,41040,1,1123631667,'2016-04-05 03:41:31',''),(39622,1,1,41041,1,1542483293,'2016-04-05 04:33:50',''),(39623,1,1,41042,66,1123631670,'2016-04-05 05:01:57',''),(39624,1,1,41043,66,1123631664,'2016-04-05 05:12:51',''),(39625,1,1,41044,16,1053988086,'2016-04-05 06:04:18',''),(39626,1,1,41045,26,1066263218,'2016-04-05 06:13:04',''),(39627,1,1,41046,26,1066263218,'2016-04-05 06:13:07',''),(39628,1,1,41047,26,1066263218,'2016-04-05 06:13:09',''),(39629,1,1,41048,26,1066263218,'2016-04-05 06:13:11',''),(39630,1,1,41049,1,1123631667,'2016-04-05 06:54:28',''),(39631,1,1,41050,1,1123631667,'2016-04-05 09:05:13',''),(39632,1,1,41051,27,2921498610,'2016-04-05 09:56:13',''),(39633,1,1,41052,44,2921498610,'2016-04-05 09:56:28',''),(39634,1,1,41053,49,2921498610,'2016-04-05 09:56:31',''),(39635,1,1,41054,1,3024883467,'2016-04-05 12:27:30',''),(39636,1,1,41055,58,676177769,'2016-04-05 12:52:54',''),(39637,1,1,41056,3,676177769,'2016-04-05 13:51:38',''),(39638,1,1,41057,1,1123631664,'2016-04-05 13:57:56',''),(39639,1,1,41058,54,3562254785,'2016-04-05 14:05:50',''),(39640,1,1,41059,66,3562254785,'2016-04-05 14:06:00',''),(39641,1,1,41060,1,3158459422,'2016-04-05 14:26:01','https://www.google.co.uk/'),(39642,1,1,41061,1,2513057286,'2016-04-05 15:28:33',''),(39643,1,1,41062,1,2204827773,'2016-04-05 15:31:15',''),(39644,1,1,41063,1,3024883595,'2016-04-05 16:07:04',''),(39645,1,1,41064,56,84708715,'2016-04-05 17:47:50','https://www.google.ro/'),(39646,1,1,41065,26,3589262799,'2016-04-05 17:52:40',''),(39647,1,1,41066,56,3589262799,'2016-04-05 17:52:43',''),(39648,1,1,41067,59,3589262799,'2016-04-05 17:52:46',''),(39649,1,1,41068,3,1159644850,'2016-04-05 18:49:22',''),(39650,1,1,41069,48,1123631664,'2016-04-05 20:21:29',''),(39651,1,1,41070,56,2731721857,'2016-04-06 00:26:51',''),(39652,1,1,41071,65,2731721857,'2016-04-06 00:26:54',''),(39653,1,1,41072,69,2731721857,'2016-04-06 00:26:57',''),(39654,1,1,41073,63,2071807855,'2016-04-06 01:27:00',''),(39655,1,1,41074,28,3024883490,'2016-04-06 01:36:19',''),(39656,1,1,41075,63,1123631670,'2016-04-06 02:33:19',''),(39657,1,1,41076,74,872292415,'2016-04-06 02:40:16',''),(39658,1,1,41077,1,3475901839,'2016-04-06 02:58:41',''),(39659,1,1,41078,16,872366345,'2016-04-06 03:22:01',''),(39660,1,1,41079,1,1159650810,'2016-04-06 03:37:41',''),(39661,1,1,41080,1,1123631664,'2016-04-06 04:23:50',''),(39662,1,1,41081,31,1503892538,'2016-04-06 04:30:49',''),(39663,1,1,41082,1,1503892538,'2016-04-06 04:30:52',''),(39664,1,1,41083,65,3166545889,'2016-04-06 06:02:32','https://www.google.be/'),(39665,1,1,41084,1,3495654154,'2016-04-06 06:19:48',''),(39666,1,1,41085,1,3479603870,'2016-04-06 06:26:16',''),(39667,1,1,41086,1,1123631667,'2016-04-06 07:21:16',''),(39668,1,1,41087,6,3245240988,'2016-04-06 07:36:56',''),(39669,1,1,41088,1,3245240988,'2016-04-06 07:37:02',''),(39670,1,1,41089,6,1123631670,'2016-04-06 07:37:44',''),(39671,1,1,41090,1,676176698,'2016-04-06 08:16:16',''),(39672,1,1,39657,56,1298278390,'2016-04-06 09:29:06','https://www.google.co.uk/'),(39673,1,1,41091,71,1152705687,'2016-04-06 09:40:30',''),(39674,1,1,41092,1,1330509402,'2016-04-06 10:28:28','http://www.google.co.uk/'),(39675,1,1,41093,1,1041806727,'2016-04-06 10:38:50',''),(39676,1,1,41094,66,872366412,'2016-04-06 10:48:03',''),(39677,1,1,41095,1,3475901839,'2016-04-06 10:59:01',''),(39678,1,1,41096,3,1402306146,'2016-04-06 11:11:46',''),(39679,1,1,41097,3,1402306146,'2016-04-06 11:11:49',''),(39680,1,1,41098,1,2071807795,'2016-04-06 11:25:10',''),(39681,1,1,41099,72,3281700932,'2016-04-06 11:39:39',''),(39682,1,1,41100,6,2071807799,'2016-04-06 14:55:06',''),(39683,1,1,41101,18,2637637418,'2016-04-06 15:13:22',''),(39684,1,1,41102,1,2538613919,'2016-04-06 15:19:31',''),(39685,1,1,41103,1,2731721825,'2016-04-06 15:30:53',''),(39686,1,1,41104,42,84494819,'2016-04-06 17:45:17',''),(39687,1,1,41105,45,84494819,'2016-04-06 17:45:20',''),(39688,1,1,41106,18,1152705687,'2016-04-06 19:20:36',''),(39689,1,1,41107,75,2637637418,'2016-04-06 19:24:50',''),(39690,1,1,41108,26,2637637418,'2016-04-06 19:24:51',''),(39691,1,1,41109,62,2637637418,'2016-04-06 19:24:52',''),(39692,1,1,41110,67,2637637418,'2016-04-06 19:24:54',''),(39693,1,1,41111,71,3475901839,'2016-04-06 19:24:56',''),(39694,1,1,41112,64,2637637418,'2016-04-06 19:24:56',''),(39695,1,1,41113,73,3475901839,'2016-04-06 19:24:57',''),(39696,1,1,41114,59,2637637418,'2016-04-06 19:24:58',''),(39697,1,1,41115,10,3475901839,'2016-04-06 19:24:59',''),(39698,1,1,41116,26,3475901839,'2016-04-06 19:25:01',''),(39699,1,1,41117,70,3475901839,'2016-04-06 19:25:02',''),(39700,1,1,41118,65,3475901813,'2016-04-06 19:25:15',''),(39701,1,1,41119,68,3475901813,'2016-04-06 19:25:17',''),(39702,1,1,41120,69,3475901813,'2016-04-06 19:25:18',''),(39703,1,1,41121,63,3475901813,'2016-04-06 19:25:20',''),(39704,1,1,41122,56,1123631670,'2016-04-06 21:40:14',''),(39705,1,1,41123,1,1443116456,'2016-04-06 22:10:36','https://www.google.co.uk/'),(39706,1,1,41124,72,2637637395,'2016-04-06 23:33:10',''),(39707,1,1,41125,66,2637637395,'2016-04-06 23:33:12',''),(39708,1,1,41126,74,2637637395,'2016-04-06 23:33:13',''),(39709,1,1,41127,1,1123631670,'2016-04-07 00:34:21',''),(39710,1,1,41128,18,3475901883,'2016-04-07 01:11:22',''),(39711,1,1,41129,1,2297628119,'2016-04-07 01:38:49',''),(39712,1,1,41130,18,2297628119,'2016-04-07 01:38:51',''),(39713,1,1,41131,29,2297628119,'2016-04-07 01:38:55',''),(39714,1,1,41132,42,2297628119,'2016-04-07 01:38:57',''),(39715,1,1,41133,1,1123631664,'2016-04-07 01:58:50',''),(39716,1,1,41134,38,3475901883,'2016-04-07 03:52:10',''),(39717,1,1,41135,27,872399389,'2016-04-07 04:22:00',''),(39718,1,1,41136,44,872399389,'2016-04-07 04:22:03',''),(39719,1,1,41137,49,872399389,'2016-04-07 04:22:06',''),(39720,1,1,41138,1,1159650026,'2016-04-07 04:47:13',''),(39721,1,1,41139,26,2637637425,'2016-04-07 05:04:39',''),(39722,1,1,41140,1,1534685326,'2016-04-07 05:13:20',''),(39723,1,1,41141,3,1308163185,'2016-04-07 05:25:53',''),(39724,1,1,41142,3,1308163185,'2016-04-07 05:26:03',''),(39725,1,1,41143,1,2193699366,'2016-04-07 05:53:33',''),(39726,1,1,41144,1,2366148121,'2016-04-07 05:53:37',''),(39727,1,1,41145,1,2366145566,'2016-04-07 05:53:41',''),(39728,1,1,41146,1,2366158595,'2016-04-07 05:53:45',''),(39729,1,1,41147,1,1542483268,'2016-04-07 06:27:32',''),(39730,1,1,41148,1,3427775494,'2016-04-07 07:27:00',''),(39731,1,1,41149,1,3281687265,'2016-04-07 07:27:14',''),(39732,1,1,41150,56,676177708,'2016-04-07 07:38:32',''),(39733,1,1,41151,10,3024883597,'2016-04-07 08:10:25',''),(39734,1,1,41152,1,1838526884,'2016-04-07 08:17:16',''),(39735,1,1,41153,69,3475901813,'2016-04-07 10:06:02',''),(39736,1,1,41154,1,3702877345,'2016-04-07 10:27:43',''),(39737,1,1,41155,6,1152705687,'2016-04-07 10:45:19',''),(39738,1,1,41156,52,3475901724,'2016-04-07 12:50:17',''),(39739,1,1,41157,9,676177708,'2016-04-07 13:51:17',''),(39740,1,1,41158,3,1534710587,'2016-04-07 13:52:50',''),(39741,1,1,41159,1,1534710587,'2016-04-07 13:52:53',''),(39742,1,1,41160,54,1534710587,'2016-04-07 13:52:55',''),(39743,1,1,41161,66,1534710587,'2016-04-07 13:52:58',''),(39744,1,1,41162,1,1443308301,'2016-04-07 14:51:48','https://www.google.co.uk/'),(39745,1,1,41163,6,2071807858,'2016-04-07 14:58:15',''),(39746,1,1,41164,1,1123631664,'2016-04-07 15:12:10',''),(39747,1,1,41165,1,3475901724,'2016-04-07 15:58:41',''),(39748,1,1,41166,56,1123631667,'2016-04-07 16:05:04',''),(39749,1,1,41167,1,3024883461,'2016-04-07 19:07:58',''),(39750,1,1,41168,55,676177708,'2016-04-07 19:36:12',''),(39751,1,1,41169,1,84504390,'2016-04-07 20:27:20',''),(39752,1,1,41170,1,84504390,'2016-04-07 20:27:22',''),(39753,1,1,41171,1,84504390,'2016-04-07 20:27:25',''),(39754,1,1,41172,1,84504390,'2016-04-07 20:27:27',''),(39755,1,1,41173,1,84504390,'2016-04-07 20:27:30',''),(39756,1,1,41174,1,84504390,'2016-04-07 20:27:32',''),(39757,1,1,41175,1,84504390,'2016-04-07 20:27:34',''),(39758,1,1,41176,1,84504390,'2016-04-07 20:27:37',''),(39759,1,1,41177,1,84504390,'2016-04-07 20:27:39',''),(39760,1,1,41178,1,84504390,'2016-04-07 20:27:42',''),(39761,1,1,41179,62,3024883616,'2016-04-07 20:47:16',''),(39762,1,1,41180,6,3475901813,'2016-04-07 21:28:11',''),(39763,1,1,41181,15,3702877301,'2016-04-07 21:44:52',''),(39764,1,1,41182,48,3702877306,'2016-04-07 23:03:10',''),(39765,1,1,41183,1,1123631670,'2016-04-07 23:11:49',''),(39766,1,1,41184,26,676177708,'2016-04-07 23:34:17',''),(39767,1,1,41185,72,1053986805,'2016-04-07 23:45:39',''),(39768,1,1,41186,26,3475901781,'2016-04-08 00:53:03',''),(39769,1,1,41187,1,1152705687,'2016-04-08 00:54:55',''),(39770,1,1,41188,53,3475901724,'2016-04-08 02:13:53',''),(39771,1,1,41189,1,3024883614,'2016-04-08 02:31:26',''),(39772,1,1,41190,57,3475901813,'2016-04-08 03:49:18',''),(39773,1,1,41191,51,3475901724,'2016-04-08 05:01:48',''),(39774,1,1,41192,48,1123631664,'2016-04-08 05:23:54',''),(39775,1,1,41193,42,1123631667,'2016-04-08 05:25:41',''),(39776,1,1,41194,1,1440623662,'2016-04-08 05:29:20',''),(39777,1,1,41195,38,3475901883,'2016-04-08 06:18:16',''),(39778,1,1,41196,26,772022347,'2016-04-08 06:24:23',''),(39779,1,1,41197,56,772022347,'2016-04-08 06:24:26',''),(39780,1,1,41198,59,772022347,'2016-04-08 06:24:29',''),(39781,1,1,41199,26,3475901724,'2016-04-08 07:04:36',''),(39782,1,1,41200,65,3475901813,'2016-04-08 07:45:52',''),(39783,1,1,41201,26,3475901813,'2016-04-08 07:55:58',''),(39784,1,1,41202,1,1123631664,'2016-04-08 07:57:46',''),(39785,1,1,41203,1,1542483274,'2016-04-08 08:18:51',''),(39786,1,1,41204,14,2071807757,'2016-04-08 08:24:22',''),(39787,1,1,41205,1,1815808080,'2016-04-08 09:09:05',''),(39788,1,1,41206,1,3282825296,'2016-04-08 09:28:09','https://www.google.co.uk/'),(39789,1,1,41207,1,1123631667,'2016-04-08 09:31:02',''),(39790,1,1,41208,1,3475901724,'2016-04-08 09:32:48',''),(39791,1,1,41209,1,3702862667,'2016-04-08 09:54:23',''),(39792,1,1,41210,6,3475901813,'2016-04-08 11:09:42',''),(39793,1,1,41211,62,3475901883,'2016-04-08 11:09:58',''),(39794,1,1,41212,62,3475901883,'2016-04-08 11:13:35',''),(39795,1,1,41213,1,3702862673,'2016-04-08 11:24:23',''),(39796,1,1,41214,58,1152705687,'2016-04-08 12:04:24',''),(39797,1,1,41215,26,3475901781,'2016-04-08 12:27:43',''),(39798,1,1,41216,64,3475901883,'2016-04-08 12:28:21',''),(39799,1,1,41217,63,2071807768,'2016-04-08 12:54:22',''),(39800,1,1,41218,63,3475901813,'2016-04-08 14:10:36',''),(39801,1,1,41219,55,3273031619,'2016-04-08 14:13:14',''),(39802,1,1,41220,28,3475901883,'2016-04-08 14:22:59',''),(39803,1,1,41221,48,2071807819,'2016-04-08 14:24:22',''),(39804,1,1,41222,43,872366350,'2016-04-08 14:46:57',''),(39805,1,1,41223,43,2760155451,'2016-04-08 14:48:01',''),(39806,1,1,41224,26,3475901813,'2016-04-08 15:45:24',''),(39807,1,1,41225,26,3475901781,'2016-04-08 16:09:03',''),(39808,1,1,41226,1,1577171160,'2016-04-08 16:11:48','https://www.google.co.uk/'),(39809,1,1,41227,42,1159654402,'2016-04-08 17:02:26',''),(39810,1,1,41228,45,1159654402,'2016-04-08 17:02:32',''),(39811,1,1,41229,15,3702877271,'2016-04-08 17:24:23',''),(39812,1,1,41230,38,3475901702,'2016-04-08 17:39:23',''),(39813,1,1,41231,26,676177750,'2016-04-08 17:42:13',''),(39814,1,1,41232,1,676177750,'2016-04-08 18:35:35',''),(39815,1,1,41233,1,3024883466,'2016-04-08 19:05:42',''),(39816,1,1,41234,50,676177750,'2016-04-08 19:56:37',''),(39817,1,1,41235,26,676177693,'2016-04-08 19:59:17',''),(39818,1,1,41236,41,3475901781,'2016-04-08 20:40:51',''),(39819,1,1,41237,26,3475901702,'2016-04-08 20:58:45',''),(39820,1,1,41238,48,3475901813,'2016-04-08 21:16:48',''),(39821,1,1,41239,1,676177750,'2016-04-08 21:23:35',''),(39822,1,1,41240,3,676177750,'2016-04-08 22:20:31',''),(39823,1,1,41241,28,3475901702,'2016-04-08 22:22:28',''),(39824,1,1,41242,63,676177693,'2016-04-08 22:23:28',''),(39825,1,1,41243,43,3475901702,'2016-04-08 23:24:37',''),(39826,1,1,41244,45,3475901781,'2016-04-08 23:28:50',''),(39827,1,1,41245,1,3024883591,'2016-04-09 00:15:50',''),(39828,1,1,41246,26,3475901781,'2016-04-09 00:56:21',''),(39829,1,1,41247,66,3024883604,'2016-04-09 01:22:47',''),(39830,1,1,41248,38,3475901702,'2016-04-09 01:29:12',''),(39831,1,1,41249,16,1159649166,'2016-04-09 01:44:40',''),(39832,1,1,41250,69,1159649166,'2016-04-09 01:44:44',''),(39833,1,1,41251,70,1159649166,'2016-04-09 01:44:47',''),(39834,1,1,41252,10,1159649166,'2016-04-09 01:44:51',''),(39835,1,1,41253,26,676177750,'2016-04-09 01:50:18',''),(39836,1,1,41254,48,676177693,'2016-04-09 02:34:33',''),(39837,1,1,41255,26,872402715,'2016-04-09 03:22:50',''),(39838,1,1,41256,1,872402715,'2016-04-09 03:22:52',''),(39839,1,1,41257,56,223111077,'2016-04-09 03:34:01',''),(39840,1,1,41258,1,223111077,'2016-04-09 03:34:17',''),(39841,1,1,41259,56,223111077,'2016-04-09 03:34:32',''),(39842,1,1,41260,26,1159648530,'2016-04-09 03:38:07',''),(39843,1,1,41261,16,1159648530,'2016-04-09 03:38:10',''),(39844,1,1,41262,69,1159648530,'2016-04-09 03:38:14',''),(39845,1,1,41263,70,1159648530,'2016-04-09 03:38:17',''),(39846,1,1,41264,26,3475901702,'2016-04-09 05:17:16',''),(39847,1,1,41265,26,3475901702,'2016-04-09 05:28:09',''),(39848,1,1,41266,41,3475901781,'2016-04-09 05:44:32',''),(39849,1,1,41267,56,1152705687,'2016-04-09 06:14:59',''),(39850,1,1,41268,26,3475901702,'2016-04-09 06:18:55',''),(39851,1,1,41269,26,3475901702,'2016-04-09 06:26:01',''),(39852,1,1,41270,3,676177750,'2016-04-09 06:33:45',''),(39853,1,1,41271,1,1366114598,'2016-04-09 06:58:22',''),(39854,1,1,41272,18,1366114598,'2016-04-09 06:58:26',''),(39855,1,1,41273,29,1366114598,'2016-04-09 06:58:31',''),(39856,1,1,41274,42,1366114598,'2016-04-09 06:58:33',''),(39857,1,1,41275,3,1053973110,'2016-04-09 07:03:00',''),(39858,1,1,41276,3,1053973110,'2016-04-09 07:03:03',''),(39859,1,1,41277,1,3342489297,'2016-04-09 07:18:52',''),(39860,1,1,41278,45,676177673,'2016-04-09 07:54:46',''),(39861,1,1,41279,1,1123631667,'2016-04-09 09:09:37',''),(39862,1,1,41280,74,1558030013,'2016-04-09 09:14:27',''),(39863,1,1,41281,1,2420907426,'2016-04-09 09:17:40',''),(39864,1,1,41282,1,3633385102,'2016-04-09 09:30:58','http://whois.domaintools.com/mstyresblackburn.co.uk'),(39865,1,1,41283,1,2366145637,'2016-04-09 09:49:13',''),(39866,1,1,41284,1,2193699366,'2016-04-09 09:49:17',''),(39867,1,1,41285,1,2366158595,'2016-04-09 09:49:21',''),(39868,1,1,41286,1,2366158595,'2016-04-09 09:49:25',''),(39869,1,1,41287,9,1152705687,'2016-04-09 10:12:01',''),(39870,1,1,41288,1,1542483283,'2016-04-09 10:13:43',''),(39871,1,1,41289,6,1123631670,'2016-04-09 10:36:56',''),(39872,1,1,41290,14,3702877284,'2016-04-09 10:50:14',''),(39873,1,1,41291,48,1442888687,'2016-04-09 10:54:53','https://www.google.co.uk/'),(39874,1,1,41292,1,1553300796,'2016-04-09 11:46:53',''),(39875,1,1,41293,44,872366377,'2016-04-09 12:25:09',''),(39876,1,1,41294,27,1534699970,'2016-04-09 12:35:49',''),(39877,1,1,41295,44,1534699970,'2016-04-09 12:36:04',''),(39878,1,1,41296,49,1534699970,'2016-04-09 12:36:14',''),(39879,1,1,41297,26,1423290931,'2016-04-09 13:02:46',''),(39880,1,1,41298,26,1423290931,'2016-04-09 13:02:48',''),(39881,1,1,41299,26,1423290931,'2016-04-09 13:02:53',''),(39882,1,1,41300,26,1423290931,'2016-04-09 13:02:57',''),(39883,1,1,41301,26,1423290931,'2016-04-09 13:02:59',''),(39884,1,1,41302,26,1423290931,'2016-04-09 13:03:04',''),(39885,1,1,41303,26,1423290931,'2016-04-09 13:03:07',''),(39886,1,1,41304,26,1423290931,'2016-04-09 13:03:09',''),(39887,1,1,41305,26,1423290931,'2016-04-09 13:03:12',''),(39888,1,1,41306,26,1423290931,'2016-04-09 13:03:14',''),(39889,1,1,41307,26,1423290931,'2016-04-09 13:03:17',''),(39890,1,1,41308,26,1423290931,'2016-04-09 13:03:20',''),(39891,1,1,41309,26,1423290931,'2016-04-09 13:03:23',''),(39892,1,1,41310,43,1423290931,'2016-04-09 13:03:28',''),(39893,1,1,41311,15,1423290931,'2016-04-09 13:03:31',''),(39894,1,1,41312,47,1423290931,'2016-04-09 13:03:34',''),(39895,1,1,41313,59,1423290931,'2016-04-09 13:03:37',''),(39896,1,1,41314,75,1423290931,'2016-04-09 13:03:40',''),(39897,1,1,41315,73,1423290931,'2016-04-09 13:03:43',''),(39898,1,1,41316,71,1423290931,'2016-04-09 13:03:46',''),(39899,1,1,41317,70,1423290931,'2016-04-09 13:03:49',''),(39900,1,1,41318,10,1423290931,'2016-04-09 13:03:52',''),(39901,1,1,41319,26,676177692,'2016-04-09 14:51:36',''),(39902,1,1,41320,26,676177692,'2016-04-09 14:51:37',''),(39903,1,1,41321,18,2987946484,'2016-04-09 15:43:39',''),(39904,1,1,41322,29,2987946484,'2016-04-09 15:43:46',''),(39905,1,1,41323,1,676177673,'2016-04-09 16:25:52',''),(39906,1,1,41324,65,3475901721,'2016-04-09 16:53:08',''),(39907,1,1,41325,68,3475901721,'2016-04-09 16:53:09',''),(39908,1,1,41326,69,3475901721,'2016-04-09 16:53:11',''),(39909,1,1,41327,71,676177673,'2016-04-09 16:53:12',''),(39910,1,1,41328,63,3475901721,'2016-04-09 16:53:13',''),(39911,1,1,41329,73,676177673,'2016-04-09 16:53:14',''),(39912,1,1,41330,10,676177673,'2016-04-09 16:53:15',''),(39913,1,1,41331,26,676177673,'2016-04-09 16:53:17',''),(39914,1,1,41332,70,676177673,'2016-04-09 16:53:18',''),(39915,1,1,41333,72,676177750,'2016-04-09 16:53:39',''),(39916,1,1,41334,66,676177750,'2016-04-09 16:53:40',''),(39917,1,1,41335,74,676177750,'2016-04-09 16:53:42',''),(39918,1,1,41336,1,3589262799,'2016-04-09 18:20:33',''),(39919,1,1,41337,9,872366401,'2016-04-09 19:00:09',''),(39920,1,1,41338,43,2917834746,'2016-04-09 19:29:46',''),(39921,1,1,41339,27,2917834746,'2016-04-09 19:29:49',''),(39922,1,1,41340,58,2917834746,'2016-04-09 19:29:52',''),(39923,1,1,41341,1,1123632561,'2016-04-09 22:35:44',''),(39924,1,1,41342,3,1170580419,'2016-04-09 23:20:25',''),(39925,1,1,41343,62,1123632553,'2016-04-10 00:13:34',''),(39926,1,1,41344,1,1123632556,'2016-04-10 01:55:53',''),(39927,1,1,41345,26,3562254785,'2016-04-10 02:00:42',''),(39928,1,1,41346,26,3562254785,'2016-04-10 02:00:45',''),(39929,1,1,41347,26,3562254785,'2016-04-10 02:00:48',''),(39930,1,1,41348,43,3562254785,'2016-04-10 02:00:51',''),(39931,1,1,41349,1,2366148097,'2016-04-10 02:27:43',''),(39932,1,1,41350,26,2420907330,'2016-04-10 03:17:53',''),(39933,1,1,41351,56,2420907330,'2016-04-10 03:17:56',''),(39934,1,1,41352,10,2420907330,'2016-04-10 03:17:58',''),(39935,1,1,41353,68,1113983323,'2016-04-10 08:08:13','http://www.google.com/search'),(39936,1,1,41354,16,1152705687,'2016-04-10 08:42:27',''),(39937,1,1,41355,70,2760155474,'2016-04-10 09:06:21',''),(39938,1,1,41356,1,1152705687,'2016-04-10 09:13:09',''),(39939,1,1,41357,75,3024883479,'2016-04-10 10:00:03',''),(39940,1,1,41358,1,1542483321,'2016-04-10 11:39:11',''),(39941,1,1,41359,56,1543533304,'2016-04-10 11:49:35','https://www.google.co.uk/'),(39942,1,1,41360,26,1053993637,'2016-04-10 12:03:52',''),(39943,1,1,41361,26,1053993637,'2016-04-10 12:03:55',''),(39944,1,1,41362,26,1053993637,'2016-04-10 12:04:03',''),(39945,1,1,41363,26,1053993637,'2016-04-10 12:04:11',''),(39946,1,1,41364,1,1041806727,'2016-04-10 12:15:57',''),(39947,1,1,41365,26,2987946392,'2016-04-10 12:31:32',''),(39948,1,1,41366,16,2987946392,'2016-04-10 12:31:36',''),(39949,1,1,41367,63,3273031559,'2016-04-10 13:45:36',''),(39950,1,1,41368,48,1123631667,'2016-04-10 14:16:35',''),(39951,1,1,41369,6,1503892538,'2016-04-10 15:53:33',''),(39952,1,1,41370,1,1503892538,'2016-04-10 15:53:35',''),(39953,1,1,41371,1,1503892538,'2016-04-10 15:53:38',''),(39954,1,1,41372,1,1503892538,'2016-04-10 15:53:40',''),(39955,1,1,41373,1,1123631667,'2016-04-10 17:40:36',''),(39956,1,1,41374,65,1544930334,'2016-04-10 19:25:22','https://www.google.co.uk/'),(39957,1,1,41375,1,2921498610,'2016-04-10 19:29:05',''),(39958,1,1,41376,54,2921498610,'2016-04-10 19:29:08',''),(39959,1,1,41377,66,2921498610,'2016-04-10 19:29:12',''),(39960,1,1,41378,1,2921498610,'2016-04-10 19:29:17',''),(39961,1,1,41379,1,1123631667,'2016-04-10 20:20:24',''),(39962,1,1,41380,1,1123631664,'2016-04-10 20:58:41',''),(39963,1,1,41381,31,1152705687,'2016-04-10 21:14:20',''),(39964,1,1,41382,50,3024883615,'2016-04-10 22:09:32',''),(39965,1,1,41383,72,872317275,'2016-04-10 22:13:11',''),(39966,1,1,41384,1,1159648002,'2016-04-11 03:33:29',''),(39967,1,1,41385,1,1159648002,'2016-04-11 03:33:32',''),(39968,1,1,41386,1,1159648002,'2016-04-11 03:33:34',''),(39969,1,1,41387,1,1159648002,'2016-04-11 03:33:37',''),(39970,1,1,41388,1,1159648002,'2016-04-11 03:33:40',''),(39971,1,1,41389,1,1159648002,'2016-04-11 03:33:43',''),(39972,1,1,41390,1,1159648002,'2016-04-11 03:33:46',''),(39973,1,1,41391,1,1159648002,'2016-04-11 03:33:48',''),(39974,1,1,41392,1,1159648002,'2016-04-11 03:33:51',''),(39975,1,1,41393,1,1159648002,'2016-04-11 03:33:53',''),(39976,1,1,41394,62,1123631664,'2016-04-11 04:04:36',''),(39977,1,1,41395,1,3024883615,'2016-04-11 05:43:30',''),(39978,1,1,41396,1,3024883487,'2016-04-11 05:43:33',''),(39979,1,1,41397,53,1152705687,'2016-04-11 06:07:27',''),(39980,1,1,41398,1,1123631667,'2016-04-11 09:02:28',''),(39981,1,1,41399,1,2366158595,'2016-04-11 09:21:02',''),(39982,1,1,41400,1,2366148121,'2016-04-11 09:21:06',''),(39983,1,1,41401,1,2366158595,'2016-04-11 09:21:09',''),(39984,1,1,41402,1,2366145637,'2016-04-11 09:21:13',''),(39985,1,1,41403,1,35471325,'2016-04-11 09:50:14','https://www.google.co.uk/'),(39986,1,1,41404,1,1380386620,'2016-04-11 11:50:35','https://www.google.co.uk/'),(39987,1,1,41405,1,1542483300,'2016-04-11 12:59:03',''),(39988,1,1,41406,10,1152705687,'2016-04-11 14:14:09',''),(39989,1,1,41407,1,3479603870,'2016-04-11 16:37:25',''),(39990,1,1,41408,74,521153466,'2016-04-11 16:38:20',''),(39991,1,1,41409,1,1159644850,'2016-04-11 18:45:42',''),(39992,1,1,41410,1,1534699970,'2016-04-11 19:22:27',''),(39993,1,1,41411,18,1534699970,'2016-04-11 19:22:32',''),(39994,1,1,41412,29,1534699970,'2016-04-11 19:22:37',''),(39995,1,1,41413,42,1534699970,'2016-04-11 19:22:41',''),(39996,1,1,41414,26,2420901739,'2016-04-11 19:26:11',''),(39997,1,1,41415,26,2420901739,'2016-04-11 19:26:14',''),(39998,1,1,41416,26,2420901739,'2016-04-11 19:26:16',''),(39999,1,1,41417,56,1128695952,'2016-04-11 19:44:01','https://www.google.ca/'),(40000,1,1,41418,3,2297665554,'2016-04-11 19:45:50',''),(40001,1,1,41419,27,2990476559,'2016-04-12 01:26:07',''),(40002,1,1,41420,44,2990476559,'2016-04-12 01:26:13',''),(40003,1,1,41421,49,2990476559,'2016-04-12 01:26:21',''),(40004,1,1,41422,1,2996485578,'2016-04-12 01:31:38',''),(40005,1,1,41423,3,3245313177,'2016-04-12 02:49:48',''),(40006,1,1,41424,3,1427043759,'2016-04-12 02:49:51',''),(40007,1,1,41425,43,1503892538,'2016-04-12 03:45:51',''),(40008,1,1,41426,27,1503892538,'2016-04-12 03:45:54',''),(40009,1,1,41427,58,1503892538,'2016-04-12 03:45:57',''),(40010,1,1,41428,1,3024883609,'2016-04-12 04:37:24',''),(40011,1,1,41429,26,872317193,'2016-04-12 05:08:48',''),(40012,1,1,41430,26,872317193,'2016-04-12 05:08:50',''),(40013,1,1,41431,72,872317193,'2016-04-12 05:08:53',''),(40014,1,1,41432,6,1123631664,'2016-04-12 07:32:35',''),(40015,1,1,41433,16,1553791739,'2016-04-12 07:59:12',''),(40016,1,1,41434,69,1553791739,'2016-04-12 07:59:14',''),(40017,1,1,41435,70,1553791739,'2016-04-12 07:59:17',''),(40018,1,1,41436,10,1553791739,'2016-04-12 07:59:21',''),(40019,1,1,41437,26,2420923694,'2016-04-12 08:36:34',''),(40020,1,1,41438,26,2420923694,'2016-04-12 08:36:36',''),(40021,1,1,41439,16,2420923694,'2016-04-12 08:36:38',''),(40022,1,1,41440,1,2420923694,'2016-04-12 08:36:41',''),(40023,1,1,41441,1,1159648594,'2016-04-12 09:47:54',''),(40024,1,1,41442,71,2637637481,'2016-04-12 10:48:52',''),(40025,1,1,41443,73,2637637481,'2016-04-12 10:48:53',''),(40026,1,1,41444,10,2637637481,'2016-04-12 10:48:55',''),(40027,1,1,41445,65,2637637433,'2016-04-12 10:48:56',''),(40028,1,1,41446,26,2637637481,'2016-04-12 10:48:56',''),(40029,1,1,41447,70,2637637481,'2016-04-12 10:48:57',''),(40030,1,1,41448,68,2637637433,'2016-04-12 10:48:58',''),(40031,1,1,41449,69,2637637433,'2016-04-12 10:48:59',''),(40032,1,1,41450,63,2637637433,'2016-04-12 10:49:01',''),(40033,1,1,41451,1,1123631664,'2016-04-12 10:49:12',''),(40034,1,1,41452,1,1123631281,'2016-04-12 12:12:08',''),(40035,1,1,41453,1,3024883477,'2016-04-12 12:50:10',''),(40036,1,1,41454,1,3702877367,'2016-04-12 13:28:58',''),(40037,1,1,41455,50,3024883617,'2016-04-12 13:57:08',''),(40038,1,1,41456,47,1123631276,'2016-04-12 14:33:04',''),(40039,1,1,41457,47,1123631229,'2016-04-12 14:35:54',''),(40040,1,1,41458,1,1542483290,'2016-04-12 15:20:56',''),(40041,1,1,41459,41,3702877347,'2016-04-12 18:07:28',''),(40042,1,1,41460,26,872309015,'2016-04-12 20:09:50',''),(40043,1,1,41461,26,872309015,'2016-04-12 20:10:01',''),(40044,1,1,41462,15,872309015,'2016-04-12 20:10:07',''),(40045,1,1,41463,31,872309015,'2016-04-12 20:10:13',''),(40046,1,1,41464,47,872309015,'2016-04-12 20:10:19',''),(40047,1,1,41465,73,872309015,'2016-04-12 20:10:25',''),(40048,1,1,41466,71,872309015,'2016-04-12 20:10:31',''),(40049,1,1,41467,70,872309015,'2016-04-12 20:10:37',''),(40050,1,1,41468,6,1534697895,'2016-04-12 21:06:11',''),(40051,1,1,41469,6,2071807774,'2016-04-12 21:09:04',''),(40052,1,1,41470,1,2637637450,'2016-04-12 21:29:34',''),(40053,1,1,41471,1,3024883462,'2016-04-12 22:44:06',''),(40054,1,1,41472,49,1152705687,'2016-04-13 01:39:20',''),(40055,1,1,41473,6,2760155399,'2016-04-13 03:17:03',''),(40056,1,1,41474,6,872366359,'2016-04-13 03:18:03',''),(40057,1,1,41475,6,2071807763,'2016-04-13 05:11:31',''),(40058,1,1,41476,52,1152705687,'2016-04-13 05:43:57',''),(40059,1,1,41477,58,3024883468,'2016-04-13 07:22:55',''),(40060,1,1,41478,44,1152705687,'2016-04-13 07:25:21',''),(40061,1,1,41479,62,2071807831,'2016-04-13 07:31:02',''),(40062,1,1,41480,56,35514598,'2016-04-13 08:54:45','https://www.google.co.uk/'),(40063,1,1,41481,1,1123631273,'2016-04-13 09:01:32',''),(40064,1,1,41482,1,1443285973,'2016-04-13 09:13:40','https://www.google.co.uk/'),(40065,1,1,41483,1,2193699366,'2016-04-13 09:24:07',''),(40066,1,1,41484,1,2366145619,'2016-04-13 09:24:11',''),(40067,1,1,41485,1,1570674749,'2016-04-13 09:24:15',''),(40068,1,1,41486,1,2366148121,'2016-04-13 09:24:18',''),(40069,1,1,41487,1,2071807762,'2016-04-13 11:17:16',''),(40070,1,1,41488,26,2513057285,'2016-04-13 11:19:31',''),(40071,1,1,41489,26,2513057285,'2016-04-13 11:19:33',''),(40072,1,1,41490,26,2513057285,'2016-04-13 11:19:35',''),(40073,1,1,41491,1,3024883619,'2016-04-13 11:41:54',''),(40074,1,1,41492,27,2955169831,'2016-04-13 11:56:41',''),(40075,1,1,41493,44,2955169831,'2016-04-13 11:56:45',''),(40076,1,1,41494,49,2955169831,'2016-04-13 11:56:48',''),(40077,1,1,41495,43,3475901708,'2016-04-13 12:00:49',''),(40078,1,1,41496,74,2297628119,'2016-04-13 13:55:19',''),(40079,1,1,41497,43,3559303116,'2016-04-13 14:09:15',''),(40080,1,1,41498,1,3559303116,'2016-04-13 14:09:17',''),(40081,1,1,41499,43,3559303116,'2016-04-13 14:09:18',''),(40082,1,1,41500,1,1159648810,'2016-04-13 14:12:17',''),(40083,1,1,41501,62,1123631670,'2016-04-13 14:14:25',''),(40084,1,1,41502,1,1542483274,'2016-04-13 15:49:36',''),(40085,1,1,41503,1,3590043686,'2016-04-13 16:00:01',''),(40086,1,1,41504,1,3495654154,'2016-04-13 16:18:01',''),(40087,1,1,41505,38,2760155425,'2016-04-13 16:22:17',''),(40088,1,1,41506,38,2538610536,'2016-04-13 16:23:18',''),(40089,1,1,41507,1,3479603870,'2016-04-13 16:38:31',''),(40090,1,1,41508,1,1123631667,'2016-04-13 17:17:28',''),(40091,1,1,41509,1,1123631664,'2016-04-13 17:19:16',''),(40092,1,1,41510,1,2917834746,'2016-04-13 17:23:22',''),(40093,1,1,41511,18,2917834746,'2016-04-13 17:23:25',''),(40094,1,1,41512,29,2917834746,'2016-04-13 17:23:27',''),(40095,1,1,41513,42,2917834746,'2016-04-13 17:23:30',''),(40096,1,1,41514,28,1123631670,'2016-04-13 18:32:11',''),(40097,1,1,41515,1,1443173910,'2016-04-13 18:53:32','https://www.google.co.uk/'),(40098,1,1,41516,51,3702877266,'2016-04-13 20:06:40',''),(40099,1,1,41517,1,1032306396,'2016-04-13 20:09:32','http://www.baidu.com/s?wd=Mstyresblackburn'),(40100,1,1,41518,1,1032306278,'2016-04-13 20:09:34','http://m.baidu.com/s?wd=Mstyresblackburn'),(40101,1,1,41519,41,2071807793,'2016-04-13 21:13:20',''),(40102,1,1,41520,1,3024883476,'2016-04-13 21:30:38',''),(40103,1,1,41521,1,3024883462,'2016-04-13 21:30:40',''),(40104,1,1,41522,1,1123631667,'2016-04-13 22:44:56',''),(40105,1,1,41523,71,2637637612,'2016-04-13 23:55:57',''),(40106,1,1,41524,73,2637637612,'2016-04-13 23:55:58',''),(40107,1,1,41525,10,2637637612,'2016-04-13 23:56:00',''),(40108,1,1,41526,26,2637637612,'2016-04-13 23:56:01',''),(40109,1,1,41527,72,3475901753,'2016-04-13 23:56:02',''),(40110,1,1,41528,70,2637637612,'2016-04-13 23:56:02',''),(40111,1,1,41529,66,3475901753,'2016-04-13 23:56:04',''),(40112,1,1,41530,74,3475901753,'2016-04-13 23:56:05',''),(40113,1,1,41531,65,3475901778,'2016-04-13 23:56:07',''),(40114,1,1,41532,68,3475901778,'2016-04-13 23:56:09',''),(40115,1,1,41533,69,3475901778,'2016-04-13 23:56:10',''),(40116,1,1,41534,63,3475901778,'2016-04-13 23:56:12',''),(40117,1,1,41535,75,3475901708,'2016-04-13 23:56:40',''),(40118,1,1,41536,26,3475901708,'2016-04-13 23:56:42',''),(40119,1,1,41537,62,3475901708,'2016-04-13 23:56:43',''),(40120,1,1,41538,67,3475901708,'2016-04-13 23:56:45',''),(40121,1,1,41539,64,3475901708,'2016-04-13 23:56:46',''),(40122,1,1,41540,59,3475901708,'2016-04-13 23:56:48',''),(40123,1,1,41541,1,1123631664,'2016-04-14 00:02:39',''),(40124,1,1,41542,3,1159644874,'2016-04-14 00:13:35',''),(40125,1,1,41543,3,1159644874,'2016-04-14 00:13:37',''),(40126,1,1,41544,18,2955169831,'2016-04-14 00:18:41',''),(40127,1,1,41545,29,2955169831,'2016-04-14 00:19:01',''),(40128,1,1,41546,43,1159653890,'2016-04-14 00:27:05',''),(40129,1,1,41547,27,1159653890,'2016-04-14 00:27:08',''),(40130,1,1,41548,58,1159653890,'2016-04-14 00:27:12',''),(40131,1,1,41549,1,1170580419,'2016-04-14 00:28:40',''),(40132,1,1,41550,54,1170580419,'2016-04-14 00:28:42',''),(40133,1,1,41551,66,1170580419,'2016-04-14 00:28:45',''),(40134,1,1,41552,1,1170580419,'2016-04-14 00:28:48',''),(40135,1,1,41553,3,3475901753,'2016-04-14 02:52:39',''),(40136,1,1,41554,1,1170583858,'2016-04-14 04:54:44',''),(40137,1,1,41555,6,2297627991,'2016-04-14 05:31:27',''),(40138,1,1,41556,1,2297627991,'2016-04-14 05:31:29',''),(40139,1,1,41557,1,2297627991,'2016-04-14 05:31:32',''),(40140,1,1,41558,1,2297627991,'2016-04-14 05:31:36',''),(40141,1,1,41559,72,3024883613,'2016-04-14 05:56:49',''),(40142,1,1,41560,1,2204827774,'2016-04-14 06:05:04',''),(40143,1,1,41561,31,3475901776,'2016-04-14 06:32:06',''),(40144,1,1,41562,6,2071807836,'2016-04-14 06:45:32',''),(40145,1,1,41563,1,1838814036,'2016-04-14 12:56:41','http://uk.ask.com/web?qsrc=1&o=0&l=dir&qo=serpSearchTopBox&q=tyre+shops+in+Blackburn'),(40146,1,1,41564,1,3106313373,'2016-04-14 13:10:33',''),(40147,1,1,41565,56,3273031559,'2016-04-14 13:40:43',''),(40148,1,1,41566,1,1123631667,'2016-04-14 13:55:12',''),(40149,1,1,41567,56,1378052722,'2016-04-14 14:21:19',''),(40150,1,1,41568,1,1378052722,'2016-04-14 14:21:21',''),(40151,1,1,41569,56,1378052722,'2016-04-14 14:21:22',''),(40152,1,1,41570,1,3702877281,'2016-04-14 14:25:11',''),(40153,1,1,41571,1,1542483301,'2016-04-14 17:16:30',''),(40154,1,1,41572,51,41559217,'2016-04-14 17:57:20','https://www.google.co.uk/'),(40155,1,1,41573,26,3667995610,'2016-04-15 01:49:01',''),(40156,1,1,41574,56,3667995610,'2016-04-15 01:49:04',''),(40157,1,1,41575,10,3667995610,'2016-04-15 01:49:07',''),(40158,1,1,41576,3,1539462250,'2016-04-15 03:06:01',''),(40159,1,1,41577,41,2071807857,'2016-04-15 03:50:26',''),(40160,1,1,41578,69,1489375385,'2016-04-15 05:57:45',''),(40161,1,1,41579,70,1489375385,'2016-04-15 05:57:48',''),(40162,1,1,41580,1,3629205332,'2016-04-15 07:30:24',''),(40163,1,1,41581,1,1329789672,'2016-04-15 07:40:23','https://www.google.co.uk/'),(40164,1,1,41582,1,1041806727,'2016-04-15 07:40:56',''),(40165,1,1,41583,1,1041806726,'2016-04-15 07:40:56',''),(40166,1,1,41584,65,676177768,'2016-04-15 08:12:24',''),(40167,1,1,41585,68,676177768,'2016-04-15 08:12:26',''),(40168,1,1,41586,69,676177768,'2016-04-15 08:12:27',''),(40169,1,1,41587,63,676177768,'2016-04-15 08:12:29',''),(40170,1,1,41588,72,2637637427,'2016-04-15 08:12:29',''),(40171,1,1,41589,66,2637637427,'2016-04-15 08:12:31',''),(40172,1,1,41590,74,2637637427,'2016-04-15 08:12:32',''),(40173,1,1,41591,75,2637637572,'2016-04-15 08:12:37',''),(40174,1,1,41592,26,2637637572,'2016-04-15 08:12:39',''),(40175,1,1,41593,62,2637637572,'2016-04-15 08:12:40',''),(40176,1,1,41594,67,2637637572,'2016-04-15 08:12:41',''),(40177,1,1,41595,64,2637637572,'2016-04-15 08:12:43',''),(40178,1,1,41596,59,2637637572,'2016-04-15 08:12:45',''),(40179,1,1,41597,71,2637637546,'2016-04-15 08:13:13',''),(40180,1,1,41598,73,2637637546,'2016-04-15 08:13:15',''),(40181,1,1,41599,10,2637637546,'2016-04-15 08:13:16',''),(40182,1,1,41600,26,2637637546,'2016-04-15 08:13:18',''),(40183,1,1,41601,70,2637637546,'2016-04-15 08:13:19',''),(40184,1,1,41602,1,1123631664,'2016-04-15 08:27:47',''),(40185,1,1,41603,6,1123631670,'2016-04-15 10:45:34',''),(40186,1,1,41604,59,872366393,'2016-04-15 11:01:11',''),(40187,1,1,41605,75,3273726780,'2016-04-15 11:27:35','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjC-PG9xJDMAhXEVyYKHXaGAMMQFggeMAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D31%26controller%3Dproduct%26id_lang%3D1&usg=AFQjCNHdyRBaXPDPpTXnOfpYrHgHt'),(40188,1,1,41606,68,3245107987,'2016-04-15 12:19:57','http://www.google.cz/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&ved=0ahUKEwiMqZKY0JDMAhXHuxQKHbSfDVYQjxwIAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&psig=AFQjCNGnz6UyjPMTicmO_VoAqVvb2E'),(40189,1,1,41607,1,1123631667,'2016-04-15 14:24:25',''),(40190,1,1,41608,1,3024883476,'2016-04-15 15:04:55',''),(40191,1,1,41609,69,3024883487,'2016-04-15 15:38:24',''),(40192,1,1,41610,1,1123631664,'2016-04-15 16:21:00',''),(40193,1,1,41611,26,1159644850,'2016-04-15 16:33:36',''),(40194,1,1,41612,26,1159644850,'2016-04-15 16:33:41',''),(40195,1,1,41613,16,1159644850,'2016-04-15 16:33:45',''),(40196,1,1,41614,1,1159644850,'2016-04-15 16:33:49',''),(40197,1,1,41615,1,3024883470,'2016-04-15 18:07:19',''),(40198,1,1,41616,1,774110625,'2016-04-15 18:14:02',''),(40199,1,1,41617,1,1123631670,'2016-04-15 18:14:09',''),(40200,1,1,41618,1,1542483265,'2016-04-15 18:54:59',''),(40201,1,1,41619,1,872320792,'2016-04-15 19:27:50',''),(40202,1,1,41620,1,3590043686,'2016-04-15 19:42:18',''),(40203,1,1,41621,69,872366352,'2016-04-15 20:16:12',''),(40204,1,1,41622,26,2538613161,'2016-04-15 20:38:25',''),(40205,1,1,41623,26,2538613161,'2016-04-15 20:38:27',''),(40206,1,1,41624,26,2538613161,'2016-04-15 20:38:30',''),(40207,1,1,41625,1,3702877296,'2016-04-15 21:04:22',''),(40208,1,1,41626,27,1427043759,'2016-04-15 21:17:51',''),(40209,1,1,41627,44,3245313177,'2016-04-15 21:17:54',''),(40210,1,1,41628,49,1427043442,'2016-04-15 21:17:57',''),(40211,1,1,41629,27,3024883604,'2016-04-15 22:30:31',''),(40212,1,1,41630,1,2366158595,'2016-04-16 00:29:03',''),(40213,1,1,41631,1,2193699366,'2016-04-16 00:29:06',''),(40214,1,1,41632,1,2193699366,'2016-04-16 00:29:10',''),(40215,1,1,41633,1,2366145637,'2016-04-16 00:29:14',''),(40216,1,1,41634,3,1159644858,'2016-04-16 00:49:20',''),(40217,1,1,41635,3,1159644858,'2016-04-16 00:49:23',''),(40218,1,1,41636,43,1152705687,'2016-04-16 03:33:19',''),(40219,1,1,41581,1,1329789672,'2016-04-16 06:38:17',''),(40220,1,1,41637,1,2513055649,'2016-04-16 07:13:56',''),(40221,1,1,41638,18,2420901012,'2016-04-16 08:00:03',''),(40222,1,1,41639,29,2420901012,'2016-04-16 08:00:06',''),(40223,1,1,41640,1,3024883487,'2016-04-16 09:19:52',''),(40224,1,1,41641,52,2760155407,'2016-04-16 10:49:48',''),(40225,1,1,41642,1,1577749024,'2016-04-16 10:57:23','https://www.google.co.uk/'),(40226,1,1,41643,1,1600651290,'2016-04-16 11:03:10','https://www.google.ge/'),(40227,1,1,41644,1,2731721857,'2016-04-16 11:42:08',''),(40228,1,1,41645,1,1152705687,'2016-04-16 17:35:01',''),(40229,1,1,41646,18,2760155444,'2016-04-16 18:02:18',''),(40230,1,1,41647,1,3702877269,'2016-04-16 18:45:30',''),(40231,1,1,41648,1,1123631670,'2016-04-16 19:48:26',''),(40232,1,1,41649,6,2420907756,'2016-04-16 19:55:56',''),(40233,1,1,41650,1,2420907756,'2016-04-16 19:55:58',''),(40234,1,1,41651,1,2420907756,'2016-04-16 19:56:02',''),(40235,1,1,41652,1,2420907756,'2016-04-16 19:56:06',''),(40236,1,1,41581,1,3587046822,'2016-04-16 20:23:04',''),(40237,1,1,41653,72,1159645538,'2016-04-16 23:00:32',''),(40238,1,1,41654,1,1542483313,'2016-04-17 00:11:49',''),(40239,1,1,41655,1,2366145637,'2016-04-17 00:19:01',''),(40240,1,1,41656,65,3702877292,'2016-04-17 00:19:13',''),(40241,1,1,41657,72,3024883614,'2016-04-17 00:55:10',''),(40242,1,1,41658,1,1123631664,'2016-04-17 01:03:06',''),(40243,1,1,41659,1,1123631667,'2016-04-17 01:43:37',''),(40244,1,1,41660,48,2760155419,'2016-04-17 02:59:24',''),(40245,1,1,41661,1,3024883590,'2016-04-17 03:06:37',''),(40246,1,1,41662,18,1152705687,'2016-04-17 06:04:26',''),(40247,1,1,41663,26,1170580419,'2016-04-17 08:20:19',''),(40248,1,1,41664,26,1170580419,'2016-04-17 08:20:21',''),(40249,1,1,41665,16,1170580419,'2016-04-17 08:20:24',''),(40250,1,1,41666,1,1170580419,'2016-04-17 08:20:27',''),(40251,1,1,41667,1,100662596,'2016-04-17 08:55:41',''),(40252,1,1,41668,1,2193699366,'2016-04-17 08:55:45',''),(40253,1,1,41669,1,2366158595,'2016-04-17 08:55:49',''),(40254,1,1,41670,1,2366145637,'2016-04-17 08:55:53',''),(40255,1,1,41671,1,3024883462,'2016-04-17 10:04:43',''),(40256,1,1,41672,1,2538613161,'2016-04-17 12:06:28',''),(40257,1,1,41673,1,2538613161,'2016-04-17 12:06:30',''),(40258,1,1,41674,1,2538613161,'2016-04-17 12:06:33',''),(40259,1,1,41675,1,2538613161,'2016-04-17 12:06:35',''),(40260,1,1,41676,1,2538613161,'2016-04-17 12:06:38',''),(40261,1,1,41677,1,2538613161,'2016-04-17 12:06:40',''),(40262,1,1,41678,1,2538613161,'2016-04-17 12:06:42',''),(40263,1,1,41679,1,2538613161,'2016-04-17 12:06:45',''),(40264,1,1,41680,1,2538613161,'2016-04-17 12:06:47',''),(40265,1,1,41681,1,2538613161,'2016-04-17 12:06:50',''),(40266,1,1,41682,56,2637637611,'2016-04-17 12:29:15',''),(40267,1,1,41683,9,2637637611,'2016-04-17 12:29:17',''),(40268,1,1,41684,1,2637637522,'2016-04-17 12:29:23',''),(40269,1,1,41685,6,2637637522,'2016-04-17 12:29:24',''),(40270,1,1,41686,26,3475901822,'2016-04-17 12:29:29',''),(40271,1,1,41687,16,3475901822,'2016-04-17 12:29:30',''),(40272,1,1,41688,18,3475901822,'2016-04-17 12:29:32',''),(40273,1,1,41689,29,3475901822,'2016-04-17 12:29:33',''),(40274,1,1,41690,43,3475901822,'2016-04-17 12:29:34',''),(40275,1,1,41691,3,2637637376,'2016-04-17 12:29:36',''),(40276,1,1,41692,43,3475901822,'2016-04-17 12:29:36',''),(40277,1,1,41693,1,872363001,'2016-04-17 13:44:36',''),(40278,1,1,41694,1,872363001,'2016-04-17 13:44:41',''),(40279,1,1,41695,1,872363001,'2016-04-17 13:44:49',''),(40280,1,1,41696,1,872363001,'2016-04-17 13:44:56',''),(40281,1,1,41697,1,872363001,'2016-04-17 13:45:02',''),(40282,1,1,41698,1,872363001,'2016-04-17 13:45:10',''),(40283,1,1,41699,1,872363001,'2016-04-17 13:45:19',''),(40284,1,1,41700,1,872363001,'2016-04-17 13:45:25',''),(40285,1,1,41701,1,872363001,'2016-04-17 13:45:32',''),(40286,1,1,41702,1,872363001,'2016-04-17 13:45:38',''),(40287,1,1,41703,1,2993275767,'2016-04-17 13:59:43',''),(40288,1,1,41704,56,1534958364,'2016-04-17 14:10:35','https://www.google.co.uk/'),(40289,1,1,41705,27,1152705687,'2016-04-17 14:40:19',''),(40290,1,1,41706,1,2513055990,'2016-04-17 15:47:27',''),(40291,1,1,41707,66,2637637522,'2016-04-17 16:35:45',''),(40292,1,1,41708,1,2071807857,'2016-04-17 17:34:04',''),(40293,1,1,41709,65,1123632556,'2016-04-17 17:46:37',''),(40294,1,1,41710,1,3024883592,'2016-04-17 20:09:40',''),(40295,1,1,41711,1,1159650810,'2016-04-17 20:17:38',''),(40296,1,1,41712,1,1123632556,'2016-04-17 21:21:38',''),(40297,1,1,41713,3,2513055649,'2016-04-17 21:41:56',''),(40298,1,1,41714,71,3024883479,'2016-04-17 21:42:34',''),(40299,1,1,41715,68,2509956982,'2016-04-17 22:05:22','http://images.google.be/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F4%2F64-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid='),(40300,1,1,41716,65,2071807783,'2016-04-17 22:21:51',''),(40301,1,1,41717,1,1796538632,'2016-04-17 22:34:19',''),(40302,1,1,41718,27,84491906,'2016-04-17 23:09:19',''),(40303,1,1,41719,44,84491906,'2016-04-17 23:09:22',''),(40304,1,1,41720,49,84491906,'2016-04-17 23:09:24',''),(40305,1,1,41721,3,872401161,'2016-04-17 23:26:40',''),(40306,1,1,41722,3,872401161,'2016-04-17 23:26:52',''),(40307,1,1,41723,1,1053986805,'2016-04-17 23:39:40',''),(40308,1,1,41724,18,1053986805,'2016-04-17 23:39:43',''),(40309,1,1,41725,29,1053986805,'2016-04-17 23:39:55',''),(40310,1,1,41726,42,1053986805,'2016-04-17 23:39:57',''),(40311,1,1,41727,51,1123632561,'2016-04-18 00:35:35',''),(40312,1,1,41729,26,872401246,'2016-04-18 01:53:22',''),(40313,1,1,41730,56,872401246,'2016-04-18 01:53:26',''),(40314,1,1,41731,10,872401246,'2016-04-18 01:53:30',''),(40315,1,1,41732,1,1542483321,'2016-04-18 02:00:54',''),(40316,1,1,41733,43,2071807774,'2016-04-18 04:09:02',''),(40317,1,1,41734,1,872317940,'2016-04-18 05:20:08',''),(40318,1,1,41735,41,1152705687,'2016-04-18 05:48:29',''),(40319,1,1,41736,26,1406855406,'2016-04-18 05:49:06',''),(40320,1,1,41737,26,1406855406,'2016-04-18 05:49:23',''),(40321,1,1,41738,26,1406855406,'2016-04-18 05:49:27',''),(40322,1,1,41739,1,3590043686,'2016-04-18 05:51:51',''),(40323,1,1,41740,1,3702877331,'2016-04-18 05:52:36',''),(40324,1,1,41741,1,3415725954,'2016-04-18 06:43:25',''),(40325,1,1,41742,1,1579032669,'2016-04-18 06:48:56','https://www.google.co.uk/'),(40326,1,1,41743,1,84492181,'2016-04-18 07:39:43',''),(40327,1,1,41744,6,1123632556,'2016-04-18 08:46:01',''),(40328,1,1,41745,1,1443408438,'2016-04-18 09:03:40','https://www.google.co.uk/'),(40329,1,1,41746,1,1523304766,'2016-04-18 09:16:53','http://www.google.co.uk/'),(40330,1,1,41747,1,2366145637,'2016-04-18 09:49:55',''),(40331,1,1,41748,1,100662596,'2016-04-18 09:49:59',''),(40332,1,1,41749,1,2366158595,'2016-04-18 09:50:02',''),(40333,1,1,41750,1,2366158595,'2016-04-18 09:50:06',''),(40334,1,1,41746,15,1523304766,'2016-04-18 10:56:53',''),(40335,1,1,41751,6,3514728241,'2016-04-18 11:10:31',''),(40336,1,1,41752,1,3514728241,'2016-04-18 11:10:34',''),(40337,1,1,41753,1,3514728241,'2016-04-18 11:10:39',''),(40338,1,1,41754,1,3514728241,'2016-04-18 11:10:44',''),(40339,1,1,41755,43,2955169831,'2016-04-18 11:28:14',''),(40340,1,1,41756,27,2955169831,'2016-04-18 11:28:18',''),(40341,1,1,41757,58,2955169831,'2016-04-18 11:28:22',''),(40342,1,1,41758,1,3024883616,'2016-04-18 12:07:03',''),(40343,1,1,41759,18,2990495243,'2016-04-18 12:58:49',''),(40344,1,1,41760,29,2990495243,'2016-04-18 12:58:51',''),(40345,1,1,41761,56,41530299,'2016-04-18 13:00:33','https://www.google.co.uk/'),(40346,1,1,41762,1,3024883483,'2016-04-18 13:14:02',''),(40347,1,1,41763,1,3065625541,'2016-04-18 14:27:08',''),(40348,1,1,41764,1,872315324,'2016-04-18 16:28:20',''),(40349,1,1,41765,54,872315324,'2016-04-18 16:28:24',''),(40350,1,1,41766,66,872315324,'2016-04-18 16:28:27',''),(40351,1,1,41767,1,872315324,'2016-04-18 16:28:30',''),(40352,1,1,41768,65,3702877278,'2016-04-18 16:40:37',''),(40353,1,1,41746,15,2516511372,'2016-04-18 17:19:02',''),(40354,1,1,41769,3,1574653936,'2016-04-18 18:38:27',''),(40355,1,1,41770,1,779579810,'2016-04-18 18:42:08',''),(40356,1,1,41771,26,3590043686,'2016-04-18 18:50:16',''),(40357,1,1,41772,56,3590043686,'2016-04-18 18:50:20',''),(40358,1,1,41773,10,3590043686,'2016-04-18 18:50:23',''),(40359,1,1,41774,1,1123632556,'2016-04-18 19:59:05',''),(40360,1,1,41775,1,1123632556,'2016-04-18 20:58:22',''),(40361,1,1,41776,1,3495654154,'2016-04-19 01:05:43',''),(40362,1,1,41777,53,3702877330,'2016-04-19 01:28:39',''),(40363,1,1,41778,26,1503892538,'2016-04-19 02:09:22',''),(40364,1,1,41779,26,1503892538,'2016-04-19 02:09:24',''),(40365,1,1,41780,16,1503892538,'2016-04-19 02:09:27',''),(40366,1,1,41781,1,1503892538,'2016-04-19 02:09:29',''),(40367,1,1,41782,43,3702877343,'2016-04-19 02:35:19',''),(40368,1,1,41783,29,872366430,'2016-04-19 03:54:26',''),(40369,1,1,41784,1,1542483326,'2016-04-19 05:17:07',''),(40370,1,1,41785,26,1152705687,'2016-04-19 07:05:29',''),(40371,1,1,41786,57,1123632553,'2016-04-19 07:19:46',''),(40372,1,1,41787,1,2193699366,'2016-04-19 08:08:28',''),(40373,1,1,41788,1,2366145619,'2016-04-19 08:08:32',''),(40374,1,1,41789,1,1570674749,'2016-04-19 08:08:36',''),(40375,1,1,41790,1,2366158595,'2016-04-19 08:08:40',''),(40376,1,1,41791,1,3024883464,'2016-04-19 08:44:53',''),(40377,1,1,41792,71,2760155471,'2016-04-19 09:26:06',''),(40378,1,1,41793,56,654842023,'2016-04-19 10:54:07',''),(40379,1,1,41794,71,3024883615,'2016-04-19 10:54:16',''),(40380,1,1,41795,53,2071807795,'2016-04-19 11:39:53',''),(40381,1,1,41796,68,1123632561,'2016-04-19 12:11:56',''),(40382,1,1,41797,1,1159644850,'2016-04-19 13:19:06',''),(40383,1,1,41798,1,1159644850,'2016-04-19 13:19:14',''),(40384,1,1,41799,1,1159644850,'2016-04-19 13:19:18',''),(40385,1,1,41800,1,1159644850,'2016-04-19 13:19:21',''),(40386,1,1,41801,1,1159644850,'2016-04-19 13:19:25',''),(40387,1,1,41802,1,1159644850,'2016-04-19 13:19:28',''),(40388,1,1,41803,1,1159644850,'2016-04-19 13:19:31',''),(40389,1,1,41804,1,1159644850,'2016-04-19 13:21:22',''),(40390,1,1,41805,1,1159644850,'2016-04-19 13:21:28',''),(40391,1,1,41806,1,1159644850,'2016-04-19 13:21:31',''),(40392,1,1,41807,74,1159644850,'2016-04-19 13:21:33',''),(40393,1,1,41808,6,529856221,'2016-04-19 14:25:10',''),(40394,1,1,41809,1,2955169831,'2016-04-19 14:44:45',''),(40395,1,1,41810,1,2955169831,'2016-04-19 14:44:49',''),(40396,1,1,41811,1,2955169831,'2016-04-19 14:44:51',''),(40397,1,1,41812,1,2955169831,'2016-04-19 14:44:54',''),(40398,1,1,41813,1,2955169831,'2016-04-19 14:44:57',''),(40399,1,1,41814,1,2955169831,'2016-04-19 14:45:01',''),(40400,1,1,41815,1,2955169831,'2016-04-19 14:45:06',''),(40401,1,1,41816,1,2955169831,'2016-04-19 14:45:10',''),(40402,1,1,41817,1,2955169831,'2016-04-19 14:45:21',''),(40403,1,1,41818,1,2955169831,'2016-04-19 14:45:55',''),(40404,1,1,41819,1,2204827767,'2016-04-19 15:12:13',''),(40405,1,1,41820,1,3024883470,'2016-04-19 16:14:10',''),(40406,1,1,41821,18,676177675,'2016-04-19 16:24:55',''),(40407,1,1,41822,43,3065621621,'2016-04-19 16:49:38',''),(40408,1,1,41823,43,3065621621,'2016-04-19 16:49:58',''),(40409,1,1,41824,43,3065621621,'2016-04-19 16:50:18',''),(40410,1,1,41825,43,3065621621,'2016-04-19 16:50:37',''),(40411,1,1,41826,1,3065621621,'2016-04-19 16:50:52',''),(40412,1,1,41827,43,3065621621,'2016-04-19 16:51:07',''),(40413,1,1,41828,1,3282825296,'2016-04-19 16:51:54','https://www.google.co.uk/'),(40414,1,1,41829,1,2637637390,'2016-04-19 17:34:26',''),(40415,1,1,41830,43,2071807820,'2016-04-19 17:39:53',''),(40416,1,1,41831,41,3024883461,'2016-04-19 19:07:42',''),(40417,1,1,41832,68,1123632388,'2016-04-19 19:42:14',''),(40418,1,1,41833,1,3024883591,'2016-04-19 19:46:19',''),(40419,1,1,41834,1,2420923694,'2016-04-19 20:24:53',''),(40420,1,1,41835,16,1366114598,'2016-04-19 20:34:00',''),(40421,1,1,41836,69,1366114598,'2016-04-19 20:34:10',''),(40422,1,1,41837,70,1366114598,'2016-04-19 20:34:13',''),(40423,1,1,41838,10,1366114598,'2016-04-19 20:34:16',''),(40424,1,1,41839,1,2071807814,'2016-04-19 20:39:54',''),(40425,1,1,41840,65,3702877329,'2016-04-19 21:13:14',''),(40426,1,1,41841,27,1388412687,'2016-04-19 21:14:27',''),(40427,1,1,41842,44,1388412687,'2016-04-19 21:14:32',''),(40428,1,1,41843,49,1388412687,'2016-04-19 21:14:35',''),(40429,1,1,41844,1,772022347,'2016-04-19 21:43:01',''),(40430,1,1,41845,54,2071807824,'2016-04-19 22:19:53',''),(40431,1,1,41846,1,1503892538,'2016-04-19 22:22:21',''),(40432,1,1,41847,1,2990476559,'2016-04-19 22:51:18',''),(40433,1,1,41848,18,2990476559,'2016-04-19 22:51:21',''),(40434,1,1,41849,29,2990476559,'2016-04-19 22:51:24',''),(40435,1,1,41850,42,2990476559,'2016-04-19 22:51:28',''),(40436,1,1,41851,3,676177679,'2016-04-19 23:08:31',''),(40437,1,1,41852,1,676177670,'2016-04-19 23:08:36',''),(40438,1,1,41853,6,676177670,'2016-04-19 23:08:37',''),(40439,1,1,41854,26,2637637501,'2016-04-19 23:09:00',''),(40440,1,1,41855,16,2637637501,'2016-04-19 23:09:01',''),(40441,1,1,41856,56,2637637611,'2016-04-19 23:09:02',''),(40442,1,1,41857,18,2637637501,'2016-04-19 23:09:03',''),(40443,1,1,41858,9,2637637611,'2016-04-19 23:09:03',''),(40444,1,1,41859,29,2637637501,'2016-04-19 23:09:04',''),(40445,1,1,41860,43,2637637501,'2016-04-19 23:09:05',''),(40446,1,1,41861,43,2637637501,'2016-04-19 23:09:07',''),(40447,1,1,41862,1,1839799582,'2016-04-20 01:55:07',''),(40448,1,1,41863,3,1159648594,'2016-04-20 03:51:10',''),(40449,1,1,41864,3,1159648594,'2016-04-20 03:51:12',''),(40450,1,1,41865,1,3156762438,'2016-04-20 05:03:27',''),(40451,1,1,41866,1,3156762438,'2016-04-20 05:03:30',''),(40452,1,1,41867,1,3156762438,'2016-04-20 05:03:32',''),(40453,1,1,41868,1,3156762438,'2016-04-20 05:03:35',''),(40454,1,1,41869,1,3156762438,'2016-04-20 05:03:37',''),(40455,1,1,41870,1,3156762438,'2016-04-20 05:03:40',''),(40456,1,1,41871,1,3156762438,'2016-04-20 05:03:42',''),(40457,1,1,41872,1,3156762438,'2016-04-20 05:03:45',''),(40458,1,1,41873,1,3156762438,'2016-04-20 05:03:47',''),(40459,1,1,41874,1,3156762438,'2016-04-20 05:03:50',''),(40460,1,1,41875,26,84498858,'2016-04-20 06:41:20',''),(40461,1,1,41876,56,84498858,'2016-04-20 06:41:22',''),(40462,1,1,41877,10,84498858,'2016-04-20 06:41:25',''),(40463,1,1,41878,6,2917834746,'2016-04-20 07:05:15',''),(40464,1,1,41879,1,2917834746,'2016-04-20 07:05:18',''),(40465,1,1,41880,1,2917834746,'2016-04-20 07:05:21',''),(40466,1,1,41881,1,2917834746,'2016-04-20 07:05:24',''),(40467,1,1,41882,26,1152705687,'2016-04-20 07:12:29',''),(40468,1,1,41883,1,1578620449,'2016-04-20 07:58:43',''),(40469,1,1,41884,26,2917834746,'2016-04-20 08:15:03',''),(40470,1,1,41885,26,2917834746,'2016-04-20 08:15:05',''),(40471,1,1,41886,26,2917834746,'2016-04-20 08:15:09',''),(40472,1,1,41887,43,2420902990,'2016-04-20 08:24:07',''),(40473,1,1,41888,27,2420902990,'2016-04-20 08:24:10',''),(40474,1,1,41889,58,2420902990,'2016-04-20 08:24:12',''),(40475,1,1,41890,1,3581641846,'2016-04-20 08:41:28','https://www.google.co.uk'),(40476,1,1,41891,1,1542483287,'2016-04-20 08:57:55',''),(40477,1,1,41892,3,3281700932,'2016-04-20 10:01:01',''),(40478,1,1,41893,53,2071807785,'2016-04-20 11:25:13',''),(40479,1,1,41894,1,3038650022,'2016-04-20 12:09:02',''),(40480,1,1,41895,26,2328436315,'2016-04-20 13:47:38',''),(40481,1,1,41896,26,2328436315,'2016-04-20 13:47:40',''),(40482,1,1,41897,41,2328436315,'2016-04-20 13:47:43',''),(40483,1,1,41898,53,2328436315,'2016-04-20 13:47:45',''),(40484,1,1,41899,74,2655373517,'2016-04-20 14:58:08',''),(40485,1,1,41900,1,1442994775,'2016-04-20 15:22:58','http://www.google.co.uk/url?sa=t&source=web&cd=5&rct=j&q=ms%20tyres%20blackburn&ved=0ahUKEwj6vay1wp3MAhXpBsAKHX52AnwQ_BcIVSgCMAQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(40486,1,1,41901,57,3475901778,'2016-04-20 16:08:14',''),(40487,1,1,41902,43,846493870,'2016-04-20 16:29:06',''),(40488,1,1,41903,1,846493870,'2016-04-20 16:29:09',''),(40489,1,1,41904,43,846493870,'2016-04-20 16:29:10',''),(40490,1,1,41905,43,3702877362,'2016-04-20 17:05:48',''),(40491,1,1,41906,27,2760155444,'2016-04-20 17:59:06',''),(40492,1,1,41907,26,2071807826,'2016-04-20 18:12:27',''),(40493,1,1,41908,54,2071807828,'2016-04-20 18:45:47',''),(40494,1,1,41909,1,1443255094,'2016-04-20 20:07:56',''),(40495,1,1,41910,9,1123631281,'2016-04-20 20:36:23',''),(40496,1,1,41911,1,1123631281,'2016-04-20 22:46:59',''),(40497,1,1,41912,1,1170583834,'2016-04-21 03:58:02',''),(40498,1,1,41913,16,2420902990,'2016-04-21 04:40:51',''),(40499,1,1,41914,69,2420902990,'2016-04-21 04:40:55',''),(40500,1,1,41915,70,2420902990,'2016-04-21 04:40:58',''),(40501,1,1,41916,10,2420902990,'2016-04-21 04:41:01',''),(40502,1,1,41917,1,2071807824,'2016-04-21 06:48:43',''),(40503,1,1,41918,6,1123631276,'2016-04-21 07:55:08',''),(40504,1,1,41919,3,2637637481,'2016-04-21 10:04:15',''),(40505,1,1,41920,1,3475901804,'2016-04-21 10:04:20',''),(40506,1,1,41921,6,3475901804,'2016-04-21 10:04:21',''),(40507,1,1,41922,56,2637637566,'2016-04-21 10:05:47',''),(40508,1,1,41923,9,2637637566,'2016-04-21 10:05:49',''),(40509,1,1,41924,26,2637637551,'2016-04-21 10:13:12',''),(40510,1,1,41925,16,2637637551,'2016-04-21 10:13:13',''),(40511,1,1,41926,18,2637637551,'2016-04-21 10:13:14',''),(40512,1,1,41927,29,2637637551,'2016-04-21 10:13:16',''),(40513,1,1,41928,43,2637637551,'2016-04-21 10:13:17',''),(40514,1,1,41929,43,2637637551,'2016-04-21 10:13:18',''),(40515,1,1,41930,1,1123631276,'2016-04-21 10:27:05',''),(40516,1,1,41931,75,2760155431,'2016-04-21 12:25:02',''),(40517,1,1,41932,1,1542483279,'2016-04-21 12:25:38',''),(40518,1,1,41933,1,2366145637,'2016-04-21 12:34:00',''),(40519,1,1,41934,1,2366145637,'2016-04-21 12:34:04',''),(40520,1,1,41935,1,2193699366,'2016-04-21 12:34:08',''),(40521,1,1,41936,1,2193699366,'2016-04-21 12:34:12',''),(40522,1,1,41937,54,1152705687,'2016-04-21 13:19:54',''),(40523,1,1,41938,1,84492181,'2016-04-21 13:53:05',''),(40524,1,1,41939,1,84492181,'2016-04-21 13:53:08',''),(40525,1,1,41940,1,84492181,'2016-04-21 13:53:10',''),(40526,1,1,41941,1,84492181,'2016-04-21 13:53:13',''),(40527,1,1,41942,1,84492181,'2016-04-21 13:53:16',''),(40528,1,1,41943,1,84492181,'2016-04-21 13:53:19',''),(40529,1,1,41944,1,84492181,'2016-04-21 13:53:21',''),(40530,1,1,41945,1,84492181,'2016-04-21 13:53:23',''),(40531,1,1,41946,1,84492181,'2016-04-21 13:53:25',''),(40532,1,1,41947,1,84492181,'2016-04-21 13:53:29',''),(40533,1,1,41948,1,84492181,'2016-04-21 13:53:31',''),(40534,1,1,41949,73,3024883483,'2016-04-21 14:46:26',''),(40535,1,1,41950,1,2733903412,'2016-04-21 16:11:52',''),(40536,1,1,41951,1,3281687265,'2016-04-21 17:42:15',''),(40537,1,1,41952,69,3475901771,'2016-04-21 18:11:26',''),(40538,1,1,41953,65,3475901771,'2016-04-21 18:11:28',''),(40539,1,1,41954,68,3475901771,'2016-04-21 18:11:30',''),(40540,1,1,41955,27,3475901771,'2016-04-21 18:11:31',''),(40541,1,1,41956,63,3475901771,'2016-04-21 18:11:33',''),(40542,1,1,41957,58,3475901771,'2016-04-21 18:11:33',''),(40543,1,1,41958,48,3475901771,'2016-04-21 18:11:34',''),(40544,1,1,41959,51,2637637446,'2016-04-21 18:11:59',''),(40545,1,1,41960,50,2637637446,'2016-04-21 18:12:01',''),(40546,1,1,41961,72,2637637446,'2016-04-21 18:12:03',''),(40547,1,1,41962,44,2637637446,'2016-04-21 18:12:04',''),(40548,1,1,41963,74,2637637446,'2016-04-21 18:12:06',''),(40549,1,1,41964,55,3475901758,'2016-04-21 18:12:37',''),(40550,1,1,41965,49,3475901758,'2016-04-21 18:12:39',''),(40551,1,1,41966,10,3475901758,'2016-04-21 18:12:40',''),(40552,1,1,41967,70,3475901758,'2016-04-21 18:12:42',''),(40553,1,1,41968,71,3475901758,'2016-04-21 18:12:43',''),(40554,1,1,41969,73,3475901758,'2016-04-21 18:12:45',''),(40555,1,1,41970,74,1152705687,'2016-04-21 22:30:23',''),(40556,1,1,41971,1,1123631273,'2016-04-21 23:46:58',''),(40557,1,1,41972,1,1170580419,'2016-04-21 23:47:48',''),(40558,1,1,41973,65,1152705687,'2016-04-21 23:54:48',''),(40559,1,1,41974,27,2420907426,'2016-04-22 00:24:49',''),(40560,1,1,41975,44,2420907426,'2016-04-22 00:24:52',''),(40561,1,1,41976,49,2420907426,'2016-04-22 00:24:58',''),(40562,1,1,41977,1,417772831,'2016-04-22 00:48:26',''),(40563,1,1,41978,3,2420901739,'2016-04-22 00:54:43',''),(40564,1,1,41979,3,2420901739,'2016-04-22 00:54:45',''),(40565,1,1,41980,44,1427043759,'2016-04-22 00:59:00',''),(40566,1,1,41981,49,1427043442,'2016-04-22 00:59:03',''),(40567,1,1,41982,59,1427043759,'2016-04-22 00:59:06',''),(40568,1,1,41983,1,1123631276,'2016-04-22 01:23:08',''),(40569,1,1,41984,1,2297628119,'2016-04-22 01:54:23',''),(40570,1,1,41985,1,1558988689,'2016-04-22 04:06:07',''),(40571,1,1,41986,6,1159654074,'2016-04-22 04:25:39',''),(40572,1,1,41987,1,1159654074,'2016-04-22 04:25:42',''),(40573,1,1,41988,1,1159654074,'2016-04-22 04:25:45',''),(40574,1,1,41989,1,1159654074,'2016-04-22 04:25:47',''),(40575,1,1,41990,1,1570674891,'2016-04-22 04:57:04',''),(40576,1,1,41991,1,2366148097,'2016-04-22 04:57:12',''),(40577,1,1,41992,1,1574660735,'2016-04-22 04:57:26',''),(40578,1,1,41993,54,1574660735,'2016-04-22 04:57:31',''),(40579,1,1,41994,66,1574660735,'2016-04-22 04:57:36',''),(40580,1,1,41995,1,1574660735,'2016-04-22 04:57:43',''),(40581,1,1,41996,1,2503503536,'2016-04-22 05:43:45',''),(40582,1,1,41997,18,2999685859,'2016-04-22 06:00:41',''),(40583,1,1,41998,29,2999685859,'2016-04-22 06:00:44',''),(40584,1,1,41999,1,2901802709,'2016-04-22 08:19:20',''),(40585,1,1,42000,1,786803397,'2016-04-22 08:23:24',''),(40586,1,1,42001,1,2071807784,'2016-04-22 08:29:36',''),(40587,1,1,42002,65,3702877307,'2016-04-22 08:35:28',''),(40588,1,1,42003,26,2071807780,'2016-04-22 09:43:53',''),(40589,1,1,42004,55,1152705687,'2016-04-22 10:03:55',''),(40590,1,1,42005,26,3702877299,'2016-04-22 10:50:33',''),(40591,1,1,42006,43,2420907756,'2016-04-22 11:05:51',''),(40592,1,1,42007,27,2420907756,'2016-04-22 11:05:54',''),(40593,1,1,42008,58,2420907756,'2016-04-22 11:05:57',''),(40594,1,1,42009,16,1489430095,'2016-04-22 11:13:26',''),(40595,1,1,42010,69,1489430095,'2016-04-22 11:13:29',''),(40596,1,1,42011,70,1489430095,'2016-04-22 11:13:32',''),(40597,1,1,42012,10,1489430095,'2016-04-22 11:13:35',''),(40598,1,1,42013,67,3024883618,'2016-04-22 11:33:01',''),(40599,1,1,42014,67,1123631281,'2016-04-22 11:52:54',''),(40600,1,1,42015,10,3253744909,'2016-04-22 13:16:33','https://www.google.co.uk/'),(40601,1,1,42016,1,3629205333,'2016-04-22 13:59:24',''),(40602,1,1,42017,3,84494819,'2016-04-22 14:03:00',''),(40603,1,1,42018,28,2760155465,'2016-04-22 14:47:36',''),(40604,1,1,42019,1,1542483318,'2016-04-22 15:15:53',''),(40605,1,1,42020,43,3702877285,'2016-04-22 16:02:07',''),(40606,1,1,42021,1,2538613161,'2016-04-22 16:04:00',''),(40607,1,1,42022,1,2538613161,'2016-04-22 16:04:02',''),(40608,1,1,42023,26,872321009,'2016-04-22 16:31:56',''),(40609,1,1,42024,26,872321009,'2016-04-22 16:31:59',''),(40610,1,1,42025,26,872321009,'2016-04-22 16:32:02',''),(40611,1,1,42026,41,3024883490,'2016-04-22 19:39:44',''),(40612,1,1,42027,75,1524395185,'2016-04-22 20:05:41','https://www.google.co.uk/'),(40613,1,1,42028,56,1384437583,'2016-04-22 21:30:48','https://www.google.co.uk/'),(40614,1,1,42029,1,3479603870,'2016-04-22 21:48:30',''),(40615,1,1,42030,1,3495654154,'2016-04-22 22:10:20',''),(40616,1,1,42031,1,3024883487,'2016-04-22 22:15:05',''),(40617,1,1,42032,6,787883459,'2016-04-23 01:06:15',''),(40618,1,1,42033,1,3281700957,'2016-04-23 02:33:20',''),(40619,1,1,42034,1,3281700957,'2016-04-23 02:33:22',''),(40620,1,1,42035,1,3281700957,'2016-04-23 02:33:25',''),(40621,1,1,42036,1,3281700957,'2016-04-23 02:33:27',''),(40622,1,1,42037,1,3281700957,'2016-04-23 02:33:30',''),(40623,1,1,42038,1,3281700957,'2016-04-23 02:33:33',''),(40624,1,1,42039,1,3281700957,'2016-04-23 02:33:35',''),(40625,1,1,42040,1,3281700957,'2016-04-23 02:33:54',''),(40626,1,1,42041,1,3702877286,'2016-04-23 03:30:40',''),(40627,1,1,42042,63,2760155429,'2016-04-23 03:49:14',''),(40628,1,1,42043,1,1366114598,'2016-04-23 04:35:02',''),(40629,1,1,42044,1,1366114598,'2016-04-23 04:35:51',''),(40630,1,1,42045,1,1366114598,'2016-04-23 04:35:54',''),(40631,1,1,42046,1,1366114598,'2016-04-23 04:35:58',''),(40632,1,1,42047,1,1366114598,'2016-04-23 04:36:01',''),(40633,1,1,42048,1,1366114598,'2016-04-23 04:36:04',''),(40634,1,1,42049,1,1366114598,'2016-04-23 04:36:06',''),(40635,1,1,42050,1,1366114598,'2016-04-23 04:36:16',''),(40636,1,1,42051,1,1366114598,'2016-04-23 04:37:02',''),(40637,1,1,42052,26,1152705687,'2016-04-23 05:14:45',''),(40638,1,1,42053,50,1152705687,'2016-04-23 06:00:18',''),(40639,1,1,42054,56,1508525137,'2016-04-23 07:09:50',''),(40640,1,1,42055,1,1508525137,'2016-04-23 07:10:03',''),(40641,1,1,42056,1,1508525137,'2016-04-23 07:10:11',''),(40642,1,1,42057,1,1508525137,'2016-04-23 07:10:26',''),(40643,1,1,42058,1,1508525137,'2016-04-23 07:10:33',''),(40644,1,1,42059,1,1508525137,'2016-04-23 07:10:52',''),(40645,1,1,42060,28,1123631281,'2016-04-23 07:34:09',''),(40646,1,1,42061,26,2297627991,'2016-04-23 08:11:54',''),(40647,1,1,42062,26,2297627991,'2016-04-23 08:11:56',''),(40648,1,1,42063,41,2297627991,'2016-04-23 08:12:00',''),(40649,1,1,42064,53,2297627991,'2016-04-23 08:12:03',''),(40650,1,1,42065,71,2990476559,'2016-04-23 08:12:48',''),(40651,1,1,42066,26,1494951015,'2016-04-23 08:46:52',''),(40652,1,1,42067,26,1494951015,'2016-04-23 08:46:54',''),(40653,1,1,42068,1,1494951015,'2016-04-23 08:46:56',''),(40654,1,1,42069,26,2071807813,'2016-04-23 08:55:07',''),(40655,1,1,42070,56,775974174,'2016-04-23 09:07:17','https://www.google.co.uk/'),(40656,1,1,42071,26,2071807821,'2016-04-23 12:27:48',''),(40657,1,1,42072,1,3024883488,'2016-04-23 13:33:07',''),(40658,1,1,42073,48,3568795701,'2016-04-23 15:37:28','https://www.google.co.uk/'),(40659,1,1,42074,26,1054099923,'2016-04-23 17:23:20',''),(40660,1,1,42075,56,1054099923,'2016-04-23 17:23:22',''),(40661,1,1,42076,10,1054099923,'2016-04-23 17:23:25',''),(40662,1,1,42077,1,1542483286,'2016-04-23 17:38:34',''),(40663,1,1,42078,26,2071807861,'2016-04-23 17:50:25',''),(40664,1,1,42079,53,872366345,'2016-04-23 18:01:09',''),(40665,1,1,42080,47,3475901757,'2016-04-23 19:49:25',''),(40666,1,1,42081,1,84504390,'2016-04-23 23:55:13',''),(40667,1,1,42082,1,1443123254,'2016-04-24 00:48:19',''),(40668,1,1,42083,6,1443123254,'2016-04-24 00:48:21',''),(40669,1,1,42084,6,1443123254,'2016-04-24 00:48:22',''),(40670,1,1,42085,31,872366377,'2016-04-24 03:33:03',''),(40671,1,1,42086,62,872366339,'2016-04-24 03:39:41',''),(40672,1,1,42087,1,1123631670,'2016-04-24 03:59:13',''),(40673,1,1,42088,51,3475901739,'2016-04-24 04:01:40',''),(40674,1,1,42089,50,3475901739,'2016-04-24 04:01:41',''),(40675,1,1,42090,72,3475901739,'2016-04-24 04:01:43',''),(40676,1,1,42091,44,3475901739,'2016-04-24 04:01:45',''),(40677,1,1,42092,55,3475901746,'2016-04-24 04:01:45',''),(40678,1,1,42093,74,3475901739,'2016-04-24 04:01:46',''),(40679,1,1,42094,49,3475901746,'2016-04-24 04:01:46',''),(40680,1,1,42095,10,3475901746,'2016-04-24 04:01:48',''),(40681,1,1,42096,70,3475901746,'2016-04-24 04:01:50',''),(40682,1,1,42097,71,3475901746,'2016-04-24 04:01:50',''),(40683,1,1,42098,73,3475901746,'2016-04-24 04:01:51',''),(40684,1,1,42099,69,3475901696,'2016-04-24 04:02:29',''),(40685,1,1,42100,65,3475901696,'2016-04-24 04:02:31',''),(40686,1,1,42101,68,3475901696,'2016-04-24 04:02:33',''),(40687,1,1,42102,27,3475901696,'2016-04-24 04:02:34',''),(40688,1,1,42103,63,3475901696,'2016-04-24 04:02:36',''),(40689,1,1,42104,58,3475901696,'2016-04-24 04:02:37',''),(40690,1,1,42105,48,3475901696,'2016-04-24 04:02:39',''),(40691,1,1,42106,67,2637637594,'2016-04-24 04:02:43',''),(40692,1,1,42107,75,2637637594,'2016-04-24 04:02:44',''),(40693,1,1,42108,28,2637637594,'2016-04-24 04:02:46',''),(40694,1,1,42109,62,2637637594,'2016-04-24 04:02:48',''),(40695,1,1,42110,64,2637637594,'2016-04-24 04:02:49',''),(40696,1,1,42111,59,2637637594,'2016-04-24 04:02:51',''),(40697,1,1,42112,26,2637637594,'2016-04-24 04:02:52',''),(40698,1,1,42113,26,2637637594,'2016-04-24 04:02:53',''),(40699,1,1,42114,1,1596849787,'2016-04-24 04:48:34',''),(40700,1,1,42115,26,3702877326,'2016-04-24 05:49:36',''),(40701,1,1,42116,1,3024883617,'2016-04-24 05:52:43',''),(40702,1,1,42117,43,3702877371,'2016-04-24 07:11:22',''),(40703,1,1,42118,1,2420902990,'2016-04-24 07:25:56',''),(40704,1,1,42119,1,1123631667,'2016-04-24 07:31:42',''),(40705,1,1,42120,6,1123631670,'2016-04-24 07:57:58',''),(40706,1,1,42121,1,772045740,'2016-04-24 08:05:43',''),(40707,1,1,42122,1,2297665554,'2016-04-24 08:14:19',''),(40708,1,1,42123,6,3024883490,'2016-04-24 09:08:43',''),(40709,1,1,42124,44,1053986805,'2016-04-24 09:30:36',''),(40710,1,1,42125,49,1053986805,'2016-04-24 09:30:44',''),(40711,1,1,42126,59,1053986805,'2016-04-24 09:30:47',''),(40712,1,1,42127,3,1053988087,'2016-04-24 09:39:21',''),(40713,1,1,42128,3,1053988087,'2016-04-24 09:39:26',''),(40714,1,1,42129,1,2452934077,'2016-04-24 09:49:43',''),(40715,1,1,42130,1,3024883485,'2016-04-24 10:28:00',''),(40716,1,1,42131,1,1123631664,'2016-04-24 11:18:45',''),(40717,1,1,42132,27,872292415,'2016-04-24 12:04:33',''),(40718,1,1,42133,44,872292415,'2016-04-24 12:04:36',''),(40719,1,1,42134,49,872292415,'2016-04-24 12:04:41',''),(40720,1,1,42135,1,2548552693,'2016-04-24 12:35:27','http://www.google.co.uk/url?sa=t&source=web&cd=5&rct=j&q=tyre%20repair%20whitburk&ved=0ahUKEwjc0f6tpKfMAhUMDcAKHdw5DgcQ_BcIVygBMAQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=rI_6ttagqcaTpERu1Tl0Fw'),(40721,1,1,42136,1,1053988086,'2016-04-24 13:37:43',''),(40722,1,1,42137,1,1053988086,'2016-04-24 13:37:46',''),(40723,1,1,42138,1,1053988086,'2016-04-24 13:37:48',''),(40724,1,1,42139,1,1053988086,'2016-04-24 13:37:51',''),(40725,1,1,42140,1,1053988086,'2016-04-24 13:37:55',''),(40726,1,1,42141,1,1053988086,'2016-04-24 13:37:58',''),(40727,1,1,42142,1,1053988086,'2016-04-24 13:38:00',''),(40728,1,1,42143,1,1053988086,'2016-04-24 13:38:03',''),(40729,1,1,42144,1,1053988086,'2016-04-24 13:38:05',''),(40730,1,1,42145,1,1053988086,'2016-04-24 13:38:07',''),(40731,1,1,42146,26,3702877303,'2016-04-24 14:29:00',''),(40732,1,1,42147,26,772043973,'2016-04-24 14:59:17',''),(40733,1,1,42148,26,772043973,'2016-04-24 14:59:21',''),(40734,1,1,42149,26,772043973,'2016-04-24 14:59:23',''),(40735,1,1,42150,53,2071807768,'2016-04-24 15:38:37',''),(40736,1,1,42151,1,3024883465,'2016-04-24 15:39:35',''),(40737,1,1,42152,43,676177699,'2016-04-24 18:19:29',''),(40738,1,1,42153,38,3024883593,'2016-04-24 18:34:55',''),(40739,1,1,42154,1,2366145637,'2016-04-24 19:21:25',''),(40740,1,1,42155,1,2193699366,'2016-04-24 19:21:29',''),(40741,1,1,42156,1,2366158595,'2016-04-24 19:21:33',''),(40742,1,1,42157,1,2366158595,'2016-04-24 19:21:37',''),(40743,1,1,42158,1,1123631667,'2016-04-24 19:41:15',''),(40744,1,1,42159,1,1542483302,'2016-04-24 19:50:21',''),(40745,1,1,42160,43,2637637524,'2016-04-24 19:54:44',''),(40746,1,1,42161,6,3245313177,'2016-04-24 20:15:14',''),(40747,1,1,42162,1,3245313177,'2016-04-24 20:15:17',''),(40748,1,1,42163,1,3245313177,'2016-04-24 20:15:19',''),(40749,1,1,42164,1,3245313177,'2016-04-24 20:15:22',''),(40750,1,1,42165,9,3245313177,'2016-04-24 20:15:25',''),(40751,1,1,42166,1,1123631670,'2016-04-24 20:30:21',''),(40752,1,1,42167,1,3281697044,'2016-04-24 22:56:09',''),(40753,1,1,42168,1,2953382627,'2016-04-25 01:32:06',''),(40754,1,1,42169,54,2953382627,'2016-04-25 01:32:09',''),(40755,1,1,42170,66,2953382627,'2016-04-25 01:32:13',''),(40756,1,1,42171,1,2953382627,'2016-04-25 01:32:16',''),(40757,1,1,42172,1,676177744,'2016-04-25 01:44:44',''),(40758,1,1,42173,6,676177744,'2016-04-25 01:44:45',''),(40759,1,1,42174,3,2637637400,'2016-04-25 01:44:49',''),(40760,1,1,42175,18,676177699,'2016-04-25 01:44:59',''),(40761,1,1,42176,29,676177699,'2016-04-25 01:45:00',''),(40762,1,1,42177,43,676177699,'2016-04-25 01:45:01',''),(40763,1,1,42178,26,676177699,'2016-04-25 01:45:03',''),(40764,1,1,42179,16,676177699,'2016-04-25 01:45:03',''),(40765,1,1,42180,43,676177699,'2016-04-25 01:45:05',''),(40766,1,1,42181,9,3475901729,'2016-04-25 01:48:41',''),(40767,1,1,42182,56,3475901729,'2016-04-25 01:48:42',''),(40768,1,1,42183,1,2071807852,'2016-04-25 03:14:20',''),(40769,1,1,42184,26,3281697651,'2016-04-25 06:56:54',''),(40770,1,1,42185,26,3281697651,'2016-04-25 06:56:58',''),(40771,1,1,42186,41,3281697651,'2016-04-25 06:57:00',''),(40772,1,1,42187,53,3281697651,'2016-04-25 06:57:02',''),(40773,1,1,42188,71,2731721857,'2016-04-25 07:07:28',''),(40774,1,1,42189,1,1089906120,'2016-04-25 07:09:11','http://whois.domaintools.com/mstyresblackburn.co.uk'),(40775,1,1,42190,3,2513055936,'2016-04-25 07:41:40',''),(40776,1,1,42191,64,1123631670,'2016-04-25 12:47:40',''),(40777,1,1,42192,26,3702877327,'2016-04-25 14:26:13',''),(40778,1,1,42193,26,2503503377,'2016-04-25 14:51:57',''),(40779,1,1,42194,56,2503503377,'2016-04-25 14:52:00',''),(40780,1,1,42195,10,2503503377,'2016-04-25 14:52:04',''),(40781,1,1,42196,9,2071807793,'2016-04-25 15:32:53',''),(40782,1,1,42197,1,1406855406,'2016-04-25 18:18:04',''),(40783,1,1,42198,1,772022347,'2016-04-25 19:41:44',''),(40784,1,1,42199,1,772022347,'2016-04-25 19:41:47',''),(40785,1,1,42200,1,772022347,'2016-04-25 19:41:49',''),(40786,1,1,42201,1,772022347,'2016-04-25 19:41:52',''),(40787,1,1,42202,1,772022347,'2016-04-25 19:41:55',''),(40788,1,1,42203,1,772022347,'2016-04-25 19:41:57',''),(40789,1,1,42204,1,772022347,'2016-04-25 19:42:00',''),(40790,1,1,42205,1,772022347,'2016-04-25 19:42:03',''),(40791,1,1,42206,1,772022347,'2016-04-25 19:42:06',''),(40792,1,1,42207,1,772022347,'2016-04-25 19:42:08',''),(40793,1,1,42208,1,2733903412,'2016-04-25 21:36:59',''),(40794,1,1,42209,1,2071807836,'2016-04-25 22:43:51',''),(40795,1,1,42210,52,1123631664,'2016-04-25 23:23:13',''),(40796,1,1,42211,69,1123631670,'2016-04-25 23:38:13',''),(40797,1,1,42212,28,1123631667,'2016-04-25 23:53:13',''),(40798,1,1,42213,31,2071807827,'2016-04-26 01:12:31',''),(40799,1,1,42214,15,2760155449,'2016-04-26 02:07:37',''),(40800,1,1,42215,1,1542483321,'2016-04-26 03:21:07',''),(40801,1,1,42216,55,2071807822,'2016-04-26 04:28:54',''),(40802,1,1,42217,1,3495654154,'2016-04-26 05:02:33',''),(40803,1,1,42218,1,2538610589,'2016-04-26 07:41:33',''),(40804,1,1,42219,1,3024883478,'2016-04-26 07:41:38',''),(40805,1,1,42220,63,3024883612,'2016-04-26 08:15:07',''),(40806,1,1,42221,1,3165040338,'2016-04-26 08:34:50',''),(40807,1,1,42222,56,676177665,'2016-04-26 09:15:34',''),(40808,1,1,42223,1,1375799720,'2016-04-26 09:48:28','http://www.google.co.uk/url?url=http://www.mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwjHuYGy9avMAhXlDMAKHcKtCB4QFggfMAA&usg=AFQjCNGhrPiYVIJ3Musm3mB6CwQo-zn8Rw'),(40809,1,1,42224,67,2538610605,'2016-04-26 10:48:10',''),(40810,1,1,42225,50,1123631670,'2016-04-26 11:22:59',''),(40811,1,1,42226,49,872366382,'2016-04-26 11:57:46',''),(40812,1,1,42227,1,2420902020,'2016-04-26 12:03:09',''),(40813,1,1,42228,26,2071807790,'2016-04-26 12:21:31',''),(40814,1,1,42229,1,3702877266,'2016-04-26 12:54:52',''),(40815,1,1,42230,31,3702877338,'2016-04-26 14:41:30',''),(40816,1,1,42231,46,1123631670,'2016-04-26 15:26:49',''),(40817,1,1,42232,26,3702877290,'2016-04-26 16:21:13',''),(40818,1,1,42233,56,1369323090,'2016-04-26 17:52:36','https://www.google.co.uk/'),(40819,1,1,42234,54,3702877293,'2016-04-26 19:42:01',''),(40820,1,1,42235,10,872366357,'2016-04-26 20:04:51',''),(40821,1,1,42236,63,1152705687,'2016-04-26 20:36:10',''),(40822,1,1,42237,65,1829991482,'2016-04-26 20:57:09','http://images.google.fr/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F5%2F65-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid='),(40823,1,1,42238,1,3166639811,'2016-04-26 21:10:47',''),(40824,1,1,42239,1,3024883605,'2016-04-26 21:45:29',''),(40825,1,1,42240,51,3024883472,'2016-04-26 22:30:34',''),(40826,1,1,42241,1,1032306279,'2016-04-27 00:36:34','http://m.baidu.com/s?wd=Mstyresblackburn'),(40827,1,1,42242,1,3479603870,'2016-04-27 00:57:04',''),(40828,1,1,42243,1,1123631667,'2016-04-27 01:51:02',''),(40829,1,1,42244,18,1152705687,'2016-04-27 04:28:00',''),(40830,1,1,42245,1,1542483268,'2016-04-27 06:24:00',''),(40831,1,1,42246,1,3024883483,'2016-04-27 07:11:14',''),(40832,1,1,42247,1,2204827762,'2016-04-27 07:39:02',''),(40833,1,1,42248,6,1123631670,'2016-04-27 08:05:41',''),(40834,1,1,42249,65,35508913,'2016-04-27 08:30:03','https://www.google.co.uk/'),(40835,1,1,42251,14,1123631664,'2016-04-27 09:44:43',''),(40836,1,1,42252,54,2071807861,'2016-04-27 09:50:49',''),(40837,1,1,42253,63,1089056236,'2016-04-27 10:41:14','https://www.google.com.bn/'),(40838,1,1,42254,1,84514582,'2016-04-27 10:44:42',''),(40839,1,1,42255,1,772043973,'2016-04-27 10:46:07',''),(40840,1,1,42256,1,631095636,'2016-04-27 10:57:31',''),(40841,1,1,42257,3,84492181,'2016-04-27 11:53:47',''),(40842,1,1,42258,3,84492181,'2016-04-27 11:53:50',''),(40843,1,1,42259,44,2420915477,'2016-04-27 12:34:35',''),(40844,1,1,42260,49,2420915477,'2016-04-27 12:34:37',''),(40845,1,1,42261,59,2420915477,'2016-04-27 12:34:40',''),(40846,1,1,42262,26,2071807835,'2016-04-27 12:47:51',''),(40847,1,1,42263,27,3645953678,'2016-04-27 12:54:31',''),(40848,1,1,42264,44,3645953678,'2016-04-27 12:54:33',''),(40849,1,1,42265,49,3645953678,'2016-04-27 12:54:37',''),(40850,1,1,42266,1,1558988689,'2016-04-27 13:44:44',''),(40851,1,1,42267,6,2637637555,'2016-04-27 14:06:18',''),(40852,1,1,42268,1,1123631670,'2016-04-27 14:45:39',''),(40853,1,1,42269,3,2328432031,'2016-04-27 14:59:32',''),(40854,1,1,42270,1,3024883597,'2016-04-27 15:33:40',''),(40855,1,1,42271,1,1123631664,'2016-04-27 16:02:53',''),(40856,1,1,42272,3,1066263842,'2016-04-27 16:22:33',''),(40857,1,1,42273,29,1066263842,'2016-04-27 16:22:43',''),(40858,1,1,42274,1,2366145637,'2016-04-27 16:23:24',''),(40859,1,1,42275,1,2193699366,'2016-04-27 16:23:28',''),(40860,1,1,42276,1,2193699366,'2016-04-27 16:23:32',''),(40861,1,1,42277,1,2366158595,'2016-04-27 16:23:36',''),(40862,1,1,42278,1,3335317106,'2016-04-27 16:32:57',''),(40863,1,1,42279,1,3335317106,'2016-04-27 16:33:00',''),(40864,1,1,42280,1,3335317106,'2016-04-27 16:33:03',''),(40865,1,1,42281,1,3335317106,'2016-04-27 16:33:05',''),(40866,1,1,42282,1,3335317106,'2016-04-27 16:33:08',''),(40867,1,1,42283,1,3335317106,'2016-04-27 16:33:10',''),(40868,1,1,42284,1,3335317106,'2016-04-27 16:33:13',''),(40869,1,1,42285,1,3335317106,'2016-04-27 16:33:16',''),(40870,1,1,42286,1,3335317106,'2016-04-27 16:33:18',''),(40871,1,1,42287,1,3335317106,'2016-04-27 16:34:06',''),(40872,1,1,42288,1,872321008,'2016-04-27 16:34:22',''),(40873,1,1,42289,26,1503892538,'2016-04-27 16:36:39',''),(40874,1,1,42290,26,1503892538,'2016-04-27 16:36:41',''),(40875,1,1,42291,26,1503892538,'2016-04-27 16:36:43',''),(40876,1,1,42292,26,1415366781,'2016-04-27 16:57:58',''),(40877,1,1,42293,1,1123631664,'2016-04-27 17:25:53',''),(40878,1,1,42294,1,1123631664,'2016-04-27 18:08:21',''),(40879,1,1,42295,16,2420902987,'2016-04-27 18:11:49',''),(40880,1,1,42296,71,2420902987,'2016-04-27 18:11:52',''),(40881,1,1,42297,56,1523964716,'2016-04-27 18:34:01','https://www.google.co.uk/'),(40882,1,1,42298,1,3166639729,'2016-04-27 18:37:04',''),(40883,1,1,42299,6,3166639729,'2016-04-27 18:37:26',''),(40884,1,1,42300,1,1123631667,'2016-04-27 18:50:24',''),(40885,1,1,42301,1,1123631670,'2016-04-27 19:29:32',''),(40886,1,1,42302,56,1443638445,'2016-04-27 19:52:40','https://www.google.co.uk/'),(40887,1,1,42303,65,3475901754,'2016-04-27 20:19:52',''),(40888,1,1,42304,1,3281687265,'2016-04-27 20:34:26',''),(40889,1,1,42305,6,2637637555,'2016-04-27 20:36:10',''),(40890,1,1,42306,1,1170583858,'2016-04-27 20:38:34',''),(40891,1,1,42307,56,3024883478,'2016-04-27 22:42:41',''),(40892,1,1,42308,43,1170580419,'2016-04-27 22:49:08',''),(40893,1,1,42309,27,1170580419,'2016-04-27 22:49:11',''),(40894,1,1,42310,58,1170580419,'2016-04-27 22:49:14',''),(40895,1,1,42311,26,1503892538,'2016-04-27 23:12:15',''),(40896,1,1,42312,26,1503892538,'2016-04-27 23:12:17',''),(40897,1,1,42313,41,1503892538,'2016-04-27 23:12:19',''),(40898,1,1,42314,53,1503892538,'2016-04-27 23:12:21',''),(40899,1,1,42315,1,1123631667,'2016-04-27 23:31:22',''),(40900,1,1,42316,1,3024883608,'2016-04-28 00:09:08',''),(40901,1,1,42317,26,1489375385,'2016-04-28 00:37:28',''),(40902,1,1,42318,26,1489375385,'2016-04-28 00:37:30',''),(40903,1,1,42319,26,1489375385,'2016-04-28 00:37:32',''),(40904,1,1,42320,26,1489375385,'2016-04-28 00:37:34',''),(40905,1,1,42321,26,1489375385,'2016-04-28 00:37:36',''),(40906,1,1,42322,1,3281697044,'2016-04-28 01:45:32',''),(40907,1,1,42323,1,3281697044,'2016-04-28 01:45:36',''),(40908,1,1,42324,66,3702877264,'2016-04-28 01:53:22',''),(40909,1,1,42325,1,3702877363,'2016-04-28 02:26:43',''),(40910,1,1,42326,6,3562254785,'2016-04-28 02:44:35',''),(40911,1,1,42327,1,3562254785,'2016-04-28 02:44:38',''),(40912,1,1,42328,68,3562254785,'2016-04-28 02:44:45',''),(40913,1,1,42329,75,3562254785,'2016-04-28 02:44:50',''),(40914,1,1,42330,1,2990495243,'2016-04-28 03:15:37',''),(40915,1,1,42331,54,2990495243,'2016-04-28 03:15:39',''),(40916,1,1,42332,66,2990495243,'2016-04-28 03:15:41',''),(40917,1,1,42333,1,2990495243,'2016-04-28 03:15:44',''),(40918,1,1,42334,50,2071807778,'2016-04-28 03:26:30',''),(40919,1,1,42335,72,676177684,'2016-04-28 03:53:59',''),(40920,1,1,42336,44,676177684,'2016-04-28 03:54:01',''),(40921,1,1,42337,50,676177684,'2016-04-28 03:54:02',''),(40922,1,1,42338,51,676177684,'2016-04-28 03:54:04',''),(40923,1,1,42339,74,676177684,'2016-04-28 03:54:05',''),(40924,1,1,42340,48,2637637621,'2016-04-28 03:54:32',''),(40925,1,1,42341,27,2637637621,'2016-04-28 03:54:33',''),(40926,1,1,42342,58,2637637621,'2016-04-28 03:54:35',''),(40927,1,1,42343,63,2637637621,'2016-04-28 03:54:36',''),(40928,1,1,42344,68,2637637621,'2016-04-28 03:54:38',''),(40929,1,1,42345,65,2637637621,'2016-04-28 03:54:40',''),(40930,1,1,42346,69,2637637621,'2016-04-28 03:54:41',''),(40931,1,1,42347,10,2637637619,'2016-04-28 03:56:59',''),(40932,1,1,42348,73,2637637619,'2016-04-28 03:57:01',''),(40933,1,1,42349,71,2637637619,'2016-04-28 03:57:02',''),(40934,1,1,42350,70,2637637619,'2016-04-28 03:57:04',''),(40935,1,1,42351,49,2637637619,'2016-04-28 03:57:06',''),(40936,1,1,42352,55,2637637619,'2016-04-28 03:57:07',''),(40937,1,1,42353,68,1123631667,'2016-04-28 06:19:58',''),(40938,1,1,42354,73,3642864372,'2016-04-28 07:07:40','https://www.google.co.uk/'),(40939,1,1,42355,68,3562254785,'2016-04-28 07:10:26',''),(40940,1,1,42356,75,3562254785,'2016-04-28 07:10:32',''),(40941,1,1,42357,1,2733903412,'2016-04-28 08:18:46',''),(40942,1,1,42358,50,872366376,'2016-04-28 08:34:10',''),(40943,1,1,42359,64,2760155466,'2016-04-28 08:48:02',''),(40944,1,1,42360,48,1376617398,'2016-04-28 09:02:05','https://www.google.co.uk/'),(40945,1,1,42361,1,1542483266,'2016-04-28 09:18:42',''),(40946,1,1,42362,54,2071807833,'2016-04-28 10:15:33',''),(40947,1,1,42363,26,2297628119,'2016-04-28 11:20:28',''),(40948,1,1,42364,56,2297628119,'2016-04-28 11:20:30',''),(40949,1,1,42365,10,2297628119,'2016-04-28 11:20:33',''),(40950,1,1,42366,1,1443143371,'2016-04-28 12:25:21','https://www.google.co.uk'),(40951,1,1,42367,43,1152705687,'2016-04-28 14:06:13',''),(40952,1,1,42368,47,3702877339,'2016-04-28 15:07:37',''),(40953,1,1,42369,26,2420915477,'2016-04-28 15:28:33',''),(40954,1,1,42370,59,2420915477,'2016-04-28 15:28:37',''),(40955,1,1,42371,68,2420915477,'2016-04-28 15:28:40',''),(40956,1,1,42372,75,2420915477,'2016-04-28 15:28:44',''),(40957,1,1,42373,28,1524269246,'2016-04-28 16:50:02','https://www.google.co.uk/'),(40958,1,1,42374,26,2071807857,'2016-04-28 19:02:20',''),(40959,1,1,42375,1,1838329774,'2016-04-28 19:22:41','https://www.google.co.uk/'),(40960,1,1,42376,71,2297665554,'2016-04-28 20:14:10',''),(40961,1,1,42377,16,1123631415,'2016-04-28 21:18:52',''),(40962,1,1,42378,16,1123631418,'2016-04-28 21:19:39',''),(40963,1,1,42380,16,1123631412,'2016-04-28 21:28:11',''),(40964,1,1,42381,1,1534699970,'2016-04-28 22:04:16',''),(40965,1,1,42382,1,872362780,'2016-04-29 00:15:14',''),(40966,1,1,42383,1,872362780,'2016-04-29 00:15:17',''),(40967,1,1,42384,1,872362780,'2016-04-29 00:15:20',''),(40968,1,1,42385,1,872362780,'2016-04-29 00:15:23',''),(40969,1,1,42386,1,872362780,'2016-04-29 00:15:25',''),(40970,1,1,42387,1,872362780,'2016-04-29 00:15:29',''),(40971,1,1,42388,1,872362780,'2016-04-29 00:15:31',''),(40972,1,1,42389,1,872362780,'2016-04-29 00:15:34',''),(40973,1,1,42390,1,872362780,'2016-04-29 00:15:37',''),(40974,1,1,42391,1,872362780,'2016-04-29 00:15:41',''),(40975,1,1,42392,1,3629205351,'2016-04-29 00:45:51',''),(40976,1,1,42393,1,1159650810,'2016-04-29 02:17:23',''),(40977,1,1,42394,1,1159650810,'2016-04-29 02:17:28',''),(40978,1,1,42395,1,1159650810,'2016-04-29 02:17:30',''),(40979,1,1,42396,1,1159650810,'2016-04-29 02:17:33',''),(40980,1,1,42397,1,1159650810,'2016-04-29 02:17:35',''),(40981,1,1,42398,1,1159650810,'2016-04-29 02:17:38',''),(40982,1,1,42399,1,1159650810,'2016-04-29 02:17:40',''),(40983,1,1,42400,1,1159650810,'2016-04-29 02:17:44',''),(40984,1,1,42401,1,1159650810,'2016-04-29 02:17:46',''),(40985,1,1,42402,1,1159650810,'2016-04-29 02:17:49',''),(40986,1,1,42403,68,1159644858,'2016-04-29 03:40:53',''),(40987,1,1,42404,75,1159644858,'2016-04-29 03:40:56',''),(40988,1,1,42405,72,1159644858,'2016-04-29 03:41:00',''),(40989,1,1,42406,50,2071807761,'2016-04-29 04:02:20',''),(40990,1,1,42407,74,3024883597,'2016-04-29 09:45:56',''),(40991,1,1,42408,1,1542483287,'2016-04-29 12:40:29',''),(40992,1,1,42409,16,1123631412,'2016-04-29 13:18:18',''),(40993,1,1,42410,54,3702877360,'2016-04-29 13:25:44',''),(40994,1,1,42411,1,48085017,'2016-04-29 14:53:17',''),(40995,1,1,42412,1,2655373516,'2016-04-29 15:07:55',''),(40996,1,1,42413,1,2513057351,'2016-04-29 15:18:36',''),(40997,1,1,42414,1,2990476559,'2016-04-29 15:19:31',''),(40998,1,1,42415,3,872391335,'2016-04-29 15:24:11',''),(40999,1,1,42416,3,872391335,'2016-04-29 15:24:15',''),(41000,1,1,42417,69,918493465,'2016-04-29 16:16:54',''),(41001,1,1,42418,1,918493465,'2016-04-29 16:16:56',''),(41002,1,1,42419,69,918493465,'2016-04-29 16:16:58',''),(41003,1,1,42420,1,3024883602,'2016-04-29 17:20:59',''),(41004,1,1,42421,44,1066263842,'2016-04-29 17:47:46',''),(41005,1,1,42422,49,1066263842,'2016-04-29 17:47:59',''),(41006,1,1,42423,59,1066263842,'2016-04-29 17:48:03',''),(41007,1,1,42424,28,2071807791,'2016-04-29 18:05:44',''),(41008,1,1,42425,27,2420915477,'2016-04-29 18:15:13',''),(41009,1,1,42426,44,2420915477,'2016-04-29 18:15:16',''),(41010,1,1,42427,49,2420915477,'2016-04-29 18:15:19',''),(41011,1,1,42428,9,3475901849,'2016-04-29 19:23:55',''),(41012,1,1,42429,26,2420901012,'2016-04-29 19:51:07',''),(41013,1,1,42430,26,2420901012,'2016-04-29 19:51:10',''),(41014,1,1,42431,26,2420901012,'2016-04-29 19:51:14',''),(41015,1,1,42432,1,2917833082,'2016-04-29 20:12:33',''),(41016,1,1,42297,1,1523964716,'2016-04-29 20:23:09',''),(41017,1,1,42433,1,2921498610,'2016-04-29 20:28:06',''),(41018,1,1,42434,3,2953382627,'2016-04-29 20:47:55',''),(41019,1,1,42435,29,2953382627,'2016-04-29 20:47:57',''),(41020,1,1,42436,15,2745961972,'2016-04-29 21:31:01',''),(41021,1,1,42437,26,2071807819,'2016-04-30 00:09:18',''),(41022,1,1,42438,3,3156762438,'2016-04-30 00:42:35',''),(41023,1,1,42439,26,3702877303,'2016-04-30 01:41:05',''),(41024,1,1,42440,1,1123631276,'2016-04-30 01:56:41',''),(41025,1,1,42441,1,1053973110,'2016-04-30 02:37:22',''),(41026,1,1,42442,1,1053973110,'2016-04-30 02:37:25',''),(41027,1,1,42443,1,1053973110,'2016-04-30 02:37:28',''),(41028,1,1,42444,1,1053973110,'2016-04-30 02:37:31',''),(41029,1,1,42445,1,1053973110,'2016-04-30 02:37:34',''),(41030,1,1,42446,1,1053973110,'2016-04-30 02:37:37',''),(41031,1,1,42447,1,1053973110,'2016-04-30 02:37:40',''),(41032,1,1,42448,1,1053973110,'2016-04-30 02:37:43',''),(41033,1,1,42449,1,1053973110,'2016-04-30 02:37:46',''),(41034,1,1,42450,1,1053973110,'2016-04-30 02:37:49',''),(41035,1,1,42451,1,3702877264,'2016-04-30 03:12:52',''),(41036,1,1,42452,43,1159648530,'2016-04-30 03:16:43',''),(41037,1,1,42453,27,1159648530,'2016-04-30 03:16:46',''),(41038,1,1,42454,58,1159648530,'2016-04-30 03:16:49',''),(41039,1,1,42455,1,2297627991,'2016-04-30 04:31:55',''),(41040,1,1,42456,1,2297627991,'2016-04-30 04:31:58',''),(41041,1,1,42457,26,1503892538,'2016-04-30 04:36:09',''),(41042,1,1,42458,56,1503892538,'2016-04-30 04:36:21',''),(41043,1,1,42459,10,1503892538,'2016-04-30 04:36:25',''),(41044,1,1,42460,6,1159650810,'2016-04-30 04:46:38',''),(41045,1,1,42461,1,1159650810,'2016-04-30 04:46:41',''),(41046,1,1,42462,68,1159650810,'2016-04-30 04:46:44',''),(41047,1,1,42463,75,1159650810,'2016-04-30 04:46:47',''),(41048,1,1,42464,38,2071807756,'2016-04-30 07:30:26',''),(41049,1,1,42465,16,3589262799,'2016-04-30 08:32:59',''),(41050,1,1,42466,71,3589262799,'2016-04-30 08:33:02',''),(41051,1,1,42467,1,84514582,'2016-04-30 10:23:44',''),(41052,1,1,42468,54,84514582,'2016-04-30 10:23:46',''),(41053,1,1,42469,66,84514582,'2016-04-30 10:23:49',''),(41054,1,1,42470,1,84514582,'2016-04-30 10:23:52',''),(41055,1,1,42471,27,1123631273,'2016-04-30 10:45:49',''),(41056,1,1,42472,16,1123631276,'2016-04-30 10:49:06',''),(41057,1,1,42474,26,1159648650,'2016-04-30 11:49:32',''),(41058,1,1,42475,59,1159648650,'2016-04-30 11:49:35',''),(41059,1,1,42476,68,1159648650,'2016-04-30 11:49:38',''),(41060,1,1,42477,1,2990476559,'2016-04-30 11:49:39',''),(41061,1,1,42478,75,1159648650,'2016-04-30 11:49:41',''),(41062,1,1,42479,64,3702877292,'2016-04-30 12:33:41',''),(41063,1,1,42480,1,3587046329,'2016-04-30 12:59:11','https://www.google.co.uk/'),(41064,1,1,42481,48,1159648714,'2016-04-30 13:15:02',''),(41065,1,1,42482,57,3024883610,'2016-04-30 13:24:05',''),(41066,1,1,42483,1,1443294662,'2016-04-30 13:53:19','https://www.google.co.uk/'),(41067,1,1,42484,1,872339340,'2016-04-30 13:55:50',''),(41068,1,1,42485,26,3335317106,'2016-04-30 13:57:32',''),(41069,1,1,42486,26,3335317106,'2016-04-30 13:57:35',''),(41070,1,1,42487,48,3335317106,'2016-04-30 13:57:38',''),(41071,1,1,42488,16,3335317106,'2016-04-30 13:57:41',''),(41072,1,1,42489,43,1839816264,'2016-04-30 14:10:16',''),(41073,1,1,42490,1,1839816264,'2016-04-30 14:10:18',''),(41074,1,1,42491,43,1839816264,'2016-04-30 14:10:20',''),(41075,1,1,42492,1,782615950,'2016-04-30 14:40:50',''),(41076,1,1,42493,1,1542483290,'2016-04-30 14:41:16',''),(41077,1,1,42494,1,1123631273,'2016-04-30 15:01:27',''),(41078,1,1,42495,1,1123631281,'2016-04-30 15:11:40',''),(41079,1,1,42496,1,3024883594,'2016-04-30 17:22:25',''),(41080,1,1,42497,1,1123631273,'2016-04-30 17:31:31',''),(41081,1,1,42498,1,3495654154,'2016-04-30 17:38:15',''),(41082,1,1,42499,1,3274583022,'2016-04-30 18:28:10',''),(41083,1,1,42500,1,1054197392,'2016-04-30 18:32:37',''),(41084,1,1,42501,1,1844073545,'2016-04-30 18:38:08',''),(41085,1,1,42502,45,1844073545,'2016-04-30 18:38:12',''),(41086,1,1,42503,1,1578578830,'2016-04-30 18:44:59',''),(41087,1,1,42504,1,621390341,'2016-04-30 18:51:17',''),(41088,1,1,42505,1,1184288787,'2016-04-30 18:58:01',''),(41089,1,1,42506,26,3702877329,'2016-04-30 20:52:30',''),(41090,1,1,42507,1,3702877304,'2016-04-30 23:52:29',''),(41091,1,1,42508,1,3702877259,'2016-04-30 23:52:32',''),(41092,1,1,42509,56,3024883489,'2016-05-01 01:09:22',''),(41093,1,1,42510,1,3702877280,'2016-05-01 02:52:30',''),(41094,1,1,42511,1,3166639635,'2016-05-01 03:07:09',''),(41095,1,1,42512,1,3024883473,'2016-05-01 03:25:30',''),(41096,1,1,42513,1,1596849153,'2016-05-01 04:44:49',''),(41097,1,1,42514,1,1596849153,'2016-05-01 04:45:03',''),(41098,1,1,42515,1,1596849153,'2016-05-01 04:45:13',''),(41099,1,1,42516,1,1596849153,'2016-05-01 04:45:29',''),(41100,1,1,42517,1,1596849153,'2016-05-01 04:45:47',''),(41101,1,1,42518,1,3024883603,'2016-05-01 04:48:32',''),(41102,1,1,42519,6,3475901762,'2016-05-01 05:24:37',''),(41103,1,1,42520,1,3475901762,'2016-05-01 05:24:39',''),(41104,1,1,42521,56,3475901849,'2016-05-01 05:24:41',''),(41105,1,1,42522,9,3475901849,'2016-05-01 05:24:43',''),(41106,1,1,42523,26,3475901759,'2016-05-01 05:24:46',''),(41107,1,1,42524,16,3475901759,'2016-05-01 05:24:48',''),(41108,1,1,42525,18,3475901759,'2016-05-01 05:24:49',''),(41109,1,1,42526,29,3475901759,'2016-05-01 05:24:51',''),(41110,1,1,42527,43,3475901759,'2016-05-01 05:24:52',''),(41111,1,1,42528,43,3475901759,'2016-05-01 05:24:54',''),(41112,1,1,42529,3,2637637595,'2016-05-01 05:34:42',''),(41113,1,1,42530,1,3427775739,'2016-05-01 06:30:00',''),(41114,1,1,42531,1,3702877344,'2016-05-01 08:52:26',''),(41115,1,1,42532,1,3702877307,'2016-05-01 08:52:28',''),(41116,1,1,42533,1,3475901762,'2016-05-01 10:34:26',''),(41117,1,1,42534,1,3168554532,'2016-05-01 11:41:23','https://www.google.co.uk/'),(41118,1,1,42535,1,676695033,'2016-05-01 12:59:11',''),(41119,1,1,42536,26,1380707650,'2016-05-01 13:09:44',''),(41120,1,1,42537,26,1380707650,'2016-05-01 13:09:46',''),(41121,1,1,42538,64,2071807830,'2016-05-01 14:52:25',''),(41122,1,1,42539,1,2420907426,'2016-05-01 14:55:19',''),(41123,1,1,42540,1,872317275,'2016-05-01 15:18:38',''),(41124,1,1,42541,1,1542483290,'2016-05-01 16:53:21',''),(41125,1,1,42542,1,1159653890,'2016-05-01 17:36:58',''),(41126,1,1,42543,27,1558988689,'2016-05-01 17:41:59',''),(41127,1,1,42544,44,1558988689,'2016-05-01 17:42:02',''),(41128,1,1,42545,49,1558988689,'2016-05-01 17:42:04',''),(41129,1,1,42546,1,1123632500,'2016-05-01 17:47:41',''),(41130,1,1,42547,1,2071807767,'2016-05-01 17:52:27',''),(41131,1,1,42548,1,1123632507,'2016-05-01 17:57:57',''),(41132,1,1,42549,15,3024883608,'2016-05-01 18:05:45',''),(41133,1,1,42550,3,1590727007,'2016-05-01 18:11:57',''),(41134,1,1,42551,3,1590727007,'2016-05-01 18:11:59',''),(41135,1,1,42552,44,1503892538,'2016-05-01 19:27:22',''),(41136,1,1,42553,49,1503892538,'2016-05-01 19:27:25',''),(41137,1,1,42554,59,1503892538,'2016-05-01 19:27:28',''),(41138,1,1,42555,1,2997378962,'2016-05-01 19:54:49',''),(41139,1,1,42556,1,2548117646,'2016-05-01 20:46:00','https://www.google.co.uk/'),(41140,1,1,42557,1,1170583858,'2016-05-01 20:52:02',''),(41141,1,1,42558,26,1503892538,'2016-05-01 21:34:28',''),(41142,1,1,42559,26,1503892538,'2016-05-01 21:34:31',''),(41143,1,1,42560,26,1503892538,'2016-05-01 21:34:33',''),(41144,1,1,42561,1,772022347,'2016-05-01 21:34:39',''),(41145,1,1,42562,15,1159644850,'2016-05-01 21:37:12',''),(41146,1,1,42563,3,84498858,'2016-05-01 22:40:02',''),(41147,1,1,42564,29,84498858,'2016-05-01 22:40:05',''),(41148,1,1,42565,26,3335317106,'2016-05-01 22:59:07',''),(41149,1,1,42566,26,3335317106,'2016-05-01 22:59:10',''),(41150,1,1,42567,1,1311650550,'2016-05-01 23:08:03',''),(41151,1,1,42568,1,1311650550,'2016-05-01 23:08:05',''),(41152,1,1,42569,1,1053993637,'2016-05-02 00:38:29',''),(41153,1,1,42570,1,3562254785,'2016-05-02 00:40:27',''),(41154,1,1,42571,1,3562254785,'2016-05-02 00:40:30',''),(41155,1,1,42572,1,3562254785,'2016-05-02 00:40:32',''),(41156,1,1,42573,1,3562254785,'2016-05-02 00:40:34',''),(41157,1,1,42574,1,3562254785,'2016-05-02 00:40:37',''),(41158,1,1,42575,1,3562254785,'2016-05-02 00:40:40',''),(41159,1,1,42576,1,3562254785,'2016-05-02 00:40:42',''),(41160,1,1,42577,1,3562254785,'2016-05-02 00:40:45',''),(41161,1,1,42578,1,3562254785,'2016-05-02 00:40:47',''),(41162,1,1,42579,1,3562254785,'2016-05-02 00:40:50',''),(41163,1,1,42580,3,1534699970,'2016-05-02 01:03:12',''),(41164,1,1,42581,43,1503892538,'2016-05-02 01:19:42',''),(41165,1,1,42582,27,1503892538,'2016-05-02 01:19:45',''),(41166,1,1,42583,58,1503892538,'2016-05-02 01:19:48',''),(41167,1,1,42584,1,3475901762,'2016-05-02 02:39:58',''),(41168,1,1,42585,1,2420915477,'2016-05-02 04:11:52',''),(41169,1,1,42586,54,2420915477,'2016-05-02 04:11:54',''),(41170,1,1,42587,66,2420915477,'2016-05-02 04:11:57',''),(41171,1,1,42588,1,2420915477,'2016-05-02 04:12:00',''),(41172,1,1,42589,1,3024883600,'2016-05-02 04:16:26',''),(41173,1,1,42590,1,1596849787,'2016-05-02 04:18:57',''),(41174,1,1,42591,16,2999685859,'2016-05-02 04:56:22',''),(41175,1,1,42592,71,2999685859,'2016-05-02 04:56:26',''),(41176,1,1,42593,6,1489430095,'2016-05-02 07:04:44',''),(41177,1,1,42594,1,1489430095,'2016-05-02 07:04:47',''),(41178,1,1,42595,68,1489430095,'2016-05-02 07:04:51',''),(41179,1,1,42596,75,1489430095,'2016-05-02 07:04:54',''),(41180,1,1,42597,1,1123632500,'2016-05-02 08:32:15',''),(41181,1,1,42598,26,1503892538,'2016-05-02 09:00:37',''),(41182,1,1,42599,56,1503892538,'2016-05-02 09:00:40',''),(41183,1,1,42600,10,1503892538,'2016-05-02 09:00:44',''),(41184,1,1,42601,45,2071807826,'2016-05-02 09:36:13',''),(41185,1,1,42602,1,1443357406,'2016-05-02 09:53:15','https://www.google.co.uk/'),(41186,1,1,42603,1,3024883600,'2016-05-02 10:36:20',''),(41187,1,1,42604,65,1123631667,'2016-05-02 15:07:59',''),(41188,1,1,42605,52,2071807770,'2016-05-02 15:36:13',''),(41189,1,1,42606,1,1123631670,'2016-05-02 17:29:08',''),(41190,1,1,42607,46,2071807819,'2016-05-02 18:36:13',''),(41191,1,1,42608,27,1123631664,'2016-05-02 20:12:45',''),(41192,1,1,42610,43,1123631670,'2016-05-02 20:39:39',''),(41193,1,1,42611,1,1443266206,'2016-05-02 20:39:40','https://www.google.co.uk/'),(41194,1,1,42612,1,1815808070,'2016-05-02 22:14:08',''),(41195,1,1,42613,1,1123631664,'2016-05-02 22:26:23',''),(41196,1,1,42614,1,1542483298,'2016-05-02 23:44:51',''),(41197,1,1,42615,26,1159648714,'2016-05-03 02:28:20',''),(41198,1,1,42616,26,1159648714,'2016-05-03 02:28:27',''),(41199,1,1,42617,48,1159648714,'2016-05-03 02:28:29',''),(41200,1,1,42618,16,1159648714,'2016-05-03 02:28:33',''),(41201,1,1,42619,51,1152705687,'2016-05-03 02:45:11',''),(41202,1,1,42620,43,3024883466,'2016-05-03 02:58:08',''),(41203,1,1,42621,69,2071807827,'2016-05-03 03:13:02',''),(41204,1,1,42622,64,3024883462,'2016-05-03 03:31:37',''),(41205,1,1,42623,69,2071807833,'2016-05-03 03:46:22',''),(41206,1,1,42624,65,2760155466,'2016-05-03 05:07:16',''),(41207,1,1,42625,6,1123631664,'2016-05-03 08:06:01',''),(41208,1,1,42626,16,2760155450,'2016-05-03 09:25:39',''),(41209,1,1,42627,47,2760155432,'2016-05-03 10:08:37',''),(41210,1,1,42628,1,2916124786,'2016-05-03 10:24:42',''),(41211,1,1,42629,26,676695033,'2016-05-03 12:06:26',''),(41212,1,1,42630,69,676695033,'2016-05-03 12:06:26',''),(41213,1,1,42631,64,676695033,'2016-05-03 12:06:27',''),(41214,1,1,42632,26,676695033,'2016-05-03 12:06:27',''),(41215,1,1,42633,41,676695033,'2016-05-03 12:06:28',''),(41216,1,1,42634,53,676695033,'2016-05-03 12:06:28',''),(41217,1,1,42635,38,676695033,'2016-05-03 12:06:29',''),(41218,1,1,42636,43,676695033,'2016-05-03 12:06:29',''),(41219,1,1,42637,52,676695033,'2016-05-03 12:06:30',''),(41220,1,1,42638,48,676695033,'2016-05-03 12:06:31',''),(41221,1,1,42639,45,676695033,'2016-05-03 12:06:31',''),(41222,1,1,42640,57,676695033,'2016-05-03 12:06:32',''),(41223,1,1,42641,18,676695033,'2016-05-03 12:06:32',''),(41224,1,1,42642,9,676695033,'2016-05-03 12:06:32',''),(41225,1,1,42643,1,676695033,'2016-05-03 12:06:34',''),(41226,1,1,42644,28,676695033,'2016-05-03 12:06:34',''),(41227,1,1,42645,1,676695033,'2016-05-03 12:06:34',''),(41228,1,1,42646,26,676695033,'2016-05-03 12:06:35',''),(41229,1,1,42647,26,676695033,'2016-05-03 12:06:35',''),(41230,1,1,42648,50,676695033,'2016-05-03 12:06:36',''),(41231,1,1,42649,56,676695033,'2016-05-03 12:06:36',''),(41232,1,1,42650,26,676695033,'2016-05-03 12:06:38',''),(41233,1,1,42651,26,676695033,'2016-05-03 12:06:38',''),(41234,1,1,42652,55,676695033,'2016-05-03 12:06:39',''),(41235,1,1,42654,26,676695033,'2016-05-03 12:06:39',''),(41236,1,1,42653,6,676695033,'2016-05-03 12:06:40',''),(41237,1,1,42656,51,676695033,'2016-05-03 12:06:41',''),(41238,1,1,42655,51,676695033,'2016-05-03 12:06:41',''),(41239,1,1,42657,26,676695033,'2016-05-03 12:06:42',''),(41240,1,1,42658,26,676695033,'2016-05-03 12:06:44',''),(41241,1,1,42661,63,676695033,'2016-05-03 12:06:45',''),(41242,1,1,42659,26,676695033,'2016-05-03 12:06:45',''),(41243,1,1,42660,65,676695033,'2016-05-03 12:06:45',''),(41244,1,1,42662,65,676695033,'2016-05-03 12:06:46',''),(41245,1,1,42663,1,2193699366,'2016-05-03 12:36:29',''),(41246,1,1,42664,1,1570674749,'2016-05-03 12:36:33',''),(41247,1,1,42665,1,1570674749,'2016-05-03 12:36:37',''),(41248,1,1,42666,1,2366158595,'2016-05-03 12:36:41',''),(41249,1,1,42667,1,1453810266,'2016-05-03 13:37:57','https://www.google.co.uk/'),(41250,1,1,42668,68,872366408,'2016-05-03 14:01:23',''),(41251,1,1,42669,1,1838912702,'2016-05-03 14:23:49','http://www.google.co.uk/url?sa=t&rct=j&q=part+worn+tyres+whitebirk&source=web&cd=1&ved=0ahUKEwjsmIbLjb7MAhWMAsAKHZsAC6cQgU8INzAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(41252,1,1,42670,1,1123631276,'2016-05-03 15:37:55',''),(41253,1,1,42671,1,1796538632,'2016-05-03 18:23:13',''),(41254,1,1,42672,1,1123631281,'2016-05-03 19:07:25',''),(41255,1,1,42673,6,787885139,'2016-05-03 19:16:10',''),(41256,1,1,42674,45,2071807825,'2016-05-03 19:25:21',''),(41257,1,1,42675,52,2071807850,'2016-05-03 20:46:05',''),(41258,1,1,42676,51,1123631281,'2016-05-03 23:22:18',''),(41259,1,1,42677,1,1123631276,'2016-05-04 00:39:41',''),(41260,1,1,42678,1,1542483273,'2016-05-04 01:44:53',''),(41261,1,1,42679,43,3024883597,'2016-05-04 03:47:14',''),(41262,1,1,42680,31,1123631281,'2016-05-04 05:49:14',''),(41263,1,1,42682,28,676177768,'2016-05-04 07:16:10',''),(41264,1,1,42683,26,676177768,'2016-05-04 07:16:12',''),(41265,1,1,42684,26,676177768,'2016-05-04 07:16:13',''),(41266,1,1,42685,75,676177768,'2016-05-04 07:16:14',''),(41267,1,1,42686,62,676177768,'2016-05-04 07:16:15',''),(41268,1,1,42687,59,676177768,'2016-05-04 07:16:17',''),(41269,1,1,42688,64,676177768,'2016-05-04 07:16:18',''),(41270,1,1,42689,67,676177768,'2016-05-04 07:16:20',''),(41271,1,1,42690,63,2637637454,'2016-05-04 07:16:24',''),(41272,1,1,42691,58,2637637454,'2016-05-04 07:16:26',''),(41273,1,1,42692,69,2637637454,'2016-05-04 07:16:27',''),(41274,1,1,42693,65,2637637454,'2016-05-04 07:16:28',''),(41275,1,1,42694,68,2637637454,'2016-05-04 07:16:29',''),(41276,1,1,42695,27,2637637454,'2016-05-04 07:16:29',''),(41277,1,1,42696,48,2637637454,'2016-05-04 07:16:30',''),(41278,1,1,42697,71,3475901849,'2016-05-04 07:16:33',''),(41279,1,1,42698,70,3475901849,'2016-05-04 07:16:35',''),(41280,1,1,42699,73,3475901849,'2016-05-04 07:16:36',''),(41281,1,1,42700,10,3475901849,'2016-05-04 07:16:38',''),(41282,1,1,42701,55,3475901849,'2016-05-04 07:16:40',''),(41283,1,1,42702,49,3475901849,'2016-05-04 07:16:41',''),(41284,1,1,42703,1,1053988086,'2016-05-04 07:47:27',''),(41285,1,1,42704,1,1445985113,'2016-05-04 08:48:56','https://www.google.ie/'),(41286,1,1,42705,1,1524101752,'2016-05-04 09:37:17','https://www.google.co.uk/'),(41287,1,1,42706,1,2917834746,'2016-05-04 09:45:13',''),(41288,1,1,42707,72,3475901762,'2016-05-04 10:45:19',''),(41289,1,1,42708,74,3475901762,'2016-05-04 10:45:20',''),(41290,1,1,42709,51,3475901762,'2016-05-04 10:45:22',''),(41291,1,1,42710,50,3475901762,'2016-05-04 10:45:24',''),(41292,1,1,42711,44,3475901762,'2016-05-04 10:45:25',''),(41293,1,1,42712,65,527272948,'2016-05-04 10:54:06','https://www.google.co.uk/'),(41294,1,1,42713,1,916745364,'2016-05-04 11:05:00',''),(41295,1,1,42714,1,2990495243,'2016-05-04 11:50:12',''),(41296,1,1,42715,1,1032306279,'2016-05-04 12:21:35','http://m.baidu.com/s?wd=Mstyresblackburn'),(41297,1,1,42716,1,1032306397,'2016-05-04 12:21:38','http://www.baidu.com/s?wd=Mstyresblackburn'),(41298,1,1,42717,48,3024883609,'2016-05-04 12:53:18',''),(41299,1,1,42718,57,2071807829,'2016-05-04 13:31:24',''),(41300,1,1,42719,44,84492181,'2016-05-04 14:18:32',''),(41301,1,1,42720,49,84492181,'2016-05-04 14:18:35',''),(41302,1,1,42721,59,84492181,'2016-05-04 14:18:38',''),(41303,1,1,42722,1,84497668,'2016-05-04 14:35:31',''),(41304,1,1,42723,54,84497668,'2016-05-04 14:35:35',''),(41305,1,1,42724,66,84497668,'2016-05-04 14:35:38',''),(41306,1,1,42725,1,84497668,'2016-05-04 14:35:41',''),(41307,1,1,42726,27,2990495243,'2016-05-04 14:40:56',''),(41308,1,1,42727,44,2990495243,'2016-05-04 14:40:59',''),(41309,1,1,42728,49,2990495243,'2016-05-04 14:41:01',''),(41310,1,1,42729,3,3156762438,'2016-05-04 14:56:59',''),(41311,1,1,42730,3,3156762438,'2016-05-04 14:57:02',''),(41312,1,1,42731,72,2760155475,'2016-05-04 15:54:05',''),(41313,1,1,42732,41,1123631276,'2016-05-04 16:06:30',''),(41314,1,1,42733,1,3024883487,'2016-05-04 16:28:25',''),(41315,1,1,42734,1,2990476559,'2016-05-04 17:32:17',''),(41316,1,1,42735,1,3479603870,'2016-05-04 18:26:04',''),(41317,1,1,42736,1,3495654154,'2016-05-04 18:30:20',''),(41318,1,1,42737,15,1427043441,'2016-05-04 19:18:53',''),(41319,1,1,42738,15,1427043426,'2016-05-04 19:19:08',''),(41320,1,1,42739,3,84494819,'2016-05-04 20:20:12',''),(41321,1,1,42740,29,84494819,'2016-05-04 20:20:14',''),(41322,1,1,42741,59,3024883597,'2016-05-04 22:14:36',''),(41323,1,1,42742,1,2071807858,'2016-05-04 22:17:18',''),(41324,1,1,42743,69,1152705687,'2016-05-04 23:28:14',''),(41325,1,1,42744,1,84507508,'2016-05-05 00:28:01',''),(41326,1,1,42745,1,3156762438,'2016-05-05 01:01:23',''),(41327,1,1,42746,1,3156762438,'2016-05-05 01:01:25',''),(41328,1,1,42747,26,1053986805,'2016-05-05 01:02:15',''),(41329,1,1,42748,56,1053986805,'2016-05-05 01:02:23',''),(41330,1,1,42749,10,1053986805,'2016-05-05 01:02:26',''),(41331,1,1,42750,3,84512482,'2016-05-05 01:02:49',''),(41332,1,1,42751,14,3024883617,'2016-05-05 01:08:29',''),(41333,1,1,42752,16,2760155440,'2016-05-05 01:19:45',''),(41334,1,1,42753,1,1066263842,'2016-05-05 04:04:58',''),(41335,1,1,42754,1,1066263842,'2016-05-05 04:05:01',''),(41336,1,1,42755,1,1066263842,'2016-05-05 04:05:03',''),(41337,1,1,42756,1,1542483308,'2016-05-05 04:05:09',''),(41338,1,1,42757,43,3589262799,'2016-05-05 04:24:00',''),(41339,1,1,42758,27,3589262799,'2016-05-05 04:24:03',''),(41340,1,1,42759,58,3589262799,'2016-05-05 04:24:07',''),(41341,1,1,42760,1,3589262799,'2016-05-05 05:30:42',''),(41342,1,1,42761,1,3589262799,'2016-05-05 05:30:45',''),(41343,1,1,42762,1,3589262799,'2016-05-05 05:30:48',''),(41344,1,1,42763,1,3589262799,'2016-05-05 05:30:50',''),(41345,1,1,42764,1,3589262799,'2016-05-05 05:30:53',''),(41346,1,1,42765,1,3589262799,'2016-05-05 05:30:55',''),(41347,1,1,42766,1,3589262799,'2016-05-05 05:30:58',''),(41348,1,1,42767,1,3589262799,'2016-05-05 05:31:00',''),(41349,1,1,42768,1,3589262799,'2016-05-05 05:31:03',''),(41350,1,1,42769,1,3589262799,'2016-05-05 05:31:06',''),(41351,1,1,42770,1,2204827763,'2016-05-05 06:42:09',''),(41352,1,1,42771,62,2945397653,'2016-05-05 07:13:53','https://www.google.com/'),(41353,1,1,42772,27,1123631276,'2016-05-05 07:20:53',''),(41354,1,1,42773,1,2366158595,'2016-05-05 07:23:09',''),(41355,1,1,42774,1,2366158595,'2016-05-05 07:23:13',''),(41356,1,1,42775,1,2193699366,'2016-05-05 07:23:17',''),(41357,1,1,42776,1,100662596,'2016-05-05 07:23:21',''),(41358,1,1,42777,43,1123631273,'2016-05-05 07:23:58',''),(41359,1,1,42778,26,1159650810,'2016-05-05 07:31:54',''),(41360,1,1,42779,59,1159650810,'2016-05-05 07:31:59',''),(41361,1,1,42780,68,1159650810,'2016-05-05 07:32:02',''),(41362,1,1,42781,75,1159650810,'2016-05-05 07:32:06',''),(41363,1,1,42782,6,3245313130,'2016-05-05 07:57:04',''),(41364,1,1,42783,1,3245313130,'2016-05-05 07:57:07',''),(41365,1,1,42784,68,3245313130,'2016-05-05 07:57:09',''),(41366,1,1,42785,75,1427043441,'2016-05-05 07:57:12',''),(41367,1,1,42786,1,1123631276,'2016-05-05 07:58:07',''),(41368,1,1,42787,68,872310588,'2016-05-05 08:43:06',''),(41369,1,1,42788,75,872310588,'2016-05-05 08:43:13',''),(41370,1,1,42789,72,872310588,'2016-05-05 08:43:18',''),(41371,1,1,42790,1,2366158595,'2016-05-05 09:11:38',''),(41372,1,1,42791,1,2366158595,'2016-05-05 09:11:42',''),(41373,1,1,42792,1,2366158595,'2016-05-05 09:11:45',''),(41374,1,1,42793,1,2366158595,'2016-05-05 09:11:49',''),(41375,1,1,42794,1,3024883597,'2016-05-05 09:48:56',''),(41376,1,1,42795,1,676695033,'2016-05-05 10:26:35',''),(41377,1,1,42796,56,3108343872,'2016-05-05 11:30:29','https://www.google.co.uk/'),(41378,1,1,42797,26,872317193,'2016-05-05 12:52:19',''),(41379,1,1,42798,26,872317193,'2016-05-05 12:52:22',''),(41380,1,1,42799,26,872317193,'2016-05-05 12:52:26',''),(41381,1,1,42800,56,2071807817,'2016-05-05 13:36:12',''),(41382,1,1,42801,1,2783006844,'2016-05-05 14:15:36',''),(41383,1,1,42802,26,84492181,'2016-05-05 14:46:16',''),(41384,1,1,42803,26,84492181,'2016-05-05 14:46:19',''),(41385,1,1,42804,1,2071807800,'2016-05-05 15:17:24',''),(41386,1,1,42805,1,872362821,'2016-05-05 16:09:06',''),(41387,1,1,42806,56,1051471202,'2016-05-05 17:05:44','https://www.google.co.uk/'),(41388,1,1,42807,1,1123631281,'2016-05-05 17:08:04',''),(41389,1,1,42808,45,3024883474,'2016-05-05 18:06:13',''),(41390,1,1,42809,46,2071807819,'2016-05-05 18:55:45',''),(41391,1,1,42810,16,1152705687,'2016-05-05 19:18:58',''),(41392,1,1,42811,1,1123631276,'2016-05-05 20:58:31',''),(41393,1,1,42812,52,3024883478,'2016-05-05 21:33:15',''),(41394,1,1,42813,1,1968049464,'2016-05-05 22:21:03',''),(41395,1,1,42814,53,1123631273,'2016-05-05 22:36:08',''),(41396,1,1,42815,1,1123631281,'2016-05-05 23:35:37',''),(41397,1,1,42816,68,1123631273,'2016-05-05 23:45:02',''),(41398,1,1,42817,6,676695033,'2016-05-06 00:11:22',''),(41399,1,1,42818,1,3024883608,'2016-05-06 00:11:43',''),(41400,1,1,42819,51,676695033,'2016-05-06 01:39:55',''),(41401,1,1,42820,57,2071807813,'2016-05-06 02:57:07',''),(41402,1,1,42821,26,676695033,'2016-05-06 03:16:24',''),(41403,1,1,42822,1,3024883469,'2016-05-06 03:16:44',''),(41404,1,1,42823,62,676695033,'2016-05-06 04:48:33',''),(41405,1,1,42824,1,1596849785,'2016-05-06 05:19:22',''),(41406,1,1,42825,1,1596849785,'2016-05-06 05:19:43',''),(41407,1,1,42826,1,1596849785,'2016-05-06 05:19:53',''),(41408,1,1,42827,1,1596849785,'2016-05-06 05:20:03',''),(41409,1,1,42828,1,1596849785,'2016-05-06 05:20:25',''),(41410,1,1,42829,69,2071807793,'2016-05-06 05:35:50',''),(41411,1,1,42830,26,676695033,'2016-05-06 05:37:04',''),(41412,1,1,42831,1,3024883488,'2016-05-06 05:46:10',''),(41413,1,1,42832,1,1542483323,'2016-05-06 05:55:02',''),(41414,1,1,42833,63,676695033,'2016-05-06 06:22:23',''),(41415,1,1,42834,65,676695033,'2016-05-06 07:07:09',''),(41416,1,1,42835,26,676695033,'2016-05-06 07:52:51',''),(41417,1,1,42836,1,3024883489,'2016-05-06 08:41:19',''),(41418,1,1,42837,1,1123631273,'2016-05-06 09:21:34',''),(41419,1,1,42838,6,1123631281,'2016-05-06 10:38:56',''),(41420,1,1,42839,27,1123631276,'2016-05-06 10:50:16',''),(41421,1,1,42840,1,1123631281,'2016-05-06 11:12:35',''),(41422,1,1,42841,6,1123631276,'2016-05-06 11:32:00',''),(41423,1,1,42842,1,84491906,'2016-05-06 13:23:52',''),(41424,1,1,42843,62,1123631281,'2016-05-06 13:38:26',''),(41425,1,1,42844,46,2071807821,'2016-05-06 13:49:25',''),(41426,1,1,42845,3,2420901739,'2016-05-06 14:19:29',''),(41427,1,1,42846,65,2637637459,'2016-05-06 14:44:28',''),(41428,1,1,42847,18,2297665554,'2016-05-06 14:46:03',''),(41429,1,1,42848,29,2297665554,'2016-05-06 14:46:05',''),(41430,1,1,42849,43,1534685326,'2016-05-06 15:14:04',''),(41431,1,1,42850,27,1534685326,'2016-05-06 15:14:07',''),(41432,1,1,42851,58,1534685326,'2016-05-06 15:14:10',''),(41433,1,1,42852,1,3024883488,'2016-05-06 15:27:26',''),(41434,1,1,42853,1,1053988087,'2016-05-06 16:20:47',''),(41435,1,1,42854,1,3024883478,'2016-05-06 16:34:25',''),(41436,1,1,42855,56,2071807791,'2016-05-06 17:26:01',''),(41437,1,1,42856,47,3024883466,'2016-05-06 17:41:22',''),(41438,1,1,42857,1,2071807828,'2016-05-06 18:56:47',''),(41439,1,1,42858,46,3024883594,'2016-05-06 19:31:01',''),(41440,1,1,42859,1,3024883608,'2016-05-06 20:04:31',''),(41441,1,1,42860,26,1534685326,'2016-05-06 20:15:11',''),(41442,1,1,42861,56,1534685326,'2016-05-06 20:15:13',''),(41443,1,1,42862,10,1534685326,'2016-05-06 20:15:16',''),(41444,1,1,42863,26,3245313177,'2016-05-06 20:16:10',''),(41445,1,1,42864,26,3245313177,'2016-05-06 20:16:39',''),(41446,1,1,42865,26,3245313177,'2016-05-06 20:16:44',''),(41447,1,1,42866,26,3245313177,'2016-05-06 20:18:41',''),(41448,1,1,42867,26,3245313177,'2016-05-06 20:18:48',''),(41449,1,1,42868,9,3024883608,'2016-05-06 21:11:28',''),(41450,1,1,42869,44,1159648714,'2016-05-06 21:20:07',''),(41451,1,1,42870,49,1159648714,'2016-05-06 21:20:10',''),(41452,1,1,42871,59,1159648714,'2016-05-06 21:20:14',''),(41453,1,1,42872,1,1384441176,'2016-05-06 21:37:48',''),(41454,1,1,42873,52,2071807831,'2016-05-06 22:03:38',''),(41455,1,1,42874,1,1123631281,'2016-05-06 22:54:17',''),(41456,1,1,42875,26,1053974832,'2016-05-06 23:01:48',''),(41457,1,1,42876,1,1159644858,'2016-05-07 00:00:39',''),(41458,1,1,42877,1,1534710587,'2016-05-07 00:07:11',''),(41459,1,1,42878,70,3024883605,'2016-05-07 00:47:29',''),(41460,1,1,42879,57,1123631273,'2016-05-07 01:35:58',''),(41461,1,1,42880,15,2999685859,'2016-05-07 03:05:16',''),(41462,1,1,42881,28,2999685859,'2016-05-07 03:05:18',''),(41463,1,1,42882,50,2999685859,'2016-05-07 03:05:21',''),(41464,1,1,42883,1,2637693762,'2016-05-07 03:07:32',''),(41465,1,1,42884,1,2637637576,'2016-05-07 03:07:55',''),(41466,1,1,42885,28,2420907330,'2016-05-07 05:41:58',''),(41467,1,1,42886,50,2420907330,'2016-05-07 05:50:49',''),(41468,1,1,42887,51,2420907330,'2016-05-07 05:51:01',''),(41469,1,1,42888,1,1596849787,'2016-05-07 05:51:02',''),(41470,1,1,42889,6,1534692827,'2016-05-07 06:09:22',''),(41471,1,1,42890,3,1152705687,'2016-05-07 06:10:00',''),(41472,1,1,42891,1,2538613875,'2016-05-07 07:18:39',''),(41473,1,1,42892,54,2538613875,'2016-05-07 07:18:44',''),(41474,1,1,42893,66,2538613875,'2016-05-07 07:18:48',''),(41475,1,1,42894,1,2538613875,'2016-05-07 07:18:53',''),(41476,1,1,42895,38,2637637506,'2016-05-07 07:34:52',''),(41477,1,1,42896,9,2637637576,'2016-05-07 07:36:14',''),(41478,1,1,42897,15,1152705687,'2016-05-07 07:43:47',''),(41479,1,1,42898,26,3475901742,'2016-05-07 07:45:23',''),(41480,1,1,42900,55,2637637576,'2016-05-07 07:48:44',''),(41481,1,1,42901,48,3475901742,'2016-05-07 07:49:18',''),(41482,1,1,42902,45,2637637576,'2016-05-07 08:06:48',''),(41483,1,1,42903,26,3475901742,'2016-05-07 08:09:40',''),(41484,1,1,42904,69,3475901742,'2016-05-07 08:10:40',''),(41485,1,1,42905,1,1542483280,'2016-05-07 08:10:45',''),(41486,1,1,42906,28,2637637506,'2016-05-07 08:15:00',''),(41487,1,1,42907,62,2637637506,'2016-05-07 08:15:20',''),(41488,1,1,42908,26,2637637576,'2016-05-07 08:23:03',''),(41489,1,1,42909,56,2637637576,'2016-05-07 08:24:38',''),(41490,1,1,42910,64,2637637506,'2016-05-07 08:25:29',''),(41491,1,1,42911,26,2637637506,'2016-05-07 08:30:21',''),(41492,1,1,42912,26,2637637506,'2016-05-07 08:30:22',''),(41493,1,1,42913,6,3475901742,'2016-05-07 08:30:44',''),(41494,1,1,42914,41,2637637576,'2016-05-07 08:33:34',''),(41495,1,1,42915,43,2637637506,'2016-05-07 08:34:03',''),(41496,1,1,42916,65,3475901742,'2016-05-07 08:34:07',''),(41497,1,1,42917,18,2637637506,'2016-05-07 08:34:21',''),(41498,1,1,42918,57,3475901742,'2016-05-07 08:36:30',''),(41499,1,1,42919,26,2637637576,'2016-05-07 08:43:07',''),(41500,1,1,42920,1,1318092907,'2016-05-07 09:13:26','https://www.google.co.uk/'),(41501,1,1,42921,1,1041806726,'2016-05-07 09:24:01',''),(41502,1,1,42922,1,1041806727,'2016-05-07 09:24:13',''),(41503,1,1,42923,1,1454014162,'2016-05-07 10:07:35','https://www.google.co.uk/'),(41504,1,1,42924,26,1587212101,'2016-05-07 10:20:39',''),(41505,1,1,42925,26,1587212101,'2016-05-07 10:20:44',''),(41506,1,1,42926,26,1587212101,'2016-05-07 10:20:47',''),(41507,1,1,42927,26,1587212101,'2016-05-07 10:20:53',''),(41508,1,1,42928,26,1587212101,'2016-05-07 10:20:57',''),(41509,1,1,42929,15,1587212101,'2016-05-07 10:21:00',''),(41510,1,1,42930,31,1587212101,'2016-05-07 10:21:05',''),(41511,1,1,42931,47,1587212101,'2016-05-07 10:21:10',''),(41512,1,1,42932,44,1587212101,'2016-05-07 10:21:14',''),(41513,1,1,42933,49,1587212101,'2016-05-07 10:21:18',''),(41514,1,1,42934,73,1587212101,'2016-05-07 10:21:22',''),(41515,1,1,42935,71,1587212101,'2016-05-07 10:21:26',''),(41516,1,1,42936,70,1587212101,'2016-05-07 10:21:29',''),(41517,1,1,42937,1,1443408272,'2016-05-07 10:24:09','https://www.google.co.uk/'),(41518,1,1,42938,1,2513057285,'2016-05-07 10:58:29',''),(41519,1,1,42939,1,2513057285,'2016-05-07 10:58:33',''),(41520,1,1,42940,1,2513057285,'2016-05-07 10:58:36',''),(41521,1,1,42941,1,2513057285,'2016-05-07 10:58:39',''),(41522,1,1,42942,1,2513057285,'2016-05-07 10:58:42',''),(41523,1,1,42943,1,2513057285,'2016-05-07 10:58:45',''),(41524,1,1,42944,1,2513057285,'2016-05-07 10:58:48',''),(41525,1,1,42945,1,2513057285,'2016-05-07 10:58:51',''),(41526,1,1,42946,1,2513057285,'2016-05-07 10:58:54',''),(41527,1,1,42947,1,2513057285,'2016-05-07 10:58:57',''),(41528,1,1,42948,43,2513057285,'2016-05-07 10:58:59',''),(41529,1,1,42949,1,1577629697,'2016-05-07 11:43:22','https://www.google.co.uk/'),(41530,1,1,42950,62,1152705687,'2016-05-07 12:00:40',''),(41531,1,1,42951,53,2637637491,'2016-05-07 12:07:11',''),(41532,1,1,42952,1,3024883616,'2016-05-07 12:13:07',''),(41533,1,1,42953,43,2637637506,'2016-05-07 12:53:10',''),(41534,1,1,42954,43,2637637506,'2016-05-07 12:53:11',''),(41535,1,1,42955,29,2637637506,'2016-05-07 12:53:13',''),(41536,1,1,42956,18,2637637506,'2016-05-07 12:53:14',''),(41537,1,1,42957,56,2637637576,'2016-05-07 12:53:44',''),(41538,1,1,42958,9,2637637576,'2016-05-07 12:53:46',''),(41539,1,1,42959,26,3156762438,'2016-05-07 12:55:38',''),(41540,1,1,42960,26,3156762438,'2016-05-07 12:55:41',''),(41541,1,1,42961,1,2637637507,'2016-05-07 12:55:48',''),(41542,1,1,42962,6,2637637507,'2016-05-07 12:55:51',''),(41543,1,1,42963,3,3475901742,'2016-05-07 13:48:20',''),(41544,1,1,42964,6,3514728241,'2016-05-07 14:59:01',''),(41545,1,1,42965,1,3514728241,'2016-05-07 14:59:04',''),(41546,1,1,42966,68,3514728241,'2016-05-07 14:59:09',''),(41547,1,1,42967,75,3514728241,'2016-05-07 14:59:14',''),(41548,1,1,42968,26,1159648650,'2016-05-07 15:30:18',''),(41549,1,1,42969,26,1159648650,'2016-05-07 15:30:20',''),(41550,1,1,42970,26,1159648650,'2016-05-07 15:30:22',''),(41551,1,1,42971,1,3024883484,'2016-05-07 15:31:19',''),(41552,1,1,42972,1,1123631667,'2016-05-07 15:35:56',''),(41553,1,1,42973,38,2637637506,'2016-05-07 16:41:39',''),(41554,1,1,42974,1,1123631667,'2016-05-07 16:53:11',''),(41555,1,1,42975,1,2637637494,'2016-05-07 18:13:21',''),(41556,1,1,42976,1,3024883476,'2016-05-07 20:53:48',''),(41557,1,1,42977,1,3024883599,'2016-05-07 21:27:18',''),(41558,1,1,42978,1,3024883470,'2016-05-07 22:41:10',''),(41559,1,1,42979,1,2637637587,'2016-05-07 22:43:15',''),(41560,1,1,42980,10,2193699366,'2016-05-08 00:07:19',''),(41561,1,1,42981,26,2637693762,'2016-05-08 00:31:10',''),(41562,1,1,42982,26,2637693762,'2016-05-08 00:31:12',''),(41563,1,1,42983,63,2637693762,'2016-05-08 00:31:14',''),(41564,1,1,42984,51,2637693762,'2016-05-08 00:31:17',''),(41565,1,1,42985,50,2637693762,'2016-05-08 00:31:19',''),(41566,1,1,42986,26,2637693762,'2016-05-08 00:31:22',''),(41567,1,1,42987,26,2637693762,'2016-05-08 00:31:24',''),(41568,1,1,42988,3,2637693762,'2016-05-08 00:31:26',''),(41569,1,1,42989,52,2637693762,'2016-05-08 00:31:31',''),(41570,1,1,42990,1,2637693762,'2016-05-08 00:31:42',''),(41571,1,1,42991,44,3024883618,'2016-05-08 00:49:05',''),(41572,1,1,42992,28,1123631670,'2016-05-08 02:42:51',''),(41573,1,1,42993,1,1159650802,'2016-05-08 03:57:52',''),(41574,1,1,42994,1,1159650802,'2016-05-08 03:58:00',''),(41575,1,1,42995,1,1159650802,'2016-05-08 03:58:05',''),(41576,1,1,42996,44,2366158595,'2016-05-08 04:22:45',''),(41577,1,1,42997,1,3024883592,'2016-05-08 04:38:46',''),(41578,1,1,42998,1,1596849787,'2016-05-08 04:45:18',''),(41579,1,1,42999,58,2366145637,'2016-05-08 05:56:15',''),(41580,1,1,43000,1,2733903412,'2016-05-08 07:21:38',''),(41581,1,1,43001,3,2760155427,'2016-05-08 08:43:27',''),(41582,1,1,43002,51,2366148121,'2016-05-08 09:21:47',''),(41583,1,1,43003,1,1542483307,'2016-05-08 09:59:32',''),(41584,1,1,43004,42,2760155398,'2016-05-08 10:12:49',''),(41585,1,1,43005,1,1546188952,'2016-05-08 10:25:58','https://www.bing.com/search?q=ms%20tyres%20blackburn&pr=1&cuid=%7B501FD1BF-B7C9-4100-9C5F-FD5D82AC83F2%7D&input=5&form=SBCLIK&mkt=en-GB&setlang=en-GB'),(41586,1,1,43006,1,1452301060,'2016-05-08 10:38:00','https://www.google.co.uk/'),(41587,1,1,43007,1,2420923694,'2016-05-08 11:10:13',''),(41588,1,1,43008,1,2420923694,'2016-05-08 11:10:15',''),(41589,1,1,43009,1,2420923694,'2016-05-08 11:10:17',''),(41590,1,1,43010,1,2420923694,'2016-05-08 11:10:20',''),(41591,1,1,43011,1,2420923694,'2016-05-08 11:10:22',''),(41592,1,1,43012,1,2420923694,'2016-05-08 11:10:24',''),(41593,1,1,43013,1,2420923694,'2016-05-08 11:10:27',''),(41594,1,1,43014,1,2420923694,'2016-05-08 11:10:29',''),(41595,1,1,43015,1,2420923694,'2016-05-08 11:10:32',''),(41596,1,1,43016,1,2420923694,'2016-05-08 11:10:34',''),(41597,1,1,43017,1,84492181,'2016-05-08 11:51:38',''),(41598,1,1,43018,1,84492181,'2016-05-08 11:51:41',''),(41599,1,1,43019,1,84492181,'2016-05-08 11:51:43',''),(41600,1,1,43020,1,84492181,'2016-05-08 11:51:46',''),(41601,1,1,43021,1,84492181,'2016-05-08 11:51:48',''),(41602,1,1,43022,1,84492181,'2016-05-08 11:51:50',''),(41603,1,1,43023,1,84492181,'2016-05-08 11:51:53',''),(41604,1,1,43024,1,84492181,'2016-05-08 11:51:56',''),(41605,1,1,43025,1,84492181,'2016-05-08 11:51:58',''),(41606,1,1,43026,1,84492181,'2016-05-08 11:52:01',''),(41607,1,1,43027,43,3024883591,'2016-05-08 13:17:47',''),(41608,1,1,43028,1,1123631664,'2016-05-08 13:43:23',''),(41609,1,1,43029,62,1123631670,'2016-05-08 13:46:10',''),(41610,1,1,43030,1,1152705687,'2016-05-08 13:49:09',''),(41611,1,1,43033,49,2366158595,'2016-05-08 14:06:51',''),(41612,1,1,43034,50,2366158595,'2016-05-08 14:10:11',''),(41613,1,1,43035,16,2366158595,'2016-05-08 15:16:09',''),(41614,1,1,43036,3,1152705687,'2016-05-08 15:34:55',''),(41615,1,1,43037,42,3024883467,'2016-05-08 16:02:54',''),(41616,1,1,43038,1,772044803,'2016-05-08 17:38:46',''),(41617,1,1,43039,1,1053986805,'2016-05-08 19:28:29',''),(41618,1,1,43040,1,3589262799,'2016-05-08 19:30:41',''),(41619,1,1,43041,1,1123631670,'2016-05-08 20:19:40',''),(41620,1,1,43042,44,2996485578,'2016-05-08 20:25:04',''),(41621,1,1,43043,44,872317498,'2016-05-08 21:00:15',''),(41622,1,1,43044,49,872317498,'2016-05-08 21:00:18',''),(41623,1,1,43045,59,872317498,'2016-05-08 21:00:21',''),(41624,1,1,43046,1,1123631664,'2016-05-08 23:21:04',''),(41625,1,1,43047,1,1534710587,'2016-05-08 23:54:10',''),(41626,1,1,43048,1,2071807790,'2016-05-09 00:05:09',''),(41627,1,1,43049,26,1159648810,'2016-05-09 00:20:09',''),(41628,1,1,43050,26,1159648810,'2016-05-09 00:20:12',''),(41629,1,1,43051,26,1159648810,'2016-05-09 00:20:15',''),(41630,1,1,43052,1,3024883607,'2016-05-09 00:49:51',''),(41631,1,1,43053,26,2917834746,'2016-05-09 00:52:51',''),(41632,1,1,43054,26,2917834746,'2016-05-09 00:52:54',''),(41633,1,1,43055,15,3233506794,'2016-05-09 01:05:45',''),(41634,1,1,43056,73,3233506794,'2016-05-09 01:05:48',''),(41635,1,1,43057,1,772043973,'2016-05-09 04:55:12',''),(41636,1,1,43058,49,3024883612,'2016-05-09 05:31:59',''),(41637,1,1,43059,18,3514728241,'2016-05-09 08:09:35',''),(41638,1,1,43060,29,3514728241,'2016-05-09 08:09:38',''),(41639,1,1,43061,1,35527104,'2016-05-09 08:22:14','https://www.google.co.uk/'),(41640,1,1,43062,1,1159644850,'2016-05-09 08:56:42',''),(41641,1,1,43063,27,1489375385,'2016-05-09 09:03:10',''),(41642,1,1,43064,44,1489375385,'2016-05-09 09:03:13',''),(41643,1,1,43065,49,1489375385,'2016-05-09 09:03:16',''),(41644,1,1,43066,6,2071807800,'2016-05-09 09:31:24',''),(41645,1,1,43067,1,1042188960,'2016-05-09 10:13:07','https://www.google.co.uk/'),(41646,1,1,43068,1,2420960107,'2016-05-09 10:26:18',''),(41647,1,1,43069,6,1123631664,'2016-05-09 11:32:32',''),(41648,1,1,43070,1,3024883610,'2016-05-09 11:52:20',''),(41649,1,1,43071,43,3281697651,'2016-05-09 12:16:25',''),(41650,1,1,43072,27,3281697651,'2016-05-09 12:16:27',''),(41651,1,1,43073,58,3281697651,'2016-05-09 12:16:39',''),(41652,1,1,43074,1,1123631664,'2016-05-09 12:38:40',''),(41653,1,1,43075,68,1123631664,'2016-05-09 13:15:25',''),(41654,1,1,43076,1,3281697044,'2016-05-09 13:31:58',''),(41655,1,1,43077,1,1542483299,'2016-05-09 13:34:46',''),(41656,1,1,43078,1,1123631667,'2016-05-09 14:57:29',''),(41657,1,1,43079,63,3189061800,'2016-05-09 15:10:50','https://www.google.cl/'),(41658,1,1,43080,1,1159646682,'2016-05-09 15:14:25',''),(41659,1,1,43081,1,1159646682,'2016-05-09 15:14:28',''),(41660,1,1,43082,1,1159646682,'2016-05-09 15:14:31',''),(41661,1,1,43083,26,1159648714,'2016-05-09 15:35:53',''),(41662,1,1,43084,56,1159648714,'2016-05-09 15:35:57',''),(41663,1,1,43085,10,1159648714,'2016-05-09 15:36:03',''),(41664,1,1,43086,1,1384442136,'2016-05-09 15:41:33','https://www.google.co.uk/'),(41665,1,1,43087,41,3163547689,'2016-05-09 16:02:03',''),(41666,1,1,43088,3,2297628119,'2016-05-09 16:02:12',''),(41667,1,1,43089,3,2297628119,'2016-05-09 16:02:16',''),(41668,1,1,43090,6,1159644850,'2016-05-09 16:32:11',''),(41669,1,1,43091,1,1159644850,'2016-05-09 16:32:14',''),(41670,1,1,43092,68,1159644850,'2016-05-09 16:32:17',''),(41671,1,1,43093,75,1159644850,'2016-05-09 16:32:22',''),(41672,1,1,43094,26,2420902020,'2016-05-09 16:38:52',''),(41673,1,1,43095,43,3024883606,'2016-05-09 17:45:09',''),(41674,1,1,43096,75,1123631664,'2016-05-09 18:04:18',''),(41675,1,1,43097,3,1053977545,'2016-05-09 18:18:19',''),(41676,1,1,43098,68,3024883475,'2016-05-09 18:18:37',''),(41677,1,1,43099,1,782615949,'2016-05-09 19:24:14',''),(41678,1,1,43100,54,782615949,'2016-05-09 19:24:16',''),(41679,1,1,43101,66,782615949,'2016-05-09 19:24:19',''),(41680,1,1,43102,1,782615949,'2016-05-09 19:24:22',''),(41681,1,1,43103,26,2990476559,'2016-05-09 21:14:57',''),(41682,1,1,43104,26,2990476559,'2016-05-09 21:15:06',''),(41683,1,1,43105,1,3024883474,'2016-05-09 22:14:20',''),(41684,1,1,43106,53,3024883486,'2016-05-09 23:16:09',''),(41685,1,1,43107,1,1159644914,'2016-05-10 00:00:54',''),(41686,1,1,43108,1,3702877361,'2016-05-10 01:26:25',''),(41687,1,1,43109,55,1123631667,'2016-05-10 02:49:51',''),(41688,1,1,43110,63,2071807835,'2016-05-10 04:26:51',''),(41689,1,1,43111,1,1542483304,'2016-05-10 06:28:56',''),(41690,1,1,43112,15,2071807798,'2016-05-10 06:53:52',''),(41691,1,1,43113,1,3479603870,'2016-05-10 06:54:30',''),(41692,1,1,43114,1,3702877261,'2016-05-10 08:33:53',''),(41693,1,1,43115,49,2366145637,'2016-05-10 09:25:20',''),(41694,1,1,43116,1,3105284192,'2016-05-10 11:06:19','http://www.google.co.uk/url?url=http://www.mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwjjmeDArs_MAhUF7hoKHYf8DwIQFggiMAA&usg=AFQjCNGhrPiYVIJ3Musm3mB6CwQo-zn8Rw'),(41695,1,1,43117,26,2420907756,'2016-05-10 11:19:41',''),(41696,1,1,43118,26,2420907756,'2016-05-10 11:19:46',''),(41697,1,1,43119,26,2420907756,'2016-05-10 11:19:48',''),(41698,1,1,43120,43,2420907756,'2016-05-10 11:19:50',''),(41699,1,1,43121,31,2420907756,'2016-05-10 11:19:53',''),(41700,1,1,43122,47,2420907756,'2016-05-10 11:19:56',''),(41701,1,1,43123,71,2420907756,'2016-05-10 11:19:59',''),(41702,1,1,43124,70,2420907756,'2016-05-10 11:20:03',''),(41703,1,1,43125,48,1152705687,'2016-05-10 11:35:12',''),(41704,1,1,43126,1,1123631667,'2016-05-10 11:36:08',''),(41705,1,1,43127,1,3024883604,'2016-05-10 14:23:14',''),(41706,1,1,43128,1,3024883480,'2016-05-10 16:37:11',''),(41707,1,1,43129,53,3024883597,'2016-05-10 18:30:05',''),(41708,1,1,43130,26,872363002,'2016-05-10 19:52:52',''),(41709,1,1,43131,26,872363002,'2016-05-10 19:52:55',''),(41710,1,1,43132,1,872363002,'2016-05-10 19:52:58',''),(41711,1,1,43133,1,872363002,'2016-05-10 19:53:01',''),(41712,1,1,43134,1,872363002,'2016-05-10 19:53:04',''),(41713,1,1,43135,1,872363002,'2016-05-10 19:53:09',''),(41714,1,1,43136,1,872363002,'2016-05-10 19:53:12',''),(41715,1,1,43137,1,872363002,'2016-05-10 19:53:15',''),(41716,1,1,43138,1,872363002,'2016-05-10 19:53:17',''),(41717,1,1,43139,1,872363002,'2016-05-10 19:53:21',''),(41718,1,1,43140,1,872363002,'2016-05-10 19:53:23',''),(41719,1,1,43141,1,872363002,'2016-05-10 19:53:27',''),(41720,1,1,43142,65,1441899749,'2016-05-10 20:44:54','https://www.google.pt/'),(41721,1,1,43143,1,786803397,'2016-05-10 21:11:31',''),(41722,1,1,43144,1,84498858,'2016-05-10 21:27:48',''),(41723,1,1,43145,1,84498858,'2016-05-10 21:27:50',''),(41724,1,1,43146,1,84498858,'2016-05-10 21:27:53',''),(41725,1,1,43147,1,84498858,'2016-05-10 21:27:56',''),(41726,1,1,43148,1,84498858,'2016-05-10 21:27:59',''),(41727,1,1,43149,1,84498858,'2016-05-10 21:28:02',''),(41728,1,1,43150,1,84498858,'2016-05-10 21:28:04',''),(41729,1,1,43151,50,2366158595,'2016-05-10 21:49:55',''),(41730,1,1,43152,6,2071807851,'2016-05-10 23:25:12',''),(41731,1,1,43153,28,1152705687,'2016-05-11 00:16:39',''),(41732,1,1,43154,43,2366145637,'2016-05-11 01:26:28',''),(41733,1,1,43155,1,1123631667,'2016-05-11 01:33:01',''),(41734,1,1,43156,1,1123631667,'2016-05-11 02:09:00',''),(41735,1,1,43157,48,2071807831,'2016-05-11 02:58:01',''),(41736,1,1,43158,48,3702877360,'2016-05-11 04:28:01',''),(41737,1,1,43159,44,1159644914,'2016-05-11 04:44:34',''),(41738,1,1,43160,49,1159644914,'2016-05-11 04:44:37',''),(41739,1,1,43161,59,1159644914,'2016-05-11 04:44:41',''),(41740,1,1,43162,1,1596849787,'2016-05-11 04:53:33',''),(41741,1,1,43163,1,1542483289,'2016-05-11 06:29:11',''),(41742,1,1,43164,1,1159649146,'2016-05-11 06:47:14',''),(41743,1,1,43165,43,1613466154,'2016-05-11 06:48:43',''),(41744,1,1,43166,1,1613466154,'2016-05-11 06:48:58',''),(41745,1,1,43167,43,1613466154,'2016-05-11 06:49:12',''),(41746,1,1,43168,43,3475901795,'2016-05-11 07:02:11',''),(41747,1,1,43169,43,3475901795,'2016-05-11 07:02:13',''),(41748,1,1,43170,29,3475901795,'2016-05-11 07:02:15',''),(41749,1,1,43171,18,3475901795,'2016-05-11 07:02:16',''),(41750,1,1,43172,56,3475901785,'2016-05-11 07:02:18',''),(41751,1,1,43173,9,3475901785,'2016-05-11 07:02:19',''),(41752,1,1,43174,1,3475901725,'2016-05-11 07:02:22',''),(41753,1,1,43175,6,3475901725,'2016-05-11 07:02:23',''),(41754,1,1,43176,3,2637637467,'2016-05-11 07:03:32',''),(41755,1,1,43177,16,2760155423,'2016-05-11 07:30:07',''),(41756,1,1,43178,1,3166639738,'2016-05-11 09:16:16',''),(41757,1,1,43179,1,3633385102,'2016-05-11 09:22:37','http://whois.domaintools.com/mstyresblackburn.co.uk'),(41758,1,1,43180,1,872362140,'2016-05-11 09:38:21',''),(41759,1,1,43181,1,1838526857,'2016-05-11 10:16:11',''),(41760,1,1,43182,63,3702877327,'2016-05-11 10:28:01',''),(41761,1,1,43183,1,2420923694,'2016-05-11 10:39:21',''),(41762,1,1,43184,1,2420923694,'2016-05-11 10:39:24',''),(41763,1,1,43185,1,2420923694,'2016-05-11 10:39:26',''),(41764,1,1,43186,1,2420923694,'2016-05-11 10:39:28',''),(41765,1,1,43187,1,2420923694,'2016-05-11 10:39:31',''),(41766,1,1,43188,1,2420923694,'2016-05-11 10:39:33',''),(41767,1,1,43189,1,2420923694,'2016-05-11 10:39:36',''),(41768,1,1,43190,1,2420923694,'2016-05-11 10:39:38',''),(41769,1,1,43191,1,2420923694,'2016-05-11 10:39:40',''),(41770,1,1,43192,1,2420923694,'2016-05-11 10:39:43',''),(41771,1,1,43193,1,2921498610,'2016-05-11 13:24:39',''),(41772,1,1,43194,16,3024883464,'2016-05-11 15:22:30',''),(41773,1,1,43195,27,1472430858,'2016-05-11 15:25:33','https://www.google.nl/'),(41774,1,1,43196,28,2366158595,'2016-05-11 16:14:11',''),(41775,1,1,43197,44,2366145637,'2016-05-11 16:16:58',''),(41776,1,1,43198,43,2366145637,'2016-05-11 16:19:04',''),(41777,1,1,43199,15,3702877262,'2016-05-11 16:28:01',''),(41778,1,1,43200,56,2366158595,'2016-05-11 16:53:00',''),(41779,1,1,43201,58,2366158595,'2016-05-11 16:55:08',''),(41780,1,1,43202,1,1728935968,'2016-05-11 17:50:49',''),(41781,1,1,43203,1,1728935968,'2016-05-11 17:50:53',''),(41782,1,1,43204,1,3024883468,'2016-05-11 18:07:28',''),(41783,1,1,43205,55,3024883485,'2016-05-11 18:40:56',''),(41784,1,1,43206,1,88053652,'2016-05-11 18:59:21',''),(41785,1,1,43207,6,1053988087,'2016-05-11 20:42:10',''),(41786,1,1,43208,1,1053988087,'2016-05-11 20:42:12',''),(41787,1,1,43209,68,1053988087,'2016-05-11 20:42:14',''),(41788,1,1,43210,75,1053988087,'2016-05-11 20:42:17',''),(41789,1,1,43211,55,2366158595,'2016-05-11 21:23:26',''),(41790,1,1,43212,1,1123631667,'2016-05-11 21:23:37',''),(41791,1,1,43213,27,2731721857,'2016-05-11 22:09:26',''),(41792,1,1,43214,44,2731721857,'2016-05-11 22:09:29',''),(41793,1,1,43215,49,2731721857,'2016-05-11 22:09:32',''),(41794,1,1,43216,27,2366158595,'2016-05-11 22:16:42',''),(41795,1,1,43217,26,84498287,'2016-05-11 22:39:32',''),(41796,1,1,43218,56,84498287,'2016-05-11 22:39:35',''),(41797,1,1,43219,10,84498287,'2016-05-11 22:39:37',''),(41798,1,1,43220,1,1544999615,'2016-05-11 22:50:17','https://www.google.co.uk/'),(41799,1,1,43221,15,1546189216,'2016-05-11 22:59:56','https://www.google.co.uk/'),(41800,1,1,43222,3,1578570674,'2016-05-11 23:42:11',''),(41801,1,1,43223,3,1578570674,'2016-05-11 23:42:14',''),(41802,1,1,43224,1,1041806727,'2016-05-11 23:49:13',''),(41803,1,1,43225,1,1041806726,'2016-05-11 23:49:16',''),(41804,1,1,43226,1,3495654154,'2016-05-12 01:01:11',''),(41805,1,1,43227,1,3479603870,'2016-05-12 01:29:28',''),(41806,1,1,43228,1,1123631670,'2016-05-12 01:37:39',''),(41807,1,1,43229,1,1123631667,'2016-05-12 03:39:23',''),(41808,1,1,43230,1,1123631670,'2016-05-12 03:53:49',''),(41809,1,1,43231,1,1123631664,'2016-05-12 04:00:47',''),(41810,1,1,43232,1,2366158595,'2016-05-12 04:08:15',''),(41811,1,1,43233,1,2366158595,'2016-05-12 04:08:18',''),(41812,1,1,43234,1,2366158595,'2016-05-12 04:08:22',''),(41813,1,1,43235,1,2366158595,'2016-05-12 04:08:26',''),(41814,1,1,43236,14,2071807800,'2016-05-12 04:32:21',''),(41815,1,1,43237,47,2366158595,'2016-05-12 04:36:28',''),(41816,1,1,43238,16,3024883463,'2016-05-12 04:53:44',''),(41817,1,1,43239,1,2987935431,'2016-05-12 05:56:34',''),(41818,1,1,43240,1,1542483306,'2016-05-12 06:27:55',''),(41819,1,1,43241,1,1123631670,'2016-05-12 07:42:56',''),(41820,1,1,43242,48,2637637467,'2016-05-12 08:31:36',''),(41821,1,1,43243,65,2637637467,'2016-05-12 08:31:37',''),(41822,1,1,43244,68,2637637467,'2016-05-12 08:31:38',''),(41823,1,1,43245,16,3475901741,'2016-05-12 08:31:59',''),(41824,1,1,43246,66,3475901725,'2016-05-12 08:32:37',''),(41825,1,1,43247,74,2760155461,'2016-05-12 09:01:21',''),(41826,1,1,43248,56,2996485578,'2016-05-12 09:26:02',''),(41827,1,1,43249,6,1123631667,'2016-05-12 12:13:28',''),(41828,1,1,43250,1,1442834770,'2016-05-12 13:26:22','https://www.google.co.uk/'),(41829,1,1,43251,31,2366145637,'2016-05-12 14:22:40',''),(41830,1,1,43252,15,2655384178,'2016-05-12 14:38:10',''),(41831,1,1,43253,73,2655384178,'2016-05-12 14:38:13',''),(41832,1,1,43254,66,2366148121,'2016-05-12 15:17:18',''),(41833,1,1,43255,3,1053977545,'2016-05-12 15:30:51',''),(41834,1,1,43256,18,1311650550,'2016-05-12 17:10:26',''),(41835,1,1,43257,29,1311650550,'2016-05-12 17:10:29',''),(41836,1,1,43258,26,2731721828,'2016-05-12 18:34:17',''),(41837,1,1,43259,26,2731721828,'2016-05-12 18:34:19',''),(41838,1,1,43260,43,2538610615,'2016-05-12 18:48:59',''),(41839,1,1,43261,27,2366158595,'2016-05-12 20:15:39',''),(41840,1,1,43262,1,1123631664,'2016-05-12 21:31:02',''),(41841,1,1,43263,15,2366145637,'2016-05-12 22:33:20',''),(41842,1,1,43264,1,2655384178,'2016-05-12 23:10:54',''),(41843,1,1,43265,1,2655384178,'2016-05-12 23:10:58',''),(41844,1,1,43266,1,2655384178,'2016-05-12 23:11:01',''),(41845,1,1,43267,1,2655384178,'2016-05-12 23:11:03',''),(41846,1,1,43268,1,2655384178,'2016-05-12 23:11:06',''),(41847,1,1,43269,1,2655384178,'2016-05-12 23:11:10',''),(41848,1,1,43270,1,2655384178,'2016-05-12 23:11:12',''),(41849,1,1,43271,1,2655384178,'2016-05-12 23:11:15',''),(41850,1,1,43272,1,2655384178,'2016-05-12 23:11:17',''),(41851,1,1,43273,1,2655384178,'2016-05-12 23:11:20',''),(41852,1,1,43274,54,2366158595,'2016-05-12 23:49:59',''),(41853,1,1,43275,1,2366158595,'2016-05-13 01:40:11',''),(41854,1,1,43276,1,2366158595,'2016-05-13 01:40:15',''),(41855,1,1,43277,1,2366158595,'2016-05-13 01:40:19',''),(41856,1,1,43278,1,2366158595,'2016-05-13 01:40:22',''),(41857,1,1,43279,41,872366385,'2016-05-13 01:47:57',''),(41858,1,1,43280,1,1053988087,'2016-05-13 02:03:35',''),(41859,1,1,43281,1,1053988087,'2016-05-13 02:03:37',''),(41860,1,1,43282,1,1053988087,'2016-05-13 02:03:40',''),(41861,1,1,43283,1,1053988087,'2016-05-13 02:03:42',''),(41862,1,1,43284,1,1053988087,'2016-05-13 02:03:45',''),(41863,1,1,43285,1,1053988087,'2016-05-13 02:03:47',''),(41864,1,1,43286,1,1053988087,'2016-05-13 02:03:50',''),(41865,1,1,43287,1,1053988087,'2016-05-13 02:03:52',''),(41866,1,1,43288,1,1053988087,'2016-05-13 02:03:54',''),(41867,1,1,43289,1,1053988087,'2016-05-13 02:03:57',''),(41868,1,1,43290,58,872366384,'2016-05-13 02:23:52',''),(41869,1,1,43291,43,2366158595,'2016-05-13 02:38:20',''),(41870,1,1,43292,1,3024883467,'2016-05-13 04:26:14',''),(41871,1,1,43293,6,3024883486,'2016-05-13 05:59:22',''),(41872,1,1,43294,1,1542483319,'2016-05-13 06:36:58',''),(41873,1,1,43295,63,1123631667,'2016-05-13 07:06:49',''),(41874,1,1,43296,1,2953382627,'2016-05-13 09:31:20',''),(41875,1,1,43297,1,1066263218,'2016-05-13 10:22:23',''),(41876,1,1,43298,54,1066263218,'2016-05-13 10:22:25',''),(41877,1,1,43299,66,1066263218,'2016-05-13 10:22:28',''),(41878,1,1,43300,1,1066263218,'2016-05-13 10:22:31',''),(41879,1,1,43301,44,872366345,'2016-05-13 10:31:20',''),(41880,1,1,43302,31,3024883610,'2016-05-13 10:57:28',''),(41881,1,1,43303,26,772022347,'2016-05-13 11:40:58',''),(41882,1,1,43304,26,772022347,'2016-05-13 11:41:01',''),(41883,1,1,43305,26,772022347,'2016-05-13 11:41:03',''),(41884,1,1,43306,26,772022347,'2016-05-13 11:41:05',''),(41885,1,1,43307,1,1367738582,'2016-05-13 12:01:51','https://www.google.co.uk/'),(41886,1,1,43308,1,3024883594,'2016-05-13 12:11:24',''),(41887,1,1,43309,3,1159644914,'2016-05-13 12:29:33',''),(41888,1,1,43310,3,1159644914,'2016-05-13 12:29:36',''),(41889,1,1,43311,3,2513055649,'2016-05-13 13:00:56',''),(41890,1,1,43312,43,872366349,'2016-05-13 13:41:23',''),(41891,1,1,43313,1,3281697651,'2016-05-13 14:50:51',''),(41892,1,1,43314,1,1053977545,'2016-05-13 15:23:25',''),(41893,1,1,43315,44,1159646682,'2016-05-13 15:59:27',''),(41894,1,1,43316,49,1159646682,'2016-05-13 15:59:31',''),(41895,1,1,43317,59,1159646682,'2016-05-13 15:59:34',''),(41896,1,1,43318,43,3245313177,'2016-05-13 16:15:59',''),(41897,1,1,43319,27,3245313177,'2016-05-13 16:16:01',''),(41898,1,1,43320,58,3245313177,'2016-05-13 16:16:04',''),(41899,1,1,43321,64,1123631667,'2016-05-13 16:45:28',''),(41900,1,1,43322,1,1539836952,'2016-05-13 17:30:22',''),(41901,1,1,43323,1,2071807826,'2016-05-13 18:12:37',''),(41902,1,1,43324,64,1152705687,'2016-05-13 18:14:53',''),(41903,1,1,43325,18,872391332,'2016-05-13 18:17:09',''),(41904,1,1,43326,29,872391332,'2016-05-13 18:17:25',''),(41905,1,1,43327,1,1123631670,'2016-05-13 19:05:28',''),(41906,1,1,43328,26,1123631664,'2016-05-13 19:09:40',''),(41907,1,1,43329,26,1123631667,'2016-05-13 19:11:34',''),(41908,1,1,43333,1,3024883612,'2016-05-13 20:12:07',''),(41909,1,1,43334,26,1587212101,'2016-05-13 20:41:02',''),(41910,1,1,43335,45,1587212101,'2016-05-13 20:41:09',''),(41911,1,1,43336,1,2366145637,'2016-05-13 21:42:53',''),(41912,1,1,43337,1,2366148121,'2016-05-13 21:42:57',''),(41913,1,1,43338,1,2366148121,'2016-05-13 21:43:01',''),(41914,1,1,43339,1,2366158595,'2016-05-13 21:43:04',''),(41915,1,1,43340,41,872402691,'2016-05-13 21:50:37',''),(41916,1,1,43341,53,872402691,'2016-05-13 21:50:41',''),(41917,1,1,43342,48,872402691,'2016-05-13 21:50:44',''),(41918,1,1,43343,69,1123631664,'2016-05-13 22:22:08',''),(41919,1,1,43344,16,84494819,'2016-05-13 22:53:21',''),(41920,1,1,43345,26,1170580419,'2016-05-14 00:16:07',''),(41921,1,1,43346,56,1170580419,'2016-05-14 00:16:10',''),(41922,1,1,43347,10,1170580419,'2016-05-14 00:16:13',''),(41923,1,1,43348,62,3024883489,'2016-05-14 01:14:49',''),(41924,1,1,43349,38,1123631667,'2016-05-14 01:35:28',''),(41925,1,1,43350,1,3024883619,'2016-05-14 01:48:19',''),(41926,1,1,43351,26,1152705687,'2016-05-14 02:03:28',''),(41927,1,1,43352,1,3024883599,'2016-05-14 02:21:48',''),(41928,1,1,43353,27,2990476559,'2016-05-14 02:45:44',''),(41929,1,1,43354,44,2990476559,'2016-05-14 02:45:46',''),(41930,1,1,43355,49,2990476559,'2016-05-14 02:45:50',''),(41931,1,1,43356,1,2420902020,'2016-05-14 03:25:08',''),(41932,1,1,43357,1,3024883476,'2016-05-14 04:02:16',''),(41933,1,1,43358,1,1542483323,'2016-05-14 06:15:59',''),(41934,1,1,43359,65,3339975108,'2016-05-14 07:06:54',''),(41935,1,1,43360,65,2422366753,'2016-05-14 07:06:56','http://www.google.co.uk/url?url=http://www.mstyresblackburn.co.uk/index.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwix1oTCgNnMAhVLXRoKHSp4BF0QwW4IIDAF&usg=AFQjCNEBg9SbLFGqi_JvDA3u6jvuY-bLEQ'),(41936,1,1,43361,47,2366158595,'2016-05-14 08:57:55',''),(41937,1,1,43362,1,3024883597,'2016-05-14 09:31:08',''),(41938,1,1,43363,1,3025665936,'2016-05-14 10:07:30',''),(41939,1,1,43364,1,3025665936,'2016-05-14 10:07:33',''),(41940,1,1,43365,6,3025665936,'2016-05-14 10:07:34',''),(41941,1,1,43366,1,84497668,'2016-05-14 12:03:12',''),(41942,1,1,43367,1,84497668,'2016-05-14 12:03:15',''),(41943,1,1,43368,1,84497668,'2016-05-14 12:03:17',''),(41944,1,1,43369,1,84497668,'2016-05-14 12:03:19',''),(41945,1,1,43370,1,84497668,'2016-05-14 12:03:22',''),(41946,1,1,43371,1,84497668,'2016-05-14 12:03:25',''),(41947,1,1,43372,1,84497668,'2016-05-14 12:03:27',''),(41948,1,1,43373,1,84497668,'2016-05-14 12:03:34',''),(41949,1,1,43374,1,84497668,'2016-05-14 12:03:37',''),(41950,1,1,43375,1,84497668,'2016-05-14 12:03:46',''),(41951,1,1,43376,1,3587046520,'2016-05-14 12:40:41',''),(41952,1,1,43377,6,3233507563,'2016-05-14 13:03:02',''),(41953,1,1,43378,1,3233507563,'2016-05-14 13:03:04',''),(41954,1,1,43379,68,3233507563,'2016-05-14 13:03:07',''),(41955,1,1,43380,75,3233507563,'2016-05-14 13:03:10',''),(41956,1,1,43381,1,3702877267,'2016-05-14 13:46:02',''),(41957,1,1,43382,56,1137334395,'2016-05-14 14:57:32',''),(41958,1,1,43383,57,2538610604,'2016-05-14 15:07:11',''),(41959,1,1,43384,1,3024883613,'2016-05-14 15:10:26',''),(41960,1,1,43385,1,3168961237,'2016-05-14 16:05:18',''),(41961,1,1,43386,1,3168961237,'2016-05-14 16:05:20',''),(41962,1,1,43387,1,3168961237,'2016-05-14 16:05:22',''),(41963,1,1,43388,1,3168961237,'2016-05-14 16:05:25',''),(41964,1,1,43389,1,3168961237,'2016-05-14 16:05:27',''),(41965,1,1,43390,1,3168961237,'2016-05-14 16:05:29',''),(41966,1,1,43391,1,3168961237,'2016-05-14 16:05:32',''),(41967,1,1,43392,1,3168961237,'2016-05-14 16:05:34',''),(41968,1,1,43393,1,3168961237,'2016-05-14 16:05:36',''),(41969,1,1,43394,1,3168961237,'2016-05-14 16:05:39',''),(41970,1,1,43395,1,2548069954,'2016-05-14 17:32:33',''),(41971,1,1,43396,1,1123631667,'2016-05-14 17:50:36',''),(41972,1,1,43397,1,1159654074,'2016-05-14 19:59:40',''),(41973,1,1,43398,1,3024883602,'2016-05-14 22:33:51',''),(41974,1,1,43399,1,3024883607,'2016-05-14 22:33:54',''),(41975,1,1,43400,1,2297628119,'2016-05-14 22:38:04',''),(41976,1,1,43401,26,2420901012,'2016-05-14 22:51:28',''),(41977,1,1,43402,26,2420901012,'2016-05-14 22:51:31',''),(41978,1,1,43403,26,1503892538,'2016-05-15 00:05:11',''),(41979,1,1,43404,26,1503892538,'2016-05-15 00:05:13',''),(41980,1,1,43405,26,1503892538,'2016-05-15 00:05:15',''),(41981,1,1,43406,1,1123631664,'2016-05-15 00:24:54',''),(41982,1,1,43407,18,2366145637,'2016-05-15 03:11:53',''),(41983,1,1,43408,51,2760155466,'2016-05-15 04:29:11',''),(41984,1,1,43409,27,2366145637,'2016-05-15 04:57:09',''),(41985,1,1,43410,1,2366158595,'2016-05-15 05:21:07',''),(41986,1,1,43411,1,2366158595,'2016-05-15 05:21:11',''),(41987,1,1,43412,1,2366158595,'2016-05-15 05:21:15',''),(41988,1,1,43413,1,2366145637,'2016-05-15 05:21:19',''),(41989,1,1,43414,1,1577879354,'2016-05-15 05:36:46','http://www.emailmarketingrobot.com/webmasters/'),(41990,1,1,43415,6,1577879354,'2016-05-15 05:36:48','http://www.emailmarketingrobot.com/webmasters/'),(41991,1,1,43416,6,1577879354,'2016-05-15 05:36:50','http://www.emailmarketingrobot.com/webmasters/'),(41992,1,1,43417,1,1577879354,'2016-05-15 05:36:52','http://www.emailmarketingrobot.com/webmasters/'),(41993,1,1,43418,1,1577879354,'2016-05-15 05:36:54','http://www.emailmarketingrobot.com/webmasters/'),(41994,1,1,43419,9,1577879354,'2016-05-15 05:36:57','http://www.emailmarketingrobot.com/webmasters/'),(41995,1,1,43420,18,1577879354,'2016-05-15 05:36:59','http://www.emailmarketingrobot.com/webmasters/'),(41996,1,1,43421,1,1577879354,'2016-05-15 05:37:01','http://www.emailmarketingrobot.com/webmasters/'),(41997,1,1,43422,3,1577879354,'2016-05-15 05:37:03','http://www.emailmarketingrobot.com/webmasters/'),(41998,1,1,43423,31,2366158595,'2016-05-15 06:16:24',''),(41999,1,1,43424,1,1542483273,'2016-05-15 06:34:09',''),(42000,1,1,43425,6,1123631664,'2016-05-15 08:46:18',''),(42001,1,1,43426,56,2637637539,'2016-05-15 08:57:02',''),(42002,1,1,43427,9,2637637539,'2016-05-15 08:57:03',''),(42003,1,1,43428,3,3475901720,'2016-05-15 08:57:33',''),(42004,1,1,43429,6,3475901869,'2016-05-15 09:01:23',''),(42005,1,1,43430,1,3475901869,'2016-05-15 09:01:24',''),(42006,1,1,43431,1,1544811815,'2016-05-15 09:43:45','https://www.google.co.uk/'),(42007,1,1,43432,1,1041806726,'2016-05-15 09:54:05',''),(42008,1,1,43433,1,1503892538,'2016-05-15 10:13:05',''),(42009,1,1,43434,3,1159644914,'2016-05-15 11:10:03',''),(42010,1,1,43435,3,1159644914,'2016-05-15 11:10:06',''),(42011,1,1,43436,44,1503892538,'2016-05-15 11:13:52',''),(42012,1,1,43437,49,1503892538,'2016-05-15 11:13:55',''),(42013,1,1,43438,59,1503892538,'2016-05-15 11:13:58',''),(42014,1,1,43439,1,1123631670,'2016-05-15 11:25:40',''),(42015,1,1,43440,1,3558968578,'2016-05-15 12:03:13',''),(42016,1,1,43441,10,3024883602,'2016-05-15 12:13:01',''),(42017,1,1,43442,52,1123631664,'2016-05-15 12:15:47',''),(42018,1,1,43443,65,1123631667,'2016-05-15 12:50:08',''),(42019,1,1,43446,1,1123631667,'2016-05-15 13:21:40',''),(42020,1,1,43447,26,1534685326,'2016-05-15 13:33:15',''),(42021,1,1,43448,26,1534685326,'2016-05-15 13:33:17',''),(42022,1,1,43449,26,1534685326,'2016-05-15 13:33:19',''),(42023,1,1,43450,26,1534685326,'2016-05-15 13:33:21',''),(42024,1,1,43451,1,3024883484,'2016-05-15 14:26:59',''),(42025,1,1,43452,1,1159649958,'2016-05-15 14:45:27',''),(42026,1,1,43453,1,1159649958,'2016-05-15 14:45:31',''),(42027,1,1,43454,1,1159649958,'2016-05-15 14:45:34',''),(42028,1,1,43455,1,1159649958,'2016-05-15 14:45:37',''),(42029,1,1,43456,1,1159649958,'2016-05-15 14:45:41',''),(42030,1,1,43457,1,1159649958,'2016-05-15 14:45:44',''),(42031,1,1,43458,1,1159649958,'2016-05-15 14:45:47',''),(42032,1,1,43459,1,1159649958,'2016-05-15 14:45:50',''),(42033,1,1,43460,1,1159649958,'2016-05-15 14:45:54',''),(42034,1,1,43461,1,1159649958,'2016-05-15 14:45:57',''),(42035,1,1,43462,1,84504390,'2016-05-15 15:07:07',''),(42036,1,1,43463,27,872362821,'2016-05-15 15:15:43',''),(42037,1,1,43464,44,872362821,'2016-05-15 15:15:48',''),(42038,1,1,43465,49,872362821,'2016-05-15 15:15:51',''),(42039,1,1,43466,1,1159648806,'2016-05-15 15:32:12',''),(42040,1,1,43467,59,1152705687,'2016-05-15 16:07:42',''),(42041,1,1,43468,54,1123631667,'2016-05-15 16:17:01',''),(42042,1,1,43469,54,1123631664,'2016-05-15 16:19:41',''),(42043,1,1,43470,1,2297628119,'2016-05-15 16:43:31',''),(42044,1,1,43471,54,1123631670,'2016-05-15 17:40:17',''),(42045,1,1,43472,65,1123631664,'2016-05-15 18:14:34',''),(42046,1,1,43473,1,1053973110,'2016-05-15 18:46:26',''),(42047,1,1,43474,1,1053973110,'2016-05-15 18:46:28',''),(42048,1,1,43475,1,3702877336,'2016-05-15 18:54:22',''),(42049,1,1,43476,26,2916129570,'2016-05-15 19:11:06',''),(42050,1,1,43477,56,2916129570,'2016-05-15 19:11:09',''),(42051,1,1,43478,10,2916129570,'2016-05-15 19:11:13',''),(42052,1,1,43479,18,772043973,'2016-05-15 19:20:25',''),(42053,1,1,43480,29,772043973,'2016-05-15 19:20:28',''),(42054,1,1,43481,65,1123631667,'2016-05-15 19:32:56',''),(42055,1,1,43483,6,2071807804,'2016-05-15 20:14:35',''),(42056,1,1,43484,1,2420902020,'2016-05-15 20:29:44',''),(42057,1,1,43485,6,3589262799,'2016-05-15 20:42:29',''),(42058,1,1,43486,1,3589262799,'2016-05-15 20:42:32',''),(42059,1,1,43487,68,3589262799,'2016-05-15 20:42:34',''),(42060,1,1,43488,75,3589262799,'2016-05-15 20:42:37',''),(42061,1,1,43489,26,1053988086,'2016-05-15 20:50:39',''),(42062,1,1,43490,26,1053988086,'2016-05-15 20:50:41',''),(42063,1,1,43491,46,1123631667,'2016-05-15 21:54:59',''),(42064,1,1,43492,1,2420902020,'2016-05-15 22:38:22',''),(42065,1,1,43493,3,1489430095,'2016-05-15 23:04:42',''),(42066,1,1,43494,65,1123631670,'2016-05-15 23:06:00',''),(42067,1,1,43495,50,1123631667,'2016-05-16 00:14:35',''),(42068,1,1,43496,1,3024883597,'2016-05-16 00:26:58',''),(42069,1,1,43497,26,2921498610,'2016-05-16 00:53:22',''),(42070,1,1,43498,41,2921498610,'2016-05-16 00:53:25',''),(42071,1,1,43499,45,2921498610,'2016-05-16 00:53:27',''),(42072,1,1,43500,53,2921498610,'2016-05-16 00:53:50',''),(42073,1,1,43501,51,3702877341,'2016-05-16 01:17:43',''),(42074,1,1,43502,1,3024883592,'2016-05-16 01:33:56',''),(42075,1,1,43503,1,3024883607,'2016-05-16 01:33:58',''),(42076,1,1,43504,65,1123631664,'2016-05-16 01:58:43',''),(42077,1,1,43505,1,3024883464,'2016-05-16 02:40:55',''),(42078,1,1,43506,16,1159653890,'2016-05-16 03:44:25',''),(42079,1,1,43507,62,2071807813,'2016-05-16 04:17:48',''),(42080,1,1,43508,54,3024883614,'2016-05-16 04:33:47',''),(42081,1,1,43509,43,1534698189,'2016-05-16 05:04:30',''),(42082,1,1,43510,1,1534698189,'2016-05-16 05:04:32',''),(42083,1,1,43511,43,1534698189,'2016-05-16 05:04:33',''),(42084,1,1,43512,51,3702877361,'2016-05-16 05:24:17',''),(42085,1,1,43513,1,1542483281,'2016-05-16 06:22:38',''),(42086,1,1,43514,28,3024883619,'2016-05-16 07:03:59',''),(42087,1,1,43515,6,3702877304,'2016-05-16 07:06:45',''),(42088,1,1,43516,75,1123631664,'2016-05-16 11:34:36',''),(42089,1,1,43517,1,3339975108,'2016-05-16 11:59:00',''),(42090,1,1,43518,1,3339975108,'2016-05-16 11:59:02',''),(42091,1,1,43519,1,344270861,'2016-05-16 11:59:03','https://www.google.co.uk/'),(42092,1,1,43520,1,344270861,'2016-05-16 11:59:05','https://www.google.co.uk/'),(42093,1,1,43521,1,344270861,'2016-05-16 12:00:20',''),(42094,1,1,43522,6,1152705687,'2016-05-16 12:28:57',''),(42095,1,1,43523,56,1123631667,'2016-05-16 12:42:42',''),(42096,1,1,43524,1,2513055936,'2016-05-16 13:18:08',''),(42097,1,1,43525,1,2513055936,'2016-05-16 13:18:12',''),(42098,1,1,43526,1,2513055936,'2016-05-16 13:18:15',''),(42099,1,1,43527,1,2513055936,'2016-05-16 13:18:18',''),(42100,1,1,43528,1,2513055936,'2016-05-16 13:18:21',''),(42101,1,1,43529,1,2513055936,'2016-05-16 13:18:24',''),(42102,1,1,43530,1,2513055936,'2016-05-16 13:18:27',''),(42103,1,1,43531,1,2513055936,'2016-05-16 13:18:29',''),(42104,1,1,43532,1,2513055936,'2016-05-16 13:18:32',''),(42105,1,1,43533,1,3024883476,'2016-05-16 14:43:38',''),(42106,1,1,43534,1,3024883609,'2016-05-16 17:25:27',''),(42107,1,1,43535,75,3024883618,'2016-05-16 17:58:56',''),(42108,1,1,43536,1,3479603870,'2016-05-16 20:51:19',''),(42109,1,1,43537,31,1123631664,'2016-05-16 21:22:25',''),(42110,1,1,43538,1,3156762438,'2016-05-16 21:25:17',''),(42111,1,1,43539,1,3156762438,'2016-05-16 21:25:20',''),(42112,1,1,43540,1,3156762438,'2016-05-16 21:25:23',''),(42113,1,1,43541,1,3156762438,'2016-05-16 21:25:26',''),(42114,1,1,43542,1,3156762438,'2016-05-16 21:25:29',''),(42115,1,1,43543,1,3156762438,'2016-05-16 21:25:32',''),(42116,1,1,43544,1,3156762438,'2016-05-16 21:25:35',''),(42117,1,1,43545,1,3156762438,'2016-05-16 21:25:38',''),(42118,1,1,43546,1,3156762438,'2016-05-16 21:25:41',''),(42119,1,1,43547,1,3156762438,'2016-05-16 21:25:45',''),(42120,1,1,43548,41,2071807769,'2016-05-16 22:46:16',''),(42121,1,1,43549,1,3024883486,'2016-05-16 23:23:24',''),(42122,1,1,43550,1,3702877363,'2016-05-17 00:16:17',''),(42123,1,1,43551,1,3492536661,'2016-05-17 00:21:33',''),(42124,1,1,43552,62,3702877361,'2016-05-17 03:34:40',''),(42125,1,1,43553,50,3024883481,'2016-05-17 03:44:52',''),(42126,1,1,43554,67,1123631670,'2016-05-17 05:30:33',''),(42127,1,1,43555,57,1152705687,'2016-05-17 05:46:10',''),(42128,1,1,43556,1,1542483288,'2016-05-17 06:33:52',''),(42129,1,1,43557,1,3024883616,'2016-05-17 06:51:38',''),(42130,1,1,43558,43,1815808070,'2016-05-17 07:23:14',''),(42131,1,1,43559,27,1815808070,'2016-05-17 07:23:18',''),(42132,1,1,43560,58,1815808070,'2016-05-17 07:23:21',''),(42133,1,1,43561,1,1054099923,'2016-05-17 09:02:40',''),(42134,1,1,43562,54,1054099923,'2016-05-17 09:02:42',''),(42135,1,1,43563,66,1054099923,'2016-05-17 09:02:45',''),(42136,1,1,43564,1,1054099923,'2016-05-17 09:03:00',''),(42137,1,1,43565,16,3024883463,'2016-05-17 09:10:55',''),(42138,1,1,43566,56,1123631670,'2016-05-17 10:37:00',''),(42139,1,1,43567,1,1388412687,'2016-05-17 14:11:24',''),(42140,1,1,43568,15,3263057764,'2016-05-17 15:19:22','https://www.bing.com/'),(42141,1,1,43569,16,3024883612,'2016-05-17 15:24:49',''),(42142,1,1,43570,1,1123632388,'2016-05-17 15:59:23',''),(42143,1,1,43571,1,1577879354,'2016-05-17 17:59:01','http://www.emailmarketingrobot.com/webmasters/'),(42144,1,1,43572,6,1577879354,'2016-05-17 17:59:03','http://www.emailmarketingrobot.com/webmasters/'),(42145,1,1,43573,6,1577879354,'2016-05-17 17:59:05','http://www.emailmarketingrobot.com/webmasters/'),(42146,1,1,43574,1,1577879354,'2016-05-17 17:59:07','http://www.emailmarketingrobot.com/webmasters/'),(42147,1,1,43575,1,1577879354,'2016-05-17 17:59:09','http://www.emailmarketingrobot.com/webmasters/'),(42148,1,1,43576,9,1577879354,'2016-05-17 17:59:12','http://www.emailmarketingrobot.com/webmasters/'),(42149,1,1,43577,18,1577879354,'2016-05-17 17:59:14','http://www.emailmarketingrobot.com/webmasters/'),(42150,1,1,43578,1,1577879354,'2016-05-17 17:59:17','http://www.emailmarketingrobot.com/webmasters/'),(42151,1,1,43579,3,1577879354,'2016-05-17 17:59:18','http://www.emailmarketingrobot.com/webmasters/'),(42152,1,1,43580,1,872321006,'2016-05-17 18:49:30',''),(42153,1,1,43581,1,1123634740,'2016-05-17 19:33:00',''),(42154,1,1,43582,1,1123634170,'2016-05-17 21:49:44',''),(42155,1,1,43583,1,2990476559,'2016-05-17 22:12:59',''),(42156,1,1,43584,1,2990476559,'2016-05-17 22:13:01',''),(42157,1,1,43585,1,84498858,'2016-05-17 22:13:57',''),(42158,1,1,43586,1,84491906,'2016-05-17 23:10:55',''),(42159,1,1,43587,26,1159648594,'2016-05-17 23:57:51',''),(42160,1,1,43588,26,1159648594,'2016-05-17 23:57:53',''),(42161,1,1,43589,26,1159648594,'2016-05-17 23:57:55',''),(42162,1,1,43590,26,1159648594,'2016-05-17 23:57:58',''),(42163,1,1,43591,41,3702877283,'2016-05-18 00:14:58',''),(42164,1,1,43592,50,3024883594,'2016-05-18 01:21:27',''),(42165,1,1,43593,1,3024883471,'2016-05-18 01:33:04',''),(42166,1,1,43594,26,1534699970,'2016-05-18 02:28:17',''),(42167,1,1,43595,41,1534699970,'2016-05-18 02:28:24',''),(42168,1,1,43596,45,1534699970,'2016-05-18 02:28:32',''),(42169,1,1,43597,53,1534699970,'2016-05-18 02:28:38',''),(42170,1,1,43598,41,1123634733,'2016-05-18 02:29:40',''),(42171,1,1,43599,44,2420915477,'2016-05-18 02:50:03',''),(42172,1,1,43600,49,2420915477,'2016-05-18 02:50:06',''),(42173,1,1,43601,1,3475901734,'2016-05-18 02:50:06',''),(42174,1,1,43602,59,2420915477,'2016-05-18 02:50:09',''),(42175,1,1,43603,1,676177716,'2016-05-18 02:51:40',''),(42176,1,1,43604,1,676177716,'2016-05-18 02:51:42',''),(42177,1,1,43605,38,1152706146,'2016-05-18 04:27:45',''),(42178,1,1,43606,1,3024883619,'2016-05-18 05:28:36',''),(42179,1,1,43607,3,3281697044,'2016-05-18 05:36:36',''),(42180,1,1,43608,3,3281697044,'2016-05-18 05:36:40',''),(42181,1,1,43609,1,1542483304,'2016-05-18 06:33:49',''),(42182,1,1,43610,26,1170583858,'2016-05-18 06:49:52',''),(42183,1,1,43611,26,1170583858,'2016-05-18 06:49:54',''),(42184,1,1,43612,26,1170583858,'2016-05-18 06:49:56',''),(42185,1,1,43613,1,3629205351,'2016-05-18 06:52:38',''),(42186,1,1,43614,1,2420902020,'2016-05-18 07:36:02',''),(42187,1,1,43615,1,2420902990,'2016-05-18 09:01:58',''),(42188,1,1,43616,66,3024883603,'2016-05-18 10:19:11',''),(42189,1,1,43617,27,2420923694,'2016-05-18 10:43:18',''),(42190,1,1,43618,44,2420923694,'2016-05-18 10:43:21',''),(42191,1,1,43619,49,2420923694,'2016-05-18 10:43:25',''),(42192,1,1,43620,1,1534922052,'2016-05-18 11:01:09',''),(42193,1,1,43621,6,1123634733,'2016-05-18 11:22:06',''),(42194,1,1,43622,43,772022347,'2016-05-18 11:51:47',''),(42195,1,1,43623,45,772022347,'2016-05-18 11:51:50',''),(42196,1,1,43624,16,1503892538,'2016-05-18 12:31:42',''),(42197,1,1,43625,1,1503892538,'2016-05-18 12:40:56',''),(42198,1,1,43626,54,1503892538,'2016-05-18 12:40:59',''),(42199,1,1,43627,66,1503892538,'2016-05-18 12:41:01',''),(42200,1,1,43628,1,1503892538,'2016-05-18 12:41:04',''),(42201,1,1,43629,26,2731721858,'2016-05-18 13:39:50',''),(42202,1,1,43630,26,2731721858,'2016-05-18 13:39:52',''),(42203,1,1,43631,26,2953382627,'2016-05-18 14:52:08',''),(42204,1,1,43632,56,2953382627,'2016-05-18 14:52:10',''),(42205,1,1,43633,1,84512482,'2016-05-18 15:06:49',''),(42206,1,1,43634,1,84512482,'2016-05-18 15:06:52',''),(42207,1,1,43635,1,84512482,'2016-05-18 15:06:54',''),(42208,1,1,43636,1,84512482,'2016-05-18 15:06:57',''),(42209,1,1,43637,1,84512482,'2016-05-18 15:06:59',''),(42210,1,1,43638,1,84512482,'2016-05-18 15:07:28',''),(42211,1,1,43639,1,84512482,'2016-05-18 15:07:30',''),(42212,1,1,43640,1,84512482,'2016-05-18 15:07:33',''),(42213,1,1,43641,1,84512482,'2016-05-18 15:07:36',''),(42214,1,1,43642,1,84512482,'2016-05-18 15:07:38',''),(42215,1,1,43643,1,1123631281,'2016-05-18 15:18:11',''),(42216,1,1,43645,27,3024883484,'2016-05-18 17:08:57',''),(42217,1,1,43646,6,84504390,'2016-05-18 17:43:35',''),(42218,1,1,43647,1,84504390,'2016-05-18 17:43:38',''),(42219,1,1,43648,68,84504390,'2016-05-18 17:43:41',''),(42220,1,1,43649,75,84504390,'2016-05-18 17:43:44',''),(42221,1,1,43650,43,772022347,'2016-05-18 18:39:53',''),(42222,1,1,43651,27,772022347,'2016-05-18 18:39:55',''),(42223,1,1,43652,58,772022347,'2016-05-18 18:39:58',''),(42224,1,1,43653,26,1152706146,'2016-05-18 20:14:53',''),(42225,1,1,43654,1,3518918997,'2016-05-18 20:39:10',''),(42226,1,1,43655,1,84498858,'2016-05-18 20:40:35',''),(42227,1,1,43656,1,1760471393,'2016-05-18 21:21:00',''),(42228,1,1,43657,48,3475901713,'2016-05-18 22:44:08',''),(42229,1,1,43658,63,3475901713,'2016-05-18 22:44:10',''),(42230,1,1,43659,68,3475901713,'2016-05-18 22:44:11',''),(42231,1,1,43660,65,3475901713,'2016-05-18 22:44:13',''),(42232,1,1,43661,55,3475901734,'2016-05-18 22:44:13',''),(42233,1,1,43662,69,3475901713,'2016-05-18 22:44:14',''),(42234,1,1,43663,26,3475901734,'2016-05-18 22:44:15',''),(42235,1,1,43664,26,3475901734,'2016-05-18 22:44:16',''),(42236,1,1,43665,26,3475901734,'2016-05-18 22:44:17',''),(42237,1,1,43666,26,3475901734,'2016-05-18 22:44:18',''),(42238,1,1,43667,26,676177757,'2016-05-18 22:44:22',''),(42239,1,1,43668,26,676177757,'2016-05-18 22:44:23',''),(42240,1,1,43669,66,676177757,'2016-05-18 22:44:24',''),(42241,1,1,43670,26,676177757,'2016-05-18 22:44:26',''),(42242,1,1,43671,67,1123631281,'2016-05-18 23:03:38',''),(42243,1,1,43672,1,3479603870,'2016-05-19 00:48:17',''),(42244,1,1,43673,1,3479603870,'2016-05-19 01:05:51',''),(42245,1,1,43674,43,1123631273,'2016-05-19 01:45:23',''),(42246,1,1,43675,9,1053974832,'2016-05-19 02:48:33',''),(42247,1,1,43676,3,1053974832,'2016-05-19 02:48:40',''),(42248,1,1,43677,65,3024883611,'2016-05-19 03:14:16',''),(42249,1,1,43678,26,3281697044,'2016-05-19 03:41:14',''),(42250,1,1,43679,1,3281697044,'2016-05-19 03:41:18',''),(42251,1,1,43680,1,3281697044,'2016-05-19 03:41:22',''),(42252,1,1,43681,1,3281697044,'2016-05-19 03:41:25',''),(42253,1,1,43682,1,3281697044,'2016-05-19 03:41:28',''),(42254,1,1,43683,1,3281697044,'2016-05-19 03:41:31',''),(42255,1,1,43684,1,3281697044,'2016-05-19 03:41:37',''),(42256,1,1,43685,1,3281697044,'2016-05-19 03:41:41',''),(42257,1,1,43686,1,3281697044,'2016-05-19 03:41:44',''),(42258,1,1,43687,1,3281697044,'2016-05-19 03:41:47',''),(42259,1,1,43688,1,3281697044,'2016-05-19 03:41:51',''),(42260,1,1,43689,43,3281697044,'2016-05-19 03:41:54',''),(42261,1,1,43690,1,1397225252,'2016-05-19 04:25:12',''),(42262,1,1,43691,1,1397225252,'2016-05-19 04:25:25',''),(42263,1,1,43692,1,1397225252,'2016-05-19 04:25:41',''),(42264,1,1,43693,1,1397225252,'2016-05-19 04:25:51',''),(42265,1,1,43694,1,1397225252,'2016-05-19 04:26:07',''),(42266,1,1,43695,1,1123636146,'2016-05-19 04:27:19',''),(42267,1,1,43696,1,676177757,'2016-05-19 06:28:25',''),(42268,1,1,43697,1,1542483299,'2016-05-19 06:31:59',''),(42269,1,1,43698,16,872362138,'2016-05-19 06:57:19',''),(42270,1,1,43699,1,2204827759,'2016-05-19 07:30:51',''),(42271,1,1,43700,1,1123631273,'2016-05-19 09:35:42',''),(42272,1,1,43701,1,1367675935,'2016-05-19 10:40:42','https://www.google.co.uk/'),(42273,1,1,43702,1,3702877345,'2016-05-19 12:59:41',''),(42274,1,1,43703,1,1123634163,'2016-05-19 14:50:23',''),(42275,1,1,43704,1,1442835406,'2016-05-19 16:15:58','https://www.google.co.uk/'),(42276,1,1,43705,1,1123631664,'2016-05-19 18:17:24',''),(42277,1,1,43706,56,1229809673,'2016-05-19 19:23:42','https://www.google.com/'),(42278,1,1,43707,1,1452301757,'2016-05-19 19:27:13','https://www.bing.com/'),(42279,1,1,43708,1,2513057286,'2016-05-20 03:10:02',''),(42280,1,1,43709,1,2513057286,'2016-05-20 03:10:06',''),(42281,1,1,43710,1,2513057286,'2016-05-20 03:10:08',''),(42282,1,1,43711,1,2513057286,'2016-05-20 03:10:11',''),(42283,1,1,43712,1,2513057286,'2016-05-20 03:10:14',''),(42284,1,1,43713,1,2513057286,'2016-05-20 03:10:17',''),(42285,1,1,43714,1,2513057286,'2016-05-20 03:10:19',''),(42286,1,1,43715,1,2513057286,'2016-05-20 03:10:22',''),(42287,1,1,43716,1,2513057286,'2016-05-20 03:10:25',''),(42288,1,1,43717,1,2513057286,'2016-05-20 03:10:27',''),(42289,1,1,43718,1,3702877333,'2016-05-20 03:50:27',''),(42290,1,1,43719,1,1123631670,'2016-05-20 05:04:15',''),(42291,1,1,43720,65,3024883470,'2016-05-20 06:08:11',''),(42292,1,1,43721,1,1542483288,'2016-05-20 06:38:54',''),(42293,1,1,43722,1,1159653890,'2016-05-20 07:12:48',''),(42294,1,1,43723,1,1596849787,'2016-05-20 07:17:09',''),(42295,1,1,43724,27,3024883612,'2016-05-20 09:38:52',''),(42296,1,1,43725,26,2655383962,'2016-05-20 10:05:32',''),(42297,1,1,43726,26,2655383962,'2016-05-20 10:05:34',''),(42298,1,1,43727,26,2655383962,'2016-05-20 10:05:37',''),(42299,1,1,43728,26,2655383962,'2016-05-20 10:05:40',''),(42300,1,1,43729,16,1123631670,'2016-05-20 10:52:22',''),(42301,1,1,43730,16,1123632507,'2016-05-20 12:02:48',''),(42302,1,1,43731,1,1159644850,'2016-05-20 13:43:38',''),(42303,1,1,43732,1,1159644850,'2016-05-20 13:43:47',''),(42304,1,1,43733,3,1159644850,'2016-05-20 13:43:50',''),(42305,1,1,43734,3,1159644850,'2016-05-20 13:43:53',''),(42306,1,1,43735,1,1159645538,'2016-05-20 14:56:28',''),(42307,1,1,43736,26,3562254785,'2016-05-20 15:18:26',''),(42308,1,1,43737,26,3562254785,'2016-05-20 15:18:30',''),(42309,1,1,43738,26,3562254785,'2016-05-20 15:18:36',''),(42310,1,1,43739,26,3562254785,'2016-05-20 15:18:41',''),(42311,1,1,43740,31,3562254785,'2016-05-20 15:18:49',''),(42312,1,1,43741,47,3562254785,'2016-05-20 15:18:56',''),(42313,1,1,43742,71,3562254785,'2016-05-20 15:19:01',''),(42314,1,1,43743,70,3562254785,'2016-05-20 15:19:09',''),(42315,1,1,43744,1,1159650802,'2016-05-20 15:44:08',''),(42316,1,1,43745,1,3024883483,'2016-05-20 15:59:11',''),(42317,1,1,43746,43,3093246886,'2016-05-20 17:06:18',''),(42318,1,1,43747,1,3093246886,'2016-05-20 17:06:33',''),(42319,1,1,43748,43,3093246886,'2016-05-20 17:06:49',''),(42320,1,1,43749,1,1544264666,'2016-05-20 17:32:53','https://www.google.co.uk/'),(42321,1,1,43750,1,2917833082,'2016-05-20 18:24:39',''),(42322,1,1,43751,1,1041806727,'2016-05-20 18:28:40',''),(42323,1,1,43752,1,1123631670,'2016-05-20 19:22:16',''),(42324,1,1,43753,6,2637637609,'2016-05-20 20:28:12',''),(42325,1,1,43754,44,2420901739,'2016-05-20 20:51:25',''),(42326,1,1,43755,49,2420901739,'2016-05-20 20:51:31',''),(42327,1,1,43756,59,2420901739,'2016-05-20 20:51:34',''),(42328,1,1,43757,41,3702877323,'2016-05-20 20:55:40',''),(42329,1,1,43758,71,3024883478,'2016-05-20 21:12:20',''),(42330,1,1,43759,1,1123631664,'2016-05-20 22:37:19',''),(42331,1,1,43760,1,872315321,'2016-05-20 22:44:55',''),(42332,1,1,43761,1,872315321,'2016-05-20 22:44:58',''),(42333,1,1,43762,26,2420915477,'2016-05-21 00:32:46',''),(42334,1,1,43763,26,2420915477,'2016-05-21 00:32:49',''),(42335,1,1,43764,72,3024883486,'2016-05-21 00:45:43',''),(42336,1,1,43765,45,1123631670,'2016-05-21 01:28:58',''),(42337,1,1,43767,1,1123631667,'2016-05-21 02:40:30',''),(42338,1,1,43768,26,1557216258,'2016-05-21 03:04:28',''),(42339,1,1,43769,26,1557216258,'2016-05-21 03:04:53',''),(42340,1,1,43770,26,1557216258,'2016-05-21 03:04:58',''),(42341,1,1,43771,1,1542483267,'2016-05-21 06:37:16',''),(42342,1,1,43772,6,872315323,'2016-05-21 07:05:36',''),(42343,1,1,43773,1,872315323,'2016-05-21 07:05:39',''),(42344,1,1,43774,68,872315323,'2016-05-21 07:05:43',''),(42345,1,1,43775,75,872315323,'2016-05-21 07:05:46',''),(42346,1,1,43776,1,1159648594,'2016-05-21 07:09:57',''),(42347,1,1,43777,70,1123631670,'2016-05-21 07:42:31',''),(42348,1,1,43778,1,3024883461,'2016-05-21 09:55:12',''),(42349,1,1,43779,6,1123631664,'2016-05-21 10:19:02',''),(42350,1,1,43780,43,2955169831,'2016-05-21 12:11:15',''),(42351,1,1,43781,27,2955169831,'2016-05-21 12:11:19',''),(42352,1,1,43782,58,2955169831,'2016-05-21 12:11:22',''),(42353,1,1,43783,1,1159647986,'2016-05-21 14:49:34',''),(42354,1,1,43784,54,1159647986,'2016-05-21 14:49:37',''),(42355,1,1,43785,66,1159647986,'2016-05-21 14:49:40',''),(42356,1,1,43786,1,1159647986,'2016-05-21 14:49:43',''),(42357,1,1,43787,72,3024883597,'2016-05-21 16:46:47',''),(42358,1,1,43788,1,1123631664,'2016-05-21 19:34:38',''),(42359,1,1,43789,56,1123631670,'2016-05-21 19:44:41',''),(42360,1,1,43790,1,3024883486,'2016-05-21 21:54:44',''),(42361,1,1,43791,56,3643602301,'2016-05-21 22:29:10','http://www.google.co.uk/'),(42362,1,1,43792,58,3024883472,'2016-05-22 00:18:16',''),(42363,1,1,43793,56,2637637387,'2016-05-22 00:35:29',''),(42364,1,1,43794,9,2637637387,'2016-05-22 00:35:30',''),(42365,1,1,43795,43,2637637387,'2016-05-22 00:35:32',''),(42366,1,1,43796,43,3475901778,'2016-05-22 00:35:39',''),(42367,1,1,43797,43,3475901778,'2016-05-22 00:35:40',''),(42368,1,1,43798,29,3475901778,'2016-05-22 00:35:42',''),(42369,1,1,43799,18,3475901778,'2016-05-22 00:35:43',''),(42370,1,1,43800,3,676177673,'2016-05-22 00:35:43',''),(42371,1,1,43801,1,2637637455,'2016-05-22 01:10:38',''),(42372,1,1,43802,6,2637637455,'2016-05-22 01:10:39',''),(42373,1,1,43803,1,1159647986,'2016-05-22 02:02:16',''),(42374,1,1,43804,1,1159647986,'2016-05-22 02:02:20',''),(42375,1,1,43805,1,1159647986,'2016-05-22 02:02:22',''),(42376,1,1,43806,1,1159647986,'2016-05-22 02:02:25',''),(42377,1,1,43807,1,1159647986,'2016-05-22 02:02:27',''),(42378,1,1,43808,1,1159647986,'2016-05-22 02:02:30',''),(42379,1,1,43809,1,1159647986,'2016-05-22 02:02:33',''),(42380,1,1,43810,1,1159647986,'2016-05-22 02:02:35',''),(42381,1,1,43811,1,1159647986,'2016-05-22 02:02:38',''),(42382,1,1,43812,1,1159647986,'2016-05-22 02:02:40',''),(42383,1,1,43813,1,3024883602,'2016-05-22 05:36:16',''),(42384,1,1,43814,41,1159644874,'2016-05-22 05:53:18',''),(42385,1,1,43815,16,1159644874,'2016-05-22 05:53:21',''),(42386,1,1,43816,1,1542483275,'2016-05-22 06:40:32',''),(42387,1,1,43817,45,1152706146,'2016-05-22 07:10:05',''),(42388,1,1,43818,1,2152051264,'2016-05-22 10:00:54','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1062.2FbuY-IMrJELxv_0KxQGBvPvAKT991BKS8BdkF6HC_5gdbsUFw8Cu8Gvhg6VjHf6.c89ebbc0fb5a83d522970359f9601bce3ace2722&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0Y'),(42389,1,1,43819,43,1123631667,'2016-05-22 13:14:24',''),(42390,1,1,43820,29,1152706146,'2016-05-22 14:42:17',''),(42391,1,1,43821,1,2071807829,'2016-05-22 16:00:05',''),(42392,1,1,43822,6,2637637455,'2016-05-22 16:19:04',''),(42393,1,1,43823,69,3024883610,'2016-05-22 17:36:00',''),(42394,1,1,43824,58,3024883482,'2016-05-22 18:42:58',''),(42395,1,1,43825,1,1595518535,'2016-05-22 23:45:37','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1062.sqCwCxhU3RxO7BAuGcscb2wFRv709o0By55mKxRTHGQRJFbhWTrCjj3LvJIUAZk-.1338eabe1bc9184d3374f188d4c1de9e88f49c5c&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0Y'),(42396,1,1,43826,1,2917833082,'2016-05-23 02:25:29',''),(42397,1,1,43827,52,1152706146,'2016-05-23 03:15:44',''),(42398,1,1,43828,1,1534713103,'2016-05-23 03:33:38',''),(42399,1,1,43829,1,2071807801,'2016-05-23 04:07:52',''),(42400,1,1,43830,43,1123631667,'2016-05-23 05:36:12',''),(42401,1,1,43831,41,1053986805,'2016-05-23 06:03:45',''),(42402,1,1,43832,53,1053986805,'2016-05-23 06:03:47',''),(42403,1,1,43833,48,1053986805,'2016-05-23 06:03:49',''),(42404,1,1,43834,1,772043973,'2016-05-23 06:16:17',''),(42405,1,1,43835,1,1542483278,'2016-05-23 06:26:26',''),(42406,1,1,43836,1,1123631664,'2016-05-23 07:33:55',''),(42407,1,1,43837,1,1123631667,'2016-05-23 08:17:28',''),(42408,1,1,43838,26,3281697044,'2016-05-23 09:48:31',''),(42409,1,1,43839,26,3281697044,'2016-05-23 09:48:36',''),(42410,1,1,43840,26,3281697044,'2016-05-23 09:48:39',''),(42411,1,1,43841,26,3281697044,'2016-05-23 09:48:45',''),(42412,1,1,43842,1,1308163185,'2016-05-23 10:51:48',''),(42413,1,1,43843,6,1159644858,'2016-05-23 11:08:13',''),(42414,1,1,43844,1,1159644858,'2016-05-23 11:08:19',''),(42415,1,1,43845,68,1159644858,'2016-05-23 11:08:22',''),(42416,1,1,43846,75,1159644858,'2016-05-23 11:08:26',''),(42417,1,1,43847,1,1534713103,'2016-05-23 11:27:22',''),(42418,1,1,43848,1,1534713103,'2016-05-23 11:27:24',''),(42419,1,1,43849,3,1534713103,'2016-05-23 11:27:27',''),(42420,1,1,43850,3,1534713103,'2016-05-23 11:27:29',''),(42421,1,1,43851,26,84512482,'2016-05-23 12:32:46',''),(42422,1,1,43852,26,84512482,'2016-05-23 12:32:48',''),(42423,1,1,43853,26,84512482,'2016-05-23 12:32:50',''),(42424,1,1,43854,27,782615949,'2016-05-23 13:48:45',''),(42425,1,1,43855,44,782615949,'2016-05-23 13:48:49',''),(42426,1,1,43856,49,782615949,'2016-05-23 13:48:51',''),(42427,1,1,43857,1,2420902987,'2016-05-23 13:53:40',''),(42428,1,1,43858,1,2420902987,'2016-05-23 13:53:43',''),(42429,1,1,43859,1,2420902987,'2016-05-23 13:53:50',''),(42430,1,1,43860,1,2420902987,'2016-05-23 13:53:53',''),(42431,1,1,43861,1,2420902987,'2016-05-23 13:53:58',''),(42432,1,1,43862,1,2420902987,'2016-05-23 13:54:09',''),(42433,1,1,43863,1,2420902987,'2016-05-23 13:54:16',''),(42434,1,1,43864,1,2420902987,'2016-05-23 13:54:31',''),(42435,1,1,43865,1,2420902987,'2016-05-23 13:54:35',''),(42436,1,1,43866,1,2420902987,'2016-05-23 13:54:38',''),(42437,1,1,43867,1,1587212101,'2016-05-23 13:56:25',''),(42438,1,1,43868,1,2297665554,'2016-05-23 14:02:38',''),(42439,1,1,43869,41,2655384178,'2016-05-23 14:55:06',''),(42440,1,1,43870,16,2655384178,'2016-05-23 14:55:09',''),(42441,1,1,43871,55,1159644858,'2016-05-23 15:35:19',''),(42442,1,1,43872,62,1159644858,'2016-05-23 15:35:23',''),(42443,1,1,43873,63,1159644858,'2016-05-23 15:35:27',''),(42444,1,1,43874,15,2637637507,'2016-05-23 15:59:45',''),(42445,1,1,43875,1,1152706146,'2016-05-23 20:39:41',''),(42446,1,1,43876,67,3024883486,'2016-05-23 21:20:19',''),(42447,1,1,43877,1,1443192687,'2016-05-23 21:31:42','https://www.google.co.uk/'),(42448,1,1,43878,26,1053986805,'2016-05-23 22:09:18',''),(42449,1,1,43879,26,1053986805,'2016-05-23 22:09:21',''),(42450,1,1,43880,1,1796538632,'2016-05-23 23:30:24',''),(42451,1,1,43881,43,1170583834,'2016-05-23 23:34:21',''),(42452,1,1,43882,27,1170583834,'2016-05-23 23:34:29',''),(42453,1,1,43883,58,1170583834,'2016-05-23 23:34:32',''),(42454,1,1,43884,69,3024883593,'2016-05-23 23:34:49',''),(42455,1,1,43885,1,84491906,'2016-05-24 01:27:20',''),(42456,1,1,43886,54,84491906,'2016-05-24 01:27:23',''),(42457,1,1,43887,66,84491906,'2016-05-24 01:27:26',''),(42458,1,1,43888,1,84491906,'2016-05-24 01:27:30',''),(42459,1,1,43889,1,872391333,'2016-05-24 05:10:06',''),(42460,1,1,43890,1,872391333,'2016-05-24 05:10:08',''),(42461,1,1,43891,1,872391333,'2016-05-24 05:10:11',''),(42462,1,1,43892,1,872391333,'2016-05-24 05:10:42',''),(42463,1,1,43893,1,872391333,'2016-05-24 05:10:45',''),(42464,1,1,43894,1,872391333,'2016-05-24 05:10:48',''),(42465,1,1,43895,1,872391333,'2016-05-24 05:10:51',''),(42466,1,1,43896,1,872391333,'2016-05-24 05:10:54',''),(42467,1,1,43897,1,872391333,'2016-05-24 05:10:58',''),(42468,1,1,43898,1,872391333,'2016-05-24 05:11:01',''),(42469,1,1,43899,1,1123631664,'2016-05-24 05:15:31',''),(42470,1,1,43900,26,1123631667,'2016-05-24 05:20:25',''),(42471,1,1,43905,1,1123631664,'2016-05-24 06:11:46',''),(42472,1,1,43906,1,1542483277,'2016-05-24 06:43:47',''),(42473,1,1,43907,9,1123631667,'2016-05-24 07:42:31',''),(42474,1,1,43909,1,2637637571,'2016-05-24 08:19:48',''),(42475,1,1,43910,6,2637637571,'2016-05-24 08:19:49',''),(42476,1,1,43911,43,2637637426,'2016-05-24 08:20:05',''),(42477,1,1,43912,43,2637637426,'2016-05-24 08:20:07',''),(42478,1,1,43913,29,2637637426,'2016-05-24 08:20:08',''),(42479,1,1,43914,18,2637637426,'2016-05-24 08:20:09',''),(42480,1,1,43915,3,676177673,'2016-05-24 08:20:11',''),(42481,1,1,43916,56,2637637610,'2016-05-24 08:20:23',''),(42482,1,1,43917,9,2637637610,'2016-05-24 08:20:24',''),(42483,1,1,43918,43,2637637610,'2016-05-24 08:20:25',''),(42484,1,1,43919,1,3105520166,'2016-05-24 08:23:36',''),(42485,1,1,43920,1,96747671,'2016-05-24 08:33:30',''),(42486,1,1,43921,16,96747671,'2016-05-24 08:33:34',''),(42487,1,1,43922,1,3479294180,'2016-05-24 08:45:45',''),(42488,1,1,43923,16,3479294180,'2016-05-24 08:45:46',''),(42489,1,1,43924,1,3423189863,'2016-05-24 08:57:27',''),(42490,1,1,43925,1,3423189863,'2016-05-24 09:06:19',''),(42491,1,1,43926,1,1347353111,'2016-05-24 09:10:49',''),(42492,1,1,43927,54,1123631670,'2016-05-24 09:16:11',''),(42493,1,1,43929,1,3647724479,'2016-05-24 09:33:43',''),(42494,1,1,43930,1,1311333514,'2016-05-24 09:46:35',''),(42495,1,1,43931,1,3569477239,'2016-05-24 09:58:09',''),(42496,1,1,43932,1,1152706146,'2016-05-24 10:19:22',''),(42497,1,1,43933,1,1333620522,'2016-05-24 10:23:23',''),(42498,1,1,43934,1,794316198,'2016-05-24 10:35:01',''),(42499,1,1,43935,1,1123631667,'2016-05-24 13:30:34',''),(42500,1,1,43936,16,1123631670,'2016-05-24 13:45:48',''),(42501,1,1,43937,43,392230397,'2016-05-24 16:26:03',''),(42502,1,1,43938,1,392230397,'2016-05-24 16:26:14',''),(42503,1,1,43939,43,392230397,'2016-05-24 16:26:26',''),(42504,1,1,43940,65,2071807769,'2016-05-24 17:18:33',''),(42505,1,1,43941,26,2637637610,'2016-05-24 19:00:40',''),(42506,1,1,43942,26,2637637610,'2016-05-24 19:00:41',''),(42507,1,1,43943,70,2637637610,'2016-05-24 19:00:42',''),(42508,1,1,43944,71,2637637610,'2016-05-24 19:00:43',''),(42509,1,1,43945,73,2637637610,'2016-05-24 19:00:45',''),(42510,1,1,43946,55,2637637610,'2016-05-24 19:00:46',''),(42511,1,1,43947,26,2637637571,'2016-05-24 19:00:47',''),(42512,1,1,43948,72,2637637571,'2016-05-24 19:00:48',''),(42513,1,1,43949,26,2637637610,'2016-05-24 19:00:48',''),(42514,1,1,43950,26,2637637610,'2016-05-24 19:00:49',''),(42515,1,1,43951,26,2637637571,'2016-05-24 19:00:49',''),(42516,1,1,43952,26,2637637610,'2016-05-24 19:00:50',''),(42517,1,1,43953,26,2637637571,'2016-05-24 19:00:50',''),(42518,1,1,43954,26,2637637610,'2016-05-24 19:00:51',''),(42519,1,1,43955,26,2637637571,'2016-05-24 19:00:52',''),(42520,1,1,43956,65,3475901768,'2016-05-24 19:00:57',''),(42521,1,1,43957,69,3475901768,'2016-05-24 19:00:59',''),(42522,1,1,43958,68,3475901768,'2016-05-24 19:01:00',''),(42523,1,1,43959,26,2637637426,'2016-05-24 19:01:01',''),(42524,1,1,43960,63,3475901768,'2016-05-24 19:01:02',''),(42525,1,1,43961,67,2637637426,'2016-05-24 19:01:02',''),(42526,1,1,43962,48,3475901768,'2016-05-24 19:01:03',''),(42527,1,1,43963,75,2637637426,'2016-05-24 19:01:04',''),(42528,1,1,43964,64,2637637426,'2016-05-24 19:01:06',''),(42529,1,1,43965,62,2637637426,'2016-05-24 19:01:07',''),(42530,1,1,43966,16,2637637426,'2016-05-24 19:01:09',''),(42531,1,1,43967,26,2637637426,'2016-05-24 19:01:10',''),(42532,1,1,43968,26,2637637426,'2016-05-24 19:01:11',''),(42533,1,1,43969,26,2637637426,'2016-05-24 19:01:12',''),(42534,1,1,43970,26,2071807764,'2016-05-24 21:29:15',''),(42535,1,1,43971,56,1812851169,'2016-05-24 22:53:12','https://www.bing.com/'),(42536,1,1,43972,1,2071807824,'2016-05-24 23:19:53',''),(42537,1,1,43973,41,3024883610,'2016-05-24 23:35:19',''),(42538,1,1,43974,1,3281692150,'2016-05-25 02:29:18','http://burger-imperia.com/'),(42539,1,1,43975,1,2297665554,'2016-05-25 02:42:06',''),(42540,1,1,43976,1,2420907330,'2016-05-25 02:49:38',''),(42541,1,1,43977,1,2420907330,'2016-05-25 02:49:43',''),(42542,1,1,43978,3,2420907330,'2016-05-25 02:50:07',''),(42543,1,1,43979,3,2420907330,'2016-05-25 02:50:11',''),(42544,1,1,43980,26,2513057351,'2016-05-25 03:00:19',''),(42545,1,1,43981,26,2513057351,'2016-05-25 03:00:22',''),(42546,1,1,43982,26,2513057351,'2016-05-25 03:00:24',''),(42547,1,1,43983,26,2513057351,'2016-05-25 03:00:26',''),(42548,1,1,43984,1,1388412687,'2016-05-25 03:10:50',''),(42549,1,1,43985,44,2999685859,'2016-05-25 03:20:25',''),(42550,1,1,43986,49,2999685859,'2016-05-25 03:20:28',''),(42551,1,1,43987,59,2999685859,'2016-05-25 03:20:31',''),(42552,1,1,43988,73,3024883593,'2016-05-25 04:59:56',''),(42553,1,1,43989,1,3024883600,'2016-05-25 05:33:27',''),(42554,1,1,43990,1,1542483322,'2016-05-25 06:45:56',''),(42555,1,1,43991,65,2071807760,'2016-05-25 08:31:01',''),(42556,1,1,43992,15,1546189094,'2016-05-25 09:39:10','https://www.google.co.uk/'),(42557,1,1,43993,1,2071807852,'2016-05-25 10:02:36',''),(42558,1,1,43994,1,1329784196,'2016-05-25 10:15:16','http://www.bing.com/search?q=etyres%20blackburn&pc=cosp&ptag=C1N0009D010416A316A5D3C6E&form=CONBDF&conlogo=CT3210127'),(42559,1,1,43995,1,1041806727,'2016-05-25 10:27:19',''),(42560,1,1,43996,1,1159644850,'2016-05-25 11:11:23',''),(42561,1,1,43997,26,84504390,'2016-05-25 11:17:43',''),(42562,1,1,43998,26,84504390,'2016-05-25 11:17:46',''),(42563,1,1,43999,26,84504390,'2016-05-25 11:17:48',''),(42564,1,1,44000,26,84504390,'2016-05-25 11:17:51',''),(42565,1,1,44001,26,84504390,'2016-05-25 11:17:54',''),(42566,1,1,44002,15,84504390,'2016-05-25 11:17:56',''),(42567,1,1,44003,47,84504390,'2016-05-25 11:18:00',''),(42568,1,1,44004,59,84504390,'2016-05-25 11:18:03',''),(42569,1,1,44005,68,84504390,'2016-05-25 11:18:06',''),(42570,1,1,44006,75,84504390,'2016-05-25 11:18:09',''),(42571,1,1,44007,67,84504390,'2016-05-25 11:18:12',''),(42572,1,1,44008,1,3024883615,'2016-05-25 12:26:12',''),(42573,1,1,44009,1,2204827765,'2016-05-25 13:02:33',''),(42574,1,1,44010,26,2071807777,'2016-05-25 16:00:53',''),(42575,1,1,44011,1,3024883595,'2016-05-25 16:27:28',''),(42576,1,1,44012,26,872402716,'2016-05-25 17:14:31',''),(42577,1,1,44013,26,872402716,'2016-05-25 17:14:33',''),(42578,1,1,44014,26,872402716,'2016-05-25 17:14:36',''),(42579,1,1,44015,1,89080993,'2016-05-25 17:22:16','http://pizza-imperia.com/'),(42580,1,1,44016,43,3702877346,'2016-05-25 19:07:21',''),(42581,1,1,44017,27,84497668,'2016-05-25 20:39:52',''),(42582,1,1,44018,44,84497668,'2016-05-25 20:39:57',''),(42583,1,1,44019,49,84497668,'2016-05-25 20:40:17',''),(42584,1,1,44020,9,772022347,'2016-05-25 20:59:29',''),(42585,1,1,44021,3,772022347,'2016-05-25 20:59:33',''),(42586,1,1,44022,26,2071807760,'2016-05-25 22:13:49',''),(42587,1,1,44023,52,1123631664,'2016-05-25 23:36:36',''),(42588,1,1,44024,1,2420901739,'2016-05-26 00:38:58',''),(42589,1,1,44025,1,3589854124,'2016-05-26 04:18:00',''),(42590,1,1,44026,1,3589854124,'2016-05-26 04:18:01',''),(42591,1,1,44027,38,3024883480,'2016-05-26 04:51:10',''),(42592,1,1,44028,73,872366396,'2016-05-26 04:56:23',''),(42593,1,1,44029,26,2731721826,'2016-05-26 05:06:40',''),(42594,1,1,44030,41,2731721826,'2016-05-26 05:06:45',''),(42595,1,1,44031,45,2731721826,'2016-05-26 05:06:47',''),(42596,1,1,44032,53,2731721826,'2016-05-26 05:06:50',''),(42597,1,1,44033,42,1152705893,'2016-05-26 05:35:56',''),(42598,1,1,44034,1,872321007,'2016-05-26 05:41:43',''),(42599,1,1,44035,1,872321007,'2016-05-26 05:41:45',''),(42600,1,1,44036,1,872321007,'2016-05-26 05:41:48',''),(42601,1,1,44037,1,872321007,'2016-05-26 05:41:50',''),(42602,1,1,44038,1,872321007,'2016-05-26 05:41:53',''),(42603,1,1,44039,1,872321007,'2016-05-26 05:41:56',''),(42604,1,1,44040,1,872321007,'2016-05-26 05:41:59',''),(42605,1,1,44041,1,872321007,'2016-05-26 05:42:02',''),(42606,1,1,44042,1,872321007,'2016-05-26 05:42:05',''),(42607,1,1,44043,1,872321007,'2016-05-26 05:42:08',''),(42608,1,1,44044,1,1123631664,'2016-05-26 05:58:20',''),(42609,1,1,44045,1,1542483306,'2016-05-26 06:52:36',''),(42610,1,1,44046,6,1152705893,'2016-05-26 07:04:24',''),(42611,1,1,44047,54,872366391,'2016-05-26 07:08:33',''),(42612,1,1,44048,1,3024883477,'2016-05-26 07:25:02',''),(42613,1,1,44049,1,1384440065,'2016-05-26 09:49:02',''),(42614,1,1,44050,1,1123631664,'2016-05-26 10:22:32',''),(42615,1,1,44051,53,3702877337,'2016-05-26 11:22:41',''),(42616,1,1,44052,1,3479603870,'2016-05-26 12:05:47',''),(42617,1,1,44053,26,3702877329,'2016-05-26 12:33:39',''),(42618,1,1,44054,26,3702877328,'2016-05-26 13:40:19',''),(42619,1,1,44055,73,3024883482,'2016-05-26 14:33:46',''),(42620,1,1,44056,56,3273750224,'2016-05-26 15:49:59','https://www.google.com/'),(42621,1,1,44057,43,3702877345,'2016-05-26 16:20:01',''),(42622,1,1,44058,67,3024883481,'2016-05-26 17:35:56',''),(42623,1,1,44059,55,2760155397,'2016-05-26 18:55:27',''),(42624,1,1,44060,65,1330032408,'2016-05-26 21:16:18','https://www.google.co.uk/'),(42625,1,1,44061,1,1041806727,'2016-05-26 22:02:43',''),(42626,1,1,44062,43,1152705893,'2016-05-26 22:08:21',''),(42627,1,1,44066,1,2420907426,'2016-05-26 22:30:49',''),(42628,1,1,44067,1,1159653890,'2016-05-26 23:18:02',''),(42629,1,1,44068,1,1159653890,'2016-05-26 23:18:05',''),(42630,1,1,44069,3,1159653890,'2016-05-26 23:18:08',''),(42631,1,1,44070,3,1159653890,'2016-05-26 23:18:11',''),(42632,1,1,44071,1,1508525137,'2016-05-27 00:01:52',''),(42633,1,1,44072,1,1508525137,'2016-05-27 00:02:12',''),(42634,1,1,44073,1,1508525137,'2016-05-27 00:02:22',''),(42635,1,1,44074,1,1508525137,'2016-05-27 00:02:41',''),(42636,1,1,44075,1,1508525137,'2016-05-27 00:02:52',''),(42637,1,1,44076,1,1508525137,'2016-05-27 00:03:11',''),(42638,1,1,44077,75,1123634747,'2016-05-27 00:27:01',''),(42639,1,1,44078,1,1159649146,'2016-05-27 00:47:00',''),(42640,1,1,44079,44,1053988087,'2016-05-27 01:01:18',''),(42641,1,1,44080,49,1053988087,'2016-05-27 01:01:21',''),(42642,1,1,44081,59,1053988087,'2016-05-27 01:01:24',''),(42643,1,1,44082,71,3024883476,'2016-05-27 01:06:07',''),(42644,1,1,44083,1,2071807769,'2016-05-27 01:33:10',''),(42645,1,1,44084,1,1123634747,'2016-05-27 01:44:45',''),(42646,1,1,44085,26,3589262799,'2016-05-27 01:57:34',''),(42647,1,1,44086,41,3589262799,'2016-05-27 01:57:36',''),(42648,1,1,44087,45,3589262799,'2016-05-27 01:57:38',''),(42649,1,1,44088,53,3589262799,'2016-05-27 01:57:41',''),(42650,1,1,44089,1,84497668,'2016-05-27 03:46:49',''),(42651,1,1,44090,1,1123634733,'2016-05-27 04:14:53',''),(42652,1,1,44091,53,3702877369,'2016-05-27 05:07:56',''),(42653,1,1,44092,27,872366368,'2016-05-27 05:22:30',''),(42654,1,1,44093,1,1159648530,'2016-05-27 06:26:39',''),(42655,1,1,44094,1,1542483323,'2016-05-27 06:40:18',''),(42656,1,1,44095,26,3590043686,'2016-05-27 06:44:49',''),(42657,1,1,44096,26,3590043686,'2016-05-27 06:44:51',''),(42658,1,1,44097,26,3590043686,'2016-05-27 06:44:54',''),(42659,1,1,44098,27,2955169831,'2016-05-27 06:45:12',''),(42660,1,1,44099,44,2955169831,'2016-05-27 06:45:16',''),(42661,1,1,44100,49,2955169831,'2016-05-27 06:45:23',''),(42662,1,1,44101,1,1123634733,'2016-05-27 07:12:19',''),(42663,1,1,44102,1,1089906110,'2016-05-27 07:20:51','http://whois.domaintools.com/mstyresblackburn.co.uk'),(42664,1,1,44103,1,1123634740,'2016-05-27 09:02:31',''),(42665,1,1,44104,6,1123634747,'2016-05-27 11:06:52',''),(42666,1,1,44105,26,3156762438,'2016-05-27 12:21:15',''),(42667,1,1,44106,26,3156762438,'2016-05-27 12:21:17',''),(42668,1,1,44107,26,3156762438,'2016-05-27 12:21:20',''),(42669,1,1,44108,9,2071807756,'2016-05-27 15:40:07',''),(42670,1,1,44109,16,1558988689,'2016-05-27 16:13:10',''),(42671,1,1,44110,74,1558988689,'2016-05-27 16:13:14',''),(42672,1,1,44111,1,1558988689,'2016-05-27 16:13:17',''),(42673,1,1,44112,26,2071807790,'2016-05-27 16:31:15',''),(42674,1,1,44113,1,1443116432,'2016-05-27 17:35:56','https://www.bing.com/'),(42675,1,1,44114,75,2760155443,'2016-05-27 19:04:10',''),(42676,1,1,44115,1,2731721825,'2016-05-27 19:16:59',''),(42677,1,1,44116,1,2731721825,'2016-05-27 19:17:01',''),(42678,1,1,44117,1,2731721825,'2016-05-27 19:17:03',''),(42679,1,1,44118,66,2637637571,'2016-05-27 21:55:46',''),(42680,1,1,44119,6,2637637571,'2016-05-27 21:55:48',''),(42681,1,1,44120,1,2637637571,'2016-05-27 21:55:49',''),(42682,1,1,44121,43,2637637511,'2016-05-27 21:55:51',''),(42683,1,1,44122,43,2637637389,'2016-05-27 21:55:54',''),(42684,1,1,44123,43,2637637389,'2016-05-27 21:55:55',''),(42685,1,1,44124,29,2637637389,'2016-05-27 21:55:57',''),(42686,1,1,44125,18,2637637389,'2016-05-27 21:55:58',''),(42687,1,1,44126,3,2637637593,'2016-05-27 21:56:00',''),(42688,1,1,44127,9,2637637511,'2016-05-27 21:56:04',''),(42689,1,1,44128,56,2637637511,'2016-05-27 21:56:06',''),(42690,1,1,44129,1,2071807852,'2016-05-27 23:56:49',''),(42691,1,1,44130,1,2637637511,'2016-05-28 00:12:03',''),(42692,1,1,44131,54,1123634733,'2016-05-28 00:29:15',''),(42693,1,1,44132,29,2637637389,'2016-05-28 00:52:15',''),(42694,1,1,44133,1,2297665554,'2016-05-28 01:03:01',''),(42695,1,1,44134,26,2071807760,'2016-05-28 04:34:45',''),(42696,1,1,44135,1,786803397,'2016-05-28 05:25:00',''),(42697,1,1,44136,1,1596849787,'2016-05-28 06:19:16',''),(42698,1,1,44137,1,1542483273,'2016-05-28 06:38:55',''),(42699,1,1,44138,6,2297627991,'2016-05-28 07:08:24',''),(42700,1,1,44139,1,2297627991,'2016-05-28 07:08:27',''),(42701,1,1,44140,68,2297627991,'2016-05-28 07:08:31',''),(42702,1,1,44141,75,2297627991,'2016-05-28 07:08:34',''),(42703,1,1,44142,43,1159650810,'2016-05-28 07:18:40',''),(42704,1,1,44143,27,1159650810,'2016-05-28 07:18:44',''),(42705,1,1,44144,58,1159650810,'2016-05-28 07:18:48',''),(42706,1,1,44145,1,676177675,'2016-05-28 08:31:30',''),(42707,1,1,44146,18,3475901879,'2016-05-28 10:00:35',''),(42708,1,1,44147,26,84512482,'2016-05-28 10:15:27',''),(42709,1,1,44148,26,84512482,'2016-05-28 10:15:30',''),(42710,1,1,44149,1,84512482,'2016-05-28 10:15:32',''),(42711,1,1,44150,26,772022347,'2016-05-28 10:49:58',''),(42712,1,1,44151,26,772022347,'2016-05-28 10:50:00',''),(42713,1,1,44152,1,772022347,'2016-05-28 10:50:03',''),(42714,1,1,44153,1,772022347,'2016-05-28 10:50:05',''),(42715,1,1,44154,1,772022347,'2016-05-28 10:50:08',''),(42716,1,1,44155,1,772022347,'2016-05-28 10:50:10',''),(42717,1,1,44156,1,772022347,'2016-05-28 10:50:12',''),(42718,1,1,44157,1,772022347,'2016-05-28 10:50:15',''),(42719,1,1,44158,1,772022347,'2016-05-28 10:50:17',''),(42720,1,1,44159,1,772022347,'2016-05-28 10:50:19',''),(42721,1,1,44160,1,772022347,'2016-05-28 10:50:22',''),(42722,1,1,44161,1,772022347,'2016-05-28 10:50:24',''),(42723,1,1,44162,57,772022347,'2016-05-28 10:50:26',''),(42724,1,1,44163,28,772022347,'2016-05-28 10:50:28',''),(42725,1,1,44164,50,772022347,'2016-05-28 10:50:31',''),(42726,1,1,44165,51,772022347,'2016-05-28 10:50:34',''),(42727,1,1,44166,55,772022347,'2016-05-28 10:50:37',''),(42728,1,1,44167,62,772022347,'2016-05-28 10:50:40',''),(42729,1,1,44168,63,772022347,'2016-05-28 10:50:42',''),(42730,1,1,44169,64,772022347,'2016-05-28 10:50:45',''),(42731,1,1,44170,6,3475901844,'2016-05-28 11:28:33',''),(42732,1,1,44171,71,3024883484,'2016-05-28 13:34:18',''),(42733,1,1,44172,55,3702877264,'2016-05-28 13:41:57',''),(42734,1,1,44173,38,3475901879,'2016-05-28 13:59:35',''),(42735,1,1,44174,1,2420939206,'2016-05-28 14:17:00',''),(42736,1,1,44175,1,1311677609,'2016-05-28 14:17:00',''),(42737,1,1,44176,55,676177675,'2016-05-28 16:31:03',''),(42738,1,1,44177,9,3702877325,'2016-05-28 16:41:58',''),(42739,1,1,44178,1,3024883490,'2016-05-28 19:26:11',''),(42740,1,1,44179,1,1442914107,'2016-05-28 19:31:44','https://www.google.co.uk/'),(42741,1,1,44180,18,676177719,'2016-05-28 19:45:02',''),(42742,1,1,44181,6,3024883602,'2016-05-28 23:05:22',''),(42743,1,1,44182,51,676177745,'2016-05-29 00:05:35',''),(42744,1,1,44183,26,2071807832,'2016-05-29 01:21:45',''),(42745,1,1,44184,50,676177745,'2016-05-29 03:13:37',''),(42746,1,1,44185,73,1123631418,'2016-05-29 03:45:03',''),(42747,1,1,44186,1,2420902020,'2016-05-29 04:14:58',''),(42748,1,1,44187,1,2420902020,'2016-05-29 04:15:01',''),(42749,1,1,44188,1,2420902020,'2016-05-29 04:15:03',''),(42750,1,1,44189,1,2420902020,'2016-05-29 04:15:06',''),(42751,1,1,44190,1,2420902020,'2016-05-29 04:15:08',''),(42752,1,1,44191,1,2420902020,'2016-05-29 04:15:11',''),(42753,1,1,44192,1,2420902020,'2016-05-29 04:15:13',''),(42754,1,1,44193,1,2071807757,'2016-05-29 04:21:46',''),(42755,1,1,44194,1,1123631412,'2016-05-29 04:58:53',''),(42756,1,1,44195,62,676177719,'2016-05-29 06:21:06',''),(42757,1,1,44196,1,1542483279,'2016-05-29 06:44:19',''),(42758,1,1,44197,26,2071807792,'2016-05-29 07:10:34',''),(42759,1,1,44198,26,676177745,'2016-05-29 07:40:12',''),(42760,1,1,44199,1,1534682446,'2016-05-29 07:58:12',''),(42761,1,1,44200,1,3024883484,'2016-05-29 08:54:55',''),(42762,1,1,44201,1,676177745,'2016-05-29 09:08:29',''),(42763,1,1,44202,1,1123631415,'2016-05-29 10:18:23',''),(42764,1,1,44203,44,2420901012,'2016-05-29 11:00:22',''),(42765,1,1,44204,49,2420901012,'2016-05-29 11:00:25',''),(42766,1,1,44205,59,2420901012,'2016-05-29 11:00:28',''),(42767,1,1,44206,51,676177745,'2016-05-29 11:07:23',''),(42768,1,1,44207,26,2071807814,'2016-05-29 11:36:05',''),(42769,1,1,44208,1,1123634163,'2016-05-29 12:06:36',''),(42770,1,1,44209,1,2990476559,'2016-05-29 12:38:54',''),(42771,1,1,44210,50,676177745,'2016-05-29 12:44:25',''),(42772,1,1,44211,1,1838813711,'2016-05-29 14:21:42','https://www.google.co.uk/'),(42773,1,1,44212,66,2071807770,'2016-05-29 14:36:05',''),(42774,1,1,44213,26,84512482,'2016-05-29 16:02:17',''),(42775,1,1,44214,41,84512482,'2016-05-29 16:02:20',''),(42776,1,1,44215,45,84512482,'2016-05-29 16:02:22',''),(42777,1,1,44216,53,84512482,'2016-05-29 16:02:24',''),(42778,1,1,44217,48,2637637553,'2016-05-29 17:41:03',''),(42779,1,1,44218,26,84492181,'2016-05-29 18:17:46',''),(42780,1,1,44219,26,84492181,'2016-05-29 18:17:48',''),(42781,1,1,44220,26,84492181,'2016-05-29 18:17:50',''),(42782,1,1,44221,1,2538613875,'2016-05-29 18:18:24',''),(42783,1,1,44222,56,2637637451,'2016-05-29 18:51:36',''),(42784,1,1,44223,1,1123634170,'2016-05-29 18:55:29',''),(42785,1,1,44224,69,2637637553,'2016-05-29 19:50:51',''),(42786,1,1,44225,1,3024883471,'2016-05-29 19:53:09',''),(42787,1,1,44226,64,676177719,'2016-05-29 22:03:02',''),(42788,1,1,44227,1,3495654154,'2016-05-29 22:50:06',''),(42789,1,1,44228,1,3495654154,'2016-05-29 23:10:10',''),(42790,1,1,44229,9,1503892538,'2016-05-29 23:11:45',''),(42791,1,1,44230,3,1503892538,'2016-05-29 23:11:49',''),(42792,1,1,44231,1,84514582,'2016-05-29 23:43:11',''),(42793,1,1,44232,73,1123632556,'2016-05-30 00:06:35',''),(42794,1,1,44233,6,2538613161,'2016-05-30 00:44:31',''),(42795,1,1,44234,1,2538613161,'2016-05-30 00:44:34',''),(42796,1,1,44235,68,2538613161,'2016-05-30 00:44:36',''),(42797,1,1,44236,75,2538613161,'2016-05-30 00:44:39',''),(42798,1,1,44237,26,2637637451,'2016-05-30 01:46:02',''),(42799,1,1,44238,1,3024883469,'2016-05-30 02:32:01',''),(42800,1,1,44239,9,2637637451,'2016-05-30 02:46:41',''),(42801,1,1,44240,26,2637637451,'2016-05-30 03:56:42',''),(42802,1,1,44241,1,1596849787,'2016-05-30 04:13:36',''),(42803,1,1,44242,63,3475901716,'2016-05-30 04:49:47',''),(42804,1,1,44243,31,2071807766,'2016-05-30 05:17:20',''),(42805,1,1,44244,1,3702877268,'2016-05-30 05:50:41',''),(42806,1,1,44245,14,1123633940,'2016-05-30 06:09:22',''),(42807,1,1,44246,1,1123633932,'2016-05-30 06:18:10',''),(42808,1,1,44247,1,1542483269,'2016-05-30 06:31:17',''),(42809,1,1,44248,64,676177719,'2016-05-30 06:37:58',''),(42810,1,1,44249,68,1123633940,'2016-05-30 07:10:50',''),(42811,1,1,44250,52,872366393,'2016-05-30 08:20:17',''),(42812,1,1,44251,52,676177745,'2016-05-30 08:23:38',''),(42813,1,1,44252,47,2071807768,'2016-05-30 08:59:33',''),(42814,1,1,44253,26,2637637451,'2016-05-30 09:16:11',''),(42815,1,1,44254,1,676177745,'2016-05-30 09:29:36',''),(42816,1,1,44255,6,1123632553,'2016-05-30 09:45:55',''),(42817,1,1,44256,63,3024883597,'2016-05-30 10:38:17',''),(42818,1,1,44257,1,2071807760,'2016-05-30 10:39:34',''),(42819,1,1,44258,26,676177745,'2016-05-30 10:50:35',''),(42820,1,1,44259,38,872362822,'2016-05-30 11:09:25',''),(42821,1,1,44260,15,872362822,'2016-05-30 11:09:27',''),(42822,1,1,44261,26,2637637451,'2016-05-30 12:29:59',''),(42823,1,1,44262,1,872317942,'2016-05-30 13:02:31',''),(42824,1,1,44263,1,872317942,'2016-05-30 13:02:33',''),(42825,1,1,44264,1,872317942,'2016-05-30 13:02:36',''),(42826,1,1,44265,1,872317942,'2016-05-30 13:02:39',''),(42827,1,1,44266,1,872317942,'2016-05-30 13:02:42',''),(42828,1,1,44267,1,872317942,'2016-05-30 13:02:45',''),(42829,1,1,44268,1,872317942,'2016-05-30 13:02:49',''),(42830,1,1,44269,1,872317942,'2016-05-30 13:02:51',''),(42831,1,1,44270,1,872317942,'2016-05-30 13:02:54',''),(42832,1,1,44271,26,2917833082,'2016-05-30 13:03:54',''),(42833,1,1,44272,26,676177719,'2016-05-30 13:19:17',''),(42834,1,1,44273,28,676177719,'2016-05-30 13:53:55',''),(42835,1,1,44274,65,2637637534,'2016-05-30 14:03:07',''),(42836,1,1,44275,1,1123631273,'2016-05-30 14:16:21',''),(42837,1,1,44276,1,911568551,'2016-05-30 15:09:21',''),(42838,1,1,44277,26,1152705893,'2016-05-30 15:20:53',''),(42839,1,1,44278,43,676177719,'2016-05-30 15:27:36',''),(42840,1,1,44279,1,3492536660,'2016-05-30 16:05:32',''),(42841,1,1,44280,1,3492536660,'2016-05-30 16:05:37',''),(42842,1,1,44281,1,3492536660,'2016-05-30 16:05:42',''),(42843,1,1,44282,1,3492536660,'2016-05-30 16:05:46',''),(42844,1,1,44283,1,3492536660,'2016-05-30 16:05:51',''),(42845,1,1,44284,1,3492536660,'2016-05-30 16:05:56',''),(42846,1,1,44285,1,3492536660,'2016-05-30 16:06:01',''),(42847,1,1,44286,1,3492536660,'2016-05-30 16:06:06',''),(42848,1,1,44287,1,3492536660,'2016-05-30 16:06:10',''),(42849,1,1,44288,1,3492536660,'2016-05-30 16:06:15',''),(42850,1,1,44289,1,3492536660,'2016-05-30 16:06:20',''),(42851,1,1,44290,1,3492536660,'2016-05-30 16:06:25',''),(42852,1,1,44291,1,3492536660,'2016-05-30 16:06:30',''),(42853,1,1,44292,1,3492536660,'2016-05-30 16:06:35',''),(42854,1,1,44293,1,3492536660,'2016-05-30 16:06:39',''),(42855,1,1,44294,1,3492536660,'2016-05-30 16:06:44',''),(42856,1,1,44295,1,3492536660,'2016-05-30 16:06:49',''),(42857,1,1,44296,1,3492536660,'2016-05-30 16:07:03',''),(42858,1,1,44297,52,676177745,'2016-05-30 16:42:15',''),(42859,1,1,44298,26,2071807783,'2016-05-30 16:50:44',''),(42860,1,1,44299,63,3184504293,'2016-05-30 16:55:12','https://www.google.com.mx'),(42861,1,1,44300,26,2637637534,'2016-05-30 17:23:04',''),(42862,1,1,44301,26,676177719,'2016-05-30 17:29:18',''),(42863,1,1,44302,51,2366158595,'2016-05-30 17:42:10',''),(42864,1,1,44303,58,2366148121,'2016-05-30 17:44:12',''),(42865,1,1,44304,1,1539462250,'2016-05-30 17:53:13',''),(42866,1,1,44305,73,1539462250,'2016-05-30 17:53:25',''),(42867,1,1,44306,1,1267107315,'2016-05-30 18:14:08',''),(42868,1,1,44307,1,1267107315,'2016-05-30 18:14:11',''),(42869,1,1,44308,1,1267107315,'2016-05-30 18:14:13',''),(42870,1,1,44309,1,1267107315,'2016-05-30 18:14:16',''),(42871,1,1,44310,1,1267107315,'2016-05-30 18:14:18',''),(42872,1,1,44311,1,1267107315,'2016-05-30 18:14:21',''),(42873,1,1,44312,1,1267107315,'2016-05-30 18:14:23',''),(42874,1,1,44313,1,1267107315,'2016-05-30 18:14:26',''),(42875,1,1,44314,1,1267107315,'2016-05-30 18:14:29',''),(42876,1,1,44315,1,1267107315,'2016-05-30 18:14:33',''),(42877,1,1,44316,38,1267107315,'2016-05-30 18:14:35',''),(42878,1,1,44317,16,1267107315,'2016-05-30 18:14:38',''),(42879,1,1,44318,26,676177745,'2016-05-30 18:14:50',''),(42880,1,1,44319,53,676177745,'2016-05-30 18:23:08',''),(42881,1,1,44320,41,2637637451,'2016-05-30 19:30:20',''),(42882,1,1,44321,41,2637637451,'2016-05-30 19:30:38',''),(42883,1,1,44322,3,676177745,'2016-05-30 20:02:53',''),(42884,1,1,44323,26,2637637534,'2016-05-30 20:12:29',''),(42885,1,1,44324,69,2637637534,'2016-05-30 20:14:39',''),(42886,1,1,44325,57,2637637534,'2016-05-30 20:41:10',''),(42887,1,1,44326,45,2637637451,'2016-05-30 20:41:36',''),(42888,1,1,44327,31,2071807822,'2016-05-30 20:57:44',''),(42889,1,1,44328,26,676177719,'2016-05-30 21:16:58',''),(42890,1,1,44329,66,3702877368,'2016-05-30 22:37:44',''),(42891,1,1,44330,65,2637637534,'2016-05-30 22:40:33',''),(42892,1,1,44331,26,676177719,'2016-05-30 22:46:14',''),(42893,1,1,44332,26,676177719,'2016-05-30 22:46:14',''),(42894,1,1,44333,26,676177719,'2016-05-30 22:46:15',''),(42895,1,1,44334,16,676177719,'2016-05-30 22:46:16',''),(42896,1,1,44335,62,676177719,'2016-05-30 22:46:18',''),(42897,1,1,44336,64,676177719,'2016-05-30 22:46:19',''),(42898,1,1,44337,67,676177719,'2016-05-30 22:46:21',''),(42899,1,1,44338,48,2637637534,'2016-05-30 22:46:21',''),(42900,1,1,44339,63,2637637534,'2016-05-30 22:46:22',''),(42901,1,1,44340,26,676177719,'2016-05-30 22:46:22',''),(42902,1,1,44341,68,2637637534,'2016-05-30 22:46:24',''),(42903,1,1,44342,65,2637637534,'2016-05-30 22:46:25',''),(42904,1,1,44343,69,2637637534,'2016-05-30 22:46:27',''),(42905,1,1,44344,26,2637637451,'2016-05-30 22:46:31',''),(42906,1,1,44345,26,2637637451,'2016-05-30 22:46:32',''),(42907,1,1,44346,71,2637637451,'2016-05-30 22:46:33',''),(42908,1,1,44347,73,2637637451,'2016-05-30 22:46:35',''),(42909,1,1,44348,26,2637637451,'2016-05-30 22:46:36',''),(42910,1,1,44349,26,2637637451,'2016-05-30 22:46:37',''),(42911,1,1,44350,70,2637637451,'2016-05-30 22:46:38',''),(42912,1,1,44351,26,2637637451,'2016-05-30 22:46:39',''),(42913,1,1,44352,26,676177745,'2016-05-30 22:47:04',''),(42914,1,1,44353,26,676177745,'2016-05-30 22:47:05',''),(42915,1,1,44354,26,676177745,'2016-05-30 22:47:05',''),(42916,1,1,44355,72,676177745,'2016-05-30 22:47:06',''),(42917,1,1,44356,26,676177745,'2016-05-30 22:47:08',''),(42918,1,1,44357,15,676177745,'2016-05-30 22:47:09',''),(42919,1,1,44358,26,676177745,'2016-05-30 22:47:10',''),(42920,1,1,44359,1,3024883490,'2016-05-30 23:18:44',''),(42921,1,1,44360,43,676177719,'2016-05-30 23:32:47',''),(42922,1,1,44361,73,1152705893,'2016-05-31 01:31:23',''),(42923,1,1,44362,68,1123631273,'2016-05-31 01:50:35',''),(42924,1,1,44363,26,2637637534,'2016-05-31 02:37:32',''),(42925,1,1,44364,26,676177745,'2016-05-31 02:45:42',''),(42926,1,1,44365,3,676177745,'2016-05-31 04:20:38',''),(42927,1,1,44366,53,676177745,'2016-05-31 04:33:45',''),(42928,1,1,44367,26,2637637534,'2016-05-31 04:35:10',''),(42929,1,1,44368,62,1123631276,'2016-05-31 05:00:00',''),(42930,1,1,44369,1,3629205368,'2016-05-31 05:32:59',''),(42931,1,1,44370,1,3629205341,'2016-05-31 05:33:04',''),(42932,1,1,44371,1,3629205406,'2016-05-31 05:33:07',''),(42933,1,1,44372,41,2637637451,'2016-05-31 05:37:39',''),(42934,1,1,44373,45,2637637451,'2016-05-31 05:37:41',''),(42935,1,1,44374,1,1542483278,'2016-05-31 06:41:23',''),(42936,1,1,44375,69,1123631273,'2016-05-31 07:18:25',''),(42937,1,1,44376,45,3024883476,'2016-05-31 08:04:36',''),(42938,1,1,44377,1,2366145637,'2016-05-31 08:08:53',''),(42939,1,1,44378,1,2366145637,'2016-05-31 08:08:57',''),(42940,1,1,44379,1,2193699366,'2016-05-31 08:09:01',''),(42941,1,1,44380,1,1570674749,'2016-05-31 08:09:04',''),(42942,1,1,44381,27,782615950,'2016-05-31 08:19:59',''),(42943,1,1,44382,44,782615950,'2016-05-31 08:20:29',''),(42944,1,1,44383,49,782615950,'2016-05-31 08:20:33',''),(42945,1,1,44384,28,872366374,'2016-05-31 09:20:08',''),(42946,1,1,44385,43,3427775539,'2016-05-31 09:32:24',''),(42947,1,1,44386,53,676177745,'2016-05-31 12:02:04',''),(42948,1,1,44387,53,676177745,'2016-05-31 12:02:05',''),(42949,1,1,44388,1,2204827737,'2016-05-31 12:07:15',''),(42950,1,1,44389,1,1503892538,'2016-05-31 13:11:21',''),(42951,1,1,44390,62,2994510360,'2016-05-31 13:16:50','https://www.google.by/'),(42952,1,1,44391,1,1443266206,'2016-05-31 14:44:03','https://www.google.co.uk/'),(42953,1,1,44392,1,872339346,'2016-05-31 14:56:35',''),(42954,1,1,44393,26,1534710587,'2016-05-31 15:24:31',''),(42955,1,1,44394,41,1534710587,'2016-05-31 15:24:34',''),(42956,1,1,44395,45,1534710587,'2016-05-31 15:24:36',''),(42957,1,1,44396,53,1534710587,'2016-05-31 15:24:39',''),(42958,1,1,44397,1,872315323,'2016-05-31 15:28:14',''),(42959,1,1,44398,44,84491906,'2016-05-31 15:59:49',''),(42960,1,1,44399,49,84491906,'2016-05-31 15:59:52',''),(42961,1,1,44400,59,84491906,'2016-05-31 15:59:55',''),(42962,1,1,44401,1,1159646682,'2016-05-31 16:05:27',''),(42963,1,1,44402,1,1159646682,'2016-05-31 16:05:34',''),(42964,1,1,44403,3,1159646682,'2016-05-31 16:05:40',''),(42965,1,1,44404,3,1159646682,'2016-05-31 16:05:43',''),(42966,1,1,44405,26,3702877265,'2016-05-31 16:23:58',''),(42967,1,1,44406,56,222673177,'2016-05-31 17:03:31',''),(42968,1,1,44407,1,222673177,'2016-05-31 17:03:33',''),(42969,1,1,44408,56,222673177,'2016-05-31 17:03:35',''),(42970,1,1,44409,47,3702877368,'2016-05-31 17:53:58',''),(42971,1,1,44410,64,1123631273,'2016-05-31 18:17:08',''),(42972,1,1,44411,62,1123631276,'2016-05-31 18:38:09',''),(42973,1,1,44412,38,2538610616,'2016-05-31 18:38:48',''),(42974,1,1,44413,26,3702877269,'2016-05-31 19:23:58',''),(42975,1,1,44414,26,772045740,'2016-05-31 19:29:44',''),(42976,1,1,44415,26,772045740,'2016-05-31 19:29:47',''),(42977,1,1,44416,26,772045740,'2016-05-31 19:29:49',''),(42978,1,1,44417,62,1123631276,'2016-05-31 20:00:05',''),(42979,1,1,44418,1,521153127,'2016-05-31 20:17:21',''),(42980,1,1,44419,53,2760155474,'2016-05-31 21:26:12',''),(42981,1,1,44420,26,1152705893,'2016-05-31 21:39:09',''),(42982,1,1,44421,51,3024883612,'2016-05-31 22:20:09',''),(42983,1,1,44422,6,1123631276,'2016-05-31 23:10:03',''),(42984,1,1,44423,1,1159648594,'2016-05-31 23:40:42',''),(42985,1,1,44424,56,2637637558,'2016-06-01 00:54:50',''),(42986,1,1,44425,26,2071807785,'2016-06-01 00:58:58',''),(42987,1,1,44426,1,1123631281,'2016-06-01 01:18:01',''),(42988,1,1,44427,1,852212100,'2016-06-01 02:37:57',''),(42989,1,1,44428,1,3427775693,'2016-06-01 06:33:20',''),(42990,1,1,44429,1,1542483296,'2016-06-01 06:33:52',''),(42991,1,1,44430,38,84494819,'2016-06-01 06:43:26',''),(42992,1,1,44431,16,84494819,'2016-06-01 06:43:29',''),(42993,1,1,44432,73,84494819,'2016-06-01 06:43:32',''),(42994,1,1,44433,26,1152705893,'2016-06-01 07:45:02',''),(42995,1,1,44434,27,2420902990,'2016-06-01 07:45:49',''),(42996,1,1,44435,44,2420902990,'2016-06-01 07:45:52',''),(42997,1,1,44436,49,2420902990,'2016-06-01 07:45:54',''),(42998,1,1,44437,1,1558988689,'2016-06-01 10:05:56',''),(42999,1,1,44438,1,1558988689,'2016-06-01 10:05:59',''),(43000,1,1,44439,1,1558988689,'2016-06-01 10:06:01',''),(43001,1,1,44440,1,1558988689,'2016-06-01 10:06:04',''),(43002,1,1,44441,1,1558988689,'2016-06-01 10:06:06',''),(43003,1,1,44442,1,1558988689,'2016-06-01 10:06:08',''),(43004,1,1,44443,1,1558988689,'2016-06-01 10:06:11',''),(43005,1,1,44444,1,1558988689,'2016-06-01 10:06:13',''),(43006,1,1,44445,1,1558988689,'2016-06-01 10:06:16',''),(43007,1,1,44446,1,1558988689,'2016-06-01 10:06:18',''),(43008,1,1,44447,62,1558988689,'2016-06-01 10:06:20',''),(43009,1,1,44448,63,1558988689,'2016-06-01 10:06:23',''),(43010,1,1,44449,64,1558988689,'2016-06-01 10:06:26',''),(43011,1,1,44450,43,3156762438,'2016-06-01 11:29:55',''),(43012,1,1,44451,27,3156762438,'2016-06-01 11:29:58',''),(43013,1,1,44452,58,3156762438,'2016-06-01 11:30:01',''),(43014,1,1,44453,1,2071807822,'2016-06-01 13:19:58',''),(43015,1,1,44454,29,872366427,'2016-06-01 13:42:54',''),(43016,1,1,44455,1,1159653890,'2016-06-01 13:50:03',''),(43017,1,1,44456,31,2760155431,'2016-06-01 14:53:20',''),(43018,1,1,44457,6,872315321,'2016-06-01 15:05:33',''),(43019,1,1,44458,1,872315321,'2016-06-01 15:05:37',''),(43020,1,1,44459,68,872315321,'2016-06-01 15:05:40',''),(43021,1,1,44460,75,872315321,'2016-06-01 15:05:43',''),(43022,1,1,44461,1,1123634747,'2016-06-01 15:45:50',''),(43023,1,1,44462,1,1452137095,'2016-06-01 15:46:18',''),(43024,1,1,44463,38,2420915477,'2016-06-01 16:03:15',''),(43025,1,1,44464,15,2420915477,'2016-06-01 16:03:18',''),(43026,1,1,44465,64,2953413445,'2016-06-01 16:38:33',''),(43027,1,1,44466,54,2071807831,'2016-06-01 18:33:19',''),(43028,1,1,44467,6,676177745,'2016-06-01 18:51:50',''),(43029,1,1,44468,55,1123634733,'2016-06-01 19:02:05',''),(43030,1,1,44469,26,3702877346,'2016-06-01 19:06:39',''),(43031,1,1,44470,26,3702877361,'2016-06-01 19:39:59',''),(43032,1,1,44471,42,1123634740,'2016-06-01 21:27:24',''),(43033,1,1,44472,1,1123634740,'2016-06-01 22:25:46',''),(43034,1,1,44474,69,2760155470,'2016-06-01 23:27:47',''),(43035,1,1,44475,28,3702877265,'2016-06-02 02:12:37',''),(43036,1,1,44476,59,1123634740,'2016-06-02 04:25:55',''),(43037,1,1,44477,1,1542483265,'2016-06-02 06:44:02',''),(43038,1,1,44478,48,3475901841,'2016-06-02 06:45:43',''),(43039,1,1,44479,63,3475901841,'2016-06-02 06:45:45',''),(43040,1,1,44480,68,3475901841,'2016-06-02 06:45:46',''),(43041,1,1,44482,26,2637637486,'2016-06-02 06:45:48',''),(43042,1,1,44481,65,3475901841,'2016-06-02 06:45:48',''),(43043,1,1,44483,26,2637637486,'2016-06-02 06:45:49',''),(43044,1,1,44484,69,3475901841,'2016-06-02 06:45:49',''),(43045,1,1,44485,26,2637637486,'2016-06-02 06:45:50',''),(43046,1,1,44486,16,2637637486,'2016-06-02 06:45:51',''),(43047,1,1,44487,62,2637637486,'2016-06-02 06:45:53',''),(43048,1,1,44488,64,2637637486,'2016-06-02 06:45:54',''),(43049,1,1,44489,26,2637637518,'2016-06-02 06:45:56',''),(43050,1,1,44490,67,2637637486,'2016-06-02 06:45:56',''),(43051,1,1,44491,26,2637637518,'2016-06-02 06:45:57',''),(43052,1,1,44492,26,2637637486,'2016-06-02 06:45:58',''),(43053,1,1,44493,71,2637637518,'2016-06-02 06:45:58',''),(43054,1,1,44494,73,2637637518,'2016-06-02 06:45:59',''),(43055,1,1,44495,26,2637637518,'2016-06-02 06:46:01',''),(43056,1,1,44496,26,2637637518,'2016-06-02 06:46:02',''),(43057,1,1,44497,70,2637637518,'2016-06-02 06:46:03',''),(43058,1,1,44498,26,2637637518,'2016-06-02 06:46:05',''),(43059,1,1,44499,26,2637637608,'2016-06-02 06:46:27',''),(43060,1,1,44500,26,2637637608,'2016-06-02 06:46:28',''),(43061,1,1,44501,26,2637637608,'2016-06-02 06:46:29',''),(43062,1,1,44502,72,2637637608,'2016-06-02 06:46:30',''),(43063,1,1,44503,26,2637637608,'2016-06-02 06:46:32',''),(43064,1,1,44504,15,2637637608,'2016-06-02 06:46:33',''),(43065,1,1,44505,26,2637637608,'2016-06-02 06:46:34',''),(43066,1,1,44506,64,2953413445,'2016-06-02 06:51:19',''),(43067,1,1,44507,73,1123634747,'2016-06-02 07:30:19',''),(43068,1,1,44508,56,3024883487,'2016-06-02 07:45:56',''),(43069,1,1,44509,1,3702877273,'2016-06-02 09:39:42',''),(43070,1,1,44510,1,3702877323,'2016-06-02 09:39:44',''),(43071,1,1,44511,1,1815808080,'2016-06-02 10:21:35',''),(43072,1,1,44512,1,3495654154,'2016-06-02 11:11:05',''),(43073,1,1,44513,6,1123634733,'2016-06-02 11:11:13',''),(43074,1,1,44514,50,3702877262,'2016-06-02 12:22:53',''),(43075,1,1,44515,1,3024883590,'2016-06-02 12:44:16',''),(43076,1,1,44516,1,1152705893,'2016-06-02 13:35:30',''),(43077,1,1,44517,9,3281697044,'2016-06-02 13:40:23',''),(43078,1,1,44518,3,3281697044,'2016-06-02 13:40:31',''),(43079,1,1,44519,1,3024883472,'2016-06-02 14:42:53',''),(43080,1,1,44520,1,2071807791,'2016-06-02 15:49:14',''),(43081,1,1,44521,1,84494819,'2016-06-02 16:22:34',''),(43082,1,1,44522,65,84494819,'2016-06-02 16:22:36',''),(43083,1,1,44523,73,84494819,'2016-06-02 16:22:38',''),(43084,1,1,44524,26,2420901739,'2016-06-02 18:29:56',''),(43085,1,1,44525,26,2420901739,'2016-06-02 18:29:59',''),(43086,1,1,44526,1,2420901739,'2016-06-02 18:30:02',''),(43087,1,1,44527,1,2420901739,'2016-06-02 18:30:05',''),(43088,1,1,44528,1,2420901739,'2016-06-02 18:30:07',''),(43089,1,1,44529,1,2420901739,'2016-06-02 18:30:10',''),(43090,1,1,44530,1,2420901739,'2016-06-02 18:30:12',''),(43091,1,1,44531,1,2420901739,'2016-06-02 18:30:16',''),(43092,1,1,44532,1,2420901739,'2016-06-02 18:30:18',''),(43093,1,1,44533,1,2420901739,'2016-06-02 18:30:23',''),(43094,1,1,44534,1,2420901739,'2016-06-02 18:30:27',''),(43095,1,1,44535,1,2420901739,'2016-06-02 18:30:29',''),(43096,1,1,44536,52,2420901739,'2016-06-02 18:31:04',''),(43097,1,1,44537,62,2420901739,'2016-06-02 18:31:07',''),(43098,1,1,44538,63,2420901739,'2016-06-02 18:31:10',''),(43099,1,1,44539,64,2420901739,'2016-06-02 18:31:17',''),(43100,1,1,44540,6,1001263151,'2016-06-02 19:23:57',''),(43101,1,1,44541,6,1001263151,'2016-06-02 19:24:00',''),(43102,1,1,44542,65,1439833937,'2016-06-02 19:24:53','https://www.google.co.uk/'),(43103,1,1,44543,6,2637637608,'2016-06-02 20:13:13',''),(43104,1,1,44544,1,2637637608,'2016-06-02 20:13:14',''),(43105,1,1,44545,66,2637637608,'2016-06-02 20:13:15',''),(43106,1,1,44546,3,3475901875,'2016-06-02 20:13:17',''),(43107,1,1,44547,1,1041806726,'2016-06-02 20:14:52',''),(43108,1,1,44548,43,2637637486,'2016-06-02 20:15:49',''),(43109,1,1,44549,43,2637637486,'2016-06-02 20:15:51',''),(43110,1,1,44550,29,2637637486,'2016-06-02 20:15:52',''),(43111,1,1,44551,18,2637637486,'2016-06-02 20:15:53',''),(43112,1,1,44552,3,1152705893,'2016-06-02 20:22:32',''),(43113,1,1,44553,56,3024883619,'2016-06-02 20:59:10',''),(43114,1,1,44554,38,2071807764,'2016-06-02 21:31:13',''),(43115,1,1,44555,28,2071807787,'2016-06-02 22:04:33',''),(43116,1,1,44556,1,1159649154,'2016-06-02 23:15:41',''),(43117,1,1,44557,1,1159649154,'2016-06-02 23:15:44',''),(43118,1,1,44558,1,1159649154,'2016-06-02 23:15:48',''),(43119,1,1,44559,1,1159649154,'2016-06-02 23:15:51',''),(43120,1,1,44560,1,1159649154,'2016-06-02 23:15:54',''),(43121,1,1,44561,1,1159649154,'2016-06-02 23:15:57',''),(43122,1,1,44562,1,1159649154,'2016-06-02 23:16:01',''),(43123,1,1,44563,1,1159649154,'2016-06-02 23:16:04',''),(43124,1,1,44564,1,1159649154,'2016-06-02 23:16:07',''),(43125,1,1,44565,1,1159649154,'2016-06-02 23:16:10',''),(43126,1,1,44566,1,1570674749,'2016-06-02 23:28:19',''),(43127,1,1,44567,1,2366145637,'2016-06-02 23:28:23',''),(43128,1,1,44568,1,2366145637,'2016-06-02 23:28:26',''),(43129,1,1,44569,1,2366145637,'2016-06-02 23:28:30',''),(43130,1,1,44570,1,1159649958,'2016-06-03 01:00:24',''),(43131,1,1,44571,1,1159649958,'2016-06-03 01:00:27',''),(43132,1,1,44572,3,1159649958,'2016-06-03 01:00:30',''),(43133,1,1,44573,3,1159649958,'2016-06-03 01:00:33',''),(43134,1,1,44574,1,1311650550,'2016-06-03 01:13:16',''),(43135,1,1,44575,1,772045740,'2016-06-03 01:45:31',''),(43136,1,1,44576,1,1159644850,'2016-06-03 02:15:12',''),(43137,1,1,44577,1,3024883469,'2016-06-03 02:39:59',''),(43138,1,1,44578,59,872317942,'2016-06-03 04:53:34',''),(43139,1,1,44579,68,872317942,'2016-06-03 04:53:37',''),(43140,1,1,44580,75,872317942,'2016-06-03 04:53:39',''),(43141,1,1,44581,26,3112989075,'2016-06-03 05:33:10',''),(43142,1,1,44582,45,3112989075,'2016-06-03 05:33:12',''),(43143,1,1,44583,48,3112989075,'2016-06-03 05:33:14',''),(43144,1,1,44584,16,3112989075,'2016-06-03 05:33:16',''),(43145,1,1,44585,1,1542483266,'2016-06-03 06:34:20',''),(43146,1,1,44586,26,2297665554,'2016-06-03 06:47:28',''),(43147,1,1,44587,26,2297665554,'2016-06-03 06:47:31',''),(43148,1,1,44588,26,2297665554,'2016-06-03 06:47:34',''),(43149,1,1,44589,1,1159654402,'2016-06-03 07:02:04',''),(43150,1,1,44590,1,1523304771,'2016-06-03 08:58:56','https://www.google.co.uk/'),(43151,1,1,44591,1,1170583834,'2016-06-03 09:16:47',''),(43152,1,1,44592,27,2420907330,'2016-06-03 09:23:29',''),(43153,1,1,44593,44,2420907330,'2016-06-03 09:23:32',''),(43154,1,1,44594,49,2420907330,'2016-06-03 09:23:35',''),(43155,1,1,44595,1,1123634747,'2016-06-03 10:20:59',''),(43156,1,1,44596,1,1341784590,'2016-06-03 10:37:06',''),(43157,1,1,44597,1,1053974832,'2016-06-03 13:15:00',''),(43158,1,1,44598,1,3702877262,'2016-06-03 13:24:04',''),(43159,1,1,44599,1,3024883468,'2016-06-03 13:45:34',''),(43160,1,1,44600,6,3281697044,'2016-06-03 14:04:14',''),(43161,1,1,44601,1,3281697044,'2016-06-03 14:04:19',''),(43162,1,1,44602,68,3281697044,'2016-06-03 14:04:22',''),(43163,1,1,44603,75,3281697044,'2016-06-03 14:04:26',''),(43164,1,1,44604,43,1053988086,'2016-06-03 14:36:06',''),(43165,1,1,44605,27,1053988086,'2016-06-03 14:36:09',''),(43166,1,1,44606,58,1053988086,'2016-06-03 14:36:12',''),(43167,1,1,44607,1,1578620988,'2016-06-03 15:01:38',''),(43168,1,1,44608,16,2760155443,'2016-06-03 15:46:56',''),(43169,1,1,44609,1,3702877301,'2016-06-03 17:54:03',''),(43170,1,1,44610,1,3702877276,'2016-06-03 17:54:06',''),(43171,1,1,44611,50,3702877323,'2016-06-03 18:27:23',''),(43172,1,1,44612,15,1543662083,'2016-06-03 18:55:50','http://www.bing.com/search?q=rapid+tyres+manufacturer&qs=HS&pq=rapid&sk=HS1&sc=8-5&sp=2&cvid=320AF044ACFC449C8575B1C7E5C4F69D&FORM=QBRE'),(43173,1,1,44613,1,1041824901,'2016-06-03 18:56:22',''),(43174,1,1,44614,1,3495654154,'2016-06-03 21:05:21',''),(43175,1,1,44615,1,1401942595,'2016-06-03 21:22:32',''),(43176,1,1,44616,1,3479603870,'2016-06-03 21:31:23',''),(43177,1,1,44617,50,872391333,'2016-06-03 21:33:32',''),(43178,1,1,44618,51,872391333,'2016-06-03 21:33:36',''),(43179,1,1,44619,49,1123634733,'2016-06-03 22:37:26',''),(43180,1,1,44620,26,2071807790,'2016-06-03 23:09:08',''),(43181,1,1,44621,1,1123631110,'2016-06-04 01:06:56',''),(43182,1,1,44622,1,2420902990,'2016-06-04 01:27:52',''),(43183,1,1,44623,1,2420902990,'2016-06-04 01:27:55',''),(43184,1,1,44624,1,2420902990,'2016-06-04 01:27:59',''),(43185,1,1,44625,1,2420902990,'2016-06-04 01:28:02',''),(43186,1,1,44626,1,2420902990,'2016-06-04 01:28:05',''),(43187,1,1,44627,1,2420902990,'2016-06-04 01:28:08',''),(43188,1,1,44628,1,2420902990,'2016-06-04 01:28:11',''),(43189,1,1,44629,1,2420902990,'2016-06-04 01:28:15',''),(43190,1,1,44630,1,2420902990,'2016-06-04 01:28:18',''),(43191,1,1,44631,1,2420902990,'2016-06-04 01:28:21',''),(43192,1,1,44632,1,1123634740,'2016-06-04 01:47:03',''),(43193,1,1,44633,28,1123634747,'2016-06-04 02:36:26',''),(43194,1,1,44634,26,3702877347,'2016-06-04 04:55:57',''),(43195,1,1,44635,9,1053974832,'2016-06-04 06:13:25',''),(43196,1,1,44636,3,1053974832,'2016-06-04 06:13:36',''),(43197,1,1,44637,1,1542483270,'2016-06-04 06:37:49',''),(43198,1,1,44638,1,872292419,'2016-06-04 07:36:20',''),(43199,1,1,44639,65,872292419,'2016-06-04 07:36:26',''),(43200,1,1,44640,73,872292419,'2016-06-04 07:36:32',''),(43201,1,1,44641,64,3024883611,'2016-06-04 08:33:30',''),(43202,1,1,44642,38,3342489297,'2016-06-04 08:33:58',''),(43203,1,1,44643,16,3342489297,'2016-06-04 08:34:01',''),(43204,1,1,44644,73,3342489297,'2016-06-04 08:34:04',''),(43205,1,1,44645,14,3475901770,'2016-06-04 09:46:31',''),(43206,1,1,44646,62,3156762438,'2016-06-04 10:08:18',''),(43207,1,1,44647,67,2513055984,'2016-06-04 11:19:39',''),(43208,1,1,44648,62,872315320,'2016-06-04 11:20:51',''),(43209,1,1,44649,63,872315320,'2016-06-04 11:20:55',''),(43210,1,1,44650,64,872315320,'2016-06-04 11:20:58',''),(43211,1,1,44651,1,3702877260,'2016-06-04 14:07:25',''),(43212,1,1,44652,1,3702877326,'2016-06-04 14:07:28',''),(43213,1,1,44653,1,3629205362,'2016-06-04 14:12:41',''),(43214,1,1,44654,6,1123634740,'2016-06-04 16:03:28',''),(43215,1,1,44655,48,3024883464,'2016-06-04 16:41:13',''),(43216,1,1,44656,1,2071807860,'2016-06-04 17:07:26',''),(43217,1,1,44657,28,1170580419,'2016-06-04 17:59:39',''),(43218,1,1,44658,50,1170580419,'2016-06-04 17:59:42',''),(43219,1,1,44659,51,1170580419,'2016-06-04 17:59:45',''),(43220,1,1,44660,56,1170580419,'2016-06-04 17:59:48',''),(43221,1,1,44661,55,1170580419,'2016-06-04 17:59:51',''),(43222,1,1,44662,62,1170580419,'2016-06-04 17:59:54',''),(43223,1,1,44663,63,1170580419,'2016-06-04 17:59:57',''),(43224,1,1,44664,64,1170580419,'2016-06-04 18:00:00',''),(43225,1,1,44665,65,1170580419,'2016-06-04 18:00:03',''),(43226,1,1,44666,69,1170580419,'2016-06-04 18:00:05',''),(43227,1,1,44667,1,1123634740,'2016-06-04 19:04:23',''),(43228,1,1,44668,26,2990495243,'2016-06-04 19:12:07',''),(43229,1,1,44669,50,2071807794,'2016-06-04 19:20:45',''),(43230,1,1,44670,26,2071807851,'2016-06-04 19:54:05',''),(43231,1,1,44671,65,872366388,'2016-06-04 20:07:29',''),(43232,1,1,44672,1,1123634733,'2016-06-04 20:26:23',''),(43233,1,1,44673,1,2193699366,'2016-06-04 22:44:24',''),(43234,1,1,44674,1,2366145577,'2016-06-04 22:44:28',''),(43235,1,1,44675,1,2366148121,'2016-06-04 22:44:31',''),(43236,1,1,44676,1,1570674749,'2016-06-04 22:44:35',''),(43237,1,1,44677,1,1123634740,'2016-06-05 00:31:11',''),(43238,1,1,44678,45,3702877290,'2016-06-05 00:44:04',''),(43239,1,1,44679,43,3024883465,'2016-06-05 02:15:25',''),(43240,1,1,44680,43,2637637552,'2016-06-05 03:41:56',''),(43241,1,1,44681,43,2637637552,'2016-06-05 03:41:57',''),(43242,1,1,44682,29,2637637552,'2016-06-05 03:41:59',''),(43243,1,1,44683,18,2637637552,'2016-06-05 03:42:00',''),(43244,1,1,44684,9,3475901770,'2016-06-05 03:42:01',''),(43245,1,1,44685,56,3475901770,'2016-06-05 03:42:03',''),(43246,1,1,44686,43,3475901770,'2016-06-05 03:42:04',''),(43247,1,1,44687,6,2637637608,'2016-06-05 03:42:09',''),(43248,1,1,44688,1,2637637608,'2016-06-05 03:42:10',''),(43249,1,1,44689,66,2637637608,'2016-06-05 03:42:11',''),(43250,1,1,44690,3,2637637502,'2016-06-05 03:42:14',''),(43251,1,1,44691,64,3342489299,'2016-06-05 04:43:53',''),(43252,1,1,44692,1,1542483267,'2016-06-05 06:41:44',''),(43253,1,1,44693,1,1123634733,'2016-06-05 10:30:55',''),(43254,1,1,44694,65,48179068,'2016-06-05 10:44:42','https://www.google.co.uk/'),(43255,1,1,44695,1,2731721825,'2016-06-05 10:52:42',''),(43256,1,1,44696,47,1123632553,'2016-06-05 11:48:40',''),(43257,1,1,44697,1,1123631747,'2016-06-05 12:51:06',''),(43258,1,1,44698,71,2420915477,'2016-06-05 13:06:13',''),(43259,1,1,44699,48,1123631755,'2016-06-05 13:09:10',''),(43260,1,1,44700,64,3702877363,'2016-06-05 14:14:04',''),(43261,1,1,44701,45,3702877368,'2016-06-05 14:47:24',''),(43262,1,1,44702,1,2996485578,'2016-06-05 14:48:32',''),(43263,1,1,44703,38,2071807760,'2016-06-05 15:20:44',''),(43264,1,1,44704,1,1123631751,'2016-06-05 15:38:25',''),(43265,1,1,44705,1,1123634740,'2016-06-05 17:33:18',''),(43266,1,1,44706,1,84497668,'2016-06-05 18:00:04',''),(43267,1,1,44707,65,1123631755,'2016-06-05 18:33:54',''),(43268,1,1,44708,1,1123634733,'2016-06-05 18:54:42',''),(43269,1,1,44709,52,3024883613,'2016-06-05 18:57:58',''),(43270,1,1,44710,1,1123634733,'2016-06-05 20:33:18',''),(43271,1,1,44711,59,1539462250,'2016-06-05 20:49:56',''),(43272,1,1,44712,68,1539462250,'2016-06-05 20:50:15',''),(43273,1,1,44713,75,1539462250,'2016-06-05 20:50:24',''),(43274,1,1,44714,26,3510284849,'2016-06-05 22:23:25',''),(43275,1,1,44715,45,3510284849,'2016-06-05 22:23:28',''),(43276,1,1,44716,48,3510284849,'2016-06-05 22:23:31',''),(43277,1,1,44717,16,3510284849,'2016-06-05 22:23:34',''),(43278,1,1,44718,1,872292419,'2016-06-05 22:28:52',''),(43279,1,1,44719,1,872292419,'2016-06-05 22:28:55',''),(43280,1,1,44720,3,872292419,'2016-06-05 22:28:57',''),(43281,1,1,44721,3,872292419,'2016-06-05 22:29:00',''),(43282,1,1,44722,1,1503892538,'2016-06-05 23:31:48',''),(43283,1,1,44723,1,1123634747,'2016-06-06 00:45:40',''),(43284,1,1,44724,1,1123634733,'2016-06-06 00:49:17',''),(43285,1,1,44725,26,2071807834,'2016-06-06 00:51:07',''),(43286,1,1,44726,1,1123634747,'2016-06-06 01:59:53',''),(43287,1,1,44727,1,1123634747,'2016-06-06 02:31:30',''),(43288,1,1,44728,59,3024883465,'2016-06-06 02:49:42',''),(43289,1,1,44729,64,3702877289,'2016-06-06 02:57:22',''),(43290,1,1,44730,1,3024883604,'2016-06-06 03:23:12',''),(43291,1,1,44731,26,1815808070,'2016-06-06 03:36:59',''),(43292,1,1,44732,26,1815808070,'2016-06-06 03:37:02',''),(43293,1,1,44733,26,1815808070,'2016-06-06 03:37:24',''),(43294,1,1,44734,1,1123634740,'2016-06-06 04:27:17',''),(43295,1,1,44735,57,2071807759,'2016-06-06 04:37:22',''),(43296,1,1,44736,1,2420901739,'2016-06-06 05:52:52',''),(43297,1,1,44737,1,1542483291,'2016-06-06 06:20:19',''),(43298,1,1,44738,1,1159647986,'2016-06-06 06:29:25',''),(43299,1,1,44739,1,1123634740,'2016-06-06 06:47:20',''),(43300,1,1,44740,15,1123631755,'2016-06-06 08:00:05',''),(43301,1,1,44741,1,1123634740,'2016-06-06 08:57:05',''),(43302,1,1,44742,47,2760155436,'2016-06-06 09:07:16',''),(43303,1,1,44743,26,3233507563,'2016-06-06 10:15:02',''),(43304,1,1,44744,26,3233507563,'2016-06-06 10:15:04',''),(43305,1,1,44745,26,3233507563,'2016-06-06 10:15:06',''),(43306,1,1,44746,1,1123631755,'2016-06-06 10:17:53',''),(43307,1,1,44747,1,3024883603,'2016-06-06 11:32:19',''),(43308,1,1,44748,43,2637637555,'2016-06-06 11:40:23',''),(43309,1,1,44749,43,2637637555,'2016-06-06 11:40:25',''),(43310,1,1,44750,29,2637637555,'2016-06-06 11:40:26',''),(43311,1,1,44751,18,2637637555,'2016-06-06 11:40:27',''),(43312,1,1,44752,3,3475901750,'2016-06-06 11:40:27',''),(43313,1,1,44753,6,3475901755,'2016-06-06 11:46:23',''),(43314,1,1,44754,1,3475901755,'2016-06-06 11:46:24',''),(43315,1,1,44755,66,3475901755,'2016-06-06 11:46:25',''),(43316,1,1,44756,69,3702877259,'2016-06-06 12:37:14',''),(43317,1,1,44757,1,915425620,'2016-06-06 12:50:04',''),(43318,1,1,44758,1,915425620,'2016-06-06 12:50:08',''),(43319,1,1,44759,1,1123631755,'2016-06-06 13:00:34',''),(43320,1,1,44760,1,1123631755,'2016-06-06 13:35:15',''),(43321,1,1,44761,26,1152705893,'2016-06-06 15:44:10',''),(43322,1,1,44762,1,1123631755,'2016-06-06 15:55:33',''),(43323,1,1,44763,1,3369696831,'2016-06-06 16:27:33',''),(43324,1,1,44764,1,1123631747,'2016-06-06 16:57:26',''),(43325,1,1,44765,56,1152705893,'2016-06-06 18:16:59',''),(43326,1,1,44767,1,1123631755,'2016-06-06 18:47:37',''),(43327,1,1,44768,1,1123631751,'2016-06-06 19:16:46',''),(43328,1,1,44769,1,3702877293,'2016-06-06 19:20:29',''),(43329,1,1,44770,16,1152705893,'2016-06-06 20:14:44',''),(43330,1,1,44771,1,2921498610,'2016-06-06 20:58:06',''),(43331,1,1,44772,74,1123631747,'2016-06-06 21:49:54',''),(43332,1,1,44773,1,1123631747,'2016-06-06 23:54:23',''),(43333,1,1,44774,15,3024883596,'2016-06-07 00:45:07',''),(43334,1,1,44775,64,1123631747,'2016-06-07 02:18:19',''),(43335,1,1,44776,1,2366158595,'2016-06-07 03:03:52',''),(43336,1,1,44777,1,2366158595,'2016-06-07 03:03:55',''),(43337,1,1,44778,1,100662596,'2016-06-07 03:04:00',''),(43338,1,1,44779,1,2366148121,'2016-06-07 03:04:03',''),(43339,1,1,44780,6,787886205,'2016-06-07 03:05:13',''),(43340,1,1,44781,1,1123631751,'2016-06-07 04:17:48',''),(43341,1,1,44782,52,3702877326,'2016-06-07 04:54:13',''),(43342,1,1,44783,1,1123631755,'2016-06-07 05:03:27',''),(43343,1,1,44784,1,1542483309,'2016-06-07 06:36:23',''),(43344,1,1,44785,1,916372606,'2016-06-07 06:52:42',''),(43345,1,1,44786,1,916372606,'2016-06-07 06:52:46',''),(43346,1,1,44787,1,3479603870,'2016-06-07 07:19:29',''),(43347,1,1,44788,1,1123631751,'2016-06-07 07:37:59',''),(43348,1,1,44789,1,916947946,'2016-06-07 08:23:13',''),(43349,1,1,44790,1,916947946,'2016-06-07 08:23:14',''),(43350,1,1,44791,1,916372606,'2016-06-07 08:45:56',''),(43351,1,1,44792,1,916372606,'2016-06-07 08:45:57',''),(43352,1,1,44793,1,916372606,'2016-06-07 08:45:58',''),(43353,1,1,44794,1,916372606,'2016-06-07 08:45:59',''),(43354,1,1,44795,1,916372606,'2016-06-07 08:46:01',''),(43355,1,1,44796,1,916372606,'2016-06-07 08:46:02',''),(43356,1,1,44797,1,916372606,'2016-06-07 08:46:03',''),(43357,1,1,44798,1,916372606,'2016-06-07 08:46:04',''),(43358,1,1,44799,1,916372606,'2016-06-07 08:46:05',''),(43359,1,1,44800,1,916372606,'2016-06-07 08:46:06',''),(43360,1,1,44801,1,916372606,'2016-06-07 08:46:08',''),(43361,1,1,44802,1,916372606,'2016-06-07 08:46:09',''),(43362,1,1,44803,1,916372606,'2016-06-07 08:46:10',''),(43363,1,1,44804,1,916372606,'2016-06-07 08:46:11',''),(43364,1,1,44805,1,916372606,'2016-06-07 08:46:12',''),(43365,1,1,44806,1,916372606,'2016-06-07 08:46:14',''),(43366,1,1,44807,1,916372606,'2016-06-07 08:46:15',''),(43367,1,1,44808,1,916372606,'2016-06-07 08:46:16',''),(43368,1,1,44809,1,916372606,'2016-06-07 08:46:17',''),(43369,1,1,44810,1,916372606,'2016-06-07 08:46:18',''),(43370,1,1,44811,1,916372606,'2016-06-07 08:46:19',''),(43371,1,1,44812,1,916372606,'2016-06-07 08:46:21',''),(43372,1,1,44813,1,916372606,'2016-06-07 08:46:22',''),(43373,1,1,44814,1,916372606,'2016-06-07 08:46:23',''),(43374,1,1,44815,1,916372606,'2016-06-07 08:46:24',''),(43375,1,1,44816,1,916372606,'2016-06-07 08:46:26',''),(43376,1,1,44817,1,1123631747,'2016-06-07 09:25:07',''),(43377,1,1,44818,15,3246177295,'2016-06-07 10:09:26',''),(43378,1,1,44819,1,3246177295,'2016-06-07 10:09:27',''),(43379,1,1,44820,15,3246177295,'2016-06-07 10:09:29',''),(43380,1,1,44821,62,872402716,'2016-06-07 11:14:08',''),(43381,1,1,44822,63,872402716,'2016-06-07 11:14:11',''),(43382,1,1,44823,64,872402716,'2016-06-07 11:14:18',''),(43383,1,1,44824,1,1123631747,'2016-06-07 11:53:02',''),(43384,1,1,44825,72,1159649166,'2016-06-07 12:22:00',''),(43385,1,1,44826,1,3135486536,'2016-06-07 13:31:49',''),(43386,1,1,44827,52,1159644874,'2016-06-07 14:41:24',''),(43387,1,1,44828,64,1159644874,'2016-06-07 14:41:28',''),(43388,1,1,44829,56,1451546509,'2016-06-07 14:47:33',''),(43389,1,1,44830,1,1123631747,'2016-06-07 15:04:08',''),(43390,1,1,44832,1,3139969782,'2016-06-07 15:26:42',''),(43391,1,1,44833,69,2071807823,'2016-06-07 15:40:15',''),(43392,1,1,44834,26,3702877268,'2016-06-07 16:13:35',''),(43393,1,1,44835,56,3702877335,'2016-06-07 18:08:04',''),(43394,1,1,44836,67,84491906,'2016-06-07 19:48:58',''),(43395,1,1,44837,1,1815808070,'2016-06-07 21:23:28',''),(43396,1,1,44838,3,2637637560,'2016-06-07 23:31:02',''),(43397,1,1,44839,1,872309184,'2016-06-08 00:13:45',''),(43398,1,1,44840,1,3281697044,'2016-06-08 01:34:04',''),(43399,1,1,44841,1,1123631751,'2016-06-08 10:11:09',''),(43400,1,1,44842,26,2420923694,'2016-06-08 10:47:08',''),(43401,1,1,44843,26,2420923694,'2016-06-08 10:47:10',''),(43402,1,1,44844,26,2420923694,'2016-06-08 10:47:12',''),(43403,1,1,44845,1,3479603870,'2016-06-08 12:23:13',''),(43404,1,1,44846,1,3479603870,'2016-06-08 12:46:09',''),(43405,1,1,44847,1,1123631755,'2016-06-08 14:22:40',''),(43406,1,1,44848,54,1152705893,'2016-06-08 14:24:58',''),(43407,1,1,44849,1,2204827761,'2016-06-08 14:57:46',''),(43408,1,1,44850,43,3024883465,'2016-06-08 15:26:57',''),(43409,1,1,44851,48,3024883480,'2016-06-08 16:00:28',''),(43410,1,1,44852,1,3629205386,'2016-06-08 16:01:02',''),(43411,1,1,44853,1,1123631751,'2016-06-08 15:52:42',''),(43412,1,1,44854,52,3702877327,'2016-06-08 16:37:41',''),(43413,1,1,44855,68,1603394961,'2016-06-08 16:42:39',''),(43414,1,1,44856,1,3512584001,'2016-06-08 18:48:32','https://www.google.co.uk/'),(43415,1,1,44857,70,3024883473,'2016-06-08 18:52:56',''),(43416,1,1,44858,1,1542483286,'2016-06-08 20:02:48',''),(43417,1,1,44859,1,676177693,'2016-06-08 20:21:13',''),(43418,1,1,44860,26,1170583858,'2016-06-08 20:58:27',''),(43419,1,1,44861,26,1170583858,'2016-06-08 20:59:59',''),(43420,1,1,44862,26,1170583858,'2016-06-08 21:00:02',''),(43421,1,1,44863,15,1123631755,'2016-06-08 21:04:12',''),(43422,1,1,44865,1,2731721857,'2016-06-08 21:34:25',''),(43423,1,1,44866,53,1152705893,'2016-06-08 23:45:01',''),(43424,1,1,44867,1,1123631751,'2016-06-09 00:35:41',''),(43425,1,1,44868,55,1152705893,'2016-06-09 01:49:06',''),(43426,1,1,44869,26,2731721828,'2016-06-09 01:51:24',''),(43427,1,1,44870,45,2731721828,'2016-06-09 01:51:27',''),(43428,1,1,44871,48,2731721828,'2016-06-09 01:51:29',''),(43429,1,1,44872,16,2731721828,'2016-06-09 01:51:32',''),(43430,1,1,44873,1,1815808070,'2016-06-09 02:00:34',''),(43431,1,1,44874,1,1815808070,'2016-06-09 02:00:38',''),(43432,1,1,44875,1,1815808070,'2016-06-09 02:00:41',''),(43433,1,1,44876,1,1815808070,'2016-06-09 02:00:45',''),(43434,1,1,44877,1,1815808070,'2016-06-09 02:00:47',''),(43435,1,1,44878,43,675633775,'2016-06-09 02:16:17',''),(43436,1,1,44879,1,675633775,'2016-06-09 02:16:35',''),(43437,1,1,44880,43,675633775,'2016-06-09 02:16:53',''),(43438,1,1,44881,27,1159648530,'2016-06-09 02:18:00',''),(43439,1,1,44882,44,1159648530,'2016-06-09 02:18:04',''),(43440,1,1,44883,49,1159648530,'2016-06-09 02:18:07',''),(43441,1,1,44884,1,2916130234,'2016-06-09 02:22:21',''),(43442,1,1,44885,1,1123634740,'2016-06-09 03:57:07',''),(43443,1,1,44886,1,1123634740,'2016-06-09 08:03:03',''),(43444,1,1,44887,16,1152705893,'2016-06-09 08:44:32',''),(43445,1,1,44888,58,1123634747,'2016-06-09 09:03:10',''),(43446,1,1,44889,1,3024883471,'2016-06-09 09:13:20',''),(43447,1,1,44890,56,1838358814,'2016-06-09 09:22:22','https://www.google.co.uk/'),(43448,1,1,44891,6,1596951186,'2016-06-09 10:34:48',''),(43449,1,1,44892,1,1123634747,'2016-06-09 10:41:45',''),(43450,1,1,44893,46,3702877302,'2016-06-09 11:02:39',''),(43451,1,1,44895,10,1123634733,'2016-06-09 11:04:54',''),(43452,1,1,44897,73,2637637580,'2016-06-09 11:12:58',''),(43453,1,1,44898,16,2637637580,'2016-06-09 11:13:00',''),(43454,1,1,44899,70,2637637580,'2016-06-09 11:13:01',''),(43455,1,1,44900,26,2637637580,'2016-06-09 11:13:03',''),(43456,1,1,44901,26,2637637580,'2016-06-09 11:13:04',''),(43457,1,1,44902,26,2637637580,'2016-06-09 11:13:05',''),(43458,1,1,44903,26,2637637580,'2016-06-09 11:13:06',''),(43459,1,1,44904,26,2637637580,'2016-06-09 11:13:07',''),(43460,1,1,44905,26,2637637580,'2016-06-09 11:13:08',''),(43461,1,1,44906,15,2637637376,'2016-06-09 11:13:08',''),(43462,1,1,44907,71,2637637580,'2016-06-09 11:13:09',''),(43463,1,1,44908,26,2637637376,'2016-06-09 11:13:10',''),(43464,1,1,44909,26,2637637376,'2016-06-09 11:13:11',''),(43465,1,1,44910,26,2637637376,'2016-06-09 11:13:12',''),(43466,1,1,44911,26,2637637376,'2016-06-09 11:13:13',''),(43467,1,1,44912,26,2637637376,'2016-06-09 11:13:14',''),(43468,1,1,44913,67,676177676,'2016-06-09 11:13:15',''),(43469,1,1,44914,72,2637637376,'2016-06-09 11:13:15',''),(43470,1,1,44915,75,676177676,'2016-06-09 11:13:16',''),(43471,1,1,44916,64,676177676,'2016-06-09 11:13:18',''),(43472,1,1,44917,62,676177676,'2016-06-09 11:13:19',''),(43473,1,1,44918,26,676177676,'2016-06-09 11:13:21',''),(43474,1,1,44919,26,676177676,'2016-06-09 11:13:22',''),(43475,1,1,44920,26,676177676,'2016-06-09 11:13:23',''),(43476,1,1,44921,26,676177676,'2016-06-09 11:13:24',''),(43477,1,1,44922,26,676177676,'2016-06-09 11:13:25',''),(43478,1,1,44924,26,676177676,'2016-06-09 11:13:25',''),(43479,1,1,44923,16,676177676,'2016-06-09 11:13:26',''),(43480,1,1,44925,69,2637637560,'2016-06-09 11:13:32',''),(43481,1,1,44926,65,2637637560,'2016-06-09 11:13:34',''),(43482,1,1,44927,68,2637637560,'2016-06-09 11:13:36',''),(43483,1,1,44928,63,2637637560,'2016-06-09 11:13:38',''),(43484,1,1,44929,48,2637637560,'2016-06-09 11:13:40',''),(43485,1,1,44930,1,1542483277,'2016-06-09 12:01:31',''),(43486,1,1,44931,56,2959916033,'2016-06-09 12:26:37',''),(43487,1,1,44932,1,2959916033,'2016-06-09 12:26:39',''),(43488,1,1,44933,1,1123632553,'2016-06-09 15:05:55',''),(43489,1,1,44934,1,1123634740,'2016-06-09 15:52:47',''),(43490,1,1,44935,26,1123634733,'2016-06-09 15:54:55',''),(43491,1,1,44940,1,3024883615,'2016-06-09 17:48:32',''),(43492,1,1,44941,1,3024883613,'2016-06-09 18:18:05',''),(43493,1,1,44942,1,1123631412,'2016-06-09 19:00:14',''),(43494,1,1,44943,1,2731721828,'2016-06-09 21:14:49',''),(43495,1,1,44944,1,2366148121,'2016-06-09 22:47:28',''),(43496,1,1,44945,1,1570674749,'2016-06-09 22:47:31',''),(43497,1,1,44946,1,872292358,'2016-06-09 23:54:05',''),(43498,1,1,44947,14,1123631412,'2016-06-10 00:11:13',''),(43499,1,1,44948,1,1451546509,'2016-06-10 00:11:37',''),(43500,1,1,44949,1,84491906,'2016-06-10 00:58:45',''),(43501,1,1,44950,26,84498858,'2016-06-10 01:00:09',''),(43502,1,1,44951,45,84498858,'2016-06-10 01:00:11',''),(43503,1,1,44952,48,84498858,'2016-06-10 01:00:14',''),(43504,1,1,44953,16,84498858,'2016-06-10 01:01:05',''),(43505,1,1,44954,1,872399389,'2016-06-10 01:10:18',''),(43506,1,1,44955,1,872399389,'2016-06-10 01:10:21',''),(43507,1,1,44956,3,872399389,'2016-06-10 01:10:23',''),(43508,1,1,44957,3,872399389,'2016-06-10 01:10:26',''),(43509,1,1,44958,74,3024883469,'2016-06-10 01:30:13',''),(43510,1,1,44959,59,84504390,'2016-06-10 03:09:09',''),(43511,1,1,44960,68,84504390,'2016-06-10 03:09:12',''),(43512,1,1,44961,75,84504390,'2016-06-10 03:09:15',''),(43513,1,1,44962,1,2071807798,'2016-06-10 03:47:30',''),(43514,1,1,44963,50,2366158595,'2016-06-10 04:53:10',''),(43515,1,1,44964,26,84497668,'2016-06-10 07:45:35',''),(43516,1,1,44965,26,84497668,'2016-06-10 07:45:37',''),(43517,1,1,44966,26,84497668,'2016-06-10 07:45:40',''),(43518,1,1,44967,1,2637637376,'2016-06-10 10:28:10',''),(43519,1,1,44968,1,3629205397,'2016-06-10 11:28:16',''),(43520,1,1,44969,1,1053974832,'2016-06-10 11:39:40',''),(43521,1,1,44970,1,1542483318,'2016-06-10 11:40:15',''),(43522,1,1,44971,1,1528045370,'2016-06-10 13:41:29',''),(43523,1,1,44972,1,1152705893,'2016-06-10 15:15:19',''),(43524,1,1,44973,6,1123631412,'2016-06-10 15:24:45',''),(43525,1,1,44974,27,1192056698,'2016-06-10 15:45:49',''),(43526,1,1,44975,44,1192056698,'2016-06-10 15:45:57',''),(43527,1,1,44976,49,1192056698,'2016-06-10 15:46:00',''),(43528,1,1,44977,1,1968049467,'2016-06-10 16:58:03',''),(43529,1,1,44978,1,1123631412,'2016-06-10 17:41:53',''),(43530,1,1,44980,43,1558988689,'2016-06-10 17:46:51',''),(43531,1,1,44981,27,1558988689,'2016-06-10 17:46:54',''),(43532,1,1,44982,58,1558988689,'2016-06-10 17:46:57',''),(43533,1,1,44983,1,3024883590,'2016-06-10 18:36:48',''),(43534,1,1,44984,1,872399393,'2016-06-10 19:00:59',''),(43535,1,1,44985,52,872399393,'2016-06-10 19:01:04',''),(43536,1,1,44986,1,2366148121,'2016-06-10 20:29:26',''),(43537,1,1,44987,1,2193699366,'2016-06-10 20:29:30',''),(43538,1,1,44988,1,2193699366,'2016-06-10 20:29:33',''),(43539,1,1,44989,1,2366158595,'2016-06-10 20:29:37',''),(43540,1,1,44990,1,2366158595,'2016-06-10 22:23:25',''),(43541,1,1,44991,1,2366158595,'2016-06-10 22:23:28',''),(43542,1,1,44992,1,1123631412,'2016-06-11 00:00:46',''),(43543,1,1,44993,1,1123631418,'2016-06-11 00:01:53',''),(43544,1,1,44994,48,1123631412,'2016-06-11 01:51:24',''),(43545,1,1,44995,1,1123631415,'2016-06-11 01:53:55',''),(43546,1,1,44997,74,3024883594,'2016-06-11 02:05:05',''),(43547,1,1,44998,1,1123631412,'2016-06-11 03:08:33',''),(43548,1,1,44999,26,1152705893,'2016-06-11 04:09:30',''),(43549,1,1,45000,63,1123631281,'2016-06-11 04:40:08',''),(43550,1,1,45001,1,1123631276,'2016-06-11 05:01:51',''),(43551,1,1,45004,26,1123631273,'2016-06-11 05:05:35',''),(43552,1,1,45007,1,1123631276,'2016-06-11 06:26:18',''),(43553,1,1,45009,1,1033403674,'2016-06-11 07:22:57',''),(43554,1,1,45010,15,2760155462,'2016-06-11 07:23:18',''),(43555,1,1,45011,1,1033403674,'2016-06-11 07:23:51',''),(43556,1,1,45012,1,1123631273,'2016-06-11 07:32:12',''),(43557,1,1,45013,1,1033403674,'2016-06-11 07:33:14',''),(43558,1,1,45014,56,2071807763,'2016-06-11 07:37:15',''),(43559,1,1,45015,69,2071807826,'2016-06-11 08:10:35',''),(43560,1,1,45016,1,1123631276,'2016-06-11 08:58:31',''),(43561,1,1,45017,1,1123631273,'2016-06-11 09:55:11',''),(43562,1,1,45018,31,1152705893,'2016-06-11 09:56:40',''),(43563,1,1,45019,1,1542483274,'2016-06-11 11:57:03',''),(43564,1,1,45020,1,3587046857,'2016-06-11 12:34:46',''),(43565,1,1,45021,1,3342489294,'2016-06-11 12:36:18',''),(43566,1,1,45022,48,3702877365,'2016-06-11 12:40:20',''),(43567,1,1,45023,1,1123631273,'2016-06-11 13:25:11',''),(43568,1,1,45024,1,1522646460,'2016-06-11 14:24:13','https://www.bing.com/'),(43569,1,1,45025,9,2366158595,'2016-06-11 14:30:49',''),(43570,1,1,45026,26,1152705893,'2016-06-11 14:49:11',''),(43571,1,1,45027,1,1123631273,'2016-06-11 15:48:50',''),(43572,1,1,45028,38,872362138,'2016-06-11 16:43:13',''),(43573,1,1,45029,6,2071807801,'2016-06-11 17:43:39',''),(43574,1,1,45030,1,3702877343,'2016-06-11 17:43:40',''),(43575,1,1,45031,52,1815808070,'2016-06-11 17:45:00',''),(43576,1,1,45032,1,84497668,'2016-06-11 18:17:34',''),(43577,1,1,45033,65,1152705893,'2016-06-11 18:36:41',''),(43578,1,1,45034,1,772044803,'2016-06-11 20:52:57',''),(43579,1,1,45035,59,1159644858,'2016-06-11 21:11:28',''),(43580,1,1,45036,68,1159644858,'2016-06-11 21:11:32',''),(43581,1,1,45037,75,1159644858,'2016-06-11 21:11:35',''),(43582,1,1,45038,1,1123631281,'2016-06-11 21:15:59',''),(43583,1,1,45039,1,3156762438,'2016-06-11 21:51:06',''),(43584,1,1,45040,1,3156082100,'2016-06-11 22:05:42',''),(43585,1,1,45041,1,1192056698,'2016-06-11 22:09:29',''),(43586,1,1,45042,1,1192056698,'2016-06-11 22:09:35',''),(43587,1,1,45043,3,1192056698,'2016-06-11 22:09:40',''),(43588,1,1,45044,3,1192056698,'2016-06-11 22:09:43',''),(43589,1,1,45045,1,100662596,'2016-06-11 22:19:24',''),(43590,1,1,45046,1,2366148121,'2016-06-11 22:19:28',''),(43591,1,1,45047,26,1159644858,'2016-06-11 22:54:04',''),(43592,1,1,45048,26,1159644858,'2016-06-11 22:54:06',''),(43593,1,1,45049,26,1159644858,'2016-06-11 22:54:09',''),(43594,1,1,45050,65,1577696682,'2016-06-11 23:18:32','https://www.google.co.uk/'),(43595,1,1,45051,66,1123631276,'2016-06-11 23:34:25',''),(43596,1,1,45052,1,1163186166,'2016-06-12 00:56:18',''),(43597,1,1,45053,18,3475901821,'2016-06-12 00:56:35',''),(43598,1,1,45054,43,3475901821,'2016-06-12 00:56:36',''),(43599,1,1,45055,29,3475901821,'2016-06-12 00:56:38',''),(43600,1,1,45056,43,3475901821,'2016-06-12 00:56:39',''),(43601,1,1,45057,6,2637637488,'2016-06-12 00:56:40',''),(43602,1,1,45058,66,2637637488,'2016-06-12 00:56:41',''),(43603,1,1,45059,1,2637637488,'2016-06-12 00:56:43',''),(43604,1,1,45060,3,676177750,'2016-06-12 00:56:59',''),(43605,1,1,45061,9,676177713,'2016-06-12 00:57:11',''),(43606,1,1,45062,56,676177713,'2016-06-12 00:57:12',''),(43607,1,1,45063,43,676177713,'2016-06-12 00:57:14',''),(43608,1,1,45064,1,3024883615,'2016-06-12 01:18:36',''),(43609,1,1,45065,1,1452481759,'2016-06-12 01:32:10','https://www.google.co.uk/'),(43610,1,1,45066,49,1152705893,'2016-06-12 01:47:34',''),(43611,1,1,45067,1,84492181,'2016-06-12 02:04:42',''),(43612,1,1,45068,67,872366390,'2016-06-12 02:57:01',''),(43613,1,1,45069,1,3024883617,'2016-06-12 04:12:13',''),(43614,1,1,45070,48,2760155406,'2016-06-12 05:49:08',''),(43615,1,1,45071,1,1159644858,'2016-06-12 06:03:46',''),(43616,1,1,45072,27,84492181,'2016-06-12 06:10:04',''),(43617,1,1,45073,44,84492181,'2016-06-12 06:10:08',''),(43618,1,1,45074,49,84492181,'2016-06-12 06:10:11',''),(43619,1,1,45075,43,1159648714,'2016-06-12 06:14:16',''),(43620,1,1,45076,27,1159648714,'2016-06-12 06:14:19',''),(43621,1,1,45077,58,1159648714,'2016-06-12 06:14:30',''),(43622,1,1,45078,3,1123631273,'2016-06-12 06:35:01',''),(43623,1,1,45079,46,3702877269,'2016-06-12 07:57:29',''),(43624,1,1,45080,1,1123631273,'2016-06-12 08:05:00',''),(43625,1,1,45081,15,1587212101,'2016-06-12 08:12:42',''),(43626,1,1,45082,1,2737608106,'2016-06-12 11:16:21',''),(43627,1,1,45083,50,2737608106,'2016-06-12 11:16:27',''),(43628,1,1,45085,28,2737608106,'2016-06-12 11:16:28',''),(43629,1,1,45086,26,2737608106,'2016-06-12 11:16:28',''),(43630,1,1,45087,50,2737608106,'2016-06-12 11:16:28',''),(43631,1,1,45084,28,2737608106,'2016-06-12 11:16:28',''),(43632,1,1,45090,28,2737608106,'2016-06-12 11:16:28',''),(43633,1,1,45089,50,2737608106,'2016-06-12 11:16:28',''),(43634,1,1,45091,28,2737608106,'2016-06-12 11:16:28',''),(43635,1,1,45088,50,2737608106,'2016-06-12 11:16:28',''),(43636,1,1,45092,26,2737608106,'2016-06-12 11:16:29',''),(43637,1,1,45093,51,2737608106,'2016-06-12 11:16:30',''),(43638,1,1,45094,51,2737608106,'2016-06-12 11:16:31',''),(43639,1,1,45095,51,2737608106,'2016-06-12 11:16:31',''),(43640,1,1,45096,26,2737608106,'2016-06-12 11:16:32',''),(43641,1,1,45099,51,2737608106,'2016-06-12 11:16:32',''),(43642,1,1,45097,56,2737608106,'2016-06-12 11:16:32',''),(43643,1,1,45098,56,2737608106,'2016-06-12 11:16:32',''),(43644,1,1,45100,26,2737608106,'2016-06-12 11:16:42',''),(43645,1,1,45101,26,2737608106,'2016-06-12 11:16:43',''),(43646,1,1,45104,56,2737608106,'2016-06-12 11:16:43',''),(43647,1,1,45102,26,2737608106,'2016-06-12 11:16:44',''),(43648,1,1,45105,62,2737608106,'2016-06-12 11:16:44',''),(43649,1,1,45108,55,2737608106,'2016-06-12 11:16:44',''),(43650,1,1,45110,62,2737608106,'2016-06-12 11:16:44',''),(43651,1,1,45103,55,2737608106,'2016-06-12 11:16:44',''),(43652,1,1,45106,62,2737608106,'2016-06-12 11:16:44',''),(43653,1,1,45111,55,2737608106,'2016-06-12 11:16:44',''),(43654,1,1,45109,56,2737608106,'2016-06-12 11:16:44',''),(43655,1,1,45112,62,2737608106,'2016-06-12 11:16:44',''),(43656,1,1,45107,55,2737608106,'2016-06-12 11:16:44',''),(43657,1,1,45113,63,2737608106,'2016-06-12 11:16:45',''),(43658,1,1,45114,63,2737608106,'2016-06-12 11:16:45',''),(43659,1,1,45115,63,2737608106,'2016-06-12 11:16:46',''),(43660,1,1,45117,26,2737608106,'2016-06-12 11:16:46',''),(43661,1,1,45118,64,2737608106,'2016-06-12 11:16:46',''),(43662,1,1,45116,63,2737608106,'2016-06-12 11:16:46',''),(43663,1,1,45119,26,2737608106,'2016-06-12 11:16:59',''),(43664,1,1,45121,65,2737608106,'2016-06-12 11:16:59',''),(43665,1,1,45120,65,2737608106,'2016-06-12 11:16:59',''),(43666,1,1,45125,69,2737608106,'2016-06-12 11:16:59',''),(43667,1,1,45126,69,2737608106,'2016-06-12 11:16:59',''),(43668,1,1,45127,65,2737608106,'2016-06-12 11:16:59',''),(43669,1,1,45129,64,2737608106,'2016-06-12 11:16:59',''),(43670,1,1,45123,26,2737608106,'2016-06-12 11:16:59',''),(43671,1,1,45132,69,2737608106,'2016-06-12 11:16:59',''),(43672,1,1,45124,26,2737608106,'2016-06-12 11:16:59',''),(43673,1,1,45122,69,2737608106,'2016-06-12 11:16:59',''),(43674,1,1,45130,64,2737608106,'2016-06-12 11:16:59',''),(43675,1,1,45128,64,2737608106,'2016-06-12 11:17:00',''),(43676,1,1,45131,65,2737608106,'2016-06-12 11:17:00',''),(43677,1,1,45133,6,2737608106,'2016-06-12 11:17:01',''),(43678,1,1,45134,1,872399363,'2016-06-12 11:21:44',''),(43679,1,1,45135,14,3702877362,'2016-06-12 11:34:37',''),(43680,1,1,45136,1,1542483300,'2016-06-12 11:44:51',''),(43681,1,1,45137,63,872366389,'2016-06-12 11:46:23',''),(43682,1,1,45138,6,1159648530,'2016-06-12 12:04:05',''),(43683,1,1,45139,1,1159648530,'2016-06-12 12:04:07',''),(43684,1,1,45140,68,1159648530,'2016-06-12 12:04:10',''),(43685,1,1,45141,75,1159648530,'2016-06-12 12:04:13',''),(43686,1,1,45142,1,1388412687,'2016-06-12 12:24:56',''),(43687,1,1,45143,56,1388412687,'2016-06-12 12:25:00',''),(43688,1,1,45144,67,1388412687,'2016-06-12 12:25:06',''),(43689,1,1,45145,69,1388412687,'2016-06-12 12:25:14',''),(43690,1,1,45146,74,1388412687,'2016-06-12 12:25:19',''),(43691,1,1,45147,1,872292434,'2016-06-12 13:23:24',''),(43692,1,1,45148,1,872292434,'2016-06-12 13:23:27',''),(43693,1,1,45149,1,872292434,'2016-06-12 13:23:32',''),(43694,1,1,45150,1,872292434,'2016-06-12 13:23:35',''),(43695,1,1,45151,1,872292434,'2016-06-12 13:23:38',''),(43696,1,1,45152,1,872292434,'2016-06-12 13:23:41',''),(43697,1,1,45153,1,872292434,'2016-06-12 13:23:45',''),(43698,1,1,45154,1,872292434,'2016-06-12 13:23:48',''),(43699,1,1,45155,1,872292434,'2016-06-12 13:23:51',''),(43700,1,1,45156,1,872292434,'2016-06-12 13:23:54',''),(43701,1,1,45157,56,3702877304,'2016-06-12 13:56:28',''),(43702,1,1,45158,57,3024883590,'2016-06-12 14:41:00',''),(43703,1,1,45159,18,2760155477,'2016-06-12 14:52:56',''),(43704,1,1,45160,26,1152705893,'2016-06-12 16:52:35',''),(43705,1,1,45161,49,2760155438,'2016-06-12 17:12:55',''),(43706,1,1,45162,1,3281697044,'2016-06-12 18:08:30',''),(43707,1,1,45163,54,3281697044,'2016-06-12 18:08:34',''),(43708,1,1,45164,66,3281697044,'2016-06-12 18:08:37',''),(43709,1,1,45165,1,3281697044,'2016-06-12 18:08:41',''),(43710,1,1,45166,67,1049232115,'2016-06-12 18:35:13',''),(43711,1,1,45167,1,2420901739,'2016-06-12 18:40:25',''),(43712,1,1,45168,1,2420901739,'2016-06-12 18:40:27',''),(43713,1,1,45169,1,2420901739,'2016-06-12 18:40:30',''),(43714,1,1,45170,71,872366357,'2016-06-12 18:46:25',''),(43715,1,1,45171,6,84494819,'2016-06-12 19:21:07',''),(43716,1,1,45172,26,84494819,'2016-06-12 19:21:11',''),(43717,1,1,45173,26,84494819,'2016-06-12 19:21:14',''),(43718,1,1,45174,26,84494819,'2016-06-12 19:21:16',''),(43719,1,1,45175,26,84494819,'2016-06-12 19:21:18',''),(43720,1,1,45176,1,1123631281,'2016-06-12 19:45:59',''),(43721,1,1,45177,26,1539462250,'2016-06-12 20:21:28',''),(43722,1,1,45178,26,1539462250,'2016-06-12 20:21:48',''),(43723,1,1,45179,26,1539462250,'2016-06-12 20:22:00',''),(43724,1,1,45180,51,1152705893,'2016-06-12 21:25:42',''),(43725,1,1,45181,1,2366158595,'2016-06-12 22:23:19',''),(43726,1,1,45182,1,2193699366,'2016-06-12 22:23:23',''),(43727,1,1,45183,10,1152705893,'2016-06-12 22:32:47',''),(43728,1,1,45184,1,3024883486,'2016-06-12 22:47:06',''),(43729,1,1,45185,1,1123631273,'2016-06-12 23:15:58',''),(43730,1,1,45186,1,2071807758,'2016-06-12 23:58:57',''),(43731,1,1,45187,1,1089906100,'2016-06-13 00:59:42','http://whois.domaintools.com/mstyresblackburn.co.uk'),(43732,1,1,45188,69,3702877304,'2016-06-13 02:58:57',''),(43733,1,1,45189,1,1123631273,'2016-06-13 04:10:23',''),(43734,1,1,45191,1,2366158595,'2016-06-13 05:49:49',''),(43735,1,1,45192,1,2193699366,'2016-06-13 05:49:51',''),(43736,1,1,45193,1,2366158595,'2016-06-13 05:49:55',''),(43737,1,1,45194,1,2366158595,'2016-06-13 05:49:59',''),(43738,1,1,45195,1,3024883600,'2016-06-13 09:15:39',''),(43739,1,1,45196,56,3702877281,'2016-06-13 09:37:51',''),(43740,1,1,45197,16,84507508,'2016-06-13 09:55:18',''),(43741,1,1,45198,52,2297627991,'2016-06-13 10:41:54',''),(43742,1,1,45199,63,2071807857,'2016-06-13 10:44:30',''),(43743,1,1,45200,1,1542483312,'2016-06-13 11:46:15',''),(43744,1,1,45201,1,786803397,'2016-06-13 12:18:42',''),(43745,1,1,45202,72,1539739511,'2016-06-13 14:06:02',''),(43746,1,1,45203,1,3510284945,'2016-06-13 14:15:08',''),(43747,1,1,45204,1,3510284945,'2016-06-13 14:15:12',''),(43748,1,1,45205,1,3510284945,'2016-06-13 14:15:15',''),(43749,1,1,45206,1,3510284945,'2016-06-13 14:15:18',''),(43750,1,1,45207,1,3510284945,'2016-06-13 14:15:21',''),(43751,1,1,45208,1,3510284945,'2016-06-13 14:15:24',''),(43752,1,1,45209,1,3510284945,'2016-06-13 14:15:27',''),(43753,1,1,45210,1,3510284945,'2016-06-13 14:15:30',''),(43754,1,1,45211,1,3510284945,'2016-06-13 14:15:33',''),(43755,1,1,45212,1,3510284945,'2016-06-13 14:15:35',''),(43756,1,1,45213,70,3024883616,'2016-06-13 14:50:41',''),(43757,1,1,45214,6,1123631281,'2016-06-13 14:59:09',''),(43758,1,1,45215,1,1384437094,'2016-06-13 15:44:54','https://www.google.co.uk/'),(43759,1,1,45216,43,676177699,'2016-06-13 15:59:06',''),(43760,1,1,45217,46,3702877288,'2016-06-13 18:38:08',''),(43761,1,1,45218,63,1123631281,'2016-06-13 19:13:06',''),(43762,1,1,45219,1,2071807757,'2016-06-13 19:38:09',''),(43763,1,1,45220,55,3024883467,'2016-06-13 20:10:25',''),(43764,1,1,45221,50,1152705893,'2016-06-13 21:18:29',''),(43765,1,1,45222,1,3479603870,'2016-06-13 21:57:24',''),(43766,1,1,45223,68,2760155436,'2016-06-13 21:59:11',''),(43767,1,1,45224,1,2193699366,'2016-06-13 22:03:01',''),(43768,1,1,45225,1,2193699366,'2016-06-13 22:03:05',''),(43769,1,1,45226,43,872366348,'2016-06-13 22:06:58',''),(43770,1,1,45227,15,2071807765,'2016-06-13 22:10:58',''),(43771,1,1,45228,1,1138212726,'2016-06-13 22:40:42',''),(43772,1,1,45229,38,2986351270,'2016-06-14 02:19:34',''),(43773,1,1,45230,1,3281697044,'2016-06-14 03:15:37',''),(43774,1,1,45231,15,2071807834,'2016-06-14 04:00:08',''),(43775,1,1,45232,1,1170583858,'2016-06-14 04:02:15',''),(43776,1,1,45233,1,1170583858,'2016-06-14 04:02:19',''),(43777,1,1,45234,1,1170583858,'2016-06-14 04:02:21',''),(43778,1,1,45235,1,1170583858,'2016-06-14 04:02:24',''),(43779,1,1,45236,1,1170583858,'2016-06-14 04:02:26',''),(43780,1,1,45237,1,1170583858,'2016-06-14 04:02:29',''),(43781,1,1,45238,1,1170583858,'2016-06-14 04:02:31',''),(43782,1,1,45239,1,3024883615,'2016-06-14 04:38:53',''),(43783,1,1,45240,1,1596849153,'2016-06-14 05:32:23',''),(43784,1,1,45241,1,1596849153,'2016-06-14 05:32:38',''),(43785,1,1,45242,1,1596849153,'2016-06-14 05:32:59',''),(43786,1,1,45243,1,1596849153,'2016-06-14 05:33:20',''),(43787,1,1,45244,1,1596849153,'2016-06-14 05:33:29',''),(43788,1,1,45245,1,1596849153,'2016-06-14 05:33:43',''),(43789,1,1,45246,75,1123631273,'2016-06-14 06:39:27',''),(43790,1,1,45248,26,1123631276,'2016-06-14 06:44:39',''),(43791,1,1,45253,56,3427775632,'2016-06-14 06:52:28',''),(43792,1,1,45255,63,2071807836,'2016-06-14 07:33:27',''),(43793,1,1,45256,1,84497668,'2016-06-14 08:43:24',''),(43794,1,1,45257,26,1159646682,'2016-06-14 08:52:57',''),(43795,1,1,45258,45,1159646682,'2016-06-14 08:53:00',''),(43796,1,1,45259,48,1159646682,'2016-06-14 08:53:02',''),(43797,1,1,45260,16,1159646682,'2016-06-14 08:53:05',''),(43798,1,1,45261,1,1049232115,'2016-06-14 10:03:49',''),(43799,1,1,45262,1,1049232115,'2016-06-14 10:03:51',''),(43800,1,1,45263,3,1049232115,'2016-06-14 10:03:53',''),(43801,1,1,45264,3,1049232115,'2016-06-14 10:03:56',''),(43802,1,1,45265,68,1123631273,'2016-06-14 10:13:53',''),(43803,1,1,45266,1,2420901012,'2016-06-14 10:26:57',''),(43804,1,1,45267,1,1123631276,'2016-06-14 10:31:49',''),(43805,1,1,45268,59,872402717,'2016-06-14 10:49:31',''),(43806,1,1,45269,68,872402717,'2016-06-14 10:49:34',''),(43807,1,1,45270,75,872402717,'2016-06-14 10:49:38',''),(43808,1,1,45271,1,1542483266,'2016-06-14 11:51:44',''),(43809,1,1,45272,43,3427775638,'2016-06-14 12:00:13',''),(43810,1,1,45273,56,1123631276,'2016-06-14 13:17:20',''),(43811,1,1,45274,1,1384441057,'2016-06-14 15:32:02','https://www.google.co.uk/'),(43812,1,1,45275,26,3342489299,'2016-06-14 15:36:58',''),(43813,1,1,45276,26,3342489299,'2016-06-14 15:37:05',''),(43814,1,1,45277,26,3342489299,'2016-06-14 15:37:23',''),(43815,1,1,45278,27,2420902020,'2016-06-14 15:52:08',''),(43816,1,1,45279,44,2420902020,'2016-06-14 15:52:12',''),(43817,1,1,45280,49,2420902020,'2016-06-14 15:52:16',''),(43818,1,1,45281,1,1159646682,'2016-06-14 16:18:16',''),(43819,1,1,45282,1,772022347,'2016-06-14 16:50:51',''),(43820,1,1,45283,62,1170580419,'2016-06-14 17:08:11',''),(43821,1,1,45284,63,1170580419,'2016-06-14 17:08:14',''),(43822,1,1,45285,64,1170580419,'2016-06-14 17:08:18',''),(43823,1,1,45286,58,1170583858,'2016-06-14 17:19:00',''),(43824,1,1,45287,1,2420902990,'2016-06-14 17:54:54',''),(43825,1,1,45288,43,2420902990,'2016-06-14 17:54:57',''),(43826,1,1,45289,43,2420902990,'2016-06-14 17:55:01',''),(43827,1,1,45290,56,2420902990,'2016-06-14 17:55:03',''),(43828,1,1,45291,69,2420902990,'2016-06-14 17:55:19',''),(43829,1,1,45292,15,1159647986,'2016-06-14 18:12:52',''),(43830,1,1,45293,1,84504390,'2016-06-14 18:31:35',''),(43831,1,1,45294,6,1159648002,'2016-06-14 19:39:28',''),(43832,1,1,45295,1,1159648002,'2016-06-14 19:39:33',''),(43833,1,1,45296,68,1159648002,'2016-06-14 19:39:36',''),(43834,1,1,45297,75,1159648002,'2016-06-14 19:39:42',''),(43835,1,1,45298,1,1123631276,'2016-06-14 19:54:36',''),(43836,1,1,45299,1,2366158595,'2016-06-14 20:13:04',''),(43837,1,1,45300,1,1570674749,'2016-06-14 20:13:08',''),(43838,1,1,45301,1,2366158595,'2016-06-14 20:13:11',''),(43839,1,1,45302,1,2366158595,'2016-06-14 20:13:15',''),(43840,1,1,45303,6,1123631273,'2016-06-14 21:03:32',''),(43841,1,1,45304,1,1123631116,'2016-06-14 21:31:08',''),(43842,1,1,45305,1,2366158595,'2016-06-14 22:00:58',''),(43843,1,1,45306,1,2366158595,'2016-06-14 22:01:01',''),(43844,1,1,45307,1,3024883615,'2016-06-14 23:16:53',''),(43845,1,1,45308,1,1137334416,'2016-06-15 00:20:57',''),(43846,1,1,45309,43,3475901719,'2016-06-15 00:25:16',''),(43847,1,1,45310,1,2637637554,'2016-06-15 00:27:53',''),(43848,1,1,45311,6,2876355456,'2016-06-15 00:59:10',''),(43849,1,1,45312,6,2876355456,'2016-06-15 00:59:14',''),(43850,1,1,45313,1,3024883602,'2016-06-15 01:42:01',''),(43851,1,1,45314,75,3475901719,'2016-06-15 01:49:11',''),(43852,1,1,45315,26,3475901719,'2016-06-15 01:49:13',''),(43853,1,1,45316,26,3475901719,'2016-06-15 01:49:14',''),(43854,1,1,45317,26,3475901719,'2016-06-15 01:49:16',''),(43855,1,1,45318,64,3475901719,'2016-06-15 01:49:17',''),(43856,1,1,45319,26,3475901719,'2016-06-15 01:49:18',''),(43857,1,1,45320,67,3475901719,'2016-06-15 01:49:19',''),(43858,1,1,45321,26,2637637554,'2016-06-15 01:49:20',''),(43859,1,1,45322,62,3475901719,'2016-06-15 01:49:22',''),(43860,1,1,45323,26,2637637554,'2016-06-15 01:49:22',''),(43861,1,1,45324,16,2637637554,'2016-06-15 01:49:23',''),(43862,1,1,45325,26,3475901719,'2016-06-15 01:49:24',''),(43863,1,1,45326,73,2637637554,'2016-06-15 01:49:25',''),(43864,1,1,45327,26,2637637554,'2016-06-15 01:49:27',''),(43865,1,1,45328,26,2637637554,'2016-06-15 01:49:28',''),(43866,1,1,45329,26,2637637554,'2016-06-15 01:49:29',''),(43867,1,1,45330,70,2637637554,'2016-06-15 01:49:30',''),(43868,1,1,45331,26,2637637540,'2016-06-15 01:49:31',''),(43869,1,1,45332,26,2637637554,'2016-06-15 01:49:31',''),(43870,1,1,45333,72,2637637540,'2016-06-15 01:49:32',''),(43871,1,1,45334,71,2637637554,'2016-06-15 01:49:32',''),(43872,1,1,45335,26,2637637540,'2016-06-15 01:49:34',''),(43873,1,1,45336,26,2637637554,'2016-06-15 01:49:34',''),(43874,1,1,45337,26,2637637540,'2016-06-15 01:49:35',''),(43875,1,1,45338,26,2637637540,'2016-06-15 01:49:36',''),(43876,1,1,45339,15,2637637540,'2016-06-15 01:49:37',''),(43877,1,1,45340,68,2637637549,'2016-06-15 01:49:45',''),(43878,1,1,45341,65,2637637549,'2016-06-15 01:49:47',''),(43879,1,1,45342,26,2637637549,'2016-06-15 01:49:49',''),(43880,1,1,45343,63,2637637549,'2016-06-15 01:49:50',''),(43881,1,1,45344,69,2637637549,'2016-06-15 01:49:50',''),(43882,1,1,45345,27,1123631273,'2016-06-15 02:13:25',''),(43883,1,1,45346,1,3587046702,'2016-06-15 02:25:31','https://www.google.co.uk/'),(43884,1,1,45347,70,1123631276,'2016-06-15 04:38:56',''),(43885,1,1,45348,9,1152705893,'2016-06-15 05:45:09',''),(43886,1,1,45349,1,1596849787,'2016-06-15 06:14:00',''),(43887,1,1,45350,1,1123631276,'2016-06-15 06:35:55',''),(43888,1,1,45352,1,1754045355,'2016-06-15 09:32:00',''),(43889,1,1,45353,1,1123631273,'2016-06-15 09:37:59',''),(43890,1,1,45354,1,1123631276,'2016-06-15 09:53:09',''),(43891,1,1,45355,66,1152705893,'2016-06-15 10:28:42',''),(43892,1,1,45358,1,2071807796,'2016-06-15 12:03:06',''),(43893,1,1,45359,1,1542483287,'2016-06-15 12:05:21',''),(43894,1,1,45360,62,1123631755,'2016-06-15 15:13:09',''),(43895,1,1,45361,53,3024883475,'2016-06-15 15:21:56',''),(43896,1,1,45362,74,1152705893,'2016-06-15 17:40:20',''),(43897,1,1,45363,44,3024883612,'2016-06-15 19:02:17',''),(43898,1,1,45364,1,1442835243,'2016-06-15 19:07:03','https://www.google.co.uk/'),(43899,1,1,45365,1,2637637613,'2016-06-15 19:12:59',''),(43900,1,1,45366,67,1152705893,'2016-06-15 19:30:57',''),(43901,1,1,45367,26,3514728241,'2016-06-15 20:13:44',''),(43902,1,1,45368,1,3024883482,'2016-06-15 21:29:21',''),(43903,1,1,45369,14,2071807814,'2016-06-15 21:53:16',''),(43904,1,1,45370,1,1138212772,'2016-06-15 22:18:08',''),(43905,1,1,45371,1,1427740771,'2016-06-15 22:30:49',''),(43906,1,1,45372,18,1427740771,'2016-06-15 22:30:52',''),(43907,1,1,45373,1,1427740771,'2016-06-15 22:30:53',''),(43908,1,1,45374,1,1427740771,'2016-06-15 22:30:54',''),(43909,1,1,45375,1,1427740771,'2016-06-15 22:30:55',''),(43910,1,1,45376,1,1427740771,'2016-06-15 22:30:56',''),(43911,1,1,45377,1,1359240638,'2016-06-15 22:46:30',''),(43912,1,1,45378,18,1359240638,'2016-06-15 22:46:33',''),(43913,1,1,45379,1,1359240638,'2016-06-15 22:46:35',''),(43914,1,1,45380,1,1359240638,'2016-06-15 22:46:36',''),(43915,1,1,45381,1,1359240638,'2016-06-15 22:46:37',''),(43916,1,1,45382,1,1475494033,'2016-06-15 23:03:45',''),(43917,1,1,45383,18,1475494033,'2016-06-15 23:03:49',''),(43918,1,1,45384,1,1475494033,'2016-06-15 23:03:51',''),(43919,1,1,45385,1,1475494033,'2016-06-15 23:03:52',''),(43920,1,1,45386,1,1138622919,'2016-06-15 23:20:23',''),(43921,1,1,45387,18,1138622919,'2016-06-15 23:20:29',''),(43922,1,1,45388,1,3258603557,'2016-06-15 23:37:04',''),(43923,1,1,45389,18,3258603557,'2016-06-15 23:37:09',''),(43924,1,1,45390,1,1541310499,'2016-06-15 23:53:02',''),(43925,1,1,45391,18,1541310499,'2016-06-15 23:53:07',''),(43926,1,1,45392,1,1541310499,'2016-06-15 23:53:08',''),(43927,1,1,45393,1,1541310499,'2016-06-15 23:53:09',''),(43928,1,1,45394,26,1152705893,'2016-06-15 23:57:16',''),(43929,1,1,45395,1,3495654154,'2016-06-15 23:59:08',''),(43930,1,1,45396,1,1427741019,'2016-06-16 00:08:41',''),(43931,1,1,45397,18,1427741019,'2016-06-16 00:08:44',''),(43932,1,1,45398,1,1427741019,'2016-06-16 00:08:45',''),(43933,1,1,45399,1,1123634747,'2016-06-16 00:13:45',''),(43934,1,1,45400,1,1123634733,'2016-06-16 00:15:32',''),(43935,1,1,45401,1,3479603870,'2016-06-16 00:24:12',''),(43936,1,1,45402,1,1505270326,'2016-06-16 00:25:28',''),(43937,1,1,45403,18,1505270326,'2016-06-16 00:25:31',''),(43938,1,1,45404,1,1123634747,'2016-06-16 02:25:11',''),(43939,1,1,45405,1,1123634740,'2016-06-16 02:26:56',''),(43940,1,1,45407,16,2760155468,'2016-06-16 03:04:41',''),(43941,1,1,45408,6,2760155461,'2016-06-16 03:19:28',''),(43942,1,1,45409,1,3702877283,'2016-06-16 03:53:17',''),(43943,1,1,45410,6,1123634747,'2016-06-16 04:08:06',''),(43944,1,1,45411,1,1123634733,'2016-06-16 04:40:08',''),(43945,1,1,45412,1,1596849787,'2016-06-16 05:49:44',''),(43946,1,1,45413,38,2420901012,'2016-06-16 09:10:09',''),(43947,1,1,45414,1,3024883486,'2016-06-16 09:21:56',''),(43948,1,1,45415,52,1539462250,'2016-06-16 10:57:00',''),(43949,1,1,45416,1,1542483284,'2016-06-16 11:56:24',''),(43950,1,1,45417,1,35647916,'2016-06-16 12:30:54','https://www.google.co.uk/'),(43951,1,1,45418,1,35647916,'2016-06-16 12:30:55','https://www.google.co.uk/'),(43952,1,1,45419,1,1159648714,'2016-06-16 14:16:08',''),(43953,1,1,45420,1,1159648714,'2016-06-16 14:16:14',''),(43954,1,1,45421,1,2953382627,'2016-06-16 14:45:27',''),(43955,1,1,45422,64,2538610537,'2016-06-16 14:47:40',''),(43956,1,1,45423,3,872366396,'2016-06-16 16:10:21',''),(43957,1,1,45424,1,1159646682,'2016-06-16 16:55:20',''),(43958,1,1,45425,1,1159646682,'2016-06-16 16:55:53',''),(43959,1,1,45426,1,1159646682,'2016-06-16 16:55:56',''),(43960,1,1,45427,1,1159646682,'2016-06-16 16:56:01',''),(43961,1,1,45428,1,1159646682,'2016-06-16 16:56:10',''),(43962,1,1,45429,1,1159646682,'2016-06-16 16:56:18',''),(43963,1,1,45430,1,1159646682,'2016-06-16 16:56:21',''),(43964,1,1,45431,1,1159646682,'2016-06-16 16:56:26',''),(43965,1,1,45432,1,1159646682,'2016-06-16 16:56:31',''),(43966,1,1,45433,1,1159646682,'2016-06-16 16:56:34',''),(43967,1,1,45434,57,1159646682,'2016-06-16 16:56:37',''),(43968,1,1,45435,70,2538610533,'2016-06-16 17:31:38',''),(43969,1,1,45436,6,1123631747,'2016-06-16 17:45:01',''),(43970,1,1,45437,45,872366375,'2016-06-16 20:13:31',''),(43971,1,1,45438,1,1170583834,'2016-06-16 20:52:35',''),(43972,1,1,45439,1,2420902987,'2016-06-16 21:03:58',''),(43973,1,1,45440,1,3024883470,'2016-06-16 21:53:36',''),(43974,1,1,45441,26,2538613875,'2016-06-16 22:59:09',''),(43975,1,1,45442,45,2538613875,'2016-06-16 22:59:11',''),(43976,1,1,45443,48,2538613875,'2016-06-16 22:59:14',''),(43977,1,1,45444,16,2538613875,'2016-06-16 22:59:17',''),(43978,1,1,45445,1,2420902990,'2016-06-16 23:05:52',''),(43979,1,1,45446,1,2420902990,'2016-06-16 23:05:55',''),(43980,1,1,45447,3,2420902990,'2016-06-16 23:05:57',''),(43981,1,1,45448,3,2420902990,'2016-06-16 23:05:59',''),(43982,1,1,45449,59,3514728241,'2016-06-17 00:06:18',''),(43983,1,1,45450,68,3514728241,'2016-06-17 00:06:23',''),(43984,1,1,45451,75,3514728241,'2016-06-17 00:06:28',''),(43985,1,1,45452,1,1066263218,'2016-06-17 00:51:56',''),(43986,1,1,45453,1,3024883595,'2016-06-17 02:03:08',''),(43987,1,1,45454,10,3024883465,'2016-06-17 05:49:37',''),(43988,1,1,45455,62,2760155441,'2016-06-17 07:01:23',''),(43989,1,1,45456,10,2538610533,'2016-06-17 07:51:02',''),(43990,1,1,45457,1,1123634740,'2016-06-17 09:10:08',''),(43991,1,1,45458,18,1152705893,'2016-06-17 10:05:29',''),(43992,1,1,45459,1,1443143263,'2016-06-17 10:20:15','https://www.google.co.uk/'),(43993,1,1,45460,75,2637637451,'2016-06-17 10:24:53',''),(43994,1,1,45461,26,2637637451,'2016-06-17 10:24:55',''),(43995,1,1,45462,26,2637637451,'2016-06-17 10:24:56',''),(43996,1,1,45463,26,2637637451,'2016-06-17 10:24:57',''),(43997,1,1,45464,64,2637637451,'2016-06-17 10:24:58',''),(43998,1,1,45465,26,2637637451,'2016-06-17 10:24:59',''),(43999,1,1,45466,67,2637637451,'2016-06-17 10:25:00',''),(44000,1,1,45467,68,2637637549,'2016-06-17 10:25:01',''),(44001,1,1,45468,62,2637637451,'2016-06-17 10:25:02',''),(44002,1,1,45469,65,2637637549,'2016-06-17 10:25:03',''),(44003,1,1,45470,26,2637637451,'2016-06-17 10:25:04',''),(44004,1,1,45471,26,2637637549,'2016-06-17 10:25:05',''),(44005,1,1,45472,63,2637637549,'2016-06-17 10:25:06',''),(44006,1,1,45473,69,2637637549,'2016-06-17 10:25:07',''),(44007,1,1,45474,26,2637637613,'2016-06-17 10:25:28',''),(44008,1,1,45475,26,2637637613,'2016-06-17 10:25:29',''),(44009,1,1,45476,16,2637637613,'2016-06-17 10:25:30',''),(44010,1,1,45477,73,2637637613,'2016-06-17 10:25:32',''),(44011,1,1,45478,26,2637637613,'2016-06-17 10:25:33',''),(44012,1,1,45479,26,2637637613,'2016-06-17 10:25:34',''),(44013,1,1,45480,26,2637637613,'2016-06-17 10:25:35',''),(44014,1,1,45481,70,2637637613,'2016-06-17 10:25:36',''),(44015,1,1,45482,26,2637637613,'2016-06-17 10:25:38',''),(44016,1,1,45483,71,2637637613,'2016-06-17 10:25:39',''),(44017,1,1,45484,26,2637637613,'2016-06-17 10:25:40',''),(44018,1,1,45485,26,676177694,'2016-06-17 10:25:57',''),(44019,1,1,45486,72,676177694,'2016-06-17 10:25:58',''),(44020,1,1,45487,26,676177694,'2016-06-17 10:25:59',''),(44021,1,1,45488,26,676177694,'2016-06-17 10:26:00',''),(44022,1,1,45489,26,676177694,'2016-06-17 10:26:01',''),(44023,1,1,45490,15,676177694,'2016-06-17 10:26:02',''),(44024,1,1,45491,1,1123634740,'2016-06-17 10:36:31',''),(44025,1,1,45492,1,2637637613,'2016-06-17 11:18:07',''),(44026,1,1,45493,6,1152705893,'2016-06-17 11:44:59',''),(44027,1,1,45494,1,856235116,'2016-06-17 13:57:06','https://www.google.co.uk'),(44028,1,1,45495,1,1542483274,'2016-06-17 14:09:57',''),(44029,1,1,45496,9,2637637501,'2016-06-17 16:11:43',''),(44030,1,1,45497,56,2637637501,'2016-06-17 16:11:45',''),(44031,1,1,45498,43,2637637501,'2016-06-17 16:11:46',''),(44032,1,1,45499,43,3475901876,'2016-06-17 16:12:13',''),(44033,1,1,45500,43,3475901876,'2016-06-17 16:12:15',''),(44034,1,1,45501,29,3475901876,'2016-06-17 16:12:16',''),(44035,1,1,45502,18,3475901876,'2016-06-17 16:12:17',''),(44036,1,1,45503,6,676177738,'2016-06-17 16:12:17',''),(44037,1,1,45504,1,676177738,'2016-06-17 16:12:19',''),(44038,1,1,45505,3,2637637549,'2016-06-17 16:13:31',''),(44039,1,1,45506,1,676177686,'2016-06-17 16:50:27',''),(44040,1,1,45507,1,1330505423,'2016-06-17 17:46:53','https://www.google.co.uk/'),(44041,1,1,45508,1,1041806727,'2016-06-17 18:43:12',''),(44042,1,1,45509,62,1152705893,'2016-06-17 19:21:06',''),(44043,1,1,45510,1,676177686,'2016-06-17 19:29:47',''),(44044,1,1,45511,54,676177711,'2016-06-17 19:48:26',''),(44045,1,1,45512,26,3475901876,'2016-06-17 20:41:37',''),(44046,1,1,45513,62,3475901876,'2016-06-17 20:57:53',''),(44047,1,1,45514,1,676177738,'2016-06-17 21:04:02',''),(44048,1,1,45515,27,1152705893,'2016-06-17 21:19:37',''),(44049,1,1,45516,56,676177686,'2016-06-17 21:28:37',''),(44050,1,1,45517,56,676177686,'2016-06-17 21:28:38',''),(44051,1,1,45518,65,676177711,'2016-06-17 21:28:56',''),(44052,1,1,45519,43,3475901876,'2016-06-17 21:32:13',''),(44053,1,1,45520,57,676177711,'2016-06-17 22:13:48',''),(44054,1,1,45521,26,676177686,'2016-06-17 22:16:25',''),(44055,1,1,45522,63,676177711,'2016-06-17 22:20:19',''),(44056,1,1,45523,26,676177686,'2016-06-17 22:22:43',''),(44057,1,1,45524,53,3475901865,'2016-06-17 22:41:22',''),(44058,1,1,45525,26,676177711,'2016-06-17 22:45:35',''),(44059,1,1,45526,69,676177711,'2016-06-17 22:51:25',''),(44060,1,1,45527,26,3475901865,'2016-06-17 22:52:48',''),(44061,1,1,45528,26,3475901865,'2016-06-17 22:55:06',''),(44062,1,1,45529,41,676177686,'2016-06-17 22:57:30',''),(44063,1,1,45530,28,3475901876,'2016-06-17 22:59:16',''),(44064,1,1,45531,9,676177756,'2016-06-17 23:32:44',''),(44065,1,1,45532,6,676177711,'2016-06-17 23:33:58',''),(44066,1,1,45533,51,3475901865,'2016-06-17 23:34:28',''),(44067,1,1,45534,45,676177756,'2016-06-17 23:36:57',''),(44068,1,1,45535,55,676177756,'2016-06-17 23:37:06',''),(44069,1,1,45536,64,3475901876,'2016-06-17 23:37:35',''),(44070,1,1,45537,26,3475901865,'2016-06-17 23:40:47',''),(44071,1,1,45538,26,676177711,'2016-06-17 23:41:59',''),(44072,1,1,45539,52,3475901865,'2016-06-17 23:44:04',''),(44073,1,1,45540,48,676177711,'2016-06-17 23:45:22',''),(44074,1,1,45541,50,3475901865,'2016-06-18 00:08:53',''),(44075,1,1,45542,18,3475901876,'2016-06-18 00:21:11',''),(44076,1,1,45543,52,84497668,'2016-06-18 00:22:01',''),(44077,1,1,45544,57,1348182626,'2016-06-18 00:22:42',''),(44078,1,1,45545,46,1123634733,'2016-06-18 00:38:48',''),(44079,1,1,45546,26,3475901876,'2016-06-18 00:41:45',''),(44080,1,1,45547,3,3475901865,'2016-06-18 00:42:39',''),(44081,1,1,45548,26,676177756,'2016-06-18 00:43:54',''),(44082,1,1,45549,49,3024883470,'2016-06-18 01:52:00',''),(44083,1,1,45550,1,2366145577,'2016-06-18 02:08:22',''),(44084,1,1,45551,1,2366148121,'2016-06-18 02:08:26',''),(44085,1,1,45552,1,2366158595,'2016-06-18 02:08:30',''),(44086,1,1,45553,1,2366148121,'2016-06-18 02:08:34',''),(44087,1,1,45554,38,3475901876,'2016-06-18 03:11:11',''),(44088,1,1,45555,1,1123631751,'2016-06-18 05:31:52',''),(44089,1,1,45556,43,84494819,'2016-06-18 06:51:31',''),(44090,1,1,45557,1,3024883471,'2016-06-18 07:27:17',''),(44091,1,1,45558,1,3024883599,'2016-06-18 07:27:19',''),(44092,1,1,45559,1,1542483272,'2016-06-18 11:30:04',''),(44093,1,1,45560,1,1377678835,'2016-06-18 11:56:24',''),(44094,1,1,45561,64,1123634747,'2016-06-18 12:32:51',''),(44095,1,1,45562,1,1138212732,'2016-06-18 13:12:17',''),(44096,1,1,45563,15,872292429,'2016-06-18 13:56:57',''),(44097,1,1,45564,44,2760155470,'2016-06-18 17:54:13',''),(44098,1,1,45565,1,100662575,'2016-06-18 20:29:20',''),(44099,1,1,45566,1,2193699658,'2016-06-18 20:29:24',''),(44100,1,1,45567,1,100662596,'2016-06-18 20:29:28',''),(44101,1,1,45568,1,2366158595,'2016-06-18 20:29:32',''),(44102,1,1,45569,1,2420902990,'2016-06-18 21:14:20',''),(44103,1,1,45570,1,2990495243,'2016-06-18 23:14:26',''),(44104,1,1,45571,1,1507709005,'2016-06-19 00:52:23',''),(44105,1,1,45572,1,1053993637,'2016-06-19 00:54:37',''),(44106,1,1,45573,26,2297627991,'2016-06-19 01:07:50',''),(44107,1,1,45574,26,2297627991,'2016-06-19 01:07:52',''),(44108,1,1,45575,26,2297627991,'2016-06-19 01:07:55',''),(44109,1,1,45576,1,1049232115,'2016-06-19 01:59:59',''),(44110,1,1,45577,27,2987946392,'2016-06-19 02:41:18',''),(44111,1,1,45578,44,2987946392,'2016-06-19 02:41:22',''),(44112,1,1,45579,49,2987946392,'2016-06-19 02:41:25',''),(44113,1,1,45580,73,1838573783,'2016-06-19 04:06:31','https://www.google.co.uk/'),(44114,1,1,45581,50,3024883612,'2016-06-19 04:33:21',''),(44115,1,1,45582,59,3559908797,'2016-06-19 05:36:48',''),(44116,1,1,45583,68,3559908797,'2016-06-19 05:36:54',''),(44117,1,1,45584,75,3559908797,'2016-06-19 05:37:06',''),(44118,1,1,45585,1,87956067,'2016-06-19 05:44:19',''),(44119,1,1,45586,1,1123634733,'2016-06-19 06:37:38',''),(44120,1,1,45587,26,1152705893,'2016-06-19 07:14:07',''),(44121,1,1,45588,1,1123634733,'2016-06-19 07:38:24',''),(44122,1,1,45589,38,1054099923,'2016-06-19 09:54:42',''),(44123,1,1,45590,1,1542483292,'2016-06-19 11:26:07',''),(44124,1,1,45591,1,3024883601,'2016-06-19 14:49:34',''),(44125,1,1,45592,1,3024883591,'2016-06-19 14:49:36',''),(44126,1,1,45593,6,2999685859,'2016-06-19 15:25:59',''),(44127,1,1,45594,1,2999685859,'2016-06-19 15:26:07',''),(44128,1,1,45595,68,2999685859,'2016-06-19 15:26:09',''),(44129,1,1,45596,75,2999685859,'2016-06-19 15:26:12',''),(44130,1,1,45597,1,3024883595,'2016-06-19 15:48:19',''),(44131,1,1,45598,57,872362778,'2016-06-19 15:51:29',''),(44132,1,1,45599,1,1334242039,'2016-06-19 15:56:22','http://burger-imperia.com/'),(44133,1,1,45600,6,1001232009,'2016-06-19 15:57:42',''),(44134,1,1,45601,6,1001232009,'2016-06-19 15:57:47',''),(44135,1,1,45602,38,676177701,'2016-06-19 17:57:04',''),(44136,1,1,45603,6,1123634733,'2016-06-19 18:21:28',''),(44137,1,1,45604,1,3024883608,'2016-06-19 18:38:29',''),(44138,1,1,45605,1,87955552,'2016-06-19 19:14:27',''),(44139,1,1,45606,6,676177711,'2016-06-19 19:35:07',''),(44140,1,1,45607,1,1760471411,'2016-06-19 20:01:26',''),(44141,1,1,45608,3,3475901723,'2016-06-19 20:11:30',''),(44142,1,1,45609,1,3320307155,'2016-06-19 21:59:09','http://burger-imperia.com/'),(44143,1,1,45610,1,3475901723,'2016-06-19 23:17:32',''),(44144,1,1,45611,45,676177756,'2016-06-19 23:19:02',''),(44145,1,1,45612,26,3156762438,'2016-06-19 23:24:10',''),(44146,1,1,45613,26,3156762438,'2016-06-19 23:24:12',''),(44147,1,1,45614,26,3156762438,'2016-06-19 23:24:14',''),(44148,1,1,45615,26,3156762438,'2016-06-19 23:24:17',''),(44149,1,1,45616,26,3156762438,'2016-06-19 23:24:19',''),(44150,1,1,45617,26,3156762438,'2016-06-19 23:24:21',''),(44151,1,1,45618,6,3156762438,'2016-06-19 23:24:23',''),(44152,1,1,45619,54,3156762438,'2016-06-19 23:24:26',''),(44153,1,1,45620,66,3156762438,'2016-06-19 23:24:28',''),(44154,1,1,45621,31,3156762438,'2016-06-19 23:24:31',''),(44155,1,1,45622,47,3156762438,'2016-06-19 23:24:34',''),(44156,1,1,45623,74,3156762438,'2016-06-19 23:24:37',''),(44157,1,1,45624,71,3156762438,'2016-06-19 23:24:40',''),(44158,1,1,45625,1,3156762438,'2016-06-19 23:24:43',''),(44159,1,1,45626,1,3156762438,'2016-06-19 23:24:46',''),(44160,1,1,45627,1,3156762438,'2016-06-19 23:24:48',''),(44161,1,1,45628,1,3156762438,'2016-06-19 23:24:51',''),(44162,1,1,45629,1,3156762438,'2016-06-19 23:24:54',''),(44163,1,1,45630,1,3156762438,'2016-06-19 23:24:57',''),(44164,1,1,45631,1,3156762438,'2016-06-19 23:24:59',''),(44165,1,1,45632,1,3156762438,'2016-06-19 23:25:02',''),(44166,1,1,45633,1,3156762438,'2016-06-19 23:25:04',''),(44167,1,1,45634,1,3156762438,'2016-06-19 23:25:06',''),(44168,1,1,45635,1,3156762438,'2016-06-19 23:25:09',''),(44169,1,1,45636,1,3156762438,'2016-06-19 23:25:12',''),(44170,1,1,45637,1,3156762438,'2016-06-19 23:25:15',''),(44171,1,1,45638,51,3475901723,'2016-06-19 23:59:05',''),(44172,1,1,45639,50,3475901723,'2016-06-20 00:10:26',''),(44173,1,1,45640,26,676177711,'2016-06-20 00:47:25',''),(44174,1,1,45641,68,676177711,'2016-06-20 01:51:28',''),(44175,1,1,45642,65,676177711,'2016-06-20 01:51:30',''),(44176,1,1,45643,69,676177711,'2016-06-20 01:51:31',''),(44177,1,1,45644,26,676177701,'2016-06-20 01:51:32',''),(44178,1,1,45645,63,676177711,'2016-06-20 01:51:33',''),(44179,1,1,45646,26,676177701,'2016-06-20 01:51:33',''),(44180,1,1,45647,75,676177701,'2016-06-20 01:51:34',''),(44181,1,1,45648,67,676177701,'2016-06-20 01:51:36',''),(44182,1,1,45649,26,676177701,'2016-06-20 01:51:37',''),(44183,1,1,45650,26,676177701,'2016-06-20 01:51:38',''),(44184,1,1,45651,62,676177701,'2016-06-20 01:51:39',''),(44185,1,1,45652,26,676177701,'2016-06-20 01:51:41',''),(44186,1,1,45653,64,676177701,'2016-06-20 01:51:42',''),(44187,1,1,45654,26,3475901723,'2016-06-20 01:51:43',''),(44188,1,1,45655,26,3475901723,'2016-06-20 01:51:44',''),(44189,1,1,45656,26,3475901723,'2016-06-20 01:51:45',''),(44190,1,1,45657,72,3475901723,'2016-06-20 01:51:46',''),(44191,1,1,45658,26,3475901723,'2016-06-20 01:51:47',''),(44192,1,1,45659,15,3475901723,'2016-06-20 01:51:48',''),(44193,1,1,45660,26,3475901723,'2016-06-20 01:51:50',''),(44194,1,1,45661,71,676177756,'2016-06-20 01:52:53',''),(44195,1,1,45662,26,676177756,'2016-06-20 01:52:55',''),(44196,1,1,45663,73,676177756,'2016-06-20 01:52:56',''),(44197,1,1,45664,26,676177756,'2016-06-20 01:52:57',''),(44198,1,1,45665,26,676177756,'2016-06-20 01:52:58',''),(44199,1,1,45666,26,676177756,'2016-06-20 01:52:59',''),(44200,1,1,45667,70,676177756,'2016-06-20 01:53:00',''),(44201,1,1,45668,26,676177756,'2016-06-20 01:53:02',''),(44202,1,1,45669,26,676177756,'2016-06-20 01:53:02',''),(44203,1,1,45670,26,676177756,'2016-06-20 01:53:03',''),(44204,1,1,45671,38,676177701,'2016-06-20 02:32:15',''),(44205,1,1,45672,38,676177701,'2016-06-20 03:32:16',''),(44206,1,1,45673,1,3475901723,'2016-06-20 06:14:16',''),(44207,1,1,45674,43,1159650802,'2016-06-20 06:33:06',''),(44208,1,1,45675,27,1159650802,'2016-06-20 06:33:15',''),(44209,1,1,45676,58,1159650802,'2016-06-20 06:33:21',''),(44210,1,1,45677,52,1152705893,'2016-06-20 06:41:40',''),(44211,1,1,45678,28,3024883480,'2016-06-20 08:27:14',''),(44212,1,1,45679,15,3280468399,'2016-06-20 08:29:06','https://www.google.es/'),(44213,1,1,45680,1,2548070244,'2016-06-20 08:49:07','https://www.google.co.uk/'),(44214,1,1,45681,26,676177711,'2016-06-20 09:47:03',''),(44215,1,1,45682,1,87915131,'2016-06-20 10:02:57','https://www.google.co.uk/'),(44216,1,1,45683,1,1542483324,'2016-06-20 11:40:12',''),(44217,1,1,45684,1,3495654154,'2016-06-20 11:49:59',''),(44218,1,1,45685,38,676177701,'2016-06-20 12:20:11',''),(44219,1,1,45686,52,2420907756,'2016-06-20 12:42:48',''),(44220,1,1,45687,1,35527107,'2016-06-20 14:16:51','https://www.google.co.uk/'),(44221,1,1,45688,1,3342489297,'2016-06-20 15:02:04',''),(44222,1,1,45689,1,2071807772,'2016-06-20 15:38:14',''),(44223,1,1,45690,1,3024883475,'2016-06-20 18:25:08',''),(44224,1,1,45691,1,2655379746,'2016-06-20 18:54:17',''),(44225,1,1,45692,1,2655379746,'2016-06-20 18:54:31',''),(44226,1,1,45693,26,2655379746,'2016-06-20 18:54:35',''),(44227,1,1,45694,26,2655379746,'2016-06-20 18:54:38',''),(44228,1,1,45695,26,2655379746,'2016-06-20 18:54:40',''),(44229,1,1,45696,26,2655379746,'2016-06-20 18:54:42',''),(44230,1,1,45697,26,2655379746,'2016-06-20 18:54:43',''),(44231,1,1,45698,26,2655379746,'2016-06-20 18:54:45',''),(44232,1,1,45699,26,2655379746,'2016-06-20 18:54:48',''),(44233,1,1,45700,26,2655379746,'2016-06-20 18:54:49',''),(44234,1,1,45701,26,2655379746,'2016-06-20 18:54:51',''),(44235,1,1,45702,26,2655379746,'2016-06-20 18:54:53',''),(44236,1,1,45703,18,2655379746,'2016-06-20 18:54:55',''),(44237,1,1,45704,6,2655379746,'2016-06-20 18:54:57',''),(44238,1,1,45705,43,2655379746,'2016-06-20 18:54:59',''),(44239,1,1,45706,26,2655379746,'2016-06-20 18:55:03',''),(44240,1,1,45707,1,2655379746,'2016-06-20 18:55:07',''),(44241,1,1,45708,1,3024883484,'2016-06-20 19:18:29',''),(44242,1,1,45709,1,2366148121,'2016-06-20 20:40:04',''),(44243,1,1,45710,1,1570674749,'2016-06-20 20:40:08',''),(44244,1,1,45711,1,2366148121,'2016-06-20 20:40:12',''),(44245,1,1,45712,1,1570674749,'2016-06-20 20:40:16',''),(44246,1,1,45713,74,872366356,'2016-06-20 23:12:25',''),(44247,1,1,45714,65,3024883480,'2016-06-21 02:03:23',''),(44248,1,1,45715,1,772045740,'2016-06-21 02:25:14',''),(44249,1,1,45716,1,772045740,'2016-06-21 02:25:16',''),(44250,1,1,45717,1,772045740,'2016-06-21 02:25:19',''),(44251,1,1,45718,1,772045740,'2016-06-21 02:25:21',''),(44252,1,1,45719,1,772045740,'2016-06-21 02:25:23',''),(44253,1,1,45720,1,772045740,'2016-06-21 02:25:26',''),(44254,1,1,45721,1,772045740,'2016-06-21 02:25:28',''),(44255,1,1,45722,1,772045740,'2016-06-21 02:25:31',''),(44256,1,1,45723,1,772045740,'2016-06-21 02:25:33',''),(44257,1,1,45724,1,772045740,'2016-06-21 02:25:35',''),(44258,1,1,45725,15,84512482,'2016-06-21 03:42:07',''),(44259,1,1,45726,1,3475901762,'2016-06-21 04:39:55',''),(44260,1,1,45727,1,1123632556,'2016-06-21 06:41:59',''),(44261,1,1,45729,50,1123634163,'2016-06-21 06:45:22',''),(44262,1,1,45732,26,1123632553,'2016-06-21 06:46:23',''),(44263,1,1,45734,1,1123631755,'2016-06-21 06:54:32',''),(44264,1,1,45735,6,3475901762,'2016-06-21 06:58:45',''),(44265,1,1,45736,1,1123631755,'2016-06-21 07:28:19',''),(44266,1,1,45737,74,1123631747,'2016-06-21 08:19:34',''),(44267,1,1,45738,1,1123631747,'2016-06-21 09:07:21',''),(44268,1,1,45739,6,3337960476,'2016-06-21 10:38:58',''),(44269,1,1,45740,1,1123631751,'2016-06-21 11:30:32',''),(44270,1,1,45741,1,1123631747,'2016-06-21 11:42:23',''),(44271,1,1,45742,1,3589262799,'2016-06-21 11:52:27',''),(44272,1,1,45743,1,1542483295,'2016-06-21 11:53:05',''),(44273,1,1,45744,1,1159646682,'2016-06-21 12:48:51',''),(44274,1,1,45745,1,1159646682,'2016-06-21 12:48:58',''),(44275,1,1,45746,3,1159646682,'2016-06-21 12:49:00',''),(44276,1,1,45747,3,1159646682,'2016-06-21 12:49:03',''),(44277,1,1,45748,59,84498858,'2016-06-21 13:13:33',''),(44278,1,1,45749,68,84498858,'2016-06-21 13:13:35',''),(44279,1,1,45750,75,84498858,'2016-06-21 13:13:39',''),(44280,1,1,45751,56,1066010402,'2016-06-21 14:57:48','https://www.bing.com/'),(44281,1,1,45752,57,1159650810,'2016-06-21 17:57:17',''),(44282,1,1,45753,1,872315322,'2016-06-21 17:59:38',''),(44283,1,1,45754,27,2420923694,'2016-06-21 18:27:19',''),(44284,1,1,45755,44,2420923694,'2016-06-21 18:27:22',''),(44285,1,1,45756,49,2420923694,'2016-06-21 18:27:25',''),(44286,1,1,45757,68,1123631751,'2016-06-21 18:27:29',''),(44287,1,1,45758,47,1152705893,'2016-06-21 19:09:53',''),(44288,1,1,45759,18,2420902020,'2016-06-21 19:33:57',''),(44289,1,1,45760,29,2420902020,'2016-06-21 19:34:07',''),(44290,1,1,45761,1,3514728241,'2016-06-21 19:46:36',''),(44291,1,1,45762,56,2075560287,'2016-06-21 19:48:32',''),(44292,1,1,45763,26,1152705893,'2016-06-21 20:05:14',''),(44293,1,1,45764,56,3643686985,'2016-06-21 20:20:53','https://www.google.co.uk/'),(44294,1,1,45765,6,392829874,'2016-06-21 20:45:46',''),(44295,1,1,45766,1,1138212726,'2016-06-21 20:53:43',''),(44296,1,1,45767,1,1123631755,'2016-06-21 23:41:41',''),(44297,1,1,45769,65,1123631751,'2016-06-21 23:49:07',''),(44298,1,1,45770,15,1123631747,'2016-06-21 23:53:49',''),(44299,1,1,45771,68,1123631751,'2016-06-22 00:21:52',''),(44300,1,1,45772,63,1152705893,'2016-06-22 00:26:42',''),(44301,1,1,45773,1,1123631751,'2016-06-22 02:22:31',''),(44302,1,1,45774,56,2075560287,'2016-06-22 02:23:59',''),(44303,1,1,45775,65,3024883464,'2016-06-22 03:07:47',''),(44304,1,1,45776,62,1123631747,'2016-06-22 04:20:03',''),(44305,1,1,45777,1,872362137,'2016-06-22 05:32:27',''),(44306,1,1,45778,26,1152705893,'2016-06-22 06:20:22',''),(44307,1,1,45680,1,2548070244,'2016-06-22 08:17:40',''),(44308,1,1,45779,71,3475901810,'2016-06-22 09:12:38',''),(44309,1,1,45780,26,3475901810,'2016-06-22 09:12:39',''),(44310,1,1,45781,73,3475901810,'2016-06-22 09:12:40',''),(44311,1,1,45782,26,3475901810,'2016-06-22 09:12:42',''),(44312,1,1,45783,26,3475901810,'2016-06-22 09:12:43',''),(44313,1,1,45784,26,3475901810,'2016-06-22 09:12:44',''),(44314,1,1,45785,70,3475901810,'2016-06-22 09:12:45',''),(44315,1,1,45786,26,3475901810,'2016-06-22 09:12:46',''),(44316,1,1,45787,68,2637637482,'2016-06-22 09:12:47',''),(44317,1,1,45788,26,3475901810,'2016-06-22 09:12:47',''),(44318,1,1,45789,26,3475901810,'2016-06-22 09:12:48',''),(44319,1,1,45790,65,2637637482,'2016-06-22 09:12:49',''),(44320,1,1,45791,69,2637637482,'2016-06-22 09:12:51',''),(44321,1,1,45792,63,2637637482,'2016-06-22 09:12:52',''),(44322,1,1,45793,26,2637637587,'2016-06-22 09:12:56',''),(44323,1,1,45794,26,2637637587,'2016-06-22 09:12:57',''),(44324,1,1,45795,75,2637637587,'2016-06-22 09:12:58',''),(44325,1,1,45796,67,2637637587,'2016-06-22 09:13:00',''),(44326,1,1,45797,26,2637637587,'2016-06-22 09:13:02',''),(44327,1,1,45798,26,2637637587,'2016-06-22 09:13:02',''),(44328,1,1,45799,62,2637637587,'2016-06-22 09:13:03',''),(44329,1,1,45800,26,2637637587,'2016-06-22 09:13:05',''),(44330,1,1,45801,26,3475901762,'2016-06-22 09:13:06',''),(44331,1,1,45802,64,2637637587,'2016-06-22 09:13:06',''),(44332,1,1,45803,26,3475901762,'2016-06-22 09:13:07',''),(44333,1,1,45804,26,3475901762,'2016-06-22 09:13:08',''),(44334,1,1,45805,72,3475901762,'2016-06-22 09:13:09',''),(44335,1,1,45806,26,3475901762,'2016-06-22 09:13:10',''),(44336,1,1,45807,15,3475901762,'2016-06-22 09:13:11',''),(44337,1,1,45808,26,3475901762,'2016-06-22 09:13:13',''),(44338,1,1,45809,6,3245313177,'2016-06-22 09:18:01',''),(44339,1,1,45810,18,3245313177,'2016-06-22 09:18:03',''),(44340,1,1,45811,29,3245313177,'2016-06-22 09:18:06',''),(44341,1,1,45812,6,3245313177,'2016-06-22 09:18:35',''),(44342,1,1,45813,18,3245313177,'2016-06-22 09:18:38',''),(44343,1,1,45814,29,3245313177,'2016-06-22 09:18:41',''),(44344,1,1,45815,16,3024883486,'2016-06-22 10:12:05',''),(44345,1,1,45816,43,1495315364,'2016-06-22 10:53:25',''),(44346,1,1,45817,9,1123634170,'2016-06-22 11:13:08',''),(44347,1,1,45818,1,3514728241,'2016-06-22 11:26:55',''),(44348,1,1,45819,1,3514728241,'2016-06-22 11:27:11',''),(44349,1,1,45820,1,3514728241,'2016-06-22 11:27:24',''),(44350,1,1,45821,1,3514728241,'2016-06-22 11:27:33',''),(44351,1,1,45822,1,3514728241,'2016-06-22 11:27:56',''),(44352,1,1,45823,1,3514728241,'2016-06-22 11:28:07',''),(44353,1,1,45824,1,3514728241,'2016-06-22 11:28:27',''),(44354,1,1,45825,1,3514728241,'2016-06-22 11:28:39',''),(44355,1,1,45826,1,3514728241,'2016-06-22 11:28:52',''),(44356,1,1,45827,1,3514728241,'2016-06-22 11:28:57',''),(44357,1,1,45828,1,3514728241,'2016-06-22 11:29:10',''),(44358,1,1,45829,43,84507508,'2016-06-22 11:35:00',''),(44359,1,1,45830,27,84507508,'2016-06-22 11:35:03',''),(44360,1,1,45831,58,84507508,'2016-06-22 11:35:06',''),(44361,1,1,45832,9,1123631747,'2016-06-22 11:54:53',''),(44362,1,1,45833,1,1542483298,'2016-06-22 12:03:13',''),(44363,1,1,45834,1,84497668,'2016-06-22 13:32:49',''),(44364,1,1,45835,1,84497668,'2016-06-22 13:32:51',''),(44365,1,1,45836,1,84497668,'2016-06-22 13:32:54',''),(44366,1,1,45837,1,84497668,'2016-06-22 13:32:56',''),(44367,1,1,45838,1,84497668,'2016-06-22 13:32:59',''),(44368,1,1,45839,1,84497668,'2016-06-22 13:33:01',''),(44369,1,1,45840,1,84497668,'2016-06-22 13:33:03',''),(44370,1,1,45841,1,84497668,'2016-06-22 13:33:06',''),(44371,1,1,45842,1,84497668,'2016-06-22 13:33:08',''),(44372,1,1,45843,1,84497668,'2016-06-22 13:33:11',''),(44373,1,1,45844,43,84497668,'2016-06-22 13:33:15',''),(44374,1,1,45845,50,84497668,'2016-06-22 13:33:19',''),(44375,1,1,45846,6,1123631751,'2016-06-22 14:05:25',''),(44376,1,1,45847,1,2990495243,'2016-06-22 14:08:09',''),(44377,1,1,45848,56,2990495243,'2016-06-22 14:08:11',''),(44378,1,1,45849,69,2990495243,'2016-06-22 14:08:15',''),(44379,1,1,45850,6,872320792,'2016-06-22 14:39:04',''),(44380,1,1,45851,1,872320792,'2016-06-22 14:39:07',''),(44381,1,1,45852,68,872320792,'2016-06-22 14:39:10',''),(44382,1,1,45853,75,872320792,'2016-06-22 14:39:14',''),(44383,1,1,45854,45,1152705893,'2016-06-22 14:42:57',''),(44384,1,1,45855,72,872320286,'2016-06-22 15:12:33',''),(44385,1,1,45856,1,1123634740,'2016-06-22 15:32:40',''),(44386,1,1,45857,1,1123631755,'2016-06-22 15:46:23',''),(44387,1,1,45858,3,2637637482,'2016-06-22 16:57:14',''),(44388,1,1,45859,6,3475901762,'2016-06-22 16:57:15',''),(44389,1,1,45860,1,3475901762,'2016-06-22 16:57:17',''),(44390,1,1,45861,29,2637637587,'2016-06-22 16:57:20',''),(44391,1,1,45862,18,2637637587,'2016-06-22 16:57:21',''),(44392,1,1,45863,43,2637637587,'2016-06-22 16:57:23',''),(44393,1,1,45864,43,2637637587,'2016-06-22 16:57:24',''),(44394,1,1,45865,9,3475901810,'2016-06-22 16:58:12',''),(44395,1,1,45866,43,3475901810,'2016-06-22 16:58:13',''),(44396,1,1,45867,56,3475901810,'2016-06-22 16:58:14',''),(44397,1,1,45868,16,3475901810,'2016-06-22 16:58:16',''),(44398,1,1,45869,1,1123634051,'2016-06-22 17:38:22',''),(44399,1,1,45870,62,1123634163,'2016-06-22 17:39:40',''),(44400,1,1,45871,16,3024883594,'2016-06-22 17:50:27',''),(44401,1,1,45872,1,2193699366,'2016-06-22 18:04:27',''),(44402,1,1,45873,1,2366148121,'2016-06-22 18:04:30',''),(44403,1,1,45874,1,3576187632,'2016-06-22 19:30:49','https://www.google.co.uk/'),(44404,1,1,45875,1,2366158595,'2016-06-22 20:14:01',''),(44405,1,1,45876,1,2366158595,'2016-06-22 20:14:05',''),(44406,1,1,45877,1,2366158595,'2016-06-22 20:14:08',''),(44407,1,1,45878,1,2366158595,'2016-06-22 20:14:12',''),(44408,1,1,45879,1,3479603870,'2016-06-22 20:52:28',''),(44409,1,1,45880,1,3479603870,'2016-06-22 21:18:19',''),(44410,1,1,45881,1,1443448163,'2016-06-22 21:28:27','http://www.bing.com/search?q=tyre+sale&form=PRDLCS&pc=MDDCJS&refig=4246cd8e802d490aa0217c9d9d637b08&pq=tyre+sale&sc=8-9&sp=-1&qs=n&sk='),(44411,1,1,45882,75,3024883480,'2016-06-23 02:32:03',''),(44412,1,1,45883,65,3589938057,'2016-06-23 08:07:55','https://www.google.si/'),(44413,1,1,45884,65,3589938057,'2016-06-23 08:07:57',''),(44414,1,1,45885,43,1495315364,'2016-06-23 09:31:38',''),(44415,1,1,45886,38,2917834746,'2016-06-23 10:18:06',''),(44416,1,1,45887,1,2892895834,'2016-06-23 11:09:57',''),(44417,1,1,45888,1,1542483314,'2016-06-23 11:39:47',''),(44418,1,1,45889,65,1342987443,'2016-06-23 12:08:00','http://images.google.fr/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F5%2F65-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid='),(44419,1,1,45890,1,3339975108,'2016-06-23 12:38:20',''),(44420,1,1,45891,1,3339975108,'2016-06-23 12:38:22',''),(44421,1,1,45892,1,3245423013,'2016-06-23 12:38:23',''),(44422,1,1,45893,1,3245423013,'2016-06-23 12:38:24',''),(44423,1,1,45894,6,3339975108,'2016-06-23 12:39:09',''),(44424,1,1,45895,1,1123631755,'2016-06-23 14:04:58',''),(44425,1,1,45896,1,1138212774,'2016-06-23 14:27:28',''),(44426,1,1,45897,15,1159644858,'2016-06-23 14:46:27',''),(44427,1,1,45898,49,1123631755,'2016-06-23 17:24:54',''),(44428,1,1,45899,56,1377224550,'2016-06-23 18:21:06','https://www.google.co.uk/'),(44429,1,1,45900,27,3024883601,'2016-06-23 18:26:20',''),(44430,1,1,45901,1,2999685859,'2016-06-23 19:59:10',''),(44431,1,1,45902,59,2513055984,'2016-06-23 21:20:18',''),(44432,1,1,45903,68,2513055984,'2016-06-23 21:20:21',''),(44433,1,1,45904,75,2513055984,'2016-06-23 21:20:26',''),(44434,1,1,45905,1,2452923944,'2016-06-23 21:36:28',''),(44435,1,1,45906,1,1123631755,'2016-06-23 22:19:27',''),(44436,1,1,45907,1,2297627991,'2016-06-24 01:11:23',''),(44437,1,1,45908,27,1534685326,'2016-06-24 08:26:42',''),(44438,1,1,45909,44,1534685326,'2016-06-24 08:26:46',''),(44439,1,1,45910,49,1534685326,'2016-06-24 08:26:49',''),(44440,1,1,45911,18,1451546135,'2016-06-24 09:38:44',''),(44441,1,1,45912,29,1451546135,'2016-06-24 09:38:46',''),(44442,1,1,45913,1,1159644914,'2016-06-24 10:07:55',''),(44443,1,1,45914,1,2997817212,'2016-06-24 10:30:39',''),(44444,1,1,45915,1,1123634733,'2016-06-24 10:40:44',''),(44445,1,1,45916,1,1542483265,'2016-06-24 11:23:12',''),(44446,1,1,45917,26,1053988087,'2016-06-24 11:45:20',''),(44447,1,1,45918,26,1053988087,'2016-06-24 11:45:23',''),(44448,1,1,45919,43,1053988087,'2016-06-24 11:45:25',''),(44449,1,1,45920,1,1489430095,'2016-06-24 11:54:21',''),(44450,1,1,45921,1,3156762438,'2016-06-24 15:37:22',''),(44451,1,1,45922,1,3156762438,'2016-06-24 15:37:24',''),(44452,1,1,45923,1,3156762438,'2016-06-24 15:37:27',''),(44453,1,1,45924,1,3156762438,'2016-06-24 15:37:30',''),(44454,1,1,45925,1,3156762438,'2016-06-24 15:37:32',''),(44455,1,1,45926,1,3156762438,'2016-06-24 15:37:34',''),(44456,1,1,45927,1,3156762438,'2016-06-24 15:37:37',''),(44457,1,1,45928,1,1123634733,'2016-06-24 16:11:55',''),(44458,1,1,45929,6,1534682446,'2016-06-24 17:55:38',''),(44459,1,1,45930,1,1534682446,'2016-06-24 17:55:41',''),(44460,1,1,45931,68,1534682446,'2016-06-24 17:55:43',''),(44461,1,1,45932,75,1534682446,'2016-06-24 17:55:46',''),(44462,1,1,45933,1,1123631755,'2016-06-24 18:02:04',''),(44463,1,1,45934,6,1489430095,'2016-06-24 18:06:24',''),(44464,1,1,45935,1,1570674749,'2016-06-24 18:14:09',''),(44465,1,1,45936,1,2193699366,'2016-06-24 18:14:13',''),(44466,1,1,45937,43,1053988086,'2016-06-24 18:52:07',''),(44467,1,1,45938,27,1053988086,'2016-06-24 18:52:10',''),(44468,1,1,45939,58,1053988086,'2016-06-24 18:52:13',''),(44469,1,1,45940,56,1534682446,'2016-06-24 19:07:41',''),(44470,1,1,45941,62,2637637587,'2016-06-24 19:09:19',''),(44471,1,1,45942,31,1427043426,'2016-06-24 19:18:24',''),(44472,1,1,45943,47,3245313130,'2016-06-24 19:18:27',''),(44473,1,1,45944,1,1451546135,'2016-06-24 19:22:54',''),(44474,1,1,45945,56,1451546135,'2016-06-24 19:22:57',''),(44475,1,1,45946,69,1451546135,'2016-06-24 19:22:59',''),(44476,1,1,45947,1,2366145577,'2016-06-24 20:24:07',''),(44477,1,1,45948,1,2366158595,'2016-06-24 20:24:10',''),(44478,1,1,45949,1,2366158595,'2016-06-24 20:24:14',''),(44479,1,1,45950,1,2366158595,'2016-06-24 20:24:18',''),(44480,1,1,45951,26,84498858,'2016-06-24 21:51:07',''),(44481,1,1,45952,45,84498858,'2016-06-24 21:51:11',''),(44482,1,1,45953,48,84498858,'2016-06-24 21:51:14',''),(44483,1,1,45954,16,84498858,'2016-06-24 21:51:16',''),(44484,1,1,45955,62,3024883484,'2016-06-24 22:12:29',''),(44485,1,1,45956,1,3024883591,'2016-06-24 22:53:06',''),(44486,1,1,45957,9,3475901853,'2016-06-24 23:54:46',''),(44487,1,1,45958,43,3475901853,'2016-06-24 23:54:48',''),(44488,1,1,45959,56,3475901853,'2016-06-24 23:54:49',''),(44489,1,1,45960,16,3475901853,'2016-06-24 23:54:51',''),(44490,1,1,45961,6,3475901762,'2016-06-24 23:54:52',''),(44491,1,1,45962,1,3475901762,'2016-06-24 23:54:54',''),(44492,1,1,45963,29,2637637587,'2016-06-24 23:54:58',''),(44493,1,1,45964,18,2637637587,'2016-06-24 23:54:59',''),(44494,1,1,45965,43,2637637587,'2016-06-24 23:55:01',''),(44495,1,1,45966,43,2637637587,'2016-06-24 23:55:02',''),(44496,1,1,45967,3,2637637472,'2016-06-24 23:55:23',''),(44497,1,1,45968,65,676177758,'2016-06-25 03:27:42',''),(44498,1,1,45969,68,676177758,'2016-06-25 03:27:43',''),(44499,1,1,45970,63,676177758,'2016-06-25 03:27:45',''),(44500,1,1,45971,69,676177758,'2016-06-25 03:27:46',''),(44501,1,1,45972,26,3475901784,'2016-06-25 03:27:46',''),(44502,1,1,45973,26,3475901784,'2016-06-25 03:27:47',''),(44503,1,1,45974,75,3475901784,'2016-06-25 03:27:48',''),(44504,1,1,45975,26,3475901784,'2016-06-25 03:27:50',''),(44505,1,1,45976,26,3475901784,'2016-06-25 03:27:51',''),(44506,1,1,45977,26,3475901784,'2016-06-25 03:27:52',''),(44507,1,1,45978,64,3475901784,'2016-06-25 03:27:53',''),(44508,1,1,45979,62,3475901784,'2016-06-25 03:27:54',''),(44509,1,1,45980,26,3475901762,'2016-06-25 03:27:55',''),(44510,1,1,45981,15,3475901762,'2016-06-25 03:27:56',''),(44511,1,1,45982,67,3475901784,'2016-06-25 03:27:56',''),(44512,1,1,45983,72,3475901762,'2016-06-25 03:27:57',''),(44513,1,1,45984,26,3475901762,'2016-06-25 03:27:59',''),(44514,1,1,45985,26,3475901762,'2016-06-25 03:28:00',''),(44515,1,1,45986,26,3475901762,'2016-06-25 03:28:01',''),(44516,1,1,45987,26,3475901762,'2016-06-25 03:28:02',''),(44517,1,1,45988,26,3475901853,'2016-06-25 03:28:02',''),(44518,1,1,45989,26,3475901853,'2016-06-25 03:28:03',''),(44519,1,1,45990,26,3475901853,'2016-06-25 03:28:04',''),(44520,1,1,45991,70,3475901853,'2016-06-25 03:28:05',''),(44521,1,1,45992,71,3475901853,'2016-06-25 03:28:07',''),(44522,1,1,45993,26,3475901853,'2016-06-25 03:28:08',''),(44523,1,1,45994,73,3475901853,'2016-06-25 03:28:09',''),(44524,1,1,45995,26,3475901853,'2016-06-25 03:28:11',''),(44525,1,1,45996,26,3475901853,'2016-06-25 03:28:12',''),(44526,1,1,45997,26,3475901853,'2016-06-25 03:28:13',''),(44527,1,1,45998,23,1123634733,'2016-06-25 07:20:23',''),(44528,1,1,45999,38,3156762438,'2016-06-25 09:57:59',''),(44529,1,1,46000,1,1542483283,'2016-06-25 11:27:13',''),(44530,1,1,46001,1,3024883593,'2016-06-25 11:31:14',''),(44531,1,1,46002,6,1123634740,'2016-06-25 13:42:47',''),(44532,1,1,46003,43,2420907330,'2016-06-25 16:29:14',''),(44533,1,1,46004,1,915755805,'2016-06-25 17:23:29',''),(44534,1,1,46005,10,3475901698,'2016-06-25 17:27:23',''),(44535,1,1,46006,1,2809328069,'2016-06-25 22:14:40',''),(44536,1,1,46007,26,1159644914,'2016-06-26 00:02:40',''),(44537,1,1,46008,26,1159644914,'2016-06-26 00:02:44',''),(44538,1,1,46009,26,1159644914,'2016-06-26 00:02:46',''),(44539,1,1,46010,1,1159644914,'2016-06-26 00:02:49',''),(44540,1,1,46011,1,1159644914,'2016-06-26 00:02:53',''),(44541,1,1,46012,1,1159644914,'2016-06-26 00:02:57',''),(44542,1,1,46013,1,1159644914,'2016-06-26 00:03:00',''),(44543,1,1,46014,1,1159644914,'2016-06-26 00:03:05',''),(44544,1,1,46015,1,1159644914,'2016-06-26 00:03:08',''),(44545,1,1,46016,1,1159644914,'2016-06-26 00:03:10',''),(44546,1,1,46017,1,1159644914,'2016-06-26 00:03:15',''),(44547,1,1,46018,1,1159644914,'2016-06-26 00:03:17',''),(44548,1,1,46019,54,1159644914,'2016-06-26 00:03:20',''),(44549,1,1,46020,66,1159644914,'2016-06-26 00:03:25',''),(44550,1,1,46021,31,1159644914,'2016-06-26 00:03:29',''),(44551,1,1,46022,47,1159644914,'2016-06-26 00:03:39',''),(44552,1,1,46023,70,1159644914,'2016-06-26 00:03:45',''),(44553,1,1,46024,1,1159644914,'2016-06-26 00:03:56',''),(44554,1,1,46025,1,1159644914,'2016-06-26 00:03:58',''),(44555,1,1,46026,57,1503892538,'2016-06-26 00:16:37',''),(44556,1,1,46027,51,1503892538,'2016-06-26 00:16:40',''),(44557,1,1,46028,1,1138212731,'2016-06-26 00:49:02',''),(44558,1,1,46029,26,872358998,'2016-06-26 01:33:19',''),(44559,1,1,46030,1,872358998,'2016-06-26 01:33:22',''),(44560,1,1,46031,1,1123634051,'2016-06-26 01:53:18',''),(44561,1,1,46032,43,1495315364,'2016-06-26 05:08:25',''),(44562,1,1,46033,1,3589262799,'2016-06-26 05:37:53',''),(44563,1,1,46034,1,3024883599,'2016-06-26 06:33:34',''),(44564,1,1,46035,59,872310588,'2016-06-26 08:18:33',''),(44565,1,1,46036,68,872310588,'2016-06-26 08:18:36',''),(44566,1,1,46037,75,872310588,'2016-06-26 08:18:39',''),(44567,1,1,46038,1,84494819,'2016-06-26 08:20:57',''),(44568,1,1,46039,1,84494819,'2016-06-26 08:20:59',''),(44569,1,1,46040,3,84494819,'2016-06-26 08:21:01',''),(44570,1,1,46041,3,84494819,'2016-06-26 08:21:04',''),(44571,1,1,46042,1,2916130234,'2016-06-26 08:23:43',''),(44572,1,1,46043,1,1152705893,'2016-06-26 09:11:48',''),(44573,1,1,46044,1,1542483285,'2016-06-26 10:59:43',''),(44574,1,1,46045,1,872315322,'2016-06-26 11:00:23',''),(44575,1,1,46046,1,1123632556,'2016-06-26 12:10:48',''),(44576,1,1,46047,1,1159646682,'2016-06-26 12:21:26',''),(44577,1,1,46048,1,3427775733,'2016-06-26 12:53:19',''),(44578,1,1,46049,1,1053993637,'2016-06-26 13:29:08',''),(44579,1,1,46050,6,3427775601,'2016-06-26 13:32:16',''),(44580,1,1,46051,56,3427775502,'2016-06-26 13:40:37',''),(44581,1,1,46052,27,84498287,'2016-06-26 13:55:17',''),(44582,1,1,46053,44,84498287,'2016-06-26 13:55:20',''),(44583,1,1,46054,49,84498287,'2016-06-26 13:56:58',''),(44584,1,1,46055,41,3024883468,'2016-06-26 14:12:44',''),(44585,1,1,46056,1,2999685859,'2016-06-26 14:28:42',''),(44586,1,1,46057,1,3024883591,'2016-06-26 15:19:44',''),(44587,1,1,46058,18,1558077028,'2016-06-26 17:24:42',''),(44588,1,1,46059,29,1558077028,'2016-06-26 17:24:44',''),(44589,1,1,46060,56,1558077028,'2016-06-26 17:24:47',''),(44590,1,1,46061,1,2366148121,'2016-06-26 18:29:25',''),(44591,1,1,46062,1,100662596,'2016-06-26 18:29:29',''),(44592,1,1,46063,15,84491906,'2016-06-26 18:46:04',''),(44593,1,1,46064,47,84491906,'2016-06-26 18:46:07',''),(44594,1,1,46065,48,1443004344,'2016-06-26 20:06:28','https://www.google.co.uk/'),(44595,1,1,46066,1,2366158595,'2016-06-26 21:31:34',''),(44596,1,1,46067,1,2366158595,'2016-06-26 21:31:38',''),(44597,1,1,46068,1,2366158595,'2016-06-26 21:31:42',''),(44598,1,1,46069,1,2366158595,'2016-06-26 21:31:46',''),(44599,1,1,46070,1,3281697044,'2016-06-27 01:31:03',''),(44600,1,1,46071,1,3281697044,'2016-06-27 01:31:06',''),(44601,1,1,46072,1,3281697044,'2016-06-27 01:31:09',''),(44602,1,1,46073,1,3281697044,'2016-06-27 01:31:15',''),(44603,1,1,46074,1,3281697044,'2016-06-27 01:31:19',''),(44604,1,1,46075,1,3281697044,'2016-06-27 01:31:22',''),(44605,1,1,46076,1,3281697044,'2016-06-27 01:31:25',''),(44606,1,1,46077,1,3281697044,'2016-06-27 01:31:30',''),(44607,1,1,46078,1,3281697044,'2016-06-27 01:31:34',''),(44608,1,1,46079,1,3281697044,'2016-06-27 01:31:40',''),(44609,1,1,46080,1,872309184,'2016-06-27 02:34:34',''),(44610,1,1,46081,1,872309184,'2016-06-27 02:34:38',''),(44611,1,1,46082,1,872309184,'2016-06-27 02:34:40',''),(44612,1,1,46083,1,872309184,'2016-06-27 02:34:44',''),(44613,1,1,46084,1,872309184,'2016-06-27 02:34:46',''),(44614,1,1,46085,1,872309184,'2016-06-27 02:34:49',''),(44615,1,1,46086,1,872309184,'2016-06-27 02:34:51',''),(44616,1,1,46087,1,872309184,'2016-06-27 02:34:54',''),(44617,1,1,46088,1,872309184,'2016-06-27 02:34:57',''),(44618,1,1,46089,1,872309184,'2016-06-27 02:35:00',''),(44619,1,1,46090,69,3024883477,'2016-06-27 02:52:32',''),(44620,1,1,46091,6,1427043426,'2016-06-27 03:59:41',''),(44621,1,1,46092,1,1427043426,'2016-06-27 03:59:44',''),(44622,1,1,46093,68,1427043426,'2016-06-27 03:59:46',''),(44623,1,1,46094,75,1427043441,'2016-06-27 03:59:49',''),(44624,1,1,46095,26,2297665554,'2016-06-27 05:33:09',''),(44625,1,1,46096,45,2297665554,'2016-06-27 05:33:11',''),(44626,1,1,46097,48,2297665554,'2016-06-27 05:33:14',''),(44627,1,1,46098,16,2297665554,'2016-06-27 05:33:16',''),(44628,1,1,46099,26,1159646682,'2016-06-27 05:34:42',''),(44629,1,1,46100,26,1159646682,'2016-06-27 05:34:47',''),(44630,1,1,46101,1,1159646682,'2016-06-27 05:34:50',''),(44631,1,1,46102,1,1159646682,'2016-06-27 05:34:54',''),(44632,1,1,46103,26,1366114598,'2016-06-27 06:56:28',''),(44633,1,1,46104,42,1366114598,'2016-06-27 06:56:32',''),(44634,1,1,46105,43,1366114598,'2016-06-27 06:56:35',''),(44635,1,1,46106,50,1366114598,'2016-06-27 06:56:40',''),(44636,1,1,46107,1,1123631276,'2016-06-27 07:39:07',''),(44637,1,1,46108,6,3233507563,'2016-06-27 07:57:59',''),(44638,1,1,46109,3,3233507563,'2016-06-27 07:58:02',''),(44639,1,1,46110,26,3233507563,'2016-06-27 07:58:04',''),(44640,1,1,46111,26,3233507563,'2016-06-27 07:58:08',''),(44641,1,1,46112,47,1123631276,'2016-06-27 08:18:24',''),(44642,1,1,46113,26,1528041045,'2016-06-27 08:24:46',''),(44643,1,1,46114,1,1542483324,'2016-06-27 11:08:26',''),(44644,1,1,46115,1,1123631273,'2016-06-27 13:02:56',''),(44645,1,1,46116,38,872362820,'2016-06-27 14:42:22',''),(44646,1,1,46117,18,3590043686,'2016-06-27 17:33:05',''),(44647,1,1,46118,29,3590043686,'2016-06-27 17:33:07',''),(44648,1,1,46119,62,1123631110,'2016-06-27 18:21:32',''),(44649,1,1,46120,57,1123631273,'2016-06-27 19:36:36',''),(44650,1,1,46121,55,872366407,'2016-06-27 19:54:18',''),(44651,1,1,46122,1,1123631276,'2016-06-27 20:16:37',''),(44652,1,1,46123,64,1152705893,'2016-06-27 20:41:15',''),(44653,1,1,46124,1,1123631110,'2016-06-27 20:46:47',''),(44654,1,1,46125,1,1838814253,'2016-06-27 22:21:31','http://www.bing.com/search?q=tyres+blackburn&qs=n&form=QBRE&pq=tyres+blackburn&sc=0-15&sp=-1&sk=&cvid=541D438DCAC84460996EAA7F524A37CB'),(44655,1,1,46126,65,1123631276,'2016-06-27 22:55:52',''),(44656,1,1,46127,1,3702877366,'2016-06-28 01:43:37',''),(44657,1,1,46128,1,2420907330,'2016-06-28 03:50:34',''),(44658,1,1,46129,1,1348182626,'2016-06-28 05:09:40',''),(44659,1,1,46130,1,2452912141,'2016-06-28 06:27:19',''),(44660,1,1,46131,1,2452912141,'2016-06-28 06:27:22',''),(44661,1,1,46132,3,2452912141,'2016-06-28 06:27:24',''),(44662,1,1,46133,3,2452912141,'2016-06-28 06:27:29',''),(44663,1,1,46134,59,2990476559,'2016-06-28 08:25:13',''),(44664,1,1,46135,68,2990476559,'2016-06-28 08:25:25',''),(44665,1,1,46136,75,2990476559,'2016-06-28 08:25:34',''),(44666,1,1,46137,59,2990476559,'2016-06-28 08:29:05',''),(44667,1,1,46138,68,2990476559,'2016-06-28 08:29:47',''),(44668,1,1,46139,75,2990476559,'2016-06-28 08:29:56',''),(44669,1,1,46140,52,2637637626,'2016-06-28 09:03:16',''),(44670,1,1,46141,1,1049232115,'2016-06-28 09:28:44',''),(44671,1,1,46142,1,2655377005,'2016-06-28 10:16:27',''),(44672,1,1,46143,18,3339975108,'2016-06-28 10:39:31',''),(44673,1,1,46144,1,3479603870,'2016-06-28 10:46:36',''),(44674,1,1,46145,27,2917833082,'2016-06-28 10:48:06',''),(44675,1,1,46146,44,2917833082,'2016-06-28 10:48:12',''),(44676,1,1,46147,49,2917833082,'2016-06-28 10:48:15',''),(44677,1,1,46148,1,1542483314,'2016-06-28 11:09:53',''),(44678,1,1,46149,1,2385950810,'2016-06-28 12:36:44',''),(44679,1,1,46150,54,3024883464,'2016-06-28 13:18:29',''),(44680,1,1,46151,1,3633382698,'2016-06-28 14:23:56','http://whois.domaintools.com/mstyresblackburn.co.uk'),(44681,1,1,46152,1,1844404437,'2016-06-28 14:49:23','https://www.google.co.uk/'),(44682,1,1,46153,57,1587212101,'2016-06-28 15:59:36',''),(44683,1,1,46154,51,1587212101,'2016-06-28 15:59:54',''),(44684,1,1,46155,55,1587212101,'2016-06-28 16:00:10',''),(44685,1,1,46156,43,84497668,'2016-06-28 16:01:31',''),(44686,1,1,46157,27,84497668,'2016-06-28 16:01:34',''),(44687,1,1,46158,58,84497668,'2016-06-28 16:01:37',''),(44688,1,1,46159,43,772044803,'2016-06-28 16:16:15',''),(44689,1,1,46160,50,772044803,'2016-06-28 16:16:20',''),(44690,1,1,46161,6,872317274,'2016-06-28 17:15:49',''),(44691,1,1,46162,18,872317274,'2016-06-28 17:15:54',''),(44692,1,1,46163,29,872317274,'2016-06-28 17:15:58',''),(44693,1,1,46164,56,872317274,'2016-06-28 17:16:01',''),(44694,1,1,46165,6,1123634163,'2016-06-28 17:21:40',''),(44695,1,1,46166,43,1495315364,'2016-06-28 17:41:14',''),(44696,1,1,46167,1,1123634170,'2016-06-28 17:48:13',''),(44697,1,1,46168,26,1152705893,'2016-06-28 18:08:17',''),(44698,1,1,46169,1,2366158595,'2016-06-28 18:26:21',''),(44699,1,1,46170,1,2366158595,'2016-06-28 18:26:25',''),(44700,1,1,46171,67,3024883615,'2016-06-28 18:34:17',''),(44701,1,1,46172,1,1159644858,'2016-06-28 18:40:51',''),(44702,1,1,46173,56,1534982544,'2016-06-28 20:00:26','https://www.google.co.uk/'),(44703,1,1,46174,1,2366158595,'2016-06-28 20:17:16',''),(44704,1,1,46175,1,2366158595,'2016-06-28 20:17:20',''),(44705,1,1,46176,1,2366158595,'2016-06-28 20:17:24',''),(44706,1,1,46177,1,2366148121,'2016-06-28 20:17:28',''),(44707,1,1,46178,9,2760155457,'2016-06-28 20:55:41',''),(44708,1,1,46179,26,1557213478,'2016-06-28 22:21:01',''),(44709,1,1,46180,1,1557213478,'2016-06-28 22:21:04',''),(44710,1,1,46181,42,872309211,'2016-06-28 23:53:54',''),(44711,1,1,46182,26,1053973110,'2016-06-29 01:21:46',''),(44712,1,1,46183,6,2420923694,'2016-06-29 01:48:32',''),(44713,1,1,46184,3,2420923694,'2016-06-29 01:48:35',''),(44714,1,1,46185,26,2420923694,'2016-06-29 01:48:37',''),(44715,1,1,46186,26,2420923694,'2016-06-29 01:48:40',''),(44716,1,1,46187,1,1466611214,'2016-06-29 03:29:53',''),(44717,1,1,46188,1,1123634170,'2016-06-29 07:10:12',''),(44718,1,1,46189,1,2420901739,'2016-06-29 11:22:51',''),(44719,1,1,46190,42,2420901739,'2016-06-29 11:22:54',''),(44720,1,1,46191,1,1542483293,'2016-06-29 11:32:29',''),(44721,1,1,46192,1,1523309608,'2016-06-29 11:45:15','https://www.google.co.uk/'),(44722,1,1,46193,1,1370397358,'2016-06-29 12:03:58','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiu69HamM3NAhWXF8AKHUpCDZcQFggdMAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.125801520,d.ZGg'),(44723,1,1,46194,48,1577383671,'2016-06-29 12:50:46','https://www.google.co.uk/'),(44724,1,1,46195,44,1123634170,'2016-06-29 15:05:49',''),(44725,1,1,46196,26,1159649166,'2016-06-29 15:19:11',''),(44726,1,1,46197,26,1159649166,'2016-06-29 15:19:13',''),(44727,1,1,46198,26,1159649166,'2016-06-29 15:19:16',''),(44728,1,1,46199,1,786803397,'2016-06-29 15:51:52',''),(44729,1,1,46200,1,3024883463,'2016-06-29 15:59:38',''),(44730,1,1,46201,3,2366158595,'2016-06-29 16:17:38',''),(44731,1,1,46202,10,2366148121,'2016-06-29 16:44:40',''),(44732,1,1,46203,26,872292358,'2016-06-29 17:02:32',''),(44733,1,1,46204,26,872292358,'2016-06-29 17:02:34',''),(44734,1,1,46205,57,676177676,'2016-06-29 18:07:21',''),(44735,1,1,46206,1,3024883595,'2016-06-29 19:04:02',''),(44736,1,1,46207,73,3024883467,'2016-06-29 21:20:41',''),(44737,1,1,46208,1,1053988087,'2016-06-30 00:02:18',''),(44738,1,1,46209,1,1053988087,'2016-06-30 00:02:23',''),(44739,1,1,46210,1,1053988087,'2016-06-30 00:02:25',''),(44740,1,1,46211,1,1053988087,'2016-06-30 00:02:29',''),(44741,1,1,46212,1,1053988087,'2016-06-30 00:02:31',''),(44742,1,1,46213,1,1053988087,'2016-06-30 00:02:34',''),(44743,1,1,46214,1,1053988087,'2016-06-30 00:02:36',''),(44744,1,1,46215,1,1053988087,'2016-06-30 00:02:39',''),(44745,1,1,46216,1,1053988087,'2016-06-30 00:02:41',''),(44746,1,1,46217,1,1053988087,'2016-06-30 00:02:44',''),(44747,1,1,46218,28,1053988087,'2016-06-30 00:02:46',''),(44748,1,1,46219,65,1053988087,'2016-06-30 00:02:49',''),(44749,1,1,46220,1,1123634163,'2016-06-30 01:13:01',''),(44750,1,1,46221,50,2637637418,'2016-06-30 04:43:25',''),(44751,1,1,46222,1,1123632556,'2016-06-30 04:53:01',''),(44752,1,1,46223,38,2637637483,'2016-06-30 07:41:43',''),(44753,1,1,46224,1,1123632561,'2016-06-30 07:54:48',''),(44754,1,1,46225,1,1123632561,'2016-06-30 08:37:37',''),(44755,1,1,46226,1,1542483316,'2016-06-30 11:14:20',''),(44756,1,1,46227,1,87955582,'2016-06-30 11:34:20',''),(44757,1,1,46228,1,630132018,'2016-06-30 12:30:44',''),(44758,1,1,46229,3,630132018,'2016-06-30 12:30:49',''),(44759,1,1,46230,1,630132018,'2016-06-30 12:30:50',''),(44760,1,1,46231,1,1123634163,'2016-06-30 12:35:00',''),(44761,1,1,46232,1,2907961297,'2016-06-30 12:44:33',''),(44762,1,1,46233,3,2907961297,'2016-06-30 12:44:38',''),(44763,1,1,46234,1,2907961297,'2016-06-30 12:44:40',''),(44764,1,1,46235,1,2907961297,'2016-06-30 12:44:41',''),(44765,1,1,46236,69,1152705893,'2016-06-30 12:52:39',''),(44766,1,1,46238,1,1443422954,'2016-06-30 13:30:29','https://www.google.co.uk/'),(44767,1,1,46239,28,2637637483,'2016-06-30 14:22:15',''),(44768,1,1,46240,70,1545008704,'2016-06-30 16:39:40','https://www.google.co.uk/'),(44769,1,1,46241,1,1041806727,'2016-06-30 17:33:09',''),(44770,1,1,46242,3,2366158595,'2016-06-30 18:15:55',''),(44771,1,1,46243,10,2366148121,'2016-06-30 18:56:07',''),(44772,1,1,46244,1,1503892538,'2016-06-30 19:43:38',''),(44773,1,1,46245,65,3475901749,'2016-06-30 19:44:52',''),(44774,1,1,46246,68,3475901749,'2016-06-30 19:44:53',''),(44775,1,1,46247,63,3475901749,'2016-06-30 19:44:55',''),(44776,1,1,46248,69,3475901749,'2016-06-30 19:44:56',''),(44777,1,1,46249,26,2637637533,'2016-06-30 19:44:57',''),(44778,1,1,46250,26,2637637533,'2016-06-30 19:44:58',''),(44779,1,1,46251,26,2637637533,'2016-06-30 19:44:59',''),(44780,1,1,46252,70,2637637533,'2016-06-30 19:45:00',''),(44781,1,1,46253,71,2637637533,'2016-06-30 19:45:01',''),(44782,1,1,46254,26,2637637533,'2016-06-30 19:45:03',''),(44783,1,1,46255,73,2637637533,'2016-06-30 19:45:04',''),(44784,1,1,46256,26,2637637533,'2016-06-30 19:45:06',''),(44785,1,1,46257,26,2637637483,'2016-06-30 19:45:06',''),(44786,1,1,46258,26,2637637533,'2016-06-30 19:45:07',''),(44787,1,1,46259,26,2637637483,'2016-06-30 19:45:07',''),(44788,1,1,46260,26,2637637533,'2016-06-30 19:45:08',''),(44789,1,1,46261,75,2637637483,'2016-06-30 19:45:08',''),(44790,1,1,46262,26,2637637483,'2016-06-30 19:45:09',''),(44791,1,1,46263,26,2637637483,'2016-06-30 19:45:10',''),(44792,1,1,46264,26,2637637483,'2016-06-30 19:45:11',''),(44793,1,1,46265,64,2637637483,'2016-06-30 19:45:12',''),(44794,1,1,46266,62,2637637483,'2016-06-30 19:45:14',''),(44795,1,1,46267,67,2637637483,'2016-06-30 19:45:15',''),(44796,1,1,46268,26,2637637418,'2016-06-30 19:45:34',''),(44797,1,1,46269,15,2637637418,'2016-06-30 19:45:35',''),(44798,1,1,46270,72,2637637418,'2016-06-30 19:45:37',''),(44799,1,1,46271,26,2637637418,'2016-06-30 19:45:38',''),(44800,1,1,46272,26,2637637418,'2016-06-30 19:45:39',''),(44801,1,1,46273,26,2637637418,'2016-06-30 19:45:40',''),(44802,1,1,46274,26,2637637418,'2016-06-30 19:45:41',''),(44803,1,1,46275,1,84507508,'2016-06-30 21:21:06',''),(44804,1,1,46276,1,3233507563,'2016-06-30 21:40:21',''),(44805,1,1,46277,59,1557213478,'2016-06-30 23:43:44',''),(44806,1,1,46278,68,1557213478,'2016-06-30 23:43:47',''),(44807,1,1,46279,75,1557213478,'2016-06-30 23:43:51',''),(44808,1,1,46280,1,1123634170,'2016-07-01 00:35:57',''),(44809,1,1,46281,15,2637637418,'2016-07-01 02:53:12',''),(44810,1,1,46282,1,84497668,'2016-07-01 03:44:19',''),(44811,1,1,46283,38,2731721825,'2016-07-01 04:20:37',''),(44812,1,1,46284,26,2990495243,'2016-07-01 04:50:30',''),(44813,1,1,46285,1,2637637418,'2016-07-01 05:05:12',''),(44814,1,1,46286,1,2193699366,'2016-07-01 05:13:52',''),(44815,1,1,46287,1,2366158595,'2016-07-01 05:14:00',''),(44816,1,1,46288,1,2366158595,'2016-07-01 05:14:04',''),(44817,1,1,46289,1,2366158595,'2016-07-01 05:14:08',''),(44818,1,1,46290,1,3024883619,'2016-07-01 06:40:25',''),(44819,1,1,46291,71,3024883599,'2016-07-01 08:54:10',''),(44820,1,1,46292,27,1054014164,'2016-07-01 09:37:40',''),(44821,1,1,46293,44,1054014164,'2016-07-01 09:37:49',''),(44822,1,1,46294,49,1054014164,'2016-07-01 09:37:55',''),(44823,1,1,46295,1,1558077048,'2016-07-01 09:40:35',''),(44824,1,1,46296,15,1152705893,'2016-07-01 09:41:50',''),(44825,1,1,46297,6,1152705893,'2016-07-01 10:14:44',''),(44826,1,1,46298,43,3475901700,'2016-07-01 10:20:53',''),(44827,1,1,46299,43,3475901700,'2016-07-01 10:20:55',''),(44828,1,1,46300,29,3475901700,'2016-07-01 10:20:56',''),(44829,1,1,46301,16,2637637533,'2016-07-01 10:20:57',''),(44830,1,1,46302,18,3475901700,'2016-07-01 10:20:57',''),(44831,1,1,46303,9,2637637533,'2016-07-01 10:21:00',''),(44832,1,1,46304,56,2637637533,'2016-07-01 10:21:01',''),(44833,1,1,46305,3,3475901749,'2016-07-01 10:21:03',''),(44834,1,1,46306,1,2637637418,'2016-07-01 10:22:29',''),(44835,1,1,46307,6,2637637418,'2016-07-01 10:22:30',''),(44836,1,1,46308,1,1542483276,'2016-07-01 11:16:36',''),(44837,1,1,46309,1,3024883472,'2016-07-01 11:23:29',''),(44838,1,1,46310,41,1123634170,'2016-07-01 11:32:20',''),(44839,1,1,46312,69,3475901749,'2016-07-01 11:58:41',''),(44840,1,1,46313,1,1159644874,'2016-07-01 12:26:57',''),(44841,1,1,46314,18,1159644874,'2016-07-01 12:27:08',''),(44842,1,1,46315,29,1159644874,'2016-07-01 12:27:12',''),(44843,1,1,46316,1,1054014164,'2016-07-01 13:01:37',''),(44844,1,1,46317,63,3475901749,'2016-07-01 13:27:39',''),(44845,1,1,46318,1,84492181,'2016-07-01 13:44:17',''),(44846,1,1,46319,1,1159653962,'2016-07-01 15:21:41',''),(44847,1,1,46320,57,84491906,'2016-07-01 15:40:26',''),(44848,1,1,46321,51,84491906,'2016-07-01 15:40:29',''),(44849,1,1,46322,15,2513057330,'2016-07-01 17:02:28',''),(44850,1,1,46323,47,2513057330,'2016-07-01 17:02:33',''),(44851,1,1,46324,6,2328460687,'2016-07-01 17:32:19',''),(44852,1,1,46325,18,2328460687,'2016-07-01 17:32:26',''),(44853,1,1,46326,29,2328460687,'2016-07-01 17:32:35',''),(44854,1,1,46327,65,2328460687,'2016-07-01 17:32:38',''),(44855,1,1,46328,1,1159653890,'2016-07-01 18:16:12',''),(44856,1,1,46329,1,1159653890,'2016-07-01 18:16:18',''),(44857,1,1,46330,1,1159653890,'2016-07-01 18:16:21',''),(44858,1,1,46331,1,1159653890,'2016-07-01 18:16:24',''),(44859,1,1,46332,1,1159653890,'2016-07-01 18:16:28',''),(44860,1,1,46333,1,1159653890,'2016-07-01 18:16:31',''),(44861,1,1,46334,1,1159653890,'2016-07-01 18:16:34',''),(44862,1,1,46335,1,1159653890,'2016-07-01 18:16:38',''),(44863,1,1,46336,1,1159653890,'2016-07-01 18:16:40',''),(44864,1,1,46337,1,3479603870,'2016-07-01 23:54:00',''),(44865,1,1,46338,1,3479603870,'2016-07-02 00:19:36',''),(44866,1,1,46339,16,2760155415,'2016-07-02 01:07:30',''),(44867,1,1,46340,38,1159648594,'2016-07-02 03:38:10',''),(44868,1,1,46341,1,1546189127,'2016-07-02 03:55:07',''),(44869,1,1,46342,1,2953382627,'2016-07-02 05:23:34',''),(44870,1,1,46343,1,2953382627,'2016-07-02 05:23:36',''),(44871,1,1,46344,1,2953382627,'2016-07-02 05:23:39',''),(44872,1,1,46345,1,2953382627,'2016-07-02 05:24:55',''),(44873,1,1,46346,1,2953382627,'2016-07-02 05:24:58',''),(44874,1,1,46347,1,2953382627,'2016-07-02 05:25:00',''),(44875,1,1,46348,1,2953382627,'2016-07-02 05:25:05',''),(44876,1,1,46349,1,2953382627,'2016-07-02 05:25:11',''),(44877,1,1,46350,1,2953382627,'2016-07-02 05:25:24',''),(44878,1,1,46351,54,2953382627,'2016-07-02 05:25:35',''),(44879,1,1,46352,66,2953382627,'2016-07-02 05:25:45',''),(44880,1,1,46353,16,1123632556,'2016-07-02 07:07:06',''),(44881,1,1,46354,1,1159644874,'2016-07-02 07:43:34',''),(44882,1,1,46355,1,1123632556,'2016-07-02 09:46:26',''),(44883,1,1,46356,1,1542483307,'2016-07-02 11:36:11',''),(44884,1,1,46357,71,3024883604,'2016-07-02 14:41:26',''),(44885,1,1,46358,62,1123634170,'2016-07-02 15:00:04',''),(44886,1,1,46359,48,3475901749,'2016-07-02 16:53:12',''),(44887,1,1,46360,1,2637637545,'2016-07-02 17:29:57',''),(44888,1,1,46361,64,2637637426,'2016-07-02 18:43:21',''),(44889,1,1,46362,1,2366158595,'2016-07-02 20:38:55',''),(44890,1,1,46363,1,2366148121,'2016-07-02 20:38:59',''),(44891,1,1,46364,1,2366148121,'2016-07-02 20:39:03',''),(44892,1,1,46365,1,2366148121,'2016-07-02 20:39:07',''),(44893,1,1,46366,41,3475901773,'2016-07-02 21:53:27',''),(44894,1,1,46367,1,1123634740,'2016-07-03 00:20:25',''),(44895,1,1,46368,1,3281697044,'2016-07-03 02:39:36',''),(44896,1,1,46369,68,3024883473,'2016-07-03 04:32:44',''),(44897,1,1,46370,1,1123634747,'2016-07-03 06:42:12',''),(44898,1,1,46371,1,1123631747,'2016-07-03 07:07:58',''),(44899,1,1,46372,59,872366417,'2016-07-03 07:18:57',''),(44900,1,1,46373,1,1159650802,'2016-07-03 07:50:35',''),(44901,1,1,46374,1,1159646118,'2016-07-03 08:33:05',''),(44902,1,1,46375,26,2731721828,'2016-07-03 10:12:01',''),(44903,1,1,46376,26,2731721828,'2016-07-03 10:12:03',''),(44904,1,1,46377,26,2731721828,'2016-07-03 10:12:06',''),(44905,1,1,46378,26,2731721828,'2016-07-03 10:12:08',''),(44906,1,1,46379,26,2731721828,'2016-07-03 10:12:11',''),(44907,1,1,46380,26,2731721828,'2016-07-03 10:12:13',''),(44908,1,1,46381,26,2731721828,'2016-07-03 10:12:16',''),(44909,1,1,46382,26,2731721828,'2016-07-03 10:12:19',''),(44910,1,1,46383,26,2731721828,'2016-07-03 10:12:23',''),(44911,1,1,46384,26,2731721828,'2016-07-03 10:12:26',''),(44912,1,1,46385,43,2731721828,'2016-07-03 10:12:29',''),(44913,1,1,46386,16,2731721828,'2016-07-03 10:12:32',''),(44914,1,1,46387,16,2731721828,'2016-07-03 10:12:36',''),(44915,1,1,46388,67,2731721828,'2016-07-03 10:12:38',''),(44916,1,1,46389,74,2731721828,'2016-07-03 10:12:41',''),(44917,1,1,46390,70,2731721828,'2016-07-03 10:12:44',''),(44918,1,1,46391,10,2731721828,'2016-07-03 10:12:47',''),(44919,1,1,46392,1,2731721828,'2016-07-03 10:12:51',''),(44920,1,1,46393,1,1542483299,'2016-07-03 11:15:05',''),(44921,1,1,46394,16,2637637599,'2016-07-03 11:26:05',''),(44922,1,1,46395,41,1330506423,'2016-07-03 11:38:18','https://www.google.co.uk/'),(44923,1,1,46396,1,1041806727,'2016-07-03 11:59:53',''),(44924,1,1,46397,1,2420901739,'2016-07-03 13:56:17',''),(44925,1,1,46398,1,2420901739,'2016-07-03 13:56:20',''),(44926,1,1,46399,3,2420901739,'2016-07-03 13:56:23',''),(44927,1,1,46400,3,2420901739,'2016-07-03 13:56:26',''),(44928,1,1,46401,59,1267107315,'2016-07-03 15:20:51',''),(44929,1,1,46402,68,1267107315,'2016-07-03 15:20:55',''),(44930,1,1,46403,75,1267107315,'2016-07-03 15:21:00',''),(44931,1,1,46404,1,872363001,'2016-07-03 16:08:19',''),(44932,1,1,46405,1,1123634747,'2016-07-03 16:09:38',''),(44933,1,1,46406,1,1159644874,'2016-07-03 19:44:46',''),(44934,1,1,46407,56,1368192121,'2016-07-03 19:50:25','https://www.google.co.uk/'),(44935,1,1,46408,1,1123631755,'2016-07-03 19:52:00',''),(44936,1,1,46409,1,3024883590,'2016-07-03 20:41:30',''),(44937,1,1,46410,27,2297665554,'2016-07-03 20:51:23',''),(44938,1,1,46411,44,2297665554,'2016-07-03 20:51:26',''),(44939,1,1,46412,49,2297665554,'2016-07-03 20:51:28',''),(44940,1,1,46413,1,3024883593,'2016-07-03 21:29:34',''),(44941,1,1,46414,1,1049232115,'2016-07-03 21:34:01',''),(44942,1,1,46415,26,2990495243,'2016-07-03 21:54:20',''),(44943,1,1,46416,10,2151947560,'2016-07-03 21:59:44','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1105.mGlc_7A-7HiT06oTRzZPEUDRP4WyVq3PzgR0ahPbpSiVj1EqbYpHI_JMEfvChXvU.20081d849b95229fd72c38c4f09cdec8e0c42d3a&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0Y'),(44944,1,1,46417,1,84492181,'2016-07-03 23:30:46',''),(44945,1,1,46418,1,84492181,'2016-07-03 23:30:53',''),(44946,1,1,46419,65,3475901749,'2016-07-04 03:22:37',''),(44947,1,1,46420,68,3475901749,'2016-07-04 03:22:39',''),(44948,1,1,46421,75,3475901776,'2016-07-04 03:22:42',''),(44949,1,1,46422,26,3475901776,'2016-07-04 03:22:43',''),(44950,1,1,46423,26,3475901731,'2016-07-04 03:23:23',''),(44951,1,1,46424,15,3475901835,'2016-07-04 03:23:52',''),(44952,1,1,46425,68,3024883461,'2016-07-04 03:57:59',''),(44953,1,1,46426,10,630355118,'2016-07-04 04:18:27','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1106.ZK2UOhaEXVsWVkyGZlsypx85FDPLbb1yNPHJgf2EQpcwqM86LCBcoUdd66DbBZyZ.e8a56bfb1d5cf44e52ca9ebe9751b49f4b6a2d06&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0Y'),(44954,1,1,46427,38,84498858,'2016-07-04 06:52:40',''),(44955,1,1,46428,1,1152705893,'2016-07-04 09:37:22',''),(44956,1,1,46429,68,3475901749,'2016-07-04 09:50:42',''),(44957,1,1,46430,1,1123634733,'2016-07-04 09:54:56',''),(44958,1,1,46431,6,1123634747,'2016-07-04 10:25:38',''),(44959,1,1,46432,1,1542483319,'2016-07-04 11:09:23',''),(44960,1,1,46433,6,1276989651,'2016-07-04 11:41:37',''),(44961,1,1,46434,18,1276989651,'2016-07-04 11:41:39',''),(44962,1,1,46435,29,1276989651,'2016-07-04 11:41:42',''),(44963,1,1,46436,65,1276989651,'2016-07-04 11:41:44',''),(44964,1,1,46437,57,1152705893,'2016-07-04 12:03:56',''),(44965,1,1,46438,43,872366365,'2016-07-04 12:06:30',''),(44966,1,1,46439,1,1055415802,'2016-07-04 12:26:53','https://www.google.co.uk/'),(44967,1,1,46440,1,3495573956,'2016-07-04 13:12:38',''),(44968,1,1,46441,10,94659163,'2016-07-04 14:15:59','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1106.SL2qMNCq6VeLlChE2MFfNmHl8HdrfTNYIrDNMlrMZOL5gcI06woULYJpAJJEpeUd.2ef36c9cb00b0b061d5777e3b057915436d6ec37&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0Y'),(44969,1,1,46442,1,1056890683,'2016-07-04 16:00:36','http://www.bing.com/search?q=part+worn+tyres+blackburn&src=IE-SearchBox&FORM=IENTTR&conversationid='),(44970,1,1,46443,1,3024883610,'2016-07-04 17:20:30',''),(44971,1,1,46444,1,3702877365,'2016-07-04 17:21:05',''),(44972,1,1,46445,1,3024883597,'2016-07-04 19:43:42',''),(44973,1,1,46446,26,1427043426,'2016-07-04 20:59:15',''),(44974,1,1,46447,26,3245313130,'2016-07-04 20:59:17',''),(44975,1,1,46448,54,1123634051,'2016-07-05 01:04:15',''),(44976,1,1,46449,1,1123631281,'2016-07-05 01:21:54',''),(44977,1,1,46450,6,3024883481,'2016-07-05 01:44:20',''),(44978,1,1,46451,1,1489375385,'2016-07-05 02:55:17',''),(44979,1,1,46452,1,1489375385,'2016-07-05 02:55:28',''),(44980,1,1,46453,56,3475901714,'2016-07-05 05:00:52',''),(44981,1,1,46454,1,1524259387,'2016-07-05 06:25:47','http://www.zapmeta.co.uk/ws?de=c&asid=zm_uk_ba_010_001&q=tyres%20blackburn'),(44982,1,1,46455,1,1123631281,'2016-07-05 08:47:32',''),(44983,1,1,46456,1,1542483269,'2016-07-05 11:10:12',''),(44984,1,1,46457,1,3337639658,'2016-07-05 11:10:32',''),(44985,1,1,46458,1,1159644858,'2016-07-05 12:12:20',''),(44986,1,1,46459,3,1159644858,'2016-07-05 12:12:22',''),(44987,1,1,46460,3,1159644858,'2016-07-05 12:12:25',''),(44988,1,1,46461,54,1123631273,'2016-07-05 12:15:12',''),(44989,1,1,46462,59,1054014164,'2016-07-05 13:10:48',''),(44990,1,1,46463,68,1054014164,'2016-07-05 13:10:55',''),(44991,1,1,46464,75,1054014164,'2016-07-05 13:11:01',''),(44992,1,1,46465,1,3589262799,'2016-07-05 14:26:17',''),(44993,1,1,46466,1,872399363,'2016-07-05 14:28:27',''),(44994,1,1,46467,1,2366148121,'2016-07-05 15:18:16',''),(44995,1,1,46468,1,2366148121,'2016-07-05 15:18:20',''),(44996,1,1,46469,38,1152705893,'2016-07-05 16:05:59',''),(44997,1,1,46471,9,1123631751,'2016-07-05 16:12:05',''),(44998,1,1,46472,58,2760155397,'2016-07-05 16:58:11',''),(44999,1,1,46473,27,2420907756,'2016-07-05 18:13:20',''),(45000,1,1,46474,44,2420907756,'2016-07-05 18:13:23',''),(45001,1,1,46475,49,2420907756,'2016-07-05 18:13:26',''),(45002,1,1,46476,1,1159644874,'2016-07-05 19:31:29',''),(45003,1,1,46477,28,1159644874,'2016-07-05 19:31:47',''),(45004,1,1,46478,65,1159644874,'2016-07-05 19:31:51',''),(45005,1,1,46479,42,84507508,'2016-07-05 19:47:10',''),(45006,1,1,46480,1,84494819,'2016-07-05 20:41:58',''),(45007,1,1,46481,6,872362136,'2016-07-05 21:11:33',''),(45008,1,1,46482,1,872362136,'2016-07-05 21:11:40',''),(45009,1,1,46483,68,872362136,'2016-07-05 21:11:44',''),(45010,1,1,46484,75,872362136,'2016-07-05 21:11:50',''),(45011,1,1,46485,1,100662575,'2016-07-05 21:17:02',''),(45012,1,1,46486,1,2366158595,'2016-07-05 21:17:06',''),(45013,1,1,46487,1,2366158595,'2016-07-05 21:17:10',''),(45014,1,1,46488,1,2366158595,'2016-07-05 21:17:14',''),(45015,1,1,46489,44,1152705893,'2016-07-05 22:09:00',''),(45016,1,1,46490,1,3479603870,'2016-07-06 00:03:28',''),(45017,1,1,46491,1,3479603870,'2016-07-06 00:27:56',''),(45018,1,1,46492,1,1123631755,'2016-07-06 02:21:17',''),(45019,1,1,46493,1,1503892538,'2016-07-06 02:37:50',''),(45020,1,1,46494,1,1503892538,'2016-07-06 02:37:53',''),(45021,1,1,46495,1,1503892538,'2016-07-06 02:37:55',''),(45022,1,1,46496,1,1503892538,'2016-07-06 02:37:58',''),(45023,1,1,46497,1,1503892538,'2016-07-06 02:38:00',''),(45024,1,1,46498,1,1503892538,'2016-07-06 02:38:03',''),(45025,1,1,46499,1,1503892538,'2016-07-06 02:38:05',''),(45026,1,1,46500,1,1503892538,'2016-07-06 02:38:08',''),(45027,1,1,46501,1,1503892538,'2016-07-06 02:38:10',''),(45028,1,1,46502,16,1152705893,'2016-07-06 03:15:52',''),(45029,1,1,46503,1,1123631755,'2016-07-06 04:49:48',''),(45030,1,1,46504,6,872362822,'2016-07-06 05:28:59',''),(45031,1,1,46505,18,872362822,'2016-07-06 05:29:02',''),(45032,1,1,46506,29,872362822,'2016-07-06 05:29:05',''),(45033,1,1,46507,65,872362822,'2016-07-06 05:29:09',''),(45034,1,1,46508,43,1053974832,'2016-07-06 05:29:26',''),(45035,1,1,46509,27,1053974832,'2016-07-06 05:29:30',''),(45036,1,1,46510,58,1053974832,'2016-07-06 05:29:33',''),(45037,1,1,46511,1,1123631747,'2016-07-06 05:48:43',''),(45038,1,1,46512,41,1152705893,'2016-07-06 05:48:44',''),(45039,1,1,46513,46,3475901819,'2016-07-06 06:00:27',''),(45040,1,1,46514,1,1123631751,'2016-07-06 06:06:17',''),(45041,1,1,46515,1,1159648002,'2016-07-06 06:33:19',''),(45042,1,1,46516,1,1159648002,'2016-07-06 06:33:24',''),(45043,1,1,46517,1,1159648002,'2016-07-06 06:33:36',''),(45044,1,1,46518,1,1159648002,'2016-07-06 06:33:45',''),(45045,1,1,46519,1,1159648002,'2016-07-06 06:33:50',''),(45046,1,1,46520,1,1159648002,'2016-07-06 06:33:55',''),(45047,1,1,46521,1,1159648002,'2016-07-06 06:33:58',''),(45048,1,1,46522,1,1159648002,'2016-07-06 06:34:02',''),(45049,1,1,46523,1,1159648002,'2016-07-06 06:34:06',''),(45050,1,1,46524,26,772045740,'2016-07-06 06:44:35',''),(45051,1,1,46525,15,2297665554,'2016-07-06 07:17:13',''),(45052,1,1,46526,1,772045740,'2016-07-06 08:06:32',''),(45053,1,1,46527,1,1590000039,'2016-07-06 08:18:57',''),(45054,1,1,46528,6,3475901819,'2016-07-06 08:20:25',''),(45055,1,1,46529,1,3337957847,'2016-07-06 08:20:33',''),(45056,1,1,46530,1,84504390,'2016-07-06 08:24:09',''),(45057,1,1,46531,54,84504390,'2016-07-06 08:24:11',''),(45058,1,1,46532,66,84504390,'2016-07-06 08:24:14',''),(45059,1,1,46533,1,84504390,'2016-07-06 08:24:17',''),(45060,1,1,46534,1,1123631755,'2016-07-06 09:27:18',''),(45061,1,1,46535,1,1542483272,'2016-07-06 11:35:55',''),(45062,1,1,46536,50,1123631751,'2016-07-06 11:47:21',''),(45063,1,1,46537,26,2990495243,'2016-07-06 11:49:11',''),(45064,1,1,46538,45,2990495243,'2016-07-06 11:49:13',''),(45065,1,1,46539,53,2990495243,'2016-07-06 11:49:16',''),(45066,1,1,46540,16,2990495243,'2016-07-06 11:49:20',''),(45067,1,1,46541,64,3024883469,'2016-07-06 14:27:17',''),(45068,1,1,46542,1,3475901819,'2016-07-06 14:52:43',''),(45069,1,1,46543,6,3475901819,'2016-07-06 14:52:44',''),(45070,1,1,46544,16,2637637501,'2016-07-06 14:52:51',''),(45071,1,1,46545,43,3475901776,'2016-07-06 14:52:53',''),(45072,1,1,46546,56,2637637501,'2016-07-06 14:52:53',''),(45073,1,1,46547,18,3475901776,'2016-07-06 14:52:54',''),(45074,1,1,46548,9,2637637501,'2016-07-06 14:52:54',''),(45075,1,1,46549,29,3475901776,'2016-07-06 14:52:56',''),(45076,1,1,46550,43,3475901776,'2016-07-06 14:52:57',''),(45077,1,1,46551,3,2637637547,'2016-07-06 14:53:04',''),(45078,1,1,46552,53,1123634733,'2016-07-06 16:35:36',''),(45079,1,1,46553,3,1152705893,'2016-07-06 17:21:07',''),(45080,1,1,46554,16,1123634740,'2016-07-06 20:02:10',''),(45081,1,1,46555,51,1123634747,'2016-07-06 22:04:55',''),(45082,1,1,46556,45,1123634733,'2016-07-06 22:20:40',''),(45083,1,1,46557,1,1123634740,'2016-07-06 22:26:28',''),(45084,1,1,46559,1,1123634740,'2016-07-06 23:35:52',''),(45085,1,1,46560,1,1123634740,'2016-07-07 00:58:39',''),(45086,1,1,46561,1,1123634733,'2016-07-07 01:01:55',''),(45087,1,1,46562,18,2917834746,'2016-07-07 01:34:31',''),(45088,1,1,46563,29,2917834746,'2016-07-07 01:34:39',''),(45089,1,1,46564,3,2637637547,'2016-07-07 02:25:30',''),(45090,1,1,46565,38,2921498610,'2016-07-07 03:45:14',''),(45091,1,1,46566,1,2366158595,'2016-07-07 04:35:25',''),(45092,1,1,46567,1,1570674749,'2016-07-07 04:35:29',''),(45093,1,1,46568,1,2193699366,'2016-07-07 04:35:33',''),(45094,1,1,46569,1,2366158595,'2016-07-07 04:35:37',''),(45095,1,1,46570,1,1123631755,'2016-07-07 06:08:31',''),(45096,1,1,46571,1,1123634733,'2016-07-07 06:10:00',''),(45097,1,1,46572,1,1545152410,'2016-07-07 06:26:31','http://www.bing.com/search?q=rapid+p609xl+97w&src=IE-TopResult&FORM=IETR02&conversationid='),(45098,1,1,46573,1,1041817219,'2016-07-07 06:27:01',''),(45099,1,1,46574,1,2921498610,'2016-07-07 06:28:16',''),(45100,1,1,46575,1,2921498610,'2016-07-07 06:28:21',''),(45101,1,1,46576,1,2921498610,'2016-07-07 06:28:24',''),(45102,1,1,46577,1,2921498610,'2016-07-07 06:28:27',''),(45103,1,1,46578,1,2921498610,'2016-07-07 06:28:30',''),(45104,1,1,46579,1,2921498610,'2016-07-07 06:28:37',''),(45105,1,1,46580,1,2921498610,'2016-07-07 06:28:41',''),(45106,1,1,46581,1,2921498610,'2016-07-07 06:28:57',''),(45107,1,1,46582,1,2921498610,'2016-07-07 06:29:12',''),(45108,1,1,46583,1,2921498610,'2016-07-07 06:29:15',''),(45109,1,1,46584,57,2921498610,'2016-07-07 06:29:19',''),(45110,1,1,46585,51,2921498610,'2016-07-07 06:29:23',''),(45111,1,1,46586,55,2921498610,'2016-07-07 06:29:27',''),(45112,1,1,46587,1,2366158595,'2016-07-07 08:31:57',''),(45113,1,1,46588,1,2366158595,'2016-07-07 08:32:01',''),(45114,1,1,46589,38,3024883593,'2016-07-07 10:05:55',''),(45115,1,1,46590,1,1542483300,'2016-07-07 11:11:49',''),(45116,1,1,46591,53,2760155462,'2016-07-07 11:25:58',''),(45117,1,1,46592,1,1123634733,'2016-07-07 11:40:41',''),(45118,1,1,46593,1,1443003066,'2016-07-07 12:04:18',''),(45119,1,1,46594,6,1534692827,'2016-07-07 13:08:09',''),(45120,1,1,46595,26,1152705893,'2016-07-07 13:52:18',''),(45121,1,1,46597,1,3589262799,'2016-07-07 14:15:54',''),(45122,1,1,46598,54,3589262799,'2016-07-07 14:15:56',''),(45123,1,1,46599,66,3589262799,'2016-07-07 14:16:00',''),(45124,1,1,46600,65,1123634740,'2016-07-07 15:09:45',''),(45125,1,1,46601,1,1796538632,'2016-07-07 15:36:55',''),(45126,1,1,46602,28,1152705893,'2016-07-07 16:20:32',''),(45127,1,1,46603,6,1123634747,'2016-07-07 16:35:12',''),(45128,1,1,46604,1,1054014164,'2016-07-07 16:38:13',''),(45129,1,1,46605,1,2297665554,'2016-07-07 17:52:40',''),(45130,1,1,46606,38,1123634747,'2016-07-07 19:52:48',''),(45131,1,1,46607,1,2297665554,'2016-07-07 20:36:40',''),(45132,1,1,46608,6,392829874,'2016-07-07 20:41:06',''),(45133,1,1,46609,59,2420923694,'2016-07-07 21:33:12',''),(45134,1,1,46610,68,2420923694,'2016-07-07 21:33:15',''),(45135,1,1,46611,75,2420923694,'2016-07-07 21:33:18',''),(45136,1,1,46612,1,872292415,'2016-07-07 22:05:55',''),(45137,1,1,46613,1,872292415,'2016-07-07 22:06:04',''),(45138,1,1,46614,1,3024883599,'2016-07-07 22:28:25',''),(45139,1,1,46615,42,1051853450,'2016-07-07 22:46:39',''),(45140,1,1,46616,1,1603356693,'2016-07-07 23:17:49',''),(45141,1,1,46617,1,1490621669,'2016-07-08 00:05:51',''),(45142,1,1,46618,1,2239918936,'2016-07-08 01:51:48','https://www.google.com/'),(45143,1,1,46619,1,3458837312,'2016-07-08 02:11:32',''),(45144,1,1,46620,6,3024883472,'2016-07-08 02:33:28',''),(45145,1,1,46621,27,2990495243,'2016-07-08 02:50:03',''),(45146,1,1,46622,44,2990495243,'2016-07-08 02:50:06',''),(45147,1,1,46623,49,2990495243,'2016-07-08 02:50:09',''),(45148,1,1,46624,1,3024883461,'2016-07-08 05:54:45',''),(45149,1,1,46625,1,1159648594,'2016-07-08 07:54:22',''),(45150,1,1,46626,28,1159648594,'2016-07-08 07:54:33',''),(45151,1,1,46627,65,1159648594,'2016-07-08 07:54:36',''),(45152,1,1,46628,26,2921498610,'2016-07-08 08:29:53',''),(45153,1,1,46629,1,872402714,'2016-07-08 09:28:30',''),(45154,1,1,46630,6,2921498610,'2016-07-08 09:34:24',''),(45155,1,1,46631,1,2921498610,'2016-07-08 09:34:28',''),(45156,1,1,46632,68,2921498610,'2016-07-08 09:34:31',''),(45157,1,1,46633,75,2921498610,'2016-07-08 09:34:34',''),(45158,1,1,46634,1,1053988086,'2016-07-08 10:06:31',''),(45159,1,1,46635,1,1053988086,'2016-07-08 10:06:33',''),(45160,1,1,46636,1,1053988086,'2016-07-08 10:06:36',''),(45161,1,1,46637,1,1053988086,'2016-07-08 10:06:39',''),(45162,1,1,46638,1,1053988086,'2016-07-08 10:06:42',''),(45163,1,1,46639,1,1053988086,'2016-07-08 10:06:45',''),(45164,1,1,46640,1,1053988086,'2016-07-08 10:06:48',''),(45165,1,1,46641,1,1053988086,'2016-07-08 10:06:51',''),(45166,1,1,46642,1,1053988086,'2016-07-08 10:06:54',''),(45167,1,1,46643,6,1348182626,'2016-07-08 10:55:16',''),(45168,1,1,46644,18,1348182626,'2016-07-08 10:55:19',''),(45169,1,1,46645,29,1348182626,'2016-07-08 10:55:22',''),(45170,1,1,46646,65,1348182626,'2016-07-08 10:55:25',''),(45171,1,1,46647,1,1542483298,'2016-07-08 11:12:51',''),(45172,1,1,46648,43,1388412687,'2016-07-08 12:07:33',''),(45173,1,1,46649,27,1388412687,'2016-07-08 12:07:36',''),(45174,1,1,46650,58,1388412687,'2016-07-08 12:07:41',''),(45175,1,1,46651,26,872399392,'2016-07-08 14:19:08',''),(45176,1,1,46652,45,872399392,'2016-07-08 14:19:12',''),(45177,1,1,46653,53,872399392,'2016-07-08 14:19:15',''),(45178,1,1,46654,16,872399392,'2016-07-08 14:19:20',''),(45179,1,1,46655,1,2328461168,'2016-07-08 14:29:44',''),(45180,1,1,46656,1,1123634733,'2016-07-08 14:30:02',''),(45181,1,1,46657,3,84491906,'2016-07-08 15:43:55',''),(45182,1,1,46658,26,84491906,'2016-07-08 15:43:58',''),(45183,1,1,46659,26,84491906,'2016-07-08 15:44:00',''),(45184,1,1,46660,1,1489430095,'2016-07-08 16:26:43',''),(45185,1,1,46661,54,1489430095,'2016-07-08 16:26:46',''),(45186,1,1,46662,66,1489430095,'2016-07-08 16:26:49',''),(45187,1,1,46663,1,1489430095,'2016-07-08 16:26:53',''),(45188,1,1,46664,64,3024883603,'2016-07-08 19:04:12',''),(45189,1,1,46665,52,3475901819,'2016-07-08 19:44:07',''),(45190,1,1,46666,1,1984165922,'2016-07-08 22:07:18',''),(45191,1,1,46667,54,1984165922,'2016-07-08 22:07:19',''),(45192,1,1,46668,81,1984165922,'2016-07-08 22:07:21',''),(45193,1,1,46669,54,1984165922,'2016-07-08 22:07:25',''),(45194,1,1,46671,1,3162038699,'2016-07-08 22:11:54',''),(45195,1,1,46672,16,2637637378,'2016-07-08 22:45:40',''),(45196,1,1,46673,56,2637637378,'2016-07-08 22:45:42',''),(45197,1,1,46674,9,2637637378,'2016-07-08 22:45:43',''),(45198,1,1,46675,1,3475901819,'2016-07-08 22:45:46',''),(45199,1,1,46676,6,3475901819,'2016-07-08 22:45:47',''),(45200,1,1,46677,3,2637637547,'2016-07-08 22:46:00',''),(45201,1,1,46678,43,3475901743,'2016-07-08 22:46:09',''),(45202,1,1,46679,18,3475901743,'2016-07-08 22:46:10',''),(45203,1,1,46680,29,3475901743,'2016-07-08 22:46:11',''),(45204,1,1,46681,43,3475901743,'2016-07-08 22:46:12',''),(45205,1,1,46682,1,3024883616,'2016-07-09 02:26:39',''),(45206,1,1,46683,15,3475901819,'2016-07-09 03:57:37',''),(45207,1,1,46684,26,3475901743,'2016-07-09 03:57:43',''),(45208,1,1,46685,75,3475901743,'2016-07-09 03:57:44',''),(45209,1,1,46686,65,2637637547,'2016-07-09 03:57:48',''),(45210,1,1,46687,68,2637637547,'2016-07-09 03:57:49',''),(45211,1,1,46688,26,2637637378,'2016-07-09 03:58:12',''),(45212,1,1,46689,57,2420907756,'2016-07-09 07:39:25',''),(45213,1,1,46690,1,2193699366,'2016-07-09 08:07:11',''),(45214,1,1,46691,1,2366148121,'2016-07-09 08:07:14',''),(45215,1,1,46692,28,2760155426,'2016-07-09 08:38:29',''),(45216,1,1,46527,1,1546189222,'2016-07-09 09:31:57',''),(45217,1,1,46693,1,1542483310,'2016-07-09 11:22:32',''),(45218,1,1,46694,1,3495654154,'2016-07-09 11:27:49',''),(45219,1,1,46695,1,1159643570,'2016-07-09 12:45:57',''),(45220,1,1,46696,1,1159643570,'2016-07-09 12:46:01',''),(45221,1,1,46697,1,1159643570,'2016-07-09 12:46:05',''),(45222,1,1,46698,1,1159643570,'2016-07-09 12:46:09',''),(45223,1,1,46699,1,1159643570,'2016-07-09 12:46:14',''),(45224,1,1,46700,1,1159643570,'2016-07-09 12:46:17',''),(45225,1,1,46701,1,1159643570,'2016-07-09 12:46:20',''),(45226,1,1,46702,1,1159643570,'2016-07-09 12:46:23',''),(45227,1,1,46703,1,1159643570,'2016-07-09 12:46:26',''),(45228,1,1,46704,1,2917833082,'2016-07-09 13:09:15',''),(45229,1,1,46705,54,2917833082,'2016-07-09 13:09:19',''),(45230,1,1,46706,66,2917833082,'2016-07-09 13:09:22',''),(45231,1,1,46707,1,1123634733,'2016-07-09 14:21:34',''),(45232,1,1,46709,1,3475901787,'2016-07-09 14:51:43',''),(45233,1,1,46710,1,3024883486,'2016-07-09 15:03:46',''),(45234,1,1,46711,1,1123634740,'2016-07-09 16:36:50',''),(45235,1,1,46712,1,3625180872,'2016-07-09 17:58:14',''),(45236,1,1,46713,75,872366375,'2016-07-09 18:04:46',''),(45237,1,1,46714,1,2731721825,'2016-07-09 21:36:35',''),(45238,1,1,46715,1,3475901787,'2016-07-09 23:34:03',''),(45239,1,1,46716,1,3495573956,'2016-07-10 01:06:29',''),(45240,1,1,46717,51,3024883483,'2016-07-10 01:44:27',''),(45241,1,1,46718,29,872366384,'2016-07-10 03:13:02',''),(45242,1,1,46719,43,3024883461,'2016-07-10 04:21:40',''),(45243,1,1,46720,1,1540436758,'2016-07-10 04:27:28',''),(45244,1,1,46721,1,1123634733,'2016-07-10 05:20:47',''),(45245,1,1,46722,9,3475901787,'2016-07-10 06:49:06',''),(45246,1,1,46723,26,3475901787,'2016-07-10 07:40:08',''),(45247,1,1,46724,1,1443468558,'2016-07-10 07:42:32','https://www.google.co.uk/'),(45248,1,1,46725,69,872366350,'2016-07-10 08:21:17',''),(45249,1,1,46726,1,1123634740,'2016-07-10 08:33:20',''),(45250,1,1,46727,41,3475901787,'2016-07-10 08:55:30',''),(45251,1,1,46728,41,3475901787,'2016-07-10 08:55:31',''),(45252,1,1,46729,1,2420907330,'2016-07-10 09:10:34',''),(45253,1,1,46730,1,2420907330,'2016-07-10 09:10:36',''),(45254,1,1,46731,3,2420907330,'2016-07-10 09:10:39',''),(45255,1,1,46732,3,2420907330,'2016-07-10 09:10:42',''),(45256,1,1,46733,6,1123634740,'2016-07-10 10:35:58',''),(45257,1,1,46734,1,1542483283,'2016-07-10 10:58:54',''),(45258,1,1,46735,1,1053988087,'2016-07-10 12:38:04',''),(45259,1,1,46736,59,3156762438,'2016-07-10 12:45:31',''),(45260,1,1,46737,68,3156762438,'2016-07-10 12:45:34',''),(45261,1,1,46738,75,3156762438,'2016-07-10 12:45:37',''),(45262,1,1,46739,1,1159644858,'2016-07-10 14:44:55',''),(45263,1,1,46740,1,1123634733,'2016-07-10 19:15:19',''),(45264,1,1,46741,1,3479603870,'2016-07-10 20:03:11',''),(45265,1,1,46742,1,3495654154,'2016-07-10 20:30:17',''),(45266,1,1,46743,56,1123634740,'2016-07-10 21:36:54',''),(45267,1,1,46744,53,2637637625,'2016-07-10 23:01:21',''),(45268,1,1,46745,56,2760155394,'2016-07-10 23:04:30',''),(45269,1,1,46746,48,35527494,'2016-07-10 23:53:39','https://www.google.co.uk/'),(45270,1,1,46747,1,1123631747,'2016-07-11 00:30:00',''),(45271,1,1,46748,66,2760155487,'2016-07-11 00:52:44',''),(45272,1,1,46749,1,1123634740,'2016-07-11 01:46:23',''),(45273,1,1,46750,18,676177708,'2016-07-11 02:27:48',''),(45274,1,1,46751,26,1152705881,'2016-07-11 05:13:05',''),(45275,1,1,46752,1,3392493318,'2016-07-11 07:54:53','https://www.google.co.in/'),(45276,1,1,46753,1,2193699366,'2016-07-11 08:22:28',''),(45277,1,1,46754,1,2193699366,'2016-07-11 08:22:32',''),(45278,1,1,46755,42,872366421,'2016-07-11 08:46:01',''),(45279,1,1,46756,16,872366396,'2016-07-11 09:40:47',''),(45280,1,1,46757,1,1123634747,'2016-07-11 10:28:39',''),(45281,1,1,46758,42,2420907756,'2016-07-11 10:34:42',''),(45282,1,1,46759,1,1542483265,'2016-07-11 10:53:18',''),(45283,1,1,46760,15,2637637619,'2016-07-11 11:41:32',''),(45284,1,1,46761,65,676177732,'2016-07-11 11:41:36',''),(45285,1,1,46762,68,676177732,'2016-07-11 11:41:38',''),(45286,1,1,46763,26,676177683,'2016-07-11 11:42:08',''),(45287,1,1,46764,43,3024883599,'2016-07-11 12:50:30',''),(45288,1,1,46765,1,1452806359,'2016-07-11 13:42:39','https://www.google.co.uk/'),(45289,1,1,46766,26,676177708,'2016-07-11 13:53:56',''),(45290,1,1,46767,75,676177708,'2016-07-11 13:53:57',''),(45291,1,1,46768,15,3024883462,'2016-07-11 14:22:18',''),(45292,1,1,46769,1,1123634733,'2016-07-11 14:34:22',''),(45293,1,1,46770,1,3024883604,'2016-07-11 15:22:06',''),(45294,1,1,46771,6,2637637390,'2016-07-11 15:51:06',''),(45295,1,1,46772,1,2637637390,'2016-07-11 15:51:07',''),(45296,1,1,46773,16,676177683,'2016-07-11 15:52:28',''),(45297,1,1,46774,9,676177683,'2016-07-11 15:52:29',''),(45298,1,1,46775,3,676177732,'2016-07-11 15:52:30',''),(45299,1,1,46776,56,676177683,'2016-07-11 15:52:30',''),(45300,1,1,46777,18,872317500,'2016-07-11 16:09:51',''),(45301,1,1,46778,29,872317500,'2016-07-11 16:09:55',''),(45302,1,1,46779,15,3024883479,'2016-07-11 16:37:18',''),(45303,1,1,46780,62,1123634733,'2016-07-11 17:44:04',''),(45304,1,1,46781,1,1566665919,'2016-07-11 18:14:32','https://www.google.co.uk/'),(45305,1,1,46782,1,3375502978,'2016-07-11 22:02:02',''),(45306,1,1,46783,48,1123634740,'2016-07-11 22:36:58',''),(45307,1,1,46784,1,1806320716,'2016-07-11 22:42:59',''),(45308,1,1,46785,1,3281697044,'2016-07-12 00:58:26',''),(45309,1,1,46786,59,872321006,'2016-07-12 01:28:37',''),(45310,1,1,46787,68,872321006,'2016-07-12 01:28:40',''),(45311,1,1,46788,75,872321006,'2016-07-12 01:28:43',''),(45312,1,1,46789,1,1311650550,'2016-07-12 04:06:58',''),(45313,1,1,46790,1,1311650550,'2016-07-12 04:07:01',''),(45314,1,1,46791,3,1311650550,'2016-07-12 04:07:03',''),(45315,1,1,46792,3,1311650550,'2016-07-12 04:07:05',''),(45316,1,1,46793,1,3337635024,'2016-07-12 04:35:43',''),(45317,1,1,46794,26,1503892502,'2016-07-12 05:06:33',''),(45318,1,1,46795,1,1159648650,'2016-07-12 05:10:08',''),(45319,1,1,46796,1,1053986805,'2016-07-12 05:29:48',''),(45320,1,1,46797,27,872320503,'2016-07-12 06:20:10',''),(45321,1,1,46798,44,872320503,'2016-07-12 06:20:13',''),(45322,1,1,46799,49,872320503,'2016-07-12 06:20:16',''),(45323,1,1,46800,55,2637637606,'2016-07-12 06:24:42',''),(45324,1,1,46801,57,1159653890,'2016-07-12 07:02:30',''),(45325,1,1,46802,1,1503892502,'2016-07-12 07:19:03',''),(45326,1,1,46803,1,1503892502,'2016-07-12 07:19:41',''),(45327,1,1,46804,1,1369029053,'2016-07-12 08:04:33','http://www.bing.com/search?q=car+tyres+blackburn&src=IE-SearchBox&FORM=IESR02&pc=EUPP_'),(45328,1,1,46805,1,1369029053,'2016-07-12 08:04:35','http://www.bing.com/search?q=car+tyres+blackburn&src=IE-SearchBox&FORM=IESR02&pc=EUPP_'),(45329,1,1,46806,1,2328460687,'2016-07-12 08:10:46',''),(45330,1,1,46807,1,84494819,'2016-07-12 10:17:43',''),(45331,1,1,46808,28,84494819,'2016-07-12 10:17:46',''),(45332,1,1,46809,65,84494819,'2016-07-12 10:17:49',''),(45333,1,1,46810,69,84494819,'2016-07-12 10:17:53',''),(45334,1,1,46811,1,1542483304,'2016-07-12 11:12:31',''),(45335,1,1,46812,67,84492181,'2016-07-12 11:21:02',''),(45336,1,1,46813,1,1544095796,'2016-07-12 12:00:17','http://www.bing.com/search?q=ms%20tyres&qs=n&form=QBRE&pq=ms%20tyres&sc=6-8&sp=-1&sk=&cvid=20369279A6E845669061A42C658CF0FA&cbust=1'),(45337,1,1,46814,1,1041806727,'2016-07-12 13:03:41',''),(45338,1,1,46815,1,3024883490,'2016-07-12 13:35:09',''),(45339,1,1,46816,1,1123634740,'2016-07-12 14:03:15',''),(45340,1,1,46817,48,1123634733,'2016-07-12 14:05:14',''),(45341,1,1,46818,1,1123634733,'2016-07-12 14:55:32',''),(45342,1,1,46820,3,1123634740,'2016-07-12 15:21:40',''),(45343,1,1,46821,1,2420907756,'2016-07-12 19:19:06',''),(45344,1,1,46822,1,1123631394,'2016-07-12 21:20:58',''),(45345,1,1,46823,38,1123631390,'2016-07-12 21:21:37',''),(45346,1,1,46824,48,1152705881,'2016-07-12 23:04:43',''),(45347,1,1,46825,55,1123631394,'2016-07-12 23:51:29',''),(45348,1,1,46826,1,3024883600,'2016-07-13 00:43:22',''),(45349,1,1,46827,1,1123631394,'2016-07-13 02:22:12',''),(45350,1,1,46829,10,2366158595,'2016-07-13 02:39:36',''),(45351,1,1,46830,51,1123631392,'2016-07-13 03:46:58',''),(45352,1,1,46831,63,1123631392,'2016-07-13 04:27:21',''),(45353,1,1,46832,1,1123631392,'2016-07-13 05:06:00',''),(45354,1,1,46833,1,1123631390,'2016-07-13 05:07:46',''),(45355,1,1,46834,52,3024883468,'2016-07-13 08:22:53',''),(45356,1,1,46835,1,1123631394,'2016-07-13 08:27:58',''),(45357,1,1,46836,1,1123631392,'2016-07-13 08:29:42',''),(45358,1,1,46837,18,2637637577,'2016-07-13 08:38:08',''),(45359,1,1,46838,26,3514728241,'2016-07-13 10:00:48',''),(45360,1,1,46839,16,3514728241,'2016-07-13 10:00:55',''),(45361,1,1,46840,1,3024883611,'2016-07-13 10:38:39',''),(45362,1,1,46841,26,1152705881,'2016-07-13 10:50:10',''),(45363,1,1,46842,1,1542483265,'2016-07-13 10:54:28',''),(45364,1,1,46843,1,1159645538,'2016-07-13 12:37:53',''),(45365,1,1,46844,1,1159645538,'2016-07-13 12:37:57',''),(45366,1,1,46845,1,1159646682,'2016-07-13 12:42:30',''),(45367,1,1,46846,54,1159646682,'2016-07-13 12:42:35',''),(45368,1,1,46847,66,1159646682,'2016-07-13 12:42:38',''),(45369,1,1,46848,18,2297665554,'2016-07-13 12:47:01',''),(45370,1,1,46849,29,2297665554,'2016-07-13 12:47:04',''),(45371,1,1,46850,1,2193699366,'2016-07-13 13:03:40',''),(45372,1,1,46851,1,2366148121,'2016-07-13 13:03:44',''),(45373,1,1,46852,1,2366158595,'2016-07-13 13:03:47',''),(45374,1,1,46853,1,2366158595,'2016-07-13 13:03:51',''),(45375,1,1,46854,63,1123631394,'2016-07-13 13:04:52',''),(45376,1,1,46856,1,1123631390,'2016-07-13 13:27:30',''),(45377,1,1,46857,1,3475901788,'2016-07-13 13:32:48',''),(45378,1,1,46858,1,1499631053,'2016-07-13 14:08:07',''),(45379,1,1,46859,1,1499631053,'2016-07-13 14:08:10',''),(45380,1,1,46860,1,1499631053,'2016-07-13 14:08:12',''),(45381,1,1,46861,1,1499631053,'2016-07-13 14:08:15',''),(45382,1,1,46862,1,1499631053,'2016-07-13 14:08:18',''),(45383,1,1,46863,1,1499631053,'2016-07-13 14:08:20',''),(45384,1,1,46864,1,1499631053,'2016-07-13 14:08:22',''),(45385,1,1,46865,1,1499631053,'2016-07-13 14:08:25',''),(45386,1,1,46866,1,1499631053,'2016-07-13 14:08:27',''),(45387,1,1,46867,1,1499631053,'2016-07-13 14:08:30',''),(45388,1,1,46868,1,1546188969,'2016-07-13 14:09:14',''),(45389,1,1,46869,1,1596849785,'2016-07-13 14:10:35',''),(45390,1,1,46870,1,1596849785,'2016-07-13 14:11:03',''),(45391,1,1,46871,1,1596849785,'2016-07-13 14:11:19',''),(45392,1,1,46872,1,1596849785,'2016-07-13 14:11:46',''),(45393,1,1,46873,1,1596849785,'2016-07-13 14:12:12',''),(45394,1,1,46874,1,1596849785,'2016-07-13 14:12:33',''),(45395,1,1,46875,72,872366347,'2016-07-13 15:11:46',''),(45396,1,1,46876,52,3475901712,'2016-07-13 15:11:50',''),(45397,1,1,46877,1,1596849786,'2016-07-13 15:17:44',''),(45398,1,1,46878,1,1596849786,'2016-07-13 15:18:06',''),(45399,1,1,46879,1,1596849786,'2016-07-13 15:18:13',''),(45400,1,1,46880,1,1596849786,'2016-07-13 15:18:33',''),(45401,1,1,46881,1,1596849786,'2016-07-13 15:18:49',''),(45402,1,1,46882,1,1596849786,'2016-07-13 15:19:08',''),(45403,1,1,46883,44,1123634733,'2016-07-13 16:34:06',''),(45404,1,1,46884,6,2637637603,'2016-07-13 17:25:26',''),(45405,1,1,46885,1,1123634733,'2016-07-13 18:24:47',''),(45406,1,1,46886,1,1123634747,'2016-07-13 18:26:39',''),(45407,1,1,46887,51,3475901839,'2016-07-13 19:14:28',''),(45408,1,1,46888,1,3475901828,'2016-07-13 20:48:24',''),(45409,1,1,46889,38,3475901860,'2016-07-13 21:13:24',''),(45410,1,1,46890,26,772044803,'2016-07-13 21:41:48',''),(45411,1,1,46891,18,676177729,'2016-07-13 22:38:46',''),(45412,1,1,46892,1,1123634733,'2016-07-13 22:39:27',''),(45413,1,1,46893,1,1123634733,'2016-07-13 23:27:46',''),(45414,1,1,46895,1,3104905761,'2016-07-14 03:40:26',''),(45415,1,1,46894,1,3104905761,'2016-07-14 03:40:26',''),(45416,1,1,46896,1,872366394,'2016-07-14 04:12:17',''),(45417,1,1,46897,56,2075558360,'2016-07-14 04:45:07',''),(45418,1,1,46898,57,3024883605,'2016-07-14 05:07:18',''),(45419,1,1,46899,1,1089906110,'2016-07-14 07:35:09','http://whois.domaintools.com/mstyresblackburn.co.uk'),(45420,1,1,46900,1,1596849787,'2016-07-14 08:30:30',''),(45421,1,1,46901,59,1152705881,'2016-07-14 08:47:11',''),(45422,1,1,46902,51,676177699,'2016-07-14 09:20:48',''),(45423,1,1,46903,43,2637637461,'2016-07-14 10:00:37',''),(45424,1,1,46904,1,3479603870,'2016-07-14 10:51:34',''),(45425,1,1,46527,1,1546188958,'2016-07-14 10:52:03',''),(45426,1,1,46905,1,1542483308,'2016-07-14 11:03:50',''),(45427,1,1,46906,56,2075558360,'2016-07-14 11:32:49',''),(45428,1,1,46907,26,2637637461,'2016-07-14 12:01:16',''),(45429,1,1,46908,59,2420902987,'2016-07-14 12:35:48',''),(45430,1,1,46909,68,2420902987,'2016-07-14 12:35:51',''),(45431,1,1,46910,75,2420902987,'2016-07-14 12:35:54',''),(45432,1,1,46911,1,3556907725,'2016-07-14 13:18:20','https://www.google.co.uk'),(45433,1,1,46912,1,1159653890,'2016-07-14 13:33:18',''),(45434,1,1,46913,1,1044718209,'2016-07-14 13:35:28','https://www.google.co.uk/'),(45435,1,1,46914,27,2538610589,'2016-07-14 14:05:05',''),(45436,1,1,46915,1,3458839786,'2016-07-14 14:27:04',''),(45437,1,1,46916,26,2637637461,'2016-07-14 14:38:37',''),(45438,1,1,46917,43,3475901715,'2016-07-14 15:26:12',''),(45439,1,1,46918,56,3024883476,'2016-07-14 16:07:32',''),(45440,1,1,46919,6,2366148121,'2016-07-14 16:28:00',''),(45441,1,1,46920,63,676177742,'2016-07-14 16:44:25',''),(45442,1,1,46921,26,676177742,'2016-07-14 16:53:15',''),(45443,1,1,46922,62,2637637461,'2016-07-14 18:19:54',''),(45444,1,1,46923,48,676177723,'2016-07-14 19:13:50',''),(45445,1,1,46924,1,2538613161,'2016-07-14 19:33:23',''),(45446,1,1,46925,43,3475901832,'2016-07-14 21:11:41',''),(45447,1,1,46926,27,1539739506,'2016-07-14 22:51:43',''),(45448,1,1,46927,44,1539739506,'2016-07-14 22:51:46',''),(45449,1,1,46928,49,1539739506,'2016-07-14 22:51:49',''),(45450,1,1,46929,1,772045740,'2016-07-14 23:07:30',''),(45451,1,1,46930,1,2420907330,'2016-07-14 23:09:16',''),(45452,1,1,46931,26,2637637491,'2016-07-14 23:29:00',''),(45453,1,1,46932,26,2637637474,'2016-07-14 23:36:09',''),(45454,1,1,46933,26,2637637491,'2016-07-14 23:36:42',''),(45455,1,1,46934,75,2637637491,'2016-07-14 23:36:43',''),(45456,1,1,46935,15,3475901788,'2016-07-14 23:36:49',''),(45457,1,1,46936,1,1152705881,'2016-07-15 01:56:43',''),(45458,1,1,46937,1,872358996,'2016-07-15 01:58:41',''),(45459,1,1,46938,1,872358996,'2016-07-15 01:58:45',''),(45460,1,1,46939,1,1599832777,'2016-07-15 02:58:18',''),(45461,1,1,46940,1,1599832777,'2016-07-15 02:58:21',''),(45462,1,1,46941,1,1599832777,'2016-07-15 02:58:24',''),(45463,1,1,46942,1,1599832777,'2016-07-15 02:58:26',''),(45464,1,1,46943,1,1599832777,'2016-07-15 02:58:28',''),(45465,1,1,46944,1,1599832777,'2016-07-15 02:58:31',''),(45466,1,1,46945,1,1599832777,'2016-07-15 02:58:33',''),(45467,1,1,46946,1,1599832777,'2016-07-15 02:58:36',''),(45468,1,1,46947,1,1599832777,'2016-07-15 02:58:38',''),(45469,1,1,46948,1,1599832777,'2016-07-15 02:58:40',''),(45470,1,1,46949,9,1599832777,'2016-07-15 02:58:43',''),(45471,1,1,46950,38,1599832777,'2016-07-15 02:58:45',''),(45472,1,1,46951,41,1599832777,'2016-07-15 02:58:47',''),(45473,1,1,46952,43,1599832777,'2016-07-15 02:58:49',''),(45474,1,1,46953,43,1599832777,'2016-07-15 02:58:52',''),(45475,1,1,46954,48,1599832777,'2016-07-15 02:58:55',''),(45476,1,1,46955,52,1599832777,'2016-07-15 02:58:58',''),(45477,1,1,46956,50,1599832777,'2016-07-15 02:59:00',''),(45478,1,1,46957,51,1599832777,'2016-07-15 02:59:03',''),(45479,1,1,46958,55,1599832777,'2016-07-15 02:59:06',''),(45480,1,1,46959,62,1599832777,'2016-07-15 02:59:09',''),(45481,1,1,46960,63,1599832777,'2016-07-15 02:59:12',''),(45482,1,1,46961,64,1599832777,'2016-07-15 02:59:15',''),(45483,1,1,46962,26,3475901865,'2016-07-15 03:01:55',''),(45484,1,1,46963,68,2637637470,'2016-07-15 03:42:47',''),(45485,1,1,46964,65,2637637470,'2016-07-15 03:42:49',''),(45486,1,1,46965,28,2366148121,'2016-07-15 08:20:39',''),(45487,1,1,46966,26,2637637491,'2016-07-15 08:41:54',''),(45488,1,1,46967,62,2637637491,'2016-07-15 08:41:56',''),(45489,1,1,46968,50,2760155477,'2016-07-15 09:30:59',''),(45490,1,1,46969,1,1542483279,'2016-07-15 10:48:58',''),(45491,1,1,46970,52,2637637520,'2016-07-15 10:53:55',''),(45492,1,1,46971,57,2637637492,'2016-07-15 11:45:56',''),(45493,1,1,46972,51,3475901806,'2016-07-15 14:19:31',''),(45494,1,1,46973,26,3475901713,'2016-07-15 15:35:47',''),(45495,1,1,46974,3,1123634747,'2016-07-15 15:48:53',''),(45496,1,1,46975,38,2420902987,'2016-07-15 17:20:57',''),(45497,1,1,46976,55,2420902987,'2016-07-15 17:20:59',''),(45498,1,1,46977,65,2420902987,'2016-07-15 17:21:07',''),(45499,1,1,46978,62,3475901713,'2016-07-15 19:00:41',''),(45500,1,1,46979,55,2637637567,'2016-07-15 19:33:42',''),(45501,1,1,46980,1,1123634740,'2016-07-15 19:44:37',''),(45502,1,1,46981,3,676177713,'2016-07-15 19:55:00',''),(45503,1,1,46983,1,3495654154,'2016-07-15 20:16:05',''),(45504,1,1,46984,1,3479603870,'2016-07-15 20:19:20',''),(45505,1,1,46985,1,3024883600,'2016-07-15 20:54:28',''),(45506,1,1,46986,54,2193699366,'2016-07-15 21:26:17',''),(45507,1,1,46987,9,2193699366,'2016-07-15 22:11:40',''),(45508,1,1,46988,1,3557277844,'2016-07-15 23:48:50','http://burger-imperia.com/'),(45509,1,1,46989,1,3281692150,'2016-07-15 23:50:37','http://burger-imperia.com/'),(45510,1,1,46990,1,3024883596,'2016-07-16 01:49:43',''),(45511,1,1,46991,53,676177744,'2016-07-16 02:49:09',''),(45512,1,1,46992,26,676177744,'2016-07-16 02:49:10',''),(45513,1,1,46993,3,1152705881,'2016-07-16 03:21:09',''),(45514,1,1,46994,1,786803397,'2016-07-16 03:36:44',''),(45515,1,1,46995,55,2637637407,'2016-07-16 04:30:40',''),(45516,1,1,46996,26,676177683,'2016-07-16 04:39:30',''),(45517,1,1,46997,63,676177674,'2016-07-16 07:04:34',''),(45518,1,1,46998,52,676177743,'2016-07-16 08:10:11',''),(45519,1,1,46999,45,676177676,'2016-07-16 08:36:12',''),(45520,1,1,47000,18,1267107315,'2016-07-16 09:21:58',''),(45521,1,1,47001,29,1267107315,'2016-07-16 09:22:01',''),(45522,1,1,47002,1,1443358700,'2016-07-16 09:53:53',''),(45523,1,1,47003,52,676177743,'2016-07-16 10:00:35',''),(45524,1,1,47004,1,1542483277,'2016-07-16 10:57:56',''),(45525,1,1,47005,26,676177743,'2016-07-16 11:13:22',''),(45526,1,1,47006,1,1054099923,'2016-07-16 12:00:39',''),(45527,1,1,47007,6,1534692827,'2016-07-16 12:12:47',''),(45528,1,1,47008,59,3024883607,'2016-07-16 14:27:40',''),(45529,1,1,47009,1,1123631258,'2016-07-16 16:20:29',''),(45530,1,1,47011,1,3024883619,'2016-07-16 16:37:56',''),(45531,1,1,47012,63,676177723,'2016-07-16 16:56:53',''),(45532,1,1,47013,1,2455418946,'2016-07-16 17:05:59',''),(45533,1,1,47014,1,84498287,'2016-07-16 17:27:28',''),(45534,1,1,47015,1,84498287,'2016-07-16 17:27:30',''),(45535,1,1,47016,3,84498287,'2016-07-16 17:27:33',''),(45536,1,1,47017,3,84498287,'2016-07-16 17:27:36',''),(45537,1,1,47018,59,1159647986,'2016-07-16 18:04:43',''),(45538,1,1,47019,68,1159647986,'2016-07-16 18:04:46',''),(45539,1,1,47020,75,1159647986,'2016-07-16 18:04:51',''),(45540,1,1,47021,52,3475901783,'2016-07-16 18:32:34',''),(45541,1,1,47022,1,3475901783,'2016-07-16 18:32:46',''),(45542,1,1,47023,26,676177691,'2016-07-16 19:40:00',''),(45543,1,1,47024,45,676177691,'2016-07-16 19:58:31',''),(45544,1,1,47025,1,1587212101,'2016-07-16 20:39:40',''),(45545,1,1,47026,1,3024883595,'2016-07-16 20:40:03',''),(45546,1,1,47027,1,1159644850,'2016-07-16 21:37:37',''),(45547,1,1,47028,9,1503892502,'2016-07-16 21:59:58',''),(45548,1,1,47029,43,1503892502,'2016-07-16 22:00:00',''),(45549,1,1,47030,74,1503892502,'2016-07-16 22:00:03',''),(45550,1,1,47031,43,2366158595,'2016-07-16 23:07:33',''),(45551,1,1,47032,27,1558077048,'2016-07-17 00:11:56',''),(45552,1,1,47033,44,1558077048,'2016-07-17 00:11:59',''),(45553,1,1,47034,49,1558077048,'2016-07-17 00:12:03',''),(45554,1,1,47035,45,2366148121,'2016-07-17 00:27:17',''),(45555,1,1,47036,1,1159648002,'2016-07-17 01:08:21',''),(45556,1,1,47037,64,3475901872,'2016-07-17 01:28:42',''),(45557,1,1,47038,26,3475901792,'2016-07-17 02:45:22',''),(45558,1,1,47039,50,3475901735,'2016-07-17 03:03:28',''),(45559,1,1,47040,1,1123631252,'2016-07-17 03:27:30',''),(45560,1,1,47041,1,2328461168,'2016-07-17 03:40:32',''),(45561,1,1,47042,28,2328461168,'2016-07-17 03:40:35',''),(45562,1,1,47043,65,2328461168,'2016-07-17 03:40:38',''),(45563,1,1,47044,69,2328461168,'2016-07-17 03:40:41',''),(45564,1,1,47045,6,1587212101,'2016-07-17 05:00:16',''),(45565,1,1,47046,18,1587212101,'2016-07-17 05:00:19',''),(45566,1,1,47047,29,1587212101,'2016-07-17 05:00:27',''),(45567,1,1,47048,1,872362140,'2016-07-17 05:00:30',''),(45568,1,1,47049,1,872362140,'2016-07-17 05:00:32',''),(45569,1,1,47050,65,1587212101,'2016-07-17 05:00:33',''),(45570,1,1,47051,1,872362140,'2016-07-17 05:00:35',''),(45571,1,1,47052,1,872362140,'2016-07-17 05:00:38',''),(45572,1,1,47053,1,872362140,'2016-07-17 05:00:40',''),(45573,1,1,47054,56,3475901792,'2016-07-17 05:01:52',''),(45574,1,1,47055,9,3475901792,'2016-07-17 05:01:54',''),(45575,1,1,47056,26,3475901792,'2016-07-17 05:01:56',''),(45576,1,1,47057,1,2328460687,'2016-07-17 05:37:25',''),(45577,1,1,47058,54,2328460687,'2016-07-17 05:37:27',''),(45578,1,1,47059,66,2328460687,'2016-07-17 05:37:30',''),(45579,1,1,47060,26,3475901858,'2016-07-17 05:55:29',''),(45580,1,1,47061,6,3475901823,'2016-07-17 07:28:23',''),(45581,1,1,47062,1,3475901823,'2016-07-17 07:28:24',''),(45582,1,1,47063,1,1123632532,'2016-07-17 08:16:52',''),(45583,1,1,47064,57,2366148121,'2016-07-17 09:03:42',''),(45584,1,1,47065,43,676177740,'2016-07-17 09:06:47',''),(45585,1,1,47066,6,84512482,'2016-07-17 09:24:12',''),(45586,1,1,47067,1,84512482,'2016-07-17 09:24:15',''),(45587,1,1,47068,68,84512482,'2016-07-17 09:24:18',''),(45588,1,1,47069,75,84512482,'2016-07-17 09:24:21',''),(45589,1,1,47070,1,1542483287,'2016-07-17 11:02:19',''),(45590,1,1,47071,70,3024883471,'2016-07-17 11:13:47',''),(45591,1,1,47072,1,1123631258,'2016-07-17 11:31:11',''),(45592,1,1,47073,65,676177757,'2016-07-17 11:34:53',''),(45593,1,1,47074,56,676177760,'2016-07-17 12:01:02',''),(45594,1,1,47075,26,676177760,'2016-07-17 12:02:51',''),(45595,1,1,47076,28,676177667,'2016-07-17 12:22:56',''),(45596,1,1,47077,38,676177667,'2016-07-17 12:22:57',''),(45597,1,1,47078,64,676177667,'2016-07-17 12:22:58',''),(45598,1,1,47079,50,2637637410,'2016-07-17 13:44:23',''),(45599,1,1,47080,26,3475901697,'2016-07-17 13:49:43',''),(45600,1,1,47081,26,3475901697,'2016-07-17 13:51:55',''),(45601,1,1,47082,68,699663054,'2016-07-17 17:14:16','https://www.google.co.za/'),(45602,1,1,47083,1,3024883480,'2016-07-17 18:14:08',''),(45603,1,1,47084,45,1123634747,'2016-07-17 20:08:04',''),(45604,1,1,47085,56,3475901804,'2016-07-17 22:36:32',''),(45605,1,1,47086,1,1123634747,'2016-07-17 22:44:58',''),(45606,1,1,47088,45,3024883486,'2016-07-17 23:20:58',''),(45607,1,1,47089,56,1585744742,'2016-07-17 23:49:48','https://www.google.ch/'),(45608,1,1,47090,1,2731721828,'2016-07-18 00:41:03',''),(45609,1,1,47091,44,1123634733,'2016-07-18 00:48:19',''),(45610,1,1,47092,26,3475901785,'2016-07-18 02:22:04',''),(45611,1,1,47093,1,1152705881,'2016-07-18 03:58:26',''),(45612,1,1,47094,26,3475901785,'2016-07-18 04:00:11',''),(45613,1,1,47095,69,3475901785,'2016-07-18 05:00:11',''),(45614,1,1,47096,1,1123634747,'2016-07-18 05:33:31',''),(45615,1,1,47097,1,1159643618,'2016-07-18 05:44:26',''),(45616,1,1,47098,1,1159643618,'2016-07-18 05:44:29',''),(45617,1,1,47099,1,1159643618,'2016-07-18 05:44:32',''),(45618,1,1,47100,1,1159643618,'2016-07-18 05:44:35',''),(45619,1,1,47101,1,1159643618,'2016-07-18 05:44:37',''),(45620,1,1,47102,38,1054014164,'2016-07-18 06:35:59',''),(45621,1,1,47103,55,1054014164,'2016-07-18 06:36:07',''),(45622,1,1,47104,65,1054014164,'2016-07-18 06:36:12',''),(45623,1,1,47105,1,1503892538,'2016-07-18 07:18:10',''),(45624,1,1,47106,1,1503892538,'2016-07-18 07:18:12',''),(45625,1,1,47107,1,1503892538,'2016-07-18 07:18:15',''),(45626,1,1,47108,1,1503892538,'2016-07-18 07:18:17',''),(45627,1,1,47109,1,1503892538,'2016-07-18 07:18:20',''),(45628,1,1,47110,1,1503892538,'2016-07-18 07:18:22',''),(45629,1,1,47111,1,1503892538,'2016-07-18 07:18:25',''),(45630,1,1,47112,1,1503892538,'2016-07-18 07:18:27',''),(45631,1,1,47113,1,1503892538,'2016-07-18 07:18:30',''),(45632,1,1,47114,26,2637693643,'2016-07-18 07:21:01',''),(45633,1,1,47115,69,2637693643,'2016-07-18 07:21:08',''),(45634,1,1,47116,1,1796538632,'2016-07-18 08:17:00',''),(45635,1,1,47117,1,1123638094,'2016-07-18 09:04:32',''),(45636,1,1,47118,69,2637693643,'2016-07-18 09:47:10',''),(45637,1,1,47119,1,1542483282,'2016-07-18 11:09:08',''),(45638,1,1,47120,1,1815808070,'2016-07-18 12:11:55',''),(45639,1,1,47121,1,1815808070,'2016-07-18 12:12:03',''),(45640,1,1,47122,1,1815808070,'2016-07-18 12:12:06',''),(45641,1,1,47123,1,782461691,'2016-07-18 12:34:50',''),(45642,1,1,47124,3,1123634740,'2016-07-18 14:05:03',''),(45643,1,1,47125,18,2420907330,'2016-07-18 14:25:20',''),(45644,1,1,47126,29,2420907330,'2016-07-18 14:25:23',''),(45645,1,1,47127,45,2366158595,'2016-07-18 17:36:12',''),(45646,1,1,47128,1,84512482,'2016-07-18 19:25:57',''),(45647,1,1,47129,57,2366148121,'2016-07-18 19:27:56',''),(45648,1,1,47130,1,772022347,'2016-07-18 19:52:12',''),(45649,1,1,47131,1,772022347,'2016-07-18 19:52:14',''),(45650,1,1,47132,3,772022347,'2016-07-18 19:52:16',''),(45651,1,1,47133,3,772022347,'2016-07-18 19:52:19',''),(45652,1,1,47134,1,3281697651,'2016-07-18 20:26:07',''),(45653,1,1,47135,59,411782206,'2016-07-18 20:55:07',''),(45654,1,1,47136,68,411782206,'2016-07-18 20:55:10',''),(45655,1,1,47137,75,411782206,'2016-07-18 20:55:13',''),(45656,1,1,47138,1,1123631747,'2016-07-18 22:52:59',''),(45657,1,1,47139,1,1053986805,'2016-07-18 23:31:29',''),(45658,1,1,47140,27,2917833082,'2016-07-19 00:04:02',''),(45659,1,1,47141,44,2917833082,'2016-07-19 00:04:05',''),(45660,1,1,47142,49,2917833082,'2016-07-19 00:04:09',''),(45661,1,1,47143,1,1311650550,'2016-07-19 02:14:17',''),(45662,1,1,47144,9,1170583858,'2016-07-19 03:20:34',''),(45663,1,1,47145,43,1170583858,'2016-07-19 03:20:38',''),(45664,1,1,47146,74,1170583858,'2016-07-19 03:20:41',''),(45665,1,1,47147,1,1503892502,'2016-07-19 04:50:56',''),(45666,1,1,47148,54,1503892502,'2016-07-19 04:51:08',''),(45667,1,1,47149,66,1503892502,'2016-07-19 04:51:11',''),(45668,1,1,47150,6,676177744,'2016-07-19 05:11:39',''),(45669,1,1,47151,1,3495654154,'2016-07-19 05:11:45',''),(45670,1,1,47152,16,2420907330,'2016-07-19 05:45:54',''),(45671,1,1,47153,1,1159646682,'2016-07-19 05:55:53',''),(45672,1,1,47154,1,2990409556,'2016-07-19 06:11:48',''),(45673,1,1,47155,1,2990409556,'2016-07-19 06:11:50',''),(45674,1,1,47156,1,2990409556,'2016-07-19 06:11:52',''),(45675,1,1,47157,1,2990409556,'2016-07-19 06:11:55',''),(45676,1,1,47158,1,872317942,'2016-07-19 06:19:19',''),(45677,1,1,47159,1,872317942,'2016-07-19 06:19:22',''),(45678,1,1,47160,1,872317942,'2016-07-19 06:19:26',''),(45679,1,1,47161,1,872317942,'2016-07-19 06:19:29',''),(45680,1,1,47162,1,872317942,'2016-07-19 06:19:32',''),(45681,1,1,47163,1,3024883616,'2016-07-19 07:48:10',''),(45682,1,1,47164,26,1152705881,'2016-07-19 08:57:37',''),(45683,1,1,47165,63,3024883609,'2016-07-19 09:12:42',''),(45684,1,1,47166,6,1503892502,'2016-07-19 10:15:44',''),(45685,1,1,47167,1,1503892502,'2016-07-19 10:15:47',''),(45686,1,1,47168,68,1503892502,'2016-07-19 10:15:51',''),(45687,1,1,47169,75,1503892502,'2016-07-19 10:15:54',''),(45688,1,1,47170,43,872402691,'2016-07-19 10:37:43',''),(45689,1,1,47171,27,872402691,'2016-07-19 10:37:47',''),(45690,1,1,47172,58,872402691,'2016-07-19 10:37:51',''),(45691,1,1,47173,6,84504390,'2016-07-19 11:11:57',''),(45692,1,1,47174,18,84504390,'2016-07-19 11:12:00',''),(45693,1,1,47175,29,84504390,'2016-07-19 11:12:02',''),(45694,1,1,47176,65,84504390,'2016-07-19 11:12:05',''),(45695,1,1,47177,1,1542483312,'2016-07-19 11:20:07',''),(45696,1,1,47178,1,872309211,'2016-07-19 11:20:54',''),(45697,1,1,47179,1,872309211,'2016-07-19 11:20:58',''),(45698,1,1,47180,1,872309211,'2016-07-19 11:21:01',''),(45699,1,1,47181,1,872309211,'2016-07-19 11:21:04',''),(45700,1,1,47182,1,872309211,'2016-07-19 11:21:08',''),(45701,1,1,47183,1,872309211,'2016-07-19 11:21:10',''),(45702,1,1,47184,1,872309211,'2016-07-19 11:21:15',''),(45703,1,1,47185,1,872309211,'2016-07-19 11:21:19',''),(45704,1,1,47186,1,872309211,'2016-07-19 11:21:22',''),(45705,1,1,47187,1,872309211,'2016-07-19 11:21:25',''),(45706,1,1,47188,26,2420901739,'2016-07-19 12:11:57',''),(45707,1,1,47189,10,2420901739,'2016-07-19 12:11:59',''),(45708,1,1,47190,1,2420907426,'2016-07-19 12:24:56',''),(45709,1,1,47191,54,2420907426,'2016-07-19 12:24:59',''),(45710,1,1,47192,66,2420907426,'2016-07-19 12:25:03',''),(45711,1,1,47193,1,2420907426,'2016-07-19 12:25:06',''),(45712,1,1,47194,1,2366148121,'2016-07-19 15:32:01',''),(45713,1,1,47195,1,2193699366,'2016-07-19 15:32:05',''),(45714,1,1,47196,6,1123631747,'2016-07-19 16:11:47',''),(45715,1,1,47197,15,1377702244,'2016-07-19 16:57:05','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0ahUKEwi7v47D___NAhWIChoKHZvmA2kQFgg4MAU&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_manufacturer%3D5%26controller%3Dmanufacturer%26id_lang%3D1&usg=AFQjCNEOCwIJ1QjT1zfU'),(45716,1,1,47198,6,1815968583,'2016-07-19 22:45:34',''),(45717,1,1,47199,1,3495654154,'2016-07-19 23:41:20',''),(45718,1,1,47200,1,3024883595,'2016-07-20 02:36:41',''),(45719,1,1,47201,58,3024883593,'2016-07-20 03:43:39',''),(45720,1,1,47202,43,2760155431,'2016-07-20 04:13:03',''),(45721,1,1,47203,1,1123631747,'2016-07-20 05:20:13',''),(45722,1,1,47204,1,1123631751,'2016-07-20 06:15:26',''),(45723,1,1,47205,1,1123631755,'2016-07-20 09:27:43',''),(45724,1,1,47206,1,1542483297,'2016-07-20 11:31:32',''),(45725,1,1,47207,72,1170580419,'2016-07-20 12:07:29',''),(45726,1,1,47208,1,3024883467,'2016-07-20 14:03:21',''),(45727,1,1,47209,1,1123631755,'2016-07-20 14:30:04',''),(45728,1,1,47210,1,84498535,'2016-07-20 15:52:38',''),(45729,1,1,47211,1,3024883594,'2016-07-20 17:10:00',''),(45730,1,1,47212,18,872339330,'2016-07-20 17:20:49',''),(45731,1,1,47213,29,872339330,'2016-07-20 17:20:51',''),(45732,1,1,47214,1,1123634747,'2016-07-20 17:45:26',''),(45733,1,1,47216,1,3353853435,'2016-07-20 18:07:37',''),(45734,1,1,47217,53,3024883489,'2016-07-20 22:03:43',''),(45735,1,1,47218,1,872362819,'2016-07-20 23:09:49',''),(45736,1,1,47219,1,872362819,'2016-07-20 23:09:55',''),(45737,1,1,47220,1,872362819,'2016-07-20 23:10:01',''),(45738,1,1,47221,1,872362819,'2016-07-20 23:10:12',''),(45739,1,1,47222,1,872362819,'2016-07-20 23:10:16',''),(45740,1,1,47223,1,872362819,'2016-07-20 23:10:23',''),(45741,1,1,47224,1,872362819,'2016-07-20 23:10:29',''),(45742,1,1,47225,1,872362819,'2016-07-20 23:10:37',''),(45743,1,1,47226,1,872362819,'2016-07-20 23:10:44',''),(45744,1,1,47227,1,872362819,'2016-07-20 23:10:52',''),(45745,1,1,47228,15,872362819,'2016-07-20 23:10:59',''),(45746,1,1,47229,31,872362819,'2016-07-20 23:11:11',''),(45747,1,1,47230,47,872362819,'2016-07-20 23:11:17',''),(45748,1,1,47231,28,872362819,'2016-07-20 23:11:21',''),(45749,1,1,47232,50,872362819,'2016-07-20 23:11:26',''),(45750,1,1,47233,51,872362819,'2016-07-20 23:11:29',''),(45751,1,1,47234,69,872362819,'2016-07-20 23:11:33',''),(45752,1,1,47235,1,1123634733,'2016-07-20 23:21:34',''),(45753,1,1,47236,43,1495315364,'2016-07-20 23:38:18',''),(45754,1,1,47237,1,1123634733,'2016-07-21 00:28:28',''),(45755,1,1,47238,1,2420907756,'2016-07-21 01:03:49',''),(45756,1,1,47239,3,1123634747,'2016-07-21 01:56:40',''),(45757,1,1,47240,1,84504390,'2016-07-21 02:46:28',''),(45758,1,1,47241,1,84504390,'2016-07-21 02:51:06',''),(45759,1,1,47242,3,84504390,'2016-07-21 02:51:08',''),(45760,1,1,47243,3,84504390,'2016-07-21 02:51:11',''),(45761,1,1,47244,1,1123634747,'2016-07-21 03:02:38',''),(45762,1,1,47245,1,1123634733,'2016-07-21 03:21:28',''),(45763,1,1,47246,1,1123634740,'2016-07-21 03:23:21',''),(45764,1,1,47247,1,1558077047,'2016-07-21 08:07:39',''),(45765,1,1,47248,1,2366158595,'2016-07-21 08:53:43',''),(45766,1,1,47249,1,2366158595,'2016-07-21 08:53:47',''),(45767,1,1,47250,59,1159648714,'2016-07-21 08:54:18',''),(45768,1,1,47251,68,1159648714,'2016-07-21 08:54:22',''),(45769,1,1,47252,75,1159648714,'2016-07-21 08:54:26',''),(45770,1,1,47253,1,1838980682,'2016-07-21 08:56:10','https://www.google.co.uk/'),(45771,1,1,47254,27,2297665554,'2016-07-21 10:53:03',''),(45772,1,1,47255,44,2297665554,'2016-07-21 10:53:06',''),(45773,1,1,47256,49,2297665554,'2016-07-21 10:53:09',''),(45774,1,1,47257,1,1542483294,'2016-07-21 11:02:52',''),(45775,1,1,47258,1,3024883462,'2016-07-21 11:07:42',''),(45776,1,1,47259,1,84504390,'2016-07-21 11:07:49',''),(45777,1,1,47260,15,676177744,'2016-07-21 12:18:28',''),(45778,1,1,47261,1,3514728241,'2016-07-21 13:35:13',''),(45779,1,1,47262,69,1123631755,'2016-07-21 14:11:30',''),(45780,1,1,47263,55,3475901835,'2016-07-21 14:22:23',''),(45781,1,1,47264,1,84514582,'2016-07-21 14:34:19',''),(45782,1,1,47265,28,84514582,'2016-07-21 14:34:21',''),(45783,1,1,47266,69,84514582,'2016-07-21 14:34:24',''),(45784,1,1,47267,67,872366396,'2016-07-21 15:38:37',''),(45785,1,1,47268,57,2538610595,'2016-07-21 15:47:57',''),(45786,1,1,47269,43,2420902020,'2016-07-21 16:05:22',''),(45787,1,1,47270,27,2420902020,'2016-07-21 16:05:25',''),(45788,1,1,47271,58,2420902020,'2016-07-21 16:05:28',''),(45789,1,1,47272,6,3559909151,'2016-07-21 18:03:32',''),(45790,1,1,47273,1,3559909151,'2016-07-21 18:03:35',''),(45791,1,1,47274,68,3559909151,'2016-07-21 18:03:39',''),(45792,1,1,47275,75,3559909151,'2016-07-21 18:03:44',''),(45793,1,1,47276,1,2420901012,'2016-07-21 18:28:00',''),(45794,1,1,47277,1,2420901012,'2016-07-21 18:28:03',''),(45795,1,1,47278,1,2420901012,'2016-07-21 18:28:05',''),(45796,1,1,47279,1,2420901012,'2016-07-21 18:28:08',''),(45797,1,1,47280,1,2420901012,'2016-07-21 18:28:10',''),(45798,1,1,47281,1,2420901012,'2016-07-21 18:28:13',''),(45799,1,1,47282,1,2420901012,'2016-07-21 18:28:15',''),(45800,1,1,47283,1,2420901012,'2016-07-21 18:28:17',''),(45801,1,1,47284,1,2420901012,'2016-07-21 18:28:19',''),(45802,1,1,47285,1,2420901012,'2016-07-21 18:28:22',''),(45803,1,1,47286,1,1503892538,'2016-07-21 19:04:27',''),(45804,1,1,47287,1,1503892538,'2016-07-21 19:04:30',''),(45805,1,1,47288,1,1503892538,'2016-07-21 19:04:32',''),(45806,1,1,47289,1,1503892538,'2016-07-21 19:04:34',''),(45807,1,1,47290,1,1503892538,'2016-07-21 19:04:37',''),(45808,1,1,47291,1,1503892538,'2016-07-21 19:04:39',''),(45809,1,1,47292,16,1159648650,'2016-07-21 19:47:34',''),(45810,1,1,47293,10,1159648650,'2016-07-21 19:47:50',''),(45811,1,1,47294,1,1443173904,'2016-07-21 20:38:24',''),(45812,1,1,47295,26,3475901758,'2016-07-22 00:55:20',''),(45813,1,1,47296,1,3337650065,'2016-07-22 01:24:30',''),(45814,1,1,47297,1,3024883603,'2016-07-22 02:08:48',''),(45815,1,1,47298,1,3024883595,'2016-07-22 02:08:51',''),(45816,1,1,47299,48,3024883480,'2016-07-22 02:42:17',''),(45817,1,1,47300,27,1123631755,'2016-07-22 07:06:33',''),(45818,1,1,47294,1,2516511334,'2016-07-22 08:19:30',''),(45819,1,1,47301,38,3475901758,'2016-07-22 08:23:43',''),(45820,1,1,47302,1,1542483325,'2016-07-22 11:16:10',''),(45821,1,1,47303,1,3353853435,'2016-07-22 11:28:54',''),(45822,1,1,47304,1,3353853435,'2016-07-22 11:52:14',''),(45823,1,1,47305,56,1123631751,'2016-07-22 12:38:24',''),(45824,1,1,47306,43,1495315364,'2016-07-22 12:45:33',''),(45825,1,1,47307,1,2954582252,'2016-07-22 15:49:13','https://www.google.co.uk/'),(45826,1,1,47308,1,3353853435,'2016-07-22 16:00:44',''),(45827,1,1,47309,1,1838775221,'2016-07-22 16:51:45','https://www.google.co.uk/'),(45828,1,1,47310,55,3024883471,'2016-07-22 18:46:25',''),(45829,1,1,47311,56,1123631751,'2016-07-22 20:37:02',''),(45830,1,1,47312,1,1329788813,'2016-07-22 20:57:49','https://www.google.co.uk/'),(45831,1,1,47313,18,1503892538,'2016-07-22 21:01:24',''),(45832,1,1,47314,29,1503892538,'2016-07-22 21:01:26',''),(45833,1,1,47315,72,872309210,'2016-07-23 00:13:41',''),(45834,1,1,47316,56,1123631747,'2016-07-23 01:21:55',''),(45835,1,1,47317,1,1123631747,'2016-07-23 02:49:37',''),(45836,1,1,47318,68,1123631751,'2016-07-23 03:45:55',''),(45837,1,1,47319,43,3475901758,'2016-07-23 05:06:19',''),(45838,1,1,47320,43,3475901758,'2016-07-23 05:06:20',''),(45839,1,1,47321,29,3475901758,'2016-07-23 05:06:22',''),(45840,1,1,47322,18,3475901758,'2016-07-23 05:06:23',''),(45841,1,1,47323,26,3475901758,'2016-07-23 05:06:24',''),(45842,1,1,47324,15,676177744,'2016-07-23 05:06:26',''),(45843,1,1,47325,6,676177744,'2016-07-23 05:06:27',''),(45844,1,1,47326,1,676177744,'2016-07-23 05:06:28',''),(45845,1,1,47327,3,3475901831,'2016-07-23 05:06:34',''),(45846,1,1,47328,56,3475901835,'2016-07-23 05:10:30',''),(45847,1,1,47329,9,3475901835,'2016-07-23 05:10:32',''),(45848,1,1,47330,1,1505270326,'2016-07-23 05:31:38',''),(45849,1,1,47331,74,1505270326,'2016-07-23 05:31:43',''),(45850,1,1,47332,1,1578574678,'2016-07-23 05:36:43',''),(45851,1,1,47333,1,1541719548,'2016-07-23 05:42:58',''),(45852,1,1,47334,74,1541719548,'2016-07-23 05:43:04',''),(45853,1,1,47335,1,1053997315,'2016-07-23 05:54:01',''),(45854,1,1,47336,1,1159653890,'2016-07-23 06:32:22',''),(45855,1,1,47337,68,1123631755,'2016-07-23 06:34:16',''),(45856,1,1,47338,1,1500232195,'2016-07-23 06:36:28',''),(45857,1,1,47339,1,3125220971,'2016-07-23 06:42:30',''),(45858,1,1,47340,1,1489409492,'2016-07-23 06:48:26',''),(45859,1,1,47341,82,1489409492,'2016-07-23 06:48:28',''),(45860,1,1,47342,1,1489409492,'2016-07-23 06:48:30',''),(45861,1,1,47343,74,1489409492,'2016-07-23 06:48:31',''),(45862,1,1,47344,74,1489409492,'2016-07-23 06:48:33',''),(45863,1,1,47345,1,3024883490,'2016-07-23 07:03:20',''),(45864,1,1,47346,1,3024883597,'2016-07-23 07:03:22',''),(45865,1,1,47347,1,1159650802,'2016-07-23 07:07:15',''),(45866,1,1,47348,1,2538613875,'2016-07-23 07:37:49',''),(45867,1,1,47349,1,2538613875,'2016-07-23 07:37:52',''),(45868,1,1,47350,3,2538613875,'2016-07-23 07:37:55',''),(45869,1,1,47351,3,2538613875,'2016-07-23 07:37:57',''),(45870,1,1,47352,59,872317499,'2016-07-23 07:51:12',''),(45871,1,1,47353,68,872317499,'2016-07-23 07:51:15',''),(45872,1,1,47354,75,872317499,'2016-07-23 07:51:20',''),(45873,1,1,47355,1,2366148121,'2016-07-23 10:14:01',''),(45874,1,1,47356,1,1570674749,'2016-07-23 10:14:05',''),(45875,1,1,47357,1,84497668,'2016-07-23 10:16:54',''),(45876,1,1,47358,1,1542483326,'2016-07-23 11:10:16',''),(45877,1,1,47359,1,1123631747,'2016-07-23 15:16:18',''),(45878,1,1,47360,1,1123631751,'2016-07-23 15:37:16',''),(45879,1,1,47361,68,1123631755,'2016-07-23 16:08:04',''),(45880,1,1,47362,1,1053974832,'2016-07-23 16:16:34',''),(45881,1,1,47363,68,1123631751,'2016-07-23 16:57:04',''),(45882,1,1,47364,6,391297235,'2016-07-23 17:07:01',''),(45883,1,1,47365,43,1495315364,'2016-07-23 17:20:06',''),(45884,1,1,47366,1,1123631751,'2016-07-23 18:59:30',''),(45885,1,1,47367,1,3024883463,'2016-07-23 19:02:52',''),(45886,1,1,47368,1,1123631747,'2016-07-23 19:37:13',''),(45887,1,1,47369,26,676177734,'2016-07-23 19:41:00',''),(45888,1,1,47370,1,1123631751,'2016-07-23 19:44:04',''),(45889,1,1,47372,1,872321008,'2016-07-23 20:47:04',''),(45890,1,1,47373,6,3514728241,'2016-07-23 21:23:14',''),(45891,1,1,47374,1,3514728241,'2016-07-23 21:23:25',''),(45892,1,1,47375,68,3514728241,'2016-07-23 21:23:54',''),(45893,1,1,47376,75,3514728241,'2016-07-23 21:24:01',''),(45894,1,1,47377,68,1123633940,'2016-07-23 23:09:25',''),(45895,1,1,47378,16,2538613161,'2016-07-23 23:26:51',''),(45896,1,1,47379,26,676177754,'2016-07-24 02:04:04',''),(45897,1,1,47380,53,1123633924,'2016-07-24 02:04:58',''),(45898,1,1,47381,1,3495348076,'2016-07-24 04:21:38',''),(45899,1,1,47382,43,1159646682,'2016-07-24 04:38:44',''),(45900,1,1,47383,27,1159646682,'2016-07-24 04:38:48',''),(45901,1,1,47384,58,1159646682,'2016-07-24 04:38:53',''),(45902,1,1,47385,43,1495315364,'2016-07-24 04:49:34',''),(45903,1,1,47386,68,1123633932,'2016-07-24 05:44:25',''),(45904,1,1,47387,1,1123632532,'2016-07-24 05:57:41',''),(45905,1,1,47388,26,1159644858,'2016-07-24 07:00:57',''),(45906,1,1,47389,10,1159644858,'2016-07-24 07:01:05',''),(45907,1,1,47390,1,1123632538,'2016-07-24 07:12:13',''),(45908,1,1,47392,43,1123632532,'2016-07-24 07:30:15',''),(45909,1,1,47393,68,1123632538,'2016-07-24 07:53:45',''),(45910,1,1,47394,1,1123632535,'2016-07-24 07:53:49',''),(45911,1,1,47395,1,1489430095,'2016-07-24 08:19:23',''),(45912,1,1,47396,54,1489430095,'2016-07-24 08:19:25',''),(45913,1,1,47397,66,1489430095,'2016-07-24 08:19:28',''),(45914,1,1,47398,1,1489430095,'2016-07-24 08:19:35',''),(45915,1,1,47399,26,1123632532,'2016-07-24 08:51:15',''),(45916,1,1,47401,16,2953382627,'2016-07-24 09:09:31',''),(45917,1,1,47402,65,1123632532,'2016-07-24 09:31:14',''),(45918,1,1,47403,1,3024883472,'2016-07-24 09:36:57',''),(45919,1,1,47404,26,1159644858,'2016-07-24 09:43:04',''),(45920,1,1,47405,10,1159644858,'2016-07-24 09:43:08',''),(45921,1,1,47409,10,3024883596,'2016-07-24 09:59:48',''),(45922,1,1,47410,69,1123632538,'2016-07-24 10:09:43',''),(45923,1,1,47411,75,676177754,'2016-07-24 10:38:44',''),(45924,1,1,47412,47,1123632532,'2016-07-24 11:12:31',''),(45925,1,1,47413,1,1542483278,'2016-07-24 11:18:05',''),(45926,1,1,47414,50,1123632532,'2016-07-24 11:53:52',''),(45927,1,1,47415,65,1123631751,'2016-07-24 11:58:23',''),(45928,1,1,47416,41,1123632538,'2016-07-24 12:06:13',''),(45929,1,1,47420,10,1053977545,'2016-07-24 12:22:23',''),(45930,1,1,47421,46,1123632532,'2016-07-24 12:56:18',''),(45931,1,1,47422,1,2516515378,'2016-07-24 13:11:33','https://www.google.co.uk/'),(45932,1,1,47423,71,872366374,'2016-07-24 14:02:08',''),(45933,1,1,47424,47,1123632535,'2016-07-24 15:41:51',''),(45934,1,1,47425,46,1123632538,'2016-07-24 15:44:55',''),(45935,1,1,47426,1,3024883476,'2016-07-24 15:53:08',''),(45936,1,1,47427,14,1123632532,'2016-07-24 16:05:55',''),(45937,1,1,47429,72,1123632532,'2016-07-24 16:46:07',''),(45938,1,1,47430,68,1123633940,'2016-07-24 16:58:14',''),(45939,1,1,47432,43,2760155445,'2016-07-24 17:22:13',''),(45940,1,1,47433,72,1123632538,'2016-07-24 17:24:28',''),(45941,1,1,47434,15,1123633932,'2016-07-24 17:27:24',''),(45942,1,1,47435,1,1123632532,'2016-07-24 17:27:37',''),(45943,1,1,47436,43,1123631747,'2016-07-24 18:14:03',''),(45944,1,1,47437,62,1123631755,'2016-07-24 18:20:50',''),(45945,1,1,47440,48,872366361,'2016-07-24 18:23:36',''),(45946,1,1,47441,68,1123631751,'2016-07-24 18:25:40',''),(45947,1,1,47445,9,1123631755,'2016-07-24 18:54:36',''),(45948,1,1,47447,72,1123632535,'2016-07-24 19:01:01',''),(45949,1,1,47450,43,676177754,'2016-07-24 19:27:16',''),(45950,1,1,47451,41,1123631747,'2016-07-24 19:30:59',''),(45951,1,1,47452,27,1123631755,'2016-07-24 19:38:16',''),(45952,1,1,47458,15,1123631751,'2016-07-24 20:32:03',''),(45953,1,1,47459,56,1123631751,'2016-07-24 21:29:00',''),(45954,1,1,47463,68,1123631747,'2016-07-24 22:06:00',''),(45955,1,1,47464,64,1505595720,'2016-07-24 22:09:52',''),(45956,1,1,47465,1,1505595720,'2016-07-24 22:09:58',''),(45957,1,1,47466,64,1505595720,'2016-07-24 22:10:02',''),(45958,1,1,47468,73,1123631751,'2016-07-24 22:31:03',''),(45959,1,1,47469,56,1123631755,'2016-07-24 22:57:49',''),(45960,1,1,47471,1,1123631751,'2016-07-24 23:30:45',''),(45961,1,1,47473,31,1123631747,'2016-07-24 23:56:04',''),(45962,1,1,47474,27,3475901791,'2016-07-25 01:26:54',''),(45963,1,1,47475,1,3475901780,'2016-07-25 03:17:42',''),(45964,1,1,47476,26,2420901739,'2016-07-25 05:57:05',''),(45965,1,1,47477,26,2420901739,'2016-07-25 05:57:07',''),(45966,1,1,47478,26,2420901739,'2016-07-25 05:57:09',''),(45967,1,1,47479,47,1123631755,'2016-07-25 06:03:23',''),(45968,1,1,47480,6,1152705881,'2016-07-25 06:15:02',''),(45969,1,1,47481,1,786803397,'2016-07-25 06:50:47',''),(45970,1,1,47482,1,2297665554,'2016-07-25 06:57:21',''),(45971,1,1,47483,18,2731721825,'2016-07-25 07:39:11',''),(45972,1,1,47484,29,2731721825,'2016-07-25 07:39:14',''),(45973,1,1,47485,6,1123631755,'2016-07-25 08:12:37',''),(45974,1,1,47487,1,2694419219,'2016-07-25 09:41:19',''),(45975,1,1,47488,1,2694419219,'2016-07-25 09:41:20',''),(45976,1,1,47489,1,1053988086,'2016-07-25 09:41:25',''),(45977,1,1,47490,62,1123631783,'2016-07-25 10:23:08',''),(45978,1,1,47491,1,2071807776,'2016-07-25 10:26:54',''),(45979,1,1,47493,1,1542483323,'2016-07-25 10:51:29',''),(45980,1,1,47494,1,2366148121,'2016-07-25 12:24:52',''),(45981,1,1,47495,1,1570674749,'2016-07-25 12:24:56',''),(45982,1,1,47496,1,3024883481,'2016-07-25 12:25:49',''),(45983,1,1,47497,59,872317193,'2016-07-25 12:43:25',''),(45984,1,1,47498,68,872317193,'2016-07-25 12:43:31',''),(45985,1,1,47499,75,872317193,'2016-07-25 12:43:38',''),(45986,1,1,47500,56,3323741445,'2016-07-25 12:50:16','http://www.bing.com/search?q=rapid+p609+review&src=IE-TopResult&conversationid=&first=21&FORM=PERE1'),(45987,1,1,47501,49,3024883603,'2016-07-25 13:38:19',''),(45988,1,1,47502,1,1423290931,'2016-07-25 15:17:08',''),(45989,1,1,47503,1,987573380,'2016-07-25 16:20:11',''),(45990,1,1,47504,74,3392027211,'2016-07-25 16:24:33',''),(45991,1,1,47505,63,1123631783,'2016-07-25 16:27:00',''),(45992,1,1,47506,27,84492181,'2016-07-25 16:37:02',''),(45993,1,1,47507,44,84492181,'2016-07-25 16:37:05',''),(45994,1,1,47508,49,84492181,'2016-07-25 16:37:07',''),(45995,1,1,47509,1,3514728241,'2016-07-25 16:58:14',''),(45996,1,1,47510,1,1123631747,'2016-07-25 17:17:21',''),(45997,1,1,47511,62,1123631751,'2016-07-25 17:21:12',''),(45998,1,1,47512,65,1354818555,'2016-07-25 17:28:59','https://www.google.co.uk/'),(45999,1,1,47513,45,3475901742,'2016-07-25 17:41:49',''),(46000,1,1,47514,1,1159654074,'2016-07-25 18:26:03',''),(46001,1,1,47515,72,84512482,'2016-07-25 18:27:34',''),(46002,1,1,47516,15,1329901804,'2016-07-25 21:19:31','https://www.bing.com/'),(46003,1,1,47517,1,1041817219,'2016-07-25 21:20:02',''),(46004,1,1,47518,43,1152705881,'2016-07-25 22:11:40',''),(46005,1,1,47519,1,3163547661,'2016-07-26 02:54:15',''),(46006,1,1,47520,1,1123631747,'2016-07-26 03:13:12',''),(46007,1,1,47523,26,2637637536,'2016-07-26 05:52:26',''),(46008,1,1,47524,1,1123631747,'2016-07-26 06:22:18',''),(46009,1,1,47525,1,1123631755,'2016-07-26 11:28:37',''),(46010,1,1,47526,1,1542483325,'2016-07-26 11:38:15',''),(46011,1,1,47527,1,1294752683,'2016-07-26 14:41:01','https://www.google.co.uk/'),(46012,1,1,47528,16,3024883615,'2016-07-26 15:16:28',''),(46013,1,1,47529,1,3625180907,'2016-07-26 17:33:52',''),(46014,1,1,47530,16,3024883478,'2016-07-26 18:59:32',''),(46015,1,1,47531,1,3492536661,'2016-07-26 19:45:34',''),(46016,1,1,47532,6,1123631747,'2016-07-26 21:38:12',''),(46017,1,1,47533,1,1123631755,'2016-07-26 23:32:00',''),(46018,1,1,47534,26,2637637536,'2016-07-27 02:04:50',''),(46019,1,1,47535,26,872362819,'2016-07-27 02:52:42',''),(46020,1,1,47536,26,872362819,'2016-07-27 02:52:46',''),(46021,1,1,47537,26,872362819,'2016-07-27 02:52:50',''),(46022,1,1,47538,26,872362819,'2016-07-27 02:52:55',''),(46023,1,1,47539,26,872362819,'2016-07-27 02:52:59',''),(46024,1,1,47540,26,872362819,'2016-07-27 02:53:05',''),(46025,1,1,47541,26,872362819,'2016-07-27 02:53:09',''),(46026,1,1,47542,26,872362819,'2016-07-27 02:53:13',''),(46027,1,1,47543,26,872362819,'2016-07-27 02:53:16',''),(46028,1,1,47544,26,872362819,'2016-07-27 02:53:21',''),(46029,1,1,47545,26,872362819,'2016-07-27 02:53:24',''),(46030,1,1,47546,26,872362819,'2016-07-27 02:53:29',''),(46031,1,1,47547,42,872362819,'2016-07-27 02:53:34',''),(46032,1,1,47548,43,872362819,'2016-07-27 02:53:37',''),(46033,1,1,47549,43,872362819,'2016-07-27 02:53:43',''),(46034,1,1,47550,54,872362819,'2016-07-27 02:53:47',''),(46035,1,1,47551,66,872362819,'2016-07-27 02:53:51',''),(46036,1,1,47552,58,872362819,'2016-07-27 02:53:57',''),(46037,1,1,47553,67,872362819,'2016-07-27 02:54:01',''),(46038,1,1,47554,10,872362819,'2016-07-27 02:54:05',''),(46039,1,1,47555,1,872362819,'2016-07-27 02:54:09',''),(46040,1,1,47556,1,872362819,'2016-07-27 02:54:13',''),(46041,1,1,47557,1,872362819,'2016-07-27 02:54:18',''),(46042,1,1,47558,1,872362819,'2016-07-27 02:54:22',''),(46043,1,1,47559,1,872362819,'2016-07-27 02:54:26',''),(46044,1,1,47560,1,872362819,'2016-07-27 02:54:31',''),(46045,1,1,47561,1,872362819,'2016-07-27 02:54:35',''),(46046,1,1,47562,1,872362819,'2016-07-27 02:54:40',''),(46047,1,1,47563,1,872362819,'2016-07-27 02:54:44',''),(46048,1,1,47564,1,872362819,'2016-07-27 02:54:47',''),(46049,1,1,47565,1,2366158595,'2016-07-27 03:03:35',''),(46050,1,1,47566,1,2366158595,'2016-07-27 03:03:39',''),(46051,1,1,47567,1,2193699366,'2016-07-27 03:03:42',''),(46052,1,1,47568,1,2366145577,'2016-07-27 03:03:46',''),(46053,1,1,47569,1,1123631751,'2016-07-27 04:32:02',''),(46054,1,1,47570,1,1123631751,'2016-07-27 05:12:27',''),(46055,1,1,47571,27,1123631747,'2016-07-27 05:54:27',''),(46056,1,1,47572,73,2760155430,'2016-07-27 06:57:55',''),(46057,1,1,47573,1,3581661943,'2016-07-27 07:44:39','https://www.google.co.uk/'),(46058,1,1,47574,1,1159644858,'2016-07-27 07:50:25',''),(46059,1,1,47575,1,1159644858,'2016-07-27 07:50:30',''),(46060,1,1,47576,1,1159644858,'2016-07-27 07:50:33',''),(46061,1,1,47577,1,1159644858,'2016-07-27 07:50:36',''),(46062,1,1,47578,1,1159644858,'2016-07-27 07:50:40',''),(46063,1,1,47579,1,1159644858,'2016-07-27 07:50:43',''),(46064,1,1,47580,1,1159644858,'2016-07-27 07:50:46',''),(46065,1,1,47581,1,1159644858,'2016-07-27 07:50:48',''),(46066,1,1,47582,1,1159644858,'2016-07-27 07:50:51',''),(46067,1,1,47583,1,1159644858,'2016-07-27 07:50:55',''),(46068,1,1,47584,9,1159644858,'2016-07-27 07:50:58',''),(46069,1,1,47585,38,1159644858,'2016-07-27 07:51:02',''),(46070,1,1,47586,41,1159644858,'2016-07-27 07:51:07',''),(46071,1,1,47587,43,1159644858,'2016-07-27 07:51:10',''),(46072,1,1,47588,45,1159644858,'2016-07-27 07:51:15',''),(46073,1,1,47589,53,1159644858,'2016-07-27 07:51:18',''),(46074,1,1,47590,48,1159644858,'2016-07-27 07:51:21',''),(46075,1,1,47591,52,1159644858,'2016-07-27 07:51:24',''),(46076,1,1,47592,57,1159644858,'2016-07-27 07:51:27',''),(46077,1,1,47593,28,1159644858,'2016-07-27 07:51:30',''),(46078,1,1,47594,50,1159644858,'2016-07-27 07:51:34',''),(46079,1,1,47595,51,1159644858,'2016-07-27 07:51:38',''),(46080,1,1,47596,56,1159644858,'2016-07-27 07:51:42',''),(46081,1,1,47597,55,1159644858,'2016-07-27 07:51:45',''),(46082,1,1,47598,62,1159644858,'2016-07-27 07:51:52',''),(46083,1,1,47599,63,1159644858,'2016-07-27 07:51:56',''),(46084,1,1,47600,64,1159644858,'2016-07-27 07:52:00',''),(46085,1,1,47601,65,1159644858,'2016-07-27 07:52:04',''),(46086,1,1,47602,69,1159644858,'2016-07-27 07:52:07',''),(46087,1,1,47603,43,3163547663,'2016-07-27 08:34:10',''),(46088,1,1,47604,9,1053974832,'2016-07-27 09:08:19',''),(46089,1,1,47605,43,1053974832,'2016-07-27 09:08:23',''),(46090,1,1,47606,45,1053974832,'2016-07-27 09:08:32',''),(46091,1,1,47607,52,1053974832,'2016-07-27 09:08:42',''),(46092,1,1,47608,57,1053974832,'2016-07-27 09:08:47',''),(46093,1,1,47609,1,1542483306,'2016-07-27 11:24:13',''),(46094,1,1,47610,44,3024883463,'2016-07-27 11:29:35',''),(46095,1,1,47611,3,3233507563,'2016-07-27 12:39:15',''),(46096,1,1,47612,3,3233507563,'2016-07-27 12:39:19',''),(46097,1,1,47613,16,3233507563,'2016-07-27 12:39:22',''),(46098,1,1,47614,1,2366148121,'2016-07-27 13:14:11',''),(46099,1,1,47615,1,2366148121,'2016-07-27 13:14:15',''),(46100,1,1,47616,73,1152705881,'2016-07-27 14:39:07',''),(46101,1,1,47617,1,3024883487,'2016-07-27 15:46:22',''),(46102,1,1,47618,1,3024883595,'2016-07-27 15:49:12',''),(46103,1,1,47619,43,3163547670,'2016-07-27 17:24:40',''),(46104,1,1,47620,1,3163547682,'2016-07-27 18:26:09',''),(46105,1,1,47621,1,1053986805,'2016-07-27 20:00:39',''),(46106,1,1,47622,1,3514728241,'2016-07-27 20:54:33',''),(46107,1,1,47623,1,3514728241,'2016-07-27 20:54:38',''),(46108,1,1,47624,3,3514728241,'2016-07-27 20:54:43',''),(46109,1,1,47625,3,3514728241,'2016-07-27 20:54:47',''),(46110,1,1,47626,1,1159648002,'2016-07-27 21:41:03',''),(46111,1,1,47627,59,1159644914,'2016-07-28 00:34:37',''),(46112,1,1,47628,68,1159644914,'2016-07-28 00:34:50',''),(46113,1,1,47629,75,1159644914,'2016-07-28 00:34:55',''),(46114,1,1,47630,26,2637637463,'2016-07-28 01:31:57',''),(46115,1,1,47631,56,3475901831,'2016-07-28 04:50:53',''),(46116,1,1,47632,9,3475901831,'2016-07-28 04:50:55',''),(46117,1,1,47633,26,2637637427,'2016-07-28 04:51:15',''),(46118,1,1,47634,18,2637637427,'2016-07-28 04:51:16',''),(46119,1,1,47635,29,2637637427,'2016-07-28 04:51:17',''),(46120,1,1,47636,43,2637637427,'2016-07-28 04:51:18',''),(46121,1,1,47637,43,2637637427,'2016-07-28 04:51:20',''),(46122,1,1,47638,3,2637637571,'2016-07-28 04:51:54',''),(46123,1,1,47639,63,2637637571,'2016-07-28 05:00:14',''),(46124,1,1,47640,1,3163547663,'2016-07-28 05:45:54',''),(46125,1,1,47641,1,1384443879,'2016-07-28 07:09:47','https://www.google.co.uk/'),(46126,1,1,47642,1,3238121866,'2016-07-28 08:51:37',''),(46127,1,1,47643,1,2420907426,'2016-07-28 09:12:39',''),(46128,1,1,47644,26,1053993637,'2016-07-28 09:27:50',''),(46129,1,1,47645,65,2760155437,'2016-07-28 10:23:40',''),(46130,1,1,47646,1,1542483324,'2016-07-28 11:24:19',''),(46131,1,1,47647,18,3104369886,'2016-07-28 12:57:42',''),(46132,1,1,47648,29,3104369886,'2016-07-28 12:57:53',''),(46133,1,1,47649,1,1123631747,'2016-07-28 14:01:04',''),(46134,1,1,47650,1,1123631755,'2016-07-28 14:04:52',''),(46135,1,1,47651,1,2385950810,'2016-07-28 15:06:34',''),(46136,1,1,47652,27,3024883463,'2016-07-28 15:08:08',''),(46137,1,1,47653,1,3392026010,'2016-07-28 17:06:18',''),(46138,1,1,47654,56,1453514310,'2016-07-28 17:35:12','https://www.google.co.uk/'),(46139,1,1,47655,15,1483363965,'2016-07-28 17:55:34','https://www.google.co.uk/'),(46140,1,1,47656,1,3479603870,'2016-07-28 18:05:49',''),(46141,1,1,47657,1,1159644914,'2016-07-28 18:24:29',''),(46142,1,1,47658,73,1123631255,'2016-07-28 19:36:49',''),(46143,1,1,47659,1,1123631255,'2016-07-28 21:09:22',''),(46144,1,1,47660,1,1567842264,'2016-07-28 22:24:11','http://hundejo.com/'),(46145,1,1,47661,1,1123631252,'2016-07-29 00:39:20',''),(46146,1,1,47662,1,2366148121,'2016-07-29 02:40:11',''),(46147,1,1,47663,1,2193699366,'2016-07-29 02:40:15',''),(46148,1,1,47664,1,2366158595,'2016-07-29 02:40:19',''),(46149,1,1,47665,1,2366158595,'2016-07-29 02:40:22',''),(46150,1,1,47666,27,3024883486,'2016-07-29 04:42:29',''),(46151,1,1,47667,1,1366114598,'2016-07-29 05:20:02',''),(46152,1,1,47668,1,2420915477,'2016-07-29 07:21:54',''),(46153,1,1,47669,1,2420915477,'2016-07-29 07:21:57',''),(46154,1,1,47670,3,2420915477,'2016-07-29 07:21:59',''),(46155,1,1,47671,3,2420915477,'2016-07-29 07:22:03',''),(46156,1,1,47672,1,3281697651,'2016-07-29 07:30:42',''),(46157,1,1,47673,1,3024883596,'2016-07-29 07:43:26',''),(46158,1,1,47674,43,2637637427,'2016-07-29 08:03:36',''),(46159,1,1,47675,26,1053993637,'2016-07-29 08:59:10',''),(46160,1,1,47676,26,1053993637,'2016-07-29 08:59:13',''),(46161,1,1,47677,26,1053993637,'2016-07-29 08:59:18',''),(46162,1,1,47678,1,3337648863,'2016-07-29 10:45:58',''),(46163,1,1,47679,1,1489375385,'2016-07-29 11:16:57',''),(46164,1,1,47680,1,1542483291,'2016-07-29 11:20:32',''),(46165,1,1,47681,26,3514728241,'2016-07-29 11:21:17',''),(46166,1,1,47682,26,3514728241,'2016-07-29 11:21:20',''),(46167,1,1,47683,26,3514728241,'2016-07-29 11:21:25',''),(46168,1,1,47684,1,1489375385,'2016-07-29 11:26:10',''),(46169,1,1,47685,59,1159648714,'2016-07-29 11:56:11',''),(46170,1,1,47686,68,1159648714,'2016-07-29 11:56:15',''),(46171,1,1,47687,75,1159648714,'2016-07-29 11:56:32',''),(46172,1,1,47688,1,1159648714,'2016-07-29 12:13:46',''),(46173,1,1,47689,1,1380443137,'2016-07-29 12:14:03','https://www.google.co.uk/'),(46174,1,1,47690,1,2366158595,'2016-07-29 12:20:14',''),(46175,1,1,47691,1,2366158595,'2016-07-29 12:20:18',''),(46176,1,1,47692,27,1159645538,'2016-07-29 12:58:41',''),(46177,1,1,47693,44,1159645538,'2016-07-29 12:58:44',''),(46178,1,1,47694,49,1159645538,'2016-07-29 12:58:48',''),(46179,1,1,47695,1,1507709005,'2016-07-29 14:07:39',''),(46180,1,1,47696,1,1123631252,'2016-07-29 14:52:43',''),(46181,1,1,47697,6,1123631255,'2016-07-29 15:17:05',''),(46182,1,1,47698,58,1152705881,'2016-07-29 16:19:54',''),(46183,1,1,47699,1,84504390,'2016-07-30 02:06:38',''),(46184,1,1,47700,54,84504390,'2016-07-30 02:06:40',''),(46185,1,1,47701,66,84504390,'2016-07-30 02:06:43',''),(46186,1,1,47702,1,3475901831,'2016-07-30 02:22:40',''),(46187,1,1,47703,9,2420915477,'2016-07-30 04:11:21',''),(46188,1,1,47704,41,2420915477,'2016-07-30 04:11:26',''),(46189,1,1,47705,48,2420915477,'2016-07-30 04:11:28',''),(46190,1,1,47706,1,676176698,'2016-07-30 04:32:46',''),(46191,1,1,47707,67,3024883604,'2016-07-30 04:36:38',''),(46192,1,1,47708,16,3514728241,'2016-07-30 04:49:33',''),(46193,1,1,47709,1,84498535,'2016-07-30 06:29:53',''),(46194,1,1,47710,6,1159644874,'2016-07-30 07:15:35',''),(46195,1,1,47711,18,1159644874,'2016-07-30 07:15:48',''),(46196,1,1,47712,29,1159644874,'2016-07-30 07:15:52',''),(46197,1,1,47713,66,1159644874,'2016-07-30 07:15:55',''),(46198,1,1,47714,16,3024883476,'2016-07-30 07:44:27',''),(46199,1,1,47715,41,1489430095,'2016-07-30 08:26:10',''),(46200,1,1,47716,43,1489430095,'2016-07-30 08:26:12',''),(46201,1,1,47717,6,3475901867,'2016-07-30 08:58:00',''),(46202,1,1,47718,56,3475901831,'2016-07-30 09:01:15',''),(46203,1,1,47719,26,3475901831,'2016-07-30 09:05:26',''),(46204,1,1,47720,52,2637637473,'2016-07-30 09:46:28',''),(46205,1,1,47721,69,3475901867,'2016-07-30 10:02:36',''),(46206,1,1,47722,1,2990495243,'2016-07-30 10:04:35',''),(46207,1,1,47723,1,2990495243,'2016-07-30 10:04:38',''),(46208,1,1,47724,1,2990495243,'2016-07-30 10:04:40',''),(46209,1,1,47725,9,3475901831,'2016-07-30 10:15:57',''),(46210,1,1,47726,6,2637637473,'2016-07-30 10:25:44',''),(46211,1,1,47727,1,1578570674,'2016-07-30 10:30:50',''),(46212,1,1,47728,28,676177700,'2016-07-30 10:46:47',''),(46213,1,1,47729,1,1542483310,'2016-07-30 11:09:35',''),(46214,1,1,47730,1,1438904678,'2016-07-30 11:26:51',''),(46215,1,1,47731,6,1438904678,'2016-07-30 11:26:52',''),(46216,1,1,47732,16,2917834746,'2016-07-30 11:40:17',''),(46217,1,1,47733,10,2917834746,'2016-07-30 11:40:36',''),(46218,1,1,47734,71,1053988087,'2016-07-30 11:44:16',''),(46219,1,1,47735,1,1438904678,'2016-07-30 11:49:39',''),(46220,1,1,47736,1,772043973,'2016-07-30 12:16:09',''),(46221,1,1,47737,54,772043973,'2016-07-30 12:16:11',''),(46222,1,1,47738,66,772043973,'2016-07-30 12:16:14',''),(46223,1,1,47739,1,772043973,'2016-07-30 12:16:17',''),(46224,1,1,47740,18,676177700,'2016-07-30 12:49:12',''),(46225,1,1,47741,26,2297665554,'2016-07-30 12:54:18',''),(46226,1,1,47742,10,2297665554,'2016-07-30 12:54:20',''),(46227,1,1,47743,55,3475901831,'2016-07-30 14:35:16',''),(46228,1,1,47744,1,1123631747,'2016-07-30 15:38:05',''),(46229,1,1,47745,1,1089906090,'2016-07-30 15:51:17','http://whois.domaintools.com/mstyresblackburn.co.uk'),(46230,1,1,47746,51,2637637473,'2016-07-30 16:40:51',''),(46231,1,1,47747,69,3475901867,'2016-07-30 19:24:46',''),(46232,1,1,47748,1,1152705881,'2016-07-30 21:43:48',''),(46233,1,1,47749,1,3109518114,'2016-07-31 02:11:02',''),(46234,1,1,47750,1,3109518114,'2016-07-31 02:11:09',''),(46235,1,1,47751,1,3109518114,'2016-07-31 02:11:55',''),(46236,1,1,47752,1,1570674749,'2016-07-31 03:18:12',''),(46237,1,1,47753,1,2366145577,'2016-07-31 03:18:16',''),(46238,1,1,47754,1,2193699366,'2016-07-31 03:18:19',''),(46239,1,1,47755,1,100662596,'2016-07-31 03:18:23',''),(46240,1,1,47756,26,676177700,'2016-07-31 03:33:10',''),(46241,1,1,47757,62,676177700,'2016-07-31 03:42:54',''),(46242,1,1,47758,48,676177728,'2016-07-31 04:20:27',''),(46243,1,1,47759,1,84491906,'2016-07-31 05:56:19',''),(46244,1,1,47760,57,676177728,'2016-07-31 06:28:24',''),(46245,1,1,47761,1,2731721828,'2016-07-31 06:45:28',''),(46246,1,1,47762,1,1049232115,'2016-07-31 08:08:51',''),(46247,1,1,47763,59,1388412687,'2016-07-31 09:21:08',''),(46248,1,1,47764,68,1388412687,'2016-07-31 09:21:16',''),(46249,1,1,47765,75,1388412687,'2016-07-31 09:21:22',''),(46250,1,1,47766,1,1796538632,'2016-07-31 09:48:12',''),(46251,1,1,47767,26,772043973,'2016-07-31 10:20:43',''),(46252,1,1,47768,26,772043973,'2016-07-31 10:20:47',''),(46253,1,1,47769,26,772043973,'2016-07-31 10:20:49',''),(46254,1,1,47770,26,772043973,'2016-07-31 10:20:51',''),(46255,1,1,47771,1,872310588,'2016-07-31 10:32:58',''),(46256,1,1,47772,1,872310588,'2016-07-31 10:33:00',''),(46257,1,1,47773,3,872310588,'2016-07-31 10:33:04',''),(46258,1,1,47774,3,872310588,'2016-07-31 10:33:07',''),(46259,1,1,47775,6,3337960476,'2016-07-31 10:53:46',''),(46260,1,1,47776,1,1542483317,'2016-07-31 10:57:43',''),(46261,1,1,47777,1,3337634494,'2016-07-31 11:02:25',''),(46262,1,1,47778,1,40317486,'2016-07-31 11:09:07','https://www.google.co.uk/'),(46263,1,1,47779,1,1388412687,'2016-07-31 11:33:20',''),(46264,1,1,47780,1,1041806726,'2016-07-31 11:58:41',''),(46265,1,1,47781,1,1041806727,'2016-07-31 11:59:45',''),(46266,1,1,47782,26,2637637412,'2016-07-31 12:41:44',''),(46267,1,1,47783,27,772044803,'2016-07-31 13:52:41',''),(46268,1,1,47784,44,772044803,'2016-07-31 13:52:43',''),(46269,1,1,47785,49,772044803,'2016-07-31 13:52:46',''),(46270,1,1,47786,63,676177681,'2016-07-31 14:05:17',''),(46271,1,1,47787,1,1053988087,'2016-07-31 14:32:10',''),(46272,1,1,47788,62,3392025902,'2016-07-31 14:36:35',''),(46273,1,1,47789,1,2513055990,'2016-07-31 15:05:48',''),(46274,1,1,47790,18,1159644850,'2016-07-31 16:10:05',''),(46275,1,1,47791,29,1159644850,'2016-07-31 16:10:09',''),(46276,1,1,47792,26,676177681,'2016-07-31 16:41:26',''),(46277,1,1,47793,54,3024883596,'2016-07-31 17:00:54',''),(46278,1,1,47794,1,1159644914,'2016-07-31 17:14:03',''),(46279,1,1,47795,16,1311650550,'2016-07-31 18:28:28',''),(46280,1,1,47796,43,872317500,'2016-07-31 18:44:38',''),(46281,1,1,47797,27,872317500,'2016-07-31 18:44:42',''),(46282,1,1,47798,58,872317500,'2016-07-31 18:44:45',''),(46283,1,1,47799,26,2637637412,'2016-07-31 18:49:00',''),(46284,1,1,47800,6,1816063733,'2016-07-31 19:06:48',''),(46285,1,1,47801,57,676177727,'2016-07-31 19:43:44',''),(46286,1,1,47802,1,1443375167,'2016-07-31 19:57:31',''),(46287,1,1,47803,1,872320472,'2016-07-31 20:15:56',''),(46288,1,1,47804,54,872320472,'2016-07-31 20:15:59',''),(46289,1,1,47805,66,872320472,'2016-07-31 20:16:04',''),(46290,1,1,47806,26,2637637473,'2016-07-31 21:09:30',''),(46291,1,1,47807,26,2637637412,'2016-07-31 22:35:48',''),(46292,1,1,47808,6,84504390,'2016-08-01 00:41:39',''),(46293,1,1,47809,18,84504390,'2016-08-01 00:41:41',''),(46294,1,1,47810,29,84504390,'2016-08-01 00:41:44',''),(46295,1,1,47811,66,84504390,'2016-08-01 00:41:46',''),(46296,1,1,47812,1,2637637473,'2016-08-01 00:45:45',''),(46297,1,1,47813,1,3024883475,'2016-08-01 00:47:37',''),(46298,1,1,47814,50,2637637473,'2016-08-01 01:57:56',''),(46299,1,1,47815,38,2637637412,'2016-08-01 02:04:56',''),(46300,1,1,47816,3,2637637473,'2016-08-01 03:00:05',''),(46301,1,1,47817,63,676177727,'2016-08-01 05:21:50',''),(46302,1,1,47818,43,2637637412,'2016-08-01 06:26:52',''),(46303,1,1,47819,1,1388412687,'2016-08-01 07:36:53',''),(46304,1,1,47820,38,2637637412,'2016-08-01 08:36:10',''),(46305,1,1,47821,1,3024883463,'2016-08-01 10:32:51',''),(46306,1,1,47822,50,2637637473,'2016-08-01 10:50:25',''),(46307,1,1,47823,1,698484586,'2016-08-01 10:57:03','https://www.google.co.za/'),(46308,1,1,47824,1,1542483313,'2016-08-01 11:12:41',''),(46309,1,1,47825,3,2637637473,'2016-08-01 12:49:26',''),(46310,1,1,47826,6,1123631755,'2016-08-01 13:46:48',''),(46311,1,1,47827,63,676177727,'2016-08-01 14:17:09',''),(46312,1,1,47828,43,1503892502,'2016-08-01 18:35:29',''),(46313,1,1,47829,27,1503892502,'2016-08-01 18:35:32',''),(46314,1,1,47830,58,1503892502,'2016-08-01 18:35:35',''),(46315,1,1,47831,1,1053988087,'2016-08-01 18:36:06',''),(46316,1,1,47832,53,2637637473,'2016-08-01 19:15:23',''),(46317,1,1,47833,1,3590043686,'2016-08-01 19:28:12',''),(46318,1,1,47834,1,3590043686,'2016-08-01 19:28:14',''),(46319,1,1,47835,1,3590043686,'2016-08-01 19:28:16',''),(46320,1,1,47836,1,786803397,'2016-08-01 19:41:43',''),(46321,1,1,47837,1,1123631755,'2016-08-01 20:10:58',''),(46322,1,1,47838,26,2637637473,'2016-08-01 20:16:59',''),(46323,1,1,47839,18,1123631751,'2016-08-01 20:36:02',''),(46324,1,1,47840,1,1123631755,'2016-08-01 21:47:32',''),(46325,1,1,47841,1,3024883601,'2016-08-01 22:32:13',''),(46326,1,1,47842,43,3475901874,'2016-08-01 23:18:06',''),(46327,1,1,47843,41,84492181,'2016-08-02 00:19:17',''),(46328,1,1,47844,43,84492181,'2016-08-02 00:19:22',''),(46329,1,1,47845,1,1123631751,'2016-08-02 00:19:55',''),(46330,1,1,47846,66,3024883614,'2016-08-02 01:54:33',''),(46331,1,1,47847,26,676177740,'2016-08-02 02:15:55',''),(46332,1,1,47848,53,2637637473,'2016-08-02 05:47:12',''),(46333,1,1,47849,1,1123631751,'2016-08-02 06:04:46',''),(46334,1,1,47850,41,676177740,'2016-08-02 06:07:32',''),(46335,1,1,47851,1,1402306146,'2016-08-02 06:12:18',''),(46336,1,1,47852,1,3479603870,'2016-08-02 07:40:15',''),(46337,1,1,47853,65,2637637628,'2016-08-02 07:50:25',''),(46338,1,1,47854,64,3475901874,'2016-08-02 10:14:41',''),(46339,1,1,47855,1,3392024948,'2016-08-02 10:42:26',''),(46340,1,1,47856,1,1542483306,'2016-08-02 11:20:08',''),(46341,1,1,47857,1,1123631755,'2016-08-02 12:12:07',''),(46342,1,1,47858,26,2637637628,'2016-08-02 12:20:49',''),(46343,1,1,47859,45,2637637458,'2016-08-02 13:29:22',''),(46344,1,1,47860,1,2637637473,'2016-08-02 14:33:01',''),(46345,1,1,47861,1,2637637473,'2016-08-02 14:33:04',''),(46346,1,1,47862,56,2637637458,'2016-08-02 15:13:27',''),(46347,1,1,47863,65,2637637628,'2016-08-02 16:21:19',''),(46348,1,1,47864,1,3479603870,'2016-08-02 17:27:47',''),(46349,1,1,47865,26,2637637458,'2016-08-02 17:50:28',''),(46350,1,1,47866,26,2637637473,'2016-08-02 18:42:16',''),(46351,1,1,47867,75,3024883480,'2016-08-02 19:27:36',''),(46352,1,1,47868,1,1348182626,'2016-08-02 20:09:13',''),(46353,1,1,47869,1,1348182626,'2016-08-02 20:09:23',''),(46354,1,1,47870,1,1348182626,'2016-08-02 20:09:26',''),(46355,1,1,47871,1,1348182626,'2016-08-02 20:09:31',''),(46356,1,1,47872,1,1348182626,'2016-08-02 20:09:35',''),(46357,1,1,47873,1,1348182626,'2016-08-02 20:09:38',''),(46358,1,1,47874,1,1348182626,'2016-08-02 20:09:40',''),(46359,1,1,47875,1,1348182626,'2016-08-02 20:09:44',''),(46360,1,1,47876,1,1348182626,'2016-08-02 20:09:49',''),(46361,1,1,47877,1,1123631747,'2016-08-02 20:45:36',''),(46362,1,1,47878,64,3475901874,'2016-08-02 21:00:45',''),(46363,1,1,47879,1,2745967121,'2016-08-02 22:13:51','https://www.google.com/'),(46364,1,1,47880,1,3458835189,'2016-08-02 22:30:33',''),(46365,1,1,47881,26,2637637628,'2016-08-02 23:24:17',''),(46366,1,1,47882,68,3163547710,'2016-08-02 23:25:46',''),(46367,1,1,47883,56,2637637458,'2016-08-03 00:37:23',''),(46368,1,1,47884,26,2637637458,'2016-08-03 01:41:22',''),(46369,1,1,47885,43,3642166257,'2016-08-03 02:24:34',''),(46370,1,1,47886,1,3642166257,'2016-08-03 02:24:39',''),(46371,1,1,47887,43,3642166257,'2016-08-03 02:24:43',''),(46372,1,1,47888,26,2637693762,'2016-08-03 04:19:10',''),(46373,1,1,47889,26,2637693762,'2016-08-03 04:19:12',''),(46374,1,1,47890,26,2637637473,'2016-08-03 04:23:15',''),(46375,1,1,47891,26,2637693643,'2016-08-03 05:23:53',''),(46376,1,1,47892,26,2637637595,'2016-08-03 06:07:53',''),(46377,1,1,47893,1,1367696329,'2016-08-03 08:01:52',''),(46378,1,1,47894,1,1123631747,'2016-08-03 11:08:55',''),(46379,1,1,47895,1,1542483280,'2016-08-03 11:15:31',''),(46380,1,1,47896,1,2366148121,'2016-08-03 11:40:25',''),(46381,1,1,47897,1,100662596,'2016-08-03 11:40:29',''),(46382,1,1,47898,1,100662575,'2016-08-03 11:40:33',''),(46383,1,1,47899,1,2366158595,'2016-08-03 11:40:36',''),(46384,1,1,47900,31,2538610588,'2016-08-03 13:22:30',''),(46385,1,1,47901,26,2420907330,'2016-08-03 13:40:22',''),(46386,1,1,47902,26,2420907330,'2016-08-03 13:40:24',''),(46387,1,1,47903,26,2420907330,'2016-08-03 13:40:26',''),(46388,1,1,47904,73,2420907330,'2016-08-03 13:40:29',''),(46389,1,1,47905,71,2420907330,'2016-08-03 13:40:32',''),(46390,1,1,47906,70,2420907330,'2016-08-03 13:40:35',''),(46391,1,1,47907,1,2420907330,'2016-08-03 13:40:38',''),(46392,1,1,47908,1,2420907330,'2016-08-03 13:40:41',''),(46393,1,1,47909,1,3475901704,'2016-08-03 14:56:41',''),(46394,1,1,47910,1,2921498610,'2016-08-03 19:29:04',''),(46395,1,1,47911,1,2921498610,'2016-08-03 19:29:13',''),(46396,1,1,47912,1,2921498610,'2016-08-03 19:29:17',''),(46397,1,1,47913,1,2921498610,'2016-08-03 19:29:20',''),(46398,1,1,47914,1,2921498610,'2016-08-03 19:29:33',''),(46399,1,1,47915,1,2921498610,'2016-08-03 19:29:41',''),(46400,1,1,47916,1,2921498610,'2016-08-03 19:29:47',''),(46401,1,1,47917,1,2921498610,'2016-08-03 19:29:50',''),(46402,1,1,47918,1,2921498610,'2016-08-03 19:29:54',''),(46403,1,1,47919,1,2921498610,'2016-08-03 19:29:57',''),(46404,1,1,47920,63,2760155450,'2016-08-03 19:59:51',''),(46405,1,1,47921,1,3166639429,'2016-08-03 20:06:58',''),(46406,1,1,47922,68,1152705881,'2016-08-03 22:54:00',''),(46407,1,1,47923,1,1123631751,'2016-08-04 01:26:46',''),(46408,1,1,47924,1,2366148121,'2016-08-04 02:28:24',''),(46409,1,1,47925,1,1570674749,'2016-08-04 02:28:28',''),(46410,1,1,47926,1,1123631755,'2016-08-04 03:35:21',''),(46411,1,1,47927,1,1123631747,'2016-08-04 04:43:53',''),(46412,1,1,47928,53,3163547689,'2016-08-04 06:42:21',''),(46413,1,1,47929,42,1152705881,'2016-08-04 06:46:43',''),(46414,1,1,47930,71,3024883463,'2016-08-04 07:03:08',''),(46415,1,1,47931,64,3163547689,'2016-08-04 07:32:51',''),(46416,1,1,47932,41,3024883467,'2016-08-04 09:13:53',''),(46417,1,1,47933,6,1123631747,'2016-08-04 10:51:09',''),(46418,1,1,47934,1,1542483284,'2016-08-04 11:18:44',''),(46419,1,1,47935,1,40163413,'2016-08-04 11:55:15','https://www.google.co.uk/'),(46420,1,1,47936,1,872317941,'2016-08-04 13:01:28',''),(46421,1,1,47937,1,1041806726,'2016-08-04 13:04:24',''),(46422,1,1,47938,15,1589863118,'2016-08-04 13:50:27','https://www.google.co.uk/'),(46423,1,1,47939,43,3475901874,'2016-08-04 13:52:26',''),(46424,1,1,47940,43,3475901874,'2016-08-04 13:52:27',''),(46425,1,1,47941,29,3475901874,'2016-08-04 13:52:29',''),(46426,1,1,47942,18,3475901874,'2016-08-04 13:52:30',''),(46427,1,1,47943,26,3475901874,'2016-08-04 13:52:31',''),(46428,1,1,47944,3,2637637435,'2016-08-04 13:52:31',''),(46429,1,1,47945,56,2637637618,'2016-08-04 13:52:47',''),(46430,1,1,47946,9,2637637618,'2016-08-04 13:52:49',''),(46431,1,1,47947,26,2637637618,'2016-08-04 13:52:50',''),(46432,1,1,47948,15,2637637510,'2016-08-04 13:58:09',''),(46433,1,1,47949,6,2637637510,'2016-08-04 13:58:11',''),(46434,1,1,47950,1,2637637510,'2016-08-04 13:58:12',''),(46435,1,1,47951,1,2366148121,'2016-08-04 17:05:43',''),(46436,1,1,47952,1,2366148121,'2016-08-04 17:05:47',''),(46437,1,1,47953,1,3475901874,'2016-08-04 18:34:00',''),(46438,1,1,47954,1,3475901874,'2016-08-04 18:35:02',''),(46439,1,1,47955,1,2637637606,'2016-08-04 18:36:02',''),(46440,1,1,47956,1,1384445913,'2016-08-04 19:47:58',''),(46441,1,1,47957,18,3475901874,'2016-08-04 20:49:19',''),(46442,1,1,47958,44,2637637510,'2016-08-04 21:04:21',''),(46443,1,1,47959,3,872366395,'2016-08-04 22:04:25',''),(46444,1,1,47960,1,1053974832,'2016-08-04 22:27:18',''),(46445,1,1,47961,1,3024883476,'2016-08-04 23:22:10',''),(46446,1,1,47962,1,3024883604,'2016-08-04 23:47:54',''),(46447,1,1,47963,1,2297665554,'2016-08-05 00:17:31',''),(46448,1,1,47964,1,2297665554,'2016-08-05 00:17:33',''),(46449,1,1,47965,3,2297665554,'2016-08-05 00:17:36',''),(46450,1,1,47966,3,2297665554,'2016-08-05 00:17:38',''),(46451,1,1,47967,68,3024883592,'2016-08-05 01:02:37',''),(46452,1,1,47968,59,1489375385,'2016-08-05 01:08:23',''),(46453,1,1,47969,68,1489375385,'2016-08-05 01:08:26',''),(46454,1,1,47970,75,1489375385,'2016-08-05 01:08:28',''),(46455,1,1,47971,1,1159646682,'2016-08-05 02:24:09',''),(46456,1,1,47972,65,3024883469,'2016-08-05 02:57:20',''),(46457,1,1,47973,1,872391334,'2016-08-05 03:13:10',''),(46458,1,1,47974,26,2955169831,'2016-08-05 05:26:16',''),(46459,1,1,47975,26,2955169831,'2016-08-05 05:26:19',''),(46460,1,1,47976,26,2955169831,'2016-08-05 05:26:21',''),(46461,1,1,47977,1,1123632532,'2016-08-05 06:31:05',''),(46462,1,1,47978,63,1123632535,'2016-08-05 06:35:29',''),(46463,1,1,47986,1,3458839043,'2016-08-05 07:59:36',''),(46464,1,1,47987,1,1542483298,'2016-08-05 09:36:32',''),(46465,1,1,47988,16,872366355,'2016-08-05 12:06:03',''),(46466,1,1,47989,1,1451831205,'2016-08-05 14:04:41','https://www.google.co.uk/'),(46467,1,1,47990,15,2637637612,'2016-08-05 16:58:36',''),(46468,1,1,47991,1,1523893081,'2016-08-05 17:38:23','https://www.google.co.uk/'),(46469,1,1,47992,62,3475901874,'2016-08-05 17:41:36',''),(46470,1,1,47993,1,3024883485,'2016-08-05 18:13:28',''),(46471,1,1,47994,1,1443718794,'2016-08-05 18:43:09','https://www.google.co.uk/'),(46472,1,1,47995,1,3024883612,'2016-08-05 20:33:24',''),(46473,1,1,47996,1,2420901012,'2016-08-05 20:46:50',''),(46474,1,1,47997,69,3024883617,'2016-08-05 22:35:27',''),(46475,1,1,47998,6,529856174,'2016-08-05 23:09:57',''),(46476,1,1,47999,18,2420901739,'2016-08-06 00:07:06',''),(46477,1,1,48000,29,2420901739,'2016-08-06 00:07:27',''),(46478,1,1,48001,1,921329181,'2016-08-06 00:10:17',''),(46479,1,1,48002,1,1053988087,'2016-08-06 00:26:50',''),(46480,1,1,48003,27,872317502,'2016-08-06 02:08:21',''),(46481,1,1,48004,44,872317502,'2016-08-06 02:08:25',''),(46482,1,1,48005,49,872317502,'2016-08-06 02:08:29',''),(46483,1,1,48006,43,2328461168,'2016-08-06 02:14:20',''),(46484,1,1,48007,27,2328461168,'2016-08-06 02:14:23',''),(46485,1,1,48008,58,2328461168,'2016-08-06 02:14:27',''),(46486,1,1,48009,45,1152705881,'2016-08-06 03:29:25',''),(46487,1,1,48010,1,1534710587,'2016-08-06 07:15:01',''),(46488,1,1,48011,1,919934934,'2016-08-06 08:14:15',''),(46489,1,1,48012,1,919934934,'2016-08-06 08:14:20',''),(46490,1,1,48013,52,2538610603,'2016-08-06 08:58:31',''),(46491,1,1,48014,1,1542483278,'2016-08-06 09:37:20',''),(46492,1,1,48015,10,676177664,'2016-08-06 11:03:19',''),(46493,1,1,48016,68,3024883610,'2016-08-06 11:32:41',''),(46494,1,1,48017,1,3024883613,'2016-08-06 12:06:11',''),(46495,1,1,48018,1,3024883465,'2016-08-06 12:39:43',''),(46496,1,1,48019,1,3024883604,'2016-08-06 13:13:10',''),(46497,1,1,48020,43,3065588324,'2016-08-06 14:04:33',''),(46498,1,1,48021,1,3065588324,'2016-08-06 14:04:35',''),(46499,1,1,48022,43,3065588324,'2016-08-06 14:04:37',''),(46500,1,1,48023,1,3165040335,'2016-08-06 14:04:38',''),(46501,1,1,48024,1,3024883607,'2016-08-06 14:20:09',''),(46502,1,1,48025,1,1123631747,'2016-08-06 16:14:20',''),(46503,1,1,48026,1,2366158595,'2016-08-06 16:53:40',''),(46504,1,1,48027,1,2193699366,'2016-08-06 16:53:44',''),(46505,1,1,48028,55,3273031620,'2016-08-06 17:34:42',''),(46506,1,1,48029,1,3026313220,'2016-08-06 23:40:07',''),(46507,1,1,48030,18,2760155468,'2016-08-07 01:05:12',''),(46508,1,1,48031,1,1159647986,'2016-08-07 01:51:37',''),(46509,1,1,48032,1,2921498610,'2016-08-07 01:54:38',''),(46510,1,1,48033,1,3492536660,'2016-08-07 02:00:28',''),(46511,1,1,48034,1,3492536660,'2016-08-07 02:00:33',''),(46512,1,1,48035,1,3492536660,'2016-08-07 02:00:38',''),(46513,1,1,48036,1,3492536660,'2016-08-07 02:00:42',''),(46514,1,1,48037,1,3492536660,'2016-08-07 02:00:47',''),(46515,1,1,48038,1,3492536660,'2016-08-07 02:00:52',''),(46516,1,1,48039,1,3492536660,'2016-08-07 02:00:57',''),(46517,1,1,48040,1,3492536660,'2016-08-07 02:01:01',''),(46518,1,1,48041,1,3492536660,'2016-08-07 02:01:06',''),(46519,1,1,48042,1,3492536660,'2016-08-07 02:01:11',''),(46520,1,1,48043,1,3492536660,'2016-08-07 02:01:16',''),(46521,1,1,48044,1,3492536660,'2016-08-07 02:01:21',''),(46522,1,1,48045,1,3492536660,'2016-08-07 02:01:25',''),(46523,1,1,48046,1,3492536660,'2016-08-07 02:01:30',''),(46524,1,1,48047,1,3492536660,'2016-08-07 02:01:34',''),(46525,1,1,48048,1,3492536660,'2016-08-07 02:01:39',''),(46526,1,1,48049,1,3492536660,'2016-08-07 02:01:44',''),(46527,1,1,48050,1,3492536660,'2016-08-07 02:01:49',''),(46528,1,1,48051,73,676177664,'2016-08-07 02:16:25',''),(46529,1,1,48052,41,3024883483,'2016-08-07 02:23:26',''),(46530,1,1,48053,59,2513055951,'2016-08-07 04:49:18',''),(46531,1,1,48054,68,2513055951,'2016-08-07 04:49:21',''),(46532,1,1,48055,75,2513055951,'2016-08-07 04:49:24',''),(46533,1,1,48056,70,2538610598,'2016-08-07 05:47:43',''),(46534,1,1,48057,1,3475901821,'2016-08-07 07:07:42',''),(46535,1,1,48058,15,3475901821,'2016-08-07 07:07:43',''),(46536,1,1,48059,6,3475901821,'2016-08-07 07:07:44',''),(46537,1,1,48060,56,676177664,'2016-08-07 07:07:47',''),(46538,1,1,48061,26,676177664,'2016-08-07 07:07:48',''),(46539,1,1,48062,9,676177664,'2016-08-07 07:07:49',''),(46540,1,1,48063,26,676177664,'2016-08-07 07:07:50',''),(46541,1,1,48064,29,2637637481,'2016-08-07 07:12:27',''),(46542,1,1,48065,18,2637637481,'2016-08-07 07:12:28',''),(46543,1,1,48066,43,2637637481,'2016-08-07 07:12:29',''),(46544,1,1,48067,43,2637637481,'2016-08-07 07:13:17',''),(46545,1,1,48068,26,872320792,'2016-08-07 07:13:24',''),(46546,1,1,48069,26,872320792,'2016-08-07 07:13:26',''),(46547,1,1,48070,26,872320792,'2016-08-07 07:13:28',''),(46548,1,1,48071,73,3024883607,'2016-08-07 07:40:00',''),(46549,1,1,48072,1,1542483298,'2016-08-07 09:35:38',''),(46550,1,1,48073,6,2513057330,'2016-08-07 09:49:31',''),(46551,1,1,48074,1,1534682446,'2016-08-07 10:19:20',''),(46552,1,1,48075,1,3559909151,'2016-08-07 11:42:12',''),(46553,1,1,48076,1,3559909151,'2016-08-07 11:42:15',''),(46554,1,1,48077,3,3559909151,'2016-08-07 11:42:18',''),(46555,1,1,48078,3,3559909151,'2016-08-07 11:42:22',''),(46556,1,1,48079,54,1152705881,'2016-08-07 13:26:21',''),(46557,1,1,48081,18,872315324,'2016-08-07 13:30:47',''),(46558,1,1,48082,29,872315324,'2016-08-07 13:30:51',''),(46559,1,1,48083,27,1053973110,'2016-08-07 14:42:37',''),(46560,1,1,48084,44,1053973110,'2016-08-07 14:42:40',''),(46561,1,1,48085,49,1053973110,'2016-08-07 14:42:43',''),(46562,1,1,48086,1,1123631255,'2016-08-07 14:51:03',''),(46563,1,1,48087,1,1123631258,'2016-08-07 15:42:36',''),(46564,1,1,48088,41,1159653890,'2016-08-07 17:04:11',''),(46565,1,1,48089,43,1159653890,'2016-08-07 17:04:17',''),(46566,1,1,48090,1,2366158595,'2016-08-07 17:23:52',''),(46567,1,1,48091,1,1570674749,'2016-08-07 17:23:56',''),(46568,1,1,48092,15,2760155417,'2016-08-07 17:59:43',''),(46569,1,1,48093,28,3024883597,'2016-08-07 20:11:49',''),(46570,1,1,48094,6,2953382627,'2016-08-07 20:19:51',''),(46571,1,1,48095,18,2953382627,'2016-08-07 20:19:53',''),(46572,1,1,48096,29,2953382627,'2016-08-07 20:19:56',''),(46573,1,1,48097,66,2953382627,'2016-08-07 20:19:59',''),(46574,1,1,48098,1,84498858,'2016-08-07 21:03:18',''),(46575,1,1,48099,54,84498858,'2016-08-07 21:03:30',''),(46576,1,1,48100,66,84498858,'2016-08-07 21:03:35',''),(46577,1,1,48101,26,2328461168,'2016-08-07 22:36:15',''),(46578,1,1,48102,9,2328461168,'2016-08-07 22:36:19',''),(46579,1,1,48103,43,2366148121,'2016-08-07 22:51:18',''),(46580,1,1,48104,16,3589262799,'2016-08-07 23:50:16',''),(46581,1,1,48105,10,3589262799,'2016-08-07 23:50:20',''),(46582,1,1,48106,1,1024385332,'2016-08-08 00:21:46',''),(46583,1,1,48107,54,1024385332,'2016-08-08 00:21:49',''),(46584,1,1,48108,66,1024385332,'2016-08-08 00:21:52',''),(46585,1,1,48109,1,1024385332,'2016-08-08 00:21:55',''),(46586,1,1,48110,16,2366158595,'2016-08-08 00:50:26',''),(46587,1,1,48111,26,1311650550,'2016-08-08 01:04:56',''),(46588,1,1,48112,53,1311650550,'2016-08-08 01:04:59',''),(46589,1,1,48113,16,1558077045,'2016-08-08 01:07:53',''),(46590,1,1,48114,1,872309184,'2016-08-08 01:38:18',''),(46591,1,1,48115,1,872309184,'2016-08-08 01:38:20',''),(46592,1,1,48116,1,872309184,'2016-08-08 01:38:23',''),(46593,1,1,48117,43,2366158595,'2016-08-08 02:39:42',''),(46594,1,1,48118,68,2760155478,'2016-08-08 04:16:35',''),(46595,1,1,48119,6,3024883608,'2016-08-08 04:25:42',''),(46596,1,1,48120,1,1123631167,'2016-08-08 07:11:21',''),(46597,1,1,48121,1,1542483312,'2016-08-08 09:38:54',''),(46598,1,1,48122,52,3475901813,'2016-08-08 10:53:44',''),(46599,1,1,48123,26,84512482,'2016-08-08 13:49:47',''),(46600,1,1,48124,26,84512482,'2016-08-08 13:49:49',''),(46601,1,1,48125,26,84512482,'2016-08-08 13:49:52',''),(46602,1,1,48126,26,84512482,'2016-08-08 13:49:54',''),(46603,1,1,48127,1,3342489297,'2016-08-08 14:35:11',''),(46604,1,1,48128,1,2193699366,'2016-08-08 15:53:12',''),(46605,1,1,48129,1,2366145577,'2016-08-08 15:53:16',''),(46606,1,1,48130,1,3024883617,'2016-08-08 16:38:54',''),(46607,1,1,48131,56,2637637444,'2016-08-08 20:11:31',''),(46608,1,1,48132,6,392886099,'2016-08-08 20:16:47',''),(46609,1,1,48133,3,100662596,'2016-08-08 20:47:28',''),(46610,1,1,48134,1,3024883468,'2016-08-09 00:23:22',''),(46611,1,1,48135,1,1123631755,'2016-08-09 00:31:31',''),(46612,1,1,48136,1,1123631751,'2016-08-09 01:29:58',''),(46613,1,1,48137,62,2760155421,'2016-08-09 03:22:18',''),(46614,1,1,48138,43,2366158595,'2016-08-09 03:37:25',''),(46615,1,1,48139,1,1152705881,'2016-08-09 04:27:49',''),(46616,1,1,48140,1,1123631755,'2016-08-09 05:36:26',''),(46617,1,1,48141,1,1558030013,'2016-08-09 08:35:27',''),(46618,1,1,48142,59,1159644874,'2016-08-09 09:26:17',''),(46619,1,1,48143,68,1159644874,'2016-08-09 09:26:21',''),(46620,1,1,48144,75,1159644874,'2016-08-09 09:26:25',''),(46621,1,1,48145,1,1542483276,'2016-08-09 09:37:19',''),(46622,1,1,48146,1,1451544817,'2016-08-09 11:40:43',''),(46623,1,1,48147,1,1451544817,'2016-08-09 11:40:45',''),(46624,1,1,48148,3,1451544817,'2016-08-09 11:40:47',''),(46625,1,1,48149,3,1451544817,'2016-08-09 11:40:50',''),(46626,1,1,48150,26,84498287,'2016-08-09 11:46:01',''),(46627,1,1,48151,26,84498287,'2016-08-09 11:46:03',''),(46628,1,1,48152,26,84498287,'2016-08-09 11:46:05',''),(46629,1,1,48153,1,1123631751,'2016-08-09 12:06:11',''),(46630,1,1,48154,72,84498287,'2016-08-09 12:49:34',''),(46631,1,1,48155,43,2366158595,'2016-08-09 13:08:07',''),(46632,1,1,48156,6,3024883489,'2016-08-09 13:15:21',''),(46633,1,1,48157,1,41492238,'2016-08-09 13:21:50','https://www.bing.com/'),(46634,1,1,48158,63,3273031620,'2016-08-09 14:04:15',''),(46635,1,1,48159,1,2953382627,'2016-08-09 14:55:45',''),(46636,1,1,48160,18,1159644850,'2016-08-09 15:31:39',''),(46637,1,1,48161,29,1159644850,'2016-08-09 15:31:48',''),(46638,1,1,48162,1,2995345394,'2016-08-09 15:46:03',''),(46639,1,1,48163,1,2995345394,'2016-08-09 15:46:04',''),(46640,1,1,48164,27,1534678664,'2016-08-09 17:17:49',''),(46641,1,1,48165,44,1534678664,'2016-08-09 17:17:52',''),(46642,1,1,48166,49,1534678664,'2016-08-09 17:17:56',''),(46643,1,1,48167,68,3475901727,'2016-08-09 18:31:47',''),(46644,1,1,48168,65,3475901727,'2016-08-09 18:31:48',''),(46645,1,1,48169,1,2328460687,'2016-08-09 20:13:04',''),(46646,1,1,48170,1,3024883490,'2016-08-09 21:20:16',''),(46647,1,1,48171,1,1123631755,'2016-08-09 23:18:34',''),(46648,1,1,48172,1,1123631747,'2016-08-09 23:41:34',''),(46649,1,1,48173,72,3024883465,'2016-08-10 00:17:05',''),(46650,1,1,48174,1,1123631747,'2016-08-10 01:57:30',''),(46651,1,1,48175,1,676177748,'2016-08-10 03:24:07',''),(46652,1,1,48176,1,3492536660,'2016-08-10 03:47:27',''),(46653,1,1,48177,1,1123631751,'2016-08-10 07:35:14',''),(46654,1,1,48179,1,676177748,'2016-08-10 07:57:56',''),(46655,1,1,48180,1,1123631755,'2016-08-10 08:12:12',''),(46656,1,1,48181,6,676177748,'2016-08-10 08:50:47',''),(46657,1,1,48182,1,1542483313,'2016-08-10 10:05:26',''),(46658,1,1,48183,1,1123631751,'2016-08-10 10:15:21',''),(46659,1,1,48184,1,1123631747,'2016-08-10 10:21:36',''),(46660,1,1,48185,28,676177748,'2016-08-10 12:00:37',''),(46661,1,1,48186,1,3024883479,'2016-08-10 12:27:03',''),(46662,1,1,48187,1,1123631755,'2016-08-10 12:30:42',''),(46663,1,1,48189,1,1159644874,'2016-08-10 12:59:54',''),(46664,1,1,48190,1,3495654154,'2016-08-10 13:30:43',''),(46665,1,1,48191,43,3164984858,'2016-08-10 13:59:35',''),(46666,1,1,48192,27,3164984858,'2016-08-10 13:59:38',''),(46667,1,1,48193,58,3164984858,'2016-08-10 13:59:41',''),(46668,1,1,48194,1,1123631751,'2016-08-10 14:18:47',''),(46669,1,1,48195,1,2193699366,'2016-08-10 15:07:19',''),(46670,1,1,48196,1,1570674749,'2016-08-10 15:07:23',''),(46671,1,1,48197,41,772383919,'2016-08-10 15:35:40',''),(46672,1,1,48198,43,772383919,'2016-08-10 15:35:42',''),(46673,1,1,48199,1,1354860064,'2016-08-10 15:42:54','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwjOsZ75l7fOAhViIMAKHbW3Co8QFggdMAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.129389765,d.d24'),(46674,1,1,48200,1,3495879839,'2016-08-10 23:30:18',''),(46675,1,1,48201,1,2366148121,'2016-08-11 03:48:33',''),(46676,1,1,48202,1,100662596,'2016-08-11 03:48:35',''),(46677,1,1,48203,1,873076718,'2016-08-11 03:58:24',''),(46678,1,1,48204,72,3024883600,'2016-08-11 05:04:19',''),(46679,1,1,48205,1,875271042,'2016-08-11 05:49:04',''),(46680,1,1,48206,6,1123631747,'2016-08-11 08:15:06',''),(46681,1,1,48207,63,2637637457,'2016-08-11 08:21:23',''),(46682,1,1,48208,1,2420902020,'2016-08-11 09:29:18',''),(46683,1,1,48209,1,1542483277,'2016-08-11 09:55:55',''),(46684,1,1,48210,1,1354860064,'2016-08-11 10:40:46','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwjf3L2slrnOAhUUOsAKHUgfAz0QFghAMAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.129422649,d.d24'),(46685,1,1,48211,1,875225282,'2016-08-11 10:48:45',''),(46686,1,1,48212,59,1159648594,'2016-08-11 11:25:52',''),(46687,1,1,48213,68,1159648594,'2016-08-11 11:25:56',''),(46688,1,1,48214,75,1159648594,'2016-08-11 11:25:59',''),(46689,1,1,48215,72,2513055649,'2016-08-11 12:23:46',''),(46690,1,1,48216,65,1380378934,'2016-08-11 13:14:38','https://www.google.co.uk'),(46691,1,1,48217,1,872362820,'2016-08-11 13:21:27',''),(46692,1,1,48218,18,772044803,'2016-08-11 14:23:04',''),(46693,1,1,48219,29,772044803,'2016-08-11 14:23:07',''),(46694,1,1,48220,27,1159648714,'2016-08-11 14:50:31',''),(46695,1,1,48221,44,1159648714,'2016-08-11 14:50:34',''),(46696,1,1,48222,49,1159648714,'2016-08-11 14:50:37',''),(46697,1,1,48223,1,1587212101,'2016-08-11 15:43:33',''),(46698,1,1,48224,1,1587212101,'2016-08-11 15:43:37',''),(46699,1,1,48225,3,1587212101,'2016-08-11 15:43:59',''),(46700,1,1,48226,3,1587212101,'2016-08-11 15:44:04',''),(46701,1,1,48227,1,915753695,'2016-08-11 16:38:31',''),(46702,1,1,48228,1,915753695,'2016-08-11 16:38:37',''),(46703,1,1,48229,9,1558077047,'2016-08-11 16:57:10',''),(46704,1,1,48230,41,1558077047,'2016-08-11 16:57:13',''),(46705,1,1,48231,48,1558077047,'2016-08-11 16:57:15',''),(46706,1,1,48232,26,2297665554,'2016-08-11 16:59:43',''),(46707,1,1,48233,26,2297665554,'2016-08-11 16:59:46',''),(46708,1,1,48234,26,2297665554,'2016-08-11 16:59:48',''),(46709,1,1,48235,1,2420915477,'2016-08-11 18:52:23',''),(46710,1,1,48236,15,3475901883,'2016-08-11 19:07:04',''),(46711,1,1,48237,6,3475901883,'2016-08-11 19:07:06',''),(46712,1,1,48238,3,2637637457,'2016-08-11 19:07:06',''),(46713,1,1,48239,1,3475901883,'2016-08-11 19:07:07',''),(46714,1,1,48240,1,875285759,'2016-08-11 19:16:20',''),(46715,1,1,48241,50,3475901883,'2016-08-11 21:28:02',''),(46716,1,1,48242,1,84507508,'2016-08-11 21:42:18',''),(46717,1,1,48243,43,3024883591,'2016-08-12 02:19:57',''),(46718,1,1,48244,1,84498535,'2016-08-12 03:04:27',''),(46719,1,1,48245,1,84498535,'2016-08-12 03:04:32',''),(46720,1,1,48246,1,84498535,'2016-08-12 03:04:35',''),(46721,1,1,48247,1,84498535,'2016-08-12 03:04:41',''),(46722,1,1,48248,1,84498535,'2016-08-12 03:04:45',''),(46723,1,1,48249,1,84498535,'2016-08-12 03:04:48',''),(46724,1,1,48250,1,84498535,'2016-08-12 03:04:51',''),(46725,1,1,48251,1,84498535,'2016-08-12 03:04:54',''),(46726,1,1,48252,1,84498535,'2016-08-12 03:05:00',''),(46727,1,1,48253,1,84498535,'2016-08-12 03:05:25',''),(46728,1,1,48254,1,875285667,'2016-08-12 03:10:39',''),(46729,1,1,48255,6,872320261,'2016-08-12 04:39:14',''),(46730,1,1,48256,6,772045740,'2016-08-12 04:59:41',''),(46731,1,1,48257,18,772045740,'2016-08-12 04:59:43',''),(46732,1,1,48258,29,772045740,'2016-08-12 04:59:46',''),(46733,1,1,48259,66,772045740,'2016-08-12 04:59:49',''),(46734,1,1,48260,41,3514728241,'2016-08-12 05:27:49',''),(46735,1,1,48261,43,3514728241,'2016-08-12 05:28:01',''),(46736,1,1,48262,1,1443460054,'2016-08-12 06:08:14','https://www.bing.com/'),(46737,1,1,48263,26,2420907426,'2016-08-12 06:10:33',''),(46738,1,1,48264,26,2420907426,'2016-08-12 06:10:35',''),(46739,1,1,48265,26,2420907426,'2016-08-12 06:10:37',''),(46740,1,1,48266,26,2420907426,'2016-08-12 06:10:39',''),(46741,1,1,48267,53,1123631751,'2016-08-12 06:38:56',''),(46742,1,1,48268,9,1053977545,'2016-08-12 07:00:51',''),(46743,1,1,48269,26,2420902987,'2016-08-12 08:40:52',''),(46744,1,1,48270,26,2420902987,'2016-08-12 08:40:54',''),(46745,1,1,48271,26,2420902987,'2016-08-12 08:40:57',''),(46746,1,1,48272,26,2420902987,'2016-08-12 08:41:00',''),(46747,1,1,48273,1,1542483308,'2016-08-12 09:49:41',''),(46748,1,1,48274,1,1330547962,'2016-08-12 10:46:13','https://www.google.co.uk/'),(46749,1,1,48275,16,3589262799,'2016-08-12 11:15:49',''),(46750,1,1,48276,26,84514582,'2016-08-12 11:16:41',''),(46751,1,1,48277,53,84514582,'2016-08-12 11:16:46',''),(46752,1,1,48278,1,875276845,'2016-08-12 12:39:03',''),(46753,1,1,48279,15,3024883465,'2016-08-12 14:38:11',''),(46754,1,1,48280,58,2760155449,'2016-08-12 14:49:10',''),(46755,1,1,48281,43,3233507563,'2016-08-12 18:28:15',''),(46756,1,1,48282,27,3233507563,'2016-08-12 18:28:18',''),(46757,1,1,48283,58,3233507563,'2016-08-12 18:28:21',''),(46758,1,1,48284,1,3024883487,'2016-08-12 18:57:13',''),(46759,1,1,48285,1,84504390,'2016-08-12 19:06:39',''),(46760,1,1,48286,1,3233507563,'2016-08-12 19:20:31',''),(46761,1,1,48287,1,3233507563,'2016-08-12 19:20:34',''),(46762,1,1,48288,1,3233507563,'2016-08-12 19:20:38',''),(46763,1,1,48289,1,3233507563,'2016-08-12 19:20:40',''),(46764,1,1,48290,1,3233507563,'2016-08-12 19:20:45',''),(46765,1,1,48291,1,3233507563,'2016-08-12 19:20:48',''),(46766,1,1,48292,1,3233507563,'2016-08-12 19:20:50',''),(46767,1,1,48293,1,3233507563,'2016-08-12 19:20:53',''),(46768,1,1,48294,1,3233507563,'2016-08-12 19:20:56',''),(46769,1,1,48295,1,3233507563,'2016-08-12 19:20:59',''),(46770,1,1,48296,1,875249984,'2016-08-12 19:49:17',''),(46771,1,1,48297,1,1427043426,'2016-08-12 20:18:36',''),(46772,1,1,48298,75,872366426,'2016-08-12 22:17:00',''),(46773,1,1,48299,1,875274613,'2016-08-13 05:06:38',''),(46774,1,1,48300,1,1123631747,'2016-08-13 06:36:28',''),(46775,1,1,48301,55,1123631751,'2016-08-13 06:40:08',''),(46776,1,1,48302,16,2760155452,'2016-08-13 06:55:49',''),(46777,1,1,48303,1,3024883464,'2016-08-13 07:38:00',''),(46778,1,1,48304,1,1123631755,'2016-08-13 07:52:39',''),(46779,1,1,48305,48,3475901838,'2016-08-13 08:17:17',''),(46780,1,1,48306,1,1542483320,'2016-08-13 10:00:16',''),(46781,1,1,48307,64,3024883471,'2016-08-13 10:00:47',''),(46782,1,1,48308,1,2731721857,'2016-08-13 12:29:57',''),(46783,1,1,48309,54,2731721857,'2016-08-13 12:30:00',''),(46784,1,1,48310,66,2731721857,'2016-08-13 12:30:02',''),(46785,1,1,48311,1,2731721857,'2016-08-13 12:30:06',''),(46786,1,1,48312,41,3475901884,'2016-08-13 13:50:21',''),(46787,1,1,48313,1,1123631755,'2016-08-13 16:44:03',''),(46788,1,1,48314,1,2420915477,'2016-08-13 17:01:56',''),(46789,1,1,48315,1,872292434,'2016-08-13 18:07:02',''),(46790,1,1,48316,1,872292434,'2016-08-13 18:07:07',''),(46791,1,1,48317,3,872292434,'2016-08-13 18:07:09',''),(46792,1,1,48318,3,872292434,'2016-08-13 18:07:13',''),(46793,1,1,48319,65,1123631747,'2016-08-13 18:35:17',''),(46794,1,1,48321,59,2420902020,'2016-08-13 20:28:32',''),(46795,1,1,48322,68,2420902020,'2016-08-13 20:30:26',''),(46796,1,1,48323,75,2420902020,'2016-08-13 20:30:51',''),(46797,1,1,48324,1,1123631755,'2016-08-13 20:35:01',''),(46798,1,1,48325,72,1539462250,'2016-08-13 21:12:51',''),(46799,1,1,48326,26,1159644858,'2016-08-13 22:39:47',''),(46800,1,1,48327,26,1159644858,'2016-08-13 22:39:50',''),(46801,1,1,48328,26,1159644858,'2016-08-13 22:40:02',''),(46802,1,1,48329,1,2538613875,'2016-08-13 22:55:26',''),(46803,1,1,48330,1,872362822,'2016-08-13 23:10:44',''),(46804,1,1,48331,52,3024883473,'2016-08-13 23:16:32',''),(46805,1,1,48332,1,3024883612,'2016-08-14 00:25:07',''),(46806,1,1,48333,69,872366422,'2016-08-14 02:20:51',''),(46807,1,1,48334,1,1123631747,'2016-08-14 02:55:06',''),(46808,1,1,48335,16,3475901884,'2016-08-14 05:13:34',''),(46809,1,1,48336,72,2637637572,'2016-08-14 05:59:41',''),(46810,1,1,48337,69,2637637380,'2016-08-14 06:00:06',''),(46811,1,1,48338,9,1152705881,'2016-08-14 06:44:32',''),(46812,1,1,48339,1,1123631747,'2016-08-14 07:17:16',''),(46813,1,1,48340,18,2917834746,'2016-08-14 07:54:01',''),(46814,1,1,48341,29,2917834746,'2016-08-14 07:54:04',''),(46815,1,1,48342,6,1123631747,'2016-08-14 08:03:53',''),(46816,1,1,48343,27,1311650550,'2016-08-14 08:16:23',''),(46817,1,1,48344,44,1311650550,'2016-08-14 08:16:26',''),(46818,1,1,48345,49,1311650550,'2016-08-14 08:16:29',''),(46819,1,1,48346,1,84491906,'2016-08-14 09:23:45',''),(46820,1,1,48347,1,1542483288,'2016-08-14 09:48:21',''),(46821,1,1,48348,9,772043973,'2016-08-14 09:50:15',''),(46822,1,1,48349,41,772043973,'2016-08-14 09:50:18',''),(46823,1,1,48350,48,772043973,'2016-08-14 09:50:20',''),(46824,1,1,48351,66,1152705881,'2016-08-14 10:33:38',''),(46825,1,1,48352,1,772045740,'2016-08-14 10:59:13',''),(46826,1,1,48353,54,772045740,'2016-08-14 10:59:15',''),(46827,1,1,48354,66,772045740,'2016-08-14 10:59:18',''),(46828,1,1,48355,6,2916130234,'2016-08-14 11:34:15',''),(46829,1,1,48356,18,2916130234,'2016-08-14 11:34:18',''),(46830,1,1,48357,29,2916130234,'2016-08-14 11:34:22',''),(46831,1,1,48358,66,2916130234,'2016-08-14 11:34:25',''),(46832,1,1,48359,16,1152705881,'2016-08-14 11:52:03',''),(46833,1,1,48360,41,872391335,'2016-08-14 12:10:53',''),(46834,1,1,48361,43,872391335,'2016-08-14 12:10:56',''),(46835,1,1,48362,1,1123631747,'2016-08-14 12:46:47',''),(46836,1,1,48363,1,2366148121,'2016-08-14 14:35:50',''),(46837,1,1,48364,1,2193699366,'2016-08-14 14:35:53',''),(46838,1,1,48365,6,2420907330,'2016-08-14 14:57:40',''),(46839,1,1,48366,1,3024883467,'2016-08-14 15:10:36',''),(46840,1,1,48367,1,856235740,'2016-08-14 15:19:03','https://www.bing.com/'),(46841,1,1,48368,1,1159647986,'2016-08-14 15:45:20',''),(46842,1,1,48369,26,1024385337,'2016-08-14 16:11:48',''),(46843,1,1,48370,26,1024385337,'2016-08-14 16:11:50',''),(46844,1,1,48371,26,1024385337,'2016-08-14 16:11:53',''),(46845,1,1,48372,26,1024385337,'2016-08-14 16:11:55',''),(46846,1,1,48373,1,84497668,'2016-08-14 16:52:12',''),(46847,1,1,48374,54,84497668,'2016-08-14 16:52:15',''),(46848,1,1,48375,66,84497668,'2016-08-14 16:52:17',''),(46849,1,1,48376,1,84497668,'2016-08-14 16:52:26',''),(46850,1,1,48377,9,872366432,'2016-08-14 17:11:48',''),(46851,1,1,48378,1,1212997084,'2016-08-14 17:32:07',''),(46852,1,1,48379,6,1212997084,'2016-08-14 17:32:09',''),(46853,1,1,48380,64,1212997084,'2016-08-14 17:32:12',''),(46854,1,1,48381,65,1212997084,'2016-08-14 17:32:13',''),(46855,1,1,48382,69,1212997084,'2016-08-14 17:32:15',''),(46856,1,1,48383,63,1212997084,'2016-08-14 17:32:16',''),(46857,1,1,48384,18,1212997084,'2016-08-14 17:32:18',''),(46858,1,1,48385,51,1212997084,'2016-08-14 17:32:19',''),(46859,1,1,48386,50,1212997084,'2016-08-14 17:32:22',''),(46860,1,1,48387,1,1212997084,'2016-08-14 17:32:24',''),(46861,1,1,48388,28,1212997084,'2016-08-14 17:32:26',''),(46862,1,1,48389,52,1212997084,'2016-08-14 17:32:28',''),(46863,1,1,48390,1,1212997084,'2016-08-14 17:32:30',''),(46864,1,1,48391,51,1212997084,'2016-08-14 17:32:31',''),(46865,1,1,48392,1,1212997084,'2016-08-14 17:32:34',''),(46866,1,1,48393,1,1212997084,'2016-08-14 17:32:35',''),(46867,1,1,48394,1,1212997084,'2016-08-14 17:32:36',''),(46868,1,1,48395,26,872362777,'2016-08-14 17:41:51',''),(46869,1,1,48396,53,872362777,'2016-08-14 17:41:54',''),(46870,1,1,48397,1,697048064,'2016-08-14 18:45:09',''),(46871,1,1,48398,1,1123631755,'2016-08-14 21:43:52',''),(46872,1,1,48399,72,2637637523,'2016-08-14 23:10:19',''),(46873,1,1,48400,56,3273031620,'2016-08-14 23:45:21',''),(46874,1,1,48401,1,1159648594,'2016-08-15 00:16:33',''),(46875,1,1,48402,43,3024883482,'2016-08-15 00:23:53',''),(46876,1,1,48403,43,2420902987,'2016-08-15 01:31:42',''),(46877,1,1,48404,27,2420902987,'2016-08-15 01:31:45',''),(46878,1,1,48405,58,2420902987,'2016-08-15 01:31:48',''),(46879,1,1,48406,1,3458834992,'2016-08-15 03:48:21',''),(46880,1,1,48407,1,772022347,'2016-08-15 06:08:58',''),(46881,1,1,48408,1,772022347,'2016-08-15 06:09:00',''),(46882,1,1,48409,1,772022347,'2016-08-15 06:09:03',''),(46883,1,1,48410,1,772022347,'2016-08-15 06:09:05',''),(46884,1,1,48411,1,772022347,'2016-08-15 06:09:07',''),(46885,1,1,48412,1,772022347,'2016-08-15 06:09:09',''),(46886,1,1,48413,1,772022347,'2016-08-15 06:09:11',''),(46887,1,1,48414,1,772022347,'2016-08-15 06:09:14',''),(46888,1,1,48415,1,772022347,'2016-08-15 06:09:16',''),(46889,1,1,48416,1,772022347,'2016-08-15 06:09:18',''),(46890,1,1,48417,70,676177696,'2016-08-15 09:23:55',''),(46891,1,1,48418,1,1542483298,'2016-08-15 09:41:38',''),(46892,1,1,48419,38,3024883611,'2016-08-15 11:36:34',''),(46893,1,1,48420,1,84498858,'2016-08-15 13:11:48',''),(46894,1,1,48421,1,84498858,'2016-08-15 13:11:51',''),(46895,1,1,48422,1,84498858,'2016-08-15 13:11:54',''),(46896,1,1,48423,1,84498858,'2016-08-15 13:11:56',''),(46897,1,1,48424,1,84498858,'2016-08-15 13:11:59',''),(46898,1,1,48425,1,84498858,'2016-08-15 13:12:01',''),(46899,1,1,48426,1,84498858,'2016-08-15 13:12:03',''),(46900,1,1,48427,1,1891902198,'2016-08-15 13:20:31','https://www.google.co.in/'),(46901,1,1,48428,1,782615950,'2016-08-15 13:44:26',''),(46902,1,1,48429,1,1384442415,'2016-08-15 13:52:50','https://www.google.co.uk/'),(46903,1,1,48430,41,872366415,'2016-08-15 14:31:47',''),(46904,1,1,48431,43,872366372,'2016-08-15 15:59:51',''),(46905,1,1,48432,71,676177696,'2016-08-15 16:28:03',''),(46906,1,1,48433,15,2366158595,'2016-08-15 17:29:03',''),(46907,1,1,48434,50,2366148121,'2016-08-15 17:31:04',''),(46908,1,1,48435,1,1123631755,'2016-08-15 18:13:05',''),(46909,1,1,48436,64,3475901888,'2016-08-15 18:15:37',''),(46910,1,1,48437,1,1089905930,'2016-08-15 19:44:53','http://whois.domaintools.com/mstyresblackburn.co.uk'),(46911,1,1,48438,1,1152705881,'2016-08-15 23:51:22',''),(46912,1,1,48440,1,1123631747,'2016-08-16 00:35:50',''),(46913,1,1,48441,42,2538610589,'2016-08-16 03:57:59',''),(46914,1,1,48442,65,2366158595,'2016-08-16 06:55:50',''),(46915,1,1,48443,1,1049232115,'2016-08-16 08:58:19',''),(46916,1,1,48444,1,1534682446,'2016-08-16 09:06:45',''),(46917,1,1,48445,1,1534682446,'2016-08-16 09:06:47',''),(46918,1,1,48446,3,1534682446,'2016-08-16 09:06:49',''),(46919,1,1,48447,3,1534682446,'2016-08-16 09:06:53',''),(46920,1,1,48448,59,3559909151,'2016-08-16 09:44:47',''),(46921,1,1,48449,68,3559909151,'2016-08-16 09:44:51',''),(46922,1,1,48450,75,3559909151,'2016-08-16 09:44:54',''),(46923,1,1,48451,1,1159648594,'2016-08-16 09:52:57',''),(46924,1,1,48452,1,1542483291,'2016-08-16 09:53:39',''),(46925,1,1,48453,63,2366158595,'2016-08-16 11:04:25',''),(46926,1,1,48454,56,3024883471,'2016-08-16 14:51:44',''),(46927,1,1,48455,26,2953382627,'2016-08-16 15:36:45',''),(46928,1,1,48456,26,2953382627,'2016-08-16 15:36:47',''),(46929,1,1,48457,26,2953382627,'2016-08-16 15:36:49',''),(46930,1,1,48458,1,2366148121,'2016-08-16 15:41:13',''),(46931,1,1,48459,1,2366158595,'2016-08-16 15:41:17',''),(46932,1,1,48460,27,3281697044,'2016-08-16 16:55:05',''),(46933,1,1,48461,44,3281697044,'2016-08-16 16:55:09',''),(46934,1,1,48462,49,3281697044,'2016-08-16 16:55:12',''),(46935,1,1,48463,1,2297665554,'2016-08-16 17:21:07',''),(46936,1,1,48464,1,2420901739,'2016-08-16 18:06:54',''),(46937,1,1,48465,65,2637637464,'2016-08-16 18:44:07',''),(46938,1,1,48466,53,1152705881,'2016-08-16 19:51:16',''),(46939,1,1,48467,62,2366158595,'2016-08-16 19:55:48',''),(46940,1,1,48468,18,1159644874,'2016-08-16 21:48:11',''),(46941,1,1,48469,29,1159644874,'2016-08-16 21:48:16',''),(46942,1,1,48470,1,1049232115,'2016-08-16 22:39:54',''),(46943,1,1,48471,72,872402717,'2016-08-16 23:03:51',''),(46944,1,1,48472,1,772043973,'2016-08-16 23:04:49',''),(46945,1,1,48473,1,772043973,'2016-08-16 23:04:52',''),(46946,1,1,48474,1,772043973,'2016-08-16 23:04:54',''),(46947,1,1,48475,1,772043973,'2016-08-16 23:04:57',''),(46948,1,1,48476,1,772043973,'2016-08-16 23:04:59',''),(46949,1,1,48477,1,772043973,'2016-08-16 23:05:03',''),(46950,1,1,48478,1,772043973,'2016-08-16 23:05:05',''),(46951,1,1,48479,1,772043973,'2016-08-16 23:05:08',''),(46952,1,1,48480,1,772043973,'2016-08-16 23:05:11',''),(46953,1,1,48481,1,772043973,'2016-08-16 23:05:15',''),(46954,1,1,48482,52,772043973,'2016-08-16 23:05:17',''),(46955,1,1,48483,50,772043973,'2016-08-16 23:05:20',''),(46956,1,1,48484,51,772043973,'2016-08-16 23:05:23',''),(46957,1,1,48485,56,772043973,'2016-08-16 23:05:26',''),(46958,1,1,48486,62,772043973,'2016-08-16 23:05:29',''),(46959,1,1,48487,63,772043973,'2016-08-16 23:05:32',''),(46960,1,1,48488,3,2637637464,'2016-08-16 23:55:51',''),(46961,1,1,48489,26,3475901888,'2016-08-16 23:55:59',''),(46962,1,1,48490,18,3475901888,'2016-08-16 23:56:00',''),(46963,1,1,48491,29,3475901888,'2016-08-16 23:56:01',''),(46964,1,1,48492,43,3475901888,'2016-08-16 23:56:02',''),(46965,1,1,48493,43,3475901888,'2016-08-16 23:56:04',''),(46966,1,1,48494,6,2637637380,'2016-08-16 23:57:46',''),(46967,1,1,48495,1,2637637380,'2016-08-16 23:57:48',''),(46968,1,1,48496,15,2637637380,'2016-08-16 23:57:49',''),(46969,1,1,48497,64,3024883472,'2016-08-17 00:12:33',''),(46970,1,1,48498,56,2760155412,'2016-08-17 00:25:17',''),(46971,1,1,48499,6,1053993637,'2016-08-17 03:30:49',''),(46972,1,1,48500,18,1053993637,'2016-08-17 03:30:57',''),(46973,1,1,48501,29,1053993637,'2016-08-17 03:31:02',''),(46974,1,1,48502,66,1053993637,'2016-08-17 03:31:07',''),(46975,1,1,48503,41,2916130234,'2016-08-17 04:03:37',''),(46976,1,1,48504,43,2916130234,'2016-08-17 04:03:41',''),(46977,1,1,48505,6,2538613161,'2016-08-17 04:25:00',''),(46978,1,1,48506,9,2986800871,'2016-08-17 04:54:09',''),(46979,1,1,48507,64,2986800871,'2016-08-17 04:54:13',''),(46980,1,1,48508,1,1123631747,'2016-08-17 06:07:47',''),(46981,1,1,48509,1,3024883618,'2016-08-17 06:29:52',''),(46982,1,1,48510,1,1123631747,'2016-08-17 06:45:52',''),(46983,1,1,48511,1,1542483295,'2016-08-17 09:51:34',''),(46984,1,1,48512,1,3392025370,'2016-08-17 10:32:12',''),(46985,1,1,48513,44,872366362,'2016-08-17 13:54:21',''),(46986,1,1,48514,45,872366411,'2016-08-17 15:19:14',''),(46987,1,1,48515,1,1159647986,'2016-08-17 16:24:44',''),(46988,1,1,48516,43,1572768954,'2016-08-17 17:19:40',''),(46989,1,1,48517,43,1572768954,'2016-08-17 17:21:04',''),(46990,1,1,48518,43,1572768954,'2016-08-17 17:21:05',''),(46991,1,1,48519,56,1152705881,'2016-08-17 17:33:34',''),(46992,1,1,48520,6,3024883478,'2016-08-17 19:59:13',''),(46993,1,1,48521,1,3342489294,'2016-08-17 20:07:05',''),(46994,1,1,48522,53,3342489294,'2016-08-17 20:07:08',''),(46995,1,1,48523,53,1123631751,'2016-08-17 20:50:32',''),(46996,1,1,48524,68,2637637464,'2016-08-17 21:58:31',''),(46997,1,1,48525,3,2637637464,'2016-08-17 22:09:37',''),(46998,1,1,48526,1,1123631491,'2016-08-18 03:15:35',''),(46999,1,1,48527,1,1123631495,'2016-08-18 03:20:25',''),(47000,1,1,48528,1,3024883463,'2016-08-18 03:21:49',''),(47001,1,1,48529,3,2637637464,'2016-08-18 03:38:11',''),(47002,1,1,48530,1,1123631499,'2016-08-18 03:45:00',''),(47003,1,1,48531,43,1667497444,'2016-08-18 03:58:05',''),(47004,1,1,48532,27,1667497444,'2016-08-18 03:58:08',''),(47005,1,1,48533,58,1667497444,'2016-08-18 03:58:12',''),(47006,1,1,48534,1,3024883463,'2016-08-18 04:21:21',''),(47007,1,1,48535,1,2921498610,'2016-08-18 06:30:32',''),(47008,1,1,48536,1,2921498610,'2016-08-18 06:30:35',''),(47009,1,1,48537,1,2921498610,'2016-08-18 06:30:39',''),(47010,1,1,48538,1,2921498610,'2016-08-18 06:30:42',''),(47011,1,1,48539,1,2921498610,'2016-08-18 06:30:45',''),(47012,1,1,48540,1,2921498610,'2016-08-18 06:31:10',''),(47013,1,1,48541,1,2921498610,'2016-08-18 06:31:14',''),(47014,1,1,48542,1,2921498610,'2016-08-18 06:31:19',''),(47015,1,1,48543,1,2921498610,'2016-08-18 06:31:22',''),(47016,1,1,48544,1,1123631495,'2016-08-18 07:33:41',''),(47017,1,1,48546,1,2366148121,'2016-08-18 08:37:16',''),(47018,1,1,48547,1,2366148121,'2016-08-18 08:37:20',''),(47019,1,1,48548,1,1542483304,'2016-08-18 11:08:01',''),(47020,1,1,48549,18,1152705881,'2016-08-18 13:51:32',''),(47021,1,1,48550,10,1123631495,'2016-08-18 14:56:43',''),(47022,1,1,48551,1,1123631491,'2016-08-18 14:56:48',''),(47023,1,1,48552,59,2987946353,'2016-08-18 16:35:55',''),(47024,1,1,48553,68,2987946353,'2016-08-18 16:35:59',''),(47025,1,1,48554,75,2987946353,'2016-08-18 16:36:02',''),(47026,1,1,48555,1,1054014164,'2016-08-18 17:01:23',''),(47027,1,1,48556,1,1054014164,'2016-08-18 17:01:26',''),(47028,1,1,48557,3,1054014164,'2016-08-18 17:01:31',''),(47029,1,1,48558,3,1054014164,'2016-08-18 17:01:38',''),(47030,1,1,48559,1,872399389,'2016-08-18 17:07:10',''),(47031,1,1,48560,66,3475901884,'2016-08-18 21:11:31',''),(47032,1,1,48561,56,3024883603,'2016-08-18 22:45:26',''),(47033,1,1,48562,1,786803397,'2016-08-19 00:29:23',''),(47034,1,1,48563,26,872402717,'2016-08-19 01:26:35',''),(47035,1,1,48564,26,872402717,'2016-08-19 01:26:38',''),(47036,1,1,48565,26,872402717,'2016-08-19 01:26:41',''),(47037,1,1,48566,3,872315322,'2016-08-19 06:35:15',''),(47038,1,1,48567,27,1053988087,'2016-08-19 07:36:17',''),(47039,1,1,48568,44,1053988087,'2016-08-19 07:36:20',''),(47040,1,1,48569,49,1053988087,'2016-08-19 07:36:24',''),(47041,1,1,48570,1,84497668,'2016-08-19 07:44:13',''),(47042,1,1,48571,1,1542483270,'2016-08-19 09:24:14',''),(47043,1,1,48572,1,772022347,'2016-08-19 09:35:50',''),(47044,1,1,48573,1,1489375385,'2016-08-19 13:15:56',''),(47045,1,1,48574,1,1489375385,'2016-08-19 13:15:58',''),(47046,1,1,48575,1,1489375385,'2016-08-19 13:16:01',''),(47047,1,1,48576,1,1489375385,'2016-08-19 13:16:03',''),(47048,1,1,48577,1,1489375385,'2016-08-19 13:16:05',''),(47049,1,1,48578,1,1489375385,'2016-08-19 13:16:08',''),(47050,1,1,48579,1,1489375385,'2016-08-19 13:16:10',''),(47051,1,1,48580,1,1489375385,'2016-08-19 13:16:13',''),(47052,1,1,48581,1,1489375385,'2016-08-19 13:16:15',''),(47053,1,1,48582,1,1489375385,'2016-08-19 13:16:17',''),(47054,1,1,48583,53,1489375385,'2016-08-19 13:16:19',''),(47055,1,1,48584,55,1489375385,'2016-08-19 13:16:22',''),(47056,1,1,48585,1,2731721858,'2016-08-19 13:20:55',''),(47057,1,1,48586,72,1503892502,'2016-08-19 13:51:05',''),(47058,1,1,48587,26,1388412687,'2016-08-19 15:03:17',''),(47059,1,1,48588,26,1388412687,'2016-08-19 15:03:20',''),(47060,1,1,48589,1,1388412687,'2016-08-19 15:03:24',''),(47061,1,1,48590,1,1388412687,'2016-08-19 15:03:28',''),(47062,1,1,48591,1,1388412687,'2016-08-19 15:03:35',''),(47063,1,1,48592,1,1388412687,'2016-08-19 15:03:39',''),(47064,1,1,48593,1,1388412687,'2016-08-19 15:03:42',''),(47065,1,1,48594,1,1388412687,'2016-08-19 15:03:46',''),(47066,1,1,48595,1,1388412687,'2016-08-19 15:03:49',''),(47067,1,1,48596,1,1388412687,'2016-08-19 15:03:52',''),(47068,1,1,48597,1,1388412687,'2016-08-19 15:03:55',''),(47069,1,1,48598,1,1388412687,'2016-08-19 15:04:00',''),(47070,1,1,48599,41,2420902990,'2016-08-19 15:24:36',''),(47071,1,1,48600,43,2420902990,'2016-08-19 15:24:44',''),(47072,1,1,48601,6,2420901739,'2016-08-19 16:19:20',''),(47073,1,1,48602,18,2420901739,'2016-08-19 16:19:22',''),(47074,1,1,48603,29,2420901739,'2016-08-19 16:19:25',''),(47075,1,1,48604,66,2420901739,'2016-08-19 16:19:27',''),(47076,1,1,48605,1,2745971005,'2016-08-19 17:26:17',''),(47077,1,1,48606,1,2745971005,'2016-08-19 17:26:22',''),(47078,1,1,48607,1,1123631255,'2016-08-19 17:53:22',''),(47079,1,1,48608,43,84491906,'2016-08-19 19:34:17',''),(47080,1,1,48609,27,84491906,'2016-08-19 19:34:20',''),(47081,1,1,48610,58,84491906,'2016-08-19 19:34:23',''),(47082,1,1,48611,1,1438904678,'2016-08-19 20:49:30',''),(47083,1,1,48612,1,1438904678,'2016-08-19 20:49:31',''),(47084,1,1,48613,1,3024883477,'2016-08-19 20:51:42',''),(47085,1,1,48614,1,1330354287,'2016-08-20 00:52:32','https://www.google.co.uk'),(47086,1,1,48615,1,1041817219,'2016-08-20 00:53:03',''),(47087,1,1,48616,1,1041817220,'2016-08-20 00:53:04',''),(47088,1,1,48617,1,2969178079,'2016-08-20 02:16:58','https://www.google.co.uk/'),(47089,1,1,48618,51,3024883484,'2016-08-20 05:31:13',''),(47090,1,1,48619,1,1542483269,'2016-08-20 09:36:20',''),(47091,1,1,48620,1,1570674749,'2016-08-20 09:46:29',''),(47092,1,1,48621,1,2366148121,'2016-08-20 09:46:33',''),(47093,1,1,48622,1,3495879273,'2016-08-20 11:49:21',''),(47094,1,1,48623,50,1152705881,'2016-08-20 12:15:22',''),(47095,1,1,48625,1,35527054,'2016-08-20 13:55:27',''),(47096,1,1,48626,1,1123631854,'2016-08-20 14:43:51',''),(47097,1,1,48627,71,1123631854,'2016-08-20 16:17:52',''),(47098,1,1,48628,1,1603336692,'2016-08-20 16:47:32','https://www.bing.com/'),(47099,1,1,48629,1,3590043686,'2016-08-20 20:00:37',''),(47100,1,1,48630,1,3590043686,'2016-08-20 20:00:39',''),(47101,1,1,48631,1,3590043686,'2016-08-20 20:00:41',''),(47102,1,1,48632,1,3590043686,'2016-08-20 20:00:44',''),(47103,1,1,48633,1,3590043686,'2016-08-20 20:00:46',''),(47104,1,1,48634,1,3590043686,'2016-08-20 20:00:48',''),(47105,1,1,48635,1,3590043686,'2016-08-20 20:00:51',''),(47106,1,1,48636,1,3590043686,'2016-08-20 20:00:53',''),(47107,1,1,48637,1,3590043686,'2016-08-20 20:00:55',''),(47108,1,1,48638,1,3590043686,'2016-08-20 20:00:58',''),(47109,1,1,48639,1,2953382627,'2016-08-20 22:54:44',''),(47110,1,1,48640,1,3024883594,'2016-08-20 23:48:01',''),(47111,1,1,48641,1,3024883467,'2016-08-21 00:26:21',''),(47112,1,1,48642,26,1159650810,'2016-08-21 00:30:30',''),(47113,1,1,48643,26,1159650810,'2016-08-21 00:30:32',''),(47114,1,1,48644,26,1159650810,'2016-08-21 00:30:35',''),(47115,1,1,48645,73,1159650810,'2016-08-21 00:30:42',''),(47116,1,1,48646,26,1049232115,'2016-08-21 00:51:45',''),(47117,1,1,48647,26,1049232115,'2016-08-21 00:51:47',''),(47118,1,1,48648,26,1049232115,'2016-08-21 00:51:49',''),(47119,1,1,48649,1,2420902020,'2016-08-21 00:54:13',''),(47120,1,1,48650,1,1053986805,'2016-08-21 03:20:44',''),(47121,1,1,48651,1,1053986805,'2016-08-21 03:20:47',''),(47122,1,1,48652,1,1053986805,'2016-08-21 03:20:50',''),(47123,1,1,48653,59,1053977545,'2016-08-21 03:37:21',''),(47124,1,1,48654,68,1053977545,'2016-08-21 03:37:26',''),(47125,1,1,48655,75,1053977545,'2016-08-21 03:37:29',''),(47126,1,1,48656,1,3475901884,'2016-08-21 03:54:09',''),(47127,1,1,48657,6,3475901884,'2016-08-21 03:56:40',''),(47128,1,1,48658,6,772022347,'2016-08-21 04:32:24',''),(47129,1,1,48659,18,772022347,'2016-08-21 04:32:27',''),(47130,1,1,48660,29,772022347,'2016-08-21 04:32:29',''),(47131,1,1,48661,66,772022347,'2016-08-21 04:32:32',''),(47132,1,1,48662,26,1049232115,'2016-08-21 05:51:22',''),(47133,1,1,48663,3,1049232115,'2016-08-21 05:51:27',''),(47134,1,1,48664,53,1049232115,'2016-08-21 05:51:30',''),(47135,1,1,48665,73,1049232115,'2016-08-21 05:51:32',''),(47136,1,1,48666,53,3475901884,'2016-08-21 06:19:41',''),(47137,1,1,48667,45,3024883467,'2016-08-21 07:46:58',''),(47138,1,1,48668,1,1603394405,'2016-08-21 08:10:15','https://www.google.co.uk/'),(47139,1,1,48669,1,3495654154,'2016-08-21 08:24:21',''),(47140,1,1,48670,1,1542483326,'2016-08-21 09:24:26',''),(47141,1,1,48671,3,2420902020,'2016-08-21 10:42:42',''),(47142,1,1,48672,1,3233507563,'2016-08-21 11:13:49',''),(47143,1,1,48673,54,3233507563,'2016-08-21 11:13:53',''),(47144,1,1,48674,66,3233507563,'2016-08-21 11:13:57',''),(47145,1,1,48675,1,3233507563,'2016-08-21 11:14:00',''),(47146,1,1,48676,1,1123631858,'2016-08-21 12:04:51',''),(47147,1,1,48677,27,772045740,'2016-08-21 12:19:11',''),(47148,1,1,48678,44,772045740,'2016-08-21 12:19:13',''),(47149,1,1,48679,49,772045740,'2016-08-21 12:19:16',''),(47150,1,1,48680,1,1123631850,'2016-08-21 12:27:18',''),(47151,1,1,48681,26,1054014164,'2016-08-21 14:30:17',''),(47152,1,1,48682,26,1054014164,'2016-08-21 14:30:30',''),(47153,1,1,48683,26,1054014164,'2016-08-21 14:30:34',''),(47154,1,1,48684,1,1054014164,'2016-08-21 14:30:44',''),(47155,1,1,48685,1,1054014164,'2016-08-21 14:31:02',''),(47156,1,1,48686,1,1054014164,'2016-08-21 14:31:13',''),(47157,1,1,48687,1,1054014164,'2016-08-21 14:31:22',''),(47158,1,1,48688,1,1054014164,'2016-08-21 14:31:30',''),(47159,1,1,48689,1,1054014164,'2016-08-21 14:31:37',''),(47160,1,1,48690,1,1054014164,'2016-08-21 14:31:50',''),(47161,1,1,48691,1,1054014164,'2016-08-21 14:31:56',''),(47162,1,1,48692,1,1054014164,'2016-08-21 14:32:05',''),(47163,1,1,48693,1,1054014164,'2016-08-21 14:32:11',''),(47164,1,1,48694,67,1054014164,'2016-08-21 14:32:17',''),(47165,1,1,48695,74,1054014164,'2016-08-21 14:32:25',''),(47166,1,1,48696,70,1054014164,'2016-08-21 14:32:36',''),(47167,1,1,48697,10,1054014164,'2016-08-21 14:32:41',''),(47168,1,1,48698,41,3589262799,'2016-08-21 15:10:50',''),(47169,1,1,48699,43,3589262799,'2016-08-21 15:10:52',''),(47170,1,1,48700,62,1053977545,'2016-08-21 17:19:23',''),(47171,1,1,48701,63,1053977545,'2016-08-21 17:19:41',''),(47172,1,1,48702,74,1053977545,'2016-08-21 17:19:52',''),(47173,1,1,48703,10,1152705881,'2016-08-21 17:29:06',''),(47174,1,1,48704,72,84512482,'2016-08-21 18:05:11',''),(47175,1,1,48705,9,1170583834,'2016-08-21 18:36:46',''),(47176,1,1,48706,64,1170583834,'2016-08-21 18:36:56',''),(47177,1,1,48707,1,3024883472,'2016-08-21 18:49:48',''),(47178,1,1,48708,3,676177727,'2016-08-21 19:33:06',''),(47179,1,1,48709,1,84492181,'2016-08-21 21:19:17',''),(47180,1,1,48710,26,676177727,'2016-08-21 22:49:24',''),(47181,1,1,48711,43,84498858,'2016-08-22 02:28:04',''),(47182,1,1,48712,27,84498858,'2016-08-22 02:28:07',''),(47183,1,1,48713,58,84498858,'2016-08-22 02:28:09',''),(47184,1,1,48714,57,3475901787,'2016-08-22 02:32:28',''),(47185,1,1,48715,1,3427775501,'2016-08-22 03:11:19',''),(47186,1,1,48716,1,1123631858,'2016-08-22 04:40:49',''),(47187,1,1,48717,6,1123631854,'2016-08-22 04:45:05',''),(47188,1,1,48718,55,2637637496,'2016-08-22 05:02:20',''),(47189,1,1,48719,53,3024883601,'2016-08-22 06:30:30',''),(47190,1,1,48720,1,1123631858,'2016-08-22 06:37:19',''),(47191,1,1,48721,1,3024883485,'2016-08-22 07:29:42',''),(47192,1,1,48722,6,1123631854,'2016-08-22 07:53:34',''),(47193,1,1,48723,43,2637637496,'2016-08-22 08:00:40',''),(47194,1,1,48724,1,1542483309,'2016-08-22 09:23:22',''),(47195,1,1,48725,1,1570674749,'2016-08-22 10:01:08',''),(47196,1,1,48726,1,2366145566,'2016-08-22 10:01:12',''),(47197,1,1,48727,1,1123631850,'2016-08-22 12:12:59',''),(47198,1,1,48728,1,1123631854,'2016-08-22 12:48:41',''),(47199,1,1,48729,1,1540436758,'2016-08-22 14:01:28',''),(47200,1,1,48730,26,2637637496,'2016-08-22 14:02:32',''),(47201,1,1,48731,1,2921498610,'2016-08-22 14:58:10',''),(47202,1,1,48732,50,872366420,'2016-08-22 21:20:48',''),(47203,1,1,48733,6,2760155454,'2016-08-22 23:34:19',''),(47204,1,1,48734,1,872309014,'2016-08-23 00:05:57',''),(47205,1,1,48735,1,872309014,'2016-08-23 00:05:59',''),(47206,1,1,48736,1,872309014,'2016-08-23 00:06:02',''),(47207,1,1,48737,1,872309014,'2016-08-23 00:06:04',''),(47208,1,1,48738,1,872309014,'2016-08-23 00:06:07',''),(47209,1,1,48739,1,872309014,'2016-08-23 00:06:09',''),(47210,1,1,48740,1,872309014,'2016-08-23 00:06:12',''),(47211,1,1,48741,1,872309014,'2016-08-23 00:06:14',''),(47212,1,1,48742,1,872309014,'2016-08-23 00:06:19',''),(47213,1,1,48743,1,872309014,'2016-08-23 00:06:23',''),(47214,1,1,48744,63,3024883485,'2016-08-23 01:00:45',''),(47215,1,1,48745,57,872366411,'2016-08-23 01:10:29',''),(47216,1,1,48746,6,84512482,'2016-08-23 02:06:16',''),(47217,1,1,48747,1,1542483266,'2016-08-23 09:25:47',''),(47218,1,1,48748,1,3164984858,'2016-08-23 09:46:35',''),(47219,1,1,48749,1,3164984858,'2016-08-23 09:46:37',''),(47220,1,1,48750,1,3164984858,'2016-08-23 09:46:40',''),(47221,1,1,48751,1,3164984858,'2016-08-23 09:46:42',''),(47222,1,1,48752,1,3164984858,'2016-08-23 09:46:44',''),(47223,1,1,48753,1,3164984858,'2016-08-23 09:46:47',''),(47224,1,1,48754,1,3164984858,'2016-08-23 09:46:49',''),(47225,1,1,48755,1,3164984858,'2016-08-23 09:46:51',''),(47226,1,1,48756,1,3164984858,'2016-08-23 09:46:53',''),(47227,1,1,48757,1,3164984858,'2016-08-23 09:46:56',''),(47228,1,1,48758,67,872366361,'2016-08-23 11:01:37',''),(47229,1,1,48759,64,2538610616,'2016-08-23 17:27:14',''),(47230,1,1,48760,48,3024883615,'2016-08-23 19:33:04',''),(47231,1,1,48761,26,84504390,'2016-08-23 22:02:48',''),(47232,1,1,48762,1,921555389,'2016-08-23 22:12:17',''),(47233,1,1,48763,10,2538610608,'2016-08-23 22:44:58',''),(47234,1,1,48764,1,1202985013,'2016-08-23 22:51:03',''),(47235,1,1,48765,1,1202985013,'2016-08-23 22:51:05',''),(47236,1,1,48766,3,1202985013,'2016-08-23 22:51:08',''),(47237,1,1,48767,3,1202985013,'2016-08-23 22:51:11',''),(47238,1,1,48768,63,1123631858,'2016-08-24 00:08:19',''),(47239,1,1,48769,1,1123631858,'2016-08-24 02:19:23',''),(47240,1,1,48770,1,1123631850,'2016-08-24 02:32:26',''),(47241,1,1,48771,1,1159644858,'2016-08-24 03:57:46',''),(47242,1,1,48772,1,2538613875,'2016-08-24 04:22:25',''),(47243,1,1,48773,1,2538613875,'2016-08-24 04:22:28',''),(47244,1,1,48774,1,2538613875,'2016-08-24 04:22:30',''),(47245,1,1,48775,1,2538613875,'2016-08-24 04:22:36',''),(47246,1,1,48776,1,2538613875,'2016-08-24 04:23:57',''),(47247,1,1,48777,1,1159650810,'2016-08-24 07:08:49',''),(47248,1,1,48778,59,1499631053,'2016-08-24 07:10:23',''),(47249,1,1,48779,68,1499631053,'2016-08-24 07:10:27',''),(47250,1,1,48780,75,1499631053,'2016-08-24 07:10:30',''),(47251,1,1,48781,1,1123631858,'2016-08-24 09:14:10',''),(47252,1,1,48782,1,1542483312,'2016-08-24 09:16:41',''),(47253,1,1,48783,1,1570674749,'2016-08-24 09:31:21',''),(47254,1,1,48784,1,1570674749,'2016-08-24 09:31:25',''),(47255,1,1,48785,1,2916130234,'2016-08-24 11:33:25',''),(47256,1,1,48786,1,3024883476,'2016-08-24 12:19:02',''),(47257,1,1,48787,1,3024883478,'2016-08-24 12:19:04',''),(47258,1,1,48788,1,1159644858,'2016-08-24 14:11:29',''),(47259,1,1,48789,3,1159648002,'2016-08-24 14:27:43',''),(47260,1,1,48790,43,1159644858,'2016-08-24 16:35:48',''),(47261,1,1,48791,68,1123631854,'2016-08-24 16:39:52',''),(47262,1,1,48792,62,1427626603,'2016-08-24 17:51:42','http://www.google.fi/url?sa=i&rct=j&q=&esrc=s&source=imgres&cd=&ved=0ahUKEwiss7arztrOAhVhDZoKHedODY8QjxwIAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D26%26controller%3Dproduct%26id_lang%3D1&psig=AFQjCNFolPmSbbSf7O7ADRh1C9Wutm'),(47263,1,1,48793,27,872320261,'2016-08-24 18:40:11',''),(47264,1,1,48794,44,872320261,'2016-08-24 18:40:14',''),(47265,1,1,48795,49,872320261,'2016-08-24 18:40:17',''),(47266,1,1,48796,1,84512482,'2016-08-24 18:57:30',''),(47267,1,1,48797,16,84512482,'2016-08-24 18:57:33',''),(47268,1,1,48798,16,84512482,'2016-08-24 18:57:36',''),(47269,1,1,48799,1,1796538632,'2016-08-24 19:16:13',''),(47270,1,1,48800,1,2745971005,'2016-08-24 20:15:17',''),(47271,1,1,48801,26,3475901764,'2016-08-24 20:30:35',''),(47272,1,1,48802,1,3625180219,'2016-08-24 20:37:00',''),(47273,1,1,48803,6,3236981386,'2016-08-24 20:55:17',''),(47274,1,1,48804,43,2420902020,'2016-08-24 20:59:16',''),(47275,1,1,48805,27,2420902020,'2016-08-24 20:59:19',''),(47276,1,1,48806,58,2420902020,'2016-08-24 20:59:22',''),(47277,1,1,48807,1,2385950810,'2016-08-24 20:59:45',''),(47278,1,1,48808,54,2385950810,'2016-08-24 20:59:49',''),(47279,1,1,48809,66,2385950810,'2016-08-24 20:59:53',''),(47280,1,1,48810,1,2385950810,'2016-08-24 20:59:56',''),(47281,1,1,48811,1,3024883608,'2016-08-24 21:06:51',''),(47282,1,1,48812,6,392829932,'2016-08-24 23:02:28',''),(47283,1,1,48813,29,1152705881,'2016-08-25 00:13:00',''),(47284,1,1,48814,56,3475901764,'2016-08-25 01:19:46',''),(47285,1,1,48815,26,3475901764,'2016-08-25 01:19:47',''),(47286,1,1,48816,26,3475901764,'2016-08-25 01:19:48',''),(47287,1,1,48817,3,2637637551,'2016-08-25 01:19:49',''),(47288,1,1,48818,9,3475901764,'2016-08-25 01:19:49',''),(47289,1,1,48819,6,2637637522,'2016-08-25 01:20:28',''),(47290,1,1,48820,1,2637637522,'2016-08-25 01:20:29',''),(47291,1,1,48821,15,2637637522,'2016-08-25 01:20:30',''),(47292,1,1,48822,43,2637637498,'2016-08-25 01:20:49',''),(47293,1,1,48823,29,2637637498,'2016-08-25 01:20:50',''),(47294,1,1,48824,18,2637637498,'2016-08-25 01:20:51',''),(47295,1,1,48825,43,2637637498,'2016-08-25 01:20:53',''),(47296,1,1,48826,26,2637637498,'2016-08-25 01:20:54',''),(47297,1,1,48827,46,2637637522,'2016-08-25 01:22:25',''),(47298,1,1,48828,26,872358997,'2016-08-25 02:25:45',''),(47299,1,1,48829,26,872358997,'2016-08-25 02:25:48',''),(47300,1,1,48830,26,872358997,'2016-08-25 02:25:51',''),(47301,1,1,48831,1,1123631854,'2016-08-25 03:13:39',''),(47302,1,1,48832,70,3024883618,'2016-08-25 07:57:09',''),(47303,1,1,48833,1,3024883605,'2016-08-25 08:00:41',''),(47304,1,1,48834,6,1123631854,'2016-08-25 08:11:10',''),(47305,1,1,48835,1,1542483325,'2016-08-25 09:38:57',''),(47306,1,1,48836,43,701003774,'2016-08-25 10:26:02','http://www.bing.com/search?q=ip%3A109.75.160.9+php%3Fid%3D&go=Rechercher&qs=ds&form=QBRE'),(47307,1,1,48837,43,872366387,'2016-08-25 12:25:52',''),(47308,1,1,48838,63,3386260915,'2016-08-25 14:10:19','https://www.google.cl'),(47309,1,1,48839,1,2420907756,'2016-08-25 14:26:57',''),(47310,1,1,48840,1,2420907756,'2016-08-25 14:27:01',''),(47311,1,1,48841,1,2420907756,'2016-08-25 14:27:03',''),(47312,1,1,48842,1,2420907756,'2016-08-25 14:27:06',''),(47313,1,1,48843,1,2420907756,'2016-08-25 14:27:08',''),(47314,1,1,48844,1,2420907756,'2016-08-25 14:27:11',''),(47315,1,1,48845,1,2420907756,'2016-08-25 14:27:14',''),(47316,1,1,48846,1,2420907756,'2016-08-25 14:27:16',''),(47317,1,1,48847,1,2420907756,'2016-08-25 14:27:19',''),(47318,1,1,48848,1,2420907756,'2016-08-25 14:27:21',''),(47319,1,1,48849,55,1152705881,'2016-08-25 16:51:42',''),(47320,1,1,48850,53,872366388,'2016-08-25 17:05:38',''),(47321,1,1,48851,72,2760155431,'2016-08-25 17:53:28',''),(47322,1,1,48852,6,3559909151,'2016-08-25 18:29:26',''),(47323,1,1,48853,18,3559909151,'2016-08-25 18:29:29',''),(47324,1,1,48854,29,3559909151,'2016-08-25 18:29:32',''),(47325,1,1,48855,66,3559909151,'2016-08-25 18:29:35',''),(47326,1,1,48856,68,1123631850,'2016-08-25 20:46:24',''),(47327,1,1,48857,1,872366424,'2016-08-25 22:34:56',''),(47328,1,1,48858,51,2637637501,'2016-08-25 23:29:57',''),(47329,1,1,48859,6,1049232115,'2016-08-26 00:22:34',''),(47330,1,1,48860,18,1049232115,'2016-08-26 00:23:31',''),(47331,1,1,48861,29,1049232115,'2016-08-26 00:23:34',''),(47332,1,1,48862,66,1049232115,'2016-08-26 00:23:36',''),(47333,1,1,48863,59,1534710587,'2016-08-26 00:38:50',''),(47334,1,1,48864,68,1534710587,'2016-08-26 00:38:54',''),(47335,1,1,48865,75,1534710587,'2016-08-26 00:39:00',''),(47336,1,1,48866,1,1049232115,'2016-08-26 00:56:25',''),(47337,1,1,48867,1,1049232115,'2016-08-26 00:56:28',''),(47338,1,1,48868,3,1049232115,'2016-08-26 00:56:30',''),(47339,1,1,48869,3,1049232115,'2016-08-26 00:56:34',''),(47340,1,1,48870,41,1388412687,'2016-08-26 01:34:48',''),(47341,1,1,48871,43,1388412687,'2016-08-26 01:35:01',''),(47342,1,1,48872,9,2731721826,'2016-08-26 01:44:24',''),(47343,1,1,48873,64,2731721826,'2016-08-26 01:44:27',''),(47344,1,1,48874,1,2538613161,'2016-08-26 01:57:15',''),(47345,1,1,48875,1,1159644850,'2016-08-26 03:10:05',''),(47346,1,1,48876,1,2071807763,'2016-08-26 04:38:30',''),(47347,1,1,48877,9,1170583834,'2016-08-26 05:27:30',''),(47348,1,1,48878,64,1170583834,'2016-08-26 05:27:55',''),(47349,1,1,48879,1,2420907426,'2016-08-26 06:29:30',''),(47350,1,1,48880,26,872362821,'2016-08-26 07:42:58',''),(47351,1,1,48881,26,872362821,'2016-08-26 07:43:01',''),(47352,1,1,48882,26,872362821,'2016-08-26 07:43:04',''),(47353,1,1,48883,3,1534710587,'2016-08-26 08:16:09',''),(47354,1,1,48884,1,2193699366,'2016-08-26 08:35:37',''),(47355,1,1,48885,1,2193699366,'2016-08-26 08:35:41',''),(47356,1,1,48886,1,3024883472,'2016-08-26 09:10:03',''),(47357,1,1,48887,1,1542483316,'2016-08-26 09:22:25',''),(47358,1,1,48888,1,1053988086,'2016-08-26 09:27:00',''),(47359,1,1,48889,3,1159653890,'2016-08-26 10:02:58',''),(47360,1,1,48890,27,1534678664,'2016-08-26 10:15:17',''),(47361,1,1,48891,44,1534678664,'2016-08-26 10:15:21',''),(47362,1,1,48892,49,1534678664,'2016-08-26 10:15:24',''),(47363,1,1,48893,1,3495654154,'2016-08-26 11:01:04',''),(47364,1,1,48894,1,3024883463,'2016-08-26 12:54:52',''),(47365,1,1,48895,50,3024883464,'2016-08-26 13:28:21',''),(47366,1,1,48896,1,772022347,'2016-08-26 14:00:37',''),(47367,1,1,48897,41,1159648714,'2016-08-26 15:22:11',''),(47368,1,1,48898,43,1159648714,'2016-08-26 15:22:21',''),(47369,1,1,48899,1,1123632618,'2016-08-26 15:28:13',''),(47370,1,1,48900,1,1123634284,'2016-08-26 16:35:17',''),(47371,1,1,48901,43,2385950810,'2016-08-26 17:15:44',''),(47372,1,1,48902,27,2385950810,'2016-08-26 17:15:48',''),(47373,1,1,48903,58,2385950810,'2016-08-26 17:15:52',''),(47374,1,1,48904,16,84498535,'2016-08-26 18:17:04',''),(47375,1,1,48905,16,84498535,'2016-08-26 18:17:09',''),(47376,1,1,48906,63,1123634284,'2016-08-26 20:06:06',''),(47377,1,1,48907,6,872320286,'2016-08-26 20:45:14',''),(47378,1,1,48908,26,2921498610,'2016-08-26 20:58:12',''),(47379,1,1,48909,26,2921498610,'2016-08-26 20:58:16',''),(47380,1,1,48910,26,2921498610,'2016-08-26 20:58:32',''),(47381,1,1,48911,26,2921498610,'2016-08-26 20:58:39',''),(47382,1,1,48912,6,1152705881,'2016-08-26 21:24:09',''),(47383,1,1,48913,1,1053977545,'2016-08-26 22:18:59',''),(47384,1,1,48914,54,1053977545,'2016-08-26 22:19:08',''),(47385,1,1,48915,66,1053977545,'2016-08-26 22:19:12',''),(47386,1,1,48916,1,1053977545,'2016-08-26 22:19:16',''),(47387,1,1,48917,67,2731721858,'2016-08-26 22:19:21',''),(47388,1,1,48918,74,2731721858,'2016-08-26 22:19:24',''),(47389,1,1,48919,70,2731721858,'2016-08-26 22:19:27',''),(47390,1,1,48920,1,2366158595,'2016-08-26 22:28:00',''),(47391,1,1,48921,1,2366158595,'2016-08-26 22:28:04',''),(47392,1,1,48922,26,3342489294,'2016-08-26 22:30:17',''),(47393,1,1,48923,1,2513057330,'2016-08-26 22:57:51',''),(47394,1,1,48924,65,1123634283,'2016-08-26 23:12:51',''),(47395,1,1,48925,65,3475901783,'2016-08-27 00:29:02',''),(47396,1,1,48926,68,3475901783,'2016-08-27 00:29:04',''),(47397,1,1,48927,73,84514582,'2016-08-27 02:18:01',''),(47398,1,1,48928,1,2637637521,'2016-08-27 02:46:54',''),(47399,1,1,48929,27,2760155430,'2016-08-27 03:45:34',''),(47400,1,1,48930,1,2637693643,'2016-08-27 04:18:15',''),(47401,1,1,48931,1,3024883476,'2016-08-27 05:04:03',''),(47402,1,1,48932,1,3024883591,'2016-08-27 05:04:05',''),(47403,1,1,48933,1,2953413445,'2016-08-27 06:32:15',''),(47404,1,1,48934,1,2953413445,'2016-08-27 06:32:17',''),(47405,1,1,48935,1,2953413445,'2016-08-27 06:32:20',''),(47406,1,1,48936,1,2953413445,'2016-08-27 06:32:23',''),(47407,1,1,48937,1,2953413445,'2016-08-27 06:32:25',''),(47408,1,1,48938,1,2953413445,'2016-08-27 06:32:28',''),(47409,1,1,48939,38,3475901825,'2016-08-27 07:26:49',''),(47410,1,1,48940,66,872366382,'2016-08-27 07:27:42',''),(47411,1,1,48941,56,2637637521,'2016-08-27 07:28:43',''),(47412,1,1,48942,64,3475901825,'2016-08-27 07:29:14',''),(47413,1,1,48943,45,2637637521,'2016-08-27 07:46:47',''),(47414,1,1,48944,69,3475901783,'2016-08-27 07:47:15',''),(47415,1,1,48945,63,3475901783,'2016-08-27 07:53:39',''),(47416,1,1,48946,65,3475901783,'2016-08-27 07:53:41',''),(47417,1,1,48947,26,2637637521,'2016-08-27 07:59:10',''),(47418,1,1,48948,6,3475901783,'2016-08-27 08:02:47',''),(47419,1,1,48949,9,2637637521,'2016-08-27 08:03:22',''),(47420,1,1,48950,26,3475901825,'2016-08-27 08:05:16',''),(47421,1,1,48951,18,3475901825,'2016-08-27 08:05:18',''),(47422,1,1,48952,57,3475901783,'2016-08-27 08:06:53',''),(47423,1,1,48953,55,2637637521,'2016-08-27 08:09:01',''),(47424,1,1,48954,41,2637637521,'2016-08-27 08:10:32',''),(47425,1,1,48955,28,3475901825,'2016-08-27 08:11:51',''),(47426,1,1,48956,62,3475901825,'2016-08-27 08:19:09',''),(47427,1,1,48957,1,2637637419,'2016-08-27 08:21:24',''),(47428,1,1,48958,3,2637637419,'2016-08-27 08:22:46',''),(47429,1,1,48959,26,2637637419,'2016-08-27 08:22:47',''),(47430,1,1,48960,50,2637637419,'2016-08-27 08:22:48',''),(47431,1,1,48961,53,2637637419,'2016-08-27 08:32:32',''),(47432,1,1,48962,51,2637637419,'2016-08-27 08:33:22',''),(47433,1,1,48963,43,3475901825,'2016-08-27 08:35:29',''),(47434,1,1,48964,48,3475901783,'2016-08-27 08:37:05',''),(47435,1,1,48965,26,3475901783,'2016-08-27 08:48:33',''),(47436,1,1,48966,52,2637637419,'2016-08-27 08:55:10',''),(47437,1,1,48967,26,2637637419,'2016-08-27 08:55:11',''),(47438,1,1,48968,26,3475901783,'2016-08-27 08:55:47',''),(47439,1,1,48969,26,3475901825,'2016-08-27 08:57:13',''),(47440,1,1,48970,26,2637637521,'2016-08-27 08:57:50',''),(47441,1,1,48971,26,2637637521,'2016-08-27 08:59:53',''),(47442,1,1,48972,47,3475901825,'2016-08-27 09:16:05',''),(47443,1,1,48973,1,1542483269,'2016-08-27 09:30:21',''),(47444,1,1,48974,26,3475901825,'2016-08-27 09:49:55',''),(47445,1,1,48975,50,3024883484,'2016-08-27 11:15:39',''),(47446,1,1,48976,1,3702877364,'2016-08-27 12:36:25',''),(47447,1,1,48977,64,3475901825,'2016-08-27 17:06:09',''),(47448,1,1,48978,48,3475901783,'2016-08-27 17:56:34',''),(47449,1,1,48979,68,3475901783,'2016-08-27 18:33:04',''),(47450,1,1,48980,59,3024883479,'2016-08-27 21:49:54',''),(47451,1,1,48981,56,2637637521,'2016-08-28 00:56:47',''),(47452,1,1,48982,65,1123634283,'2016-08-28 02:09:07',''),(47453,1,1,48983,1,1123634283,'2016-08-28 02:46:18',''),(47454,1,1,48984,1,772043973,'2016-08-28 03:06:46',''),(47455,1,1,48985,51,872366368,'2016-08-28 04:08:48',''),(47456,1,1,48986,59,84497668,'2016-08-28 07:59:50',''),(47457,1,1,48987,68,84497668,'2016-08-28 08:00:07',''),(47458,1,1,48988,75,84497668,'2016-08-28 08:00:11',''),(47459,1,1,48989,1,2953382627,'2016-08-28 08:12:42',''),(47460,1,1,48990,1,1542483323,'2016-08-28 09:14:59',''),(47461,1,1,48991,1,1570674749,'2016-08-28 09:34:27',''),(47462,1,1,48992,1,2193699366,'2016-08-28 09:34:31',''),(47463,1,1,48993,1,2538613875,'2016-08-28 10:51:33',''),(47464,1,1,48994,1,2538613875,'2016-08-28 10:51:35',''),(47465,1,1,48995,3,2538613875,'2016-08-28 10:51:45',''),(47466,1,1,48996,3,2538613875,'2016-08-28 10:51:47',''),(47467,1,1,48997,1,3245313177,'2016-08-28 11:03:18',''),(47468,1,1,48998,6,1123634283,'2016-08-28 11:39:39',''),(47469,1,1,48999,1,1123631854,'2016-08-28 11:51:30',''),(47470,1,1,49000,59,2760155395,'2016-08-28 12:41:15',''),(47471,1,1,49001,67,1667497444,'2016-08-28 12:51:02',''),(47472,1,1,49002,74,1667497444,'2016-08-28 12:51:06',''),(47473,1,1,49003,70,1667497444,'2016-08-28 12:51:09',''),(47474,1,1,49004,6,1152705881,'2016-08-28 13:17:33',''),(47475,1,1,49005,1,1123634283,'2016-08-28 13:44:18',''),(47476,1,1,49006,63,2637637489,'2016-08-28 14:29:49',''),(47477,1,1,49007,56,2637637605,'2016-08-28 14:40:17',''),(47478,1,1,49008,1,2371813431,'2016-08-28 14:46:54',''),(47479,1,1,49009,1,2371813431,'2016-08-28 14:46:57',''),(47480,1,1,49010,1,2371813431,'2016-08-28 14:46:59',''),(47481,1,1,49011,1,2371813431,'2016-08-28 14:47:02',''),(47482,1,1,49012,1,2371813431,'2016-08-28 14:47:04',''),(47483,1,1,49013,1,2371813431,'2016-08-28 14:47:07',''),(47484,1,1,49014,1,2371813431,'2016-08-28 14:47:10',''),(47485,1,1,49015,1,2371813431,'2016-08-28 14:47:13',''),(47486,1,1,49016,1,2371813431,'2016-08-28 14:47:15',''),(47487,1,1,49017,1,2371813431,'2016-08-28 14:47:18',''),(47488,1,1,49018,1,1454842579,'2016-08-28 14:58:20','https://www.google.co.uk/'),(47489,1,1,49019,1,1053986805,'2016-08-28 15:20:46',''),(47490,1,1,49020,9,1348182627,'2016-08-28 15:58:29',''),(47491,1,1,49021,64,1348182627,'2016-08-28 15:58:33',''),(47492,1,1,49022,1,772044803,'2016-08-28 16:06:47',''),(47493,1,1,49023,26,2637637623,'2016-08-28 16:50:16',''),(47494,1,1,49024,43,84491906,'2016-08-28 18:29:36',''),(47495,1,1,49025,43,3475901878,'2016-08-28 19:31:03',''),(47496,1,1,49026,67,1366114598,'2016-08-28 20:21:40',''),(47497,1,1,49027,6,1049232115,'2016-08-28 20:50:11',''),(47498,1,1,49028,18,1049232115,'2016-08-28 20:50:13',''),(47499,1,1,49029,29,1049232115,'2016-08-28 20:50:30',''),(47500,1,1,49030,66,1049232115,'2016-08-28 20:50:32',''),(47501,1,1,49031,27,2917834746,'2016-08-28 20:51:32',''),(47502,1,1,49032,44,2917834746,'2016-08-28 20:52:27',''),(47503,1,1,49033,49,2917834746,'2016-08-28 20:52:31',''),(47504,1,1,49034,55,872366408,'2016-08-28 22:22:14',''),(47505,1,1,49035,29,3475901878,'2016-08-28 23:22:39',''),(47506,1,1,49036,43,3475901878,'2016-08-28 23:22:40',''),(47507,1,1,49037,43,3475901878,'2016-08-28 23:22:42',''),(47508,1,1,49038,18,3475901878,'2016-08-28 23:22:43',''),(47509,1,1,49039,1,2637637623,'2016-08-28 23:22:44',''),(47510,1,1,49040,26,3475901878,'2016-08-28 23:22:45',''),(47511,1,1,49041,15,2637637623,'2016-08-28 23:22:45',''),(47512,1,1,49042,6,2637637623,'2016-08-28 23:22:46',''),(47513,1,1,49043,56,2637637605,'2016-08-28 23:22:51',''),(47514,1,1,49044,9,2637637605,'2016-08-28 23:22:53',''),(47515,1,1,49045,26,2637637605,'2016-08-28 23:22:54',''),(47516,1,1,49046,26,2637637605,'2016-08-28 23:22:55',''),(47517,1,1,49047,3,2637637489,'2016-08-28 23:30:45',''),(47518,1,1,49048,1,533868050,'2016-08-28 23:59:06',''),(47519,1,1,49049,1,84492181,'2016-08-29 01:28:06',''),(47520,1,1,49050,1,3024883612,'2016-08-29 03:45:00',''),(47521,1,1,49051,26,2420902990,'2016-08-29 04:51:26',''),(47522,1,1,49052,43,3475901878,'2016-08-29 05:50:14',''),(47523,1,1,49053,6,84494819,'2016-08-29 06:55:49',''),(47524,1,1,49054,26,3156762438,'2016-08-29 07:55:03',''),(47525,1,1,49055,26,3156762438,'2016-08-29 07:55:05',''),(47526,1,1,49056,26,3156762438,'2016-08-29 07:55:07',''),(47527,1,1,49057,1,1542483323,'2016-08-29 08:58:31',''),(47528,1,1,49058,41,3245313130,'2016-08-29 09:16:21',''),(47529,1,1,49059,43,3245313130,'2016-08-29 09:16:27',''),(47530,1,1,49060,1,3024883597,'2016-08-29 09:26:31',''),(47531,1,1,49061,16,1053986805,'2016-08-29 09:56:26',''),(47532,1,1,49062,16,1053986805,'2016-08-29 09:56:29',''),(47533,1,1,49063,1,3512712895,'2016-08-29 10:50:45',''),(47534,1,1,49064,1,1053974832,'2016-08-29 10:56:11',''),(47535,1,1,49065,54,1053974832,'2016-08-29 10:56:15',''),(47536,1,1,49066,66,1053974832,'2016-08-29 10:56:19',''),(47537,1,1,49067,1,1053974832,'2016-08-29 10:56:26',''),(47538,1,1,49068,1,1838980318,'2016-08-29 13:54:54','https://www.google.co.uk/'),(47539,1,1,49069,43,1815808070,'2016-08-29 14:28:31',''),(47540,1,1,49070,27,1815808070,'2016-08-29 14:28:34',''),(47541,1,1,49071,58,1815808070,'2016-08-29 14:28:37',''),(47542,1,1,49072,1,3024883598,'2016-08-29 15:13:26',''),(47543,1,1,49073,59,3024883486,'2016-08-29 15:15:44',''),(47544,1,1,49074,49,872366403,'2016-08-29 18:44:39',''),(47545,1,1,49075,73,1054099923,'2016-08-29 20:38:45',''),(47546,1,1,49076,1,1053986805,'2016-08-29 22:16:01',''),(47547,1,1,49077,1,1053986805,'2016-08-29 22:16:05',''),(47548,1,1,49078,1,1053986805,'2016-08-29 22:16:07',''),(47549,1,1,49079,1,1053986805,'2016-08-29 22:16:10',''),(47550,1,1,49080,1,1053986805,'2016-08-29 22:16:13',''),(47551,1,1,49081,1,1053986805,'2016-08-29 22:16:16',''),(47552,1,1,49082,1,1053986805,'2016-08-29 22:16:19',''),(47553,1,1,49083,1,1053986805,'2016-08-29 22:16:22',''),(47554,1,1,49084,1,1053986805,'2016-08-29 22:16:25',''),(47555,1,1,49085,1,1053986805,'2016-08-29 22:16:27',''),(47556,1,1,49086,1,1053986805,'2016-08-29 22:16:31',''),(47557,1,1,49087,1,3024883482,'2016-08-29 23:00:23',''),(47558,1,1,49088,1,1123634281,'2016-08-29 23:43:26',''),(47559,1,1,49089,6,1123631858,'2016-08-29 23:49:20',''),(47560,1,1,49090,3,1049232115,'2016-08-30 02:57:05',''),(47561,1,1,49091,1,3024883610,'2016-08-30 04:43:57',''),(47562,1,1,49092,44,3024883597,'2016-08-30 06:15:24',''),(47563,1,1,49093,1,1542483293,'2016-08-30 09:04:33',''),(47564,1,1,49094,1,2366148121,'2016-08-30 09:22:25',''),(47565,1,1,49095,1,1570674749,'2016-08-30 09:22:28',''),(47566,1,1,49096,15,1152705881,'2016-08-30 09:52:43',''),(47567,1,1,49097,1,2160555575,'2016-08-30 10:03:53','https://www.google.com/'),(47568,1,1,49098,1,3479603870,'2016-08-30 14:32:14',''),(47569,1,1,49099,1,3024883617,'2016-08-30 18:25:12',''),(47570,1,1,49100,1,2366148121,'2016-08-30 19:19:57',''),(47571,1,1,49101,1,2366158595,'2016-08-30 19:20:00',''),(47572,1,1,49102,16,3024883595,'2016-08-30 19:35:32',''),(47573,1,1,49103,1,1152705890,'2016-08-30 23:43:50',''),(47574,1,1,49104,68,2637637546,'2016-08-31 00:03:10',''),(47575,1,1,49105,65,2637637546,'2016-08-31 00:03:12',''),(47576,1,1,49106,1,1123631215,'2016-08-31 08:49:14',''),(47577,1,1,49107,1,1542483287,'2016-08-31 09:07:35',''),(47578,1,1,49108,1,2193699366,'2016-08-31 09:59:50',''),(47579,1,1,49109,1,2193699366,'2016-08-31 09:59:54',''),(47580,1,1,49110,1,1443116433,'2016-08-31 10:57:55','https://www.google.co.uk/'),(47581,1,1,49111,27,3024883470,'2016-08-31 13:52:15',''),(47582,1,1,49112,1,1089906110,'2016-08-31 15:09:50','http://whois.domaintools.com/mstyresblackburn.co.uk'),(47583,1,1,49113,1,2513056023,'2016-08-31 15:28:57',''),(47584,1,1,49114,1,2513056023,'2016-08-31 15:28:59',''),(47585,1,1,49115,3,2513056023,'2016-08-31 15:29:01',''),(47586,1,1,49116,3,2513056023,'2016-08-31 15:29:04',''),(47587,1,1,49117,59,3281714964,'2016-08-31 15:30:03',''),(47588,1,1,49118,68,3281714964,'2016-08-31 15:30:06',''),(47589,1,1,49119,75,3281714964,'2016-08-31 15:30:09',''),(47590,1,1,49120,1,2538613161,'2016-08-31 16:22:53',''),(47591,1,1,49121,47,3024883605,'2016-08-31 16:39:42',''),(47592,1,1,49122,26,1053988087,'2016-08-31 19:48:20',''),(47593,1,1,49123,26,1053988087,'2016-08-31 19:48:32',''),(47594,1,1,49124,26,1053988087,'2016-08-31 19:48:34',''),(47595,1,1,49125,38,3475901794,'2016-08-31 19:50:13',''),(47596,1,1,49126,1,1451857624,'2016-08-31 20:44:17','https://www.google.co.uk/'),(47597,1,1,49127,27,84498535,'2016-08-31 23:01:24',''),(47598,1,1,49128,44,84498535,'2016-08-31 23:01:27',''),(47599,1,1,49129,49,84498535,'2016-08-31 23:01:30',''),(47600,1,1,49130,3,2637637546,'2016-09-01 00:25:10',''),(47601,1,1,49131,1,2371813434,'2016-09-01 00:33:29',''),(47602,1,1,49132,1,2371813434,'2016-09-01 00:33:32',''),(47603,1,1,49133,1,2371813434,'2016-09-01 00:36:21',''),(47604,1,1,49134,1,2371813434,'2016-09-01 00:36:23',''),(47605,1,1,49135,1,2371813434,'2016-09-01 00:36:26',''),(47606,1,1,49136,1,2371813434,'2016-09-01 00:36:28',''),(47607,1,1,49137,3,1159650810,'2016-09-01 00:51:03',''),(47608,1,1,49138,1,3342489294,'2016-09-01 00:58:31',''),(47609,1,1,49139,54,3342489294,'2016-09-01 00:58:34',''),(47610,1,1,49140,66,3342489294,'2016-09-01 00:58:37',''),(47611,1,1,49141,1,3342489294,'2016-09-01 00:58:40',''),(47612,1,1,49142,1,1159646682,'2016-09-01 03:24:25',''),(47613,1,1,49143,6,676177755,'2016-09-01 03:30:45',''),(47614,1,1,49144,43,1451545767,'2016-09-01 04:05:03',''),(47615,1,1,49145,6,872339343,'2016-09-01 04:12:10',''),(47616,1,1,49146,1,84507508,'2016-09-01 04:29:55',''),(47617,1,1,49147,62,3024883476,'2016-09-01 05:13:40',''),(47618,1,1,49148,51,1152705890,'2016-09-01 05:41:24',''),(47619,1,1,49149,1,3024883462,'2016-09-01 05:47:11',''),(47620,1,1,49150,26,84498535,'2016-09-01 07:50:08',''),(47621,1,1,49151,73,84498535,'2016-09-01 07:50:10',''),(47622,1,1,49152,1,1051853450,'2016-09-01 07:56:54',''),(47623,1,1,49153,62,84504390,'2016-09-01 08:05:08',''),(47624,1,1,49154,63,84504390,'2016-09-01 08:05:12',''),(47625,1,1,49155,74,84504390,'2016-09-01 08:05:15',''),(47626,1,1,49156,1,1542483302,'2016-09-01 09:18:14',''),(47627,1,1,49157,3,872363002,'2016-09-01 09:53:57',''),(47628,1,1,49158,53,872363002,'2016-09-01 09:54:00',''),(47629,1,1,49159,1,2366158595,'2016-09-01 10:15:17',''),(47630,1,1,49160,1,2366158595,'2016-09-01 10:15:21',''),(47631,1,1,49161,1,87915131,'2016-09-01 10:28:01','https://www.google.co.uk/'),(47632,1,1,49162,1,1123634283,'2016-09-01 10:58:20',''),(47633,1,1,49163,6,3281697651,'2016-09-01 11:24:27',''),(47634,1,1,49164,18,3281697651,'2016-09-01 11:24:30',''),(47635,1,1,49165,29,3281697651,'2016-09-01 11:24:33',''),(47636,1,1,49166,66,3281697651,'2016-09-01 11:24:35',''),(47637,1,1,49167,67,3559908797,'2016-09-01 11:33:41',''),(47638,1,1,49168,74,3559908797,'2016-09-01 11:33:44',''),(47639,1,1,49169,70,3559908797,'2016-09-01 11:33:49',''),(47640,1,1,49170,1,3564750589,'2016-09-01 11:36:47','https://www.bing.com/'),(47641,1,1,49171,1,1123634284,'2016-09-01 11:48:21',''),(47642,1,1,49172,6,1123631850,'2016-09-01 12:20:18',''),(47643,1,1,49173,41,1311650550,'2016-09-01 12:36:35',''),(47644,1,1,49174,43,1311650550,'2016-09-01 12:36:38',''),(47645,1,1,49175,1,1123634284,'2016-09-01 12:37:15',''),(47646,1,1,49176,16,3024883611,'2016-09-01 13:26:43',''),(47647,1,1,49177,26,1311650550,'2016-09-01 13:42:08',''),(47648,1,1,49178,26,1311650550,'2016-09-01 13:42:11',''),(47649,1,1,49179,26,1311650550,'2016-09-01 13:42:13',''),(47650,1,1,49180,65,1367596279,'2016-09-01 14:44:14','https://www.google.co.uk/'),(47651,1,1,49181,6,1123634284,'2016-09-01 14:55:46',''),(47652,1,1,49182,1,3168998206,'2016-09-01 16:52:05',''),(47653,1,1,49183,26,3475901794,'2016-09-01 19:52:52',''),(47654,1,1,49184,43,1053974832,'2016-09-01 21:11:09',''),(47655,1,1,49185,27,1053974832,'2016-09-01 21:11:12',''),(47656,1,1,49186,58,1053974832,'2016-09-01 21:11:15',''),(47657,1,1,49187,1,1968049467,'2016-09-01 22:47:17',''),(47658,1,1,49188,1,2995345394,'2016-09-01 23:27:42',''),(47659,1,1,49189,1,2995345394,'2016-09-01 23:27:44',''),(47660,1,1,49190,1,1528044808,'2016-09-01 23:37:32',''),(47661,1,1,49191,1,1528044808,'2016-09-01 23:37:35',''),(47662,1,1,49192,1,1528044808,'2016-09-01 23:37:39',''),(47663,1,1,49193,1,1528044808,'2016-09-01 23:37:42',''),(47664,1,1,49194,1,1528044808,'2016-09-01 23:37:46',''),(47665,1,1,49195,1,1528044808,'2016-09-01 23:37:48',''),(47666,1,1,49196,1,1528044808,'2016-09-01 23:37:51',''),(47667,1,1,49197,1,1528044808,'2016-09-01 23:37:54',''),(47668,1,1,49198,1,1528044808,'2016-09-01 23:37:57',''),(47669,1,1,49199,1,1528044808,'2016-09-01 23:38:01',''),(47670,1,1,49200,67,3024883605,'2016-09-01 23:50:58',''),(47671,1,1,49201,1,3024883614,'2016-09-02 00:57:58',''),(47672,1,1,49202,49,3024883487,'2016-09-02 02:04:56',''),(47673,1,1,49203,1,3024883483,'2016-09-02 04:04:42',''),(47674,1,1,49204,6,676177755,'2016-09-02 05:28:07',''),(47675,1,1,49205,1,676177755,'2016-09-02 05:28:08',''),(47676,1,1,49206,15,676177755,'2016-09-02 05:28:09',''),(47677,1,1,49207,18,3475901794,'2016-09-02 05:28:14',''),(47678,1,1,49208,29,3475901794,'2016-09-02 05:28:15',''),(47679,1,1,49209,43,3475901794,'2016-09-02 05:28:16',''),(47680,1,1,49210,26,3475901794,'2016-09-02 05:28:18',''),(47681,1,1,49211,43,3475901794,'2016-09-02 05:28:19',''),(47682,1,1,49212,56,676177759,'2016-09-02 05:28:35',''),(47683,1,1,49213,26,676177759,'2016-09-02 05:28:37',''),(47684,1,1,49214,26,676177759,'2016-09-02 05:28:37',''),(47685,1,1,49215,9,676177759,'2016-09-02 05:28:38',''),(47686,1,1,49216,1,3024883602,'2016-09-02 07:06:30',''),(47687,1,1,49217,1,1123634284,'2016-09-02 07:43:25',''),(47688,1,1,49218,1,2366148121,'2016-09-02 08:18:19',''),(47689,1,1,49219,1,2366148121,'2016-09-02 08:18:23',''),(47690,1,1,49220,1,1499631053,'2016-09-02 09:13:33',''),(47691,1,1,49221,1,1542483292,'2016-09-02 09:28:02',''),(47692,1,1,49222,26,1159650810,'2016-09-02 10:04:29',''),(47693,1,1,49223,26,1159650810,'2016-09-02 10:04:32',''),(47694,1,1,49224,26,1159650810,'2016-09-02 10:04:57',''),(47695,1,1,49225,41,1558077045,'2016-09-02 10:09:58',''),(47696,1,1,49226,43,1558077045,'2016-09-02 10:10:03',''),(47697,1,1,49227,6,1152705890,'2016-09-02 10:14:55',''),(47698,1,1,49228,26,1054014164,'2016-09-02 10:34:49',''),(47699,1,1,49229,26,1054014164,'2016-09-02 10:35:00',''),(47700,1,1,49230,57,1152705890,'2016-09-02 12:08:31',''),(47701,1,1,49231,67,1123634283,'2016-09-02 12:19:10',''),(47702,1,1,49232,1,1298450275,'2016-09-02 12:35:32','http://www.google.co.uk/'),(47703,1,1,49233,1,676177755,'2016-09-02 15:30:25',''),(47704,1,1,49234,1,1528045279,'2016-09-02 16:06:59',''),(47705,1,1,49235,1,3024883618,'2016-09-02 16:27:21',''),(47706,1,1,49236,1,2990495243,'2016-09-02 16:34:10',''),(47707,1,1,49237,1,2990495243,'2016-09-02 16:34:12',''),(47708,1,1,49238,3,2990495243,'2016-09-02 16:34:14',''),(47709,1,1,49239,3,2990495243,'2016-09-02 16:34:17',''),(47710,1,1,49240,6,1123633634,'2016-09-02 16:48:50',''),(47711,1,1,49241,1,876163093,'2016-09-02 17:26:04',''),(47712,1,1,49242,1,3024883607,'2016-09-02 19:22:46',''),(47713,1,1,49243,43,1159646682,'2016-09-02 20:43:44',''),(47714,1,1,49244,27,1159646682,'2016-09-02 20:43:50',''),(47715,1,1,49245,58,1159646682,'2016-09-02 20:43:58',''),(47716,1,1,49246,1,3024883484,'2016-09-02 21:09:56',''),(47717,1,1,49247,67,1388412687,'2016-09-02 21:12:52',''),(47718,1,1,49248,74,1388412687,'2016-09-02 21:12:55',''),(47719,1,1,49249,70,1388412687,'2016-09-02 21:12:58',''),(47720,1,1,49250,9,1574657235,'2016-09-02 21:32:54',''),(47721,1,1,49251,64,1574657235,'2016-09-02 21:32:57',''),(47722,1,1,49252,6,392887477,'2016-09-02 21:33:56',''),(47723,1,1,49253,27,2420902987,'2016-09-02 21:56:26',''),(47724,1,1,49254,44,2420902987,'2016-09-02 21:56:36',''),(47725,1,1,49255,49,2420902987,'2016-09-02 21:56:39',''),(47726,1,1,49256,1,1123633634,'2016-09-02 22:43:52',''),(47727,1,1,49257,1,772044803,'2016-09-03 00:22:05',''),(47728,1,1,49258,3,1159644858,'2016-09-03 03:02:28',''),(47729,1,1,49259,1,1053986805,'2016-09-03 04:35:43',''),(47730,1,1,49260,1,2990495243,'2016-09-03 06:06:34',''),(47731,1,1,49261,26,3475901743,'2016-09-03 06:40:23',''),(47732,1,1,49262,1,1384439644,'2016-09-03 07:19:10','https://www.google.co.uk/search?q=ms+tyres+blackburn&hl=en-GB&gws_rd=cr,ssl&ei=YXnKV_y_BuSC6ATX85_4AQ'),(47733,1,1,49263,1,1384439644,'2016-09-03 07:19:11','https://www.google.co.uk/search?q=ms+tyres+blackburn&hl=en-GB&gws_rd=cr,ssl&ei=YXnKV_y_BuSC6ATX85_4AQ'),(47734,1,1,49264,1,1542483323,'2016-09-03 09:01:18',''),(47735,1,1,49265,65,1152705890,'2016-09-03 09:01:23',''),(47736,1,1,49266,1,1545013267,'2016-09-03 09:20:19','https://www.google.co.uk/'),(47737,1,1,49267,1,1041806727,'2016-09-03 09:29:13',''),(47738,1,1,49268,43,2921498610,'2016-09-03 10:06:58',''),(47739,1,1,49269,43,1384442639,'2016-09-03 11:51:47','https://www.bing.com/search?q=ms%20tyres%20Gloucester&input=1&form=MB1014&mkt=en-GB&setlang=en-GB'),(47740,1,1,49270,57,3024883618,'2016-09-03 12:30:34',''),(47741,1,1,49271,1,2366158595,'2016-09-03 12:43:01',''),(47742,1,1,49272,1,2193699366,'2016-09-03 12:43:05',''),(47743,1,1,49273,1,3495879669,'2016-09-03 14:18:03',''),(47744,1,1,49274,74,3024883602,'2016-09-03 17:27:39',''),(47745,1,1,49275,62,84514582,'2016-09-03 18:57:18',''),(47746,1,1,49276,63,84514582,'2016-09-03 18:57:22',''),(47747,1,1,49277,74,84514582,'2016-09-03 18:57:25',''),(47748,1,1,49278,16,1815808070,'2016-09-03 20:41:22',''),(47749,1,1,49279,16,1815808070,'2016-09-03 20:41:46',''),(47750,1,1,49280,1,1123631854,'2016-09-03 22:13:27',''),(47751,1,1,49281,1,1159650810,'2016-09-03 22:18:07',''),(47752,1,1,49282,1,1159650810,'2016-09-03 22:18:10',''),(47753,1,1,49283,1,1159650810,'2016-09-03 22:18:14',''),(47754,1,1,49284,44,1152705890,'2016-09-03 22:28:46',''),(47755,1,1,49285,1,1123631850,'2016-09-03 23:20:03',''),(47756,1,1,49286,63,1152705890,'2016-09-03 23:27:23',''),(47757,1,1,49289,1,786803397,'2016-09-04 00:08:03',''),(47758,1,1,49290,31,2745975468,'2016-09-04 01:08:49',''),(47759,1,1,49291,62,1123631858,'2016-09-04 02:57:43',''),(47760,1,1,49292,59,2731721825,'2016-09-04 04:55:49',''),(47761,1,1,49293,68,2731721825,'2016-09-04 04:55:52',''),(47762,1,1,49294,75,2731721825,'2016-09-04 04:55:56',''),(47763,1,1,49295,6,1123631850,'2016-09-04 05:36:47',''),(47764,1,1,49296,74,872366362,'2016-09-04 07:13:32',''),(47765,1,1,49297,48,2745975068,'2016-09-04 07:49:27',''),(47766,1,1,49298,1,1365775192,'2016-09-04 07:58:23','https://www.google.co.uk/'),(47767,1,1,49299,55,3024883488,'2016-09-04 08:08:52',''),(47768,1,1,49300,1,2548292111,'2016-09-04 08:57:47','http://www.google.co.uk/'),(47769,1,1,49301,1,2193699366,'2016-09-04 08:59:10',''),(47770,1,1,49302,1,2193699366,'2016-09-04 08:59:14',''),(47771,1,1,49303,1,84507508,'2016-09-04 09:11:14',''),(47772,1,1,49304,16,84507508,'2016-09-04 09:11:16',''),(47773,1,1,49305,26,2953413445,'2016-09-04 09:15:02',''),(47774,1,1,49306,26,2953413445,'2016-09-04 09:15:04',''),(47775,1,1,49307,53,2953413445,'2016-09-04 09:15:07',''),(47776,1,1,49308,56,2953413445,'2016-09-04 09:15:10',''),(47777,1,1,49309,1,1542483280,'2016-09-04 09:21:47',''),(47778,1,1,49310,6,1123631854,'2016-09-04 10:11:20',''),(47779,1,1,49311,63,1298576686,'2016-09-04 10:39:50','https://www.bing.com/'),(47780,1,1,49312,1,3495654154,'2016-09-04 10:50:15',''),(47781,1,1,49313,26,2637637622,'2016-09-04 11:00:22',''),(47782,1,1,49314,57,1123631854,'2016-09-04 11:48:30',''),(47783,1,1,49315,55,3024883604,'2016-09-04 15:23:00',''),(47784,1,1,49316,71,3024883591,'2016-09-04 17:21:12',''),(47785,1,1,49317,1,1123631850,'2016-09-04 18:24:52',''),(47786,1,1,49318,1,3024883608,'2016-09-04 20:16:33',''),(47787,1,1,49319,27,676177697,'2016-09-05 00:59:12',''),(47788,1,1,49320,75,676177748,'2016-09-05 04:24:02',''),(47789,1,1,49321,1,533868050,'2016-09-05 07:50:30',''),(47790,1,1,49322,1,1542483272,'2016-09-05 09:00:31',''),(47791,1,1,49323,1,1123631850,'2016-09-05 09:18:15',''),(47792,1,1,49325,28,1152705890,'2016-09-05 09:40:49',''),(47793,1,1,49326,1,1489375385,'2016-09-05 10:16:57',''),(47794,1,1,49327,54,872366343,'2016-09-05 10:24:09',''),(47795,1,1,49328,6,1123631850,'2016-09-05 10:35:23',''),(47796,1,1,49329,48,1123631858,'2016-09-05 11:50:19',''),(47797,1,1,49330,1,84498535,'2016-09-05 13:18:07',''),(47798,1,1,49331,59,872317498,'2016-09-05 18:29:24',''),(47799,1,1,49332,68,872317498,'2016-09-05 18:29:27',''),(47800,1,1,49333,75,872317498,'2016-09-05 18:29:32',''),(47801,1,1,49334,1,1054099923,'2016-09-05 18:29:49',''),(47802,1,1,49335,1,1054099923,'2016-09-05 18:29:56',''),(47803,1,1,49336,1,1054099923,'2016-09-05 18:29:58',''),(47804,1,1,49337,1,1054099923,'2016-09-05 18:30:01',''),(47805,1,1,49338,1,1054099923,'2016-09-05 18:30:03',''),(47806,1,1,49339,1,1054099923,'2016-09-05 18:30:06',''),(47807,1,1,49340,1,1054099923,'2016-09-05 18:30:08',''),(47808,1,1,49341,1,1054099923,'2016-09-05 18:30:12',''),(47809,1,1,49342,1,1054099923,'2016-09-05 18:30:15',''),(47810,1,1,49343,3,2953413445,'2016-09-05 21:57:21',''),(47811,1,1,49344,71,3024883598,'2016-09-05 22:43:13',''),(47812,1,1,49345,1,3024883482,'2016-09-06 02:01:18',''),(47813,1,1,49346,26,772045740,'2016-09-06 04:38:18',''),(47814,1,1,49347,26,772045740,'2016-09-06 04:38:20',''),(47815,1,1,49348,26,772045740,'2016-09-06 04:38:22',''),(47816,1,1,49349,65,3156059530,'2016-09-06 05:45:59','https://www.google.co.uk/'),(47817,1,1,49350,1,1587212101,'2016-09-06 06:56:35',''),(47818,1,1,49351,1,3024883469,'2016-09-06 07:31:38',''),(47819,1,1,49352,1,1377605100,'2016-09-06 07:44:53','https://www.google.co.uk/'),(47820,1,1,49353,1,2366158595,'2016-09-06 08:29:32',''),(47821,1,1,49354,1,2366148121,'2016-09-06 08:29:36',''),(47822,1,1,49355,56,3036450423,'2016-09-06 08:36:07',''),(47823,1,1,49356,56,3036450423,'2016-09-06 08:36:11',''),(47824,1,1,49357,56,3036450423,'2016-09-06 08:36:14',''),(47825,1,1,49358,56,3036450423,'2016-09-06 08:36:19',''),(47826,1,1,49359,56,3036450423,'2016-09-06 08:36:24',''),(47827,1,1,49360,56,3036450423,'2016-09-06 08:36:28',''),(47828,1,1,49361,1,3036450423,'2016-09-06 08:36:33',''),(47829,1,1,49362,56,3036450423,'2016-09-06 08:36:38',''),(47830,1,1,49363,1,1542483303,'2016-09-06 08:54:36',''),(47831,1,1,49364,1,1599811288,'2016-09-06 09:16:41',''),(47832,1,1,49365,15,2637637550,'2016-09-06 10:16:00',''),(47833,1,1,49366,6,2637637550,'2016-09-06 10:16:01',''),(47834,1,1,49367,1,2637637550,'2016-09-06 10:16:03',''),(47835,1,1,49368,18,2637637588,'2016-09-06 10:16:04',''),(47836,1,1,49369,26,2637637588,'2016-09-06 10:16:05',''),(47837,1,1,49370,29,2637637588,'2016-09-06 10:16:06',''),(47838,1,1,49371,43,2637637588,'2016-09-06 10:16:07',''),(47839,1,1,49372,43,2637637588,'2016-09-06 10:16:09',''),(47840,1,1,49373,9,676177744,'2016-09-06 10:16:10',''),(47841,1,1,49374,26,676177744,'2016-09-06 10:16:11',''),(47842,1,1,49375,56,676177744,'2016-09-06 10:16:12',''),(47843,1,1,49376,26,676177744,'2016-09-06 10:16:13',''),(47844,1,1,49377,3,3475901719,'2016-09-06 10:16:45',''),(47845,1,1,49378,54,3392026208,'2016-09-06 10:27:50',''),(47846,1,1,49379,1,1366199978,'2016-09-06 10:54:07','https://www.google.co.uk/'),(47847,1,1,49380,67,872363002,'2016-09-06 10:54:36',''),(47848,1,1,49381,74,872363002,'2016-09-06 10:54:39',''),(47849,1,1,49382,70,872363002,'2016-09-06 10:54:42',''),(47850,1,1,49383,1,772045740,'2016-09-06 11:06:30',''),(47851,1,1,49384,1,1123631858,'2016-09-06 12:06:30',''),(47852,1,1,49386,6,872362820,'2016-09-06 12:41:19',''),(47853,1,1,49387,18,872362820,'2016-09-06 12:41:22',''),(47854,1,1,49388,29,872362820,'2016-09-06 12:41:26',''),(47855,1,1,49389,66,872362820,'2016-09-06 12:41:28',''),(47856,1,1,49390,38,2745975372,'2016-09-06 12:44:46',''),(47857,1,1,49391,1,3024883468,'2016-09-06 12:46:06',''),(47858,1,1,49392,1,1451579402,'2016-09-06 13:10:33','https://www.bing.com/search?q=ms%20tyres&form=MB1078&mkt=en-GB&setlang=en-GB'),(47859,1,1,49393,1,3024883591,'2016-09-06 14:36:09',''),(47860,1,1,49394,1,84498535,'2016-09-06 15:17:54',''),(47861,1,1,49395,1,84498535,'2016-09-06 15:17:57',''),(47862,1,1,49396,1,84498535,'2016-09-06 15:18:00',''),(47863,1,1,49397,1,1123631854,'2016-09-06 16:07:50',''),(47864,1,1,49398,62,84504390,'2016-09-06 16:25:50',''),(47865,1,1,49399,63,84504390,'2016-09-06 16:25:53',''),(47866,1,1,49400,74,84504390,'2016-09-06 16:25:56',''),(47867,1,1,49401,1,1443144785,'2016-09-06 16:35:40','https://www.google.co.uk/'),(47868,1,1,49402,1,1123634281,'2016-09-06 16:49:41',''),(47869,1,1,49403,1,1123634284,'2016-09-06 17:05:45',''),(47870,1,1,49405,16,3233507563,'2016-09-06 18:15:42',''),(47871,1,1,49406,16,3233507563,'2016-09-06 18:15:45',''),(47872,1,1,49126,1,1451857624,'2016-09-06 19:26:05',''),(47873,1,1,49407,1,1123634283,'2016-09-06 19:28:46',''),(47874,1,1,49408,1,3024883608,'2016-09-06 19:57:52',''),(47875,1,1,49409,43,1815808080,'2016-09-06 20:01:50',''),(47876,1,1,49410,27,1815808080,'2016-09-06 20:01:53',''),(47877,1,1,49411,58,1815808080,'2016-09-06 20:01:57',''),(47878,1,1,49401,1,1443144785,'2016-09-06 20:19:55','https://www.google.co.uk/'),(47879,1,1,49412,16,1159650810,'2016-09-06 20:29:17',''),(47880,1,1,49413,1,1159650810,'2016-09-06 20:29:20',''),(47881,1,1,49414,1,1159650810,'2016-09-06 20:29:26',''),(47882,1,1,49415,31,3475901719,'2016-09-06 20:56:11',''),(47883,1,1,49416,1,3559912981,'2016-09-06 21:34:21','http://burger-imperia.com/'),(47884,1,1,49417,6,1123634284,'2016-09-06 22:33:40',''),(47885,1,1,49418,31,3024883593,'2016-09-07 00:08:30',''),(47886,1,1,49419,1,3024883590,'2016-09-07 01:15:29',''),(47887,1,1,49420,27,2990495243,'2016-09-07 01:32:02',''),(47888,1,1,49421,44,2990495243,'2016-09-07 01:32:05',''),(47889,1,1,49422,49,2990495243,'2016-09-07 01:32:08',''),(47890,1,1,49423,54,3024883603,'2016-09-07 02:22:25',''),(47891,1,1,49424,74,3024883612,'2016-09-07 02:55:55',''),(47892,1,1,49425,1,3024883612,'2016-09-07 05:54:37',''),(47893,1,1,49426,1,1542483286,'2016-09-07 09:18:13',''),(47894,1,1,49427,1,2746011950,'2016-09-07 09:26:45','http://pizza-tycoon.com/'),(47895,1,1,49428,26,2637637427,'2016-09-07 09:48:22',''),(47896,1,1,49429,1,3024883616,'2016-09-07 10:36:02',''),(47897,1,1,49430,65,2745975146,'2016-09-07 12:33:05',''),(47898,1,1,49431,1,2953382627,'2016-09-07 13:53:35',''),(47899,1,1,49432,1,3425464881,'2016-09-07 15:02:48',''),(47900,1,1,49126,1,1451857624,'2016-09-07 16:33:05',''),(47901,1,1,49433,1,1170583834,'2016-09-07 17:36:43',''),(47902,1,1,49434,1,1170583834,'2016-09-07 17:36:46',''),(47903,1,1,49435,3,1170583834,'2016-09-07 17:36:48',''),(47904,1,1,49436,3,1170583834,'2016-09-07 17:36:51',''),(47905,1,1,49437,1,1163186166,'2016-09-07 18:25:17',''),(47906,1,1,49438,41,3024883596,'2016-09-07 18:57:22',''),(47907,1,1,49439,1,88426743,'2016-09-07 19:11:41',''),(47908,1,1,49440,6,88426743,'2016-09-07 19:11:43',''),(47909,1,1,49441,6,88426743,'2016-09-07 19:11:45',''),(47910,1,1,49442,1,88426743,'2016-09-07 19:11:47',''),(47911,1,1,49443,1,88426743,'2016-09-07 19:11:49',''),(47912,1,1,49444,9,88426743,'2016-09-07 19:11:52',''),(47913,1,1,49445,18,88426743,'2016-09-07 19:11:54',''),(47914,1,1,49446,1,88426743,'2016-09-07 19:11:56',''),(47915,1,1,49447,3,88426743,'2016-09-07 19:11:58',''),(47916,1,1,49448,1,1539462250,'2016-09-07 20:24:26',''),(47917,1,1,49449,27,2953382627,'2016-09-07 21:22:02',''),(47918,1,1,49450,44,2953382627,'2016-09-07 21:22:04',''),(47919,1,1,49451,49,2953382627,'2016-09-07 21:22:07',''),(47920,1,1,49452,67,1534678664,'2016-09-07 21:36:25',''),(47921,1,1,49453,74,1534678664,'2016-09-07 21:36:28',''),(47922,1,1,49454,70,1534678664,'2016-09-07 21:36:31',''),(47923,1,1,49455,1,1607716247,'2016-09-07 21:55:13','http://pizza-tycoon.com/'),(47924,1,1,49456,62,1758431244,'2016-09-07 22:31:48',''),(47925,1,1,49457,62,1758431244,'2016-09-07 22:31:51',''),(47926,1,1,49458,1,1758431244,'2016-09-07 22:31:53',''),(47927,1,1,49459,62,1758431244,'2016-09-07 22:31:56',''),(47928,1,1,49460,1,1123634284,'2016-09-07 23:43:56',''),(47929,1,1,49461,26,2917833082,'2016-09-08 00:50:50',''),(47930,1,1,49462,26,2917833082,'2016-09-08 00:51:39',''),(47931,1,1,49463,26,2917833082,'2016-09-08 00:51:41',''),(47932,1,1,49464,1,772045740,'2016-09-08 02:03:39',''),(47933,1,1,49465,1,3458839471,'2016-09-08 03:30:01',''),(47934,1,1,49466,1,1123634281,'2016-09-08 03:53:30',''),(47935,1,1,49467,6,772045740,'2016-09-08 04:01:15',''),(47936,1,1,49468,1,1389316795,'2016-09-08 04:16:40',''),(47937,1,1,49469,1,1123631850,'2016-09-08 04:30:51',''),(47938,1,1,49470,9,1123634283,'2016-09-08 04:31:01',''),(47939,1,1,49471,46,1123634281,'2016-09-08 04:31:15',''),(47940,1,1,49476,26,2637637444,'2016-09-08 05:12:59',''),(47941,1,1,49477,1,1838980889,'2016-09-08 06:54:28','https://www.google.co.uk/'),(47942,1,1,49478,10,1123634281,'2016-09-08 07:37:24',''),(47943,1,1,49479,1,1542483292,'2016-09-08 09:13:40',''),(47944,1,1,49480,1,2366148121,'2016-09-08 09:32:22',''),(47945,1,1,49481,1,100662596,'2016-09-08 09:32:25',''),(47946,1,1,49482,26,872339343,'2016-09-08 10:15:08',''),(47947,1,1,49483,26,872339343,'2016-09-08 10:15:11',''),(47948,1,1,49484,26,872339343,'2016-09-08 10:15:14',''),(47949,1,1,49485,53,872339343,'2016-09-08 10:15:17',''),(47950,1,1,49486,69,3024883618,'2016-09-08 13:50:06',''),(47951,1,1,49487,26,2420907756,'2016-09-08 14:49:31',''),(47952,1,1,49488,26,2420907756,'2016-09-08 14:49:33',''),(47953,1,1,49489,26,2420907756,'2016-09-08 14:49:36',''),(47954,1,1,49490,1,2420907756,'2016-09-08 14:49:38',''),(47955,1,1,49491,43,872362820,'2016-09-08 14:53:24',''),(47956,1,1,49492,63,3427775662,'2016-09-08 15:43:18',''),(47957,1,1,49493,18,2637637427,'2016-09-08 16:55:25',''),(47958,1,1,49494,26,2637637427,'2016-09-08 16:55:26',''),(47959,1,1,49495,29,2637637427,'2016-09-08 16:55:27',''),(47960,1,1,49496,43,2637637427,'2016-09-08 16:55:28',''),(47961,1,1,49497,3,3475901719,'2016-09-08 16:55:30',''),(47962,1,1,49498,43,2637637427,'2016-09-08 16:55:30',''),(47963,1,1,49499,9,3475901765,'2016-09-08 16:55:35',''),(47964,1,1,49500,26,3475901765,'2016-09-08 16:55:36',''),(47965,1,1,49501,56,3475901765,'2016-09-08 16:55:37',''),(47966,1,1,49502,26,3475901765,'2016-09-08 16:55:39',''),(47967,1,1,49503,15,2637637444,'2016-09-08 16:55:43',''),(47968,1,1,49504,6,2637637444,'2016-09-08 16:55:44',''),(47969,1,1,49505,1,2637637444,'2016-09-08 16:55:46',''),(47970,1,1,49506,62,1587212101,'2016-09-08 18:06:40',''),(47971,1,1,49507,63,1587212101,'2016-09-08 18:06:53',''),(47972,1,1,49508,74,1587212101,'2016-09-08 18:06:58',''),(47973,1,1,49509,68,3024883611,'2016-09-08 18:13:08',''),(47974,1,1,49510,43,3475901765,'2016-09-08 18:36:15',''),(47975,1,1,49511,1,1123635059,'2016-09-08 19:34:28',''),(47976,1,1,49512,59,3342489299,'2016-09-08 22:39:20',''),(47977,1,1,49513,68,3342489299,'2016-09-08 22:39:23',''),(47978,1,1,49514,75,3342489299,'2016-09-08 22:39:26',''),(47979,1,1,49515,28,3024883613,'2016-09-08 23:28:19',''),(47980,1,1,49516,1,872401474,'2016-09-09 01:15:54','http://pizza-tycoon.com/'),(47981,1,1,49517,1,2385950810,'2016-09-09 02:04:52',''),(47982,1,1,49518,1,3168961237,'2016-09-09 03:11:14',''),(47983,1,1,49519,1,878177021,'2016-09-09 04:42:36',''),(47984,1,1,49520,1,1123634284,'2016-09-09 04:43:41',''),(47985,1,1,49521,1,3479603870,'2016-09-09 06:47:33',''),(47986,1,1,49522,1,2538613875,'2016-09-09 07:34:12',''),(47987,1,1,49523,1,2538613875,'2016-09-09 07:34:14',''),(47988,1,1,49524,3,2538613875,'2016-09-09 07:34:17',''),(47989,1,1,49525,3,2538613875,'2016-09-09 07:34:20',''),(47990,1,1,49526,9,3559909151,'2016-09-09 07:38:27',''),(47991,1,1,49527,64,3559909151,'2016-09-09 07:38:30',''),(47992,1,1,49528,6,1123634284,'2016-09-09 08:00:43',''),(47993,1,1,49529,1,1542483294,'2016-09-09 09:14:12',''),(47994,1,1,49530,59,772045740,'2016-09-09 09:28:22',''),(47995,1,1,49531,68,772045740,'2016-09-09 09:28:24',''),(47996,1,1,49532,75,772045740,'2016-09-09 09:28:27',''),(47997,1,1,49533,3,84504390,'2016-09-09 10:01:53',''),(47998,1,1,49534,1,1053973110,'2016-09-09 10:11:30',''),(47999,1,1,49535,1,1159648650,'2016-09-09 10:16:35',''),(48000,1,1,49536,1,1159648650,'2016-09-09 10:16:39',''),(48001,1,1,49537,3,1159648650,'2016-09-09 10:16:42',''),(48002,1,1,49538,3,1159648650,'2016-09-09 10:16:46',''),(48003,1,1,49539,1,2513068704,'2016-09-09 11:43:28','http://pizza-tycoon.com/'),(48004,1,1,49540,6,1123634281,'2016-09-09 11:55:00',''),(48005,1,1,49541,1,1123638731,'2016-09-09 12:12:16',''),(48006,1,1,49542,1,2902474573,'2016-09-09 12:17:02',''),(48007,1,1,49543,1,2902474573,'2016-09-09 12:17:05',''),(48008,1,1,49544,1,2902474573,'2016-09-09 12:17:07',''),(48009,1,1,49545,1,2902474573,'2016-09-09 12:17:10',''),(48010,1,1,49546,1,1731183146,'2016-09-09 13:28:50',''),(48011,1,1,49547,16,2745975167,'2016-09-09 13:35:00',''),(48012,1,1,49548,1,842965101,'2016-09-09 13:35:13',''),(48013,1,1,49549,1,1123631850,'2016-09-09 13:43:24',''),(48014,1,1,49550,1,3582886930,'2016-09-09 13:46:41',''),(48015,1,1,49551,15,3582886930,'2016-09-09 13:46:49',''),(48016,1,1,49552,1,1336821905,'2016-09-09 13:56:46',''),(48017,1,1,49553,83,1336821905,'2016-09-09 13:56:48',''),(48018,1,1,49554,1,1347353109,'2016-09-09 14:05:41',''),(48019,1,1,49555,1,2637637444,'2016-09-09 14:51:24',''),(48020,1,1,49556,43,782615950,'2016-09-09 15:50:25',''),(48021,1,1,49557,27,782615950,'2016-09-09 15:50:27',''),(48022,1,1,49558,58,782615950,'2016-09-09 15:50:31',''),(48023,1,1,49559,56,1123631858,'2016-09-09 17:07:46',''),(48024,1,1,49560,6,392829932,'2016-09-09 18:48:12',''),(48025,1,1,49561,1,3024883613,'2016-09-09 19:21:11',''),(48026,1,1,49562,65,1123634281,'2016-09-09 19:42:03',''),(48027,1,1,49563,65,1123634281,'2016-09-09 22:04:06',''),(48028,1,1,49564,16,1539462250,'2016-09-09 23:08:29',''),(48029,1,1,49565,26,3337957847,'2016-09-09 23:48:39',''),(48030,1,1,49566,26,3337957847,'2016-09-09 23:48:42',''),(48031,1,1,49567,26,3337957847,'2016-09-09 23:48:45',''),(48032,1,1,49568,63,2366158595,'2016-09-10 00:46:03',''),(48033,1,1,49569,1,872362777,'2016-09-10 01:16:47',''),(48034,1,1,49570,43,1170583834,'2016-09-10 02:02:56',''),(48035,1,1,49571,57,1170583834,'2016-09-10 02:03:00',''),(48036,1,1,49572,66,3024883467,'2016-09-10 02:47:45',''),(48037,1,1,49573,1,3024883480,'2016-09-10 03:21:19',''),(48038,1,1,49574,1,1123634284,'2016-09-10 04:28:09',''),(48039,1,1,49575,43,2420907756,'2016-09-10 04:30:48',''),(48040,1,1,49576,27,2420907756,'2016-09-10 04:30:51',''),(48041,1,1,49577,58,2420907756,'2016-09-10 04:30:54',''),(48042,1,1,49578,65,3475901719,'2016-09-10 07:54:50',''),(48043,1,1,49579,68,3475901719,'2016-09-10 07:54:51',''),(48044,1,1,49580,65,1123631854,'2016-09-10 08:28:36',''),(48045,1,1,49581,3,1152705890,'2016-09-10 09:48:45',''),(48046,1,1,49582,1,1542483296,'2016-09-10 09:53:21',''),(48047,1,1,49583,26,872317939,'2016-09-10 11:10:39',''),(48048,1,1,49584,26,872317939,'2016-09-10 11:10:41',''),(48049,1,1,49585,26,872317939,'2016-09-10 11:10:46',''),(48050,1,1,49586,1,1159647986,'2016-09-10 11:29:18',''),(48051,1,1,49587,54,1159647986,'2016-09-10 11:29:24',''),(48052,1,1,49588,66,1159647986,'2016-09-10 11:29:28',''),(48053,1,1,49589,1,1159647986,'2016-09-10 11:29:31',''),(48054,1,1,49590,1,2193699366,'2016-09-10 11:42:17',''),(48055,1,1,49591,1,2366158595,'2016-09-10 11:42:21',''),(48056,1,1,49592,9,1541865842,'2016-09-10 12:28:30',''),(48057,1,1,49593,64,1541865842,'2016-09-10 12:28:33',''),(48058,1,1,49594,1,3156070366,'2016-09-10 12:41:46',''),(48059,1,1,49595,68,3024883461,'2016-09-10 13:18:05',''),(48060,1,1,49596,27,872362780,'2016-09-10 13:42:23',''),(48061,1,1,49597,44,872362780,'2016-09-10 13:42:25',''),(48062,1,1,49598,49,872362780,'2016-09-10 13:42:28',''),(48063,1,1,49599,1,1123634281,'2016-09-10 15:59:03',''),(48064,1,1,49600,1,1123631858,'2016-09-10 16:21:16',''),(48065,1,1,49601,51,1123631850,'2016-09-10 16:27:09',''),(48066,1,1,49602,26,1123634283,'2016-09-10 16:28:33',''),(48067,1,1,49603,6,872292419,'2016-09-10 16:35:53',''),(48068,1,1,49604,1,1369277236,'2016-09-10 18:10:30','https://www.google.co.uk/'),(48069,1,1,49605,58,3024883614,'2016-09-10 18:30:33',''),(48070,1,1,49606,62,872317271,'2016-09-10 19:58:35',''),(48071,1,1,49607,63,872317271,'2016-09-10 19:58:40',''),(48072,1,1,49608,74,872317271,'2016-09-10 19:58:43',''),(48073,1,1,49609,66,3024883604,'2016-09-10 21:03:23',''),(48074,1,1,49610,1,3024883468,'2016-09-11 00:02:36',''),(48075,1,1,49611,1,3024883466,'2016-09-11 00:46:11',''),(48076,1,1,49612,1,3024883617,'2016-09-11 00:47:22',''),(48077,1,1,49613,1,3024883474,'2016-09-11 00:47:57',''),(48078,1,1,49614,29,2637637427,'2016-09-11 00:55:08',''),(48079,1,1,49615,1,872401474,'2016-09-11 01:29:00','http://pizza-tycoon.com/'),(48080,1,1,49616,26,676177758,'2016-09-11 01:31:33',''),(48081,1,1,49617,1,1053986805,'2016-09-11 01:32:15',''),(48082,1,1,49618,1,1053986805,'2016-09-11 01:32:21',''),(48083,1,1,49619,3,1053986805,'2016-09-11 01:32:32',''),(48084,1,1,49620,3,1053986805,'2016-09-11 01:32:36',''),(48085,1,1,49621,15,3475901739,'2016-09-11 02:55:54',''),(48086,1,1,49622,27,3104369886,'2016-09-11 03:08:23',''),(48087,1,1,49623,44,3104369886,'2016-09-11 03:08:38',''),(48088,1,1,49624,49,3104369886,'2016-09-11 03:08:53',''),(48089,1,1,49625,1,872358999,'2016-09-11 03:55:41',''),(48090,1,1,49626,1,872358999,'2016-09-11 03:55:47',''),(48091,1,1,49627,3,872358999,'2016-09-11 03:55:52',''),(48092,1,1,49628,3,872358999,'2016-09-11 03:55:56',''),(48093,1,1,49629,1,1123634284,'2016-09-11 05:00:44',''),(48094,1,1,49630,1,1123634283,'2016-09-11 05:26:32',''),(48095,1,1,49631,1,3281714964,'2016-09-11 05:37:25',''),(48096,1,1,49632,41,84504390,'2016-09-11 06:55:51',''),(48097,1,1,49633,43,84504390,'2016-09-11 06:55:54',''),(48098,1,1,49634,1,1123634281,'2016-09-11 08:02:18',''),(48099,1,1,49635,1,1123631850,'2016-09-11 08:38:58',''),(48100,1,1,49636,1,2548121096,'2016-09-11 08:41:54','https://www.google.co.uk/'),(48101,1,1,49637,1,1542483286,'2016-09-11 09:10:09',''),(48102,1,1,49638,62,3233507563,'2016-09-11 09:54:28',''),(48103,1,1,49639,63,3233507563,'2016-09-11 09:54:31',''),(48104,1,1,49640,74,3233507563,'2016-09-11 09:54:34',''),(48105,1,1,49641,6,2420902987,'2016-09-11 12:03:40',''),(48106,1,1,49642,1,2953382627,'2016-09-11 15:34:50',''),(48107,1,1,49643,1,3109084750,'2016-09-11 15:51:51','http://pizza-tycoon.com/'),(48108,1,1,49644,1,2513057286,'2016-09-11 17:29:29',''),(48109,1,1,49645,1,1123631215,'2016-09-11 17:32:19',''),(48110,1,1,49646,1,1123631219,'2016-09-11 17:35:39',''),(48111,1,1,49647,15,3475901881,'2016-09-11 17:42:51',''),(48112,1,1,49648,73,3024883608,'2016-09-11 18:27:06',''),(48113,1,1,49649,1,1123631211,'2016-09-11 19:48:47',''),(48114,1,1,49650,3,1534684471,'2016-09-11 20:00:13',''),(48115,1,1,49651,1,2328460687,'2016-09-11 20:26:29',''),(48116,1,1,49652,68,2745975299,'2016-09-11 20:50:41',''),(48117,1,1,49653,26,2420902020,'2016-09-11 21:19:42',''),(48118,1,1,49654,26,2420902020,'2016-09-11 21:19:45',''),(48119,1,1,49655,26,2420902020,'2016-09-11 21:19:47',''),(48120,1,1,49656,26,2999679044,'2016-09-11 23:33:59',''),(48121,1,1,49657,26,2999679044,'2016-09-11 23:34:14',''),(48122,1,1,49658,1,2999679044,'2016-09-11 23:34:16',''),(48123,1,1,49659,45,2999679044,'2016-09-11 23:34:19',''),(48124,1,1,49660,16,2999679044,'2016-09-11 23:34:22',''),(48125,1,1,49661,56,1123631211,'2016-09-12 04:31:11',''),(48126,1,1,49662,1,1503892502,'2016-09-12 05:29:50',''),(48127,1,1,49663,54,1503892502,'2016-09-12 05:29:52',''),(48128,1,1,49664,66,1503892502,'2016-09-12 05:29:55',''),(48129,1,1,49665,1,1503892502,'2016-09-12 05:29:58',''),(48130,1,1,49666,10,3024883465,'2016-09-12 08:12:10',''),(48131,1,1,49667,1,1542483284,'2016-09-12 08:59:12',''),(48132,1,1,49668,6,1152705890,'2016-09-12 09:00:46',''),(48133,1,1,49669,43,3245313177,'2016-09-12 09:34:18',''),(48134,1,1,49670,57,3245313177,'2016-09-12 09:34:20',''),(48135,1,1,49671,26,2731721826,'2016-09-12 09:48:36',''),(48136,1,1,49672,26,2731721826,'2016-09-12 09:48:39',''),(48137,1,1,49673,26,2731721826,'2016-09-12 09:48:41',''),(48138,1,1,49674,1,2731721826,'2016-09-12 09:48:43',''),(48139,1,1,49675,1,1123631215,'2016-09-12 09:50:13',''),(48140,1,1,49676,1,1123631211,'2016-09-12 11:00:42',''),(48141,1,1,49677,1,2193699366,'2016-09-12 11:47:40',''),(48142,1,1,49678,1,100662575,'2016-09-12 11:47:43',''),(48143,1,1,49679,15,2637637539,'2016-09-12 14:28:35',''),(48144,1,1,49680,1,2637637539,'2016-09-12 14:28:37',''),(48145,1,1,49681,6,2637637539,'2016-09-12 14:28:38',''),(48146,1,1,49682,3,676177684,'2016-09-12 14:28:39',''),(48147,1,1,49683,43,2420915477,'2016-09-12 14:33:21',''),(48148,1,1,49684,27,2420915477,'2016-09-12 14:33:25',''),(48149,1,1,49685,58,2420915477,'2016-09-12 14:33:28',''),(48150,1,1,49686,18,676177768,'2016-09-12 14:34:49',''),(48151,1,1,49687,29,676177768,'2016-09-12 14:34:51',''),(48152,1,1,49688,43,676177768,'2016-09-12 14:34:52',''),(48153,1,1,49689,43,676177768,'2016-09-12 14:34:54',''),(48154,1,1,49690,26,676177768,'2016-09-12 14:39:43',''),(48155,1,1,49691,43,676177768,'2016-09-12 14:54:45',''),(48156,1,1,49692,56,676177702,'2016-09-12 15:01:00',''),(48157,1,1,49693,26,676177702,'2016-09-12 15:01:02',''),(48158,1,1,49694,9,676177702,'2016-09-12 15:01:03',''),(48159,1,1,49695,26,676177702,'2016-09-12 15:01:04',''),(48160,1,1,49696,65,1123631215,'2016-09-12 15:14:31',''),(48161,1,1,49697,26,1159644914,'2016-09-12 15:25:22',''),(48162,1,1,49698,26,1159644914,'2016-09-12 15:25:29',''),(48163,1,1,49699,1,1159644914,'2016-09-12 15:25:32',''),(48164,1,1,49700,1,1159644914,'2016-09-12 15:25:35',''),(48165,1,1,49701,1,1159644914,'2016-09-12 15:25:38',''),(48166,1,1,49702,1,1159644914,'2016-09-12 15:25:41',''),(48167,1,1,49703,1,1159644914,'2016-09-12 15:25:44',''),(48168,1,1,49704,1,1159644914,'2016-09-12 15:25:49',''),(48169,1,1,49705,1,1159644914,'2016-09-12 15:25:53',''),(48170,1,1,49706,1,1159644914,'2016-09-12 15:25:58',''),(48171,1,1,49707,1,1159644914,'2016-09-12 15:26:02',''),(48172,1,1,49708,1,1159644914,'2016-09-12 15:26:05',''),(48173,1,1,49709,52,1159644914,'2016-09-12 15:26:08',''),(48174,1,1,49710,50,1159644914,'2016-09-12 15:26:10',''),(48175,1,1,49711,51,1159644914,'2016-09-12 15:26:15',''),(48176,1,1,49712,56,1159644914,'2016-09-12 15:26:20',''),(48177,1,1,49713,10,1159644914,'2016-09-12 15:26:25',''),(48178,1,1,49714,59,3559908797,'2016-09-12 18:48:58',''),(48179,1,1,49715,68,3559908797,'2016-09-12 18:49:04',''),(48180,1,1,49716,75,3559908797,'2016-09-12 18:49:08',''),(48181,1,1,49717,64,1152705890,'2016-09-12 18:57:34',''),(48182,1,1,49718,1,1123634283,'2016-09-12 19:32:59',''),(48183,1,1,49719,67,1427043441,'2016-09-12 19:54:25',''),(48184,1,1,49720,74,1427043426,'2016-09-12 19:54:28',''),(48185,1,1,49721,56,3475901820,'2016-09-12 20:05:32',''),(48186,1,1,49722,10,3024883485,'2016-09-13 01:04:30',''),(48187,1,1,49723,6,3475901782,'2016-09-13 01:08:35',''),(48188,1,1,49724,16,872366351,'2016-09-13 01:21:47',''),(48189,1,1,49725,56,3427775609,'2016-09-13 06:55:22',''),(48190,1,1,49726,1,1542483313,'2016-09-13 09:09:25',''),(48191,1,1,49727,70,1123634281,'2016-09-13 09:18:21',''),(48192,1,1,49728,6,1123634283,'2016-09-13 09:50:47',''),(48193,1,1,49729,1,1410176523,'2016-09-13 10:24:46','https://www.google.co.uk/'),(48194,1,1,49730,1,1041806727,'2016-09-13 10:25:17',''),(48195,1,1,49731,1,1041806727,'2016-09-13 10:25:28',''),(48196,1,1,49732,1,1369277236,'2016-09-13 10:32:34','https://search.yahoo.com/'),(48197,1,1,49733,65,3024883470,'2016-09-13 11:33:39',''),(48198,1,1,49734,1,2680907776,'2016-09-13 11:40:30',''),(48199,1,1,49735,1,3479603870,'2016-09-13 11:44:50',''),(48200,1,1,49736,1,1382840538,'2016-09-13 13:30:19','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=12&ved=0ahUKEwin5r7huYzPAhWsB8AKHYP9C6UQ_BcItgEwCw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(48201,1,1,49737,1,3475901782,'2016-09-13 14:15:56',''),(48202,1,1,49738,1,3495880538,'2016-09-13 14:54:58',''),(48203,1,1,49739,1,1203054102,'2016-09-13 15:08:29',''),(48204,1,1,49740,26,2917834746,'2016-09-13 15:12:30',''),(48205,1,1,49741,26,2917834746,'2016-09-13 15:12:32',''),(48206,1,1,49742,26,2917834746,'2016-09-13 15:12:35',''),(48207,1,1,49743,53,2917834746,'2016-09-13 15:12:37',''),(48208,1,1,49744,1,2680908230,'2016-09-13 15:12:49',''),(48209,1,1,49745,1,2731721857,'2016-09-13 16:24:40',''),(48210,1,1,49746,1,2731721857,'2016-09-13 16:24:43',''),(48211,1,1,49747,1,2731721857,'2016-09-13 16:24:45',''),(48212,1,1,49748,1,2731721857,'2016-09-13 16:24:48',''),(48213,1,1,49749,1,2731721857,'2016-09-13 16:24:50',''),(48214,1,1,49750,1,2731721857,'2016-09-13 16:24:53',''),(48215,1,1,49751,1,2731721857,'2016-09-13 16:24:55',''),(48216,1,1,49752,1,2731721857,'2016-09-13 16:24:58',''),(48217,1,1,49753,1,2731721857,'2016-09-13 16:25:01',''),(48218,1,1,49754,1,2731721857,'2016-09-13 16:25:03',''),(48219,1,1,49755,56,2731721857,'2016-09-13 16:25:06',''),(48220,1,1,49756,73,2731721857,'2016-09-13 16:25:08',''),(48221,1,1,49757,71,2731721857,'2016-09-13 16:25:12',''),(48222,1,1,49758,26,872339343,'2016-09-13 16:28:34',''),(48223,1,1,49759,26,872339343,'2016-09-13 16:28:36',''),(48224,1,1,49760,26,872339343,'2016-09-13 16:28:40',''),(48225,1,1,49761,1,3024883488,'2016-09-13 16:49:58',''),(48226,1,1,49762,16,1159644914,'2016-09-13 17:24:59',''),(48227,1,1,49763,15,2760155425,'2016-09-13 18:57:37',''),(48228,1,1,49764,15,1170580419,'2016-09-13 21:43:13',''),(48229,1,1,49765,31,1170580419,'2016-09-13 21:43:16',''),(48230,1,1,49766,47,1170580419,'2016-09-13 21:43:20',''),(48231,1,1,49767,1,1159644850,'2016-09-14 00:34:45',''),(48232,1,1,49768,1,1159644850,'2016-09-14 00:34:47',''),(48233,1,1,49769,3,1159644850,'2016-09-14 00:34:50',''),(48234,1,1,49770,3,1159644850,'2016-09-14 00:34:53',''),(48235,1,1,49771,1,757284802,'2016-09-14 00:36:36',''),(48236,1,1,49772,1,1534684471,'2016-09-14 02:02:18',''),(48237,1,1,49773,1,3165040338,'2016-09-14 02:03:25',''),(48238,1,1,49774,58,3024883479,'2016-09-14 02:17:30',''),(48239,1,1,49775,15,3024883488,'2016-09-14 06:31:12',''),(48240,1,1,49776,26,1534710587,'2016-09-14 06:37:56',''),(48241,1,1,49777,26,1534710587,'2016-09-14 06:38:04',''),(48242,1,1,49778,1,1534710587,'2016-09-14 06:38:08',''),(48243,1,1,49779,45,1534710587,'2016-09-14 06:38:10',''),(48244,1,1,49780,16,1534710587,'2016-09-14 06:38:13',''),(48245,1,1,49781,26,2986800871,'2016-09-14 08:02:55',''),(48246,1,1,49782,26,2986800871,'2016-09-14 08:02:57',''),(48247,1,1,49783,26,2986800871,'2016-09-14 08:03:00',''),(48248,1,1,49784,1,1123634283,'2016-09-14 08:07:55',''),(48249,1,1,49785,1,2921498610,'2016-09-14 08:43:09',''),(48250,1,1,49786,1,100662596,'2016-09-14 08:52:04',''),(48251,1,1,49787,1,100662596,'2016-09-14 08:52:07',''),(48252,1,1,49788,1,1159648002,'2016-09-14 09:01:03',''),(48253,1,1,49789,54,1159648002,'2016-09-14 09:01:06',''),(48254,1,1,49790,66,1159648002,'2016-09-14 09:01:35',''),(48255,1,1,49791,1,1159648002,'2016-09-14 09:01:51',''),(48256,1,1,49792,1,1542483278,'2016-09-14 09:10:22',''),(48257,1,1,49793,6,2953413445,'2016-09-14 09:55:12',''),(48258,1,1,49794,43,1159650802,'2016-09-14 10:02:11',''),(48259,1,1,49795,27,1159650802,'2016-09-14 10:02:15',''),(48260,1,1,49796,58,1159650802,'2016-09-14 10:02:18',''),(48261,1,1,49797,38,84504390,'2016-09-14 10:15:50',''),(48262,1,1,49798,43,84504390,'2016-09-14 10:15:52',''),(48263,1,1,49799,57,84504390,'2016-09-14 10:15:55',''),(48264,1,1,49800,1,1159650810,'2016-09-14 12:56:32',''),(48265,1,1,49801,1,1159650810,'2016-09-14 12:56:35',''),(48266,1,1,49802,3,1159650810,'2016-09-14 12:56:37',''),(48267,1,1,49803,3,1159650810,'2016-09-14 12:56:40',''),(48268,1,1,49804,52,872366378,'2016-09-14 13:47:16',''),(48269,1,1,49805,9,1170580419,'2016-09-14 14:00:27',''),(48270,1,1,49806,64,1170580419,'2016-09-14 14:00:31',''),(48271,1,1,49807,73,3641542195,'2016-09-14 14:01:45','https://www.google.co.uk/'),(48272,1,1,49808,1,3024883606,'2016-09-14 14:36:55',''),(48273,1,1,49809,1,1348182627,'2016-09-14 15:06:16',''),(48274,1,1,49810,44,3475901782,'2016-09-14 16:00:54',''),(48275,1,1,49811,59,1340569085,'2016-09-14 16:30:12',''),(48276,1,1,49812,68,1340569085,'2016-09-14 16:30:27',''),(48277,1,1,49813,75,1340569085,'2016-09-14 16:30:30',''),(48278,1,1,49814,52,3024883607,'2016-09-14 16:50:53',''),(48279,1,1,49815,18,2637637611,'2016-09-14 19:36:21',''),(48280,1,1,49816,29,2637637611,'2016-09-14 19:36:22',''),(48281,1,1,49817,43,2637637611,'2016-09-14 19:36:23',''),(48282,1,1,49818,3,676177723,'2016-09-14 19:36:25',''),(48283,1,1,49819,43,2637637611,'2016-09-14 19:36:25',''),(48284,1,1,49820,26,2637637611,'2016-09-14 19:36:27',''),(48285,1,1,49821,56,676177750,'2016-09-14 19:36:30',''),(48286,1,1,49822,26,676177750,'2016-09-14 19:36:32',''),(48287,1,1,49823,9,676177750,'2016-09-14 19:36:32',''),(48288,1,1,49824,26,676177750,'2016-09-14 19:36:33',''),(48289,1,1,49825,15,3475901782,'2016-09-14 19:36:42',''),(48290,1,1,49826,1,3475901782,'2016-09-14 19:36:44',''),(48291,1,1,49827,6,3475901782,'2016-09-14 19:36:44',''),(48292,1,1,49828,74,1159648714,'2016-09-14 21:44:53',''),(48293,1,1,49829,26,1539739511,'2016-09-14 22:41:17',''),(48294,1,1,49830,26,1539739511,'2016-09-14 22:41:19',''),(48295,1,1,49831,31,1539739511,'2016-09-14 22:41:21',''),(48296,1,1,49832,26,2731721828,'2016-09-14 23:50:32',''),(48297,1,1,49833,26,2731721828,'2016-09-14 23:50:35',''),(48298,1,1,49834,26,2731721828,'2016-09-14 23:50:37',''),(48299,1,1,49835,41,1534682446,'2016-09-15 00:03:44',''),(48300,1,1,49836,43,1534682446,'2016-09-15 00:03:47',''),(48301,1,1,49837,1,3024883606,'2016-09-15 01:31:47',''),(48302,1,1,49838,1,3024883484,'2016-09-15 03:06:25',''),(48303,1,1,49839,1,872317272,'2016-09-15 03:47:40',''),(48304,1,1,49840,1,1968049459,'2016-09-15 03:55:43',''),(48305,1,1,49841,15,1159648714,'2016-09-15 04:53:09',''),(48306,1,1,49842,31,1159648714,'2016-09-15 04:53:13',''),(48307,1,1,49843,47,1159648714,'2016-09-15 04:53:17',''),(48308,1,1,49844,63,676177723,'2016-09-15 05:07:09',''),(48309,1,1,49845,68,676177723,'2016-09-15 05:07:10',''),(48310,1,1,49846,65,676177723,'2016-09-15 05:07:12',''),(48311,1,1,49847,27,1388412687,'2016-09-15 06:21:14',''),(48312,1,1,49848,44,1388412687,'2016-09-15 06:21:17',''),(48313,1,1,49849,49,1388412687,'2016-09-15 06:21:20',''),(48314,1,1,49850,1,1123634284,'2016-09-15 07:31:23',''),(48315,1,1,49851,53,1123631850,'2016-09-15 08:33:17',''),(48316,1,1,49852,1,1542483309,'2016-09-15 09:16:52',''),(48317,1,1,49853,73,3024883485,'2016-09-15 13:44:13',''),(48318,1,1,49854,1,1508959561,'2016-09-15 14:17:12','https://www.bing.com/'),(48319,1,1,49855,1,1041806726,'2016-09-15 14:32:09',''),(48320,1,1,49856,43,3024883480,'2016-09-15 17:57:12',''),(48321,1,1,49857,1,1123632618,'2016-09-15 20:20:05',''),(48322,1,1,49858,1,1539462250,'2016-09-15 22:45:05',''),(48323,1,1,49859,1,1539462250,'2016-09-15 22:45:12',''),(48324,1,1,49860,1,1539462250,'2016-09-15 22:45:21',''),(48325,1,1,49861,1,1539462250,'2016-09-15 22:45:29',''),(48326,1,1,49862,1,1539462250,'2016-09-15 22:45:36',''),(48327,1,1,49863,1,1539462250,'2016-09-15 22:45:43',''),(48328,1,1,49864,1,1539462250,'2016-09-15 22:45:50',''),(48329,1,1,49865,1,1539462250,'2016-09-15 22:45:57',''),(48330,1,1,49866,1,1539462250,'2016-09-15 22:46:05',''),(48331,1,1,49867,1,1539462250,'2016-09-15 22:46:12',''),(48332,1,1,49868,16,1539462250,'2016-09-15 22:46:20',''),(48333,1,1,49869,62,1539462250,'2016-09-15 22:46:23',''),(48334,1,1,49870,63,1539462250,'2016-09-15 22:46:31',''),(48335,1,1,49871,74,1539462250,'2016-09-15 22:46:43',''),(48336,1,1,49872,75,3024883590,'2016-09-16 00:09:13',''),(48337,1,1,49873,26,1152705890,'2016-09-16 03:52:54',''),(48338,1,1,49874,26,84504390,'2016-09-16 04:14:48',''),(48339,1,1,49875,26,84504390,'2016-09-16 04:14:51',''),(48340,1,1,49876,26,84504390,'2016-09-16 04:14:53',''),(48341,1,1,49877,72,3024883603,'2016-09-16 04:59:43',''),(48342,1,1,49878,1,1123632622,'2016-09-16 05:31:27',''),(48343,1,1,49879,74,872358999,'2016-09-16 07:52:19',''),(48344,1,1,49880,1,1159648714,'2016-09-16 07:55:24',''),(48345,1,1,49881,27,1159647986,'2016-09-16 08:30:09',''),(48346,1,1,49882,44,1159647986,'2016-09-16 08:30:14',''),(48347,1,1,49883,49,1159647986,'2016-09-16 08:30:18',''),(48348,1,1,49884,1,676163324,'2016-09-16 08:54:25',''),(48349,1,1,49885,1,676163324,'2016-09-16 08:54:26',''),(48350,1,1,49886,1,1542483285,'2016-09-16 09:18:05',''),(48351,1,1,49887,26,84512482,'2016-09-16 09:30:43',''),(48352,1,1,49888,26,84512482,'2016-09-16 09:30:47',''),(48353,1,1,49889,26,84512482,'2016-09-16 09:30:52',''),(48354,1,1,49890,1,84512482,'2016-09-16 09:30:56',''),(48355,1,1,49891,6,1123632626,'2016-09-16 10:01:37',''),(48356,1,1,49892,1,872358996,'2016-09-16 10:18:10',''),(48357,1,1,49893,1,872358996,'2016-09-16 10:18:15',''),(48358,1,1,49894,3,872358996,'2016-09-16 10:18:19',''),(48359,1,1,49895,3,872358996,'2016-09-16 10:18:23',''),(48360,1,1,49896,1,2420901739,'2016-09-16 10:26:06',''),(48361,1,1,49897,1,2420901739,'2016-09-16 10:27:10',''),(48362,1,1,49898,3,2420901739,'2016-09-16 10:27:12',''),(48363,1,1,49899,3,2420901739,'2016-09-16 10:27:15',''),(48364,1,1,49900,1,1053988086,'2016-09-16 15:52:01',''),(48365,1,1,49901,1,1534710587,'2016-09-16 17:28:01',''),(48366,1,1,49902,59,1152705890,'2016-09-16 17:48:18',''),(48367,1,1,49903,1,1838707505,'2016-09-16 18:05:58',''),(48368,1,1,49904,62,1152705890,'2016-09-16 18:34:24',''),(48369,1,1,49905,26,84491906,'2016-09-16 18:53:48',''),(48370,1,1,49906,26,84491906,'2016-09-16 18:53:50',''),(48371,1,1,49907,26,84491906,'2016-09-16 18:53:52',''),(48372,1,1,49908,1,1089904938,'2016-09-16 22:00:00','http://whois.domaintools.com/mstyresblackburn.co.uk'),(48373,1,1,49909,1,1443308771,'2016-09-16 22:12:13','https://www.google.co.uk/'),(48374,1,1,49910,3,3475901825,'2016-09-16 22:30:31',''),(48375,1,1,49911,15,2637637420,'2016-09-16 22:30:41',''),(48376,1,1,49912,1,2637637420,'2016-09-16 22:30:43',''),(48377,1,1,49913,6,2637637420,'2016-09-16 22:30:44',''),(48378,1,1,49914,38,1366114598,'2016-09-16 23:20:23',''),(48379,1,1,49915,53,1123633583,'2016-09-17 00:01:47',''),(48380,1,1,49916,26,1053973110,'2016-09-17 00:10:56',''),(48381,1,1,49917,26,1053973110,'2016-09-17 00:10:59',''),(48382,1,1,49918,45,1053973110,'2016-09-17 00:11:01',''),(48383,1,1,49919,53,1053973110,'2016-09-17 00:11:03',''),(48384,1,1,49920,1,2731721828,'2016-09-17 00:56:20',''),(48385,1,1,49921,1,1152705890,'2016-09-17 01:48:40',''),(48386,1,1,49922,1,2538613233,'2016-09-17 01:57:17',''),(48387,1,1,49923,26,1539462250,'2016-09-17 03:16:44',''),(48388,1,1,49924,26,1539462250,'2016-09-17 03:16:59',''),(48389,1,1,49925,1,1539462250,'2016-09-17 03:17:13',''),(48390,1,1,49926,45,1539462250,'2016-09-17 03:17:27',''),(48391,1,1,49927,16,1539462250,'2016-09-17 03:17:42',''),(48392,1,1,49928,15,3024883483,'2016-09-17 03:21:36',''),(48393,1,1,49929,18,2745975448,'2016-09-17 05:19:54',''),(48394,1,1,49930,1,2420907330,'2016-09-17 05:37:39',''),(48395,1,1,49931,72,3024883612,'2016-09-17 07:54:06',''),(48396,1,1,49932,1,1542483316,'2016-09-17 09:13:15',''),(48397,1,1,49933,6,3245313177,'2016-09-17 10:34:14',''),(48398,1,1,49934,56,3427775551,'2016-09-17 13:15:36',''),(48399,1,1,49935,26,1159653890,'2016-09-17 14:32:56',''),(48400,1,1,49936,26,1159653890,'2016-09-17 14:32:59',''),(48401,1,1,49937,26,1159653890,'2016-09-17 14:33:04',''),(48402,1,1,49938,9,1159650810,'2016-09-17 14:40:54',''),(48403,1,1,49939,64,1159650810,'2016-09-17 14:41:03',''),(48404,1,1,49940,43,3024883595,'2016-09-17 17:18:45',''),(48405,1,1,49941,1,3487887369,'2016-09-17 18:01:45',''),(48406,1,1,49942,52,3487887369,'2016-09-17 18:01:50',''),(48407,1,1,49943,1,2548838214,'2016-09-17 18:07:13',''),(48408,1,1,49944,52,2548838214,'2016-09-17 18:07:14',''),(48409,1,1,49945,30,2548838214,'2016-09-17 18:07:15',''),(48410,1,1,49946,52,2548838214,'2016-09-17 18:07:16',''),(48411,1,1,49947,1,2548838214,'2016-09-17 18:07:17',''),(48412,1,1,49948,52,2548838214,'2016-09-17 18:07:18',''),(48413,1,1,49949,1,1572755734,'2016-09-17 18:15:45',''),(48414,1,1,49950,1,2745973215,'2016-09-17 18:20:10',''),(48415,1,1,49951,6,3024883462,'2016-09-17 18:25:44',''),(48416,1,1,49952,1,96995596,'2016-09-17 18:26:46',''),(48417,1,1,49953,1,1581879701,'2016-09-17 18:33:45',''),(48418,1,1,49954,52,1581879701,'2016-09-17 18:33:46',''),(48419,1,1,49955,30,1581879701,'2016-09-17 18:33:47',''),(48420,1,1,49956,52,1581879701,'2016-09-17 18:33:49',''),(48421,1,1,49957,1,1581879701,'2016-09-17 18:33:51',''),(48422,1,1,49958,1,2734619851,'2016-09-17 18:40:40',''),(48423,1,1,49959,1,1581881158,'2016-09-17 18:46:32',''),(48424,1,1,49960,52,1581881158,'2016-09-17 18:46:37',''),(48425,1,1,49961,1,872375834,'2016-09-17 18:52:40',''),(48426,1,1,49349,65,3156059475,'2016-09-17 18:53:28','https://www.google.co.uk/'),(48427,1,1,49962,16,772383919,'2016-09-17 19:17:36',''),(48428,1,1,49963,1,3024883597,'2016-09-17 22:16:27',''),(48429,1,1,49964,1,1123631219,'2016-09-18 00:30:14',''),(48430,1,1,49965,63,1123631219,'2016-09-18 01:28:10',''),(48431,1,1,49966,73,2637637466,'2016-09-18 01:36:59',''),(48432,1,1,49967,1,1394593377,'2016-09-18 02:18:01',''),(48433,1,1,49968,6,1394593377,'2016-09-18 02:18:02',''),(48434,1,1,49969,26,2953413445,'2016-09-18 05:53:38',''),(48435,1,1,49970,26,2953413445,'2016-09-18 05:53:51',''),(48436,1,1,49971,45,2953413445,'2016-09-18 05:53:53',''),(48437,1,1,49972,53,2953413445,'2016-09-18 05:53:56',''),(48438,1,1,49973,1,1123631211,'2016-09-18 05:57:42',''),(48439,1,1,49974,1,3590043686,'2016-09-18 08:16:46',''),(48440,1,1,49975,1,3590043686,'2016-09-18 08:16:48',''),(48441,1,1,49976,1,3590043686,'2016-09-18 08:16:51',''),(48442,1,1,49977,1,3590043686,'2016-09-18 08:16:53',''),(48443,1,1,49978,1,3590043686,'2016-09-18 08:16:55',''),(48444,1,1,49979,1,3590043686,'2016-09-18 08:16:59',''),(48445,1,1,49980,1,3590043686,'2016-09-18 08:17:01',''),(48446,1,1,49981,1,3590043686,'2016-09-18 08:17:04',''),(48447,1,1,49982,1,3590043686,'2016-09-18 08:17:08',''),(48448,1,1,49983,1,1542483277,'2016-09-18 09:23:42',''),(48449,1,1,49984,1,1053986805,'2016-09-18 10:06:03',''),(48450,1,1,49985,1,1053986805,'2016-09-18 10:06:06',''),(48451,1,1,49986,3,1053986805,'2016-09-18 10:06:09',''),(48452,1,1,49987,3,1053986805,'2016-09-18 10:06:12',''),(48453,1,1,49988,1,3479603870,'2016-09-18 12:32:13',''),(48454,1,1,49989,26,1534710587,'2016-09-18 13:36:13',''),(48455,1,1,49990,26,1534710587,'2016-09-18 13:36:27',''),(48456,1,1,49991,26,1534710587,'2016-09-18 13:36:29',''),(48457,1,1,49992,1,3024883471,'2016-09-18 14:34:16',''),(48458,1,1,49993,26,782615949,'2016-09-18 14:57:09',''),(48459,1,1,49994,26,782615949,'2016-09-18 14:57:19',''),(48460,1,1,49995,26,782615949,'2016-09-18 14:58:02',''),(48461,1,1,49996,26,782615949,'2016-09-18 14:58:05',''),(48462,1,1,49997,64,3024883613,'2016-09-18 15:07:45',''),(48463,1,1,49998,1,1369029118,'2016-09-18 16:57:53','https://www.google.co.uk/'),(48464,1,1,49999,27,2999679044,'2016-09-18 17:19:07',''),(48465,1,1,50000,44,2999679044,'2016-09-18 17:19:10',''),(48466,1,1,50001,49,2999679044,'2016-09-18 17:19:12',''),(48467,1,1,50002,38,3024883601,'2016-09-18 17:22:28',''),(48468,1,1,50003,1,84504390,'2016-09-18 17:36:37',''),(48469,1,1,50004,1,1329785667,'2016-09-18 18:02:03','https://www.google.co.uk/'),(48470,1,1,50005,1,1123631219,'2016-09-18 18:11:27',''),(48471,1,1,50006,1,1041806727,'2016-09-18 18:55:06',''),(48472,1,1,50007,1,3512706058,'2016-09-18 19:11:13',''),(48473,1,1,50008,1,1123631219,'2016-09-18 19:22:11',''),(48474,1,1,50009,1,1123631215,'2016-09-18 19:58:52',''),(48475,1,1,50010,38,1152705890,'2016-09-18 20:14:46',''),(48476,1,1,50011,1,1123631219,'2016-09-18 20:30:45',''),(48477,1,1,50012,43,676177731,'2016-09-18 20:33:58',''),(48478,1,1,50013,6,387153344,'2016-09-18 20:42:49',''),(48479,1,1,50014,1,1123631215,'2016-09-18 21:37:19',''),(48480,1,1,50015,1,1311650550,'2016-09-19 00:31:15',''),(48481,1,1,50016,1,1311650550,'2016-09-19 00:31:18',''),(48482,1,1,50017,1,1311650550,'2016-09-19 00:31:22',''),(48483,1,1,50018,1,1311650550,'2016-09-19 00:31:30',''),(48484,1,1,50019,1,1311650550,'2016-09-19 00:31:32',''),(48485,1,1,50020,1,1311650550,'2016-09-19 00:31:40',''),(48486,1,1,50021,1,1311650550,'2016-09-19 00:31:42',''),(48487,1,1,50022,1,1311650550,'2016-09-19 00:31:46',''),(48488,1,1,50023,1,1311650550,'2016-09-19 00:31:48',''),(48489,1,1,50024,1,1311650550,'2016-09-19 00:31:56',''),(48490,1,1,50025,1,1123631215,'2016-09-19 00:55:47',''),(48491,1,1,50026,26,2420901012,'2016-09-19 01:14:43',''),(48492,1,1,50027,26,2420901012,'2016-09-19 01:14:45',''),(48493,1,1,50028,26,2420901012,'2016-09-19 01:14:48',''),(48494,1,1,50029,1,2420901012,'2016-09-19 01:14:51',''),(48495,1,1,50030,1,1123631211,'2016-09-19 01:35:54',''),(48496,1,1,50031,75,3024883475,'2016-09-19 01:54:39',''),(48497,1,1,50033,28,1123631219,'2016-09-19 03:13:10',''),(48498,1,1,50034,26,528611413,'2016-09-19 03:28:40',''),(48499,1,1,50035,26,528611413,'2016-09-19 03:28:42',''),(48500,1,1,50036,26,528611413,'2016-09-19 03:28:44',''),(48501,1,1,50037,1,3024883481,'2016-09-19 03:52:19',''),(48502,1,1,50038,1,631095636,'2016-09-19 03:54:47',''),(48503,1,1,50039,75,1123631215,'2016-09-19 04:22:42',''),(48504,1,1,50040,14,1123631211,'2016-09-19 04:51:12',''),(48505,1,1,50041,1,3647145961,'2016-09-19 04:52:08',''),(48506,1,1,50042,1,1123631219,'2016-09-19 05:48:14',''),(48507,1,1,50043,1,1123631211,'2016-09-19 05:53:30',''),(48508,1,1,50044,26,2921498610,'2016-09-19 06:21:21',''),(48509,1,1,50045,26,2921498610,'2016-09-19 06:21:28',''),(48510,1,1,50046,26,2921498610,'2016-09-19 06:21:33',''),(48511,1,1,50047,26,2921498610,'2016-09-19 06:21:39',''),(48512,1,1,50048,9,2513055936,'2016-09-19 06:24:38',''),(48513,1,1,50049,64,2513055936,'2016-09-19 06:24:41',''),(48514,1,1,50050,1,1123631219,'2016-09-19 07:10:34',''),(48515,1,1,50051,1,223945744,'2016-09-19 07:57:39',''),(48516,1,1,50052,1,223945744,'2016-09-19 07:57:40',''),(48517,1,1,50053,6,872358996,'2016-09-19 08:22:03',''),(48518,1,1,50054,1,1542483320,'2016-09-19 09:28:04',''),(48519,1,1,50055,1,1123631215,'2016-09-19 09:42:36',''),(48520,1,1,50056,1,1123631215,'2016-09-19 10:21:39',''),(48521,1,1,50057,59,2264880309,'2016-09-19 12:19:48',''),(48522,1,1,50058,68,2264880309,'2016-09-19 12:19:54',''),(48523,1,1,50059,75,2264880309,'2016-09-19 12:19:59',''),(48524,1,1,50060,1,1123631215,'2016-09-19 12:31:31',''),(48525,1,1,50061,1,3024883461,'2016-09-19 12:53:58',''),(48526,1,1,50062,43,2953382627,'2016-09-19 13:20:36',''),(48527,1,1,50063,27,2953382627,'2016-09-19 13:20:39',''),(48528,1,1,50064,58,2953382627,'2016-09-19 13:20:42',''),(48529,1,1,50065,1,1123631215,'2016-09-19 14:26:35',''),(48530,1,1,50066,41,2328461168,'2016-09-19 14:31:57',''),(48531,1,1,50067,43,2328461168,'2016-09-19 14:32:02',''),(48532,1,1,50068,53,1123631211,'2016-09-19 15:16:11',''),(48533,1,1,50070,14,1123631211,'2016-09-19 16:03:00',''),(48534,1,1,50071,52,2637637611,'2016-09-19 16:18:26',''),(48535,1,1,50072,1,1123631215,'2016-09-19 16:59:12',''),(48536,1,1,50073,56,1451404786,'2016-09-19 20:37:55','https://www.google.co.uk/'),(48537,1,1,50074,51,1123634284,'2016-09-19 21:08:09',''),(48538,1,1,50075,1,2193699366,'2016-09-20 01:15:34',''),(48539,1,1,50076,1,100662575,'2016-09-20 01:15:38',''),(48540,1,1,50077,1,1123634283,'2016-09-20 02:27:33',''),(48541,1,1,50078,1,1123634281,'2016-09-20 02:42:33',''),(48542,1,1,50079,1,1123631858,'2016-09-20 03:45:11',''),(48543,1,1,50080,1,3024883461,'2016-09-20 04:35:43',''),(48544,1,1,50081,1,1539462250,'2016-09-20 06:07:24',''),(48545,1,1,50082,54,1539462250,'2016-09-20 06:07:29',''),(48546,1,1,50083,66,1539462250,'2016-09-20 06:07:36',''),(48547,1,1,50084,1,1539462250,'2016-09-20 06:07:42',''),(48548,1,1,50085,55,1123634283,'2016-09-20 07:06:36',''),(48549,1,1,50086,1,1384437662,'2016-09-20 07:28:35','https://www.google.co.uk/'),(48550,1,1,50087,1,1542483299,'2016-09-20 09:33:49',''),(48551,1,1,50088,15,3557011873,'2016-09-20 09:38:54',''),(48552,1,1,50089,26,2953382627,'2016-09-20 09:48:06',''),(48553,1,1,50090,26,2953382627,'2016-09-20 09:48:08',''),(48554,1,1,50091,6,1123634283,'2016-09-20 10:09:44',''),(48555,1,1,50092,56,3024883461,'2016-09-20 12:47:54',''),(48556,1,1,50093,29,2760155414,'2016-09-20 12:48:11',''),(48557,1,1,49477,1,1838813807,'2016-09-20 12:59:00','https://www.google.co.uk/'),(48558,1,1,50094,41,2760155483,'2016-09-20 14:47:18',''),(48559,1,1,50095,1,100662596,'2016-09-20 14:52:10',''),(48560,1,1,50096,1,2366145566,'2016-09-20 14:52:14',''),(48561,1,1,50097,65,1123638731,'2016-09-20 18:02:06','https://www.google.co.uk/'),(48562,1,1,49349,65,3156059580,'2016-09-20 18:04:58','https://www.google.co.uk/'),(48563,1,1,50098,1,3024883616,'2016-09-20 18:55:50',''),(48564,1,1,50099,1,1543816878,'2016-09-20 20:36:34',''),(48565,1,1,50100,1,1329785667,'2016-09-20 21:18:13','https://www.google.co.uk/'),(48566,1,1,50101,1,1041806726,'2016-09-20 22:16:11',''),(48567,1,1,50102,1,1041806726,'2016-09-20 22:17:20',''),(48568,1,1,50103,16,872366392,'2016-09-20 22:18:32',''),(48569,1,1,50104,1,1558077042,'2016-09-20 22:24:41',''),(48570,1,1,50105,1,1558077042,'2016-09-20 22:24:43',''),(48571,1,1,50106,3,1558077042,'2016-09-20 22:24:47',''),(48572,1,1,50107,3,1558077042,'2016-09-20 22:24:51',''),(48573,1,1,50108,26,1159644874,'2016-09-21 01:49:17',''),(48574,1,1,50109,26,1159644874,'2016-09-21 01:49:21',''),(48575,1,1,50110,26,1159644874,'2016-09-21 01:49:24',''),(48576,1,1,50111,26,1159644874,'2016-09-21 01:49:27',''),(48577,1,1,50112,44,2745975085,'2016-09-21 02:03:33',''),(48578,1,1,50113,1,1123631219,'2016-09-21 02:12:08',''),(48579,1,1,50114,1,1427043441,'2016-09-21 06:16:48',''),(48580,1,1,50115,1,1489375244,'2016-09-21 07:43:37',''),(48581,1,1,50116,1,1489375244,'2016-09-21 07:43:39',''),(48582,1,1,50117,1,1489375244,'2016-09-21 07:43:42',''),(48583,1,1,50118,1,1489375244,'2016-09-21 07:43:44',''),(48584,1,1,50119,1,1489375244,'2016-09-21 07:43:47',''),(48585,1,1,50120,1,1489375244,'2016-09-21 07:43:49',''),(48586,1,1,50121,1,1489375244,'2016-09-21 07:43:51',''),(48587,1,1,50122,1,1489375244,'2016-09-21 07:43:54',''),(48588,1,1,50123,1,1489375244,'2016-09-21 07:43:56',''),(48589,1,1,50124,26,1587212101,'2016-09-21 07:49:15',''),(48590,1,1,50125,26,1587212101,'2016-09-21 07:49:23',''),(48591,1,1,50126,26,1587212101,'2016-09-21 07:49:27',''),(48592,1,1,50127,1,1542483282,'2016-09-21 09:14:13',''),(48593,1,1,50128,1,3259533074,'2016-09-21 09:33:28','https://www.google.co.uk/'),(48594,1,1,50129,1,2986800871,'2016-09-21 10:26:54',''),(48595,1,1,50130,51,1123631211,'2016-09-21 10:43:41',''),(48596,1,1,50131,1,84498858,'2016-09-21 11:15:06',''),(48597,1,1,50132,1,84498858,'2016-09-21 11:15:09',''),(48598,1,1,50133,3,84498858,'2016-09-21 11:15:11',''),(48599,1,1,50134,3,84498858,'2016-09-21 11:15:16',''),(48600,1,1,50135,6,1540436758,'2016-09-21 12:03:16',''),(48601,1,1,50136,1,2538613161,'2016-09-21 12:28:12',''),(48602,1,1,50137,42,2538613161,'2016-09-21 12:28:15',''),(48603,1,1,50138,56,3024883467,'2016-09-21 13:41:28',''),(48604,1,1,50139,26,3647431011,'2016-09-21 15:03:08',''),(48605,1,1,50140,26,3647431011,'2016-09-21 15:03:10',''),(48606,1,1,50141,26,3647431011,'2016-09-21 15:03:15',''),(48607,1,1,50142,27,84498535,'2016-09-21 15:11:35',''),(48608,1,1,50143,44,84498535,'2016-09-21 15:11:38',''),(48609,1,1,50144,49,84498535,'2016-09-21 15:11:41',''),(48610,1,1,50145,1,2921498610,'2016-09-21 15:58:43',''),(48611,1,1,50146,1,1489375244,'2016-09-21 16:39:04',''),(48612,1,1,50147,54,1489375244,'2016-09-21 16:39:06',''),(48613,1,1,50148,66,1489375244,'2016-09-21 16:39:09',''),(48614,1,1,50149,1,1489375244,'2016-09-21 16:39:12',''),(48615,1,1,50150,75,1123631215,'2016-09-21 17:04:16',''),(48616,1,1,50151,1,2731721858,'2016-09-21 18:47:00',''),(48617,1,1,50152,1,1123631219,'2016-09-21 19:26:36',''),(48618,1,1,50153,1,1123631211,'2016-09-21 19:32:23',''),(48619,1,1,50154,59,1053974832,'2016-09-21 20:21:57',''),(48620,1,1,50155,68,1053974832,'2016-09-21 20:22:03',''),(48621,1,1,50156,75,1053974832,'2016-09-21 20:22:07',''),(48622,1,1,50157,42,1159648594,'2016-09-21 20:22:42',''),(48623,1,1,50158,38,1159648594,'2016-09-21 20:23:05',''),(48624,1,1,50159,43,1159648594,'2016-09-21 20:23:08',''),(48625,1,1,50160,57,1159648594,'2016-09-21 20:23:12',''),(48626,1,1,50161,66,1123631219,'2016-09-21 23:19:43',''),(48627,1,1,50162,1,3024883461,'2016-09-21 23:31:53',''),(48628,1,1,50163,26,1159650810,'2016-09-22 01:13:50',''),(48629,1,1,50164,1,1159650810,'2016-09-22 01:13:55',''),(48630,1,1,50165,1,1159650810,'2016-09-22 01:14:00',''),(48631,1,1,50166,6,3024883462,'2016-09-22 01:32:36',''),(48632,1,1,50167,1,92773989,'2016-09-22 02:39:02','http://burger-imperia.com/'),(48633,1,1,50168,43,872366370,'2016-09-22 03:03:10',''),(48634,1,1,50169,1,3024883608,'2016-09-22 06:04:47',''),(48635,1,1,50170,43,3024883469,'2016-09-22 07:28:27',''),(48636,1,1,50171,1,1354860064,'2016-09-22 08:10:20','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiowYKGw6LPAhUGDcAKHavxCMMQFggxMAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.133387755,d.ZGg'),(48637,1,1,50172,1,1542483274,'2016-09-22 09:33:32',''),(48638,1,1,50173,1,3587046447,'2016-09-22 11:17:25',''),(48639,1,1,50174,31,1152705890,'2016-09-22 12:42:57',''),(48640,1,1,50176,1,2366148121,'2016-09-22 13:02:22',''),(48641,1,1,50177,1,2193699366,'2016-09-22 13:02:27',''),(48642,1,1,50178,1,786803397,'2016-09-22 14:02:53',''),(48643,1,1,50179,1,2637637587,'2016-09-22 15:55:00',''),(48644,1,1,50180,6,2637637587,'2016-09-22 15:55:01',''),(48645,1,1,50181,15,2637637587,'2016-09-22 15:55:02',''),(48646,1,1,50182,43,3475901851,'2016-09-22 15:55:04',''),(48647,1,1,50183,43,3475901851,'2016-09-22 15:55:05',''),(48648,1,1,50184,29,3475901851,'2016-09-22 15:55:07',''),(48649,1,1,50185,26,3475901851,'2016-09-22 15:55:08',''),(48650,1,1,50186,18,3475901851,'2016-09-22 15:55:09',''),(48651,1,1,50187,26,2637637592,'2016-09-22 15:55:09',''),(48652,1,1,50188,9,2637637592,'2016-09-22 15:55:10',''),(48653,1,1,50189,26,2637637592,'2016-09-22 15:55:11',''),(48654,1,1,50190,56,2637637592,'2016-09-22 15:55:12',''),(48655,1,1,50191,3,2637637577,'2016-09-22 15:55:14',''),(48656,1,1,50192,63,2637637577,'2016-09-22 15:55:15',''),(48657,1,1,50193,26,772022347,'2016-09-22 16:24:09',''),(48658,1,1,50194,56,1329837787,'2016-09-22 18:10:44','https://www.google.co.uk/'),(48659,1,1,50195,1,3024883613,'2016-09-22 20:57:26',''),(48660,1,1,50196,15,1354618677,'2016-09-22 21:55:14','https://www.google.co.uk/'),(48661,1,1,50197,75,2760155451,'2016-09-22 22:39:29',''),(48662,1,1,50198,1,3025663391,'2016-09-23 03:30:17',''),(48663,1,1,50199,1,3024883616,'2016-09-23 03:45:42',''),(48664,1,1,50200,58,872366419,'2016-09-23 04:27:58',''),(48665,1,1,50201,1,1053973110,'2016-09-23 05:30:15',''),(48666,1,1,50202,1,2538613875,'2016-09-23 08:39:16',''),(48667,1,1,50203,1,1542483304,'2016-09-23 09:29:04',''),(48668,1,1,50204,42,1451544730,'2016-09-23 09:29:40',''),(48669,1,1,50205,38,1451544730,'2016-09-23 09:29:42',''),(48670,1,1,50206,43,1451544730,'2016-09-23 09:29:44',''),(48671,1,1,50207,57,1451544730,'2016-09-23 09:29:47',''),(48672,1,1,50208,1,1123631858,'2016-09-23 10:34:25',''),(48673,1,1,50209,1,1443422758,'2016-09-23 12:14:13','https://www.google.co.uk/'),(48674,1,1,50210,53,3024883608,'2016-09-23 12:41:04',''),(48675,1,1,50211,1,1534682446,'2016-09-23 13:33:22',''),(48676,1,1,50212,1,1534682446,'2016-09-23 13:33:24',''),(48677,1,1,50213,3,1534682446,'2016-09-23 13:33:27',''),(48678,1,1,50214,3,1534682446,'2016-09-23 13:33:30',''),(48679,1,1,50215,1,1796538632,'2016-09-23 13:35:56',''),(48680,1,1,50216,51,3024883478,'2016-09-23 13:48:01',''),(48681,1,1,50217,1,3495654154,'2016-09-23 14:59:46',''),(48682,1,1,50218,1,2953413445,'2016-09-23 15:40:27',''),(48683,1,1,50219,1,2953413445,'2016-09-23 15:40:31',''),(48684,1,1,50220,3,2953413445,'2016-09-23 15:40:33',''),(48685,1,1,50221,3,2953413445,'2016-09-23 15:40:36',''),(48686,1,1,50222,1,1123631211,'2016-09-23 15:48:20',''),(48687,1,1,50223,1,1546189202,'2016-09-23 16:53:51',''),(48688,1,1,50224,1,1123631219,'2016-09-23 17:12:07',''),(48689,1,1,50225,26,2420907330,'2016-09-23 18:53:54',''),(48690,1,1,50226,26,2420907330,'2016-09-23 18:53:56',''),(48691,1,1,50227,26,2420907330,'2016-09-23 18:53:58',''),(48692,1,1,50228,1,3589854148,'2016-09-23 19:28:33',''),(48693,1,1,50229,1,3589854148,'2016-09-23 19:28:34',''),(48694,1,1,50230,1,3589854148,'2016-09-23 19:28:35',''),(48695,1,1,50231,6,3589854148,'2016-09-23 19:28:36',''),(48696,1,1,50232,6,3589854148,'2016-09-23 19:28:37',''),(48697,1,1,50233,6,3589854148,'2016-09-23 19:28:38',''),(48698,1,1,50234,45,2745975170,'2016-09-23 23:27:15',''),(48699,1,1,50235,56,3024883463,'2016-09-24 00:37:03',''),(48700,1,1,50236,74,1152705890,'2016-09-24 02:50:39',''),(48701,1,1,50237,16,1489375244,'2016-09-24 03:34:23',''),(48702,1,1,50238,1,1159650810,'2016-09-24 07:16:49',''),(48703,1,1,50239,1,1152705890,'2016-09-24 07:27:40',''),(48704,1,1,50240,1,3337635765,'2016-09-24 07:39:58',''),(48705,1,1,50241,53,3024883604,'2016-09-24 08:16:04',''),(48706,1,1,50242,1,1542483274,'2016-09-24 09:11:06',''),(48707,1,1,50243,6,1123631215,'2016-09-24 10:10:40',''),(48708,1,1,50244,56,2760155451,'2016-09-24 10:25:31',''),(48709,1,1,50245,1,1451270906,'2016-09-24 11:01:21','https://www.google.co.uk/'),(48710,1,1,50246,6,3475901755,'2016-09-24 11:28:22',''),(48711,1,1,50247,1,1159646682,'2016-09-24 11:37:11',''),(48712,1,1,50248,47,2745975462,'2016-09-24 12:32:12',''),(48713,1,1,50249,27,1152705890,'2016-09-24 13:10:06',''),(48714,1,1,50250,43,3024883591,'2016-09-24 14:21:39',''),(48715,1,1,50251,1,1123634284,'2016-09-24 15:44:02',''),(48716,1,1,50252,41,1170583834,'2016-09-24 16:00:54',''),(48717,1,1,50253,43,1170583834,'2016-09-24 16:01:09',''),(48718,1,1,50254,71,2745975036,'2016-09-24 16:16:00',''),(48719,1,1,50255,1,1443460071,'2016-09-24 16:29:47','https://www.google.co.uk/'),(48720,1,1,50256,73,2760155402,'2016-09-24 17:57:41',''),(48721,1,1,50257,69,2760155465,'2016-09-24 18:55:55',''),(48722,1,1,50258,48,2637637572,'2016-09-24 19:17:44',''),(48723,1,1,50259,1,1570674749,'2016-09-24 20:20:45',''),(48724,1,1,50260,1,1570674749,'2016-09-24 20:20:49',''),(48725,1,1,50261,63,2637637572,'2016-09-24 20:50:47',''),(48726,1,1,50262,26,1308163185,'2016-09-24 22:29:02',''),(48727,1,1,50263,26,1308163185,'2016-09-24 22:29:05',''),(48728,1,1,50264,26,1308163185,'2016-09-24 22:29:16',''),(48729,1,1,50265,15,1308163185,'2016-09-24 22:29:22',''),(48730,1,1,50266,47,1308163185,'2016-09-24 22:29:57',''),(48731,1,1,50267,74,1308163185,'2016-09-24 22:30:00',''),(48732,1,1,50268,73,1308163185,'2016-09-24 22:30:03',''),(48733,1,1,50269,71,1308163185,'2016-09-24 22:30:09',''),(48734,1,1,50270,70,1308163185,'2016-09-24 22:30:21',''),(48735,1,1,50271,59,1159650810,'2016-09-24 23:23:42',''),(48736,1,1,50272,68,1159650810,'2016-09-24 23:23:46',''),(48737,1,1,50273,75,1159650810,'2016-09-24 23:23:50',''),(48738,1,1,50274,26,84491906,'2016-09-25 00:05:00',''),(48739,1,1,50275,26,84491906,'2016-09-25 00:05:02',''),(48740,1,1,50276,26,84491906,'2016-09-25 00:05:04',''),(48741,1,1,50277,1,2637637621,'2016-09-25 01:56:15',''),(48742,1,1,50278,45,1123634281,'2016-09-25 05:36:38',''),(48743,1,1,50279,1,1443358557,'2016-09-25 06:26:38','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=15&ved=0ahUKEwjlufmv8KnPAhWIIsAKHfw_BL0QFgjBATAO&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=2bgV6BMmfz5hM_VAeQPKuw'),(48744,1,1,50280,48,1123634283,'2016-09-25 07:50:16',''),(48745,1,1,50281,56,1546188869,'2016-09-25 08:31:05','http://www.google.co.uk/'),(48746,1,1,50282,1,1542483283,'2016-09-25 09:09:13',''),(48747,1,1,50283,1,3488892186,'2016-09-25 11:45:59','http://burger-imperia.com/'),(48748,1,1,50284,1,35164365,'2016-09-25 11:51:36','https://www.google.co.uk/'),(48749,1,1,50285,1,1123631211,'2016-09-25 16:37:30',''),(48750,1,1,50286,1,872317938,'2016-09-25 16:37:40',''),(48751,1,1,50287,1,2409615541,'2016-09-25 16:41:30','https://www.google.co.uk/'),(48752,1,1,50288,71,3475901729,'2016-09-25 16:43:02',''),(48753,1,1,50289,1,1123631215,'2016-09-25 16:46:36',''),(48754,1,1,50290,28,2366158595,'2016-09-25 17:43:36',''),(48755,1,1,50291,38,1123631215,'2016-09-25 20:32:16',''),(48756,1,1,50292,6,392829932,'2016-09-25 21:21:19',''),(48757,1,1,50293,1,2503500115,'2016-09-25 23:01:43',''),(48758,1,1,50294,1,3479603870,'2016-09-25 23:21:07',''),(48759,1,1,50295,1,3024883490,'2016-09-26 00:36:20',''),(48760,1,1,50296,26,1159650810,'2016-09-26 03:55:31',''),(48761,1,1,50297,26,1159650810,'2016-09-26 03:55:35',''),(48762,1,1,50298,26,1159650810,'2016-09-26 03:55:37',''),(48763,1,1,50299,26,1159650810,'2016-09-26 03:55:39',''),(48764,1,1,50300,1,1159650810,'2016-09-26 03:55:42',''),(48765,1,1,50301,15,1159650810,'2016-09-26 03:55:45',''),(48766,1,1,50302,1,1159650810,'2016-09-26 03:55:48',''),(48767,1,1,50303,1,1159650810,'2016-09-26 03:56:07',''),(48768,1,1,50304,26,2420902020,'2016-09-26 04:44:58',''),(48769,1,1,50305,26,2420902020,'2016-09-26 04:45:01',''),(48770,1,1,50306,26,2420902020,'2016-09-26 04:45:33',''),(48771,1,1,50307,43,2366158595,'2016-09-26 06:10:44',''),(48772,1,1,50308,70,3475901729,'2016-09-26 07:18:58',''),(48773,1,1,50309,9,2366148121,'2016-09-26 07:49:41',''),(48774,1,1,50310,1,1542483304,'2016-09-26 08:59:23',''),(48775,1,1,50311,68,1123631215,'2016-09-26 10:12:38',''),(48776,1,1,50312,1,1123631219,'2016-09-26 10:17:15',''),(48777,1,1,50313,72,3475901745,'2016-09-26 11:18:09',''),(48778,1,1,50314,31,1123631211,'2016-09-26 12:02:12',''),(48779,1,1,50315,1,1443002511,'2016-09-26 12:53:54','https://www.google.co.uk/'),(48780,1,1,50316,1,3024883591,'2016-09-26 14:22:06',''),(48781,1,1,50317,57,1123631211,'2016-09-26 15:21:54',''),(48782,1,1,50318,1,1123631219,'2016-09-26 16:23:59',''),(48783,1,1,50319,1,3024883616,'2016-09-26 17:09:07',''),(48784,1,1,50320,51,3024883607,'2016-09-26 18:45:16',''),(48785,1,1,50321,63,3024883474,'2016-09-26 19:18:45',''),(48786,1,1,50322,1,1442994869,'2016-09-26 19:27:40','https://www.google.co.uk/'),(48787,1,1,50323,1,2366148121,'2016-09-26 19:35:41',''),(48788,1,1,50324,1,1570674749,'2016-09-26 19:35:45',''),(48789,1,1,50325,27,1587212101,'2016-09-26 21:52:41',''),(48790,1,1,50326,44,1587212101,'2016-09-26 21:52:45',''),(48791,1,1,50327,49,1587212101,'2016-09-26 21:53:00',''),(48792,1,1,50328,42,2420902020,'2016-09-26 22:05:27',''),(48793,1,1,50329,38,2420902020,'2016-09-26 22:05:31',''),(48794,1,1,50330,43,2420902020,'2016-09-26 22:05:34',''),(48795,1,1,50331,57,2420902020,'2016-09-26 22:05:36',''),(48796,1,1,50332,1,872292419,'2016-09-26 22:19:34',''),(48797,1,1,50333,1,872292419,'2016-09-26 22:19:38',''),(48798,1,1,50334,3,872292419,'2016-09-26 22:19:40',''),(48799,1,1,50335,3,872292419,'2016-09-26 22:19:43',''),(48800,1,1,50336,1,1123631211,'2016-09-26 22:26:42',''),(48801,1,1,50322,1,1442994869,'2016-09-26 22:40:33',''),(48802,1,1,50337,1,2953413445,'2016-09-26 22:49:20',''),(48803,1,1,50338,57,1123631219,'2016-09-26 23:53:54',''),(48804,1,1,50339,1,3024883481,'2016-09-27 01:02:49',''),(48805,1,1,50340,26,2637637388,'2016-09-27 03:11:37',''),(48806,1,1,50341,26,2637637388,'2016-09-27 03:11:38',''),(48807,1,1,50342,9,2637637388,'2016-09-27 03:11:39',''),(48808,1,1,50343,56,2637637388,'2016-09-27 03:11:41',''),(48809,1,1,50344,43,2637637557,'2016-09-27 03:11:42',''),(48810,1,1,50345,26,2637637557,'2016-09-27 03:11:44',''),(48811,1,1,50346,18,2637637557,'2016-09-27 03:11:45',''),(48812,1,1,50347,29,2637637557,'2016-09-27 03:11:46',''),(48813,1,1,50349,43,2637637557,'2016-09-27 03:11:47',''),(48814,1,1,50348,1,2637637438,'2016-09-27 03:11:47',''),(48815,1,1,50350,15,2637637438,'2016-09-27 03:11:48',''),(48816,1,1,50351,6,2637637438,'2016-09-27 03:11:50',''),(48817,1,1,50352,1,1123631215,'2016-09-27 05:34:04',''),(48818,1,1,50353,1,1443146285,'2016-09-27 05:36:01','https://www.bing.com/'),(48819,1,1,50354,70,3024883484,'2016-09-27 06:15:26',''),(48820,1,1,50355,1,1489375385,'2016-09-27 07:23:27',''),(48821,1,1,50356,42,1489375385,'2016-09-27 07:23:29',''),(48822,1,1,50357,1,1838813807,'2016-09-27 07:38:17','https://www.google.co.uk/'),(48823,1,1,50358,62,2760155411,'2016-09-27 08:36:55',''),(48824,1,1,50359,1,1542483283,'2016-09-27 09:18:18',''),(48825,1,1,50360,1,1123631211,'2016-09-27 10:03:29',''),(48826,1,1,50361,15,3587032738,'2016-09-27 10:30:41','https://www.google.co.uk/'),(48827,1,1,50362,1,1123631215,'2016-09-27 11:48:00',''),(48828,1,1,50363,1,916376356,'2016-09-27 12:45:14',''),(48829,1,1,50364,1,916376356,'2016-09-27 12:45:22',''),(48830,1,1,50365,47,1123631219,'2016-09-27 13:11:35',''),(48831,1,1,50322,1,1442994869,'2016-09-27 13:35:54',''),(48832,1,1,50366,43,402237102,'2016-09-27 16:33:38',''),(48833,1,1,50367,1,402237102,'2016-09-27 16:33:41',''),(48834,1,1,50368,43,402237102,'2016-09-27 16:33:44',''),(48835,1,1,50369,1,3024883598,'2016-09-27 17:54:44',''),(48836,1,1,50370,1,3024883603,'2016-09-27 17:54:46',''),(48837,1,1,50371,50,3024883475,'2016-09-27 18:28:13',''),(48838,1,1,50322,1,1442994869,'2016-09-27 19:31:43',''),(48839,1,1,50372,1,39936618,'2016-09-27 20:36:36','https://www.bing.com/'),(48840,1,1,50373,1,1427043426,'2016-09-27 20:59:59',''),(48841,1,1,50374,1,1041806727,'2016-09-27 21:30:17',''),(48842,1,1,50375,1,1041806727,'2016-09-27 21:31:50',''),(48843,1,1,50376,75,1264890211,'2016-09-27 23:04:58','https://www.google.com/'),(48844,1,1,50377,47,1152705890,'2016-09-28 03:33:45',''),(48845,1,1,50378,1,2548054482,'2016-09-28 07:02:30','https://www.google.co.uk/'),(48846,1,1,50379,1,1542483321,'2016-09-28 09:21:10',''),(48847,1,1,50380,1,2745971005,'2016-09-28 09:23:29',''),(48848,1,1,50381,9,2637637388,'2016-09-28 09:45:44',''),(48849,1,1,50382,1,2917834746,'2016-09-28 10:04:03',''),(48850,1,1,50383,1,2917834746,'2016-09-28 10:04:20',''),(48851,1,1,50384,3,2917834746,'2016-09-28 10:04:22',''),(48852,1,1,50385,3,2917834746,'2016-09-28 10:04:35',''),(48853,1,1,50386,1,1603656579,'2016-09-28 11:37:06','https://www.google.co.uk/'),(48854,1,1,50387,41,1053988086,'2016-09-28 11:44:49',''),(48855,1,1,50388,43,1053988086,'2016-09-28 11:44:52',''),(48856,1,1,50389,26,1049232115,'2016-09-28 12:19:52',''),(48857,1,1,50390,26,1049232115,'2016-09-28 12:19:54',''),(48858,1,1,50391,26,1049232115,'2016-09-28 12:19:56',''),(48859,1,1,50392,1,1049232115,'2016-09-28 12:19:59',''),(48860,1,1,50393,1,1049232115,'2016-09-28 12:20:01',''),(48861,1,1,50394,1,911697982,'2016-09-28 12:22:19',''),(48862,1,1,50395,1,911697982,'2016-09-28 12:22:27',''),(48863,1,1,50396,6,1123632491,'2016-09-28 12:36:18',''),(48864,1,1,50397,70,3024883471,'2016-09-28 13:26:34',''),(48865,1,1,50398,1,772022347,'2016-09-28 14:24:21',''),(48866,1,1,50399,1,772022347,'2016-09-28 14:24:24',''),(48867,1,1,50400,3,772022347,'2016-09-28 14:24:26',''),(48868,1,1,50401,3,772022347,'2016-09-28 14:24:29',''),(48869,1,1,50402,26,2513057351,'2016-09-28 18:31:12',''),(48870,1,1,50403,26,2513057351,'2016-09-28 18:31:15',''),(48871,1,1,50404,26,2513057351,'2016-09-28 18:31:18',''),(48872,1,1,50405,1,84498535,'2016-09-28 20:14:06',''),(48873,1,1,50406,27,2513056023,'2016-09-28 20:33:05',''),(48874,1,1,50407,44,2513056023,'2016-09-28 20:33:08',''),(48875,1,1,50408,49,2513056023,'2016-09-28 20:33:11',''),(48876,1,1,50409,6,3337957847,'2016-09-28 23:01:36',''),(48877,1,1,50410,1,3024883611,'2016-09-29 00:23:32',''),(48878,1,1,50411,1,3024883599,'2016-09-29 00:23:34',''),(48879,1,1,50412,48,3024883462,'2016-09-29 01:30:30',''),(48880,1,1,50413,1,1170580419,'2016-09-29 02:02:17',''),(48881,1,1,50414,43,1534682446,'2016-09-29 05:32:18',''),(48882,1,1,50415,27,1534682446,'2016-09-29 05:32:22',''),(48883,1,1,50416,58,1534682446,'2016-09-29 05:32:25',''),(48884,1,1,50417,1,918927375,'2016-09-29 06:52:53',''),(48885,1,1,50418,1,918927375,'2016-09-29 06:52:54',''),(48886,1,1,50419,1,918927375,'2016-09-29 06:52:56',''),(48887,1,1,50420,1,915521289,'2016-09-29 07:13:49',''),(48888,1,1,50421,1,915521289,'2016-09-29 07:13:50',''),(48889,1,1,50422,1,915521289,'2016-09-29 07:13:52',''),(48890,1,1,50423,1,915521289,'2016-09-29 07:13:53',''),(48891,1,1,50424,1,915521289,'2016-09-29 07:13:54',''),(48892,1,1,50425,1,915521289,'2016-09-29 07:13:55',''),(48893,1,1,50426,1,915521289,'2016-09-29 07:13:57',''),(48894,1,1,50427,1,915521289,'2016-09-29 07:13:58',''),(48895,1,1,50428,1,915521289,'2016-09-29 07:13:59',''),(48896,1,1,50429,43,2637637489,'2016-09-29 07:33:05',''),(48897,1,1,50430,26,2637637512,'2016-09-29 07:33:06',''),(48898,1,1,50431,26,2637637512,'2016-09-29 07:33:07',''),(48899,1,1,50432,26,2637637489,'2016-09-29 07:33:07',''),(48900,1,1,50433,9,2637637512,'2016-09-29 07:33:08',''),(48901,1,1,50434,18,2637637489,'2016-09-29 07:33:08',''),(48902,1,1,50435,56,2637637512,'2016-09-29 07:33:09',''),(48903,1,1,50436,29,2637637489,'2016-09-29 07:33:10',''),(48904,1,1,50437,43,2637637489,'2016-09-29 07:33:11',''),(48905,1,1,50438,1,676177687,'2016-09-29 07:44:26',''),(48906,1,1,50439,15,676177687,'2016-09-29 07:44:27',''),(48907,1,1,50440,6,676177687,'2016-09-29 07:44:29',''),(48908,1,1,50441,3,676177758,'2016-09-29 07:49:13',''),(48909,1,1,50442,63,676177758,'2016-09-29 07:49:15',''),(48910,1,1,50443,1,916572280,'2016-09-29 08:26:39',''),(48911,1,1,50444,1,916572280,'2016-09-29 08:26:41',''),(48912,1,1,50445,1,916572280,'2016-09-29 08:26:42',''),(48913,1,1,50446,1,1542483326,'2016-09-29 09:10:26',''),(48914,1,1,50447,1,3458835131,'2016-09-29 09:48:36',''),(48915,1,1,50448,1,916425303,'2016-09-29 09:51:37',''),(48916,1,1,50449,1,916425303,'2016-09-29 09:51:38',''),(48917,1,1,50450,1,916425303,'2016-09-29 09:51:39',''),(48918,1,1,50451,1,916425303,'2016-09-29 09:51:40',''),(48919,1,1,50452,1,916425303,'2016-09-29 09:51:41',''),(48920,1,1,50453,1,916425303,'2016-09-29 09:51:43',''),(48921,1,1,50454,1,916425303,'2016-09-29 09:51:44',''),(48922,1,1,50455,1,916425303,'2016-09-29 09:51:45',''),(48923,1,1,50456,1,916425303,'2016-09-29 09:51:46',''),(48924,1,1,50457,1,916425303,'2016-09-29 09:51:48',''),(48925,1,1,50458,1,916425303,'2016-09-29 09:51:49',''),(48926,1,1,50459,1,916425303,'2016-09-29 09:51:50',''),(48927,1,1,50460,1,916425303,'2016-09-29 09:51:51',''),(48928,1,1,50461,1,916425303,'2016-09-29 09:51:52',''),(48929,1,1,50462,1,916425303,'2016-09-29 09:51:53',''),(48930,1,1,50463,1,916425303,'2016-09-29 09:51:55',''),(48931,1,1,50464,1,916425303,'2016-09-29 09:51:56',''),(48932,1,1,50465,1,916425303,'2016-09-29 09:51:57',''),(48933,1,1,50466,1,916425303,'2016-09-29 09:51:58',''),(48934,1,1,50467,1,916425303,'2016-09-29 09:51:59',''),(48935,1,1,50468,1,916425303,'2016-09-29 09:52:00',''),(48936,1,1,50469,1,916425303,'2016-09-29 09:52:02',''),(48937,1,1,50470,1,916425303,'2016-09-29 09:52:03',''),(48938,1,1,50471,1,916425303,'2016-09-29 09:52:04',''),(48939,1,1,50472,1,916425303,'2016-09-29 09:52:06',''),(48940,1,1,50473,1,916425303,'2016-09-29 09:52:07',''),(48941,1,1,50474,26,1152705890,'2016-09-29 11:09:17',''),(48942,1,1,50475,1,872315324,'2016-09-29 11:23:51',''),(48943,1,1,50476,26,2420902987,'2016-09-29 11:28:47',''),(48944,1,1,50477,43,2637637489,'2016-09-29 13:07:35',''),(48945,1,1,50478,15,1546189114,'2016-09-29 14:29:16','http://www.google.co.uk/'),(48946,1,1,50479,59,1815808080,'2016-09-29 16:26:30',''),(48947,1,1,50480,68,1815808080,'2016-09-29 16:26:33',''),(48948,1,1,50481,75,1815808080,'2016-09-29 16:26:36',''),(48949,1,1,50482,26,3281714964,'2016-09-29 16:36:50',''),(48950,1,1,50483,26,3281714964,'2016-09-29 16:36:53',''),(48951,1,1,50484,1,872321008,'2016-09-29 17:58:00',''),(48952,1,1,50485,42,872321008,'2016-09-29 17:58:02',''),(48953,1,1,50486,26,1534678664,'2016-09-29 18:23:02',''),(48954,1,1,50487,26,1534678664,'2016-09-29 18:23:21',''),(48955,1,1,50488,26,1534678664,'2016-09-29 18:23:32',''),(48956,1,1,50489,26,772043973,'2016-09-29 18:58:59',''),(48957,1,1,50490,16,772043973,'2016-09-29 18:59:02',''),(48958,1,1,50491,1,3479603870,'2016-09-29 21:43:52',''),(48959,1,1,50492,6,1123631211,'2016-09-29 22:29:09',''),(48960,1,1,50493,1,3024883597,'2016-09-30 00:45:00',''),(48961,1,1,50494,42,2917833082,'2016-09-30 04:18:13',''),(48962,1,1,50495,38,2917833082,'2016-09-30 04:18:31',''),(48963,1,1,50496,43,2917833082,'2016-09-30 04:18:39',''),(48964,1,1,50497,57,2917833082,'2016-09-30 04:18:56',''),(48965,1,1,50498,59,3024883467,'2016-09-30 04:34:17',''),(48966,1,1,50499,43,2366158595,'2016-09-30 04:57:59',''),(48967,1,1,50500,1,3024883471,'2016-09-30 05:41:12',''),(48968,1,1,50501,67,2745975450,'2016-09-30 06:40:06',''),(48969,1,1,50502,1,1159646682,'2016-09-30 07:05:59',''),(48970,1,1,50503,1,1159646682,'2016-09-30 07:06:05',''),(48971,1,1,50504,1,1159646682,'2016-09-30 07:06:09',''),(48972,1,1,50505,1,1159646682,'2016-09-30 07:06:16',''),(48973,1,1,50506,1,1159646682,'2016-09-30 07:06:19',''),(48974,1,1,50507,1,1159646682,'2016-09-30 07:06:24',''),(48975,1,1,50508,1,1159646682,'2016-09-30 07:06:28',''),(48976,1,1,50509,1,1159646682,'2016-09-30 07:06:32',''),(48977,1,1,50510,1,1159646682,'2016-09-30 07:06:37',''),(48978,1,1,50511,1,1159646682,'2016-09-30 07:06:41',''),(48979,1,1,50512,62,1159646682,'2016-09-30 07:06:45',''),(48980,1,1,50513,63,1159646682,'2016-09-30 07:06:49',''),(48981,1,1,50514,6,2457378347,'2016-09-30 07:38:00',''),(48982,1,1,50515,1,993683928,'2016-09-30 08:21:53',''),(48983,1,1,50516,1,1542483288,'2016-09-30 09:03:24',''),(48984,1,1,50517,43,1152705890,'2016-09-30 13:55:52',''),(48985,1,1,50518,1,1823178923,'2016-09-30 14:37:47','https://www.google.com/'),(48986,1,1,50519,1,1123631215,'2016-09-30 14:46:21',''),(48987,1,1,50521,1,525199972,'2016-09-30 16:42:45','https://www.google.co.uk/'),(48988,1,1,50522,1,2420907756,'2016-09-30 17:33:50',''),(48989,1,1,50523,1,1539462250,'2016-09-30 22:11:14',''),(48990,1,1,50524,1,1123631219,'2016-09-30 22:12:34',''),(48991,1,1,50525,26,84478102,'2016-09-30 22:29:57',''),(48992,1,1,50526,26,84478102,'2016-09-30 22:29:59',''),(48993,1,1,50527,69,84478102,'2016-09-30 22:30:02',''),(48994,1,1,50528,1,1159648594,'2016-09-30 23:59:33',''),(48995,1,1,50529,1,1159648594,'2016-09-30 23:59:37',''),(48996,1,1,50530,3,1159648594,'2016-09-30 23:59:41',''),(48997,1,1,50531,3,1159648594,'2016-09-30 23:59:46',''),(48998,1,1,50532,42,1159644914,'2016-10-01 02:46:28',''),(48999,1,1,50533,38,1159644914,'2016-10-01 02:46:31',''),(49000,1,1,50534,43,1159644914,'2016-10-01 02:46:33',''),(49001,1,1,50535,57,1159644914,'2016-10-01 02:46:37',''),(49002,1,1,50536,41,1159644874,'2016-10-01 02:47:30',''),(49003,1,1,50537,43,1159644874,'2016-10-01 02:47:33',''),(49004,1,1,50538,6,1123631211,'2016-10-01 03:02:31',''),(49005,1,1,50539,1,1354954018,'2016-10-01 04:04:02','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=15&ved=0ahUKEwjpx-ra2LjPAhXGmBoKHT0NCH84ChAWCFEwBA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(49006,1,1,50540,45,3024883482,'2016-10-01 04:52:28',''),(49007,1,1,50541,43,2745975348,'2016-10-01 07:07:01',''),(49008,1,1,50542,26,1599832777,'2016-10-01 08:18:35',''),(49009,1,1,50543,53,1599832777,'2016-10-01 08:18:37',''),(49010,1,1,50544,48,1599832777,'2016-10-01 08:18:40',''),(49011,1,1,50545,16,1599832777,'2016-10-01 08:18:43',''),(49012,1,1,50546,1,1542483311,'2016-10-01 09:13:06',''),(49013,1,1,50547,1,3024883595,'2016-10-01 09:23:16',''),(49014,1,1,50548,1,3024883472,'2016-10-01 10:49:14',''),(49015,1,1,50549,1,84504390,'2016-10-01 10:54:21',''),(49016,1,1,50550,10,2745975013,'2016-10-01 11:17:37',''),(49017,1,1,50551,26,872317274,'2016-10-01 11:22:28',''),(49018,1,1,50552,1,1123631219,'2016-10-01 12:07:07',''),(49019,1,1,50553,1,757296623,'2016-10-01 12:40:53',''),(49020,1,1,50554,1,1546189235,'2016-10-01 12:41:25','https://www.google.co.uk/'),(49021,1,1,50555,26,1366119689,'2016-10-01 14:39:01',''),(49022,1,1,50556,26,1366119689,'2016-10-01 14:39:03',''),(49023,1,1,50557,26,1366119689,'2016-10-01 14:39:05',''),(49024,1,1,50558,1,1366119689,'2016-10-01 14:39:08',''),(49025,1,1,50559,1,1366119689,'2016-10-01 14:39:10',''),(49026,1,1,50560,43,872315324,'2016-10-01 15:10:14',''),(49027,1,1,50561,27,872315324,'2016-10-01 15:10:17',''),(49028,1,1,50562,58,872315324,'2016-10-01 15:10:20',''),(49029,1,1,50563,31,1123631215,'2016-10-01 20:50:03',''),(49030,1,1,50564,26,2953413445,'2016-10-01 21:53:56',''),(49031,1,1,50565,26,2953413445,'2016-10-01 21:53:58',''),(49032,1,1,50566,26,2953413445,'2016-10-01 21:54:01',''),(49033,1,1,50567,75,1123631215,'2016-10-01 21:56:44',''),(49034,1,1,50568,1,2637637409,'2016-10-02 01:05:49',''),(49035,1,1,50569,6,2637637409,'2016-10-02 01:05:50',''),(49036,1,1,50570,15,2637637409,'2016-10-02 01:05:51',''),(49037,1,1,50571,43,2637637489,'2016-10-02 01:05:53',''),(49038,1,1,50572,29,2637637489,'2016-10-02 01:05:55',''),(49039,1,1,50573,26,2637637489,'2016-10-02 01:05:56',''),(49040,1,1,50574,43,2637637489,'2016-10-02 01:05:57',''),(49041,1,1,50575,18,2637637489,'2016-10-02 01:05:58',''),(49042,1,1,50576,63,2637637399,'2016-10-02 01:06:08',''),(49043,1,1,50577,3,2637637399,'2016-10-02 01:06:10',''),(49044,1,1,50578,26,676177768,'2016-10-02 01:06:41',''),(49045,1,1,50579,9,676177768,'2016-10-02 01:06:42',''),(49046,1,1,50580,26,676177768,'2016-10-02 01:06:43',''),(49047,1,1,50581,56,676177768,'2016-10-02 01:06:44',''),(49048,1,1,50582,1,1123631219,'2016-10-02 01:49:03',''),(49049,1,1,50583,1,1123631211,'2016-10-02 01:54:38',''),(49050,1,1,50584,1,1559159541,'2016-10-02 02:00:48',''),(49051,1,1,50585,42,1559159541,'2016-10-02 02:00:50',''),(49052,1,1,50586,1,2917834746,'2016-10-02 02:30:27',''),(49053,1,1,50587,54,2917834746,'2016-10-02 02:30:36',''),(49054,1,1,50588,66,2917834746,'2016-10-02 02:30:40',''),(49055,1,1,50589,1,2917834746,'2016-10-02 02:30:49',''),(49056,1,1,50590,26,1152705890,'2016-10-02 03:16:04',''),(49057,1,1,50591,44,3024883466,'2016-10-02 06:46:58',''),(49058,1,1,50592,26,1534678664,'2016-10-02 07:16:15',''),(49059,1,1,50593,1,1054013309,'2016-10-02 07:21:55',''),(49060,1,1,50594,1,1376727603,'2016-10-02 07:35:33','http://www.google.co.uk/'),(49061,1,1,50595,64,2745975057,'2016-10-02 08:08:24',''),(49062,1,1,50596,65,1113983252,'2016-10-02 08:46:31','http://www.google.com/search'),(49063,1,1,50597,65,1113983252,'2016-10-02 08:46:33','http://www.google.com/search'),(49064,1,1,50598,45,1123631215,'2016-10-02 08:46:39',''),(49065,1,1,50599,70,2745975353,'2016-10-02 09:16:44',''),(49066,1,1,50600,1,1542483265,'2016-10-02 09:37:15',''),(49067,1,1,50601,6,1123631215,'2016-10-02 11:32:18',''),(49068,1,1,50602,1,1534684471,'2016-10-02 12:07:22',''),(49069,1,1,50603,6,2745975018,'2016-10-02 15:45:56',''),(49070,1,1,50604,59,1599810990,'2016-10-02 17:19:12',''),(49071,1,1,50605,68,1599810990,'2016-10-02 17:19:16',''),(49072,1,1,50606,75,1599810990,'2016-10-02 17:19:21',''),(49073,1,1,50607,1,1152705890,'2016-10-02 18:12:37',''),(49074,1,1,50608,1,2385950810,'2016-10-02 18:32:59',''),(49075,1,1,50609,1,2385950810,'2016-10-02 18:33:02',''),(49076,1,1,50610,3,2385950810,'2016-10-02 18:33:04',''),(49077,1,1,50611,3,2385950810,'2016-10-02 18:33:07',''),(49078,1,1,50612,1,2420907756,'2016-10-02 18:37:29',''),(49079,1,1,50613,1,2420907756,'2016-10-02 18:37:31',''),(49080,1,1,50614,3,2420907756,'2016-10-02 18:37:34',''),(49081,1,1,50615,3,2420907756,'2016-10-02 18:37:38',''),(49082,1,1,50616,1,84491906,'2016-10-02 18:42:22',''),(49083,1,1,50617,26,1159653890,'2016-10-02 19:55:16',''),(49084,1,1,50618,26,1159653890,'2016-10-02 19:55:18',''),(49085,1,1,50619,26,1159653890,'2016-10-02 19:55:22',''),(49086,1,1,50620,26,2637637558,'2016-10-02 20:08:17',''),(49087,1,1,50621,42,3472377351,'2016-10-02 20:32:16',''),(49088,1,1,50622,38,3472377351,'2016-10-02 20:32:19',''),(49089,1,1,50623,43,3472377351,'2016-10-02 20:32:21',''),(49090,1,1,50624,57,3472377351,'2016-10-02 20:32:24',''),(49091,1,1,50625,6,1123631211,'2016-10-02 20:51:15',''),(49092,1,1,50626,1,1089904926,'2016-10-03 02:25:07','http://whois.domaintools.com/mstyresblackburn.co.uk'),(49093,1,1,50627,1,3495573956,'2016-10-03 07:56:00',''),(49094,1,1,50628,6,1152705890,'2016-10-03 07:58:16',''),(49095,1,1,50629,1,1170583858,'2016-10-03 08:25:54',''),(49096,1,1,50630,1,872350020,'2016-10-03 08:44:21',''),(49097,1,1,50631,1,1542483277,'2016-10-03 09:08:37',''),(49098,1,1,50632,1,2637637494,'2016-10-03 10:09:19',''),(49099,1,1,50633,62,3024883607,'2016-10-03 11:09:41',''),(49100,1,1,50634,1,1483346672,'2016-10-03 12:02:11','http://www.google.co.uk/'),(49101,1,1,50635,1,1041806727,'2016-10-03 12:21:19',''),(49102,1,1,50636,1,1041806727,'2016-10-03 12:21:30',''),(49103,1,1,50637,67,1123631211,'2016-10-03 14:53:18',''),(49104,1,1,50638,16,3024883461,'2016-10-03 16:26:22',''),(49105,1,1,50639,1,3168684603,'2016-10-03 17:06:28','https://www.google.co.uk/'),(49106,1,1,50640,15,676177748,'2016-10-03 18:54:02',''),(49107,1,1,50641,42,872366402,'2016-10-03 22:06:01',''),(49108,1,1,50642,1,3495654154,'2016-10-03 23:22:23',''),(49109,1,1,50643,1,3475901843,'2016-10-04 00:47:55',''),(49110,1,1,50644,56,2366158595,'2016-10-04 03:54:47',''),(49111,1,1,50645,62,3024883615,'2016-10-04 04:18:09',''),(49112,1,1,50646,1,2297665554,'2016-10-04 05:13:54',''),(49113,1,1,50647,1,2297665554,'2016-10-04 06:26:24',''),(49114,1,1,50648,1,2297665554,'2016-10-04 06:26:26',''),(49115,1,1,50649,3,2297665554,'2016-10-04 06:26:28',''),(49116,1,1,50650,3,2297665554,'2016-10-04 06:26:30',''),(49117,1,1,50651,1,3024883473,'2016-10-04 06:56:36',''),(49118,1,1,50652,26,84504390,'2016-10-04 07:09:58',''),(49119,1,1,50653,26,84504390,'2016-10-04 07:10:01',''),(49120,1,1,50654,26,84504390,'2016-10-04 07:10:03',''),(49121,1,1,50655,16,1123631854,'2016-10-04 08:38:50',''),(49122,1,1,50656,26,1123634281,'2016-10-04 08:41:27',''),(49123,1,1,50657,26,1123631858,'2016-10-04 08:45:14',''),(49124,1,1,50658,1,1577384419,'2016-10-04 08:56:53','https://www.bing.com/'),(49125,1,1,50659,26,2637637485,'2016-10-04 08:57:08',''),(49126,1,1,50660,26,2637637544,'2016-10-04 08:57:12',''),(49127,1,1,50661,26,3475901829,'2016-10-04 08:57:18',''),(49128,1,1,50662,74,2637637432,'2016-10-04 08:57:31',''),(49129,1,1,50663,1,1542483300,'2016-10-04 09:15:46',''),(49130,1,1,50664,1,872317938,'2016-10-04 10:56:04',''),(49131,1,1,50665,26,2420901012,'2016-10-04 11:17:06',''),(49132,1,1,50666,42,2420901012,'2016-10-04 11:17:09',''),(49133,1,1,50667,56,2420901012,'2016-10-04 11:17:11',''),(49134,1,1,50668,1,1123638732,'2016-10-04 12:04:14','https://www.google.co.uk/'),(49135,1,1,50669,1,3512960339,'2016-10-04 13:15:47',''),(49136,1,1,50670,1,1367985999,'2016-10-04 13:24:15','https://www.bing.com/'),(49137,1,1,50671,63,2637637485,'2016-10-04 13:26:43',''),(49138,1,1,50672,1,2193699366,'2016-10-04 13:27:58',''),(49139,1,1,50673,1,1570674749,'2016-10-04 13:28:02',''),(49140,1,1,50674,26,1152705890,'2016-10-04 13:54:20',''),(49141,1,1,50675,69,1123631854,'2016-10-04 14:49:25',''),(49142,1,1,50676,10,1123634284,'2016-10-04 14:51:04',''),(49143,1,1,50677,1,3024883596,'2016-10-04 14:58:49',''),(49144,1,1,50678,1,1329784620,'2016-10-04 17:12:11','https://www.google.co.uk/'),(49145,1,1,50679,26,1123631854,'2016-10-04 17:14:23',''),(49146,1,1,50680,26,1123634281,'2016-10-04 17:14:26',''),(49147,1,1,50682,26,1123631850,'2016-10-04 17:14:42',''),(49148,1,1,50685,1,1041806727,'2016-10-04 17:49:31',''),(49149,1,1,50686,42,1534678664,'2016-10-04 23:39:38',''),(49150,1,1,50687,38,1534678664,'2016-10-04 23:39:42',''),(49151,1,1,50688,43,1534678664,'2016-10-04 23:40:01',''),(49152,1,1,50689,57,1534678664,'2016-10-04 23:40:10',''),(49153,1,1,50690,1,872317193,'2016-10-04 23:44:22',''),(49154,1,1,50691,1,872317193,'2016-10-04 23:44:25',''),(49155,1,1,50692,3,872317193,'2016-10-04 23:44:27',''),(49156,1,1,50693,3,872317193,'2016-10-04 23:44:30',''),(49157,1,1,50694,1,3647147079,'2016-10-05 00:43:43',''),(49158,1,1,50695,1,3647147079,'2016-10-05 00:43:46',''),(49159,1,1,50696,59,84497668,'2016-10-05 00:49:46',''),(49160,1,1,50697,68,84497668,'2016-10-05 00:49:56',''),(49161,1,1,50698,75,84497668,'2016-10-05 00:49:59',''),(49162,1,1,50699,1,872315323,'2016-10-05 01:05:50',''),(49163,1,1,50700,1,1152705890,'2016-10-05 06:39:29',''),(49164,1,1,50702,26,1489375244,'2016-10-05 08:31:57',''),(49165,1,1,50703,26,1489375244,'2016-10-05 08:31:59',''),(49166,1,1,50704,26,1489375244,'2016-10-05 08:32:02',''),(49167,1,1,50705,1,1489375244,'2016-10-05 08:32:05',''),(49168,1,1,50706,1,1489375244,'2016-10-05 08:32:07',''),(49169,1,1,50707,26,2366158595,'2016-10-05 08:38:58',''),(49170,1,1,50708,56,3475901829,'2016-10-05 08:49:07',''),(49171,1,1,50709,26,84497668,'2016-10-05 08:51:27',''),(49172,1,1,50710,53,84497668,'2016-10-05 08:51:31',''),(49173,1,1,50711,48,84497668,'2016-10-05 08:51:33',''),(49174,1,1,50712,1,1542483316,'2016-10-05 09:13:23',''),(49175,1,1,50713,1,872317499,'2016-10-05 10:30:00',''),(49176,1,1,50714,26,2731721826,'2016-10-05 10:54:55',''),(49177,1,1,50715,26,2731721826,'2016-10-05 10:54:58',''),(49178,1,1,50716,26,2731721826,'2016-10-05 10:55:00',''),(49179,1,1,50717,16,2731721826,'2016-10-05 10:55:03',''),(49180,1,1,50718,59,872366340,'2016-10-05 13:58:14',''),(49181,1,1,50719,1,3024883597,'2016-10-05 14:16:27',''),(49182,1,1,50720,27,3024883471,'2016-10-05 14:27:17',''),(49183,1,1,50721,1,3024883606,'2016-10-05 16:07:47',''),(49184,1,1,50722,41,1159644858,'2016-10-05 16:55:48',''),(49185,1,1,50723,43,1159644858,'2016-10-05 16:55:53',''),(49186,1,1,50724,1,2538613161,'2016-10-05 17:19:30',''),(49187,1,1,50725,42,2538613161,'2016-10-05 17:19:32',''),(49188,1,1,50726,52,2538613161,'2016-10-05 17:19:34',''),(49189,1,1,50727,55,2538613161,'2016-10-05 17:19:37',''),(49190,1,1,50728,65,2538613161,'2016-10-05 17:19:39',''),(49191,1,1,50729,1,1354595254,'2016-10-05 18:26:23','https://www.google.co.uk/'),(49192,1,1,50730,27,2731721828,'2016-10-05 20:31:43',''),(49193,1,1,50731,44,2731721828,'2016-10-05 20:31:46',''),(49194,1,1,50732,49,2731721828,'2016-10-05 20:31:49',''),(49195,1,1,50733,6,392886212,'2016-10-05 21:58:40',''),(49196,1,1,50734,6,3475901845,'2016-10-05 22:09:10',''),(49197,1,1,50735,45,1159648714,'2016-10-06 00:12:22',''),(49198,1,1,50736,64,1159648714,'2016-10-06 00:12:24',''),(49199,1,1,50737,74,1159648714,'2016-10-06 00:12:28',''),(49200,1,1,50738,3,2637637485,'2016-10-06 02:51:53',''),(49201,1,1,50739,1,2637637485,'2016-10-06 02:56:32',''),(49202,1,1,50740,3,2637637485,'2016-10-06 02:56:33',''),(49203,1,1,50741,43,2513057351,'2016-10-06 03:40:16',''),(49204,1,1,50742,27,2513057351,'2016-10-06 03:40:22',''),(49205,1,1,50743,58,2513057351,'2016-10-06 03:40:29',''),(49206,1,1,50744,26,872317275,'2016-10-06 04:41:51',''),(49207,1,1,50745,26,872317275,'2016-10-06 04:41:54',''),(49208,1,1,50746,26,872317275,'2016-10-06 04:41:57',''),(49209,1,1,50747,1,1123631854,'2016-10-06 06:49:49',''),(49210,1,1,50748,6,1123631850,'2016-10-06 08:29:39',''),(49211,1,1,50749,57,3024883618,'2016-10-06 08:35:12',''),(49212,1,1,50750,26,1159644850,'2016-10-06 08:41:24',''),(49213,1,1,50751,26,1159644850,'2016-10-06 08:41:27',''),(49214,1,1,50752,1,1159644850,'2016-10-06 08:41:31',''),(49215,1,1,50753,15,1159644850,'2016-10-06 08:41:37',''),(49216,1,1,50754,10,1159644850,'2016-10-06 08:41:41',''),(49217,1,1,50755,1,1159644850,'2016-10-06 08:41:45',''),(49218,1,1,50756,1,1123634281,'2016-10-06 08:57:32',''),(49219,1,1,50757,1,1542483275,'2016-10-06 09:15:13',''),(49220,1,1,50758,55,1123631854,'2016-10-06 10:07:27',''),(49221,1,1,50759,1,100662596,'2016-10-06 11:36:06',''),(49222,1,1,50760,1,1570674749,'2016-10-06 11:36:10',''),(49223,1,1,50761,1,1728714946,'2016-10-06 12:17:34','http://127.0.0.1/'),(49224,1,1,50762,1,1728714946,'2016-10-06 12:17:36','http://127.0.0.1/'),(49225,1,1,50763,1,1728714946,'2016-10-06 12:19:10','http://127.0.0.1/'),(49226,1,1,50764,1,1728714946,'2016-10-06 12:19:15','http://127.0.0.1/'),(49227,1,1,50765,1,1123631850,'2016-10-06 12:25:37',''),(49228,1,1,50766,1,1123634283,'2016-10-06 12:36:22',''),(49229,1,1,50767,16,3024883605,'2016-10-06 12:41:58',''),(49230,1,1,50768,1,1123631854,'2016-10-06 12:51:20',''),(49231,1,1,50769,28,1123631850,'2016-10-06 15:05:49',''),(49232,1,1,50770,9,1123631854,'2016-10-06 15:18:35',''),(49233,1,1,50771,54,1123634284,'2016-10-06 15:36:22',''),(49234,1,1,50772,3,1123634284,'2016-10-06 16:18:22',''),(49235,1,1,50773,6,872317941,'2016-10-06 17:12:46',''),(49236,1,1,50774,1,872317941,'2016-10-06 17:12:50',''),(49237,1,1,50775,1,872317941,'2016-10-06 17:12:53',''),(49238,1,1,50776,1,872317941,'2016-10-06 17:12:56',''),(49239,1,1,50777,1,872317941,'2016-10-06 17:13:00',''),(49240,1,1,50778,1,872317941,'2016-10-06 17:13:03',''),(49241,1,1,50779,1,872317941,'2016-10-06 17:13:07',''),(49242,1,1,50780,1,872317941,'2016-10-06 17:13:10',''),(49243,1,1,50781,1,872317941,'2016-10-06 17:13:14',''),(49244,1,1,50782,1,872317941,'2016-10-06 17:13:18',''),(49245,1,1,50783,9,872317941,'2016-10-06 17:13:20',''),(49246,1,1,50784,45,872317941,'2016-10-06 17:13:25',''),(49247,1,1,50785,48,872317941,'2016-10-06 17:13:28',''),(49248,1,1,50786,16,872317941,'2016-10-06 17:13:31',''),(49249,1,1,50787,28,872317941,'2016-10-06 17:13:35',''),(49250,1,1,50788,50,872317941,'2016-10-06 17:13:38',''),(49251,1,1,50789,51,872317941,'2016-10-06 17:13:42',''),(49252,1,1,50790,69,872317941,'2016-10-06 17:13:46',''),(49253,1,1,50791,1,3282825296,'2016-10-06 17:16:38','https://www.google.co.uk/'),(49254,1,1,50792,62,1123634281,'2016-10-06 17:34:50',''),(49255,1,1,50793,1,1123631858,'2016-10-06 17:36:44',''),(49256,1,1,50795,1,1123631850,'2016-10-06 18:32:17',''),(49257,1,1,50796,51,1123634283,'2016-10-06 20:17:34',''),(49258,1,1,50797,51,872366374,'2016-10-06 20:46:00',''),(49259,1,1,50798,1,1123631854,'2016-10-06 20:50:34',''),(49260,1,1,50799,65,1123631850,'2016-10-06 20:52:56',''),(49261,1,1,50800,43,1123634281,'2016-10-06 21:51:21',''),(49262,1,1,50801,41,1123634283,'2016-10-06 22:06:37',''),(49263,1,1,50802,43,2745975461,'2016-10-06 23:25:53',''),(49264,1,1,50803,50,1123634281,'2016-10-07 00:47:14',''),(49265,1,1,50804,66,1123631850,'2016-10-07 01:18:45',''),(49266,1,1,50805,1,919782294,'2016-10-07 01:21:17',''),(49267,1,1,50806,64,1123634281,'2016-10-07 02:08:57',''),(49268,1,1,50807,1,676177671,'2016-10-07 02:10:18',''),(49269,1,1,50808,26,676177688,'2016-10-07 02:56:10',''),(49270,1,1,50809,1,1123634283,'2016-10-07 02:59:58',''),(49271,1,1,50810,1,1123634284,'2016-10-07 03:29:40',''),(49272,1,1,50811,1,2783422552,'2016-10-07 03:48:01',''),(49273,1,1,50812,52,1123634284,'2016-10-07 04:15:06',''),(49274,1,1,50813,65,1123634281,'2016-10-07 05:01:46',''),(49275,1,1,50815,56,676177689,'2016-10-07 06:34:48',''),(49276,1,1,50816,49,2745975292,'2016-10-07 06:43:22',''),(49277,1,1,50817,28,2760155444,'2016-10-07 07:09:50',''),(49278,1,1,50818,56,1123631850,'2016-10-07 07:48:26',''),(49279,1,1,50819,56,676177689,'2016-10-07 07:50:07',''),(49280,1,1,50820,1,2916124786,'2016-10-07 08:32:56',''),(49281,1,1,50821,1,1123634284,'2016-10-07 08:46:31',''),(49282,1,1,50822,26,1558077028,'2016-10-07 09:06:36',''),(49283,1,1,50823,26,1558077028,'2016-10-07 09:06:39',''),(49284,1,1,50824,26,1558077028,'2016-10-07 09:06:42',''),(49285,1,1,50825,1,1558077028,'2016-10-07 09:06:44',''),(49286,1,1,50826,43,1152705890,'2016-10-07 09:32:14',''),(49287,1,1,50827,1,523463257,'2016-10-07 09:58:16','https://www.google.co.uk/'),(49288,1,1,50828,1,1542483292,'2016-10-07 10:19:52',''),(49289,1,1,50829,57,3024883617,'2016-10-07 11:52:04',''),(49290,1,1,50830,15,2420902020,'2016-10-07 12:24:32',''),(49291,1,1,50831,1,2420902020,'2016-10-07 12:24:36',''),(49292,1,1,50832,1,2420902020,'2016-10-07 12:24:38',''),(49293,1,1,50833,9,2745975366,'2016-10-07 12:26:25',''),(49294,1,1,50834,26,872359000,'2016-10-07 14:28:29',''),(49295,1,1,50835,26,872359000,'2016-10-07 14:28:31',''),(49296,1,1,50836,1,1467075097,'2016-10-07 15:21:16','https://www.google.co.uk/'),(49297,1,1,50837,16,3024883614,'2016-10-07 15:32:40',''),(49298,1,1,50838,26,676177745,'2016-10-07 17:00:39',''),(49299,1,1,50839,1,1123631219,'2016-10-07 19:42:01',''),(49300,1,1,50840,1,1123631215,'2016-10-07 19:52:02',''),(49301,1,1,50841,56,1123631215,'2016-10-07 21:04:31',''),(49302,1,1,50842,67,3024883464,'2016-10-07 23:59:12',''),(49303,1,1,50843,27,2745975456,'2016-10-08 03:10:37',''),(49304,1,1,50844,26,2637637447,'2016-10-08 04:00:38',''),(49305,1,1,50845,26,2637637393,'2016-10-08 04:28:42',''),(49306,1,1,50846,1,3024883602,'2016-10-08 05:22:19',''),(49307,1,1,50847,1,1542483283,'2016-10-08 09:58:29',''),(49308,1,1,50848,1,3024883479,'2016-10-08 10:01:07',''),(49309,1,1,50849,31,1152705890,'2016-10-08 11:02:29',''),(49310,1,1,50850,1,1123631215,'2016-10-08 11:23:57',''),(49311,1,1,50852,1,1123631211,'2016-10-08 13:07:18',''),(49312,1,1,50853,26,2637637422,'2016-10-08 13:25:16',''),(49313,1,1,50854,27,3024883604,'2016-10-08 13:33:17',''),(49314,1,1,50855,15,2637637508,'2016-10-08 15:30:13',''),(49315,1,1,50856,1,2637637508,'2016-10-08 15:30:15',''),(49316,1,1,50857,6,2637637508,'2016-10-08 15:30:16',''),(49317,1,1,50858,26,3475901698,'2016-10-08 15:30:17',''),(49318,1,1,50859,9,3475901698,'2016-10-08 15:30:18',''),(49319,1,1,50860,56,3475901698,'2016-10-08 15:30:20',''),(49320,1,1,50861,26,3475901698,'2016-10-08 15:30:21',''),(49321,1,1,50862,43,676177758,'2016-10-08 15:30:23',''),(49322,1,1,50863,18,676177758,'2016-10-08 15:30:24',''),(49323,1,1,50864,29,676177758,'2016-10-08 15:30:26',''),(49324,1,1,50865,26,676177758,'2016-10-08 15:30:27',''),(49325,1,1,50866,43,676177758,'2016-10-08 15:30:28',''),(49326,1,1,50867,63,2637637447,'2016-10-08 15:30:28',''),(49327,1,1,50868,3,2637637447,'2016-10-08 15:30:29',''),(49328,1,1,50869,63,2637637447,'2016-10-08 16:22:42',''),(49329,1,1,50870,1,1123631219,'2016-10-08 16:42:37',''),(49330,1,1,50871,26,1123631211,'2016-10-08 16:45:01',''),(49331,1,1,50876,1,1123631219,'2016-10-08 17:15:22',''),(49332,1,1,50877,71,3024883478,'2016-10-08 19:34:49',''),(49333,1,1,50322,1,1442994869,'2016-10-08 20:04:46',''),(49334,1,1,50878,1,100662596,'2016-10-08 20:22:04',''),(49335,1,1,50879,1,100662596,'2016-10-08 20:22:08',''),(49336,1,1,50880,1,1123631211,'2016-10-08 20:36:52',''),(49337,1,1,50881,1,1123631219,'2016-10-08 20:38:35',''),(49338,1,1,50882,69,1152705890,'2016-10-08 20:59:39',''),(49339,1,1,50883,30,1123631215,'2016-10-08 21:38:53',''),(49340,1,1,50884,26,2637637447,'2016-10-09 01:31:45',''),(49341,1,1,50885,26,676177758,'2016-10-09 01:31:46',''),(49342,1,1,50886,26,3475901698,'2016-10-09 01:33:43',''),(49343,1,1,50887,74,3475901812,'2016-10-09 01:36:16',''),(49344,1,1,50888,1,3495654154,'2016-10-09 01:39:36',''),(49345,1,1,50889,1,1123631219,'2016-10-09 01:45:13',''),(49346,1,1,50890,1,1123631215,'2016-10-09 03:04:24',''),(49347,1,1,50891,10,2637637524,'2016-10-09 06:29:10',''),(49348,1,1,50892,1,3495654154,'2016-10-09 07:20:37',''),(49349,1,1,50893,1,3024883477,'2016-10-09 07:47:19',''),(49350,1,1,50894,1,786803397,'2016-10-09 08:39:47',''),(49351,1,1,50895,1,1542483279,'2016-10-09 09:54:34',''),(49352,1,1,50896,1,3024883598,'2016-10-09 10:07:58',''),(49353,1,1,50897,56,1558980449,'2016-10-09 11:36:43',''),(49354,1,1,50898,1,1123631211,'2016-10-09 13:26:59',''),(49355,1,1,50899,1,1123631219,'2016-10-09 13:35:09',''),(49356,1,1,50901,1,1123631215,'2016-10-09 13:53:33',''),(49357,1,1,50902,1,1123631215,'2016-10-09 17:47:56',''),(49358,1,1,50903,26,1152705890,'2016-10-09 18:17:47',''),(49359,1,1,50904,70,1123631215,'2016-10-09 20:23:01',''),(49360,1,1,50905,43,1123631219,'2016-10-09 20:53:04',''),(49361,1,1,50906,10,1123631211,'2016-10-09 20:53:35',''),(49362,1,1,50907,43,1123631215,'2016-10-09 20:55:37',''),(49363,1,1,50910,26,1123631215,'2016-10-09 22:24:55',''),(49364,1,1,50911,71,1123631219,'2016-10-09 22:28:06',''),(49365,1,1,50912,74,3024883606,'2016-10-09 23:12:03',''),(49366,1,1,50913,26,2637637450,'2016-10-09 23:54:06',''),(49367,1,1,50914,1,1123631215,'2016-10-10 01:07:58',''),(49368,1,1,50915,1,1123631219,'2016-10-10 01:19:21',''),(49369,1,1,50916,1,1123631211,'2016-10-10 01:28:39',''),(49370,1,1,50923,62,2637637477,'2016-10-10 01:42:25',''),(49371,1,1,50924,1,1123631219,'2016-10-10 03:33:30',''),(49372,1,1,50925,1,1123631211,'2016-10-10 03:35:33',''),(49373,1,1,50926,1,1123631215,'2016-10-10 06:38:25',''),(49374,1,1,50927,1,1123631219,'2016-10-10 07:34:26',''),(49375,1,1,50928,1,1384439823,'2016-10-10 07:57:49',''),(49376,1,1,50929,1,3625177244,'2016-10-10 08:54:49',''),(49377,1,1,50930,1,1123632626,'2016-10-10 09:09:45',''),(49378,1,1,50932,1,1542483326,'2016-10-10 10:00:27',''),(49379,1,1,50933,1,1377678778,'2016-10-10 10:56:33',''),(49380,1,1,50934,1,1123632626,'2016-10-10 11:09:37',''),(49381,1,1,50935,6,1123632622,'2016-10-10 11:45:23',''),(49382,1,1,50936,1,1123632626,'2016-10-10 12:24:29',''),(49383,1,1,50937,1,1056753092,'2016-10-10 14:29:13','https://www.google.co.uk/'),(49384,1,1,50938,52,1152705890,'2016-10-10 16:38:40',''),(49385,1,1,50940,1,1123632622,'2016-10-10 18:23:18',''),(49386,1,1,50941,1,1123632618,'2016-10-10 18:24:06',''),(49387,1,1,50942,1,1572768325,'2016-10-10 18:41:07','http://109.75.160.9/'),(49388,1,1,50943,74,3024883473,'2016-10-10 18:58:50',''),(49389,1,1,50944,1,2366148124,'2016-10-10 19:04:48',''),(49390,1,1,50945,1,1570674730,'2016-10-10 19:04:52',''),(49391,1,1,50946,1,1123632626,'2016-10-10 19:45:06',''),(49392,1,1,50947,26,3496891722,'2016-10-10 20:25:58',''),(49393,1,1,50948,26,3496891722,'2016-10-10 20:26:01',''),(49394,1,1,50949,1,3496891722,'2016-10-10 20:26:06',''),(49395,1,1,50950,1,3496891722,'2016-10-10 20:26:09',''),(49396,1,1,50951,1,3496891722,'2016-10-10 20:26:13',''),(49397,1,1,50952,1,3496891722,'2016-10-10 20:26:16',''),(49398,1,1,50953,1,3496891722,'2016-10-10 20:26:19',''),(49399,1,1,50954,1,3496891722,'2016-10-10 20:26:22',''),(49400,1,1,50955,1,3496891722,'2016-10-10 20:26:25',''),(49401,1,1,50956,1,3496891722,'2016-10-10 20:26:34',''),(49402,1,1,50957,1,3496891722,'2016-10-10 20:26:37',''),(49403,1,1,50958,1,3496891722,'2016-10-10 20:26:41',''),(49404,1,1,50959,3,3496891722,'2016-10-10 20:26:49',''),(49405,1,1,50960,1,1123632618,'2016-10-11 01:00:04',''),(49406,1,1,50961,68,1123632626,'2016-10-11 01:29:55',''),(49407,1,1,50962,1,1123632622,'2016-10-11 02:33:45',''),(49408,1,1,50963,1,1123632626,'2016-10-11 06:17:13',''),(49409,1,1,50964,1,872315321,'2016-10-11 06:54:54',''),(49410,1,1,50965,64,872315321,'2016-10-11 06:54:57',''),(49411,1,1,50966,67,872315321,'2016-10-11 06:55:01',''),(49412,1,1,50967,1,2637637404,'2016-10-11 08:22:36',''),(49413,1,1,50968,6,2637637404,'2016-10-11 08:22:37',''),(49414,1,1,50969,15,2637637404,'2016-10-11 08:22:39',''),(49415,1,1,50970,26,2637637520,'2016-10-11 08:22:41',''),(49416,1,1,50971,26,2637637520,'2016-10-11 08:22:42',''),(49417,1,1,50972,9,2637637520,'2016-10-11 08:22:43',''),(49418,1,1,50973,56,2637637520,'2016-10-11 08:22:44',''),(49419,1,1,50974,3,3475901854,'2016-10-11 08:22:45',''),(49420,1,1,50975,63,3475901854,'2016-10-11 08:22:46',''),(49421,1,1,50976,26,3475901840,'2016-10-11 08:22:51',''),(49422,1,1,50977,18,3475901840,'2016-10-11 08:22:52',''),(49423,1,1,50978,29,3475901840,'2016-10-11 08:22:54',''),(49424,1,1,50979,43,3475901840,'2016-10-11 08:22:55',''),(49425,1,1,50980,43,3475901840,'2016-10-11 08:22:56',''),(49426,1,1,50981,1,1123632618,'2016-10-11 08:30:48',''),(49427,1,1,50982,1,1542483270,'2016-10-11 10:22:15',''),(49428,1,1,50983,1,1123632622,'2016-10-11 11:53:16',''),(49429,1,1,50984,1,1123632622,'2016-10-11 12:49:34',''),(49430,1,1,50985,15,1603640105,'2016-10-11 15:58:46','https://www.google.co.uk/'),(49431,1,1,50986,1,1123632618,'2016-10-11 16:13:07',''),(49432,1,1,50987,1,3024883608,'2016-10-11 16:32:34',''),(49433,1,1,50988,3,1123632491,'2016-10-11 19:03:06',''),(49434,1,1,50989,43,3475901840,'2016-10-11 20:21:47',''),(49435,1,1,50990,1,1123632499,'2016-10-11 21:08:42',''),(49436,1,1,50991,69,1123632491,'2016-10-11 21:16:16',''),(49437,1,1,50992,64,1123632495,'2016-10-11 21:16:48',''),(49438,1,1,50994,1,1123632499,'2016-10-11 21:52:33',''),(49439,1,1,50995,1,3024883483,'2016-10-12 00:07:13',''),(49440,1,1,50996,31,872366394,'2016-10-12 01:28:45',''),(49441,1,1,50997,41,3024883601,'2016-10-12 01:48:19',''),(49442,1,1,50998,57,872366361,'2016-10-12 04:57:42',''),(49443,1,1,50999,1,1123632499,'2016-10-12 05:26:08',''),(49444,1,1,51000,68,3024883479,'2016-10-12 09:33:04',''),(49445,1,1,51001,1,1542483272,'2016-10-12 09:59:28',''),(49446,1,1,51002,1,1123632491,'2016-10-12 10:28:12',''),(49447,1,1,51003,1,1540872237,'2016-10-12 11:19:17',''),(49448,1,1,51004,1,1540872237,'2016-10-12 11:19:20',''),(49449,1,1,51005,1,875743655,'2016-10-12 11:24:18',''),(49450,1,1,51006,26,2637637520,'2016-10-12 13:45:33',''),(49451,1,1,51007,1,1123632495,'2016-10-12 14:37:46',''),(49452,1,1,51008,65,2760155479,'2016-10-12 15:47:46',''),(49453,1,1,51009,1,3273340371,'2016-10-12 16:17:19','https://www.google.co.uk/'),(49454,1,1,51010,1,1123632622,'2016-10-12 16:50:24',''),(49455,1,1,51011,1,3024883595,'2016-10-12 16:54:37',''),(49456,1,1,51012,1,1123632618,'2016-10-12 17:11:45',''),(49457,1,1,51013,27,1123631219,'2016-10-12 18:54:43',''),(49458,1,1,51014,26,2637637417,'2016-10-12 21:31:01',''),(49459,1,1,51015,1,1123631211,'2016-10-12 21:58:01',''),(49460,1,1,51016,1,1123631211,'2016-10-12 22:32:20',''),(49461,1,1,51017,1,1123631219,'2016-10-12 22:56:42',''),(49462,1,1,51018,6,392829932,'2016-10-12 23:39:24',''),(49463,1,1,51019,70,1123631215,'2016-10-12 23:49:45',''),(49464,1,1,51020,1,3024883484,'2016-10-13 00:38:35',''),(49465,1,1,51021,47,1123631211,'2016-10-13 02:18:05',''),(49466,1,1,51022,6,1123631215,'2016-10-13 02:18:37',''),(49467,1,1,51023,1,676177708,'2016-10-13 02:20:25',''),(49468,1,1,51024,26,676177708,'2016-10-13 02:20:26',''),(49469,1,1,51025,1,676177704,'2016-10-13 02:32:39',''),(49470,1,1,51026,26,676177704,'2016-10-13 02:32:40',''),(49471,1,1,51027,26,676177704,'2016-10-13 02:32:42',''),(49472,1,1,51028,28,3475901840,'2016-10-13 03:00:46',''),(49473,1,1,51029,1,1123631215,'2016-10-13 05:21:38',''),(49474,1,1,51030,1,1123631219,'2016-10-13 05:24:52',''),(49475,1,1,51031,9,1152705890,'2016-10-13 06:48:48',''),(49476,1,1,51032,6,1123631215,'2016-10-13 07:54:42',''),(49477,1,1,51033,68,3024883474,'2016-10-13 08:04:41',''),(49478,1,1,51034,28,3024883479,'2016-10-13 09:11:39',''),(49479,1,1,51035,3,2760155410,'2016-10-13 09:23:34',''),(49480,1,1,51036,50,676177704,'2016-10-13 09:56:57',''),(49481,1,1,51037,1,1542483271,'2016-10-13 09:57:04',''),(49482,1,1,51038,26,676177704,'2016-10-13 11:04:30',''),(49483,1,1,51039,1,1123631219,'2016-10-13 11:48:30',''),(49484,1,1,51040,6,787883880,'2016-10-13 13:22:45',''),(49485,1,1,51041,26,2921498610,'2016-10-13 14:45:01',''),(49486,1,1,51042,18,2921498610,'2016-10-13 14:45:05',''),(49487,1,1,51043,29,2921498610,'2016-10-13 14:45:11',''),(49488,1,1,51044,1,1123631215,'2016-10-13 15:05:09',''),(49489,1,1,51045,1,1123631219,'2016-10-13 15:37:53',''),(49490,1,1,51046,1,1123631219,'2016-10-13 20:22:26',''),(49491,1,1,51047,71,1123631215,'2016-10-13 20:46:58',''),(49492,1,1,51048,62,1123631219,'2016-10-13 21:16:10',''),(49493,1,1,51049,1,1123631211,'2016-10-13 21:40:37',''),(49494,1,1,51050,1,1123631219,'2016-10-13 22:20:37',''),(49495,1,1,51051,6,392829932,'2016-10-13 23:10:06',''),(49496,1,1,51052,26,676177707,'2016-10-13 23:17:37',''),(49497,1,1,51053,1,2745966767,'2016-10-13 23:22:33',''),(49498,1,1,51054,1,2745966767,'2016-10-13 23:22:35',''),(49499,1,1,51055,1,2745966767,'2016-10-13 23:22:38',''),(49500,1,1,51056,1,2745966767,'2016-10-13 23:22:40',''),(49501,1,1,51057,1,2745966767,'2016-10-13 23:22:43',''),(49502,1,1,51058,1,2745966767,'2016-10-13 23:22:45',''),(49503,1,1,51059,1,2745966767,'2016-10-13 23:22:48',''),(49504,1,1,51060,1,2745966767,'2016-10-13 23:22:50',''),(49505,1,1,51061,1,1123631211,'2016-10-13 23:55:10',''),(49506,1,1,51062,16,1152705890,'2016-10-13 23:56:56',''),(49507,1,1,51063,1,1123631215,'2016-10-14 01:31:32',''),(49508,1,1,51064,19,1123631211,'2016-10-14 01:49:20',''),(49509,1,1,51065,1,916394868,'2016-10-14 03:29:20',''),(49510,1,1,51066,6,916394868,'2016-10-14 03:29:23',''),(49511,1,1,51067,1,916394868,'2016-10-14 03:29:25',''),(49512,1,1,51068,1,916394868,'2016-10-14 03:29:27',''),(49513,1,1,51069,18,916394868,'2016-10-14 03:29:29',''),(49514,1,1,51070,3,916394868,'2016-10-14 03:29:31',''),(49515,1,1,51071,9,916394868,'2016-10-14 03:29:33',''),(49516,1,1,51072,51,916394868,'2016-10-14 03:29:35',''),(49517,1,1,51073,69,916394868,'2016-10-14 03:29:37',''),(49518,1,1,51074,62,916394868,'2016-10-14 03:29:39',''),(49519,1,1,51075,63,916394868,'2016-10-14 03:29:41',''),(49520,1,1,51076,64,916394868,'2016-10-14 03:29:44',''),(49521,1,1,51077,56,916394868,'2016-10-14 03:29:46',''),(49522,1,1,51078,50,916394868,'2016-10-14 03:29:48',''),(49523,1,1,51079,65,916394868,'2016-10-14 03:29:50',''),(49524,1,1,51080,55,916394868,'2016-10-14 03:29:52',''),(49525,1,1,51081,28,916394868,'2016-10-14 03:29:54',''),(49526,1,1,51082,53,916394868,'2016-10-14 03:29:56',''),(49527,1,1,51083,43,916394868,'2016-10-14 03:29:58',''),(49528,1,1,51084,48,916394868,'2016-10-14 03:30:00',''),(49529,1,1,51085,52,916394868,'2016-10-14 03:30:01',''),(49530,1,1,51086,41,916394868,'2016-10-14 03:30:03',''),(49531,1,1,51087,38,916394868,'2016-10-14 03:30:05',''),(49532,1,1,51088,57,916394868,'2016-10-14 03:30:06',''),(49533,1,1,51089,45,916394868,'2016-10-14 03:30:08',''),(49534,1,1,51090,26,916394868,'2016-10-14 03:30:09',''),(49535,1,1,51091,26,916394868,'2016-10-14 03:30:10',''),(49536,1,1,51092,26,916394868,'2016-10-14 03:30:12',''),(49537,1,1,51093,26,916394868,'2016-10-14 03:30:14',''),(49538,1,1,51094,26,916394868,'2016-10-14 03:30:15',''),(49539,1,1,51095,26,916394868,'2016-10-14 03:30:17',''),(49540,1,1,51096,26,916394868,'2016-10-14 03:30:18',''),(49541,1,1,51097,26,916394868,'2016-10-14 03:30:20',''),(49542,1,1,51098,26,916394868,'2016-10-14 03:30:21',''),(49543,1,1,51099,26,916394868,'2016-10-14 03:30:23',''),(49544,1,1,51100,1,1123631219,'2016-10-14 04:56:36',''),(49545,1,1,51101,1,1123631215,'2016-10-14 05:16:59',''),(49546,1,1,51102,1,1123631211,'2016-10-14 05:19:42',''),(49547,1,1,51103,74,872366371,'2016-10-14 08:23:10',''),(49548,1,1,51104,1,1542483313,'2016-10-14 09:56:18',''),(49549,1,1,51105,1,1123631211,'2016-10-14 10:42:27',''),(49550,1,1,51106,1,1911618204,'2016-10-14 11:22:38',''),(49551,1,1,51108,28,3024883480,'2016-10-14 12:58:15',''),(49552,1,1,51109,6,1123631211,'2016-10-14 13:44:49',''),(49553,1,1,51110,65,3024883486,'2016-10-14 15:39:47',''),(49554,1,1,51111,1,2366158595,'2016-10-14 19:55:02',''),(49555,1,1,51112,1,2366158595,'2016-10-14 19:55:06',''),(49556,1,1,51113,72,872366381,'2016-10-14 22:16:42',''),(49557,1,1,51114,26,2637637526,'2016-10-14 23:23:30',''),(49558,1,1,51115,1,1123631215,'2016-10-15 00:38:49',''),(49559,1,1,51116,1,1123631211,'2016-10-15 00:43:22',''),(49560,1,1,51117,1,1123631215,'2016-10-15 03:04:16',''),(49561,1,1,51118,1,1123631211,'2016-10-15 03:07:00',''),(49562,1,1,51119,70,1152705890,'2016-10-15 03:21:00',''),(49563,1,1,51120,1,1123631211,'2016-10-15 07:03:10',''),(49564,1,1,51121,1,1123631219,'2016-10-15 08:39:08',''),(49565,1,1,51122,1,1542483281,'2016-10-15 09:45:12',''),(49566,1,1,51123,1,1152705890,'2016-10-15 10:18:12',''),(49567,1,1,51124,1,1123631211,'2016-10-15 10:47:42',''),(49568,1,1,51125,6,402262386,'2016-10-15 15:07:18',''),(49569,1,1,51126,1,1123631215,'2016-10-15 15:07:25',''),(49570,1,1,51127,1,1055394434,'2016-10-15 16:33:08','https://www.google.co.uk/'),(49571,1,1,51128,53,1152705890,'2016-10-15 20:01:59',''),(49572,1,1,51130,70,1123631219,'2016-10-15 21:51:08',''),(49573,1,1,51131,1,3392025549,'2016-10-15 22:25:05',''),(49574,1,1,51132,49,3024883462,'2016-10-15 23:32:03',''),(49575,1,1,51133,1,3024883595,'2016-10-16 00:18:31',''),(49576,1,1,51134,48,2745975350,'2016-10-16 01:04:48',''),(49577,1,1,51135,1,1123631211,'2016-10-16 02:21:11',''),(49578,1,1,51136,62,1123631215,'2016-10-16 02:40:19',''),(49579,1,1,51137,1,3512710825,'2016-10-16 06:04:43',''),(49580,1,1,51138,1,1760349482,'2016-10-16 06:11:40',''),(49581,1,1,51139,26,2637637463,'2016-10-16 07:27:56',''),(49582,1,1,51140,10,3024883616,'2016-10-16 07:31:13',''),(49583,1,1,51141,1,1542483307,'2016-10-16 09:59:31',''),(49584,1,1,51142,48,1838980874,'2016-10-16 13:02:54','https://www.google.co.uk/'),(49585,1,1,51143,1,3024883604,'2016-10-16 15:34:09',''),(49586,1,1,51144,1,3024883604,'2016-10-16 17:15:11',''),(49587,1,1,51145,56,1152705890,'2016-10-16 17:38:38',''),(49588,1,1,51146,41,2637637463,'2016-10-16 18:16:01',''),(49589,1,1,51147,1,1402306146,'2016-10-16 18:22:21',''),(49590,1,1,51148,64,1402306146,'2016-10-16 18:22:23',''),(49591,1,1,51149,67,1402306146,'2016-10-16 18:22:26',''),(49592,1,1,51150,1,2193699366,'2016-10-16 21:11:23',''),(49593,1,1,51151,1,1570674749,'2016-10-16 21:11:27',''),(49594,1,1,51152,6,3475901734,'2016-10-16 21:30:22',''),(49595,1,1,51153,69,3024883488,'2016-10-16 22:40:31',''),(49596,1,1,51154,1,1968049437,'2016-10-16 23:09:32',''),(49597,1,1,51155,1,1543683684,'2016-10-17 00:40:38','https://www.google.co.uk/'),(49598,1,1,51156,1,1041806726,'2016-10-17 00:44:26',''),(49599,1,1,51157,1,1159647986,'2016-10-17 01:34:19',''),(49600,1,1,51158,1,1159647986,'2016-10-17 01:34:33',''),(49601,1,1,51159,1,1159647986,'2016-10-17 01:34:36',''),(49602,1,1,51160,1,1159647986,'2016-10-17 01:34:40',''),(49603,1,1,51161,1,1159647986,'2016-10-17 01:34:45',''),(49604,1,1,51162,1,1159647986,'2016-10-17 01:34:51',''),(49605,1,1,51163,1,1159647986,'2016-10-17 01:34:54',''),(49606,1,1,51164,1,1159647986,'2016-10-17 01:34:58',''),(49607,1,1,51165,1,2760155485,'2016-10-17 02:40:19',''),(49608,1,1,51166,1,1542483274,'2016-10-17 09:54:54',''),(49609,1,1,51167,1,1123631215,'2016-10-17 09:57:00',''),(49610,1,1,51168,1,1123631219,'2016-10-17 10:10:43',''),(49611,1,1,51169,55,3024883603,'2016-10-17 11:39:21',''),(49612,1,1,51170,26,676177738,'2016-10-17 11:42:53',''),(49613,1,1,51171,1,2809324750,'2016-10-17 13:28:50',''),(49614,1,1,51172,1,1898183522,'2016-10-17 16:32:00',''),(49615,1,1,51174,26,2637637463,'2016-10-17 17:27:22',''),(49616,1,1,51175,49,2637637463,'2016-10-17 18:02:21',''),(49617,1,1,51176,55,3024883598,'2016-10-17 18:44:58',''),(49618,1,1,51177,1,1123631215,'2016-10-17 19:12:38',''),(49619,1,1,51178,16,2637637463,'2016-10-17 20:01:07',''),(49620,1,1,51179,26,2637637541,'2016-10-17 23:34:34',''),(49621,1,1,51180,10,1152705890,'2016-10-17 23:35:10',''),(49622,1,1,51181,26,676177756,'2016-10-18 08:06:24',''),(49623,1,1,51182,15,676177756,'2016-10-18 08:06:25',''),(49624,1,1,51183,6,676177756,'2016-10-18 08:06:27',''),(49625,1,1,51184,74,676177756,'2016-10-18 08:06:28',''),(49626,1,1,51185,1,676177756,'2016-10-18 08:06:30',''),(49627,1,1,51186,26,2637637463,'2016-10-18 08:06:34',''),(49628,1,1,51187,56,2637637463,'2016-10-18 08:06:35',''),(49629,1,1,51188,9,2637637463,'2016-10-18 08:06:36',''),(49630,1,1,51189,43,676177760,'2016-10-18 08:06:40',''),(49631,1,1,51190,26,676177760,'2016-10-18 08:06:42',''),(49632,1,1,51191,43,676177760,'2016-10-18 08:06:43',''),(49633,1,1,51192,26,676177760,'2016-10-18 08:06:44',''),(49634,1,1,51193,26,676177760,'2016-10-18 08:06:45',''),(49635,1,1,51194,18,676177760,'2016-10-18 08:06:46',''),(49636,1,1,51195,29,676177760,'2016-10-18 08:06:47',''),(49637,1,1,51196,3,2637637541,'2016-10-18 08:06:58',''),(49638,1,1,51197,26,2637637541,'2016-10-18 08:06:59',''),(49639,1,1,51198,63,2637637541,'2016-10-18 08:07:00',''),(49640,1,1,51199,1,1410178491,'2016-10-18 09:07:13','https://www.bing.com/'),(49641,1,1,51200,1,1041806727,'2016-10-18 09:07:46',''),(49642,1,1,51201,1,1041806727,'2016-10-18 09:07:59',''),(49643,1,1,51202,1,1542483280,'2016-10-18 10:01:50',''),(49644,1,1,51203,73,3024883593,'2016-10-18 11:49:55',''),(49645,1,1,51204,6,1123631215,'2016-10-18 12:34:05',''),(49646,1,1,51205,1,47906019,'2016-10-18 13:26:56','https://www.google.co.uk/'),(49647,1,1,51206,1,2366158595,'2016-10-18 15:41:55',''),(49648,1,1,51207,1,2366158595,'2016-10-18 15:41:58',''),(49649,1,1,51208,52,3024883476,'2016-10-18 17:26:40',''),(49650,1,1,51209,43,3024883599,'2016-10-18 20:05:34',''),(49651,1,1,51210,1,3342489294,'2016-10-19 04:09:50',''),(49652,1,1,51211,1,1123631854,'2016-10-19 04:50:20',''),(49653,1,1,51212,1,1053988086,'2016-10-19 06:12:44',''),(49654,1,1,51213,26,1053988086,'2016-10-19 06:12:48',''),(49655,1,1,51214,71,1053988086,'2016-10-19 06:12:51',''),(49656,1,1,51215,73,1152705890,'2016-10-19 07:13:41',''),(49657,1,1,51216,65,1383056998,'2016-10-19 08:37:02','https://www.google.co.uk/'),(49658,1,1,51217,1,1542483314,'2016-10-19 10:06:45',''),(49659,1,1,51218,58,3024883617,'2016-10-19 10:17:14',''),(49660,1,1,51219,1,3589854148,'2016-10-19 11:06:11',''),(49661,1,1,51220,1,3589854148,'2016-10-19 11:06:13',''),(49662,1,1,51221,1,3589854148,'2016-10-19 11:06:14',''),(49663,1,1,51222,6,3589854148,'2016-10-19 11:06:15',''),(49664,1,1,51223,6,3589854148,'2016-10-19 11:06:16',''),(49665,1,1,51224,6,3589854148,'2016-10-19 11:06:17',''),(49666,1,1,51225,1,1159644858,'2016-10-19 11:11:50',''),(49667,1,1,51226,56,3580508297,'2016-10-19 12:01:06','https://www.google.co.uk/'),(49668,1,1,51227,1,1443465940,'2016-10-19 15:14:06','https://www.google.co.uk/'),(49669,1,1,51228,1,1123631850,'2016-10-19 15:46:09',''),(49670,1,1,51229,1,3024883616,'2016-10-19 16:28:35',''),(49671,1,1,51230,1,2071807795,'2016-10-19 18:56:52',''),(49672,1,1,51231,49,1152705890,'2016-10-19 22:32:10',''),(49673,1,1,51232,1,3479603870,'2016-10-19 23:44:14',''),(49674,1,1,51233,1,3475901710,'2016-10-20 00:56:01',''),(49675,1,1,51234,1,1089906070,'2016-10-20 03:04:33','http://whois.domaintools.com/mstyresblackburn.co.uk'),(49676,1,1,51235,1,2071807850,'2016-10-20 04:46:56',''),(49677,1,1,51236,55,2760155398,'2016-10-20 09:06:16',''),(49678,1,1,51237,1,1542483269,'2016-10-20 09:54:27',''),(49679,1,1,51238,1,2731721826,'2016-10-20 10:12:08',''),(49680,1,1,51239,1,2731721826,'2016-10-20 10:12:11',''),(49681,1,1,51240,1,2731721826,'2016-10-20 10:12:14',''),(49682,1,1,51241,1,2731721826,'2016-10-20 10:12:16',''),(49683,1,1,51242,1,2731721826,'2016-10-20 10:12:19',''),(49684,1,1,51243,1,2731721826,'2016-10-20 10:12:21',''),(49685,1,1,51244,1,2731721826,'2016-10-20 10:12:24',''),(49686,1,1,51245,1,2731721826,'2016-10-20 10:12:26',''),(49687,1,1,51246,69,3475901739,'2016-10-20 10:33:52',''),(49688,1,1,51247,1,1897091244,'2016-10-20 10:46:19',''),(49689,1,1,51248,6,1897091244,'2016-10-20 10:46:21',''),(49690,1,1,51249,69,3024883471,'2016-10-20 10:54:18',''),(49691,1,1,51250,18,2745975390,'2016-10-20 10:56:03',''),(49692,1,1,51251,63,3475901739,'2016-10-20 11:01:54',''),(49693,1,1,51252,45,1152705890,'2016-10-20 12:24:25',''),(49694,1,1,51253,43,2637637440,'2016-10-20 13:35:12',''),(49695,1,1,51254,26,2637637440,'2016-10-20 13:35:13',''),(49696,1,1,51255,43,2637637440,'2016-10-20 13:35:14',''),(49697,1,1,51256,26,2637637440,'2016-10-20 13:35:16',''),(49698,1,1,51257,26,2637637440,'2016-10-20 13:35:17',''),(49699,1,1,51258,18,2637637440,'2016-10-20 13:35:18',''),(49700,1,1,51259,26,3475901710,'2016-10-20 13:35:19',''),(49701,1,1,51260,29,2637637440,'2016-10-20 13:35:19',''),(49702,1,1,51261,15,3475901710,'2016-10-20 13:35:20',''),(49703,1,1,51262,6,3475901710,'2016-10-20 13:35:21',''),(49704,1,1,51263,74,3475901710,'2016-10-20 13:35:22',''),(49705,1,1,51264,26,676177725,'2016-10-20 13:35:23',''),(49706,1,1,51265,56,676177725,'2016-10-20 13:35:24',''),(49707,1,1,51266,1,3475901710,'2016-10-20 13:35:24',''),(49708,1,1,51267,9,676177725,'2016-10-20 13:35:26',''),(49709,1,1,51268,3,3475901739,'2016-10-20 13:35:31',''),(49710,1,1,51269,26,3475901739,'2016-10-20 13:35:33',''),(49711,1,1,51270,63,3475901739,'2016-10-20 13:35:34',''),(49712,1,1,51271,1,2366148121,'2016-10-20 14:49:28',''),(49713,1,1,51272,1,2366145577,'2016-10-20 14:49:32',''),(49714,1,1,51273,1,3024883464,'2016-10-20 15:25:28',''),(49715,1,1,51274,1,3024883485,'2016-10-20 15:45:27',''),(49716,1,1,51275,1,1123634284,'2016-10-20 17:59:08',''),(49717,1,1,51276,48,1152705890,'2016-10-20 18:46:03',''),(49718,1,1,51277,63,872366352,'2016-10-20 19:08:12',''),(49719,1,1,51278,1,1123634283,'2016-10-20 20:13:10',''),(49720,1,1,51279,15,1524065871,'2016-10-20 21:25:21','https://www.google.co.uk/'),(49721,1,1,51280,58,1123634281,'2016-10-21 00:07:31',''),(49722,1,1,51281,1,3024883470,'2016-10-21 02:00:13',''),(49723,1,1,51282,1,1123634283,'2016-10-21 02:48:48',''),(49724,1,1,51283,1,1123634284,'2016-10-21 04:11:44',''),(49725,1,1,51284,63,3475901743,'2016-10-21 05:23:56',''),(49726,1,1,51285,1,1123634283,'2016-10-21 06:08:45',''),(49727,1,1,51286,51,2366158595,'2016-10-21 06:35:11',''),(49728,1,1,51287,1,1123634284,'2016-10-21 07:25:22',''),(49729,1,1,51288,1,1123634283,'2016-10-21 08:42:33',''),(49730,1,1,51289,1,1542483281,'2016-10-21 10:13:51',''),(49731,1,1,51290,53,1123634281,'2016-10-21 10:15:43',''),(49732,1,1,51291,72,3024883485,'2016-10-21 13:21:29',''),(49733,1,1,51292,1,1123635055,'2016-10-21 13:33:17',''),(49734,1,1,51293,1,1123634281,'2016-10-21 13:33:56',''),(49735,1,1,51294,1,1123631850,'2016-10-21 14:51:43',''),(49736,1,1,51295,1,1123634281,'2016-10-21 15:29:01',''),(49737,1,1,51296,41,1123634284,'2016-10-21 15:57:56',''),(49738,1,1,51297,1,1123634283,'2016-10-21 17:30:54',''),(49739,1,1,51298,1,1123631219,'2016-10-21 18:31:03',''),(49740,1,1,51299,64,2637637440,'2016-10-21 18:46:42',''),(49741,1,1,51300,56,1522914148,'2016-10-21 19:23:06','http://www.google.co.uk/search?q=rapid+p609+alloys+225+45zr17+95w&spell=1&sa=X&ved=0ahUKEwibqanAz-zPAhXqIsAKHdTtBgIQBQgXKAA&biw=360&bih=512'),(49742,1,1,51301,1,1466602377,'2016-10-21 20:19:09',''),(49743,1,1,51302,51,1466602377,'2016-10-21 20:19:15',''),(49744,1,1,51303,1,3162038699,'2016-10-21 20:41:14',''),(49745,1,1,51304,1,1123631211,'2016-10-21 21:10:43',''),(49746,1,1,51305,43,3024883609,'2016-10-21 22:07:44',''),(49747,1,1,51306,1,1123631215,'2016-10-21 22:18:10',''),(49748,1,1,51307,3,2366148121,'2016-10-21 23:10:00',''),(49749,1,1,51308,6,391155108,'2016-10-21 23:15:32',''),(49750,1,1,51309,43,1123631211,'2016-10-22 00:23:18',''),(49751,1,1,51310,26,1123631219,'2016-10-22 01:01:21',''),(49752,1,1,51311,26,1123631215,'2016-10-22 01:02:01',''),(49753,1,1,51312,26,1123631211,'2016-10-22 01:02:31',''),(49754,1,1,51316,1,1123631211,'2016-10-22 01:34:50',''),(49755,1,1,51317,1,1123631211,'2016-10-22 02:48:47',''),(49756,1,1,51318,52,3024883603,'2016-10-22 03:42:19',''),(49757,1,1,51319,1,1123631215,'2016-10-22 06:05:27',''),(49758,1,1,51320,1,1123631215,'2016-10-22 07:22:38',''),(49759,1,1,51321,26,1152705890,'2016-10-22 07:28:04',''),(49760,1,1,51322,1,35470380,'2016-10-22 08:20:19','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwiVtIya_e3PAhVnAcAKHS2QBZgQFggrMAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.136593572,d.d24'),(49761,1,1,51323,26,2637637440,'2016-10-22 09:15:31',''),(49762,1,1,51324,1,1123631215,'2016-10-22 09:16:25',''),(49763,1,1,51325,1,1521884966,'2016-10-22 09:26:52',''),(49764,1,1,51326,58,3475901743,'2016-10-22 10:02:11',''),(49765,1,1,51327,1,1542483311,'2016-10-22 10:20:50',''),(49766,1,1,51328,1,1123631211,'2016-10-22 11:59:07',''),(49767,1,1,51329,1,1123631219,'2016-10-22 13:03:09',''),(49768,1,1,51330,52,2745975013,'2016-10-22 13:39:31',''),(49769,1,1,51331,1,2420907330,'2016-10-22 13:42:47',''),(49770,1,1,51332,6,1123631211,'2016-10-22 15:37:10',''),(49771,1,1,51333,1,1123632622,'2016-10-22 17:24:00',''),(49772,1,1,51334,1,1123632622,'2016-10-22 21:18:03',''),(49773,1,1,51335,1,1123632618,'2016-10-22 21:43:15',''),(49774,1,1,51336,75,3024883473,'2016-10-23 00:21:33',''),(49775,1,1,51337,1,911126981,'2016-10-23 01:15:21',''),(49776,1,1,51338,51,911126981,'2016-10-23 01:15:23',''),(49777,1,1,51339,69,911126981,'2016-10-23 01:15:24',''),(49778,1,1,51340,62,911126981,'2016-10-23 01:15:26',''),(49779,1,1,51341,28,911126981,'2016-10-23 01:15:27',''),(49780,1,1,51342,63,911126981,'2016-10-23 01:15:29',''),(49781,1,1,51343,53,911126981,'2016-10-23 01:15:30',''),(49782,1,1,51344,3,911126981,'2016-10-23 01:15:31',''),(49783,1,1,51345,64,911126981,'2016-10-23 01:15:33',''),(49784,1,1,51346,18,911126981,'2016-10-23 01:15:34',''),(49785,1,1,51347,56,911126981,'2016-10-23 01:15:35',''),(49786,1,1,51348,50,911126981,'2016-10-23 01:15:37',''),(49787,1,1,51349,41,911126981,'2016-10-23 01:15:38',''),(49788,1,1,51350,65,911126981,'2016-10-23 01:15:39',''),(49789,1,1,51351,9,911126981,'2016-10-23 01:15:41',''),(49790,1,1,51352,38,911126981,'2016-10-23 01:15:42',''),(49791,1,1,51353,55,911126981,'2016-10-23 01:15:43',''),(49792,1,1,51354,6,911126981,'2016-10-23 01:15:45',''),(49793,1,1,51355,45,911126981,'2016-10-23 01:15:46',''),(49794,1,1,51356,1,1123632618,'2016-10-23 01:34:02',''),(49795,1,1,51358,1,3342489297,'2016-10-23 04:05:01',''),(49796,1,1,51359,1,1123632622,'2016-10-23 04:09:15',''),(49797,1,1,51360,63,3475901743,'2016-10-23 04:50:06',''),(49798,1,1,51361,1,3024883474,'2016-10-23 05:22:02',''),(49799,1,1,51362,43,2637637440,'2016-10-23 05:48:49',''),(49800,1,1,51363,1,1123632626,'2016-10-23 06:03:50',''),(49801,1,1,51364,1,2214402900,'2016-10-23 06:50:15',''),(49802,1,1,51365,1,1159644858,'2016-10-23 07:00:32',''),(49803,1,1,51366,1,1159644858,'2016-10-23 07:00:40',''),(49804,1,1,51367,1,1159644858,'2016-10-23 07:00:45',''),(49805,1,1,51368,1,1159644858,'2016-10-23 07:00:48',''),(49806,1,1,51369,1,1159644858,'2016-10-23 07:00:50',''),(49807,1,1,51370,1,1159644858,'2016-10-23 07:00:55',''),(49808,1,1,51371,1,1159644858,'2016-10-23 07:01:00',''),(49809,1,1,51372,1,1159644858,'2016-10-23 07:01:03',''),(49810,1,1,51373,1,1523455751,'2016-10-23 07:45:27','https://www.google.co.uk/'),(49811,1,1,51374,1,1123632622,'2016-10-23 08:18:44',''),(49812,1,1,51375,1,1123632622,'2016-10-23 09:22:56',''),(49813,1,1,51376,1,1542483313,'2016-10-23 10:06:06',''),(49814,1,1,51377,1,1123632626,'2016-10-23 11:18:20',''),(49815,1,1,51378,66,872366394,'2016-10-23 11:33:20',''),(49816,1,1,51379,1,1377678492,'2016-10-23 11:45:45','https://www.google.co.uk/'),(49817,1,1,51380,15,872366422,'2016-10-23 12:16:16',''),(49818,1,1,51381,1,2637637492,'2016-10-23 14:49:48',''),(49819,1,1,51382,1,1123632618,'2016-10-23 16:00:51',''),(49820,1,1,51383,1,1123632626,'2016-10-23 16:27:41',''),(49821,1,1,51384,1,100662596,'2016-10-23 20:07:03',''),(49822,1,1,51385,1,1570674749,'2016-10-23 20:07:07',''),(49823,1,1,51386,1,3427775612,'2016-10-23 23:20:56',''),(49824,1,1,51387,1,2731721828,'2016-10-24 02:29:57',''),(49825,1,1,51388,75,3024883612,'2016-10-24 03:39:43',''),(49826,1,1,51389,1,1123632626,'2016-10-24 05:05:34',''),(49827,1,1,51390,1,401628983,'2016-10-24 06:02:59',''),(49828,1,1,51391,1,401628983,'2016-10-24 06:03:06',''),(49829,1,1,51392,1,1897091244,'2016-10-24 06:31:11',''),(49830,1,1,51393,6,1897091244,'2016-10-24 06:31:16',''),(49831,1,1,51394,55,3475901880,'2016-10-24 08:04:52',''),(49832,1,1,51395,1,1056864162,'2016-10-24 08:11:28','https://www.google.co.uk/'),(49833,1,1,51396,1,3024883605,'2016-10-24 08:52:59',''),(49834,1,1,51397,1,1542483290,'2016-10-24 10:05:19',''),(49835,1,1,51226,56,3580508297,'2016-10-24 10:33:55','https://www.google.co.uk/'),(49836,1,1,51398,1,1309730507,'2016-10-24 12:45:20',''),(49837,1,1,51399,68,2637637432,'2016-10-24 13:10:20',''),(49838,1,1,51400,1,676695033,'2016-10-24 15:42:22',''),(49839,1,1,51401,48,2548069865,'2016-10-24 15:51:18','https://www.google.co.uk/'),(49840,1,1,51402,55,1152705890,'2016-10-24 16:55:45',''),(49841,1,1,51403,1,3024883606,'2016-10-24 17:58:09',''),(49842,1,1,51404,53,2637637383,'2016-10-24 19:53:21',''),(49843,1,1,51405,1,3488737170,'2016-10-24 23:58:30',''),(49844,1,1,51406,1,100662596,'2016-10-25 00:42:15',''),(49845,1,1,51407,1,2366145566,'2016-10-25 00:42:18',''),(49846,1,1,51408,26,3475901721,'2016-10-25 03:07:05',''),(49847,1,1,51409,56,3475901721,'2016-10-25 03:07:06',''),(49848,1,1,51410,26,3475901721,'2016-10-25 03:07:08',''),(49849,1,1,51411,9,3475901721,'2016-10-25 03:07:09',''),(49850,1,1,51412,26,676177750,'2016-10-25 03:07:10',''),(49851,1,1,51413,26,676177750,'2016-10-25 03:07:11',''),(49852,1,1,51414,18,676177750,'2016-10-25 03:07:12',''),(49853,1,1,51415,29,676177750,'2016-10-25 03:07:13',''),(49854,1,1,51416,43,676177750,'2016-10-25 03:07:14',''),(49855,1,1,51417,43,676177750,'2016-10-25 03:07:16',''),(49856,1,1,51418,1,2637637383,'2016-10-25 03:07:16',''),(49857,1,1,51419,26,2637637383,'2016-10-25 03:07:17',''),(49858,1,1,51420,74,2637637383,'2016-10-25 03:07:18',''),(49859,1,1,51421,6,2637637383,'2016-10-25 03:07:19',''),(49860,1,1,51422,15,2637637383,'2016-10-25 03:07:21',''),(49861,1,1,51423,63,2637637580,'2016-10-25 03:07:45',''),(49862,1,1,51424,26,2637637580,'2016-10-25 03:07:47',''),(49863,1,1,51425,1,1652451658,'2016-10-25 03:41:20','http://219.147.9.186:6060/entsoft/module/r0511_lst_ifr_lft.jsp?gesnum=00006376'),(49864,1,1,51426,15,1123632622,'2016-10-25 04:52:19',''),(49865,1,1,51427,1,1123632626,'2016-10-25 05:10:51',''),(49866,1,1,51429,1,1123632618,'2016-10-25 06:28:51',''),(49867,1,1,51430,1,1123632626,'2016-10-25 06:45:55',''),(49868,1,1,51431,1,1542483321,'2016-10-25 10:03:12',''),(49869,1,1,51432,1,3479603870,'2016-10-25 10:41:56',''),(49870,1,1,51226,56,3580508297,'2016-10-25 10:50:44','https://www.google.co.uk/'),(49871,1,1,51433,1,3024883609,'2016-10-25 13:21:00',''),(49872,1,1,51434,1,2753988079,'2016-10-25 15:44:32','https://www.google.co.uk/'),(49873,1,1,51435,1,1534710587,'2016-10-25 15:57:06',''),(49874,1,1,51226,56,3580508297,'2016-10-25 16:22:40','https://www.google.co.uk/'),(49875,1,1,51436,56,3024883592,'2016-10-25 16:55:09',''),(49876,1,1,51437,1,1123632626,'2016-10-25 17:28:27',''),(49877,1,1,51438,1,1123632618,'2016-10-25 17:28:43',''),(49878,1,1,51439,1,2637637383,'2016-10-25 17:36:54',''),(49879,1,1,51440,66,3024883616,'2016-10-25 18:02:09',''),(49880,1,1,51441,1,1123632622,'2016-10-25 19:57:57',''),(49881,1,1,51442,48,1123632618,'2016-10-25 21:06:03',''),(49882,1,1,51443,1,3024883615,'2016-10-26 00:06:07',''),(49883,1,1,51444,56,3475901721,'2016-10-26 02:44:48',''),(49884,1,1,51445,1,1123631215,'2016-10-26 03:14:31',''),(49885,1,1,51446,1,1123631219,'2016-10-26 03:26:24',''),(49886,1,1,51447,1,1170583858,'2016-10-26 07:30:52',''),(49887,1,1,51448,1,1170583858,'2016-10-26 07:31:06',''),(49888,1,1,51449,1,1170583858,'2016-10-26 07:31:09',''),(49889,1,1,51450,1,1170583858,'2016-10-26 07:31:14',''),(49890,1,1,51451,1,1170583858,'2016-10-26 07:31:16',''),(49891,1,1,51452,1,1170583858,'2016-10-26 07:31:24',''),(49892,1,1,51453,1,1170583858,'2016-10-26 07:31:27',''),(49893,1,1,51454,1,1542483313,'2016-10-26 09:56:44',''),(49894,1,1,51455,1,877014784,'2016-10-26 10:14:05',''),(49895,1,1,51456,1,885894004,'2016-10-26 10:14:57',''),(49896,1,1,51457,6,885621114,'2016-10-26 10:15:06',''),(49897,1,1,51458,1,1570674749,'2016-10-26 11:33:02',''),(49898,1,1,51459,1,2366148121,'2016-10-26 11:33:06',''),(49899,1,1,51460,1,911126981,'2016-10-26 12:54:11',''),(49900,1,1,51461,51,911126981,'2016-10-26 12:54:13',''),(49901,1,1,51462,69,911126981,'2016-10-26 12:54:14',''),(49902,1,1,51463,62,911126981,'2016-10-26 12:54:16',''),(49903,1,1,51464,28,911126981,'2016-10-26 12:54:17',''),(49904,1,1,51465,63,911126981,'2016-10-26 12:54:19',''),(49905,1,1,51466,53,911126981,'2016-10-26 12:54:20',''),(49906,1,1,51467,3,911126981,'2016-10-26 12:54:21',''),(49907,1,1,51468,64,911126981,'2016-10-26 12:54:22',''),(49908,1,1,51469,18,911126981,'2016-10-26 12:54:24',''),(49909,1,1,51470,56,911126981,'2016-10-26 12:54:25',''),(49910,1,1,51471,50,911126981,'2016-10-26 12:54:27',''),(49911,1,1,51472,41,911126981,'2016-10-26 12:54:28',''),(49912,1,1,51473,65,911126981,'2016-10-26 12:54:29',''),(49913,1,1,51474,9,911126981,'2016-10-26 12:54:30',''),(49914,1,1,51475,38,911126981,'2016-10-26 12:54:31',''),(49915,1,1,51476,55,911126981,'2016-10-26 12:54:32',''),(49916,1,1,51477,6,911126981,'2016-10-26 12:54:34',''),(49917,1,1,51478,45,911126981,'2016-10-26 12:54:35',''),(49918,1,1,51479,1,786803397,'2016-10-26 12:56:11',''),(49919,1,1,51480,66,3587031284,'2016-10-26 13:40:10','https://www.google.co.uk/'),(49920,1,1,51481,66,3024883472,'2016-10-26 15:22:11',''),(49921,1,1,51482,48,1443004239,'2016-10-26 20:09:00','https://www.google.co.uk/'),(49922,1,1,51483,1,1152705890,'2016-10-26 23:49:13',''),(49923,1,1,51484,56,1123638729,'2016-10-27 00:29:00','https://www.google.co.uk/'),(49924,1,1,51485,50,2959905042,'2016-10-27 05:38:45',''),(49925,1,1,51486,50,2959905042,'2016-10-27 05:38:47',''),(49926,1,1,51487,1,2959905042,'2016-10-27 05:38:49',''),(49927,1,1,51488,50,2959905042,'2016-10-27 05:38:50',''),(49928,1,1,51489,6,1123632626,'2016-10-27 07:31:28',''),(49929,1,1,51490,1,2637637561,'2016-10-27 08:07:04',''),(49930,1,1,51491,26,2637637561,'2016-10-27 08:07:05',''),(49931,1,1,51492,74,2637637561,'2016-10-27 08:07:06',''),(49932,1,1,51493,6,2637637561,'2016-10-27 08:07:08',''),(49933,1,1,51494,15,2637637561,'2016-10-27 08:07:09',''),(49934,1,1,51495,26,676177768,'2016-10-27 08:07:09',''),(49935,1,1,51496,56,676177768,'2016-10-27 08:07:10',''),(49936,1,1,51497,26,676177768,'2016-10-27 08:07:12',''),(49937,1,1,51498,9,676177768,'2016-10-27 08:07:13',''),(49938,1,1,51499,26,3475901839,'2016-10-27 08:09:00',''),(49939,1,1,51500,26,3475901839,'2016-10-27 08:09:01',''),(49940,1,1,51501,18,3475901839,'2016-10-27 08:09:02',''),(49941,1,1,51502,29,3475901839,'2016-10-27 08:09:03',''),(49942,1,1,51503,43,3475901839,'2016-10-27 08:09:04',''),(49943,1,1,51504,43,3475901839,'2016-10-27 08:09:22',''),(49944,1,1,51505,63,2637637610,'2016-10-27 08:26:17',''),(49945,1,1,51506,26,2637637610,'2016-10-27 08:26:18',''),(49946,1,1,51507,1,1542483324,'2016-10-27 10:12:12',''),(49947,1,1,51508,1,35470380,'2016-10-27 10:19:32','http://www.bing.com/search?q=mands+tyres+blackburn&a=results&MID=2500'),(49948,1,1,51509,6,1152705890,'2016-10-27 14:03:54',''),(49949,1,1,51510,1,1123632622,'2016-10-27 16:34:03',''),(49950,1,1,51511,1,1123632618,'2016-10-27 16:38:49',''),(49951,1,1,51512,1,3024883489,'2016-10-27 18:22:09',''),(49952,1,1,51513,1,1123632622,'2016-10-27 18:38:56',''),(49953,1,1,51514,1,1123632618,'2016-10-27 18:51:10',''),(49954,1,1,51516,1,1123632626,'2016-10-27 19:07:19',''),(49955,1,1,51518,1,1123632622,'2016-10-27 19:54:28',''),(49956,1,1,51519,1,1123632626,'2016-10-27 19:55:35',''),(49957,1,1,51520,1,1123632618,'2016-10-27 22:29:10',''),(49958,1,1,51521,1,2809310433,'2016-10-28 00:42:46',''),(49959,1,1,51522,1,2809310433,'2016-10-28 00:42:55',''),(49960,1,1,51523,26,2809310433,'2016-10-28 00:42:58',''),(49961,1,1,51524,26,2809310433,'2016-10-28 00:42:59',''),(49962,1,1,51525,26,2809310433,'2016-10-28 00:43:00',''),(49963,1,1,51526,26,2809310433,'2016-10-28 00:43:01',''),(49964,1,1,51527,26,2809310433,'2016-10-28 00:43:02',''),(49965,1,1,51528,26,2809310433,'2016-10-28 00:43:04',''),(49966,1,1,51529,26,2809310433,'2016-10-28 00:43:05',''),(49967,1,1,51530,26,2809310433,'2016-10-28 00:43:06',''),(49968,1,1,51531,26,2809310433,'2016-10-28 00:43:07',''),(49969,1,1,51532,26,2809310433,'2016-10-28 00:43:09',''),(49970,1,1,51533,18,2809310433,'2016-10-28 00:43:10',''),(49971,1,1,51534,6,2809310433,'2016-10-28 00:43:12',''),(49972,1,1,51535,43,2809310433,'2016-10-28 00:43:13',''),(49973,1,1,51536,26,2809310433,'2016-10-28 00:43:15',''),(49974,1,1,51537,1,2809310433,'2016-10-28 00:43:16',''),(49975,1,1,51538,1,1247139433,'2016-10-28 00:47:40',''),(49976,1,1,51539,1,3475901738,'2016-10-28 03:08:44',''),(49977,1,1,51540,46,3475901738,'2016-10-28 04:18:47',''),(49978,1,1,51541,1,919776979,'2016-10-28 04:35:25',''),(49979,1,1,51542,1,1123632626,'2016-10-28 05:48:21',''),(49980,1,1,51544,1,2366148121,'2016-10-28 09:10:16',''),(49981,1,1,51545,1,2193699366,'2016-10-28 09:10:21',''),(49982,1,1,51546,1,1123632618,'2016-10-28 09:10:54',''),(49983,1,1,51547,1,1542483295,'2016-10-28 09:57:20',''),(49984,1,1,51548,1,3024883477,'2016-10-28 13:11:45',''),(49985,1,1,51549,1,1123632618,'2016-10-28 15:07:15',''),(49986,1,1,51550,1,1123632626,'2016-10-28 15:13:40',''),(49987,1,1,51551,64,3024883481,'2016-10-28 15:38:28',''),(49988,1,1,51552,56,1123638729,'2016-10-28 17:25:07','https://www.google.co.uk/'),(49989,1,1,51553,1,1123632626,'2016-10-28 18:21:30',''),(49990,1,1,51554,1,1123632622,'2016-10-28 18:44:31',''),(49991,1,1,51555,6,3475901853,'2016-10-28 19:46:38',''),(49992,1,1,51556,6,387153334,'2016-10-28 21:15:16',''),(49993,1,1,51557,1,84504390,'2016-10-28 21:57:18',''),(49994,1,1,51558,1,917387979,'2016-10-28 22:30:38',''),(49995,1,1,51559,1,917386934,'2016-10-28 22:30:41',''),(49996,1,1,51560,1,917387979,'2016-10-28 22:30:44',''),(49997,1,1,51561,1,917387184,'2016-10-28 22:30:47',''),(49998,1,1,51562,6,917387979,'2016-10-28 22:30:50',''),(49999,1,1,51563,6,917387694,'2016-10-28 22:30:52',''),(50000,1,1,51564,26,917387979,'2016-10-28 22:30:55',''),(50001,1,1,51565,26,917388395,'2016-10-28 22:30:57',''),(50002,1,1,51566,26,917387979,'2016-10-28 22:30:59',''),(50003,1,1,51567,26,917388565,'2016-10-28 22:31:01',''),(50004,1,1,51568,26,917387979,'2016-10-28 22:31:03',''),(50005,1,1,51569,26,917388501,'2016-10-28 22:31:06',''),(50006,1,1,51570,26,917387979,'2016-10-28 22:31:08',''),(50007,1,1,51571,26,917386510,'2016-10-28 22:31:10',''),(50008,1,1,51572,26,917387979,'2016-10-28 22:31:12',''),(50009,1,1,51573,26,917388137,'2016-10-28 22:31:15',''),(50010,1,1,51574,26,917387979,'2016-10-28 22:31:17',''),(50011,1,1,51575,26,917388137,'2016-10-28 22:31:19',''),(50012,1,1,51576,26,917387979,'2016-10-28 22:31:21',''),(50013,1,1,51577,26,917386580,'2016-10-28 22:31:24',''),(50014,1,1,51578,26,917387979,'2016-10-28 22:31:25',''),(50015,1,1,51579,26,917386934,'2016-10-28 22:31:28',''),(50016,1,1,51580,26,917387979,'2016-10-28 22:31:30',''),(50017,1,1,51581,26,917388565,'2016-10-28 22:31:32',''),(50018,1,1,51582,26,917387979,'2016-10-28 22:31:34',''),(50019,1,1,51583,26,917388612,'2016-10-28 22:31:36',''),(50020,1,1,51584,9,917387979,'2016-10-28 22:31:38',''),(50021,1,1,51585,9,917387364,'2016-10-28 22:31:41',''),(50022,1,1,51586,38,917387979,'2016-10-28 22:31:43',''),(50023,1,1,51587,38,917388507,'2016-10-28 22:31:46',''),(50024,1,1,51588,41,917387979,'2016-10-28 22:31:48',''),(50025,1,1,51589,41,917387851,'2016-10-28 22:31:51',''),(50026,1,1,51590,42,917387979,'2016-10-28 22:31:53',''),(50027,1,1,51591,42,917386934,'2016-10-28 22:31:55',''),(50028,1,1,51592,43,917387979,'2016-10-28 22:31:58',''),(50029,1,1,51593,43,917388288,'2016-10-28 22:32:01',''),(50030,1,1,51594,45,917387979,'2016-10-28 22:32:04',''),(50031,1,1,51595,45,917387703,'2016-10-28 22:32:06',''),(50032,1,1,51596,53,917387979,'2016-10-28 22:32:08',''),(50033,1,1,51597,53,917387851,'2016-10-28 22:32:11',''),(50034,1,1,51598,48,917387979,'2016-10-28 22:32:13',''),(50035,1,1,51599,48,917388690,'2016-10-28 22:32:15',''),(50036,1,1,51600,52,917387979,'2016-10-28 22:32:17',''),(50037,1,1,51601,52,917388265,'2016-10-28 22:32:25',''),(50038,1,1,51602,57,917387979,'2016-10-28 22:32:27',''),(50039,1,1,51603,57,917388243,'2016-10-28 22:32:36',''),(50040,1,1,51604,28,917387979,'2016-10-28 22:32:39',''),(50041,1,1,51605,28,917388565,'2016-10-28 22:32:41',''),(50042,1,1,51606,50,917387979,'2016-10-28 22:32:44',''),(50043,1,1,51607,50,917387694,'2016-10-28 22:32:47',''),(50044,1,1,51608,51,917387979,'2016-10-28 22:32:52',''),(50045,1,1,51609,51,917387694,'2016-10-28 22:32:55',''),(50046,1,1,51610,56,917387979,'2016-10-28 22:32:58',''),(50047,1,1,51611,56,917387703,'2016-10-28 22:33:00',''),(50048,1,1,51612,55,917387979,'2016-10-28 22:33:05',''),(50049,1,1,51613,55,917388565,'2016-10-28 22:33:08',''),(50050,1,1,51614,62,917387979,'2016-10-28 22:33:11',''),(50051,1,1,51615,62,917388401,'2016-10-28 22:33:14',''),(50052,1,1,51616,63,917387979,'2016-10-28 22:33:19',''),(50053,1,1,51617,63,917387364,'2016-10-28 22:33:22',''),(50054,1,1,51618,64,917387979,'2016-10-28 22:33:25',''),(50055,1,1,51619,64,917386510,'2016-10-28 22:33:27',''),(50056,1,1,51620,65,917387979,'2016-10-28 22:33:31',''),(50057,1,1,51621,65,917386510,'2016-10-28 22:33:34',''),(50058,1,1,51622,69,917387979,'2016-10-28 22:33:37',''),(50059,1,1,51623,69,917386580,'2016-10-28 22:33:40',''),(50060,1,1,51624,1,1123632626,'2016-10-28 23:39:46',''),(50061,1,1,51625,1,1123632622,'2016-10-28 23:42:32',''),(50062,1,1,51626,1,1123632626,'2016-10-29 03:17:59',''),(50063,1,1,51627,1,1123632626,'2016-10-29 04:17:50',''),(50064,1,1,51628,1,1123632622,'2016-10-29 05:00:11',''),(50065,1,1,51629,16,2760155425,'2016-10-29 05:53:02',''),(50066,1,1,51630,1,1123632622,'2016-10-29 08:24:35',''),(50067,1,1,51631,52,2637637402,'2016-10-29 08:42:10',''),(50068,1,1,51632,1,1123632622,'2016-10-29 09:40:06',''),(50069,1,1,51633,1,1542483319,'2016-10-29 09:58:47',''),(50070,1,1,51634,1,3024883616,'2016-10-29 10:46:34',''),(50071,1,1,51635,1,1123632618,'2016-10-29 10:47:17',''),(50072,1,1,51636,51,3024883490,'2016-10-29 10:47:19',''),(50073,1,1,51637,1,3024883599,'2016-10-29 11:20:50',''),(50074,1,1,51638,1,1159644914,'2016-10-29 11:33:45',''),(50075,1,1,51639,1,1159644914,'2016-10-29 11:33:54',''),(50076,1,1,51640,1,1159644914,'2016-10-29 11:33:56',''),(50077,1,1,51641,1,1159644914,'2016-10-29 11:34:02',''),(50078,1,1,51642,1,1159644914,'2016-10-29 11:34:06',''),(50079,1,1,51643,1,1159644914,'2016-10-29 11:34:10',''),(50080,1,1,51644,1,1159644914,'2016-10-29 11:34:14',''),(50081,1,1,51645,1,1159644914,'2016-10-29 11:34:18',''),(50082,1,1,51646,1,1838813289,'2016-10-29 12:03:57','https://www.google.co.uk/'),(50083,1,1,51647,6,1123632618,'2016-10-29 13:03:26',''),(50084,1,1,51648,56,2637637400,'2016-10-29 14:17:13',''),(50085,1,1,51649,1,1123632626,'2016-10-29 14:20:55',''),(50086,1,1,51650,1,1123632622,'2016-10-29 14:23:40',''),(50087,1,1,51651,23,1123632622,'2016-10-29 15:01:24',''),(50088,1,1,51652,1,1544096413,'2016-10-29 15:51:24','http://www.bing.com/search?q=ms+tyres&src=IE-SearchBox&FORM=IENTTR&conversationid=&pc=EUPP_'),(50089,1,1,51653,1,1041806727,'2016-10-29 16:02:55',''),(50090,1,1,51654,1,1123632626,'2016-10-29 16:15:04',''),(50091,1,1,51655,1,1123632618,'2016-10-29 16:16:00',''),(50092,1,1,51656,43,2760155400,'2016-10-29 16:53:25',''),(50093,1,1,51657,1,1123632622,'2016-10-29 19:37:38',''),(50094,1,1,51658,1,3589854148,'2016-10-29 20:00:46',''),(50095,1,1,51659,1,3589854148,'2016-10-29 20:00:47',''),(50096,1,1,51660,1,3589854148,'2016-10-29 20:00:48',''),(50097,1,1,51661,6,3589854148,'2016-10-29 20:00:49',''),(50098,1,1,51662,6,3589854148,'2016-10-29 20:00:50',''),(50099,1,1,51663,6,3589854148,'2016-10-29 20:00:51',''),(50100,1,1,51664,64,3000741383,'2016-10-29 20:34:55',''),(50101,1,1,51665,64,3000741383,'2016-10-29 20:35:01',''),(50102,1,1,51666,1,3000741383,'2016-10-29 20:35:06',''),(50103,1,1,51667,64,3000741383,'2016-10-29 20:35:12',''),(50104,1,1,51668,1,1123632618,'2016-10-29 22:33:00',''),(50105,1,1,51669,1,1123632626,'2016-10-29 23:24:54',''),(50106,1,1,51670,1,1123632618,'2016-10-29 23:43:55',''),(50107,1,1,51671,1,1123632622,'2016-10-30 00:45:15',''),(50108,1,1,51672,1,1123632618,'2016-10-30 00:55:51',''),(50109,1,1,51673,1,3479603870,'2016-10-30 04:12:41',''),(50110,1,1,51674,45,2745975476,'2016-10-30 07:42:41',''),(50111,1,1,51675,38,1072954405,'2016-10-30 07:47:21',''),(50112,1,1,51676,58,2745975429,'2016-10-30 08:35:06',''),(50113,1,1,51677,1,1542483283,'2016-10-30 09:58:58',''),(50114,1,1,51678,1,1838813349,'2016-10-30 13:21:00','https://www.google.co.uk/'),(50115,1,1,51679,14,3475901878,'2016-10-30 16:33:41',''),(50116,1,1,51680,1,1123632622,'2016-10-30 22:06:30',''),(50117,1,1,51681,1,2420907426,'2016-10-30 22:20:42',''),(50118,1,1,51682,38,2760155475,'2016-10-30 23:36:19',''),(50119,1,1,51683,1,1123632626,'2016-10-30 23:37:14',''),(50120,1,1,51684,1,3024883484,'2016-10-31 04:38:44',''),(50121,1,1,51685,1,3024883488,'2016-10-31 04:38:46',''),(50122,1,1,51686,43,676177693,'2016-10-31 08:38:45',''),(50123,1,1,51687,26,676177693,'2016-10-31 08:38:47',''),(50124,1,1,51688,29,676177693,'2016-10-31 08:38:47',''),(50125,1,1,51689,43,676177693,'2016-10-31 08:38:48',''),(50126,1,1,51690,26,676177693,'2016-10-31 08:38:50',''),(50127,1,1,51691,18,676177693,'2016-10-31 08:38:51',''),(50128,1,1,51692,3,676177748,'2016-10-31 08:38:56',''),(50129,1,1,51693,63,676177748,'2016-10-31 08:38:58',''),(50130,1,1,51694,26,676177748,'2016-10-31 08:38:59',''),(50131,1,1,51695,26,2637637436,'2016-10-31 08:41:02',''),(50132,1,1,51696,56,2637637436,'2016-10-31 08:41:03',''),(50133,1,1,51697,9,2637637436,'2016-10-31 08:41:05',''),(50134,1,1,51698,26,2637637436,'2016-10-31 08:41:06',''),(50135,1,1,51699,26,2637637511,'2016-10-31 09:34:54',''),(50136,1,1,51700,15,2637637511,'2016-10-31 09:34:55',''),(50137,1,1,51701,74,2637637511,'2016-10-31 09:34:57',''),(50138,1,1,51702,6,2637637511,'2016-10-31 09:34:59',''),(50139,1,1,51703,1,2637637511,'2016-10-31 09:35:00',''),(50140,1,1,51704,16,872366373,'2016-10-31 10:12:22',''),(50141,1,1,51705,1,1542483302,'2016-10-31 10:46:39',''),(50142,1,1,51706,50,2745975017,'2016-10-31 10:46:54',''),(50143,1,1,51707,54,3024883618,'2016-10-31 14:02:53',''),(50144,1,1,51708,1,1123632618,'2016-10-31 15:55:00',''),(50145,1,1,51709,1,1123632618,'2016-10-31 16:44:31',''),(50146,1,1,51710,66,1152705890,'2016-10-31 18:01:52',''),(50147,1,1,51711,6,3024883595,'2016-10-31 20:30:50',''),(50148,1,1,51712,68,2745975317,'2016-10-31 20:57:41',''),(50149,1,1,51713,1,1570674749,'2016-10-31 22:09:55',''),(50150,1,1,51714,1,2366145577,'2016-10-31 22:09:59',''),(50151,1,1,51715,1,2513057314,'2016-10-31 23:00:09',''),(50152,1,1,51716,75,2745975232,'2016-11-01 00:03:36',''),(50153,1,1,51717,54,1152705890,'2016-11-01 02:16:12',''),(50154,1,1,51718,1,3024883607,'2016-11-01 05:11:33',''),(50155,1,1,51719,52,676177700,'2016-11-01 06:35:26',''),(50156,1,1,51720,1,3024883470,'2016-11-01 09:49:02',''),(50157,1,1,51721,1,1542483279,'2016-11-01 10:42:38',''),(50158,1,1,51722,56,3475901866,'2016-11-01 11:03:52',''),(50159,1,1,51723,1,3281683737,'2016-11-01 11:43:00',''),(50160,1,1,51724,1,3281683737,'2016-11-01 11:43:03',''),(50161,1,1,51725,1,3281683737,'2016-11-01 11:43:06',''),(50162,1,1,51726,1,3281683737,'2016-11-01 11:43:09',''),(50163,1,1,51727,1,3281683737,'2016-11-01 11:43:12',''),(50164,1,1,51728,1,3281683737,'2016-11-01 11:43:15',''),(50165,1,1,51729,1,3281683737,'2016-11-01 11:43:18',''),(50166,1,1,51730,1,3281683737,'2016-11-01 11:43:21',''),(50167,1,1,51731,1,3156679458,'2016-11-01 13:16:59','http://www.bing.com/search?q=trye+shops+in+blackburn+lancashire&form=IE11TR&src=IE11TR&pc=CMDTDFJS'),(50168,1,1,51732,59,3024883604,'2016-11-01 18:27:03',''),(50169,1,1,51733,1,1123632618,'2016-11-01 22:09:56',''),(50170,1,1,51734,1,3024883612,'2016-11-02 08:29:19',''),(50171,1,1,51735,1,911313090,'2016-11-02 08:36:29',''),(50172,1,1,51736,1,3024883611,'2016-11-02 10:34:34',''),(50173,1,1,51737,1,1542483315,'2016-11-02 10:53:55',''),(50174,1,1,51738,1,1369277091,'2016-11-02 11:18:37','https://www.google.co.uk/'),(50175,1,1,51739,1,786800811,'2016-11-02 11:54:53',''),(50176,1,1,51740,1,786800811,'2016-11-02 11:55:01',''),(50177,1,1,51741,1,2366158595,'2016-11-02 12:15:54',''),(50178,1,1,51742,1,2366158595,'2016-11-02 12:15:58',''),(50179,1,1,51743,1,1451230711,'2016-11-02 12:43:38','https://www.google.co.uk/'),(50180,1,1,51744,6,1123631854,'2016-11-02 13:12:11',''),(50181,1,1,51745,26,3475901755,'2016-11-02 14:48:56',''),(50182,1,1,51746,15,3475901755,'2016-11-02 14:48:58',''),(50183,1,1,51747,74,3475901755,'2016-11-02 14:49:00',''),(50184,1,1,51748,6,3475901755,'2016-11-02 14:49:03',''),(50185,1,1,51749,1,3475901755,'2016-11-02 14:49:04',''),(50186,1,1,51750,3,2637637522,'2016-11-02 14:49:06',''),(50187,1,1,51751,26,3475901866,'2016-11-02 14:49:07',''),(50188,1,1,51752,56,3475901866,'2016-11-02 14:49:08',''),(50189,1,1,51753,63,2637637522,'2016-11-02 14:49:08',''),(50190,1,1,51754,9,3475901866,'2016-11-02 14:49:10',''),(50191,1,1,51755,26,2637637522,'2016-11-02 14:49:10',''),(50192,1,1,51756,26,3475901866,'2016-11-02 14:49:11',''),(50193,1,1,51757,43,3475901779,'2016-11-02 14:59:39',''),(50194,1,1,51758,26,3475901779,'2016-11-02 14:59:41',''),(50195,1,1,51759,29,3475901779,'2016-11-02 14:59:42',''),(50196,1,1,51760,43,3475901779,'2016-11-02 14:59:43',''),(50197,1,1,51761,26,3475901779,'2016-11-02 14:59:44',''),(50198,1,1,51762,18,3475901779,'2016-11-02 14:59:46',''),(50199,1,1,51763,1,2733854865,'2016-11-02 18:39:32',''),(50200,1,1,51764,1,2733854865,'2016-11-02 18:39:34',''),(50201,1,1,51765,1,3024883467,'2016-11-02 19:39:14',''),(50202,1,1,51766,1,3024883604,'2016-11-02 19:39:17',''),(50203,1,1,51767,41,2745975075,'2016-11-02 20:52:56',''),(50204,1,1,51768,1,1123631850,'2016-11-02 22:14:16',''),(50205,1,1,51769,63,1152705890,'2016-11-02 23:36:40',''),(50206,1,1,51770,1,1123634281,'2016-11-03 02:33:19',''),(50207,1,1,51771,1,2071807801,'2016-11-03 04:17:38',''),(50208,1,1,51772,44,1152705890,'2016-11-03 07:06:10',''),(50209,1,1,51773,26,3475901779,'2016-11-03 09:34:02',''),(50210,1,1,51774,1,1123631850,'2016-11-03 09:55:01',''),(50211,1,1,51775,1,1545306234,'2016-11-03 10:54:56','https://www.google.co.uk/'),(50212,1,1,51776,1,1542483272,'2016-11-03 10:59:12',''),(50213,1,1,51777,50,3024883477,'2016-11-03 12:28:22',''),(50214,1,1,51778,1,1443294772,'2016-11-03 15:24:52','https://www.bing.com/'),(50215,1,1,51779,1,676695033,'2016-11-03 15:42:40',''),(50216,1,1,51780,56,3156059326,'2016-11-03 16:26:16','https://www.google.co.uk/'),(50217,1,1,51781,1,3339975108,'2016-11-03 17:06:17',''),(50218,1,1,51782,1,3339975108,'2016-11-03 17:06:18',''),(50219,1,1,51783,1,344270861,'2016-11-03 17:06:19',''),(50220,1,1,51784,1,344270861,'2016-11-03 17:06:20','https://www.google.co.uk/'),(50221,1,1,51785,70,2745975465,'2016-11-03 19:02:47',''),(50222,1,1,51786,1,3024883485,'2016-11-03 21:24:30',''),(50223,1,1,51787,1,3024883617,'2016-11-03 21:24:32',''),(50224,1,1,51788,1,1123634284,'2016-11-03 22:21:54',''),(50225,1,1,51789,43,2745975103,'2016-11-03 23:20:10',''),(50226,1,1,51790,1,1049232115,'2016-11-04 02:03:32',''),(50227,1,1,51791,1,1152705890,'2016-11-04 04:43:56',''),(50228,1,1,51792,1,1523247940,'2016-11-04 07:41:29',''),(50229,1,1,51793,1,2366158595,'2016-11-04 08:55:15',''),(50230,1,1,51794,1,1570674749,'2016-11-04 08:55:19',''),(50231,1,1,51795,1,1542483323,'2016-11-04 10:46:31',''),(50232,1,1,51796,1,1123634283,'2016-11-04 11:45:04',''),(50233,1,1,51797,1,2420902020,'2016-11-04 13:44:47',''),(50234,1,1,51798,1,2420902020,'2016-11-04 13:44:50',''),(50235,1,1,51799,1,2420902020,'2016-11-04 13:44:53',''),(50236,1,1,51800,1,2420902020,'2016-11-04 13:44:55',''),(50237,1,1,51801,1,2420902020,'2016-11-04 13:44:58',''),(50238,1,1,51802,1,2420902020,'2016-11-04 13:45:01',''),(50239,1,1,51803,1,2420902020,'2016-11-04 13:45:04',''),(50240,1,1,51804,1,2420902020,'2016-11-04 13:45:07',''),(50241,1,1,51805,50,3024883467,'2016-11-04 14:05:13',''),(50242,1,1,51806,43,1123634284,'2016-11-04 15:00:45',''),(50243,1,1,51807,1,1543681180,'2016-11-04 17:03:36','https://www.google.co.uk/'),(50244,1,1,51808,1,1041806727,'2016-11-04 17:24:56',''),(50245,1,1,51809,70,3024883461,'2016-11-04 19:40:11',''),(50246,1,1,51810,1,1443140812,'2016-11-04 20:56:48','https://www.bing.com/'),(50247,1,1,51811,6,3024883605,'2016-11-04 21:54:06',''),(50248,1,1,51812,1,1123634281,'2016-11-04 23:56:38',''),(50249,1,1,51813,26,1152705890,'2016-11-05 00:38:18',''),(50250,1,1,51814,1,1123631858,'2016-11-05 05:05:44',''),(50251,1,1,51815,1,1123634284,'2016-11-05 09:03:37',''),(50252,1,1,51816,1,1123634281,'2016-11-05 09:48:23',''),(50253,1,1,51817,1,1542483275,'2016-11-05 10:32:59',''),(50254,1,1,51818,19,1123634281,'2016-11-05 11:18:19',''),(50255,1,1,51819,1,1123634283,'2016-11-05 11:27:03',''),(50256,1,1,51820,1,1123635991,'2016-11-05 13:15:49',''),(50257,1,1,51821,1,1123634283,'2016-11-05 20:08:58',''),(50258,1,1,51822,26,1123634281,'2016-11-05 20:10:12',''),(50259,1,1,51823,26,1123634284,'2016-11-05 20:11:34',''),(50260,1,1,51827,64,2745975071,'2016-11-05 21:11:29',''),(50261,1,1,51828,1,1123634281,'2016-11-05 22:51:02',''),(50262,1,1,51829,6,3024883616,'2016-11-06 01:47:55',''),(50263,1,1,51830,6,1759196776,'2016-11-06 02:13:16',''),(50264,1,1,51831,55,1123634283,'2016-11-06 02:21:23',''),(50265,1,1,51832,1,1089905970,'2016-11-06 05:53:28','http://whois.domaintools.com/mstyresblackburn.co.uk'),(50266,1,1,51833,1,1123634283,'2016-11-06 06:52:07',''),(50267,1,1,51834,67,2745975479,'2016-11-06 08:23:08',''),(50268,1,1,51835,1,2366158595,'2016-11-06 09:23:03',''),(50269,1,1,51836,1,1570674749,'2016-11-06 09:23:07',''),(50270,1,1,51837,63,3024883612,'2016-11-06 09:41:50',''),(50271,1,1,51838,1,1455056091,'2016-11-06 09:48:56','https://www.bing.com/local/?lid=YN1000x261130585&id=YN1000x261130585&q=M+S+Tyres+%26+Servicing+Blackburn+Lancashire&cp=53.75236~-2.444945&mkt=en-GB&setlang=en-GB'),(50272,1,1,51839,1,3582480048,'2016-11-06 10:16:55',''),(50273,1,1,51840,9,2637637524,'2016-11-06 10:29:12',''),(50274,1,1,51841,26,2637637524,'2016-11-06 10:29:13',''),(50275,1,1,51842,56,2637637524,'2016-11-06 10:29:14',''),(50276,1,1,51843,26,2637637524,'2016-11-06 10:29:16',''),(50277,1,1,51844,63,2637637522,'2016-11-06 10:29:34',''),(50278,1,1,51845,26,2637637522,'2016-11-06 10:29:44',''),(50279,1,1,51846,3,2637637522,'2016-11-06 10:29:45',''),(50280,1,1,51847,1,1542483312,'2016-11-06 10:43:59',''),(50281,1,1,51848,26,676177728,'2016-11-06 11:22:52',''),(50282,1,1,51849,18,676177728,'2016-11-06 11:22:53',''),(50283,1,1,51850,29,676177728,'2016-11-06 11:22:55',''),(50284,1,1,51851,43,676177728,'2016-11-06 11:22:56',''),(50285,1,1,51852,43,676177728,'2016-11-06 11:22:57',''),(50286,1,1,51853,26,676177728,'2016-11-06 11:22:59',''),(50287,1,1,51854,19,1123634284,'2016-11-06 11:33:02',''),(50288,1,1,51855,1,3024883478,'2016-11-06 11:38:11',''),(50289,1,1,51856,6,1123634284,'2016-11-06 12:22:56',''),(50290,1,1,51857,6,3475901755,'2016-11-06 12:27:43',''),(50291,1,1,51858,1,3475901755,'2016-11-06 12:27:44',''),(50292,1,1,51859,15,3475901755,'2016-11-06 12:27:45',''),(50293,1,1,51860,74,3475901755,'2016-11-06 12:27:47',''),(50294,1,1,51861,26,3475901755,'2016-11-06 12:27:48',''),(50295,1,1,51862,1,3024883617,'2016-11-06 12:30:56',''),(50296,1,1,51863,1,2516464435,'2016-11-06 12:59:21','https://www.google.co.uk/'),(50297,1,1,51864,48,2193699366,'2016-11-06 13:38:08',''),(50298,1,1,51865,52,1123634281,'2016-11-06 14:11:17',''),(50299,1,1,51866,68,1123634284,'2016-11-06 14:33:42',''),(50300,1,1,51867,6,1123634281,'2016-11-06 15:44:06',''),(50301,1,1,51868,6,391155108,'2016-11-06 21:05:12',''),(50302,1,1,51869,1,1123634281,'2016-11-06 21:56:59',''),(50303,1,1,51870,43,3113215693,'2016-11-06 23:13:30',''),(50304,1,1,51871,75,2637637591,'2016-11-07 00:39:13',''),(50305,1,1,51872,1,2953413445,'2016-11-07 01:58:12',''),(50306,1,1,51873,46,1123631215,'2016-11-07 03:23:38',''),(50307,1,1,51874,1,3024883596,'2016-11-07 05:28:07',''),(50308,1,1,51875,1,1123631215,'2016-11-07 07:38:12',''),(50309,1,1,51876,1,3024883590,'2016-11-07 07:49:28',''),(50310,1,1,51877,1,1380286277,'2016-11-07 09:55:55','https://www.google.co.uk/'),(50311,1,1,51878,1,1542483295,'2016-11-07 10:41:03',''),(50312,1,1,51879,14,1123631215,'2016-11-07 10:56:40',''),(50313,1,1,51880,45,3024883590,'2016-11-07 11:13:33',''),(50314,1,1,51881,1,1384438625,'2016-11-07 11:47:33','https://www.google.co.uk/search?pws=0&hl=en-GB&safe=images&v=2.0&q=tyre+xompanies+whiteburk+blackburn&rlz=1MIGYWN_en-GBGB&client=mobilesearchapp&channel=mf-wp-cht-all-0112-10&dc=grlz-GYWN'),(50315,1,1,51882,48,2366158595,'2016-11-07 11:59:12',''),(50316,1,1,51883,41,2366148121,'2016-11-07 12:01:14',''),(50317,1,1,51884,38,2366148121,'2016-11-07 12:03:18',''),(50318,1,1,51885,1,84498863,'2016-11-07 13:25:03',''),(50319,1,1,51886,1,84498863,'2016-11-07 13:25:06',''),(50320,1,1,51887,1,84498863,'2016-11-07 13:25:08',''),(50321,1,1,51888,1,84498863,'2016-11-07 13:25:11',''),(50322,1,1,51889,1,84498863,'2016-11-07 13:25:13',''),(50323,1,1,51890,1,84498863,'2016-11-07 13:25:16',''),(50324,1,1,51891,1,84498863,'2016-11-07 13:25:18',''),(50325,1,1,51892,1,84498863,'2016-11-07 13:25:20',''),(50326,1,1,51893,63,3024883479,'2016-11-07 13:33:19',''),(50327,1,1,51894,42,2745975080,'2016-11-07 17:52:21',''),(50328,1,1,51895,1,1123631219,'2016-11-07 21:58:16',''),(50329,1,1,51896,19,1123631211,'2016-11-07 23:22:05',''),(50330,1,1,51897,9,1123631215,'2016-11-08 01:44:00',''),(50331,1,1,51898,14,1123631215,'2016-11-08 02:23:19',''),(50332,1,1,51899,1,1123634283,'2016-11-08 03:07:17',''),(50333,1,1,51901,1,1123634283,'2016-11-08 06:19:08',''),(50334,1,1,51902,38,2637637591,'2016-11-08 06:24:03',''),(50335,1,1,51903,1,2366148121,'2016-11-08 08:44:30',''),(50336,1,1,51904,1,100662596,'2016-11-08 08:44:33',''),(50337,1,1,51905,62,3024883598,'2016-11-08 09:41:33',''),(50338,1,1,51906,16,3024883615,'2016-11-08 10:15:03',''),(50339,1,1,51907,1,1542483324,'2016-11-08 10:33:02',''),(50340,1,1,51908,1,2637637462,'2016-11-08 11:10:53',''),(50341,1,1,51909,62,2745975056,'2016-11-08 11:39:38',''),(50342,1,1,51910,65,1123634283,'2016-11-08 13:02:25',''),(50343,1,1,51911,15,3024883470,'2016-11-08 13:51:08',''),(50344,1,1,51912,51,1123634283,'2016-11-08 14:23:19',''),(50345,1,1,51913,54,1123634284,'2016-11-08 14:31:56',''),(50346,1,1,51914,1,3495654154,'2016-11-08 16:04:29',''),(50347,1,1,51915,51,1123634284,'2016-11-08 16:04:45',''),(50348,1,1,51916,1,1368258521,'2016-11-08 16:57:02','https://www.google.co.uk/'),(50349,1,1,51917,69,2366158595,'2016-11-08 18:33:34',''),(50350,1,1,51918,15,3024883592,'2016-11-08 18:55:27',''),(50351,1,1,51919,53,2366148121,'2016-11-08 19:07:40',''),(50352,1,1,51920,67,3024883466,'2016-11-08 20:02:25',''),(50353,1,1,51921,1,1123634283,'2016-11-08 21:18:01',''),(50354,1,1,51922,26,2637637524,'2016-11-08 21:49:47',''),(50355,1,1,51923,19,1123634284,'2016-11-08 22:51:04',''),(50356,1,1,51924,62,1123634284,'2016-11-09 02:52:59',''),(50357,1,1,51925,50,1123634284,'2016-11-09 03:37:45',''),(50358,1,1,51926,26,2999679071,'2016-11-09 05:04:29',''),(50359,1,1,51927,74,2999679071,'2016-11-09 05:04:31',''),(50360,1,1,51928,73,2999679071,'2016-11-09 05:04:34',''),(50361,1,1,51929,72,2999679071,'2016-11-09 05:04:37',''),(50362,1,1,51930,70,2999679071,'2016-11-09 05:04:40',''),(50363,1,1,51931,16,3024883473,'2016-11-09 05:10:41',''),(50364,1,1,51932,43,2637637545,'2016-11-09 06:29:36',''),(50365,1,1,51933,1,1123634281,'2016-11-09 06:50:37',''),(50366,1,1,51934,44,2366158595,'2016-11-09 07:53:30',''),(50367,1,1,51935,66,2193699366,'2016-11-09 08:00:44',''),(50368,1,1,51936,26,2366148121,'2016-11-09 08:02:50',''),(50369,1,1,51937,26,2366158595,'2016-11-09 08:04:55',''),(50370,1,1,51938,53,772044803,'2016-11-09 08:28:02',''),(50371,1,1,51939,54,2366148121,'2016-11-09 09:29:08',''),(50372,1,1,51940,26,2366158595,'2016-11-09 09:31:13',''),(50373,1,1,51941,26,2366158595,'2016-11-09 09:33:18',''),(50374,1,1,51942,26,2366158595,'2016-11-09 09:35:49',''),(50375,1,1,51943,27,2366158595,'2016-11-09 11:20:45',''),(50376,1,1,51944,26,2366158595,'2016-11-09 11:22:49',''),(50377,1,1,51945,26,2366148121,'2016-11-09 11:24:54',''),(50378,1,1,51946,58,2366158595,'2016-11-09 11:57:32',''),(50379,1,1,51947,1,1542483279,'2016-11-09 12:07:57',''),(50380,1,1,51948,52,2366158595,'2016-11-09 12:56:29',''),(50381,1,1,51949,6,1490494484,'2016-11-09 13:57:11','https://www.bing.com/'),(50382,1,1,51950,26,2366158595,'2016-11-09 14:33:07',''),(50383,1,1,51951,26,2366158595,'2016-11-09 14:35:50',''),(50384,1,1,51952,1,35606215,'2016-11-09 14:36:19','https://www.google.co.uk/'),(50385,1,1,51953,64,2366158595,'2016-11-09 14:51:43',''),(50386,1,1,51954,26,2366158595,'2016-11-09 14:58:09',''),(50387,1,1,51955,26,2366158595,'2016-11-09 16:26:58',''),(50388,1,1,51956,1,3458840484,'2016-11-09 16:43:23',''),(50389,1,1,51957,1,1523456046,'2016-11-09 19:37:25',''),(50390,1,1,51958,6,1123634283,'2016-11-09 20:32:50',''),(50391,1,1,51960,1,1123634281,'2016-11-09 21:36:48',''),(50392,1,1,51961,1,1123631850,'2016-11-09 23:38:57',''),(50393,1,1,51962,1,1123634281,'2016-11-10 03:44:38',''),(50394,1,1,51963,1,3024883610,'2016-11-10 06:26:19',''),(50395,1,1,51964,44,3024883464,'2016-11-10 06:54:56',''),(50396,1,1,51965,1,1159648714,'2016-11-10 06:56:35',''),(50397,1,1,51966,48,3024883463,'2016-11-10 07:28:25',''),(50398,1,1,51967,1,100662596,'2016-11-10 08:28:20',''),(50399,1,1,51968,1,2366158595,'2016-11-10 08:28:24',''),(50400,1,1,51969,1,1123634284,'2016-11-10 09:10:31',''),(50401,1,1,51970,1,2516511473,'2016-11-10 09:55:49','https://www.bing.com/local/?lid=YN1000x261130585&id=YN1000x261130585&q=M+S+Tyres+%26+Servicing+Blackburn+Lancashire&cp=53.75236~-2.444945&mkt=en-GB&setlang=en-GB'),(50402,1,1,51971,1,1542483309,'2016-11-10 10:53:25',''),(50403,1,1,51972,1,1377605027,'2016-11-10 10:59:25',''),(50404,1,1,51973,68,1123634284,'2016-11-10 12:12:36',''),(50405,1,1,51974,1,3024883466,'2016-11-10 12:48:13',''),(50406,1,1,51975,49,2366158595,'2016-11-10 12:55:45',''),(50407,1,1,51976,26,2193699366,'2016-11-10 12:57:46',''),(50408,1,1,51977,26,2193699366,'2016-11-10 12:59:51',''),(50409,1,1,51978,47,2366158595,'2016-11-10 13:26:27',''),(50410,1,1,51979,26,2366158595,'2016-11-10 13:28:33',''),(50411,1,1,51980,26,2366158595,'2016-11-10 14:21:20',''),(50412,1,1,51981,27,2637637462,'2016-11-10 15:35:19',''),(50413,1,1,51982,1,84514582,'2016-11-10 16:12:45',''),(50414,1,1,51983,1,84514582,'2016-11-10 16:12:48',''),(50415,1,1,51984,1,84514582,'2016-11-10 16:12:50',''),(50416,1,1,51985,1,84514582,'2016-11-10 16:12:52',''),(50417,1,1,51986,1,84514582,'2016-11-10 16:12:55',''),(50418,1,1,51987,1,84514582,'2016-11-10 16:12:57',''),(50419,1,1,51988,1,84514582,'2016-11-10 16:12:59',''),(50420,1,1,51989,1,84514582,'2016-11-10 16:13:02',''),(50421,1,1,51990,26,2366158595,'2016-11-10 18:59:23',''),(50422,1,1,51991,1,3024883468,'2016-11-10 19:20:10',''),(50423,1,1,51992,65,1123638732,'2016-11-10 19:57:25','https://www.google.co.uk/'),(50424,1,1,51993,1,1123634281,'2016-11-10 20:39:20',''),(50425,1,1,51994,26,2366158595,'2016-11-10 21:29:10',''),(50426,1,1,51995,26,2637637462,'2016-11-10 21:42:19',''),(50427,1,1,51996,26,2366148121,'2016-11-11 00:30:33',''),(50428,1,1,51997,1,3024883618,'2016-11-11 01:28:31',''),(50429,1,1,51998,26,2366158595,'2016-11-11 01:39:38',''),(50430,1,1,51999,26,2366158595,'2016-11-11 05:32:59',''),(50431,1,1,52000,6,1123634283,'2016-11-11 06:23:20',''),(50432,1,1,52001,1,1123634283,'2016-11-11 07:06:58',''),(50433,1,1,52002,71,3024883474,'2016-11-11 08:50:10',''),(50434,1,1,52003,1,1330451177,'2016-11-11 10:20:28','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=15&ved=0ahUKEwjPjeGkvaDQAhUHJsAKHfe7Ax04ChAWCFwwBA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(50435,1,1,52004,1,1041806727,'2016-11-11 10:24:37',''),(50436,1,1,52005,42,2193699366,'2016-11-11 10:25:32',''),(50437,1,1,52006,1,1542483293,'2016-11-11 10:57:54',''),(50438,1,1,52007,74,3024883464,'2016-11-11 11:03:09',''),(50439,1,1,52008,1,1123634281,'2016-11-11 12:30:59',''),(50440,1,1,52009,70,3275455769,'2016-11-11 13:27:06','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwi8waqL56DQAhVJCMAKHa3gAoYQFghEMAQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D38%26controller%3Dproduct%26id_lang%3D1&usg=AFQjCNEHPIWHFMbyecnONFfwLkbBA'),(50441,1,1,52010,15,1123634283,'2016-11-11 13:43:49',''),(50442,1,1,52011,1,3024883477,'2016-11-11 13:44:38',''),(50443,1,1,52012,15,1123634284,'2016-11-11 13:47:15',''),(50444,1,1,52013,53,3024883477,'2016-11-11 16:18:45',''),(50445,1,1,52014,31,2366158595,'2016-11-11 17:08:27',''),(50446,1,1,52015,26,2366148121,'2016-11-11 17:10:29',''),(50447,1,1,52016,1,856102901,'2016-11-11 17:14:35','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=webhp&cd=4&ved=0ahUKEwikzfTWkaHQAhUkJMAKHbOPCdEQgU8IMTAD&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(50448,1,1,52017,1,1123634281,'2016-11-11 17:21:33',''),(50449,1,1,52018,1,3024883469,'2016-11-11 18:24:29',''),(50450,1,1,52019,1,1123634281,'2016-11-11 20:58:24',''),(50451,1,1,52020,1,1123634284,'2016-11-11 21:09:20',''),(50452,1,1,52022,1,84513156,'2016-11-11 22:32:09',''),(50453,1,1,52021,1,84513156,'2016-11-11 22:32:09',''),(50454,1,1,52023,43,84480374,'2016-11-11 22:32:21',''),(50455,1,1,52024,1,1311677609,'2016-11-11 22:32:21',''),(50456,1,1,52025,43,84503121,'2016-11-11 22:32:29',''),(50457,1,1,52026,1,84503121,'2016-11-11 22:32:29',''),(50458,1,1,52027,6,1844276280,'2016-11-11 23:26:32',''),(50459,1,1,52028,56,2745975303,'2016-11-12 00:14:06',''),(50460,1,1,52029,64,1123634281,'2016-11-12 02:51:14',''),(50461,1,1,52030,1,1123631850,'2016-11-12 06:52:06',''),(50462,1,1,52031,10,2745975148,'2016-11-12 06:56:36',''),(50463,1,1,52032,1,1123631854,'2016-11-12 07:49:42',''),(50464,1,1,52033,26,2637637528,'2016-11-12 08:05:19',''),(50465,1,1,52034,3,2637637528,'2016-11-12 08:05:20',''),(50466,1,1,52035,56,3475901863,'2016-11-12 08:05:21',''),(50467,1,1,52036,63,2637637528,'2016-11-12 08:05:21',''),(50468,1,1,52037,26,3475901863,'2016-11-12 08:05:22',''),(50469,1,1,52038,9,3475901863,'2016-11-12 08:05:23',''),(50470,1,1,52039,26,3475901863,'2016-11-12 08:05:25',''),(50471,1,1,52040,26,3475901863,'2016-11-12 08:05:26',''),(50472,1,1,52041,15,2637637462,'2016-11-12 08:05:31',''),(50473,1,1,52042,26,2637637462,'2016-11-12 08:05:33',''),(50474,1,1,52043,6,2637637462,'2016-11-12 08:05:34',''),(50475,1,1,52044,43,2637637545,'2016-11-12 08:05:35',''),(50476,1,1,52045,1,2637637462,'2016-11-12 08:05:35',''),(50477,1,1,52046,74,2637637462,'2016-11-12 08:05:36',''),(50478,1,1,52047,43,2637637545,'2016-11-12 08:05:36',''),(50479,1,1,52048,29,2637637545,'2016-11-12 08:05:38',''),(50480,1,1,52049,18,2637637545,'2016-11-12 08:05:39',''),(50481,1,1,52050,26,2637637545,'2016-11-12 08:05:40',''),(50482,1,1,52051,26,2637637545,'2016-11-12 08:05:41',''),(50483,1,1,52052,26,2637637545,'2016-11-12 08:05:42',''),(50484,1,1,52053,1,2366158595,'2016-11-12 08:51:13',''),(50485,1,1,52054,1,100662575,'2016-11-12 08:51:16',''),(50486,1,1,52055,48,1483345592,'2016-11-12 09:31:57','https://www.google.co.uk/'),(50487,1,1,52056,1,1542483293,'2016-11-12 10:42:08',''),(50488,1,1,52057,1,1123638729,'2016-11-12 11:12:13',''),(50489,1,1,52058,6,1123631858,'2016-11-12 15:29:37',''),(50490,1,1,52059,53,3024883612,'2016-11-12 16:29:20',''),(50491,1,1,52060,1,1123632626,'2016-11-12 18:07:53',''),(50492,1,1,52061,1,1123632622,'2016-11-12 20:42:28',''),(50493,1,1,52062,15,48072961,'2016-11-12 20:43:16','https://www.google.co.uk/'),(50494,1,1,52063,1,1367820163,'2016-11-12 21:33:06','https://www.bing.com/'),(50495,1,1,52064,31,2745975345,'2016-11-13 00:06:09',''),(50496,1,1,52065,49,2745975403,'2016-11-13 02:42:47',''),(50497,1,1,52066,6,2954831639,'2016-11-13 04:54:27',''),(50498,1,1,52067,1,3495654154,'2016-11-13 05:05:59',''),(50499,1,1,52068,1,786803397,'2016-11-13 06:21:09',''),(50500,1,1,52069,1,1123632622,'2016-11-13 07:11:37',''),(50501,1,1,52070,1,1123632618,'2016-11-13 07:42:37',''),(50502,1,1,52071,65,1123632626,'2016-11-13 08:01:34',''),(50503,1,1,52072,1,1159644850,'2016-11-13 08:19:04',''),(50504,1,1,52073,51,1123632618,'2016-11-13 08:33:45',''),(50505,1,1,52074,44,2745975300,'2016-11-13 09:56:58',''),(50506,1,1,52075,1,1542483290,'2016-11-13 10:23:53',''),(50507,1,1,52076,6,1604556291,'2016-11-13 12:01:45',''),(50508,1,1,52077,1,676695033,'2016-11-13 15:42:35',''),(50509,1,1,52078,6,1334424827,'2016-11-13 18:47:58',''),(50510,1,1,52079,1,1123632495,'2016-11-13 19:16:47',''),(50511,1,1,52080,53,2745975472,'2016-11-13 19:38:22',''),(50512,1,1,52081,1,3024883484,'2016-11-13 20:00:56',''),(50513,1,1,52082,1,1123632495,'2016-11-13 20:05:47',''),(50514,1,1,52083,6,392829932,'2016-11-13 20:39:14',''),(50515,1,1,52084,1,1123632495,'2016-11-13 21:59:29',''),(50516,1,1,52085,41,3024883611,'2016-11-13 22:55:11',''),(50517,1,1,52086,9,1123632499,'2016-11-13 23:38:25',''),(50518,1,1,52087,63,676177750,'2016-11-13 23:43:28',''),(50519,1,1,52088,28,3273031651,'2016-11-14 01:10:33',''),(50520,1,1,52089,1,1123631850,'2016-11-14 06:36:29',''),(50521,1,1,52090,55,840895200,'2016-11-14 07:11:37',''),(50522,1,1,52091,1,3229522199,'2016-11-14 07:11:40',''),(50523,1,1,52092,55,3229522199,'2016-11-14 07:11:44',''),(50524,1,1,52093,1,3024883607,'2016-11-14 07:39:32',''),(50525,1,1,52094,1,1123631850,'2016-11-14 08:22:39',''),(50526,1,1,52095,1,2366148121,'2016-11-14 08:36:19',''),(50527,1,1,52096,1,100662596,'2016-11-14 08:36:23',''),(50528,1,1,52097,1,1123631858,'2016-11-14 08:47:54',''),(50529,1,1,52098,43,402237102,'2016-11-14 08:55:59',''),(50530,1,1,52099,1,402237102,'2016-11-14 08:56:03',''),(50531,1,1,52100,43,402237102,'2016-11-14 08:56:06',''),(50532,1,1,52101,1,1542483272,'2016-11-14 10:15:21',''),(50533,1,1,52102,1,1123631850,'2016-11-14 11:44:45',''),(50534,1,1,52103,1,1558071174,'2016-11-14 11:57:19',''),(50535,1,1,52104,1,1558071174,'2016-11-14 11:57:22',''),(50536,1,1,52105,1,1558071174,'2016-11-14 11:57:26',''),(50537,1,1,52106,1,1558071174,'2016-11-14 11:57:30',''),(50538,1,1,52107,1,1558071174,'2016-11-14 11:57:33',''),(50539,1,1,52108,1,1558071174,'2016-11-14 11:57:37',''),(50540,1,1,52109,1,1558071174,'2016-11-14 11:57:40',''),(50541,1,1,52110,1,1558071174,'2016-11-14 11:57:43',''),(50542,1,1,52111,56,3475901844,'2016-11-14 12:26:37',''),(50543,1,1,52112,26,3475901844,'2016-11-14 12:26:39',''),(50544,1,1,52113,9,3475901844,'2016-11-14 12:26:40',''),(50545,1,1,52114,43,2637637513,'2016-11-14 12:26:41',''),(50546,1,1,52115,26,3475901844,'2016-11-14 12:26:41',''),(50547,1,1,52116,26,3475901844,'2016-11-14 12:26:43',''),(50548,1,1,52117,43,2637637513,'2016-11-14 12:26:43',''),(50549,1,1,52118,29,2637637513,'2016-11-14 12:26:45',''),(50550,1,1,52119,18,2637637513,'2016-11-14 12:26:46',''),(50551,1,1,52120,26,2637637513,'2016-11-14 12:26:48',''),(50552,1,1,52121,26,2637637513,'2016-11-14 12:26:49',''),(50553,1,1,52122,26,676177750,'2016-11-14 12:26:50',''),(50554,1,1,52123,26,2637637513,'2016-11-14 12:26:50',''),(50555,1,1,52124,3,676177750,'2016-11-14 12:26:51',''),(50556,1,1,52125,63,676177750,'2016-11-14 12:26:52',''),(50557,1,1,52126,15,2637637627,'2016-11-14 12:27:21',''),(50558,1,1,52127,26,2637637627,'2016-11-14 12:27:23',''),(50559,1,1,52128,6,2637637627,'2016-11-14 12:27:24',''),(50560,1,1,52129,1,2637637627,'2016-11-14 12:27:25',''),(50561,1,1,52130,74,2637637627,'2016-11-14 12:27:26',''),(50562,1,1,52131,71,3024883487,'2016-11-14 15:58:40',''),(50563,1,1,52132,1,3024883489,'2016-11-14 16:14:25',''),(50564,1,1,52133,1,1123631858,'2016-11-14 18:12:37',''),(50565,1,1,52134,27,3024883488,'2016-11-14 18:41:31',''),(50566,1,1,52135,57,2745975172,'2016-11-14 21:55:45',''),(50567,1,1,52136,1,1123631858,'2016-11-14 22:39:30',''),(50568,1,1,52137,1,1123631858,'2016-11-15 04:07:58',''),(50569,1,1,52138,41,3024883604,'2016-11-15 04:23:12',''),(50570,1,1,52139,56,1123631858,'2016-11-15 05:23:32',''),(50571,1,1,52140,75,1123631858,'2016-11-15 06:55:08',''),(50572,1,1,52141,1,3643099309,'2016-11-15 09:10:36','https://www.google.co.uk/'),(50573,1,1,52142,1,3024883616,'2016-11-15 09:51:32',''),(50574,1,1,52143,1,1542483280,'2016-11-15 10:38:51',''),(50575,1,1,52144,43,1805755140,'2016-11-15 10:48:13',''),(50576,1,1,52145,43,1805755140,'2016-11-15 10:48:15',''),(50577,1,1,52146,1,1805755140,'2016-11-15 10:48:18',''),(50578,1,1,52147,43,1805755140,'2016-11-15 10:48:20',''),(50579,1,1,52148,1,1123631858,'2016-11-15 12:01:40',''),(50580,1,1,52149,1,1123631854,'2016-11-15 12:20:37',''),(50581,1,1,52150,1,1123631727,'2016-11-15 14:14:39',''),(50582,1,1,52151,51,1152705890,'2016-11-15 16:35:39',''),(50583,1,1,52152,1,2731721828,'2016-11-15 18:54:48',''),(50584,1,1,52153,68,1123631727,'2016-11-15 19:21:48',''),(50585,1,1,52154,55,1123631731,'2016-11-15 19:26:57',''),(50586,1,1,52156,65,1123631729,'2016-11-15 19:50:38',''),(50587,1,1,52158,48,1123631729,'2016-11-15 20:28:10',''),(50588,1,1,52159,1,3512711817,'2016-11-15 21:06:09',''),(50589,1,1,52160,28,1123631731,'2016-11-15 21:06:23',''),(50590,1,1,52161,16,1123631729,'2016-11-15 21:10:18',''),(50591,1,1,52163,1,1123631747,'2016-11-15 21:48:32',''),(50592,1,1,52164,26,1123631751,'2016-11-15 22:20:28',''),(50593,1,1,52166,26,1123631747,'2016-11-15 22:21:07',''),(50594,1,1,52170,16,1123631755,'2016-11-15 22:22:11',''),(50595,1,1,52171,43,3475901714,'2016-11-15 22:23:30',''),(50596,1,1,52172,1,1123631755,'2016-11-15 23:02:22',''),(50597,1,1,52173,46,1123631751,'2016-11-16 00:27:57',''),(50598,1,1,52174,1,1123631755,'2016-11-16 00:33:31',''),(50599,1,1,52175,68,3024883605,'2016-11-16 01:11:13',''),(50600,1,1,52176,56,1123631747,'2016-11-16 01:19:14',''),(50601,1,1,52177,1,35385369,'2016-11-16 01:28:59','https://www.google.co.uk/'),(50602,1,1,52186,57,1123631747,'2016-11-16 02:11:50',''),(50603,1,1,52187,68,2637637631,'2016-11-16 02:17:14',''),(50604,1,1,52188,1,1123631755,'2016-11-16 03:53:27','');
INSERT INTO `tv_connections` VALUES (50605,1,1,52190,68,1123631755,'2016-11-16 04:31:20',''),(50606,1,1,52191,1,1123631751,'2016-11-16 04:52:15',''),(50607,1,1,52192,1,3024883484,'2016-11-16 05:03:24',''),(50608,1,1,52193,1,1123631747,'2016-11-16 05:16:45',''),(50609,1,1,52194,65,1123631755,'2016-11-16 05:20:20',''),(50610,1,1,52195,51,2745975146,'2016-11-16 05:27:42',''),(50611,1,1,52196,65,1123631747,'2016-11-16 07:04:24',''),(50612,1,1,52197,1,1123631751,'2016-11-16 07:04:54',''),(50613,1,1,52199,1,2366148121,'2016-11-16 08:28:50',''),(50614,1,1,52200,1,100662596,'2016-11-16 08:28:54',''),(50615,1,1,52201,1,1123631751,'2016-11-16 09:00:16',''),(50616,1,1,52202,1,1123631751,'2016-11-16 09:57:17',''),(50617,1,1,52203,65,1123638731,'2016-11-16 09:59:07','http://www.google.com/search'),(50618,1,1,52205,68,1123631751,'2016-11-16 10:37:55',''),(50619,1,1,52208,1,1542483265,'2016-11-16 11:07:55',''),(50620,1,1,52209,29,2745974969,'2016-11-16 11:16:11',''),(50621,1,1,52210,27,3024883602,'2016-11-16 11:55:13',''),(50622,1,1,52211,1,872399392,'2016-11-16 12:02:10',''),(50623,1,1,52212,1,911318546,'2016-11-16 12:06:01',''),(50624,1,1,52213,1,1796538632,'2016-11-16 12:11:51',''),(50625,1,1,52214,27,1123631751,'2016-11-16 12:48:01',''),(50626,1,1,52216,1,1123631751,'2016-11-16 14:24:22',''),(50627,1,1,52217,1,1123631854,'2016-11-16 14:46:15',''),(50628,1,1,52219,16,1123631858,'2016-11-16 14:53:26',''),(50629,1,1,52221,1,1367957436,'2016-11-16 15:04:10','https://www.google.co.uk/'),(50630,1,1,52222,65,1123631854,'2016-11-16 16:25:28',''),(50631,1,1,52223,47,2745975245,'2016-11-16 17:05:58',''),(50632,1,1,52224,57,3024883609,'2016-11-16 17:46:43',''),(50633,1,1,52225,1,916547452,'2016-11-16 18:06:43',''),(50634,1,1,52226,6,916547452,'2016-11-16 18:06:46',''),(50635,1,1,52227,1,916547452,'2016-11-16 18:06:48',''),(50636,1,1,52228,1,916547452,'2016-11-16 18:06:49',''),(50637,1,1,52229,18,916547452,'2016-11-16 18:06:51',''),(50638,1,1,52230,3,916547452,'2016-11-16 18:06:53',''),(50639,1,1,52231,9,916547452,'2016-11-16 18:06:55',''),(50640,1,1,52232,51,916547452,'2016-11-16 18:06:57',''),(50641,1,1,52233,69,916547452,'2016-11-16 18:07:00',''),(50642,1,1,52234,62,916547452,'2016-11-16 18:07:02',''),(50643,1,1,52235,63,916547452,'2016-11-16 18:07:04',''),(50644,1,1,52236,64,916547452,'2016-11-16 18:07:06',''),(50645,1,1,52237,56,916547452,'2016-11-16 18:07:08',''),(50646,1,1,52238,50,916547452,'2016-11-16 18:07:11',''),(50647,1,1,52239,65,916547452,'2016-11-16 18:07:13',''),(50648,1,1,52240,55,916547452,'2016-11-16 18:07:15',''),(50649,1,1,52241,28,916547452,'2016-11-16 18:07:17',''),(50650,1,1,52242,53,916547452,'2016-11-16 18:07:19',''),(50651,1,1,52243,43,916547452,'2016-11-16 18:07:21',''),(50652,1,1,52244,48,916547452,'2016-11-16 18:07:23',''),(50653,1,1,52245,52,916547452,'2016-11-16 18:07:24',''),(50654,1,1,52246,41,916547452,'2016-11-16 18:07:25',''),(50655,1,1,52247,38,916547452,'2016-11-16 18:07:26',''),(50656,1,1,52248,57,916547452,'2016-11-16 18:07:27',''),(50657,1,1,52249,45,916547452,'2016-11-16 18:07:29',''),(50658,1,1,52250,26,916547452,'2016-11-16 18:07:30',''),(50659,1,1,52251,26,916547452,'2016-11-16 18:07:31',''),(50660,1,1,52252,26,916547452,'2016-11-16 18:07:32',''),(50661,1,1,52253,26,916547452,'2016-11-16 18:07:34',''),(50662,1,1,52254,26,916547452,'2016-11-16 18:07:35',''),(50663,1,1,52255,26,916547452,'2016-11-16 18:07:36',''),(50664,1,1,52256,26,916547452,'2016-11-16 18:07:37',''),(50665,1,1,52257,26,916547452,'2016-11-16 18:07:38',''),(50666,1,1,52258,26,916547452,'2016-11-16 18:07:40',''),(50667,1,1,52259,26,916547452,'2016-11-16 18:07:41',''),(50668,1,1,52260,1,1123631854,'2016-11-16 18:35:17',''),(50669,1,1,52261,75,1123631858,'2016-11-16 18:59:41',''),(50670,1,1,52262,54,1123631858,'2016-11-16 19:32:38',''),(50671,1,1,52264,1,1123631850,'2016-11-16 20:09:16',''),(50672,1,1,52265,56,1123631854,'2016-11-16 20:30:06',''),(50673,1,1,52266,1,84498858,'2016-11-16 20:50:11',''),(50674,1,1,52267,1,84498858,'2016-11-16 20:50:13',''),(50675,1,1,52268,1,84498858,'2016-11-16 20:50:17',''),(50676,1,1,52269,1,84498858,'2016-11-16 20:50:19',''),(50677,1,1,52270,1,84498858,'2016-11-16 20:50:22',''),(50678,1,1,52271,1,84498858,'2016-11-16 20:50:24',''),(50679,1,1,52272,1,84498858,'2016-11-16 20:50:27',''),(50680,1,1,52273,1,84498858,'2016-11-16 20:50:30',''),(50681,1,1,52274,68,1123631850,'2016-11-16 21:24:31',''),(50682,1,1,52275,1,3024883467,'2016-11-16 21:59:25',''),(50683,1,1,52276,1,1123631858,'2016-11-16 22:14:37',''),(50684,1,1,52280,16,2745975292,'2016-11-16 22:27:42',''),(50685,1,1,52281,43,2637637513,'2016-11-16 23:10:01',''),(50686,1,1,52282,1,1123631858,'2016-11-16 23:19:36',''),(50687,1,1,52063,1,1367820163,'2016-11-17 00:00:02',''),(50688,1,1,52283,1,1123631850,'2016-11-17 00:16:32',''),(50689,1,1,52286,9,3024883484,'2016-11-17 02:03:55',''),(50690,1,1,52287,1,1123631850,'2016-11-17 02:23:03',''),(50691,1,1,52288,1,1123631850,'2016-11-17 04:11:29',''),(50692,1,1,52290,1,3427775586,'2016-11-17 04:35:44',''),(50693,1,1,52291,65,1123631854,'2016-11-17 04:45:48',''),(50694,1,1,52292,1,1123631854,'2016-11-17 05:16:55',''),(50695,1,1,52294,1,1123631858,'2016-11-17 07:26:46',''),(50696,1,1,52295,1,1123631854,'2016-11-17 07:26:58',''),(50697,1,1,52297,1,1753426612,'2016-11-17 08:26:03',''),(50698,1,1,52298,56,1123631858,'2016-11-17 08:39:06',''),(50699,1,1,52299,1,1123631854,'2016-11-17 08:39:12',''),(50700,1,1,52300,1,1123631850,'2016-11-17 08:39:23',''),(50701,1,1,52303,63,1123631858,'2016-11-17 09:32:21',''),(50702,1,1,52305,1,1542483279,'2016-11-17 10:57:00',''),(50703,1,1,52306,1,1123631854,'2016-11-17 11:26:44',''),(50704,1,1,52307,68,3024883469,'2016-11-17 11:48:17',''),(50705,1,1,52308,66,1123631850,'2016-11-17 13:15:51',''),(50706,1,1,52309,66,1123631858,'2016-11-17 13:20:40',''),(50707,1,1,52313,1,1123631858,'2016-11-17 14:30:35',''),(50708,1,1,52314,1,1123631854,'2016-11-17 14:30:47',''),(50709,1,1,52315,1,3024883606,'2016-11-17 16:02:05',''),(50710,1,1,52316,52,1123631850,'2016-11-17 16:03:44',''),(50711,1,1,52318,1,1123631854,'2016-11-17 16:29:06',''),(50712,1,1,52319,41,1123631858,'2016-11-17 16:49:44',''),(50713,1,1,52320,65,1123631850,'2016-11-17 17:28:36',''),(50714,1,1,52321,56,1123631854,'2016-11-17 17:28:42',''),(50715,1,1,52322,1,758696289,'2016-11-17 18:14:26',''),(50716,1,1,52323,1,758696289,'2016-11-17 18:14:41',''),(50717,1,1,52324,1,758696289,'2016-11-17 18:15:01',''),(50718,1,1,52325,1,3496909142,'2016-11-17 18:15:10',''),(50719,1,1,52326,1,3496909142,'2016-11-17 18:15:25',''),(50720,1,1,52327,1,3496909142,'2016-11-17 18:15:46',''),(50721,1,1,52328,1,3496909142,'2016-11-17 18:16:01',''),(50722,1,1,52329,57,3024883596,'2016-11-17 19:23:02',''),(50723,1,1,52330,1,1123631850,'2016-11-17 21:56:17',''),(50724,1,1,52331,65,1123631854,'2016-11-17 21:56:54',''),(50725,1,1,52335,53,1123631858,'2016-11-17 22:07:56',''),(50726,1,1,52336,51,2366158595,'2016-11-17 22:36:49',''),(50727,1,1,52337,1,3024883482,'2016-11-17 23:30:52',''),(50728,1,1,52338,1,3024883480,'2016-11-18 00:37:50',''),(50729,1,1,52339,65,1123631858,'2016-11-18 00:54:40',''),(50730,1,1,52340,1,1123631850,'2016-11-18 00:59:49',''),(50731,1,1,52341,63,2637637483,'2016-11-18 01:53:44',''),(50732,1,1,52342,3,2637637483,'2016-11-18 01:53:46',''),(50733,1,1,52343,56,3475901714,'2016-11-18 01:53:49',''),(50734,1,1,52344,26,3475901714,'2016-11-18 01:53:50',''),(50735,1,1,52345,9,3475901714,'2016-11-18 01:53:51',''),(50736,1,1,52346,26,3475901714,'2016-11-18 01:53:52',''),(50737,1,1,52347,15,2637637572,'2016-11-18 01:53:53',''),(50738,1,1,52348,1,2637637572,'2016-11-18 01:53:55',''),(50739,1,1,52349,6,2637637572,'2016-11-18 01:53:56',''),(50740,1,1,52350,29,2637637513,'2016-11-18 01:53:58',''),(50741,1,1,52351,43,2637637513,'2016-11-18 01:53:59',''),(50742,1,1,52352,18,2637637513,'2016-11-18 01:54:01',''),(50743,1,1,52353,26,2637637513,'2016-11-18 01:54:02',''),(50744,1,1,52354,26,2637637513,'2016-11-18 01:54:03',''),(50745,1,1,52355,43,2637637513,'2016-11-18 01:54:04',''),(50746,1,1,52356,1,1123631850,'2016-11-18 04:29:19',''),(50747,1,1,52357,49,1123631854,'2016-11-18 06:23:17',''),(50748,1,1,52358,1,2366158595,'2016-11-18 07:55:05',''),(50749,1,1,52359,1,1570674749,'2016-11-18 07:55:08',''),(50750,1,1,52360,69,2745975007,'2016-11-18 08:50:18',''),(50751,1,1,52361,1,3479603870,'2016-11-18 09:20:12',''),(50752,1,1,52362,1,1438749544,'2016-11-18 09:33:19','https://www.google.co.uk/'),(50753,1,1,52363,1,3024883480,'2016-11-18 10:02:30',''),(50754,1,1,52364,1,1072954540,'2016-11-18 10:13:51',''),(50755,1,1,52365,1,1346835213,'2016-11-18 10:19:56','https://www.google.co.uk/'),(50756,1,1,52366,1,1542483285,'2016-11-18 10:20:21',''),(50757,1,1,52367,1,1123631858,'2016-11-18 10:50:06',''),(50758,1,1,52368,1,1123631854,'2016-11-18 12:11:22',''),(50759,1,1,52369,1,2955138368,'2016-11-18 14:20:08','https://www.google.co.uk/'),(50760,1,1,52370,55,3024883488,'2016-11-18 14:21:51',''),(50761,1,1,52371,1,3024883467,'2016-11-18 16:39:14',''),(50762,1,1,52372,1,3155953908,'2016-11-18 17:31:35','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjBlobR6rLQAhUBLsAKHYagBbMQFggbMAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ'),(50763,1,1,52373,28,3024883602,'2016-11-18 17:38:52',''),(50764,1,1,52374,1,1123631850,'2016-11-18 19:03:08',''),(50765,1,1,52375,1,1123631854,'2016-11-18 19:25:03',''),(50766,1,1,52376,1,3024883616,'2016-11-18 21:18:18',''),(50767,1,1,52377,15,1444111173,'2016-11-18 21:34:27','https://www.google.co.uk/'),(50768,1,1,52378,55,3024883479,'2016-11-19 01:52:43',''),(50769,1,1,52379,1,1968049426,'2016-11-19 08:05:18',''),(50770,1,1,52380,41,1123631850,'2016-11-19 08:09:41',''),(50771,1,1,52383,1,1544050206,'2016-11-19 09:01:39',''),(50772,1,1,52384,1,1041806727,'2016-11-19 09:02:42',''),(50773,1,1,52385,1,1443459368,'2016-11-19 09:39:23','https://www.google.co.uk/'),(50774,1,1,52386,1,2745975380,'2016-11-19 09:39:48',''),(50775,1,1,52387,1,1489375244,'2016-11-19 09:45:37',''),(50776,1,1,52388,1,1542483268,'2016-11-19 10:10:52',''),(50777,1,1,52389,1,2637637572,'2016-11-19 11:35:48',''),(50778,1,1,52390,1,878418360,'2016-11-19 12:17:11',''),(50779,1,1,52391,46,3024883592,'2016-11-19 12:23:41',''),(50780,1,1,52392,56,1546188877,'2016-11-19 12:46:45','https://www.google.co.uk/'),(50781,1,1,52393,1,1442994701,'2016-11-19 13:30:38','https://www.google.co.uk/'),(50782,1,1,52394,1,2071807799,'2016-11-19 14:57:00',''),(50783,1,1,52395,48,1442835168,'2016-11-19 15:01:35','https://www.google.co.uk/'),(50784,1,1,52396,51,2637637572,'2016-11-19 19:30:50',''),(50785,1,1,52397,1,1123631850,'2016-11-19 19:58:29',''),(50786,1,1,52398,54,2637637547,'2016-11-19 22:50:33',''),(50787,1,1,52399,1,1489375244,'2016-11-19 22:58:41',''),(50788,1,1,52400,1,84498863,'2016-11-19 22:58:41',''),(50789,1,1,52401,1,1489375244,'2016-11-19 22:58:43',''),(50790,1,1,52402,1,84498863,'2016-11-19 22:58:44',''),(50791,1,1,52403,1,1489375244,'2016-11-19 22:58:46',''),(50792,1,1,52404,1,84478102,'2016-11-19 22:58:47',''),(50793,1,1,52405,1,84498863,'2016-11-19 22:58:47',''),(50794,1,1,52406,1,1489375244,'2016-11-19 22:58:49',''),(50795,1,1,52407,1,84498863,'2016-11-19 22:58:50',''),(50796,1,1,52408,1,84478102,'2016-11-19 22:58:50',''),(50797,1,1,52409,1,1489375244,'2016-11-19 22:58:52',''),(50798,1,1,52410,1,84498863,'2016-11-19 22:58:53',''),(50799,1,1,52411,1,84478102,'2016-11-19 22:58:53',''),(50800,1,1,52412,1,1489375244,'2016-11-19 22:58:55',''),(50801,1,1,52413,1,84498863,'2016-11-19 22:58:56',''),(50802,1,1,52414,1,84478102,'2016-11-19 22:58:56',''),(50803,1,1,52415,1,1489375244,'2016-11-19 22:58:58',''),(50804,1,1,52416,1,84498863,'2016-11-19 22:58:59',''),(50805,1,1,52417,1,84478102,'2016-11-19 22:59:00',''),(50806,1,1,52418,1,1489375244,'2016-11-19 22:59:01',''),(50807,1,1,52419,1,84498863,'2016-11-19 22:59:02',''),(50808,1,1,52420,1,84478102,'2016-11-19 22:59:04',''),(50809,1,1,52421,1,84478102,'2016-11-19 22:59:06',''),(50810,1,1,52422,1,84478102,'2016-11-19 22:59:09',''),(50811,1,1,52423,1,3000613671,'2016-11-20 02:25:57','http://burger-imperia.com/'),(50812,1,1,52424,1,676695033,'2016-11-20 03:07:17',''),(50813,1,1,52425,73,3024883468,'2016-11-20 05:15:37',''),(50814,1,1,52426,1,2961112075,'2016-11-20 06:21:15','http://burger-imperia.com/'),(50815,1,1,52427,1,1123631858,'2016-11-20 07:16:00',''),(50816,1,1,52428,10,3024883476,'2016-11-20 09:11:59',''),(50817,1,1,52429,1,1542483318,'2016-11-20 10:15:04',''),(50818,1,1,52430,1,3024883598,'2016-11-20 10:18:58',''),(50819,1,1,52431,1,2366148121,'2016-11-20 11:10:34',''),(50820,1,1,52432,1,2193699366,'2016-11-20 11:10:38',''),(50821,1,1,52433,26,1152705890,'2016-11-20 12:20:03',''),(50822,1,1,52434,6,1123631850,'2016-11-20 14:44:43',''),(50823,1,1,52435,1,3024883599,'2016-11-20 14:52:33',''),(50824,1,1,52436,42,3024883590,'2016-11-20 15:59:31',''),(50825,1,1,52437,1,1123631854,'2016-11-20 17:15:43',''),(50826,1,1,52438,1,1123631858,'2016-11-20 18:36:28',''),(50827,1,1,52439,1,1152705890,'2016-11-20 18:40:39',''),(50828,1,1,52440,1,3458835123,'2016-11-20 20:16:54',''),(50829,1,1,52441,10,3024883618,'2016-11-20 23:54:11',''),(50830,1,1,52442,1,3024883486,'2016-11-21 02:35:12',''),(50831,1,1,52443,28,1815993719,'2016-11-21 03:13:46',''),(50832,1,1,52444,1,1815993719,'2016-11-21 03:13:49',''),(50833,1,1,52445,28,1815993719,'2016-11-21 03:13:50',''),(50834,1,1,52446,47,3024883612,'2016-11-21 03:42:09',''),(50835,1,1,52447,73,3475901714,'2016-11-21 05:31:10',''),(50836,1,1,52448,58,3024883486,'2016-11-21 06:02:05',''),(50837,1,1,52449,14,3024883604,'2016-11-21 06:35:34',''),(50838,1,1,52450,3,2637637547,'2016-11-21 07:05:38',''),(50839,1,1,52451,15,2637637572,'2016-11-21 08:21:09',''),(50840,1,1,52452,1,1123631854,'2016-11-21 09:22:23',''),(50841,1,1,52453,1,1542483282,'2016-11-21 10:05:00',''),(50842,1,1,52454,1,1123631850,'2016-11-21 10:17:34',''),(50843,1,1,52455,1,1443460010,'2016-11-21 10:36:35','https://www.google.co.uk/'),(50844,1,1,52456,65,2745975338,'2016-11-21 11:38:57',''),(50845,1,1,52455,1,1443460010,'2016-11-21 11:41:17','https://www.google.co.uk/'),(50846,1,1,52457,1,1443059935,'2016-11-21 12:03:06','https://www.google.co.uk/'),(50847,1,1,52458,1,1442914290,'2016-11-21 12:21:32','https://www.google.co.uk/'),(50848,1,1,52459,1,1329785501,'2016-11-21 14:57:57','https://www.google.co.uk/'),(50849,1,1,52460,1,1041806726,'2016-11-21 15:14:33',''),(50850,1,1,52461,56,1123631850,'2016-11-21 15:33:00',''),(50851,1,1,52462,28,3024883472,'2016-11-21 16:38:59',''),(50852,1,1,52463,1,3024883468,'2016-11-21 17:38:51',''),(50853,1,1,52464,1,1844276280,'2016-11-21 19:30:38',''),(50854,1,1,52465,1,1123631854,'2016-11-21 19:30:40',''),(50855,1,1,52466,1,1402654549,'2016-11-21 22:22:36','https://www.google.fr/'),(50856,1,1,52467,47,1123631858,'2016-11-22 00:54:20',''),(50857,1,1,52468,44,2637637572,'2016-11-22 06:37:24',''),(50858,1,1,52469,1,2366158595,'2016-11-22 09:30:45',''),(50859,1,1,52470,1,100662596,'2016-11-22 09:30:49',''),(50860,1,1,52471,1,1586486285,'2016-11-22 09:33:45',''),(50861,1,1,52472,84,1586486285,'2016-11-22 09:33:46',''),(50862,1,1,52473,1,1586486285,'2016-11-22 09:33:48',''),(50863,1,1,52474,69,1586486285,'2016-11-22 09:33:49',''),(50864,1,1,52475,69,1586486285,'2016-11-22 09:33:51',''),(50865,1,1,52476,1,1347353105,'2016-11-22 09:43:05',''),(50866,1,1,52477,6,2637637572,'2016-11-22 10:15:37',''),(50867,1,1,52478,58,3024883478,'2016-11-22 10:19:26',''),(50868,1,1,52479,1,1542483300,'2016-11-22 10:22:02',''),(50869,1,1,52480,6,1152705890,'2016-11-22 10:28:31',''),(50870,1,1,52481,1,1123631850,'2016-11-22 10:32:23',''),(50871,1,1,52482,1,3024883619,'2016-11-22 11:26:25',''),(50872,1,1,52483,1,3643213820,'2016-11-22 13:26:32','https://www.google.co.uk/'),(50873,1,1,52484,1,1553333868,'2016-11-22 13:53:15',''),(50874,1,1,52485,1,1844276280,'2016-11-22 14:34:31',''),(50875,1,1,52486,56,1359800381,'2016-11-22 15:01:04','https://www.google.ro/'),(50876,1,1,52487,1,2955138368,'2016-11-22 15:23:51','https://www.google.co.uk/'),(50877,1,1,52488,45,1123631850,'2016-11-22 15:25:24',''),(50878,1,1,52489,1,1123631854,'2016-11-22 18:56:23',''),(50879,1,1,52490,47,874379707,'2016-11-22 20:27:14',''),(50880,1,1,52491,6,392886212,'2016-11-22 20:33:01',''),(50881,1,1,52492,66,3273031619,'2016-11-22 20:39:33',''),(50882,1,1,52493,1,3024883489,'2016-11-22 22:05:29',''),(50883,1,1,52494,1,1815808080,'2016-11-22 23:53:18',''),(50884,1,1,52495,1,1467204954,'2016-11-23 00:05:47',''),(50885,1,1,52496,1,772043973,'2016-11-23 02:57:49',''),(50886,1,1,52497,1,772043973,'2016-11-23 02:57:51',''),(50887,1,1,52498,1,772043973,'2016-11-23 02:57:54',''),(50888,1,1,52499,1,772043973,'2016-11-23 02:57:56',''),(50889,1,1,52500,1,772043973,'2016-11-23 02:57:59',''),(50890,1,1,52501,1,772043973,'2016-11-23 02:58:02',''),(50891,1,1,52502,1,772043973,'2016-11-23 02:58:05',''),(50892,1,1,52503,1,772043973,'2016-11-23 02:58:07',''),(50893,1,1,52504,1,3495654154,'2016-11-23 03:56:32',''),(50894,1,1,52505,1,1123631850,'2016-11-23 04:02:18',''),(50895,1,1,52506,31,3024883474,'2016-11-23 04:58:00',''),(50896,1,1,52507,56,3273031564,'2016-11-23 05:31:41',''),(50897,1,1,52508,1,1467204954,'2016-11-23 07:40:54',''),(50898,1,1,52509,1,1384440338,'2016-11-23 09:00:06','http://www.google.co.uk/search?q=ms+tyres+blackburn&sa=X&ved=0ahUKEwjb7J7Pvr7QAhXHWiwKHfd8AeIQ1QIIowEoBg&biw=360&bih=616'),(50899,1,1,52510,1,1123631854,'2016-11-23 09:32:17',''),(50900,1,1,52511,65,3024883590,'2016-11-23 09:35:23',''),(50901,1,1,52512,1,1542483289,'2016-11-23 10:02:32',''),(50902,1,1,52513,1,1089904926,'2016-11-23 10:53:53','http://whois.domaintools.com/mstyresblackburn.co.uk'),(50903,1,1,52514,1,3024883605,'2016-11-23 11:15:52',''),(50904,1,1,52515,56,2954421205,'2016-11-23 12:00:09','https://www.google.co.uk/'),(50905,1,1,52516,73,3024883613,'2016-11-23 12:22:50',''),(50906,1,1,52517,1,1844276280,'2016-11-23 14:00:22',''),(50907,1,1,52518,1,676695033,'2016-11-23 15:45:21',''),(50908,1,1,52519,1,1796538632,'2016-11-23 16:01:37',''),(50909,1,1,52520,1,3156059193,'2016-11-23 18:05:37',''),(50910,1,1,52521,1,1123631854,'2016-11-23 20:08:20',''),(50911,1,1,52522,74,2745975392,'2016-11-24 03:52:39',''),(50912,1,1,52523,62,3273031563,'2016-11-24 04:08:43',''),(50913,1,1,52524,1,3427775645,'2016-11-24 06:04:38',''),(50914,1,1,52525,1,1577383929,'2016-11-24 06:36:48','https://www.google.co.uk/'),(50915,1,1,52526,1,916634197,'2016-11-24 06:45:42',''),(50916,1,1,52527,1,3559914903,'2016-11-24 08:01:21','http://burger-imperia.com/'),(50917,1,1,52528,49,3024883604,'2016-11-24 08:52:31',''),(50918,1,1,52529,1,1570674749,'2016-11-24 08:54:34',''),(50919,1,1,52530,1,2366148121,'2016-11-24 08:54:37',''),(50920,1,1,52531,1,1542483284,'2016-11-24 10:13:22',''),(50921,1,1,52532,51,3644855906,'2016-11-24 10:32:46','https://www.google.az/'),(50922,1,1,52533,74,1123631858,'2016-11-24 11:14:07',''),(50923,1,1,52534,1,1844276280,'2016-11-24 11:26:18',''),(50924,1,1,52535,43,3427775659,'2016-11-24 11:41:18',''),(50925,1,1,52536,43,3024883614,'2016-11-24 12:24:47',''),(50926,1,1,52537,1,1543816515,'2016-11-24 12:46:01',''),(50927,1,1,52538,1,1041806727,'2016-11-24 12:56:06',''),(50928,1,1,52537,16,1442835394,'2016-11-24 13:54:22',''),(50929,1,1,52539,65,3024883486,'2016-11-24 15:17:46',''),(50930,1,1,52540,68,1123631850,'2016-11-24 15:39:44',''),(50931,1,1,52541,43,3024883483,'2016-11-24 21:38:45',''),(50932,1,1,52542,1,876211195,'2016-11-24 21:58:24',''),(50933,1,1,52543,1,876155405,'2016-11-24 21:58:24',''),(50934,1,1,52544,1,1844276280,'2016-11-24 23:09:01',''),(50935,1,1,52545,1,1123631858,'2016-11-25 00:06:57',''),(50936,1,1,52546,52,3024883593,'2016-11-25 00:23:45',''),(50937,1,1,52547,6,1123631854,'2016-11-25 00:55:20',''),(50938,1,1,52548,1,3024883591,'2016-11-25 01:36:32',''),(50939,1,1,52549,56,3475901718,'2016-11-25 02:41:46',''),(50940,1,1,52550,26,3475901718,'2016-11-25 02:41:47',''),(50941,1,1,52551,9,3475901718,'2016-11-25 02:41:48',''),(50942,1,1,52552,26,3475901718,'2016-11-25 02:41:49',''),(50943,1,1,52553,26,3475901718,'2016-11-25 02:41:50',''),(50944,1,1,52554,63,2637637547,'2016-11-25 02:42:03',''),(50945,1,1,52555,15,3475901711,'2016-11-25 02:42:40',''),(50946,1,1,52556,6,3475901711,'2016-11-25 02:42:42',''),(50947,1,1,52557,1,3475901711,'2016-11-25 02:42:43',''),(50948,1,1,52558,1,1123631858,'2016-11-25 03:33:02',''),(50949,1,1,52559,54,1123631850,'2016-11-25 03:33:41',''),(50950,1,1,52560,1,2916124786,'2016-11-25 05:30:27',''),(50951,1,1,52561,48,2745975416,'2016-11-25 07:02:32',''),(50952,1,1,52562,1,1123631850,'2016-11-25 07:55:24',''),(50953,1,1,52563,1,1375799679,'2016-11-25 09:46:59','https://www.google.co.uk/'),(50954,1,1,52564,72,3024883465,'2016-11-25 09:52:58',''),(50955,1,1,52565,1,1542483266,'2016-11-25 10:14:15',''),(50956,1,1,52566,1,1123631854,'2016-11-25 10:52:40',''),(50957,1,1,52567,72,2745974983,'2016-11-25 15:45:59',''),(50958,1,1,52568,65,2548365793,'2016-11-25 16:59:15','https://www.google.co.uk/'),(50959,1,1,52569,1,2921498610,'2016-11-25 17:51:14',''),(50960,1,1,52570,1,3024883591,'2016-11-25 20:30:19',''),(50961,1,1,52571,1,2000387922,'2016-11-25 20:30:56',''),(50962,1,1,52572,63,676177671,'2016-11-25 21:02:04',''),(50963,1,1,52573,1,1047614994,'2016-11-25 21:08:48',''),(50964,1,1,52574,1,794428724,'2016-11-25 21:15:07',''),(50965,1,1,52575,64,1152705890,'2016-11-25 22:18:07',''),(50966,1,1,52576,1,1844276280,'2016-11-26 00:17:02',''),(50967,1,1,52577,43,676177743,'2016-11-26 04:35:13',''),(50968,1,1,52578,55,3273031564,'2016-11-26 06:15:17',''),(50969,1,1,52579,1,3281697044,'2016-11-26 08:40:06',''),(50970,1,1,52580,1,3281697044,'2016-11-26 08:40:09',''),(50971,1,1,52581,1,3281697044,'2016-11-26 08:40:11',''),(50972,1,1,52582,1,3281697044,'2016-11-26 08:40:14',''),(50973,1,1,52583,1,3281697044,'2016-11-26 08:40:17',''),(50974,1,1,52584,1,3281697044,'2016-11-26 08:40:20',''),(50975,1,1,52585,1,3281697044,'2016-11-26 08:40:22',''),(50976,1,1,52586,1,3281697044,'2016-11-26 08:40:25',''),(50977,1,1,52587,1,2193699366,'2016-11-26 09:32:52',''),(50978,1,1,52588,1,1570674749,'2016-11-26 09:32:56',''),(50979,1,1,52589,9,1123631858,'2016-11-26 09:34:49',''),(50980,1,1,52590,1,3024883602,'2016-11-26 10:04:20',''),(50981,1,1,52591,1,1542483301,'2016-11-26 10:11:24',''),(50982,1,1,52592,1,3024883613,'2016-11-26 11:49:20',''),(50983,1,1,52593,71,2745975376,'2016-11-26 12:42:33',''),(50984,1,1,52594,52,3024883485,'2016-11-26 13:39:10',''),(50985,1,1,52595,6,1123631858,'2016-11-26 14:12:39',''),(50986,1,1,52596,1,3168684095,'2016-11-26 15:54:58','https://www.google.co.uk/'),(50987,1,1,52597,1,48033492,'2016-11-26 17:16:28','http://www.google.co.uk/search?site=&source=hp&ei=QsM5WI_oM-iZgAbzkrDYCg&q=tyres+in+Blackburn+&oq=tyres+in+Blackburn+&gs_l=mobile-gws-hp.12..0j0i22i30k1l4.2228.8611.0.9831.14.14.0.6.6.0.611.3402.0j9j2j1j0j2.14.0....0...1c.1.64.mobile-gws-hp..0.14.2530.3.'),(50988,1,1,52598,26,1152705890,'2016-11-26 17:41:54',''),(50989,1,1,52599,56,411517465,'2016-11-26 23:12:16','https://www.google.rs/'),(50990,1,1,52600,1,3024883599,'2016-11-27 01:09:03',''),(50991,1,1,52601,64,3273031563,'2016-11-27 01:34:50',''),(50992,1,1,52602,69,3024883593,'2016-11-27 03:24:35',''),(50993,1,1,52603,15,3475901711,'2016-11-27 04:31:45',''),(50994,1,1,52604,6,3475901711,'2016-11-27 04:31:46',''),(50995,1,1,52605,1,3475901711,'2016-11-27 04:31:48',''),(50996,1,1,52606,56,676177725,'2016-11-27 04:31:55',''),(50997,1,1,52607,26,676177725,'2016-11-27 04:31:56',''),(50998,1,1,52608,9,676177725,'2016-11-27 04:31:57',''),(50999,1,1,52609,26,676177725,'2016-11-27 04:31:58',''),(51000,1,1,52610,26,676177725,'2016-11-27 04:31:59',''),(51001,1,1,52611,63,3273031563,'2016-11-27 04:48:08',''),(51002,1,1,52612,6,1152705890,'2016-11-27 04:48:44',''),(51003,1,1,52613,43,2745974972,'2016-11-27 07:46:12',''),(51004,1,1,52614,1,1123631854,'2016-11-27 09:06:21',''),(51005,1,1,52615,1,3024883617,'2016-11-27 10:12:01',''),(51006,1,1,52616,1,1542483274,'2016-11-27 10:26:40',''),(51007,1,1,52617,26,1152705890,'2016-11-27 11:36:43',''),(51008,1,1,52618,1,1123631854,'2016-11-28 00:54:35',''),(51009,1,1,52619,1,3024883466,'2016-11-28 01:10:02',''),(51010,1,1,52620,27,2745975333,'2016-11-28 02:17:10',''),(51011,1,1,52621,15,2745975446,'2016-11-28 03:28:46',''),(51012,1,1,52622,1,1123631858,'2016-11-28 04:15:24',''),(51013,1,1,52623,1,1542483281,'2016-11-28 10:12:04',''),(51014,1,1,52624,72,3024883474,'2016-11-28 10:48:03',''),(51015,1,1,52625,38,1123634283,'2016-11-28 14:22:00',''),(51016,1,1,52626,63,1123634281,'2016-11-28 14:26:34',''),(51017,1,1,52628,1,100662596,'2016-11-28 16:26:18',''),(51018,1,1,52629,1,2366148121,'2016-11-28 16:26:22',''),(51019,1,1,52630,1,2921498610,'2016-11-28 17:01:58',''),(51020,1,1,52631,1,1123634327,'2016-11-28 19:36:58',''),(51021,1,1,52632,66,2745975340,'2016-11-28 19:51:18',''),(51022,1,1,52633,56,523368708,'2016-11-28 20:11:32','https://www.bing.com/'),(51023,1,1,52634,1,3479603870,'2016-11-28 23:30:19',''),(51024,1,1,52635,49,3475901754,'2016-11-28 23:51:57',''),(51025,1,1,52636,1,1329785377,'2016-11-29 00:35:29','https://www.google.co.uk/'),(51026,1,1,52637,1,1041806727,'2016-11-29 01:11:41',''),(51027,1,1,52638,53,1123634281,'2016-11-29 02:42:54',''),(51028,1,1,52639,63,2745975465,'2016-11-29 07:10:48',''),(51029,1,1,52640,1,1159646682,'2016-11-29 07:18:06',''),(51030,1,1,52641,1,1159646682,'2016-11-29 07:18:12',''),(51031,1,1,52642,1,1159646682,'2016-11-29 07:18:15',''),(51032,1,1,52643,1,1159646682,'2016-11-29 07:18:19',''),(51033,1,1,52644,1,1159646682,'2016-11-29 07:18:24',''),(51034,1,1,52645,1,1159646682,'2016-11-29 07:18:27',''),(51035,1,1,52646,1,1159646682,'2016-11-29 07:18:30',''),(51036,1,1,52647,1,1159646682,'2016-11-29 07:18:34',''),(51037,1,1,52648,6,1806877236,'2016-11-29 07:21:55',''),(51038,1,1,52649,6,3501748298,'2016-11-29 07:21:56','http://www.bing.com'),(51039,1,1,52650,1,856631922,'2016-11-29 07:26:04',''),(51040,1,1,52651,1,856631922,'2016-11-29 07:27:09',''),(51041,1,1,52652,6,2745975275,'2016-11-29 08:38:55',''),(51042,1,1,52653,75,3024883469,'2016-11-29 09:09:30',''),(51043,1,1,52654,1,1451234302,'2016-11-29 09:31:04','https://www.bing.com/'),(51044,1,1,52655,1,1542483285,'2016-11-29 10:19:00',''),(51045,1,1,52656,1,3265850242,'2016-11-29 10:27:12','https://www.bing.com/'),(51046,1,1,52657,63,1123634281,'2016-11-29 11:57:58',''),(51047,1,1,52658,1,3024883594,'2016-11-29 13:42:53',''),(51048,1,1,52659,1,3259164760,'2016-11-29 18:10:59',''),(51049,1,1,52660,1,1844276280,'2016-11-29 20:15:44',''),(51050,1,1,52661,1,1123631211,'2016-11-29 21:16:59',''),(51051,1,1,52662,72,3024883477,'2016-11-29 22:05:53',''),(51052,1,1,52663,63,1123631219,'2016-11-30 00:50:43',''),(51053,1,1,52664,1,3024883601,'2016-11-30 02:12:47',''),(51054,1,1,52665,6,2989187461,'2016-11-30 02:34:07',''),(51055,1,1,52666,6,2989187461,'2016-11-30 02:34:08',''),(51056,1,1,52667,75,3024883593,'2016-11-30 02:46:15',''),(51057,1,1,52668,71,676177691,'2016-11-30 05:27:22',''),(51058,1,1,52669,1,1123631219,'2016-11-30 07:58:16',''),(51059,1,1,52670,1,1570674749,'2016-11-30 09:11:20',''),(51060,1,1,52671,1,100662575,'2016-11-30 09:11:23',''),(51061,1,1,52672,1,1542483289,'2016-11-30 10:21:41',''),(51062,1,1,52673,1,3024883467,'2016-11-30 11:41:03',''),(51063,1,1,52674,1,3024883479,'2016-11-30 14:10:58',''),(51064,1,1,52675,1,1055428758,'2016-11-30 14:23:13','https://www.google.co.uk/'),(51065,1,1,52676,1,3475901788,'2016-11-30 15:13:10',''),(51066,1,1,52677,1,1807151879,'2016-11-30 15:26:35',''),(51067,1,1,52678,1,1807151879,'2016-11-30 15:26:50',''),(51068,1,1,52679,1,1807151879,'2016-11-30 15:27:10',''),(51069,1,1,52680,1,1807151879,'2016-11-30 15:27:25',''),(51070,1,1,52681,1,1384437556,'2016-11-30 15:48:34','https://www.google.co.uk/'),(51071,1,1,52682,1,1369277305,'2016-11-30 17:20:51','http://www.google.co.uk/'),(51072,1,1,52683,6,1123632626,'2016-11-30 17:38:02',''),(51073,1,1,52684,1,1123632626,'2016-11-30 19:58:58',''),(51074,1,1,52685,1,1054099923,'2016-11-30 22:34:20',''),(51075,1,1,52686,1,1577524098,'2016-11-30 23:07:33',''),(51076,1,1,52687,6,1577524098,'2016-11-30 23:07:35',''),(51077,1,1,52688,70,676177691,'2016-11-30 23:12:07',''),(51078,1,1,52689,1,872358144,'2016-11-30 23:25:15','http://pizza-tycoon.com/'),(51079,1,1,52690,19,1123632622,'2016-12-01 00:25:27',''),(51080,1,1,52691,15,3475901788,'2016-12-01 01:13:39',''),(51081,1,1,52693,6,3475901788,'2016-12-01 01:13:41',''),(51082,1,1,52692,1,3475901788,'2016-12-01 01:13:41',''),(51083,1,1,52694,29,3475901764,'2016-12-01 01:13:45',''),(51084,1,1,52695,43,3475901764,'2016-12-01 01:13:46',''),(51085,1,1,52696,43,3475901764,'2016-12-01 01:13:48',''),(51086,1,1,52697,18,3475901764,'2016-12-01 01:13:49',''),(51087,1,1,52698,26,3475901764,'2016-12-01 01:13:51',''),(51088,1,1,52699,1,1577524098,'2016-12-01 05:49:19',''),(51089,1,1,52700,28,2745975301,'2016-12-01 05:50:49',''),(51090,1,1,52701,59,2745975332,'2016-12-01 06:51:16',''),(51091,1,1,52702,66,3024883466,'2016-12-01 07:09:21',''),(51092,1,1,52703,1,1123632622,'2016-12-01 07:19:19',''),(51093,1,1,52704,1,786803397,'2016-12-01 07:23:41',''),(51094,1,1,52705,1,1577524098,'2016-12-01 09:33:09',''),(51095,1,1,52706,1,1577524098,'2016-12-01 09:33:11',''),(51096,1,1,52707,1,1542483301,'2016-12-01 10:11:44',''),(51097,1,1,52708,56,3024883611,'2016-12-01 10:34:43',''),(51098,1,1,52709,9,2745975229,'2016-12-01 12:02:55',''),(51099,1,1,52710,58,1152705724,'2016-12-01 15:17:20',''),(51100,1,1,52711,1,1054013309,'2016-12-01 17:15:27',''),(51101,1,1,52712,66,1072954522,'2016-12-01 17:56:43',''),(51102,1,1,52713,1,3337643208,'2016-12-01 18:10:28',''),(51103,1,1,52714,1,1123631219,'2016-12-01 19:19:40',''),(51104,1,1,52715,1,1568639605,'2016-12-01 20:41:55',''),(51105,1,1,52716,1,3024883612,'2016-12-01 22:54:18',''),(51106,1,1,52717,6,1568641587,'2016-12-02 01:22:38',''),(51107,1,1,52718,54,2745975044,'2016-12-02 03:28:47',''),(51108,1,1,52719,54,3024883605,'2016-12-02 03:51:38',''),(51109,1,1,52720,1,1844276280,'2016-12-02 04:23:58',''),(51110,1,1,52721,1,1123631219,'2016-12-02 04:31:31',''),(51111,1,1,52722,1,3024883480,'2016-12-02 05:00:18',''),(51112,1,1,52723,1,1152705724,'2016-12-02 06:38:35',''),(51113,1,1,52724,1,3168571332,'2016-12-02 07:31:52','https://www.google.co.uk/'),(51114,1,1,52725,1,100662596,'2016-12-02 08:06:01',''),(51115,1,1,52726,1,1570674749,'2016-12-02 08:06:05',''),(51116,1,1,52727,1,3024883608,'2016-12-02 09:41:05',''),(51117,1,1,52728,1,1542483289,'2016-12-02 10:30:50',''),(51118,1,1,52729,1,3024883464,'2016-12-02 10:48:03',''),(51119,1,1,52730,1,2420907330,'2016-12-02 11:05:45',''),(51120,1,1,52731,1,2420907330,'2016-12-02 11:05:48',''),(51121,1,1,52732,1,2420907330,'2016-12-02 11:05:51',''),(51122,1,1,52733,1,2420907330,'2016-12-02 11:05:53',''),(51123,1,1,52734,1,2420907330,'2016-12-02 11:05:56',''),(51124,1,1,52735,1,2420907330,'2016-12-02 11:05:59',''),(51125,1,1,52736,1,2420907330,'2016-12-02 11:06:02',''),(51126,1,1,52737,1,2420907330,'2016-12-02 11:06:05',''),(51127,1,1,52738,1,1844276280,'2016-12-02 11:46:17',''),(51128,1,1,52739,43,3024883619,'2016-12-02 15:36:12',''),(51129,1,1,52740,1,1123631211,'2016-12-02 16:31:36',''),(51130,1,1,52741,1,3024883465,'2016-12-02 16:43:11',''),(51131,1,1,52742,65,3168756201,'2016-12-02 17:38:54','https://www.google.co.uk/'),(51132,1,1,52743,52,2745975037,'2016-12-02 17:47:53',''),(51133,1,1,52744,1,3024883478,'2016-12-02 19:26:33',''),(51134,1,1,52745,1,1844276280,'2016-12-02 19:51:02',''),(51135,1,1,52746,28,3308326208,'2016-12-02 20:35:46','https://www.google.com.eg/'),(51136,1,1,52747,1,3024883601,'2016-12-02 21:25:26',''),(51137,1,1,52748,6,1123631107,'2016-12-02 22:55:15',''),(51138,1,1,52749,55,2745975027,'2016-12-03 00:16:54',''),(51139,1,1,52750,15,3475901788,'2016-12-03 06:19:10',''),(51140,1,1,52751,6,3475901788,'2016-12-03 06:19:11',''),(51141,1,1,52752,1,3475901788,'2016-12-03 06:19:13',''),(51142,1,1,52753,29,3475901847,'2016-12-03 06:19:14',''),(51143,1,1,52754,43,3475901847,'2016-12-03 06:19:15',''),(51144,1,1,52755,43,3475901847,'2016-12-03 06:19:16',''),(51145,1,1,52756,18,3475901847,'2016-12-03 06:19:18',''),(51146,1,1,52757,26,3475901847,'2016-12-03 06:19:19',''),(51147,1,1,52758,26,3475901816,'2016-12-03 06:19:24',''),(51148,1,1,52759,26,3475901816,'2016-12-03 06:19:25',''),(51149,1,1,52760,56,3475901816,'2016-12-03 06:19:26',''),(51150,1,1,52761,26,3475901816,'2016-12-03 06:19:27',''),(51151,1,1,52762,9,3475901816,'2016-12-03 06:19:28',''),(51152,1,1,52763,3,2637637558,'2016-12-03 06:19:28',''),(51153,1,1,52764,63,2637637558,'2016-12-03 06:19:30',''),(51154,1,1,52765,1,1844276280,'2016-12-03 08:14:37',''),(51155,1,1,52766,1,1542483286,'2016-12-03 10:00:04',''),(51156,1,1,52767,1,1602358163,'2016-12-03 12:34:56','http://burger-imperia.com/'),(51157,1,1,52768,59,3024883462,'2016-12-03 14:40:10',''),(51158,1,1,52769,15,3512537602,'2016-12-03 15:16:59',''),(51159,1,1,52770,1,676695033,'2016-12-03 15:55:56',''),(51160,1,1,52771,1,3024883461,'2016-12-03 16:00:06',''),(51161,1,1,52772,1,911338153,'2016-12-03 17:36:35',''),(51162,1,1,52773,6,911338153,'2016-12-03 17:36:45',''),(51163,1,1,52774,26,911338153,'2016-12-03 17:36:50',''),(51164,1,1,52775,26,911338153,'2016-12-03 17:36:52',''),(51165,1,1,52776,26,911338153,'2016-12-03 17:36:53',''),(51166,1,1,52777,26,911338153,'2016-12-03 17:36:55',''),(51167,1,1,52778,26,911338153,'2016-12-03 17:36:56',''),(51168,1,1,52779,26,911338153,'2016-12-03 17:36:58',''),(51169,1,1,52780,26,911338153,'2016-12-03 17:36:59',''),(51170,1,1,52781,3,911338153,'2016-12-03 17:37:01',''),(51171,1,1,52782,26,911338153,'2016-12-03 17:37:03',''),(51172,1,1,52783,26,911338153,'2016-12-03 17:37:04',''),(51173,1,1,52784,26,911338153,'2016-12-03 17:37:06',''),(51174,1,1,52785,38,3024883489,'2016-12-03 19:51:49',''),(51175,1,1,52786,1,1370657433,'2016-12-03 20:34:52','https://www.google.co.uk/'),(51176,1,1,52787,1,1041806727,'2016-12-03 20:52:46',''),(51177,1,1,52788,1,1041806727,'2016-12-03 20:53:38',''),(51178,1,1,52789,15,1342610994,'2016-12-03 21:07:32','https://www.google.co.uk/'),(51179,1,1,52790,45,3475901816,'2016-12-03 21:15:01',''),(51180,1,1,52791,1,1844276280,'2016-12-03 21:35:47',''),(51181,1,1,52792,56,3024883599,'2016-12-04 01:43:48',''),(51182,1,1,52793,6,1152705724,'2016-12-04 07:23:47',''),(51183,1,1,52794,31,1123631850,'2016-12-04 07:29:00',''),(51184,1,1,52795,31,1123634281,'2016-12-04 07:32:46',''),(51185,1,1,52796,19,1123631858,'2016-12-04 07:40:22',''),(51186,1,1,52797,43,3024883489,'2016-12-04 09:58:19',''),(51187,1,1,52798,1,1542483304,'2016-12-04 10:04:46',''),(51188,1,1,52799,1,2366148121,'2016-12-04 11:42:56',''),(51189,1,1,52800,1,2193699366,'2016-12-04 11:43:00',''),(51190,1,1,52801,68,1123631850,'2016-12-04 16:59:56',''),(51191,1,1,52802,1,3156762438,'2016-12-04 18:39:52',''),(51192,1,1,52803,6,1123631854,'2016-12-04 20:05:11',''),(51193,1,1,52804,14,3024883489,'2016-12-04 23:50:15',''),(51194,1,1,52805,64,3024883607,'2016-12-05 00:57:13',''),(51195,1,1,52806,59,1152705724,'2016-12-05 03:59:09',''),(51196,1,1,52807,54,3024883595,'2016-12-05 07:14:18',''),(51197,1,1,52808,1,3024883473,'2016-12-05 07:47:46',''),(51198,1,1,52809,1,3024883466,'2016-12-05 07:47:48',''),(51199,1,1,52810,1,856630453,'2016-12-05 08:10:36','http://pizza-tycoon.com/'),(51200,1,1,52811,74,1123634327,'2016-12-05 08:25:27',''),(51201,1,1,52812,49,1123634325,'2016-12-05 08:33:05',''),(51202,1,1,52813,1,1542483269,'2016-12-05 10:01:55',''),(51203,1,1,52814,1,2953382627,'2016-12-05 10:25:22',''),(51204,1,1,52815,1,2953382627,'2016-12-05 10:25:25',''),(51205,1,1,52816,1,2953382627,'2016-12-05 10:25:27',''),(51206,1,1,52817,1,2953382627,'2016-12-05 10:25:29',''),(51207,1,1,52818,1,2953382627,'2016-12-05 10:25:31',''),(51208,1,1,52819,1,2953382627,'2016-12-05 10:25:34',''),(51209,1,1,52820,1,2953382627,'2016-12-05 10:25:36',''),(51210,1,1,52821,1,2953382627,'2016-12-05 10:25:39',''),(51211,1,1,52822,1,1380267040,'2016-12-05 10:53:01','https://www.google.co.uk/'),(51212,1,1,52823,38,1123634325,'2016-12-05 13:04:22',''),(51213,1,1,52824,75,1123634325,'2016-12-05 14:55:07',''),(51214,1,1,52825,43,1123634329,'2016-12-05 15:33:25',''),(51215,1,1,52826,50,1123634325,'2016-12-05 15:41:00',''),(51216,1,1,52827,1,3024883486,'2016-12-05 16:22:00',''),(51217,1,1,52828,63,1123634284,'2016-12-05 16:42:03',''),(51218,1,1,52829,50,1123634283,'2016-12-05 18:17:52',''),(51219,1,1,52832,47,1123634283,'2016-12-05 18:55:19',''),(51220,1,1,52833,47,1123631858,'2016-12-05 19:00:31',''),(51221,1,1,52834,1,1123634283,'2016-12-05 20:05:03',''),(51222,1,1,52835,69,1123634283,'2016-12-05 20:36:19',''),(51223,1,1,52836,1,3305362604,'2016-12-05 20:43:09',''),(51224,1,1,52837,1,3305362604,'2016-12-05 20:43:10',''),(51225,1,1,52838,1,3305362604,'2016-12-05 20:43:12',''),(51226,1,1,52839,1,3305362604,'2016-12-05 20:43:13',''),(51227,1,1,52840,1,1443413732,'2016-12-05 21:21:09','https://www.google.co.uk/'),(51228,1,1,52841,1,3024883611,'2016-12-05 21:42:17',''),(51229,1,1,52842,70,3024883601,'2016-12-06 03:36:30',''),(51230,1,1,52843,1,2366148121,'2016-12-06 08:40:11',''),(51231,1,1,52844,1,2366158595,'2016-12-06 08:40:14',''),(51232,1,1,52845,1,1542483311,'2016-12-06 10:09:29',''),(51233,1,1,52846,26,1152705724,'2016-12-06 10:10:11',''),(51234,1,1,52848,1,1123634284,'2016-12-06 13:47:00',''),(51235,1,1,52849,1,676695033,'2016-12-06 14:44:21',''),(51236,1,1,52850,51,3024883478,'2016-12-06 15:42:33',''),(51237,1,1,52851,16,2745975377,'2016-12-06 17:21:06',''),(51238,1,1,52852,18,3475901740,'2016-12-06 19:10:27',''),(51239,1,1,52853,43,2745975404,'2016-12-06 22:25:21',''),(51240,1,1,52854,58,3475901810,'2016-12-06 22:37:03',''),(51241,1,1,52855,1,3024883469,'2016-12-06 23:44:00',''),(51242,1,1,52856,51,3024883474,'2016-12-07 00:17:28',''),(51243,1,1,52857,1,3024883490,'2016-12-07 01:44:13',''),(51244,1,1,52858,38,2745975400,'2016-12-07 02:35:37',''),(51245,1,1,52859,75,2745975395,'2016-12-07 08:47:35',''),(51246,1,1,52860,1,3000613671,'2016-12-07 08:51:24','http://pizza-imperia.com/'),(51247,1,1,52861,1,1542483285,'2016-12-07 10:11:20',''),(51248,1,1,52862,65,1152705724,'2016-12-07 11:36:14',''),(51249,1,1,52863,1,1123631471,'2016-12-07 11:36:17',''),(51250,1,1,52864,1,1329896223,'2016-12-07 11:45:08','https://www.google.co.uk/'),(51251,1,1,52865,1,3335319594,'2016-12-07 13:17:21',''),(51252,1,1,52866,50,2745975053,'2016-12-07 13:24:46',''),(51253,1,1,52867,50,1152705724,'2016-12-07 13:39:39',''),(51254,1,1,52868,15,1384440720,'2016-12-07 15:31:57','https://www.google.co.uk/'),(51255,1,1,52869,70,3024883476,'2016-12-07 15:40:53',''),(51256,1,1,52870,6,1123631215,'2016-12-07 18:42:08',''),(51257,1,1,52871,1,3337957847,'2016-12-07 19:47:15',''),(51258,1,1,52872,1,1032306398,'2016-12-07 20:49:09','http://m.baidu.com/s?wd=Mstyresblackburn'),(51259,1,1,52873,1,1032306399,'2016-12-07 20:57:40','http://www.baidu.com/s?wd=Mstyresblackburn'),(51260,1,1,52874,1,1032306397,'2016-12-07 21:00:40','http://m.baidu.com/s?wd=Mstyresblackburn'),(51261,1,1,52875,1,916794868,'2016-12-08 00:54:34',''),(51262,1,1,52876,1,2731721858,'2016-12-08 01:04:24',''),(51263,1,1,52877,1,3024883600,'2016-12-08 02:41:24',''),(51264,1,1,52878,51,3024883613,'2016-12-08 03:14:52',''),(51265,1,1,52879,65,1123631219,'2016-12-08 04:42:00',''),(51266,1,1,52880,1,3163547672,'2016-12-08 04:45:30',''),(51267,1,1,52881,1,3024883614,'2016-12-08 05:05:27',''),(51268,1,1,52882,18,1152705724,'2016-12-08 05:34:08',''),(51269,1,1,52883,1,1570674749,'2016-12-08 08:16:28',''),(51270,1,1,52884,1,100662575,'2016-12-08 08:16:30',''),(51271,1,1,52885,1,1542483301,'2016-12-08 10:12:36',''),(51272,1,1,52886,1,2745966767,'2016-12-08 11:17:27',''),(51273,1,1,52887,1,2745966767,'2016-12-08 11:17:29',''),(51274,1,1,52888,1,2745966767,'2016-12-08 11:17:32',''),(51275,1,1,52889,1,2745966767,'2016-12-08 11:17:34',''),(51276,1,1,52890,1,2745966767,'2016-12-08 11:17:37',''),(51277,1,1,52891,1,2745966767,'2016-12-08 11:17:40',''),(51278,1,1,52892,1,2745966767,'2016-12-08 11:17:43',''),(51279,1,1,52893,1,2745966767,'2016-12-08 11:17:45',''),(51280,1,1,52894,1,1370222052,'2016-12-08 15:14:21',''),(51281,1,1,52895,1,1370222052,'2016-12-08 15:14:22',''),(51282,1,1,52896,1,1370222052,'2016-12-08 15:14:23',''),(51283,1,1,52897,1,1123634281,'2016-12-08 16:33:44',''),(51284,1,1,52898,1,1329789262,'2016-12-08 16:36:13',''),(51285,1,1,52899,16,2745975267,'2016-12-08 16:38:03',''),(51286,1,1,52898,1,1329789262,'2016-12-08 17:36:06','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjjlvz8kOXQAhWkKcAKHf3ZBhsQFggbMAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.140915558,d.d24'),(51287,1,1,52900,1,1041806726,'2016-12-08 17:48:56',''),(51288,1,1,52901,1,1443144761,'2016-12-08 18:23:22','https://www.google.co.uk/'),(51289,1,1,52902,70,3024883600,'2016-12-08 18:37:51',''),(51290,1,1,52903,6,1123631858,'2016-12-08 19:05:09',''),(51291,1,1,52904,6,2388358665,'2016-12-08 20:20:55',''),(51292,1,1,52905,1,2455372977,'2016-12-08 20:54:24','https://www.google.co.uk/'),(51293,1,1,52906,1,1072954504,'2016-12-08 22:00:45',''),(51294,1,1,52907,1,3479603870,'2016-12-08 22:15:51',''),(51295,1,1,52908,62,1123634283,'2016-12-08 22:36:07',''),(51296,1,1,52909,15,1603536539,'2016-12-08 23:09:08','https://www.bing.com/'),(51297,1,1,52910,56,676177689,'2016-12-08 23:18:33',''),(51298,1,1,52911,1,2548535098,'2016-12-09 00:22:48','https://www.google.co.uk/'),(51299,1,1,52912,1,1123634283,'2016-12-09 01:19:30',''),(51300,1,1,52913,1,3024883489,'2016-12-09 02:05:02',''),(51301,1,1,52914,1,1542483301,'2016-12-09 09:56:30',''),(51302,1,1,52915,63,3024883596,'2016-12-09 10:55:56',''),(51303,1,1,52916,6,3024883617,'2016-12-09 12:36:23',''),(51304,1,1,52917,1,1342495777,'2016-12-09 15:59:03','https://www.google.co.uk/'),(51305,1,1,52918,45,3024883606,'2016-12-09 16:25:09',''),(51306,1,1,52919,41,2745975309,'2016-12-09 17:34:03',''),(51307,1,1,52920,15,3024883466,'2016-12-09 19:42:13',''),(51308,1,1,52921,6,3475901849,'2016-12-09 20:41:52',''),(51309,1,1,52922,1,2513062086,'2016-12-09 21:58:09',''),(51310,1,1,52923,1,3024883478,'2016-12-09 22:14:34',''),(51311,1,1,52924,1,3024883608,'2016-12-09 22:28:35',''),(51312,1,1,52925,1,3024883613,'2016-12-10 01:02:38',''),(51313,1,1,52926,1,3024883591,'2016-12-10 02:09:36',''),(51314,1,1,52927,1,1123634281,'2016-12-10 03:20:43',''),(51315,1,1,52928,1,3024883610,'2016-12-10 05:31:27',''),(51316,1,1,52929,1,1089906060,'2016-12-10 09:19:13','http://whois.domaintools.com/mstyresblackburn.co.uk'),(51317,1,1,52930,1,1123634283,'2016-12-10 09:48:43',''),(51318,1,1,52931,1,1542483321,'2016-12-10 10:17:11',''),(51319,1,1,52932,1,2366148121,'2016-12-10 10:18:27',''),(51320,1,1,52933,1,100662575,'2016-12-10 10:18:31',''),(51321,1,1,52934,48,1577602381,'2016-12-10 12:05:58','https://www.google.co.uk/'),(51322,1,1,52935,65,2969380304,'2016-12-10 12:08:55','https://www.google.co.uk/'),(51323,1,1,52911,1,2548535098,'2016-12-10 13:54:04','https://www.google.co.uk/'),(51324,1,1,52936,1,3024883608,'2016-12-10 15:07:02',''),(51325,1,1,52937,62,3024883599,'2016-12-10 15:40:30',''),(51326,1,1,52938,6,3024883617,'2016-12-10 16:47:29',''),(51327,1,1,52939,1,1455053711,'2016-12-10 18:58:45','https://www.google.co.uk/'),(51328,1,1,52940,1,1489375244,'2016-12-10 21:32:02',''),(51329,1,1,52941,1,1523433031,'2016-12-10 22:42:34','https://www.google.co.uk/'),(51330,1,1,52942,46,3024883461,'2016-12-11 09:28:07',''),(51331,1,1,52943,1,3156059339,'2016-12-11 09:56:30','https://www.google.co.uk/'),(51332,1,1,52944,1,1542483288,'2016-12-11 10:07:33',''),(51333,1,1,52945,1,1123634284,'2016-12-11 11:22:18',''),(51334,1,1,52941,1,1523433031,'2016-12-11 12:17:07','https://www.google.co.uk/'),(51335,1,1,52946,6,1123634281,'2016-12-11 13:02:50',''),(51336,1,1,52947,1,1348182626,'2016-12-11 13:17:25',''),(51337,1,1,52948,1,1348182626,'2016-12-11 13:17:49',''),(51338,1,1,52949,1,1348182626,'2016-12-11 13:17:52',''),(51339,1,1,52950,1,1348182626,'2016-12-11 13:18:12',''),(51340,1,1,52951,1,1348182626,'2016-12-11 13:18:34',''),(51341,1,1,52952,1,1348182626,'2016-12-11 13:19:03',''),(51342,1,1,52953,1,1348182626,'2016-12-11 13:19:16',''),(51343,1,1,52954,1,1348182626,'2016-12-11 13:19:20',''),(51344,1,1,52955,16,3024883469,'2016-12-11 15:35:00',''),(51345,1,1,52956,9,2637637473,'2016-12-11 17:19:08',''),(51346,1,1,52957,26,2637637473,'2016-12-11 17:19:09',''),(51347,1,1,52958,56,2637637473,'2016-12-11 17:19:10',''),(51348,1,1,52959,6,2637637477,'2016-12-11 17:19:12',''),(51349,1,1,52960,1,2637637477,'2016-12-11 17:19:13',''),(51350,1,1,52961,15,2637637477,'2016-12-11 17:19:14',''),(51351,1,1,52962,43,2637637475,'2016-12-11 17:19:17',''),(51352,1,1,52963,29,2637637475,'2016-12-11 17:19:19',''),(51353,1,1,52964,18,2637637475,'2016-12-11 17:19:20',''),(51354,1,1,52965,26,2637637475,'2016-12-11 17:19:21',''),(51355,1,1,52966,43,2637637475,'2016-12-11 17:19:22',''),(51356,1,1,52967,63,2637637474,'2016-12-11 17:19:26',''),(51357,1,1,52968,1,1123631858,'2016-12-11 18:42:50',''),(51358,1,1,52969,6,3024883467,'2016-12-12 00:34:11',''),(51359,1,1,52970,1,3024883602,'2016-12-12 05:49:24',''),(51360,1,1,52971,1,3106072681,'2016-12-12 07:14:53','https://www.google.co.uk/'),(51361,1,1,52972,43,3163547691,'2016-12-12 07:34:23',''),(51362,1,1,52973,16,3024883469,'2016-12-12 08:23:27',''),(51363,1,1,52974,1,2366158595,'2016-12-12 09:22:54',''),(51364,1,1,52975,1,2193699366,'2016-12-12 09:22:58',''),(51365,1,1,52976,1,1542483299,'2016-12-12 09:58:42',''),(51366,1,1,52977,6,3024883481,'2016-12-12 12:16:03',''),(51367,1,1,52978,1,1152705724,'2016-12-12 13:53:02',''),(51368,1,1,52979,52,1152705724,'2016-12-12 16:03:42',''),(51369,1,1,52980,72,3475901880,'2016-12-12 18:24:01',''),(51370,1,1,52981,1,3024883602,'2016-12-12 22:43:11',''),(51371,1,1,52982,1,2637637598,'2016-12-12 22:52:49',''),(51372,1,1,52983,56,1148474518,'2016-12-13 00:35:17','http://www.google.com/'),(51373,1,1,52984,10,2745975321,'2016-12-13 01:24:00',''),(51374,1,1,52985,1,3479603870,'2016-12-13 01:38:57',''),(51375,1,1,52986,16,872394003,'2016-12-13 06:09:18',''),(51376,1,1,52987,74,3024883599,'2016-12-13 07:50:03',''),(51377,1,1,52988,1,1159653962,'2016-12-13 08:41:53',''),(51378,1,1,52989,1,3105214586,'2016-12-13 09:40:56','https://www.google.co.uk/'),(51379,1,1,52990,1,1542483296,'2016-12-13 10:01:05',''),(51380,1,1,52991,6,1123634032,'2016-12-13 10:13:40',''),(51381,1,1,52992,56,1430018257,'2016-12-13 10:49:32','https://www.google.es/'),(51382,1,1,52993,44,3024883612,'2016-12-13 12:15:32',''),(51383,1,1,52994,1,3495654154,'2016-12-13 12:24:11',''),(51384,1,1,52995,1,2071807799,'2016-12-13 12:55:29',''),(51385,1,1,52996,67,2745975088,'2016-12-13 14:46:13',''),(51386,1,1,52997,1,635856855,'2016-12-13 16:49:36',''),(51387,1,1,52998,55,635856855,'2016-12-13 16:49:42',''),(51388,1,1,52999,3,1123634035,'2016-12-13 17:34:05',''),(51389,1,1,53000,56,2745975069,'2016-12-13 20:29:34',''),(51390,1,1,53001,63,2637637596,'2016-12-13 20:36:05',''),(51391,1,1,53002,6,2637637425,'2016-12-13 20:36:05',''),(51392,1,1,53003,1,2637637425,'2016-12-13 20:36:06',''),(51393,1,1,53004,15,2637637425,'2016-12-13 20:36:07',''),(51394,1,1,53005,9,3475901785,'2016-12-13 20:36:10',''),(51395,1,1,53006,26,3475901785,'2016-12-13 20:36:11',''),(51396,1,1,53007,56,3475901785,'2016-12-13 20:36:12',''),(51397,1,1,53008,43,2637637468,'2016-12-13 20:36:25',''),(51398,1,1,53009,29,2637637468,'2016-12-13 20:36:26',''),(51399,1,1,53010,18,2637637468,'2016-12-13 20:36:27',''),(51400,1,1,53011,26,2637637468,'2016-12-13 20:36:52',''),(51401,1,1,53012,43,2637637468,'2016-12-13 20:36:53',''),(51402,1,1,53013,1,526118378,'2016-12-13 20:37:29','https://www.google.co.uk/'),(51403,1,1,53014,1,1159644914,'2016-12-13 23:05:47',''),(51404,1,1,53013,22,35625867,'2016-12-14 00:24:28','https://www.google.co.uk/'),(51405,1,1,53015,23,1123631854,'2016-12-14 05:13:08',''),(51406,1,1,53016,1,1123631854,'2016-12-14 08:11:38',''),(51407,1,1,53017,1,1570674749,'2016-12-14 08:56:52',''),(51408,1,1,53018,1,1570674749,'2016-12-14 08:56:56',''),(51409,1,1,53019,53,3024883476,'2016-12-14 10:01:58',''),(51410,1,1,53020,1,1542483267,'2016-12-14 10:05:25',''),(51411,1,1,53021,42,2745975337,'2016-12-14 10:23:20',''),(51412,1,1,53022,1,3024883604,'2016-12-14 11:47:46',''),(51413,1,1,53023,67,3024883602,'2016-12-14 12:21:15',''),(51414,1,1,53024,1,84512482,'2016-12-14 14:26:13',''),(51415,1,1,53025,1,84512482,'2016-12-14 14:26:16',''),(51416,1,1,53026,1,84512482,'2016-12-14 14:26:18',''),(51417,1,1,53027,1,84512482,'2016-12-14 14:26:21',''),(51418,1,1,53028,1,84512482,'2016-12-14 14:26:23',''),(51419,1,1,53029,1,84512482,'2016-12-14 14:26:25',''),(51420,1,1,53030,1,84512482,'2016-12-14 14:26:28',''),(51421,1,1,53031,1,84512482,'2016-12-14 14:26:30',''),(51422,1,1,53032,38,1152705724,'2016-12-14 14:59:48',''),(51423,1,1,53033,43,3163547663,'2016-12-14 17:59:35',''),(51424,1,1,53034,43,3163547663,'2016-12-14 18:00:05',''),(51425,1,1,53035,43,3163547661,'2016-12-14 18:21:59',''),(51426,1,1,53036,43,3163547661,'2016-12-14 18:22:09',''),(51427,1,1,53037,57,3163547672,'2016-12-14 19:46:57',''),(51428,1,1,53038,55,3163547672,'2016-12-14 19:46:58',''),(51429,1,1,53039,43,3163547672,'2016-12-14 19:47:12',''),(51430,1,1,53040,53,1152705724,'2016-12-14 20:22:31',''),(51431,1,1,53042,1,921971560,'2016-12-14 20:58:20',''),(51432,1,1,53043,1,918226745,'2016-12-15 02:10:50',''),(51433,1,1,53044,6,1123631854,'2016-12-15 05:27:23',''),(51434,1,1,53045,1,3024883614,'2016-12-15 06:26:25',''),(51435,1,1,53046,6,1123634283,'2016-12-15 09:39:16',''),(51436,1,1,53047,52,3163547661,'2016-12-15 09:46:16',''),(51437,1,1,53048,1,1542483267,'2016-12-15 09:59:04',''),(51438,1,1,53049,45,3024883591,'2016-12-15 10:07:59',''),(51439,1,1,53050,1,3024883487,'2016-12-15 10:23:17',''),(51440,1,1,53051,1,1443002393,'2016-12-15 11:05:46','https://www.google.co.uk/'),(51441,1,1,53051,1,1443002393,'2016-12-15 12:10:32','https://www.google.co.uk/'),(51442,1,1,53052,67,3024883594,'2016-12-15 12:45:41',''),(51443,1,1,53053,1,3024883613,'2016-12-15 15:01:59',''),(51444,1,1,53054,1,3024883489,'2016-12-15 16:08:57',''),(51445,1,1,53055,56,1152705724,'2016-12-15 17:44:35',''),(51446,1,1,53056,1,1467059114,'2016-12-15 18:07:17','https://www.google.co.uk/'),(51447,1,1,53057,43,2745975149,'2016-12-15 21:11:51',''),(51448,1,1,53058,1,3024883615,'2016-12-15 21:23:00',''),(51449,1,1,53059,6,392829874,'2016-12-15 21:35:07',''),(51450,1,1,53060,1,3024883464,'2016-12-15 22:04:05',''),(51451,1,1,53061,1,782615949,'2016-12-16 01:15:41',''),(51452,1,1,53062,14,3475901908,'2016-12-16 05:32:33',''),(51453,1,1,53063,6,1152705724,'2016-12-16 05:34:47',''),(51454,1,1,53064,1,1542483312,'2016-12-16 09:55:14',''),(51455,1,1,53065,45,3024883472,'2016-12-16 10:22:57',''),(51456,1,1,53066,1,3024883608,'2016-12-16 12:11:38',''),(51457,1,1,53067,3,2637637380,'2016-12-16 13:15:19',''),(51458,1,1,53068,63,2637637380,'2016-12-16 13:15:21',''),(51459,1,1,53069,56,3475901908,'2016-12-16 13:15:36',''),(51460,1,1,53070,26,3475901908,'2016-12-16 13:15:38',''),(51461,1,1,53071,26,3475901908,'2016-12-16 13:15:39',''),(51462,1,1,53072,9,3475901908,'2016-12-16 13:15:40',''),(51463,1,1,53073,1,2637637612,'2016-12-16 13:15:41',''),(51464,1,1,53074,6,2637637612,'2016-12-16 13:15:42',''),(51465,1,1,53075,15,2637637612,'2016-12-16 13:15:43',''),(51466,1,1,53076,1,2071807800,'2016-12-16 14:34:55',''),(51467,1,1,53077,1,676695033,'2016-12-16 15:08:21',''),(51468,1,1,53078,1,3264655865,'2016-12-16 15:20:42','http://www.bing.com/search?q=tyre+services+in+blackburn&qs=n&form=QBRE&sp=-1&pq=tyre+services+in+blac&sc=0-21&sk=&cvid=2904EAD6AE8D440BA9A71D3B1EB63059'),(51469,1,1,53079,48,3024883489,'2016-12-16 16:06:35',''),(51470,1,1,53080,51,3273031619,'2016-12-16 18:10:48',''),(51471,1,1,53081,1,1123631850,'2016-12-16 18:17:56',''),(51472,1,1,53082,1,3024883594,'2016-12-16 18:54:03',''),(51473,1,1,53083,9,3024883610,'2016-12-16 20:01:01',''),(51474,1,1,53084,1,2990495243,'2016-12-16 22:05:15',''),(51475,1,1,53085,43,3163547662,'2016-12-17 01:11:23',''),(51476,1,1,53086,52,3163547662,'2016-12-17 01:11:23',''),(51477,1,1,53087,48,3163547662,'2016-12-17 01:11:27',''),(51478,1,1,53088,43,3163547662,'2016-12-17 01:11:37',''),(51479,1,1,53089,3,2745975285,'2016-12-17 04:41:45',''),(51480,1,1,53090,1,1542483280,'2016-12-17 10:09:40',''),(51481,1,1,53091,6,1123631854,'2016-12-17 10:54:31',''),(51482,1,1,53092,43,3163547659,'2016-12-17 13:44:50',''),(51483,1,1,53093,57,3163547659,'2016-12-17 13:44:55',''),(51484,1,1,53094,43,3163547659,'2016-12-17 13:44:58',''),(51485,1,1,53095,41,3024883605,'2016-12-17 14:01:52',''),(51486,1,1,53096,1,3024883473,'2016-12-17 15:08:52',''),(51487,1,1,53097,1,3024883615,'2016-12-17 15:42:21',''),(51488,1,1,53098,48,3024883462,'2016-12-17 16:15:49',''),(51489,1,1,53099,27,3024883466,'2016-12-17 17:39:22',''),(51490,1,1,53100,16,1152705724,'2016-12-17 18:08:15',''),(51491,1,1,53101,1,1466095929,'2016-12-17 18:16:39',''),(51492,1,1,53102,1,1466095929,'2016-12-17 18:16:50',''),(51493,1,1,53103,1,1466095929,'2016-12-17 18:16:52',''),(51494,1,1,53104,1,1466095929,'2016-12-17 18:16:55',''),(51495,1,1,53105,1,1466095929,'2016-12-17 18:16:57',''),(51496,1,1,53106,1,1466095929,'2016-12-17 18:17:02',''),(51497,1,1,53107,1,1466095929,'2016-12-17 18:17:06',''),(51498,1,1,53108,1,1466095929,'2016-12-17 18:17:09',''),(51499,1,1,53109,1,3342489299,'2016-12-18 00:01:12',''),(51500,1,1,53110,68,2745975033,'2016-12-18 00:11:50',''),(51501,1,1,53111,1,3479603870,'2016-12-18 01:52:51',''),(51502,1,1,53112,44,3024883480,'2016-12-18 10:05:56',''),(51503,1,1,53113,1,1542483275,'2016-12-18 10:10:23',''),(51504,1,1,53114,1,3024883611,'2016-12-18 10:39:24',''),(51505,1,1,53115,1,3495654154,'2016-12-18 11:32:10',''),(51506,1,1,53116,1,3024883479,'2016-12-18 11:59:19',''),(51507,1,1,53117,1,2071807861,'2016-12-18 13:23:14',''),(51508,1,1,53118,1,3702877345,'2016-12-18 13:23:17',''),(51509,1,1,53119,1,3163547682,'2016-12-18 15:44:59',''),(51510,1,1,53120,1,2516511502,'2016-12-18 15:46:15','https://www.google.co.uk/'),(51511,1,1,53121,1,1123634284,'2016-12-18 17:38:10',''),(51512,1,1,53122,1,786803397,'2016-12-18 23:27:28',''),(51513,1,1,53123,1,1123634284,'2016-12-19 00:49:25',''),(51514,1,1,53124,15,2071807756,'2016-12-19 00:59:27',''),(51515,1,1,53125,64,2745975265,'2016-12-19 02:26:13',''),(51516,1,1,53126,73,2745975363,'2016-12-19 02:45:57',''),(51517,1,1,53127,1,3576703123,'2016-12-19 07:08:59','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiPr9S02f_QAhXJJcAKHUyoCWQQFgg5MAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.142059868,d.d24'),(51518,1,1,53128,70,2745975355,'2016-12-19 09:07:37',''),(51519,1,1,53129,44,3024883464,'2016-12-19 09:36:23',''),(51520,1,1,53130,1,1542483301,'2016-12-19 09:50:19',''),(51521,1,1,53131,72,3163547670,'2016-12-19 10:06:21',''),(51522,1,1,53132,6,1123634281,'2016-12-19 12:17:35',''),(51523,1,1,53133,1,3324953065,'2016-12-19 13:23:43',''),(51524,1,1,53134,71,1072954542,'2016-12-19 14:29:02',''),(51525,1,1,53135,66,2071807801,'2016-12-19 14:33:24',''),(51526,1,1,53136,62,2745975476,'2016-12-19 15:37:23',''),(51527,1,1,53137,58,2745975164,'2016-12-19 18:03:50',''),(51528,1,1,53138,1,1806877300,'2016-12-19 19:26:29',''),(51529,1,1,53139,38,1806877302,'2016-12-19 19:26:31',''),(51530,1,1,53140,51,1806877300,'2016-12-19 19:26:32',''),(51531,1,1,53141,56,1806877304,'2016-12-19 19:26:34',''),(51532,1,1,53142,18,1806877304,'2016-12-19 19:26:36',''),(51533,1,1,53143,26,1806877304,'2016-12-19 19:26:38',''),(51534,1,1,53144,28,1806877300,'2016-12-19 19:26:39',''),(51535,1,1,53145,55,1806877304,'2016-12-19 19:26:41',''),(51536,1,1,53146,50,1806877300,'2016-12-19 19:26:43',''),(51537,1,1,53147,26,1806877300,'2016-12-19 19:26:44',''),(51538,1,1,53148,45,1806877300,'2016-12-19 19:26:46',''),(51539,1,1,53149,65,1806877300,'2016-12-19 19:26:47',''),(51540,1,1,53150,64,1806877302,'2016-12-19 19:26:49',''),(51541,1,1,53151,69,1806877300,'2016-12-19 19:26:55',''),(51542,1,1,53152,3,1806877302,'2016-12-19 19:26:58',''),(51543,1,1,53153,52,1806877302,'2016-12-19 19:27:00',''),(51544,1,1,53154,26,1806877302,'2016-12-19 19:27:01',''),(51545,1,1,53155,26,1806877302,'2016-12-19 19:27:03',''),(51546,1,1,53156,53,1806877300,'2016-12-19 19:27:04',''),(51547,1,1,53157,62,1806877300,'2016-12-19 19:27:05',''),(51548,1,1,53158,63,1806877300,'2016-12-19 19:27:07',''),(51549,1,1,53159,26,1806877304,'2016-12-19 19:27:10',''),(51550,1,1,53160,41,1806877302,'2016-12-19 19:27:11',''),(51551,1,1,53161,1,1796538632,'2016-12-19 20:52:43',''),(51552,1,1,53162,1,2986923197,'2016-12-19 21:53:03',''),(51553,1,1,53163,64,3163547682,'2016-12-19 23:02:55',''),(51554,1,1,53164,1,3024883593,'2016-12-19 23:42:48',''),(51555,1,1,53165,6,2071807756,'2016-12-20 00:51:28',''),(51556,1,1,53166,1,1123631215,'2016-12-20 01:17:04',''),(51557,1,1,53167,1,2637637612,'2016-12-20 01:23:34',''),(51558,1,1,53168,6,2637637612,'2016-12-20 01:23:35',''),(51559,1,1,53169,15,2637637612,'2016-12-20 01:23:36',''),(51560,1,1,53170,56,2637637501,'2016-12-20 01:23:38',''),(51561,1,1,53171,26,2637637501,'2016-12-20 01:23:40',''),(51562,1,1,53172,26,2637637501,'2016-12-20 01:23:41',''),(51563,1,1,53173,9,2637637501,'2016-12-20 01:23:42',''),(51564,1,1,53174,3,2637637380,'2016-12-20 01:23:44',''),(51565,1,1,53175,63,2637637380,'2016-12-20 01:23:45',''),(51566,1,1,53176,18,2637637420,'2016-12-20 01:23:48',''),(51567,1,1,53177,29,2637637420,'2016-12-20 01:23:50',''),(51568,1,1,53178,43,2637637420,'2016-12-20 01:23:51',''),(51569,1,1,53179,43,2637637420,'2016-12-20 01:23:52',''),(51570,1,1,53180,1,3163547710,'2016-12-20 03:05:30',''),(51571,1,1,53181,28,3163547674,'2016-12-20 05:30:53',''),(51572,1,1,53182,57,3024883617,'2016-12-20 06:43:27',''),(51573,1,1,53183,1,3024883468,'2016-12-20 09:50:36',''),(51574,1,1,53184,1,1542483320,'2016-12-20 10:07:58',''),(51575,1,1,53185,69,1152705724,'2016-12-20 10:15:38',''),(51576,1,1,53186,1,3024883601,'2016-12-20 11:09:10',''),(51577,1,1,53187,44,2745975093,'2016-12-20 11:31:46',''),(51578,1,1,53188,42,3024883613,'2016-12-20 12:16:07',''),(51579,1,1,53189,26,1152705724,'2016-12-20 13:34:24',''),(51580,1,1,53190,28,1152705724,'2016-12-20 14:06:48',''),(51581,1,1,53191,53,2071807831,'2016-12-20 14:16:16',''),(51582,1,1,53192,62,3163547682,'2016-12-20 15:19:34',''),(51583,1,1,53193,53,2745975057,'2016-12-20 16:43:14',''),(51584,1,1,53194,1,1123635055,'2016-12-20 17:36:23',''),(51585,1,1,53195,1,3281683737,'2016-12-20 18:59:02',''),(51586,1,1,53196,1,3281683737,'2016-12-20 18:59:07',''),(51587,1,1,53197,1,3281683737,'2016-12-20 18:59:16',''),(51588,1,1,53198,1,3281683737,'2016-12-20 18:59:21',''),(51589,1,1,53199,1,3281683737,'2016-12-20 18:59:25',''),(51590,1,1,53200,1,3281683737,'2016-12-20 18:59:36',''),(51591,1,1,53201,1,3281683737,'2016-12-20 18:59:40',''),(51592,1,1,53202,1,3281683737,'2016-12-20 18:59:44',''),(51593,1,1,53203,1,1123635051,'2016-12-20 19:54:28',''),(51594,1,1,53204,49,2745975087,'2016-12-20 21:45:13',''),(51595,1,1,53205,48,3702877307,'2016-12-21 02:01:33',''),(51596,1,1,53206,1,1427728247,'2016-12-21 04:41:11','http://hvd-store.com/'),(51597,1,1,53207,55,3024883610,'2016-12-21 06:22:11',''),(51598,1,1,53208,69,2745975403,'2016-12-21 06:50:24',''),(51599,1,1,53209,55,3163547667,'2016-12-21 06:51:31',''),(51600,1,1,53210,26,1159650810,'2016-12-21 06:57:42',''),(51601,1,1,53211,54,1159650810,'2016-12-21 06:57:58',''),(51602,1,1,53212,66,1159650810,'2016-12-21 06:58:03',''),(51603,1,1,53213,1,3024883601,'2016-12-21 07:49:01',''),(51604,1,1,53214,1,3344159230,'2016-12-21 08:49:36',''),(51605,1,1,53215,1,1542483282,'2016-12-21 10:00:34',''),(51606,1,1,53216,1,1451270502,'2016-12-21 11:05:07','https://www.google.co.uk/'),(51607,1,1,53217,1,3024883465,'2016-12-21 11:05:53',''),(51608,1,1,53218,6,1123635051,'2016-12-21 11:14:09',''),(51609,1,1,53219,1,839047761,'2016-12-21 11:23:15',''),(51610,1,1,53220,49,3163547718,'2016-12-21 11:47:25',''),(51611,1,1,53221,63,3163547672,'2016-12-21 12:47:39',''),(51612,1,1,53222,57,3024883593,'2016-12-21 12:59:42',''),(51613,1,1,53223,62,3589262799,'2016-12-21 13:58:14',''),(51614,1,1,53224,63,3589262799,'2016-12-21 13:58:17',''),(51615,1,1,53225,19,1123635059,'2016-12-21 14:28:56',''),(51616,1,1,53226,15,1123635043,'2016-12-21 14:39:13',''),(51617,1,1,53227,56,1123632626,'2016-12-21 16:20:33',''),(51618,1,1,53228,71,3024883619,'2016-12-21 18:23:28',''),(51619,1,1,53229,68,3024883614,'2016-12-21 20:21:55',''),(51620,1,1,53230,1,1123632618,'2016-12-21 20:24:03',''),(51621,1,1,53231,1,1123632618,'2016-12-21 21:03:26',''),(51622,1,1,53232,1,3024883610,'2016-12-21 21:28:55',''),(51623,1,1,53233,1,624630871,'2016-12-21 22:16:53',''),(51624,1,1,53234,6,1123632622,'2016-12-21 23:09:44',''),(51625,1,1,53235,15,1123632626,'2016-12-21 23:35:19',''),(51626,1,1,53236,52,2071807847,'2016-12-21 23:39:40',''),(51627,1,1,53237,56,1123632622,'2016-12-22 01:01:40',''),(51628,1,1,53238,56,1123632626,'2016-12-22 02:33:29',''),(51629,1,1,53239,63,3163547661,'2016-12-22 05:40:04',''),(51630,1,1,53240,15,1123632622,'2016-12-22 08:55:43',''),(51631,1,1,53241,1,1542483300,'2016-12-22 10:05:10',''),(51632,1,1,53242,1,392062477,'2016-12-22 10:55:59',''),(51633,1,1,53243,16,2745975258,'2016-12-22 11:20:46',''),(51634,1,1,53244,56,3475901854,'2016-12-22 13:11:17',''),(51635,1,1,53245,26,3475901854,'2016-12-22 13:11:19',''),(51636,1,1,53246,26,3475901854,'2016-12-22 13:11:20',''),(51637,1,1,53247,1,2637637612,'2016-12-22 13:11:21',''),(51638,1,1,53248,9,3475901854,'2016-12-22 13:11:21',''),(51639,1,1,53249,6,2637637612,'2016-12-22 13:11:22',''),(51640,1,1,53250,15,2637637612,'2016-12-22 13:11:23',''),(51641,1,1,53251,3,676177710,'2016-12-22 13:11:30',''),(51642,1,1,53252,63,676177710,'2016-12-22 13:11:31',''),(51643,1,1,53253,18,2637637393,'2016-12-22 13:11:35',''),(51644,1,1,53254,29,2637637393,'2016-12-22 13:11:37',''),(51645,1,1,53255,43,2637637393,'2016-12-22 13:11:38',''),(51646,1,1,53256,43,2637637393,'2016-12-22 13:11:39',''),(51647,1,1,53257,1,1577630362,'2016-12-22 14:18:39','http://www.google.co.uk/'),(51648,1,1,53258,6,2457380552,'2016-12-22 15:45:41',''),(51649,1,1,53259,56,3163547664,'2016-12-22 16:36:36',''),(51650,1,1,53260,57,2745975097,'2016-12-22 17:06:58',''),(51651,1,1,53261,47,2745974966,'2016-12-22 19:52:09',''),(51652,1,1,53262,1,915457635,'2016-12-22 21:38:56',''),(51653,1,1,53263,1,2745975941,'2016-12-22 23:43:01',''),(51654,1,1,53264,1,2961112075,'2016-12-23 01:26:18','http://hundejo.com/'),(51655,1,1,53265,1,3495654154,'2016-12-23 02:50:34',''),(51656,1,1,53266,1,1123631219,'2016-12-23 04:58:57',''),(51657,1,1,53267,45,3702877291,'2016-12-23 07:15:53',''),(51658,1,1,53268,26,1489375244,'2016-12-23 09:11:36',''),(51659,1,1,53269,1,1542483274,'2016-12-23 09:48:56',''),(51660,1,1,53270,28,3024883485,'2016-12-23 10:00:29',''),(51661,1,1,53271,19,1123631219,'2016-12-23 10:02:59',''),(51662,1,1,53272,6,1123631219,'2016-12-23 11:00:53',''),(51663,1,1,53273,10,3024883463,'2016-12-23 11:07:27',''),(51664,1,1,53274,26,772043973,'2016-12-23 11:21:03',''),(51665,1,1,53275,26,772043973,'2016-12-23 11:21:05',''),(51666,1,1,53276,65,1123631211,'2016-12-23 12:46:10',''),(51667,1,1,53277,1,1453495494,'2016-12-23 12:54:47','https://www.google.co.uk/'),(51668,1,1,53278,1,3024883595,'2016-12-23 15:15:18',''),(51669,1,1,53279,1,1123632622,'2016-12-23 19:30:11',''),(51670,1,1,53280,1,2731721858,'2016-12-23 19:48:13',''),(51671,1,1,53281,1,1123632626,'2016-12-23 20:02:41',''),(51672,1,1,53282,50,3024883483,'2016-12-23 21:09:16',''),(51673,1,1,53283,6,2388358665,'2016-12-23 21:38:20',''),(51674,1,1,53284,65,1123632626,'2016-12-23 21:54:41',''),(51675,1,1,53285,1,2953382627,'2016-12-23 22:19:05',''),(51676,1,1,53286,1,2953382627,'2016-12-23 22:19:07',''),(51677,1,1,53287,1,2953382627,'2016-12-23 22:19:10',''),(51678,1,1,53288,1,2953382627,'2016-12-23 22:19:12',''),(51679,1,1,53289,1,2953382627,'2016-12-23 22:19:16',''),(51680,1,1,53290,1,2953382627,'2016-12-23 22:19:18',''),(51681,1,1,53291,1,2953382627,'2016-12-23 22:19:21',''),(51682,1,1,53292,1,2953382627,'2016-12-23 22:19:23',''),(51683,1,1,53293,27,3163547685,'2016-12-23 23:10:50',''),(51684,1,1,53294,1,3024883470,'2016-12-24 03:07:48',''),(51685,1,1,53295,16,2637637384,'2016-12-24 04:21:21',''),(51686,1,1,53296,65,1123632626,'2016-12-24 06:34:18',''),(51687,1,1,53297,65,1123632622,'2016-12-24 06:34:20',''),(51688,1,1,53298,1,1123632626,'2016-12-24 07:50:24',''),(51689,1,1,53299,3,3559909151,'2016-12-24 09:34:39',''),(51690,1,1,53300,26,3559909151,'2016-12-24 09:34:42',''),(51691,1,1,53301,26,3559909151,'2016-12-24 09:34:47',''),(51692,1,1,53302,26,3559909151,'2016-12-24 09:34:52',''),(51693,1,1,53303,26,3559909151,'2016-12-24 09:34:54',''),(51694,1,1,53304,26,3559909151,'2016-12-24 09:34:59',''),(51695,1,1,53305,42,3559909151,'2016-12-24 09:35:02',''),(51696,1,1,53306,43,3559909151,'2016-12-24 09:35:08',''),(51697,1,1,53307,16,3559909151,'2016-12-24 09:35:12',''),(51698,1,1,53308,44,3559909151,'2016-12-24 09:35:17',''),(51699,1,1,53309,49,3559909151,'2016-12-24 09:35:20',''),(51700,1,1,53310,59,3559909151,'2016-12-24 09:35:25',''),(51701,1,1,53311,68,3559909151,'2016-12-24 09:35:29',''),(51702,1,1,53312,75,3559909151,'2016-12-24 09:35:35',''),(51703,1,1,53313,1,1542483289,'2016-12-24 09:58:20',''),(51704,1,1,53314,55,3024883485,'2016-12-24 11:11:51',''),(51705,1,1,53315,6,1152705724,'2016-12-24 11:13:25',''),(51706,1,1,53316,1,3024883611,'2016-12-24 14:47:41',''),(51707,1,1,53317,65,1123632618,'2016-12-24 15:50:57',''),(51708,1,1,53318,56,2420902020,'2016-12-24 16:03:12',''),(51709,1,1,53319,55,2420902020,'2016-12-24 16:03:15',''),(51710,1,1,53320,65,2420902020,'2016-12-24 16:03:18',''),(51711,1,1,53321,1,1123632626,'2016-12-24 16:26:31',''),(51712,1,1,53322,56,3163547664,'2016-12-24 19:08:41',''),(51713,1,1,53323,1,1467205752,'2016-12-24 19:53:00','https://www.google.co.uk/'),(51714,1,1,53324,1,1123631215,'2016-12-24 21:21:17',''),(51715,1,1,53325,45,1152705724,'2016-12-25 01:11:15',''),(51716,1,1,53326,73,3024883618,'2016-12-25 03:14:59',''),(51717,1,1,53327,1,3024883616,'2016-12-25 04:08:39',''),(51718,1,1,53328,1,1123631211,'2016-12-25 04:40:44',''),(51719,1,1,53329,58,3024883616,'2016-12-25 05:28:56',''),(51720,1,1,53330,18,3475901762,'2016-12-25 07:06:48',''),(51721,1,1,53331,1,2637637612,'2016-12-25 07:06:49',''),(51722,1,1,53332,29,3475901762,'2016-12-25 07:06:51',''),(51723,1,1,53333,6,2637637612,'2016-12-25 07:06:51',''),(51724,1,1,53334,43,3475901762,'2016-12-25 07:06:53',''),(51725,1,1,53335,15,2637637612,'2016-12-25 07:06:53',''),(51726,1,1,53336,56,676177757,'2016-12-25 07:06:54',''),(51727,1,1,53337,26,676177757,'2016-12-25 07:06:56',''),(51728,1,1,53338,26,676177757,'2016-12-25 07:06:57',''),(51729,1,1,53339,9,676177757,'2016-12-25 07:06:58',''),(51730,1,1,53340,43,3475901762,'2016-12-25 07:06:59',''),(51731,1,1,53341,3,3475901724,'2016-12-25 07:07:13',''),(51732,1,1,53342,63,3475901724,'2016-12-25 07:07:15',''),(51733,1,1,53343,26,522144093,'2016-12-25 07:28:48',''),(51734,1,1,53344,26,522144093,'2016-12-25 07:28:55',''),(51735,1,1,53345,6,522144093,'2016-12-25 07:29:02',''),(51736,1,1,53346,27,522144093,'2016-12-25 07:29:11',''),(51737,1,1,53347,58,522144093,'2016-12-25 07:29:17',''),(51738,1,1,53348,10,522144093,'2016-12-25 07:29:23',''),(51739,1,1,53349,1,1123631211,'2016-12-25 07:34:17',''),(51740,1,1,53350,30,1123631215,'2016-12-25 07:38:22',''),(51741,1,1,53351,1,1542483303,'2016-12-25 09:54:12',''),(51742,1,1,53352,29,2745975068,'2016-12-25 10:02:31',''),(51743,1,1,53353,1,1123631219,'2016-12-25 10:41:56',''),(51744,1,1,53354,6,1123631215,'2016-12-25 11:03:22',''),(51745,1,1,53355,1,3024883606,'2016-12-25 12:39:43',''),(51746,1,1,53356,1,1123631211,'2016-12-25 12:48:07',''),(51747,1,1,53357,38,84494819,'2016-12-25 13:06:35',''),(51748,1,1,53358,41,84494819,'2016-12-25 13:06:38',''),(51749,1,1,53359,48,84494819,'2016-12-25 13:06:40',''),(51750,1,1,53360,52,84494819,'2016-12-25 13:06:43',''),(51751,1,1,53361,43,3163547688,'2016-12-25 15:11:03',''),(51752,1,1,53362,57,1152705724,'2016-12-25 15:49:03',''),(51753,1,1,53364,1,1123631211,'2016-12-25 16:40:56',''),(51754,1,1,53365,28,3281683737,'2016-12-25 18:18:41',''),(51755,1,1,53366,50,3281683737,'2016-12-25 18:18:46',''),(51756,1,1,53367,51,3281683737,'2016-12-25 18:18:50',''),(51757,1,1,53368,69,3281683737,'2016-12-25 18:18:53',''),(51758,1,1,53369,68,1123631563,'2016-12-25 18:59:19',''),(51759,1,1,53370,19,1123631571,'2016-12-25 20:03:10',''),(51760,1,1,53371,55,1123638732,'2016-12-25 20:49:00','http://www.google.com/search'),(51761,1,1,53372,1,1123631571,'2016-12-25 21:34:53',''),(51762,1,1,53373,49,3024883594,'2016-12-25 22:01:00',''),(51763,1,1,53374,19,1123631571,'2016-12-25 23:28:18',''),(51764,1,1,53375,1,1123631571,'2016-12-26 01:58:16',''),(51765,1,1,53376,19,1123631563,'2016-12-26 01:59:00',''),(51766,1,1,53377,1,1123631567,'2016-12-26 02:14:11',''),(51767,1,1,53378,1,1123631571,'2016-12-26 03:04:47',''),(51768,1,1,53380,1,1123631567,'2016-12-26 03:34:10',''),(51769,1,1,53381,1,1170580419,'2016-12-26 03:35:35',''),(51770,1,1,53382,19,1123631571,'2016-12-26 05:02:27',''),(51771,1,1,53383,1,1123631567,'2016-12-26 06:47:51',''),(51772,1,1,53384,26,1053988086,'2016-12-26 07:48:11',''),(51773,1,1,53385,26,1053988086,'2016-12-26 07:48:14',''),(51774,1,1,53386,26,1053988086,'2016-12-26 07:48:17',''),(51775,1,1,53387,15,1053988086,'2016-12-26 07:48:20',''),(51776,1,1,53388,1,1053988086,'2016-12-26 07:48:24',''),(51777,1,1,53389,1,1053988086,'2016-12-26 07:48:27',''),(51778,1,1,53390,6,2071807829,'2016-12-26 08:01:29',''),(51779,1,1,53391,73,3024883598,'2016-12-26 08:23:28',''),(51780,1,1,53392,1,39938235,'2016-12-26 09:13:35','https://www.google.co.uk/'),(51781,1,1,53393,1,1041806726,'2016-12-26 09:14:07',''),(51782,1,1,53394,1,1542483319,'2016-12-26 09:47:04',''),(51783,1,1,53395,1,2637637612,'2016-12-26 09:51:53',''),(51784,1,1,53396,1,3512711772,'2016-12-26 10:18:00',''),(51785,1,1,53397,1,1123631563,'2016-12-26 10:41:32',''),(51786,1,1,53398,26,2917834746,'2016-12-26 12:16:56',''),(51787,1,1,53399,26,2917834746,'2016-12-26 12:17:00',''),(51788,1,1,53400,26,2917834746,'2016-12-26 12:17:03',''),(51789,1,1,53401,26,2917834746,'2016-12-26 12:17:06',''),(51790,1,1,53402,26,2917834746,'2016-12-26 12:17:09',''),(51791,1,1,53403,43,2917834746,'2016-12-26 12:17:14',''),(51792,1,1,53404,43,3024883472,'2016-12-26 12:21:20',''),(51793,1,1,53405,1,676695033,'2016-12-26 15:24:47',''),(51794,1,1,53406,48,1152705724,'2016-12-26 19:24:55',''),(51795,1,1,53407,1,1123631854,'2016-12-26 19:32:24',''),(51796,1,1,53408,49,3024883478,'2016-12-26 21:09:58',''),(51797,1,1,53409,1,3495654154,'2016-12-26 23:39:34',''),(51798,1,1,53410,54,2071807859,'2016-12-27 01:03:20',''),(51799,1,1,53411,1,3475901697,'2016-12-27 01:38:30',''),(51800,1,1,53412,6,3475901697,'2016-12-27 01:38:31',''),(51801,1,1,53413,15,3475901697,'2016-12-27 01:38:32',''),(51802,1,1,53414,3,2637637608,'2016-12-27 01:38:34',''),(51803,1,1,53415,63,2637637608,'2016-12-27 01:38:36',''),(51804,1,1,53416,18,3475901762,'2016-12-27 01:40:42',''),(51805,1,1,53417,29,3475901762,'2016-12-27 01:40:43',''),(51806,1,1,53418,43,3475901762,'2016-12-27 01:40:44',''),(51807,1,1,53419,43,3475901762,'2016-12-27 01:40:46',''),(51808,1,1,53420,56,676177757,'2016-12-27 03:51:43',''),(51809,1,1,53421,26,676177757,'2016-12-27 03:51:45',''),(51810,1,1,53422,26,676177757,'2016-12-27 03:51:45',''),(51811,1,1,53423,9,676177757,'2016-12-27 03:51:46',''),(51812,1,1,53424,1,1542483279,'2016-12-27 09:56:43',''),(51813,1,1,53425,65,3024883612,'2016-12-27 11:03:21',''),(51814,1,1,53426,6,1123631854,'2016-12-27 11:15:42',''),(51815,1,1,53427,1,1089906060,'2016-12-27 12:08:20','http://whois.domaintools.com/mstyresblackburn.co.uk'),(51816,1,1,53428,1,1329784669,'2016-12-27 13:10:15','https://www.google.co.uk/'),(51817,1,1,53429,1,1041806727,'2016-12-27 13:10:46',''),(51818,1,1,53430,1,1123631854,'2016-12-27 13:46:32',''),(51819,1,1,53431,43,3024883604,'2016-12-27 14:32:14',''),(51820,1,1,53432,1,1152705724,'2016-12-27 16:39:09',''),(51821,1,1,53433,1,3024883468,'2016-12-27 18:27:55',''),(51822,1,1,53434,1,3702877362,'2016-12-27 19:20:03',''),(51823,1,1,53435,65,3024883612,'2016-12-27 19:40:07',''),(51824,1,1,53436,1,1309880401,'2016-12-27 21:35:08',''),(51825,1,1,53437,58,3024883468,'2016-12-28 03:31:09',''),(51826,1,1,53438,1,3495573956,'2016-12-28 05:38:55',''),(51827,1,1,53439,1,1123631211,'2016-12-28 06:29:17',''),(51828,1,1,53440,1,1123631211,'2016-12-28 07:59:24',''),(51829,1,1,53442,1,1123631211,'2016-12-28 09:41:19',''),(51830,1,1,53443,69,1123631219,'2016-12-28 09:55:36',''),(51831,1,1,53444,1,1542483319,'2016-12-28 10:03:00',''),(51832,1,1,53445,43,2071807848,'2016-12-28 10:03:03',''),(51833,1,1,53446,53,1123631211,'2016-12-28 10:16:22',''),(51834,1,1,53448,1,1796608204,'2016-12-28 10:21:22',''),(51835,1,1,53449,6,2420902020,'2016-12-28 10:59:36',''),(51836,1,1,53450,9,2420902020,'2016-12-28 10:59:38',''),(51837,1,1,53451,43,2420902020,'2016-12-28 10:59:41',''),(51838,1,1,53452,45,2420902020,'2016-12-28 10:59:44',''),(51839,1,1,53453,57,2420902020,'2016-12-28 10:59:46',''),(51840,1,1,53454,16,2420902020,'2016-12-28 10:59:50',''),(51841,1,1,53455,1,3024883614,'2016-12-28 11:51:37',''),(51842,1,1,53456,1,1123631211,'2016-12-28 14:41:59',''),(51843,1,1,53457,46,1123631215,'2016-12-28 15:34:46',''),(51844,1,1,53458,1,1123631219,'2016-12-28 17:26:15',''),(51845,1,1,53459,46,3024883487,'2016-12-28 17:29:13',''),(51846,1,1,53460,63,1123631215,'2016-12-28 17:37:26',''),(51847,1,1,53461,1,1123631215,'2016-12-28 18:22:47',''),(51848,1,1,53462,1,1123631211,'2016-12-28 18:25:27',''),(51849,1,1,53463,6,3163547672,'2016-12-28 18:48:58',''),(51850,1,1,53464,6,3163547672,'2016-12-28 18:49:02',''),(51851,1,1,53465,31,1170583834,'2016-12-28 20:11:50',''),(51852,1,1,53466,47,1170583834,'2016-12-28 20:11:54',''),(51853,1,1,53467,1,1123631215,'2016-12-28 21:48:39',''),(51854,1,1,53468,1,3024883616,'2016-12-28 21:59:59',''),(51855,1,1,53469,64,1123631211,'2016-12-28 22:32:22',''),(51856,1,1,53470,19,1123631219,'2016-12-28 23:20:55',''),(51857,1,1,53471,52,3024883592,'2016-12-29 00:29:10',''),(51858,1,1,53472,1,1159644914,'2016-12-29 01:07:52',''),(51859,1,1,53473,1,1159644914,'2016-12-29 01:07:57',''),(51860,1,1,53474,1,1159644914,'2016-12-29 01:08:02',''),(51861,1,1,53475,1,1159644914,'2016-12-29 01:08:05',''),(51862,1,1,53476,1,1159644914,'2016-12-29 01:08:09',''),(51863,1,1,53477,1,1159644914,'2016-12-29 01:08:14',''),(51864,1,1,53478,1,1159644914,'2016-12-29 01:08:17',''),(51865,1,1,53479,1,1159644914,'2016-12-29 01:08:21',''),(51866,1,1,53480,6,3163547682,'2016-12-29 05:59:41',''),(51867,1,1,53481,6,3163547682,'2016-12-29 05:59:51',''),(51868,1,1,53482,69,3024883604,'2016-12-29 06:22:27',''),(51869,1,1,53483,1,3024883482,'2016-12-29 08:02:56',''),(51870,1,1,53484,1,1542483325,'2016-12-29 09:49:23',''),(51871,1,1,53485,1,1344993025,'2016-12-29 10:38:40','https://www.google.co.uk/'),(51872,1,1,53486,1,1344993025,'2016-12-29 10:38:40','https://www.google.co.uk/'),(51873,1,1,53487,6,3163547667,'2016-12-29 11:14:28',''),(51874,1,1,53488,6,3163547667,'2016-12-29 11:14:36',''),(51875,1,1,53489,6,3163547667,'2016-12-29 11:15:10',''),(51876,1,1,53490,6,3163547667,'2016-12-29 11:15:13',''),(51877,1,1,53491,6,1123631219,'2016-12-29 11:21:33',''),(51878,1,1,53492,74,2745975457,'2016-12-29 12:05:20',''),(51879,1,1,53493,1,597486341,'2016-12-29 15:07:07',''),(51880,1,1,53494,43,3277397562,'2016-12-29 15:07:50','http://www.bing.com/search?q=m+s+tyres+gloucester&src=IE-TopResult&FORM=IETR02&conversationid=&adlt=strict'),(51881,1,1,53495,1,1534681393,'2016-12-29 16:01:42',''),(51882,1,1,53496,3,2637637608,'2016-12-29 16:08:39',''),(51883,1,1,53497,63,2637637608,'2016-12-29 16:08:40',''),(51884,1,1,53498,18,3475901823,'2016-12-29 16:08:44',''),(51885,1,1,53499,29,3475901823,'2016-12-29 16:08:45',''),(51886,1,1,53500,43,3475901823,'2016-12-29 16:08:46',''),(51887,1,1,53501,43,3475901823,'2016-12-29 16:08:48',''),(51888,1,1,53502,56,3475901865,'2016-12-29 16:08:48',''),(51889,1,1,53503,26,3475901865,'2016-12-29 16:08:50',''),(51890,1,1,53504,26,3475901865,'2016-12-29 16:08:51',''),(51891,1,1,53505,9,3475901865,'2016-12-29 16:08:52',''),(51892,1,1,53506,1,3475901697,'2016-12-29 16:09:00',''),(51893,1,1,53507,6,3475901697,'2016-12-29 16:09:01',''),(51894,1,1,53508,15,3475901697,'2016-12-29 16:09:02',''),(51895,1,1,53509,6,3475901697,'2016-12-29 16:09:13',''),(51896,1,1,53510,1,3339975108,'2016-12-29 16:53:43',''),(51897,1,1,53511,1,3240518906,'2016-12-29 16:53:44','http://www.bing.com/search?q=205+55+r16+tyres+in+blackburn&qs=n&form=QBRE&sp=-1&pq=205+55+r16+tyres+in&sc=0-19&sk=&cvid=6AD169B0BFDD4326983C62933FE7EC53'),(51898,1,1,53512,52,3024883463,'2016-12-29 17:28:15',''),(51899,1,1,53513,69,3024883612,'2016-12-29 18:01:46',''),(51900,1,1,53514,6,3163547667,'2016-12-29 18:21:41',''),(51901,1,1,53515,6,3163547667,'2016-12-29 18:21:48',''),(51902,1,1,53516,63,2366148121,'2016-12-29 20:28:40',''),(51903,1,1,53517,45,2745975271,'2016-12-29 23:31:41',''),(51904,1,1,53518,6,3163547670,'2016-12-30 01:22:04',''),(51905,1,1,53519,6,3163547670,'2016-12-30 01:22:09',''),(51906,1,1,53520,6,3163547670,'2016-12-30 01:22:36',''),(51907,1,1,53521,6,3163547670,'2016-12-30 01:22:42',''),(51908,1,1,53522,6,3163547670,'2016-12-30 01:23:11',''),(51909,1,1,53523,6,3163547670,'2016-12-30 01:23:16',''),(51910,1,1,53524,6,3163547670,'2016-12-30 01:23:26',''),(51911,1,1,53525,6,3163547670,'2016-12-30 01:23:56',''),(51912,1,1,53526,1,597428230,'2016-12-30 02:17:57',''),(51913,1,1,53527,1,3156762438,'2016-12-30 03:04:11',''),(51914,1,1,53528,1,3156762438,'2016-12-30 03:04:14',''),(51915,1,1,53529,1,3156762438,'2016-12-30 03:04:16',''),(51916,1,1,53530,1,3156762438,'2016-12-30 03:04:19',''),(51917,1,1,53531,1,3156762438,'2016-12-30 03:04:21',''),(51918,1,1,53532,1,3156762438,'2016-12-30 03:04:24',''),(51919,1,1,53533,1,3156762438,'2016-12-30 03:04:27',''),(51920,1,1,53534,1,3156762438,'2016-12-30 03:04:31',''),(51921,1,1,53535,1,3024883597,'2016-12-30 03:55:39',''),(51922,1,1,53536,3,84498858,'2016-12-30 08:02:16',''),(51923,1,1,53537,26,84498858,'2016-12-30 08:02:19',''),(51924,1,1,53538,26,84498858,'2016-12-30 08:02:21',''),(51925,1,1,53539,1,84498858,'2016-12-30 08:02:26',''),(51926,1,1,53540,1,84498858,'2016-12-30 08:02:29',''),(51927,1,1,53541,1,3024883592,'2016-12-30 09:27:19',''),(51928,1,1,53542,1,1542483269,'2016-12-30 09:37:54',''),(51929,1,1,53543,1,3024883490,'2016-12-30 10:00:48',''),(51930,1,1,53544,1,1384444508,'2016-12-30 10:32:41','https://www.google.co.uk/'),(51931,1,1,53545,6,3163547667,'2016-12-30 10:48:07',''),(51932,1,1,53546,6,3163547667,'2016-12-30 10:48:12',''),(51933,1,1,53547,56,1444794697,'2016-12-30 17:19:32','https://www.google.co.uk/'),(51934,1,1,53548,1,1123631219,'2016-12-30 20:08:55',''),(51935,1,1,53549,55,1152705724,'2016-12-30 23:10:14',''),(51936,1,1,53550,1,3024883606,'2016-12-30 23:51:46',''),(51937,1,1,53551,1,1123631215,'2016-12-31 03:37:16',''),(51938,1,1,53552,6,3163547682,'2016-12-31 05:38:11',''),(51939,1,1,53553,1,1123638731,'2016-12-31 08:53:29','https://www.google.co.uk/'),(51940,1,1,53554,1,1542483282,'2016-12-31 09:29:45',''),(51941,1,1,53555,19,1123631219,'2016-12-31 09:44:06',''),(51942,1,1,53556,72,3024883469,'2016-12-31 10:10:14',''),(51943,1,1,53557,1,1384436990,'2016-12-31 10:35:55',''),(51944,1,1,53558,6,1123631219,'2016-12-31 11:06:41',''),(51945,1,1,53559,19,1123631215,'2016-12-31 11:33:32',''),(51946,1,1,53560,56,3475901792,'2016-12-31 11:56:49',''),(51947,1,1,53561,1,1366153761,'2016-12-31 14:50:15','https://www.google.co.uk/'),(51948,1,1,53562,19,1123631211,'2016-12-31 14:55:14',''),(51949,1,1,53563,19,1123631215,'2016-12-31 16:13:08',''),(51950,1,1,53564,75,3024883611,'2016-12-31 16:42:42',''),(51951,1,1,53565,48,2745975146,'2016-12-31 17:07:04',''),(51952,1,1,53566,1,3512711831,'2016-12-31 17:39:07',''),(51953,1,1,53567,38,1123631215,'2016-12-31 17:40:32',''),(51954,1,1,53568,16,2366158595,'2016-12-31 22:26:08',''),(51955,1,1,53569,72,3024883595,'2016-12-31 23:15:07',''),(51956,1,1,53570,1,1159644874,'2017-01-01 02:14:11',''),(51957,1,1,53571,1,1159644874,'2017-01-01 02:14:23',''),(51958,1,1,53572,1,1159644874,'2017-01-01 02:14:37',''),(51959,1,1,53573,1,1159644874,'2017-01-01 02:14:46',''),(51960,1,1,53574,1,1159644874,'2017-01-01 02:14:53',''),(51961,1,1,53575,1,1159644874,'2017-01-01 02:15:02',''),(51962,1,1,53576,1,1159644874,'2017-01-01 02:15:12',''),(51963,1,1,53577,1,1159644874,'2017-01-01 02:15:23',''),(51964,1,1,53578,1,3024883480,'2017-01-01 03:07:02',''),(51965,1,1,53579,6,3163547670,'2017-01-01 03:30:04',''),(51966,1,1,53580,6,3163547670,'2017-01-01 03:30:09',''),(51967,1,1,53581,1,3024883485,'2017-01-01 04:09:32',''),(51968,1,1,53582,1,3479603870,'2017-01-01 04:49:17',''),(51969,1,1,53583,1,1072954439,'2017-01-01 08:24:33',''),(51970,1,1,53584,1,1542483304,'2017-01-01 09:41:46',''),(51971,1,1,53585,51,1123631219,'2017-01-01 11:13:08',''),(51972,1,1,53586,1,1123631211,'2017-01-01 12:53:37',''),(51973,1,1,53587,18,2745975085,'2017-01-01 13:29:20',''),(51974,1,1,53588,3,1534684471,'2017-01-01 14:31:23',''),(51975,1,1,53589,1,1377062808,'2017-01-01 16:10:55',''),(51976,1,1,53590,51,1123631219,'2017-01-01 17:05:08',''),(51977,1,1,53591,47,3024883615,'2017-01-01 17:42:05',''),(51978,1,1,53592,1,1558071181,'2017-01-01 19:46:03',''),(51979,1,1,53593,1,3024883475,'2017-01-01 20:33:54',''),(51980,1,1,53594,6,392829874,'2017-01-01 21:49:08',''),(51981,1,1,53595,1,1968049426,'2017-01-02 01:49:45',''),(51982,1,1,53596,31,3024883490,'2017-01-02 02:29:00',''),(51983,1,1,53597,1,1123631219,'2017-01-02 03:14:18',''),(51984,1,1,53598,65,1123631211,'2017-01-02 03:38:43',''),(51985,1,1,53600,1,3233507563,'2017-01-02 04:25:44',''),(51986,1,1,53601,1,3233507563,'2017-01-02 04:25:47',''),(51987,1,1,53602,1,3233507563,'2017-01-02 04:25:50',''),(51988,1,1,53603,1,3233507563,'2017-01-02 04:25:53',''),(51989,1,1,53604,1,3233507563,'2017-01-02 04:25:55',''),(51990,1,1,53605,1,3233507563,'2017-01-02 04:25:58',''),(51991,1,1,53606,1,3233507563,'2017-01-02 04:26:00',''),(51992,1,1,53607,1,3233507563,'2017-01-02 04:26:03',''),(51993,1,1,53608,6,1123631211,'2017-01-02 07:46:46',''),(51994,1,1,53609,75,3024883464,'2017-01-02 08:27:30',''),(51995,1,1,53610,15,1577958778,'2017-01-02 08:45:37','https://www.google.co.uk/'),(51996,1,1,53611,26,872361731,'2017-01-02 08:51:11',''),(51997,1,1,53612,3,1152705724,'2017-01-02 09:04:31',''),(51998,1,1,53613,1,1377062808,'2017-01-02 09:07:36','https://www.google.co.uk/'),(51999,1,1,53614,1,1542483305,'2017-01-02 09:46:11',''),(52000,1,1,53615,62,1123631211,'2017-01-02 09:48:06',''),(52001,1,1,53616,66,3024883606,'2017-01-02 10:07:58',''),(52002,1,1,53617,1,3024883598,'2017-01-02 10:41:28',''),(52003,1,1,53618,52,1123631219,'2017-01-02 12:06:42',''),(52004,1,1,53619,1,1123631215,'2017-01-02 12:18:47',''),(52005,1,1,53620,1,1385291187,'2017-01-02 13:23:03','http://www.google.co.uk/search?q=Tyres+whitebirk&client=ms-opera_mb_no&channel=bh&gws_rd=cr&ei=EFRqWISYDYmla52ogbAN'),(52006,1,1,53621,6,1152705724,'2017-01-02 13:28:45',''),(52007,1,1,53622,1,1123631219,'2017-01-02 15:31:40',''),(52008,1,1,53623,1,1123631215,'2017-01-02 15:32:29',''),(52009,1,1,53624,1,1443255161,'2017-01-02 15:50:19','http://www.google.co.uk/'),(52010,1,1,53625,1,2637637471,'2017-01-02 16:24:50',''),(52011,1,1,53626,66,3024883482,'2017-01-02 16:41:52',''),(52012,1,1,53627,57,3475901827,'2017-01-02 17:21:27',''),(52013,1,1,53628,1,2731721857,'2017-01-02 20:53:15',''),(52014,1,1,53629,1,3024883596,'2017-01-02 22:10:30',''),(52015,1,1,53630,6,3163547664,'2017-01-03 02:52:51',''),(52016,1,1,53631,6,3163547664,'2017-01-03 02:52:54',''),(52017,1,1,53632,1,3495573956,'2017-01-03 03:17:53',''),(52018,1,1,53633,73,1152705724,'2017-01-03 03:21:07',''),(52019,1,1,53634,1,3024883593,'2017-01-03 03:51:58',''),(52020,1,1,53635,6,3163547682,'2017-01-03 04:00:16',''),(52021,1,1,53636,43,3024883478,'2017-01-03 04:25:27',''),(52022,1,1,53637,1,1542483281,'2017-01-03 09:26:43',''),(52023,1,1,53638,43,3024883490,'2017-01-03 11:25:29',''),(52024,1,1,53639,1,1123631215,'2017-01-03 12:31:40',''),(52025,1,1,53640,1,3024883463,'2017-01-03 13:17:07',''),(52026,1,1,53641,1,599272526,'2017-01-03 13:25:23',''),(52027,1,1,53642,42,1072954427,'2017-01-03 14:28:15',''),(52028,1,1,53643,6,3163547682,'2017-01-03 14:28:42',''),(52029,1,1,53644,6,3163547682,'2017-01-03 14:28:52',''),(52030,1,1,53645,29,84491906,'2017-01-03 15:44:22',''),(52031,1,1,53646,1,1152705724,'2017-01-03 16:17:06',''),(52032,1,1,53647,68,2982006978,'2017-01-03 19:25:54','https://www.google.com/'),(52033,1,1,53648,23,1123631219,'2017-01-03 21:17:24',''),(52034,1,1,53649,1,1123631215,'2017-01-03 21:23:51',''),(52035,1,1,53650,1,3024883608,'2017-01-03 22:06:07',''),(52036,1,1,53651,1,3024883469,'2017-01-03 23:46:33',''),(52037,1,1,53652,51,1123631219,'2017-01-04 00:42:24',''),(52038,1,1,53653,59,3024883490,'2017-01-04 03:09:15',''),(52039,1,1,53654,1,3024883465,'2017-01-04 03:42:45',''),(52040,1,1,53655,63,2637637415,'2017-01-04 04:22:40',''),(52041,1,1,53656,26,2637637478,'2017-01-04 04:22:43',''),(52042,1,1,53657,9,2637637478,'2017-01-04 04:22:44',''),(52043,1,1,53658,26,2637637478,'2017-01-04 04:22:45',''),(52044,1,1,53659,56,2637637478,'2017-01-04 04:22:47',''),(52045,1,1,53660,43,2637637528,'2017-01-04 04:22:48',''),(52046,1,1,53661,29,2637637528,'2017-01-04 04:22:49',''),(52047,1,1,53662,43,2637637528,'2017-01-04 04:22:51',''),(52048,1,1,53663,18,2637637528,'2017-01-04 04:22:52',''),(52049,1,1,53664,1,2637637471,'2017-01-04 04:23:12',''),(52050,1,1,53665,6,2637637471,'2017-01-04 04:23:13',''),(52051,1,1,53666,15,2637637471,'2017-01-04 04:23:15',''),(52052,1,1,53667,1,2366158595,'2017-01-04 04:46:19',''),(52053,1,1,53668,38,3024883611,'2017-01-04 04:49:42',''),(52054,1,1,53669,14,3024883489,'2017-01-04 05:23:12',''),(52055,1,1,53670,48,1123631215,'2017-01-04 05:43:46',''),(52056,1,1,53671,63,2637637415,'2017-01-04 09:31:03',''),(52057,1,1,53672,1,1542483272,'2017-01-04 09:35:18',''),(52058,1,1,53673,6,1123631211,'2017-01-04 11:07:33',''),(52059,1,1,53674,64,872293691,'2017-01-04 11:15:49',''),(52060,1,1,53675,67,872293691,'2017-01-04 11:15:52',''),(52061,1,1,53676,30,1123631219,'2017-01-04 11:23:32',''),(52062,1,1,53677,43,2637637528,'2017-01-04 13:37:05',''),(52063,1,1,53678,48,2637637415,'2017-01-04 14:01:50',''),(52064,1,1,53679,1,1123631211,'2017-01-04 14:38:43',''),(52065,1,1,53680,6,3163547674,'2017-01-04 14:55:25',''),(52066,1,1,53681,6,3163547674,'2017-01-04 14:55:33',''),(52067,1,1,53682,1,872361725,'2017-01-04 22:55:31',''),(52068,1,1,53683,1,2637637399,'2017-01-04 23:19:28',''),(52069,1,1,53684,1,1123632626,'2017-01-04 23:28:29',''),(52070,1,1,53685,6,3163547670,'2017-01-05 00:21:56',''),(52071,1,1,53686,6,3163547670,'2017-01-05 00:22:03',''),(52072,1,1,53687,38,3024883616,'2017-01-05 01:30:49',''),(52073,1,1,53688,1,3024883465,'2017-01-05 02:04:19',''),(52074,1,1,53689,62,1152705724,'2017-01-05 05:55:37',''),(52075,1,1,53690,1,3024883612,'2017-01-05 08:13:10',''),(52076,1,1,53691,6,3163547685,'2017-01-05 08:46:43',''),(52077,1,1,53692,6,3163547685,'2017-01-05 08:46:47',''),(52078,1,1,53693,15,2637637399,'2017-01-05 09:21:28',''),(52079,1,1,53694,1,1542483299,'2017-01-05 09:26:55',''),(52080,1,1,53695,1,3024883597,'2017-01-05 10:01:31',''),(52081,1,1,53696,72,3024883481,'2017-01-05 12:37:11',''),(52082,1,1,53697,1,856266729,'2017-01-05 12:47:23','http://www.google.co.uk/url?sa=t&rct=j&q=MS+Tyres+Blackburn+Blackburn&source=web&cd=5&ved=0ahUKEwjJ8Z_nhKvRAhXrLMAKHSniCjEQ_BcIRigAMAQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(52083,1,1,53698,1,2954623363,'2017-01-05 13:38:55','https://www.google.co.uk/'),(52084,1,1,53699,1,676695033,'2017-01-05 15:26:15',''),(52085,1,1,53700,65,1603523705,'2017-01-05 16:33:46',''),(52086,1,1,53701,48,1330509479,'2017-01-05 16:37:02','https://www.google.co.uk/'),(52087,1,1,53702,1,1041806727,'2017-01-05 16:45:07',''),(52088,1,1,53703,1,1433615561,'2017-01-05 16:56:59','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwji0KvNvKvRAhXB0hoKHUl2BgYQFggbMAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&sig2=Oz5CR0_lCDW7Hk1WSZ64wA&bvm=bv.142059868,d.d2s'),(52089,1,1,53704,1,3024883597,'2017-01-05 17:11:23',''),(52090,1,1,53700,65,1603523705,'2017-01-05 17:14:23','https://www.google.co.uk/'),(52091,1,1,53705,56,3024883614,'2017-01-05 17:44:51',''),(52092,1,1,53706,9,1123631215,'2017-01-05 21:11:56',''),(52093,1,1,53707,1,1377632350,'2017-01-05 22:38:33',''),(52094,1,1,53708,1,1435459378,'2017-01-05 23:07:44','http://burger-imperia.com/'),(52095,1,1,53709,1,1570691124,'2017-01-05 23:19:47','http://burger-imperia.com/'),(52096,1,1,53710,1,3495654154,'2017-01-06 00:17:32',''),(52097,1,1,53711,1,1567842254,'2017-01-06 00:30:15','http://burger-imperia.com/'),(52098,1,1,53712,1,629334917,'2017-01-06 00:48:38','http://burger-imperia.com/'),(52099,1,1,53713,1,635184074,'2017-01-06 01:04:06','http://burger-imperia.com/'),(52100,1,1,53714,1,1366119689,'2017-01-06 01:45:11',''),(52101,1,1,53715,1,1366119689,'2017-01-06 01:45:14',''),(52102,1,1,53716,1,1366119689,'2017-01-06 01:45:16',''),(52103,1,1,53717,1,1366119689,'2017-01-06 01:45:19',''),(52104,1,1,53718,1,1366119689,'2017-01-06 01:45:22',''),(52105,1,1,53719,1,1366119689,'2017-01-06 01:45:25',''),(52106,1,1,53720,1,1366119689,'2017-01-06 01:45:29',''),(52107,1,1,53721,1,1366119689,'2017-01-06 01:45:32',''),(52108,1,1,53722,1,1592981016,'2017-01-06 02:54:46','http://burger-imperia.com/'),(52109,1,1,53723,15,1152705724,'2017-01-06 03:03:30',''),(52110,1,1,53724,1,3024883597,'2017-01-06 03:13:55',''),(52111,1,1,53725,22,1123631219,'2017-01-06 03:35:36',''),(52112,1,1,53726,14,1123631215,'2017-01-06 04:26:36',''),(52113,1,1,53727,3,1123631211,'2017-01-06 05:04:03',''),(52114,1,1,53728,1,3223591684,'2017-01-06 07:53:58','http://burger-imperia.com/'),(52115,1,1,53729,1,3024883595,'2017-01-06 08:24:22',''),(52116,1,1,53561,23,1366153761,'2017-01-06 08:38:09','https://www.google.co.uk/'),(52117,1,1,53730,54,3024883613,'2017-01-06 09:31:20',''),(52118,1,1,53731,1,1542483326,'2017-01-06 09:40:10',''),(52119,1,1,53732,15,1454294618,'2017-01-06 10:48:17','https://www.google.co.uk/'),(52120,1,1,53733,1,2916144498,'2017-01-06 11:27:12','http://burger-imperia.com/'),(52121,1,1,53734,1,856102832,'2017-01-06 11:48:59','https://www.google.co.uk/'),(52122,1,1,53735,54,1123631211,'2017-01-06 12:19:59',''),(52123,1,1,53736,54,1123631215,'2017-01-06 12:26:18',''),(52124,1,1,53700,65,3156059368,'2017-01-06 14:37:39','https://www.google.co.uk/'),(52125,1,1,53737,43,2745975408,'2017-01-06 15:29:05',''),(52126,1,1,53707,1,1377632350,'2017-01-06 15:43:35',''),(52127,1,1,53738,56,1603505134,'2017-01-06 16:03:36',''),(52128,1,1,53739,6,1123633420,'2017-01-06 19:03:49',''),(52129,1,1,53740,1,1123631567,'2017-01-06 22:28:42',''),(52130,1,1,53741,42,1123631563,'2017-01-06 22:49:32',''),(52131,1,1,53742,56,3024883464,'2017-01-07 01:44:09',''),(52132,1,1,53743,15,2745975324,'2017-01-07 04:09:09',''),(52133,1,1,53744,65,3475901872,'2017-01-07 04:21:00',''),(52134,1,1,53745,1,2637637600,'2017-01-07 06:19:38',''),(52135,1,1,53746,55,2745975021,'2017-01-07 07:56:03',''),(52136,1,1,53747,1,2538613875,'2017-01-07 09:11:20',''),(52137,1,1,53748,26,2538613875,'2017-01-07 09:11:23',''),(52138,1,1,53749,71,2538613875,'2017-01-07 09:11:25',''),(52139,1,1,53750,1,1542483307,'2017-01-07 09:18:57',''),(52140,1,1,53751,1,1123631563,'2017-01-07 10:38:10',''),(52141,1,1,53752,3,2637637434,'2017-01-07 10:58:02',''),(52142,1,1,53753,3,2637637434,'2017-01-07 10:58:04',''),(52143,1,1,53754,1,3024883591,'2017-01-07 11:26:44',''),(52144,1,1,53755,1,3024883607,'2017-01-07 11:26:46',''),(52145,1,1,53756,1,773600662,'2017-01-07 11:52:41',''),(52146,1,1,53757,64,3024883466,'2017-01-07 12:33:42',''),(52147,1,1,53561,23,1366153761,'2017-01-07 12:38:06','https://www.google.co.uk/'),(52148,1,1,53758,1,3024883478,'2017-01-07 15:30:00',''),(52149,1,1,53759,1,1489375244,'2017-01-07 15:54:14',''),(52150,1,1,53760,3,1123631563,'2017-01-07 16:36:09',''),(52151,1,1,53761,1,1123631571,'2017-01-07 20:16:10',''),(52152,1,1,53762,1,1123631567,'2017-01-07 20:42:21',''),(52153,1,1,53763,1,3024883473,'2017-01-07 23:34:05',''),(52154,1,1,53764,1,3024883479,'2017-01-07 23:34:08',''),(52155,1,1,53765,29,1152705724,'2017-01-08 00:12:35',''),(52156,1,1,53766,64,3024883467,'2017-01-08 01:40:19',''),(52157,1,1,53767,1,1123631567,'2017-01-08 06:55:09',''),(52158,1,1,53768,43,2637637528,'2017-01-08 07:21:06',''),(52159,1,1,53769,6,1123631567,'2017-01-08 07:49:39',''),(52160,1,1,53770,28,2366158595,'2017-01-08 07:54:44',''),(52161,1,1,53771,1,1123631563,'2017-01-08 09:16:22',''),(52162,1,1,53772,1,1542483312,'2017-01-08 09:21:43',''),(52163,1,1,53773,1,778688137,'2017-01-08 13:41:42',''),(52164,1,1,53774,54,2745975299,'2017-01-08 15:18:14',''),(52165,1,1,53775,6,3163547688,'2017-01-08 16:13:35',''),(52166,1,1,53776,6,3163547688,'2017-01-08 16:13:40',''),(52167,1,1,53777,3,1123631215,'2017-01-08 18:18:40',''),(52168,1,1,53778,1,1159644874,'2017-01-08 19:51:15',''),(52169,1,1,53779,1,1159644874,'2017-01-08 19:51:27',''),(52170,1,1,53780,1,1159644874,'2017-01-08 19:51:32',''),(52171,1,1,53781,1,1159644874,'2017-01-08 19:51:35',''),(52172,1,1,53782,1,1159644874,'2017-01-08 19:51:39',''),(52173,1,1,53783,1,1159644874,'2017-01-08 19:51:42',''),(52174,1,1,53784,1,1159644874,'2017-01-08 19:51:45',''),(52175,1,1,53785,1,1159644874,'2017-01-08 19:51:51',''),(52176,1,1,53786,54,3024883616,'2017-01-08 20:56:12',''),(52177,1,1,53787,22,1123631215,'2017-01-08 23:21:08',''),(52178,1,1,53788,1,1123631215,'2017-01-08 23:54:07',''),(52179,1,1,53789,19,1123631215,'2017-01-09 00:31:24',''),(52180,1,1,53790,6,3163547667,'2017-01-09 02:16:16',''),(52181,1,1,53791,6,3163547667,'2017-01-09 02:16:21',''),(52182,1,1,53792,1,3024883615,'2017-01-09 02:40:28',''),(52183,1,1,53793,6,3427775628,'2017-01-09 04:47:07',''),(52184,1,1,53794,1,2637637600,'2017-01-09 08:58:14',''),(52185,1,1,53795,1,1123631215,'2017-01-09 09:17:46',''),(52186,1,1,53796,1,1542483282,'2017-01-09 09:25:48',''),(52187,1,1,53797,1,3427775524,'2017-01-09 10:14:10',''),(52188,1,1,53798,1,2455416934,'2017-01-09 10:21:21',''),(52189,1,1,53799,1,1442938187,'2017-01-09 11:32:53','https://www.google.co.uk/'),(52190,1,1,53800,70,3024883488,'2017-01-09 14:22:45',''),(52191,1,1,53801,1,2731721857,'2017-01-09 15:32:21',''),(52192,1,1,53802,1,3024883598,'2017-01-09 15:33:23',''),(52193,1,1,53803,16,2745975443,'2017-01-09 15:33:39',''),(52194,1,1,53804,63,3024883474,'2017-01-09 19:04:32',''),(52195,1,1,53805,52,2637637600,'2017-01-09 19:09:54',''),(52196,1,1,53806,6,3163547661,'2017-01-09 19:25:22',''),(52197,1,1,53807,6,3163547661,'2017-01-09 19:25:26',''),(52198,1,1,53808,1,3024883473,'2017-01-09 20:46:02',''),(52199,1,1,53809,1,1123631211,'2017-01-09 20:49:12',''),(52200,1,1,53810,27,1123631215,'2017-01-09 21:57:44',''),(52201,1,1,53811,1,3479603870,'2017-01-09 23:24:07',''),(52202,1,1,53812,1,3024883483,'2017-01-09 23:58:54',''),(52203,1,1,53813,1,782615949,'2017-01-10 01:04:39',''),(52204,1,1,53814,1,2680907704,'2017-01-10 02:43:26',''),(52205,1,1,53815,6,3163547661,'2017-01-10 03:17:57',''),(52206,1,1,53816,6,3163547661,'2017-01-10 03:18:02',''),(52207,1,1,53817,9,3024883616,'2017-01-10 03:41:00',''),(52208,1,1,53818,1,1123631219,'2017-01-10 04:28:18',''),(52209,1,1,53819,1,917391182,'2017-01-10 04:39:52',''),(52210,1,1,53820,63,2637637501,'2017-01-10 06:07:14',''),(52211,1,1,53821,56,3475901742,'2017-01-10 06:07:17',''),(52212,1,1,53822,26,3475901742,'2017-01-10 06:07:18',''),(52213,1,1,53823,9,3475901742,'2017-01-10 06:07:19',''),(52214,1,1,53824,1,2637637600,'2017-01-10 06:07:34',''),(52215,1,1,53825,15,2637637600,'2017-01-10 06:07:35',''),(52216,1,1,53826,6,2637637600,'2017-01-10 06:07:36',''),(52217,1,1,53827,29,2637637491,'2017-01-10 06:07:38',''),(52218,1,1,53828,43,2637637491,'2017-01-10 06:07:39',''),(52219,1,1,53829,26,2637637491,'2017-01-10 06:07:41',''),(52220,1,1,53830,18,2637637491,'2017-01-10 06:07:42',''),(52221,1,1,53831,43,2637637491,'2017-01-10 06:07:43',''),(52222,1,1,53832,42,1152705724,'2017-01-10 06:08:04',''),(52223,1,1,53833,6,1123631211,'2017-01-10 08:50:09',''),(52224,1,1,53834,27,2745975260,'2017-01-10 09:25:32',''),(52225,1,1,53835,1,1542483321,'2017-01-10 09:32:11',''),(52226,1,1,53836,1,1369299452,'2017-01-10 09:54:26','https://www.google.co.uk/'),(52227,1,1,53837,31,2745975083,'2017-01-10 10:09:48',''),(52228,1,1,53838,26,1152705724,'2017-01-10 10:23:31',''),(52229,1,1,53839,31,3024883596,'2017-01-10 11:22:34',''),(52230,1,1,53840,1,1834079138,'2017-01-10 12:25:35','https://www.google.cz/'),(52231,1,1,53841,14,3024883467,'2017-01-10 14:44:12',''),(52232,1,1,53842,9,2745975357,'2017-01-10 14:49:31',''),(52233,1,1,53843,1,1467044061,'2017-01-10 14:51:16','https://www.google.co.uk/'),(52234,1,1,53844,70,3024883611,'2017-01-10 15:17:43',''),(52235,1,1,53845,1,2637637491,'2017-01-10 15:49:21',''),(52236,1,1,53846,1,3475901742,'2017-01-10 15:49:26',''),(52237,1,1,53847,1,2637637491,'2017-01-10 15:50:35',''),(52238,1,1,53848,41,2071807794,'2017-01-10 16:28:51',''),(52239,1,1,53849,72,2745975314,'2017-01-10 18:19:26',''),(52240,1,1,53850,1,3024883462,'2017-01-10 19:02:26',''),(52241,1,1,53851,43,1546189153,'2017-01-10 22:45:43',''),(52242,1,1,53852,1,1546189153,'2017-01-10 22:45:46',''),(52243,1,1,53853,43,1546189153,'2017-01-10 22:45:50',''),(52244,1,1,53854,44,2366158595,'2017-01-10 23:05:25',''),(52245,1,1,53855,15,1072954402,'2017-01-11 00:27:43',''),(52246,1,1,53856,3,1123631215,'2017-01-11 00:31:40',''),(52247,1,1,53857,1,3024883616,'2017-01-11 01:01:13',''),(52248,1,1,53858,1,3625177473,'2017-01-11 02:33:39',''),(52249,1,1,53859,51,3024883477,'2017-01-11 02:55:22',''),(52250,1,1,53860,1,3024883484,'2017-01-11 08:38:33',''),(52251,1,1,53861,1,778688137,'2017-01-11 08:50:09',''),(52252,1,1,53862,1,1542483280,'2017-01-11 09:43:04',''),(52253,1,1,53863,1,3105214586,'2017-01-11 09:43:46','https://www.google.co.uk/'),(52254,1,1,53864,59,2745975462,'2017-01-11 11:01:51',''),(52255,1,1,53863,1,3105214586,'2017-01-11 12:58:18','https://www.google.co.uk/'),(52256,1,1,53865,1,1534681393,'2017-01-11 13:43:10',''),(52257,1,1,53866,1,1534681393,'2017-01-11 13:43:12',''),(52258,1,1,53867,1,1534681393,'2017-01-11 13:43:15',''),(52259,1,1,53868,1,1534681393,'2017-01-11 13:43:18',''),(52260,1,1,53869,1,1534681393,'2017-01-11 13:43:20',''),(52261,1,1,53870,1,1534681393,'2017-01-11 13:43:23',''),(52262,1,1,53871,1,1534681393,'2017-01-11 13:43:26',''),(52263,1,1,53872,1,1534681393,'2017-01-11 13:43:29',''),(52264,1,1,53873,1,877015103,'2017-01-11 16:01:49',''),(52265,1,1,53874,55,1572100041,'2017-01-11 17:13:23',''),(52266,1,1,53875,55,1572100041,'2017-01-11 17:13:25',''),(52267,1,1,53876,1,1572100041,'2017-01-11 17:13:27',''),(52268,1,1,53877,55,1572100041,'2017-01-11 17:13:29',''),(52269,1,1,53878,62,3024883590,'2017-01-11 20:33:33',''),(52270,1,1,53879,48,1570674763,'2017-01-11 20:42:21',''),(52271,1,1,53880,41,1570674749,'2017-01-11 20:44:26',''),(52272,1,1,53881,69,2366158595,'2017-01-11 20:46:31',''),(52273,1,1,53882,27,2366158595,'2017-01-11 20:48:35',''),(52274,1,1,53883,52,2366158595,'2017-01-11 20:50:41',''),(52275,1,1,53884,1,1123634283,'2017-01-11 23:49:58',''),(52276,1,1,53885,51,3024883476,'2017-01-12 02:08:48',''),(52277,1,1,53886,46,3024883595,'2017-01-12 06:22:31',''),(52278,1,1,53887,66,2745975471,'2017-01-12 07:33:16',''),(52279,1,1,53888,6,1123634283,'2017-01-12 07:51:23',''),(52280,1,1,53889,1,1542483275,'2017-01-12 09:24:36',''),(52281,1,1,53890,1,1123634284,'2017-01-12 09:51:29',''),(52282,1,1,53891,26,1152705724,'2017-01-12 12:20:44',''),(52283,1,1,53892,1,702755120,'2017-01-12 12:40:48',''),(52284,1,1,53893,1,1123631211,'2017-01-12 12:55:47',''),(52285,1,1,53894,1,1368699126,'2017-01-12 14:13:05','https://www.google.co.uk/'),(52286,1,1,53895,23,1123631215,'2017-01-12 15:41:54',''),(52287,1,1,53896,63,1072954390,'2017-01-12 16:17:55',''),(52288,1,1,53897,1,1123631215,'2017-01-12 16:43:17',''),(52289,1,1,53899,1,3024883600,'2017-01-12 17:40:19',''),(52290,1,1,53900,1,3024883469,'2017-01-12 20:18:58',''),(52291,1,1,53901,1,3024883466,'2017-01-12 20:52:09',''),(52292,1,1,53902,68,532266983,'2017-01-12 21:13:19','https://www.google.co.uk/'),(52293,1,1,53903,1,3024883602,'2017-01-13 05:23:28',''),(52294,1,1,53904,6,3024883471,'2017-01-13 05:56:54',''),(52295,1,1,53905,73,1123631211,'2017-01-13 08:34:30',''),(52296,1,1,53906,1,1524023484,'2017-01-13 09:04:58','https://www.google.co.uk/'),(52297,1,1,53907,1,1542483267,'2017-01-13 09:24:41',''),(52298,1,1,53908,1,1443059761,'2017-01-13 13:57:12','https://www.google.co.uk/'),(52299,1,1,53908,1,1443059761,'2017-01-13 14:52:30',''),(52300,1,1,53909,18,2745975944,'2017-01-13 14:59:06',''),(52301,1,1,53910,1,3024883485,'2017-01-13 16:26:06',''),(52302,1,1,53911,1,2916130234,'2017-01-13 16:37:37',''),(52303,1,1,53912,1,3024883468,'2017-01-13 17:56:55',''),(52304,1,1,53913,1,3024883594,'2017-01-13 18:30:24',''),(52305,1,1,53914,1,41755041,'2017-01-13 18:49:28','https://www.google.co.uk/'),(52306,1,1,53915,1,2366145577,'2017-01-13 20:51:49',''),(52307,1,1,53916,1,100662596,'2017-01-13 20:51:53',''),(52308,1,1,53917,6,3024883600,'2017-01-13 22:49:55',''),(52309,1,1,53918,38,1152705724,'2017-01-14 01:45:10',''),(52310,1,1,53919,1,1451413011,'2017-01-14 02:44:08','https://www.bing.com/'),(52311,1,1,53920,74,3024883595,'2017-01-14 06:20:03',''),(52312,1,1,53921,1,2954582463,'2017-01-14 08:12:56','http://www.google.co.uk/'),(52313,1,1,53922,1,1542483325,'2017-01-14 09:26:38',''),(52314,1,1,53923,1,1089906110,'2017-01-14 09:57:09','http://whois.domaintools.com/mstyresblackburn.co.uk'),(52315,1,1,53924,43,884425004,'2017-01-14 10:42:18',''),(52316,1,1,53925,1,884425004,'2017-01-14 10:42:37',''),(52317,1,1,53926,43,884425004,'2017-01-14 10:42:58',''),(52318,1,1,53927,1,2366158595,'2017-01-14 11:35:48',''),(52319,1,1,53928,1,2366158595,'2017-01-14 11:35:52',''),(52320,1,1,53929,1,3024883618,'2017-01-14 12:45:49',''),(52321,1,1,53930,6,1123632622,'2017-01-14 12:54:01',''),(52322,1,1,53931,1,3024883600,'2017-01-14 13:30:40',''),(52323,1,1,53932,1,1159648650,'2017-01-14 15:47:14',''),(52324,1,1,53933,1,1159648650,'2017-01-14 15:47:21',''),(52325,1,1,53934,1,1159648650,'2017-01-14 15:47:24',''),(52326,1,1,53935,1,1159648650,'2017-01-14 15:47:29',''),(52327,1,1,53936,1,1159648650,'2017-01-14 15:47:36',''),(52328,1,1,53937,1,1159648650,'2017-01-14 15:47:45',''),(52329,1,1,53938,1,1159648650,'2017-01-14 15:47:49',''),(52330,1,1,53939,1,1159648650,'2017-01-14 15:48:04',''),(52331,1,1,53940,6,1152705724,'2017-01-14 18:12:57',''),(52332,1,1,53941,1,100662596,'2017-01-14 20:30:31',''),(52333,1,1,53942,1,2366145577,'2017-01-14 20:30:35',''),(52334,1,1,53943,1,3479603870,'2017-01-15 00:23:27',''),(52335,1,1,53944,53,3024883615,'2017-01-15 01:06:06',''),(52336,1,1,53945,74,3024883615,'2017-01-15 02:48:56',''),(52337,1,1,53946,16,3024883613,'2017-01-15 08:49:49',''),(52338,1,1,53947,1,3306107977,'2017-01-15 08:55:21',''),(52339,1,1,53948,1,3306107977,'2017-01-15 08:55:22',''),(52340,1,1,53949,1,3306107977,'2017-01-15 08:55:24',''),(52341,1,1,53950,1,3306107977,'2017-01-15 08:55:26',''),(52342,1,1,53951,1,3306107977,'2017-01-15 08:55:28',''),(52343,1,1,53952,1,3306107977,'2017-01-15 08:55:29',''),(52344,1,1,53953,1,3306107977,'2017-01-15 08:55:35',''),(52345,1,1,53954,1,3306107977,'2017-01-15 08:55:36',''),(52346,1,1,53955,1,3306107977,'2017-01-15 08:55:37',''),(52347,1,1,53956,1,1542483312,'2017-01-15 09:35:08',''),(52348,1,1,53957,1,3024883591,'2017-01-15 10:37:45',''),(52349,1,1,53958,1,1806882554,'2017-01-15 11:57:55',''),(52350,1,1,53959,1,1443460010,'2017-01-15 13:43:02','http://www.google.co.uk/'),(52351,1,1,53960,6,3024883490,'2017-01-15 15:24:23',''),(52352,1,1,53961,1,676695033,'2017-01-15 15:28:04',''),(52353,1,1,53962,1,3479603870,'2017-01-15 16:06:31',''),(52354,1,1,53963,1,3071357786,'2017-01-16 02:40:44',''),(52355,1,1,53964,1,3071357786,'2017-01-16 02:50:17',''),(52356,1,1,53965,1,3071357786,'2017-01-16 02:55:51',''),(52357,1,1,53966,1,3071357786,'2017-01-16 03:04:52',''),(52358,1,1,53967,1,3071357786,'2017-01-16 03:07:18',''),(52359,1,1,53968,53,3024883617,'2017-01-16 05:15:50',''),(52360,1,1,53969,16,3024883594,'2017-01-16 07:29:47',''),(52361,1,1,53970,1,1542483277,'2017-01-16 09:28:28',''),(52362,1,1,53971,1,1570674749,'2017-01-16 10:32:21',''),(52363,1,1,53972,1,2366158595,'2017-01-16 10:32:25',''),(52364,1,1,53973,1,1056864162,'2017-01-16 10:55:14','https://www.google.co.uk/'),(52365,1,1,53974,6,1123634284,'2017-01-16 11:02:05',''),(52366,1,1,53975,1,1887823901,'2017-01-16 12:33:00',''),(52367,1,1,53976,6,1887823901,'2017-01-16 12:33:02',''),(52368,1,1,53977,65,1593069072,'2017-01-16 15:29:05','https://www.google.lt/'),(52369,1,1,53978,65,2975860224,'2017-01-16 16:53:09','https://www.google.com.br/'),(52370,1,1,53979,1,3071357894,'2017-01-16 17:33:11',''),(52371,1,1,53980,48,3071357894,'2017-01-16 17:33:55',''),(52372,1,1,53982,38,3071357894,'2017-01-16 17:33:55',''),(52373,1,1,53981,52,3071357894,'2017-01-16 17:33:55',''),(52374,1,1,53985,26,3071357894,'2017-01-16 17:33:55',''),(52375,1,1,53983,53,3071357894,'2017-01-16 17:33:55',''),(52376,1,1,53984,41,3071357894,'2017-01-16 17:33:56',''),(52377,1,1,53986,69,3071357894,'2017-01-16 17:33:56',''),(52378,1,1,53987,1,3071357894,'2017-01-16 17:33:56',''),(52379,1,1,53988,26,3071357894,'2017-01-16 17:33:56',''),(52380,1,1,53990,65,3071357894,'2017-01-16 17:33:57',''),(52381,1,1,53989,26,3071357894,'2017-01-16 17:33:57',''),(52382,1,1,53991,63,3071357894,'2017-01-16 17:33:58',''),(52383,1,1,53992,64,3071357894,'2017-01-16 17:34:00',''),(52384,1,1,53993,26,3071357894,'2017-01-16 17:34:00',''),(52385,1,1,53994,62,3071357894,'2017-01-16 17:34:02',''),(52386,1,1,53995,51,3071357894,'2017-01-16 17:34:04',''),(52387,1,1,53996,57,3071357894,'2017-01-16 17:34:06',''),(52388,1,1,53997,1,1159648594,'2017-01-16 18:54:28',''),(52389,1,1,53998,1,3342489294,'2017-01-16 19:12:25',''),(52390,1,1,53999,1,1123631850,'2017-01-16 19:32:04',''),(52391,1,1,54000,1,1123634281,'2017-01-16 23:35:53',''),(52392,1,1,54001,67,3024883463,'2017-01-16 23:58:10',''),(52393,1,1,54002,1,3024883482,'2017-01-17 02:51:00',''),(52394,1,1,54003,45,3024883480,'2017-01-17 06:33:32',''),(52395,1,1,54004,1,1542483301,'2017-01-17 09:32:00',''),(52396,1,1,54005,16,878179376,'2017-01-17 09:49:09',''),(52397,1,1,54006,1,878179376,'2017-01-17 09:49:13',''),(52398,1,1,54007,16,878179376,'2017-01-17 09:49:16',''),(52399,1,1,54008,56,1330076656,'2017-01-17 11:15:08','https://www.google.co.uk/'),(52400,1,1,54009,1,2548292606,'2017-01-17 11:57:18','https://www.google.com/'),(52401,1,1,54010,1,3024883473,'2017-01-17 12:03:05',''),(52402,1,1,54011,1,84502611,'2017-01-17 14:15:31',''),(52403,1,1,54012,1,84502611,'2017-01-17 14:15:38',''),(52404,1,1,54013,1,84502611,'2017-01-17 14:15:42',''),(52405,1,1,54014,1,84502611,'2017-01-17 14:15:46',''),(52406,1,1,54015,1,84502611,'2017-01-17 14:15:49',''),(52407,1,1,54016,1,84502611,'2017-01-17 14:15:54',''),(52408,1,1,54017,1,84502611,'2017-01-17 14:15:59',''),(52409,1,1,54018,1,3024883613,'2017-01-17 14:41:33',''),(52410,1,1,54019,1,1049233589,'2017-01-17 14:57:26',''),(52411,1,1,54020,6,392829530,'2017-01-17 22:27:18',''),(52412,1,1,54021,48,3024883612,'2017-01-18 02:39:31',''),(52413,1,1,54022,1,3024883473,'2017-01-18 06:30:10',''),(52414,1,1,54023,1,1542483321,'2017-01-18 09:39:15',''),(52415,1,1,54024,1,1152705724,'2017-01-18 11:37:41',''),(52416,1,1,54025,1,2366158595,'2017-01-18 12:18:47',''),(52417,1,1,54026,1,2193699366,'2017-01-18 12:18:51',''),(52418,1,1,54027,1,3024883486,'2017-01-18 13:06:57',''),(52419,1,1,54028,1,1056753092,'2017-01-18 13:58:37','https://www.google.co.uk/'),(52420,1,1,54029,1,1123634283,'2017-01-18 14:17:58',''),(52421,1,1,54030,67,3024883488,'2017-01-18 17:17:04',''),(52422,1,1,54031,41,3024883466,'2017-01-19 01:53:58',''),(52423,1,1,54032,48,3024883604,'2017-01-19 05:55:51',''),(52424,1,1,54033,3,2637637521,'2017-01-19 06:30:56',''),(52425,1,1,54034,56,2637637432,'2017-01-19 08:19:24',''),(52426,1,1,54035,1,1542483297,'2017-01-19 09:16:15',''),(52427,1,1,54036,68,1123633653,'2017-01-19 11:09:50',''),(52428,1,1,54037,6,1123633650,'2017-01-19 11:28:10',''),(52429,1,1,54038,56,1123633653,'2017-01-19 12:07:30',''),(52430,1,1,54039,1,1123633653,'2017-01-19 12:45:03',''),(52431,1,1,54040,57,1123633650,'2017-01-19 13:20:24',''),(52432,1,1,54041,41,1123633650,'2017-01-19 14:19:43',''),(52433,1,1,54042,1,96321177,'2017-01-19 14:51:23',''),(52434,1,1,54043,1,96321177,'2017-01-19 14:51:24',''),(52435,1,1,54044,18,96321177,'2017-01-19 14:51:25',''),(52436,1,1,54045,6,96321177,'2017-01-19 14:51:27',''),(52437,1,1,54046,1,96321177,'2017-01-19 14:51:28',''),(52438,1,1,54047,43,96321177,'2017-01-19 14:51:29',''),(52439,1,1,54048,3,96321177,'2017-01-19 14:51:31',''),(52440,1,1,54049,44,3024883489,'2017-01-19 15:09:54',''),(52441,1,1,54050,41,3024883608,'2017-01-19 16:21:22',''),(52442,1,1,54051,23,1123631219,'2017-01-19 17:01:30',''),(52443,1,1,54052,6,3475901828,'2017-01-19 19:56:14',''),(52444,1,1,54053,1,3024883609,'2017-01-19 20:30:12',''),(52445,1,1,54054,1,2917833082,'2017-01-19 21:19:35',''),(52446,1,1,54055,1,2921498610,'2017-01-19 21:19:54',''),(52447,1,1,54056,1,1754225243,'2017-01-19 21:41:39',''),(52448,1,1,54057,28,1123631219,'2017-01-19 22:46:26',''),(52449,1,1,54058,1,1123631211,'2017-01-19 22:47:28',''),(52450,1,1,54059,1,1123631219,'2017-01-19 23:32:39',''),(52451,1,1,54060,65,1123631219,'2017-01-20 00:26:17',''),(52452,1,1,54061,1,1123631211,'2017-01-20 00:52:57',''),(52453,1,1,54062,55,1123631219,'2017-01-20 01:24:31',''),(52454,1,1,54064,53,2366158595,'2017-01-20 02:00:57',''),(52455,1,1,54065,1,3479603870,'2017-01-20 02:28:55',''),(52456,1,1,54066,38,2366148121,'2017-01-20 03:51:51',''),(52457,1,1,54067,9,1168283876,'2017-01-20 04:05:21',''),(52458,1,1,54068,48,1168283956,'2017-01-20 04:05:22',''),(52459,1,1,54069,18,1247486331,'2017-01-20 04:05:22',''),(52460,1,1,54070,3,1137334710,'2017-01-20 04:05:22',''),(52461,1,1,54071,50,2916114639,'2017-01-20 04:05:23',''),(52462,1,1,54072,47,3024883617,'2017-01-20 04:38:10',''),(52463,1,1,54073,66,1123631219,'2017-01-20 05:07:36',''),(52464,1,1,54074,45,1123631199,'2017-01-20 07:08:15',''),(52465,1,1,54075,38,1123631219,'2017-01-20 08:34:16',''),(52466,1,1,54076,66,3475901828,'2017-01-20 08:34:20',''),(52467,1,1,54077,1,1542483278,'2017-01-20 09:23:02',''),(52468,1,1,54078,1,1816043372,'2017-01-20 09:36:17',''),(52469,1,1,54079,26,1247486306,'2017-01-20 10:00:23',''),(52470,1,1,54080,43,3339930300,'2017-01-20 10:00:23',''),(52471,1,1,54081,1,1123631219,'2017-01-20 10:10:30',''),(52472,1,1,54082,65,1108047482,'2017-01-20 10:13:00',''),(52473,1,1,54083,51,1754225380,'2017-01-20 10:13:01',''),(52474,1,1,54084,6,3351478754,'2017-01-20 10:13:12',''),(52475,1,1,54086,62,1123631219,'2017-01-20 10:49:05',''),(52476,1,1,54087,65,1123631219,'2017-01-20 12:01:06',''),(52477,1,1,54088,1,1123631211,'2017-01-20 13:01:34',''),(52478,1,1,54089,62,1123631219,'2017-01-20 14:02:26',''),(52479,1,1,54091,1,1159646682,'2017-01-20 15:58:06',''),(52480,1,1,54092,1,1159646682,'2017-01-20 15:58:59',''),(52481,1,1,54093,1,1159646682,'2017-01-20 15:59:05',''),(52482,1,1,54094,1,1159646682,'2017-01-20 15:59:18',''),(52483,1,1,54095,1,1159646682,'2017-01-20 16:00:04',''),(52484,1,1,54096,1,1159646682,'2017-01-20 16:00:13',''),(52485,1,1,54097,1,1159646682,'2017-01-20 16:00:20',''),(52486,1,1,54098,1,1159646682,'2017-01-20 16:00:30',''),(52487,1,1,54099,57,2071807758,'2017-01-20 18:03:55',''),(52488,1,1,54100,44,3024883490,'2017-01-20 18:22:59',''),(52489,1,1,54101,41,3024883606,'2017-01-20 19:29:57',''),(52490,1,1,54102,1,2927707291,'2017-01-20 20:30:07',''),(52491,1,1,54103,6,3475901828,'2017-01-20 23:09:30',''),(52492,1,1,54104,1,3024883596,'2017-01-20 23:21:06',''),(52493,1,1,54105,1,2731721858,'2017-01-20 23:26:21',''),(52494,1,1,54106,1,1123631215,'2017-01-21 02:55:13',''),(52495,1,1,54107,1,2366148121,'2017-01-21 06:44:39',''),(52496,1,1,54108,1,1570674749,'2017-01-21 06:44:42',''),(52497,1,1,54109,47,3024883477,'2017-01-21 07:38:43',''),(52498,1,1,54110,1,1123631215,'2017-01-21 08:47:42',''),(52499,1,1,54111,56,1451122881,'2017-01-21 09:10:16','https://www.google.ro/'),(52500,1,1,54112,1,1542483301,'2017-01-21 09:29:27',''),(52501,1,1,54113,1,1123631219,'2017-01-21 09:31:37',''),(52502,1,1,54114,64,2366158595,'2017-01-21 10:25:56',''),(52503,1,1,54115,58,2366158595,'2017-01-21 10:32:02',''),(52504,1,1,54116,1,1123631219,'2017-01-21 11:03:12',''),(52505,1,1,54117,1,1123631215,'2017-01-21 11:18:05',''),(52506,1,1,54118,6,1123631215,'2017-01-21 12:46:00',''),(52507,1,1,54119,1,1123631211,'2017-01-21 13:09:47',''),(52508,1,1,54120,69,2745975171,'2017-01-21 13:55:07',''),(52509,1,1,54121,1,1318373705,'2017-01-21 14:20:34','https://www.google.co.uk/'),(52510,1,1,54122,1,1041806726,'2017-01-21 14:21:34',''),(52511,1,1,54123,1,1041806727,'2017-01-21 14:21:35',''),(52512,1,1,54124,42,2366158595,'2017-01-21 17:00:38',''),(52513,1,1,54125,1,1123631211,'2017-01-21 18:20:51',''),(52514,1,1,54126,1,1123631219,'2017-01-21 19:31:42',''),(52515,1,1,54127,1,1123631211,'2017-01-21 20:32:48',''),(52516,1,1,54128,31,2366158595,'2017-01-21 22:46:36',''),(52517,1,1,54129,1,3024883481,'2017-01-22 02:03:22',''),(52518,1,1,54130,71,2745975087,'2017-01-22 03:45:26',''),(52519,1,1,54131,54,1152705724,'2017-01-22 04:06:34',''),(52520,1,1,54132,71,3024883469,'2017-01-22 04:23:32',''),(52521,1,1,54133,49,2745975226,'2017-01-22 04:37:58',''),(52522,1,1,54134,38,2071807777,'2017-01-22 06:47:41',''),(52523,1,1,54135,27,3024883614,'2017-01-22 08:01:34',''),(52524,1,1,54136,1,1542483292,'2017-01-22 09:35:39',''),(52525,1,1,54137,1,3495654154,'2017-01-22 10:06:29',''),(52526,1,1,54138,1,1123631211,'2017-01-22 10:09:39',''),(52527,1,1,54139,1,1523816785,'2017-01-22 10:42:02',''),(52528,1,1,54140,1,3479603870,'2017-01-22 11:11:33',''),(52529,1,1,54141,65,1123631215,'2017-01-22 12:11:49',''),(52530,1,1,54142,1,2366148121,'2017-01-22 12:23:47',''),(52531,1,1,54143,1,100662596,'2017-01-22 12:23:51',''),(52532,1,1,54144,1,35526971,'2017-01-22 12:51:04',''),(52533,1,1,54145,1,35511067,'2017-01-22 12:59:22','https://www.google.co.uk/'),(52534,1,1,54146,70,2745975171,'2017-01-22 13:09:55',''),(52535,1,1,54147,27,1152705724,'2017-01-22 14:09:36',''),(52536,1,1,54148,1,3475901828,'2017-01-22 15:39:49',''),(52537,1,1,54149,65,1123631215,'2017-01-22 16:14:27',''),(52538,1,1,54150,3,2745975078,'2017-01-22 16:49:40',''),(52539,1,1,54151,1,1123631219,'2017-01-22 19:25:22',''),(52540,1,1,54152,15,3475901828,'2017-01-22 21:05:14',''),(52541,1,1,54153,1,3024883481,'2017-01-22 22:55:33',''),(52542,1,1,54154,10,2745975253,'2017-01-23 00:29:57',''),(52543,1,1,54155,1,2420901738,'2017-01-23 00:51:28',''),(52544,1,1,54156,45,1123631211,'2017-01-23 02:15:35',''),(52545,1,1,54157,71,3024883596,'2017-01-23 05:59:36',''),(52546,1,1,54158,1,1887823895,'2017-01-23 06:39:12',''),(52547,1,1,54159,6,1887823895,'2017-01-23 06:39:14',''),(52548,1,1,54160,1,1887823895,'2017-01-23 07:05:51',''),(52549,1,1,54161,6,1887823895,'2017-01-23 07:05:53',''),(52550,1,1,54162,73,2745975364,'2017-01-23 07:09:51',''),(52551,1,1,54163,1,3024883481,'2017-01-23 07:16:02',''),(52552,1,1,54164,1,1542483265,'2017-01-23 09:24:04',''),(52553,1,1,54165,27,3024883605,'2017-01-23 09:32:13',''),(52554,1,1,54166,1,3024883597,'2017-01-23 10:50:36',''),(52555,1,1,54167,1,1443145510,'2017-01-23 13:10:24','https://www.google.co.uk/'),(52556,1,1,54168,1,3024883489,'2017-01-23 14:54:06',''),(52557,1,1,54169,1,2917833082,'2017-01-23 15:42:24',''),(52558,1,1,54170,1,2917833082,'2017-01-23 15:42:28',''),(52559,1,1,54171,1,2917833082,'2017-01-23 15:42:32',''),(52560,1,1,54172,1,2917833082,'2017-01-23 15:42:35',''),(52561,1,1,54173,1,2917833082,'2017-01-23 15:42:45',''),(52562,1,1,54174,1,2917833082,'2017-01-23 15:42:54',''),(52563,1,1,54175,1,2917833082,'2017-01-23 15:42:58',''),(52564,1,1,54176,1,2917833082,'2017-01-23 15:43:01',''),(52565,1,1,54177,58,2745975253,'2017-01-23 19:52:09',''),(52566,1,1,54178,1,782615950,'2017-01-24 03:29:48',''),(52567,1,1,54179,72,1123631219,'2017-01-24 05:18:32',''),(52568,1,1,54180,62,2745975411,'2017-01-24 06:11:43',''),(52569,1,1,54181,10,1072954621,'2017-01-24 06:18:21',''),(52570,1,1,54182,1,1542483283,'2017-01-24 09:35:32',''),(52571,1,1,54183,45,1495825002,'2017-01-24 09:55:04',''),(52572,1,1,54184,1,1495825002,'2017-01-24 09:55:06',''),(52573,1,1,54185,45,1495825002,'2017-01-24 09:55:07',''),(52574,1,1,54186,51,2366158595,'2017-01-24 10:03:27',''),(52575,1,1,54187,1,100662596,'2017-01-24 11:03:03',''),(52576,1,1,54188,1,2366158595,'2017-01-24 11:03:06',''),(52577,1,1,54189,43,2745975090,'2017-01-24 12:39:06',''),(52578,1,1,54190,9,3024883475,'2017-01-24 13:14:46',''),(52579,1,1,54191,1,1123631219,'2017-01-24 13:43:20',''),(52580,1,1,54192,45,3024883470,'2017-01-24 13:48:14',''),(52581,1,1,54194,1,523528864,'2017-01-24 14:37:34','https://www.google.co.uk/'),(52582,1,1,54195,1,3024883618,'2017-01-24 14:55:13',''),(52583,1,1,54196,1,1358487965,'2017-01-24 16:59:27',''),(52584,1,1,54197,63,1358487965,'2017-01-24 16:59:29',''),(52585,1,1,54198,62,1358487965,'2017-01-24 16:59:29',''),(52586,1,1,54199,69,1358487965,'2017-01-24 16:59:29',''),(52587,1,1,54200,51,1358487965,'2017-01-24 16:59:29',''),(52588,1,1,54201,28,1358487965,'2017-01-24 16:59:29',''),(52589,1,1,54203,53,1358487965,'2017-01-24 16:59:32',''),(52590,1,1,54202,1,1358487965,'2017-01-24 16:59:32',''),(52591,1,1,54204,43,1358487965,'2017-01-24 16:59:32',''),(52592,1,1,54205,64,1358487965,'2017-01-24 16:59:32',''),(52593,1,1,54206,56,1358487965,'2017-01-24 16:59:32',''),(52594,1,1,54207,50,1358487965,'2017-01-24 16:59:34',''),(52595,1,1,54208,48,1358487965,'2017-01-24 16:59:34',''),(52596,1,1,54209,1,1358487965,'2017-01-24 16:59:35',''),(52597,1,1,54210,52,1358487965,'2017-01-24 16:59:36',''),(52598,1,1,54211,41,1358487965,'2017-01-24 16:59:37',''),(52599,1,1,54212,65,1358487965,'2017-01-24 16:59:37',''),(52600,1,1,54213,9,1358487965,'2017-01-24 16:59:38',''),(52601,1,1,54214,58,1358487965,'2017-01-24 16:59:38',''),(52602,1,1,54215,1,1358487965,'2017-01-24 16:59:39',''),(52603,1,1,54216,38,1358487965,'2017-01-24 16:59:39',''),(52604,1,1,54217,1,1358487965,'2017-01-24 16:59:40',''),(52605,1,1,54218,1,1358487965,'2017-01-24 16:59:41',''),(52606,1,1,54219,27,1358487965,'2017-01-24 16:59:41',''),(52607,1,1,54220,1,1358487965,'2017-01-24 16:59:42',''),(52608,1,1,54221,57,1358487965,'2017-01-24 16:59:42',''),(52609,1,1,54222,55,1358487965,'2017-01-24 16:59:43',''),(52610,1,1,54223,1,1358487965,'2017-01-24 16:59:43',''),(52611,1,1,54224,31,1358487965,'2017-01-24 16:59:44',''),(52612,1,1,54225,49,1358487965,'2017-01-24 16:59:45',''),(52613,1,1,54226,1,1358487965,'2017-01-24 16:59:45',''),(52614,1,1,54227,1,1358487965,'2017-01-24 16:59:46',''),(52615,1,1,54228,6,1358487965,'2017-01-24 16:59:46',''),(52616,1,1,54229,1,1358487965,'2017-01-24 16:59:46',''),(52617,1,1,54230,1,1358487965,'2017-01-24 16:59:47',''),(52618,1,1,54231,1,1358487965,'2017-01-24 16:59:48',''),(52619,1,1,54232,1,1358487965,'2017-01-24 16:59:48',''),(52620,1,1,54233,1,1358487965,'2017-01-24 16:59:48',''),(52621,1,1,54234,1,1358487965,'2017-01-24 16:59:49',''),(52622,1,1,54235,45,1358487965,'2017-01-24 16:59:49',''),(52623,1,1,54236,47,1358487965,'2017-01-24 16:59:50',''),(52624,1,1,54237,1,1358487965,'2017-01-24 16:59:51',''),(52625,1,1,54238,1,1358487965,'2017-01-24 16:59:52',''),(52626,1,1,54239,16,1358487965,'2017-01-24 16:59:53',''),(52627,1,1,54240,66,1358487965,'2017-01-24 16:59:53',''),(52628,1,1,54241,54,1358487965,'2017-01-24 16:59:53',''),(52629,1,1,54242,42,1358487965,'2017-01-24 16:59:54',''),(52630,1,1,54243,44,1358487965,'2017-01-24 16:59:54',''),(52631,1,1,54244,10,1358487965,'2017-01-24 16:59:55',''),(52632,1,1,54245,15,1358487965,'2017-01-24 16:59:56',''),(52633,1,1,54246,1,1358487965,'2017-01-24 16:59:57',''),(52634,1,1,54247,1,1358487965,'2017-01-24 16:59:58',''),(52635,1,1,54248,1,1358487965,'2017-01-24 16:59:58',''),(52636,1,1,54249,1,1358487965,'2017-01-24 16:59:58',''),(52637,1,1,54250,1,1358487965,'2017-01-24 16:59:59',''),(52638,1,1,54251,1,1358487965,'2017-01-24 17:00:00',''),(52639,1,1,54252,1,1358487965,'2017-01-24 17:00:00',''),(52640,1,1,54253,73,1358487965,'2017-01-24 17:00:00',''),(52641,1,1,54254,68,1358487965,'2017-01-24 17:00:02',''),(52642,1,1,54255,43,1358487965,'2017-01-24 17:00:02',''),(52643,1,1,54256,43,1358487965,'2017-01-24 17:00:03',''),(52644,1,1,54257,16,1358487965,'2017-01-24 17:00:03',''),(52645,1,1,54258,16,1358487965,'2017-01-24 17:00:04',''),(52646,1,1,54259,75,1358487965,'2017-01-24 17:00:05',''),(52647,1,1,54260,1,1358487965,'2017-01-24 17:00:06',''),(52648,1,1,54261,1,1358487965,'2017-01-24 17:00:06',''),(52649,1,1,54262,1,1358487965,'2017-01-24 17:00:06',''),(52650,1,1,54263,1,1358487965,'2017-01-24 17:00:07',''),(52651,1,1,54264,1,1358487965,'2017-01-24 17:00:08',''),(52652,1,1,54265,1,1358487965,'2017-01-24 17:00:08',''),(52653,1,1,54266,74,1358487965,'2017-01-24 17:00:08',''),(52654,1,1,54267,67,1358487965,'2017-01-24 17:00:09',''),(52655,1,1,54268,59,1358487965,'2017-01-24 17:00:10',''),(52656,1,1,54269,70,1358487965,'2017-01-24 17:00:10',''),(52657,1,1,54270,1,1358487965,'2017-01-24 17:00:11',''),(52658,1,1,54271,1,1358487965,'2017-01-24 17:00:12',''),(52659,1,1,54272,72,1358487965,'2017-01-24 17:00:12',''),(52660,1,1,54273,71,1358487965,'2017-01-24 17:00:12',''),(52661,1,1,54274,1,1358487965,'2017-01-24 17:00:13',''),(52662,1,1,54275,1,1358487965,'2017-01-24 17:00:14',''),(52663,1,1,54276,1,1358487965,'2017-01-24 17:00:14',''),(52664,1,1,54277,58,1123631219,'2017-01-24 17:09:50',''),(52665,1,1,54278,55,3024883594,'2017-01-24 18:51:27',''),(52666,1,1,54279,1,1443294654,'2017-01-24 20:01:45','https://www.google.co.uk/'),(52667,1,1,54280,1,3024883599,'2017-01-24 23:49:50',''),(52668,1,1,54281,1,3702877345,'2017-01-25 01:41:02',''),(52669,1,1,54282,53,2745975467,'2017-01-25 03:54:05',''),(52670,1,1,54283,44,2745975077,'2017-01-25 08:21:39',''),(52671,1,1,54284,1,1542483307,'2017-01-25 09:11:09',''),(52672,1,1,54285,45,3024883480,'2017-01-25 09:33:26',''),(52673,1,1,54286,1,3580514814,'2017-01-25 13:26:33','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=&ved=0ahUKEwjYrejust3RAhUGDsAKHbIgAnoQgU8IYTAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.145063293,d.bGs'),(52674,1,1,54287,1,1545000428,'2017-01-25 13:54:30','https://www.google.co.uk/'),(52675,1,1,54288,1,1041806726,'2017-01-25 13:55:02',''),(52676,1,1,54289,45,676177744,'2017-01-25 13:56:56',''),(52677,1,1,54290,6,391157674,'2017-01-25 20:56:51',''),(52678,1,1,54291,1,1123631211,'2017-01-25 21:37:04',''),(52679,1,1,54292,19,1123631167,'2017-01-25 23:55:08',''),(52680,1,1,54293,16,2745975311,'2017-01-26 01:05:32',''),(52681,1,1,54294,57,3024883468,'2017-01-26 01:27:21',''),(52682,1,1,54295,1,1123631215,'2017-01-26 02:49:27',''),(52683,1,1,54296,68,3024883489,'2017-01-26 05:09:16',''),(52684,1,1,54297,23,1123631215,'2017-01-26 06:07:54',''),(52685,1,1,54298,1,1805007714,'2017-01-26 07:44:39',''),(52686,1,1,54299,3,1123631219,'2017-01-26 08:09:05',''),(52687,1,1,54300,1,1542483275,'2017-01-26 09:27:00',''),(52688,1,1,54301,1,2366158595,'2017-01-26 10:07:13',''),(52689,1,1,54302,1,100662596,'2017-01-26 10:07:22',''),(52690,1,1,54303,22,1123631211,'2017-01-26 12:05:24',''),(52691,1,1,54304,1,2637637544,'2017-01-26 12:08:58',''),(52692,1,1,54305,6,1123631110,'2017-01-26 14:09:52',''),(52693,1,1,54306,1,786803397,'2017-01-26 15:34:33',''),(52694,1,1,54307,1,1540436758,'2017-01-26 17:40:16',''),(52695,1,1,54308,1,1540436758,'2017-01-26 17:40:20',''),(52696,1,1,54309,1,1540436758,'2017-01-26 17:40:23',''),(52697,1,1,54310,1,1540436758,'2017-01-26 17:40:25',''),(52698,1,1,54311,1,1540436758,'2017-01-26 17:40:28',''),(52699,1,1,54312,1,1540436758,'2017-01-26 17:40:31',''),(52700,1,1,54313,1,1540436758,'2017-01-26 17:40:34',''),(52701,1,1,54314,1,1540436758,'2017-01-26 17:40:36',''),(52702,1,1,54315,1,3024883479,'2017-01-26 18:46:37',''),(52703,1,1,54316,1,3024883465,'2017-01-26 20:24:29',''),(52704,1,1,54317,1,1443375253,'2017-01-26 20:49:30','https://www.google.co.uk/'),(52705,1,1,54318,26,676177744,'2017-01-26 22:22:43',''),(52706,1,1,54319,26,676177744,'2017-01-26 22:22:44',''),(52707,1,1,54320,26,676177744,'2017-01-26 22:22:44',''),(52708,1,1,54321,26,676177744,'2017-01-26 22:22:45',''),(52709,1,1,54322,26,676177744,'2017-01-26 22:22:46',''),(52710,1,1,54323,3,2637637592,'2017-01-26 22:22:47',''),(52711,1,1,54324,3,2637637592,'2017-01-26 22:22:48',''),(52712,1,1,54325,26,2637637544,'2017-01-26 22:22:58',''),(52713,1,1,54326,26,3475901836,'2017-01-26 22:31:14',''),(52714,1,1,54327,26,3475901836,'2017-01-26 22:31:15',''),(52715,1,1,54328,26,3475901836,'2017-01-26 22:31:16',''),(52716,1,1,54329,43,3475901836,'2017-01-27 00:55:14',''),(52717,1,1,54330,1,1152705724,'2017-01-27 07:18:34',''),(52718,1,1,54331,23,1123633947,'2017-01-27 09:20:18',''),(52719,1,1,54332,1,1542483302,'2017-01-27 09:30:33',''),(52720,1,1,54333,1,1577385026,'2017-01-27 10:10:38',''),(52721,1,1,54334,47,2366158595,'2017-01-27 10:12:22',''),(52722,1,1,54335,1,1123633944,'2017-01-27 10:57:22',''),(52723,1,1,54336,1,3479603870,'2017-01-27 11:05:41',''),(52724,1,1,54337,1,1342495777,'2017-01-27 12:39:13','https://www.google.co.uk/'),(52725,1,1,54338,1,1123633944,'2017-01-27 13:33:38',''),(52726,1,1,54339,1,1072954372,'2017-01-27 13:43:36',''),(52727,1,1,54340,18,1123633947,'2017-01-27 14:19:06',''),(52728,1,1,54337,1,1342495777,'2017-01-27 14:43:05','https://www.google.co.uk/'),(52729,1,1,54341,68,3024883618,'2017-01-27 14:50:33',''),(52730,1,1,54342,1,1123633941,'2017-01-27 15:55:46',''),(52731,1,1,54343,49,3024883472,'2017-01-27 15:57:32',''),(52732,1,1,54344,56,2745975459,'2017-01-27 16:04:09',''),(52733,1,1,54345,1,1384437107,'2017-01-27 16:50:04','https://www.google.co.uk/'),(52734,1,1,54346,73,3024883600,'2017-01-27 17:47:54',''),(52735,1,1,54347,1,782615949,'2017-01-27 17:48:36',''),(52736,1,1,54348,1,676695033,'2017-01-27 18:17:21',''),(52737,1,1,54349,64,2745975060,'2017-01-27 19:34:14',''),(52738,1,1,54350,43,2637637516,'2017-01-27 19:46:40',''),(52739,1,1,54351,43,3024883610,'2017-01-27 23:42:00',''),(52740,1,1,54352,55,3024883611,'2017-01-28 00:15:30',''),(52741,1,1,54353,1,2071807783,'2017-01-28 00:36:43',''),(52742,1,1,54354,10,2637637415,'2017-01-28 01:46:56',''),(52743,1,1,54355,26,2420902020,'2017-01-28 06:16:22',''),(52744,1,1,54356,74,2420902020,'2017-01-28 06:16:25',''),(52745,1,1,54357,73,2420902020,'2017-01-28 06:16:28',''),(52746,1,1,54358,72,2420902020,'2017-01-28 06:16:47',''),(52747,1,1,54359,70,2420902020,'2017-01-28 06:16:50',''),(52748,1,1,54360,1,1542483270,'2017-01-28 09:15:38',''),(52749,1,1,54361,1,2366145577,'2017-01-28 09:57:53',''),(52750,1,1,54362,1,2366145566,'2017-01-28 09:57:57',''),(52751,1,1,54363,1,3024883615,'2017-01-28 14:33:17',''),(52752,1,1,54364,3,1123631211,'2017-01-28 16:05:23',''),(52753,1,1,54365,65,3024883464,'2017-01-28 17:10:38',''),(52754,1,1,54366,1,2637637381,'2017-01-28 19:50:24',''),(52755,1,1,54367,3,2637637592,'2017-01-28 19:59:09',''),(52756,1,1,54368,3,2637637592,'2017-01-28 19:59:10',''),(52757,1,1,54369,26,676177688,'2017-01-28 19:59:14',''),(52758,1,1,54370,26,676177688,'2017-01-28 19:59:15',''),(52759,1,1,54371,26,676177688,'2017-01-28 19:59:15',''),(52760,1,1,54372,26,676177688,'2017-01-28 19:59:16',''),(52761,1,1,54373,26,676177688,'2017-01-28 19:59:17',''),(52762,1,1,54374,26,2637637516,'2017-01-28 19:59:22',''),(52763,1,1,54375,26,2637637516,'2017-01-28 19:59:23',''),(52764,1,1,54376,26,2637637381,'2017-01-28 19:59:23',''),(52765,1,1,54377,26,2637637516,'2017-01-28 19:59:24',''),(52766,1,1,54378,19,1123631215,'2017-01-28 23:50:16',''),(52767,1,1,54379,1,2193699366,'2017-01-29 01:43:47',''),(52768,1,1,54380,1,2193699366,'2017-01-29 01:43:51',''),(52769,1,1,54381,57,3024883614,'2017-01-29 04:37:32',''),(52770,1,1,54382,43,3024883468,'2017-01-29 05:11:02',''),(52771,1,1,54383,53,1489375244,'2017-01-29 08:32:11',''),(52772,1,1,54384,1,1542483273,'2017-01-29 09:34:36',''),(52773,1,1,54385,1,2916404370,'2017-01-29 10:40:45',''),(52774,1,1,54386,69,3702877291,'2017-01-29 11:15:49',''),(52775,1,1,54387,15,3475901853,'2017-01-29 12:11:36',''),(52776,1,1,54388,1,3589854147,'2017-01-29 12:19:42',''),(52777,1,1,54389,1,3589854147,'2017-01-29 12:19:43',''),(52778,1,1,54390,1,3589854147,'2017-01-29 12:19:45',''),(52779,1,1,54391,6,1123631211,'2017-01-29 12:35:19',''),(52780,1,1,54392,1,3475901853,'2017-01-29 13:55:33',''),(52781,1,1,54393,1,3024883616,'2017-01-29 14:19:20',''),(52782,1,1,54394,56,2892125379,'2017-01-29 16:59:19','https://www.google.co.uk/'),(52783,1,1,54395,1,96321177,'2017-01-29 17:37:15',''),(52784,1,1,54396,52,3024883613,'2017-01-29 18:51:05',''),(52785,1,1,54397,1,1329784217,'2017-01-29 19:14:44','https://www.google.co.uk/'),(52786,1,1,54398,65,3024883611,'2017-01-29 22:43:32',''),(52787,1,1,54399,1,1049232115,'2017-01-30 00:25:55',''),(52788,1,1,54400,1,1049232115,'2017-01-30 00:25:58',''),(52789,1,1,54401,1,1049232115,'2017-01-30 00:26:01',''),(52790,1,1,54402,1,1049232115,'2017-01-30 00:26:03',''),(52791,1,1,54403,1,1049232115,'2017-01-30 00:26:06',''),(52792,1,1,54404,1,1049232115,'2017-01-30 00:26:09',''),(52793,1,1,54405,1,1049232115,'2017-01-30 00:26:12',''),(52794,1,1,54406,1,1049232115,'2017-01-30 00:26:14',''),(52795,1,1,54407,1,3024883600,'2017-01-30 03:48:10',''),(52796,1,1,54408,1,100662596,'2017-01-30 09:17:17',''),(52797,1,1,54409,1,100662596,'2017-01-30 09:17:20',''),(52798,1,1,54410,1,1542483319,'2017-01-30 09:19:21',''),(52799,1,1,54411,63,2366158595,'2017-01-30 13:16:11',''),(52800,1,1,54412,26,1152705831,'2017-01-30 13:49:24',''),(52801,1,1,54413,1,3024883593,'2017-01-30 14:44:03',''),(52802,1,1,54414,1,3024883602,'2017-01-30 15:58:54',''),(52803,1,1,54415,1,1123631215,'2017-01-30 16:41:31',''),(52804,1,1,54417,1,1123631219,'2017-01-30 18:33:13',''),(52805,1,1,54418,65,1123633653,'2017-01-30 18:44:02',''),(52806,1,1,54419,1,1123633650,'2017-01-30 19:17:37',''),(52807,1,1,54420,1,1123633647,'2017-01-30 19:27:56',''),(52808,1,1,54421,63,1123633653,'2017-01-30 20:07:11',''),(52809,1,1,54422,1,3024883603,'2017-01-30 20:08:40',''),(52810,1,1,54423,1,3024883484,'2017-01-30 20:44:44',''),(52811,1,1,54424,68,1123633647,'2017-01-30 21:53:57',''),(52812,1,1,54425,15,1123633650,'2017-01-30 22:06:57',''),(52813,1,1,54426,31,1123633650,'2017-01-30 23:30:01',''),(52814,1,1,54427,63,2637637592,'2017-01-31 00:05:05',''),(52815,1,1,54428,26,676177676,'2017-01-31 00:05:09',''),(52816,1,1,54429,56,676177676,'2017-01-31 00:05:10',''),(52817,1,1,54430,15,3475901712,'2017-01-31 00:05:34',''),(52818,1,1,54431,26,3475901712,'2017-01-31 00:05:36',''),(52819,1,1,54432,6,3475901712,'2017-01-31 00:05:37',''),(52820,1,1,54433,1,3475901712,'2017-01-31 00:05:38',''),(52821,1,1,54434,26,3475901880,'2017-01-31 00:05:40',''),(52822,1,1,54435,43,3475901880,'2017-01-31 00:05:41',''),(52823,1,1,54436,16,676177676,'2017-01-31 00:38:51',''),(52824,1,1,54437,65,1123633653,'2017-01-31 01:07:22',''),(52825,1,1,54438,1,1123633647,'2017-01-31 01:12:21',''),(52826,1,1,54439,43,1123633650,'2017-01-31 01:14:43',''),(52827,1,1,54440,47,1123633647,'2017-01-31 01:50:49',''),(52828,1,1,54441,62,1123633650,'2017-01-31 02:16:50',''),(52829,1,1,54442,59,1123633647,'2017-01-31 03:12:23',''),(52830,1,1,54443,1,3024883488,'2017-01-31 04:46:44',''),(52831,1,1,54444,69,3024883618,'2017-01-31 05:53:41',''),(52832,1,1,54445,1,3024883462,'2017-01-31 07:18:50',''),(52833,1,1,54446,1,1542483304,'2017-01-31 09:26:58',''),(52834,1,1,54447,16,3641494778,'2017-01-31 11:42:16',''),(52835,1,1,54448,6,1123633647,'2017-01-31 12:18:22',''),(52836,1,1,54449,1,1342495777,'2017-01-31 12:30:26','https://www.google.co.uk/'),(52837,1,1,54450,1,3024883597,'2017-01-31 13:53:19',''),(52838,1,1,54451,1,3479603870,'2017-01-31 14:03:16',''),(52839,1,1,54452,1,3241992130,'2017-01-31 14:09:17','http://www.bing.com/search?q=ms+tryres&src=IE-TopResult&FORM=IETR02&conversationid='),(52840,1,1,54453,1,1123633647,'2017-01-31 14:11:35',''),(52841,1,1,54454,51,2462479023,'2017-01-31 14:13:20','https://www.google.co.uk/'),(52842,1,1,54455,1,2731721857,'2017-01-31 14:58:49',''),(52843,1,1,54456,1,3024883472,'2017-01-31 15:00:18',''),(52844,1,1,54457,1,1123633650,'2017-01-31 15:23:18',''),(52845,1,1,54458,1,3241992130,'2017-01-31 15:35:19',''),(52846,1,1,54459,1,757118867,'2017-01-31 19:39:24',''),(52847,1,1,54460,1,676177668,'2017-01-31 20:20:59',''),(52848,1,1,54461,1,1911618204,'2017-01-31 23:37:09',''),(52849,1,1,54462,1,676695033,'2017-02-01 05:57:34',''),(52850,1,1,54463,1,1542483294,'2017-02-01 09:10:22',''),(52851,1,1,54464,1,1123633650,'2017-02-01 10:12:11',''),(52852,1,1,54465,1,1089906100,'2017-02-01 10:31:29','http://whois.domaintools.com/mstyresblackburn.co.uk'),(52853,1,1,54466,1,1345111094,'2017-02-01 11:10:15','https://www.google.pl/'),(52854,1,1,54467,1,1041806726,'2017-02-01 11:10:46',''),(52855,1,1,54468,1,1041806727,'2017-02-01 11:10:52',''),(52856,1,1,54469,50,3024883472,'2017-02-01 11:24:53',''),(52857,1,1,54470,1,1366119689,'2017-02-01 12:48:51',''),(52858,1,1,54471,16,3641494778,'2017-02-01 15:31:21',''),(52859,1,1,54472,63,1495825002,'2017-02-01 15:57:45',''),(52860,1,1,54473,1,1495825002,'2017-02-01 15:57:48',''),(52861,1,1,54474,63,1495825002,'2017-02-01 15:57:49',''),(52862,1,1,54475,1,3024883486,'2017-02-01 16:01:22',''),(52863,1,1,54476,16,2637637402,'2017-02-01 18:09:41',''),(52864,1,1,54477,1,1696127242,'2017-02-01 18:35:03',''),(52865,1,1,54478,1,1696127242,'2017-02-01 18:35:46',''),(52866,1,1,54479,16,2637637402,'2017-02-01 21:12:18',''),(52867,1,1,54480,1,1123633653,'2017-02-01 21:45:21',''),(52868,1,1,54481,1,2637637544,'2017-02-02 00:16:24',''),(52869,1,1,54482,1,1388406421,'2017-02-02 02:02:27',''),(52870,1,1,54483,1,1388406421,'2017-02-02 02:02:30',''),(52871,1,1,54484,1,1388406421,'2017-02-02 02:02:34',''),(52872,1,1,54485,1,1388406421,'2017-02-02 02:02:38',''),(52873,1,1,54486,1,1388406421,'2017-02-02 02:02:42',''),(52874,1,1,54487,1,1388406421,'2017-02-02 02:02:46',''),(52875,1,1,54488,1,1388406421,'2017-02-02 02:02:50',''),(52876,1,1,54489,1,1388406421,'2017-02-02 02:02:55',''),(52877,1,1,54490,1,3475901853,'2017-02-02 02:04:30',''),(52878,1,1,54491,16,2637637402,'2017-02-02 04:44:20',''),(52879,1,1,54492,16,3641494778,'2017-02-02 05:20:26',''),(52880,1,1,54493,1,1509507853,'2017-02-02 09:05:56',''),(52881,1,1,54494,58,3024883600,'2017-02-02 09:14:21',''),(52882,1,1,54495,1,1542483294,'2017-02-02 09:35:37',''),(52883,1,1,54496,1,2366158595,'2017-02-02 09:57:55',''),(52884,1,1,54497,1,2366145566,'2017-02-02 09:57:58',''),(52885,1,1,54498,29,2745975448,'2017-02-02 10:01:23',''),(52886,1,1,54499,1,3156059287,'2017-02-02 10:38:31','http://www.google.co.uk/'),(52887,1,1,54500,51,2462479023,'2017-02-02 11:32:21','https://www.google.co.uk/'),(52888,1,1,54501,50,3702877285,'2017-02-02 12:17:21',''),(52889,1,1,54502,1,3024883608,'2017-02-02 15:24:13',''),(52890,1,1,54503,1,3024883611,'2017-02-02 17:46:07',''),(52891,1,1,54504,16,3641494778,'2017-02-02 18:17:31',''),(52892,1,1,54505,28,3024883599,'2017-02-02 18:53:00',''),(52893,1,1,54506,1,1123633650,'2017-02-02 22:45:35',''),(52894,1,1,54507,26,1152706156,'2017-02-02 22:50:25',''),(52895,1,1,54508,56,3702877307,'2017-02-03 01:09:58',''),(52896,1,1,54509,1,1247138281,'2017-02-03 02:36:41',''),(52897,1,1,54510,1,3281696168,'2017-02-03 03:15:07',''),(52898,1,1,54511,1,3492536660,'2017-02-03 04:07:01',''),(52899,1,1,54512,16,2745975477,'2017-02-03 04:17:12',''),(52900,1,1,54513,1,3024883613,'2017-02-03 06:00:41',''),(52901,1,1,54514,1,1542483305,'2017-02-03 09:22:43',''),(52902,1,1,54515,6,1123633653,'2017-02-03 09:36:00',''),(52903,1,1,54516,1,1123633650,'2017-02-03 09:42:54',''),(52904,1,1,54517,1,2366148121,'2017-02-03 11:38:40',''),(52905,1,1,54518,1,2366145577,'2017-02-03 11:38:42',''),(52906,1,1,54519,1,1806877302,'2017-02-03 12:19:57',''),(52907,1,1,54520,1,3423455627,'2017-02-03 12:19:57','http://www.bing.com'),(52908,1,1,54521,1,3559913304,'2017-02-03 12:27:43',''),(52909,1,1,54522,1,3559913304,'2017-02-03 12:30:24',''),(52910,1,1,54523,1,3559913304,'2017-02-03 12:34:53',''),(52911,1,1,54524,1,3475901853,'2017-02-03 12:34:58',''),(52912,1,1,54525,1,3559913304,'2017-02-03 12:47:52',''),(52913,1,1,54526,1,3024883597,'2017-02-03 14:54:50',''),(52914,1,1,54527,16,2637637445,'2017-02-03 15:03:40',''),(52915,1,1,54528,1,3024883604,'2017-02-03 16:09:31',''),(52916,1,1,54529,1,1968049464,'2017-02-03 17:59:26',''),(52917,1,1,54530,1,3479603870,'2017-02-03 18:03:19',''),(52918,1,1,54531,1,3479603870,'2017-02-03 17:34:23',''),(52919,1,1,54532,28,774736200,'2017-02-03 21:31:41',''),(52920,1,1,54533,28,774736200,'2017-02-03 21:31:43',''),(52921,1,1,54534,1,774736200,'2017-02-03 21:31:45',''),(52922,1,1,54535,28,774736200,'2017-02-03 21:31:46',''),(52923,1,1,54536,18,2637637590,'2017-02-03 22:11:12',''),(52924,1,1,54537,29,2637637590,'2017-02-03 22:11:13',''),(52925,1,1,54538,43,2637637590,'2017-02-03 22:11:14',''),(52926,1,1,54539,9,2637637445,'2017-02-03 22:11:17',''),(52927,1,1,54540,16,2637637445,'2017-02-03 22:11:18',''),(52928,1,1,54541,3,3475901832,'2017-02-03 22:11:26',''),(52929,1,1,54542,65,3475901832,'2017-02-03 22:11:27',''),(52930,1,1,54543,68,3475901832,'2017-02-03 22:11:29',''),(52931,1,1,54544,1,1123633647,'2017-02-03 22:37:18',''),(52932,1,1,54545,9,2071807817,'2017-02-04 02:13:23',''),(52933,1,1,54546,1,2366158595,'2017-02-04 07:24:20',''),(52934,1,1,54547,1,2366158595,'2017-02-04 07:24:22',''),(52935,1,1,54548,1,2455379968,'2017-02-04 08:54:40','https://www.google.co.uk/'),(52936,1,1,54549,1,1542483324,'2017-02-04 09:07:51',''),(52937,1,1,54550,28,3024883466,'2017-02-04 10:01:04',''),(52938,1,1,54551,1,1570674749,'2017-02-04 12:47:42',''),(52939,1,1,54552,1,100662596,'2017-02-04 12:47:46',''),(52940,1,1,54553,1,3024883470,'2017-02-04 12:49:17',''),(52941,1,1,54554,1,3168088453,'2017-02-04 13:22:06',''),(52942,1,1,54555,51,3702877302,'2017-02-04 14:27:14',''),(52943,1,1,54556,48,1384429704,'2017-02-04 14:44:48','https://www.google.co.uk/'),(52944,1,1,54557,45,2637637396,'2017-02-04 15:25:41',''),(52945,1,1,54558,1,3024883596,'2017-02-04 15:27:47',''),(52946,1,1,54559,48,3475901832,'2017-02-04 15:32:54',''),(52947,1,1,54560,1,675633342,'2017-02-04 16:22:04',''),(52948,1,1,54561,56,2637637396,'2017-02-04 18:08:12',''),(52949,1,1,54562,1,3024883619,'2017-02-04 20:30:34',''),(52950,1,1,54563,1,1402306146,'2017-02-04 20:34:35',''),(52951,1,1,54564,43,2637637590,'2017-02-04 21:04:44',''),(52952,1,1,54565,1,1159653890,'2017-02-05 04:14:50',''),(52953,1,1,54566,1,1159653890,'2017-02-05 04:15:08',''),(52954,1,1,54567,1,1159653890,'2017-02-05 04:15:13',''),(52955,1,1,54568,1,1159653890,'2017-02-05 04:15:17',''),(52956,1,1,54569,1,1159653890,'2017-02-05 04:15:20',''),(52957,1,1,54570,1,1159653890,'2017-02-05 04:15:23',''),(52958,1,1,54571,1,1159653890,'2017-02-05 04:15:27',''),(52959,1,1,54572,1,1159653890,'2017-02-05 04:15:37',''),(52960,1,1,54573,28,2745975164,'2017-02-05 05:37:25',''),(52961,1,1,54574,1,1123633653,'2017-02-05 06:20:21',''),(52962,1,1,54575,6,1123633650,'2017-02-05 09:04:32',''),(52963,1,1,54576,1,1542483318,'2017-02-05 09:17:38',''),(52964,1,1,54577,66,3024883610,'2017-02-05 12:10:32',''),(52965,1,1,54578,65,3273031619,'2017-02-05 14:01:27',''),(52966,1,1,54579,6,1152706156,'2017-02-05 14:11:38',''),(52967,1,1,54580,67,2745975281,'2017-02-05 17:58:52',''),(52968,1,1,54581,26,2637637590,'2017-02-05 20:17:13',''),(52969,1,1,54582,63,2745975314,'2017-02-05 21:32:14',''),(52970,1,1,54583,62,3702877360,'2017-02-05 21:37:37',''),(52971,1,1,54584,1,3024883490,'2017-02-05 22:17:49',''),(52972,1,1,54585,1,1318240551,'2017-02-05 22:33:59','https://www.google.co.uk/'),(52973,1,1,54586,1,1041806727,'2017-02-05 23:21:12',''),(52974,1,1,54587,1,1760325816,'2017-02-05 23:33:24',''),(52975,1,1,54588,50,2745975073,'2017-02-05 23:53:23',''),(52976,1,1,54589,66,3024883595,'2017-02-06 01:11:43',''),(52977,1,1,54590,63,3702877342,'2017-02-06 01:58:20',''),(52978,1,1,54591,68,676177667,'2017-02-06 02:37:04',''),(52979,1,1,54592,1,1152706156,'2017-02-06 03:48:06',''),(52980,1,1,54593,1,1443919529,'2017-02-06 06:45:52','https://www.google.co.uk/'),(52981,1,1,54594,43,2637637590,'2017-02-06 08:33:06',''),(52982,1,1,54595,6,1123631219,'2017-02-06 08:54:43',''),(52983,1,1,54596,1,1542483284,'2017-02-06 09:35:58',''),(52984,1,1,54597,3,1123631219,'2017-02-06 10:01:20',''),(52985,1,1,54598,45,2637637556,'2017-02-06 10:23:48',''),(52986,1,1,54599,48,676177667,'2017-02-06 10:33:20',''),(52987,1,1,54600,1,2733882171,'2017-02-06 11:18:21',''),(52988,1,1,54601,1,1123631215,'2017-02-06 13:20:44',''),(52989,1,1,54602,1,2366148121,'2017-02-06 13:28:54',''),(52990,1,1,54603,1,100662596,'2017-02-06 13:28:58',''),(52991,1,1,54604,1,3024883471,'2017-02-06 17:10:25',''),(52992,1,1,54605,1,1123631219,'2017-02-06 18:27:53',''),(52993,1,1,54606,56,2637637556,'2017-02-06 21:18:30',''),(52994,1,1,54607,26,2637637556,'2017-02-06 21:18:32',''),(52995,1,1,54608,15,3475901853,'2017-02-06 21:18:39',''),(52996,1,1,54609,1,3475901853,'2017-02-06 21:18:41',''),(52997,1,1,54610,6,3475901853,'2017-02-06 21:18:42',''),(52998,1,1,54611,26,3475901853,'2017-02-06 21:18:43',''),(52999,1,1,54612,43,2637637590,'2017-02-06 21:18:53',''),(53000,1,1,54613,63,676177667,'2017-02-06 21:20:15',''),(53001,1,1,54614,26,676177667,'2017-02-06 21:20:17',''),(53002,1,1,54615,23,1123631215,'2017-02-06 23:49:09',''),(53003,1,1,54616,1,1123631219,'2017-02-07 00:14:19',''),(53004,1,1,54617,65,1123638581,'2017-02-07 00:38:04','http://www.google.com/search'),(53005,1,1,54618,18,2745975374,'2017-02-07 00:39:34',''),(53006,1,1,54619,1,3024883484,'2017-02-07 00:51:49',''),(53007,1,1,54620,72,3024883467,'2017-02-07 00:55:36',''),(53008,1,1,54621,26,2637637556,'2017-02-07 02:47:16',''),(53009,1,1,54622,1,1542483294,'2017-02-07 09:27:12',''),(53010,1,1,54623,10,1152706156,'2017-02-07 10:08:01',''),(53011,1,1,54624,1,1613533986,'2017-02-07 10:21:29',''),(53012,1,1,54625,1,3479603870,'2017-02-07 10:28:53',''),(53013,1,1,54626,64,784973735,'2017-02-07 10:53:18',''),(53014,1,1,54627,64,784973735,'2017-02-07 10:53:21',''),(53015,1,1,54628,1,784973735,'2017-02-07 10:53:24',''),(53016,1,1,54629,64,784973735,'2017-02-07 10:53:27',''),(53017,1,1,54630,1,1514141774,'2017-02-07 11:02:34','https://www.google.fr/'),(53018,1,1,54631,1,3241992130,'2017-02-07 13:38:34',''),(53019,1,1,54632,16,3641494778,'2017-02-07 14:38:20',''),(53020,1,1,54633,1,1123631211,'2017-02-07 15:39:52',''),(53021,1,1,54634,1,772022347,'2017-02-07 15:53:13',''),(53022,1,1,54635,1,3578687162,'2017-02-07 16:13:02','https://www.google.co.uk/'),(53023,1,1,54636,1,1041806727,'2017-02-07 16:14:30',''),(53024,1,1,54637,1,2953392683,'2017-02-07 16:19:01',''),(53025,1,1,54638,1,1123631858,'2017-02-07 16:54:28',''),(53026,1,1,54639,43,1329939870,'2017-02-07 18:34:58','https://www.bing.com/'),(53027,1,1,54640,74,2745975265,'2017-02-07 19:52:21',''),(53028,1,1,54641,1,2745984320,'2017-02-07 22:02:35',''),(53029,1,1,54642,65,2745975014,'2017-02-07 22:42:00',''),(53030,1,1,54643,9,676177664,'2017-02-08 01:49:12',''),(53031,1,1,54644,3,676177667,'2017-02-08 01:49:22',''),(53032,1,1,54645,68,676177667,'2017-02-08 01:49:24',''),(53033,1,1,54646,65,676177667,'2017-02-08 01:49:25',''),(53034,1,1,54647,1,3512960392,'2017-02-08 02:37:38',''),(53035,1,1,54648,1,3024883616,'2017-02-08 02:38:19',''),(53036,1,1,54649,1,1376110193,'2017-02-08 06:13:07','https://www.google.co.uk/'),(53037,1,1,54650,1,3231158610,'2017-02-08 08:45:56',''),(53038,1,1,54651,1,3231158610,'2017-02-08 08:46:02',''),(53039,1,1,54652,1,3231158610,'2017-02-08 08:46:05',''),(53040,1,1,54653,1,3231158610,'2017-02-08 08:46:12',''),(53041,1,1,54654,1,3231158610,'2017-02-08 08:46:18',''),(53042,1,1,54655,1,3231158610,'2017-02-08 08:46:22',''),(53043,1,1,54656,1,3231158610,'2017-02-08 08:46:27',''),(53044,1,1,54657,1,3231158610,'2017-02-08 08:46:32',''),(53045,1,1,54658,1,1443919529,'2017-02-08 09:01:00','https://www.google.co.uk/'),(53046,1,1,54659,6,1123631858,'2017-02-08 09:03:59',''),(53047,1,1,54660,1,1542483289,'2017-02-08 09:38:46',''),(53048,1,1,54661,1,3024883600,'2017-02-08 09:48:40',''),(53049,1,1,54662,41,2745975421,'2017-02-08 10:25:22',''),(53050,1,1,54663,72,3024883596,'2017-02-08 11:32:28',''),(53051,1,1,54664,43,2745975172,'2017-02-08 14:50:03',''),(53052,1,1,54665,1,2328184464,'2017-02-08 15:05:22',''),(53053,1,1,54666,9,1152706156,'2017-02-08 15:27:11',''),(53054,1,1,54667,51,1152706156,'2017-02-08 18:33:50',''),(53055,1,1,54668,30,1123632626,'2017-02-08 21:10:41',''),(53056,1,1,54669,68,2745975225,'2017-02-08 22:53:52',''),(53057,1,1,54670,6,1123632626,'2017-02-08 22:55:03',''),(53058,1,1,54671,48,2745975392,'2017-02-09 03:18:20',''),(53059,1,1,54672,1,2328183980,'2017-02-09 03:36:48',''),(53060,1,1,54673,1,3024883462,'2017-02-09 05:31:31',''),(53061,1,1,54674,1,3024883601,'2017-02-09 05:31:33',''),(53062,1,1,54675,63,676177667,'2017-02-09 07:51:25',''),(53063,1,1,54676,1,1542483279,'2017-02-09 09:10:06',''),(53064,1,1,54677,56,1072954402,'2017-02-09 09:41:22',''),(53065,1,1,54678,1,2194899346,'2017-02-09 09:43:48',''),(53066,1,1,54679,1,2194899346,'2017-02-09 09:43:51',''),(53067,1,1,54680,1,526225764,'2017-02-09 13:02:00',''),(53068,1,1,54681,6,2637637480,'2017-02-09 13:24:38',''),(53069,1,1,54682,56,2005113192,'2017-02-09 15:02:38',''),(53070,1,1,54683,56,2005113192,'2017-02-09 15:02:40',''),(53071,1,1,54684,1,2005113192,'2017-02-09 15:02:44',''),(53072,1,1,54685,56,2005113192,'2017-02-09 15:02:49',''),(53073,1,1,54686,1,1123632618,'2017-02-09 18:43:10',''),(53074,1,1,54687,45,1329787630,'2017-02-09 19:25:58','http://www.google.co.uk/'),(53075,1,1,54688,1,1041806727,'2017-02-09 19:37:24',''),(53076,1,1,54689,1,759988497,'2017-02-09 21:40:14',''),(53077,1,1,54690,1,3024883591,'2017-02-09 22:29:48',''),(53078,1,1,54691,15,2637637480,'2017-02-09 22:37:10',''),(53079,1,1,54692,57,676177667,'2017-02-09 23:24:06',''),(53080,1,1,54693,19,1123632618,'2017-02-10 00:32:25',''),(53081,1,1,54694,66,2366158595,'2017-02-10 00:34:14',''),(53082,1,1,54695,38,2745975375,'2017-02-10 00:41:16',''),(53083,1,1,54696,1,1123632622,'2017-02-10 06:28:08',''),(53084,1,1,54697,45,2745975388,'2017-02-10 08:41:32',''),(53085,1,1,54698,1,1542483308,'2017-02-10 09:14:39',''),(53086,1,1,54699,1,3024883480,'2017-02-10 11:13:02',''),(53087,1,1,54700,1,3024883468,'2017-02-10 11:13:05',''),(53088,1,1,54701,6,2745975155,'2017-02-10 11:47:09',''),(53089,1,1,54702,30,1123632622,'2017-02-10 12:03:25',''),(53090,1,1,54703,54,3024883488,'2017-02-10 14:14:23',''),(53091,1,1,54704,26,3475901714,'2017-02-10 14:44:22',''),(53092,1,1,54705,48,1369051219,'2017-02-10 15:17:11','https://www.google.co.uk/'),(53093,1,1,54706,42,2745975027,'2017-02-10 16:49:45',''),(53094,1,1,54707,65,1589920339,'2017-02-10 17:55:37','https://www.google.co.uk/'),(53095,1,1,54708,1,3024883469,'2017-02-10 18:01:43',''),(53096,1,1,54709,1,1534678664,'2017-02-10 19:49:44',''),(53097,1,1,54710,6,391157674,'2017-02-10 20:59:00',''),(53098,1,1,54711,69,2637637457,'2017-02-10 23:05:32',''),(53099,1,1,54712,65,1123631211,'2017-02-11 01:53:48',''),(53100,1,1,54713,54,3024883466,'2017-02-11 02:21:51',''),(53101,1,1,54714,1,916324641,'2017-02-11 05:55:03',''),(53102,1,1,54715,1,676695033,'2017-02-11 09:03:49',''),(53103,1,1,54716,1,1542483294,'2017-02-11 09:11:08',''),(53104,1,1,54717,6,1123631211,'2017-02-11 09:16:07',''),(53105,1,1,54718,1,1388405867,'2017-02-11 13:16:54',''),(53106,1,1,54719,1,1388405867,'2017-02-11 13:16:57',''),(53107,1,1,54720,1,1388405867,'2017-02-11 13:16:59',''),(53108,1,1,54721,1,1388405867,'2017-02-11 13:17:02',''),(53109,1,1,54722,1,1388405867,'2017-02-11 13:17:05',''),(53110,1,1,54723,1,1388405867,'2017-02-11 13:17:07',''),(53111,1,1,54724,1,1388405867,'2017-02-11 13:17:10',''),(53112,1,1,54725,1,1388405867,'2017-02-11 13:17:13',''),(53113,1,1,54726,1,3024883591,'2017-02-11 14:21:32',''),(53114,1,1,54727,75,2760155415,'2017-02-11 15:12:06',''),(53115,1,1,54728,6,2457380391,'2017-02-11 16:41:46',''),(53116,1,1,54729,1,2366158595,'2017-02-11 17:53:30',''),(53117,1,1,54730,1,2366158595,'2017-02-11 17:53:33',''),(53118,1,1,54731,56,845421825,'2017-02-11 19:05:01','https://www.bing.com/'),(53119,1,1,54732,64,3024883603,'2017-02-11 20:08:54',''),(53120,1,1,54733,1,2151947797,'2017-02-11 21:00:54','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1329.rzkIyvEVl2ErHGcBlzDlMBSC9bTwSUpfdtASuLASy7K0t2arL5FKiHgeHprSA5Hi.9ce357041a6e609dd8db01f0c3cbff5898ba5615&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0Y'),(53121,1,1,54734,1,2637637603,'2017-02-11 23:54:21',''),(53122,1,1,54735,54,1570674749,'2017-02-12 00:09:28',''),(53123,1,1,54736,65,2637637457,'2017-02-12 01:17:39',''),(53124,1,1,54737,1,2953392683,'2017-02-12 01:26:40',''),(53125,1,1,54738,1,1123631215,'2017-02-12 04:07:28',''),(53126,1,1,54740,1,3479603870,'2017-02-12 05:12:32',''),(53127,1,1,54741,1,1542483289,'2017-02-12 09:11:26',''),(53128,1,1,54742,15,1123638732,'2017-02-12 09:31:18','http://www.google.com/search'),(53129,1,1,54743,1,3024883463,'2017-02-12 09:43:44',''),(53130,1,1,54744,43,3475901709,'2017-02-12 10:50:16',''),(53131,1,1,54745,1,3024883463,'2017-02-12 13:05:35',''),(53132,1,1,54746,55,2071807857,'2017-02-12 14:05:27',''),(53133,1,1,54747,1,3024883597,'2017-02-12 14:24:04',''),(53134,1,1,54748,31,872366349,'2017-02-12 14:33:21',''),(53135,1,1,54749,56,2637637486,'2017-02-12 14:46:06',''),(53136,1,1,54750,43,3475901709,'2017-02-12 14:46:22',''),(53137,1,1,54751,26,2637637603,'2017-02-12 14:53:59',''),(53138,1,1,54752,15,2637637603,'2017-02-12 14:54:01',''),(53139,1,1,54753,1,2637637603,'2017-02-12 14:54:02',''),(53140,1,1,54754,6,2637637603,'2017-02-12 14:54:03',''),(53141,1,1,54755,1,2366158595,'2017-02-12 16:20:33',''),(53142,1,1,54756,1,100662596,'2017-02-12 16:20:37',''),(53143,1,1,54757,70,3024883601,'2017-02-12 16:38:19',''),(53144,1,1,54758,1,586844407,'2017-02-12 18:08:35',''),(53145,1,1,54759,63,2637637457,'2017-02-12 18:29:01',''),(53146,1,1,54760,26,2637637457,'2017-02-12 18:29:03',''),(53147,1,1,54761,43,2745975053,'2017-02-12 23:31:23',''),(53148,1,1,54762,48,676177672,'2017-02-13 01:50:41',''),(53149,1,1,54763,48,1123633941,'2017-02-13 03:26:49',''),(53150,1,1,54764,1,1757872074,'2017-02-13 07:42:39',''),(53151,1,1,54765,1,1757872074,'2017-02-13 07:42:40',''),(53152,1,1,54766,1,1757872074,'2017-02-13 07:42:41',''),(53153,1,1,54767,1,1542483317,'2017-02-13 09:17:49',''),(53154,1,1,54768,6,1123633944,'2017-02-13 09:23:01',''),(53155,1,1,54769,1,1163186166,'2017-02-13 12:47:19',''),(53156,1,1,54770,1,3587046756,'2017-02-13 14:07:25','http://www.google.co.uk/'),(53157,1,1,54771,1,1123633944,'2017-02-13 15:13:18',''),(53158,1,1,54772,1,786803397,'2017-02-13 15:38:48',''),(53159,1,1,54773,70,3024883465,'2017-02-13 17:14:44',''),(53160,1,1,54774,1,1526691470,'2017-02-13 18:18:30','http://www.google.co.uk/'),(53161,1,1,54775,68,1123638729,'2017-02-13 19:07:13','http://www.google.com/search'),(53162,1,1,54776,1,2731721826,'2017-02-13 19:11:55',''),(53163,1,1,54777,56,856277379,'2017-02-13 19:27:11','http://www.google.co.uk/'),(53164,1,1,54778,15,1444463035,'2017-02-13 19:57:24','https://www.google.co.uk/'),(53165,1,1,54779,1,3231158610,'2017-02-13 22:13:25',''),(53166,1,1,54780,1,1123631215,'2017-02-14 00:38:08',''),(53167,1,1,54781,1,3702877349,'2017-02-14 00:54:28',''),(53168,1,1,54782,1,1123631211,'2017-02-14 02:50:22',''),(53169,1,1,54783,1,1442835655,'2017-02-14 04:54:26','https://www.google.co.uk/'),(53170,1,1,54784,1,1754967387,'2017-02-14 07:18:56',''),(53171,1,1,54785,1,1754967387,'2017-02-14 07:19:01',''),(53172,1,1,54786,1,2459188012,'2017-02-14 07:21:44',''),(53173,1,1,54787,1,2459188012,'2017-02-14 07:21:48',''),(53174,1,1,54783,1,1442835655,'2017-02-14 08:29:14','https://www.google.co.uk/'),(53175,1,1,54788,1,1542483278,'2017-02-14 09:11:32',''),(53176,1,1,54789,1,1123631211,'2017-02-14 09:24:27',''),(53177,1,1,54790,1,2745975911,'2017-02-14 10:53:46',''),(53178,1,1,54791,1,2745975911,'2017-02-14 10:53:50',''),(53179,1,1,54792,1,2745975911,'2017-02-14 10:53:53',''),(53180,1,1,54793,1,2745975911,'2017-02-14 10:53:55',''),(53181,1,1,54794,1,2745975911,'2017-02-14 10:53:58',''),(53182,1,1,54795,1,2745975911,'2017-02-14 11:01:59',''),(53183,1,1,54796,1,2745975911,'2017-02-14 11:02:02',''),(53184,1,1,54797,1,773913933,'2017-02-14 11:11:05',''),(53185,1,1,54798,1,1123631215,'2017-02-14 11:11:08',''),(53186,1,1,54799,6,773913933,'2017-02-14 11:11:15',''),(53187,1,1,54800,6,773913933,'2017-02-14 11:11:16',''),(53188,1,1,54801,1,773913933,'2017-02-14 11:11:23',''),(53189,1,1,54802,1,599284525,'2017-02-14 11:27:05',''),(53190,1,1,54803,1,599284525,'2017-02-14 11:27:06',''),(53191,1,1,54804,1,599284525,'2017-02-14 11:27:08',''),(53192,1,1,54805,1,599284525,'2017-02-14 11:27:09',''),(53193,1,1,54806,1,599284525,'2017-02-14 11:27:10',''),(53194,1,1,54807,1,599284525,'2017-02-14 11:27:11',''),(53195,1,1,54808,1,599284525,'2017-02-14 11:27:13',''),(53196,1,1,54809,1,599284525,'2017-02-14 11:27:14',''),(53197,1,1,54810,1,599284525,'2017-02-14 11:27:15',''),(53198,1,1,54811,1,599284525,'2017-02-14 11:27:16',''),(53199,1,1,54812,1,599284525,'2017-02-14 11:27:18',''),(53200,1,1,54813,1,599284525,'2017-02-14 11:27:19',''),(53201,1,1,54814,1,599284525,'2017-02-14 11:27:20',''),(53202,1,1,54815,1,599284525,'2017-02-14 11:27:21',''),(53203,1,1,54816,1,599284525,'2017-02-14 11:27:23',''),(53204,1,1,54817,1,599284525,'2017-02-14 11:27:24',''),(53205,1,1,54818,1,599284525,'2017-02-14 11:27:25',''),(53206,1,1,54819,1,599284525,'2017-02-14 11:27:26',''),(53207,1,1,54820,1,599284525,'2017-02-14 11:27:28',''),(53208,1,1,54821,1,599284525,'2017-02-14 11:27:29',''),(53209,1,1,54822,1,599284525,'2017-02-14 11:27:30',''),(53210,1,1,54823,1,599284525,'2017-02-14 11:27:31',''),(53211,1,1,54824,1,599284525,'2017-02-14 11:27:32',''),(53212,1,1,54825,1,599284525,'2017-02-14 11:27:34',''),(53213,1,1,54826,1,599284525,'2017-02-14 11:27:35',''),(53214,1,1,54827,1,599284525,'2017-02-14 11:27:36',''),(53215,1,1,54828,1,2366158595,'2017-02-14 11:29:09',''),(53216,1,1,54829,1,2193699658,'2017-02-14 11:29:13',''),(53217,1,1,54830,1,1123631215,'2017-02-14 11:44:29',''),(53218,1,1,54831,1,1159647986,'2017-02-14 11:51:33',''),(53219,1,1,54832,1,1443002532,'2017-02-14 12:51:52','https://www.google.co.uk/'),(53220,1,1,54833,1,2366158595,'2017-02-14 13:33:26',''),(53221,1,1,54834,1,2366158595,'2017-02-14 13:33:30',''),(53222,1,1,54835,43,1805004174,'2017-02-14 13:41:21',''),(53223,1,1,54836,1,1805004174,'2017-02-14 13:41:37',''),(53224,1,1,54837,43,1805004174,'2017-02-14 13:41:53',''),(53225,1,1,54838,1,3339975108,'2017-02-14 13:48:22',''),(53226,1,1,54839,1,3276816472,'2017-02-14 13:48:24',''),(53227,1,1,54840,1,3339975108,'2017-02-14 13:48:24',''),(53228,1,1,54841,1,3276816472,'2017-02-14 13:48:25',''),(53229,1,1,54842,1,1123631215,'2017-02-14 15:17:32',''),(53230,1,1,54843,1,1123631215,'2017-02-14 16:54:27',''),(53231,1,1,54844,1,3024883469,'2017-02-14 16:58:36',''),(53232,1,1,54845,1,523528994,'2017-02-14 19:44:54','https://www.google.co.uk/'),(53233,1,1,54846,1,1123631215,'2017-02-14 20:54:27',''),(53234,1,1,54847,1,1402306146,'2017-02-14 21:44:00',''),(53235,1,1,54848,1,3024883607,'2017-02-14 22:58:31',''),(53236,1,1,54849,1,1123631219,'2017-02-14 23:07:15',''),(53237,1,1,54850,45,2637637533,'2017-02-15 00:11:50',''),(53238,1,1,54851,1,759995442,'2017-02-15 02:48:25',''),(53239,1,1,54852,23,1123631215,'2017-02-15 04:21:29',''),(53240,1,1,54853,1,1152706156,'2017-02-15 06:05:05',''),(53241,1,1,54854,15,3024883478,'2017-02-15 06:24:43',''),(53242,1,1,54855,50,1123631211,'2017-02-15 07:04:36',''),(53243,1,1,54856,1,1542483294,'2017-02-15 09:29:03',''),(53244,1,1,54857,15,2745975381,'2017-02-15 11:46:24',''),(53245,1,1,54858,68,676177778,'2017-02-15 12:32:34',''),(53246,1,1,54859,65,676177778,'2017-02-15 12:32:35',''),(53247,1,1,54860,3,676177778,'2017-02-15 12:32:37',''),(53248,1,1,54861,9,2637637533,'2017-02-15 12:32:37',''),(53249,1,1,54862,18,3475901848,'2017-02-15 12:32:43',''),(53250,1,1,54863,43,3475901848,'2017-02-15 12:32:44',''),(53251,1,1,54864,29,3475901848,'2017-02-15 12:32:46',''),(53252,1,1,54865,28,1152706156,'2017-02-15 14:47:23',''),(53253,1,1,54866,1,2637637403,'2017-02-15 16:08:27',''),(53254,1,1,54867,6,1152706156,'2017-02-15 18:48:13',''),(53255,1,1,54868,1,3024883467,'2017-02-15 19:51:29',''),(53256,1,1,54869,56,2637637533,'2017-02-15 20:08:43',''),(53257,1,1,54870,51,3024883473,'2017-02-15 21:59:19',''),(53258,1,1,54871,59,2745975465,'2017-02-16 01:43:42',''),(53259,1,1,54872,1,1590605186,'2017-02-16 05:45:28','https://www.google.ae/'),(53260,1,1,54873,31,676177778,'2017-02-16 07:21:43',''),(53261,1,1,54874,64,1123631211,'2017-02-16 07:52:43',''),(53262,1,1,54875,1,1542483272,'2017-02-16 09:22:01',''),(53263,1,1,54876,64,2071807853,'2017-02-16 09:26:21',''),(53264,1,1,54877,65,1357199633,'2017-02-16 09:26:58','https://www.google.co.uk/'),(53265,1,1,54878,6,1123631211,'2017-02-16 09:49:09',''),(53266,1,1,54879,1,3024883464,'2017-02-16 09:49:44',''),(53267,1,1,54880,1,1123631219,'2017-02-16 12:11:31',''),(53268,1,1,54881,1,1557124503,'2017-02-16 13:25:08','https://www.google.co.uk/'),(53269,1,1,54882,30,1123631211,'2017-02-16 15:08:00',''),(53270,1,1,54883,1,773913933,'2017-02-16 16:44:07',''),(53271,1,1,54884,1,1123631211,'2017-02-16 16:44:09',''),(53272,1,1,54885,6,773913933,'2017-02-16 16:44:16',''),(53273,1,1,54886,6,773913933,'2017-02-16 16:44:17',''),(53274,1,1,54887,1,773913933,'2017-02-16 16:44:22',''),(53275,1,1,54888,1,606080641,'2017-02-16 17:45:40',''),(53276,1,1,54889,51,1123631219,'2017-02-16 18:06:02',''),(53277,1,1,54890,1,1123633653,'2017-02-16 18:41:47',''),(53278,1,1,54891,1,1123633647,'2017-02-16 23:11:10',''),(53279,1,1,54892,15,41877227,'2017-02-16 23:41:35','https://www.google.co.uk/'),(53280,1,1,54893,56,1123633650,'2017-02-17 00:48:49',''),(53281,1,1,54894,1,1123633653,'2017-02-17 02:01:35',''),(53282,1,1,54895,1,2745975944,'2017-02-17 02:22:12',''),(53283,1,1,54896,1,3479603870,'2017-02-17 02:36:29',''),(53284,1,1,54897,16,3024883618,'2017-02-17 05:36:14',''),(53285,1,1,54898,1,915991232,'2017-02-17 05:36:26',''),(53286,1,1,54899,55,96260879,'2017-02-17 05:54:00',''),(53287,1,1,54900,9,96260879,'2017-02-17 05:54:05',''),(53288,1,1,54901,63,96260879,'2017-02-17 05:54:16',''),(53289,1,1,54902,49,96260879,'2017-02-17 05:54:16',''),(53290,1,1,54903,28,96260879,'2017-02-17 05:54:20',''),(53291,1,1,54904,27,96260879,'2017-02-17 05:54:21',''),(53292,1,1,54905,1,96260879,'2017-02-17 05:54:22',''),(53293,1,1,54906,43,96260879,'2017-02-17 05:54:22',''),(53294,1,1,54907,10,96260879,'2017-02-17 05:54:26',''),(53295,1,1,54908,1,915991232,'2017-02-17 06:37:24',''),(53296,1,1,54909,1,915991232,'2017-02-17 06:43:23',''),(53297,1,1,54910,1,3492536660,'2017-02-17 09:10:51',''),(53298,1,1,54911,1,3492536660,'2017-02-17 09:10:53',''),(53299,1,1,54912,1,3492536660,'2017-02-17 09:10:56',''),(53300,1,1,54913,1,3492536660,'2017-02-17 09:10:59',''),(53301,1,1,54914,1,3492536660,'2017-02-17 09:11:01',''),(53302,1,1,54915,1,3492536660,'2017-02-17 09:11:04',''),(53303,1,1,54916,1,3492536660,'2017-02-17 09:11:10',''),(53304,1,1,54917,1,3492536660,'2017-02-17 09:11:12',''),(53305,1,1,54918,1,3492536660,'2017-02-17 09:11:15',''),(53306,1,1,54919,1,3492536660,'2017-02-17 09:11:18',''),(53307,1,1,54920,1,3492536660,'2017-02-17 09:11:20',''),(53308,1,1,54921,1,3492536660,'2017-02-17 09:11:23',''),(53309,1,1,54922,1,3492536660,'2017-02-17 09:11:26',''),(53310,1,1,54923,1,3492536660,'2017-02-17 09:11:28',''),(53311,1,1,54924,1,3492536660,'2017-02-17 09:11:31',''),(53312,1,1,54925,1,3492536660,'2017-02-17 09:11:34',''),(53313,1,1,54926,1,3492536660,'2017-02-17 09:11:37',''),(53314,1,1,54927,1,3492536660,'2017-02-17 09:11:39',''),(53315,1,1,54928,1,3492536660,'2017-02-17 09:11:42',''),(53316,1,1,54929,1,1542483278,'2017-02-17 09:23:19',''),(53317,1,1,54930,1,1403494662,'2017-02-17 11:03:09','https://www.google.co.uk/'),(53318,1,1,54931,1,2953408070,'2017-02-17 14:06:20',''),(53319,1,1,54932,1,2953408070,'2017-02-17 14:07:21',''),(53320,1,1,54933,1,2953408070,'2017-02-17 14:07:34',''),(53321,1,1,54934,1,2953408070,'2017-02-17 14:07:43',''),(53322,1,1,54935,1,2953408070,'2017-02-17 14:09:22',''),(53323,1,1,54936,1,2953408070,'2017-02-17 14:09:26',''),(53324,1,1,54937,1,2953408070,'2017-02-17 14:09:59',''),(53325,1,1,54938,1,2953408070,'2017-02-17 14:10:08',''),(53326,1,1,54939,1,1838980980,'2017-02-17 14:40:21','https://www.google.co.uk/'),(53327,1,1,54940,53,3024883606,'2017-02-17 14:59:29',''),(53328,1,1,54941,56,2637637533,'2017-02-17 15:19:50',''),(53329,1,1,54942,1,1123633653,'2017-02-17 15:41:11',''),(53330,1,1,54943,1,3003067454,'2017-02-17 18:03:21',''),(53331,1,1,54944,72,2760155469,'2017-02-18 01:16:55',''),(53332,1,1,54945,75,3024883473,'2017-02-18 01:17:20',''),(53333,1,1,54946,1,1123633650,'2017-02-18 02:13:22',''),(53334,1,1,54947,1,1123633653,'2017-02-18 02:44:59',''),(53335,1,1,54948,1,1434488395,'2017-02-18 03:13:32',''),(53336,1,1,54949,1,3641707535,'2017-02-18 03:16:53',''),(53337,1,1,54950,15,3641707535,'2017-02-18 03:16:58',''),(53338,1,1,54951,1,1123633647,'2017-02-18 03:18:55',''),(53339,1,1,54952,1,3237935788,'2017-02-18 03:23:19',''),(53340,1,1,54953,1,624635760,'2017-02-18 03:30:13',''),(53341,1,1,54954,1,3105461266,'2017-02-18 03:37:10',''),(53342,1,1,54955,16,3024883485,'2017-02-18 06:18:19',''),(53343,1,1,54956,1,41545172,'2017-02-18 09:01:37','https://www.google.co.uk/'),(53344,1,1,54957,1,1542483308,'2017-02-18 09:24:42',''),(53345,1,1,54958,1,1123633647,'2017-02-18 09:54:57',''),(53346,1,1,54959,1,1123633653,'2017-02-18 15:24:55',''),(53347,1,1,54960,1,2366158595,'2017-02-18 15:41:44',''),(53348,1,1,54961,1,100662596,'2017-02-18 15:41:48',''),(53349,1,1,54962,6,1571455583,'2017-02-18 16:10:11',''),(53350,1,1,54963,54,2760155422,'2017-02-18 16:34:22',''),(53351,1,1,54964,26,2637637387,'2017-02-18 18:12:23',''),(53352,1,1,54965,1,2637637387,'2017-02-18 18:12:24',''),(53353,1,1,54966,15,2637637387,'2017-02-18 18:12:25',''),(53354,1,1,54967,6,2637637387,'2017-02-18 18:12:27',''),(53355,1,1,54968,63,2637637599,'2017-02-18 18:12:27',''),(53356,1,1,54969,26,2637637599,'2017-02-18 18:12:29',''),(53357,1,1,54970,56,2637637428,'2017-02-18 18:12:32',''),(53358,1,1,54971,6,2954838202,'2017-02-18 18:24:46',''),(53359,1,1,54972,1,1123633653,'2017-02-18 20:57:51',''),(53360,1,1,54973,48,2637637599,'2017-02-19 00:09:57',''),(53361,1,1,54974,10,2637637428,'2017-02-19 00:10:11',''),(53362,1,1,54975,1,1123633650,'2017-02-19 00:29:56',''),(53363,1,1,54976,1,3024883484,'2017-02-19 01:54:26',''),(53364,1,1,54977,59,3024883477,'2017-02-19 02:27:55',''),(53365,1,1,54978,1,1123633647,'2017-02-19 02:37:29',''),(53366,1,1,54979,1,1123633647,'2017-02-19 04:27:20',''),(53367,1,1,54980,1,1123633653,'2017-02-19 06:01:26',''),(53368,1,1,54981,1,1123633647,'2017-02-19 09:14:26',''),(53369,1,1,54982,1,1542483326,'2017-02-19 09:25:32',''),(53370,1,1,54983,1,1123633650,'2017-02-19 10:04:32',''),(53371,1,1,54984,1,1123633650,'2017-02-19 11:20:48',''),(53372,1,1,54985,1,1123633647,'2017-02-19 12:31:05',''),(53373,1,1,54986,1,1123633653,'2017-02-19 14:09:20',''),(53374,1,1,54987,1,3024883597,'2017-02-19 14:17:28',''),(53375,1,1,54988,1,1089906080,'2017-02-19 15:47:02','http://whois.domaintools.com/mstyresblackburn.co.uk'),(53376,1,1,54989,1,1123631850,'2017-02-19 16:09:27',''),(53377,1,1,54990,1,1123631858,'2017-02-19 19:05:34',''),(53378,1,1,54991,68,1123631850,'2017-02-19 20:51:19',''),(53379,1,1,54992,1,1123631854,'2017-02-19 21:47:29',''),(53380,1,1,54993,1,1796538632,'2017-02-19 22:18:40',''),(53381,1,1,54994,1,1123631850,'2017-02-20 01:00:24',''),(53382,1,1,54995,1,1123631854,'2017-02-20 01:05:54',''),(53383,1,1,54996,74,3024883464,'2017-02-20 01:17:16',''),(53384,1,1,54997,1,1123631858,'2017-02-20 02:06:47',''),(53385,1,1,54998,1,1539739512,'2017-02-20 03:35:33',''),(53386,1,1,54999,1,1123631858,'2017-02-20 04:04:02',''),(53387,1,1,55000,1,1123631854,'2017-02-20 05:16:23',''),(53388,1,1,55001,1,1123631850,'2017-02-20 06:42:22',''),(53389,1,1,55002,1,1123631858,'2017-02-20 07:05:53',''),(53390,1,1,55003,1,3024883465,'2017-02-20 08:27:58',''),(53391,1,1,55004,1,3024883609,'2017-02-20 08:42:38',''),(53392,1,1,55005,1,2366158595,'2017-02-20 09:16:06',''),(53393,1,1,55006,1,100662596,'2017-02-20 09:16:10',''),(53394,1,1,55007,1,1123631858,'2017-02-20 09:47:41',''),(53395,1,1,55008,1,1542483289,'2017-02-20 09:50:06',''),(53396,1,1,55009,1,1123631850,'2017-02-20 09:55:58',''),(53397,1,1,55010,1,1123631858,'2017-02-20 11:01:15',''),(53398,1,1,55011,1,1123631858,'2017-02-20 12:51:46',''),(53399,1,1,55012,1,1123631858,'2017-02-20 13:58:11',''),(53400,1,1,55013,15,1546189072,'2017-02-20 15:24:38','https://www.google.co.uk/'),(53401,1,1,55014,1,1123631854,'2017-02-20 15:37:17',''),(53402,1,1,55015,1,2745975931,'2017-02-20 15:47:39',''),(53403,1,1,55016,1,2745975931,'2017-02-20 15:47:42',''),(53404,1,1,55017,1,2745975931,'2017-02-20 15:47:45',''),(53405,1,1,55018,1,2745975931,'2017-02-20 15:47:48',''),(53406,1,1,55019,1,2745975931,'2017-02-20 15:47:51',''),(53407,1,1,55020,1,2745975931,'2017-02-20 15:47:54',''),(53408,1,1,55021,1,2745975931,'2017-02-20 15:47:58',''),(53409,1,1,55022,1,2745975931,'2017-02-20 15:48:00',''),(53410,1,1,55023,1,1123631858,'2017-02-20 16:45:33',''),(53411,1,1,55024,1,1123631854,'2017-02-20 16:54:52',''),(53412,1,1,55025,1,1375799679,'2017-02-20 17:35:49','https://www.google.co.uk/'),(53413,1,1,55026,3,1152706156,'2017-02-20 17:36:56',''),(53414,1,1,55027,45,2760155487,'2017-02-20 18:36:09',''),(53415,1,1,55028,1,1123631854,'2017-02-20 19:00:48',''),(53416,1,1,55029,56,84819480,'2017-02-20 21:40:39','https://www.google.ro/'),(53417,1,1,55030,1,1123631850,'2017-02-20 21:47:32',''),(53418,1,1,55031,1,1123631858,'2017-02-20 21:48:31',''),(53419,1,1,55032,1,1123631854,'2017-02-21 00:36:47',''),(53420,1,1,55034,1,1123631858,'2017-02-21 01:46:22',''),(53421,1,1,55035,1,1123631854,'2017-02-21 03:48:56',''),(53422,1,1,55036,26,1123631850,'2017-02-21 03:50:05',''),(53423,1,1,55037,26,1123631858,'2017-02-21 03:53:11',''),(53424,1,1,55041,1,1123631850,'2017-02-21 04:59:38',''),(53425,1,1,55042,44,3024883610,'2017-02-21 05:01:08',''),(53426,1,1,55043,1,1123631850,'2017-02-21 06:45:14',''),(53427,1,1,55045,1,1452414139,'2017-02-21 07:34:59','https://www.bing.com/'),(53428,1,1,55046,1,3479603870,'2017-02-21 08:39:28',''),(53429,1,1,55047,1,1123631854,'2017-02-21 09:05:11',''),(53430,1,1,55048,1,676695033,'2017-02-21 09:06:24',''),(53431,1,1,55049,1,1542483308,'2017-02-21 09:42:24',''),(53432,1,1,55050,1,1123631854,'2017-02-21 09:46:55',''),(53433,1,1,55052,6,1123631858,'2017-02-21 10:16:24',''),(53434,1,1,55053,1,1123631854,'2017-02-21 11:05:14',''),(53435,1,1,55054,1,3339975108,'2017-02-21 12:00:35',''),(53436,1,1,55055,1,344270861,'2017-02-21 12:00:36','https://www.google.co.uk/'),(53437,1,1,55056,1,48094754,'2017-02-21 12:17:07','https://www.google.co.uk/'),(53438,1,1,55057,1,1123631850,'2017-02-21 12:18:50',''),(53439,1,1,55058,1,1123631858,'2017-02-21 13:13:28',''),(53440,1,1,55059,1,1123631850,'2017-02-21 15:36:20',''),(53441,1,1,55060,1,528078042,'2017-02-21 17:20:13',''),(53442,1,1,55061,1,1123631850,'2017-02-21 18:50:09',''),(53443,1,1,55062,1,1123631858,'2017-02-21 19:41:08',''),(53444,1,1,55063,1,2548428467,'2017-02-21 21:21:03','https://www.google.co.uk/'),(53445,1,1,55064,1,1123631854,'2017-02-21 22:09:40',''),(53446,1,1,55065,38,3024883618,'2017-02-22 00:25:54',''),(53447,1,1,55066,1,1123631850,'2017-02-22 00:43:14',''),(53448,1,1,55067,1,1123631850,'2017-02-22 04:35:51',''),(53449,1,1,55068,1,1123631854,'2017-02-22 04:50:21',''),(53450,1,1,55069,43,3475901727,'2017-02-22 06:27:29',''),(53451,1,1,55070,29,3475901727,'2017-02-22 06:27:30',''),(53452,1,1,55071,26,3475901727,'2017-02-22 06:27:31',''),(53453,1,1,55072,18,3475901727,'2017-02-22 06:27:32',''),(53454,1,1,55073,9,2637637596,'2017-02-22 06:27:39',''),(53455,1,1,55074,68,676177670,'2017-02-22 06:27:43',''),(53456,1,1,55075,65,676177670,'2017-02-22 06:27:45',''),(53457,1,1,55076,3,676177670,'2017-02-22 06:27:47',''),(53458,1,1,55077,1,1123631858,'2017-02-22 06:48:32',''),(53459,1,1,55078,56,1123638729,'2017-02-22 07:17:50','http://www.google.com/search'),(53460,1,1,55079,1,1123631850,'2017-02-22 08:00:04',''),(53461,1,1,55080,1,1123631858,'2017-02-22 09:49:06',''),(53462,1,1,55081,1,1542483298,'2017-02-22 09:57:36',''),(53463,1,1,55082,65,1294327211,'2017-02-22 09:59:49','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1340.svUHJuA9cJ9tnAd8MaUJwN6Z8PGgaLoVGHhVdAIJ75GL98ceqQDE8Gfb6CR99HKO.073d827ea3e6955d05a772ea84785b20e8c4b34b&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0Y'),(53464,1,1,55083,1,1123631858,'2017-02-22 13:44:43',''),(53465,1,1,55084,1,1123631854,'2017-02-22 13:54:05',''),(53466,1,1,55085,1,1123631850,'2017-02-22 15:36:22',''),(53467,1,1,55086,52,2745975226,'2017-02-22 16:21:12',''),(53468,1,1,55087,1,1123631850,'2017-02-22 16:53:48',''),(53469,1,1,55088,14,2637637596,'2017-02-22 17:21:24',''),(53470,1,1,55089,1,1123631858,'2017-02-22 18:39:43',''),(53471,1,1,55090,1,844626027,'2017-02-22 18:59:23',''),(53472,1,1,55091,1,84565513,'2017-02-22 19:02:49',''),(53473,1,1,55092,1,3276416611,'2017-02-22 19:08:49',''),(53474,1,1,55093,15,1377362573,'2017-02-22 19:41:15','https://www.google.co.uk/'),(53475,1,1,55094,1,3024883617,'2017-02-22 20:21:16',''),(53476,1,1,55095,1,634152908,'2017-02-22 22:28:12','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1340.ChJ0rxKNfccaB_Sx3mjuN7UWZBgio2ThHEOWmLrlZEqewi-30tw0Q__AQx1Cl3aw.30432d162794154c2b4fec29d75e13095ea25563&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0Y'),(53477,1,1,55096,1,1123631850,'2017-02-22 22:55:26',''),(53478,1,1,55097,1,1123631854,'2017-02-22 22:58:45',''),(53479,1,1,55098,1,1032306279,'2017-02-23 00:26:56','http://www.baidu.com/s?wd=Mstyresblackburn'),(53480,1,1,55099,1,1032306397,'2017-02-23 00:27:46','http://m.baidu.com/s?wd=Mstyresblackburn'),(53481,1,1,55100,1,1123631850,'2017-02-23 00:56:57',''),(53482,1,1,55101,1,1123631850,'2017-02-23 05:20:35',''),(53483,1,1,55102,45,2637637596,'2017-02-23 06:30:47',''),(53484,1,1,55103,65,1123631850,'2017-02-23 06:43:51',''),(53485,1,1,55104,48,2637637507,'2017-02-23 07:21:35',''),(53486,1,1,55105,6,1152706156,'2017-02-23 07:38:49',''),(53487,1,1,55106,1,1123631850,'2017-02-23 07:50:11',''),(53488,1,1,55107,1,772022347,'2017-02-23 07:55:16',''),(53489,1,1,55108,1,1595715290,'2017-02-23 08:07:42','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1341.IksJLmlrbj5mknuDJOTKf4GkwasKsxIh10Wb-_z0N8aXDkqplKyzWI0fS1M2vzUF.fe4ad33219c2cb0acd49d77149a41b25274d5187&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0Y'),(53490,1,1,55109,1,3024883481,'2017-02-23 08:48:49',''),(53491,1,1,55110,16,2637637596,'2017-02-23 09:43:23',''),(53492,1,1,55111,1,1542483318,'2017-02-23 09:46:21',''),(53493,1,1,55112,1,3349552818,'2017-02-23 09:47:45',''),(53494,1,1,55113,43,1433613513,'2017-02-23 11:40:17','https://www.bing.com/'),(53495,1,1,55114,1,910385916,'2017-02-23 13:37:06',''),(53496,1,1,55115,1,917985139,'2017-02-23 13:50:58',''),(53497,1,1,55116,1,918626664,'2017-02-23 13:50:58',''),(53498,1,1,55117,1,917985139,'2017-02-23 13:51:00',''),(53499,1,1,55118,1,917985139,'2017-02-23 13:51:02',''),(53500,1,1,55119,1,917985139,'2017-02-23 13:51:04',''),(53501,1,1,55120,18,917985139,'2017-02-23 13:51:06',''),(53502,1,1,55121,3,917985139,'2017-02-23 13:51:08',''),(53503,1,1,55122,1,917985139,'2017-02-23 13:51:10',''),(53504,1,1,55123,6,917985139,'2017-02-23 13:51:12',''),(53505,1,1,55124,1,1123631858,'2017-02-23 15:15:10',''),(53506,1,1,55125,1,1123631854,'2017-02-23 15:29:52',''),(53507,1,1,55126,1,1123631850,'2017-02-23 15:40:25',''),(53508,1,1,55127,48,3024883481,'2017-02-23 15:52:00',''),(53509,1,1,55128,68,2637637507,'2017-02-23 16:06:57',''),(53510,1,1,55129,1,1123631858,'2017-02-23 16:41:46',''),(53511,1,1,55130,1,1123631854,'2017-02-23 17:18:18',''),(53512,1,1,55131,1,1053990239,'2017-02-23 19:26:29',''),(53513,1,1,55132,1,1053990239,'2017-02-23 19:26:33',''),(53514,1,1,55133,1,1053990239,'2017-02-23 19:26:36',''),(53515,1,1,55134,1,1053990239,'2017-02-23 19:26:40',''),(53516,1,1,55135,1,1053990239,'2017-02-23 19:26:46',''),(53517,1,1,55136,1,1053990239,'2017-02-23 19:26:51',''),(53518,1,1,55137,1,1053990239,'2017-02-23 19:27:03',''),(53519,1,1,55138,1,1053990239,'2017-02-23 19:27:10',''),(53520,1,1,55139,1,1123631858,'2017-02-23 21:39:38',''),(53521,1,1,55140,1,1123631858,'2017-02-23 23:15:38',''),(53522,1,1,55141,1,3024883480,'2017-02-23 23:23:06',''),(53523,1,1,55113,1,1433614025,'2017-02-23 23:56:39','https://www.bing.com/'),(53524,1,1,55142,1,1123631858,'2017-02-24 00:31:07',''),(53525,1,1,55143,1,3024883616,'2017-02-24 00:37:55',''),(53526,1,1,55144,1,1123631850,'2017-02-24 00:40:24',''),(53527,1,1,55145,1,1123631858,'2017-02-24 02:10:04',''),(53528,1,1,55146,1,3342489297,'2017-02-24 05:10:00',''),(53529,1,1,55147,1,1401942051,'2017-02-24 05:57:53',''),(53530,1,1,55148,1,1123631854,'2017-02-24 06:52:33',''),(53531,1,1,55149,1,3024883482,'2017-02-24 07:25:55',''),(53532,1,1,55150,1,1123631858,'2017-02-24 07:56:18',''),(53533,1,1,55151,65,2965594627,'2017-02-24 08:07:46','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1342.iR4vM80W80kuRn9ArnEDuNyulpq9Nrqhbepv1QB3SiZWrcyhObCxmmYD_2iZOWqJ.d3f6bce896886c245c705887e0cd9435ce53ccb3&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0Y'),(53534,1,1,55152,1,1123631854,'2017-02-24 10:01:00',''),(53535,1,1,55153,1,1542483324,'2017-02-24 10:16:34',''),(53536,1,1,55154,63,3024883463,'2017-02-24 11:23:16',''),(53537,1,1,55155,43,3339975108,'2017-02-24 14:39:26',''),(53538,1,1,55156,43,344588859,'2017-02-24 14:39:28','https://www.google.co.uk/'),(53539,1,1,55157,43,3475901748,'2017-02-24 15:14:26',''),(53540,1,1,55158,43,3475901746,'2017-02-24 15:23:22',''),(53541,1,1,55159,1,1123631854,'2017-02-24 16:32:46',''),(53542,1,1,55160,1,1590017743,'2017-02-24 16:33:41','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwjf-qi-lKnSAhXrLsAKHeYTD0IQFggpMAI&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.147448319,bs.1,d.d2s'),(53543,1,1,55161,43,2637637598,'2017-02-24 17:58:05',''),(53544,1,1,55162,26,2637637599,'2017-02-24 17:58:10',''),(53545,1,1,55163,6,2637637599,'2017-02-24 17:58:11',''),(53546,1,1,55164,15,2637637599,'2017-02-24 17:58:12',''),(53547,1,1,55165,1,2637637599,'2017-02-24 17:58:14',''),(53548,1,1,55166,56,2637637595,'2017-02-24 17:58:15',''),(53549,1,1,55167,26,2637637596,'2017-02-24 17:58:19',''),(53550,1,1,55168,63,2637637596,'2017-02-24 17:58:20',''),(53551,1,1,55169,1,1123631850,'2017-02-24 19:07:42',''),(53552,1,1,55170,1,2731721857,'2017-02-24 19:32:52',''),(53553,1,1,55171,1,1123631850,'2017-02-24 20:59:47',''),(53554,1,1,55172,6,1571455583,'2017-02-24 21:14:41',''),(53555,1,1,55173,50,1152706156,'2017-02-25 01:17:38',''),(53556,1,1,55174,6,3024883481,'2017-02-25 04:21:47',''),(53557,1,1,55175,6,1571455583,'2017-02-25 04:37:42',''),(53558,1,1,55176,1,1123631854,'2017-02-25 07:01:26',''),(53559,1,1,55177,6,1123631850,'2017-02-25 09:09:52',''),(53560,1,1,55178,1,1542483314,'2017-02-25 09:59:22',''),(53561,1,1,55179,28,2071807802,'2017-02-25 14:54:11',''),(53562,1,1,55180,1,2745974970,'2017-02-25 16:52:21',''),(53563,1,1,55181,1,1123631854,'2017-02-25 17:28:13',''),(53564,1,1,55182,1,3479603870,'2017-02-25 20:14:47',''),(53565,1,1,55183,1,1443142723,'2017-02-25 22:10:09','https://www.google.com/'),(53566,1,1,55184,1,1123631854,'2017-02-25 23:49:42',''),(53567,1,1,55185,1,1123631854,'2017-02-26 00:26:40',''),(53568,1,1,55186,6,2637637599,'2017-02-26 03:44:41',''),(53569,1,1,55187,1,875234558,'2017-02-26 07:00:35',''),(53570,1,1,55188,62,1123631858,'2017-02-26 07:30:20',''),(53571,1,1,55189,19,1123631854,'2017-02-26 08:05:04',''),(53572,1,1,55190,1,1344976057,'2017-02-26 08:21:56',''),(53573,1,1,55191,1,1542483299,'2017-02-26 10:00:35',''),(53574,1,1,55192,1,3024883607,'2017-02-26 10:52:21',''),(53575,1,1,55193,1,1543799249,'2017-02-26 11:55:20','https://www.google.co.uk/'),(53576,1,1,55194,1,1041806726,'2017-02-26 12:06:27',''),(53577,1,1,55195,1,1159648594,'2017-02-26 12:38:25',''),(53578,1,1,55196,1,1838385646,'2017-02-26 13:37:20','https://www.google.co.uk/'),(53579,1,1,55197,1,1123631850,'2017-02-26 15:00:01',''),(53580,1,1,55198,10,3024883481,'2017-02-26 15:00:09',''),(53581,1,1,55199,71,3024883480,'2017-02-26 17:33:36',''),(53582,1,1,55200,1,3024883619,'2017-02-26 21:01:49',''),(53583,1,1,55201,43,3427775734,'2017-02-26 21:48:58','http://www.bing.com/search?q=ms+tyres+blackburn&form=MSNH14&sc=8-4&sp=-1&qs=n&sk='),(53584,1,1,55202,1,1489376164,'2017-02-26 22:14:18',''),(53585,1,1,55203,1,1489376164,'2017-02-26 22:14:21',''),(53586,1,1,55204,1,1489376164,'2017-02-26 22:14:23',''),(53587,1,1,55205,1,1489376164,'2017-02-26 22:14:26',''),(53588,1,1,55206,1,1489376164,'2017-02-26 22:14:28',''),(53589,1,1,55207,1,1489376164,'2017-02-26 22:14:31',''),(53590,1,1,55208,1,1489376164,'2017-02-26 22:14:33',''),(53591,1,1,55209,1,1489376164,'2017-02-26 22:14:36',''),(53592,1,1,55210,43,3427775638,'2017-02-26 23:59:47','http://www.bing.com/search?q=ms+tyres+blackburn&form=MSNH14&sc=8-4&sp=-1&qs=n&sk='),(53593,1,1,55211,65,98834278,'2017-02-27 01:40:00','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1344.HODpvB3iM673XvrEzlXYPEufxZvbKtwDZh4fY5dGcdt8J8yfEO9N5zH-ppM-m1FB.496873fb5fe6dea67538852f251b938f02bc10d9&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0Y'),(53594,1,1,55212,56,3475901907,'2017-02-27 02:26:41',''),(53595,1,1,55213,46,3024883608,'2017-02-27 05:10:57',''),(53596,1,1,55214,1,3024883470,'2017-02-27 05:28:40',''),(53597,1,1,55215,1,2366158595,'2017-02-27 06:38:43',''),(53598,1,1,55216,1,2366158595,'2017-02-27 06:38:46',''),(53599,1,1,55217,43,3475901907,'2017-02-27 07:17:53',''),(53600,1,1,55218,1,1113982921,'2017-02-27 08:23:51',''),(53601,1,1,55219,1,1542483289,'2017-02-27 10:03:30',''),(53602,1,1,55220,1,1839458820,'2017-02-27 11:59:06','http://pizza-tycoon.com/'),(53603,1,1,55221,65,834408171,'2017-02-27 13:28:45','https://www.google.com.au/'),(53604,1,1,55222,15,676177730,'2017-02-27 13:33:16',''),(53605,1,1,55223,43,2745975344,'2017-02-27 13:54:16',''),(53606,1,1,55224,65,1123638581,'2017-02-27 14:24:02','https://www.google.co.uk/'),(53607,1,1,55225,1,1123631755,'2017-02-27 14:29:10',''),(53608,1,1,55226,65,2366158595,'2017-02-27 16:44:57',''),(53609,1,1,55224,65,1123638585,'2017-02-27 16:59:46','https://www.google.co.uk/'),(53610,1,1,55227,57,2745975466,'2017-02-27 17:18:14',''),(53611,1,1,55228,3,2745975101,'2017-02-27 19:48:42',''),(53612,1,1,55229,1,676177742,'2017-02-27 21:24:50',''),(53613,1,1,55230,1,1497937727,'2017-02-27 22:25:15',''),(53614,1,1,55231,55,2760155396,'2017-02-27 23:03:35',''),(53615,1,1,55232,26,2637637441,'2017-02-28 00:13:54',''),(53616,1,1,55233,63,2637637441,'2017-02-28 00:13:55',''),(53617,1,1,55234,43,2637637474,'2017-02-28 00:13:58',''),(53618,1,1,55235,26,676177742,'2017-02-28 00:14:11',''),(53619,1,1,55236,6,676177742,'2017-02-28 00:14:12',''),(53620,1,1,55237,15,676177742,'2017-02-28 00:14:14',''),(53621,1,1,55238,1,676177742,'2017-02-28 00:14:15',''),(53622,1,1,55239,56,2637637401,'2017-02-28 00:14:43',''),(53623,1,1,55240,56,2889355678,'2017-02-28 00:53:39','http://www.google.com/'),(53624,1,1,55241,1,3024883477,'2017-02-28 02:31:40',''),(53625,1,1,55242,10,2760155477,'2017-02-28 02:42:02',''),(53626,1,1,55243,15,676177742,'2017-02-28 02:46:59',''),(53627,1,1,55244,53,2745975292,'2017-02-28 04:57:27',''),(53628,1,1,55245,6,3024883470,'2017-02-28 05:02:58',''),(53629,1,1,55246,1,3492536660,'2017-02-28 05:38:01',''),(53630,1,1,55247,1,3492536660,'2017-02-28 05:38:04',''),(53631,1,1,55248,1,3492536660,'2017-02-28 05:38:06',''),(53632,1,1,55249,1,3492536660,'2017-02-28 05:38:09',''),(53633,1,1,55250,1,3492536660,'2017-02-28 05:38:12',''),(53634,1,1,55251,1,3492536660,'2017-02-28 05:38:15',''),(53635,1,1,55252,1,3492536660,'2017-02-28 05:38:17',''),(53636,1,1,55253,1,3492536660,'2017-02-28 05:38:20',''),(53637,1,1,55254,1,3492536660,'2017-02-28 05:38:23',''),(53638,1,1,55255,1,3492536660,'2017-02-28 05:38:25',''),(53639,1,1,55256,1,3492536660,'2017-02-28 05:38:28',''),(53640,1,1,55257,1,3492536660,'2017-02-28 05:38:31',''),(53641,1,1,55258,1,3492536660,'2017-02-28 05:38:33',''),(53642,1,1,55259,1,3492536660,'2017-02-28 05:38:36',''),(53643,1,1,55260,1,3492536660,'2017-02-28 05:38:38',''),(53644,1,1,55261,1,3492536660,'2017-02-28 05:38:41',''),(53645,1,1,55262,1,3492536660,'2017-02-28 05:38:44',''),(53646,1,1,55263,1,3492536660,'2017-02-28 05:38:46',''),(53647,1,1,55264,1,3492536660,'2017-02-28 05:38:52',''),(53648,1,1,55265,1,3024883595,'2017-02-28 06:35:27',''),(53649,1,1,55266,1,3024883598,'2017-02-28 09:16:02',''),(53650,1,1,55267,1,1542483316,'2017-02-28 10:01:47',''),(53651,1,1,55268,16,2745975341,'2017-02-28 17:19:53',''),(53652,1,1,55269,1,1123631747,'2017-02-28 21:50:15',''),(53653,1,1,55270,1,2366148121,'2017-02-28 23:58:02',''),(53654,1,1,55271,1,2193699366,'2017-02-28 23:58:06',''),(53655,1,1,55272,68,3475901843,'2017-03-01 01:18:44',''),(53656,1,1,55273,1,1123631854,'2017-03-01 01:33:29',''),(53657,1,1,55274,47,2745975478,'2017-03-01 02:20:40',''),(53658,1,1,55275,9,3475901882,'2017-03-01 02:45:35',''),(53659,1,1,55276,3,3475901843,'2017-03-01 02:46:48',''),(53660,1,1,55277,65,3475901843,'2017-03-01 02:46:50',''),(53661,1,1,55278,68,3475901843,'2017-03-01 02:46:52',''),(53662,1,1,55279,29,3475901844,'2017-03-01 02:47:10',''),(53663,1,1,55280,18,3475901844,'2017-03-01 02:47:12',''),(53664,1,1,55281,43,3475901844,'2017-03-01 02:47:13',''),(53665,1,1,55282,67,3024883463,'2017-03-01 03:09:41',''),(53666,1,1,55283,16,3558092082,'2017-03-01 08:28:59',''),(53667,1,1,55284,16,3558092082,'2017-03-01 08:29:02',''),(53668,1,1,55285,1,3558092082,'2017-03-01 08:29:04',''),(53669,1,1,55286,16,3558092082,'2017-03-01 08:29:06',''),(53670,1,1,55287,65,2366158595,'2017-03-01 09:24:32',''),(53671,1,1,55288,1,1442895127,'2017-03-01 09:42:36','https://www.google.co.uk/'),(53672,1,1,55289,1,1542483301,'2017-03-01 10:20:08',''),(53673,1,1,55290,1,1049233589,'2017-03-01 12:41:54',''),(53674,1,1,55291,1,1443174089,'2017-03-01 14:52:43','https://www.google.co.uk/'),(53675,1,1,55292,65,3702877333,'2017-03-01 15:59:48',''),(53676,1,1,55293,1,916107559,'2017-03-01 18:35:39',''),(53677,1,1,55294,30,1123631755,'2017-03-01 18:40:34',''),(53678,1,1,55295,30,1123631755,'2017-03-01 19:22:20',''),(53679,1,1,55296,1,2538613875,'2017-03-01 20:42:06',''),(53680,1,1,55297,1,2538613875,'2017-03-01 20:42:13',''),(53681,1,1,55298,1,2538613875,'2017-03-01 20:42:16',''),(53682,1,1,55299,1,2538613875,'2017-03-01 20:42:22',''),(53683,1,1,55300,1,2538613875,'2017-03-01 20:42:27',''),(53684,1,1,55301,1,2538613875,'2017-03-01 20:42:31',''),(53685,1,1,55302,1,2538613875,'2017-03-01 20:42:33',''),(53686,1,1,55303,1,2538613875,'2017-03-01 20:42:37',''),(53687,1,1,55304,43,3024883619,'2017-03-02 00:42:53',''),(53688,1,1,55305,1,1152706156,'2017-03-02 02:08:04',''),(53689,1,1,55306,43,3475901711,'2017-03-02 05:45:36',''),(53690,1,1,55307,1,3512711003,'2017-03-02 07:54:04',''),(53691,1,1,55308,6,1123631751,'2017-03-02 08:57:11',''),(53692,1,1,55309,73,3024883611,'2017-03-02 09:35:08',''),(53693,1,1,55310,1,1542483274,'2017-03-02 09:48:04',''),(53694,1,1,55311,16,3558092082,'2017-03-02 11:27:24',''),(53695,1,1,55312,16,3558092082,'2017-03-02 11:27:26',''),(53696,1,1,55313,1,3558092082,'2017-03-02 11:27:28',''),(53697,1,1,55314,16,3558092082,'2017-03-02 11:27:30',''),(53698,1,1,55315,48,1369277172,'2017-03-02 17:16:46','https://www.google.co.uk/'),(53699,1,1,55316,6,3475901816,'2017-03-02 17:48:00',''),(53700,1,1,55317,1,1123632618,'2017-03-02 18:40:10',''),(53701,1,1,55318,1,3475901711,'2017-03-02 18:51:02',''),(53702,1,1,55319,1,3024883604,'2017-03-02 20:23:33',''),(53703,1,1,55320,65,3024883610,'2017-03-02 20:33:32',''),(53704,1,1,55321,65,2637637540,'2017-03-02 21:05:48',''),(53705,1,1,55322,1,3495654154,'2017-03-03 00:57:17',''),(53706,1,1,55323,28,3644883159,'2017-03-03 01:11:17',''),(53707,1,1,55324,28,3644883159,'2017-03-03 01:11:21',''),(53708,1,1,55325,31,3644883159,'2017-03-03 01:11:21',''),(53709,1,1,55326,1,3644883159,'2017-03-03 01:11:24',''),(53710,1,1,55327,31,3644883159,'2017-03-03 01:11:26',''),(53711,1,1,55328,28,3644883159,'2017-03-03 01:11:28',''),(53712,1,1,55329,1,3644883159,'2017-03-03 01:11:28',''),(53713,1,1,55330,31,3644883159,'2017-03-03 01:11:32',''),(53714,1,1,55331,43,3644883159,'2017-03-03 01:11:34',''),(53715,1,1,55332,43,3644883159,'2017-03-03 01:11:38',''),(53716,1,1,55333,1,3644883159,'2017-03-03 01:11:40',''),(53717,1,1,55334,43,3644883159,'2017-03-03 01:11:44',''),(53718,1,1,55335,1,1329783480,'2017-03-03 01:46:18','https://www.google.co.uk/'),(53719,1,1,55336,1,1041806726,'2017-03-03 01:46:49',''),(53720,1,1,55337,1,3024883462,'2017-03-03 02:30:11',''),(53721,1,1,55338,62,2745975346,'2017-03-03 04:23:29',''),(53722,1,1,55339,29,2637637623,'2017-03-03 04:57:49',''),(53723,1,1,55340,18,2637637623,'2017-03-03 04:57:50',''),(53724,1,1,55341,43,2637637623,'2017-03-03 04:57:51',''),(53725,1,1,55342,9,2637637570,'2017-03-03 04:57:53',''),(53726,1,1,55343,3,2637637615,'2017-03-03 04:57:58',''),(53727,1,1,55344,65,2637637615,'2017-03-03 04:58:00',''),(53728,1,1,55345,68,2637637615,'2017-03-03 04:58:01',''),(53729,1,1,55346,27,2745974970,'2017-03-03 06:19:51',''),(53730,1,1,55347,73,2760155461,'2017-03-03 06:45:42',''),(53731,1,1,55348,16,3510284945,'2017-03-03 08:23:17',''),(53732,1,1,55349,1,676695033,'2017-03-03 09:07:36',''),(53733,1,1,55350,1,3091801707,'2017-03-03 09:15:26',''),(53734,1,1,55351,1,3024883476,'2017-03-03 09:32:25',''),(53735,1,1,55352,1,1542483312,'2017-03-03 09:45:25',''),(53736,1,1,55353,1,1589656753,'2017-03-03 09:56:42','https://www.google.co.uk/'),(53737,1,1,55354,66,2745975224,'2017-03-03 10:59:23',''),(53738,1,1,55291,1,1443174089,'2017-03-03 16:02:59','https://www.google.co.uk/'),(53739,1,1,55355,52,2637637463,'2017-03-03 19:20:51',''),(53740,1,1,55356,63,676177791,'2017-03-04 00:06:49',''),(53741,1,1,55357,56,2745975076,'2017-03-04 00:43:04',''),(53742,1,1,55358,1,2053116578,'2017-03-04 04:08:50',''),(53743,1,1,55359,1,3024883467,'2017-03-04 04:49:41',''),(53744,1,1,55360,1,1123631215,'2017-03-04 04:58:03',''),(53745,1,1,55361,19,1123631211,'2017-03-04 05:37:51',''),(53746,1,1,55362,52,3024883469,'2017-03-04 06:01:40',''),(53747,1,1,55363,1,1123631211,'2017-03-04 07:16:37',''),(53748,1,1,55364,1,1123631211,'2017-03-04 08:08:00',''),(53749,1,1,55365,19,1123631215,'2017-03-04 08:31:28',''),(53750,1,1,55366,68,1123631211,'2017-03-04 09:02:38',''),(53751,1,1,55367,1,1123631215,'2017-03-04 09:10:59',''),(53752,1,1,55368,6,3475901848,'2017-03-04 09:23:34',''),(53753,1,1,55369,1,1542483272,'2017-03-04 09:37:43',''),(53754,1,1,55370,64,2745975161,'2017-03-04 10:08:51',''),(53755,1,1,55371,65,1123631219,'2017-03-04 10:11:13',''),(53756,1,1,55372,68,1123631219,'2017-03-04 11:04:37',''),(53757,1,1,55373,1,2366148121,'2017-03-04 11:49:51',''),(53758,1,1,55374,1,1570674749,'2017-03-04 11:49:54',''),(53759,1,1,55375,1,786803397,'2017-03-04 12:23:56',''),(53760,1,1,55376,1,1443460010,'2017-03-04 12:46:48','https://www.google.co.uk/'),(53761,1,1,55377,1,2420902020,'2017-03-04 12:54:10',''),(53762,1,1,55378,1,1123631215,'2017-03-04 14:10:15',''),(53763,1,1,55379,1,1123631211,'2017-03-04 15:46:58',''),(53764,1,1,55380,1,1152705959,'2017-03-04 15:53:19',''),(53765,1,1,55381,1,1123631219,'2017-03-04 16:09:01',''),(53766,1,1,55382,1,3024883485,'2017-03-04 17:07:58',''),(53767,1,1,55383,68,1123631854,'2017-03-04 17:19:18',''),(53768,1,1,55384,68,1123631858,'2017-03-04 17:28:05',''),(53769,1,1,55385,1,1123631850,'2017-03-04 17:39:36',''),(53770,1,1,55386,1,1123631858,'2017-03-04 18:04:15',''),(53771,1,1,55387,68,1123631854,'2017-03-04 18:58:23',''),(53772,1,1,55389,68,1123631858,'2017-03-04 20:10:18',''),(53773,1,1,55390,68,1123631854,'2017-03-04 21:48:50',''),(53774,1,1,55391,68,1123631858,'2017-03-04 22:52:37',''),(53775,1,1,55392,1,1388405867,'2017-03-05 00:33:48',''),(53776,1,1,55393,1,1388405867,'2017-03-05 00:34:01',''),(53777,1,1,55394,1,1388405867,'2017-03-05 00:34:05',''),(53778,1,1,55395,1,1388405867,'2017-03-05 00:34:09',''),(53779,1,1,55396,1,1388405867,'2017-03-05 00:34:12',''),(53780,1,1,55397,1,1388405867,'2017-03-05 00:34:16',''),(53781,1,1,55398,1,1388405867,'2017-03-05 00:34:21',''),(53782,1,1,55399,1,1388405867,'2017-03-05 00:34:26',''),(53783,1,1,55400,71,872366382,'2017-03-05 00:36:42',''),(53784,1,1,55401,49,2760155483,'2017-03-05 00:58:46',''),(53785,1,1,55402,1,2366148121,'2017-03-05 01:48:20',''),(53786,1,1,55403,1,1570674749,'2017-03-05 01:48:24',''),(53787,1,1,55404,1,1123631854,'2017-03-05 01:55:32',''),(53788,1,1,55405,1,1123631858,'2017-03-05 03:00:28',''),(53789,1,1,55406,1,1123631850,'2017-03-05 03:10:36',''),(53790,1,1,55407,65,1123631854,'2017-03-05 03:52:11',''),(53791,1,1,55408,6,1123631858,'2017-03-05 04:04:54',''),(53792,1,1,55409,27,1123631858,'2017-03-05 05:37:04',''),(53793,1,1,55410,56,1123631854,'2017-03-05 05:58:11',''),(53794,1,1,55411,70,2745975230,'2017-03-05 06:37:08',''),(53795,1,1,55412,9,872366419,'2017-03-05 07:16:46',''),(53796,1,1,55413,45,3024883468,'2017-03-05 08:51:33',''),(53797,1,1,55414,1,1116992594,'2017-03-05 09:24:42',''),(53798,1,1,55415,1,2919222087,'2017-03-05 09:27:46',''),(53799,1,1,55416,1,1542483325,'2017-03-05 09:38:19',''),(53800,1,1,55417,1,876863393,'2017-03-05 10:04:14',''),(53801,1,1,55418,48,1443145551,'2017-03-05 10:29:32','https://www.google.co.uk/'),(53802,1,1,55419,1,1123631854,'2017-03-05 10:41:14',''),(53803,1,1,55420,1,1123631850,'2017-03-05 11:10:57',''),(53804,1,1,55421,1,222371651,'2017-03-05 11:39:32',''),(53805,1,1,55422,1,222371651,'2017-03-05 11:39:33',''),(53806,1,1,55423,1,222371651,'2017-03-05 11:39:35',''),(53807,1,1,55424,1,222371651,'2017-03-05 11:39:37',''),(53808,1,1,55425,68,1123631850,'2017-03-05 12:06:17',''),(53809,1,1,55427,1,1123631850,'2017-03-05 12:41:42',''),(53810,1,1,55430,10,1123631858,'2017-03-05 13:16:04',''),(53811,1,1,55431,43,1123631850,'2017-03-05 13:17:36',''),(53812,1,1,55432,62,1123631854,'2017-03-05 13:25:36',''),(53813,1,1,55433,69,872366347,'2017-03-05 13:35:34',''),(53814,1,1,55434,65,1123631858,'2017-03-05 14:03:03',''),(53815,1,1,55436,43,3024883472,'2017-03-05 14:25:19',''),(53816,1,1,55437,58,2760155486,'2017-03-05 14:29:06',''),(53817,1,1,55439,9,1123631850,'2017-03-05 14:30:28',''),(53818,1,1,55441,53,1123631854,'2017-03-05 15:07:14',''),(53819,1,1,55442,15,1123631850,'2017-03-05 15:10:58',''),(53820,1,1,55443,69,1123631858,'2017-03-05 15:44:20',''),(53821,1,1,55445,52,1123631567,'2017-03-05 17:48:34',''),(53822,1,1,55446,1,1123631567,'2017-03-05 20:32:50',''),(53823,1,1,55447,68,1123631571,'2017-03-05 21:04:16',''),(53824,1,1,55449,68,1123631567,'2017-03-05 21:49:06',''),(53825,1,1,55450,62,1123631571,'2017-03-05 22:10:22',''),(53826,1,1,55451,16,1315873538,'2017-03-05 22:35:36',''),(53827,1,1,55452,1,1315873538,'2017-03-05 22:35:39',''),(53828,1,1,55453,16,1315873538,'2017-03-05 22:35:41',''),(53829,1,1,55454,68,1123631571,'2017-03-05 23:27:44',''),(53830,1,1,55455,65,1123631567,'2017-03-06 00:59:36',''),(53831,1,1,55456,68,1123631567,'2017-03-06 01:44:26',''),(53832,1,1,55457,1,3702877356,'2017-03-06 01:47:06',''),(53833,1,1,55458,15,3475901777,'2017-03-06 04:39:48',''),(53834,1,1,55460,68,1123631567,'2017-03-06 05:31:45',''),(53835,1,1,55461,62,1123631571,'2017-03-06 05:57:07',''),(53836,1,1,55462,1,1123631567,'2017-03-06 06:02:18',''),(53837,1,1,55463,1,1123631563,'2017-03-06 06:03:01',''),(53838,1,1,55464,68,1123631563,'2017-03-06 07:05:22',''),(53839,1,1,55465,1,1968049461,'2017-03-06 07:25:17',''),(53840,1,1,55466,58,3024883467,'2017-03-06 07:44:24',''),(53841,1,1,55467,62,1123631563,'2017-03-06 07:55:32',''),(53842,1,1,55468,6,1123631563,'2017-03-06 09:06:31',''),(53843,1,1,55469,1,1542483284,'2017-03-06 09:25:07',''),(53844,1,1,55470,65,1123631571,'2017-03-06 09:56:27',''),(53845,1,1,55471,15,3644658036,'2017-03-06 11:07:34',''),(53846,1,1,55472,1,3644658036,'2017-03-06 11:07:36',''),(53847,1,1,55473,15,3644658036,'2017-03-06 11:07:37',''),(53848,1,1,55474,15,3475901777,'2017-03-06 12:54:08',''),(53849,1,1,55475,1,3475901777,'2017-03-06 12:54:10',''),(53850,1,1,55476,6,3475901777,'2017-03-06 12:54:11',''),(53851,1,1,55477,26,3475901777,'2017-03-06 12:54:12',''),(53852,1,1,55478,56,2637637467,'2017-03-06 12:54:14',''),(53853,1,1,55479,63,2637637433,'2017-03-06 12:54:50',''),(53854,1,1,55291,1,1384443718,'2017-03-06 13:03:34','https://www.google.co.uk/'),(53855,1,1,55480,1,1123631563,'2017-03-06 15:45:15',''),(53856,1,1,55481,1,1123631567,'2017-03-06 15:46:35',''),(53857,1,1,55482,1,676695033,'2017-03-06 16:29:43',''),(53858,1,1,55483,65,1123631563,'2017-03-06 17:49:16',''),(53859,1,1,55484,56,1330469483,'2017-03-06 18:09:16','https://www.bing.com/'),(53860,1,1,55485,68,1123631563,'2017-03-06 18:22:59',''),(53861,1,1,55486,62,1123631567,'2017-03-06 18:57:11',''),(53862,1,1,55487,65,1123631571,'2017-03-06 19:00:03',''),(53863,1,1,55488,1,2045605182,'2017-03-06 19:12:59',''),(53864,1,1,55489,29,2745975407,'2017-03-06 19:34:04',''),(53865,1,1,55490,54,1123631563,'2017-03-06 19:38:21',''),(53866,1,1,55491,15,1570674749,'2017-03-06 20:10:53',''),(53867,1,1,55492,51,1123631211,'2017-03-06 20:36:03',''),(53868,1,1,55493,1,786803397,'2017-03-06 20:50:38',''),(53869,1,1,55494,55,3024883596,'2017-03-06 20:55:27',''),(53870,1,1,55495,6,391155080,'2017-03-06 21:16:38',''),(53871,1,1,55496,9,2637637412,'2017-03-06 21:21:22',''),(53872,1,1,55497,75,1123631211,'2017-03-06 21:36:26',''),(53873,1,1,55498,41,1123631215,'2017-03-06 22:17:57',''),(53874,1,1,55500,65,1365563572,'2017-03-06 22:46:53','http://www.google.co.uk/'),(53875,1,1,55501,1,3479603870,'2017-03-06 22:58:08',''),(53876,1,1,55502,44,2193699366,'2017-03-06 23:07:02',''),(53877,1,1,55503,1,1123631215,'2017-03-07 02:01:25',''),(53878,1,1,55504,1,1123631219,'2017-03-07 02:03:59',''),(53879,1,1,55505,57,3475901717,'2017-03-07 02:41:29',''),(53880,1,1,55506,65,1123631219,'2017-03-07 03:04:23',''),(53881,1,1,55507,65,1123631219,'2017-03-07 04:20:35',''),(53882,1,1,55508,56,1123631215,'2017-03-07 06:16:01',''),(53883,1,1,55509,1,2366158595,'2017-03-07 07:18:41',''),(53884,1,1,55510,1,1570674749,'2017-03-07 07:18:44',''),(53885,1,1,55511,10,2637637499,'2017-03-07 07:46:54',''),(53886,1,1,55512,1,3024883475,'2017-03-07 07:47:33',''),(53887,1,1,55513,1,1542483301,'2017-03-07 09:39:47',''),(53888,1,1,55514,1,1123631211,'2017-03-07 10:12:00',''),(53889,1,1,55515,1,1123631219,'2017-03-07 10:26:45',''),(53890,1,1,55516,1,3024883594,'2017-03-07 11:16:35',''),(53891,1,1,55517,65,1123631219,'2017-03-07 12:02:53',''),(53892,1,1,55518,1,2745892868,'2017-03-07 12:16:45','https://www.google.co.uk/'),(53893,1,1,55519,65,1123631219,'2017-03-07 13:03:36',''),(53894,1,1,55520,65,1123631215,'2017-03-07 14:03:33',''),(53895,1,1,55521,68,1123631219,'2017-03-07 14:37:01',''),(53896,1,1,55522,16,3109499837,'2017-03-07 15:44:46',''),(53897,1,1,55523,16,3109499837,'2017-03-07 15:44:49',''),(53898,1,1,55524,1,3109499837,'2017-03-07 15:44:53',''),(53899,1,1,55525,16,3109499837,'2017-03-07 15:44:56',''),(53900,1,1,55526,62,1123631211,'2017-03-07 16:12:31',''),(53901,1,1,55528,56,1123631215,'2017-03-07 16:27:26',''),(53902,1,1,55529,55,1123631219,'2017-03-07 16:33:53',''),(53903,1,1,55530,1,3024883597,'2017-03-07 16:41:23',''),(53904,1,1,55531,1,1489385009,'2017-03-07 16:46:10',''),(53905,1,1,55532,57,1123631215,'2017-03-07 17:14:09',''),(53906,1,1,55533,66,1123631219,'2017-03-07 17:34:26',''),(53907,1,1,55534,56,1123631215,'2017-03-07 17:49:08',''),(53908,1,1,55535,23,1443308347,'2017-03-07 19:05:59','https://www.google.co.uk/'),(53909,1,1,55536,1,1123631215,'2017-03-07 19:08:38',''),(53910,1,1,55537,1,1247139469,'2017-03-07 21:44:54',''),(53911,1,1,55538,1,1123631215,'2017-03-07 22:31:50',''),(53912,1,1,55539,1,1123631219,'2017-03-07 23:01:56',''),(53913,1,1,55540,1,3024883611,'2017-03-07 23:03:24',''),(53914,1,1,55541,65,1123631215,'2017-03-08 01:24:29',''),(53915,1,1,55542,1,3281697044,'2017-03-08 01:36:56',''),(53916,1,1,55543,1,3281697044,'2017-03-08 01:37:20',''),(53917,1,1,55544,1,3281697044,'2017-03-08 01:37:27',''),(53918,1,1,55545,1,3281697044,'2017-03-08 01:37:33',''),(53919,1,1,55546,1,3281697044,'2017-03-08 01:37:43',''),(53920,1,1,55547,1,3281697044,'2017-03-08 01:37:56',''),(53921,1,1,55548,1,3281697044,'2017-03-08 01:38:07',''),(53922,1,1,55549,1,3281697044,'2017-03-08 01:38:16',''),(53923,1,1,55550,68,1123631215,'2017-03-08 02:14:18',''),(53924,1,1,55551,62,1123631219,'2017-03-08 03:08:19',''),(53925,1,1,55552,63,1123631215,'2017-03-08 03:18:23',''),(53926,1,1,55553,43,1123631211,'2017-03-08 03:18:34',''),(53927,1,1,55555,31,1123631215,'2017-03-08 04:03:41',''),(53928,1,1,55556,47,1123631211,'2017-03-08 04:04:04',''),(53929,1,1,55558,1,1123631211,'2017-03-08 04:49:23',''),(53930,1,1,55559,51,1123631219,'2017-03-08 05:57:04',''),(53931,1,1,55560,63,1123631211,'2017-03-08 06:30:17',''),(53932,1,1,55561,1,1123631215,'2017-03-08 06:30:39',''),(53933,1,1,55562,43,3475901866,'2017-03-08 07:05:17',''),(53934,1,1,55563,16,2760155450,'2017-03-08 07:27:43',''),(53935,1,1,55564,1,1123631215,'2017-03-08 07:46:36',''),(53936,1,1,55566,1,1123631215,'2017-03-08 08:27:00',''),(53937,1,1,55567,63,1123631219,'2017-03-08 09:23:12',''),(53938,1,1,55568,1,1542483290,'2017-03-08 09:44:37',''),(53939,1,1,55569,65,1123631211,'2017-03-08 10:03:36',''),(53940,1,1,55570,1,1367816640,'2017-03-08 10:16:05','https://www.google.co.uk/'),(53941,1,1,55571,1,1123631219,'2017-03-08 10:32:42',''),(53942,1,1,55572,41,3024883618,'2017-03-08 10:52:04',''),(53943,1,1,55573,1,1698987640,'2017-03-08 11:33:18',''),(53944,1,1,55574,1,1497937766,'2017-03-08 13:11:14',''),(53945,1,1,55575,68,1442031520,'2017-03-08 16:04:10','https://www.google.pt/'),(53946,1,1,55576,1,3024883615,'2017-03-08 16:59:52',''),(53947,1,1,55577,1,1123631215,'2017-03-08 18:15:33',''),(53948,1,1,55578,1,1123631219,'2017-03-08 18:30:38',''),(53949,1,1,55579,65,1123631219,'2017-03-08 19:04:40',''),(53950,1,1,55580,1,3567214957,'2017-03-08 19:05:20','https://www.google.co.uk/'),(53951,1,1,55581,6,2954838202,'2017-03-08 20:26:40',''),(53952,1,1,55582,63,676177729,'2017-03-08 22:15:05',''),(53953,1,1,55583,1,2328166951,'2017-03-08 23:40:24',''),(53954,1,1,55584,1,3091829760,'2017-03-09 00:05:20',''),(53955,1,1,55585,1,2745963878,'2017-03-09 02:38:30',''),(53956,1,1,55586,1,2745963878,'2017-03-09 02:38:32',''),(53957,1,1,55587,1,1123631215,'2017-03-09 04:02:49',''),(53958,1,1,55588,1,3589854148,'2017-03-09 04:29:48',''),(53959,1,1,55589,1,3589854148,'2017-03-09 04:29:49',''),(53960,1,1,55590,1,3589854148,'2017-03-09 04:29:50',''),(53961,1,1,55591,1,3458834977,'2017-03-09 06:13:53',''),(53962,1,1,55592,1,1123631215,'2017-03-09 07:01:19',''),(53963,1,1,55594,65,1123631211,'2017-03-09 07:40:38',''),(53964,1,1,55595,15,3475901797,'2017-03-09 08:11:49',''),(53965,1,1,55596,1,3475901797,'2017-03-09 08:11:50',''),(53966,1,1,55597,6,3475901797,'2017-03-09 08:11:52',''),(53967,1,1,55598,63,2637637566,'2017-03-09 08:11:53',''),(53968,1,1,55599,43,3475901801,'2017-03-09 08:11:59',''),(53969,1,1,55600,56,3475901749,'2017-03-09 08:12:44',''),(53970,1,1,55601,68,1123631215,'2017-03-09 08:32:29',''),(53971,1,1,55602,62,1123631211,'2017-03-09 08:52:14',''),(53972,1,1,55603,56,1123631215,'2017-03-09 09:08:17',''),(53973,1,1,55604,1,1445130500,'2017-03-09 09:19:14',''),(53974,1,1,55605,6,1445130500,'2017-03-09 09:19:18',''),(53975,1,1,55606,6,1445130500,'2017-03-09 09:19:19',''),(53976,1,1,55607,14,3475901710,'2017-03-09 09:20:09',''),(53977,1,1,55608,1,1542483316,'2017-03-09 09:38:57',''),(53978,1,1,55609,63,1123631211,'2017-03-09 09:55:58',''),(53979,1,1,55610,51,1123631215,'2017-03-09 10:00:04',''),(53980,1,1,55611,28,3024883487,'2017-03-09 10:00:29',''),(53981,1,1,55613,15,1123631215,'2017-03-09 10:38:33',''),(53982,1,1,55614,43,3475901801,'2017-03-09 11:47:44',''),(53983,1,1,55615,15,1123631219,'2017-03-09 12:13:34',''),(53984,1,1,55616,1,1072954548,'2017-03-09 12:50:14',''),(53985,1,1,55617,1,1123631219,'2017-03-09 13:17:46',''),(53986,1,1,55618,1,1467982284,'2017-03-09 14:10:44','https://www.google.co.uk/'),(53987,1,1,55619,50,1123631211,'2017-03-09 15:12:25',''),(53988,1,1,55620,1,1123631211,'2017-03-09 15:57:14',''),(53989,1,1,55621,1,1123631219,'2017-03-09 16:22:37',''),(53990,1,1,55622,15,2637637530,'2017-03-09 16:39:25',''),(53991,1,1,55623,65,1123631219,'2017-03-09 16:58:37',''),(53992,1,1,55624,1,3633384286,'2017-03-09 17:01:33','http://whois.domaintools.com/mstyresblackburn.co.uk'),(53993,1,1,55625,1,3027075707,'2017-03-09 17:22:56',''),(53994,1,1,55626,1,1123631211,'2017-03-09 19:04:17',''),(53995,1,1,55627,1,2328166951,'2017-03-09 19:18:53',''),(53996,1,1,55628,1,782615950,'2017-03-09 20:38:51',''),(53997,1,1,55629,1,782615950,'2017-03-09 20:38:57',''),(53998,1,1,55630,1,3585636519,'2017-03-09 21:45:07',''),(53999,1,1,55631,65,2637637528,'2017-03-09 23:51:31',''),(54000,1,1,55632,1,1123631211,'2017-03-10 00:27:30',''),(54001,1,1,55633,65,1123631275,'2017-03-10 02:03:18',''),(54002,1,1,55634,1,1123631215,'2017-03-10 03:38:00',''),(54003,1,1,55635,1,1123631211,'2017-03-10 03:45:32',''),(54004,1,1,55636,65,1123631219,'2017-03-10 04:00:25',''),(54005,1,1,55637,68,1123631211,'2017-03-10 05:22:07',''),(54006,1,1,55639,62,1123631219,'2017-03-10 05:54:38',''),(54007,1,1,55641,18,1123631215,'2017-03-10 08:33:46',''),(54008,1,1,55642,51,1123631219,'2017-03-10 08:58:31',''),(54009,1,1,55643,63,1123631211,'2017-03-10 08:58:37',''),(54010,1,1,55645,1,1123631215,'2017-03-10 09:20:26',''),(54011,1,1,55646,1,1542483313,'2017-03-10 09:40:01',''),(54012,1,1,55647,15,1123631215,'2017-03-10 09:51:22',''),(54013,1,1,55648,65,1123631211,'2017-03-10 11:06:27',''),(54014,1,1,55650,1,1123631219,'2017-03-10 12:07:48',''),(54015,1,1,55651,68,3024883610,'2017-03-10 12:32:17',''),(54016,1,1,55652,1,1123631215,'2017-03-10 12:32:49',''),(54017,1,1,55653,1,1123631219,'2017-03-10 12:55:30',''),(54018,1,1,55654,65,1123631219,'2017-03-10 14:05:32',''),(54019,1,1,55655,43,100662554,'2017-03-10 14:48:43',''),(54020,1,1,55656,1,1123631211,'2017-03-10 14:51:03',''),(54021,1,1,55657,1,3024883485,'2017-03-10 15:08:05',''),(54022,1,1,55658,68,1123631219,'2017-03-10 15:54:11',''),(54023,1,1,55659,56,1123631211,'2017-03-10 16:24:26',''),(54024,1,1,55660,62,1123631219,'2017-03-10 16:50:45',''),(54025,1,1,55661,56,1123631346,'2017-03-10 17:44:23',''),(54026,1,1,55663,1,1805007714,'2017-03-10 17:58:06',''),(54027,1,1,55664,1,676695033,'2017-03-10 17:59:25',''),(54028,1,1,55665,1,1123631338,'2017-03-10 18:19:24',''),(54029,1,1,55666,1,48084994,'2017-03-10 18:30:05',''),(54030,1,1,55667,6,2954838202,'2017-03-10 18:50:56',''),(54031,1,1,55668,1,1123631283,'2017-03-10 19:29:10',''),(54032,1,1,55669,65,1123631346,'2017-03-10 20:07:58',''),(54033,1,1,55670,1,48084994,'2017-03-10 20:48:42','https://www.google.co.uk/'),(54034,1,1,55671,1,1743600286,'2017-03-10 22:08:50',''),(54035,1,1,55672,1,1743600286,'2017-03-10 22:08:52',''),(54036,1,1,55673,18,1978155778,'2017-03-10 22:08:56',''),(54037,1,1,55674,3,1978155778,'2017-03-10 22:08:58',''),(54038,1,1,55675,1,1978155778,'2017-03-10 22:09:01',''),(54039,1,1,55676,43,1743600286,'2017-03-10 22:09:03',''),(54040,1,1,55677,45,1978155778,'2017-03-10 22:09:06',''),(54041,1,1,55678,6,1978155778,'2017-03-10 22:09:08',''),(54042,1,1,55679,57,1743600286,'2017-03-10 22:09:10',''),(54043,1,1,55680,28,1978155778,'2017-03-10 22:09:12',''),(54044,1,1,55681,50,1978155778,'2017-03-10 22:09:15',''),(54045,1,1,55682,51,1743600286,'2017-03-10 22:09:17',''),(54046,1,1,55683,56,1978155778,'2017-03-10 22:09:20',''),(54047,1,1,55684,55,1743600286,'2017-03-10 22:09:23',''),(54048,1,1,55685,62,1978155778,'2017-03-10 22:09:25',''),(54049,1,1,55686,63,1743600286,'2017-03-10 22:09:28',''),(54050,1,1,55687,64,1978155778,'2017-03-10 22:09:31',''),(54051,1,1,55688,65,1743600286,'2017-03-10 22:09:33',''),(54052,1,1,55689,69,1743600286,'2017-03-10 22:09:36',''),(54053,1,1,55690,41,1743600286,'2017-03-10 22:09:38',''),(54054,1,1,55691,53,1978155778,'2017-03-10 22:09:40',''),(54055,1,1,55692,38,1743600286,'2017-03-10 22:09:42',''),(54056,1,1,55693,52,1978155778,'2017-03-10 22:09:44',''),(54057,1,1,55694,48,1743600286,'2017-03-10 22:09:46',''),(54058,1,1,55695,1,2916407432,'2017-03-11 04:30:15',''),(54059,1,1,55696,1,2916407432,'2017-03-11 04:30:19',''),(54060,1,1,55697,1,2916407432,'2017-03-11 04:30:23',''),(54061,1,1,55698,1,2916407432,'2017-03-11 04:30:27',''),(54062,1,1,55699,1,2916407432,'2017-03-11 04:30:32',''),(54063,1,1,55700,1,2916407432,'2017-03-11 04:30:35',''),(54064,1,1,55701,1,2916407432,'2017-03-11 04:30:38',''),(54065,1,1,55702,1,2916407432,'2017-03-11 04:30:43',''),(54066,1,1,55703,1,1032306399,'2017-03-11 06:47:04','http://www.baidu.com/s?wd=Mstyresblackburn'),(54067,1,1,55704,1,1032306396,'2017-03-11 06:47:34','http://m.baidu.com/s?wd=Mstyresblackburn'),(54068,1,1,55705,1,1399770555,'2017-03-11 07:14:07','https://www.google.ae/'),(54069,1,1,55706,15,2637637442,'2017-03-11 08:27:42',''),(54070,1,1,55707,1,787197940,'2017-03-11 09:04:39','http://www.google.co.uk/url?url=http://mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwiF4ryhjM7SAhVGLcAKHUK6CFMQFggiMAA&usg=AFQjCNE8KZb8f2lxVRbSGiRmbxIGFjxoew'),(54071,1,1,55708,1,1542483300,'2017-03-11 09:57:37',''),(54072,1,1,55709,68,3024883612,'2017-03-11 09:57:47',''),(54073,1,1,55710,15,2637637442,'2017-03-11 10:20:33',''),(54074,1,1,55711,1,2637637442,'2017-03-11 10:20:35',''),(54075,1,1,55712,6,2637637442,'2017-03-11 10:20:36',''),(54076,1,1,55713,56,676177741,'2017-03-11 10:20:38',''),(54077,1,1,55714,43,2637637592,'2017-03-11 10:20:46',''),(54078,1,1,55715,63,676177670,'2017-03-11 10:20:50',''),(54079,1,1,55716,1,3024883466,'2017-03-11 11:33:06',''),(54080,1,1,55717,18,2637637433,'2017-03-11 11:44:56',''),(54081,1,1,55718,1,1123631215,'2017-03-11 12:36:50',''),(54082,1,1,55720,26,3281697044,'2017-03-11 12:42:54',''),(54083,1,1,55721,54,3281697044,'2017-03-11 12:42:57',''),(54084,1,1,55722,66,3281697044,'2017-03-11 12:43:05',''),(54085,1,1,55724,68,1123631211,'2017-03-11 13:42:51',''),(54086,1,1,55727,62,1123631211,'2017-03-11 14:22:36',''),(54087,1,1,55728,62,96317622,'2017-03-11 14:27:11',''),(54088,1,1,55729,63,96317622,'2017-03-11 14:27:16',''),(54089,1,1,55730,51,1123631219,'2017-03-11 14:49:09',''),(54090,1,1,55731,63,1123631215,'2017-03-11 15:01:03',''),(54091,1,1,55732,1,3024883616,'2017-03-11 15:25:24',''),(54092,1,1,55733,15,1123631219,'2017-03-11 15:37:06',''),(54093,1,1,55735,65,1123631211,'2017-03-11 16:22:24',''),(54094,1,1,55736,62,1123631215,'2017-03-11 16:22:30',''),(54095,1,1,55738,62,1123631219,'2017-03-11 16:24:15',''),(54096,1,1,55740,1,3458834792,'2017-03-11 17:35:32',''),(54097,1,1,55741,68,1123631211,'2017-03-11 17:48:08',''),(54098,1,1,55742,63,1123631215,'2017-03-11 18:09:33',''),(54099,1,1,55743,49,3024883596,'2017-03-11 18:39:28',''),(54100,1,1,55744,51,1123631219,'2017-03-11 19:11:47',''),(54101,1,1,55745,1,1123631219,'2017-03-11 21:24:42',''),(54102,1,1,55747,6,84904938,'2017-03-11 21:49:05',''),(54103,1,1,55748,43,3475901854,'2017-03-11 21:58:53',''),(54104,1,1,55749,29,3475901854,'2017-03-11 21:58:54',''),(54105,1,1,55750,18,3475901854,'2017-03-11 21:58:56',''),(54106,1,1,55751,65,1123631215,'2017-03-11 23:09:54',''),(54107,1,1,55752,68,1123631219,'2017-03-12 00:02:04',''),(54108,1,1,55754,1,2366148121,'2017-03-12 00:25:29',''),(54109,1,1,55755,1,2366148121,'2017-03-12 00:25:33',''),(54110,1,1,55756,56,1123631219,'2017-03-12 00:41:24',''),(54111,1,1,55757,1,3495654154,'2017-03-12 01:00:06',''),(54112,1,1,55758,65,1123631211,'2017-03-12 01:07:56',''),(54113,1,1,55759,68,1123631215,'2017-03-12 01:18:02',''),(54114,1,1,55761,51,2745975171,'2017-03-12 01:55:33',''),(54115,1,1,55762,63,1123631219,'2017-03-12 02:02:24',''),(54116,1,1,55763,68,1123631211,'2017-03-12 02:22:42',''),(54117,1,1,55764,28,3475901854,'2017-03-12 02:49:51',''),(54118,1,1,55765,15,1123631211,'2017-03-12 03:04:34',''),(54119,1,1,55767,51,1123631219,'2017-03-12 04:10:21',''),(54120,1,1,55768,16,1123631219,'2017-03-12 05:20:49',''),(54121,1,1,55771,41,1123631211,'2017-03-12 05:33:06',''),(54122,1,1,55772,9,1123631215,'2017-03-12 05:41:19',''),(54123,1,1,55777,1,1123631211,'2017-03-12 06:27:25',''),(54124,1,1,55778,1,1123631215,'2017-03-12 06:32:17',''),(54125,1,1,55779,57,2637637437,'2017-03-12 06:40:49',''),(54126,1,1,55780,42,1123631219,'2017-03-12 07:04:30',''),(54127,1,1,55781,31,1123631219,'2017-03-12 08:00:46',''),(54128,1,1,55782,28,1123631215,'2017-03-12 08:01:24',''),(54129,1,1,55783,65,1123631211,'2017-03-12 08:03:38',''),(54130,1,1,55784,47,1123631219,'2017-03-12 09:00:48',''),(54131,1,1,55786,68,1123631211,'2017-03-12 09:04:53',''),(54132,1,1,55788,62,1123631219,'2017-03-12 09:31:39',''),(54133,1,1,55789,1,1542483324,'2017-03-12 09:59:23',''),(54134,1,1,55790,68,1123631219,'2017-03-12 10:11:40',''),(54135,1,1,55791,65,1123631211,'2017-03-12 10:18:25',''),(54136,1,1,55793,51,1123631219,'2017-03-12 10:46:42',''),(54137,1,1,55794,68,1123631211,'2017-03-12 11:12:24',''),(54138,1,1,55796,68,1123631219,'2017-03-12 12:13:36',''),(54139,1,1,55798,15,1123631215,'2017-03-12 12:36:08',''),(54140,1,1,55800,41,1123631211,'2017-03-12 14:16:40',''),(54141,1,1,55801,53,1123631215,'2017-03-12 14:32:41',''),(54142,1,1,55802,57,1123631219,'2017-03-12 14:46:34',''),(54143,1,1,55806,46,1123631211,'2017-03-12 15:03:19',''),(54144,1,1,55807,31,1123631215,'2017-03-12 15:13:39',''),(54145,1,1,55808,1,1123631107,'2017-03-12 15:39:01',''),(54146,1,1,55809,1,1123631167,'2017-03-12 15:42:49',''),(54147,1,1,55810,15,1123631167,'2017-03-12 16:48:07',''),(54148,1,1,55811,1,1123631107,'2017-03-12 17:08:43',''),(54149,1,1,55812,65,1123631279,'2017-03-12 17:24:13',''),(54150,1,1,55813,56,1123631279,'2017-03-12 17:55:40',''),(54151,1,1,55814,63,1123631110,'2017-03-12 18:01:10',''),(54152,1,1,55816,1,2637637442,'2017-03-12 18:05:38',''),(54153,1,1,55819,10,2637637380,'2017-03-12 19:00:52',''),(54154,1,1,55820,65,1123631279,'2017-03-12 19:14:55',''),(54155,1,1,55821,68,1123631283,'2017-03-12 19:15:32',''),(54156,1,1,55822,56,1123631107,'2017-03-12 19:15:46',''),(54157,1,1,55823,51,1123631107,'2017-03-12 20:04:25',''),(54158,1,1,55824,68,1123631275,'2017-03-12 20:16:27',''),(54159,1,1,55825,1,1123631110,'2017-03-12 20:24:41',''),(54160,1,1,55826,1,2366148121,'2017-03-12 20:35:59',''),(54161,1,1,55827,63,1123631107,'2017-03-12 20:36:03',''),(54162,1,1,55828,1,1123631275,'2017-03-12 20:51:27',''),(54163,1,1,55829,62,1123631167,'2017-03-12 20:56:56',''),(54164,1,1,55831,68,1123631107,'2017-03-12 21:47:49',''),(54165,1,1,55832,51,1123631110,'2017-03-12 21:56:30',''),(54166,1,1,55833,28,872366367,'2017-03-12 22:47:18',''),(54167,1,1,55834,1,856266784,'2017-03-12 22:58:19','https://www.google.co.uk/'),(54168,1,1,55835,1,1358487954,'2017-03-12 23:27:57',''),(54169,1,1,55836,69,1358487954,'2017-03-12 23:28:00',''),(54170,1,1,55837,51,1358487954,'2017-03-12 23:28:00',''),(54171,1,1,55838,62,1358487954,'2017-03-12 23:28:00',''),(54172,1,1,55839,28,1358487954,'2017-03-12 23:28:02',''),(54173,1,1,55840,63,1358487954,'2017-03-12 23:28:02',''),(54174,1,1,55841,1,1358487954,'2017-03-12 23:28:03',''),(54175,1,1,55842,53,1358487954,'2017-03-12 23:28:05',''),(54176,1,1,55843,43,1358487954,'2017-03-12 23:28:05',''),(54177,1,1,55844,64,1358487954,'2017-03-12 23:28:05',''),(54178,1,1,55845,65,1123631110,'2017-03-12 23:28:06',''),(54179,1,1,55846,56,1358487954,'2017-03-12 23:28:07',''),(54180,1,1,55847,50,1358487954,'2017-03-12 23:28:08',''),(54181,1,1,55848,48,1358487954,'2017-03-12 23:28:08',''),(54182,1,1,55849,43,1358487954,'2017-03-12 23:28:09',''),(54183,1,1,55850,43,1358487954,'2017-03-12 23:28:10',''),(54184,1,1,55851,1,1358487954,'2017-03-12 23:28:11',''),(54185,1,1,55852,52,1358487954,'2017-03-12 23:28:12',''),(54186,1,1,55853,41,1358487954,'2017-03-12 23:28:13',''),(54187,1,1,55854,65,1358487954,'2017-03-12 23:28:13',''),(54188,1,1,55855,9,1358487954,'2017-03-12 23:28:14',''),(54189,1,1,55856,58,1358487954,'2017-03-12 23:28:15',''),(54190,1,1,55857,1,1358487954,'2017-03-12 23:28:16',''),(54191,1,1,55858,38,1358487954,'2017-03-12 23:28:16',''),(54192,1,1,55859,1,1358487954,'2017-03-12 23:28:18',''),(54193,1,1,55860,27,1358487954,'2017-03-12 23:28:18',''),(54194,1,1,55861,1,1358487954,'2017-03-12 23:28:19',''),(54195,1,1,55862,57,1358487954,'2017-03-12 23:28:20',''),(54196,1,1,55863,55,1358487954,'2017-03-12 23:28:21',''),(54197,1,1,55864,1,1358487954,'2017-03-12 23:28:21',''),(54198,1,1,55865,75,1358487954,'2017-03-12 23:28:23',''),(54199,1,1,55866,49,1358487954,'2017-03-12 23:28:24',''),(54200,1,1,55867,1,1358487954,'2017-03-12 23:28:24',''),(54201,1,1,55868,1,1358487954,'2017-03-12 23:28:27',''),(54202,1,1,55869,1,1358487954,'2017-03-12 23:28:29',''),(54203,1,1,55870,45,1358487954,'2017-03-12 23:28:29',''),(54204,1,1,55871,67,1358487954,'2017-03-12 23:28:30',''),(54205,1,1,55872,47,1358487954,'2017-03-12 23:28:31',''),(54206,1,1,55873,1,1358487954,'2017-03-12 23:28:32',''),(54207,1,1,55874,16,1358487954,'2017-03-12 23:28:33',''),(54208,1,1,55875,31,1358487954,'2017-03-12 23:28:33',''),(54209,1,1,55876,66,1358487954,'2017-03-12 23:28:34',''),(54210,1,1,55877,74,1358487954,'2017-03-12 23:28:37',''),(54211,1,1,55878,42,1358487954,'2017-03-12 23:28:37',''),(54212,1,1,55879,59,1358487954,'2017-03-12 23:28:38',''),(54213,1,1,55880,44,1358487954,'2017-03-12 23:28:40',''),(54214,1,1,55881,70,1358487954,'2017-03-12 23:28:40',''),(54215,1,1,55882,10,1358487954,'2017-03-12 23:28:41',''),(54216,1,1,55883,15,1358487954,'2017-03-12 23:28:42',''),(54217,1,1,55884,73,1358487954,'2017-03-12 23:28:46',''),(54218,1,1,55885,68,1358487954,'2017-03-12 23:28:47',''),(54219,1,1,55886,72,1358487954,'2017-03-12 23:28:47',''),(54220,1,1,55887,54,1358487954,'2017-03-12 23:28:49',''),(54221,1,1,55888,6,1358487954,'2017-03-12 23:28:50',''),(54222,1,1,55889,16,1358487954,'2017-03-12 23:28:50',''),(54223,1,1,55890,16,1358487954,'2017-03-12 23:28:51',''),(54224,1,1,55891,71,1358487954,'2017-03-12 23:28:52',''),(54225,1,1,55893,1,1123631167,'2017-03-12 23:38:13',''),(54226,1,1,55894,1,1123631107,'2017-03-12 23:50:00',''),(54227,1,1,55895,1,2809326235,'2017-03-13 00:32:44',''),(54228,1,1,55896,1,2809326235,'2017-03-13 00:32:46',''),(54229,1,1,55897,1,2809326235,'2017-03-13 00:32:48',''),(54230,1,1,55898,1,1123631110,'2017-03-13 00:37:30',''),(54231,1,1,55899,1,1123631167,'2017-03-13 00:39:56',''),(54232,1,1,55900,1,2366148121,'2017-03-13 00:48:09',''),(54233,1,1,55901,1,2366158595,'2017-03-13 00:48:12',''),(54234,1,1,55902,1,2071807804,'2017-03-13 01:17:34',''),(54235,1,1,55903,15,1123631110,'2017-03-13 01:30:08',''),(54236,1,1,55904,1,1123631107,'2017-03-13 01:58:19',''),(54237,1,1,55905,41,1123631167,'2017-03-13 02:05:42',''),(54238,1,1,55907,15,1123631167,'2017-03-13 02:48:03',''),(54239,1,1,55908,68,1123631279,'2017-03-13 03:07:28',''),(54240,1,1,55909,44,2637637442,'2017-03-13 03:09:27',''),(54241,1,1,55910,62,1123631283,'2017-03-13 03:18:47',''),(54242,1,1,55911,62,1123631107,'2017-03-13 04:12:14',''),(54243,1,1,55912,58,1072954444,'2017-03-13 04:15:42',''),(54244,1,1,55913,65,1123631110,'2017-03-13 04:31:30',''),(54245,1,1,55915,69,3113862885,'2017-03-13 04:55:11',''),(54246,1,1,55916,69,3113862885,'2017-03-13 04:55:13',''),(54247,1,1,55917,1,3113862885,'2017-03-13 04:55:15',''),(54248,1,1,55918,69,3113862885,'2017-03-13 04:55:17',''),(54249,1,1,55919,56,1123631107,'2017-03-13 05:02:10',''),(54250,1,1,55921,68,1123631107,'2017-03-13 06:16:27',''),(54251,1,1,55922,62,1123631167,'2017-03-13 06:16:34',''),(54252,1,1,55923,63,1123631107,'2017-03-13 07:01:23',''),(54253,1,1,55924,51,1123631110,'2017-03-13 07:02:32',''),(54254,1,1,55926,1,1123631107,'2017-03-13 08:18:18',''),(54255,1,1,55928,62,1123631167,'2017-03-13 08:19:13',''),(54256,1,1,55930,1,1123631110,'2017-03-13 09:09:37',''),(54257,1,1,55932,26,1159644858,'2017-03-13 09:45:30',''),(54258,1,1,55933,26,1159644858,'2017-03-13 09:45:52',''),(54259,1,1,55934,30,1123631167,'2017-03-13 09:57:01',''),(54260,1,1,55935,1,1542483299,'2017-03-13 10:09:54',''),(54261,1,1,55936,1,1123631107,'2017-03-13 11:11:05',''),(54262,1,1,55937,1,1375799679,'2017-03-13 13:26:55','https://www.google.co.uk/'),(54263,1,1,55938,26,3590043686,'2017-03-13 14:29:13',''),(54264,1,1,55939,72,3024883605,'2017-03-13 18:27:50',''),(54265,1,1,55940,1,2731721825,'2017-03-13 20:43:15',''),(54266,1,1,55941,1,911858762,'2017-03-13 21:36:03',''),(54267,1,1,55942,1,878174043,'2017-03-13 22:12:16',''),(54268,1,1,55943,56,676177798,'2017-03-13 22:16:01',''),(54269,1,1,55944,43,2637637436,'2017-03-13 22:16:05',''),(54270,1,1,55945,15,3475901772,'2017-03-13 22:17:05',''),(54271,1,1,55946,1,3475901772,'2017-03-13 22:17:07',''),(54272,1,1,55947,6,3475901772,'2017-03-13 22:17:08',''),(54273,1,1,55948,63,3475901754,'2017-03-13 22:20:33',''),(54274,1,1,55949,1,1159650810,'2017-03-14 05:07:20',''),(54275,1,1,55950,1,1159650810,'2017-03-14 05:07:51',''),(54276,1,1,55951,1,1159650810,'2017-03-14 05:08:10',''),(54277,1,1,55952,1,1159650810,'2017-03-14 05:08:21',''),(54278,1,1,55953,1,1159650810,'2017-03-14 05:09:21',''),(54279,1,1,55954,1,1159650810,'2017-03-14 05:09:36',''),(54280,1,1,55955,1,1159650810,'2017-03-14 05:10:29',''),(54281,1,1,55956,1,1159650810,'2017-03-14 05:10:56',''),(54282,1,1,55957,57,1152705959,'2017-03-14 06:02:26',''),(54283,1,1,55958,1,1152705959,'2017-03-14 07:08:53',''),(54284,1,1,55959,6,3475901840,'2017-03-14 08:01:09',''),(54285,1,1,55960,1,1542483271,'2017-03-14 10:12:34',''),(54286,1,1,55961,1,3024883476,'2017-03-14 10:26:13',''),(54287,1,1,55962,1,3024883603,'2017-03-14 11:02:07',''),(54288,1,1,55963,1,2366158595,'2017-03-14 12:19:04',''),(54289,1,1,55964,1,2366148121,'2017-03-14 12:19:08',''),(54290,1,1,55965,1,1123631167,'2017-03-14 14:16:45',''),(54291,1,1,55966,1,1123631275,'2017-03-14 15:05:25',''),(54292,1,1,55967,74,2760155418,'2017-03-14 17:33:09',''),(54293,1,1,55968,72,3024883482,'2017-03-14 18:39:30',''),(54294,1,1,55969,6,402534462,'2017-03-14 19:29:18',''),(54295,1,1,55970,56,1423291052,'2017-03-14 21:26:06',''),(54296,1,1,55971,55,1423291052,'2017-03-14 21:26:09',''),(54297,1,1,55972,65,1423291052,'2017-03-14 21:26:12',''),(54298,1,1,55973,62,1123638729,'2017-03-14 23:01:30','http://www.google.com/search'),(54299,1,1,55974,6,2760155475,'2017-03-15 01:13:12',''),(54300,1,1,55975,16,676177786,'2017-03-15 01:22:56',''),(54301,1,1,55976,3,2430162915,'2017-03-15 02:29:38',''),(54302,1,1,55977,26,2430162915,'2017-03-15 02:29:42',''),(54303,1,1,55978,26,2430162915,'2017-03-15 02:29:45',''),(54304,1,1,55979,26,2430162915,'2017-03-15 02:29:47',''),(54305,1,1,55980,26,2430162915,'2017-03-15 02:29:50',''),(54306,1,1,55981,26,2430162915,'2017-03-15 02:29:53',''),(54307,1,1,55982,42,2430162915,'2017-03-15 02:29:55',''),(54308,1,1,55983,43,2430162915,'2017-03-15 02:29:58',''),(54309,1,1,55984,16,2430162915,'2017-03-15 02:30:02',''),(54310,1,1,55985,44,2430162915,'2017-03-15 02:30:05',''),(54311,1,1,55986,49,2430162915,'2017-03-15 02:30:08',''),(54312,1,1,55987,59,2430162915,'2017-03-15 02:30:11',''),(54313,1,1,55988,68,2430162915,'2017-03-15 02:30:15',''),(54314,1,1,55989,75,2430162915,'2017-03-15 02:30:18',''),(54315,1,1,55990,9,676177786,'2017-03-15 04:24:08',''),(54316,1,1,55991,9,676177786,'2017-03-15 04:48:36',''),(54317,1,1,55992,66,676177747,'2017-03-15 06:16:01',''),(54318,1,1,55993,1,3338431645,'2017-03-15 09:13:18',''),(54319,1,1,55994,15,3338431645,'2017-03-15 09:13:20',''),(54320,1,1,55995,88,3338431645,'2017-03-15 09:13:23',''),(54321,1,1,55996,15,3338431645,'2017-03-15 09:13:27',''),(54322,1,1,55997,1,3338431645,'2017-03-15 09:13:29',''),(54323,1,1,55998,6,1123633941,'2017-03-15 09:16:32',''),(54324,1,1,55999,43,3651177887,'2017-03-15 09:24:40',''),(54325,1,1,56000,1,3651177887,'2017-03-15 09:24:42',''),(54326,1,1,56001,43,3651177887,'2017-03-15 09:24:43',''),(54327,1,1,56002,1,1443143194,'2017-03-15 09:56:35','https://www.bing.com/'),(54328,1,1,56003,1,1542483275,'2017-03-15 09:56:56',''),(54329,1,1,56004,1,3110444648,'2017-03-15 10:14:39',''),(54330,1,1,56005,15,3110444648,'2017-03-15 10:14:40',''),(54331,1,1,56006,89,3110444648,'2017-03-15 10:14:41',''),(54332,1,1,56007,15,3110444648,'2017-03-15 10:14:43',''),(54333,1,1,56008,1,3110444648,'2017-03-15 10:14:44',''),(54334,1,1,56009,1,3024883473,'2017-03-15 10:36:13',''),(54335,1,1,56010,1,1522762651,'2017-03-15 11:41:34',''),(54336,1,1,56011,1,3024883613,'2017-03-15 11:49:30',''),(54337,1,1,56010,1,1522762651,'2017-03-15 12:34:11',''),(54338,1,1,56012,26,1159653890,'2017-03-15 13:57:48',''),(54339,1,1,56013,26,1159653890,'2017-03-15 13:57:57',''),(54340,1,1,56014,27,1159653890,'2017-03-15 13:58:03',''),(54341,1,1,56015,10,1159653890,'2017-03-15 13:58:15',''),(54342,1,1,56016,1,2516463992,'2017-03-15 14:27:53','https://www.google.co.uk/'),(54343,1,1,56017,1,1123633947,'2017-03-15 14:54:45',''),(54344,1,1,56018,41,2745977116,'2017-03-15 17:26:23',''),(54345,1,1,56019,1,3024883595,'2017-03-15 17:34:38',''),(54346,1,1,56020,67,872366369,'2017-03-15 21:16:59',''),(54347,1,1,56021,42,2760155406,'2017-03-15 23:12:57',''),(54348,1,1,56022,28,1049233589,'2017-03-16 00:26:58',''),(54349,1,1,56023,50,1049233589,'2017-03-16 00:27:01',''),(54350,1,1,56024,51,1049233589,'2017-03-16 00:27:04',''),(54351,1,1,56025,69,1049233589,'2017-03-16 00:27:08',''),(54352,1,1,56026,1,1123631275,'2017-03-16 03:06:20',''),(54353,1,1,56027,14,3475901699,'2017-03-16 04:36:00',''),(54354,1,1,56028,63,676177739,'2017-03-16 08:07:50',''),(54355,1,1,56029,26,1159648650,'2017-03-16 09:16:05',''),(54356,1,1,56030,26,1159648650,'2017-03-16 09:16:12',''),(54357,1,1,56031,26,1159648650,'2017-03-16 09:16:17',''),(54358,1,1,56032,38,1159648650,'2017-03-16 09:16:19',''),(54359,1,1,56033,41,1159648650,'2017-03-16 09:16:23',''),(54360,1,1,56034,48,1159648650,'2017-03-16 09:16:33',''),(54361,1,1,56035,52,1159648650,'2017-03-16 09:16:38',''),(54362,1,1,56036,15,1159648650,'2017-03-16 09:16:43',''),(54363,1,1,56037,1,1159648650,'2017-03-16 09:16:48',''),(54364,1,1,56038,1,1159648650,'2017-03-16 09:16:51',''),(54365,1,1,56039,1,1410701134,'2017-03-16 09:18:50','https://www.google.co.uk/'),(54366,1,1,56040,1,3024883595,'2017-03-16 09:26:06',''),(54367,1,1,56041,1,3339975108,'2017-03-16 09:30:44',''),(54368,1,1,56042,1,344270861,'2017-03-16 09:30:45','https://www.google.co.uk/'),(54369,1,1,56043,43,3339975108,'2017-03-16 09:31:02',''),(54370,1,1,56044,1,1542483270,'2017-03-16 09:43:41',''),(54371,1,1,56016,1,2516465862,'2017-03-16 10:40:49',''),(54372,1,1,56045,15,3323415913,'2017-03-16 12:23:11',''),(54373,1,1,56046,1,3323415913,'2017-03-16 12:23:16',''),(54374,1,1,56047,15,3323415913,'2017-03-16 12:23:21',''),(54375,1,1,56048,16,3475901707,'2017-03-16 13:29:29',''),(54376,1,1,56049,50,3024883474,'2017-03-16 15:03:34',''),(54377,1,1,56050,65,2745975360,'2017-03-16 15:47:45',''),(54378,1,1,56051,44,676177747,'2017-03-16 17:50:22',''),(54379,1,1,56052,63,2745975061,'2017-03-16 19:01:48',''),(54380,1,1,56053,1,911657095,'2017-03-16 19:37:20',''),(54381,1,1,56054,1,3024883467,'2017-03-16 21:13:21',''),(54382,1,1,56055,1,3024883463,'2017-03-16 22:27:26',''),(54383,1,1,56056,1,2746014833,'2017-03-16 22:29:43',''),(54384,1,1,56057,69,3024883606,'2017-03-16 22:31:50',''),(54385,1,1,56058,50,2760155479,'2017-03-17 00:55:21',''),(54386,1,1,56059,1,675633342,'2017-03-17 00:58:33',''),(54387,1,1,56060,1,3495654154,'2017-03-17 03:50:05',''),(54388,1,1,56061,68,2745975310,'2017-03-17 04:03:05',''),(54389,1,1,56062,30,1123631850,'2017-03-17 04:31:01',''),(54390,1,1,56063,1,100662575,'2017-03-17 04:44:38',''),(54391,1,1,56064,1,1570674749,'2017-03-17 04:44:42',''),(54392,1,1,56065,1,2731721857,'2017-03-17 05:19:01',''),(54393,1,1,56066,1,2731721857,'2017-03-17 05:19:22',''),(54394,1,1,56067,1,1032306279,'2017-03-17 08:28:08','http://m.baidu.com/s?wd=Mstyresblackburn'),(54395,1,1,56068,1,1032306279,'2017-03-17 08:28:14','http://www.baidu.com/s?wd=Mstyresblackburn'),(54396,1,1,56069,47,2637637428,'2017-03-17 09:41:50',''),(54397,1,1,56070,1,1542483326,'2017-03-17 09:44:06',''),(54398,1,1,56071,1,1377678440,'2017-03-17 10:38:59','https://www.google.co.uk/'),(54399,1,1,56072,1,1433613769,'2017-03-17 11:19:50','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=webhp&cd=1&ved=0ahUKEwjb-MDRtd3SAhXGKCYKHSvNCEcQgU8IDDAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(54400,1,1,56073,1,1443308509,'2017-03-17 11:52:49','https://www.google.co.uk/'),(54401,1,1,56039,1,1410701134,'2017-03-17 12:15:45','https://www.google.co.uk/'),(54402,1,1,56074,64,2637637428,'2017-03-17 12:50:03',''),(54403,1,1,56075,26,84496279,'2017-03-17 13:04:16',''),(54404,1,1,56076,26,84496279,'2017-03-17 13:04:18',''),(54405,1,1,56077,26,84496279,'2017-03-17 13:04:21',''),(54406,1,1,56078,26,84496279,'2017-03-17 13:04:23',''),(54407,1,1,56079,43,84496279,'2017-03-17 13:04:26',''),(54408,1,1,56080,1,1123631858,'2017-03-17 14:13:05',''),(54409,1,1,56081,1,1123631858,'2017-03-17 15:24:08',''),(54410,1,1,56082,41,676177731,'2017-03-17 16:47:07',''),(54411,1,1,56083,1,1123631107,'2017-03-17 17:27:38',''),(54412,1,1,56084,48,3488736659,'2017-03-17 17:31:23',''),(54413,1,1,56085,41,3488737170,'2017-03-17 17:40:32',''),(54414,1,1,56086,52,3488737174,'2017-03-17 18:05:56',''),(54415,1,1,56087,49,2366158595,'2017-03-17 19:05:37',''),(54416,1,1,56088,69,3488736724,'2017-03-17 19:08:42',''),(54417,1,1,56089,53,3488737166,'2017-03-17 19:58:26',''),(54418,1,1,56090,62,3024883472,'2017-03-17 20:30:15',''),(54419,1,1,56091,1,1543818736,'2017-03-17 20:33:04',''),(54420,1,1,56092,50,3488736562,'2017-03-17 20:39:01',''),(54421,1,1,56093,1,1041806726,'2017-03-17 20:40:36',''),(54422,1,1,56094,1,1041806727,'2017-03-17 20:40:41',''),(54423,1,1,56095,26,3488737166,'2017-03-17 20:53:56',''),(54424,1,1,56096,63,3488737166,'2017-03-17 21:22:15',''),(54425,1,1,56097,65,3488737166,'2017-03-17 21:30:07',''),(54426,1,1,56098,26,3488737166,'2017-03-17 21:41:55',''),(54427,1,1,56099,1,3423391754,'2017-03-17 21:42:39',''),(54428,1,1,56100,1,3423391754,'2017-03-17 21:42:45',''),(54429,1,1,56101,1,3423391754,'2017-03-17 21:42:52',''),(54430,1,1,56102,1,3423391754,'2017-03-17 21:43:00',''),(54431,1,1,56103,1,3423391754,'2017-03-17 21:43:06',''),(54432,1,1,56104,1,3423391754,'2017-03-17 21:43:12',''),(54433,1,1,56105,1,3423391754,'2017-03-17 21:43:20',''),(54434,1,1,56106,1,3423391754,'2017-03-17 21:43:30',''),(54435,1,1,56107,1,3024883599,'2017-03-17 22:58:58',''),(54436,1,1,56108,1,3024883465,'2017-03-17 22:59:01',''),(54437,1,1,56109,62,3488736659,'2017-03-17 23:42:30',''),(54438,1,1,56110,55,3488736659,'2017-03-17 23:42:53',''),(54439,1,1,56111,57,3488736659,'2017-03-17 23:43:24',''),(54440,1,1,56112,26,3488737170,'2017-03-17 23:43:34',''),(54441,1,1,56113,28,3488737170,'2017-03-17 23:43:41',''),(54442,1,1,56114,9,3488737170,'2017-03-17 23:43:53',''),(54443,1,1,56115,26,3488737174,'2017-03-18 00:14:42',''),(54444,1,1,56116,45,3488737174,'2017-03-18 00:15:06',''),(54445,1,1,56117,1,3702877287,'2017-03-18 01:04:01',''),(54446,1,1,56118,38,3488736724,'2017-03-18 01:11:11',''),(54447,1,1,56119,26,3488736724,'2017-03-18 01:11:19',''),(54448,1,1,56120,56,3488736724,'2017-03-18 01:11:26',''),(54449,1,1,56121,16,2760155450,'2017-03-18 01:18:22',''),(54450,1,1,56122,26,3488736562,'2017-03-18 02:53:19',''),(54451,1,1,56123,43,2366158595,'2017-03-18 05:38:36',''),(54452,1,1,56124,26,3488736659,'2017-03-18 05:45:12',''),(54453,1,1,56125,51,3488736659,'2017-03-18 05:45:24',''),(54454,1,1,56126,43,3488736659,'2017-03-18 05:45:54',''),(54455,1,1,56127,26,3488736659,'2017-03-18 05:46:08',''),(54456,1,1,56128,26,3488736659,'2017-03-18 05:46:16',''),(54457,1,1,56129,64,3488736659,'2017-03-18 05:46:35',''),(54458,1,1,56130,18,3488737170,'2017-03-18 05:56:50',''),(54459,1,1,56131,26,3488737174,'2017-03-18 06:20:01',''),(54460,1,1,56132,15,3475901752,'2017-03-18 08:16:04',''),(54461,1,1,56133,1,3475901752,'2017-03-18 08:16:06',''),(54462,1,1,56134,63,676177668,'2017-03-18 08:16:07',''),(54463,1,1,56135,6,3475901752,'2017-03-18 08:16:08',''),(54464,1,1,56136,29,3475901812,'2017-03-18 08:16:13',''),(54465,1,1,56137,43,3475901812,'2017-03-18 08:16:14',''),(54466,1,1,56138,18,3475901812,'2017-03-18 08:16:16',''),(54467,1,1,56139,43,3475901812,'2017-03-18 08:16:18',''),(54468,1,1,56140,1,3512706569,'2017-03-18 09:16:50',''),(54469,1,1,56141,1,1542483323,'2017-03-18 09:35:32',''),(54470,1,1,56142,1,3582619106,'2017-03-18 09:53:42',''),(54471,1,1,56143,1,1451314351,'2017-03-18 09:53:48',''),(54472,1,1,56144,1,1605168718,'2017-03-18 09:53:48',''),(54473,1,1,56145,1,1523314345,'2017-03-18 09:53:49',''),(54474,1,1,56146,1,1366287714,'2017-03-18 09:53:50',''),(54475,1,1,56147,1,1371228353,'2017-03-18 09:53:54',''),(54476,1,1,56148,1,3567215664,'2017-03-18 09:53:55',''),(54477,1,1,56149,1,3582619106,'2017-03-18 09:54:01',''),(54478,1,1,56150,1,2366145566,'2017-03-18 10:29:42',''),(54479,1,1,56151,1,1570674749,'2017-03-18 10:29:46',''),(54480,1,1,56152,1,1329997484,'2017-03-18 11:05:59',''),(54481,1,1,56153,6,3231158610,'2017-03-18 11:47:02',''),(54482,1,1,56154,31,3231158610,'2017-03-18 11:47:07',''),(54483,1,1,56155,47,3231158610,'2017-03-18 11:47:11',''),(54484,1,1,56156,1,3024883592,'2017-03-18 16:11:10',''),(54485,1,1,56157,1,3024883604,'2017-03-18 16:11:12',''),(54486,1,1,56158,47,3475901812,'2017-03-18 17:04:10',''),(54487,1,1,56159,28,3273031651,'2017-03-18 19:07:36',''),(54488,1,1,56160,62,3024883612,'2017-03-18 22:09:21',''),(54489,1,1,56161,1,1123631215,'2017-03-18 22:49:05',''),(54490,1,1,56162,1,1123631211,'2017-03-18 23:15:56',''),(54491,1,1,56163,1,2071807858,'2017-03-19 00:57:52',''),(54492,1,1,56164,65,1123631215,'2017-03-19 02:43:27',''),(54493,1,1,56165,1,1451230700,'2017-03-19 09:00:32','https://www.google.co.uk/'),(54494,1,1,56166,6,1123631215,'2017-03-19 09:11:49',''),(54495,1,1,56167,1,1542483284,'2017-03-19 09:43:39',''),(54496,1,1,56165,1,1451230700,'2017-03-19 09:56:08','https://www.google.co.uk/'),(54497,1,1,56168,58,2637637487,'2017-03-19 10:18:34',''),(54498,1,1,56169,26,1388405867,'2017-03-19 11:25:50',''),(54499,1,1,56170,1,760002952,'2017-03-19 11:46:19',''),(54500,1,1,56171,1,633014090,'2017-03-19 12:21:37','http://burger-imperia.com/'),(54501,1,1,56172,1,3702877294,'2017-03-19 12:31:42',''),(54502,1,1,56173,1,3024883472,'2017-03-20 00:12:02',''),(54503,1,1,56174,1,1123631279,'2017-03-20 00:36:51',''),(54504,1,1,56175,1,2071807840,'2017-03-20 01:55:07',''),(54505,1,1,56176,1,3281697044,'2017-03-20 02:02:56',''),(54506,1,1,56177,43,2637637410,'2017-03-20 02:17:46',''),(54507,1,1,56178,1,521724662,'2017-03-20 03:00:36',''),(54508,1,1,56179,18,2745974968,'2017-03-20 06:13:15',''),(54509,1,1,56180,57,3475901707,'2017-03-20 07:25:50',''),(54510,1,1,56181,64,3170085113,'2017-03-20 08:12:18',''),(54511,1,1,56182,64,3170085113,'2017-03-20 08:12:20',''),(54512,1,1,56183,1,3170085113,'2017-03-20 08:12:22',''),(54513,1,1,56184,64,3170085113,'2017-03-20 08:12:26',''),(54514,1,1,56185,1,3024883610,'2017-03-20 08:39:49',''),(54515,1,1,56016,1,2516497975,'2017-03-20 08:53:48','https://www.google.co.uk/'),(54516,1,1,56186,66,3024883616,'2017-03-20 09:13:08',''),(54517,1,1,56187,1,1542483296,'2017-03-20 09:27:26',''),(54518,1,1,56188,68,1123638729,'2017-03-20 10:05:02','http://www.google.com/search'),(54519,1,1,56189,1,2302406865,'2017-03-20 12:12:43','http://weburlopener.com/'),(54520,1,1,56190,1,3024883600,'2017-03-20 12:26:39',''),(54521,1,1,56191,1,1570674749,'2017-03-20 14:19:30',''),(54522,1,1,56192,1,100662575,'2017-03-20 14:19:36',''),(54523,1,1,56193,1,3644657947,'2017-03-20 14:37:08',''),(54524,1,1,56194,28,676177670,'2017-03-20 15:30:16',''),(54525,1,1,56195,1,3581586706,'2017-03-20 15:41:54','https://www.google.co.uk/'),(54526,1,1,56196,1,1489388262,'2017-03-20 17:18:51',''),(54527,1,1,56197,1,1489388262,'2017-03-20 17:18:55',''),(54528,1,1,56198,1,1489388262,'2017-03-20 17:18:58',''),(54529,1,1,56199,1,1489388262,'2017-03-20 17:19:01',''),(54530,1,1,56200,1,1489388262,'2017-03-20 17:19:03',''),(54531,1,1,56201,1,1489388262,'2017-03-20 17:19:06',''),(54532,1,1,56202,1,1489388262,'2017-03-20 17:19:09',''),(54533,1,1,56203,1,1489388262,'2017-03-20 17:19:11',''),(54534,1,1,56204,48,2745975375,'2017-03-20 18:15:04',''),(54535,1,1,56205,1,1523703137,'2017-03-20 18:50:53','https://www.google.co.uk/'),(54536,1,1,56206,1,1072954529,'2017-03-21 04:07:33',''),(54537,1,1,56207,1,3024883465,'2017-03-21 06:44:51',''),(54538,1,1,56208,1,3495654154,'2017-03-21 07:11:40',''),(54539,1,1,56209,1,3648142322,'2017-03-21 07:22:05','https://www.google.co.uk/'),(54540,1,1,56210,1,526221582,'2017-03-21 08:38:22','https://www.google.co.uk/'),(54541,1,1,56211,55,3024883468,'2017-03-21 09:24:49',''),(54542,1,1,56212,1,1542483311,'2017-03-21 09:34:59',''),(54543,1,1,56213,26,2420909641,'2017-03-21 10:07:47',''),(54544,1,1,56214,26,2420909641,'2017-03-21 10:07:50',''),(54545,1,1,56215,1,2420909641,'2017-03-21 10:07:52',''),(54546,1,1,56216,1,2420909641,'2017-03-21 10:07:55',''),(54547,1,1,56217,1,1123631107,'2017-03-21 10:57:40',''),(54548,1,1,56218,65,2637637383,'2017-03-21 11:19:17',''),(54549,1,1,56219,52,676177702,'2017-03-21 12:11:35',''),(54550,1,1,56220,1,1754978907,'2017-03-21 14:42:13',''),(54551,1,1,56221,1,1754978907,'2017-03-21 14:42:15',''),(54552,1,1,56222,1,3571143057,'2017-03-21 14:52:38','https://www.google.co.uk/'),(54553,1,1,56223,48,2637637383,'2017-03-21 15:47:20',''),(54554,1,1,56224,1,3024883486,'2017-03-21 16:19:54',''),(54555,1,1,56225,15,1605455359,'2017-03-21 16:59:12','https://www.google.co.uk/'),(54556,1,1,56226,1,1442994935,'2017-03-21 17:58:34',''),(54557,1,1,56227,1,2382682860,'2017-03-21 18:17:09',''),(54558,1,1,56228,1,2382682860,'2017-03-21 18:17:13',''),(54559,1,1,56229,26,2382682860,'2017-03-21 18:17:16',''),(54560,1,1,56230,26,2382682860,'2017-03-21 18:17:17',''),(54561,1,1,56231,26,2382682860,'2017-03-21 18:17:18',''),(54562,1,1,56232,26,2382682860,'2017-03-21 18:17:19',''),(54563,1,1,56233,26,2382682860,'2017-03-21 18:17:20',''),(54564,1,1,56234,26,2382682860,'2017-03-21 18:17:21',''),(54565,1,1,56235,26,2382682860,'2017-03-21 18:17:22',''),(54566,1,1,56236,26,2382682860,'2017-03-21 18:17:24',''),(54567,1,1,56237,26,2382682860,'2017-03-21 18:17:25',''),(54568,1,1,56238,26,2382682860,'2017-03-21 18:17:26',''),(54569,1,1,56239,18,2382682860,'2017-03-21 18:17:27',''),(54570,1,1,56240,6,2382682860,'2017-03-21 18:17:29',''),(54571,1,1,56241,43,2382682860,'2017-03-21 18:17:30',''),(54572,1,1,56242,26,2382682860,'2017-03-21 18:17:32',''),(54573,1,1,56243,1,2382682860,'2017-03-21 18:17:33',''),(54574,1,1,56244,1,1123631167,'2017-03-21 19:52:54',''),(54575,1,1,56245,16,3024883469,'2017-03-21 19:55:19',''),(54576,1,1,56246,1,1152705959,'2017-03-21 21:16:01',''),(54577,1,1,56247,1,1377604530,'2017-03-21 23:40:33','http://www.google.co.uk/'),(54578,1,1,56248,70,3024883489,'2017-03-22 00:36:00',''),(54579,1,1,56249,1,1247141107,'2017-03-22 05:10:53',''),(54580,1,1,56250,1,1368384012,'2017-03-22 07:39:48','https://www.google.co.uk/'),(54581,1,1,56251,56,1377285469,'2017-03-22 09:31:12','https://www.google.co.uk/'),(54582,1,1,56252,1,1542483317,'2017-03-22 09:43:20',''),(54583,1,1,56253,3,1053974832,'2017-03-22 09:55:05',''),(54584,1,1,56254,16,3259224280,'2017-03-22 11:38:25',''),(54585,1,1,56255,16,3259224280,'2017-03-22 11:38:30',''),(54586,1,1,56256,1,3259224280,'2017-03-22 11:38:33',''),(54587,1,1,56257,16,3259224280,'2017-03-22 11:38:36',''),(54588,1,1,56258,1,1384442764,'2017-03-22 12:43:46','https://www.google.co.uk/'),(54589,1,1,56259,48,1443174129,'2017-03-22 15:06:40','https://www.google.co.uk/'),(54590,1,1,56260,66,3273031620,'2017-03-22 16:00:21',''),(54591,1,1,56261,53,3024883461,'2017-03-22 16:31:31',''),(54592,1,1,56262,1,88249496,'2017-03-22 18:07:15',''),(54593,1,1,56263,23,1123631211,'2017-03-22 20:12:32',''),(54594,1,1,56264,30,1123631215,'2017-03-22 20:29:11',''),(54595,1,1,56265,1,878321941,'2017-03-22 21:00:41',''),(54596,1,1,56247,1,1377604530,'2017-03-22 21:01:36','http://www.google.co.uk/'),(54597,1,1,56266,26,2637637621,'2017-03-22 21:45:13',''),(54598,1,1,56267,1,1123631167,'2017-03-22 23:26:36',''),(54599,1,1,56268,69,676177768,'2017-03-22 23:57:44',''),(54600,1,1,56269,15,2071807784,'2017-03-23 00:09:19',''),(54601,1,1,56270,1,801549290,'2017-03-23 01:51:09',''),(54602,1,1,56271,16,3475901883,'2017-03-23 02:39:23',''),(54603,1,1,56272,23,1123631283,'2017-03-23 02:52:22',''),(54604,1,1,56273,1,1592981015,'2017-03-23 03:57:20','http://pizza-imperia.com/'),(54605,1,1,56274,16,3024883604,'2017-03-23 05:55:01',''),(54606,1,1,56275,26,3475901796,'2017-03-23 06:30:27',''),(54607,1,1,56276,26,1596070012,'2017-03-23 07:27:41',''),(54608,1,1,56277,6,1123631107,'2017-03-23 07:59:36',''),(54609,1,1,56278,1,1434488331,'2017-03-23 09:24:20',''),(54610,1,1,56279,43,1434488331,'2017-03-23 09:24:21',''),(54611,1,1,56280,30,1434488331,'2017-03-23 09:24:23',''),(54612,1,1,56281,43,1434488331,'2017-03-23 09:24:25',''),(54613,1,1,56282,1,1729401925,'2017-03-23 09:35:27',''),(54614,1,1,56283,1,1729401925,'2017-03-23 09:35:37',''),(54615,1,1,56284,43,1729401925,'2017-03-23 09:35:42',''),(54616,1,1,56285,43,1729401925,'2017-03-23 09:35:52',''),(54617,1,1,56286,1,1542483323,'2017-03-23 09:52:43',''),(54618,1,1,56287,1,1757858978,'2017-03-23 10:09:42',''),(54619,1,1,56288,1,1757858978,'2017-03-23 10:09:56',''),(54620,1,1,56289,1,1370067079,'2017-03-23 10:28:45',''),(54621,1,1,56290,43,1370067079,'2017-03-23 10:28:46',''),(54622,1,1,56291,30,1370067079,'2017-03-23 10:28:48',''),(54623,1,1,56292,43,1370067079,'2017-03-23 10:28:49',''),(54624,1,1,56293,1,1370067079,'2017-03-23 10:28:51',''),(54625,1,1,56294,43,1370067079,'2017-03-23 10:28:52',''),(54626,1,1,56295,63,3475901846,'2017-03-23 11:07:12',''),(54627,1,1,56296,56,676177738,'2017-03-23 11:07:16',''),(54628,1,1,56297,50,3475901779,'2017-03-23 11:22:53',''),(54629,1,1,56298,43,3475901849,'2017-03-23 11:25:25',''),(54630,1,1,56299,1,624635760,'2017-03-23 11:32:46',''),(54631,1,1,56300,43,624635760,'2017-03-23 11:32:47',''),(54632,1,1,56301,30,624635760,'2017-03-23 11:32:49',''),(54633,1,1,56302,43,624635760,'2017-03-23 11:32:50',''),(54634,1,1,56303,1,624635760,'2017-03-23 11:32:52',''),(54635,1,1,56304,1,3492536660,'2017-03-23 11:37:31',''),(54636,1,1,56305,43,3475901849,'2017-03-23 11:49:46',''),(54637,1,1,56306,1,3583888804,'2017-03-23 12:03:46',''),(54638,1,1,56307,43,3583888804,'2017-03-23 12:03:47',''),(54639,1,1,56308,30,3583888804,'2017-03-23 12:03:49',''),(54640,1,1,56309,43,3583888804,'2017-03-23 12:03:51',''),(54641,1,1,56310,68,1123631107,'2017-03-23 12:48:39',''),(54642,1,1,56311,27,1832081551,'2017-03-23 14:36:17','https://www.google.pt/'),(54643,1,1,56312,1,916435644,'2017-03-23 16:54:02',''),(54644,1,1,56313,6,916435644,'2017-03-23 16:54:06',''),(54645,1,1,56314,1,916435644,'2017-03-23 16:54:08',''),(54646,1,1,56315,1,916435644,'2017-03-23 16:54:09',''),(54647,1,1,56316,18,916435644,'2017-03-23 16:54:11',''),(54648,1,1,56317,3,916435644,'2017-03-23 16:54:13',''),(54649,1,1,56318,9,916435644,'2017-03-23 16:54:15',''),(54650,1,1,56319,51,916435644,'2017-03-23 16:54:16',''),(54651,1,1,56320,69,916435644,'2017-03-23 16:54:18',''),(54652,1,1,56321,62,916435644,'2017-03-23 16:54:21',''),(54653,1,1,56322,63,916435644,'2017-03-23 16:54:23',''),(54654,1,1,56323,64,916435644,'2017-03-23 16:54:25',''),(54655,1,1,56324,56,916435644,'2017-03-23 16:54:27',''),(54656,1,1,56325,50,916435644,'2017-03-23 16:54:29',''),(54657,1,1,56326,65,916435644,'2017-03-23 16:54:32',''),(54658,1,1,56327,55,916435644,'2017-03-23 16:54:34',''),(54659,1,1,56328,28,916435644,'2017-03-23 16:54:36',''),(54660,1,1,56329,53,916435644,'2017-03-23 16:54:38',''),(54661,1,1,56330,43,916435644,'2017-03-23 16:54:40',''),(54662,1,1,56331,48,916435644,'2017-03-23 16:54:42',''),(54663,1,1,56332,52,916435644,'2017-03-23 16:54:43',''),(54664,1,1,56333,41,916435644,'2017-03-23 16:54:44',''),(54665,1,1,56334,38,916435644,'2017-03-23 16:54:46',''),(54666,1,1,56335,57,916435644,'2017-03-23 16:54:47',''),(54667,1,1,56336,45,916435644,'2017-03-23 16:54:48',''),(54668,1,1,56337,26,916435644,'2017-03-23 16:54:50',''),(54669,1,1,56338,26,916435644,'2017-03-23 16:54:51',''),(54670,1,1,56339,26,916435644,'2017-03-23 16:54:52',''),(54671,1,1,56340,26,916435644,'2017-03-23 16:54:53',''),(54672,1,1,56341,26,916435644,'2017-03-23 16:54:55',''),(54673,1,1,56342,26,916435644,'2017-03-23 16:54:56',''),(54674,1,1,56343,26,916435644,'2017-03-23 16:54:57',''),(54675,1,1,56344,26,916435644,'2017-03-23 16:54:58',''),(54676,1,1,56345,26,916435644,'2017-03-23 16:55:00',''),(54677,1,1,56346,26,916435644,'2017-03-23 16:55:01',''),(54678,1,1,56347,1,1369302029,'2017-03-23 17:22:56','https://www.google.co.uk/'),(54679,1,1,56348,3,3475901779,'2017-03-23 17:25:50',''),(54680,1,1,56349,1,2499593850,'2017-03-23 18:01:56','https://www.google.co.uk/'),(54681,1,1,56350,1,1145085966,'2017-03-23 19:05:09',''),(54682,1,1,56351,1,1454176680,'2017-03-23 19:13:58','https://www.google.co.uk/'),(54683,1,1,56352,26,676177738,'2017-03-23 19:49:06',''),(54684,1,1,56353,50,3475901779,'2017-03-24 00:01:14',''),(54685,1,1,56354,1,3024883597,'2017-03-24 00:23:41',''),(54686,1,1,56355,1,3024883478,'2017-03-24 00:44:20',''),(54687,1,1,56356,1,1123633947,'2017-03-24 01:41:47',''),(54688,1,1,56357,1,3231158610,'2017-03-24 05:33:34',''),(54689,1,1,56358,1,3231158610,'2017-03-24 05:33:38',''),(54690,1,1,56359,1,3231158610,'2017-03-24 05:33:41',''),(54691,1,1,56360,1,3231158610,'2017-03-24 05:33:44',''),(54692,1,1,56361,1,3231158610,'2017-03-24 05:33:47',''),(54693,1,1,56362,1,3231158610,'2017-03-24 05:33:50',''),(54694,1,1,56363,1,3231158610,'2017-03-24 05:33:54',''),(54695,1,1,56364,1,3231158610,'2017-03-24 05:33:57',''),(54696,1,1,56365,1,87915131,'2017-03-24 09:06:04','http://www.bing.com/search?q=part+worn+tyres+in+accrington&src=IE-TopResult&conversationid=&adlt=strict&first=11&FORM=PERE'),(54697,1,1,56366,62,3273031620,'2017-03-24 09:28:00',''),(54698,1,1,56367,1,1542483278,'2017-03-24 09:39:59',''),(54699,1,1,56368,1,1694526914,'2017-03-24 09:51:44',''),(54700,1,1,56369,90,1694526914,'2017-03-24 09:51:48',''),(54701,1,1,56370,1,1694526914,'2017-03-24 09:51:52',''),(54702,1,1,56371,15,1694526914,'2017-03-24 09:51:54',''),(54703,1,1,56372,1,3223591687,'2017-03-24 10:15:08','http://pizza-tycoon.com/'),(54704,1,1,56373,1,3253775402,'2017-03-24 10:28:00','https://www.google.co.uk/'),(54705,1,1,56374,1,1123633947,'2017-03-24 10:35:35',''),(54706,1,1,56375,57,3024883466,'2017-03-24 10:42:33',''),(54707,1,1,56376,29,2953408070,'2017-03-24 12:44:23',''),(54708,1,1,56377,68,1123631567,'2017-03-24 16:20:32',''),(54709,1,1,56378,49,3475901703,'2017-03-24 16:34:37',''),(54710,1,1,56379,1,3024883486,'2017-03-24 17:12:27',''),(54711,1,1,56380,16,3475901888,'2017-03-24 17:44:41',''),(54712,1,1,56381,16,3475901703,'2017-03-24 19:18:36',''),(54713,1,1,56382,27,2637637412,'2017-03-24 19:35:58',''),(54714,1,1,56383,54,2760155457,'2017-03-24 19:46:14',''),(54715,1,1,56384,30,1123631571,'2017-03-24 19:50:09',''),(54716,1,1,56385,47,3475901888,'2017-03-24 20:37:24',''),(54717,1,1,56386,26,3475901703,'2017-03-24 20:39:30',''),(54718,1,1,56387,1,3169892379,'2017-03-24 20:51:00','https://www.google.com'),(54719,1,1,56388,74,3024883618,'2017-03-24 22:33:50',''),(54720,1,1,56389,1,1911618204,'2017-03-24 23:36:27',''),(54721,1,1,56390,72,872366410,'2017-03-25 01:03:26',''),(54722,1,1,56391,1,3024883489,'2017-03-25 01:16:33',''),(54723,1,1,56392,15,3702877280,'2017-03-25 04:24:59',''),(54724,1,1,56393,1,1054099923,'2017-03-25 04:43:26',''),(54725,1,1,56394,1,1054099923,'2017-03-25 04:43:35',''),(54726,1,1,56395,19,1123633650,'2017-03-25 06:51:41',''),(54727,1,1,56396,1,1123633647,'2017-03-25 08:28:19',''),(54728,1,1,56397,67,2917834746,'2017-03-25 08:44:25',''),(54729,1,1,56398,19,1123633650,'2017-03-25 09:29:22',''),(54730,1,1,56399,1,1542483309,'2017-03-25 09:36:09',''),(54731,1,1,56400,56,3475901703,'2017-03-25 09:43:20',''),(54732,1,1,56401,1,842965317,'2017-03-25 10:35:20',''),(54733,1,1,56402,15,842965317,'2017-03-25 10:35:22',''),(54734,1,1,56403,91,842965317,'2017-03-25 10:35:24',''),(54735,1,1,56404,15,842965317,'2017-03-25 10:35:28',''),(54736,1,1,56405,1,1442910168,'2017-03-25 10:39:44','https://www.google.co.uk/'),(54737,1,1,56406,1,842965131,'2017-03-25 11:08:09',''),(54738,1,1,56407,92,842965131,'2017-03-25 11:08:11',''),(54739,1,1,56408,1,842965131,'2017-03-25 11:08:14',''),(54740,1,1,56409,15,842965131,'2017-03-25 11:08:15',''),(54741,1,1,56410,15,842965131,'2017-03-25 11:08:20',''),(54742,1,1,56411,1,3590043242,'2017-03-25 11:19:10',''),(54743,1,1,56412,15,3590043242,'2017-03-25 11:19:11',''),(54744,1,1,56413,93,3590043242,'2017-03-25 11:19:12',''),(54745,1,1,56414,15,3590043242,'2017-03-25 11:19:14',''),(54746,1,1,56415,1,3590043242,'2017-03-25 11:19:15',''),(54747,1,1,56416,15,3590043242,'2017-03-25 11:19:17',''),(54748,1,1,56417,1,624635760,'2017-03-25 11:26:12',''),(54749,1,1,56418,15,624635760,'2017-03-25 11:26:14',''),(54750,1,1,56419,94,624635760,'2017-03-25 11:26:15',''),(54751,1,1,56420,15,624635760,'2017-03-25 11:26:16',''),(54752,1,1,56421,19,1123633653,'2017-03-25 11:31:21',''),(54753,1,1,56422,1,1694526914,'2017-03-25 11:36:09',''),(54754,1,1,56423,95,1694526914,'2017-03-25 11:36:13',''),(54755,1,1,56424,1,1694526914,'2017-03-25 11:36:17',''),(54756,1,1,56425,15,1694526914,'2017-03-25 11:36:19',''),(54757,1,1,56426,1,3056763957,'2017-03-25 11:46:38',''),(54758,1,1,56427,96,3056763957,'2017-03-25 11:46:41',''),(54759,1,1,56428,1,3056763957,'2017-03-25 11:46:45',''),(54760,1,1,56429,15,3056763957,'2017-03-25 11:46:48',''),(54761,1,1,56430,15,3056763957,'2017-03-25 11:46:56',''),(54762,1,1,56431,15,3056763957,'2017-03-25 11:46:58',''),(54763,1,1,56432,1,3590043249,'2017-03-25 11:50:07',''),(54764,1,1,56433,15,3590043249,'2017-03-25 11:50:08',''),(54765,1,1,56434,97,3590043249,'2017-03-25 11:50:09',''),(54766,1,1,56435,15,3590043249,'2017-03-25 11:50:10',''),(54767,1,1,56436,1,3590043249,'2017-03-25 11:50:12',''),(54768,1,1,56437,15,3590043249,'2017-03-25 11:50:13',''),(54769,1,1,56438,1,35165439,'2017-03-25 12:12:14','https://www.bing.com/'),(54770,1,1,56439,56,2637637496,'2017-03-25 15:10:33',''),(54771,1,1,56440,43,2637637390,'2017-03-25 15:10:37',''),(54772,1,1,56441,43,2637637390,'2017-03-25 15:10:39',''),(54773,1,1,56442,63,2637637412,'2017-03-25 15:10:54',''),(54774,1,1,56443,15,3475901757,'2017-03-25 15:11:34',''),(54775,1,1,56444,6,3475901757,'2017-03-25 15:11:36',''),(54776,1,1,56445,1,3475901757,'2017-03-25 15:11:37',''),(54777,1,1,56446,1,1123631211,'2017-03-25 17:41:02',''),(54778,1,1,56447,38,2637637390,'2017-03-25 17:41:05',''),(54779,1,1,56448,1,597830201,'2017-03-25 18:04:55',''),(54780,1,1,56449,1,2366158595,'2017-03-25 22:15:35',''),(54781,1,1,56450,1,2996488225,'2017-03-25 22:15:39',''),(54782,1,1,56451,64,1053976351,'2017-03-25 23:46:30',''),(54783,1,1,56452,3,1123631219,'2017-03-26 00:39:46',''),(54784,1,1,56453,1,1812732769,'2017-03-26 02:55:05',''),(54785,1,1,56454,1,3479603870,'2017-03-26 03:15:34',''),(54786,1,1,56455,44,3024883469,'2017-03-26 03:25:27',''),(54787,1,1,56456,68,1123631219,'2017-03-26 03:28:46',''),(54788,1,1,56457,1,3475901869,'2017-03-26 07:24:06',''),(54789,1,1,56458,56,1123631211,'2017-03-26 09:26:46',''),(54790,1,1,56459,51,1123631215,'2017-03-26 09:47:27',''),(54791,1,1,56460,1,1542483325,'2017-03-26 09:49:56',''),(54792,1,1,56461,44,2366158595,'2017-03-26 10:28:29',''),(54793,1,1,56462,51,1123631211,'2017-03-26 10:43:37',''),(54794,1,1,56463,1,1213150940,'2017-03-26 11:17:06',''),(54795,1,1,56464,6,1213150940,'2017-03-26 11:17:10',''),(54796,1,1,56465,64,1213150940,'2017-03-26 11:17:11',''),(54797,1,1,56466,6,1213150940,'2017-03-26 11:17:13',''),(54798,1,1,56467,65,1213150940,'2017-03-26 11:17:15',''),(54799,1,1,56468,69,1213150940,'2017-03-26 11:17:17',''),(54800,1,1,56469,63,1213150940,'2017-03-26 11:17:19',''),(54801,1,1,56470,18,1213150940,'2017-03-26 11:17:20',''),(54802,1,1,56471,51,1213150940,'2017-03-26 11:17:22',''),(54803,1,1,56472,1,1213150940,'2017-03-26 11:17:24',''),(54804,1,1,56473,28,1213150940,'2017-03-26 11:17:26',''),(54805,1,1,56474,52,1213150940,'2017-03-26 11:17:28',''),(54806,1,1,56475,1,1213150940,'2017-03-26 11:17:31',''),(54807,1,1,56476,51,1213150940,'2017-03-26 11:17:32',''),(54808,1,1,56477,1,1213150940,'2017-03-26 11:17:34',''),(54809,1,1,56478,1,1213150940,'2017-03-26 11:17:35',''),(54810,1,1,56479,1,1213150940,'2017-03-26 11:17:37',''),(54811,1,1,56480,6,1466095929,'2017-03-26 12:59:34',''),(54812,1,1,56481,9,1466095929,'2017-03-26 12:59:36',''),(54813,1,1,56482,43,1466095929,'2017-03-26 12:59:39',''),(54814,1,1,56483,45,1466095929,'2017-03-26 12:59:42',''),(54815,1,1,56484,57,1466095929,'2017-03-26 12:59:45',''),(54816,1,1,56485,9,1123631215,'2017-03-26 13:18:14',''),(54817,1,1,56486,1,3590043686,'2017-03-26 16:17:27',''),(54818,1,1,56487,1,3590043686,'2017-03-26 16:17:30',''),(54819,1,1,56488,1,3590043686,'2017-03-26 16:17:33',''),(54820,1,1,56489,1,3590043686,'2017-03-26 16:17:35',''),(54821,1,1,56490,1,3590043686,'2017-03-26 16:17:38',''),(54822,1,1,56491,1,3590043686,'2017-03-26 16:17:41',''),(54823,1,1,56492,1,3590043686,'2017-03-26 16:17:48',''),(54824,1,1,56493,43,96260904,'2017-03-26 17:01:38',''),(54825,1,1,56494,75,2637637390,'2017-03-26 17:31:19',''),(54826,1,1,56495,21,1123631211,'2017-03-26 17:41:17',''),(54827,1,1,56496,26,2637637390,'2017-03-26 17:49:09',''),(54828,1,1,56497,1,84504390,'2017-03-26 18:11:18',''),(54829,1,1,56498,26,3475901731,'2017-03-26 19:43:43',''),(54830,1,1,56499,55,1123638729,'2017-03-26 19:48:49','http://www.google.com/search'),(54831,1,1,56500,1,1123631219,'2017-03-26 21:53:59',''),(54832,1,1,56501,1,294605335,'2017-03-26 22:04:08',''),(54833,1,1,56502,44,96260905,'2017-03-27 00:01:31',''),(54834,1,1,56503,1,2953384145,'2017-03-27 01:20:58',''),(54835,1,1,56504,1,2071807843,'2017-03-27 01:56:34',''),(54836,1,1,56505,49,3475901850,'2017-03-27 02:47:42',''),(54837,1,1,56506,1,2366148121,'2017-03-27 03:26:13',''),(54838,1,1,56507,1,2366148121,'2017-03-27 03:26:16',''),(54839,1,1,56508,1,1757805381,'2017-03-27 03:36:35',''),(54840,1,1,56509,1,1757805381,'2017-03-27 03:36:37',''),(54841,1,1,56510,1,1757805381,'2017-03-27 03:36:38',''),(54842,1,1,56511,26,2637637567,'2017-03-27 03:38:39',''),(54843,1,1,56512,1,1053959506,'2017-03-27 04:17:32','http://hvd-store.com/'),(54844,1,1,56513,1,1123631219,'2017-03-27 04:46:29',''),(54845,1,1,56514,56,96260899,'2017-03-27 05:28:08',''),(54846,1,1,56515,31,2745975471,'2017-03-27 06:27:30',''),(54847,1,1,56516,1,1542483302,'2017-03-27 08:17:00',''),(54848,1,1,56517,1,676695033,'2017-03-27 08:42:25',''),(54849,1,1,56518,1,1433614026,'2017-03-27 08:44:57','https://www.google.co.uk/'),(54850,1,1,56519,1,1123631219,'2017-03-27 09:21:37',''),(54851,1,1,56520,1,1757803689,'2017-03-27 10:17:55',''),(54852,1,1,56521,1,1757803689,'2017-03-27 10:17:56',''),(54853,1,1,56522,1,1757803689,'2017-03-27 10:17:57',''),(54854,1,1,56523,1,1757803689,'2017-03-27 10:17:59',''),(54855,1,1,56524,1,1757803689,'2017-03-27 10:18:00',''),(54856,1,1,56525,1,1757803689,'2017-03-27 10:18:01',''),(54857,1,1,56526,1,1757803689,'2017-03-27 10:18:02',''),(54858,1,1,56527,1,1757803689,'2017-03-27 10:18:04',''),(54859,1,1,56528,1,1757803689,'2017-03-27 10:18:05',''),(54860,1,1,56529,1,1757803689,'2017-03-27 10:18:06',''),(54861,1,1,56530,1,1757803689,'2017-03-27 10:18:07',''),(54862,1,1,56531,1,1757803689,'2017-03-27 10:18:09',''),(54863,1,1,56532,1,1757803689,'2017-03-27 10:18:10',''),(54864,1,1,56533,1,1757803689,'2017-03-27 10:18:11',''),(54865,1,1,56534,1,1757803689,'2017-03-27 10:18:13',''),(54866,1,1,56535,1,1754957980,'2017-03-27 10:41:30',''),(54867,1,1,56536,1,1754957980,'2017-03-27 10:41:31',''),(54868,1,1,56537,1,1754957980,'2017-03-27 10:41:33',''),(54869,1,1,56538,1,1754957980,'2017-03-27 10:41:34',''),(54870,1,1,56539,1,1754957980,'2017-03-27 10:41:35',''),(54871,1,1,56540,1,1754957980,'2017-03-27 10:41:36',''),(54872,1,1,56541,1,1754957980,'2017-03-27 10:41:37',''),(54873,1,1,56542,1,1754957980,'2017-03-27 10:41:39',''),(54874,1,1,56543,1,1754957980,'2017-03-27 10:41:40',''),(54875,1,1,56544,1,1757759155,'2017-03-27 10:52:42',''),(54876,1,1,56545,1,3339975108,'2017-03-27 11:01:03',''),(54877,1,1,56546,1,3276816472,'2017-03-27 11:01:04',''),(54878,1,1,56547,1,3339975108,'2017-03-27 11:01:04',''),(54879,1,1,56548,1,3276816472,'2017-03-27 11:01:28',''),(54880,1,1,56549,6,3339975108,'2017-03-27 11:04:03',''),(54881,1,1,56550,1,1754961626,'2017-03-27 11:07:33',''),(54882,1,1,56551,1,1754961626,'2017-03-27 11:07:34',''),(54883,1,1,56552,1,1754961626,'2017-03-27 11:07:36',''),(54884,1,1,56553,1,1754961626,'2017-03-27 11:07:37',''),(54885,1,1,56554,1,1754961626,'2017-03-27 11:07:38',''),(54886,1,1,56555,1,1757818083,'2017-03-27 11:27:39',''),(54887,1,1,56556,1,1757818083,'2017-03-27 11:27:40',''),(54888,1,1,56557,1,1757818083,'2017-03-27 11:27:42',''),(54889,1,1,56558,1,1757818083,'2017-03-27 11:27:43',''),(54890,1,1,56559,1,1757818083,'2017-03-27 11:27:44',''),(54891,1,1,56560,1,1757818083,'2017-03-27 11:27:45',''),(54892,1,1,56561,1,1757818083,'2017-03-27 11:27:46',''),(54893,1,1,56562,1,1757818083,'2017-03-27 11:27:48',''),(54894,1,1,56563,1,1757818083,'2017-03-27 11:27:49',''),(54895,1,1,56564,1,1757818083,'2017-03-27 11:27:50',''),(54896,1,1,56565,1,1757818083,'2017-03-27 11:27:51',''),(54897,1,1,56566,1,1757818083,'2017-03-27 11:27:53',''),(54898,1,1,56567,1,1757818083,'2017-03-27 11:27:54',''),(54899,1,1,56568,1,1757818083,'2017-03-27 11:27:55',''),(54900,1,1,56569,1,1757818083,'2017-03-27 11:27:57',''),(54901,1,1,56570,1,1757818083,'2017-03-27 11:27:58',''),(54902,1,1,56571,1,1757818083,'2017-03-27 11:27:59',''),(54903,1,1,56572,1,1757818083,'2017-03-27 11:28:00',''),(54904,1,1,56573,1,1757818083,'2017-03-27 11:28:02',''),(54905,1,1,56574,1,1757818083,'2017-03-27 11:28:03',''),(54906,1,1,56575,1,1757818083,'2017-03-27 11:28:04',''),(54907,1,1,56576,1,1757818083,'2017-03-27 11:28:05',''),(54908,1,1,56577,1,1757818083,'2017-03-27 11:28:06',''),(54909,1,1,56578,1,1757818083,'2017-03-27 11:28:08',''),(54910,1,1,56579,1,1757818083,'2017-03-27 11:28:09',''),(54911,1,1,56580,1,1757818083,'2017-03-27 11:28:10',''),(54912,1,1,56581,1,1089906130,'2017-03-27 12:45:28','http://whois.domaintools.com/mstyresblackburn.co.uk'),(54913,1,1,56582,64,3024883605,'2017-03-27 13:49:16',''),(54914,1,1,56583,1,1342495777,'2017-03-27 15:38:07','https://www.google.co.uk/'),(54915,1,1,56584,55,3273031564,'2017-03-27 15:55:16',''),(54916,1,1,56585,3,1123631211,'2017-03-27 16:02:23',''),(54917,1,1,56586,1,39992443,'2017-03-27 16:26:21','https://www.google.co.uk/'),(54918,1,1,56587,1,1041806726,'2017-03-27 16:27:10',''),(54919,1,1,56588,1,1152705959,'2017-03-27 17:20:10',''),(54920,1,1,56591,1,3024883466,'2017-03-27 20:05:03',''),(54921,1,1,56592,19,1123631279,'2017-03-27 20:22:04',''),(54922,1,1,56593,71,676177667,'2017-03-27 21:34:09',''),(54923,1,1,56594,44,2366158595,'2017-03-27 22:30:06',''),(54924,1,1,56595,1,3024883467,'2017-03-28 01:41:12',''),(54925,1,1,56596,56,676177667,'2017-03-28 02:44:29',''),(54926,1,1,56597,54,3024883590,'2017-03-28 05:09:17',''),(54927,1,1,56598,59,2745975389,'2017-03-28 06:17:03',''),(54928,1,1,56599,68,1567422219,'2017-03-28 07:30:52','https://www.google.pt/'),(54929,1,1,56600,1,1542483321,'2017-03-28 08:28:33',''),(54930,1,1,56601,6,1123631211,'2017-03-28 08:35:59',''),(54931,1,1,56602,1,3337643262,'2017-03-28 09:47:23',''),(54932,1,1,56603,52,521725911,'2017-03-28 10:30:10',''),(54933,1,1,56604,52,521725911,'2017-03-28 10:30:12',''),(54934,1,1,56605,1,521725911,'2017-03-28 10:30:13',''),(54935,1,1,56606,52,521725911,'2017-03-28 10:30:14',''),(54936,1,1,56607,75,3112034311,'2017-03-28 10:32:20','https://www.google.it/'),(54937,1,1,56608,1,1159644858,'2017-03-28 14:05:29',''),(54938,1,1,56609,26,1159644858,'2017-03-28 14:05:32',''),(54939,1,1,56610,3,1159644858,'2017-03-28 14:05:38',''),(54940,1,1,56611,71,1159644858,'2017-03-28 14:05:42',''),(54941,1,1,56612,68,1123631215,'2017-03-28 14:40:32',''),(54942,1,1,56613,68,1123631215,'2017-03-28 17:18:44',''),(54943,1,1,56614,68,1123631858,'2017-03-28 18:41:36',''),(54944,1,1,56615,68,1123631854,'2017-03-28 20:04:50',''),(54945,1,1,56616,43,872366361,'2017-03-28 21:09:28',''),(54946,1,1,56617,15,2760155461,'2017-03-28 21:34:52',''),(54947,1,1,56618,1,1482920166,'2017-03-28 22:49:12',''),(54948,1,1,56619,38,3024883593,'2017-03-29 00:02:47',''),(54949,1,1,56620,1,3024883599,'2017-03-29 01:21:00',''),(54950,1,1,56621,64,3273031619,'2017-03-29 02:12:49',''),(54951,1,1,56622,1,1123631850,'2017-03-29 06:07:55',''),(54952,1,1,56623,65,1758432955,'2017-03-29 07:21:13',''),(54953,1,1,56624,1,1758432955,'2017-03-29 07:21:15',''),(54954,1,1,56625,65,1758432955,'2017-03-29 07:21:17',''),(54955,1,1,56626,1,1542483323,'2017-03-29 08:35:57',''),(54956,1,1,56627,1,1040664162,'2017-03-29 08:38:55','http://www.bing.com/search?q=ms+tyres+blackburn&src=IE-TopResult&FORM=IE11TR&conversationid='),(54957,1,1,56628,52,2760155414,'2017-03-29 09:51:30',''),(54958,1,1,56629,63,3273031620,'2017-03-29 10:07:09',''),(54959,1,1,56630,1,1123631858,'2017-03-29 10:28:44',''),(54960,1,1,56631,1,630291332,'2017-03-29 10:50:11','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1375.HXQ_10Pn1vBaqZGjMin0myKNx5_dl9ncbNnHfaValED-MAIe1Yd02iDcp5sTnnKa.7fde37d49f0e6e15a632f1feb9d40dc5d5921668&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0Y'),(54961,1,1,56632,1,1123631854,'2017-03-29 11:50:02',''),(54962,1,1,56633,1,84515914,'2017-03-29 12:54:44',''),(54963,1,1,56634,43,96260885,'2017-03-29 12:59:49',''),(54964,1,1,56635,6,2637637490,'2017-03-29 13:25:28',''),(54965,1,1,56636,1,3024883473,'2017-03-29 14:00:06',''),(54966,1,1,56637,45,676177667,'2017-03-29 16:03:00',''),(54967,1,1,56638,1,1442912364,'2017-03-29 19:37:11','https://www.google.co.uk/'),(54968,1,1,56639,15,1123631167,'2017-03-29 19:51:22',''),(54969,1,1,56640,1,1123631110,'2017-03-29 19:51:24',''),(54970,1,1,56641,45,2637637494,'2017-03-29 19:54:53',''),(54971,1,1,56642,1,1425546614,'2017-03-29 20:04:40',''),(54972,1,1,56643,1,1425546614,'2017-03-29 20:04:44',''),(54973,1,1,56644,1,1425546614,'2017-03-29 20:04:49',''),(54974,1,1,56645,1,1425546614,'2017-03-29 20:04:52',''),(54975,1,1,56646,1,1425546614,'2017-03-29 20:04:55',''),(54976,1,1,56647,1,1425546614,'2017-03-29 20:04:59',''),(54977,1,1,56648,1,1425546614,'2017-03-29 20:05:09',''),(54978,1,1,56649,1,1425546614,'2017-03-29 20:05:13',''),(54979,1,1,56650,1,1213150940,'2017-03-29 20:21:42',''),(54980,1,1,56651,64,1213150940,'2017-03-29 20:21:43',''),(54981,1,1,56652,1,1213150940,'2017-03-29 20:21:46',''),(54982,1,1,56653,6,1213150940,'2017-03-29 20:21:49',''),(54983,1,1,56654,6,1213150940,'2017-03-29 20:21:50',''),(54984,1,1,56655,65,1213150940,'2017-03-29 20:21:52',''),(54985,1,1,56656,69,1213150940,'2017-03-29 20:21:54',''),(54986,1,1,56657,63,1213150940,'2017-03-29 20:21:55',''),(54987,1,1,56658,18,1213150940,'2017-03-29 20:21:58',''),(54988,1,1,56659,1,1213150940,'2017-03-29 20:22:00',''),(54989,1,1,56660,28,1213150940,'2017-03-29 20:22:02',''),(54990,1,1,56661,52,1213150940,'2017-03-29 20:22:03',''),(54991,1,1,56662,1,1213150940,'2017-03-29 20:22:07',''),(54992,1,1,56663,51,1213150940,'2017-03-29 20:22:08',''),(54993,1,1,56664,1,1213150940,'2017-03-29 20:22:10',''),(54994,1,1,56665,1,1213150940,'2017-03-29 20:22:12',''),(54995,1,1,56666,1,1213150940,'2017-03-29 20:22:13',''),(54996,1,1,56667,15,1123631167,'2017-03-29 21:27:58',''),(54997,1,1,56668,69,2637637435,'2017-03-30 00:11:03',''),(54998,1,1,56669,1,1454004134,'2017-03-30 04:45:27',''),(54999,1,1,56670,70,1123631858,'2017-03-30 04:57:19',''),(55000,1,1,56671,1,3098067016,'2017-03-30 06:44:13',''),(55001,1,1,56672,56,3098067016,'2017-03-30 06:44:15',''),(55002,1,1,56673,98,3098067016,'2017-03-30 06:44:17',''),(55003,1,1,56674,56,3098067016,'2017-03-30 06:44:21',''),(55004,1,1,56675,1,3098067016,'2017-03-30 06:44:23',''),(55005,1,1,56676,1,1032306281,'2017-03-30 07:17:54','http://www.baidu.com/s?wd=Mstyresblackburn'),(55006,1,1,56677,1,1032306398,'2017-03-30 07:17:54','http://m.baidu.com/s?wd=Mstyresblackburn'),(55007,1,1,56678,1,1434488378,'2017-03-30 07:35:35',''),(55008,1,1,56679,56,1434488378,'2017-03-30 07:35:37',''),(55009,1,1,56680,99,1434488378,'2017-03-30 07:35:38',''),(55010,1,1,56681,56,1434488378,'2017-03-30 07:35:41',''),(55011,1,1,56682,1,1434488378,'2017-03-30 07:35:42',''),(55012,1,1,56683,6,3024883482,'2017-03-30 08:21:21',''),(55013,1,1,56684,1,1542483281,'2017-03-30 08:22:37',''),(55014,1,1,56685,1,1393750154,'2017-03-30 08:51:31',''),(55015,1,1,56686,56,1393750154,'2017-03-30 08:51:33',''),(55016,1,1,56687,100,1393750154,'2017-03-30 08:51:35',''),(55017,1,1,56688,56,1393750154,'2017-03-30 08:51:45',''),(55018,1,1,56689,63,96260904,'2017-03-30 09:51:15',''),(55019,1,1,56690,1,1053997316,'2017-03-30 10:17:13',''),(55020,1,1,56691,56,1053997316,'2017-03-30 10:17:14',''),(55021,1,1,56692,101,1053997316,'2017-03-30 10:17:15',''),(55022,1,1,56693,56,1053997316,'2017-03-30 10:17:17',''),(55023,1,1,56694,1,1053997316,'2017-03-30 10:17:19',''),(55024,1,1,56695,56,1053997316,'2017-03-30 10:17:20',''),(55025,1,1,56583,1,1342495777,'2017-03-30 11:50:15','https://www.google.co.uk/'),(55026,1,1,56696,62,876187557,'2017-03-30 12:22:33',''),(55027,1,1,56697,1,917399664,'2017-03-30 12:51:21',''),(55028,1,1,56698,70,3475901773,'2017-03-30 12:53:56',''),(55029,1,1,56699,64,3475901775,'2017-03-30 13:00:05',''),(55030,1,1,56700,43,2745975355,'2017-03-30 13:13:37',''),(55031,1,1,56701,57,96260883,'2017-03-30 13:38:57',''),(55032,1,1,56702,6,3475901763,'2017-03-30 14:18:54',''),(55033,1,1,56703,1,1123631854,'2017-03-30 14:19:07',''),(55034,1,1,56704,44,96260888,'2017-03-30 14:35:08',''),(55035,1,1,56705,62,1123631110,'2017-03-30 15:55:48',''),(55036,1,1,56706,1,1123631167,'2017-03-30 16:12:28',''),(55037,1,1,56707,1,1442374564,'2017-03-30 17:45:28','http://hundejo.com/'),(55038,1,1,56708,56,3475901841,'2017-03-30 17:48:06',''),(55039,1,1,56709,43,676177692,'2017-03-30 17:50:29',''),(55040,1,1,56710,43,676177692,'2017-03-30 17:50:30',''),(55041,1,1,56711,63,3475901774,'2017-03-30 17:50:47',''),(55042,1,1,56712,56,3475901841,'2017-03-30 17:51:01',''),(55043,1,1,56713,27,96260901,'2017-03-30 18:08:30',''),(55044,1,1,56714,73,3475901841,'2017-03-30 19:05:17',''),(55045,1,1,56715,6,392054014,'2017-03-30 19:20:45',''),(55046,1,1,56716,1,3492536660,'2017-03-30 19:29:53',''),(55047,1,1,56717,1,3492536660,'2017-03-30 19:29:55',''),(55048,1,1,56718,1,3492536660,'2017-03-30 19:29:57',''),(55049,1,1,56719,1,3492536660,'2017-03-30 19:29:59',''),(55050,1,1,56720,1,3492536660,'2017-03-30 19:30:02',''),(55051,1,1,56721,1,3492536660,'2017-03-30 19:30:04',''),(55052,1,1,56722,1,3492536660,'2017-03-30 19:30:06',''),(55053,1,1,56723,1,3492536660,'2017-03-30 19:30:08',''),(55054,1,1,56724,1,3492536660,'2017-03-30 19:30:09',''),(55055,1,1,56725,1,3492536660,'2017-03-30 19:30:12',''),(55056,1,1,56726,1,3492536660,'2017-03-30 19:30:16',''),(55057,1,1,56727,1,3492536660,'2017-03-30 19:30:18',''),(55058,1,1,56728,1,3492536660,'2017-03-30 19:30:19',''),(55059,1,1,56729,1,3492536660,'2017-03-30 19:30:21',''),(55060,1,1,56730,1,3492536660,'2017-03-30 19:30:23',''),(55061,1,1,56731,1,3492536660,'2017-03-30 19:30:24',''),(55062,1,1,56732,1,3492536660,'2017-03-30 19:30:26',''),(55063,1,1,56733,1,3492536660,'2017-03-30 19:30:28',''),(55064,1,1,56734,1,3492536660,'2017-03-30 19:30:29',''),(55065,1,1,56735,51,3024883617,'2017-03-30 20:08:59',''),(55066,1,1,56736,51,3475901812,'2017-03-30 20:17:19',''),(55067,1,1,56737,73,96260888,'2017-03-31 00:07:28',''),(55068,1,1,56738,1,1123631215,'2017-03-31 00:39:52',''),(55069,1,1,56739,69,2637637473,'2017-03-31 04:56:13',''),(55070,1,1,56740,43,96260885,'2017-03-31 05:06:46',''),(55071,1,1,56741,1,1443192725,'2017-03-31 06:24:05','https://www.bing.com/'),(55072,1,1,56742,70,3475901841,'2017-03-31 06:36:10',''),(55073,1,1,56743,56,96260888,'2017-03-31 08:28:59',''),(55074,1,1,56744,1,1542483308,'2017-03-31 08:33:52',''),(55075,1,1,56745,1,878411451,'2017-03-31 09:59:41',''),(55076,1,1,56746,1,3479603870,'2017-03-31 10:25:50',''),(55077,1,1,56747,1,916540558,'2017-03-31 11:53:38',''),(55078,1,1,56748,20,1123631219,'2017-03-31 13:57:19',''),(55079,1,1,56749,1,676177760,'2017-03-31 14:06:46',''),(55080,1,1,56750,44,2745975069,'2017-03-31 15:00:11',''),(55081,1,1,56751,14,676177737,'2017-03-31 17:30:53',''),(55082,1,1,56752,26,676177760,'2017-03-31 23:42:19',''),(55083,1,1,56753,66,3564901190,'2017-04-01 02:03:36',''),(55084,1,1,56754,1,3564901190,'2017-04-01 02:03:39',''),(55085,1,1,56755,66,3564901190,'2017-04-01 02:03:43',''),(55086,1,1,56756,1,3458839049,'2017-04-01 02:39:17',''),(55087,1,1,56757,69,676177764,'2017-04-01 03:14:32',''),(55088,1,1,56758,1,2366148121,'2017-04-01 07:41:54',''),(55089,1,1,56759,1,2366148121,'2017-04-01 07:41:57',''),(55090,1,1,56760,43,87954722,'2017-04-01 08:05:31',''),(55091,1,1,56761,1,87954722,'2017-04-01 08:05:36',''),(55092,1,1,56762,43,87954722,'2017-04-01 08:05:41',''),(55093,1,1,56763,1,1542483283,'2017-04-01 08:37:22',''),(55094,1,1,56764,26,3475901862,'2017-04-01 08:54:06',''),(55095,1,1,56765,42,3024883598,'2017-04-01 11:43:50',''),(55096,1,1,56766,26,3475901862,'2017-04-01 12:01:19',''),(55097,1,1,56767,1,1388406421,'2017-04-01 13:26:14',''),(55098,1,1,56768,48,3024883605,'2017-04-01 14:14:20',''),(55099,1,1,56769,1,1123631211,'2017-04-01 14:17:04',''),(55100,1,1,56770,26,676177762,'2017-04-01 14:38:23',''),(55101,1,1,56771,26,676177762,'2017-04-01 14:46:40',''),(55102,1,1,56772,26,3475901915,'2017-04-01 14:53:17',''),(55103,1,1,56773,26,3475901915,'2017-04-01 15:01:37',''),(55104,1,1,56774,26,3475901915,'2017-04-01 15:09:50',''),(55105,1,1,56775,26,3475901915,'2017-04-01 15:25:37',''),(55106,1,1,56776,26,3475901915,'2017-04-01 15:33:33',''),(55107,1,1,56777,1,1375799769,'2017-04-01 15:33:51','https://www.google.co.uk/'),(55108,1,1,56778,26,3475901915,'2017-04-01 15:41:35',''),(55109,1,1,56779,26,3475901915,'2017-04-01 15:50:02',''),(55110,1,1,56780,1,794334291,'2017-04-01 16:14:59',''),(55111,1,1,56781,1,794334291,'2017-04-01 16:15:06',''),(55112,1,1,56782,43,794334291,'2017-04-01 16:15:09',''),(55113,1,1,56783,1,3024342971,'2017-04-01 17:31:13',''),(55114,1,1,56784,43,3024342971,'2017-04-01 17:31:16',''),(55115,1,1,56785,30,3024342971,'2017-04-01 17:31:19',''),(55116,1,1,56786,43,3024342971,'2017-04-01 17:31:26',''),(55117,1,1,56787,1,3289373651,'2017-04-01 18:51:23',''),(55118,1,1,56788,43,3289373651,'2017-04-01 18:51:25',''),(55119,1,1,56789,30,3289373651,'2017-04-01 18:51:27',''),(55120,1,1,56790,43,3289373651,'2017-04-01 18:51:30',''),(55121,1,1,56791,1,1393750154,'2017-04-01 19:52:44',''),(55122,1,1,56792,43,1393750154,'2017-04-01 19:52:45',''),(55123,1,1,56793,30,1393750154,'2017-04-01 19:52:47',''),(55124,1,1,56794,43,1393750154,'2017-04-01 19:52:49',''),(55125,1,1,56795,1,3024883606,'2017-04-01 21:49:42',''),(55126,1,1,56796,1,3024883613,'2017-04-01 23:18:00',''),(55127,1,1,56797,1,2731721828,'2017-04-01 23:33:02',''),(55128,1,1,56798,1,2731721828,'2017-04-01 23:33:14',''),(55129,1,1,56799,1,1968049466,'2017-04-01 23:44:42',''),(55130,1,1,56800,1,3423391754,'2017-04-02 01:26:47',''),(55131,1,1,56801,1,3423391754,'2017-04-02 01:26:54',''),(55132,1,1,56802,1,3423391754,'2017-04-02 01:26:58',''),(55133,1,1,56803,1,3423391754,'2017-04-02 01:27:01',''),(55134,1,1,56804,1,3423391754,'2017-04-02 01:27:06',''),(55135,1,1,56805,1,3423391754,'2017-04-02 01:27:11',''),(55136,1,1,56806,1,3423391754,'2017-04-02 01:27:22',''),(55137,1,1,56807,1,3423391754,'2017-04-02 01:27:31',''),(55138,1,1,56808,19,1123631211,'2017-04-02 02:23:16',''),(55139,1,1,56809,1,1123631219,'2017-04-02 04:19:40',''),(55140,1,1,56810,1,1123631215,'2017-04-02 04:26:45',''),(55141,1,1,56811,65,1123631219,'2017-04-02 04:58:00',''),(55142,1,1,56812,63,1123631215,'2017-04-02 05:22:46',''),(55143,1,1,56813,68,1123631211,'2017-04-02 06:32:24',''),(55144,1,1,56816,56,1123631215,'2017-04-02 07:05:35',''),(55145,1,1,56817,1,1152705959,'2017-04-02 07:30:25',''),(55146,1,1,56818,1,1893892701,'2017-04-02 07:40:50',''),(55147,1,1,56819,67,1123631211,'2017-04-02 07:46:44',''),(55148,1,1,56820,63,1123631219,'2017-04-02 07:57:12',''),(55149,1,1,56822,51,1123631215,'2017-04-02 08:08:23',''),(55150,1,1,56827,1,1123631211,'2017-04-02 08:22:08',''),(55151,1,1,56831,41,3475901822,'2017-04-02 08:26:39',''),(55152,1,1,56835,9,1123631219,'2017-04-02 08:29:05',''),(55153,1,1,56843,64,1123631215,'2017-04-02 08:42:33',''),(55154,1,1,56846,1,1542483302,'2017-04-02 08:46:42',''),(55155,1,1,56847,75,1123631215,'2017-04-02 09:25:00',''),(55156,1,1,56848,31,1123631219,'2017-04-02 09:28:33',''),(55157,1,1,56849,68,1123631211,'2017-04-02 09:32:10',''),(55158,1,1,56853,6,1123631211,'2017-04-02 10:04:29',''),(55159,1,1,56854,27,1123631219,'2017-04-02 10:09:10',''),(55160,1,1,56859,1,1570674749,'2017-04-02 10:40:31',''),(55161,1,1,56860,1,100662596,'2017-04-02 10:40:35',''),(55162,1,1,56861,23,1123631215,'2017-04-02 10:41:23',''),(55163,1,1,56864,41,1123631219,'2017-04-02 10:55:42',''),(55164,1,1,56867,15,1123631211,'2017-04-02 11:06:13',''),(55165,1,1,56868,15,1123631219,'2017-04-02 11:27:32',''),(55166,1,1,56870,43,1123631211,'2017-04-02 11:39:23',''),(55167,1,1,56871,16,1123631215,'2017-04-02 11:45:34',''),(55168,1,1,56873,1,856265805,'2017-04-02 12:02:45','http://www.google.co.uk/'),(55169,1,1,56874,1,3024883479,'2017-04-02 12:05:06',''),(55170,1,1,56875,65,1123631219,'2017-04-02 12:11:42',''),(55171,1,1,56878,14,1123631215,'2017-04-02 12:59:36',''),(55172,1,1,56879,43,1123631211,'2017-04-02 13:05:49',''),(55173,1,1,56881,23,1123631215,'2017-04-02 14:39:22',''),(55174,1,1,56882,1,1590000096,'2017-04-02 14:54:30','https://www.google.co.uk/'),(55175,1,1,56883,65,1123631211,'2017-04-02 15:09:53',''),(55176,1,1,56884,15,3024883463,'2017-04-02 15:25:44',''),(55177,1,1,56885,1,88094128,'2017-04-02 15:50:04','http://www.google.co.uk/'),(55178,1,1,56886,1,1123631215,'2017-04-02 16:05:02',''),(55179,1,1,56887,1,3091754524,'2017-04-02 16:16:39',''),(55180,1,1,56888,62,1123631211,'2017-04-02 16:28:24',''),(55181,1,1,56890,65,1123631219,'2017-04-02 16:41:14',''),(55182,1,1,56891,23,1123631211,'2017-04-02 17:43:38',''),(55183,1,1,56892,62,1123631215,'2017-04-02 18:07:02',''),(55184,1,1,56893,26,2637637455,'2017-04-02 18:33:21',''),(55185,1,1,56894,26,3475901760,'2017-04-02 19:02:19',''),(55186,1,1,56895,75,2760155470,'2017-04-02 19:07:50',''),(55187,1,1,56896,1,3024883602,'2017-04-02 19:38:24',''),(55188,1,1,56897,68,1123631219,'2017-04-02 22:44:00',''),(55189,1,1,56898,1,3024883592,'2017-04-03 03:49:40',''),(55190,1,1,56899,19,1123631211,'2017-04-03 06:22:09',''),(55191,1,1,56900,63,3024883590,'2017-04-03 06:22:11',''),(55192,1,1,56901,1,1542483303,'2017-04-03 08:39:12',''),(55193,1,1,56902,55,3475901774,'2017-04-03 09:00:28',''),(55194,1,1,56903,1,1945097353,'2017-04-03 09:10:32',''),(55195,1,1,56904,67,676177714,'2017-04-03 09:53:51',''),(55196,1,1,56905,3,1123631219,'2017-04-03 10:39:03',''),(55197,1,1,56906,16,676177714,'2017-04-03 11:43:10',''),(55198,1,1,56907,48,1377605550,'2017-04-03 11:47:41','https://www.google.co.uk/'),(55199,1,1,56908,26,2637637486,'2017-04-03 12:01:17',''),(55200,1,1,56909,26,676177714,'2017-04-03 12:28:13',''),(55201,1,1,56910,1,1399227990,'2017-04-03 12:57:22',''),(55202,1,1,56911,1,1123631211,'2017-04-03 15:57:03',''),(55203,1,1,56912,26,2366158595,'2017-04-03 17:13:17',''),(55204,1,1,56913,1,875809188,'2017-04-03 17:58:24',''),(55205,1,1,56914,26,2637637617,'2017-04-03 20:35:30',''),(55206,1,1,56915,27,3024883611,'2017-04-03 21:48:51',''),(55207,1,1,56916,56,3273031651,'2017-04-03 22:47:28',''),(55208,1,1,56917,26,2637637621,'2017-04-03 23:03:56',''),(55209,1,1,56918,26,2637637617,'2017-04-03 23:25:39',''),(55210,1,1,56919,1,3479603870,'2017-04-03 23:33:16',''),(55211,1,1,56920,1,2745974970,'2017-04-03 23:37:29',''),(55212,1,1,56921,1,3479603870,'2017-04-03 23:39:28',''),(55213,1,1,56922,1,1123631219,'2017-04-04 02:43:56',''),(55214,1,1,56923,38,2745975479,'2017-04-04 04:21:28',''),(55215,1,1,56924,1,2071807789,'2017-04-04 05:30:48',''),(55216,1,1,56925,1,1542483319,'2017-04-04 08:41:53',''),(55217,1,1,56926,49,2637637617,'2017-04-04 08:49:08',''),(55218,1,1,56927,23,1123631219,'2017-04-04 10:02:44',''),(55219,1,1,56928,18,84503270,'2017-04-04 10:57:33',''),(55220,1,1,56929,6,528764715,'2017-04-04 12:06:27',''),(55221,1,1,56930,1,1893892701,'2017-04-04 12:16:11',''),(55222,1,1,56931,52,1893892701,'2017-04-04 12:16:45',''),(55223,1,1,56932,38,1893892701,'2017-04-04 12:16:46',''),(55224,1,1,56935,41,1893892701,'2017-04-04 12:16:46',''),(55225,1,1,56936,26,1893892701,'2017-04-04 12:16:46',''),(55226,1,1,56933,53,1893892701,'2017-04-04 12:16:46',''),(55227,1,1,56934,48,1893892701,'2017-04-04 12:16:46',''),(55228,1,1,56937,69,1893892701,'2017-04-04 12:16:46',''),(55229,1,1,56938,26,1893892701,'2017-04-04 12:16:47',''),(55230,1,1,56939,65,1893892701,'2017-04-04 12:16:48',''),(55231,1,1,56940,26,1893892701,'2017-04-04 12:16:49',''),(55232,1,1,56942,26,1893892701,'2017-04-04 12:16:49',''),(55233,1,1,56943,64,1893892701,'2017-04-04 12:16:49',''),(55234,1,1,56941,63,1893892701,'2017-04-04 12:16:49',''),(55235,1,1,56947,26,1893892701,'2017-04-04 12:16:52',''),(55236,1,1,56944,26,1893892701,'2017-04-04 12:16:52',''),(55237,1,1,56946,26,1893892701,'2017-04-04 12:16:52',''),(55238,1,1,56945,55,1893892701,'2017-04-04 12:16:52',''),(55239,1,1,56948,62,1893892701,'2017-04-04 12:16:53',''),(55240,1,1,56949,1,2809328531,'2017-04-04 12:28:17',''),(55241,1,1,56950,1,1698987629,'2017-04-04 12:42:33',''),(55242,1,1,56951,1,989312549,'2017-04-04 12:53:27',''),(55243,1,1,56952,1,1699205670,'2017-04-04 13:22:24',''),(55244,1,1,56953,1,2105007739,'2017-04-04 13:26:03',''),(55245,1,1,56954,1,1872926280,'2017-04-04 13:32:40',''),(55246,1,1,56955,1,1696104866,'2017-04-04 13:33:36',''),(55247,1,1,56956,1,1785874342,'2017-04-04 13:41:28',''),(55248,1,1,56957,1,1006730954,'2017-04-04 13:43:49',''),(55249,1,1,56958,1,1698987715,'2017-04-04 13:45:58',''),(55250,1,1,56959,1,1942548444,'2017-04-04 13:55:47',''),(55251,1,1,56960,1,1872923098,'2017-04-04 14:05:13',''),(55252,1,1,56961,1,2045605005,'2017-04-04 14:07:01',''),(55253,1,1,56962,1,2053117364,'2017-04-04 14:12:16',''),(55254,1,1,56963,43,2637637477,'2017-04-04 14:27:02',''),(55255,1,1,56964,23,1123631211,'2017-04-04 14:54:18',''),(55256,1,1,56965,1,1587212101,'2017-04-04 15:06:20',''),(55257,1,1,56966,48,1329598768,'2017-04-04 17:20:37','https://www.google.co.uk/'),(55258,1,1,56967,1,1041806727,'2017-04-04 17:21:47',''),(55259,1,1,56968,23,1123631211,'2017-04-04 18:47:19',''),(55260,1,1,56969,43,3475901932,'2017-04-04 19:23:19',''),(55261,1,1,56970,18,3475901932,'2017-04-04 19:23:20',''),(55262,1,1,56971,43,3475901932,'2017-04-04 19:23:22',''),(55263,1,1,56972,29,3475901932,'2017-04-04 19:23:23',''),(55264,1,1,56973,3,2637637556,'2017-04-04 19:25:16',''),(55265,1,1,56974,1,2637637510,'2017-04-04 19:25:29',''),(55266,1,1,56975,15,2637637510,'2017-04-04 19:25:31',''),(55267,1,1,56976,6,2637637510,'2017-04-04 19:25:32',''),(55268,1,1,56977,19,1123631219,'2017-04-04 20:14:48',''),(55269,1,1,56978,1,3024883600,'2017-04-04 22:15:46',''),(55270,1,1,56979,62,3475901932,'2017-04-04 22:23:34',''),(55271,1,1,56980,62,3475901932,'2017-04-04 23:03:09',''),(55272,1,1,56981,62,3475901932,'2017-04-04 23:21:58',''),(55273,1,1,56982,6,2637637478,'2017-04-04 23:56:29',''),(55274,1,1,56983,56,2637637421,'2017-04-05 00:11:06',''),(55275,1,1,56984,9,2637637421,'2017-04-05 00:11:08',''),(55276,1,1,56985,62,2637637518,'2017-04-05 00:23:53',''),(55277,1,1,56986,62,2637637518,'2017-04-05 00:30:12',''),(55278,1,1,56987,62,2637637518,'2017-04-05 00:36:44',''),(55279,1,1,56988,62,2637637518,'2017-04-05 00:43:49',''),(55280,1,1,56989,62,2637637518,'2017-04-05 00:50:30',''),(55281,1,1,56990,62,2637637518,'2017-04-05 00:57:28',''),(55282,1,1,56991,62,2637637518,'2017-04-05 01:06:18',''),(55283,1,1,56992,62,2637637518,'2017-04-05 01:13:16',''),(55284,1,1,56993,1,1123631215,'2017-04-05 01:20:10',''),(55285,1,1,56994,62,2637637518,'2017-04-05 01:29:10',''),(55286,1,1,56995,62,676177720,'2017-04-05 02:09:52',''),(55287,1,1,56996,45,2760155399,'2017-04-05 03:47:42',''),(55288,1,1,56997,62,676177678,'2017-04-05 05:32:37',''),(55289,1,1,56998,62,676177678,'2017-04-05 05:52:35',''),(55290,1,1,56999,18,3475901798,'2017-04-05 07:53:31',''),(55291,1,1,57000,1,1542483279,'2017-04-05 08:51:33',''),(55292,1,1,57001,1,3242600395,'2017-04-05 09:29:08',''),(55293,1,1,57002,1,3242600395,'2017-04-05 09:29:10',''),(55294,1,1,57003,1,3242600395,'2017-04-05 09:29:14',''),(55295,1,1,57004,1,3242600395,'2017-04-05 09:29:17',''),(55296,1,1,57005,1,3242600395,'2017-04-05 09:29:21',''),(55297,1,1,57006,1,3242600395,'2017-04-05 09:29:24',''),(55298,1,1,57007,1,3242600395,'2017-04-05 09:29:30',''),(55299,1,1,57008,1,3242600395,'2017-04-05 09:29:33',''),(55300,1,1,57009,62,3475901818,'2017-04-05 09:29:42',''),(55301,1,1,57010,62,3475901818,'2017-04-05 09:37:16',''),(55302,1,1,57011,62,3475901818,'2017-04-05 09:44:46',''),(55303,1,1,57012,43,2903033809,'2017-04-05 09:47:59',''),(55304,1,1,57013,1,2903033809,'2017-04-05 09:48:01',''),(55305,1,1,57014,43,2903033809,'2017-04-05 09:48:03',''),(55306,1,1,57015,62,3475901818,'2017-04-05 09:50:21',''),(55307,1,1,57016,62,3475901818,'2017-04-05 09:56:24',''),(55308,1,1,57017,62,3475901818,'2017-04-05 10:04:16',''),(55309,1,1,57018,62,3475901818,'2017-04-05 10:11:45',''),(55310,1,1,57019,62,3475901818,'2017-04-05 10:19:08',''),(55311,1,1,57020,62,3475901818,'2017-04-05 10:25:43',''),(55312,1,1,57021,62,3475901818,'2017-04-05 10:32:58',''),(55313,1,1,57022,62,3475901818,'2017-04-05 10:40:39',''),(55314,1,1,57023,1,1123631219,'2017-04-05 11:37:25',''),(55315,1,1,57024,62,3475901818,'2017-04-05 12:42:57',''),(55316,1,1,57025,71,3024883616,'2017-04-05 12:59:34',''),(55317,1,1,57026,23,1123631215,'2017-04-05 13:02:05',''),(55318,1,1,57027,62,3475901818,'2017-04-05 13:11:49',''),(55319,1,1,57028,54,2637637398,'2017-04-05 13:52:22',''),(55320,1,1,57029,1,86776002,'2017-04-05 14:51:45','http://www.bing.com/search?q=tyres+blackburn&src=IE-TopResult&FORM=IETR02&conversationid='),(55321,1,1,57030,72,3475901828,'2017-04-05 16:31:30',''),(55322,1,1,57031,1,1123633647,'2017-04-05 16:40:35',''),(55323,1,1,57032,27,2745975381,'2017-04-05 17:32:27',''),(55324,1,1,57033,1,1123631563,'2017-04-05 17:51:26',''),(55325,1,1,57034,1,1123631571,'2017-04-05 18:06:44',''),(55326,1,1,57035,43,872366390,'2017-04-05 18:59:31',''),(55327,1,1,57036,48,2996488230,'2017-04-05 19:23:30',''),(55328,1,1,57037,38,100662596,'2017-04-05 19:23:35',''),(55329,1,1,57038,28,2366145577,'2017-04-05 19:23:38',''),(55330,1,1,57039,51,1570674749,'2017-04-05 19:23:42',''),(55331,1,1,57040,41,100662596,'2017-04-05 19:23:46',''),(55332,1,1,57041,43,1489692509,'2017-04-05 20:38:29',''),(55333,1,1,57042,43,1489692509,'2017-04-05 20:38:31',''),(55334,1,1,57043,1,1489692509,'2017-04-05 20:38:33',''),(55335,1,1,57044,43,1489692509,'2017-04-05 20:38:34',''),(55336,1,1,57045,1,1123631567,'2017-04-05 22:38:41',''),(55337,1,1,57046,1,1443266412,'2017-04-06 00:22:24','https://www.google.co.uk/'),(55338,1,1,57047,1,3475901828,'2017-04-06 00:55:20',''),(55339,1,1,57048,16,2637637509,'2017-04-06 02:34:06',''),(55340,1,1,57049,1,3024883464,'2017-04-06 03:33:40',''),(55341,1,1,57050,1,3024883606,'2017-04-06 04:28:38',''),(55342,1,1,57051,42,2366158595,'2017-04-06 06:46:21',''),(55343,1,1,57052,26,3475901828,'2017-04-06 07:28:28',''),(55344,1,1,57053,52,100662564,'2017-04-06 07:30:28',''),(55345,1,1,57054,63,2366148121,'2017-04-06 07:48:20',''),(55346,1,1,57055,1,1542483283,'2017-04-06 08:24:57',''),(55347,1,1,57056,9,2637637509,'2017-04-06 09:54:46',''),(55348,1,1,57057,67,2366158595,'2017-04-06 10:55:49',''),(55349,1,1,57058,43,2637637497,'2017-04-06 11:17:31',''),(55350,1,1,57059,69,2366148121,'2017-04-06 11:51:40',''),(55351,1,1,57060,53,2366148121,'2017-04-06 11:51:44',''),(55352,1,1,57061,64,2366148121,'2017-04-06 11:51:48',''),(55353,1,1,57062,65,2366148121,'2017-04-06 11:51:51',''),(55354,1,1,57063,6,3024883603,'2017-04-06 11:55:09',''),(55355,1,1,57064,1,526415981,'2017-04-06 12:03:54','https://www.google.co.uk/'),(55356,1,1,57065,43,1757752098,'2017-04-06 12:17:28',''),(55357,1,1,57066,1,1757752098,'2017-04-06 12:17:46',''),(55358,1,1,57067,43,1757752098,'2017-04-06 12:18:01',''),(55359,1,1,57068,22,1123633462,'2017-04-06 13:35:44',''),(55360,1,1,57069,1,2708531421,'2017-04-06 15:36:16','http://www.bing.com/search?q=dts+tyres+blackburn&src=IE-TopResult&FORM=IETR02&conversationid='),(55361,1,1,57070,1,3587046732,'2017-04-06 15:43:37','https://www.google.co.uk/'),(55362,1,1,57071,56,3024883602,'2017-04-06 19:21:20',''),(55363,1,1,57072,1,3024883609,'2017-04-06 20:52:01',''),(55364,1,1,57073,1,676695033,'2017-04-06 21:01:12',''),(55365,1,1,57074,19,1123631219,'2017-04-06 22:25:22',''),(55366,1,1,57075,64,3475901787,'2017-04-07 00:29:58',''),(55367,1,1,57076,1,1542483304,'2017-04-07 08:27:21',''),(55368,1,1,57077,55,2745975437,'2017-04-07 08:29:10',''),(55369,1,1,57078,56,2637637515,'2017-04-07 09:41:22',''),(55370,1,1,57079,9,2637637515,'2017-04-07 09:41:24',''),(55371,1,1,57080,43,3475901718,'2017-04-07 09:42:21',''),(55372,1,1,57081,18,3475901718,'2017-04-07 09:42:23',''),(55373,1,1,57082,43,3475901718,'2017-04-07 09:42:25',''),(55374,1,1,57083,29,3475901718,'2017-04-07 09:42:28',''),(55375,1,1,57084,6,1123631215,'2017-04-07 09:59:35',''),(55376,1,1,57085,62,1123631219,'2017-04-07 11:24:49',''),(55377,1,1,57086,53,2745975462,'2017-04-07 11:42:20',''),(55378,1,1,57087,1,1123631219,'2017-04-07 11:58:09',''),(55379,1,1,57088,1,3024883595,'2017-04-07 12:48:36',''),(55380,1,1,57089,1,1838813353,'2017-04-07 14:24:00',''),(55381,1,1,57090,62,1123631219,'2017-04-07 16:11:29',''),(55382,1,1,57091,43,3024883462,'2017-04-07 16:12:23',''),(55383,1,1,57092,43,45866843,'2017-04-07 16:33:56','http://www.bing.com/search?q=ip%3A+109.75.160.9+php%3Fid%3D&qs=n&form=QBLH&sp=-1&pq=ip%3A+109.75.160.9&sc=0-16&sk=&cvid=FEAEDCF071D04EB199F4553446553D23'),(55384,1,1,57093,1,872394009,'2017-04-07 16:55:20',''),(55385,1,1,57094,1,1123631215,'2017-04-07 17:12:49',''),(55386,1,1,57095,16,2366158595,'2017-04-07 18:04:17',''),(55387,1,1,57096,1,3156059436,'2017-04-07 18:07:21','https://www.google.co.uk/'),(55388,1,1,57097,73,2745975007,'2017-04-07 18:16:14',''),(55389,1,1,57098,6,392089085,'2017-04-07 18:58:51',''),(55390,1,1,57099,44,1123631215,'2017-04-07 21:35:24',''),(55391,1,1,57100,66,872366352,'2017-04-08 01:06:03',''),(55392,1,1,57101,75,3024883608,'2017-04-08 02:26:11',''),(55393,1,1,57103,1,1806877648,'2017-04-08 05:03:55',''),(55394,1,1,57102,1,3423455625,'2017-04-08 05:03:55','http://www.bing.com'),(55395,1,1,57104,1,758636621,'2017-04-08 05:08:24',''),(55396,1,1,57105,59,3475901849,'2017-04-08 05:56:05',''),(55397,1,1,57106,1,1542483278,'2017-04-08 08:20:10',''),(55398,1,1,57107,1,1394138361,'2017-04-08 11:13:24',''),(55399,1,1,57108,1,1394138361,'2017-04-08 11:13:25',''),(55400,1,1,57109,1,1394138361,'2017-04-08 11:13:31',''),(55401,1,1,57110,1,2996488225,'2017-04-08 12:07:18',''),(55402,1,1,57111,1,2366148121,'2017-04-08 12:07:22',''),(55403,1,1,57112,41,676177798,'2017-04-08 12:52:18',''),(55404,1,1,57113,56,2745975425,'2017-04-08 13:50:14',''),(55405,1,1,57114,1,1159644850,'2017-04-08 17:06:53',''),(55406,1,1,57115,1,1159644850,'2017-04-08 17:07:01',''),(55407,1,1,57116,1,1159644850,'2017-04-08 17:07:09',''),(55408,1,1,57117,1,1159644850,'2017-04-08 17:07:18',''),(55409,1,1,57118,1,1159644850,'2017-04-08 17:07:25',''),(55410,1,1,57119,1,1159644850,'2017-04-08 17:07:35',''),(55411,1,1,57120,1,1159644850,'2017-04-08 17:07:42',''),(55412,1,1,57121,1,1159644850,'2017-04-08 17:07:54',''),(55413,1,1,57122,1,912170231,'2017-04-08 17:15:30',''),(55414,1,1,57123,1,1123631211,'2017-04-08 19:35:07',''),(55415,1,1,57124,3,2760155398,'2017-04-08 22:18:04',''),(55416,1,1,57125,1,1152705591,'2017-04-08 22:20:33',''),(55417,1,1,57126,15,1452564762,'2017-04-08 22:42:26','http://www.google.co.uk/'),(55418,1,1,57127,71,2745975085,'2017-04-09 02:32:10',''),(55419,1,1,57128,67,3024883609,'2017-04-09 04:15:20',''),(55420,1,1,57129,9,2760155403,'2017-04-09 04:39:08',''),(55421,1,1,57130,3,676177774,'2017-04-09 04:54:42',''),(55422,1,1,57131,1,3479603870,'2017-04-09 05:11:47',''),(55423,1,1,57132,1,3337649553,'2017-04-09 06:56:55',''),(55424,1,1,57133,43,3024883471,'2017-04-09 08:01:19',''),(55425,1,1,57134,74,2637637538,'2017-04-09 08:09:19',''),(55426,1,1,57135,1,1542483299,'2017-04-09 08:18:19',''),(55427,1,1,57136,10,2745975226,'2017-04-09 08:49:19',''),(55428,1,1,57137,1,1384438605,'2017-04-09 10:14:27','https://www.google.co.uk/'),(55429,1,1,57138,1,1123631219,'2017-04-09 17:20:33',''),(55430,1,1,57139,67,3024883489,'2017-04-09 19:18:31',''),(55431,1,1,57140,1,1394587825,'2017-04-09 20:58:17',''),(55432,1,1,57141,1,1394587825,'2017-04-09 20:58:18',''),(55433,1,1,57142,1,1394587825,'2017-04-09 20:58:28',''),(55434,1,1,57143,43,1760473177,'2017-04-09 21:34:15',''),(55435,1,1,57144,1,1760473177,'2017-04-09 21:34:28',''),(55436,1,1,57145,43,1760473177,'2017-04-09 21:34:44',''),(55437,1,1,57146,70,2745975221,'2017-04-10 00:27:49',''),(55438,1,1,57147,41,676177785,'2017-04-10 00:30:27',''),(55439,1,1,57148,1,786803397,'2017-04-10 01:07:26',''),(55440,1,1,57149,1,3024883472,'2017-04-10 03:02:48',''),(55441,1,1,57150,1,1123631211,'2017-04-10 03:23:57',''),(55442,1,1,57151,62,2745975146,'2017-04-10 05:02:38',''),(55443,1,1,57152,1,3285001369,'2017-04-10 05:13:11','https://www.google.co.uk/'),(55444,1,1,57153,43,2194924489,'2017-04-10 05:26:46',''),(55445,1,1,57154,1,2194924489,'2017-04-10 05:26:47',''),(55446,1,1,57155,43,2194924489,'2017-04-10 05:26:49',''),(55447,1,1,57156,1,2366148121,'2017-04-10 07:59:18',''),(55448,1,1,57157,1,1570674749,'2017-04-10 07:59:22',''),(55449,1,1,57158,1,1542483271,'2017-04-10 08:13:58',''),(55450,1,1,57159,31,3024883485,'2017-04-10 09:17:26',''),(55451,1,1,57160,1,886143356,'2017-04-10 09:40:10',''),(55452,1,1,57161,1,1451413046,'2017-04-10 09:52:15','https://www.google.co.uk/'),(55453,1,1,57162,1,2366158595,'2017-04-10 09:54:39',''),(55454,1,1,57163,1,2996488225,'2017-04-10 09:54:42',''),(55455,1,1,57164,47,2760155464,'2017-04-10 10:49:15',''),(55456,1,1,57165,1,1911618204,'2017-04-10 11:49:13',''),(55457,1,1,57166,1,1123631211,'2017-04-10 11:56:56',''),(55458,1,1,57161,1,1451413046,'2017-04-10 12:05:29','https://www.google.co.uk/'),(55459,1,1,57167,1,1123631215,'2017-04-10 13:13:17',''),(55460,1,1,57161,1,1451413046,'2017-04-10 14:10:49','https://www.google.co.uk/'),(55461,1,1,57168,1,3024883473,'2017-04-10 14:21:00',''),(55462,1,1,57169,1,1451413046,'2017-04-10 15:19:34','https://www.google.co.uk/'),(55463,1,1,57169,1,1451413046,'2017-04-10 16:00:48','https://www.google.co.uk/'),(55464,1,1,57170,1,1053990273,'2017-04-10 20:56:47',''),(55465,1,1,57171,1,3024883609,'2017-04-10 22:06:01',''),(55466,1,1,57172,15,2366158595,'2017-04-10 22:56:55',''),(55467,1,1,57173,49,872366427,'2017-04-11 01:52:21',''),(55468,1,1,57174,26,3475901709,'2017-04-11 03:16:07',''),(55469,1,1,57175,69,2760155466,'2017-04-11 04:28:57',''),(55470,1,1,57176,6,2954838202,'2017-04-11 04:43:57',''),(55471,1,1,57177,57,872366394,'2017-04-11 06:12:49',''),(55472,1,1,57178,1,1369277057,'2017-04-11 06:59:12','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwiip9CF6ZvTAhXiD8AKHfRQDEYQFggqMAE&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ'),(55473,1,1,57179,9,2637637435,'2017-04-11 07:16:11',''),(55474,1,1,57180,1,3648139404,'2017-04-11 07:39:38','https://www.google.co.uk/'),(55475,1,1,57181,1,1542483276,'2017-04-11 08:22:32',''),(55476,1,1,57182,1,1380444930,'2017-04-11 09:42:42','https://www.google.co.uk/'),(55477,1,1,57183,6,1123631854,'2017-04-11 09:53:48',''),(55478,1,1,57184,1,3024883617,'2017-04-11 12:46:15',''),(55479,1,1,57185,1,1732787418,'2017-04-11 14:35:51',''),(55480,1,1,57186,6,1732787418,'2017-04-11 14:35:54',''),(55481,1,1,57187,1,1443116301,'2017-04-11 15:37:17','https://www.google.co.uk/'),(55482,1,1,57188,41,3475901803,'2017-04-11 15:41:38',''),(55483,1,1,57189,45,3024883473,'2017-04-11 16:02:35',''),(55484,1,1,57190,1,1486424075,'2017-04-11 17:27:26',''),(55485,1,1,57191,1,1486424075,'2017-04-11 17:27:29',''),(55486,1,1,57192,1,1486424075,'2017-04-11 17:27:32',''),(55487,1,1,57193,1,1486424075,'2017-04-11 17:27:34',''),(55488,1,1,57194,1,1486424075,'2017-04-11 17:27:37',''),(55489,1,1,57195,1,1486424075,'2017-04-11 17:27:40',''),(55490,1,1,57196,1,1486424075,'2017-04-11 17:27:42',''),(55491,1,1,57197,1,1486424075,'2017-04-11 17:27:45',''),(55492,1,1,57198,23,1123631219,'2017-04-11 18:11:44',''),(55493,1,1,57199,1,2637637464,'2017-04-11 19:04:55',''),(55494,1,1,57200,58,872368003,'2017-04-11 20:59:50',''),(55495,1,1,57201,1,244203523,'2017-04-11 22:22:24',''),(55496,1,1,57202,1,244203523,'2017-04-11 22:22:25',''),(55497,1,1,57203,1,3024883480,'2017-04-12 00:58:46',''),(55498,1,1,57204,68,3024883603,'2017-04-12 02:39:12',''),(55499,1,1,57205,1,1123631215,'2017-04-12 03:32:07',''),(55500,1,1,57206,1,3024883464,'2017-04-12 05:14:25',''),(55501,1,1,57207,3,676177741,'2017-04-12 06:18:14',''),(55502,1,1,57208,1,675633342,'2017-04-12 06:28:48',''),(55503,1,1,57209,1,1542483315,'2017-04-12 08:23:20',''),(55504,1,1,57210,1,1523193275,'2017-04-12 12:15:53','https://www.google.co.uk/'),(55505,1,1,57211,3,2637637605,'2017-04-12 13:10:11',''),(55506,1,1,57212,52,3475901824,'2017-04-12 21:37:01',''),(55507,1,1,57213,62,876322568,'2017-04-12 21:56:46',''),(55508,1,1,57214,1,3024883489,'2017-04-12 22:45:37',''),(55509,1,1,57215,43,676177720,'2017-04-12 23:15:22',''),(55510,1,1,57216,1,2928297600,'2017-04-12 23:44:29',''),(55511,1,1,57217,1,2928296466,'2017-04-13 01:19:33',''),(55512,1,1,57218,1,1123632491,'2017-04-13 02:29:33',''),(55513,1,1,57219,41,3024883599,'2017-04-13 06:13:37',''),(55514,1,1,57220,1,1542483307,'2017-04-13 08:27:17',''),(55515,1,1,57221,1,758629767,'2017-04-13 09:02:58',''),(55516,1,1,57222,1,1152705591,'2017-04-13 15:14:48',''),(55517,1,1,57223,1,1443418639,'2017-04-13 19:02:57','http://www.bing.com/search?q=blackburn+tyres&form=MSSEDF&pc=EUPP_MSSE'),(55518,1,1,57224,1,3024883476,'2017-04-13 20:04:11',''),(55519,1,1,57225,6,675633342,'2017-04-13 21:44:45',''),(55520,1,1,57226,52,3024883478,'2017-04-14 00:42:09',''),(55521,1,1,57227,23,1123632495,'2017-04-14 02:41:06',''),(55522,1,1,57228,1,1123632491,'2017-04-14 03:07:28',''),(55523,1,1,57229,28,872366397,'2017-04-14 04:03:14',''),(55524,1,1,57230,68,676177734,'2017-04-14 04:25:46',''),(55525,1,1,57231,1,3479603870,'2017-04-14 04:32:18',''),(55526,1,1,57232,63,1123638731,'2017-04-14 05:11:46','http://www.google.com/search'),(55527,1,1,57233,1,3024883593,'2017-04-14 06:22:11',''),(55528,1,1,57234,1,1542483298,'2017-04-14 08:15:30',''),(55529,1,1,57235,1,1451235973,'2017-04-14 12:01:33','https://www.google.co.uk/'),(55530,1,1,57236,23,1123631215,'2017-04-14 12:55:38',''),(55531,1,1,57237,1,2297645388,'2017-04-14 13:30:33',''),(55532,1,1,57238,1,2297645388,'2017-04-14 13:30:36',''),(55533,1,1,57239,1,2297645388,'2017-04-14 13:30:40',''),(55534,1,1,57240,1,2297645388,'2017-04-14 13:30:43',''),(55535,1,1,57241,1,2297645388,'2017-04-14 13:30:46',''),(55536,1,1,57242,1,2297645388,'2017-04-14 13:30:49',''),(55537,1,1,57243,1,2297645388,'2017-04-14 13:30:52',''),(55538,1,1,57244,1,2297645388,'2017-04-14 13:30:55',''),(55539,1,1,57245,1,676177701,'2017-04-14 13:42:02',''),(55540,1,1,57246,1,3633385918,'2017-04-14 13:42:10','http://whois.domaintools.com/mstyresblackburn.co.uk'),(55541,1,1,57247,1,1123631211,'2017-04-14 14:01:40',''),(55542,1,1,57248,1,917303645,'2017-04-14 14:38:08',''),(55543,1,1,57249,48,1123631215,'2017-04-14 14:49:55',''),(55544,1,1,57250,23,1123631211,'2017-04-14 14:53:19',''),(55545,1,1,57251,1,3024883473,'2017-04-14 15:01:23',''),(55546,1,1,57252,1,1377604530,'2017-04-14 18:37:20','http://www.google.co.uk/'),(55547,1,1,57253,56,2637637471,'2017-04-14 18:37:37',''),(55548,1,1,57254,43,2637637538,'2017-04-15 00:40:32',''),(55549,1,1,57255,1,3475901870,'2017-04-15 00:44:11',''),(55550,1,1,57256,1,1911618204,'2017-04-15 02:12:10',''),(55551,1,1,57257,58,3024883483,'2017-04-15 03:21:51',''),(55552,1,1,57258,57,3564901121,'2017-04-15 07:49:01',''),(55553,1,1,57259,1,3564901121,'2017-04-15 07:49:03',''),(55554,1,1,57260,57,3564901121,'2017-04-15 07:49:05',''),(55555,1,1,57252,1,1377604530,'2017-04-15 08:07:37','http://www.google.co.uk/'),(55556,1,1,57261,1,1542483275,'2017-04-15 08:22:27',''),(55557,1,1,57262,1,1838980503,'2017-04-15 08:23:48','https://www.google.co.uk/'),(55558,1,1,57263,6,1123631219,'2017-04-15 11:33:49',''),(55559,1,1,57264,16,2760155408,'2017-04-15 14:55:27',''),(55560,1,1,57265,1,3024883616,'2017-04-15 15:53:35',''),(55561,1,1,57266,1,3156059184,'2017-04-15 17:45:52',''),(55562,1,1,57267,1,2366158595,'2017-04-15 19:24:52',''),(55563,1,1,57268,1,2366158595,'2017-04-15 19:24:56',''),(55564,1,1,57269,6,758752254,'2017-04-15 19:50:12',''),(55565,1,1,57270,38,2637637531,'2017-04-15 21:31:15',''),(55566,1,1,57271,1,3475901928,'2017-04-15 22:49:11',''),(55567,1,1,57272,1,1123631215,'2017-04-15 23:23:26',''),(55568,1,1,57273,64,2760155483,'2017-04-16 04:09:37',''),(55569,1,1,57274,10,3024883475,'2017-04-16 04:19:24',''),(55570,1,1,57275,1,1123631215,'2017-04-16 04:41:20',''),(55571,1,1,57276,1,2366148121,'2017-04-16 06:17:40',''),(55572,1,1,57277,1,2996488225,'2017-04-16 06:17:42',''),(55573,1,1,57278,1,1542483295,'2017-04-16 08:32:29',''),(55574,1,1,57279,1,1123631211,'2017-04-16 08:39:55',''),(55575,1,1,57280,43,1123631219,'2017-04-16 09:48:47',''),(55576,1,1,57266,1,3156059184,'2017-04-16 10:24:28',''),(55577,1,1,57281,43,1123631219,'2017-04-16 10:29:29',''),(55578,1,1,57282,26,1123631211,'2017-04-16 10:29:52',''),(55579,1,1,57285,43,1123631215,'2017-04-16 10:31:21',''),(55580,1,1,57288,43,1123631219,'2017-04-16 11:05:22',''),(55581,1,1,57289,26,1123631211,'2017-04-16 11:05:38',''),(55582,1,1,57294,26,1123631215,'2017-04-16 11:07:44',''),(55583,1,1,57296,1,1123631211,'2017-04-16 13:31:12',''),(55584,1,1,57297,29,872366343,'2017-04-16 16:56:26',''),(55585,1,1,57298,1,3337649273,'2017-04-16 18:42:52',''),(55586,1,1,57299,1,1443906184,'2017-04-16 20:40:24','https://www.bing.com/'),(55587,1,1,57300,1,676695033,'2017-04-16 21:02:16',''),(55588,1,1,57301,16,3652617402,'2017-04-16 21:11:53',''),(55589,1,1,57302,1,1159644874,'2017-04-16 21:31:57',''),(55590,1,1,57303,65,1443177038,'2017-04-17 01:56:45','https://www.google.co.uk/'),(55591,1,1,57304,50,3024883591,'2017-04-17 02:09:45',''),(55592,1,1,57305,51,3273031620,'2017-04-17 04:47:21',''),(55593,1,1,57306,1,1523317857,'2017-04-17 06:23:54','https://www.google.co.uk/'),(55594,1,1,57307,1,1542483307,'2017-04-17 08:14:48',''),(55595,1,1,57308,21,1123631215,'2017-04-17 08:45:27',''),(55596,1,1,57309,1,1123631219,'2017-04-17 09:50:18',''),(55597,1,1,57310,23,1123631211,'2017-04-17 10:52:39',''),(55598,1,1,57311,1,676177740,'2017-04-17 11:15:22',''),(55599,1,1,57313,1,676177740,'2017-04-17 11:52:51',''),(55600,1,1,57314,1,2302406735,'2017-04-17 12:28:58','http://weburlopener.com/'),(55601,1,1,57315,62,1377925068,'2017-04-17 13:30:45','https://www.google.co.uk/'),(55602,1,1,57316,1,2538613161,'2017-04-17 14:33:05',''),(55603,1,1,57317,1,2538613161,'2017-04-17 14:33:08',''),(55604,1,1,57318,1,2538613161,'2017-04-17 14:33:11',''),(55605,1,1,57319,1,2538613161,'2017-04-17 14:33:15',''),(55606,1,1,57320,1,2538613161,'2017-04-17 14:33:18',''),(55607,1,1,57321,1,2538613161,'2017-04-17 14:33:21',''),(55608,1,1,57322,1,2538613161,'2017-04-17 14:33:29',''),(55609,1,1,57323,1,2538613161,'2017-04-17 14:33:32',''),(55610,1,1,57324,19,1123631215,'2017-04-17 14:54:42',''),(55611,1,1,57325,1,3024883601,'2017-04-17 17:54:39',''),(55612,1,1,57326,1,294038667,'2017-04-17 22:39:48',''),(55613,1,1,57327,59,3024883488,'2017-04-18 00:04:10',''),(55614,1,1,57328,38,1123632495,'2017-04-18 03:21:26',''),(55615,1,1,57329,26,2745977255,'2017-04-18 05:45:57',''),(55616,1,1,57330,74,2745977255,'2017-04-18 05:46:00',''),(55617,1,1,57331,73,2745977255,'2017-04-18 05:46:03',''),(55618,1,1,57332,72,2745977255,'2017-04-18 05:46:06',''),(55619,1,1,57333,70,2745977255,'2017-04-18 05:46:09',''),(55620,1,1,57334,1,2366148121,'2017-04-18 06:45:09',''),(55621,1,1,57335,1,2996488225,'2017-04-18 06:45:12',''),(55622,1,1,57336,1,528051382,'2017-04-18 07:56:32','https://www.google.co.uk/'),(55623,1,1,57337,1,1542483310,'2017-04-18 08:16:28',''),(55624,1,1,57338,1,1603524670,'2017-04-18 08:22:39','https://www.google.co.uk/'),(55625,1,1,57339,43,1444199465,'2017-04-18 09:45:23','https://www.bing.com/'),(55626,1,1,57340,1,3479603870,'2017-04-18 09:45:38',''),(55627,1,1,57341,1,859054757,'2017-04-18 11:04:03','https://www.bing.com/'),(55628,1,1,57342,3,2637637479,'2017-04-18 12:10:28',''),(55629,1,1,57343,1,3024883465,'2017-04-18 13:05:23',''),(55630,1,1,57344,1,1454842566,'2017-04-18 17:54:59','http://www.google.co.uk/'),(55631,1,1,57345,1,294035577,'2017-04-18 19:52:53',''),(55632,1,1,57346,1,1123631215,'2017-04-18 20:31:16',''),(55633,1,1,57347,1,1123631219,'2017-04-19 06:39:04',''),(55634,1,1,57348,1,1711011394,'2017-04-19 06:50:57',''),(55635,1,1,57349,1,1542483301,'2017-04-19 08:25:53',''),(55636,1,1,57350,53,2921498610,'2017-04-19 09:14:22',''),(55637,1,1,57351,1,3024883469,'2017-04-19 09:26:45',''),(55638,1,1,57352,1,1152706089,'2017-04-19 11:47:16',''),(55639,1,1,57357,1,3492536661,'2017-04-19 12:01:56',''),(55640,1,1,57358,38,1152706089,'2017-04-19 12:25:07',''),(55641,1,1,57359,1,294035649,'2017-04-19 12:57:24',''),(55642,1,1,57360,56,1123631219,'2017-04-19 13:25:28',''),(55643,1,1,57361,26,1152706089,'2017-04-19 13:32:54',''),(55644,1,1,57362,62,3024883597,'2017-04-19 13:43:29',''),(55645,1,1,57363,51,1123631346,'2017-04-19 13:56:57',''),(55646,1,1,57364,1,3024883487,'2017-04-19 14:50:13',''),(55647,1,1,57064,1,526376130,'2017-04-19 15:36:27','https://www.google.co.uk/'),(55648,1,1,57365,56,1123631346,'2017-04-19 17:42:46',''),(55649,1,1,57366,62,1123632499,'2017-04-19 23:13:51',''),(55650,1,1,57367,1,294035551,'2017-04-20 00:01:32',''),(55651,1,1,57368,68,1123638732,'2017-04-20 00:05:33','http://www.google.com/search'),(55652,1,1,57369,1,1358026364,'2017-04-20 03:12:22',''),(55653,1,1,57370,1,1542483318,'2017-04-20 08:36:26',''),(55654,1,1,57371,1,2366148121,'2017-04-20 08:55:08',''),(55655,1,1,57372,1,2996488230,'2017-04-20 08:55:12',''),(55656,1,1,57373,1,1443308509,'2017-04-20 10:00:14','https://www.google.co.uk/'),(55657,1,1,57374,6,1123632499,'2017-04-20 10:09:47',''),(55658,1,1,57375,65,3024883613,'2017-04-20 10:34:53',''),(55659,1,1,57376,1,3024883480,'2017-04-20 12:00:06',''),(55660,1,1,57377,1,3024883603,'2017-04-20 12:00:08',''),(55661,1,1,57378,1,1342495777,'2017-04-20 13:41:05','https://www.google.co.uk/'),(55662,1,1,57379,1,2513062086,'2017-04-20 15:59:38',''),(55663,1,1,57380,1,1123632491,'2017-04-20 16:09:00',''),(55664,1,1,57381,56,2637637475,'2017-04-20 16:22:52',''),(55665,1,1,57382,1,2420902978,'2017-04-20 18:34:38',''),(55666,1,1,57383,1,2420902978,'2017-04-20 18:34:41',''),(55667,1,1,57384,1,2420902978,'2017-04-20 18:34:43',''),(55668,1,1,57385,1,2420902978,'2017-04-20 18:34:46',''),(55669,1,1,57386,1,2420902978,'2017-04-20 18:34:49',''),(55670,1,1,57387,1,2420902978,'2017-04-20 18:34:52',''),(55671,1,1,57388,1,2420902978,'2017-04-20 18:34:55',''),(55672,1,1,57389,1,2420902978,'2017-04-20 18:34:58',''),(55673,1,1,57390,1,48085971,'2017-04-20 19:04:31','https://www.google.co.uk/'),(55674,1,1,57391,67,872366402,'2017-04-20 20:50:36',''),(55675,1,1,57392,1,1500232197,'2017-04-20 20:57:00',''),(55676,1,1,57393,52,1500232197,'2017-04-20 20:57:01',''),(55677,1,1,57394,30,1500232197,'2017-04-20 20:57:02',''),(55678,1,1,57395,52,1500232197,'2017-04-20 20:57:04',''),(55679,1,1,57396,1,1500232197,'2017-04-20 20:57:05',''),(55680,1,1,57397,1,2328436376,'2017-04-20 21:07:01',''),(55681,1,1,57398,52,2328436376,'2017-04-20 21:07:02',''),(55682,1,1,57399,30,2328436376,'2017-04-20 21:07:03',''),(55683,1,1,57400,52,2328436376,'2017-04-20 21:07:05',''),(55684,1,1,57401,1,2328436376,'2017-04-20 21:07:06',''),(55685,1,1,57402,1,1757515575,'2017-04-20 21:18:38',''),(55686,1,1,57403,52,1757515575,'2017-04-20 21:18:39',''),(55687,1,1,57404,30,1757515575,'2017-04-20 21:18:40',''),(55688,1,1,57405,52,1757515575,'2017-04-20 21:18:43',''),(55689,1,1,57406,1,1757515575,'2017-04-20 21:18:44',''),(55690,1,1,57407,52,1757515575,'2017-04-20 21:18:46',''),(55691,1,1,57408,1,2734036170,'2017-04-20 21:30:40',''),(55692,1,1,57409,52,2734036170,'2017-04-20 21:30:42',''),(55693,1,1,57410,30,2734036170,'2017-04-20 21:30:43',''),(55694,1,1,57411,52,2734036170,'2017-04-20 21:30:46',''),(55695,1,1,57412,1,2734036170,'2017-04-20 21:30:47',''),(55696,1,1,57413,1,1760329269,'2017-04-20 21:42:34',''),(55697,1,1,57414,52,1760329269,'2017-04-20 21:42:36',''),(55698,1,1,57415,30,1760329269,'2017-04-20 21:42:37',''),(55699,1,1,57416,52,1760329269,'2017-04-20 21:42:40',''),(55700,1,1,57417,1,1760329269,'2017-04-20 21:42:41',''),(55701,1,1,57418,52,1760329269,'2017-04-20 21:42:44',''),(55702,1,1,57419,1,1311657540,'2017-04-20 21:54:29',''),(55703,1,1,57420,52,1311657540,'2017-04-20 21:54:30',''),(55704,1,1,57421,30,1311657540,'2017-04-20 21:54:31',''),(55705,1,1,57422,52,1311657540,'2017-04-20 21:54:32',''),(55706,1,1,57423,1,1311657540,'2017-04-20 21:54:33',''),(55707,1,1,57424,52,1311657540,'2017-04-20 21:54:34',''),(55708,1,1,57425,1,1049232551,'2017-04-20 22:06:07',''),(55709,1,1,57426,1,1049232551,'2017-04-20 22:06:09',''),(55710,1,1,57427,52,1049232551,'2017-04-20 22:06:10',''),(55711,1,1,57428,52,1049232551,'2017-04-20 22:06:14',''),(55712,1,1,57429,52,1049232551,'2017-04-20 22:06:15',''),(55713,1,1,57430,1,3107302659,'2017-04-20 22:17:51',''),(55714,1,1,57431,52,3107302659,'2017-04-20 22:17:52',''),(55715,1,1,57432,30,3107302659,'2017-04-20 22:17:53',''),(55716,1,1,57433,52,3107302659,'2017-04-20 22:17:54',''),(55717,1,1,57434,1,3107302659,'2017-04-20 22:17:55',''),(55718,1,1,57435,52,3107302659,'2017-04-20 22:17:56',''),(55719,1,1,57436,1,1249372679,'2017-04-20 22:29:29',''),(55720,1,1,57437,52,1249372679,'2017-04-20 22:29:30',''),(55721,1,1,57438,30,1249372679,'2017-04-20 22:29:32',''),(55722,1,1,57439,52,1249372679,'2017-04-20 22:29:35',''),(55723,1,1,57440,1,1249372679,'2017-04-20 22:29:36',''),(55724,1,1,57441,1,1806440678,'2017-04-20 22:41:24',''),(55725,1,1,57442,52,1806440678,'2017-04-20 22:41:25',''),(55726,1,1,57443,30,1806440678,'2017-04-20 22:41:26',''),(55727,1,1,57444,52,1806440678,'2017-04-20 22:41:29',''),(55728,1,1,57445,1,1806440678,'2017-04-20 22:41:30',''),(55729,1,1,57446,52,1806440678,'2017-04-20 22:41:33',''),(55730,1,1,57447,1,2918817157,'2017-04-20 22:53:24',''),(55731,1,1,57448,52,2918817157,'2017-04-20 22:53:25',''),(55732,1,1,57449,30,2918817157,'2017-04-20 22:53:26',''),(55733,1,1,57450,52,2918817157,'2017-04-20 22:53:29',''),(55734,1,1,57451,1,1730978242,'2017-04-20 23:06:13',''),(55735,1,1,57452,52,1730978242,'2017-04-20 23:06:15',''),(55736,1,1,57453,30,1730978242,'2017-04-20 23:06:17',''),(55737,1,1,57454,52,1730978242,'2017-04-20 23:06:23',''),(55738,1,1,57455,1,1730978242,'2017-04-20 23:06:24',''),(55739,1,1,57456,1,3233370580,'2017-04-20 23:18:16',''),(55740,1,1,57457,52,3233370580,'2017-04-20 23:18:17',''),(55741,1,1,57458,30,3233370580,'2017-04-20 23:18:19',''),(55742,1,1,57459,52,3233370580,'2017-04-20 23:18:22',''),(55743,1,1,57460,1,3233370580,'2017-04-20 23:18:23',''),(55744,1,1,57461,1,3475290238,'2017-04-20 23:30:11',''),(55745,1,1,57462,52,3475290238,'2017-04-20 23:30:16',''),(55746,1,1,57463,30,3475290238,'2017-04-20 23:30:18',''),(55747,1,1,57464,1,872744876,'2017-04-20 23:44:40',''),(55748,1,1,57465,1,872744876,'2017-04-20 23:44:41',''),(55749,1,1,57466,1,872744876,'2017-04-20 23:44:42',''),(55750,1,1,57467,1,872744876,'2017-04-20 23:44:44',''),(55751,1,1,57468,65,3652617290,'2017-04-21 00:47:58',''),(55752,1,1,57469,1,3589854147,'2017-04-21 03:31:05',''),(55753,1,1,57470,1,3589854147,'2017-04-21 03:31:07',''),(55754,1,1,57471,1,3589854147,'2017-04-21 03:31:09',''),(55755,1,1,57472,1,48085971,'2017-04-21 08:06:41',''),(55756,1,1,57390,52,523529044,'2017-04-21 08:22:38','https://www.google.co.uk/'),(55757,1,1,57473,1,1542483275,'2017-04-21 08:32:43',''),(55758,1,1,57474,59,3024883593,'2017-04-21 10:48:28',''),(55759,1,1,57475,1,3024883610,'2017-04-21 12:48:43',''),(55760,1,1,57476,1,3024883597,'2017-04-21 12:48:46',''),(55761,1,1,57089,1,1838813353,'2017-04-21 13:04:10',''),(55762,1,1,57477,15,1483343346,'2017-04-21 16:10:21','https://www.google.co.uk/'),(55763,1,1,57478,1,1041806727,'2017-04-21 16:11:13',''),(55764,1,1,57479,65,1123631215,'2017-04-21 20:17:52',''),(55765,1,1,57480,55,676177801,'2017-04-21 21:27:27',''),(55766,1,1,57481,28,676177699,'2017-04-21 22:33:34',''),(55767,1,1,57482,1,3024883485,'2017-04-22 01:25:50',''),(55768,1,1,57483,65,1123631211,'2017-04-22 02:46:53',''),(55769,1,1,57484,55,3024883590,'2017-04-22 05:40:53',''),(55770,1,1,57485,1,1123631219,'2017-04-22 05:55:04',''),(55771,1,1,57486,65,1123631219,'2017-04-22 07:41:47',''),(55772,1,1,57487,1,917348137,'2017-04-22 08:12:02',''),(55773,1,1,57488,1,1542483309,'2017-04-22 08:30:12',''),(55774,1,1,57489,1,1452203246,'2017-04-22 08:38:26','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwipw_P607fTAhWILVAKHcuaBEAQgU8IdTAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=x3jc2dxTRQLB_zqNXu4hMg'),(55775,1,1,57490,1,786803397,'2017-04-22 09:18:41',''),(55776,1,1,57491,1,1123631211,'2017-04-22 09:47:23',''),(55777,1,1,57492,1,2996488225,'2017-04-22 09:50:33',''),(55778,1,1,57493,1,2996488244,'2017-04-22 09:50:37',''),(55779,1,1,57494,65,1123631211,'2017-04-22 10:45:58',''),(55780,1,1,57495,1,3024883615,'2017-04-22 13:18:59',''),(55781,1,1,57496,1,1123631211,'2017-04-22 18:58:35',''),(55782,1,1,57497,43,676177739,'2017-04-22 20:30:24',''),(55783,1,1,57498,1,676177710,'2017-04-22 20:40:48',''),(55784,1,1,57499,55,3024883616,'2017-04-23 01:47:18',''),(55785,1,1,57500,44,676177710,'2017-04-23 02:01:31',''),(55786,1,1,57501,1,3479603870,'2017-04-23 02:10:00',''),(55787,1,1,57502,1,3024883473,'2017-04-23 02:14:00',''),(55788,1,1,57503,1,3024883474,'2017-04-23 02:20:39',''),(55789,1,1,57504,1,772045740,'2017-04-23 03:45:13',''),(55790,1,1,57505,63,2637637421,'2017-04-23 04:39:40',''),(55791,1,1,57506,1,782615949,'2017-04-23 06:32:57',''),(55792,1,1,57507,1,782615949,'2017-04-23 06:33:17',''),(55793,1,1,57508,1,1443174092,'2017-04-23 06:36:54',''),(55794,1,1,57509,1,782615949,'2017-04-23 06:41:11',''),(55795,1,1,57510,1,782615949,'2017-04-23 06:41:24',''),(55796,1,1,57511,1,1123631850,'2017-04-23 08:13:05',''),(55797,1,1,57512,1,1542483321,'2017-04-23 08:31:01',''),(55798,1,1,57513,42,3652617266,'2017-04-23 10:18:34',''),(55799,1,1,57514,1,1443465855,'2017-04-23 11:50:06',''),(55800,1,1,57515,1,3495880598,'2017-04-23 17:51:40',''),(55801,1,1,57516,6,392089085,'2017-04-23 19:20:31',''),(55802,1,1,57517,28,3024883593,'2017-04-23 20:10:26',''),(55803,1,1,57518,1,3231158610,'2017-04-24 00:35:32',''),(55804,1,1,57519,1,3231158610,'2017-04-24 00:35:37',''),(55805,1,1,57520,1,3231158610,'2017-04-24 00:35:44',''),(55806,1,1,57521,1,3231158610,'2017-04-24 00:35:49',''),(55807,1,1,57522,1,3231158610,'2017-04-24 00:35:56',''),(55808,1,1,57523,1,3231158610,'2017-04-24 00:36:00',''),(55809,1,1,57524,1,3231158610,'2017-04-24 00:36:05',''),(55810,1,1,57525,1,3231158610,'2017-04-24 00:36:11',''),(55811,1,1,57526,1,2366158595,'2017-04-24 06:07:03',''),(55812,1,1,57527,1,2996488230,'2017-04-24 06:07:06',''),(55813,1,1,57528,68,3475901782,'2017-04-24 07:57:30',''),(55814,1,1,57529,1,1443308939,'2017-04-24 08:13:51',''),(55815,1,1,57378,1,1342495777,'2017-04-24 08:16:51','https://www.google.co.uk/'),(55816,1,1,57530,1,1542483279,'2017-04-24 08:28:29',''),(55817,1,1,57531,1,3194356290,'2017-04-24 08:31:01',''),(55818,1,1,57532,1,1377059477,'2017-04-24 08:42:28','http://www.bing.com/search?q=tyres+blackburn+guide&src=IE-SearchBox&FORM=IENTTR&conversationid='),(55819,1,1,57533,43,3475901781,'2017-04-24 09:26:01',''),(55820,1,1,57534,1,675787066,'2017-04-24 09:42:29','http://www.google.com'),(55821,1,1,57535,1,675787066,'2017-04-24 09:42:31','http://www.google.com'),(55822,1,1,57536,6,1123631211,'2017-04-24 10:28:02',''),(55823,1,1,57537,16,3024883591,'2017-04-24 13:32:45',''),(55824,1,1,57538,6,872366399,'2017-04-24 15:32:14',''),(55825,1,1,57539,1,1366153761,'2017-04-24 16:53:13','https://www.google.co.uk/'),(55826,1,1,57540,68,1491764935,'2017-04-24 20:10:26','https://www.google.com.tr/'),(55827,1,1,57541,46,3475901714,'2017-04-24 22:38:59',''),(55828,1,1,57542,1,3475901714,'2017-04-25 00:08:09',''),(55829,1,1,57543,16,3024883605,'2017-04-25 03:44:44',''),(55830,1,1,57544,1,3024883608,'2017-04-25 07:50:04',''),(55831,1,1,57545,1,1542483316,'2017-04-25 08:22:54',''),(55832,1,1,57546,73,3024883478,'2017-04-25 10:25:15',''),(55833,1,1,57547,1,1579806202,'2017-04-25 13:27:36',''),(55834,1,1,57548,15,1578018121,'2017-04-25 13:46:23',''),(55835,1,1,57549,43,3475901783,'2017-04-25 14:45:38',''),(55836,1,1,57550,1,3024883484,'2017-04-25 14:48:40',''),(55837,1,1,57551,51,3475901714,'2017-04-25 15:01:24',''),(55838,1,1,57552,1,1123631215,'2017-04-25 18:54:04',''),(55839,1,1,57553,41,872366380,'2017-04-25 19:41:07',''),(55840,1,1,57554,57,3024883615,'2017-04-26 00:10:43',''),(55841,1,1,57555,1,1542483291,'2017-04-26 08:11:45',''),(55842,1,1,57556,1,3024883605,'2017-04-26 12:14:15',''),(55843,1,1,57557,1,3231158610,'2017-04-26 12:21:56',''),(55844,1,1,57558,63,3652617270,'2017-04-26 13:03:20',''),(55845,1,1,57559,1,3492536661,'2017-04-26 15:16:03',''),(55846,1,1,57560,1,3492536661,'2017-04-26 15:16:05',''),(55847,1,1,57561,1,3492536661,'2017-04-26 15:16:10',''),(55848,1,1,57562,1,3492536661,'2017-04-26 15:16:14',''),(55849,1,1,57563,1,3492536661,'2017-04-26 15:16:19',''),(55850,1,1,57564,1,3492536661,'2017-04-26 15:16:24',''),(55851,1,1,57565,1,3492536661,'2017-04-26 15:16:29',''),(55852,1,1,57566,1,3492536661,'2017-04-26 15:16:34',''),(55853,1,1,57567,1,3492536661,'2017-04-26 15:16:38',''),(55854,1,1,57568,1,3492536661,'2017-04-26 15:16:43',''),(55855,1,1,57569,1,3492536661,'2017-04-26 15:16:48',''),(55856,1,1,57570,1,3492536661,'2017-04-26 15:16:53',''),(55857,1,1,57571,1,3492536661,'2017-04-26 15:16:57',''),(55858,1,1,57572,1,3492536661,'2017-04-26 15:17:03',''),(55859,1,1,57573,1,3492536661,'2017-04-26 15:17:07',''),(55860,1,1,57574,1,3492536661,'2017-04-26 15:17:12',''),(55861,1,1,57575,1,3492536661,'2017-04-26 15:17:22',''),(55862,1,1,57576,1,3492536661,'2017-04-26 15:17:26',''),(55863,1,1,57577,1,3492536661,'2017-04-26 15:17:31',''),(55864,1,1,57578,68,1123631219,'2017-04-26 15:31:16',''),(55865,1,1,57579,1,2366148121,'2017-04-26 16:44:03',''),(55866,1,1,57580,1,2366145566,'2017-04-26 16:44:07',''),(55867,1,1,57581,1,3164984973,'2017-04-26 20:25:59',''),(55868,1,1,57582,1,676695033,'2017-04-26 21:03:20',''),(55869,1,1,57583,1,2538650322,'2017-04-26 22:05:23',''),(55870,1,1,57584,53,3024883473,'2017-04-26 23:28:02',''),(55871,1,1,57585,1,3169898715,'2017-04-27 00:19:04',''),(55872,1,1,57586,1,3169898715,'2017-04-27 00:19:08',''),(55873,1,1,57587,1,3169898715,'2017-04-27 00:19:11',''),(55874,1,1,57588,1,3169898715,'2017-04-27 00:19:14',''),(55875,1,1,57589,1,3169898715,'2017-04-27 00:19:18',''),(55876,1,1,57590,1,3169898715,'2017-04-27 00:19:22',''),(55877,1,1,57591,1,3169898715,'2017-04-27 00:19:24',''),(55878,1,1,57592,1,3169898715,'2017-04-27 00:19:27',''),(55879,1,1,57593,1,1123632491,'2017-04-27 00:31:08',''),(55880,1,1,57594,1,3024883595,'2017-04-27 02:11:56',''),(55881,1,1,57595,1,3024883476,'2017-04-27 04:04:53',''),(55882,1,1,57596,57,3475901721,'2017-04-27 04:21:06',''),(55883,1,1,57597,68,2303379811,'2017-04-27 05:02:47',''),(55884,1,1,57598,51,1534713410,'2017-04-27 05:18:48',''),(55885,1,1,57599,51,1534713410,'2017-04-27 05:18:50',''),(55886,1,1,57600,51,1534713410,'2017-04-27 05:18:52',''),(55887,1,1,57601,51,1534713410,'2017-04-27 05:18:53',''),(55888,1,1,57602,1,1534713410,'2017-04-27 05:18:54',''),(55889,1,1,57603,51,1534713410,'2017-04-27 05:18:55',''),(55890,1,1,57604,51,1534713410,'2017-04-27 05:18:57',''),(55891,1,1,57605,51,1534713410,'2017-04-27 05:18:58',''),(55892,1,1,57606,51,1534713410,'2017-04-27 05:19:00',''),(55893,1,1,57607,51,1534713410,'2017-04-27 05:19:02',''),(55894,1,1,57608,51,1534713410,'2017-04-27 05:19:04',''),(55895,1,1,57609,51,1534713410,'2017-04-27 05:19:08',''),(55896,1,1,57610,51,1534713410,'2017-04-27 05:19:10',''),(55897,1,1,57611,51,1534713410,'2017-04-27 05:19:11',''),(55898,1,1,57612,51,1534713410,'2017-04-27 05:19:13',''),(55899,1,1,57613,51,1534713410,'2017-04-27 05:19:15',''),(55900,1,1,57614,51,1534713410,'2017-04-27 05:19:18',''),(55901,1,1,57615,51,1534713410,'2017-04-27 05:19:20',''),(55902,1,1,57616,51,1534713410,'2017-04-27 05:19:22',''),(55903,1,1,57617,51,1534713410,'2017-04-27 05:19:30',''),(55904,1,1,57618,51,1534713410,'2017-04-27 05:19:32',''),(55905,1,1,57619,51,1534713410,'2017-04-27 05:19:33',''),(55906,1,1,57620,51,1534713410,'2017-04-27 05:19:35',''),(55907,1,1,57621,51,1534713410,'2017-04-27 05:19:36',''),(55908,1,1,57622,51,1534713410,'2017-04-27 05:19:39',''),(55909,1,1,57623,51,1534713410,'2017-04-27 05:19:40',''),(55910,1,1,57624,51,1534713410,'2017-04-27 05:19:42',''),(55911,1,1,57625,51,1534713410,'2017-04-27 05:19:45',''),(55912,1,1,57626,51,1534713410,'2017-04-27 05:19:47',''),(55913,1,1,57627,51,1534713410,'2017-04-27 05:19:50',''),(55914,1,1,57628,51,1534713410,'2017-04-27 05:19:58',''),(55915,1,1,57629,51,1534713410,'2017-04-27 05:20:00',''),(55916,1,1,57630,51,1534713410,'2017-04-27 05:20:01',''),(55917,1,1,57631,51,1534713410,'2017-04-27 05:20:03',''),(55918,1,1,57632,51,1534713410,'2017-04-27 05:20:06',''),(55919,1,1,57633,51,1534713410,'2017-04-27 05:20:10',''),(55920,1,1,57634,51,1534713410,'2017-04-27 05:20:13',''),(55921,1,1,57635,51,1534713410,'2017-04-27 05:20:14',''),(55922,1,1,57636,51,1534713410,'2017-04-27 05:20:17',''),(55923,1,1,57637,51,1534713410,'2017-04-27 05:20:21',''),(55924,1,1,57638,51,1534713410,'2017-04-27 05:20:23',''),(55925,1,1,57639,51,1534713410,'2017-04-27 05:20:24',''),(55926,1,1,57640,51,1534713410,'2017-04-27 05:20:26',''),(55927,1,1,57641,51,1534713410,'2017-04-27 05:20:31',''),(55928,1,1,57642,51,1534713410,'2017-04-27 05:20:35',''),(55929,1,1,57643,51,1534713410,'2017-04-27 05:20:37',''),(55930,1,1,57644,51,1534713410,'2017-04-27 05:20:41',''),(55931,1,1,57645,51,1534713410,'2017-04-27 05:20:46',''),(55932,1,1,57646,51,1534713410,'2017-04-27 05:20:50',''),(55933,1,1,57647,51,1534713410,'2017-04-27 05:20:52',''),(55934,1,1,57648,51,1534713410,'2017-04-27 05:20:54',''),(55935,1,1,57649,51,1534713410,'2017-04-27 05:20:57',''),(55936,1,1,57650,51,1534713410,'2017-04-27 05:20:59',''),(55937,1,1,57651,51,1534713410,'2017-04-27 05:21:01',''),(55938,1,1,57652,51,1534713410,'2017-04-27 05:21:03',''),(55939,1,1,57653,51,1534713410,'2017-04-27 05:21:05',''),(55940,1,1,57654,51,1534713410,'2017-04-27 05:21:07',''),(55941,1,1,57655,51,1534713410,'2017-04-27 05:21:08',''),(55942,1,1,57656,51,1534713410,'2017-04-27 05:21:10',''),(55943,1,1,57657,51,1534713410,'2017-04-27 05:21:14',''),(55944,1,1,57658,51,1534713410,'2017-04-27 05:21:19',''),(55945,1,1,57659,51,1534713410,'2017-04-27 05:21:24',''),(55946,1,1,57660,51,1534713410,'2017-04-27 05:21:25',''),(55947,1,1,57661,51,1534713410,'2017-04-27 05:21:30',''),(55948,1,1,57662,51,1534713410,'2017-04-27 05:21:31',''),(55949,1,1,57663,51,1534713410,'2017-04-27 05:21:33',''),(55950,1,1,57664,51,1534713410,'2017-04-27 05:21:35',''),(55951,1,1,57665,51,1534713410,'2017-04-27 05:21:38',''),(55952,1,1,57666,51,1534713410,'2017-04-27 05:21:39',''),(55953,1,1,57667,51,1534713410,'2017-04-27 05:21:41',''),(55954,1,1,57668,51,1534713410,'2017-04-27 05:21:42',''),(55955,1,1,57669,51,1534713410,'2017-04-27 05:21:45',''),(55956,1,1,57670,51,1534713410,'2017-04-27 05:21:46',''),(55957,1,1,57671,51,1534713410,'2017-04-27 05:21:48',''),(55958,1,1,57672,51,1534713410,'2017-04-27 05:21:49',''),(55959,1,1,57673,51,1534713410,'2017-04-27 05:21:52',''),(55960,1,1,57674,51,1534713410,'2017-04-27 05:21:53',''),(55961,1,1,57675,51,1534713410,'2017-04-27 05:21:55',''),(55962,1,1,57676,51,1534713410,'2017-04-27 05:21:56',''),(55963,1,1,57677,51,1534713410,'2017-04-27 05:21:59',''),(55964,1,1,57678,51,1534713410,'2017-04-27 05:22:00',''),(55965,1,1,57679,51,1534713410,'2017-04-27 05:22:02',''),(55966,1,1,57680,51,1534713410,'2017-04-27 05:22:03',''),(55967,1,1,57681,51,1534713410,'2017-04-27 05:22:05',''),(55968,1,1,57682,51,1534713410,'2017-04-27 05:22:06',''),(55969,1,1,57683,51,1534713410,'2017-04-27 05:22:08',''),(55970,1,1,57684,51,1534713410,'2017-04-27 05:22:11',''),(55971,1,1,57685,51,1534713410,'2017-04-27 05:22:12',''),(55972,1,1,57686,51,1534713410,'2017-04-27 05:22:21',''),(55973,1,1,57687,51,1534713410,'2017-04-27 05:22:25',''),(55974,1,1,57688,51,1534713410,'2017-04-27 05:22:30',''),(55975,1,1,57689,51,1534713410,'2017-04-27 05:22:31',''),(55976,1,1,57690,1,3274695833,'2017-04-27 05:49:55',''),(55977,1,1,57691,1,2538650322,'2017-04-27 06:43:19',''),(55978,1,1,57692,1,1331722571,'2017-04-27 07:16:39',''),(55979,1,1,57693,1,1442910158,'2017-04-27 07:20:53','https://www.google.co.uk/'),(55980,1,1,57694,1,842969549,'2017-04-27 07:27:24',''),(55981,1,1,57695,1,1934930475,'2017-04-27 07:37:56',''),(55982,1,1,57696,1,842977374,'2017-04-27 07:48:29',''),(55983,1,1,57697,1,3590043242,'2017-04-27 07:59:28',''),(55984,1,1,57698,1,1542483300,'2017-04-27 08:08:58',''),(55985,1,1,57699,1,1218952859,'2017-04-27 08:20:58',''),(55986,1,1,57693,1,1442910158,'2017-04-27 08:21:04','https://www.google.co.uk/'),(55987,1,1,57700,1,1116992610,'2017-04-27 08:31:57',''),(55988,1,1,57701,18,2303381367,'2017-04-27 08:32:55',''),(55989,1,1,57702,1,3098024803,'2017-04-27 08:42:55',''),(55990,1,1,57703,1,1386610829,'2017-04-27 08:53:55',''),(55991,1,1,57704,1,1163468639,'2017-04-27 09:04:57',''),(55992,1,1,57705,1,1163468765,'2017-04-27 09:15:54',''),(55993,1,1,57706,1,1218952852,'2017-04-27 09:26:47',''),(55994,1,1,57707,1,3276416723,'2017-04-27 09:37:44',''),(55995,1,1,57708,1,3566233262,'2017-04-27 09:48:55',''),(55996,1,1,57709,1,2160571544,'2017-04-27 10:00:26',''),(55997,1,1,57710,1,3512960628,'2017-04-27 10:07:29',''),(55998,1,1,57711,1,523696919,'2017-04-27 11:26:59','https://www.bing.com/'),(55999,1,1,57712,1,1443002444,'2017-04-27 12:08:45','https://www.google.co.uk/'),(56000,1,1,57713,6,1443002444,'2017-04-27 15:29:58',''),(56001,1,1,57714,48,1838980752,'2017-04-27 21:18:01','https://www.google.co.uk/'),(56002,1,1,57715,1,3495654154,'2017-04-28 00:28:50',''),(56003,1,1,57716,1,3024883473,'2017-04-28 01:08:26',''),(56004,1,1,57717,1,1123631215,'2017-04-28 04:29:51',''),(56005,1,1,57718,74,3024883482,'2017-04-28 05:22:37',''),(56006,1,1,57719,1,1422411803,'2017-04-28 07:21:32',''),(56007,1,1,57720,1,1081049057,'2017-04-28 07:29:04',''),(56008,1,1,57721,1,1466587463,'2017-04-28 07:37:20',''),(56009,1,1,57722,16,1466587463,'2017-04-28 07:37:21',''),(56010,1,1,57723,30,1466587463,'2017-04-28 07:37:23',''),(56011,1,1,57724,16,1466587463,'2017-04-28 07:37:26',''),(56012,1,1,57725,1,1466587463,'2017-04-28 07:37:27',''),(56013,1,1,57726,1,2694420765,'2017-04-28 07:46:20',''),(56014,1,1,57727,1,2000387146,'2017-04-28 07:55:21',''),(56015,1,1,57728,1,1150216221,'2017-04-28 08:04:21',''),(56016,1,1,57729,1,3000126471,'2017-04-28 08:12:22',''),(56017,1,1,57730,1,1475092019,'2017-04-28 08:21:19',''),(56018,1,1,57731,16,1475092019,'2017-04-28 08:21:27',''),(56019,1,1,57732,1,1542483289,'2017-04-28 08:24:18',''),(56020,1,1,57733,1,3162558028,'2017-04-28 08:29:21',''),(56021,1,1,57734,1,1150216222,'2017-04-28 08:37:26',''),(56022,1,1,57735,41,3475901772,'2017-04-28 08:43:21',''),(56023,1,1,57736,1,1306362413,'2017-04-28 08:46:18',''),(56024,1,1,57737,1,1823371458,'2017-04-28 09:02:22',''),(56025,1,1,57738,16,1823371458,'2017-04-28 09:02:23',''),(56026,1,1,57739,30,1823371458,'2017-04-28 09:02:26',''),(56027,1,1,57740,16,1823371458,'2017-04-28 09:02:29',''),(56028,1,1,57741,1,3000130138,'2017-04-28 09:11:24',''),(56029,1,1,57742,6,1123631211,'2017-04-28 09:54:17',''),(56030,1,1,57743,1,2366158595,'2017-04-28 10:01:10',''),(56031,1,1,57744,1,100662575,'2017-04-28 10:01:14',''),(56032,1,1,57745,62,2637637462,'2017-04-28 10:52:16',''),(56033,1,1,57746,1,916692972,'2017-04-28 17:31:08',''),(56034,1,1,57747,6,916692972,'2017-04-28 17:31:11',''),(56035,1,1,57748,1,916692972,'2017-04-28 17:31:13',''),(56036,1,1,57749,1,916692972,'2017-04-28 17:31:14',''),(56037,1,1,57750,18,916692972,'2017-04-28 17:31:16',''),(56038,1,1,57751,3,916692972,'2017-04-28 17:31:18',''),(56039,1,1,57752,9,916692972,'2017-04-28 17:31:20',''),(56040,1,1,57753,51,916692972,'2017-04-28 17:31:21',''),(56041,1,1,57754,69,916692972,'2017-04-28 17:31:24',''),(56042,1,1,57755,62,916692972,'2017-04-28 17:31:26',''),(56043,1,1,57756,63,916692972,'2017-04-28 17:31:28',''),(56044,1,1,57757,64,916692972,'2017-04-28 17:31:30',''),(56045,1,1,57758,56,916692972,'2017-04-28 17:31:32',''),(56046,1,1,57759,50,916692972,'2017-04-28 17:31:34',''),(56047,1,1,57760,65,916692972,'2017-04-28 17:31:36',''),(56048,1,1,57761,55,916692972,'2017-04-28 17:31:38',''),(56049,1,1,57762,28,916692972,'2017-04-28 17:31:40',''),(56050,1,1,57763,53,916692972,'2017-04-28 17:31:42',''),(56051,1,1,57764,43,916692972,'2017-04-28 17:31:43',''),(56052,1,1,57765,48,916692972,'2017-04-28 17:31:45',''),(56053,1,1,57766,52,916692972,'2017-04-28 17:31:46',''),(56054,1,1,57767,41,916692972,'2017-04-28 17:31:48',''),(56055,1,1,57768,38,916692972,'2017-04-28 17:31:49',''),(56056,1,1,57769,57,916692972,'2017-04-28 17:31:50',''),(56057,1,1,57770,45,916692972,'2017-04-28 17:31:52',''),(56058,1,1,57771,26,916692972,'2017-04-28 17:31:53',''),(56059,1,1,57772,26,916692972,'2017-04-28 17:31:54',''),(56060,1,1,57773,26,916692972,'2017-04-28 17:31:55',''),(56061,1,1,57774,26,916692972,'2017-04-28 17:31:56',''),(56062,1,1,57775,26,916692972,'2017-04-28 17:31:57',''),(56063,1,1,57776,26,916692972,'2017-04-28 17:31:58',''),(56064,1,1,57777,26,916692972,'2017-04-28 17:32:00',''),(56065,1,1,57778,26,916692972,'2017-04-28 17:32:01',''),(56066,1,1,57779,26,916692972,'2017-04-28 17:32:02',''),(56067,1,1,57780,26,916692972,'2017-04-28 17:32:03',''),(56068,1,1,57781,1,3024883479,'2017-04-28 21:39:42',''),(56069,1,1,57782,1,1123631219,'2017-04-28 21:49:58',''),(56070,1,1,57783,43,3475901731,'2017-04-29 00:40:28',''),(56071,1,1,57784,1,3427775669,'2017-04-29 00:49:58',''),(56072,1,1,57785,57,3024883609,'2017-04-29 04:29:53',''),(56073,1,1,57786,1,1358487965,'2017-04-29 05:38:02',''),(56074,1,1,57787,65,1220472454,'2017-04-29 06:06:46','https://www.google.com/'),(56075,1,1,57788,62,2637637514,'2017-04-29 07:22:42',''),(56076,1,1,57789,1,1334398979,'2017-04-29 07:38:35',''),(56077,1,1,57790,20,1123631215,'2017-04-29 07:59:04',''),(56078,1,1,57791,1,1542483292,'2017-04-29 08:11:37',''),(56079,1,1,57252,1,1377604530,'2017-04-29 09:21:21','http://www.google.co.uk/'),(56080,1,1,57792,1,1452461280,'2017-04-29 12:31:09','https://www.google.co.uk/'),(56081,1,1,57793,1,3587046721,'2017-04-29 14:13:43','https://www.google.co.uk/'),(56082,1,1,57794,9,2637637387,'2017-04-29 15:05:07',''),(56083,1,1,57795,65,676177688,'2017-04-29 16:22:00',''),(56084,1,1,57796,1,1159650810,'2017-04-29 16:47:14',''),(56085,1,1,57797,26,1152706089,'2017-04-29 22:03:12',''),(56086,1,1,57798,72,3652617402,'2017-04-29 23:32:54',''),(56087,1,1,57799,1,1466095929,'2017-04-30 03:04:43',''),(56088,1,1,57800,1,1466095929,'2017-04-30 03:04:51',''),(56089,1,1,57801,1,1466095929,'2017-04-30 03:04:54',''),(56090,1,1,57802,1,1466095929,'2017-04-30 03:04:57',''),(56091,1,1,57803,1,1466095929,'2017-04-30 03:05:00',''),(56092,1,1,57804,1,1466095929,'2017-04-30 03:05:03',''),(56093,1,1,57805,1,1466095929,'2017-04-30 03:05:06',''),(56094,1,1,57806,1,1466095929,'2017-04-30 03:05:08',''),(56095,1,1,57807,64,3024883601,'2017-04-30 05:42:42',''),(56096,1,1,57808,1,92775649,'2017-04-30 07:42:43',''),(56097,1,1,57809,65,3475901810,'2017-04-30 07:43:19',''),(56098,1,1,57810,9,3475901805,'2017-04-30 07:55:03',''),(56099,1,1,57811,1,2996488225,'2017-04-30 08:17:12',''),(56100,1,1,57812,1,2996488225,'2017-04-30 08:17:16',''),(56101,1,1,57813,1,3625177777,'2017-04-30 08:19:26',''),(56102,1,1,57814,1,1542483278,'2017-04-30 08:20:39',''),(56103,1,1,57815,1,1381038579,'2017-04-30 10:12:00',''),(56104,1,1,57816,1,3024883591,'2017-04-30 10:20:16',''),(56105,1,1,57817,1,3024883596,'2017-04-30 11:08:31',''),(56106,1,1,57818,1,1589999868,'2017-04-30 16:53:21','https://www.google.co.uk/'),(56107,1,1,57819,1,3024883590,'2017-04-30 18:09:25',''),(56108,1,1,57820,51,2760155442,'2017-04-30 20:51:47',''),(56109,1,1,57821,70,3024883490,'2017-05-01 00:39:47',''),(56110,1,1,57822,62,1152706089,'2017-05-01 06:24:41',''),(56111,1,1,57823,6,1152706089,'2017-05-01 07:28:28',''),(56112,1,1,57824,1,1542483296,'2017-05-01 08:30:53',''),(56113,1,1,57825,1,3024883477,'2017-05-01 08:38:18',''),(56114,1,1,57826,1,1603738842,'2017-05-01 09:00:09','http://www.google.com/'),(56115,1,1,57827,1,1443458748,'2017-05-01 09:06:22','https://www.google.co.uk/'),(56116,1,1,57828,1,2996488225,'2017-05-01 09:23:49',''),(56117,1,1,57829,1,1570674749,'2017-05-01 09:23:53',''),(56118,1,1,57830,1,599298170,'2017-05-01 13:40:38',''),(56119,1,1,57831,1,599298170,'2017-05-01 13:40:40',''),(56120,1,1,57832,72,3024883605,'2017-05-01 16:53:39',''),(56121,1,1,57833,1,1089905930,'2017-05-01 17:18:13','http://whois.domaintools.com/mstyresblackburn.co.uk'),(56122,1,1,57834,1,2637637527,'2017-05-01 18:20:18',''),(56123,1,1,57835,6,402534462,'2017-05-01 19:13:10',''),(56124,1,1,57836,26,1152706089,'2017-05-01 19:39:01',''),(56125,1,1,57837,1,31750046,'2017-05-01 20:13:51',''),(56126,1,1,57838,1,3479603870,'2017-05-02 01:01:38',''),(56127,1,1,57839,43,2637637603,'2017-05-02 01:18:38',''),(56128,1,1,57840,1,1123634284,'2017-05-02 01:33:05',''),(56129,1,1,57841,16,2637637504,'2017-05-02 03:22:22',''),(56130,1,1,57842,1,2731721826,'2017-05-02 05:41:24',''),(56131,1,1,57843,1,2731721826,'2017-05-02 05:41:31',''),(56132,1,1,57844,48,2637637561,'2017-05-02 06:53:36',''),(56133,1,1,57845,1,1757782903,'2017-05-02 08:15:20',''),(56134,1,1,57846,1,1542483278,'2017-05-02 08:19:36',''),(56135,1,1,57847,1,3243904088,'2017-05-02 09:50:38','http://burger-imperia.com/'),(56136,1,1,57848,6,1123634281,'2017-05-02 10:20:59',''),(56137,1,1,57849,1,2366158595,'2017-05-02 10:56:40',''),(56138,1,1,57850,1,2996488225,'2017-05-02 10:56:44',''),(56139,1,1,57851,1,1754978576,'2017-05-02 11:12:42',''),(56140,1,1,57852,1,1754978576,'2017-05-02 11:12:44',''),(56141,1,1,57853,1,1754978576,'2017-05-02 11:12:45',''),(56142,1,1,57854,1,599265635,'2017-05-02 12:23:06',''),(56143,1,1,57855,1,599265635,'2017-05-02 12:23:07',''),(56144,1,1,57856,1,599265635,'2017-05-02 12:23:09',''),(56145,1,1,57857,1,599265635,'2017-05-02 12:23:10',''),(56146,1,1,57858,1,599265635,'2017-05-02 12:23:11',''),(56147,1,1,57859,1,599265635,'2017-05-02 12:23:13',''),(56148,1,1,57860,1,599265635,'2017-05-02 12:23:14',''),(56149,1,1,57861,1,599265635,'2017-05-02 12:23:15',''),(56150,1,1,57862,1,599265635,'2017-05-02 12:23:17',''),(56151,1,1,57863,1,599265635,'2017-05-02 12:23:18',''),(56152,1,1,57864,1,599265635,'2017-05-02 12:23:19',''),(56153,1,1,57865,1,599265635,'2017-05-02 12:23:21',''),(56154,1,1,57866,1,599265635,'2017-05-02 12:23:22',''),(56155,1,1,57867,1,599265635,'2017-05-02 12:23:24',''),(56156,1,1,57868,1,599265635,'2017-05-02 12:23:25',''),(56157,1,1,57869,1,599265635,'2017-05-02 12:23:26',''),(56158,1,1,57870,1,599265635,'2017-05-02 12:23:27',''),(56159,1,1,57871,1,599265635,'2017-05-02 12:23:29',''),(56160,1,1,57872,1,599265635,'2017-05-02 12:23:30',''),(56161,1,1,57873,1,599265635,'2017-05-02 12:23:31',''),(56162,1,1,57874,1,599265635,'2017-05-02 12:23:33',''),(56163,1,1,57875,1,599265635,'2017-05-02 12:23:34',''),(56164,1,1,57876,1,599265635,'2017-05-02 12:23:35',''),(56165,1,1,57877,1,599265635,'2017-05-02 12:23:36',''),(56166,1,1,57878,1,599265635,'2017-05-02 12:23:38',''),(56167,1,1,57879,1,599265635,'2017-05-02 12:23:39',''),(56168,1,1,57880,1,1334817396,'2017-05-02 12:54:32',''),(56169,1,1,57881,1,3587046693,'2017-05-02 13:09:45',''),(56170,1,1,57882,1,782622681,'2017-05-02 13:17:11','http://burger-imperia.com/'),(56171,1,1,57883,1,875947994,'2017-05-02 14:28:53',''),(56172,1,1,57884,1,920359737,'2017-05-02 14:29:20',''),(56173,1,1,57885,1,920359737,'2017-05-02 14:29:24',''),(56174,1,1,57886,1,920359737,'2017-05-02 14:29:26',''),(56175,1,1,57887,1,920359737,'2017-05-02 14:29:28',''),(56176,1,1,57888,18,920359737,'2017-05-02 14:29:29',''),(56177,1,1,57889,3,920359737,'2017-05-02 14:29:33',''),(56178,1,1,57890,1,920359737,'2017-05-02 14:29:35',''),(56179,1,1,57891,6,920359737,'2017-05-02 14:29:37',''),(56180,1,1,57892,1,918646908,'2017-05-02 14:29:41',''),(56181,1,1,57893,1,221778098,'2017-05-02 14:30:03',''),(56182,1,1,57894,1,221778098,'2017-05-02 14:30:05',''),(56183,1,1,57895,1,221778098,'2017-05-02 14:30:06',''),(56184,1,1,57896,1,221778098,'2017-05-02 14:30:10',''),(56185,1,1,57897,18,221778098,'2017-05-02 14:30:12',''),(56186,1,1,57898,3,221778098,'2017-05-02 14:30:17',''),(56187,1,1,57899,1,221778098,'2017-05-02 14:30:19',''),(56188,1,1,57900,6,221778098,'2017-05-02 14:30:21',''),(56189,1,1,57901,55,1152706089,'2017-05-02 17:31:01',''),(56190,1,1,57902,1,1123634284,'2017-05-02 18:31:59',''),(56191,1,1,57903,1,1123634283,'2017-05-02 20:49:11',''),(56192,1,1,57904,1,1451319894,'2017-05-02 21:29:35','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjQiYDfk9LTAhWfOsAKHcpgClgQgU8IDDAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(56193,1,1,57905,26,1152706089,'2017-05-02 21:44:16',''),(56194,1,1,57906,31,872366344,'2017-05-02 22:22:49',''),(56195,1,1,57907,26,1152706089,'2017-05-02 22:25:57',''),(56196,1,1,57908,6,3024883609,'2017-05-03 07:17:05',''),(56197,1,1,57909,1,1542483298,'2017-05-03 08:10:50',''),(56198,1,1,57910,1,84513669,'2017-05-03 08:43:02',''),(56199,1,1,57911,54,3652617403,'2017-05-03 08:51:04',''),(56200,1,1,57912,1,1053990239,'2017-05-03 15:47:01',''),(56201,1,1,57913,1,1053990239,'2017-05-03 15:47:17',''),(56202,1,1,57914,1,1053990239,'2017-05-03 15:47:21',''),(56203,1,1,57915,1,1053990239,'2017-05-03 15:47:26',''),(56204,1,1,57916,1,1053990239,'2017-05-03 15:47:32',''),(56205,1,1,57917,1,1053990239,'2017-05-03 15:47:39',''),(56206,1,1,57918,1,1053990239,'2017-05-03 15:47:45',''),(56207,1,1,57919,21,1123631729,'2017-05-03 16:08:04',''),(56208,1,1,57920,3,3170084963,'2017-05-03 19:33:41',''),(56209,1,1,57921,1,3170084963,'2017-05-03 19:33:43',''),(56210,1,1,57922,47,3475901815,'2017-05-03 19:36:04',''),(56211,1,1,57923,23,1123631854,'2017-05-03 20:25:12',''),(56212,1,1,57924,38,3024883613,'2017-05-03 20:34:54',''),(56213,1,1,57925,14,3024883480,'2017-05-04 01:11:27',''),(56214,1,1,57926,1,3024883590,'2017-05-04 02:08:15',''),(56215,1,1,57927,1,3024883609,'2017-05-04 05:19:21',''),(56216,1,1,57928,1,1542483317,'2017-05-04 08:15:05',''),(56217,1,1,57929,23,1123631854,'2017-05-04 08:20:30',''),(56218,1,1,57930,1,2366148121,'2017-05-04 09:13:24',''),(56219,1,1,57931,1,2366145577,'2017-05-04 09:13:26',''),(56220,1,1,57881,1,526474548,'2017-05-04 09:48:52',''),(56221,1,1,57932,16,3644659023,'2017-05-04 11:24:23',''),(56222,1,1,57933,1,3644659023,'2017-05-04 11:24:25',''),(56223,1,1,57934,16,3644659023,'2017-05-04 11:24:27',''),(56224,1,1,57935,10,3475901796,'2017-05-04 20:43:39',''),(56225,1,1,57936,43,3475901798,'2017-05-04 20:43:47',''),(56226,1,1,57937,43,3475901798,'2017-05-04 20:43:49',''),(56227,1,1,57938,15,3475901799,'2017-05-04 20:43:51',''),(56228,1,1,57939,66,3475901799,'2017-05-04 20:43:52',''),(56229,1,1,57940,6,3475901799,'2017-05-04 20:43:54',''),(56230,1,1,57941,1,1757432366,'2017-05-05 00:47:05',''),(56231,1,1,57942,1,1757432366,'2017-05-05 00:47:06',''),(56232,1,1,57943,18,1757432366,'2017-05-05 00:47:09',''),(56233,1,1,57944,1,1757432366,'2017-05-05 00:47:09',''),(56234,1,1,57945,3,1757432366,'2017-05-05 00:47:09',''),(56235,1,1,57946,18,1757432366,'2017-05-05 00:47:10',''),(56236,1,1,57947,1,1757432366,'2017-05-05 00:47:10',''),(56237,1,1,57948,3,1757432366,'2017-05-05 00:47:11',''),(56238,1,1,57949,43,1757432366,'2017-05-05 00:47:12',''),(56239,1,1,57950,45,1757432366,'2017-05-05 00:47:12',''),(56240,1,1,57951,6,1757432366,'2017-05-05 00:47:13',''),(56241,1,1,57952,45,1757432366,'2017-05-05 00:47:13',''),(56242,1,1,57953,43,1757432366,'2017-05-05 00:47:13',''),(56243,1,1,57954,6,1757432366,'2017-05-05 00:47:14',''),(56244,1,1,57955,57,1757432366,'2017-05-05 00:47:15',''),(56245,1,1,57956,9,1757432366,'2017-05-05 00:47:15',''),(56246,1,1,57957,57,1757432366,'2017-05-05 00:47:16',''),(56247,1,1,57958,28,1757432366,'2017-05-05 00:47:16',''),(56248,1,1,57959,9,1757432366,'2017-05-05 00:47:17',''),(56249,1,1,57960,26,1757432366,'2017-05-05 00:47:17',''),(56250,1,1,57962,50,1757432366,'2017-05-05 00:47:18',''),(56251,1,1,57961,28,1757432366,'2017-05-05 00:47:18',''),(56252,1,1,57963,26,1757432366,'2017-05-05 00:47:19',''),(56253,1,1,57964,26,1757432366,'2017-05-05 00:47:20',''),(56254,1,1,57965,50,1757432366,'2017-05-05 00:47:20',''),(56255,1,1,57966,51,1757432366,'2017-05-05 00:47:21',''),(56256,1,1,57967,26,1757432366,'2017-05-05 00:47:21',''),(56257,1,1,57968,26,1757432366,'2017-05-05 00:47:22',''),(56258,1,1,57969,56,1757432366,'2017-05-05 00:47:22',''),(56259,1,1,57970,51,1757432366,'2017-05-05 00:47:23',''),(56260,1,1,57971,26,1757432366,'2017-05-05 00:47:24',''),(56261,1,1,57972,56,1757432366,'2017-05-05 00:47:24',''),(56262,1,1,57973,26,1757432366,'2017-05-05 00:47:25',''),(56263,1,1,57974,55,1757432366,'2017-05-05 00:47:25',''),(56264,1,1,57975,26,1757432366,'2017-05-05 00:47:26',''),(56265,1,1,57976,26,1757432366,'2017-05-05 00:47:26',''),(56266,1,1,57977,55,1757432366,'2017-05-05 00:47:27',''),(56267,1,1,57978,62,1757432366,'2017-05-05 00:47:27',''),(56268,1,1,57979,26,1757432366,'2017-05-05 00:47:28',''),(56269,1,1,57980,26,1757432366,'2017-05-05 00:47:29',''),(56270,1,1,57981,63,1757432366,'2017-05-05 00:47:29',''),(56271,1,1,57982,62,1757432366,'2017-05-05 00:47:30',''),(56272,1,1,57983,26,1757432366,'2017-05-05 00:47:30',''),(56273,1,1,57985,26,1757432366,'2017-05-05 00:47:31',''),(56274,1,1,57984,63,1757432366,'2017-05-05 00:47:31',''),(56275,1,1,57986,64,1757432366,'2017-05-05 00:47:31',''),(56276,1,1,57987,26,1757432366,'2017-05-05 00:47:32',''),(56277,1,1,57988,26,1757432366,'2017-05-05 00:47:33',''),(56278,1,1,57989,64,1757432366,'2017-05-05 00:47:33',''),(56279,1,1,57990,26,1757432366,'2017-05-05 00:47:34',''),(56280,1,1,57991,1,2731721858,'2017-05-05 02:23:40',''),(56281,1,1,57992,1,2731721858,'2017-05-05 03:00:28',''),(56282,1,1,57993,1,3024883474,'2017-05-05 03:23:30',''),(56283,1,1,57994,69,3024883485,'2017-05-05 04:53:54',''),(56284,1,1,57995,1,40105493,'2017-05-05 07:16:01',''),(56285,1,1,57996,1,1041806726,'2017-05-05 07:16:29',''),(56286,1,1,57997,1,1041806726,'2017-05-05 07:16:30',''),(56287,1,1,57998,1,1542483277,'2017-05-05 08:18:22',''),(56288,1,1,57999,58,2637637619,'2017-05-05 09:23:58',''),(56289,1,1,58000,26,3475901799,'2017-05-05 09:49:49',''),(56290,1,1,58001,1,874806702,'2017-05-05 13:38:20',''),(56291,1,1,58002,1,3024883485,'2017-05-05 14:45:38',''),(56292,1,1,58003,1,3335320458,'2017-05-05 16:10:18',''),(56293,1,1,58004,1,1465045058,'2017-05-05 18:51:00','http://www.bing.com/search?q=ms+tyres+blackburn&src=IE-TopResult&FORM=IETR02&conversationid='),(56294,1,1,58005,43,3475901796,'2017-05-05 20:03:12',''),(56295,1,1,57881,1,1523451416,'2017-05-05 22:32:57',''),(56296,1,1,58006,16,1588722729,'2017-05-05 23:32:36',''),(56297,1,1,58007,1,1588722729,'2017-05-05 23:32:37',''),(56298,1,1,58008,16,1588722729,'2017-05-05 23:32:39',''),(56299,1,1,58009,42,3475901796,'2017-05-06 00:45:31',''),(56300,1,1,58010,26,3475901796,'2017-05-06 03:32:00',''),(56301,1,1,58011,26,3475901798,'2017-05-06 06:07:46',''),(56302,1,1,58012,75,1377604880,'2017-05-06 07:18:19','https://www.google.co.uk/'),(56303,1,1,58013,48,3652617397,'2017-05-06 07:36:53',''),(56304,1,1,58014,63,1152706089,'2017-05-06 07:42:05',''),(56305,1,1,58015,1,2366148139,'2017-05-06 07:46:09',''),(56306,1,1,58016,1,621375790,'2017-05-06 07:46:14',''),(56307,1,1,58017,1,1542483288,'2017-05-06 08:15:27',''),(56308,1,1,58018,26,3475901796,'2017-05-06 09:15:32',''),(56309,1,1,58019,1,772036855,'2017-05-06 11:43:02',''),(56310,1,1,58020,1,772036855,'2017-05-06 11:43:05',''),(56311,1,1,58021,1,772036855,'2017-05-06 11:43:08',''),(56312,1,1,58022,1,772036855,'2017-05-06 11:43:11',''),(56313,1,1,58023,1,772036855,'2017-05-06 11:43:14',''),(56314,1,1,58024,1,772036855,'2017-05-06 11:43:17',''),(56315,1,1,58025,1,772036855,'2017-05-06 11:43:20',''),(56316,1,1,58026,1,772036855,'2017-05-06 11:43:22',''),(56317,1,1,58027,66,3024883597,'2017-05-06 14:47:04',''),(56318,1,1,58028,1,842969549,'2017-05-06 14:57:12',''),(56319,1,1,58029,15,842969549,'2017-05-06 14:57:14',''),(56320,1,1,58030,105,842969549,'2017-05-06 14:57:16',''),(56321,1,1,58031,15,842969549,'2017-05-06 14:57:19',''),(56322,1,1,58032,1,842969549,'2017-05-06 14:57:21',''),(56323,1,1,58033,1,1255194712,'2017-05-06 16:48:44',''),(56324,1,1,58034,106,1255194712,'2017-05-06 16:48:46',''),(56325,1,1,58035,1,1255194712,'2017-05-06 16:48:49',''),(56326,1,1,58036,15,1255194712,'2017-05-06 16:48:50',''),(56327,1,1,58037,15,1255194712,'2017-05-06 16:48:55',''),(56328,1,1,58038,31,3024883605,'2017-05-06 17:21:29',''),(56329,1,1,58039,1,1123631858,'2017-05-06 18:11:07',''),(56330,1,1,58040,41,3475901796,'2017-05-06 18:36:44',''),(56331,1,1,58041,44,2760155402,'2017-05-06 18:39:31',''),(56332,1,1,58042,1,3326603056,'2017-05-06 18:59:54',''),(56333,1,1,58043,15,3326603056,'2017-05-06 18:59:55',''),(56334,1,1,58044,107,3326603056,'2017-05-06 18:59:57',''),(56335,1,1,58045,57,3475901805,'2017-05-06 19:03:00',''),(56336,1,1,58046,1,1453848044,'2017-05-06 20:20:44',''),(56337,1,1,58047,1,676695033,'2017-05-06 21:04:43',''),(56338,1,1,58048,38,3475901798,'2017-05-06 22:36:54',''),(56339,1,1,58049,63,3024883595,'2017-05-06 22:47:30',''),(56340,1,1,58050,1,1796538632,'2017-05-06 23:32:34',''),(56341,1,1,58051,1,3492536661,'2017-05-06 23:52:44',''),(56342,1,1,58052,1,3492536661,'2017-05-06 23:52:49',''),(56343,1,1,58053,1,3492536661,'2017-05-06 23:52:54',''),(56344,1,1,58054,1,3492536661,'2017-05-06 23:52:59',''),(56345,1,1,58055,1,3492536661,'2017-05-06 23:53:04',''),(56346,1,1,58056,1,3492536661,'2017-05-06 23:53:09',''),(56347,1,1,58057,1,3492536661,'2017-05-06 23:53:13',''),(56348,1,1,58058,1,3492536661,'2017-05-06 23:53:18',''),(56349,1,1,58059,1,3492536661,'2017-05-06 23:53:23',''),(56350,1,1,58060,1,3492536661,'2017-05-06 23:53:28',''),(56351,1,1,58061,1,3492536661,'2017-05-06 23:53:32',''),(56352,1,1,58062,1,3492536661,'2017-05-06 23:53:37',''),(56353,1,1,58063,1,3492536661,'2017-05-06 23:53:42',''),(56354,1,1,58064,1,3492536661,'2017-05-06 23:53:47',''),(56355,1,1,58065,1,3492536661,'2017-05-06 23:53:51',''),(56356,1,1,58066,1,3492536661,'2017-05-06 23:53:56',''),(56357,1,1,58067,1,3492536661,'2017-05-06 23:54:01',''),(56358,1,1,58068,1,3492536661,'2017-05-06 23:54:05',''),(56359,1,1,58069,1,3492536661,'2017-05-06 23:54:10',''),(56360,1,1,58070,26,3475901796,'2017-05-07 00:22:55',''),(56361,1,1,58071,1,3479603870,'2017-05-07 02:35:47',''),(56362,1,1,58072,10,3475901796,'2017-05-07 03:26:38',''),(56363,1,1,58073,43,3475901798,'2017-05-07 03:30:56',''),(56364,1,1,58074,1,1123631854,'2017-05-07 04:52:36',''),(56365,1,1,58075,75,872366406,'2017-05-07 06:59:10',''),(56366,1,1,58076,1,1123631850,'2017-05-07 07:18:52',''),(56367,1,1,58077,1,1542483318,'2017-05-07 08:05:48',''),(56368,1,1,58078,68,3475901805,'2017-05-07 09:57:10',''),(56369,1,1,58079,45,3475901796,'2017-05-07 10:12:12',''),(56370,1,1,58080,6,1123631858,'2017-05-07 10:51:49',''),(56371,1,1,58081,6,2954838202,'2017-05-07 12:19:14',''),(56372,1,1,58082,1,3458840388,'2017-05-07 12:33:27',''),(56373,1,1,58083,43,3475901798,'2017-05-07 13:39:29',''),(56374,1,1,58084,1,1072954402,'2017-05-07 15:44:57',''),(56375,1,1,58085,15,2760155416,'2017-05-07 16:29:31',''),(56376,1,1,58086,1,3475901799,'2017-05-07 17:38:19',''),(56377,1,1,58087,16,3644654729,'2017-05-07 18:10:16',''),(56378,1,1,58088,1,3644654729,'2017-05-07 18:10:18',''),(56379,1,1,58089,16,3644654729,'2017-05-07 18:10:19',''),(56380,1,1,58090,16,1588723254,'2017-05-07 18:31:34',''),(56381,1,1,58091,1,1588723254,'2017-05-07 18:31:36',''),(56382,1,1,58092,16,1588723254,'2017-05-07 18:31:37',''),(56383,1,1,58093,41,96260903,'2017-05-07 19:38:46',''),(56384,1,1,58094,43,2760155466,'2017-05-07 22:59:17',''),(56385,1,1,58095,43,3475901798,'2017-05-08 03:33:54',''),(56386,1,1,58096,38,2760155436,'2017-05-08 03:48:17',''),(56387,1,1,58097,1,1123631858,'2017-05-08 05:47:43',''),(56388,1,1,58098,1,1542483311,'2017-05-08 08:05:23',''),(56389,1,1,58099,52,2760155434,'2017-05-08 08:28:10',''),(56390,1,1,58100,16,96260903,'2017-05-08 08:56:21',''),(56391,1,1,58101,1,2077144761,'2017-05-08 09:24:34',''),(56392,1,1,58102,1,1570674730,'2017-05-08 10:28:05',''),(56393,1,1,58103,1,1570674730,'2017-05-08 10:28:11',''),(56394,1,1,58104,74,3652617235,'2017-05-08 10:30:26',''),(56395,1,1,58105,15,3024883599,'2017-05-08 11:18:35',''),(56396,1,1,58106,43,96260878,'2017-05-08 13:42:19',''),(56397,1,1,58107,1,1524258958,'2017-05-08 14:09:07',''),(56398,1,1,58108,1,1524258958,'2017-05-08 14:09:09',''),(56399,1,1,58109,1,1524258958,'2017-05-08 14:09:11',''),(56400,1,1,58110,1,1524258958,'2017-05-08 14:09:13',''),(56401,1,1,58111,1,1524258958,'2017-05-08 14:09:15',''),(56402,1,1,58112,1,1524258958,'2017-05-08 14:09:17',''),(56403,1,1,58113,1,1524258958,'2017-05-08 14:09:19',''),(56404,1,1,58114,1,1524258958,'2017-05-08 14:09:21',''),(56405,1,1,58115,1,1524258958,'2017-05-08 14:09:24',''),(56406,1,1,58116,1,1524258958,'2017-05-08 14:09:26',''),(56407,1,1,58117,1,3024883601,'2017-05-08 15:58:35',''),(56408,1,1,58118,26,3475901799,'2017-05-08 17:54:21',''),(56409,1,1,58119,26,3475901796,'2017-05-08 17:54:42',''),(56410,1,1,58120,1,1503916839,'2017-05-08 19:49:49',''),(56411,1,1,58121,56,3024883604,'2017-05-08 21:17:25',''),(56412,1,1,58122,56,1603474699,'2017-05-08 21:18:06','http://www.google.co.uk/'),(56413,1,1,57881,1,1524514683,'2017-05-08 21:57:46',''),(56414,1,1,58123,45,3475901796,'2017-05-08 22:44:50',''),(56415,1,1,58124,1,3024883485,'2017-05-08 23:40:30',''),(56416,1,1,57252,1,1377604530,'2017-05-09 00:12:41','http://www.google.co.uk/'),(56417,1,1,58125,48,3475901805,'2017-05-09 00:47:04',''),(56418,1,1,58126,27,3475901805,'2017-05-09 03:00:51',''),(56419,1,1,58127,50,872367982,'2017-05-09 03:35:52',''),(56420,1,1,58128,49,3475901796,'2017-05-09 04:04:51',''),(56421,1,1,58129,43,3475901798,'2017-05-09 05:27:19',''),(56422,1,1,58130,1,2760155804,'2017-05-09 07:10:05',''),(56423,1,1,58131,1,1542483281,'2017-05-09 08:13:58',''),(56424,1,1,58132,1,3024883479,'2017-05-09 10:39:51',''),(56425,1,1,58133,1,759957484,'2017-05-09 14:31:23',''),(56426,1,1,58134,1,759957484,'2017-05-09 14:31:26',''),(56427,1,1,58135,1,759957484,'2017-05-09 14:31:32',''),(56428,1,1,58136,1,759957484,'2017-05-09 14:31:35',''),(56429,1,1,58137,1,759957484,'2017-05-09 14:31:38',''),(56430,1,1,58138,1,759957484,'2017-05-09 14:31:41',''),(56431,1,1,58139,1,759957484,'2017-05-09 14:31:45',''),(56432,1,1,58140,1,759957484,'2017-05-09 14:31:49',''),(56433,1,1,58141,71,3024883464,'2017-05-09 16:28:51',''),(56434,1,1,58142,3,3475901799,'2017-05-09 18:09:14',''),(56435,1,1,58143,6,392089085,'2017-05-09 19:04:34',''),(56436,1,1,58144,1,782615949,'2017-05-09 19:23:11',''),(56437,1,1,58145,15,3475901799,'2017-05-10 04:44:30',''),(56438,1,1,58146,1,2366158595,'2017-05-10 07:34:12',''),(56439,1,1,58147,1,2996488230,'2017-05-10 07:34:14',''),(56440,1,1,58148,1,1123632618,'2017-05-10 08:08:53',''),(56441,1,1,58149,1,1542483323,'2017-05-10 08:13:59',''),(56442,1,1,58150,58,100662575,'2017-05-10 08:37:19',''),(56443,1,1,58151,1,3512712657,'2017-05-10 09:10:43',''),(56444,1,1,58152,63,2782990566,'2017-05-10 09:21:24','https://www.google.com/'),(56445,1,1,58153,38,3475901798,'2017-05-10 14:32:20',''),(56446,1,1,58154,48,1152706089,'2017-05-10 14:39:50',''),(56447,1,1,58155,16,872366353,'2017-05-10 14:54:37',''),(56448,1,1,58156,1,3232496902,'2017-05-10 16:58:39',''),(56449,1,1,58157,1,3232496902,'2017-05-10 16:58:42',''),(56450,1,1,58158,1,3232496902,'2017-05-10 16:58:43',''),(56451,1,1,58159,18,3232496902,'2017-05-10 16:58:44',''),(56452,1,1,58160,3,3232496902,'2017-05-10 16:58:46',''),(56453,1,1,58161,26,1152705765,'2017-05-10 18:48:38',''),(56454,1,1,58162,1,1452489215,'2017-05-10 19:23:11','https://www.google.co.uk/'),(56455,1,1,58163,65,2637637469,'2017-05-10 19:28:22',''),(56456,1,1,58164,64,1152705765,'2017-05-10 20:35:37',''),(56457,1,1,58165,48,2637637469,'2017-05-10 21:35:02',''),(56458,1,1,58166,26,1152705765,'2017-05-10 21:54:39',''),(56459,1,1,58167,26,1152705765,'2017-05-11 03:03:16',''),(56460,1,1,58168,43,3024883487,'2017-05-11 05:51:50',''),(56461,1,1,58169,1,1760321962,'2017-05-11 05:55:46',''),(56462,1,1,58170,26,3475901798,'2017-05-11 06:06:55',''),(56463,1,1,58171,1,786803397,'2017-05-11 06:14:26',''),(56464,1,1,58172,1,1542483292,'2017-05-11 08:08:05',''),(56465,1,1,58173,26,1152706343,'2017-05-11 08:16:45',''),(56466,1,1,58174,26,3475901798,'2017-05-11 08:41:07',''),(56467,1,1,58175,75,3475901798,'2017-05-11 09:09:48',''),(56468,1,1,58176,28,3475901798,'2017-05-11 09:32:07',''),(56469,1,1,58177,6,1123631850,'2017-05-11 11:11:47',''),(56470,1,1,58178,1,758621151,'2017-05-11 12:25:30',''),(56471,1,1,58179,43,1152706343,'2017-05-11 14:03:13',''),(56472,1,1,58180,48,3024883477,'2017-05-11 14:05:23',''),(56473,1,1,58181,41,1152706343,'2017-05-11 15:05:37',''),(56474,1,1,58182,43,872366363,'2017-05-11 16:16:11',''),(56475,1,1,58183,26,3475901798,'2017-05-11 17:03:08',''),(56476,1,1,58184,26,2637637469,'2017-05-11 21:08:02',''),(56477,1,1,58185,1,3024883593,'2017-05-11 21:40:14',''),(56478,1,1,58186,6,1123631850,'2017-05-11 22:08:58',''),(56479,1,1,58187,16,96260879,'2017-05-11 22:26:31',''),(56480,1,1,58188,48,96260879,'2017-05-11 22:26:32',''),(56481,1,1,58189,57,96260879,'2017-05-11 22:26:33',''),(56482,1,1,58190,45,96260879,'2017-05-11 22:26:34',''),(56483,1,1,58191,1,84496279,'2017-05-12 00:35:52',''),(56484,1,1,58193,43,96260879,'2017-05-12 01:16:03',''),(56485,1,1,58192,16,96260879,'2017-05-12 01:16:03',''),(56486,1,1,58194,14,3475901811,'2017-05-12 02:57:49',''),(56487,1,1,58195,1,3479603870,'2017-05-12 05:10:25',''),(56488,1,1,58196,1,2366158595,'2017-05-12 06:27:14',''),(56489,1,1,58197,1,2366158595,'2017-05-12 06:27:17',''),(56490,1,1,58198,26,676177727,'2017-05-12 07:59:14',''),(56491,1,1,58199,1,1542483316,'2017-05-12 08:02:53',''),(56492,1,1,58200,66,2760155428,'2017-05-12 08:41:06',''),(56493,1,1,58201,26,676177710,'2017-05-12 10:26:39',''),(56494,1,1,58202,9,872366414,'2017-05-12 10:48:44',''),(56495,1,1,58203,71,676177727,'2017-05-12 11:25:31',''),(56496,1,1,58204,6,1123631850,'2017-05-12 12:41:01',''),(56497,1,1,58205,6,3024883483,'2017-05-12 13:58:56',''),(56498,1,1,58206,1,87915131,'2017-05-12 14:13:45','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwikzMf-xOrTAhUkL8AKHV-hABEQFggjMAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ'),(56499,1,1,58207,1,2420907761,'2017-05-12 14:55:16',''),(56500,1,1,58208,1,2420907761,'2017-05-12 14:55:19',''),(56501,1,1,58209,1,2420907761,'2017-05-12 14:55:21',''),(56502,1,1,58210,1,2420907761,'2017-05-12 14:55:25',''),(56503,1,1,58211,1,2420907761,'2017-05-12 14:55:28',''),(56504,1,1,58212,1,2420907761,'2017-05-12 14:55:32',''),(56505,1,1,58213,1,2420907761,'2017-05-12 14:55:38',''),(56506,1,1,58214,1,2420907761,'2017-05-12 14:55:43',''),(56507,1,1,58215,6,676177710,'2017-05-12 15:44:14',''),(56508,1,1,58216,67,3024883477,'2017-05-12 17:02:45',''),(56509,1,1,58217,1,2731721828,'2017-05-12 17:16:58',''),(56510,1,1,58218,1,1806224535,'2017-05-12 17:40:57',''),(56511,1,1,58219,1,1806224535,'2017-05-12 17:40:59',''),(56512,1,1,58220,1,1806224535,'2017-05-12 17:41:01',''),(56513,1,1,58221,18,1806224535,'2017-05-12 17:41:02',''),(56514,1,1,58222,3,1806224535,'2017-05-12 17:41:04',''),(56515,1,1,58223,55,676177727,'2017-05-12 19:15:59',''),(56516,1,1,58224,1,676177710,'2017-05-12 19:22:01',''),(56517,1,1,58225,65,2637637469,'2017-05-12 19:35:58',''),(56518,1,1,58226,68,2637637469,'2017-05-12 19:35:59',''),(56519,1,1,58227,63,2637637469,'2017-05-12 19:36:02',''),(56520,1,1,58228,43,3475901798,'2017-05-12 19:36:03',''),(56521,1,1,58229,55,676177727,'2017-05-12 19:36:07',''),(56522,1,1,58230,43,3475901798,'2017-05-12 19:36:08',''),(56523,1,1,58231,10,676177727,'2017-05-12 19:36:09',''),(56524,1,1,58232,52,676177710,'2017-05-12 19:36:13',''),(56525,1,1,58233,6,676177710,'2017-05-12 19:36:14',''),(56526,1,1,58234,15,676177710,'2017-05-12 19:36:16',''),(56527,1,1,58235,43,96260888,'2017-05-12 19:52:56',''),(56528,1,1,58236,16,2637637415,'2017-05-12 20:36:07',''),(56529,1,1,58237,1,1123631211,'2017-05-12 20:47:07',''),(56530,1,1,58238,65,1123631219,'2017-05-12 22:35:04',''),(56531,1,1,58239,62,1123631215,'2017-05-12 23:35:09',''),(56532,1,1,58240,65,1123631211,'2017-05-13 00:12:18',''),(56533,1,1,58241,26,2637637415,'2017-05-13 04:58:35',''),(56534,1,1,58242,1,3587046859,'2017-05-13 06:47:38',''),(56535,1,1,58243,44,96260903,'2017-05-13 07:21:52',''),(56536,1,1,58244,1,1542483323,'2017-05-13 08:02:29',''),(56537,1,1,58245,73,3652617253,'2017-05-13 10:11:46',''),(56538,1,1,58246,56,3587031181,'2017-05-13 10:15:19','https://www.google.co.uk/'),(56539,1,1,58247,1,1123631219,'2017-05-13 10:16:18',''),(56540,1,1,58248,1,1123631211,'2017-05-13 12:41:27',''),(56541,1,1,58249,1,3024883462,'2017-05-13 12:50:44',''),(56542,1,1,58250,45,2760155469,'2017-05-13 14:54:11',''),(56543,1,1,58251,51,1152706343,'2017-05-13 17:00:03',''),(56544,1,1,58252,1,3104646859,'2017-05-13 17:34:09',''),(56545,1,1,58253,1,3702877279,'2017-05-13 17:48:39',''),(56546,1,1,58254,54,3024883461,'2017-05-13 20:23:34',''),(56547,1,1,58255,56,872366371,'2017-05-13 21:35:12',''),(56548,1,1,58256,56,2637637415,'2017-05-13 21:49:26',''),(56549,1,1,58257,1,3024883466,'2017-05-14 04:20:45',''),(56550,1,1,58258,50,676177710,'2017-05-14 06:54:07',''),(56551,1,1,58259,1,2366148121,'2017-05-14 07:47:42',''),(56552,1,1,58260,1,1570674749,'2017-05-14 07:47:45',''),(56553,1,1,58261,1,1542483305,'2017-05-14 08:13:00',''),(56554,1,1,58262,26,3475901743,'2017-05-14 14:20:24',''),(56555,1,1,58263,10,96260878,'2017-05-14 15:48:44',''),(56556,1,1,58264,38,3475901743,'2017-05-14 17:20:42',''),(56557,1,1,58265,43,96260888,'2017-05-14 17:41:50',''),(56558,1,1,58266,1,1152706343,'2017-05-14 18:50:30',''),(56559,1,1,58267,71,3652617220,'2017-05-14 19:05:13',''),(56560,1,1,58268,26,2637637469,'2017-05-14 19:24:35',''),(56561,1,1,58269,1,676177710,'2017-05-14 19:57:41',''),(56562,1,1,58270,58,3652617397,'2017-05-14 20:39:22',''),(56563,1,1,58271,42,1152706343,'2017-05-14 22:26:59',''),(56564,1,1,58272,18,3475901869,'2017-05-15 03:46:14',''),(56565,1,1,58273,58,2637637428,'2017-05-15 05:26:34',''),(56566,1,1,58274,54,3024883465,'2017-05-15 06:34:48',''),(56567,1,1,58275,55,3652617239,'2017-05-15 07:02:47',''),(56568,1,1,58276,1,1542483308,'2017-05-15 07:55:12',''),(56569,1,1,58277,1,2420909641,'2017-05-15 08:28:16',''),(56570,1,1,58278,1,3024883480,'2017-05-15 09:23:15',''),(56571,1,1,58279,1,1938120514,'2017-05-15 09:30:50',''),(56572,1,1,58280,1,35309179,'2017-05-15 11:02:08','https://www.google.co.uk/'),(56573,1,1,58281,48,96260903,'2017-05-15 11:34:25',''),(56574,1,1,58282,65,1123631850,'2017-05-15 13:13:31',''),(56575,1,1,58283,64,3475901869,'2017-05-15 14:54:50',''),(56576,1,1,58284,65,1123631850,'2017-05-15 16:36:05',''),(56577,1,1,58285,66,2637637442,'2017-05-15 18:38:59',''),(56578,1,1,58286,70,2637637415,'2017-05-15 19:03:43',''),(56579,1,1,58287,73,2637637415,'2017-05-15 19:31:45',''),(56580,1,1,58288,1,84513669,'2017-05-15 19:53:52',''),(56581,1,1,58289,1,84513669,'2017-05-15 19:53:55',''),(56582,1,1,58290,1,84513669,'2017-05-15 19:53:58',''),(56583,1,1,58291,1,84513669,'2017-05-15 19:54:02',''),(56584,1,1,58292,1,84513669,'2017-05-15 19:54:07',''),(56585,1,1,58293,1,84513669,'2017-05-15 19:54:12',''),(56586,1,1,58294,1,84513669,'2017-05-15 19:54:17',''),(56587,1,1,58295,1,84513669,'2017-05-15 19:54:24',''),(56588,1,1,58296,62,597566677,'2017-05-15 20:24:15',''),(56589,1,1,58297,51,2637637442,'2017-05-15 20:46:15',''),(56590,1,1,58298,65,1123631219,'2017-05-15 21:45:45',''),(56591,1,1,58299,1,3024883487,'2017-05-15 21:59:52',''),(56592,1,1,58300,57,872366394,'2017-05-15 22:04:43',''),(56593,1,1,58301,1,3024883619,'2017-05-15 23:02:21',''),(56594,1,1,58302,1,2637637442,'2017-05-16 00:22:38',''),(56595,1,1,58303,18,3475901869,'2017-05-16 00:22:55',''),(56596,1,1,58304,41,2637637415,'2017-05-16 00:22:59',''),(56597,1,1,58305,27,2637637428,'2017-05-16 01:13:56',''),(56598,1,1,58306,1,779516900,'2017-05-16 01:20:42',''),(56599,1,1,58307,1,3024883609,'2017-05-16 01:28:37',''),(56600,1,1,58308,69,2760155400,'2017-05-16 02:47:28',''),(56601,1,1,58309,47,1123631215,'2017-05-16 02:57:20',''),(56602,1,1,58310,47,2303381358,'2017-05-16 03:33:52',''),(56603,1,1,58311,66,1152706343,'2017-05-16 04:37:07',''),(56604,1,1,58312,1,2996488225,'2017-05-16 06:43:57',''),(56605,1,1,58313,1,100662596,'2017-05-16 06:43:59',''),(56606,1,1,58314,26,2637637442,'2017-05-16 07:17:25',''),(56607,1,1,58315,1,3495654154,'2017-05-16 07:39:25',''),(56608,1,1,58316,1,1542483310,'2017-05-16 07:57:27',''),(56609,1,1,58317,50,2637637442,'2017-05-16 09:17:32',''),(56610,1,1,58318,26,2637637442,'2017-05-16 09:46:42',''),(56611,1,1,58319,43,872366425,'2017-05-16 09:47:22',''),(56612,1,1,58320,6,1123631211,'2017-05-16 09:47:37',''),(56613,1,1,58321,51,1072954604,'2017-05-16 10:23:17',''),(56614,1,1,58322,16,3106657069,'2017-05-16 10:41:06',''),(56615,1,1,58323,1,3106657069,'2017-05-16 10:41:10',''),(56616,1,1,58324,16,3106657069,'2017-05-16 10:41:11',''),(56617,1,1,58325,16,1588720061,'2017-05-16 10:46:27',''),(56618,1,1,58326,1,1588720061,'2017-05-16 10:46:29',''),(56619,1,1,58327,16,1588720061,'2017-05-16 10:46:30',''),(56620,1,1,58328,1,1464596880,'2017-05-16 11:14:41','https://www.google.co.uk/'),(56621,1,1,58329,1,2953384145,'2017-05-16 12:28:45',''),(56622,1,1,58330,1,920292889,'2017-05-16 12:58:01',''),(56623,1,1,58331,43,3475901874,'2017-05-16 12:59:02',''),(56624,1,1,58332,1,3578687162,'2017-05-16 14:52:12','https://www.google.co.uk/'),(56625,1,1,58333,1,1041806727,'2017-05-16 14:54:25',''),(56626,1,1,58334,1,1123631215,'2017-05-16 16:46:46',''),(56627,1,1,58335,1,3024883475,'2017-05-16 17:08:32',''),(56628,1,1,58336,1,3342489297,'2017-05-16 19:01:44',''),(56629,1,1,58337,26,1123631211,'2017-05-16 19:55:04',''),(56630,1,1,58338,43,96260899,'2017-05-16 20:41:01',''),(56631,1,1,58339,43,3291763730,'2017-05-16 20:52:27',''),(56632,1,1,58340,43,3291763730,'2017-05-16 20:52:29',''),(56633,1,1,58341,1,3291763730,'2017-05-16 20:52:32',''),(56634,1,1,58342,43,3291763730,'2017-05-16 20:52:33',''),(56635,1,1,58343,1,676695033,'2017-05-16 21:06:02',''),(56636,1,1,58344,68,1123631219,'2017-05-16 21:28:40',''),(56637,1,1,58345,75,3475901748,'2017-05-17 02:01:13',''),(56638,1,1,58346,16,1123631219,'2017-05-17 02:02:59',''),(56639,1,1,58347,59,2760155453,'2017-05-17 02:33:06',''),(56640,1,1,58348,26,2637637442,'2017-05-17 03:15:53',''),(56641,1,1,58349,1,3492536661,'2017-05-17 03:33:17',''),(56642,1,1,58350,1,3492536661,'2017-05-17 03:33:22',''),(56643,1,1,58351,1,3492536661,'2017-05-17 03:33:27',''),(56644,1,1,58352,1,3492536661,'2017-05-17 03:33:32',''),(56645,1,1,58353,1,3492536661,'2017-05-17 03:33:36',''),(56646,1,1,58354,1,3492536661,'2017-05-17 03:33:41',''),(56647,1,1,58355,1,3492536661,'2017-05-17 03:33:46',''),(56648,1,1,58356,1,3492536661,'2017-05-17 03:33:50',''),(56649,1,1,58357,1,3492536661,'2017-05-17 03:33:55',''),(56650,1,1,58358,1,3492536661,'2017-05-17 03:34:00',''),(56651,1,1,58359,1,3492536661,'2017-05-17 03:34:04',''),(56652,1,1,58360,1,3492536661,'2017-05-17 03:34:09',''),(56653,1,1,58361,1,3492536661,'2017-05-17 03:34:14',''),(56654,1,1,58362,1,3492536661,'2017-05-17 03:34:19',''),(56655,1,1,58363,1,3492536661,'2017-05-17 03:34:23',''),(56656,1,1,58364,1,3492536661,'2017-05-17 03:34:28',''),(56657,1,1,58365,1,3492536661,'2017-05-17 03:34:33',''),(56658,1,1,58366,1,3492536661,'2017-05-17 03:34:37',''),(56659,1,1,58367,1,3492536661,'2017-05-17 03:34:42',''),(56660,1,1,58368,68,3024883617,'2017-05-17 05:09:11',''),(56661,1,1,58369,16,3562249039,'2017-05-17 07:01:08',''),(56662,1,1,58370,1,3562249039,'2017-05-17 07:01:12',''),(56663,1,1,58371,16,3562249039,'2017-05-17 07:01:15',''),(56664,1,1,58372,1,1542483272,'2017-05-17 07:49:57',''),(56665,1,1,58373,45,1152706343,'2017-05-17 09:13:00',''),(56666,1,1,58374,16,1123631219,'2017-05-17 10:29:25',''),(56667,1,1,58375,16,1123631211,'2017-05-17 10:29:28',''),(56668,1,1,58378,56,3702877288,'2017-05-17 11:22:03',''),(56669,1,1,58379,1,3024883472,'2017-05-17 12:24:13',''),(56670,1,1,58380,49,2760155427,'2017-05-17 12:42:12',''),(56671,1,1,58381,3,3652617286,'2017-05-17 12:44:20',''),(56672,1,1,58382,16,1123631219,'2017-05-17 14:15:13',''),(56673,1,1,58383,16,1123631211,'2017-05-17 14:19:59',''),(56674,1,1,58387,16,1123631215,'2017-05-17 14:26:14',''),(56675,1,1,58388,1,3024883470,'2017-05-17 16:02:37',''),(56676,1,1,58389,46,2637637442,'2017-05-17 16:10:33',''),(56677,1,1,58390,1,2637637442,'2017-05-17 18:10:28',''),(56678,1,1,58391,6,758752254,'2017-05-17 19:47:12',''),(56679,1,1,58392,1,1815808080,'2017-05-17 22:02:09',''),(56680,1,1,58393,1,1123631211,'2017-05-17 23:09:48',''),(56681,1,1,58394,68,2637637428,'2017-05-18 00:50:51',''),(56682,1,1,58395,53,2303381367,'2017-05-18 01:46:38',''),(56683,1,1,58396,47,1152706343,'2017-05-18 05:27:28',''),(56684,1,1,58397,9,676177778,'2017-05-18 06:00:25',''),(56685,1,1,58398,16,1588722729,'2017-05-18 06:30:12',''),(56686,1,1,58399,1,1588722729,'2017-05-18 06:30:14',''),(56687,1,1,58400,16,1588722729,'2017-05-18 06:30:16',''),(56688,1,1,58401,1,84504390,'2017-05-18 06:37:29',''),(56689,1,1,58402,1,100662596,'2017-05-18 06:45:28',''),(56690,1,1,58403,1,2366145577,'2017-05-18 06:45:32',''),(56691,1,1,58404,1,1542483273,'2017-05-18 08:00:52',''),(56692,1,1,58405,1,2516511399,'2017-05-18 08:30:04','https://www.google.co.uk/'),(56693,1,1,58406,62,3652617367,'2017-05-18 08:38:10',''),(56694,1,1,58407,26,3475901755,'2017-05-18 10:20:50',''),(56695,1,1,58408,16,1123631215,'2017-05-18 10:51:54',''),(56696,1,1,58409,70,3652617287,'2017-05-18 11:15:22',''),(56697,1,1,58410,1,1123631219,'2017-05-18 11:55:15',''),(56698,1,1,58411,1,2071807780,'2017-05-18 11:57:06',''),(56699,1,1,58412,16,1123631219,'2017-05-18 12:58:36',''),(56700,1,1,58413,1,1368464418,'2017-05-18 13:13:13','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0ahUKEwjQh63CwvnTAhWlKMAKHYZxDEYQgU8IcDAG&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&as_qdr=all&safe=active'),(56701,1,1,58414,1,3373404845,'2017-05-18 13:36:34',''),(56702,1,1,58415,45,2001804720,'2017-05-18 14:34:29',''),(56703,1,1,58416,1,2001804720,'2017-05-18 14:34:31',''),(56704,1,1,58417,45,2001804720,'2017-05-18 14:34:34',''),(56705,1,1,58418,65,2637637428,'2017-05-18 16:03:37',''),(56706,1,1,58419,49,3024883489,'2017-05-18 16:49:14',''),(56707,1,1,58420,26,3475901755,'2017-05-18 17:15:32',''),(56708,1,1,58421,58,2366148121,'2017-05-18 17:56:54',''),(56709,1,1,58422,54,2637637428,'2017-05-18 18:52:01',''),(56710,1,1,58423,1,875809188,'2017-05-18 19:08:07',''),(56711,1,1,58424,1,2071807861,'2017-05-18 19:14:54',''),(56712,1,1,58425,43,1123631211,'2017-05-18 19:41:51',''),(56713,1,1,58426,16,1123631215,'2017-05-18 19:44:44',''),(56714,1,1,58427,43,1123631219,'2017-05-18 19:45:03',''),(56715,1,1,58428,1,1159647986,'2017-05-18 20:32:42',''),(56716,1,1,58429,1,1159647986,'2017-05-18 20:33:24',''),(56717,1,1,58430,1,1159647986,'2017-05-18 20:33:33',''),(56718,1,1,58431,1,1159647986,'2017-05-18 20:33:38',''),(56719,1,1,58432,1,1159647986,'2017-05-18 20:33:45',''),(56720,1,1,58433,1,1159647986,'2017-05-18 20:33:49',''),(56721,1,1,58434,1,1159647986,'2017-05-18 20:33:53',''),(56722,1,1,58435,1,1159647986,'2017-05-18 20:34:00',''),(56723,1,1,58436,1,1815808070,'2017-05-18 21:10:04',''),(56724,1,1,58437,16,1123631215,'2017-05-18 21:39:54',''),(56725,1,1,58438,16,1123631211,'2017-05-18 21:42:47',''),(56726,1,1,58440,27,872366560,'2017-05-18 21:53:38',''),(56727,1,1,58441,43,1123631215,'2017-05-18 23:43:46',''),(56728,1,1,58443,1,3024883592,'2017-05-18 23:57:39',''),(56729,1,1,58444,16,1123631219,'2017-05-19 01:08:07',''),(56730,1,1,58445,16,1123631219,'2017-05-19 01:56:06',''),(56731,1,1,58446,43,1123631219,'2017-05-19 03:14:08',''),(56732,1,1,58447,43,1123631215,'2017-05-19 03:15:03',''),(56733,1,1,58450,26,3475901697,'2017-05-19 03:32:59',''),(56734,1,1,58451,26,3475901697,'2017-05-19 06:25:27',''),(56735,1,1,58452,1,1123631219,'2017-05-19 06:27:33',''),(56736,1,1,58453,16,1123631215,'2017-05-19 06:29:06',''),(56737,1,1,58454,18,3475901787,'2017-05-19 07:35:48',''),(56738,1,1,58455,41,3475901697,'2017-05-19 07:35:53',''),(56739,1,1,58456,1,2637637442,'2017-05-19 07:35:58',''),(56740,1,1,58457,1,1542483300,'2017-05-19 07:42:57',''),(56741,1,1,58458,43,1123631219,'2017-05-19 08:28:53',''),(56742,1,1,58459,26,3475901697,'2017-05-19 11:33:10',''),(56743,1,1,58460,41,3024883596,'2017-05-19 11:34:36',''),(56744,1,1,58461,26,3475901697,'2017-05-19 12:34:27',''),(56745,1,1,58462,1,921226271,'2017-05-19 12:51:18',''),(56746,1,1,58463,1,3373404845,'2017-05-19 13:38:17',''),(56747,1,1,58464,1,3024883475,'2017-05-19 15:24:02',''),(56748,1,1,58465,52,3702877288,'2017-05-19 18:59:31',''),(56749,1,1,58466,16,3475901697,'2017-05-19 21:07:35',''),(56750,1,1,58467,1,3231821015,'2017-05-19 23:13:00',''),(56751,1,1,58468,44,3024883591,'2017-05-20 00:20:34',''),(56752,1,1,58469,26,3475901787,'2017-05-20 01:11:40',''),(56753,1,1,58470,1,1384430140,'2017-05-20 01:31:37',''),(56754,1,1,58471,58,1570674749,'2017-05-20 02:36:21',''),(56755,1,1,58472,54,2996488225,'2017-05-20 02:36:23',''),(56756,1,1,58473,1,2637637442,'2017-05-20 03:34:42',''),(56757,1,1,58474,54,1152706343,'2017-05-20 04:01:02',''),(56758,1,1,58475,1,1123631854,'2017-05-20 05:17:04',''),(56759,1,1,58476,29,3652617287,'2017-05-20 05:19:02',''),(56760,1,1,58477,1,100662596,'2017-05-20 06:16:15',''),(56761,1,1,58478,1,2996488230,'2017-05-20 06:16:19',''),(56762,1,1,58479,1,1123634327,'2017-05-20 06:38:50',''),(56763,1,1,58480,26,2637637555,'2017-05-20 06:45:35',''),(56764,1,1,58481,1,1542483287,'2017-05-20 07:47:55',''),(56765,1,1,58482,31,2637637428,'2017-05-20 07:57:15',''),(56766,1,1,58470,1,1384430140,'2017-05-20 07:58:29',''),(56767,1,1,58483,16,872366396,'2017-05-20 09:36:59',''),(56768,1,1,58484,6,1123634325,'2017-05-20 10:24:03',''),(56769,1,1,58485,1,3332890406,'2017-05-20 12:42:13','http://pizza-imperia.com/'),(56770,1,1,58486,55,1395664020,'2017-05-20 13:11:28',''),(56771,1,1,58487,55,1395664020,'2017-05-20 13:11:30',''),(56772,1,1,58488,1,1395664020,'2017-05-20 13:11:32',''),(56773,1,1,58489,55,1395664020,'2017-05-20 13:11:34',''),(56774,1,1,58490,1,3024883475,'2017-05-20 13:16:07',''),(56775,1,1,58491,16,222444583,'2017-05-20 19:49:28',''),(56776,1,1,58492,16,222444583,'2017-05-20 19:49:30',''),(56777,1,1,58493,1,222444583,'2017-05-20 19:49:33',''),(56778,1,1,58494,16,222444583,'2017-05-20 19:49:34',''),(56779,1,1,58495,1,1123631211,'2017-05-20 20:13:45',''),(56780,1,1,58496,1,1089906100,'2017-05-20 20:31:39','http://whois.domaintools.com/mstyresblackburn.co.uk'),(56781,1,1,58497,16,222444583,'2017-05-20 20:36:26',''),(56782,1,1,58498,16,222444583,'2017-05-20 20:36:29',''),(56783,1,1,58499,1,222444583,'2017-05-20 20:36:31',''),(56784,1,1,58500,16,222444583,'2017-05-20 20:36:33',''),(56785,1,1,58501,16,222444583,'2017-05-20 20:36:36',''),(56786,1,1,58502,56,1318186906,'2017-05-20 21:23:19','http://www.google.co.uk/'),(56787,1,1,58503,1,1041806727,'2017-05-20 21:25:36',''),(56788,1,1,58504,1,3024883487,'2017-05-20 23:11:29',''),(56789,1,1,58505,1,3024883464,'2017-05-20 23:30:56',''),(56790,1,1,58506,43,1123631211,'2017-05-20 23:50:15',''),(56791,1,1,58507,6,1123631211,'2017-05-21 00:54:17',''),(56792,1,1,58508,1,1123631219,'2017-05-21 02:13:45',''),(56793,1,1,58509,1,3479603870,'2017-05-21 02:33:36',''),(56794,1,1,58510,43,1123631219,'2017-05-21 03:28:40',''),(56795,1,1,58511,62,3024883599,'2017-05-21 04:14:49',''),(56796,1,1,58512,43,1123631215,'2017-05-21 07:11:24',''),(56797,1,1,58514,1,1123631211,'2017-05-21 07:38:49',''),(56798,1,1,58515,1,1577444640,'2017-05-21 08:02:54',''),(56799,1,1,58516,1,1542483305,'2017-05-21 09:27:21',''),(56800,1,1,58517,48,2637637428,'2017-05-21 10:52:44',''),(56801,1,1,58518,1,84492194,'2017-05-21 12:09:55',''),(56802,1,1,58519,58,2637637428,'2017-05-21 14:14:26',''),(56803,1,1,58520,56,2637637555,'2017-05-21 18:48:54',''),(56804,1,1,58521,9,1395664020,'2017-05-21 19:48:53',''),(56805,1,1,58522,1,1395664020,'2017-05-21 19:48:55',''),(56806,1,1,58523,63,1123632495,'2017-05-21 20:18:46',''),(56807,1,1,58524,53,2637637442,'2017-05-21 21:03:11',''),(56808,1,1,58525,1,3305213961,'2017-05-21 22:16:41',''),(56809,1,1,58526,1,3305213961,'2017-05-21 22:16:50',''),(56810,1,1,58527,23,1123632499,'2017-05-22 01:58:37',''),(56811,1,1,58528,1,1159646682,'2017-05-22 02:09:37',''),(56812,1,1,58529,1,1159646682,'2017-05-22 02:09:43',''),(56813,1,1,58530,1,1159646682,'2017-05-22 02:09:47',''),(56814,1,1,58531,1,1159646682,'2017-05-22 02:09:52',''),(56815,1,1,58532,1,1159646682,'2017-05-22 02:09:55',''),(56816,1,1,58533,1,1159646682,'2017-05-22 02:09:59',''),(56817,1,1,58534,1,1159646682,'2017-05-22 02:10:04',''),(56818,1,1,58535,1,1159646682,'2017-05-22 02:10:08',''),(56819,1,1,58536,1,2954861737,'2017-05-22 03:58:06',''),(56820,1,1,58537,23,2954861737,'2017-05-22 03:58:10',''),(56821,1,1,58538,1,789962230,'2017-05-22 04:22:35',''),(56822,1,1,58539,23,789962230,'2017-05-22 04:22:37',''),(56823,1,1,58540,23,789962230,'2017-05-22 04:22:38',''),(56824,1,1,58541,23,789962230,'2017-05-22 04:22:42',''),(56825,1,1,58542,31,2637637428,'2017-05-22 04:30:46',''),(56826,1,1,58543,1,842969297,'2017-05-22 05:02:44',''),(56827,1,1,58544,64,872366388,'2017-05-22 06:08:46',''),(56828,1,1,58545,1,1542483274,'2017-05-22 07:35:17',''),(56829,1,1,58546,1,2996488230,'2017-05-22 08:04:44',''),(56830,1,1,58547,1,100662596,'2017-05-22 08:04:48',''),(56831,1,1,58548,75,676177708,'2017-05-22 08:34:41',''),(56832,1,1,58549,22,1123632491,'2017-05-22 08:40:46',''),(56833,1,1,58550,1,1123632495,'2017-05-22 09:16:37',''),(56834,1,1,58551,16,2637637555,'2017-05-22 10:10:32',''),(56835,1,1,58552,1,1123632499,'2017-05-22 10:37:39',''),(56836,1,1,58553,1,1308033634,'2017-05-22 11:08:41','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwi5od2MroPUAhWD0hoKHRxfDXcQFgg6MAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ'),(56837,1,1,58554,1,3492536661,'2017-05-22 11:11:37',''),(56838,1,1,58555,1,3492536661,'2017-05-22 11:11:42',''),(56839,1,1,58556,1,3492536661,'2017-05-22 11:11:52',''),(56840,1,1,58557,1,3492536661,'2017-05-22 11:11:56',''),(56841,1,1,58558,1,3492536661,'2017-05-22 11:12:01',''),(56842,1,1,58559,1,3492536661,'2017-05-22 11:12:06',''),(56843,1,1,58560,1,3492536661,'2017-05-22 11:12:10',''),(56844,1,1,58561,1,3492536661,'2017-05-22 11:12:16',''),(56845,1,1,58562,1,3492536661,'2017-05-22 11:12:20',''),(56846,1,1,58563,1,3492536661,'2017-05-22 11:12:26',''),(56847,1,1,58564,1,3492536661,'2017-05-22 11:12:30',''),(56848,1,1,58565,1,3492536661,'2017-05-22 11:12:35',''),(56849,1,1,58566,1,3492536661,'2017-05-22 11:12:42',''),(56850,1,1,58567,1,3492536661,'2017-05-22 11:12:44',''),(56851,1,1,58568,1,3492536661,'2017-05-22 11:12:50',''),(56852,1,1,58569,1,3492536661,'2017-05-22 11:12:54',''),(56853,1,1,58570,1,3492536661,'2017-05-22 11:12:59',''),(56854,1,1,58571,1,3492536661,'2017-05-22 11:13:03',''),(56855,1,1,58572,1,3492536661,'2017-05-22 11:13:09',''),(56856,1,1,58573,27,3024883470,'2017-05-22 11:53:50',''),(56857,1,1,58574,43,1878556895,'2017-05-22 13:39:41',''),(56858,1,1,58575,46,1123632491,'2017-05-22 13:59:55',''),(56859,1,1,58576,31,1123632499,'2017-05-22 15:15:43',''),(56860,1,1,58577,1,1123631858,'2017-05-22 16:25:21',''),(56861,1,1,58578,14,1123631858,'2017-05-22 17:47:18',''),(56862,1,1,58579,15,1123631850,'2017-05-22 19:03:03',''),(56863,1,1,58580,65,3024883488,'2017-05-22 19:19:10',''),(56864,1,1,58581,50,2637637442,'2017-05-22 19:33:59',''),(56865,1,1,58582,1,1395664020,'2017-05-22 19:39:58',''),(56866,1,1,58583,1,1395664020,'2017-05-22 19:39:59',''),(56867,1,1,58584,6,3126877538,'2017-05-22 19:42:44','https://www.google.com/'),(56868,1,1,58585,1,3024883610,'2017-05-22 19:52:32',''),(56869,1,1,58586,1,1123631850,'2017-05-22 20:59:36',''),(56870,1,1,58587,67,676177708,'2017-05-23 03:21:23',''),(56871,1,1,58588,47,1123631858,'2017-05-23 03:53:32',''),(56872,1,1,58589,1,3024883617,'2017-05-23 04:10:53',''),(56873,1,1,58590,1,3024883470,'2017-05-23 04:10:55',''),(56874,1,1,58591,54,1123631854,'2017-05-23 05:09:19',''),(56875,1,1,58592,16,1159646682,'2017-05-23 05:17:01',''),(56876,1,1,58593,1,1542483271,'2017-05-23 07:56:28',''),(56877,1,1,58594,51,2071807814,'2017-05-23 08:59:18',''),(56878,1,1,58595,46,2637637442,'2017-05-23 09:48:39',''),(56879,1,1,58596,52,2637637442,'2017-05-23 10:30:32',''),(56880,1,1,58597,1,2637637442,'2017-05-23 12:11:26',''),(56881,1,1,58598,20,1123631858,'2017-05-23 13:21:23',''),(56882,1,1,58599,26,2637637428,'2017-05-23 13:24:42',''),(56883,1,1,58600,26,2637637442,'2017-05-23 14:57:04',''),(56884,1,1,58601,1,1378061434,'2017-05-23 15:14:54',''),(56885,1,1,58602,1,296142090,'2017-05-23 16:09:42',''),(56886,1,1,58603,59,676177708,'2017-05-23 19:33:18',''),(56887,1,1,58604,21,1123631858,'2017-05-23 19:53:40',''),(56888,1,1,58605,1,3024883467,'2017-05-23 23:07:25',''),(56889,1,1,58606,1,3024883591,'2017-05-24 02:02:31',''),(56890,1,1,58607,1,1402306146,'2017-05-24 03:12:52',''),(56891,1,1,58608,65,3024883595,'2017-05-24 05:56:44',''),(56892,1,1,58609,1,2366148121,'2017-05-24 06:38:58',''),(56893,1,1,58610,1,100662596,'2017-05-24 06:39:02',''),(56894,1,1,58611,69,1123631850,'2017-05-24 07:14:33',''),(56895,1,1,58612,28,2760155484,'2017-05-24 07:36:31',''),(56896,1,1,58613,1,1542483269,'2017-05-24 07:57:32',''),(56897,1,1,58614,6,1123633653,'2017-05-24 12:11:45',''),(56898,1,1,58615,1,84496517,'2017-05-24 14:37:01',''),(56899,1,1,58616,1,3024883617,'2017-05-24 14:52:10',''),(56900,1,1,58617,16,3652617364,'2017-05-24 16:59:44',''),(56901,1,1,58618,1,3702877360,'2017-05-24 19:29:42',''),(56902,1,1,58619,10,3024883608,'2017-05-24 19:41:47',''),(56903,1,1,58620,63,2071807792,'2017-05-24 20:16:47',''),(56904,1,1,58621,27,676177789,'2017-05-24 20:17:13',''),(56905,1,1,58622,68,676177789,'2017-05-24 20:19:50',''),(56906,1,1,58623,1,3024883463,'2017-05-24 22:27:24',''),(56907,1,1,58624,1,1587212101,'2017-05-25 00:31:37',''),(56908,1,1,58625,1,1587212101,'2017-05-25 00:31:41',''),(56909,1,1,58626,1,1587212101,'2017-05-25 00:31:44',''),(56910,1,1,58627,1,1587212101,'2017-05-25 00:31:47',''),(56911,1,1,58628,1,1587212101,'2017-05-25 00:31:50',''),(56912,1,1,58629,1,1587212101,'2017-05-25 00:31:52',''),(56913,1,1,58630,1,1587212101,'2017-05-25 00:31:56',''),(56914,1,1,58631,1,1587212101,'2017-05-25 00:31:59',''),(56915,1,1,58632,1,1358487950,'2017-05-25 04:34:43',''),(56916,1,1,58633,1,3024883476,'2017-05-25 05:04:34',''),(56917,1,1,58634,56,1123631561,'2017-05-25 06:46:55',''),(56918,1,1,58635,1,1542483298,'2017-05-25 07:50:39',''),(56919,1,1,58636,72,2637637468,'2017-05-25 09:40:26',''),(56920,1,1,58637,1,3025659455,'2017-05-25 11:35:19','http://www.garciniacambogiaexpert.com'),(56921,1,1,58638,1,3025659455,'2017-05-25 11:35:21','http://www.garciniacambogiaexpert.com'),(56922,1,1,58639,1,1054099923,'2017-05-25 15:10:00',''),(56923,1,1,58640,1,1384440035,'2017-05-25 19:23:21','http://www.google.co.uk/'),(56924,1,1,58641,6,402267479,'2017-05-25 19:47:55',''),(56925,1,1,58642,74,2637637468,'2017-05-25 20:47:02',''),(56926,1,1,58643,59,3024883617,'2017-05-26 01:21:11',''),(56927,1,1,58644,1,3479603870,'2017-05-26 02:33:55',''),(56928,1,1,58645,6,2457380355,'2017-05-26 06:05:15',''),(56929,1,1,58646,1,2366148121,'2017-05-26 06:24:04',''),(56930,1,1,58647,1,1570674749,'2017-05-26 06:24:07',''),(56931,1,1,58648,1,1542483316,'2017-05-26 07:54:31',''),(56932,1,1,58649,1,3479603870,'2017-05-26 10:48:52',''),(56933,1,1,58650,1,3024883476,'2017-05-26 12:29:56',''),(56934,1,1,58651,1,3024883463,'2017-05-26 12:29:58',''),(56935,1,1,58652,41,2071807846,'2017-05-26 14:39:39',''),(56936,1,1,58653,68,1123631561,'2017-05-26 17:28:56',''),(56937,1,1,58654,45,3475901699,'2017-05-26 18:02:26',''),(56938,1,1,58655,68,1123631557,'2017-05-26 18:41:12',''),(56939,1,1,58656,15,2637637468,'2017-05-26 19:14:21',''),(56940,1,1,58657,66,2637637468,'2017-05-26 19:14:25',''),(56941,1,1,58658,28,676177732,'2017-05-26 19:14:27',''),(56942,1,1,58659,1,2637637468,'2017-05-26 19:14:29',''),(56943,1,1,58660,43,676177732,'2017-05-26 19:14:30',''),(56944,1,1,58661,43,676177732,'2017-05-26 19:14:33',''),(56945,1,1,58662,1,1123631559,'2017-05-26 19:26:56',''),(56946,1,1,58663,1,676695033,'2017-05-26 21:06:41',''),(56947,1,1,58664,68,1123633628,'2017-05-26 21:56:00',''),(56948,1,1,58665,58,3024883611,'2017-05-26 22:32:13',''),(56949,1,1,58666,68,1123633628,'2017-05-27 00:41:36',''),(56950,1,1,58667,1,1123633627,'2017-05-27 01:21:12',''),(56951,1,1,58668,65,1123638585,'2017-05-27 02:16:52','http://www.google.com/search'),(56952,1,1,58669,56,1123638585,'2017-05-27 02:17:10','http://www.google.com/search'),(56953,1,1,58670,68,1123633627,'2017-05-27 04:14:01',''),(56954,1,1,58671,1,1123633627,'2017-05-27 05:15:16',''),(56955,1,1,58672,15,1152706343,'2017-05-27 05:19:31',''),(56956,1,1,58673,1,1542483287,'2017-05-27 08:01:31',''),(56957,1,1,58674,16,1072954456,'2017-05-27 08:50:31',''),(56958,1,1,58675,1,3373404845,'2017-05-27 10:19:09',''),(56959,1,1,58676,1,1358025295,'2017-05-27 14:24:51',''),(56960,1,1,58677,6,872366359,'2017-05-27 15:01:21',''),(56961,1,1,58678,16,3475901699,'2017-05-27 15:46:24',''),(56962,1,1,58679,1,2637637468,'2017-05-27 17:25:20',''),(56963,1,1,58680,45,3024883611,'2017-05-27 18:59:59',''),(56964,1,1,58681,15,1123633628,'2017-05-27 20:29:56',''),(56965,1,1,58682,26,1123633626,'2017-05-27 20:53:25',''),(56966,1,1,58683,1,3024883610,'2017-05-27 21:04:18',''),(56967,1,1,58684,47,676177732,'2017-05-27 23:41:32',''),(56968,1,1,58685,1,1049233589,'2017-05-28 00:14:12',''),(56969,1,1,58686,1,1049233589,'2017-05-28 00:14:15',''),(56970,1,1,58687,1,1049233589,'2017-05-28 00:14:18',''),(56971,1,1,58688,1,1049233589,'2017-05-28 00:14:21',''),(56972,1,1,58689,1,1049233589,'2017-05-28 00:14:23',''),(56973,1,1,58690,1,1049233589,'2017-05-28 00:14:27',''),(56974,1,1,58691,1,1049233589,'2017-05-28 00:14:29',''),(56975,1,1,58692,1,1049233589,'2017-05-28 00:14:32',''),(56976,1,1,58693,55,2071807835,'2017-05-28 00:52:33',''),(56977,1,1,58694,9,3024883613,'2017-05-28 01:48:36',''),(56978,1,1,58695,56,3475901699,'2017-05-28 04:45:42',''),(56979,1,1,58696,1,3024883618,'2017-05-28 04:47:59',''),(56980,1,1,58697,58,676177789,'2017-05-28 04:49:05',''),(56981,1,1,58698,57,2071807826,'2017-05-28 05:29:50',''),(56982,1,1,58699,1,1123633626,'2017-05-28 05:31:57',''),(56983,1,1,58700,1,1570674749,'2017-05-28 06:36:41',''),(56984,1,1,58701,1,100662596,'2017-05-28 06:36:45',''),(56985,1,1,58702,1,1542483269,'2017-05-28 07:59:40',''),(56986,1,1,58703,6,1123633628,'2017-05-28 10:53:51',''),(56987,1,1,58704,16,3475901699,'2017-05-28 11:08:23',''),(56988,1,1,58705,26,676177716,'2017-05-28 12:53:16',''),(56989,1,1,58706,1,759996412,'2017-05-28 14:13:05',''),(56990,1,1,58707,41,2760155807,'2017-05-28 18:44:40',''),(56991,1,1,58708,1,1137545892,'2017-05-28 19:09:21','http://burger-imperia.com/'),(56992,1,1,58709,46,2637637468,'2017-05-28 19:23:33',''),(56993,1,1,58710,31,3475901724,'2017-05-28 19:39:06',''),(56994,1,1,58711,26,676177716,'2017-05-28 21:58:24',''),(56995,1,1,58712,1,1123631833,'2017-05-28 22:18:36',''),(56996,1,1,58713,1,294558837,'2017-05-28 22:40:42',''),(56997,1,1,58714,1,3024883467,'2017-05-29 05:24:39',''),(56998,1,1,58715,1,1732437012,'2017-05-29 06:39:14',''),(56999,1,1,58716,6,1732437012,'2017-05-29 06:39:16',''),(57000,1,1,58717,1,1732437012,'2017-05-29 06:39:59',''),(57001,1,1,58718,6,1732437012,'2017-05-29 06:40:01',''),(57002,1,1,58719,1,3492536660,'2017-05-29 06:44:29',''),(57003,1,1,58720,1,3492536660,'2017-05-29 06:44:34',''),(57004,1,1,58721,1,3492536660,'2017-05-29 06:44:39',''),(57005,1,1,58722,1,3492536660,'2017-05-29 06:44:43',''),(57006,1,1,58723,1,3492536660,'2017-05-29 06:44:48',''),(57007,1,1,58724,1,3492536660,'2017-05-29 06:44:53',''),(57008,1,1,58725,1,3492536660,'2017-05-29 06:44:58',''),(57009,1,1,58726,1,3492536660,'2017-05-29 06:45:02',''),(57010,1,1,58727,1,3492536660,'2017-05-29 06:45:07',''),(57011,1,1,58728,1,3492536660,'2017-05-29 06:45:12',''),(57012,1,1,58729,1,3492536660,'2017-05-29 06:45:16',''),(57013,1,1,58730,1,3492536660,'2017-05-29 06:45:21',''),(57014,1,1,58731,1,3492536660,'2017-05-29 06:45:35',''),(57015,1,1,58732,1,3492536660,'2017-05-29 06:45:40',''),(57016,1,1,58733,1,3492536660,'2017-05-29 06:45:45',''),(57017,1,1,58734,1,3492536660,'2017-05-29 06:45:49',''),(57018,1,1,58735,1,3492536660,'2017-05-29 06:45:54',''),(57019,1,1,58736,1,3492536660,'2017-05-29 06:45:59',''),(57020,1,1,58737,1,3492536660,'2017-05-29 06:46:03',''),(57021,1,1,58738,45,3024883490,'2017-05-29 07:18:49',''),(57022,1,1,58739,1,1542483284,'2017-05-29 07:40:00',''),(57023,1,1,58740,1,3024883473,'2017-05-29 14:18:20',''),(57024,1,1,58741,56,392829569,'2017-05-29 14:54:40',''),(57025,1,1,58742,64,2071807784,'2017-05-29 15:41:06',''),(57026,1,1,58743,26,3475901699,'2017-05-29 18:02:18',''),(57027,1,1,58744,1,779525311,'2017-05-29 19:09:18',''),(57028,1,1,58745,15,1123631829,'2017-05-29 22:05:06',''),(57029,1,1,58746,1,3479603870,'2017-05-29 22:44:05',''),(57030,1,1,58747,1,2987575659,'2017-05-29 23:55:59',''),(57031,1,1,58748,6,3111759270,'2017-05-30 01:34:00',''),(57032,1,1,58749,1,2366158595,'2017-05-30 06:05:40',''),(57033,1,1,58750,1,1570674749,'2017-05-30 06:05:41',''),(57034,1,1,58751,1,3112255038,'2017-05-30 07:34:41','http://hvd-store.com/'),(57035,1,1,58752,62,2538613161,'2017-05-30 07:38:00',''),(57036,1,1,58753,63,2538613161,'2017-05-30 07:38:03',''),(57037,1,1,58754,1,1542483284,'2017-05-30 07:48:00',''),(57038,1,1,58755,1,1344981207,'2017-05-30 11:05:52','https://www.google.co.uk/'),(57039,1,1,58756,1,1041806726,'2017-05-30 11:06:24',''),(57040,1,1,58757,1,1041806726,'2017-05-30 11:06:25',''),(57041,1,1,58758,6,1344981207,'2017-05-30 11:07:49',''),(57042,1,1,58759,26,1815808080,'2017-05-30 11:16:11',''),(57043,1,1,58760,54,1815808080,'2017-05-30 11:16:14',''),(57044,1,1,58761,66,1815808080,'2017-05-30 11:16:17',''),(57045,1,1,58762,63,676177809,'2017-05-30 11:21:11',''),(57046,1,1,58763,73,3024883590,'2017-05-30 14:10:19',''),(57047,1,1,58764,1,1123638581,'2017-05-30 14:35:55','https://www.google.co.uk/'),(57048,1,1,58765,1,3589854147,'2017-05-30 15:10:50',''),(57049,1,1,58766,1,3589854147,'2017-05-30 15:10:51',''),(57050,1,1,58767,1,3589854147,'2017-05-30 15:10:52',''),(57051,1,1,58768,1,872401474,'2017-05-30 15:14:42','http://hundejo.com/'),(57052,1,1,58769,15,676177769,'2017-05-30 16:38:33',''),(57053,1,1,58770,66,676177769,'2017-05-30 16:38:35',''),(57054,1,1,58771,1,676177769,'2017-05-30 16:38:37',''),(57055,1,1,58772,28,3475901777,'2017-05-30 16:38:50',''),(57056,1,1,58773,43,3475901777,'2017-05-30 16:38:53',''),(57057,1,1,58774,43,3475901777,'2017-05-30 16:38:57',''),(57058,1,1,58775,48,1123631829,'2017-05-30 17:25:06',''),(57059,1,1,58776,1,84515621,'2017-05-30 19:28:35',''),(57060,1,1,58777,1,786803397,'2017-05-30 22:32:30',''),(57061,1,1,58778,1,1123631831,'2017-05-31 04:53:48',''),(57062,1,1,58779,1,1123631833,'2017-05-31 06:06:10',''),(57063,1,1,58780,1,1367526356,'2017-05-31 07:06:42','https://www.google.co.uk/'),(57064,1,1,58781,1,1542483277,'2017-05-31 07:47:14',''),(57065,1,1,58782,1,1489388262,'2017-05-31 08:49:08',''),(57066,1,1,58783,1,1489388262,'2017-05-31 08:49:14',''),(57067,1,1,58784,1,1489388262,'2017-05-31 08:49:18',''),(57068,1,1,58785,1,1489388262,'2017-05-31 08:49:23',''),(57069,1,1,58786,1,1489388262,'2017-05-31 08:49:28',''),(57070,1,1,58787,1,1489388262,'2017-05-31 08:49:32',''),(57071,1,1,58788,1,1489388262,'2017-05-31 08:49:36',''),(57072,1,1,58789,1,1489388262,'2017-05-31 08:49:40',''),(57073,1,1,58790,75,3024883618,'2017-05-31 09:01:48',''),(57074,1,1,58791,1,1213150940,'2017-05-31 09:39:15',''),(57075,1,1,58792,6,1213150940,'2017-05-31 09:39:17',''),(57076,1,1,58793,64,1213150940,'2017-05-31 09:39:20',''),(57077,1,1,58794,6,1213150940,'2017-05-31 09:39:22',''),(57078,1,1,58795,69,1213150940,'2017-05-31 09:39:26',''),(57079,1,1,58796,65,1213150940,'2017-05-31 09:39:28',''),(57080,1,1,58797,63,1213150940,'2017-05-31 09:39:30',''),(57081,1,1,58798,18,1213150940,'2017-05-31 09:39:32',''),(57082,1,1,58799,28,1213150940,'2017-05-31 09:39:34',''),(57083,1,1,58800,1,1213150940,'2017-05-31 09:39:36',''),(57084,1,1,58801,52,1213150940,'2017-05-31 09:39:39',''),(57085,1,1,58802,1,1213150940,'2017-05-31 09:39:43',''),(57086,1,1,58803,51,1213150940,'2017-05-31 09:39:45',''),(57087,1,1,58804,69,1213150940,'2017-05-31 09:39:47',''),(57088,1,1,58805,1,1213150940,'2017-05-31 09:39:49',''),(57089,1,1,58806,1,1213150940,'2017-05-31 09:39:51',''),(57090,1,1,58807,1,1123631833,'2017-05-31 09:46:31',''),(57091,1,1,58755,6,1344980142,'2017-05-31 10:38:01',''),(57092,1,1,58808,56,676177725,'2017-05-31 11:50:49',''),(57093,1,1,58809,44,3475901787,'2017-05-31 14:29:14',''),(57094,1,1,58810,75,3475901777,'2017-05-31 14:46:39',''),(57095,1,1,58811,1,1344982193,'2017-05-31 15:51:54','https://www.google.co.uk/'),(57096,1,1,58812,1,1041806727,'2017-05-31 15:55:56',''),(57097,1,1,58813,1,1041806726,'2017-05-31 15:56:06',''),(57098,1,1,58814,43,3475901777,'2017-05-31 15:58:14',''),(57099,1,1,58815,14,3024883593,'2017-05-31 18:00:41',''),(57100,1,1,58816,56,2637637499,'2017-05-31 18:30:09',''),(57101,1,1,58817,41,3111759254,'2017-05-31 19:10:57',''),(57102,1,1,58818,1,3111759254,'2017-05-31 19:10:58',''),(57103,1,1,58819,41,3111759254,'2017-05-31 19:11:00',''),(57104,1,1,58820,1,3625177354,'2017-05-31 19:15:31',''),(57105,1,1,58821,6,3475901787,'2017-05-31 19:28:07',''),(57106,1,1,58822,1,3024883602,'2017-05-31 19:48:57',''),(57107,1,1,58823,1,782615949,'2017-05-31 22:30:29',''),(57108,1,1,58824,6,2954838202,'2017-05-31 22:56:11',''),(57109,1,1,58825,26,2637637499,'2017-06-01 00:06:15',''),(57110,1,1,58826,67,872366408,'2017-06-01 04:25:08',''),(57111,1,1,58827,15,3475901787,'2017-06-01 06:22:49',''),(57112,1,1,58828,66,3475901787,'2017-06-01 06:22:50',''),(57113,1,1,58829,1,3475901787,'2017-06-01 06:22:52',''),(57114,1,1,58830,28,3475901777,'2017-06-01 06:22:55',''),(57115,1,1,58831,43,3475901777,'2017-06-01 06:22:58',''),(57116,1,1,58832,43,3475901777,'2017-06-01 06:23:00',''),(57117,1,1,58833,1,1542483318,'2017-06-01 08:03:51',''),(57118,1,1,58834,1,3024883478,'2017-06-01 09:17:58',''),(57119,1,1,58835,1,2995346561,'2017-06-01 09:25:19',''),(57120,1,1,58836,27,676177693,'2017-06-01 09:25:27',''),(57121,1,1,58837,6,1123631831,'2017-06-01 10:02:45',''),(57122,1,1,58838,26,1159648650,'2017-06-01 10:39:16',''),(57123,1,1,58839,26,1159648650,'2017-06-01 10:39:27',''),(57124,1,1,58840,53,3024883476,'2017-06-01 15:09:57',''),(57125,1,1,58841,65,872366364,'2017-06-01 16:55:38',''),(57126,1,1,58280,1,35309125,'2017-06-01 19:12:54','https://www.google.co.uk/'),(57127,1,1,58842,1,1123631193,'2017-06-01 19:44:12',''),(57128,1,1,58843,1,1123631189,'2017-06-01 21:05:35',''),(57129,1,1,58844,68,676177693,'2017-06-01 21:49:26',''),(57130,1,1,58845,72,3024883474,'2017-06-02 05:32:23',''),(57131,1,1,58846,1,2366158595,'2017-06-02 06:32:40',''),(57132,1,1,58847,1,2366148121,'2017-06-02 06:32:43',''),(57133,1,1,58848,1,3024883488,'2017-06-02 07:06:45',''),(57134,1,1,58849,50,2071807784,'2017-06-02 07:29:10',''),(57135,1,1,58850,1,1542483300,'2017-06-02 08:02:59',''),(57136,1,1,58851,1,1123631189,'2017-06-02 09:26:13',''),(57137,1,1,58852,56,84496279,'2017-06-02 09:57:08',''),(57138,1,1,58853,55,84496279,'2017-06-02 09:57:12',''),(57139,1,1,58854,65,84496279,'2017-06-02 09:57:16',''),(57140,1,1,58855,66,1123631191,'2017-06-02 10:32:38',''),(57141,1,1,58856,1,3475901787,'2017-06-02 10:41:15',''),(57142,1,1,58857,1,3024883484,'2017-06-02 12:20:40',''),(57143,1,1,58858,68,676177693,'2017-06-02 15:48:49',''),(57144,1,1,58859,26,772014326,'2017-06-02 16:23:08',''),(57145,1,1,58860,6,3236155004,'2017-06-02 19:57:57',''),(57146,1,1,58861,1,2430160066,'2017-06-02 20:30:18',''),(57147,1,1,58862,1,760004124,'2017-06-03 00:26:06',''),(57148,1,1,58863,28,676177776,'2017-06-03 00:54:53',''),(57149,1,1,58864,43,676177776,'2017-06-03 00:54:55',''),(57150,1,1,58866,15,2637637525,'2017-06-03 00:54:58',''),(57151,1,1,58865,43,676177776,'2017-06-03 00:54:58',''),(57152,1,1,58867,66,2637637525,'2017-06-03 00:55:00',''),(57153,1,1,58868,1,2637637525,'2017-06-03 00:55:02',''),(57154,1,1,58869,23,1123632599,'2017-06-03 02:27:51',''),(57155,1,1,58870,1,3233506362,'2017-06-03 02:35:50',''),(57156,1,1,58871,1,3233506362,'2017-06-03 02:36:00',''),(57157,1,1,58872,1,3233506362,'2017-06-03 02:36:02',''),(57158,1,1,58873,1,3233506362,'2017-06-03 02:36:03',''),(57159,1,1,58874,1,3233506362,'2017-06-03 02:36:05',''),(57160,1,1,58875,1,3233506362,'2017-06-03 02:36:07',''),(57161,1,1,58876,1,3233506362,'2017-06-03 02:36:09',''),(57162,1,1,58877,1,3233506362,'2017-06-03 02:36:11',''),(57163,1,1,58878,65,3286511177,'2017-06-03 06:23:44','http://www.google.hu/search?q=rapid+p609+tyres+review&hl=hu&gbv=2&prmd=ivns&source=lnms&tbm=isch&sa=X&ved=0ahUKEwil75nZhKHUAhVD1hQKHQGtDL8Q_AUIBQ'),(57164,1,1,58879,3,2420907426,'2017-06-03 06:27:27',''),(57165,1,1,58880,26,2420907426,'2017-06-03 06:27:32',''),(57166,1,1,58881,26,2420907426,'2017-06-03 06:27:36',''),(57167,1,1,58882,26,2420907426,'2017-06-03 06:27:42',''),(57168,1,1,58883,26,2420907426,'2017-06-03 06:27:47',''),(57169,1,1,58884,26,2420907426,'2017-06-03 06:27:50',''),(57170,1,1,58885,26,2420907426,'2017-06-03 06:27:53',''),(57171,1,1,58886,26,2420907426,'2017-06-03 06:27:56',''),(57172,1,1,58887,42,2420907426,'2017-06-03 06:28:00',''),(57173,1,1,58888,43,2420907426,'2017-06-03 06:28:03',''),(57174,1,1,58889,16,2420907426,'2017-06-03 06:28:14',''),(57175,1,1,58890,27,2420907426,'2017-06-03 06:28:19',''),(57176,1,1,58891,44,2420907426,'2017-06-03 06:28:23',''),(57177,1,1,58892,49,2420907426,'2017-06-03 06:28:28',''),(57178,1,1,58893,59,2420907426,'2017-06-03 06:28:34',''),(57179,1,1,58894,68,2420907426,'2017-06-03 06:28:38',''),(57180,1,1,58895,75,2420907426,'2017-06-03 06:28:42',''),(57181,1,1,58896,10,2420907426,'2017-06-03 06:28:48',''),(57182,1,1,58897,63,872366382,'2017-06-03 07:22:25',''),(57183,1,1,58898,1,1542483298,'2017-06-03 07:50:53',''),(57184,1,1,58899,1,915944281,'2017-06-03 10:22:10',''),(57185,1,1,58900,56,3427775504,'2017-06-03 11:32:40',''),(57186,1,1,58901,56,3163464406,'2017-06-03 11:46:44','https://www.google.hu/'),(57187,1,1,58902,56,3427775488,'2017-06-03 12:24:01',''),(57188,1,1,58903,72,3024883600,'2017-06-03 12:36:30',''),(57189,1,1,58904,57,2637637570,'2017-06-03 13:00:51',''),(57190,1,1,58905,43,3427775505,'2017-06-03 13:13:02',''),(57191,1,1,58906,1,2420904848,'2017-06-03 13:13:14',''),(57192,1,1,58907,1,2420904848,'2017-06-03 13:13:17',''),(57193,1,1,58908,1,2420904848,'2017-06-03 13:13:20',''),(57194,1,1,58909,1,2420904848,'2017-06-03 13:13:23',''),(57195,1,1,58910,1,2420904848,'2017-06-03 13:13:26',''),(57196,1,1,58911,1,2420904848,'2017-06-03 13:13:29',''),(57197,1,1,58912,1,2420904848,'2017-06-03 13:13:31',''),(57198,1,1,58913,1,2420904848,'2017-06-03 13:13:34',''),(57199,1,1,58914,1,878416704,'2017-06-03 15:32:14',''),(57200,1,1,58915,42,2637637564,'2017-06-03 21:51:46',''),(57201,1,1,58916,1,3479603870,'2017-06-03 22:38:48',''),(57202,1,1,58917,1,3427775503,'2017-06-04 04:25:38',''),(57203,1,1,58918,43,2637637596,'2017-06-04 04:44:21',''),(57204,1,1,58919,16,2637637596,'2017-06-04 04:44:22',''),(57205,1,1,58920,56,2637637596,'2017-06-04 04:44:24',''),(57206,1,1,58921,6,2637637525,'2017-06-04 04:44:26',''),(57207,1,1,58922,55,2637637596,'2017-06-04 04:44:26',''),(57208,1,1,58923,44,2637637525,'2017-06-04 04:44:27',''),(57209,1,1,58924,10,2637637596,'2017-06-04 04:44:28',''),(57210,1,1,58925,26,1049233589,'2017-06-04 06:15:56',''),(57211,1,1,58926,26,1049233589,'2017-06-04 06:15:58',''),(57212,1,1,58927,26,1049233589,'2017-06-04 06:16:01',''),(57213,1,1,58928,15,1049233589,'2017-06-04 06:16:03',''),(57214,1,1,58929,1,1049233589,'2017-06-04 06:16:07',''),(57215,1,1,58930,1,1049233589,'2017-06-04 06:16:10',''),(57216,1,1,58931,1,1542483312,'2017-06-04 07:59:52',''),(57217,1,1,58932,1,1570674749,'2017-06-04 11:00:11',''),(57218,1,1,58933,1,2996488225,'2017-06-04 11:00:15',''),(57219,1,1,58934,28,2420902022,'2017-06-04 12:53:19',''),(57220,1,1,58935,50,2420902022,'2017-06-04 12:53:25',''),(57221,1,1,58936,51,2420902022,'2017-06-04 12:53:34',''),(57222,1,1,58937,69,2420902022,'2017-06-04 12:53:44',''),(57223,1,1,58938,64,3024883476,'2017-06-04 15:27:36',''),(57224,1,1,58939,43,2637637582,'2017-06-04 16:11:13',''),(57225,1,1,58940,1,1123631189,'2017-06-04 17:13:33',''),(57226,1,1,58941,1,1123631189,'2017-06-04 19:35:43',''),(57227,1,1,58942,67,2366158595,'2017-06-04 21:54:14',''),(57228,1,1,58943,63,2366148121,'2017-06-04 22:10:56',''),(57229,1,1,58944,49,2366158595,'2017-06-04 23:10:41',''),(57230,1,1,58945,1,1123631191,'2017-06-05 00:34:24',''),(57231,1,1,58946,1,2731721828,'2017-06-05 00:55:03',''),(57232,1,1,58947,42,621375762,'2017-06-05 02:58:30',''),(57233,1,1,58948,51,872366371,'2017-06-05 04:53:35',''),(57234,1,1,58949,50,3024883593,'2017-06-05 05:42:38',''),(57235,1,1,58950,1,1542483297,'2017-06-05 07:48:19',''),(57236,1,1,58951,1,916892685,'2017-06-05 08:29:46',''),(57237,1,1,58952,26,3582483418,'2017-06-05 08:36:38',''),(57238,1,1,58953,26,3582483418,'2017-06-05 08:36:43',''),(57239,1,1,58954,26,3582483418,'2017-06-05 08:36:45',''),(57240,1,1,58955,26,3582483418,'2017-06-05 08:36:48',''),(57241,1,1,58956,43,3582483418,'2017-06-05 08:36:51',''),(57242,1,1,58957,31,2637637549,'2017-06-05 09:10:45',''),(57243,1,1,58958,1,3339975108,'2017-06-05 10:55:46',''),(57244,1,1,58959,1,3024883598,'2017-06-05 11:53:14',''),(57245,1,1,58960,42,2366158595,'2017-06-05 12:05:44',''),(57246,1,1,58961,26,676177742,'2017-06-05 12:23:01',''),(57247,1,1,58962,1,3024883607,'2017-06-05 12:43:09',''),(57248,1,1,58963,1,757102898,'2017-06-05 13:12:30',''),(57249,1,1,58964,54,2071807798,'2017-06-05 14:17:28',''),(57250,1,1,58965,1,3024883479,'2017-06-05 15:40:39',''),(57251,1,1,58966,18,2760155805,'2017-06-05 17:48:05',''),(57252,1,1,58967,1,3188468020,'2017-06-05 18:11:08',''),(57253,1,1,58968,43,2996488225,'2017-06-05 18:40:59',''),(57254,1,1,58969,38,3024883603,'2017-06-05 19:37:10',''),(57255,1,1,58970,1,676695033,'2017-06-05 21:28:48',''),(57256,1,1,58971,66,1123631191,'2017-06-06 00:38:50',''),(57257,1,1,58972,1,3024883474,'2017-06-06 01:22:56',''),(57258,1,1,58973,15,2366158595,'2017-06-06 03:13:15',''),(57259,1,1,58974,1,1123631191,'2017-06-06 03:19:42',''),(57260,1,1,58975,1,1159646682,'2017-06-06 03:29:38',''),(57261,1,1,58976,53,1570674749,'2017-06-06 03:48:26',''),(57262,1,1,58977,31,2538609524,'2017-06-06 06:13:35',''),(57263,1,1,58978,1,2996488225,'2017-06-06 06:42:01',''),(57264,1,1,58979,1,2366158595,'2017-06-06 06:42:05',''),(57265,1,1,58980,31,3335320458,'2017-06-06 06:44:25',''),(57266,1,1,58981,47,3335320458,'2017-06-06 06:44:32',''),(57267,1,1,58982,1,1542483314,'2017-06-06 08:03:46',''),(57268,1,1,58983,6,1123631191,'2017-06-06 10:08:09',''),(57269,1,1,58984,26,676177742,'2017-06-06 10:33:44',''),(57270,1,1,58985,6,1123631191,'2017-06-06 12:58:58',''),(57271,1,1,58986,43,676177750,'2017-06-06 13:14:00',''),(57272,1,1,58987,21,1123631193,'2017-06-06 14:49:53',''),(57273,1,1,58988,43,676177742,'2017-06-06 15:06:37',''),(57274,1,1,58989,1,3024883474,'2017-06-06 15:13:17',''),(57275,1,1,58990,65,1123631191,'2017-06-06 16:56:25',''),(57276,1,1,58991,43,1123631189,'2017-06-06 18:38:31',''),(57277,1,1,58992,43,2637637510,'2017-06-06 19:39:02',''),(57278,1,1,58993,66,3024883608,'2017-06-06 20:29:37',''),(57279,1,1,58994,14,1123631193,'2017-06-06 21:33:09',''),(57280,1,1,58995,1,1123631189,'2017-06-06 23:28:07',''),(57281,1,1,58996,1,84498858,'2017-06-06 23:33:21',''),(57282,1,1,58997,1,84498858,'2017-06-06 23:33:23',''),(57283,1,1,58998,1,84498858,'2017-06-06 23:33:25',''),(57284,1,1,58999,1,84498858,'2017-06-06 23:33:28',''),(57285,1,1,59000,1,84498858,'2017-06-06 23:33:30',''),(57286,1,1,59001,1,84498858,'2017-06-06 23:33:33',''),(57287,1,1,59002,1,84498858,'2017-06-06 23:33:35',''),(57288,1,1,59003,1,84498858,'2017-06-06 23:33:38',''),(57289,1,1,59004,52,1123631189,'2017-06-07 01:36:51',''),(57290,1,1,59005,1,1123631193,'2017-06-07 02:17:28',''),(57291,1,1,59006,41,1123631191,'2017-06-07 02:28:26',''),(57292,1,1,59007,43,676177714,'2017-06-07 05:13:08',''),(57293,1,1,59008,1,3475901820,'2017-06-07 05:13:08',''),(57294,1,1,59009,43,676177714,'2017-06-07 05:13:13',''),(57295,1,1,59010,26,676177714,'2017-06-07 06:28:28',''),(57296,1,1,59011,1,3337643820,'2017-06-07 06:48:33',''),(57297,1,1,59012,1,3356042379,'2017-06-07 07:55:30',''),(57298,1,1,59013,48,3356042379,'2017-06-07 07:55:32',''),(57299,1,1,59014,30,3356042379,'2017-06-07 07:55:34',''),(57300,1,1,59015,48,3356042379,'2017-06-07 07:55:41',''),(57301,1,1,59016,1,3356042379,'2017-06-07 07:55:42',''),(57302,1,1,59017,1,1542483311,'2017-06-07 07:59:54',''),(57303,1,1,59018,63,41933540,'2017-06-07 09:16:08','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=10&cad=rja&uact=8&ved=0ahUKEwis4Za1sqvUAhUFLsAKHapCB4kQFghuMAk&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D27%26controller%3Dproduct%26id_lang%3D1&usg=AFQjCNGBPXMfJ'),(57304,1,1,59019,26,2916411046,'2017-06-07 10:35:27',''),(57305,1,1,59020,1,1123631191,'2017-06-07 11:24:04',''),(57306,1,1,59021,26,2637637510,'2017-06-07 13:45:16',''),(57307,1,1,59022,31,1123631189,'2017-06-07 14:01:13',''),(57308,1,1,59023,75,676177714,'2017-06-07 15:02:43',''),(57309,1,1,59024,31,1123631189,'2017-06-07 19:10:33',''),(57310,1,1,59025,26,676177714,'2017-06-07 19:13:11',''),(57311,1,1,59026,48,1123631191,'2017-06-07 19:20:51',''),(57312,1,1,59027,64,1123631191,'2017-06-07 19:56:22',''),(57313,1,1,59028,38,3702877297,'2017-06-07 21:20:28',''),(57314,1,1,59029,15,1570674749,'2017-06-07 23:05:35',''),(57315,1,1,59030,1,1123631189,'2017-06-07 23:55:52',''),(57316,1,1,59031,58,1123631191,'2017-06-08 00:58:23',''),(57317,1,1,59033,1,1089905930,'2017-06-08 01:36:34','http://whois.domaintools.com/mstyresblackburn.co.uk'),(57318,1,1,59034,49,1123631191,'2017-06-08 01:42:29',''),(57319,1,1,59035,72,2637637479,'2017-06-08 02:51:21',''),(57320,1,1,59036,50,1123631191,'2017-06-08 02:54:45',''),(57321,1,1,59037,1,2731721826,'2017-06-08 03:10:48',''),(57322,1,1,59038,1,1532785618,'2017-06-08 03:19:33',''),(57323,1,1,59039,1,2809267379,'2017-06-08 03:51:19',''),(57324,1,1,59040,27,1123631193,'2017-06-08 04:08:47',''),(57325,1,1,59041,68,2637637425,'2017-06-08 06:13:41',''),(57326,1,1,59042,1,100662596,'2017-06-08 06:49:00',''),(57327,1,1,59043,1,1570674749,'2017-06-08 06:49:04',''),(57328,1,1,59044,6,3024883600,'2017-06-08 07:46:41',''),(57329,1,1,59045,1,1542483314,'2017-06-08 07:47:33',''),(57330,1,1,59046,1,2328195000,'2017-06-08 07:49:48',''),(57331,1,1,59047,1,2328195000,'2017-06-08 07:50:11',''),(57332,1,1,59048,26,2328195000,'2017-06-08 07:50:22',''),(57333,1,1,59049,57,2328195000,'2017-06-08 07:50:24',''),(57334,1,1,59058,9,2328195000,'2017-06-08 07:50:24',''),(57335,1,1,59055,26,2328195000,'2017-06-08 07:50:24',''),(57336,1,1,59054,51,2328195000,'2017-06-08 07:50:24',''),(57337,1,1,59051,26,2328195000,'2017-06-08 07:50:24',''),(57338,1,1,59053,55,2328195000,'2017-06-08 07:50:24',''),(57339,1,1,59050,56,2328195000,'2017-06-08 07:50:24',''),(57340,1,1,59057,50,2328195000,'2017-06-08 07:50:24',''),(57341,1,1,59052,43,2328195000,'2017-06-08 07:50:25',''),(57342,1,1,59059,26,2328195000,'2017-06-08 07:50:25',''),(57343,1,1,59056,1,2328195000,'2017-06-08 07:50:25',''),(57344,1,1,59060,28,2328195000,'2017-06-08 07:50:25',''),(57345,1,1,59063,18,2328195000,'2017-06-08 07:50:26',''),(57346,1,1,59061,26,2328195000,'2017-06-08 07:50:26',''),(57347,1,1,59064,26,2328195000,'2017-06-08 07:50:26',''),(57348,1,1,59065,45,2328195000,'2017-06-08 07:50:27',''),(57349,1,1,59062,1,2328195000,'2017-06-08 07:50:27',''),(57350,1,1,59066,3,2328195000,'2017-06-08 07:50:28',''),(57351,1,1,59067,62,2328195000,'2017-06-08 07:50:28',''),(57352,1,1,59068,70,1123631191,'2017-06-08 07:54:03',''),(57353,1,1,59069,1,2328194852,'2017-06-08 07:55:40',''),(57354,1,1,59070,1,3587046902,'2017-06-08 09:06:12',''),(57355,1,1,59071,44,1123631193,'2017-06-08 09:12:40',''),(57356,1,1,59072,62,1123631189,'2017-06-08 10:27:18',''),(57357,1,1,59073,73,1123631191,'2017-06-08 11:47:40',''),(57358,1,1,59074,1,2637637479,'2017-06-08 12:22:34',''),(57359,1,1,59075,16,1123631189,'2017-06-08 13:56:24',''),(57360,1,1,59077,43,1123631191,'2017-06-08 14:36:58',''),(57361,1,1,59078,45,1123631189,'2017-06-08 14:55:45',''),(57362,1,1,59079,56,3475901820,'2017-06-08 14:58:26',''),(57363,1,1,59080,54,872366359,'2017-06-08 15:42:01',''),(57364,1,1,59081,63,1453296002,'2017-06-08 16:28:25','https://www.google.co.uk/'),(57365,1,1,59082,19,1123631193,'2017-06-08 16:34:41',''),(57366,1,1,59083,65,1377427688,'2017-06-08 17:08:44','https://www.google.co.uk/'),(57367,1,1,59084,1,1123631193,'2017-06-08 18:10:13',''),(57368,1,1,59085,43,676177775,'2017-06-08 18:21:31',''),(57369,1,1,59086,1,3024883610,'2017-06-08 21:45:09',''),(57370,1,1,59087,1,3479603870,'2017-06-09 00:30:11',''),(57371,1,1,59088,1,1358026326,'2017-06-09 01:25:11',''),(57372,1,1,59089,1,2071807838,'2017-06-09 01:30:58',''),(57373,1,1,59090,1,3024883613,'2017-06-09 04:07:06',''),(57374,1,1,59091,1,1524025630,'2017-06-09 04:31:56','http://www.google.co.uk/'),(57375,1,1,59092,1,2637637479,'2017-06-09 06:14:20',''),(57376,1,1,59093,43,676177775,'2017-06-09 06:14:22',''),(57377,1,1,59094,43,676177775,'2017-06-09 06:14:24',''),(57378,1,1,59095,1,1123633626,'2017-06-09 06:52:12',''),(57379,1,1,59096,70,3024883479,'2017-06-09 07:12:34',''),(57380,1,1,59097,1,1542483310,'2017-06-09 07:54:19',''),(57381,1,1,59098,42,3475901820,'2017-06-09 09:33:17',''),(57382,1,1,59099,1,3702877364,'2017-06-09 10:57:01',''),(57383,1,1,59100,51,1123633627,'2017-06-09 10:58:53',''),(57384,1,1,59101,72,2760155437,'2017-06-09 11:07:47',''),(57385,1,1,59102,1,3492536660,'2017-06-09 11:30:38',''),(57386,1,1,59103,1,3492536660,'2017-06-09 11:30:41',''),(57387,1,1,59104,1,3492536660,'2017-06-09 11:30:45',''),(57388,1,1,59105,1,3492536660,'2017-06-09 11:30:51',''),(57389,1,1,59106,1,3492536660,'2017-06-09 11:30:56',''),(57390,1,1,59107,1,3492536660,'2017-06-09 11:31:00',''),(57391,1,1,59108,1,3492536660,'2017-06-09 11:31:05',''),(57392,1,1,59109,1,3492536660,'2017-06-09 11:31:10',''),(57393,1,1,59110,1,3492536660,'2017-06-09 11:31:15',''),(57394,1,1,59111,1,3492536660,'2017-06-09 11:31:19',''),(57395,1,1,59112,1,3492536660,'2017-06-09 11:31:24',''),(57396,1,1,59113,1,3492536660,'2017-06-09 11:31:30',''),(57397,1,1,59114,1,3492536660,'2017-06-09 11:31:34',''),(57398,1,1,59115,1,3492536660,'2017-06-09 11:31:48',''),(57399,1,1,59116,1,3492536660,'2017-06-09 11:31:53',''),(57400,1,1,59117,1,3492536660,'2017-06-09 11:31:59',''),(57401,1,1,59118,1,3492536660,'2017-06-09 11:32:03',''),(57402,1,1,59119,1,3492536660,'2017-06-09 11:32:08',''),(57403,1,1,59120,1,3492536660,'2017-06-09 11:32:15',''),(57404,1,1,59121,1,3582479657,'2017-06-09 11:49:06',''),(57405,1,1,59122,1,3582479657,'2017-06-09 11:49:10',''),(57406,1,1,59123,1,3582479657,'2017-06-09 11:49:13',''),(57407,1,1,59124,1,3582479657,'2017-06-09 11:49:17',''),(57408,1,1,59125,1,3582479657,'2017-06-09 11:49:20',''),(57409,1,1,59126,1,3582479657,'2017-06-09 11:49:26',''),(57410,1,1,59127,1,1159648650,'2017-06-09 12:00:09',''),(57411,1,1,59128,1,1159648650,'2017-06-09 12:00:17',''),(57412,1,1,59129,68,2760155447,'2017-06-09 12:08:39',''),(57413,1,1,59130,1,2783133732,'2017-06-09 12:44:16',''),(57414,1,1,59131,1,3024883608,'2017-06-09 16:50:08',''),(57415,1,1,59132,1,3024883470,'2017-06-09 20:08:26',''),(57416,1,1,59133,9,1123631193,'2017-06-09 21:08:22',''),(57417,1,1,59134,1,2760155431,'2017-06-09 22:26:01',''),(57418,1,1,59135,63,1123631189,'2017-06-09 22:54:08',''),(57419,1,1,59136,10,1123631193,'2017-06-09 23:31:34',''),(57420,1,1,59137,71,1123631189,'2017-06-09 23:35:53',''),(57421,1,1,59138,1,2071807855,'2017-06-10 01:56:11',''),(57422,1,1,59139,1,2366148121,'2017-06-10 06:18:37',''),(57423,1,1,59140,1,2366145577,'2017-06-10 06:18:38',''),(57424,1,1,59141,1,1395664020,'2017-06-10 06:47:39',''),(57425,1,1,59142,1,1395664020,'2017-06-10 06:47:41',''),(57426,1,1,59143,55,3024883470,'2017-06-10 07:14:20',''),(57427,1,1,59144,1,1542483270,'2017-06-10 07:56:57',''),(57428,1,1,59145,16,872367991,'2017-06-10 08:39:52',''),(57429,1,1,59146,6,1123631193,'2017-06-10 09:43:36',''),(57430,1,1,59147,41,3475901820,'2017-06-10 13:32:15',''),(57431,1,1,59148,1,2680907103,'2017-06-10 16:43:33',''),(57432,1,1,59149,1,2680907103,'2017-06-10 16:43:55',''),(57433,1,1,59155,18,2680907103,'2017-06-10 16:44:09',''),(57434,1,1,59153,26,2680907103,'2017-06-10 16:44:09',''),(57435,1,1,59156,26,2680907103,'2017-06-10 16:44:09',''),(57436,1,1,59152,26,2680907103,'2017-06-10 16:44:09',''),(57437,1,1,59154,45,2680907103,'2017-06-10 16:44:10',''),(57438,1,1,59157,57,2680907103,'2017-06-10 16:44:10',''),(57439,1,1,59150,1,2680907103,'2017-06-10 16:44:10',''),(57440,1,1,59159,50,2680907103,'2017-06-10 16:44:10',''),(57441,1,1,59151,1,2680907103,'2017-06-10 16:44:10',''),(57442,1,1,59158,28,2680907103,'2017-06-10 16:44:10',''),(57443,1,1,59161,55,2680907103,'2017-06-10 16:44:11',''),(57444,1,1,59160,43,2680907103,'2017-06-10 16:44:11',''),(57445,1,1,59162,26,2680907103,'2017-06-10 16:44:11',''),(57446,1,1,59165,62,2680907103,'2017-06-10 16:44:12',''),(57447,1,1,59163,51,2680907103,'2017-06-10 16:44:12',''),(57448,1,1,59166,26,2680907103,'2017-06-10 16:44:12',''),(57449,1,1,59164,9,2680907103,'2017-06-10 16:44:12',''),(57450,1,1,59167,56,2680907103,'2017-06-10 16:44:13',''),(57451,1,1,59168,3,2680907103,'2017-06-10 16:44:14',''),(57452,1,1,59169,26,2680907103,'2017-06-10 16:44:14',''),(57453,1,1,59170,63,3024883612,'2017-06-10 17:28:47',''),(57454,1,1,59171,6,402267479,'2017-06-10 20:13:15',''),(57455,1,1,59172,48,872367987,'2017-06-11 05:27:49',''),(57456,1,1,59173,26,2513056009,'2017-06-11 05:51:36',''),(57457,1,1,59174,38,2513056009,'2017-06-11 05:51:41',''),(57458,1,1,59175,41,2513056009,'2017-06-11 05:51:44',''),(57459,1,1,59176,48,2513056009,'2017-06-11 05:51:47',''),(57460,1,1,59177,52,2513056009,'2017-06-11 05:51:50',''),(57461,1,1,59178,28,1123631191,'2017-06-11 06:17:10',''),(57462,1,1,59179,26,84515914,'2017-06-11 06:17:25',''),(57463,1,1,59180,26,84515914,'2017-06-11 06:17:29',''),(57464,1,1,59181,1,84515914,'2017-06-11 06:17:33',''),(57465,1,1,59182,1,84515914,'2017-06-11 06:17:37',''),(57466,1,1,59183,15,3652617401,'2017-06-11 07:11:16',''),(57467,1,1,59184,1,1542483284,'2017-06-11 08:03:12',''),(57468,1,1,59185,10,2760155835,'2017-06-11 16:31:33',''),(57469,1,1,59186,44,3652617370,'2017-06-11 17:47:20',''),(57470,1,1,59187,46,1123631191,'2017-06-11 18:09:00',''),(57471,1,1,59188,1,3024883612,'2017-06-11 19:29:55',''),(57472,1,1,59189,50,3652617364,'2017-06-11 20:21:59',''),(57473,1,1,59190,1,2328194932,'2017-06-11 20:22:29',''),(57474,1,1,59191,69,3024883607,'2017-06-11 21:46:44',''),(57475,1,1,59192,43,3024883473,'2017-06-11 22:19:54',''),(57476,1,1,59193,55,1123631191,'2017-06-12 02:42:10',''),(57477,1,1,59194,1,2335902138,'2017-06-12 03:22:56',''),(57478,1,1,59195,62,676177775,'2017-06-12 05:24:30',''),(57479,1,1,59196,29,1170580419,'2017-06-12 05:52:07',''),(57480,1,1,59197,1,1570674749,'2017-06-12 07:34:08',''),(57481,1,1,59198,1,2366148121,'2017-06-12 07:34:13',''),(57482,1,1,59199,1,1542483312,'2017-06-12 07:45:11',''),(57483,1,1,59200,52,2760155412,'2017-06-12 09:53:57',''),(57484,1,1,59201,1,1384444088,'2017-06-12 11:12:22','https://www.google.co.uk/'),(57485,1,1,59202,1,84515621,'2017-06-12 12:31:22',''),(57486,1,1,59203,56,2637637578,'2017-06-12 15:10:25',''),(57487,1,1,59204,1,2731721826,'2017-06-12 15:18:10',''),(57488,1,1,59205,1,2731721826,'2017-06-12 15:18:14',''),(57489,1,1,59206,1,2731721826,'2017-06-12 15:18:17',''),(57490,1,1,59207,1,2731721826,'2017-06-12 15:18:19',''),(57491,1,1,59208,1,2731721826,'2017-06-12 15:18:22',''),(57492,1,1,59209,1,2731721826,'2017-06-12 15:18:26',''),(57493,1,1,59210,1,2731721826,'2017-06-12 15:18:28',''),(57494,1,1,59211,1,2731721826,'2017-06-12 15:18:31',''),(57495,1,1,59212,69,3702877371,'2017-06-12 16:23:53',''),(57496,1,1,59213,1,2731721857,'2017-06-12 16:44:24',''),(57497,1,1,59214,53,1123631189,'2017-06-12 19:21:18',''),(57498,1,1,59215,1,1123631191,'2017-06-12 20:56:39',''),(57499,1,1,59216,1,1123631193,'2017-06-12 21:14:07',''),(57500,1,1,59217,1,1123631189,'2017-06-12 22:24:04',''),(57501,1,1,59218,1,3024883597,'2017-06-12 23:28:22',''),(57502,1,1,59219,1,2319759495,'2017-06-13 00:18:40',''),(57503,1,1,59220,1,2319759495,'2017-06-13 00:18:41',''),(57504,1,1,59221,1,3479603870,'2017-06-13 00:32:12',''),(57505,1,1,59222,1,1123631189,'2017-06-13 01:09:59',''),(57506,1,1,59223,69,3024883619,'2017-06-13 03:37:11',''),(57507,1,1,59224,1,2680899055,'2017-06-13 03:52:58',''),(57508,1,1,59225,1,2680899055,'2017-06-13 03:53:22',''),(57509,1,1,59229,26,2680899055,'2017-06-13 03:53:32',''),(57510,1,1,59226,18,2680899055,'2017-06-13 03:53:33',''),(57511,1,1,59228,57,2680899055,'2017-06-13 03:53:33',''),(57512,1,1,59230,28,2680899055,'2017-06-13 03:53:33',''),(57513,1,1,59233,26,2680899055,'2017-06-13 03:53:33',''),(57514,1,1,59231,43,2680899055,'2017-06-13 03:53:33',''),(57515,1,1,59227,1,2680899055,'2017-06-13 03:53:33',''),(57516,1,1,59232,50,2680899055,'2017-06-13 03:53:33',''),(57517,1,1,59234,26,2680899055,'2017-06-13 03:53:35',''),(57518,1,1,59235,51,2680899055,'2017-06-13 03:53:35',''),(57519,1,1,59237,62,2680899055,'2017-06-13 03:53:36',''),(57520,1,1,59236,55,2680899055,'2017-06-13 03:53:36',''),(57521,1,1,59239,26,2680899055,'2017-06-13 03:53:37',''),(57522,1,1,59238,45,2680899055,'2017-06-13 03:53:37',''),(57523,1,1,59240,26,2680899055,'2017-06-13 03:53:37',''),(57524,1,1,59241,9,2680899055,'2017-06-13 03:53:37',''),(57525,1,1,59242,56,2680899055,'2017-06-13 03:53:37',''),(57526,1,1,59243,26,2680899055,'2017-06-13 03:53:38',''),(57527,1,1,59244,3,2680899055,'2017-06-13 03:53:39',''),(57528,1,1,59245,6,1337471811,'2017-06-13 04:27:42','https://www.google.co.uk/'),(57529,1,1,59246,16,2637637578,'2017-06-13 05:03:18',''),(57530,1,1,59247,75,676177775,'2017-06-13 05:50:09',''),(57531,1,1,59248,57,3024883468,'2017-06-13 05:52:08',''),(57532,1,1,59249,1,1123631191,'2017-06-13 06:25:57',''),(57533,1,1,59250,1,3024883484,'2017-06-13 06:26:17',''),(57534,1,1,59251,1,2974486600,'2017-06-13 07:18:31',''),(57535,1,1,59252,1,1542483266,'2017-06-13 07:54:47',''),(57536,1,1,59253,6,1123631191,'2017-06-13 11:28:13',''),(57537,1,1,59254,1,3024883488,'2017-06-13 12:35:51',''),(57538,1,1,59255,26,2637637578,'2017-06-13 16:05:40',''),(57539,1,1,59256,43,676177775,'2017-06-13 16:34:18',''),(57540,1,1,59257,1,1410075300,'2017-06-13 16:47:34','https://www.google.co.uk/'),(57541,1,1,59258,1,3024883465,'2017-06-13 18:58:09',''),(57542,1,1,59259,56,1123631191,'2017-06-13 23:23:30',''),(57543,1,1,59260,69,1123631189,'2017-06-13 23:30:32',''),(57544,1,1,59262,48,1123631193,'2017-06-13 23:46:40',''),(57545,1,1,59265,75,2760155472,'2017-06-14 03:36:03',''),(57546,1,1,59267,6,2637637479,'2017-06-14 05:57:35',''),(57547,1,1,59266,16,2637637578,'2017-06-14 05:57:35',''),(57548,1,1,59268,43,2637637578,'2017-06-14 05:57:46',''),(57549,1,1,59269,71,2637637578,'2017-06-14 06:09:45',''),(57550,1,1,59270,6,1159653890,'2017-06-14 06:10:40',''),(57551,1,1,59271,6,1159653890,'2017-06-14 06:10:43',''),(57552,1,1,59272,9,1159653890,'2017-06-14 06:10:46',''),(57553,1,1,59273,43,1159653890,'2017-06-14 06:10:50',''),(57554,1,1,59274,45,1159653890,'2017-06-14 06:10:55',''),(57555,1,1,59275,57,1159653890,'2017-06-14 06:10:59',''),(57556,1,1,59276,64,1159653890,'2017-06-14 06:11:02',''),(57557,1,1,59277,1,1570674749,'2017-06-14 06:56:27',''),(57558,1,1,59278,1,100662575,'2017-06-14 06:56:29',''),(57559,1,1,59279,10,2637637578,'2017-06-14 07:12:35',''),(57560,1,1,59280,1,1542483318,'2017-06-14 07:45:17',''),(57561,1,1,59281,48,3024883474,'2017-06-14 08:35:55',''),(57562,1,1,59282,1,3648139396,'2017-06-14 08:49:46','https://www.google.co.uk/'),(57563,1,1,59283,66,3702877287,'2017-06-14 15:11:47',''),(57564,1,1,59284,69,3024883609,'2017-06-14 16:25:45',''),(57565,1,1,59285,74,872366389,'2017-06-14 16:33:38',''),(57566,1,1,59286,62,1123631833,'2017-06-14 17:17:46',''),(57567,1,1,59287,54,1123631833,'2017-06-14 18:21:37',''),(57568,1,1,59288,50,1123631829,'2017-06-14 19:09:53',''),(57569,1,1,59289,38,3652617266,'2017-06-14 19:11:03',''),(57570,1,1,59290,69,1123631829,'2017-06-14 21:51:39',''),(57571,1,1,59291,1,3024883466,'2017-06-14 22:07:19',''),(57572,1,1,59292,1,2328194917,'2017-06-15 01:18:18',''),(57573,1,1,59293,1,1920187908,'2017-06-15 02:31:31',''),(57574,1,1,59294,26,2637637450,'2017-06-15 03:11:30',''),(57575,1,1,59295,1,2637637403,'2017-06-15 05:26:56',''),(57576,1,1,59296,26,2637637450,'2017-06-15 05:58:17',''),(57577,1,1,59297,1,3589854146,'2017-06-15 07:47:40',''),(57578,1,1,59298,1,3589854146,'2017-06-15 07:47:42',''),(57579,1,1,59299,1,3589854146,'2017-06-15 07:47:43',''),(57580,1,1,59300,56,1123631831,'2017-06-15 08:00:17',''),(57581,1,1,59301,1,1542483289,'2017-06-15 08:15:48',''),(57582,1,1,59302,6,3111759270,'2017-06-15 10:01:58',''),(57583,1,1,59303,43,3024883465,'2017-06-15 11:43:22',''),(57584,1,1,59304,1,1760306476,'2017-06-15 14:41:35',''),(57585,1,1,59305,1,1760306476,'2017-06-15 14:41:54',''),(57586,1,1,59306,1,1760306476,'2017-06-15 14:42:16',''),(57587,1,1,59307,26,1760306476,'2017-06-15 14:42:17',''),(57588,1,1,59308,18,1760306476,'2017-06-15 14:42:17',''),(57589,1,1,59312,57,1760306476,'2017-06-15 14:42:21',''),(57590,1,1,59310,9,1760306476,'2017-06-15 14:42:22',''),(57591,1,1,59314,62,1760306476,'2017-06-15 14:42:22',''),(57592,1,1,59311,26,1760306476,'2017-06-15 14:42:22',''),(57593,1,1,59313,43,1760306476,'2017-06-15 14:42:22',''),(57594,1,1,59316,56,1760306476,'2017-06-15 14:42:22',''),(57595,1,1,59309,1,1760306476,'2017-06-15 14:42:23',''),(57596,1,1,59317,26,1760306476,'2017-06-15 14:42:23',''),(57597,1,1,59319,45,1760306476,'2017-06-15 14:42:23',''),(57598,1,1,59318,55,1760306476,'2017-06-15 14:42:23',''),(57599,1,1,59320,50,1760306476,'2017-06-15 14:42:24',''),(57600,1,1,59323,28,1760306476,'2017-06-15 14:42:24',''),(57601,1,1,59322,26,1760306476,'2017-06-15 14:42:24',''),(57602,1,1,59321,26,1760306476,'2017-06-15 14:42:24',''),(57603,1,1,59315,51,1760306476,'2017-06-15 14:42:24',''),(57604,1,1,59324,26,1760306476,'2017-06-15 14:42:25',''),(57605,1,1,59325,3,1760306476,'2017-06-15 14:42:26',''),(57606,1,1,59326,1,2999616888,'2017-06-15 15:18:38',''),(57607,1,1,59327,26,1123632599,'2017-06-15 15:36:18',''),(57608,1,1,59328,26,2637637578,'2017-06-15 16:44:45',''),(57609,1,1,59329,1,3024883592,'2017-06-15 16:45:14',''),(57610,1,1,59330,1,3024883465,'2017-06-15 17:30:08',''),(57611,1,1,59331,26,1123631829,'2017-06-15 17:40:47',''),(57612,1,1,59332,1,1073352869,'2017-06-15 20:47:09',''),(57613,1,1,59333,1,1489385391,'2017-06-15 21:13:42',''),(57614,1,1,59334,1,1489385391,'2017-06-15 21:13:47',''),(57615,1,1,59335,1,1489385391,'2017-06-15 21:13:50',''),(57616,1,1,59336,1,1489385391,'2017-06-15 21:13:54',''),(57617,1,1,59337,1,1489385391,'2017-06-15 21:13:58',''),(57618,1,1,59338,1,1489385391,'2017-06-15 21:14:02',''),(57619,1,1,59339,1,1489385391,'2017-06-15 21:14:04',''),(57620,1,1,59340,1,1489385391,'2017-06-15 21:14:08',''),(57621,1,1,59341,1,676695033,'2017-06-15 21:29:46',''),(57622,1,1,59342,70,2637637578,'2017-06-15 22:26:20',''),(57623,1,1,59343,1,292463881,'2017-06-15 22:42:32',''),(57624,1,1,59344,1,3373404845,'2017-06-15 23:42:53',''),(57625,1,1,59345,1,1152706343,'2017-06-16 01:55:05',''),(57626,1,1,59348,53,1152706343,'2017-06-16 02:40:06',''),(57627,1,1,59349,42,2760155474,'2017-06-16 03:03:15',''),(57628,1,1,59350,74,3024883605,'2017-06-16 05:08:44',''),(57629,1,1,59351,16,2637637578,'2017-06-16 07:09:40',''),(57630,1,1,59352,43,2637637578,'2017-06-16 07:09:41',''),(57631,1,1,59353,6,2637637546,'2017-06-16 07:09:45',''),(57632,1,1,59354,43,2637637450,'2017-06-16 07:09:53',''),(57633,1,1,59355,43,2637637450,'2017-06-16 07:09:55',''),(57634,1,1,59356,1,3271011710,'2017-06-16 07:14:59',''),(57635,1,1,59357,3,3271011710,'2017-06-16 07:15:02',''),(57636,1,1,59358,26,3271011710,'2017-06-16 07:15:05',''),(57637,1,1,59359,71,3271011710,'2017-06-16 07:15:07',''),(57638,1,1,59360,1,1542483324,'2017-06-16 08:24:43',''),(57639,1,1,59361,1,2548069382,'2017-06-16 08:29:06',''),(57640,1,1,59362,69,1152706343,'2017-06-16 09:07:19',''),(57641,1,1,59363,1,2996485390,'2017-06-16 09:12:39',''),(57642,1,1,59364,1,100662606,'2017-06-16 09:12:43',''),(57643,1,1,59365,48,1443146560,'2017-06-16 09:25:09','https://www.google.co.uk/'),(57644,1,1,59366,1,1123634135,'2017-06-16 09:43:10',''),(57645,1,1,59367,1,1123634135,'2017-06-16 11:24:42',''),(57646,1,1,59368,72,2637637546,'2017-06-16 13:19:38',''),(57647,1,1,59369,1,1123634135,'2017-06-16 14:22:03',''),(57648,1,1,59370,1,2071807820,'2017-06-16 17:01:05',''),(57649,1,1,59371,43,872366353,'2017-06-16 17:37:28',''),(57650,1,1,59372,1,3638222349,'2017-06-16 18:02:21','http://pizza-tycoon.com/'),(57651,1,1,59373,1,1123631193,'2017-06-16 19:20:35',''),(57652,1,1,59374,1,3024883462,'2017-06-16 21:24:39',''),(57653,1,1,59375,48,3024883481,'2017-06-16 21:57:56',''),(57654,1,1,59376,69,2303381362,'2017-06-17 04:59:29',''),(57655,1,1,59377,45,2303381364,'2017-06-17 06:18:07',''),(57656,1,1,59378,15,3475901868,'2017-06-17 06:58:36',''),(57657,1,1,59379,73,872366392,'2017-06-17 07:17:04',''),(57658,1,1,59380,68,1123631189,'2017-06-17 07:24:40',''),(57659,1,1,59381,1,1542483274,'2017-06-17 07:56:47',''),(57660,1,1,59382,75,1123631191,'2017-06-17 09:44:17',''),(57661,1,1,59383,1,35527289,'2017-06-17 10:35:35','https://www.google.co.uk/'),(57662,1,1,59384,1,1838980096,'2017-06-17 11:40:16','https://www.google.co.uk/'),(57663,1,1,59385,23,3652639561,'2017-06-17 11:59:47',''),(57664,1,1,59386,23,3652639561,'2017-06-17 11:59:49',''),(57665,1,1,59387,1,3652639561,'2017-06-17 11:59:50',''),(57666,1,1,59388,23,3652639561,'2017-06-17 11:59:53',''),(57667,1,1,59389,43,3652617300,'2017-06-17 13:00:33',''),(57668,1,1,59390,1,1377605245,'2017-06-17 13:08:19','https://www.google.co.uk/'),(57669,1,1,59391,57,3652617274,'2017-06-17 15:08:22',''),(57670,1,1,59392,28,2071807847,'2017-06-17 15:57:07',''),(57671,1,1,59393,1,1333108414,'2017-06-17 16:12:43',''),(57672,1,1,59394,26,2637637529,'2017-06-17 18:31:05',''),(57673,1,1,59395,1,1315772161,'2017-06-17 18:41:00','http://pizza-tycoon.com/'),(57674,1,1,59396,1,1315772161,'2017-06-17 18:41:00','http://burger-imperia.com/'),(57675,1,1,59397,59,2538609526,'2017-06-17 19:47:18',''),(57676,1,1,59398,1,3479603870,'2017-06-17 20:49:44',''),(57677,1,1,59399,1,2680908047,'2017-06-17 20:52:22',''),(57678,1,1,59400,1,2680908047,'2017-06-17 20:52:33',''),(57679,1,1,59403,26,2680908047,'2017-06-17 20:52:46',''),(57680,1,1,59401,26,2680908047,'2017-06-17 20:52:46',''),(57681,1,1,59404,26,2680908047,'2017-06-17 20:52:46',''),(57682,1,1,59405,18,2680908047,'2017-06-17 20:52:46',''),(57683,1,1,59407,26,2680908047,'2017-06-17 20:52:46',''),(57684,1,1,59409,57,2680908047,'2017-06-17 20:52:47',''),(57685,1,1,59406,45,2680908047,'2017-06-17 20:52:47',''),(57686,1,1,59402,1,2680908047,'2017-06-17 20:52:48',''),(57687,1,1,59410,56,2680908047,'2017-06-17 20:52:48',''),(57688,1,1,59411,50,2680908047,'2017-06-17 20:52:48',''),(57689,1,1,59412,62,2680908047,'2017-06-17 20:52:48',''),(57690,1,1,59413,1,2680908047,'2017-06-17 20:52:48',''),(57691,1,1,59416,26,2680908047,'2017-06-17 20:52:48',''),(57692,1,1,59408,51,2680908047,'2017-06-17 20:52:48',''),(57693,1,1,59414,43,2680908047,'2017-06-17 20:52:48',''),(57694,1,1,59415,9,2680908047,'2017-06-17 20:52:49',''),(57695,1,1,59417,26,2680908047,'2017-06-17 20:52:49',''),(57696,1,1,59418,28,2680908047,'2017-06-17 20:52:49',''),(57697,1,1,59419,55,2680908047,'2017-06-17 20:52:51',''),(57698,1,1,59420,3,2680908047,'2017-06-17 20:52:52',''),(57699,1,1,59421,66,1123631191,'2017-06-17 23:14:38',''),(57700,1,1,59422,1,1123631189,'2017-06-18 01:12:36',''),(57701,1,1,59423,55,2637637529,'2017-06-18 05:38:50',''),(57702,1,1,59424,56,2637637529,'2017-06-18 05:38:52',''),(57703,1,1,59425,15,2637637527,'2017-06-18 05:38:53',''),(57704,1,1,59426,1,2637637527,'2017-06-18 05:38:54',''),(57705,1,1,59427,1,2366148139,'2017-06-18 07:06:58',''),(57706,1,1,59428,1,100662606,'2017-06-18 07:06:59',''),(57707,1,1,59430,26,2637637529,'2017-06-18 07:54:01',''),(57708,1,1,59429,1,1542483325,'2017-06-18 07:54:02',''),(57709,1,1,59431,3,1534682446,'2017-06-18 08:47:33',''),(57710,1,1,59432,1,2328194913,'2017-06-18 09:10:55',''),(57711,1,1,59433,1,1482771670,'2017-06-18 09:25:26','https://www.google.co.uk/'),(57712,1,1,59434,1,2916404370,'2017-06-18 09:55:52',''),(57713,1,1,59435,1,3024883474,'2017-06-18 10:04:34',''),(57714,1,1,59436,1,3492536661,'2017-06-18 10:50:28',''),(57715,1,1,59437,1,3492536661,'2017-06-18 10:50:31',''),(57716,1,1,59438,1,3492536661,'2017-06-18 10:50:36',''),(57717,1,1,59439,1,3492536661,'2017-06-18 10:50:40',''),(57718,1,1,59440,1,3492536661,'2017-06-18 10:50:45',''),(57719,1,1,59441,1,3492536661,'2017-06-18 10:50:50',''),(57720,1,1,59442,1,3492536661,'2017-06-18 10:50:54',''),(57721,1,1,59443,1,3492536661,'2017-06-18 10:50:59',''),(57722,1,1,59444,1,3492536661,'2017-06-18 10:51:04',''),(57723,1,1,59445,1,3492536661,'2017-06-18 10:51:13',''),(57724,1,1,59446,1,3492536661,'2017-06-18 10:51:23',''),(57725,1,1,59447,1,3492536661,'2017-06-18 10:51:28',''),(57726,1,1,59448,1,3492536661,'2017-06-18 10:51:32',''),(57727,1,1,59449,1,3492536661,'2017-06-18 10:51:37',''),(57728,1,1,59450,1,3492536661,'2017-06-18 10:51:42',''),(57729,1,1,59451,1,3492536661,'2017-06-18 10:51:47',''),(57730,1,1,59452,1,3492536661,'2017-06-18 10:51:52',''),(57731,1,1,59453,1,3492536661,'2017-06-18 10:51:57',''),(57732,1,1,59454,1,3492536661,'2017-06-18 10:52:01',''),(57733,1,1,59455,6,2637637527,'2017-06-18 11:26:27',''),(57734,1,1,59458,43,84513156,'2017-06-18 12:16:47',''),(57735,1,1,59457,1,1311677609,'2017-06-18 12:16:47',''),(57736,1,1,59459,1,84513156,'2017-06-18 12:16:47',''),(57737,1,1,59456,1,84513156,'2017-06-18 12:16:47',''),(57738,1,1,59460,9,3652617270,'2017-06-18 12:55:51',''),(57739,1,1,59461,54,3024883618,'2017-06-18 14:16:05',''),(57740,1,1,59462,14,3475901700,'2017-06-18 15:00:42',''),(57741,1,1,59463,1,3024883590,'2017-06-18 16:19:32',''),(57742,1,1,59464,1,2731721828,'2017-06-18 16:32:05',''),(57743,1,1,59465,73,3475901700,'2017-06-18 16:36:30',''),(57744,1,1,59466,49,872366386,'2017-06-18 18:28:08',''),(57745,1,1,59467,6,402267479,'2017-06-18 19:16:31',''),(57746,1,1,59468,53,3652617247,'2017-06-18 20:00:00',''),(57747,1,1,59469,38,3475901807,'2017-06-18 20:06:31',''),(57748,1,1,59470,26,2637637452,'2017-06-18 20:20:45',''),(57749,1,1,59471,28,3475901807,'2017-06-18 20:26:03',''),(57750,1,1,59472,1,1812735314,'2017-06-18 20:30:19',''),(57751,1,1,59473,1,1812735314,'2017-06-18 20:30:22',''),(57752,1,1,59474,1,1812735314,'2017-06-18 20:30:25',''),(57753,1,1,59475,1,1812735314,'2017-06-18 20:30:27',''),(57754,1,1,59476,1,1812735314,'2017-06-18 20:30:30',''),(57755,1,1,59477,1,1812735314,'2017-06-18 20:30:33',''),(57756,1,1,59478,1,1812735314,'2017-06-18 20:30:35',''),(57757,1,1,59479,1,1812735314,'2017-06-18 20:30:38',''),(57758,1,1,59480,1,3427775496,'2017-06-18 23:40:29',''),(57759,1,1,59481,1,2071807782,'2017-06-19 01:44:43',''),(57760,1,1,59482,66,2760155404,'2017-06-19 02:42:05',''),(57761,1,1,59483,43,3427775495,'2017-06-19 05:09:04',''),(57762,1,1,59484,6,3024883619,'2017-06-19 06:14:08',''),(57763,1,1,59485,55,883311381,'2017-06-19 06:36:06',''),(57764,1,1,59486,1,883311381,'2017-06-19 06:36:09',''),(57765,1,1,59487,55,883311381,'2017-06-19 06:36:10',''),(57766,1,1,59488,1,1542483305,'2017-06-19 07:51:00',''),(57767,1,1,59489,15,3702877302,'2017-06-19 09:05:18',''),(57768,1,1,59490,58,2760155487,'2017-06-19 09:07:21',''),(57769,1,1,59491,1,3024883461,'2017-06-19 11:25:49',''),(57770,1,1,59492,26,1123631189,'2017-06-19 14:41:16',''),(57771,1,1,59493,1,3000130138,'2017-06-19 16:13:13',''),(57772,1,1,59494,1,2461637272,'2017-06-19 16:16:43',''),(57773,1,1,59495,1,3392025806,'2017-06-19 16:16:48',''),(57774,1,1,59496,1,786803397,'2017-06-19 18:10:32',''),(57775,1,1,59497,59,3475901775,'2017-06-19 18:45:36',''),(57776,1,1,59498,1,1377678412,'2017-06-19 20:03:21','https://www.google.co.uk/'),(57777,1,1,59499,1,1330507372,'2017-06-19 21:32:39','https://www.google.co.uk/'),(57778,1,1,59500,1,1041806727,'2017-06-19 21:48:50',''),(57779,1,1,59501,43,391261858,'2017-06-19 22:56:03',''),(57780,1,1,59502,43,391261858,'2017-06-19 22:56:12',''),(57781,1,1,59503,43,391261858,'2017-06-19 22:56:17',''),(57782,1,1,59504,43,391261858,'2017-06-19 22:56:22',''),(57783,1,1,59505,43,391261858,'2017-06-19 22:56:27',''),(57784,1,1,59506,1,391261858,'2017-06-19 22:56:32',''),(57785,1,1,59507,43,391261858,'2017-06-19 22:56:37',''),(57786,1,1,59508,1,3342489297,'2017-06-19 23:07:09',''),(57787,1,1,59509,56,3024883464,'2017-06-20 00:05:14',''),(57788,1,1,59510,1,3454885016,'2017-06-20 00:13:45',''),(57789,1,1,59511,1,3702877306,'2017-06-20 01:00:36',''),(57790,1,1,59512,55,872366423,'2017-06-20 03:40:21',''),(57791,1,1,59513,1,2328195002,'2017-06-20 03:44:38',''),(57792,1,1,59514,1,2328195002,'2017-06-20 03:44:52',''),(57793,1,1,59521,18,2328195002,'2017-06-20 03:44:59',''),(57794,1,1,59520,45,2328195002,'2017-06-20 03:45:01',''),(57795,1,1,59515,1,2328195002,'2017-06-20 03:45:01',''),(57796,1,1,59518,28,2328195002,'2017-06-20 03:45:01',''),(57797,1,1,59516,9,2328195002,'2017-06-20 03:45:02',''),(57798,1,1,59519,43,2328195002,'2017-06-20 03:45:04',''),(57799,1,1,59523,26,2328195002,'2017-06-20 03:45:04',''),(57800,1,1,59517,26,2328195002,'2017-06-20 03:45:04',''),(57801,1,1,59524,56,2328195002,'2017-06-20 03:45:05',''),(57802,1,1,59522,50,2328195002,'2017-06-20 03:45:05',''),(57803,1,1,59525,57,2328195002,'2017-06-20 03:45:06',''),(57804,1,1,59526,62,2328195002,'2017-06-20 03:45:08',''),(57805,1,1,59529,26,2328195002,'2017-06-20 03:45:09',''),(57806,1,1,59531,26,2328195002,'2017-06-20 03:45:09',''),(57807,1,1,59530,55,2328195002,'2017-06-20 03:45:10',''),(57808,1,1,59528,26,2328195002,'2017-06-20 03:45:10',''),(57809,1,1,59527,1,2328195002,'2017-06-20 03:45:10',''),(57810,1,1,59532,26,2328195002,'2017-06-20 03:45:11',''),(57811,1,1,59533,51,2328195002,'2017-06-20 03:45:11',''),(57812,1,1,59534,3,2328195002,'2017-06-20 03:45:12',''),(57813,1,1,59535,1,1358487965,'2017-06-20 04:17:15',''),(57814,1,1,59536,51,1358487965,'2017-06-20 04:17:17',''),(57815,1,1,59538,62,1358487965,'2017-06-20 04:17:17',''),(57816,1,1,59537,69,1358487965,'2017-06-20 04:17:17',''),(57817,1,1,59539,28,1358487965,'2017-06-20 04:17:19',''),(57818,1,1,59541,63,1358487965,'2017-06-20 04:17:20',''),(57819,1,1,59540,1,1358487965,'2017-06-20 04:17:20',''),(57820,1,1,59543,53,1358487965,'2017-06-20 04:17:22',''),(57821,1,1,59544,64,1358487965,'2017-06-20 04:17:23',''),(57822,1,1,59542,43,1358487965,'2017-06-20 04:17:23',''),(57823,1,1,59545,50,1358487965,'2017-06-20 04:17:25',''),(57824,1,1,59546,56,1358487965,'2017-06-20 04:17:25',''),(57825,1,1,59547,48,1358487965,'2017-06-20 04:17:26',''),(57826,1,1,59548,43,1358487965,'2017-06-20 04:17:28',''),(57827,1,1,59550,43,1358487965,'2017-06-20 04:17:28',''),(57828,1,1,59549,1,1358487965,'2017-06-20 04:17:29',''),(57829,1,1,59551,52,1358487965,'2017-06-20 04:17:30',''),(57830,1,1,59552,41,1358487965,'2017-06-20 04:17:32',''),(57831,1,1,59553,65,1358487965,'2017-06-20 04:17:32',''),(57832,1,1,59554,9,1358487965,'2017-06-20 04:17:33',''),(57833,1,1,59557,38,1358487965,'2017-06-20 04:17:35',''),(57834,1,1,59555,1,1358487965,'2017-06-20 04:17:35',''),(57835,1,1,59556,1,1358487965,'2017-06-20 04:17:35',''),(57836,1,1,59559,57,1358487965,'2017-06-20 04:17:37',''),(57837,1,1,59558,1,1358487965,'2017-06-20 04:17:37',''),(57838,1,1,59560,55,1358487965,'2017-06-20 04:17:38',''),(57839,1,1,59562,31,1358487965,'2017-06-20 04:17:40',''),(57840,1,1,59561,1,1358487965,'2017-06-20 04:17:40',''),(57841,1,1,59563,1,1358487965,'2017-06-20 04:17:41',''),(57842,1,1,59565,47,1358487965,'2017-06-20 04:17:43',''),(57843,1,1,59564,1,1358487965,'2017-06-20 04:17:43',''),(57844,1,1,59566,1,1358487965,'2017-06-20 04:17:45',''),(57845,1,1,59568,45,1358487965,'2017-06-20 04:17:46',''),(57846,1,1,59567,1,1358487965,'2017-06-20 04:17:47',''),(57847,1,1,59571,54,1358487965,'2017-06-20 04:17:49',''),(57848,1,1,59569,66,1358487965,'2017-06-20 04:17:49',''),(57849,1,1,59570,16,1358487965,'2017-06-20 04:17:49',''),(57850,1,1,59572,42,1358487965,'2017-06-20 04:17:51',''),(57851,1,1,59573,15,1358487965,'2017-06-20 04:17:52',''),(57852,1,1,59574,73,1358487965,'2017-06-20 04:17:54',''),(57853,1,1,59575,6,1358487965,'2017-06-20 04:17:54',''),(57854,1,1,59576,27,1358487965,'2017-06-20 04:17:55',''),(57855,1,1,59577,75,1358487965,'2017-06-20 04:17:58',''),(57856,1,1,59578,44,1358487965,'2017-06-20 04:18:00',''),(57857,1,1,59579,10,1358487965,'2017-06-20 04:18:00',''),(57858,1,1,59580,1,3227717070,'2017-06-20 05:22:23','http://burger-imperia.com/'),(57859,1,1,59581,1,2366148124,'2017-06-20 06:53:55',''),(57860,1,1,59582,1,2996485390,'2017-06-20 06:53:56',''),(57861,1,1,59583,15,2637637623,'2017-06-20 07:02:40',''),(57862,1,1,59584,1,2637637623,'2017-06-20 07:02:42',''),(57863,1,1,59585,55,2637637462,'2017-06-20 07:02:48',''),(57864,1,1,59586,56,2637637462,'2017-06-20 07:02:50',''),(57865,1,1,59587,1,100552514,'2017-06-20 07:47:15','http://burger-imperia.com/'),(57866,1,1,59588,1,1542483325,'2017-06-20 08:03:35',''),(57867,1,1,59589,28,676177706,'2017-06-20 08:59:10',''),(57868,1,1,59590,1,3024883612,'2017-06-20 09:31:53',''),(57869,1,1,59591,6,1123631189,'2017-06-20 10:19:15',''),(57870,1,1,59592,1,3024883604,'2017-06-20 10:44:24',''),(57871,1,1,59593,26,676177706,'2017-06-20 11:42:45',''),(57872,1,1,59594,26,2637637623,'2017-06-20 14:35:48',''),(57873,1,1,59595,1,1123631193,'2017-06-20 14:50:18',''),(57874,1,1,59596,1,1123631189,'2017-06-20 16:57:31',''),(57875,1,1,59597,44,2366148139,'2017-06-20 18:40:31',''),(57876,1,1,59598,16,2366148139,'2017-06-20 18:50:19',''),(57877,1,1,59599,1,1123632441,'2017-06-20 19:29:39',''),(57878,1,1,59601,16,676177706,'2017-06-20 20:30:08',''),(57879,1,1,59602,1,1123632437,'2017-06-20 21:50:46',''),(57880,1,1,59603,43,676177706,'2017-06-20 22:21:36',''),(57881,1,1,59604,43,676177706,'2017-06-20 22:21:37',''),(57882,1,1,59605,43,2637637462,'2017-06-20 22:21:40',''),(57883,1,1,59606,16,2637637462,'2017-06-20 22:21:42',''),(57884,1,1,59607,66,2637637623,'2017-06-20 22:21:44',''),(57885,1,1,59608,6,2637637623,'2017-06-20 22:21:46',''),(57886,1,1,59609,1,2637637623,'2017-06-21 00:14:35',''),(57887,1,1,59610,1,3355041596,'2017-06-21 01:08:49','http://burger-imperia.com/'),(57888,1,1,59611,26,2637637531,'2017-06-21 02:01:10',''),(57889,1,1,59612,6,2954838202,'2017-06-21 04:30:21',''),(57890,1,1,59613,43,3702877302,'2017-06-21 07:28:43',''),(57891,1,1,59614,1,1542483291,'2017-06-21 08:18:47',''),(57892,1,1,59615,68,3024883590,'2017-06-21 08:22:51',''),(57893,1,1,59616,62,676177706,'2017-06-21 08:23:17',''),(57894,1,1,59617,26,676177706,'2017-06-21 08:41:05',''),(57895,1,1,59618,44,2366148139,'2017-06-21 11:13:43',''),(57896,1,1,59619,51,1570674730,'2017-06-21 11:18:47',''),(57897,1,1,59620,1,88093730,'2017-06-21 11:27:50','https://www.bing.com/'),(57898,1,1,59621,1,3582478787,'2017-06-21 11:59:02',''),(57899,1,1,59622,1,2328191184,'2017-06-21 15:08:12',''),(57900,1,1,59623,26,3475901704,'2017-06-21 15:49:49',''),(57901,1,1,59624,1,1376727603,'2017-06-21 17:07:55','http://www.google.co.uk/'),(57902,1,1,59625,1,1123632439,'2017-06-21 17:27:20',''),(57903,1,1,59626,1,2600789601,'2017-06-21 21:47:23','http://burger-imperia.com/'),(57904,1,1,59627,3,3652617408,'2017-06-21 23:48:24',''),(57905,1,1,59628,26,1152706343,'2017-06-22 02:33:52',''),(57906,1,1,59629,1,2974486600,'2017-06-22 03:10:14',''),(57907,1,1,59630,26,3475901766,'2017-06-22 05:09:37',''),(57908,1,1,59631,1,2297665554,'2017-06-22 05:50:44',''),(57909,1,1,59632,1,2297665554,'2017-06-22 05:50:47',''),(57910,1,1,59633,1,2297665554,'2017-06-22 05:50:50',''),(57911,1,1,59634,1,2297665554,'2017-06-22 05:50:53',''),(57912,1,1,59635,1,2297665554,'2017-06-22 05:50:56',''),(57913,1,1,59636,1,2297665554,'2017-06-22 05:50:59',''),(57914,1,1,59637,1,2297665554,'2017-06-22 05:51:01',''),(57915,1,1,59638,1,2297665554,'2017-06-22 05:51:04',''),(57916,1,1,59639,26,1123631829,'2017-06-22 07:53:06',''),(57917,1,1,59640,1,1542483322,'2017-06-22 08:01:51',''),(57918,1,1,59641,26,2637637616,'2017-06-22 08:26:21',''),(57919,1,1,59642,1,2328184304,'2017-06-22 09:32:44',''),(57920,1,1,59643,1,2996485390,'2017-06-22 09:33:12',''),(57921,1,1,59644,1,2996485390,'2017-06-22 09:33:16',''),(57922,1,1,59645,57,2637637495,'2017-06-22 10:07:44',''),(57923,1,1,59646,51,3024883608,'2017-06-22 11:10:41',''),(57924,1,1,59647,1,779525311,'2017-06-22 11:46:38',''),(57925,1,1,59648,1,1368462258,'2017-06-22 12:42:42','https://www.google.co.uk/'),(57926,1,1,59649,56,3652617273,'2017-06-22 13:35:04',''),(57927,1,1,59650,1,1367507497,'2017-06-22 13:35:35','https://www.google.co.uk/'),(57928,1,1,59651,1,1123637301,'2017-06-22 14:40:32',''),(57929,1,1,59652,1,3201893803,'2017-06-22 14:40:35',''),(57930,1,1,59653,1,1443309493,'2017-06-22 14:54:38','https://www.google.co.uk/'),(57931,1,1,59654,1,3492536661,'2017-06-22 18:22:17',''),(57932,1,1,59655,1,3492536661,'2017-06-22 18:22:19',''),(57933,1,1,59656,1,3492536661,'2017-06-22 18:22:24',''),(57934,1,1,59657,1,3492536661,'2017-06-22 18:22:29',''),(57935,1,1,59658,1,3492536661,'2017-06-22 18:22:34',''),(57936,1,1,59659,1,3492536661,'2017-06-22 18:22:39',''),(57937,1,1,59660,1,3492536661,'2017-06-22 18:22:43',''),(57938,1,1,59661,1,3492536661,'2017-06-22 18:22:54',''),(57939,1,1,59662,1,3492536661,'2017-06-22 18:22:58',''),(57940,1,1,59663,1,3492536661,'2017-06-22 18:23:02',''),(57941,1,1,59664,1,3492536661,'2017-06-22 18:23:07',''),(57942,1,1,59665,1,3492536661,'2017-06-22 18:23:12',''),(57943,1,1,59666,1,3492536661,'2017-06-22 18:23:17',''),(57944,1,1,59667,1,3492536661,'2017-06-22 18:23:22',''),(57945,1,1,59668,1,3492536661,'2017-06-22 18:23:26',''),(57946,1,1,59669,1,3492536661,'2017-06-22 18:23:31',''),(57947,1,1,59670,1,3492536661,'2017-06-22 18:23:40',''),(57948,1,1,59671,1,3492536661,'2017-06-22 18:23:45',''),(57949,1,1,59672,1,3492536661,'2017-06-22 18:23:50',''),(57950,1,1,59673,1,3024883608,'2017-06-22 18:34:12',''),(57951,1,1,59674,74,676177723,'2017-06-22 19:03:04',''),(57952,1,1,59675,42,2637637616,'2017-06-22 19:41:59',''),(57953,1,1,59676,1,3024883613,'2017-06-22 20:19:12',''),(57954,1,1,59677,16,1152706343,'2017-06-22 20:37:10',''),(57955,1,1,59678,1,1839165799,'2017-06-22 20:52:48','https://www.google.co.uk/'),(57956,1,1,59679,26,1123631833,'2017-06-22 21:45:43',''),(57957,1,1,59680,43,2637637616,'2017-06-22 22:58:19',''),(57958,1,1,59681,16,2637637616,'2017-06-22 22:58:21',''),(57959,1,1,59682,43,3475901763,'2017-06-22 22:58:23',''),(57960,1,1,59683,43,3475901763,'2017-06-22 22:58:24',''),(57961,1,1,59684,66,676177723,'2017-06-22 22:58:28',''),(57962,1,1,59685,6,676177723,'2017-06-22 22:58:29',''),(57963,1,1,59686,1,2809319708,'2017-06-22 23:24:38',''),(57964,1,1,59687,1,2809319708,'2017-06-22 23:24:43',''),(57965,1,1,59688,26,2809319708,'2017-06-22 23:24:46',''),(57966,1,1,59689,26,2809319708,'2017-06-22 23:24:47',''),(57967,1,1,59690,26,2809319708,'2017-06-22 23:24:48',''),(57968,1,1,59691,26,2809319708,'2017-06-22 23:24:50',''),(57969,1,1,59692,26,2809319708,'2017-06-22 23:24:51',''),(57970,1,1,59693,26,2809319708,'2017-06-22 23:24:53',''),(57971,1,1,59694,26,2809319708,'2017-06-22 23:24:54',''),(57972,1,1,59695,26,2809319708,'2017-06-22 23:24:55',''),(57973,1,1,59696,26,2809319708,'2017-06-22 23:24:57',''),(57974,1,1,59697,26,2809319708,'2017-06-22 23:24:58',''),(57975,1,1,59698,18,2809319708,'2017-06-22 23:25:00',''),(57976,1,1,59699,6,2809319708,'2017-06-22 23:25:02',''),(57977,1,1,59700,43,2809319708,'2017-06-22 23:25:04',''),(57978,1,1,59701,26,2809319708,'2017-06-22 23:25:06',''),(57979,1,1,59702,1,2809319708,'2017-06-22 23:25:07',''),(57980,1,1,59703,1,296142090,'2017-06-23 01:40:06',''),(57981,1,1,59704,71,3024883616,'2017-06-23 02:38:03',''),(57982,1,1,59705,71,872366382,'2017-06-23 07:39:59',''),(57983,1,1,59706,1,1542483318,'2017-06-23 07:56:52',''),(57984,1,1,59707,1,3479603870,'2017-06-23 08:38:37',''),(57985,1,1,59708,1,1344975903,'2017-06-23 10:01:40','https://www.google.co.uk/'),(57986,1,1,59709,1,1041806727,'2017-06-23 10:02:19',''),(57987,1,1,59710,1,1041806726,'2017-06-23 10:02:20',''),(57988,1,1,59711,6,1123631833,'2017-06-23 11:29:30',''),(57989,1,1,59712,6,1123632441,'2017-06-23 12:10:53',''),(57990,1,1,59713,26,2637637616,'2017-06-23 13:02:34',''),(57991,1,1,59714,26,676177723,'2017-06-23 13:40:55',''),(57992,1,1,59715,1,917368893,'2017-06-23 17:15:59',''),(57993,1,1,59716,72,676177723,'2017-06-23 22:16:23',''),(57994,1,1,59717,43,3652617241,'2017-06-24 00:18:07',''),(57995,1,1,59718,26,676177719,'2017-06-24 06:24:13',''),(57996,1,1,59719,56,2637637616,'2017-06-24 06:32:49',''),(57997,1,1,59720,55,2637637616,'2017-06-24 06:32:52',''),(57998,1,1,59721,15,676177719,'2017-06-24 06:32:53',''),(57999,1,1,59722,1,676177719,'2017-06-24 06:32:55',''),(58000,1,1,59723,1,856630546,'2017-06-24 06:44:23','http://burger-imperia.com/'),(58001,1,1,59724,28,1123632441,'2017-06-24 06:57:15',''),(58002,1,1,59725,45,1123632439,'2017-06-24 07:09:09',''),(58003,1,1,59726,1,100662606,'2017-06-24 07:13:17',''),(58004,1,1,59727,1,2996485390,'2017-06-24 07:13:21',''),(58005,1,1,59728,1,3024883490,'2017-06-24 07:58:58',''),(58006,1,1,59729,1,1542483275,'2017-06-24 08:06:39',''),(58007,1,1,59730,18,2916408401,'2017-06-24 10:42:16',''),(58008,1,1,59731,1,779525311,'2017-06-24 10:45:33',''),(58009,1,1,59732,1,3024883594,'2017-06-24 11:14:20',''),(58010,1,1,59733,68,676177759,'2017-06-24 11:28:10',''),(58011,1,1,59734,1,1159650810,'2017-06-24 12:03:31',''),(58012,1,1,59735,65,676177759,'2017-06-24 12:48:12',''),(58013,1,1,59736,1,1443308509,'2017-06-24 14:06:44','https://www.google.co.uk/'),(58014,1,1,59737,1,2503533840,'2017-06-24 15:30:32','http://pizza-tycoon.com/'),(58015,1,1,59738,41,3024883610,'2017-06-24 15:45:23',''),(58016,1,1,59739,26,2637637616,'2017-06-24 17:20:55',''),(58017,1,1,59740,1,1123632437,'2017-06-24 18:09:58',''),(58018,1,1,59741,55,2637637616,'2017-06-24 19:03:14',''),(58019,1,1,59742,1,1123631189,'2017-06-24 20:13:07',''),(58020,1,1,59743,1,1123631189,'2017-06-24 21:44:42',''),(58021,1,1,59744,1,878139038,'2017-06-24 21:46:57',''),(58022,1,1,59745,1,1123631193,'2017-06-24 22:54:09',''),(58023,1,1,59746,26,3475901763,'2017-06-25 00:56:45',''),(58024,1,1,59747,26,676177719,'2017-06-25 01:28:49',''),(58025,1,1,59748,62,2760155421,'2017-06-25 01:40:11',''),(58026,1,1,59749,1,3512706511,'2017-06-25 02:09:03',''),(58027,1,1,59750,1,3231158610,'2017-06-25 05:40:53',''),(58028,1,1,59751,1,3231158610,'2017-06-25 05:40:56',''),(58029,1,1,59752,1,3231158610,'2017-06-25 05:40:59',''),(58030,1,1,59753,1,3231158610,'2017-06-25 05:41:02',''),(58031,1,1,59754,1,3231158610,'2017-06-25 05:41:05',''),(58032,1,1,59755,1,3231158610,'2017-06-25 05:41:07',''),(58033,1,1,59756,1,3231158610,'2017-06-25 05:41:10',''),(58034,1,1,59757,1,3231158610,'2017-06-25 05:41:13',''),(58035,1,1,59758,29,872367990,'2017-06-25 06:48:22',''),(58036,1,1,59759,1,1542483313,'2017-06-25 07:57:35',''),(58037,1,1,59760,52,3024883486,'2017-06-25 09:15:48',''),(58038,1,1,59761,20,1123631189,'2017-06-25 09:41:58',''),(58039,1,1,59762,20,1123631191,'2017-06-25 10:29:10',''),(58040,1,1,59763,1,1453878120,'2017-06-25 12:21:58','https://www.google.co.uk/'),(58041,1,1,59764,1,1546189229,'2017-06-25 12:57:05','https://www.google.co.uk/'),(58042,1,1,59765,56,40157591,'2017-06-25 15:10:43','https://www.google.co.uk'),(58043,1,1,59766,26,3475901763,'2017-06-25 18:55:27',''),(58044,1,1,59767,1,3342489297,'2017-06-25 21:01:46',''),(58045,1,1,59768,1,676695033,'2017-06-25 21:36:01',''),(58046,1,1,59769,65,3024883480,'2017-06-25 22:48:07',''),(58047,1,1,59770,1,1839458818,'2017-06-26 01:10:22','http://pizza-tycoon.com/'),(58048,1,1,59771,1,676177719,'2017-06-26 01:22:19',''),(58049,1,1,59772,43,3475901763,'2017-06-26 05:27:41',''),(58050,1,1,59773,43,3475901763,'2017-06-26 05:27:43',''),(58051,1,1,59774,66,676177749,'2017-06-26 05:27:47',''),(58052,1,1,59775,16,2637637616,'2017-06-26 05:27:52',''),(58053,1,1,59776,43,2637637616,'2017-06-26 05:27:54',''),(58054,1,1,59777,1,2996485390,'2017-06-26 07:15:52',''),(58055,1,1,59778,1,1600959752,'2017-06-26 07:15:54',''),(58056,1,1,59779,1,1542483291,'2017-06-26 08:07:36',''),(58057,1,1,59780,38,1123634329,'2017-06-26 13:07:25',''),(58058,1,1,59781,67,3475901763,'2017-06-26 15:57:02',''),(58059,1,1,59782,43,3475901763,'2017-06-26 17:48:04',''),(58060,1,1,59783,1,1443144869,'2017-06-26 19:50:20','http://www.google.co.uk/'),(58061,1,1,59784,6,3324963067,'2017-06-26 19:53:06',''),(58062,1,1,59785,1,3024883594,'2017-06-26 23:35:36',''),(58063,1,1,59786,1,2366148121,'2017-06-27 00:25:10',''),(58064,1,1,59787,1,2366148121,'2017-06-27 00:25:14',''),(58065,1,1,59788,26,3475901763,'2017-06-27 01:16:58',''),(58066,1,1,59789,1,3479603870,'2017-06-27 01:48:49',''),(58067,1,1,59790,28,2760155457,'2017-06-27 02:08:49',''),(58068,1,1,59791,67,3024883472,'2017-06-27 04:04:47',''),(58069,1,1,59792,1,2987669264,'2017-06-27 04:55:42','http://pizza-tycoon.com/'),(58070,1,1,59793,1,3633384286,'2017-06-27 06:35:23','http://whois.domaintools.com/mstyresblackburn.co.uk'),(58071,1,1,59794,1,3024883461,'2017-06-27 07:41:55',''),(58072,1,1,59795,1,1542483310,'2017-06-27 07:45:53',''),(58073,1,1,59796,1,779525311,'2017-06-27 08:52:31',''),(58074,1,1,59797,6,1123631833,'2017-06-27 10:39:25',''),(58075,1,1,59798,1,1388405867,'2017-06-27 17:18:17',''),(58076,1,1,59799,26,676177759,'2017-06-27 18:05:32',''),(58077,1,1,59800,56,2637637616,'2017-06-27 19:04:18',''),(58078,1,1,59801,16,1123632439,'2017-06-27 20:32:46',''),(58079,1,1,59802,26,3475901763,'2017-06-27 20:49:44',''),(58080,1,1,59803,1,1760311681,'2017-06-27 21:31:43',''),(58081,1,1,59804,26,1123631189,'2017-06-27 22:27:21',''),(58082,1,1,59805,1,3024883605,'2017-06-27 23:11:58',''),(58083,1,1,59806,1,3227717070,'2017-06-28 01:44:49','http://hundejo.com/'),(58084,1,1,59807,1,2953384145,'2017-06-28 06:09:01',''),(58085,1,1,59808,43,2637637517,'2017-06-28 06:54:05',''),(58086,1,1,59809,43,2637637517,'2017-06-28 06:54:07',''),(58087,1,1,59810,66,3475901719,'2017-06-28 06:54:10',''),(58088,1,1,59811,16,2637637616,'2017-06-28 06:54:25',''),(58089,1,1,59812,43,2637637616,'2017-06-28 06:54:27',''),(58090,1,1,59813,62,2637637517,'2017-06-28 07:46:05',''),(58091,1,1,59814,1,1542483285,'2017-06-28 07:54:20',''),(58092,1,1,59815,27,2760155445,'2017-06-28 08:03:42',''),(58093,1,1,59816,1,1358026363,'2017-06-28 09:18:16',''),(58094,1,1,59817,1,1358026363,'2017-06-28 09:18:23',''),(58095,1,1,59818,1,1358026363,'2017-06-28 09:18:27',''),(58096,1,1,59819,1,1358026363,'2017-06-28 09:18:32',''),(58097,1,1,59820,1,1358026363,'2017-06-28 09:18:37',''),(58098,1,1,59821,1,1358026363,'2017-06-28 09:18:41',''),(58099,1,1,59822,1,1358026363,'2017-06-28 09:18:46',''),(58100,1,1,59823,1,1358026363,'2017-06-28 09:18:51',''),(58101,1,1,59824,16,2303381357,'2017-06-28 10:46:55',''),(58102,1,1,59825,26,2637637613,'2017-06-28 14:09:03',''),(58103,1,1,59826,1,3024883590,'2017-06-28 14:44:01',''),(58104,1,1,59827,68,1334039427,'2017-06-28 14:53:32','https://www.google.gr/'),(58105,1,1,59828,26,2637637606,'2017-06-28 15:55:52',''),(58106,1,1,59829,62,3024883607,'2017-06-28 16:23:58',''),(58107,1,1,59830,1,3024883463,'2017-06-28 18:04:00',''),(58108,1,1,59831,1,2734115016,'2017-06-28 18:14:37','http://burger-imperia.com/'),(58109,1,1,59832,1,1091807107,'2017-06-28 18:52:24','http://hvd-store.com/'),(58110,1,1,59833,1,1123631108,'2017-06-28 21:54:23',''),(58111,1,1,59834,15,1123631106,'2017-06-28 22:07:41',''),(58112,1,1,59835,65,3273031651,'2017-06-28 23:08:35',''),(58113,1,1,59836,10,3024883473,'2017-06-28 23:11:56',''),(58114,1,1,59837,55,2637637566,'2017-06-28 23:25:39',''),(58115,1,1,59838,56,2637637566,'2017-06-28 23:25:41',''),(58116,1,1,59839,1,2637637623,'2017-06-28 23:25:44',''),(58117,1,1,59840,6,2637637623,'2017-06-28 23:25:46',''),(58118,1,1,59841,15,2637637623,'2017-06-28 23:25:47',''),(58119,1,1,59842,1,1123631135,'2017-06-28 23:51:43',''),(58120,1,1,59843,26,2637637623,'2017-06-29 04:12:58',''),(58121,1,1,59844,1,1123631557,'2017-06-29 04:15:23',''),(58122,1,1,59845,48,676177750,'2017-06-29 07:29:20',''),(58123,1,1,59846,1,3024883605,'2017-06-29 07:44:46',''),(58124,1,1,59847,1,3024883599,'2017-06-29 07:44:49',''),(58125,1,1,59848,1,1542483310,'2017-06-29 08:03:14',''),(58126,1,1,59849,1,779525311,'2017-06-29 09:12:11',''),(58127,1,1,59850,1,1123631135,'2017-06-29 09:42:41',''),(58128,1,1,59851,26,2637637416,'2017-06-29 09:46:44',''),(58129,1,1,59852,70,2760155411,'2017-06-29 13:28:30',''),(58130,1,1,59853,1,2071807798,'2017-06-29 14:23:50',''),(58131,1,1,59854,65,1123631135,'2017-06-29 15:11:21',''),(58132,1,1,59855,1,3495573956,'2017-06-29 18:28:26',''),(58133,1,1,59856,64,3652617290,'2017-06-29 19:23:38',''),(58134,1,1,59857,1,3024883617,'2017-06-29 21:06:59',''),(58135,1,1,59858,1,786743746,'2017-06-29 21:48:02',''),(58136,1,1,59859,1,786743746,'2017-06-29 21:48:03',''),(58137,1,1,59860,1,786743746,'2017-06-29 21:48:05',''),(58138,1,1,59861,18,786743746,'2017-06-29 21:48:06',''),(58139,1,1,59862,3,786743746,'2017-06-29 21:48:07',''),(58140,1,1,59863,10,3024883595,'2017-06-30 02:08:58',''),(58141,1,1,59864,6,1123631108,'2017-06-30 02:47:10',''),(58142,1,1,59865,16,2760155426,'2017-06-30 04:29:41',''),(58143,1,1,59866,1,758612207,'2017-06-30 04:58:28',''),(58144,1,1,59867,1,3024883473,'2017-06-30 07:28:40',''),(58145,1,1,59868,1,3024883476,'2017-06-30 07:28:42',''),(58146,1,1,59869,1,1542483319,'2017-06-30 07:42:34',''),(58147,1,1,59870,26,1123631108,'2017-06-30 09:03:42',''),(58148,1,1,59871,1,3512712401,'2017-06-30 10:31:44',''),(58149,1,1,59872,1,1415370366,'2017-06-30 10:41:51','https://www.google.co.uk/'),(58150,1,1,59873,1,2745977303,'2017-06-30 11:35:19',''),(58151,1,1,59874,1,2745977303,'2017-06-30 11:35:23',''),(58152,1,1,59875,1,2745977303,'2017-06-30 11:35:26',''),(58153,1,1,59876,1,2745977303,'2017-06-30 11:35:31',''),(58154,1,1,59877,1,2745977303,'2017-06-30 11:35:33',''),(58155,1,1,59878,1,2745977303,'2017-06-30 11:35:36',''),(58156,1,1,59879,1,2745977303,'2017-06-30 11:35:39',''),(58157,1,1,59880,1,2745977303,'2017-06-30 11:35:42',''),(58158,1,1,59881,1,96307748,'2017-06-30 15:17:47',''),(58159,1,1,59882,26,1123631557,'2017-06-30 17:29:11',''),(58160,1,1,59883,1,1455162285,'2017-06-30 21:25:26','https://www.google.co.uk/'),(58161,1,1,59884,1,911227091,'2017-06-30 21:48:18',''),(58162,1,1,59885,6,911227091,'2017-06-30 21:48:21',''),(58163,1,1,59886,1,911227091,'2017-06-30 21:48:23',''),(58164,1,1,59887,1,911227091,'2017-06-30 21:48:24',''),(58165,1,1,59888,18,911227091,'2017-06-30 21:48:26',''),(58166,1,1,59889,3,911227091,'2017-06-30 21:48:28',''),(58167,1,1,59890,9,911227091,'2017-06-30 21:48:32',''),(58168,1,1,59891,51,911227091,'2017-06-30 21:48:34',''),(58169,1,1,59892,69,911227091,'2017-06-30 21:48:37',''),(58170,1,1,59893,62,911227091,'2017-06-30 21:48:40',''),(58171,1,1,59894,63,911227091,'2017-06-30 21:48:44',''),(58172,1,1,59895,64,911227091,'2017-06-30 21:48:46',''),(58173,1,1,59896,56,911227091,'2017-06-30 21:48:48',''),(58174,1,1,59897,50,911227091,'2017-06-30 21:48:50',''),(58175,1,1,59898,65,911227091,'2017-06-30 21:48:54',''),(58176,1,1,59899,55,911227091,'2017-06-30 21:48:56',''),(58177,1,1,59900,28,911227091,'2017-06-30 21:48:58',''),(58178,1,1,59901,53,911227091,'2017-06-30 21:49:01',''),(58179,1,1,59902,43,911227091,'2017-06-30 21:49:02',''),(58180,1,1,59903,48,911227091,'2017-06-30 21:49:06',''),(58181,1,1,59904,52,911227091,'2017-06-30 21:49:08',''),(58182,1,1,59905,41,911227091,'2017-06-30 21:49:10',''),(58183,1,1,59906,38,911227091,'2017-06-30 21:49:12',''),(58184,1,1,59907,57,911227091,'2017-06-30 21:49:13',''),(58185,1,1,59908,45,911227091,'2017-06-30 21:49:15',''),(58186,1,1,59909,26,911227091,'2017-06-30 21:49:16',''),(58187,1,1,59910,26,911227091,'2017-06-30 21:49:19',''),(58188,1,1,59911,26,911227091,'2017-06-30 21:49:20',''),(58189,1,1,59912,26,911227091,'2017-06-30 21:49:21',''),(58190,1,1,59913,26,911227091,'2017-06-30 21:49:22',''),(58191,1,1,59914,26,911227091,'2017-06-30 21:49:24',''),(58192,1,1,59915,26,911227091,'2017-06-30 21:49:26',''),(58193,1,1,59916,26,911227091,'2017-06-30 21:49:29',''),(58194,1,1,59917,26,911227091,'2017-06-30 21:49:30',''),(58195,1,1,59918,26,911227091,'2017-06-30 21:49:31',''),(58196,1,1,59919,52,2637637613,'2017-06-30 22:24:33',''),(58197,1,1,59920,1,3024883464,'2017-06-30 23:17:16',''),(58198,1,1,59921,1,3024883618,'2017-06-30 23:17:21',''),(58199,1,1,59922,1,2637637613,'2017-07-01 00:30:33',''),(58200,1,1,59923,55,3475901766,'2017-07-01 00:30:33',''),(58201,1,1,59924,6,2637637613,'2017-07-01 00:30:34',''),(58202,1,1,59925,56,3475901766,'2017-07-01 00:30:34',''),(58203,1,1,59926,15,2637637613,'2017-07-01 00:30:35',''),(58204,1,1,59927,1,2366148113,'2017-07-01 04:16:39',''),(58205,1,1,59928,1,2366148124,'2017-07-01 04:16:42',''),(58206,1,1,59929,56,96260926,'2017-07-01 05:01:04',''),(58207,1,1,59930,1,1113982649,'2017-07-01 06:06:29',''),(58208,1,1,59931,74,2637637613,'2017-07-01 07:04:26',''),(58209,1,1,59932,1,1542483301,'2017-07-01 08:13:30',''),(58210,1,1,59933,1,88249423,'2017-07-01 08:26:25','https://www.google.co.uk/'),(58211,1,1,59934,1,1053975912,'2017-07-01 10:57:33',''),(58212,1,1,59935,1,1053975912,'2017-07-01 10:57:39',''),(58213,1,1,59936,1,1053975912,'2017-07-01 10:57:49',''),(58214,1,1,59937,1,1053975912,'2017-07-01 10:57:53',''),(58215,1,1,59938,1,1053975912,'2017-07-01 10:57:58',''),(58216,1,1,59939,1,1053975912,'2017-07-01 10:58:08',''),(58217,1,1,59940,1,1053975912,'2017-07-01 10:58:13',''),(58218,1,1,59941,1,1053975912,'2017-07-01 10:58:30',''),(58219,1,1,59942,45,3024883484,'2017-07-01 11:11:41',''),(58220,1,1,59943,45,3475901766,'2017-07-01 14:49:25',''),(58221,1,1,59944,54,3475901727,'2017-07-01 16:48:56',''),(58222,1,1,59945,43,391276553,'2017-07-01 17:41:02',''),(58223,1,1,59946,44,96260874,'2017-07-01 17:48:25',''),(58224,1,1,59947,1,3479603870,'2017-07-01 19:38:58',''),(58225,1,1,59948,1,2366148124,'2017-07-01 20:19:27',''),(58226,1,1,59949,1,621375790,'2017-07-01 20:19:30',''),(58227,1,1,59950,1,2637637613,'2017-07-01 20:34:14',''),(58228,1,1,59951,44,3024883463,'2017-07-01 21:11:36',''),(58229,1,1,59952,1,3024883590,'2017-07-02 02:28:45',''),(58230,1,1,59953,42,2366148139,'2017-07-02 02:50:25',''),(58231,1,1,59954,26,1760471394,'2017-07-02 03:42:31',''),(58232,1,1,59955,1,1760471394,'2017-07-02 03:42:33',''),(58233,1,1,59956,26,1760471394,'2017-07-02 03:42:36',''),(58234,1,1,59957,26,1760471394,'2017-07-02 03:42:37',''),(58235,1,1,59958,1,1760471394,'2017-07-02 03:42:39',''),(58236,1,1,59959,10,96260886,'2017-07-02 04:46:06',''),(58237,1,1,59960,26,96260886,'2017-07-02 04:46:10',''),(58238,1,1,59961,31,3024883617,'2017-07-02 05:42:51',''),(58239,1,1,59962,6,3427775494,'2017-07-02 06:28:30',''),(58240,1,1,59963,6,2760155415,'2017-07-02 07:35:53',''),(58241,1,1,59964,1,1542483322,'2017-07-02 08:07:55',''),(58242,1,1,59965,6,1123631189,'2017-07-02 10:00:14',''),(58243,1,1,59966,55,96260879,'2017-07-02 11:04:34',''),(58244,1,1,59967,26,3475901766,'2017-07-02 11:36:44',''),(58245,1,1,59968,1,3024883612,'2017-07-02 12:01:21',''),(58246,1,1,59969,49,2996485390,'2017-07-02 12:04:52',''),(58247,1,1,59970,1,3495573956,'2017-07-02 12:48:14',''),(58248,1,1,59971,1,919606806,'2017-07-02 13:09:25',''),(58249,1,1,59972,1,2366148124,'2017-07-02 13:51:19',''),(58250,1,1,59973,1,2366148139,'2017-07-02 13:51:24',''),(58251,1,1,59974,1,918635719,'2017-07-02 14:31:17',''),(58252,1,1,59975,26,2637637613,'2017-07-02 14:35:47',''),(58253,1,1,59976,1,1329789012,'2017-07-02 15:02:37','https://www.google.co.uk/'),(58254,1,1,59977,26,2637637613,'2017-07-02 15:04:31',''),(58255,1,1,59978,1,1041806727,'2017-07-02 15:12:13',''),(58256,1,1,59979,1,3024883463,'2017-07-02 16:48:19',''),(58257,1,1,59980,48,1760471403,'2017-07-02 19:59:25',''),(58258,1,1,59981,48,1760471403,'2017-07-02 19:59:27',''),(58259,1,1,59982,1,1760471403,'2017-07-02 19:59:29',''),(58260,1,1,59983,48,1760471403,'2017-07-02 19:59:31',''),(58261,1,1,59984,1,911725187,'2017-07-02 21:29:18',''),(58262,1,1,59985,26,1123631191,'2017-07-02 22:24:20',''),(58263,1,1,59986,26,676177676,'2017-07-03 00:06:19',''),(58264,1,1,59987,26,1123631189,'2017-07-03 02:11:47',''),(58265,1,1,59988,1,3589854145,'2017-07-03 02:39:44',''),(58266,1,1,59989,1,3589854145,'2017-07-03 02:39:45',''),(58267,1,1,59990,1,3589854145,'2017-07-03 02:39:46',''),(58268,1,1,59991,1,3024883599,'2017-07-03 03:09:11',''),(58269,1,1,59992,1,1123631191,'2017-07-03 05:46:40',''),(58270,1,1,59993,1,919614799,'2017-07-03 06:05:08',''),(58271,1,1,59994,1,1542483270,'2017-07-03 08:01:52',''),(58272,1,1,59995,1,1123631193,'2017-07-03 09:04:28',''),(58273,1,1,59996,43,676177667,'2017-07-03 09:35:11',''),(58274,1,1,59997,26,676177709,'2017-07-03 10:21:25',''),(58275,1,1,59998,65,2071807821,'2017-07-03 12:16:34',''),(58276,1,1,59999,1,1123631191,'2017-07-03 13:20:29',''),(58277,1,1,60000,68,3475901727,'2017-07-03 13:40:07',''),(58278,1,1,60001,67,2760155421,'2017-07-03 14:12:03',''),(58279,1,1,60002,53,3024883614,'2017-07-03 14:33:29',''),(58280,1,1,60003,43,1123631191,'2017-07-03 16:05:20',''),(58281,1,1,60004,1,3281703897,'2017-07-03 19:09:18',''),(58282,1,1,60005,43,1123631193,'2017-07-03 19:52:47',''),(58283,1,1,60006,1,920107996,'2017-07-03 20:14:17',''),(58284,1,1,60007,1,875951881,'2017-07-03 20:14:18',''),(58285,1,1,60008,1,875951881,'2017-07-03 20:14:20',''),(58286,1,1,60009,1,875951881,'2017-07-03 20:14:22',''),(58287,1,1,60010,1,875951881,'2017-07-03 20:14:23',''),(58288,1,1,60011,18,875951881,'2017-07-03 20:14:24',''),(58289,1,1,60012,3,875951881,'2017-07-03 20:14:26',''),(58290,1,1,60013,1,875951881,'2017-07-03 20:14:28',''),(58291,1,1,60014,6,875951881,'2017-07-03 20:14:30',''),(58292,1,1,60015,75,3024883608,'2017-07-03 21:26:14',''),(58293,1,1,60016,1,1366119689,'2017-07-03 21:32:48',''),(58294,1,1,60017,1,1123631193,'2017-07-03 21:44:57',''),(58295,1,1,60018,1,676177709,'2017-07-03 22:33:09',''),(58296,1,1,60019,6,87960354,'2017-07-04 01:53:06',''),(58297,1,1,60020,1,1123631193,'2017-07-04 02:18:31',''),(58298,1,1,60021,1,873967990,'2017-07-04 02:32:28',''),(58299,1,1,60022,65,1010057743,'2017-07-04 03:37:17','https://www.google.com/'),(58300,1,1,60023,1,2731721857,'2017-07-04 03:47:17',''),(58301,1,1,60024,1,1807706808,'2017-07-04 04:19:16','http://www.europages.co.uk/MS-TYRES-SERVICING/00000004031036-001.html'),(58302,1,1,60025,66,3475901734,'2017-07-04 06:30:02',''),(58303,1,1,60026,15,3475901734,'2017-07-04 06:30:04',''),(58304,1,1,60027,16,3475901766,'2017-07-04 06:30:04',''),(58305,1,1,60028,43,3475901766,'2017-07-04 06:30:06',''),(58306,1,1,60029,1,3475901734,'2017-07-04 06:30:06',''),(58307,1,1,60030,1,1123631193,'2017-07-04 06:40:45',''),(58308,1,1,60031,1,2366148124,'2017-07-04 06:45:57',''),(58309,1,1,60032,1,621375790,'2017-07-04 06:46:01',''),(58310,1,1,60033,1,1542483270,'2017-07-04 07:58:19',''),(58311,1,1,60034,1,87964423,'2017-07-04 09:05:48',''),(58312,1,1,60035,1,87964423,'2017-07-04 09:05:52',''),(58313,1,1,60036,1,87964423,'2017-07-04 09:05:55',''),(58314,1,1,60037,18,87964423,'2017-07-04 09:05:57',''),(58315,1,1,60038,3,87964423,'2017-07-04 09:06:00',''),(58316,1,1,60039,1,88251444,'2017-07-04 09:56:42','https://www.google.co.uk/'),(58317,1,1,60040,59,1577382710,'2017-07-04 10:21:33','https://www.bing.com/'),(58318,1,1,60041,1,84491906,'2017-07-04 12:00:47',''),(58319,1,1,60042,1,84491906,'2017-07-04 12:00:50',''),(58320,1,1,60043,1,84491906,'2017-07-04 12:00:53',''),(58321,1,1,60044,1,84491906,'2017-07-04 12:00:57',''),(58322,1,1,60045,1,84491906,'2017-07-04 12:01:00',''),(58323,1,1,60046,1,84491906,'2017-07-04 12:01:03',''),(58324,1,1,60047,1,84491906,'2017-07-04 12:01:05',''),(58325,1,1,60048,1,84491906,'2017-07-04 12:01:08',''),(58326,1,1,60049,1,3492536661,'2017-07-04 13:09:42',''),(58327,1,1,60050,1,3492536661,'2017-07-04 13:09:45',''),(58328,1,1,60051,1,3492536661,'2017-07-04 13:09:55',''),(58329,1,1,60052,1,3492536661,'2017-07-04 13:10:00',''),(58330,1,1,60053,1,3492536661,'2017-07-04 13:10:04',''),(58331,1,1,60054,1,3492536661,'2017-07-04 13:10:09',''),(58332,1,1,60055,1,3492536661,'2017-07-04 13:10:14',''),(58333,1,1,60056,1,3492536661,'2017-07-04 13:10:18',''),(58334,1,1,60057,1,3492536661,'2017-07-04 13:10:23',''),(58335,1,1,60058,1,3492536661,'2017-07-04 13:10:28',''),(58336,1,1,60059,1,3492536661,'2017-07-04 13:10:32',''),(58337,1,1,60060,1,3492536661,'2017-07-04 13:10:37',''),(58338,1,1,60061,1,3492536661,'2017-07-04 13:10:42',''),(58339,1,1,60062,1,3492536661,'2017-07-04 13:10:47',''),(58340,1,1,60063,1,3492536661,'2017-07-04 13:10:52',''),(58341,1,1,60064,1,3492536661,'2017-07-04 13:10:57',''),(58342,1,1,60065,1,3492536661,'2017-07-04 13:11:02',''),(58343,1,1,60066,1,3492536661,'2017-07-04 13:11:06',''),(58344,1,1,60067,1,3492536661,'2017-07-04 13:11:16',''),(58345,1,1,60068,1,1760313037,'2017-07-04 13:19:36',''),(58346,1,1,60069,26,1123631189,'2017-07-04 13:31:11',''),(58347,1,1,60070,43,1123631193,'2017-07-04 13:41:04',''),(58348,1,1,60071,47,2760155394,'2017-07-04 14:20:09',''),(58349,1,1,60072,16,3024883590,'2017-07-04 15:01:33',''),(58350,1,1,60073,72,3475901734,'2017-07-04 17:44:28',''),(58351,1,1,60074,16,3024883485,'2017-07-04 18:00:44',''),(58352,1,1,60076,1,1581881132,'2017-07-04 23:06:52',''),(58353,1,1,60075,1,1581881132,'2017-07-04 23:06:53',''),(58354,1,1,60077,20,1581881132,'2017-07-04 23:06:54',''),(58355,1,1,60078,1,1581881132,'2017-07-04 23:06:56',''),(58356,1,1,60079,20,1581881132,'2017-07-04 23:06:58',''),(58357,1,1,60080,20,1581881132,'2017-07-04 23:07:00',''),(58358,1,1,60081,1,1581881132,'2017-07-04 23:07:01',''),(58359,1,1,60082,1,1581881132,'2017-07-04 23:07:03',''),(58360,1,1,60083,1,1581881132,'2017-07-04 23:07:04',''),(58361,1,1,60084,1,1581881132,'2017-07-04 23:07:06',''),(58362,1,1,60085,20,1581881132,'2017-07-04 23:07:07',''),(58363,1,1,60086,20,1581881132,'2017-07-04 23:07:10',''),(58364,1,1,60087,1,1581881132,'2017-07-04 23:07:12',''),(58365,1,1,60088,1,585292519,'2017-07-05 02:32:31',''),(58366,1,1,60089,1,3495348068,'2017-07-05 04:51:25',''),(58367,1,1,60090,26,2637637574,'2017-07-05 06:04:21',''),(58368,1,1,60091,53,3475901734,'2017-07-05 07:38:24',''),(58369,1,1,60092,1,1542483266,'2017-07-05 07:48:06',''),(58370,1,1,60093,1,96260880,'2017-07-05 09:31:07',''),(58371,1,1,60094,1,620875541,'2017-07-05 11:23:32',''),(58372,1,1,60095,27,3024883598,'2017-07-05 13:49:49',''),(58373,1,1,60096,1,1729113681,'2017-07-05 14:47:08',''),(58374,1,1,60097,6,1729113681,'2017-07-05 14:47:10',''),(58375,1,1,60098,1,1524079182,'2017-07-05 16:14:26','https://www.google.co.uk/'),(58376,1,1,60099,1,1123631193,'2017-07-05 17:40:12',''),(58377,1,1,60100,23,1123631189,'2017-07-05 18:18:50',''),(58378,1,1,60101,1,1759469396,'2017-07-05 20:46:42',''),(58379,1,1,60102,1,1759469396,'2017-07-05 20:46:49',''),(58380,1,1,60103,1,1759469396,'2017-07-05 20:46:52',''),(58381,1,1,60104,18,1759469396,'2017-07-05 20:46:55',''),(58382,1,1,60105,3,1759469396,'2017-07-05 20:46:57',''),(58383,1,1,60106,1,3024883594,'2017-07-05 21:28:19',''),(58384,1,1,60107,1,676695033,'2017-07-05 21:36:58',''),(58385,1,1,60108,16,1123631193,'2017-07-05 22:57:35',''),(58386,1,1,60109,26,1123631191,'2017-07-05 23:03:38',''),(58387,1,1,60110,1,1370225906,'2017-07-05 23:59:52','https://www.google.co.uk/'),(58388,1,1,60111,1,3475901734,'2017-07-06 01:24:29',''),(58389,1,1,60112,1,585126865,'2017-07-06 02:37:26',''),(58390,1,1,60113,41,872366359,'2017-07-06 02:53:00',''),(58391,1,1,60114,26,1123631106,'2017-07-06 04:18:37',''),(58392,1,1,60115,1,2996485390,'2017-07-06 06:07:00',''),(58393,1,1,60116,1,2366148113,'2017-07-06 06:07:03',''),(58394,1,1,60117,26,1123631108,'2017-07-06 06:50:10',''),(58395,1,1,60118,1,1542483293,'2017-07-06 07:38:48',''),(58396,1,1,60119,56,3475901766,'2017-07-06 10:39:51',''),(58397,1,1,60120,55,3475901766,'2017-07-06 10:39:52',''),(58398,1,1,60121,6,2637637455,'2017-07-06 10:39:57',''),(58399,1,1,60122,1,3024883605,'2017-07-06 10:44:50',''),(58400,1,1,60123,1,1500492399,'2017-07-06 12:24:37',''),(58401,1,1,60124,1,96260880,'2017-07-06 12:56:44',''),(58402,1,1,60125,27,3024883462,'2017-07-06 13:19:52',''),(58403,1,1,60126,1,2328170691,'2017-07-06 14:36:31',''),(58404,1,1,60127,1,916666381,'2017-07-06 15:33:34',''),(58405,1,1,60128,1,1753438476,'2017-07-06 16:12:21',''),(58406,1,1,60129,1,3342489297,'2017-07-06 16:53:03',''),(58407,1,1,60130,1,2328196542,'2017-07-06 17:48:14',''),(58408,1,1,60131,1,2328174506,'2017-07-06 19:24:39',''),(58409,1,1,60132,1,886140498,'2017-07-06 21:16:17',''),(58410,1,1,60133,1,2680909607,'2017-07-06 21:49:01',''),(58411,1,1,60136,18,2680909607,'2017-07-06 21:49:30',''),(58412,1,1,60134,26,2680909607,'2017-07-06 21:49:30',''),(58413,1,1,60135,26,2680909607,'2017-07-06 21:49:30',''),(58414,1,1,60137,45,2680909607,'2017-07-06 21:49:31',''),(58415,1,1,60138,43,2680909607,'2017-07-06 21:49:31',''),(58416,1,1,60139,28,2680909607,'2017-07-06 21:49:32',''),(58417,1,1,60140,51,2680909607,'2017-07-06 21:49:33',''),(58418,1,1,60141,62,2680909607,'2017-07-06 21:49:33',''),(58419,1,1,60142,56,2680909607,'2017-07-06 21:49:33',''),(58420,1,1,60143,50,2680909607,'2017-07-06 21:49:34',''),(58421,1,1,60145,26,2680909607,'2017-07-06 21:49:34',''),(58422,1,1,60144,26,2680909607,'2017-07-06 21:49:34',''),(58423,1,1,60148,26,2680909607,'2017-07-06 21:49:34',''),(58424,1,1,60147,57,2680909607,'2017-07-06 21:49:34',''),(58425,1,1,60146,26,2680909607,'2017-07-06 21:49:35',''),(58426,1,1,60149,9,2680909607,'2017-07-06 21:49:35',''),(58427,1,1,60150,3,2680909607,'2017-07-06 21:49:37',''),(58428,1,1,60151,55,2680909607,'2017-07-06 21:49:37',''),(58429,1,1,60152,1,1123631106,'2017-07-06 22:10:35',''),(58430,1,1,60153,1,3510284945,'2017-07-06 22:23:53',''),(58431,1,1,60154,1,885589539,'2017-07-07 02:46:31',''),(58432,1,1,60155,63,2637637435,'2017-07-07 03:26:12',''),(58433,1,1,60156,64,3024883613,'2017-07-07 03:49:55',''),(58434,1,1,60157,1,3105688126,'2017-07-07 03:50:30',''),(58435,1,1,60158,6,3105688126,'2017-07-07 04:40:17',''),(58436,1,1,60159,56,3475901782,'2017-07-07 05:29:56',''),(58437,1,1,60160,55,3475901782,'2017-07-07 05:29:58',''),(58438,1,1,60161,6,676177791,'2017-07-07 05:30:01',''),(58439,1,1,60162,1,3024883475,'2017-07-07 05:41:57',''),(58440,1,1,60163,26,2917834746,'2017-07-07 06:11:18',''),(58441,1,1,60164,74,2917834746,'2017-07-07 06:11:21',''),(58442,1,1,60165,73,2917834746,'2017-07-07 06:11:25',''),(58443,1,1,60166,72,2917834746,'2017-07-07 06:11:28',''),(58444,1,1,60167,70,2917834746,'2017-07-07 06:11:32',''),(58445,1,1,60168,1,1542483265,'2017-07-07 07:35:57',''),(58446,1,1,60169,1,1380444973,'2017-07-07 08:18:59',''),(58447,1,1,60170,57,1123631106,'2017-07-07 10:25:27',''),(58448,1,1,60172,1,3423455627,'2017-07-07 11:53:03','http://www.bing.com'),(58449,1,1,60171,1,1806877429,'2017-07-07 11:53:03',''),(58450,1,1,60173,1,2990433199,'2017-07-07 11:58:49',''),(58451,1,1,60174,1,2521214252,'2017-07-07 12:10:03',''),(58452,1,1,60175,1,3559913304,'2017-07-07 12:58:55',''),(58453,1,1,60176,1,3024883590,'2017-07-07 13:00:19',''),(58454,1,1,60177,1,3479603870,'2017-07-07 13:13:17',''),(58455,1,1,60175,1,3559913304,'2017-07-07 13:29:53',''),(58456,1,1,60178,1,3559913304,'2017-07-07 13:38:47',''),(58457,1,1,60179,1,3638222347,'2017-07-07 13:56:08',''),(58458,1,1,60178,1,3559913304,'2017-07-07 14:11:43',''),(58459,1,1,60180,1,3559913304,'2017-07-07 14:28:46',''),(58460,1,1,60181,1,2328191223,'2017-07-07 15:16:32',''),(58461,1,1,60182,65,35446087,'2017-07-07 16:42:38','https://www.google.co.uk/'),(58462,1,1,60183,1,1812735314,'2017-07-07 16:52:13',''),(58463,1,1,60184,1,1812735314,'2017-07-07 16:52:15',''),(58464,1,1,60185,1,1812735314,'2017-07-07 16:52:18',''),(58465,1,1,60186,1,1812735314,'2017-07-07 16:52:22',''),(58466,1,1,60187,1,1812735314,'2017-07-07 16:52:25',''),(58467,1,1,60188,1,1812735314,'2017-07-07 16:52:27',''),(58468,1,1,60189,1,1812735314,'2017-07-07 16:52:30',''),(58469,1,1,60190,1,1812735314,'2017-07-07 16:52:32',''),(58470,1,1,60191,1,1113983287,'2017-07-07 17:22:12',''),(58471,1,1,60192,56,2959916046,'2017-07-07 17:58:12',''),(58472,1,1,60193,1,2959916046,'2017-07-07 17:58:22',''),(58473,1,1,60194,56,2959916046,'2017-07-07 17:58:25',''),(58474,1,1,60195,6,886140498,'2017-07-07 18:53:13',''),(58475,1,1,60196,1,1123631833,'2017-07-07 19:50:04',''),(58476,1,1,60197,26,1123631833,'2017-07-07 20:29:28',''),(58477,1,1,60198,26,1123631829,'2017-07-07 20:30:53',''),(58478,1,1,60199,1,1123631833,'2017-07-07 23:58:29',''),(58479,1,1,60200,75,676177724,'2017-07-08 01:04:48',''),(58480,1,1,60201,26,1123631833,'2017-07-08 02:20:27',''),(58481,1,1,60202,1,583893487,'2017-07-08 02:45:29',''),(58482,1,1,60203,1,2366148139,'2017-07-08 06:13:22',''),(58483,1,1,60204,1,1570674730,'2017-07-08 06:13:23',''),(58484,1,1,60205,59,3024883474,'2017-07-08 06:35:10',''),(58485,1,1,60206,1,1542483313,'2017-07-08 07:37:35',''),(58486,1,1,60207,1,2366148139,'2017-07-08 10:49:26',''),(58487,1,1,60208,1,2366148124,'2017-07-08 10:49:27',''),(58488,1,1,60209,1,1357201507,'2017-07-08 11:22:51','http://www.bing.com/search?q=PART+WORN+TYRES+DARWEN&src=IE-TopResult&FORM=IETR02&conversationid='),(58489,1,1,60210,6,1357201507,'2017-07-08 11:23:32','http://www.bing.com/search?q=m+s+tyres+whitebirk&src=IE-TopResult&FORM=IETR02&conversationid='),(58490,1,1,60211,1,786803397,'2017-07-08 13:30:33',''),(58491,1,1,60212,1,1546189115,'2017-07-08 16:50:51','http://www.google.co.uk/'),(58492,1,1,60213,67,676177724,'2017-07-08 19:00:23',''),(58493,1,1,60214,50,3024883475,'2017-07-08 21:02:43',''),(58494,1,1,60215,65,3652617240,'2017-07-08 21:27:35',''),(58495,1,1,60216,56,3156059335,'2017-07-08 21:51:05','https://www.google.co.uk/'),(58496,1,1,60217,1,1123631831,'2017-07-09 00:50:20',''),(58497,1,1,60218,1,878182228,'2017-07-09 02:47:25',''),(58498,1,1,60219,59,3427775505,'2017-07-09 02:51:10',''),(58499,1,1,60220,1,3024883467,'2017-07-09 03:55:16',''),(58500,1,1,60221,1,1543682072,'2017-07-09 06:09:19','https://www.google.co.uk/'),(58501,1,1,60222,1,1041806727,'2017-07-09 06:09:49',''),(58502,1,1,60223,1,1041806727,'2017-07-09 06:09:49',''),(58503,1,1,60224,68,2637637435,'2017-07-09 06:58:46',''),(58504,1,1,60225,1,1542483309,'2017-07-09 07:46:04',''),(58505,1,1,60226,51,3652617247,'2017-07-09 08:21:27',''),(58506,1,1,60227,56,3427775508,'2017-07-09 08:30:36',''),(58507,1,1,60228,1,1123631829,'2017-07-09 09:34:01',''),(58508,1,1,60229,53,1053975904,'2017-07-09 09:38:23',''),(58509,1,1,60230,1,1123631833,'2017-07-09 09:42:30',''),(58510,1,1,60231,1,2328185161,'2017-07-09 09:56:37',''),(58511,1,1,60233,26,2328185161,'2017-07-09 09:57:10',''),(58512,1,1,60232,26,2328185161,'2017-07-09 09:57:12',''),(58513,1,1,60234,57,2328185161,'2017-07-09 09:57:12',''),(58514,1,1,60236,45,2328185161,'2017-07-09 09:57:12',''),(58515,1,1,60235,55,2328185161,'2017-07-09 09:57:13',''),(58516,1,1,60237,43,2328185161,'2017-07-09 09:57:14',''),(58517,1,1,60239,56,2328185161,'2017-07-09 09:57:14',''),(58518,1,1,60243,26,2328185161,'2017-07-09 09:57:14',''),(58519,1,1,60241,18,2328185161,'2017-07-09 09:57:14',''),(58520,1,1,60242,50,2328185161,'2017-07-09 09:57:14',''),(58521,1,1,60240,9,2328185161,'2017-07-09 09:57:14',''),(58522,1,1,60244,26,2328185161,'2017-07-09 09:57:15',''),(58523,1,1,60238,28,2328185161,'2017-07-09 09:57:15',''),(58524,1,1,60249,51,2328185161,'2017-07-09 09:57:18',''),(58525,1,1,60246,26,2328185161,'2017-07-09 09:57:18',''),(58526,1,1,60247,62,2328185161,'2017-07-09 09:57:18',''),(58527,1,1,60245,26,2328185161,'2017-07-09 09:57:18',''),(58528,1,1,60248,3,2328185161,'2017-07-09 09:57:18',''),(58529,1,1,60250,49,676177710,'2017-07-09 12:31:31',''),(58530,1,1,60251,68,2637637435,'2017-07-09 14:39:06',''),(58531,1,1,60252,26,1123631831,'2017-07-09 16:13:57',''),(58532,1,1,60255,26,676177709,'2017-07-09 16:35:54',''),(58533,1,1,60256,58,3024883598,'2017-07-09 17:13:31',''),(58534,1,1,60257,16,676177710,'2017-07-09 17:22:42',''),(58535,1,1,60258,43,676177710,'2017-07-09 17:22:44',''),(58536,1,1,60259,15,676177709,'2017-07-09 17:22:46',''),(58537,1,1,60260,66,676177709,'2017-07-09 17:22:49',''),(58538,1,1,60261,1,676177709,'2017-07-09 17:22:51',''),(58539,1,1,60262,43,676177724,'2017-07-09 17:22:52',''),(58540,1,1,60263,43,676177724,'2017-07-09 17:22:53',''),(58541,1,1,60264,1,634165707,'2017-07-09 17:36:28','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1477.oOZ5f2EpX3wKdd5I_LZblMp_pueT7Mh4WnXuQMQbK6KelQ7ArV0eFQyPz-Fa5UMA.35fd1fef9580d115f031f86d467c5a37b0a134d3&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0Y'),(58542,1,1,60265,1,1330506992,'2017-07-09 19:21:13',''),(58543,1,1,60266,1,3337639667,'2017-07-09 23:36:46',''),(58544,1,1,60267,26,2637637435,'2017-07-10 00:39:47',''),(58545,1,1,60268,1,2297644258,'2017-07-10 01:44:13',''),(58546,1,1,60269,1,919756731,'2017-07-10 02:46:06',''),(58547,1,1,60270,1,1331850355,'2017-07-10 06:04:01',''),(58548,1,1,60271,1,1097067925,'2017-07-10 06:14:42',''),(58549,1,1,60272,1,1500491952,'2017-07-10 06:23:04',''),(58550,1,1,60273,1,3590043243,'2017-07-10 06:32:29',''),(58551,1,1,60274,1,86824969,'2017-07-10 06:41:15',''),(58552,1,1,60275,1,2366148139,'2017-07-10 06:43:26',''),(58553,1,1,60276,1,2366148105,'2017-07-10 06:43:30',''),(58554,1,1,60277,1,1533933560,'2017-07-10 06:50:24',''),(58555,1,1,60278,1,1542483317,'2017-07-10 07:37:47',''),(58556,1,1,60279,1,1443174080,'2017-07-10 08:04:38','https://www.google.co.uk/'),(58557,1,1,60280,6,1123631831,'2017-07-10 09:37:51',''),(58558,1,1,60281,6,1806518111,'2017-07-10 20:17:08',''),(58559,1,1,60282,73,676177710,'2017-07-10 20:50:33',''),(58560,1,1,60283,1,1159648002,'2017-07-11 01:33:39',''),(58561,1,1,60284,1,1159648002,'2017-07-11 01:33:43',''),(58562,1,1,60285,1,1159648002,'2017-07-11 01:33:47',''),(58563,1,1,60286,1,1159648002,'2017-07-11 01:33:51',''),(58564,1,1,60287,1,1159648002,'2017-07-11 01:33:54',''),(58565,1,1,60288,1,1159648002,'2017-07-11 01:33:57',''),(58566,1,1,60289,1,1159648002,'2017-07-11 01:34:00',''),(58567,1,1,60290,1,1159648002,'2017-07-11 01:34:03',''),(58568,1,1,60291,1,917340565,'2017-07-11 02:44:13',''),(58569,1,1,60292,1,3024883593,'2017-07-11 04:04:14',''),(58570,1,1,60293,65,3116174787,'2017-07-11 05:59:15',''),(58571,1,1,60294,1,3116174787,'2017-07-11 05:59:17',''),(58572,1,1,60295,65,3116174787,'2017-07-11 05:59:18',''),(58573,1,1,60296,9,2637637607,'2017-07-11 06:55:40',''),(58574,1,1,60297,1,1542483276,'2017-07-11 07:39:11',''),(58575,1,1,60298,1,1123631833,'2017-07-11 08:27:28',''),(58576,1,1,60299,1,3024883596,'2017-07-11 11:58:12',''),(58577,1,1,60300,56,2637637607,'2017-07-11 12:29:08',''),(58578,1,1,60301,1,3479603870,'2017-07-11 13:12:03',''),(58579,1,1,60302,28,3024883618,'2017-07-11 13:52:22',''),(58580,1,1,60303,49,3024883613,'2017-07-11 17:05:05',''),(58581,1,1,60304,65,3116174787,'2017-07-11 17:05:24',''),(58582,1,1,60305,1,3116174787,'2017-07-11 17:05:28',''),(58583,1,1,60306,65,3116174787,'2017-07-11 17:05:29',''),(58584,1,1,60307,1,3024883602,'2017-07-12 01:49:12',''),(58585,1,1,60308,1,583640181,'2017-07-12 02:45:51',''),(58586,1,1,60309,1,2366148124,'2017-07-12 06:39:13',''),(58587,1,1,60310,1,2366148113,'2017-07-12 06:39:15',''),(58588,1,1,60311,1,2680902356,'2017-07-12 07:10:43',''),(58589,1,1,60312,1,1542483284,'2017-07-12 07:34:40',''),(58590,1,1,60313,54,2760155485,'2017-07-12 08:52:42',''),(58591,1,1,60314,6,2954838202,'2017-07-12 13:21:13',''),(58592,1,1,60315,1,3024883618,'2017-07-12 13:21:46',''),(58593,1,1,60316,43,3475901793,'2017-07-12 17:30:23',''),(58594,1,1,60317,38,3024883590,'2017-07-12 23:26:20',''),(58595,1,1,60318,1,585375028,'2017-07-13 02:45:18',''),(58596,1,1,60319,58,2637637435,'2017-07-13 04:00:36',''),(58597,1,1,60320,1,1123631833,'2017-07-13 05:53:06',''),(58598,1,1,60321,26,2637637531,'2017-07-13 06:15:32',''),(58599,1,1,60322,1,1123631829,'2017-07-13 07:28:15',''),(58600,1,1,60323,1,1542483318,'2017-07-13 07:48:33',''),(58601,1,1,60324,1,3231158610,'2017-07-13 08:09:29',''),(58602,1,1,60325,31,3652617406,'2017-07-13 10:01:30',''),(58603,1,1,60326,1,1590000078,'2017-07-13 12:45:46','http://www.google.co.uk/'),(58604,1,1,60327,1,1544770640,'2017-07-13 12:53:09','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=12&ved=0ahUKEwjrxoPMpobVAhVKBMAKHWOOCbAQ_BcIejAL&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg'),(58605,1,1,60328,1,1041806727,'2017-07-13 12:53:38',''),(58606,1,1,60329,44,1123631829,'2017-07-13 13:07:39',''),(58607,1,1,60330,1,3587046764,'2017-07-13 13:45:40','https://www.google.co.uk/'),(58608,1,1,60331,51,2637637413,'2017-07-13 13:48:08',''),(58609,1,1,60332,1,2731721828,'2017-07-13 17:35:10',''),(58610,1,1,60333,1,2637637413,'2017-07-13 18:57:27',''),(58611,1,1,60334,1,872957125,'2017-07-13 22:30:18',''),(58612,1,1,60335,59,2637637531,'2017-07-14 00:16:52',''),(58613,1,1,60336,75,2637637531,'2017-07-14 00:59:23',''),(58614,1,1,60337,1,3432565657,'2017-07-14 02:13:41',''),(58615,1,1,60338,1,3432565657,'2017-07-14 02:13:45',''),(58616,1,1,60339,1,3432565657,'2017-07-14 02:13:48',''),(58617,1,1,60340,18,3432565657,'2017-07-14 02:13:51',''),(58618,1,1,60341,3,3432565657,'2017-07-14 02:13:55',''),(58619,1,1,60342,1,919746964,'2017-07-14 02:44:21',''),(58620,1,1,60343,65,1123632437,'2017-07-14 03:24:56',''),(58621,1,1,60344,65,676177772,'2017-07-14 03:53:57',''),(58622,1,1,60345,1,3024883618,'2017-07-14 04:30:38',''),(58623,1,1,60346,65,1123632441,'2017-07-14 05:21:40',''),(58624,1,1,60347,1,1570674730,'2017-07-14 07:21:41',''),(58625,1,1,60348,1,2366148124,'2017-07-14 07:21:43',''),(58626,1,1,60349,1,1542483295,'2017-07-14 07:52:14',''),(58627,1,1,60350,1,3573668868,'2017-07-14 08:04:37','https://www.google.co.uk/'),(58628,1,1,60351,1,84512963,'2017-07-14 08:48:58',''),(58629,1,1,60352,1,84512963,'2017-07-14 08:49:01',''),(58630,1,1,60353,1,84512963,'2017-07-14 08:49:05',''),(58631,1,1,60354,1,84512963,'2017-07-14 08:49:09',''),(58632,1,1,60355,1,84512963,'2017-07-14 08:49:13',''),(58633,1,1,60356,1,84512963,'2017-07-14 08:49:17',''),(58634,1,1,60357,1,84512963,'2017-07-14 08:49:19',''),(58635,1,1,60358,1,84512963,'2017-07-14 08:49:22',''),(58636,1,1,60359,43,2637637443,'2017-07-14 14:04:15',''),(58637,1,1,60360,1,599281052,'2017-07-14 14:13:17','http://google.com'),(58638,1,1,60361,1,1367983077,'2017-07-14 14:31:38',''),(58639,1,1,60362,15,3024883614,'2017-07-14 14:55:55',''),(58640,1,1,60363,1,1358487950,'2017-07-14 17:57:48',''),(58641,1,1,60364,1,2328193040,'2017-07-14 18:04:43',''),(58642,1,1,60366,26,2328193040,'2017-07-14 18:05:27',''),(58643,1,1,60365,26,2328193040,'2017-07-14 18:05:28',''),(58644,1,1,60367,18,2328193040,'2017-07-14 18:05:28',''),(58645,1,1,60369,3,2328193040,'2017-07-14 18:05:28',''),(58646,1,1,60368,43,2328193040,'2017-07-14 18:05:28',''),(58647,1,1,60371,57,2328193040,'2017-07-14 18:05:30',''),(58648,1,1,60370,45,2328193040,'2017-07-14 18:05:30',''),(58649,1,1,60372,9,2328193040,'2017-07-14 18:05:30',''),(58650,1,1,60374,50,2328193040,'2017-07-14 18:05:31',''),(58651,1,1,60373,28,2328193040,'2017-07-14 18:05:31',''),(58652,1,1,60375,26,2328193040,'2017-07-14 18:05:32',''),(58653,1,1,60376,51,2328193040,'2017-07-14 18:05:32',''),(58654,1,1,60377,26,2328193040,'2017-07-14 18:05:33',''),(58655,1,1,60378,56,2328193040,'2017-07-14 18:05:34',''),(58656,1,1,60379,26,2328193040,'2017-07-14 18:05:35',''),(58657,1,1,60380,55,2328193040,'2017-07-14 18:05:35',''),(58658,1,1,60381,62,2328193040,'2017-07-14 18:05:35',''),(58659,1,1,60382,26,2328193040,'2017-07-14 18:05:35',''),(58660,1,1,60383,63,2760155451,'2017-07-14 19:44:54',''),(58661,1,1,60384,1,2462518142,'2017-07-14 20:16:26','https://www.google.co.uk/'),(58662,1,1,60385,1,911293948,'2017-07-14 21:13:46',''),(58663,1,1,60386,6,911293948,'2017-07-14 21:13:52',''),(58664,1,1,60387,1,911293948,'2017-07-14 21:13:54',''),(58665,1,1,60388,1,911293948,'2017-07-14 21:13:55',''),(58666,1,1,60389,18,911293948,'2017-07-14 21:13:57',''),(58667,1,1,60390,3,911293948,'2017-07-14 21:13:59',''),(58668,1,1,60391,9,911293948,'2017-07-14 21:14:01',''),(58669,1,1,60392,51,911293948,'2017-07-14 21:14:03',''),(58670,1,1,60393,69,911293948,'2017-07-14 21:14:05',''),(58671,1,1,60394,62,911293948,'2017-07-14 21:14:07',''),(58672,1,1,60395,63,911293948,'2017-07-14 21:14:09',''),(58673,1,1,60396,64,911293948,'2017-07-14 21:14:11',''),(58674,1,1,60397,56,911293948,'2017-07-14 21:14:13',''),(58675,1,1,60398,50,911293948,'2017-07-14 21:14:14',''),(58676,1,1,60399,65,911293948,'2017-07-14 21:14:17',''),(58677,1,1,60400,55,911293948,'2017-07-14 21:14:19',''),(58678,1,1,60401,28,911293948,'2017-07-14 21:14:21',''),(58679,1,1,60402,53,911293948,'2017-07-14 21:14:23',''),(58680,1,1,60403,43,911293948,'2017-07-14 21:14:25',''),(58681,1,1,60404,48,911293948,'2017-07-14 21:14:27',''),(58682,1,1,60405,52,911293948,'2017-07-14 21:14:28',''),(58683,1,1,60406,41,911293948,'2017-07-14 21:14:30',''),(58684,1,1,60407,38,911293948,'2017-07-14 21:14:31',''),(58685,1,1,60408,57,911293948,'2017-07-14 21:14:32',''),(58686,1,1,60409,45,911293948,'2017-07-14 21:14:33',''),(58687,1,1,60410,26,911293948,'2017-07-14 21:14:35',''),(58688,1,1,60411,26,911293948,'2017-07-14 21:14:36',''),(58689,1,1,60412,26,911293948,'2017-07-14 21:14:37',''),(58690,1,1,60413,26,911293948,'2017-07-14 21:14:39',''),(58691,1,1,60414,26,911293948,'2017-07-14 21:14:40',''),(58692,1,1,60415,26,911293948,'2017-07-14 21:14:42',''),(58693,1,1,60416,26,911293948,'2017-07-14 21:14:43',''),(58694,1,1,60417,26,911293948,'2017-07-14 21:14:44',''),(58695,1,1,60418,26,911293948,'2017-07-14 21:14:45',''),(58696,1,1,60419,26,911293948,'2017-07-14 21:14:47',''),(58697,1,1,60420,1,873591095,'2017-07-15 00:21:00',''),(58698,1,1,60421,1,873591095,'2017-07-15 00:21:01',''),(58699,1,1,60422,1,873591095,'2017-07-15 00:21:03',''),(58700,1,1,60423,43,3475901720,'2017-07-15 00:58:12',''),(58701,1,1,60424,1,3024883484,'2017-07-15 01:48:07',''),(58702,1,1,60425,1,2995569798,'2017-07-15 02:43:00','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1482.2I8_OV_gny9_7gR7Cqv6drc_WWAUXDYPk8MtvdMeEucr3ArJHe2dhXTOo_qiBnGl.4265bc5a3becaf7eb46595271df1a608e8e25d17&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0Y'),(58703,1,1,60426,1,585106300,'2017-07-15 02:47:13',''),(58704,1,1,60427,1,3024883592,'2017-07-15 04:43:25',''),(58705,1,1,60428,1,3427775496,'2017-07-15 04:44:06',''),(58706,1,1,60429,43,3475901720,'2017-07-15 05:17:10',''),(58707,1,1,60430,43,3475901720,'2017-07-15 05:17:12',''),(58708,1,1,60431,43,2637637411,'2017-07-15 05:17:20',''),(58709,1,1,60432,16,2637637411,'2017-07-15 05:17:22',''),(58710,1,1,60433,69,676177772,'2017-07-15 05:21:13',''),(58711,1,1,60434,1,1123634049,'2017-07-15 05:34:49',''),(58712,1,1,60435,1,1123634077,'2017-07-15 06:01:08',''),(58713,1,1,60436,16,2637637411,'2017-07-15 06:31:54',''),(58714,1,1,60437,26,3475901720,'2017-07-15 07:35:35',''),(58715,1,1,60438,1,1542483309,'2017-07-15 07:48:02',''),(58716,1,1,60439,43,3427775498,'2017-07-15 08:55:30',''),(58717,1,1,60440,1,3652607148,'2017-07-15 09:49:07',''),(58718,1,1,60441,1,3652607148,'2017-07-15 09:49:08',''),(58719,1,1,60442,1,3652607148,'2017-07-15 09:49:10',''),(58720,1,1,60443,18,2760155431,'2017-07-15 10:12:50',''),(58721,1,1,60444,26,2637637411,'2017-07-15 11:36:20',''),(58722,1,1,60445,1,1123634079,'2017-07-15 11:53:47',''),(58723,1,1,60446,1,1123634049,'2017-07-15 12:24:21',''),(58724,1,1,60447,1,3024883468,'2017-07-15 12:44:55',''),(58725,1,1,60448,55,3024883478,'2017-07-15 13:58:57',''),(58726,1,1,60449,1,2328194936,'2017-07-15 14:36:37',''),(58727,1,1,60450,43,3475901720,'2017-07-15 16:17:16',''),(58728,1,1,60451,6,2954838202,'2017-07-15 16:22:37',''),(58729,1,1,60452,1,35309109,'2017-07-15 17:21:43','https://www.google.co.uk/'),(58730,1,1,60453,1,3024883597,'2017-07-15 17:26:20',''),(58731,1,1,60454,1,1123634079,'2017-07-15 19:05:40',''),(58732,1,1,60455,1,839075324,'2017-07-15 20:11:36',''),(58733,1,1,60456,6,839075324,'2017-07-15 20:11:37',''),(58734,1,1,60457,1,1123634077,'2017-07-15 20:11:39',''),(58735,1,1,60458,6,839075324,'2017-07-15 20:11:39',''),(58736,1,1,60459,6,839075324,'2017-07-15 20:11:43',''),(58737,1,1,60460,1,3024883489,'2017-07-15 20:45:11',''),(58738,1,1,60461,15,2637637413,'2017-07-15 21:25:22',''),(58739,1,1,60462,1,1756074789,'2017-07-15 21:38:06',''),(58740,1,1,60463,59,3475901720,'2017-07-15 21:57:00',''),(58741,1,1,60464,1,3479603870,'2017-07-15 22:59:48',''),(58742,1,1,60465,1,872957125,'2017-07-16 00:29:03',''),(58743,1,1,60466,1,917351881,'2017-07-16 02:44:09',''),(58744,1,1,60467,1,1089906130,'2017-07-16 03:04:46','http://whois.domaintools.com/mstyresblackburn.co.uk'),(58745,1,1,60468,26,2637637411,'2017-07-16 03:20:52',''),(58746,1,1,60469,63,3024883484,'2017-07-16 04:59:54',''),(58747,1,1,60470,1,1542483294,'2017-07-16 07:53:57',''),(58748,1,1,60471,1,2366148124,'2017-07-16 09:10:20',''),(58749,1,1,60472,1,2366148105,'2017-07-16 09:10:24',''),(58750,1,1,60473,1,3479603870,'2017-07-16 09:15:49',''),(58751,1,1,60474,6,1123631831,'2017-07-16 09:29:02',''),(58752,1,1,60475,1,1489385009,'2017-07-16 10:23:55',''),(58753,1,1,60476,18,3475901720,'2017-07-16 10:44:50',''),(58754,1,1,60477,75,2760155479,'2017-07-16 11:52:15',''),(58755,1,1,60478,1,2430186145,'2017-07-16 14:23:23',''),(58756,1,1,60479,10,2760155449,'2017-07-16 15:49:01',''),(58757,1,1,60480,1,3024883604,'2017-07-16 18:35:58',''),(58758,1,1,60481,1,3024883607,'2017-07-16 21:47:13',''),(58759,1,1,60482,26,676177671,'2017-07-17 01:01:32',''),(58760,1,1,60483,1,885664917,'2017-07-17 02:45:26',''),(58761,1,1,60484,1,2680909607,'2017-07-17 06:02:01',''),(58762,1,1,60485,26,2680909607,'2017-07-17 06:03:00',''),(58763,1,1,60486,26,2680909607,'2017-07-17 06:03:00',''),(58764,1,1,60487,18,2680909607,'2017-07-17 06:03:00',''),(58765,1,1,60488,3,2680909607,'2017-07-17 06:03:01',''),(58766,1,1,60490,45,2680909607,'2017-07-17 06:03:01',''),(58767,1,1,60489,43,2680909607,'2017-07-17 06:03:01',''),(58768,1,1,60491,57,2680909607,'2017-07-17 06:03:02',''),(58769,1,1,60493,9,2680909607,'2017-07-17 06:03:04',''),(58770,1,1,60492,26,2680909607,'2017-07-17 06:03:04',''),(58771,1,1,60494,50,2680909607,'2017-07-17 06:03:05',''),(58772,1,1,60496,51,2680909607,'2017-07-17 06:03:05',''),(58773,1,1,60495,28,2680909607,'2017-07-17 06:03:05',''),(58774,1,1,60497,26,2680909607,'2017-07-17 06:03:06',''),(58775,1,1,60498,56,2680909607,'2017-07-17 06:03:06',''),(58776,1,1,60499,26,2680909607,'2017-07-17 06:03:08',''),(58777,1,1,60500,55,2680909607,'2017-07-17 06:03:09',''),(58778,1,1,60502,26,2680909607,'2017-07-17 06:03:10',''),(58779,1,1,60501,62,2680909607,'2017-07-17 06:03:10',''),(58780,1,1,60503,43,2637637411,'2017-07-17 06:04:21',''),(58781,1,1,60504,16,2637637411,'2017-07-17 06:04:23',''),(58782,1,1,60505,43,3475901720,'2017-07-17 06:04:31',''),(58783,1,1,60506,43,3475901720,'2017-07-17 06:04:33',''),(58784,1,1,60507,63,3024883481,'2017-07-17 06:25:17',''),(58785,1,1,60508,16,1758892357,'2017-07-17 06:39:22',''),(58786,1,1,60509,1,1758892357,'2017-07-17 06:39:41',''),(58787,1,1,60510,16,1758892357,'2017-07-17 06:40:01',''),(58788,1,1,60511,1,1091807106,'2017-07-17 07:16:05','http://pizza-imperia.com/'),(58789,1,1,60512,1,1542483311,'2017-07-17 07:34:14',''),(58790,1,1,60513,1,1053976356,'2017-07-17 07:48:49',''),(58791,1,1,60514,1,1053976356,'2017-07-17 07:49:02',''),(58792,1,1,60515,1,1053976356,'2017-07-17 07:49:12',''),(58793,1,1,60516,1,1053976356,'2017-07-17 07:49:17',''),(58794,1,1,60517,1,1053976356,'2017-07-17 07:49:24',''),(58795,1,1,60518,1,1053976356,'2017-07-17 07:49:30',''),(58796,1,1,60519,1,1053976356,'2017-07-17 07:49:37',''),(58797,1,1,60520,1,1053976356,'2017-07-17 07:49:41',''),(58798,1,1,60521,1,676177671,'2017-07-17 11:58:10',''),(58799,1,1,60522,63,3024883606,'2017-07-17 17:28:46',''),(58800,1,1,60523,1,782615949,'2017-07-17 18:49:49',''),(58801,1,1,60524,26,676177684,'2017-07-17 21:29:41',''),(58802,1,1,60525,1,886042379,'2017-07-18 02:45:42',''),(58803,1,1,60526,9,2637637411,'2017-07-18 03:44:48',''),(58804,1,1,60527,56,1123631745,'2017-07-18 05:59:55',''),(58805,1,1,60528,1,1542483317,'2017-07-18 07:44:48',''),(58806,1,1,60529,57,676177772,'2017-07-18 08:32:58',''),(58807,1,1,60530,63,676177772,'2017-07-18 08:56:31',''),(58808,1,1,60531,68,2760155441,'2017-07-18 09:54:43',''),(58809,1,1,60532,10,2637637411,'2017-07-18 10:59:23',''),(58810,1,1,60533,1,2366148124,'2017-07-18 12:03:07',''),(58811,1,1,60534,1,1600959752,'2017-07-18 12:03:08',''),(58812,1,1,60535,68,1123631747,'2017-07-18 12:21:59',''),(58813,1,1,60536,41,2637637411,'2017-07-18 13:46:46',''),(58814,1,1,60537,1,1123631745,'2017-07-18 14:29:55',''),(58815,1,1,60538,43,3024883610,'2017-07-18 14:40:50',''),(58816,1,1,60539,1,1123631749,'2017-07-18 15:47:16',''),(58817,1,1,60540,1,88250701,'2017-07-18 16:05:36',''),(58818,1,1,60541,1,1123631193,'2017-07-18 17:01:31',''),(58819,1,1,60542,73,676177813,'2017-07-18 17:33:31',''),(58820,1,1,60543,6,3221472990,'2017-07-18 19:55:32',''),(58821,1,1,60544,1,2328194885,'2017-07-18 21:28:58',''),(58822,1,1,60545,6,3024883485,'2017-07-18 21:58:33',''),(58823,1,1,60546,1,2430186145,'2017-07-19 00:22:32',''),(58824,1,1,60547,1,760035365,'2017-07-19 02:31:53',''),(58825,1,1,60548,1,2523596126,'2017-07-19 02:39:19','https://www.google.com'),(58826,1,1,60549,1,583749079,'2017-07-19 02:53:02',''),(58827,1,1,60550,28,3273031563,'2017-07-19 04:13:16',''),(58828,1,1,60551,1,3265137478,'2017-07-19 06:32:57',''),(58829,1,1,60552,68,676177764,'2017-07-19 06:37:51',''),(58830,1,1,60553,43,3475901720,'2017-07-19 06:50:40',''),(58831,1,1,60554,43,3475901720,'2017-07-19 06:50:42',''),(58832,1,1,60555,43,3475901796,'2017-07-19 06:51:35',''),(58833,1,1,60556,16,3475901796,'2017-07-19 06:51:37',''),(58834,1,1,60557,1,3024883606,'2017-07-19 07:14:18',''),(58835,1,1,60558,1,1542483274,'2017-07-19 07:43:52',''),(58836,1,1,60559,1,3024883590,'2017-07-19 08:22:29',''),(58837,1,1,60560,74,2760155426,'2017-07-19 09:16:57',''),(58838,1,1,60561,9,2071807780,'2017-07-19 09:23:35',''),(58839,1,1,60562,38,872366420,'2017-07-19 12:48:00',''),(58840,1,1,60563,26,2637637499,'2017-07-19 15:02:00',''),(58841,1,1,60564,6,2430186145,'2017-07-19 15:06:55',''),(58842,1,1,60565,1,1544528041,'2017-07-19 16:46:20',''),(58843,1,1,60566,1,1041806727,'2017-07-19 16:52:59',''),(58844,1,1,60567,1,920792187,'2017-07-19 18:05:02',''),(58845,1,1,60568,6,1137989944,'2017-07-19 20:02:32',''),(58846,1,1,60569,59,3475901720,'2017-07-19 20:28:30',''),(58847,1,1,60570,59,3475901720,'2017-07-19 22:24:50',''),(58848,1,1,60571,52,3652617282,'2017-07-19 23:41:48',''),(58849,1,1,60572,65,3475901807,'2017-07-19 23:49:45',''),(58850,1,1,60573,1,3024883480,'2017-07-20 01:07:35',''),(58851,1,1,60574,1,3091744037,'2017-07-20 02:40:02',''),(58852,1,1,60575,56,2959916046,'2017-07-20 04:06:59',''),(58853,1,1,60576,56,2959916046,'2017-07-20 04:07:01',''),(58854,1,1,60577,1,2959916046,'2017-07-20 04:07:04',''),(58855,1,1,60578,56,2959916046,'2017-07-20 04:07:05',''),(58856,1,1,60579,54,3024883490,'2017-07-20 05:18:51',''),(58857,1,1,60580,6,911726489,'2017-07-20 05:49:25',''),(58858,1,1,60581,1,1600959752,'2017-07-20 07:05:06',''),(58859,1,1,60582,1,2366148100,'2017-07-20 07:05:09',''),(58860,1,1,60583,1,1542483286,'2017-07-20 07:35:13',''),(58861,1,1,60584,44,2760155429,'2017-07-20 07:38:58',''),(58862,1,1,60585,1,3493024998,'2017-07-20 08:34:22',''),(58863,1,1,60586,1,1334817811,'2017-07-20 09:18:16',''),(58864,1,1,60587,1,1334817811,'2017-07-20 09:18:19',''),(58865,1,1,60588,1,1334817811,'2017-07-20 09:18:23',''),(58866,1,1,60589,1,1334817811,'2017-07-20 09:18:26',''),(58867,1,1,60590,1,1334817811,'2017-07-20 09:18:29',''),(58868,1,1,60591,1,1334817811,'2017-07-20 09:18:32',''),(58869,1,1,60592,1,1334817811,'2017-07-20 09:18:36',''),(58870,1,1,60593,1,1334817811,'2017-07-20 09:18:39',''),(58871,1,1,60594,1,1072954578,'2017-07-20 10:56:44',''),(58872,1,1,60595,10,2637637499,'2017-07-20 10:57:18',''),(58873,1,1,60596,1,2538609526,'2017-07-20 11:52:39',''),(58874,1,1,60597,43,2637637499,'2017-07-20 14:34:26',''),(58875,1,1,60598,6,585415637,'2017-07-20 15:49:21',''),(58876,1,1,60599,28,3475901720,'2017-07-20 17:50:06',''),(58877,1,1,60600,16,2637637499,'2017-07-20 18:23:45',''),(58878,1,1,60601,1,758611973,'2017-07-20 19:16:28',''),(58879,1,1,60602,26,758611973,'2017-07-20 19:18:16',''),(58880,1,1,60603,26,758611973,'2017-07-20 19:18:17',''),(58881,1,1,60604,3,758611973,'2017-07-20 19:18:17',''),(58882,1,1,60605,18,758611973,'2017-07-20 19:18:23',''),(58883,1,1,60607,45,758611973,'2017-07-20 19:18:25',''),(58884,1,1,60606,43,758611973,'2017-07-20 19:18:26',''),(58885,1,1,60609,9,758611973,'2017-07-20 19:18:28',''),(58886,1,1,60611,50,758611973,'2017-07-20 19:18:29',''),(58887,1,1,60610,28,758611973,'2017-07-20 19:18:29',''),(58888,1,1,60608,57,758611973,'2017-07-20 19:18:29',''),(58889,1,1,60612,26,758611973,'2017-07-20 19:18:34',''),(58890,1,1,60613,51,758611973,'2017-07-20 19:18:34',''),(58891,1,1,60614,26,758611973,'2017-07-20 19:18:36',''),(58892,1,1,60616,56,758611973,'2017-07-20 19:18:37',''),(58893,1,1,60615,26,758611973,'2017-07-20 19:18:37',''),(58894,1,1,60617,55,758611973,'2017-07-20 19:18:38',''),(58895,1,1,60618,26,758611973,'2017-07-20 19:18:39',''),(58896,1,1,60619,62,758611973,'2017-07-20 19:18:41',''),(58897,1,1,60620,42,872368004,'2017-07-20 20:13:11',''),(58898,1,1,60621,69,3024883600,'2017-07-20 20:13:17',''),(58899,1,1,60622,43,3475901720,'2017-07-20 22:08:43',''),(58900,1,1,60623,1,1123631193,'2017-07-20 23:02:21',''),(58901,1,1,60624,1,1744567162,'2017-07-20 23:28:35',''),(58902,1,1,60625,1,1123631191,'2017-07-21 00:55:39',''),(58903,1,1,60626,1,875976981,'2017-07-21 02:29:59',''),(58904,1,1,60627,75,3475901720,'2017-07-21 04:55:46',''),(58905,1,1,60628,1,3024883477,'2017-07-21 07:16:08',''),(58906,1,1,60629,1,1542483284,'2017-07-21 07:39:25',''),(58907,1,1,60630,1,1123631191,'2017-07-21 08:06:57',''),(58908,1,1,60631,26,3475901720,'2017-07-21 08:08:06',''),(58909,1,1,60632,1,3242076929,'2017-07-21 09:10:38','https://www.google.co.uk/'),(58910,1,1,60633,1,1123631189,'2017-07-21 09:46:56',''),(58911,1,1,60634,6,1123631191,'2017-07-21 10:16:45',''),(58912,1,1,60635,1,3479603870,'2017-07-21 11:19:48',''),(58913,1,1,60636,1,3233508650,'2017-07-21 12:08:31',''),(58914,1,1,60637,1,3233508650,'2017-07-21 12:08:43',''),(58915,1,1,60638,72,2760155487,'2017-07-21 12:24:38',''),(58916,1,1,60639,26,3475901730,'2017-07-21 12:32:02',''),(58917,1,1,60640,1,3156059255,'2017-07-21 13:59:53',''),(58918,1,1,60641,1,1123631189,'2017-07-21 14:06:58',''),(58919,1,1,60642,1,1123631193,'2017-07-21 14:36:56',''),(58920,1,1,60643,43,3024883470,'2017-07-21 15:56:59',''),(58921,1,1,60644,48,872366372,'2017-07-21 18:48:05',''),(58922,1,1,60645,1,1796538632,'2017-07-21 19:19:47',''),(58923,1,1,60646,69,3024883593,'2017-07-21 19:34:13',''),(58924,1,1,60647,1,1336244443,'2017-07-21 23:34:56','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1489.7an0Vw0PkDwBIVM_mMSC24dgzYd5dsLgyFh5snRMKYhxF7KPzRa3UE3GdJk03Mt8.7418d5d23988b9a2ac99e9634c5256cddd0a3c67&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0Y'),(58925,1,1,60648,43,3475901720,'2017-07-22 00:34:32',''),(58926,1,1,60649,16,2760155445,'2017-07-22 00:53:30',''),(58927,1,1,60650,1,919727267,'2017-07-22 02:30:51',''),(58928,1,1,60651,15,2760155426,'2017-07-22 05:30:15',''),(58929,1,1,60652,1,3024883470,'2017-07-22 06:24:42',''),(58930,1,1,60653,1,86888282,'2017-07-22 07:13:00',''),(58931,1,1,60654,1,1600959812,'2017-07-22 07:13:02',''),(58932,1,1,60655,1,1542483278,'2017-07-22 07:37:26',''),(58933,1,1,60656,43,2637637583,'2017-07-22 07:56:02',''),(58934,1,1,60657,16,2637637583,'2017-07-22 07:56:03',''),(58935,1,1,60658,43,3475901774,'2017-07-22 07:56:08',''),(58936,1,1,60659,43,3475901774,'2017-07-22 07:56:09',''),(58937,1,1,60660,1,1123633626,'2017-07-22 08:07:36',''),(58938,1,1,60661,1,2328191225,'2017-07-22 08:47:01',''),(58939,1,1,60662,1,1123633627,'2017-07-22 13:02:48',''),(58940,1,1,60663,1,1442914290,'2017-07-22 14:18:35','https://www.google.co.uk/'),(58941,1,1,60664,43,3024883478,'2017-07-22 15:15:01',''),(58942,1,1,60665,6,1123633628,'2017-07-22 15:29:43',''),(58943,1,1,60666,1,772022347,'2017-07-22 16:19:42',''),(58944,1,1,60667,1,1522790758,'2017-07-22 17:05:10','https://www.google.co.uk/'),(58945,1,1,60668,1,1123631191,'2017-07-22 19:30:39',''),(58946,1,1,60669,62,1123631193,'2017-07-22 20:04:57',''),(58947,1,1,60671,1,3024883466,'2017-07-22 23:04:44',''),(58948,1,1,60672,1,712205674,'2017-07-23 00:38:22','https://www.google.com'),(58949,1,1,60673,1,917484755,'2017-07-23 02:30:00',''),(58950,1,1,60674,22,1123631189,'2017-07-23 02:39:51',''),(58951,1,1,60676,1,779525311,'2017-07-23 06:25:42',''),(58952,1,1,60677,62,1123631191,'2017-07-23 06:56:31',''),(58953,1,1,60678,1,1542483303,'2017-07-23 07:54:26',''),(58954,1,1,60679,21,1123631189,'2017-07-23 09:25:05',''),(58955,1,1,60680,1,3475901811,'2017-07-23 10:25:44',''),(58956,1,1,60681,57,3024883598,'2017-07-23 10:49:59',''),(58957,1,1,60682,1,2420907761,'2017-07-23 12:35:45',''),(58958,1,1,60683,1,2420907761,'2017-07-23 12:35:49',''),(58959,1,1,60684,1,2420907761,'2017-07-23 12:35:57',''),(58960,1,1,60685,1,2420907761,'2017-07-23 12:36:01',''),(58961,1,1,60686,1,2420907761,'2017-07-23 12:36:04',''),(58962,1,1,60687,1,2420907761,'2017-07-23 12:36:10',''),(58963,1,1,60688,1,2420907761,'2017-07-23 12:36:14',''),(58964,1,1,60689,1,2420907761,'2017-07-23 12:36:17',''),(58965,1,1,60690,57,676177789,'2017-07-23 12:45:03',''),(58966,1,1,60691,1,1546188819,'2017-07-23 13:37:43','https://www.google.co.uk/'),(58967,1,1,60692,48,3024883468,'2017-07-23 16:15:11',''),(58968,1,1,60693,1,3233505602,'2017-07-23 18:33:26',''),(58969,1,1,60694,1,3233505602,'2017-07-23 18:33:28',''),(58970,1,1,60695,1,3024883476,'2017-07-24 03:22:39',''),(58971,1,1,60696,15,3475901811,'2017-07-24 04:11:57',''),(58972,1,1,60697,1,758644247,'2017-07-24 06:25:11',''),(58973,1,1,60698,26,758644247,'2017-07-24 06:26:10',''),(58974,1,1,60699,26,758644247,'2017-07-24 06:26:11',''),(58975,1,1,60700,3,758644247,'2017-07-24 06:26:11',''),(58976,1,1,60701,18,758644247,'2017-07-24 06:26:13',''),(58977,1,1,60702,45,758644247,'2017-07-24 06:26:17',''),(58978,1,1,60703,43,758644247,'2017-07-24 06:26:17',''),(58979,1,1,60704,57,758644247,'2017-07-24 06:26:19',''),(58980,1,1,60705,9,758644247,'2017-07-24 06:26:20',''),(58981,1,1,60706,28,758644247,'2017-07-24 06:26:20',''),(58982,1,1,60707,50,758644247,'2017-07-24 06:26:24',''),(58983,1,1,60708,26,758644247,'2017-07-24 06:26:26',''),(58984,1,1,60709,51,758644247,'2017-07-24 06:26:26',''),(58985,1,1,60710,26,758644247,'2017-07-24 06:26:27',''),(58986,1,1,60711,56,758644247,'2017-07-24 06:26:27',''),(58987,1,1,60713,55,758644247,'2017-07-24 06:26:29',''),(58988,1,1,60712,26,758644247,'2017-07-24 06:26:29',''),(58989,1,1,60714,26,758644247,'2017-07-24 06:26:31',''),(58990,1,1,60715,62,758644247,'2017-07-24 06:26:33',''),(58991,1,1,60716,1,3024883597,'2017-07-24 07:36:34',''),(58992,1,1,60717,53,2760155453,'2017-07-24 07:37:35',''),(58993,1,1,60718,1,1542483282,'2017-07-24 07:42:49',''),(58994,1,1,60719,73,2637637518,'2017-07-24 08:02:12',''),(58995,1,1,60720,1,1600959812,'2017-07-24 08:04:02',''),(58996,1,1,60721,1,3585395501,'2017-07-24 08:04:05',''),(58997,1,1,60722,1,920798186,'2017-07-24 12:16:44',''),(58998,1,1,60723,57,2760155468,'2017-07-24 12:36:51',''),(58999,1,1,60724,28,3475901709,'2017-07-24 16:09:40',''),(59000,1,1,60725,69,3024883487,'2017-07-24 17:59:30',''),(59001,1,1,60726,1,3024883590,'2017-07-24 20:52:25',''),(59002,1,1,60727,1,875259336,'2017-07-24 23:06:18',''),(59003,1,1,60728,6,875259336,'2017-07-24 23:06:24',''),(59004,1,1,60729,1,875259336,'2017-07-24 23:06:26',''),(59005,1,1,60730,1,875259336,'2017-07-24 23:06:28',''),(59006,1,1,60731,18,875259336,'2017-07-24 23:06:30',''),(59007,1,1,60732,3,875259336,'2017-07-24 23:06:32',''),(59008,1,1,60733,9,875259336,'2017-07-24 23:06:35',''),(59009,1,1,60734,51,875259336,'2017-07-24 23:06:37',''),(59010,1,1,60735,69,875259336,'2017-07-24 23:06:40',''),(59011,1,1,60736,62,875259336,'2017-07-24 23:06:43',''),(59012,1,1,60737,28,875259336,'2017-07-24 23:06:45',''),(59013,1,1,60738,63,875259336,'2017-07-24 23:06:47',''),(59014,1,1,60739,64,875259336,'2017-07-24 23:06:50',''),(59015,1,1,60740,56,875259336,'2017-07-24 23:06:53',''),(59016,1,1,60741,50,875259336,'2017-07-24 23:06:55',''),(59017,1,1,60742,65,875259336,'2017-07-24 23:06:58',''),(59018,1,1,60743,55,875259336,'2017-07-24 23:07:00',''),(59019,1,1,60744,53,875259336,'2017-07-24 23:07:03',''),(59020,1,1,60745,43,875259336,'2017-07-24 23:07:05',''),(59021,1,1,60746,48,875259336,'2017-07-24 23:07:08',''),(59022,1,1,60747,52,875259336,'2017-07-24 23:07:09',''),(59023,1,1,60748,41,875259336,'2017-07-24 23:07:10',''),(59024,1,1,60749,38,875259336,'2017-07-24 23:07:12',''),(59025,1,1,60750,57,875259336,'2017-07-24 23:07:14',''),(59026,1,1,60751,45,875259336,'2017-07-24 23:07:16',''),(59027,1,1,60752,26,875259336,'2017-07-24 23:07:18',''),(59028,1,1,60753,26,875259336,'2017-07-24 23:07:20',''),(59029,1,1,60754,26,875259336,'2017-07-24 23:07:22',''),(59030,1,1,60755,26,875259336,'2017-07-24 23:07:23',''),(59031,1,1,60756,26,875259336,'2017-07-24 23:07:25',''),(59032,1,1,60757,26,875259336,'2017-07-24 23:07:26',''),(59033,1,1,60758,26,875259336,'2017-07-24 23:07:27',''),(59034,1,1,60759,26,875259336,'2017-07-24 23:07:29',''),(59035,1,1,60760,26,875259336,'2017-07-24 23:07:30',''),(59036,1,1,60761,26,875259336,'2017-07-24 23:07:32',''),(59037,1,1,60762,56,3291763786,'2017-07-24 23:45:24',''),(59038,1,1,60763,56,3291763786,'2017-07-24 23:45:26',''),(59039,1,1,60764,1,3291763786,'2017-07-24 23:45:28',''),(59040,1,1,60765,56,3291763786,'2017-07-24 23:45:30',''),(59041,1,1,60766,58,3652617246,'2017-07-25 00:09:26',''),(59042,1,1,60767,1,3024883594,'2017-07-25 02:00:31',''),(59043,1,1,60768,1,885870790,'2017-07-25 02:26:55',''),(59044,1,1,60769,73,872366369,'2017-07-25 02:35:51',''),(59045,1,1,60770,54,2637637452,'2017-07-25 02:53:31',''),(59046,1,1,60771,1,3342489297,'2017-07-25 03:37:44',''),(59047,1,1,60772,43,3652617241,'2017-07-25 04:11:39',''),(59048,1,1,60773,1,3337638529,'2017-07-25 04:18:10',''),(59049,1,1,60774,1,1542483304,'2017-07-25 07:48:27',''),(59050,1,1,60775,1,1443906180,'2017-07-25 11:19:04','https://www.google.co.uk/'),(59051,1,1,60776,1,787197940,'2017-07-25 12:05:24','http://www.bing.com/search?q=ms+tyres+blackburn&qs=AS&pq=ms+tyres&sk=AS4&sc=8-8&cvid=3F2F55B4C7BB4DCBBB18AAB0914E3F66&FORM=QBRE&sp=5'),(59052,1,1,60777,1,874838984,'2017-07-25 12:08:45',''),(59053,1,1,60778,9,3652617232,'2017-07-25 14:33:36',''),(59054,1,1,60779,1,3479603870,'2017-07-25 14:45:55',''),(59055,1,1,60780,63,1123631189,'2017-07-25 17:40:12',''),(59056,1,1,60781,1,84496517,'2017-07-25 19:32:22',''),(59057,1,1,60782,1,1756074896,'2017-07-25 21:39:08',''),(59058,1,1,60783,1,2328194917,'2017-07-25 21:40:29',''),(59059,1,1,60784,1,1123631191,'2017-07-25 21:46:10',''),(59060,1,1,60785,55,2760155409,'2017-07-26 00:56:46',''),(59061,1,1,60786,59,3475901770,'2017-07-26 01:50:26',''),(59062,1,1,60787,1,3227745951,'2017-07-26 02:21:28',''),(59063,1,1,60788,1,3227745951,'2017-07-26 02:21:29',''),(59064,1,1,60789,1,917336025,'2017-07-26 02:36:12',''),(59065,1,1,60790,71,3024883488,'2017-07-26 02:50:44',''),(59066,1,1,60791,1,3479603870,'2017-07-26 04:42:52',''),(59067,1,1,60792,63,676177670,'2017-07-26 04:51:55',''),(59068,1,1,60793,1,872957125,'2017-07-26 05:29:29',''),(59069,1,1,60794,1,3585395501,'2017-07-26 07:22:06',''),(59070,1,1,60795,1,86888282,'2017-07-26 07:22:09',''),(59071,1,1,60796,1,1542483316,'2017-07-26 07:50:23',''),(59072,1,1,60797,1,3024883485,'2017-07-26 11:08:28',''),(59073,1,1,60798,1,786803397,'2017-07-26 12:25:36',''),(59074,1,1,60799,43,1757790050,'2017-07-26 13:56:46',''),(59075,1,1,60800,43,1757790050,'2017-07-26 13:56:47',''),(59076,1,1,60801,1,1757790050,'2017-07-26 13:56:57',''),(59077,1,1,60802,43,1757790050,'2017-07-26 13:57:03',''),(59078,1,1,60804,1,3227745951,'2017-07-26 14:11:09',''),(59079,1,1,60803,1,3227745951,'2017-07-26 14:11:09',''),(59080,1,1,60805,1,3281687057,'2017-07-26 14:50:24',''),(59081,1,1,60806,1,3281687057,'2017-07-26 14:50:27',''),(59082,1,1,60807,1,3281687057,'2017-07-26 14:50:32',''),(59083,1,1,60808,1,3281687057,'2017-07-26 14:50:36',''),(59084,1,1,60809,1,3281687057,'2017-07-26 14:50:40',''),(59085,1,1,60810,1,3281687057,'2017-07-26 14:50:46',''),(59086,1,1,60811,1,3281687057,'2017-07-26 14:50:52',''),(59087,1,1,60812,1,3281687057,'2017-07-26 14:50:55',''),(59088,1,1,60813,6,1806518111,'2017-07-26 19:47:41',''),(59089,1,1,60814,1,779525311,'2017-07-26 20:53:47',''),(59090,1,1,60815,71,3024883598,'2017-07-26 23:06:17',''),(59091,1,1,60816,1,3227745951,'2017-07-26 23:11:34',''),(59092,1,1,60817,6,1123632437,'2017-07-27 00:01:12',''),(59093,1,1,60818,55,3475901771,'2017-07-27 01:04:48',''),(59094,1,1,60819,3,2760155394,'2017-07-27 01:21:50',''),(59095,1,1,60820,1,585430976,'2017-07-27 02:30:16',''),(59096,1,1,60821,63,1760471310,'2017-07-27 02:46:05',''),(59097,1,1,60822,63,1760471310,'2017-07-27 02:46:08',''),(59098,1,1,60823,1,1760471310,'2017-07-27 02:46:14',''),(59099,1,1,60824,63,1760471310,'2017-07-27 02:46:16',''),(59100,1,1,60825,1,294558837,'2017-07-27 06:56:55',''),(59101,1,1,60826,47,3475901869,'2017-07-27 07:20:04',''),(59102,1,1,60827,1,1542483323,'2017-07-27 07:39:25',''),(59103,1,1,60828,59,872366421,'2017-07-27 09:22:03',''),(59104,1,1,60829,1,1806877427,'2017-07-27 10:28:52',''),(59105,1,1,60830,1,3559914319,'2017-07-27 10:33:11',''),(59106,1,1,60831,1,2335937891,'2017-07-27 10:34:14',''),(59107,1,1,60832,1,3559914319,'2017-07-27 10:47:40',''),(59108,1,1,60832,1,3559914319,'2017-07-27 11:19:18',''),(59109,1,1,60833,1,3559914319,'2017-07-27 11:47:19',''),(59110,1,1,60834,1,1123632441,'2017-07-27 13:57:15',''),(59111,1,1,60835,1,1123632441,'2017-07-27 14:35:24',''),(59112,1,1,60836,1,920280604,'2017-07-27 15:22:08',''),(59113,1,1,60837,1,1377605372,'2017-07-27 16:06:15','https://www.google.co.uk/'),(59114,1,1,60838,46,3024883466,'2017-07-27 16:20:19',''),(59115,1,1,60839,26,3475901871,'2017-07-27 17:03:47',''),(59116,1,1,60840,43,3652617388,'2017-07-27 19:40:58',''),(59117,1,1,60841,15,1123638585,'2017-07-27 22:12:02','https://www.google.co.uk/'),(59118,1,1,60842,15,1370666058,'2017-07-27 22:12:03','https://www.google.co.uk/'),(59119,1,1,60843,1,1041817219,'2017-07-27 22:12:34',''),(59120,1,1,60844,65,1760471310,'2017-07-28 01:35:28',''),(59121,1,1,60845,65,1760471310,'2017-07-28 01:35:33',''),(59122,1,1,60846,65,1760471310,'2017-07-28 01:35:38',''),(59123,1,1,60847,1,1760471310,'2017-07-28 01:35:42',''),(59124,1,1,60848,65,1760471310,'2017-07-28 01:35:44',''),(59125,1,1,60849,1,584019697,'2017-07-28 02:31:26',''),(59126,1,1,60850,1,2731721858,'2017-07-28 03:11:14',''),(59127,1,1,60851,1,3024883475,'2017-07-28 06:47:25',''),(59128,1,1,60852,1,3116354562,'2017-07-28 07:14:06',''),(59129,1,1,60853,70,3024883466,'2017-07-28 07:20:42',''),(59130,1,1,60854,1,1542483266,'2017-07-28 07:38:25',''),(59131,1,1,60855,1,2996480789,'2017-07-28 07:56:57',''),(59132,1,1,60856,1,3585395519,'2017-07-28 07:57:01',''),(59133,1,1,60857,55,2637637618,'2017-07-28 10:20:12',''),(59134,1,1,60858,66,3652617373,'2017-07-28 11:16:37',''),(59135,1,1,60859,1,3024883613,'2017-07-28 13:23:32',''),(59136,1,1,60860,1,872957125,'2017-07-28 13:47:59',''),(59137,1,1,60861,69,872366412,'2017-07-28 15:53:45',''),(59138,1,1,60862,1,1123631191,'2017-07-28 17:39:48',''),(59139,1,1,60863,1,2328184796,'2017-07-28 17:52:09',''),(59140,1,1,60864,38,3475901832,'2017-07-28 20:06:42',''),(59141,1,1,60865,1,1123631193,'2017-07-28 21:38:43',''),(59142,1,1,60866,1,84496279,'2017-07-29 00:25:08',''),(59143,1,1,60867,52,3024883465,'2017-07-29 03:25:09',''),(59144,1,1,60868,56,2760155405,'2017-07-29 06:28:50',''),(59145,1,1,60869,1,1542483275,'2017-07-29 07:42:18',''),(59146,1,1,60870,1,3024883486,'2017-07-29 08:14:26',''),(59147,1,1,60871,56,676177731,'2017-07-29 11:50:45',''),(59148,1,1,60872,1,3024883617,'2017-07-29 12:09:39',''),(59149,1,1,60873,1,2214402376,'2017-07-29 12:23:36',''),(59150,1,1,60874,1,676177736,'2017-07-29 13:49:00',''),(59151,1,1,60875,1,3024883477,'2017-07-29 14:15:16',''),(59152,1,1,60876,68,1123631193,'2017-07-29 14:59:46',''),(59153,1,1,60877,68,1123631191,'2017-07-29 16:06:21',''),(59154,1,1,60878,1,1369361275,'2017-07-29 16:54:33','https://www.google.co.uk/'),(59155,1,1,60879,1,3227730582,'2017-07-29 18:08:02',''),(59156,1,1,60880,6,3227730582,'2017-07-29 18:08:11',''),(59157,1,1,60881,1,3227730582,'2017-07-29 18:08:21',''),(59158,1,1,60882,18,3227730582,'2017-07-29 18:08:30',''),(59159,1,1,60883,3,3227730582,'2017-07-29 18:08:32',''),(59160,1,1,60884,1,3227730582,'2017-07-29 18:08:42',''),(59161,1,1,60885,43,3227730582,'2017-07-29 18:08:44',''),(59162,1,1,60886,45,3227730582,'2017-07-29 18:08:46',''),(59163,1,1,60887,57,3227730582,'2017-07-29 18:08:47',''),(59164,1,1,60888,9,3227730582,'2017-07-29 18:08:49',''),(59165,1,1,60889,28,3227730582,'2017-07-29 18:08:52',''),(59166,1,1,60890,26,3227730582,'2017-07-29 18:08:55',''),(59167,1,1,60891,50,3227730582,'2017-07-29 18:08:56',''),(59168,1,1,60892,26,3227730582,'2017-07-29 18:08:58',''),(59169,1,1,60893,51,3227730582,'2017-07-29 18:09:00',''),(59170,1,1,60894,26,3227730582,'2017-07-29 18:09:02',''),(59171,1,1,60895,56,3227730582,'2017-07-29 18:09:03',''),(59172,1,1,60896,26,3227730582,'2017-07-29 18:09:06',''),(59173,1,1,60897,55,3227730582,'2017-07-29 18:09:07',''),(59174,1,1,60898,26,3227730582,'2017-07-29 18:09:09',''),(59175,1,1,60899,62,3227730582,'2017-07-29 18:09:11',''),(59176,1,1,60900,26,3227730582,'2017-07-29 18:09:13',''),(59177,1,1,60901,63,3227730582,'2017-07-29 18:09:14',''),(59178,1,1,60902,26,3227730582,'2017-07-29 18:09:16',''),(59179,1,1,60903,64,3227730582,'2017-07-29 18:09:18',''),(59180,1,1,60904,26,3227730582,'2017-07-29 18:09:20',''),(59181,1,1,60905,65,3227730582,'2017-07-29 18:09:21',''),(59182,1,1,60906,26,3227730582,'2017-07-29 18:09:23',''),(59183,1,1,60907,69,3227730582,'2017-07-29 18:09:25',''),(59184,1,1,60908,26,3227730582,'2017-07-29 18:09:27',''),(59185,1,1,60909,41,3227730582,'2017-07-29 18:09:28',''),(59186,1,1,60910,53,3227730582,'2017-07-29 18:09:33',''),(59187,1,1,60911,38,3227730582,'2017-07-29 18:09:35',''),(59188,1,1,60912,52,3227730582,'2017-07-29 18:09:36',''),(59189,1,1,60913,48,3227730582,'2017-07-29 18:09:38',''),(59190,1,1,60914,29,3227730582,'2017-07-29 18:09:43',''),(59191,1,1,60915,16,3227730582,'2017-07-29 18:09:44',''),(59192,1,1,60916,43,3227730582,'2017-07-29 18:09:47',''),(59193,1,1,60917,43,3227730582,'2017-07-29 18:09:49',''),(59194,1,1,60918,10,3227730582,'2017-07-29 18:09:51',''),(59195,1,1,60919,26,3227730582,'2017-07-29 18:09:53',''),(59196,1,1,60920,44,3227730582,'2017-07-29 18:09:54',''),(59197,1,1,60921,26,3227730582,'2017-07-29 18:09:56',''),(59198,1,1,60922,26,3227730582,'2017-07-29 18:09:59',''),(59199,1,1,60923,27,3227730582,'2017-07-29 18:10:04',''),(59200,1,1,60924,26,3227730582,'2017-07-29 18:10:07',''),(59201,1,1,60925,49,3227730582,'2017-07-29 18:10:08',''),(59202,1,1,60926,26,3227730582,'2017-07-29 18:10:10',''),(59203,1,1,60927,26,3227730582,'2017-07-29 18:10:12',''),(59204,1,1,60928,26,3227730582,'2017-07-29 18:10:13',''),(59205,1,1,60929,26,3227730582,'2017-07-29 18:10:18',''),(59206,1,1,60930,1,920280604,'2017-07-29 18:16:52',''),(59207,1,1,60931,1,3373404845,'2017-07-29 18:30:38',''),(59208,1,1,60932,1,3373404845,'2017-07-29 18:30:40',''),(59209,1,1,60933,1,84498535,'2017-07-29 19:09:47',''),(59210,1,1,60934,1,84498535,'2017-07-29 19:09:50',''),(59211,1,1,60935,1,84498535,'2017-07-29 19:09:52',''),(59212,1,1,60936,1,84498535,'2017-07-29 19:09:55',''),(59213,1,1,60937,1,84498535,'2017-07-29 19:09:57',''),(59214,1,1,60938,1,84498535,'2017-07-29 19:10:00',''),(59215,1,1,60939,1,84498535,'2017-07-29 19:10:02',''),(59216,1,1,60940,1,84498535,'2017-07-29 19:10:07',''),(59217,1,1,60941,48,99081271,'2017-07-29 20:58:12',''),(59218,1,1,60942,48,99081271,'2017-07-29 20:58:13',''),(59219,1,1,60943,1,99081271,'2017-07-29 20:58:16',''),(59220,1,1,60944,48,99081271,'2017-07-29 20:58:18',''),(59221,1,1,60945,54,99081271,'2017-07-29 21:14:46',''),(59222,1,1,60946,54,99081271,'2017-07-29 21:14:48',''),(59223,1,1,60947,1,99081271,'2017-07-29 21:14:49',''),(59224,1,1,60948,54,99081271,'2017-07-29 21:14:51',''),(59225,1,1,60949,49,872366366,'2017-07-29 23:11:56',''),(59226,1,1,60950,1,1247139357,'2017-07-29 23:37:17',''),(59227,1,1,60951,1,921346760,'2017-07-30 02:27:48',''),(59228,1,1,60952,71,3652617395,'2017-07-30 02:39:31',''),(59229,1,1,60953,43,3475901744,'2017-07-30 03:20:43',''),(59230,1,1,60954,43,3475901744,'2017-07-30 03:20:45',''),(59231,1,1,60955,41,3475901718,'2017-07-30 03:20:50',''),(59232,1,1,60956,16,3475901718,'2017-07-30 03:20:51',''),(59233,1,1,60957,1,3255247816,'2017-07-30 03:24:11',''),(59234,1,1,60958,1,3255247816,'2017-07-30 03:24:13',''),(59235,1,1,60959,1,3255247816,'2017-07-30 03:24:18',''),(59236,1,1,60960,6,3255247816,'2017-07-30 03:24:19',''),(59237,1,1,60961,1,3255247816,'2017-07-30 03:24:20',''),(59238,1,1,60962,1,3255247816,'2017-07-30 03:24:21',''),(59239,1,1,60963,1,3255247816,'2017-07-30 03:24:23',''),(59240,1,1,60964,1,3255247816,'2017-07-30 03:24:24',''),(59241,1,1,60965,1,3255247816,'2017-07-30 03:24:25',''),(59242,1,1,60966,1,3255247816,'2017-07-30 03:24:26',''),(59243,1,1,60967,1,3255247816,'2017-07-30 03:24:28',''),(59244,1,1,60968,1,3255247816,'2017-07-30 03:24:29',''),(59245,1,1,60969,1,3255247816,'2017-07-30 03:24:30',''),(59246,1,1,60970,1,3255247816,'2017-07-30 03:24:31',''),(59247,1,1,60971,1,3255247816,'2017-07-30 03:24:33',''),(59248,1,1,60972,9,3255247816,'2017-07-30 03:24:33',''),(59249,1,1,60973,3,3255247816,'2017-07-30 03:24:35',''),(59250,1,1,60974,18,3255247816,'2017-07-30 03:24:36',''),(59251,1,1,60975,1,3255247816,'2017-07-30 03:24:38',''),(59252,1,1,60976,1,3255247816,'2017-07-30 03:24:39',''),(59253,1,1,60977,1,3255247816,'2017-07-30 03:24:40',''),(59254,1,1,60978,1,3255247816,'2017-07-30 03:24:41',''),(59255,1,1,60979,1,3255247816,'2017-07-30 03:24:42',''),(59256,1,1,60980,1,3255247816,'2017-07-30 03:24:43',''),(59257,1,1,60981,1,3255247816,'2017-07-30 03:24:44',''),(59258,1,1,60982,1,3255247816,'2017-07-30 03:24:45',''),(59259,1,1,60983,1,3255247816,'2017-07-30 03:24:46',''),(59260,1,1,60984,1,3255247816,'2017-07-30 03:24:47',''),(59261,1,1,60985,1,3255247816,'2017-07-30 03:24:49',''),(59262,1,1,60986,1,3255247816,'2017-07-30 03:24:50',''),(59263,1,1,60987,1,3255247816,'2017-07-30 03:24:51',''),(59264,1,1,60988,1,3255247816,'2017-07-30 03:24:52',''),(59265,1,1,60989,1,3255247816,'2017-07-30 03:24:53',''),(59266,1,1,60990,1,3255247816,'2017-07-30 03:24:54',''),(59267,1,1,60991,1,3255247816,'2017-07-30 03:24:55',''),(59268,1,1,60992,1,3255247816,'2017-07-30 03:24:56',''),(59269,1,1,60993,56,3024883600,'2017-07-30 06:01:13',''),(59270,1,1,60994,45,2760155835,'2017-07-30 07:25:13',''),(59271,1,1,60995,1,1542483301,'2017-07-30 07:43:39',''),(59272,1,1,60996,1,3479603870,'2017-07-30 08:22:43',''),(59273,1,1,60997,26,676177736,'2017-07-30 08:23:07',''),(59274,1,1,60998,3,676177736,'2017-07-30 09:43:32',''),(59275,1,1,60999,55,3475901718,'2017-07-30 10:40:02',''),(59276,1,1,61000,1,621375846,'2017-07-30 11:42:52',''),(59277,1,1,61001,1,2996480789,'2017-07-30 11:42:55',''),(59278,1,1,61002,1,3373404845,'2017-07-30 15:13:02',''),(59279,1,1,61003,1,3373404845,'2017-07-30 15:13:04',''),(59280,1,1,61004,57,2637637615,'2017-07-30 16:46:40',''),(59281,1,1,61005,27,2637637615,'2017-07-30 17:17:49',''),(59282,1,1,61006,62,3652617267,'2017-07-30 17:30:49',''),(59283,1,1,61007,64,872366432,'2017-07-30 19:14:20',''),(59284,1,1,61008,1,3170832537,'2017-07-30 20:21:10','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1498.1DypVEOVBXx7zU-QMSkl--o6e9rGnXIJcFoFOr8bT-Iwo_V3R3j0vyiy9oRedkl_.f7bf83858c1c15ef786d504335fd14b4c3219098&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0Y'),(59285,1,1,61009,29,872366398,'2017-07-30 20:55:55',''),(59286,1,1,61010,1,1123631106,'2017-07-30 22:13:31',''),(59287,1,1,61011,1,1300047769,'2017-07-31 00:20:55',''),(59288,1,1,61012,1,585519420,'2017-07-31 02:27:28',''),(59289,1,1,61013,43,3652617277,'2017-07-31 04:58:18',''),(59290,1,1,61014,26,676177731,'2017-07-31 05:00:27',''),(59291,1,1,61018,38,1300047769,'2017-07-31 07:07:10',''),(59292,1,1,61023,52,1300047769,'2017-07-31 07:07:10',''),(59293,1,1,61027,66,1300047769,'2017-07-31 07:07:10',''),(59294,1,1,61020,9,1300047769,'2017-07-31 07:07:10',''),(59295,1,1,61029,47,1300047769,'2017-07-31 07:07:10',''),(59296,1,1,61024,14,1300047769,'2017-07-31 07:07:10',''),(59297,1,1,61021,54,1300047769,'2017-07-31 07:07:10',''),(59298,1,1,61025,6,1300047769,'2017-07-31 07:07:10',''),(59299,1,1,61017,53,1300047769,'2017-07-31 07:07:10',''),(59300,1,1,61030,6,1123631108,'2017-07-31 07:25:46',''),(59301,1,1,61031,1,1542483300,'2017-07-31 07:28:09',''),(59302,1,1,61032,1,917303645,'2017-07-31 07:37:13',''),(59303,1,1,61033,1,2680908047,'2017-07-31 08:22:51',''),(59304,1,1,61034,26,2680908047,'2017-07-31 08:23:48',''),(59305,1,1,61035,26,2680908047,'2017-07-31 08:23:48',''),(59306,1,1,61036,18,2680908047,'2017-07-31 08:23:48',''),(59307,1,1,61037,3,2680908047,'2017-07-31 08:23:48',''),(59308,1,1,61038,43,2680908047,'2017-07-31 08:23:49',''),(59309,1,1,61039,45,2680908047,'2017-07-31 08:23:51',''),(59310,1,1,61040,57,2680908047,'2017-07-31 08:23:52',''),(59311,1,1,61041,9,2680908047,'2017-07-31 08:23:52',''),(59312,1,1,61043,50,2680908047,'2017-07-31 08:23:52',''),(59313,1,1,61042,28,2680908047,'2017-07-31 08:23:52',''),(59314,1,1,61044,26,2680908047,'2017-07-31 08:23:55',''),(59315,1,1,61045,51,2680908047,'2017-07-31 08:23:55',''),(59316,1,1,61046,26,2680908047,'2017-07-31 08:24:00',''),(59317,1,1,61048,55,2680908047,'2017-07-31 08:24:00',''),(59318,1,1,61047,26,2680908047,'2017-07-31 08:24:00',''),(59319,1,1,61049,56,2680908047,'2017-07-31 08:24:00',''),(59320,1,1,61050,26,2680908047,'2017-07-31 08:24:00',''),(59321,1,1,61051,62,2680908047,'2017-07-31 08:24:03',''),(59322,1,1,61052,43,1593738214,'2017-07-31 11:06:40',''),(59323,1,1,61053,1,1353819667,'2017-07-31 11:18:56','https://www.google.co.uk/'),(59324,1,1,61054,62,3024883479,'2017-07-31 12:01:25',''),(59325,1,1,61055,1,1608302626,'2017-07-31 12:03:04','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1499.09VPWiF78XYPMO4IvIhtlhtEvqxM9x1QJsN7gmjS4b3lAS3KlBY1dhCbOvn_0j0D.2a00710875a8f9ac9daf0127e11d17e503c2f462&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0Y'),(59326,1,1,61056,52,676177783,'2017-07-31 12:15:41',''),(59327,1,1,61057,1,1123631108,'2017-07-31 16:11:00',''),(59328,1,1,61058,1,2328194958,'2017-07-31 17:01:07',''),(59329,1,1,61059,50,3273031619,'2017-07-31 17:29:45',''),(59330,1,1,61060,15,1123631831,'2017-07-31 19:34:18',''),(59331,1,1,61061,73,3475901718,'2017-07-31 22:03:28',''),(59332,1,1,61062,16,2760155835,'2017-07-31 22:08:01',''),(59333,1,1,61063,54,676177693,'2017-08-01 00:28:07',''),(59334,1,1,61064,43,1123631831,'2017-08-01 02:12:11',''),(59335,1,1,61065,1,916404613,'2017-08-01 02:29:15',''),(59336,1,1,61066,41,3475901718,'2017-08-01 04:29:41',''),(59337,1,1,61067,16,3475901718,'2017-08-01 04:29:50',''),(59338,1,1,61068,28,3652617239,'2017-08-01 05:54:09',''),(59339,1,1,61069,1,2420902020,'2017-08-01 06:02:16',''),(59340,1,1,61070,1,1542483320,'2017-08-01 07:54:30',''),(59341,1,1,61071,19,1123631829,'2017-08-01 09:38:37',''),(59342,1,1,61072,1,1123631831,'2017-08-01 10:38:44',''),(59343,1,1,61073,6,2637637597,'2017-08-01 10:58:01',''),(59344,1,1,61074,1,1534677920,'2017-08-01 11:06:47',''),(59345,1,1,61075,1,1123631833,'2017-08-01 11:10:46',''),(59346,1,1,61076,71,2637637465,'2017-08-01 13:22:57',''),(59347,1,1,61077,62,3024883596,'2017-08-01 13:45:20',''),(59348,1,1,61078,1,787051691,'2017-08-01 16:42:37',''),(59349,1,1,61079,1,2731721828,'2017-08-01 17:53:40',''),(59350,1,1,61080,1,3373404845,'2017-08-01 21:01:07',''),(59351,1,1,61081,53,3702877304,'2017-08-01 21:56:36',''),(59352,1,1,61082,1,1920187908,'2017-08-01 22:05:28',''),(59353,1,1,61083,70,872368005,'2017-08-01 22:35:23',''),(59354,1,1,61084,1,2420902119,'2017-08-01 23:21:50',''),(59355,1,1,61085,1,2420902119,'2017-08-01 23:21:52',''),(59356,1,1,61086,1,2420902119,'2017-08-01 23:21:55',''),(59357,1,1,61087,1,2420902119,'2017-08-01 23:21:57',''),(59358,1,1,61088,1,2420902119,'2017-08-01 23:21:59',''),(59359,1,1,61089,1,2420902119,'2017-08-01 23:22:01',''),(59360,1,1,61090,1,2420902119,'2017-08-01 23:22:04',''),(59361,1,1,61091,1,2420902119,'2017-08-01 23:22:06',''),(59362,1,1,61092,45,873396681,'2017-08-01 23:38:50',''),(59363,1,1,61093,45,873396681,'2017-08-01 23:38:52',''),(59364,1,1,61094,1,873396681,'2017-08-01 23:38:53',''),(59365,1,1,61095,45,873396681,'2017-08-01 23:38:54',''),(59366,1,1,61096,1,583815902,'2017-08-02 02:28:53',''),(59367,1,1,61097,1,1402306146,'2017-08-02 03:05:23',''),(59368,1,1,61098,1,1123631191,'2017-08-02 04:39:14',''),(59369,1,1,61099,47,1123631189,'2017-08-02 04:54:48',''),(59370,1,1,61100,1,3585395519,'2017-08-02 07:26:37',''),(59371,1,1,61101,1,86888257,'2017-08-02 07:26:39',''),(59372,1,1,61102,74,2637637597,'2017-08-02 07:29:32',''),(59373,1,1,61103,1,1524026946,'2017-08-02 07:53:52','https://www.google.co.uk/'),(59374,1,1,61104,1,1542483277,'2017-08-02 08:01:34',''),(59375,1,1,61105,1,2992799728,'2017-08-02 10:22:29','https://www.google.co.uk/'),(59376,1,1,61106,3,2637637597,'2017-08-02 17:59:03',''),(59377,1,1,61107,1,2637637597,'2017-08-02 19:44:49',''),(59378,1,1,61108,43,2637637465,'2017-08-02 19:44:49',''),(59379,1,1,61109,52,2637637597,'2017-08-02 19:44:50',''),(59380,1,1,61110,15,2637637597,'2017-08-02 19:44:51',''),(59381,1,1,61111,26,3475901870,'2017-08-02 22:21:30',''),(59382,1,1,61112,62,3024883490,'2017-08-02 22:50:07',''),(59383,1,1,61113,1,2382682780,'2017-08-03 00:08:47',''),(59384,1,1,61114,1,2382682780,'2017-08-03 00:08:50',''),(59385,1,1,61115,26,2382682780,'2017-08-03 00:08:53',''),(59386,1,1,61116,26,2382682780,'2017-08-03 00:08:54',''),(59387,1,1,61117,26,2382682780,'2017-08-03 00:08:56',''),(59388,1,1,61118,26,2382682780,'2017-08-03 00:08:57',''),(59389,1,1,61119,26,2382682780,'2017-08-03 00:08:58',''),(59390,1,1,61120,26,2382682780,'2017-08-03 00:08:59',''),(59391,1,1,61121,26,2382682780,'2017-08-03 00:09:01',''),(59392,1,1,61122,26,2382682780,'2017-08-03 00:09:02',''),(59393,1,1,61123,26,2382682780,'2017-08-03 00:09:03',''),(59394,1,1,61124,1,2382682780,'2017-08-03 00:09:04',''),(59395,1,1,61125,1,878317384,'2017-08-03 02:28:09',''),(59396,1,1,61126,47,3475901870,'2017-08-03 02:52:34',''),(59397,1,1,61127,1,1542483325,'2017-08-03 07:49:44',''),(59398,1,1,61128,26,2637637465,'2017-08-03 07:51:39',''),(59399,1,1,61129,62,3024883490,'2017-08-03 12:05:31',''),(59400,1,1,61130,26,3291763764,'2017-08-03 13:18:22',''),(59401,1,1,61131,1,3291763764,'2017-08-03 13:18:24',''),(59402,1,1,61132,26,3291763764,'2017-08-03 13:18:25',''),(59403,1,1,61133,26,3291763764,'2017-08-03 13:18:26',''),(59404,1,1,61134,1,3291763764,'2017-08-03 13:18:28',''),(59405,1,1,61135,26,2637637597,'2017-08-03 16:25:40',''),(59406,1,1,61136,70,2637637465,'2017-08-03 18:32:44',''),(59407,1,1,61137,1,2328191225,'2017-08-03 18:32:45',''),(59408,1,1,61138,1,2680908047,'2017-08-03 19:14:06',''),(59409,1,1,61139,26,2680908047,'2017-08-03 19:15:26',''),(59410,1,1,61140,18,2680908047,'2017-08-03 19:15:28',''),(59411,1,1,61141,26,2680908047,'2017-08-03 19:15:28',''),(59412,1,1,61143,43,2680908047,'2017-08-03 19:15:29',''),(59413,1,1,61144,45,2680908047,'2017-08-03 19:15:29',''),(59414,1,1,61142,3,2680908047,'2017-08-03 19:15:29',''),(59415,1,1,61145,57,2680908047,'2017-08-03 19:15:30',''),(59416,1,1,61146,9,2680908047,'2017-08-03 19:15:32',''),(59417,1,1,61147,28,2680908047,'2017-08-03 19:15:34',''),(59418,1,1,61148,50,2680908047,'2017-08-03 19:15:34',''),(59419,1,1,61150,26,2680908047,'2017-08-03 19:15:36',''),(59420,1,1,61151,51,2680908047,'2017-08-03 19:15:36',''),(59421,1,1,61149,26,2680908047,'2017-08-03 19:15:36',''),(59422,1,1,61152,56,2680908047,'2017-08-03 19:15:40',''),(59423,1,1,61153,55,2680908047,'2017-08-03 19:15:42',''),(59424,1,1,61155,26,2680908047,'2017-08-03 19:15:42',''),(59425,1,1,61154,26,2680908047,'2017-08-03 19:15:42',''),(59426,1,1,61156,62,2680908047,'2017-08-03 19:15:42',''),(59427,1,1,61157,6,392075068,'2017-08-03 19:44:56',''),(59428,1,1,61158,16,2760155407,'2017-08-03 22:34:41',''),(59429,1,1,61159,74,3024883469,'2017-08-03 23:15:04',''),(59430,1,1,61160,65,3701335412,'2017-08-03 23:21:44',''),(59431,1,1,61161,1,3495879321,'2017-08-04 00:41:54',''),(59432,1,1,61162,1,3590043251,'2017-08-04 00:42:48',''),(59433,1,1,61163,56,3590043251,'2017-08-04 00:42:49',''),(59434,1,1,61164,108,3590043251,'2017-08-04 00:42:51',''),(59435,1,1,61165,56,3590043251,'2017-08-04 00:42:53',''),(59436,1,1,61166,1,2466211752,'2017-08-04 01:41:42',''),(59437,1,1,61167,109,2466211752,'2017-08-04 01:41:43',''),(59438,1,1,61168,1,2466211752,'2017-08-04 01:41:45',''),(59439,1,1,61169,56,2466211752,'2017-08-04 01:41:46',''),(59440,1,1,61170,56,2466211752,'2017-08-04 01:41:49',''),(59441,1,1,61171,1,873978281,'2017-08-04 02:29:59',''),(59442,1,1,61172,1,3326602503,'2017-08-04 03:30:46',''),(59443,1,1,61173,56,3326602503,'2017-08-04 03:30:49',''),(59444,1,1,61174,110,3326602503,'2017-08-04 03:30:53',''),(59445,1,1,61175,56,3326602503,'2017-08-04 03:30:57',''),(59446,1,1,61176,1,1152706213,'2017-08-04 05:02:16',''),(59447,1,1,61177,1,1887271942,'2017-08-04 05:30:17',''),(59448,1,1,61178,56,1887271942,'2017-08-04 05:30:20',''),(59449,1,1,61179,111,1887271942,'2017-08-04 05:30:23',''),(59450,1,1,61180,56,1887271942,'2017-08-04 05:30:31',''),(59451,1,1,61181,1,3024883461,'2017-08-04 06:08:05',''),(59452,1,1,61182,1,1744737391,'2017-08-04 06:17:48',''),(59453,1,1,61183,56,1744737391,'2017-08-04 06:17:51',''),(59454,1,1,61184,112,1744737391,'2017-08-04 06:17:54',''),(59455,1,1,61185,56,1744737391,'2017-08-04 06:17:59',''),(59456,1,1,61186,1,3160400650,'2017-08-04 07:02:11',''),(59457,1,1,61187,56,3160400650,'2017-08-04 07:02:13',''),(59458,1,1,61188,113,3160400650,'2017-08-04 07:02:14',''),(59459,1,1,61189,56,3160400650,'2017-08-04 07:02:17',''),(59460,1,1,61190,1,1542483278,'2017-08-04 07:33:52',''),(59461,1,1,61191,1,1542483311,'2017-08-04 07:33:56',''),(59462,1,1,61192,1,2637637597,'2017-08-04 08:39:40',''),(59463,1,1,61193,1,3024883472,'2017-08-04 08:39:40',''),(59464,1,1,61194,1,96306552,'2017-08-04 09:07:07',''),(59465,1,1,61195,1,86888257,'2017-08-04 10:20:20',''),(59466,1,1,61196,1,86888282,'2017-08-04 10:20:22',''),(59467,1,1,61197,1,3633385918,'2017-08-04 11:05:50','http://whois.domaintools.com/mstyresblackburn.co.uk'),(59468,1,1,61198,1,2809328531,'2017-08-04 13:07:01',''),(59469,1,1,61199,62,1123631831,'2017-08-04 16:05:50',''),(59470,1,1,61200,1,1344975726,'2017-08-04 18:48:21','https://www.google.co.uk/'),(59471,1,1,61201,1,1041806726,'2017-08-04 18:57:44',''),(59472,1,1,61202,1,1041806727,'2017-08-04 18:57:47',''),(59473,1,1,61203,1,3479603870,'2017-08-04 19:16:21',''),(59474,1,1,61204,48,676177693,'2017-08-04 19:53:23',''),(59475,1,1,61205,1,2637637597,'2017-08-04 19:53:28',''),(59476,1,1,61206,52,2637637597,'2017-08-04 19:53:30',''),(59477,1,1,61207,15,2637637597,'2017-08-04 19:53:31',''),(59478,1,1,61208,43,3475901793,'2017-08-04 19:53:33',''),(59479,1,1,61209,65,3024883609,'2017-08-04 20:08:12',''),(59480,1,1,61210,27,872367999,'2017-08-04 20:35:40',''),(59481,1,1,61211,1,3024883615,'2017-08-04 20:41:32',''),(59482,1,1,61212,50,2760155486,'2017-08-04 20:44:09',''),(59483,1,1,61213,1,1756074896,'2017-08-04 21:40:23',''),(59484,1,1,61214,16,1123631831,'2017-08-04 22:32:31',''),(59485,1,1,61215,1,1123631829,'2017-08-04 22:36:21',''),(59486,1,1,61216,1,921315004,'2017-08-05 02:29:47',''),(59487,1,1,61217,1,2297665554,'2017-08-05 03:31:01',''),(59488,1,1,61218,1,2297665554,'2017-08-05 03:31:04',''),(59489,1,1,61219,1,2297665554,'2017-08-05 03:31:08',''),(59490,1,1,61220,1,2297665554,'2017-08-05 03:31:13',''),(59491,1,1,61221,1,2297665554,'2017-08-05 03:31:17',''),(59492,1,1,61222,1,2297665554,'2017-08-05 03:31:21',''),(59493,1,1,61223,1,2297665554,'2017-08-05 03:31:30',''),(59494,1,1,61224,1,2297665554,'2017-08-05 03:31:35',''),(59495,1,1,61225,1,1123631829,'2017-08-05 07:09:35',''),(59496,1,1,61226,6,1123631833,'2017-08-05 07:39:08',''),(59497,1,1,61227,1,1542483307,'2017-08-05 07:53:36',''),(59498,1,1,61228,1,1123631833,'2017-08-05 10:12:41',''),(59499,1,1,61229,1,3024883610,'2017-08-05 11:18:38',''),(59500,1,1,61230,1,1534702949,'2017-08-05 11:32:26',''),(59501,1,1,61231,41,2996480789,'2017-08-05 14:25:24',''),(59502,1,1,61232,56,86888257,'2017-08-05 14:37:43',''),(59503,1,1,61233,1,1123631829,'2017-08-05 14:41:59',''),(59504,1,1,61234,26,2996480789,'2017-08-05 14:44:19',''),(59505,1,1,61235,62,2996480789,'2017-08-05 14:52:38',''),(59506,1,1,61236,26,2996480789,'2017-08-05 14:56:28',''),(59507,1,1,61237,26,2996480789,'2017-08-05 14:58:31',''),(59508,1,1,61238,26,2996480789,'2017-08-05 15:02:04',''),(59509,1,1,61239,1,1123631831,'2017-08-05 15:10:35',''),(59510,1,1,61240,16,2996480789,'2017-08-05 15:56:18',''),(59511,1,1,61241,6,2996480789,'2017-08-05 15:59:51',''),(59512,1,1,61242,65,2996480789,'2017-08-05 16:38:22',''),(59513,1,1,61243,26,2996480789,'2017-08-05 17:10:36',''),(59514,1,1,61244,48,86888257,'2017-08-05 17:28:04',''),(59515,1,1,61245,57,2996480789,'2017-08-05 17:30:49',''),(59516,1,1,61246,43,2996480789,'2017-08-05 18:06:19',''),(59517,1,1,61247,55,2996480789,'2017-08-05 18:07:21',''),(59518,1,1,61248,16,2996480789,'2017-08-05 18:24:56',''),(59519,1,1,61249,26,2996480789,'2017-08-05 18:31:12',''),(59520,1,1,61250,1,1123631193,'2017-08-05 18:41:01',''),(59521,1,1,61251,26,2996480789,'2017-08-05 18:56:33',''),(59522,1,1,61252,26,2996480789,'2017-08-05 19:40:56',''),(59523,1,1,61253,66,3024883594,'2017-08-05 20:36:50',''),(59524,1,1,61254,26,2996480789,'2017-08-05 21:08:10',''),(59525,1,1,61255,64,86888257,'2017-08-05 21:16:31',''),(59526,1,1,61256,43,3475901718,'2017-08-05 21:45:59',''),(59527,1,1,61257,27,2996480789,'2017-08-05 21:46:57',''),(59528,1,1,61258,63,2996480789,'2017-08-05 21:52:52',''),(59529,1,1,61259,38,2996480789,'2017-08-05 21:54:36',''),(59530,1,1,61260,9,2996480789,'2017-08-05 22:22:15',''),(59531,1,1,61261,50,2996480789,'2017-08-05 22:59:02',''),(59532,1,1,61262,28,2996480789,'2017-08-05 23:12:31',''),(59533,1,1,61263,58,2996480789,'2017-08-05 23:13:31',''),(59534,1,1,61264,26,2996480789,'2017-08-05 23:40:22',''),(59535,1,1,61265,26,86888257,'2017-08-05 23:47:34',''),(59536,1,1,61266,45,86888282,'2017-08-06 00:34:22',''),(59537,1,1,61267,26,2996480789,'2017-08-06 00:40:07',''),(59538,1,1,61268,26,2996480789,'2017-08-06 00:48:39',''),(59539,1,1,61269,51,2996480789,'2017-08-06 01:32:25',''),(59540,1,1,61270,3,2996480789,'2017-08-06 01:43:27',''),(59541,1,1,61271,26,2996480789,'2017-08-06 01:50:27',''),(59542,1,1,61272,26,2996480789,'2017-08-06 01:51:37',''),(59543,1,1,61273,69,2996480789,'2017-08-06 01:52:02',''),(59544,1,1,61274,26,2996480789,'2017-08-06 02:01:14',''),(59545,1,1,61275,1,878169038,'2017-08-06 02:30:40',''),(59546,1,1,61276,26,2996480789,'2017-08-06 03:20:32',''),(59547,1,1,61277,10,86888257,'2017-08-06 03:21:12',''),(59548,1,1,61278,26,86888257,'2017-08-06 03:46:29',''),(59549,1,1,61279,67,2996480789,'2017-08-06 03:49:22',''),(59550,1,1,61280,26,2996480789,'2017-08-06 04:08:55',''),(59551,1,1,61281,52,2996480789,'2017-08-06 04:21:35',''),(59552,1,1,61282,1,3024883611,'2017-08-06 05:05:51',''),(59553,1,1,61283,1,3024883480,'2017-08-06 05:05:54',''),(59554,1,1,61284,26,2996480789,'2017-08-06 07:12:33',''),(59555,1,1,61285,1,1542483326,'2017-08-06 07:41:38',''),(59556,1,1,61286,1,2868274133,'2017-08-06 07:49:37',''),(59557,1,1,61287,1,3585395501,'2017-08-06 08:39:44',''),(59558,1,1,61288,1,621375846,'2017-08-06 08:39:46',''),(59559,1,1,61289,1,1524496905,'2017-08-06 08:47:24','https://www.google.co.uk/'),(59560,1,1,61290,1,1123631193,'2017-08-06 10:10:46',''),(59561,1,1,61291,1,1123631189,'2017-08-06 10:26:10',''),(59562,1,1,61292,1,2430205817,'2017-08-06 17:31:30',''),(59563,1,1,61293,1,2430205817,'2017-08-06 17:31:49',''),(59564,1,1,61294,1,2430205817,'2017-08-06 17:32:13',''),(59565,1,1,61295,1,2430205817,'2017-08-06 17:32:38',''),(59566,1,1,61296,1,2430205817,'2017-08-06 17:33:03',''),(59567,1,1,61297,1,2430205817,'2017-08-06 17:33:29',''),(59568,1,1,61298,1,2430205817,'2017-08-06 17:33:51',''),(59569,1,1,61299,1,2430205817,'2017-08-06 17:34:29',''),(59570,1,1,61300,1,2430205817,'2017-08-06 17:34:48',''),(59571,1,1,61301,1,2328194864,'2017-08-06 19:06:36',''),(59572,1,1,61302,23,1123634079,'2017-08-06 23:15:58',''),(59573,1,1,61303,43,3427775499,'2017-08-06 23:38:22',''),(59574,1,1,61305,73,3024883478,'2017-08-07 00:38:46',''),(59575,1,1,61306,1,878346402,'2017-08-07 02:29:14',''),(59576,1,1,61307,1,2328195057,'2017-08-07 03:15:57',''),(59577,1,1,61308,26,2328195057,'2017-08-07 03:16:37',''),(59578,1,1,61309,26,2328195057,'2017-08-07 03:16:39',''),(59579,1,1,61311,18,2328195057,'2017-08-07 03:16:40',''),(59580,1,1,61310,3,2328195057,'2017-08-07 03:16:40',''),(59581,1,1,61312,45,2328195057,'2017-08-07 03:16:41',''),(59582,1,1,61313,43,2328195057,'2017-08-07 03:16:41',''),(59583,1,1,61314,57,2328195057,'2017-08-07 03:16:41',''),(59584,1,1,61315,9,2328195057,'2017-08-07 03:16:44',''),(59585,1,1,61316,26,2328195057,'2017-08-07 03:16:44',''),(59586,1,1,61317,50,2328195057,'2017-08-07 03:16:46',''),(59587,1,1,61318,51,2328195057,'2017-08-07 03:16:46',''),(59588,1,1,61319,28,2328195057,'2017-08-07 03:16:46',''),(59589,1,1,61320,26,2328195057,'2017-08-07 03:16:47',''),(59590,1,1,61321,56,2328195057,'2017-08-07 03:16:47',''),(59591,1,1,61322,26,2328195057,'2017-08-07 03:16:49',''),(59592,1,1,61323,26,2328195057,'2017-08-07 03:16:50',''),(59593,1,1,61324,55,2328195057,'2017-08-07 03:16:50',''),(59594,1,1,61325,62,2328195057,'2017-08-07 03:16:50',''),(59595,1,1,61326,1,1123634049,'2017-08-07 05:21:34',''),(59596,1,1,61327,1,1123634077,'2017-08-07 05:21:35',''),(59597,1,1,61328,6,2760155454,'2017-08-07 06:40:56',''),(59598,1,1,61329,1,1542483286,'2017-08-07 07:33:31',''),(59599,1,1,61330,1,3427775489,'2017-08-07 07:42:04',''),(59600,1,1,61331,1,3024883483,'2017-08-07 09:01:21',''),(59601,1,1,61332,1,3024883466,'2017-08-07 09:01:24',''),(59602,1,1,61333,1,1053990239,'2017-08-07 12:16:06',''),(59603,1,1,61334,66,3273031651,'2017-08-07 12:18:51',''),(59604,1,1,61335,1,3024883591,'2017-08-07 15:11:58',''),(59605,1,1,61336,68,1123631135,'2017-08-07 20:40:15',''),(59606,1,1,61337,1,872957125,'2017-08-08 01:49:01',''),(59607,1,1,61338,48,3475901873,'2017-08-08 01:51:46',''),(59608,1,1,61339,1,920679317,'2017-08-08 02:36:06',''),(59609,1,1,61340,1,779580246,'2017-08-08 04:38:58',''),(59610,1,1,61341,65,1123631135,'2017-08-08 06:22:31',''),(59611,1,1,61342,1,1542483284,'2017-08-08 07:57:40',''),(59612,1,1,61343,1,1159648594,'2017-08-08 09:10:17',''),(59613,1,1,61344,1,1159648594,'2017-08-08 09:10:28',''),(59614,1,1,61345,1,1159648594,'2017-08-08 09:10:33',''),(59615,1,1,61346,1,1159648594,'2017-08-08 09:10:49',''),(59616,1,1,61347,1,1159648594,'2017-08-08 09:11:00',''),(59617,1,1,61348,1,1159648594,'2017-08-08 09:11:09',''),(59618,1,1,61349,1,1159648594,'2017-08-08 09:11:19',''),(59619,1,1,61350,1,1159648594,'2017-08-08 09:11:25',''),(59620,1,1,61351,1,3024883604,'2017-08-08 12:43:50',''),(59621,1,1,61352,1,2996480789,'2017-08-08 13:40:52',''),(59622,1,1,61353,1,2366148125,'2017-08-08 13:40:54',''),(59623,1,1,61354,53,3024883599,'2017-08-08 14:48:43',''),(59624,1,1,61355,1,2588515529,'2017-08-08 15:40:12',''),(59625,1,1,61356,26,2637637462,'2017-08-08 15:56:56',''),(59626,1,1,61357,1,2548551979,'2017-08-08 18:30:07',''),(59627,1,1,61358,59,3024883593,'2017-08-08 22:15:36',''),(59628,1,1,61359,6,1123631191,'2017-08-09 06:02:10',''),(59629,1,1,61360,1,1542483318,'2017-08-09 07:38:48',''),(59630,1,1,61361,1,3024883594,'2017-08-09 08:23:03',''),(59631,1,1,61362,56,3273031619,'2017-08-09 09:41:21',''),(59632,1,1,61363,1,3024883603,'2017-08-09 09:49:27',''),(59633,1,1,61364,50,676177792,'2017-08-09 12:24:14',''),(59634,1,1,61365,1,1815808070,'2017-08-09 12:25:59',''),(59635,1,1,61366,56,2637637462,'2017-08-09 16:00:05',''),(59636,1,1,61367,1,317132204,'2017-08-09 16:59:20',''),(59637,1,1,61368,1,917478571,'2017-08-09 17:15:31',''),(59638,1,1,61369,41,2637637462,'2017-08-09 17:46:14',''),(59639,1,1,61370,16,2637637462,'2017-08-09 17:46:16',''),(59640,1,1,61371,1,2328194919,'2017-08-09 17:59:44',''),(59641,1,1,61372,58,3024883606,'2017-08-09 20:53:58',''),(59642,1,1,61373,1,3512712245,'2017-08-10 00:05:15',''),(59643,1,1,61374,52,676177792,'2017-08-10 00:42:27',''),(59644,1,1,61375,1,872957125,'2017-08-10 02:57:58',''),(59645,1,1,61376,43,3305126323,'2017-08-10 04:09:09',''),(59646,1,1,61377,43,3305126323,'2017-08-10 04:09:14',''),(59647,1,1,61378,73,1123631833,'2017-08-10 04:11:38',''),(59648,1,1,61379,16,3024883611,'2017-08-10 05:35:53',''),(59649,1,1,61380,67,3652617407,'2017-08-10 05:59:35',''),(59650,1,1,61381,73,2637637462,'2017-08-10 06:47:03',''),(59651,1,1,61382,1,1542483269,'2017-08-10 07:28:27',''),(59652,1,1,61383,6,1123631831,'2017-08-10 07:37:17',''),(59653,1,1,61384,1,2328195062,'2017-08-10 10:04:36',''),(59654,1,1,61385,26,2328195062,'2017-08-10 10:05:01',''),(59655,1,1,61387,3,2328195062,'2017-08-10 10:05:03',''),(59656,1,1,61386,26,2328195062,'2017-08-10 10:05:03',''),(59657,1,1,61388,18,2328195062,'2017-08-10 10:05:03',''),(59658,1,1,61389,43,2328195062,'2017-08-10 10:05:03',''),(59659,1,1,61390,45,2328195062,'2017-08-10 10:05:03',''),(59660,1,1,61391,57,2328195062,'2017-08-10 10:05:05',''),(59661,1,1,61392,9,2328195062,'2017-08-10 10:05:05',''),(59662,1,1,61393,50,2328195062,'2017-08-10 10:05:06',''),(59663,1,1,61394,28,2328195062,'2017-08-10 10:05:06',''),(59664,1,1,61395,26,2328195062,'2017-08-10 10:05:06',''),(59665,1,1,61396,51,2328195062,'2017-08-10 10:05:07',''),(59666,1,1,61397,26,2328195062,'2017-08-10 10:05:07',''),(59667,1,1,61398,56,2328195062,'2017-08-10 10:05:08',''),(59668,1,1,61399,26,2328195062,'2017-08-10 10:05:09',''),(59669,1,1,61400,55,2328195062,'2017-08-10 10:05:09',''),(59670,1,1,61401,26,2328195062,'2017-08-10 10:05:09',''),(59671,1,1,61402,62,2328195062,'2017-08-10 10:05:10',''),(59672,1,1,61403,1,2996488218,'2017-08-10 10:20:51',''),(59673,1,1,61404,1,2996488218,'2017-08-10 10:20:55',''),(59674,1,1,61405,9,1600967961,'2017-08-10 11:14:40',''),(59675,1,1,61406,1,2953384145,'2017-08-10 12:22:10',''),(59676,1,1,61407,26,2996480789,'2017-08-10 13:00:56',''),(59677,1,1,61408,1,1535709627,'2017-08-10 14:32:53',''),(59678,1,1,61409,1,1123631831,'2017-08-10 15:10:32',''),(59679,1,1,61410,68,1123631831,'2017-08-10 15:56:01',''),(59680,1,1,61411,47,3475901718,'2017-08-10 16:12:40',''),(59681,1,1,61412,15,1507709768,'2017-08-10 16:18:47',''),(59682,1,1,61413,15,1507709768,'2017-08-10 16:18:49',''),(59683,1,1,61414,1,1507709768,'2017-08-10 16:18:51',''),(59684,1,1,61415,15,1507709768,'2017-08-10 16:18:53',''),(59685,1,1,61416,58,676177738,'2017-08-10 16:42:46',''),(59686,1,1,61417,26,2996480789,'2017-08-10 17:28:13',''),(59687,1,1,61418,1,1585583190,'2017-08-10 18:02:19',''),(59688,1,1,61419,68,1123631833,'2017-08-10 21:50:43',''),(59689,1,1,61420,6,3427775500,'2017-08-10 22:33:46',''),(59690,1,1,61421,1,1123631829,'2017-08-10 23:47:43',''),(59691,1,1,61422,1,1123631829,'2017-08-11 00:54:01',''),(59692,1,1,61424,1,1123631831,'2017-08-11 01:24:51',''),(59693,1,1,61425,51,676177792,'2017-08-11 03:04:08',''),(59694,1,1,61426,47,3652617282,'2017-08-11 03:14:35',''),(59695,1,1,61427,27,3024883594,'2017-08-11 04:02:01',''),(59696,1,1,61428,16,1805007714,'2017-08-11 05:24:26',''),(59697,1,1,61429,16,3024883599,'2017-08-11 06:09:40',''),(59698,1,1,61430,65,1123635639,'2017-08-11 07:07:50','http://www.google.com/search'),(59699,1,1,61431,1,1542483319,'2017-08-11 07:33:31',''),(59700,1,1,61432,1,1451319536,'2017-08-11 09:53:54',''),(59701,1,1,61433,1,2916413131,'2017-08-11 11:01:37',''),(59702,1,1,61434,1,2916413131,'2017-08-11 11:01:42',''),(59703,1,1,61435,1,2916413131,'2017-08-11 11:01:48',''),(59704,1,1,61436,1,2916413131,'2017-08-11 11:01:52',''),(59705,1,1,61437,1,2916413131,'2017-08-11 11:01:56',''),(59706,1,1,61438,1,2916413131,'2017-08-11 11:02:04',''),(59707,1,1,61439,1,2916413131,'2017-08-11 11:02:08',''),(59708,1,1,61440,1,2916413131,'2017-08-11 11:02:13',''),(59709,1,1,61441,9,872366418,'2017-08-11 14:19:34',''),(59710,1,1,61442,1,1168888231,'2017-08-11 14:23:59',''),(59711,1,1,61443,43,3291763762,'2017-08-11 14:39:30',''),(59712,1,1,61444,43,3291763762,'2017-08-11 14:39:33',''),(59713,1,1,61445,1,3291763762,'2017-08-11 14:39:35',''),(59714,1,1,61446,43,3291763762,'2017-08-11 14:39:37',''),(59715,1,1,61447,1,676177682,'2017-08-11 18:39:18',''),(59716,1,1,61448,6,400898071,'2017-08-11 19:47:02',''),(59717,1,1,61449,6,2954838202,'2017-08-11 20:57:50',''),(59718,1,1,61450,38,3475901771,'2017-08-12 00:08:43',''),(59719,1,1,61451,6,3427775496,'2017-08-12 01:06:58',''),(59720,1,1,61452,1,2731721858,'2017-08-12 02:30:30',''),(59721,1,1,61453,41,3652617362,'2017-08-12 06:13:24',''),(59722,1,1,61454,27,3024883484,'2017-08-12 06:28:32',''),(59723,1,1,61455,1,1542483282,'2017-08-12 07:37:49',''),(59724,1,1,61456,16,3024883478,'2017-08-12 08:27:03',''),(59725,1,1,61457,1,911857030,'2017-08-12 12:51:29',''),(59726,1,1,61458,1,3024883614,'2017-08-12 14:45:30',''),(59727,1,1,61459,1,1329783758,'2017-08-12 14:54:36','http://www.google.co.uk/'),(59728,1,1,61460,1,2996480789,'2017-08-12 17:45:05',''),(59729,1,1,61461,1,2366148126,'2017-08-12 17:45:08',''),(59730,1,1,61462,1,911542489,'2017-08-12 19:21:38',''),(59731,1,1,61463,1,3024883612,'2017-08-13 02:31:16',''),(59732,1,1,61464,1,1255987161,'2017-08-13 07:15:35',''),(59733,1,1,61465,3,1255987161,'2017-08-13 07:15:37',''),(59734,1,1,61466,1,1255987161,'2017-08-13 07:15:39',''),(59735,1,1,61467,1,1255987161,'2017-08-13 07:15:43',''),(59736,1,1,61468,1,1255987161,'2017-08-13 07:15:44',''),(59737,1,1,61469,1,1255987161,'2017-08-13 07:15:46',''),(59738,1,1,61470,1,1255987161,'2017-08-13 07:15:47',''),(59739,1,1,61471,1,2328191189,'2017-08-13 07:21:27',''),(59740,1,1,61472,1,1542483300,'2017-08-13 07:37:17',''),(59741,1,1,61473,1,3587031062,'2017-08-13 07:42:08','https://www.google.co.uk/'),(59742,1,1,61474,1,3105625308,'2017-08-13 09:25:23',''),(59743,1,1,61475,3,3105625308,'2017-08-13 09:25:24',''),(59744,1,1,61476,1,3105625308,'2017-08-13 09:25:26',''),(59745,1,1,61477,1,3105625308,'2017-08-13 09:25:27',''),(59746,1,1,61478,1,3105625308,'2017-08-13 09:25:28',''),(59747,1,1,61479,67,3024883482,'2017-08-13 09:55:53',''),(59748,1,1,61480,1,1796538632,'2017-08-13 12:09:28',''),(59749,1,1,61481,1,3479603870,'2017-08-13 13:51:58',''),(59750,1,1,61482,1,3024883480,'2017-08-13 16:30:12',''),(59751,1,1,61483,67,3024883619,'2017-08-13 18:09:46',''),(59752,1,1,61484,28,676177707,'2017-08-13 18:46:37',''),(59753,1,1,61485,1,3024883618,'2017-08-13 19:16:41',''),(59754,1,1,61486,1,1388405867,'2017-08-13 20:26:51',''),(59755,1,1,61487,1,786803397,'2017-08-13 21:34:01',''),(59756,1,1,61488,1,3024883598,'2017-08-13 21:44:10',''),(59757,1,1,61489,41,2637637593,'2017-08-14 04:14:53',''),(59758,1,1,61490,43,676177707,'2017-08-14 05:56:57',''),(59759,1,1,61491,1,1443458748,'2017-08-14 06:59:31','https://www.google.co.uk/'),(59760,1,1,61492,1,1542483312,'2017-08-14 07:28:11',''),(59761,1,1,61493,1,3267079157,'2017-08-14 07:28:13',''),(59762,1,1,61494,1,917303645,'2017-08-14 08:11:15',''),(59763,1,1,61495,1,2996480789,'2017-08-14 10:29:59',''),(59764,1,1,61496,1,2996488218,'2017-08-14 10:30:00',''),(59765,1,1,61497,1,2499575966,'2017-08-14 11:53:35','https://www.google.co.uk/'),(59766,1,1,61498,1,1466095929,'2017-08-14 13:25:38',''),(59767,1,1,61499,1,1466095929,'2017-08-14 13:25:54',''),(59768,1,1,61500,1,1466095929,'2017-08-14 13:25:58',''),(59769,1,1,61501,1,1466095929,'2017-08-14 13:26:02',''),(59770,1,1,61502,1,1466095929,'2017-08-14 13:26:06',''),(59771,1,1,61503,1,1466095929,'2017-08-14 13:26:09',''),(59772,1,1,61504,1,1466095929,'2017-08-14 13:26:16',''),(59773,1,1,61505,1,1466095929,'2017-08-14 13:26:20',''),(59774,1,1,61506,67,3024883618,'2017-08-14 16:34:12',''),(59775,1,1,61507,1,2680906935,'2017-08-14 17:02:37',''),(59776,1,1,61508,26,2680906935,'2017-08-14 17:03:49',''),(59777,1,1,61509,26,2680906935,'2017-08-14 17:03:51',''),(59778,1,1,61510,18,2680906935,'2017-08-14 17:03:53',''),(59779,1,1,61511,3,2680906935,'2017-08-14 17:03:54',''),(59780,1,1,61512,45,2680906935,'2017-08-14 17:03:56',''),(59781,1,1,61513,57,2680906935,'2017-08-14 17:03:56',''),(59782,1,1,61514,9,2680906935,'2017-08-14 17:04:00',''),(59783,1,1,61515,28,2680906935,'2017-08-14 17:04:02',''),(59784,1,1,61516,50,2680906935,'2017-08-14 17:04:03',''),(59785,1,1,61517,26,2680906935,'2017-08-14 17:04:04',''),(59786,1,1,61518,51,2680906935,'2017-08-14 17:04:05',''),(59787,1,1,61519,26,2680906935,'2017-08-14 17:04:08',''),(59788,1,1,61520,56,2680906935,'2017-08-14 17:04:09',''),(59789,1,1,61523,62,2680906935,'2017-08-14 17:04:16',''),(59790,1,1,61522,55,2680906935,'2017-08-14 17:04:16',''),(59791,1,1,61524,26,2680906935,'2017-08-14 17:04:16',''),(59792,1,1,61521,26,2680906935,'2017-08-14 17:04:16',''),(59793,1,1,61525,1,3589854146,'2017-08-14 18:21:35',''),(59794,1,1,61526,1,3589854146,'2017-08-14 18:21:48',''),(59795,1,1,61527,1,3589854146,'2017-08-14 18:21:52',''),(59796,1,1,61528,1,1756074926,'2017-08-14 21:41:50',''),(59797,1,1,61529,73,2637637593,'2017-08-15 01:42:37',''),(59798,1,1,61530,1,3024883607,'2017-08-15 02:31:24',''),(59799,1,1,61531,1,3024883472,'2017-08-15 07:33:20',''),(59800,1,1,61532,1,1542483293,'2017-08-15 07:34:52',''),(59801,1,1,61533,6,1123631831,'2017-08-15 08:03:57',''),(59802,1,1,61534,1,3553868299,'2017-08-15 11:13:50',''),(59803,1,1,61535,52,676177682,'2017-08-15 12:42:52',''),(59804,1,1,61536,1,1192465124,'2017-08-15 13:15:44',''),(59805,1,1,61537,38,3024883611,'2017-08-15 14:58:41',''),(59806,1,1,61538,1,3512961938,'2017-08-15 15:52:13',''),(59807,1,1,61539,1,3024883612,'2017-08-15 16:52:43',''),(59808,1,1,61540,27,3024883602,'2017-08-15 19:09:05',''),(59809,1,1,61541,1,3024883464,'2017-08-15 22:21:34',''),(59810,1,1,61542,1,3024883617,'2017-08-16 00:09:49',''),(59811,1,1,61543,65,872368003,'2017-08-16 00:46:01',''),(59812,1,1,61544,66,676177682,'2017-08-16 01:36:33',''),(59813,1,1,61545,1,2328191227,'2017-08-16 04:13:18',''),(59814,1,1,61546,1,1542483291,'2017-08-16 07:32:48',''),(59815,1,1,61547,15,1369339449,'2017-08-16 10:55:10','https://www.google.co.uk/'),(59816,1,1,61548,1,1451270338,'2017-08-16 11:04:45','https://www.google.co.uk/'),(59817,1,1,61549,1,875661025,'2017-08-16 13:13:41',''),(59818,1,1,61550,51,676177682,'2017-08-16 15:02:10',''),(59819,1,1,61551,1,3024883602,'2017-08-16 16:36:01',''),(59820,1,1,61552,26,2637637593,'2017-08-16 18:34:01',''),(59821,1,1,61553,1,1123631831,'2017-08-16 19:29:34',''),(59822,1,1,61554,1,676177682,'2017-08-16 19:32:35',''),(59823,1,1,61555,41,3024883595,'2017-08-16 20:46:17',''),(59824,1,1,61556,1,1123631833,'2017-08-16 20:53:25',''),(59825,1,1,61558,9,1123631829,'2017-08-16 21:52:11',''),(59826,1,1,61559,1,1503916839,'2017-08-16 22:46:11',''),(59827,1,1,61560,65,1152705841,'2017-08-16 22:55:50',''),(59828,1,1,61568,1,1123631831,'2017-08-16 23:27:04',''),(59829,1,1,61569,1,628341897,'2017-08-16 23:43:10',''),(59830,1,1,61570,55,1152705841,'2017-08-16 23:44:37',''),(59831,1,1,61572,47,1152705841,'2017-08-17 01:18:14',''),(59832,1,1,61573,20,1123631829,'2017-08-17 04:03:46',''),(59833,1,1,61574,43,1152705841,'2017-08-17 04:51:29',''),(59834,1,1,61583,56,1152705841,'2017-08-17 05:29:23',''),(59835,1,1,61584,1,1123631833,'2017-08-17 05:50:42',''),(59836,1,1,61585,1,1542483272,'2017-08-17 07:23:16',''),(59837,1,1,61586,43,1152705841,'2017-08-17 08:53:12',''),(59838,1,1,61587,1,3024883607,'2017-08-17 09:39:00',''),(59839,1,1,61588,66,1152705841,'2017-08-17 10:10:13',''),(59840,1,1,61589,1,3024883603,'2017-08-17 10:28:13',''),(59841,1,1,61591,56,676177735,'2017-08-17 11:55:57',''),(59842,1,1,61592,16,2637637496,'2017-08-17 15:01:22',''),(59843,1,1,61593,1,1589999865,'2017-08-17 15:36:13','http://www.google.com/'),(59844,1,1,61594,1,1443285526,'2017-08-17 16:20:28',''),(59845,1,1,61595,1,84515914,'2017-08-17 17:47:15',''),(59846,1,1,61596,1,84515914,'2017-08-17 17:47:18',''),(59847,1,1,61597,1,84515914,'2017-08-17 17:47:20',''),(59848,1,1,61598,1,84515914,'2017-08-17 17:47:23',''),(59849,1,1,61599,1,84515914,'2017-08-17 17:47:26',''),(59850,1,1,61600,1,84515914,'2017-08-17 17:47:28',''),(59851,1,1,61601,1,84515914,'2017-08-17 17:47:31',''),(59852,1,1,61602,1,84515914,'2017-08-17 17:47:33',''),(59853,1,1,61603,52,1152705841,'2017-08-17 18:35:32',''),(59854,1,1,61604,50,3024883469,'2017-08-17 20:19:53',''),(59855,1,1,61605,1,2680909990,'2017-08-17 21:50:47',''),(59856,1,1,61606,26,2680909990,'2017-08-17 21:52:06',''),(59857,1,1,61607,26,2680909990,'2017-08-17 21:52:08',''),(59858,1,1,61609,18,2680909990,'2017-08-17 21:52:11',''),(59859,1,1,61608,3,2680909990,'2017-08-17 21:52:11',''),(59860,1,1,61611,57,2680909990,'2017-08-17 21:52:12',''),(59861,1,1,61610,43,2680909990,'2017-08-17 21:52:12',''),(59862,1,1,61612,45,2680909990,'2017-08-17 21:52:12',''),(59863,1,1,61613,9,2680909990,'2017-08-17 21:52:16',''),(59864,1,1,61614,28,2680909990,'2017-08-17 21:52:19',''),(59865,1,1,61617,51,2680909990,'2017-08-17 21:52:19',''),(59866,1,1,61615,50,2680909990,'2017-08-17 21:52:19',''),(59867,1,1,61616,26,2680909990,'2017-08-17 21:52:19',''),(59868,1,1,61618,26,2680909990,'2017-08-17 21:52:21',''),(59869,1,1,61619,56,2680909990,'2017-08-17 21:52:22',''),(59870,1,1,61622,55,2680909990,'2017-08-17 21:52:26',''),(59871,1,1,61623,26,2680909990,'2017-08-17 21:52:26',''),(59872,1,1,61620,26,2680909990,'2017-08-17 21:52:26',''),(59873,1,1,61621,62,2680909990,'2017-08-17 21:52:26',''),(59874,1,1,61624,46,676177682,'2017-08-17 22:04:46',''),(59875,1,1,61625,62,1152705841,'2017-08-17 23:10:04',''),(59876,1,1,61628,26,1152705841,'2017-08-18 03:57:19',''),(59877,1,1,61629,68,1113982687,'2017-08-18 04:41:34','http://www.google.com/search'),(59878,1,1,61630,6,910732566,'2017-08-18 05:44:36',''),(59879,1,1,61631,1,1442835891,'2017-08-18 06:20:11','https://www.google.co.uk/'),(59880,1,1,61632,1,1542483300,'2017-08-18 07:30:43',''),(59881,1,1,61633,43,676177715,'2017-08-18 07:44:49',''),(59882,1,1,61634,16,676177735,'2017-08-18 07:45:10',''),(59883,1,1,61635,1,2996480789,'2017-08-18 07:53:05',''),(59884,1,1,61636,1,1476059215,'2017-08-18 07:53:09',''),(59885,1,1,61637,1,3265137478,'2017-08-18 09:50:44',''),(59886,1,1,61638,62,3582483405,'2017-08-18 10:28:30',''),(59887,1,1,61639,63,3582483405,'2017-08-18 10:28:34',''),(59888,1,1,61640,6,676177682,'2017-08-18 11:27:04',''),(59889,1,1,61641,1,1123631831,'2017-08-18 12:57:03',''),(59890,1,1,61642,1,1466994535,'2017-08-18 13:45:16','https://www.google.co.uk/'),(59891,1,1,61643,1,2499598058,'2017-08-18 14:47:20','https://www.google.co.uk/'),(59892,1,1,61644,1,3156059236,'2017-08-18 16:14:02',''),(59893,1,1,61643,1,2499598058,'2017-08-18 16:26:46',''),(59894,1,1,61645,1,2430186145,'2017-08-18 16:38:33',''),(59895,1,1,61646,50,3024883616,'2017-08-18 17:59:12',''),(59896,1,1,61647,1,1123631191,'2017-08-18 18:58:20',''),(59897,1,1,61648,62,3273031651,'2017-08-18 19:30:14',''),(59898,1,1,61649,26,1152705841,'2017-08-18 19:46:41',''),(59899,1,1,61650,6,2430186145,'2017-08-18 20:43:34',''),(59900,1,1,61651,1,3479603870,'2017-08-18 22:07:06',''),(59901,1,1,61652,1,1123631189,'2017-08-19 00:49:12',''),(59902,1,1,61654,1,2328194868,'2017-08-19 02:42:05',''),(59903,1,1,61653,1,2328194868,'2017-08-19 02:42:05',''),(59904,1,1,61655,1,1192465124,'2017-08-19 04:26:42',''),(59905,1,1,61656,31,872366348,'2017-08-19 04:39:54',''),(59906,1,1,61657,1,1542483310,'2017-08-19 07:23:02',''),(59907,1,1,61658,1,3075961474,'2017-08-19 09:22:02',''),(59908,1,1,61659,26,3475901709,'2017-08-19 10:14:16',''),(59909,1,1,61660,1,794534977,'2017-08-19 10:20:52',''),(59910,1,1,61661,1,1123631189,'2017-08-19 11:18:49',''),(59911,1,1,61662,59,3475901829,'2017-08-19 18:55:54',''),(59912,1,1,61663,51,3273031620,'2017-08-19 20:06:09',''),(59913,1,1,61664,6,3470363343,'2017-08-19 21:28:41',''),(59914,1,1,61665,26,1388406421,'2017-08-19 21:36:54',''),(59915,1,1,61666,54,1388406421,'2017-08-19 21:36:59',''),(59916,1,1,61667,66,1388406421,'2017-08-19 21:37:02',''),(59917,1,1,61668,51,872366560,'2017-08-19 22:06:43',''),(59918,1,1,61669,31,1152705841,'2017-08-20 00:05:28',''),(59919,1,1,61670,10,3024883483,'2017-08-20 00:39:16',''),(59920,1,1,61671,1,3024883483,'2017-08-20 00:41:03',''),(59921,1,1,61672,6,3513381521,'2017-08-20 01:40:21',''),(59922,1,1,61673,1,3513381521,'2017-08-20 02:00:13',''),(59923,1,1,61674,1,3513381521,'2017-08-20 02:21:48',''),(59924,1,1,61675,43,3513381521,'2017-08-20 02:21:48',''),(59925,1,1,61676,45,3513381521,'2017-08-20 02:21:49',''),(59926,1,1,61677,57,3513381521,'2017-08-20 02:21:50',''),(59927,1,1,61678,9,3513381521,'2017-08-20 02:21:51',''),(59928,1,1,61679,6,3513381521,'2017-08-20 02:21:52',''),(59929,1,1,61680,43,2637637570,'2017-08-20 02:37:06',''),(59930,1,1,61681,16,676177730,'2017-08-20 02:37:12',''),(59931,1,1,61682,6,676177682,'2017-08-20 04:12:18',''),(59932,1,1,61683,1,84515914,'2017-08-20 05:04:51',''),(59933,1,1,61684,26,3513381521,'2017-08-20 06:38:41',''),(59934,1,1,61685,28,3513381521,'2017-08-20 06:38:41',''),(59935,1,1,61686,1,1542483276,'2017-08-20 07:34:24',''),(59936,1,1,61687,6,1123631193,'2017-08-20 08:29:30',''),(59937,1,1,61688,63,2760155434,'2017-08-20 08:57:59',''),(59938,1,1,61689,1,3024883603,'2017-08-20 09:13:29',''),(59939,1,1,61690,75,2637637570,'2017-08-20 10:04:54',''),(59940,1,1,61691,26,1152705841,'2017-08-20 11:23:43',''),(59941,1,1,61692,54,2760155413,'2017-08-20 11:23:43',''),(59942,1,1,61693,1,1476059224,'2017-08-20 13:09:55',''),(59943,1,1,61694,1,2996480789,'2017-08-20 13:09:56',''),(59944,1,1,61695,1,1838980661,'2017-08-20 13:59:23','https://www.google.co.uk/'),(59945,1,1,61696,1,1123631189,'2017-08-20 14:51:52',''),(59946,1,1,61697,1,2987502379,'2017-08-20 15:35:23','http://burger-imperia.com/'),(59947,1,1,61698,58,3475901709,'2017-08-20 16:37:50',''),(59948,1,1,61699,1,2420907761,'2017-08-20 22:35:39',''),(59949,1,1,61700,1,2420907761,'2017-08-20 22:35:43',''),(59950,1,1,61701,1,2420907761,'2017-08-20 22:35:45',''),(59951,1,1,61702,1,2420907761,'2017-08-20 22:35:50',''),(59952,1,1,61703,1,2420907761,'2017-08-20 22:35:52',''),(59953,1,1,61704,1,2420907761,'2017-08-20 22:35:55',''),(59954,1,1,61705,1,2420907761,'2017-08-20 22:35:58',''),(59955,1,1,61706,1,2420907761,'2017-08-20 22:36:00',''),(59956,1,1,61707,50,676177682,'2017-08-21 01:02:03',''),(59957,1,1,61708,1,2746002339,'2017-08-21 01:35:22','http://burger-imperia.com/'),(59958,1,1,61709,68,3475901709,'2017-08-21 10:12:18',''),(59959,1,1,61710,6,3513381521,'2017-08-21 11:33:13',''),(59960,1,1,61711,56,772014326,'2017-08-21 12:24:17',''),(59961,1,1,61712,55,772014326,'2017-08-21 12:24:21',''),(59962,1,1,61713,65,772014326,'2017-08-21 12:24:24',''),(59963,1,1,61714,6,919214762,'2017-08-21 13:08:56',''),(59964,1,1,61715,1,919214762,'2017-08-21 13:09:06',''),(59965,1,1,61716,41,676177730,'2017-08-21 19:18:06',''),(59966,1,1,61717,1,1542483291,'2017-08-21 20:02:20',''),(59967,1,1,61718,59,2637637570,'2017-08-21 21:33:37',''),(59968,1,1,61719,50,676177682,'2017-08-22 02:28:43',''),(59969,1,1,61720,28,3024883482,'2017-08-22 04:21:41',''),(59970,1,1,61721,3,676177682,'2017-08-22 05:36:51',''),(59971,1,1,61722,3,84515621,'2017-08-22 07:29:36',''),(59972,1,1,61723,26,84515621,'2017-08-22 07:29:40',''),(59973,1,1,61724,26,84515621,'2017-08-22 07:29:42',''),(59974,1,1,61725,26,84515621,'2017-08-22 07:29:47',''),(59975,1,1,61726,26,84515621,'2017-08-22 07:29:49',''),(59976,1,1,61727,26,84515621,'2017-08-22 07:29:52',''),(59977,1,1,61728,26,84515621,'2017-08-22 07:29:55',''),(59978,1,1,61729,26,84515621,'2017-08-22 07:29:57',''),(59979,1,1,61730,42,84515621,'2017-08-22 07:30:00',''),(59980,1,1,61731,43,84515621,'2017-08-22 07:30:05',''),(59981,1,1,61732,16,84515621,'2017-08-22 07:30:09',''),(59982,1,1,61733,27,84515621,'2017-08-22 07:30:14',''),(59983,1,1,61734,44,84515621,'2017-08-22 07:30:19',''),(59984,1,1,61735,49,84515621,'2017-08-22 07:30:23',''),(59985,1,1,61736,59,84515621,'2017-08-22 07:30:27',''),(59986,1,1,61737,68,84515621,'2017-08-22 07:30:32',''),(59987,1,1,61738,75,84515621,'2017-08-22 07:30:35',''),(59988,1,1,61739,10,84515621,'2017-08-22 07:30:40',''),(59989,1,1,61740,1,1600959812,'2017-08-22 10:17:11',''),(59990,1,1,61741,1,1476059265,'2017-08-22 10:17:13',''),(59991,1,1,61742,26,3475901709,'2017-08-22 10:18:42',''),(59992,1,1,61743,1,1542483293,'2017-08-22 11:36:46',''),(59993,1,1,61744,1,1123638585,'2017-08-22 12:43:24','https://www.google.co.uk/'),(59994,1,1,61745,6,3427775499,'2017-08-22 14:01:43',''),(59995,1,1,61746,38,1152705841,'2017-08-22 16:27:41',''),(59996,1,1,61747,1,1402306146,'2017-08-22 17:35:16',''),(59997,1,1,61748,1,1402306146,'2017-08-22 17:35:37',''),(59998,1,1,61749,6,3291763743,'2017-08-22 18:27:43',''),(59999,1,1,61750,1,3291763743,'2017-08-22 18:27:45',''),(60000,1,1,61751,64,1123631191,'2017-08-22 18:50:55',''),(60001,1,1,61752,63,1123631191,'2017-08-22 21:22:30',''),(60002,1,1,61753,1,3479603870,'2017-08-22 21:44:02',''),(60003,1,1,61754,1,1123631193,'2017-08-22 22:15:10',''),(60004,1,1,61755,1,1123631191,'2017-08-22 22:20:23',''),(60005,1,1,61757,1,1123631189,'2017-08-22 23:06:39',''),(60006,1,1,61758,1,2637637626,'2017-08-22 23:07:50',''),(60007,1,1,61759,65,1123631191,'2017-08-22 23:45:01',''),(60008,1,1,61760,1,3024883472,'2017-08-23 01:08:52',''),(60009,1,1,61761,55,1123631189,'2017-08-23 05:08:50',''),(60010,1,1,61762,26,3496893774,'2017-08-23 06:13:07',''),(60011,1,1,61763,26,3496893774,'2017-08-23 06:13:10',''),(60012,1,1,61764,26,3496893774,'2017-08-23 06:13:12',''),(60013,1,1,61765,15,3496893774,'2017-08-23 06:13:15',''),(60014,1,1,61766,1,3496893774,'2017-08-23 06:13:19',''),(60015,1,1,61767,1,3496893774,'2017-08-23 06:13:22',''),(60016,1,1,61768,74,872366358,'2017-08-23 06:53:37',''),(60017,1,1,61769,75,3024883486,'2017-08-23 07:11:55',''),(60018,1,1,61770,53,1123631191,'2017-08-23 07:40:14',''),(60019,1,1,61771,26,1152705841,'2017-08-23 08:58:59',''),(60020,1,1,61772,1,1152705841,'2017-08-23 09:32:18',''),(60021,1,1,61774,1,3024883596,'2017-08-23 09:46:37',''),(60022,1,1,61775,26,3475901712,'2017-08-23 10:28:23',''),(60023,1,1,61776,68,872366429,'2017-08-23 10:44:37',''),(60024,1,1,61777,1,1542483266,'2017-08-23 11:22:48',''),(60025,1,1,61778,1,772022347,'2017-08-23 12:17:14',''),(60026,1,1,61779,28,772022347,'2017-08-23 12:17:18',''),(60027,1,1,61780,50,772022347,'2017-08-23 12:17:23',''),(60028,1,1,61781,51,772022347,'2017-08-23 12:17:29',''),(60029,1,1,61782,69,772022347,'2017-08-23 12:17:33',''),(60030,1,1,61783,1,1123631189,'2017-08-23 13:39:22',''),(60031,1,1,61784,10,1152705841,'2017-08-23 15:08:55',''),(60032,1,1,61785,1,2655383958,'2017-08-23 18:34:51',''),(60033,1,1,61786,46,3475901712,'2017-08-23 18:54:02',''),(60034,1,1,61787,56,3427775501,'2017-08-23 20:32:20',''),(60035,1,1,61788,46,1123631191,'2017-08-24 01:08:19',''),(60036,1,1,61789,1,3024883469,'2017-08-24 01:37:38',''),(60037,1,1,61790,26,1152705841,'2017-08-24 03:43:02',''),(60038,1,1,61791,43,676177699,'2017-08-24 03:55:28',''),(60039,1,1,61792,59,676177722,'2017-08-24 04:45:43',''),(60040,1,1,61793,16,676177722,'2017-08-24 04:45:44',''),(60041,1,1,61794,43,676177722,'2017-08-24 04:45:46',''),(60042,1,1,61795,43,676177722,'2017-08-24 04:45:47',''),(60043,1,1,61796,1,84491631,'2017-08-24 04:56:08',''),(60044,1,1,61797,1,84491631,'2017-08-24 04:57:53',''),(60045,1,1,61798,1,84491631,'2017-08-24 04:58:34',''),(60046,1,1,61799,1,84491631,'2017-08-24 04:59:16',''),(60047,1,1,61800,1,84491631,'2017-08-24 04:59:58',''),(60048,1,1,61801,1,84491631,'2017-08-24 05:00:29',''),(60049,1,1,61802,1,84491631,'2017-08-24 05:00:47',''),(60050,1,1,61803,16,2760155446,'2017-08-24 06:03:33',''),(60051,1,1,61804,75,3024883483,'2017-08-24 07:32:42',''),(60052,1,1,61805,62,1374227305,'2017-08-24 08:32:40','https://www.google.se/'),(60053,1,1,61806,1,3024883478,'2017-08-24 09:46:38',''),(60054,1,1,61807,26,1567150373,'2017-08-24 10:20:26',''),(60055,1,1,61808,26,1567150373,'2017-08-24 10:20:30',''),(60056,1,1,61809,26,1567150373,'2017-08-24 10:20:37',''),(60057,1,1,61810,26,1567150373,'2017-08-24 10:20:42',''),(60058,1,1,61811,43,1567150373,'2017-08-24 10:20:49',''),(60059,1,1,61812,1,1542483302,'2017-08-24 11:41:27',''),(60060,1,1,61813,1,1089909282,'2017-08-24 12:26:37','http://whois.domaintools.com/mstyresblackburn.co.uk'),(60061,1,1,61814,66,1444742604,'2017-08-24 19:30:26','http://www.google.co.uk/'),(60062,1,1,61815,1,1600967961,'2017-08-24 19:56:14',''),(60063,1,1,61816,1,1756074885,'2017-08-24 21:42:44',''),(60064,1,1,61817,15,96308278,'2017-08-24 22:03:57',''),(60065,1,1,61818,1,96308278,'2017-08-24 22:04:03',''),(60066,1,1,61819,15,96308278,'2017-08-24 22:04:04',''),(60067,1,1,61820,1,1476059224,'2017-08-24 22:33:30',''),(60068,1,1,61821,1,1476059224,'2017-08-24 22:33:34',''),(60069,1,1,61822,16,2637637380,'2017-08-24 23:12:40',''),(60070,1,1,61823,1,3024883467,'2017-08-25 00:29:05',''),(60071,1,1,61824,72,2760155485,'2017-08-25 03:51:15',''),(60072,1,1,61825,56,2637637380,'2017-08-25 06:07:00',''),(60073,1,1,61826,31,1540436758,'2017-08-25 06:21:50',''),(60074,1,1,61827,47,1540436758,'2017-08-25 06:21:53',''),(60075,1,1,61828,1,3024883608,'2017-08-25 08:36:43',''),(60076,1,1,61829,1,2499598058,'2017-08-25 09:15:03','https://www.google.co.uk/'),(60077,1,1,61830,6,1123631191,'2017-08-25 09:43:50',''),(60078,1,1,61831,1,1542483300,'2017-08-25 11:29:46',''),(60079,1,1,61832,64,3225771942,'2017-08-25 12:14:42',''),(60080,1,1,61833,64,3225771942,'2017-08-25 12:14:45',''),(60081,1,1,61834,1,3225771942,'2017-08-25 12:14:49',''),(60082,1,1,61835,64,3225771942,'2017-08-25 12:14:52',''),(60083,1,1,61836,48,3024883481,'2017-08-25 15:32:26',''),(60084,1,1,61837,1,3024883592,'2017-08-25 19:07:03',''),(60085,1,1,61838,1,3024883616,'2017-08-25 19:59:10',''),(60086,1,1,61839,44,2760155429,'2017-08-25 20:59:18',''),(60087,1,1,61840,1,3495879453,'2017-08-25 22:38:00',''),(60088,1,1,61841,64,3024883596,'2017-08-26 02:18:21',''),(60089,1,1,61842,1,647059579,'2017-08-26 02:40:48',''),(60090,1,1,61843,43,2637637380,'2017-08-26 03:37:35',''),(60091,1,1,61844,59,2637637455,'2017-08-26 03:37:35',''),(60092,1,1,61845,16,2637637380,'2017-08-26 03:37:36',''),(60093,1,1,61846,16,2637637455,'2017-08-26 03:37:37',''),(60094,1,1,61847,43,2637637455,'2017-08-26 03:37:38',''),(60095,1,1,61848,43,2637637455,'2017-08-26 03:37:40',''),(60096,1,1,61849,26,2731721828,'2017-08-26 06:15:54',''),(60097,1,1,61850,38,3652617304,'2017-08-26 08:10:26',''),(60098,1,1,61851,1,772039028,'2017-08-26 09:23:48',''),(60099,1,1,61852,1,1542483275,'2017-08-26 11:14:28',''),(60100,1,1,61853,1,1443468663,'2017-08-26 12:20:40','https://www.google.co.uk/'),(60101,1,1,61854,6,2954838202,'2017-08-26 15:12:00',''),(60102,1,1,61855,50,1123631193,'2017-08-26 20:25:26',''),(60103,1,1,61856,15,3475901740,'2017-08-26 20:26:01',''),(60104,1,1,61857,1,3475901740,'2017-08-26 20:26:03',''),(60105,1,1,61858,10,2637637380,'2017-08-26 20:26:04',''),(60106,1,1,61859,68,676177722,'2017-08-26 20:26:06',''),(60107,1,1,61860,1,3024883594,'2017-08-26 21:45:36',''),(60108,1,1,61861,1,3024883611,'2017-08-26 22:18:57',''),(60109,1,1,61862,1,1073354759,'2017-08-27 01:58:12',''),(60110,1,1,61863,1,96314903,'2017-08-27 02:46:01',''),(60111,1,1,61864,1,96314903,'2017-08-27 02:46:05',''),(60112,1,1,61865,1,96314903,'2017-08-27 02:46:08',''),(60113,1,1,61866,1,96314903,'2017-08-27 02:46:11',''),(60114,1,1,61867,1,96314903,'2017-08-27 02:46:14',''),(60115,1,1,61868,1,96314903,'2017-08-27 02:46:17',''),(60116,1,1,61869,1,96314903,'2017-08-27 02:46:20',''),(60117,1,1,61870,1,96314903,'2017-08-27 02:46:23',''),(60118,1,1,61871,3,3475901740,'2017-08-27 02:54:47',''),(60119,1,1,61872,1,1123631193,'2017-08-27 05:24:33',''),(60120,1,1,61873,1,1123631189,'2017-08-27 05:26:37',''),(60121,1,1,61874,75,2303381409,'2017-08-27 06:26:28',''),(60122,1,1,61875,1,1123631189,'2017-08-27 07:13:34',''),(60123,1,1,61876,10,3652617408,'2017-08-27 09:13:20',''),(60124,1,1,61548,1,526235129,'2017-08-27 09:49:47','https://www.google.co.uk/'),(60125,1,1,61877,1,1123631191,'2017-08-27 10:12:32',''),(60126,1,1,61878,1,2809322281,'2017-08-27 10:18:21',''),(60127,1,1,61879,1,2809322281,'2017-08-27 10:18:43',''),(60128,1,1,61880,1,2809322281,'2017-08-27 10:19:03',''),(60129,1,1,61881,1,2809322281,'2017-08-27 10:19:41',''),(60130,1,1,61882,1,2809322281,'2017-08-27 10:20:00',''),(60131,1,1,61883,1,2809322281,'2017-08-27 10:20:21',''),(60132,1,1,61884,1,2809322281,'2017-08-27 10:20:43',''),(60133,1,1,61885,1,2809322281,'2017-08-27 10:21:06',''),(60134,1,1,61886,1,2809322281,'2017-08-27 10:21:27',''),(60135,1,1,61887,1,2809322281,'2017-08-27 10:21:48',''),(60136,1,1,61888,18,872367973,'2017-08-27 11:03:18',''),(60137,1,1,61889,1,1542483314,'2017-08-27 11:15:33',''),(60138,1,1,61890,1,2731869149,'2017-08-27 13:15:00','http://burger-imperia.com/'),(60139,1,1,61891,1,3479603870,'2017-08-27 13:18:05',''),(60140,1,1,61892,75,3024883604,'2017-08-27 13:28:50',''),(60141,1,1,61893,6,3234231984,'2017-08-27 20:47:41',''),(60142,1,1,61894,43,3024883477,'2017-08-27 23:42:24',''),(60143,1,1,61895,6,3475901740,'2017-08-28 00:19:19',''),(60144,1,1,61896,72,3024883606,'2017-08-28 02:02:51',''),(60145,1,1,61897,56,1123631193,'2017-08-28 04:14:28',''),(60146,1,1,61898,51,1123631191,'2017-08-28 05:30:51',''),(60147,1,1,61899,48,1152705841,'2017-08-28 06:17:16',''),(60148,1,1,61900,28,1123631193,'2017-08-28 07:03:05',''),(60149,1,1,61901,1,3024883594,'2017-08-28 07:08:41',''),(60150,1,1,61902,1,1542483326,'2017-08-28 11:01:25',''),(60151,1,1,61903,52,2760155802,'2017-08-28 11:51:42',''),(60152,1,1,61904,59,2637637455,'2017-08-28 14:12:44',''),(60153,1,1,61905,1,2760155452,'2017-08-28 14:25:29',''),(60154,1,1,61906,16,2637637380,'2017-08-28 19:16:49',''),(60155,1,1,61907,43,2637637455,'2017-08-28 19:16:49',''),(60156,1,1,61908,43,2637637455,'2017-08-28 19:16:53',''),(60157,1,1,61909,16,2637637455,'2017-08-28 19:16:57',''),(60158,1,1,61910,43,2637637380,'2017-08-28 19:16:57',''),(60159,1,1,61911,59,2637637455,'2017-08-28 19:17:00',''),(60160,1,1,61912,1,629868648,'2017-08-28 20:01:17','http://burger-imperia.com/'),(60161,1,1,61913,1,629868648,'2017-08-28 20:01:17','http://pizza-tycoon.com/'),(60162,1,1,61914,41,2637637380,'2017-08-28 20:45:22',''),(60163,1,1,61915,48,2760155415,'2017-08-28 22:26:17',''),(60164,1,1,61916,43,3561217052,'2017-08-29 00:49:53',''),(60165,1,1,61917,43,3561217052,'2017-08-29 00:49:57',''),(60166,1,1,61918,1,3561217052,'2017-08-29 00:50:01',''),(60167,1,1,61919,43,3561217052,'2017-08-29 00:50:05',''),(60168,1,1,61920,43,3561217052,'2017-08-29 00:50:09',''),(60169,1,1,61921,43,3561217052,'2017-08-29 00:50:15',''),(60170,1,1,61922,43,3561217052,'2017-08-29 00:50:18',''),(60171,1,1,61923,1,3024883616,'2017-08-29 00:50:21',''),(60172,1,1,61924,43,3561217052,'2017-08-29 00:50:23',''),(60173,1,1,61925,43,3561217052,'2017-08-29 00:50:27',''),(60174,1,1,61926,16,1123631559,'2017-08-29 03:04:23',''),(60175,1,1,61927,43,1123631557,'2017-08-29 03:54:31',''),(60176,1,1,61928,73,1476059215,'2017-08-29 05:28:58',''),(60177,1,1,61929,1,1442374564,'2017-08-29 05:51:43','http://burger-imperia.com/'),(60178,1,1,61930,1,1442374564,'2017-08-29 05:51:43','http://pizza-tycoon.com/'),(60179,1,1,61931,26,1476059224,'2017-08-29 06:46:32',''),(60180,1,1,61932,75,2996480789,'2017-08-29 06:47:27',''),(60181,1,1,61933,31,1476059215,'2017-08-29 06:50:02',''),(60182,1,1,61934,66,1476059215,'2017-08-29 07:07:44',''),(60183,1,1,61935,71,3024883488,'2017-08-29 07:23:09',''),(60184,1,1,61936,1,1744023874,'2017-08-29 07:39:58',''),(60185,1,1,61937,47,1476059215,'2017-08-29 07:44:24',''),(60186,1,1,61938,26,1476059215,'2017-08-29 07:45:54',''),(60187,1,1,61939,15,1476059215,'2017-08-29 07:49:17',''),(60188,1,1,61940,16,1476059215,'2017-08-29 08:23:27',''),(60189,1,1,61941,26,1476059224,'2017-08-29 08:26:46',''),(60190,1,1,61942,68,1476059224,'2017-08-29 08:32:46',''),(60191,1,1,61943,43,1123631561,'2017-08-29 08:38:01',''),(60192,1,1,61944,1,2999679116,'2017-08-29 08:51:30',''),(60193,1,1,61945,1,1542483324,'2017-08-29 11:05:00',''),(60194,1,1,61946,57,96260880,'2017-08-29 11:25:21',''),(60195,1,1,61947,1,2430202013,'2017-08-29 12:16:14',''),(60196,1,1,61948,1,3024883615,'2017-08-29 12:25:51',''),(60197,1,1,61949,1,3025664157,'2017-08-29 12:26:47',''),(60198,1,1,61950,6,3025664157,'2017-08-29 12:26:49',''),(60199,1,1,61951,26,2637637455,'2017-08-29 14:11:31',''),(60200,1,1,61952,43,1123631557,'2017-08-29 17:22:52',''),(60201,1,1,61953,1,3164980538,'2017-08-29 18:46:07',''),(60202,1,1,61954,1,3164980538,'2017-08-29 19:31:56',''),(60203,1,1,61955,43,872366364,'2017-08-29 20:08:37',''),(60204,1,1,61956,19,1123634325,'2017-08-29 21:01:47',''),(60205,1,1,61957,1,3104180226,'2017-08-29 21:59:29',''),(60206,1,1,61958,16,1123634327,'2017-08-29 22:06:44',''),(60207,1,1,61959,49,1476059215,'2017-08-29 22:08:51',''),(60208,1,1,61960,1,1600967961,'2017-08-30 00:00:06',''),(60209,1,1,61961,1,1476059224,'2017-08-30 00:00:08',''),(60210,1,1,61962,1,3423391754,'2017-08-30 02:36:40',''),(60211,1,1,61963,1,3423391754,'2017-08-30 02:36:43',''),(60212,1,1,61964,1,3423391754,'2017-08-30 02:36:46',''),(60213,1,1,61965,1,3423391754,'2017-08-30 02:36:51',''),(60214,1,1,61966,1,3423391754,'2017-08-30 02:36:55',''),(60215,1,1,61967,1,3423391754,'2017-08-30 02:36:59',''),(60216,1,1,61968,1,3423391754,'2017-08-30 02:37:02',''),(60217,1,1,61969,1,3423391754,'2017-08-30 02:37:05',''),(60218,1,1,61970,26,1489377203,'2017-08-30 06:53:31',''),(60219,1,1,61971,26,1489377203,'2017-08-30 06:53:33',''),(60220,1,1,61972,26,1489377203,'2017-08-30 06:53:36',''),(60221,1,1,61973,1,1489377203,'2017-08-30 06:53:39',''),(60222,1,1,61974,1,1489377203,'2017-08-30 06:53:41',''),(60223,1,1,61975,69,3024883478,'2017-08-30 07:51:39',''),(60224,1,1,61976,67,96260886,'2017-08-30 10:03:21',''),(60225,1,1,61977,6,1123634329,'2017-08-30 11:09:40',''),(60226,1,1,61978,1,1542483299,'2017-08-30 11:15:42',''),(60227,1,1,61979,1,1843659685,'2017-08-30 11:31:16',''),(60228,1,1,61980,43,1843659685,'2017-08-30 11:31:19',''),(60229,1,1,61981,30,1843659685,'2017-08-30 11:31:23',''),(60230,1,1,61982,43,1843659685,'2017-08-30 11:31:26',''),(60231,1,1,61983,1,1843659685,'2017-08-30 11:31:29',''),(60232,1,1,61984,1,1073187195,'2017-08-30 12:35:23',''),(60233,1,1,61985,43,1073187195,'2017-08-30 12:35:27',''),(60234,1,1,61986,30,1073187195,'2017-08-30 12:35:30',''),(60235,1,1,61987,43,1073187195,'2017-08-30 12:35:35',''),(60236,1,1,61988,1,1073187195,'2017-08-30 12:35:37',''),(60237,1,1,61989,59,872366349,'2017-08-30 13:16:04',''),(60238,1,1,61990,31,3024883608,'2017-08-30 13:23:03',''),(60239,1,1,61991,26,96260890,'2017-08-30 13:50:56',''),(60240,1,1,61992,1,1835552270,'2017-08-30 14:06:23',''),(60241,1,1,61993,1,1835552270,'2017-08-30 14:06:26',''),(60242,1,1,61994,43,1835552270,'2017-08-30 14:06:27',''),(60243,1,1,61995,43,1835552270,'2017-08-30 14:06:33',''),(60244,1,1,61996,66,3652617404,'2017-08-30 14:20:46',''),(60245,1,1,61997,1,3024883486,'2017-08-30 14:36:46',''),(60246,1,1,61998,1,1122419739,'2017-08-30 15:17:46',''),(60247,1,1,61999,1,1122419739,'2017-08-30 15:17:50',''),(60248,1,1,62000,43,1122419739,'2017-08-30 15:17:52',''),(60249,1,1,62001,43,1122419739,'2017-08-30 15:17:56',''),(60250,1,1,62002,1,782464191,'2017-08-30 16:01:37',''),(60251,1,1,62003,1,782464191,'2017-08-30 16:01:39',''),(60252,1,1,62004,43,782464191,'2017-08-30 16:01:40',''),(60253,1,1,62005,43,782464191,'2017-08-30 16:01:45',''),(60254,1,1,62006,1,623930535,'2017-08-30 16:21:42',''),(60255,1,1,62007,1,1073187195,'2017-08-30 16:36:17',''),(60256,1,1,62008,43,1073187195,'2017-08-30 16:36:18',''),(60257,1,1,62009,30,1073187195,'2017-08-30 16:36:20',''),(60258,1,1,62010,43,1073187195,'2017-08-30 16:36:24',''),(60259,1,1,62011,1,1311667078,'2017-08-30 17:08:08',''),(60260,1,1,62012,43,1311667078,'2017-08-30 17:08:09',''),(60261,1,1,62013,30,1311667078,'2017-08-30 17:08:11',''),(60262,1,1,62014,43,1311667078,'2017-08-30 17:08:12',''),(60263,1,1,62015,1,1370080748,'2017-08-30 17:36:40',''),(60264,1,1,62016,1,1370080748,'2017-08-30 17:36:43',''),(60265,1,1,62017,43,1370080748,'2017-08-30 17:36:44',''),(60266,1,1,62018,43,1370080748,'2017-08-30 17:36:47',''),(60267,1,1,62019,73,3475901792,'2017-08-30 17:46:15',''),(60268,1,1,62020,1,1496204594,'2017-08-30 18:04:34',''),(60269,1,1,62021,1,1496204594,'2017-08-30 18:04:37',''),(60270,1,1,62022,43,1496204594,'2017-08-30 18:04:38',''),(60271,1,1,62023,43,1496204594,'2017-08-30 18:04:40',''),(60272,1,1,62024,16,3475901792,'2017-08-30 18:37:44',''),(60273,1,1,62025,43,3475901792,'2017-08-30 18:37:46',''),(60274,1,1,62026,43,2637637455,'2017-08-30 18:37:49',''),(60275,1,1,62027,43,2637637455,'2017-08-30 18:37:51',''),(60276,1,1,62028,16,2637637455,'2017-08-30 18:37:52',''),(60277,1,1,62029,59,2637637455,'2017-08-30 18:37:54',''),(60278,1,1,62030,67,1123634325,'2017-08-30 18:51:39',''),(60279,1,1,62031,45,3652617272,'2017-08-30 18:57:36',''),(60280,1,1,62032,43,3024883617,'2017-08-30 19:06:19',''),(60281,1,1,62033,69,2760155462,'2017-08-30 19:37:18',''),(60282,1,1,62034,1,778659531,'2017-08-30 20:02:58',''),(60283,1,1,62035,15,522144951,'2017-08-30 21:53:32',''),(60284,1,1,62036,15,522144951,'2017-08-30 21:53:34',''),(60285,1,1,62037,1,522144951,'2017-08-30 21:53:37',''),(60286,1,1,62038,15,522144951,'2017-08-30 21:53:38',''),(60287,1,1,62039,57,2637637425,'2017-08-30 23:27:45',''),(60288,1,1,62040,56,3475901792,'2017-08-30 23:27:46',''),(60289,1,1,62041,48,2637637425,'2017-08-30 23:27:46',''),(60290,1,1,62042,45,3475901792,'2017-08-30 23:27:47',''),(60291,1,1,62043,63,2637637425,'2017-08-30 23:27:47',''),(60292,1,1,62044,56,3475901792,'2017-08-31 00:17:12',''),(60293,1,1,62045,20,1123634329,'2017-08-31 00:29:56',''),(60294,1,1,62046,1,2916153434,'2017-08-31 01:37:03',''),(60295,1,1,62047,1,2916153434,'2017-08-31 01:37:05',''),(60296,1,1,62048,55,3652617245,'2017-08-31 04:39:15',''),(60297,1,1,62049,68,2637637425,'2017-08-31 04:57:51',''),(60298,1,1,62050,29,3342489297,'2017-08-31 06:14:05',''),(60299,1,1,62051,50,96260899,'2017-08-31 06:31:41',''),(60300,1,1,62052,26,96260899,'2017-08-31 06:32:03',''),(60301,1,1,62053,1,1123631831,'2017-08-31 06:40:22',''),(60302,1,1,62055,1,2071807775,'2017-08-31 06:58:58',''),(60303,1,1,62056,6,3513381521,'2017-08-31 08:30:41',''),(60304,1,1,62057,57,3024883595,'2017-08-31 09:52:20',''),(60305,1,1,62058,1,3007157033,'2017-08-31 10:41:15',''),(60306,1,1,62059,1,1542483306,'2017-08-31 11:05:00',''),(60307,1,1,62060,26,1476059215,'2017-08-31 12:42:30',''),(60308,1,1,62061,20,1123634329,'2017-08-31 13:54:45',''),(60309,1,1,62062,1,1123634327,'2017-08-31 15:17:04',''),(60310,1,1,62063,57,3652617247,'2017-08-31 16:07:34',''),(60311,1,1,62064,49,872366384,'2017-08-31 18:50:51',''),(60312,1,1,62065,1,1123631833,'2017-08-31 19:14:31',''),(60313,1,1,62066,1,1760313262,'2017-08-31 20:12:28',''),(60314,1,1,62067,26,1123634329,'2017-08-31 20:47:22',''),(60315,1,1,62068,1,599482030,'2017-08-31 21:16:26',''),(60316,1,1,62069,43,3475901817,'2017-08-31 22:12:43',''),(60317,1,1,62070,43,3427775500,'2017-09-01 02:25:28',''),(60318,1,1,62071,26,1123631833,'2017-09-01 02:29:20',''),(60319,1,1,62072,26,1123631831,'2017-09-01 02:48:14',''),(60320,1,1,62073,26,1123631833,'2017-09-01 03:03:22',''),(60321,1,1,62075,26,1123631829,'2017-09-01 03:14:43',''),(60322,1,1,62076,1,3458840316,'2017-09-01 03:34:53',''),(60323,1,1,62077,26,1123631833,'2017-09-01 03:37:26',''),(60324,1,1,62081,1,786803397,'2017-09-01 04:25:58',''),(60325,1,1,62082,1,1123631829,'2017-09-01 05:13:55',''),(60326,1,1,62083,1,3024883467,'2017-09-01 06:04:51',''),(60327,1,1,62084,38,1170583858,'2017-09-01 06:49:35',''),(60328,1,1,62085,41,1170583858,'2017-09-01 06:49:41',''),(60329,1,1,62086,48,1170583858,'2017-09-01 06:49:46',''),(60330,1,1,62087,52,1170583858,'2017-09-01 06:49:57',''),(60331,1,1,62088,15,1443404222,'2017-09-01 08:33:09','https://www.google.co.uk/'),(60332,1,1,62089,43,1123631831,'2017-09-01 08:42:30',''),(60333,1,1,62090,1,1542483290,'2017-09-01 11:18:20',''),(60334,1,1,62091,75,3475901817,'2017-09-01 11:21:08',''),(60335,1,1,62092,56,3475901792,'2017-09-01 11:27:05',''),(60336,1,1,62094,45,3475901792,'2017-09-01 11:27:07',''),(60337,1,1,62093,57,2637637425,'2017-09-01 11:27:07',''),(60338,1,1,62095,48,2637637425,'2017-09-01 11:27:08',''),(60339,1,1,62096,63,2637637425,'2017-09-01 11:27:09',''),(60340,1,1,62097,15,2637637501,'2017-09-01 11:27:13',''),(60341,1,1,62098,1,2637637501,'2017-09-01 11:27:14',''),(60342,1,1,62099,1,2917834746,'2017-09-01 12:17:11',''),(60343,1,1,62100,1,3479603870,'2017-09-01 15:59:47',''),(60344,1,1,62101,26,3475901792,'2017-09-01 16:20:57',''),(60345,1,1,62102,1,3024883613,'2017-09-01 16:52:38',''),(60346,1,1,62103,56,836280927,'2017-09-01 17:31:14',''),(60347,1,1,62104,1,1442374563,'2017-09-01 21:38:34','http://burger-imperia.com/'),(60348,1,1,62105,1,1442374563,'2017-09-01 21:38:34','http://pizza-tycoon.com/'),(60349,1,1,62106,15,3475901796,'2017-09-01 22:48:09',''),(60350,1,1,62107,1,1920187908,'2017-09-01 23:03:45',''),(60351,1,1,62108,1,2046046450,'2017-09-01 23:24:39',''),(60352,1,1,62109,1,2046046450,'2017-09-01 23:24:41',''),(60353,1,1,62110,1,2046046450,'2017-09-01 23:24:42',''),(60354,1,1,62111,1,2046046450,'2017-09-01 23:24:45',''),(60355,1,1,62112,18,2046046450,'2017-09-01 23:24:46',''),(60356,1,1,62113,3,2046046450,'2017-09-01 23:24:48',''),(60357,1,1,62114,1,2046046450,'2017-09-01 23:24:50',''),(60358,1,1,62115,1,2046046450,'2017-09-01 23:24:52',''),(60359,1,1,62116,1,2046046450,'2017-09-01 23:24:54',''),(60360,1,1,62117,6,2046046450,'2017-09-01 23:24:56',''),(60361,1,1,62118,1,2046046450,'2017-09-01 23:24:57',''),(60362,1,1,62119,9,2046046450,'2017-09-01 23:24:59',''),(60363,1,1,62120,1,2046046450,'2017-09-01 23:25:00',''),(60364,1,1,62121,1,2046046450,'2017-09-01 23:25:02',''),(60365,1,1,62122,1,2046046450,'2017-09-01 23:25:04',''),(60366,1,1,62123,1,2046046450,'2017-09-01 23:25:06',''),(60367,1,1,62124,1,2046046450,'2017-09-01 23:25:07',''),(60368,1,1,62125,1,2046046450,'2017-09-01 23:25:09',''),(60369,1,1,62126,1,2046046450,'2017-09-01 23:25:11',''),(60370,1,1,62127,1,2046046450,'2017-09-01 23:25:12',''),(60371,1,1,62128,1,2046046450,'2017-09-01 23:25:14',''),(60372,1,1,62129,1,2046046450,'2017-09-01 23:25:16',''),(60373,1,1,62130,1,2046046450,'2017-09-01 23:25:17',''),(60374,1,1,62131,1,2046046450,'2017-09-01 23:25:19',''),(60375,1,1,62132,1,2046046450,'2017-09-01 23:25:21',''),(60376,1,1,62133,1,2046046450,'2017-09-01 23:25:23',''),(60377,1,1,62134,1,2046046450,'2017-09-01 23:25:24',''),(60378,1,1,62135,1,2046046450,'2017-09-01 23:25:26',''),(60379,1,1,62136,1,2046046450,'2017-09-01 23:25:28',''),(60380,1,1,62137,1,2046046450,'2017-09-01 23:25:30',''),(60381,1,1,62138,1,2046046450,'2017-09-01 23:25:32',''),(60382,1,1,62139,1,2046046450,'2017-09-01 23:25:35',''),(60383,1,1,62140,1,2046046450,'2017-09-01 23:25:37',''),(60384,1,1,62141,1,2046046450,'2017-09-01 23:25:38',''),(60385,1,1,62142,1,2046046450,'2017-09-01 23:25:40',''),(60386,1,1,62143,1,2046046450,'2017-09-01 23:25:43',''),(60387,1,1,62144,1,2046046450,'2017-09-01 23:25:45',''),(60388,1,1,62145,1,774400783,'2017-09-01 23:36:18',''),(60389,1,1,62146,1,3281214364,'2017-09-02 05:50:42','https://www.google.co.uk/'),(60390,1,1,62147,6,1466095929,'2017-09-02 06:13:20',''),(60391,1,1,62148,56,3024883604,'2017-09-02 06:44:14',''),(60392,1,1,62154,1,1443143342,'2017-09-02 09:16:05','https://www.google.co.uk/'),(60393,1,1,62153,1,1443143342,'2017-09-02 09:16:05','https://www.google.co.uk/'),(60394,1,1,62151,1,1443143342,'2017-09-02 09:16:05','https://www.google.co.uk/'),(60395,1,1,62149,1,1443143342,'2017-09-02 09:16:05','https://www.google.co.uk/'),(60396,1,1,62155,1,1443143342,'2017-09-02 09:16:05','https://www.google.co.uk/'),(60397,1,1,62150,1,1443143342,'2017-09-02 09:16:05','https://www.google.co.uk/'),(60398,1,1,62152,1,1443143342,'2017-09-02 09:16:05','https://www.google.co.uk/'),(60399,1,1,62155,1,1443143342,'2017-09-02 09:51:53','https://www.google.co.uk/'),(60400,1,1,62156,1,96260874,'2017-09-02 10:05:49',''),(60401,1,1,62157,1,1838980645,'2017-09-02 10:39:50','https://www.google.co.uk/'),(60402,1,1,62158,1,3475901796,'2017-09-02 11:08:46',''),(60403,1,1,62159,1,1542483296,'2017-09-02 11:13:20',''),(60404,1,1,62160,1,3024883465,'2017-09-02 11:14:58',''),(60405,1,1,62161,1,1482932784,'2017-09-02 11:23:21',''),(60406,1,1,62162,23,1123631833,'2017-09-02 11:58:54',''),(60407,1,1,62163,1,772037485,'2017-09-02 12:32:01',''),(60408,1,1,62164,1,772037485,'2017-09-02 12:32:04',''),(60409,1,1,62165,1,772037485,'2017-09-02 12:32:06',''),(60410,1,1,62166,1,772037485,'2017-09-02 12:32:09',''),(60411,1,1,62167,1,772037485,'2017-09-02 12:32:11',''),(60412,1,1,62168,1,772037485,'2017-09-02 12:32:14',''),(60413,1,1,62169,1,772037485,'2017-09-02 12:32:16',''),(60414,1,1,62170,1,772037485,'2017-09-02 12:32:19',''),(60415,1,1,62171,64,772037485,'2017-09-02 12:32:21',''),(60416,1,1,62172,43,3475901817,'2017-09-02 13:04:15',''),(60417,1,1,62173,16,3475901792,'2017-09-02 13:04:16',''),(60418,1,1,62174,43,3475901817,'2017-09-02 13:04:17',''),(60419,1,1,62175,43,3475901792,'2017-09-02 13:04:18',''),(60420,1,1,62176,16,3475901817,'2017-09-02 13:04:18',''),(60421,1,1,62177,20,1123631829,'2017-09-02 16:13:35',''),(60422,1,1,62179,58,872366352,'2017-09-02 18:24:37',''),(60423,1,1,62180,53,3652617253,'2017-09-02 19:16:33',''),(60424,1,1,62181,10,3475901792,'2017-09-02 20:12:54',''),(60425,1,1,62182,44,3024883595,'2017-09-02 20:52:58',''),(60426,1,1,62183,6,94677392,'2017-09-02 23:54:39',''),(60427,1,1,62184,18,1123631829,'2017-09-03 00:01:59',''),(60428,1,1,62185,65,2637637425,'2017-09-03 00:30:38',''),(60429,1,1,62186,41,1123631833,'2017-09-03 00:56:41',''),(60430,1,1,62187,1,1476059224,'2017-09-03 03:08:34',''),(60431,1,1,62188,1,1600967961,'2017-09-03 03:08:37',''),(60432,1,1,62189,14,1123631829,'2017-09-03 04:41:58',''),(60433,1,1,62190,26,3475901844,'2017-09-03 06:29:52',''),(60434,1,1,62191,27,1123631831,'2017-09-03 08:50:53',''),(60435,1,1,62192,23,1123631831,'2017-09-03 10:17:15',''),(60436,1,1,62193,1,1542483271,'2017-09-03 11:32:13',''),(60437,1,1,62194,1,1542483326,'2017-09-03 11:32:13',''),(60438,1,1,62195,64,1123631833,'2017-09-03 12:25:02',''),(60439,1,1,62196,1,1443408318,'2017-09-03 13:45:56','https://www.google.co.uk/'),(60440,1,1,62197,1,1123631829,'2017-09-03 14:07:40',''),(60441,1,1,62198,6,3024883480,'2017-09-03 14:20:20',''),(60442,1,1,62199,48,1123631829,'2017-09-03 14:41:21',''),(60443,1,1,62200,23,1123631831,'2017-09-03 18:10:48',''),(60444,1,1,62201,68,1123631829,'2017-09-03 19:12:02',''),(60445,1,1,62202,68,1123631833,'2017-09-03 20:43:45',''),(60446,1,1,62204,1,1366289347,'2017-09-03 21:02:09','https://www.google.co.uk/'),(60447,1,1,62205,1,1756074900,'2017-09-03 21:44:03',''),(60448,1,1,62206,71,2760155403,'2017-09-03 22:09:51',''),(60449,1,1,62207,1,2328191173,'2017-09-04 01:07:12',''),(60450,1,1,62208,1,221779043,'2017-09-04 03:53:33',''),(60451,1,1,62209,1,96314903,'2017-09-04 05:09:23',''),(60452,1,1,62210,6,96314903,'2017-09-04 05:09:27',''),(60453,1,1,62211,26,96314903,'2017-09-04 05:09:30',''),(60454,1,1,62212,9,96314903,'2017-09-04 05:09:32',''),(60455,1,1,62213,43,96314903,'2017-09-04 05:09:35',''),(60456,1,1,62214,45,96314903,'2017-09-04 05:09:38',''),(60457,1,1,62215,57,96314903,'2017-09-04 05:09:41',''),(60458,1,1,62216,71,96314903,'2017-09-04 05:09:43',''),(60459,1,1,62217,1,875945454,'2017-09-04 05:16:17',''),(60460,1,1,62218,1,875945454,'2017-09-04 05:16:21',''),(60461,1,1,62219,1,875945454,'2017-09-04 05:16:23',''),(60462,1,1,62220,1,875945454,'2017-09-04 05:16:25',''),(60463,1,1,62221,18,875945454,'2017-09-04 05:16:27',''),(60464,1,1,62222,1,875946420,'2017-09-04 05:16:28',''),(60465,1,1,62223,3,875945454,'2017-09-04 05:16:30',''),(60466,1,1,62224,1,875945454,'2017-09-04 05:16:32',''),(60467,1,1,62225,43,875945454,'2017-09-04 05:16:34',''),(60468,1,1,62226,45,875945454,'2017-09-04 05:16:36',''),(60469,1,1,62227,6,875945454,'2017-09-04 05:16:39',''),(60470,1,1,62228,1,1123631829,'2017-09-04 05:41:12',''),(60471,1,1,62230,1,3475901844,'2017-09-04 06:22:44',''),(60472,1,1,62231,14,1123631829,'2017-09-04 07:12:29',''),(60473,1,1,62232,31,1123631833,'2017-09-04 07:15:06',''),(60474,1,1,62233,16,3475901792,'2017-09-04 07:25:33',''),(60475,1,1,62234,6,1123631829,'2017-09-04 08:30:23',''),(60476,1,1,62235,73,872368005,'2017-09-04 08:42:35',''),(60477,1,1,62236,62,2760155460,'2017-09-04 08:55:10',''),(60478,1,1,62237,43,1123631831,'2017-09-04 09:17:44',''),(60479,1,1,62238,26,3702877281,'2017-09-04 09:52:12',''),(60480,1,1,62239,1,2655386800,'2017-09-04 10:35:05',''),(60481,1,1,62240,1,1542483292,'2017-09-04 11:05:30',''),(60482,1,1,62241,6,3475901844,'2017-09-04 11:45:29',''),(60483,1,1,62242,1,2978915177,'2017-09-04 13:33:08',''),(60484,1,1,62243,1,1123631833,'2017-09-04 13:43:49',''),(60485,1,1,62244,1,1123631833,'2017-09-04 15:29:23',''),(60486,1,1,62245,1,2328195008,'2017-09-04 16:13:28',''),(60487,1,1,62246,26,2328195008,'2017-09-04 16:14:01',''),(60488,1,1,62247,26,2328195008,'2017-09-04 16:14:01',''),(60489,1,1,62248,3,2328195008,'2017-09-04 16:14:01',''),(60490,1,1,62249,18,2328195008,'2017-09-04 16:14:01',''),(60491,1,1,62251,45,2328195008,'2017-09-04 16:14:03',''),(60492,1,1,62250,43,2328195008,'2017-09-04 16:14:03',''),(60493,1,1,62252,57,2328195008,'2017-09-04 16:14:03',''),(60494,1,1,62253,9,2328195008,'2017-09-04 16:14:03',''),(60495,1,1,62254,28,2328195008,'2017-09-04 16:14:05',''),(60496,1,1,62255,50,2328195008,'2017-09-04 16:14:05',''),(60497,1,1,62256,26,2328195008,'2017-09-04 16:14:06',''),(60498,1,1,62257,51,2328195008,'2017-09-04 16:14:06',''),(60499,1,1,62258,26,2328195008,'2017-09-04 16:14:06',''),(60500,1,1,62260,26,2328195008,'2017-09-04 16:14:09',''),(60501,1,1,62259,56,2328195008,'2017-09-04 16:14:09',''),(60502,1,1,62261,26,2328195008,'2017-09-04 16:14:09',''),(60503,1,1,62262,55,2328195008,'2017-09-04 16:14:09',''),(60504,1,1,62263,62,2328195008,'2017-09-04 16:14:09',''),(60505,1,1,62264,1,1523890238,'2017-09-04 18:34:09',''),(60506,1,1,62265,56,872366422,'2017-09-04 20:34:35',''),(60507,1,1,62266,3,2760155429,'2017-09-04 21:08:20',''),(60508,1,1,62267,6,392103197,'2017-09-04 21:10:10',''),(60509,1,1,62268,1,3373404845,'2017-09-04 23:11:36',''),(60510,1,1,62269,6,1123631829,'2017-09-04 23:21:47',''),(60511,1,1,62270,1,1123631833,'2017-09-04 23:28:10',''),(60512,1,1,62271,1,3458838335,'2017-09-05 00:36:50',''),(60513,1,1,62272,65,1123631829,'2017-09-05 00:51:38',''),(60514,1,1,62273,1,3024883597,'2017-09-05 01:09:33',''),(60515,1,1,62274,62,1401522912,'2017-09-05 01:13:42','http://www.google.nl/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&ved=0ahUKEwi7u6_z7ozWAhURrRQKHW0BDugQjRwIBw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D26%26controller%3Dproduct%26id_lang%3D1&psig=AFQjCNEkh5pvUCdiGMcgb_PGU90LBv'),(60516,1,1,62275,1,1123631829,'2017-09-05 01:25:34',''),(60517,1,1,62276,65,1123631831,'2017-09-05 02:02:11',''),(60518,1,1,62277,55,3024883601,'2017-09-05 02:16:13',''),(60519,1,1,62278,1,1053971188,'2017-09-05 03:40:56','http://pizza-imperia.com/'),(60520,1,1,62279,43,3475901752,'2017-09-05 06:19:41',''),(60521,1,1,62280,28,3475901752,'2017-09-05 06:54:32',''),(60522,1,1,62281,1,1476059215,'2017-09-05 07:23:40',''),(60523,1,1,62282,1,86888257,'2017-09-05 07:23:43',''),(60524,1,1,62283,26,2071807789,'2017-09-05 08:32:25',''),(60525,1,1,62284,16,676177785,'2017-09-05 09:51:15',''),(60526,1,1,62285,1,1542483284,'2017-09-05 11:28:51',''),(60527,1,1,62286,43,676177785,'2017-09-05 12:07:41',''),(60528,1,1,62287,1,1384444176,'2017-09-05 13:37:21',''),(60529,1,1,62288,1,84491505,'2017-09-05 16:47:30',''),(60530,1,1,62289,1,84491505,'2017-09-05 16:47:32',''),(60531,1,1,62290,1,84491505,'2017-09-05 16:47:35',''),(60532,1,1,62291,1,84491505,'2017-09-05 16:47:37',''),(60533,1,1,62292,1,84491505,'2017-09-05 16:47:40',''),(60534,1,1,62293,1,84491505,'2017-09-05 16:47:42',''),(60535,1,1,62294,1,84491505,'2017-09-05 16:47:45',''),(60536,1,1,62295,1,84491505,'2017-09-05 16:47:47',''),(60537,1,1,62296,1,599370788,'2017-09-05 17:15:35',''),(60538,1,1,62297,6,3513381521,'2017-09-05 17:21:15',''),(60539,1,1,62299,59,3475901752,'2017-09-05 19:11:47',''),(60540,1,1,62298,63,2637637425,'2017-09-05 19:11:47',''),(60541,1,1,62300,1,3475901751,'2017-09-05 19:11:48',''),(60542,1,1,62301,48,2637637425,'2017-09-05 19:11:49',''),(60543,1,1,62302,15,3475901751,'2017-09-05 19:11:49',''),(60544,1,1,62303,1,3479603870,'2017-09-05 19:48:46',''),(60545,1,1,62305,43,3475901752,'2017-09-05 23:27:20',''),(60546,1,1,62304,16,676177792,'2017-09-05 23:27:20',''),(60547,1,1,62306,43,3475901752,'2017-09-05 23:27:30',''),(60548,1,1,62307,1,3625178681,'2017-09-06 00:03:54',''),(60549,1,1,62308,50,3702877307,'2017-09-06 05:02:59',''),(60550,1,1,62309,63,2637637425,'2017-09-06 05:03:12',''),(60551,1,1,62310,1,1433614025,'2017-09-06 07:32:46','https://www.google.co.uk/'),(60552,1,1,62311,3,1053975904,'2017-09-06 07:34:32',''),(60553,1,1,62312,65,3024883485,'2017-09-06 07:49:03',''),(60554,1,1,62313,57,1123631831,'2017-09-06 11:12:30',''),(60555,1,1,62314,1,1542483318,'2017-09-06 11:15:37',''),(60556,1,1,62315,9,1123631829,'2017-09-06 11:38:09',''),(60557,1,1,62317,42,3652617266,'2017-09-06 14:22:57',''),(60558,1,1,62318,43,3427775495,'2017-09-06 14:25:15',''),(60559,1,1,62319,1,2328192487,'2017-09-06 20:32:42',''),(60560,1,1,62320,43,96260885,'2017-09-07 00:58:17',''),(60561,1,1,62321,26,1476059215,'2017-09-07 01:58:22',''),(60562,1,1,62322,1,2328194879,'2017-09-07 03:00:27',''),(60563,1,1,62323,1,2328194879,'2017-09-07 03:00:38',''),(60564,1,1,62324,1,2328194879,'2017-09-07 03:00:43',''),(60565,1,1,62325,1,3024883467,'2017-09-07 03:15:27',''),(60566,1,1,62326,1,3024883617,'2017-09-07 03:18:26',''),(60567,1,1,62327,1,2328192212,'2017-09-07 03:50:21',''),(60568,1,1,62328,1,676698675,'2017-09-07 05:39:59',''),(60569,1,1,62329,1,2991566346,'2017-09-07 08:53:12',''),(60570,1,1,62330,16,2760155415,'2017-09-07 11:11:51',''),(60571,1,1,62331,1,1542483301,'2017-09-07 10:57:27',''),(60572,1,1,62332,52,1123631829,'2017-09-07 11:31:23',''),(60573,1,1,62333,63,3024883619,'2017-09-07 13:03:41',''),(60574,1,1,62334,64,872366387,'2017-09-07 13:12:28',''),(60575,1,1,62335,16,794504523,'2017-09-07 15:11:35',''),(60576,1,1,62336,1,794504523,'2017-09-07 15:11:38',''),(60577,1,1,62337,16,794504523,'2017-09-07 15:11:40',''),(60578,1,1,62338,6,99078233,'2017-09-07 15:14:27',''),(60579,1,1,62339,1,99078233,'2017-09-07 15:14:29',''),(60580,1,1,62340,1,2420907761,'2017-09-07 16:01:43',''),(60581,1,1,62341,1,1123631833,'2017-09-07 16:04:40',''),(60582,1,1,62342,15,3291763757,'2017-09-07 16:05:11','https://www.google.co.uk/'),(60583,1,1,62343,15,3291763757,'2017-09-07 16:05:14',''),(60584,1,1,62344,27,3291763757,'2017-09-07 16:05:34',''),(60585,1,1,62345,1,1123631831,'2017-09-07 16:05:38',''),(60586,1,1,62346,15,3291763757,'2017-09-07 16:05:47',''),(60587,1,1,62347,26,3702877360,'2017-09-07 16:41:27',''),(60588,1,1,62348,62,1123631831,'2017-09-07 17:42:52',''),(60589,1,1,62349,1,3024883475,'2017-09-07 18:03:00',''),(60590,1,1,62350,20,1123631829,'2017-09-07 18:54:07',''),(60591,1,1,62351,1,1123631833,'2017-09-07 19:46:08',''),(60592,1,1,62352,51,3024883594,'2017-09-08 02:05:49',''),(60593,1,1,62353,1,1476059215,'2017-09-08 02:59:46',''),(60594,1,1,62354,1,1600967961,'2017-09-08 02:59:49',''),(60595,1,1,62355,56,676177758,'2017-09-08 04:37:20',''),(60596,1,1,62356,1,1760311681,'2017-09-08 05:33:07',''),(60597,1,1,62357,26,1760311681,'2017-09-08 05:33:27',''),(60598,1,1,62359,18,1760311681,'2017-09-08 05:33:28',''),(60599,1,1,62358,26,1760311681,'2017-09-08 05:33:28',''),(60600,1,1,62360,3,1760311681,'2017-09-08 05:33:28',''),(60601,1,1,62361,43,1760311681,'2017-09-08 05:33:29',''),(60602,1,1,62362,45,1760311681,'2017-09-08 05:33:29',''),(60603,1,1,62363,57,1760311681,'2017-09-08 05:33:33',''),(60604,1,1,62364,9,1760311681,'2017-09-08 05:33:33',''),(60605,1,1,62366,26,1760311681,'2017-09-08 05:33:35',''),(60606,1,1,62365,28,1760311681,'2017-09-08 05:33:35',''),(60607,1,1,62367,50,1760311681,'2017-09-08 05:33:35',''),(60608,1,1,62368,51,1760311681,'2017-09-08 05:33:35',''),(60609,1,1,62369,26,1760311681,'2017-09-08 05:33:37',''),(60610,1,1,62370,56,1760311681,'2017-09-08 05:33:37',''),(60611,1,1,62371,26,1760311681,'2017-09-08 05:33:41',''),(60612,1,1,62372,62,1760311681,'2017-09-08 05:33:42',''),(60613,1,1,62373,55,1760311681,'2017-09-08 05:33:42',''),(60614,1,1,62374,26,1760311681,'2017-09-08 05:33:47',''),(60615,1,1,62375,1,1123631831,'2017-09-08 06:46:13',''),(60616,1,1,62376,1,3024883595,'2017-09-08 09:22:56',''),(60617,1,1,62377,1,3168088421,'2017-09-08 09:34:10',''),(60618,1,1,62378,1,3168088421,'2017-09-08 09:34:17',''),(60619,1,1,62379,1,3168088421,'2017-09-08 09:34:20',''),(60620,1,1,62380,1,3168088421,'2017-09-08 09:35:26',''),(60621,1,1,62381,1,3168088421,'2017-09-08 09:35:31',''),(60622,1,1,62382,1,3168088421,'2017-09-08 09:35:35',''),(60623,1,1,62383,1,3168088421,'2017-09-08 09:35:43',''),(60624,1,1,62384,1,3168088421,'2017-09-08 09:35:54',''),(60625,1,1,62385,1,1542483294,'2017-09-08 11:01:28',''),(60626,1,1,62386,1,2548190726,'2017-09-08 12:12:28','http://www.google.co.uk/'),(60627,1,1,62387,1,2548190726,'2017-09-08 12:19:03','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiH2PqSyZXWAhVJHxoKHWRHBscQFggpMAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ'),(60628,1,1,62388,73,676177758,'2017-09-08 12:57:59',''),(60629,1,1,62389,1,3375698631,'2017-09-08 15:19:57',''),(60630,1,1,62390,26,2071807818,'2017-09-08 17:00:34',''),(60631,1,1,62391,1,920117283,'2017-09-08 17:08:28',''),(60632,1,1,62392,53,3475901751,'2017-09-08 18:04:08',''),(60633,1,1,62393,14,676177758,'2017-09-09 01:22:23',''),(60634,1,1,62394,1,3475901751,'2017-09-09 02:15:28',''),(60635,1,1,62395,15,3475901751,'2017-09-09 02:15:29',''),(60636,1,1,62396,48,2637637461,'2017-09-09 02:16:08',''),(60637,1,1,62397,63,2637637461,'2017-09-09 02:16:09',''),(60638,1,1,62398,55,1123631831,'2017-09-09 02:56:08',''),(60639,1,1,62399,1,918006367,'2017-09-09 02:56:15',''),(60640,1,1,62400,15,2637637522,'2017-09-09 05:57:58',''),(60641,1,1,62401,22,1123631831,'2017-09-09 06:18:16',''),(60642,1,1,62402,1,3024883462,'2017-09-09 06:58:20',''),(60643,1,1,62403,1,3024883475,'2017-09-09 06:58:22',''),(60644,1,1,62404,6,1123631831,'2017-09-09 10:35:13',''),(60645,1,1,62405,1,1542483269,'2017-09-09 10:47:31',''),(60646,1,1,62406,55,2071807855,'2017-09-09 11:11:20',''),(60647,1,1,62407,62,3024883614,'2017-09-09 11:57:03',''),(60648,1,1,62408,15,3652617409,'2017-09-09 13:48:32',''),(60649,1,1,62409,1,2993635970,'2017-09-09 16:03:15','https://www.google.co.uk/'),(60650,1,1,62410,52,3024883469,'2017-09-09 17:33:07',''),(60651,1,1,62411,43,676177783,'2017-09-09 21:52:34',''),(60652,1,1,62412,1,1152705841,'2017-09-10 01:35:45',''),(60653,1,1,62413,28,2760155414,'2017-09-10 05:09:36',''),(60654,1,1,62414,29,872366418,'2017-09-10 06:03:42',''),(60655,1,1,62415,1,2637637475,'2017-09-10 06:54:18',''),(60656,1,1,62416,1,2328194911,'2017-09-10 07:05:52',''),(60657,1,1,62417,1,1443459894,'2017-09-10 07:27:08','http://www.google.co.uk/'),(60658,1,1,62418,3,96317622,'2017-09-10 08:08:25',''),(60659,1,1,62419,1,3024883596,'2017-09-10 08:49:22',''),(60660,1,1,62420,1,3024883486,'2017-09-10 08:49:24',''),(60661,1,1,62421,1,3650866683,'2017-09-10 10:14:56','http://www.emailmarketingrobot.com/webmasters/'),(60662,1,1,62422,6,3650866683,'2017-09-10 10:14:59','http://www.emailmarketingrobot.com/webmasters/'),(60663,1,1,62423,6,3650866683,'2017-09-10 10:15:02','http://www.emailmarketingrobot.com/webmasters/'),(60664,1,1,62424,1,3650866683,'2017-09-10 10:15:06','http://www.emailmarketingrobot.com/webmasters/'),(60665,1,1,62425,1,3650866683,'2017-09-10 10:15:07','http://www.emailmarketingrobot.com/webmasters/'),(60666,1,1,62426,9,3650866683,'2017-09-10 10:15:11','http://www.emailmarketingrobot.com/webmasters/'),(60667,1,1,62427,18,3650866683,'2017-09-10 10:15:13','http://www.emailmarketingrobot.com/webmasters/'),(60668,1,1,62428,1,3650866683,'2017-09-10 10:15:16','http://www.emailmarketingrobot.com/webmasters/'),(60669,1,1,62429,3,3650866683,'2017-09-10 10:15:18','http://www.emailmarketingrobot.com/webmasters/'),(60670,1,1,62430,6,1123631557,'2017-09-10 11:07:55',''),(60671,1,1,62431,1,1542483299,'2017-09-10 11:14:55',''),(60672,1,1,62432,1,1476059224,'2017-09-10 12:22:05',''),(60673,1,1,62433,1,1476059224,'2017-09-10 12:22:07',''),(60674,1,1,62434,1,1503916839,'2017-09-10 13:14:40',''),(60675,1,1,62435,1,3024883468,'2017-09-10 15:07:02',''),(60676,1,1,62436,1,3702877304,'2017-09-10 15:33:36',''),(60677,1,1,62437,1,1754932772,'2017-09-10 16:17:07',''),(60678,1,1,62438,1,3587046715,'2017-09-10 17:06:28','https://www.google.co.uk/'),(60679,1,1,62439,1,3024883469,'2017-09-10 18:09:01',''),(60680,1,1,62440,43,676177758,'2017-09-10 18:29:07',''),(60681,1,1,62441,1,3479603870,'2017-09-10 19:27:53',''),(60682,1,1,62442,1,1247140982,'2017-09-10 20:18:22',''),(60683,1,1,62443,41,1123631831,'2017-09-11 00:56:00',''),(60684,1,1,62444,70,872366342,'2017-09-11 03:23:20',''),(60685,1,1,62445,1,1796538632,'2017-09-11 03:52:27',''),(60686,1,1,62446,1,2731721858,'2017-09-11 04:13:13',''),(60687,1,1,62447,1,2731721858,'2017-09-11 04:13:22',''),(60688,1,1,62448,69,2071807843,'2017-09-11 04:36:20',''),(60689,1,1,62449,6,2637637475,'2017-09-11 05:20:55',''),(60690,1,1,62450,48,3475901706,'2017-09-11 05:35:00',''),(60691,1,1,62451,63,3475901706,'2017-09-11 05:35:02',''),(60692,1,1,62452,1,2637637475,'2017-09-11 05:35:03',''),(60693,1,1,62453,15,2637637475,'2017-09-11 05:35:05',''),(60694,1,1,62454,55,3273031564,'2017-09-11 08:11:00',''),(60695,1,1,62455,54,3024883618,'2017-09-11 08:36:52',''),(60696,1,1,62456,1,3024883603,'2017-09-11 10:03:33',''),(60697,1,1,62457,1,1542483285,'2017-09-11 10:44:08',''),(60698,1,1,62459,1,3265815331,'2017-09-11 12:41:00','https://www.google.co.uk/'),(60699,1,1,62458,1,3265815331,'2017-09-11 12:41:00','https://www.google.co.uk/'),(60700,1,1,62460,1,3265815331,'2017-09-11 12:41:00','https://www.google.co.uk/'),(60701,1,1,62461,1,3107261375,'2017-09-11 14:05:08',''),(60702,1,1,62462,1,583144654,'2017-09-11 14:58:02',''),(60703,1,1,62463,1,877045017,'2017-09-11 15:02:07',''),(60704,1,1,62464,6,873841708,'2017-09-11 15:02:25',''),(60705,1,1,62465,16,2760155812,'2017-09-11 15:37:32',''),(60706,1,1,62466,1,1159650810,'2017-09-11 16:14:49',''),(60707,1,1,62467,1,1159650810,'2017-09-11 16:14:52',''),(60708,1,1,62468,1,1159650810,'2017-09-11 16:14:54',''),(60709,1,1,62469,1,1159650810,'2017-09-11 16:14:57',''),(60710,1,1,62470,1,1159650810,'2017-09-11 16:14:59',''),(60711,1,1,62471,1,1159650810,'2017-09-11 16:15:02',''),(60712,1,1,62472,1,1159650810,'2017-09-11 16:15:05',''),(60713,1,1,62473,1,1159650810,'2017-09-11 16:15:07',''),(60714,1,1,62474,1,3024883596,'2017-09-11 16:16:43',''),(60715,1,1,62475,26,676177783,'2017-09-11 16:53:14',''),(60716,1,1,62476,22,1123631829,'2017-09-11 20:50:26',''),(60717,1,1,62477,26,1476059215,'2017-09-11 21:18:53',''),(60718,1,1,62478,43,1476059224,'2017-09-11 21:20:05',''),(60719,1,1,62479,1,3024883476,'2017-09-11 21:49:54',''),(60720,1,1,62480,70,1476059224,'2017-09-11 22:25:51',''),(60721,1,1,62481,26,1476059215,'2017-09-11 23:05:07',''),(60722,1,1,62482,42,1476059215,'2017-09-11 23:08:50',''),(60723,1,1,62483,53,1476059215,'2017-09-12 00:30:59',''),(60724,1,1,62484,44,1476059224,'2017-09-12 00:38:00',''),(60725,1,1,62485,26,1600967961,'2017-09-12 00:43:45',''),(60726,1,1,62486,27,2760155432,'2017-09-12 01:04:36',''),(60727,1,1,62487,74,1476059215,'2017-09-12 02:20:25',''),(60728,1,1,62488,23,1123631831,'2017-09-12 02:48:15',''),(60729,1,1,62489,43,1476059215,'2017-09-12 03:38:47',''),(60730,1,1,62490,38,2071807861,'2017-09-12 07:22:03',''),(60731,1,1,62491,1,1542483292,'2017-09-12 10:52:10',''),(60732,1,1,62492,26,1476059215,'2017-09-12 11:31:24',''),(60733,1,1,62493,1,1123631831,'2017-09-12 11:38:57',''),(60734,1,1,62494,1,1123631829,'2017-09-12 11:43:29',''),(60735,1,1,62495,26,1476059224,'2017-09-12 12:06:02',''),(60736,1,1,62496,26,2996480789,'2017-09-12 12:07:46',''),(60737,1,1,62497,26,1476059215,'2017-09-12 12:11:30',''),(60738,1,1,62498,26,2996480816,'2017-09-12 12:16:47',''),(60739,1,1,62499,54,2996480798,'2017-09-12 12:18:10',''),(60740,1,1,62500,21,1123631829,'2017-09-12 12:39:28',''),(60741,1,1,62501,72,1476059215,'2017-09-12 12:41:13',''),(60742,1,1,62502,26,86888257,'2017-09-12 12:44:15',''),(60743,1,1,62503,1,2978925951,'2017-09-12 13:02:14',''),(60744,1,1,62504,53,1123631831,'2017-09-12 13:35:30',''),(60745,1,1,62505,59,1476059176,'2017-09-12 13:36:35',''),(60746,1,1,62506,71,1476059215,'2017-09-12 13:36:38',''),(60747,1,1,62507,1,1757432342,'2017-09-12 13:41:08',''),(60748,1,1,62508,1,1757432342,'2017-09-12 13:41:09',''),(60749,1,1,62509,18,1757432342,'2017-09-12 13:41:12',''),(60750,1,1,62510,1,1757432342,'2017-09-12 13:41:13',''),(60751,1,1,62511,3,1757432342,'2017-09-12 13:41:13',''),(60752,1,1,62512,18,1757432342,'2017-09-12 13:41:14',''),(60753,1,1,62513,1,1757432342,'2017-09-12 13:41:15',''),(60754,1,1,62514,3,1757432342,'2017-09-12 13:41:15',''),(60755,1,1,62516,45,1757432342,'2017-09-12 13:41:17',''),(60756,1,1,62515,43,1757432342,'2017-09-12 13:41:17',''),(60757,1,1,62517,6,1757432342,'2017-09-12 13:41:19',''),(60758,1,1,62518,45,1757432342,'2017-09-12 13:41:19',''),(60759,1,1,62519,6,1757432342,'2017-09-12 13:41:21',''),(60760,1,1,62520,43,1757432342,'2017-09-12 13:41:23',''),(60761,1,1,62521,57,1757432342,'2017-09-12 13:41:24',''),(60762,1,1,62522,9,1757432342,'2017-09-12 13:41:24',''),(60763,1,1,62523,57,1757432342,'2017-09-12 13:41:25',''),(60764,1,1,62524,28,1757432342,'2017-09-12 13:41:25',''),(60765,1,1,62525,9,1757432342,'2017-09-12 13:41:26',''),(60766,1,1,62526,26,1757432342,'2017-09-12 13:41:26',''),(60767,1,1,62527,28,1757432342,'2017-09-12 13:41:28',''),(60768,1,1,62529,26,1757432342,'2017-09-12 13:41:28',''),(60769,1,1,62528,50,1757432342,'2017-09-12 13:41:28',''),(60770,1,1,62530,26,1757432342,'2017-09-12 13:41:31',''),(60771,1,1,62531,51,1757432342,'2017-09-12 13:41:31',''),(60772,1,1,62532,50,1757432342,'2017-09-12 13:41:31',''),(60773,1,1,62533,26,1757432342,'2017-09-12 13:41:33',''),(60774,1,1,62534,26,1757432342,'2017-09-12 13:41:34',''),(60775,1,1,62535,51,1757432342,'2017-09-12 13:41:34',''),(60776,1,1,62536,56,1757432342,'2017-09-12 13:41:35',''),(60777,1,1,62537,26,1757432342,'2017-09-12 13:41:36',''),(60778,1,1,62538,26,1757432342,'2017-09-12 13:41:37',''),(60779,1,1,62539,55,1757432342,'2017-09-12 13:41:37',''),(60780,1,1,62540,56,1757432342,'2017-09-12 13:41:37',''),(60781,1,1,62541,26,1757432342,'2017-09-12 13:41:38',''),(60782,1,1,62542,26,1757432342,'2017-09-12 13:41:39',''),(60783,1,1,62543,55,1757432342,'2017-09-12 13:41:39',''),(60784,1,1,62544,62,1757432342,'2017-09-12 13:41:40',''),(60785,1,1,62545,26,1757432342,'2017-09-12 13:41:41',''),(60786,1,1,62546,26,1757432342,'2017-09-12 13:41:41',''),(60787,1,1,62549,26,1757432342,'2017-09-12 13:41:44',''),(60788,1,1,62547,62,1757432342,'2017-09-12 13:41:44',''),(60789,1,1,62548,63,1757432342,'2017-09-12 13:41:44',''),(60790,1,1,62550,26,1757432342,'2017-09-12 13:41:45',''),(60791,1,1,62552,63,1757432342,'2017-09-12 13:41:46',''),(60792,1,1,62551,64,1757432342,'2017-09-12 13:41:47',''),(60793,1,1,62553,26,1757432342,'2017-09-12 13:41:47',''),(60794,1,1,62554,26,1757432342,'2017-09-12 13:41:48',''),(60795,1,1,62555,64,1757432342,'2017-09-12 13:41:49',''),(60796,1,1,62556,26,1757432342,'2017-09-12 13:41:51',''),(60797,1,1,62557,43,87963735,'2017-09-12 14:14:22',''),(60798,1,1,62558,43,87963735,'2017-09-12 14:14:25',''),(60799,1,1,62559,1,87963735,'2017-09-12 14:14:27',''),(60800,1,1,62560,43,87963735,'2017-09-12 14:14:30',''),(60801,1,1,62561,74,3024883476,'2017-09-12 14:50:45',''),(60802,1,1,62562,54,3475901706,'2017-09-12 14:51:56',''),(60803,1,1,62563,50,3652617394,'2017-09-12 15:24:28',''),(60804,1,1,62564,26,1476059215,'2017-09-12 15:46:27',''),(60805,1,1,62565,1,1123631833,'2017-09-12 16:08:45',''),(60806,1,1,62566,63,1123638583,'2017-09-12 16:31:16','http://www.google.com/search'),(60807,1,1,62567,15,2637637475,'2017-09-12 16:31:39',''),(60808,1,1,62568,59,3024883594,'2017-09-12 17:16:26',''),(60809,1,1,62569,1,1089055902,'2017-09-12 17:20:54',''),(60810,1,1,62570,21,1123631831,'2017-09-12 17:46:41',''),(60811,1,1,62572,26,1152705841,'2017-09-12 18:33:39',''),(60812,1,1,62573,1,3587046691,'2017-09-12 19:59:12','https://www.google.co.uk/'),(60813,1,1,62574,16,3024883608,'2017-09-12 20:17:22',''),(60814,1,1,62575,6,758752254,'2017-09-12 20:17:29',''),(60815,1,1,62576,43,2760155487,'2017-09-12 20:34:27',''),(60816,1,1,62577,1,1443408367,'2017-09-12 21:06:40','https://www.google.co.uk/'),(60817,1,1,62578,69,1123631831,'2017-09-12 21:08:14',''),(60818,1,1,62579,1,1123631829,'2017-09-12 21:46:55',''),(60819,1,1,62580,63,1123631831,'2017-09-12 22:07:44',''),(60820,1,1,62581,1,1123631833,'2017-09-12 22:46:28',''),(60821,1,1,62582,31,3475901706,'2017-09-13 00:48:39',''),(60822,1,1,62583,1,3024883478,'2017-09-13 03:49:00',''),(60823,1,1,62584,1,2328194912,'2017-09-13 10:37:43',''),(60824,1,1,62585,1,1542483278,'2017-09-13 10:54:36',''),(60825,1,1,62586,18,3281711923,'2017-09-13 10:59:25',''),(60826,1,1,62587,1,223876099,'2017-09-13 11:17:41',''),(60827,1,1,62588,67,2760155401,'2017-09-13 11:46:46',''),(60828,1,1,62589,26,1476059215,'2017-09-13 12:54:41',''),(60829,1,1,62590,54,1123632439,'2017-09-13 16:01:02',''),(60830,1,1,62591,16,2637637472,'2017-09-13 17:18:13',''),(60831,1,1,62592,1,3242600393,'2017-09-13 17:18:13',''),(60832,1,1,62593,41,872366405,'2017-09-13 17:37:13',''),(60833,1,1,62594,6,3702877357,'2017-09-13 18:08:07',''),(60834,1,1,62595,26,1476059215,'2017-09-13 19:50:22',''),(60835,1,1,62596,1,1756074817,'2017-09-13 21:45:16',''),(60836,1,1,62597,72,1476059215,'2017-09-14 00:23:30',''),(60837,1,1,62598,26,1476059224,'2017-09-14 02:21:19',''),(60838,1,1,62599,6,3024883592,'2017-09-14 07:43:11',''),(60839,1,1,62600,6,1534677920,'2017-09-14 08:03:40',''),(60840,1,1,62601,1,1089904926,'2017-09-14 08:09:12','http://whois.domaintools.com/mstyresblackburn.co.uk'),(60841,1,1,62602,16,3024883463,'2017-09-14 09:21:53',''),(60842,1,1,62603,6,1123632413,'2017-09-14 09:58:51',''),(60843,1,1,62604,1,1542483295,'2017-09-14 10:42:56',''),(60844,1,1,62605,1,1081620690,'2017-09-14 11:28:45',''),(60845,1,1,62606,1,1081620690,'2017-09-14 11:28:53',''),(60846,1,1,62607,1,1081620690,'2017-09-14 11:28:57',''),(60847,1,1,62608,1,1081620690,'2017-09-14 11:29:02',''),(60848,1,1,62609,1,1081620690,'2017-09-14 11:29:08',''),(60849,1,1,62610,1,1081620690,'2017-09-14 11:29:12',''),(60850,1,1,62611,1,1081620690,'2017-09-14 11:29:16',''),(60851,1,1,62612,1,1081620690,'2017-09-14 11:29:24',''),(60852,1,1,62613,1,1152705841,'2017-09-14 11:46:21',''),(60853,1,1,62614,26,2071807844,'2017-09-14 11:55:16',''),(60854,1,1,62615,22,1123631829,'2017-09-14 14:10:03',''),(60855,1,1,62617,1,2499598058,'2017-09-14 15:50:16','https://www.google.co.uk/'),(60856,1,1,62616,1,2499598058,'2017-09-14 15:50:16','https://www.google.co.uk/'),(60857,1,1,62618,19,1123631829,'2017-09-14 16:01:53',''),(60858,1,1,62619,1,2328183710,'2017-09-14 17:36:56',''),(60859,1,1,62620,26,2328183710,'2017-09-14 17:37:25',''),(60860,1,1,62621,26,2328183710,'2017-09-14 17:37:26',''),(60861,1,1,62622,3,2328183710,'2017-09-14 17:37:28',''),(60862,1,1,62624,43,2328183710,'2017-09-14 17:37:29',''),(60863,1,1,62623,18,2328183710,'2017-09-14 17:37:29',''),(60864,1,1,62625,45,2328183710,'2017-09-14 17:37:29',''),(60865,1,1,62626,57,2328183710,'2017-09-14 17:37:30',''),(60866,1,1,62627,9,2328183710,'2017-09-14 17:37:33',''),(60867,1,1,62628,26,2328183710,'2017-09-14 17:37:35',''),(60868,1,1,62629,28,2328183710,'2017-09-14 17:37:38',''),(60869,1,1,62630,50,2328183710,'2017-09-14 17:37:38',''),(60870,1,1,62631,51,2328183710,'2017-09-14 17:37:38',''),(60871,1,1,62632,26,2328183710,'2017-09-14 17:37:40',''),(60872,1,1,62633,56,2328183710,'2017-09-14 17:37:40',''),(60873,1,1,62634,26,2328183710,'2017-09-14 17:37:43',''),(60874,1,1,62635,55,2328183710,'2017-09-14 17:37:44',''),(60875,1,1,62637,62,2328183710,'2017-09-14 17:37:44',''),(60876,1,1,62636,26,2328183710,'2017-09-14 17:37:44',''),(60877,1,1,62638,73,3024883602,'2017-09-14 19:31:53',''),(60878,1,1,62639,1,1454221720,'2017-09-14 21:38:21','https://www.google.co.uk/'),(60879,1,1,62640,1,2637637475,'2017-09-14 22:44:01',''),(60880,1,1,62641,43,2637637518,'2017-09-14 22:44:01',''),(60881,1,1,62642,48,3475901814,'2017-09-14 22:44:01',''),(60882,1,1,62643,43,2637637518,'2017-09-14 22:44:03',''),(60883,1,1,62644,6,1123631831,'2017-09-15 01:05:21',''),(60884,1,1,62645,1,3024883615,'2017-09-15 03:06:39',''),(60885,1,1,62646,1,3024883618,'2017-09-15 04:49:35',''),(60886,1,1,62647,43,87964217,'2017-09-15 06:50:18',''),(60887,1,1,62648,43,87964217,'2017-09-15 06:50:21',''),(60888,1,1,62649,1,87964217,'2017-09-15 06:50:24',''),(60889,1,1,62650,43,87964217,'2017-09-15 06:50:27',''),(60890,1,1,62651,43,87964217,'2017-09-15 06:50:48',''),(60891,1,1,62652,43,87964217,'2017-09-15 06:50:51',''),(60892,1,1,62653,1,87964217,'2017-09-15 06:50:53',''),(60893,1,1,62654,43,87964217,'2017-09-15 06:50:55',''),(60894,1,1,62655,1,1733530033,'2017-09-15 08:55:51',''),(60895,1,1,62656,1,1542483320,'2017-09-15 10:42:29',''),(60896,1,1,62639,61,1444306021,'2017-09-15 11:57:11',''),(60897,1,1,62657,1,599972062,'2017-09-15 14:31:34',''),(60898,1,1,62658,16,87960401,'2017-09-15 14:44:43',''),(60899,1,1,62659,1,87960401,'2017-09-15 14:44:46',''),(60900,1,1,62660,16,87960401,'2017-09-15 14:44:49',''),(60901,1,1,62661,64,1123631829,'2017-09-15 14:50:13',''),(60902,1,1,62662,65,1123631833,'2017-09-15 16:47:24',''),(60903,1,1,62663,68,3475901752,'2017-09-15 17:21:05',''),(60904,1,1,62664,1,3373404845,'2017-09-15 18:34:59',''),(60905,1,1,62665,67,3475901715,'2017-09-15 19:00:17',''),(60906,1,1,62666,51,2071807784,'2017-09-15 22:11:45',''),(60907,1,1,62667,1,2637637386,'2017-09-15 23:25:59',''),(60908,1,1,62668,16,1123631831,'2017-09-16 01:41:54',''),(60909,1,1,62669,1,1123631833,'2017-09-16 02:00:15',''),(60910,1,1,62670,1,1123631829,'2017-09-16 02:02:16',''),(60911,1,1,62671,1,3024883488,'2017-09-16 03:11:52',''),(60912,1,1,62672,21,1123631833,'2017-09-16 03:24:33',''),(60913,1,1,62673,68,1089056053,'2017-09-16 05:27:49','https://www.google.co.id/'),(60914,1,1,62674,68,1089056055,'2017-09-16 05:27:53',''),(60915,1,1,62675,1,87960401,'2017-09-16 07:37:02',''),(60916,1,1,62676,1,1123631829,'2017-09-16 08:45:33',''),(60917,1,1,62677,1,3702877364,'2017-09-16 08:56:46',''),(60918,1,1,62678,1,3024883606,'2017-09-16 09:02:31',''),(60919,1,1,62679,1,3024883617,'2017-09-16 09:35:01',''),(60920,1,1,62680,1,1542483326,'2017-09-16 10:36:51',''),(60921,1,1,62681,44,1152705841,'2017-09-16 13:07:08',''),(60922,1,1,62682,1,1123631831,'2017-09-16 13:10:51',''),(60923,1,1,62683,73,3024883464,'2017-09-16 13:36:01',''),(60924,1,1,62684,46,3702877296,'2017-09-16 15:27:28',''),(60925,1,1,62685,1,1123631831,'2017-09-16 16:31:18',''),(60926,1,1,62686,1,1159648650,'2017-09-16 16:36:10',''),(60927,1,1,62687,1,2328194880,'2017-09-16 17:24:04',''),(60928,1,1,62688,1,392575561,'2017-09-16 20:38:34',''),(60929,1,1,62689,6,392575561,'2017-09-16 20:38:36',''),(60930,1,1,62690,1,392575561,'2017-09-16 20:38:38',''),(60931,1,1,62691,1,392575561,'2017-09-16 20:38:41',''),(60932,1,1,62692,18,392575561,'2017-09-16 20:38:42',''),(60933,1,1,62693,3,392575561,'2017-09-16 20:38:44',''),(60934,1,1,62694,43,392575561,'2017-09-16 20:38:47',''),(60935,1,1,62695,45,392575561,'2017-09-16 20:38:49',''),(60936,1,1,62696,61,392575561,'2017-09-16 20:38:51',''),(60937,1,1,62697,1,392575561,'2017-09-16 20:38:55',''),(60938,1,1,62698,57,392575561,'2017-09-16 20:38:57',''),(60939,1,1,62699,9,392575561,'2017-09-16 20:38:58',''),(60940,1,1,62700,47,392575561,'2017-09-16 20:38:59',''),(60941,1,1,62701,46,392575561,'2017-09-16 20:39:01',''),(60942,1,1,62702,54,392575561,'2017-09-16 20:39:02',''),(60943,1,1,62703,66,392575561,'2017-09-16 20:39:04',''),(60944,1,1,62704,14,392575561,'2017-09-16 20:39:06',''),(60945,1,1,62705,15,392575561,'2017-09-16 20:39:07',''),(60946,1,1,62706,31,392575561,'2017-09-16 20:39:09',''),(60947,1,1,62707,31,392575561,'2017-09-16 20:39:10',''),(60948,1,1,62708,76,392575561,'2017-09-16 20:39:13',''),(60949,1,1,62709,28,392575561,'2017-09-16 20:39:16',''),(60950,1,1,62710,1,392575561,'2017-09-16 20:39:20',''),(60951,1,1,62711,26,392575561,'2017-09-16 20:39:21',''),(60952,1,1,62712,50,392575561,'2017-09-16 20:39:22',''),(60953,1,1,62713,1,392575561,'2017-09-16 20:39:26',''),(60954,1,1,62714,26,392575561,'2017-09-16 20:39:27',''),(60955,1,1,62715,51,392575561,'2017-09-16 20:39:28',''),(60956,1,1,62716,1,392575561,'2017-09-16 20:39:34',''),(60957,1,1,62717,26,392575561,'2017-09-16 20:39:35',''),(60958,1,1,62718,56,392575561,'2017-09-16 20:39:36',''),(60959,1,1,62719,1,3512959932,'2017-09-16 21:44:01',''),(60960,1,1,62720,75,676177729,'2017-09-17 02:08:02',''),(60961,1,1,62721,6,1123631829,'2017-09-17 03:43:01',''),(60962,1,1,62722,47,2303381412,'2017-09-17 05:26:28',''),(60963,1,1,62723,1,1344982410,'2017-09-17 09:30:25','https://www.bing.com/'),(60964,1,1,62724,1,1041806726,'2017-09-17 09:33:16',''),(60965,1,1,62725,1,1542483293,'2017-09-17 10:47:13',''),(60966,1,1,62726,1,1451319621,'2017-09-17 11:15:37','https://www.google.co.uk/'),(60967,1,1,62727,58,3024883476,'2017-09-17 11:40:18',''),(60968,1,1,62728,1,3242600393,'2017-09-17 12:37:47',''),(60969,1,1,62729,1,3242600393,'2017-09-17 12:37:51',''),(60970,1,1,62730,1,3242600393,'2017-09-17 12:37:56',''),(60971,1,1,62731,1,3242600393,'2017-09-17 12:37:59',''),(60972,1,1,62732,1,3242600393,'2017-09-17 12:38:02',''),(60973,1,1,62733,1,3242600393,'2017-09-17 12:38:07',''),(60974,1,1,62734,1,3242600393,'2017-09-17 12:38:15',''),(60975,1,1,62735,1,3242600393,'2017-09-17 12:38:19',''),(60976,1,1,62736,43,676177710,'2017-09-17 13:25:20',''),(60977,1,1,62737,43,676177729,'2017-09-17 14:25:37',''),(60978,1,1,62738,43,676177729,'2017-09-17 14:25:39',''),(60979,1,1,62739,16,676177710,'2017-09-17 14:25:42',''),(60980,1,1,62740,48,3475901794,'2017-09-17 14:25:51',''),(60981,1,1,62741,1,2637637386,'2017-09-17 14:26:05',''),(60982,1,1,62742,64,2071807784,'2017-09-17 15:31:38',''),(60983,1,1,62743,1,1443447886,'2017-09-17 15:33:45','https://www.google.co.uk/'),(60984,1,1,62744,6,3652617253,'2017-09-17 15:36:17',''),(60985,1,1,62745,1,1416972818,'2017-09-17 16:01:04','https://www.google.ro/'),(60986,1,1,62746,1,856230391,'2017-09-17 20:17:02','https://www.google.co.uk/'),(60987,1,1,62747,1,1443285741,'2017-09-17 22:11:45','https://www.google.co.uk/'),(60988,1,1,62748,1,2574919735,'2017-09-17 22:24:29',''),(60989,1,1,62749,114,2574919735,'2017-09-17 22:24:33',''),(60990,1,1,62750,1,2574919735,'2017-09-17 22:24:37',''),(60991,1,1,62751,65,2574919735,'2017-09-17 22:24:39',''),(60992,1,1,62752,65,2574919735,'2017-09-17 22:24:46',''),(60993,1,1,62753,6,1534677920,'2017-09-18 00:34:15',''),(60994,1,1,62754,22,1123631829,'2017-09-18 01:10:31',''),(60995,1,1,62756,15,3024883593,'2017-09-18 01:24:05',''),(60996,1,1,62757,1,2584771329,'2017-09-18 01:49:31',''),(60997,1,1,62758,56,1476059215,'2017-09-18 03:34:08',''),(60998,1,1,62759,48,1476059224,'2017-09-18 03:39:46',''),(60999,1,1,62760,65,1123635641,'2017-09-18 04:04:10','http://www.google.com/search'),(61000,1,1,62761,69,1476059215,'2017-09-18 04:36:38',''),(61001,1,1,62762,1,3326599991,'2017-09-18 06:12:20',''),(61002,1,1,62763,65,3326599991,'2017-09-18 06:12:22',''),(61003,1,1,62764,115,3326599991,'2017-09-18 06:12:24',''),(61004,1,1,62765,65,3326599991,'2017-09-18 06:12:27',''),(61005,1,1,62766,1,3326599991,'2017-09-18 06:12:29',''),(61006,1,1,62767,45,1600959812,'2017-09-18 07:11:36',''),(61007,1,1,62768,55,1476059215,'2017-09-18 07:52:45',''),(61008,1,1,62769,28,2996488218,'2017-09-18 07:53:00',''),(61009,1,1,62770,15,2430182941,'2017-09-18 08:37:13',''),(61010,1,1,62771,1,2430182941,'2017-09-18 08:37:15',''),(61011,1,1,62772,15,2430182941,'2017-09-18 08:37:16',''),(61012,1,1,62773,21,1123631833,'2017-09-18 09:31:36',''),(61013,1,1,62774,52,1476059215,'2017-09-18 09:50:08',''),(61014,1,1,62775,1,1542483307,'2017-09-18 10:38:55',''),(61015,1,1,62747,1,1384444484,'2017-09-18 11:14:07',''),(61016,1,1,62776,1,842969385,'2017-09-18 11:27:16',''),(61017,1,1,62777,65,842969385,'2017-09-18 11:27:19',''),(61018,1,1,62778,116,842969385,'2017-09-18 11:27:21',''),(61019,1,1,62779,65,842969385,'2017-09-18 11:27:26',''),(61020,1,1,62780,65,1574075420,'2017-09-18 11:37:55',''),(61021,1,1,62781,65,1574075420,'2017-09-18 11:37:56',''),(61022,1,1,62782,26,2071807844,'2017-09-18 13:56:41',''),(61023,1,1,62783,43,2637637435,'2017-09-18 13:59:48',''),(61024,1,1,62784,1,3024883468,'2017-09-18 14:25:21',''),(61025,1,1,62785,65,1574075420,'2017-09-18 14:25:37',''),(61026,1,1,62786,65,1574075420,'2017-09-18 14:25:39',''),(61027,1,1,62787,1,1574075420,'2017-09-18 14:25:41',''),(61028,1,1,62788,65,1574075420,'2017-09-18 14:25:43',''),(61029,1,1,62789,1,2996480789,'2017-09-18 14:41:42',''),(61030,1,1,62790,1,1476059224,'2017-09-18 14:41:46',''),(61031,1,1,62791,6,3513381521,'2017-09-18 15:10:06',''),(61032,1,1,62792,1,2680909789,'2017-09-18 15:19:56',''),(61033,1,1,62793,38,1476059215,'2017-09-18 16:07:35',''),(61034,1,1,62794,26,1476059215,'2017-09-18 16:12:40',''),(61035,1,1,62795,59,1476059215,'2017-09-18 16:16:37',''),(61036,1,1,62796,63,1476059215,'2017-09-18 16:17:04',''),(61037,1,1,62797,62,1476059215,'2017-09-18 16:18:12',''),(61038,1,1,62798,50,1476059224,'2017-09-18 16:18:52',''),(61039,1,1,62799,26,1476059215,'2017-09-18 17:25:12',''),(61040,1,1,62800,57,1476059224,'2017-09-18 18:05:12',''),(61041,1,1,62801,43,2637637435,'2017-09-18 18:21:20',''),(61042,1,1,62802,41,2996480789,'2017-09-18 19:19:02',''),(61043,1,1,62803,65,1476059215,'2017-09-18 20:21:56',''),(61044,1,1,62804,64,1476059224,'2017-09-18 20:22:00',''),(61045,1,1,62805,51,1476059224,'2017-09-18 21:24:49',''),(61046,1,1,62806,1,2731721857,'2017-09-18 22:43:43',''),(61047,1,1,62807,1,2731721857,'2017-09-18 22:44:45',''),(61048,1,1,62808,70,3024883599,'2017-09-18 23:25:43',''),(61049,1,1,62809,1,3024883463,'2017-09-18 23:59:04',''),(61050,1,1,62810,1,1315844758,'2017-09-19 02:24:45',''),(61051,1,1,62811,65,1315844758,'2017-09-19 02:24:47',''),(61052,1,1,62812,117,1315844758,'2017-09-19 02:24:48',''),(61053,1,1,62813,65,1315844758,'2017-09-19 02:24:51',''),(61054,1,1,62814,1,1315844758,'2017-09-19 02:24:53',''),(61055,1,1,62815,65,1315844758,'2017-09-19 02:24:54',''),(61056,1,1,62816,64,3273031564,'2017-09-19 02:31:44',''),(61057,1,1,62817,65,623930535,'2017-09-19 05:29:42',''),(61058,1,1,62818,65,623930535,'2017-09-19 05:29:44',''),(61059,1,1,62819,1,623930535,'2017-09-19 05:29:48',''),(61060,1,1,62820,65,623930535,'2017-09-19 05:29:49',''),(61061,1,1,62821,1,599323875,'2017-09-19 05:41:46',''),(61062,1,1,62822,1,3326599991,'2017-09-19 07:35:09',''),(61063,1,1,62823,65,3326599991,'2017-09-19 07:35:15',''),(61064,1,1,62824,118,3326599991,'2017-09-19 07:35:18',''),(61065,1,1,62825,65,3326599991,'2017-09-19 07:35:21',''),(61066,1,1,62826,1,3326599991,'2017-09-19 07:35:23',''),(61067,1,1,62827,1,608703798,'2017-09-19 07:48:41',''),(61068,1,1,62828,1,3024883595,'2017-09-19 08:51:39',''),(61069,1,1,62829,1,786803397,'2017-09-19 09:11:47',''),(61070,1,1,62830,6,1123631106,'2017-09-19 09:18:56',''),(61071,1,1,62831,15,3291763748,'2017-09-19 09:52:45',''),(61072,1,1,62832,43,3291763748,'2017-09-19 09:52:47',''),(61073,1,1,62833,15,3291763748,'2017-09-19 09:52:50',''),(61074,1,1,62834,43,3291763748,'2017-09-19 09:52:54',''),(61075,1,1,62835,1,3291763748,'2017-09-19 09:52:55',''),(61076,1,1,62836,15,3291763748,'2017-09-19 09:52:57',''),(61077,1,1,62837,1,3291763748,'2017-09-19 09:52:58',''),(61078,1,1,62838,43,3291763748,'2017-09-19 09:53:00',''),(61079,1,1,62839,43,3291763748,'2017-09-19 09:53:03',''),(61080,1,1,62840,15,3351998385,'2017-09-19 09:54:56','https://www.google.co.il/'),(61081,1,1,62841,6,2954838202,'2017-09-19 10:31:35',''),(61082,1,1,62842,1,1542483286,'2017-09-19 10:48:44',''),(61083,1,1,62843,1,3098069058,'2017-09-19 12:26:26',''),(61084,1,1,62844,65,3098069058,'2017-09-19 12:26:29',''),(61085,1,1,62845,119,3098069058,'2017-09-19 12:26:31',''),(61086,1,1,62846,65,3098069058,'2017-09-19 12:26:36',''),(61087,1,1,62847,1,3098069058,'2017-09-19 12:26:39',''),(61088,1,1,62848,26,3702877367,'2017-09-19 12:46:02',''),(61089,1,1,62849,1,1442834980,'2017-09-19 13:00:33','https://www.google.co.uk/'),(61090,1,1,62850,43,3652617295,'2017-09-19 13:56:36',''),(61091,1,1,62851,1,842969385,'2017-09-19 14:49:40',''),(61092,1,1,62852,65,842969385,'2017-09-19 14:49:43',''),(61093,1,1,62853,120,842969385,'2017-09-19 14:49:46',''),(61094,1,1,62840,15,1358334693,'2017-09-19 15:03:21','https://www.google.co.il/'),(61095,1,1,62854,1,84491906,'2017-09-19 15:40:29',''),(61096,1,1,62855,1,1123631831,'2017-09-19 18:28:33',''),(61097,1,1,62856,20,1123631833,'2017-09-19 19:00:57',''),(61098,1,1,62857,1,1315844758,'2017-09-19 19:46:30',''),(61099,1,1,62858,65,1315844758,'2017-09-19 19:46:32',''),(61100,1,1,62859,121,1315844758,'2017-09-19 19:46:34',''),(61101,1,1,62860,65,1315844758,'2017-09-19 19:46:36',''),(61102,1,1,62861,1,3024883489,'2017-09-19 20:27:21',''),(61103,1,1,62862,68,3024883476,'2017-09-19 23:20:43',''),(61104,1,1,62863,1,1546188951,'2017-09-20 00:06:34',''),(61105,1,1,62864,1,3024883464,'2017-09-20 00:22:01',''),(61106,1,1,62865,1,2760124742,'2017-09-20 00:39:36',''),(61107,1,1,62866,65,2760124742,'2017-09-20 00:39:37',''),(61108,1,1,62867,122,2760124742,'2017-09-20 00:39:39',''),(61109,1,1,62868,65,2760124742,'2017-09-20 00:39:41',''),(61110,1,1,62869,73,2637637501,'2017-09-20 02:08:27',''),(61111,1,1,62870,1,3326599991,'2017-09-20 03:15:32',''),(61112,1,1,62871,65,3326599991,'2017-09-20 03:15:34',''),(61113,1,1,62872,123,3326599991,'2017-09-20 03:15:36',''),(61114,1,1,62873,65,3326599991,'2017-09-20 03:15:39',''),(61115,1,1,62874,1,3326599991,'2017-09-20 03:15:41',''),(61116,1,1,62875,65,599547870,'2017-09-20 03:58:31',''),(61117,1,1,62876,1,599547870,'2017-09-20 03:58:34',''),(61118,1,1,62877,65,599547870,'2017-09-20 03:58:36',''),(61119,1,1,62878,1,599547870,'2017-09-20 05:11:46',''),(61120,1,1,62879,9,872366415,'2017-09-20 05:12:35',''),(61121,1,1,62880,1,1546188951,'2017-09-20 05:25:53',''),(61122,1,1,62881,48,2071807818,'2017-09-20 05:28:07',''),(61123,1,1,62882,1,2637637627,'2017-09-20 06:02:02',''),(61124,1,1,62883,48,2637637501,'2017-09-20 06:02:12',''),(61125,1,1,62884,16,2637637501,'2017-09-20 06:02:13',''),(61126,1,1,62885,43,2637637489,'2017-09-20 06:02:16',''),(61127,1,1,62886,43,2637637489,'2017-09-20 06:02:18',''),(61128,1,1,62887,1,1558138925,'2017-09-20 06:16:14','https://www.google.com.hk/'),(61129,1,1,62888,1,1786290295,'2017-09-20 06:16:57',''),(61130,1,1,62889,6,1786290498,'2017-09-20 06:16:58',''),(61131,1,1,62890,1,1786290295,'2017-09-20 06:17:00',''),(61132,1,1,62891,1,3702883523,'2017-09-20 06:17:17',''),(61133,1,1,62892,6,1786290295,'2017-09-20 06:17:18',''),(61134,1,1,62893,6,3702883528,'2017-09-20 06:18:16',''),(61135,1,1,62894,1,3702883520,'2017-09-20 06:19:33',''),(61136,1,1,62895,6,3702883505,'2017-09-20 06:21:53',''),(61137,1,1,62896,1,3702883525,'2017-09-20 07:02:29',''),(61138,1,1,62897,1,1786290798,'2017-09-20 07:02:51',''),(61139,1,1,62898,1,918098203,'2017-09-20 08:06:30',''),(61140,1,1,62899,1,1123631829,'2017-09-20 08:08:41',''),(61141,1,1,62900,63,3273031619,'2017-09-20 08:20:12',''),(61142,1,1,62901,1,2328191173,'2017-09-20 08:28:06',''),(61143,1,1,62902,1,3281708006,'2017-09-20 08:35:31',''),(61144,1,1,62903,65,3281708006,'2017-09-20 08:35:32',''),(61145,1,1,62904,124,3281708006,'2017-09-20 08:35:33',''),(61146,1,1,62905,65,3281708006,'2017-09-20 08:35:38',''),(61147,1,1,62906,1,3281708006,'2017-09-20 08:35:40',''),(61148,1,1,62907,1,1542483300,'2017-09-20 10:42:30',''),(61149,1,1,62908,6,1123631829,'2017-09-20 10:43:40',''),(61150,1,1,62909,15,3291763764,'2017-09-20 11:09:43',''),(61151,1,1,62910,15,3291763764,'2017-09-20 11:09:45',''),(61152,1,1,62911,1,3291763764,'2017-09-20 11:09:50',''),(61153,1,1,62912,15,3291763764,'2017-09-20 11:09:51',''),(61154,1,1,62913,1,3024883480,'2017-09-20 11:22:32',''),(61155,1,1,62914,65,1470733748,'2017-09-20 11:32:58',''),(61156,1,1,62915,1,2420902022,'2017-09-20 17:52:23',''),(61157,1,1,62916,1,2420902022,'2017-09-20 17:52:26',''),(61158,1,1,62917,1,2420902022,'2017-09-20 17:52:29',''),(61159,1,1,62918,1,2420902022,'2017-09-20 17:52:31',''),(61160,1,1,62919,1,2420902022,'2017-09-20 17:52:33',''),(61161,1,1,62920,1,2420902022,'2017-09-20 17:52:36',''),(61162,1,1,62921,1,2420902022,'2017-09-20 17:52:39',''),(61163,1,1,62922,1,2420902022,'2017-09-20 17:52:41',''),(61164,1,1,62923,6,392058873,'2017-09-20 18:54:43',''),(61165,1,1,62925,16,2637637489,'2017-09-20 21:54:36',''),(61166,1,1,62924,15,676177679,'2017-09-20 21:54:37',''),(61167,1,1,62926,59,2637637489,'2017-09-20 21:54:37',''),(61168,1,1,62927,56,2637637501,'2017-09-20 21:54:38',''),(61169,1,1,62928,63,2637637501,'2017-09-20 21:54:40',''),(61170,1,1,62929,43,2637637501,'2017-09-20 21:54:42',''),(61171,1,1,62930,1,1123631833,'2017-09-20 23:08:48',''),(61172,1,1,62931,1,1315844758,'2017-09-20 23:15:53',''),(61173,1,1,62932,65,1315844758,'2017-09-20 23:15:54',''),(61174,1,1,62933,125,1315844758,'2017-09-20 23:15:56',''),(61175,1,1,62934,65,1315844758,'2017-09-20 23:15:58',''),(61176,1,1,62935,1,1315844758,'2017-09-20 23:16:00',''),(61177,1,1,62936,1,1123631831,'2017-09-20 23:53:46',''),(61178,1,1,62937,1,3647724524,'2017-09-21 01:20:58',''),(61179,1,1,62938,65,3647724524,'2017-09-21 01:21:00',''),(61180,1,1,62939,126,3647724524,'2017-09-21 01:21:03',''),(61181,1,1,62940,65,3647724524,'2017-09-21 01:21:06',''),(61182,1,1,62941,66,3024883597,'2017-09-21 01:43:28',''),(61183,1,1,62942,1,2954884527,'2017-09-21 03:35:35',''),(61184,1,1,62943,127,2954884527,'2017-09-21 03:35:36',''),(61185,1,1,62944,1,2954884527,'2017-09-21 03:35:39',''),(61186,1,1,62945,65,2954884527,'2017-09-21 03:35:41',''),(61187,1,1,62946,65,2954884527,'2017-09-21 03:35:44',''),(61188,1,1,62947,6,3427775507,'2017-09-21 05:11:54',''),(61189,1,1,62948,1,1360076738,'2017-09-21 06:40:56',''),(61190,1,1,62949,46,3024883487,'2017-09-21 07:06:14',''),(61191,1,1,62950,1,233145113,'2017-09-21 08:44:49',''),(61192,1,1,62951,1,3427775500,'2017-09-21 09:26:35',''),(61193,1,1,62952,15,1500446588,'2017-09-21 09:36:09','https://www.google.rs/'),(61194,1,1,62953,1,1542483293,'2017-09-21 10:49:08',''),(61195,1,1,62954,6,3513381521,'2017-09-21 12:59:15',''),(61196,1,1,62955,65,2637637501,'2017-09-21 15:45:41',''),(61197,1,1,62956,63,1152705841,'2017-09-21 16:34:17',''),(61198,1,1,62957,43,1152705841,'2017-09-21 17:46:55',''),(61199,1,1,62958,41,3024883477,'2017-09-21 18:28:08',''),(61200,1,1,62959,1,1123631831,'2017-09-21 18:55:12',''),(61201,1,1,62960,1,1123631829,'2017-09-21 20:26:36',''),(61202,1,1,62961,66,2071807785,'2017-09-21 21:35:28',''),(61203,1,1,62962,1,1073351836,'2017-09-22 00:21:37',''),(61204,1,1,62963,56,2637637501,'2017-09-22 03:25:01',''),(61205,1,1,62964,75,2637637454,'2017-09-22 04:12:25',''),(61206,1,1,62965,1,3479603870,'2017-09-22 08:05:13',''),(61207,1,1,62966,1,1542483274,'2017-09-22 10:40:33',''),(61208,1,1,62967,72,2637637533,'2017-09-22 11:17:14',''),(61209,1,1,62968,1,2328166694,'2017-09-22 13:26:40',''),(61210,1,1,62969,26,2328166694,'2017-09-22 13:27:22',''),(61211,1,1,62970,26,2328166694,'2017-09-22 13:27:22',''),(61212,1,1,62971,18,2328166694,'2017-09-22 13:27:22',''),(61213,1,1,62972,43,2328166694,'2017-09-22 13:27:22',''),(61214,1,1,62973,3,2328166694,'2017-09-22 13:27:22',''),(61215,1,1,62974,45,2328166694,'2017-09-22 13:27:23',''),(61216,1,1,62975,57,2328166694,'2017-09-22 13:27:23',''),(61217,1,1,62976,9,2328166694,'2017-09-22 13:27:24',''),(61218,1,1,62978,26,2328166694,'2017-09-22 13:27:25',''),(61219,1,1,62977,50,2328166694,'2017-09-22 13:27:25',''),(61220,1,1,62979,28,2328166694,'2017-09-22 13:27:25',''),(61221,1,1,62980,51,2328166694,'2017-09-22 13:27:25',''),(61222,1,1,62981,26,2328166694,'2017-09-22 13:27:26',''),(61223,1,1,62982,56,2328166694,'2017-09-22 13:27:27',''),(61224,1,1,62984,55,2328166694,'2017-09-22 13:27:28',''),(61225,1,1,62983,26,2328166694,'2017-09-22 13:27:28',''),(61226,1,1,62985,26,2328166694,'2017-09-22 13:27:28',''),(61227,1,1,62986,62,2328166694,'2017-09-22 13:27:28',''),(61228,1,1,62987,56,676177686,'2017-09-22 16:41:45',''),(61229,1,1,62639,61,1055441962,'2017-09-22 19:50:05',''),(61230,1,1,62988,1,2366148107,'2017-09-22 20:05:24',''),(61231,1,1,62989,1,621375852,'2017-09-22 20:05:26',''),(61232,1,1,62990,1,2916406599,'2017-09-22 20:21:46',''),(61233,1,1,62991,47,3702877285,'2017-09-22 23:20:19',''),(61234,1,1,62992,15,2637637609,'2017-09-22 23:23:48',''),(61235,1,1,62993,16,3475901799,'2017-09-22 23:23:56',''),(61236,1,1,62994,59,3475901799,'2017-09-22 23:23:57',''),(61237,1,1,62995,63,676177771,'2017-09-22 23:36:11',''),(61238,1,1,62996,38,3024883479,'2017-09-23 00:45:31',''),(61239,1,1,62997,1,3024883479,'2017-09-23 01:13:43',''),(61240,1,1,62998,38,1123631831,'2017-09-23 02:36:36',''),(61241,1,1,62999,44,3475901785,'2017-09-23 04:48:32',''),(61242,1,1,63000,1,3475901785,'2017-09-23 05:31:13',''),(61243,1,1,63001,23,1123631833,'2017-09-23 07:09:30',''),(61244,1,1,63003,1,3024883612,'2017-09-23 07:30:21',''),(61245,1,1,63004,54,3652617232,'2017-09-23 09:40:13',''),(61246,1,1,63005,1,1542483272,'2017-09-23 10:35:50',''),(61247,1,1,63006,26,1152705841,'2017-09-23 10:36:25',''),(61248,1,1,63007,1,2328183214,'2017-09-23 11:28:50',''),(61249,1,1,63008,64,2637637501,'2017-09-23 12:48:41',''),(61250,1,1,63009,1,1590000062,'2017-09-23 12:50:47',''),(61251,1,1,63010,1,1534677920,'2017-09-23 13:30:32',''),(61252,1,1,63011,1,1540436758,'2017-09-23 15:30:49',''),(61253,1,1,63012,1,1540436758,'2017-09-23 15:30:53',''),(61254,1,1,63013,1,1540436758,'2017-09-23 15:30:57',''),(61255,1,1,63014,1,1540436758,'2017-09-23 15:31:00',''),(61256,1,1,63015,1,1540436758,'2017-09-23 15:31:07',''),(61257,1,1,63016,1,1540436758,'2017-09-23 15:31:12',''),(61258,1,1,63017,1,1540436758,'2017-09-23 15:31:17',''),(61259,1,1,63018,1,1540436758,'2017-09-23 15:31:22',''),(61260,1,1,63019,6,1048631628,'2017-09-23 17:13:11',''),(61261,1,1,63020,1,1048631628,'2017-09-23 17:13:21',''),(61262,1,1,63021,55,3702877279,'2017-09-23 19:13:02',''),(61263,1,1,63022,63,872366342,'2017-09-23 19:50:51',''),(61264,1,1,63023,62,2637637501,'2017-09-23 20:34:59',''),(61265,1,1,63024,1,3024883461,'2017-09-23 21:16:50',''),(61266,1,1,63025,1,1756074764,'2017-09-23 21:45:56',''),(61267,1,1,63026,1,3392026208,'2017-09-23 22:22:10',''),(61268,1,1,63027,31,872366429,'2017-09-23 23:20:23',''),(61269,1,1,63028,43,2637637501,'2017-09-24 00:14:43',''),(61270,1,1,63029,1,646749524,'2017-09-24 02:39:20',''),(61271,1,1,63030,1,1443460068,'2017-09-24 06:49:59','https://www.bing.com/'),(61272,1,1,63030,1,1443460068,'2017-09-24 07:53:23','https://www.bing.com/'),(61273,1,1,63031,49,1152705841,'2017-09-24 09:06:16',''),(61274,1,1,63032,62,3702877343,'2017-09-24 10:18:19',''),(61275,1,1,63033,1,1542483280,'2017-09-24 10:45:13',''),(61276,1,1,63034,1,1544999772,'2017-09-24 15:39:39',''),(61277,1,1,63035,1,1041806727,'2017-09-24 15:45:37',''),(61278,1,1,63036,1,1041806727,'2017-09-24 15:45:48',''),(61279,1,1,63037,28,3024883485,'2017-09-24 17:31:22',''),(61280,1,1,63038,1,1360076738,'2017-09-24 19:21:15',''),(61281,1,1,63039,1,3589854146,'2017-09-24 20:20:30',''),(61282,1,1,63040,1,3589854146,'2017-09-24 20:20:43',''),(61283,1,1,63041,1,3589854146,'2017-09-24 20:20:44',''),(61284,1,1,63042,27,3024883613,'2017-09-24 23:45:32',''),(61285,1,1,63043,6,3513381521,'2017-09-25 03:01:16',''),(61286,1,1,63044,6,676177694,'2017-09-25 05:44:55',''),(61287,1,1,63045,26,2655387239,'2017-09-25 05:48:43',''),(61288,1,1,63046,74,2655387239,'2017-09-25 05:48:49',''),(61289,1,1,63047,73,2655387239,'2017-09-25 05:48:54',''),(61290,1,1,63048,72,2655387239,'2017-09-25 05:48:58',''),(61291,1,1,63049,70,2655387239,'2017-09-25 05:49:03',''),(61292,1,1,63050,65,872366356,'2017-09-25 06:11:16',''),(61293,1,1,63051,6,1123631831,'2017-09-25 08:57:19',''),(61294,1,1,63052,26,1152705841,'2017-09-25 09:41:58',''),(61295,1,1,63053,1,1542483301,'2017-09-25 10:46:10',''),(61296,1,1,63054,1,600159725,'2017-09-25 11:00:56',''),(61297,1,1,63055,1,1384429772,'2017-09-25 11:10:47','https://www.google.co.uk/'),(61298,1,1,63056,1,1123631829,'2017-09-25 11:57:41',''),(61299,1,1,63058,1,3024883597,'2017-09-25 13:58:15',''),(61300,1,1,63059,52,2071807802,'2017-09-25 14:28:05',''),(61301,1,1,63060,62,1370410867,'2017-09-25 16:48:58','https://www.google.co.uk/'),(61302,1,1,63062,67,3291763748,'2017-09-25 17:07:16',''),(61303,1,1,63061,16,3291763748,'2017-09-25 17:07:16',''),(61304,1,1,63063,52,3291763748,'2017-09-25 17:07:18',''),(61305,1,1,63064,16,3291763748,'2017-09-25 17:07:18',''),(61306,1,1,63065,67,3291763748,'2017-09-25 17:07:19',''),(61307,1,1,63066,52,3291763748,'2017-09-25 17:07:20',''),(61308,1,1,63067,1,3291763748,'2017-09-25 17:07:21',''),(61309,1,1,63068,1,3291763748,'2017-09-25 17:07:21',''),(61310,1,1,63069,1,3291763748,'2017-09-25 17:07:21',''),(61311,1,1,63070,16,3291763748,'2017-09-25 17:07:23',''),(61312,1,1,63071,67,3291763748,'2017-09-25 17:07:23',''),(61313,1,1,63072,52,3291763748,'2017-09-25 17:07:23',''),(61314,1,1,63073,16,3291763748,'2017-09-25 17:07:26',''),(61315,1,1,63074,1,2680907654,'2017-09-25 17:19:42',''),(61316,1,1,63075,26,2680907654,'2017-09-25 17:20:35',''),(61317,1,1,63076,18,2680907654,'2017-09-25 17:20:37',''),(61318,1,1,63077,26,2680907654,'2017-09-25 17:20:37',''),(61319,1,1,63079,45,2680907654,'2017-09-25 17:20:37',''),(61320,1,1,63080,3,2680907654,'2017-09-25 17:20:37',''),(61321,1,1,63078,43,2680907654,'2017-09-25 17:20:37',''),(61322,1,1,63081,57,2680907654,'2017-09-25 17:20:38',''),(61323,1,1,63082,9,2680907654,'2017-09-25 17:20:39',''),(61324,1,1,63083,28,2680907654,'2017-09-25 17:20:39',''),(61325,1,1,63084,50,2680907654,'2017-09-25 17:20:40',''),(61326,1,1,63085,26,2680907654,'2017-09-25 17:20:40',''),(61327,1,1,63086,51,2680907654,'2017-09-25 17:20:40',''),(61328,1,1,63087,26,2680907654,'2017-09-25 17:20:41',''),(61329,1,1,63088,56,2680907654,'2017-09-25 17:20:42',''),(61330,1,1,63089,26,2680907654,'2017-09-25 17:20:42',''),(61331,1,1,63090,55,2680907654,'2017-09-25 17:20:42',''),(61332,1,1,63091,26,2680907654,'2017-09-25 17:20:43',''),(61333,1,1,63092,62,2680907654,'2017-09-25 17:20:43',''),(61334,1,1,63093,1,1123631135,'2017-09-25 18:02:23',''),(61335,1,1,63094,1,629868648,'2017-09-25 18:22:04',''),(61336,1,1,63095,1,1123631106,'2017-09-25 18:33:37',''),(61337,1,1,63096,1,1476059261,'2017-09-25 19:17:55',''),(61338,1,1,63097,1,1476059215,'2017-09-25 19:17:58',''),(61339,1,1,63098,68,1123631135,'2017-09-25 23:46:56',''),(61340,1,1,63099,1,2916413666,'2017-09-26 01:53:19',''),(61341,1,1,63100,16,2916413666,'2017-09-26 01:53:22',''),(61342,1,1,63101,22,1123631135,'2017-09-26 02:14:24',''),(61343,1,1,63102,10,3024883600,'2017-09-26 02:42:59',''),(61344,1,1,63103,1,1123631108,'2017-09-26 03:03:38',''),(61345,1,1,63104,1,3332890418,'2017-09-26 04:14:19','http://pizza-tycoon.com/'),(61346,1,1,63105,1,1152705841,'2017-09-26 04:42:41',''),(61347,1,1,63106,1,2328191227,'2017-09-26 05:16:39',''),(61348,1,1,63107,56,3475901818,'2017-09-26 09:22:33',''),(61349,1,1,63108,43,3475901818,'2017-09-26 09:22:35',''),(61350,1,1,63109,16,2637637592,'2017-09-26 09:23:32',''),(61351,1,1,63110,59,2637637592,'2017-09-26 09:23:34',''),(61352,1,1,63111,63,3475901840,'2017-09-26 09:24:37',''),(61353,1,1,63112,1,1542483292,'2017-09-26 09:38:42',''),(61354,1,1,63113,58,1053975909,'2017-09-26 10:42:43',''),(61355,1,1,63114,1,2071807813,'2017-09-26 11:15:55',''),(61356,1,1,63115,1,1557119000,'2017-09-26 12:22:26','https://www.google.co.uk/'),(61357,1,1,63116,1,3479603870,'2017-09-26 12:52:50',''),(61358,1,1,63117,1,3118158352,'2017-09-26 13:14:16',''),(61359,1,1,63118,6,2954838202,'2017-09-26 13:45:20',''),(61360,1,1,63119,6,3513381521,'2017-09-26 15:31:21',''),(61361,1,1,63120,1,778664827,'2017-09-26 15:59:48',''),(61362,1,1,63121,69,778664827,'2017-09-26 15:59:50',''),(61363,1,1,63122,128,778664827,'2017-09-26 15:59:53',''),(61364,1,1,63123,69,778664827,'2017-09-26 15:59:57',''),(61365,1,1,63124,1,778664827,'2017-09-26 15:59:59',''),(61366,1,1,63125,1,2430157463,'2017-09-26 16:05:43',''),(61367,1,1,63126,1,2430157463,'2017-09-26 16:05:50',''),(61368,1,1,63127,26,2430157463,'2017-09-26 16:05:54',''),(61369,1,1,63128,26,2430157463,'2017-09-26 16:05:56',''),(61370,1,1,63129,26,2430157463,'2017-09-26 16:05:58',''),(61371,1,1,63130,26,2430157463,'2017-09-26 16:06:00',''),(61372,1,1,63131,26,2430157463,'2017-09-26 16:06:03',''),(61373,1,1,63132,26,2430157463,'2017-09-26 16:06:04',''),(61374,1,1,63133,26,2430157463,'2017-09-26 16:06:07',''),(61375,1,1,63134,26,2430157463,'2017-09-26 16:06:09',''),(61376,1,1,63135,26,2430157463,'2017-09-26 16:06:11',''),(61377,1,1,63136,1,2430157463,'2017-09-26 16:06:12',''),(61378,1,1,63137,1,1532340182,'2017-09-26 17:08:21','https://www.google.co.uk/'),(61379,1,1,63138,1,1053997316,'2017-09-26 19:10:09',''),(61380,1,1,63139,69,1053997316,'2017-09-26 19:10:12',''),(61381,1,1,63140,129,1053997316,'2017-09-26 19:10:15',''),(61382,1,1,63141,69,1053997316,'2017-09-26 19:10:17',''),(61383,1,1,63142,1,1053997316,'2017-09-26 19:10:19',''),(61384,1,1,63143,69,1053997316,'2017-09-26 19:10:21',''),(61385,1,1,63144,1,2067368318,'2017-09-26 19:23:06',''),(61386,1,1,63145,130,2067368318,'2017-09-26 19:23:09',''),(61387,1,1,63146,1,2067368318,'2017-09-26 19:23:14',''),(61388,1,1,63147,69,2067368318,'2017-09-26 19:23:17',''),(61389,1,1,63148,1,3118158352,'2017-09-26 20:10:24',''),(61390,1,1,63149,26,1476059215,'2017-09-26 20:13:47',''),(61391,1,1,63150,58,2366148107,'2017-09-26 20:31:28',''),(61392,1,1,63151,43,2366148107,'2017-09-26 21:13:13',''),(61393,1,1,63152,1,3024883610,'2017-09-26 22:04:14',''),(61394,1,1,63153,26,1476059215,'2017-09-26 22:10:58',''),(61395,1,1,63154,38,2071807825,'2017-09-26 23:04:28',''),(61396,1,1,63155,67,1476059215,'2017-09-26 23:07:40',''),(61397,1,1,63156,1,2918777125,'2017-09-26 23:16:07',''),(61398,1,1,63157,1,2918777125,'2017-09-26 23:16:13',''),(61399,1,1,63158,1,2918777125,'2017-09-26 23:16:16',''),(61400,1,1,63159,1,2918777125,'2017-09-26 23:16:21',''),(61401,1,1,63160,1,2918777125,'2017-09-26 23:16:26',''),(61402,1,1,63161,1,2918777125,'2017-09-26 23:16:28',''),(61403,1,1,63162,1,2918777125,'2017-09-26 23:16:32',''),(61404,1,1,63163,1,2918777125,'2017-09-26 23:16:36',''),(61405,1,1,63164,26,2366148107,'2017-09-26 23:31:59',''),(61406,1,1,63165,51,2760155400,'2017-09-27 00:39:50',''),(61407,1,1,63166,1,2053144713,'2017-09-27 00:54:46',''),(61408,1,1,63167,26,1476059215,'2017-09-27 02:02:17',''),(61409,1,1,63168,1,3227724941,'2017-09-27 02:19:56',''),(61410,1,1,63169,1,3227724941,'2017-09-27 02:20:03',''),(61411,1,1,63170,26,3227724941,'2017-09-27 02:20:10',''),(61412,1,1,63171,26,3227724941,'2017-09-27 02:20:15',''),(61413,1,1,63172,26,3227724941,'2017-09-27 02:20:17',''),(61414,1,1,63173,26,3227724941,'2017-09-27 02:20:19',''),(61415,1,1,63174,26,3227724941,'2017-09-27 02:20:21',''),(61416,1,1,63175,26,3227724941,'2017-09-27 02:20:24',''),(61417,1,1,63176,26,3227724941,'2017-09-27 02:20:26',''),(61418,1,1,63177,26,3227724941,'2017-09-27 02:20:28',''),(61419,1,1,63178,26,3227724941,'2017-09-27 02:20:31',''),(61420,1,1,63179,26,3227724941,'2017-09-27 02:20:33',''),(61421,1,1,63180,18,3227724941,'2017-09-27 02:20:36',''),(61422,1,1,63181,6,3227724941,'2017-09-27 02:20:38',''),(61423,1,1,63182,43,3227724941,'2017-09-27 02:20:41',''),(61424,1,1,63183,26,3227724941,'2017-09-27 02:20:44',''),(61425,1,1,63184,1,3227724941,'2017-09-27 02:20:45',''),(61426,1,1,63185,1,1073355026,'2017-09-27 02:58:42',''),(61427,1,1,63186,26,2366148107,'2017-09-27 03:32:07',''),(61428,1,1,63187,26,1476059215,'2017-09-27 04:01:29',''),(61429,1,1,63188,6,1476059215,'2017-09-27 04:29:28',''),(61430,1,1,63189,1,2004229707,'2017-09-27 06:08:05',''),(61431,1,1,63190,16,1476059215,'2017-09-27 06:29:05',''),(61432,1,1,63191,1,3024883478,'2017-09-27 06:32:55',''),(61433,1,1,63192,1,1384438794,'2017-09-27 07:09:07','https://www.google.co.uk/'),(61434,1,1,63193,10,2366148107,'2017-09-27 07:29:02',''),(61435,1,1,63194,26,2996480813,'2017-09-27 07:29:31',''),(61436,1,1,63195,26,1476059215,'2017-09-27 07:41:43',''),(61437,1,1,63196,26,1476059215,'2017-09-27 08:18:06',''),(61438,1,1,63197,1,1426770581,'2017-09-27 09:11:56',''),(61439,1,1,63198,26,1476059215,'2017-09-27 09:18:08',''),(61440,1,1,63199,26,2366148107,'2017-09-27 09:20:03',''),(61441,1,1,63200,26,2996480813,'2017-09-27 09:24:50',''),(61442,1,1,63201,26,1476059215,'2017-09-27 09:26:20',''),(61443,1,1,63202,1,1542483314,'2017-09-27 09:34:10',''),(61444,1,1,63203,3,1476059215,'2017-09-27 10:10:25',''),(61445,1,1,63204,27,1476059215,'2017-09-27 10:14:45',''),(61446,1,1,63205,16,1476059215,'2017-09-27 10:15:07',''),(61447,1,1,63206,26,1476059215,'2017-09-27 10:18:26',''),(61448,1,1,63207,26,1476059215,'2017-09-27 10:18:29',''),(61449,1,1,63208,26,1476059215,'2017-09-27 10:25:55',''),(61450,1,1,63209,9,1476059215,'2017-09-27 10:59:08',''),(61451,1,1,63210,1,3587046891,'2017-09-27 11:00:40','https://www.google.co.uk/'),(61452,1,1,63211,1,2032734772,'2017-09-27 11:26:02',''),(61453,1,1,63212,1,2032734772,'2017-09-27 11:26:21',''),(61454,1,1,63213,131,2032734772,'2017-09-27 11:26:40',''),(61455,1,1,63214,1,2032734772,'2017-09-27 11:26:57',''),(61456,1,1,63215,28,2032734772,'2017-09-27 11:27:12',''),(61457,1,1,63216,28,2032734772,'2017-09-27 11:27:27',''),(61458,1,1,63217,1,1618976674,'2017-09-27 11:58:02',''),(61459,1,1,63218,28,1618976674,'2017-09-27 11:58:04',''),(61460,1,1,63219,132,1618976674,'2017-09-27 11:58:06',''),(61461,1,1,63220,28,1618976674,'2017-09-27 11:58:09',''),(61462,1,1,63221,10,3024883618,'2017-09-27 12:17:05',''),(61463,1,1,63222,1,3572217091,'2017-09-27 13:00:06',''),(61464,1,1,63223,133,3572217091,'2017-09-27 13:00:08',''),(61465,1,1,63224,1,3572217091,'2017-09-27 13:00:10',''),(61466,1,1,63225,28,3572217091,'2017-09-27 13:00:12',''),(61467,1,1,63226,28,3572217091,'2017-09-27 13:00:14',''),(61468,1,1,63227,1,401015827,'2017-09-27 13:18:12',''),(61469,1,1,63228,28,401015827,'2017-09-27 13:18:14',''),(61470,1,1,63229,134,401015827,'2017-09-27 13:18:16',''),(61471,1,1,63230,28,401015827,'2017-09-27 13:18:20',''),(61472,1,1,63231,1,401015827,'2017-09-27 13:18:23',''),(61473,1,1,63232,1,3156738244,'2017-09-27 13:31:35',''),(61474,1,1,63233,28,3156738244,'2017-09-27 13:31:36',''),(61475,1,1,63234,135,3156738244,'2017-09-27 13:31:37',''),(61476,1,1,63235,28,3156738244,'2017-09-27 13:31:39',''),(61477,1,1,63236,1,1398844205,'2017-09-27 13:44:16',''),(61478,1,1,63237,28,1398844205,'2017-09-27 13:44:19',''),(61479,1,1,63238,136,1398844205,'2017-09-27 13:44:22',''),(61480,1,1,63239,28,1398844205,'2017-09-27 13:44:24',''),(61481,1,1,63240,1,1398844205,'2017-09-27 13:44:26',''),(61482,1,1,63241,1,3587031162,'2017-09-27 14:52:32','http://www.google.co.uk/'),(61483,1,1,63242,6,3513381521,'2017-09-27 16:34:46',''),(61484,1,1,63243,16,2637637518,'2017-09-27 16:47:55',''),(61485,1,1,63244,26,2071807787,'2017-09-28 00:19:48',''),(61486,1,1,63245,1,676177775,'2017-09-28 00:25:52',''),(61487,1,1,63246,1,3024883617,'2017-09-28 02:13:54',''),(61488,1,1,63247,56,2637637518,'2017-09-28 03:29:02',''),(61489,1,1,63248,1,1426770581,'2017-09-28 04:35:04',''),(61490,1,1,63249,1,1732574078,'2017-09-28 06:24:45',''),(61491,1,1,63250,46,1732574078,'2017-09-28 06:24:48',''),(61492,1,1,63251,137,1732574078,'2017-09-28 06:24:52',''),(61493,1,1,63252,46,1732574078,'2017-09-28 06:24:59',''),(61494,1,1,63253,55,1123631829,'2017-09-28 08:53:10',''),(61495,1,1,63254,1,1857249810,'2017-09-28 08:56:41',''),(61496,1,1,63255,1,1542483277,'2017-09-28 09:38:11',''),(61497,1,1,63256,1,2499598058,'2017-09-28 12:14:23','https://www.google.co.uk/'),(61498,1,1,63257,75,3024883470,'2017-09-28 12:24:18',''),(61499,1,1,63258,52,2760155404,'2017-09-28 13:20:29',''),(61500,1,1,63259,6,3427775501,'2017-09-28 13:32:46',''),(61501,1,1,63260,1,1384440522,'2017-09-28 14:34:35',''),(61502,1,1,63261,1,3024883482,'2017-09-28 15:30:26',''),(61503,1,1,63262,55,3702877331,'2017-09-28 15:55:07',''),(61504,1,1,63263,1,2959916033,'2017-09-28 16:14:58',''),(61505,1,1,63264,57,1152705841,'2017-09-28 18:04:51',''),(61506,1,1,63265,6,758752254,'2017-09-28 19:05:32',''),(61507,1,1,63266,43,2637637579,'2017-09-28 21:15:11',''),(61508,1,1,63267,1,2328191225,'2017-09-28 21:28:44',''),(61509,1,1,63268,68,1506943549,'2017-09-28 22:59:08',''),(61510,1,1,63269,1,1760306476,'2017-09-28 23:23:42',''),(61511,1,1,63270,26,1760306476,'2017-09-28 23:24:43',''),(61512,1,1,63272,18,1760306476,'2017-09-28 23:24:47',''),(61513,1,1,63271,26,1760306476,'2017-09-28 23:24:47',''),(61514,1,1,63274,45,1760306476,'2017-09-28 23:24:48',''),(61515,1,1,63273,43,1760306476,'2017-09-28 23:24:48',''),(61516,1,1,63275,3,1760306476,'2017-09-28 23:24:48',''),(61517,1,1,63276,57,1760306476,'2017-09-28 23:24:49',''),(61518,1,1,63278,28,1760306476,'2017-09-28 23:24:51',''),(61519,1,1,63277,9,1760306476,'2017-09-28 23:24:51',''),(61520,1,1,63279,26,1760306476,'2017-09-28 23:24:52',''),(61521,1,1,63280,50,1760306476,'2017-09-28 23:24:52',''),(61522,1,1,63281,51,1760306476,'2017-09-28 23:24:52',''),(61523,1,1,63283,56,1760306476,'2017-09-28 23:24:55',''),(61524,1,1,63282,26,1760306476,'2017-09-28 23:24:55',''),(61525,1,1,63284,26,1760306476,'2017-09-28 23:24:56',''),(61526,1,1,63286,26,1760306476,'2017-09-28 23:24:57',''),(61527,1,1,63285,55,1760306476,'2017-09-28 23:24:57',''),(61528,1,1,63287,62,1760306476,'2017-09-28 23:24:57',''),(61529,1,1,63288,1,1159644858,'2017-09-29 00:20:19',''),(61530,1,1,63289,1,2995344073,'2017-09-29 00:29:06',''),(61531,1,1,63290,66,2071807797,'2017-09-29 04:17:29',''),(61532,1,1,63291,75,2303381357,'2017-09-29 05:00:42',''),(61533,1,1,63292,56,2637637525,'2017-09-29 08:03:10',''),(61534,1,1,63293,43,2637637525,'2017-09-29 08:03:12',''),(61535,1,1,63294,15,676177707,'2017-09-29 08:03:12',''),(61536,1,1,63295,16,2637637579,'2017-09-29 08:03:12',''),(61537,1,1,63296,59,2637637579,'2017-09-29 08:03:14',''),(61538,1,1,63297,63,2637637535,'2017-09-29 08:03:19',''),(61539,1,1,63298,1,1542483326,'2017-09-29 09:23:14',''),(61540,1,1,63299,64,3024883470,'2017-09-29 09:30:18',''),(61541,1,1,63300,1,3512394194,'2017-09-29 10:21:27',''),(61542,1,1,63301,44,872366348,'2017-09-29 10:30:57',''),(61543,1,1,63302,73,2637637525,'2017-09-29 12:57:09',''),(61544,1,1,63303,52,676177707,'2017-09-29 14:05:44',''),(61545,1,1,63304,47,3024883599,'2017-09-29 14:58:45',''),(61546,1,1,63305,65,314739612,'2017-09-29 15:49:59',''),(61547,1,1,63306,1,314739612,'2017-09-29 15:50:06',''),(61548,1,1,63307,65,314739612,'2017-09-29 15:50:08',''),(61549,1,1,63308,69,1152705841,'2017-09-29 16:46:53',''),(61550,1,1,63309,1,3024883489,'2017-09-29 20:37:49',''),(61551,1,1,63310,65,608709756,'2017-09-29 21:07:08',''),(61552,1,1,63311,1,608709756,'2017-09-29 21:07:11',''),(61553,1,1,63312,65,608709756,'2017-09-29 21:07:14',''),(61554,1,1,63313,48,3024883608,'2017-09-29 21:44:29',''),(61555,1,1,63314,1,2319749421,'2017-09-29 23:21:43',''),(61556,1,1,63315,1,3075961474,'2017-09-29 23:21:43',''),(61557,1,1,63316,1,1123632437,'2017-09-30 01:20:34',''),(61558,1,1,63318,10,3652617366,'2017-09-30 02:00:52',''),(61559,1,1,63319,46,2071807804,'2017-09-30 04:26:23',''),(61560,1,1,63320,1,2420902978,'2017-09-30 04:32:16',''),(61561,1,1,63321,1,2420902978,'2017-09-30 04:32:19',''),(61562,1,1,63322,1,2420902978,'2017-09-30 04:32:21',''),(61563,1,1,63323,1,2420902978,'2017-09-30 04:32:24',''),(61564,1,1,63324,1,2420902978,'2017-09-30 04:32:27',''),(61565,1,1,63325,1,2420902978,'2017-09-30 04:32:30',''),(61566,1,1,63326,1,2420902978,'2017-09-30 04:32:32',''),(61567,1,1,63327,1,2420902978,'2017-09-30 04:32:35',''),(61568,1,1,63328,1,1476059215,'2017-09-30 05:13:35',''),(61569,1,1,63329,1,1476059261,'2017-09-30 05:13:38',''),(61570,1,1,63330,45,1123632439,'2017-09-30 06:05:56',''),(61571,1,1,63331,43,2637637525,'2017-09-30 06:52:56',''),(61572,1,1,63332,6,1123632437,'2017-09-30 08:48:07',''),(61573,1,1,63333,1,2366148107,'2017-09-30 09:12:36',''),(61574,1,1,63334,1,1476059261,'2017-09-30 09:12:39',''),(61575,1,1,63335,1,1542483318,'2017-09-30 09:16:34',''),(61576,1,1,63336,1,1123632439,'2017-09-30 10:25:23',''),(61577,1,1,63337,45,2637637525,'2017-09-30 11:28:30',''),(61578,1,1,63338,45,2637637525,'2017-09-30 11:51:20',''),(61579,1,1,63339,45,2637637525,'2017-09-30 12:20:33',''),(61580,1,1,63340,30,1123632439,'2017-09-30 14:38:31',''),(61581,1,1,63341,1,1123632439,'2017-09-30 16:22:15',''),(61582,1,1,63342,1,2937321444,'2017-09-30 16:55:50',''),(61583,1,1,63343,68,3652617230,'2017-09-30 17:03:46',''),(61584,1,1,63344,1,2760155435,'2017-09-30 19:12:47',''),(61585,1,1,63345,1,2366148107,'2017-09-30 22:00:32',''),(61586,1,1,63346,1,2366148107,'2017-09-30 22:00:34',''),(61587,1,1,63347,68,2637637535,'2017-09-30 22:48:32',''),(61588,1,1,63348,1,2637637489,'2017-10-01 01:27:20',''),(61589,1,1,63349,43,2637637472,'2017-10-01 01:27:25',''),(61590,1,1,63350,43,2637637472,'2017-10-01 01:27:27',''),(61591,1,1,63351,16,3475901866,'2017-10-01 01:27:36',''),(61592,1,1,63352,1,1123631135,'2017-10-01 05:25:24',''),(61593,1,1,63353,1,1152705841,'2017-10-01 06:21:06',''),(61594,1,1,63354,26,1476059215,'2017-10-01 06:27:31',''),(61595,1,1,63355,1,3373404845,'2017-10-01 07:12:05',''),(61596,1,1,63356,26,2366148107,'2017-10-01 07:13:42',''),(61597,1,1,63357,43,1123631106,'2017-10-01 08:27:22',''),(61598,1,1,63358,26,1476059215,'2017-10-01 09:12:44',''),(61599,1,1,63359,1,1384444289,'2017-10-01 10:54:56',''),(61600,1,1,63360,26,1152705841,'2017-10-01 11:25:44',''),(61601,1,1,63361,26,2366148107,'2017-10-01 11:34:43',''),(61602,1,1,63362,1,1542483308,'2017-10-01 11:39:20',''),(61603,1,1,63363,43,3024883596,'2017-10-01 15:19:27',''),(61604,1,1,63364,1,2328194877,'2017-10-01 15:45:57',''),(61605,1,1,63365,1,2499576153,'2017-10-01 17:24:59','https://www.google.co.uk/'),(61606,1,1,63366,6,3117721759,'2017-10-01 18:52:53',''),(61607,1,1,63367,1,3117721759,'2017-10-01 18:52:58',''),(61608,1,1,63368,3,3058212506,'2017-10-01 19:35:27',''),(61609,1,1,63369,1,1907148995,'2017-10-01 19:35:45',''),(61610,1,1,63370,1,3479603870,'2017-10-01 20:35:14',''),(61611,1,1,63371,50,1152705841,'2017-10-01 21:36:55',''),(61612,1,1,63372,1,917200171,'2017-10-02 00:44:02',''),(61613,1,1,63373,64,2071807839,'2017-10-02 02:35:53',''),(61614,1,1,63374,1,2680902373,'2017-10-02 02:47:32',''),(61615,1,1,63375,26,2680902373,'2017-10-02 02:48:00',''),(61616,1,1,63377,18,2680902373,'2017-10-02 02:48:00',''),(61617,1,1,63376,26,2680902373,'2017-10-02 02:48:00',''),(61618,1,1,63378,3,2680902373,'2017-10-02 02:48:01',''),(61619,1,1,63379,43,2680902373,'2017-10-02 02:48:01',''),(61620,1,1,63380,57,2680902373,'2017-10-02 02:48:02',''),(61621,1,1,63382,9,2680902373,'2017-10-02 02:48:02',''),(61622,1,1,63381,45,2680902373,'2017-10-02 02:48:02',''),(61623,1,1,63383,28,2680902373,'2017-10-02 02:48:03',''),(61624,1,1,63384,50,2680902373,'2017-10-02 02:48:04',''),(61625,1,1,63385,26,2680902373,'2017-10-02 02:48:04',''),(61626,1,1,63386,51,2680902373,'2017-10-02 02:48:04',''),(61627,1,1,63387,26,2680902373,'2017-10-02 02:48:05',''),(61628,1,1,63388,56,2680902373,'2017-10-02 02:48:06',''),(61629,1,1,63389,26,2680902373,'2017-10-02 02:48:06',''),(61630,1,1,63390,55,2680902373,'2017-10-02 02:48:07',''),(61631,1,1,63391,26,2680902373,'2017-10-02 02:48:07',''),(61632,1,1,63392,62,2680902373,'2017-10-02 02:48:07',''),(61633,1,1,63393,69,3024883618,'2017-10-02 02:56:17',''),(61634,1,1,63394,6,3116354562,'2017-10-02 04:17:40',''),(61635,1,1,63395,1,1159644850,'2017-10-02 04:52:50',''),(61636,1,1,63396,1,1476059215,'2017-10-02 06:34:56',''),(61637,1,1,63397,1,2996480813,'2017-10-02 06:34:59',''),(61638,1,1,63398,1,3024883483,'2017-10-02 06:37:51',''),(61639,1,1,63399,6,3513381521,'2017-10-02 06:43:29',''),(61640,1,1,63400,1,3024883603,'2017-10-02 09:30:43',''),(61641,1,1,63401,53,3423391754,'2017-10-02 09:38:35',''),(61642,1,1,63402,1,3282804967,'2017-10-02 10:02:52','https://www.google.co.uk/'),(61643,1,1,63403,1,3633384286,'2017-10-02 10:08:32','http://whois.domaintools.com/mstyresblackburn.co.uk'),(61644,1,1,63404,1,1542483272,'2017-10-02 10:31:25',''),(61645,1,1,63405,15,3427775507,'2017-10-02 12:28:38',''),(61646,1,1,63406,43,2637637460,'2017-10-02 13:34:15',''),(61647,1,1,63407,16,872367984,'2017-10-02 13:48:41',''),(61648,1,1,63408,1,1444306095,'2017-10-02 16:10:42','http://www.google.co.uk/'),(61649,1,1,63409,58,1123631106,'2017-10-02 17:30:48',''),(61650,1,1,63410,1,1152705841,'2017-10-02 17:48:10',''),(61651,1,1,63411,1,3024883612,'2017-10-02 22:27:05',''),(61652,1,1,63412,26,2071807792,'2017-10-02 23:13:34',''),(61653,1,1,63413,38,2760155457,'2017-10-02 23:31:14',''),(61654,1,1,63414,1,3475901843,'2017-10-03 01:37:45',''),(61655,1,1,63415,1,1988896262,'2017-10-03 01:58:33',''),(61656,1,1,63416,6,1988896262,'2017-10-03 01:58:46',''),(61657,1,1,63417,1,1988896262,'2017-10-03 01:58:49',''),(61658,1,1,63418,1,1988896262,'2017-10-03 01:58:54',''),(61659,1,1,63419,1,1988896262,'2017-10-03 01:58:57',''),(61660,1,1,63420,9,1988896262,'2017-10-03 01:59:00',''),(61661,1,1,63421,1,1988896262,'2017-10-03 01:59:03',''),(61662,1,1,63422,1,1988896262,'2017-10-03 01:59:07',''),(61663,1,1,63423,1,1988896262,'2017-10-03 01:59:12',''),(61664,1,1,63424,1,1988896262,'2017-10-03 01:59:16',''),(61665,1,1,63425,1,1988896262,'2017-10-03 01:59:19',''),(61666,1,1,63426,1,1988896262,'2017-10-03 01:59:23',''),(61667,1,1,63427,1,1988896262,'2017-10-03 01:59:26',''),(61668,1,1,63428,1,1988896262,'2017-10-03 01:59:30',''),(61669,1,1,63429,1,1988896262,'2017-10-03 01:59:33',''),(61670,1,1,63430,1,1988896262,'2017-10-03 01:59:37',''),(61671,1,1,63431,1,1988896262,'2017-10-03 01:59:40',''),(61672,1,1,63432,1,1988896262,'2017-10-03 01:59:47',''),(61673,1,1,63433,1,1988896262,'2017-10-03 01:59:52',''),(61674,1,1,63434,1,1988896262,'2017-10-03 01:59:59',''),(61675,1,1,63435,1,1988896262,'2017-10-03 02:00:04',''),(61676,1,1,63436,1,1988896262,'2017-10-03 02:00:09',''),(61677,1,1,63437,1,1988896262,'2017-10-03 02:00:12',''),(61678,1,1,63438,1,1988896262,'2017-10-03 02:00:19',''),(61679,1,1,63439,1,1988896262,'2017-10-03 02:00:22',''),(61680,1,1,63440,1,1988896262,'2017-10-03 02:00:26',''),(61681,1,1,63441,1,1988896262,'2017-10-03 02:00:29',''),(61682,1,1,63442,1,1988896262,'2017-10-03 02:00:33',''),(61683,1,1,63443,1,1988896262,'2017-10-03 02:00:36',''),(61684,1,1,63444,1,1988896262,'2017-10-03 02:00:39',''),(61685,1,1,63445,1,3337957847,'2017-10-03 03:40:04',''),(61686,1,1,63446,1,3337957847,'2017-10-03 03:40:07',''),(61687,1,1,63447,1,3337957847,'2017-10-03 03:40:10',''),(61688,1,1,63448,1,3337957847,'2017-10-03 03:40:15',''),(61689,1,1,63449,1,3337957847,'2017-10-03 03:40:20',''),(61690,1,1,63450,1,3337957847,'2017-10-03 03:40:23',''),(61691,1,1,63451,1,3337957847,'2017-10-03 03:40:29',''),(61692,1,1,63452,1,3337957847,'2017-10-03 03:40:32',''),(61693,1,1,63453,1,3475901843,'2017-10-03 04:04:01',''),(61694,1,1,63454,43,2637637485,'2017-10-03 04:04:14',''),(61695,1,1,63455,43,2637637485,'2017-10-03 04:04:15',''),(61696,1,1,63456,16,2637637578,'2017-10-03 05:46:39',''),(61697,1,1,63457,1,1112413610,'2017-10-03 08:23:23',''),(61698,1,1,63458,1,1356066352,'2017-10-03 08:26:10',''),(61699,1,1,63459,72,3652617386,'2017-10-03 09:16:15',''),(61700,1,1,63460,1,1542483270,'2017-10-03 09:58:38',''),(61701,1,1,63461,1,1426770581,'2017-10-03 12:01:43',''),(61702,1,1,63462,1,2959916033,'2017-10-03 12:39:43',''),(61703,1,1,63463,1,3024883598,'2017-10-03 12:43:01',''),(61704,1,1,63464,1,1747474768,'2017-10-03 13:15:14',''),(61705,1,1,63465,71,3024883489,'2017-10-03 14:06:34',''),(61706,1,1,63466,26,3702877299,'2017-10-03 16:11:11',''),(61707,1,1,63467,23,1123631108,'2017-10-03 17:52:15',''),(61708,1,1,63468,1,2366145566,'2017-10-03 18:19:04',''),(61709,1,1,63469,1,621375874,'2017-10-03 18:19:06',''),(61710,1,1,63470,53,3024883490,'2017-10-03 21:43:31',''),(61711,1,1,63471,1,1756074877,'2017-10-03 21:46:54',''),(61712,1,1,63472,74,2760155473,'2017-10-04 02:25:51',''),(61713,1,1,63473,1,3423391250,'2017-10-04 06:26:43',''),(61714,1,1,63474,1,2328194918,'2017-10-04 06:40:45',''),(61715,1,1,63475,43,2637637415,'2017-10-04 08:09:07',''),(61716,1,1,63476,1,1542483288,'2017-10-04 09:02:24',''),(61717,1,1,63477,1,1542483293,'2017-10-04 09:02:25',''),(61718,1,1,63478,41,2071807774,'2017-10-04 09:41:31',''),(61719,1,1,63464,1,224255673,'2017-10-04 09:56:20',''),(61720,1,1,63268,68,1506943549,'2017-10-04 11:04:14',''),(61721,1,1,63479,1,1123631135,'2017-10-04 11:23:20',''),(61722,1,1,63480,1,1123631108,'2017-10-04 11:24:15',''),(61723,1,1,63481,1,1329783296,'2017-10-04 11:33:25','https://www.google.co.uk/'),(61724,1,1,63482,1,1041806726,'2017-10-04 11:42:25',''),(61725,1,1,63483,1,1041806727,'2017-10-04 11:42:26',''),(61726,1,1,63484,1,921030309,'2017-10-04 12:27:36',''),(61727,1,1,63485,50,1123631106,'2017-10-04 12:54:42',''),(61728,1,1,63486,1,3024883488,'2017-10-04 14:34:40',''),(61729,1,1,63487,75,1123631106,'2017-10-04 17:17:08',''),(61730,1,1,63488,18,872366391,'2017-10-04 17:26:15',''),(61731,1,1,63489,16,2637637415,'2017-10-04 17:52:41',''),(61732,1,1,63490,63,3475901843,'2017-10-04 17:52:41',''),(61733,1,1,63491,43,2637637415,'2017-10-04 17:52:42',''),(61734,1,1,63492,56,2637637415,'2017-10-04 17:52:44',''),(61735,1,1,63493,16,3475901722,'2017-10-04 17:52:44',''),(61736,1,1,63494,59,3475901722,'2017-10-04 17:52:46',''),(61737,1,1,63495,15,2637637422,'2017-10-04 17:53:08',''),(61738,1,1,63496,1,3512960771,'2017-10-04 18:23:51',''),(61739,1,1,63497,65,1123631108,'2017-10-04 18:26:37',''),(61740,1,1,63499,1,1123631106,'2017-10-04 18:55:32',''),(61741,1,1,63501,1,1123631135,'2017-10-04 19:22:30',''),(61742,1,1,63502,1,224255283,'2017-10-04 22:23:19',''),(61743,1,1,63503,1,2328195009,'2017-10-04 22:55:42',''),(61744,1,1,63504,26,2328195009,'2017-10-04 22:56:46',''),(61745,1,1,63505,26,2328195009,'2017-10-04 22:56:49',''),(61746,1,1,63508,43,2328195009,'2017-10-04 22:56:50',''),(61747,1,1,63509,45,2328195009,'2017-10-04 22:56:50',''),(61748,1,1,63507,3,2328195009,'2017-10-04 22:56:50',''),(61749,1,1,63506,18,2328195009,'2017-10-04 22:56:50',''),(61750,1,1,63510,57,2328195009,'2017-10-04 22:56:51',''),(61751,1,1,63511,9,2328195009,'2017-10-04 22:56:52',''),(61752,1,1,63512,28,2328195009,'2017-10-04 22:56:52',''),(61753,1,1,63514,51,2328195009,'2017-10-04 22:56:53',''),(61754,1,1,63513,50,2328195009,'2017-10-04 22:56:53',''),(61755,1,1,63515,26,2328195009,'2017-10-04 22:56:53',''),(61756,1,1,63516,26,2328195009,'2017-10-04 22:56:54',''),(61757,1,1,63517,56,2328195009,'2017-10-04 22:56:55',''),(61758,1,1,63518,26,2328195009,'2017-10-04 22:56:55',''),(61759,1,1,63521,62,2328195009,'2017-10-04 22:56:56',''),(61760,1,1,63520,26,2328195009,'2017-10-04 22:56:56',''),(61761,1,1,63519,55,2328195009,'2017-10-04 22:56:56',''),(61762,1,1,63522,1,1123631108,'2017-10-05 01:15:10',''),(61763,1,1,63524,1,1123631108,'2017-10-05 02:01:42',''),(61764,1,1,63525,75,3475901722,'2017-10-05 02:47:36',''),(61765,1,1,63526,1,1123631135,'2017-10-05 02:56:47',''),(61766,1,1,63527,1,1426770581,'2017-10-05 03:17:06',''),(61767,1,1,63528,1,1123631135,'2017-10-05 04:21:11',''),(61768,1,1,63529,49,3024883481,'2017-10-05 04:39:45',''),(61769,1,1,63530,1,1123631108,'2017-10-05 04:50:29',''),(61770,1,1,63531,1,1123631135,'2017-10-05 04:59:57',''),(61771,1,1,63532,26,1152705841,'2017-10-05 05:12:14',''),(61772,1,1,63533,1,1344976726,'2017-10-05 07:34:40','https://www.google.co.uk/'),(61773,1,1,63534,1,1123631108,'2017-10-05 08:09:13',''),(61774,1,1,63536,68,3475901887,'2017-10-05 08:40:03',''),(61775,1,1,63537,1,1542483313,'2017-10-05 08:58:26',''),(61776,1,1,63538,6,1123631108,'2017-10-05 09:58:58',''),(61777,1,1,63539,1,1442835034,'2017-10-05 13:01:10','https://www.google.co.uk/'),(61778,1,1,63540,1,1442835034,'2017-10-05 13:01:10','https://www.google.co.uk/'),(61779,1,1,63541,1,3024883484,'2017-10-05 13:40:19',''),(61780,1,1,63542,1,2637637422,'2017-10-05 13:55:16',''),(61781,1,1,63543,1,3423391754,'2017-10-05 14:05:17',''),(61782,1,1,63544,43,3475901722,'2017-10-05 15:24:01',''),(61783,1,1,63545,16,2637637415,'2017-10-05 15:24:02',''),(61784,1,1,63546,43,3475901722,'2017-10-05 15:24:03',''),(61785,1,1,63547,1,2637637422,'2017-10-05 15:24:05',''),(61786,1,1,63548,43,3475901722,'2017-10-05 16:30:07',''),(61787,1,1,63549,1,3024883472,'2017-10-05 16:40:54',''),(61788,1,1,63550,1,3024883485,'2017-10-05 19:26:18',''),(61789,1,1,63551,1,3024883614,'2017-10-05 19:51:42',''),(61790,1,1,63552,1,1838979985,'2017-10-05 21:46:36','https://www.google.co.uk/'),(61791,1,1,63553,15,1603311169,'2017-10-05 21:54:16','https://www.google.co.uk/'),(61792,1,1,63554,73,872366412,'2017-10-05 23:12:14',''),(61793,1,1,63555,50,2071807841,'2017-10-06 00:10:13',''),(61794,1,1,63556,57,3652617248,'2017-10-06 04:41:53',''),(61795,1,1,63557,1,1426770581,'2017-10-06 05:01:33',''),(61796,1,1,63558,1,621375833,'2017-10-06 05:51:15',''),(61797,1,1,63559,1,621375877,'2017-10-06 05:51:19',''),(61798,1,1,63560,6,3513381521,'2017-10-06 07:02:08',''),(61799,1,1,63561,1,1542483306,'2017-10-06 08:55:47',''),(61800,1,1,63562,1,2420902020,'2017-10-06 09:19:24',''),(61801,1,1,63563,1,2420902020,'2017-10-06 09:19:26',''),(61802,1,1,63564,1,2420902020,'2017-10-06 09:19:30',''),(61803,1,1,63565,1,2420902020,'2017-10-06 09:19:33',''),(61804,1,1,63566,1,2420902020,'2017-10-06 09:19:36',''),(61805,1,1,63567,1,2420902020,'2017-10-06 09:19:39',''),(61806,1,1,63568,1,2420902020,'2017-10-06 09:19:42',''),(61807,1,1,63569,1,2420902020,'2017-10-06 09:19:45',''),(61808,1,1,63570,1,1123631108,'2017-10-06 09:59:25',''),(61809,1,1,63571,63,2637637590,'2017-10-06 11:40:40',''),(61810,1,1,63572,1,3587046762,'2017-10-06 13:02:43','https://www.google.co.uk/'),(61811,1,1,63573,44,3024883462,'2017-10-06 13:16:29',''),(61812,1,1,63574,63,2637637590,'2017-10-06 14:16:35',''),(61813,1,1,63575,15,676177668,'2017-10-06 14:16:44',''),(61814,1,1,63576,1,755387643,'2017-10-06 15:16:50',''),(61815,1,1,63577,26,2071807793,'2017-10-06 18:44:58',''),(61816,1,1,63578,1,3024883482,'2017-10-06 19:22:20',''),(61817,1,1,63579,6,392150975,'2017-10-06 19:34:03',''),(61818,1,1,63580,1,3024883473,'2017-10-06 21:07:05',''),(61819,1,1,63581,49,872367987,'2017-10-07 01:11:02',''),(61820,1,1,63582,1,3024883615,'2017-10-07 01:31:21',''),(61821,1,1,63583,1,2328194875,'2017-10-07 01:38:33',''),(61822,1,1,63584,1,2984400929,'2017-10-07 05:45:55',''),(61823,1,1,63585,43,2984400929,'2017-10-07 05:46:49',''),(61824,1,1,63586,48,872366339,'2017-10-07 06:19:48',''),(61825,1,1,63587,43,2984400929,'2017-10-07 07:21:55',''),(61826,1,1,63588,43,2984400929,'2017-10-07 07:22:00',''),(61827,1,1,63589,1,2984400929,'2017-10-07 07:22:05',''),(61828,1,1,63590,43,2984400929,'2017-10-07 07:22:11',''),(61829,1,1,63591,1,610985319,'2017-10-07 07:44:48',''),(61830,1,1,63592,26,3475901758,'2017-10-07 07:54:53',''),(61831,1,1,63593,49,1123631108,'2017-10-07 08:47:29',''),(61832,1,1,63594,1,1542483285,'2017-10-07 08:51:46',''),(61833,1,1,63595,6,3702877296,'2017-10-07 09:06:36',''),(61834,1,1,63596,1,1426770581,'2017-10-07 10:29:13',''),(61835,1,1,63597,56,3024883595,'2017-10-07 11:01:51',''),(61836,1,1,63598,71,872367997,'2017-10-07 11:06:02',''),(61837,1,1,63599,1,1123631106,'2017-10-07 11:24:49',''),(61838,1,1,63600,1,2959916033,'2017-10-07 13:18:43',''),(61839,1,1,63601,55,2760155450,'2017-10-07 14:04:02',''),(61840,1,1,63602,43,2984400929,'2017-10-07 14:11:49',''),(61841,1,1,63603,65,1309892331,'2017-10-07 14:17:23','http://www.google.ie/search?q=p609+tyres&oq=p609+tyres&gs_l=mobile-heirloom-serp.12...0.0.1.1998.0.0.0.0.0.0.0.0..0.0....0...1..34.mobile-heirloom-serp..0.6.443.YFu2zDT6Cpo'),(61842,1,1,63604,69,872366432,'2017-10-07 14:29:00',''),(61843,1,1,63605,70,1123631135,'2017-10-07 16:46:01',''),(61844,1,1,63606,1,786803397,'2017-10-07 16:50:33',''),(61845,1,1,63607,1,2959916033,'2017-10-07 17:22:15',''),(61846,1,1,63608,15,2637637613,'2017-10-07 18:02:29',''),(61847,1,1,63609,1,1544049167,'2017-10-07 18:16:53','https://www.google.co.uk/'),(61848,1,1,63610,1,1041806726,'2017-10-07 18:19:07',''),(61849,1,1,63611,26,3475901844,'2017-10-07 19:45:24',''),(61850,1,1,63612,1,758640202,'2017-10-07 20:53:19',''),(61851,1,1,63613,26,758640202,'2017-10-07 20:54:12',''),(61852,1,1,63614,26,758640202,'2017-10-07 20:54:16',''),(61853,1,1,63615,18,758640202,'2017-10-07 20:54:16',''),(61854,1,1,63616,43,758640202,'2017-10-07 20:54:17',''),(61855,1,1,63617,3,758640202,'2017-10-07 20:54:17',''),(61856,1,1,63618,45,758640202,'2017-10-07 20:54:17',''),(61857,1,1,63619,57,758640202,'2017-10-07 20:54:18',''),(61858,1,1,63620,9,758640202,'2017-10-07 20:54:20',''),(61859,1,1,63621,28,758640202,'2017-10-07 20:54:21',''),(61860,1,1,63623,26,758640202,'2017-10-07 20:54:21',''),(61861,1,1,63624,51,758640202,'2017-10-07 20:54:21',''),(61862,1,1,63622,50,758640202,'2017-10-07 20:54:21',''),(61863,1,1,63625,26,758640202,'2017-10-07 20:54:24',''),(61864,1,1,63626,56,758640202,'2017-10-07 20:54:24',''),(61865,1,1,63627,26,758640202,'2017-10-07 20:54:24',''),(61866,1,1,63628,55,758640202,'2017-10-07 20:54:26',''),(61867,1,1,63629,26,758640202,'2017-10-07 20:54:27',''),(61868,1,1,63630,62,758640202,'2017-10-07 20:54:27',''),(61869,1,1,63631,65,3024883611,'2017-10-07 21:56:06',''),(61870,1,1,63632,63,3475901726,'2017-10-07 22:56:02',''),(61871,1,1,63633,1,3024883482,'2017-10-07 23:55:21',''),(61872,1,1,63634,6,1123631106,'2017-10-08 00:43:36',''),(61873,1,1,63635,1,2637637613,'2017-10-08 01:12:15',''),(61874,1,1,63636,16,3475901844,'2017-10-08 01:12:18',''),(61875,1,1,63637,1,1152705841,'2017-10-08 03:22:38',''),(61876,1,1,63638,59,1123634133,'2017-10-08 03:50:17',''),(61877,1,1,63639,1,1053990273,'2017-10-08 04:10:32',''),(61878,1,1,63640,1,1123634133,'2017-10-08 05:09:02',''),(61879,1,1,63641,1,1451857600,'2017-10-08 05:19:50','https://www.google.co.uk/'),(61880,1,1,63642,1,1123634137,'2017-10-08 08:08:19',''),(61881,1,1,63643,1,1123634135,'2017-10-08 08:42:00',''),(61882,1,1,63644,1,1542483322,'2017-10-08 09:01:37',''),(61883,1,1,63645,1,1359135568,'2017-10-08 13:57:13',''),(61884,1,1,63646,74,1359135568,'2017-10-08 13:57:14',''),(61885,1,1,63647,138,1359135568,'2017-10-08 13:57:16',''),(61886,1,1,63648,74,1359135568,'2017-10-08 13:57:18',''),(61887,1,1,63649,1,1359135568,'2017-10-08 13:57:20',''),(61888,1,1,63650,74,1359135568,'2017-10-08 13:57:22',''),(61889,1,1,63651,1,2959916033,'2017-10-08 14:33:05',''),(61890,1,1,63652,1,1441374245,'2017-10-08 15:16:31',''),(61891,1,1,63653,74,1441374245,'2017-10-08 15:16:32',''),(61892,1,1,63654,139,1441374245,'2017-10-08 15:16:34',''),(61893,1,1,63655,74,1441374245,'2017-10-08 15:16:36',''),(61894,1,1,63656,1,1441374245,'2017-10-08 15:16:37',''),(61895,1,1,63657,74,1441374245,'2017-10-08 15:16:39',''),(61896,1,1,63658,1,1138539474,'2017-10-08 16:01:39',''),(61897,1,1,63659,74,1138539474,'2017-10-08 16:01:41',''),(61898,1,1,63660,140,1138539474,'2017-10-08 16:01:42',''),(61899,1,1,63661,74,1138539474,'2017-10-08 16:01:45',''),(61900,1,1,63662,1,1138539474,'2017-10-08 16:01:48',''),(61901,1,1,63663,1,2366145566,'2017-10-08 16:08:43',''),(61902,1,1,63664,1,2366145566,'2017-10-08 16:08:47',''),(61903,1,1,63665,1,1267891210,'2017-10-08 16:42:11',''),(61904,1,1,63666,51,1267891210,'2017-10-08 16:42:17',''),(61905,1,1,63667,141,1267891210,'2017-10-08 16:42:21',''),(61906,1,1,63668,51,1267891210,'2017-10-08 16:42:27',''),(61907,1,1,63669,1,842965101,'2017-10-08 17:10:39',''),(61908,1,1,63670,142,842965101,'2017-10-08 17:10:43',''),(61909,1,1,63671,1,842965101,'2017-10-08 17:10:47',''),(61910,1,1,63672,51,842965101,'2017-10-08 17:10:50',''),(61911,1,1,63673,51,842965101,'2017-10-08 17:10:56',''),(61912,1,1,63674,1,3000130138,'2017-10-08 17:23:58',''),(61913,1,1,63675,51,3000130138,'2017-10-08 17:24:00',''),(61914,1,1,63676,143,3000130138,'2017-10-08 17:24:04',''),(61915,1,1,63677,51,3000130138,'2017-10-08 17:24:06',''),(61916,1,1,63678,1,3000130138,'2017-10-08 17:24:08',''),(61917,1,1,63679,1,1581880964,'2017-10-08 17:34:57',''),(61918,1,1,63680,51,1581880964,'2017-10-08 17:34:58',''),(61919,1,1,63681,144,1581880964,'2017-10-08 17:35:00',''),(61920,1,1,63682,51,1581880964,'2017-10-08 17:35:02',''),(61921,1,1,63683,1,1581880964,'2017-10-08 17:35:04',''),(61922,1,1,63684,51,1581880964,'2017-10-08 17:35:06',''),(61923,1,1,63685,1,3325687754,'2017-10-08 17:44:21',''),(61924,1,1,63686,51,3325687754,'2017-10-08 17:44:23',''),(61925,1,1,63687,145,3325687754,'2017-10-08 17:44:25',''),(61926,1,1,63688,51,3325687754,'2017-10-08 17:44:29',''),(61927,1,1,63689,1,3325687754,'2017-10-08 17:44:31',''),(61928,1,1,63690,43,1760471347,'2017-10-08 17:47:36',''),(61929,1,1,63691,43,1760471347,'2017-10-08 17:47:38',''),(61930,1,1,63692,1,1760471347,'2017-10-08 17:47:40',''),(61931,1,1,63693,43,1760471347,'2017-10-08 17:47:42',''),(61932,1,1,63694,1,1500492399,'2017-10-08 18:01:29',''),(61933,1,1,63695,51,1500492399,'2017-10-08 18:01:31',''),(61934,1,1,63696,146,1500492399,'2017-10-08 18:01:32',''),(61935,1,1,63697,51,1500492399,'2017-10-08 18:01:35',''),(61936,1,1,63698,1,1500492399,'2017-10-08 18:01:37',''),(61937,1,1,63699,51,1500492399,'2017-10-08 18:01:39',''),(61938,1,1,63700,1,3479603870,'2017-10-09 00:13:05',''),(61939,1,1,63701,1,600456139,'2017-10-09 00:50:08',''),(61940,1,1,63702,14,2071807834,'2017-10-09 00:50:30',''),(61941,1,1,63703,6,1123634992,'2017-10-09 02:41:10',''),(61942,1,1,63704,1,921803529,'2017-10-09 03:33:28',''),(61943,1,1,63705,1,221815787,'2017-10-09 03:33:39',''),(61944,1,1,63706,1,221815787,'2017-10-09 03:33:42',''),(61945,1,1,63707,1,221815787,'2017-10-09 03:33:43',''),(61946,1,1,63708,1,221815787,'2017-10-09 03:33:45',''),(61947,1,1,63709,1,221815787,'2017-10-09 03:33:45',''),(61948,1,1,63710,18,221815787,'2017-10-09 03:33:46',''),(61949,1,1,63711,3,221815787,'2017-10-09 03:33:48',''),(61950,1,1,63712,1,221815787,'2017-10-09 03:33:50',''),(61951,1,1,63713,43,221815787,'2017-10-09 03:33:51',''),(61952,1,1,63714,45,221815787,'2017-10-09 03:33:53',''),(61953,1,1,63715,6,221815787,'2017-10-09 03:33:55',''),(61954,1,1,63716,1,1123634995,'2017-10-09 04:44:51',''),(61955,1,1,63717,1,1742004123,'2017-10-09 06:53:52',''),(61956,1,1,63718,1,221842031,'2017-10-09 07:38:12',''),(61957,1,1,63719,1,1542483298,'2017-10-09 08:45:37',''),(61958,1,1,63720,1,1358487887,'2017-10-09 09:21:11',''),(61959,1,1,63721,6,2954838202,'2017-10-09 09:41:43',''),(61960,1,1,63722,1,1354860064,'2017-10-09 10:54:18','https://www.bing.com/'),(61961,1,1,63722,1,1354860064,'2017-10-09 11:52:31','https://www.bing.com/'),(61962,1,1,63723,50,3024883595,'2017-10-09 12:03:25',''),(61963,1,1,63722,1,1354860064,'2017-10-09 12:27:41','https://www.bing.com/'),(61964,1,1,63724,1,3475901757,'2017-10-09 14:39:27',''),(61965,1,1,63725,6,3475901757,'2017-10-09 14:59:04',''),(61966,1,1,63726,59,3475901826,'2017-10-09 16:38:18',''),(61967,1,1,63727,58,2760155397,'2017-10-09 17:27:22',''),(61968,1,1,63728,16,2637637421,'2017-10-09 19:14:56',''),(61969,1,1,63729,65,1152705841,'2017-10-09 19:50:13',''),(61970,1,1,63730,62,872367994,'2017-10-09 22:24:31',''),(61971,1,1,63731,1,2328194939,'2017-10-09 22:28:56',''),(61972,1,1,63732,1,1123631559,'2017-10-09 23:22:10',''),(61973,1,1,63733,51,2071807794,'2017-10-09 23:23:29',''),(61974,1,1,63734,72,3024883479,'2017-10-10 00:16:25',''),(61975,1,1,63735,1,3587031223,'2017-10-10 00:28:37','https://uk.search.yahoo.com/'),(61976,1,1,63736,1,584355202,'2017-10-10 00:34:24',''),(61977,1,1,63737,1,597794579,'2017-10-10 00:34:34',''),(61978,1,1,63738,1,3024883472,'2017-10-10 01:23:02',''),(61979,1,1,63739,1,1123631561,'2017-10-10 01:29:31',''),(61980,1,1,63740,1,3109994139,'2017-10-10 01:34:34',''),(61981,1,1,63741,26,2637637421,'2017-10-10 02:10:03',''),(61982,1,1,63742,18,1508804106,'2017-10-10 02:30:44',''),(61983,1,1,63743,1,1508804106,'2017-10-10 02:30:47',''),(61984,1,1,63744,1,2637637451,'2017-10-10 02:46:20',''),(61985,1,1,63745,43,3475901826,'2017-10-10 02:46:25',''),(61986,1,1,63746,43,2637637421,'2017-10-10 02:46:30',''),(61987,1,1,63747,16,2637637421,'2017-10-10 02:46:31',''),(61988,1,1,63748,43,3475901826,'2017-10-10 02:46:34',''),(61989,1,1,63749,16,3475901826,'2017-10-10 02:46:48',''),(61990,1,1,63750,75,3475901826,'2017-10-10 03:30:59',''),(61991,1,1,63751,1,1123631559,'2017-10-10 03:58:40',''),(61992,1,1,63752,1,3024883473,'2017-10-10 03:59:27',''),(61993,1,1,63753,16,1123631557,'2017-10-10 06:27:55',''),(61994,1,1,63754,6,2637637451,'2017-10-10 06:34:08',''),(61995,1,1,63755,54,584016457,'2017-10-10 07:31:38',''),(61996,1,1,63756,1,1542483270,'2017-10-10 08:49:23',''),(61997,1,1,63757,43,1466958786,'2017-10-10 09:24:54','https://www.bing.com/'),(61998,1,1,63758,6,1123631559,'2017-10-10 09:54:16',''),(61999,1,1,63759,1,2637637451,'2017-10-10 10:52:38',''),(62000,1,1,63760,1,599325966,'2017-10-10 11:24:40',''),(62001,1,1,63761,1,599325966,'2017-10-10 11:24:40',''),(62002,1,1,63762,1,1123631557,'2017-10-10 12:08:00',''),(62003,1,1,63763,43,3475901785,'2017-10-10 13:08:59',''),(62004,1,1,63764,43,3652617366,'2017-10-10 13:33:08',''),(62005,1,1,63765,1,2366145566,'2017-10-10 15:57:16',''),(62006,1,1,63766,1,621375877,'2017-10-10 15:57:18',''),(62007,1,1,63767,1,1546188927,'2017-10-10 16:08:11','https://www.google.co.uk/'),(62008,1,1,63768,1,2328185250,'2017-10-10 20:38:04',''),(62009,1,1,63769,26,2328185250,'2017-10-10 20:38:39',''),(62010,1,1,63770,26,2328185250,'2017-10-10 20:38:39',''),(62011,1,1,63771,18,2328185250,'2017-10-10 20:38:40',''),(62012,1,1,63772,43,2328185250,'2017-10-10 20:38:40',''),(62013,1,1,63773,3,2328185250,'2017-10-10 20:38:40',''),(62014,1,1,63774,45,2328185250,'2017-10-10 20:38:40',''),(62015,1,1,63775,57,2328185250,'2017-10-10 20:38:41',''),(62016,1,1,63777,26,2328185250,'2017-10-10 20:38:43',''),(62017,1,1,63776,9,2328185250,'2017-10-10 20:38:43',''),(62018,1,1,63780,51,2328185250,'2017-10-10 20:38:43',''),(62019,1,1,63778,50,2328185250,'2017-10-10 20:38:43',''),(62020,1,1,63779,28,2328185250,'2017-10-10 20:38:43',''),(62021,1,1,63781,26,2328185250,'2017-10-10 20:38:45',''),(62022,1,1,63782,56,2328185250,'2017-10-10 20:38:45',''),(62023,1,1,63785,26,2328185250,'2017-10-10 20:38:47',''),(62024,1,1,63784,55,2328185250,'2017-10-10 20:38:47',''),(62025,1,1,63783,26,2328185250,'2017-10-10 20:38:47',''),(62026,1,1,63786,62,2328185250,'2017-10-10 20:38:47',''),(62027,1,1,63787,1,2680904281,'2017-10-10 21:29:57',''),(62028,1,1,63788,54,2071807847,'2017-10-10 23:00:39',''),(62029,1,1,63789,1,3024883479,'2017-10-10 23:30:32',''),(62030,1,1,63790,6,1754937496,'2017-10-10 23:47:39',''),(62031,1,1,63791,1,1754937496,'2017-10-10 23:47:41',''),(62032,1,1,63792,15,2637637451,'2017-10-10 23:59:23',''),(62033,1,1,63793,63,3475901866,'2017-10-10 23:59:31',''),(62034,1,1,63794,1,3024883485,'2017-10-11 03:12:58',''),(62035,1,1,63795,1,1123631831,'2017-10-11 05:11:36',''),(62036,1,1,63796,56,3475901866,'2017-10-11 06:53:52',''),(62037,1,1,63464,1,224255283,'2017-10-11 08:08:30',''),(62038,1,1,63797,1,2420929470,'2017-10-11 08:16:17',''),(62039,1,1,63798,1,1542483276,'2017-10-11 08:39:25',''),(62040,1,1,63799,66,2760155432,'2017-10-11 09:13:26',''),(62041,1,1,63800,6,3513381521,'2017-10-11 09:16:46',''),(62042,1,1,63801,3,1123631831,'2017-10-11 10:38:50',''),(62043,1,1,63802,55,3024883483,'2017-10-11 12:19:06',''),(62044,1,1,63803,1,919627301,'2017-10-11 13:41:46',''),(62045,1,1,63804,1,3373404845,'2017-10-11 14:23:59',''),(62046,1,1,63805,56,872367999,'2017-10-11 14:34:05',''),(62047,1,1,63806,52,2071807792,'2017-10-11 14:57:35',''),(62048,1,1,63807,1,1123631831,'2017-10-11 15:03:57',''),(62049,1,1,63808,59,3652617399,'2017-10-11 16:34:02',''),(62050,1,1,63809,45,3652617248,'2017-10-11 16:53:32',''),(62051,1,1,63810,67,3024883595,'2017-10-11 17:10:50',''),(62052,1,1,63811,53,872367984,'2017-10-11 18:50:55',''),(62053,1,1,63812,1,1330511699,'2017-10-11 19:04:16','https://www.google.co.uk/'),(62054,1,1,63813,1,1041806726,'2017-10-11 19:13:44',''),(62055,1,1,63814,1,1041806727,'2017-10-11 19:13:48',''),(62056,1,1,63815,1,1524259379,'2017-10-11 19:22:24',''),(62057,1,1,63815,1,1524259379,'2017-10-11 20:08:09',''),(62058,1,1,63816,43,3475901866,'2017-10-11 20:14:13',''),(62059,1,1,63817,16,3475901866,'2017-10-11 20:14:15',''),(62060,1,1,63818,43,2637637506,'2017-10-11 20:14:17',''),(62061,1,1,63819,43,2637637506,'2017-10-11 20:14:19',''),(62062,1,1,63464,1,224255673,'2017-10-11 22:49:27',''),(62063,1,1,63820,1,3050754806,'2017-10-11 23:40:45',''),(62064,1,1,63821,1,1123631191,'2017-10-12 00:54:37',''),(62065,1,1,63822,55,3475901866,'2017-10-12 02:51:29',''),(62066,1,1,63823,1,1426770581,'2017-10-12 03:49:23',''),(62067,1,1,63824,1,1123631189,'2017-10-12 08:21:14',''),(62068,1,1,63825,16,621375833,'2017-10-12 08:24:14',''),(62069,1,1,63826,1,1542483306,'2017-10-12 08:41:44',''),(62070,1,1,63827,15,676177741,'2017-10-12 08:43:31',''),(62071,1,1,63828,1,3024883606,'2017-10-12 11:30:36',''),(62072,1,1,63829,1,3024883598,'2017-10-12 11:30:44',''),(62073,1,1,63830,73,3475901866,'2017-10-12 13:49:34',''),(62074,1,1,63831,31,2071807774,'2017-10-12 13:50:09',''),(62075,1,1,63832,1,1123631193,'2017-10-12 14:28:57',''),(62076,1,1,63833,6,3116354566,'2017-10-12 14:32:47',''),(62077,1,1,63835,16,2637637506,'2017-10-12 15:27:48',''),(62078,1,1,63834,16,3475901866,'2017-10-12 15:27:48',''),(62079,1,1,63836,15,676177741,'2017-10-12 15:27:49',''),(62080,1,1,63837,56,3475901866,'2017-10-12 15:27:51',''),(62081,1,1,63838,59,2637637506,'2017-10-12 15:27:55',''),(62082,1,1,63839,26,621375833,'2017-10-12 15:32:05',''),(62083,1,1,63840,1,3275449372,'2017-10-12 15:33:03','https://www.bing.com/'),(62084,1,1,63841,16,872367990,'2017-10-12 15:36:14',''),(62085,1,1,63842,1,2366145566,'2017-10-12 15:43:24',''),(62086,1,1,63843,1,621375874,'2017-10-12 15:43:27',''),(62087,1,1,63844,1,679218850,'2017-10-12 16:09:36',''),(62088,1,1,63845,1,679218850,'2017-10-12 16:09:38',''),(62089,1,1,63846,49,1600959793,'2017-10-12 16:53:28',''),(62090,1,1,63847,1,84491631,'2017-10-12 17:10:52',''),(62091,1,1,63848,1,84491631,'2017-10-12 17:10:54',''),(62092,1,1,63849,1,84491631,'2017-10-12 17:10:57',''),(62093,1,1,63850,1,84491631,'2017-10-12 17:10:59',''),(62094,1,1,63851,1,84491631,'2017-10-12 17:11:01',''),(62095,1,1,63852,1,84491631,'2017-10-12 17:11:04',''),(62096,1,1,63853,1,84491631,'2017-10-12 17:11:07',''),(62097,1,1,63854,1,84491631,'2017-10-12 17:11:09',''),(62098,1,1,63855,42,2760155804,'2017-10-12 18:00:30',''),(62099,1,1,63856,1,2328194905,'2017-10-12 20:17:18',''),(62100,1,1,63858,1,2328194905,'2017-10-12 20:17:31',''),(62101,1,1,63857,1,2328194905,'2017-10-12 20:17:43',''),(62102,1,1,63859,1,1123631189,'2017-10-12 20:31:09',''),(62103,1,1,63860,68,621375833,'2017-10-12 21:52:30',''),(62104,1,1,63861,15,2366145566,'2017-10-12 22:01:22',''),(62105,1,1,63862,57,3024883596,'2017-10-12 22:48:06',''),(62106,1,1,63863,1,1123631106,'2017-10-13 00:36:07',''),(62107,1,1,63864,6,3291763756,'2017-10-13 01:11:32',''),(62108,1,1,63865,6,3291763756,'2017-10-13 01:11:32',''),(62109,1,1,63866,1,3291763756,'2017-10-13 01:11:34',''),(62110,1,1,63867,71,1123631135,'2017-10-13 01:19:36',''),(62111,1,1,63868,29,872367990,'2017-10-13 02:12:15',''),(62112,1,1,63869,1,1123631135,'2017-10-13 02:16:48',''),(62113,1,1,63870,1,1123631108,'2017-10-13 02:18:24',''),(62114,1,1,63464,1,1747475817,'2017-10-13 03:20:57',''),(62115,1,1,63871,1,1123631106,'2017-10-13 04:23:08',''),(62116,1,1,63872,1,3025664088,'2017-10-13 05:43:52',''),(62117,1,1,63873,6,3025664088,'2017-10-13 05:43:55',''),(62118,1,1,63874,1,3007163382,'2017-10-13 06:14:38',''),(62119,1,1,63875,1,1123631106,'2017-10-13 06:30:23',''),(62120,1,1,63876,1,3702877303,'2017-10-13 06:42:26',''),(62121,1,1,63877,1,1123631108,'2017-10-13 07:36:32',''),(62122,1,1,63878,16,3475901866,'2017-10-13 08:15:53',''),(62123,1,1,63879,43,2637637506,'2017-10-13 08:15:53',''),(62124,1,1,63880,1,3475901873,'2017-10-13 08:15:56',''),(62125,1,1,63881,43,2637637506,'2017-10-13 08:15:56',''),(62126,1,1,63882,43,3475901866,'2017-10-13 08:15:57',''),(62127,1,1,63883,63,2637637528,'2017-10-13 08:15:58',''),(62128,1,1,63884,1,1542483294,'2017-10-13 08:43:08',''),(62129,1,1,63885,1,3024883470,'2017-10-13 08:50:03',''),(62130,1,1,63886,1,3024883484,'2017-10-13 08:50:05',''),(62131,1,1,63887,1,1123631135,'2017-10-13 09:06:32',''),(62132,1,1,63888,1,35527038,'2017-10-13 09:26:27','https://www.google.co.uk/'),(62133,1,1,63889,1,1123631135,'2017-10-13 12:48:26',''),(62134,1,1,63890,1,3479603870,'2017-10-13 12:54:46',''),(62135,1,1,63722,1,1354860064,'2017-10-13 13:08:06','https://www.bing.com/'),(62136,1,1,63891,1,1123631135,'2017-10-13 14:15:50',''),(62137,1,1,63892,53,1152705841,'2017-10-13 16:04:30',''),(62138,1,1,63893,1,3024883617,'2017-10-13 16:22:44',''),(62139,1,1,63894,1,3589854147,'2017-10-13 17:35:51',''),(62140,1,1,63895,1,3589854147,'2017-10-13 17:35:52',''),(62141,1,1,63896,1,3589854147,'2017-10-13 17:35:53',''),(62142,1,1,63897,1,3589854147,'2017-10-13 17:35:54',''),(62143,1,1,63898,65,2637637528,'2017-10-13 18:51:08',''),(62144,1,1,63899,1,1123631106,'2017-10-13 19:13:26',''),(62145,1,1,63900,26,3702877301,'2017-10-13 19:32:03',''),(62146,1,1,63901,1,1123631106,'2017-10-13 20:14:41',''),(62147,1,1,63735,43,527138209,'2017-10-13 21:09:04',''),(62148,1,1,63902,1,1756074804,'2017-10-13 21:47:21',''),(62149,1,1,63903,1,1760312337,'2017-10-13 22:18:57',''),(62150,1,1,63904,26,1760312337,'2017-10-13 22:19:47',''),(62151,1,1,63905,26,1760312337,'2017-10-13 22:19:49',''),(62152,1,1,63906,18,1760312337,'2017-10-13 22:19:49',''),(62153,1,1,63907,43,1760312337,'2017-10-13 22:19:49',''),(62154,1,1,63909,3,1760312337,'2017-10-13 22:19:50',''),(62155,1,1,63908,45,1760312337,'2017-10-13 22:19:50',''),(62156,1,1,63910,57,1760312337,'2017-10-13 22:19:50',''),(62157,1,1,63911,9,1760312337,'2017-10-13 22:19:51',''),(62158,1,1,63912,28,1760312337,'2017-10-13 22:19:52',''),(62159,1,1,63913,50,1760312337,'2017-10-13 22:19:52',''),(62160,1,1,63915,26,1760312337,'2017-10-13 22:19:52',''),(62161,1,1,63914,51,1760312337,'2017-10-13 22:19:52',''),(62162,1,1,63916,26,1760312337,'2017-10-13 22:19:53',''),(62163,1,1,63917,56,1760312337,'2017-10-13 22:19:53',''),(62164,1,1,63918,26,1760312337,'2017-10-13 22:19:54',''),(62165,1,1,63920,26,1760312337,'2017-10-13 22:19:55',''),(62166,1,1,63919,55,1760312337,'2017-10-13 22:19:55',''),(62167,1,1,63921,62,1760312337,'2017-10-13 22:19:55',''),(62168,1,1,63922,63,3024883462,'2017-10-13 23:45:03',''),(62169,1,1,63923,1,2978844751,'2017-10-14 00:13:16',''),(62170,1,1,63924,1,1123631135,'2017-10-14 01:36:00',''),(62171,1,1,63925,1,1123631108,'2017-10-14 02:02:52',''),(62172,1,1,63926,1,3475901873,'2017-10-14 04:43:54',''),(62173,1,1,63927,45,1123631106,'2017-10-14 04:53:43',''),(62174,1,1,63928,1,1123631135,'2017-10-14 05:49:19',''),(62175,1,1,63930,1,224255283,'2017-10-14 06:31:17',''),(62176,1,1,63931,68,1123631135,'2017-10-14 07:46:26',''),(62177,1,1,63932,1,3024883477,'2017-10-14 08:24:52',''),(62178,1,1,63933,1,1542483296,'2017-10-14 08:46:45',''),(62179,1,1,63934,62,1123631108,'2017-10-14 09:31:49',''),(62180,1,1,63935,1,1123631135,'2017-10-14 10:05:48',''),(62181,1,1,63936,1,1123631108,'2017-10-14 10:27:31',''),(62182,1,1,63937,1,874806702,'2017-10-14 12:47:06',''),(62183,1,1,63938,1,84491505,'2017-10-14 14:07:09',''),(62184,1,1,63939,1,1123631135,'2017-10-14 14:23:44',''),(62185,1,1,63940,1,621375833,'2017-10-14 14:31:27',''),(62186,1,1,63941,1,621375877,'2017-10-14 14:31:31',''),(62187,1,1,63942,1,1152705841,'2017-10-14 14:45:54',''),(62188,1,1,63943,1,1123631135,'2017-10-14 15:12:45',''),(62189,1,1,63944,1,1123631135,'2017-10-14 15:50:59',''),(62190,1,1,63945,49,3475901720,'2017-10-14 16:35:02',''),(62191,1,1,63946,28,872368001,'2017-10-14 16:42:08',''),(62192,1,1,63947,56,1123631108,'2017-10-14 16:55:11',''),(62193,1,1,63949,1,1123631108,'2017-10-14 18:10:33',''),(62194,1,1,63950,65,1123631106,'2017-10-14 18:59:58',''),(62195,1,1,63951,16,3475901720,'2017-10-14 19:19:48',''),(62196,1,1,63952,26,2071807856,'2017-10-14 19:30:19',''),(62197,1,1,63953,6,759693565,'2017-10-14 19:34:27',''),(62198,1,1,63954,1,1123631135,'2017-10-14 19:44:22',''),(62199,1,1,63955,1,1123631135,'2017-10-14 20:32:13',''),(62200,1,1,63956,1,294558837,'2017-10-14 23:31:41',''),(62201,1,1,63957,1,875947952,'2017-10-14 23:45:31',''),(62202,1,1,63958,1,1123631135,'2017-10-15 00:19:47',''),(62203,1,1,63959,1,1123631108,'2017-10-15 00:20:48',''),(62204,1,1,63960,1,1123631135,'2017-10-15 02:55:50',''),(62205,1,1,63962,1,3024883481,'2017-10-15 03:05:36',''),(62206,1,1,63963,1,1123631135,'2017-10-15 04:23:31',''),(62207,1,1,63965,1,2499559349,'2017-10-15 05:29:48','https://www.google.co.uk/'),(62208,1,1,63966,56,3291763766,'2017-10-15 05:37:14',''),(62209,1,1,63967,1,3291763766,'2017-10-15 05:37:16',''),(62210,1,1,63968,56,3291763766,'2017-10-15 05:37:19',''),(62211,1,1,63969,1,1123631108,'2017-10-15 05:55:11',''),(62212,1,1,63970,1,1123631106,'2017-10-15 05:55:14',''),(62213,1,1,63971,1,3024883466,'2017-10-15 06:55:21',''),(62214,1,1,63972,1,1741628867,'2017-10-15 07:26:27',''),(62215,1,1,63973,1,1123631108,'2017-10-15 07:28:26',''),(62216,1,1,63974,1,1123631106,'2017-10-15 07:57:10',''),(62217,1,1,63975,1,1542483283,'2017-10-15 08:54:24',''),(62218,1,1,63976,1,1123631106,'2017-10-15 09:45:14',''),(62219,1,1,63978,1,1123631108,'2017-10-15 09:56:49',''),(62220,1,1,63980,1,1159644914,'2017-10-15 11:17:28',''),(62221,1,1,63981,1,1159644914,'2017-10-15 11:17:39',''),(62222,1,1,63982,1,1159644914,'2017-10-15 11:17:55',''),(62223,1,1,63983,1,1159644914,'2017-10-15 11:19:20',''),(62224,1,1,63984,1,1159644914,'2017-10-15 11:19:28',''),(62225,1,1,63985,1,1159644914,'2017-10-15 11:19:35',''),(62226,1,1,63986,1,1159644914,'2017-10-15 11:19:41',''),(62227,1,1,63987,1,1123631108,'2017-10-15 12:23:50',''),(62228,1,1,63989,47,3024883596,'2017-10-15 12:44:53',''),(62229,1,1,63990,1,3702883507,'2017-10-15 13:03:35',''),(62230,1,1,63991,1,1786290799,'2017-10-15 13:03:57',''),(62231,1,1,63992,1,2916127962,'2017-10-15 13:08:13',''),(62232,1,1,63993,1,1123631108,'2017-10-15 13:58:53',''),(62233,1,1,63994,1,1123631106,'2017-10-15 13:59:18',''),(62234,1,1,63995,6,96260880,'2017-10-15 15:10:58',''),(62235,1,1,63996,43,96260880,'2017-10-15 15:29:02',''),(62236,1,1,63997,69,2071807842,'2017-10-15 16:18:03',''),(62237,1,1,63998,62,2637637525,'2017-10-15 17:47:00',''),(62238,1,1,63999,1,1123631108,'2017-10-15 18:04:50',''),(62239,1,1,64000,1,2746011582,'2017-10-15 18:23:42',''),(62240,1,1,64001,1,1123631106,'2017-10-15 18:34:26',''),(62241,1,1,64002,62,3024883618,'2017-10-15 19:06:14',''),(62242,1,1,64003,43,96260880,'2017-10-15 19:13:44',''),(62243,1,1,64004,6,1123631135,'2017-10-15 19:45:12',''),(62244,1,1,64007,73,621375833,'2017-10-15 20:30:36',''),(62245,1,1,64008,1,1123631106,'2017-10-15 20:36:53',''),(62246,1,1,64010,1,1123631108,'2017-10-15 21:50:25',''),(62247,1,1,64011,1,1123631106,'2017-10-15 21:51:01',''),(62248,1,1,64012,1,1123631135,'2017-10-15 23:20:53',''),(62249,1,1,64013,43,2637637525,'2017-10-15 23:34:35',''),(62250,1,1,64014,43,2637637525,'2017-10-15 23:34:36',''),(62251,1,1,64015,1,3475901873,'2017-10-15 23:34:42',''),(62252,1,1,64016,1,2328194875,'2017-10-15 23:55:27',''),(62253,1,1,64017,43,3291763722,'2017-10-16 00:46:32',''),(62254,1,1,64018,1,3291763722,'2017-10-16 00:46:36',''),(62255,1,1,64019,43,3291763722,'2017-10-16 00:46:40',''),(62256,1,1,64020,26,621375833,'2017-10-16 00:54:35',''),(62257,1,1,64021,1,1123631108,'2017-10-16 01:00:58',''),(62258,1,1,64022,75,2366145566,'2017-10-16 01:11:09',''),(62259,1,1,64023,1,1123631106,'2017-10-16 01:23:07',''),(62260,1,1,64024,66,621375833,'2017-10-16 01:43:31',''),(62261,1,1,64026,1,1123631108,'2017-10-16 02:09:39',''),(62262,1,1,64027,1,3164818445,'2017-10-16 02:19:32',''),(62263,1,1,64028,63,96260885,'2017-10-16 02:52:20',''),(62264,1,1,64029,1,1123631108,'2017-10-16 03:20:01',''),(62265,1,1,64030,1,1123631135,'2017-10-16 03:45:33',''),(62266,1,1,64031,1,1123631135,'2017-10-16 04:43:59',''),(62267,1,1,64032,1,1123631108,'2017-10-16 05:09:32',''),(62268,1,1,64033,47,621375833,'2017-10-16 05:18:41',''),(62269,1,1,64034,1,1123631135,'2017-10-16 06:13:00',''),(62270,1,1,64036,31,2366145566,'2017-10-16 06:25:30',''),(62271,1,1,64037,1,916906904,'2017-10-16 06:42:20',''),(62272,1,1,64038,6,916906904,'2017-10-16 06:42:24',''),(62273,1,1,64039,1,916906904,'2017-10-16 06:42:27',''),(62274,1,1,64040,1,916906904,'2017-10-16 06:42:28',''),(62275,1,1,64041,18,916906904,'2017-10-16 06:42:30',''),(62276,1,1,64042,3,916906904,'2017-10-16 06:42:33',''),(62277,1,1,64043,9,916906904,'2017-10-16 06:42:35',''),(62278,1,1,64044,51,916906904,'2017-10-16 06:42:39',''),(62279,1,1,64045,69,916906904,'2017-10-16 06:42:41',''),(62280,1,1,64046,62,916906904,'2017-10-16 06:42:43',''),(62281,1,1,64047,63,916906904,'2017-10-16 06:42:45',''),(62282,1,1,64048,64,916906904,'2017-10-16 06:42:48',''),(62283,1,1,64049,56,916906904,'2017-10-16 06:42:54',''),(62284,1,1,64050,50,916906904,'2017-10-16 06:42:55',''),(62285,1,1,64051,65,916906904,'2017-10-16 06:42:59',''),(62286,1,1,64052,55,916906904,'2017-10-16 06:43:05',''),(62287,1,1,64053,28,916906904,'2017-10-16 06:43:07',''),(62288,1,1,64054,53,916906904,'2017-10-16 06:43:11',''),(62289,1,1,64055,43,916906904,'2017-10-16 06:43:13',''),(62290,1,1,64056,48,916906904,'2017-10-16 06:43:15',''),(62291,1,1,64057,52,916906904,'2017-10-16 06:43:16',''),(62292,1,1,64058,41,916906904,'2017-10-16 06:43:19',''),(62293,1,1,64059,38,916906904,'2017-10-16 06:43:21',''),(62294,1,1,64060,57,916906904,'2017-10-16 06:43:24',''),(62295,1,1,64061,45,916906904,'2017-10-16 06:43:25',''),(62296,1,1,64062,26,916906904,'2017-10-16 06:43:27',''),(62297,1,1,64063,26,916906904,'2017-10-16 06:43:29',''),(62298,1,1,64064,26,916906904,'2017-10-16 06:43:32',''),(62299,1,1,64065,26,916906904,'2017-10-16 06:43:35',''),(62300,1,1,64066,26,916906904,'2017-10-16 06:43:36',''),(62301,1,1,64067,26,916906904,'2017-10-16 06:43:38',''),(62302,1,1,64068,26,916906904,'2017-10-16 06:43:39',''),(62303,1,1,64069,26,916906904,'2017-10-16 06:43:41',''),(62304,1,1,64070,26,916906904,'2017-10-16 06:43:43',''),(62305,1,1,64071,26,916906904,'2017-10-16 06:43:44',''),(62306,1,1,64072,15,3652617223,'2017-10-16 07:03:27',''),(62307,1,1,64073,1,1838708063,'2017-10-16 07:23:42','https://www.google.co.uk/'),(62308,1,1,64074,16,3024883609,'2017-10-16 07:56:26',''),(62309,1,1,64075,1,1123631108,'2017-10-16 08:03:53',''),(62310,1,1,64077,1,1542483322,'2017-10-16 08:35:39',''),(62311,1,1,64078,1,1123631106,'2017-10-16 09:11:04',''),(62312,1,1,64080,63,676177683,'2017-10-16 09:23:37',''),(62313,1,1,64082,43,2637637589,'2017-10-16 09:45:41',''),(62314,1,1,64083,6,1571686604,'2017-10-16 10:14:31','https://www.google.co.uk/'),(62315,1,1,64084,1,3576187435,'2017-10-16 10:18:39','https://www.bing.com/'),(62316,1,1,64085,1,3576187435,'2017-10-16 10:18:41','https://www.bing.com/'),(62317,1,1,64086,1,1123631135,'2017-10-16 10:49:14',''),(62318,1,1,64087,26,3702877294,'2017-10-16 11:10:18',''),(62319,1,1,64088,1,1123631106,'2017-10-16 12:20:55',''),(62320,1,1,64089,1,1123631135,'2017-10-16 12:22:00',''),(62321,1,1,64090,1,1123631108,'2017-10-16 13:41:35',''),(62322,1,1,64091,56,2637637525,'2017-10-16 13:59:07',''),(62323,1,1,64092,15,3475901873,'2017-10-16 13:59:07',''),(62324,1,1,64093,16,2637637525,'2017-10-16 13:59:09',''),(62325,1,1,64094,59,2637637589,'2017-10-16 13:59:19',''),(62326,1,1,64095,16,2637637589,'2017-10-16 13:59:20',''),(62327,1,1,64096,6,3116354566,'2017-10-16 15:55:27',''),(62328,1,1,64097,1,1426770581,'2017-10-16 16:30:05',''),(62329,1,1,64098,1,1123631106,'2017-10-16 17:05:54',''),(62330,1,1,64099,64,3652617391,'2017-10-16 17:11:51',''),(62331,1,1,64100,1,621375833,'2017-10-16 18:02:24',''),(62332,1,1,64101,1,621375833,'2017-10-16 18:02:28',''),(62333,1,1,64102,1,1123631135,'2017-10-16 18:14:53',''),(62334,1,1,64103,6,96260877,'2017-10-16 18:29:48',''),(62335,1,1,64104,1,1589956756,'2017-10-16 18:34:40','https://www.google.co.uk/'),(62336,1,1,64105,1,1123631135,'2017-10-16 19:51:26',''),(62337,1,1,64106,1,1123631135,'2017-10-16 20:38:45',''),(62338,1,1,64107,1,1123631135,'2017-10-16 21:13:45',''),(62339,1,1,64108,1,2953384145,'2017-10-16 21:56:38',''),(62340,1,1,64109,1,1123631135,'2017-10-16 22:41:33',''),(62341,1,1,64110,1,1152705841,'2017-10-16 23:12:12',''),(62342,1,1,64111,1,875947952,'2017-10-16 23:28:07',''),(62343,1,1,64112,1,1123631108,'2017-10-16 23:44:07',''),(62344,1,1,64113,1,3355041614,'2017-10-17 00:50:46','http://burger-imperia.com/'),(62345,1,1,64114,1,1123631108,'2017-10-17 00:51:04',''),(62346,1,1,64115,1,1549266150,'2017-10-17 00:51:05','http://burger-imperia.com/'),(62347,1,1,64116,1,1123631108,'2017-10-17 02:17:24',''),(62348,1,1,64118,43,2637637438,'2017-10-17 04:42:26',''),(62349,1,1,64117,1,2637637507,'2017-10-17 04:42:26',''),(62350,1,1,64119,16,2637637438,'2017-10-17 04:42:28',''),(62351,1,1,64120,1,3479603870,'2017-10-17 05:23:51',''),(62352,1,1,64121,1,917355439,'2017-10-17 05:51:36',''),(62353,1,1,64122,1,2328185173,'2017-10-17 05:54:08',''),(62354,1,1,64123,26,2328185173,'2017-10-17 05:54:40',''),(62355,1,1,64124,26,2328185173,'2017-10-17 05:54:40',''),(62356,1,1,64125,18,2328185173,'2017-10-17 05:54:40',''),(62357,1,1,64126,43,2328185173,'2017-10-17 05:54:41',''),(62358,1,1,64127,3,2328185173,'2017-10-17 05:54:41',''),(62359,1,1,64128,45,2328185173,'2017-10-17 05:54:41',''),(62360,1,1,64129,57,2328185173,'2017-10-17 05:54:42',''),(62361,1,1,64130,9,2328185173,'2017-10-17 05:54:43',''),(62362,1,1,64132,26,2328185173,'2017-10-17 05:54:43',''),(62363,1,1,64131,28,2328185173,'2017-10-17 05:54:43',''),(62364,1,1,64133,50,2328185173,'2017-10-17 05:54:44',''),(62365,1,1,64134,51,2328185173,'2017-10-17 05:54:44',''),(62366,1,1,64135,26,2328185173,'2017-10-17 05:54:45',''),(62367,1,1,64136,56,2328185173,'2017-10-17 05:54:45',''),(62368,1,1,64137,26,2328185173,'2017-10-17 05:54:46',''),(62369,1,1,64139,26,2328185173,'2017-10-17 05:54:46',''),(62370,1,1,64138,55,2328185173,'2017-10-17 05:54:46',''),(62371,1,1,64140,62,2328185173,'2017-10-17 05:54:46',''),(62372,1,1,64141,1,3427775493,'2017-10-17 06:04:18',''),(62373,1,1,64142,1,1123631135,'2017-10-17 06:14:00',''),(62374,1,1,64143,15,1443891437,'2017-10-17 06:15:02','https://www.google.co.uk/'),(62375,1,1,64144,1,1534657083,'2017-10-17 08:37:42',''),(62376,1,1,64145,1,1542483285,'2017-10-17 08:54:26',''),(62377,1,1,64146,1,1443174296,'2017-10-17 09:13:49','https://www.google.co.uk/'),(62378,1,1,64147,6,3024883619,'2017-10-17 10:25:05',''),(62379,1,1,64148,68,3475901839,'2017-10-17 10:27:50',''),(62380,1,1,64149,1,1123631110,'2017-10-17 10:50:42',''),(62381,1,1,64085,1,3576187435,'2017-10-17 11:29:57','https://www.bing.com/'),(62382,1,1,64150,1,3427775509,'2017-10-17 12:04:42',''),(62383,1,1,64151,16,3024883598,'2017-10-17 14:35:03',''),(62384,1,1,64152,15,1123631112,'2017-10-17 15:21:17',''),(62385,1,1,64153,57,1123631112,'2017-10-17 16:16:53',''),(62386,1,1,64154,1,1123631110,'2017-10-17 16:17:50',''),(62387,1,1,64155,1,2548416037,'2017-10-17 16:52:28',''),(62388,1,1,64156,52,2071807815,'2017-10-17 18:13:44',''),(62389,1,1,64157,26,96260879,'2017-10-17 18:31:19',''),(62390,1,1,64158,48,3291763736,'2017-10-17 18:52:15',''),(62391,1,1,64159,1,3291763736,'2017-10-17 18:52:18',''),(62392,1,1,64160,48,3291763736,'2017-10-17 18:52:20',''),(62393,1,1,64161,1,3479603870,'2017-10-17 19:28:07',''),(62394,1,1,64162,1,779580246,'2017-10-17 19:37:41',''),(62395,1,1,64163,1,1123631135,'2017-10-17 20:02:18',''),(62396,1,1,64164,1,586152459,'2017-10-17 20:21:55',''),(62397,1,1,64165,1,96260877,'2017-10-17 20:49:46',''),(62398,1,1,64166,1,1123631135,'2017-10-17 21:40:32',''),(62399,1,1,64168,16,3475901825,'2017-10-17 23:08:04',''),(62400,1,1,64169,59,3475901825,'2017-10-17 23:08:04',''),(62401,1,1,64167,56,2637637438,'2017-10-17 23:08:05',''),(62402,1,1,64170,16,2637637438,'2017-10-17 23:08:26',''),(62403,1,1,64171,1,1123631108,'2017-10-17 23:13:26',''),(62404,1,1,64172,15,2637637498,'2017-10-18 01:09:23',''),(62405,1,1,64173,1,1123631106,'2017-10-18 01:11:53',''),(62406,1,1,64174,56,2637637438,'2017-10-18 01:49:31',''),(62407,1,1,64175,15,1123631108,'2017-10-18 02:50:00',''),(62408,1,1,64176,1,1123631135,'2017-10-18 03:20:40',''),(62409,1,1,64177,1,2071807816,'2017-10-18 03:52:19',''),(62410,1,1,64178,1,2071807824,'2017-10-18 03:52:23',''),(62411,1,1,64179,1,1123631118,'2017-10-18 05:18:34',''),(62412,1,1,64180,1,1123631108,'2017-10-18 07:45:47',''),(62413,1,1,64181,1,1542483280,'2017-10-18 08:55:42',''),(62414,1,1,64182,3,872366370,'2017-10-18 09:03:04',''),(62415,1,1,64183,1,1123631106,'2017-10-18 09:52:25',''),(62416,1,1,64184,44,96260886,'2017-10-18 09:56:20',''),(62417,1,1,64185,1,1123631106,'2017-10-18 12:13:04',''),(62418,1,1,64186,1,3024883597,'2017-10-18 12:35:09',''),(62419,1,1,64187,43,1123631108,'2017-10-18 14:19:08',''),(62420,1,1,64188,52,1123631106,'2017-10-18 14:19:25',''),(62421,1,1,64190,46,1123631135,'2017-10-18 14:20:38',''),(62422,1,1,64191,1,84498858,'2017-10-18 14:24:49',''),(62423,1,1,64192,1,84498858,'2017-10-18 14:24:52',''),(62424,1,1,64193,1,84498858,'2017-10-18 14:24:55',''),(62425,1,1,64194,1,84498858,'2017-10-18 14:24:58',''),(62426,1,1,64195,1,84498858,'2017-10-18 14:25:01',''),(62427,1,1,64196,1,84498858,'2017-10-18 14:25:05',''),(62428,1,1,64197,1,84498858,'2017-10-18 14:25:09',''),(62429,1,1,64198,1,84498858,'2017-10-18 14:25:12',''),(62430,1,1,64199,58,676177798,'2017-10-18 14:38:14',''),(62431,1,1,64200,1,1123631108,'2017-10-18 15:04:43',''),(62432,1,1,64201,1,3115726942,'2017-10-18 15:43:35',''),(62433,1,1,64202,147,3115726942,'2017-10-18 15:43:36',''),(62434,1,1,64203,1,3115726942,'2017-10-18 15:43:38',''),(62435,1,1,64204,47,3115726942,'2017-10-18 15:43:40',''),(62436,1,1,64205,47,3115726942,'2017-10-18 15:43:42',''),(62437,1,1,64206,1,2621663774,'2017-10-18 15:53:00','http://burger-imperia.com/'),(62438,1,1,64207,1,1123631108,'2017-10-18 16:10:21',''),(62439,1,1,64208,1,1707710739,'2017-10-18 16:12:55',''),(62440,1,1,64209,47,1707710739,'2017-10-18 16:12:58',''),(62441,1,1,64210,148,1707710739,'2017-10-18 16:13:01',''),(62442,1,1,64211,47,1707710739,'2017-10-18 16:13:08',''),(62443,1,1,64212,1,1707710739,'2017-10-18 16:13:11',''),(62444,1,1,64213,1,3024883615,'2017-10-18 16:19:58',''),(62445,1,1,64214,1,2572943364,'2017-10-18 16:45:41',''),(62446,1,1,64215,47,2572943364,'2017-10-18 16:45:42',''),(62447,1,1,64216,149,2572943364,'2017-10-18 16:45:44',''),(62448,1,1,64217,47,2572943364,'2017-10-18 16:45:47',''),(62449,1,1,64218,1,2572943364,'2017-10-18 16:45:49',''),(62450,1,1,64219,47,1123631135,'2017-10-18 17:20:29',''),(62451,1,1,64220,1,1123631117,'2017-10-18 18:28:16',''),(62452,1,1,64221,1,1123631117,'2017-10-18 19:38:43',''),(62453,1,1,64222,1,1123631118,'2017-10-18 20:40:25',''),(62454,1,1,64223,1,2159086312,'2017-10-18 21:35:14',''),(62455,1,1,64224,47,1123631119,'2017-10-18 21:52:59',''),(62456,1,1,64225,63,1760471431,'2017-10-18 22:44:36',''),(62457,1,1,64226,1,1760471431,'2017-10-18 22:44:41',''),(62458,1,1,64227,63,1760471431,'2017-10-18 22:44:44',''),(62459,1,1,64228,1,621375833,'2017-10-18 22:53:15',''),(62460,1,1,64229,1,621375874,'2017-10-18 22:53:18',''),(62461,1,1,64230,54,1123631119,'2017-10-18 22:54:21',''),(62462,1,1,64231,43,3475901701,'2017-10-18 23:02:24',''),(62463,1,1,64232,16,3475901701,'2017-10-18 23:02:24',''),(62464,1,1,64233,1,1333029252,'2017-10-18 23:04:58',''),(62465,1,1,64234,1,1123631118,'2017-10-18 23:07:08',''),(62466,1,1,64235,1,1123631106,'2017-10-19 00:09:26',''),(62467,1,1,64236,23,1508804103,'2017-10-19 00:26:17',''),(62468,1,1,64237,23,1508804103,'2017-10-19 00:26:18',''),(62469,1,1,64238,1,1508804103,'2017-10-19 00:26:20',''),(62470,1,1,64239,23,1508804103,'2017-10-19 00:26:21',''),(62471,1,1,64240,1,2328191225,'2017-10-19 00:37:19',''),(62472,1,1,64241,62,1508804103,'2017-10-19 01:05:34',''),(62473,1,1,64243,1,1123631106,'2017-10-19 01:05:36',''),(62474,1,1,64242,62,1508804103,'2017-10-19 01:05:36',''),(62475,1,1,64244,1,1508804103,'2017-10-19 01:05:39',''),(62476,1,1,64245,62,1508804103,'2017-10-19 01:05:41',''),(62477,1,1,64246,16,1508804103,'2017-10-19 01:06:53',''),(62478,1,1,64247,16,1508804103,'2017-10-19 01:06:56',''),(62479,1,1,64248,1,1508804103,'2017-10-19 01:06:59',''),(62480,1,1,64249,16,1508804103,'2017-10-19 01:07:01',''),(62481,1,1,64250,1,1123631135,'2017-10-19 02:36:53',''),(62482,1,1,64251,1,1123631106,'2017-10-19 04:02:36',''),(62483,1,1,64252,1,1123631106,'2017-10-19 05:15:08',''),(62484,1,1,64253,9,1123631106,'2017-10-19 05:55:47',''),(62485,1,1,64254,1,1123631108,'2017-10-19 06:34:38',''),(62486,1,1,64255,1,3024883486,'2017-10-19 07:21:49',''),(62487,1,1,64256,38,1123631135,'2017-10-19 07:50:18',''),(62488,1,1,64258,51,2071807846,'2017-10-19 08:11:42',''),(62489,1,1,64259,53,1123631106,'2017-10-19 08:19:25',''),(62490,1,1,64260,1,1542483279,'2017-10-19 08:39:24',''),(62491,1,1,64261,1,1123631108,'2017-10-19 09:09:16',''),(62492,1,1,64262,1,3024883486,'2017-10-19 09:22:11',''),(62493,1,1,64263,27,872367998,'2017-10-19 09:41:15',''),(62494,1,1,64264,1,3024883464,'2017-10-19 10:47:23',''),(62495,1,1,64265,1,919627301,'2017-10-19 11:10:17',''),(62496,1,1,64266,1,1123631106,'2017-10-19 11:19:56',''),(62497,1,1,64268,1,1838813819,'2017-10-19 13:47:01','https://www.google.co.uk/'),(62498,1,1,64267,1,1838813819,'2017-10-19 13:47:06','https://www.google.co.uk/'),(62499,1,1,64269,1,1123631106,'2017-10-19 14:12:21',''),(62500,1,1,64270,47,1123631108,'2017-10-19 14:22:31',''),(62501,1,1,64271,56,3475901866,'2017-10-19 15:10:21',''),(62502,1,1,64272,63,2637637510,'2017-10-19 15:10:24',''),(62503,1,1,64273,15,2637637449,'2017-10-19 15:10:29',''),(62504,1,1,64274,1,2637637449,'2017-10-19 15:10:31',''),(62505,1,1,64275,16,3475901757,'2017-10-19 15:10:36',''),(62506,1,1,64276,59,3475901757,'2017-10-19 15:10:38',''),(62507,1,1,64277,1,1123631106,'2017-10-19 16:24:27',''),(62508,1,1,64278,1,1123631135,'2017-10-19 17:50:59',''),(62509,1,1,64279,1,1123631106,'2017-10-19 19:14:43',''),(62510,1,1,64280,1,1123631108,'2017-10-19 19:28:23',''),(62511,1,1,64281,1,1123631106,'2017-10-19 20:27:48',''),(62512,1,1,64282,1,1123631135,'2017-10-19 22:37:54',''),(62513,1,1,64283,1,1123631108,'2017-10-19 23:43:09',''),(62514,1,1,64284,1,1123631135,'2017-10-20 01:07:53',''),(62515,1,1,64285,1,1123631108,'2017-10-20 02:11:44',''),(62516,1,1,64286,1,1123631135,'2017-10-20 06:45:53',''),(62517,1,1,64287,63,2071807839,'2017-10-20 07:56:12',''),(62518,1,1,64288,1,1123631135,'2017-10-20 08:07:15',''),(62519,1,1,64289,43,3475901757,'2017-10-20 08:54:05',''),(62520,1,1,64290,43,3475901757,'2017-10-20 08:54:07',''),(62521,1,1,64291,43,3475901866,'2017-10-20 08:54:08',''),(62522,1,1,64292,16,3475901866,'2017-10-20 08:54:09',''),(62523,1,1,64293,1,1123631135,'2017-10-20 09:37:22',''),(62524,1,1,64294,1,2159086312,'2017-10-20 09:43:18',''),(62525,1,1,64295,1,1123631108,'2017-10-20 11:13:34',''),(62526,1,1,64296,1,3639886579,'2017-10-20 11:15:52',''),(62527,1,1,64297,1,1123631108,'2017-10-20 12:36:18',''),(62528,1,1,64298,1,1123631135,'2017-10-20 14:08:21',''),(62529,1,1,64299,1,1123631135,'2017-10-20 15:15:35',''),(62530,1,1,64300,15,3024883592,'2017-10-20 15:34:34',''),(62531,1,1,64301,1,1123631135,'2017-10-20 17:07:55',''),(62532,1,1,64302,43,3475901757,'2017-10-20 17:41:50',''),(62533,1,1,64303,1,1123631135,'2017-10-20 18:08:38',''),(62534,1,1,64304,1,621375833,'2017-10-20 18:41:27',''),(62535,1,1,64305,1,621375877,'2017-10-20 18:41:31',''),(62536,1,1,64306,43,1356063317,'2017-10-20 18:43:11',''),(62537,1,1,64307,43,1356063317,'2017-10-20 18:43:16',''),(62538,1,1,64308,1,1356063317,'2017-10-20 18:43:21',''),(62539,1,1,64309,43,1356063317,'2017-10-20 18:43:31',''),(62540,1,1,64310,43,1356063317,'2017-10-20 18:43:34',''),(62541,1,1,64311,43,1356063317,'2017-10-20 18:43:37',''),(62542,1,1,64312,1,676177667,'2017-10-20 18:58:43',''),(62543,1,1,64313,47,872366429,'2017-10-20 19:37:42',''),(62544,1,1,64314,1,1123631106,'2017-10-20 19:41:30',''),(62545,1,1,64315,1,1443375253,'2017-10-20 20:46:03','https://www.google.co.uk/'),(62546,1,1,64316,1,1841517946,'2017-10-20 21:12:29',''),(62547,1,1,64317,1,1123631135,'2017-10-20 21:50:36',''),(62548,1,1,64318,1,1123631135,'2017-10-20 23:07:47',''),(62549,1,1,64319,1,676177667,'2017-10-20 23:27:28',''),(62550,1,1,64320,1,1542483270,'2017-10-20 23:41:27',''),(62551,1,1,64321,1,1123631106,'2017-10-20 23:55:53',''),(62552,1,1,64322,1,1123631106,'2017-10-21 01:53:26',''),(62553,1,1,64323,68,1123631106,'2017-10-21 03:34:06',''),(62554,1,1,64324,1,1123631108,'2017-10-21 03:50:24',''),(62555,1,1,64325,63,1123631108,'2017-10-21 04:33:44',''),(62556,1,1,64326,1,1365889489,'2017-10-21 05:02:46',''),(62557,1,1,64327,1,1365889489,'2017-10-21 05:02:48',''),(62558,1,1,64328,38,676177847,'2017-10-21 05:09:54',''),(62559,1,1,64329,1,1123631108,'2017-10-21 05:53:00',''),(62560,1,1,64330,1,910377950,'2017-10-21 06:08:49',''),(62561,1,1,64331,63,2637637510,'2017-10-21 06:43:30',''),(62562,1,1,64332,16,676177773,'2017-10-21 06:43:30',''),(62563,1,1,64333,56,676177773,'2017-10-21 06:43:32',''),(62564,1,1,64334,1,676177667,'2017-10-21 06:43:36',''),(62565,1,1,64335,15,676177667,'2017-10-21 06:43:37',''),(62566,1,1,64336,1,1123631108,'2017-10-21 08:10:27',''),(62567,1,1,64337,1,1542483306,'2017-10-21 08:48:45',''),(62568,1,1,64338,1,1123631106,'2017-10-21 10:51:12',''),(62569,1,1,64339,6,1123631135,'2017-10-21 10:52:20',''),(62570,1,1,64340,6,1356063317,'2017-10-21 11:40:11',''),(62571,1,1,64341,1,1356063317,'2017-10-21 11:40:13',''),(62572,1,1,64342,1,1123631108,'2017-10-21 12:40:42',''),(62573,1,1,64343,1,3587046778,'2017-10-21 14:04:17','https://www.google.co.uk/'),(62574,1,1,64344,1,1123631135,'2017-10-21 14:45:52',''),(62575,1,1,64345,1,676177667,'2017-10-21 15:05:10',''),(62576,1,1,64346,6,3024883593,'2017-10-21 16:12:42',''),(62577,1,1,64347,1,1123631135,'2017-10-21 16:39:21',''),(62578,1,1,64348,1,1123631135,'2017-10-21 17:50:40',''),(62579,1,1,64349,1,1482888178,'2017-10-21 18:31:16',''),(62580,1,1,64350,1,1482888178,'2017-10-21 18:31:20',''),(62581,1,1,64351,1,1482888178,'2017-10-21 18:31:24',''),(62582,1,1,64352,1,1482888178,'2017-10-21 18:31:30',''),(62583,1,1,64353,1,1482888178,'2017-10-21 18:31:35',''),(62584,1,1,64354,1,1482888178,'2017-10-21 18:31:38',''),(62585,1,1,64355,1,1482888178,'2017-10-21 18:31:43',''),(62586,1,1,64356,1,1482888178,'2017-10-21 18:31:45',''),(62587,1,1,64357,1,1123631135,'2017-10-21 19:57:25',''),(62588,1,1,64358,1,1123631106,'2017-10-21 21:19:53',''),(62589,1,1,64359,55,3702877344,'2017-10-21 22:11:04',''),(62590,1,1,64360,1,1123631135,'2017-10-21 22:41:09',''),(62591,1,1,64361,1,1123631106,'2017-10-22 00:06:54',''),(62592,1,1,64362,1,2159086332,'2017-10-22 00:17:41',''),(62593,1,1,64363,6,2159086332,'2017-10-22 00:20:36',''),(62594,1,1,64364,43,1123631108,'2017-10-22 00:41:23',''),(62595,1,1,64367,26,1123631106,'2017-10-22 00:44:59',''),(62596,1,1,64368,1,3458840346,'2017-10-22 01:43:42',''),(62597,1,1,64369,1,1123631135,'2017-10-22 02:01:19',''),(62598,1,1,64370,16,3475901859,'2017-10-22 02:59:24',''),(62599,1,1,64371,1,1123631108,'2017-10-22 03:04:53',''),(62600,1,1,64372,1,2328191223,'2017-10-22 03:49:38',''),(62601,1,1,64373,1,1123631106,'2017-10-22 04:25:07',''),(62602,1,1,64374,9,3024883486,'2017-10-22 04:57:24',''),(62603,1,1,64375,43,3475901859,'2017-10-22 05:16:08',''),(62604,1,1,64376,43,3475901859,'2017-10-22 05:16:08',''),(62605,1,1,64377,16,676177707,'2017-10-22 05:17:15',''),(62606,1,1,64378,43,676177707,'2017-10-22 05:17:16',''),(62607,1,1,64379,1,1123631135,'2017-10-22 05:43:31',''),(62608,1,1,64380,1,1426770581,'2017-10-22 06:02:30',''),(62609,1,1,64381,1,2653866820,'2017-10-22 06:14:50',''),(62610,1,1,64382,1,1123631135,'2017-10-22 07:07:44',''),(62611,1,1,64383,1,526969385,'2017-10-22 08:07:38',''),(62612,1,1,64384,1,88491026,'2017-10-22 08:35:29','https://www.google.co.uk/'),(62613,1,1,64385,1,1123631108,'2017-10-22 08:41:46',''),(62614,1,1,64386,1,1542483325,'2017-10-22 08:52:27',''),(62615,1,1,64387,1,1342509766,'2017-10-22 09:48:57',''),(62616,1,1,64388,1,1443285842,'2017-10-22 10:06:45','https://www.google.co.uk/'),(62617,1,1,64389,1,1123631106,'2017-10-22 10:10:25',''),(62618,1,1,64390,1,1443266359,'2017-10-22 11:18:02','https://www.google.co.uk/'),(62619,1,1,64391,1,1123631106,'2017-10-22 11:55:36',''),(62620,1,1,64392,1,1123631135,'2017-10-22 13:04:52',''),(62621,1,1,64393,15,3024883617,'2017-10-22 13:29:53',''),(62622,1,1,64394,6,872366349,'2017-10-22 13:38:06',''),(62623,1,1,64395,1,1123631106,'2017-10-22 15:03:42',''),(62624,1,1,64396,1,1123631108,'2017-10-22 16:38:45',''),(62625,1,1,64397,1,2159086312,'2017-10-22 16:52:16',''),(62626,1,1,64398,1,2366145566,'2017-10-22 17:07:47',''),(62627,1,1,64399,1,2366145566,'2017-10-22 17:07:51',''),(62628,1,1,64400,43,3291763723,'2017-10-22 17:23:28',''),(62629,1,1,64401,1,3291763723,'2017-10-22 17:23:30',''),(62630,1,1,64402,43,3291763723,'2017-10-22 17:23:34',''),(62631,1,1,64403,1,1123631106,'2017-10-22 17:48:47',''),(62632,1,1,64404,53,3639886579,'2017-10-22 18:02:30',''),(62633,1,1,64405,26,1123631135,'2017-10-22 18:39:05',''),(62634,1,1,64406,26,1123631108,'2017-10-22 18:41:21',''),(62635,1,1,64407,1,1123631106,'2017-10-22 18:48:31',''),(62636,1,1,64408,48,1760542907,'2017-10-22 19:04:37',''),(62637,1,1,64409,1,1760542907,'2017-10-22 19:04:40',''),(62638,1,1,64410,48,1760542907,'2017-10-22 19:05:14',''),(62639,1,1,64411,18,3639886579,'2017-10-22 19:39:13',''),(62640,1,1,64412,10,1123631106,'2017-10-22 19:57:45',''),(62641,1,1,64413,1,1123631135,'2017-10-22 20:43:16',''),(62642,1,1,64414,6,3235046556,'2017-10-22 20:49:08',''),(62643,1,1,64415,26,2071807793,'2017-10-22 21:28:27',''),(62644,1,1,64416,43,3475901703,'2017-10-22 21:30:02',''),(62645,1,1,64417,1,1123631106,'2017-10-22 22:17:25',''),(62646,1,1,64418,1,1123631745,'2017-10-22 23:21:54',''),(62647,1,1,64419,1,1123631747,'2017-10-23 00:20:10',''),(62648,1,1,64420,1,1123631749,'2017-10-23 01:14:39',''),(62649,1,1,64421,6,3024883463,'2017-10-23 02:31:51',''),(62650,1,1,64422,1,1123631747,'2017-10-23 02:38:07',''),(62651,1,1,64423,56,2637637533,'2017-10-23 03:22:31',''),(62652,1,1,64424,1,1123631749,'2017-10-23 03:51:12',''),(62653,1,1,64425,1,1123631749,'2017-10-23 05:18:27',''),(62654,1,1,64426,51,3639886579,'2017-10-23 05:20:52',''),(62655,1,1,64427,1,1123631747,'2017-10-23 06:17:24',''),(62656,1,1,64428,68,2637637529,'2017-10-23 07:11:14',''),(62657,1,1,64429,1,1123631747,'2017-10-23 07:51:12',''),(62658,1,1,64430,26,3639886579,'2017-10-23 08:13:09',''),(62659,1,1,64431,1,1542483301,'2017-10-23 08:44:21',''),(62660,1,1,64432,1,1589666741,'2017-10-23 09:12:12',''),(62661,1,1,64433,1,1123631745,'2017-10-23 09:16:50',''),(62662,1,1,64434,62,3639886579,'2017-10-23 09:19:53',''),(62663,1,1,64435,65,3639886579,'2017-10-23 09:19:56',''),(62664,1,1,64436,1,1123631749,'2017-10-23 10:47:17',''),(62665,1,1,64437,1,1123631749,'2017-10-23 12:21:54',''),(62666,1,1,64438,67,3652617269,'2017-10-23 12:23:44',''),(62667,1,1,64439,1,1123631747,'2017-10-23 13:25:15',''),(62668,1,1,64440,64,3702877306,'2017-10-23 14:27:11',''),(62669,1,1,64441,1,1123631747,'2017-10-23 14:53:25',''),(62670,1,1,64442,9,3024883482,'2017-10-23 15:04:03',''),(62671,1,1,64443,41,3639886579,'2017-10-23 15:05:36',''),(62672,1,1,64444,1,1546189200,'2017-10-23 15:31:12',''),(62673,1,1,64445,43,3475901798,'2017-10-23 16:08:20',''),(62674,1,1,64446,43,3475901798,'2017-10-23 16:08:21',''),(62675,1,1,64447,1,84492194,'2017-10-23 16:12:29',''),(62676,1,1,64448,43,3475901776,'2017-10-23 16:16:07',''),(62677,1,1,64449,16,3475901776,'2017-10-23 16:16:09',''),(62678,1,1,64450,1,1123631745,'2017-10-23 16:19:17',''),(62679,1,1,64451,26,3639886579,'2017-10-23 17:10:22',''),(62680,1,1,64452,68,2637637449,'2017-10-23 17:38:24',''),(62681,1,1,64453,1,1123631745,'2017-10-23 17:52:30',''),(62682,1,1,64454,1,1123631749,'2017-10-23 18:54:01',''),(62683,1,1,64455,9,3639886579,'2017-10-23 19:04:15',''),(62684,1,1,64456,75,676177769,'2017-10-23 19:37:18',''),(62685,1,1,64457,64,3639886579,'2017-10-23 19:44:15',''),(62686,1,1,64458,1,1123631745,'2017-10-23 20:10:42',''),(62687,1,1,64459,48,3639886579,'2017-10-23 20:25:42',''),(62688,1,1,64460,1,3024883596,'2017-10-23 21:04:18',''),(62689,1,1,64461,1,1756074789,'2017-10-23 21:47:55',''),(62690,1,1,64462,1,1123631106,'2017-10-23 22:04:41',''),(62691,1,1,64463,1,35511017,'2017-10-23 22:08:13','https://www.google.co.uk/'),(62692,1,1,64464,26,3639886579,'2017-10-23 22:22:17',''),(62693,1,1,64465,55,3639886579,'2017-10-23 22:22:38',''),(62694,1,1,64466,1,1123631108,'2017-10-24 00:21:30',''),(62695,1,1,64467,15,1497377685,'2017-10-24 00:49:45',''),(62696,1,1,64468,1,2959916033,'2017-10-24 00:57:55',''),(62697,1,1,64469,1,1453610228,'2017-10-24 02:00:20',''),(62698,1,1,64470,1,1123631106,'2017-10-24 02:20:54',''),(62699,1,1,64471,43,3291763731,'2017-10-24 03:03:00',''),(62700,1,1,64472,1,3291763731,'2017-10-24 03:03:03',''),(62701,1,1,64473,43,3291763731,'2017-10-24 03:03:05',''),(62702,1,1,64474,1,886290946,'2017-10-24 03:45:10',''),(62703,1,1,64475,26,3639886579,'2017-10-24 03:49:29',''),(62704,1,1,64476,1,1123631108,'2017-10-24 04:37:43',''),(62705,1,1,64477,43,3639886579,'2017-10-24 04:40:47',''),(62706,1,1,64478,68,2637637449,'2017-10-24 05:51:27',''),(62707,1,1,64479,1,1123631135,'2017-10-24 06:42:10',''),(62708,1,1,64480,38,3639886579,'2017-10-24 07:41:37',''),(62709,1,1,64481,1,1123631135,'2017-10-24 07:48:17',''),(62710,1,1,64482,1,1542483274,'2017-10-24 08:45:50',''),(62711,1,1,64483,1,1123631135,'2017-10-24 08:54:52',''),(62712,1,1,64484,1,675618002,'2017-10-24 09:33:52',''),(62713,1,1,64485,1,1123631135,'2017-10-24 10:19:49',''),(62714,1,1,64486,74,3475901760,'2017-10-24 11:12:03',''),(62715,1,1,64487,1,1123631108,'2017-10-24 11:52:06',''),(62716,1,1,64488,1,3576181489,'2017-10-24 13:17:13','https://www.google.co.uk/'),(62717,1,1,64489,1,1123631135,'2017-10-24 13:19:49',''),(62718,1,1,64490,1,1123631135,'2017-10-24 14:22:43',''),(62719,1,1,64491,26,3639886579,'2017-10-24 14:26:06',''),(62720,1,1,64492,1,621375833,'2017-10-24 15:27:48',''),(62721,1,1,64493,1,621375877,'2017-10-24 15:27:52',''),(62722,1,1,64494,52,3639886579,'2017-10-24 15:45:44',''),(62723,1,1,64495,69,3639886579,'2017-10-24 15:45:49',''),(62724,1,1,64496,1,3024883463,'2017-10-24 15:47:08',''),(62725,1,1,64497,1,1123631106,'2017-10-24 15:54:06',''),(62726,1,1,64498,54,3702877281,'2017-10-24 16:03:05',''),(62727,1,1,64499,56,2637637580,'2017-10-24 18:09:56',''),(62728,1,1,64500,1,3475901760,'2017-10-24 18:09:56',''),(62729,1,1,64501,16,2637637511,'2017-10-24 18:09:56',''),(62730,1,1,64502,15,3475901760,'2017-10-24 18:09:57',''),(62731,1,1,64503,59,2637637511,'2017-10-24 18:10:01',''),(62732,1,1,64504,16,2637637580,'2017-10-24 18:10:01',''),(62733,1,1,64505,1,1123631108,'2017-10-24 18:16:18',''),(62734,1,1,64506,69,2637637449,'2017-10-24 18:33:19',''),(62735,1,1,64507,1,3265137478,'2017-10-24 19:28:12',''),(62736,1,1,64508,1,1123631108,'2017-10-24 19:42:38',''),(62737,1,1,64509,1,2328194906,'2017-10-24 20:37:41',''),(62738,1,1,64510,1,1123631135,'2017-10-24 21:22:24',''),(62739,1,1,64511,1,628341897,'2017-10-24 22:21:22',''),(62740,1,1,64512,1,1123631135,'2017-10-24 22:53:28',''),(62741,1,1,64513,26,3639886579,'2017-10-24 23:34:47',''),(62742,1,1,64514,1,1123631135,'2017-10-25 00:23:37',''),(62743,1,1,64515,1,1123631106,'2017-10-25 01:51:49',''),(62744,1,1,64516,1,786803397,'2017-10-25 02:45:36',''),(62745,1,1,64517,1,1489376164,'2017-10-25 03:07:15',''),(62746,1,1,64518,1,1489376164,'2017-10-25 03:07:18',''),(62747,1,1,64519,1,1489376164,'2017-10-25 03:07:20',''),(62748,1,1,64520,1,1489376164,'2017-10-25 03:07:22',''),(62749,1,1,64521,1,1489376164,'2017-10-25 03:07:25',''),(62750,1,1,64522,1,1489376164,'2017-10-25 03:07:28',''),(62751,1,1,64523,1,1489376164,'2017-10-25 03:07:30',''),(62752,1,1,64524,1,1489376164,'2017-10-25 03:07:33',''),(62753,1,1,64525,1,1123631135,'2017-10-25 03:19:36',''),(62754,1,1,64526,1,3479603870,'2017-10-25 03:51:02',''),(62755,1,1,64527,1,1123631106,'2017-10-25 04:20:13',''),(62756,1,1,64528,1,1123631135,'2017-10-25 05:50:15',''),(62757,1,1,64529,1,1426770581,'2017-10-25 07:02:44',''),(62758,1,1,64530,1,1123631108,'2017-10-25 07:19:26',''),(62759,1,1,64531,1,1342495777,'2017-10-25 08:12:00','https://www.google.co.uk/'),(62760,1,1,64532,1,1123631106,'2017-10-25 08:19:59',''),(62761,1,1,64533,1,1542483311,'2017-10-25 08:53:26',''),(62762,1,1,64534,1,1123631108,'2017-10-25 09:50:34',''),(62763,1,1,64535,1,1123631135,'2017-10-25 11:24:26',''),(62764,1,1,64536,45,3024883599,'2017-10-25 11:33:25',''),(62765,1,1,64537,1,1123631106,'2017-10-25 12:40:27',''),(62766,1,1,64539,43,2637637511,'2017-10-25 14:03:56',''),(62767,1,1,64538,16,2637637580,'2017-10-25 14:03:56',''),(62768,1,1,64541,43,2637637580,'2017-10-25 14:03:58',''),(62769,1,1,64540,43,2637637511,'2017-10-25 14:03:58',''),(62770,1,1,64542,1,1123631135,'2017-10-25 15:01:36',''),(62771,1,1,64543,1,1384445676,'2017-10-25 16:06:50','http://www.google.co.uk/'),(62772,1,1,64544,1,1123631106,'2017-10-25 17:17:37',''),(62773,1,1,64545,6,586735975,'2017-10-25 18:34:34',''),(62774,1,1,64546,1,1123631135,'2017-10-25 19:21:37',''),(62775,1,1,64547,1,1123631135,'2017-10-25 21:20:15',''),(62776,1,1,64548,1,1123631135,'2017-10-25 23:18:53',''),(62777,1,1,64549,1,1123631135,'2017-10-26 01:18:12',''),(62778,1,1,64550,1,1123631135,'2017-10-26 03:27:56',''),(62779,1,1,64551,1,1123631108,'2017-10-26 05:28:50',''),(62780,1,1,64552,1,1123631135,'2017-10-26 07:30:10',''),(62781,1,1,64553,1,1542483326,'2017-10-26 08:40:58',''),(62782,1,1,64554,1,1123631135,'2017-10-26 09:50:53',''),(62783,1,1,64555,6,1123631108,'2017-10-26 10:47:06',''),(62784,1,1,64556,1,1123631108,'2017-10-26 11:50:53',''),(62785,1,1,64557,26,3702877298,'2017-10-26 12:56:21',''),(62786,1,1,64558,1,1123631106,'2017-10-26 13:56:01',''),(62787,1,1,64559,45,3024883466,'2017-10-26 14:05:44',''),(62788,1,1,64560,1,1123631135,'2017-10-26 16:26:25',''),(62789,1,1,64561,1,2916412406,'2017-10-26 17:30:47',''),(62790,1,1,64562,15,1318550401,'2017-10-26 18:49:14','https://www.google.co.uk/'),(62791,1,1,64563,65,3291763722,'2017-10-26 19:08:32',''),(62792,1,1,64564,1,3291763722,'2017-10-26 19:08:35',''),(62793,1,1,64565,65,3291763722,'2017-10-26 19:08:39',''),(62794,1,1,64566,15,2718802506,'2017-10-26 19:29:03',''),(62795,1,1,64567,1,2718802506,'2017-10-26 19:29:07',''),(62796,1,1,64568,15,2718802506,'2017-10-26 19:29:08',''),(62797,1,1,64569,1,1123631135,'2017-10-26 19:38:59',''),(62798,1,1,64570,1,2366145566,'2017-10-26 19:39:28',''),(62799,1,1,64571,1,1600959793,'2017-10-26 19:39:32',''),(62800,1,1,64572,1,3110361038,'2017-10-26 20:01:29',''),(62801,1,1,64573,1,2461643111,'2017-10-26 20:15:42',''),(62802,1,1,64574,1,1123631135,'2017-10-26 20:50:25',''),(62803,1,1,64575,1,1123631106,'2017-10-26 22:24:42',''),(62804,1,1,64576,1,1123631135,'2017-10-26 23:52:07',''),(62805,1,1,64577,1,1123631106,'2017-10-27 01:27:33',''),(62806,1,1,64578,1,1123631106,'2017-10-27 02:57:52',''),(62807,1,1,64579,1,3024883618,'2017-10-27 03:03:37',''),(62808,1,1,64580,1,1123631106,'2017-10-27 04:29:19',''),(62809,1,1,64581,6,676177790,'2017-10-27 04:37:28',''),(62810,1,1,64582,6,2954838202,'2017-10-27 05:08:29',''),(62811,1,1,64583,1,1094177352,'2017-10-27 05:38:55',''),(62812,1,1,64584,1,1123631135,'2017-10-27 05:56:41',''),(62813,1,1,64585,1,1123631135,'2017-10-27 07:27:37',''),(62814,1,1,64586,1,1123631106,'2017-10-27 07:29:50',''),(62815,1,1,64587,1,3024883466,'2017-10-27 07:58:11',''),(62816,1,1,64588,1,1542483322,'2017-10-27 08:32:35',''),(62817,1,1,64589,1,1123631106,'2017-10-27 08:58:25',''),(62818,1,1,64591,16,2760155407,'2017-10-27 09:57:53',''),(62819,1,1,64592,1,1123631106,'2017-10-27 10:26:59',''),(62820,1,1,64593,43,2637637580,'2017-10-27 11:38:39',''),(62821,1,1,64594,16,2637637580,'2017-10-27 11:38:41',''),(62822,1,1,64595,59,2637637501,'2017-10-27 11:38:42',''),(62823,1,1,64596,16,2637637501,'2017-10-27 11:38:44',''),(62824,1,1,64597,43,2637637501,'2017-10-27 11:38:46',''),(62825,1,1,64598,1,1123631106,'2017-10-27 11:52:43',''),(62826,1,1,64599,48,39865530,'2017-10-27 12:14:57',''),(62827,1,1,64600,1,39865530,'2017-10-27 12:14:59',''),(62828,1,1,64601,48,39865530,'2017-10-27 12:15:00',''),(62829,1,1,64602,1,1123631108,'2017-10-27 12:40:30',''),(62830,1,1,64603,27,676177815,'2017-10-27 12:54:28',''),(62831,1,1,64604,1,1123631108,'2017-10-27 13:27:33',''),(62832,1,1,64605,1,1123631135,'2017-10-27 14:58:24',''),(62833,1,1,64606,50,3702877299,'2017-10-27 15:54:12',''),(62834,1,1,64607,1,1123631119,'2017-10-27 16:06:37',''),(62835,1,1,64608,1,1123631118,'2017-10-27 16:24:08',''),(62836,1,1,64609,1,2328194909,'2017-10-27 17:54:16',''),(62837,1,1,64610,1,1123631118,'2017-10-27 17:55:59',''),(62838,1,1,64611,1,3024883482,'2017-10-27 19:08:19',''),(62839,1,1,64612,1,1123631119,'2017-10-27 19:27:25',''),(62840,1,1,64613,1,1123631118,'2017-10-27 19:42:17',''),(62841,1,1,64614,1,1123631119,'2017-10-27 20:54:17',''),(62842,1,1,64615,1,3373404845,'2017-10-27 20:55:41',''),(62843,1,1,64616,27,676177815,'2017-10-27 21:25:00',''),(62844,1,1,64617,1,1152705841,'2017-10-27 21:42:47',''),(62845,1,1,64637,26,1152705841,'2017-10-27 22:15:42',''),(62846,1,1,64638,1,1123631119,'2017-10-27 22:27:25',''),(62847,1,1,64639,1,1123631106,'2017-10-27 23:01:43',''),(62848,1,1,64640,1,1123631106,'2017-10-27 23:54:51',''),(62849,1,1,64641,47,1152705841,'2017-10-28 00:14:32',''),(62850,1,1,64642,9,3652617282,'2017-10-28 00:53:18',''),(62851,1,1,64643,1,1123631106,'2017-10-28 01:11:25',''),(62852,1,1,64644,1,1123631135,'2017-10-28 01:25:08',''),(62853,1,1,64645,26,1123631106,'2017-10-28 02:02:39',''),(62854,1,1,64646,62,1152705841,'2017-10-28 02:35:20',''),(62855,1,1,64647,26,1123631108,'2017-10-28 02:47:09',''),(62856,1,1,64649,26,1123631135,'2017-10-28 03:18:49',''),(62857,1,1,64650,27,1152705841,'2017-10-28 03:23:14',''),(62858,1,1,64651,1,1123631106,'2017-10-28 03:27:26',''),(62859,1,1,64653,1,1680027469,'2017-10-28 03:42:36',''),(62860,1,1,64654,6,1680027469,'2017-10-28 03:42:37',''),(62861,1,1,64655,64,1680027469,'2017-10-28 03:42:39',''),(62862,1,1,64656,1,1680027469,'2017-10-28 03:42:42',''),(62863,1,1,64657,6,1680027469,'2017-10-28 03:42:43',''),(62864,1,1,64658,65,1680027469,'2017-10-28 03:42:45',''),(62865,1,1,64659,69,1680027469,'2017-10-28 03:42:47',''),(62866,1,1,64660,28,1680027469,'2017-10-28 03:42:49',''),(62867,1,1,64661,55,1680027469,'2017-10-28 03:42:51',''),(62868,1,1,64662,63,1680027469,'2017-10-28 03:42:53',''),(62869,1,1,64663,1,1680027469,'2017-10-28 03:42:55',''),(62870,1,1,64664,1,1680027469,'2017-10-28 03:42:57',''),(62871,1,1,64665,28,1680027469,'2017-10-28 03:42:58',''),(62872,1,1,64666,52,1680027469,'2017-10-28 03:43:00',''),(62873,1,1,64667,51,1680027469,'2017-10-28 03:43:01',''),(62874,1,1,64668,1,1680027469,'2017-10-28 03:43:04',''),(62875,1,1,64669,69,1680027469,'2017-10-28 03:43:05',''),(62876,1,1,64670,1,1680027469,'2017-10-28 03:43:07',''),(62877,1,1,64671,1,1680027469,'2017-10-28 03:43:08',''),(62878,1,1,64672,1,1123631135,'2017-10-28 04:01:08',''),(62879,1,1,64673,1,1123631106,'2017-10-28 04:37:43',''),(62880,1,1,64675,1,1123631135,'2017-10-28 05:25:42',''),(62881,1,1,64676,1,1123631108,'2017-10-28 05:53:11',''),(62882,1,1,64677,26,1152705841,'2017-10-28 06:28:25',''),(62883,1,1,64678,1,1123631135,'2017-10-28 06:47:59',''),(62884,1,1,64679,1,1123631106,'2017-10-28 07:15:25',''),(62885,1,1,64681,1,1123631135,'2017-10-28 07:33:31',''),(62886,1,1,64682,56,2637637580,'2017-10-28 08:02:28',''),(62887,1,1,64683,43,2637637501,'2017-10-28 08:02:29',''),(62888,1,1,64684,16,2637637580,'2017-10-28 08:02:29',''),(62889,1,1,64685,1,1123631106,'2017-10-28 08:27:25',''),(62890,1,1,64687,1,1542483318,'2017-10-28 08:40:20',''),(62891,1,1,64688,41,3702877290,'2017-10-28 08:57:43',''),(62892,1,1,64689,1,1123631108,'2017-10-28 08:58:53',''),(62893,1,1,64690,26,1152705841,'2017-10-28 09:38:48',''),(62894,1,1,64691,1,1123631135,'2017-10-28 09:46:03',''),(62895,1,1,64692,1,1838708095,'2017-10-28 09:52:02','https://www.google.co.uk/'),(62896,1,1,64693,1,1123631106,'2017-10-28 09:52:47',''),(62897,1,1,64694,1,676177790,'2017-10-28 10:17:26',''),(62898,1,1,64695,1,1377445792,'2017-10-28 11:01:16',''),(62899,1,1,64696,1,1123638583,'2017-10-28 11:08:33',''),(62900,1,1,64697,1,1123631135,'2017-10-28 11:10:18',''),(62901,1,1,64698,1,1123631108,'2017-10-28 11:17:36',''),(62902,1,1,64700,1,1358487950,'2017-10-28 11:36:23',''),(62903,1,1,64701,1,3589854146,'2017-10-28 12:15:34',''),(62904,1,1,64702,1,3589854146,'2017-10-28 12:15:35',''),(62905,1,1,64703,1,3589854146,'2017-10-28 12:15:36',''),(62906,1,1,64704,1,3589854146,'2017-10-28 12:15:37',''),(62907,1,1,64705,1,1123631135,'2017-10-28 12:26:07',''),(62908,1,1,64706,1,1123631106,'2017-10-28 12:33:25',''),(62909,1,1,64708,1,3024883490,'2017-10-28 13:27:58',''),(62910,1,1,64709,1,1123631106,'2017-10-28 14:17:20',''),(62911,1,1,64711,1,1123631135,'2017-10-28 14:32:29',''),(62912,1,1,64712,1,1123631108,'2017-10-28 14:40:54',''),(62913,1,1,64713,43,1152705841,'2017-10-28 14:57:36',''),(62914,1,1,64714,1,3024883601,'2017-10-28 15:38:26',''),(62915,1,1,64715,1,1123631135,'2017-10-28 15:44:56',''),(62916,1,1,64716,26,1152705841,'2017-10-28 15:49:03',''),(62917,1,1,64717,1,1123631106,'2017-10-28 15:50:33',''),(62918,1,1,64718,1,2366145566,'2017-10-28 16:19:11',''),(62919,1,1,64719,1,1600959793,'2017-10-28 16:19:18',''),(62920,1,1,64720,1,1123631135,'2017-10-28 16:49:32',''),(62921,1,1,64721,1,1123631108,'2017-10-28 16:54:35',''),(62922,1,1,64722,1,2892542659,'2017-10-28 17:02:20',''),(62923,1,1,64723,1,1123631106,'2017-10-28 17:27:09',''),(62924,1,1,64724,1,1123631108,'2017-10-28 17:43:26',''),(62925,1,1,64725,46,3024883603,'2017-10-28 18:06:20',''),(62926,1,1,64726,1,1123631108,'2017-10-28 18:15:26',''),(62927,1,1,64727,1,1123631108,'2017-10-28 19:09:22',''),(62928,1,1,64728,1,1155790772,'2017-10-28 19:12:31','https://www.google.com/'),(62929,1,1,64729,1,1123631106,'2017-10-28 19:28:48',''),(62930,1,1,64730,1,1123631135,'2017-10-28 19:49:48',''),(62931,1,1,64731,43,2637637501,'2017-10-28 19:50:31',''),(62932,1,1,64732,16,2637637501,'2017-10-28 19:50:33',''),(62933,1,1,64733,59,2637637501,'2017-10-28 19:50:35',''),(62934,1,1,64734,43,2637637580,'2017-10-28 19:50:36',''),(62935,1,1,64735,16,2637637580,'2017-10-28 19:50:38',''),(62936,1,1,64736,1,1123631135,'2017-10-28 20:21:36',''),(62937,1,1,64737,1,1123631135,'2017-10-28 21:23:02',''),(62938,1,1,64738,1,1123631135,'2017-10-28 21:54:50',''),(62939,1,1,64739,1,1123631106,'2017-10-28 21:58:05',''),(62940,1,1,64741,1,1123631135,'2017-10-28 22:46:36',''),(62941,1,1,64742,1,1123631106,'2017-10-28 23:25:55',''),(62942,1,1,64743,1,1123631135,'2017-10-28 23:48:01',''),(62943,1,1,64744,1,1123631108,'2017-10-29 00:59:09',''),(62944,1,1,64745,1,1123631108,'2017-10-29 01:43:53',''),(62945,1,1,64746,1,1123631106,'2017-10-29 02:30:13',''),(62946,1,1,64747,1,3479603870,'2017-10-29 03:03:57',''),(62947,1,1,64748,1,1123631108,'2017-10-29 03:05:17',''),(62948,1,1,64749,1,1123631135,'2017-10-29 04:21:15',''),(62949,1,1,64750,1,1123631106,'2017-10-29 05:04:54',''),(62950,1,1,64752,1,1123631106,'2017-10-29 06:13:43',''),(62951,1,1,64753,1,1123631135,'2017-10-29 06:19:40',''),(62952,1,1,64754,42,1152705841,'2017-10-29 06:27:10',''),(62953,1,1,64756,1,1123631106,'2017-10-29 07:14:26',''),(62954,1,1,64757,65,1123631108,'2017-10-29 07:39:22',''),(62955,1,1,64759,1,1123631135,'2017-10-29 08:23:49',''),(62956,1,1,64760,1,1542483308,'2017-10-29 08:39:04',''),(62957,1,1,64761,1,1589656774,'2017-10-29 08:57:25','http://www.google.co.uk/'),(62958,1,1,64762,26,2071807776,'2017-10-29 09:23:44',''),(62959,1,1,64763,1,1123631135,'2017-10-29 09:28:53',''),(62960,1,1,64764,1,1123631106,'2017-10-29 09:48:57',''),(62961,1,1,64765,1,1426770581,'2017-10-29 10:40:15',''),(62962,1,1,64766,1,1123631106,'2017-10-29 10:54:33',''),(62963,1,1,64767,1,1123631108,'2017-10-29 10:59:58',''),(62964,1,1,64768,1,3024883595,'2017-10-29 11:00:56',''),(62965,1,1,64769,1,1123631106,'2017-10-29 12:21:31',''),(62966,1,1,64770,1,1123631108,'2017-10-29 12:27:48',''),(62967,1,1,64771,75,2637637501,'2017-10-29 13:00:01',''),(62968,1,1,64772,1,584016457,'2017-10-29 13:05:08',''),(62969,1,1,64773,16,2637637501,'2017-10-29 13:31:43',''),(62970,1,1,64774,1,1123631108,'2017-10-29 13:35:03',''),(62971,1,1,64775,46,3024883479,'2017-10-29 14:03:46',''),(62972,1,1,64776,1,1123631106,'2017-10-29 14:30:20',''),(62973,1,1,64777,1,1123631108,'2017-10-29 14:35:13',''),(62974,1,1,64778,1,1123631135,'2017-10-29 15:04:30',''),(62975,1,1,64779,65,1123631106,'2017-10-29 16:03:35',''),(62976,1,1,64780,1,1123631106,'2017-10-29 16:54:33',''),(62977,1,1,64781,1,1123631106,'2017-10-29 19:00:23',''),(62978,1,1,64782,1,1123631108,'2017-10-29 19:01:25',''),(62979,1,1,64784,3,584016457,'2017-10-29 20:07:07',''),(62980,1,1,64785,43,3652617269,'2017-10-29 20:11:57',''),(62981,1,1,64786,1,1123631135,'2017-10-29 22:09:02',''),(62982,1,1,64787,1,1123631108,'2017-10-29 22:10:37',''),(62983,1,1,64788,1,1123631106,'2017-10-29 22:13:15',''),(62984,1,1,64789,1,1489388262,'2017-10-29 22:38:17',''),(62985,1,1,64790,16,3475901847,'2017-10-29 22:48:22',''),(62986,1,1,64791,43,3475901847,'2017-10-29 22:48:24',''),(62987,1,1,64792,59,2637637501,'2017-10-29 22:48:35',''),(62988,1,1,64793,16,2637637501,'2017-10-29 22:48:37',''),(62989,1,1,64794,43,2637637501,'2017-10-29 22:48:38',''),(62990,1,1,64795,1,1123631106,'2017-10-29 23:45:45',''),(62991,1,1,64796,1,1452489946,'2017-10-29 23:52:28','https://www.google.co.uk/'),(62992,1,1,64797,1,1123631135,'2017-10-30 00:09:23',''),(62993,1,1,64800,54,1152705696,'2017-10-30 00:21:19',''),(62994,1,1,64801,1,1123631106,'2017-10-30 00:59:19',''),(62995,1,1,64802,1,1123631135,'2017-10-30 01:39:47',''),(62996,1,1,64803,1,2653866362,'2017-10-30 02:12:29',''),(62997,1,1,64804,1,3024883466,'2017-10-30 03:03:23',''),(62998,1,1,64805,1,1123631135,'2017-10-30 03:15:57',''),(62999,1,1,64806,1,1123631108,'2017-10-30 03:28:03',''),(63000,1,1,64808,1,1123631135,'2017-10-30 04:19:01',''),(63001,1,1,64810,72,1123631135,'2017-10-30 05:58:54',''),(63002,1,1,64811,1,3427775510,'2017-10-30 06:02:42',''),(63003,1,1,64812,16,1159647986,'2017-10-30 06:47:42',''),(63004,1,1,64813,43,2637637501,'2017-10-30 07:33:52',''),(63005,1,1,64814,1,1123631108,'2017-10-30 07:46:19',''),(63006,1,1,64815,1,1123631135,'2017-10-30 07:46:51',''),(63007,1,1,64817,51,1123631135,'2017-10-30 08:28:49',''),(63008,1,1,64818,1,1123631108,'2017-10-30 09:29:31',''),(63009,1,1,64819,1,1123631135,'2017-10-30 09:31:04',''),(63010,1,1,64820,1,1542483273,'2017-10-30 09:46:14',''),(63011,1,1,64821,1,1123631106,'2017-10-30 11:12:13',''),(63012,1,1,64822,1,1123631135,'2017-10-30 11:12:44',''),(63013,1,1,64824,43,2637637501,'2017-10-30 12:00:42',''),(63014,1,1,64825,15,676177790,'2017-10-30 12:00:42',''),(63015,1,1,64826,16,3475901847,'2017-10-30 12:00:42',''),(63016,1,1,64828,56,3475901847,'2017-10-30 12:00:44',''),(63017,1,1,64827,1,676177790,'2017-10-30 12:00:44',''),(63018,1,1,64829,1,676177790,'2017-10-30 12:01:05',''),(63019,1,1,64830,31,1123631106,'2017-10-30 12:02:32',''),(63020,1,1,64831,1,1123631108,'2017-10-30 12:57:05',''),(63021,1,1,64832,1,1123631135,'2017-10-30 12:57:31',''),(63022,1,1,64833,26,621375833,'2017-10-30 13:01:14',''),(63023,1,1,64834,1,1123631106,'2017-10-30 13:20:21',''),(63024,1,1,64835,26,2996480848,'2017-10-30 13:35:40',''),(63025,1,1,64836,1,1123631106,'2017-10-30 14:21:03',''),(63026,1,1,64837,1,2783006814,'2017-10-30 14:23:21','https://www.google.co.uk/'),(63027,1,1,64838,1,2328194918,'2017-10-30 14:51:55',''),(63028,1,1,64839,1,1123631106,'2017-10-30 15:58:34',''),(63029,1,1,64840,1,2366145566,'2017-10-30 16:13:22',''),(63030,1,1,64841,1,621375877,'2017-10-30 16:13:26',''),(63031,1,1,64842,1,1123631108,'2017-10-30 17:25:42',''),(63032,1,1,64843,1,1123631106,'2017-10-30 17:31:26',''),(63033,1,1,64844,1,1123631135,'2017-10-30 17:42:50',''),(63034,1,1,64845,31,3702877286,'2017-10-30 18:44:48',''),(63035,1,1,64846,1,1123631747,'2017-10-30 18:52:51',''),(63036,1,1,64847,1,1123631749,'2017-10-30 18:57:31',''),(63037,1,1,64848,6,3428195453,'2017-10-30 19:03:03',''),(63038,1,1,64849,1,1123631749,'2017-10-30 20:52:42',''),(63039,1,1,64851,1,2760529526,'2017-10-30 21:26:27','https://www.google.co.uk/'),(63040,1,1,64852,65,2760155470,'2017-10-30 22:06:17',''),(63041,1,1,64853,1,1123631745,'2017-10-30 22:21:23',''),(63042,1,1,64854,1,1123631749,'2017-10-30 22:23:29',''),(63043,1,1,64855,1,918433142,'2017-10-30 22:48:45',''),(63044,1,1,64856,1,1123631745,'2017-10-30 22:59:47',''),(63045,1,1,64857,1,1123631747,'2017-10-30 23:12:45',''),(63046,1,1,64858,50,3639886579,'2017-10-30 23:13:07',''),(63047,1,1,64859,1,1123631745,'2017-10-31 00:39:38',''),(63048,1,1,64860,1,1123631747,'2017-10-31 00:40:38',''),(63049,1,1,64861,43,2637637501,'2017-10-31 01:34:28',''),(63050,1,1,64862,16,2637637501,'2017-10-31 01:34:30',''),(63051,1,1,64863,59,2637637501,'2017-10-31 01:34:31',''),(63052,1,1,64864,16,3475901847,'2017-10-31 01:34:32',''),(63053,1,1,64865,43,3475901847,'2017-10-31 01:34:34',''),(63054,1,1,64866,56,3639886579,'2017-10-31 01:47:57',''),(63055,1,1,64867,1,2328185298,'2017-10-31 02:15:28',''),(63056,1,1,64868,26,2328185298,'2017-10-31 02:16:19',''),(63057,1,1,64869,26,2328185298,'2017-10-31 02:16:19',''),(63058,1,1,64871,18,2328185298,'2017-10-31 02:16:20',''),(63059,1,1,64870,3,2328185298,'2017-10-31 02:16:20',''),(63060,1,1,64872,43,2328185298,'2017-10-31 02:16:20',''),(63061,1,1,64873,45,2328185298,'2017-10-31 02:16:20',''),(63062,1,1,64874,57,2328185298,'2017-10-31 02:16:21',''),(63063,1,1,64875,9,2328185298,'2017-10-31 02:16:22',''),(63064,1,1,64876,28,2328185298,'2017-10-31 02:16:22',''),(63065,1,1,64877,50,2328185298,'2017-10-31 02:16:22',''),(63066,1,1,64878,26,2328185298,'2017-10-31 02:16:22',''),(63067,1,1,64879,51,2328185298,'2017-10-31 02:16:23',''),(63068,1,1,64881,56,2328185298,'2017-10-31 02:16:24',''),(63069,1,1,64880,26,2328185298,'2017-10-31 02:16:24',''),(63070,1,1,64882,26,2328185298,'2017-10-31 02:16:24',''),(63071,1,1,64883,55,2328185298,'2017-10-31 02:16:25',''),(63072,1,1,64884,26,2328185298,'2017-10-31 02:16:25',''),(63073,1,1,64885,62,2328185298,'2017-10-31 02:16:26',''),(63074,1,1,64886,1,1123631745,'2017-10-31 03:18:23',''),(63075,1,1,64887,73,3475901847,'2017-10-31 03:22:53',''),(63076,1,1,64888,1,1123631745,'2017-10-31 04:18:03',''),(63077,1,1,64889,1,1123631749,'2017-10-31 04:37:16',''),(63078,1,1,64891,1,3495347810,'2017-10-31 04:56:27',''),(63079,1,1,64892,1,3024883602,'2017-10-31 05:05:32',''),(63080,1,1,64893,1,1123631747,'2017-10-31 05:14:22',''),(63081,1,1,64894,28,1152705696,'2017-10-31 06:50:29',''),(63082,1,1,64895,1,1123631749,'2017-10-31 07:29:18',''),(63083,1,1,64896,1,1123631745,'2017-10-31 07:30:18',''),(63084,1,1,64898,48,3024883603,'2017-10-31 07:53:02',''),(63085,1,1,64900,31,1123631747,'2017-10-31 08:45:20',''),(63086,1,1,64901,1,1123631749,'2017-10-31 08:55:45',''),(63087,1,1,64902,1,1123631745,'2017-10-31 09:21:02',''),(63088,1,1,64903,1,1123631747,'2017-10-31 09:33:40',''),(63089,1,1,64904,1,1123631749,'2017-10-31 09:34:11',''),(63090,1,1,64905,1,1522643865,'2017-10-31 09:37:49',''),(63091,1,1,64906,1,1542483316,'2017-10-31 09:52:43',''),(63092,1,1,64907,9,1123631749,'2017-10-31 10:40:46',''),(63093,1,1,64908,46,1123631745,'2017-10-31 11:13:32',''),(63094,1,1,64909,66,3702877302,'2017-10-31 13:22:59',''),(63095,1,1,64910,1,1329788355,'2017-10-31 13:56:03','https://www.google.co.uk/'),(63096,1,1,64911,1,1041806726,'2017-10-31 13:56:36',''),(63097,1,1,64912,1,1123631745,'2017-10-31 15:02:07',''),(63098,1,1,64913,1,1123631747,'2017-10-31 15:14:16',''),(63099,1,1,64915,18,2637637501,'2017-10-31 15:41:11',''),(63100,1,1,64916,43,2637637501,'2017-10-31 16:17:44',''),(63101,1,1,64917,1,1123631747,'2017-10-31 17:57:39',''),(63102,1,1,64918,16,2637637501,'2017-10-31 18:10:24',''),(63103,1,1,64919,15,1152705696,'2017-10-31 18:54:04',''),(63104,1,1,64920,1,1123631745,'2017-10-31 19:14:54',''),(63105,1,1,64922,1,1123631108,'2017-10-31 20:45:14',''),(63106,1,1,64923,1,1123631106,'2017-10-31 20:49:55',''),(63107,1,1,64924,1,1123631135,'2017-10-31 20:56:28',''),(63108,1,1,64925,1,1123631108,'2017-10-31 21:42:47',''),(63109,1,1,64926,1,1123631106,'2017-10-31 21:51:39',''),(63110,1,1,64927,43,1567152058,'2017-10-31 23:29:38',''),(63111,1,1,64928,43,1567152058,'2017-10-31 23:29:41',''),(63112,1,1,64929,1,1567152058,'2017-10-31 23:29:42',''),(63113,1,1,64930,43,1567152058,'2017-10-31 23:29:44',''),(63114,1,1,64931,1,1123631135,'2017-10-31 23:59:46',''),(63115,1,1,64932,1,3024883486,'2017-11-01 00:55:20',''),(63116,1,1,64933,1,1123631135,'2017-11-01 01:47:46',''),(63117,1,1,64934,1,1152705696,'2017-11-01 02:42:10',''),(63118,1,1,64935,1,1123631106,'2017-11-01 03:50:16',''),(63119,1,1,64936,43,2637637501,'2017-11-01 04:58:09',''),(63120,1,1,64937,16,3475901847,'2017-11-01 04:58:09',''),(63121,1,1,64938,56,3475901847,'2017-11-01 04:58:11',''),(63122,1,1,64939,15,2637637434,'2017-11-01 04:58:13',''),(63123,1,1,64940,1,2637637434,'2017-11-01 04:58:15',''),(63124,1,1,64941,1,1123631108,'2017-11-01 05:03:12',''),(63125,1,1,64942,1,910377950,'2017-11-01 05:32:34',''),(63126,1,1,64943,1,910377950,'2017-11-01 06:13:53',''),(63127,1,1,64944,1,1123631108,'2017-11-01 09:03:03',''),(63128,1,1,64945,6,1123631135,'2017-11-01 09:30:42',''),(63129,1,1,64946,1,1542483322,'2017-11-01 09:53:15',''),(63130,1,1,64947,68,3024883465,'2017-11-01 11:37:43',''),(63131,1,1,64948,1,2746011582,'2017-11-01 12:06:53',''),(63132,1,1,64949,47,2071807801,'2017-11-01 13:25:27',''),(63133,1,1,64950,1,1123631135,'2017-11-01 13:30:01',''),(63134,1,1,64951,1,1442835003,'2017-11-01 14:29:29','https://www.google.co.uk/'),(63135,1,1,64952,1,1920187908,'2017-11-01 15:40:59',''),(63136,1,1,64953,44,1123631106,'2017-11-01 16:01:42',''),(63137,1,1,64954,43,1544770558,'2017-11-01 18:23:21','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwiCh8O3_53XAhUEWhoKHa-bBnUQFggvMAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_category%3D36%26controller%3Dcategory%26id_lang%3D1&usg=AOvVaw0H8KjlhcNuPyxsKSvrjUO'),(63138,1,1,64955,1,1041806727,'2017-11-01 18:23:53',''),(63139,1,1,64956,54,2760155439,'2017-11-01 19:02:46',''),(63140,1,1,64957,1,1123631106,'2017-11-01 19:16:16',''),(63141,1,1,64958,70,2760155422,'2017-11-01 19:18:45',''),(63142,1,1,64959,1,621375833,'2017-11-01 21:12:00',''),(63143,1,1,64960,1,621375877,'2017-11-01 21:12:07',''),(63144,1,1,64961,48,3475901855,'2017-11-01 22:59:02',''),(63145,1,1,64962,1,1508958601,'2017-11-01 23:55:35','http://www.bing.com/search?q=blackburn+tyres&qs=n&form=QBLH&sp=-1&pq=blackburn+tyres&sc=4-15&sk=&cvid=08B3E56E047347DC9784D8F6124EF0EC'),(63146,1,1,64963,1,2916412422,'2017-11-02 01:32:23',''),(63147,1,1,64964,43,2637637501,'2017-11-02 02:36:27',''),(63148,1,1,64965,1,3024883465,'2017-11-02 03:43:04',''),(63149,1,1,64966,1,2637637434,'2017-11-02 05:15:15',''),(63150,1,1,64967,42,3639886579,'2017-11-02 07:02:47',''),(63151,1,1,64968,1,1542483281,'2017-11-02 09:39:19',''),(63152,1,1,64969,43,3024883600,'2017-11-02 10:09:23',''),(63153,1,1,64970,1,1264758654,'2017-11-02 11:20:24',''),(63154,1,1,64971,55,1264758654,'2017-11-02 11:20:25',''),(63155,1,1,64972,150,1264758654,'2017-11-02 11:20:28',''),(63156,1,1,64973,55,1264758654,'2017-11-02 11:20:32',''),(63157,1,1,64974,1,1264758654,'2017-11-02 11:20:34',''),(63158,1,1,64975,1,3024883601,'2017-11-02 11:37:39',''),(63159,1,1,64976,1,1834982823,'2017-11-02 12:04:00',''),(63160,1,1,64977,55,1834982823,'2017-11-02 12:04:01',''),(63161,1,1,64978,151,1834982823,'2017-11-02 12:04:03',''),(63162,1,1,64979,55,1834982823,'2017-11-02 12:04:06',''),(63163,1,1,64980,1,1834982823,'2017-11-02 12:04:09',''),(63164,1,1,64981,1,3220976390,'2017-11-02 12:22:40',''),(63165,1,1,64982,55,3220976390,'2017-11-02 12:22:43',''),(63166,1,1,64983,152,3220976390,'2017-11-02 12:22:47',''),(63167,1,1,64984,55,3220976390,'2017-11-02 12:22:54',''),(63168,1,1,64985,26,2071807820,'2017-11-02 12:46:33',''),(63169,1,1,64986,1,1344978116,'2017-11-02 13:09:37','https://www.bing.com/'),(63170,1,1,64987,1,794432921,'2017-11-02 13:18:23',''),(63171,1,1,64988,55,794432921,'2017-11-02 13:18:26',''),(63172,1,1,64989,153,794432921,'2017-11-02 13:18:29',''),(63173,1,1,64990,55,794432921,'2017-11-02 13:18:37',''),(63174,1,1,64991,1,1123631135,'2017-11-02 14:06:42',''),(63175,1,1,64992,57,3639886579,'2017-11-02 14:49:31',''),(63176,1,1,64993,1,2328194863,'2017-11-02 16:04:38',''),(63177,1,1,64994,50,2760155423,'2017-11-02 16:16:26',''),(63178,1,1,64995,26,3639886579,'2017-11-02 16:23:32',''),(63179,1,1,64996,1,3373404845,'2017-11-02 17:16:20',''),(63180,1,1,64997,43,3475901809,'2017-11-02 18:18:18',''),(63181,1,1,64998,16,3475901809,'2017-11-02 18:18:19',''),(63182,1,1,64999,59,2637637501,'2017-11-02 18:18:22',''),(63183,1,1,65000,16,2637637501,'2017-11-02 18:18:24',''),(63184,1,1,65001,43,2637637501,'2017-11-02 18:18:25',''),(63185,1,1,65002,43,2637637501,'2017-11-02 18:18:27',''),(63186,1,1,65003,1,1757682811,'2017-11-02 18:38:14',''),(63187,1,1,65004,45,1757723270,'2017-11-02 18:44:43',''),(63188,1,1,65005,28,1757723270,'2017-11-02 18:44:46',''),(63189,1,1,65006,64,1757723270,'2017-11-02 18:44:48',''),(63190,1,1,65007,53,1757723270,'2017-11-02 18:44:51',''),(63191,1,1,65008,52,1757723270,'2017-11-02 18:44:53',''),(63192,1,1,65009,48,1757723270,'2017-11-02 18:44:55',''),(63193,1,1,65010,57,1757723270,'2017-11-02 18:44:57',''),(63194,1,1,65011,56,1757723270,'2017-11-02 18:45:00',''),(63195,1,1,65012,9,1757723270,'2017-11-02 18:45:24',''),(63196,1,1,65013,26,1757723270,'2017-11-02 18:45:51',''),(63197,1,1,65014,6,1757723270,'2017-11-02 18:45:54',''),(63198,1,1,65015,69,1757723270,'2017-11-02 18:46:11',''),(63199,1,1,65016,50,1757723270,'2017-11-02 18:46:14',''),(63200,1,1,65017,26,1757723270,'2017-11-02 18:46:19',''),(63201,1,1,65018,63,1757723270,'2017-11-02 18:46:26',''),(63202,1,1,65019,26,1757723270,'2017-11-02 18:46:29',''),(63203,1,1,65020,26,1757723270,'2017-11-02 18:46:47',''),(63204,1,1,65021,26,1757723270,'2017-11-02 18:46:54',''),(63205,1,1,65022,51,1757723270,'2017-11-02 18:47:06',''),(63206,1,1,65023,1,1757723270,'2017-11-02 18:47:13',''),(63207,1,1,65024,26,1757723270,'2017-11-02 18:47:15',''),(63208,1,1,65025,26,1757723270,'2017-11-02 18:47:32',''),(63209,1,1,65026,55,1757723270,'2017-11-02 18:47:34',''),(63210,1,1,65027,26,1757723270,'2017-11-02 18:47:42',''),(63211,1,1,65028,65,1757723270,'2017-11-02 18:47:46',''),(63212,1,1,65029,26,1757723270,'2017-11-02 18:47:50',''),(63213,1,1,65030,38,1757723270,'2017-11-02 18:47:56',''),(63214,1,1,65031,41,1757723270,'2017-11-02 18:48:13',''),(63215,1,1,65032,26,1757723270,'2017-11-02 18:48:26',''),(63216,1,1,65033,62,1757723270,'2017-11-02 18:48:29',''),(63217,1,1,65034,43,1757723270,'2017-11-02 18:48:37',''),(63218,1,1,65035,66,1757715002,'2017-11-02 19:32:24',''),(63219,1,1,65036,26,1757715002,'2017-11-02 19:32:27',''),(63220,1,1,65037,43,1757715002,'2017-11-02 19:32:29',''),(63221,1,1,65038,54,1757715002,'2017-11-02 19:32:33',''),(63222,1,1,65039,43,1757715002,'2017-11-02 19:32:48',''),(63223,1,1,65040,16,1757715002,'2017-11-02 19:32:55',''),(63224,1,1,65041,26,1757715002,'2017-11-02 19:33:32',''),(63225,1,1,65042,44,1757715002,'2017-11-02 19:33:39',''),(63226,1,1,65043,26,1757715002,'2017-11-02 19:33:45',''),(63227,1,1,65044,26,1757715002,'2017-11-02 19:34:06',''),(63228,1,1,65045,1,1123631135,'2017-11-02 19:34:07',''),(63229,1,1,65046,26,1757715002,'2017-11-02 19:34:15',''),(63230,1,1,65047,47,1757715002,'2017-11-02 19:34:21',''),(63231,1,1,65048,27,1757715002,'2017-11-02 19:34:31',''),(63232,1,1,65049,26,1757715002,'2017-11-02 19:34:34',''),(63233,1,1,65050,26,1757715002,'2017-11-02 19:34:49',''),(63234,1,1,65051,26,1757715002,'2017-11-02 19:34:59',''),(63235,1,1,65052,10,1757715002,'2017-11-02 19:35:01',''),(63236,1,1,65053,26,1757715002,'2017-11-02 19:35:13',''),(63237,1,1,65054,26,1757715002,'2017-11-02 19:35:38',''),(63238,1,1,65055,15,1757715002,'2017-11-02 19:35:47',''),(63239,1,1,65056,42,1757715002,'2017-11-02 19:35:52',''),(63240,1,1,65057,58,1757715002,'2017-11-02 19:36:22',''),(63241,1,1,65058,31,1757715002,'2017-11-02 19:36:40',''),(63242,1,1,65059,49,1757715002,'2017-11-02 19:36:43',''),(63243,1,1,65060,1,3024883600,'2017-11-02 19:43:17',''),(63244,1,1,65061,74,1757682811,'2017-11-02 20:22:47',''),(63245,1,1,65062,26,1757682811,'2017-11-02 20:22:50',''),(63246,1,1,65063,71,1757682811,'2017-11-02 20:22:52',''),(63247,1,1,65064,70,1757682811,'2017-11-02 20:22:55',''),(63248,1,1,65065,26,1757682811,'2017-11-02 20:22:57',''),(63249,1,1,65066,16,1757682811,'2017-11-02 20:23:23',''),(63250,1,1,65067,16,1757682811,'2017-11-02 20:23:26',''),(63251,1,1,65068,75,1757682811,'2017-11-02 20:23:28',''),(63252,1,1,65069,26,1757682811,'2017-11-02 20:23:31',''),(63253,1,1,65070,59,1757682811,'2017-11-02 20:23:42',''),(63254,1,1,65071,26,1757682811,'2017-11-02 20:23:45',''),(63255,1,1,65072,26,1757682811,'2017-11-02 20:24:07',''),(63256,1,1,65073,26,1757682811,'2017-11-02 20:24:18',''),(63257,1,1,65074,73,1757682811,'2017-11-02 20:24:22',''),(63258,1,1,65075,26,1757682811,'2017-11-02 20:24:26',''),(63259,1,1,65076,68,1757682811,'2017-11-02 20:24:37',''),(63260,1,1,65077,26,1757682811,'2017-11-02 20:24:43',''),(63261,1,1,65078,72,1757682811,'2017-11-02 20:24:49',''),(63262,1,1,65079,26,1757682811,'2017-11-02 20:24:54',''),(63263,1,1,65080,26,1757682811,'2017-11-02 20:25:02',''),(63264,1,1,65081,26,1757682811,'2017-11-02 20:25:29',''),(63265,1,1,65082,26,1757682811,'2017-11-02 20:25:36',''),(63266,1,1,65083,67,1757682811,'2017-11-02 20:25:54',''),(63267,1,1,65084,26,1757682811,'2017-11-02 20:26:05',''),(63268,1,1,65085,26,1757682811,'2017-11-02 20:26:12',''),(63269,1,1,65086,26,3639886579,'2017-11-02 22:53:29',''),(63270,1,1,65087,1,3191611243,'2017-11-02 23:41:27',''),(63271,1,1,65088,15,3191611243,'2017-11-02 23:41:29',''),(63272,1,1,65089,154,3191611243,'2017-11-02 23:41:31',''),(63273,1,1,65090,1,3098067016,'2017-11-03 00:11:38',''),(63274,1,1,65091,15,3098067016,'2017-11-03 00:11:40',''),(63275,1,1,65092,155,3098067016,'2017-11-03 00:11:42',''),(63276,1,1,65093,1,773827131,'2017-11-03 00:19:24',''),(63277,1,1,65094,1,621963012,'2017-11-03 00:44:41',''),(63278,1,1,65095,1,1887271942,'2017-11-03 01:21:30',''),(63279,1,1,65096,15,1887271942,'2017-11-03 01:21:33',''),(63280,1,1,65097,156,1887271942,'2017-11-03 01:21:36',''),(63281,1,1,65098,1,2572943362,'2017-11-03 01:58:43',''),(63282,1,1,65099,15,2572943362,'2017-11-03 01:58:44',''),(63283,1,1,65100,157,2572943362,'2017-11-03 01:58:46',''),(63284,1,1,65101,15,2572943362,'2017-11-03 01:58:49',''),(63285,1,1,65102,1,2572943362,'2017-11-03 01:58:51',''),(63286,1,1,65103,43,3024883481,'2017-11-03 01:58:58',''),(63287,1,1,65104,1,2572943368,'2017-11-03 03:19:38',''),(63288,1,1,65105,15,2572943368,'2017-11-03 03:19:39',''),(63289,1,1,65106,158,2572943368,'2017-11-03 03:19:41',''),(63290,1,1,65107,15,2572943368,'2017-11-03 03:19:44',''),(63291,1,1,65108,51,872366383,'2017-11-03 04:08:21',''),(63292,1,1,65109,1,1747473469,'2017-11-03 04:31:44',''),(63293,1,1,65110,56,3475901732,'2017-11-03 06:40:54',''),(63294,1,1,65112,16,3475901732,'2017-11-03 06:40:56',''),(63295,1,1,65111,1,2637637434,'2017-11-03 06:40:56',''),(63296,1,1,65113,15,2637637434,'2017-11-03 06:40:57',''),(63297,1,1,65114,1,1426770581,'2017-11-03 07:14:36',''),(63298,1,1,65115,1,3281661501,'2017-11-03 08:39:55',''),(63299,1,1,65116,1,1542483275,'2017-11-03 09:23:12',''),(63300,1,1,65117,1,2459189696,'2017-11-03 10:10:07',''),(63301,1,1,65118,1,2459189696,'2017-11-03 10:10:16',''),(63302,1,1,65119,1,2459189696,'2017-11-03 10:10:33',''),(63303,1,1,65120,1,3024883473,'2017-11-03 10:25:56',''),(63304,1,1,65121,1,3479603870,'2017-11-03 10:33:17',''),(63305,1,1,65122,1,2328185161,'2017-11-03 10:49:13',''),(63306,1,1,65123,26,2328185161,'2017-11-03 10:50:02',''),(63307,1,1,65124,26,2328185161,'2017-11-03 10:50:04',''),(63308,1,1,65126,43,2328185161,'2017-11-03 10:50:04',''),(63309,1,1,65125,18,2328185161,'2017-11-03 10:50:04',''),(63310,1,1,65128,3,2328185161,'2017-11-03 10:50:04',''),(63311,1,1,65127,45,2328185161,'2017-11-03 10:50:04',''),(63312,1,1,65129,57,2328185161,'2017-11-03 10:50:05',''),(63313,1,1,65130,9,2328185161,'2017-11-03 10:50:06',''),(63314,1,1,65131,28,2328185161,'2017-11-03 10:50:06',''),(63315,1,1,65132,50,2328185161,'2017-11-03 10:50:07',''),(63316,1,1,65133,26,2328185161,'2017-11-03 10:50:07',''),(63317,1,1,65134,51,2328185161,'2017-11-03 10:50:07',''),(63318,1,1,65135,26,2328185161,'2017-11-03 10:50:08',''),(63319,1,1,65136,56,2328185161,'2017-11-03 10:50:09',''),(63320,1,1,65137,26,2328185161,'2017-11-03 10:50:10',''),(63321,1,1,65139,26,2328185161,'2017-11-03 10:50:10',''),(63322,1,1,65138,55,2328185161,'2017-11-03 10:50:10',''),(63323,1,1,65140,62,2328185161,'2017-11-03 10:50:10',''),(63324,1,1,65141,1,2331442451,'2017-11-03 11:21:31',''),(63325,1,1,65142,1,1123631106,'2017-11-03 16:12:14',''),(63326,1,1,65143,26,2071807786,'2017-11-03 19:21:47',''),(63327,1,1,65144,1,1454533079,'2017-11-03 20:24:44',''),(63328,1,1,65145,50,2637637434,'2017-11-03 20:53:22',''),(63329,1,1,65146,63,1123634327,'2017-11-03 22:56:58',''),(63330,1,1,65148,43,3475901732,'2017-11-04 03:23:30',''),(63331,1,1,65147,16,2637637501,'2017-11-04 03:23:30',''),(63332,1,1,65149,43,2637637501,'2017-11-04 03:23:32',''),(63333,1,1,65150,16,3475901732,'2017-11-04 03:23:32',''),(63334,1,1,65151,43,2637637501,'2017-11-04 03:23:33',''),(63335,1,1,65152,59,2637637501,'2017-11-04 03:23:35',''),(63336,1,1,65153,6,2954838202,'2017-11-04 06:08:44',''),(63337,1,1,65154,1,2637637434,'2017-11-04 08:17:12',''),(63338,1,1,65155,1,1542483275,'2017-11-04 09:25:09',''),(63339,1,1,65156,59,3024883616,'2017-11-04 09:29:19',''),(63340,1,1,65157,6,2071807800,'2017-11-04 11:15:37',''),(63341,1,1,65158,1,2653866691,'2017-11-04 15:05:11',''),(63342,1,1,65159,1,3339975108,'2017-11-04 15:58:56',''),(63343,1,1,65160,43,3652617306,'2017-11-04 15:59:10',''),(63344,1,1,65161,75,3652617220,'2017-11-04 18:29:34',''),(63345,1,1,65162,1,676695033,'2017-11-04 18:38:54',''),(63346,1,1,65163,1,1123634327,'2017-11-04 18:57:55',''),(63347,1,1,65164,38,2760155479,'2017-11-04 19:19:35',''),(63348,1,1,65165,47,2637637501,'2017-11-04 21:32:53',''),(63349,1,1,65166,1,2366145566,'2017-11-04 21:36:07',''),(63350,1,1,65167,1,1600959793,'2017-11-04 21:36:11',''),(63351,1,1,65168,1,1123631561,'2017-11-04 21:53:35',''),(63352,1,1,65169,63,676177783,'2017-11-04 22:24:17',''),(63353,1,1,65170,1,621375877,'2017-11-04 23:00:38',''),(63354,1,1,65171,1,1377605544,'2017-11-05 00:22:19','https://www.google.co.uk/'),(63355,1,1,65172,43,676177711,'2017-11-05 01:37:03',''),(63356,1,1,65173,15,2637637434,'2017-11-05 02:24:31',''),(63357,1,1,65174,1,2637637434,'2017-11-05 02:24:33',''),(63358,1,1,65175,1,1159644850,'2017-11-05 04:23:00',''),(63359,1,1,65176,56,676177711,'2017-11-05 06:22:26',''),(63360,1,1,65177,1,1123634325,'2017-11-05 06:57:07',''),(63361,1,1,65178,43,2637637501,'2017-11-05 08:14:27',''),(63362,1,1,65179,1,1542483291,'2017-11-05 09:49:34',''),(63363,1,1,65180,52,872366350,'2017-11-05 09:50:02',''),(63364,1,1,65181,1,1589999662,'2017-11-05 09:59:58','https://www.google.co.uk/'),(63365,1,1,65182,1,1838980354,'2017-11-05 11:25:24','https://www.google.co.uk/'),(63366,1,1,65183,1,2328194880,'2017-11-05 11:33:17',''),(63367,1,1,65184,28,3024883479,'2017-11-05 12:24:57',''),(63368,1,1,65185,44,872368000,'2017-11-05 12:58:35',''),(63369,1,1,65186,72,2760155439,'2017-11-05 13:37:40',''),(63370,1,1,65187,1,1053976351,'2017-11-05 13:47:16',''),(63371,1,1,65188,1,1053976351,'2017-11-05 13:47:22',''),(63372,1,1,65189,1,1053976351,'2017-11-05 13:47:43',''),(63373,1,1,65190,1,1053976351,'2017-11-05 13:47:48',''),(63374,1,1,65191,1,1053976351,'2017-11-05 13:47:53',''),(63375,1,1,65192,1,1053976351,'2017-11-05 13:48:09',''),(63376,1,1,65193,1,1053976351,'2017-11-05 13:48:18',''),(63377,1,1,65194,1,1053976351,'2017-11-05 13:48:24',''),(63378,1,1,65195,43,3702877285,'2017-11-05 14:43:14',''),(63379,1,1,65196,59,2637637501,'2017-11-05 15:06:21',''),(63380,1,1,65197,16,2637637501,'2017-11-05 15:06:23',''),(63381,1,1,65198,43,2637637501,'2017-11-05 15:06:24',''),(63382,1,1,65199,43,2637637501,'2017-11-05 15:06:26',''),(63383,1,1,65200,43,676177711,'2017-11-05 15:06:36',''),(63384,1,1,65201,16,676177711,'2017-11-05 15:06:38',''),(63385,1,1,65202,75,2637637501,'2017-11-05 15:31:47',''),(63386,1,1,65203,73,676177711,'2017-11-05 15:32:20',''),(63387,1,1,65204,1,1123636165,'2017-11-05 19:31:39',''),(63388,1,1,65205,1,1123634325,'2017-11-05 22:28:04',''),(63389,1,1,65206,1,1542483271,'2017-11-06 09:34:21',''),(63390,1,1,65207,6,1123634327,'2017-11-06 09:55:42',''),(63391,1,1,65208,16,3639886579,'2017-11-06 10:02:23',''),(63392,1,1,65209,1,2637637434,'2017-11-06 10:42:34',''),(63393,1,1,65210,68,3652617234,'2017-11-06 11:13:51',''),(63394,1,1,65211,1,3024883463,'2017-11-06 12:45:37',''),(63395,1,1,65212,62,2513056080,'2017-11-06 13:15:56',''),(63396,1,1,65213,63,2513056080,'2017-11-06 13:16:00',''),(63397,1,1,65214,56,676177711,'2017-11-06 14:11:42',''),(63398,1,1,65215,1,1053990239,'2017-11-06 15:29:24',''),(63399,1,1,65216,1,1053990239,'2017-11-06 15:29:29',''),(63400,1,1,65217,1,1053990239,'2017-11-06 15:29:34',''),(63401,1,1,65218,1,1053990239,'2017-11-06 15:29:39',''),(63402,1,1,65219,1,1053990239,'2017-11-06 15:29:50',''),(63403,1,1,65220,67,1123631119,'2017-11-06 15:29:52',''),(63404,1,1,65221,1,1053990239,'2017-11-06 15:29:59',''),(63405,1,1,65222,1,1053990239,'2017-11-06 15:30:02',''),(63406,1,1,65223,1,1053990239,'2017-11-06 15:30:09',''),(63407,1,1,65224,1,3479603870,'2017-11-06 16:36:12',''),(63408,1,1,65225,26,1152705696,'2017-11-06 17:03:54',''),(63409,1,1,65226,1,621375833,'2017-11-06 18:03:12',''),(63410,1,1,65227,1,1600959793,'2017-11-06 18:03:16',''),(63411,1,1,65228,59,3475901871,'2017-11-06 21:36:21',''),(63412,1,1,65229,16,3475901871,'2017-11-06 21:36:23',''),(63413,1,1,65230,43,3475901871,'2017-11-06 21:36:25',''),(63414,1,1,65231,43,3475901871,'2017-11-06 21:36:26',''),(63415,1,1,65232,43,676177711,'2017-11-06 21:36:27',''),(63416,1,1,65233,16,676177711,'2017-11-06 21:36:28',''),(63417,1,1,65234,1,3024883615,'2017-11-06 23:18:15',''),(63418,1,1,65235,1,2342712894,'2017-11-07 01:30:01',''),(63419,1,1,65236,43,2430181705,'2017-11-07 03:41:25',''),(63420,1,1,65237,1,2430181705,'2017-11-07 03:41:27',''),(63421,1,1,65238,43,2430181705,'2017-11-07 03:41:29',''),(63422,1,1,65239,1,1089911594,'2017-11-07 08:08:52','http://whois.domaintools.com/mstyresblackburn.co.uk'),(63423,1,1,65240,48,35385435,'2017-11-07 08:44:50','https://www.google.co.uk/'),(63424,1,1,65241,26,3001999489,'2017-11-07 08:55:23',''),(63425,1,1,65242,54,3001999489,'2017-11-07 08:55:27',''),(63426,1,1,65243,66,3001999489,'2017-11-07 08:55:32',''),(63427,1,1,65244,1,2430157651,'2017-11-07 09:17:51',''),(63428,1,1,65245,6,2430157651,'2017-11-07 09:17:58',''),(63429,1,1,65246,1,1542483319,'2017-11-07 09:33:36',''),(63430,1,1,65247,1,599843296,'2017-11-07 09:48:09',''),(63431,1,1,65248,1,599843296,'2017-11-07 09:48:14',''),(63432,1,1,65249,1,599843296,'2017-11-07 09:48:16',''),(63433,1,1,65250,1,3024883464,'2017-11-07 09:54:54',''),(63434,1,1,65251,1,919627301,'2017-11-07 11:48:20',''),(63435,1,1,65252,6,2637637434,'2017-11-07 12:36:53',''),(63436,1,1,65253,1,2809325942,'2017-11-07 13:30:52',''),(63437,1,1,65254,1,1796538632,'2017-11-07 16:30:19',''),(63438,1,1,65255,15,1454949664,'2017-11-07 16:31:09','http://r.duckduckgo.com/'),(63439,1,1,65256,15,1508910678,'2017-11-07 17:32:47','http://www.google.co.uk/'),(63440,1,1,65257,6,3428195967,'2017-11-07 19:54:04',''),(63441,1,1,65258,1,3024883481,'2017-11-07 22:57:01',''),(63442,1,1,65259,43,883636935,'2017-11-08 00:15:34',''),(63443,1,1,65260,43,883636935,'2017-11-08 00:15:37',''),(63444,1,1,65261,1,883636935,'2017-11-08 00:15:39',''),(63445,1,1,65262,43,883636935,'2017-11-08 00:15:40',''),(63446,1,1,65263,57,2071807786,'2017-11-08 00:48:22',''),(63447,1,1,65264,28,3024883615,'2017-11-08 04:10:47',''),(63448,1,1,65265,1,1264758654,'2017-11-08 05:05:30',''),(63449,1,1,65266,69,1264758654,'2017-11-08 05:05:33',''),(63450,1,1,65267,159,1264758654,'2017-11-08 05:05:35',''),(63451,1,1,65268,69,1264758654,'2017-11-08 05:05:38',''),(63452,1,1,65269,1,1264758654,'2017-11-08 05:05:40',''),(63453,1,1,65270,1,3024883613,'2017-11-08 05:17:26',''),(63454,1,1,65271,1,2328194962,'2017-11-08 05:50:26',''),(63455,1,1,65272,43,3475901871,'2017-11-08 06:00:33',''),(63456,1,1,65273,43,2637637450,'2017-11-08 06:00:34',''),(63457,1,1,65274,16,2637637450,'2017-11-08 06:00:39',''),(63458,1,1,65275,16,3475901871,'2017-11-08 06:00:41',''),(63459,1,1,65276,43,3475901871,'2017-11-08 06:00:43',''),(63460,1,1,65277,1,2459190071,'2017-11-08 08:02:03',''),(63461,1,1,65278,46,3024883605,'2017-11-08 08:10:00',''),(63462,1,1,65279,1,526962825,'2017-11-08 08:13:00','https://www.google.co.uk/'),(63463,1,1,65280,6,3116354569,'2017-11-08 08:38:19',''),(63464,1,1,65281,1,1375799720,'2017-11-08 09:17:28','https://www.bing.com/'),(63465,1,1,65282,1,1542483293,'2017-11-08 09:43:56',''),(63466,1,1,65283,26,3639886579,'2017-11-08 09:53:31',''),(63467,1,1,65284,1,1834982823,'2017-11-08 10:00:52',''),(63468,1,1,65285,69,1834982823,'2017-11-08 10:00:53',''),(63469,1,1,65286,160,1834982823,'2017-11-08 10:00:55',''),(63470,1,1,65287,3,1844971796,'2017-11-08 10:46:50',''),(63471,1,1,65288,3,1844971796,'2017-11-08 10:46:51',''),(63472,1,1,65289,3,1844971796,'2017-11-08 10:46:53',''),(63473,1,1,65290,3,1844971796,'2017-11-08 10:46:54',''),(63474,1,1,65291,1,1844971796,'2017-11-08 10:46:55',''),(63475,1,1,65292,1,1844971796,'2017-11-08 10:46:57',''),(63476,1,1,65293,1,1844971796,'2017-11-08 10:47:00',''),(63477,1,1,65294,1,1844971796,'2017-11-08 10:47:01',''),(63478,1,1,65295,1,1844971796,'2017-11-08 10:47:02',''),(63479,1,1,65296,1,1367985999,'2017-11-08 10:50:05','https://www.google.co.uk/'),(63480,1,1,65297,1,1434488381,'2017-11-08 11:56:54',''),(63481,1,1,65298,69,1434488381,'2017-11-08 11:56:56',''),(63482,1,1,65299,161,1434488381,'2017-11-08 11:56:57',''),(63483,1,1,65300,69,1434488381,'2017-11-08 11:57:00',''),(63484,1,1,65301,1,1482888178,'2017-11-08 12:14:45',''),(63485,1,1,65302,1,2513611267,'2017-11-08 12:23:47',''),(63486,1,1,65303,69,2513611267,'2017-11-08 12:23:48',''),(63487,1,1,65304,162,2513611267,'2017-11-08 12:23:50',''),(63488,1,1,65305,69,2513611267,'2017-11-08 12:23:52',''),(63489,1,1,65306,1,2513611267,'2017-11-08 12:23:54',''),(63490,1,1,65307,69,2513611267,'2017-11-08 12:23:55',''),(63491,1,1,65308,69,2513611267,'2017-11-08 12:23:56',''),(63492,1,1,65309,1,2487805984,'2017-11-08 12:46:05',''),(63493,1,1,65310,69,2487805984,'2017-11-08 12:46:07',''),(63494,1,1,65311,163,2487805984,'2017-11-08 12:46:10',''),(63495,1,1,65312,69,2487805984,'2017-11-08 12:46:18',''),(63496,1,1,65313,1,3076003126,'2017-11-08 13:00:03',''),(63497,1,1,65314,6,3076003126,'2017-11-08 13:00:07',''),(63498,1,1,65315,1,1123634327,'2017-11-08 13:00:08',''),(63499,1,1,65316,6,3076003126,'2017-11-08 13:00:10',''),(63500,1,1,65317,6,3076003126,'2017-11-08 13:00:18',''),(63501,1,1,65318,1,2637637434,'2017-11-08 13:58:08',''),(63502,1,1,65319,1,3024883485,'2017-11-08 15:58:47',''),(63503,1,1,65320,1,2366145566,'2017-11-08 16:28:35',''),(63504,1,1,65321,1,1600959793,'2017-11-08 16:28:36',''),(63505,1,1,65322,1,1426770581,'2017-11-08 17:12:14',''),(63506,1,1,65323,58,3639886579,'2017-11-08 17:17:47',''),(63507,1,1,65324,1,872366409,'2017-11-08 18:30:27',''),(63508,1,1,65325,59,3475901871,'2017-11-08 18:57:40',''),(63509,1,1,65326,15,2637637434,'2017-11-08 18:57:44',''),(63510,1,1,65327,1,2637637434,'2017-11-08 18:57:46',''),(63511,1,1,65328,16,2637637450,'2017-11-08 18:57:47',''),(63512,1,1,65329,56,2637637450,'2017-11-08 18:57:48',''),(63513,1,1,65330,43,600108705,'2017-11-08 19:13:01',''),(63514,1,1,65331,1,624641970,'2017-11-08 19:13:16',''),(63515,1,1,65332,1,3024883619,'2017-11-08 19:24:59',''),(63516,1,1,65333,1,1123634329,'2017-11-08 19:26:31',''),(63517,1,1,65334,26,3639886579,'2017-11-08 21:54:57',''),(63518,1,1,65335,1,1123631831,'2017-11-08 22:31:44',''),(63519,1,1,65336,16,2760155451,'2017-11-09 01:04:31',''),(63520,1,1,65337,1,3024883487,'2017-11-09 02:30:07',''),(63521,1,1,65338,6,2954838202,'2017-11-09 03:54:01',''),(63522,1,1,65339,1,3024883590,'2017-11-09 04:54:43',''),(63523,1,1,65340,10,3024883468,'2017-11-09 05:28:03',''),(63524,1,1,65341,1,2331442451,'2017-11-09 07:51:11',''),(63525,1,1,65342,6,3513381521,'2017-11-09 08:57:01',''),(63526,1,1,65343,6,3513381521,'2017-11-09 09:26:30',''),(63527,1,1,65344,1,2680909990,'2017-11-09 10:59:08',''),(63528,1,1,65345,26,2680909990,'2017-11-09 10:59:56',''),(63529,1,1,65346,26,2680909990,'2017-11-09 10:59:56',''),(63530,1,1,65347,18,2680909990,'2017-11-09 10:59:56',''),(63531,1,1,65348,43,2680909990,'2017-11-09 10:59:57',''),(63532,1,1,65349,3,2680909990,'2017-11-09 10:59:58',''),(63533,1,1,65350,45,2680909990,'2017-11-09 10:59:58',''),(63534,1,1,65351,57,2680909990,'2017-11-09 10:59:59',''),(63535,1,1,65352,9,2680909990,'2017-11-09 10:59:59',''),(63536,1,1,65353,28,2680909990,'2017-11-09 11:00:00',''),(63537,1,1,65354,50,2680909990,'2017-11-09 11:00:00',''),(63538,1,1,65355,26,2680909990,'2017-11-09 11:00:00',''),(63539,1,1,65356,51,2680909990,'2017-11-09 11:00:00',''),(63540,1,1,65357,26,2680909990,'2017-11-09 11:00:01',''),(63541,1,1,65358,56,2680909990,'2017-11-09 11:00:02',''),(63542,1,1,65359,26,2680909990,'2017-11-09 11:00:03',''),(63543,1,1,65360,55,2680909990,'2017-11-09 11:00:03',''),(63544,1,1,65362,26,2680909990,'2017-11-09 11:00:04',''),(63545,1,1,65361,62,2680909990,'2017-11-09 11:00:04',''),(63546,1,1,65363,43,2637637450,'2017-11-09 11:11:26',''),(63547,1,1,65364,43,3475901871,'2017-11-09 11:11:32',''),(63548,1,1,65366,43,3475901871,'2017-11-09 11:11:35',''),(63549,1,1,65365,16,2637637450,'2017-11-09 11:11:35',''),(63550,1,1,65367,16,3475901871,'2017-11-09 11:11:37',''),(63551,1,1,65368,1,584375011,'2017-11-09 11:45:36',''),(63552,1,1,65369,6,584375011,'2017-11-09 11:45:44',''),(63553,1,1,65370,1,584375011,'2017-11-09 11:45:52',''),(63554,1,1,65371,1,1542483288,'2017-11-09 11:45:59',''),(63555,1,1,65372,1,584375011,'2017-11-09 11:46:00',''),(63556,1,1,65373,18,584375011,'2017-11-09 11:46:08',''),(63557,1,1,65374,43,621375833,'2017-11-09 11:46:12',''),(63558,1,1,65375,3,584375011,'2017-11-09 11:46:14',''),(63559,1,1,65376,9,584375011,'2017-11-09 11:46:20',''),(63560,1,1,65377,51,584375011,'2017-11-09 11:46:26',''),(63561,1,1,65378,69,584375011,'2017-11-09 11:46:37',''),(63562,1,1,65379,62,584375011,'2017-11-09 11:46:48',''),(63563,1,1,65380,28,584375011,'2017-11-09 11:47:01',''),(63564,1,1,65381,63,584375011,'2017-11-09 11:47:10',''),(63565,1,1,65382,64,584375011,'2017-11-09 11:47:19',''),(63566,1,1,65383,56,584375011,'2017-11-09 11:47:35',''),(63567,1,1,65384,50,584375011,'2017-11-09 11:47:47',''),(63568,1,1,65385,65,584375011,'2017-11-09 11:48:04',''),(63569,1,1,65386,55,584375011,'2017-11-09 11:48:15',''),(63570,1,1,65387,53,584375011,'2017-11-09 11:48:25',''),(63571,1,1,65388,43,584375011,'2017-11-09 11:48:35',''),(63572,1,1,65389,48,584375011,'2017-11-09 11:48:46',''),(63573,1,1,65390,52,584375011,'2017-11-09 11:48:54',''),(63574,1,1,65391,41,584375011,'2017-11-09 11:49:00',''),(63575,1,1,65392,38,584375011,'2017-11-09 11:49:06',''),(63576,1,1,65393,57,584375011,'2017-11-09 11:49:15',''),(63577,1,1,65394,45,584375011,'2017-11-09 11:49:24',''),(63578,1,1,65395,26,584375011,'2017-11-09 11:49:34',''),(63579,1,1,65396,26,584375011,'2017-11-09 11:49:43',''),(63580,1,1,65397,26,584375011,'2017-11-09 11:49:52',''),(63581,1,1,65398,26,584375011,'2017-11-09 11:49:58',''),(63582,1,1,65399,26,584375011,'2017-11-09 11:50:04',''),(63583,1,1,65400,26,584375011,'2017-11-09 11:50:10',''),(63584,1,1,65401,26,584375011,'2017-11-09 11:50:15',''),(63585,1,1,65402,26,584375011,'2017-11-09 11:50:25',''),(63586,1,1,65403,26,584375011,'2017-11-09 11:50:33',''),(63587,1,1,65404,26,584375011,'2017-11-09 11:50:43',''),(63588,1,1,65405,1,1755022168,'2017-11-09 12:27:26',''),(63589,1,1,65406,1,3024883619,'2017-11-09 13:37:12',''),(63590,1,1,65407,1,1757819486,'2017-11-09 14:25:28',''),(63591,1,1,65408,1,1757819486,'2017-11-09 14:25:29',''),(63592,1,1,65409,1,1757819486,'2017-11-09 14:25:31',''),(63593,1,1,65410,1,1757819486,'2017-11-09 14:25:33',''),(63594,1,1,65411,1,1384438662,'2017-11-09 14:30:28','https://www.google.co.uk/'),(63595,1,1,65412,1,1123634327,'2017-11-09 14:33:58',''),(63596,1,1,65413,73,2637637450,'2017-11-09 14:45:28',''),(63597,1,1,65414,56,3582479522,'2017-11-09 15:21:01',''),(63598,1,1,65415,55,3582479522,'2017-11-09 15:21:30',''),(63599,1,1,65416,65,3582479522,'2017-11-09 15:21:48',''),(63600,1,1,65417,1,3291763739,'2017-11-09 16:12:16',''),(63601,1,1,65418,47,3024883594,'2017-11-09 16:37:09',''),(63602,1,1,65419,1,2916154754,'2017-11-09 17:41:57',''),(63603,1,1,65420,51,2637637434,'2017-11-09 20:21:27',''),(63604,1,1,65421,6,3513381521,'2017-11-10 00:37:39',''),(63605,1,1,65422,43,621375833,'2017-11-10 00:43:48',''),(63606,1,1,65423,6,3513381521,'2017-11-10 01:04:47',''),(63607,1,1,65424,26,3639886579,'2017-11-10 01:47:38',''),(63608,1,1,65425,43,759959578,'2017-11-10 02:15:26',''),(63609,1,1,65426,1,759959578,'2017-11-10 02:15:28',''),(63610,1,1,65427,43,759959578,'2017-11-10 02:15:30',''),(63611,1,1,65428,43,759959578,'2017-11-10 02:15:32',''),(63612,1,1,65429,26,621375833,'2017-11-10 02:24:29',''),(63613,1,1,65430,26,2366145566,'2017-11-10 02:30:05',''),(63614,1,1,65431,16,2637637450,'2017-11-10 02:32:08',''),(63615,1,1,65432,26,621375833,'2017-11-10 04:11:27',''),(63616,1,1,65433,26,2366145566,'2017-11-10 04:12:45',''),(63617,1,1,65434,1,1123634329,'2017-11-10 05:04:47',''),(63618,1,1,65435,71,872366406,'2017-11-10 05:09:33',''),(63619,1,1,65436,55,3652617387,'2017-11-10 05:13:57',''),(63620,1,1,65437,1,2420902978,'2017-11-10 06:12:21',''),(63621,1,1,65438,1,2420902978,'2017-11-10 06:12:24',''),(63622,1,1,65439,1,2420902978,'2017-11-10 06:12:27',''),(63623,1,1,65440,1,2420902978,'2017-11-10 06:12:30',''),(63624,1,1,65441,1,2420902978,'2017-11-10 06:12:33',''),(63625,1,1,65442,1,2420902978,'2017-11-10 06:12:35',''),(63626,1,1,65443,1,2420902978,'2017-11-10 06:12:39',''),(63627,1,1,65444,1,2420902978,'2017-11-10 06:12:42',''),(63628,1,1,65445,31,872366431,'2017-11-10 07:31:34',''),(63629,1,1,65446,16,621375833,'2017-11-10 07:53:26',''),(63630,1,1,65447,70,621375833,'2017-11-10 07:53:30',''),(63631,1,1,65448,1,3702877347,'2017-11-10 09:12:04',''),(63632,1,1,65449,1,1542483273,'2017-11-10 09:31:14',''),(63633,1,1,65450,1,1545001687,'2017-11-10 09:54:58','https://www.google.co.uk/'),(63634,1,1,65451,1,1041806727,'2017-11-10 09:55:29',''),(63635,1,1,65452,73,1152705696,'2017-11-10 10:44:38',''),(63636,1,1,65453,1,3024883467,'2017-11-10 11:27:01',''),(63637,1,1,65454,3,1159644858,'2017-11-10 13:12:20',''),(63638,1,1,65455,26,1159644858,'2017-11-10 13:13:36',''),(63639,1,1,65456,26,1159644858,'2017-11-10 13:15:45',''),(63640,1,1,65457,26,1159644858,'2017-11-10 13:16:28',''),(63641,1,1,65458,26,1159644858,'2017-11-10 13:16:53',''),(63642,1,1,65459,26,1159644858,'2017-11-10 13:17:03',''),(63643,1,1,65460,26,1159644858,'2017-11-10 13:17:15',''),(63644,1,1,65461,26,1159644858,'2017-11-10 13:17:44',''),(63645,1,1,65462,42,1159644858,'2017-11-10 13:17:52',''),(63646,1,1,65463,43,1159644858,'2017-11-10 13:17:57',''),(63647,1,1,65464,16,1159644858,'2017-11-10 13:18:02',''),(63648,1,1,65465,27,1159644858,'2017-11-10 13:18:20',''),(63649,1,1,65466,44,1159644858,'2017-11-10 13:21:28',''),(63650,1,1,65467,49,1159644858,'2017-11-10 13:21:38',''),(63651,1,1,65468,68,1159644858,'2017-11-10 13:22:13',''),(63652,1,1,65469,75,1159644858,'2017-11-10 13:22:21',''),(63653,1,1,65470,10,1159644858,'2017-11-10 13:22:36',''),(63654,1,1,65471,1,2997559171,'2017-11-10 14:12:17',''),(63655,1,1,65472,1,3024883486,'2017-11-10 15:54:41',''),(63656,1,1,65473,1,2637637434,'2017-11-10 16:45:33',''),(63657,1,1,65474,1,1600959793,'2017-11-10 17:09:55',''),(63658,1,1,65475,1,1600959793,'2017-11-10 17:09:59',''),(63659,1,1,65476,1,3562257434,'2017-11-10 17:57:29',''),(63660,1,1,65477,3,2637637434,'2017-11-10 20:08:58',''),(63661,1,1,65478,1,3220976599,'2017-11-10 21:42:14',''),(63662,1,1,65479,41,3220976599,'2017-11-10 21:42:16',''),(63663,1,1,65480,30,3220976599,'2017-11-10 21:42:20',''),(63664,1,1,65481,41,3220976599,'2017-11-10 21:42:24',''),(63665,1,1,65482,1,3220976599,'2017-11-10 21:42:26',''),(63666,1,1,65483,1,2328191227,'2017-11-10 21:51:17',''),(63667,1,1,65484,1,3024883597,'2017-11-10 22:58:30',''),(63668,1,1,65485,48,872366343,'2017-11-10 23:09:53',''),(63669,1,1,65486,43,2637637450,'2017-11-10 23:43:09',''),(63670,1,1,65487,16,2637637450,'2017-11-10 23:43:11',''),(63671,1,1,65488,16,3475901712,'2017-11-10 23:43:12',''),(63672,1,1,65489,43,3475901712,'2017-11-10 23:43:13',''),(63673,1,1,65490,43,3475901712,'2017-11-10 23:43:15',''),(63674,1,1,65491,43,2637637450,'2017-11-11 01:04:18',''),(63675,1,1,65492,1,3251269137,'2017-11-11 01:08:13',''),(63676,1,1,65493,41,3251269137,'2017-11-11 01:08:15',''),(63677,1,1,65494,30,3251269137,'2017-11-11 01:08:16',''),(63678,1,1,65495,41,3251269137,'2017-11-11 01:08:17',''),(63679,1,1,65496,1,3251269137,'2017-11-11 01:08:18',''),(63680,1,1,65497,41,3251269137,'2017-11-11 01:08:20',''),(63681,1,1,65498,1,3024883487,'2017-11-11 01:26:51',''),(63682,1,1,65499,1,1884160625,'2017-11-11 03:01:23',''),(63683,1,1,65500,41,1884160625,'2017-11-11 03:01:26',''),(63684,1,1,65501,30,1884160625,'2017-11-11 03:01:28',''),(63685,1,1,65502,43,3652617247,'2017-11-11 03:35:18',''),(63686,1,1,65503,47,3475901712,'2017-11-11 04:26:31',''),(63687,1,1,65504,43,2718802506,'2017-11-11 04:35:56',''),(63688,1,1,65505,1,2718802506,'2017-11-11 04:36:01',''),(63689,1,1,65506,43,2718802506,'2017-11-11 04:36:04',''),(63690,1,1,65507,1,1053974895,'2017-11-11 07:23:50',''),(63691,1,1,65508,41,1053974895,'2017-11-11 07:23:52',''),(63692,1,1,65509,30,1053974895,'2017-11-11 07:23:53',''),(63693,1,1,65510,41,1053974895,'2017-11-11 07:23:54',''),(63694,1,1,65511,1,1053974895,'2017-11-11 07:23:56',''),(63695,1,1,65512,41,1053974895,'2017-11-11 07:23:57',''),(63696,1,1,65513,41,1053974895,'2017-11-11 07:23:58',''),(63697,1,1,65514,1,1542483268,'2017-11-11 09:31:41',''),(63698,1,1,65515,1,3024883476,'2017-11-11 10:35:33',''),(63699,1,1,65516,26,3639886579,'2017-11-11 11:55:21',''),(63700,1,1,65517,1,3024918617,'2017-11-11 12:32:34',''),(63701,1,1,65518,41,3024918617,'2017-11-11 12:32:36',''),(63702,1,1,65519,30,3024918617,'2017-11-11 12:32:39',''),(63703,1,1,65520,41,3024918617,'2017-11-11 12:32:46',''),(63704,1,1,65521,1,3024918617,'2017-11-11 12:32:48',''),(63705,1,1,65522,26,1358026363,'2017-11-11 12:45:28',''),(63706,1,1,65523,26,1358026363,'2017-11-11 12:45:32',''),(63707,1,1,65524,26,1358026363,'2017-11-11 12:45:35',''),(63708,1,1,65525,15,1358026363,'2017-11-11 12:45:39',''),(63709,1,1,65526,1,1358026363,'2017-11-11 12:45:43',''),(63710,1,1,65527,1,1358026363,'2017-11-11 12:45:46',''),(63711,1,1,65528,27,621375833,'2017-11-11 13:09:01',''),(63712,1,1,65529,1,1432181649,'2017-11-11 14:56:52',''),(63713,1,1,65530,41,1432181649,'2017-11-11 14:56:53',''),(63714,1,1,65531,30,1432181649,'2017-11-11 14:56:55',''),(63715,1,1,65532,41,1432181649,'2017-11-11 14:56:59',''),(63716,1,1,65533,1,1432181649,'2017-11-11 14:57:00',''),(63717,1,1,65534,41,1432181649,'2017-11-11 14:57:01',''),(63718,1,1,65535,41,1432181649,'2017-11-11 14:57:03',''),(63719,1,1,65536,15,2637637512,'2017-11-11 15:03:20',''),(63720,1,1,65537,1,2637637512,'2017-11-11 15:03:22',''),(63721,1,1,65538,16,2637637611,'2017-11-11 15:03:37',''),(63722,1,1,65539,56,2637637611,'2017-11-11 15:03:37',''),(63723,1,1,65540,1,1358026363,'2017-11-11 16:09:34',''),(63724,1,1,65541,28,1358026363,'2017-11-11 16:09:37',''),(63725,1,1,65542,50,1358026363,'2017-11-11 16:09:42',''),(63726,1,1,65543,51,1358026363,'2017-11-11 16:09:48',''),(63727,1,1,65544,69,1358026363,'2017-11-11 16:09:54',''),(63728,1,1,65545,31,3024883601,'2017-11-11 16:14:00',''),(63729,1,1,65546,1,757076159,'2017-11-11 17:18:02',''),(63730,1,1,65547,41,757076159,'2017-11-11 17:18:04',''),(63731,1,1,65548,30,757076159,'2017-11-11 17:18:06',''),(63732,1,1,65549,41,757076159,'2017-11-11 17:18:11',''),(63733,1,1,65550,1,1082946445,'2017-11-11 19:33:41',''),(63734,1,1,65551,1,1082946445,'2017-11-11 19:33:45',''),(63735,1,1,65552,41,1082946445,'2017-11-11 19:33:47',''),(63736,1,1,65553,41,1082946445,'2017-11-11 19:33:51',''),(63737,1,1,65554,1,1840569970,'2017-11-11 20:19:07','https://www.google.co.uk/'),(63738,1,1,65555,1,3257307748,'2017-11-12 00:11:48',''),(63739,1,1,65556,41,3257307748,'2017-11-12 00:11:49',''),(63740,1,1,65557,30,3257307748,'2017-11-12 00:11:50',''),(63741,1,1,65558,41,3257307748,'2017-11-12 00:11:52',''),(63742,1,1,65559,1,3257307748,'2017-11-12 00:11:54',''),(63743,1,1,65560,1,3479603870,'2017-11-12 01:16:52',''),(63744,1,1,65561,26,2071807801,'2017-11-12 01:57:49',''),(63745,1,1,65562,1,3165454637,'2017-11-12 02:57:18',''),(63746,1,1,65563,41,3165454637,'2017-11-12 02:57:19',''),(63747,1,1,65564,30,3165454637,'2017-11-12 02:57:21',''),(63748,1,1,65565,41,3165454637,'2017-11-12 02:57:22',''),(63749,1,1,65566,1,3165454637,'2017-11-12 02:57:24',''),(63750,1,1,65567,43,2718802506,'2017-11-12 03:39:16',''),(63751,1,1,65568,1,2718802506,'2017-11-12 03:39:23',''),(63752,1,1,65569,43,2718802506,'2017-11-12 03:39:25',''),(63753,1,1,65570,1,3112968012,'2017-11-12 04:07:33',''),(63754,1,1,65571,74,872366375,'2017-11-12 05:19:08',''),(63755,1,1,65572,1,3641707128,'2017-11-12 05:33:29',''),(63756,1,1,65573,1,3641707128,'2017-11-12 05:33:32',''),(63757,1,1,65574,41,3641707128,'2017-11-12 05:33:33',''),(63758,1,1,65575,64,1123631833,'2017-11-12 05:37:26',''),(63759,1,1,65576,1,1542483307,'2017-11-12 09:39:31',''),(63760,1,1,65577,1,2328184304,'2017-11-12 09:51:50',''),(63761,1,1,65580,26,2328184304,'2017-11-12 09:52:24',''),(63762,1,1,65579,18,2328184304,'2017-11-12 09:52:24',''),(63763,1,1,65578,26,2328184304,'2017-11-12 09:52:24',''),(63764,1,1,65581,3,2328184304,'2017-11-12 09:52:24',''),(63765,1,1,65582,43,2328184304,'2017-11-12 09:52:24',''),(63766,1,1,65583,45,2328184304,'2017-11-12 09:52:25',''),(63767,1,1,65584,57,2328184304,'2017-11-12 09:52:26',''),(63768,1,1,65585,9,2328184304,'2017-11-12 09:52:26',''),(63769,1,1,65586,28,2328184304,'2017-11-12 09:52:27',''),(63770,1,1,65588,26,2328184304,'2017-11-12 09:52:27',''),(63771,1,1,65587,50,2328184304,'2017-11-12 09:52:27',''),(63772,1,1,65589,51,2328184304,'2017-11-12 09:52:27',''),(63773,1,1,65590,26,2328184304,'2017-11-12 09:52:28',''),(63774,1,1,65591,56,2328184304,'2017-11-12 09:52:29',''),(63775,1,1,65592,26,2328184304,'2017-11-12 09:52:29',''),(63776,1,1,65593,55,2328184304,'2017-11-12 09:52:30',''),(63777,1,1,65594,26,2328184304,'2017-11-12 09:52:30',''),(63778,1,1,65595,62,2328184304,'2017-11-12 09:52:30',''),(63779,1,1,65596,69,2538609526,'2017-11-12 10:38:34',''),(63780,1,1,65597,44,3024883611,'2017-11-12 11:03:36',''),(63781,1,1,65598,1,3702883506,'2017-11-12 11:16:47',''),(63782,1,1,65599,1,1786290784,'2017-11-12 11:17:03',''),(63783,1,1,65600,6,1123633626,'2017-11-12 11:22:23',''),(63784,1,1,65601,1,1522976004,'2017-11-12 13:04:08','https://www.google.co.uk/'),(63785,1,1,65602,1,2366145566,'2017-11-12 14:44:35',''),(63786,1,1,65603,1,2366145566,'2017-11-12 14:44:39',''),(63787,1,1,65604,57,2637637472,'2017-11-12 14:49:03',''),(63788,1,1,65605,26,2420909641,'2017-11-12 15:27:36',''),(63789,1,1,65606,26,2420909641,'2017-11-12 15:27:38',''),(63790,1,1,65607,26,2420909641,'2017-11-12 15:27:40',''),(63791,1,1,65608,26,2420909641,'2017-11-12 15:27:43',''),(63792,1,1,65609,43,2420909641,'2017-11-12 15:27:45',''),(63793,1,1,65610,1,1123634329,'2017-11-12 18:54:02',''),(63794,1,1,65611,1,2959916033,'2017-11-12 18:54:10',''),(63795,1,1,65612,1,3475901734,'2017-11-12 19:05:05',''),(63796,1,1,65613,1,1123633626,'2017-11-12 20:41:25',''),(63797,1,1,65614,1,1053975912,'2017-11-12 20:47:42',''),(63798,1,1,65615,1,1053975912,'2017-11-12 20:47:45',''),(63799,1,1,65616,1,1053975912,'2017-11-12 20:47:48',''),(63800,1,1,65617,1,1053975912,'2017-11-12 20:47:50',''),(63801,1,1,65618,1,1053975912,'2017-11-12 20:47:55',''),(63802,1,1,65619,1,1053975912,'2017-11-12 20:47:58',''),(63803,1,1,65620,1,1053975912,'2017-11-12 20:48:01',''),(63804,1,1,65621,1,1053975912,'2017-11-12 20:48:08',''),(63805,1,1,65622,57,872366361,'2017-11-13 01:45:24',''),(63806,1,1,65623,45,2637637568,'2017-11-13 02:17:41',''),(63807,1,1,65624,31,3702877339,'2017-11-13 03:29:08',''),(63808,1,1,65625,53,2959916033,'2017-11-13 03:38:55',''),(63809,1,1,65626,53,2959916033,'2017-11-13 03:38:56',''),(63810,1,1,65627,1,2959916033,'2017-11-13 03:38:58',''),(63811,1,1,65628,53,2959916033,'2017-11-13 03:38:59',''),(63812,1,1,65629,65,2959916033,'2017-11-13 05:02:26',''),(63813,1,1,65630,65,2959916033,'2017-11-13 05:02:28',''),(63814,1,1,65631,1,2959916033,'2017-11-13 05:02:30',''),(63815,1,1,65632,65,2959916033,'2017-11-13 05:02:32',''),(63816,1,1,65633,26,2959916033,'2017-11-13 05:09:18',''),(63817,1,1,65634,26,2959916033,'2017-11-13 05:09:19',''),(63818,1,1,65635,26,2959916033,'2017-11-13 05:09:21',''),(63819,1,1,65636,1,2959916033,'2017-11-13 05:09:22',''),(63820,1,1,65637,3,2959916033,'2017-11-13 05:46:17',''),(63821,1,1,65638,1,2959916033,'2017-11-13 05:46:19',''),(63822,1,1,65639,43,2637637575,'2017-11-13 06:44:01',''),(63823,1,1,65640,52,3024883482,'2017-11-13 07:54:02',''),(63824,1,1,65641,1,1426770581,'2017-11-13 08:15:50',''),(63825,1,1,65642,1,1055450556,'2017-11-13 08:23:56','http://www.google.co.uk/'),(63826,1,1,65643,1,1542483304,'2017-11-13 09:26:32',''),(63827,1,1,65644,16,2637637568,'2017-11-13 10:10:58',''),(63828,1,1,65645,43,2637637568,'2017-11-13 10:11:00',''),(63829,1,1,65646,16,2637637575,'2017-11-13 10:11:02',''),(63830,1,1,65647,43,2637637575,'2017-11-13 10:11:03',''),(63831,1,1,65648,43,2637637575,'2017-11-13 10:11:05',''),(63832,1,1,65649,1,1384430313,'2017-11-13 11:29:06','https://www.google.co.uk/'),(63833,1,1,65650,1,3587031660,'2017-11-13 11:33:43','https://www.google.co.uk/'),(63834,1,1,65651,1,2328194871,'2017-11-13 12:29:36',''),(63835,1,1,65652,26,2959916033,'2017-11-13 12:46:59',''),(63836,1,1,65653,26,2959916033,'2017-11-13 12:47:00',''),(63837,1,1,65654,26,2959916033,'2017-11-13 12:47:01',''),(63838,1,1,65655,1,2959916033,'2017-11-13 12:47:03',''),(63839,1,1,65656,31,772014326,'2017-11-13 15:22:35',''),(63840,1,1,65657,47,772014326,'2017-11-13 15:22:38',''),(63841,1,1,65658,69,2959916033,'2017-11-13 15:49:37',''),(63842,1,1,65659,69,2959916033,'2017-11-13 15:49:39',''),(63843,1,1,65660,1,2959916033,'2017-11-13 15:49:45',''),(63844,1,1,65661,69,2959916033,'2017-11-13 15:49:47',''),(63845,1,1,65662,9,2959916033,'2017-11-13 15:57:21',''),(63846,1,1,65663,1,2959916033,'2017-11-13 15:57:23',''),(63847,1,1,65664,1,1055450556,'2017-11-13 16:15:42','https://www.google.co.uk/'),(63848,1,1,65665,1,1603530824,'2017-11-13 16:26:22','https://www.google.co.uk/'),(63849,1,1,65666,49,872367988,'2017-11-13 16:55:01',''),(63850,1,1,65667,38,2959916033,'2017-11-13 16:59:43',''),(63851,1,1,65668,38,2959916033,'2017-11-13 16:59:44',''),(63852,1,1,65669,1,2959916033,'2017-11-13 16:59:45',''),(63853,1,1,65670,38,2959916033,'2017-11-13 16:59:47',''),(63854,1,1,65671,1,3024883479,'2017-11-13 20:18:15',''),(63855,1,1,65672,1,1123634323,'2017-11-13 20:31:26',''),(63856,1,1,65673,50,1123634327,'2017-11-13 22:31:46',''),(63857,1,1,65674,63,2760155473,'2017-11-13 23:12:05',''),(63858,1,1,65675,1,920367716,'2017-11-13 23:30:50',''),(63859,1,1,65676,59,2637637575,'2017-11-13 23:59:06',''),(63860,1,1,65677,56,2637637588,'2017-11-13 23:59:17',''),(63861,1,1,65678,16,2637637588,'2017-11-13 23:59:19',''),(63862,1,1,65679,1,621375833,'2017-11-14 00:26:09',''),(63863,1,1,65680,1,1600959793,'2017-11-14 00:26:13',''),(63864,1,1,65681,1,3024883600,'2017-11-14 03:24:12',''),(63865,1,1,65682,6,2954838202,'2017-11-14 03:34:20',''),(63866,1,1,65683,1,1542483279,'2017-11-14 09:20:42',''),(63867,1,1,65684,1,1123634325,'2017-11-14 10:58:05',''),(63868,1,1,65685,26,2917834746,'2017-11-14 11:29:49',''),(63869,1,1,65686,18,2959916033,'2017-11-14 12:09:30',''),(63870,1,1,65687,1,2959916033,'2017-11-14 12:09:32',''),(63871,1,1,65688,26,2959916033,'2017-11-14 12:13:42',''),(63872,1,1,65689,26,2959916033,'2017-11-14 12:13:43',''),(63873,1,1,65690,26,2959916033,'2017-11-14 12:13:44',''),(63874,1,1,65691,1,2959916033,'2017-11-14 12:13:46',''),(63875,1,1,65692,51,2959916033,'2017-11-14 13:16:49',''),(63876,1,1,65693,51,2959916033,'2017-11-14 13:16:52',''),(63877,1,1,65694,1,2959916033,'2017-11-14 13:16:55',''),(63878,1,1,65695,51,2959916033,'2017-11-14 13:16:57',''),(63879,1,1,65696,43,2959916033,'2017-11-14 13:25:44',''),(63880,1,1,65697,43,2959916033,'2017-11-14 13:25:47',''),(63881,1,1,65698,1,2959916033,'2017-11-14 13:25:49',''),(63882,1,1,65699,43,2959916033,'2017-11-14 13:25:51',''),(63883,1,1,65700,43,676177693,'2017-11-14 13:52:06',''),(63884,1,1,65701,43,676177693,'2017-11-14 13:52:08',''),(63885,1,1,65702,16,676177693,'2017-11-14 13:52:09',''),(63886,1,1,65703,1,2516511392,'2017-11-14 14:56:16','https://www.google.co.uk/'),(63887,1,1,65704,1,3104176636,'2017-11-14 16:55:34',''),(63888,1,1,65705,58,872366366,'2017-11-14 20:48:01',''),(63889,1,1,65706,1,676177669,'2017-11-14 21:06:24',''),(63890,1,1,65707,1,84496517,'2017-11-14 22:17:44',''),(63891,1,1,65708,1,3479603870,'2017-11-14 22:37:32',''),(63892,1,1,65709,1,3479603870,'2017-11-14 23:09:09',''),(63893,1,1,65710,62,872366416,'2017-11-15 02:09:59',''),(63894,1,1,65711,56,1123634263,'2017-11-15 04:27:43',''),(63895,1,1,65712,18,872366432,'2017-11-15 05:01:57',''),(63896,1,1,65713,1,1123631833,'2017-11-15 06:11:05',''),(63897,1,1,65714,1,1757771314,'2017-11-15 08:09:22',''),(63898,1,1,65715,28,621375833,'2017-11-15 08:29:30',''),(63899,1,1,65716,63,2366145566,'2017-11-15 08:32:51',''),(63900,1,1,65717,41,621375877,'2017-11-15 08:33:33',''),(63901,1,1,65718,1,1542483290,'2017-11-15 09:21:19',''),(63902,1,1,65719,1,1440151757,'2017-11-15 10:16:42',''),(63903,1,1,65720,1,1558053601,'2017-11-15 10:18:44',''),(63904,1,1,65721,43,2714394335,'2017-11-15 11:43:56',''),(63905,1,1,65722,43,2714394335,'2017-11-15 11:44:05',''),(63906,1,1,65723,1,2714394335,'2017-11-15 11:44:11',''),(63907,1,1,65724,43,2714394335,'2017-11-15 11:44:18',''),(63908,1,1,65725,1,3024883619,'2017-11-15 12:47:02',''),(63909,1,1,65726,43,1920765379,'2017-11-15 12:52:11',''),(63910,1,1,65727,1,1920765379,'2017-11-15 12:52:14',''),(63911,1,1,65728,43,1920765379,'2017-11-15 12:52:17',''),(63912,1,1,65729,1,96312750,'2017-11-15 14:25:27',''),(63913,1,1,65730,1,3024883590,'2017-11-15 14:50:44',''),(63914,1,1,65731,1,919627301,'2017-11-15 16:51:35',''),(63915,1,1,65732,59,2637637510,'2017-11-15 17:17:55',''),(63916,1,1,65733,6,1754294142,'2017-11-15 19:36:51',''),(63917,1,1,65734,1,1369277208,'2017-11-15 20:14:07','https://www.google.co.uk/'),(63918,1,1,65735,1,3337643621,'2017-11-15 21:08:53',''),(63919,1,1,65736,9,2637637544,'2017-11-15 22:13:51',''),(63920,1,1,65737,46,2071807795,'2017-11-15 23:10:15',''),(63921,1,1,65738,74,3024883596,'2017-11-15 23:54:01',''),(63922,1,1,65739,1,3331366183,'2017-11-16 00:36:42',''),(63923,1,1,65740,1,3331366183,'2017-11-16 00:36:45',''),(63924,1,1,65741,1,3331366183,'2017-11-16 00:36:47',''),(63925,1,1,65742,1,3331366183,'2017-11-16 00:36:50',''),(63926,1,1,65743,1,3331366183,'2017-11-16 00:36:54',''),(63927,1,1,65744,1,3331366183,'2017-11-16 00:36:56',''),(63928,1,1,65745,1,3331366183,'2017-11-16 00:36:59',''),(63929,1,1,65746,1,3331366183,'2017-11-16 00:37:06',''),(63930,1,1,65747,1,676695033,'2017-11-16 02:21:13',''),(63931,1,1,65748,1,1123634281,'2017-11-16 04:45:48',''),(63932,1,1,65749,28,1123634283,'2017-11-16 05:05:22',''),(63933,1,1,65750,1,2328191173,'2017-11-16 05:16:43',''),(63934,1,1,65751,62,1123634284,'2017-11-16 05:25:20',''),(63935,1,1,65752,1,1123631833,'2017-11-16 05:43:27',''),(63936,1,1,65753,1,1123634281,'2017-11-16 05:46:19',''),(63937,1,1,65754,1,676177669,'2017-11-16 06:01:30',''),(63938,1,1,65755,43,3475901864,'2017-11-16 06:01:32',''),(63939,1,1,65756,16,3475901864,'2017-11-16 06:01:46',''),(63940,1,1,65757,62,1123634284,'2017-11-16 06:28:20',''),(63941,1,1,65759,1,1123634283,'2017-11-16 06:59:27',''),(63942,1,1,65760,1,1732788131,'2017-11-16 07:30:56',''),(63943,1,1,65761,6,1732788131,'2017-11-16 07:30:58',''),(63944,1,1,65762,51,1123631829,'2017-11-16 07:35:50',''),(63945,1,1,65763,74,1123634283,'2017-11-16 07:36:02',''),(63946,1,1,65764,14,1123631831,'2017-11-16 07:39:42',''),(63947,1,1,65765,1,1123631833,'2017-11-16 07:45:08',''),(63948,1,1,65769,55,1123634283,'2017-11-16 09:33:55',''),(63949,1,1,65770,1,1123634284,'2017-11-16 10:05:38',''),(63950,1,1,65771,1,1123634283,'2017-11-16 10:25:17',''),(63951,1,1,65703,1,2516511392,'2017-11-16 10:32:36',''),(63952,1,1,65772,52,1123634281,'2017-11-16 10:37:38',''),(63953,1,1,65774,52,2071807788,'2017-11-16 10:43:51',''),(63954,1,1,65775,1,1123634281,'2017-11-16 11:23:28',''),(63955,1,1,65776,68,1123634283,'2017-11-16 11:33:10',''),(63956,1,1,65777,1,1123634284,'2017-11-16 11:50:48',''),(63957,1,1,65778,66,1123634281,'2017-11-16 12:33:36',''),(63958,1,1,65779,66,1123634284,'2017-11-16 12:38:31',''),(63959,1,1,65780,48,1123634283,'2017-11-16 13:03:17',''),(63960,1,1,65781,1,2331442451,'2017-11-16 13:21:38',''),(63961,1,1,65783,75,1123634284,'2017-11-16 14:10:46',''),(63962,1,1,65786,6,3513381521,'2017-11-16 14:17:07',''),(63963,1,1,65787,1,3024883603,'2017-11-16 14:23:28',''),(63964,1,1,65788,1,1123634283,'2017-11-16 14:46:08',''),(63965,1,1,65789,6,3513381521,'2017-11-16 14:46:18',''),(63966,1,1,65790,1,1123634281,'2017-11-16 14:55:32',''),(63967,1,1,65791,15,676177669,'2017-11-16 14:56:34',''),(63968,1,1,65792,1,3024883599,'2017-11-16 14:56:51',''),(63969,1,1,65793,1,3024883478,'2017-11-16 14:56:53',''),(63970,1,1,65794,1,3587046776,'2017-11-16 14:59:22','https://www.google.co.uk/'),(63971,1,1,65795,68,676177675,'2017-11-16 15:41:52',''),(63972,1,1,65796,1,526933826,'2017-11-16 15:43:41','https://www.google.co.uk/'),(63973,1,1,65797,1,526933826,'2017-11-16 15:43:42','https://www.google.co.uk/'),(63974,1,1,65798,54,1123634283,'2017-11-16 15:52:01',''),(63975,1,1,65800,54,1123631829,'2017-11-16 15:59:08',''),(63976,1,1,65801,1,3024883485,'2017-11-16 16:03:26',''),(63977,1,1,65802,1,1123631833,'2017-11-16 16:12:12',''),(63978,1,1,65803,43,1958846283,'2017-11-16 16:12:15',''),(63979,1,1,65804,1,1958846283,'2017-11-16 16:12:32',''),(63980,1,1,65805,43,1958846283,'2017-11-16 16:12:45',''),(63981,1,1,65806,65,1123631831,'2017-11-16 16:26:47',''),(63982,1,1,65807,65,1123634283,'2017-11-16 17:17:24',''),(63983,1,1,65808,1,1123631833,'2017-11-16 17:23:27',''),(63984,1,1,65809,1,1806987018,'2017-11-16 17:35:32',''),(63985,1,1,65810,69,1806987018,'2017-11-16 17:35:35',''),(63986,1,1,65811,164,1806987018,'2017-11-16 17:35:42',''),(63987,1,1,65812,69,1806987018,'2017-11-16 17:35:49',''),(63988,1,1,65814,1,1123631831,'2017-11-16 18:30:54',''),(63989,1,1,65815,56,1444306173,'2017-11-16 19:26:15','https://www.google.co.uk/'),(63990,1,1,65816,38,1123631829,'2017-11-16 19:32:27',''),(63991,1,1,65817,1,1600959793,'2017-11-16 19:35:38',''),(63992,1,1,65818,1,2996480848,'2017-11-16 19:35:39',''),(63993,1,1,65819,1,1123631831,'2017-11-16 19:48:23',''),(63994,1,1,65820,1,1565584356,'2017-11-16 19:48:50','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1607.MfL4W6PHJ0CBcMP373YrTbC0QFbS3naI-G7Ft_wu7bk3C6PlBv1TkRaNbxqc12IR.76bb1bf23d503acff2ca7e30ae9254418ac320b8&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0Y'),(63995,1,1,65821,1,3024883461,'2017-11-16 19:55:13',''),(63996,1,1,65822,1,3024883598,'2017-11-16 19:55:16',''),(63997,1,1,65823,1,838853388,'2017-11-16 19:58:00',''),(63998,1,1,65824,69,838853388,'2017-11-16 19:58:02',''),(63999,1,1,65825,165,838853388,'2017-11-16 19:58:05',''),(64000,1,1,65826,69,838853388,'2017-11-16 19:58:12',''),(64001,1,1,65827,56,1123631829,'2017-11-16 20:03:39',''),(64002,1,1,65828,1,1123634283,'2017-11-16 20:51:17',''),(64003,1,1,65829,1,1542483323,'2017-11-16 21:00:38',''),(64004,1,1,65830,1,1123631833,'2017-11-16 21:05:23',''),(64005,1,1,65831,38,1123634284,'2017-11-16 21:18:24',''),(64006,1,1,65833,1,1048701512,'2017-11-16 21:48:18',''),(64007,1,1,65834,69,1048701512,'2017-11-16 21:48:20',''),(64008,1,1,65835,166,1048701512,'2017-11-16 21:48:21',''),(64009,1,1,65836,69,1048701512,'2017-11-16 21:48:23',''),(64010,1,1,65837,1,1048701512,'2017-11-16 21:48:25',''),(64011,1,1,65838,1,1123631829,'2017-11-16 22:18:01',''),(64012,1,1,65839,73,3652617253,'2017-11-16 22:21:27',''),(64013,1,1,65840,68,1123631135,'2017-11-16 23:34:51',''),(64014,1,1,65842,1,1123631108,'2017-11-16 23:49:17',''),(64015,1,1,65843,1,1434488337,'2017-11-17 00:35:04',''),(64016,1,1,65844,65,1123631108,'2017-11-17 00:35:04',''),(64017,1,1,65845,69,1434488337,'2017-11-17 00:35:06',''),(64018,1,1,65846,167,1434488337,'2017-11-17 00:35:07',''),(64019,1,1,65847,69,1434488337,'2017-11-17 00:35:10',''),(64020,1,1,65848,1,1434488337,'2017-11-17 00:35:12',''),(64021,1,1,65849,69,1434488337,'2017-11-17 00:35:13',''),(64022,1,1,65850,1,1123631135,'2017-11-17 01:17:11',''),(64023,1,1,65851,1,1123631106,'2017-11-17 02:13:28',''),(64024,1,1,65853,1,1123631108,'2017-11-17 02:30:55',''),(64025,1,1,65854,1,1123631108,'2017-11-17 03:26:11',''),(64026,1,1,65855,68,1123631135,'2017-11-17 03:39:57',''),(64027,1,1,65856,49,3639886579,'2017-11-17 03:55:20',''),(64028,1,1,65857,1,1744702515,'2017-11-17 04:25:47',''),(64029,1,1,65858,69,1744702515,'2017-11-17 04:25:52',''),(64030,1,1,65859,168,1744702515,'2017-11-17 04:25:58',''),(64031,1,1,65860,69,1744702515,'2017-11-17 04:26:07',''),(64032,1,1,65861,1,1123631108,'2017-11-17 04:59:12',''),(64033,1,1,65862,65,1123631106,'2017-11-17 05:09:11',''),(64034,1,1,65863,20,1123631108,'2017-11-17 05:40:59',''),(64035,1,1,65864,1,1123631135,'2017-11-17 06:01:00',''),(64036,1,1,65865,1,1123631108,'2017-11-17 06:24:38',''),(64037,1,1,65866,52,1123631135,'2017-11-17 06:32:44',''),(64038,1,1,65867,6,3513381521,'2017-11-17 06:47:33',''),(64039,1,1,65868,1,1123631108,'2017-11-17 06:58:08',''),(64040,1,1,65869,16,3475901864,'2017-11-17 07:03:41',''),(64041,1,1,65870,56,3475901864,'2017-11-17 07:03:42',''),(64042,1,1,65871,59,676177726,'2017-11-17 07:03:52',''),(64043,1,1,65872,15,676177669,'2017-11-17 07:03:52',''),(64044,1,1,65873,6,3513381521,'2017-11-17 07:20:34',''),(64045,1,1,65875,68,1123631106,'2017-11-17 07:26:02',''),(64046,1,1,65876,66,3652617457,'2017-11-17 07:49:29',''),(64047,1,1,65877,1,1123631135,'2017-11-17 09:08:27',''),(64048,1,1,65878,1,1123631108,'2017-11-17 09:09:05',''),(64049,1,1,65879,65,1123631135,'2017-11-17 09:52:53',''),(64050,1,1,65880,1,1123631106,'2017-11-17 10:20:17',''),(64051,1,1,65881,1,1264758654,'2017-11-17 10:26:55',''),(64052,1,1,65882,69,1264758654,'2017-11-17 10:26:57',''),(64053,1,1,65883,169,1264758654,'2017-11-17 10:26:59',''),(64054,1,1,65884,69,1264758654,'2017-11-17 10:27:02',''),(64055,1,1,65885,1,1264758654,'2017-11-17 10:27:04',''),(64056,1,1,65886,1,1542483294,'2017-11-17 10:48:25',''),(64057,1,1,65887,6,1123631106,'2017-11-17 11:04:04',''),(64058,1,1,65888,1,1123631106,'2017-11-17 12:01:26',''),(64059,1,1,65889,1,1426770581,'2017-11-17 12:59:04',''),(64060,1,1,65890,1,1123631108,'2017-11-17 13:23:14',''),(64061,1,1,65891,15,676177669,'2017-11-17 14:22:35',''),(64062,1,1,65892,1,1760458778,'2017-11-17 14:44:11',''),(64063,1,1,65893,69,1760458778,'2017-11-17 14:44:13',''),(64064,1,1,65894,170,1760458778,'2017-11-17 14:44:15',''),(64065,1,1,65895,1,1123631106,'2017-11-17 15:37:16',''),(64066,1,1,65897,1,1123631135,'2017-11-17 17:23:27',''),(64067,1,1,65898,1,676177669,'2017-11-17 18:20:12',''),(64068,1,1,65899,1,1123631108,'2017-11-17 18:49:06',''),(64069,1,1,65901,1,1760458778,'2017-11-17 19:45:41',''),(64070,1,1,65902,69,1760458778,'2017-11-17 19:45:43',''),(64071,1,1,65903,171,1760458778,'2017-11-17 19:45:45',''),(64072,1,1,65904,69,1760458778,'2017-11-17 19:45:49',''),(64073,1,1,65905,1,1760458778,'2017-11-17 19:45:51',''),(64074,1,1,65906,1,1123631108,'2017-11-17 20:17:51',''),(64075,1,1,65907,1,1123631106,'2017-11-17 20:25:12',''),(64076,1,1,65908,1,3242600356,'2017-11-17 20:27:54',''),(64077,1,1,65909,15,1476059255,'2017-11-17 21:04:23',''),(64078,1,1,65910,64,872366348,'2017-11-17 21:15:50',''),(64079,1,1,65911,1,1123631135,'2017-11-17 21:56:39',''),(64080,1,1,65913,1,1123631108,'2017-11-17 23:20:44',''),(64081,1,1,65914,1,920367716,'2017-11-17 23:33:05',''),(64082,1,1,65915,1,1123631108,'2017-11-17 23:54:51',''),(64083,1,1,65916,43,3475901864,'2017-11-18 01:14:43',''),(64084,1,1,65917,16,3475901864,'2017-11-18 01:14:45',''),(64085,1,1,65918,1,676177669,'2017-11-18 01:15:08',''),(64086,1,1,65919,57,2071807845,'2017-11-18 02:05:57',''),(64087,1,1,65920,1,1123631106,'2017-11-18 03:00:51',''),(64088,1,1,65921,1,1123631135,'2017-11-18 03:03:11',''),(64089,1,1,65922,27,3639886579,'2017-11-18 03:33:26',''),(64090,1,1,65923,1,1123631135,'2017-11-18 03:57:29',''),(64091,1,1,65924,1,2152414381,'2017-11-18 04:05:19','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1609.kwuoHN6aAAsmKeU3tMIj3lLTgXkaASunICiXqoCLe5JT_4CnNNMl5ueMtiWJ_qGk.3713b1d79efb6d0819fdd5d8a8d978b133988bbc&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0Y'),(64092,1,1,65925,1,2653857550,'2017-11-18 05:04:12',''),(64093,1,1,65926,1,758640534,'2017-11-18 05:17:27',''),(64094,1,1,65927,66,1984409038,'2017-11-18 05:18:28',''),(64095,1,1,65928,1,1123631106,'2017-11-18 06:05:23',''),(64096,1,1,65930,75,676177781,'2017-11-18 06:24:34',''),(64097,1,1,65931,1,3056768836,'2017-11-18 06:25:29',''),(64098,1,1,65932,69,3056768836,'2017-11-18 06:25:31',''),(64099,1,1,65933,172,3056768836,'2017-11-18 06:25:34',''),(64100,1,1,65934,1,1123631106,'2017-11-18 06:57:39',''),(64101,1,1,65935,56,3475901864,'2017-11-18 07:25:22',''),(64102,1,1,65936,1,3326602015,'2017-11-18 08:41:43',''),(64103,1,1,65937,69,3326602015,'2017-11-18 08:41:44',''),(64104,1,1,65938,173,3326602015,'2017-11-18 08:41:46',''),(64105,1,1,65939,69,3326602015,'2017-11-18 08:41:49',''),(64106,1,1,65940,1,3326602015,'2017-11-18 08:41:51',''),(64107,1,1,65941,1,1123631108,'2017-11-18 08:43:44',''),(64108,1,1,65942,6,1123631108,'2017-11-18 09:40:14',''),(64109,1,1,65943,1,3024883602,'2017-11-18 09:42:00',''),(64110,1,1,65944,1,1123631135,'2017-11-18 09:53:59',''),(64111,1,1,65945,6,676177779,'2017-11-18 10:00:19',''),(64112,1,1,65946,1,1542483284,'2017-11-18 10:49:48',''),(64113,1,1,65947,1,1123631108,'2017-11-18 12:15:21',''),(64114,1,1,65948,1,2516514833,'2017-11-18 12:21:46','https://www.google.co.uk/'),(64115,1,1,65949,1,1123631135,'2017-11-18 12:29:34',''),(64116,1,1,65950,26,1053976356,'2017-11-18 12:31:51',''),(64117,1,1,65951,26,1053976356,'2017-11-18 12:31:55',''),(64118,1,1,65952,26,1053976356,'2017-11-18 12:31:57',''),(64119,1,1,65953,1,1053976356,'2017-11-18 12:31:59',''),(64120,1,1,65954,1,1053976356,'2017-11-18 12:32:02',''),(64121,1,1,65956,66,3702877297,'2017-11-18 12:47:26',''),(64122,1,1,65957,1,2159086332,'2017-11-18 13:05:09',''),(64123,1,1,65958,6,2159086332,'2017-11-18 13:07:58',''),(64124,1,1,65959,1,1123631106,'2017-11-18 13:21:27',''),(64125,1,1,65961,1,3024883602,'2017-11-18 14:36:00',''),(64126,1,1,65962,1,621375833,'2017-11-18 15:37:27',''),(64127,1,1,65963,1,1600959793,'2017-11-18 15:37:31',''),(64128,1,1,65964,1,1123631108,'2017-11-18 15:44:24',''),(64129,1,1,65965,69,621375877,'2017-11-18 16:37:15',''),(64130,1,1,65966,1,1123631108,'2017-11-18 16:46:49',''),(64131,1,1,65967,1,3024883604,'2017-11-18 16:57:16',''),(64132,1,1,65968,45,621375833,'2017-11-18 17:59:28',''),(64133,1,1,65969,1,2323706268,'2017-11-18 18:01:26',''),(64134,1,1,65970,1,1123631108,'2017-11-18 18:38:04',''),(64135,1,1,65971,1,1123631135,'2017-11-18 19:01:24',''),(64136,1,1,65972,16,3475901864,'2017-11-18 19:34:21',''),(64137,1,1,65973,56,3475901864,'2017-11-18 19:34:23',''),(64138,1,1,65974,15,2637637485,'2017-11-18 19:34:28',''),(64139,1,1,65975,59,676177781,'2017-11-18 19:34:28',''),(64140,1,1,65976,1,1123631108,'2017-11-18 19:39:23',''),(64141,1,1,65977,1,1123631106,'2017-11-18 19:52:02',''),(64142,1,1,65978,56,621375833,'2017-11-18 19:55:38',''),(64143,1,1,65979,1,1123631108,'2017-11-18 20:59:17',''),(64144,1,1,65980,38,2366145566,'2017-11-18 21:22:15',''),(64145,1,1,65981,51,621375877,'2017-11-18 21:22:18',''),(64146,1,1,65982,50,621375877,'2017-11-18 22:06:16',''),(64147,1,1,65983,43,676177781,'2017-11-18 22:10:01',''),(64148,1,1,65984,6,2637637485,'2017-11-18 22:10:17',''),(64149,1,1,65985,1,2637637485,'2017-11-18 22:11:54',''),(64150,1,1,65986,1,3475901864,'2017-11-18 22:15:43',''),(64151,1,1,65987,1,1123631106,'2017-11-18 22:21:58',''),(64152,1,1,65988,1,1123631135,'2017-11-18 22:45:42',''),(64153,1,1,65989,55,621375833,'2017-11-18 23:05:02',''),(64154,1,1,65990,1,1123631135,'2017-11-18 23:24:40',''),(64155,1,1,65991,1,1123631106,'2017-11-19 00:45:26',''),(64156,1,1,65992,21,1123631135,'2017-11-19 00:51:15',''),(64157,1,1,65993,45,872367998,'2017-11-19 00:53:03',''),(64158,1,1,65994,1,1123631108,'2017-11-19 01:17:11',''),(64159,1,1,65995,16,3475901864,'2017-11-19 01:28:55',''),(64160,1,1,65996,65,621375833,'2017-11-19 02:21:08',''),(64161,1,1,65997,1,1123631108,'2017-11-19 02:22:31',''),(64162,1,1,65998,1,2328194906,'2017-11-19 03:27:29',''),(64163,1,1,65999,27,621375833,'2017-11-19 03:45:23',''),(64164,1,1,66000,1,1123631135,'2017-11-19 03:49:10',''),(64165,1,1,66001,1,1123631135,'2017-11-19 04:34:34',''),(64166,1,1,66002,1,1123631108,'2017-11-19 05:21:11',''),(64167,1,1,66003,1,2637637485,'2017-11-19 06:10:00',''),(64168,1,1,66004,43,676177781,'2017-11-19 06:11:05',''),(64169,1,1,66005,6,2637637485,'2017-11-19 06:15:01',''),(64170,1,1,66006,1,1123631135,'2017-11-19 06:15:32',''),(64171,1,1,66007,1,3475901864,'2017-11-19 06:18:12',''),(64172,1,1,66008,1,1123631108,'2017-11-19 06:20:58',''),(64173,1,1,66009,1,2420907330,'2017-11-19 07:11:04',''),(64174,1,1,66010,1,2420907330,'2017-11-19 07:11:12',''),(64175,1,1,66011,1,2420907330,'2017-11-19 07:11:18',''),(64176,1,1,66012,1,2420907330,'2017-11-19 07:11:23',''),(64177,1,1,66013,1,2420907330,'2017-11-19 07:11:30',''),(64178,1,1,66014,1,2420907330,'2017-11-19 07:11:41',''),(64179,1,1,66015,1,2420907330,'2017-11-19 07:11:46',''),(64180,1,1,66016,1,2420907330,'2017-11-19 07:11:51',''),(64181,1,1,66017,1,1123631108,'2017-11-19 07:19:14',''),(64182,1,1,66018,6,1600959788,'2017-11-19 08:16:35',''),(64183,1,1,66019,1,1123631106,'2017-11-19 08:24:47',''),(64184,1,1,66020,6,3291763767,'2017-11-19 08:25:12',''),(64185,1,1,66021,1,3291763767,'2017-11-19 08:25:14',''),(64186,1,1,66022,59,3652617233,'2017-11-19 08:25:53',''),(64187,1,1,66023,1,920367716,'2017-11-19 08:30:04',''),(64188,1,1,66024,1,1123631108,'2017-11-19 08:44:52',''),(64189,1,1,66025,43,3475901864,'2017-11-19 08:51:35',''),(64190,1,1,66026,16,3475901864,'2017-11-19 08:51:36',''),(64191,1,1,66027,1,2637637485,'2017-11-19 08:51:40',''),(64192,1,1,66028,43,676177781,'2017-11-19 08:51:50',''),(64193,1,1,66029,43,676177781,'2017-11-19 08:51:52',''),(64194,1,1,66030,16,676177781,'2017-11-19 08:51:53',''),(64195,1,1,66031,1,1123631106,'2017-11-19 09:49:55',''),(64196,1,1,66032,1,3024883610,'2017-11-19 10:20:48',''),(64197,1,1,66033,29,3652617244,'2017-11-19 10:38:14',''),(64198,1,1,66034,1,1123631135,'2017-11-19 10:39:43',''),(64199,1,1,66036,1,1542483273,'2017-11-19 10:58:39',''),(64200,1,1,66037,1,916972647,'2017-11-19 11:20:34',''),(64201,1,1,66038,9,621375833,'2017-11-19 11:23:05',''),(64202,1,1,66039,1,918307711,'2017-11-19 11:24:24',''),(64203,1,1,66040,1,1123631106,'2017-11-19 11:36:56',''),(64204,1,1,66041,1,911234423,'2017-11-19 11:56:39',''),(64205,1,1,66042,14,2071807830,'2017-11-19 12:10:50',''),(64206,1,1,66043,1,1123631108,'2017-11-19 12:23:43',''),(64207,1,1,66044,1,1123631106,'2017-11-19 12:53:06',''),(64208,1,1,66045,1,1123631106,'2017-11-19 13:54:12',''),(64209,1,1,66046,1,1123631135,'2017-11-19 14:21:16',''),(64210,1,1,66047,1,910377950,'2017-11-19 14:29:25',''),(64211,1,1,66048,1,1123631108,'2017-11-19 14:55:42',''),(64212,1,1,66049,43,3475901864,'2017-11-19 15:06:47',''),(64213,1,1,66051,1,916650334,'2017-11-19 15:39:26',''),(64214,1,1,66052,1,1123631108,'2017-11-19 16:48:59',''),(64215,1,1,66053,1,1123631106,'2017-11-19 16:54:48',''),(64216,1,1,66054,29,84491505,'2017-11-19 16:55:16',''),(64217,1,1,66055,1,1123631135,'2017-11-19 17:29:59',''),(64218,1,1,66056,41,2760155802,'2017-11-19 17:34:10',''),(64219,1,1,66057,1,873293500,'2017-11-19 17:46:29',''),(64220,1,1,66058,1,1123631106,'2017-11-19 18:17:23',''),(64221,1,1,66059,1,1123631108,'2017-11-19 18:46:34',''),(64222,1,1,66060,1,920367716,'2017-11-19 19:26:26',''),(64223,1,1,66061,1,1123631106,'2017-11-19 19:57:31',''),(64224,1,1,66062,1,1123631135,'2017-11-19 20:24:55',''),(64225,1,1,66063,1,1123631108,'2017-11-19 21:16:44',''),(64226,1,1,66064,1,1123631106,'2017-11-19 21:26:06',''),(64227,1,1,66065,1,1841517946,'2017-11-19 21:55:33',''),(64228,1,1,66066,1,1123631135,'2017-11-19 22:26:10',''),(64229,1,1,66067,15,1123631108,'2017-11-19 23:42:44',''),(64230,1,1,66068,1,1123631135,'2017-11-19 23:50:38',''),(64231,1,1,66069,56,3024883471,'2017-11-20 00:09:50',''),(64232,1,1,66070,1,1123631106,'2017-11-20 00:38:19',''),(64233,1,1,66071,1,1123631106,'2017-11-20 01:18:06',''),(64234,1,1,66072,1,1123631135,'2017-11-20 01:45:31',''),(64235,1,1,66073,6,2954838202,'2017-11-20 02:07:20',''),(64236,1,1,66074,1,1123631135,'2017-11-20 02:25:18',''),(64237,1,1,66075,1,1123631106,'2017-11-20 02:51:12',''),(64238,1,1,66076,1,1123631108,'2017-11-20 03:53:32',''),(64239,1,1,66077,31,3024883605,'2017-11-20 04:08:03',''),(64240,1,1,66078,1,1123631135,'2017-11-20 04:28:32',''),(64241,1,1,66079,1,1123631106,'2017-11-20 04:58:10',''),(64242,1,1,66080,53,3652617288,'2017-11-20 05:40:19',''),(64243,1,1,66081,1,1123631135,'2017-11-20 05:48:22',''),(64244,1,1,66082,1,1123631106,'2017-11-20 06:24:52',''),(64245,1,1,66083,1,1123631108,'2017-11-20 07:25:37',''),(64246,1,1,66084,1,1123631106,'2017-11-20 07:55:14',''),(64247,1,1,66085,1,1123631108,'2017-11-20 08:28:54',''),(64248,1,1,66086,1,1123631106,'2017-11-20 09:26:20',''),(64249,1,1,66087,1,1838708034,'2017-11-20 09:58:42','https://www.google.co.uk/'),(64250,1,1,66088,1,1123631106,'2017-11-20 10:26:45',''),(64251,1,1,66089,1,1542483291,'2017-11-20 10:54:03',''),(64252,1,1,66090,1,1123631135,'2017-11-20 10:58:32',''),(64253,1,1,66091,1,1123631135,'2017-11-20 12:05:30',''),(64254,1,1,66092,1,1123631108,'2017-11-20 12:16:50',''),(64255,1,1,66093,1,1123631108,'2017-11-20 12:53:50',''),(64256,1,1,66095,1,3583149943,'2017-11-20 14:49:10',''),(64257,1,1,66096,1,1123631135,'2017-11-20 14:56:10',''),(64258,1,1,66097,1,1123631108,'2017-11-20 15:16:57',''),(64259,1,1,66098,1,1123631135,'2017-11-20 15:55:29',''),(64260,1,1,66099,1,2366145566,'2017-11-20 16:20:31',''),(64261,1,1,66100,1,1600959793,'2017-11-20 16:20:35',''),(64262,1,1,66101,1,1123631135,'2017-11-20 16:48:32',''),(64263,1,1,66102,62,621375877,'2017-11-20 17:23:06',''),(64264,1,1,66103,1,1123631135,'2017-11-20 17:35:13',''),(64265,1,1,66104,1,1123631106,'2017-11-20 18:24:33',''),(64266,1,1,66105,1,1123631108,'2017-11-20 18:31:57',''),(64267,1,1,66106,1,1123631106,'2017-11-20 19:25:42',''),(64268,1,1,66107,1,1123631106,'2017-11-20 20:11:18',''),(64269,1,1,66108,16,3475901745,'2017-11-20 20:18:20',''),(64270,1,1,66109,43,3475901745,'2017-11-20 20:18:22',''),(64271,1,1,66110,43,3475901745,'2017-11-20 20:18:23',''),(64272,1,1,66111,1,2637637485,'2017-11-20 20:18:25',''),(64273,1,1,66112,16,3475901864,'2017-11-20 20:18:26',''),(64274,1,1,66113,43,3475901864,'2017-11-20 20:18:28',''),(64275,1,1,66114,69,2071807840,'2017-11-20 20:38:26',''),(64276,1,1,66115,1,1123631135,'2017-11-20 20:46:32',''),(64277,1,1,66116,1,1123631108,'2017-11-20 21:17:18',''),(64278,1,1,66118,1,600099097,'2017-11-20 22:01:30',''),(64279,1,1,66119,56,2303379820,'2017-11-20 22:06:39',''),(64280,1,1,66120,1,1123631135,'2017-11-20 22:15:31',''),(64281,1,1,66121,1,2953337168,'2017-11-20 22:49:32',''),(64282,1,1,66122,1,1123631135,'2017-11-20 22:54:48',''),(64283,1,1,66123,63,3024883597,'2017-11-20 23:02:01',''),(64284,1,1,66124,1,1123631106,'2017-11-20 23:22:40',''),(64285,1,1,66125,1,1123631108,'2017-11-20 23:30:11',''),(64286,1,1,66126,1,1123631135,'2017-11-21 00:45:58',''),(64287,1,1,66127,1,3024883594,'2017-11-21 01:36:18',''),(64288,1,1,66128,1,1123631106,'2017-11-21 01:58:11',''),(64289,1,1,66129,1,1123631135,'2017-11-21 02:16:46',''),(64290,1,1,66130,1,1123631135,'2017-11-21 02:57:31',''),(64291,1,1,66131,1,1123631106,'2017-11-21 03:25:03',''),(64292,1,1,66132,65,2637637475,'2017-11-21 03:25:51',''),(64293,1,1,66133,48,3702877286,'2017-11-21 04:00:49',''),(64294,1,1,66134,1,1123631135,'2017-11-21 04:27:41',''),(64295,1,1,66135,1,1123631108,'2017-11-21 04:50:08',''),(64296,1,1,66136,63,600083116,'2017-11-21 05:24:57',''),(64297,1,1,66137,63,600083116,'2017-11-21 05:25:01',''),(64298,1,1,66138,1,600083116,'2017-11-21 05:25:09',''),(64299,1,1,66139,63,600083116,'2017-11-21 05:25:12',''),(64300,1,1,66140,1,2680910040,'2017-11-21 05:52:27',''),(64301,1,1,66141,1,1123631106,'2017-11-21 06:25:38',''),(64302,1,1,66143,1,1123631108,'2017-11-21 07:47:27',''),(64303,1,1,66145,1,1123631108,'2017-11-21 09:17:15',''),(64304,1,1,66146,1,1123631106,'2017-11-21 09:57:19',''),(64305,1,1,66147,56,2637637510,'2017-11-21 10:36:53',''),(64306,1,1,66148,1,1123631108,'2017-11-21 10:57:16',''),(64307,1,1,66150,16,3652617313,'2017-11-21 11:06:05',''),(64308,1,1,66151,1,1123631106,'2017-11-21 11:17:32',''),(64309,1,1,66152,1,1542483268,'2017-11-21 11:23:16',''),(64310,1,1,66153,1,1123631108,'2017-11-21 12:26:08',''),(64311,1,1,66154,1,599565004,'2017-11-21 12:27:16',''),(64312,1,1,66155,1,1123631106,'2017-11-21 13:34:27',''),(64313,1,1,66156,1,1123631135,'2017-11-21 13:44:33',''),(64314,1,1,66157,64,1159648650,'2017-11-21 14:04:07',''),(64315,1,1,66158,1,1123631106,'2017-11-21 14:30:55',''),(64316,1,1,66160,1,2499598058,'2017-11-21 15:43:44','https://www.google.co.uk/'),(64317,1,1,66161,1,1123631106,'2017-11-21 16:20:40',''),(64318,1,1,66162,9,3024883590,'2017-11-21 16:23:16',''),(64319,1,1,66163,1,1123631135,'2017-11-21 16:28:21',''),(64320,1,1,66164,56,2637637510,'2017-11-21 17:37:05',''),(64321,1,1,66165,59,3475901745,'2017-11-21 17:37:06',''),(64322,1,1,66166,15,2637637485,'2017-11-21 17:37:07',''),(64323,1,1,66167,16,2637637510,'2017-11-21 17:37:08',''),(64324,1,1,66168,1,1123631108,'2017-11-21 17:45:42',''),(64325,1,1,66169,1,2461654796,'2017-11-21 17:50:45',''),(64326,1,1,66170,1,1123631108,'2017-11-21 18:34:09',''),(64327,1,1,66171,1,1123631108,'2017-11-21 19:25:42',''),(64328,1,1,66173,1,1123631108,'2017-11-21 20:46:07',''),(64329,1,1,66174,1,1123631106,'2017-11-21 20:49:51',''),(64330,1,1,66175,1,3024883619,'2017-11-21 21:06:15',''),(64331,1,1,66176,1,2328194879,'2017-11-21 21:58:13',''),(64332,1,1,66177,1,1123631106,'2017-11-21 22:02:08',''),(64333,1,1,66178,1,1123631108,'2017-11-21 22:19:32',''),(64334,1,1,66179,1,1123631108,'2017-11-21 23:33:09',''),(64335,1,1,66180,1,1123631108,'2017-11-22 01:04:52',''),(64336,1,1,66181,1,1123631106,'2017-11-22 01:18:10',''),(64337,1,1,66182,1,1123631135,'2017-11-22 02:15:48',''),(64338,1,1,66183,1,1123631106,'2017-11-22 02:21:18',''),(64339,1,1,66184,55,599894088,'2017-11-22 03:27:22',''),(64340,1,1,66185,55,599894088,'2017-11-22 03:27:26',''),(64341,1,1,66186,1,599894088,'2017-11-22 03:27:28',''),(64342,1,1,66187,55,599894088,'2017-11-22 03:27:33',''),(64343,1,1,66188,1,1123631135,'2017-11-22 03:56:41',''),(64344,1,1,66190,26,3475901842,'2017-11-22 05:22:51',''),(64345,1,1,66191,1,920367716,'2017-11-22 05:45:38',''),(64346,1,1,66192,1,1123631106,'2017-11-22 05:45:46',''),(64347,1,1,66193,1,3024883599,'2017-11-22 05:53:44',''),(64348,1,1,66194,1,1123631108,'2017-11-22 06:04:02',''),(64349,1,1,66195,1,1123631108,'2017-11-22 06:52:27',''),(64350,1,1,66196,1,1123631135,'2017-11-22 07:22:59',''),(64351,1,1,66197,16,3475901842,'2017-11-22 08:32:02',''),(64352,1,1,66198,43,3475901842,'2017-11-22 08:32:04',''),(64353,1,1,66199,43,3475901745,'2017-11-22 08:32:06',''),(64354,1,1,66200,16,3475901745,'2017-11-22 08:32:07',''),(64355,1,1,66201,43,3475901745,'2017-11-22 08:32:09',''),(64356,1,1,66202,1,1123631106,'2017-11-22 08:48:56',''),(64357,1,1,66203,1,1123631108,'2017-11-22 08:52:35',''),(64358,1,1,66204,1,1123631108,'2017-11-22 10:17:11',''),(64359,1,1,66205,6,1123631106,'2017-11-22 10:27:37',''),(64360,1,1,66206,1,1760458778,'2017-11-22 10:42:38',''),(64361,1,1,66207,38,1760458778,'2017-11-22 10:42:39',''),(64362,1,1,66208,30,1760458778,'2017-11-22 10:42:41',''),(64363,1,1,66209,38,1760458778,'2017-11-22 10:42:44',''),(64364,1,1,66210,1,1760458778,'2017-11-22 10:42:46',''),(64365,1,1,66211,1,1542483302,'2017-11-22 11:06:25',''),(64366,1,1,66212,1,910377950,'2017-11-22 11:07:37',''),(64367,1,1,66213,1,1123631135,'2017-11-22 11:50:25',''),(64368,1,1,66214,28,3652617310,'2017-11-22 11:50:37',''),(64369,1,1,66215,63,3475901804,'2017-11-22 12:25:21',''),(64370,1,1,66216,26,3475901804,'2017-11-22 12:35:23',''),(64371,1,1,66217,1,1123631106,'2017-11-22 12:43:50',''),(64372,1,1,66218,1,1123631135,'2017-11-22 13:11:46',''),(64373,1,1,66219,1,1123631108,'2017-11-22 14:11:26',''),(64374,1,1,66220,1,1123631135,'2017-11-22 14:24:04',''),(64375,1,1,66221,42,2760155470,'2017-11-22 14:25:06',''),(64376,1,1,66222,10,872368002,'2017-11-22 14:52:17',''),(64377,1,1,66223,1,842977349,'2017-11-22 15:38:55',''),(64378,1,1,66224,38,842977349,'2017-11-22 15:38:56',''),(64379,1,1,66225,30,842977349,'2017-11-22 15:38:58',''),(64380,1,1,66226,38,842977349,'2017-11-22 15:39:02',''),(64381,1,1,66227,1,842977349,'2017-11-22 15:39:03',''),(64382,1,1,66228,1,1123631135,'2017-11-22 17:06:45',''),(64383,1,1,66230,1,920367716,'2017-11-22 17:27:52',''),(64384,1,1,66231,9,3024883599,'2017-11-22 17:43:46',''),(64385,1,1,66232,1,1123631135,'2017-11-22 18:56:31',''),(64386,1,1,66234,1,2366145566,'2017-11-22 19:34:01',''),(64387,1,1,66235,1,1600959793,'2017-11-22 19:34:05',''),(64388,1,1,66236,55,3702877281,'2017-11-22 20:26:03',''),(64389,1,1,66237,1,1152706233,'2017-11-22 20:44:12',''),(64390,1,1,66238,1,1123631135,'2017-11-22 22:14:58',''),(64391,1,1,66239,1,1123631106,'2017-11-22 22:18:32',''),(64392,1,1,66240,1,3024883484,'2017-11-22 22:32:27',''),(64393,1,1,66241,59,3475901745,'2017-11-22 23:47:29',''),(64394,1,1,66242,15,676177713,'2017-11-22 23:47:32',''),(64395,1,1,66243,1,676177713,'2017-11-22 23:47:33',''),(64396,1,1,66244,56,3475901842,'2017-11-22 23:47:35',''),(64397,1,1,66245,16,3475901842,'2017-11-22 23:47:36',''),(64398,1,1,66246,1,2420901954,'2017-11-23 01:38:45',''),(64399,1,1,66247,1,2420901954,'2017-11-23 01:38:48',''),(64400,1,1,66248,1,2420901954,'2017-11-23 01:38:50',''),(64401,1,1,66249,1,2420901954,'2017-11-23 01:38:53',''),(64402,1,1,66250,1,2420901954,'2017-11-23 01:38:55',''),(64403,1,1,66251,1,2420901954,'2017-11-23 01:38:57',''),(64404,1,1,66252,1,2420901954,'2017-11-23 01:39:00',''),(64405,1,1,66253,1,2420901954,'2017-11-23 01:39:02',''),(64406,1,1,66254,1,1466570223,'2017-11-23 01:53:12',''),(64407,1,1,66255,1,1466570223,'2017-11-23 01:53:14',''),(64408,1,1,66256,38,1466570223,'2017-11-23 01:53:15',''),(64409,1,1,66257,26,3639886579,'2017-11-23 02:51:50',''),(64410,1,1,66258,1,910389531,'2017-11-23 03:34:27',''),(64411,1,1,66259,1,221851837,'2017-11-23 03:34:38',''),(64412,1,1,66260,1,221851837,'2017-11-23 03:34:40',''),(64413,1,1,66261,1,221851837,'2017-11-23 03:34:42',''),(64414,1,1,66262,1,221851837,'2017-11-23 03:34:43',''),(64415,1,1,66263,18,221851837,'2017-11-23 03:34:45',''),(64416,1,1,66264,3,221851837,'2017-11-23 03:34:47',''),(64417,1,1,66265,1,221851837,'2017-11-23 03:34:49',''),(64418,1,1,66266,43,221851837,'2017-11-23 03:34:51',''),(64419,1,1,66267,45,221851837,'2017-11-23 03:34:54',''),(64420,1,1,66268,6,221851837,'2017-11-23 03:34:56',''),(64421,1,1,66269,1,1264758654,'2017-11-23 05:02:49',''),(64422,1,1,66270,38,1264758654,'2017-11-23 05:02:51',''),(64423,1,1,66271,30,1264758654,'2017-11-23 05:02:52',''),(64424,1,1,66272,38,1264758654,'2017-11-23 05:02:55',''),(64425,1,1,66273,1,1264758654,'2017-11-23 05:02:56',''),(64426,1,1,66274,1,1123631106,'2017-11-23 05:36:48',''),(64427,1,1,66275,48,1152706233,'2017-11-23 05:37:11',''),(64428,1,1,66276,1,1123631108,'2017-11-23 05:41:40',''),(64429,1,1,66277,26,2637637479,'2017-11-23 05:58:43',''),(64430,1,1,66278,1,3024883486,'2017-11-23 07:11:41',''),(64431,1,1,66279,1,1605218906,'2017-11-23 09:08:36',''),(64432,1,1,66280,38,1605218906,'2017-11-23 09:08:38',''),(64433,1,1,66281,30,1605218906,'2017-11-23 09:08:40',''),(64434,1,1,66282,38,1605218906,'2017-11-23 09:08:53',''),(64435,1,1,66283,1,1369276818,'2017-11-23 09:42:54','https://www.google.co.uk/'),(64436,1,1,66284,26,2071807861,'2017-11-23 10:25:59',''),(64437,1,1,66285,1,1542483301,'2017-11-23 10:56:49',''),(64438,1,1,66286,46,3024883469,'2017-11-23 11:33:05',''),(64439,1,1,66287,1,1426770581,'2017-11-23 11:44:31',''),(64440,1,1,66288,1,920367716,'2017-11-23 12:07:31',''),(64441,1,1,66289,1,1358487950,'2017-11-23 12:09:21',''),(64442,1,1,66290,1,526925852,'2017-11-23 12:57:34','https://www.google.co.uk/'),(64443,1,1,66290,1,526925852,'2017-11-23 13:30:19',''),(64444,1,1,66291,1,84515914,'2017-11-23 14:48:03',''),(64445,1,1,66292,26,84515914,'2017-11-23 14:48:05',''),(64446,1,1,66293,6,84515914,'2017-11-23 14:48:08',''),(64447,1,1,66294,71,84515914,'2017-11-23 14:48:11',''),(64448,1,1,66296,43,2637637536,'2017-11-23 16:10:28',''),(64449,1,1,66295,43,3475901745,'2017-11-23 16:10:28',''),(64450,1,1,66297,43,3475901745,'2017-11-23 16:10:29',''),(64451,1,1,66298,16,2637637536,'2017-11-23 16:10:29',''),(64452,1,1,66299,16,3475901745,'2017-11-23 16:10:31',''),(64453,1,1,66300,1,910377950,'2017-11-23 17:31:23',''),(64454,1,1,66301,9,3024883463,'2017-11-23 17:36:00',''),(64455,1,1,66302,73,2637637536,'2017-11-23 18:35:21',''),(64456,1,1,66303,1,1159652074,'2017-11-23 20:45:00',''),(64457,1,1,66304,38,2538613875,'2017-11-23 21:06:55',''),(64458,1,1,66305,41,2538613875,'2017-11-23 21:06:59',''),(64459,1,1,66306,48,2538613875,'2017-11-23 21:07:03',''),(64460,1,1,66307,52,2538613875,'2017-11-23 21:07:06',''),(64461,1,1,66308,6,1806650558,'2017-11-23 21:57:45',''),(64462,1,1,66309,1,3024883615,'2017-11-23 22:18:33',''),(64463,1,1,66310,1,3227725679,'2017-11-23 23:21:59',''),(64464,1,1,66311,1,3227725679,'2017-11-23 23:22:04',''),(64465,1,1,66312,26,3227725679,'2017-11-23 23:22:09',''),(64466,1,1,66313,26,3227725679,'2017-11-23 23:22:11',''),(64467,1,1,66314,26,3227725679,'2017-11-23 23:22:12',''),(64468,1,1,66315,26,3227725679,'2017-11-23 23:22:14',''),(64469,1,1,66316,26,3227725679,'2017-11-23 23:22:15',''),(64470,1,1,66317,26,3227725679,'2017-11-23 23:22:17',''),(64471,1,1,66318,26,3227725679,'2017-11-23 23:22:18',''),(64472,1,1,66319,26,3227725679,'2017-11-23 23:22:20',''),(64473,1,1,66320,26,3227725679,'2017-11-23 23:22:21',''),(64474,1,1,66321,26,3227725679,'2017-11-23 23:22:23',''),(64475,1,1,66322,18,3227725679,'2017-11-23 23:22:24',''),(64476,1,1,66323,6,3227725679,'2017-11-23 23:22:26',''),(64477,1,1,66324,43,3227725679,'2017-11-23 23:22:28',''),(64478,1,1,66325,26,3227725679,'2017-11-23 23:22:31',''),(64479,1,1,66326,1,3227725679,'2017-11-23 23:22:32',''),(64480,1,1,66327,1,774570857,'2017-11-23 23:51:26',''),(64481,1,1,66328,1,41618286,'2017-11-23 23:51:28',''),(64482,1,1,66329,1,1453227663,'2017-11-24 00:41:34','https://www.bing.com/'),(64483,1,1,66330,1,1123631106,'2017-11-24 03:29:06',''),(64484,1,1,66331,1,1123631135,'2017-11-24 03:29:18',''),(64485,1,1,66332,1,1760314274,'2017-11-24 03:37:03',''),(64486,1,1,66333,6,3513381521,'2017-11-24 04:19:59',''),(64487,1,1,66334,6,3513381521,'2017-11-24 04:46:36',''),(64488,1,1,66335,46,3024883483,'2017-11-24 06:26:57',''),(64489,1,1,66336,1,3024883605,'2017-11-24 06:49:54',''),(64490,1,1,66337,1,1542483273,'2017-11-24 10:50:39',''),(64491,1,1,66338,1,691858309,'2017-11-24 11:48:37',''),(64492,1,1,66339,6,691858309,'2017-11-24 11:48:47',''),(64493,1,1,66340,6,691858309,'2017-11-24 11:48:49',''),(64494,1,1,66341,15,676177705,'2017-11-24 13:53:57',''),(64495,1,1,66342,43,2733986126,'2017-11-24 15:33:48',''),(64496,1,1,66343,43,2733986126,'2017-11-24 15:33:51',''),(64497,1,1,66344,1,2733986126,'2017-11-24 15:33:57',''),(64498,1,1,66345,43,2733986126,'2017-11-24 15:34:00',''),(64499,1,1,66346,43,2733986126,'2017-11-24 15:34:03',''),(64500,1,1,66347,1,1054014756,'2017-11-24 15:47:56','https://www.google.com/'),(64501,1,1,66348,1,1369276818,'2017-11-24 15:58:31','https://www.google.co.uk/'),(64502,1,1,66349,1,1369276818,'2017-11-24 16:06:28','http://www.google.co.uk/'),(64503,1,1,66350,1,2328191216,'2017-11-24 17:17:38',''),(64504,1,1,66351,1,2328191216,'2017-11-24 17:18:09',''),(64505,1,1,66352,9,3024883479,'2017-11-24 17:25:18',''),(64506,1,1,66353,6,3291763746,'2017-11-24 17:37:54',''),(64507,1,1,66354,1,3291763746,'2017-11-24 17:37:56',''),(64508,1,1,66355,1,2461654796,'2017-11-24 18:37:36',''),(64509,1,1,66356,55,1365035893,'2017-11-24 19:04:11',''),(64510,1,1,66357,55,1365035893,'2017-11-24 19:04:14',''),(64511,1,1,66358,1,1365035893,'2017-11-24 19:04:24',''),(64512,1,1,66359,55,1365035893,'2017-11-24 19:04:29',''),(64513,1,1,66360,43,599345889,'2017-11-24 20:53:41',''),(64514,1,1,66361,43,599345889,'2017-11-24 20:53:45',''),(64515,1,1,66362,1,599345889,'2017-11-24 20:53:48',''),(64516,1,1,66363,43,599345889,'2017-11-24 20:53:53',''),(64517,1,1,66364,1,1600959793,'2017-11-24 21:05:35',''),(64518,1,1,66365,1,2366145566,'2017-11-24 21:05:42',''),(64519,1,1,66366,27,599345889,'2017-11-24 21:31:49',''),(64520,1,1,66367,27,599345889,'2017-11-24 21:31:53',''),(64521,1,1,66368,1,599345889,'2017-11-24 21:31:55',''),(64522,1,1,66369,27,599345889,'2017-11-24 21:31:57',''),(64523,1,1,66370,1,3024883477,'2017-11-24 22:03:45',''),(64524,1,1,66371,43,3475901745,'2017-11-24 22:16:39',''),(64525,1,1,66372,15,3558145202,'2017-11-24 22:43:25','https://www.google.co.uk/'),(64526,1,1,66373,64,2071807775,'2017-11-25 00:44:03',''),(64527,1,1,66374,27,3652617222,'2017-11-25 02:44:35',''),(64528,1,1,66375,1,1998463226,'2017-11-25 04:05:11','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwjfkaiL7NjXAhXIqJQKHaK6COcQFgg_MAM&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&usg=AOvVaw0aLgpkwPgS_EcWOv7MKpYp'),(64529,1,1,66376,43,1123631106,'2017-11-25 05:24:33',''),(64530,1,1,66377,46,3024883600,'2017-11-25 05:40:50',''),(64531,1,1,66378,43,621375833,'2017-11-25 05:46:04',''),(64532,1,1,66379,1,1089906070,'2017-11-25 06:25:29','http://whois.domaintools.com/mstyresblackburn.co.uk'),(64533,1,1,66380,1,3024883463,'2017-11-25 06:41:43',''),(64534,1,1,66381,1,2997559103,'2017-11-25 06:54:06',''),(64535,1,1,66382,16,1123631106,'2017-11-25 09:23:35',''),(64536,1,1,66383,6,2420907330,'2017-11-25 10:43:52',''),(64537,1,1,66384,9,2420907330,'2017-11-25 10:44:04',''),(64538,1,1,66385,43,2420907330,'2017-11-25 10:44:11',''),(64539,1,1,66386,45,2420907330,'2017-11-25 10:44:18',''),(64540,1,1,66387,57,2420907330,'2017-11-25 10:44:25',''),(64541,1,1,66388,15,2714394335,'2017-11-25 10:57:49',''),(64542,1,1,66389,15,2714394335,'2017-11-25 10:57:52',''),(64543,1,1,66390,1,2714394335,'2017-11-25 10:57:55',''),(64544,1,1,66391,15,2714394335,'2017-11-25 10:57:58',''),(64545,1,1,66392,1,1542483302,'2017-11-25 11:04:03',''),(64546,1,1,66393,1,2420901606,'2017-11-25 14:40:19',''),(64547,1,1,66394,1,2420901606,'2017-11-25 14:40:27',''),(64548,1,1,66395,1,2420901606,'2017-11-25 14:40:29',''),(64549,1,1,66396,1,2420901606,'2017-11-25 14:40:32',''),(64550,1,1,66397,1,2420901606,'2017-11-25 14:40:35',''),(64551,1,1,66398,1,2420901606,'2017-11-25 14:40:44',''),(64552,1,1,66399,1,2420901606,'2017-11-25 14:40:47',''),(64553,1,1,66400,1,2420901606,'2017-11-25 14:40:55',''),(64554,1,1,66401,1,920367716,'2017-11-25 14:48:34',''),(64555,1,1,66402,43,3475901811,'2017-11-25 15:14:31',''),(64556,1,1,66403,43,676177763,'2017-11-25 15:14:32',''),(64557,1,1,66404,43,3475901811,'2017-11-25 15:14:33',''),(64558,1,1,66405,16,676177763,'2017-11-25 15:14:33',''),(64559,1,1,66406,16,3475901811,'2017-11-25 15:14:34',''),(64560,1,1,66407,1,3024883615,'2017-11-25 15:28:47',''),(64561,1,1,66408,1,3373404845,'2017-11-25 17:41:05',''),(64562,1,1,66409,1,3024883470,'2017-11-25 19:18:00',''),(64563,1,1,66290,1,35527466,'2017-11-25 20:01:12',''),(64564,1,1,66410,1,3024883461,'2017-11-25 22:17:36',''),(64565,1,1,66411,42,676177763,'2017-11-25 23:01:13',''),(64566,1,1,66412,1,534538389,'2017-11-26 00:14:46',''),(64567,1,1,66413,69,534538389,'2017-11-26 00:14:49',''),(64568,1,1,66414,174,534538389,'2017-11-26 00:14:52',''),(64569,1,1,66415,69,534538389,'2017-11-26 00:14:57',''),(64570,1,1,66416,69,534538373,'2017-11-26 00:15:15',''),(64571,1,1,66417,1,3024883612,'2017-11-26 00:23:17',''),(64572,1,1,66418,41,3702877371,'2017-11-26 01:11:38',''),(64573,1,1,66419,1,676695033,'2017-11-26 02:21:50',''),(64574,1,1,66420,1,3156059594,'2017-11-26 02:32:57',''),(64575,1,1,66421,68,86888243,'2017-11-26 07:07:52',''),(64576,1,1,66422,56,3475901829,'2017-11-26 07:50:03',''),(64577,1,1,66423,16,3475901829,'2017-11-26 07:50:05',''),(64578,1,1,66424,15,3475901773,'2017-11-26 07:50:17',''),(64579,1,1,66425,1,3475901773,'2017-11-26 07:50:20',''),(64580,1,1,66426,59,3475901802,'2017-11-26 07:50:32',''),(64581,1,1,66427,6,3513381521,'2017-11-26 08:34:12',''),(64582,1,1,66428,1,3326602015,'2017-11-26 08:48:44',''),(64583,1,1,66429,69,3326602015,'2017-11-26 08:48:46',''),(64584,1,1,66430,175,3326602015,'2017-11-26 08:48:48',''),(64585,1,1,66431,69,3326602015,'2017-11-26 08:48:51',''),(64586,1,1,66432,6,3513381521,'2017-11-26 09:05:46',''),(64587,1,1,66433,1,3024883488,'2017-11-26 09:14:27',''),(64588,1,1,66434,50,2071807786,'2017-11-26 09:28:59',''),(64589,1,1,66435,1,1542483303,'2017-11-26 11:10:11',''),(64590,1,1,66436,1,3091808114,'2017-11-26 11:55:58',''),(64591,1,1,66437,1,3231527081,'2017-11-26 14:17:33',''),(64592,1,1,66438,1,2366145566,'2017-11-26 18:17:21',''),(64593,1,1,66439,1,1600959793,'2017-11-26 18:17:28',''),(64594,1,1,66440,6,2760155807,'2017-11-26 18:48:29',''),(64595,1,1,66441,1,910377950,'2017-11-26 19:15:07',''),(64596,1,1,66442,26,1152706233,'2017-11-26 20:40:52',''),(64597,1,1,66443,1,1452705434,'2017-11-26 20:50:36','https://www.google.co.uk/'),(64598,1,1,66444,1,1123631831,'2017-11-26 23:58:39',''),(64599,1,1,66445,6,3513381521,'2017-11-27 00:36:34',''),(64600,1,1,66446,1,1123631831,'2017-11-27 03:59:30',''),(64601,1,1,66447,1,1542483267,'2017-11-27 11:03:46',''),(64602,1,1,66448,1,221814685,'2017-11-27 11:25:14',''),(64603,1,1,66449,3,2760155483,'2017-11-27 14:16:16',''),(64604,1,1,66450,1,920363955,'2017-11-27 15:21:41',''),(64605,1,1,66451,47,872367989,'2017-11-27 15:22:52',''),(64606,1,1,66452,15,3475901773,'2017-11-27 17:11:09',''),(64607,1,1,66453,1,3475901773,'2017-11-27 17:11:12',''),(64608,1,1,66454,43,3475901802,'2017-11-27 17:11:12',''),(64609,1,1,66455,43,3475901802,'2017-11-27 17:11:14',''),(64610,1,1,66456,16,3475901802,'2017-11-27 17:11:16',''),(64611,1,1,66457,59,3475901802,'2017-11-27 17:11:17',''),(64612,1,1,66458,16,3475901698,'2017-11-27 17:11:31',''),(64613,1,1,66459,43,3475901698,'2017-11-27 17:11:32',''),(64614,1,1,66460,1,1443193429,'2017-11-27 18:26:23',''),(64615,1,1,66461,1,520974998,'2017-11-27 18:27:06',''),(64616,1,1,66463,1,520974917,'2017-11-27 18:27:07',''),(64617,1,1,66462,1,520974656,'2017-11-27 18:27:07',''),(64618,1,1,66464,1,520974928,'2017-11-27 18:27:07',''),(64619,1,1,66465,1,1451722097,'2017-11-27 18:27:07','https://l.facebook.com/'),(64620,1,1,66443,61,3156059238,'2017-11-27 18:43:38','https://www.google.co.uk/'),(64621,1,1,66466,54,3702877286,'2017-11-27 20:54:54',''),(64622,1,1,66467,1,3024883472,'2017-11-27 23:21:50',''),(64623,1,1,66468,1,3024883618,'2017-11-28 04:21:39',''),(64624,1,1,66469,6,1123631106,'2017-11-28 09:13:03',''),(64625,1,1,66470,1,3024883480,'2017-11-28 09:41:26',''),(64626,1,1,66471,1,3024883463,'2017-11-28 09:41:29',''),(64627,1,1,66472,1,1567842250,'2017-11-28 10:21:20','http://burger-imperia.com/'),(64628,1,1,66473,1,3475901773,'2017-11-28 10:48:18',''),(64629,1,1,66474,1,1542483318,'2017-11-28 11:30:15',''),(64630,1,1,66475,1,1534657083,'2017-11-28 13:50:57',''),(64631,1,1,66476,1,1534657083,'2017-11-28 13:51:00',''),(64632,1,1,66477,1,1534657083,'2017-11-28 13:51:03',''),(64633,1,1,66478,1,1534657083,'2017-11-28 13:51:07',''),(64634,1,1,66479,1,1534657083,'2017-11-28 13:51:10',''),(64635,1,1,66480,1,1534657083,'2017-11-28 13:51:13',''),(64636,1,1,66481,1,1534657083,'2017-11-28 13:51:16',''),(64637,1,1,66482,1,1534657083,'2017-11-28 13:51:19',''),(64638,1,1,66483,1,1094177385,'2017-11-28 14:16:06',''),(64639,1,1,66484,1,3114936850,'2017-11-28 14:33:28','http://burger-imperia.com/'),(64640,1,1,66485,1,2366145566,'2017-11-28 16:39:44',''),(64641,1,1,66486,1,1600959793,'2017-11-28 16:39:49',''),(64642,1,1,66487,43,3291763716,'2017-11-28 17:22:28',''),(64643,1,1,66488,43,3291763716,'2017-11-28 17:22:30',''),(64644,1,1,66489,43,3291763716,'2017-11-28 17:23:00',''),(64645,1,1,66490,1,3291763716,'2017-11-28 17:23:04',''),(64646,1,1,66491,43,3291763716,'2017-11-28 17:23:05',''),(64647,1,1,66492,45,1152706233,'2017-11-28 18:33:47',''),(64648,1,1,66495,1,3638222350,'2017-11-28 20:59:25','http://burger-imperia.com/'),(64649,1,1,66496,16,3475901698,'2017-11-28 21:34:11',''),(64650,1,1,66498,59,3475901802,'2017-11-28 21:34:11',''),(64651,1,1,66497,15,3475901773,'2017-11-28 21:34:11',''),(64652,1,1,66499,1,3475901773,'2017-11-28 21:34:17',''),(64653,1,1,66500,16,3475901802,'2017-11-28 21:34:17',''),(64654,1,1,66501,43,3475901802,'2017-11-28 21:34:19',''),(64655,1,1,66502,43,3475901698,'2017-11-28 21:34:20',''),(64656,1,1,66503,43,3475901802,'2017-11-28 21:34:21',''),(64657,1,1,66504,1,3589854147,'2017-11-29 00:46:40',''),(64658,1,1,66505,1,3589854147,'2017-11-29 00:46:41',''),(64659,1,1,66506,1,3589854147,'2017-11-29 00:46:42',''),(64660,1,1,66507,1,3589854147,'2017-11-29 00:46:43',''),(64661,1,1,66508,1,2916130234,'2017-11-29 01:45:35',''),(64662,1,1,66509,6,3475901773,'2017-11-29 07:38:04',''),(64663,1,1,66510,71,3024883607,'2017-11-29 07:44:09',''),(64664,1,1,66511,1,3467945363,'2017-11-29 07:54:12','http://google.com'),(64665,1,1,66512,1,1048699323,'2017-11-29 08:25:26',''),(64666,1,1,66513,50,1048699323,'2017-11-29 08:25:27',''),(64667,1,1,66514,176,1048699323,'2017-11-29 08:25:29',''),(64668,1,1,66515,50,1048699323,'2017-11-29 08:25:33',''),(64669,1,1,66516,3,3281687057,'2017-11-29 08:57:17',''),(64670,1,1,66517,67,3652617250,'2017-11-29 09:10:43',''),(64671,1,1,66518,1,1542483293,'2017-11-29 10:53:53',''),(64672,1,1,66519,1,1434488384,'2017-11-29 12:01:55',''),(64673,1,1,66520,1,1434488384,'2017-11-29 12:01:55',''),(64674,1,1,66521,50,1434488384,'2017-11-29 12:01:59',''),(64675,1,1,66522,177,1434488384,'2017-11-29 12:02:02',''),(64676,1,1,66523,50,1434488384,'2017-11-29 12:02:06',''),(64677,1,1,66524,50,1434488384,'2017-11-29 12:02:09',''),(64678,1,1,66525,50,1434488384,'2017-11-29 12:02:11',''),(64679,1,1,66526,50,1434488384,'2017-11-29 12:02:13',''),(64680,1,1,66527,50,1434488384,'2017-11-29 12:02:14',''),(64681,1,1,66528,50,1434488384,'2017-11-29 12:02:16',''),(64682,1,1,66529,50,1434488384,'2017-11-29 12:02:18',''),(64683,1,1,66530,50,1434488384,'2017-11-29 12:02:22',''),(64684,1,1,66531,1,1434488384,'2017-11-29 12:02:24',''),(64685,1,1,66532,50,1434488384,'2017-11-29 12:02:26',''),(64686,1,1,66533,50,1434488384,'2017-11-29 12:02:29',''),(64687,1,1,66534,1,1434488384,'2017-11-29 12:02:31',''),(64688,1,1,66535,1,1434488384,'2017-11-29 12:02:33',''),(64689,1,1,66536,1,1434488384,'2017-11-29 12:02:54',''),(64690,1,1,66538,50,1434488384,'2017-11-29 12:04:07',''),(64691,1,1,66537,1,1434488384,'2017-11-29 12:04:07',''),(64692,1,1,66539,50,1434488384,'2017-11-29 12:04:08',''),(64693,1,1,66540,50,1434488384,'2017-11-29 12:04:08',''),(64694,1,1,66541,1,1426770581,'2017-11-29 12:04:11',''),(64695,1,1,66542,50,1434488384,'2017-11-29 12:04:12',''),(64696,1,1,66543,50,1434488384,'2017-11-29 12:04:16',''),(64697,1,1,66544,50,1434488384,'2017-11-29 12:04:18',''),(64698,1,1,66545,50,1434488384,'2017-11-29 12:04:24',''),(64699,1,1,66546,50,1434488384,'2017-11-29 12:04:26',''),(64700,1,1,66547,50,1434488384,'2017-11-29 12:04:29',''),(64701,1,1,66548,50,1434488384,'2017-11-29 12:04:30',''),(64702,1,1,66549,50,1434488384,'2017-11-29 12:04:34',''),(64703,1,1,66550,50,1434488384,'2017-11-29 12:04:40',''),(64704,1,1,66551,50,1434488384,'2017-11-29 12:04:42',''),(64705,1,1,66552,50,1434488384,'2017-11-29 12:04:44',''),(64706,1,1,66553,50,1434488384,'2017-11-29 12:04:46',''),(64707,1,1,66554,50,1434488384,'2017-11-29 12:04:48',''),(64708,1,1,66555,1,911667921,'2017-11-29 12:37:15',''),(64709,1,1,66556,16,3024883610,'2017-11-29 13:22:18',''),(64710,1,1,66557,1,3326602015,'2017-11-29 13:48:04',''),(64711,1,1,66558,50,3326602015,'2017-11-29 13:48:06',''),(64712,1,1,66559,178,3326602015,'2017-11-29 13:48:08',''),(64713,1,1,66560,1,3475901773,'2017-11-29 16:00:18',''),(64714,1,1,66561,46,1442912315,'2017-11-29 16:09:11','https://www.google.co.uk/'),(64715,1,1,66562,1,642535102,'2017-11-29 19:12:18',''),(64716,1,1,66563,1,1218952886,'2017-11-29 19:23:45',''),(64717,1,1,66564,50,1218952886,'2017-11-29 19:23:48',''),(64718,1,1,66565,179,1218952886,'2017-11-29 19:23:51',''),(64719,1,1,66566,50,1218952886,'2017-11-29 19:23:55',''),(64720,1,1,66567,1,1218952886,'2017-11-29 19:23:59',''),(64721,1,1,66568,30,1123631106,'2017-11-29 19:34:59',''),(64722,1,1,66569,68,2637637407,'2017-11-29 20:10:25',''),(64723,1,1,66570,1,920869027,'2017-11-29 20:18:44',''),(64724,1,1,66571,48,2454131988,'2017-11-29 21:29:51',''),(64725,1,1,66572,51,644117002,'2017-11-29 21:32:26',''),(64726,1,1,66573,9,642535114,'2017-11-29 21:50:16',''),(64727,1,1,66574,1,1123631106,'2017-11-29 21:58:12',''),(64728,1,1,66575,1,1123631108,'2017-11-29 22:00:18',''),(64729,1,1,66576,50,2454132414,'2017-11-29 22:01:25',''),(64730,1,1,66577,18,644223567,'2017-11-29 22:01:45',''),(64731,1,1,66290,1,35527466,'2017-11-29 22:41:38',''),(64732,1,1,66578,1,1884160713,'2017-11-30 01:13:38',''),(64733,1,1,66579,50,1884160713,'2017-11-30 01:13:42',''),(64734,1,1,66580,180,1884160713,'2017-11-30 01:13:47',''),(64735,1,1,66581,50,1884160713,'2017-11-30 01:14:01',''),(64736,1,1,66582,3,1761084485,'2017-11-30 01:31:35',''),(64737,1,1,66583,1,3002000734,'2017-11-30 01:36:52',''),(64738,1,1,66584,1,1123631106,'2017-11-30 02:08:48',''),(64739,1,1,66586,1,1123631108,'2017-11-30 03:58:41',''),(64740,1,1,66587,72,3024883619,'2017-11-30 04:11:10',''),(64741,1,1,66588,1,1123631108,'2017-11-30 04:39:52',''),(64742,1,1,66589,6,2954838202,'2017-11-30 04:49:34',''),(64743,1,1,66590,1,2331442451,'2017-11-30 05:31:55',''),(64744,1,1,66591,1,1123631108,'2017-11-30 05:47:25',''),(64745,1,1,66592,1,1123631135,'2017-11-30 05:56:49',''),(64746,1,1,66594,1,1123631135,'2017-11-30 06:42:22',''),(64747,1,1,66595,1,1123631135,'2017-11-30 08:16:50',''),(64748,1,1,66596,1,1123631108,'2017-11-30 08:59:12',''),(64749,1,1,66599,1,3475901773,'2017-11-30 09:23:52',''),(64750,1,1,66601,43,676177707,'2017-11-30 09:23:52',''),(64751,1,1,66598,16,676177707,'2017-11-30 09:23:52',''),(64752,1,1,66600,16,3475901698,'2017-11-30 09:23:52',''),(64753,1,1,66597,43,3475901698,'2017-11-30 09:23:52',''),(64754,1,1,66603,15,3475901773,'2017-11-30 09:23:52',''),(64755,1,1,66602,59,676177707,'2017-11-30 09:23:52',''),(64756,1,1,66604,43,676177707,'2017-11-30 09:23:57',''),(64757,1,1,66605,1,1542483287,'2017-11-30 10:56:13',''),(64758,1,1,66606,1,1544641271,'2017-11-30 11:28:07','https://www.google.co.uk/'),(64759,1,1,66607,1,1544641271,'2017-11-30 11:28:11',''),(64760,1,1,66608,1,1544641271,'2017-11-30 11:28:13',''),(64761,1,1,66609,1,1544641271,'2017-11-30 11:28:23',''),(64762,1,1,66611,43,1544641271,'2017-11-30 11:29:37',''),(64763,1,1,66610,43,1544641271,'2017-11-30 11:29:37',''),(64764,1,1,66612,1,1041806726,'2017-11-30 11:32:53',''),(64765,1,1,66613,1,1123631135,'2017-11-30 11:41:44',''),(64766,1,1,66615,16,3024883599,'2017-11-30 12:41:07',''),(64767,1,1,66616,1,1123631106,'2017-11-30 14:48:33',''),(64768,1,1,66618,1,3024883466,'2017-11-30 15:44:18',''),(64769,1,1,66619,1,3479603870,'2017-11-30 16:27:31',''),(64770,1,1,66620,1,1123631108,'2017-11-30 16:36:28',''),(64771,1,1,66621,1,1123631106,'2017-11-30 17:02:48',''),(64772,1,1,66623,1,1123631135,'2017-11-30 17:52:25',''),(64773,1,1,66624,1,621375833,'2017-11-30 18:56:14',''),(64774,1,1,66625,1,621375874,'2017-11-30 18:56:16',''),(64775,1,1,66626,1,1123631106,'2017-11-30 18:56:48',''),(64776,1,1,66627,1,644117316,'2017-11-30 19:38:06',''),(64777,1,1,66628,9,644730178,'2017-11-30 19:38:08',''),(64778,1,1,66629,18,644730235,'2017-11-30 19:38:09',''),(64779,1,1,66630,50,642534952,'2017-11-30 19:38:09',''),(64780,1,1,66631,51,1082720927,'2017-11-30 19:38:09',''),(64781,1,1,66632,48,2454132193,'2017-11-30 19:38:10',''),(64782,1,1,66633,3,1082720549,'2017-11-30 19:38:10',''),(64783,1,1,66634,1,1123631108,'2017-11-30 20:30:24',''),(64784,1,1,66635,1,1123631135,'2017-11-30 20:34:27',''),(64785,1,1,66636,1,1123631135,'2017-11-30 22:17:58',''),(64786,1,1,66637,1,1123631106,'2017-11-30 22:18:43',''),(64787,1,1,66638,1,1123631135,'2017-11-30 23:32:37',''),(64788,1,1,66639,1,1123631106,'2017-12-01 00:10:44',''),(64789,1,1,66640,1,1123631135,'2017-12-01 00:38:36',''),(64790,1,1,66641,1,1123631135,'2017-12-01 01:50:48',''),(64791,1,1,66643,1,1123631106,'2017-12-01 04:26:56',''),(64792,1,1,66644,1,1123631135,'2017-12-01 04:54:10',''),(64793,1,1,66645,1,1123631135,'2017-12-01 06:01:46',''),(64794,1,1,66652,15,2319758668,'2017-12-01 07:16:49','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1621.UNr8Hqqqg0cNhJL-Qerg6nNXtTeYQ39XrXBZelkZg7s.c52522013edd72944631b37469545ed0c8ee8e27&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(64795,1,1,66650,43,3237076924,'2017-12-01 07:16:49','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1621.aneXwaqpMfsCoitvrtlOVYZgbc7krBY4miruChsw3xg.8461c2c6ec7d6f91e6b1830667d3ed029cd461a2&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(64796,1,1,66647,43,3237076924,'2017-12-01 07:16:50','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1621.aneXwaqpMfsCoitvrtlOVYZgbc7krBY4miruChsw3xg.8461c2c6ec7d6f91e6b1830667d3ed029cd461a2&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(64797,1,1,66649,43,3237076924,'2017-12-01 07:16:50','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1621.aneXwaqpMfsCoitvrtlOVYZgbc7krBY4miruChsw3xg.8461c2c6ec7d6f91e6b1830667d3ed029cd461a2&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(64798,1,1,66653,15,2319758668,'2017-12-01 07:16:50','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1621.UNr8Hqqqg0cNhJL-Qerg6nNXtTeYQ39XrXBZelkZg7s.c52522013edd72944631b37469545ed0c8ee8e27&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(64799,1,1,66651,15,2319758668,'2017-12-01 07:16:50','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1621.UNr8Hqqqg0cNhJL-Qerg6nNXtTeYQ39XrXBZelkZg7s.c52522013edd72944631b37469545ed0c8ee8e27&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(64800,1,1,66648,43,3237076924,'2017-12-01 07:16:50','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1621.aneXwaqpMfsCoitvrtlOVYZgbc7krBY4miruChsw3xg.8461c2c6ec7d6f91e6b1830667d3ed029cd461a2&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(64801,1,1,66654,43,3237076924,'2017-12-01 07:16:50','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1621.aneXwaqpMfsCoitvrtlOVYZgbc7krBY4miruChsw3xg.8461c2c6ec7d6f91e6b1830667d3ed029cd461a2&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(64802,1,1,66655,15,2319758668,'2017-12-01 07:16:56','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1621.UNr8Hqqqg0cNhJL-Qerg6nNXtTeYQ39XrXBZelkZg7s.c52522013edd72944631b37469545ed0c8ee8e27&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(64803,1,1,66656,1,1123631135,'2017-12-01 08:19:58',''),(64804,1,1,66658,1,3024883602,'2017-12-01 08:38:29',''),(64805,1,1,66659,1,3479603870,'2017-12-01 08:40:09',''),(64806,1,1,66660,1,1442834509,'2017-12-01 09:05:24','https://www.google.co.uk/'),(64807,1,1,66661,1,1442834509,'2017-12-01 09:05:49','https://www.google.co.uk/'),(64808,1,1,66662,1,1123631106,'2017-12-01 09:26:49',''),(64809,1,1,66663,1,1123631108,'2017-12-01 10:02:50',''),(64810,1,1,66664,1,1123631108,'2017-12-01 12:37:55',''),(64811,1,1,66665,26,2637637551,'2017-12-01 13:31:48',''),(64812,1,1,66666,1,1587212101,'2017-12-01 14:34:24',''),(64813,1,1,66667,1,1587212101,'2017-12-01 14:34:34',''),(64814,1,1,66668,1,1587212101,'2017-12-01 14:34:39',''),(64815,1,1,66669,1,1587212101,'2017-12-01 14:34:46',''),(64816,1,1,66670,1,1587212101,'2017-12-01 14:34:52',''),(64817,1,1,66671,1,1587212101,'2017-12-01 14:35:08',''),(64818,1,1,66672,1,1587212101,'2017-12-01 14:35:13',''),(64819,1,1,66673,1,1587212101,'2017-12-01 14:35:51',''),(64820,1,1,66674,1,1123631108,'2017-12-01 14:38:38',''),(64821,1,1,66675,1,2653870895,'2017-12-01 14:41:22',''),(64822,1,1,66676,1,1123631108,'2017-12-01 16:02:18',''),(64823,1,1,66678,16,2637637551,'2017-12-01 16:29:37',''),(64824,1,1,66679,15,523503493,'2017-12-01 16:58:04','http://www.google.co.uk/'),(64825,1,1,66680,1,1123631135,'2017-12-01 18:40:49',''),(64826,1,1,66681,1,1342509632,'2017-12-01 19:04:46','https://www.google.co.uk/'),(64827,1,1,66682,1,3024883599,'2017-12-01 19:07:55',''),(64828,1,1,66683,6,3221454014,'2017-12-01 19:48:01',''),(64829,1,1,66684,6,3221454014,'2017-12-01 19:48:01',''),(64830,1,1,66685,1,1123631108,'2017-12-01 20:03:04',''),(64831,1,1,66686,1,1123631106,'2017-12-01 20:09:43',''),(64832,1,1,66687,1,1542483296,'2017-12-01 21:03:23',''),(64833,1,1,66688,1,3164961443,'2017-12-01 21:03:25',''),(64834,1,1,66689,1,1123631135,'2017-12-01 21:26:17',''),(64835,1,1,66690,1,3024883481,'2017-12-01 21:59:31',''),(64836,1,1,66691,1,3024883464,'2017-12-01 21:59:35',''),(64837,1,1,66692,1,1123631108,'2017-12-01 22:57:25',''),(64838,1,1,66693,1,3512706659,'2017-12-01 23:12:12',''),(64839,1,1,66694,1,1123631106,'2017-12-02 00:31:30',''),(64840,1,1,66695,1,1123631108,'2017-12-02 01:52:36',''),(64841,1,1,66696,1,1123631135,'2017-12-02 03:32:19',''),(64842,1,1,66697,1,1123631106,'2017-12-02 05:00:33',''),(64843,1,1,66698,1,1123631135,'2017-12-02 06:28:21',''),(64844,1,1,66699,56,2637637551,'2017-12-02 07:20:00',''),(64845,1,1,66700,1,1211395318,'2017-12-02 08:18:30',''),(64846,1,1,66701,1,1123631135,'2017-12-02 08:25:35',''),(64847,1,1,66703,1,3164961448,'2017-12-02 11:44:08',''),(64848,1,1,66704,1,3024883616,'2017-12-02 11:53:07',''),(64849,1,1,66705,1,1123631108,'2017-12-02 11:54:52',''),(64850,1,1,66706,10,2637637551,'2017-12-02 12:01:03',''),(64851,1,1,66707,1,1123631135,'2017-12-02 13:49:43',''),(64852,1,1,66708,1,1329783385,'2017-12-02 14:20:28','https://www.google.co.uk/'),(64853,1,1,66709,1,1329783385,'2017-12-02 14:20:28','https://www.google.co.uk/'),(64854,1,1,66710,1,3024883488,'2017-12-02 14:57:41',''),(64855,1,1,66711,75,3475901853,'2017-12-02 17:22:23',''),(64856,1,1,66716,16,676177678,'2017-12-02 20:32:55',''),(64857,1,1,66713,43,2637637561,'2017-12-02 20:32:55',''),(64858,1,1,66715,16,676177678,'2017-12-02 20:32:55',''),(64859,1,1,66714,43,2637637561,'2017-12-02 20:32:55',''),(64860,1,1,66712,43,676177678,'2017-12-02 20:32:55',''),(64861,1,1,66719,16,2637637561,'2017-12-02 20:32:55',''),(64862,1,1,66718,1,676177695,'2017-12-02 20:32:56',''),(64863,1,1,66717,59,2637637561,'2017-12-02 20:33:09',''),(64864,1,1,66720,6,3116354564,'2017-12-02 22:18:51',''),(64865,1,1,66721,15,1123631108,'2017-12-02 22:27:22',''),(64866,1,1,66722,1,3326602015,'2017-12-03 14:21:00',''),(64867,1,1,66723,69,3326602015,'2017-12-03 14:21:01',''),(64868,1,1,66724,181,3326602015,'2017-12-03 14:21:02',''),(64869,1,1,66725,69,3326602015,'2017-12-03 14:21:03',''),(64870,1,1,66726,69,3326602015,'2017-12-03 14:21:04',''),(64871,1,1,66727,69,3326602015,'2017-12-03 14:21:05',''),(64872,1,1,66728,69,3326602015,'2017-12-03 14:21:06',''),(64873,1,1,66729,69,3326602015,'2017-12-03 14:21:07',''),(64874,1,1,66730,69,3326602015,'2017-12-03 14:21:08',''),(64875,1,1,66731,69,3326602015,'2017-12-03 14:21:09',''),(64876,1,1,66732,69,3326602015,'2017-12-03 14:21:10',''),(64877,1,1,66733,1,3326602015,'2017-12-03 14:21:11',''),(64878,1,1,66734,1,3326602015,'2017-12-03 14:21:12',''),(64879,1,1,66735,1,3326602015,'2017-12-03 14:21:13',''),(64880,1,1,66736,1,3326602015,'2017-12-03 14:21:13',''),(64881,1,1,66737,1,3326602015,'2017-12-03 14:21:14',''),(64882,1,1,66738,1,3326602015,'2017-12-03 14:21:15',''),(64883,1,1,66739,1,3326602015,'2017-12-03 14:21:16',''),(64884,1,1,66740,1,3326602015,'2017-12-03 14:21:16',''),(64885,1,1,66741,69,3326602015,'2017-12-03 14:21:17',''),(64886,1,1,66742,69,3326602015,'2017-12-03 14:21:18',''),(64887,1,1,66743,69,3326602015,'2017-12-03 14:21:19',''),(64888,1,1,66744,69,3326602015,'2017-12-03 14:21:21',''),(64889,1,1,66745,69,3326602015,'2017-12-03 14:21:22',''),(64890,1,1,66746,69,3326602015,'2017-12-03 14:21:23',''),(64891,1,1,66747,69,3326602015,'2017-12-03 14:21:24',''),(64892,1,1,66748,23,1123631123,'2017-12-03 14:58:29',''),(64893,1,1,66749,23,1123631122,'2017-12-03 15:30:58',''),(64894,1,1,66750,62,1123631122,'2017-12-03 16:17:33',''),(64895,1,1,66751,1,1123631121,'2017-12-03 16:51:53',''),(64896,1,1,66752,1,2974181912,'2017-12-03 19:07:30',''),(64897,1,1,66753,69,2974181912,'2017-12-03 19:07:32',''),(64898,1,1,66754,182,2974181912,'2017-12-03 19:07:33',''),(64899,1,1,66755,69,2974181912,'2017-12-03 19:07:35',''),(64900,1,1,66756,69,2974181912,'2017-12-03 19:07:36',''),(64901,1,1,66757,69,2974181912,'2017-12-03 19:07:38',''),(64902,1,1,66758,69,2974181912,'2017-12-03 19:07:40',''),(64903,1,1,66759,69,2974181912,'2017-12-03 19:07:41',''),(64904,1,1,66760,69,2974181912,'2017-12-03 19:07:43',''),(64905,1,1,66761,69,2974181912,'2017-12-03 19:07:44',''),(64906,1,1,66762,69,2974181912,'2017-12-03 19:07:46',''),(64907,1,1,66763,1,2974181912,'2017-12-03 19:07:47',''),(64908,1,1,66764,1,2974181912,'2017-12-03 19:07:49',''),(64909,1,1,66765,1,2974181912,'2017-12-03 19:07:50',''),(64910,1,1,66766,1,2974181912,'2017-12-03 19:07:51',''),(64911,1,1,66767,1,2974181912,'2017-12-03 19:07:53',''),(64912,1,1,66768,1,2974181912,'2017-12-03 19:07:54',''),(64913,1,1,66769,1,2974181912,'2017-12-03 19:07:55',''),(64914,1,1,66770,1,2974181912,'2017-12-03 19:07:57',''),(64915,1,1,66771,69,2974181912,'2017-12-03 19:07:58',''),(64916,1,1,66772,69,2974181912,'2017-12-03 19:08:00',''),(64917,1,1,66773,69,2974181912,'2017-12-03 19:08:01',''),(64918,1,1,66774,69,2974181912,'2017-12-03 19:08:03',''),(64919,1,1,66775,69,2974181912,'2017-12-03 19:08:05',''),(64920,1,1,66776,69,2974181912,'2017-12-03 19:08:06',''),(64921,1,1,66777,69,2974181912,'2017-12-03 19:08:08',''),(64922,1,1,66778,69,2974181912,'2017-12-03 19:08:09',''),(64923,1,1,66779,69,2974181912,'2017-12-03 19:08:11',''),(64924,1,1,66780,69,2974181912,'2017-12-03 19:08:14',''),(64925,1,1,66781,69,2974181912,'2017-12-03 19:08:22',''),(64926,1,1,66782,69,2974181912,'2017-12-03 19:08:23',''),(64927,1,1,66783,69,2974181912,'2017-12-03 19:08:25',''),(64928,1,1,66784,69,2974181912,'2017-12-03 19:08:27',''),(64929,1,1,66785,69,2974181912,'2017-12-03 19:08:28',''),(64930,1,1,66786,69,2974181912,'2017-12-03 19:08:30',''),(64931,1,1,66787,10,1476059246,'2017-12-03 19:22:51',''),(64932,1,1,66788,62,1123631122,'2017-12-03 19:30:25',''),(64933,1,1,66789,1,1358487950,'2017-12-03 19:42:06',''),(64934,1,1,66790,1,1358487950,'2017-12-03 19:42:12',''),(64935,1,1,66791,1,1358487950,'2017-12-03 19:42:18',''),(64936,1,1,66792,1,1358487950,'2017-12-03 19:42:20',''),(64937,1,1,66793,1,1358487950,'2017-12-03 19:42:22',''),(64938,1,1,66795,1,1358487950,'2017-12-03 19:42:31',''),(64939,1,1,66794,1,1358487950,'2017-12-03 19:42:31',''),(64940,1,1,66796,9,1358487950,'2017-12-03 19:42:35',''),(64941,1,1,66798,1,1358487950,'2017-12-03 19:42:39',''),(64942,1,1,66797,1,1358487950,'2017-12-03 19:42:39',''),(64943,1,1,66799,1,1358487950,'2017-12-03 19:42:41',''),(64944,1,1,66800,1,1358487950,'2017-12-03 19:42:42',''),(64945,1,1,66801,6,1358487950,'2017-12-03 19:42:45',''),(64946,1,1,66802,1,1443458748,'2017-12-03 20:16:19','http://109.203.101.11:2086/cpsess0213987129/scripts4/listaccts?skip=3&search=&searchtype=&acctp=30&sortrev=&sortorder=domain'),(64947,1,1,66803,1,3164961451,'2017-12-03 21:05:55',''),(64948,1,1,66804,15,1476059246,'2017-12-03 23:22:02',''),(64949,1,1,66805,49,86888207,'2017-12-04 01:37:55',''),(64950,1,1,66806,22,1123631121,'2017-12-04 03:32:37',''),(64951,1,1,66807,66,1123631122,'2017-12-04 04:26:53',''),(64952,1,1,66808,1,294558627,'2017-12-04 04:28:15',''),(64953,1,1,66809,58,1476059246,'2017-12-04 05:16:54',''),(64954,1,1,66810,6,1123631121,'2017-12-04 07:42:44',''),(64955,1,1,66811,1,3335320082,'2017-12-04 08:07:48',''),(64956,1,1,66812,1,1426770581,'2017-12-04 09:33:03',''),(64957,1,1,66813,1,3164961462,'2017-12-04 11:19:57',''),(64958,1,1,66814,26,1152706233,'2017-12-04 11:47:48',''),(64959,1,1,66815,15,872366414,'2017-12-04 13:02:42',''),(64960,1,1,66816,28,3475901841,'2017-12-04 13:08:04',''),(64961,1,1,66817,1,2452919680,'2017-12-04 18:10:55',''),(64962,1,1,66818,1,2452919680,'2017-12-04 18:10:58',''),(64963,1,1,66819,1,2452919680,'2017-12-04 18:11:00',''),(64964,1,1,66820,1,2452919680,'2017-12-04 18:11:03',''),(64965,1,1,66821,1,2452919680,'2017-12-04 18:11:05',''),(64966,1,1,66822,1,2452919680,'2017-12-04 18:11:47',''),(64967,1,1,66823,1,2452919680,'2017-12-04 18:11:51',''),(64968,1,1,66824,1,2452919680,'2017-12-04 18:11:54',''),(64969,1,1,66825,23,1123632599,'2017-12-04 18:31:42',''),(64970,1,1,66826,1,875921765,'2017-12-05 00:52:34',''),(64971,1,1,66827,6,2954838202,'2017-12-05 01:06:28',''),(64972,1,1,66828,1,1159648594,'2017-12-05 01:59:55',''),(64973,1,1,66829,1,2461654789,'2017-12-05 03:43:55',''),(64974,1,1,66830,43,3475901841,'2017-12-05 05:32:51',''),(64975,1,1,66831,43,2637637431,'2017-12-05 05:32:51',''),(64976,1,1,66832,43,3475901841,'2017-12-05 05:32:52',''),(64977,1,1,66833,16,2637637431,'2017-12-05 05:32:52',''),(64978,1,1,66834,16,3475901841,'2017-12-05 05:32:53',''),(64979,1,1,66835,16,2637637431,'2017-12-05 05:32:54',''),(64980,1,1,66836,59,3475901841,'2017-12-05 05:32:54',''),(64981,1,1,66837,1,2637637464,'2017-12-05 05:32:55',''),(64982,1,1,66838,6,3513381521,'2017-12-05 08:49:00',''),(64983,1,1,66839,43,3024883608,'2017-12-05 09:38:33',''),(64984,1,1,66840,1,3479603870,'2017-12-05 09:43:15',''),(64985,1,1,66841,1,3479603870,'2017-12-05 09:47:03',''),(64986,1,1,66842,1,3164961446,'2017-12-05 11:19:14',''),(64987,1,1,66843,1,225511405,'2017-12-05 12:27:25',''),(64988,1,1,66844,68,3475901870,'2017-12-05 13:11:22',''),(64989,1,1,66845,43,2760155472,'2017-12-05 20:35:36',''),(64990,1,1,66846,1,2637637627,'2017-12-05 21:24:22',''),(64991,1,1,66847,15,2637637627,'2017-12-05 21:42:20',''),(64992,1,1,66848,1,3024883474,'2017-12-05 22:44:47',''),(64993,1,1,66849,43,3475901841,'2017-12-05 23:13:32',''),(64994,1,1,66850,9,872366355,'2017-12-06 01:10:12',''),(64995,1,1,66851,1,676695033,'2017-12-06 02:22:58',''),(64996,1,1,66852,43,872385743,'2017-12-06 02:54:23','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1626.VpVmXPKLFMnyeY5zN2j1TPWcyn7xB06gUQATvUs-bWY.b511dcf03db5aa69726a9ecbd41a66ec7c165a20&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(64997,1,1,66853,75,3024883478,'2017-12-06 03:04:46',''),(64998,1,1,66854,43,2733839629,'2017-12-06 03:10:17','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1626.yxPkvE3mobAvWeCPfbhxRInRGwNz6pNaSqmUfFJc_eI.5059bf6abb31e8ed7d86fb8526b54c7ff3327cbd&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(64999,1,1,66855,43,778383928,'2017-12-06 03:30:30','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1626.Xlj099YSdOy-u75qyO5zIbghI10MkyLlr3yj2T0xjzo.4536fa7dd5f4d398e30e56a909fa2fa8231bf2a8&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(65000,1,1,66856,43,3024883619,'2017-12-06 03:38:05',''),(65001,1,1,66857,43,92736115,'2017-12-06 03:41:29','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1626.zFR0XqRfw-j3Ny0HmylgmA_6jOrOHe7U-Ut8bN1nwYo.5d4dcf9afb0932fb95d3d31d69386bd92b7a625f&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(65002,1,1,66858,43,3585554564,'2017-12-06 03:50:02','https://yandex.ru/clck/jsredir?from=yandex.ru%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1626.0OM-GPmim7VLhVKujNI_Dm-jJUYZX77uBCYUq-DnBq0.e9cf13f40880d2bd65a24da9486fe4872324de9f&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data'),(65003,1,1,66859,1,1123633987,'2017-12-06 06:27:09',''),(65004,1,1,66860,19,1123633985,'2017-12-06 06:30:18',''),(65005,1,1,66861,1,1123633989,'2017-12-06 06:31:13',''),(65006,1,1,66863,1,1123633987,'2017-12-06 07:30:28',''),(65007,1,1,66864,1,1123633989,'2017-12-06 07:53:04',''),(65008,1,1,66865,1,3024883473,'2017-12-06 08:32:51',''),(65009,1,1,66866,1,1534686280,'2017-12-06 08:43:42',''),(65010,1,1,66867,1,1123633985,'2017-12-06 09:01:49',''),(65011,1,1,66869,1,1123633989,'2017-12-06 09:23:31',''),(65012,1,1,66870,1,3164961452,'2017-12-06 10:56:54',''),(65013,1,1,66871,1,1123631123,'2017-12-06 11:03:39',''),(65014,1,1,66872,1,1123631121,'2017-12-06 11:17:03',''),(65015,1,1,66873,1,3162061078,'2017-12-06 12:01:37',''),(65016,1,1,66874,66,3162061078,'2017-12-06 12:01:38',''),(65017,1,1,66875,183,3162061078,'2017-12-06 12:01:38',''),(65018,1,1,66876,66,3162061078,'2017-12-06 12:01:39',''),(65019,1,1,66877,66,3162061078,'2017-12-06 12:01:40',''),(65020,1,1,66878,66,3162061078,'2017-12-06 12:01:40',''),(65021,1,1,66879,66,3162061078,'2017-12-06 12:01:41',''),(65022,1,1,66880,66,3162061078,'2017-12-06 12:01:42',''),(65023,1,1,66881,66,3162061078,'2017-12-06 12:01:43',''),(65024,1,1,66882,66,3162061078,'2017-12-06 12:01:44',''),(65025,1,1,66883,66,3162061078,'2017-12-06 12:01:44',''),(65026,1,1,66884,1,3162061078,'2017-12-06 12:01:45',''),(65027,1,1,66885,1,3162061078,'2017-12-06 12:01:46',''),(65028,1,1,66886,1,3162061078,'2017-12-06 12:01:46',''),(65029,1,1,66887,1,3162061078,'2017-12-06 12:01:47',''),(65030,1,1,66888,1,3162061078,'2017-12-06 12:01:47',''),(65031,1,1,66889,1,3162061078,'2017-12-06 12:01:48',''),(65032,1,1,66890,1,3162061078,'2017-12-06 12:01:48',''),(65033,1,1,66891,1,3162061078,'2017-12-06 12:01:49',''),(65034,1,1,66892,66,3162061078,'2017-12-06 12:01:49',''),(65035,1,1,66893,66,3162061078,'2017-12-06 12:01:50',''),(65036,1,1,66894,66,3162061078,'2017-12-06 12:01:51',''),(65037,1,1,66895,66,3162061078,'2017-12-06 12:01:51',''),(65038,1,1,66896,66,3162061078,'2017-12-06 12:01:52',''),(65039,1,1,66897,66,3162061078,'2017-12-06 12:01:53',''),(65040,1,1,66898,66,3162061078,'2017-12-06 12:01:54',''),(65041,1,1,66899,66,3162061078,'2017-12-06 12:01:54',''),(65042,1,1,66900,66,3162061078,'2017-12-06 12:01:55',''),(65043,1,1,66901,66,3162061078,'2017-12-06 12:01:56',''),(65044,1,1,66902,1,1123631121,'2017-12-06 12:58:07',''),(65045,1,1,66903,1,917996159,'2017-12-06 14:01:52',''),(65046,1,1,66904,43,3475901841,'2017-12-06 14:51:44',''),(65047,1,1,66905,43,2637637415,'2017-12-06 14:51:45',''),(65048,1,1,66906,43,3475901841,'2017-12-06 14:51:46',''),(65049,1,1,66907,16,2637637415,'2017-12-06 14:51:46',''),(65050,1,1,66908,59,3475901841,'2017-12-06 14:51:46',''),(65051,1,1,66909,16,2637637415,'2017-12-06 14:51:47',''),(65052,1,1,66910,16,3475901841,'2017-12-06 14:51:47',''),(65053,1,1,66911,1,2637637627,'2017-12-06 14:51:50',''),(65054,1,1,66912,1,1123631121,'2017-12-06 15:59:17',''),(65055,1,1,66913,43,2637637415,'2017-12-06 17:20:33',''),(65056,1,1,66914,1,1744702515,'2017-12-06 17:24:59',''),(65057,1,1,66915,66,1744702515,'2017-12-06 17:25:01',''),(65058,1,1,66916,184,1744702515,'2017-12-06 17:25:03',''),(65059,1,1,66917,66,1744702515,'2017-12-06 17:25:05',''),(65060,1,1,66918,66,1744702515,'2017-12-06 17:25:08',''),(65061,1,1,66919,66,1744702515,'2017-12-06 17:25:10',''),(65062,1,1,66920,66,1744702515,'2017-12-06 17:25:12',''),(65063,1,1,66921,66,1744702515,'2017-12-06 17:25:14',''),(65064,1,1,66922,66,1744702515,'2017-12-06 17:25:16',''),(65065,1,1,66923,66,1744702515,'2017-12-06 17:25:18',''),(65066,1,1,66924,66,1744702515,'2017-12-06 17:25:20',''),(65067,1,1,66925,1,1744702515,'2017-12-06 17:25:22',''),(65068,1,1,66926,1,1744702515,'2017-12-06 17:25:27',''),(65069,1,1,66927,1,1744702515,'2017-12-06 17:25:28',''),(65070,1,1,66928,1,1744702515,'2017-12-06 17:25:30',''),(65071,1,1,66929,1,1744702515,'2017-12-06 17:25:34',''),(65072,1,1,66930,1,1744702515,'2017-12-06 17:25:36',''),(65073,1,1,66931,1,1744702515,'2017-12-06 17:25:38',''),(65074,1,1,66932,1,1744702515,'2017-12-06 17:25:39',''),(65075,1,1,66933,66,1744702515,'2017-12-06 17:25:41',''),(65076,1,1,66934,66,1744702515,'2017-12-06 17:25:43',''),(65077,1,1,66935,66,1744702515,'2017-12-06 17:25:45',''),(65078,1,1,66936,66,1744702515,'2017-12-06 17:25:47',''),(65079,1,1,66937,66,1744702515,'2017-12-06 17:25:49',''),(65080,1,1,66938,66,1744702515,'2017-12-06 17:25:51',''),(65081,1,1,66939,66,1744702515,'2017-12-06 17:25:53',''),(65082,1,1,66940,66,1744702515,'2017-12-06 17:26:00',''),(65083,1,1,66941,66,1744702515,'2017-12-06 17:26:02',''),(65084,1,1,66942,66,1744702515,'2017-12-06 17:26:04',''),(65085,1,1,66943,66,1744702515,'2017-12-06 17:26:16',''),(65086,1,1,66944,66,1744702515,'2017-12-06 17:26:18',''),(65087,1,1,66945,66,1744702515,'2017-12-06 17:26:20',''),(65088,1,1,66946,66,1744702515,'2017-12-06 17:26:22',''),(65089,1,1,66947,66,1744702515,'2017-12-06 17:26:24',''),(65090,1,1,66948,66,1744702515,'2017-12-06 17:26:26',''),(65091,1,1,66949,1,3024883479,'2017-12-06 19:05:47',''),(65092,1,1,66950,1,585416796,'2017-12-06 19:45:33',''),(65093,1,1,66951,1,585416796,'2017-12-06 19:45:33',''),(65094,1,1,66952,1,585416796,'2017-12-06 19:45:33',''),(65095,1,1,66953,1,585416796,'2017-12-06 19:45:36',''),(65096,1,1,66954,1,644117404,'2017-12-06 20:08:37',''),(65097,1,1,66955,9,642534954,'2017-12-06 20:08:39',''),(65098,1,1,66957,48,2454132710,'2017-12-06 20:08:39',''),(65099,1,1,66956,50,644730250,'2017-12-06 20:08:39',''),(65100,1,1,66958,18,2454134644,'2017-12-06 20:08:39',''),(65101,1,1,66959,3,644223621,'2017-12-06 20:08:39',''),(65102,1,1,66960,1,1082720629,'2017-12-06 20:08:40',''),(65103,1,1,66961,1,2637637415,'2017-12-06 20:20:26',''),(65104,1,1,66962,43,778378338,'2017-12-06 20:58:01','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1627.Efw3Z7CeOTTJ98npAQxAP-av19saQfT-sfwKnx3y8ww.1c07cfcc382fef10983adef2e892c500b78d3add&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(65105,1,1,66963,43,758581286,'2017-12-06 21:13:27','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1627.qdrjSdCaRaBdJ-_NOqUMHmtawZAmUS0PKmMV62Y386k.b2bb7dddb69ebd15515c8913fdb0612b0ed001a5&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(65106,1,1,66964,1,3024883603,'2017-12-06 21:54:10',''),(65107,1,1,66965,56,1123631122,'2017-12-06 22:13:29',''),(65108,1,1,66966,43,3024883590,'2017-12-06 23:12:20',''),(65109,1,1,66967,63,1123631123,'2017-12-06 23:12:26',''),(65110,1,1,66968,75,3475901841,'2017-12-07 00:23:01',''),(65111,1,1,66969,6,1123631123,'2017-12-07 00:43:27',''),(65112,1,1,66970,47,1123631122,'2017-12-07 00:44:49',''),(65113,1,1,66971,43,599352373,'2017-12-07 03:06:56',''),(65114,1,1,66972,43,599352373,'2017-12-07 03:07:05',''),(65115,1,1,66973,1,599352373,'2017-12-07 03:07:08',''),(65116,1,1,66974,43,599352373,'2017-12-07 03:07:09',''),(65117,1,1,66975,1,1123631122,'2017-12-07 04:45:49',''),(65118,1,1,66976,1,1123631121,'2017-12-07 04:51:00',''),(65119,1,1,66978,1,3475901817,'2017-12-07 04:59:56',''),(65120,1,1,66980,1,1123631121,'2017-12-07 06:03:06',''),(65121,1,1,66981,1,1123631122,'2017-12-07 06:31:38',''),(65122,1,1,66982,1,1123631123,'2017-12-07 07:37:32',''),(65123,1,1,66983,1,1123631121,'2017-12-07 07:52:34',''),(65124,1,1,66985,1,1123631122,'2017-12-07 08:40:48',''),(65125,1,1,66986,1,2461654789,'2017-12-07 08:42:40',''),(65126,1,1,66987,1,2953337168,'2017-12-07 08:53:26',''),(65127,1,1,66988,1,1123631122,'2017-12-07 09:37:52',''),(65128,1,1,66991,1,1123631121,'2017-12-07 10:36:12',''),(65129,1,1,66992,1,3164961455,'2017-12-07 11:05:37',''),(65130,1,1,66993,1,1123631121,'2017-12-07 11:16:58',''),(65131,1,1,66995,26,1123631123,'2017-12-07 11:17:57',''),(65132,1,1,66997,26,1123631122,'2017-12-07 11:18:02',''),(65133,1,1,66999,1,1123631121,'2017-12-07 12:46:51',''),(65134,1,1,67000,1,1123631122,'2017-12-07 13:04:03',''),(65135,1,1,67001,1,1123631122,'2017-12-07 14:11:19',''),(65136,1,1,67002,43,778383822,'2017-12-07 14:14:56','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1628.DgNUF1zqMzkR9--EnhSA88vowRDNduCimK5esmDZIOg.4773fd200df46ebd2e9272f81479a823c25d1da0&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(65137,1,1,67003,1,3056768836,'2017-12-07 14:15:02',''),(65138,1,1,67004,66,3056768836,'2017-12-07 14:15:03',''),(65139,1,1,67005,185,3056768836,'2017-12-07 14:15:05',''),(65140,1,1,67006,66,3056768836,'2017-12-07 14:15:06',''),(65141,1,1,67007,66,3056768836,'2017-12-07 14:15:08',''),(65142,1,1,67008,66,3056768836,'2017-12-07 14:15:10',''),(65143,1,1,67009,66,3056768836,'2017-12-07 14:15:12',''),(65144,1,1,67010,66,3056768836,'2017-12-07 14:15:14',''),(65145,1,1,67011,66,3056768836,'2017-12-07 14:15:16',''),(65146,1,1,67012,66,3056768836,'2017-12-07 14:15:18',''),(65147,1,1,67013,66,3056768836,'2017-12-07 14:15:20',''),(65148,1,1,67014,1,3056768836,'2017-12-07 14:15:22',''),(65149,1,1,67015,1,3056768836,'2017-12-07 14:15:23',''),(65150,1,1,67016,1,3056768836,'2017-12-07 14:15:25',''),(65151,1,1,67017,1,3056768836,'2017-12-07 14:15:26',''),(65152,1,1,67018,1,3056768836,'2017-12-07 14:15:28',''),(65153,1,1,67019,1,3056768836,'2017-12-07 14:15:29',''),(65154,1,1,67020,1,3056768836,'2017-12-07 14:15:31',''),(65155,1,1,67021,1,3056768836,'2017-12-07 14:15:32',''),(65156,1,1,67022,66,3056768836,'2017-12-07 14:15:33',''),(65157,1,1,67023,66,3056768836,'2017-12-07 14:15:35',''),(65158,1,1,67024,66,3056768836,'2017-12-07 14:15:37',''),(65159,1,1,67025,66,3056768836,'2017-12-07 14:15:39',''),(65160,1,1,67026,66,3056768836,'2017-12-07 14:15:41',''),(65161,1,1,67027,66,3056768836,'2017-12-07 14:15:43',''),(65162,1,1,67028,66,3056768836,'2017-12-07 14:15:45',''),(65163,1,1,67029,66,3056768836,'2017-12-07 14:15:47',''),(65164,1,1,67030,66,3056768836,'2017-12-07 14:15:49',''),(65165,1,1,67031,66,3056768836,'2017-12-07 14:15:52',''),(65166,1,1,67032,1,1123631121,'2017-12-07 14:20:09',''),(65167,1,1,67033,43,2733842205,'2017-12-07 14:31:08','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1628.ZDxfVZ0k5nScoV7FJuXPttJqUeLx7-dEmCkex7Yf35o.95d9fce14ac121a06c4505523c26774103786177&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(65168,1,1,67034,1,1123631122,'2017-12-07 14:55:02',''),(65169,1,1,67035,1,1123631122,'2017-12-07 15:39:43',''),(65170,1,1,67036,1,1123631121,'2017-12-07 16:20:29',''),(65171,1,1,67037,1,1123631123,'2017-12-07 16:54:52',''),(65172,1,1,67038,1,1123631835,'2017-12-07 18:22:17',''),(65173,1,1,67039,1,1123631833,'2017-12-07 18:29:39',''),(65174,1,1,67041,1,1123631638,'2017-12-07 20:01:24',''),(65175,1,1,67042,1,1123631835,'2017-12-07 20:06:42',''),(65176,1,1,67043,1,2548447013,'2017-12-07 20:07:52',''),(65177,1,1,67044,1,1522955219,'2017-12-07 20:09:50','https://www.google.co.uk/'),(65178,1,1,67045,1,1123631831,'2017-12-07 20:47:00',''),(65179,1,1,67046,1,1330508838,'2017-12-07 21:08:51','https://www.google.co.uk/'),(65180,1,1,67047,1,1041806727,'2017-12-07 21:09:53',''),(65181,1,1,67048,1,2331442451,'2017-12-07 21:10:57',''),(65182,1,1,67049,1,1123631833,'2017-12-07 21:32:35',''),(65183,1,1,67050,1,1760458778,'2017-12-07 21:43:06',''),(65184,1,1,67051,66,1760458778,'2017-12-07 21:43:07',''),(65185,1,1,67052,186,1760458778,'2017-12-07 21:43:08',''),(65186,1,1,67053,66,1760458778,'2017-12-07 21:43:10',''),(65187,1,1,67054,66,1760458778,'2017-12-07 21:43:11',''),(65188,1,1,67055,66,1760458778,'2017-12-07 21:43:13',''),(65189,1,1,67056,66,1760458778,'2017-12-07 21:43:14',''),(65190,1,1,67057,66,1760458778,'2017-12-07 21:43:15',''),(65191,1,1,67058,66,1760458778,'2017-12-07 21:43:17',''),(65192,1,1,67059,66,1760458778,'2017-12-07 21:43:18',''),(65193,1,1,67060,66,1760458778,'2017-12-07 21:43:20',''),(65194,1,1,67061,1,1760458778,'2017-12-07 21:43:21',''),(65195,1,1,67062,1,1760458778,'2017-12-07 21:43:22',''),(65196,1,1,67063,1,1760458778,'2017-12-07 21:43:23',''),(65197,1,1,67064,1,1760458778,'2017-12-07 21:43:24',''),(65198,1,1,67065,1,1760458778,'2017-12-07 21:43:25',''),(65199,1,1,67066,1,1760458778,'2017-12-07 21:43:26',''),(65200,1,1,67067,1,1760458778,'2017-12-07 21:43:27',''),(65201,1,1,67068,1,1760458778,'2017-12-07 21:43:28',''),(65202,1,1,67069,66,1760458778,'2017-12-07 21:43:29',''),(65203,1,1,67070,66,1760458778,'2017-12-07 21:43:30',''),(65204,1,1,67071,66,1760458778,'2017-12-07 21:43:32',''),(65205,1,1,67072,66,1760458778,'2017-12-07 21:43:33',''),(65206,1,1,67073,66,1760458778,'2017-12-07 21:43:35',''),(65207,1,1,67074,66,1760458778,'2017-12-07 21:43:36',''),(65208,1,1,67075,66,1760458778,'2017-12-07 21:43:37',''),(65209,1,1,67076,66,1760458778,'2017-12-07 21:43:39',''),(65210,1,1,67077,66,1760458778,'2017-12-07 21:43:40',''),(65211,1,1,67078,66,1760458778,'2017-12-07 21:43:42',''),(65212,1,1,67079,1,1123631833,'2017-12-07 22:03:52',''),(65213,1,1,67080,1,1123631833,'2017-12-07 22:39:55',''),(65214,1,1,67081,1,1123631637,'2017-12-07 23:18:38',''),(65215,1,1,67082,1,1123631833,'2017-12-07 23:49:23',''),(65216,1,1,67083,43,2319759220,'2017-12-08 00:08:11','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1628.LuY6Pw9RXsVh4q1HVbmrhdLjFjwZxqclpjBIcFyXu7E.2b2396f671ad32e8262385ed7d93fd5a3d2887fd&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(65217,1,1,67084,43,872306228,'2017-12-08 00:26:08','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1628.TBISVhDxp9SHnMf_ap8WQHfURXCRc7va25CRt1bZW5g.b74b0fbf8a52ec1d154e9867761ad0b0c63d3c10&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(65218,1,1,67085,43,2548831235,'2017-12-08 00:27:50','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1628.A70ESUZp23y8Fkkxuf_Bdi8dSErKC8FwjQKAkrrqnO4.e1552c311ecc43c43f5875271d002c1e8fa281ea&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(65219,1,1,67086,1,1123631835,'2017-12-08 00:28:37',''),(65220,1,1,67087,43,2733841627,'2017-12-08 00:31:21','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1628.kJ17Om4uoD3v0BtiK6XxXQF-fj2vwoQ0EXps3zLw1hs.fac5964d3247445ad04fe3c547196ba7958db4bd&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(65221,1,1,67088,43,2160585339,'2017-12-08 00:43:39','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1628.pS4TSwpqkNe9ijkvsCvQSBgXk8oTPc-zB_ZpI_ulenY.22813e80c3464825c190cddead28ca03d93e59d0&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(65222,1,1,67089,1,1123631835,'2017-12-08 01:25:53',''),(65223,1,1,67090,1,1123631639,'2017-12-08 02:00:52',''),(65224,1,1,67091,1,691859094,'2017-12-08 02:04:49',''),(65225,1,1,67092,6,691859094,'2017-12-08 02:04:58',''),(65226,1,1,67093,6,691859094,'2017-12-08 02:05:00',''),(65227,1,1,67094,1,1123631835,'2017-12-08 02:17:50',''),(65228,1,1,67095,1,1123631831,'2017-12-08 02:52:49',''),(65229,1,1,67096,1,1123631835,'2017-12-08 03:06:05',''),(65230,1,1,67097,1,1123631833,'2017-12-08 04:22:58',''),(65231,1,1,67098,1,1123631831,'2017-12-08 04:26:40',''),(65232,1,1,67100,15,2637637582,'2017-12-08 05:06:23',''),(65233,1,1,67101,1,2637637582,'2017-12-08 05:06:24',''),(65234,1,1,67102,43,3475901817,'2017-12-08 05:06:26',''),(65235,1,1,67103,16,3475901817,'2017-12-08 05:06:28',''),(65236,1,1,67104,56,3475901817,'2017-12-08 05:06:28',''),(65237,1,1,67105,1,1123631835,'2017-12-08 05:55:45',''),(65238,1,1,67107,1,1123631833,'2017-12-08 07:25:21',''),(65239,1,1,67108,1,1123631831,'2017-12-08 07:39:08',''),(65240,1,1,67109,1,3024883478,'2017-12-08 07:45:55',''),(65241,1,1,67111,1,1123631831,'2017-12-08 09:55:23',''),(65242,1,1,67112,1,1123631835,'2017-12-08 09:59:38',''),(65243,1,1,67113,6,3513381521,'2017-12-08 10:16:30',''),(65244,1,1,67114,1,1434488358,'2017-12-08 10:16:39',''),(65245,1,1,67115,66,1434488358,'2017-12-08 10:16:39',''),(65246,1,1,67116,187,1434488358,'2017-12-08 10:16:40',''),(65247,1,1,67117,66,1434488358,'2017-12-08 10:16:41',''),(65248,1,1,67118,66,1434488358,'2017-12-08 10:16:42',''),(65249,1,1,67119,66,1434488358,'2017-12-08 10:16:42',''),(65250,1,1,67120,66,1434488358,'2017-12-08 10:16:43',''),(65251,1,1,67121,66,1434488358,'2017-12-08 10:16:44',''),(65252,1,1,67122,66,1434488358,'2017-12-08 10:16:45',''),(65253,1,1,67123,66,1434488358,'2017-12-08 10:16:46',''),(65254,1,1,67124,66,1434488358,'2017-12-08 10:16:47',''),(65255,1,1,67125,1,1434488358,'2017-12-08 10:16:48',''),(65256,1,1,67126,1,1434488358,'2017-12-08 10:16:48',''),(65257,1,1,67127,1,1434488358,'2017-12-08 10:16:49',''),(65258,1,1,67128,1,1434488358,'2017-12-08 10:16:49',''),(65259,1,1,67129,1,1434488358,'2017-12-08 10:16:50',''),(65260,1,1,67130,1,1434488358,'2017-12-08 10:16:51',''),(65261,1,1,67131,1,1434488358,'2017-12-08 10:16:51',''),(65262,1,1,67132,1,1434488358,'2017-12-08 10:16:52',''),(65263,1,1,67133,66,1434488358,'2017-12-08 10:16:52',''),(65264,1,1,67134,66,1434488358,'2017-12-08 10:16:53',''),(65265,1,1,67135,66,1434488358,'2017-12-08 10:16:54',''),(65266,1,1,67136,66,1434488358,'2017-12-08 10:16:55',''),(65267,1,1,67137,66,1434488358,'2017-12-08 10:16:56',''),(65268,1,1,67138,66,1434488358,'2017-12-08 10:16:57',''),(65269,1,1,67139,66,1434488358,'2017-12-08 10:16:57',''),(65270,1,1,67140,66,1434488358,'2017-12-08 10:16:58',''),(65271,1,1,67141,66,1434488358,'2017-12-08 10:16:59',''),(65272,1,1,67142,66,1434488358,'2017-12-08 10:17:00',''),(65273,1,1,67143,66,1434488358,'2017-12-08 10:17:03',''),(65274,1,1,67144,66,1434488358,'2017-12-08 10:17:03',''),(65275,1,1,67145,66,1434488358,'2017-12-08 10:17:04',''),(65276,1,1,67146,66,1434488358,'2017-12-08 10:17:05',''),(65277,1,1,67147,66,1434488358,'2017-12-08 10:17:06',''),(65278,1,1,67148,66,1434488358,'2017-12-08 10:17:07',''),(65279,1,1,67150,1,3164961448,'2017-12-08 10:52:14',''),(65280,1,1,67151,1,1123631833,'2017-12-08 11:27:06',''),(65281,1,1,67152,1,292463881,'2017-12-08 11:27:23',''),(65282,1,1,67153,1,1123631835,'2017-12-08 11:28:10',''),(65283,1,1,67154,1,1123631833,'2017-12-08 13:49:12',''),(65284,1,1,67157,43,2335942536,'2017-12-08 15:03:55','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1629.JFCCFOp51BEMfpUnpkl8TEGj1GyUYge_VLJ7pHsVebI.47610daf535b2fe5768512606939a256dab6a0bb&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(65285,1,1,67158,1,1218952886,'2017-12-08 17:53:32',''),(65286,1,1,67159,66,1218952886,'2017-12-08 17:53:33',''),(65287,1,1,67160,188,1218952886,'2017-12-08 17:53:34',''),(65288,1,1,67161,66,1218952886,'2017-12-08 17:53:35',''),(65289,1,1,67162,66,1218952886,'2017-12-08 17:53:37',''),(65290,1,1,67163,66,1218952886,'2017-12-08 17:53:38',''),(65291,1,1,67164,66,1218952886,'2017-12-08 17:53:40',''),(65292,1,1,67165,66,1218952886,'2017-12-08 17:53:41',''),(65293,1,1,67166,66,1218952886,'2017-12-08 17:53:43',''),(65294,1,1,67167,66,1218952886,'2017-12-08 17:53:44',''),(65295,1,1,67168,66,1218952886,'2017-12-08 17:53:45',''),(65296,1,1,67169,1,1218952886,'2017-12-08 17:53:47',''),(65297,1,1,67170,1,1218952886,'2017-12-08 17:53:48',''),(65298,1,1,67171,1,1218952886,'2017-12-08 17:53:49',''),(65299,1,1,67172,1,1218952886,'2017-12-08 17:53:50',''),(65300,1,1,67173,1,1218952886,'2017-12-08 17:53:51',''),(65301,1,1,67174,1,1218952886,'2017-12-08 17:53:52',''),(65302,1,1,67175,1,1218952886,'2017-12-08 17:53:53',''),(65303,1,1,67176,1,1218952886,'2017-12-08 17:53:54',''),(65304,1,1,67177,66,1218952886,'2017-12-08 17:53:55',''),(65305,1,1,67178,66,1218952886,'2017-12-08 17:53:56',''),(65306,1,1,67179,66,1218952886,'2017-12-08 17:53:58',''),(65307,1,1,67180,66,1218952886,'2017-12-08 17:53:59',''),(65308,1,1,67181,66,1218952886,'2017-12-08 17:54:01',''),(65309,1,1,67182,66,1218952886,'2017-12-08 17:54:02',''),(65310,1,1,67183,66,1218952886,'2017-12-08 17:54:03',''),(65311,1,1,67184,66,1218952886,'2017-12-08 17:54:05',''),(65312,1,1,67185,66,1218952886,'2017-12-08 17:54:06',''),(65313,1,1,67186,66,1218952886,'2017-12-08 17:54:07',''),(65314,1,1,67187,6,2954838202,'2017-12-08 19:13:15',''),(65315,1,1,67188,75,2538609526,'2017-12-08 19:17:33',''),(65316,1,1,67189,1,1454353700,'2017-12-08 19:34:21',''),(65317,1,1,67190,1,221832513,'2017-12-08 19:55:34',''),(65318,1,1,67191,1,1091807108,'2017-12-08 20:42:09','http://burger-imperia.com/'),(65319,1,1,67192,1,1091807108,'2017-12-08 20:42:10','http://pizza-tycoon.com/'),(65320,1,1,67193,1,3118228768,'2017-12-09 00:19:39','http://pizza-tycoon.com/'),(65321,1,1,67194,43,2637637493,'2017-12-09 01:51:11',''),(65322,1,1,67195,43,758581854,'2017-12-09 02:36:56','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1629.ftV4iDjyWVrXsct9HOn083p8PzV4gkzBtmhkBNytCRM.2e226d1f53c1594271eb7d4a3a470a165bc87d2f&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(65323,1,1,67196,43,778382907,'2017-12-09 02:58:30','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1629.QwFLel4IbykesSuKLXQFpiQ8XirvHL8we8A0X1fTPxE.2685770565ca22ff579feb2d1d83732de436b624&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(65324,1,1,67197,1,1123634979,'2017-12-09 03:11:21',''),(65325,1,1,67198,1,1123634983,'2017-12-09 03:12:08',''),(65326,1,1,67200,43,2160585335,'2017-12-09 03:19:12','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1629.MnX7lJbp7n1ixS6GaMADesuTSp4I__5Cs-oID-Fxrk8.7a17f49356cd04703cdb436cd8d0b0424bec82f0&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(65327,1,1,67201,1,1123634983,'2017-12-09 04:23:59',''),(65328,1,1,67202,1,1123634979,'2017-12-09 04:29:59',''),(65329,1,1,67203,1,1123634979,'2017-12-09 05:53:55',''),(65330,1,1,67206,1,1123634979,'2017-12-09 07:22:59',''),(65331,1,1,67208,1,3164961463,'2017-12-09 10:44:18',''),(65332,1,1,67209,1,1806987018,'2017-12-09 11:08:48',''),(65333,1,1,67210,66,1806987018,'2017-12-09 11:08:49',''),(65334,1,1,67211,189,1806987018,'2017-12-09 11:08:50',''),(65335,1,1,67212,66,1806987018,'2017-12-09 11:08:51',''),(65336,1,1,67213,66,1806987018,'2017-12-09 11:08:52',''),(65337,1,1,67214,66,1806987018,'2017-12-09 11:08:53',''),(65338,1,1,67215,66,1806987018,'2017-12-09 11:08:54',''),(65339,1,1,67216,66,1806987018,'2017-12-09 11:08:55',''),(65340,1,1,67217,66,1806987018,'2017-12-09 11:08:56',''),(65341,1,1,67218,66,1806987018,'2017-12-09 11:08:57',''),(65342,1,1,67219,66,1806987018,'2017-12-09 11:08:58',''),(65343,1,1,67220,1,1806987018,'2017-12-09 11:08:59',''),(65344,1,1,67221,1,1806987018,'2017-12-09 11:09:00',''),(65345,1,1,67222,1,1806987018,'2017-12-09 11:09:01',''),(65346,1,1,67223,1,1806987018,'2017-12-09 11:09:01',''),(65347,1,1,67224,1,1806987018,'2017-12-09 11:09:02',''),(65348,1,1,67225,1,1806987018,'2017-12-09 11:09:03',''),(65349,1,1,67226,1,1806987018,'2017-12-09 11:09:04',''),(65350,1,1,67227,1,1806987018,'2017-12-09 11:09:04',''),(65351,1,1,67228,66,1806987018,'2017-12-09 11:09:05',''),(65352,1,1,67229,66,1806987018,'2017-12-09 11:09:06',''),(65353,1,1,67230,66,1806987018,'2017-12-09 11:09:07',''),(65354,1,1,67231,66,1806987018,'2017-12-09 11:09:08',''),(65355,1,1,67232,66,1806987018,'2017-12-09 11:09:09',''),(65356,1,1,67233,66,1806987018,'2017-12-09 11:09:11',''),(65357,1,1,67234,66,1806987018,'2017-12-09 11:09:12',''),(65358,1,1,67235,66,1806987018,'2017-12-09 11:09:13',''),(65359,1,1,67236,66,1806987018,'2017-12-09 11:09:14',''),(65360,1,1,67237,66,1806987018,'2017-12-09 11:09:15',''),(65361,1,1,67238,48,2637637438,'2017-12-09 11:11:56',''),(65362,1,1,67239,1,585274470,'2017-12-09 11:26:59',''),(65363,1,1,67240,1,1123634983,'2017-12-09 11:31:52',''),(65364,1,1,67241,1,3496893774,'2017-12-09 12:12:29',''),(65365,1,1,67242,43,2319759223,'2017-12-09 13:14:29','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1630.GJpDgRKp7x7UaoiTFwy8cybocM_YpzGQgRRRxqXYaTI.0c4273eb4ef8caa5125946f451509862d555a382&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(65366,1,1,67243,43,876265681,'2017-12-09 13:18:44','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1630.hdKkNhb6YQ-H8ASjwv1bh-VWwCx0b_botYQo90sZDu8.1a82aabcd6bd165985f82d6579ff46f76b2103f2&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(65367,1,1,67244,1,1535572203,'2017-12-09 16:39:58',''),(65368,1,1,67245,66,1535572203,'2017-12-09 16:39:58',''),(65369,1,1,67246,190,1535572203,'2017-12-09 16:39:59',''),(65370,1,1,67247,66,1535572203,'2017-12-09 16:39:59',''),(65371,1,1,67248,66,1535572203,'2017-12-09 16:40:00',''),(65372,1,1,67249,66,1535572203,'2017-12-09 16:40:01',''),(65373,1,1,67250,66,1535572203,'2017-12-09 16:40:01',''),(65374,1,1,67251,66,1535572203,'2017-12-09 16:40:02',''),(65375,1,1,67252,66,1535572203,'2017-12-09 16:40:03',''),(65376,1,1,67253,66,1535572203,'2017-12-09 16:40:04',''),(65377,1,1,67254,66,1535572203,'2017-12-09 16:40:04',''),(65378,1,1,67255,1,1535572203,'2017-12-09 16:40:05',''),(65379,1,1,67256,1,1535572203,'2017-12-09 16:40:06',''),(65380,1,1,67257,1,1535572203,'2017-12-09 16:40:07',''),(65381,1,1,67258,1,1535572203,'2017-12-09 16:40:08',''),(65382,1,1,67259,1,1535572203,'2017-12-09 16:40:08',''),(65383,1,1,67260,1,1535572203,'2017-12-09 16:40:09',''),(65384,1,1,67261,1,1535572203,'2017-12-09 16:40:09',''),(65385,1,1,67262,1,1535572203,'2017-12-09 16:40:10',''),(65386,1,1,67263,66,1535572203,'2017-12-09 16:40:10',''),(65387,1,1,67264,66,1535572203,'2017-12-09 16:40:11',''),(65388,1,1,67265,66,1535572203,'2017-12-09 16:40:11',''),(65389,1,1,67266,66,1535572203,'2017-12-09 16:40:12',''),(65390,1,1,67267,66,1535572203,'2017-12-09 16:40:13',''),(65391,1,1,67268,66,1535572203,'2017-12-09 16:40:14',''),(65392,1,1,67269,66,1535572203,'2017-12-09 16:40:14',''),(65393,1,1,67270,66,1535572203,'2017-12-09 16:40:15',''),(65394,1,1,67271,66,1535572203,'2017-12-09 16:40:16',''),(65395,1,1,67272,66,1535572203,'2017-12-09 16:40:17',''),(65396,1,1,67273,66,1535572203,'2017-12-09 16:40:18',''),(65397,1,1,67274,66,1535572203,'2017-12-09 16:40:19',''),(65398,1,1,67275,66,1535572203,'2017-12-09 16:40:20',''),(65399,1,1,67276,66,1535572203,'2017-12-09 16:40:21',''),(65400,1,1,67277,66,1535572203,'2017-12-09 16:40:21',''),(65401,1,1,67278,66,1535572203,'2017-12-09 16:40:22',''),(65402,1,1,67279,1,3479603870,'2017-12-09 17:35:58',''),(65403,1,1,67280,1,3479603870,'2017-12-09 17:37:42',''),(65404,1,1,67281,6,1805171932,'2017-12-09 18:22:50',''),(65405,1,1,67282,16,1476059246,'2017-12-09 19:14:45',''),(65406,1,1,67283,1,1426770581,'2017-12-09 19:53:53',''),(65407,1,1,67284,1,84491906,'2017-12-09 20:07:11',''),(65408,1,1,67285,1,84491906,'2017-12-09 20:07:13',''),(65409,1,1,67286,1,84491906,'2017-12-09 20:07:15',''),(65410,1,1,67287,1,84491906,'2017-12-09 20:07:17',''),(65411,1,1,67288,1,84491906,'2017-12-09 20:07:19',''),(65412,1,1,67289,1,84491906,'2017-12-09 20:07:21',''),(65413,1,1,67290,1,84491906,'2017-12-09 20:07:23',''),(65414,1,1,67291,1,84491906,'2017-12-09 20:07:25',''),(65415,1,1,67292,1,3495879802,'2017-12-09 20:49:23',''),(65416,1,1,66290,1,35527466,'2017-12-09 22:38:30',''),(65417,1,1,67293,65,1123635639,'2017-12-09 23:15:13','http://www.google.com/search'),(65418,1,1,67294,14,3024883602,'2017-12-10 02:29:02',''),(65419,1,1,67295,1,3585553302,'2017-12-10 05:15:11',''),(65420,1,1,67296,1,1541224833,'2017-12-10 06:35:09','http://pizza-tycoon.com/'),(65421,1,1,67297,1,2919159874,'2017-12-10 07:55:53','http://burger-imperia.com/'),(65422,1,1,67298,1,2159086332,'2017-12-10 08:00:09',''),(65423,1,1,67299,6,1123631123,'2017-12-10 08:36:53',''),(65424,1,1,67300,1,3116200101,'2017-12-10 09:48:31',''),(65425,1,1,67301,1,3116200101,'2017-12-10 09:48:31',''),(65426,1,1,67302,1,1123631123,'2017-12-10 10:24:55',''),(65427,1,1,67303,1,3164961460,'2017-12-10 10:54:23',''),(65428,1,1,67304,1,856235728,'2017-12-10 11:17:24','https://www.google.co.uk/'),(65429,1,1,67305,1,1123631122,'2017-12-10 12:17:16',''),(65430,1,1,67306,1,2919159874,'2017-12-10 12:51:39','http://pizza-tycoon.com/'),(65431,1,1,67307,51,3652617238,'2017-12-10 13:25:30',''),(65432,1,1,67308,1,3638222350,'2017-12-10 13:46:19','http://burger-imperia.com/'),(65433,1,1,67309,1,1603739642,'2017-12-10 14:02:54','https://www.google.co.uk/'),(65434,1,1,67310,1,1123631121,'2017-12-10 14:11:40',''),(65435,1,1,67311,56,676177820,'2017-12-10 15:00:55',''),(65436,1,1,67312,54,872366422,'2017-12-10 15:26:41',''),(65437,1,1,67313,56,676177820,'2017-12-10 17:03:19',''),(65438,1,1,67314,1,221832513,'2017-12-10 17:06:33',''),(65439,1,1,66290,1,526990098,'2017-12-10 18:10:28',''),(65440,1,1,67315,1,1384439005,'2017-12-10 19:15:44','http://www.google.co.uk/'),(65441,1,1,67316,45,1526677910,'2017-12-10 20:26:54','https://www.google.co.uk/'),(65442,1,1,67317,1,1554616840,'2017-12-10 20:30:33',''),(65443,1,1,67318,1,1554616840,'2017-12-10 20:30:35',''),(65444,1,1,67319,1,1554616840,'2017-12-10 20:30:37',''),(65445,1,1,67320,1,1554616840,'2017-12-10 20:30:39',''),(65446,1,1,67321,1,1554616840,'2017-12-10 20:30:41',''),(65447,1,1,67322,1,1554616840,'2017-12-10 20:30:43',''),(65448,1,1,67323,1,1554616840,'2017-12-10 20:30:45',''),(65449,1,1,67324,1,1554616840,'2017-12-10 20:30:47',''),(65450,1,1,67325,1,757638276,'2017-12-11 00:06:04',''),(65451,1,1,67326,43,757638276,'2017-12-11 00:06:40',''),(65452,1,1,67327,1,3169967700,'2017-12-11 00:13:02',''),(65453,1,1,67328,43,3169967700,'2017-12-11 00:13:26',''),(65454,1,1,67329,47,2637637548,'2017-12-11 00:19:01',''),(65455,1,1,67330,1,917996159,'2017-12-11 01:34:01',''),(65456,1,1,67331,1,2990417488,'2017-12-11 03:44:57',''),(65457,1,1,67332,1,2990417488,'2017-12-11 03:44:58',''),(65458,1,1,67333,18,2990417488,'2017-12-11 03:44:58',''),(65459,1,1,67334,3,2990417488,'2017-12-11 03:44:59',''),(65460,1,1,67335,6,2990417488,'2017-12-11 03:45:00',''),(65461,1,1,67336,9,2990417488,'2017-12-11 03:45:00',''),(65462,1,1,67337,26,3639886579,'2017-12-11 04:42:53',''),(65463,1,1,67338,16,872366362,'2017-12-11 06:39:35',''),(65464,1,1,67339,6,676177715,'2017-12-11 07:36:44',''),(65465,1,1,67340,43,3226590678,'2017-12-11 09:07:54','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1632.1UYumjTpO9lG27ZFaCUVujDyM1RM6PcLuRZVQ8fBZiw.2ee380909485e5593fdeae91c487a16ecf6f6a07&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(65466,1,1,67341,43,778379656,'2017-12-11 09:13:36','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1632.VpvvN4PniQrBQIAZ7VfnkJSEPBoI4QbJeqCPn7eCCjQ.20633b3b82d818573852bb454074e2130a0147b7&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(65467,1,1,67342,43,2637637522,'2017-12-11 10:24:00',''),(65468,1,1,67343,59,2637637522,'2017-12-11 10:24:01',''),(65469,1,1,67344,16,2637637522,'2017-12-11 10:24:02',''),(65470,1,1,67345,43,2637637522,'2017-12-11 10:24:03',''),(65471,1,1,67346,1,676177666,'2017-12-11 10:30:59',''),(65472,1,1,67347,73,676177673,'2017-12-11 10:45:31',''),(65473,1,1,67348,15,676177666,'2017-12-11 10:50:59',''),(65474,1,1,67349,1,3164961443,'2017-12-11 11:02:33',''),(65475,1,1,67350,47,3702877363,'2017-12-11 11:52:52',''),(65476,1,1,67351,1,1443145274,'2017-12-11 12:39:48','https://www.google.co.uk/'),(65477,1,1,67352,38,872366411,'2017-12-11 14:17:45',''),(65478,1,1,67353,1,1838980144,'2017-12-11 14:46:32','https://www.google.co.uk/'),(65479,1,1,67354,1,2953384145,'2017-12-11 15:13:49',''),(65480,1,1,67355,1,3116200101,'2017-12-11 15:18:53',''),(65481,1,1,67356,1,3116200101,'2017-12-11 15:18:54',''),(65482,1,1,67357,1,3164961458,'2017-12-12 10:45:24',''),(65483,1,1,67358,1,1159648002,'2017-12-12 11:37:58',''),(65484,1,1,67359,1,1123631123,'2017-12-12 13:47:26',''),(65485,1,1,67360,1,1581880450,'2017-12-12 13:55:02',''),(65486,1,1,67361,1,1581880450,'2017-12-12 13:55:05',''),(65487,1,1,67362,43,3475901757,'2017-12-12 15:15:58',''),(65488,1,1,67363,1,221832513,'2017-12-12 20:18:28',''),(65489,1,1,67364,1,1123631123,'2017-12-12 20:29:47',''),(65490,1,1,67365,15,3639886579,'2017-12-12 21:19:21',''),(65491,1,1,67366,70,2760155419,'2017-12-12 22:20:07',''),(65492,1,1,67367,28,1307192999,'2017-12-13 00:54:35',''),(65493,1,1,67368,28,1307192999,'2017-12-13 00:54:41',''),(65494,1,1,67369,1,1307192999,'2017-12-13 00:54:44',''),(65495,1,1,67370,28,1307192999,'2017-12-13 00:54:46',''),(65496,1,1,67371,43,778379656,'2017-12-13 07:17:07','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1633.RyBJXjNPMEiUshsr0lIc6zOJmPoJkmSLteTDT6lahV4.01c2082b34556c80df1d9cfc39ea4da1164797ac&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(65497,1,1,67372,1,3164961460,'2017-12-13 10:16:34',''),(65498,1,1,67373,1,1241920951,'2017-12-13 10:24:49',''),(65499,1,1,67374,15,1241920951,'2017-12-13 10:24:50',''),(65500,1,1,67375,191,1241920951,'2017-12-13 10:24:52',''),(65501,1,1,67376,15,1241920951,'2017-12-13 10:24:53',''),(65502,1,1,67377,15,1241920951,'2017-12-13 10:24:54',''),(65503,1,1,67378,15,1241920951,'2017-12-13 10:24:56',''),(65504,1,1,67379,1,1123632601,'2017-12-13 10:24:56',''),(65505,1,1,67380,15,1241920951,'2017-12-13 10:24:57',''),(65506,1,1,67381,15,1241920951,'2017-12-13 10:24:58',''),(65507,1,1,67382,15,1241920951,'2017-12-13 10:25:00',''),(65508,1,1,67383,15,1241920951,'2017-12-13 10:25:01',''),(65509,1,1,67384,15,1241920951,'2017-12-13 10:25:03',''),(65510,1,1,67385,1,1241920951,'2017-12-13 10:25:04',''),(65511,1,1,67386,1,1241920951,'2017-12-13 10:25:05',''),(65512,1,1,67387,1,1241920951,'2017-12-13 10:25:06',''),(65513,1,1,67388,1,1241920951,'2017-12-13 10:25:07',''),(65514,1,1,67389,1,1241920951,'2017-12-13 10:25:08',''),(65515,1,1,67390,1,1241920951,'2017-12-13 10:25:09',''),(65516,1,1,67391,1,1241920951,'2017-12-13 10:25:10',''),(65517,1,1,67392,1,1241920951,'2017-12-13 10:25:11',''),(65518,1,1,67393,15,1241920951,'2017-12-13 10:25:12',''),(65519,1,1,67394,15,1241920951,'2017-12-13 10:25:14',''),(65520,1,1,67395,15,1241920951,'2017-12-13 10:25:15',''),(65521,1,1,67396,15,1241920951,'2017-12-13 10:25:17',''),(65522,1,1,67397,15,1241920951,'2017-12-13 10:25:18',''),(65523,1,1,67398,15,1241920951,'2017-12-13 10:25:19',''),(65524,1,1,67399,15,1241920951,'2017-12-13 10:25:21',''),(65525,1,1,67400,15,1241920951,'2017-12-13 10:25:22',''),(65526,1,1,67401,15,1241920951,'2017-12-13 10:25:24',''),(65527,1,1,67402,15,1241920951,'2017-12-13 10:25:25',''),(65528,1,1,67403,15,1241920951,'2017-12-13 10:25:29',''),(65529,1,1,67404,15,1241920951,'2017-12-13 10:25:31',''),(65530,1,1,67405,15,1241920951,'2017-12-13 10:25:32',''),(65531,1,1,67406,15,1241920951,'2017-12-13 10:25:34',''),(65532,1,1,67407,15,1241920951,'2017-12-13 10:25:35',''),(65533,1,1,67408,15,1241920951,'2017-12-13 10:25:37',''),(65534,1,1,67409,62,1476059246,'2017-12-13 10:46:18',''),(65535,1,1,67410,50,3652617406,'2017-12-13 11:39:44',''),(65536,1,1,67411,43,872366360,'2017-12-13 13:41:12',''),(65537,1,1,67412,1,35527606,'2017-12-13 17:22:09','https://www.google.co.uk/'),(65538,1,1,67413,1,1123632601,'2017-12-13 22:02:41',''),(65539,1,1,67414,1,1123632599,'2017-12-13 23:36:58',''),(65540,1,1,67415,1,1123632601,'2017-12-14 00:25:12',''),(65541,1,1,67416,1,1123632603,'2017-12-14 00:26:41',''),(65542,1,1,67418,1,1426770581,'2017-12-14 02:49:15',''),(65543,1,1,67419,43,2637637600,'2017-12-14 03:10:17',''),(65544,1,1,67420,43,2637637600,'2017-12-14 03:10:17',''),(65545,1,1,67421,16,2637637600,'2017-12-14 03:10:18',''),(65546,1,1,67422,59,2637637600,'2017-12-14 03:10:18',''),(65547,1,1,67424,43,3475901713,'2017-12-14 03:10:22',''),(65548,1,1,67423,16,3475901713,'2017-12-14 03:10:22',''),(65549,1,1,67425,1,1152706233,'2017-12-14 03:39:08',''),(65550,1,1,67426,1,3251171814,'2017-12-14 03:41:25',''),(65551,1,1,67427,1,3251171814,'2017-12-14 03:41:27',''),(65552,1,1,67428,1,3251171814,'2017-12-14 03:41:29',''),(65553,1,1,67429,1,3251171814,'2017-12-14 03:41:32',''),(65554,1,1,67430,1,3251171814,'2017-12-14 03:41:34',''),(65555,1,1,67431,1,3251171814,'2017-12-14 03:41:36',''),(65556,1,1,67432,1,3251171814,'2017-12-14 03:41:38',''),(65557,1,1,67433,1,3251171814,'2017-12-14 03:41:40',''),(65558,1,1,67434,14,3024883610,'2017-12-14 03:49:53',''),(65559,1,1,67435,62,599893831,'2017-12-14 04:30:59',''),(65560,1,1,67436,62,599893831,'2017-12-14 04:31:01',''),(65561,1,1,67437,1,599893831,'2017-12-14 04:31:03',''),(65562,1,1,67438,62,599893831,'2017-12-14 04:31:05',''),(65563,1,1,67439,26,2655387239,'2017-12-14 05:48:54',''),(65564,1,1,67440,74,2655387239,'2017-12-14 05:48:58',''),(65565,1,1,67441,73,2655387239,'2017-12-14 05:49:02',''),(65566,1,1,67442,72,2655387239,'2017-12-14 05:49:05',''),(65567,1,1,67443,70,2655387239,'2017-12-14 05:49:08',''),(65568,1,1,67444,43,2991563735,'2017-12-14 07:15:43','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1634.rccaYMC09T1VuQmjql4DBGVLBD48_GlpTGwhw2WPSwo.ceee78cd2acda238459bc8f99bc971b5a13e2e56&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(65569,1,1,67445,1,3164961452,'2017-12-14 10:22:36',''),(65570,1,1,67446,1,1380257799,'2017-12-14 10:27:29','https://www.google.co.uk/'),(65571,1,1,67447,65,1123632599,'2017-12-14 10:34:00',''),(65572,1,1,67448,68,3652617408,'2017-12-14 12:37:44',''),(65573,1,1,67449,72,2760155455,'2017-12-14 13:06:55',''),(65574,1,1,67450,43,676177718,'2017-12-14 15:20:15',''),(65575,1,1,67451,1,1544097012,'2017-12-14 16:28:08','https://www.google.co.uk/'),(65576,1,1,67452,1,1041806727,'2017-12-14 16:28:42',''),(65577,1,1,67453,68,1571853897,'2017-12-14 17:36:53','https://www.google.es/'),(65578,1,1,67454,1,221832513,'2017-12-14 19:21:21',''),(65579,1,1,67455,63,3639886579,'2017-12-14 20:33:19',''),(65580,1,1,67456,1,2653857548,'2017-12-14 22:53:41',''),(65581,1,1,67457,1,2809319708,'2017-12-15 02:08:35',''),(65582,1,1,67458,1,2809319708,'2017-12-15 02:08:38',''),(65583,1,1,67459,26,2809319708,'2017-12-15 02:08:40',''),(65584,1,1,67460,26,2809319708,'2017-12-15 02:08:41',''),(65585,1,1,67461,26,2809319708,'2017-12-15 02:08:42',''),(65586,1,1,67462,26,2809319708,'2017-12-15 02:08:43',''),(65587,1,1,67463,26,2809319708,'2017-12-15 02:08:44',''),(65588,1,1,67464,26,2809319708,'2017-12-15 02:08:45',''),(65589,1,1,67465,26,2809319708,'2017-12-15 02:08:46',''),(65590,1,1,67466,26,2809319708,'2017-12-15 02:08:47',''),(65591,1,1,67467,26,2809319708,'2017-12-15 02:08:48',''),(65592,1,1,67468,26,2809319708,'2017-12-15 02:08:49',''),(65593,1,1,67469,18,2809319708,'2017-12-15 02:08:50',''),(65594,1,1,67470,6,2809319708,'2017-12-15 02:08:52',''),(65595,1,1,67471,43,2809319708,'2017-12-15 02:08:53',''),(65596,1,1,67472,26,2809319708,'2017-12-15 02:08:54',''),(65597,1,1,67473,1,2809319708,'2017-12-15 02:08:55',''),(65598,1,1,67474,6,2954838202,'2017-12-15 02:27:49',''),(65599,1,1,67475,1,917996159,'2017-12-15 03:12:51',''),(65600,1,1,67476,1,1123631831,'2017-12-15 06:19:10',''),(65601,1,1,67477,58,3231158610,'2017-12-15 06:36:47',''),(65602,1,1,67478,1,3231527081,'2017-12-15 07:24:58',''),(65603,1,1,67479,26,3639886579,'2017-12-15 08:44:44',''),(65604,1,1,67480,1,2953337168,'2017-12-15 09:18:06',''),(65605,1,1,67481,1,3164961443,'2017-12-15 10:02:24',''),(65606,1,1,67482,26,3639886579,'2017-12-15 10:15:10',''),(65607,1,1,67483,55,3572308156,'2017-12-15 12:12:03',''),(65608,1,1,67484,55,3572308156,'2017-12-15 12:12:04',''),(65609,1,1,67485,1,3572308156,'2017-12-15 12:12:05',''),(65610,1,1,67486,55,3572308156,'2017-12-15 12:12:06',''),(65611,1,1,67487,1,2916413346,'2017-12-15 12:12:50',''),(65612,1,1,67488,1,1330508127,'2017-12-15 15:00:24','https://www.google.co.uk/'),(65613,1,1,67489,75,3639886579,'2017-12-15 15:17:01',''),(65614,1,1,67490,1,1123631122,'2017-12-15 20:29:50',''),(65615,1,1,67491,1,1384439861,'2017-12-15 21:09:23','https://www.google.co.uk/'),(65616,1,1,67492,1,1123631121,'2017-12-15 21:50:43',''),(65617,1,1,67493,26,3639886579,'2017-12-16 00:09:00',''),(65618,1,1,67494,44,3639886579,'2017-12-16 00:09:15',''),(65619,1,1,67495,26,3639886579,'2017-12-16 01:41:31',''),(65620,1,1,67496,1,676695033,'2017-12-16 02:23:50',''),(65621,1,1,67497,50,1476059246,'2017-12-16 05:20:07',''),(65622,1,1,67498,26,3639886579,'2017-12-16 06:24:08',''),(65623,1,1,67499,43,86888207,'2017-12-16 07:27:21',''),(65624,1,1,67500,6,1123631127,'2017-12-16 09:29:46',''),(65625,1,1,67501,26,2637637422,'2017-12-16 09:58:41',''),(65626,1,1,67502,1,3164961452,'2017-12-16 10:11:54',''),(65627,1,1,67503,27,1476059246,'2017-12-16 11:05:36',''),(65628,1,1,67504,31,2760155402,'2017-12-16 13:45:44',''),(65629,1,1,67505,58,3652617408,'2017-12-16 18:18:26',''),(65630,1,1,67506,1,221832513,'2017-12-16 18:34:24',''),(65631,1,1,67507,16,1476059246,'2017-12-16 19:13:17',''),(65632,1,1,67508,75,621375800,'2017-12-16 19:14:02',''),(65633,1,1,67509,65,2996480811,'2017-12-16 19:22:49',''),(65634,1,1,67510,15,621375905,'2017-12-16 20:17:51',''),(65635,1,1,67511,26,1152706233,'2017-12-16 20:41:18',''),(65636,1,1,67512,69,2760155473,'2017-12-16 22:04:51',''),(65637,1,1,67513,1,1489385009,'2017-12-16 23:42:41',''),(65638,1,1,67514,1,1489385009,'2017-12-16 23:42:43',''),(65639,1,1,67515,1,1489385009,'2017-12-16 23:42:45',''),(65640,1,1,67516,1,1489385009,'2017-12-16 23:42:47',''),(65641,1,1,67517,1,1489385009,'2017-12-16 23:42:48',''),(65642,1,1,67518,1,1489385009,'2017-12-16 23:42:50',''),(65643,1,1,67519,1,1489385009,'2017-12-16 23:42:52',''),(65644,1,1,67520,1,1489385009,'2017-12-16 23:42:54',''),(65645,1,1,67521,1,526423732,'2017-12-17 03:39:31',''),(65646,1,1,67522,1,1583619581,'2017-12-17 05:49:51',''),(65647,1,1,67523,48,3652617236,'2017-12-17 07:57:39',''),(65648,1,1,67524,56,3291763739,'2017-12-17 08:33:39',''),(65649,1,1,67525,56,3291763739,'2017-12-17 08:33:41',''),(65650,1,1,67526,1,3291763739,'2017-12-17 08:33:42',''),(65651,1,1,67527,56,3291763739,'2017-12-17 08:33:43',''),(65652,1,1,67528,18,872367990,'2017-12-17 09:54:40',''),(65653,1,1,67529,1,3164961444,'2017-12-17 10:19:26',''),(65654,1,1,67530,26,3639886579,'2017-12-17 10:20:36',''),(65655,1,1,67531,26,3639886579,'2017-12-17 11:54:35',''),(65656,1,1,67532,16,3281687057,'2017-12-17 12:06:19',''),(65657,1,1,67533,1,1544097290,'2017-12-17 15:11:38','https://www.google.co.uk/'),(65658,1,1,67534,1,1041806726,'2017-12-17 15:12:10',''),(65659,1,1,67535,1,1041806726,'2017-12-17 15:12:11',''),(65660,1,1,67536,54,3639886579,'2017-12-17 15:13:10',''),(65661,1,1,67537,1,1443309040,'2017-12-17 15:51:23','https://www.google.co.uk/'),(65662,1,1,67538,74,2303381358,'2017-12-17 16:07:12',''),(65663,1,1,66460,1,1443193429,'2017-12-17 16:07:13',''),(65664,1,1,67539,26,3639886579,'2017-12-17 16:32:35',''),(65665,1,1,67540,63,621375813,'2017-12-17 17:18:53',''),(65666,1,1,67541,43,3639886579,'2017-12-17 18:40:34',''),(65667,1,1,67542,6,3639886579,'2017-12-17 19:06:24',''),(65668,1,1,67543,6,1806682749,'2017-12-17 21:09:57',''),(65669,1,1,67544,1,1123631121,'2017-12-17 21:23:35',''),(65670,1,1,67545,1,1123631122,'2017-12-17 21:25:28',''),(65671,1,1,67546,1,1123631123,'2017-12-17 21:58:51',''),(65672,1,1,67547,31,3639886579,'2017-12-17 22:34:32',''),(65673,1,1,67548,68,676177679,'2017-12-17 23:18:29',''),(65674,1,1,67549,26,3639886579,'2017-12-18 01:53:34',''),(65675,1,1,67550,1,917996159,'2017-12-18 05:22:12',''),(65676,1,1,67551,26,3639886579,'2017-12-18 06:06:39',''),(65677,1,1,67552,18,676177750,'2017-12-18 07:34:56',''),(65678,1,1,67553,63,600107187,'2017-12-18 08:36:36',''),(65679,1,1,67554,63,600107187,'2017-12-18 08:36:37',''),(65680,1,1,67555,1,600107187,'2017-12-18 08:36:42',''),(65681,1,1,67556,63,600107187,'2017-12-18 08:36:43',''),(65682,1,1,67557,1,3164961458,'2017-12-18 09:57:58',''),(65683,1,1,67558,1,41577418,'2017-12-18 10:18:58','https://www.google.co.uk/'),(65684,1,1,67559,1,1255183385,'2017-12-18 12:36:08',''),(65685,1,1,67560,1,3587046680,'2017-12-18 13:49:55','https://www.google.co.uk/'),(65686,1,1,67561,1,48085727,'2017-12-18 14:13:24','https://www.google.co.uk/'),(65687,1,1,67562,1,84513002,'2017-12-18 15:29:31',''),(65688,1,1,67563,1,1426770581,'2017-12-18 15:48:13',''),(65689,1,1,67564,1,221832513,'2017-12-18 16:33:13',''),(65690,1,1,67565,1,3475901777,'2017-12-18 17:02:36',''),(65691,1,1,67566,15,3475901777,'2017-12-18 17:02:37',''),(65692,1,1,67567,16,676177764,'2017-12-18 17:02:46',''),(65693,1,1,67568,43,676177764,'2017-12-18 17:02:47',''),(65694,1,1,67569,16,676177764,'2017-12-18 17:02:48',''),(65695,1,1,67570,1,1123631121,'2017-12-18 17:07:22',''),(65696,1,1,67571,1,1443145380,'2017-12-18 17:21:21','https://www.google.co.uk/'),(65697,1,1,67572,27,600464665,'2017-12-18 19:03:52',''),(65698,1,1,67573,27,600464665,'2017-12-18 19:03:59',''),(65699,1,1,67574,1,600464665,'2017-12-18 19:04:16',''),(65700,1,1,67575,27,600464665,'2017-12-18 19:04:22',''),(65701,1,1,67576,75,676177750,'2017-12-18 19:15:43',''),(65702,1,1,67577,1,1123631123,'2017-12-18 20:29:52',''),(65703,1,1,67579,49,3652617299,'2017-12-19 00:44:15',''),(65704,1,1,67580,1,1547656015,'2017-12-19 04:01:24',''),(65705,1,1,67581,43,3639886579,'2017-12-19 04:39:12',''),(65706,1,1,67582,1,1476059246,'2017-12-19 06:16:50',''),(65707,1,1,67583,47,3639886579,'2017-12-19 07:29:31',''),(65708,1,1,67584,66,3639886579,'2017-12-19 08:23:10',''),(65709,1,1,67585,1,3164961457,'2017-12-19 10:14:45',''),(65710,1,1,67586,26,3475901777,'2017-12-19 10:20:02',''),(65711,1,1,67587,1,1406870226,'2017-12-19 11:20:45','https://www.google.co.uk/'),(65712,1,1,67588,52,3652617288,'2017-12-19 14:55:07',''),(65713,1,1,67589,1,1123638583,'2017-12-19 15:00:20',''),(65714,1,1,67590,1,523528528,'2017-12-19 15:21:03','https://www.google.co.uk/'),(65715,1,1,67591,1,3273340371,'2017-12-19 16:18:26','https://www.bing.com/'),(65716,1,1,67592,62,872367990,'2017-12-19 18:55:35',''),(65717,1,1,67593,1,1123631135,'2017-12-19 19:34:07',''),(65718,1,1,67594,1,2954847599,'2017-12-19 22:14:37',''),(65719,1,1,67595,1,2954847599,'2017-12-19 22:15:31',''),(65720,1,1,67596,1,2954847599,'2017-12-19 22:15:46',''),(65721,1,1,67597,1,2954847599,'2017-12-19 22:16:00',''),(65722,1,1,67598,1,2954847599,'2017-12-19 22:16:34',''),(65723,1,1,67599,1,2954847599,'2017-12-19 22:16:56',''),(65724,1,1,67600,1,2954847599,'2017-12-19 22:17:01',''),(65725,1,1,67601,15,599891355,'2017-12-19 22:24:44',''),(65726,1,1,67602,15,599891355,'2017-12-19 22:24:46',''),(65727,1,1,67603,1,599891355,'2017-12-19 22:24:48',''),(65728,1,1,67604,15,599891355,'2017-12-19 22:24:50',''),(65729,1,1,67605,1,1255183385,'2017-12-20 03:41:30',''),(65730,1,1,67606,44,3652617275,'2017-12-20 06:04:04',''),(65731,1,1,67607,15,599891355,'2017-12-20 09:05:18',''),(65732,1,1,67608,15,599891355,'2017-12-20 09:05:20',''),(65733,1,1,67609,1,599891355,'2017-12-20 09:05:22',''),(65734,1,1,67610,15,599891355,'2017-12-20 09:05:25',''),(65735,1,1,67611,1,1123631121,'2017-12-20 10:20:38',''),(65736,1,1,67612,1,3164961467,'2017-12-20 10:21:53',''),(65737,1,1,67613,45,676177855,'2017-12-20 11:56:06',''),(65738,1,1,67614,65,3273031619,'2017-12-20 15:30:37',''),(65739,1,1,67615,1,3562256809,'2017-12-20 16:26:55',''),(65740,1,1,67616,1,3562256809,'2017-12-20 16:26:57',''),(65741,1,1,67617,1,3024883489,'2017-12-20 17:29:42',''),(65742,1,1,67618,1,3475901777,'2017-12-20 17:37:27',''),(65743,1,1,67619,43,2637637625,'2017-12-20 18:21:44',''),(65744,1,1,67620,1,1123631123,'2017-12-20 18:27:06',''),(65745,1,1,67621,16,872366394,'2017-12-20 18:30:24',''),(65746,1,1,67622,1,1123631122,'2017-12-20 19:35:51',''),(65747,1,1,67623,43,2637637625,'2017-12-20 21:47:11',''),(65748,1,1,67624,1,3373404845,'2017-12-20 23:16:30',''),(65749,1,1,67625,1,3024883599,'2017-12-21 00:41:24',''),(65750,1,1,67626,1,1760313139,'2017-12-21 01:04:00',''),(65751,1,1,67627,1,1094177490,'2017-12-21 01:36:41',''),(65752,1,1,67628,1,3007156938,'2017-12-21 01:42:55',''),(65753,1,1,67629,47,3639886579,'2017-12-21 02:47:28',''),(65754,1,1,67630,1,3589864132,'2017-12-21 03:11:55',''),(65755,1,1,67631,1,3589864132,'2017-12-21 03:11:55',''),(65756,1,1,67632,1,3589864132,'2017-12-21 03:11:56',''),(65757,1,1,67633,1,3589864132,'2017-12-21 03:11:56',''),(65758,1,1,67634,66,3639886579,'2017-12-21 03:39:47',''),(65759,1,1,67635,63,872366396,'2017-12-21 05:16:58',''),(65760,1,1,67636,1,3475901777,'2017-12-21 06:54:12',''),(65761,1,1,67637,1,3024883613,'2017-12-21 06:58:02',''),(65762,1,1,67638,6,3513381521,'2017-12-21 07:06:22',''),(65763,1,1,67639,53,3335320666,'2017-12-21 07:33:26',''),(65764,1,1,67640,1,1533812032,'2017-12-21 09:26:51',''),(65765,1,1,67641,1,3164961451,'2017-12-21 09:44:36',''),(65766,1,1,67642,1,3340638690,'2017-12-21 11:36:18',''),(65767,1,1,67643,1,3024883479,'2017-12-21 11:48:32',''),(65768,1,1,67644,1,3024883471,'2017-12-21 11:48:34',''),(65769,1,1,67645,1,1152706233,'2017-12-21 15:25:42',''),(65770,1,1,67587,1,1406870226,'2017-12-21 15:33:22','https://www.google.co.uk/'),(65771,1,1,67650,1,3231161810,'2017-12-21 15:34:52',''),(65772,1,1,67651,43,872368003,'2017-12-21 15:35:51',''),(65773,1,1,67652,1,2760155415,'2017-12-21 15:41:32',''),(65774,1,1,67653,69,1152706233,'2017-12-21 16:02:10',''),(65775,1,1,67655,57,2760155835,'2017-12-21 17:01:39',''),(65776,1,1,67656,26,1152706233,'2017-12-21 17:04:30',''),(65777,1,1,67657,1,221832513,'2017-12-21 19:07:11',''),(65778,1,1,67658,71,872366417,'2017-12-21 19:10:25',''),(65779,1,1,67659,47,2637637625,'2017-12-21 19:22:48',''),(65780,1,1,67660,1,1123631122,'2017-12-21 20:29:54',''),(65781,1,1,67661,1,2331442451,'2017-12-22 01:37:59',''),(65782,1,1,67662,1,3024883590,'2017-12-22 05:08:13',''),(65783,1,1,67663,6,1123631123,'2017-12-22 07:34:24',''),(65784,1,1,67664,1,1055419532,'2017-12-22 08:56:52','https://www.google.co.uk/'),(65785,1,1,67665,1,3164961447,'2017-12-22 09:54:23',''),(65786,1,1,67666,59,2637637625,'2017-12-22 10:58:56',''),(65787,1,1,67667,1,1464524401,'2017-12-22 13:16:09','https://www.google.co.uk/'),(65788,1,1,67668,16,3475901863,'2017-12-22 14:31:17',''),(65789,1,1,67669,75,3024883590,'2017-12-22 14:34:38',''),(65790,1,1,67670,16,3475901863,'2017-12-22 14:56:47',''),(65791,1,1,67671,43,3475901863,'2017-12-22 14:56:48',''),(65792,1,1,67672,1,3475901777,'2017-12-22 14:56:50',''),(65793,1,1,67673,15,3475901777,'2017-12-22 14:56:51',''),(65794,1,1,67674,43,2637637625,'2017-12-22 14:56:51',''),(65795,1,1,67675,59,2637637625,'2017-12-22 14:56:52',''),(65796,1,1,67676,16,2637637625,'2017-12-22 14:56:53',''),(65797,1,1,67677,43,2637637625,'2017-12-22 14:56:54',''),(65798,1,1,67678,47,3024883607,'2017-12-22 15:41:18',''),(65799,1,1,67679,68,1476059246,'2017-12-22 16:01:20',''),(65800,1,1,67680,31,3024883475,'2017-12-22 16:14:36',''),(65801,1,1,67681,56,3475901863,'2017-12-22 16:17:42',''),(65802,1,1,67682,1,917996159,'2017-12-22 16:22:40',''),(65803,1,1,67683,1,1123631122,'2017-12-22 16:25:46',''),(65804,1,1,67684,43,86888207,'2017-12-22 16:50:53',''),(65805,1,1,67685,1,294558627,'2017-12-22 17:15:53',''),(65806,1,1,67686,16,3024883463,'2017-12-22 19:22:41',''),(65807,1,1,67687,55,908367146,'2017-12-22 20:54:41',''),(65808,1,1,67688,1,2954886977,'2017-12-22 22:07:51',''),(65809,1,1,67689,1,2954886977,'2017-12-22 22:07:58',''),(65810,1,1,67690,1,2954886977,'2017-12-22 22:08:03',''),(65811,1,1,67691,1,2954886977,'2017-12-22 22:08:08',''),(65812,1,1,67692,1,2954886977,'2017-12-22 22:08:12',''),(65813,1,1,67693,1,2954886977,'2017-12-22 22:08:15',''),(65814,1,1,67694,1,2954886977,'2017-12-22 22:08:18',''),(65815,1,1,67695,47,3639886579,'2017-12-22 23:09:50',''),(65816,1,1,67696,46,1123631123,'2017-12-22 23:38:02',''),(65817,1,1,67697,66,3639886579,'2017-12-23 00:00:57',''),(65818,1,1,67698,65,1476059246,'2017-12-23 01:54:14',''),(65819,1,1,67699,73,908366968,'2017-12-23 04:18:20',''),(65820,1,1,67700,1,2366145575,'2017-12-23 09:45:51',''),(65821,1,1,67701,1,3164961462,'2017-12-23 09:50:51',''),(65822,1,1,67702,15,676177690,'2017-12-23 10:17:35',''),(65823,1,1,67703,6,2954838202,'2017-12-23 11:32:51',''),(65824,1,1,67704,1,1123631121,'2017-12-23 13:37:33',''),(65825,1,1,67705,45,908366953,'2017-12-23 14:01:08',''),(65826,1,1,67706,1,1123631123,'2017-12-23 14:39:42',''),(65827,1,1,67707,68,1123631121,'2017-12-23 14:47:35',''),(65828,1,1,67708,41,584016457,'2017-12-23 14:49:20',''),(65829,1,1,67709,1,1123631123,'2017-12-23 16:09:42',''),(65830,1,1,67710,1,2328169384,'2017-12-23 16:56:06',''),(65831,1,1,67711,26,2328169384,'2017-12-23 16:56:29',''),(65832,1,1,67712,26,2328169384,'2017-12-23 16:56:29',''),(65833,1,1,67713,18,2328169384,'2017-12-23 16:56:29',''),(65834,1,1,67715,3,2328169384,'2017-12-23 16:56:29',''),(65835,1,1,67714,43,2328169384,'2017-12-23 16:56:29',''),(65836,1,1,67716,45,2328169384,'2017-12-23 16:56:30',''),(65837,1,1,67717,57,2328169384,'2017-12-23 16:56:30',''),(65838,1,1,67718,9,2328169384,'2017-12-23 16:56:30',''),(65839,1,1,67720,28,2328169384,'2017-12-23 16:56:30',''),(65840,1,1,67719,50,2328169384,'2017-12-23 16:56:30',''),(65841,1,1,67722,51,2328169384,'2017-12-23 16:56:31',''),(65842,1,1,67721,26,2328169384,'2017-12-23 16:56:31',''),(65843,1,1,67723,26,2328169384,'2017-12-23 16:56:31',''),(65844,1,1,67724,56,2328169384,'2017-12-23 16:56:31',''),(65845,1,1,67725,26,2328169384,'2017-12-23 16:56:32',''),(65846,1,1,67726,55,2328169384,'2017-12-23 16:56:32',''),(65847,1,1,67727,26,2328169384,'2017-12-23 16:56:32',''),(65848,1,1,67728,62,2328169384,'2017-12-23 16:56:32',''),(65849,1,1,67729,1,221832513,'2017-12-23 20:24:52',''),(65850,1,1,67730,1,3479603870,'2017-12-24 03:22:29',''),(65851,1,1,67731,1,221832513,'2017-12-24 06:33:49',''),(65852,1,1,67732,1,3164961441,'2017-12-24 10:20:39',''),(65853,1,1,67733,1,2809310432,'2017-12-24 13:07:00',''),(65854,1,1,67734,1,2809310432,'2017-12-24 13:07:03',''),(65855,1,1,67735,50,2809310432,'2017-12-24 13:07:05',''),(65856,1,1,67736,26,2809310432,'2017-12-24 13:07:07',''),(65857,1,1,67737,26,2809310432,'2017-12-24 13:07:08',''),(65858,1,1,67738,26,2809310432,'2017-12-24 13:07:09',''),(65859,1,1,67739,26,2809310432,'2017-12-24 13:07:10',''),(65860,1,1,67740,26,2809310432,'2017-12-24 13:07:11',''),(65861,1,1,67741,18,2809310432,'2017-12-24 13:07:12',''),(65862,1,1,67742,26,2809310432,'2017-12-24 13:07:13',''),(65863,1,1,67743,26,2809310432,'2017-12-24 13:07:14',''),(65864,1,1,67744,1,2809310432,'2017-12-24 13:07:15',''),(65865,1,1,67745,41,584016457,'2017-12-24 14:52:17',''),(65866,1,1,67746,1,1476059206,'2017-12-24 17:41:21',''),(65867,1,1,67747,47,3639886579,'2017-12-24 18:45:57',''),(65868,1,1,67748,43,676177670,'2017-12-24 18:54:00',''),(65869,1,1,67749,59,908367011,'2017-12-24 19:10:56',''),(65870,1,1,67750,66,3639886579,'2017-12-24 19:38:54',''),(65871,1,1,67751,1,3024883476,'2017-12-24 19:50:51',''),(65872,1,1,67752,1,3024883477,'2017-12-24 19:50:53',''),(65873,1,1,67753,1,1123631122,'2017-12-24 20:29:57',''),(65874,1,1,67755,26,1123631121,'2017-12-24 20:33:29',''),(65875,1,1,67757,26,1123631123,'2017-12-24 20:34:34',''),(65876,1,1,67759,1,1534679923,'2017-12-24 21:45:59',''),(65877,1,1,67760,26,676177679,'2017-12-25 02:35:05',''),(65878,1,1,67761,1,676177679,'2017-12-25 02:56:27',''),(65879,1,1,67762,75,3024883469,'2017-12-25 06:25:49',''),(65880,1,1,67763,66,908367008,'2017-12-25 07:10:05',''),(65881,1,1,67764,29,908367085,'2017-12-25 09:04:19',''),(65882,1,1,67765,1,676177850,'2017-12-25 09:18:49',''),(65883,1,1,67766,1,3164961460,'2017-12-25 09:37:52',''),(65884,1,1,67767,73,2637637449,'2017-12-25 10:33:41',''),(65885,1,1,67768,1,3582619106,'2017-12-25 11:17:11',''),(65886,1,1,67769,1,1452399100,'2017-12-25 11:17:38',''),(65887,1,1,67770,68,1303023177,'2017-12-25 12:22:50','https://www.google.nl/'),(65888,1,1,67771,65,1123631122,'2017-12-25 16:59:19',''),(65889,1,1,67772,26,2637637449,'2017-12-25 17:44:32',''),(65890,1,1,67773,1,524998291,'2017-12-25 17:59:55',''),(65891,1,1,67774,1,917996159,'2017-12-25 18:26:11',''),(65892,1,1,67775,6,3221472990,'2017-12-25 19:29:18',''),(65893,1,1,67776,1,1384442395,'2017-12-25 19:48:21',''),(65894,1,1,67777,75,3024883591,'2017-12-25 21:24:02',''),(65895,1,1,67778,1,1053975912,'2017-12-25 21:51:49',''),(65896,1,1,67779,1,1053975912,'2017-12-25 21:51:58',''),(65897,1,1,67780,1,1053975912,'2017-12-25 21:52:06',''),(65898,1,1,67781,1,1053975912,'2017-12-25 21:52:17',''),(65899,1,1,67782,1,1053975912,'2017-12-25 21:52:27',''),(65900,1,1,67783,1,1053975912,'2017-12-25 21:52:32',''),(65901,1,1,67784,1,1053975912,'2017-12-25 21:52:47',''),(65902,1,1,67785,1,1053975912,'2017-12-25 21:52:56',''),(65903,1,1,67786,1,3116200101,'2017-12-25 23:16:25',''),(65904,1,1,67787,1,2328167013,'2017-12-25 23:19:32',''),(65905,1,1,67788,26,2328167013,'2017-12-25 23:19:52',''),(65906,1,1,67789,26,2328167013,'2017-12-25 23:19:52',''),(65907,1,1,67790,18,2328167013,'2017-12-25 23:19:52',''),(65908,1,1,67791,3,2328167013,'2017-12-25 23:19:53',''),(65909,1,1,67792,43,2328167013,'2017-12-25 23:19:53',''),(65910,1,1,67793,45,2328167013,'2017-12-25 23:19:53',''),(65911,1,1,67794,57,2328167013,'2017-12-25 23:19:53',''),(65912,1,1,67795,9,2328167013,'2017-12-25 23:19:53',''),(65913,1,1,67796,28,2328167013,'2017-12-25 23:19:53',''),(65914,1,1,67798,26,2328167013,'2017-12-25 23:19:54',''),(65915,1,1,67797,50,2328167013,'2017-12-25 23:19:54',''),(65916,1,1,67799,51,2328167013,'2017-12-25 23:19:54',''),(65917,1,1,67800,26,2328167013,'2017-12-25 23:19:54',''),(65918,1,1,67801,56,2328167013,'2017-12-25 23:19:54',''),(65919,1,1,67802,26,2328167013,'2017-12-25 23:19:55',''),(65920,1,1,67803,55,2328167013,'2017-12-25 23:19:55',''),(65921,1,1,67804,26,2328167013,'2017-12-25 23:19:55',''),(65922,1,1,67805,62,2328167013,'2017-12-25 23:19:55',''),(65923,1,1,67806,46,1123631831,'2017-12-26 01:56:18',''),(65924,1,1,67807,1,676695033,'2017-12-26 02:24:16',''),(65925,1,1,67808,6,3683147404,'2017-12-26 08:27:17',''),(65926,1,1,67809,6,3683147404,'2017-12-26 08:27:19',''),(65927,1,1,67810,1,3117342828,'2017-12-26 09:46:34',''),(65928,1,1,67811,1,3164961450,'2017-12-26 09:52:19',''),(65929,1,1,67812,47,3639886579,'2017-12-26 16:02:35',''),(65930,1,1,67813,66,3639886579,'2017-12-26 16:54:19',''),(65931,1,1,67814,1,1123631833,'2017-12-26 16:55:09',''),(65932,1,1,67815,6,96260877,'2017-12-27 01:05:08',''),(65933,1,1,67816,1,1442835034,'2017-12-27 02:39:05',''),(65934,1,1,67817,10,908367117,'2017-12-27 03:46:33',''),(65935,1,1,67818,1,3024883488,'2017-12-27 05:20:08',''),(65936,1,1,67819,1,1476059246,'2017-12-27 05:23:43',''),(65937,1,1,67820,1,3164961451,'2017-12-27 09:32:11',''),(65938,1,1,67821,1,2548291922,'2017-12-27 10:40:05','https://www.google.co.uk/'),(65939,1,1,67822,1,1524496678,'2017-12-27 13:43:05','https://www.google.co.uk/'),(65940,1,1,67823,1,3093229660,'2017-12-27 14:16:24',''),(65941,1,1,67824,6,96260880,'2017-12-27 16:17:59',''),(65942,1,1,67825,65,3475901864,'2017-12-27 18:53:27',''),(65943,1,1,67826,1,1123631122,'2017-12-27 20:50:24',''),(65944,1,1,67827,51,1376602348,'2017-12-27 21:20:44','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwiv3b63j6vYAhXMBcAKHYtLDfsQFgiOATAB&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D20%26controller%3Dproduct%26id_lang%3D1&usg=AOvVaw3bsAxikiA18heCUA_99QRS'),(65945,1,1,67828,26,3639886579,'2017-12-27 21:38:47',''),(65946,1,1,67829,1,1123631123,'2017-12-28 00:40:42',''),(65947,1,1,67830,43,3341082034,'2017-12-28 01:41:27',''),(65948,1,1,67831,43,3341082034,'2017-12-28 01:41:29',''),(65949,1,1,67832,1,3341082034,'2017-12-28 01:41:31',''),(65950,1,1,67833,43,3341082034,'2017-12-28 01:41:34',''),(65951,1,1,67834,1,1535709779,'2017-12-28 02:38:22',''),(65952,1,1,67835,43,2637637508,'2017-12-28 05:06:47',''),(65953,1,1,67836,1,1443043269,'2017-12-28 09:32:38',''),(65954,1,1,67837,1,3164961448,'2017-12-28 09:34:55',''),(65955,1,1,67838,6,1123631121,'2017-12-28 09:37:55',''),(65956,1,1,67839,1,1443146247,'2017-12-28 10:04:15','https://www.google.co.uk/'),(65957,1,1,67840,1,3479603870,'2017-12-28 12:18:17',''),(65958,1,1,67841,28,908366873,'2017-12-28 14:37:07',''),(65959,1,1,67842,1,1377973391,'2017-12-28 15:26:04',''),(65960,1,1,67843,1,1123631122,'2017-12-28 18:02:53',''),(65961,1,1,67844,1,3512960298,'2017-12-28 19:39:48',''),(65962,1,1,67845,1,917996159,'2017-12-28 20:37:10',''),(65963,1,1,67846,59,3475901848,'2017-12-29 01:06:18',''),(65964,1,1,67847,43,3475901848,'2017-12-29 01:06:19',''),(65965,1,1,67848,43,2637637508,'2017-12-29 01:06:19',''),(65966,1,1,67849,16,2637637508,'2017-12-29 01:06:21',''),(65967,1,1,67850,43,3475901848,'2017-12-29 01:06:21',''),(65968,1,1,67851,16,3475901848,'2017-12-29 01:06:22',''),(65969,1,1,67852,63,676177852,'2017-12-29 01:13:24',''),(65970,1,1,67853,1,2680922731,'2017-12-29 01:20:04',''),(65971,1,1,67855,18,2680922731,'2017-12-29 01:20:21',''),(65972,1,1,67854,26,2680922731,'2017-12-29 01:20:21',''),(65973,1,1,67856,26,2680922731,'2017-12-29 01:20:21',''),(65974,1,1,67857,3,2680922731,'2017-12-29 01:20:21',''),(65975,1,1,67858,43,2680922731,'2017-12-29 01:20:21',''),(65976,1,1,67859,57,2680922731,'2017-12-29 01:20:21',''),(65977,1,1,67860,45,2680922731,'2017-12-29 01:20:21',''),(65978,1,1,67861,9,2680922731,'2017-12-29 01:20:22',''),(65979,1,1,67862,28,2680922731,'2017-12-29 01:20:22',''),(65980,1,1,67864,26,2680922731,'2017-12-29 01:20:22',''),(65981,1,1,67863,50,2680922731,'2017-12-29 01:20:22',''),(65982,1,1,67865,51,2680922731,'2017-12-29 01:20:22',''),(65983,1,1,67866,26,2680922731,'2017-12-29 01:20:22',''),(65984,1,1,67867,56,2680922731,'2017-12-29 01:20:23',''),(65985,1,1,67868,26,2680922731,'2017-12-29 01:20:23',''),(65986,1,1,67869,55,2680922731,'2017-12-29 01:20:23',''),(65987,1,1,67870,26,2680922731,'2017-12-29 01:20:23',''),(65988,1,1,67871,62,2680922731,'2017-12-29 01:20:23',''),(65989,1,1,67872,1,2783147053,'2017-12-29 02:04:00',''),(65990,1,1,67873,1,2953337168,'2017-12-29 02:50:37',''),(65991,1,1,67874,46,1123631123,'2017-12-29 02:51:57',''),(65992,1,1,67875,1,2655387239,'2017-12-29 04:21:22',''),(65993,1,1,67876,1,2655387239,'2017-12-29 04:21:24',''),(65994,1,1,67877,1,2655387239,'2017-12-29 04:21:27',''),(65995,1,1,67878,1,2655387239,'2017-12-29 04:21:29',''),(65996,1,1,67879,1,2655387239,'2017-12-29 04:21:32',''),(65997,1,1,67880,1,2655387239,'2017-12-29 04:21:35',''),(65998,1,1,67881,1,2655387239,'2017-12-29 04:21:37',''),(65999,1,1,67882,1,2655387239,'2017-12-29 04:21:39',''),(66000,1,1,67883,1,1123632507,'2017-12-29 05:41:32',''),(66001,1,1,67884,41,96260885,'2017-12-29 06:35:43',''),(66002,1,1,67885,1,96260885,'2017-12-29 07:00:48',''),(66003,1,1,67886,44,1476059246,'2017-12-29 08:29:11',''),(66004,1,1,67887,1,3164961451,'2017-12-29 09:31:02',''),(66005,1,1,67888,65,2965586894,'2017-12-29 11:11:27','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1650.c5F9efJHinT9aSzdQvuwL6lDSJNtiDnD-QP3prfnsgp7zIa0b0Cj2sYxpD5OkLYq.84ffd44e876e213b9d4d836138ad08fc6a3baab9&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0Y'),(66006,1,1,67889,64,908367181,'2017-12-29 12:17:42',''),(66007,1,1,67890,41,872367997,'2017-12-29 13:11:52',''),(66008,1,1,67891,46,1123632505,'2017-12-29 13:34:03',''),(66009,1,1,67892,1,1476059246,'2017-12-29 13:35:47',''),(66010,1,1,67893,1,1330139384,'2017-12-29 13:44:22','https://www.google.co.uk/'),(66011,1,1,67894,1,1041806727,'2017-12-29 13:46:14',''),(66012,1,1,67895,1,1041806727,'2017-12-29 13:46:14',''),(66013,1,1,67896,1,3116200101,'2017-12-29 14:31:29',''),(66014,1,1,67897,1,3116200101,'2017-12-29 14:31:29',''),(66015,1,1,67898,1,1523653843,'2017-12-29 14:35:28','https://www.google.co.uk/'),(66016,1,1,67899,10,86888207,'2017-12-29 16:06:47',''),(66017,1,1,67900,1,1442925982,'2017-12-29 16:33:36','https://www.google.co.uk/'),(66018,1,1,67901,16,908366961,'2017-12-29 17:34:44',''),(66019,1,1,67902,68,1123632507,'2017-12-29 18:25:22',''),(66020,1,1,67903,1,88378328,'2017-12-29 18:33:51','https://www.google.co.uk/'),(66021,1,1,67904,1,1114966058,'2017-12-29 19:16:00',''),(66022,1,1,67905,53,908366917,'2017-12-29 22:16:04',''),(66023,1,1,67906,49,86888207,'2017-12-29 23:16:04',''),(66024,1,1,67907,1,86888207,'2017-12-29 23:46:59',''),(66025,1,1,67908,15,1476059246,'2017-12-29 23:50:26',''),(66026,1,1,67909,1,221832513,'2017-12-30 00:03:42',''),(66027,1,1,67910,6,2954838202,'2017-12-30 06:01:09',''),(66028,1,1,67911,1,1123632507,'2017-12-30 06:30:33',''),(66029,1,1,67912,68,1123632507,'2017-12-30 08:39:09',''),(66030,1,1,67913,1,1123632507,'2017-12-30 09:30:43',''),(66031,1,1,67914,1,3164961445,'2017-12-30 09:40:23',''),(66032,1,1,67915,47,908367087,'2017-12-30 11:36:25',''),(66033,1,1,67916,1,600481213,'2017-12-30 14:36:30',''),(66034,1,1,67917,1,600481213,'2017-12-30 14:36:32',''),(66035,1,1,67918,1,1123631578,'2017-12-30 21:19:12',''),(66036,1,1,67919,27,908366989,'2017-12-30 21:48:26',''),(66037,1,1,67920,52,1123631577,'2017-12-30 22:36:20',''),(66038,1,1,67921,44,1476059246,'2017-12-31 01:01:43',''),(66039,1,1,67922,65,1123631578,'2017-12-31 01:09:50',''),(66040,1,1,67923,75,1476059246,'2017-12-31 04:59:55',''),(66041,1,1,67924,1,1805007714,'2017-12-31 09:01:58',''),(66042,1,1,67925,58,1476059246,'2017-12-31 09:11:01',''),(66043,1,1,67926,1,1123631579,'2017-12-31 09:13:44',''),(66044,1,1,67927,1,3164961447,'2017-12-31 09:49:34',''),(66045,1,1,67928,1,1522824030,'2017-12-31 10:33:47','https://www.google.co.uk/'),(66046,1,1,67929,1,856086621,'2017-12-31 12:08:59','https://www.google.co.uk/'),(66047,1,1,67930,1,1123631578,'2017-12-31 14:43:34',''),(66048,1,1,67931,1,1123633410,'2017-12-31 16:55:55',''),(66049,1,1,67932,1,294558627,'2017-12-31 19:52:04',''),(66050,1,1,67933,30,1123633412,'2017-12-31 21:29:45',''),(66051,1,1,67934,1,917996159,'2017-12-31 22:26:12',''),(66052,1,1,67935,1,221832513,'2018-01-01 00:43:36',''),(66053,1,1,67936,1,757122117,'2018-01-01 01:44:35',''),(66054,1,1,67937,1,757122117,'2018-01-01 01:44:36',''),(66055,1,1,67938,1,2655386800,'2018-01-01 02:44:08',''),(66056,1,1,67939,1,2655386800,'2018-01-01 02:44:15',''),(66057,1,1,67940,1,2655386800,'2018-01-01 02:44:21',''),(66058,1,1,67941,1,2655386800,'2018-01-01 02:44:24',''),(66059,1,1,67942,1,2655386800,'2018-01-01 02:44:31',''),(66060,1,1,67943,1,2655386800,'2018-01-01 02:44:35',''),(66061,1,1,67944,1,2655386800,'2018-01-01 02:44:38',''),(66062,1,1,67945,1,2655386800,'2018-01-01 02:44:42',''),(66063,1,1,67946,1,3628755647,'2018-01-01 07:24:21',''),(66064,1,1,67947,43,3475901755,'2018-01-01 08:00:18',''),(66065,1,1,67948,1,3164961463,'2018-01-01 09:25:22',''),(66066,1,1,67949,1,3265137478,'2018-01-01 09:36:43',''),(66067,1,1,67950,1,1464524401,'2018-01-01 12:19:13','https://www.google.co.uk/'),(66068,1,1,67951,1,3479603870,'2018-01-01 14:49:24',''),(66069,1,1,67952,1,676177730,'2018-01-01 15:02:41',''),(66070,1,1,67953,59,3475901829,'2018-01-01 15:07:15',''),(66071,1,1,67954,16,3475901829,'2018-01-01 15:07:16',''),(66072,1,1,67955,43,3475901829,'2018-01-01 15:07:18',''),(66073,1,1,67956,43,3475901829,'2018-01-01 15:07:19',''),(66074,1,1,67957,1,1390352944,'2018-01-01 15:10:57',''),(66075,1,1,67958,16,676177853,'2018-01-01 15:13:16',''),(66076,1,1,67959,1,676177730,'2018-01-01 15:14:40',''),(66077,1,1,67960,69,1476059246,'2018-01-01 16:30:46',''),(66078,1,1,67961,49,86888207,'2018-01-01 16:32:58',''),(66079,1,1,67962,73,676177853,'2018-01-01 17:42:46',''),(66080,1,1,67963,3,872368002,'2018-01-01 17:58:57',''),(66081,1,1,67964,1,1390352944,'2018-01-01 21:35:42',''),(66082,1,1,67965,1,2680901921,'2018-01-01 21:58:23',''),(66083,1,1,67966,26,2680901921,'2018-01-01 21:58:49',''),(66084,1,1,67967,26,2680901921,'2018-01-01 21:58:49',''),(66085,1,1,67968,18,2680901921,'2018-01-01 21:58:49',''),(66086,1,1,67969,3,2680901921,'2018-01-01 21:58:49',''),(66087,1,1,67971,45,2680901921,'2018-01-01 21:58:50',''),(66088,1,1,67970,43,2680901921,'2018-01-01 21:58:50',''),(66089,1,1,67972,57,2680901921,'2018-01-01 21:58:50',''),(66090,1,1,67973,9,2680901921,'2018-01-01 21:58:50',''),(66091,1,1,67974,28,2680901921,'2018-01-01 21:58:50',''),(66092,1,1,67975,50,2680901921,'2018-01-01 21:58:50',''),(66093,1,1,67976,26,2680901921,'2018-01-01 21:58:50',''),(66094,1,1,67977,51,2680901921,'2018-01-01 21:58:51',''),(66095,1,1,67978,26,2680901921,'2018-01-01 21:58:51',''),(66096,1,1,67979,56,2680901921,'2018-01-01 21:58:51',''),(66097,1,1,67980,26,2680901921,'2018-01-01 21:58:51',''),(66098,1,1,67981,55,2680901921,'2018-01-01 21:58:51',''),(66099,1,1,67982,26,2680901921,'2018-01-01 21:58:51',''),(66100,1,1,67983,62,2680901921,'2018-01-01 21:58:52',''),(66101,1,1,67984,1,1123632507,'2018-01-01 22:12:31',''),(66102,1,1,67985,1,3340638300,'2018-01-02 01:22:59',''),(66103,1,1,67986,1,3340638494,'2018-01-02 01:23:59',''),(66104,1,1,67987,1,1390352944,'2018-01-02 07:42:30',''),(66105,1,1,67988,1,3164961447,'2018-01-02 09:25:22',''),(66106,1,1,67989,1,1294729658,'2018-01-02 11:31:38','https://www.google.co.uk/'),(66107,1,1,67990,1,1123632505,'2018-01-02 13:09:05',''),(66108,1,1,67991,1,1123632505,'2018-01-02 14:25:26',''),(66109,1,1,67992,1,86888207,'2018-01-02 16:10:45',''),(66110,1,1,67993,1,3587046711,'2018-01-02 16:52:01','https://www.google.co.uk/'),(66111,1,1,67994,1,1123632503,'2018-01-02 16:59:29',''),(66112,1,1,67995,1,2328194923,'2018-01-02 17:47:34',''),(66113,1,1,67996,1,1123632503,'2018-01-02 20:45:20',''),(66114,1,1,67997,1,757122117,'2018-01-02 21:58:51',''),(66115,1,1,67998,1,1123632503,'2018-01-02 23:59:04',''),(66116,1,1,67999,1,221832513,'2018-01-03 01:25:05',''),(66117,1,1,68000,1,1123634137,'2018-01-03 02:43:52',''),(66118,1,1,68001,1,1123631122,'2018-01-03 05:36:51',''),(66119,1,1,68002,1,2420909641,'2018-01-03 06:19:59',''),(66120,1,1,68003,68,1123631122,'2018-01-03 07:43:07',''),(66121,1,1,68004,46,1123631122,'2018-01-03 08:22:42',''),(66122,1,1,68005,6,908367047,'2018-01-03 08:40:14',''),(66123,1,1,68006,1,3576181233,'2018-01-03 09:08:56','https://www.google.co.uk/'),(66124,1,1,68007,65,1123631123,'2018-01-03 09:21:08',''),(66125,1,1,68008,1,3164961445,'2018-01-03 09:30:55',''),(66126,1,1,68009,75,676177797,'2018-01-03 10:38:20',''),(66127,1,1,68010,68,1123631121,'2018-01-03 10:55:23',''),(66128,1,1,68011,6,1123631123,'2018-01-03 11:23:53',''),(66129,1,1,68012,68,1368150534,'2018-01-03 12:33:43','https://www.google.co.uk/'),(66130,1,1,68013,65,1123631121,'2018-01-03 12:50:21',''),(66131,1,1,68014,68,676177792,'2018-01-03 14:15:00',''),(66132,1,1,68015,1,86888207,'2018-01-03 17:54:05',''),(66133,1,1,68016,1,1600959843,'2018-01-03 17:54:09',''),(66134,1,1,68017,6,3116354572,'2018-01-03 21:11:58',''),(66135,1,1,68018,15,1600959843,'2018-01-03 23:32:44',''),(66136,1,1,68019,1,917996159,'2018-01-04 00:01:08',''),(66137,1,1,68020,63,1123631121,'2018-01-04 01:24:02',''),(66138,1,1,68021,6,3513381521,'2018-01-04 01:30:06',''),(66139,1,1,68022,1,1354860064,'2018-01-04 01:41:41','https://www.bing.com/'),(66140,1,1,68023,1,915617942,'2018-01-04 01:45:38',''),(66141,1,1,68024,1,2955169831,'2018-01-04 02:36:13',''),(66142,1,1,68025,1,2955169831,'2018-01-04 02:36:15',''),(66143,1,1,68026,1,2955169831,'2018-01-04 02:36:19',''),(66144,1,1,68027,1,2955169831,'2018-01-04 02:36:24',''),(66145,1,1,68028,1,2955169831,'2018-01-04 02:36:29',''),(66146,1,1,68029,1,2955169831,'2018-01-04 02:36:32',''),(66147,1,1,68030,1,2955169831,'2018-01-04 02:36:35',''),(66148,1,1,68031,1,2955169831,'2018-01-04 02:36:40',''),(66149,1,1,68032,1,2655379749,'2018-01-04 02:45:43',''),(66150,1,1,68033,1,2655379749,'2018-01-04 02:45:47',''),(66151,1,1,68034,50,2655379749,'2018-01-04 02:45:50',''),(66152,1,1,68035,26,2655379749,'2018-01-04 02:45:52',''),(66153,1,1,68036,26,2655379749,'2018-01-04 02:45:53',''),(66154,1,1,68037,26,2655379749,'2018-01-04 02:45:54',''),(66155,1,1,68038,26,2655379749,'2018-01-04 02:45:55',''),(66156,1,1,68039,26,2655379749,'2018-01-04 02:45:56',''),(66157,1,1,68040,18,2655379749,'2018-01-04 02:45:57',''),(66158,1,1,68041,26,2655379749,'2018-01-04 02:45:58',''),(66159,1,1,68042,26,2655379749,'2018-01-04 02:45:59',''),(66160,1,1,68043,26,2655379749,'2018-01-04 02:46:01',''),(66161,1,1,68044,26,2655379749,'2018-01-04 02:46:02',''),(66162,1,1,68045,26,2655379749,'2018-01-04 02:46:03',''),(66163,1,1,68046,6,2655379749,'2018-01-04 02:46:05',''),(66164,1,1,68047,53,2655379749,'2018-01-04 02:46:06',''),(66165,1,1,68048,1,2655379749,'2018-01-04 02:46:07',''),(66166,1,1,68049,1,1123631121,'2018-01-04 03:36:53',''),(66167,1,1,68050,1,1089905930,'2018-01-04 05:19:15','http://whois.domaintools.com/mstyresblackburn.co.uk'),(66168,1,1,68051,59,628169574,'2018-01-04 06:38:50',''),(66169,1,1,68052,67,908367112,'2018-01-04 06:50:04',''),(66170,1,1,68053,1,2673459088,'2018-01-04 06:59:39',''),(66171,1,1,68054,1,3164961450,'2018-01-04 09:20:49',''),(66172,1,1,68055,1,3589864129,'2018-01-04 10:58:09',''),(66173,1,1,68056,1,3589864129,'2018-01-04 10:58:09',''),(66174,1,1,68057,1,3589864129,'2018-01-04 10:58:10',''),(66175,1,1,68058,1,3589864129,'2018-01-04 10:58:10',''),(66176,1,1,68059,16,3036537007,'2018-01-04 11:00:58',''),(66177,1,1,68060,16,3036537007,'2018-01-04 11:01:00',''),(66178,1,1,68061,16,3036537007,'2018-01-04 11:01:03',''),(66179,1,1,68062,1,3036537007,'2018-01-04 11:01:05',''),(66180,1,1,68063,16,3036537007,'2018-01-04 11:01:09',''),(66181,1,1,68064,16,3036537007,'2018-01-04 11:01:11',''),(66182,1,1,68065,16,3036537007,'2018-01-04 11:07:37',''),(66183,1,1,68066,16,3036537007,'2018-01-04 11:07:39',''),(66184,1,1,68067,16,3036537007,'2018-01-04 11:07:41',''),(66185,1,1,68068,16,3036537007,'2018-01-04 11:07:43',''),(66186,1,1,68069,1,3036537007,'2018-01-04 11:07:45',''),(66187,1,1,68070,1,3036537007,'2018-01-04 11:07:47',''),(66188,1,1,68071,16,3036537007,'2018-01-04 11:07:49',''),(66189,1,1,68072,16,3036537007,'2018-01-04 11:07:51',''),(66190,1,1,68074,16,3036537007,'2018-01-04 11:07:55',''),(66191,1,1,68075,1,628101057,'2018-01-04 12:40:16',''),(66192,1,1,68076,65,1476059246,'2018-01-04 15:04:47',''),(66193,1,1,68077,1,3587739848,'2018-01-04 15:11:39','https://www.bing.com/'),(66194,1,1,68078,1,1838813597,'2018-01-04 19:12:58','https://www.google.co.uk/'),(66195,1,1,68079,28,1757693281,'2018-01-04 19:15:54',''),(66196,1,1,68080,28,1757693281,'2018-01-04 19:15:56',''),(66197,1,1,68081,1,1757693281,'2018-01-04 19:15:57',''),(66198,1,1,68082,28,1757693281,'2018-01-04 19:15:59',''),(66199,1,1,68083,1,3488736543,'2018-01-04 19:45:26',''),(66200,1,1,68084,1,1838979566,'2018-01-04 21:51:38','https://www.google.co.uk/'),(66201,1,1,68085,63,1123631123,'2018-01-04 22:02:11',''),(66202,1,1,68086,59,3164931200,'2018-01-04 23:35:41',''),(66203,1,1,68087,1,676695033,'2018-01-05 02:25:22',''),(66204,1,1,68088,6,2954838202,'2018-01-05 03:32:00',''),(66205,1,1,68089,6,3025652643,'2018-01-05 05:43:18','http://www.openmultipleurl.com/'),(66206,1,1,68090,1,2809306681,'2018-01-05 05:56:22',''),(66207,1,1,68091,1,2809306681,'2018-01-05 05:56:27',''),(66208,1,1,68092,50,2809306681,'2018-01-05 05:56:30',''),(66209,1,1,68093,26,2809306681,'2018-01-05 05:56:31',''),(66210,1,1,68094,26,2809306681,'2018-01-05 05:56:32',''),(66211,1,1,68095,26,2809306681,'2018-01-05 05:56:33',''),(66212,1,1,68096,26,2809306681,'2018-01-05 05:56:35',''),(66213,1,1,68097,26,2809306681,'2018-01-05 05:56:36',''),(66214,1,1,68098,18,2809306681,'2018-01-05 05:56:37',''),(66215,1,1,68099,26,2809306681,'2018-01-05 05:56:38',''),(66216,1,1,68100,26,2809306681,'2018-01-05 05:56:39',''),(66217,1,1,68101,26,2809306681,'2018-01-05 05:56:40',''),(66218,1,1,68102,26,2809306681,'2018-01-05 05:56:41',''),(66219,1,1,68103,26,2809306681,'2018-01-05 05:56:42',''),(66220,1,1,68104,6,2809306681,'2018-01-05 05:56:44',''),(66221,1,1,68105,53,2809306681,'2018-01-05 05:56:46',''),(66222,1,1,68106,1,2809306681,'2018-01-05 05:56:47',''),(66223,1,1,68107,1,3164961456,'2018-01-05 09:50:29',''),(66224,1,1,68108,1,1123631121,'2018-01-05 10:02:24',''),(66225,1,1,68006,1,3576181233,'2018-01-05 13:12:18','https://www.google.co.uk/'),(66226,1,1,68109,1,3512959786,'2018-01-05 18:15:30',''),(66227,1,1,68110,1,1342240698,'2018-01-05 19:12:03',''),(66228,1,1,68111,44,1476059246,'2018-01-05 22:04:57',''),(66229,1,1,68112,1,1600959843,'2018-01-06 00:33:43',''),(66230,1,1,68113,1,873464515,'2018-01-06 02:01:39',''),(66231,1,1,68114,1,221832513,'2018-01-06 03:27:10',''),(66232,1,1,68115,1,2783163602,'2018-01-06 04:48:12',''),(66233,1,1,68116,26,2783163602,'2018-01-06 04:48:44',''),(66234,1,1,68117,26,2783163602,'2018-01-06 04:48:45',''),(66235,1,1,68118,18,2783163602,'2018-01-06 04:48:45',''),(66236,1,1,68119,3,2783163602,'2018-01-06 04:48:45',''),(66237,1,1,68120,43,2783163602,'2018-01-06 04:48:45',''),(66238,1,1,68121,45,2783163602,'2018-01-06 04:48:45',''),(66239,1,1,68122,57,2783163602,'2018-01-06 04:48:46',''),(66240,1,1,68123,9,2783163602,'2018-01-06 04:48:46',''),(66241,1,1,68124,28,2783163602,'2018-01-06 04:48:46',''),(66242,1,1,68126,26,2783163602,'2018-01-06 04:48:46',''),(66243,1,1,68125,50,2783163602,'2018-01-06 04:48:46',''),(66244,1,1,68127,51,2783163602,'2018-01-06 04:48:46',''),(66245,1,1,68128,26,2783163602,'2018-01-06 04:48:47',''),(66246,1,1,68129,56,2783163602,'2018-01-06 04:48:47',''),(66247,1,1,68130,26,2783163602,'2018-01-06 04:48:47',''),(66248,1,1,68131,55,2783163602,'2018-01-06 04:48:47',''),(66249,1,1,68132,26,2783163602,'2018-01-06 04:48:47',''),(66250,1,1,68133,62,2783163602,'2018-01-06 04:48:47',''),(66251,1,1,68134,6,3513381521,'2018-01-06 08:12:06',''),(66252,1,1,68135,65,1608278488,'2018-01-06 08:56:55','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1658.BJvC5jytBfr-ZDtJ9ltjWx4sCQTKoaLVzBDGArN-Vaf2mdxWQLCq7V209Zapr0o8.19ce8639509c0c9b2fc4e2261a1cee8f78f2855f&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0Y'),(66253,1,1,68077,1,3587739848,'2018-01-06 09:14:00','https://www.bing.com/'),(66254,1,1,68136,1,3164961442,'2018-01-06 09:28:21',''),(66255,1,1,68137,1,1123631121,'2018-01-06 09:41:08',''),(66256,1,1,68138,1,3231158706,'2018-01-06 10:04:31',''),(66257,1,1,68139,1,1123631121,'2018-01-06 10:42:15',''),(66258,1,1,68140,50,600087084,'2018-01-06 11:00:34',''),(66259,1,1,68141,1,600087084,'2018-01-06 11:00:36',''),(66260,1,1,68142,50,600087084,'2018-01-06 11:00:37',''),(66261,1,1,68143,1,1123631121,'2018-01-06 14:48:47',''),(66262,1,1,68144,1,1123631106,'2018-01-06 17:53:56',''),(66263,1,1,68145,1,86888207,'2018-01-06 19:15:00',''),(66264,1,1,68146,1,86888207,'2018-01-06 19:15:04',''),(66265,1,1,68147,6,886060044,'2018-01-06 23:29:18',''),(66266,1,1,68148,56,908367028,'2018-01-07 02:04:38',''),(66267,1,1,68149,1,3211099731,'2018-01-07 02:45:22',''),(66268,1,1,68150,1,221898042,'2018-01-07 03:35:11',''),(66269,1,1,68151,1,311438323,'2018-01-07 03:35:23',''),(66270,1,1,68152,1,916021231,'2018-01-07 03:35:24',''),(66271,1,1,68153,1,311438323,'2018-01-07 03:35:24',''),(66272,1,1,68154,1,311438323,'2018-01-07 03:35:25',''),(66273,1,1,68155,1,311438323,'2018-01-07 03:35:26',''),(66274,1,1,68156,18,311438323,'2018-01-07 03:35:27',''),(66275,1,1,68157,3,311438323,'2018-01-07 03:35:28',''),(66276,1,1,68158,1,311438323,'2018-01-07 03:35:29',''),(66277,1,1,68159,43,311438323,'2018-01-07 03:35:30',''),(66278,1,1,68160,45,311438323,'2018-01-07 03:35:30',''),(66279,1,1,68161,6,311438323,'2018-01-07 03:35:32',''),(66280,1,1,68162,1,676177851,'2018-01-07 05:06:15',''),(66281,1,1,68163,6,1123631812,'2018-01-07 05:44:09',''),(66282,1,1,68164,1,917996159,'2018-01-07 05:58:45',''),(66283,1,1,68165,26,676177718,'2018-01-07 07:05:49',''),(66284,1,1,68166,18,2637637451,'2018-01-07 09:11:00',''),(66285,1,1,68167,68,2996480824,'2018-01-07 09:12:58',''),(66286,1,1,68168,1,3164961464,'2018-01-07 09:40:40',''),(66287,1,1,68169,1,1443116522,'2018-01-07 10:38:50','https://www.google.co.uk/'),(66288,1,1,68170,16,86888206,'2018-01-07 13:30:02',''),(66289,1,1,68171,1,772022347,'2018-01-07 13:48:51',''),(66290,1,1,68172,1,772022347,'2018-01-07 13:48:53',''),(66291,1,1,68173,1,772022347,'2018-01-07 13:48:55',''),(66292,1,1,68174,1,772022347,'2018-01-07 13:48:56',''),(66293,1,1,68175,1,772022347,'2018-01-07 13:48:59',''),(66294,1,1,68176,1,772022347,'2018-01-07 13:49:01',''),(66295,1,1,68177,1,772022347,'2018-01-07 13:49:03',''),(66296,1,1,68178,1,772022347,'2018-01-07 13:49:05',''),(66297,1,1,68179,1,1123631765,'2018-01-07 16:25:00',''),(66298,1,1,68180,43,2637637451,'2018-01-07 18:23:00',''),(66299,1,1,68181,16,2637637451,'2018-01-07 18:23:01',''),(66300,1,1,68182,1,2328443951,'2018-01-07 20:25:02',''),(66301,1,1,68183,1,2328443951,'2018-01-07 22:27:51',''),(66302,1,1,68184,1,221832513,'2018-01-08 04:13:17',''),(66303,1,1,68185,41,1476059246,'2018-01-08 06:03:04',''),(66304,1,1,68186,1,2513067162,'2018-01-08 07:59:16',''),(66305,1,1,68187,15,908366968,'2018-01-08 08:57:05',''),(66306,1,1,68188,1,3164961458,'2018-01-08 09:25:46',''),(66307,1,1,68189,6,3513381521,'2018-01-08 09:35:42',''),(66308,1,1,68190,1,1055450978,'2018-01-08 10:44:26','https://www.google.co.uk/'),(66309,1,1,68191,28,86888207,'2018-01-08 10:46:20',''),(66310,1,1,68192,26,2637637615,'2018-01-08 12:09:10',''),(66311,1,1,68193,62,1476059246,'2018-01-08 14:03:52',''),(66312,1,1,68194,1,1476059246,'2018-01-08 16:44:14',''),(66313,1,1,68195,9,908366996,'2018-01-08 18:42:41',''),(66314,1,1,68196,56,2637637545,'2018-01-08 19:54:55',''),(66315,1,1,68197,65,1608305279,'2018-01-09 00:04:13','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1660.01XmTTLMjgl-RbjPcKKHwTT9Y26vIlO8kF5hajSoVLS55yN3LCJvz-FVeDOKcn_D.bed00914d0e492721e24a8bff7d5d129fb29763b&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0Y'),(66316,1,1,68198,1,2809319708,'2018-01-09 00:21:16',''),(66317,1,1,68199,1,2809319708,'2018-01-09 00:21:19',''),(66318,1,1,68200,50,2809319708,'2018-01-09 00:21:21',''),(66319,1,1,68201,26,2809319708,'2018-01-09 00:21:23',''),(66320,1,1,68202,26,2809319708,'2018-01-09 00:21:24',''),(66321,1,1,68203,26,2809319708,'2018-01-09 00:21:25',''),(66322,1,1,68204,26,2809319708,'2018-01-09 00:21:26',''),(66323,1,1,68205,26,2809319708,'2018-01-09 00:21:27',''),(66324,1,1,68206,18,2809319708,'2018-01-09 00:21:28',''),(66325,1,1,68207,26,2809319708,'2018-01-09 00:21:29',''),(66326,1,1,68208,26,2809319708,'2018-01-09 00:21:30',''),(66327,1,1,68209,26,2809319708,'2018-01-09 00:21:31',''),(66328,1,1,68210,26,2809319708,'2018-01-09 00:21:32',''),(66329,1,1,68211,26,2809319708,'2018-01-09 00:21:33',''),(66330,1,1,68212,6,2809319708,'2018-01-09 00:21:35',''),(66331,1,1,68213,53,2809319708,'2018-01-09 00:21:36',''),(66332,1,1,68214,1,2809319708,'2018-01-09 00:21:37',''),(66333,1,1,68215,1,1539837124,'2018-01-09 04:01:40',''),(66334,1,1,68216,1,1123631121,'2018-01-09 05:07:05',''),(66335,1,1,68217,6,1123631122,'2018-01-09 06:58:00',''),(66336,1,1,68218,1,2328191169,'2018-01-09 08:25:16',''),(66337,1,1,68219,1,3164961445,'2018-01-09 09:39:18',''),(66338,1,1,68220,1,1476059246,'2018-01-09 14:40:36',''),(66339,1,1,68221,1,1476059246,'2018-01-09 14:40:40',''),(66340,1,1,68222,1,3479603870,'2018-01-09 14:49:38',''),(66341,1,1,68223,1,772029058,'2018-01-09 15:22:13',''),(66342,1,1,68224,43,2637637567,'2018-01-09 16:12:44',''),(66343,1,1,68225,43,2637637565,'2018-01-09 16:12:44',''),(66344,1,1,68226,16,2637637567,'2018-01-09 16:12:45',''),(66345,1,1,68227,16,2637637565,'2018-01-09 16:12:45',''),(66346,1,1,68228,1,2637637395,'2018-01-09 16:12:48',''),(66347,1,1,68229,62,1123631123,'2018-01-09 16:22:13',''),(66348,1,1,68230,65,908367025,'2018-01-09 16:44:46',''),(66349,1,1,68231,1,1123631121,'2018-01-09 17:25:38',''),(66350,1,1,68232,1,1123631123,'2018-01-09 17:30:09',''),(66351,1,1,68233,1,1123631121,'2018-01-09 21:04:12',''),(66352,1,1,68234,1,2328195003,'2018-01-10 01:09:41',''),(66353,1,1,68235,26,2328195003,'2018-01-10 01:10:21',''),(66354,1,1,68236,18,2328195003,'2018-01-10 01:10:23',''),(66355,1,1,68237,26,2328195003,'2018-01-10 01:10:23',''),(66356,1,1,68238,43,2328195003,'2018-01-10 01:10:23',''),(66357,1,1,68239,3,2328195003,'2018-01-10 01:10:23',''),(66358,1,1,68240,45,2328195003,'2018-01-10 01:10:24',''),(66359,1,1,68241,57,2328195003,'2018-01-10 01:10:24',''),(66360,1,1,68242,9,2328195003,'2018-01-10 01:10:24',''),(66361,1,1,68243,28,2328195003,'2018-01-10 01:10:24',''),(66362,1,1,68244,50,2328195003,'2018-01-10 01:10:24',''),(66363,1,1,68245,26,2328195003,'2018-01-10 01:10:24',''),(66364,1,1,68246,51,2328195003,'2018-01-10 01:10:24',''),(66365,1,1,68247,26,2328195003,'2018-01-10 01:10:25',''),(66366,1,1,68248,56,2328195003,'2018-01-10 01:10:25',''),(66367,1,1,68249,26,2328195003,'2018-01-10 01:10:25',''),(66368,1,1,68250,55,2328195003,'2018-01-10 01:10:25',''),(66369,1,1,68251,26,2328195003,'2018-01-10 01:10:25',''),(66370,1,1,68252,62,2328195003,'2018-01-10 01:10:25',''),(66371,1,1,68253,15,1476059246,'2018-01-10 01:29:56',''),(66372,1,1,68254,1,1540856041,'2018-01-10 02:38:04',''),(66373,1,1,68255,1,221832513,'2018-01-10 03:55:02',''),(66374,1,1,68256,1,1123631121,'2018-01-10 04:13:27',''),(66375,1,1,68257,75,1476059246,'2018-01-10 04:35:29',''),(66376,1,1,68258,1,1123631121,'2018-01-10 08:52:16',''),(66377,1,1,68259,1,917996159,'2018-01-10 09:11:55',''),(66378,1,1,68260,1,3164961441,'2018-01-10 09:46:09',''),(66379,1,1,68261,1,1757432364,'2018-01-10 16:46:18',''),(66380,1,1,68262,1,1757432364,'2018-01-10 16:46:19',''),(66381,1,1,68263,18,1757432364,'2018-01-10 16:46:21',''),(66382,1,1,68264,1,1757432364,'2018-01-10 16:46:21',''),(66383,1,1,68265,3,1757432364,'2018-01-10 16:46:21',''),(66384,1,1,68266,18,1757432364,'2018-01-10 16:46:22',''),(66385,1,1,68268,3,1757432364,'2018-01-10 16:46:22',''),(66386,1,1,68267,1,1757432364,'2018-01-10 16:46:22',''),(66387,1,1,68269,43,1757432364,'2018-01-10 16:46:23',''),(66388,1,1,68270,45,1757432364,'2018-01-10 16:46:23',''),(66389,1,1,68271,6,1757432364,'2018-01-10 16:46:23',''),(66390,1,1,68272,45,1757432364,'2018-01-10 16:46:24',''),(66391,1,1,68273,43,1757432364,'2018-01-10 16:46:24',''),(66392,1,1,68274,6,1757432364,'2018-01-10 16:46:24',''),(66393,1,1,68275,57,1757432364,'2018-01-10 16:46:24',''),(66394,1,1,68276,9,1757432364,'2018-01-10 16:46:25',''),(66395,1,1,68277,57,1757432364,'2018-01-10 16:46:25',''),(66396,1,1,68278,28,1757432364,'2018-01-10 16:46:25',''),(66397,1,1,68279,9,1757432364,'2018-01-10 16:46:26',''),(66398,1,1,68280,26,1757432364,'2018-01-10 16:46:26',''),(66399,1,1,68281,28,1757432364,'2018-01-10 16:46:26',''),(66400,1,1,68282,26,1757432364,'2018-01-10 16:46:26',''),(66401,1,1,68283,50,1757432364,'2018-01-10 16:46:26',''),(66402,1,1,68284,26,1757432364,'2018-01-10 16:46:27',''),(66403,1,1,68285,51,1757432364,'2018-01-10 16:46:27',''),(66404,1,1,68286,50,1757432364,'2018-01-10 16:46:27',''),(66405,1,1,68287,26,1757432364,'2018-01-10 16:46:27',''),(66406,1,1,68288,51,1757432364,'2018-01-10 16:46:28',''),(66407,1,1,68289,26,1757432364,'2018-01-10 16:46:28',''),(66408,1,1,68290,56,1757432364,'2018-01-10 16:46:28',''),(66409,1,1,68291,26,1757432364,'2018-01-10 16:46:29',''),(66410,1,1,68292,26,1757432364,'2018-01-10 16:46:29',''),(66411,1,1,68293,56,1757432364,'2018-01-10 16:46:29',''),(66412,1,1,68294,55,1757432364,'2018-01-10 16:46:29',''),(66413,1,1,68295,26,1757432364,'2018-01-10 16:46:30',''),(66414,1,1,68296,26,1757432364,'2018-01-10 16:46:30',''),(66415,1,1,68297,62,1757432364,'2018-01-10 16:46:30',''),(66416,1,1,68298,55,1757432364,'2018-01-10 16:46:30',''),(66417,1,1,68299,26,1757432364,'2018-01-10 16:46:31',''),(66418,1,1,68300,62,1757432364,'2018-01-10 16:46:31',''),(66419,1,1,68301,26,1757432364,'2018-01-10 16:46:31',''),(66420,1,1,68302,63,1757432364,'2018-01-10 16:46:31',''),(66421,1,1,68303,26,1757432364,'2018-01-10 16:46:32',''),(66422,1,1,68304,63,1757432364,'2018-01-10 16:46:32',''),(66423,1,1,68305,26,1757432364,'2018-01-10 16:46:32',''),(66424,1,1,68306,64,1757432364,'2018-01-10 16:46:33',''),(66425,1,1,68307,26,1757432364,'2018-01-10 16:46:33',''),(66426,1,1,68308,26,1757432364,'2018-01-10 16:46:33',''),(66427,1,1,68309,64,1757432364,'2018-01-10 16:46:34',''),(66428,1,1,68310,26,1757432364,'2018-01-10 16:46:34',''),(66429,1,1,68311,1,1358488528,'2018-01-10 18:45:37',''),(66430,1,1,68312,14,3024883592,'2018-01-10 19:13:42',''),(66431,1,1,68313,6,3324944382,'2018-01-10 19:36:58',''),(66432,1,1,68314,1,772037485,'2018-01-10 20:41:42',''),(66433,1,1,68315,1,772037485,'2018-01-10 20:41:44',''),(66434,1,1,68316,1,772037485,'2018-01-10 20:41:46',''),(66435,1,1,68317,1,772037485,'2018-01-10 20:41:48',''),(66436,1,1,68318,1,772037485,'2018-01-10 20:41:50',''),(66437,1,1,68319,1,772037485,'2018-01-10 20:41:52',''),(66438,1,1,68320,1,772037485,'2018-01-10 20:41:54',''),(66439,1,1,68321,1,772037485,'2018-01-10 20:41:56',''),(66440,1,1,68322,55,1476059246,'2018-01-11 01:02:03',''),(66441,1,1,68323,6,2954838202,'2018-01-11 01:23:56',''),(66442,1,1,68324,27,1476059246,'2018-01-11 04:37:19',''),(66443,1,1,68325,38,86888207,'2018-01-11 05:04:58',''),(66444,1,1,68326,51,1600959843,'2018-01-11 07:25:37',''),(66445,1,1,68327,1,3164961452,'2018-01-11 09:46:21',''),(66446,1,1,68328,56,1476059246,'2018-01-11 10:05:43',''),(66447,1,1,68329,1,1365879958,'2018-01-11 11:23:44','https://www.google.co.uk/'),(66448,1,1,68330,65,1123635641,'2018-01-11 12:40:31','http://www.google.com/search'),(66449,1,1,68331,56,1123635639,'2018-01-11 12:41:05','http://www.google.com/search'),(66450,1,1,68332,50,1476059246,'2018-01-11 13:35:20',''),(66451,1,1,68333,45,1600959843,'2018-01-11 13:45:43',''),(66452,1,1,68334,9,86888207,'2018-01-11 13:52:55',''),(66453,1,1,68335,1,597281316,'2018-01-11 14:08:40',''),(66454,1,1,68336,1,1476059246,'2018-01-11 14:39:19',''),(66455,1,1,68337,1,1476059246,'2018-01-11 14:39:23',''),(66456,1,1,68338,43,1476059246,'2018-01-11 15:02:15',''),(66457,1,1,68339,43,872368000,'2018-01-11 18:04:40',''),(66458,1,1,68340,6,3475901794,'2018-01-11 19:57:26',''),(66459,1,1,68341,1,3475901794,'2018-01-11 20:44:24',''),(66460,1,1,68342,43,3475901791,'2018-01-11 20:44:28',''),(66461,1,1,68343,16,3475901791,'2018-01-11 20:44:29',''),(66462,1,1,68344,43,3475901793,'2018-01-11 20:44:31',''),(66463,1,1,68345,1,1123631577,'2018-01-12 04:07:01',''),(66464,1,1,68346,1,221832513,'2018-01-12 04:15:10',''),(66465,1,1,68347,1,3106945253,'2018-01-12 04:42:35',''),(66466,1,1,68348,42,908367176,'2018-01-12 06:42:27',''),(66467,1,1,68349,1,3164961460,'2018-01-12 09:27:43',''),(66468,1,1,68350,1,1123631579,'2018-01-12 09:27:57',''),(66469,1,1,68351,58,599692562,'2018-01-12 15:34:14',''),(66470,1,1,68352,1,599692562,'2018-01-12 15:34:15',''),(66471,1,1,68353,58,599692562,'2018-01-12 15:34:16',''),(66472,1,1,68354,1,1443442439,'2018-01-12 15:51:25','https://www.google.co.uk/'),(66473,1,1,68355,1,2954886977,'2018-01-12 17:02:09',''),(66474,1,1,68356,1,233145763,'2018-01-12 17:34:14',''),(66475,1,1,68357,1,1123631577,'2018-01-12 19:35:40',''),(66476,1,1,68358,1,2461654789,'2018-01-12 22:49:16',''),(66477,1,1,68359,1,3050749924,'2018-01-13 07:52:56',''),(66478,1,1,68360,1,2680909211,'2018-01-13 09:31:20',''),(66479,1,1,68361,26,2680909211,'2018-01-13 09:31:44',''),(66480,1,1,68362,26,2680909211,'2018-01-13 09:31:44',''),(66481,1,1,68363,18,2680909211,'2018-01-13 09:31:44',''),(66482,1,1,68364,3,2680909211,'2018-01-13 09:31:44',''),(66483,1,1,68365,43,2680909211,'2018-01-13 09:31:44',''),(66484,1,1,68366,45,2680909211,'2018-01-13 09:31:44',''),(66485,1,1,68367,57,2680909211,'2018-01-13 09:31:44',''),(66486,1,1,68368,9,2680909211,'2018-01-13 09:31:45',''),(66487,1,1,68369,28,2680909211,'2018-01-13 09:31:45',''),(66488,1,1,68370,50,2680909211,'2018-01-13 09:31:45',''),(66489,1,1,68371,26,2680909211,'2018-01-13 09:31:45',''),(66490,1,1,68372,51,2680909211,'2018-01-13 09:31:45',''),(66491,1,1,68373,26,2680909211,'2018-01-13 09:31:45',''),(66492,1,1,68374,56,2680909211,'2018-01-13 09:31:46',''),(66493,1,1,68375,26,2680909211,'2018-01-13 09:31:46',''),(66494,1,1,68376,55,2680909211,'2018-01-13 09:31:46',''),(66495,1,1,68377,26,2680909211,'2018-01-13 09:31:46',''),(66496,1,1,68378,62,2680909211,'2018-01-13 09:31:46',''),(66497,1,1,68379,1,3164961467,'2018-01-13 09:31:51',''),(66498,1,1,68380,1,1330508209,'2018-01-13 09:51:44','https://www.google.co.uk/'),(66499,1,1,68381,1,1041806726,'2018-01-13 09:52:15',''),(66500,1,1,68382,1,1123631123,'2018-01-13 11:31:14',''),(66501,1,1,68383,1,917996159,'2018-01-13 12:12:40',''),(66502,1,1,68384,1,86888207,'2018-01-13 12:58:57',''),(66503,1,1,68385,1,1600959843,'2018-01-13 12:59:01',''),(66504,1,1,68386,1,35529038,'2018-01-13 15:27:49','https://www.google.co.uk/'),(66505,1,1,68387,1,3475901732,'2018-01-13 17:54:49',''),(66506,1,1,68388,1,1534678664,'2018-01-13 19:08:00',''),(66507,1,1,68389,1,1534678664,'2018-01-13 19:08:03',''),(66508,1,1,68390,1,1534678664,'2018-01-13 19:08:06',''),(66509,1,1,68391,1,1534678664,'2018-01-13 19:08:10',''),(66510,1,1,68392,1,1534678664,'2018-01-13 19:08:12',''),(66511,1,1,68393,1,1534678664,'2018-01-13 19:08:15',''),(66512,1,1,68394,1,1534678664,'2018-01-13 19:08:20',''),(66513,1,1,68395,1,1534678664,'2018-01-13 19:08:23',''),(66514,1,1,68396,1,2328191183,'2018-01-13 21:37:50',''),(66515,1,1,68397,1,3495879932,'2018-01-13 23:50:17',''),(66516,1,1,68398,67,1476059246,'2018-01-14 01:57:25',''),(66517,1,1,68399,1,1539876146,'2018-01-14 04:11:14',''),(66518,1,1,68400,1,2461654789,'2018-01-14 05:26:04',''),(66519,1,1,68401,1,1123634137,'2018-01-14 06:02:25',''),(66520,1,1,68402,1,221832513,'2018-01-14 06:34:45',''),(66521,1,1,68403,1,3164961464,'2018-01-14 09:32:34',''),(66522,1,1,68404,1,1123634135,'2018-01-14 11:32:30',''),(66523,1,1,68405,1,3475901732,'2018-01-14 12:45:30',''),(66524,1,1,68406,1,1378103765,'2018-01-14 13:14:49','https://www.google.co.uk/'),(66525,1,1,68407,1,3587046745,'2018-01-14 17:48:08','https://www.google.co.uk/'),(66526,1,1,68408,70,908367020,'2018-01-14 18:04:07',''),(66527,1,1,68409,1,1123634139,'2018-01-14 19:09:42',''),(66528,1,1,68410,1,1402306127,'2018-01-14 20:32:02',''),(66529,1,1,68411,1,35526974,'2018-01-14 21:34:44','https://www.google.co.uk/'),(66530,1,1,68412,75,86888207,'2018-01-14 21:59:27',''),(66531,1,1,68413,6,1402306144,'2018-01-14 22:06:05',''),(66532,1,1,68414,1,1123634979,'2018-01-15 00:06:02',''),(66533,1,1,68415,50,887152025,'2018-01-15 01:19:18',''),(66534,1,1,68416,50,887152025,'2018-01-15 01:19:19',''),(66535,1,1,68417,1,887152025,'2018-01-15 01:19:21',''),(66536,1,1,68418,50,887152025,'2018-01-15 01:19:23',''),(66537,1,1,68419,1,676695033,'2018-01-15 02:25:46',''),(66538,1,1,68420,6,1402306154,'2018-01-15 02:48:52',''),(66539,1,1,68421,6,3513381521,'2018-01-15 03:36:13',''),(66540,1,1,68422,75,908367128,'2018-01-15 04:01:10',''),(66541,1,1,68423,65,1476059246,'2018-01-15 07:36:50',''),(66542,1,1,68424,62,2996480837,'2018-01-15 07:42:55',''),(66543,1,1,68425,69,86888245,'2018-01-15 07:46:06',''),(66544,1,1,68426,50,86888273,'2018-01-15 08:42:06',''),(66545,1,1,68427,73,676177851,'2018-01-15 08:55:59',''),(66546,1,1,68428,58,1476059184,'2018-01-15 09:11:37',''),(66547,1,1,68429,1,874806702,'2018-01-15 09:12:44',''),(66548,1,1,68430,1,3164961449,'2018-01-15 09:22:16',''),(66549,1,1,68431,27,1600959843,'2018-01-15 10:31:02',''),(66550,1,1,68432,1,3112094246,'2018-01-15 11:31:29',''),(66551,1,1,68433,1,1476059246,'2018-01-15 12:05:00',''),(66552,1,1,68434,1,1476059246,'2018-01-15 13:32:11',''),(66553,1,1,68435,1,86888207,'2018-01-15 13:32:15',''),(66554,1,1,68436,1,1123634985,'2018-01-15 13:44:55',''),(66555,1,1,68437,1,1123634979,'2018-01-15 15:23:51',''),(66556,1,1,68438,38,1476059246,'2018-01-15 15:36:51',''),(66557,1,1,68439,1,1329783385,'2018-01-15 16:16:12','https://www.google.co.uk/'),(66558,1,1,68440,1,1041806726,'2018-01-15 16:16:42',''),(66559,1,1,68441,51,86888207,'2018-01-15 16:20:29',''),(66560,1,1,68442,43,2637637502,'2018-01-15 16:29:01',''),(66561,1,1,68443,43,2637637502,'2018-01-15 16:29:02',''),(66562,1,1,68444,16,676177837,'2018-01-15 16:29:12',''),(66563,1,1,68445,1,1329783385,'2018-01-15 16:29:46',''),(66564,1,1,68446,9,86888207,'2018-01-15 17:18:32',''),(66565,1,1,68447,63,1476059246,'2018-01-15 17:46:38',''),(66566,1,1,68448,1,1123634985,'2018-01-15 18:01:38',''),(66567,1,1,68449,50,908366940,'2018-01-15 19:24:36',''),(66568,1,1,68450,1,2916141210,'2018-01-15 19:57:46',''),(66569,1,1,68451,16,908367033,'2018-01-15 21:44:10',''),(66570,1,1,68452,56,3475901778,'2018-01-15 23:41:35',''),(66571,1,1,68453,1,601972778,'2018-01-16 01:11:29',''),(66572,1,1,68454,1,1815808070,'2018-01-16 02:04:43',''),(66573,1,1,68455,1,1815808070,'2018-01-16 02:04:57',''),(66574,1,1,68456,1,35547284,'2018-01-16 09:28:51','http://www.google.co.uk/search?client=ms-android-sonymobile&channel=bm&dcr=0&source=hp&ei=nMVdWrm-L4XCgAagw4SwCA&q=tyre+exchange++Blackburn&oq=tyre+exchange++Blackburn&gs_l=mobile-gws-hp.12...2389.16568.0.17791.28.25.1.1.1.0.940.6276.2j10j7j2j2j1j1.25.0.'),(66575,1,1,68457,1,3164961458,'2018-01-16 09:31:34',''),(66576,1,1,68458,6,3513381521,'2018-01-16 09:57:04',''),(66577,1,1,68459,1,1540436758,'2018-01-16 12:24:01',''),(66578,1,1,68460,1,1540436758,'2018-01-16 12:24:03',''),(66579,1,1,68461,1,1540436758,'2018-01-16 12:24:06',''),(66580,1,1,68462,1,1540436758,'2018-01-16 12:24:08',''),(66581,1,1,68463,1,1540436758,'2018-01-16 12:24:10',''),(66582,1,1,68464,1,1540436758,'2018-01-16 12:24:12',''),(66583,1,1,68465,1,1540436758,'2018-01-16 12:24:14',''),(66584,1,1,68466,1,1540436758,'2018-01-16 12:24:16',''),(66585,1,1,68467,1,294558627,'2018-01-16 17:36:02',''),(66586,1,1,68468,1,1123631765,'2018-01-16 20:26:11',''),(66587,1,1,68469,16,1476059246,'2018-01-16 20:38:53',''),(66588,1,1,68470,1,1330052637,'2018-01-16 20:39:11','https://www.google.co.uk/'),(66589,1,1,68471,1,1041806727,'2018-01-16 20:48:45',''),(66590,1,1,68472,51,2637637522,'2018-01-16 22:33:08',''),(66591,1,1,68473,43,1476059246,'2018-01-17 00:11:25',''),(66592,1,1,68474,1,2430157463,'2018-01-17 04:53:32',''),(66593,1,1,68475,1,2430157463,'2018-01-17 04:53:36',''),(66594,1,1,68476,50,2430157463,'2018-01-17 04:53:38',''),(66595,1,1,68477,26,2430157463,'2018-01-17 04:53:40',''),(66596,1,1,68478,26,2430157463,'2018-01-17 04:53:41',''),(66597,1,1,68479,26,2430157463,'2018-01-17 04:53:42',''),(66598,1,1,68480,26,2430157463,'2018-01-17 04:53:43',''),(66599,1,1,68481,1,2430157463,'2018-01-17 04:53:44',''),(66600,1,1,68482,1,2461654875,'2018-01-17 06:19:16',''),(66601,1,1,68483,1,3164961455,'2018-01-17 09:44:34',''),(66602,1,1,68484,1,35527430,'2018-01-17 10:38:41','https://www.google.co.uk/'),(66603,1,1,68485,1,1384437847,'2018-01-17 11:10:43',''),(66604,1,1,68486,1,3024883602,'2018-01-17 11:17:11',''),(66605,1,1,68487,1,86888207,'2018-01-17 15:14:47',''),(66606,1,1,68488,1,1600959843,'2018-01-17 15:14:50',''),(66607,1,1,68489,1,1744702515,'2018-01-17 16:14:57',''),(66608,1,1,68490,50,1744702515,'2018-01-17 16:14:59',''),(66609,1,1,68491,192,1744702515,'2018-01-17 16:15:01',''),(66610,1,1,68492,50,1744702515,'2018-01-17 16:15:02',''),(66611,1,1,68493,50,1744702515,'2018-01-17 16:15:04',''),(66612,1,1,68494,50,1744702515,'2018-01-17 16:15:06',''),(66613,1,1,68495,50,1744702515,'2018-01-17 16:15:09',''),(66614,1,1,68496,50,1744702515,'2018-01-17 16:15:11',''),(66615,1,1,68497,50,1744702515,'2018-01-17 16:15:13',''),(66616,1,1,68498,50,1744702515,'2018-01-17 16:15:15',''),(66617,1,1,68499,50,1744702515,'2018-01-17 16:15:17',''),(66618,1,1,68500,1,1744702515,'2018-01-17 16:15:19',''),(66619,1,1,68501,1,1744702515,'2018-01-17 16:15:21',''),(66620,1,1,68502,1,1744702515,'2018-01-17 16:15:22',''),(66621,1,1,68503,1,1744702515,'2018-01-17 16:15:26',''),(66622,1,1,68504,1,1744702515,'2018-01-17 16:15:27',''),(66623,1,1,68505,1,1744702515,'2018-01-17 16:15:29',''),(66624,1,1,68506,1,1744702515,'2018-01-17 16:15:30',''),(66625,1,1,68507,1,1744702515,'2018-01-17 16:15:32',''),(66626,1,1,68508,50,1744702515,'2018-01-17 16:15:33',''),(66627,1,1,68509,50,1744702515,'2018-01-17 16:15:35',''),(66628,1,1,68510,50,1744702515,'2018-01-17 16:15:37',''),(66629,1,1,68511,50,1744702515,'2018-01-17 16:15:39',''),(66630,1,1,68512,50,1744702515,'2018-01-17 16:15:41',''),(66631,1,1,68513,50,1744702515,'2018-01-17 16:15:44',''),(66632,1,1,68514,50,1744702515,'2018-01-17 16:15:46',''),(66633,1,1,68515,50,1744702515,'2018-01-17 16:15:49',''),(66634,1,1,68516,50,1744702515,'2018-01-17 16:15:51',''),(66635,1,1,68517,50,1744702515,'2018-01-17 16:15:53',''),(66636,1,1,68518,50,1744702515,'2018-01-17 16:16:00',''),(66637,1,1,68519,50,1744702515,'2018-01-17 16:16:01',''),(66638,1,1,68520,50,1744702515,'2018-01-17 16:16:03',''),(66639,1,1,68521,50,1744702515,'2018-01-17 16:16:06',''),(66640,1,1,68522,50,1744702515,'2018-01-17 16:16:08',''),(66641,1,1,68523,50,1744702515,'2018-01-17 16:16:10',''),(66642,1,1,68524,1,1123633944,'2018-01-17 17:06:47',''),(66643,1,1,68525,1,1577165351,'2018-01-17 17:56:30',''),(66644,1,1,68526,1,2016889632,'2018-01-17 19:44:45',''),(66645,1,1,68527,1,2680902373,'2018-01-17 20:03:32',''),(66646,1,1,68528,26,2680902373,'2018-01-17 20:04:03',''),(66647,1,1,68529,26,2680902373,'2018-01-17 20:04:03',''),(66648,1,1,68530,18,2680902373,'2018-01-17 20:04:03',''),(66649,1,1,68531,3,2680902373,'2018-01-17 20:04:03',''),(66650,1,1,68532,43,2680902373,'2018-01-17 20:04:03',''),(66651,1,1,68533,45,2680902373,'2018-01-17 20:04:03',''),(66652,1,1,68534,9,2680902373,'2018-01-17 20:04:04',''),(66653,1,1,68535,57,2680902373,'2018-01-17 20:04:04',''),(66654,1,1,68536,28,2680902373,'2018-01-17 20:04:04',''),(66655,1,1,68537,26,2680902373,'2018-01-17 20:04:05',''),(66656,1,1,68538,50,2680902373,'2018-01-17 20:04:05',''),(66657,1,1,68539,51,2680902373,'2018-01-17 20:04:05',''),(66658,1,1,68540,26,2680902373,'2018-01-17 20:04:05',''),(66659,1,1,68541,56,2680902373,'2018-01-17 20:04:05',''),(66660,1,1,68542,26,2680902373,'2018-01-17 20:04:06',''),(66661,1,1,68543,55,2680902373,'2018-01-17 20:04:06',''),(66662,1,1,68544,26,2680902373,'2018-01-17 20:04:06',''),(66663,1,1,68545,62,2680902373,'2018-01-17 20:04:06',''),(66664,1,1,68546,54,908367011,'2018-01-17 22:01:44',''),(66665,1,1,68547,1,3255247816,'2018-01-17 23:06:13',''),(66666,1,1,68548,1,3255247816,'2018-01-17 23:06:14',''),(66667,1,1,68549,1,3255247816,'2018-01-17 23:06:18',''),(66668,1,1,68550,6,3255247816,'2018-01-17 23:06:19',''),(66669,1,1,68551,1,3255247816,'2018-01-17 23:06:19',''),(66670,1,1,68552,1,3255247816,'2018-01-17 23:06:20',''),(66671,1,1,68553,1,3255247816,'2018-01-17 23:06:21',''),(66672,1,1,68554,1,3255247816,'2018-01-17 23:06:21',''),(66673,1,1,68555,1,3255247816,'2018-01-17 23:06:22',''),(66674,1,1,68556,1,3255247816,'2018-01-17 23:06:23',''),(66675,1,1,68557,1,3255247816,'2018-01-17 23:06:23',''),(66676,1,1,68558,1,3255247816,'2018-01-17 23:06:24',''),(66677,1,1,68559,1,3255247816,'2018-01-17 23:06:24',''),(66678,1,1,68560,1,3255247816,'2018-01-17 23:06:25',''),(66679,1,1,68561,1,3255247816,'2018-01-17 23:06:26',''),(66680,1,1,68562,9,3255247816,'2018-01-17 23:06:26',''),(66681,1,1,68563,3,3255247816,'2018-01-17 23:06:27',''),(66682,1,1,68564,18,3255247816,'2018-01-17 23:06:27',''),(66683,1,1,68565,1,3255247816,'2018-01-17 23:06:28',''),(66684,1,1,68566,1,3255247816,'2018-01-17 23:06:29',''),(66685,1,1,68567,1,3255247816,'2018-01-17 23:06:29',''),(66686,1,1,68568,1,3255247816,'2018-01-17 23:06:30',''),(66687,1,1,68569,1,3255247816,'2018-01-17 23:06:30',''),(66688,1,1,68570,1,3255247816,'2018-01-17 23:06:31',''),(66689,1,1,68571,1,3255247816,'2018-01-17 23:06:31',''),(66690,1,1,68572,1,3255247816,'2018-01-17 23:06:32',''),(66691,1,1,68573,1,3255247816,'2018-01-17 23:06:33',''),(66692,1,1,68574,1,3255247816,'2018-01-17 23:06:33',''),(66693,1,1,68575,1,3255247816,'2018-01-17 23:06:34',''),(66694,1,1,68576,1,3255247816,'2018-01-17 23:06:34',''),(66695,1,1,68577,1,3255247816,'2018-01-17 23:06:35',''),(66696,1,1,68578,1,3255247816,'2018-01-17 23:06:35',''),(66697,1,1,68579,1,3255247816,'2018-01-17 23:06:36',''),(66698,1,1,68580,1,3255247816,'2018-01-17 23:06:36',''),(66699,1,1,68581,1,3255247816,'2018-01-17 23:06:37',''),(66700,1,1,68582,1,3255247816,'2018-01-17 23:06:38',''),(66701,1,1,68583,1,1123633944,'2018-01-18 02:53:13',''),(66702,1,1,68584,43,676177758,'2018-01-18 03:12:08',''),(66703,1,1,68585,56,676177758,'2018-01-18 03:12:09',''),(66704,1,1,68586,15,676177800,'2018-01-18 03:12:12',''),(66705,1,1,68587,1,676177800,'2018-01-18 03:12:13',''),(66706,1,1,68588,16,3231161810,'2018-01-18 04:52:07',''),(66707,1,1,68589,1,3164961458,'2018-01-18 09:45:13',''),(66708,1,1,68590,1,1544811815,'2018-01-18 10:03:33','https://www.google.co.uk/'),(66709,1,1,68591,65,3168970273,'2018-01-18 10:18:40','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1670.PqFA_3LCMb3mrOtK10crnHP6RiOIGx5ddYfwjsxPp84.9b4bd15f10c22799d35c926acd2aaa9303bebf38&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(66710,1,1,68592,65,2680885493,'2018-01-18 10:31:23','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1670.Y2rt8BMbdmGQhPWHm8JvNaVdP-ADPRFciJC0ZBpGk4A.b370ade9e479d15c015cc8c19c65b9659bf87dcd&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(66711,1,1,68593,65,3237085111,'2018-01-18 10:51:04','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1670.61-LzjPgSbmmUF1MEs_RcOJGnYhByVaX8z7tkO7-A4Q.5a680ea0eaf0ed7ed13f4da008b6ce6994e7d81e&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(66712,1,1,68594,1,2995365152,'2018-01-18 11:02:08',''),(66713,1,1,68595,38,908367207,'2018-01-18 12:44:20',''),(66714,1,1,68596,1,1123633946,'2018-01-18 13:01:54',''),(66715,1,1,68597,1,1384430103,'2018-01-18 13:10:08','https://www.google.co.uk/'),(66716,1,1,68590,1,1544811815,'2018-01-18 13:39:29','https://www.google.co.uk/'),(66717,1,1,68598,1,2328191188,'2018-01-18 17:21:27',''),(66718,1,1,68599,1,1123633944,'2018-01-18 18:20:35',''),(66719,1,1,68600,63,3702877274,'2018-01-18 19:07:44',''),(66720,1,1,68601,72,908366903,'2018-01-18 19:50:04',''),(66721,1,1,68602,6,3221454014,'2018-01-18 19:53:16',''),(66722,1,1,68603,1,2420907330,'2018-01-18 19:57:26',''),(66723,1,1,68604,1,1123633944,'2018-01-18 22:31:53',''),(66724,1,1,68606,63,676177750,'2018-01-18 23:37:37',''),(66725,1,1,68607,1,1123633944,'2018-01-19 00:05:16',''),(66726,1,1,68608,43,3475901871,'2018-01-19 00:26:52',''),(66727,1,1,68609,1,1123633945,'2018-01-19 01:30:13',''),(66728,1,1,68610,1,1123633944,'2018-01-19 01:45:27',''),(66729,1,1,68611,1,1123633944,'2018-01-19 02:34:43',''),(66730,1,1,68612,1,2954838202,'2018-01-19 02:47:32',''),(66731,1,1,68613,51,1123633945,'2018-01-19 03:22:14',''),(66732,1,1,68614,1,1123633946,'2018-01-19 04:16:36',''),(66733,1,1,68615,1,1123633946,'2018-01-19 05:16:04',''),(66734,1,1,68616,45,1476059246,'2018-01-19 06:49:11',''),(66735,1,1,68617,63,86888207,'2018-01-19 07:35:30',''),(66736,1,1,68618,55,1600959843,'2018-01-19 08:50:57',''),(66737,1,1,68619,1,3164961455,'2018-01-19 09:35:23',''),(66738,1,1,68620,65,2783127989,'2018-01-19 10:08:06','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1671.g9BGXEVWzgikxziAnZYXo-UO6cGRAJMa2_b9FVj00-Y.97f61f4d6d68ebc2c0574f5975c0ed5c2297f93b&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(66739,1,1,68621,65,2733843002,'2018-01-19 10:15:55','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1671.9eDl0ZBdvxtfgLyvZ0WOxH-q3ucW8fZ_ozGrlsr8tAY.9ff0e10b3f5010dd499bbd8d87ff81a38b4c8850&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(66740,1,1,68622,43,908367154,'2018-01-19 11:18:54',''),(66741,1,1,68623,1,86888207,'2018-01-19 13:30:47',''),(66742,1,1,68624,1,1600959843,'2018-01-19 13:30:51',''),(66743,1,1,68625,56,1476059246,'2018-01-19 14:21:56',''),(66744,1,1,68626,1,2063766590,'2018-01-19 16:01:07',''),(66745,1,1,68627,1,2063766590,'2018-01-19 16:01:13',''),(66746,1,1,68628,1,2063766590,'2018-01-19 16:02:30',''),(66747,1,1,68629,1,2063766590,'2018-01-19 16:02:39',''),(66748,1,1,68630,1,2063766590,'2018-01-19 16:02:51',''),(66749,1,1,68631,1,2063766590,'2018-01-19 16:03:02',''),(66750,1,1,68632,1,2063766590,'2018-01-19 16:03:09',''),(66751,1,1,68633,1,2063766590,'2018-01-19 16:03:17',''),(66752,1,1,68634,1,3589864129,'2018-01-19 21:18:28',''),(66753,1,1,68635,1,3589864129,'2018-01-19 21:18:28',''),(66754,1,1,68636,1,3589864129,'2018-01-19 21:18:29',''),(66755,1,1,68637,1,3589864129,'2018-01-19 21:18:29',''),(66756,1,1,68638,51,908367192,'2018-01-19 21:23:59',''),(66757,1,1,68639,75,676177837,'2018-01-19 21:26:43',''),(66758,1,1,68640,1,1123633945,'2018-01-20 01:46:15',''),(66759,1,1,68641,56,3475901758,'2018-01-22 00:13:01',''),(66760,1,1,68642,1,1123631121,'2018-01-22 01:53:09',''),(66761,1,1,68643,1,1123631122,'2018-01-22 03:27:36',''),(66762,1,1,68644,1,1123631122,'2018-01-22 07:12:32',''),(66763,1,1,68645,1,1354860064,'2018-01-22 08:51:09','https://www.bing.com/'),(66764,1,1,68646,1,3164961465,'2018-01-22 09:13:01',''),(66765,1,1,68647,1,1123631122,'2018-01-22 09:19:19',''),(66766,1,1,68648,43,3475901811,'2018-01-22 10:51:18',''),(66767,1,1,68649,43,3475901811,'2018-01-22 10:51:19',''),(66768,1,1,68650,16,3475901758,'2018-01-22 10:51:22',''),(66769,1,1,68651,18,3639886579,'2018-01-22 14:56:17',''),(66770,1,1,68652,48,908367052,'2018-01-22 17:42:26',''),(66771,1,1,68653,1,922542974,'2018-01-22 19:28:00',''),(66772,1,1,68654,51,3639886579,'2018-01-22 20:50:33',''),(66773,1,1,68648,1,35527466,'2018-01-22 22:45:27',''),(66774,1,1,68655,65,3639886579,'2018-01-22 23:04:00',''),(66775,1,1,68656,1,84498858,'2018-01-22 23:09:57',''),(66776,1,1,68657,1,84498858,'2018-01-22 23:09:59',''),(66777,1,1,68658,1,84498858,'2018-01-22 23:10:01',''),(66778,1,1,68659,1,84498858,'2018-01-22 23:10:03',''),(66779,1,1,68660,1,84498858,'2018-01-22 23:10:05',''),(66780,1,1,68661,1,84498858,'2018-01-22 23:10:08',''),(66781,1,1,68662,1,84498858,'2018-01-22 23:10:10',''),(66782,1,1,68663,1,84498858,'2018-01-22 23:10:12',''),(66783,1,1,68664,1,84498858,'2018-01-22 23:10:14',''),(66784,1,1,68665,62,3639886579,'2018-01-22 23:11:35',''),(66785,1,1,68666,1,3512960827,'2018-01-22 23:18:35',''),(66786,1,1,68667,1,758643661,'2018-01-22 23:19:47',''),(66787,1,1,68668,26,758643661,'2018-01-22 23:20:12',''),(66788,1,1,68669,18,758643661,'2018-01-22 23:20:12',''),(66789,1,1,68670,26,758643661,'2018-01-22 23:20:12',''),(66790,1,1,68671,3,758643661,'2018-01-22 23:20:12',''),(66791,1,1,68672,43,758643661,'2018-01-22 23:20:12',''),(66792,1,1,68673,45,758643661,'2018-01-22 23:20:13',''),(66793,1,1,68674,57,758643661,'2018-01-22 23:20:13',''),(66794,1,1,68675,9,758643661,'2018-01-22 23:20:13',''),(66795,1,1,68676,28,758643661,'2018-01-22 23:20:13',''),(66796,1,1,68677,50,758643661,'2018-01-22 23:20:13',''),(66797,1,1,68678,26,758643661,'2018-01-22 23:20:13',''),(66798,1,1,68679,51,758643661,'2018-01-22 23:20:13',''),(66799,1,1,68680,26,758643661,'2018-01-22 23:20:14',''),(66800,1,1,68681,56,758643661,'2018-01-22 23:20:14',''),(66801,1,1,68682,26,758643661,'2018-01-22 23:20:14',''),(66802,1,1,68683,55,758643661,'2018-01-22 23:20:14',''),(66803,1,1,68684,26,758643661,'2018-01-22 23:20:14',''),(66804,1,1,68685,62,758643661,'2018-01-22 23:20:14',''),(66805,1,1,68686,63,1476059246,'2018-01-23 00:34:41',''),(66806,1,1,68687,9,3639886579,'2018-01-23 03:51:30',''),(66807,1,1,68688,44,908366934,'2018-01-23 05:00:57',''),(66808,1,1,68689,31,908366931,'2018-01-23 05:26:54',''),(66809,1,1,68690,1,1402306165,'2018-01-23 05:43:32',''),(66810,1,1,68691,1,2420901606,'2018-01-23 07:43:00',''),(66811,1,1,68692,1,2420901606,'2018-01-23 07:43:02',''),(66812,1,1,68693,1,2420901606,'2018-01-23 07:43:04',''),(66813,1,1,68694,1,2420901606,'2018-01-23 07:43:06',''),(66814,1,1,68695,1,2420901606,'2018-01-23 07:43:08',''),(66815,1,1,68696,1,2420901606,'2018-01-23 07:43:10',''),(66816,1,1,68697,1,2420901606,'2018-01-23 07:43:12',''),(66817,1,1,68698,1,2420901606,'2018-01-23 07:43:14',''),(66818,1,1,68699,1,2328191173,'2018-01-23 08:00:39',''),(66819,1,1,68700,1,2957688868,'2018-01-23 08:41:36',''),(66820,1,1,68701,1,2957688868,'2018-01-23 08:41:40',''),(66821,1,1,68702,1,2957688868,'2018-01-23 08:41:42',''),(66822,1,1,68703,1,2957688868,'2018-01-23 08:41:42',''),(66823,1,1,68704,1,2957688868,'2018-01-23 08:41:43',''),(66824,1,1,68705,1,2957688868,'2018-01-23 08:41:46',''),(66825,1,1,68706,1,2957688868,'2018-01-23 08:41:46',''),(66826,1,1,68707,9,2957688868,'2018-01-23 08:41:48',''),(66827,1,1,68708,1,2957688868,'2018-01-23 08:41:49',''),(66828,1,1,68709,1,2957688868,'2018-01-23 08:41:50',''),(66829,1,1,68710,1,2957688868,'2018-01-23 08:41:52',''),(66830,1,1,68711,1,2957688868,'2018-01-23 08:41:52',''),(66831,1,1,68712,6,2957688868,'2018-01-23 08:41:53',''),(66832,1,1,68713,1,3164961463,'2018-01-23 09:35:35',''),(66833,1,1,68714,1,1711225957,'2018-01-23 11:43:36',''),(66834,1,1,68715,1,1476059246,'2018-01-23 13:27:56',''),(66835,1,1,68716,1,1476059246,'2018-01-23 13:28:00',''),(66836,1,1,68717,6,1402306162,'2018-01-23 15:16:36',''),(66837,1,1,68718,1,1159644850,'2018-01-23 16:16:12',''),(66838,1,1,68719,63,908366866,'2018-01-23 20:13:38',''),(66839,1,1,68720,75,1476059246,'2018-01-23 20:22:05',''),(66840,1,1,68721,1,221832513,'2018-01-23 20:55:06',''),(66841,1,1,68722,1,2916308953,'2018-01-23 22:51:53',''),(66842,1,1,68723,1,917996159,'2018-01-23 23:17:05',''),(66843,1,1,68724,1,1152706233,'2018-01-23 23:31:32',''),(66844,1,1,68747,26,1152706233,'2018-01-24 00:11:43',''),(66845,1,1,68749,44,1152706233,'2018-01-24 01:17:28',''),(66846,1,1,68750,52,1152706233,'2018-01-24 02:56:41',''),(66847,1,1,68751,43,3475901698,'2018-01-24 04:11:34',''),(66848,1,1,68752,16,3475901735,'2018-01-24 04:11:35',''),(66849,1,1,68753,56,3475901698,'2018-01-24 04:11:36',''),(66850,1,1,68754,59,3475901735,'2018-01-24 04:11:36',''),(66851,1,1,68755,1,2637637453,'2018-01-24 04:11:40',''),(66852,1,1,68756,15,2637637453,'2018-01-24 04:11:41',''),(66853,1,1,68757,1,2004599664,'2018-01-24 04:15:10',''),(66854,1,1,68758,15,1476059246,'2018-01-24 05:49:33',''),(66855,1,1,68759,1,2004599664,'2018-01-24 06:14:00',''),(66856,1,1,68760,48,2004599664,'2018-01-24 06:14:25',''),(66857,1,1,68762,52,2004599664,'2018-01-24 06:14:25',''),(66858,1,1,68761,1,2004599664,'2018-01-24 06:14:25',''),(66859,1,1,68763,38,2004599664,'2018-01-24 06:14:25',''),(66860,1,1,68764,53,2004599664,'2018-01-24 06:14:26',''),(66861,1,1,68765,41,2004599664,'2018-01-24 06:14:26',''),(66862,1,1,68766,26,2004599664,'2018-01-24 06:14:27',''),(66863,1,1,68767,69,2004599664,'2018-01-24 06:14:27',''),(66864,1,1,68768,26,2004599664,'2018-01-24 06:14:27',''),(66865,1,1,68770,26,2004599664,'2018-01-24 06:14:27',''),(66866,1,1,68769,65,2004599664,'2018-01-24 06:14:27',''),(66867,1,1,68771,26,2004599664,'2018-01-24 06:14:29',''),(66868,1,1,68772,55,2004599664,'2018-01-24 06:14:29',''),(66869,1,1,68774,26,2004599664,'2018-01-24 06:14:30',''),(66870,1,1,68773,56,2004599664,'2018-01-24 06:14:30',''),(66871,1,1,68775,50,2004599664,'2018-01-24 06:14:30',''),(66872,1,1,68776,51,2004599664,'2018-01-24 06:14:32',''),(66873,1,1,68777,10,1152706233,'2018-01-24 07:13:27',''),(66874,1,1,68778,1,1443144968,'2018-01-24 07:25:30','https://www.bing.com/'),(66875,1,1,68778,1,1443144968,'2018-01-24 08:04:50','https://www.bing.com/'),(66876,1,1,68779,1,1443970517,'2018-01-24 08:34:17','https://www.google.co.uk/'),(66877,1,1,68780,48,599433568,'2018-01-24 09:54:56',''),(66878,1,1,68781,48,599433568,'2018-01-24 09:54:57',''),(66879,1,1,68782,1,599433568,'2018-01-24 09:54:58',''),(66880,1,1,68783,48,599433568,'2018-01-24 09:55:00',''),(66881,1,1,68784,1,3164961467,'2018-01-24 09:56:29',''),(66882,1,1,68785,43,1443970517,'2018-01-24 10:02:19','https://www.google.co.uk/'),(66883,1,1,68786,1,2696013354,'2018-01-24 12:05:10',''),(66884,1,1,68787,1,2655351885,'2018-01-24 12:14:13',''),(66885,1,1,68788,1,2655351885,'2018-01-24 12:14:18',''),(66886,1,1,68789,50,2655351885,'2018-01-24 12:14:20',''),(66887,1,1,68790,26,2655351885,'2018-01-24 12:14:22',''),(66888,1,1,68791,26,2655351885,'2018-01-24 12:14:23',''),(66889,1,1,68792,26,2655351885,'2018-01-24 12:14:24',''),(66890,1,1,68793,26,2655351885,'2018-01-24 12:14:25',''),(66891,1,1,68794,26,2655351885,'2018-01-24 12:14:26',''),(66892,1,1,68795,18,2655351885,'2018-01-24 12:14:27',''),(66893,1,1,68796,26,2655351885,'2018-01-24 12:14:28',''),(66894,1,1,68797,26,2655351885,'2018-01-24 12:14:29',''),(66895,1,1,68798,1,2655351885,'2018-01-24 12:14:31',''),(66896,1,1,68799,26,1152706233,'2018-01-24 12:41:15',''),(66897,1,1,68800,53,3639886579,'2018-01-24 13:14:21',''),(66898,1,1,68801,49,1152706233,'2018-01-24 17:57:16',''),(66899,1,1,68802,66,1152706233,'2018-01-24 20:42:23',''),(66900,1,1,68803,26,3639886579,'2018-01-24 21:47:47',''),(66901,1,1,68804,26,1152706233,'2018-01-24 22:20:02',''),(66902,1,1,68805,26,1152706233,'2018-01-24 23:27:34',''),(66903,1,1,68806,16,3475901732,'2018-01-24 23:41:19',''),(66904,1,1,68807,15,3291763743,'2018-01-24 23:46:45',''),(66905,1,1,68808,15,3291763743,'2018-01-24 23:46:46',''),(66906,1,1,68809,1,3291763743,'2018-01-24 23:46:48',''),(66907,1,1,68810,15,3291763743,'2018-01-24 23:46:48',''),(66908,1,1,68811,26,1152706233,'2018-01-25 00:13:33',''),(66909,1,1,68812,26,1152706233,'2018-01-26 08:57:49',''),(66910,1,1,68813,1,1522763095,'2018-01-26 09:12:36','https://www.google.co.uk/'),(66911,1,1,68814,1,1123631188,'2018-01-26 09:27:05',''),(66912,1,1,68815,1,3164961459,'2018-01-26 10:28:38',''),(66913,1,1,68816,1,294559638,'2018-01-26 10:41:30',''),(66914,1,1,68817,26,3496893748,'2018-01-26 11:58:33',''),(66915,1,1,68818,54,3496893748,'2018-01-26 11:58:35',''),(66916,1,1,68819,66,3496893748,'2018-01-26 11:58:41',''),(66917,1,1,68820,56,3427775508,'2018-01-26 12:38:24',''),(66918,1,1,68821,16,599687293,'2018-01-26 13:34:15',''),(66919,1,1,68822,1,599687293,'2018-01-26 13:34:16',''),(66920,1,1,68823,16,599687293,'2018-01-26 13:34:19',''),(66921,1,1,68824,1,1603687218,'2018-01-26 14:16:43','https://www.google.co.uk/'),(66922,1,1,68825,1,1744702515,'2018-01-26 14:32:33',''),(66923,1,1,68826,50,1744702515,'2018-01-26 14:32:35',''),(66924,1,1,68827,193,1744702515,'2018-01-26 14:32:37',''),(66925,1,1,68828,50,1744702515,'2018-01-26 14:32:39',''),(66926,1,1,68829,50,1744702515,'2018-01-26 14:32:41',''),(66927,1,1,68830,50,1744702515,'2018-01-26 14:32:43',''),(66928,1,1,68831,50,1744702515,'2018-01-26 14:32:45',''),(66929,1,1,68832,50,1744702515,'2018-01-26 14:32:48',''),(66930,1,1,68833,50,1744702515,'2018-01-26 14:32:50',''),(66931,1,1,68834,50,1744702515,'2018-01-26 14:32:52',''),(66932,1,1,68835,50,1744702515,'2018-01-26 14:32:54',''),(66933,1,1,68836,1,1744702515,'2018-01-26 14:32:56',''),(66934,1,1,68837,1,1744702515,'2018-01-26 14:32:57',''),(66935,1,1,68838,1,1744702515,'2018-01-26 14:32:59',''),(66936,1,1,68839,1,1744702515,'2018-01-26 14:33:00',''),(66937,1,1,68840,1,1744702515,'2018-01-26 14:33:02',''),(66938,1,1,68841,1,1744702515,'2018-01-26 14:33:03',''),(66939,1,1,68842,1,1744702515,'2018-01-26 14:33:05',''),(66940,1,1,68843,1,1744702515,'2018-01-26 14:33:06',''),(66941,1,1,68844,50,1744702515,'2018-01-26 14:33:08',''),(66942,1,1,68845,50,1744702515,'2018-01-26 14:33:10',''),(66943,1,1,68846,50,1744702515,'2018-01-26 14:33:12',''),(66944,1,1,68847,50,1744702515,'2018-01-26 14:33:14',''),(66945,1,1,68848,50,1744702515,'2018-01-26 14:33:16',''),(66946,1,1,68849,50,1744702515,'2018-01-26 14:33:18',''),(66947,1,1,68850,50,1744702515,'2018-01-26 14:33:21',''),(66948,1,1,68851,50,1744702515,'2018-01-26 14:33:23',''),(66949,1,1,68852,50,1744702515,'2018-01-26 14:33:25',''),(66950,1,1,68853,50,1744702515,'2018-01-26 14:33:27',''),(66951,1,1,68854,50,1744702515,'2018-01-26 14:33:34',''),(66952,1,1,68855,50,1744702515,'2018-01-26 14:33:36',''),(66953,1,1,68856,50,1744702515,'2018-01-26 14:33:38',''),(66954,1,1,68857,50,1744702515,'2018-01-26 14:33:41',''),(66955,1,1,68858,50,1744702515,'2018-01-26 14:33:43',''),(66956,1,1,68859,50,1744702515,'2018-01-26 14:33:45',''),(66957,1,1,68860,1,3273031447,'2018-01-26 19:21:46',''),(66958,1,1,68861,6,3324944382,'2018-01-26 20:05:46',''),(66959,1,1,68862,1,1476059258,'2018-01-26 21:58:00',''),(66960,1,1,68863,1,1476059258,'2018-01-26 21:58:04',''),(66961,1,1,68864,1,1123631190,'2018-01-27 00:14:32',''),(66962,1,1,68865,1,1123631192,'2018-01-27 00:23:28',''),(66963,1,1,68866,41,3639886579,'2018-01-27 00:25:48',''),(66964,1,1,68867,1,917996159,'2018-01-27 01:18:07',''),(66965,1,1,68868,26,3639886579,'2018-01-27 01:22:30',''),(66966,1,1,68869,16,908366984,'2018-01-27 05:13:45',''),(66967,1,1,68870,67,3231160418,'2018-01-27 05:15:11',''),(66968,1,1,68871,26,3639886579,'2018-01-27 07:56:12',''),(66969,1,1,68872,65,2160584880,'2018-01-27 09:45:24','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1679.0fsm-exQGYj0dMyr0o-r6Z_gDWi8poHxeBwME35ZVJI.325ef524efe50109f49e85297b53689d258f9fc9&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat'),(66970,1,1,68873,65,2328206317,'2018-01-27 10:05:01','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1679.SOGfCeIpkD8Gx_dzNSy-PpLQx9lorg4YSlm_2ROIrB0.ff86da9171072826128fad9588806c295529fa33&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat'),(66971,1,1,68874,1,3164961462,'2018-01-27 10:09:51',''),(66972,1,1,68875,65,1401485763,'2018-01-27 10:44:35','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1679.vf00VA174ROfeO9EIz__nlg4U_9E59NLoE04h-6iSm4.f7863634932ec047f7ea724c562fd2a201d09fde&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat'),(66973,1,1,68876,26,3639886579,'2018-01-27 15:02:38',''),(66974,1,1,68877,1,1123631832,'2018-01-27 15:10:26',''),(66975,1,1,68878,1,1476059258,'2018-01-27 15:46:29',''),(66976,1,1,68879,1,3585395500,'2018-01-27 15:46:33',''),(66977,1,1,68880,52,3639886579,'2018-01-27 16:04:24',''),(66978,1,1,68881,69,3639886579,'2018-01-27 16:04:28',''),(66979,1,1,68882,31,1123631830,'2018-01-27 17:05:47',''),(66980,1,1,68883,26,3639886579,'2018-01-27 20:10:59',''),(66981,1,1,68884,68,1123631832,'2018-01-27 20:41:34',''),(66982,1,1,68886,1,1123631828,'2018-01-27 20:45:24',''),(66983,1,1,68887,18,2637637598,'2018-01-27 23:06:29',''),(66984,1,1,68888,1,1123631832,'2018-01-27 23:23:57',''),(66985,1,1,68889,1,3475901735,'2018-01-28 00:22:21',''),(66986,1,1,68890,1,3475901846,'2018-01-28 01:39:05',''),(66987,1,1,68891,15,3475901846,'2018-01-28 01:39:06',''),(66988,1,1,68892,16,2637637598,'2018-01-28 01:39:07',''),(66989,1,1,68893,56,3475901763,'2018-01-28 01:39:10',''),(66990,1,1,68894,43,3475901763,'2018-01-28 01:39:12',''),(66991,1,1,68895,1,885882996,'2018-01-28 02:44:27',''),(66992,1,1,68896,6,885882996,'2018-01-28 02:54:17',''),(66993,1,1,68897,28,908367166,'2018-01-28 08:27:45',''),(66994,1,1,68898,75,2637637598,'2018-01-28 10:22:20',''),(66995,1,1,68899,65,599196758,'2018-01-28 10:41:07','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1680.9816jl1ZdNhsry8Os6Viu5x7gBL-Q7VcRmXHLo87-pg.5262b7819bcf855b163a7af3a1307446557aaf2e&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat'),(66996,1,1,68900,1,3164961443,'2018-01-28 10:42:36',''),(66997,1,1,68901,65,3237076034,'2018-01-28 11:48:45','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1680.qE3AbN8Ysy8usbUGQU2YZIOBxhVTvFN0UkeTkOhrk7A.a6569369c3cf4022fc07c62b0e09222e38ba5ab8&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat'),(66998,1,1,68902,65,2160555419,'2018-01-28 11:49:05','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1680.N4pdj1nP9RCkvnZX54LZWvQ3acPu04ou0L2Jd0d7A58.b3ad0ba24399a2d78b8caabd292b130abac6b7a1&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat'),(66999,1,1,68903,65,2319758440,'2018-01-28 11:53:48','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1680.K_vRGMmBMFf2bnuZH5bzVUKAUoninQrOjiBkWprI9tg.fa9095c5b292292d25a89dcb7b831085dc6a682e&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat'),(67000,1,1,68904,68,2637637410,'2018-01-28 12:30:05',''),(67001,1,1,68905,1,1760313037,'2018-01-28 12:32:51',''),(67002,1,1,68908,18,1760313037,'2018-01-28 12:33:14',''),(67003,1,1,68907,26,1760313037,'2018-01-28 12:33:14',''),(67004,1,1,68906,26,1760313037,'2018-01-28 12:33:14',''),(67005,1,1,68910,3,1760313037,'2018-01-28 12:33:14',''),(67006,1,1,68909,43,1760313037,'2018-01-28 12:33:14',''),(67007,1,1,68911,57,1760313037,'2018-01-28 12:33:14',''),(67008,1,1,68912,45,1760313037,'2018-01-28 12:33:15',''),(67009,1,1,68913,9,1760313037,'2018-01-28 12:33:15',''),(67010,1,1,68914,28,1760313037,'2018-01-28 12:33:15',''),(67011,1,1,68915,50,1760313037,'2018-01-28 12:33:15',''),(67012,1,1,68916,26,1760313037,'2018-01-28 12:33:15',''),(67013,1,1,68917,51,1760313037,'2018-01-28 12:33:15',''),(67014,1,1,68918,26,1760313037,'2018-01-28 12:33:15',''),(67015,1,1,68919,56,1760313037,'2018-01-28 12:33:16',''),(67016,1,1,68920,26,1760313037,'2018-01-28 12:33:16',''),(67017,1,1,68921,55,1760313037,'2018-01-28 12:33:16',''),(67018,1,1,68922,26,1760313037,'2018-01-28 12:33:16',''),(67019,1,1,68923,62,1760313037,'2018-01-28 12:33:16',''),(67020,1,1,68924,1,1123634132,'2018-01-28 19:52:58',''),(67021,1,1,68925,26,1152706233,'2018-01-28 20:12:19',''),(67022,1,1,68926,59,602240853,'2018-01-28 20:57:13',''),(67023,1,1,68927,1,602240853,'2018-01-28 20:57:27',''),(67024,1,1,68928,59,602240853,'2018-01-28 20:57:44',''),(67025,1,1,68929,56,676177758,'2018-01-28 21:04:44',''),(67026,1,1,68930,1,84504390,'2018-01-28 21:40:18',''),(67027,1,1,68931,56,84504390,'2018-01-28 21:40:20',''),(67028,1,1,68932,55,84504390,'2018-01-28 21:40:23',''),(67029,1,1,68933,65,84504390,'2018-01-28 21:40:25',''),(67030,1,1,68934,52,908367027,'2018-01-29 00:13:47',''),(67031,1,1,68935,62,621375800,'2018-01-29 01:29:05',''),(67032,1,1,68936,6,2954838202,'2018-01-29 02:15:26',''),(67033,1,1,68937,1,84954361,'2018-01-29 03:13:38','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1680.PH72PmMS_742ipgQ3jexDr_CGx0xhFdUGaqPizrA-XqJOTIrF7V58WT-2Whvb4h8.921fbdbb92271c5ebb4a21bd3e35cff40641b817&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0Y'),(67034,1,1,68938,1,1123634136,'2018-01-29 06:03:38',''),(67035,1,1,68939,68,621375800,'2018-01-29 06:29:18',''),(67036,1,1,68940,45,2637637381,'2018-01-29 07:54:02',''),(67037,1,1,68941,38,3639886579,'2018-01-29 08:12:41',''),(67038,1,1,68942,27,602240853,'2018-01-29 09:06:32',''),(67039,1,1,68943,1,602240853,'2018-01-29 09:06:48',''),(67040,1,1,68944,27,602240853,'2018-01-29 09:07:03',''),(67041,1,1,68945,47,1152706233,'2018-01-29 09:24:15',''),(67042,1,1,68946,65,2673443105,'2018-01-29 09:49:15','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1681.KznxvKG4P66NmE2vS_m-neaquPhF9hP2g4FVeuLlx3M.d0853a1fa6496f36bbba6099ee0e539c354a2455&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat'),(67043,1,1,68947,65,599170686,'2018-01-29 11:07:38','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1681.DD0ta_wtY6idnPsQyXHYchsGEcgyOn-IBfLg7PAG0NE.4df282a2f18ea3554224f09c07a3fea6df51cf59&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat'),(67044,1,1,68948,1,3164961446,'2018-01-29 11:17:49',''),(67045,1,1,68949,27,621375800,'2018-01-29 11:25:58',''),(67046,1,1,68950,1,1053975904,'2018-01-29 11:28:31',''),(67047,1,1,68951,1,1053975904,'2018-01-29 11:28:41',''),(67048,1,1,68952,1,1053975904,'2018-01-29 11:28:44',''),(67049,1,1,68953,1,1053975904,'2018-01-29 11:28:52',''),(67050,1,1,68954,1,1053975904,'2018-01-29 11:28:56',''),(67051,1,1,68955,1,1053975904,'2018-01-29 11:29:06',''),(67052,1,1,68956,1,1053975904,'2018-01-29 11:29:13',''),(67053,1,1,68957,1,1053975904,'2018-01-29 11:29:18',''),(67054,1,1,68958,68,1053975904,'2018-01-29 11:29:23',''),(67055,1,1,68959,1,1443465862,'2018-01-29 11:34:39','https://www.bing.com/'),(67056,1,1,68960,65,778372230,'2018-01-29 12:00:23','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1681.FMhDf3iqZSsDDhJI-h7akjnxVkF0eqNFGNjKaoLtp1w.1c6d57b1acf25d3fe37e0549aac898063492f4ec&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat'),(67057,1,1,68961,45,908367168,'2018-01-29 13:04:46',''),(67058,1,1,68962,16,676177729,'2018-01-29 13:22:54',''),(67059,1,1,68963,1,917410652,'2018-01-29 13:45:26',''),(67060,1,1,68964,3,2420902119,'2018-01-29 14:24:57',''),(67061,1,1,68965,26,2420902119,'2018-01-29 14:25:00',''),(67062,1,1,68966,26,2420902119,'2018-01-29 14:25:01',''),(67063,1,1,68967,26,2420902119,'2018-01-29 14:25:04',''),(67064,1,1,68968,26,2420902119,'2018-01-29 14:25:06',''),(67065,1,1,68969,26,2420902119,'2018-01-29 14:25:08',''),(67066,1,1,68970,26,2420902119,'2018-01-29 14:25:10',''),(67067,1,1,68971,42,2420902119,'2018-01-29 14:25:12',''),(67068,1,1,68972,43,2420902119,'2018-01-29 14:25:14',''),(67069,1,1,68973,16,2420902119,'2018-01-29 14:25:16',''),(67070,1,1,68974,27,2420902119,'2018-01-29 14:25:18',''),(67071,1,1,68975,44,2420902119,'2018-01-29 14:25:21',''),(67072,1,1,68976,49,2420902119,'2018-01-29 14:25:23',''),(67073,1,1,68977,75,2420902119,'2018-01-29 14:25:26',''),(67074,1,1,68978,10,2420902119,'2018-01-29 14:25:28',''),(67075,1,1,68979,1,2328194918,'2018-01-29 15:56:33',''),(67076,1,1,68980,1,3093229660,'2018-01-29 16:08:47',''),(67077,1,1,68981,43,3475901857,'2018-01-29 16:09:22',''),(67078,1,1,68982,10,621375800,'2018-01-29 17:30:20',''),(67079,1,1,68983,1,1603213723,'2018-01-29 17:35:17','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1681.AwijKk_5FlbA6WGquyCKEB0n1jyaPUqRjRg2BfNUPlJUyGYkJ8u9DJglrrK730JO.8d325190d266b73b3dd136702ded5f719fcd3a29&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0Y'),(67080,1,1,68984,6,1152706233,'2018-01-29 18:28:10',''),(67081,1,1,68985,55,3273031620,'2018-01-29 22:53:44',''),(67082,1,1,68986,65,2152258450,'2018-01-29 23:12:26','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1681.INLP8IV7pLRbxUhjrXfLNwp51fTYNNZYPSlGF-mMx6Fi8lX63wy7Kzmy_b6sM8tY.f4bdbf8381bb4aa05688dd42c8a0abbbd56b4664&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0Y'),(67083,1,1,68987,15,676177679,'2018-01-30 02:45:11',''),(67084,1,1,68988,15,1123635636,'2018-01-30 03:03:51','http://www.google.com/search'),(67085,1,1,68989,50,3639886579,'2018-01-30 03:06:37',''),(67086,1,1,68990,1,917996159,'2018-01-30 03:25:37',''),(67087,1,1,68991,55,3109926252,'2018-01-30 04:14:24',''),(67088,1,1,68992,55,3109926252,'2018-01-30 04:14:26',''),(67089,1,1,68993,1,3109926252,'2018-01-30 04:14:29',''),(67090,1,1,68994,55,3109926252,'2018-01-30 04:14:31',''),(67091,1,1,68995,1,1604238710,'2018-01-30 07:02:14',''),(67092,1,1,68996,6,1604238710,'2018-01-30 07:04:08',''),(67093,1,1,68997,6,1604238710,'2018-01-30 07:05:37',''),(67094,1,1,68998,65,2990460550,'2018-01-30 08:01:00','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1681.nop0DZqNdp0qX8Ewq-mubgV1uAS7_FY5gSSA5QpNSvs.bfe778a8e0194a2abd0d64866b2dbe50e26acc0c&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat'),(67095,1,1,68999,65,916804546,'2018-01-30 08:08:10','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1681.JIKbjbSJzRA54eHTbFfLIQWGflsE8f0p7KCpd4mcFGs.a52287ae25322409cde0956dbe88f76b72837457&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat'),(67096,1,1,69000,1,1123634136,'2018-01-30 08:47:29',''),(67097,1,1,69001,65,2160555419,'2018-01-30 08:52:06','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1681.2uXS8E7GotMRdMRryp-P_2OF_VDefN2dkq_K4sqPxU8.aea206e9d3aaa0276bb4af168695e2d918e735ed&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat'),(67098,1,1,69002,65,1502716424,'2018-01-30 09:35:06','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1682.1iCQt-p6hoLYmFCNTYOa5YZn5vArtwx2998QvstUAvU.6e2f1f9df520b7ba3c95181dde15e87e7607d278&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat'),(67099,1,1,69003,16,1152706233,'2018-01-30 09:51:33',''),(67100,1,1,69004,1,3164961450,'2018-01-30 10:18:07',''),(67101,1,1,69005,28,1053975904,'2018-01-30 10:24:02',''),(67102,1,1,69006,50,1053975904,'2018-01-30 10:24:05',''),(67103,1,1,69007,51,1053975904,'2018-01-30 10:24:10',''),(67104,1,1,69008,69,1053975904,'2018-01-30 10:24:16',''),(67105,1,1,69009,1,1123634136,'2018-01-30 10:52:39',''),(67106,1,1,69010,26,84496279,'2018-01-30 10:54:37',''),(67107,1,1,69011,26,84496279,'2018-01-30 10:54:39',''),(67108,1,1,69012,26,84496279,'2018-01-30 10:54:43',''),(67109,1,1,69013,15,84496279,'2018-01-30 10:54:45',''),(67110,1,1,69014,1,84496279,'2018-01-30 10:54:47',''),(67111,1,1,69015,1,84496279,'2018-01-30 10:54:49',''),(67112,1,1,69016,65,598873891,'2018-01-30 11:35:40','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1682.8g_ewRvD3Wh9ErMtGmrQ_ioIjsBkkJtlzOMcbGMykBY.c75dc7f9354fe17e527a3effa71d0e8265b1318a&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat'),(67113,1,1,69017,6,676177679,'2018-01-30 14:09:28',''),(67114,1,1,69018,1,1838708019,'2018-01-30 14:44:27','https://www.google.co.uk/'),(67115,1,1,69019,59,676177703,'2018-01-30 21:07:22',''),(67116,1,1,69020,1,1442912363,'2018-01-30 21:12:49','https://www.google.co.uk/'),(67117,1,1,69021,1,2916308969,'2018-01-30 22:37:03',''),(67118,1,1,69022,1,3227752033,'2018-01-30 23:16:05',''),(67119,1,1,69023,1,3227752033,'2018-01-30 23:16:09',''),(67120,1,1,69024,50,3227752033,'2018-01-30 23:16:11',''),(67121,1,1,69025,26,3227752033,'2018-01-30 23:16:13',''),(67122,1,1,69026,26,3227752033,'2018-01-30 23:16:14',''),(67123,1,1,69027,26,3227752033,'2018-01-30 23:16:15',''),(67124,1,1,69028,26,3227752033,'2018-01-30 23:16:16',''),(67125,1,1,69029,26,3227752033,'2018-01-30 23:16:17',''),(67126,1,1,69030,18,3227752033,'2018-01-30 23:16:18',''),(67127,1,1,69031,26,3227752033,'2018-01-30 23:16:19',''),(67128,1,1,69032,26,3227752033,'2018-01-30 23:16:20',''),(67129,1,1,69033,26,3227752033,'2018-01-30 23:16:21',''),(67130,1,1,69034,26,3227752033,'2018-01-30 23:16:22',''),(67131,1,1,69035,26,3227752033,'2018-01-30 23:16:23',''),(67132,1,1,69036,6,3227752033,'2018-01-30 23:16:26',''),(67133,1,1,69037,53,3227752033,'2018-01-30 23:16:27',''),(67134,1,1,69038,1,3227752033,'2018-01-30 23:16:28',''),(67135,1,1,69039,1,1123631580,'2018-01-31 00:51:47',''),(67136,1,1,69041,1,1806987012,'2018-01-31 01:20:39',''),(67137,1,1,69042,69,1806987012,'2018-01-31 01:20:40',''),(67138,1,1,69043,194,1806987012,'2018-01-31 01:20:41',''),(67139,1,1,69044,69,1806987012,'2018-01-31 01:20:43',''),(67140,1,1,69045,69,1806987012,'2018-01-31 01:20:44',''),(67141,1,1,69046,69,1806987012,'2018-01-31 01:20:45',''),(67142,1,1,69047,69,1806987012,'2018-01-31 01:20:47',''),(67143,1,1,69048,69,1806987012,'2018-01-31 01:20:48',''),(67144,1,1,69049,69,1806987012,'2018-01-31 01:20:49',''),(67145,1,1,69050,69,1806987012,'2018-01-31 01:20:50',''),(67146,1,1,69051,69,1806987012,'2018-01-31 01:20:52',''),(67147,1,1,69052,1,1806987012,'2018-01-31 01:20:53',''),(67148,1,1,69053,1,1806987012,'2018-01-31 01:20:54',''),(67149,1,1,69054,1,1806987012,'2018-01-31 01:20:55',''),(67150,1,1,69055,1,1806987012,'2018-01-31 01:20:56',''),(67151,1,1,69056,1,1806987012,'2018-01-31 01:20:57',''),(67152,1,1,69057,1,1806987012,'2018-01-31 01:20:58',''),(67153,1,1,69058,1,1806987012,'2018-01-31 01:20:59',''),(67154,1,1,69059,1,1806987012,'2018-01-31 01:21:00',''),(67155,1,1,69060,69,1806987012,'2018-01-31 01:21:01',''),(67156,1,1,69061,69,1806987012,'2018-01-31 01:21:02',''),(67157,1,1,69062,69,1806987012,'2018-01-31 01:21:04',''),(67158,1,1,69063,69,1806987012,'2018-01-31 01:21:05',''),(67159,1,1,69064,69,1806987012,'2018-01-31 01:21:06',''),(67160,1,1,69065,69,1806987012,'2018-01-31 01:21:08',''),(67161,1,1,69066,69,1806987012,'2018-01-31 01:21:09',''),(67162,1,1,69067,69,1806987012,'2018-01-31 01:21:11',''),(67163,1,1,69068,69,1806987012,'2018-01-31 01:21:12',''),(67164,1,1,69069,69,1806987012,'2018-01-31 01:21:13',''),(67165,1,1,69070,1,3233350817,'2018-01-31 01:35:32',''),(67166,1,1,69071,69,3233350817,'2018-01-31 01:35:33',''),(67167,1,1,69072,195,3233350817,'2018-01-31 01:35:34',''),(67168,1,1,69073,69,3233350817,'2018-01-31 01:35:36',''),(67169,1,1,69074,69,3233350817,'2018-01-31 01:35:37',''),(67170,1,1,69075,69,3233350817,'2018-01-31 01:35:38',''),(67171,1,1,69076,69,3233350817,'2018-01-31 01:35:40',''),(67172,1,1,69077,69,3233350817,'2018-01-31 01:35:41',''),(67173,1,1,69078,69,3233350817,'2018-01-31 01:35:43',''),(67174,1,1,69079,69,3233350817,'2018-01-31 01:35:44',''),(67175,1,1,69080,69,3233350817,'2018-01-31 01:35:46',''),(67176,1,1,69081,1,3233350817,'2018-01-31 01:35:47',''),(67177,1,1,69082,1,3233350817,'2018-01-31 01:35:48',''),(67178,1,1,69083,1,3233350817,'2018-01-31 01:35:49',''),(67179,1,1,69084,1,3233350817,'2018-01-31 01:35:50',''),(67180,1,1,69085,1,3233350817,'2018-01-31 01:35:51',''),(67181,1,1,69086,1,3233350817,'2018-01-31 01:35:52',''),(67182,1,1,69087,1,3233350817,'2018-01-31 01:35:53',''),(67183,1,1,69088,1,3233350817,'2018-01-31 01:35:54',''),(67184,1,1,69089,69,3233350817,'2018-01-31 01:35:55',''),(67185,1,1,69090,69,3233350817,'2018-01-31 01:35:57',''),(67186,1,1,69091,69,3233350817,'2018-01-31 01:35:58',''),(67187,1,1,69092,69,3233350817,'2018-01-31 01:36:00',''),(67188,1,1,69093,69,3233350817,'2018-01-31 01:36:01',''),(67189,1,1,69094,69,3233350817,'2018-01-31 01:36:03',''),(67190,1,1,69095,69,3233350817,'2018-01-31 01:36:04',''),(67191,1,1,69096,69,3233350817,'2018-01-31 01:36:06',''),(67192,1,1,69097,69,3233350817,'2018-01-31 01:36:07',''),(67193,1,1,69098,69,3233350817,'2018-01-31 01:36:08',''),(67194,1,1,69099,69,3233350817,'2018-01-31 01:36:13',''),(67195,1,1,69100,69,3233350817,'2018-01-31 01:36:14',''),(67196,1,1,69101,69,3233350817,'2018-01-31 01:36:16',''),(67197,1,1,69102,69,3233350817,'2018-01-31 01:36:17',''),(67198,1,1,69103,69,3233350817,'2018-01-31 01:36:18',''),(67199,1,1,69104,69,3233350817,'2018-01-31 01:36:20',''),(67200,1,1,69105,1,1786290498,'2018-01-31 03:33:57',''),(67201,1,1,69106,1,2869759619,'2018-01-31 03:36:44',''),(67202,1,1,69107,28,2549576280,'2018-01-31 04:25:32','https://www.google.com/'),(67203,1,1,69108,1,221832513,'2018-01-31 06:50:57',''),(67204,1,1,69109,6,1402306152,'2018-01-31 07:30:01',''),(67205,1,1,69110,65,2160550666,'2018-01-31 08:28:00','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1682.CdDumb0jeHrx2vjKmj7S81LndVAWGSfncPck_Te-UQY.cba9a6296da519e45e7ead2dbd737dbb3688d71b&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat'),(67206,1,1,69111,65,1833616188,'2018-01-31 09:39:20','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1683.12xGVgpZTJ45Na4M6-v6hmTpmxU8zRW0gdRrY0kV16I.27a584a55abaf59a363370ae400d180f52bd0472&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat'),(67207,1,1,69112,1,1377535454,'2018-01-31 09:46:02','http://www.discountshealthservice.com/companies/lancashire_list.asp'),(67208,1,1,69113,65,2328204239,'2018-01-31 10:08:08','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1683.U0Y6qdYLXHkm40XBDFQDMQsmJBWeleppdrRvg7SzV4k.f942378d51a0c3fb0c3d9bec090118da5c48a3a2&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat'),(67209,1,1,69114,1,3164961444,'2018-01-31 10:12:54',''),(67210,1,1,69115,1,2420915789,'2018-01-31 10:49:48',''),(67211,1,1,69116,1,2809325942,'2018-01-31 11:19:05',''),(67212,1,1,69117,65,2783167673,'2018-01-31 12:35:49','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1683.FB_fP3FR9nTXpBPL4of-7U9MFzMfhOq2OGf5JE3yW2k.0292ab7f3219aed5ec6a99febf4046dc61993faa&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat'),(67213,1,1,69118,1,3585395500,'2018-01-31 14:20:17',''),(67214,1,1,69119,1,1476059258,'2018-01-31 14:20:21',''),(67215,1,1,69120,1,3024883596,'2018-01-31 16:16:20',''),(67216,1,1,69121,1,534603394,'2018-01-31 16:40:18',''),(67217,1,1,69122,1,2655386487,'2018-01-31 17:13:55',''),(67218,1,1,69123,1,2655386487,'2018-01-31 17:14:08',''),(67219,1,1,69124,1,2655386487,'2018-01-31 17:14:15',''),(67220,1,1,69125,1,2655386487,'2018-01-31 17:14:20',''),(67221,1,1,69126,1,2655386487,'2018-01-31 17:14:31',''),(67222,1,1,69127,1,2655386487,'2018-01-31 17:14:37',''),(67223,1,1,69128,1,2655386487,'2018-01-31 17:14:48',''),(67224,1,1,69129,1,2655386487,'2018-01-31 17:14:56',''),(67225,1,1,69130,68,2655386487,'2018-01-31 17:15:05',''),(67226,1,1,69131,59,872366419,'2018-01-31 17:19:43',''),(67227,1,1,69132,58,1152706233,'2018-01-31 17:57:01',''),(67228,1,1,69133,1,84491906,'2018-01-31 19:22:22',''),(67229,1,1,69134,1,1123631580,'2018-01-31 21:28:56',''),(67230,1,1,69136,1,1123631581,'2018-01-31 22:16:37',''),(67231,1,1,69137,16,2637637498,'2018-01-31 22:27:21',''),(67232,1,1,69138,43,2637637454,'2018-01-31 22:27:21',''),(67233,1,1,69139,59,2637637454,'2018-01-31 22:27:22',''),(67234,1,1,69140,43,2637637454,'2018-01-31 23:01:19',''),(67235,1,1,69141,1,1247139549,'2018-02-01 00:01:29',''),(67236,1,1,69142,56,3639886579,'2018-02-01 01:30:45',''),(67237,1,1,69143,31,1123631581,'2018-02-01 02:23:14',''),(67238,1,1,69144,1,1123631580,'2018-02-01 04:09:34',''),(67239,1,1,69145,1,1123631581,'2018-02-01 06:38:04',''),(67240,1,1,69146,9,1123631582,'2018-02-01 06:41:19',''),(67241,1,1,69147,31,2916406704,'2018-02-01 07:44:42',''),(67242,1,1,69148,47,2916406704,'2018-02-01 07:44:55',''),(67243,1,1,69149,1,2637637628,'2018-02-01 07:55:14',''),(67244,1,1,69150,15,2637637628,'2018-02-01 07:55:15',''),(67245,1,1,69151,16,2637637406,'2018-02-01 07:55:29',''),(67246,1,1,69152,43,2637637406,'2018-02-01 07:55:30',''),(67247,1,1,69153,43,3475901869,'2018-02-01 07:55:42',''),(67248,1,1,69154,56,3475901869,'2018-02-01 07:55:42',''),(67249,1,1,69155,56,1123631582,'2018-02-01 10:19:53',''),(67250,1,1,69156,1,3164961446,'2018-02-01 10:20:36',''),(67251,1,1,69157,1,2328195000,'2018-02-01 10:36:07',''),(67252,1,1,69159,26,2328195000,'2018-02-01 10:36:38',''),(67253,1,1,69160,18,2328195000,'2018-02-01 10:36:38',''),(67254,1,1,69158,26,2328195000,'2018-02-01 10:36:38',''),(67255,1,1,69161,43,2328195000,'2018-02-01 10:36:38',''),(67256,1,1,69162,3,2328195000,'2018-02-01 10:36:38',''),(67257,1,1,69163,45,2328195000,'2018-02-01 10:36:38',''),(67258,1,1,69164,57,2328195000,'2018-02-01 10:36:39',''),(67259,1,1,69165,9,2328195000,'2018-02-01 10:36:39',''),(67260,1,1,69166,28,2328195000,'2018-02-01 10:36:39',''),(67261,1,1,69167,50,2328195000,'2018-02-01 10:36:39',''),(67262,1,1,69168,26,2328195000,'2018-02-01 10:36:39',''),(67263,1,1,69169,51,2328195000,'2018-02-01 10:36:39',''),(67264,1,1,69170,26,2328195000,'2018-02-01 10:36:40',''),(67265,1,1,69171,26,2328195000,'2018-02-01 10:36:40',''),(67266,1,1,69172,56,2328195000,'2018-02-01 10:36:40',''),(67267,1,1,69173,55,2328195000,'2018-02-01 10:36:40',''),(67268,1,1,69174,26,2328195000,'2018-02-01 10:36:40',''),(67269,1,1,69175,62,2328195000,'2018-02-01 10:36:40',''),(67270,1,1,69176,45,1123631581,'2018-02-01 11:58:04',''),(67271,1,1,69177,73,676177702,'2018-02-01 12:01:53',''),(67272,1,1,69178,26,884147378,'2018-02-01 12:30:13',''),(67273,1,1,69179,26,884147378,'2018-02-01 12:30:16',''),(67274,1,1,69180,26,884147378,'2018-02-01 12:30:18',''),(67275,1,1,69181,26,884147378,'2018-02-01 12:30:20',''),(67276,1,1,69182,26,884147378,'2018-02-01 12:30:22',''),(67277,1,1,69183,43,884147378,'2018-02-01 12:30:25',''),(67278,1,1,69184,1,1123631582,'2018-02-01 13:48:00',''),(67279,1,1,69185,65,2928290954,'2018-02-01 14:47:44','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1684.I-k3Zglh6Nn-SaQ3roCYxk18jTYu2KcJr7wDVkTxAjk.24b825c923e3a8b77c6d9cd6be82c4795d63cd95&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat'),(67280,1,1,69186,65,598805127,'2018-02-01 14:49:09','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1684.HzJbno-u0XGZmvt82qto9UH4Z9M812BfCHz9ti3FM-A.b2745e8c091d72bf2f24ec4b6c1425772bf3c174&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat'),(67281,1,1,69187,65,872306228,'2018-02-01 14:59:08','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1684.eN2HR8i-gd8i3oPV4HsZ9Zk-8uWpw6M0X7UQUprmzLE.7537a0549f90e09cb07fb61b3b2c3617f3767256&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat'),(67282,1,1,69188,65,1502716497,'2018-02-01 15:04:37','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1684.l89mh9tzLzw0pBDcLFC9m347zmu4lS-A1dD26vQ8E-M.93032df640f668484096199edc223496c246c9ed&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat'),(67283,1,1,69189,65,2655338330,'2018-02-01 15:07:05','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1684.jU2QsCmQF4L-CmHdqupSSiY7yhDMjrCpRlWlPcsa99Q.88099ae0ccf49898e02374aa1df2ff347103dd9d&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat'),(67284,1,1,69190,65,2335931696,'2018-02-01 15:18:57','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1684.JZsVjro_LUjkcJByIwfmgZMP_sMN9NMhMXXdkWbtN9o.135afc2b94f777ae7f25f29c366c3eea65374c04&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat'),(67285,1,1,69191,1,1489385391,'2018-02-01 15:31:42',''),(67286,1,1,69192,1,1489385391,'2018-02-01 15:31:44',''),(67287,1,1,69193,1,1489385391,'2018-02-01 15:31:46',''),(67288,1,1,69194,1,1489385391,'2018-02-01 15:31:48',''),(67289,1,1,69195,1,1489385391,'2018-02-01 15:31:50',''),(67290,1,1,69196,1,1489385391,'2018-02-01 15:31:52',''),(67291,1,1,69197,1,1489385391,'2018-02-01 15:31:54',''),(67292,1,1,69198,1,1489385391,'2018-02-01 15:31:56',''),(67293,1,1,69199,30,1123631580,'2018-02-01 15:36:02',''),(67294,1,1,69200,43,2637637430,'2018-02-01 15:42:15',''),(67295,1,1,69201,1,3227752033,'2018-02-01 16:53:21',''),(67296,1,1,69202,1,3227752033,'2018-02-01 16:53:24',''),(67297,1,1,69203,50,3227752033,'2018-02-01 16:53:26',''),(67298,1,1,69204,26,3227752033,'2018-02-01 16:53:28',''),(67299,1,1,69205,26,3227752033,'2018-02-01 16:53:29',''),(67300,1,1,69206,26,3227752033,'2018-02-01 16:53:30',''),(67301,1,1,69207,26,3227752033,'2018-02-01 16:53:31',''),(67302,1,1,69208,26,3227752033,'2018-02-01 16:53:32',''),(67303,1,1,69209,18,3227752033,'2018-02-01 16:53:33',''),(67304,1,1,69210,26,3227752033,'2018-02-01 16:53:34',''),(67305,1,1,69211,26,3227752033,'2018-02-01 16:53:35',''),(67306,1,1,69212,26,3227752033,'2018-02-01 16:53:36',''),(67307,1,1,69213,26,3227752033,'2018-02-01 16:53:37',''),(67308,1,1,69214,26,3227752033,'2018-02-01 16:53:38',''),(67309,1,1,69215,6,3227752033,'2018-02-01 16:53:40',''),(67310,1,1,69216,53,3227752033,'2018-02-01 16:53:41',''),(67311,1,1,69217,1,3227752033,'2018-02-01 16:53:42',''),(67312,1,1,69218,1,1123631580,'2018-02-01 17:38:32',''),(67313,1,1,69219,10,3652617456,'2018-02-01 18:12:22',''),(67314,1,1,69220,1,1920187908,'2018-02-01 18:45:03',''),(67315,1,1,69221,43,2637637603,'2018-02-01 18:56:20',''),(67316,1,1,69222,15,621375800,'2018-02-01 19:06:43',''),(67317,1,1,69223,49,3585395500,'2018-02-01 20:25:09',''),(67318,1,1,69224,9,1123631581,'2018-02-01 21:50:04',''),(67319,1,1,69225,1,3024883485,'2018-02-01 22:29:14',''),(67320,1,1,69226,1,2953384145,'2018-02-01 23:27:52',''),(67321,1,1,69227,44,621375800,'2018-02-01 23:35:56',''),(67322,1,1,69228,1,3647163843,'2018-02-02 00:00:14',''),(67323,1,1,69229,1,3647163843,'2018-02-02 00:00:15',''),(67324,1,1,69230,6,3647163843,'2018-02-02 00:00:16',''),(67325,1,1,69231,68,872366366,'2018-02-02 00:10:56',''),(67326,1,1,69232,1,1443448080,'2018-02-02 00:30:18','https://www.google.co.uk/'),(67327,1,1,69233,1,1123631574,'2018-02-02 03:05:54',''),(67328,1,1,69234,1,917996159,'2018-02-02 05:31:45',''),(67329,1,1,69235,1,3647163843,'2018-02-02 05:49:39',''),(67330,1,1,69236,65,233148557,'2018-02-02 10:08:22','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1685.BOVK_LDJX2NPYG-2tesgxOX5VmclMnDhb5a_IzW5L8g.ae9c2475a1033335ef922a248aaa94d8cd2fb40d&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat'),(67331,1,1,69237,1,3164961462,'2018-02-02 10:09:11',''),(67332,1,1,69238,1,772919429,'2018-02-02 10:21:27','https://www.google.co.uk/'),(67333,1,1,69239,63,2733986126,'2018-02-02 11:15:16',''),(67334,1,1,69240,63,2733986126,'2018-02-02 11:15:18',''),(67335,1,1,69241,1,2733986126,'2018-02-02 11:15:20',''),(67336,1,1,69242,63,2733986126,'2018-02-02 11:15:22',''),(67337,1,1,69243,65,2783175187,'2018-02-02 11:22:45','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1685.Jd6oKr_Y9Jj69DNIdKDeZm0uoLrGJI6aIJ5z4H9LG6k.b6ce85cf09d65bc9daff51b7706b8c23a48bc413&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat'),(67338,1,1,69244,65,2733842865,'2018-02-02 11:24:34','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1685.2iQ5aH5n0t-DcJFidmcaS1ETCLEbYJKjakcFJ1b-e8A.5b995b9c63f0c278985ccf3fa6d6d3d3c703c2bf&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat'),(67339,1,1,69245,1,3643313963,'2018-02-02 11:44:39','https://www.google.co.uk/'),(67340,1,1,69246,65,2783127989,'2018-02-02 11:49:10','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1685.MFJNjL5-qV3U5IQqTekEOjKrqURAFLODGXyklj1dXAw.bea4151b8aba08bd12649e0e7148b4f342cfbbbb&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat'),(67341,1,1,69247,9,1123631581,'2018-02-02 13:51:15',''),(67342,1,1,69248,1,2499575875,'2018-02-02 14:07:34','https://www.google.co.uk/'),(67343,1,1,69249,1,2572943380,'2018-02-02 15:29:28',''),(67344,1,1,69250,43,2572943380,'2018-02-02 15:29:30',''),(67345,1,1,69251,30,2572943380,'2018-02-02 15:29:31',''),(67346,1,1,69252,43,2572943380,'2018-02-02 15:29:32',''),(67347,1,1,69253,43,2572943380,'2018-02-02 15:29:33',''),(67348,1,1,69254,43,2572943380,'2018-02-02 15:29:35',''),(67349,1,1,69255,43,2572943380,'2018-02-02 15:29:36',''),(67350,1,1,69256,43,2572943380,'2018-02-02 15:29:38',''),(67351,1,1,69257,43,2572943380,'2018-02-02 15:29:39',''),(67352,1,1,69258,43,2572943380,'2018-02-02 15:29:40',''),(67353,1,1,69259,43,2572943380,'2018-02-02 15:29:42',''),(67354,1,1,69260,1,2572943380,'2018-02-02 15:29:43',''),(67355,1,1,69261,1,2572943380,'2018-02-02 15:29:44',''),(67356,1,1,69262,1,2572943380,'2018-02-02 15:29:45',''),(67357,1,1,69263,1,2572943380,'2018-02-02 15:29:46',''),(67358,1,1,69264,1,2572943380,'2018-02-02 15:29:47',''),(67359,1,1,69265,1,2572943380,'2018-02-02 15:29:48',''),(67360,1,1,69266,1,2572943380,'2018-02-02 15:29:49',''),(67361,1,1,69267,1,2572943380,'2018-02-02 15:29:50',''),(67362,1,1,69268,43,2572943380,'2018-02-02 15:29:51',''),(67363,1,1,69269,43,2572943380,'2018-02-02 15:29:53',''),(67364,1,1,69270,43,2572943380,'2018-02-02 15:29:54',''),(67365,1,1,69271,43,2572943380,'2018-02-02 15:29:56',''),(67366,1,1,69272,43,2572943380,'2018-02-02 15:29:57',''),(67367,1,1,69273,43,2572943380,'2018-02-02 15:29:58',''),(67368,1,1,69274,43,2572943380,'2018-02-02 15:30:00',''),(67369,1,1,69275,43,2572943380,'2018-02-02 15:30:01',''),(67370,1,1,69276,43,2572943380,'2018-02-02 15:30:03',''),(67371,1,1,69277,43,2572943380,'2018-02-02 15:30:04',''),(67372,1,1,69279,43,2572943380,'2018-02-02 15:30:06',''),(67373,1,1,69281,43,2572943380,'2018-02-02 15:30:07',''),(67374,1,1,69283,43,2572943380,'2018-02-02 15:30:09',''),(67375,1,1,69285,43,2572943380,'2018-02-02 15:30:10',''),(67376,1,1,69287,43,2572943380,'2018-02-02 15:30:12',''),(67377,1,1,69289,43,2572943380,'2018-02-02 15:30:13',''),(67378,1,1,69291,43,2572943380,'2018-02-02 15:30:15',''),(67379,1,1,69293,43,2572943380,'2018-02-02 15:30:17',''),(67380,1,1,69294,43,2572943380,'2018-02-02 15:30:18',''),(67381,1,1,69296,43,2572943380,'2018-02-02 15:30:22',''),(67382,1,1,69298,43,2572943380,'2018-02-02 15:30:24',''),(67383,1,1,69300,43,2572943380,'2018-02-02 15:30:26',''),(67384,1,1,69302,43,2572943380,'2018-02-02 15:30:27',''),(67385,1,1,69304,43,2572943380,'2018-02-02 15:30:29',''),(67386,1,1,69306,43,2572943380,'2018-02-02 15:30:31',''),(67387,1,1,69307,1,2572943368,'2018-02-02 15:38:14',''),(67388,1,1,69308,43,2572943368,'2018-02-02 15:38:16',''),(67389,1,1,69309,30,2572943368,'2018-02-02 15:38:17',''),(67390,1,1,69310,43,2572943368,'2018-02-02 15:38:18',''),(67391,1,1,69311,43,2572943368,'2018-02-02 15:38:19',''),(67392,1,1,69312,43,2572943368,'2018-02-02 15:38:21',''),(67393,1,1,69313,43,2572943368,'2018-02-02 15:38:22',''),(67394,1,1,69314,43,2572943368,'2018-02-02 15:38:24',''),(67395,1,1,69315,43,2572943368,'2018-02-02 15:38:25',''),(67396,1,1,69316,43,2572943368,'2018-02-02 15:38:27',''),(67397,1,1,69317,43,2572943368,'2018-02-02 15:38:28',''),(67398,1,1,69318,1,2572943368,'2018-02-02 15:38:29',''),(67399,1,1,69319,1,2572943368,'2018-02-02 15:38:30',''),(67400,1,1,69320,1,2572943368,'2018-02-02 15:38:31',''),(67401,1,1,69321,1,2572943368,'2018-02-02 15:38:32',''),(67402,1,1,69322,1,2572943368,'2018-02-02 15:38:33',''),(67403,1,1,69323,1,2572943368,'2018-02-02 15:38:34',''),(67404,1,1,69324,1,2572943368,'2018-02-02 15:38:35',''),(67405,1,1,69325,1,2572943368,'2018-02-02 15:38:36',''),(67406,1,1,69326,43,2572943368,'2018-02-02 15:38:37',''),(67407,1,1,69327,43,2572943368,'2018-02-02 15:38:39',''),(67408,1,1,69328,43,2572943368,'2018-02-02 15:38:40',''),(67409,1,1,69329,43,2572943368,'2018-02-02 15:38:42',''),(67410,1,1,69330,43,2572943368,'2018-02-02 15:38:43',''),(67411,1,1,69331,43,2572943368,'2018-02-02 15:38:45',''),(67412,1,1,69332,43,2572943368,'2018-02-02 15:38:46',''),(67413,1,1,69333,43,2572943368,'2018-02-02 15:38:48',''),(67414,1,1,69334,43,2572943368,'2018-02-02 15:38:49',''),(67415,1,1,69335,43,2572943368,'2018-02-02 15:38:50',''),(67416,1,1,69337,43,2572943368,'2018-02-02 15:38:52',''),(67417,1,1,69339,43,2572943368,'2018-02-02 15:38:54',''),(67418,1,1,69341,43,2572943368,'2018-02-02 15:38:56',''),(67419,1,1,69343,43,2572943368,'2018-02-02 15:38:57',''),(67420,1,1,69345,43,2572943368,'2018-02-02 15:38:59',''),(67421,1,1,69347,43,2572943368,'2018-02-02 15:39:01',''),(67422,1,1,69349,43,2572943368,'2018-02-02 15:39:02',''),(67423,1,1,69351,43,2572943368,'2018-02-02 15:39:04',''),(67424,1,1,69352,43,2572943368,'2018-02-02 15:39:05',''),(67425,1,1,69354,43,2572943368,'2018-02-02 15:39:10',''),(67426,1,1,69356,43,2572943368,'2018-02-02 15:39:12',''),(67427,1,1,69358,43,2572943368,'2018-02-02 15:39:13',''),(67428,1,1,69360,43,2572943368,'2018-02-02 15:39:15',''),(67429,1,1,69362,43,2572943368,'2018-02-02 15:39:17',''),(67430,1,1,69364,43,2572943368,'2018-02-02 15:39:18',''),(67431,1,1,69365,1,3233370578,'2018-02-02 15:49:31',''),(67432,1,1,69366,43,3233370578,'2018-02-02 15:49:32',''),(67433,1,1,69367,30,3233370578,'2018-02-02 15:49:34',''),(67434,1,1,69368,43,3233370578,'2018-02-02 15:49:35',''),(67435,1,1,69369,43,3233370578,'2018-02-02 15:49:37',''),(67436,1,1,69370,43,3233370578,'2018-02-02 15:49:38',''),(67437,1,1,69371,43,3233370578,'2018-02-02 15:49:40',''),(67438,1,1,69372,43,3233370578,'2018-02-02 15:49:42',''),(67439,1,1,69373,43,3233370578,'2018-02-02 15:49:43',''),(67440,1,1,69374,43,3233370578,'2018-02-02 15:49:45',''),(67441,1,1,69375,43,3233370578,'2018-02-02 15:49:46',''),(67442,1,1,69376,1,3233370578,'2018-02-02 15:49:48',''),(67443,1,1,69377,1,3233370578,'2018-02-02 15:49:49',''),(67444,1,1,69378,1,3233370578,'2018-02-02 15:49:50',''),(67445,1,1,69379,1,3233370578,'2018-02-02 15:49:51',''),(67446,1,1,69380,1,3233370578,'2018-02-02 15:49:52',''),(67447,1,1,69381,1,3233370578,'2018-02-02 15:49:54',''),(67448,1,1,69382,1,3233370578,'2018-02-02 15:49:55',''),(67449,1,1,69383,1,3233370578,'2018-02-02 15:49:56',''),(67450,1,1,69384,43,3233370578,'2018-02-02 15:49:58',''),(67451,1,1,69385,43,3233370578,'2018-02-02 15:49:59',''),(67452,1,1,69386,43,3233370578,'2018-02-02 15:50:01',''),(67453,1,1,69387,43,3233370578,'2018-02-02 15:50:02',''),(67454,1,1,69388,43,3233370578,'2018-02-02 15:50:04',''),(67455,1,1,69389,43,3233370578,'2018-02-02 15:50:05',''),(67456,1,1,69390,43,3233370578,'2018-02-02 15:50:06',''),(67457,1,1,69391,43,3233370578,'2018-02-02 15:50:08',''),(67458,1,1,69392,43,3233370578,'2018-02-02 15:50:09',''),(67459,1,1,69393,43,3233370578,'2018-02-02 15:50:11',''),(67460,1,1,69395,43,3233370578,'2018-02-02 15:50:12',''),(67461,1,1,69397,43,3233370578,'2018-02-02 15:50:14',''),(67462,1,1,69399,43,3233370578,'2018-02-02 15:50:16',''),(67463,1,1,69401,43,3233370578,'2018-02-02 15:50:18',''),(67464,1,1,69403,43,3233370578,'2018-02-02 15:50:19',''),(67465,1,1,69405,43,3233370578,'2018-02-02 15:50:21',''),(67466,1,1,69407,43,3233370578,'2018-02-02 15:50:23',''),(67467,1,1,69409,43,3233370578,'2018-02-02 15:50:25',''),(67468,1,1,69410,43,3233370578,'2018-02-02 15:50:26',''),(67469,1,1,69412,43,3233370578,'2018-02-02 15:50:31',''),(67470,1,1,69414,43,3233370578,'2018-02-02 15:50:33',''),(67471,1,1,69416,43,3233370578,'2018-02-02 15:50:34',''),(67472,1,1,69418,43,3233370578,'2018-02-02 15:50:36',''),(67473,1,1,69420,43,3233370578,'2018-02-02 15:50:38',''),(67474,1,1,69422,43,3233370578,'2018-02-02 15:50:40',''),(67475,1,1,69423,1,1476059258,'2018-02-02 16:00:10',''),(67476,1,1,69424,1,3585395500,'2018-02-02 16:00:14',''),(67477,1,1,69425,57,3639886579,'2018-02-02 16:41:36',''),(67478,1,1,69426,1,2328191073,'2018-02-02 17:39:09',''),(67479,1,1,69427,26,3639886579,'2018-02-02 17:40:41',''),(67480,1,1,69428,26,3639886579,'2018-02-02 21:27:27',''),(67481,1,1,69429,55,908367050,'2018-02-03 01:29:13',''),(67482,1,1,69430,1,221832513,'2018-02-03 03:25:11',''),(67483,1,1,69431,30,1123631581,'2018-02-03 03:26:00',''),(67484,1,1,69432,74,908367160,'2018-02-03 04:59:08',''),(67485,1,1,69433,63,621375800,'2018-02-03 06:10:58',''),(67486,1,1,69434,6,1123631580,'2018-02-03 06:52:51',''),(67487,1,1,69435,1,1753443959,'2018-02-03 07:06:33',''),(67488,1,1,69436,1,3168730483,'2018-02-03 07:22:58','https://www.bing.com/'),(67489,1,1,69437,1,779525029,'2018-02-03 08:27:52',''),(67490,1,1,69438,1,1123631581,'2018-02-03 09:21:18',''),(67491,1,1,69439,73,3652617276,'2018-02-03 09:28:43',''),(67492,1,1,69440,1,1838979638,'2018-02-03 09:40:38','https://www.google.co.uk/'),(67493,1,1,69441,1,3164961442,'2018-02-03 09:42:24',''),(67494,1,1,69442,65,2671841846,'2018-02-03 11:32:27','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1685.S7ce9eNPZo9Nv-Gk3f9KHyA-Kxu9tkTlqyAOYOUwPy4.a5acbb9ae5de1b54f10ae8ec5036d9503d82a8ca&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat'),(67495,1,1,69443,1,1589852008,'2018-02-03 11:36:40','https://www.google.co.uk/'),(67496,1,1,69444,65,1502716497,'2018-02-03 11:37:42','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1685.dykSH4AXc7L5kKKNdoy7V7vpXVVKskte3n3nNwTSljI.df36ec71600382744d876925a3f53d5d865b14ed&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat'),(67497,1,1,69445,65,2783117815,'2018-02-03 11:58:00','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1685.WLGxUrFHHtjEf-DR03yAyf19r_7uwGQZ16p2oQAoCv4.82421666a68c58dbf18a2c4e0bbbbd0bf56b3e94&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat'),(67498,1,1,69446,1,2673456847,'2018-02-03 13:02:11',''),(67499,1,1,69447,31,1123631580,'2018-02-03 15:07:51',''),(67500,1,1,69448,66,3652617234,'2018-02-03 17:11:45',''),(67501,1,1,69449,1,1152706233,'2018-02-03 18:16:40',''),(67502,1,1,69450,1,2420904848,'2018-02-03 19:27:23',''),(67503,1,1,69451,6,3221454014,'2018-02-03 20:30:06',''),(67504,1,1,69452,69,3652617309,'2018-02-03 20:47:54',''),(67505,1,1,69453,54,1123631581,'2018-02-03 22:37:48',''),(67506,1,1,69454,29,908367124,'2018-02-04 00:40:01',''),(67507,1,1,69455,1,586485099,'2018-02-04 00:54:08',''),(67508,1,1,69456,1,2809319718,'2018-02-04 02:05:09',''),(67509,1,1,69457,1,2809319718,'2018-02-04 02:05:12',''),(67510,1,1,69458,50,2809319718,'2018-02-04 02:05:15',''),(67511,1,1,69459,26,2809319718,'2018-02-04 02:05:16',''),(67512,1,1,69460,26,2809319718,'2018-02-04 02:05:17',''),(67513,1,1,69461,26,2809319718,'2018-02-04 02:05:18',''),(67514,1,1,69462,26,2809319718,'2018-02-04 02:05:19',''),(67515,1,1,69463,26,2809319718,'2018-02-04 02:05:21',''),(67516,1,1,69464,18,2809319718,'2018-02-04 02:05:22',''),(67517,1,1,69465,26,2809319718,'2018-02-04 02:05:23',''),(67518,1,1,69466,26,2809319718,'2018-02-04 02:05:24',''),(67519,1,1,69467,26,2809319718,'2018-02-04 02:05:25',''),(67520,1,1,69468,26,2809319718,'2018-02-04 02:05:26',''),(67521,1,1,69469,26,2809319718,'2018-02-04 02:05:27',''),(67522,1,1,69470,6,2809319718,'2018-02-04 02:05:29',''),(67523,1,1,69471,53,2809319718,'2018-02-04 02:05:31',''),(67524,1,1,69472,1,2809319718,'2018-02-04 02:05:32',''),(67525,1,1,69473,6,2954838202,'2018-02-04 02:23:53',''),(67526,1,1,69474,1,3227730701,'2018-02-04 07:54:35',''),(67527,1,1,69475,6,3227730701,'2018-02-04 07:54:45',''),(67528,1,1,69476,1,3227730701,'2018-02-04 07:54:55',''),(67529,1,1,69477,18,3227730701,'2018-02-04 07:55:05',''),(67530,1,1,69478,3,3227730701,'2018-02-04 07:55:07',''),(67531,1,1,69479,1,3227730701,'2018-02-04 07:55:16',''),(67532,1,1,69480,43,3227730701,'2018-02-04 07:55:19',''),(67533,1,1,69481,45,3227730701,'2018-02-04 07:55:20',''),(67534,1,1,69482,57,3227730701,'2018-02-04 07:55:21',''),(67535,1,1,69483,9,3227730701,'2018-02-04 07:55:22',''),(67536,1,1,69484,28,3227730701,'2018-02-04 07:55:24',''),(67537,1,1,69485,26,3227730701,'2018-02-04 07:55:25',''),(67538,1,1,69486,50,3227730701,'2018-02-04 07:55:26',''),(67539,1,1,69487,26,3227730701,'2018-02-04 07:55:28',''),(67540,1,1,69488,51,3227730701,'2018-02-04 07:55:29',''),(67541,1,1,69489,26,3227730701,'2018-02-04 07:55:30',''),(67542,1,1,69490,56,3227730701,'2018-02-04 07:55:31',''),(67543,1,1,69491,26,3227730701,'2018-02-04 07:55:33',''),(67544,1,1,69492,55,3227730701,'2018-02-04 07:55:35',''),(67545,1,1,69493,26,3227730701,'2018-02-04 07:55:36',''),(67546,1,1,69494,62,3227730701,'2018-02-04 07:55:38',''),(67547,1,1,69495,26,3227730701,'2018-02-04 07:55:39',''),(67548,1,1,69496,63,3227730701,'2018-02-04 07:55:40',''),(67549,1,1,69497,26,3227730701,'2018-02-04 07:55:42',''),(67550,1,1,69498,64,3227730701,'2018-02-04 07:55:44',''),(67551,1,1,69499,26,3227730701,'2018-02-04 07:55:46',''),(67552,1,1,69500,65,3227730701,'2018-02-04 07:55:47',''),(67553,1,1,69501,26,3227730701,'2018-02-04 07:55:48',''),(67554,1,1,69502,69,3227730701,'2018-02-04 07:55:49',''),(67555,1,1,69503,26,3227730701,'2018-02-04 07:55:51',''),(67556,1,1,69504,41,3227730701,'2018-02-04 07:55:52',''),(67557,1,1,69505,53,3227730701,'2018-02-04 07:55:53',''),(67558,1,1,69506,38,3227730701,'2018-02-04 07:55:54',''),(67559,1,1,69507,52,3227730701,'2018-02-04 07:55:56',''),(67560,1,1,69508,48,3227730701,'2018-02-04 07:55:57',''),(67561,1,1,69509,29,3227730701,'2018-02-04 07:55:59',''),(67562,1,1,69510,16,3227730701,'2018-02-04 07:56:00',''),(67563,1,1,69511,43,3227730701,'2018-02-04 07:56:02',''),(67564,1,1,69512,43,3227730701,'2018-02-04 07:56:04',''),(67565,1,1,69513,10,3227730701,'2018-02-04 07:56:06',''),(67566,1,1,69514,26,3227730701,'2018-02-04 07:56:08',''),(67567,1,1,69515,44,3227730701,'2018-02-04 07:56:09',''),(67568,1,1,69516,26,3227730701,'2018-02-04 07:56:11',''),(67569,1,1,69517,26,3227730701,'2018-02-04 07:56:12',''),(67570,1,1,69518,27,3227730701,'2018-02-04 07:56:14',''),(67571,1,1,69519,26,3227730701,'2018-02-04 07:56:16',''),(67572,1,1,69520,49,3227730701,'2018-02-04 07:56:18',''),(67573,1,1,69521,26,3227730701,'2018-02-04 07:56:20',''),(67574,1,1,69522,26,3227730701,'2018-02-04 07:56:22',''),(67575,1,1,69523,26,3227730701,'2018-02-04 07:56:23',''),(67576,1,1,69524,26,3227730701,'2018-02-04 07:56:24',''),(67577,1,1,69525,65,2783175245,'2018-02-04 09:09:19','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1687.ZJGs5cMoOJeASqM_erd6VR-6SlnZQVcPxYCYvbeFVJk.b7b6140e50761a4015656e18364ed6be3bb9159a&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat'),(67578,1,1,69526,1,3164961463,'2018-02-04 10:02:59',''),(67579,1,1,69527,65,778430255,'2018-02-04 10:16:26','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1687.A3gjW7-RnygR9SvSZinH0tuEWC7ZwHLpPrxCQ1nsWiQ.5d730f502c652e1946d31b1b674c0c020a7473cf&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat'),(67580,1,1,69528,65,2680882257,'2018-02-04 10:25:45','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1687.wMhuGoLAxemQpJ4qyT0nuN8b9DSjj2Xn6z8CkeuRsO4.fc5d006e4b2d093bd8c18d4072d516eb21df9f44&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat'),(67581,1,1,69529,65,917090750,'2018-02-04 11:04:00','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1687.KECJ5SNgVqbZZXxQA1HzimlnIgdJlCNsxJY5kbLwcJU.23baec5247631bad982012d80eb932487c2d4115&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat'),(67582,1,1,69530,1,1589999760,'2018-02-04 11:24:53','https://www.google.co.uk/'),(67583,1,1,69531,65,3168969975,'2018-02-04 11:39:41','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1687.MKQMvnLYFYQoogZIjFBRO2FKGEX18kX1o54TbyZpKrY.23a61281ed80fd0a4aa67f512f42512655a98a82&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat'),(67584,1,1,69532,31,1123631582,'2018-02-04 12:08:58',''),(67585,1,1,69533,65,2673445845,'2018-02-04 12:14:47','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1687.5a27O0BUHbYoD85lqHXSTpQvsS6Y2FAYz6D1tVYPDJk.7bf36b0124ea4cec8cd44c14725f751a18e1b07e&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat'),(67586,1,1,69534,1,1384438908,'2018-02-04 12:40:05','https://www.google.co.uk/'),(67587,1,1,69535,1,1123631581,'2018-02-04 12:56:32',''),(67588,1,1,69536,1,3423396378,'2018-02-04 14:37:50',''),(67589,1,1,69537,1,3423396378,'2018-02-04 14:37:56',''),(67590,1,1,69538,1,3423396378,'2018-02-04 14:38:01',''),(67591,1,1,69539,1,3423396378,'2018-02-04 14:38:04',''),(67592,1,1,69540,1,3423396378,'2018-02-04 14:38:14',''),(67593,1,1,69541,1,3423396378,'2018-02-04 14:38:20',''),(67594,1,1,69542,1,3423396378,'2018-02-04 14:38:25',''),(67595,1,1,69543,1,3423396378,'2018-02-04 14:38:31',''),(67596,1,1,69544,1,1443418825,'2018-03-12 10:48:12','https://www.google.co.uk/'),(67597,1,1,69545,43,2637637383,'2018-03-12 11:23:13',''),(67598,1,1,69546,16,2637637383,'2018-03-12 11:23:14',''),(67599,1,1,69547,43,3475901720,'2018-03-12 11:23:27',''),(67600,1,1,69548,43,3475901720,'2018-03-12 11:23:28',''),(67601,1,1,69549,1,1433615561,'2018-03-12 12:07:44','https://www.google.co.uk/'),(67602,1,1,69550,26,3639886579,'2018-03-12 15:09:48',''),(67603,1,1,69551,1,1946955883,'2018-03-12 17:11:45',''),(67604,1,1,69552,23,1946955883,'2018-03-12 17:11:48',''),(67605,1,1,69553,1,1946955883,'2018-03-12 17:11:50',''),(67606,1,1,69554,23,1946955883,'2018-03-12 17:11:52',''),(67607,1,1,69555,23,1946955883,'2018-03-12 17:11:55',''),(67608,1,1,69556,47,908367204,'2018-03-12 18:09:15',''),(67609,1,1,69557,43,3024883598,'2018-03-12 18:11:05',''),(67610,1,1,69558,15,3024883599,'2018-03-12 18:44:25',''),(67611,1,1,69559,1,621375800,'2018-03-12 19:58:49',''),(67612,1,1,69560,1,2366148146,'2018-03-12 19:58:52',''),(67613,1,1,69561,1,1123631130,'2018-03-12 20:35:51',''),(67614,1,1,69562,9,3024883607,'2018-03-12 20:50:01',''),(67615,1,1,69563,1,3164961460,'2018-03-12 21:01:54',''),(67616,1,1,69564,68,1113983284,'2018-03-12 21:11:43','http://www.google.com/search'),(67617,1,1,69565,28,3024883597,'2018-03-12 21:23:21',''),(67618,1,1,69566,1,1422580237,'2018-03-12 21:45:35',''),(67619,1,1,69567,66,1384442539,'2018-03-12 21:57:38',''),(67620,1,1,69568,3,3639886579,'2018-03-12 22:20:31',''),(67621,1,1,69569,1,918005066,'2018-03-12 22:43:59',''),(67622,1,1,69570,45,3639886579,'2018-03-13 00:03:41',''),(67623,1,1,69571,1,3589864131,'2018-03-13 00:15:16',''),(67624,1,1,69572,1,3589864131,'2018-03-13 00:15:17',''),(67625,1,1,69573,1,3589864131,'2018-03-13 00:15:17',''),(67626,1,1,69574,1,3589864131,'2018-03-13 00:15:18',''),(67627,1,1,69575,43,599933200,'2018-03-13 02:08:15',''),(67628,1,1,69576,43,599933200,'2018-03-13 02:08:17',''),(67629,1,1,69577,1,599933200,'2018-03-13 02:08:19',''),(67630,1,1,69578,43,599933200,'2018-03-13 02:08:20',''),(67631,1,1,69579,43,599933200,'2018-03-13 02:08:22',''),(67632,1,1,69580,1,1476059258,'2018-03-13 03:15:47',''),(67633,1,1,69581,15,2366148146,'2018-03-13 04:00:43',''),(67634,1,1,69582,16,1476059258,'2018-03-13 04:29:18',''),(67635,1,1,69583,72,2366148121,'2018-03-13 05:29:35',''),(67636,1,1,69584,3,908367146,'2018-03-13 05:57:42',''),(67637,1,1,69585,1,2745892868,'2018-03-13 07:18:29','https://www.google.co.uk/'),(67638,1,1,69586,49,908366928,'2018-03-13 08:40:21',''),(67639,1,1,69587,1,3164961467,'2018-03-13 10:52:29',''),(67640,1,1,69588,56,676177686,'2018-03-13 11:18:38',''),(67641,1,1,69589,28,91890860,'2018-03-13 11:29:29','http://www.google.com/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&ved=0ahUKEwjKqZ-NmenZAhWH2KQKHZMJAeQQjxwIAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D11%26controller%3Dproduct%26id_lang%3D1&psig=AOvVaw3nZf6rt54aW9vCU8PF1ghS&'),(67642,1,1,69590,1,2916414198,'2018-03-13 12:09:39',''),(67643,1,1,69591,1,2916414198,'2018-03-13 12:09:43',''),(67644,1,1,69592,1,2916414198,'2018-03-13 12:09:47',''),(67645,1,1,69593,1,2916414198,'2018-03-13 12:09:52',''),(67646,1,1,69594,1,2916414198,'2018-03-13 12:09:55',''),(67647,1,1,69595,1,2916414198,'2018-03-13 12:10:01',''),(67648,1,1,69596,1,2916414198,'2018-03-13 12:10:07',''),(67649,1,1,69597,1,2916414198,'2018-03-13 12:10:11',''),(67650,1,1,69598,1,676180912,'2018-03-13 12:20:11',''),(67651,1,1,69599,73,908366882,'2018-03-13 14:47:17',''),(67652,1,1,69600,63,1123631192,'2018-03-13 14:58:52',''),(67653,1,1,69601,1,456215613,'2018-03-13 15:55:31',''),(67654,1,1,69602,1,3488737323,'2018-03-13 16:30:07',''),(67655,1,1,69603,1,2809310815,'2018-03-13 18:06:11',''),(67656,1,1,69604,1,2809310815,'2018-03-13 18:06:14',''),(67657,1,1,69605,50,2809310815,'2018-03-13 18:06:16',''),(67658,1,1,69606,26,2809310815,'2018-03-13 18:06:18',''),(67659,1,1,69607,26,2809310815,'2018-03-13 18:06:19',''),(67660,1,1,69608,26,2809310815,'2018-03-13 18:06:20',''),(67661,1,1,69609,26,2809310815,'2018-03-13 18:06:21',''),(67662,1,1,69610,26,2809310815,'2018-03-13 18:06:22',''),(67663,1,1,69611,18,2809310815,'2018-03-13 18:06:23',''),(67664,1,1,69612,26,2809310815,'2018-03-13 18:06:24',''),(67665,1,1,69613,26,2809310815,'2018-03-13 18:06:25',''),(67666,1,1,69614,26,2809310815,'2018-03-13 18:06:26',''),(67667,1,1,69615,26,2809310815,'2018-03-13 18:06:27',''),(67668,1,1,69616,26,2809310815,'2018-03-13 18:06:28',''),(67669,1,1,69617,6,2809310815,'2018-03-13 18:06:30',''),(67670,1,1,69618,53,2809310815,'2018-03-13 18:06:31',''),(67671,1,1,69619,1,2809310815,'2018-03-13 18:06:32',''),(67672,1,1,69620,1,1452681908,'2018-03-13 18:44:17','https://www.bing.com/'),(67673,1,1,69621,15,3639886579,'2018-03-13 20:06:05',''),(67674,1,1,69622,16,2637637631,'2018-03-13 20:34:10',''),(67675,1,1,69623,1,2548551991,'2018-03-13 21:15:43','https://www.google.co.uk/'),(67676,1,1,69624,1,2942567271,'2018-03-13 21:22:05','https://www.yelp.com/'),(67677,1,1,69625,43,3024883476,'2018-03-13 22:38:42',''),(67678,1,1,69626,64,908367181,'2018-03-13 23:00:43',''),(67679,1,1,69627,71,908366863,'2018-03-13 23:38:15',''),(67680,1,1,69628,1,3024883487,'2018-03-13 23:45:23',''),(67681,1,1,69629,1,2331442451,'2018-03-13 23:50:37',''),(67682,1,1,69630,46,3475901697,'2018-03-14 02:38:39',''),(67683,1,1,69631,1,84513002,'2018-03-14 03:01:40',''),(67684,1,1,69632,1,84513002,'2018-03-14 03:01:44',''),(67685,1,1,69633,41,908367188,'2018-03-14 03:23:54',''),(67686,1,1,69634,10,908367018,'2018-03-14 03:58:37',''),(67687,1,1,69635,1,1123631131,'2018-03-14 06:06:24',''),(67688,1,1,69636,1,1760471350,'2018-03-14 07:48:10',''),(67689,1,1,69637,23,1123631132,'2018-03-14 08:07:59',''),(67690,1,1,69638,1,910375811,'2018-03-14 09:02:30',''),(67691,1,1,69639,56,621375800,'2018-03-14 09:29:55',''),(67692,1,1,69640,63,1123631131,'2018-03-14 09:57:17',''),(67693,1,1,69642,1,3164961462,'2018-03-14 10:39:36',''),(67694,1,1,69643,1,1055432826,'2018-03-14 11:16:27','https://www.google.co.uk/'),(67695,1,1,69644,1,3479603870,'2018-03-14 11:47:10',''),(67696,1,1,69645,1,1123631130,'2018-03-14 11:50:56',''),(67697,1,1,69646,9,3024883484,'2018-03-14 11:52:04',''),(67698,1,1,69647,10,3587043981,'2018-03-14 12:00:27','https://www.google.co.uk/'),(67699,1,1,69648,28,3024883479,'2018-03-14 12:25:25',''),(67700,1,1,69649,1,3479603870,'2018-03-14 12:25:42',''),(67701,1,1,69650,1,1123631131,'2018-03-14 12:32:45',''),(67702,1,1,69651,26,3639886579,'2018-03-14 14:01:02',''),(67703,1,1,69652,69,908366883,'2018-03-14 14:27:26',''),(67704,1,1,69653,1,2169400956,'2018-03-14 14:42:11','http://109.203.124.10'),(67705,1,1,69654,1,1476059258,'2018-03-14 14:51:20',''),(67706,1,1,69655,1,3585395500,'2018-03-14 14:51:24',''),(67707,1,1,69656,1,2461655024,'2018-03-14 15:08:35',''),(67708,1,1,69657,6,2954838202,'2018-03-14 15:11:38',''),(67709,1,1,69658,1,1123631131,'2018-03-14 16:24:34',''),(67710,1,1,69659,47,3475901836,'2018-03-14 18:55:14',''),(67711,1,1,69660,1,1123631130,'2018-03-14 19:00:01',''),(67712,1,1,69661,43,621375800,'2018-03-14 21:13:22',''),(67713,1,1,69662,45,1123631132,'2018-03-14 23:36:37',''),(67714,1,1,69663,1,917386890,'2018-03-15 00:09:47',''),(67715,1,1,69664,1,917387930,'2018-03-15 00:09:49',''),(67716,1,1,69665,1,917386890,'2018-03-15 00:09:53',''),(67717,1,1,69666,1,917387794,'2018-03-15 00:09:55',''),(67718,1,1,69667,6,917386890,'2018-03-15 00:09:58',''),(67719,1,1,69668,6,917387920,'2018-03-15 00:09:59',''),(67720,1,1,69669,26,917386890,'2018-03-15 00:10:01',''),(67721,1,1,69670,26,917387320,'2018-03-15 00:10:02',''),(67722,1,1,69671,26,917386890,'2018-03-15 00:10:04',''),(67723,1,1,69672,26,917387465,'2018-03-15 00:10:06',''),(67724,1,1,69673,26,917386890,'2018-03-15 00:10:07',''),(67725,1,1,69674,26,917387965,'2018-03-15 00:10:09',''),(67726,1,1,69675,26,917386890,'2018-03-15 00:10:11',''),(67727,1,1,69676,26,917387794,'2018-03-15 00:10:12',''),(67728,1,1,69677,26,917386890,'2018-03-15 00:10:14',''),(67729,1,1,69678,26,917387965,'2018-03-15 00:10:15',''),(67730,1,1,69679,26,917386890,'2018-03-15 00:10:17',''),(67731,1,1,69680,26,917387320,'2018-03-15 00:10:18',''),(67732,1,1,69681,26,917386890,'2018-03-15 00:10:20',''),(67733,1,1,69682,26,917387965,'2018-03-15 00:10:21',''),(67734,1,1,69683,26,917386890,'2018-03-15 00:10:23',''),(67735,1,1,69684,26,917387930,'2018-03-15 00:10:24',''),(67736,1,1,69685,26,917386890,'2018-03-15 00:10:26',''),(67737,1,1,69686,26,917387776,'2018-03-15 00:10:28',''),(67738,1,1,69687,26,917386890,'2018-03-15 00:10:29',''),(67739,1,1,69688,26,917387776,'2018-03-15 00:10:31',''),(67740,1,1,69689,9,917386890,'2018-03-15 00:10:33',''),(67741,1,1,69690,9,917387357,'2018-03-15 00:10:34',''),(67742,1,1,69691,38,917386890,'2018-03-15 00:10:36',''),(67743,1,1,69692,38,917387965,'2018-03-15 00:10:38',''),(67744,1,1,69693,41,917386890,'2018-03-15 00:10:39',''),(67745,1,1,69694,41,917387326,'2018-03-15 00:10:41',''),(67746,1,1,69695,42,917386890,'2018-03-15 00:10:43',''),(67747,1,1,69696,42,917387920,'2018-03-15 00:10:44',''),(67748,1,1,69697,43,917386890,'2018-03-15 00:10:47',''),(67749,1,1,69698,43,917387776,'2018-03-15 00:10:48',''),(67750,1,1,69699,45,917386890,'2018-03-15 00:10:52',''),(67751,1,1,69700,45,917387357,'2018-03-15 00:10:54',''),(67752,1,1,69701,53,917386890,'2018-03-15 00:10:57',''),(67753,1,1,69702,53,917387794,'2018-03-15 00:10:58',''),(67754,1,1,69703,48,917386890,'2018-03-15 00:11:00',''),(67755,1,1,69704,48,917387092,'2018-03-15 00:11:02',''),(67756,1,1,69705,52,917386890,'2018-03-15 00:11:04',''),(67757,1,1,69706,52,917387320,'2018-03-15 00:11:05',''),(67758,1,1,69707,57,917386890,'2018-03-15 00:11:08',''),(67759,1,1,69708,57,917387776,'2018-03-15 00:11:09',''),(67760,1,1,69709,28,917386890,'2018-03-15 00:11:11',''),(67761,1,1,69710,28,917387930,'2018-03-15 00:11:13',''),(67762,1,1,69711,50,917386890,'2018-03-15 00:11:16',''),(67763,1,1,69712,50,917387930,'2018-03-15 00:11:17',''),(67764,1,1,69713,51,917386890,'2018-03-15 00:11:21',''),(67765,1,1,69714,51,917387776,'2018-03-15 00:11:23',''),(67766,1,1,69715,56,917386890,'2018-03-15 00:11:25',''),(67767,1,1,69716,56,917387092,'2018-03-15 00:11:27',''),(67768,1,1,69717,55,917386890,'2018-03-15 00:11:32',''),(67769,1,1,69718,55,917387920,'2018-03-15 00:11:33',''),(67770,1,1,69719,62,917386890,'2018-03-15 00:11:36',''),(67771,1,1,69720,62,917387776,'2018-03-15 00:11:38',''),(67772,1,1,69721,63,917386890,'2018-03-15 00:11:42',''),(67773,1,1,69722,63,917387965,'2018-03-15 00:11:43',''),(67774,1,1,69723,64,917386890,'2018-03-15 00:11:46',''),(67775,1,1,69724,64,917387326,'2018-03-15 00:11:47',''),(67776,1,1,69725,65,917386890,'2018-03-15 00:11:51',''),(67777,1,1,69726,65,917387930,'2018-03-15 00:11:53',''),(67778,1,1,69727,69,917386890,'2018-03-15 00:11:55',''),(67779,1,1,69728,69,917387920,'2018-03-15 00:11:56',''),(67780,1,1,69729,41,676177760,'2018-03-15 01:17:46',''),(67781,1,1,69730,1,3024883469,'2018-03-15 01:42:23',''),(67782,1,1,69731,29,3639886579,'2018-03-15 01:50:42',''),(67783,1,1,69732,29,3639886579,'2018-03-15 02:06:55',''),(67784,1,1,69733,1,1123631131,'2018-03-15 05:28:25',''),(67785,1,1,69734,44,1123631131,'2018-03-15 07:01:35',''),(67786,1,1,69735,1,3024883592,'2018-03-15 08:44:38',''),(67787,1,1,69736,15,2637637472,'2018-03-15 09:20:31',''),(67788,1,1,69737,1,3024883618,'2018-03-15 10:00:43',''),(67789,1,1,69738,52,2637637472,'2018-03-15 12:18:49',''),(67790,1,1,69739,16,621375800,'2018-03-15 12:19:56',''),(67791,1,1,69740,1,1589999806,'2018-03-15 12:27:31',''),(67792,1,1,69741,1,1056753092,'2018-03-15 13:10:56','https://www.google.co.uk/'),(67793,1,1,69082,1,3565885881,'2018-03-15 15:08:25','https://www.google.co.uk/'),(67794,1,1,69742,67,908367055,'2018-03-15 16:39:50',''),(67795,1,1,69743,64,3117481992,'2018-03-15 17:26:35',''),(67796,1,1,69744,64,3117481992,'2018-03-15 17:26:37',''),(67797,1,1,69745,1,3117481992,'2018-03-15 17:26:40',''),(67798,1,1,69746,64,3117481992,'2018-03-15 17:26:42',''),(67799,1,1,69747,1,2548535219,'2018-03-15 17:51:53',''),(67800,1,1,69748,1,2637637472,'2018-03-15 18:56:31',''),(67801,1,1,69749,6,3236147998,'2018-03-15 19:20:23',''),(67802,1,1,69750,1,84512963,'2018-03-15 19:24:37',''),(67803,1,1,69751,29,908367131,'2018-03-15 20:02:02',''),(67804,1,1,69752,1,3164961450,'2018-03-15 21:03:50',''),(67805,1,1,69753,1,584661044,'2018-03-15 22:28:40',''),(67806,1,1,69754,6,584661044,'2018-03-15 22:28:43',''),(67807,1,1,69755,1,584661044,'2018-03-15 22:28:45',''),(67808,1,1,69756,1,584661044,'2018-03-15 22:28:46',''),(67809,1,1,69757,18,584661044,'2018-03-15 22:28:47',''),(67810,1,1,69758,3,584661044,'2018-03-15 22:28:49',''),(67811,1,1,69759,9,584661044,'2018-03-15 22:28:51',''),(67812,1,1,69760,51,584661044,'2018-03-15 22:28:52',''),(67813,1,1,69761,69,584661044,'2018-03-15 22:28:54',''),(67814,1,1,69762,62,584661044,'2018-03-15 22:28:55',''),(67815,1,1,69763,28,584661044,'2018-03-15 22:28:57',''),(67816,1,1,69764,63,584661044,'2018-03-15 22:28:58',''),(67817,1,1,69765,64,584661044,'2018-03-15 22:28:59',''),(67818,1,1,69766,56,584661044,'2018-03-15 22:29:01',''),(67819,1,1,69767,50,584661044,'2018-03-15 22:29:02',''),(67820,1,1,69768,65,584661044,'2018-03-15 22:29:04',''),(67821,1,1,69769,55,584661044,'2018-03-15 22:29:05',''),(67822,1,1,69770,53,584661044,'2018-03-15 22:29:07',''),(67823,1,1,69771,43,584661044,'2018-03-15 22:29:08',''),(67824,1,1,69772,48,584661044,'2018-03-15 22:29:09',''),(67825,1,1,69773,52,584661044,'2018-03-15 22:29:10',''),(67826,1,1,69774,41,584661044,'2018-03-15 22:29:11',''),(67827,1,1,69775,38,584661044,'2018-03-15 22:29:13',''),(67828,1,1,69776,57,584661044,'2018-03-15 22:29:14',''),(67829,1,1,69777,45,584661044,'2018-03-15 22:29:15',''),(67830,1,1,69778,26,584661044,'2018-03-15 22:29:16',''),(67831,1,1,69779,26,584661044,'2018-03-15 22:29:17',''),(67832,1,1,69780,26,584661044,'2018-03-15 22:29:18',''),(67833,1,1,69781,26,584661044,'2018-03-15 22:29:19',''),(67834,1,1,69782,26,584661044,'2018-03-15 22:29:20',''),(67835,1,1,69783,26,584661044,'2018-03-15 22:29:21',''),(67836,1,1,69784,26,584661044,'2018-03-15 22:29:22',''),(67837,1,1,69785,26,584661044,'2018-03-15 22:29:23',''),(67838,1,1,69786,26,584661044,'2018-03-15 22:29:24',''),(67839,1,1,69787,26,584661044,'2018-03-15 22:29:25',''),(67840,1,1,69788,1,88551617,'2018-03-15 23:27:41','https://www.google.co.uk/'),(67841,1,1,69789,1,633035490,'2018-03-16 01:06:17',''),(67842,1,1,69790,62,633035490,'2018-03-16 01:06:17',''),(67843,1,1,69791,196,633035490,'2018-03-16 01:06:18',''),(67844,1,1,69792,62,633035490,'2018-03-16 01:06:19',''),(67845,1,1,69793,62,633035490,'2018-03-16 01:06:20',''),(67846,1,1,69794,62,633035490,'2018-03-16 01:06:21',''),(67847,1,1,69795,62,633035490,'2018-03-16 01:06:22',''),(67848,1,1,69796,62,633035490,'2018-03-16 01:06:23',''),(67849,1,1,69797,62,633035490,'2018-03-16 01:06:24',''),(67850,1,1,69798,62,633035490,'2018-03-16 01:06:25',''),(67851,1,1,69799,62,633035490,'2018-03-16 01:06:26',''),(67852,1,1,69800,1,633035490,'2018-03-16 01:06:27',''),(67853,1,1,69801,1,633035490,'2018-03-16 01:06:28',''),(67854,1,1,69802,1,633035490,'2018-03-16 01:06:28',''),(67855,1,1,69803,1,633035490,'2018-03-16 01:06:29',''),(67856,1,1,69804,1,633035490,'2018-03-16 01:06:29',''),(67857,1,1,69805,1,633035490,'2018-03-16 01:06:30',''),(67858,1,1,69806,1,633035490,'2018-03-16 01:06:30',''),(67859,1,1,69807,1,633035490,'2018-03-16 01:06:31',''),(67860,1,1,69808,62,633035490,'2018-03-16 01:06:32',''),(67861,1,1,69809,62,633035490,'2018-03-16 01:06:33',''),(67862,1,1,69810,62,633035490,'2018-03-16 01:06:34',''),(67863,1,1,69811,62,633035490,'2018-03-16 01:06:52',''),(67864,1,1,69812,1,1302444093,'2018-03-16 01:17:21',''),(67865,1,1,69813,9,3024883616,'2018-03-16 01:27:56',''),(67866,1,1,69814,1,3024883480,'2018-03-16 02:01:15',''),(67867,1,1,69815,1,3024883615,'2018-03-16 02:01:19',''),(67868,1,1,69816,74,908367038,'2018-03-16 02:34:04',''),(67869,1,1,69817,1,1476059258,'2018-03-16 02:56:35',''),(67870,1,1,69818,1,915507614,'2018-03-16 03:10:20',''),(67871,1,1,69819,10,3585395476,'2018-03-16 03:12:11',''),(67872,1,1,69820,1,915507614,'2018-03-16 04:31:40',''),(67873,1,1,69821,18,915507614,'2018-03-16 04:31:41',''),(67874,1,1,69822,3,915507614,'2018-03-16 04:31:42',''),(67875,1,1,69823,43,915507614,'2018-03-16 04:31:43',''),(67876,1,1,69824,45,915507614,'2018-03-16 04:31:44',''),(67877,1,1,69825,6,915507614,'2018-03-16 04:31:45',''),(67878,1,1,69826,57,915507614,'2018-03-16 04:31:46',''),(67879,1,1,69827,9,915507614,'2018-03-16 04:31:47',''),(67880,1,1,69828,28,915507614,'2018-03-16 04:31:47',''),(67881,1,1,69829,6,1123631130,'2018-03-16 06:50:19',''),(67882,1,1,69830,1,2960397063,'2018-03-16 07:16:51',''),(67883,1,1,69831,57,2637637561,'2018-03-16 07:28:53',''),(67884,1,1,69832,1,3164961448,'2018-03-16 10:43:45',''),(67885,1,1,69833,1,2999616710,'2018-03-16 11:29:18',''),(67886,1,1,69834,1,2999616710,'2018-03-16 11:29:21',''),(67887,1,1,69835,1,2999616710,'2018-03-16 11:29:24',''),(67888,1,1,69836,1,2999616710,'2018-03-16 11:29:26',''),(67889,1,1,69837,1,2999616710,'2018-03-16 11:29:29',''),(67890,1,1,69838,1,2999616710,'2018-03-16 11:29:32',''),(67891,1,1,69839,1,2999616710,'2018-03-16 11:29:37',''),(67892,1,1,69840,1,2999616710,'2018-03-16 11:29:40',''),(67893,1,1,69841,44,3639886579,'2018-03-16 11:40:34',''),(67894,1,1,69842,26,3639886579,'2018-03-16 11:44:44',''),(67895,1,1,69843,1,621375800,'2018-03-16 14:11:36',''),(67896,1,1,69844,1,3585395500,'2018-03-16 14:11:39',''),(67897,1,1,69845,43,676177730,'2018-03-16 16:28:16',''),(67898,1,1,69846,1,2637637472,'2018-03-16 18:43:49',''),(67899,1,1,69847,68,908367071,'2018-03-16 20:11:32',''),(67900,1,1,69848,1,1485835732,'2018-03-16 20:20:17','https://www.google.co.uk/'),(67901,1,1,69849,1,1041806727,'2018-03-16 20:20:53',''),(67902,1,1,69850,65,585869906,'2018-03-16 21:34:08','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1728.JPBiEFBHbRvC264jUCmbJtQCYoXlAqYbk3FRvBQOstg.8481be54b6f1369b827e966e8636d3ed263026a6&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(67903,1,1,69851,65,2319757647,'2018-03-16 21:41:17','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1728.-h2TzvUNzfaDHoXiERalTOGqKgLme9CyH7TNILebPmk.8db23dfa0aac045ed36fd0bce45e9910d11c5614&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(67904,1,1,69852,65,2160584880,'2018-03-16 21:56:21','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1728.Vb8hl4POUdBbi9IDP3XtNgrOAw-n-JP-hsV6kavDVik.658e15ac5244db29c481f9c864f0c567f8ba77f8&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(67905,1,1,69853,65,3165025851,'2018-03-16 21:58:50','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1728.2SjDgCu44E4j3byAWidEMCFsHA0V2G7H7Ki3ppzzyd0.0fb7adfe7abb271c7d97557f787940671e918223&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(67906,1,1,69854,65,2328200836,'2018-03-16 22:27:26','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1728.LyMxWHvG8wognjy9Hsc_nLcTokPbDLscCnHGx5CSx6Y.8f4c7c9f90e745d52bad60a252278a96a03e5086&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(67907,1,1,69855,1,1378325600,'2018-03-16 22:36:45','https://www.google.co.uk/'),(67908,1,1,69856,1,3024883610,'2018-03-17 01:27:06',''),(67909,1,1,69857,43,599695502,'2018-03-17 01:27:36',''),(67910,1,1,69858,43,599695502,'2018-03-17 01:27:38',''),(67911,1,1,69859,1,599695502,'2018-03-17 01:27:45',''),(67912,1,1,69860,43,599695502,'2018-03-17 01:27:47',''),(67913,1,1,69861,43,599695502,'2018-03-17 01:27:49',''),(67914,1,1,69862,16,3024883489,'2018-03-17 02:00:25',''),(67915,1,1,69863,27,908367123,'2018-03-17 02:23:30',''),(67916,1,1,69864,1,676695033,'2018-03-17 04:09:59',''),(67917,1,1,69865,55,908367123,'2018-03-17 05:37:01',''),(67918,1,1,69866,1,910375811,'2018-03-17 05:43:21',''),(67919,1,1,69867,1,918005066,'2018-03-17 08:47:39',''),(67920,1,1,69868,14,3024883592,'2018-03-17 09:10:37',''),(67921,1,1,69869,63,3639886579,'2018-03-17 09:21:09',''),(67922,1,1,69870,10,3024883470,'2018-03-17 09:43:56',''),(67923,1,1,69871,1,3164961457,'2018-03-17 10:13:45',''),(67924,1,1,69872,58,908366882,'2018-03-17 11:30:59',''),(67925,1,1,69873,75,621375800,'2018-03-17 13:02:49',''),(67926,1,1,69874,1,586528385,'2018-03-17 13:24:05',''),(67927,1,1,69875,47,3024883478,'2018-03-17 14:31:02',''),(67928,1,1,69876,1,3024883606,'2018-03-17 15:04:24',''),(67929,1,1,69877,1,3113327662,'2018-03-17 15:43:43','https://www.google.co.uk/'),(67930,1,1,69878,62,621375800,'2018-03-17 16:44:53','');
INSERT INTO `tv_connections` VALUES (67931,1,1,69879,49,1476059258,'2018-03-17 18:11:50',''),(67932,1,1,69880,44,621375800,'2018-03-17 19:56:41',''),(67933,1,1,69881,53,908366932,'2018-03-17 20:30:17',''),(67934,1,1,69882,27,1476059258,'2018-03-17 20:37:04',''),(67935,1,1,69883,1,918821328,'2018-03-17 20:41:23',''),(67936,1,1,69884,26,3639886579,'2018-03-17 22:04:39',''),(67937,1,1,69885,26,3639886579,'2018-03-17 23:25:01',''),(67938,1,1,69886,26,3639886579,'2018-03-17 23:40:23',''),(67939,1,1,69887,1,3024883615,'2018-03-18 00:13:45',''),(67940,1,1,69888,54,3639886579,'2018-03-18 02:38:21',''),(67941,1,1,69889,26,3639886579,'2018-03-18 04:29:18',''),(67942,1,1,69890,75,3639886579,'2018-03-18 04:53:28',''),(67943,1,1,69891,1,1123631130,'2018-03-18 05:47:52',''),(67944,1,1,69892,43,3639886579,'2018-03-18 07:15:12',''),(67945,1,1,69893,6,2001798849,'2018-03-18 07:24:18',''),(67946,1,1,69894,1,2001798849,'2018-03-18 07:24:32',''),(67947,1,1,69895,1,2001798849,'2018-03-18 07:24:48',''),(67948,1,1,69896,1,1123631130,'2018-03-18 07:26:37',''),(67949,1,1,69897,45,2637637598,'2018-03-18 07:33:13',''),(67950,1,1,69898,43,2637637598,'2018-03-18 07:33:14',''),(67951,1,1,69899,16,2637637598,'2018-03-18 07:33:15',''),(67952,1,1,69900,43,676177681,'2018-03-18 07:33:31',''),(67953,1,1,69901,43,676177681,'2018-03-18 07:33:31',''),(67954,1,1,69902,57,2637637392,'2018-03-18 07:35:01',''),(67955,1,1,69903,6,3639886579,'2018-03-18 07:36:37',''),(67956,1,1,69904,1,915507614,'2018-03-18 07:53:37',''),(67957,1,1,69905,1,915507614,'2018-03-18 08:04:49',''),(67958,1,1,69906,18,915507614,'2018-03-18 08:04:50',''),(67959,1,1,69907,3,915507614,'2018-03-18 08:04:52',''),(67960,1,1,69908,43,915507614,'2018-03-18 08:04:53',''),(67961,1,1,69909,45,915507614,'2018-03-18 08:04:54',''),(67962,1,1,69910,6,915507614,'2018-03-18 08:04:55',''),(67963,1,1,69911,57,915507614,'2018-03-18 08:04:56',''),(67964,1,1,69912,9,915507614,'2018-03-18 08:04:56',''),(67965,1,1,69913,28,915507614,'2018-03-18 08:04:57',''),(67966,1,1,69914,1,3164961450,'2018-03-18 10:00:45',''),(67967,1,1,69915,1,88368040,'2018-03-18 10:49:44','https://www.google.co.uk/'),(67968,1,1,69916,1,3479603870,'2018-03-18 11:04:34',''),(67969,1,1,69917,1,1123631131,'2018-03-18 12:15:48',''),(67970,1,1,69918,31,3639886579,'2018-03-18 12:37:54',''),(67971,1,1,69919,1,1443413623,'2018-03-18 12:40:38','https://www.google.co.uk/'),(67972,1,1,69920,69,621375800,'2018-03-18 13:06:57',''),(67973,1,1,69921,1,3024883605,'2018-03-18 13:45:11',''),(67974,1,1,69922,1,1123631130,'2018-03-18 14:19:44',''),(67975,1,1,69923,1,1443145403,'2018-03-18 14:29:13','https://www.google.co.uk/'),(67976,1,1,69924,1,3024883593,'2018-03-18 14:51:51',''),(67977,1,1,69925,1,1123631130,'2018-03-18 16:19:39',''),(67978,1,1,69926,1,1547541800,'2018-03-18 18:03:24',''),(67979,1,1,69927,65,1547541800,'2018-03-18 18:03:24',''),(67980,1,1,69928,197,1547541800,'2018-03-18 18:03:25',''),(67981,1,1,69929,65,1547541800,'2018-03-18 18:03:26',''),(67982,1,1,69930,65,1547541800,'2018-03-18 18:03:27',''),(67983,1,1,69931,65,1547541800,'2018-03-18 18:03:28',''),(67984,1,1,69932,65,1547541800,'2018-03-18 18:03:29',''),(67985,1,1,69933,65,1547541800,'2018-03-18 18:03:30',''),(67986,1,1,69934,65,1547541800,'2018-03-18 18:03:30',''),(67987,1,1,69935,65,1547541800,'2018-03-18 18:03:31',''),(67988,1,1,69936,65,1547541800,'2018-03-18 18:03:32',''),(67989,1,1,69937,1,1547541800,'2018-03-18 18:03:33',''),(67990,1,1,69938,1,1547541800,'2018-03-18 18:03:34',''),(67991,1,1,69939,1,1547541800,'2018-03-18 18:03:34',''),(67992,1,1,69940,1,1547541800,'2018-03-18 18:03:35',''),(67993,1,1,69941,1,1547541800,'2018-03-18 18:03:35',''),(67994,1,1,69942,1,1547541800,'2018-03-18 18:03:36',''),(67995,1,1,69943,1,1547541800,'2018-03-18 18:03:36',''),(67996,1,1,69944,1,1547541800,'2018-03-18 18:03:37',''),(67997,1,1,69945,65,1547541800,'2018-03-18 18:03:37',''),(67998,1,1,69946,65,1547541800,'2018-03-18 18:03:38',''),(67999,1,1,69947,65,1547541800,'2018-03-18 18:03:39',''),(68000,1,1,69948,65,1547541800,'2018-03-18 18:03:40',''),(68001,1,1,69949,65,1547541800,'2018-03-18 18:03:41',''),(68002,1,1,69950,65,1547541800,'2018-03-18 18:03:42',''),(68003,1,1,69951,65,1547541800,'2018-03-18 18:03:43',''),(68004,1,1,69952,65,1547541800,'2018-03-18 18:03:44',''),(68005,1,1,69953,65,1547541800,'2018-03-18 18:03:44',''),(68006,1,1,69954,65,1547541800,'2018-03-18 18:03:45',''),(68007,1,1,69955,65,1547541800,'2018-03-18 18:03:47',''),(68008,1,1,69956,65,1547541800,'2018-03-18 18:03:48',''),(68009,1,1,69957,65,1547541800,'2018-03-18 18:03:49',''),(68010,1,1,69958,65,1547541800,'2018-03-18 18:03:50',''),(68011,1,1,69959,65,1547541800,'2018-03-18 18:03:51',''),(68012,1,1,69960,65,1547541800,'2018-03-18 18:03:52',''),(68013,1,1,69961,59,2637637559,'2018-03-18 18:20:20',''),(68014,1,1,69962,1,1358149658,'2018-03-18 18:51:48','http://www.google.com'),(68015,1,1,69963,6,1358149658,'2018-03-18 18:51:49','http://www.google.com'),(68016,1,1,69964,1,1358149658,'2018-03-18 18:51:49','http://www.google.com'),(68017,1,1,69965,1,2809320392,'2018-03-18 18:54:27',''),(68018,1,1,69966,1,1123631132,'2018-03-18 21:12:41',''),(68019,1,1,69967,26,3639886579,'2018-03-18 21:40:13',''),(68020,1,1,69968,68,676177842,'2018-03-18 23:20:32',''),(68021,1,1,69969,56,908367099,'2018-03-18 23:41:38',''),(68022,1,1,69970,1,2366148146,'2018-03-19 00:20:06',''),(68023,1,1,69971,6,775130772,'2018-03-19 01:23:34',''),(68024,1,1,69972,1,920717075,'2018-03-19 01:37:37',''),(68025,1,1,69973,68,3165026115,'2018-03-19 02:45:07','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1730.od4PZpBetBp5BhldfYhhgse_J_UMTTe5_kazs45VCxY.a0f60011a1b9bdd576883c1ba695e59470f7add1&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(68026,1,1,69974,68,599196758,'2018-03-19 02:50:27','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1730.wuiAVvAZ-rzbQn-o5-NRVp8peJEb4kkcoQbStZPaGmA.db657bbb58d5a118699c842e3db72c5df07db149&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(68027,1,1,69975,43,676177695,'2018-03-19 03:07:30',''),(68028,1,1,69976,68,2673434673,'2018-03-19 03:15:53','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1730.vxdMUeZlsonXDqgm_Ytusm5r25Av8PAiqW64WVY37yk.ac36c6360ccb3c72f5b25fbd031ac563cb920a16&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(68029,1,1,69977,68,2548831275,'2018-03-19 03:19:19','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1730.fpOtXxJudEW--JCDd0OXDZ7qDaMxjRX2mwJ9f0KzXNs.b3bcf22cd7d321a9912830ca393926a15f306cf0&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(68030,1,1,69978,68,598840412,'2018-03-19 03:56:22','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1730.ct7v06qg8tAlZXzY1U2eNFLAen7ehjnX5TayqV6dUYw.288ccf0e8c821d21fe9658a1ba2cb2bd63532432&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(68031,1,1,69979,68,2673432796,'2018-03-19 04:10:36','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1730.Fr7g4T7d6rPppjb7QLnKfY5UrF411TLMb30ZBjfOU1U.1d35995621dce60dc4a1778e92f618e8a8c67692&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(68032,1,1,69980,1,2953384145,'2018-03-19 05:37:18',''),(68033,1,1,69981,48,908366934,'2018-03-19 06:39:45',''),(68034,1,1,69982,48,1123632629,'2018-03-19 07:12:40',''),(68035,1,1,69983,1,3024883603,'2018-03-19 07:31:28',''),(68036,1,1,69984,1,3024883468,'2018-03-19 07:34:38',''),(68037,1,1,69985,1,3427775493,'2018-03-19 09:08:16',''),(68038,1,1,69986,6,621375800,'2018-03-19 10:06:37',''),(68039,1,1,69987,1,3164961446,'2018-03-19 10:12:53',''),(68040,1,1,69988,71,1123632627,'2018-03-19 11:03:48',''),(68041,1,1,69989,66,1123632629,'2018-03-19 11:11:29',''),(68042,1,1,69990,1,3259662842,'2018-03-19 11:57:55','https://www.google.co.uk/'),(68043,1,1,69991,1,3024883464,'2018-03-19 12:30:02',''),(68044,1,1,69992,46,3024883483,'2018-03-19 13:03:20',''),(68045,1,1,69993,65,908367150,'2018-03-19 13:17:09',''),(68046,1,1,69994,1,3475901696,'2018-03-19 15:38:11',''),(68047,1,1,69995,1,3117469894,'2018-03-19 15:59:52',''),(68048,1,1,69996,1,3117469894,'2018-03-19 15:59:54',''),(68049,1,1,69997,1,3117469894,'2018-03-19 15:59:58',''),(68050,1,1,69998,1,3117469894,'2018-03-19 16:00:00',''),(68051,1,1,69999,1,3117469894,'2018-03-19 16:04:42',''),(68052,1,1,70000,1,3117469894,'2018-03-19 16:04:49',''),(68053,1,1,70001,1,3117469894,'2018-03-19 16:04:50',''),(68054,1,1,70002,1,3117469894,'2018-03-19 16:04:53',''),(68055,1,1,70003,1,3117469894,'2018-03-19 16:04:55',''),(68056,1,1,70004,1,3340638701,'2018-03-19 16:39:45',''),(68057,1,1,70005,43,3639886579,'2018-03-19 21:33:08',''),(68058,1,1,70006,59,908367114,'2018-03-19 21:47:25',''),(68059,1,1,70007,1,294559638,'2018-03-19 22:17:08',''),(68060,1,1,70008,56,676177739,'2018-03-19 22:37:01',''),(68061,1,1,70009,1,3475901748,'2018-03-20 01:07:00',''),(68062,1,1,70010,15,3475901748,'2018-03-20 01:07:01',''),(68063,1,1,70011,16,3475901839,'2018-03-20 01:07:16',''),(68064,1,1,70012,59,3475901839,'2018-03-20 01:07:17',''),(68065,1,1,70013,1,910375811,'2018-03-20 01:26:22',''),(68066,1,1,70014,1,3024883464,'2018-03-20 03:34:23',''),(68067,1,1,70015,6,908367008,'2018-03-20 03:35:35',''),(68068,1,1,70016,1,3104298548,'2018-03-20 04:27:24',''),(68069,1,1,70017,1,3164961456,'2018-03-20 10:08:41',''),(68070,1,1,70018,47,2637637506,'2018-03-20 12:34:43',''),(68071,1,1,70019,72,1654702455,'2018-03-20 13:00:44',''),(68072,1,1,70020,1,1654702455,'2018-03-20 13:00:45',''),(68073,1,1,70021,1,1654702455,'2018-03-20 13:01:19',''),(68074,1,1,70022,1,1654702455,'2018-03-20 13:01:21',''),(68075,1,1,70023,1,1476059258,'2018-03-20 13:41:59',''),(68076,1,1,70024,43,2637637506,'2018-03-20 13:43:15',''),(68077,1,1,70025,1,2366148121,'2018-03-20 14:26:50',''),(68078,1,1,70026,1,621375800,'2018-03-20 14:26:53',''),(68079,1,1,70027,26,3639886579,'2018-03-20 14:57:05',''),(68080,1,1,70028,75,2637637506,'2018-03-20 17:10:45',''),(68081,1,1,70029,1,3475901793,'2018-03-20 17:28:16',''),(68082,1,1,70030,68,676177771,'2018-03-20 17:38:41',''),(68083,1,1,70031,1,3024883476,'2018-03-20 18:31:16',''),(68084,1,1,70032,1,621375800,'2018-03-20 18:42:46',''),(68085,1,1,70033,1,3024883490,'2018-03-20 19:04:39',''),(68086,1,1,70034,1,3024883611,'2018-03-20 20:44:35',''),(68087,1,1,70035,1,3024883467,'2018-03-20 21:51:16',''),(68088,1,1,70036,1,3024883602,'2018-03-20 22:24:36',''),(68089,1,1,70037,38,3024883482,'2018-03-20 22:57:57',''),(68090,1,1,70038,1,3024883483,'2018-03-20 23:31:17',''),(68091,1,1,70039,1,3355041601,'2018-03-20 23:32:55',''),(68092,1,1,70040,1,3160395404,'2018-03-20 23:42:41','https://www.google.co.uk/'),(68093,1,1,70041,57,908367032,'2018-03-21 04:05:21',''),(68094,1,1,70042,1,1159653890,'2018-03-21 04:12:38',''),(68095,1,1,70043,1,1159653890,'2018-03-21 04:13:05',''),(68096,1,1,70044,1,1089906110,'2018-03-21 06:47:55','http://whois.domaintools.com/mstyresblackburn.co.uk'),(68097,1,1,70045,1,1123631131,'2018-03-21 07:07:22',''),(68098,1,1,70046,1,2085818560,'2018-03-21 09:27:06',''),(68099,1,1,70047,1,1383196873,'2018-03-21 09:44:31','https://www.google.co.uk/'),(68100,1,1,70048,1,3164961448,'2018-03-21 10:02:50',''),(68101,1,1,70049,1,2331442451,'2018-03-21 14:57:56',''),(68102,1,1,70050,1,917351883,'2018-03-21 15:50:46',''),(68103,1,1,70051,1,1443145301,'2018-03-21 17:25:16','https://www.google.co.uk/'),(68104,1,1,70052,1,84496279,'2018-03-21 17:51:35',''),(68105,1,1,70053,1,918005066,'2018-03-21 18:26:21',''),(68106,1,1,70054,1,48033788,'2018-03-21 18:57:03','https://www.google.co.uk/'),(68107,1,1,70051,20,1443145301,'2018-03-21 20:29:52','https://www.google.co.uk/'),(68108,1,1,70055,15,676177705,'2018-03-21 21:10:13',''),(68109,1,1,70056,1,600683325,'2018-03-21 21:38:44',''),(68110,1,1,70057,6,532213983,'2018-03-21 21:44:05',''),(68111,1,1,70058,6,532213983,'2018-03-21 21:44:06',''),(68112,1,1,70059,26,1123631131,'2018-03-21 21:53:05',''),(68113,1,1,70060,31,3024883590,'2018-03-21 22:26:56',''),(68114,1,1,70061,1,1123631130,'2018-03-21 23:20:13',''),(68115,1,1,70062,43,908367124,'2018-03-21 23:44:59',''),(68116,1,1,70063,18,676177750,'2018-03-22 00:16:07',''),(68117,1,1,70064,1,387222014,'2018-03-22 00:18:07',''),(68118,1,1,70065,6,2954838202,'2018-03-22 01:51:18',''),(68119,1,1,70066,1,1539837079,'2018-03-22 02:13:30',''),(68120,1,1,70067,1,1539837026,'2018-03-22 02:16:06',''),(68121,1,1,70068,56,3475901710,'2018-03-22 02:31:13',''),(68122,1,1,70069,15,676177705,'2018-03-22 02:31:20',''),(68123,1,1,70070,1,676177705,'2018-03-22 02:31:20',''),(68124,1,1,70071,16,676177702,'2018-03-22 02:32:18',''),(68125,1,1,70072,59,676177702,'2018-03-22 02:32:19',''),(68126,1,1,70073,1,1123631132,'2018-03-22 03:02:44',''),(68127,1,1,70074,1,772029058,'2018-03-22 03:24:18',''),(68128,1,1,70075,1,1123631581,'2018-03-22 04:31:23',''),(68129,1,1,70076,52,1123631580,'2018-03-22 04:43:18',''),(68130,1,1,70077,1,1123631581,'2018-03-22 06:35:22',''),(68131,1,1,70078,6,1123631580,'2018-03-22 06:53:57',''),(68132,1,1,70079,1,1523455062,'2018-03-22 08:00:26','https://www.google.co.uk/'),(68133,1,1,70080,1,3107883166,'2018-03-22 08:44:30',''),(68134,1,1,70081,18,3107883166,'2018-03-22 08:44:30',''),(68135,1,1,70082,1,3107883166,'2018-03-22 08:44:31',''),(68136,1,1,70083,1,3107883166,'2018-03-22 08:44:31',''),(68137,1,1,70084,1,3107883166,'2018-03-22 08:44:32',''),(68138,1,1,70085,1,3107883166,'2018-03-22 08:44:32',''),(68139,1,1,70086,1,3107883166,'2018-03-22 08:44:33',''),(68140,1,1,70087,1,3107883166,'2018-03-22 08:44:33',''),(68141,1,1,70088,1,3107883166,'2018-03-22 08:44:34',''),(68142,1,1,70089,1,3107883166,'2018-03-22 08:44:34',''),(68143,1,1,70090,1,3107883166,'2018-03-22 08:44:35',''),(68144,1,1,70091,1,3107883166,'2018-03-22 08:44:35',''),(68145,1,1,70092,1,3107883166,'2018-03-22 08:44:36',''),(68146,1,1,70093,1,3107883166,'2018-03-22 08:44:36',''),(68147,1,1,70094,1,3107883166,'2018-03-22 08:44:37',''),(68148,1,1,70095,1,3107883166,'2018-03-22 08:44:37',''),(68149,1,1,70096,1,3107883166,'2018-03-22 08:44:38',''),(68150,1,1,70097,1,3107883166,'2018-03-22 08:44:38',''),(68151,1,1,70098,1,3107883166,'2018-03-22 08:44:39',''),(68152,1,1,70099,1,3107883166,'2018-03-22 08:44:39',''),(68153,1,1,70100,1,3107883166,'2018-03-22 08:44:40',''),(68154,1,1,70101,1,3107883166,'2018-03-22 08:44:40',''),(68155,1,1,70102,1,918429505,'2018-03-22 08:52:26',''),(68156,1,1,70103,1,1123631582,'2018-03-22 09:34:11',''),(68157,1,1,70104,1,3164961452,'2018-03-22 10:40:19',''),(68158,1,1,70105,73,3475901783,'2018-03-22 10:52:57',''),(68159,1,1,70106,1,2916142642,'2018-03-22 10:56:25',''),(68160,1,1,70107,1,2916142642,'2018-03-22 10:56:29',''),(68161,1,1,70108,1,2916142642,'2018-03-22 10:56:33',''),(68162,1,1,70109,1,2916142642,'2018-03-22 10:56:36',''),(68163,1,1,70110,1,2916142642,'2018-03-22 10:56:40',''),(68164,1,1,70111,1,2916142642,'2018-03-22 10:56:43',''),(68165,1,1,70112,1,2916142642,'2018-03-22 10:56:47',''),(68166,1,1,70113,1,1476059258,'2018-03-22 12:32:23',''),(68167,1,1,70114,6,532213983,'2018-03-22 12:43:49',''),(68168,1,1,70115,6,532213983,'2018-03-22 12:43:50',''),(68169,1,1,70116,1,1053990239,'2018-03-22 14:32:08',''),(68170,1,1,70117,1,621375800,'2018-03-22 16:09:44',''),(68171,1,1,70118,1,3585395500,'2018-03-22 16:09:47',''),(68172,1,1,70119,1,910375811,'2018-03-22 19:47:18',''),(68173,1,1,70120,1,833743090,'2018-03-22 21:57:52','https://www.google.com.au/'),(68174,1,1,70121,1,314332679,'2018-03-23 00:42:32',''),(68175,1,1,70122,1,314332679,'2018-03-23 00:42:33',''),(68176,1,1,70123,1,3024883462,'2018-03-23 02:30:32',''),(68177,1,1,70124,1,3024883590,'2018-03-23 03:03:50',''),(68178,1,1,70125,1,3024883596,'2018-03-23 03:37:10',''),(68179,1,1,70126,1,84512963,'2018-03-23 04:12:00',''),(68180,1,1,70127,1,3024883600,'2018-03-23 05:06:16',''),(68181,1,1,70128,9,908367007,'2018-03-23 06:21:00',''),(68182,1,1,70129,1,2653870255,'2018-03-23 06:28:40',''),(68183,1,1,70130,1,3024883471,'2018-03-23 07:11:09',''),(68184,1,1,70131,1,3488912666,'2018-03-23 07:17:29',''),(68185,1,1,70132,1,1442835202,'2018-03-23 08:27:35','http://www.google.com/'),(68186,1,1,70133,1,1464527364,'2018-03-23 08:39:38','https://www.google.co.uk/'),(68187,1,1,70134,1,3024883614,'2018-03-23 09:38:19',''),(68188,1,1,70135,43,3024883485,'2018-03-23 10:11:38',''),(68189,1,1,70136,1,3164961443,'2018-03-23 10:31:47',''),(68190,1,1,70137,1,3585395500,'2018-03-23 10:43:13',''),(68191,1,1,70138,43,908366888,'2018-03-23 11:14:04',''),(68192,1,1,70139,62,602111706,'2018-03-23 12:18:20',''),(68193,1,1,70140,62,602111706,'2018-03-23 12:18:22',''),(68194,1,1,70141,1,602111706,'2018-03-23 12:18:23',''),(68195,1,1,70142,62,602111706,'2018-03-23 12:18:24',''),(68196,1,1,70143,43,3107643407,'2018-03-23 13:07:45',''),(68197,1,1,70144,43,3107643407,'2018-03-23 13:07:46',''),(68198,1,1,70145,1,3107643407,'2018-03-23 13:07:47',''),(68199,1,1,70146,43,3107643407,'2018-03-23 13:07:48',''),(68200,1,1,70147,43,3107643407,'2018-03-23 13:07:50',''),(68201,1,1,70148,1,1526648180,'2018-03-23 13:19:20','https://www.google.co.uk/'),(68202,1,1,70149,43,599339216,'2018-03-23 13:30:25',''),(68203,1,1,70150,43,599339216,'2018-03-23 13:30:27',''),(68204,1,1,70151,1,599339216,'2018-03-23 13:30:28',''),(68205,1,1,70152,43,599339216,'2018-03-23 13:30:30',''),(68206,1,1,70153,1,2655383958,'2018-03-23 14:25:31',''),(68207,1,1,70154,6,1754307495,'2018-03-23 18:39:55',''),(68208,1,1,70155,1,3265137478,'2018-03-23 21:45:39',''),(68209,1,1,70156,1,2637637415,'2018-03-23 21:54:26',''),(68210,1,1,70157,15,2637637415,'2018-03-23 21:54:27',''),(68211,1,1,70158,16,2637637523,'2018-03-23 21:54:28',''),(68212,1,1,70159,59,2637637523,'2018-03-23 21:54:29',''),(68213,1,1,70160,56,676177699,'2018-03-23 22:00:04',''),(68214,1,1,70161,1,3119176438,'2018-03-23 22:41:57',''),(68215,1,1,70162,45,676177699,'2018-03-23 23:41:04',''),(68216,1,1,70163,1,3024883488,'2018-03-24 01:01:53',''),(68217,1,1,70164,51,3107185905,'2018-03-24 02:48:34',''),(68218,1,1,70165,51,3107185905,'2018-03-24 02:48:38',''),(68219,1,1,70166,1,3107185905,'2018-03-24 02:48:39',''),(68220,1,1,70167,51,3107185905,'2018-03-24 02:48:42',''),(68221,1,1,70168,43,3107185905,'2018-03-24 02:53:10',''),(68222,1,1,70169,43,3107185905,'2018-03-24 02:53:20',''),(68223,1,1,70170,43,3107185905,'2018-03-24 02:53:22',''),(68224,1,1,70171,1,3107185905,'2018-03-24 02:53:25',''),(68225,1,1,70172,43,3107185905,'2018-03-24 02:53:27',''),(68226,1,1,70173,43,3107185905,'2018-03-24 02:53:30',''),(68227,1,1,70174,16,3107185905,'2018-03-24 03:15:33',''),(68228,1,1,70175,16,3107185905,'2018-03-24 03:15:35',''),(68229,1,1,70176,1,3107185905,'2018-03-24 03:15:46',''),(68230,1,1,70177,16,3107185905,'2018-03-24 03:15:47',''),(68231,1,1,70178,43,2637637523,'2018-03-24 04:37:41',''),(68232,1,1,70179,43,676177858,'2018-03-24 04:37:41',''),(68233,1,1,70180,16,676177858,'2018-03-24 04:37:42',''),(68234,1,1,70181,1,1757432358,'2018-03-24 07:00:17',''),(68235,1,1,70182,1,1757432358,'2018-03-24 07:00:17',''),(68236,1,1,70183,18,1757432358,'2018-03-24 07:00:20',''),(68237,1,1,70184,1,1757432358,'2018-03-24 07:00:20',''),(68238,1,1,70185,3,1757432358,'2018-03-24 07:00:20',''),(68239,1,1,70186,18,1757432358,'2018-03-24 07:00:21',''),(68240,1,1,70187,1,1757432358,'2018-03-24 07:00:21',''),(68241,1,1,70188,3,1757432358,'2018-03-24 07:00:21',''),(68242,1,1,70189,43,1757432358,'2018-03-24 07:00:22',''),(68243,1,1,70190,45,1757432358,'2018-03-24 07:00:22',''),(68244,1,1,70191,6,1757432358,'2018-03-24 07:00:22',''),(68245,1,1,70192,45,1757432358,'2018-03-24 07:00:22',''),(68246,1,1,70193,43,1757432358,'2018-03-24 07:00:23',''),(68247,1,1,70194,6,1757432358,'2018-03-24 07:00:23',''),(68248,1,1,70195,57,1757432358,'2018-03-24 07:00:23',''),(68249,1,1,70196,9,1757432358,'2018-03-24 07:00:24',''),(68250,1,1,70197,28,1757432358,'2018-03-24 07:00:24',''),(68251,1,1,70198,57,1757432358,'2018-03-24 07:00:24',''),(68252,1,1,70199,9,1757432358,'2018-03-24 07:00:25',''),(68253,1,1,70200,26,1757432358,'2018-03-24 07:00:25',''),(68254,1,1,70201,28,1757432358,'2018-03-24 07:00:25',''),(68255,1,1,70202,26,1757432358,'2018-03-24 07:00:26',''),(68256,1,1,70203,50,1757432358,'2018-03-24 07:00:26',''),(68257,1,1,70204,51,1757432358,'2018-03-24 07:00:26',''),(68258,1,1,70205,26,1757432358,'2018-03-24 07:00:26',''),(68259,1,1,70206,50,1757432358,'2018-03-24 07:00:27',''),(68260,1,1,70207,26,1757432358,'2018-03-24 07:00:27',''),(68261,1,1,70208,51,1757432358,'2018-03-24 07:00:27',''),(68262,1,1,70209,26,1757432358,'2018-03-24 07:00:28',''),(68263,1,1,70210,56,1757432358,'2018-03-24 07:00:28',''),(68264,1,1,70211,26,1757432358,'2018-03-24 07:00:28',''),(68265,1,1,70212,26,1757432358,'2018-03-24 07:00:29',''),(68266,1,1,70214,55,1757432358,'2018-03-24 07:00:29',''),(68267,1,1,70213,56,1757432358,'2018-03-24 07:00:29',''),(68268,1,1,70215,26,1757432358,'2018-03-24 07:00:30',''),(68269,1,1,70216,26,1757432358,'2018-03-24 07:00:30',''),(68270,1,1,70217,55,1757432358,'2018-03-24 07:00:30',''),(68271,1,1,70218,62,1757432358,'2018-03-24 07:00:31',''),(68272,1,1,70219,26,1757432358,'2018-03-24 07:00:31',''),(68273,1,1,70220,26,1757432358,'2018-03-24 07:00:31',''),(68274,1,1,70221,62,1757432358,'2018-03-24 07:00:32',''),(68275,1,1,70222,63,1757432358,'2018-03-24 07:00:32',''),(68276,1,1,70223,26,1757432358,'2018-03-24 07:00:32',''),(68277,1,1,70224,26,1757432358,'2018-03-24 07:00:33',''),(68278,1,1,70225,63,1757432358,'2018-03-24 07:00:33',''),(68279,1,1,70226,64,1757432358,'2018-03-24 07:00:33',''),(68280,1,1,70227,26,1757432358,'2018-03-24 07:00:33',''),(68281,1,1,70228,64,1757432358,'2018-03-24 07:00:34',''),(68282,1,1,70229,26,1757432358,'2018-03-24 07:00:34',''),(68283,1,1,70230,26,1757432358,'2018-03-24 07:00:34',''),(68284,1,1,70231,70,1476059258,'2018-03-24 09:52:59',''),(68285,1,1,70232,1,3164961456,'2018-03-24 10:03:49',''),(68286,1,1,70233,20,1123631130,'2018-03-24 10:28:57',''),(68287,1,1,70234,46,1123631131,'2018-03-24 10:29:29',''),(68288,1,1,70235,65,1123631132,'2018-03-24 10:32:37',''),(68289,1,1,70239,1,3024883598,'2018-03-24 10:37:45',''),(68290,1,1,70258,3,1123631130,'2018-03-24 11:01:23',''),(68291,1,1,70259,51,1123631131,'2018-03-24 11:02:08',''),(68292,1,1,70264,70,1123631132,'2018-03-24 11:09:15',''),(68293,1,1,70265,1,3024883479,'2018-03-24 11:11:06',''),(68294,1,1,70278,65,1123631131,'2018-03-24 11:33:08',''),(68295,1,1,70283,38,1123631130,'2018-03-24 11:36:55',''),(68296,1,1,70288,6,1123631132,'2018-03-24 11:41:49',''),(68297,1,1,70308,1,1452481761,'2018-03-24 12:28:11','https://www.google.co.uk/'),(68298,1,1,70309,46,1123631132,'2018-03-24 12:33:51',''),(68299,1,1,70310,43,1123631130,'2018-03-24 12:34:31',''),(68300,1,1,70312,27,1123631131,'2018-03-24 12:36:26',''),(68301,1,1,70334,68,1123631132,'2018-03-24 13:04:54',''),(68302,1,1,70335,72,1123631131,'2018-03-24 13:13:49',''),(68303,1,1,70336,38,1123631130,'2018-03-24 13:18:33',''),(68304,1,1,70352,48,1123631131,'2018-03-24 13:55:02',''),(68305,1,1,70354,66,1123631130,'2018-03-24 13:58:26',''),(68306,1,1,70358,6,1123631130,'2018-03-24 14:47:12',''),(68307,1,1,70360,1,1123631132,'2018-03-24 14:50:52',''),(68308,1,1,70361,1,1123631131,'2018-03-24 14:50:55',''),(68309,1,1,70363,1,3024883602,'2018-03-24 15:42:19',''),(68310,1,1,70364,15,1123631132,'2018-03-24 15:42:42',''),(68311,1,1,70365,38,1123631131,'2018-03-24 15:43:22',''),(68312,1,1,70367,42,1123631130,'2018-03-24 15:55:36',''),(68313,1,1,70373,6,532213983,'2018-03-24 16:07:31',''),(68314,1,1,70374,6,532213983,'2018-03-24 16:07:32',''),(68315,1,1,70376,1,1123631131,'2018-03-24 16:21:38',''),(68316,1,1,70381,46,1123631131,'2018-03-24 16:54:10',''),(68317,1,1,70383,1,1123631131,'2018-03-24 17:25:03',''),(68318,1,1,70384,14,1123631132,'2018-03-24 17:27:26',''),(68319,1,1,70389,64,1123631130,'2018-03-24 17:56:22',''),(68320,1,1,70393,42,1123631131,'2018-03-24 18:26:43',''),(68321,1,1,70394,54,1123631130,'2018-03-24 18:28:43',''),(68322,1,1,70397,66,1123631130,'2018-03-24 18:59:37',''),(68323,1,1,70398,65,1123631132,'2018-03-24 19:10:34',''),(68324,1,1,70400,46,1123631131,'2018-03-24 19:25:28',''),(68325,1,1,70402,1,3479603870,'2018-03-24 19:37:20',''),(68326,1,1,70403,58,676177775,'2018-03-24 19:38:49',''),(68327,1,1,70404,20,1123631130,'2018-03-24 19:41:30',''),(68328,1,1,70407,68,1476059258,'2018-03-24 20:25:03',''),(68329,1,1,70408,28,1123631130,'2018-03-24 20:30:40',''),(68330,1,1,70410,14,1123631131,'2018-03-24 20:31:01',''),(68331,1,1,70424,1,2834026021,'2018-03-24 20:42:48','https://www.google.co.uk/'),(68332,1,1,70425,50,1123631132,'2018-03-24 20:43:05',''),(68333,1,1,70433,64,1123631131,'2018-03-24 21:07:35',''),(68334,1,1,70437,54,1123631130,'2018-03-24 21:14:26',''),(68335,1,1,70439,20,1123631132,'2018-03-24 21:17:02',''),(68336,1,1,70444,1,1123631130,'2018-03-24 21:52:54',''),(68337,1,1,70445,27,1123631132,'2018-03-24 21:54:16',''),(68338,1,1,70446,31,1123631131,'2018-03-24 21:57:05',''),(68339,1,1,70448,1,1442914114,'2018-03-24 22:29:11','https://www.google.co.uk/'),(68340,1,1,70449,42,1123631130,'2018-03-24 22:37:50',''),(68341,1,1,70451,23,1123631131,'2018-03-24 22:41:13',''),(68342,1,1,70452,43,1123631132,'2018-03-24 23:21:17',''),(68343,1,1,70453,48,1123631131,'2018-03-24 23:22:11',''),(68344,1,1,70460,69,1123631130,'2018-03-24 23:27:48',''),(68345,1,1,70481,43,1123631132,'2018-03-24 23:53:45',''),(68346,1,1,70483,46,1123631131,'2018-03-24 23:54:32',''),(68347,1,1,70493,70,1123631130,'2018-03-24 23:59:57',''),(68348,1,1,70505,73,1123631131,'2018-03-25 00:29:52',''),(68349,1,1,70506,43,1123631130,'2018-03-25 00:30:21',''),(68350,1,1,70507,16,1123631132,'2018-03-25 00:43:38',''),(68351,1,1,70509,1,3284736218,'2018-03-25 00:50:04',''),(68352,1,1,70514,15,1123631130,'2018-03-25 01:23:24',''),(68353,1,1,70515,38,1123631131,'2018-03-25 01:24:05',''),(68354,1,1,70516,14,1123631132,'2018-03-25 01:34:57',''),(68355,1,1,70519,22,1123631130,'2018-03-25 01:57:02',''),(68356,1,1,70520,63,1123631132,'2018-03-25 02:06:44',''),(68357,1,1,70521,71,1123631131,'2018-03-25 02:13:24',''),(68358,1,1,70540,68,1123631130,'2018-03-25 02:29:18',''),(68359,1,1,70553,43,1123631131,'2018-03-25 02:44:52',''),(68360,1,1,70557,70,1123631130,'2018-03-25 03:11:45',''),(68361,1,1,70559,55,1123631130,'2018-03-25 03:43:53',''),(68362,1,1,70566,41,1123631131,'2018-03-25 03:52:35',''),(68363,1,1,70567,15,1123631132,'2018-03-25 03:55:03',''),(68364,1,1,70571,1,2809310432,'2018-03-25 04:05:51',''),(68365,1,1,70572,1,2809310432,'2018-03-25 04:05:54',''),(68366,1,1,70573,50,2809310432,'2018-03-25 04:05:57',''),(68367,1,1,70574,26,2809310432,'2018-03-25 04:05:58',''),(68368,1,1,70575,26,2809310432,'2018-03-25 04:05:59',''),(68369,1,1,70576,26,2809310432,'2018-03-25 04:06:00',''),(68370,1,1,70577,26,2809310432,'2018-03-25 04:06:01',''),(68371,1,1,70578,1,2809310432,'2018-03-25 04:06:02',''),(68372,1,1,70582,43,1123631130,'2018-03-25 04:20:18',''),(68373,1,1,70586,71,1123631131,'2018-03-25 04:32:44',''),(68374,1,1,70587,68,621375800,'2018-03-25 04:35:19',''),(68375,1,1,70588,26,1123631132,'2018-03-25 04:41:37',''),(68376,1,1,70589,14,1123631130,'2018-03-25 04:52:46',''),(68377,1,1,70612,47,1123631131,'2018-03-25 05:07:18',''),(68378,1,1,70619,1,1123631132,'2018-03-25 05:18:36',''),(68379,1,1,70622,27,1123631130,'2018-03-25 05:23:54',''),(68380,1,1,70625,23,1123631130,'2018-03-25 05:55:59',''),(68381,1,1,70628,43,1123631132,'2018-03-25 06:00:11',''),(68382,1,1,70629,43,1123631131,'2018-03-25 06:00:14',''),(68383,1,1,70639,56,1123631131,'2018-03-25 06:44:06',''),(68384,1,1,70640,1,3585395500,'2018-03-25 06:46:54',''),(68385,1,1,70641,1,3585395500,'2018-03-25 06:46:58',''),(68386,1,1,70642,31,1123631130,'2018-03-25 06:48:48',''),(68387,1,1,70645,16,1123631132,'2018-03-25 06:57:49',''),(68388,1,1,70657,70,1123631131,'2018-03-25 07:16:26',''),(68389,1,1,70663,50,1123631130,'2018-03-25 07:20:03',''),(68390,1,1,70676,59,1123631132,'2018-03-25 07:44:26',''),(68391,1,1,70678,1,1123631131,'2018-03-25 07:48:25',''),(68392,1,1,70685,62,1123631130,'2018-03-25 07:55:09',''),(68393,1,1,70700,23,1123631132,'2018-03-25 08:18:04',''),(68394,1,1,70701,75,1123631131,'2018-03-25 08:21:12',''),(68395,1,1,70704,71,1123631130,'2018-03-25 08:45:27',''),(68396,1,1,70705,6,2637637551,'2018-03-25 08:48:28',''),(68397,1,1,70706,53,1123631132,'2018-03-25 09:02:40',''),(68398,1,1,70707,57,1123631131,'2018-03-25 09:03:41',''),(68399,1,1,70709,1,3164961445,'2018-03-25 09:53:29',''),(68400,1,1,70710,1,1123631131,'2018-03-25 09:58:44',''),(68401,1,1,70714,1,1123631132,'2018-03-25 09:59:13',''),(68402,1,1,70715,63,1123631130,'2018-03-25 09:59:18',''),(68403,1,1,70754,1,1523452030,'2018-03-25 10:03:20','http://www.google.com/'),(68404,1,1,70756,28,1123631132,'2018-03-25 10:46:49',''),(68405,1,1,70757,15,3281226619,'2018-03-25 11:06:00','https://www.google.co.uk/'),(68406,1,1,70758,43,1123631131,'2018-03-25 11:43:02',''),(68407,1,1,70759,48,1377678802,'2018-03-25 12:26:56','https://www.google.co.uk/'),(68408,1,1,70760,1,2420901954,'2018-03-25 13:25:50',''),(68409,1,1,70761,1,2420901954,'2018-03-25 13:25:52',''),(68410,1,1,70762,1,2420901954,'2018-03-25 13:25:54',''),(68411,1,1,70763,1,2420901954,'2018-03-25 13:25:56',''),(68412,1,1,70764,1,2420901954,'2018-03-25 13:25:58',''),(68413,1,1,70765,1,2420901954,'2018-03-25 13:26:00',''),(68414,1,1,70766,1,2420901954,'2018-03-25 13:26:01',''),(68415,1,1,70767,1,2420901954,'2018-03-25 13:26:04',''),(68416,1,1,70768,26,1123631130,'2018-03-25 13:27:50',''),(68417,1,1,70770,26,1123631132,'2018-03-25 13:30:43',''),(68418,1,1,70772,65,780869109,'2018-03-25 15:14:00','https://www.google.hu/'),(68419,1,1,70773,1,910375811,'2018-03-25 15:46:20',''),(68420,1,1,70774,6,3475901750,'2018-03-25 16:32:09',''),(68421,1,1,70775,1,676180942,'2018-03-25 17:33:28',''),(68422,1,1,70776,6,532213983,'2018-03-25 21:14:42',''),(68423,1,1,70777,6,532213983,'2018-03-25 21:14:43',''),(68424,1,1,70778,1,3024883481,'2018-03-26 00:45:11',''),(68425,1,1,70779,1,3024883607,'2018-03-26 00:45:13',''),(68426,1,1,70780,1,3479603870,'2018-03-26 01:38:38',''),(68427,1,1,70781,1,3479603870,'2018-03-26 02:17:32',''),(68428,1,1,70782,1,918005066,'2018-03-26 02:49:50',''),(68429,1,1,70783,43,314915945,'2018-03-26 02:58:58',''),(68430,1,1,70784,1,314915945,'2018-03-26 02:58:59',''),(68431,1,1,70785,43,314915945,'2018-03-26 02:59:00',''),(68432,1,1,70786,1,3024883472,'2018-03-26 03:35:38',''),(68433,1,1,70787,43,3475901702,'2018-03-26 05:39:02',''),(68434,1,1,70788,43,3475901778,'2018-03-26 05:39:05',''),(68435,1,1,70789,16,3475901778,'2018-03-26 05:39:07',''),(68436,1,1,70790,1,916381383,'2018-03-26 06:11:29',''),(68437,1,1,70791,1,2745978366,'2018-03-26 08:30:52',''),(68438,1,1,70792,1,2745978366,'2018-03-26 08:30:53',''),(68439,1,1,70793,1,3164961441,'2018-03-26 08:47:08',''),(68440,1,1,70794,42,3024883603,'2018-03-26 09:38:38',''),(68441,1,1,70795,43,314915945,'2018-03-26 11:11:21',''),(68442,1,1,70796,1,314915945,'2018-03-26 11:11:27',''),(68443,1,1,70797,43,314915945,'2018-03-26 11:11:29',''),(68444,1,1,70798,43,602094702,'2018-03-26 12:01:52',''),(68445,1,1,70799,1,602094702,'2018-03-26 12:01:53',''),(68446,1,1,70800,43,602094702,'2018-03-26 12:01:54',''),(68447,1,1,70801,1,1476059258,'2018-03-26 14:39:45',''),(68448,1,1,70802,1,3585395500,'2018-03-26 14:39:48',''),(68449,1,1,70803,1,1384439928,'2018-03-26 16:07:23','https://www.google.co.uk/'),(68450,1,1,70804,56,527409009,'2018-03-26 17:19:47',''),(68451,1,1,70805,1,3024883593,'2018-03-26 18:24:22',''),(68452,1,1,70806,1,2938765874,'2018-03-26 22:19:43',''),(68453,1,1,70807,1,1680027469,'2018-03-26 23:13:12',''),(68454,1,1,70808,6,1680027469,'2018-03-26 23:13:12',''),(68455,1,1,70809,64,1680027469,'2018-03-26 23:13:14',''),(68456,1,1,70810,1,1680027469,'2018-03-26 23:13:16',''),(68457,1,1,70811,55,1680027469,'2018-03-26 23:13:17',''),(68458,1,1,70812,6,1680027469,'2018-03-26 23:13:18',''),(68459,1,1,70813,65,1680027469,'2018-03-26 23:13:19',''),(68460,1,1,70814,69,1680027469,'2018-03-26 23:13:20',''),(68461,1,1,70815,63,1680027469,'2018-03-26 23:13:21',''),(68462,1,1,70816,18,1680027469,'2018-03-26 23:13:23',''),(68463,1,1,70817,1,1680027469,'2018-03-26 23:13:24',''),(68464,1,1,70818,1,1680027469,'2018-03-26 23:13:26',''),(68465,1,1,70819,28,1680027469,'2018-03-26 23:13:27',''),(68466,1,1,70820,52,1680027469,'2018-03-26 23:13:27',''),(68467,1,1,70821,69,1680027469,'2018-03-26 23:13:29',''),(68468,1,1,70822,51,1680027469,'2018-03-26 23:13:30',''),(68469,1,1,70823,1,1680027469,'2018-03-26 23:13:32',''),(68470,1,1,70824,1,1680027469,'2018-03-26 23:13:33',''),(68471,1,1,70825,1,1680027469,'2018-03-26 23:13:34',''),(68472,1,1,70826,1,628341228,'2018-03-27 00:45:18',''),(68473,1,1,70827,1,2809310432,'2018-03-27 03:33:42',''),(68474,1,1,70828,1,2809310432,'2018-03-27 03:33:45',''),(68475,1,1,70829,50,2809310432,'2018-03-27 03:33:48',''),(68476,1,1,70830,26,2809310432,'2018-03-27 03:33:49',''),(68477,1,1,70831,26,2809310432,'2018-03-27 03:33:50',''),(68478,1,1,70832,26,2809310432,'2018-03-27 03:33:51',''),(68479,1,1,70833,26,2809310432,'2018-03-27 03:33:52',''),(68480,1,1,70834,26,2809310432,'2018-03-27 03:33:54',''),(68481,1,1,70835,18,2809310432,'2018-03-27 03:33:54',''),(68482,1,1,70836,26,2809310432,'2018-03-27 03:33:56',''),(68483,1,1,70837,26,2809310432,'2018-03-27 03:33:57',''),(68484,1,1,70838,1,2809310432,'2018-03-27 03:33:58',''),(68485,1,1,70839,72,621375800,'2018-03-27 04:06:25',''),(68486,1,1,70840,1,676695033,'2018-03-27 04:10:58',''),(68487,1,1,70841,56,3475901709,'2018-03-27 06:04:16',''),(68488,1,1,70842,70,3522879782,'2018-03-27 06:10:03','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1738.iBqloGuB3jcbcbMj9psI1wIYcDUoMrfuMAno3h7528o.197aa8a3a0872949b0f6e5be34951c06ccf650e6&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(68489,1,1,70843,70,2461644779,'2018-03-27 06:11:21','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1738.0zTk1Et3nb_MIE3HDi_i7qZX0aBnDQyRDoQBy6-aVTI.5efc30a4ca9f0e0ce0b820a1b95915a651939f7e&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(68490,1,1,70844,6,1123632629,'2018-03-27 07:20:26',''),(68491,1,1,70845,1,3585395476,'2018-03-27 07:55:35',''),(68492,1,1,70846,1,3024883618,'2018-03-27 07:56:53',''),(68493,1,1,69990,1,3259662842,'2018-03-27 08:10:59','https://www.google.co.uk/'),(68494,1,1,70847,70,1502716497,'2018-03-27 08:33:54','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1739.LlFCSaeCvDM-wOaVNtX8GpsnObNOZFbWKD7HEWHSUTE.82bb887ff7fb3ada7f43cf6d9bec01c22f93a1a1&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(68495,1,1,70848,1,289039122,'2018-03-27 08:38:28',''),(68496,1,1,70849,1,1123632629,'2018-03-27 08:46:53',''),(68497,1,1,70850,70,234488633,'2018-03-27 08:54:21','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1739.YJ5DN6aN2YkHl62MtKHzMQaqPbZNgyS4MUVhqOIiZ-0.e7d50e90b11a36e5d98e295c827f34c193e35c23&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(68498,1,1,70851,1,3164961466,'2018-03-27 09:17:29',''),(68499,1,1,70852,70,599204301,'2018-03-27 09:31:36','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1739.D2OHqIMDJ3dH1Rk_N5NE5K7PguiU30dh3gVLUzhefzs.d364d11a93373112cdc43b64983039a7fb1f58e3&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(68500,1,1,70853,1,2488841486,'2018-03-27 09:36:03','https://www.google.co.uk/'),(68501,1,1,70854,1,1123632629,'2018-03-27 10:08:05',''),(68502,1,1,70856,1,1123632631,'2018-03-27 10:40:24',''),(68503,1,1,70857,59,2637637451,'2018-03-27 11:01:10',''),(68504,1,1,70858,43,2637637451,'2018-03-27 11:01:12',''),(68505,1,1,70859,16,2637637451,'2018-03-27 11:01:13',''),(68506,1,1,70860,56,2637637469,'2018-03-27 11:01:15',''),(68507,1,1,70861,46,3475901788,'2018-03-27 11:01:17',''),(68508,1,1,70862,15,3475901788,'2018-03-27 11:01:18',''),(68509,1,1,70863,1,3475901788,'2018-03-27 11:01:19',''),(68510,1,1,70864,43,2637637451,'2018-03-27 11:58:29',''),(68511,1,1,70865,1,1123632631,'2018-03-27 12:31:26',''),(68512,1,1,70867,1,1123632631,'2018-03-27 13:06:39',''),(68513,1,1,70868,1,1123632627,'2018-03-27 13:58:50',''),(68514,1,1,70869,1,2954882619,'2018-03-27 14:03:04',''),(68515,1,1,70870,1,3024883468,'2018-03-27 14:25:42',''),(68516,1,1,70871,1,3024883595,'2018-03-27 14:25:44',''),(68517,1,1,70872,1,1123632629,'2018-03-27 15:19:38',''),(68518,1,1,70873,1,1444695905,'2018-03-27 15:21:42','https://www.google.co.uk/'),(68519,1,1,70874,1,1123632627,'2018-03-27 15:25:50',''),(68520,1,1,70875,1,1123632631,'2018-03-27 15:50:42',''),(68521,1,1,70876,1,1123632627,'2018-03-27 16:53:40',''),(68522,1,1,70878,47,3639886579,'2018-03-27 17:07:52',''),(68523,1,1,70879,47,3639886579,'2018-03-27 17:23:34',''),(68524,1,1,70880,1,1123632627,'2018-03-27 18:06:10',''),(68525,1,1,70881,66,3639886579,'2018-03-27 18:23:20',''),(68526,1,1,70882,1,1123632631,'2018-03-27 18:41:47',''),(68527,1,1,70883,1,3475901788,'2018-03-27 18:54:05',''),(68528,1,1,70884,1,1482888178,'2018-03-27 18:55:18',''),(68529,1,1,70885,1,1123632629,'2018-03-27 19:17:25',''),(68530,1,1,70886,1,1123632627,'2018-03-27 20:18:43',''),(68531,1,1,70887,43,2637637451,'2018-03-27 21:04:53',''),(68532,1,1,70888,1,1123631832,'2018-03-27 21:07:12',''),(68533,1,1,70890,1,1123631830,'2018-03-27 21:27:04',''),(68534,1,1,70891,1,1123631830,'2018-03-28 00:33:58',''),(68535,1,1,70892,1,3680073737,'2018-03-28 03:10:25','https://www.google.co.nz/'),(68536,1,1,70893,1,3284738892,'2018-03-28 03:22:26',''),(68537,1,1,70894,1,3589864132,'2018-03-28 06:49:07',''),(68538,1,1,70895,1,3589864132,'2018-03-28 06:49:08',''),(68539,1,1,70896,1,3589864132,'2018-03-28 06:49:08',''),(68540,1,1,70897,1,3589864132,'2018-03-28 06:49:09',''),(68541,1,1,70898,1,1123631832,'2018-03-28 07:39:06',''),(68542,1,1,70900,1,1443309416,'2018-03-28 08:22:46','https://www.bing.com/'),(68543,1,1,70901,1,3164961446,'2018-03-28 08:54:27',''),(68544,1,1,70902,53,3024883475,'2018-03-28 09:07:55',''),(68545,1,1,70903,1,1123631830,'2018-03-28 09:50:33',''),(68546,1,1,70905,1,3585395500,'2018-03-28 11:26:32',''),(68547,1,1,70906,43,598890936,'2018-03-28 11:33:29',''),(68548,1,1,70908,1,598906863,'2018-03-28 12:11:19','https://www.google.co.uk/'),(68549,1,1,70907,1,598906863,'2018-03-28 12:11:19','https://www.google.co.uk/'),(68550,1,1,70909,1,910375811,'2018-03-28 13:04:22',''),(68551,1,1,70910,1,2499598058,'2018-03-28 13:15:54','https://www.google.co.uk/'),(68552,1,1,70911,1,908509566,'2018-03-28 13:57:37',''),(68553,1,1,70912,1,3024883482,'2018-03-28 14:00:18',''),(68554,1,1,70913,1,3284293270,'2018-03-28 14:21:38','https://www.bing.com/'),(68555,1,1,70914,1,1476059258,'2018-03-28 15:18:44',''),(68556,1,1,70915,1,3585395500,'2018-03-28 15:18:47',''),(68557,1,1,70916,1,1370590675,'2018-03-28 15:52:55',''),(68558,1,1,70917,51,1370590675,'2018-03-28 15:52:57',''),(68559,1,1,70918,198,1370590675,'2018-03-28 15:52:58',''),(68560,1,1,70919,51,1370590675,'2018-03-28 15:52:59',''),(68561,1,1,70920,51,1370590675,'2018-03-28 15:53:00',''),(68562,1,1,70921,51,1370590675,'2018-03-28 15:53:01',''),(68563,1,1,70922,51,1370590675,'2018-03-28 15:53:02',''),(68564,1,1,70923,51,1370590675,'2018-03-28 15:53:04',''),(68565,1,1,70924,51,1370590675,'2018-03-28 15:53:05',''),(68566,1,1,70925,51,1370590675,'2018-03-28 15:53:06',''),(68567,1,1,70926,51,1370590675,'2018-03-28 15:53:07',''),(68568,1,1,70927,1,1370590675,'2018-03-28 15:53:08',''),(68569,1,1,70928,1,1370590675,'2018-03-28 15:53:09',''),(68570,1,1,70929,1,1370590675,'2018-03-28 15:53:10',''),(68571,1,1,70930,1,1370590675,'2018-03-28 15:53:11',''),(68572,1,1,70931,1,1370590675,'2018-03-28 15:53:11',''),(68573,1,1,70932,1,1370590675,'2018-03-28 15:53:12',''),(68574,1,1,70933,1,1370590675,'2018-03-28 15:53:13',''),(68575,1,1,70934,1,1370590675,'2018-03-28 15:53:14',''),(68576,1,1,70935,51,1370590675,'2018-03-28 15:53:15',''),(68577,1,1,70936,51,1370590675,'2018-03-28 15:53:16',''),(68578,1,1,70937,51,1370590675,'2018-03-28 15:53:17',''),(68579,1,1,70938,51,1370590675,'2018-03-28 15:53:18',''),(68580,1,1,70939,51,1370590675,'2018-03-28 15:53:20',''),(68581,1,1,70940,51,1370590675,'2018-03-28 15:53:21',''),(68582,1,1,70941,51,1370590675,'2018-03-28 15:53:22',''),(68583,1,1,70942,51,1370590675,'2018-03-28 15:53:24',''),(68584,1,1,70943,51,1370590675,'2018-03-28 15:53:25',''),(68585,1,1,70944,1,1370590675,'2018-03-28 15:53:26',''),(68586,1,1,70945,1,1370590675,'2018-03-28 15:53:27',''),(68587,1,1,70946,1,1370590675,'2018-03-28 15:53:28',''),(68588,1,1,70947,1,1370590675,'2018-03-28 15:53:29',''),(68589,1,1,70948,1,1370590675,'2018-03-28 15:53:29',''),(68590,1,1,70949,1,1370590675,'2018-03-28 15:53:30',''),(68591,1,1,70950,1,1370590675,'2018-03-28 15:53:31',''),(68592,1,1,70951,1,1370590675,'2018-03-28 15:53:31',''),(68593,1,1,70952,1,1370590675,'2018-03-28 15:53:32',''),(68594,1,1,70953,1,1370590675,'2018-03-28 15:53:33',''),(68595,1,1,70954,1,1370590675,'2018-03-28 15:53:33',''),(68596,1,1,70955,1,1370590675,'2018-03-28 15:53:34',''),(68597,1,1,70956,1,1370590675,'2018-03-28 15:53:35',''),(68598,1,1,70957,1,1370590675,'2018-03-28 15:53:36',''),(68599,1,1,70958,1,1370590675,'2018-03-28 15:53:37',''),(68600,1,1,70959,1,1370590675,'2018-03-28 15:53:37',''),(68601,1,1,70960,65,1598300909,'2018-03-28 16:33:41','https://www.google.lv/'),(68602,1,1,70961,1,1535709371,'2018-03-28 16:47:16',''),(68603,1,1,70962,1,1535709371,'2018-03-28 16:47:19',''),(68604,1,1,70963,1,1535709371,'2018-03-28 16:47:21',''),(68605,1,1,70964,1,1535709371,'2018-03-28 16:47:25',''),(68606,1,1,70965,1,1535709371,'2018-03-28 16:47:27',''),(68607,1,1,70966,1,1535709371,'2018-03-28 16:47:30',''),(68608,1,1,70967,1,1535709371,'2018-03-28 16:47:32',''),(68609,1,1,70968,1,1535709371,'2018-03-28 16:47:34',''),(68610,1,1,70969,1,1371620362,'2018-03-28 17:15:36',''),(68611,1,1,70970,51,1371620362,'2018-03-28 17:15:37',''),(68612,1,1,70971,199,1371620362,'2018-03-28 17:15:38',''),(68613,1,1,70972,51,1371620362,'2018-03-28 17:15:39',''),(68614,1,1,70973,51,1371620362,'2018-03-28 17:15:40',''),(68615,1,1,70974,51,1371620362,'2018-03-28 17:15:41',''),(68616,1,1,70975,51,1371620362,'2018-03-28 17:15:42',''),(68617,1,1,70976,51,1371620362,'2018-03-28 17:15:43',''),(68618,1,1,70977,51,1371620362,'2018-03-28 17:15:45',''),(68619,1,1,70978,51,1371620362,'2018-03-28 17:15:46',''),(68620,1,1,70979,51,1371620362,'2018-03-28 17:15:47',''),(68621,1,1,70980,1,1371620362,'2018-03-28 17:15:48',''),(68622,1,1,70981,1,1371620362,'2018-03-28 17:15:49',''),(68623,1,1,70982,1,1371620362,'2018-03-28 17:15:50',''),(68624,1,1,70983,1,1371620362,'2018-03-28 17:15:50',''),(68625,1,1,70984,1,1371620362,'2018-03-28 17:15:51',''),(68626,1,1,70985,1,1371620362,'2018-03-28 17:15:52',''),(68627,1,1,70986,1,1371620362,'2018-03-28 17:15:52',''),(68628,1,1,70987,1,1371620362,'2018-03-28 17:15:53',''),(68629,1,1,70988,51,1371620362,'2018-03-28 17:15:54',''),(68630,1,1,70989,51,1371620362,'2018-03-28 17:15:55',''),(68631,1,1,70990,51,1371620362,'2018-03-28 17:15:56',''),(68632,1,1,70991,51,1371620362,'2018-03-28 17:15:57',''),(68633,1,1,70992,51,1371620362,'2018-03-28 17:15:58',''),(68634,1,1,70993,51,1371620362,'2018-03-28 17:15:59',''),(68635,1,1,70994,51,1371620362,'2018-03-28 17:16:00',''),(68636,1,1,70995,51,1371620362,'2018-03-28 17:16:02',''),(68637,1,1,70996,51,1371620362,'2018-03-28 17:16:03',''),(68638,1,1,70997,1,1371620362,'2018-03-28 17:16:04',''),(68639,1,1,70998,1,1371620362,'2018-03-28 17:16:04',''),(68640,1,1,70999,1,1371620362,'2018-03-28 17:16:05',''),(68641,1,1,71000,1,1371620362,'2018-03-28 17:16:06',''),(68642,1,1,71001,1,1371620362,'2018-03-28 17:16:06',''),(68643,1,1,71002,1,1371620362,'2018-03-28 17:16:07',''),(68644,1,1,71003,1,1371620362,'2018-03-28 17:16:07',''),(68645,1,1,71004,1,1371620362,'2018-03-28 17:16:08',''),(68646,1,1,71005,1,1371620362,'2018-03-28 17:16:09',''),(68647,1,1,71006,1,1371620362,'2018-03-28 17:16:09',''),(68648,1,1,71007,1,1371620362,'2018-03-28 17:16:10',''),(68649,1,1,71008,1,1371620362,'2018-03-28 17:16:11',''),(68650,1,1,71009,1,1371620362,'2018-03-28 17:16:11',''),(68651,1,1,71010,1,1371620362,'2018-03-28 17:16:12',''),(68652,1,1,71011,1,1371620362,'2018-03-28 17:16:13',''),(68653,1,1,71012,1,1371620362,'2018-03-28 17:16:13',''),(68654,1,1,71013,1,3024883470,'2018-03-28 18:16:09',''),(68655,1,1,71014,1,3024883597,'2018-03-28 22:29:09',''),(68656,1,1,71015,26,3639886579,'2018-03-28 22:41:00',''),(68657,1,1,71016,1,3024883592,'2018-03-28 23:02:29',''),(68658,1,1,71017,68,1312672379,'2018-03-28 23:59:08','https://www.google.lt/'),(68659,1,1,71018,14,3024883484,'2018-03-29 00:09:07',''),(68660,1,1,71019,70,908366936,'2018-03-29 00:33:45',''),(68661,1,1,71020,1,2637637473,'2018-03-29 02:36:31',''),(68662,1,1,71021,1,676180441,'2018-03-29 03:37:50',''),(68663,1,1,71022,1,2745978366,'2018-03-29 04:57:38',''),(68664,1,1,71023,1,2745978366,'2018-03-29 04:57:39',''),(68665,1,1,71024,9,3024883619,'2018-03-29 07:03:26',''),(68666,1,1,71025,1,3164961462,'2018-03-29 08:50:28',''),(68667,1,1,71026,1,523570607,'2018-03-29 09:42:13',''),(68668,1,1,71027,1,3479603870,'2018-03-29 17:45:59',''),(68669,1,1,71028,1,1123631131,'2018-03-29 17:50:09',''),(68670,1,1,71029,63,2972654552,'2018-03-29 18:11:30',''),(68671,1,1,71030,63,2972654552,'2018-03-29 18:11:33',''),(68672,1,1,71031,1,2972654552,'2018-03-29 18:11:36',''),(68673,1,1,71032,63,2972654552,'2018-03-29 18:11:50',''),(68674,1,1,71033,70,599204666,'2018-03-29 18:18:35','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1741.-r4M-t8fml8vD5bCVGn6IHeZ1tafsGCrJuIWVVlN3uk.64510b3f8987db60131c86e4dac7cf95ef90fb80&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(68675,1,1,71034,70,233146935,'2018-03-29 18:23:09','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1741.Xz9_Vr1KEe9Z7l0pH8Ve00PYB1aVPC-wZ79oxBt2eck.12042414abe50c03a0dccf593e35d765b4c1ecd1&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(68676,1,1,71035,1,1123631130,'2018-03-29 18:52:31',''),(68677,1,1,71037,70,598844942,'2018-03-29 19:02:10','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1741.ZRzCMLBOBsqwGZfxzHjCLO1GB2MU9-9A_Ae1JDW9m-g.944478006a8566f16e660bfa700359bbafa6697e&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(68678,1,1,71038,70,2160534292,'2018-03-29 19:40:58','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1741.3gVuZf6eEnjjkaNhmFYjCTe9Av6snx5EWSucJzcBP_A.df2abe07021d8c6503355eaeb2e8cb10af41da9d&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(68679,1,1,71039,70,1753464301,'2018-03-29 19:41:57','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1741.p_iUtTipdQe8mp55mPtNI6oq5M7yknzXjiP5GFzc3A0.5f0976a793f0e6f5d2eecbda9fd700b01aece299&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(68680,1,1,71040,1,3024883595,'2018-03-29 20:17:24',''),(68681,1,1,71041,1,856634787,'2018-03-29 20:53:01',''),(68682,1,1,71042,1,856634787,'2018-03-29 20:53:02',''),(68683,1,1,71043,1,856634787,'2018-03-29 20:53:03',''),(68684,1,1,71044,1,2461654944,'2018-03-29 22:15:57',''),(68685,1,1,71045,1,1123631132,'2018-03-30 01:09:14',''),(68686,1,1,71046,1,1489388262,'2018-03-30 02:29:17',''),(68687,1,1,71047,16,676177856,'2018-03-30 03:39:09',''),(68688,1,1,71048,1,1123631130,'2018-03-30 05:39:43',''),(68689,1,1,71050,1,1123631130,'2018-03-30 06:20:08',''),(68690,1,1,71051,1,920651144,'2018-03-30 06:50:10',''),(68691,1,1,71052,1,1123631131,'2018-03-30 07:22:52',''),(68692,1,1,71053,1,2998702908,'2018-03-30 07:31:17','https://www.google.at/'),(68693,1,1,71054,1,1055456828,'2018-03-30 08:14:47','https://www.google.co.uk/'),(68694,1,1,71055,1,3164961449,'2018-03-30 08:50:33',''),(68695,1,1,71056,1,3024883617,'2018-03-30 11:29:38',''),(68696,1,1,71057,1,3024883484,'2018-03-30 11:29:40',''),(68697,1,1,71058,1,918005066,'2018-03-30 11:34:22',''),(68698,1,1,71059,1,3024883601,'2018-03-30 12:02:58',''),(68699,1,1,71060,1,1123631131,'2018-03-30 13:06:42',''),(68700,1,1,71061,1,469645801,'2018-03-30 15:05:46',''),(68701,1,1,71062,200,469645801,'2018-03-30 15:05:48',''),(68702,1,1,71063,1,469645801,'2018-03-30 15:05:52',''),(68703,1,1,71064,73,469645801,'2018-03-30 15:05:54',''),(68704,1,1,71065,73,469645801,'2018-03-30 15:05:59',''),(68705,1,1,71066,6,532213983,'2018-03-30 16:41:24',''),(68706,1,1,71067,6,532213983,'2018-03-30 16:41:26',''),(68707,1,1,71068,55,676177670,'2018-03-30 17:26:20',''),(68708,1,1,71069,1,1123631132,'2018-03-30 19:50:23',''),(68709,1,1,71070,1,1123631131,'2018-03-30 19:53:24',''),(68710,1,1,71071,1,1053975904,'2018-03-30 21:31:23',''),(68711,1,1,71072,1,919007709,'2018-03-30 21:37:15',''),(68712,1,1,71073,1,1757718468,'2018-03-30 23:14:47',''),(68713,1,1,71074,1,3024883610,'2018-03-30 23:30:10',''),(68714,1,1,71075,1,1123631131,'2018-03-30 23:48:23',''),(68715,1,1,71076,45,1757690697,'2018-03-30 23:57:20',''),(68716,1,1,71077,42,908367152,'2018-03-31 00:24:36',''),(68717,1,1,71078,46,3024883611,'2018-03-31 00:32:45',''),(68718,1,1,71079,66,1757723270,'2018-03-31 02:21:09',''),(68719,1,1,71080,16,621375800,'2018-03-31 03:09:15',''),(68720,1,1,71081,43,3475901696,'2018-03-31 03:19:01',''),(68721,1,1,71082,74,1757690697,'2018-03-31 04:43:31',''),(68722,1,1,71083,1,3024883601,'2018-03-31 06:35:58',''),(68723,1,1,71084,1,3024883617,'2018-03-31 06:36:00',''),(68724,1,1,71085,1,916211436,'2018-03-31 07:26:35',''),(68725,1,1,71086,65,1123631132,'2018-03-31 07:53:40',''),(68726,1,1,71087,63,2637637522,'2018-03-31 07:58:15',''),(68727,1,1,71088,57,2637637522,'2018-03-31 07:58:16',''),(68728,1,1,71089,56,676177738,'2018-03-31 07:58:22',''),(68729,1,1,71090,46,2637637610,'2018-03-31 07:58:31',''),(68730,1,1,71091,15,2637637610,'2018-03-31 07:58:31',''),(68731,1,1,71092,1,2637637610,'2018-03-31 07:58:31',''),(68732,1,1,71093,59,3475901696,'2018-03-31 07:58:40',''),(68733,1,1,71094,43,3475901696,'2018-03-31 07:58:41',''),(68734,1,1,71095,16,3475901696,'2018-03-31 07:58:42',''),(68735,1,1,71096,63,1123631130,'2018-03-31 08:28:52',''),(68736,1,1,71097,1,3164961444,'2018-03-31 09:07:17',''),(68737,1,1,71098,45,1443294893,'2018-03-31 09:11:22','http://www.google.com/'),(68738,1,1,71099,1,3587046841,'2018-03-31 09:31:15','https://www.google.co.uk/'),(68739,1,1,71100,1,1384443644,'2018-03-31 09:43:01','https://www.google.co.uk/'),(68740,1,1,71101,15,1123631131,'2018-03-31 09:47:07',''),(68741,1,1,71102,1,910375811,'2018-03-31 11:02:29',''),(68742,1,1,71103,43,3475901696,'2018-03-31 11:56:02',''),(68743,1,1,71104,1,3116803870,'2018-03-31 13:24:30',''),(68744,1,1,71105,1,2637637610,'2018-03-31 14:04:44',''),(68745,1,1,71106,1,772014326,'2018-03-31 15:59:55',''),(68746,1,1,71107,1,772014326,'2018-03-31 15:59:57',''),(68747,1,1,71108,1,772014326,'2018-03-31 16:00:00',''),(68748,1,1,71109,1,772014326,'2018-03-31 16:00:02',''),(68749,1,1,71110,1,772014326,'2018-03-31 16:00:04',''),(68750,1,1,71111,1,772014326,'2018-03-31 16:02:00',''),(68751,1,1,71112,1,772014326,'2018-03-31 16:02:02',''),(68752,1,1,71113,1,772014326,'2018-03-31 16:02:04',''),(68753,1,1,71114,3,1607955051,'2018-03-31 16:12:14',''),(68754,1,1,71115,3,1607955051,'2018-03-31 16:12:15','http://melmop.de'),(68755,1,1,71116,1,3024883600,'2018-03-31 18:44:53',''),(68756,1,1,71117,6,402533951,'2018-03-31 20:21:01',''),(68757,1,1,71118,1,1123631120,'2018-03-31 20:23:12',''),(68758,1,1,71119,1,3024883487,'2018-03-31 23:38:39',''),(68759,1,1,71120,43,2107937627,'2018-04-01 00:03:45',''),(68760,1,1,71121,43,2107937627,'2018-04-01 00:03:52',''),(68761,1,1,71122,1,2107937627,'2018-04-01 00:03:57',''),(68762,1,1,71123,43,2107937627,'2018-04-01 00:04:07',''),(68763,1,1,71124,1,1438872642,'2018-04-01 00:26:37',''),(68764,1,1,71125,1,1123631122,'2018-04-01 02:47:57',''),(68765,1,1,71126,1,1123631120,'2018-04-01 03:12:40',''),(68766,1,1,71127,1,1123631122,'2018-04-01 05:32:59',''),(68767,1,1,71128,73,621375800,'2018-04-01 08:00:50',''),(68768,1,1,71129,1,3024883485,'2018-04-01 08:35:41',''),(68769,1,1,71130,1,3164961463,'2018-04-01 09:10:13',''),(68770,1,1,71131,1,1123631130,'2018-04-01 10:22:39',''),(68771,1,1,71132,54,908367008,'2018-04-01 10:55:17',''),(68772,1,1,71133,1,1438872642,'2018-04-01 11:26:56',''),(68773,1,1,71134,1,1123631130,'2018-04-01 13:15:04',''),(68774,1,1,71136,6,1607955051,'2018-04-01 13:23:02',''),(68775,1,1,71137,6,1607955051,'2018-04-01 13:23:03','http://7LK9wqoj8GYBaXE6'),(68776,1,1,71138,1,1438872642,'2018-04-01 14:46:02',''),(68777,1,1,71139,1,1438872642,'2018-04-01 15:31:38',''),(68778,1,1,71140,1,621375800,'2018-04-01 16:50:00',''),(68779,1,1,71141,1,1438872642,'2018-04-01 16:50:12',''),(68780,1,1,71142,1,1452610181,'2018-04-01 17:11:22','https://www.bing.com/'),(68781,1,1,71143,1,1123631132,'2018-04-01 17:53:40',''),(68782,1,1,71144,6,532213983,'2018-04-01 19:27:38',''),(68783,1,1,71145,6,532213983,'2018-04-01 19:27:39',''),(68784,1,1,71146,1,1123631132,'2018-04-01 20:46:05',''),(68785,1,1,71147,1,3024883618,'2018-04-01 20:51:43',''),(68786,1,1,71148,1,3479603870,'2018-04-01 20:58:00',''),(68787,1,1,71149,1,1438872642,'2018-04-01 21:12:44',''),(68788,1,1,71150,1,3479603870,'2018-04-01 21:31:53',''),(68789,1,1,71151,1,3024883599,'2018-04-01 21:58:22',''),(68790,1,1,71152,30,1123631131,'2018-04-01 22:00:09',''),(68791,1,1,71153,66,3024883615,'2018-04-01 22:31:42',''),(68792,1,1,71154,1,1123631131,'2018-04-01 22:52:59',''),(68793,1,1,71155,47,3024883591,'2018-04-01 23:05:02',''),(68794,1,1,71156,1,2366148121,'2018-04-01 23:07:19',''),(68795,1,1,71157,1,1476059258,'2018-04-01 23:07:22',''),(68796,1,1,71158,1,1438872642,'2018-04-01 23:31:03',''),(68797,1,1,71159,1,3024883618,'2018-04-01 23:38:22',''),(68798,1,1,71160,1,3554071864,'2018-04-02 00:00:39',''),(68799,1,1,71161,48,3554071864,'2018-04-02 00:00:42',''),(68800,1,1,71162,30,3554071864,'2018-04-02 00:00:46',''),(68801,1,1,71163,48,3554071864,'2018-04-02 00:00:49',''),(68802,1,1,71164,48,3554071864,'2018-04-02 00:00:56',''),(68803,1,1,71165,48,3554071864,'2018-04-02 00:01:00',''),(68804,1,1,71166,48,3554071864,'2018-04-02 00:01:03',''),(68805,1,1,71167,48,3554071864,'2018-04-02 00:01:10',''),(68806,1,1,71168,48,3554071864,'2018-04-02 00:01:14',''),(68807,1,1,71169,48,3554071864,'2018-04-02 00:01:21',''),(68808,1,1,71170,48,3554071864,'2018-04-02 00:01:24',''),(68809,1,1,71171,1,3554071864,'2018-04-02 00:01:27',''),(68810,1,1,71172,1,3554071864,'2018-04-02 00:01:31',''),(68811,1,1,71173,1,3554071864,'2018-04-02 00:01:34',''),(68812,1,1,71174,1,3554071864,'2018-04-02 00:01:35',''),(68813,1,1,71175,1,3554071864,'2018-04-02 00:01:39',''),(68814,1,1,71176,1,3554071864,'2018-04-02 00:01:42',''),(68815,1,1,71177,1,3554071864,'2018-04-02 00:01:45',''),(68816,1,1,71178,1,3554071864,'2018-04-02 00:01:48',''),(68817,1,1,71179,48,3554071864,'2018-04-02 00:01:51',''),(68818,1,1,71180,48,3554071864,'2018-04-02 00:01:55',''),(68819,1,1,71181,48,3554071864,'2018-04-02 00:01:59',''),(68820,1,1,71182,48,3554071864,'2018-04-02 00:02:03',''),(68821,1,1,71183,48,3554071864,'2018-04-02 00:02:06',''),(68822,1,1,71184,48,3554071864,'2018-04-02 00:02:09',''),(68823,1,1,71185,48,3554071864,'2018-04-02 00:02:18',''),(68824,1,1,71186,48,3554071864,'2018-04-02 00:02:26',''),(68825,1,1,71187,48,3554071864,'2018-04-02 00:02:29',''),(68826,1,1,71188,48,3554071864,'2018-04-02 00:02:32',''),(68827,1,1,71189,48,3554071864,'2018-04-02 00:02:52',''),(68828,1,1,71190,48,3554071864,'2018-04-02 00:02:56',''),(68829,1,1,71191,48,3554071864,'2018-04-02 00:02:57',''),(68830,1,1,71192,48,3554071864,'2018-04-02 00:02:59',''),(68831,1,1,71193,48,3554071864,'2018-04-02 00:03:01',''),(68832,1,1,71194,48,3554071864,'2018-04-02 00:03:08',''),(68833,1,1,71195,1,1123631130,'2018-04-02 00:26:46',''),(68834,1,1,71196,1,1123631132,'2018-04-02 00:28:09',''),(68835,1,1,71197,1,2727410487,'2018-04-02 01:11:41',''),(68836,1,1,71198,48,2727410487,'2018-04-02 01:11:42',''),(68837,1,1,71199,30,2727410487,'2018-04-02 01:11:43',''),(68838,1,1,71200,48,2727410487,'2018-04-02 01:11:44',''),(68839,1,1,71201,48,2727410487,'2018-04-02 01:11:45',''),(68840,1,1,71202,48,2727410487,'2018-04-02 01:11:47',''),(68841,1,1,71203,48,2727410487,'2018-04-02 01:11:48',''),(68842,1,1,71204,48,2727410487,'2018-04-02 01:11:49',''),(68843,1,1,71205,48,2727410487,'2018-04-02 01:11:51',''),(68844,1,1,71206,48,2727410487,'2018-04-02 01:11:52',''),(68845,1,1,71207,48,2727410487,'2018-04-02 01:11:53',''),(68846,1,1,71208,1,2727410487,'2018-04-02 01:11:54',''),(68847,1,1,71209,1,2727410487,'2018-04-02 01:11:55',''),(68848,1,1,71210,1,2727410487,'2018-04-02 01:11:56',''),(68849,1,1,71211,1,2727410487,'2018-04-02 01:11:58',''),(68850,1,1,71212,1,2727410487,'2018-04-02 01:11:59',''),(68851,1,1,71213,1,2727410487,'2018-04-02 01:12:00',''),(68852,1,1,71214,1,2727410487,'2018-04-02 01:12:01',''),(68853,1,1,71215,1,2727410487,'2018-04-02 01:12:02',''),(68854,1,1,71216,48,2727410487,'2018-04-02 01:12:03',''),(68855,1,1,71217,48,2727410487,'2018-04-02 01:12:04',''),(68856,1,1,71218,48,2727410487,'2018-04-02 01:12:06',''),(68857,1,1,71219,48,2727410487,'2018-04-02 01:12:07',''),(68858,1,1,71220,48,2727410487,'2018-04-02 01:12:08',''),(68859,1,1,71221,48,2727410487,'2018-04-02 01:12:09',''),(68860,1,1,71222,48,2727410487,'2018-04-02 01:12:11',''),(68861,1,1,71223,48,2727410487,'2018-04-02 01:12:12',''),(68862,1,1,71224,48,2727410487,'2018-04-02 01:12:13',''),(68863,1,1,71225,48,2727410487,'2018-04-02 01:12:14',''),(68864,1,1,71226,48,2727410487,'2018-04-02 01:12:18',''),(68865,1,1,71227,48,2727410487,'2018-04-02 01:12:20',''),(68866,1,1,71228,48,2727410487,'2018-04-02 01:12:21',''),(68867,1,1,71229,48,2727410487,'2018-04-02 01:12:22',''),(68868,1,1,71230,48,2727410487,'2018-04-02 01:12:23',''),(68869,1,1,71231,48,2727410487,'2018-04-02 01:12:24',''),(68870,1,1,71232,1,3164961442,'2018-04-02 08:24:48',''),(68871,1,1,71233,1,1123631132,'2018-04-02 08:46:03',''),(68872,1,1,71234,1,3024883479,'2018-04-02 09:51:24',''),(68873,1,1,71235,1,1123631131,'2018-04-02 10:51:40',''),(68874,1,1,71236,6,532213983,'2018-04-02 11:05:47',''),(68875,1,1,71237,6,532213983,'2018-04-02 11:05:48',''),(68876,1,1,71238,43,3475901836,'2018-04-02 11:30:19',''),(68877,1,1,71239,16,3475901836,'2018-04-02 11:30:21',''),(68878,1,1,71240,43,908367111,'2018-04-02 12:53:11',''),(68879,1,1,71241,1,1123631132,'2018-04-02 13:08:50',''),(68880,1,1,71242,1,1123631130,'2018-04-02 13:18:35',''),(68881,1,1,71243,6,3115146283,'2018-04-02 14:33:38',''),(68882,1,1,71244,6,3115146283,'2018-04-02 14:33:41','http://kBYSHBzJARLDoKbp'),(68883,1,1,71245,6,3115146283,'2018-04-02 14:33:43','http://kBYSHBzJARLDoKbp'),(68884,1,1,71246,1,1358487976,'2018-04-02 16:01:01',''),(68885,1,1,71247,1,1358487976,'2018-04-02 16:01:08',''),(68886,1,1,71248,1,1358487976,'2018-04-02 16:01:12',''),(68887,1,1,71249,1,1358487976,'2018-04-02 16:01:14',''),(68888,1,1,71250,1,1358487976,'2018-04-02 16:01:14',''),(68889,1,1,71251,1,1358487976,'2018-04-02 16:01:22',''),(68890,1,1,71252,1,1358487976,'2018-04-02 16:01:23',''),(68891,1,1,71253,9,1358487976,'2018-04-02 16:01:26',''),(68892,1,1,71255,1,1358487976,'2018-04-02 16:01:29',''),(68893,1,1,71254,1,1358487976,'2018-04-02 16:01:29',''),(68894,1,1,71256,1,1358487976,'2018-04-02 16:01:32',''),(68895,1,1,71257,1,1358487976,'2018-04-02 16:01:33',''),(68896,1,1,71258,6,1358487976,'2018-04-02 16:01:35',''),(68897,1,1,71259,1,1123631132,'2018-04-02 16:36:20',''),(68898,1,1,71260,72,908366881,'2018-04-02 17:55:09',''),(68899,1,1,71261,48,3024883596,'2018-04-02 17:56:30',''),(68900,1,1,71262,6,1571455093,'2018-04-02 18:13:00',''),(68901,1,1,71263,6,1571455093,'2018-04-02 18:13:03','http://swl4QbiTaOXGFvQ4'),(68902,1,1,71264,1,2420947381,'2018-04-02 21:28:18',''),(68903,1,1,71265,47,621375800,'2018-04-02 23:00:43',''),(68904,1,1,71266,1,3475901811,'2018-04-02 23:36:44',''),(68905,1,1,71267,6,3112653312,'2018-04-02 23:58:12',''),(68906,1,1,71268,6,3112653312,'2018-04-02 23:58:15','http://w51XkNIiybwT96nn'),(68907,1,1,71269,1,676180435,'2018-04-03 00:38:07',''),(68908,1,1,71270,6,1123631131,'2018-04-03 06:49:47',''),(68909,1,1,71271,1,910375811,'2018-04-03 07:51:39',''),(68910,1,1,71272,1,3164961464,'2018-04-03 08:32:06',''),(68911,1,1,71273,59,2637637479,'2018-04-03 09:10:40',''),(68912,1,1,71274,43,2637637479,'2018-04-03 09:10:42',''),(68913,1,1,71275,16,2637637479,'2018-04-03 09:10:43',''),(68914,1,1,71276,63,2637637496,'2018-04-03 09:10:46',''),(68915,1,1,71277,1,2637637498,'2018-04-03 09:10:54',''),(68916,1,1,71278,46,2637637498,'2018-04-03 09:10:54',''),(68917,1,1,71279,15,2637637498,'2018-04-03 09:10:55',''),(68918,1,1,71280,56,2637637495,'2018-04-03 09:10:59',''),(68919,1,1,71281,6,1845026395,'2018-04-03 09:18:58',''),(68920,1,1,71282,6,1845026395,'2018-04-03 09:19:01','http://XxgE9KkNGU7F7Qp1'),(68921,1,1,71283,6,1845026395,'2018-04-03 09:19:03','http://XxgE9KkNGU7F7Qp1'),(68922,1,1,71284,1,289039122,'2018-04-03 10:46:43',''),(68923,1,1,71285,47,3024883612,'2018-04-03 11:42:33',''),(68924,1,1,71286,6,2954838202,'2018-04-03 12:55:55',''),(68925,1,1,71287,1,2499483390,'2018-04-03 15:20:22',''),(68926,1,1,71288,1,2499483390,'2018-04-03 15:20:25',''),(68927,1,1,71289,1,2499483390,'2018-04-03 15:20:28',''),(68928,1,1,71290,1,2499483390,'2018-04-03 15:20:30',''),(68929,1,1,71291,1,2499483390,'2018-04-03 15:20:32',''),(68930,1,1,71292,1,2499483390,'2018-04-03 15:20:36',''),(68931,1,1,71293,1,2499483390,'2018-04-03 15:20:39',''),(68932,1,1,71294,1,2499483390,'2018-04-03 15:20:42',''),(68933,1,1,71295,26,1476059258,'2018-04-03 15:24:11',''),(68934,1,1,71296,6,3112653417,'2018-04-03 15:44:52',''),(68935,1,1,71297,6,3112653417,'2018-04-03 15:44:55','http://xhhP910jviOaUWhU'),(68936,1,1,71298,6,3112653417,'2018-04-03 15:44:58','http://xhhP910jviOaUWhU'),(68937,1,1,71299,6,532213983,'2018-04-03 15:59:41',''),(68938,1,1,71300,6,532213983,'2018-04-03 15:59:42',''),(68939,1,1,71301,1,1443174256,'2018-04-03 18:34:40','https://www.google.co.uk/'),(68940,1,1,71301,1,1443174256,'2018-04-03 19:18:36','https://www.google.co.uk/'),(68941,1,1,71302,1,1123631130,'2018-04-03 19:42:49',''),(68942,1,1,71303,1,918005066,'2018-04-03 20:28:34',''),(68943,1,1,71304,6,1571455842,'2018-04-03 20:40:02',''),(68944,1,1,71305,6,1571455842,'2018-04-03 20:40:05','http://JUg6Qfc2NO7iDFI5'),(68945,1,1,71306,6,1571455842,'2018-04-03 20:40:07','http://JUg6Qfc2NO7iDFI5'),(68946,1,1,71307,75,908366867,'2018-04-03 21:02:04',''),(68947,1,1,71308,1,1123631132,'2018-04-03 21:13:26',''),(68948,1,1,71309,1,1123631130,'2018-04-03 21:40:15',''),(68949,1,1,71310,43,1123631131,'2018-04-03 21:40:24',''),(68950,1,1,71314,1,3168720108,'2018-04-03 22:08:59','http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=2ahUKEwjs0Jabj5_aAhUCKlAKHWlEAEUQ_BcwAHoECAAQCQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AOvVaw3kjDt2-2nRggLoYbfE7LZH'),(68951,1,1,71315,1,3024883617,'2018-04-03 22:16:57',''),(68952,1,1,71316,1,1577274326,'2018-04-03 22:25:43','https://www.google.co.uk/'),(68953,1,1,71317,1,3628755985,'2018-04-03 23:12:53',''),(68954,1,1,71318,43,676177697,'2018-04-03 23:23:30',''),(68955,1,1,71319,1,3024883469,'2018-04-03 23:23:37',''),(68956,1,1,71320,1,3024883604,'2018-04-03 23:23:40',''),(68957,1,1,71321,1,779525029,'2018-04-03 23:45:30',''),(68958,1,1,71322,1,1544049327,'2018-04-04 00:45:11','https://www.google.co.uk/'),(68959,1,1,71323,1,1041806727,'2018-04-04 00:45:42',''),(68960,1,1,71324,1,918296079,'2018-04-04 02:24:54',''),(68961,1,1,71325,6,1318688488,'2018-04-04 02:37:33',''),(68962,1,1,71326,1,772029058,'2018-04-04 02:48:53',''),(68963,1,1,71327,66,2637637612,'2018-04-04 03:43:11',''),(68964,1,1,71328,1,1123631130,'2018-04-04 06:45:22',''),(68965,1,1,71329,1,1123631132,'2018-04-04 07:10:06',''),(68966,1,1,71330,1,1123631131,'2018-04-04 07:12:16',''),(68967,1,1,71331,1,3642838250,'2018-04-04 08:26:05',''),(68968,1,1,71332,1,3164961466,'2018-04-04 08:40:35',''),(68969,1,1,71333,1,1123631131,'2018-04-04 08:45:32',''),(68970,1,1,71334,1,1406870226,'2018-04-04 08:53:35','https://www.google.co.uk/'),(68971,1,1,71335,1,1123631130,'2018-04-04 09:18:03',''),(68972,1,1,71336,1,1123631132,'2018-04-04 11:10:50',''),(68973,1,1,70906,1,598833578,'2018-04-04 12:04:52',''),(68974,1,1,71337,6,1318688279,'2018-04-04 13:13:04',''),(68975,1,1,71338,6,1318688279,'2018-04-04 13:13:07','http://dkqORoP3hXcJGxnb'),(68976,1,1,71339,1,3024883463,'2018-04-04 13:51:53',''),(68977,1,1,71340,43,676177705,'2018-04-04 14:10:30',''),(68978,1,1,71341,1,387207690,'2018-04-04 14:34:06',''),(68979,1,1,71342,6,532213983,'2018-04-04 15:29:28',''),(68980,1,1,71343,6,532213983,'2018-04-04 15:29:29',''),(68981,1,1,71344,1,1123631132,'2018-04-04 15:35:24',''),(68982,1,1,71345,1,1123631130,'2018-04-04 15:36:29',''),(68983,1,1,71346,1,3024883473,'2018-04-04 16:20:22',''),(68984,1,1,71347,15,3585395476,'2018-04-04 16:44:01',''),(68985,1,1,71348,1,1123638584,'2018-04-04 17:29:13','https://www.google.co.uk/'),(68986,1,1,71349,1,3024883464,'2018-04-04 17:41:57',''),(68987,1,1,71350,43,1508805386,'2018-04-04 21:46:22',''),(68988,1,1,71351,1,1508805386,'2018-04-04 21:46:24',''),(68989,1,1,71352,43,1508805386,'2018-04-04 21:46:25',''),(68990,1,1,71353,1,779525029,'2018-04-04 22:07:06',''),(68991,1,1,71354,6,1844276335,'2018-04-04 22:31:03',''),(68992,1,1,71355,1,3024883472,'2018-04-04 22:32:13',''),(68993,1,1,71356,43,3475901869,'2018-04-04 22:41:28',''),(68994,1,1,71357,1,3024883599,'2018-04-04 23:05:33',''),(68995,1,1,71358,3,2637637584,'2018-04-05 01:44:15',''),(68996,1,1,71359,50,621375800,'2018-04-05 02:58:18',''),(68997,1,1,71360,6,3115146584,'2018-04-05 04:47:52',''),(68998,1,1,71361,6,3115146584,'2018-04-05 04:47:55','http://tuEKszbuqM2WtLWh'),(68999,1,1,71362,65,621375800,'2018-04-05 08:14:00',''),(69000,1,1,71363,1,3164961450,'2018-04-05 08:49:38',''),(69001,1,1,71364,1,3115440218,'2018-04-05 10:45:50',''),(69002,1,1,71365,1,1760299124,'2018-04-05 11:25:48',''),(69003,1,1,71366,1,918999322,'2018-04-05 11:29:37',''),(69004,1,1,71367,1,1317867058,'2018-04-05 11:53:13','https://www.google.co.uk/'),(69005,1,1,71368,31,3024883618,'2018-04-05 14:12:11',''),(69006,1,1,71369,18,908367201,'2018-04-05 14:39:40',''),(69007,1,1,71370,6,532213983,'2018-04-05 16:02:34',''),(69008,1,1,71371,6,532213983,'2018-04-05 16:02:35',''),(69009,1,1,71372,6,1596955759,'2018-04-05 16:51:14',''),(69010,1,1,71373,6,1596955759,'2018-04-05 16:51:16','http://RoDnyjPwdCF4HjCu'),(69011,1,1,71374,1,3427775506,'2018-04-05 17:46:25',''),(69012,1,1,71375,28,3475901843,'2018-04-05 19:25:53',''),(69013,1,1,71376,1,2637637446,'2018-04-05 19:29:25',''),(69014,1,1,71377,1,1123633937,'2018-04-05 19:39:37',''),(69015,1,1,71378,43,3427775488,'2018-04-05 19:58:43',''),(69016,1,1,71379,43,621375800,'2018-04-05 20:23:16',''),(69017,1,1,71380,73,3475901912,'2018-04-05 20:23:51',''),(69018,1,1,71381,1,676180696,'2018-04-05 20:30:52',''),(69019,1,1,71382,1,779525029,'2018-04-05 20:38:43',''),(69020,1,1,71383,1,1123633939,'2018-04-05 20:40:20',''),(69021,1,1,71384,1,1123633938,'2018-04-05 22:21:05',''),(69022,1,1,71386,1,3281711923,'2018-04-05 23:08:57',''),(69023,1,1,71387,43,3427775488,'2018-04-05 23:41:09',''),(69024,1,1,71388,38,908367156,'2018-04-06 01:10:27',''),(69025,1,1,71389,1,2732503586,'2018-04-06 01:20:53',''),(69026,1,1,71390,1,2732503586,'2018-04-06 01:20:54',''),(69027,1,1,71391,1,3024883614,'2018-04-06 01:36:07',''),(69028,1,1,71392,1,910375811,'2018-04-06 01:56:38',''),(69029,1,1,71393,1,3024883474,'2018-04-06 02:09:28',''),(69030,1,1,71394,1,1123633939,'2018-04-06 02:16:39',''),(69031,1,1,71395,49,3475901912,'2018-04-06 02:36:13',''),(69032,1,1,71396,1,84491505,'2018-04-06 02:50:38',''),(69033,1,1,71397,1,2637637446,'2018-04-06 03:33:52',''),(69034,1,1,71398,1,676695033,'2018-04-06 04:12:22',''),(69035,1,1,71399,1,1545255228,'2018-04-06 04:51:00','http://www.google.com/'),(69036,1,1,71400,1,1041806727,'2018-04-06 04:51:32',''),(69037,1,1,71401,6,3116354564,'2018-04-06 05:47:31',''),(69038,1,1,71402,1,3024883487,'2018-04-06 07:06:05',''),(69039,1,1,71403,1,3024883615,'2018-04-06 07:39:24',''),(69040,1,1,71404,1,98868451,'2018-04-06 07:43:08','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1750.m-MqHZIxjXIkS-xDGOXy17OdxkuZA-bNrBBCTxiyFSgmrsd7cjNg4Vu5tPHYn34c.fc8ec2a53f9e71ad770d3be3644782e5bba0f3b3&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0Y'),(69041,1,1,71405,28,602216963,'2018-04-06 07:53:13',''),(69042,1,1,71406,28,602216963,'2018-04-06 07:53:16',''),(69043,1,1,71407,1,602216963,'2018-04-06 07:53:17',''),(69044,1,1,71408,28,602216963,'2018-04-06 07:53:19',''),(69045,1,1,71409,1,3024883613,'2018-04-06 08:12:45',''),(69046,1,1,71410,6,3112653188,'2018-04-06 08:29:44',''),(69047,1,1,71411,1,3164961454,'2018-04-06 08:38:36',''),(69048,1,1,71412,1,3024883462,'2018-04-06 08:46:04',''),(69049,1,1,71413,1,3024883608,'2018-04-06 09:19:24',''),(69050,1,1,71414,1,1123633939,'2018-04-06 10:17:15',''),(69051,1,1,71415,1,1123633937,'2018-04-06 10:22:55',''),(69052,1,1,71417,1,1476059252,'2018-04-06 10:33:27',''),(69053,1,1,71418,1,3585395476,'2018-04-06 10:33:30',''),(69054,1,1,71419,44,3024883606,'2018-04-06 10:59:24',''),(69055,1,1,71420,1,2461654944,'2018-04-06 13:56:59',''),(69056,1,1,71421,1,1123633938,'2018-04-06 14:27:42',''),(69057,1,1,71422,1,598443476,'2018-04-06 15:39:58',''),(69058,1,1,71423,1,598443476,'2018-04-06 15:39:59',''),(69059,1,1,71424,1,1123633937,'2018-04-06 15:41:39',''),(69060,1,1,71425,1,1495476013,'2018-04-06 16:06:43',''),(69061,1,1,71426,1,1495476013,'2018-04-06 16:06:45',''),(69062,1,1,71427,1,1495476013,'2018-04-06 16:06:47',''),(69063,1,1,71428,1,1495476013,'2018-04-06 16:06:50',''),(69064,1,1,71429,1,1495476013,'2018-04-06 16:06:53',''),(69065,1,1,71430,1,1495476013,'2018-04-06 16:06:55',''),(69066,1,1,71431,1,1495476013,'2018-04-06 16:06:58',''),(69067,1,1,71432,1,1495476013,'2018-04-06 16:07:00',''),(69068,1,1,71433,6,1845026395,'2018-04-06 16:39:38',''),(69069,1,1,71434,6,1845026395,'2018-04-06 16:39:42','http://gPn1Q7JEhBzUhiQI'),(69070,1,1,71435,43,602392506,'2018-04-06 17:45:42',''),(69071,1,1,71436,1,602392506,'2018-04-06 17:45:45',''),(69072,1,1,71437,43,602392506,'2018-04-06 17:45:47',''),(69073,1,1,71438,1,758665598,'2018-04-06 20:10:02',''),(69074,1,1,71439,1,1747641664,'2018-04-06 20:43:45',''),(69075,1,1,71440,68,3475901812,'2018-04-06 22:10:59',''),(69076,1,1,71441,6,1306318277,'2018-04-06 22:31:29',''),(69077,1,1,71442,6,1306318277,'2018-04-06 22:31:30',''),(69078,1,1,71443,1,628341228,'2018-04-06 22:33:11',''),(69079,1,1,71444,1,1138212752,'2018-04-06 23:37:06',''),(69080,1,1,71445,1,883225255,'2018-04-07 01:23:07',''),(69081,1,1,71446,1,3475901814,'2018-04-07 02:27:46',''),(69082,1,1,71447,46,3475901814,'2018-04-07 02:27:47',''),(69083,1,1,71448,59,3475901778,'2018-04-07 02:27:47',''),(69084,1,1,71449,15,3475901814,'2018-04-07 02:27:48',''),(69085,1,1,71450,43,3475901778,'2018-04-07 02:27:48',''),(69086,1,1,71451,16,3475901778,'2018-04-07 02:27:50',''),(69087,1,1,71452,63,3475901812,'2018-04-07 02:27:50',''),(69088,1,1,71453,56,3475901811,'2018-04-07 02:28:37',''),(69089,1,1,71454,50,3475901814,'2018-04-07 03:05:50',''),(69090,1,1,71455,1,221776999,'2018-04-07 03:37:08',''),(69091,1,1,71456,1,919249617,'2018-04-07 05:41:12',''),(69092,1,1,71457,1,1123631192,'2018-04-07 05:47:13',''),(69093,1,1,71458,1,1123631190,'2018-04-07 05:51:09',''),(69094,1,1,71459,1,1123631188,'2018-04-07 06:50:31',''),(69095,1,1,71460,1,1887271942,'2018-04-07 08:27:18',''),(69096,1,1,71461,43,1887271942,'2018-04-07 08:27:20',''),(69097,1,1,71462,30,1887271942,'2018-04-07 08:27:23',''),(69098,1,1,71463,43,1887271942,'2018-04-07 08:27:25',''),(69099,1,1,71464,43,1887271942,'2018-04-07 08:27:28',''),(69100,1,1,71465,43,1887271942,'2018-04-07 08:27:32',''),(69101,1,1,71466,43,1887271942,'2018-04-07 08:27:35',''),(69102,1,1,71467,43,1887271942,'2018-04-07 08:27:37',''),(69103,1,1,71468,43,1887271942,'2018-04-07 08:27:40',''),(69104,1,1,71469,43,1887271942,'2018-04-07 08:27:42',''),(69105,1,1,71470,43,1887271942,'2018-04-07 08:27:45',''),(69106,1,1,71471,1,1887271942,'2018-04-07 08:27:48',''),(69107,1,1,71472,1,1887271942,'2018-04-07 08:27:50',''),(69108,1,1,71473,1,1887271942,'2018-04-07 08:27:52',''),(69109,1,1,71474,1,1887271942,'2018-04-07 08:27:54',''),(69110,1,1,71475,1,1887271942,'2018-04-07 08:27:56',''),(69111,1,1,71476,1,1887271942,'2018-04-07 08:27:58',''),(69112,1,1,71477,1,1887271942,'2018-04-07 08:28:00',''),(69113,1,1,71478,1,1887271942,'2018-04-07 08:28:01',''),(69114,1,1,71479,43,1887271942,'2018-04-07 08:28:03',''),(69115,1,1,71480,43,1887271942,'2018-04-07 08:28:06',''),(69116,1,1,71481,43,1887271942,'2018-04-07 08:28:08',''),(69117,1,1,71482,43,1887271942,'2018-04-07 08:28:11',''),(69118,1,1,71483,43,1887271942,'2018-04-07 08:28:14',''),(69119,1,1,71484,43,1887271942,'2018-04-07 08:28:17',''),(69120,1,1,71485,43,1887271942,'2018-04-07 08:28:19',''),(69121,1,1,71486,43,1887271942,'2018-04-07 08:28:22',''),(69122,1,1,71487,43,1887271942,'2018-04-07 08:28:25',''),(69123,1,1,71488,1,1887271942,'2018-04-07 08:28:28',''),(69124,1,1,71489,1,1887271942,'2018-04-07 08:28:31',''),(69125,1,1,71490,1,1887271942,'2018-04-07 08:28:50',''),(69126,1,1,71491,1,3164961441,'2018-04-07 08:30:55',''),(69127,1,1,71492,1,1653325369,'2018-04-07 08:57:53',''),(69128,1,1,71493,43,1653325369,'2018-04-07 08:57:54',''),(69129,1,1,71494,30,1653325369,'2018-04-07 08:57:55',''),(69130,1,1,71495,43,1653325369,'2018-04-07 08:57:56',''),(69131,1,1,71496,43,1653325369,'2018-04-07 08:57:58',''),(69132,1,1,71497,43,1653325369,'2018-04-07 08:57:59',''),(69133,1,1,71498,43,1653325369,'2018-04-07 08:58:01',''),(69134,1,1,71499,43,1653325369,'2018-04-07 08:58:02',''),(69135,1,1,71500,43,1653325369,'2018-04-07 08:58:03',''),(69136,1,1,71501,43,1653325369,'2018-04-07 08:58:04',''),(69137,1,1,71502,43,1653325369,'2018-04-07 08:58:06',''),(69138,1,1,71503,1,1653325369,'2018-04-07 08:58:07',''),(69139,1,1,71504,1,1653325369,'2018-04-07 08:58:08',''),(69140,1,1,71505,1,1653325369,'2018-04-07 08:58:09',''),(69141,1,1,71506,1,1653325369,'2018-04-07 08:58:10',''),(69142,1,1,71507,1,1653325369,'2018-04-07 08:58:10',''),(69143,1,1,71508,1,1653325369,'2018-04-07 08:58:11',''),(69144,1,1,71509,1,1653325369,'2018-04-07 08:58:12',''),(69145,1,1,71510,1,1653325369,'2018-04-07 08:58:13',''),(69146,1,1,71511,43,1653325369,'2018-04-07 08:58:14',''),(69147,1,1,71512,43,1653325369,'2018-04-07 08:58:15',''),(69148,1,1,71513,43,1653325369,'2018-04-07 08:58:17',''),(69149,1,1,71514,43,1653325369,'2018-04-07 08:58:18',''),(69150,1,1,71515,43,1653325369,'2018-04-07 08:58:19',''),(69151,1,1,71516,43,1653325369,'2018-04-07 08:58:21',''),(69152,1,1,71517,43,1653325369,'2018-04-07 08:58:22',''),(69153,1,1,71518,43,1653325369,'2018-04-07 08:58:23',''),(69154,1,1,71519,43,1653325369,'2018-04-07 08:58:25',''),(69155,1,1,71520,1,1653325369,'2018-04-07 08:58:26',''),(69156,1,1,71521,1,1653325369,'2018-04-07 08:58:26',''),(69157,1,1,71522,1,1653325369,'2018-04-07 08:58:42',''),(69158,1,1,71523,1,1123631188,'2018-04-07 10:54:09',''),(69159,1,1,71524,1,779525029,'2018-04-07 11:55:07',''),(69160,1,1,71525,30,2727369901,'2018-04-07 12:56:30',''),(69161,1,1,71526,30,2727369901,'2018-04-07 12:56:31',''),(69162,1,1,71527,30,2727369901,'2018-04-07 12:56:32',''),(69163,1,1,71528,30,2727369901,'2018-04-07 12:56:33',''),(69164,1,1,71529,30,2727369901,'2018-04-07 12:56:35',''),(69165,1,1,71530,30,2727369901,'2018-04-07 12:56:36',''),(69166,1,1,71531,30,2727369901,'2018-04-07 12:56:37',''),(69167,1,1,71532,30,2727369901,'2018-04-07 12:56:39',''),(69168,1,1,71533,30,2727369901,'2018-04-07 12:56:40',''),(69169,1,1,71534,30,2727369901,'2018-04-07 12:56:41',''),(69170,1,1,71535,30,2727369901,'2018-04-07 12:56:42',''),(69171,1,1,71536,30,2727369901,'2018-04-07 12:56:43',''),(69172,1,1,71537,30,2727369901,'2018-04-07 12:56:45',''),(69173,1,1,71538,30,2727369901,'2018-04-07 12:56:46',''),(69174,1,1,71539,30,2727369901,'2018-04-07 12:56:47',''),(69175,1,1,71540,30,2727369901,'2018-04-07 12:56:48',''),(69176,1,1,71541,30,2727369901,'2018-04-07 12:56:50',''),(69177,1,1,71542,30,2727369901,'2018-04-07 12:56:51',''),(69178,1,1,71543,30,2727369901,'2018-04-07 12:56:52',''),(69179,1,1,71544,30,2727369901,'2018-04-07 12:56:53',''),(69180,1,1,71545,30,2727369901,'2018-04-07 12:56:54',''),(69181,1,1,71546,30,2727369901,'2018-04-07 12:56:56',''),(69182,1,1,71547,30,2727369901,'2018-04-07 12:56:57',''),(69183,1,1,71548,30,2727369901,'2018-04-07 12:56:58',''),(69184,1,1,71549,30,2727369901,'2018-04-07 12:57:00',''),(69185,1,1,71550,30,2727369901,'2018-04-07 12:57:01',''),(69186,1,1,71551,30,2727369901,'2018-04-07 12:57:02',''),(69187,1,1,71552,30,2727369901,'2018-04-07 12:57:03',''),(69188,1,1,71553,30,2727369901,'2018-04-07 12:57:05',''),(69189,1,1,71554,30,2727369901,'2018-04-07 12:57:06',''),(69190,1,1,71555,30,2727369901,'2018-04-07 12:57:07',''),(69191,1,1,71556,30,2727369901,'2018-04-07 12:57:08',''),(69192,1,1,71557,30,2727369901,'2018-04-07 12:57:10',''),(69193,1,1,71558,30,2727369901,'2018-04-07 12:57:11',''),(69194,1,1,71559,30,2727369901,'2018-04-07 12:57:12',''),(69195,1,1,71560,30,2727369901,'2018-04-07 12:57:13',''),(69196,1,1,71561,30,2727369901,'2018-04-07 12:57:15',''),(69197,1,1,71562,30,2727369901,'2018-04-07 12:57:16',''),(69198,1,1,71563,30,2727369901,'2018-04-07 12:57:17',''),(69199,1,1,71564,30,2727369901,'2018-04-07 12:57:19',''),(69200,1,1,71565,30,2727369901,'2018-04-07 12:57:20',''),(69201,1,1,71566,30,2727369901,'2018-04-07 12:57:21',''),(69202,1,1,71567,30,2727369901,'2018-04-07 12:57:22',''),(69203,1,1,71568,30,2727369901,'2018-04-07 12:57:24',''),(69204,1,1,71569,30,2727369901,'2018-04-07 12:57:25',''),(69205,1,1,71570,30,2727369901,'2018-04-07 12:57:26',''),(69206,1,1,71571,30,2727369901,'2018-04-07 12:57:27',''),(69207,1,1,71572,30,2727369901,'2018-04-07 12:57:28',''),(69208,1,1,71573,30,2727369901,'2018-04-07 12:57:29',''),(69209,1,1,71574,30,2727369901,'2018-04-07 12:57:31',''),(69210,1,1,71575,30,2727369901,'2018-04-07 12:57:32',''),(69211,1,1,71576,30,2727369901,'2018-04-07 12:57:33',''),(69212,1,1,71577,30,2727369901,'2018-04-07 12:57:34',''),(69213,1,1,71578,30,2727369901,'2018-04-07 12:57:36',''),(69214,1,1,71579,30,2727369901,'2018-04-07 12:57:37',''),(69215,1,1,71580,30,2727369901,'2018-04-07 12:57:38',''),(69216,1,1,71581,30,2727369901,'2018-04-07 12:57:39',''),(69217,1,1,71582,30,2727369901,'2018-04-07 12:57:40',''),(69218,1,1,71583,30,2727369901,'2018-04-07 12:57:41',''),(69219,1,1,71584,30,2727369901,'2018-04-07 12:57:43',''),(69220,1,1,71585,30,2727369901,'2018-04-07 12:57:44',''),(69221,1,1,71586,30,2727369901,'2018-04-07 12:57:45',''),(69222,1,1,71587,30,2727369901,'2018-04-07 12:57:46',''),(69223,1,1,71588,30,2727369901,'2018-04-07 12:57:48',''),(69224,1,1,71589,30,2727369901,'2018-04-07 12:57:49',''),(69225,1,1,71590,30,2727369901,'2018-04-07 12:57:50',''),(69226,1,1,71591,30,2727369901,'2018-04-07 12:57:51',''),(69227,1,1,71592,30,2727369901,'2018-04-07 12:57:52',''),(69228,1,1,71593,30,2727369901,'2018-04-07 12:57:54',''),(69229,1,1,71594,30,2727369901,'2018-04-07 12:57:55',''),(69230,1,1,71595,30,2727369901,'2018-04-07 12:57:56',''),(69231,1,1,71596,30,2727369901,'2018-04-07 12:57:58',''),(69232,1,1,71597,30,2727369901,'2018-04-07 12:57:59',''),(69233,1,1,71598,30,2727369901,'2018-04-07 12:58:00',''),(69234,1,1,71599,30,2727369901,'2018-04-07 12:58:01',''),(69235,1,1,71600,30,2727369901,'2018-04-07 12:58:03',''),(69236,1,1,71601,30,2727369901,'2018-04-07 12:58:04',''),(69237,1,1,71602,30,2727369901,'2018-04-07 12:58:05',''),(69238,1,1,71603,30,2727369901,'2018-04-07 12:58:07',''),(69239,1,1,71604,30,2727369901,'2018-04-07 12:58:08',''),(69240,1,1,71605,30,2727369901,'2018-04-07 12:58:09',''),(69241,1,1,71606,30,2727369901,'2018-04-07 12:58:10',''),(69242,1,1,71607,30,2727369901,'2018-04-07 12:58:11',''),(69243,1,1,71608,30,2727369901,'2018-04-07 12:58:13',''),(69244,1,1,71609,30,2727369901,'2018-04-07 12:58:14',''),(69245,1,1,71610,30,2727369901,'2018-04-07 12:58:15',''),(69246,1,1,71611,30,2727369901,'2018-04-07 12:58:16',''),(69247,1,1,71612,30,2727369901,'2018-04-07 12:58:18',''),(69248,1,1,71613,30,2727369901,'2018-04-07 12:58:19',''),(69249,1,1,71614,30,2727369901,'2018-04-07 12:58:20',''),(69250,1,1,71615,30,2727369901,'2018-04-07 12:58:22',''),(69251,1,1,71616,30,2727369901,'2018-04-07 12:58:23',''),(69252,1,1,71617,30,2727369901,'2018-04-07 12:58:24',''),(69253,1,1,71618,30,2727369901,'2018-04-07 12:58:25',''),(69254,1,1,71619,30,2727369901,'2018-04-07 12:58:27',''),(69255,1,1,71620,30,2727369901,'2018-04-07 12:58:28',''),(69256,1,1,71621,30,2727369901,'2018-04-07 12:58:29',''),(69257,1,1,71622,30,2727369901,'2018-04-07 12:58:32',''),(69258,1,1,71623,30,2727369901,'2018-04-07 12:58:33',''),(69259,1,1,71624,30,2727369901,'2018-04-07 12:58:34',''),(69260,1,1,71625,30,2727369901,'2018-04-07 12:58:36',''),(69261,1,1,71626,30,2727369901,'2018-04-07 12:58:37',''),(69262,1,1,71627,30,2727369901,'2018-04-07 12:58:38',''),(69263,1,1,71628,30,2727369901,'2018-04-07 12:58:39',''),(69264,1,1,71629,30,2727369901,'2018-04-07 12:58:41',''),(69265,1,1,71630,30,2727369901,'2018-04-07 12:58:42',''),(69266,1,1,71631,30,2727369901,'2018-04-07 12:58:43',''),(69267,1,1,71632,30,2727369901,'2018-04-07 12:58:44',''),(69268,1,1,71633,30,2727369901,'2018-04-07 12:58:46',''),(69269,1,1,71634,30,2727369901,'2018-04-07 12:58:47',''),(69270,1,1,71635,30,2727369901,'2018-04-07 12:58:48',''),(69271,1,1,71636,30,2727369901,'2018-04-07 12:58:49',''),(69272,1,1,71637,30,2727369901,'2018-04-07 12:58:51',''),(69273,1,1,71638,30,2727369901,'2018-04-07 12:58:52',''),(69274,1,1,71639,30,2727369901,'2018-04-07 12:58:53',''),(69275,1,1,71640,30,2727369901,'2018-04-07 12:58:54',''),(69276,1,1,71641,30,2727369901,'2018-04-07 12:58:56',''),(69277,1,1,71642,30,2727369901,'2018-04-07 12:58:57',''),(69278,1,1,71643,30,2727369901,'2018-04-07 12:58:58',''),(69279,1,1,71644,30,2727369901,'2018-04-07 12:58:59',''),(69280,1,1,71645,30,2727369901,'2018-04-07 12:59:01',''),(69281,1,1,71646,30,2727369901,'2018-04-07 12:59:02',''),(69282,1,1,71647,30,2727369901,'2018-04-07 12:59:03',''),(69283,1,1,71648,30,2727369901,'2018-04-07 12:59:04',''),(69284,1,1,71649,30,2727369901,'2018-04-07 12:59:06',''),(69285,1,1,71650,30,2727369901,'2018-04-07 12:59:07',''),(69286,1,1,71651,30,2727369901,'2018-04-07 12:59:08',''),(69287,1,1,71652,30,2727369901,'2018-04-07 12:59:09',''),(69288,1,1,71653,30,2727369901,'2018-04-07 12:59:11',''),(69289,1,1,71654,30,2727369901,'2018-04-07 12:59:12',''),(69290,1,1,71655,30,2727369901,'2018-04-07 12:59:13',''),(69291,1,1,71656,30,2727369901,'2018-04-07 12:59:15',''),(69292,1,1,71657,30,2727369901,'2018-04-07 12:59:16',''),(69293,1,1,71658,30,2727369901,'2018-04-07 12:59:17',''),(69294,1,1,71659,30,2727369901,'2018-04-07 12:59:18',''),(69295,1,1,71660,30,2727369901,'2018-04-07 12:59:19',''),(69296,1,1,71661,30,2727369901,'2018-04-07 12:59:20',''),(69297,1,1,71662,30,2727369901,'2018-04-07 12:59:22',''),(69298,1,1,71663,30,2727369901,'2018-04-07 12:59:23',''),(69299,1,1,71664,30,2727369901,'2018-04-07 12:59:24',''),(69300,1,1,71665,30,2727369901,'2018-04-07 12:59:25',''),(69301,1,1,71666,30,2727369901,'2018-04-07 12:59:27',''),(69302,1,1,71667,30,2727369901,'2018-04-07 12:59:28',''),(69303,1,1,71668,30,2727369901,'2018-04-07 12:59:29',''),(69304,1,1,71669,30,2727369901,'2018-04-07 12:59:30',''),(69305,1,1,71670,30,2727369901,'2018-04-07 12:59:31',''),(69306,1,1,71671,30,2727369901,'2018-04-07 12:59:33',''),(69307,1,1,71672,30,2727369901,'2018-04-07 12:59:34',''),(69308,1,1,71673,30,2727369901,'2018-04-07 12:59:35',''),(69309,1,1,71674,30,2727369901,'2018-04-07 12:59:36',''),(69310,1,1,71675,30,2727369901,'2018-04-07 12:59:37',''),(69311,1,1,71676,30,2727369901,'2018-04-07 12:59:38',''),(69312,1,1,71677,30,2727369901,'2018-04-07 12:59:40',''),(69313,1,1,71678,30,2727369901,'2018-04-07 12:59:41',''),(69314,1,1,71679,30,2727369901,'2018-04-07 12:59:42',''),(69315,1,1,71680,30,2727369901,'2018-04-07 12:59:43',''),(69316,1,1,71681,30,2727369901,'2018-04-07 12:59:44',''),(69317,1,1,71682,30,2727369901,'2018-04-07 12:59:46',''),(69318,1,1,71683,30,2727369901,'2018-04-07 12:59:47',''),(69319,1,1,71684,30,2727369901,'2018-04-07 12:59:48',''),(69320,1,1,71685,1,2727369901,'2018-04-07 12:59:50',''),(69321,1,1,71686,1,2727369901,'2018-04-07 12:59:52',''),(69322,1,1,71687,1,2727369901,'2018-04-07 12:59:53',''),(69323,1,1,71688,1,2727369901,'2018-04-07 12:59:55',''),(69324,1,1,71689,1,2727369901,'2018-04-07 12:59:57',''),(69325,1,1,71690,1,2727369901,'2018-04-07 12:59:58',''),(69326,1,1,71691,43,2727369901,'2018-04-07 12:59:59',''),(69327,1,1,71692,43,2727369901,'2018-04-07 13:00:01',''),(69328,1,1,71693,43,2727369901,'2018-04-07 13:00:02',''),(69329,1,1,71694,30,2727369901,'2018-04-07 13:00:04',''),(69330,1,1,71695,30,2727369901,'2018-04-07 13:00:05',''),(69331,1,1,71696,30,2727369901,'2018-04-07 13:00:06',''),(69332,1,1,71697,1,2727369901,'2018-04-07 13:00:07',''),(69333,1,1,71698,1,2727369901,'2018-04-07 13:00:09',''),(69334,1,1,71699,1,2727369901,'2018-04-07 13:00:10',''),(69335,1,1,71700,1,2727369901,'2018-04-07 13:00:11',''),(69336,1,1,71701,1,2727369901,'2018-04-07 13:00:12',''),(69337,1,1,71702,1,2727369901,'2018-04-07 13:00:13',''),(69338,1,1,71703,1,2727369901,'2018-04-07 13:00:14',''),(69339,1,1,71704,1,2727369901,'2018-04-07 13:00:16',''),(69340,1,1,71705,1,2727369901,'2018-04-07 13:00:17',''),(69341,1,1,71706,1,2727369901,'2018-04-07 13:00:18',''),(69342,1,1,71707,1,2727369901,'2018-04-07 13:00:19',''),(69343,1,1,71708,1,2727369901,'2018-04-07 13:00:20',''),(69344,1,1,71709,1,2727369901,'2018-04-07 13:00:22',''),(69345,1,1,71710,1,2727369901,'2018-04-07 13:00:23',''),(69346,1,1,71711,1,2727369901,'2018-04-07 13:00:24',''),(69347,1,1,71712,1,2727369901,'2018-04-07 13:00:25',''),(69348,1,1,71713,1,2727369901,'2018-04-07 13:00:27',''),(69349,1,1,71714,1,2727369901,'2018-04-07 13:00:28',''),(69350,1,1,71715,1,2727369901,'2018-04-07 13:00:29',''),(69351,1,1,71716,1,2727369901,'2018-04-07 13:00:31',''),(69352,1,1,71717,1,2727369901,'2018-04-07 13:00:32',''),(69353,1,1,71718,1,2727369901,'2018-04-07 13:00:33',''),(69354,1,1,71719,1,2727369901,'2018-04-07 13:00:34',''),(69355,1,1,71720,1,2727369901,'2018-04-07 13:00:35',''),(69356,1,1,71721,1,2727369901,'2018-04-07 13:00:36',''),(69357,1,1,71722,1,2727369901,'2018-04-07 13:00:37',''),(69358,1,1,71723,1,2727369901,'2018-04-07 13:00:39',''),(69359,1,1,71724,1,2727369901,'2018-04-07 13:00:40',''),(69360,1,1,71725,1,2727369901,'2018-04-07 13:00:41',''),(69361,1,1,71726,1,2727369901,'2018-04-07 13:00:42',''),(69362,1,1,71727,1,2727369901,'2018-04-07 13:00:43',''),(69363,1,1,71728,1,2727369901,'2018-04-07 13:00:44',''),(69364,1,1,71729,1,2727369901,'2018-04-07 13:00:46',''),(69365,1,1,71730,1,2727369901,'2018-04-07 13:00:47',''),(69366,1,1,71731,1,2727369901,'2018-04-07 13:00:48',''),(69367,1,1,71732,1,2727369901,'2018-04-07 13:00:49',''),(69368,1,1,71733,1,2727369901,'2018-04-07 13:00:50',''),(69369,1,1,71734,1,2727369901,'2018-04-07 13:00:51',''),(69370,1,1,71735,1,2727369901,'2018-04-07 13:00:52',''),(69371,1,1,71736,1,2727369901,'2018-04-07 13:00:54',''),(69372,1,1,71737,1,2727369901,'2018-04-07 13:00:55',''),(69373,1,1,71738,1,2727369901,'2018-04-07 13:00:56',''),(69374,1,1,71739,1,2727369901,'2018-04-07 13:00:57',''),(69375,1,1,71740,1,2727369901,'2018-04-07 13:00:59',''),(69376,1,1,71741,1,2727369901,'2018-04-07 13:01:00',''),(69377,1,1,71742,1,2727369901,'2018-04-07 13:01:01',''),(69378,1,1,71743,1,2727369901,'2018-04-07 13:01:02',''),(69379,1,1,71744,1,2727369901,'2018-04-07 13:01:04',''),(69380,1,1,71745,1,2727369901,'2018-04-07 13:01:05',''),(69381,1,1,71746,1,2727369901,'2018-04-07 13:01:06',''),(69382,1,1,71747,1,2727369901,'2018-04-07 13:01:07',''),(69383,1,1,71748,1,2727369901,'2018-04-07 13:01:08',''),(69384,1,1,71749,1,2727369901,'2018-04-07 13:01:10',''),(69385,1,1,71750,1,2727369901,'2018-04-07 13:01:11',''),(69386,1,1,71751,1,2727369901,'2018-04-07 13:01:12',''),(69387,1,1,71752,1,2727369901,'2018-04-07 13:01:13',''),(69388,1,1,71753,1,2727369901,'2018-04-07 13:01:14',''),(69389,1,1,71754,1,2727369901,'2018-04-07 13:01:15',''),(69390,1,1,71755,1,2727369901,'2018-04-07 13:01:16',''),(69391,1,1,71756,1,2727369901,'2018-04-07 13:01:18',''),(69392,1,1,71757,1,2727369901,'2018-04-07 13:01:19',''),(69393,1,1,71758,1,2727369901,'2018-04-07 13:01:20',''),(69394,1,1,71759,1,2727369901,'2018-04-07 13:01:21',''),(69395,1,1,71760,1,2727369901,'2018-04-07 13:01:23',''),(69396,1,1,71761,1,2727369901,'2018-04-07 13:01:24',''),(69397,1,1,71762,1,2727369901,'2018-04-07 13:01:25',''),(69398,1,1,71763,1,2727369901,'2018-04-07 13:01:26',''),(69399,1,1,71764,1,2727369901,'2018-04-07 13:01:27',''),(69400,1,1,71765,1,2727369901,'2018-04-07 13:01:29',''),(69401,1,1,71766,1,2727369901,'2018-04-07 13:01:30',''),(69402,1,1,71767,1,2727369901,'2018-04-07 13:01:31',''),(69403,1,1,71768,1,2727369901,'2018-04-07 13:01:32',''),(69404,1,1,71769,1,2727369901,'2018-04-07 13:01:33',''),(69405,1,1,71770,1,2727369901,'2018-04-07 13:01:34',''),(69406,1,1,71771,1,2727369901,'2018-04-07 13:01:35',''),(69407,1,1,71772,1,2727369901,'2018-04-07 13:01:37',''),(69408,1,1,71773,1,2727369901,'2018-04-07 13:01:38',''),(69409,1,1,71774,1,2727369901,'2018-04-07 13:01:39',''),(69410,1,1,71775,1,2727369901,'2018-04-07 13:01:40',''),(69411,1,1,71776,1,2727369901,'2018-04-07 13:01:42',''),(69412,1,1,71777,1,2727369901,'2018-04-07 13:01:43',''),(69413,1,1,71778,1,2727369901,'2018-04-07 13:01:44',''),(69414,1,1,71779,1,2727369901,'2018-04-07 13:01:45',''),(69415,1,1,71780,1,2727369901,'2018-04-07 13:01:46',''),(69416,1,1,71781,1,2727369901,'2018-04-07 13:01:48',''),(69417,1,1,71782,1,2727369901,'2018-04-07 13:01:49',''),(69418,1,1,71783,1,2727369901,'2018-04-07 13:01:50',''),(69419,1,1,71784,1,2727369901,'2018-04-07 13:01:51',''),(69420,1,1,71785,1,2727369901,'2018-04-07 13:01:52',''),(69421,1,1,71786,1,2727369901,'2018-04-07 13:01:53',''),(69422,1,1,71787,1,2727369901,'2018-04-07 13:01:54',''),(69423,1,1,71788,1,2727369901,'2018-04-07 13:01:56',''),(69424,1,1,71789,1,2727369901,'2018-04-07 13:01:57',''),(69425,1,1,71790,1,2727369901,'2018-04-07 13:01:58',''),(69426,1,1,71791,1,2727369901,'2018-04-07 13:01:59',''),(69427,1,1,71792,1,2727369901,'2018-04-07 13:02:01',''),(69428,1,1,71793,1,2727369901,'2018-04-07 13:02:02',''),(69429,1,1,71794,1,2727369901,'2018-04-07 13:02:03',''),(69430,1,1,71795,1,2727369901,'2018-04-07 13:02:04',''),(69431,1,1,71796,1,2727369901,'2018-04-07 13:02:06',''),(69432,1,1,71797,1,2727369901,'2018-04-07 13:02:07',''),(69433,1,1,71798,1,2727369901,'2018-04-07 13:02:08',''),(69434,1,1,71799,1,2727369901,'2018-04-07 13:02:09',''),(69435,1,1,71800,1,2727369901,'2018-04-07 13:02:11',''),(69436,1,1,71801,1,2727369901,'2018-04-07 13:02:12',''),(69437,1,1,71802,1,2727369901,'2018-04-07 13:02:13',''),(69438,1,1,71803,1,2727369901,'2018-04-07 13:02:14',''),(69439,1,1,71804,1,2727369901,'2018-04-07 13:02:15',''),(69440,1,1,71805,1,2727369901,'2018-04-07 13:02:16',''),(69441,1,1,71806,1,2727369901,'2018-04-07 13:02:18',''),(69442,1,1,71807,1,2727369901,'2018-04-07 13:02:19',''),(69443,1,1,71808,1,2727369901,'2018-04-07 13:02:20',''),(69444,1,1,71809,1,2727369901,'2018-04-07 13:02:21',''),(69445,1,1,71810,1,2727369901,'2018-04-07 13:02:22',''),(69446,1,1,71811,1,2727369901,'2018-04-07 13:02:24',''),(69447,1,1,71812,1,2727369901,'2018-04-07 13:02:25',''),(69448,1,1,71813,1,2727369901,'2018-04-07 13:02:26',''),(69449,1,1,71814,1,2727369901,'2018-04-07 13:02:27',''),(69450,1,1,71815,1,2727369901,'2018-04-07 13:02:28',''),(69451,1,1,71816,1,2727369901,'2018-04-07 13:02:29',''),(69452,1,1,71817,1,2727369901,'2018-04-07 13:02:31',''),(69453,1,1,71818,1,2727369901,'2018-04-07 13:02:33',''),(69454,1,1,71819,1,2727369901,'2018-04-07 13:02:35',''),(69455,1,1,71820,1,2727369901,'2018-04-07 13:02:36',''),(69456,1,1,71821,1,2727369901,'2018-04-07 13:02:37',''),(69457,1,1,71822,1,2727369901,'2018-04-07 13:02:38',''),(69458,1,1,71823,1,2727369901,'2018-04-07 13:02:40',''),(69459,1,1,71824,1,2727369901,'2018-04-07 13:02:41',''),(69460,1,1,71825,1,2727369901,'2018-04-07 13:02:42',''),(69461,1,1,71826,1,2727369901,'2018-04-07 13:02:43',''),(69462,1,1,71827,1,2727369901,'2018-04-07 13:02:44',''),(69463,1,1,71828,1,2727369901,'2018-04-07 13:02:45',''),(69464,1,1,71829,1,2727369901,'2018-04-07 13:02:47',''),(69465,1,1,71830,1,2727369901,'2018-04-07 13:02:48',''),(69466,1,1,71831,1,2727369901,'2018-04-07 13:02:49',''),(69467,1,1,71832,1,2727369901,'2018-04-07 13:02:50',''),(69468,1,1,71833,1,2727369901,'2018-04-07 13:02:51',''),(69469,1,1,71834,1,2727369901,'2018-04-07 13:02:53',''),(69470,1,1,71835,1,2727369901,'2018-04-07 13:02:54',''),(69471,1,1,71836,1,2727369901,'2018-04-07 13:02:55',''),(69472,1,1,71837,1,2727369901,'2018-04-07 13:02:56',''),(69473,1,1,71838,1,2727369901,'2018-04-07 13:02:58',''),(69474,1,1,71839,1,2727369901,'2018-04-07 13:02:59',''),(69475,1,1,71840,1,2727369901,'2018-04-07 13:03:00',''),(69476,1,1,71841,1,2727369901,'2018-04-07 13:03:01',''),(69477,1,1,71842,1,2727369901,'2018-04-07 13:03:02',''),(69478,1,1,71843,1,2727369901,'2018-04-07 13:03:03',''),(69479,1,1,71844,1,2727369901,'2018-04-07 13:03:04',''),(69480,1,1,71845,1,2727369901,'2018-04-07 13:03:06',''),(69481,1,1,71846,1,2727369901,'2018-04-07 13:03:07',''),(69482,1,1,71847,1,2727369901,'2018-04-07 13:03:08',''),(69483,1,1,71848,1,2727369901,'2018-04-07 13:03:09',''),(69484,1,1,71849,1,2727369901,'2018-04-07 13:03:11',''),(69485,1,1,71850,1,2727369901,'2018-04-07 13:03:12',''),(69486,1,1,71851,1,2727369901,'2018-04-07 13:03:13',''),(69487,1,1,71852,1,2727369901,'2018-04-07 13:03:14',''),(69488,1,1,71853,1,2727369901,'2018-04-07 13:03:15',''),(69489,1,1,71854,1,2727369901,'2018-04-07 13:03:17',''),(69490,1,1,71855,1,2727369901,'2018-04-07 13:03:18',''),(69491,1,1,71856,1,2727369901,'2018-04-07 13:03:19',''),(69492,1,1,71857,1,2727369901,'2018-04-07 13:03:29',''),(69493,1,1,71858,1,2727369901,'2018-04-07 13:03:30',''),(69494,1,1,71859,1,2727369901,'2018-04-07 13:03:32',''),(69495,1,1,71860,1,2727369901,'2018-04-07 13:03:33',''),(69496,1,1,71861,1,2727369901,'2018-04-07 13:03:34',''),(69497,1,1,71862,1,2727369901,'2018-04-07 13:03:35',''),(69498,1,1,71863,43,2727369901,'2018-04-07 13:03:37',''),(69499,1,1,71864,43,2727369901,'2018-04-07 13:03:39',''),(69500,1,1,71865,43,2727369901,'2018-04-07 13:03:40',''),(69501,1,1,71866,43,2727369901,'2018-04-07 13:03:42',''),(69502,1,1,71867,43,2727369901,'2018-04-07 13:03:44',''),(69503,1,1,71868,43,2727369901,'2018-04-07 13:03:45',''),(69504,1,1,71869,43,2727369901,'2018-04-07 13:03:47',''),(69505,1,1,71870,43,2727369901,'2018-04-07 13:03:49',''),(69506,1,1,71871,43,2727369901,'2018-04-07 13:03:50',''),(69507,1,1,71872,43,2727369901,'2018-04-07 13:03:52',''),(69508,1,1,71873,43,2727369901,'2018-04-07 13:03:54',''),(69509,1,1,71874,43,2727369901,'2018-04-07 13:03:55',''),(69510,1,1,71875,43,2727369901,'2018-04-07 13:03:57',''),(69511,1,1,71876,43,2727369901,'2018-04-07 13:03:59',''),(69512,1,1,71877,43,2727369901,'2018-04-07 13:04:00',''),(69513,1,1,71878,43,2727369901,'2018-04-07 13:04:02',''),(69514,1,1,71879,43,2727369901,'2018-04-07 13:04:04',''),(69515,1,1,71880,43,2727369901,'2018-04-07 13:04:05',''),(69516,1,1,71881,43,2727369901,'2018-04-07 13:04:07',''),(69517,1,1,71882,43,2727369901,'2018-04-07 13:04:09',''),(69518,1,1,71883,43,2727369901,'2018-04-07 13:04:11',''),(69519,1,1,71884,43,2727369901,'2018-04-07 13:04:12',''),(69520,1,1,71885,43,2727369901,'2018-04-07 13:04:14',''),(69521,1,1,71886,43,2727369901,'2018-04-07 13:04:16',''),(69522,1,1,71887,43,2727369901,'2018-04-07 13:04:17',''),(69523,1,1,71888,43,2727369901,'2018-04-07 13:04:19',''),(69524,1,1,71889,43,2727369901,'2018-04-07 13:04:22',''),(69525,1,1,71890,43,2727369901,'2018-04-07 13:04:25',''),(69526,1,1,71891,43,2727369901,'2018-04-07 13:04:27',''),(69527,1,1,71892,43,2727369901,'2018-04-07 13:04:28',''),(69528,1,1,71893,43,2727369901,'2018-04-07 13:04:30',''),(69529,1,1,71894,43,2727369901,'2018-04-07 13:04:32',''),(69530,1,1,71895,43,2727369901,'2018-04-07 13:04:35',''),(69531,1,1,71896,43,2727369901,'2018-04-07 13:04:37',''),(69532,1,1,71897,43,2727369901,'2018-04-07 13:04:39',''),(69533,1,1,71898,43,2727369901,'2018-04-07 13:04:40',''),(69534,1,1,71899,43,2727369901,'2018-04-07 13:04:42',''),(69535,1,1,71900,43,2727369901,'2018-04-07 13:04:44',''),(69536,1,1,71901,43,2727369901,'2018-04-07 13:04:46',''),(69537,1,1,71902,43,2727369901,'2018-04-07 13:04:47',''),(69538,1,1,71903,43,2727369901,'2018-04-07 13:04:49',''),(69539,1,1,71904,43,2727369901,'2018-04-07 13:04:51',''),(69540,1,1,71905,43,2727369901,'2018-04-07 13:04:52',''),(69541,1,1,71906,43,2727369901,'2018-04-07 13:04:54',''),(69542,1,1,71907,43,2727369901,'2018-04-07 13:04:56',''),(69543,1,1,71908,43,2727369901,'2018-04-07 13:04:57',''),(69544,1,1,71909,43,2727369901,'2018-04-07 13:04:59',''),(69545,1,1,71910,43,2727369901,'2018-04-07 13:05:01',''),(69546,1,1,71911,43,2727369901,'2018-04-07 13:05:03',''),(69547,1,1,71912,43,2727369901,'2018-04-07 13:05:04',''),(69548,1,1,71913,43,2727369901,'2018-04-07 13:05:06',''),(69549,1,1,71914,43,2727369901,'2018-04-07 13:05:07',''),(69550,1,1,71915,43,2727369901,'2018-04-07 13:05:09',''),(69551,1,1,71916,43,2727369901,'2018-04-07 13:05:11',''),(69552,1,1,71917,43,2727369901,'2018-04-07 13:05:12',''),(69553,1,1,71918,43,2727369901,'2018-04-07 13:05:14',''),(69554,1,1,71919,43,2727369901,'2018-04-07 13:05:16',''),(69555,1,1,71920,43,2727369901,'2018-04-07 13:05:18',''),(69556,1,1,71921,43,2727369901,'2018-04-07 13:05:19',''),(69557,1,1,71922,43,2727369901,'2018-04-07 13:05:21',''),(69558,1,1,71923,43,2727369901,'2018-04-07 13:05:23',''),(69559,1,1,71924,43,2727369901,'2018-04-07 13:05:25',''),(69560,1,1,71925,43,2727369901,'2018-04-07 13:05:26',''),(69561,1,1,71926,43,2727369901,'2018-04-07 13:05:28',''),(69562,1,1,71927,43,2727369901,'2018-04-07 13:05:30',''),(69563,1,1,71928,43,2727369901,'2018-04-07 13:05:32',''),(69564,1,1,71929,43,2727369901,'2018-04-07 13:05:33',''),(69565,1,1,71930,43,2727369901,'2018-04-07 13:05:35',''),(69566,1,1,71931,43,2727369901,'2018-04-07 13:05:37',''),(69567,1,1,71932,43,2727369901,'2018-04-07 13:05:38',''),(69568,1,1,71933,43,2727369901,'2018-04-07 13:05:40',''),(69569,1,1,71934,43,2727369901,'2018-04-07 13:05:42',''),(69570,1,1,71935,43,2727369901,'2018-04-07 13:05:44',''),(69571,1,1,71936,43,2727369901,'2018-04-07 13:05:45',''),(69572,1,1,71937,43,2727369901,'2018-04-07 13:05:47',''),(69573,1,1,71938,43,2727369901,'2018-04-07 13:05:49',''),(69574,1,1,71939,43,2727369901,'2018-04-07 13:05:50',''),(69575,1,1,71940,43,2727369901,'2018-04-07 13:05:52',''),(69576,1,1,71941,43,2727369901,'2018-04-07 13:05:54',''),(69577,1,1,71942,43,2727369901,'2018-04-07 13:05:55',''),(69578,1,1,71943,43,2727369901,'2018-04-07 13:05:57',''),(69579,1,1,71944,43,2727369901,'2018-04-07 13:05:59',''),(69580,1,1,71945,43,2727369901,'2018-04-07 13:06:01',''),(69581,1,1,71946,43,2727369901,'2018-04-07 13:06:03',''),(69582,1,1,71947,43,2727369901,'2018-04-07 13:06:04',''),(69583,1,1,71948,43,2727369901,'2018-04-07 13:06:06',''),(69584,1,1,71949,43,2727369901,'2018-04-07 13:06:08',''),(69585,1,1,71950,43,2727369901,'2018-04-07 13:06:09',''),(69586,1,1,71951,43,2727369901,'2018-04-07 13:06:11',''),(69587,1,1,71952,43,2727369901,'2018-04-07 13:06:13',''),(69588,1,1,71953,43,2727369901,'2018-04-07 13:06:14',''),(69589,1,1,71954,43,2727369901,'2018-04-07 13:06:16',''),(69590,1,1,71955,43,2727369901,'2018-04-07 13:06:18',''),(69591,1,1,71956,43,2727369901,'2018-04-07 13:06:20',''),(69592,1,1,71957,43,2727369901,'2018-04-07 13:06:21',''),(69593,1,1,71958,43,2727369901,'2018-04-07 13:06:23',''),(69594,1,1,71959,43,2727369901,'2018-04-07 13:06:25',''),(69595,1,1,71960,43,2727369901,'2018-04-07 13:06:27',''),(69596,1,1,71961,43,2727369901,'2018-04-07 13:06:29',''),(69597,1,1,71962,43,2727369901,'2018-04-07 13:06:30',''),(69598,1,1,71963,43,2727369901,'2018-04-07 13:06:32',''),(69599,1,1,71964,43,2727369901,'2018-04-07 13:06:34',''),(69600,1,1,71965,43,2727369901,'2018-04-07 13:06:35',''),(69601,1,1,71966,43,2727369901,'2018-04-07 13:06:37',''),(69602,1,1,71967,43,2727369901,'2018-04-07 13:06:39',''),(69603,1,1,71968,43,2727369901,'2018-04-07 13:06:40',''),(69604,1,1,71969,43,2727369901,'2018-04-07 13:06:42',''),(69605,1,1,71970,43,2727369901,'2018-04-07 13:06:44',''),(69606,1,1,71971,43,2727369901,'2018-04-07 13:06:46',''),(69607,1,1,71972,43,2727369901,'2018-04-07 13:06:47',''),(69608,1,1,71973,43,2727369901,'2018-04-07 13:06:49',''),(69609,1,1,71974,43,2727369901,'2018-04-07 13:06:51',''),(69610,1,1,71975,43,2727369901,'2018-04-07 13:06:53',''),(69611,1,1,71976,43,2727369901,'2018-04-07 13:06:54',''),(69612,1,1,71977,43,2727369901,'2018-04-07 13:06:56',''),(69613,1,1,71978,43,2727369901,'2018-04-07 13:06:57',''),(69614,1,1,71979,43,2727369901,'2018-04-07 13:06:59',''),(69615,1,1,71980,43,2727369901,'2018-04-07 13:07:01',''),(69616,1,1,71981,43,2727369901,'2018-04-07 13:07:02',''),(69617,1,1,71982,43,2727369901,'2018-04-07 13:07:04',''),(69618,1,1,71983,43,2727369901,'2018-04-07 13:07:06',''),(69619,1,1,71984,43,2727369901,'2018-04-07 13:07:08',''),(69620,1,1,71985,43,2727369901,'2018-04-07 13:07:09',''),(69621,1,1,71986,43,2727369901,'2018-04-07 13:07:11',''),(69622,1,1,71987,43,2727369901,'2018-04-07 13:07:13',''),(69623,1,1,71988,43,2727369901,'2018-04-07 13:07:14',''),(69624,1,1,71989,43,2727369901,'2018-04-07 13:07:16',''),(69625,1,1,71990,43,2727369901,'2018-04-07 13:07:18',''),(69626,1,1,71991,43,2727369901,'2018-04-07 13:07:20',''),(69627,1,1,71992,43,2727369901,'2018-04-07 13:07:22',''),(69628,1,1,71993,43,2727369901,'2018-04-07 13:07:23',''),(69629,1,1,71994,43,2727369901,'2018-04-07 13:07:25',''),(69630,1,1,71995,43,2727369901,'2018-04-07 13:07:26',''),(69631,1,1,71996,43,2727369901,'2018-04-07 13:07:28',''),(69632,1,1,71997,43,2727369901,'2018-04-07 13:07:30',''),(69633,1,1,71998,43,2727369901,'2018-04-07 13:07:31',''),(69634,1,1,71999,43,2727369901,'2018-04-07 13:07:33',''),(69635,1,1,72000,43,2727369901,'2018-04-07 13:07:35',''),(69636,1,1,72001,43,2727369901,'2018-04-07 13:07:37',''),(69637,1,1,72002,43,2727369901,'2018-04-07 13:07:39',''),(69638,1,1,72003,43,2727369901,'2018-04-07 13:07:40',''),(69639,1,1,72004,43,2727369901,'2018-04-07 13:07:42',''),(69640,1,1,72005,43,2727369901,'2018-04-07 13:07:44',''),(69641,1,1,72006,43,2727369901,'2018-04-07 13:07:45',''),(69642,1,1,72007,43,2727369901,'2018-04-07 13:07:47',''),(69643,1,1,72008,43,2727369901,'2018-04-07 13:07:49',''),(69644,1,1,72009,43,2727369901,'2018-04-07 13:07:50',''),(69645,1,1,72010,43,2727369901,'2018-04-07 13:07:52',''),(69646,1,1,72011,43,2727369901,'2018-04-07 13:07:54',''),(69647,1,1,72012,43,2727369901,'2018-04-07 13:07:55',''),(69648,1,1,72013,43,2727369901,'2018-04-07 13:07:57',''),(69649,1,1,72014,43,2727369901,'2018-04-07 13:07:59',''),(69650,1,1,72015,43,2727369901,'2018-04-07 13:08:00',''),(69651,1,1,72016,43,2727369901,'2018-04-07 13:08:02',''),(69652,1,1,72017,43,2727369901,'2018-04-07 13:08:04',''),(69653,1,1,72018,43,2727369901,'2018-04-07 13:08:05',''),(69654,1,1,72019,43,2727369901,'2018-04-07 13:08:07',''),(69655,1,1,72020,43,2727369901,'2018-04-07 13:08:09',''),(69656,1,1,72021,43,2727369901,'2018-04-07 13:08:11',''),(69657,1,1,72022,43,2727369901,'2018-04-07 13:08:12',''),(69658,1,1,72023,43,2727369901,'2018-04-07 13:08:14',''),(69659,1,1,72024,43,2727369901,'2018-04-07 13:08:19',''),(69660,1,1,72025,43,2727369901,'2018-04-07 13:08:21',''),(69661,1,1,72026,43,2727369901,'2018-04-07 13:08:23',''),(69662,1,1,72027,43,2727369901,'2018-04-07 13:08:24',''),(69663,1,1,72028,43,2727369901,'2018-04-07 13:08:26',''),(69664,1,1,72029,43,2727369901,'2018-04-07 13:08:28',''),(69665,1,1,72030,51,908367085,'2018-04-07 15:30:49',''),(69666,1,1,72031,45,3168120088,'2018-04-07 16:10:56',''),(69667,1,1,72032,45,3168120088,'2018-04-07 16:10:56',''),(69668,1,1,72033,1,3168120088,'2018-04-07 16:10:57',''),(69669,1,1,72034,45,3168120088,'2018-04-07 16:10:58',''),(69670,1,1,72035,1,3024883462,'2018-04-07 16:24:56',''),(69671,1,1,72036,1,3024883463,'2018-04-07 16:24:59',''),(69672,1,1,72037,16,908367040,'2018-04-07 17:51:22',''),(69673,1,1,72038,1,3479603870,'2018-04-07 19:16:23',''),(69674,1,1,72039,1,1123638555,'2018-04-07 21:27:13','http://www.google.com/'),(69675,1,1,72040,1,3479603870,'2018-04-07 21:35:01',''),(69676,1,1,72041,1,1747641664,'2018-04-07 22:18:28',''),(69677,1,1,72042,1,3475901814,'2018-04-07 23:43:20',''),(69678,1,1,72043,1,1123633938,'2018-04-08 00:17:45',''),(69679,1,1,72044,1,1581880839,'2018-04-08 00:20:41',''),(69680,1,1,72045,23,1581880839,'2018-04-08 00:20:42',''),(69681,1,1,72046,23,1581880839,'2018-04-08 00:20:42',''),(69682,1,1,72047,23,1581880839,'2018-04-08 00:20:43',''),(69683,1,1,72048,23,1581880839,'2018-04-08 00:20:44',''),(69684,1,1,72049,23,1581880839,'2018-04-08 00:20:45',''),(69685,1,1,72050,23,1581880839,'2018-04-08 00:20:46',''),(69686,1,1,72051,23,1581880839,'2018-04-08 00:20:46',''),(69687,1,1,72052,23,1581880839,'2018-04-08 00:20:47',''),(69688,1,1,72053,23,1581880839,'2018-04-08 00:20:48',''),(69689,1,1,72054,23,1581880839,'2018-04-08 00:20:49',''),(69690,1,1,72055,1,1581880839,'2018-04-08 00:20:49',''),(69691,1,1,72056,1,1581880839,'2018-04-08 00:20:50',''),(69692,1,1,72057,1,1581880839,'2018-04-08 00:20:51',''),(69693,1,1,72058,1,1581880839,'2018-04-08 00:20:52',''),(69694,1,1,72059,1,1581880839,'2018-04-08 00:20:52',''),(69695,1,1,72060,1,1581880839,'2018-04-08 00:20:53',''),(69696,1,1,72061,1,1581880839,'2018-04-08 00:20:54',''),(69697,1,1,72062,1,1581880839,'2018-04-08 00:20:54',''),(69698,1,1,72063,23,1581880839,'2018-04-08 00:20:55',''),(69699,1,1,72064,23,1581880839,'2018-04-08 00:20:56',''),(69700,1,1,72065,23,1581880839,'2018-04-08 00:20:57',''),(69701,1,1,72066,23,1581880839,'2018-04-08 00:20:57',''),(69702,1,1,72067,23,1581880839,'2018-04-08 00:20:58',''),(69703,1,1,72068,23,1581880839,'2018-04-08 00:20:59',''),(69704,1,1,72069,23,1581880839,'2018-04-08 00:21:00',''),(69705,1,1,72070,23,1581880839,'2018-04-08 00:21:00',''),(69706,1,1,72071,23,1581880839,'2018-04-08 00:21:01',''),(69707,1,1,72072,23,1581880839,'2018-04-08 00:21:02',''),(69708,1,1,72073,23,1581880839,'2018-04-08 00:21:04',''),(69709,1,1,72074,23,1581880839,'2018-04-08 00:21:05',''),(69710,1,1,72075,23,1581880839,'2018-04-08 00:21:06',''),(69711,1,1,72076,23,1581880839,'2018-04-08 00:21:07',''),(69712,1,1,72077,23,1581880839,'2018-04-08 00:21:08',''),(69713,1,1,72078,23,1581880839,'2018-04-08 00:21:09',''),(69714,1,1,72079,1,3098425886,'2018-04-08 01:29:48',''),(69715,1,1,72080,6,532213983,'2018-04-08 01:48:22',''),(69716,1,1,72081,6,532213983,'2018-04-08 01:48:23',''),(69717,1,1,72082,1,1123633938,'2018-04-08 01:49:38',''),(69718,1,1,72083,1,1123633939,'2018-04-08 01:54:03',''),(69719,1,1,72084,50,908367112,'2018-04-08 02:53:56',''),(69720,1,1,72085,1,1089905930,'2018-04-08 03:37:49',''),(69721,1,1,72086,1,918005066,'2018-04-08 04:48:18',''),(69722,1,1,72087,14,3024883595,'2018-04-08 06:12:24',''),(69723,1,1,72088,1,3024883614,'2018-04-08 06:45:43',''),(69724,1,1,72089,75,3475901778,'2018-04-08 06:56:29',''),(69725,1,1,72090,1,3164961456,'2018-04-08 08:48:00',''),(69726,1,1,72091,1,2548446715,'2018-04-08 08:52:26','https://www.google.co.uk/'),(69727,1,1,72092,1,1123633939,'2018-04-08 09:09:10',''),(69728,1,1,72093,67,3024883476,'2018-04-08 12:50:57',''),(69729,1,1,72094,1,3644685742,'2018-04-08 13:08:27',''),(69730,1,1,72095,1,3644685742,'2018-04-08 13:08:32',''),(69731,1,1,72096,43,48094595,'2018-04-08 14:22:08',''),(69732,1,1,72097,1,1123633937,'2018-04-08 14:38:39',''),(69733,1,1,72098,1,910375811,'2018-04-08 14:53:03',''),(69734,1,1,72099,6,532213983,'2018-04-08 15:40:56',''),(69735,1,1,72100,6,532213983,'2018-04-08 15:40:57',''),(69736,1,1,72101,1,1123633939,'2018-04-08 16:09:35',''),(69737,1,1,72102,1,1123633937,'2018-04-08 16:14:38',''),(69738,1,1,72103,63,600071869,'2018-04-08 17:43:16',''),(69739,1,1,72104,63,600071869,'2018-04-08 17:43:17',''),(69740,1,1,72105,1,600071869,'2018-04-08 17:43:19',''),(69741,1,1,72106,63,600071869,'2018-04-08 17:43:21',''),(69742,1,1,72107,6,402281807,'2018-04-08 18:32:38',''),(69743,1,1,72108,1,1443375253,'2018-04-08 18:58:30','https://www.google.co.uk/'),(69744,1,1,72109,3,3639886579,'2018-04-08 19:05:09',''),(69745,1,1,72110,1,918005066,'2018-04-08 19:14:22',''),(69746,1,1,72111,68,3585395476,'2018-04-08 21:07:44',''),(69747,1,1,72112,1,3024883601,'2018-04-08 23:55:05',''),(69748,1,1,72113,1,3024883619,'2018-04-08 23:55:07',''),(69749,1,1,72114,6,883225255,'2018-04-09 00:14:28',''),(69750,1,1,72115,1,3024883603,'2018-04-09 00:28:27',''),(69751,1,1,72116,1,3496893748,'2018-04-09 00:52:57',''),(69752,1,1,72117,1,1208607422,'2018-04-09 01:32:03',''),(69753,1,1,72133,65,3475901867,'2018-04-09 01:53:19',''),(69754,1,1,72134,1,3024883474,'2018-04-09 02:42:44',''),(69755,1,1,72135,42,3024883465,'2018-04-09 03:16:04',''),(69756,1,1,72136,1,1451949014,'2018-04-09 03:50:56',''),(69757,1,1,72137,1,1123633938,'2018-04-09 04:22:13',''),(69758,1,1,72139,1,1123633938,'2018-04-09 04:58:45',''),(69759,1,1,72140,1,599436931,'2018-04-09 05:11:49',''),(69760,1,1,72141,1,599436931,'2018-04-09 05:11:49',''),(69761,1,1,72142,1,599436931,'2018-04-09 05:11:50',''),(69762,1,1,72143,1,599436931,'2018-04-09 05:11:50',''),(69763,1,1,72144,6,1123633938,'2018-04-09 06:53:36',''),(69764,1,1,72145,1,1443465940,'2018-04-09 07:54:31',''),(69765,1,1,72146,1,3164961461,'2018-04-09 08:23:39',''),(69766,1,1,72147,1,292463882,'2018-04-09 10:16:27',''),(69767,1,1,72148,1,859090386,'2018-04-09 10:53:44','https://www.google.co.uk/'),(69768,1,1,72149,1,3024883615,'2018-04-09 11:13:04',''),(69769,1,1,72150,1,910378749,'2018-04-09 11:46:53',''),(69770,1,1,72151,1,3024883462,'2018-04-09 11:52:09',''),(69771,1,1,72152,70,1476059252,'2018-04-09 11:57:47',''),(69772,1,1,72153,1,3024883591,'2018-04-09 13:40:12',''),(69773,1,1,72154,28,602216963,'2018-04-09 14:00:25',''),(69774,1,1,72155,28,602216963,'2018-04-09 14:00:28',''),(69775,1,1,72156,1,602216963,'2018-04-09 14:00:31',''),(69776,1,1,72157,28,602216963,'2018-04-09 14:00:34',''),(69777,1,1,72158,1,621375800,'2018-04-09 15:21:50',''),(69778,1,1,72159,1,621375800,'2018-04-09 15:21:53',''),(69779,1,1,72160,1,918036960,'2018-04-09 16:20:33',''),(69780,1,1,72161,1,910388315,'2018-04-09 18:37:42',''),(69781,1,1,72162,1,2420902020,'2018-04-09 18:43:12',''),(69782,1,1,72163,1,2420902020,'2018-04-09 18:43:17',''),(69783,1,1,72164,1,2420902020,'2018-04-09 18:43:19',''),(69784,1,1,72165,1,2420902020,'2018-04-09 18:43:21',''),(69785,1,1,72166,1,2420902020,'2018-04-09 18:43:25',''),(69786,1,1,72167,1,2420902020,'2018-04-09 18:43:27',''),(69787,1,1,72168,1,2420902020,'2018-04-09 18:43:31',''),(69788,1,1,72169,1,2420902020,'2018-04-09 18:43:34',''),(69789,1,1,72170,6,532213983,'2018-04-09 19:22:10',''),(69790,1,1,72171,6,532213983,'2018-04-09 19:22:11',''),(69791,1,1,72172,63,2366148121,'2018-04-09 20:57:07',''),(69792,1,1,72173,1,3024883596,'2018-04-09 22:34:11',''),(69793,1,1,72174,1,3024883619,'2018-04-09 22:50:07',''),(69794,1,1,72175,56,2637637603,'2018-04-10 01:32:22',''),(69795,1,1,72176,59,676177805,'2018-04-10 02:25:58',''),(69796,1,1,72177,43,676177805,'2018-04-10 02:25:59',''),(69797,1,1,72178,1,676177753,'2018-04-10 02:26:00',''),(69798,1,1,72179,16,676177805,'2018-04-10 02:26:00',''),(69799,1,1,72180,46,676177753,'2018-04-10 02:26:01',''),(69800,1,1,72181,15,676177753,'2018-04-10 02:26:01',''),(69801,1,1,72182,63,676177741,'2018-04-10 02:26:03',''),(69802,1,1,72183,56,676177681,'2018-04-10 02:26:26',''),(69803,1,1,72184,1,1123631192,'2018-04-10 06:17:16',''),(69804,1,1,72186,1,3587046839,'2018-04-10 06:53:38','https://www.google.co.uk/'),(69805,1,1,72187,1,3475901877,'2018-04-10 06:56:37',''),(69806,1,1,72188,1,3024883596,'2018-04-10 07:02:37',''),(69807,1,1,72189,1,1123631188,'2018-04-10 07:28:27',''),(69808,1,1,72190,1,3024883464,'2018-04-10 07:35:58',''),(69809,1,1,72191,1,1443423040,'2018-04-10 08:03:41','https://www.google.co.uk/'),(69810,1,1,72192,59,1754929535,'2018-04-10 08:22:58',''),(69811,1,1,72193,1,1754929535,'2018-04-10 08:23:00',''),(69812,1,1,72194,59,1754929535,'2018-04-10 08:23:01',''),(69813,1,1,72195,1,1375799699,'2018-04-10 08:44:29','https://www.google.co.uk/'),(69814,1,1,72196,1,3164961460,'2018-04-10 08:51:05',''),(69815,1,1,72197,1,1123631190,'2018-04-10 09:42:57',''),(69816,1,1,72198,1,1590000074,'2018-04-10 12:26:38','https://www.google.co.uk/'),(69817,1,1,72199,1,1123631192,'2018-04-10 12:48:54',''),(69818,1,1,72200,1,1482761368,'2018-04-10 13:32:03','https://www.google.co.uk/'),(69819,1,1,72201,1,1442914105,'2018-04-10 14:06:00','https://www.google.co.uk/'),(69820,1,1,72202,16,908366905,'2018-04-10 14:07:20',''),(69821,1,1,72203,69,621375800,'2018-04-10 18:38:56',''),(69822,1,1,72204,1,1760313139,'2018-04-10 20:55:34',''),(69823,1,1,72205,9,3024883597,'2018-04-10 21:03:33',''),(69824,1,1,72206,31,3024883606,'2018-04-10 21:36:53',''),(69825,1,1,72207,16,908366896,'2018-04-10 23:31:38',''),(69826,1,1,72208,1,3024883482,'2018-04-11 00:39:14',''),(69827,1,1,72209,44,908366901,'2018-04-11 00:59:19',''),(69828,1,1,72210,52,908366975,'2018-04-11 01:09:25',''),(69829,1,1,72211,10,3024883595,'2018-04-11 01:12:34',''),(69830,1,1,72212,1,2420902020,'2018-04-11 01:44:51',''),(69831,1,1,72213,1,1123631188,'2018-04-11 03:51:06',''),(69832,1,1,72214,1,3231160418,'2018-04-11 03:53:17',''),(69833,1,1,72215,1,1123631192,'2018-04-11 03:54:29',''),(69834,1,1,72216,1,1123631192,'2018-04-11 04:33:31',''),(69835,1,1,72217,1,3024883596,'2018-04-11 05:22:01',''),(69836,1,1,72218,1,1123631190,'2018-04-11 06:27:18',''),(69837,1,1,72219,1,1358488528,'2018-04-11 07:13:54',''),(69838,1,1,72220,1,1451321169,'2018-04-11 07:48:20','https://www.google.co.uk/'),(69839,1,1,72221,1,908367138,'2018-04-11 07:50:21',''),(69840,1,1,72222,1,1384441651,'2018-04-11 08:02:46','https://www.google.co.uk/'),(69841,1,1,72223,1,3164961456,'2018-04-11 08:37:39',''),(69842,1,1,72224,1,1123631190,'2018-04-11 09:18:49',''),(69843,1,1,72225,1,1443375292,'2018-04-11 09:50:35','https://www.bing.com/'),(69844,1,1,72226,1,1443375292,'2018-04-11 09:50:35','https://www.bing.com/'),(69845,1,1,72227,1,846479381,'2018-04-11 10:48:33',''),(69846,1,1,72228,52,846479381,'2018-04-11 10:48:34',''),(69847,1,1,72229,30,846479381,'2018-04-11 10:48:35',''),(69848,1,1,72230,52,846479381,'2018-04-11 10:48:36',''),(69849,1,1,72231,52,846479381,'2018-04-11 10:48:37',''),(69850,1,1,72232,52,846479381,'2018-04-11 10:48:38',''),(69851,1,1,72233,52,846479381,'2018-04-11 10:48:40',''),(69852,1,1,72234,52,846479381,'2018-04-11 10:48:41',''),(69853,1,1,72235,52,846479381,'2018-04-11 10:48:42',''),(69854,1,1,72236,52,846479381,'2018-04-11 10:48:43',''),(69855,1,1,72237,52,846479381,'2018-04-11 10:48:44',''),(69856,1,1,72238,1,846479381,'2018-04-11 10:48:45',''),(69857,1,1,72239,1,846479381,'2018-04-11 10:48:46',''),(69858,1,1,72240,1,846479381,'2018-04-11 10:48:47',''),(69859,1,1,72241,1,846479381,'2018-04-11 10:48:48',''),(69860,1,1,72242,1,846479381,'2018-04-11 10:48:49',''),(69861,1,1,72243,1,846479381,'2018-04-11 10:48:50',''),(69862,1,1,72244,1,846479381,'2018-04-11 10:48:51',''),(69863,1,1,72245,1,846479381,'2018-04-11 10:48:52',''),(69864,1,1,72246,52,846479381,'2018-04-11 10:48:53',''),(69865,1,1,72247,52,846479381,'2018-04-11 10:48:54',''),(69866,1,1,72248,52,846479381,'2018-04-11 10:48:55',''),(69867,1,1,72249,52,846479381,'2018-04-11 10:48:56',''),(69868,1,1,72250,52,846479381,'2018-04-11 10:48:57',''),(69869,1,1,72251,52,846479381,'2018-04-11 10:48:59',''),(69870,1,1,72252,52,846479381,'2018-04-11 10:49:00',''),(69871,1,1,72253,52,846479381,'2018-04-11 10:49:01',''),(69872,1,1,72254,52,846479381,'2018-04-11 10:49:02',''),(69873,1,1,72255,52,846479381,'2018-04-11 10:49:03',''),(69874,1,1,72256,52,846479381,'2018-04-11 10:49:07',''),(69875,1,1,72257,52,846479381,'2018-04-11 10:49:08',''),(69876,1,1,72258,52,846479381,'2018-04-11 10:49:09',''),(69877,1,1,72259,52,846479381,'2018-04-11 10:49:10',''),(69878,1,1,72260,52,846479381,'2018-04-11 10:49:11',''),(69879,1,1,72261,52,846479381,'2018-04-11 10:49:12',''),(69880,1,1,72262,1,910375811,'2018-04-11 11:56:38',''),(69881,1,1,72263,1,3024883468,'2018-04-11 12:13:02',''),(69882,1,1,72264,1,3587046833,'2018-04-11 12:40:44','https://www.google.co.uk/'),(69883,1,1,72265,6,3112653479,'2018-04-11 13:17:52',''),(69884,1,1,72266,6,3112653479,'2018-04-11 13:17:55','http://jHVJMvDxfiMrqq9C'),(69885,1,1,72267,1,3024883613,'2018-04-11 13:19:40',''),(69886,1,1,72268,1,1653325369,'2018-04-11 13:58:55',''),(69887,1,1,72269,51,1653325369,'2018-04-11 13:58:56',''),(69888,1,1,72270,201,1653325369,'2018-04-11 13:58:57',''),(69889,1,1,72271,51,1653325369,'2018-04-11 13:58:58',''),(69890,1,1,72272,51,1653325369,'2018-04-11 13:58:59',''),(69891,1,1,72273,51,1653325369,'2018-04-11 13:59:00',''),(69892,1,1,72274,51,1653325369,'2018-04-11 13:59:02',''),(69893,1,1,72275,51,1653325369,'2018-04-11 13:59:03',''),(69894,1,1,72276,51,1653325369,'2018-04-11 13:59:04',''),(69895,1,1,72277,51,1653325369,'2018-04-11 13:59:05',''),(69896,1,1,72278,51,1653325369,'2018-04-11 13:59:06',''),(69897,1,1,72279,1,1653325369,'2018-04-11 13:59:07',''),(69898,1,1,72280,1,1653325369,'2018-04-11 13:59:08',''),(69899,1,1,72281,1,1653325369,'2018-04-11 13:59:09',''),(69900,1,1,72282,1,1653325369,'2018-04-11 13:59:10',''),(69901,1,1,72283,1,1653325369,'2018-04-11 13:59:11',''),(69902,1,1,72284,1,1653325369,'2018-04-11 13:59:12',''),(69903,1,1,72285,1,1653325369,'2018-04-11 13:59:12',''),(69904,1,1,72286,1,1653325369,'2018-04-11 13:59:13',''),(69905,1,1,72287,51,1653325369,'2018-04-11 13:59:14',''),(69906,1,1,72288,51,1653325369,'2018-04-11 13:59:15',''),(69907,1,1,72289,51,1653325369,'2018-04-11 13:59:16',''),(69908,1,1,72290,51,1653325369,'2018-04-11 13:59:18',''),(69909,1,1,72291,51,1653325369,'2018-04-11 13:59:19',''),(69910,1,1,72292,51,1653325369,'2018-04-11 13:59:20',''),(69911,1,1,72293,51,1653325369,'2018-04-11 13:59:21',''),(69912,1,1,72294,51,1653325369,'2018-04-11 13:59:23',''),(69913,1,1,72295,51,1653325369,'2018-04-11 13:59:24',''),(69914,1,1,72296,51,1653325369,'2018-04-11 13:59:25',''),(69915,1,1,72297,51,1653325369,'2018-04-11 13:59:28',''),(69916,1,1,72298,51,1653325369,'2018-04-11 13:59:29',''),(69917,1,1,72299,51,1653325369,'2018-04-11 13:59:31',''),(69918,1,1,72300,51,1653325369,'2018-04-11 13:59:32',''),(69919,1,1,72301,51,1653325369,'2018-04-11 13:59:33',''),(69920,1,1,72302,51,1653325369,'2018-04-11 13:59:34',''),(69921,1,1,72303,1,1476059258,'2018-04-11 14:46:16',''),(69922,1,1,72304,1,1476059258,'2018-04-11 14:46:19',''),(69923,1,1,72305,1,1123631188,'2018-04-11 14:53:05',''),(69924,1,1,72306,1,2169400956,'2018-04-11 18:01:09','http://109.203.124.10'),(69925,1,1,72307,1,1123631192,'2018-04-11 18:26:12',''),(69926,1,1,72308,1,1123631190,'2018-04-11 18:31:57',''),(69927,1,1,72309,1,3536933939,'2018-04-11 19:07:29',''),(69928,1,1,72310,202,3536933939,'2018-04-11 19:07:32',''),(69929,1,1,72311,1,3536933939,'2018-04-11 19:07:35',''),(69930,1,1,72312,14,3536933939,'2018-04-11 19:07:37',''),(69931,1,1,72313,14,3536933939,'2018-04-11 19:07:42',''),(69932,1,1,72314,1,1123631188,'2018-04-11 19:25:15',''),(69933,1,1,72315,1,2809320392,'2018-04-11 19:30:21',''),(69934,1,1,72316,1,2809320392,'2018-04-11 19:30:23',''),(69935,1,1,72317,1,2809320392,'2018-04-11 19:30:26',''),(69936,1,1,72318,1,2809320392,'2018-04-11 19:30:29',''),(69937,1,1,72319,1,2809320392,'2018-04-11 19:30:32',''),(69938,1,1,72320,1,2809320392,'2018-04-11 19:30:34',''),(69939,1,1,72321,1,2809320392,'2018-04-11 19:30:37',''),(69940,1,1,72322,1,2809320392,'2018-04-11 19:30:40',''),(69941,1,1,72323,1,35368926,'2018-04-11 19:48:10','https://www.google.co.uk/'),(69942,1,1,72324,1,3589864130,'2018-04-11 20:18:30',''),(69943,1,1,72325,1,3589864130,'2018-04-11 20:18:31',''),(69944,1,1,72326,1,3589864130,'2018-04-11 20:18:32',''),(69945,1,1,72327,1,3589864130,'2018-04-11 20:18:32',''),(69946,1,1,72328,6,1845026481,'2018-04-11 20:34:39',''),(69947,1,1,72329,6,1845026481,'2018-04-11 20:34:42','http://iwQMvToa4PuIrP2d'),(69948,1,1,72330,6,532213983,'2018-04-12 02:26:07',''),(69949,1,1,72331,6,532213983,'2018-04-12 02:26:08',''),(69950,1,1,72332,6,1844276816,'2018-04-12 03:35:57',''),(69951,1,1,72333,63,600099996,'2018-04-12 04:20:19',''),(69952,1,1,72334,1,600099996,'2018-04-12 04:20:20',''),(69953,1,1,72335,63,600099996,'2018-04-12 04:20:22',''),(69954,1,1,72336,1,3024883485,'2018-04-12 06:28:49',''),(69955,1,1,72337,1,3164961457,'2018-04-12 08:19:01',''),(69956,1,1,72338,15,908366863,'2018-04-12 08:19:28',''),(69957,1,1,72339,1,1838814113,'2018-04-12 09:13:00','http://www.google.com/'),(69958,1,1,72340,6,1845026481,'2018-04-12 10:26:54',''),(69959,1,1,72341,6,1845026481,'2018-04-12 10:26:57','http://fyiqNVWwOSzP4L2Y'),(69960,1,1,72342,70,3024883467,'2018-04-12 11:06:19',''),(69961,1,1,72343,1,878139038,'2018-04-12 14:00:47',''),(69962,1,1,72344,6,94653521,'2018-04-12 15:10:31',''),(69963,1,1,72345,6,94653521,'2018-04-12 15:10:34','http://q8nVQipb4pON9iOQ'),(69964,1,1,72346,6,1596955707,'2018-04-12 17:21:45',''),(69965,1,1,72347,6,1596955707,'2018-04-12 17:21:51','http://eTilMdp3SuOM0hEJ'),(69966,1,1,72348,1,2745959577,'2018-04-12 17:49:07',''),(69967,1,1,72349,1,874806702,'2018-04-12 19:08:58',''),(69968,1,1,72350,28,908367064,'2018-04-12 20:26:58',''),(69969,1,1,72351,6,84951105,'2018-04-12 20:56:59',''),(69970,1,1,72352,6,84951105,'2018-04-12 20:57:00','http://nBY6U4DETbWPg84j'),(69971,1,1,72353,6,2961006619,'2018-04-12 21:31:48',''),(69972,1,1,72354,6,2961006619,'2018-04-12 21:31:50','http://p6wUBN94ciHybuQb'),(69973,1,1,72355,69,1476059258,'2018-04-12 22:11:53',''),(69974,1,1,72356,70,1476059258,'2018-04-12 22:46:10',''),(69975,1,1,72357,1,676177696,'2018-04-12 22:59:50',''),(69976,1,1,72358,1,3024883594,'2018-04-13 00:16:52',''),(69977,1,1,72359,1,3024883597,'2018-04-13 00:16:54',''),(69978,1,1,72360,6,1844276816,'2018-04-13 00:19:31',''),(69979,1,1,72361,6,1844276816,'2018-04-13 00:19:34','http://qtzTBQxxsMcy5fSm'),(69980,1,1,72362,1,3024883481,'2018-04-13 02:33:15',''),(69981,1,1,72363,1,2954847599,'2018-04-13 02:39:35',''),(69982,1,1,72364,1,772034755,'2018-04-13 03:10:57',''),(69983,1,1,72365,6,84941101,'2018-04-13 04:54:24',''),(69984,1,1,72366,6,84941101,'2018-04-13 04:54:26','http://R7M9V8dFpGwbTMdC'),(69985,1,1,72367,1,918005066,'2018-04-13 05:47:56',''),(69986,1,1,72368,63,908366924,'2018-04-13 06:12:57',''),(69987,1,1,72369,6,3112653312,'2018-04-13 07:24:12',''),(69988,1,1,72370,6,3112653312,'2018-04-13 07:24:16','http://6eEYkyXLZOMguGBB'),(69989,1,1,69990,1,3259662842,'2018-04-13 07:31:13','https://www.google.co.uk/'),(69990,1,1,72371,1,1123631190,'2018-04-13 07:44:36',''),(69991,1,1,72372,1,3164961451,'2018-04-13 08:32:02',''),(69992,1,1,72373,1,1123638584,'2018-04-13 08:46:33',''),(69993,1,1,72374,1,1056753092,'2018-04-13 08:58:45','https://www.google.com/'),(69994,1,1,72375,1,1545313185,'2018-04-13 09:21:12','https://www.google.co.uk/'),(69995,1,1,72376,1,1545313185,'2018-04-13 09:21:14','https://www.google.co.uk/'),(69996,1,1,72377,27,1476059258,'2018-04-13 09:48:32',''),(69997,1,1,72378,1,3024883488,'2018-04-13 09:55:10',''),(69998,1,1,72379,1,2319758111,'2018-04-13 10:52:09',''),(69999,1,1,72380,1,2319758111,'2018-04-13 10:52:17',''),(70000,1,1,72381,6,3166382791,'2018-04-13 11:15:58',''),(70001,1,1,72382,6,3166382791,'2018-04-13 11:16:01','http://GyLqc55I7Iu1FDgt'),(70002,1,1,72376,1,1545313185,'2018-04-13 11:16:06','https://www.google.co.uk/'),(70003,1,1,72383,1,3024883598,'2018-04-13 11:21:17',''),(70004,1,1,72384,1,3024883477,'2018-04-13 11:54:37',''),(70005,1,1,72385,1,1523332661,'2018-04-13 11:55:57','https://www.google.co.uk/'),(70006,1,1,72386,1,1123631188,'2018-04-13 12:18:51',''),(70007,1,1,72387,1,2984941410,'2018-04-13 12:53:51',''),(70008,1,1,72388,43,2984941410,'2018-04-13 12:53:53',''),(70009,1,1,72389,30,2984941410,'2018-04-13 12:53:55',''),(70010,1,1,72390,43,2984941410,'2018-04-13 12:53:56',''),(70011,1,1,72391,43,2984941410,'2018-04-13 12:53:58',''),(70012,1,1,72392,43,2984941410,'2018-04-13 12:54:00',''),(70013,1,1,72393,43,2984941410,'2018-04-13 12:54:02',''),(70014,1,1,72394,43,2984941410,'2018-04-13 12:54:04',''),(70015,1,1,72395,43,2984941410,'2018-04-13 12:54:06',''),(70016,1,1,72396,43,2984941410,'2018-04-13 12:54:08',''),(70017,1,1,72397,43,2984941410,'2018-04-13 12:54:10',''),(70018,1,1,72398,1,2984941410,'2018-04-13 12:54:12',''),(70019,1,1,72399,1,2984941410,'2018-04-13 12:54:13',''),(70020,1,1,72400,1,2984941410,'2018-04-13 12:54:14',''),(70021,1,1,72401,1,2984941410,'2018-04-13 12:54:16',''),(70022,1,1,72402,1,2984941410,'2018-04-13 12:54:17',''),(70023,1,1,72403,1,2984941410,'2018-04-13 12:54:19',''),(70024,1,1,72404,1,2984941410,'2018-04-13 12:54:20',''),(70025,1,1,72405,1,2984941410,'2018-04-13 12:54:21',''),(70026,1,1,72406,43,2984941410,'2018-04-13 12:54:23',''),(70027,1,1,72407,43,2984941410,'2018-04-13 12:54:25',''),(70028,1,1,72408,43,2984941410,'2018-04-13 12:54:27',''),(70029,1,1,72409,43,2984941410,'2018-04-13 12:54:29',''),(70030,1,1,72410,43,2984941410,'2018-04-13 12:54:31',''),(70031,1,1,72411,43,2984941410,'2018-04-13 12:54:33',''),(70032,1,1,72412,43,2984941410,'2018-04-13 12:54:34',''),(70033,1,1,72413,43,2984941410,'2018-04-13 12:54:36',''),(70034,1,1,72414,43,2984941410,'2018-04-13 12:54:38',''),(70035,1,1,72415,43,2984941410,'2018-04-13 12:54:41',''),(70036,1,1,72416,43,2984941410,'2018-04-13 12:54:52',''),(70037,1,1,72417,43,2984941410,'2018-04-13 12:54:54',''),(70038,1,1,72418,43,2984941410,'2018-04-13 12:54:55',''),(70039,1,1,72419,43,2984941410,'2018-04-13 12:54:57',''),(70040,1,1,72420,43,2984941410,'2018-04-13 12:54:59',''),(70041,1,1,72421,43,2984941410,'2018-04-13 12:55:01',''),(70042,1,1,72422,15,2637637480,'2018-04-13 12:58:20',''),(70043,1,1,72423,31,908367086,'2018-04-13 13:10:21',''),(70044,1,1,72424,6,2961004497,'2018-04-13 13:39:38',''),(70045,1,1,72425,6,2961004497,'2018-04-13 13:39:44','http://zNHYQg5frcZ2YyJH'),(70046,1,1,72426,66,908367105,'2018-04-13 13:47:23',''),(70047,1,1,72427,1,1123631188,'2018-04-13 15:09:50',''),(70048,1,1,72428,1,3024883479,'2018-04-13 15:47:59',''),(70049,1,1,72429,1,3585395500,'2018-04-13 16:57:52',''),(70050,1,1,72430,1,2366148146,'2018-04-13 16:57:56',''),(70051,1,1,72431,6,3112512111,'2018-04-13 17:36:13',''),(70052,1,1,72432,6,3112512111,'2018-04-13 17:36:19','http://uBuSn0RrnM46CfYL'),(70053,1,1,72433,6,3166383884,'2018-04-13 18:51:41',''),(70054,1,1,72434,6,3166383884,'2018-04-13 18:51:42','http://snqd1JMaF8PGg7tz'),(70055,1,1,72435,63,600048349,'2018-04-13 19:06:09',''),(70056,1,1,72436,63,600048349,'2018-04-13 19:06:11',''),(70057,1,1,72437,1,600048349,'2018-04-13 19:06:12',''),(70058,1,1,72438,63,600048349,'2018-04-13 19:06:14',''),(70059,1,1,72439,1,3024883489,'2018-04-13 19:09:50',''),(70060,1,1,72440,75,2637637439,'2018-04-13 19:18:30',''),(70061,1,1,72441,43,2637637439,'2018-04-13 19:42:25',''),(70062,1,1,72442,54,1123631190,'2018-04-13 20:16:47',''),(70063,1,1,72443,69,621375800,'2018-04-13 23:40:37',''),(70064,1,1,72444,6,2961011176,'2018-04-13 23:41:17',''),(70065,1,1,72445,6,2961011176,'2018-04-13 23:41:21','http://eCRkZ6Bge5Ku1izw'),(70066,1,1,72446,1,3024883593,'2018-04-14 00:32:19',''),(70067,1,1,72447,1,1123631188,'2018-04-14 00:36:23',''),(70068,1,1,72448,63,676177676,'2018-04-14 04:10:13',''),(70069,1,1,72449,6,94805692,'2018-04-14 05:35:03',''),(70070,1,1,72450,6,94805692,'2018-04-14 05:35:05','http://PF3BAiKR5akhhW9s'),(70071,1,1,72451,1,1123631188,'2018-04-14 05:59:57',''),(70072,1,1,72452,1,910375811,'2018-04-14 09:03:39',''),(70073,1,1,72453,1,1464527156,'2018-04-14 09:23:45','https://www.google.co.uk/'),(70074,1,1,72454,1,3024883605,'2018-04-14 12:01:30',''),(70075,1,1,72455,43,3024883468,'2018-04-14 12:34:48',''),(70076,1,1,72456,1,2455372993,'2018-04-14 12:47:17','https://www.google.com/'),(70077,1,1,72457,1,1443174152,'2018-04-14 17:34:55','https://www.google.com/'),(70078,1,1,72458,6,94878685,'2018-04-14 18:23:17',''),(70079,1,1,72459,6,94878685,'2018-04-14 18:23:19','http://FvqorkBcYhI6RONR'),(70080,1,1,72460,1,3164961455,'2018-04-14 20:01:47',''),(70081,1,1,72461,1,1123631190,'2018-04-14 20:20:37',''),(70082,1,1,72462,72,2366148121,'2018-04-14 22:15:12',''),(70083,1,1,72463,1,1123631192,'2018-04-14 22:40:22',''),(70084,1,1,72464,1,1370067079,'2018-04-14 23:00:43',''),(70085,1,1,72465,55,1370067079,'2018-04-14 23:00:44',''),(70086,1,1,72466,203,1370067079,'2018-04-14 23:00:44',''),(70087,1,1,72467,55,1370067079,'2018-04-14 23:00:46',''),(70088,1,1,72468,55,1370067079,'2018-04-14 23:00:47',''),(70089,1,1,72469,55,1370067079,'2018-04-14 23:00:48',''),(70090,1,1,72470,55,1370067079,'2018-04-14 23:00:49',''),(70091,1,1,72471,55,1370067079,'2018-04-14 23:00:50',''),(70092,1,1,72472,55,1370067079,'2018-04-14 23:00:51',''),(70093,1,1,72473,55,1370067079,'2018-04-14 23:00:52',''),(70094,1,1,72474,55,1370067079,'2018-04-14 23:00:53',''),(70095,1,1,72475,1,1370067079,'2018-04-14 23:00:54',''),(70096,1,1,72476,1,1370067079,'2018-04-14 23:00:55',''),(70097,1,1,72477,1,1370067079,'2018-04-14 23:00:55',''),(70098,1,1,72478,1,1370067079,'2018-04-14 23:00:56',''),(70099,1,1,72479,1,1370067079,'2018-04-14 23:00:57',''),(70100,1,1,72480,1,1370067079,'2018-04-14 23:00:57',''),(70101,1,1,72481,1,1370067079,'2018-04-14 23:00:58',''),(70102,1,1,72482,1,1370067079,'2018-04-14 23:00:59',''),(70103,1,1,72483,55,1370067079,'2018-04-14 23:00:59',''),(70104,1,1,72484,55,1370067079,'2018-04-14 23:01:00',''),(70105,1,1,72485,55,1370067079,'2018-04-14 23:01:01',''),(70106,1,1,72486,55,1370067079,'2018-04-14 23:01:02',''),(70107,1,1,72487,55,1370067079,'2018-04-14 23:01:03',''),(70108,1,1,72488,55,1370067079,'2018-04-14 23:01:05',''),(70109,1,1,72489,55,1370067079,'2018-04-14 23:01:06',''),(70110,1,1,72490,55,1370067079,'2018-04-14 23:01:07',''),(70111,1,1,72491,55,1370067079,'2018-04-14 23:01:08',''),(70112,1,1,72492,55,1370067079,'2018-04-14 23:01:09',''),(70113,1,1,72493,55,1370067079,'2018-04-14 23:01:12',''),(70114,1,1,72494,55,1370067079,'2018-04-14 23:01:13',''),(70115,1,1,72495,55,1370067079,'2018-04-14 23:01:14',''),(70116,1,1,72496,55,1370067079,'2018-04-14 23:01:15',''),(70117,1,1,72497,55,1370067079,'2018-04-14 23:01:16',''),(70118,1,1,72498,55,1370067079,'2018-04-14 23:01:17',''),(70119,1,1,72499,1,1123631190,'2018-04-15 01:09:24',''),(70120,1,1,72501,1,2637637417,'2018-04-15 05:58:37',''),(70121,1,1,72502,71,3024883465,'2018-04-15 06:58:52',''),(70122,1,1,72503,6,94804087,'2018-04-15 08:24:15',''),(70123,1,1,72504,6,94804087,'2018-04-15 08:24:16','http://gs7kj8XztBY2yBj2'),(70124,1,1,72505,1,1123638582,'2018-04-15 09:32:41','https://www.google.co.uk/'),(70125,1,1,72506,1,3164961442,'2018-04-15 09:43:29',''),(70126,1,1,72507,43,3024883478,'2018-04-15 10:31:54',''),(70127,1,1,72508,43,2107792693,'2018-04-15 10:59:49',''),(70128,1,1,72509,1,2107792693,'2018-04-15 10:59:51',''),(70129,1,1,72510,43,2107792693,'2018-04-15 10:59:53',''),(70130,1,1,72511,1,1123631830,'2018-04-15 11:41:38',''),(70131,1,1,72512,1,2733759046,'2018-04-15 12:06:38',''),(70132,1,1,72513,47,2733759046,'2018-04-15 12:06:40',''),(70133,1,1,72514,204,2733759046,'2018-04-15 12:06:41',''),(70134,1,1,72515,47,2733759046,'2018-04-15 12:06:42',''),(70135,1,1,72516,47,2733759046,'2018-04-15 12:06:44',''),(70136,1,1,72517,47,2733759046,'2018-04-15 12:06:45',''),(70137,1,1,72518,47,2733759046,'2018-04-15 12:06:46',''),(70138,1,1,72519,47,2733759046,'2018-04-15 12:06:48',''),(70139,1,1,72520,47,2733759046,'2018-04-15 12:06:49',''),(70140,1,1,72521,47,2733759046,'2018-04-15 12:06:51',''),(70141,1,1,72522,47,2733759046,'2018-04-15 12:06:52',''),(70142,1,1,72523,1,2733759046,'2018-04-15 12:06:53',''),(70143,1,1,72524,1,2733759046,'2018-04-15 12:06:54',''),(70144,1,1,72525,1,2733759046,'2018-04-15 12:06:55',''),(70145,1,1,72526,1,2733759046,'2018-04-15 12:06:56',''),(70146,1,1,72527,1,2733759046,'2018-04-15 12:06:57',''),(70147,1,1,72528,1,2733759046,'2018-04-15 12:06:58',''),(70148,1,1,72529,1,2733759046,'2018-04-15 12:06:59',''),(70149,1,1,72530,1,2733759046,'2018-04-15 12:07:00',''),(70150,1,1,72531,47,2733759046,'2018-04-15 12:07:01',''),(70151,1,1,72532,47,2733759046,'2018-04-15 12:07:02',''),(70152,1,1,72533,47,2733759046,'2018-04-15 12:07:04',''),(70153,1,1,72534,47,2733759046,'2018-04-15 12:07:05',''),(70154,1,1,72535,47,2733759046,'2018-04-15 12:07:06',''),(70155,1,1,72536,47,2733759046,'2018-04-15 12:07:08',''),(70156,1,1,72537,47,2733759046,'2018-04-15 12:07:09',''),(70157,1,1,72538,47,2733759046,'2018-04-15 12:07:10',''),(70158,1,1,72539,47,2733759046,'2018-04-15 12:07:12',''),(70159,1,1,72540,47,2733759046,'2018-04-15 12:07:13',''),(70160,1,1,72541,47,2733759046,'2018-04-15 12:07:18',''),(70161,1,1,72542,47,2733759046,'2018-04-15 12:07:19',''),(70162,1,1,72543,47,2733759046,'2018-04-15 12:07:20',''),(70163,1,1,72544,47,2733759046,'2018-04-15 12:07:22',''),(70164,1,1,72545,47,2733759046,'2018-04-15 12:07:23',''),(70165,1,1,72546,47,2733759046,'2018-04-15 12:07:24',''),(70166,1,1,72547,1,1123631828,'2018-04-15 13:41:13',''),(70167,1,1,72549,43,2107792693,'2018-04-15 14:51:30',''),(70168,1,1,72550,1,2107792693,'2018-04-15 14:51:32',''),(70169,1,1,72551,43,2107792693,'2018-04-15 14:51:35',''),(70170,1,1,72552,48,676177853,'2018-04-15 15:38:36',''),(70171,1,1,72553,1,2960393466,'2018-04-15 15:59:10',''),(70172,1,1,72554,1,1334819354,'2018-04-15 16:06:07',''),(70173,1,1,72555,1,1334819354,'2018-04-15 16:06:14',''),(70174,1,1,72556,1,1334819354,'2018-04-15 16:06:19',''),(70175,1,1,72557,1,1334819354,'2018-04-15 16:06:23',''),(70176,1,1,72558,1,1334819354,'2018-04-15 16:06:31',''),(70177,1,1,72559,1,1334819354,'2018-04-15 16:06:35',''),(70178,1,1,72560,1,1334819354,'2018-04-15 16:06:41',''),(70179,1,1,72561,1,1334819354,'2018-04-15 16:06:47',''),(70180,1,1,72562,45,908366953,'2018-04-15 18:40:36',''),(70181,1,1,72563,6,94664756,'2018-04-15 18:44:49',''),(70182,1,1,72564,6,94664756,'2018-04-15 18:44:51','http://DB5MnjAQd8wJVyU4'),(70183,1,1,72565,43,3475901857,'2018-04-15 20:46:03',''),(70184,1,1,72566,1,2637637417,'2018-04-15 20:46:03',''),(70185,1,1,72567,43,3475901857,'2018-04-15 20:46:04',''),(70186,1,1,72568,16,3475901714,'2018-04-15 20:46:08',''),(70187,1,1,72569,43,3475901714,'2018-04-15 20:46:09',''),(70188,1,1,72570,57,676177853,'2018-04-15 20:46:16',''),(70189,1,1,72571,1,1123631830,'2018-04-15 20:54:14',''),(70190,1,1,72572,1,1123631190,'2018-04-15 21:19:04',''),(70191,1,1,72573,56,3475901714,'2018-04-15 22:13:51',''),(70192,1,1,72574,1,621375800,'2018-04-15 22:19:09',''),(70193,1,1,72575,1,3585395500,'2018-04-15 22:19:13',''),(70194,1,1,72576,1,1123631192,'2018-04-15 22:22:20',''),(70195,1,1,72577,1,3479603870,'2018-04-16 01:50:26',''),(70196,1,1,72578,1,2254809536,'2018-04-16 01:59:28',''),(70197,1,1,72579,1,2254809536,'2018-04-16 01:59:30',''),(70198,1,1,72580,1,2254809536,'2018-04-16 01:59:32',''),(70199,1,1,72581,1,2254809536,'2018-04-16 01:59:35',''),(70200,1,1,72582,1,2254809536,'2018-04-16 01:59:37',''),(70201,1,1,72583,1,2254809536,'2018-04-16 01:59:39',''),(70202,1,1,72584,1,2254809536,'2018-04-16 01:59:42',''),(70203,1,1,72585,1,2254809536,'2018-04-16 01:59:44',''),(70204,1,1,72586,1,2499537443,'2018-04-16 03:24:43',''),(70205,1,1,72587,1,3427775492,'2018-04-16 03:54:13',''),(70206,1,1,72588,1,1123631188,'2018-04-16 04:11:00',''),(70207,1,1,72589,1,676695033,'2018-04-16 04:13:35',''),(70208,1,1,72590,54,3024883487,'2018-04-16 04:23:55',''),(70209,1,1,72591,1,708035625,'2018-04-16 06:36:22',''),(70210,1,1,72592,1,708035636,'2018-04-16 06:36:24',''),(70211,1,1,72593,6,1123631188,'2018-04-16 06:55:08',''),(70212,1,1,72594,43,3427775511,'2018-04-16 08:25:46',''),(70213,1,1,72595,1,3164961451,'2018-04-16 09:19:43',''),(70214,1,1,72596,1,3024883606,'2018-04-16 09:35:08',''),(70215,1,1,72597,1,3024883593,'2018-04-16 09:35:11',''),(70216,1,1,72598,1,875952545,'2018-04-16 10:08:24',''),(70217,1,1,72599,57,3475901751,'2018-04-16 10:32:44',''),(70218,1,1,72600,1,3479603870,'2018-04-16 11:43:46',''),(70219,1,1,72601,1,1483295296,'2018-04-16 13:53:45','https://www.google.co.uk/'),(70220,1,1,72602,1,1041806727,'2018-04-16 13:54:16',''),(70221,1,1,72603,1,624548595,'2018-04-16 14:36:13',''),(70222,1,1,72604,1,1443408886,'2018-04-16 15:10:15','https://www.google.co.uk/'),(70223,1,1,72605,1,1123631190,'2018-04-16 16:04:34',''),(70224,1,1,72606,1,2548054931,'2018-04-16 16:32:32','https://www.google.co.uk/'),(70225,1,1,72607,16,3585395461,'2018-04-16 17:02:09',''),(70226,1,1,72608,16,621375800,'2018-04-16 17:03:50',''),(70227,1,1,72609,1,3024883487,'2018-04-16 17:52:29',''),(70228,1,1,72610,6,2323646811,'2018-04-16 18:28:15',''),(70229,1,1,72611,1,875943665,'2018-04-16 22:31:39',''),(70230,1,1,72612,1,2214402375,'2018-04-17 02:26:09',''),(70231,1,1,72613,1,3512712830,'2018-04-17 02:58:36',''),(70232,1,1,72614,1,3024883474,'2018-04-17 03:26:00',''),(70233,1,1,72615,69,908367026,'2018-04-17 04:14:40',''),(70234,1,1,72616,1,910375811,'2018-04-17 04:24:16',''),(70235,1,1,72617,62,2366148146,'2018-04-17 05:31:47',''),(70236,1,1,72618,1,1123631188,'2018-04-17 06:17:38',''),(70237,1,1,72619,6,1123631190,'2018-04-17 07:39:20',''),(70238,1,1,72620,1,3024883596,'2018-04-17 08:16:59',''),(70239,1,1,72621,1,1123631188,'2018-04-17 08:48:10',''),(70240,1,1,72622,1,3164961451,'2018-04-17 09:15:17',''),(70241,1,1,72623,67,1540436758,'2018-04-17 10:48:12',''),(70242,1,1,72624,1,3253775402,'2018-04-17 11:18:18','https://www.google.co.uk/'),(70243,1,1,72625,1,1123631190,'2018-04-17 12:50:20',''),(70244,1,1,72626,1,2916409646,'2018-04-17 14:00:21',''),(70245,1,1,72627,6,2916409646,'2018-04-17 14:01:36',''),(70246,1,1,72628,18,2916409646,'2018-04-17 14:03:13',''),(70247,1,1,72629,3,2916409646,'2018-04-17 14:04:47',''),(70248,1,1,72630,9,2916409646,'2018-04-17 14:06:41',''),(70249,1,1,72631,43,2916409646,'2018-04-17 14:08:32',''),(70250,1,1,72632,45,2916409646,'2018-04-17 14:10:20',''),(70251,1,1,72633,57,2916409646,'2018-04-17 14:12:08',''),(70252,1,1,72634,28,2916409646,'2018-04-17 14:13:55',''),(70253,1,1,72635,50,2916409646,'2018-04-17 14:15:34',''),(70254,1,1,72636,51,2916409646,'2018-04-17 14:17:08',''),(70255,1,1,72637,26,2916409646,'2018-04-17 14:18:39',''),(70256,1,1,72638,6,1596955707,'2018-04-17 14:54:13',''),(70257,1,1,72639,6,1596955707,'2018-04-17 14:54:15','http://cv09yyjAIVuolAGt'),(70258,1,1,72640,47,908367031,'2018-04-17 16:29:56',''),(70259,1,1,72641,1,918005066,'2018-04-17 16:38:11',''),(70260,1,1,72642,1,1123631188,'2018-04-17 17:06:12',''),(70261,1,1,72643,1,3475901909,'2018-04-17 17:08:31',''),(70262,1,1,72644,1,3024883618,'2018-04-17 18:31:56',''),(70263,1,1,72645,1,1476059258,'2018-04-17 19:10:22',''),(70264,1,1,72646,1,1476059258,'2018-04-17 19:10:26',''),(70265,1,1,72647,1,2745959577,'2018-04-17 20:10:01',''),(70266,1,1,72648,16,3024883463,'2018-04-17 21:02:42',''),(70267,1,1,72649,6,3562253295,'2018-04-17 21:16:12',''),(70268,1,1,72650,1,3475901863,'2018-04-17 22:12:34',''),(70269,1,1,72651,43,2637637407,'2018-04-17 22:12:43',''),(70270,1,1,72652,43,2637637407,'2018-04-17 22:12:45',''),(70271,1,1,72653,1,911559293,'2018-04-17 22:39:14',''),(70272,1,1,72654,6,2954838202,'2018-04-17 23:41:57',''),(70273,1,1,72655,6,1571455329,'2018-04-18 00:29:25',''),(70274,1,1,72656,1,1123631192,'2018-04-18 00:50:31',''),(70275,1,1,72657,1,3024883490,'2018-04-18 01:08:00',''),(70276,1,1,72658,1,1123631188,'2018-04-18 01:23:57',''),(70277,1,1,72659,1,1123631188,'2018-04-18 02:37:14',''),(70278,1,1,72660,1,3024883616,'2018-04-18 04:10:16',''),(70279,1,1,72661,1,1123631188,'2018-04-18 04:57:25',''),(70280,1,1,72662,47,3024883596,'2018-04-18 05:16:55',''),(70281,1,1,72663,1,1123631188,'2018-04-18 06:13:52',''),(70282,1,1,72664,67,908367128,'2018-04-18 08:46:00',''),(70283,1,1,72665,1,3164961457,'2018-04-18 08:53:46',''),(70284,1,1,72666,6,3115146880,'2018-04-18 10:18:43',''),(70285,1,1,72667,6,3115146880,'2018-04-18 10:18:47','http://meDu5RuHoL5Ap3XN'),(70286,1,1,72668,1,1383199762,'2018-04-18 11:14:18','https://www.bing.com/'),(70287,1,1,72669,56,1585594960,'2018-04-18 12:59:58',''),(70288,1,1,72670,55,1585594960,'2018-04-18 13:00:01',''),(70289,1,1,72671,65,1585594960,'2018-04-18 13:00:05',''),(70290,1,1,72672,58,621375800,'2018-04-18 13:03:54',''),(70291,1,1,72673,1,3488912746,'2018-04-18 15:01:03',''),(70292,1,1,72674,1,3512706180,'2018-04-18 16:14:33',''),(70293,1,1,72675,1,3024883596,'2018-04-18 16:40:10',''),(70294,1,1,72676,1,84513002,'2018-04-18 17:03:13',''),(70295,1,1,72677,74,908366980,'2018-04-18 18:20:03',''),(70296,1,1,72678,1,1123631190,'2018-04-18 18:28:13',''),(70297,1,1,72679,43,3475901727,'2018-04-18 18:46:52',''),(70298,1,1,72680,15,676177703,'2018-04-18 18:58:07',''),(70299,1,1,72681,46,676177703,'2018-04-18 18:58:07',''),(70300,1,1,72682,59,3475901727,'2018-04-18 18:58:19',''),(70301,1,1,72683,16,3475901727,'2018-04-18 18:58:21',''),(70302,1,1,72684,66,1332849753,'2018-04-18 20:12:33','https://www.google.ro/'),(70303,1,1,72685,16,621375800,'2018-04-18 20:49:17',''),(70304,1,1,72686,49,3024883608,'2018-04-18 21:44:17',''),(70305,1,1,72687,16,3024883605,'2018-04-18 23:03:31',''),(70306,1,1,72688,1,2499491014,'2018-04-18 23:35:28',''),(70307,1,1,72689,1,2499491014,'2018-04-18 23:35:30',''),(70308,1,1,72690,1,2499491014,'2018-04-18 23:35:33',''),(70309,1,1,72691,1,2499491014,'2018-04-18 23:35:38',''),(70310,1,1,72692,1,2499491014,'2018-04-18 23:35:40',''),(70311,1,1,72693,1,2499491014,'2018-04-18 23:39:43',''),(70312,1,1,72694,1,2499491014,'2018-04-18 23:39:45',''),(70313,1,1,72695,1,2499491014,'2018-04-18 23:39:47',''),(70314,1,1,72696,1,3024883594,'2018-04-19 01:50:19',''),(70315,1,1,72697,41,908367002,'2018-04-19 02:40:36',''),(70316,1,1,72698,1,1123631188,'2018-04-19 04:00:41',''),(70317,1,1,72699,3,2996303278,'2018-04-19 04:44:22',''),(70318,1,1,72700,26,2996303278,'2018-04-19 04:44:27',''),(70319,1,1,72701,26,2996303278,'2018-04-19 04:44:33',''),(70320,1,1,72702,26,2996303278,'2018-04-19 04:44:43',''),(70321,1,1,72703,26,2996303278,'2018-04-19 04:44:48',''),(70322,1,1,72704,26,2996303278,'2018-04-19 04:44:54',''),(70323,1,1,72705,26,2996303278,'2018-04-19 04:44:58',''),(70324,1,1,72706,42,2996303278,'2018-04-19 04:45:01',''),(70325,1,1,72707,43,2996303278,'2018-04-19 04:45:06',''),(70326,1,1,72708,16,2996303278,'2018-04-19 04:45:11',''),(70327,1,1,72709,27,2996303278,'2018-04-19 04:45:16',''),(70328,1,1,72710,44,2996303278,'2018-04-19 04:45:20',''),(70329,1,1,72711,49,2996303278,'2018-04-19 04:45:25',''),(70330,1,1,72712,75,2996303278,'2018-04-19 04:45:32',''),(70331,1,1,72713,10,2996303278,'2018-04-19 04:45:40',''),(70332,1,1,72714,1,84513002,'2018-04-19 04:57:04',''),(70333,1,1,72715,1,3024883607,'2018-04-19 05:10:14',''),(70334,1,1,72716,1,916008754,'2018-04-19 05:19:04',''),(70335,1,1,72717,1,1123631188,'2018-04-19 05:54:22',''),(70336,1,1,72718,1,1123631192,'2018-04-19 07:12:31',''),(70337,1,1,72719,1,3164961455,'2018-04-19 09:12:21',''),(70338,1,1,72720,1,1367904708,'2018-04-19 10:14:45','https://www.google.co.uk/'),(70339,1,1,72721,1,2783005796,'2018-04-19 10:26:13',''),(70340,1,1,72722,26,1534686280,'2018-04-19 10:45:32',''),(70341,1,1,72723,1,3587046901,'2018-04-19 12:16:18','https://www.google.co.uk/'),(70342,1,1,72724,64,908367047,'2018-04-19 15:19:17',''),(70343,1,1,72725,1,1123631190,'2018-04-19 17:57:05',''),(70344,1,1,72726,43,2655375145,'2018-04-19 18:40:26',''),(70345,1,1,72727,1,2655375145,'2018-04-19 18:40:47',''),(70346,1,1,72728,43,2655375145,'2018-04-19 18:41:03',''),(70347,1,1,72729,1,3024883594,'2018-04-19 22:45:57',''),(70348,1,1,72730,6,3112512099,'2018-04-19 23:11:37',''),(70349,1,1,72731,6,3112512099,'2018-04-19 23:11:40','http://tHdCHJGouVww2TaO'),(70350,1,1,72732,1,910375811,'2018-04-20 00:06:27',''),(70351,1,1,72733,46,3024883480,'2018-04-20 00:11:53',''),(70352,1,1,72734,14,3024883604,'2018-04-20 00:45:12',''),(70353,1,1,72735,1,3284753142,'2018-04-20 01:34:54',''),(70354,1,1,72736,1,1123631192,'2018-04-20 02:22:35',''),(70355,1,1,72737,1,794409230,'2018-04-20 02:35:50',''),(70356,1,1,72738,1,794409230,'2018-04-20 02:35:51',''),(70357,1,1,72739,1,794409230,'2018-04-20 02:35:52',''),(70358,1,1,72740,1,794409230,'2018-04-20 02:35:53',''),(70359,1,1,72741,1,676177836,'2018-04-20 02:38:53',''),(70360,1,1,72743,28,621375800,'2018-04-20 02:57:31',''),(70361,1,1,72744,68,1123631190,'2018-04-20 04:20:54',''),(70362,1,1,72745,1,2169400956,'2018-04-20 05:46:33','http://109.203.124.10'),(70363,1,1,72746,1,1123631192,'2018-04-20 05:52:09',''),(70364,1,1,72747,1,2996488238,'2018-04-20 06:10:17',''),(70365,1,1,72748,1,1476059258,'2018-04-20 06:10:21',''),(70366,1,1,72749,6,1571455683,'2018-04-20 07:02:48',''),(70367,1,1,72750,68,1123631192,'2018-04-20 07:08:35',''),(70368,1,1,72751,1,1454466868,'2018-04-20 08:43:27','https://www.google.com/'),(70369,1,1,72752,1,1123631188,'2018-04-20 08:44:45',''),(70370,1,1,72753,26,2655386800,'2018-04-20 08:45:32',''),(70371,1,1,72754,26,2655386800,'2018-04-20 08:45:35',''),(70372,1,1,72755,26,2655386800,'2018-04-20 08:45:38',''),(70373,1,1,72756,15,2655386800,'2018-04-20 08:45:42',''),(70374,1,1,72757,1,2655386800,'2018-04-20 08:45:44',''),(70375,1,1,72758,1,2655386800,'2018-04-20 08:45:47',''),(70376,1,1,72759,1,3164961458,'2018-04-20 08:50:54',''),(70377,1,1,72760,56,3475901721,'2018-04-20 09:10:47',''),(70378,1,1,72761,1,527126791,'2018-04-20 09:33:49','https://www.google.co.uk/'),(70379,1,1,72762,68,1123631192,'2018-04-20 09:53:40',''),(70380,1,1,72763,1,2954886977,'2018-04-20 10:18:06',''),(70381,1,1,72764,1,916028277,'2018-04-20 11:15:58',''),(70382,1,1,72765,6,3024883618,'2018-04-20 12:11:43',''),(70383,1,1,72766,68,1123631188,'2018-04-20 12:15:06',''),(70384,1,1,72767,3,908366879,'2018-04-20 12:21:53',''),(70385,1,1,72768,1,3024883466,'2018-04-20 12:45:03',''),(70386,1,1,72769,43,2461659429,'2018-04-20 13:52:14',''),(70387,1,1,72770,43,2461659429,'2018-04-20 13:52:16',''),(70388,1,1,72771,43,2461659429,'2018-04-20 13:52:17',''),(70389,1,1,72772,43,2461659429,'2018-04-20 13:52:17',''),(70390,1,1,72773,43,2461659429,'2018-04-20 13:52:18',''),(70391,1,1,72774,43,2461659429,'2018-04-20 13:52:19',''),(70392,1,1,72775,43,2461659429,'2018-04-20 13:52:21',''),(70393,1,1,72776,1,2461659429,'2018-04-20 13:52:22',''),(70394,1,1,72777,1,2461659429,'2018-04-20 13:52:23',''),(70395,1,1,72778,43,2461659429,'2018-04-20 13:52:24',''),(70396,1,1,72779,43,2461659429,'2018-04-20 13:52:25',''),(70397,1,1,72780,43,2461659429,'2018-04-20 13:52:26',''),(70398,1,1,72781,43,2461659429,'2018-04-20 13:52:28',''),(70399,1,1,72782,1,1123631192,'2018-04-20 13:55:49',''),(70400,1,1,72783,23,3105688418,'2018-04-20 14:00:49',''),(70401,1,1,72784,23,3105688418,'2018-04-20 14:00:50',''),(70402,1,1,72785,1,3105688418,'2018-04-20 14:00:52',''),(70403,1,1,72786,23,3105688418,'2018-04-20 14:00:53',''),(70404,1,1,72787,50,3273031620,'2018-04-20 14:04:00',''),(70405,1,1,72788,28,1489377203,'2018-04-20 14:04:33',''),(70406,1,1,72789,50,1489377203,'2018-04-20 14:04:36',''),(70407,1,1,72790,51,1489377203,'2018-04-20 14:04:38',''),(70408,1,1,72791,69,1489377203,'2018-04-20 14:04:40',''),(70409,1,1,72792,1,2328195028,'2018-04-20 15:11:46',''),(70410,1,1,72793,1,2328195028,'2018-04-20 15:12:02',''),(70411,1,1,72794,1,2328195028,'2018-04-20 15:12:19',''),(70412,1,1,72795,26,2328195028,'2018-04-20 15:12:20',''),(70413,1,1,72796,26,2328195028,'2018-04-20 15:12:20',''),(70414,1,1,72797,18,2328195028,'2018-04-20 15:12:21',''),(70415,1,1,72799,3,2328195028,'2018-04-20 15:12:21',''),(70416,1,1,72798,1,2328195028,'2018-04-20 15:12:21',''),(70417,1,1,72800,43,2328195028,'2018-04-20 15:12:21',''),(70418,1,1,72801,45,2328195028,'2018-04-20 15:12:21',''),(70419,1,1,72802,9,2328195028,'2018-04-20 15:12:21',''),(70420,1,1,72803,57,2328195028,'2018-04-20 15:12:21',''),(70421,1,1,72804,28,2328195028,'2018-04-20 15:12:22',''),(70422,1,1,72805,50,2328195028,'2018-04-20 15:12:22',''),(70423,1,1,72806,26,2328195028,'2018-04-20 15:12:22',''),(70424,1,1,72808,51,2328195028,'2018-04-20 15:12:22',''),(70425,1,1,72807,26,2328195028,'2018-04-20 15:12:22',''),(70426,1,1,72809,56,2328195028,'2018-04-20 15:12:23',''),(70427,1,1,72810,26,2328195028,'2018-04-20 15:12:23',''),(70428,1,1,72811,55,2328195028,'2018-04-20 15:12:23',''),(70429,1,1,72812,26,2328195028,'2018-04-20 15:12:23',''),(70430,1,1,72813,62,2328195028,'2018-04-20 15:12:23',''),(70431,1,1,72814,1,3024883482,'2018-04-20 15:36:20',''),(70432,1,1,72815,10,908367059,'2018-04-20 15:52:17',''),(70433,1,1,72816,49,908367134,'2018-04-20 17:29:33',''),(70434,1,1,72817,43,1854510252,'2018-04-20 17:54:13',''),(70435,1,1,72818,1,1854510252,'2018-04-20 17:54:16',''),(70436,1,1,72819,43,1854510252,'2018-04-20 17:54:19',''),(70437,1,1,72820,1,3024883490,'2018-04-20 18:22:29',''),(70438,1,1,72821,59,2637637588,'2018-04-20 18:56:16',''),(70439,1,1,72822,63,3475901876,'2018-04-20 18:56:17',''),(70440,1,1,72823,16,2637637588,'2018-04-20 18:56:17',''),(70441,1,1,72824,56,2637637510,'2018-04-20 18:56:21',''),(70442,1,1,72825,15,676177670,'2018-04-20 18:56:26',''),(70443,1,1,72826,46,676177670,'2018-04-20 18:56:27',''),(70444,1,1,72827,43,1854510252,'2018-04-20 19:08:38',''),(70445,1,1,72828,1,1854510252,'2018-04-20 19:08:42',''),(70446,1,1,72829,43,1854510252,'2018-04-20 19:08:45',''),(70447,1,1,72830,43,3024883615,'2018-04-20 21:09:29',''),(70448,1,1,72831,1,1123631188,'2018-04-20 21:28:04',''),(70449,1,1,72832,56,1476059258,'2018-04-20 21:30:44',''),(70450,1,1,72833,43,600143782,'2018-04-20 22:33:34',''),(70451,1,1,72834,1,600143782,'2018-04-20 22:33:36',''),(70452,1,1,72835,43,600143782,'2018-04-20 22:33:37',''),(70453,1,1,72836,43,600143782,'2018-04-20 22:33:42',''),(70454,1,1,72837,23,3105688418,'2018-04-21 01:50:54',''),(70455,1,1,72838,23,3105688418,'2018-04-21 01:50:55',''),(70456,1,1,72839,1,3105688418,'2018-04-21 01:50:56',''),(70457,1,1,72840,23,3105688418,'2018-04-21 01:50:58',''),(70458,1,1,72841,1,2420942291,'2018-04-21 03:49:18',''),(70459,1,1,72842,1,1123633939,'2018-04-21 04:13:04',''),(70460,1,1,72843,56,2366148146,'2018-04-21 04:43:32',''),(70461,1,1,72844,49,908367159,'2018-04-21 04:49:51',''),(70462,1,1,72845,1,1123633939,'2018-04-21 04:55:55',''),(70463,1,1,72846,1,1474564689,'2018-04-21 05:21:59','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1764.FfLT6kEiUhc-s-41aLUjhogmrjO48lWW0IFUHjmwtG5beYpBVVGaoNMV_MkfIZ0A.5940807189896b4d1b7d57459fe9750e15c6049a&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0Y'),(70464,1,1,72847,1,1123633937,'2018-04-21 06:10:56',''),(70465,1,1,72848,70,585813847,'2018-04-21 06:31:48','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1763.Z29QoPj92IXrEj8s4qfjKns8aHqCwaJO_M5FCVPuuxk.d02e29242fc57e36ba9b46a15820884d5706e33f&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(70466,1,1,72849,70,2335963527,'2018-04-21 06:42:56','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1763.M9RGknYrKdbMt5F_Nv9jZ_RchA8reKrE-BM5CxEfe54.25a4f85ea45bf1a1e745f2d8d540724c4770a32b&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(70467,1,1,72850,10,908366894,'2018-04-21 07:07:36',''),(70468,1,1,72851,1,1123633939,'2018-04-21 07:17:23',''),(70469,1,1,72852,1,1534678664,'2018-04-21 07:22:43',''),(70470,1,1,72853,1,1482879838,'2018-04-21 07:28:33','https://www.google.co.uk/'),(70471,1,1,72854,6,3115146283,'2018-04-21 07:47:57',''),(70472,1,1,72855,1,1123633937,'2018-04-21 08:09:00',''),(70473,1,1,72856,1,40076064,'2018-04-21 08:16:50','https://results.searchlock.com/'),(70474,1,1,72857,1,3024883470,'2018-04-21 08:20:14',''),(70475,1,1,72858,1,1523139622,'2018-04-21 08:21:43',''),(70476,1,1,72859,1,3164961454,'2018-04-21 08:52:57',''),(70477,1,1,72860,1,3024883466,'2018-04-21 09:10:13',''),(70478,1,1,72861,1,3118500159,'2018-04-21 10:39:56',''),(70479,1,1,72862,50,3118500159,'2018-04-21 10:39:57',''),(70480,1,1,72863,205,3118500159,'2018-04-21 10:39:58',''),(70481,1,1,72864,50,3118500159,'2018-04-21 10:39:58',''),(70482,1,1,72865,50,3118500159,'2018-04-21 10:39:59',''),(70483,1,1,72866,50,3118500159,'2018-04-21 10:40:00',''),(70484,1,1,72867,50,3118500159,'2018-04-21 10:40:01',''),(70485,1,1,72868,50,3118500159,'2018-04-21 10:40:02',''),(70486,1,1,72869,50,3118500159,'2018-04-21 10:40:03',''),(70487,1,1,72870,50,3118500159,'2018-04-21 10:40:04',''),(70488,1,1,72871,50,3118500159,'2018-04-21 10:40:05',''),(70489,1,1,72872,1,3118500159,'2018-04-21 10:40:06',''),(70490,1,1,72873,1,3118500159,'2018-04-21 10:40:06',''),(70491,1,1,72874,1,3118500159,'2018-04-21 10:40:07',''),(70492,1,1,72875,1,3118500162,'2018-04-21 10:40:07',''),(70493,1,1,72876,1,3118500159,'2018-04-21 10:40:08',''),(70494,1,1,72877,1,3118500159,'2018-04-21 10:40:09',''),(70495,1,1,72878,1,3118500159,'2018-04-21 10:40:09',''),(70496,1,1,72879,1,3118500159,'2018-04-21 10:40:10',''),(70497,1,1,72880,50,3118500159,'2018-04-21 10:40:10',''),(70498,1,1,72881,50,3118500159,'2018-04-21 10:40:11',''),(70499,1,1,72882,50,3118500159,'2018-04-21 10:40:12',''),(70500,1,1,72883,50,3118500159,'2018-04-21 10:40:13',''),(70501,1,1,72884,50,3118500159,'2018-04-21 10:40:14',''),(70502,1,1,72885,50,3118500150,'2018-04-21 10:40:15',''),(70503,1,1,72886,50,3118500159,'2018-04-21 10:40:16',''),(70504,1,1,72887,50,3118500159,'2018-04-21 10:40:17',''),(70505,1,1,72888,50,3118500159,'2018-04-21 10:40:18',''),(70506,1,1,72889,50,3118500159,'2018-04-21 10:40:19',''),(70507,1,1,72890,50,3118500159,'2018-04-21 10:40:21',''),(70508,1,1,72891,50,3118500159,'2018-04-21 10:40:22',''),(70509,1,1,72892,50,3118500163,'2018-04-21 10:40:23',''),(70510,1,1,72893,50,3118500159,'2018-04-21 10:40:24',''),(70511,1,1,72894,50,3118500159,'2018-04-21 10:40:25',''),(70512,1,1,72895,50,3118500159,'2018-04-21 10:40:26',''),(70513,1,1,72896,68,3281708770,'2018-04-21 10:46:11',''),(70514,1,1,72897,1,1123633938,'2018-04-21 11:43:40',''),(70515,1,1,72898,1,3098441314,'2018-04-21 11:50:52',''),(70516,1,1,72899,1,3024883467,'2018-04-21 12:00:35',''),(70517,1,1,72900,1,3024883593,'2018-04-21 12:00:38',''),(70518,1,1,72901,1,3024883599,'2018-04-21 12:33:57',''),(70519,1,1,72902,1,1585583190,'2018-04-21 12:53:32',''),(70520,1,1,72903,1,3024883471,'2018-04-21 13:07:16',''),(70521,1,1,72904,1,3024883594,'2018-04-21 14:13:56',''),(70522,1,1,72905,54,3475901876,'2018-04-21 14:21:26',''),(70523,1,1,72906,1,3024883465,'2018-04-21 15:28:31',''),(70524,1,1,72907,3,908367060,'2018-04-21 16:00:02',''),(70525,1,1,72908,1,676177672,'2018-04-21 16:46:01',''),(70526,1,1,72909,1,1123633937,'2018-04-21 17:58:36',''),(70527,1,1,72910,1,3024883600,'2018-04-21 19:38:46',''),(70528,1,1,72911,1,2328194920,'2018-04-21 19:55:07',''),(70529,1,1,72912,1,1729898269,'2018-04-21 20:16:54',''),(70530,1,1,72913,54,1729898269,'2018-04-21 20:16:56',''),(70531,1,1,72914,206,1729898269,'2018-04-21 20:16:58',''),(70532,1,1,72915,54,1729898269,'2018-04-21 20:17:00',''),(70533,1,1,72916,54,1729898269,'2018-04-21 20:17:02',''),(70534,1,1,72917,54,1729898269,'2018-04-21 20:17:05',''),(70535,1,1,72918,54,1729898269,'2018-04-21 20:17:07',''),(70536,1,1,72919,54,1729898269,'2018-04-21 20:17:09',''),(70537,1,1,72920,1,1123633938,'2018-04-21 20:17:10',''),(70538,1,1,72921,54,1729898269,'2018-04-21 20:17:11',''),(70539,1,1,72922,54,1729898269,'2018-04-21 20:17:13',''),(70540,1,1,72923,54,1729898269,'2018-04-21 20:17:15',''),(70541,1,1,72924,1,1729898269,'2018-04-21 20:17:17',''),(70542,1,1,72925,1,1729898269,'2018-04-21 20:17:19',''),(70543,1,1,72926,1,1729898269,'2018-04-21 20:17:21',''),(70544,1,1,72927,1,1729898269,'2018-04-21 20:17:22',''),(70545,1,1,72928,1,1729898269,'2018-04-21 20:17:24',''),(70546,1,1,72929,1,1729898269,'2018-04-21 20:17:26',''),(70547,1,1,72930,1,1729898269,'2018-04-21 20:17:28',''),(70548,1,1,72931,1,1729898269,'2018-04-21 20:17:29',''),(70549,1,1,72932,54,1729898269,'2018-04-21 20:17:31',''),(70550,1,1,72933,54,1729898269,'2018-04-21 20:17:34',''),(70551,1,1,72934,54,1729898269,'2018-04-21 20:17:36',''),(70552,1,1,72935,54,1729898269,'2018-04-21 20:17:38',''),(70553,1,1,72936,54,1729898269,'2018-04-21 20:17:40',''),(70554,1,1,72937,54,1729898269,'2018-04-21 20:17:42',''),(70555,1,1,72938,54,1729898269,'2018-04-21 20:17:44',''),(70556,1,1,72939,54,1729898269,'2018-04-21 20:17:47',''),(70557,1,1,72940,54,1729898269,'2018-04-21 20:17:49',''),(70558,1,1,72941,54,1729898269,'2018-04-21 20:17:51',''),(70559,1,1,72942,54,1729898269,'2018-04-21 20:17:59',''),(70560,1,1,72943,54,1729898269,'2018-04-21 20:18:01',''),(70561,1,1,72944,54,1729898269,'2018-04-21 20:18:03',''),(70562,1,1,72945,54,1729898269,'2018-04-21 20:18:05',''),(70563,1,1,72946,54,1729898269,'2018-04-21 20:18:07',''),(70564,1,1,72947,54,1729898269,'2018-04-21 20:18:09',''),(70565,1,1,72948,1,3024883473,'2018-04-21 20:45:25',''),(70566,1,1,72949,1,1123633939,'2018-04-21 20:45:42',''),(70567,1,1,72950,1,3326602527,'2018-04-21 20:53:47',''),(70568,1,1,72951,23,3326602527,'2018-04-21 20:53:47',''),(70569,1,1,72952,23,3326602527,'2018-04-21 20:53:48',''),(70570,1,1,72953,23,3326602527,'2018-04-21 20:53:49',''),(70571,1,1,72954,23,3326602527,'2018-04-21 20:53:50',''),(70572,1,1,72955,23,3326602527,'2018-04-21 20:53:51',''),(70573,1,1,72956,23,3326602527,'2018-04-21 20:53:52',''),(70574,1,1,72957,23,3326602527,'2018-04-21 20:53:53',''),(70575,1,1,72958,23,3326602527,'2018-04-21 20:53:54',''),(70576,1,1,72959,23,3326602527,'2018-04-21 20:53:55',''),(70577,1,1,72960,23,3326602527,'2018-04-21 20:53:56',''),(70578,1,1,72961,1,3326602527,'2018-04-21 20:53:57',''),(70579,1,1,72962,1,3326602527,'2018-04-21 20:53:58',''),(70580,1,1,72963,1,3326602527,'2018-04-21 20:53:59',''),(70581,1,1,72964,1,3326602527,'2018-04-21 20:54:00',''),(70582,1,1,72965,1,3326602527,'2018-04-21 20:54:01',''),(70583,1,1,72966,1,3326602527,'2018-04-21 20:54:02',''),(70584,1,1,72967,1,3326602527,'2018-04-21 20:54:03',''),(70585,1,1,72968,1,3326602527,'2018-04-21 20:54:04',''),(70586,1,1,72969,23,3326602527,'2018-04-21 20:54:04',''),(70587,1,1,72970,23,3326602527,'2018-04-21 20:54:05',''),(70588,1,1,72971,23,3326602527,'2018-04-21 20:54:06',''),(70589,1,1,72972,23,3326602527,'2018-04-21 20:54:07',''),(70590,1,1,72973,23,3326602527,'2018-04-21 20:54:08',''),(70591,1,1,72974,23,3326602527,'2018-04-21 20:54:09',''),(70592,1,1,72975,23,3326602527,'2018-04-21 20:54:10',''),(70593,1,1,72976,23,3326602527,'2018-04-21 20:54:11',''),(70594,1,1,72977,23,3326602527,'2018-04-21 20:54:12',''),(70595,1,1,72978,23,3326602527,'2018-04-21 20:54:13',''),(70596,1,1,72979,73,908367125,'2018-04-21 21:13:42',''),(70597,1,1,72980,1,1123635064,'2018-04-21 21:42:46',''),(70598,1,1,72981,1,2984941410,'2018-04-21 22:08:37',''),(70599,1,1,72982,23,2984941410,'2018-04-21 22:08:39',''),(70600,1,1,72983,23,2984941410,'2018-04-21 22:08:40',''),(70601,1,1,72984,23,2984941410,'2018-04-21 22:08:41',''),(70602,1,1,72985,23,2984941410,'2018-04-21 22:08:43',''),(70603,1,1,72986,23,2984941410,'2018-04-21 22:08:44',''),(70604,1,1,72987,23,2984941410,'2018-04-21 22:08:46',''),(70605,1,1,72988,23,2984941410,'2018-04-21 22:08:47',''),(70606,1,1,72989,23,2984941410,'2018-04-21 22:08:48',''),(70607,1,1,72990,23,2984941410,'2018-04-21 22:08:50',''),(70608,1,1,72991,23,2984941410,'2018-04-21 22:08:51',''),(70609,1,1,72992,1,2984941410,'2018-04-21 22:08:52',''),(70610,1,1,72993,1,2984941410,'2018-04-21 22:08:54',''),(70611,1,1,72994,1,2984941410,'2018-04-21 22:08:55',''),(70612,1,1,72995,1,2984941410,'2018-04-21 22:08:56',''),(70613,1,1,72996,1,2984941410,'2018-04-21 22:08:58',''),(70614,1,1,72997,1,2984941410,'2018-04-21 22:08:59',''),(70615,1,1,72998,1,2984941410,'2018-04-21 22:09:00',''),(70616,1,1,72999,1,2984941410,'2018-04-21 22:09:02',''),(70617,1,1,73000,23,2984941410,'2018-04-21 22:09:03',''),(70618,1,1,73001,23,2984941410,'2018-04-21 22:09:04',''),(70619,1,1,73002,23,2984941410,'2018-04-21 22:09:06',''),(70620,1,1,73003,23,2984941410,'2018-04-21 22:09:07',''),(70621,1,1,73004,23,2984941410,'2018-04-21 22:09:09',''),(70622,1,1,73005,23,2984941410,'2018-04-21 22:09:10',''),(70623,1,1,73006,23,2984941410,'2018-04-21 22:09:12',''),(70624,1,1,73007,23,2984941410,'2018-04-21 22:09:13',''),(70625,1,1,73008,23,2984941410,'2018-04-21 22:09:14',''),(70626,1,1,73009,23,2984941410,'2018-04-21 22:09:17',''),(70627,1,1,73010,23,2984941410,'2018-04-21 22:09:22',''),(70628,1,1,73011,23,2984941410,'2018-04-21 22:09:23',''),(70629,1,1,73012,23,2984941410,'2018-04-21 22:09:25',''),(70630,1,1,73013,23,2984941410,'2018-04-21 22:09:26',''),(70631,1,1,73014,23,2984941410,'2018-04-21 22:09:27',''),(70632,1,1,73015,23,2984941410,'2018-04-21 22:09:29',''),(70633,1,1,73016,43,2637637621,'2018-04-21 22:24:37',''),(70634,1,1,73017,43,2637637510,'2018-04-21 22:24:38',''),(70635,1,1,73018,16,2637637510,'2018-04-21 22:24:39',''),(70636,1,1,73019,68,908367041,'2018-04-21 23:07:33',''),(70637,1,1,73020,1,3639886579,'2018-04-21 23:19:09',''),(70638,1,1,73021,1,2809325942,'2018-04-22 00:08:07',''),(70639,1,1,73022,1,3024883485,'2018-04-22 00:27:00',''),(70640,1,1,73023,1,3024883599,'2018-04-22 00:27:02',''),(70641,1,1,73024,1,3001999489,'2018-04-22 00:50:31',''),(70642,1,1,73025,1,3001999489,'2018-04-22 00:50:33',''),(70643,1,1,73026,1,3001999489,'2018-04-22 00:50:35',''),(70644,1,1,73027,1,3001999489,'2018-04-22 00:50:37',''),(70645,1,1,73028,1,3001999489,'2018-04-22 00:50:39',''),(70646,1,1,73029,1,3001999489,'2018-04-22 00:50:43',''),(70647,1,1,73030,1,3001999489,'2018-04-22 00:50:45',''),(70648,1,1,73031,1,2448383822,'2018-04-22 02:08:14',''),(70649,1,1,73032,1,1123635064,'2018-04-22 02:29:52',''),(70650,1,1,73033,10,2637637510,'2018-04-22 02:39:45',''),(70651,1,1,73034,1,1123635060,'2018-04-22 03:40:36',''),(70652,1,1,73035,1,1535543807,'2018-04-22 04:03:15',''),(70653,1,1,73036,1,1123635064,'2018-04-22 04:34:03',''),(70654,1,1,73037,1,1476059258,'2018-04-22 05:07:07',''),(70655,1,1,73038,1,2366148146,'2018-04-22 05:07:10',''),(70656,1,1,73039,70,1502716424,'2018-04-22 06:40:50','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1764.r2m4kysuK2irepqIcsl08nijrUyiktDppFZkkQjgxrQ.0fd7a026fe8fb66b5ff57666f0238d0e7114bafe&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(70657,1,1,73040,70,2160555419,'2018-04-22 06:44:21','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1764.SmK-NVKiT9I2My1r89XE-goT2XHwXii3iJX9K1F9XSM.3c19ab64eb8e6df2bb79b45e9a6e2232c2f21cff&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(70658,1,1,73041,70,778389800,'2018-04-22 06:48:39','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1764.BHTI5ueAXJWc6QoYHc4SEJlW5tvagOykzQtmAOmrgHQ.45d8cdad688a05da986b6432472c8e0ac8304a4a&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(70659,1,1,73042,70,921440672,'2018-04-22 06:50:57','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1764.erNciveRf5nvRYoevyFS8AmqO3actqwX4yX5ZaOp3aA.42926723eb5ad61360062f141d4b93bcc14e1392&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&da'),(70660,1,1,73043,1,3475901788,'2018-04-22 07:02:50',''),(70661,1,1,73045,1,856634316,'2018-04-22 07:35:36',''),(70662,1,1,73044,1,856634316,'2018-04-22 07:35:36',''),(70663,1,1,73046,1,856634316,'2018-04-22 07:36:22',''),(70664,1,1,73047,1,856634316,'2018-04-22 07:36:24',''),(70665,1,1,73048,1,856634316,'2018-04-22 07:36:24',''),(70666,1,1,73049,1,856634316,'2018-04-22 07:36:24',''),(70667,1,1,73050,1,856634316,'2018-04-22 07:36:25',''),(70668,1,1,73051,1,856634316,'2018-04-22 07:36:56',''),(70669,1,1,73052,1,856636983,'2018-04-22 07:37:11',''),(70670,1,1,73053,1,1123635064,'2018-04-22 07:44:17',''),(70671,1,1,73054,1,3024883488,'2018-04-22 07:51:39',''),(70672,1,1,73055,26,2499509833,'2018-04-22 07:52:29',''),(70673,1,1,73056,26,2499509833,'2018-04-22 07:52:32',''),(70674,1,1,73057,26,2499509833,'2018-04-22 07:52:35',''),(70675,1,1,73058,26,2499509833,'2018-04-22 07:52:37',''),(70676,1,1,73059,26,2499509833,'2018-04-22 07:52:39',''),(70677,1,1,73060,43,2499509833,'2018-04-22 07:52:42',''),(70678,1,1,73061,31,2499509833,'2018-04-22 07:52:45',''),(70679,1,1,73062,47,2499509833,'2018-04-22 07:52:49',''),(70680,1,1,73063,69,621375800,'2018-04-22 08:00:08',''),(70681,1,1,73064,1,1483295752,'2018-04-22 08:20:13','https://www.google.com/'),(70682,1,1,73065,1,1041806726,'2018-04-22 08:20:44',''),(70683,1,1,73066,1,1123635062,'2018-04-22 08:53:28',''),(70684,1,1,73067,1,3164961443,'2018-04-22 08:55:51',''),(70685,1,1,73068,1,1123635064,'2018-04-22 09:12:18',''),(70686,1,1,73069,1,2954526025,'2018-04-22 10:18:38',''),(70687,1,1,73070,6,1571455805,'2018-04-22 10:35:58',''),(70688,1,1,73071,6,1571455805,'2018-04-22 10:36:01','http://jVmX36M628ufSVUi'),(70689,1,1,73072,71,908367024,'2018-04-22 10:45:19',''),(70690,1,1,73073,1,1123635062,'2018-04-22 10:48:12',''),(70691,1,1,73074,1,526472160,'2018-04-22 11:30:53','https://www.google.co.uk/'),(70692,1,1,73075,1,782630566,'2018-04-22 14:07:20',''),(70693,1,1,73076,1,3223591684,'2018-04-22 14:15:11',''),(70694,1,1,73077,1,602392770,'2018-04-23 14:38:23',''),(70695,1,1,73078,1,602392770,'2018-04-23 14:38:27',''),(70696,1,1,73079,1,602392770,'2018-04-23 14:38:35',''),(70697,1,1,73080,62,3639886579,'2018-04-23 14:44:42',''),(70698,1,1,73081,65,3639886579,'2018-04-23 14:44:47',''),(70699,1,1,73082,62,3639886579,'2018-04-23 15:00:34',''),(70700,1,1,73083,65,3639886579,'2018-04-23 15:00:39',''),(70701,1,1,73084,15,599935214,'2018-04-23 15:58:12',''),(70702,1,1,73085,15,599935214,'2018-04-23 15:58:14',''),(70703,1,1,73086,1,599935214,'2018-04-23 15:58:15',''),(70704,1,1,73087,15,599935214,'2018-04-23 15:58:16',''),(70705,1,1,73088,57,908366998,'2018-04-23 16:05:47',''),(70706,1,1,73089,1,856634316,'2018-04-23 16:39:39',''),(70707,1,1,73090,6,3118158184,'2018-04-23 17:34:48',''),(70708,1,1,73091,6,3118158184,'2018-04-23 17:34:50','http://ri5Qx7roWazk79Vc'),(70709,1,1,73092,43,2637637621,'2018-04-23 17:49:41',''),(70710,1,1,73093,1,1796538632,'2018-04-23 18:33:29',''),(70711,1,1,73094,9,3639886579,'2018-04-23 19:08:23',''),(70712,1,1,73095,16,3024883481,'2018-04-23 20:10:34',''),(70713,1,1,73096,1,3024883611,'2018-04-23 21:29:56',''),(70714,1,1,73097,56,3586480473,'2018-04-23 22:01:18','https://www.google.com/'),(70715,1,1,73098,43,3475901755,'2018-04-23 22:47:34',''),(70716,1,1,73099,16,3475901755,'2018-04-23 22:47:35',''),(70717,1,1,73100,43,676177866,'2018-04-23 22:47:39',''),(70718,1,1,73101,1,676177769,'2018-04-23 22:47:43',''),(70719,1,1,73102,1,883225255,'2018-04-23 23:23:25',''),(70720,1,1,73103,6,883225255,'2018-04-23 23:23:57',''),(70721,1,1,73104,1,1123633938,'2018-04-23 23:36:44',''),(70722,1,1,73105,6,3118158184,'2018-04-24 00:34:11',''),(70723,1,1,73106,6,3118158184,'2018-04-24 00:34:13','http://BhlDBjRFfCPiWqSL'),(70724,1,1,73107,1,3244957283,'2018-04-24 03:34:19',''),(70725,1,1,73108,1,1123633939,'2018-04-24 03:43:46',''),(70726,1,1,73109,1,676177769,'2018-04-24 05:19:50',''),(70727,1,1,73110,1,1123633939,'2018-04-24 07:26:38',''),(70728,1,1,73111,6,3024883487,'2018-04-24 07:49:23',''),(70729,1,1,73112,1,1607991354,'2018-04-24 07:56:00',''),(70730,1,1,73113,1,3024883593,'2018-04-24 08:22:45',''),(70731,1,1,73114,1,763170390,'2018-04-24 08:37:03',''),(70732,1,1,73115,1,3164961442,'2018-04-24 08:54:10',''),(70733,1,1,73116,68,676177738,'2018-04-24 09:02:37',''),(70734,1,1,73117,66,1476059258,'2018-04-24 09:10:28',''),(70735,1,1,73118,6,2954838202,'2018-04-24 09:27:27',''),(70736,1,1,73119,43,3585395500,'2018-04-24 09:28:43',''),(70737,1,1,73120,1,3585395476,'2018-04-24 09:40:45',''),(70738,1,1,73121,1,3585395476,'2018-04-24 09:40:48',''),(70739,1,1,73122,16,621375800,'2018-04-24 11:01:11',''),(70740,1,1,73123,1,1757720448,'2018-04-24 11:04:36',''),(70741,1,1,73124,1,1757720448,'2018-04-24 11:04:44',''),(70742,1,1,73125,1,1757720448,'2018-04-24 11:04:46',''),(70743,1,1,69990,1,3259662842,'2018-04-24 11:14:25','https://www.google.co.uk/'),(70744,1,1,73126,16,621375800,'2018-04-24 12:37:40',''),(70745,1,1,73127,1,676177704,'2018-04-24 14:04:11',''),(70746,1,1,73128,1,1464527055,'2018-04-24 15:11:00','https://www.google.co.uk/'),(70747,1,1,73129,1,1123633937,'2018-04-24 17:17:24',''),(70748,1,1,73130,73,676177766,'2018-04-24 17:35:04',''),(70749,1,1,73131,1,3024883602,'2018-04-24 19:16:29',''),(70750,1,1,73132,1,3024883486,'2018-04-24 19:16:32',''),(70751,1,1,73133,1,3024883613,'2018-04-24 19:51:54',''),(70752,1,1,73134,1,1427755754,'2018-04-24 21:26:08',''),(70753,1,1,73135,1,1123633939,'2018-04-24 21:40:28',''),(70754,1,1,73137,6,1123633937,'2018-04-24 21:57:05',''),(70755,1,1,73138,26,2637637622,'2018-04-24 23:22:38',''),(70756,1,1,73139,1,3024883471,'2018-04-24 23:55:04',''),(70757,1,1,73140,66,1365932522,'2018-04-25 00:53:46','https://www.google.co.uk/'),(70758,1,1,73160,1,1937535813,'2018-04-25 07:15:20','');
/*!40000 ALTER TABLE `tv_connections` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_connections_page`
--

DROP TABLE IF EXISTS `tv_connections_page`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_connections_page` (
  `id_connections` int(10) unsigned NOT NULL,
  `id_page` int(10) unsigned NOT NULL,
  `time_start` datetime NOT NULL,
  `time_end` datetime DEFAULT NULL,
  PRIMARY KEY (`id_connections`,`id_page`,`time_start`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_connections_page`
--

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

--
-- Table structure for table `tv_connections_source`
--

DROP TABLE IF EXISTS `tv_connections_source`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_connections_source` (
  `id_connections_source` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_connections` int(10) unsigned NOT NULL,
  `http_referer` varchar(255) DEFAULT NULL,
  `request_uri` varchar(255) DEFAULT NULL,
  `keywords` varchar(255) DEFAULT NULL,
  `date_add` datetime NOT NULL,
  PRIMARY KEY (`id_connections_source`),
  KEY `connections` (`id_connections`),
  KEY `orderby` (`date_add`),
  KEY `http_referer` (`http_referer`),
  KEY `request_uri` (`request_uri`)
) ENGINE=InnoDB AUTO_INCREMENT=5029 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_connections_source`
--

LOCK TABLES `tv_connections_source` WRITE;
/*!40000 ALTER TABLE `tv_connections_source` DISABLE KEYS */;
INSERT INTO `tv_connections_source` VALUES (1,62,'http://localhost/tyre/install/index.php','iwebtech.biz/clients/tyre/index.php?','','2013-11-11 12:38:30'),(2,192,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-08 11:19:35'),(3,192,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-08 11:47:37'),(4,196,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-08 11:55:16'),(5,196,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-08 11:57:03'),(6,196,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-08 12:04:54'),(7,196,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-08 12:11:13'),(8,196,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-08 12:19:24'),(9,202,'http://www.google.co.uk/search?safe=off&client=ms-android-sonyericsson&hl=en-GB&source=android-launcher-widget&v=133247963&ei=i3-kUtO-DKKV7AaYn4GQCA&q=tyres&oq=tyres&gs_l=mobile-gws-serp.3...5936.6064.0.7139.8.2.0.0.0.0.0.0..0.0....0...1c.1.32.mobile-gws-','www.mstyresblackburn.co.uk/index.php','tyres','2013-12-08 14:33:15'),(10,206,'https://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CEwQFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=t7WkUs3-Ao2thQe0qIGoAg&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.57752919,d.ZG4','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2013-12-08 18:09:05'),(11,218,'https://www.facebook.com/','www.mstyresblackburn.co.uk/index.php','','2013-12-09 08:52:18'),(12,224,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=6&ved=0CHYQFjAF&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=wMSlUt2nHejO2AWSo4HYAg&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2013-12-09 13:27:00'),(13,228,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-09 20:35:58'),(14,230,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-09 22:17:33'),(15,247,'http://maps.google.co.uk/local_url?dq=tyres+blackburn&q=http://www.mstyresblackburn.co.uk/&ved=0CH0Q5AQ&sa=X&ei=jUynUpX5GoTu8APgqoGABA&s=ANYYN7lWEpl3HJFPkDzmBPu8ykTjIYWJVA','www.mstyresblackburn.co.uk/index.php','http://www.mstyresblackburn.co.uk/','2013-12-10 17:17:17'),(16,257,'https://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0CGsQFjAC&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=umqoUrPMJMKb0QWYsICQBw&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2013-12-11 13:38:17'),(17,264,'http://www.bing.com/search?q=tyres+blackburn&form=IE10TR&src=IE10TR&pc=MALNJS','www.mstyresblackburn.co.uk/index.php','','2013-12-11 21:49:18'),(18,342,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-13 09:36:58'),(19,369,'http://maps.google.co.uk/local_url?dq=Part+worn+tyres&q=http://www.mstyresblackburn.co.uk/&oi=miw&sa=X&ct=miw_link&cd=1&cad=homepage,cid:14846987743364526223&ei=HQWrUsCQN8mc8gOSgIGwBQ&s=ANYYN7nHrTm0LwEDdjElW7C359RfWa7KzA','www.mstyresblackburn.co.uk/index.php','http://www.mstyresblackburn.co.uk/','2013-12-13 13:01:24'),(20,378,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-13 22:36:04'),(21,403,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-14 11:24:49'),(22,446,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CHYQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=3netUq6mDOiO7Abx2IDQDw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=TrxQnKDViKI9Rmr5rIrXWQ','www.mstyresblackburn.co.uk/index.php','&esrc=s','2013-12-15 09:35:36'),(23,448,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&sqi=2&ved=0CIgBEKACMAY&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=_YOtUtqpL5Sp7Aan2oDYDQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2013-12-15 10:55:40'),(24,459,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-16 00:32:35'),(25,470,'http://www.google.co.uk/url?sa=t&rct=j&q=ms%20tyre%20blackburn&source=web&cd=1&ved=0CC8QFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=ItuuUvTwEYeq7QaLvIDADw&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.57967247,d.ZGU','www.mstyresblackburn.co.uk/index.php?','ms tyre blackburn','2013-12-16 10:51:18'),(26,473,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-16 11:55:06'),(27,479,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=4&sqi=2&ved=0CGcQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=MBGvUqjHF42qhAfOlIGwBQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.57967247,d.bGQ','www.mstyresblackburn.co.uk/index.php','&esrc=s','2013-12-16 14:41:59'),(28,488,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=4&sqi=2&ved=0CGUQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=AjyvUr-VOMmnhAe54YGYAw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.57967247,d.d2k','www.mstyresblackburn.co.uk/index.php','&esrc=s','2013-12-16 17:44:47'),(29,515,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2013-12-17 13:02:12'),(30,536,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-18 09:52:59'),(31,538,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CDwQFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=inOxUpvoIcLA7Aao64G4AQ&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.58187178,d.ZGU','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2013-12-18 10:06:06'),(32,534,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=5&sqi=2&ved=0CGsQoAIwBA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=tp-xUqfLCIa4hAfE3IDQBw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.58187178,d.d2k','www.mstyresblackburn.co.uk/index.php','&esrc=s','2013-12-18 13:14:35'),(33,543,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2013-12-18 13:20:17'),(34,534,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=5&sqi=2&ved=0CGwQoAIwBA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=FaexUpyCD8ashQfKxICQAg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.58187178,d.bGQ','www.mstyresblackburn.co.uk/index.php','&esrc=s','2013-12-18 13:47:08'),(35,550,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-18 19:20:51'),(36,566,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-19 10:26:35'),(37,565,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?controller=404','','2013-12-19 10:28:11'),(38,565,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?controller=404','','2013-12-19 10:29:33'),(39,566,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=9&controller=product&id_lang=1','','2013-12-19 10:51:21'),(40,569,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=9&controller=product&id_lang=1','','2013-12-19 12:07:59'),(41,573,'http://www.google.co.uk/search?q=ms+tyres+blackburn&ie=UTF-8&oe=UTF-8&hl=en&client=safari','www.mstyresblackburn.co.uk/index.php','','2013-12-19 12:54:04'),(42,574,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-19 16:21:24'),(43,576,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-19 18:25:23'),(44,578,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-19 21:26:32'),(45,579,'http://www.google.co.uk/search?site=&source=hp&ei=noSzUuaRIaP1ygPb3YDwBw&q=ms+tyres+blackburn&oq=ms+tyres&gs_l=mobile-gws-hp.1.1.0l5.4878.7201.0.8668.9.9.0.3.3.0.587.2698.0j2j3j3j0j1.9.0....0...1c.1.32.mobile-gws-hp..0.9.1586.kYpMRMrSBQg&rlz=1Y1ECZH_enGB5','www.mstyresblackburn.co.uk/index.php','ms tyres blackburn','2013-12-19 23:43:42'),(46,585,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-20 15:21:26'),(47,604,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2013-12-21 13:30:01'),(48,609,'http://www.google.com/m?hl=en&gl=gb&client=ms-android-h3g-gb&source=android-unknown&q=m+s+store+opening+times','www.mstyresblackburn.co.uk/index.php','m s store opening times','2013-12-21 18:34:04'),(49,609,'http://www.google.com/m?hl=en&gl=gb&client=ms-android-h3g-gb&source=android-unknown&q=m+s+store+opening+times','www.mstyresblackburn.co.uk/index.php','m s store opening times','2013-12-21 18:36:37'),(50,618,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-22 08:47:47'),(51,618,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-22 08:53:55'),(52,618,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=9&controller=product&id_lang=1','','2013-12-22 08:55:09'),(53,621,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-22 13:19:46'),(54,623,'http://www.bing.com/search?q=tyars++blackburn+uk&form=QBRE&pc=APPL&pq=tyars+blackburn+uk&sc=&sp=-1&sk=','www.mstyresblackburn.co.uk/index.php','','2013-12-22 15:18:05'),(55,623,'http://www.bing.com/search?q=tyars++blackburn+uk&form=QBRE&pc=APPL&pq=tyars+blackburn+uk&sc=&sp=-1&sk=','www.mstyresblackburn.co.uk/index.php','','2013-12-22 15:20:52'),(56,629,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-22 21:53:10'),(57,636,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-23 07:47:25'),(58,646,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-23 12:11:42'),(59,647,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-23 12:12:14'),(60,651,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-23 16:16:39'),(61,673,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-24 12:49:19'),(62,674,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-24 13:27:22'),(63,678,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-24 16:49:05'),(64,680,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=14&sqi=2&ved=0CLoBEBYwDQ&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=WPa5UpvZB4mShQesloCQBA&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.58187178,d.d2k','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2013-12-24 21:03:45'),(65,691,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&sqi=2&ved=0CHYQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=2Lq6Ut_3JOS47Aa4j4DgCA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=n5o0qDIZQe-8fLmKdAwntA','www.mstyresblackburn.co.uk/index.php','&esrc=s','2013-12-25 11:01:43'),(66,695,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-25 13:05:56'),(67,709,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-26 08:56:32'),(68,714,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-26 15:13:12'),(69,719,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-26 16:23:32'),(70,725,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-26 21:45:01'),(71,730,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-27 02:44:13'),(72,745,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-27 17:17:49'),(73,750,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-28 02:40:27'),(74,750,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?controller=contact','','2013-12-28 02:50:08'),(75,750,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-28 02:50:49'),(76,750,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-28 02:57:09'),(77,755,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=8&ved=0CGsQoAIwBw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=jra-UrnqFYiThgebyoGoBA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.58187178,d.ZG4','www.mstyresblackburn.co.uk/index.php','&esrc=s','2013-12-28 11:32:09'),(78,764,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-28 14:33:26'),(79,769,'http://search.snapdo.com/?category=Web&st=hp&q=ms+tyres+blackburn%23','www.mstyresblackburn.co.uk/index.php','','2013-12-28 15:57:56'),(80,769,'http://search.snapdo.com/?category=Web&st=hp&q=ms+tyres+blackburn%23','www.mstyresblackburn.co.uk/index.php','','2013-12-28 15:58:57'),(81,770,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-28 16:06:08'),(82,784,'http://www.google.co.uk/search?q=m+s+tyres&ie=UTF-8&oe=UTF-8&hl=en&client=safari','www.mstyresblackburn.co.uk/index.php','','2013-12-29 10:49:19'),(83,785,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-29 11:52:57'),(84,786,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-29 12:17:05'),(85,769,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=4&ved=0CGQQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=n1PAUquzKa6O7QaxgIHgDQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.58187178,d.d2k','www.mstyresblackburn.co.uk/index.php','&esrc=s','2013-12-29 16:54:01'),(86,793,'http://www.google.co.uk/search?site=&source=hp&ei=UnXAUpPVFbCIyAORsYHQDA&q=ms+tyres+blackburn&oq=Ms+tyres&gs_l=mobile-gws-hp.1.1.0l5.2341.5402.0.7354.9.9.0.2.2.1.390.2462.2-8j1.9.0....0...1c.1.32.mobile-gws-hp..1.8.1706.ghQo9KH_olI','www.mstyresblackburn.co.uk/index.php','ms tyres blackburn','2013-12-29 19:17:55'),(87,795,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-29 20:09:35'),(88,797,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-29 21:20:39'),(89,797,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=40&controller=category&id_lang=1','','2013-12-29 21:26:25'),(90,797,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1&ui-page=0-3','','2013-12-29 21:26:25'),(91,797,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2013-12-29 21:26:26'),(92,809,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-30 16:17:25'),(93,819,'http://www.google.com/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=5&ved=0CFcQoAIwBA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=l3PCUpHxOqvH7AaM34G4Bg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2013-12-31 07:35:02'),(94,819,'http://www.google.com/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=5&ved=0CFcQoAIwBA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=l3PCUpHxOqvH7AaM34G4Bg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2013-12-31 07:37:29'),(95,819,'http://www.google.com/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=5&ved=0CFcQoAIwBA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=l3PCUpHxOqvH7AaM34G4Bg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2013-12-31 07:37:32'),(96,822,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2013-12-31 09:08:41'),(97,823,'http://www.google.co.uk/url?sa=t&rct=j&q=tyres-blackburn&source=web&cd=4&ved=0CF8QoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=h6nCUtSfOI-rhAeK9ICABg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=RzD9ucBcDZ_ICeCCkLbZng&bvm=bv.58187178,d.ZG4','www.mstyresblackburn.co.uk/index.php','tyres-blackburn','2013-12-31 11:25:10'),(98,852,'http://www.google.co.uk/search?hl=en-GB&redir_esc=&client=ms-android-sonyericsson&source=android-launcher-widget&v=133247963&qsubts=1388654335990&q=cheap+tyres+Blackburn&v=133247963','www.mstyresblackburn.co.uk/index.php','cheap tyres Blackburn','2014-01-02 09:24:37'),(99,856,'http://www.google.co.uk/url?sa=t&rct=j&q=tyres%20blakburn&source=web&cd=4&ved=0CG8QoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=8j7FUtS9AcaS7Aa1sYH4Dw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.58187178,d.ZG4','www.mstyresblackburn.co.uk/index.php','tyres blakburn','2014-01-02 10:27:26'),(100,884,'https://www.google.co.uk/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&docid=76od7TQwqCBvVM&tbnid=gAPSqft-j7MnZM:&ved=0CAEQjxw&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=M6TGUvyoEsPA0QWJ84DgDg&psig=AFQjCNGt6D6ZAeI_ZMRQm_VYVtOHYpV_Mw&ust=1388835976760974','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-01-03 11:51:19'),(101,889,'http://www.google.co.uk/search?hl=en-GB&source=hp&q=m+s+tyres+blackburn&gbv=2','www.mstyresblackburn.co.uk/index.php?','m s tyres blackburn','2014-01-03 14:37:01'),(102,901,'http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CDIQFjAB&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D10%26controller%3Dproduct%26id_lang%3D1&ei=QWDHUvGrEMXjoAT33IKQBQ&usg=AFQjCNGreHl5U1XTn2WoFHsHcUa4oKsimA&bv','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&esrc=s','2014-01-04 01:13:45'),(103,755,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=7&ved=0CGYQoAIwBg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=mtbHUsPtA_GM7AaJhYGgBg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.58187178,d.ZGU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-01-04 09:38:47'),(104,937,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-01-05 18:08:28'),(105,945,'http://maps.google.co.uk/local_url?dq=tyres&q=http://www.mstyresblackburn.co.uk/&ved=0CJoBEOQE&sa=X&ei=fILKUsbEKcaN8QPBy4GwBA&s=ANYYN7lNWTGoCeB9AlLTheeiy0fy9HBmSQ','www.mstyresblackburn.co.uk/index.php','http://www.mstyresblackburn.co.uk/','2014-01-06 10:19:06'),(106,967,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-01-07 16:12:08'),(107,968,'http://www.bing.com/local/details.aspx?lid=YN1000x261130585&qt=yp&what=ms+tyres&where=Blackburn%2c+Blackburn+with+Darwen&s_cid=ansPhBkYp02&mkt=en-GB&qpvt=ms+tyres+blackburn&FORM=LARE','www.mstyresblackburn.co.uk/index.php','','2014-01-07 16:27:03'),(108,1035,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-01-08 20:26:01'),(109,1059,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=5&ved=0CFIQFjAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=NDfPUtKGH6bP0QWd8YGgBA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-01-09 23:59:39'),(110,1059,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=5&ved=0CFIQFjAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=NDfPUtKGH6bP0QWd8YGgBA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-01-10 00:00:16'),(111,1059,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=5&ved=0CFIQFjAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=NDfPUtKGH6bP0QWd8YGgBA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-01-10 00:04:06'),(112,1059,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=5&ved=0CFIQFjAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=NDfPUtKGH6bP0QWd8YGgBA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-01-10 00:04:11'),(113,1078,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=13&sqi=2&ved=0CLYBEBYwDA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=8JvPUqZogdLRBe23gJAK&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.59026428,d.d2k','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-01-10 07:06:41'),(114,1079,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-01-10 11:10:43'),(115,1080,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-01-10 11:29:28'),(116,1093,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CD4QFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=qQnRUofHDeSJyQP94YGwDw&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.59026428,d.bGQ','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-01-11 09:06:53'),(117,1097,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-01-11 15:02:20'),(118,1098,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-01-11 15:02:20'),(119,1099,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-01-11 15:02:21'),(120,1115,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-01-12 13:14:53'),(121,1122,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=25&controller=product&id_lang=1','','2014-01-13 10:03:26'),(122,1125,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CC0QFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=WNLTUtHnGOqv7AaPooCwCA&v6u=https%3A%2F%2Fs-v6exp1-ds.metric.gstatic.com%2Fgen_204%3Fip%3D188.39.132.4%26ts%3D1389613656863050%26au','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-01-13 11:47:41'),(123,1129,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=46&ved=0CHIQFjAFOCg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_manufacturer%3D5%26controller%3Dmanufacturer%26id_lang%3D1&ei=zP3TUoDKOLOI7AbLpoDoBA&usg=AFQjCNEOCwIJ1QjT1zfUef','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','&esrc=s','2014-01-13 14:53:21'),(124,1129,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=46&ved=0CHIQFjAFOCg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_manufacturer%3D5%26controller%3Dmanufacturer%26id_lang%3D1&ei=zP3TUoDKOLOI7AbLpoDoBA&usg=AFQjCNEOCwIJ1QjT1zfUef','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','&esrc=s','2014-01-13 14:56:16'),(125,1152,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-01-14 09:35:14'),(126,1155,'http://www.bing.com/search?q=MS+TYRES+BLACKBURN&qs=n&form=QBRE&pq=ms+tyres+blackburn&sc=0-10&sp=-1&sk=','www.mstyresblackburn.co.uk/index.php','','2014-01-14 11:23:01'),(127,1177,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=2&ved=0CDgQFjAB&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=C-DXUreRIIWThgfvpYHoDQ&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.59568121,d.d2k','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-01-16 13:35:13'),(128,1182,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-01-17 00:06:26'),(129,1182,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-01-17 00:08:24'),(130,1189,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=20&ved=0CHgQFjAJOAo&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=c0jZUtGcHsuThQf3roHoAg&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.59568121,d.ZG4','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-01-17 15:13:24'),(131,1191,'http://www.google.co.uk/search?site=&source=hp&ei=xGfZUpDPBaaNywOihoCgBg&q=tyres+in+blackburn&oq=tyres+in+black&gs_l=mobile-gws-hp.1.1.0l5.10679.30625.0.32000.19.17.1.8.8.0.346.3710.0j8j7j2.17.0....0...1c.1j4.32.mobile-gws-hp..0.19.2490.eBgafskbEHM','www.mstyresblackburn.co.uk/index.php','tyres in blackburn','2014-01-17 17:48:08'),(132,1196,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-01-18 11:25:22'),(133,1202,'http://www.google.co.uk/url?sa=t&rct=j&q=ms%20tyres&source=web&cd=1&ved=0CB0QFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=2HTaUr2BKe_X7AaGmoCgCA&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ','www.mstyresblackburn.co.uk/index.php?','ms tyres','2014-01-18 12:34:37'),(134,1202,'http://www.google.co.uk/url?sa=t&rct=j&q=ms%20tyres&source=web&cd=1&ved=0CB0QFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=2HTaUr2BKe_X7AaGmoCgCA&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ','www.mstyresblackburn.co.uk/index.php?','ms tyres','2014-01-18 12:38:08'),(135,1202,'http://www.google.co.uk/url?sa=t&rct=j&q=ms%20tyres&source=web&cd=1&ved=0CB0QFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=2HTaUr2BKe_X7AaGmoCgCA&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ','www.mstyresblackburn.co.uk/index.php?','ms tyres','2014-01-18 12:38:08'),(136,1207,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-01-18 13:45:25'),(137,1209,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-01-18 21:01:38'),(138,1210,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-01-18 21:57:12'),(139,1212,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=7&ved=0CF4QFjAG&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=l_vaUsWnBoWQhQftv4GwBA&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-01-18 22:12:50'),(140,1219,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-01-19 10:06:01'),(141,1222,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-01-19 10:16:56'),(142,1230,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=9&controller=product&id_lang=1','','2014-01-19 17:09:03'),(143,1241,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=13&ved=0CLgBEBYwDA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=nAXdUvy-DuWv7Aa7yYHoAQ&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&sig2=RE8ohBFp0Quj-jasHS59sA&bvm=bv.59568121,d.ZGU&cad=rja','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-01-20 11:17:30'),(144,1256,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-01-21 09:17:36'),(145,1288,'http://maps.google.co.uk/local_url?dq=MS+Tyres+Blackburn,+Blackburn&q=http://www.mstyresblackburn.co.uk/&ved=0CBQQ5AQ&sa=X&ei=CsHfUuSvAYOL8QPuv4GADw&s=ANYYN7muepzJcviIjoAEHbM2fWOb-_GooA','www.mstyresblackburn.co.uk/index.php','http://www.mstyresblackburn.co.uk/','2014-01-22 13:01:02'),(146,1288,'http://maps.google.co.uk/local_url?dq=tyres+near+me&q=http://www.mstyresblackburn.co.uk/&oi=miw&sa=X&ct=miw_link&cd=1&cad=homepage,cid:14846987743364526223&ei=3sHfUsKHDMW38QO6roCgBg&s=ANYYN7koaHGUH33NmM5fTmblM1smcx_WFg','www.mstyresblackburn.co.uk/index.php','http://www.mstyresblackburn.co.uk/','2014-01-22 13:04:53'),(147,1300,'http://www.google.pt/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&cad=rja&ved=0CHcQFjAH&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fcontroller%3Dmanufacturer&ei=mVHhUuT3L4fS0QWYkYHwDw&usg=AFQjCNENqLYrefIjc0Z0mP58FG8vfuPw2w&bvm=bv.59568121,d.bGQ','www.mstyresblackburn.co.uk/index.php?controller=manufacturer','&esrc=s','2014-01-24 00:34:43'),(148,1320,'http://www.google.co.uk/search?site=&source=hp&ei=gXXiUuebMunhygPAjoDwCw&q=m+and+s+tyres+blackburn&oq=m+and+s+tyres%2C+blackb&gs_l=mobile-gws-hp.1.0.0i22i30.2597.10909.0.12190.22.22.0.7.7.0.307.3334.3j17j1j1.22.0....0...1c.1.32.mobile-gws-hp..0.22.2338.Bl','www.mstyresblackburn.co.uk/index.php','m and s tyres blackburn','2014-01-24 14:16:58'),(149,1326,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-01-24 20:29:31'),(150,1338,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCoQFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=rz_kUqzFMYTxhQfb14DIBg&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.59930103,d.bGQ','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-01-25 22:50:28'),(151,1347,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-01-26 10:40:35'),(152,1361,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-01-26 17:25:46'),(153,1365,'https://www.google.ie/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2014-01-26 19:49:17'),(154,1378,'http://www.google.co.uk/search?site=&source=hp&ei=ToTmUpPUJMOjyQOb0YGgBw&q=225+45+r17+tyres+blackburn&oq=225+45+r17+tyres+blackburn&gs_l=mobile-gws-hp.12...0.0.2.5765.0.0.0.0.0.0.0.0..0.0....0...1c..32.mobile-gws-hp..0.1.54.ZvtYv8qlAXw','www.mstyresblackburn.co.uk/index.php?id_product=25&controller=product&id_lang=1','225 45 r17 tyres blackburn','2014-01-27 16:15:01'),(155,1380,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CFMQFjAD&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=9qjmUuPmKtTH7Aa_xYGwBA&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&sig2=0u9ieVhAF4xqH1iqkaKl7w&bvm=bv.59930103,d.ZGU','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-01-27 18:44:11'),(156,1393,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=18&ved=0CIgBEBYwBzgK&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=_ffnUqHkOeiJ7AaA2YD4Cw&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.60157871,d.ZGU','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-01-28 18:33:46'),(157,1404,'http://www.bing.com/search?mkt=en-xa&FORM=MSNH&q=www.webmailinfo%40msstyres.com&pc=','www.mstyresblackburn.co.uk/index.php?controller=contact','www.webmailinfo@msstyres.com','2014-01-29 06:33:37'),(158,1422,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-01-30 02:42:55'),(159,1422,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-01-30 02:57:32'),(160,1422,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-01-30 03:03:22'),(161,1435,'http://www.bing.com/search?q=tyres%2C+blackburn&src=ie9tr','www.mstyresblackburn.co.uk/index.php','','2014-01-30 11:53:05'),(162,1436,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0CEUQFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=oEDqUvumHuWM7Ab32oCwBQ&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.60444564,d.ZGU','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-01-30 12:08:14'),(163,1440,'http://maps.google.co.uk/local_url?dq=tyres&q=http://www.mstyresblackburn.co.uk/&oi=miw&sa=X&ct=miw_link&cd=1&cad=homepage,cid:14846987743364526223&ei=3avqUvDKLobn8gOasoHwBg&s=ANYYN7l7cDOFuDLFZyle__lsAT1_nYYI7A','www.mstyresblackburn.co.uk/index.php','http://www.mstyresblackburn.co.uk/','2014-01-30 19:45:52'),(164,1447,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-01-30 23:18:37'),(165,1455,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=9&controller=product&id_lang=1','','2014-01-31 09:12:59'),(166,1521,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CFQQFjAG&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_category%3D34%26controller%3Dcategory%26id_lang%3D1&ei=mebsUqGnI-ry7Ab6-IDIBg&usg=AFQjCNHHUMw-ypErO7NXgYp7jbIcD-Hqw','www.mstyresblackburn.co.uk/index.php?id_category=34&controller=category&id_lang=1','&esrc=s','2014-02-01 12:28:41'),(167,1533,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-02-01 21:30:11'),(168,1546,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-02-02 09:05:35'),(169,1551,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&ved=0CDsQFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=cVPuUoqhJYPW7QbcjYHIAQ&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.60444564,d.bGQ','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-02-02 14:17:27'),(170,1553,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=7&sqi=2&ved=0CIUBEKACMAY&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=NmvuUu2jK8WO7AbD1oC4DA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-02-02 16:02:40'),(171,1578,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=3&ved=0CDkQFjAC&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=xK7vUpDVM-X17AahsYCIBA&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.60444564,d.ZGU','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-02-03 14:59:27'),(172,1580,'https://www.google.lt/','www.mstyresblackburn.co.uk/index.php?','','2014-02-03 19:56:24'),(173,1594,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-02-05 12:10:29'),(174,1607,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=37&controller=category&id_lang=1','','2014-02-05 19:23:08'),(175,1608,'http://maps.google.co.uk/local_url?dq=blackburn+tyre+centre&q=http://www.mstyresblackburn.co.uk/&oi=miw&sa=X&ct=miw_link&cd=1&cad=homepage,cid:14846987743364526223&ei=wpLyUtG2GIXj8AO4i4HgCg&s=ANYYN7lur_oYcxM9Aor_xD1X7w7NZWeT8Q','www.mstyresblackburn.co.uk/index.php','http://www.mstyresblackburn.co.uk/','2014-02-05 19:36:45'),(176,1615,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-02-06 02:17:12'),(177,1666,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCoQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=MSvzUs66GeWa0QWFhIHoDw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.60799247,d.d2k','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-02-06 06:27:20'),(178,1669,'http://www.bing.com/search?q=ms+tyres&src=IE-SearchBox&FORM=IE8SRC&adlt=strict','www.mstyresblackburn.co.uk/index.php','','2014-02-06 08:59:57'),(179,1673,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=6&ved=0CE8QoAIwBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=-I_zUtjsPLCv7Abm0oHADA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-02-06 13:37:40'),(180,1674,'http://www.google.co.uk/?gws_rd=cr&ei=PJTzUqewMMSthQfdyoCQCg','www.mstyresblackburn.co.uk/index.php?','','2014-02-06 13:55:38'),(181,1674,'http://www.google.co.uk/?gws_rd=cr&ei=f5TzUrGWNaPF7AakzIDQBg','www.mstyresblackburn.co.uk/index.php?','','2014-02-06 13:56:46'),(182,1680,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0CEkQFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=29TzUsjrLYjb7AaumIHIAg&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-02-06 18:31:14'),(183,1682,'http://www.bing.com/search?q=Rapid+P609+tyres+manufactures&qs=n&pq=rapid+p609+tyres+manufactures&sc=0-12&sp=-1&sk=&first=21&FORM=PORE','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','','2014-02-06 23:32:09'),(184,1709,'http://www.google.co.uk/search?hl=en-GB&redir_esc=&client=ms-android-samsung&source=android-search-app&v=133247963&qsubts=1391856432731&action=devloc&q=new+tyres+whitebirk+blackburn&v=133247963','www.mstyresblackburn.co.uk/index.php','new tyres whitebirk blackburn','2014-02-08 10:49:58'),(185,1710,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-02-08 11:35:08'),(186,1721,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-02-09 11:32:27'),(187,1729,'http://maps.google.co.uk/local_url?dq=ms+tyres&q=http://www.mstyresblackburn.co.uk/&ved=0CBMQ5AQ&sa=X&ei=Iq33Us-0BqixigaZj4CYAw&s=ANYYN7mvjzSZZ0MLmjc_3ydDmthwlhOaIQ','www.mstyresblackburn.co.uk/index.php','http://www.mstyresblackburn.co.uk/','2014-02-09 16:30:48'),(188,1729,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-02-09 16:44:31'),(189,1734,'http://maps.google.co.uk/local_url?dq=tyres&q=http://www.mstyresblackburn.co.uk/&ved=0CGAQ5AQ&sa=X&ei=AMT3Uv7DK6iMiAakvYDADQ&s=ANYYN7mGZEe_ztGqdbwH2WT8nIMli5YsrQ','www.mstyresblackburn.co.uk/index.php','http://www.mstyresblackburn.co.uk/','2014-02-09 18:08:27'),(190,1750,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','','2014-02-09 23:20:42'),(191,1754,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-02-10 09:36:31'),(192,1757,'http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CEUQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=f8X4UsTYOM_poASZrYCgBQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.60983673,d.cGU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-02-10 12:27:04'),(193,1776,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=17&ved=0CGIQFjAGOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=q2T5UuqNEs-KhQeL7IGoAw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-02-10 23:46:11'),(194,1777,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=4&ved=0CFcQFjAD&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=yWn5UpSZJ4P27Ab3u4HwAg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.60983673,d.ZGU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-02-11 00:08:22'),(195,1794,'http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&sqi=2&ved=0CF8QoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=8iD6UtbpGpTfqAGs0oDQCg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.61190604,d.aWc','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-02-11 13:09:19'),(196,1877,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-02-12 19:34:04'),(197,1877,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-02-12 19:34:55'),(198,1912,'http://www.google.fr/imgres?start=150&client=firefox-a&rls=org.mozilla%3Afr%3Aofficial&channel=np&biw=1680&bih=920&tbs=isz%3Am&tbm=isch&tbnid=lxtadRfe5hU9pM%3A&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&docid=0To1DZ7XG65gTM&imgurl=http%3A%2F%2Fw','www.mstyresblackburn.co.uk/index.php','','2014-02-13 18:37:15'),(199,1912,'http://www.google.fr/imgres?start=150&client=firefox-a&rls=org.mozilla%3Afr%3Aofficial&channel=np&biw=1680&bih=920&tbs=isz%3Am&tbm=isch&tbnid=lxtadRfe5hU9pM%3A&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&docid=0To1DZ7XG65gTM&imgurl=http%3A%2F%2Fw','www.mstyresblackburn.co.uk/index.php','','2014-02-13 18:37:26'),(200,1914,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-02-13 20:11:04'),(201,1918,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CFEQFjAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=j0P9Uv2LHeqe7AarqYDYAg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-02-13 22:20:36'),(202,1928,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-02-14 10:19:36'),(203,1929,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=5&ved=0CF8QoAIwBA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=h_T9Uo-8G5Le7AahhoFA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.61190604,d.ZGU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-02-14 10:49:19'),(204,1932,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-02-14 13:00:39'),(205,1932,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','','2014-02-14 13:17:07'),(206,1936,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=37&controller=category&id_lang=1','','2014-02-14 21:51:43'),(207,1957,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-02-15 12:48:18'),(208,1960,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-02-15 12:56:49'),(209,1962,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-02-15 13:34:25'),(210,1965,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-02-15 15:12:02'),(211,1966,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-02-15 16:05:41'),(212,1968,'http://www.google.com/url?sa=t&rct=j&q=blackburn%20tyres&source=web&cd=5&sqi=2&ved=0CEoQ_BcwBA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=idb_UrK5HsWzhAfu9YCYCg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=d340lK4mH64WwGNtOFPUKQ','www.mstyresblackburn.co.uk/index.php','blackburn tyres','2014-02-15 21:07:07'),(213,2018,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CGoQoAIwBA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=iY4AU6-kBcmM7QaOs4DgBw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.61535280,d.ZGU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-02-16 10:11:08'),(214,2023,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-02-16 15:09:36'),(215,2031,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-02-17 02:50:37'),(216,2043,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-02-17 08:47:44'),(217,2054,'http://www.google.fr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&ved=0CIgBEBYwCA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=REECU4vVJ6WL0AX2ioGICA&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxTZM6g','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','&esrc=s','2014-02-17 17:06:54'),(218,2056,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CH0QFjAG&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D25%26controller%3Dproduct%26id_lang%3D1&ei=MFcCU5jlJKKV7AbgjYGoCQ&usg=AFQjCNFr-Hd39RuKXL2uSTHqhfKcokJdSg','www.mstyresblackburn.co.uk/index.php?id_product=25&controller=product&id_lang=1','&esrc=s','2014-02-17 18:50:49'),(219,2073,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CHAQoAIwBg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=POIDU9akJYKt0QWV1YHoBg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=0kmV6d-Enx3kUffn4wJd7g','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-02-18 22:44:37'),(220,2083,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&sqi=2&ved=0CIYBEKACMAY&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=xMAEU-XEOIGS7AbLxYHYDA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=k9hmqCid6bn9mhSUjNXCDA','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-02-19 14:45:35'),(221,2096,'http://www.google.co.uk/search?site=&source=hp&ei=3_UEU5DMHozL0AXa8oGQDA&q=tyres+Blackburn&oq=tyres+Blackburn&gs_l=mobile-gws-hp.12..0l2j0i22i30l3.3448.11878.0.13057.14.14.0.6.6.0.231.2035.1j11j2.14.0....0...1c.1.35.mobile-gws-hp..0.14.1383.QRyomLs16CM','www.mstyresblackburn.co.uk/index.php','tyres Blackburn','2014-02-19 18:41:49'),(222,2104,'http://www.google.com/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=4&ved=0CF4QoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=RwkGU5L7JYTb7AaqqIHIBw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.61725948,d.ZGU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-02-20 13:55:32'),(223,2108,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-02-20 18:03:04'),(224,2109,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-02-20 18:03:04'),(225,2125,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-02-21 11:53:51'),(226,2125,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-02-21 11:55:39'),(227,2166,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','','2014-02-23 16:42:10'),(228,2173,'http://www.google.com/url?sa=D&q=http://www.mstyresblackburn.co.uk/&usg=AFQjCNFHS3agUpw8LV1f9fYnoPjU3t7kIA','www.mstyresblackburn.co.uk/index.php','http://www.mstyresblackburn.co.uk/','2014-02-24 12:14:28'),(229,2186,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-02-25 08:50:50'),(230,2201,'http://www.bing.com/search?q=tyres&go=&qs=n&form=QBLH&filt=all&pq=tyres&sc=8-5&sp=-1&sk=','www.mstyresblackburn.co.uk/index.php','','2014-02-26 08:07:02'),(231,2217,'http://www.bing.com/search?q=cheap+part+worn+tyres%2C+blackburn&qs=n&form=QBRE&pq=cheap+part+worn+tyres%2C+blackburn&sc=0-29&sp=-1&sk=','www.mstyresblackburn.co.uk/index.php','','2014-02-27 10:00:27'),(232,2218,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-02-27 12:37:26'),(233,2220,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=9&ved=0CIQBEBYwCA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=UVIPU4u8G8ejhgf_loEI&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.61965928,d.bGQ','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-02-27 14:58:02'),(234,2227,'http://www.google.com/m?hl=en-GB&ie=UTF-8&q=part+worn+tyres+blackburn','www.mstyresblackburn.co.uk/index.php','part worn tyres blackburn','2014-02-27 18:44:05'),(235,2246,'http://www.google.co.uk/search?q=tyres+in+blackburn&hl=en&sa=X&as_q=&nfpr=&spell=1&ei=h8IQU56bIaOK7Aauq4CwCQ&ved=0CBMQvwU','www.mstyresblackburn.co.uk/index.php','&nfpr=','2014-02-28 17:11:19'),(236,2275,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-03-01 09:02:01'),(237,2277,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-03-01 12:22:04'),(238,2281,'http://www.google.de/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CC0QFjAB&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=iR8SU8a4DYeu7AaA8YHwAw&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxTZM6g&bvm','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','&esrc=s','2014-03-01 18:01:45'),(239,2281,'http://www.google.de/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CC0QFjAB&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=YCgSU6rhMpTG7AbJi4CwBA&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxTZM6g','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','&esrc=s','2014-03-01 18:41:48'),(240,2307,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-03-02 11:52:22'),(241,2309,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-03-02 14:07:30'),(242,2322,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-03-03 12:25:40'),(243,2324,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CD4QFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=ZJcUU4HKLsOihgeI3oCQCQ&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.61965928,d.ZG4','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-03-03 14:53:28'),(244,2330,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&sqi=2&ved=0CHcQoAIwBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=Ku4UU9TkIu3b7AaxqYDACg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-03-03 21:24:20'),(245,2331,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=25&controller=product&id_lang=1','','2014-03-03 21:24:52'),(246,2335,'http://www.google.co.uk/search?q=tyres+blackburn&ie=UTF-8&oe=UTF-8&hl=en-gb&client=safari','www.mstyresblackburn.co.uk/index.php','','2014-03-04 07:14:56'),(247,2338,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=5&sqi=2&ved=0CGgQoAIwBA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=DZUVU5T3DISShQfyx4CYCw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-03-04 08:57:53'),(248,2339,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0CGwQFjAF&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=sKAVU8ruF4nX7Abe7oGwDA&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&sig2=WEwv5qqssUCNHxGH-tKKLg&bvm=bv.62286460,d.ZGU','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-03-04 09:50:44'),(249,2339,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0CGwQFjAF&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=UqMVU8fTGKWV7AbLnYG4Dg&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&sig2=cgBiEyoRTZSkN0jT371-6w&bvm=bv.62286460,d.ZGU','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-03-04 10:02:48'),(250,2339,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0CGwQFjAF&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=UqMVU8fTGKWV7AbLnYG4Dg&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&sig2=cgBiEyoRTZSkN0jT371-6w','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-03-04 10:15:41'),(251,2344,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-03-04 13:06:24'),(252,2352,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-03-04 23:29:25'),(253,2366,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=38&ved=0CHYQFjAHOB4&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_manufacturer%3D5%26controller%3Dmanufacturer%26id_lang%3D1&ei=IEMXU4HMKMniygPxmoHIBw&usg=AFQjCNEOCwIJ1QjT1zfUef','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','&esrc=s','2014-03-05 15:31:08'),(254,2380,'http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=14&sqi=2&ved=0CL0BEBYwDQ&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=7FAYU77XK8mThQfXnYGoCA&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.62577051,d.ZG4','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-03-06 10:43:25'),(255,2385,'http://www.google.co.uk/url?sa=t&rct=j&q=car%20tyres%20blackburn&source=web&cd=6&ved=0CDEQ_BcwBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=fpgYU_f0J-Tb7AbglYCYCQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','car tyres blackburn','2014-03-06 15:53:16'),(256,2387,'http://www.google.com/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&ved=0CCgQFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=h-kYU8u_MKOu7Aan1YCACQ&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&sig2=UYS3qcD32c4PL8uZvHfEAw&bvm=bv.62577051,d.ZGU','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-03-06 21:33:03'),(257,2391,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=9&controller=product&id_lang=1','','2014-03-07 11:32:29'),(258,2396,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-03-07 14:00:39'),(259,2415,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=20&controller=product&id_lang=1','','2014-03-08 08:44:46'),(260,2416,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-03-08 10:04:23'),(261,2416,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-03-08 10:05:12'),(262,2417,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&ved=0CDoQFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=eAQbU6nQA4TChAehroDQDg&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.62578216,d.ZG4','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-03-08 11:52:28'),(263,2418,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-03-08 14:04:28'),(264,2435,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-03-09 14:01:39'),(265,2437,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-03-09 15:14:46'),(266,2446,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-03-09 21:43:07'),(267,2471,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-03-10 11:38:47'),(268,2473,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-03-10 12:29:50'),(269,2518,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-03-11 17:02:45'),(270,2530,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-03-11 19:34:03'),(271,2531,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-03-11 21:11:20'),(272,2543,'http://www.bing.com/search?q=m.s.+tyres+whitebirk+blackburn&pc=MOZI','www.mstyresblackburn.co.uk/index.php?controller=contact','','2014-03-12 10:56:34'),(273,2556,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CFIQFjAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_category%3D36%26controller%3Dcategory%26id_lang%3D1&ei=TJkhU4mBBqzy7Aagw4DIDg&usg=AFQjCNGGVBqrD705nQR5j7-i2jvJVZO8d','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','&esrc=s','2014-03-13 11:41:13'),(274,2557,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-03-13 12:24:01'),(275,2558,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CC0QFjAB&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_manufacturer%3D12%26controller%3Dmanufacturer%26id_lang%3D1&ei=oqohU5yKKKSU7Qa774H4Bw&usg=AFQjCNE-wrplnwrgolz7IFNew','www.mstyresblackburn.co.uk/index.php?id_manufacturer=12&controller=manufacturer&id_lang=1','&esrc=s','2014-03-13 12:55:07'),(276,2558,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=10&ved=0CHkQFjAJ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=UcghU6fLC4vG7AbXsIC4Bg&usg=AFQjCNE1Ca_-PPn5dxqsbrcb2E1gypusNQ','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&esrc=s','2014-03-13 15:01:50'),(277,2562,'http://search.aol.co.uk/aol/search?s_chn=hp&v_t=aoluk-homePage50&q=wheel+alignment+blackburn&s_it=topsearchbox.search&page=2&oreq=2069f8ac17cc44908c57742a9e082494','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','wheel alignment blackburn','2014-03-13 15:31:06'),(278,2562,'http://search.aol.co.uk/aol/search?s_chn=hp&v_t=aoluk-homePage50&q=wheel+alignment+blackburn&s_it=topsearchbox.search&page=2&oreq=2069f8ac17cc44908c57742a9e082494','www.mstyresblackburn.co.uk/index.php?','wheel alignment blackburn','2014-03-13 15:33:47'),(279,2562,'http://search.aol.co.uk/aol/search?s_chn=hp&v_t=aoluk-homePage50&q=+wheel+alignment+blackburn&s_it=topsearchbox.search&page=2&oreq=906e9b3dad154e478157503239d2752a','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','wheel alignment blackburn','2014-03-13 15:52:09'),(280,2563,'http://search.aol.co.uk/aol/search?s_chn=hp&v_t=aoluk-homePage50&q=+wheel+alignment+blackburn&s_it=topsearchbox.search&page=2&oreq=906e9b3dad154e478157503239d2752a','www.mstyresblackburn.co.uk/index.php?','wheel alignment blackburn','2014-03-13 16:06:08'),(281,2565,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-03-13 16:55:10'),(282,2573,'https://www.google.hr/','www.mstyresblackburn.co.uk/index.php?id_product=20&controller=product&id_lang=1','','2014-03-13 21:10:21'),(283,2613,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=10&controller=manufacturer&id_lang=1','','2014-03-14 15:51:09'),(284,2613,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-03-14 16:00:31'),(285,2613,'http://www.yelp.co.uk/biz_redir?url=http%3A%2F%2Fwww.mstyresblackburn.co.uk&src_bizid=8hHWF-LI-TWx4YziJrYh-A&cachebuster=1394877910&s=f7a7e9ca460261c9b276e515ed88db37ce6cd562cc4ae1b5fed87057d77de2cd','www.mstyresblackburn.co.uk/index.php','','2014-03-15 10:06:24'),(286,2622,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-03-15 10:18:50'),(287,2623,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CEcQFjAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_category%3D39%26controller%3Dcategory%26id_lang%3D1&ei=bz8kU9yOFImN0AX-soHoBw&usg=AFQjCNF8U2fj9rhA-mztuPxpx9L4f5rsK','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','&esrc=s','2014-03-15 11:54:46'),(288,2638,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=17&ved=0CG4QFjAGOAo&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=vUskU_KHHaib0QWR5oHYBg&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-03-15 12:48:01'),(289,2649,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0CGkQoAIwBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=-JgkU87YCo-ThgeFsYCoCQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.62922401,d.ZG4','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-03-15 18:16:48'),(290,2651,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CIsBEKACMAY&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=SLokU6RS1PCFB8_RgJgD&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-03-15 20:47:48'),(291,2691,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&sqi=2&ved=0CH4QoAIwBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=IXclU6-bEcyshQeCwIBo&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.62922401,d.bGQ','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-03-16 10:04:36'),(292,2712,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&sqi=2&ved=0CIkBEBYwBw&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=YDMmU6q2N4yjhgeH1IHIBg&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-03-16 23:34:23'),(293,2722,'http://www.google.com.au/url?sa=t&rct=j&q=continental%20tyers%20blackburn&source=web&cd=4&ved=0CDAQFjAD&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_manufacturer%3D9%26controller%3Dmanufacturer%26id_lang%3D1&ei=YMYmU0fF6pQFu8WA4A0&usg=AFQj','www.mstyresblackburn.co.uk/index.php?id_manufacturer=9&controller=manufacturer&id_lang=1','continental tyers blackburn','2014-03-17 09:56:38'),(294,2724,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0CGYQoAIwBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=s90mU8ClKa3Y0QX9hYGADw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-03-17 11:36:29'),(295,2734,'http://search.aol.co.uk/aol/search?s_it=topsearchbox.search&s_chn=hp&v_t=aoluk-homePage50&q=m+%26+s+Tyres+blackburn','www.mstyresblackburn.co.uk/index.php?','m & s Tyres blackburn','2014-03-17 15:43:11'),(296,2736,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=10&controller=manufacturer&id_lang=1','','2014-03-17 17:08:47'),(297,2737,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=20&controller=product&id_lang=1','','2014-03-17 18:16:04'),(298,2740,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2014-03-18 07:48:20'),(299,2741,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-03-18 10:39:58'),(300,2744,'http://www.google.co.za/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CFYQFjAE&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=mCQoU46JOpD07Ab654DgAQ&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.62922401,d.ZGU','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-03-18 10:49:21'),(301,2750,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=27&ved=0CGUQFjAGOBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=7FYoU-HQOqS50QWzlYBw&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxTZM6','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','&esrc=s','2014-03-18 14:24:41'),(302,2751,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCsQFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=_GYoU7OJIZDxhQewuYCICw&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.62922401,d.ZG4','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-03-18 15:32:35'),(303,2757,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=9&controller=product&id_lang=1','','2014-03-18 17:16:21'),(304,2758,'http://www.google.co.uk/search?q=landsail+tyres&ei=RrcoU7jLEMHxhQfKhoH4Dg&start=30&sa=N&biw=360&bih=615','www.mstyresblackburn.co.uk/index.php?id_manufacturer=12&controller=manufacturer&id_lang=1','','2014-03-18 21:16:28'),(305,2761,'http://www.google.com/m?hl=en&gl=gb&client=ms-android-htc-rev&source=android-browser-goto&q=tyres+blackburn','www.mstyresblackburn.co.uk/index.php','tyres blackburn','2014-03-19 07:59:54'),(306,2771,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CE8QFjAG&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D37%26controller%3Dproduct%26id_lang%3D1&ei=AAUqU6PYA4rW0QXyloC4Bw&usg=AFQjCNHcfQtosMmYC8wSC6DYrf_TcqQF6g&','www.mstyresblackburn.co.uk/index.php?id_product=37&controller=product&id_lang=1','&esrc=s','2014-03-19 21:01:04'),(307,2794,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=3&sqi=2&ved=0CD8QFjAC&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=rQwsU7HnN8SshQfCv4GoAg&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.62922401,d.bGQ','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-03-21 09:56:06'),(308,2795,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&sqi=2&ved=0CF8QFjAE&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=jxUsU7OwEMSUhQeA2IDACg&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.62922401,d.bGQ','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-03-21 10:34:49'),(309,2798,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=16&ved=0CEsQFjAFOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_manufacturer%3D12%26controller%3Dmanufacturer%26id_lang%3D1&ei=rScsU-eeFMmThQe77oDQBQ&usg=AFQjCNE-wrplnwrgolz7I','www.mstyresblackburn.co.uk/index.php?id_manufacturer=12&controller=manufacturer&id_lang=1','&esrc=s','2014-03-21 11:52:40'),(310,2809,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=15&ved=0CNsBEBYwDg&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=32MsU5j2PI7g7Qbv4YHIAw&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&sig2=r5iKlq5wKU7t8UPpDIH7jQ&bvm=bv.62922401,d.ZGU','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-03-21 16:15:43'),(311,2816,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CFwQoAIwBg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=q6IsU_vhKpOUhQfhj4GACw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-03-21 20:39:24'),(312,2829,'http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0CHMQoAIwBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=QW4tU5P3DouO7Qaq1oGIBg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-03-22 11:05:57'),(313,2839,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2014-03-22 17:22:43'),(314,2841,'http://www.google.co.uk/url?sa=t&rct=j&q=tyres%20in%20blackburn&source=web&cd=4&ved=0CCcQ_BcwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=HuktU6KhOc-ShgeEv4GoDA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','tyres in blackburn','2014-03-22 19:55:17'),(315,2850,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=14&ved=0CLsBEBYwDQ&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=rsMuU437NsurhQek5oGQBQ&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&sig2=uAt9nXf-uX0GEIU5lgmK0w','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-03-23 11:22:25'),(316,2851,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0CHoQoAIwBw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=cMYuU4bcGYaV7AbJ7oBQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.62922401,d.d2k','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-03-23 11:35:38'),(317,2851,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CGEQFjAE&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=A8kuU6THKcWKhQeSxoCACw&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-03-23 11:47:17'),(318,2852,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-03-23 11:57:08'),(319,2859,'http://www.google.co.uk/search?client=safari&rls=en&q=four+wheel+alignment+rally+blackburn&ie=UTF-8&oe=UTF-8&gfe_rd=cr&ei=FAMvU9__L4TY8geIgoGAAQ','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','four wheel alignment rally blackburn','2014-03-23 15:52:01'),(320,2867,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-03-23 20:03:44'),(321,2867,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-03-23 20:04:05'),(322,2867,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-03-23 20:04:36'),(323,2870,'http://www.google.co.uk/search?site=&source=hp&ei=-scvU8nrMKqZ0QWtqYHABw&q=ms+tyres+blackburn&oq=ms+tyres+&gs_l=mobile-gws-hp.1.0.0l5.6203.14129.0.19938.16.15.0.4.4.1.1246.6281.0j2j4j4j3j0j1j1.15.0....0...1c.1.37.mobile-gws-hp..3.13.3165.l3H6PbbWg7o','www.mstyresblackburn.co.uk/index.php','ms tyres blackburn','2014-03-24 07:06:38'),(324,2870,'http://www.google.co.uk/search?site=&source=hp&ei=-scvU8nrMKqZ0QWtqYHABw&q=ms+tyres+blackburn&oq=ms+tyres+&gs_l=mobile-gws-hp.1.0.0l5.6203.14129.0.19938.16.15.0.4.4.1.1246.6281.0j2j4j4j3j0j1j1.15.0....0...1c.1.37.mobile-gws-hp..3.13.3165.l3H6PbbWg7o','www.mstyresblackburn.co.uk/index.php','ms tyres blackburn','2014-03-24 07:07:16'),(325,2871,'http://www.google.co.uk/search?hl=en-GB&redir_esc=&client=ms-android-samsung&source=android-browser-type&v=133247963&qsubts=1395652422776&q=ms+tyres&v=133247963','www.mstyresblackburn.co.uk/index.php','ms tyres','2014-03-24 09:20:22'),(326,2871,'http://www.google.co.uk/search?site=&source=hp&ei=kPovU-GCEefMygOPhIDwCg&q=ms+tyres+&oq=ms+tyres+&gs_l=mobile-gws-hp.3..41l3j0l2.1228.4983.0.5136.11.3.0.0.0.0.3651.3651.9-1.1.0....0...1c.1.37.mobile-gws-hp..10.1.3650.vWQIuRjl73c','www.mstyresblackburn.co.uk/index.php','ms tyres','2014-03-24 09:28:15'),(327,2874,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&sqi=2&ved=0CGcQoAIwBA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=ewwwU6XeAoSt0QWAx4GQCQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.62922401,d.d2k','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-03-24 10:45:03'),(328,2890,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CC4QFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=hgAxU8j-NY_L0AXtlYHQDw&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-03-25 04:05:48'),(329,2912,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-03-25 18:53:44'),(330,2914,'http://www.google.co.uk/search?biw=360&bih=268&ei=f9oxU9KAAe-B7Qb6zoHQDQ&q=wheel+alignment+blackburn&oq=wheel+alignment+bla&gs_l=mobile-gws-serp.1.0.0l4j0i22i30.15834.22819.0.24340.17.14.0.0.0.5.238.2134.1j11j2.14.0....0...1c.1.37.mobile-gws-serp..8.9.143','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','wheel alignment blackburn','2014-03-25 19:38:08'),(331,2931,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CFMQFjAD&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=uREzU_7NJsWAhAfc44A4&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxTZM6g','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','&esrc=s','2014-03-26 17:43:57'),(332,2933,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CD8QFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=rCMzU_SRFcXb7AagxIGQBw&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&sig2=vx3nBV96_avcdfE9fv2aog','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-03-26 19:00:50'),(333,2934,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-03-26 21:07:57'),(334,2936,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=18&ved=0CGwQFjAHOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_manufacturer%3D5%26controller%3Dmanufacturer%26id_lang%3D1&ei=_YwzU4vTBY2QhQfPhYDYDg&usg=AFQjCNEOCwIJ1QjT','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','&esrc=s','2014-03-27 02:31:49'),(335,2938,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-03-27 07:49:41'),(336,2939,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=25&controller=product&id_lang=1','','2014-03-27 08:51:27'),(337,2941,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','','2014-03-27 09:44:27'),(338,2948,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-03-27 15:11:41'),(339,2989,'https://www.google.ie/','www.mstyresblackburn.co.uk/index.php?id_product=27&controller=product&id_lang=1','','2014-03-27 19:29:22'),(340,2990,'http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=35&ved=0CJcBEBYwDjgU&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D26%26controller%3Dproduct%26id_lang%3D1&ei=V5M0U5H0CMfOhAeE-IDYCw&usg=AFQjCNGsHSPV8VYcpxbCHSCeG6PVc-XU','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','&esrc=s','2014-03-27 21:13:49'),(341,2991,'https://www.google.hr/','www.mstyresblackburn.co.uk/index.php?id_product=11&controller=product&id_lang=1','','2014-03-27 21:47:50'),(342,2994,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=5&sqi=2&ved=0CGkQoAIwBA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=ME81U8T-G8r40gX85IHoBw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-03-28 10:32:11'),(343,2998,'http://www.google.co.uk/search?hl=en-GB&source=hp&q=rapid+p609+97w+x%2Fl&gbv=2&oq=rapid+p609+97w+x%2Fl&gs_l=heirloom-hp.12...1467.1467.0.2372.1.1.0.0.0.0.124.124.0j1.1.0....0...1ac..34.heirloom-hp..1.0.0.zWBMG8LcrMQ','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','rapid p609 97w x/l','2014-03-28 16:20:48'),(344,3005,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-03-28 16:59:06'),(345,3005,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-03-28 17:10:21'),(346,3030,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-03-29 11:20:40'),(347,3094,'http://www.google.com/search','www.mstyresblackburn.co.uk/index.php?id_manufacturer=12&controller=manufacturer&id_lang=1','','2014-03-30 09:36:23'),(348,3131,'http://www.google.lt/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CEkQFjAD&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=Jyg5U4XcBqiG4gTUvYHYAw&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxTZM6g&bvm','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','&esrc=s','2014-03-31 08:32:57'),(349,3144,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2014-03-31 14:32:34'),(350,3148,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=11&controller=product&id_lang=1','','2014-03-31 17:22:24'),(351,3149,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-03-31 17:54:33'),(352,3150,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CEAQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=1ss5U-m-PKKv7AaZpoCQDw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=1i1d6Tp2UdGHvijq_aITMQ&bvm=bv.63808443,d.ZGU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-03-31 20:11:09'),(353,3165,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-04-01 09:32:29'),(354,3170,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-04-01 12:11:05'),(355,3181,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-04-01 17:49:27'),(356,3185,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2014-04-01 23:27:32'),(357,3201,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=31&controller=product&id_lang=1','','2014-04-02 11:47:27'),(358,3205,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-04-02 12:54:56'),(359,3217,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-04-02 17:27:26'),(360,3218,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CDoQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=Nm88U4fEM5Lb7Aa4t4Ew&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=HuehSfMYE2ztVZulVgguYA&bvm=bv.63934634,d.ZWU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-04-02 20:12:46'),(361,3218,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=10&ved=0CKUBEBYwCQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=A3M8U-6zI6iP7AaF-YGoBA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=H8Orl1jX9m-9hWYgoVV0qQ','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-04-02 20:34:17'),(362,3220,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-04-02 20:47:45'),(363,3224,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-04-03 00:03:05'),(364,3230,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-04-03 10:43:39'),(365,3232,'http://www.google.it/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=6&ved=0CFYQFjAF&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=_0o9U4OjKMWJtAbVr4HAAQ&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxTZM','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','&esrc=s','2014-04-03 11:50:40'),(366,3235,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-04-03 15:56:52'),(367,3250,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=12&ved=0CFAQFjABOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=i4E-U_H1HKSU7QasloGoDA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-04-04 09:55:31'),(368,3250,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=12&ved=0CFAQFjABOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=i4E-U_H1HKSU7QasloGoDA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-04-04 09:56:12'),(369,3253,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-04-04 11:29:29'),(370,3296,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-04-05 10:47:35'),(371,3300,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-04-05 12:22:26'),(372,3302,'http://semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-04-05 14:00:46'),(373,3314,'https://www.google.ca/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2014-04-06 04:58:35'),(374,3315,'http://semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-04-06 05:38:55'),(375,3318,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-04-06 08:14:52'),(376,3319,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-04-06 09:15:50'),(377,3319,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-04-06 09:31:43'),(378,3321,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-04-06 12:59:35'),(379,3322,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&ved=0CHkQFjAI&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_category%3D39%26controller%3Dcategory%26id_lang%3D1&ei=EVVBU_W5EISUhQeDx4DYAQ&usg=AFQjCNF8U2fj9rhA-mztuPxpx9L4f5rsK','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','&esrc=s','2014-04-06 13:23:24'),(380,3332,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-04-06 16:16:10'),(381,3332,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-04-06 16:20:12'),(382,3340,'http://www.bing.com/search?q=ip%3a109.75.160.9+.php%3f&go=&qs=ds&filt=all&first=21&FORM=PERE1','www.mstyresblackburn.co.uk/index.php?controller=contact','','2014-04-06 18:37:18'),(383,3352,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-04-06 19:52:05'),(384,3354,'http://semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-04-06 22:04:12'),(385,3355,'https://www.google.pl/','www.mstyresblackburn.co.uk/index.php','','2014-04-06 22:47:15'),(386,3369,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-04-07 10:00:41'),(387,3379,'http://www.google.it/url?sa=t&source=web&cd=18&ved=0CD0QFjAHOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D22%26controller%3Dproduct%26id_lang%3D1&rct=j&q=225%2045wr17&ei=bOBCU7vSAsLnygPVt4GQCw&usg=AFQjCNHhNMxO4AbTngKyh81sKrd0D','www.mstyresblackburn.co.uk/index.php?id_product=22&controller=product&id_lang=1','225 45wr17','2014-04-07 17:30:08'),(388,3389,'http://www.bing.com/search?q=tyres+blackburn+whitebirk&qs=n&form=QBRE&pq=tyres+blackburn+whitebirk&sc=0-16&sp=-1&sk=&cvid=030221bb35e047369fe378464385f5d3','www.mstyresblackburn.co.uk/index.php?controller=contact','','2014-04-08 12:01:20'),(389,3391,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CGwQoAIwBA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=vhZEU6-gCqK27Qav6YDwBw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.64367178,d.ZGU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-04-08 15:33:31'),(390,3395,'http://www.google.ru/url?sa=t&rct=j&q=ms%20tyres&source=web&cd=7&ved=0CE4QFjAG&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=8yhEU8HhCM6MyQOE6YDICw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=LG_U7BqGeh2iYFkz_QcQpg&bvm=bv.64367178,d.bGQ&cad=rjt','www.mstyresblackburn.co.uk/index.php','ms tyres','2014-04-08 16:52:33'),(391,3417,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2014-04-09 09:16:04'),(392,3418,'https://www.google.lt/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2014-04-09 09:24:18'),(393,3423,'http://semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-04-09 13:55:33'),(394,3424,'http://semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-04-09 14:16:19'),(395,3425,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CFAQFjAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=BFtFU8jSFc-V7AbzpIHIBQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.64507335,d.bGQ','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-04-09 14:37:05'),(396,3448,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-04-10 19:56:21'),(397,3478,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=6&ved=0CHMQoAIwBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=dTFIU9O3B4ip7AaR04CIBA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-04-11 18:30:34'),(398,3517,'http://www.google.co.uk/search?hl=en&redir_esc=&client=ms-android-tmobile-gb&source=android-launcher-widget&v=133247963&qsubts=1397310946729&action=devloc&q=tyres+in+blackburn&v=133247963','www.mstyresblackburn.co.uk/index.php','tyres in blackburn','2014-04-12 14:03:42'),(399,3528,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CDMQFjAB&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_category%3D39%26controller%3Dcategory%26id_lang%3D1&ei=66NJU67lLYGJ7AbJ3ID4Bw&usg=AFQjCNF8U2fj9rhA-mztuPxpx9L4f5rsK','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','&esrc=s','2014-04-12 20:37:05'),(400,3559,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=20&controller=product&id_lang=1','','2014-04-13 14:36:52'),(401,3587,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CJQBEBYwBA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D9%26controller%3Dproduct%26id_lang%3D1&ei=U6NLU4uVIqWT0AXClIHQCw&usg=AFQjCNFXhLp7DaHp6_6PebJYcQQ8oRCbnQ','www.mstyresblackburn.co.uk/index.php?id_product=9&controller=product&id_lang=1','&esrc=s','2014-04-14 08:59:19'),(402,3587,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0CJsBEBYwBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_manufacturer%3D5%26controller%3Dmanufacturer%26id_lang%3D1&ei=U6NLU4uVIqWT0AXClIHQCw&usg=AFQjCNEOCwIJ1QjT1zfUefOq','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','&esrc=s','2014-04-14 09:01:54'),(403,3588,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-04-14 09:18:52'),(404,3620,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-04-14 18:35:22'),(405,3620,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-04-14 18:42:21'),(406,3624,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CEcQFjAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&ei=TFhMU46jEIHN0QXs2IHQBA&usg=AFQjCNHWZWIYgPzjc0ib6fccUKEC1CiZaw','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','&esrc=s','2014-04-14 21:54:00'),(407,3632,'http://www.google.ca/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CHMQFjAG&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=dcJMU8LhLujh2wWqp4CIBA&usg=AFQjCNE1Ca_-PPn5dxqsbrcb2E1gypusNQ','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&esrc=s','2014-04-15 05:24:21'),(408,3640,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=34&controller=product&id_lang=1','','2014-04-15 11:41:39'),(409,3641,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-04-15 12:26:33'),(410,3651,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-04-16 00:05:36'),(411,3666,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=10&ved=0CGcQFjAJ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fcontroller%3Dcontact&ei=BZFOU9vmL47n7AbT_YGYAQ&usg=AFQjCNHx3TBZ1jACLVt4cWCQdEbKrT29kw&bvm=bv.64764171,d.ZWU','www.mstyresblackburn.co.uk/index.php?controller=contact','&esrc=s','2014-04-16 14:18:04'),(412,3668,'http://www.google.com/search','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2014-04-16 15:22:08'),(413,3671,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2014-04-16 16:35:42'),(414,3672,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CIwBEKACMAY&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=XKpOU6qUMMTA7Aaq84HoAg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=U9o6-vEvOzVEqQ0pIoHeRw&bvm=bv.64764171,d.ZGU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-04-16 16:50:31'),(415,3687,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-04-16 20:05:06'),(416,3715,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-04-17 14:51:27'),(417,3725,'http://www.google.ru/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CDQQFjAB&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=oRhQU6bsHcfD7AbI7YHACA&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxTZM6g&bvm','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','&esrc=s','2014-04-17 18:08:37'),(418,3729,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2014-04-17 18:45:44'),(419,3766,'https://www.google.se/','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','','2014-04-18 07:13:53'),(420,3767,'https://www.google.se/','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','','2014-04-18 07:13:54'),(421,3768,'https://www.google.se/','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','','2014-04-18 07:13:55'),(422,3769,'https://www.google.it/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2014-04-18 08:22:49'),(423,3778,'https://www.google.es/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2014-04-18 18:25:27'),(424,3805,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CD4QFjAD&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&ei=y8xSU7qZKMGBPfiLgMgD&usg=AFQjCNHWZWIYgPzjc0ib6fccUKEC1CiZaw&bv','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','&esrc=s','2014-04-19 19:22:03'),(425,3808,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=19&ved=0CHUQFjAIOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D36%26controller%3Dproduct%26id_lang%3D1&ei=BAFTU-TFCof2O_bogPgO&usg=AFQjCNFEu1CqXK8o2UbIoawl-6EKhhUIp','www.mstyresblackburn.co.uk/index.php?id_product=36&controller=product&id_lang=1','&esrc=s','2014-04-19 23:14:31'),(426,3815,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-04-20 08:23:46'),(427,3848,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-04-21 11:32:38'),(428,3854,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php','','2014-04-21 15:39:39'),(429,3876,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-04-22 11:03:26'),(430,3881,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-04-22 14:12:33'),(431,3883,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-04-22 15:44:25'),(432,3887,'https://www.google.ie/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2014-04-22 16:47:22'),(433,3890,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=5&ved=0CF8QFjAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=qshWU723MamV7QbG7YGQBw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-04-22 19:54:39'),(434,3893,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2014-04-22 21:25:08'),(435,3904,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-04-23 01:35:12'),(436,3912,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-04-23 14:25:26'),(437,3913,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2014-04-23 16:27:28'),(438,3914,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-04-23 17:36:05'),(439,3915,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2014-04-23 18:16:12'),(440,3918,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0CF8QFjAF&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D38%26controller%3Dproduct%26id_lang%3D1&ei=lw1YU5zTNKGj0QWb7IAo&usg=AFQjCNEHPIWHFMbyecnONFfwLkbBAeYNmw&bv','www.mstyresblackburn.co.uk/index.php?id_product=38&controller=product&id_lang=1','&esrc=s','2014-04-23 19:01:11'),(441,3928,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&sqi=2&ved=0CCwQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=n75YU6WXNonbPMLOgcAP&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.65397613,d.ZWU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-04-24 07:35:15'),(442,3930,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2014-04-24 09:53:41'),(443,3932,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-04-24 12:30:47'),(444,3936,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-04-24 18:37:11'),(445,3943,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-04-24 23:26:37'),(446,3947,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-04-25 11:54:42'),(447,4007,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-04-26 08:19:44'),(448,4008,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-04-26 09:16:34'),(449,4012,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&cad=rja&uact=8&ved=0CHQQFjAF&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=iJVbU-WHE8SIOO38gIgP&usg=AFQjCNE1Ca_-PPn5dxqsbr','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&esrc=s','2014-04-26 11:18:24'),(450,4013,'http://www.google.co.uk/url?sa=t&rct=j&q=tyres%20blackburn&source=web&cd=4&ved=0CCcQ_BcwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=kp9bU6O5KszqOIm7gZgP&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','tyres blackburn','2014-04-26 12:00:47'),(451,4038,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=38&controller=category&id_lang=1','','2014-04-27 09:39:24'),(452,4042,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-04-27 12:56:01'),(453,4050,'http://www.google.co.uk/url?sa=t&rct=j&q=tyres%20blackburn&source=web&cd=7&ved=0CFAQ_BcwBg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=cgZdU-HwCtOS7AaR9YCwDw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','tyres blackburn','2014-04-27 13:36:22'),(454,4077,'https://www.google.ie/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2014-04-28 11:10:20'),(455,4087,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CIIBEKACMAY&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=QKleU72NJMLqPIakgOAO&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.65397613,d.ZWU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-04-28 19:17:33'),(456,4102,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-04-28 23:41:41'),(457,4105,'http://www.google.cz/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&docid=VlnhhlcgyoIrfM&tbnid=9AN1qQqqdEz-TM:&ved=0CAUQjRw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D26%26controller%3Dproduct%26id_lang%3D1&ei=_T5fU8eRI4jAPJTggBA&b','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','&esrc=s','2014-04-29 05:56:49'),(458,4107,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-04-29 09:13:01'),(459,4111,'http://uk.search.yahoo.com/search?fr=mcafee&type=A211GB384&p=ms+tyre+blackburn','www.mstyresblackburn.co.uk/index.php','ms tyre blackburn','2014-04-29 11:42:56'),(460,4134,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=16&cad=rja&uact=8&sqi=2&ved=0CMQBEBYwDw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=bMhgU4PjIpOS7Aa9p4HYBA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.65636070,d.ZWU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-04-30 10:10:49'),(461,4138,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=17&ved=0CKUBEBYwEA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=X-lgU8HgKIH0OfvYgFg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.65636070,d.ZWU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-04-30 12:15:56'),(462,4143,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-04-30 16:23:11'),(463,4157,'http://search.aol.co.uk/aol/search?s_it=topsearchbox.search&s_chn=hp&v_t=aoluk-homePage50&q=ms+tyres+in+blackburn','www.mstyresblackburn.co.uk/index.php','ms tyres in blackburn','2014-05-01 06:51:27'),(464,4163,'http://www.google.co.uk/search?q=225+50+17+blackburn+tyres&hl=en-GB&gbv=2&oq=225+50+17+blackburn+tyres&gs_l=heirloom-serp.3..30i10.24649.25960.0.26521.6.6.0.0.0.0.343.997.0j4j0j1.5.0....0...1ac.1.34.heirloom-serp..1.5.997.cCKuWwoxPw8','www.mstyresblackburn.co.uk/index.php?id_product=25&controller=product&id_lang=1','','2014-05-01 11:37:20'),(465,4169,'http://www.bing.com/search?q=tyres+blackburn&qs=AS&sk=AS1&pq=tyres+black&sc=8-11&sp=2&cvid=9e35e415df7642e682cb6416c3de9445&first=11&FORM=PORE','www.mstyresblackburn.co.uk/index.php','','2014-05-01 15:55:31'),(466,4179,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','','2014-05-01 21:53:46'),(467,4180,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','','2014-05-01 21:53:48'),(468,4205,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=34&controller=category&id_lang=1','','2014-05-02 07:16:17'),(469,4217,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CGwQFjAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D9%26controller%3Dproduct%26id_lang%3D1&ei=K5hjU6DBHeW00QWnxoHwCA&usg=AFQjCNFXhLp7DaHp6_6PebJYcQQ8oRCbnQ&b','www.mstyresblackburn.co.uk/index.php?id_product=9&controller=product&id_lang=1','&esrc=s','2014-05-02 13:06:08'),(470,4224,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=17&ved=0COgBEBYwEA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=Ls9jU9HANcS6yQGtnoGgBw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=8vwHeJZsrQX4SEtdsLvIcA&bvm=bv.65788261,d.aWc','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-05-02 17:05:12'),(471,4240,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-05-03 08:05:51'),(472,4244,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-05-03 11:29:05'),(473,4245,'http://www.google.co.uk/search?ei=JOJkU4T4EIPMOYz8gYgK&q=car+tyres+blackburn&oq=&gs_l=mobile-gws-serp.1.1.41l3.0.0.0.7351.1.1.0.1.1.0.942.942.6-1.1.0....0...1c..42.mobile-gws-serp..0.1.190.3.p5v242-wyME','www.mstyresblackburn.co.uk/index.php','car tyres blackburn','2014-05-03 12:39:21'),(474,4258,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-05-03 17:38:27'),(475,4265,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php','','2014-05-03 23:09:54'),(476,4271,'http://www.1businessenterprise.co.uk/our-clients.php','www.mstyresblackburn.co.uk/index.php','','2014-05-04 04:29:24'),(477,4278,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=15&ved=0CL0BEBYwDg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=lw9mU-K5N8Hp8AGhooDAAw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-05-04 10:48:14'),(478,4363,'http://www.google.co.uk/search?q=235+45+17+rapid+609+car+tyres&action=devloc&safe=images&hl=en&gl=GB&ie=&v=&client=ms-android-tmobile-gb&source=mobilesearchapp-vs&channel=iss','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2014-05-05 15:46:59'),(479,4379,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-05-05 16:34:04'),(480,4388,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-05-05 18:48:08'),(481,4389,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-05-05 19:04:37'),(482,4393,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-05-05 22:24:37'),(483,4402,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-05-06 08:01:06'),(484,4406,'http://www.1businessenterprise.co.uk/our-clients.php','www.mstyresblackburn.co.uk/index.php','','2014-05-06 13:32:43'),(485,4459,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-05-06 17:06:37'),(486,4469,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-05-06 19:36:21'),(487,4482,'http://www.google.co.uk/search?hl=en&q=part+worn+tyres+blackburn&meta=','www.mstyresblackburn.co.uk/index.php','part worn tyres blackburn','2014-05-07 09:40:03'),(488,4498,'http://www.1businessenterprise.co.uk/our-clients.php','www.mstyresblackburn.co.uk/index.php','','2014-05-07 23:45:33'),(489,4591,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CEkQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=BllrU9zMG4iCOKPYgOgE&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=Y_Lrps4LoQbyIO_elVjHNQ&bvm=bv.66330100,d.d2k','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-05-08 10:14:34'),(490,4592,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-05-08 12:15:24'),(491,4593,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2014-05-08 17:45:24'),(492,4596,'http://www.google.com/url?sa=t&rct=j&q=tyres%20in%20blackburn&source=web&cd=8&ved=0CF0Q_BcwBw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=FtBrU9_bGKPG0QWIyYGADA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=fq8qhKMOd9HexwYLGJggcA','www.mstyresblackburn.co.uk/index.php','tyres in blackburn','2014-05-08 18:44:36'),(493,4598,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-05-08 20:51:21'),(494,4604,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=9&controller=product&id_lang=1','','2014-05-09 09:25:29'),(495,4605,'http://www.google.co.uk/search?hl=en&q=PART+WORN+TYRES+BLACKBURN&meta=','www.mstyresblackburn.co.uk/index.php','PART WORN TYRES BLACKBURN','2014-05-09 10:55:47'),(496,4608,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-05-09 11:11:57'),(497,4609,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-05-09 11:11:58'),(498,4615,'http://www.bing.com/search?q=ip%3A109.75.160.9+php+id%3D&qs=n&form=QBLH&pq=ip%3A109.75.160.9+php+id%3D&sc=8-23&sp=-1&sk=&cvid=7d6c045f4ef24aafa3a9fa81b2852d2f','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','','2014-05-09 12:45:59'),(499,4616,'http://www.bing.com/search?q=ip%3A109.75.160.9+php+id%3D&qs=n&form=QBLH&pq=ip%3A109.75.160.9+php+id%3D&sc=8-23&sp=-1&sk=&cvid=7d6c045f4ef24aafa3a9fa81b2852d2f','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2014-05-09 12:46:01'),(500,4618,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0CI8BEKACMAc&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=AvNsU734IOOI7Ab4nIDgCA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=G52mFFYJ7xnHmFE0dz2tng&bvm=bv.66330100,d.ZGU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-05-09 15:23:59'),(501,4619,'http://maps.google.co.uk/local_url?dq=tyres+blackburn&q=http://www.mstyresblackburn.co.uk/&oi=miw&sa=X&ct=miw_link&cd=1&cad=homepage,cid:14846987743364526223&ei=hQ1tU4XFDcaG8QOnp4Eg&s=ANYYN7kJf4bIym5aJfUtBrg-NAQ2GNtkxA','www.mstyresblackburn.co.uk/index.php','http://www.mstyresblackburn.co.uk/','2014-05-09 17:18:45'),(502,4619,'http://maps.google.co.uk/local_url?dq=tyres+blackburn&q=http://www.mstyresblackburn.co.uk/&oi=miw&sa=X&ct=miw_link&cd=1&cad=homepage,cid:14846987743364526223&ei=hQ1tU4XFDcaG8QOnp4Eg&s=ANYYN7kJf4bIym5aJfUtBrg-NAQ2GNtkxA','www.mstyresblackburn.co.uk/index.php','http://www.mstyresblackburn.co.uk/','2014-05-09 17:20:48'),(503,4619,'http://maps.google.co.uk/local_url?dq=tyres+blackburn&q=http://www.mstyresblackburn.co.uk/&oi=miw&sa=X&ct=miw_link&cd=1&cad=homepage,cid:14846987743364526223&ei=hQ1tU4XFDcaG8QOnp4Eg&s=ANYYN7kJf4bIym5aJfUtBrg-NAQ2GNtkxA','www.mstyresblackburn.co.uk/index.php','http://www.mstyresblackburn.co.uk/','2014-05-09 17:20:51'),(504,4622,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&cad=rja&uact=8&ved=0CIMBEKACMAY&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=CBVtU5GGCq_X7Aa72oDgCw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=OuXgCou03T0TfYZLLy7uaw','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-05-09 17:50:53'),(505,4651,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-05-10 10:39:57'),(506,4652,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-05-10 10:44:51'),(507,4652,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-05-10 11:04:17'),(508,4675,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-05-11 06:40:34'),(509,4699,'http://www.google.co.uk/search?hl=en-GB&redir_esc=&client=ms-android-tmobile-gb&source=android-launcher-widget&v=133247963&qsubts=1399842747020&action=devloc&q=235+45+17+rapid+609+car+tyres&v=133247963','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','235 45 17 rapid 609 car tyres','2014-05-11 21:13:05'),(510,4707,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-05-12 08:19:34'),(511,4709,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-05-12 08:47:42'),(512,4591,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CHIQFjAD&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=BuJwU6xcyNw9gOKBkAw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=7P8egQjjmmkTk8-YEO3gzA&bvm=bv.66330100,d.d2k','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-05-12 15:00:41'),(513,4711,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-05-12 16:07:02'),(514,4713,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=20&controller=product&id_lang=1','','2014-05-12 16:31:09'),(515,4719,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-05-13 06:29:04'),(516,4725,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-05-13 07:39:51'),(517,4755,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-05-14 10:42:31'),(518,4851,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-05-15 16:47:44'),(519,4853,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-05-15 17:47:39'),(520,4917,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-05-16 09:02:29'),(521,4919,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-05-16 09:16:59'),(522,4925,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-05-16 18:36:38'),(523,4926,'http://www.google.fr/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F4%2F64-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=jw6X','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2014-05-16 19:30:37'),(524,4926,'http://www.google.fr/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F4%2F64-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=jw6X','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2014-05-16 19:30:48'),(525,4938,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&cad=rja&uact=8&ved=0CI4BEBYwBw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_manufacturer%3D8%26controller%3Dmanufacturer%26id_lang%3D1&ei=rDB3U5LyMMaVPMrKgMgD&usg=AFQjCNGYKKx','www.mstyresblackburn.co.uk/index.php?id_manufacturer=8&controller=manufacturer&id_lang=1','&esrc=s','2014-05-17 10:04:50'),(526,4991,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-05-18 07:53:17'),(527,4994,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-05-18 12:25:26'),(528,4996,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-05-18 14:08:10'),(529,4997,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-05-18 17:28:24'),(530,5025,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-05-19 11:56:04'),(531,5029,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-05-19 15:25:00'),(532,5052,'http://www.bing.com/search?q=tyres+blckburn&form=IE10TR&src=IE10TR&pc=MAPBJS','www.mstyresblackburn.co.uk/index.php','','2014-05-19 21:49:04'),(533,5062,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-05-20 12:55:44'),(534,5065,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-05-20 18:48:26'),(535,5071,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-05-21 10:07:49'),(536,5072,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-05-21 10:45:42'),(537,5073,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-05-21 11:06:48'),(538,5075,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0CHUQFjAH&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=UM18U6_2NMSe7AbNqIDwBA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-05-21 15:59:38'),(539,5079,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2014-05-21 18:15:56'),(540,5087,'http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0CDMQFjAC&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=v0l9U4ysO8rhsATxr4LICg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.67229260,d.cWc','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-05-22 00:50:16'),(541,5109,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-05-22 09:11:51'),(542,5113,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-05-22 09:45:31'),(543,5121,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2014-05-22 18:22:22'),(544,5127,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-05-23 07:50:03'),(545,5129,'https://www.google.gr/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2014-05-23 09:25:26'),(546,5136,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-05-23 16:09:27'),(547,5148,'http://www.google.co.uk/search?hl=en-GB&source=hp&biw=&bih=&q=m+s+tyres+blackburn&gbv=2&oq=m+s+tyres+blackburn&gs_l=heirloom-hp.3..0i22i30.5029.17962.0.19292.19.19.0.0.0.0.308.3944.0j8j10j1.19.0....0...1ac.1.34.heirloom-hp..0.19.3940.ea8EsAHS8fU','www.mstyresblackburn.co.uk/index.php','m s tyres blackburn','2014-05-24 07:45:54'),(548,5149,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-05-24 11:45:19'),(549,5149,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-05-24 11:48:54'),(550,5151,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=11&ved=0CI0BEKACMAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=baKAU-apM8ua0AWYroCYCA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-05-24 13:45:30'),(551,5151,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=21&ved=0CD8QFjAAOBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_category%3D39%26controller%3Dcategory%26id_lang%3D1&ei=O6SAU6qgGsm7PcLdgMgL&usg=AFQjCNF8U2fj9rhA-mztuPxpx9L4f5r','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','&esrc=s','2014-05-24 13:53:04'),(552,5184,'http://www.1businessenterprise.co.uk/our-clients.php','www.mstyresblackburn.co.uk/index.php','','2014-05-26 00:46:11'),(553,5251,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-05-26 11:13:35'),(554,5260,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0CF0QoAIwBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=PnODU-qBHITb7AbvvoDADg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-05-26 17:02:46'),(555,5262,'http://www.google.co.uk/url?sa=t&source=web&cd=3&ved=0CDwQFjAC&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D9%26controller%3Dproduct%26id_lang%3D1&rct=j&q=Rapid%20P609%20%20Size%3A%20205%2F55%2F16&ei=JnWDU__SIMmX1AXp0ID4AQ&usg=AF','www.mstyresblackburn.co.uk/index.php?id_product=9&controller=product&id_lang=1','Rapid P609  Size: 205/55/16','2014-05-26 17:09:07'),(556,5266,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CC8QFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=IniDU76PL46e7Aay4IHIAw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=c4kMatBC6exjwPYgSSiDaw','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-05-26 17:22:18'),(557,5271,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CD4QFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=WJODU7xliJnRBenxgLgI&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.67720277,d.d2k','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-05-26 19:17:49'),(558,5272,'http://www.google.com.au/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCwQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=daSDU7jBKorSkgWIq4CYCQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.67720277,d.dGI','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-05-26 20:30:58'),(559,5274,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CHwQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=aqyDU-CEFuaq7QbJ8oDgBA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=TZtsBBSkugFS4UHqENO3oQ&bvm=bv.67720277,d.ZGU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-05-26 21:05:09'),(560,5275,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-05-26 21:56:00'),(561,5279,'http://www.google.co.uk/url?sa=t&rct=j&q=tyres%20blackburn&source=web&cd=4&ved=0CCsQ_BcwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=a1eEU4qxMdGO7QbW_4CADA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','tyres blackburn','2014-05-27 09:21:28'),(562,5279,'http://www.google.co.uk/url?sa=t&rct=j&q=tyres%20blackburn&source=web&cd=4&ved=0CCsQ_BcwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=a1eEU4qxMdGO7QbW_4CADA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','tyres blackburn','2014-05-27 09:23:53'),(563,5281,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-05-27 12:33:05'),(564,5308,'http://www.google.co.uk/url?sa=t&source=web&cd=7&ved=0CE0Q_BcoAjAG&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&rct=j&q=whitebirk%20tyres&ei=vtmEU8e-DsWw7Aan0oDoDw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=f0J3b2wldIwEmt70YM_Akg&bvm=bv.67720277,d.ZGU','www.mstyresblackburn.co.uk/index.php','whitebirk tyres','2014-05-27 18:31:00'),(565,5315,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2014-05-28 07:58:36'),(566,5316,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-05-28 14:43:15'),(567,5320,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-05-28 18:29:33'),(568,5323,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CDEQFjAB&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=TVeGU7rwPK_y7AbW2YGIAg&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxTZM6g&','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','&esrc=s','2014-05-28 21:42:00'),(569,5324,'http://www.google.com/search','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','','2014-05-29 02:01:37'),(570,5323,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CDEQFjAB&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=TVeGU7rwPK_y7AbW2YGIAg&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxTZM6g&','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','&esrc=s','2014-05-29 08:48:23'),(571,5329,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0CD4QFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=7CCHU7y9C8rYPfLQgNAJ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.67720277,d.ZGU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-05-29 11:58:40'),(572,5344,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-05-29 16:07:45'),(573,5345,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2014-05-29 17:51:19'),(574,5349,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=4&sqi=2&ved=0CHYQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=skeGU4-eA8-u7AauyYHwDg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-05-29 18:53:30'),(575,5350,'http://search.aol.co.uk/aol/search?s_it=topsearchbox.search&s_chn=hp_t1&v_t=aoluk-homePage51&q=rapid+tyres+205+55+16','www.mstyresblackburn.co.uk/index.php?id_product=9&controller=product&id_lang=1','rapid tyres 205 55 16','2014-05-29 19:09:00'),(576,5361,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php','','2014-05-30 06:12:13'),(577,5363,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-05-30 07:12:28'),(578,5366,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-05-30 10:12:00'),(579,5369,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-05-30 11:21:53'),(580,5375,'https://www.google.it/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2014-05-30 17:04:52'),(581,5375,'https://www.google.it/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2014-05-30 17:09:18'),(582,5271,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CC4QFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=BsqIU77EFOy0sATl34HgBQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.67720277,d.cWc','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-05-30 18:12:26'),(583,5381,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-05-30 23:11:07'),(584,5412,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CFYQoAIwBg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=DReKU6TiJYamO_SugfAD&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-05-31 17:55:06'),(585,5417,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-05-31 22:56:23'),(586,5423,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-06-01 09:29:13'),(587,5425,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-06-01 16:38:25'),(588,5428,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-06-01 19:29:28'),(589,5435,'http://www.google.co.uk/url?sa=t&rct=j&q=tyres%20blackburn&source=web&cd=7&ved=0CF0Q_BcwBg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=IDWMU5XjLMSH0AWl7ID4Dg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.67720277,d.d2k&surl=1&safe=active','www.mstyresblackburn.co.uk/index.php','tyres blackburn','2014-06-02 08:28:45'),(590,5436,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CE8QFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=JDqMU77zD-PQ0QWxrYGIAg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.67720277,d.d2k','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-06-02 08:47:44'),(591,5437,'http://www.bing.com/search?q=Rapid+P609XL&src=IE-SearchBox&FORM=IE8SRC&adlt=strict','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2014-06-02 08:52:34'),(592,5437,'http://www.bing.com/search?q=Rapid+P609XL&src=IE-SearchBox&FORM=IE8SRC&adlt=strict','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2014-06-02 08:53:15'),(593,5441,'http://maps.google.co.in/local_url?dq=mobile+service+loc+:Preston&q=http://www.mstyresblackburn.co.uk/&ved=0CKUBEOQE&sa=X&ei=z22MU_aFG-LHmQWIwoC4DQ&s=ANYYN7lYJeSlbEVhAy685XqxIyf2KfzMXg','www.mstyresblackburn.co.uk/index.php','http://www.mstyresblackburn.co.uk/','2014-06-02 12:29:21'),(594,5482,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-06-02 15:08:38'),(595,5503,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-06-02 20:13:30'),(596,5504,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-06-02 20:23:17'),(597,5601,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=36&controller=product&id_lang=1','','2014-06-03 13:59:05'),(598,5602,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&ved=0CDoQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=mtuNU-CnIcnfPfjwgegN&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=1Cq1d6DF-CFHAtZ8iOeA2g&bvm=bv.68191837,d.ZGU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-06-03 14:28:51'),(599,5611,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-06-04 00:17:23'),(600,5637,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=5&ved=0CHEQoAIwBA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=MlKPU49Wgo3tBqiUgKAD&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-06-04 18:08:37'),(601,5665,'http://www.bing.com/search?q=instreamset%3A%28url%29%3A%22index.php%3Fid%3D%22+ip%3A109.75.160.9&qs=n&form=QBRE&pq=instreamset%3A%28url%29%3A%22index.php%3Fid%3D%22+ip%3A109.75.160.9&sc=0-0&sp=-1&sk=','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2014-06-05 14:52:31'),(602,5670,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2014-06-05 18:39:13'),(603,5673,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-06-05 21:44:04'),(604,5679,'http://www.google.es/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&docid=VlnhhlcgyoIrfM&tbnid=9AN1qQqqdEz-TM:&ved=0CAUQjRw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D26%26controller%3Dproduct%26id_lang%3D1&ei=TxWRU4a7HcG_0QWX-oFI&','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','&esrc=s','2014-06-06 01:11:47'),(605,5691,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0CIIBEKACMAc&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=asGRU_iEKoeh7AahwIEo&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-06-06 13:26:13'),(606,5696,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-06-06 19:41:33'),(607,5637,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=4&ved=0CGQQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=APeSU8n8DuqI7Aa7mIHABA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-06-07 11:38:47'),(608,5741,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-06-08 00:48:12'),(609,5788,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-06-09 10:17:25'),(610,5792,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-06-09 13:00:58'),(611,5691,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0CDgQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=cBOXU8b6Beqr0QXUpYG4DA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.68445247,d.ZGU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-06-10 14:17:23'),(612,5880,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-06-10 22:31:06'),(613,5905,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-06-11 15:55:49'),(614,5907,'http://www.google.ca/url?sa=t&rct=j&q=ms%20blackbourn&source=web&cd=1&ved=0CCQQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=qaCYU6vGCcOMyASp8ICgCA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.68693194,d.aWw','www.mstyresblackburn.co.uk/index.php','ms blackbourn','2014-06-11 18:32:21'),(615,5912,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-06-11 21:43:16'),(616,5922,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-06-12 10:11:21'),(617,5923,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=36&controller=product&id_lang=1','','2014-06-12 10:32:56'),(618,5924,'http://www.1businessenterprise.co.uk/our-clients.php','www.mstyresblackburn.co.uk/index.php','','2014-06-12 10:49:22'),(619,5978,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=20&controller=product&id_lang=1','','2014-06-12 14:32:07'),(620,5979,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&ved=0CIIBEKACMAg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=hciZU_6nG8Py7AbR6oGYDg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.68911936,d.ZGU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-06-12 15:40:23'),(621,5981,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=12&ved=0CGsQFjAL&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D33%26controller%3Dproduct%26id_lang%3D1&ei=5NeZU9ymA4qd0QW7w4G4AQ&usg=AFQjCNFAdOWrdI2hSGucI9OqLz_4_QGfXQ','www.mstyresblackburn.co.uk/index.php?id_product=33&controller=product&id_lang=1','&esrc=s','2014-06-12 16:54:57'),(622,5992,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=12&cad=rja&uact=8&ved=0CD4QFjABOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_category%3D39%26controller%3Dcategory%26id_lang%3D1&ei=G0GaU86YDcSO7AbzsYGoDw&usg=AFQjCNF8U2fj9r','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','&esrc=s','2014-06-13 00:10:03'),(623,5992,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=13&cad=rja&uact=8&ved=0CEMQFjACOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=G0GaU86YDcSO7AbzsYGoDw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.68911936,d.d2k','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-06-13 00:10:47'),(624,6002,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-06-13 10:19:05'),(625,6002,'http://www.yelp.co.uk/biz_redir?url=http%3A%2F%2Fwww.mstyresblackburn.co.uk&src_bizid=8hHWF-LI-TWx4YziJrYh-A&cachebuster=1402654897&s=e7c8fcf2bdb6782f437101337519425e49d3c120eb858473462a95ba418a6cdf','www.mstyresblackburn.co.uk/index.php','','2014-06-13 10:37:06'),(626,6004,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0CH0QoAIwBw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=Mx6bU6n2BIGaO_PegJgF&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-06-13 15:54:39'),(627,6004,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0CH0QoAIwBw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=Mx6bU6n2BIGaO_PegJgF&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-06-13 15:57:28'),(628,6023,'https://www.google.com.au/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2014-06-14 01:18:05'),(629,6027,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CHEQoAIwBg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=1uabU6zAIsTT7AacqICYDA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.68911936,d.ZGU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-06-14 06:08:54'),(630,6033,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','','2014-06-14 10:42:48'),(631,6034,'http://www.google.co.uk/url?url=http://www.mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ei=4kScU8VYiOg6r_SA-AU&ved=0CIIBEBYwEA&usg=AFQjCNE1LNPio9Rje8y-YtwTjSDjfUIIDw','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-06-14 12:55:29'),(632,6037,'http://www.google.se/url?sa=t&source=web&cd=1&ved=0CCIQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D27%26controller%3Dproduct%26id_lang%3D1&rct=j&q=last%20index%20landsail%20ls288&ei=Up-cU_2aEKf_ygPmqIDIDQ&usg=AFQjCNGBPXMfJ9','www.mstyresblackburn.co.uk/index.php?id_product=27&controller=product&id_lang=1','last index landsail ls288','2014-06-14 19:15:54'),(633,6042,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-06-15 03:36:17'),(634,6059,'http://www.google.co.uk/url?sa=t&rct=j&q=blackburn%20tyres&source=web&cd=9&sqi=2&ved=0CFoQ_BcwCA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=bwCeU4e6OIjR7Aakx4DYCw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','blackburn tyres','2014-06-15 20:52:21'),(635,6061,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-06-15 22:12:21'),(636,6061,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-06-15 22:12:42'),(637,6085,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&cad=rja&uact=8&ved=0CIwBEKACMAg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=dteeU9rxLsmU0QWMuID4Bw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.68911936,d.d2k','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-06-16 11:40:09'),(638,6087,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-06-16 16:11:25'),(639,6091,'http://www.google.co.uk/url?sa=t&rct=j&q=tyres%20rishton&source=web&cd=6&ved=0CEkQoAIwBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=XCmfU-fqHsfR7AaNloGgAg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=aS-EY4hX4ePRVRvexMb3aA&bvm=bv.68911936,d.ZGU','www.mstyresblackburn.co.uk/index.php','tyres rishton','2014-06-16 17:29:07'),(640,6108,'http://www.google.co.uk/url?sa=t&rct=j&q=mobile%20tyre%20repair&source=web&cd=4&ved=0CFkQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=EAygU7b_Lo_o7AbbnYCoDg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.68911936,d.ZGU','www.mstyresblackburn.co.uk/index.php','mobile tyre repair','2014-06-17 09:37:16'),(641,6146,'https://www.google.fr/search?pws=0&action=devloc&hl=fr&safe=images&v=2.0&q=bridgestone+T001TL&rlz=1MIGYWN_frFR563&client=mobilesearchapp&channel=mf-wp-cht-all-0112-10&dc=grlz-GYWN','www.mstyresblackburn.co.uk/index.php?id_product=20&controller=product&id_lang=1','bridgestone T001TL','2014-06-18 09:05:20'),(642,6168,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=49&ved=0CJwBEBYwCDgo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D9%26controller%3Dproduct%26id_lang%3D1&ei=3KChU4TcK-3e7AbuoIGgBg&usg=AFQjCNFXhLp7DaHp6_6PebJYc','www.mstyresblackburn.co.uk/index.php?id_product=9&controller=product&id_lang=1','&esrc=s','2014-06-18 14:24:02'),(643,6170,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-06-18 15:38:26'),(644,6171,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-06-18 16:09:13'),(645,6187,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-06-19 14:08:09'),(646,6233,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-06-20 11:26:30'),(647,6234,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-06-20 11:26:31'),(648,6235,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-06-20 11:26:31'),(649,6236,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-06-20 11:26:34'),(650,6249,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-06-20 17:15:27'),(651,6250,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-06-20 19:55:40'),(652,6267,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-06-21 10:27:52'),(653,6362,'http://www.google.com.au/url?sa=t&rct=j&q=&esrc=s&source=web&cd=27&cad=rja&uact=8&ved=0CF8QFjAGOBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D31%26controller%3Dproduct%26id_lang%3D1&ei=cCimU7LoGIOulAWZj4C4DA&usg=AFQjCNHdyRBaXPD','www.mstyresblackburn.co.uk/index.php?id_product=31&controller=product&id_lang=1','&esrc=s','2014-06-22 00:54:07'),(654,6378,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-06-22 14:39:20'),(655,6381,'http://www.google.co.uk/url?sa=t&rct=j&q=rapid%20p609%20225%2045%20r17%20%20tyres&source=web&cd=1&cad=rja&uact=8&ved=0CD8QFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=jSWnU8T8E6Kv7A','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','rapid p609 225 45 r17  tyres','2014-06-22 18:53:09'),(656,6381,'http://www.google.co.uk/url?sa=t&rct=j&q=rapid%20p609%20225%2045%2017%20cena&source=web&cd=6&cad=rja&uact=8&ved=0CE8QFjAF&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=miynU_vOL9H07AaJroG','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','rapid p609 225 45 17 cena','2014-06-22 19:22:55'),(657,6383,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-06-22 20:36:27'),(658,6399,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&cad=rja&uact=8&ved=0CDEQFjAC&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D25%26controller%3Dproduct%26id_lang%3D1&ei=RACoU_-yF_D50gW_oIDwDg&usg=AFQjCNFr-Hd39RuKXL2u','www.mstyresblackburn.co.uk/index.php?id_product=25&controller=product&id_lang=1','&esrc=s','2014-06-23 10:24:25'),(659,6434,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-06-24 12:48:01'),(660,6434,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-06-24 12:51:24'),(661,6436,'http://www.google.co.uk/url?url=http://www.mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ei=wnqpU_2JLKen0AXTxoCIAQ&ved=0CIUBEBYwEA&usg=AFQjCNEDs0Gpk9JoAPM8H6X06Sp4ojH1oA','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-06-24 13:26:03'),(662,6438,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2014-06-24 13:35:08'),(663,6461,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-06-25 12:10:47'),(664,6463,'http://www.bing.com/search?q=tyres+blackburn&src=ie9tr','www.mstyresblackburn.co.uk/index.php','','2014-06-25 13:47:42'),(665,6465,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-06-25 17:51:10'),(666,6479,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-06-26 04:00:26'),(667,6495,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=27&controller=product&id_lang=1','','2014-06-26 14:52:15'),(668,6498,'http://www.yougetsignal.com/tools/web-sites-on-web-server/','www.mstyresblackburn.co.uk/index.php','','2014-06-26 16:31:51'),(669,6381,'http://www.google.co.uk/url?sa=t&rct=j&q=rapid%20p609%20xl%20new%20tyres%20%20225%2045%2017&source=web&cd=1&cad=rja&uact=8&ved=0CDUQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=qICs','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','rapid p609 xl new tyres  225 45 17','2014-06-26 20:26:34'),(670,6527,'http://www.google.com/search?q=m+and+s+tyres+blackburn&=client%3Dms-nokia-wp&oq=m+and+s+tyres+Blackburn+&gs_l=mobile-heirloom-serp.1.0.0i22i30l2.11398.14235.0.16070.5.5.0.0.0.0.968.2948.1j1j6-3.5.0....0...1c.1.34.mobile-heirloom-serp..3.2.905.1VAL-L2JpxI','www.mstyresblackburn.co.uk/index.php','','2014-06-27 12:40:53'),(671,6529,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=31&ved=0CF8QFjAKOBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D22%26controller%3Dproduct%26id_lang%3D1&ei=a3StU72bHI-p7AaE3ICoCw&usg=AFQjCNHhNMxO4AbTngKyh81sKrd0DxU','www.mstyresblackburn.co.uk/index.php?id_product=22&controller=product&id_lang=1','&esrc=s','2014-06-27 13:46:44'),(672,6566,'http://www.google.co.uk/search?q=MS+TYRES+BLACKBURN&hl=en-GB&gbv=2&safe=strict&oq=MS+TYRES+BLACKBURN&gs_l=heirloom-serp.3..0.68673.70001.0.70314.10.4.0.6.6.0.125.421.1j3.4.0....0...1ac.1.34.heirloom-serp..0.10.452.ndoTammDAYo','www.mstyresblackburn.co.uk/index.php','','2014-06-28 09:34:36'),(673,6571,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-06-28 12:52:49'),(674,6572,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-06-28 12:52:50'),(675,6589,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-06-29 01:15:43'),(676,6601,'http://www.google.co.uk/url?sa=t&source=web&cd=3&ved=0CDwQ_BcwAg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&rct=j&q=used%20tyres%20in%20blackburn&ei=i_OvU-XqKKSp7Aaz84HoCg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=RNs1q1E9xJsSLgkUeaX46g&bvm=bv.69837','www.mstyresblackburn.co.uk/index.php','used tyres in blackburn','2014-06-29 11:38:47'),(677,6614,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=20&controller=product&id_lang=1','','2014-06-29 22:45:40'),(678,6620,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-06-30 12:39:52'),(679,6622,'http://www.google.co.uk/url?url=http://www.mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ei=-WixU4iPFbH07Aa84YHABQ&ved=0CEUQoAIwCQ&usg=AFQjCNEwvMdjDBZI0sJsF3sHRlfazqo7Bw','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-06-30 13:48:40'),(680,6624,'http://www.google.co.uk/url?url=http://www.mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ei=-WixU4iPFbH07Aa84YHABQ&ved=0CEUQoAIwCQ&usg=AFQjCNEwvMdjDBZI0sJsF3sHRlfazqo7Bw','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-06-30 13:48:41'),(681,6628,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=18&ved=0CHgQFjAHOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&ei=KLexU8jZDqWc0QXHsoHgBA&usg=AFQjCNHWZWIYgPzjc0ib6fccUKEC1Ci','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','&esrc=s','2014-06-30 19:32:35'),(682,6629,'http://www.google.co.uk/url?sa=t&rct=j&q=tyre%20shops%20blackburn&source=web&cd=7&ved=0CDMQ_BcwBg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=M7uxU5SvC4in0wWN8IDYBA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','tyre shops blackburn','2014-06-30 19:37:29'),(683,6768,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-06-30 21:07:19'),(684,6769,'http://www.google.com/url?sa=t&rct=j&q=235%2F40wr18%2097w%20landsail%20ocena%20&source=web&cd=4&ved=0CCwQFjAD&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D26%26controller%3Dproduct%26id_lang%3D1&ei=g-GxU_TuGPDo7Aal2YGIDw&usg=AFQj','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','235/40wr18 97w landsail ocena','2014-06-30 22:20:03'),(685,6770,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-06-30 22:45:07'),(686,6771,'http://www.google.se/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&docid=3uSfZXY4Avc0TM&tbnid=I301En-mkEv4gM:&ved=0CAEQjxw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D27%26controller%3Dproduct%26id_lang%3D1&ei=z_GxU-bmFOK9ygOX04GYA','www.mstyresblackburn.co.uk/index.php?id_product=27&controller=product&id_lang=1','&esrc=s','2014-06-30 23:29:37'),(687,6784,'http://www.1businessenterprise.co.uk/our-clients.php','www.mstyresblackburn.co.uk/index.php','','2014-07-01 09:49:16'),(688,6842,'http://www.1businessenterprise.co.uk/our-clients.php','www.mstyresblackburn.co.uk/index.php','','2014-07-01 17:53:59'),(689,6921,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-07-02 15:02:07'),(690,6922,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-07-02 15:12:37'),(691,6947,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=26&ved=0CIABEBYwDzgK&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&ei=7wa1U4DrGY7Y7Abj6YGYDw&usg=AFQjCNHWZWIYgPzjc0ib6fccUKEC1C','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','&esrc=s','2014-07-03 07:37:56'),(692,6949,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=17&ved=0CLMBEBYwEA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=oDu1U7m-CsX80QWZ64GoCA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.70138588,d.ZWU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-07-03 11:24:01'),(693,6952,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&ved=0CDEQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=mUq1U-XND4GvO-mygbgJ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-07-03 12:25:34'),(694,6995,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0CEAQFjAC&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=Ho62U6asGOmR7AaUs4GwBQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-07-04 11:26:10'),(695,6998,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-07-04 14:18:36'),(696,7019,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-07-05 01:12:46'),(697,7026,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-07-05 03:47:38'),(698,7030,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&ved=0CHwQFjAI&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=Gea3U_X-MOnG7Aa_nIBg&usg=AFQjCNE1Ca_-PPn5dxqsbrcb2E1gypusNQ&si','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&esrc=s','2014-07-05 11:54:10'),(699,7031,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-07-05 12:49:40'),(700,7032,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-07-05 13:42:11'),(701,7032,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-07-05 13:43:44'),(702,7044,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2014-07-05 16:58:08'),(703,7049,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-07-05 20:25:21'),(704,7057,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-07-06 10:20:38'),(705,7140,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=10&ved=0CIgBEKACMAk&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=sHq5U-XnJvSM7AbZ6YCYDA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-07-06 16:47:20'),(706,7143,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-07-06 19:31:17'),(707,7150,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-07-07 13:49:35'),(708,7153,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CFcQoAIwBA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=Oq66U7DtIseS7AbgtoC4CQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.70138588,d.ZGU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-07-07 14:31:52'),(709,7155,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-07-07 15:37:20'),(710,7157,'http://youtube-downloader.savetubevideo.com/youtube-downloader.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-07-07 15:54:53'),(711,7176,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=5&ved=0CGAQoAIwBA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=ZL27U679GI-V7Aap8YHQCg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-07-08 09:50:59'),(712,7177,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-07-08 10:57:48'),(713,7179,'http://www.google.fr/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=4&ved=0CE8QFjAD&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=bgW8U-3qEKfU0QXHyoDQDQ&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxTZM','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','&esrc=s','2014-07-08 15:10:03'),(714,7185,'http://www.discountshealthservice.com/lancashire.asp','www.mstyresblackburn.co.uk/index.php','','2014-07-08 18:47:43'),(715,7197,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CFgQFjAD&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=M229U_bBB4qm0AXruoGABw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=jecwnJuMh2XUG5njXWxjjw&bvm=bv.70138588,d.d2k','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-07-09 16:31:14'),(716,7228,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-07-10 12:37:35'),(717,7229,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-07-10 13:10:21'),(718,7230,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&cad=rja&uact=8&ved=0CH0QoAIwBw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=HY6-U9jALJKv7AaKy4DgCQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=gpFizJS5T7hWluAmI2CBYw&bvm=bv.70138588,d.Z','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-07-10 13:23:14'),(719,7235,'http://youtube-downloader.savetubevideo.com/youtube-downloader.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-07-10 18:21:48'),(720,7236,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-07-10 18:26:50'),(721,7253,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-07-11 09:02:27'),(722,7257,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-07-11 11:58:38'),(723,7258,'http://youtube-downloader.savetubevideo.com/youtube-downloader.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-07-11 12:40:41'),(724,7259,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-07-11 12:59:52'),(725,7304,'http://47.kambasoft.com/2.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-07-11 14:30:57'),(726,7322,'https://www.google.com.pk/','www.mstyresblackburn.co.uk/index.php','','2014-07-12 06:11:22'),(727,7325,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-07-12 08:26:50'),(728,7326,'http://www.google.co.uk/url?sa=t&source=web&cd=5&ved=0CCYQtBcwBA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&rct=j&q=car%20Tyres%20blackburn&ei=6ATBU769F8mg0QXljYDIAg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.70810081,d.ZWU','www.mstyresblackburn.co.uk/index.php','car Tyres blackburn','2014-07-12 09:55:40'),(729,7327,'https://www.google.nl/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=12&controller=manufacturer&id_lang=1','','2014-07-12 10:19:29'),(730,7328,'https://www.google.nl/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2014-07-12 10:19:29'),(731,7330,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-07-12 12:45:59'),(732,7331,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-07-12 13:21:58'),(733,7340,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-07-13 06:12:41'),(734,7347,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-07-13 16:17:04'),(735,7360,'http://www.google.fr/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F4%2F64-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=jw6X','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2014-07-13 21:36:30'),(736,7360,'http://www.google.fr/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F4%2F64-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=jw6X','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2014-07-13 21:36:37'),(737,7368,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-07-14 07:39:27'),(738,7337,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0CEcQoAIwBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=OJLDU4OeDqe_0QWZ94DwDQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=kWC45flDZc8Ywlcw209msQ&bvm=bv.70810081,d.ZWU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-07-14 08:22:50'),(739,7371,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CD4QFjAD&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=tsbDU-GhL-2f7AaV74DoBA&usg=AFQjCNE1Ca_-PPn5dxqsbrcb2E1gypusNQ&','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&esrc=s','2014-07-14 12:07:27'),(740,7376,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CEEQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=diXEU_fPO4rW0QWW-oCIAw&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxTZM6g&','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','&esrc=s','2014-07-14 18:51:28'),(741,7388,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=7&sqi=2&ved=0CHUQoAIwBg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=0RTFU7quGqjE7AaCvYCoCA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.70810081,d.ZWU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-07-15 11:53:05'),(742,7405,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-07-15 21:03:52'),(743,7407,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-07-16 00:35:01'),(744,7411,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-07-16 13:36:39'),(745,7413,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-07-16 16:10:57'),(746,7432,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-07-17 00:32:57'),(747,7452,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-07-17 12:43:53'),(748,7455,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0CEYQFjAH&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_category%3D34%26controller%3Dcategory%26id_lang%3D1&ei=rdXHU_uVFabe7AaI4YG4Dw&usg=AFQjCNHHUMw-ypErO7NXgYp7jbIcD-Hqw','www.mstyresblackburn.co.uk/index.php?id_category=34&controller=category&id_lang=1','&esrc=s','2014-07-17 14:00:17'),(749,7458,'http://musicas.kambasoft.com/2.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-07-17 14:34:15'),(750,7459,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0CGsQoAIwBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=i93HU9iYAY6Y1AXetIHgCQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=zyOH385z1JZf0KpRZW1RcQ&bvm=bv.71198958,d.d2k','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-07-17 14:37:22'),(751,7473,'http://www.google.com/','www.mstyresblackburn.co.uk/index.php','','2014-07-17 17:03:48'),(752,7482,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-07-17 23:57:28'),(753,7490,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-07-18 08:27:12'),(754,7514,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=9&controller=product&id_lang=1','','2014-07-19 07:56:28'),(755,7519,'http://www.google.com/','www.mstyresblackburn.co.uk/index.php','','2014-07-19 16:23:49'),(756,7533,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&sqi=2&ved=0CG0QoAIwBg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=NnzLU7mFEK-A7QaS7IHYCA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.71198958,d.d2k','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-07-20 08:28:12'),(757,7535,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCIQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=pbPLU-1mo8PRBZH1gOgD&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=OoXO3iDtaIRVIgauBaOvbQ&bvm=bv.71198958,d.d2k','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-07-20 12:23:41'),(758,7541,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-07-20 14:29:42'),(759,7549,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-07-20 21:50:02'),(760,7550,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-07-20 22:54:53'),(761,7564,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-07-21 16:52:54'),(762,7565,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-07-21 16:52:55'),(763,7568,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-07-21 17:26:08'),(764,7570,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-07-21 18:25:54'),(765,7573,'http://yandex.ru/yandsearch?text=www.mstyresblackburn.co.uk&lr=213','www.mstyresblackburn.co.uk/index.php','','2014-07-21 21:56:39'),(766,7574,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-07-21 21:59:40'),(767,7578,'https://www.google.co.nz/','www.mstyresblackburn.co.uk/index.php?id_product=9&controller=product&id_lang=1','','2014-07-22 00:01:53'),(768,7582,'http://yandex.ru/yandsearch?text=www.mstyresblackburn.co.uk&lr=213','www.mstyresblackburn.co.uk/index.php','','2014-07-22 03:26:47'),(769,7595,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=7&sqi=2&ved=0CEMQFjAG&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D26%26controller%3Dproduct%26id_lang%3D1&ei=_F7OU5OvK8W9ygOtmoGoDA&usg=AFQjCNGsHSPV8VYcpxbCHSC','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','&esrc=s','2014-07-22 13:00:25'),(770,7599,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-07-22 16:31:45'),(771,7627,'http://youtube-downloader.savetubevideo.com/youtube-downloader.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-07-23 06:20:32'),(772,7650,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CDYQFjAD&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D34%26controller%3Dproduct%26id_lang%3D1&ei=F_LPU8m8GITH7Ab-t4HIAw&usg=AFQjCNE5lQbxVByA7a8yKciq1YIeLmAGPw&','www.mstyresblackburn.co.uk/index.php?id_product=34&controller=product&id_lang=1','&esrc=s','2014-07-23 17:39:14'),(773,7651,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-07-23 17:50:32'),(774,7655,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-07-24 00:14:04'),(775,7738,'http://youtube-downloader.savetubevideo.com/youtube-downloader.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-07-24 03:27:33'),(776,7742,'http://57.kambasoft.com/2.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-07-24 10:37:35'),(777,7743,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-07-24 13:17:28'),(778,7744,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-07-24 14:38:21'),(779,7751,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-07-24 23:07:34'),(780,7752,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-07-24 23:21:36'),(781,7784,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-07-25 13:02:30'),(782,7789,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-07-25 18:33:33'),(783,7814,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-07-26 23:05:24'),(784,7823,'http://www.google.co.uk/url?url=http://www.mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ei=LLDUU8a0Gseg7AbWtoD4Aw&ved=0CDcQFjAEOBQ&usg=AFQjCNGlWdLwvpN_zWDbxDO5Ei5PPYeCpA','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-07-27 07:54:51'),(785,7860,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-07-27 14:33:04'),(786,7877,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-07-28 09:13:56'),(787,7884,'http://www.google.co.uk/url?url=http://www.mstyresblackburn.co.uk/index.php%3Fid_product%3D27%26controller%3Dproduct%26id_lang%3D1&rct=j&frm=1&q=&esrc=s&sa=U&ei=oDXWU7qJFJLT7AaokIDAAw&ved=0CBQQFjAA&usg=AFQjCNEc19GDneaEIVg_JoYSRiYLdA_Nvg','www.mstyresblackburn.co.uk/index.php?id_product=27&controller=product&id_lang=1','&esrc=s','2014-07-28 11:36:23'),(788,7888,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-07-28 14:55:34'),(789,7906,'http://search.aol.co.uk/aol/search?s_it=topsearchbox.search&s_chn=hp_t1&v_t=aoluk-homePage51&q=rapid+p609+tyres+225+45+17','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','rapid p609 tyres 225 45 17','2014-07-29 10:49:38'),(790,7906,'http://search.aol.co.uk/aol/search?s_it=topsearchbox.search&s_chn=hp_t1&v_t=aoluk-homePage51&q=rapid+p609+tyres+225+45+17','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','rapid p609 tyres 225 45 17','2014-07-29 10:58:34'),(791,7908,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-07-29 14:33:17'),(792,7909,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-07-29 14:41:41'),(793,7910,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-07-29 15:02:28'),(794,7911,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-07-29 16:19:06'),(795,7923,'http://uk.search.yahoo.com/search?p=ms+tyres+blackburn&fr=iphone&.tsrc=apple&pcarrier=EE&pmcc=234&pmnc=30','www.mstyresblackburn.co.uk/index.php','','2014-07-29 18:53:47'),(796,7923,'http://uk.search.yahoo.com/search?p=ms+tyres+blackburn&fr=iphone&.tsrc=apple&pcarrier=EE&pmcc=234&pmnc=30','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','','2014-07-29 18:55:06'),(797,7937,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-07-30 05:53:40'),(798,7947,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-07-30 17:36:00'),(799,7993,'http://www.bing.com/search?q=http%3a%2f%2fmycommunityshop.com%2findex.php%3fid_product%3d1%26controller%3dproduct%26id_lang%3d1&go=&qs=HS&filt=custom&first=51&FORM=PORE','www.mstyresblackburn.co.uk/index.php','','2014-08-01 06:41:39'),(800,8003,'https://www.google.be/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2014-08-01 12:53:25'),(801,8008,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-08-01 19:25:46'),(802,8032,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-08-02 22:26:42'),(803,8036,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-08-03 01:30:54'),(804,8050,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-08-03 20:13:17'),(805,8052,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-08-03 22:14:45'),(806,8071,'http://yandex.ru/yandsearch?text=www.mstyresblackburn.co.uk&lr=213','www.mstyresblackburn.co.uk/index.php?id_category=35&controller=category&id_lang=1','','2014-08-04 10:57:33'),(807,8072,'http://yandex.ru/yandsearch?text=www.mstyresblackburn.co.uk&lr=213','www.mstyresblackburn.co.uk/index.php?id_category=34&controller=category&id_lang=1','','2014-08-04 11:01:20'),(808,8094,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&sqi=2&ved=0CGcQoAIwBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=z9jgU4ueM8XQ7Aah44HgCQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-08-05 13:15:24'),(809,8095,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CDQQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=1uXgU4e3JKSm0QWq4ICIAQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=hYfhYEjf8B3tkv8zilSyAg&bvm=bv.72197243,d.ZWU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-08-05 14:10:42'),(810,8095,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0CCAQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=i-bgU6XUD4zn7AbfyoH4DQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=XjL7GcFdr2pGpPY1lrRKHw&bvm=bv.72197243,d.ZWU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-08-05 14:13:44'),(811,8100,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-08-05 20:23:06'),(812,8106,'http://www.google.co.uk/url?sa=t&rct=j&q=rapid%20p609%20tyres%20235%2045%2016&source=web&cd=6&ved=0CCkQFjAF&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=KlXhU4OSOqv07Ab9lYHoCw&usg=AFQjCN','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','rapid p609 tyres 235 45 16','2014-08-05 22:09:04'),(813,8131,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=13&ved=0CKsBEBYwDA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=BCbiU_rdDsef7AbE54HgCg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=mTo_uNdd87HviNHyfLKAMg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-08-06 13:00:15'),(814,8132,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-08-06 15:17:12'),(815,8133,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-08-06 15:42:12'),(816,8136,'http://www.google.com/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=8&ved=0CGsQFjAH&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D26%26controller%3Dproduct%26id_lang%3D1&ei=D3PiU4mRHM6OyATirYHYAQ&usg=AFQjCNGsHSPV8VYcpxbCHSCeG6PVc-X','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','&esrc=s','2014-08-06 18:34:10'),(817,8173,'http://94.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-08-07 00:44:57'),(818,8185,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-08-07 08:31:07'),(819,8194,'http://www.bing.com/search?FORM=UP97DF&PC=UP97&q=tyres+blackburn','www.mstyresblackburn.co.uk/index.php','tyres blackburn','2014-08-07 11:38:43'),(820,8196,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CEcQFjAB&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=kmzjU_jRDamu7Abd-YCQBA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.72676100,d.ZGU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-08-07 12:15:07'),(821,8197,'http://36.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-08-07 12:29:10'),(822,8198,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-08-07 13:14:52'),(823,8200,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CF0QFjAG&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=u5PjU9GbGomr0QWD7YDQBQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.72676100,d.d2k','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-08-07 15:02:33'),(824,8228,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=37&controller=product&id_lang=1','','2014-08-08 03:11:51'),(825,8231,'http://41.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-08-08 07:28:16'),(826,8273,'http://33.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-08-08 23:03:05'),(827,8291,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-08-09 08:42:40'),(828,8302,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-08-09 16:01:57'),(829,8325,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-08-10 08:46:34'),(830,8360,'http://74.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-08-10 19:04:39'),(831,8395,'http://www.bing.com/search?q=part+worn+tyres+blackburn&form=MSNH90&mkt=en-gb&qs=SC&sk=OS1&pq=partworn+tyres+bla&sp=2&sc=6-18','www.mstyresblackburn.co.uk/index.php','','2014-08-11 07:44:36'),(832,8405,'http://83.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-08-11 13:05:35'),(833,8408,'http://30.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-08-11 13:51:37'),(834,8548,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-08-11 19:44:25'),(835,8639,'http://8.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-08-12 17:18:01'),(836,8642,'http://50.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-08-12 19:33:47'),(837,8653,'http://77.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-08-13 00:51:11'),(838,8692,'https://www.google.com.au/','www.mstyresblackburn.co.uk/index.php','','2014-08-13 05:48:36'),(839,8714,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-08-13 12:42:23'),(840,8717,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2014-08-13 16:01:58'),(841,8721,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-08-13 20:09:01'),(842,8725,'http://www.bing.com/search?q=P609+97W+RAPID+&go=Submit+Query&qs=bs&form=QBRE','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2014-08-14 00:23:28'),(843,8727,'http://maps.google.com/local_url?dq=tyres+%2B+blackburn&q=http://www.mstyresblackburn.co.uk/&ved=0CH0Q5AQ&sa=X&ei=CF3sU9GABNKE8gWT4IKwAg&s=ANYYN7lDopdeUMvCfewzw2wi8AQ5VxK2cQ','www.mstyresblackburn.co.uk/index.php','http://www.mstyresblackburn.co.uk/','2014-08-14 06:59:29'),(844,8855,'http://www.google.it/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&docid=cgenJ6U5jP795M&tbnid=jw6Xc_v7ufRbcM:&ved=0CAUQjRw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&ei=MPftU4LHG4Or0QX2vYGgD','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','&esrc=s','2014-08-15 12:09:13'),(845,8858,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-08-15 14:23:55'),(846,8861,'http://78.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-08-15 15:17:13'),(847,8862,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-08-15 16:28:55'),(848,8867,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-08-15 20:38:27'),(849,8880,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&ved=0CIIBEKACMAg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=SCzvU8XYLa2p7Abn-4GwAg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.73231344,d.ZGU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-08-16 10:08:10'),(850,8883,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-08-16 12:31:04'),(851,8915,'http://youtube-downloader.savetubevideo.com/youtube-downloader.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-08-17 10:25:59'),(852,8917,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2014-08-17 11:02:57'),(853,8921,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2014-08-17 13:13:57'),(854,8967,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-08-18 11:23:03'),(855,8981,'http://55.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-08-18 12:39:43'),(856,8984,'https://www.google.nl/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=12&controller=manufacturer&id_lang=1','','2014-08-18 14:51:05'),(857,8986,'http://65.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-08-18 16:49:17'),(858,8990,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-08-18 20:09:37'),(859,9000,'http://98.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-08-19 02:09:21'),(860,9004,'http://63.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-08-19 03:08:24'),(861,9039,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-08-19 13:49:55'),(862,9040,'http://56.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-08-19 13:50:00'),(863,9046,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=37&controller=category&id_lang=1','','2014-08-19 19:13:02'),(864,9056,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-08-20 04:38:09'),(865,9061,'https://www.google.com.sg/','www.mstyresblackburn.co.uk/index.php','','2014-08-20 07:22:04'),(866,9096,'http://51.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-08-20 18:23:53'),(867,9102,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-08-20 20:33:13'),(868,9183,'http://www.1businessenterprise.co.uk/our-clients.php','www.mstyresblackburn.co.uk/index.php','','2014-08-21 23:07:05'),(869,9238,'http://39.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-08-22 01:33:56'),(870,9292,'http://69.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-08-23 20:20:57'),(871,9295,'http://28.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-08-24 01:34:52'),(872,9301,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0CHgQoAIwBw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=_qv5U67HNMjhaqyagZAJ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=fY-GLV9QcHQ-ADB1Vcjycw','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-08-24 09:18:36'),(873,9317,'http://www.google.com/search','www.mstyresblackburn.co.uk/index.php?id_product=27&controller=product&id_lang=1','','2014-08-24 19:04:16'),(874,9339,'http://3.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-08-25 18:35:11'),(875,9348,'http://www.bing.com/search?q=http%3a%2f%2fptraoutdoorwear.com%2findex.php%3fid_product%3d1%26controller%3dproduct%26id_lang%3d1&go=&qs=HS&filt=custom&first=51&FORM=PORE','www.mstyresblackburn.co.uk/index.php','','2014-08-26 06:39:59'),(876,9350,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-08-26 08:58:38'),(877,9351,'http://www.google.co.uk/search?hl=en-GB&source=hp&q=m.s+tyres+&gbv=2&oq=m.s+tyres+&gs_l=heirloom-hp.3...1142.3441.0.3488.10.7.0.0.0.0.0.0..0.0....0...1ac.1.34.heirloom-hp..10.0.0.hho1R1X5FxQ','www.mstyresblackburn.co.uk/index.php','m.s tyres','2014-08-26 09:30:49'),(878,9365,'http://87.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-08-26 13:14:18'),(879,9366,'http://www.google.com.pk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&cad=rja&uact=8&sqi=2&ved=0CDsQFjAD&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=O5j8U7jvDsix0AX48YCYBQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=lyivmpMsjPRFP0wLRV09hg&bvm=bv.7361230','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-08-26 14:28:21'),(880,9369,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=11&ved=0CDsQFjAAOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=0cL8U_PHA6O70QXVjoHgDA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-08-26 17:30:08'),(881,9380,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CFIQFjAB&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=1v79U6HFJcbnaPuogagG&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-08-27 15:58:28'),(882,9381,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&sqi=2&ved=0CGwQoAIwBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=uwD-U4HDLtDo7AbakYCACQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-08-27 16:15:11'),(883,9386,'http://758.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-08-27 19:14:15'),(884,9387,'https://www.google.ge/','www.mstyresblackburn.co.uk/index.php','','2014-08-27 20:02:27'),(885,9396,'http://637.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-08-28 01:38:41'),(886,9400,'http://www.google.com/url?sa=t&source=web&cd=8&ved=0CEUQ_BcoATAH&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&rct=j&q=ms%20tyres%20blackburn&ei=Ubf-U9SqCsyO7QafpYG4DA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.74035653,d.ZGU','www.mstyresblackburn.co.uk/index.php','ms tyres blackburn','2014-08-28 05:05:37'),(887,9402,'http://www.google.co.uk/url?url=http://www.mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ei=bP_-U6rlCJPbaoXOgfAH&ved=0CFgQoAIwCA&usg=AFQjCNHaG0CexWWHebDMyuTLPU94kwmQ1Q','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-08-28 10:13:27'),(888,9402,'http://www.google.co.uk/url?url=http://www.mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ei=bP_-U6rlCJPbaoXOgfAH&ved=0CFgQoAIwCA&usg=AFQjCNHaG0CexWWHebDMyuTLPU94kwmQ1Q','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-08-28 10:14:29'),(889,9402,'http://www.google.co.uk/url?url=http://www.mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ei=bP_-U6rlCJPbaoXOgfAH&ved=0CFgQoAIwCA&usg=AFQjCNHaG0CexWWHebDMyuTLPU94kwmQ1Q','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-08-28 10:14:30'),(890,9416,'http://www.google.co.uk/url?sa=t&source=web&cd=14&ved=0CFMQFjAN&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D38%26controller%3Dproduct%26id_lang%3D1&rct=j&q=landsail%20ls388%2091w&ei=bkf_U5iAN-f07AbBwICYBA&usg=AFQjCNEHPIWHFMbyecn','www.mstyresblackburn.co.uk/index.php?id_product=38&controller=product&id_lang=1','landsail ls388 91w','2014-08-28 15:21:14'),(891,9421,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-08-28 20:59:01'),(892,9424,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-08-28 21:24:45'),(893,9438,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-08-29 11:07:12'),(894,9439,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-08-29 14:08:22'),(895,9545,'http://322.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-08-30 13:42:47'),(896,9552,'http://www.google.co.uk/search?hl=en-GB&redir_esc=&client=ms-android-vf-gb&source=android-search-app&v=133247963&qsubts=1409438836637&q=brake+pipes+blackburn&v=133247963','www.mstyresblackburn.co.uk/index.php?id_category=35&controller=category&id_lang=1','brake pipes blackburn','2014-08-30 22:55:37'),(897,9566,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-08-31 15:10:06'),(898,9584,'http://www.bing.com/search?q=http%3a%2f%2fwww.rechtuitnyc.com%2findex.php%3fid_category%3d3%26controller%3dcategory%26id_lang%3d1&go=&qs=HS&filt=custom&first=101&FORM=PORE','www.mstyresblackburn.co.uk/index.php','','2014-09-01 09:40:43'),(899,9586,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-01 11:27:54'),(900,9591,'http://658.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-09-01 13:33:16'),(901,9592,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-01 14:26:58'),(902,9592,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-01 14:27:42'),(903,9616,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-02 06:44:15'),(904,9617,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-02 08:04:55'),(905,9622,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0CIEBEKACMAc&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=V6MFVL35AsvPaIz9gagN&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-09-02 11:06:33'),(906,9633,'http://150.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-09-02 19:01:00'),(907,9635,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-02 20:50:35'),(908,9647,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1&p=3','','2014-09-03 11:00:19'),(909,9648,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&sqi=2&ved=0CFYQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=hfYGVNurOa7b7AbdroBA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.74115972,d.ZGU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-09-03 11:25:24'),(910,9669,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-03 18:23:35'),(911,9671,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-03 19:14:08'),(912,9673,'http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CEoQFjAG&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_manufacturer%3D12%26controller%3Dmanufacturer%26id_lang%3D1&ei=2XIHVP3VIsPMyAPn_oGgAQ&usg=AFQjCNE-wrplnwrgolz7IFNew1b','www.mstyresblackburn.co.uk/index.php?id_manufacturer=12&controller=manufacturer&id_lang=1','&esrc=s','2014-09-03 20:03:59'),(913,9678,'http://415.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-09-03 23:24:30'),(914,9680,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-04 00:36:23'),(915,9691,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-04 09:16:26'),(916,9698,'http://944.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-09-04 13:27:53'),(917,9700,'http://496.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-09-04 16:09:43'),(918,9705,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=8&ved=0CH8QoAIwBw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=8fsIVLjILYvo7Aacj4HwCw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=zO0FZKREAdFMuCrweTw4Ow','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-09-04 23:12:33'),(919,9719,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=13&ved=0CE0QFjACOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&ei=560JVJGxIJbxaKbRgogE&usg=AFQjCNHWZWIYgPzjc0ib6fccUKE','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','&esrc=s','2014-09-05 12:35:36'),(920,9736,'http://346.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-09-05 16:35:45'),(921,9746,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-06 07:49:38'),(922,9752,'http://www.google.co.uk/url?sa=t&rct=j&q=rapid+tyres+p609&source=web&cd=12&ved=0CCQQFjABOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=vVELVLyFB8mf7AbCm4GIBg&usg=AFQjCNE1Ca_-PPn5dxqsbr','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','rapid tyres p609','2014-09-06 18:26:49'),(923,9764,'http://217.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-09-06 20:06:30'),(924,9768,'http://youtube-downloader.savetubevideo.com/youtube-downloader.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-09-07 02:30:19'),(925,9772,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-07 10:59:44'),(926,9786,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-07 16:01:15'),(927,9790,'https://www.google.com.cy/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2014-09-07 21:24:08'),(928,9800,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-08 09:48:43'),(929,9806,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=24&ved=0CGMQFjADOBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=6_sNVLeGOezo7AbAvICIDA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=Bddd6pPyblrzsBs6pjDpiw','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-09-08 18:58:42'),(930,9807,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-08 19:02:01'),(931,9808,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-08 22:46:20'),(932,9823,'http://www.bing.com/search?q=m+and+s+tyres+blackburn&a=results&MID=2500','www.mstyresblackburn.co.uk/index.php','','2014-09-09 13:08:10'),(933,9824,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-09 13:24:44'),(934,9826,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-09 16:37:16'),(935,9826,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-09 16:37:57'),(936,9826,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-09 16:40:13'),(937,9827,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-09 16:42:55'),(938,9826,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-09 16:44:00'),(939,9844,'http://www.google.com.au/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CDQQFjAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=OYEPVK76HonJuASb3IKoDQ&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxTZM6g','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','&esrc=s','2014-09-09 22:38:51'),(940,9844,'http://www.google.com.au/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CDQQFjAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=a4QPVKmfEYrmuQTx8oKABQ&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxTZM6g','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','&esrc=s','2014-09-09 22:52:32'),(941,9883,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2014-09-10 03:19:01'),(942,9903,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&cad=rja&uact=8&ved=0CDwQFjAF&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=Iq0QVMedJNLG7AbjzYGIAQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.74649129,d.ZWU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-09-10 19:58:53'),(943,9924,'http://maps.google.co.uk/local_url?dq=4+Whitebirk+Bleach+Works+Whitebirk+Road,+BB1+3JA&q=http://www.mstyresblackburn.co.uk/&oi=miw&sa=X&ct=miw_link&cd=1&cad=homepage,cid:14846987743364526223&ei=F78QVJyWIsHH8APWnIHACw&s=ANYYN7kK2x7KFY_wdGZRn0V74DLmfT19Zw','www.mstyresblackburn.co.uk/index.php','http://www.mstyresblackburn.co.uk/','2014-09-10 21:15:28'),(944,9935,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-11 08:17:09'),(945,9940,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-11 09:42:30'),(946,9935,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-11 09:43:06'),(947,9946,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-11 12:33:16'),(948,9948,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-11 12:34:04'),(949,9983,'https://www.google.com.au/','www.mstyresblackburn.co.uk/index.php','','2014-09-12 00:59:36'),(950,9994,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-12 09:17:23'),(951,9995,'https://www.google.com.au/','www.mstyresblackburn.co.uk/index.php','','2014-09-12 09:47:43'),(952,9998,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-12 11:19:21'),(953,10003,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-12 17:04:36'),(954,10008,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-09-12 19:06:03'),(955,10025,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=15&ved=0CKIBEBYwDg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=ZgYUVPH-KIL3asHBgpgM&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.75097201,d.d2s','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-09-13 09:15:27'),(956,10025,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=15&ved=0CKIBEBYwDg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=ZgYUVPH-KIL3asHBgpgM&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.75097201,d.d2s','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-09-13 09:16:14'),(957,10028,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=20&controller=product&id_lang=1','','2014-09-13 10:49:59'),(958,10030,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-09-13 11:27:44'),(959,10034,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-09-13 15:17:08'),(960,10036,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-13 17:05:25'),(961,10037,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-13 17:09:23'),(962,10040,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-13 17:43:38'),(963,10054,'http://musica.descargar-musica-gratis.net/descargar-musica-gratis.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-09-13 19:55:10'),(964,10060,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-09-14 04:10:53'),(965,10061,'http://www.google.co.uk/url?sa=t&source=web&cd=6&ved=0CEgQ_BcwBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&rct=j&q=tyres%20blackburn&ei=HEMVVPbBIMXWauCegogL&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.75097201,d.d2s','www.mstyresblackburn.co.uk/index.php','tyres blackburn','2014-09-14 07:27:50'),(966,10067,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-14 14:53:11'),(967,10071,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-09-14 19:54:21'),(968,10084,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&sqi=2&ved=0CHEQoAIwCA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=T5kWVLz7K6qr7Abt2oGwAw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-09-15 07:48:40'),(969,10095,'http://www.bing.com/search?q=manufacturer+of+landsail+tyres+&qs=n&form=QBRE&pq=manufacturer+of+landsail+tyres+&sc=0-31&sp=-1&sk=&cvid=2b78100aef964291afb5d11c161c0273','www.mstyresblackburn.co.uk/index.php?controller=manufacturer','','2014-09-15 12:28:38'),(970,10100,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-15 15:26:18'),(971,10115,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-09-15 17:27:30'),(972,10193,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-15 19:43:36'),(973,10194,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-09-15 20:39:37'),(974,10195,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-09-15 21:16:03'),(975,10223,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-09-16 18:13:30'),(976,10241,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-17 10:37:37'),(977,10322,'http://www.discountshealthservice.com/lancashire.asp','www.mstyresblackburn.co.uk/index.php','','2014-09-17 12:36:37'),(978,10322,'http://www.discountshealthservice.com/lancashire.asp','www.mstyresblackburn.co.uk/index.php','','2014-09-17 12:39:56'),(979,10326,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=27&controller=product&id_lang=1','','2014-09-17 16:18:17'),(980,10334,'http://www.bing.com/search?q=ms+tyres+blackburn&qs=SC&pq=m+s+tyres+blackbur&sc=1-18&sp=1&cvid=e1e4aefbb74948a792a785f680db09a8&FORM=QBRE','www.mstyresblackburn.co.uk/index.php','','2014-09-17 19:30:45'),(981,10336,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-09-17 20:26:15'),(982,10357,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=11&ved=0CEAQFjAAOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=_LQaVJLPKMie7Aarr4GgCQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.75097201,d.ZGU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-09-18 10:34:28'),(983,10368,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-09-18 17:57:02'),(984,10371,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-09-18 19:37:04'),(985,10382,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php','','2014-09-19 11:54:42'),(986,10385,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-19 12:53:58'),(987,10404,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&sqi=2&ved=0CHQQoAIwBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=wH0cVLKVH43PaKzugYAJ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=BEtYAL87J1ERtFoYb-gq_g&bvm=bv.75775273,d.ZWU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-09-19 19:04:03'),(988,10421,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-20 09:27:22'),(989,10422,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-09-20 09:44:43'),(990,10427,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-09-20 13:28:02'),(991,10430,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCMQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=TI4dVK6SMsTj7Qaip4H4Cw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.75775273,d.ZGU&cad=rja','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-09-20 14:30:03'),(992,10435,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CEgQFjAB&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=G6MdVIy1HYvmarvFgaAL&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.75775273,d.d2s','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-09-20 15:55:09'),(993,10452,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-09-21 03:40:35'),(994,10465,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-09-21 12:52:26'),(995,10490,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-09-22 07:24:24'),(996,10491,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-22 08:12:36'),(997,10493,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-22 08:59:20'),(998,10498,'http://www.google.com/search?client=ms-rim&hl=en&q=ms%20tyres%2C%20whitebirk&ie=UTF-8&oe=UTF-8&channel=browser','www.mstyresblackburn.co.uk/index.php','ms tyres, whitebirk','2014-09-22 12:11:38'),(999,10499,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-22 12:29:59'),(1000,10500,'http://www.google.co.uk/url?sa=t&rct=j&q=tyres&source=web&cd=8&ved=0CEcQ_BcwBw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=5RUgVJb2Gaac7gbB74HwCw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','tyres','2014-09-22 12:41:33'),(1001,10508,'https://www.google.fr/','www.mstyresblackburn.co.uk/index.php','','2014-09-22 17:20:08'),(1002,10557,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-09-24 01:48:20'),(1003,10561,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-24 07:56:51'),(1004,10562,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-24 12:54:01'),(1005,10578,'http://www.bing.com/search?q=ms+tyres&qs=n&form=QBRE&pq=ms+tyres&sc=8-8&sp=-1&sk=&cvid=9339ee0961cd4d918c283f0f328bd5e2','www.mstyresblackburn.co.uk/index.php','','2014-09-25 08:29:32'),(1006,10594,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&cad=rja&uact=8&ved=0CFQQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=KwskVOGCI9fdasS0geAI&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.76247554,d.d2s','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-09-25 12:33:00'),(1007,10604,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-25 15:40:55'),(1008,10633,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-09-26 10:12:30'),(1009,10635,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-09-26 12:04:37'),(1010,10640,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-09-26 14:58:01'),(1011,10645,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-26 20:56:54'),(1012,10647,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-09-26 21:28:53'),(1013,10657,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-27 07:55:49'),(1014,10661,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=36&controller=product&id_lang=1','','2014-09-27 09:13:58'),(1015,10680,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-09-27 11:20:45'),(1016,10683,'http://www.google.co.uk/url?url=http://www.mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ei=mq8mVIDIN42OyATJ-oCQAQ&ved=0CCcQFjAA&usg=AFQjCNE6iy3kNLESqQvryT7bbKWL4aEOnQ','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-09-27 12:39:00'),(1017,10684,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-27 13:29:14'),(1018,10688,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','','2014-09-27 14:17:35'),(1019,10688,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','','2014-09-27 14:25:54'),(1020,10692,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-27 17:09:10'),(1021,10694,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-09-27 17:47:54'),(1022,10696,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-27 18:11:55'),(1023,10700,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-09-27 23:21:32'),(1024,10707,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-28 06:27:48'),(1025,10710,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=12&ved=0CI8BEBYwCw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=VeYnVIqAN9HsaOD1gLgB&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-09-28 10:45:02'),(1026,10711,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-09-28 11:41:33'),(1027,10712,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-09-28 11:45:03'),(1028,10715,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-09-28 15:03:47'),(1029,10716,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-28 15:13:32'),(1030,10721,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-09-28 18:16:52'),(1031,10753,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-09-29 15:22:11'),(1032,10767,'http://search.babylon.com/?s=web&babsrc=SP_ss_din2g&rlz=0&sd=1&q=landsail+tyre+manfacturer&start=10','www.mstyresblackburn.co.uk/index.php?controller=manufacturer','','2014-09-30 08:41:31'),(1033,10771,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-09-30 12:02:05'),(1034,10772,'http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CEQQFjAB&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=UZ0qVI6zGtLW7QbApIDoCA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.76477589,d.ZGU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-09-30 12:10:00'),(1035,10860,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-09-30 19:17:55'),(1036,10865,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-01 00:44:19'),(1037,10881,'http://www.google.com/m?q=ms+tyres+blackburn&client=ms-opera-mini-android&channel=new','www.mstyresblackburn.co.uk/index.php','','2014-10-01 10:52:42'),(1038,10882,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=13&ved=0CCsQFjACOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=beorVPnMDMvePYv4gfAH&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=JMEx2SJiWZ-eNf74KnXruw','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-10-01 11:54:11'),(1039,10888,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=23&ved=0CEsQFjACOBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D9%26controller%3Dproduct%26id_lang%3D1&ei=sVcsVLbxBum8ygP5uoGICw&usg=AFQjCNFXhLp7DaHp6_6PebJYcQQ8oRCb','www.mstyresblackburn.co.uk/index.php?id_product=9&controller=product&id_lang=1','&esrc=s','2014-10-01 19:37:34'),(1040,10905,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CEUQFjAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=GH4sVOTKG4flaNLggcAG&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=n28C1vBEEejyOBh5OwRDGw&bvm=bv.76477589,d.d2s','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-10-01 22:23:49'),(1041,10907,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-10-02 00:44:23'),(1042,10915,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-02 07:22:20'),(1043,10918,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=10&ved=0CHoQFjAJ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&ei=OAstVJ_tBIbCPM6LgYgL&usg=AFQjCNHWZWIYgPzjc0ib6fccUKEC1CiZaw','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','&esrc=s','2014-10-02 08:37:36'),(1044,10938,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-10-03 01:50:52'),(1045,10947,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-03 08:37:48'),(1046,10953,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-03 11:30:50'),(1047,10955,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=35&controller=category&id_lang=1','','2014-10-03 12:21:38'),(1048,10997,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2014-10-04 08:35:24'),(1049,11002,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-04 16:18:39'),(1050,11002,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2014-10-04 16:21:44'),(1051,11004,'http://www.bing.com/search?q=http%3a%2f%2fknottygalcrochet.com%2findex.php%3fid_product%3d1%26controller%3dproduct&go=&qs=HS&filt=custom&first=51&FORM=PORE','www.mstyresblackburn.co.uk/index.php','','2014-10-04 16:55:09'),(1052,11007,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-10-04 17:10:52'),(1053,11037,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-05 14:09:17'),(1054,11038,'http://www.1businessenterprise.co.uk/our-clients.php','www.mstyresblackburn.co.uk/index.php','','2014-10-05 14:44:45'),(1055,11091,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-05 16:42:04'),(1056,11095,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-10-05 18:29:55'),(1057,11143,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=15&ved=0CH0QFjAO&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=DbEyVIboHsexPLOzgNAO&usg=AFQjCNE1Ca_-PPn5dxqsbrcb2E1gypusNQ&b','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&esrc=s','2014-10-06 15:24:43'),(1058,11147,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-06 16:17:39'),(1059,11155,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-10-06 23:46:50'),(1060,11156,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=13&ved=0CE8QFjACOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=KzozVMiaL4HqyQOR0oL4AQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=FvNLWebKDa_IP2ZMeEE9Mw','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-10-07 00:58:21'),(1061,11167,'http://www.google.co.uk/search?q=ms+tyres&oq=ms+tyres&aqs=chrome..69i57j0l5.2767j0j9&sourceid=chrome&es_sm=122&ie=UTF-8&gws_rd=ssl','www.mstyresblackburn.co.uk/index.php','','2014-10-07 09:09:36'),(1062,11168,'http://www.google.co.uk/search?q=ms+tyre+blackburn&oq=ms+tyre+blackburn&aqs=chrome..69i57j0.10333j0j8&sourceid=chrome&es_sm=122&ie=UTF-8&gws_rd=ssl','www.mstyresblackburn.co.uk/index.php','','2014-10-07 09:25:08'),(1063,11169,'http://www.google.co.uk/url?sa=t&rct=j&q=ms%20tyre%20blackburn&source=web&cd=1&ved=0CCMQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=K7EzVLmfI5bXasyVgWA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.76943099,d.d2s','www.mstyresblackburn.co.uk/index.php','ms tyre blackburn','2014-10-07 09:25:09'),(1064,11172,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0CHUQoAIwBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=I7MzVOXcPLTY7Aa71oHgAg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-10-07 09:38:21'),(1065,11173,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&sqi=2&ved=0CDYQFjAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=esMzVNqXO8fd7Qbxo4AY&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-10-07 10:43:32'),(1066,11187,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2014-10-07 13:22:53'),(1067,11192,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CHgQoAIwBg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=vCU0VIuQIpDe7AbK0YCQBg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-10-07 17:45:19'),(1068,11194,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php','','2014-10-07 18:13:12'),(1069,11214,'http://www.baidu.com/s?wd=NULL','www.mstyresblackburn.co.uk/index.php','','2014-10-08 14:01:04'),(1070,11217,'https://www.google.gr/','www.mstyresblackburn.co.uk/index.php','','2014-10-08 15:22:52'),(1071,11219,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-08 17:39:07'),(1072,11220,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-08 17:39:09'),(1073,11234,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-10-09 07:00:44'),(1074,11239,'http://www.baidu.com/s?wd=NULL','www.mstyresblackburn.co.uk/index.php','','2014-10-09 09:45:34'),(1075,11255,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-10-09 15:24:33'),(1076,11257,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-09 16:53:04'),(1077,11264,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=20&controller=product&id_lang=1','','2014-10-09 20:29:42'),(1078,11318,'http://www.baidu.com/s?wd=NULL','www.mstyresblackburn.co.uk/index.php','','2014-10-10 06:43:23'),(1079,11321,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-10-10 11:03:07'),(1080,11326,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-10-10 18:42:53'),(1081,11334,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-11 08:06:10'),(1082,11335,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-11 08:54:37'),(1083,11335,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-11 09:01:13'),(1084,11337,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-11 09:11:27'),(1085,11351,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-11 10:50:23'),(1086,11352,'http://www.bing.com/search?q=tyres+blackburn&form=PRGBEN&mkt=en-gb&pq=tyres+blackburn&sc=2-15&sp=-1&qs=n&sk=','www.mstyresblackburn.co.uk/index.php','','2014-10-11 11:01:10'),(1087,11352,'http://www.bing.com/search?q=tyres+blackburn&form=PRGBEN&mkt=en-gb&pq=tyres+blackburn&sc=2-15&sp=-1&qs=n&sk=','www.mstyresblackburn.co.uk/index.php','','2014-10-11 11:09:16'),(1088,11366,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2014-10-11 17:46:16'),(1089,11366,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2014-10-11 17:56:38'),(1090,11371,'http://www.baidu.com/s?wd=NULL','www.mstyresblackburn.co.uk/index.php','','2014-10-11 21:40:48'),(1091,11376,'http://www.baidu.com/s?wd=NULL','www.mstyresblackburn.co.uk/index.php','','2014-10-12 04:27:58'),(1092,11383,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=34&controller=category&id_lang=1','','2014-10-12 08:49:38'),(1093,11393,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-10-12 11:46:21'),(1094,11398,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-10-12 14:31:15'),(1095,11399,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2014-10-12 16:12:51'),(1096,11404,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-10-12 21:43:49'),(1097,11406,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-12 22:54:05'),(1098,11406,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-12 22:54:14'),(1099,11419,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-13 10:18:06'),(1100,11421,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2014-10-13 10:34:33'),(1101,11423,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2014-10-13 11:12:00'),(1102,11436,'http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CCsQFjAB&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=qxQ8VMNwwdZqrKGAmAs&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=riRvju1cjWhoBLYCzOq6hQ&bvm=bv.77161500,d.d2s','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-10-13 18:07:55'),(1103,11437,'http://www.google.co.uk/search?hl=en-GB&source=hp&q=part+worn+tyres+blackburn&gbv=2&oq=part+worn+tyres+bl&gs_l=heirloom-hp.1.1.0l10.14223.27817.0.30345.18.9.0.9.9.0.488.2296.0j4j2j2j1.9.0....0...1ac.1.34.heirloom-hp..2.16.2322.kL0NHWpHqo8','www.mstyresblackburn.co.uk/index.php','part worn tyres blackburn','2014-10-13 19:17:37'),(1104,11438,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2014-10-13 20:10:24'),(1105,11439,'https://www.google.by/','www.mstyresblackburn.co.uk/index.php','','2014-10-13 20:14:26'),(1106,11454,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-13 20:58:44'),(1107,11455,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-10-13 23:00:48'),(1108,11464,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-10-14 10:56:12'),(1109,11466,'http://www.baidu.com/s?wd=NULL','www.mstyresblackburn.co.uk/index.php','','2014-10-14 11:11:55'),(1110,11467,'http://search.aol.co.uk/aol/search?enabled_terms=&s_it=aoluk-homePage50&q=22540wr18+tyres&s_chn=hp_sticky&s_chn=hp_sticky','www.mstyresblackburn.co.uk/index.php?id_product=11&controller=product&id_lang=1','22540wr18 tyres','2014-10-14 12:03:10'),(1111,11475,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-10-14 17:57:46'),(1112,11476,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-14 20:23:25'),(1113,11479,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-15 06:04:36'),(1114,11480,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-10-15 06:16:13'),(1115,11483,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-15 09:45:12'),(1116,11486,'http://www.baidu.com/s?wd=NULL','www.mstyresblackburn.co.uk/index.php','','2014-10-15 10:48:48'),(1117,11488,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2014-10-15 12:43:39'),(1118,11532,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&ved=0CD4QFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=g5k_VPjsGdLe7AaSoYHAAg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.77648437,d.ZWU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-10-16 10:11:35'),(1119,11534,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2014-10-16 11:59:07'),(1120,11538,'http://www.baidu.com/s?wd=NULL','www.mstyresblackburn.co.uk/index.php','','2014-10-16 13:31:32'),(1121,11539,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-16 16:00:51'),(1122,11539,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-16 16:03:46'),(1123,11545,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0CDIQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=9y9AVNT4OovvaNGwgAg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=FlTHCR7tSHr3O1bKeesVBQ&bvm=bv.77648437,d.d2s','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-10-16 20:53:34'),(1124,11553,'http://www.baidu.com/s?wd=NULL','www.mstyresblackburn.co.uk/index.php','','2014-10-17 08:44:32'),(1125,11557,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-17 12:20:51'),(1126,11558,'http://www.google.co.uk/url?url=http://www.mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ei=ghdBVMmxHoqf7gafwoF4&ved=0CEcQoAIwBg&usg=AFQjCNEnyRtDPLOSax1bDeSGFiXJOKqDOg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-10-17 13:22:30'),(1127,11570,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-17 14:14:12'),(1128,11571,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-17 15:31:58'),(1129,11574,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=13&ved=0CJ0BEBYwDA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=gz9BVKPeJITj7QbEg4HQAw&usg=AFQjCNE1Ca_-PPn5dxqsbrcb2E','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&esrc=s','2014-10-17 16:12:25'),(1130,11576,'http://13432654.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-10-17 18:33:45'),(1131,11587,'http://13432654.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-10-17 21:35:48'),(1132,11597,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=14&ved=0CFcQFjADOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=fRBCVIayBOre7AaW0YDQCw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-10-18 07:03:51'),(1133,11600,'http://www.baidu.com/s?wd=NULL','www.mstyresblackburn.co.uk/index.php','','2014-10-18 08:45:55'),(1134,11658,'http://www.baidu.com/s?wd=NULL','www.mstyresblackburn.co.uk/index.php','','2014-10-19 10:46:50'),(1135,11732,'http://www.bing.com/search?q=part+worn+tyres+blackburn&FORM=IE8SRC','www.mstyresblackburn.co.uk/index.php','','2014-10-20 09:33:38'),(1136,11736,'http://www.google.com/','www.mstyresblackburn.co.uk/index.php','','2014-10-20 11:44:32'),(1137,11736,'http://www.google.com/','www.mstyresblackburn.co.uk/index.php','','2014-10-20 11:47:28'),(1138,11738,'http://13432654.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-10-20 14:42:29'),(1139,11739,'http://www.baidu.com/s?wd=NULL','www.mstyresblackburn.co.uk/index.php','','2014-10-20 14:43:37'),(1140,11745,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-20 15:21:58'),(1141,11570,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-20 15:37:06'),(1142,11570,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-20 15:50:04'),(1143,11750,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&sqi=2&ved=0CG4QoAIwBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=Q0BFVP66OvSv7AaCoYDgAg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-10-20 17:06:41'),(1144,11772,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-20 18:49:10'),(1145,11814,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-21 11:56:32'),(1146,11817,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2014-10-21 13:38:07'),(1147,11817,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2014-10-21 13:39:36'),(1148,11825,'https://www.google.lu/','www.mstyresblackburn.co.uk/index.php','','2014-10-21 19:38:58'),(1149,11827,'http://www.baidu.com/s?wd=NULL','www.mstyresblackburn.co.uk/index.php','','2014-10-21 20:03:11'),(1150,11837,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2014-10-22 06:46:51'),(1151,11840,'http://www.baidu.com/s?wd=NULL','www.mstyresblackburn.co.uk/index.php','','2014-10-22 09:25:13'),(1152,11841,'http://www.google.co.uk/url?url=http://www.mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ei=83dHVJegL-Or7AbyIg&ved=0CE0QoAIwBg&usg=AFQjCNEgzPdrntqA8W4yn6LJsR16koDMfw','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-10-22 09:26:58'),(1153,11846,'http://www.google.com/url?url=http://www.mstyresblackburn.co.uk/index.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&rct=j&frm=1&q=&esrc=s&sa=U&ei=jptHVN_FL-nG7AbIk4CIBg&ved=0CCQQFjAD&usg=AFQjCNGDH5RAV6HtJX3zMtX9tLdj1bgBZw','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&esrc=s','2014-10-22 11:58:43'),(1154,11850,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=11&ved=0CEIQFjAAOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=RrtHVOv3Cue07Qbl5YCQCg&usg=AFQjCNE1Ca_-PPn5dxqsbrcb2E1gypu','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&esrc=s','2014-10-22 14:13:59'),(1155,11864,'http://www.yelp.co.uk/biz_redir?url=http%3A%2F%2Fwww.mstyresblackburn.co.uk&src_bizid=8hHWF-LI-TWx4YziJrYh-A&cachebuster=1414019249&s=7c8e286a1c54204eb54cb8b3aa1b6dddabbc45f9507db89a2729b31fdccd2af2','www.mstyresblackburn.co.uk/index.php','','2014-10-22 23:08:59'),(1156,11873,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php','','2014-10-23 08:51:37'),(1157,11874,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=7&ved=0CHYQoAIwBg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=6dBIVIL4GKHC7gb43IA4&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.77880786,d.ZGU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-10-23 09:59:05'),(1158,11889,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-23 11:55:40'),(1159,11890,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-23 12:03:45'),(1160,11892,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-23 13:08:17'),(1161,11902,'http://gearseven.tv/','www.mstyresblackburn.co.uk/index.php?','','2014-10-23 16:16:07'),(1162,11903,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2014-10-23 16:51:51'),(1163,11907,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-10-23 19:42:57'),(1164,11909,'http://www.baidu.com/s?wd=NULL','www.mstyresblackburn.co.uk/index.php','','2014-10-23 20:37:07'),(1165,11915,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-10-24 00:35:23'),(1166,11916,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-10-24 01:06:33'),(1167,12012,'http://www.yelp.com/biz_redir?url=http%3A%2F%2Fwww.mstyresblackburn.co.uk&src_bizid=8hHWF-LI-TWx4YziJrYh-A&cachebuster=1414134938&s=d4e2609f1e08b1a7ada3fdf6a96f56ea2422e2862b60046cc9f01f64daf07dfd','www.mstyresblackburn.co.uk/index.php','','2014-10-24 07:17:08'),(1168,12013,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-10-24 07:34:14'),(1169,12023,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-24 10:35:02'),(1170,12027,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2014-10-24 12:14:37'),(1171,12031,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-24 14:22:43'),(1172,12032,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-10-24 15:08:50'),(1173,12036,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2014-10-24 17:26:51'),(1174,12053,'http://www.baidu.com/s?wd=NULL','www.mstyresblackburn.co.uk/index.php','','2014-10-25 08:46:31'),(1175,12064,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-25 13:18:48'),(1176,12066,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-25 14:53:58'),(1177,12067,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-10-25 14:54:11'),(1178,12081,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-10-25 16:07:41'),(1179,12105,'http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CGgQoAIwBg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=A0ZMVJ_VNMac7gao24HgCA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=lEh3Kube0Fukm_zbrbAYPA&bvm=bv.77880786,d.ZGU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-10-26 00:55:07'),(1180,12120,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-26 08:38:53'),(1181,12123,'http://www.baidu.com/s?wd=NULL','www.mstyresblackburn.co.uk/index.php','','2014-10-26 09:36:03'),(1182,12124,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-26 10:43:38'),(1183,12139,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-26 16:54:41'),(1184,12140,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-26 18:23:53'),(1185,12140,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-26 18:28:28'),(1186,12141,'http://www.google.at/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&cad=rja&uact=8&ved=0CDUQFjAC&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D19%26controller%3Dproduct%26id_lang%3D1&ei=9j5NVMrmCYLxaJPXgcAJ&usg=AFQjCNExTz8ndwMo31XymEn7-','www.mstyresblackburn.co.uk/index.php?id_product=19&controller=product&id_lang=1','&esrc=s','2014-10-26 18:37:18'),(1187,12151,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-26 22:26:46'),(1188,12162,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-27 07:12:53'),(1189,12162,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','','2014-10-27 07:14:42'),(1190,12164,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-27 08:56:11'),(1191,12165,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-27 10:19:32'),(1192,12165,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','','2014-10-27 10:31:08'),(1193,12189,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0CHIQoAIwBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=Dq1OVMCEBIGa7gbCzoGwCA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.77880786,d.ZGU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-10-27 20:39:19'),(1194,12193,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-27 22:05:34'),(1195,12194,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-27 22:42:04'),(1196,12199,'http://www.baidu.com/s?wd=NULL','www.mstyresblackburn.co.uk/index.php','','2014-10-28 08:43:43'),(1197,12201,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CHgQoAIwBg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=M3dPVIGOEO2M7Aa_w4DADw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.77880786,d.ZGU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-10-28 11:02:11'),(1198,12202,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=9&controller=product&id_lang=1','','2014-10-28 11:02:29'),(1199,12217,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-28 21:04:37'),(1200,12231,'http://www.baidu.com/s?wd=NULL','www.mstyresblackburn.co.uk/index.php','','2014-10-29 06:33:18'),(1201,12233,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&ved=0CIwBEKACMAg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=98FQVP-vC8Hd7gbru4DQBA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-10-29 10:54:50'),(1202,12234,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-29 11:26:02'),(1203,12275,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-30 07:37:50'),(1204,12276,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-30 07:39:20'),(1205,12282,'http://www.baidu.com/s?wd=NULL','www.mstyresblackburn.co.uk/index.php','','2014-10-30 19:35:38'),(1206,12285,'https://www.google.it/','www.mstyresblackburn.co.uk/index.php?id_product=38&controller=product&id_lang=1','','2014-10-30 22:59:33'),(1207,12298,'http://www.baidu.com/s?wd=NULL','www.mstyresblackburn.co.uk/index.php','','2014-10-31 03:47:58'),(1208,12300,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-31 05:46:24'),(1209,12312,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CDIQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=jIRTVKiyJIuf7gbV9oGIAg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.78677474,d.ZGU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-10-31 12:47:43'),(1210,12315,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-10-31 13:21:59'),(1211,12317,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-10-31 16:03:19'),(1212,12335,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=15&ved=0CJgBEBYwDg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=uQVUVMuZCYaR7AbFn4G4Bw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-10-31 22:00:00'),(1213,12342,'http://www.google.co.uk/url?url=http://www.mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ei=1qxUVKnTI4HV7AbD0oDQBA&ved=0CE8QoAIwBg&usg=AFQjCNGfucJTuFKR7BJdKXlGPOGViZAzdA','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-11-01 09:52:42'),(1214,12343,'http://www.baidu.com/s?wd=NULL','www.mstyresblackburn.co.uk/index.php','','2014-11-01 10:12:47'),(1215,12342,'http://www.google.co.uk/url?url=http://www.mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ei=YbNUVImKG8-M7AaPjICQDQ&ved=0CE8QoAIwBg&usg=AFQjCNGRsn3861ffHYLam7F_x3LpvNPaIA','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-11-01 10:20:11'),(1216,12348,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-11-01 12:06:07'),(1217,12350,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-11-01 12:46:47'),(1218,12352,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-11-01 13:17:28'),(1219,12355,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-11-01 14:06:24'),(1220,12373,'http://www.baidu.com/s?wd=NULL','www.mstyresblackburn.co.uk/index.php','','2014-11-02 04:54:01'),(1221,12394,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-11-02 15:20:42'),(1222,12414,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0CCsQFjAC&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=LWhWVPXyHYfX7Ab62YGYCQ&usg=AFQjCNE1Ca_-PPn5dxqsbrcb2E1gypusNQ','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&esrc=s','2014-11-02 17:23:48'),(1223,12424,'http://www.baidu.com/s?wd=NULL','www.mstyresblackburn.co.uk/index.php','','2014-11-03 03:56:23'),(1224,12435,'https://www.google.com.br/','www.mstyresblackburn.co.uk/index.php?id_product=27&controller=product&id_lang=1','','2014-11-03 17:13:56'),(1225,12439,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-11-03 21:59:05'),(1226,12450,'http://www.baidu.com/s?wd=NULL','www.mstyresblackburn.co.uk/index.php','','2014-11-04 04:07:33'),(1227,12455,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-11-04 07:30:16'),(1228,12458,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCMQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=L5lYVMD0O5LPaMCqgtAF&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.78677474,d.d2s','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-11-04 09:17:08'),(1229,12461,'http://www.google.co.uk/url?sa=t&source=web&cd=15&ved=0CG0QFjAO&url=http://www.mstyresblackburn.co.uk/index.php&rct=j&q=tyres%20blackburn&ei=dKNYVJKKBcTmarXggYAP&usg=AFQjCNGaovWsBFBPrn57hepYz764y0Fd0A&bvm=bv.78677474,d.d2s&safe=active','www.mstyresblackburn.co.uk/index.php','tyres blackburn','2014-11-04 10:01:35'),(1230,12458,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CGUQoAIwBg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=f6ZYVNmjOOmV7AbV7IDYDw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.78677474,d.ZGU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-11-04 10:14:26'),(1231,12467,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0CDQQFjAC&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=j89YVIWSAtXLsASryYLgDA&usg=AFQjCNE1Ca_-PPn5dxqsbrcb2E1gypusNQ&','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&esrc=s','2014-11-04 13:09:12'),(1232,12468,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CD4QFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=jdpYVMSmOceX7Qbw9YCgDg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.78677474,d.ZGU&as_qdr=all&safe=active','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-11-04 13:56:07'),(1233,12478,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-11-04 18:05:00'),(1234,12481,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CGgQoAIwBg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=ayVZVI3QIMeP7AbNzIHYBw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-11-04 19:21:16'),(1235,12505,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-11-04 23:46:55'),(1236,12520,'http://www.baidu.com/s?wd=NULL','www.mstyresblackburn.co.uk/index.php','','2014-11-05 10:07:09'),(1237,12525,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2014-11-05 13:51:33'),(1238,12526,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-11-05 13:58:51'),(1239,12537,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-11-05 21:03:29'),(1240,12573,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-11-06 14:21:39'),(1241,12575,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-11-06 15:07:53'),(1242,12593,'http://www.baidu.com/s?wd=NULL','www.mstyresblackburn.co.uk/index.php','','2014-11-06 17:04:41'),(1243,12629,'http://www.baidu.com/s?wd=NULL','www.mstyresblackburn.co.uk/index.php','','2014-11-07 14:03:17'),(1244,12631,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-11-07 15:18:06'),(1245,12633,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-11-07 16:49:44'),(1246,12652,'http://www.baidu.com/s?wd=NULL','www.mstyresblackburn.co.uk/index.php','','2014-11-08 03:35:19'),(1247,12658,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2014-11-08 10:59:20'),(1248,12672,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-11-08 16:17:43'),(1249,12702,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CEUQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=7khfVP2lPMS07QbR3YCYDw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=2rq9g-eul6dooUPk6GEGzg&bvm=bv.79189006,d.ZGU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-11-09 11:00:44'),(1250,12706,'http://www.baidu.com/s?wd=NULL','www.mstyresblackburn.co.uk/index.php','','2014-11-09 15:21:31'),(1251,12710,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-11-09 17:17:06'),(1252,12712,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-11-09 18:32:40'),(1253,12714,'http://www.google.co.uk/search?q=m+s+tyres+bridgestone&hl=en-GB&tbm=isch&biw=356&bih=&dpr=1.5&oq=m+s+tyres+bridgestone&gs_l=img.3...4327.13973.0.15267.12.1.0.11.11.0.143.143.0j1.1.0....0...1ac.1.34.img..11.1.141.Wy6UB3zKQBY','www.mstyresblackburn.co.uk/index.php?id_product=20&controller=product&id_lang=1','','2014-11-09 19:47:29'),(1254,12716,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2014-11-09 21:41:11'),(1255,12727,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-11-10 12:13:36'),(1256,12727,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-11-10 12:14:24'),(1257,12728,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-11-10 12:15:31'),(1258,12729,'http://www.baidu.com/s?wd=NULL','www.mstyresblackburn.co.uk/index.php','','2014-11-10 13:22:36'),(1259,12747,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-11-10 18:31:51'),(1260,12750,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-11-10 20:32:10'),(1261,12752,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0CD4QFjAC&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=2idhVM6iMcKHsQSX7YK4DQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=hcjQ6Ic2Q51ibg8rPjvD6Q','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-11-10 21:06:34'),(1262,12764,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-11-11 10:47:27'),(1263,12767,'http://www.google.co.uk/search?hl=en-GB&source=hp&q=Ms+Tyres+%26+Servicing+blackburn&gbv=2&oq=Ms+Tyres+%26+Servicing+blackburn&gs_l=heirloom-hp.3...797.4984.0.5250.12.2.0.10.0.0.172.313.0j2.2.0....0...1ac.1.34.heirloom-hp..12.0.0.XJSOTEbGd-A','www.mstyresblackburn.co.uk/index.php','Ms Tyres & Servicing blackburn','2014-11-11 12:11:11'),(1264,12774,'http://www.baidu.com/s?wd=NULL','www.mstyresblackburn.co.uk/index.php','','2014-11-11 12:59:56'),(1265,12775,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2014-11-11 13:25:59'),(1266,12778,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-11-11 15:57:36'),(1267,12787,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-11-11 22:42:56'),(1268,12792,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&ved=0CFgQoAIwCA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=uBZjVJT6L4HP7Qa_74GgCw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-11-12 08:16:07'),(1269,12793,'http://www.baidu.com/s?wd=NULL','www.mstyresblackburn.co.uk/index.php','','2014-11-12 10:05:06'),(1270,12822,'http://uk.yhs4.search.yahoo.com/yhs/search?hspart=ironsource&hsimp=yhs-fullyhosted_003&type=cmi_14_15_ch&param1=1&param2=cd%3D2XzuyEtN2Y1L1QzutAtD0Fzy0E0D0A0E0EtB0E0DtCyE0EyEtN0D0Tzu0SzztAtDtN1L2XzutBtFtBtDtFtCtFtDtN1L1CzutCyEtDtAtDyD1V1QtN1L1G1B1V1N2Y1L1','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','cheap wheel alignment blackburn','2014-11-12 18:25:53'),(1271,12836,'http://yandex.ru/yandsearch?text=ms-tyres&lr=213','www.mstyresblackburn.co.uk/index.php','','2014-11-13 01:30:53'),(1272,12837,'https://www.google.com.au/','www.mstyresblackburn.co.uk/index.php','','2014-11-13 02:54:01'),(1273,12854,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-11-13 16:56:29'),(1274,12858,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CDcQFjAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=YAFlVPy0IMmw7Aa_qYAI&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-11-13 19:11:33'),(1275,12860,'http://www.baidu.com/s?wd=NULL','www.mstyresblackburn.co.uk/index.php','','2014-11-13 19:33:56'),(1276,12862,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-11-13 20:25:43'),(1277,12875,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0CCIQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=_lFlVKjEL4jiaIWvgdgM&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-11-14 00:53:03'),(1278,12885,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-11-14 07:26:26'),(1279,12886,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-11-14 08:20:41'),(1280,12890,'http://www.bing.com/search?q=rapid+225+45+17&src=IE-TopResult&FORM=IETR02','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2014-11-14 10:45:20'),(1281,12995,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-11-14 20:41:00'),(1282,13011,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2014-11-15 06:04:41'),(1283,13025,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-11-15 17:46:00'),(1284,13030,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0CHEQoAIwBw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=369nVMSeN-P8ygOkwYGwDQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=u-Rc-qXoDvZ-y4u5qg6rZA','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-11-15 19:59:53'),(1285,13041,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0CCIQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=mO5nVLDOKYTCywOD3oKYDw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.79142246,d.bGQ','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-11-16 00:26:00'),(1286,13050,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2014-11-16 05:29:25'),(1287,13062,'http://www.google.co.uk/url?sa=t&source=web&cd=6&ved=0CEcQ_BcwBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&rct=j&q=blackburn%20tyres&ei=Fq9oVN2gAY3xaoutgtAB&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.79142246,d.d2s','www.mstyresblackburn.co.uk/index.php','blackburn tyres','2014-11-16 14:09:14'),(1288,13109,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2014-11-17 05:15:30'),(1289,13120,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-11-17 14:39:05'),(1290,13123,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&sqi=2&ved=0CHYQoAIwBw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=wRlqVJ61MI2zyAS51IGQBA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-11-17 16:06:11'),(1291,13145,'https://www.google.bg/','www.mstyresblackburn.co.uk/index.php','','2014-11-18 08:22:58'),(1292,13148,'http://maps.google.co.uk/local_url?dq=tyre+garage+blackburn&q=http://www.mstyresblackburn.co.uk/&ved=0CBQQ5AQ&sa=X&ei=dQ1rVLveMYrFsgSAh4HwAQ&s=ANYYN7n3RFr6jMmCxWec27ftdDrbJ8LvVg','www.mstyresblackburn.co.uk/index.php','http://www.mstyresblackburn.co.uk/','2014-11-18 09:14:27'),(1293,13152,'http://www.google.co.uk/url?url=http://www.mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ei=c0trVLDiFonhau6ngNAH&ved=0CDAQFjAA&usg=AFQjCNErnnHus7Fluio4jTuUqt7LCG6oFg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-11-18 13:39:06'),(1294,13153,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-11-18 13:47:05'),(1295,13156,'http://www.google.ie/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2014-11-18 15:56:31'),(1296,13152,'http://www.google.co.uk/url?url=http://www.mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ei=CnFrVMqYHIzfaLTwgIgL&ved=0CBcQFjAA&usg=AFQjCNEk3bcsYPkYfVkdJtz1omqZxsj3SQ','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-11-18 16:19:16'),(1297,13157,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-11-18 17:13:51'),(1298,13174,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-11-18 22:07:42'),(1299,13182,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-11-19 01:24:30'),(1300,13184,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-11-19 03:46:47'),(1301,13185,'http://www.google.co.za/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2014-11-19 05:39:47'),(1302,13189,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-11-19 10:30:17'),(1303,13191,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2014-11-19 11:30:30'),(1304,13192,'http://www.google.co.uk/search?q=m+and+s+tyres+blackburn&oq=m+and+s+tyres&aqs=chrome.4.69i57j0l5.12064j0j8&sourceid=chrome&es_sm=93&ie=UTF-8&gws_rd=ssl','www.mstyresblackburn.co.uk/index.php','','2014-11-19 12:01:33'),(1305,13216,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-11-19 23:54:58'),(1306,13222,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-11-20 07:48:28'),(1307,13223,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2014-11-20 07:56:57'),(1308,13227,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-11-20 13:19:31'),(1309,13228,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1&p=2','','2014-11-20 13:19:52'),(1310,13234,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-11-20 14:59:59'),(1311,13235,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-11-20 15:53:57'),(1312,13249,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-11-20 20:54:57'),(1313,13250,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-11-20 21:02:38'),(1314,13260,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-11-21 00:06:39'),(1315,13266,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2014-11-21 07:54:43'),(1316,13268,'http://www.google.co.uk/search?hl=en-GB&source=hp&q=part+worn+tyres+blackburn&gbv=2&oq=part+worn+tyres+blackburn&gs_l=heirloom-hp.3..0l2j0i5i30.648.9677.0.10190.25.15.0.10.10.0.622.2490.1j4j3j1j0j1.10.0....0...1ac.1.34.heirloom-hp..5.20.2539.maerIbgbIyY','www.mstyresblackburn.co.uk/index.php','part worn tyres blackburn','2014-11-21 09:36:13'),(1317,13274,'http://www.1businessenterprise.co.uk/our-clients.php','www.mstyresblackburn.co.uk/index.php','','2014-11-21 13:18:32'),(1318,13328,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-11-21 14:46:34'),(1319,13332,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-11-21 16:36:13'),(1320,13332,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-11-21 16:47:45'),(1321,13366,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CHEQoAIwBg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=9rNvVPPuJcTlapaSgtgC&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.80185997,d.d2s','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-11-21 21:56:13'),(1322,13367,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-11-21 22:11:16'),(1323,13369,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-11-21 22:22:31'),(1324,13370,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-11-21 22:22:32'),(1325,13379,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-11-22 01:19:54'),(1326,13405,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2014-11-22 19:32:52'),(1327,13407,'http://www.google.fr/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F0%2F60-home_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_manufacturer%3D12%26controller%3Dmanufacturer%26id_lang%3D1&h=124&w=124&t','www.mstyresblackburn.co.uk/index.php?id_manufacturer=12&controller=manufacturer&id_lang=1','','2014-11-22 20:29:56'),(1328,13407,'http://www.google.fr/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F0%2F60-home_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_manufacturer%3D12%26controller%3Dmanufacturer%26id_lang%3D1&h=124&w=124&t','www.mstyresblackburn.co.uk/index.php?id_manufacturer=12&controller=manufacturer&id_lang=1','','2014-11-22 20:29:58'),(1329,13441,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=9&controller=product&id_lang=1','','2014-11-23 11:45:14'),(1330,13443,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-11-23 11:52:14'),(1331,13457,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-11-23 20:07:29'),(1332,13479,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-11-24 08:38:55'),(1333,13493,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2014-11-24 10:34:34'),(1334,13497,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCcQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=ShBzVP-aKMixaeHTgOgB&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-11-24 11:04:36'),(1335,13497,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCcQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=fBBzVIWxHMLoat_AgsgB&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.80185997,d.d2s','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-11-24 11:05:24'),(1336,13528,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-11-25 10:31:44'),(1337,13545,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CGIQFjAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=zZl0VLvoGOW17galuoHABA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.80185997,d.ZGU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-11-25 15:11:54'),(1338,13554,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-11-25 17:50:44'),(1339,13557,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-11-25 18:48:54'),(1340,13558,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-11-25 18:59:43'),(1341,13559,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2014-11-25 20:16:02'),(1342,13563,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-11-25 22:40:25'),(1343,13564,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-11-25 23:07:33'),(1344,13565,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','','2014-11-25 23:48:50'),(1345,13568,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2014-11-26 05:41:26'),(1346,13572,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CGsQoAIwBg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=DZ51VOGqMMOt7gae8YDAAQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-11-26 09:41:05'),(1347,13587,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-11-26 11:23:29'),(1348,13589,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-11-26 12:14:24'),(1349,13592,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-11-26 13:03:25'),(1350,13606,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-11-26 21:59:43'),(1351,13607,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-11-26 22:14:41'),(1352,13619,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-11-27 09:25:12'),(1353,13627,'https://www.google.de/','www.mstyresblackburn.co.uk/index.php?','','2014-11-27 18:00:56'),(1354,13636,'https://www.google.es/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2014-11-27 22:22:18'),(1355,13659,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2014-11-28 10:36:34'),(1356,13675,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-11-28 14:01:35'),(1357,13676,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-11-28 15:26:38'),(1358,13678,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2014-11-28 16:37:01'),(1359,13681,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CDsQFjAB&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=8cB4VJqGIOiP7Aa21oHACQ&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxTZM6g&','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','&esrc=s','2014-11-28 18:39:56'),(1360,13702,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-11-29 17:03:15'),(1361,13710,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-11-29 21:17:50'),(1362,13715,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-11-30 01:34:50'),(1363,13743,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-11-30 10:42:16'),(1364,13744,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2014-11-30 10:53:41'),(1365,13761,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCIQFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=qx17VNOTM4_faKO2gPgE&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-11-30 13:44:54'),(1366,13762,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-11-30 14:56:38'),(1367,13765,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php?','','2014-11-30 17:00:48'),(1368,13774,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=3&ved=0CCwQFjAC&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=HYt7VOehCM7zasWGgaAP&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxTZ','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','&esrc=s','2014-11-30 21:27:26'),(1369,13774,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=3&ved=0CCwQFjAC&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=HYt7VOehCM7zasWGgaAP&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxTZ','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','&esrc=s','2014-11-30 21:32:12'),(1370,13781,'https://www.google.ca/','www.mstyresblackburn.co.uk/index.php','','2014-12-01 00:05:50'),(1371,13787,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2014-12-01 09:29:57'),(1372,13788,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-12-01 09:43:43'),(1373,13789,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2014-12-01 10:12:12'),(1374,13791,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-12-01 12:18:56'),(1375,13796,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-12-01 14:47:35'),(1376,13798,'http://www.bing.com/search?q=part+worn+tyres+blackburn&src=IE-TopResult&FORM=IETR02&conversationid=','www.mstyresblackburn.co.uk/index.php','','2014-12-01 14:59:03'),(1377,13800,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-12-01 15:27:38'),(1378,13818,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-01 23:27:30'),(1379,13821,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-02 01:15:32'),(1380,13836,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-02 12:02:23'),(1381,13941,'http://www.google.co.uk/url?sa=t&source=web&cd=1&ved=0CDEQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php&rct=j&q=rapid%20m%2Bs%20tyres&ei=Iv59VJXSKsnKObq4gagF&usg=AFQjCNGaovWsBFBPrn57hepYz764y0Fd0A&bvm=bv.80642063,d.ZWU','www.mstyresblackburn.co.uk/index.php','rapid m+s tyres','2014-12-02 18:02:43'),(1382,13943,'http://www.google.co.uk/url?sa=t&source=web&cd=4&ved=0CC4QFjAD&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php&rct=j&q=225%2045%2016%20tyres%20blackburn&ei=PAx-VKTJKMS07gaH0oGIAw&usg=AFQjCNGaovWsBFBPrn57hepYz764y0Fd0A','www.mstyresblackburn.co.uk/index.php','225 45 16 tyres blackburn','2014-12-02 19:02:32'),(1383,13965,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-12-03 08:52:26'),(1384,13979,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-03 17:26:50'),(1385,13983,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-03 18:45:49'),(1386,13991,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=13&ved=0CFYQFjACOAo&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=mgqAVMqqMPKP7Abj1IGgBw&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-12-04 07:20:06'),(1387,13991,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=17&ved=0CF0QFjAGOAo&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=ZguAVK6YBaGO7Abqh4CwCQ&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-12-04 07:32:28'),(1388,13995,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-04 13:34:10'),(1389,13996,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0CH0QoAIwBw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=hmOAVN7BKJGM7Abg34HYDw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.80642063,d.ZGU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-12-04 13:40:44'),(1390,14004,'https://www.google.lv/','www.mstyresblackburn.co.uk/index.php','','2014-12-04 17:42:23'),(1391,14017,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-12-04 20:47:58'),(1392,14029,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2014-12-05 07:28:01'),(1393,14030,'http://www.bing.com/search?q=rapid+P609&src=IE-TopResult&conversationid=&first=11&FORM=PORE','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2014-12-05 09:01:40'),(1394,14031,'http://www.google.co.uk/search?hl=en-GB&source=hp&q=wheel+alignment+in+blackburn&gbv=2&oq=wheel+alignment+in+blackburn&gs_l=heirloom-hp.3..0i22i30.2500.12016.0.12282.28.18.0.10.10.0.203.1924.10j6j1.17.0.msedr...0...1ac.1.34.heirloom-hp..1.27.2003.kD6najZc','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','wheel alignment in blackburn','2014-12-05 10:07:49'),(1395,14040,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-12-05 11:37:38'),(1396,14042,'http://www.google.co.uk/local_url?dq=&q=http://www.mstyresblackburn.co.uk/&oi=miw&sa=X&ct=miw_link&cd=1&cad=homepage,cid:14846987743364526223&ei=Rp2BVJbgG8rligbrtoHACw&s=ANYYN7l2zApbJ5ICVc7lAo3AlZUyF-EG-w','www.mstyresblackburn.co.uk/index.php','http://www.mstyresblackburn.co.uk/','2014-12-05 11:58:11'),(1397,14051,'http://www.google.co.uk/url?url=http://mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ei=ZqaBVOLGNeap7AaPlYCwAw&ved=0CCMQFjAA&usg=AFQjCNHRPmiTXvQ4a665ANtxhcJq6JZu4A','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-12-05 12:37:12'),(1398,14056,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=14&ved=0CKUBEBYwDQ&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=XOKBVJzWGuyv7Aa9l4CADw&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.80642063,d.ZGU','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-12-05 16:54:04'),(1399,14057,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&sqi=2&ved=0CIEBEKACMAc&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=S-KBVIXzObKd7ga3lYG4Cg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-12-05 16:54:24'),(1400,14062,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-12-05 20:01:38'),(1401,14063,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-12-05 21:46:31'),(1402,14066,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-05 23:25:43'),(1403,14073,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2014-12-06 07:27:26'),(1404,14088,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CEAQFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=WMqCVPK6E4rpUoDBgegP&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-12-06 09:23:03'),(1405,14094,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0CFUQoAIwBw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=PteCVMO5Dov-UuK2gNgP&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.80642063,d.d24','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-12-06 10:17:51'),(1406,14096,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-06 10:39:04'),(1407,14102,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-06 20:46:41'),(1408,14107,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-12-06 23:00:47'),(1409,14126,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-07 08:54:49'),(1410,14127,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2014-12-07 10:46:51'),(1411,14129,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-12-07 13:03:17'),(1412,14148,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2014-12-08 06:10:23'),(1413,14165,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CDEQFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=vL2FVN2wOc3eONGngdAB&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.80642063,d.ZWU','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-12-08 15:05:52'),(1414,14166,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-08 15:11:37'),(1415,14168,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-08 16:46:44'),(1416,14171,'http://www.google.co.uk/url?sa=t&rct=j&q=195%2F65hr15%20tyre%20and%20wheels&source=web&cd=6&ved=0CFoQFjAF&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D27%26controller%3Dproduct%26id_lang%3D1&ei=uAuGVPS4BoL0Ur3sgeAP&usg=AFQjCNGBPX','www.mstyresblackburn.co.uk/index.php?id_product=27&controller=product&id_lang=1','195/65hr15 tyre and wheels','2014-12-08 20:40:00'),(1417,14179,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2014-12-09 06:12:53'),(1418,14182,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-12-09 08:52:36'),(1419,14196,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-09 22:53:56'),(1420,14200,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-10 00:02:09'),(1421,14201,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-10 01:04:16'),(1422,14219,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-10 15:05:00'),(1423,14250,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-10 23:33:35'),(1424,14254,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-12-11 01:22:12'),(1425,14267,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&ved=0CDQQFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=iniJVMC4DJeSuASo64H4Dw&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.81456516,d.c2E','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-12-11 10:59:35'),(1426,14291,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-12-11 14:34:51'),(1427,14300,'http://make-money-online.7makemoneyonline.com/money.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-11 21:56:03'),(1428,14314,'http://make-money-online.7makemoneyonline.com/money.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-12 14:32:36'),(1429,14317,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-12 16:17:25'),(1430,14334,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-12 22:14:45'),(1431,14335,'https://www.google.lv/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2014-12-12 22:49:05'),(1432,14349,'http://make-money-online.7makemoneyonline.com/money.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-13 12:59:57'),(1433,14350,'http://make-money-online.7makemoneyonline.com/money.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-13 13:07:36'),(1434,14354,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-12-13 15:13:39'),(1435,14359,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-12-13 19:31:41'),(1436,14361,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-12-13 20:40:05'),(1437,14370,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-12-14 02:48:31'),(1438,14376,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-12-14 09:10:14'),(1439,14381,'http://make-money-online.7makemoneyonline.com/money.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-14 11:33:29'),(1440,14384,'http://www.google.co.uk/url?sa=t&rct=j&q=%20rapid%20p609%20235%2045%20r17&source=web&cd=7&ved=0CCgQFjAG&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=yICNVLvlCvDY7AbhjoCoAQ&usg=AFQjCNE1Ca','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','rapid p609 235 45 r17','2014-12-14 12:25:58'),(1441,14386,'http://make-money-online.7makemoneyonline.com/money.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-14 13:18:24'),(1442,14407,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-14 17:51:40'),(1443,14427,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-12-15 01:15:26'),(1444,14431,'http://www.google.com/search?q=maximal+speed+turanza+r20+205-55-16&safe=off&hl=en-US&prmd=ivns&ei=cj-OVO_CLIP_8QWh4ICQCA&start=10&sa=N','www.mstyresblackburn.co.uk/index.php?id_product=20&controller=product&id_lang=1','','2014-12-15 01:58:29'),(1445,14444,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=11&ved=0CJIBEBYwCg&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=x8OOVLycL-Kv7AbzzYD4Aw&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&sig2=qygIJC2LHVrRDkEaJ2GjRA&bvm=bv.81828268,d.d24','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-12-15 11:22:38'),(1446,14448,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-12-15 14:40:19'),(1447,14448,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-12-15 14:40:44'),(1448,14450,'http://www.google.co.uk/url?sa=t&rct=j&q=ms%20tyres%20blackburn&source=web&cd=13&ved=0CF8QFjAM&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=fgePVMiXLOjV7Qa9sYDgAg&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&sig2=mdQkpnkilwzQjn3vC-rR6A&bvm=bv.81828268,d.d24&ca','www.mstyresblackburn.co.uk/index.php?','ms tyres blackburn','2014-12-15 16:11:11'),(1449,14451,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-12-15 16:24:13'),(1450,14452,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0CGcQoAIwBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=kxKPVKfyKOfe7Abcv4CADQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.81828268,d.bGQ','www.mstyresblackburn.co.uk/index.php','&esrc=s','2014-12-15 16:58:22'),(1451,14472,'http://make-money-online.7makemoneyonline.com/money.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-16 07:21:51'),(1452,14475,'http://make-money-online.7makemoneyonline.com/money.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-16 08:11:45'),(1453,14480,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&ved=0CDkQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D20%26controller%3Dproduct%26id_lang%3D1&ei=9iKQVOrcOYv9yQSR34KgDA&usg=AFQjCNGUA0NaMlEtmKsGtimE1pSkw','www.mstyresblackburn.co.uk/index.php?id_product=20&controller=product&id_lang=1','&esrc=s','2014-12-16 12:20:29'),(1454,14493,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2014-12-16 17:44:23'),(1455,14522,'http://make-money-online.7makemoneyonline.com/money.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-17 05:17:00'),(1456,14523,'http://make-money-online.7makemoneyonline.com/money.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-17 05:56:41'),(1457,14527,'http://make-money-online.7makemoneyonline.com/money.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-17 06:34:18'),(1458,14533,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-12-17 11:03:31'),(1459,14539,'http://make-money-online.7makemoneyonline.com/money.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-17 15:32:35'),(1460,14546,'http://make-money-online.7makemoneyonline.com/money.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-17 21:12:42'),(1461,14560,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-12-18 09:50:00'),(1462,14563,'http://make-money-online.7makemoneyonline.com/money.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-18 13:58:18'),(1463,14584,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2014-12-18 18:05:05'),(1464,14598,'http://make-money-online.7makemoneyonline.com/money.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-19 05:12:03'),(1465,14605,'http://make-money-online.7makemoneyonline.com/money.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-19 14:52:35'),(1466,14610,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CDMQFjAB&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=BIKUVJaWPKSu7AbZi4DwDg&usg=AFQjCNE1Ca_-PPn5dxqsbrcb2E1gypusNQ&','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&esrc=s','2014-12-19 19:58:58'),(1467,14613,'http://www.bing.com/search?q=RAPID+P609+XL+&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2014-12-19 22:49:14'),(1468,14617,'http://make-money-online.7makemoneyonline.com/money.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-20 00:38:00'),(1469,14622,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-12-20 07:07:41'),(1470,14705,'http://make-money-online.7makemoneyonline.com/money.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-20 09:11:20'),(1471,14707,'http://uk.search.yahoo.com/search?p=tyres+blackburn&fr=ipad','www.mstyresblackburn.co.uk/index.php','','2014-12-20 11:10:58'),(1472,14722,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-12-20 12:47:23'),(1473,14722,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-12-20 12:48:12'),(1474,14725,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2014-12-20 14:51:47'),(1475,14733,'http://make-money-online.7makemoneyonline.com/money.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-20 19:48:12'),(1476,14735,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-12-20 21:36:10'),(1477,14740,'http://make-money-online.7makemoneyonline.com/money.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-20 22:09:44'),(1478,14766,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-21 18:06:22'),(1479,14820,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-22 20:17:07'),(1480,14821,'http://www.google.co.uk/search?q=sunny+sn3630+195+45+vr+16+xl&hl=en&source=lnms&sa=X&ei=qoKYVNCONsKw7AbJh4HwDg&ved=0CAUQ_AUoAA','www.mstyresblackburn.co.uk/index.php?id_product=37&controller=product&id_lang=1','','2014-12-22 20:55:30'),(1481,14830,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-22 22:35:51'),(1482,14839,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-12-23 08:40:46'),(1483,14842,'http://www.google.ie/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&ved=0CCEQFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=3D6ZVInDBMXuPP-pgcAG&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-12-23 10:09:59'),(1484,14855,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-23 13:53:28'),(1485,14856,'http://www.google.com/search','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2014-12-23 16:25:06'),(1486,14860,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-12-23 22:00:41'),(1487,14886,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-24 12:57:20'),(1488,14887,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-24 15:03:41'),(1489,14895,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-24 23:12:34'),(1490,14896,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-24 23:56:03'),(1491,14909,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2014-12-25 17:30:15'),(1492,14954,'https://www.sssis.com/','www.mstyresblackburn.co.uk/index.php?','','2014-12-26 09:44:52'),(1493,14957,'http://www.sogou.com/','www.mstyresblackburn.co.uk/index.php','','2014-12-26 09:47:42'),(1494,14958,'http://www.sogou.com/','www.mstyresblackburn.co.uk/index.php','','2014-12-26 09:51:46'),(1495,14959,'http://www.sogou.com/','www.mstyresblackburn.co.uk/index.php?controller=contact','','2014-12-26 09:55:53'),(1496,14960,'http://www.sogou.com/','www.mstyresblackburn.co.uk/index.php?controller=contact','','2014-12-26 09:56:04'),(1497,15027,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-27 07:59:13'),(1498,15032,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-27 11:35:40'),(1499,15033,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-12-27 12:20:48'),(1500,15034,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-12-27 12:57:55'),(1501,15037,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-27 15:06:59'),(1502,15040,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2014-12-27 16:38:06'),(1503,15048,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCUQFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=3lOfVLiaGYryUJPeg8gL&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.82001339,d.d24','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-12-28 00:53:35'),(1504,15063,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-12-28 10:41:03'),(1505,15078,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-28 17:52:42'),(1506,15084,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-28 20:49:50'),(1507,15097,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-29 12:25:19'),(1508,15098,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-29 13:05:14'),(1509,15099,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-12-29 13:25:56'),(1510,15126,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-30 00:38:46'),(1511,15130,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-30 02:31:53'),(1512,15138,'https://www.bing.com/local/?lid=YN1000x261130585&id=YN1000x261130585&q=MS+Tyres+Blackburn+Lancashire&mkt=en-GB&setlang=en-GB','www.mstyresblackburn.co.uk/index.php','MS Tyres Blackburn Lancashire','2014-12-30 11:05:41'),(1513,15139,'http://www.google.co.uk/url?url=http://www.mstyresblackburn.co.uk/index.php%3Fid_product%3D31%26controller%3Dproduct%26id_lang%3D1&rct=j&frm=1&q=&esrc=s&sa=U&ei=EJKiVKT5EcPdavPTgZAO&ved=0CDgQFjAG&usg=AFQjCNFV1ClX-3ZJhngPxBzN4scOlu7PAg','www.mstyresblackburn.co.uk/index.php?id_product=31&controller=product&id_lang=1','&esrc=s','2014-12-30 11:57:24'),(1514,15139,'http://www.google.co.uk/url?url=http://mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ei=1ZOiVO-cL8bvaOmOgpgP&ved=0CCAQFjAA&usg=AFQjCNH6eJ_e3Yl-Q1BSs19SAsHmTN9rdg','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-12-30 12:03:07'),(1515,15140,'http://www.google.co.uk/url?url=http://mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ei=Q5WiVLKPM5fdaqXvgNgP&ved=0CDgQFjAD&usg=AFQjCNHfq2_xSxy4WGvh9DQtT_3-mNXvvQ','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-12-30 12:09:36'),(1516,15140,'http://www.google.co.uk/url?url=http://mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ei=Q5WiVLKPM5fdaqXvgNgP&ved=0CDgQFjAD&usg=AFQjCNHfq2_xSxy4WGvh9DQtT_3-mNXvvQ','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2014-12-30 12:12:01'),(1517,15141,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2014-12-30 13:00:52'),(1518,15160,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-30 15:21:59'),(1519,15166,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-30 19:31:39'),(1520,15169,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-30 22:19:56'),(1521,15205,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2014-12-31 17:14:22'),(1522,15205,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2014-12-31 17:20:32'),(1523,15207,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2014-12-31 18:48:51'),(1524,15221,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-01 02:36:52'),(1525,15240,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2015-01-01 16:55:49'),(1526,15243,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-01 19:13:06'),(1527,15270,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CEEQFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=hHamVKq6LMHqUIOMgPAK&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.82001339,d.d24','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2015-01-02 10:48:27'),(1528,15276,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-02 15:11:34'),(1529,15277,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=14&ved=0CFEQFjADOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D20%26controller%3Dproduct%26id_lang%3D1&ei=RsqmVIyzL8b8UonPgKgP&usg=AFQjCNGUA0NaMlEtmKsGtimE1pSkwf_K6','www.mstyresblackburn.co.uk/index.php?id_product=20&controller=product&id_lang=1','&esrc=s','2015-01-02 16:44:35'),(1530,15293,'https://www.google.com.au/','www.mstyresblackburn.co.uk/index.php?','','2015-01-02 23:20:20'),(1531,15296,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-03 07:14:48'),(1532,15297,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-03 08:08:09'),(1533,15308,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-03 12:48:32'),(1534,15334,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-04 03:12:51'),(1535,15342,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-01-04 14:44:22'),(1536,15375,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-01-05 11:07:01'),(1537,15407,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-05 23:53:18'),(1538,15412,'http://m.baidu.com/s?tn=zbios&pu=sz%401320_480%2Ccuid%4017FF718BF8336964D971CC7FEA312A94E6EB036C7ORFBRPBPTF%2Ccua%40640_960_iphone_5.3.0.0_0%2Ccut%40iPhone4%252C1_8.1.1%2Cosname%40baiduboxapp%2Cctv%401%2Ccfrom%401006347a%2Ccsrc%40app_box_txt&bd_page_type=','www.mstyresblackburn.co.uk/index.php','','2015-01-06 03:06:13'),(1539,15420,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=10&ved=0CGsQFjAJ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=YNGrVKLBIMz0ULPtg6AL&usg=AFQjCNE1Ca_-PPn5dxqsbrcb2E1gyp','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&esrc=s','2015-01-06 12:23:02'),(1540,15420,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=10&ved=0CGsQFjAJ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=YNGrVKLBIMz0ULPtg6AL&usg=AFQjCNE1Ca_-PPn5dxqsbrcb2E1gyp','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&esrc=s','2015-01-06 12:23:40'),(1541,15495,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-01-07 10:42:46'),(1542,15496,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-07 10:57:24'),(1543,15525,'http://www.1businessenterprise.co.uk/our-clients.php','www.mstyresblackburn.co.uk/index.php','','2015-01-08 00:43:20'),(1544,15582,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-08 07:40:31'),(1545,15584,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2015-01-08 12:06:54'),(1546,15589,'http://forum.topic947324.adviceforum.info/?topic=947324','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-01-08 13:56:38'),(1547,15592,'http://www.google.com/url?url=http://www.mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ei=MZmuVNzaDtSv7AbmtYD4AQ&ved=0CBcQFjAA&usg=AFQjCNFJL-4L6HHnY1OGHv2ede19rGaZbQ','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-01-08 14:53:13'),(1548,15594,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&ved=0CIIBEKACMAg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=GK6uVM2MO6KY7gaNt4CIDQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-01-08 16:23:04'),(1549,15595,'http://www.google.co.uk/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&ved=0CAcQjRw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D10%26controller%3Dproduct%26id_lang%3D1&ei=i7uuVNTyFImvaejIgPAE&bvm=bv.83134100,d.d2s&psig=AFQjCNG66WZWl','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&esrc=s','2015-01-08 17:19:44'),(1550,15597,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-01-08 17:40:41'),(1551,15597,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-01-08 17:41:07'),(1552,15641,'http://www.bing.com/search?q=Rapid+P609&src=IE10TR&pc=MDDCJS&first=9&FORM=PERE','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-01-10 01:49:53'),(1553,15651,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-10 13:01:22'),(1554,15652,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-10 13:02:53'),(1555,15654,'http://www.google.co.uk/url?sa=t&rct=j&q=tyres&source=web&cd=9&ved=0CGgQ_BcwCA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=ZiqxVJf9EuWP7Abz4YHQBw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','tyres','2015-01-10 13:44:22'),(1556,15657,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-10 16:05:12'),(1557,15659,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-10 19:45:15'),(1558,15705,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-10 21:04:17'),(1559,15740,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-11 17:38:29'),(1560,15748,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-12 00:41:17'),(1561,15753,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-01-12 09:08:01'),(1562,15756,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-01-12 10:51:58'),(1563,15757,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-01-12 11:28:57'),(1564,15762,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2015-01-12 13:43:08'),(1565,15765,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-01-12 14:21:16'),(1566,15767,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-01-12 15:00:01'),(1567,15767,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-01-12 15:07:48'),(1568,15774,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-01-12 15:46:48'),(1569,15781,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-12 16:35:37'),(1570,15803,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2015-01-13 00:26:12'),(1571,15804,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-13 01:23:20'),(1572,15826,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-13 15:48:24'),(1573,15829,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&ved=0CGgQFjAI&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=ImO1VKCpCMyVap20gqgG&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.83339334,d.ZWU','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2015-01-13 18:29:21'),(1574,15832,'http://www.google.de/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F0%2F60-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D27%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=I301','www.mstyresblackburn.co.uk/index.php?id_product=27&controller=product&id_lang=1','','2015-01-13 19:24:42'),(1575,15833,'http://www.google.de/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F0%2F60-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D27%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=I301','www.mstyresblackburn.co.uk/index.php?id_product=27&controller=product&id_lang=1','','2015-01-13 19:24:45'),(1576,15834,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-13 20:43:00'),(1577,15836,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-01-13 21:57:59'),(1578,15839,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-14 02:09:00'),(1579,15849,'http://www.google.de/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F0%2F60-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D27%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=I301','www.mstyresblackburn.co.uk/index.php?id_product=27&controller=product&id_lang=1','','2015-01-14 08:42:36'),(1580,15850,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-01-14 10:14:37'),(1581,15852,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-01-14 10:25:14'),(1582,15858,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-01-14 13:28:09'),(1583,15862,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-14 17:03:19'),(1584,15863,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-14 17:22:52'),(1585,15870,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-14 20:41:33'),(1586,15885,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-15 11:07:29'),(1587,16012,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-15 22:16:29'),(1588,16015,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-16 01:18:14'),(1589,16028,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-01-16 12:21:18'),(1590,16069,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-17 22:14:14'),(1591,16083,'http://www.bing.com/search?pc=AMAZ&form=AMAZWB&setmkt=en-GB&q=tyre+repairs+accrington','www.mstyresblackburn.co.uk/index.php','tyre repairs accrington','2015-01-18 13:24:19'),(1592,16083,'http://www.bing.com/search?pc=AMAZ&form=AMAZWB&setmkt=en-GB&q=tyre+repairs+accrington','www.mstyresblackburn.co.uk/index.php','tyre repairs accrington','2015-01-18 13:24:47'),(1593,16087,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-01-18 14:15:56'),(1594,16090,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-01-18 17:14:10'),(1595,16093,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-01-18 18:28:06'),(1596,16104,'http://www.bing.com/search?q=Tyre+Fitters+in+Blackburn&FORM=QSRE5','www.mstyresblackburn.co.uk/index.php','','2015-01-18 23:01:58'),(1597,16108,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2015-01-19 00:58:41'),(1598,16109,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-19 03:18:13'),(1599,16110,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-19 03:22:24'),(1600,16127,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-01-19 10:08:15'),(1601,16130,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&sqi=2&ved=0CFcQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=Ne-8VJqrFcu1UZHUgZAL&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.83829542,d.d24','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-01-19 11:52:26'),(1602,16137,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=3&sqi=2&ved=0CFEQoAIwAg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=OSy9VMfMFIne7Aaz1ICABA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-01-19 16:16:04'),(1603,16175,'https://www.google.gr/','www.mstyresblackburn.co.uk/index.php?','','2015-01-20 08:29:57'),(1604,16177,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-20 09:05:13'),(1605,16179,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-01-20 10:51:38'),(1606,16179,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-01-20 10:51:51'),(1607,16185,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CEcQFjAB&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=KD--VLr8DIqtadeAgYAP&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&sig2=s-yHyOvv3yn5xlcZM_KH6g&bvm=bv.83829542,d.d2s','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2015-01-20 11:45:32'),(1608,16188,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-01-20 12:25:35'),(1609,16189,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-01-20 13:21:01'),(1610,16201,'http://www.google.fi/imgres?imgurl=http://www.mstyresblackburn.co.uk/img/p/6/4/64-large_default.jpg&imgrefurl=http://www.mstyresblackburn.co.uk/index.php?id_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=jw6Xc_v7ufRbcM:&zoom=1&docid=c','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-01-20 18:07:17'),(1611,16212,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-20 20:44:22'),(1612,16246,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-01-21 13:11:44'),(1613,16269,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-01-21 22:09:52'),(1614,16269,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-01-21 22:11:16'),(1615,16269,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-01-21 22:15:29'),(1616,16283,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-22 13:01:22'),(1617,16284,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','','2015-01-22 13:22:20'),(1618,16287,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-01-22 13:38:02'),(1619,16294,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-01-22 16:32:46'),(1620,16304,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-01-23 00:15:52'),(1621,16306,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-23 00:39:38'),(1622,16310,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-23 05:39:56'),(1623,16318,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-23 11:28:01'),(1624,16334,'http://www.google.co.uk/url?sa=f&rct=j&url=http://mstyresblackburn.co.uk/&q=tyre+repairs+Whitebirk+Rd+Blackburn&ei=dkDCVNXrF-6S7AbZhoDQCA&usg=AFQjCNEwUDURnCGSVwf-uqskqjVRH_GA8g','www.mstyresblackburn.co.uk/index.php?','tyre repairs Whitebirk Rd Blackburn','2015-01-23 12:40:09'),(1625,16334,'http://www.google.co.uk/url?sa=f&rct=j&url=http://mstyresblackburn.co.uk/&q=ms+tyres+blackburn&ei=1EDCVOLROPDd7Qbpm4DgAw&usg=AFQjCNFjueMyGySuFVDPN7YSOZHe5guXiA','www.mstyresblackburn.co.uk/index.php?','ms tyres blackburn','2015-01-23 12:41:43'),(1626,16334,'http://www.google.co.uk/url?sa=t&rct=j&q=ms%20tyres&source=web&cd=2&sqi=2&ved=0CFcQFjAB&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=R0HCVKJywYjsBvfhgbAP&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&sig2=zuuL2BoBqW-zOh98QFY0UQ&bvm=bv.84349003,d.ZGU','www.mstyresblackburn.co.uk/index.php?','ms tyres','2015-01-23 12:43:49'),(1627,16334,'http://www.google.co.uk/url?sa=f&rct=j&url=http://mstyresblackburn.co.uk/&q=ms+tyres+blackburn&ei=rkHCVKyBL6KU7Aad_YDgCA&usg=AFQjCNHGlmkxclIdonG7RLx1NTm2i6DJYQ','www.mstyresblackburn.co.uk/index.php?','ms tyres blackburn','2015-01-23 12:45:21'),(1628,16361,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-01-23 17:41:27'),(1629,16366,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-01-23 23:04:58'),(1630,16388,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-01-24 10:49:07'),(1631,16413,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-24 14:42:09'),(1632,16435,'http://www.google.com.eg/imgres?imgurl=http://www.mstyresblackburn.co.uk/img/p/6/7/67-large_default.jpg&imgrefurl=http://www.mstyresblackburn.co.uk/index.php?id_product%3D11%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=LnB-ho1WJcj5aM:&zoom=1&doc','www.mstyresblackburn.co.uk/index.php?id_product=11&controller=product&id_lang=1','','2015-01-24 21:39:20'),(1633,16494,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=10&ved=0CH4QFjAJ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=uPPEVP6IGOyf7gbg2YCIDw&usg=AFQjCNE1Ca_-PPn5dxqsbrcb2E1gypusNQ','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&esrc=s','2015-01-25 13:52:33'),(1634,16497,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-01-25 19:56:51'),(1635,16497,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-01-25 19:57:21'),(1636,16497,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-01-25 20:00:13'),(1637,16510,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-25 23:16:49'),(1638,16511,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-26 00:42:48'),(1639,16513,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-26 02:48:34'),(1640,16552,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-26 18:40:21'),(1641,16559,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-26 22:48:47'),(1642,16563,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-27 02:00:36'),(1643,16567,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-01-27 03:50:09'),(1644,16587,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-01-27 09:06:20'),(1645,16591,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&cad=rja&uact=8&ved=0CEIQFjAF&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=tnXHVMqTGMy0Ua-lgtAE&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&sig2=2_r4FZ6JunAA8pWfqfW1bw&bvm=bv.84349003,d.bGQ','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2015-01-27 11:32:25'),(1646,16592,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-01-27 11:46:52'),(1647,16596,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-01-27 13:48:48'),(1648,16596,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-01-27 14:03:35'),(1649,16601,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-27 19:38:34'),(1650,16603,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2015-01-28 00:36:03'),(1651,16610,'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=13&ved=0CE0QFjAM&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_manufacturer%3D12%26controller%3Dmanufacturer%26id_lang%3D1&ei=ALrIVPvxNozcaIOggeAF&usg=AFQjCNE-wrplnwrgolz7IFNew1bAY','www.mstyresblackburn.co.uk/index.php?id_manufacturer=12&controller=manufacturer&id_lang=1','&esrc=s','2015-01-28 10:37:32'),(1652,16611,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-01-28 10:47:47'),(1653,16612,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-01-28 10:47:48'),(1654,16621,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-01-28 12:53:41'),(1655,16626,'https://www.google.ie/','www.mstyresblackburn.co.uk/index.php','','2015-01-28 15:58:37'),(1656,16626,'https://www.google.ie/','www.mstyresblackburn.co.uk/index.php','','2015-01-28 16:00:30'),(1657,16658,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-01-29 13:16:25'),(1658,16659,'http://www.google.co.uk/url?url=http://www.mstyresblackburn.co.uk/index.php%3Fid_manufacturer%3D5%26controller%3Dmanufacturer%26id_lang%3D1&rct=j&frm=1&q=&esrc=s&sa=U&ei=MTLKVKnLE8biO-fegbAN&ved=0CBoQFjAB&usg=AFQjCNH2FTXI76_4LirRyyqMiKTBUkb_kw','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','&esrc=s','2015-01-29 13:17:32'),(1659,16666,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2015-01-29 14:48:10'),(1660,16671,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=18&controller=product&id_lang=1','','2015-01-29 16:53:17'),(1661,16674,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-29 18:04:12'),(1662,16677,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-29 18:49:49'),(1663,16689,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-30 00:37:24'),(1664,16698,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-01-30 10:57:09'),(1665,16699,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-01-30 11:06:02'),(1666,16702,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-01-30 13:07:15'),(1667,16714,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-01-30 19:30:30'),(1668,16723,'http://maps.google.co.uk/local_url?dq=tyres+blackburn&q=http://www.mstyresblackburn.co.uk/&oi=miw&sa=X&ct=miw_link&cd=1&cad=homepage,cid:14846987743364526223&ei=tBfMVNCYNYijjAan84CYDg&s=ANYYN7mMMEo6LPeavjD7I_aeSLTXiHBbmQ','www.mstyresblackburn.co.uk/index.php','http://www.mstyresblackburn.co.uk/','2015-01-31 00:16:00'),(1669,16746,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-01-31 12:26:01'),(1670,16765,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-01-31 18:58:00'),(1671,16769,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-01-31 21:12:34'),(1672,16769,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-01-31 21:16:46'),(1673,16776,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-02-01 00:14:48'),(1674,16777,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-02-01 02:39:54'),(1675,16778,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2015-02-01 03:05:26'),(1676,16782,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-02-01 05:49:11'),(1677,16805,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-02-01 21:14:03'),(1678,16898,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=4&ved=0CFkQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=dUbPVI7LOcWt7gbWqoCQAw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-02-02 09:48:55'),(1679,16898,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=4&ved=0CFkQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=dUbPVI7LOcWt7gbWqoCQAw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-02-02 09:50:45'),(1680,16899,'http://www.tyreleader.co.uk/fitting-tyres/lancashire/accrington/garage-238','www.mstyresblackburn.co.uk/index.php','','2015-02-02 10:09:39'),(1681,16915,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-02-02 11:46:21'),(1682,16922,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-02-02 19:36:26'),(1683,16925,'http://www.google.com/search','www.mstyresblackburn.co.uk/index.php?id_product=27&controller=product&id_lang=1','','2015-02-02 20:15:05'),(1684,16936,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-02-03 02:53:09'),(1685,16937,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-02-03 03:09:12'),(1686,16939,'http://www.bing.com/search?q=tyres+in+blackburn&form=PRLNCM&pc=MALCJS&refig=b97284c0cf394209a400273bfd7af3e6&pq=tyres+in+blacburn&sc=2-17&sp=1&qs=SC&sk=','www.mstyresblackburn.co.uk/index.php','','2015-02-03 08:11:18'),(1687,16941,'http://www.discountshealthservice.com/companies/lancashire_list.asp','www.mstyresblackburn.co.uk/index.php','','2015-02-03 10:12:46'),(1688,16947,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-02-03 13:16:38'),(1689,16953,'https://www.google.de/','www.mstyresblackburn.co.uk/index.php','','2015-02-03 18:50:56'),(1690,16954,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-02-03 20:09:05'),(1691,16955,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-02-03 20:26:22'),(1692,16957,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-02-03 21:21:46'),(1693,16958,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-02-03 23:05:20'),(1694,16972,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-02-04 08:22:20'),(1695,16974,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-02-04 09:14:58'),(1696,16994,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2015-02-04 13:22:35'),(1697,17019,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','','2015-02-05 06:17:30'),(1698,17023,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-02-05 12:31:48'),(1699,17044,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-02-06 08:50:05'),(1700,17046,'http://www.weburlopener.com/','www.mstyresblackburn.co.uk/index.php?','','2015-02-06 10:12:55'),(1701,17048,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CDQQFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=D5rUVLJlo8PuBvL9geAI&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&sig2=p38EnFshmHh4SmOIK7195Q&bvm=bv.85464276,d.ZGU','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2015-02-06 10:43:52'),(1702,17065,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-02-06 13:52:50'),(1703,17067,'http://www.google.de/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F4%2F64-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=jw6X','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-02-06 14:16:59'),(1704,17068,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-02-06 15:00:18'),(1705,17073,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-02-06 17:59:47'),(1706,17078,'http://www.google.cz/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&ved=0CAMQjxw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&ei=QSXVVJXgO8P4aKC_gsAP&bvm=bv.85464276,d.d2s&psig=AFQjCNEZJsYf6ki4','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','&esrc=s','2015-02-06 20:37:25'),(1707,17086,'https://www.google.co.nz/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2015-02-07 01:27:03'),(1708,17094,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-02-07 09:30:06'),(1709,17102,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-02-07 14:13:30'),(1710,17111,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-02-07 19:05:01'),(1711,17114,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-02-07 19:44:03'),(1712,17116,'https://www.google.ba/','www.mstyresblackburn.co.uk/index.php','','2015-02-07 22:37:07'),(1713,17118,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-02-08 00:49:09'),(1714,17144,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-02-08 14:26:05'),(1715,17145,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-02-08 14:27:52'),(1716,17163,'http://forum_thread764642.buy-forum.ru/?thread=764642','www.mstyresblackburn.co.uk/index.php?','','2015-02-09 00:26:56'),(1717,17164,'http://forum_thread764642.buy-forum.ru/?thread=764642','www.mstyresblackburn.co.uk/index.php?','','2015-02-09 00:39:42'),(1718,17165,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-02-09 04:25:19'),(1719,17168,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&ved=0CCIQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=KXXYVOuXMrOp7AaxuIFA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.85464276,d.ZGU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-02-09 08:55:17'),(1720,17170,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=4&sqi=2&ved=0CDgQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=AHnYVICID6XW7gbXwoHIBg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.85464276,d.ZGU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-02-09 09:11:50'),(1721,17173,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-02-09 11:23:08'),(1722,17218,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=12&ved=0CGYQFjAL&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_category%3D39%26controller%3Dcategory%26id_lang%3D1&ei=Y5zYVIuNGMXV7ga_hIHoBQ&usg=AFQjCNF8U2fj9rhA-mztuPxpx9L4f5rs','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','&esrc=s','2015-02-09 11:43:49'),(1723,17220,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2015-02-09 12:39:20'),(1724,17221,'http://forum_thread764642.buy-forum.ru/?thread=764642','www.mstyresblackburn.co.uk/index.php?','','2015-02-09 12:55:41'),(1725,17223,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-02-09 13:30:05'),(1726,17226,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-02-09 16:11:05'),(1727,17227,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-02-09 16:17:27'),(1728,17233,'http://forum_thread764642.buy-forum.ru/?thread=764642','www.mstyresblackburn.co.uk/index.php?','','2015-02-09 22:56:31'),(1729,17235,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-02-10 00:21:20'),(1730,17241,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=4&sqi=2&ved=0CDUQFjAD&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=1MnZVN7tH5PgasWrgNgM&usg=AFQjCNHI8TyhGzC1Mp5tZIcDs','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','&esrc=s','2015-02-10 09:08:58'),(1731,17241,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&ved=0CCEQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=P87ZVK6BLYP1aKmLgsAE&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxTZ','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','&esrc=s','2015-02-10 09:28:20'),(1732,17243,'http://www.google.fi/imgres?imgurl=http://www.mstyresblackburn.co.uk/img/p/5/9/59-large_default.jpg&imgrefurl=http://www.mstyresblackburn.co.uk/index.php?id_product%3D26%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=9AN1qQqqdEz-TM:&zoom=1&docid=V','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','','2015-02-10 10:03:20'),(1733,17262,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-02-10 14:38:58'),(1734,17277,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-02-10 20:50:21'),(1735,17282,'http://forum_thread764642.buy-forum.ru/?thread=764642','www.mstyresblackburn.co.uk/index.php?','','2015-02-10 23:43:39'),(1736,17307,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-02-11 14:01:15'),(1737,17309,'http://www.bing.com/search?q=ms+tyres&src=IE-SearchBox&FORM=IE8SRC','www.mstyresblackburn.co.uk/index.php','','2015-02-11 15:54:24'),(1738,17313,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-02-11 17:55:35'),(1739,17315,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-02-11 20:16:47'),(1740,17317,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-02-11 20:41:53'),(1741,17322,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=10&controller=manufacturer&id_lang=1','','2015-02-11 21:47:39'),(1742,17360,'http://www.google.co.uk/url?sa=t&rct=j&q=p609%20rapid%20235%2045%20r17&source=web&cd=6&ved=0CDAQFjAF&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=g9vcVI2bLKef7gb_84DgBA&usg=AFQjCNE1Ca_-P','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','p609 rapid 235 45 r17','2015-02-12 17:01:22'),(1743,17362,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-02-12 17:35:31'),(1744,17387,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=15&ved=0CFYQFjAEOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=LzjeVKjAN4LxUsmZg4AL&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxTZM6','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','&esrc=s','2015-02-13 17:49:49'),(1745,17392,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-02-13 22:09:37'),(1746,17409,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2015-02-14 04:44:40'),(1747,17425,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-02-14 10:40:07'),(1748,17428,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-02-14 11:38:52'),(1749,17430,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-02-14 17:11:29'),(1750,17431,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-02-14 17:32:19'),(1751,17432,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-02-14 18:51:12'),(1752,17450,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-02-15 10:56:20'),(1753,17491,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-02-16 15:22:33'),(1754,17493,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-02-16 16:19:01'),(1755,17496,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=9&controller=product&id_lang=1','','2015-02-16 17:54:59'),(1756,17527,'http://www.bing.com/search?q=http%3a%2f%2fsphragis.co%2findex.php%3fid_product%3d1%26controller%3dproduct%26id_lang%3d1&go=&qs=HS&filt=custom&first=151&FORM=PORE','www.mstyresblackburn.co.uk/index.php','','2015-02-17 08:46:49'),(1757,17532,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2015-02-17 13:45:43'),(1758,17536,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-02-17 19:46:00'),(1759,17539,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-02-17 23:49:10'),(1760,17546,'http://www.google.fr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=17&ved=0CDkQFjAGOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=dFbkVLKuLcb1UOfag8gJ&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxTZM6g&s','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','&esrc=s','2015-02-18 09:11:43'),(1761,17546,'http://www.google.fr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=17&ved=0CDkQFjAGOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=AlfkVN-GHMr7UMD4gYgK&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxTZM6g&s','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','&esrc=s','2015-02-18 09:13:52'),(1762,17553,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&ved=0CEsQFjAI&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_category%3D39%26controller%3Dcategory%26id_lang%3D1&ei=NnTkVPrBAYqL7Aa084CwBg&usg=AFQjCNF8U2fj9rhA-mztuPxpx9L4f5rsK','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','&esrc=s','2015-02-18 11:23:32'),(1763,17556,'http://www.google.lt/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&ved=0CAMQjxw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=OonkVLPdO6HB7AbYjoCYCw&bvm=bv.85970519,d.ZGU&psig=AFQjCNGEzw_Ha0','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&esrc=s','2015-02-18 12:48:07'),(1764,17558,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-02-18 13:48:08'),(1765,17559,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-02-18 14:56:43'),(1766,17560,'https://www.google.it/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2015-02-18 15:17:10'),(1767,17564,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-02-18 17:26:27'),(1768,17581,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-02-18 18:58:46'),(1769,17583,'http://www.1businessenterprise.co.uk/our-clients.php','www.mstyresblackburn.co.uk/index.php','','2015-02-18 20:13:15'),(1770,17635,'https://www.google.ro/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2015-02-18 21:25:24'),(1771,17637,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2015-02-19 00:14:18'),(1772,17731,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-02-19 10:01:16'),(1773,17732,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-02-19 10:01:17'),(1774,17733,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-02-19 10:01:17'),(1775,17737,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-02-19 13:03:16'),(1776,17741,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-02-19 15:57:09'),(1777,17790,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-02-20 19:22:28'),(1778,17801,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-02-21 09:31:49'),(1779,17814,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-02-21 21:51:32'),(1780,17850,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&sqi=2&ved=0CFUQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=fGbqVJm-I7Cy7QaRv4C4BQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-02-22 23:35:01'),(1781,17860,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-02-23 07:24:30'),(1782,17876,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-02-23 18:29:28'),(1783,17876,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','','2015-02-23 18:31:36'),(1784,17904,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-02-24 15:08:55'),(1785,17905,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-02-24 15:09:00'),(1786,17905,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-02-24 15:36:48'),(1787,17906,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-02-24 16:12:47'),(1788,17911,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-02-24 21:16:31'),(1789,17917,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-02-25 00:40:32'),(1790,17922,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-02-25 08:26:02'),(1791,17928,'http://yandex.ru/yandsearch?text=mstyresblackburn.co.uk&lr=213','www.mstyresblackburn.co.uk/index.php?','','2015-02-25 12:14:58'),(1792,17944,'http://www.google.it/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&ved=0CAMQjxw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&ei=JdrtVMLjO8HwaJeQgvAJ&psig=AFQjCNEI4eUpY2EtxvprfU3zI7MM6wwJXQ&ust','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','&esrc=s','2015-02-25 14:23:54'),(1793,17948,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-02-25 17:15:53'),(1794,17955,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-02-25 21:14:07'),(1795,17956,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-02-25 21:14:43'),(1796,17960,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2015-02-25 23:27:51'),(1797,17963,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-02-26 06:28:12'),(1798,17978,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-02-26 11:23:23'),(1799,17980,'http://www.google.com/','www.mstyresblackburn.co.uk/index.php','','2015-02-26 12:52:40'),(1800,17984,'http://yandex.ru/yandsearch?text=205/55vr-16+bsw+tyre&lr=213','www.mstyresblackburn.co.uk/index.php','','2015-02-26 15:23:05'),(1801,17987,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-02-26 17:37:25'),(1802,17989,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-02-26 18:18:06'),(1803,17994,'http://www.google.com/imgres?imgurl=http://www.mstyresblackburn.co.uk/img/p/6/4/64-large_default.jpg&imgrefurl=http://www.mstyresblackburn.co.uk/index.php?id_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=jw6Xc_v7ufRbcM:&zoom=1&docid=','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-02-26 21:11:48'),(1804,18001,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2015-02-27 03:14:09'),(1805,18014,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-02-27 09:41:23'),(1806,18018,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-02-27 13:35:32'),(1807,18020,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-02-27 16:32:52'),(1808,18025,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-02-27 21:02:00'),(1809,18028,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-02-27 23:30:03'),(1810,18037,'https://www.google.nl/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-02-28 09:10:30'),(1811,18055,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-02-28 13:03:46'),(1812,18056,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-02-28 14:53:59'),(1813,18059,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-02-28 16:33:45'),(1814,18060,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-02-28 16:36:04'),(1815,18064,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-02-28 20:13:28'),(1816,18065,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-02-28 22:38:46'),(1817,18067,'https://www.google.ie/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2015-03-01 01:54:20'),(1818,18068,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-03-01 02:35:42'),(1819,18070,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-03-01 04:52:17'),(1820,18079,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-03-01 18:49:25'),(1821,18080,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-03-01 19:28:27'),(1822,18083,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-03-01 21:53:17'),(1823,18092,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-03-02 09:09:38'),(1824,18103,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-03-02 09:45:57'),(1825,18104,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-03-02 09:46:15'),(1826,18107,'http://www.google.co.uk/url?sa=f&rct=j&url=http://www.mstyresblackburn.co.uk/&q=ms+tyres&ei=fFv0VLSPB-SE7ga5xIEo&usg=AFQjCNHn7NhCK9mDdElXYHytAQIX_RfRRg','www.mstyresblackburn.co.uk/index.php','ms tyres','2015-03-02 12:49:27'),(1827,18108,'http://www.google.co.uk/url?sa=f&rct=j&url=http://www.mstyresblackburn.co.uk/&q=ms+tyres&ei=fFv0VLSPB-SE7ga5xIEo&usg=AFQjCNHn7NhCK9mDdElXYHytAQIX_RfRRg','www.mstyresblackburn.co.uk/index.php','ms tyres','2015-03-02 12:49:28'),(1828,18113,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CFIQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=LoX0VIzFNcOvUZCNgIgD&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=OmEWd_lL7whGeB-ZJNGtdg&bvm=bv.87269000,d.d24','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-03-02 15:47:50'),(1829,18115,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-03-02 16:32:44'),(1830,18116,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-03-02 17:11:20'),(1831,18117,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-03-02 18:13:01'),(1832,18118,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-03-02 19:02:23'),(1833,18133,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-03-03 10:17:38'),(1834,18138,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-03-03 14:40:41'),(1835,18139,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-03-03 14:51:49'),(1836,18140,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=17&sqi=2&ved=0CK8BEBYwEA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=bMv1VIObD5PA7AaqjYEw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-03-03 15:00:47'),(1837,18148,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-03-03 18:59:32'),(1838,18149,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=10&ved=0CHQQoAIwCQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=VgP2VIngD6ae7gaPiIH4Dw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.87269000,d.ZGU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-03-03 18:59:38'),(1839,18151,'https://www.google.com.ua/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-03-03 19:31:53'),(1840,18152,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-03-03 20:54:34'),(1841,18154,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-03-04 01:18:06'),(1842,18162,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-03-04 03:00:20'),(1843,18164,'http://www.bing.com/search?q=235%2F45WR17+LANDSAIL+LS988+XL&src=IE-SearchBox&FORM=IE8SRC&adlt=strict','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1&p=2','','2015-03-04 09:58:50'),(1844,18178,'https://www.google.ru/','www.mstyresblackburn.co.uk/index.php?id_product=11&controller=product&id_lang=1','','2015-03-04 10:07:11'),(1845,18180,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CFYQFjAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=aur2VMaXH8jlaNzjgdgD&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxTZM6g','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','&esrc=s','2015-03-04 11:25:15'),(1846,18180,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CDgQFjAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=D-v2VN_ENZfeatDigZgM&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxTZM6g','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','&esrc=s','2015-03-04 11:26:38'),(1847,18205,'http://www.google.com.br/imgres?imgurl=http://www.mstyresblackburn.co.uk/img/p/6/4/64-large_default.jpg&imgrefurl=http://www.mstyresblackburn.co.uk/index.php?id_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=jw6Xc_v7ufRbcM:&zoom=1&doc','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-03-05 06:44:34'),(1848,18209,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=5&ved=0CD0QFjAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_manufacturer%3D12%26controller%3Dmanufacturer%26id_lang%3D1&ei=8l74VJDqCsXvaum8gvAN&usg=AFQjCNE-wrplnwrgolz7I','www.mstyresblackburn.co.uk/index.php?id_manufacturer=12&controller=manufacturer&id_lang=1','&esrc=s','2015-03-05 13:55:53'),(1849,18210,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-03-05 14:24:59'),(1850,18211,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-03-05 15:54:20'),(1851,18212,'http://www.google.fr/search?q=rapid+p609+225+45+17&tbm=isch&ei=XH74VPT1KIGuUeyvgOgB&start=140&sa=N','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2015-03-05 16:09:24'),(1852,18328,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-03-06 10:34:13'),(1853,18329,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-03-06 10:36:39'),(1854,18333,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-03-06 12:49:47'),(1855,18340,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-03-06 20:00:17'),(1856,18343,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&sqi=2&ved=0CFkQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=gjb6VObWDsLc7AbQ1IGYCw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-03-06 23:26:38'),(1857,18348,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-03-07 01:05:13'),(1858,18378,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-03-07 20:20:39'),(1859,18381,'http://www.google.ca/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0CDgQFjAF&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=eIf7VJLKOoGNyAS8kYKoDw&usg=AFQjCNE1Ca_-PPn5dxqsbrcb2E1gypusNQ&bvm','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&esrc=s','2015-03-07 23:23:32'),(1860,18384,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-03-08 01:12:56'),(1861,18408,'http://www.google.co.uk/url?sa=t&rct=j&q=215%2F55wr16&source=web&cd=10&ved=0CDMQFjAJ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D36%26controller%3Dproduct%26id_lang%3D1&ei=yJn8VLboNMrZar-BgcgB&usg=AFQjCNFEu1CqXK8o2UbIoawl-6EKhhU','www.mstyresblackburn.co.uk/index.php?id_product=36&controller=product&id_lang=1','215/55wr16','2015-03-08 18:58:48'),(1862,18411,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-03-08 21:47:04'),(1863,18414,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-03-08 22:48:06'),(1864,18427,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=35&controller=category&id_lang=1','','2015-03-09 09:05:38'),(1865,18430,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=31&controller=product&id_lang=1','','2015-03-09 11:01:14'),(1866,18436,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-03-09 13:26:41'),(1867,18437,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-03-09 14:01:29'),(1868,18438,'http://www.google.cz/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&ved=0CAcQjRw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&ei=66n9VJySDIfYPI-lgOAI&bvm=bv.87611401,d.bGQ&psig=AFQjCNHZ95v_MHOH','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','&esrc=s','2015-03-09 14:14:35'),(1869,18442,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-03-09 16:12:07'),(1870,18462,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-03-10 06:58:09'),(1871,18478,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-03-10 13:12:24'),(1872,18483,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-03-10 16:48:20'),(1873,18503,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-03-11 07:15:12'),(1874,18514,'http://www.google.fr/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F4%2F64-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=jw6X','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-03-11 14:35:41'),(1875,18514,'http://www.google.fr/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F4%2F64-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=jw6X','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-03-11 14:35:48'),(1876,18517,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-03-11 17:24:29'),(1877,18521,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=31&ved=0CC8QFjAAOB4&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D27%26controller%3Dproduct%26id_lang%3D1&ei=eo8AVebhD83JPcP9gYAI&usg=AFQjCNGBPXMfJ9-P4cYlCrNziGnwOfVv_','www.mstyresblackburn.co.uk/index.php?id_product=27&controller=product&id_lang=1','&esrc=s','2015-03-11 18:58:45'),(1878,18525,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-03-11 19:56:08'),(1879,18526,'https://www.google.it/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-03-11 22:13:25'),(1880,18527,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2015-03-12 00:13:44'),(1881,18528,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-03-12 00:34:35'),(1882,18532,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2015-03-12 06:11:52'),(1883,18533,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-03-12 06:30:06'),(1884,18556,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-03-12 15:25:48'),(1885,18561,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-03-12 21:34:08'),(1886,18577,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-03-13 12:46:05'),(1887,18579,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2015-03-13 16:48:19'),(1888,18581,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-03-13 19:21:14'),(1889,18582,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-03-13 20:10:55'),(1890,18593,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0CFkQFjAH&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_category%3D34%26controller%3Dcategory%26id_lang%3D1&ei=0eEDVYTlLMXd7gac2IDAAQ&usg=AFQjCNHHUMw-ypErO7NXgYp7jbIcD-Hqw','www.mstyresblackburn.co.uk/index.php?id_category=34&controller=category&id_lang=1','&esrc=s','2015-03-14 07:25:05'),(1891,18595,'https://www.bing.com/search?q=vehicle%20wheel%20tracking%20blackburn&pivot=web&persona=0&input=1&form=SBCLIK2&mkt=en-US&setlang=en-US','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2015-03-14 09:18:29'),(1892,18595,'https://www.bing.com/search?q=vehicle%20wheel%20tracking%20blackburn&pivot=web&persona=0&input=1&form=SBCLIK2&mkt=en-US&setlang=en-US','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2015-03-14 09:19:53'),(1893,18611,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-03-14 14:14:45'),(1894,18636,'http://topic764642.adviceforum.info/?topic=764642','www.mstyresblackburn.co.uk/index.php?','','2015-03-14 23:34:21'),(1895,18641,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-03-14 23:47:15'),(1896,18651,'http://topic764642.adviceforum.info/?topic=764642','www.mstyresblackburn.co.uk/index.php?','','2015-03-15 08:05:29'),(1897,18655,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-03-15 16:55:20'),(1898,18682,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-03-16 14:09:19'),(1899,18684,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-03-16 15:49:24'),(1900,18688,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-03-16 19:45:58'),(1901,18691,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-03-16 20:22:03'),(1902,18704,'https://www.google.com.pk/','www.mstyresblackburn.co.uk/index.php','','2015-03-17 09:25:11'),(1903,18706,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-03-17 14:04:30'),(1904,18707,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-03-17 14:45:24'),(1905,18708,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CGAQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=R1AIVYODLaTY7AbqrYEg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=tGgUW3U63D6EuNHFHIwU1A&bvm=bv.88198703,d.ZGU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-03-17 16:03:36'),(1906,18709,'http://www.google.pl/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0CFoQFjAH&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=2mEIVZGTGbGp7AbHxIGgDQ&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2015-03-17 17:19:06'),(1907,18712,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-03-17 19:46:24'),(1908,18714,'https://www.google.it/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-03-17 23:53:02'),(1909,18715,'http://www.google.com/','www.mstyresblackburn.co.uk/index.php','','2015-03-18 02:20:38'),(1910,18720,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CCkQFjAB&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D28%26controller%3Dproduct%26id_lang%3D1&ei=vyYJVb_HL-OR7Aa39IGIAg&usg=AFQjCNFiSDSfYVNjtnI3NZMgqtp0N8GgBw','www.mstyresblackburn.co.uk/index.php?id_product=28&controller=product&id_lang=1','&esrc=s','2015-03-18 07:18:33'),(1911,18742,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CDkQFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=KI0JVaCMC8uR7AaRioDYBA&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.88198703,d.ZGU','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2015-03-18 14:35:25'),(1912,18745,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-03-18 21:01:46'),(1913,18747,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-03-18 21:38:44'),(1914,18762,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-03-19 12:07:26'),(1915,18762,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-03-19 12:08:04'),(1916,18863,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-03-20 14:15:26'),(1917,18880,'http://pizza-tycoon.de/','www.mstyresblackburn.co.uk/index.php?','','2015-03-20 16:51:01'),(1918,18883,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-03-20 20:34:09'),(1919,18885,'http://www.google.fr/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F4%2F64-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=jw6X','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-03-20 22:04:05'),(1920,18885,'http://www.google.fr/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F4%2F64-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=jw6X','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-03-20 22:04:08'),(1921,18892,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-03-21 02:22:16'),(1922,18896,'http://www.google.com/search','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-03-21 07:25:17'),(1923,18897,'https://www.google.fr/','www.mstyresblackburn.co.uk/index.php','','2015-03-21 07:37:40'),(1924,18899,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-03-21 10:53:07'),(1925,18900,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=13&cad=rja&uact=8&ved=0CJQBEBYwDA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=UFENVfjyGcbhaNbHgaAL&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&sig2=LsvdmT8KcmM3JhKZGFviTg&bvm=bv.88528373,d.d2s','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2015-03-21 11:13:16'),(1926,18909,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-03-21 15:28:42'),(1927,18910,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-03-21 16:04:41'),(1928,18921,'http://www.google.si/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&ved=0CAMQjxw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&ei=1B8OVY-6I9HKaJLXgZAF&bvm=bv.88528373,d.d2s&psig=AFQjCNHgcPzDSViN','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','&esrc=s','2015-03-22 01:50:20'),(1929,18947,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-03-22 21:14:10'),(1930,18950,'http://pizza-tycoon.de/','www.mstyresblackburn.co.uk/index.php','','2015-03-22 22:03:07'),(1931,18960,'http://www.google.pt/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&cad=rja&uact=8&ved=0CAMQjxw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&ei=1rcPVaDIBoz5ULi_gPAB&bvm=bv.88528373,d.d24&psig=A','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','&esrc=s','2015-03-23 06:51:20'),(1932,18960,'http://www.google.pt/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&cad=rja&uact=8&ved=0CAMQjxw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&ei=1rcPVaDIBoz5ULi_gPAB&bvm=bv.88528373,d.d24&psig=A','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','&esrc=s','2015-03-23 06:51:45'),(1933,18961,'http://hvd-store.com/','www.mstyresblackburn.co.uk/index.php?','','2015-03-23 06:55:07'),(1934,18963,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-03-23 10:16:53'),(1935,18966,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=19&ved=0CHUQFjAIOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=IQwQVZde0qtputOC6Aw&usg=AFQjCNE1Ca_-PPn5dxqsbrcb2E1gypusNQ','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&esrc=s','2015-03-23 12:52:48'),(1936,18968,'http://hundejo.com/','www.mstyresblackburn.co.uk/index.php?','','2015-03-23 14:33:15'),(1937,18970,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-03-23 15:06:11'),(1938,18981,'https://duckduckgo.com/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-03-23 23:19:57'),(1939,18995,'http://hvd-store.com/','www.mstyresblackburn.co.uk/index.php','','2015-03-24 07:53:22'),(1940,19000,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-03-24 10:09:46'),(1941,19003,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-03-24 12:22:00'),(1942,19011,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0CIQBEKACMAc&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=cWoRVbz2FMiN7Aa7toDIDw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-03-24 13:47:27'),(1943,19013,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-03-24 14:20:59'),(1944,19015,'http://www.bing.com/search?q=blackburn+tyres&FORM=HDRSC1','www.mstyresblackburn.co.uk/index.php','','2015-03-24 16:21:07'),(1945,19016,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&cad=rja&uact=8&ved=0CFIQoAIwBg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=IawRVZXHItHVaralgPgB&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.89184060,d.d2s','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-03-24 18:27:25'),(1946,19020,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-03-24 18:58:16'),(1947,19031,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-03-25 01:47:40'),(1948,19034,'http://specialdessous.com/','www.mstyresblackburn.co.uk/index.php?','','2015-03-25 05:01:14'),(1949,19038,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-03-25 07:07:41'),(1950,19043,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-03-25 11:42:14'),(1951,19046,'https://www.google.co.in/','www.mstyresblackburn.co.uk/index.php?','','2015-03-25 12:36:22'),(1952,19047,'https://www.google.co.in/','www.mstyresblackburn.co.uk/index.php?','','2015-03-25 12:36:34'),(1953,19048,'https://www.google.co.in/','www.mstyresblackburn.co.uk/index.php?','','2015-03-25 12:53:31'),(1954,19055,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=31&controller=product&id_lang=1','','2015-03-25 17:52:22'),(1955,19067,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2015-03-26 03:39:30'),(1956,19068,'http://specialdessous.com/','www.mstyresblackburn.co.uk/index.php','','2015-03-26 03:47:45'),(1957,19069,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=10&ved=0CGEQFjAJ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_manufacturer%3D5%26controller%3Dmanufacturer%26id_lang%3D1&ei=DsQTVYaPF8PhapfngMgE&usg=AFQjCNEOCwIJ1QjT1zfUefOqAES','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','&esrc=s','2015-03-26 08:33:31'),(1958,19074,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-03-26 13:04:56'),(1959,19078,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-03-26 14:07:25'),(1960,19094,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-03-26 18:10:16'),(1961,19098,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CDoQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=TGQUVa2NBdTvaKTmgWA&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxTZM6g&bvm','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','&esrc=s','2015-03-26 19:56:12'),(1962,19116,'http://search.aol.co.uk/aol/search?s_chn=hp&enabled_terms=&s_it=aoluk-homePage50&q=tyre+firm+s+in+blackburn','www.mstyresblackburn.co.uk/index.php?','tyre firm s in blackburn','2015-03-27 08:07:31'),(1963,19117,'https://www.google.fi/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-03-27 08:32:08'),(1964,19131,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-03-27 17:50:25'),(1965,19173,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-03-28 12:24:51'),(1966,19176,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2015-03-28 13:29:42'),(1967,19204,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-03-29 00:49:36'),(1968,19206,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-03-29 01:50:55'),(1969,19209,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php','','2015-03-29 02:42:31'),(1970,19224,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-03-29 11:14:36'),(1971,19247,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0CH4QoAIwBw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=RlQYVZzWFciG7Qaw44CABg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.89381419,d.ZGU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-03-29 19:44:04'),(1972,19251,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-03-29 22:36:06'),(1973,19259,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-03-30 00:58:14'),(1974,19287,'https://www.google.ca/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2015-03-30 19:28:38'),(1975,19288,'https://www.google.ca/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2015-03-30 19:28:40'),(1976,19295,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-03-31 01:35:25'),(1977,19301,'http://www.google.fi/search?q=rapid+225%2F45+r17+p609&oq=Rapid+p609+225%2F45&gs_l=mobile-heirloom-serp.1.1.0i22i30l2.20861.35713.0.42359.17.17.0.0.0.1.461.3969.1j8j3j3j2.17.0.msedr...0...1c.1.34.mobile-heirloom-serp..6.11.2043.qxY_iTugSpA','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-03-31 07:30:30'),(1978,19305,'https://www.bing.com/local/?lid=YN1000x261130585&id=YN1000x261130585&q=MS+Tyres+Blackburn+Lancashire&mkt=en-GB&setlang=en-GB','www.mstyresblackburn.co.uk/index.php','MS Tyres Blackburn Lancashire','2015-03-31 10:13:24'),(1979,19317,'http://hvd-store.com/','www.mstyresblackburn.co.uk/index.php?','','2015-03-31 15:04:36'),(1980,19323,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-03-31 17:31:05'),(1981,19346,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-04-01 05:29:13'),(1982,19374,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CDQQFjAB&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D20%26controller%3Dproduct%26id_lang%3D1&ei=6gMcVcOAOM-O7Aa7gIHYBg&usg=AFQjCNGUA0NaMlEtmKsGtimE1pSkwf_K6w&','www.mstyresblackburn.co.uk/index.php?id_product=20&controller=product&id_lang=1','&esrc=s','2015-04-01 14:42:55'),(1983,19378,'https://www.google.se/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-04-01 16:51:18'),(1984,19379,'http://semalt.semalt.com/crawler.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-04-01 18:00:31'),(1985,19381,'http://www.google.co.uk/url?sa=t&rct=j&q=blackburn%20part%20worn%20tyres&source=web&cd=8&ved=0CFMQoAIwBw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=fEIcVd74AdKO7Aaq6IGgAQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','blackburn part worn tyres','2015-04-01 19:11:08'),(1986,19393,'http://best-seo-solution.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-04-02 00:34:36'),(1987,19406,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-04-02 08:16:27'),(1988,19413,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2015-04-02 11:01:06'),(1989,19413,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2015-04-02 11:01:51'),(1990,19424,'http://best-seo-solution.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-04-02 18:13:50'),(1991,19435,'http://best-seo-solution.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-04-03 00:53:25'),(1992,19447,'http://www.google.co.uk/url?sa=t&rct=j&q=MS+Tyres+Blackburn&source=web&cd=8&ved=0CCUQtBcoADAH&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=1FEeVaylGdT7avOmgGA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','MS Tyres Blackburn','2015-04-03 08:39:56'),(1993,19448,'http://best-seo-solution.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-04-03 08:41:06'),(1994,19450,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-04-03 09:05:46'),(1995,19451,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCIQFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=Cl4eVfTzF82sPYWwgJgH&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.89947451,d.ZWU','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2015-04-03 09:32:02'),(1996,19543,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-04-03 15:05:00'),(1997,19544,'http://best-seo-solution.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-04-03 15:13:29'),(1998,19557,'http://www.1businessenterprise.co.uk/our-clients.php','www.mstyresblackburn.co.uk/index.php','','2015-04-03 17:17:29'),(1999,19570,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-04-03 17:33:41'),(2000,19652,'http://best-seo-solution.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-04-04 12:58:38'),(2001,19661,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-04-04 20:50:52'),(2002,19697,'http://best-seo-solution.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-04-05 17:14:03'),(2003,19707,'http://www.google.co.uk/search?q=landsail+ls388&cr=countryUK%7CcountryGB&biw=320&bih=508&tbs=ctr:countryUK%7CcountryGB&tbm=isch&tbo=u&source=univ&sa=X&ei=4rMhVYW0NNTdasrOgMAC&ved=0CFoQ7Ak','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-04-05 22:20:39'),(2004,19734,'http://www.google.co.uk/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&ved=0CAcQjRw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D27%26controller%3Dproduct%26id_lang%3D1&ei=yaQiVY7WNouu7ga0x4GwDQ&bvm=bv.89947451,d.d2s&psig=AFQjCNFsmtR','www.mstyresblackburn.co.uk/index.php?id_product=27&controller=product&id_lang=1','&esrc=s','2015-04-06 15:22:53'),(2005,19761,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CE4QoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=3KgjVc_0KMTmUqCugaAD&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-04-07 09:53:58'),(2006,19763,'http://forum69.info/?go_away=764642','www.mstyresblackburn.co.uk/index.php?','','2015-04-07 12:46:05'),(2007,19778,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CFgQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=wvAjVeWgNbCQ7Aaht4Fo&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-04-07 15:07:25'),(2008,19790,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2015-04-08 04:40:29'),(2009,19798,'http://www.google.se/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-04-08 08:47:57'),(2010,19803,'http://www.bing.com/search?q=m+s+tyres+blackburn&src=IE-SearchBox&FORM=IE8SRC','www.mstyresblackburn.co.uk/index.php','','2015-04-08 12:41:20'),(2011,19804,'http://best-seo-solution.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-04-08 12:41:55'),(2012,19809,'http://www.google.ie/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&ved=0CD8QFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D20%26controller%3Dproduct%26id_lang%3D1&ei=w0AlVfaSGM34asGygLgG&usg=AFQjCNGUA0NaMlEtmKsGtimE1pSkwf_K6w','www.mstyresblackburn.co.uk/index.php?id_product=20&controller=product&id_lang=1','&esrc=s','2015-04-08 14:53:17'),(2013,19810,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-04-08 15:40:53'),(2014,19817,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-04-08 19:43:58'),(2015,19818,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-04-08 19:45:32'),(2016,19834,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-04-09 08:39:36'),(2017,19835,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-04-09 08:40:43'),(2018,19836,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-04-09 10:25:25'),(2019,19848,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-04-09 13:03:48'),(2020,19850,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CFAQoAIwBA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=eYUmVaqrLISqPdfEgPgB&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.90237346,d.ZWU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-04-09 14:00:26'),(2021,19865,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-04-09 15:29:36'),(2022,19867,'http://www.google.de/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F4%2F64-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=jw6X','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-04-09 17:13:48'),(2023,19878,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-04-10 02:53:21'),(2024,19902,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-04-10 11:38:33'),(2025,19923,'http://www.google.co.uk/search?client=ms-rim&hl=en&q=ms+tyres+blackburn&ie=UTF-8&oe=UTF-8&channel=browser&gws_rd=cr&ei=btMnVeGVOoOOsAH7zIOYCA','www.mstyresblackburn.co.uk/index.php','ms tyres blackburn','2015-04-10 13:43:21'),(2026,19928,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-04-10 15:44:58'),(2027,19949,'https://www.google.nl/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-04-10 16:23:45'),(2028,20005,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-04-10 21:05:33'),(2029,20033,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-04-11 12:23:57'),(2030,20034,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-04-11 12:28:32'),(2031,20037,'http://www.google.com/m?hl=en&gl=gb&client=ms-android-htc&source=android-launcher-search&q=wheel+tracking+blackburn','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','wheel tracking blackburn','2015-04-11 14:11:11'),(2032,20037,'http://www.google.com/m?hl=en&gl=gb&client=ms-android-htc&source=android-launcher-search&q=wheel+tracking+blackburn','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','wheel tracking blackburn','2015-04-11 14:19:45'),(2033,20062,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-04-12 00:19:48'),(2034,20066,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-04-12 05:39:13'),(2035,20107,'http://blogs.forum69.info/?go_away=764642','www.mstyresblackburn.co.uk/index.php?','','2015-04-13 05:00:05'),(2036,20108,'http://blogs.forum69.info/?go_away=764642','www.mstyresblackburn.co.uk/index.php?','','2015-04-13 05:15:19'),(2037,20119,'http://www.google.co.uk/url?url=http://mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ei=-M0rVfnRK5DxaLr7gTg&ved=0CG8QFjAN&usg=AFQjCNExkTo-2WQBChy-_Q3divzS5mQzZA','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2015-04-13 14:11:51'),(2038,20120,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=7&ved=0CE4QoAIwBg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=TdkrVcjXOOeC7gb9k4DQDQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-04-13 14:58:52'),(2039,20153,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-04-13 16:48:02'),(2040,20188,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2015-04-14 09:34:43'),(2041,20232,'http://www.bing.com/search?q=tryes+in+blackburn&src=IE-SearchBox&FORM=IE8SRC&adlt=strict','www.mstyresblackburn.co.uk/index.php','','2015-04-15 09:18:45'),(2042,19850,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0CHsQoAIwBw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=vm8uVa3EL43X7Aat8YCIBA&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-04-15 14:10:42'),(2043,20239,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-04-15 14:11:55'),(2044,20270,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-04-16 08:28:50'),(2045,20288,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-04-16 10:40:16'),(2046,20291,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-04-16 11:49:45'),(2047,20309,'https://www.google.nl/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-04-16 15:06:56'),(2048,20310,'https://www.google.nl/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-04-16 15:07:19'),(2049,20320,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-04-16 19:13:04'),(2050,20336,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-04-17 04:57:00'),(2051,20342,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-04-17 08:05:22'),(2052,20344,'http://www.bing.com/search?q=tyres+blackburn&src=IE-SearchBox&FORM=IE8SRC','www.mstyresblackburn.co.uk/index.php','','2015-04-17 09:45:53'),(2053,20346,'https://www.google.lt/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-04-17 10:17:12'),(2054,20355,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-04-17 20:30:36'),(2055,20425,'http://www.bing.com/search?q=ms+tyres&qs=AS&sk=HS1AS2&pq=ms+tyres&sc=6-8&sp=4&cvid=5de91f061fc2477b8e6ded7019232c39&FORM=QBRE','www.mstyresblackburn.co.uk/index.php','','2015-04-19 14:53:01'),(2056,20425,'http://www.bing.com/search?q=ms+tyres&qs=AS&sk=HS1AS2&pq=ms+tyres&sc=6-8&sp=4&cvid=5de91f061fc2477b8e6ded7019232c39&FORM=QBRE','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','','2015-04-19 14:54:06'),(2057,20430,'http://www.google.fr/search?q=landsail+ls388&prmd=ivns&source=lnms&tbm=isch&sa=X&ei=t-EzVZbbJcGgPf_sgaAL&ved=0CAYQ_AUoAQ','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-04-19 17:11:35'),(2058,20431,'http://www.google.fr/search?q=landsail+ls388&prmd=ivns&source=lnms&tbm=isch&sa=X&ei=t-EzVZbbJcGgPf_sgaAL&ved=0CAYQ_AUoAQ','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-04-19 17:11:35'),(2059,20432,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=35&controller=category&id_lang=1','','2015-04-19 17:16:11'),(2060,20436,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-04-19 20:03:18'),(2061,20439,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CFwQoAIwBg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=6Rw0Ve2gMYjXaq_1gbgH&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-04-19 21:29:44'),(2062,20522,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-04-19 23:20:25'),(2063,20549,'http://www.yelp.com/biz_redir?url=http%3A%2F%2Fwww.mstyresblackburn.co.uk&src_bizid=8hHWF-LI-TWx4YziJrYh-A&cachebuster=1429524245&s=1ffbab90e0ed8ee0a531a9fd4aafcd826d5c17a9afab8520fcaf3778132517c2','www.mstyresblackburn.co.uk/index.php','','2015-04-20 10:04:57'),(2064,20565,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-04-20 13:47:29'),(2065,20590,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2015-04-21 06:26:20'),(2066,20605,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-04-21 12:03:56'),(2067,20655,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-04-22 02:31:59'),(2068,20695,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-04-22 15:04:06'),(2069,20707,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-04-22 19:40:41'),(2070,20733,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-04-23 02:38:25'),(2071,20757,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-04-23 08:28:28'),(2072,20762,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-04-23 10:41:35'),(2073,20762,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-04-23 10:42:13'),(2074,20767,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=17&sqi=2&ved=0CJ4BEBYwEA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=wO84VdfuOsTZPfXKgZAM&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&sig2=Ja9pOqW4O8b5jyGkOz5L_Q','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2015-04-23 13:13:15'),(2075,20769,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-04-23 14:36:10'),(2076,20786,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-04-23 22:49:56'),(2077,20842,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-04-25 18:44:44'),(2078,20849,'https://www.google.nl/','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','','2015-04-26 01:51:38'),(2079,20855,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-04-26 08:37:59'),(2080,20867,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-04-26 21:13:27'),(2081,20880,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-04-27 01:34:29'),(2082,20890,'https://www.bing.com/search?q=part%20worn%20tyres%20blackburn&form=MB1078&mkt=en-GB&setlang=en-GB','www.mstyresblackburn.co.uk/index.php','','2015-04-27 08:43:49'),(2083,20891,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-04-27 09:57:31'),(2084,20893,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-04-27 10:20:56'),(2085,20901,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-04-27 18:40:42'),(2086,20902,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CEoQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=z34-VYf1OYfvarX9gLgI&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-04-27 18:42:50'),(2087,20903,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-04-27 18:47:28'),(2088,20908,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-04-28 01:25:04'),(2089,20927,'http://www.google.com/search?q=rapid+p609+225+45+17&client=safari&rls=en&oe=UTF-8&gfe_rd=cr&oq=&gs_l=','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-04-28 14:03:25'),(2090,20929,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-04-28 14:16:00'),(2091,20938,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2015-04-29 00:34:12'),(2092,20967,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-04-29 09:57:48'),(2093,20969,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2015-04-29 11:16:35'),(2094,20981,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-04-29 16:48:17'),(2095,20981,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-04-29 16:48:47'),(2096,20982,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-04-29 16:57:37'),(2097,20986,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-04-29 18:08:45'),(2098,20993,'http://www.google.com/search','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-04-29 20:10:21'),(2099,20994,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-04-29 20:13:37'),(2100,21020,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-04-30 10:38:30'),(2101,21024,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-04-30 16:05:55'),(2102,21030,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-04-30 18:55:10'),(2103,21040,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-05-01 03:09:01'),(2104,21044,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-05-01 06:41:51'),(2105,21046,'http://www.google.co.uk/url?url=http://mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ei=yTVDVeWdPMfmaL7MgZgN&ved=0CCUQFjAA&usg=AFQjCNHpmOxgUFt3GQwj-4rIUVVm8i_mpw','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2015-05-01 08:14:50'),(2106,21060,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php?','','2015-05-01 09:30:01'),(2107,21060,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php?','','2015-05-01 09:30:43'),(2108,21062,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-05-01 10:39:25'),(2109,21065,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-05-01 16:57:54'),(2110,21071,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-05-01 18:31:31'),(2111,21074,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-05-01 23:00:36'),(2112,21075,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2015-05-01 23:15:50'),(2113,21087,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-05-02 14:48:08'),(2114,21096,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-05-03 02:41:16'),(2115,21116,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CF8QoAIwBg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=ZxVGVeOeOsPlaKnugJAF&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-05-03 12:34:10'),(2116,21125,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-05-03 21:45:04'),(2117,21142,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-05-04 10:13:05'),(2118,21143,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-05-04 10:20:40'),(2119,21144,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-05-04 10:21:30'),(2120,21146,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2015-05-04 10:41:16'),(2121,21191,'http://www.google.fr/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F4%2F64-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=jw6X','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-05-04 22:28:41'),(2122,21191,'http://www.google.fr/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F4%2F64-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=jw6X','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-05-04 22:28:45'),(2123,21192,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-05-04 23:24:39'),(2124,21300,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-05-05 22:27:50'),(2125,21313,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-05-06 08:07:03'),(2126,21352,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-05-06 11:22:47'),(2127,21355,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-05-06 14:04:03'),(2128,21356,'https://www.google.pl/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-05-06 14:55:20'),(2129,21437,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-05-07 15:57:33'),(2130,21438,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-05-07 21:25:58'),(2131,21441,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-05-07 23:14:47'),(2132,21444,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-05-08 05:09:17'),(2133,21453,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-05-08 10:15:15'),(2134,21492,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-05-08 13:12:37'),(2135,21493,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-05-08 14:26:28'),(2136,21498,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=16&ved=0CKsBEBYwDw&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=5w5NVfL3M6PiywP4ooDgBQ&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2015-05-08 20:05:31'),(2137,21521,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-05-09 09:26:02'),(2138,21557,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-05-09 16:15:17'),(2139,21606,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-05-10 15:04:00'),(2140,21654,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CEwQFjAG&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_category%3D39%26controller%3Dcategory%26id_lang%3D1&ei=zFtQVdWwMMqP7Ab-yIHwDQ&usg=AFQjCNF8U2fj9rhA-mztuPxpx9L4f5rsK','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','&esrc=s','2015-05-11 07:35:59'),(2141,21654,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0CCIQFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=-VtQVcefEMLP7Qa-54HoDA&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&sig2=6kqydRhTeyRl5k5HGIU2JA&bvm=bv.92885102,d.ZGU','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2015-05-11 07:36:37'),(2142,21654,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CEwQFjAG&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_category%3D39%26controller%3Dcategory%26id_lang%3D1&ei=zFtQVdWwMMqP7Ab-yIHwDQ&usg=AFQjCNF8U2fj9rhA-mztuPxpx9L4f5rsK','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','&esrc=s','2015-05-11 07:38:54'),(2143,21661,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1&p=2','','2015-05-11 12:00:47'),(2144,21664,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0CFwQoAIwAg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=BMBQVe2PB4GtUJzjgOAL&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-05-11 14:44:04'),(2145,21664,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=15&ved=0CLMBEBYwDg&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=BMBQVe2PB4GtUJzjgOAL&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2015-05-11 14:48:53'),(2146,21670,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-05-11 17:05:58'),(2147,21674,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-05-11 19:22:17'),(2148,21738,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1&p=2','','2015-05-12 09:01:32'),(2149,21744,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-05-12 16:48:23'),(2150,21745,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2015-05-12 16:57:07'),(2151,21746,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-05-12 19:03:17'),(2152,21747,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-05-12 19:22:34'),(2153,21814,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0CCIQFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=9wVTVd-OHYHbUNq9gJAK&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&sig2=mwfkRg0p1ybPwYWuNTUB3g&bvm=bv.93112503,d.d24','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2015-05-13 09:23:08'),(2154,21816,'http://www.google.it/url?url=http://www.mstyresblackburn.co.uk/index.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&rct=j&frm=1&q=&esrc=s&sa=U&ei=-jRTVZ3SFsH8UPeUgLAF&ved=0CDAQ9QEwDQ&usg=AFQjCNFRtFaoueU8V6OiWZk2Vz7dfg7lug','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','&esrc=s','2015-05-13 12:44:30'),(2155,21816,'http://172.23.238.190:15871/cgi-bin/blockOptions.cgi?ws-session=-535089511','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-05-13 12:44:36'),(2156,21830,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-05-13 19:20:08'),(2157,21831,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-05-13 19:40:22'),(2158,21831,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-05-13 19:41:23'),(2159,21832,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-05-13 20:04:23'),(2160,21834,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-05-13 21:10:18'),(2161,21835,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-05-13 21:35:58'),(2162,21836,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-05-13 21:46:26'),(2163,21881,'http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&cad=rja&uact=8&ved=0CC8QFjAB&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=7wtUVcnTK8uXygSanoH4Bw&usg=AFQjCNHI8TyhGzC1Mp5tZI','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','&esrc=s','2015-05-14 02:44:22'),(2164,21901,'http://www.google.at/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&ved=0CAcQjRw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D26%26controller%3Dproduct%26id_lang%3D1&ei=XZxUVeyJIsy9Uep0&psig=AFQjCNHIlg_riFsrGImW3F4mYi7neTKB_w&ust=143','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','&esrc=s','2015-05-14 13:01:03'),(2165,21904,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-05-14 17:35:51'),(2166,21904,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-05-14 17:37:26'),(2167,21908,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-05-14 23:08:11'),(2168,21948,'http://www.google.co.uk/url?sa=t&source=web&cd=29&ved=0CHoQFjAc&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php&rct=j&q=tyres%20blackburn&ei=0QpWVdaKHMW8Ub7MgZAE&usg=AFQjCNGaovWsBFBPrn57hepYz764y0Fd0A&sig2=I_C7yIPAwGEV1DhGYDpkIg','www.mstyresblackburn.co.uk/index.php','tyres blackburn','2015-05-15 15:03:50'),(2169,21949,'http://www.google.co.uk/url?sa=t&source=web&cd=29&ved=0CHoQFjAc&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php&rct=j&q=tyres%20blackburn&ei=0QpWVdaKHMW8Ub7MgZAE&usg=AFQjCNGaovWsBFBPrn57hepYz764y0Fd0A&sig2=I_C7yIPAwGEV1DhGYDpkIg','www.mstyresblackburn.co.uk/index.php','tyres blackburn','2015-05-15 15:03:50'),(2170,21970,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-05-16 05:30:50'),(2171,21987,'http://www.bing.com/search?q=tyre+dealers+in+blackburn+lancs&form=PRGBEN&pc=MSSE&refig=071343d200d744458c0603317b24be55&pq=tyre+dealers+in+blackburn+lancs&sc=0-19&sp=-1&qs=n&sk=','www.mstyresblackburn.co.uk/index.php','','2015-05-16 13:28:08'),(2172,21993,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-05-16 16:34:12'),(2173,22006,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2015-05-17 12:01:54'),(2174,22008,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-05-17 12:22:33'),(2175,22052,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-05-18 09:03:21'),(2176,22064,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-05-18 16:31:53'),(2177,22074,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-05-19 03:29:30'),(2178,22131,'http://www.bing.com/search?q=part+worn+tyres+accrington&src=IE-TopResult&FORM=IETR02&conversationid=','www.mstyresblackburn.co.uk/index.php','','2015-05-20 11:17:32'),(2179,22131,'http://www.bing.com/search?q=part+worn+tyres+accrington&src=IE-TopResult&FORM=IETR02&conversationid=','www.mstyresblackburn.co.uk/index.php','','2015-05-20 11:17:57'),(2180,22137,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-05-20 17:56:35'),(2181,22233,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCgQFjAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=vaddVYCSH8ftUvPRgLgM&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&sig2=DpQejtigo-f-iMClL8HFMA&bvm=bv.93756505,d.bGg','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2015-05-21 09:39:09'),(2182,22256,'http://www.1businessenterprise.co.uk/our-clients.php','www.mstyresblackburn.co.uk/index.php','','2015-05-21 20:58:31'),(2183,22340,'http://www.bing.com/search?q=ms+tyres+blackburn&src=IE-TopResult&FORM=IETR02&conversationid=','www.mstyresblackburn.co.uk/index.php','','2015-05-22 15:49:45'),(2184,22350,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&cad=rja&uact=8&ved=0CGQQoAIwBA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=NUxgValFxb1RhIaBuAM&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.93990622,d.d24','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-05-23 09:45:50'),(2185,22357,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-05-23 13:27:03'),(2186,22360,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-05-23 16:17:56'),(2187,22364,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-05-23 20:50:41'),(2188,22390,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-05-24 11:07:55'),(2189,22425,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-05-25 01:21:34'),(2190,22450,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-05-25 13:39:08'),(2191,22499,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-05-26 07:09:50'),(2192,22499,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-05-26 07:27:49'),(2193,22505,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-05-26 10:17:26'),(2194,22506,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-05-26 11:52:35'),(2195,22509,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-05-26 15:38:52'),(2196,22516,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-05-26 20:51:53'),(2197,22524,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-05-27 04:46:42'),(2198,22597,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-05-29 08:12:42'),(2199,22610,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-05-29 11:46:45'),(2200,22616,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-05-29 18:45:54'),(2201,22637,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-05-30 04:11:34'),(2202,22649,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-05-30 18:05:16'),(2203,22675,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2015-05-31 07:26:23'),(2204,22679,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CEUQoAIwAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=zdJqVa_SIMed7ga3ooCoCg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.94455598,d.ZGU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-05-31 09:22:59'),(2205,22681,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=17&ved=0CF8QFjAGOAo&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=Q-ZqVduRGcaX7QbBm4KQBQ&usg=AFQjCNE1Ca_-PPn5dxqsbrcb2E1gypu','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&esrc=s','2015-05-31 10:46:12'),(2206,22692,'http://www.google.co.uk/url?sa=t&rct=j&q=rapid%20p609%20235%20%2F45%2F%2017%20tyre&source=web&cd=3&ved=0CC4QFjAC&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=KHVrVfzfNeSf7gbHuIPYBQ&usg=A','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','rapid p609 235 /45/ 17 tyre','2015-05-31 20:55:39'),(2207,22693,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-05-31 21:28:20'),(2208,22713,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-06-01 10:40:33'),(2209,22714,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2015-06-01 11:16:58'),(2210,22725,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-06-01 15:55:56'),(2211,22735,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-06-01 18:02:34'),(2212,22736,'https://www.google.ru/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-06-01 19:07:01'),(2213,22739,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=8&ved=0CE0QFjAH&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=j8lsVbSxA-Td7gbrvYCQDQ&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3Qx','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','&esrc=s','2015-06-01 21:07:55'),(2214,22739,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=8&ved=0CE0QFjAH&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=j8lsVbSxA-Td7gbrvYCQDQ&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3Qx','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','&esrc=s','2015-06-01 21:08:28'),(2215,22745,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-06-02 05:27:42'),(2216,22750,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-06-02 09:54:03'),(2217,22769,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-06-02 16:39:16'),(2218,22772,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-06-02 21:55:46'),(2219,22775,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-06-02 22:16:50'),(2220,22778,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-06-03 01:40:37'),(2221,22788,'http://www.bing.com/search?q=tyres+blackburn&FORM=IE8SRC','www.mstyresblackburn.co.uk/index.php','','2015-06-03 06:40:05'),(2222,22805,'http://www.google.it/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&ved=0CAcQjRw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&ei=bTxvVdLpHenKygPFjYOABQ&bvm=bv.94911696,d.bGQ&psig=AFQjCNHfUTboMP','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','&esrc=s','2015-06-03 17:42:19'),(2223,22827,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-06-04 10:04:38'),(2224,22837,'http://best-seo-offer.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-06-04 13:14:37'),(2225,22839,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-06-04 14:37:04'),(2226,22873,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2015-06-05 08:53:17'),(2227,22879,'http://100dollars-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-06-05 15:22:05'),(2228,22899,'http://100dollars-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-06-06 05:54:08'),(2229,22901,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-06-06 09:53:27'),(2230,22902,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=7&controller=manufacturer&id_lang=1','','2015-06-06 10:54:23'),(2231,22904,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-06-06 13:08:30'),(2232,22905,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2015-06-06 16:26:05'),(2233,22918,'http://100dollars-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-06-06 20:43:08'),(2234,22947,'http://100dollars-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-06-07 15:55:08'),(2235,22948,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-06-07 16:04:33'),(2236,22951,'http://100dollars-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-06-07 21:51:55'),(2237,22953,'http://100dollars-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-06-07 22:26:39'),(2238,22954,'http://hvd-store.com/','www.mstyresblackburn.co.uk/index.php?','','2015-06-07 23:30:51'),(2239,22996,'http://100dollars-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-06-08 23:29:02'),(2240,23003,'http://100dollars-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-06-09 00:53:39'),(2241,23152,'http://www.google.fr/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F4%2F64-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=jw6X','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-06-09 17:01:40'),(2242,23152,'http://www.google.fr/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F4%2F64-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=jw6X','www.mstyresblackburn.co.uk/index.php?id_product=29','','2015-06-09 17:01:42'),(2243,23162,'http://www.bing.com/search?pc=AMAZ&setmkt=en-GB&q=p609+tyres&first=31&FORM=PERE2','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','p609 tyres','2015-06-10 07:29:29'),(2244,23164,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-06-10 10:59:00'),(2245,23165,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-06-10 11:09:08'),(2246,23166,'http://www.google.com/search','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-06-10 12:43:18'),(2247,23186,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-06-10 22:13:57'),(2248,23203,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCYQFjAAahUKEwiljt_Hq4fGAhWMFiwKHS2vAFA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=jVZ5VeWTO4ytsAGt3oKABQ&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.95277229,d.bGg','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2015-06-11 09:36:44'),(2249,23206,'http://www.google.co.in/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0CB4QFjAAahUKEwiKwcyNgojGAhWBPKYKHUNGAHA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=TbF5VcrmN4H5mAXDjIGABw&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.95277229,bs.1,d','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2015-06-11 16:03:52'),(2250,23212,'http://100dollars-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-06-11 17:43:27'),(2251,23232,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-06-12 08:41:42'),(2252,23232,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-06-12 08:41:53'),(2253,23247,'http://100dollars-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-06-13 01:19:51'),(2254,23252,'http://100dollars-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-06-13 03:38:30'),(2255,23284,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&ved=0CIABEKACMAhqFQoTCMnskvbLjcYCFYNG2wod214AUg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=y518VYnbJ4ON7QbbvYGQBQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.95515949,d.ZGU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-06-13 21:20:41'),(2256,23284,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&ved=0CIABEKACMAhqFQoTCMnskvbLjcYCFYNG2wod214AUg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=y518VYnbJ4ON7QbbvYGQBQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.95515949,d.ZGU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-06-13 21:21:50'),(2257,23287,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-06-13 23:58:42'),(2258,23306,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2015-06-14 13:18:55'),(2259,23332,'http://100dollars-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-06-15 06:53:11'),(2260,23344,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-06-15 16:09:55'),(2261,23353,'http://www.google.com/url?sa=t&source=web&cd=20&ved=0CGQQFjATahUKEwjV4P_2q5LGAhVHLYwKHQX9Bkw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php&rct=j&q=ms%20tyres&ei=Vht_VdXdC8fasASF-pvgBA&usg=AFQjCNGaovWsBFBPrn57hepYz764y0Fd0A','www.mstyresblackburn.co.uk/index.php','ms tyres','2015-06-15 18:37:37'),(2262,23354,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-06-15 23:15:50'),(2263,23372,'http://100dollars-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-06-16 06:44:38'),(2264,23395,'https://www.google.com.au/','www.mstyresblackburn.co.uk/index.php','','2015-06-17 06:00:21'),(2265,23400,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2015-06-17 08:44:32'),(2266,23401,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0CEQQFjAFahUKEwjtkJbGv5bGAhXHjCwKHdFAAF8&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=x0iBVa2RHMeZsgHRgYH4BQ&usg=AFQj','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&esrc=s','2015-06-17 10:20:04'),(2267,23460,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-06-18 20:14:47'),(2268,23461,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-06-18 20:31:30'),(2269,23477,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-06-19 07:33:32'),(2270,23478,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-06-19 07:33:35'),(2271,23518,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=14&ved=0CEsQFjADOAo&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=lXmFVfHWJeOp7Aat3ICQBg&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.96339352,d.ZGU','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2015-06-20 14:38:27'),(2272,23524,'https://www.google.se/','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','','2015-06-20 19:20:11'),(2273,23533,'http://100dollars-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-06-21 01:50:38'),(2274,23539,'http://100dollars-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-06-21 09:20:43'),(2275,23541,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0CGgQoAIwBQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=ZrqGVa2_H4GY7gaFtoKQBg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-06-21 13:25:32'),(2276,23552,'http://100dollars-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-06-22 04:01:04'),(2277,23553,'http://www.google.com/search','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2015-06-22 05:41:06'),(2278,23564,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-06-22 08:54:40'),(2279,23565,'https://www.bing.com/search?q=ms%20tyres%20blackburn&input=5&form=MB1024&mkt=en-GB&setlang=en-GB','www.mstyresblackburn.co.uk/index.php','','2015-06-22 08:58:35'),(2280,23566,'http://100dollars-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-06-22 09:51:35'),(2281,23584,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-06-22 22:51:27'),(2282,23598,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&sqi=2&ved=0CFwQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=42SJVbfbNsa17gbNhZe4Cw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=cypFkxaCBMxl8tTe4M0zlg&cad=rja','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-06-23 13:54:21'),(2283,23602,'http://100dollars-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-06-23 16:46:20'),(2284,23651,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CEcQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&ei=_i6LVbNCprruBs2fiDA&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxTZM6g','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','&esrc=s','2015-06-24 22:29:00'),(2285,23663,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0CEsQoAIwAg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=1uKLVb3gHIKqUZeJoNAF&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.96782255,d.d24','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-06-25 11:29:09'),(2286,23686,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CEAQFjAB&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=JEeMVeyKJYbxUO_CtvAN&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&sig2=pd3rXRnohVsSwQ5xsnZE3Q','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2015-06-25 18:24:24'),(2287,23701,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0CFkQoAIwAg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=_o6MVeL0E7KU7Qbtt6yQDQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.96782255,d.ZGU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-06-25 23:30:46'),(2288,23709,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-06-26 14:07:58'),(2289,23710,'http://100dollars-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-06-26 16:10:42'),(2290,23711,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-06-26 19:33:37'),(2291,23712,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-06-26 20:35:21'),(2292,23769,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-06-28 09:05:10'),(2293,23769,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-06-28 09:17:54'),(2294,23769,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-06-28 09:19:25'),(2295,23772,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-06-28 09:45:03'),(2296,23782,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-06-28 12:36:06'),(2297,23786,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-06-28 19:14:55'),(2298,23787,'http://100dollars-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-06-28 19:45:48'),(2299,23788,'http://100dollars-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2015-06-28 20:07:52'),(2300,23800,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-06-29 16:30:32'),(2301,23802,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-06-29 17:01:05'),(2302,23802,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','','2015-06-29 17:19:20'),(2303,23802,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2015-06-29 17:19:53'),(2304,23804,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2015-06-29 17:40:04'),(2305,23805,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2015-06-29 17:44:18'),(2306,23813,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-06-29 22:25:03'),(2307,23848,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-06-30 10:31:16'),(2308,23849,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2015-06-30 11:04:27'),(2309,23850,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-06-30 11:26:48'),(2310,23872,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2015-07-01 03:13:15'),(2311,23883,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=70&ved=0CE4QFjAJODw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=i3-TVcqpMYiR7AaOhKngAg&usg=AFQjCNE1Ca_-PPn5dxqsbrcb2E1gypu','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&esrc=s','2015-07-01 05:51:04'),(2312,23891,'https://www.google.co.in/','www.mstyresblackburn.co.uk/index.php','','2015-07-01 12:03:57'),(2313,23904,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CEcQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=nheUVYbFHMSZyATHg4f4Aw&usg=AFQjCNE1Ca_-PPn5dxqsbrcb2E1gypusNQ&','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&esrc=s','2015-07-01 16:39:45'),(2314,23904,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CEcQFjAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=nheUVYbFHMSZyATHg4f4Aw&usg=AFQjCNE1Ca_-PPn5dxqsbrcb2E1gypusNQ&','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&esrc=s','2015-07-01 16:41:33'),(2315,23908,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-07-01 17:46:08'),(2316,23944,'http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CFEQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=oxGVVeryI8emsgHq24HwAw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=Xa0Pv9tjG1vwQcU8zUSGxw&bvm=bv.96952980,d.bGg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-07-02 10:27:01'),(2317,23947,'http://www.google.es/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&ved=0CAcQjRw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=XyiVVbbsB8Ou7AbLkYzwAg&bvm=bv.96952980,d.ZGU&psig=AFQjCNHg0Fc-cr','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&esrc=s','2015-07-02 12:03:29'),(2318,23959,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-07-02 21:41:35'),(2319,23962,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-07-03 03:13:49'),(2320,23964,'https://www.google.es/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-07-03 08:01:33'),(2321,23979,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&sqi=2&ved=0CGEQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=BW2WVcuNBaaE7gb4m6OgAw&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=86Vp1EQnMqEGP-CzGoCL7g&bvm=bv.96952980,d.ZGU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-07-03 11:08:46'),(2322,23980,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CFcQoAIwAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=jG2WVdHFNoWssAHGk4_IBQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=0yjO5W7J0Jk93hPp4N2zbg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-07-03 11:10:56'),(2323,23984,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-07-03 13:50:27'),(2324,23989,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-07-03 15:38:03'),(2325,24014,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-07-04 10:21:14'),(2326,24016,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-07-04 10:37:53'),(2327,24060,'https://www.google.com.mx/','www.mstyresblackburn.co.uk/index.php?id_product=27&controller=product&id_lang=1','','2015-07-05 15:39:57'),(2328,24089,'https://www.google.sk/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-07-05 22:45:40'),(2329,24091,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-07-06 00:04:04'),(2330,24117,'http://www.bing.com/search?q=budget+tyres+blackburn&go=Submit&qs=n&form=QBRE&pq=budget+tyres+blackburn&sc=0-19&sp=-1&sk=&cvid=c73ed6d531af4ffd93d4169f30197110','www.mstyresblackburn.co.uk/index.php','','2015-07-06 19:35:05'),(2331,24120,'https://www.google.pl/','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','','2015-07-06 22:32:13'),(2332,24121,'https://www.google.pl/','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','','2015-07-06 22:32:14'),(2333,24122,'https://www.google.pl/','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','','2015-07-06 22:32:14'),(2334,24123,'https://www.google.pl/','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','','2015-07-06 22:32:15'),(2335,24124,'https://www.google.pl/','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','','2015-07-06 22:32:16'),(2336,24125,'https://www.google.pl/','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','','2015-07-06 22:32:17'),(2337,24126,'https://www.google.pl/','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','','2015-07-06 22:32:18'),(2338,24140,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-07-07 16:00:28'),(2339,24145,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-07-07 16:59:11'),(2340,24228,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-07-07 18:19:38'),(2341,24234,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-07-07 22:38:37'),(2342,24241,'http://www.1businessenterprise.co.uk/our-clients.php','www.mstyresblackburn.co.uk/index.php','','2015-07-08 01:29:39'),(2343,24295,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-07-08 03:20:43'),(2344,24296,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-07-08 03:20:44'),(2345,24326,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-07-08 19:10:13'),(2346,24327,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-07-08 19:10:22'),(2347,24352,'http://pizza-tycoon.com/','www.mstyresblackburn.co.uk/index.php?','','2015-07-09 14:07:28'),(2348,24353,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2015-07-09 14:12:56'),(2349,24355,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CGQQFjAG&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_manufacturer%3D5%26controller%3Dmanufacturer%26id_lang%3D1&ei=S7OeVdLhD6TC7Abd0aPYDA&usg=AFQjCNEOCwIJ1QjT1zfUefOqAE','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','&esrc=s','2015-07-09 17:49:56'),(2350,24364,'https://www.google.pt/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-07-09 20:34:56'),(2351,24382,'http://www.google.co.uk/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&ved=0CAcQjRw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D26%26controller%3Dproduct%26id_lang%3D1&ei=FJefVfX_GIq27gaDn5_QCQ&bvm=bv.96952980,d.ZGU&psig=AFQjCNGuWk_','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','&esrc=s','2015-07-10 09:59:06'),(2352,24383,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-07-10 11:40:02'),(2353,24383,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','','2015-07-10 11:42:13'),(2354,24386,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-07-10 13:40:59'),(2355,24388,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-07-10 14:46:51'),(2356,24391,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-07-10 15:46:11'),(2357,24392,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-07-10 15:52:02'),(2358,24425,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-07-11 08:35:58'),(2359,24436,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-07-11 12:14:46'),(2360,24439,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-07-11 18:38:15'),(2361,24466,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-07-12 12:56:03'),(2362,24488,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CFoQoAIwBA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=mmKjVYBxhuNTsuyRqAI&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-07-13 07:05:09'),(2363,24549,'https://www.google.co.jp/','www.mstyresblackburn.co.uk/index.php','','2015-07-13 13:16:45'),(2364,24552,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-07-13 16:05:49'),(2365,24553,'http://www.google.co.uk/search?q=tyres+blackburn&oq=tyres+blackburn&gs_l=mobile-heirloom-serp.12...0.0.1.8060.0.0.0.0.0.0.0.0..0.0....0...1c..34.mobile-heirloom-serp..5.7.929.DVqk5jhTIyQ','www.mstyresblackburn.co.uk/index.php','','2015-07-13 17:05:33'),(2366,24553,'http://www.google.co.uk/search?q=tyres+blackburn&oq=tyres+blackburn&gs_l=mobile-heirloom-serp.12...0.0.1.8060.0.0.0.0.0.0.0.0..0.0....0...1c..34.mobile-heirloom-serp..5.7.929.DVqk5jhTIyQ','www.mstyresblackburn.co.uk/index.php','','2015-07-13 17:05:46'),(2367,24556,'http://www.google.fr/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F4%2F64-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=jw6X','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-07-13 22:11:32'),(2368,24558,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-07-13 23:31:34'),(2369,24584,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2015-07-14 13:04:24'),(2370,24613,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-07-14 21:38:43'),(2371,24614,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-07-14 22:39:47'),(2372,24655,'http://hundejo.com/','www.mstyresblackburn.co.uk/index.php?','','2015-07-16 16:41:24'),(2373,24656,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-07-16 17:00:21'),(2374,24658,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-07-16 20:09:31'),(2375,24658,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-07-16 20:09:49'),(2376,24680,'http://www.google.co.uk/url?sa=t&source=web&cd=13&ved=0CD4QFjACOApqFQoTCJ2Ziufc4cYCFaSW2woddMcCaw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php&rct=j&q=tyre%20Blackburn&ei=ybmoVd2QHaSt7gb0jovYBg&usg=AFQjCNGaovWsBFBPrn57hepYz764y0Fd0A','www.mstyresblackburn.co.uk/index.php','tyre Blackburn','2015-07-17 08:18:53'),(2377,24681,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CD4QFjAAahUKEwi7_N6a3uHGAhVCjSwKHYxaBKY&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=QruoVbvTD8KasgGMtZGwCg&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&sig2=hUrYkpNLo7RQR8WWBxSxSw','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2015-07-17 08:23:30'),(2378,24686,'http://www.bing.com/search?pc=AMAZ&form=AMAZWB&setmkt=en-GB&q=tyre+sellers+Blackburn','www.mstyresblackburn.co.uk/index.php','tyre sellers Blackburn','2015-07-17 10:49:51'),(2379,24690,'http://www.google.co.uk/url?sa=t&source=web&cd=5&ved=0CCsQFjAEahUKEwjUzoaDr-LGAhWLjtsKHf7-Bl0&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&rct=j&q=rapid%20p609%2094w%20indeks&ei=_w-pVZTTM4u','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','rapid p609 94w indeks','2015-07-17 14:25:49'),(2380,24713,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2015-07-18 08:34:49'),(2381,24724,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-07-18 16:27:08'),(2382,24737,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=31&controller=product&id_lang=1','','2015-07-18 20:49:14'),(2383,24737,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=31&controller=product&id_lang=1','','2015-07-18 21:15:10'),(2384,24758,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-07-19 08:11:19'),(2385,24759,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-07-19 11:03:35'),(2386,24770,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-07-19 21:16:57'),(2387,24785,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-07-20 10:35:23'),(2388,24788,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-07-20 14:12:51'),(2389,24791,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=20&controller=product&id_lang=1','','2015-07-20 16:57:46'),(2390,24837,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-07-20 18:13:31'),(2391,24852,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-07-21 10:02:10'),(2392,24853,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=31&controller=product&id_lang=1','','2015-07-21 11:54:24'),(2393,24982,'http://www.bing.com/search?q=tyres+blackburn&form=IE10TR&src=IE10TR&pc=LNJB','www.mstyresblackburn.co.uk/index.php','','2015-07-22 08:07:59'),(2394,24986,'https://www.google.it/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-07-22 14:24:15'),(2395,24998,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-07-23 07:19:21'),(2396,25006,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=19&ved=0CGoQFjAIOApqFQoTCJ-Rs9ek8cYCFcG7FAodtxoFyQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_manufacturer%3D5%26controller%3Dmanufacturer%26id_lang%3D1&ei=bOKwVZ-rAcH3Ure1lM','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','&esrc=s','2015-07-23 12:50:18'),(2397,25009,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-07-23 13:43:00'),(2398,25010,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-07-23 13:43:01'),(2399,25011,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-07-23 18:52:09'),(2400,25024,'http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=759.zIk8RtIcAkWWd8qChyloGyBuxCA3y8fj_yEc8BTkIpxww5WXI2ey__L8ozX5J0cX.ecab1524b7bd987bfcf95e5e4cdbf6cde28f70ef&uuid=&state=AiuY0DBWFJ4ePaEse6rgeAjgs2pI3DW9J0KiE5XNXd0dp0ZMwFHoviU','www.mstyresblackburn.co.uk/index.php?','&etext=759.zIk8RtIcAkWWd8qChyloGyBuxCA3y8fj_yEc8BTkIpxww5WXI2ey__L8ozX5J0cX.ecab1524b7bd987bfcf95e5e4cdbf6cde28f70ef','2015-07-24 07:43:46'),(2401,25038,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-07-24 12:57:26'),(2402,25042,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CGEQoAIwBGoVChMI2JePg5b0xgIVwToUCh1GLgMp&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=tGWyVdjtF8H1UMbcjMgC&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=sSFSDjxEN9idE05BlCNXPw','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-07-24 16:22:44'),(2403,25044,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-07-24 18:25:08'),(2404,25088,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-07-26 09:38:49'),(2405,25088,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-07-26 09:39:08'),(2406,25092,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-07-26 10:11:51'),(2407,25092,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-07-26 10:12:04'),(2408,25093,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CEQQFjABahUKEwj8prrcx_jGAhUol9sKHfw_BoQ&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&ei=sLK0VfyOAqiu7gb8_5igCA&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2015-07-26 10:15:20'),(2409,25094,'http://www.google.co.uk/url?sa=t&source=web&cd=&ved=0CAIQ_UVqFQoTCL6jnurH-MYCFfIU2wodSVEFLg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php&rct=j&q=ms%20tyres%20intack&ei=zLK0Vb6NOfKp7AbJopXwAg&usg=AFQjCNGaovWsBFBPrn57hepYz764y0Fd0A','www.mstyresblackburn.co.uk/index.php','ms tyres intack','2015-07-26 10:15:35'),(2410,25094,'http://www.google.co.uk/url?sa=t&source=web&cd=21&ved=0CIIBEBYwFGoVChMIz4Cr8Mn4xgIVRIzbCh0zsAJG&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php&rct=j&q=ms%20tyres%20intack&ei=8rS0Vc-_JMSY7gaz4IqwBA&usg=AFQjCNGaovWsBFBPrn57hepYz764y0Fd0A','www.mstyresblackburn.co.uk/index.php','ms tyres intack','2015-07-26 10:23:59'),(2411,25156,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-07-27 18:11:16'),(2412,25158,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-07-27 20:00:02'),(2413,25160,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2015-07-27 20:37:14'),(2414,25197,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-07-28 08:21:37'),(2415,25199,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-07-28 09:51:09'),(2416,25201,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-07-28 12:21:11'),(2417,25204,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2015-07-28 13:37:15'),(2418,25205,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-07-28 15:41:51'),(2419,25207,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-07-28 15:58:38'),(2420,25207,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-07-28 15:58:57'),(2421,25207,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-07-28 15:58:58'),(2422,25208,'http://www.google.de/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F4%2F64-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=jw6X','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-07-28 17:43:07'),(2423,25209,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0CGwQoAIwBWoVChMIvfmts7n-xgIVRBfbCh0s0gNW&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=-si3Vb2UC8Su7AaspI-wBQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-07-28 18:27:38'),(2424,25217,'http://hundejo.com/','www.mstyresblackburn.co.uk/index.php?','','2015-07-29 03:25:19'),(2425,25229,'http://hvd-store.com/','www.mstyresblackburn.co.uk/index.php?','','2015-07-29 16:14:32'),(2426,25274,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-07-30 15:58:42'),(2427,25278,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2015-07-30 19:03:28'),(2428,25296,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-07-31 13:36:59'),(2429,25309,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=27&controller=product&id_lang=1','','2015-08-01 02:34:28'),(2430,25318,'http://www.google.com/search','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-08-01 13:17:42'),(2431,25319,'http://www.google.com/search','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-08-01 13:17:42'),(2432,25376,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-08-02 09:09:54'),(2433,25384,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-08-02 17:56:40'),(2434,25388,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-08-02 21:49:55'),(2435,25399,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&sqi=2&ved=0CG0QoAIwBGoVChMI_LHsnbaMxwIVowjbCh1z_wmR&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=tBy_VfyHBqOR7Abz_qeICQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.99261572,d.ZGU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-08-03 07:49:54'),(2436,25402,'http://r.duckduckgo.com/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-08-03 08:41:59'),(2437,25407,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-08-03 11:47:47'),(2438,25414,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-08-03 19:16:14'),(2439,25432,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-08-04 10:08:08'),(2440,25470,'http://www.google.com.au/imgres?imgurl=http://www.mstyresblackburn.co.uk/img/p/6/5/65-large_default.jpg&imgrefurl=http://www.mstyresblackburn.co.uk/index.php?id_product%3D30%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=f4KPJ6b6GzRMaM:&docid=WNMJ','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2015-08-06 00:43:34'),(2441,25480,'http://pizza-tycoon.com/','www.mstyresblackburn.co.uk/index.php?','','2015-08-06 04:32:53'),(2442,25490,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-08-06 13:29:59'),(2443,25491,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-08-06 14:11:32'),(2444,25493,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-08-06 14:47:47'),(2445,25608,'https://www.google.bg/','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','','2015-08-07 10:28:07'),(2446,25669,'https://www.google.ie/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2015-08-07 21:50:53'),(2447,25680,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CCsQgU8wBGoVChMIi-C2s_eYxwIVwY_bCh3KlQod&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=pqvFVYv1H8Gf7gbKq6roAQ&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-08-08 07:13:37'),(2448,25680,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CCQQgU8wA2oVChMIh4PSrPmYxwIVRxfbCh1kUgwh&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=sa3FVcfmCceu7AbkpLGIAg&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.99804247,d.ZGU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-08-08 07:21:39'),(2449,25733,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-08-08 19:53:03'),(2450,25735,'https://www.google.cz/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-08-08 22:23:38'),(2451,25760,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-08-09 14:59:18'),(2452,25815,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-08-10 11:07:32'),(2453,25816,'http://www.google.fr/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F5%2F9%2F59-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D26%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=9AN1','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','','2015-08-10 11:33:52'),(2454,25830,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2015-08-10 18:18:55'),(2455,25836,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-08-10 20:35:04'),(2456,25863,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2015-08-11 10:02:44'),(2457,25867,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2015-08-11 12:38:11'),(2458,25878,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0CDUQgU8wBWoVChMIjM3Eu7-hxwIVyVoUCh37JAQs&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&ei=9CjKVYyDMMm1UfvJkOAC&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.99804247,d.d24','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-08-11 16:56:47'),(2459,25989,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-08-12 11:26:03'),(2460,26019,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-08-13 03:47:15'),(2461,26032,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-08-13 07:43:58'),(2462,26039,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-08-13 13:32:15'),(2463,26039,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-08-13 13:43:30'),(2464,26041,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-08-13 14:39:11'),(2465,26088,'https://www.google.com.au/','www.mstyresblackburn.co.uk/index.php?','','2015-08-14 10:35:19'),(2466,26092,'http://www.google.co.uk/url?url=http://www.mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ved=0CEUQoAIwB2oVChMI2JKRuMuoxwIVKlnbCh3XoQU7&usg=AFQjCNGhrPiYVIJ3Musm3mB6CwQo-zn8Rw','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-08-14 12:39:53'),(2467,26092,'http://www.google.co.uk/url?url=http://www.mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ved=0CEUQoAIwB2oVChMI2JKRuMuoxwIVKlnbCh3XoQU7&usg=AFQjCNGhrPiYVIJ3Musm3mB6CwQo-zn8Rw','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-08-14 12:41:14'),(2468,26095,'http://www.bing.com/local?lid=YN1000x261130585&id=YN1000x261130585&q=MS+Tyres+Blackburn+Lancashire&name=MS+%ee%80%80Tyres%ee%80%81&cp=53.75236~-2.444945&PC=APPL','www.mstyresblackburn.co.uk/index.php','MS Tyres Blackburn Lancashire','2015-08-14 14:40:06'),(2469,26114,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-08-14 16:04:06'),(2470,26124,'https://www.google.ca/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-08-14 21:22:03'),(2471,26165,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2015-08-15 07:58:20'),(2472,26169,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-08-15 09:06:57'),(2473,26171,'https://www.google.hu/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-08-15 12:23:29'),(2474,26190,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-08-16 02:33:51'),(2475,26191,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-08-16 03:28:11'),(2476,26202,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-08-16 11:11:38'),(2477,26205,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-08-16 11:57:23'),(2478,26206,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-08-16 11:57:27'),(2479,26210,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-08-16 13:40:29'),(2480,26211,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-08-16 13:48:23'),(2481,26210,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-08-16 13:53:38'),(2482,26232,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-08-17 04:51:45'),(2483,26238,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-08-17 10:34:49'),(2484,26247,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-08-17 11:00:39'),(2485,26251,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-08-17 14:51:24'),(2486,26331,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-08-18 19:31:28'),(2487,26345,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-08-19 05:40:36'),(2488,26348,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-08-19 10:15:34'),(2489,26352,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-08-19 16:16:31'),(2490,26353,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-08-19 16:18:52'),(2491,26362,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-08-20 02:10:32'),(2492,26363,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-08-20 02:10:39'),(2493,26387,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-08-20 08:11:25'),(2494,26388,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2015-08-20 08:19:37'),(2495,26391,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-08-20 11:30:40'),(2496,26392,'http://uk.search.yahoo.com/search?p=m+n+s+tyres+blackburn&fr=iphone&.tsrc=apple&pcarrier=O2+-+UK&pmcc=234&pmnc=10','www.mstyresblackburn.co.uk/index.php','','2015-08-20 14:11:31'),(2497,26393,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-08-20 15:15:34'),(2498,26425,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-08-20 17:31:32'),(2499,26428,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-08-20 18:08:50'),(2500,26460,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-08-21 14:32:52'),(2501,26462,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-08-21 16:30:09'),(2502,26469,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-08-21 22:01:43'),(2503,26487,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-08-22 16:56:32'),(2504,26487,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-08-22 17:00:25'),(2505,26493,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-08-22 21:21:43'),(2506,26650,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-08-24 06:23:47'),(2507,26689,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-08-24 10:41:15'),(2508,26691,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-08-24 12:08:56'),(2509,26692,'http://www.1businessenterprise.co.uk/our-clients.php','www.mstyresblackburn.co.uk/index.php','','2015-08-24 12:19:45'),(2510,26747,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2015-08-24 14:52:26'),(2511,26748,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-08-24 14:57:21'),(2512,26753,'http://hundejo.com/','www.mstyresblackburn.co.uk/index.php?','','2015-08-24 18:42:36'),(2513,26754,'http://www.google.de/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F4%2F64-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=jw6X','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-08-24 19:03:24'),(2514,26755,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-08-24 19:05:19'),(2515,26774,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-08-25 10:54:09'),(2516,26776,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-08-25 11:59:48'),(2517,26777,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-08-25 12:03:30'),(2518,26781,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-08-25 17:14:48'),(2519,26789,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-08-25 23:45:25'),(2520,26792,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-08-26 01:03:04'),(2521,26797,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-08-26 08:13:35'),(2522,26804,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-08-26 12:40:53'),(2523,26809,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-08-26 13:45:59'),(2524,26826,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2015-08-26 23:57:39'),(2525,26830,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-08-27 02:44:52'),(2526,26849,'http://www.yelp.com/biz_redir?url=http%3A%2F%2Fwww.mstyresblackburn.co.uk&src_bizid=8hHWF-LI-TWx4YziJrYh-A&cachebuster=1440677265&s=c71f018cea81967b5f763e44ca82fb6c730954bd2b580da8c2f95fd28a052153','www.mstyresblackburn.co.uk/index.php','','2015-08-27 12:16:34'),(2527,26850,'http://pizza-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2015-08-27 12:38:43'),(2528,26855,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2015-08-27 17:34:46'),(2529,26855,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-08-27 17:40:35'),(2530,26859,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=27&controller=product&id_lang=1','','2015-08-27 21:00:06'),(2531,26861,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-08-27 21:55:32'),(2532,26866,'http://hvd-store.com/','www.mstyresblackburn.co.uk/index.php?','','2015-08-28 04:40:54'),(2533,26875,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2015-08-28 15:05:41'),(2534,26879,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CD0QFjAEahUKEwjk26u_xMzHAhWLjQ0KHWJeB58&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&ei=l7ngVaS0KoubNuK8nfgJ&usg=AFQjCN','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&esrc=s','2015-08-28 19:45:09'),(2535,26885,'http://www.google.com/search','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2015-08-28 23:29:22'),(2536,26957,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-08-29 13:32:01'),(2537,26957,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-08-29 13:32:09'),(2538,26960,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-08-29 16:31:52'),(2539,26960,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-08-29 16:35:11'),(2540,26962,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-08-29 17:12:20'),(2541,26962,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-08-29 17:12:22'),(2542,26962,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2015-08-29 17:12:46'),(2543,26966,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-08-29 20:50:32'),(2544,26982,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-08-30 10:11:09'),(2545,26985,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-08-30 13:11:55'),(2546,26991,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-08-30 21:03:41'),(2547,26997,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-08-31 01:51:35'),(2548,27011,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-08-31 11:03:25'),(2549,27015,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-08-31 12:38:12'),(2550,27021,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-08-31 15:42:08'),(2551,27022,'http://www.bing.com/search?q=tyres+blackburn&qs=n&form=QBRE&pq=tyres+blackburn&sc=1-15&sp=-1&sk=&cvid=ffb86892a2484d1b8787c408ce5dd486','www.mstyresblackburn.co.uk/index.php','','2015-08-31 15:52:07'),(2552,27028,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-08-31 20:13:08'),(2553,27054,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=31&controller=product&id_lang=1','','2015-09-01 12:34:47'),(2554,27058,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-09-01 13:19:32'),(2555,27059,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-09-01 13:26:23'),(2556,27060,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-09-01 14:34:43'),(2557,27065,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-09-01 21:01:54'),(2558,27086,'http://search.aol.co.uk/aol/search?s_it=topsearchbox.search&s_chn=hp&v_t=aoluk-homePage50&q=Ms+tyres','www.mstyresblackburn.co.uk/index.php?','Ms tyres','2015-09-02 10:04:02'),(2559,27087,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2015-09-02 10:06:32'),(2560,27092,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-09-02 15:48:00'),(2561,27100,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-09-02 16:29:31'),(2562,27107,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-09-02 21:22:05'),(2563,27117,'http://search.aol.co.uk/aol/search?s_it=aolbbSunset&s_chn=wm&q=m%20s%20tyres','www.mstyresblackburn.co.uk/index.php?','m s tyres','2015-09-03 13:44:30'),(2564,27156,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-09-04 11:21:50'),(2565,27164,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2015-09-05 00:24:04'),(2566,27186,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-09-05 08:39:12'),(2567,27190,'http://www.google.co.uk/url?sa=t&source=web&cd=5&rct=j&q=ms%20tyres%20blackburn&ved=0CD0Q_BcoAjAEahUKEwiOvYjozd_HAhWGORQKHZdxB0s&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','ms tyres blackburn','2015-09-05 09:46:34'),(2568,27194,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-09-05 12:55:20'),(2569,27197,'http://www.google.fr/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F4%2F64-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=jw6X','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-09-05 13:47:15'),(2570,27200,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2015-09-05 15:16:49'),(2571,27202,'http://pizza-tycoon.com/','www.mstyresblackburn.co.uk/index.php?','','2015-09-05 19:51:07'),(2572,27256,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-09-06 08:46:47'),(2573,27256,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-09-06 08:47:08'),(2574,27257,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-09-06 08:55:08'),(2575,27282,'http://www.bing.com/search?q=tyre+services+blackburn&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=','www.mstyresblackburn.co.uk/index.php','','2015-09-06 13:35:00'),(2576,27319,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-09-07 12:42:03'),(2577,27323,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2015-09-07 15:26:03'),(2578,27324,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-09-07 17:09:19'),(2579,27429,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-09-08 13:13:42'),(2580,27430,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CBUQgU8wAGoVChMIpomq69HnxwIVTG0-Ch3_Mw7z&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.102022582,d.ZGU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-09-08 14:25:45'),(2581,27431,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-09-08 15:28:54'),(2582,27467,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-09-09 11:38:10'),(2583,27469,'http://www.bing.com/search?q=rapid+225%2F45%2F17&src=ie9tr','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-09-09 12:39:57'),(2584,27474,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-09-09 17:30:12'),(2585,27477,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-09-09 21:26:01'),(2586,27478,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-09-09 21:35:59'),(2587,27485,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-09-10 01:57:25'),(2588,27486,'http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=806.sScLn8DGX51bk7WIBqfqVT47K1MdvoLYtyJ6FM71U0A.350c9ea100f376c52b212388586f7cfae4ccee3a&uuid=&state=AiuY0DBWFJ4ePaEse6rgeAjgs2pI3DW9J0KiE5XNXd0dp0ZMwFHoviUoYa6nzP7MFsomsouu4qd-','www.mstyresblackburn.co.uk/index.php','&etext=806.sScLn8DGX51bk7WIBqfqVT47K1MdvoLYtyJ6FM71U0A.350c9ea100f376c52b212388586f7cfae4ccee3a','2015-09-10 02:19:15'),(2589,27491,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-09-10 09:34:45'),(2590,27492,'http://www.google.co.uk/url?sa=i&rct=j&q=&esrc=s&frm=1&source=images&cd=&ved=0CAcQjRxqFQoTCP2F3P2c7McCFcw8FAodx2UCtA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&psig=AFQjCNEVhTCscIHq0b2mH1','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','&esrc=s','2015-09-10 10:12:32'),(2591,27495,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-09-10 12:23:30'),(2592,27504,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-09-10 18:06:29'),(2593,27507,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-09-10 19:17:46'),(2594,27561,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-09-11 16:15:23'),(2595,27563,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2015-09-11 22:48:10'),(2596,27570,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-09-12 08:25:26'),(2597,27571,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-09-12 08:45:49'),(2598,27592,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-09-12 14:13:51'),(2599,27602,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-09-12 17:14:57'),(2600,27619,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-09-13 03:50:49'),(2601,27667,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-09-13 19:39:24'),(2602,27687,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-09-14 05:54:49'),(2603,27691,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-09-14 07:10:02'),(2604,27695,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-09-14 08:59:46'),(2605,27696,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2015-09-14 08:59:49'),(2606,27702,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-09-14 14:28:16'),(2607,27712,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-09-14 20:20:09'),(2608,27733,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-09-15 02:27:52'),(2609,27750,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-09-15 08:52:38'),(2610,27765,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2015-09-15 23:11:50'),(2611,27765,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2015-09-15 23:12:22'),(2612,27780,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-09-16 18:31:54'),(2613,27801,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-09-17 09:52:32'),(2614,27817,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-09-17 23:29:44'),(2615,27823,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-09-18 08:56:51'),(2616,27890,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-09-19 15:51:17'),(2617,27891,'http://www.bing.com/search?q=tyres%20blackburn%20whitebirk&PC=RIMBINGD&A=results','www.mstyresblackburn.co.uk/index.php?controller=contact','','2015-09-19 16:16:15'),(2618,27917,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-09-20 09:12:13'),(2619,27923,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-09-20 12:33:39'),(2620,27926,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-09-20 12:49:04'),(2621,27927,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=webhp&cd=6&ved=0CDQQgU8wBWoVChMIl8_3noaGyAIVZLPbCh3noQCi&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-09-20 16:43:32'),(2622,27959,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-09-21 14:07:28'),(2623,27960,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-09-21 15:27:49'),(2624,27960,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-09-21 15:28:43'),(2625,27964,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-09-21 18:44:35'),(2626,27978,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-09-22 06:47:13'),(2627,27983,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-09-22 11:51:16'),(2628,27990,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2015-09-22 18:03:37'),(2629,27992,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-09-22 21:45:58'),(2630,27994,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-09-22 22:57:05'),(2631,27999,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-09-23 03:39:40'),(2632,28008,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-09-23 12:03:09'),(2633,28009,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2015-09-23 13:00:39'),(2634,28013,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-09-23 15:17:47'),(2635,28032,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-09-24 01:59:16'),(2636,28033,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-09-24 01:59:16'),(2637,28131,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-09-24 09:55:30'),(2638,28140,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-09-24 12:07:53'),(2639,28141,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-09-24 12:08:00'),(2640,28144,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-09-24 12:35:07'),(2641,28146,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-09-24 12:35:08'),(2642,28147,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-09-24 13:08:02'),(2643,28154,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-09-24 19:13:10'),(2644,28160,'http://pizza-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2015-09-25 03:12:10'),(2645,28176,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-09-25 06:29:14'),(2646,28198,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-09-26 04:26:27'),(2647,28200,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-09-26 07:20:17'),(2648,28206,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-09-26 15:04:00'),(2649,28207,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-09-26 15:15:14'),(2650,28211,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-09-26 15:46:02'),(2651,28239,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-09-27 19:32:21'),(2652,28240,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-09-27 19:40:04'),(2653,28256,'http://www.1businessenterprise.co.uk/our-clients.php','www.mstyresblackburn.co.uk/index.php','','2015-09-28 05:42:25'),(2654,28367,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-09-28 20:47:44'),(2655,28370,'http://hvd-store.com/','www.mstyresblackburn.co.uk/index.php?','','2015-09-28 22:39:44'),(2656,28375,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-09-29 09:47:17'),(2657,28377,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-09-29 10:06:04'),(2658,28395,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-09-30 13:51:52'),(2659,28396,'https://www.google.pt/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-09-30 14:26:18'),(2660,28407,'https://www.google.pt/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-09-30 21:48:07'),(2661,28467,'http://www.google.com.br/search?hl=pt-BR&redir_esc=&client=ms-android-samsung&source=android-launcher-widget&v=133247963&qsubts=1443713980762&q=rapid+p609+225+45+17&v=133247963','www.mstyresblackburn.co.uk/index.php?id_product=21','rapid p609 225 45 17','2015-10-01 15:42:33'),(2662,28468,'http://www.google.com.br/search?hl=pt-BR&redir_esc=&client=ms-android-samsung&source=android-launcher-widget&v=133247963&qsubts=1443713980762&q=rapid+p609+225+45+17&v=133247963','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','rapid p609 225 45 17','2015-10-01 15:43:55'),(2663,28470,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-10-01 18:47:42'),(2664,28501,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-10-03 01:04:34'),(2665,28511,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-10-03 08:38:45'),(2666,28511,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-10-03 08:41:15'),(2667,28546,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-10-03 13:51:47'),(2668,28560,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-10-03 22:01:16'),(2669,28594,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-10-04 20:02:51'),(2670,28638,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-10-05 10:52:41'),(2671,28641,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=4&ved=0CDAQFjADahUKEwi5jJeVoKvIAhXJMhoKHTRFAPg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&usg=AFQjCNE1Ca_-PPn5dxqsbrcb','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&esrc=s','2015-10-05 11:45:04'),(2672,28648,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-10-05 17:07:55'),(2673,28657,'http://success-seo.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-10-05 22:28:13'),(2674,28668,'http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-10-07 00:14:01'),(2675,28676,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php','','2015-10-07 08:04:49'),(2676,28676,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php','','2015-10-07 08:07:39'),(2677,28679,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-10-07 09:48:42'),(2678,28710,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-10-07 15:59:46'),(2679,28711,'http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-10-07 16:01:02'),(2680,28710,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-10-07 16:21:00'),(2681,28789,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2015-10-07 21:24:44'),(2682,28816,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-10-08 15:17:55'),(2683,28859,'http://www.bing.com/search?q=marshall+tyres+blackburn&src=IE-TopResult&FORM=IETR02','www.mstyresblackburn.co.uk/index.php','','2015-10-09 11:53:55'),(2684,28863,'http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-10-09 14:11:31'),(2685,28869,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-10-10 03:50:00'),(2686,28870,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-10-10 03:50:13'),(2687,28979,'https://uk.search.yahoo.com/','www.mstyresblackburn.co.uk/index.php','','2015-10-10 19:06:19'),(2688,29004,'http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-10-11 00:43:31'),(2689,29050,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2015-10-11 16:52:00'),(2690,29053,'http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-10-11 20:20:47'),(2691,29067,'http://www.bing.com/search?pc=AMAZ&form=AMAZWB&q=m+and+tyres+Blackburn','www.mstyresblackburn.co.uk/index.php','m and tyres Blackburn','2015-10-12 08:57:19'),(2692,29069,'http://www.bing.com/search?pc=AMAZ&form=AMAZWB&q=m+and+tyres+Blackburn','www.mstyresblackburn.co.uk/index.php','m and tyres Blackburn','2015-10-12 09:40:57'),(2693,29073,'http://www.bing.com/search?pc=AMAZ&form=AMAZWB&q=m+and+tyres+Blackburn','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','m and tyres Blackburn','2015-10-12 14:17:46'),(2694,29075,'http://hvd-store.com/','www.mstyresblackburn.co.uk/index.php?','','2015-10-12 15:42:08'),(2695,29078,'https://www.google.com.br/','www.mstyresblackburn.co.uk/index.php?id_product=27&controller=product&id_lang=1','','2015-10-12 18:35:31'),(2696,29083,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2015-10-12 22:47:05'),(2697,29177,'http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-10-13 03:37:06'),(2698,29184,'http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-10-13 06:45:31'),(2699,29199,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CBsQgU8wAWoVChMIyYrfw9-_yAIVSzsUCh2gsAxl&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-10-13 15:19:41'),(2700,29199,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CBsQgU8wAWoVChMIyYrfw9-_yAIVSzsUCh2gsAxl&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-10-13 15:20:24'),(2701,29199,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CD0QFjAAahUKEwjwnP7y37_IAhVF1hQKHUA5Cs0&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.104819420,d.bGg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-10-13 15:21:22'),(2702,29206,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-10-13 18:58:16'),(2703,29209,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=33&controller=product&id_lang=1','','2015-10-13 22:46:46'),(2704,29210,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-10-13 22:48:16'),(2705,29211,'http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-10-13 22:54:00'),(2706,29215,'http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-10-14 01:28:00'),(2707,29217,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-10-14 01:52:56'),(2708,29218,'http://www.bing.com/search?q=what+are+ms+tyres&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=','www.mstyresblackburn.co.uk/index.php','','2015-10-14 02:52:33'),(2709,29227,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-10-14 11:50:58'),(2710,29229,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-10-14 17:04:13'),(2711,29230,'http://www.google.fr/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F0%2F60-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D27%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=I301','www.mstyresblackburn.co.uk/index.php?id_product=27&controller=product&id_lang=1','','2015-10-14 21:20:45'),(2712,29230,'http://www.google.fr/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F0%2F60-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D27%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=I301','www.mstyresblackburn.co.uk/index.php?id_product=27&controller=product&id_lang=1','','2015-10-14 21:20:56'),(2713,29230,'http://www.google.fr/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F0%2F60-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D27%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=I301','www.mstyresblackburn.co.uk/index.php?id_product=27&controller=product&id_lang=1','','2015-10-14 21:32:43'),(2714,29230,'http://www.google.fr/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F0%2F60-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D27%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=I301','www.mstyresblackburn.co.uk/index.php?id_product=27&controller=product&id_lang=1','','2015-10-14 21:32:55'),(2715,29232,'http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-10-14 23:19:40'),(2716,29236,'http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-10-15 00:53:38'),(2717,29243,'https://www.google.com.pk/','www.mstyresblackburn.co.uk/index.php','','2015-10-15 07:58:00'),(2718,29248,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-10-15 08:41:55'),(2719,29272,'http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-10-16 10:19:50'),(2720,29274,'http://www.bing.com/search?q=part+worn+tyres+accrington&src=IE-TopResult&FORM=IETR02&conversationid=','www.mstyresblackburn.co.uk/index.php','','2015-10-16 12:07:40'),(2721,29281,'http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-10-16 15:27:13'),(2722,29292,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-10-16 18:51:18'),(2723,29313,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-10-17 10:07:36'),(2724,29334,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CDMQFjABahUKEwj8w_WW-cnIAhWEaxQKHWwrBi0&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxT','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','&esrc=s','2015-10-17 16:45:42'),(2725,29334,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CDMQFjABahUKEwj8w_WW-cnIAhWEaxQKHWwrBi0&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxT','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','&esrc=s','2015-10-17 16:48:13'),(2726,29334,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CDMQFjABahUKEwj8w_WW-cnIAhWEaxQKHWwrBi0&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxT','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','&esrc=s','2015-10-17 16:48:16'),(2727,29334,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CDMQFjABahUKEwj8w_WW-cnIAhWEaxQKHWwrBi0&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxT','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','&esrc=s','2015-10-17 16:48:18'),(2728,29336,'http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-10-17 17:20:49'),(2729,29395,'https://www.google.gr/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-10-18 14:37:34'),(2730,29432,'http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-10-19 17:18:55'),(2731,29433,'http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-10-19 17:38:45'),(2732,29442,'http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-10-19 19:53:25'),(2733,29455,'http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-10-20 02:00:42'),(2734,29464,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-10-20 16:46:35'),(2735,29468,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-10-20 17:00:48'),(2736,29472,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-10-20 17:08:05'),(2737,29474,'http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-10-20 18:17:43'),(2738,29478,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CD0QFjAAahUKEwib8N_u59HIAhXLig0KHQpfBns&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxT','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','&esrc=s','2015-10-20 20:47:58'),(2739,29479,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-10-20 21:21:09'),(2740,29479,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-10-20 21:30:09'),(2741,29491,'http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-10-21 09:29:04'),(2742,29492,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-10-21 10:16:08'),(2743,29492,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-10-21 10:16:21'),(2744,29478,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCgQFjAAahUKEwj-ytWq09PIAhVFn4AKHbwzAmw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxT','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','&esrc=s','2015-10-21 14:20:48'),(2745,29478,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0CCgQFjAAahUKEwj-ytWq09PIAhVFn4AKHbwzAmw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&usg=AFQjCNHI8TyhGzC','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','&esrc=s','2015-10-21 14:24:02'),(2746,29507,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-10-21 21:26:58'),(2747,29566,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2015-10-22 17:59:26'),(2748,29575,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=37&ved=0CD4QFjAGOB5qFQoTCL-H9fX-1sgCFYU7FAodjNgM6Q&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_manufacturer%3D5%26controller%3Dmanufacturer%26id_lang%3D1&usg=AFQjCNEOCwIJ1QjT1','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','&esrc=s','2015-10-22 21:12:02'),(2749,29575,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=37&ved=0CD4QFjAGOB5qFQoTCL-H9fX-1sgCFYU7FAodjNgM6Q&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_manufacturer%3D5%26controller%3Dmanufacturer%26id_lang%3D1&usg=AFQjCNEOCwIJ1QjT1','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','&esrc=s','2015-10-22 21:13:57'),(2750,29607,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CDcQFjAAahUKEwipspL9s9jIAhXJCBoKHTcdAso&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_manufacturer%3D12%26controller%3Dmanufacturer%26id_lang%3D1&v6u=https%3A%2F%2Fs-v6ex','www.mstyresblackburn.co.uk/index.php?id_manufacturer=12&controller=manufacturer&id_lang=1','&esrc=s','2015-10-23 10:41:11'),(2751,29607,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0CEMQFjACahUKEwipspL9s9jIAhXJCBoKHTcdAso&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=iQNbhATfASGDB9jCPn2lxg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-10-23 10:41:28'),(2752,29648,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-10-23 20:24:21'),(2753,29657,'http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-10-24 03:16:34'),(2754,29664,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-10-24 09:29:53'),(2755,29664,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-10-24 09:32:12'),(2756,29666,'http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-10-24 15:32:46'),(2757,29700,'http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-10-26 00:35:43'),(2758,29715,'https://www.google.es/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-10-26 12:32:50'),(2759,29735,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-10-26 18:39:46'),(2760,29736,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-10-26 19:00:14'),(2761,29745,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-10-26 21:09:23'),(2762,29788,'http://www.bing.com/search?q=MS+Tyres&qs=n&form=QBRE&pq=ms+tyres&sc=5-8&sp=-1&sk=&cvid=4d4dddd211ba4ef3b9cfd16e52a50823','www.mstyresblackburn.co.uk/index.php','','2015-10-27 14:54:23'),(2763,29798,'http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-10-27 21:34:05'),(2764,29844,'http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-10-28 17:39:01'),(2765,29849,'http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-10-28 22:38:53'),(2766,29851,'http://pizza-tycoon.com/','www.mstyresblackburn.co.uk/index.php?','','2015-10-28 23:22:14'),(2767,29858,'http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-10-29 12:27:46'),(2768,29861,'http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-10-29 14:29:54'),(2769,29863,'http://www.bing.com/search?q=part+worn+tyres+blackburn&qs=n&form=QBRE&pq=part+worn+tyres+blackburn&sc=1-25&sp=-1&sk=&cvid=7AF4632BD6C648A8AFDED5DA75659B3A','www.mstyresblackburn.co.uk/index.php','','2015-10-29 14:55:12'),(2770,29875,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=3&ved=0CDAQ_BcwAmoVChMI6tDfjJHoyAIVAlk-Ch1ITgn4&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.106130839,d.ZWU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-10-29 16:48:30'),(2771,29877,'https://www.google.it/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-10-29 17:48:22'),(2772,29881,'http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-10-29 20:23:40'),(2773,29938,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&ved=0CA8QgU8wAGoVChMImf3V4vrpyAIVg8AUCh2bQw1I&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.106379543,d.ZWU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-10-30 10:16:36'),(2774,29938,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=2&ved=0CBQQgU8wAWoVChMIzv3b7obqyAIVwscUCh0i6weL&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.106379543,d.ZWU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-10-30 11:07:28'),(2775,29943,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-10-30 13:18:17'),(2776,29944,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-10-30 13:18:29'),(2777,29955,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-10-31 08:48:47'),(2778,29961,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-10-31 14:06:49'),(2779,30037,'https://www.google.es/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-11-01 10:43:16'),(2780,30083,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-11-02 09:17:33'),(2781,30131,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-11-03 11:04:43'),(2782,30133,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-11-03 12:54:06'),(2783,30135,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-11-03 14:02:07'),(2784,30141,'http://www.bing.com/search?q=rapid+225+45+18+lancs&go=Submit&qs=bs&form=QBRE','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-11-03 20:09:25'),(2785,30170,'https://uk.search.yahoo.com/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2015-11-04 09:30:29'),(2786,30180,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-11-04 22:19:57'),(2787,30181,'http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-11-04 23:17:42'),(2788,30191,'http://www.google.com.ua/imgres?imgurl=http://www.mstyresblackburn.co.uk/img/p/6/5/65-home_default.jpg&imgrefurl=http://www.mstyresblackburn.co.uk/&h=124&w=124&tbnid=QyYSqP_vo3UMFM:&docid=0To1DZ7XG65gTM&ei=fAw7VtGmD4rWa9CnqbgJ&tbm=isch&client=firefox-a','www.mstyresblackburn.co.uk/index.php','','2015-11-05 08:00:28'),(2789,30196,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-11-05 15:26:55'),(2790,30196,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=41&controller=category&id_lang=1','','2015-11-05 15:27:20'),(2791,30196,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=41&controller=category&id_lang=1','','2015-11-05 15:28:01'),(2792,30199,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-11-05 17:28:48'),(2793,30200,'http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-11-05 17:39:09'),(2794,30220,'http://www.bing.com/search?q=Rapid+Brand+Tyres&first=71&FORM=PORE','www.mstyresblackburn.co.uk/index.php','','2015-11-05 20:05:41'),(2795,30223,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2015-11-05 23:41:11'),(2796,30223,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2015-11-05 23:41:47'),(2797,30252,'https://www.google.co.in/','www.mstyresblackburn.co.uk/index.php','','2015-11-06 14:01:24'),(2798,30256,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-11-06 17:59:58'),(2799,30257,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-11-06 18:00:00'),(2800,30267,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2015-11-06 22:25:39'),(2801,30275,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-11-07 15:26:51'),(2802,30289,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-11-08 02:29:56'),(2803,30308,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2015-11-08 14:08:32'),(2804,30331,'http://rankings-analytics.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-11-08 20:46:32'),(2805,30355,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-11-09 04:12:12'),(2806,30364,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-11-09 15:00:04'),(2807,30377,'http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=867.dY1C398NUs6x2AIBfJKnvz6V9NXe8q48BXTPhSss7YpcrPWYeWFvyebvTtGuxvBK.eb06c9834f90af762f530827b5986c08f02777f2&uuid=&state=AiuY0DBWFJ4ePaEse6rgeAjgs2pI3DW9J0KiE5XNXd0dp0ZMwFHoviU','www.mstyresblackburn.co.uk/index.php?','&etext=867.dY1C398NUs6x2AIBfJKnvz6V9NXe8q48BXTPhSss7YpcrPWYeWFvyebvTtGuxvBK.eb06c9834f90af762f530827b5986c08f02777f2','2015-11-09 17:12:22'),(2808,30391,'http://www.thomsonlocal.com/Garage-Services/in/Billington-Lancashire/','www.mstyresblackburn.co.uk/index.php','','2015-11-10 03:59:17'),(2809,30396,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0CBoQ_BcoADAHahUKEwiKm93LzIXJAhXCXg8KHfGXCz8&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.106923889,d.ZWU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-11-10 10:01:14'),(2810,30426,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCEQFjAAahUKEwiB4vmCzIbJAhWCWz4KHeXQBM0&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=4z5P0ww54cyHF-SmWzMKGw','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-11-10 19:31:39'),(2811,30439,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-11-11 13:06:42'),(2812,30440,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-11-11 13:06:44'),(2813,30468,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-11-12 11:02:11'),(2814,30472,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-11-12 13:05:41'),(2815,30473,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-11-12 13:05:42'),(2816,30485,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-11-12 17:35:46'),(2817,30486,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2015-11-12 19:32:07'),(2818,30486,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2015-11-12 19:32:56'),(2819,30489,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-11-12 21:38:38'),(2820,30531,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-11-13 15:34:03'),(2821,30553,'http://www.google.com.br/search?q=landsail+ls388&client=ms-android-google&source=lnms&site=webhp&tbm=isch&sa=X&ved=0CAkQ_AUoAmoVChMI4NXAx7WOyQIVEORjCh11UAD6&biw=1024&bih=728','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-11-13 22:20:40'),(2822,30576,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=19&controller=product&id_lang=1','','2015-11-14 13:33:59'),(2823,30618,'http://www.1businessenterprise.co.uk/our-clients.php','www.mstyresblackburn.co.uk/index.php','','2015-11-15 18:39:19'),(2824,30705,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-11-16 14:00:35'),(2825,30707,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-11-16 15:04:54'),(2826,30721,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-11-16 18:16:43'),(2827,30772,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-11-17 16:03:54'),(2828,30772,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-11-17 16:04:30'),(2829,30796,'http://www.bing.com/search?q=part+worn+tyres+blackburn&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=','www.mstyresblackburn.co.uk/index.php','','2015-11-18 00:11:03'),(2830,30860,'http://www.google.com.hk/url?sa=t&rct=j&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&source=maps_lite_desktop&cd=1&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&ved=0CAcQ61goBDAAahUKEwiEkvCQ5JvJAhVOWYgKHc47Dqk&gws_rd=cr','www.mstyresblackburn.co.uk/index.php','','2015-11-19 05:45:09'),(2831,30881,'https://www.google.nl/','www.mstyresblackburn.co.uk/index.php','','2015-11-19 09:24:58'),(2832,30883,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-11-19 10:09:55'),(2833,30892,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=27&controller=product&id_lang=1','','2015-11-19 14:38:44'),(2834,30898,'http://www.bing.com/search?q=blackburn+tyres&src=IE-SearchBox&FORM=IESR02','www.mstyresblackburn.co.uk/index.php','','2015-11-19 15:47:55'),(2835,30898,'http://www.bing.com/search?q=ms+tyres+blackburn%23&src=IE-TopResult&FORM=IETR02&conversationid=','www.mstyresblackburn.co.uk/index.php','','2015-11-19 15:48:26'),(2836,30901,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-11-19 18:41:32'),(2837,30902,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2015-11-19 19:49:33'),(2838,30911,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-11-20 05:14:42'),(2839,30912,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-11-20 05:14:42'),(2840,30939,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2015-11-20 13:58:39'),(2841,30940,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2015-11-20 16:32:19'),(2842,30980,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-11-21 11:53:19'),(2843,31024,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2015-11-22 01:18:08'),(2844,31036,'http://www.bing.com/search?pc=AMAZ&setmkt=en-GB&q=rapid+p609&first=11&FORM=PORE','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','rapid p609','2015-11-22 13:08:22'),(2845,31064,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0ahUKEwjh2PSBlabJAhWDhRoKHa7hDtAQ_BcIGigAMAc&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.108194040,d.d2s','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-11-23 08:50:33'),(2846,31146,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-11-24 14:31:48'),(2847,31147,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-11-24 15:51:33'),(2848,31148,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-11-24 15:51:34'),(2849,31149,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-11-24 15:51:35'),(2850,31150,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-11-24 15:51:48'),(2851,31199,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-11-25 09:05:55'),(2852,31212,'http://hundejo.com/','www.mstyresblackburn.co.uk/index.php?','','2015-11-25 19:38:19'),(2853,31337,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-11-26 10:17:17'),(2854,31343,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-11-26 15:48:08'),(2855,31344,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-11-26 16:32:38'),(2856,31344,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-11-26 16:33:03'),(2857,31344,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-11-26 16:34:27'),(2858,31345,'http://www.google.co.uk/url?sa=t&source=web&cd=20&rct=j&q=ms%20tyres&ved=0ahUKEwjm-Lvl2a7JAhWHSBQKHds3Dr0QFgiHATAT&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','ms tyres','2015-11-26 18:23:27'),(2859,31346,'http://hvd-store.com/','www.mstyresblackburn.co.uk/index.php?','','2015-11-26 19:24:39'),(2860,31359,'https://www.google.co.in/','www.mstyresblackburn.co.uk/index.php','','2015-11-27 05:22:02'),(2861,31381,'http://www.google.com/search','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2015-11-27 12:15:22'),(2862,31417,'http://pizza-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2015-11-28 12:04:32'),(2863,31428,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-11-28 18:12:56'),(2864,31428,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-11-28 18:25:38'),(2865,31428,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-11-28 18:26:15'),(2866,31457,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-11-29 17:04:53'),(2867,31458,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-11-29 17:12:30'),(2868,31487,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2015-11-30 06:34:11'),(2869,31527,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-11-30 15:28:47'),(2870,31527,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-11-30 15:30:25'),(2871,31650,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-12-03 17:26:15'),(2872,31651,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-12-03 18:02:58'),(2873,31651,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-12-03 18:03:08'),(2874,31663,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-12-04 10:52:14'),(2875,31663,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-12-04 10:52:39'),(2876,31742,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-12-05 09:21:07'),(2877,31807,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2015-12-07 00:33:37'),(2878,31812,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-12-07 02:55:50'),(2879,31833,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-12-07 14:10:39'),(2880,31833,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-12-07 14:10:51'),(2881,31833,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-12-07 14:10:56'),(2882,31850,'http://www.bing.com/search?q=blackburn+tyres+bb13ja&src=IE-SearchBox&FORM=IE8SRC','www.mstyresblackburn.co.uk/index.php?controller=contact','','2015-12-07 17:04:55'),(2883,31946,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-12-09 13:40:11'),(2884,31966,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-12-10 09:33:18'),(2885,32002,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-12-10 12:12:27'),(2886,32004,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-12-10 15:23:39'),(2887,32005,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwijhvSQzdHJAhWH7BQKHazRDT8QFggpMAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-12-10 15:28:34'),(2888,32031,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-12-10 17:41:57'),(2889,32035,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2015-12-10 21:39:52'),(2890,32035,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-12-10 21:40:05'),(2891,32040,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-12-11 00:20:00'),(2892,32087,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-12-11 13:28:03'),(2893,32088,'http://www.bing.com/search?q=tyres+whitebirk&src=IE-TopResult&FORM=IETR02&conversationid=','www.mstyresblackburn.co.uk/index.php?controller=contact','','2015-12-11 13:59:36'),(2894,32101,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-12-11 20:49:33'),(2895,32179,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-12-12 11:05:28'),(2896,32246,'http://www.bing.com/search?q=rapid+225+45+18&a=results&MID=2500','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-12-13 15:32:23'),(2897,32273,'http://www.bing.com/search?q=rapid+225+45+18&a=results&MID=2500','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-12-14 02:02:18'),(2898,32302,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2015-12-14 19:12:21'),(2899,32318,'https://www.google.fr/','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','','2015-12-14 23:40:22'),(2900,32329,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-12-15 10:13:37'),(2901,32366,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-12-16 01:07:30'),(2902,32378,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-12-16 05:52:19'),(2903,32416,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-12-16 11:05:16'),(2904,32420,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-12-16 15:08:52'),(2905,32435,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2015-12-16 20:07:21'),(2906,32444,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-12-16 22:05:32'),(2907,32445,'http://www.google.com/search','www.mstyresblackburn.co.uk/index.php?id_product=33&controller=product&id_lang=1','','2015-12-16 22:11:23'),(2908,32475,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=webhp&cd=5&ved=0ahUKEwiruq-X2-LJAhUHcRQKHTgmCAoQgU8IKzAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-12-17 10:45:36'),(2909,32475,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=webhp&cd=5&ved=0ahUKEwj__JfG2-LJAhXH6RQKHdOoAkAQgU8IKzAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-12-17 10:46:40'),(2910,32476,'http://pizza-tycoon.com/','www.mstyresblackburn.co.uk/index.php?','','2015-12-17 11:16:46'),(2911,32477,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-12-17 12:29:56'),(2912,32480,'http://www.bing.com/search?q=Tyre+fitterd%2C+blackburn&src=IE-SearchBox&FORM=IE10SR','www.mstyresblackburn.co.uk/index.php','','2015-12-17 15:18:30'),(2913,32517,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-12-18 09:14:39'),(2914,32545,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-12-18 17:56:22'),(2915,32550,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-12-18 21:20:12'),(2916,32551,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-12-19 00:16:05'),(2917,32583,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-12-19 15:57:56'),(2918,32583,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-12-19 16:06:58'),(2919,32641,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-12-20 13:20:36'),(2920,32717,'http://hundejo.com/','www.mstyresblackburn.co.uk/index.php?','','2015-12-21 08:43:18'),(2921,32722,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-12-21 10:39:35'),(2922,32725,'http://hvd-store.com/','www.mstyresblackburn.co.uk/index.php?','','2015-12-21 12:17:46'),(2923,32727,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=webhp&cd=5&ved=0ahUKEwixzf-__OzJAhVJ0RQKHSt0BlQQgU8IKzAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2015-12-21 12:57:45'),(2924,32732,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-12-21 17:21:56'),(2925,32735,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-12-21 21:12:56'),(2926,32739,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2015-12-22 02:54:14'),(2927,32765,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-12-22 11:50:30'),(2928,32768,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=32&controller=product&id_lang=1','','2015-12-22 15:00:31'),(2929,32768,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=12&controller=manufacturer&id_lang=1','','2015-12-22 15:01:55'),(2930,32790,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2015-12-23 14:21:18'),(2931,32802,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-12-23 14:49:24'),(2932,32810,'http://pizza-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2015-12-23 20:49:37'),(2933,32818,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-12-24 03:59:17'),(2934,32859,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-12-24 14:47:44'),(2935,32864,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-12-24 21:32:20'),(2936,32866,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-12-24 23:19:33'),(2937,32935,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-12-25 14:50:08'),(2938,32939,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-12-25 18:14:53'),(2939,32957,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-12-26 06:00:43'),(2940,32964,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-12-26 09:59:09'),(2941,32967,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2015-12-26 11:32:28'),(2942,32982,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-12-26 17:26:39'),(2943,32986,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-12-26 20:21:25'),(2944,33002,'http://www.google.com/search','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-12-27 03:19:30'),(2945,33006,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2015-12-27 09:51:42'),(2946,33006,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2015-12-27 09:52:12'),(2947,33011,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2015-12-27 10:22:58'),(2948,33018,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-12-27 14:37:12'),(2949,33026,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2015-12-27 21:34:34'),(2950,33029,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-12-28 00:46:17'),(2951,33044,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-12-28 03:20:56'),(2952,33050,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-12-28 11:39:41'),(2953,33061,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-12-28 12:16:15'),(2954,33066,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-12-28 13:15:43'),(2955,33072,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-12-28 18:40:37'),(2956,33073,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-12-28 19:05:51'),(2957,33099,'http://images.google.de/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F4%2F64-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=j','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2015-12-28 22:36:38'),(2958,33126,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-12-29 13:27:43'),(2959,33128,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-12-29 14:56:16'),(2960,33129,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-12-29 15:42:15'),(2961,33186,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-12-29 22:11:41'),(2962,33190,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2015-12-30 01:42:01'),(2963,33218,'http://www.bing.com/search?q=ms+tyres&a=results&MID=2500','www.mstyresblackburn.co.uk/index.php','','2015-12-30 12:15:57'),(2964,33218,'http://www.bing.com/search?q=ms+tyres&a=results&MID=2500','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','','2015-12-30 12:16:49'),(2965,33223,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-12-30 13:57:59'),(2966,33277,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2015-12-31 18:49:49'),(2967,33286,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2016-01-01 00:21:10'),(2968,33381,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2016-01-02 05:40:34'),(2969,33407,'http://www.1businessenterprise.co.uk/our-clients.php','www.mstyresblackburn.co.uk/index.php','','2016-01-02 10:00:20'),(2970,33469,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-01-02 11:24:53'),(2971,33501,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2016-01-03 02:45:41'),(2972,33522,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2016-01-03 12:23:03'),(2973,33558,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2016-01-03 20:08:41'),(2974,33577,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2016-01-04 01:10:18'),(2975,33579,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2016-01-04 02:20:06'),(2976,33593,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-01-04 17:10:10'),(2977,33695,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-01-05 16:48:34'),(2978,33719,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2016-01-06 02:59:12'),(2979,33737,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-01-06 09:29:14'),(2980,33761,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-01-06 21:23:22'),(2981,33762,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2016-01-06 21:25:42'),(2982,33763,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2016-01-06 21:47:20'),(2983,33802,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-01-07 09:32:58'),(2984,33802,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-01-07 09:33:08'),(2985,33804,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-01-07 12:10:35'),(2986,33813,'http://m.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2016-01-07 14:59:13'),(2987,33823,'http://www.google.com.bn/search?q=rapid+225/40/18&client=ms-opera-mini-android&prmd=ivns&source=lnms&tbm=isch&sa=X&ved=0ahUKEwj74ryjk5jKAhXD1A4KHQg7BkkQ_AUIBigB','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','','2016-01-07 16:47:40'),(2988,33824,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2016-01-07 17:43:06'),(2989,33835,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-01-07 22:29:21'),(2990,33837,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2016-01-08 00:05:11'),(2991,33847,'http://www.google.com.bn/search?q=rapid+225/40/18&client=ms-opera-mini-android&prmd=ivns&source=lnms&tbm=isch&sa=X&ved=0ahUKEwjqiaKvspnKAhWGDA8KHVuFCbcQ_AUIBigB','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','','2016-01-08 04:41:29'),(2992,33858,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-01-08 10:42:38'),(2993,33911,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-01-08 18:02:13'),(2994,33936,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-01-09 16:06:39'),(2995,34006,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-01-10 13:10:35'),(2996,34007,'https://www.google.com.tr/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-01-10 14:41:47'),(2997,34010,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-01-10 16:25:42'),(2998,34011,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-01-10 16:37:13'),(2999,34014,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwi5_qDh3Z_KAhUHWRoKHWBmBPEQFghBMAQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxT','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','&esrc=s','2016-01-10 17:09:12'),(3000,34060,'https://www.google.com.mt/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2016-01-11 16:16:59'),(3001,34061,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2016-01-11 16:43:34'),(3002,34063,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-01-11 17:51:50'),(3003,34067,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-01-11 19:47:20'),(3004,34069,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2016-01-11 20:38:55'),(3005,34070,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2016-01-11 22:13:01'),(3006,34089,'http://www.google.es/url?sa=i&source=images&cd=&ved=&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D26%26controller%3Dproduct%26id_lang%3D1&psig=AFQjCNHEMmcrNiNPkw3q3HUk7qx_2GkZcQ&ust=1452668946484029&rct=j','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','','2016-01-12 07:11:00'),(3007,34102,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-01-12 11:29:50'),(3008,34102,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-01-12 11:34:00'),(3009,34107,'http://top1-seo-service.com/try.php?u=http://mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php?','','2016-01-12 12:12:47'),(3010,34145,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-01-12 18:05:03'),(3011,34149,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-01-12 21:15:25'),(3012,34199,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-01-13 11:46:54'),(3013,34202,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-01-13 11:50:41'),(3014,34203,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-01-13 12:19:45'),(3015,34251,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-01-14 08:24:47'),(3016,34255,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-01-14 09:20:24'),(3017,34255,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-01-14 09:21:06'),(3018,34255,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-01-14 09:21:29'),(3019,34257,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2016-01-14 10:23:53'),(3020,34312,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=36&controller=product&id_lang=1','','2016-01-15 14:54:22'),(3021,34340,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2016-01-16 07:58:38'),(3022,34342,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-01-16 10:14:03'),(3023,34349,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-01-16 15:01:52'),(3024,34370,'http://hvd-store.com/','www.mstyresblackburn.co.uk/index.php?','','2016-01-16 21:15:10'),(3025,34393,'http://hundejo.com/','www.mstyresblackburn.co.uk/index.php?','','2016-01-17 02:01:32'),(3026,34550,'http://pizza-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2016-01-19 07:13:36'),(3027,34560,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-01-19 09:09:59'),(3028,34584,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-01-19 18:35:44'),(3029,34596,'http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=938.55p7m6r6kIm90x9jZnNiJ8nywwSfzVeees3ByfwvbNqw3YKXd8efDjLMsTuTBu82.93af81314325e94efd029c8fd56a4f623c47690d&uuid=&state=AiuY0DBWFJ4ePaEse6rgeAjgs2pI3DW9J0KiE5XNXd0dp0ZMwFHoviU','www.mstyresblackburn.co.uk/index.php','&etext=938.55p7m6r6kIm90x9jZnNiJ8nywwSfzVeees3ByfwvbNqw3YKXd8efDjLMsTuTBu82.93af81314325e94efd029c8fd56a4f623c47690d','2016-01-20 01:05:15'),(3030,34597,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2016-01-20 02:15:26'),(3031,34607,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2016-01-20 06:07:50'),(3032,34610,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2016-01-20 07:43:42'),(3033,34619,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2016-01-20 12:42:18'),(3034,34621,'http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=939.YNpKczGdGJnU6E2I1UJJhqlrM9qt9o56RnNVnwI1P48ezPQd_IEP136jypDELqJ_.2d226ff38c2f42cbee2cd2c778628ca758653b5c&uuid=&state=AiuY0DBWFJ4ePaEse6rgeAjgs2pI3DW9J0KiE5XNXd0dp0ZMwFHoviU','www.mstyresblackburn.co.uk/index.php','&etext=939.YNpKczGdGJnU6E2I1UJJhqlrM9qt9o56RnNVnwI1P48ezPQd_IEP136jypDELqJ_.2d226ff38c2f42cbee2cd2c778628ca758653b5c','2016-01-20 12:59:14'),(3035,34622,'http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=939.ZELXTBGZOe49X2_Q8My6GbMrtEzJXNh5Bjt_sTwU6MyEuGuseGDYBb67NWzNg_0k.cce6df4e597347d391b24202ead0967486ed0218&uuid=&state=AiuY0DBWFJ4ePaEse6rgeAjgs2pI3DW9J0KiE5XNXd0dp0ZMwFHoviU','www.mstyresblackburn.co.uk/index.php','&etext=939.ZELXTBGZOe49X2_Q8My6GbMrtEzJXNh5Bjt_sTwU6MyEuGuseGDYBb67NWzNg_0k.cce6df4e597347d391b24202ead0967486ed0218','2016-01-20 13:05:21'),(3036,34624,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-01-20 14:52:42'),(3037,34645,'http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=939.mtjv0yEwOLqZUoQLqSuhcbIy8Xua-eeZrsPlb73PUb508C2Q0iaNwBUQGDaOQ1Cd.fd062ca0802bba4947ffb63964483b30156510bb&uuid=&state=AiuY0DBWFJ4ePaEse6rgeAjgs2pI3DW9J0KiE5XNXd0dp0ZMwFHoviU','www.mstyresblackburn.co.uk/index.php','&etext=939.mtjv0yEwOLqZUoQLqSuhcbIy8Xua-eeZrsPlb73PUb508C2Q0iaNwBUQGDaOQ1Cd.fd062ca0802bba4947ffb63964483b30156510bb','2016-01-21 01:07:22'),(3038,34648,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2016-01-21 04:51:14'),(3039,34660,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-01-21 08:09:01'),(3040,34665,'http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=940.b9tUp39inMNc0kuBOqcJZ6m34EMr4V4D4IGWBsc6Q8SyhzXxx-AHWfJrT6i6VL21.aeab9f906f267e0b8c538e59aff4c6a62eada0e6&uuid=&state=AiuY0DBWFJ4ePaEse6rgeAjgs2pI3DW9J0KiE5XNXd0dp0ZMwFHoviU','www.mstyresblackburn.co.uk/index.php','&etext=940.b9tUp39inMNc0kuBOqcJZ6m34EMr4V4D4IGWBsc6Q8SyhzXxx-AHWfJrT6i6VL21.aeab9f906f267e0b8c538e59aff4c6a62eada0e6','2016-01-21 10:48:50'),(3041,34667,'http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=940.tGa69Eja_YXOuz4iZL5lwjaJ4FZ7umR4r6KCZL-d2Kln8i8nBLDl2bvzpBQhYDyx.74027843bc293637cae2d92a441958088ae0ede4&uuid=&state=AiuY0DBWFJ4ePaEse6rgeAjgs2pI3DW9J0KiE5XNXd0dp0ZMwFHoviU','www.mstyresblackburn.co.uk/index.php','&etext=940.tGa69Eja_YXOuz4iZL5lwjaJ4FZ7umR4r6KCZL-d2Kln8i8nBLDl2bvzpBQhYDyx.74027843bc293637cae2d92a441958088ae0ede4','2016-01-21 14:46:37'),(3042,34702,'https://www.google.co.in/','www.mstyresblackburn.co.uk/index.php','','2016-01-22 05:16:10'),(3043,34705,'http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=941.wguD4X__XfTx9C7NteqIManTjYHNpzKYJkzhxHKo3zegdhhea2PWfkQG-GnYnmU3.7b7ae883977bd31ea139d67eaa73f18cca496043&uuid=&state=AiuY0DBWFJ4ePaEse6rgeAjgs2pI3DW9J0KiE5XNXd0dp0ZMwFHoviU','www.mstyresblackburn.co.uk/index.php','&etext=941.wguD4X__XfTx9C7NteqIManTjYHNpzKYJkzhxHKo3zegdhhea2PWfkQG-GnYnmU3.7b7ae883977bd31ea139d67eaa73f18cca496043','2016-01-22 07:33:26'),(3044,34706,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-01-22 09:00:40'),(3045,34717,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2016-01-22 12:15:03'),(3046,34794,'https://www.google.gr/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2016-01-23 16:22:31'),(3047,34806,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-01-23 17:56:42'),(3048,34806,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','','2016-01-23 17:57:33'),(3049,34815,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php?id_product=31&controller=product&id_lang=1','','2016-01-24 03:06:16'),(3050,34818,'http://pizza-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2016-01-24 06:30:31'),(3051,34826,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-01-24 11:27:12'),(3052,34827,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-01-24 11:32:35'),(3053,34836,'http://m.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2016-01-24 16:02:00'),(3054,34837,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2016-01-24 16:07:58'),(3055,34919,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2016-01-25 20:14:06'),(3056,34950,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-01-26 07:58:20'),(3057,34951,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-01-26 08:33:31'),(3058,34951,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-01-26 08:34:29'),(3059,34952,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-01-26 09:33:38'),(3060,34954,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-01-26 10:21:34'),(3061,34956,'http://www.bing.com/search?q=ms+tyres+blackburn&src=IE-SearchBox&FORM=IENTSR','www.mstyresblackburn.co.uk/index.php','','2016-01-26 11:20:23'),(3062,34958,'http://www.bing.com/search?q=MS+TYRES+AND+SERVICES+BLACKBURN&qs=n&form=QBRE&pq=ms+tyres+and+services+blackburn&sc=0-5&sp=-1&sk=&cvid=A39D8E05BE474954A1DF25A3E2A84D6B&undefined=undefined','www.mstyresblackburn.co.uk/index.php','','2016-01-26 11:43:03'),(3063,34959,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-01-26 12:56:23'),(3064,34959,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-01-26 12:57:30'),(3065,34975,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2016-01-26 19:44:43'),(3066,35016,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-01-27 09:58:37'),(3067,35065,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2016-01-28 04:20:34'),(3068,35099,'http://pizza-tycoon.com/','www.mstyresblackburn.co.uk/index.php?','','2016-01-29 05:34:43'),(3069,35105,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&ved=0ahUKEwjIg9b6687KAhUHUhQKHbFDDVsQFghoMAg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2016-01-29 10:50:12'),(3070,35138,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-01-30 13:38:56'),(3071,35140,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=31&controller=product&id_lang=1','','2016-01-30 15:51:32'),(3072,35175,'https://www.google.ca/search?q=225%2F45%2F17+-+%2479+Rapid+P609+94W&client=ms-android-bell-ca&hl=en&lr=lang_en&Search.x=25&Search.y=23&Search=Search&gws_rd=ssl','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-01-31 20:06:44'),(3073,35176,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','','2016-01-31 21:08:36'),(3074,35204,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-02-01 09:11:53'),(3075,35205,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-02-01 09:13:03'),(3076,35205,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-02-01 09:27:55'),(3077,35208,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiPh_3FsNbKAhVBORoKHXhiADkQFggdMAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.113034660,d.d2s','www.mstyresblackburn.co.uk/index.php','&esrc=s','2016-02-01 10:43:25'),(3078,35208,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjarP_owdbKAhWC1xoKHRWjBRMQFgg2MAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.113034660,d.d2s','www.mstyresblackburn.co.uk/index.php','&esrc=s','2016-02-01 12:00:45'),(3079,35209,'http://m.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2016-02-01 12:36:06'),(3080,35210,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2016-02-01 12:45:02'),(3081,35215,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-02-01 14:33:24'),(3082,35241,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-02-01 19:06:04'),(3083,35281,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-02-02 10:13:53'),(3084,35282,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-02-02 10:27:05'),(3085,35295,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2016-02-02 19:33:03'),(3086,35310,'http://www.bing.com/search?q=cheap+tyres+in+Darwen+lancs&form=IE11TR&src=IE11TR&pc=TEJB','www.mstyresblackburn.co.uk/index.php','','2016-02-02 22:56:22'),(3087,35324,'http://www.google.co.uk/url?sa=t&source=web&cd=5&rct=j&q=m%26s%20tires%20blackburn&ved=0ahUKEwjRqbXUuNvKAhUBRhQKHX_PCYUQ_BcIVCgCMAQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','m&s tires blackburn','2016-02-03 11:03:27'),(3088,35385,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-02-04 09:48:04'),(3089,35396,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-02-04 15:57:00'),(3090,35411,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2016-02-05 09:23:28'),(3091,35423,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=12&ved=0ahUKEwiC6ub-yODKAhVF1xQKHf8_BvQ4ChAWCEEwAQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.113370389,d.ZWU','www.mstyresblackburn.co.uk/index.php','&esrc=s','2016-02-05 12:00:17'),(3092,35463,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-02-06 12:36:21'),(3093,35479,'http://www.google.com/search','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2016-02-06 16:24:28'),(3094,35511,'https://www.google.se/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2016-02-07 19:52:05'),(3095,35544,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=12&ved=0ahUKEwi4g474mujKAhWMbhQKHVb7D5YQ_BcIkQEwCw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.113370389,d.bGs','www.mstyresblackburn.co.uk/index.php','&esrc=s','2016-02-08 14:58:47'),(3096,35546,'http://images.google.de/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F4%2F64-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=j','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2016-02-08 19:26:55'),(3097,35547,'http://images.google.de/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F4%2F64-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=j','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2016-02-08 19:27:01'),(3098,35583,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-02-09 15:12:38'),(3099,35653,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&ved=0ahUKEwic7IP4kO3KAhUD1RQKHd8BDFMQFggdMAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.113943665,d.bGs','www.mstyresblackburn.co.uk/index.php','&esrc=s','2016-02-10 11:57:37'),(3100,35737,'http://www.google.co.uk/url?sa=t&source=web&cd=&rct=j&q=tyres%20blackburn&ved=0ahUKEwjjyKrsie_KAhWvbZoKHcnrBU0Q_UUIAg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','tyres blackburn','2016-02-11 08:52:24'),(3101,35740,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-02-11 12:05:20'),(3102,35804,'http://m.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2016-02-12 12:16:18'),(3103,35805,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2016-02-12 12:16:20'),(3104,35893,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php?','','2016-02-14 03:00:27'),(3105,35909,'http://images.google.de/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F5%2F9%2F59-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D26%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=9','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','landsail ls988','2016-02-14 12:05:05'),(3106,35918,'https://www.google.co.uk/search?pws=0&action=devloc&hl=en-GB&safe=images&v=2.0&q=rapid+p609+ms+tyre&rlz=1MIGYWN_en-GBGB&client=mobilesearchapp&channel=mf-wp-cht-all-0112-10&dc=grlz-GYWN','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','rapid p609 ms tyre','2016-02-14 16:24:57'),(3107,35980,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-02-15 14:14:44'),(3108,35981,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-02-15 14:28:43'),(3109,35981,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-02-15 14:29:24'),(3110,35981,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-02-15 14:29:42'),(3111,36029,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-02-16 10:37:55'),(3112,36112,'http://www.google.co.uk/url?sa=t&source=web&cd=&rct=j&q=tyres%20blackburn&ved=0ahUKEwiqzfzXk__KAhXBXRoKHVIZCN0Q_UUIAg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','tyres blackburn','2016-02-17 15:52:32'),(3113,36113,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-02-17 17:15:02'),(3114,36163,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-02-18 10:40:37'),(3115,36165,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-02-18 11:25:11'),(3116,36165,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-02-18 11:25:23'),(3117,36166,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-02-18 11:55:43'),(3118,36167,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-02-18 11:55:45'),(3119,36168,'http://www.ask.com/web?q=landsail tyre&frstpgo=0&page=16','www.mstyresblackburn.co.uk/','','2016-02-18 12:16:08'),(3120,36169,'http://www.ask.com/web?q=landsail tyre&frstpgo=0&page=16','www.mstyresblackburn.co.uk/index.php','','2016-02-18 12:16:11'),(3121,36180,'http://www.ask.com/web?q=landsail tyre&frstpgo=0&page=5','www.mstyresblackburn.co.uk/','','2016-02-18 13:35:59'),(3122,36181,'http://www.ask.com/web?q=landsail tyre&frstpgo=0&page=5','www.mstyresblackburn.co.uk/index.php','','2016-02-18 13:36:02'),(3123,36252,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-02-18 16:47:52'),(3124,36257,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-02-18 17:45:48'),(3125,36338,'http://hundejo.com/','www.mstyresblackburn.co.uk/index.php?','','2016-02-19 13:27:19'),(3126,36340,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-02-19 15:43:01'),(3127,36341,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2016-02-19 15:48:39'),(3128,36344,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2016-02-19 16:22:02'),(3129,36399,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2016-02-20 06:16:42'),(3130,36419,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-02-20 08:53:34'),(3131,36420,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2016-02-20 10:54:44'),(3132,36435,'http://www.1businessenterprise.co.uk/our-clients.php','www.mstyresblackburn.co.uk/index.php','','2016-02-20 23:30:21'),(3133,36501,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&ved=0ahUKEwjbzKSzlojLAhXLshQKHfXjAZMQFghGMAg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2016-02-21 05:58:59'),(3134,36504,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2016-02-21 09:32:53'),(3135,36589,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-02-22 13:27:54'),(3136,36601,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-02-22 16:10:14'),(3137,36602,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-02-22 16:10:16'),(3138,36603,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2016-02-22 16:24:16'),(3139,36606,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-02-22 17:34:11'),(3140,36612,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-02-22 18:05:55'),(3141,36671,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-02-23 10:54:14'),(3142,36729,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-02-24 09:26:33'),(3143,36731,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2016-02-24 11:07:55'),(3144,36734,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=27&controller=product&id_lang=1','','2016-02-24 13:34:52'),(3145,36748,'https://www.google.it/','www.mstyresblackburn.co.uk/index.php?id_product=38&controller=product&id_lang=1','','2016-02-24 23:05:52'),(3146,36752,'https://www.google.ca/','www.mstyresblackburn.co.uk/index.php?id_product=31&controller=product&id_lang=1','','2016-02-25 01:51:50'),(3147,36787,'https://www.google.ro/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2016-02-25 08:55:25'),(3148,36803,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-02-25 12:40:11'),(3149,36808,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php?','','2016-02-25 13:43:27'),(3150,36864,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=webhp&cd=6&ved=0ahUKEwjw6-fr1ZPLAhUDXBQKHVjMCDkQgU8IMTAF&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2016-02-25 19:50:10'),(3151,36880,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-02-26 02:33:01'),(3152,36880,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-02-26 02:35:18'),(3153,36923,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-02-26 23:20:40'),(3154,36923,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-02-26 23:21:08'),(3155,37050,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-02-28 11:12:25'),(3156,37056,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-02-28 13:15:07'),(3157,37056,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-02-28 13:15:38'),(3158,37063,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2016-02-28 15:30:25'),(3159,37230,'https://www.google.com.hk/','www.mstyresblackburn.co.uk/index.php?controller=contact','','2016-03-02 05:53:24'),(3160,37412,'http://www.google.hu/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjbs9HF8qbLAhXkYZoKHbmpBGkQFggzMAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&usg=AFQjCNHI8TyhGzC1Mp5tZIcDsb3QxTZM6','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','&esrc=s','2016-03-04 11:10:57'),(3161,37438,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-03-04 15:39:39'),(3162,37442,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2016-03-04 16:22:34'),(3163,37445,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2016-03-04 17:17:07'),(3164,37459,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-03-04 22:01:27'),(3165,37562,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-03-06 10:28:24'),(3166,37628,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-03-07 16:08:37'),(3167,37689,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2016-03-08 08:10:06'),(3168,37693,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-03-08 09:27:06'),(3169,37757,'http://www.bing.com/local?lid=YN1000x261130585&id=YN1000x261130585&q=MS+Tyres+Blackburn+Lancashire&name=MS+%ee%80%80Tyres%ee%80%81&cp=53.75236~-2.444945','www.mstyresblackburn.co.uk/index.php','MS Tyres Blackburn Lancashire','2016-03-09 09:16:03'),(3170,37763,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-03-09 13:29:32'),(3171,37771,'http://www.emailmarketingrobot.com/webmasters/','www.mstyresblackburn.co.uk/index.php','','2016-03-09 16:22:01'),(3172,37772,'http://www.emailmarketingrobot.com/webmasters/','www.mstyresblackburn.co.uk/index.php?controller=contact','','2016-03-09 16:22:02'),(3173,37773,'http://www.emailmarketingrobot.com/webmasters/','www.mstyresblackburn.co.uk/index.php?controller=contact','','2016-03-09 16:22:05'),(3174,37774,'http://www.emailmarketingrobot.com/webmasters/','','','2016-03-09 16:22:07'),(3175,37775,'http://www.emailmarketingrobot.com/webmasters/','','','2016-03-09 16:22:09'),(3176,37776,'http://www.emailmarketingrobot.com/webmasters/','www.mstyresblackburn.co.uk/index.php?controller=manufacturer','','2016-03-09 16:22:11'),(3177,37777,'http://www.emailmarketingrobot.com/webmasters/','www.mstyresblackburn.co.uk/index.php?controller=order','','2016-03-09 16:22:13'),(3178,37778,'http://www.emailmarketingrobot.com/webmasters/','www.mstyresblackburn.co.uk/index.php','','2016-03-09 16:22:16'),(3179,37779,'http://www.emailmarketingrobot.com/webmasters/','www.mstyresblackburn.co.uk/index.php?controller=authentication&back=my-account','','2016-03-09 16:22:18'),(3180,37783,'http://www.webaddresshelp.bt.com/main?ClientLocation=uk&ParticipantID=mg76cjr54t8kx45jjw4j4k9j5hsr5m26&Implementation=0&LinkID=VuCONn8AAAEAAFZHIc4AAABu&FailureMode=5&pvf=1&pvi=0&SearchQuery=mstyresblackburn.co.uk&searchbtn=Search','www.mstyresblackburn.co.uk/index.php','','2016-03-09 21:00:36'),(3181,37806,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2016-03-10 09:28:24'),(3182,37807,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2016-03-10 10:00:50'),(3183,37821,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2016-03-10 11:16:01'),(3184,37825,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2016-03-10 12:23:51'),(3185,37858,'https://www.google.pl/search?q=MS+Tyres+Blackburn+Blackburn,+Wielka+Brytania&ludocid=14846987743364526223&sa=X&ved=0ahUKEwih-ZHz07bLAhVkz3IKHbpQBSgQoAIIGjAD','www.mstyresblackburn.co.uk/index.php','','2016-03-10 17:38:03'),(3186,37860,'https://www.bing.com/local/?lid=YN1000x261130585&id=YN1000x261130585&q=MS+Tyres+Blackburn+Lancashire&cp=53.75236~-2.444945&mkt=en-GB&setlang=en-GB','www.mstyresblackburn.co.uk/index.php','MS Tyres Blackburn Lancashire','2016-03-10 20:10:30'),(3187,37889,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-03-11 14:40:33'),(3188,37916,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-03-12 10:52:03'),(3189,37918,'https://www.google.ca/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2016-03-12 11:33:22'),(3190,37935,'http://hundejo.com/','www.mstyresblackburn.co.uk/index.php?','','2016-03-12 22:45:35'),(3191,38039,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-03-13 15:40:05'),(3192,38040,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-03-13 15:42:27'),(3193,38039,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-03-13 15:42:29'),(3194,38043,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-03-13 19:32:46'),(3195,38049,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-03-13 20:34:10'),(3196,38073,'https://www.bing.com/search?q=rapid%20225%2045%2018&input=1&form=MB1014&mkt=en-GB&setlang=pl-PL','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-03-14 12:55:52'),(3197,38121,'https://www.google.no/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2016-03-15 13:00:53'),(3198,38142,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-03-15 21:04:47'),(3199,38167,'http://pizza-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2016-03-16 06:12:03'),(3200,38174,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-03-16 12:01:35'),(3201,38175,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-03-16 12:37:43'),(3202,38190,'http://m.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2016-03-16 21:03:38'),(3203,38191,'http://m.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2016-03-16 21:03:40'),(3204,38239,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-03-17 14:45:15'),(3205,38253,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2016-03-17 21:09:55'),(3206,38330,'http://pizza-tycoon.com/','www.mstyresblackburn.co.uk/index.php?','','2016-03-18 10:20:12'),(3207,38383,'https://translate.googleusercontent.com/translate_p?hl=hu&prev=search&sl=en&u=http://www.mstyresblackburn.co.uk/index.php%3Fid_product%3D21%26controller%3Dproduct%26id_lang%3D1&depth=1&rurl=translate.google.ca&usg=ALkJrhgAAAAAVu1qJWzNn102fULoLeOEDlOr4Dr4q','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-03-19 14:58:42'),(3208,38532,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-03-21 19:00:41'),(3209,38614,'http://images.google.de/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F5%2F9%2F59-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D26%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=9','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','','2016-03-23 08:27:42'),(3210,38649,'http://www.google.co.uk/search?hl=en-GB&redir_esc=&client=ms-android-samsung&source=android-search-app&v=133247963&qsubts=1458768299735&action=devloc&q=wheel+tracking&v=133247963','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','wheel tracking','2016-03-23 21:26:26'),(3211,38686,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2016-03-24 08:31:47'),(3212,38745,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-03-24 16:06:49'),(3213,38846,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-03-25 14:38:57'),(3214,39083,'https://www.google.com.au/search?hl=en&q=landsail tyre&num=100&start=100','www.mstyresblackburn.co.uk/index.php?id_manufacturer=12&controller=manufacturer&id_lang=1','landsail tyre','2016-03-28 17:54:35'),(3215,39084,'https://www.google.com.au/search?hl=en&q=landsail tyre&num=100&start=100','www.mstyresblackburn.co.uk/index.php?id_manufacturer=12&controller=manufacturer&id_lang=1','landsail tyre','2016-03-28 17:54:37'),(3216,39132,'http://m.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2016-03-29 05:10:04'),(3217,39133,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2016-03-29 05:19:19'),(3218,39135,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0ahUKEwj-5uHboeXLAhXHLQ8KHXUJDggQgU8ITTAG&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2016-03-29 06:39:46'),(3219,39139,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-03-29 08:52:46'),(3220,39148,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-03-29 13:10:20'),(3221,39209,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-03-30 16:16:58'),(3222,39210,'http://www.thomsonlocal.com/MS-Tyres-Servicing/935342/01254%20447950/','www.mstyresblackburn.co.uk/index.php','','2016-03-30 17:14:29'),(3223,39293,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-03-31 10:43:53'),(3224,39381,'http://www.google.co.uk/search?q=ms+tyres+blackburn&oq=ms+tyres&gs_l=mobile-heirloom-serp.1.1.0l4j0i10.5380.8268.0.9684.9.8.0.1.1.0.135.953.0j8.8.0....0...1c.1.34.mobile-heirloom-serp..0.9.991.ign-fGmHz3c','www.mstyresblackburn.co.uk/index.php','','2016-04-01 07:04:35'),(3225,39382,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&ved=0ahUKEwif1pqlh-3LAhUFPxoKHXJeDVUQFghbMAg&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D35%26controller%3Dproduct%26id_lang%3D1&usg=AFQjCNFK-63U9CnSWMviQWPgqwIIJu','www.mstyresblackburn.co.uk/index.php?id_product=35&controller=product&id_lang=1','&esrc=s','2016-04-01 08:50:54'),(3226,39383,'https://www.google.com.tr/','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','','2016-04-01 09:11:51'),(3227,39383,'https://www.google.com.tr/','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','','2016-04-01 09:12:40'),(3228,39416,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-04-01 16:04:54'),(3229,39418,'http://www.google.co.uk/url?sa=t&source=web&cd=2&rct=j&q=ms%20tyres%20blackburn&ved=0ahUKEwi_oLvL8e3LAhUGiiwKHcCGDBcQFggsMAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','ms tyres blackburn','2016-04-01 16:46:08'),(3230,39478,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=31&controller=product&id_lang=1','','2016-04-02 16:50:57'),(3231,39418,'http://www.google.co.uk/url?sa=t&source=web&cd=2&rct=j&q=ms%20tyres%20blackburn&ved=0ahUKEwi_oLvL8e3LAhUGiiwKHcCGDBcQFggsMAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','ms tyres blackburn','2016-04-02 17:40:37'),(3232,39566,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2016-04-04 02:53:44'),(3233,39599,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-04-04 19:32:26'),(3234,39599,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-04-04 19:39:24'),(3235,39641,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-04-05 14:26:01'),(3236,39645,'https://www.google.ro/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-04-05 17:47:50'),(3237,39664,'https://www.google.be/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2016-04-06 06:02:32'),(3238,39672,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-04-06 09:29:06'),(3239,39674,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-04-06 10:28:28'),(3240,39705,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-04-06 22:10:36'),(3241,39744,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-04-07 14:51:48'),(3242,39788,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-04-08 09:28:09'),(3243,39808,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-04-08 16:11:48'),(3244,39864,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2016-04-09 09:30:59'),(3245,39873,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2016-04-09 10:54:53'),(3246,39873,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2016-04-09 10:55:38'),(3247,39935,'http://www.google.com/search','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2016-04-10 08:08:14'),(3248,39941,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-04-10 11:49:35'),(3249,39956,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2016-04-10 19:25:22'),(3250,39985,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-04-11 09:50:15'),(3251,39986,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-04-11 11:50:35'),(3252,39999,'https://www.google.ca/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-04-11 19:44:01'),(3253,40062,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-04-13 08:54:45'),(3254,40064,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-04-13 09:13:40'),(3255,40064,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-04-13 09:18:55'),(3256,40097,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-04-13 18:53:32'),(3257,40097,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','','2016-04-13 18:53:55'),(3258,40099,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2016-04-13 20:09:32'),(3259,40100,'http://m.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2016-04-13 20:09:34'),(3260,40145,'http://uk.ask.com/web?qsrc=1&o=0&l=dir&qo=serpSearchTopBox&q=tyre+shops+in+Blackburn','www.mstyresblackburn.co.uk/index.php','tyre shops in Blackburn','2016-04-14 12:56:41'),(3261,40154,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=20&controller=product&id_lang=1','','2016-04-14 17:57:20'),(3262,40163,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-04-15 07:40:23'),(3263,40187,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjC-PG9xJDMAhXEVyYKHXaGAMMQFggeMAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D31%26controller%3Dproduct%26id_lang%3D1&usg=AFQjCNHdyRBaXPDPpTXnOfpYrHgHtK','www.mstyresblackburn.co.uk/index.php?id_product=31&controller=product&id_lang=1','&esrc=s','2016-04-15 11:27:35'),(3264,40188,'http://www.google.cz/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&ved=0ahUKEwiMqZKY0JDMAhXHuxQKHbSfDVYQjxwIAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&psig=AFQjCNGnz6UyjPMTicmO_VoAqVvb2EE','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','&esrc=s','2016-04-15 12:19:57'),(3265,40225,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-04-16 10:57:23'),(3266,40226,'https://www.google.ge/','www.mstyresblackburn.co.uk/index.php','','2016-04-16 11:03:10'),(3267,40288,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-04-17 14:10:35'),(3268,40299,'http://images.google.be/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F4%2F64-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=j','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','landsail ls388','2016-04-17 22:05:22'),(3269,40299,'http://images.google.be/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F4%2F64-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D29%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=j','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','landsail ls388','2016-04-17 22:05:29'),(3270,40325,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-04-18 06:48:56'),(3271,40328,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-04-18 09:03:40'),(3272,40329,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-04-18 09:16:53'),(3273,40345,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-04-18 13:00:33'),(3274,40413,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-04-19 16:51:54'),(3275,40485,'http://www.google.co.uk/url?sa=t&source=web&cd=5&rct=j&q=ms%20tyres%20blackburn&ved=0ahUKEwj6vay1wp3MAhXpBsAKHX52AnwQ_BcIVSgCMAQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','ms tyres blackburn','2016-04-20 15:22:58'),(3276,40600,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=9&controller=product&id_lang=1','','2016-04-22 13:16:33'),(3277,40612,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=31&controller=product&id_lang=1','','2016-04-22 20:05:41'),(3278,40613,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-04-22 21:30:48'),(3279,40655,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-04-23 09:07:17'),(3280,40658,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2016-04-23 15:37:28'),(3281,40720,'http://www.google.co.uk/url?sa=t&source=web&cd=5&rct=j&q=tyre%20repair%20whitburk&ved=0ahUKEwjc0f6tpKfMAhUMDcAKHdw5DgcQ_BcIVygBMAQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=rI_6ttagqcaTpERu1Tl0Fw','www.mstyresblackburn.co.uk/index.php','tyre repair whitburk','2016-04-24 12:35:27'),(3282,40774,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2016-04-25 07:09:11'),(3283,40808,'http://www.google.co.uk/url?url=http://www.mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwjHuYGy9avMAhXlDMAKHcKtCB4QFggfMAA&usg=AFQjCNGhrPiYVIJ3Musm3mB6CwQo-zn8Rw','www.mstyresblackburn.co.uk/index.php','&esrc=s','2016-04-26 09:48:28'),(3284,40818,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-04-26 17:52:36'),(3285,40822,'http://images.google.fr/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F5%2F65-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=f','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2016-04-26 20:57:09'),(3286,40822,'http://images.google.fr/url?sa=t&rct=j&q=&source=imgres&cd=1&ved=0ahUKEwjd68LKmK3MAhVCqxoKHYGTCPUQ5BMICDAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&usg=AFQjCNE1Ca_-PPn5dxqsbrcb2E1gypusN','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&source=imgres','2016-04-26 20:57:11'),(3287,40826,'http://m.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2016-04-27 00:36:35'),(3288,40834,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2016-04-27 08:30:03'),(3289,40837,'https://www.google.com.bn/','www.mstyresblackburn.co.uk/index.php?id_product=27&controller=product&id_lang=1','','2016-04-27 10:41:14'),(3290,40881,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-04-27 18:34:01'),(3291,40886,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-04-27 19:52:40'),(3292,40938,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=35&controller=product&id_lang=1','','2016-04-28 07:07:40'),(3293,40944,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2016-04-28 09:02:05'),(3294,40957,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=11&controller=product&id_lang=1','','2016-04-28 16:50:02'),(3295,40959,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-04-28 19:22:41'),(3296,41063,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-04-30 12:59:11'),(3297,41066,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-04-30 13:53:19'),(3298,41117,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-05-01 11:41:23'),(3299,41139,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-05-01 20:46:00'),(3300,41139,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-05-01 20:46:02'),(3301,41139,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-05-01 20:46:54'),(3302,41185,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-05-02 09:53:15'),(3303,41185,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-05-02 09:54:10'),(3304,41193,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-05-02 20:39:40'),(3305,41249,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-05-03 13:37:57'),(3306,41249,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-05-03 13:39:32'),(3307,41251,'http://www.google.co.uk/url?sa=t&rct=j&q=part+worn+tyres+whitebirk&source=web&cd=1&ved=0ahUKEwjsmIbLjb7MAhWMAsAKHZsAC6cQgU8INzAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','part worn tyres whitebirk','2016-05-03 14:23:49'),(3308,41285,'https://www.google.ie/','www.mstyresblackburn.co.uk/index.php','','2016-05-04 08:48:56'),(3309,41286,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-05-04 09:37:17'),(3310,41286,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-05-04 09:38:34'),(3311,41293,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2016-05-04 10:54:06'),(3312,41296,'http://m.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2016-05-04 12:21:35'),(3313,41297,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2016-05-04 12:21:38'),(3314,41352,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','','2016-05-05 07:13:53'),(3315,41377,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-05-05 11:30:29'),(3316,41387,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-05-05 17:05:45'),(3317,41500,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-05-07 09:13:26'),(3318,41503,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-05-07 10:07:36'),(3319,41517,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-05-07 10:24:09'),(3320,41529,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-05-07 11:43:22'),(3321,41585,'https://www.bing.com/search?q=ms%20tyres%20blackburn&pr=1&cuid=%7B501FD1BF-B7C9-4100-9C5F-FD5D82AC83F2%7D&input=5&form=SBCLIK&mkt=en-GB&setlang=en-GB','www.mstyresblackburn.co.uk/index.php','','2016-05-08 10:25:58'),(3322,41586,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-05-08 10:38:00'),(3323,41639,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-05-09 08:22:14'),(3324,41645,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-05-09 10:13:07'),(3325,41657,'https://www.google.cl/','www.mstyresblackburn.co.uk/index.php?id_product=27&controller=product&id_lang=1','','2016-05-09 15:10:50'),(3326,41664,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-05-09 15:41:33'),(3327,41694,'http://www.google.co.uk/url?url=http://www.mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwjjmeDArs_MAhUF7hoKHYf8DwIQFggiMAA&usg=AFQjCNGhrPiYVIJ3Musm3mB6CwQo-zn8Rw','www.mstyresblackburn.co.uk/index.php','&esrc=s','2016-05-10 11:06:19'),(3328,41694,'http://www.google.co.uk/url?url=http://www.mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwjwp5LOr8_MAhXKPRoKHbW8Cm0Q_BcIYygBMA4&usg=AFQjCNGhrPiYVIJ3Musm3mB6CwQo-zn8Rw','www.mstyresblackburn.co.uk/index.php','&esrc=s','2016-05-10 11:11:49'),(3329,41720,'https://www.google.pt/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2016-05-10 20:44:54'),(3330,41720,'https://www.google.pt/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2016-05-10 20:47:15'),(3331,41757,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2016-05-11 09:22:38'),(3332,41773,'https://www.google.nl/','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','','2016-05-11 15:25:33'),(3333,41798,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-05-11 22:50:17'),(3334,41799,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2016-05-11 22:59:56'),(3335,41828,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-05-12 13:26:22'),(3336,41885,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-05-13 12:01:52'),(3337,41935,'http://www.google.co.uk/url?url=http://www.mstyresblackburn.co.uk/index.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwix1oTCgNnMAhVLXRoKHSp4BF0QwW4IIDAF&usg=AFQjCNEBg9SbLFGqi_JvDA3u6jvuY-bLEQ','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&esrc=s','2016-05-14 07:06:56'),(3338,41989,'http://www.emailmarketingrobot.com/webmasters/','www.mstyresblackburn.co.uk/index.php','','2016-05-15 05:36:46'),(3339,41990,'http://www.emailmarketingrobot.com/webmasters/','www.mstyresblackburn.co.uk/index.php?controller=contact','','2016-05-15 05:36:48'),(3340,41991,'http://www.emailmarketingrobot.com/webmasters/','www.mstyresblackburn.co.uk/index.php?controller=contact','','2016-05-15 05:36:50'),(3341,41992,'http://www.emailmarketingrobot.com/webmasters/','','','2016-05-15 05:36:52'),(3342,41993,'http://www.emailmarketingrobot.com/webmasters/','','','2016-05-15 05:36:54'),(3343,41994,'http://www.emailmarketingrobot.com/webmasters/','www.mstyresblackburn.co.uk/index.php?controller=manufacturer','','2016-05-15 05:36:57'),(3344,41995,'http://www.emailmarketingrobot.com/webmasters/','www.mstyresblackburn.co.uk/index.php?controller=order','','2016-05-15 05:36:59'),(3345,41996,'http://www.emailmarketingrobot.com/webmasters/','www.mstyresblackburn.co.uk/index.php','','2016-05-15 05:37:01'),(3346,41997,'http://www.emailmarketingrobot.com/webmasters/','www.mstyresblackburn.co.uk/index.php?controller=authentication&back=my-account','','2016-05-15 05:37:03'),(3347,42006,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-05-15 09:43:45'),(3348,42091,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-05-16 11:59:03'),(3349,42092,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-05-16 11:59:05'),(3350,42092,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-05-16 12:00:21'),(3351,42140,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2016-05-17 15:19:22'),(3352,42143,'http://www.emailmarketingrobot.com/webmasters/','www.mstyresblackburn.co.uk/index.php','','2016-05-17 17:59:01'),(3353,42144,'http://www.emailmarketingrobot.com/webmasters/','www.mstyresblackburn.co.uk/index.php?controller=contact','','2016-05-17 17:59:03'),(3354,42145,'http://www.emailmarketingrobot.com/webmasters/','www.mstyresblackburn.co.uk/index.php?controller=contact','','2016-05-17 17:59:05'),(3355,42146,'http://www.emailmarketingrobot.com/webmasters/','','','2016-05-17 17:59:07'),(3356,42147,'http://www.emailmarketingrobot.com/webmasters/','','','2016-05-17 17:59:09'),(3357,42148,'http://www.emailmarketingrobot.com/webmasters/','www.mstyresblackburn.co.uk/index.php?controller=manufacturer','','2016-05-17 17:59:12'),(3358,42149,'http://www.emailmarketingrobot.com/webmasters/','www.mstyresblackburn.co.uk/index.php?controller=order','','2016-05-17 17:59:14'),(3359,42150,'http://www.emailmarketingrobot.com/webmasters/','www.mstyresblackburn.co.uk/index.php','','2016-05-17 17:59:17'),(3360,42151,'http://www.emailmarketingrobot.com/webmasters/','www.mstyresblackburn.co.uk/index.php?controller=authentication&back=my-account','','2016-05-17 17:59:18'),(3361,42272,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-05-19 10:40:42'),(3362,42275,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-05-19 16:15:58'),(3363,42277,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-05-19 19:23:42'),(3364,42278,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2016-05-19 19:27:13'),(3365,42277,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-05-19 19:35:06'),(3366,42277,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-05-19 19:37:51'),(3367,42277,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2016-05-19 19:43:06'),(3368,42320,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-05-20 17:32:53'),(3369,42361,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-05-21 22:29:10'),(3370,42388,'http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1062.2FbuY-IMrJELxv_0KxQGBvPvAKT991BKS8BdkF6HC_5gdbsUFw8Cu8Gvhg6VjHf6.c89ebbc0fb5a83d522970359f9601bce3ace2722&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YG','www.mstyresblackburn.co.uk/index.php?','&etext=1062.2FbuY-IMrJELxv_0KxQGBvPvAKT991BKS8BdkF6HC_5gdbsUFw8Cu8Gvhg6VjHf6.c89ebbc0fb5a83d522970359f9601bce3ace2722','2016-05-22 10:00:54'),(3371,42395,'http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1062.sqCwCxhU3RxO7BAuGcscb2wFRv709o0By55mKxRTHGQRJFbhWTrCjj3LvJIUAZk-.1338eabe1bc9184d3374f188d4c1de9e88f49c5c&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YG','www.mstyresblackburn.co.uk/index.php?','&etext=1062.sqCwCxhU3RxO7BAuGcscb2wFRv709o0By55mKxRTHGQRJFbhWTrCjj3LvJIUAZk-.1338eabe1bc9184d3374f188d4c1de9e88f49c5c','2016-05-22 23:45:37'),(3372,42447,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-05-23 21:31:42'),(3373,42535,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-05-24 22:53:12'),(3374,42538,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2016-05-25 02:29:18'),(3375,42556,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2016-05-25 09:39:10'),(3376,42556,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2016-05-25 09:43:38'),(3377,42558,'http://www.bing.com/search?q=etyres%20blackburn&pc=cosp&ptag=C1N0009D010416A316A5D3C6E&form=CONBDF&conlogo=CT3210127','www.mstyresblackburn.co.uk/index.php','','2016-05-25 10:15:17'),(3378,42579,'http://pizza-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2016-05-25 17:22:16'),(3379,42620,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-05-26 15:49:59'),(3380,42624,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2016-05-26 21:16:18'),(3381,42663,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2016-05-27 07:20:51'),(3382,42674,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2016-05-27 17:35:56'),(3383,42740,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-05-28 19:31:44'),(3384,42740,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','','2016-05-28 19:34:17'),(3385,42772,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-05-29 14:21:42'),(3386,42951,'https://www.google.by/','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','','2016-05-31 13:16:50'),(3387,42952,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-05-31 14:44:03'),(3388,43102,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2016-06-02 19:24:54'),(3389,43150,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-06-03 08:58:56'),(3390,43172,'http://www.bing.com/search?q=rapid+tyres+manufacturer&qs=HS&pq=rapid&sk=HS1&sc=8-5&sp=2&cvid=320AF044ACFC449C8575B1C7E5C4F69D&FORM=QBRE','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2016-06-03 18:55:50'),(3391,43254,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2016-06-05 10:44:42'),(3392,43414,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-06-08 18:48:32'),(3393,43447,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-06-09 09:22:22'),(3394,43568,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2016-06-11 14:24:13'),(3395,43594,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2016-06-11 23:18:32'),(3396,43609,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-06-12 01:32:10'),(3397,43731,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2016-06-13 00:59:42'),(3398,43758,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-06-13 15:44:54'),(3399,43811,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-06-14 15:32:02'),(3400,43883,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-06-15 02:25:31'),(3401,43898,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-06-15 19:07:03'),(3402,43950,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-06-16 12:30:54'),(3403,43951,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-06-16 12:30:55'),(3404,43992,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-06-17 10:20:15'),(3405,44040,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-06-17 17:46:53'),(3406,44113,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=35&controller=product&id_lang=1','','2016-06-19 04:06:31'),(3407,44132,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2016-06-19 15:56:22'),(3408,44142,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2016-06-19 21:59:09'),(3409,44212,'https://www.google.es/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2016-06-20 08:29:06'),(3410,44213,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-06-20 08:49:07'),(3411,44215,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-06-20 10:02:57'),(3412,44220,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-06-20 14:16:52'),(3413,44280,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-06-21 14:57:49'),(3414,44293,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-06-21 20:20:53'),(3415,44403,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-06-22 19:30:49'),(3416,44410,'http://www.bing.com/search?q=tyre+sale&form=PRDLCS&pc=MDDCJS&refig=4246cd8e802d490aa0217c9d9d637b08&pq=tyre+sale&sc=8-9&sp=-1&qs=n&sk=','www.mstyresblackburn.co.uk/index.php','','2016-06-22 21:28:27'),(3417,44412,'https://www.google.si/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2016-06-23 08:07:55'),(3418,44418,'http://images.google.fr/imgres?imgurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Fimg%2Fp%2F6%2F5%2F65-large_default.jpg&imgrefurl=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D30%26controller%3Dproduct%26id_lang%3D1&h=264&w=264&tbnid=f','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2016-06-23 12:08:00'),(3419,44428,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-06-23 18:21:06'),(3420,44594,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2016-06-26 20:06:28'),(3421,44594,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2016-06-26 20:06:38'),(3422,44654,'http://www.bing.com/search?q=tyres+blackburn&qs=n&form=QBRE&pq=tyres+blackburn&sc=0-15&sp=-1&sk=&cvid=541D438DCAC84460996EAA7F524A37CB','www.mstyresblackburn.co.uk/index.php','','2016-06-27 22:21:31'),(3423,44680,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2016-06-28 14:23:56'),(3424,44681,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-06-28 14:49:23'),(3425,44702,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-06-28 20:00:26'),(3426,44721,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-06-29 11:45:15'),(3427,44721,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-06-29 12:00:02'),(3428,44722,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiu69HamM3NAhWXF8AKHUpCDZcQFggdMAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.125801520,d.ZGg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2016-06-29 12:03:58'),(3429,44723,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2016-06-29 12:50:46'),(3430,44766,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-06-30 13:30:29'),(3431,44768,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=38&controller=product&id_lang=1','','2016-06-30 16:39:40'),(3432,44922,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=35&controller=category&id_lang=1','','2016-07-03 11:38:18'),(3433,44934,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-07-03 19:50:25'),(3434,44943,'http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1105.mGlc_7A-7HiT06oTRzZPEUDRP4WyVq3PzgR0ahPbpSiVj1EqbYpHI_JMEfvChXvU.20081d849b95229fd72c38c4f09cdec8e0c42d3a&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YG','www.mstyresblackburn.co.uk/index.php?id_product=9&controller=product&id_lang=1','&etext=1105.mGlc_7A-7HiT06oTRzZPEUDRP4WyVq3PzgR0ahPbpSiVj1EqbYpHI_JMEfvChXvU.20081d849b95229fd72c38c4f09cdec8e0c42d3a','2016-07-03 21:59:44'),(3435,44953,'http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1106.ZK2UOhaEXVsWVkyGZlsypx85FDPLbb1yNPHJgf2EQpcwqM86LCBcoUdd66DbBZyZ.e8a56bfb1d5cf44e52ca9ebe9751b49f4b6a2d06&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YF','www.mstyresblackburn.co.uk/index.php?id_product=9&controller=product&id_lang=1','&etext=1106.ZK2UOhaEXVsWVkyGZlsypx85FDPLbb1yNPHJgf2EQpcwqM86LCBcoUdd66DbBZyZ.e8a56bfb1d5cf44e52ca9ebe9751b49f4b6a2d06','2016-07-04 04:18:28'),(3436,44966,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-07-04 12:26:53'),(3437,44966,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-07-04 12:28:31'),(3438,44968,'http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1106.SL2qMNCq6VeLlChE2MFfNmHl8HdrfTNYIrDNMlrMZOL5gcI06woULYJpAJJEpeUd.2ef36c9cb00b0b061d5777e3b057915436d6ec37&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YO','www.mstyresblackburn.co.uk/index.php?id_product=9&controller=product&id_lang=1','&etext=1106.SL2qMNCq6VeLlChE2MFfNmHl8HdrfTNYIrDNMlrMZOL5gcI06woULYJpAJJEpeUd.2ef36c9cb00b0b061d5777e3b057915436d6ec37','2016-07-04 14:16:00'),(3439,44969,'http://www.bing.com/search?q=part+worn+tyres+blackburn&src=IE-SearchBox&FORM=IENTTR&conversationid=','www.mstyresblackburn.co.uk/index.php','','2016-07-04 16:00:36'),(3440,44981,'http://www.zapmeta.co.uk/ws?de=c&asid=zm_uk_ba_010_001&q=tyres%20blackburn','www.mstyresblackburn.co.uk/index.php','','2016-07-05 06:25:47'),(3441,45097,'http://www.bing.com/search?q=rapid+p609xl+97w&src=IE-TopResult&FORM=IETR02&conversationid=','www.mstyresblackburn.co.uk/index.php','','2016-07-07 06:26:31'),(3442,45142,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php','','2016-07-08 01:51:48'),(3443,45247,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-07-10 07:42:32'),(3444,45269,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2016-07-10 23:53:39'),(3445,45275,'https://www.google.co.in/','www.mstyresblackburn.co.uk/index.php','','2016-07-11 07:54:53'),(3446,45288,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-07-11 13:42:39'),(3447,45304,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-07-11 18:14:32'),(3448,45327,'http://www.bing.com/search?q=car+tyres+blackburn&src=IE-SearchBox&FORM=IESR02&pc=EUPP_','www.mstyresblackburn.co.uk/index.php','','2016-07-12 08:04:33'),(3449,45328,'http://www.bing.com/search?q=car+tyres+blackburn&src=IE-SearchBox&FORM=IESR02&pc=EUPP_','www.mstyresblackburn.co.uk/index.php','','2016-07-12 08:04:35'),(3450,45336,'http://www.bing.com/search?q=ms%20tyres&qs=n&form=QBRE&pq=ms%20tyres&sc=6-8&sp=-1&sk=&cvid=20369279A6E845669061A42C658CF0FA&cbust=1','www.mstyresblackburn.co.uk/index.php','','2016-07-12 12:00:17'),(3451,45419,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2016-07-14 07:35:09'),(3452,45434,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-07-14 13:35:28'),(3453,45508,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2016-07-15 23:48:50'),(3454,45509,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2016-07-15 23:50:37'),(3455,45601,'https://www.google.co.za/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2016-07-17 17:14:17'),(3456,45607,'https://www.google.ch/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-07-17 23:49:48'),(3457,45715,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0ahUKEwi7v47D___NAhWIChoKHZvmA2kQFgg4MAU&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_manufacturer%3D5%26controller%3Dmanufacturer%26id_lang%3D1&usg=AFQjCNEOCwIJ1QjT1zfUe','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','&esrc=s','2016-07-19 16:57:05'),(3458,45770,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-07-21 08:56:11'),(3459,45825,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-07-22 15:49:14'),(3460,45827,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-07-22 16:51:45'),(3461,45830,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-07-22 20:57:49'),(3462,45931,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-07-24 13:11:33'),(3463,45986,'http://www.bing.com/search?q=rapid+p609+review&src=IE-TopResult&conversationid=&first=21&FORM=PERE1','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-07-25 12:50:16'),(3464,45998,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2016-07-25 17:28:59'),(3465,46002,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2016-07-25 21:19:31'),(3466,46002,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2016-07-25 21:20:37'),(3467,46011,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-07-26 14:41:02'),(3468,46057,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-07-27 07:44:39'),(3469,46125,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-07-28 07:09:47'),(3470,46138,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-07-28 17:35:12'),(3471,46139,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2016-07-28 17:55:34'),(3472,46144,'http://hundejo.com/','www.mstyresblackburn.co.uk/index.php?','','2016-07-28 22:24:11'),(3473,46173,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-07-29 12:14:03'),(3474,46229,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2016-07-30 15:51:17'),(3475,46262,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-07-31 11:09:07'),(3476,46307,'https://www.google.co.za/','www.mstyresblackburn.co.uk/index.php','','2016-08-01 10:57:03'),(3477,46363,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php?','','2016-08-02 22:13:51'),(3478,46419,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-08-04 11:55:15'),(3479,46422,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2016-08-04 13:50:27'),(3480,46466,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-08-05 14:04:41'),(3481,46468,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-08-05 17:38:23'),(3482,46471,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-08-05 18:43:09'),(3483,46633,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2016-08-09 13:21:50'),(3484,46673,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwjOsZ75l7fOAhViIMAKHbW3Co8QFggdMAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.129389765,d.d24','www.mstyresblackburn.co.uk/index.php','&esrc=s','2016-08-10 15:42:54'),(3485,46684,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwjf3L2slrnOAhUUOsAKHUgfAz0QFghAMAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.129422649,d.d24','www.mstyresblackburn.co.uk/index.php','&esrc=s','2016-08-11 10:40:46'),(3486,46736,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2016-08-12 06:08:14'),(3487,46748,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-08-12 10:46:13'),(3488,46840,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2016-08-14 15:19:03'),(3489,46900,'https://www.google.co.in/','www.mstyresblackburn.co.uk/index.php','','2016-08-15 13:20:31'),(3490,46902,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-08-15 13:52:50'),(3491,46910,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2016-08-15 19:44:53'),(3492,47088,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-08-20 02:16:59'),(3493,47098,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2016-08-20 16:47:33'),(3494,47138,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-08-21 08:10:15'),(3495,47262,'http://www.google.fi/url?sa=i&rct=j&q=&esrc=s&source=imgres&cd=&ved=0ahUKEwiss7arztrOAhVhDZoKHedODY8QjxwIAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D26%26controller%3Dproduct%26id_lang%3D1&psig=AFQjCNFolPmSbbSf7O7ADRh1C9Wutmp','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','&esrc=s','2016-08-24 17:51:42'),(3496,47262,'http://www.google.fi/url?sa=i&rct=j&q=&esrc=s&source=imgres&cd=&ved=0ahUKEwiss7arztrOAhVhDZoKHedODY8QjxwIAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D26%26controller%3Dproduct%26id_lang%3D1&psig=AFQjCNFolPmSbbSf7O7ADRh1C9Wutmp','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','&esrc=s','2016-08-24 17:54:34'),(3497,47306,'http://www.bing.com/search?q=ip%3A109.75.160.9+php%3Fid%3D&go=Rechercher&qs=ds&form=QBRE','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','','2016-08-25 10:26:02'),(3498,47488,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-08-28 14:58:20'),(3499,47538,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-08-29 13:54:54'),(3500,47567,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php','','2016-08-30 10:03:53'),(3501,47580,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-08-31 10:57:56'),(3502,47582,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2016-08-31 15:09:50'),(3503,47596,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-08-31 20:44:17'),(3504,47596,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-08-31 20:46:28'),(3505,47631,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-09-01 10:28:01'),(3506,47640,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2016-09-01 11:36:47'),(3507,47650,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2016-09-01 14:44:14'),(3508,47702,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-09-02 12:35:32'),(3509,47732,'https://www.google.co.uk/search?q=ms+tyres+blackburn&hl=en-GB&gws_rd=cr,ssl&ei=YXnKV_y_BuSC6ATX85_4AQ','www.mstyresblackburn.co.uk/index.php','','2016-09-03 07:19:10'),(3510,47733,'https://www.google.co.uk/search?q=ms+tyres+blackburn&hl=en-GB&gws_rd=cr,ssl&ei=YXnKV_y_BuSC6ATX85_4AQ','www.mstyresblackburn.co.uk/index.php','','2016-09-03 07:19:11'),(3511,47733,'https://www.google.co.uk/search?q=ms+tyres+blackburn&hl=en-GB&gws_rd=cr,ssl&ei=YXnKV_y_BuSC6ATX85_4AQ','www.mstyresblackburn.co.uk/index.php','','2016-09-03 07:19:38'),(3512,47736,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-09-03 09:20:19'),(3513,47739,'https://www.bing.com/search?q=ms%20tyres%20Gloucester&input=1&form=MB1014&mkt=en-GB&setlang=en-GB','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','','2016-09-03 11:51:47'),(3514,47766,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-09-04 07:58:23'),(3515,47768,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-09-04 08:57:47'),(3516,47779,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php?id_product=27&controller=product&id_lang=1','','2016-09-04 10:39:50'),(3517,47816,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2016-09-06 05:45:59'),(3518,47819,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-09-06 07:44:53'),(3519,47846,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-09-06 10:54:07'),(3520,47846,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-09-06 10:55:01'),(3521,47858,'https://www.bing.com/search?q=ms%20tyres&form=MB1078&mkt=en-GB&setlang=en-GB','www.mstyresblackburn.co.uk/index.php','','2016-09-06 13:10:33'),(3522,47867,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-09-06 16:35:40'),(3523,47867,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-09-06 16:35:55'),(3524,47878,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-09-06 20:19:55'),(3525,47883,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2016-09-06 21:34:21'),(3526,47894,'http://pizza-tycoon.com/','www.mstyresblackburn.co.uk/index.php?','','2016-09-07 09:26:45'),(3527,47923,'http://pizza-tycoon.com/','www.mstyresblackburn.co.uk/index.php?','','2016-09-07 21:55:14'),(3528,47941,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-09-08 06:54:28'),(3529,47941,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-09-08 06:55:34'),(3530,47980,'http://pizza-tycoon.com/','www.mstyresblackburn.co.uk/index.php?','','2016-09-09 01:15:54'),(3531,48003,'http://pizza-tycoon.com/','www.mstyresblackburn.co.uk/index.php?','','2016-09-09 11:43:28'),(3532,48068,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-09-10 18:10:30'),(3533,48079,'http://pizza-tycoon.com/','www.mstyresblackburn.co.uk/index.php?','','2016-09-11 01:29:00'),(3534,48100,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-09-11 08:41:54'),(3535,48107,'http://pizza-tycoon.com/','www.mstyresblackburn.co.uk/index.php?','','2016-09-11 15:51:51'),(3536,48193,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-09-13 10:24:46'),(3537,48196,'https://search.yahoo.com/','www.mstyresblackburn.co.uk/index.php','','2016-09-13 10:32:34'),(3538,48200,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=12&ved=0ahUKEwin5r7huYzPAhWsB8AKHYP9C6UQ_BcItgEwCw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2016-09-13 13:30:19'),(3539,48271,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=35&controller=product&id_lang=1','','2016-09-14 14:01:46'),(3540,48318,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2016-09-15 14:17:12'),(3541,48372,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2016-09-16 22:00:01'),(3542,48373,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-09-16 22:12:13'),(3543,48426,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2016-09-17 18:53:28'),(3544,48426,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2016-09-17 19:14:53'),(3545,48463,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-09-18 16:57:53'),(3546,48469,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-09-18 18:02:03'),(3547,48536,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-09-19 20:37:55'),(3548,48549,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-09-20 07:28:35'),(3549,48557,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-09-20 12:59:00'),(3550,48561,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2016-09-20 18:02:06'),(3551,48562,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2016-09-20 18:04:58'),(3552,48565,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-09-20 21:18:13'),(3553,48593,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-09-21 09:33:29'),(3554,48632,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2016-09-22 02:39:02'),(3555,48636,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiowYKGw6LPAhUGDcAKHavxCMMQFggxMAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.133387755,d.ZGg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2016-09-22 08:10:20'),(3556,48658,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-09-22 18:10:44'),(3557,48660,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2016-09-22 21:55:14'),(3558,48673,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-09-23 12:14:14'),(3559,48687,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-09-23 16:54:25'),(3560,48687,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-09-23 16:54:43'),(3561,48709,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-09-24 11:01:21'),(3562,48709,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-09-24 11:04:28'),(3563,48719,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-09-24 16:29:47'),(3564,48743,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=15&ved=0ahUKEwjlufmv8KnPAhWIIsAKHfw_BL0QFgjBATAO&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=2bgV6BMmfz5hM_VAeQPKuw','www.mstyresblackburn.co.uk/index.php','&esrc=s','2016-09-25 06:26:38'),(3565,48745,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-09-25 08:31:05'),(3566,48747,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2016-09-25 11:45:59'),(3567,48748,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-09-25 11:51:36'),(3568,48751,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-09-25 16:41:30'),(3569,48779,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-09-26 12:53:55'),(3570,48779,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-09-26 13:02:28'),(3571,48786,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-09-26 19:27:40'),(3572,48786,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-09-26 19:28:43'),(3573,48818,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2016-09-27 05:36:01'),(3574,48822,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-09-27 07:38:17'),(3575,48822,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-09-27 07:38:28'),(3576,48822,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-09-27 07:38:37'),(3577,48826,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2016-09-27 10:30:41'),(3578,48839,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2016-09-27 20:36:36'),(3579,48843,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php?id_product=31&controller=product&id_lang=1','','2016-09-27 23:04:58'),(3580,48845,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-09-28 07:02:30'),(3581,48845,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-09-28 07:11:39'),(3582,48853,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-09-28 11:37:06'),(3583,48945,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2016-09-29 14:29:16'),(3584,48985,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php','','2016-09-30 14:37:47'),(3585,48987,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-09-30 16:42:45'),(3586,49005,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=15&ved=0ahUKEwjpx-ra2LjPAhXGmBoKHT0NCH84ChAWCFEwBA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2016-10-01 04:04:02'),(3587,49020,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-10-01 12:41:25'),(3588,49060,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-10-02 07:35:33'),(3589,49062,'http://www.google.com/search','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2016-10-02 08:46:32'),(3590,49063,'http://www.google.com/search','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2016-10-02 08:46:33'),(3591,49092,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2016-10-03 02:25:07'),(3592,49100,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-10-03 12:02:11'),(3593,49105,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-10-03 17:06:28'),(3594,49124,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2016-10-04 08:56:53'),(3595,49134,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-10-04 12:04:14'),(3596,49136,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2016-10-04 13:24:15'),(3597,49144,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-10-04 17:12:11'),(3598,49191,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-10-05 18:26:23'),(3599,49223,'http://127.0.0.1/','','','2016-10-06 12:17:34'),(3600,49224,'http://127.0.0.1/','','','2016-10-06 12:17:36'),(3601,49225,'http://127.0.0.1/','','','2016-10-06 12:19:10'),(3602,49226,'http://127.0.0.1/','','','2016-10-06 12:19:15'),(3603,49253,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-10-06 17:16:38'),(3604,49287,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-10-07 09:58:16'),(3605,49296,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-10-07 15:21:16'),(3606,49296,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-10-07 15:24:09'),(3607,49383,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-10-10 14:29:13'),(3608,49387,'http://109.75.160.9/','www.mstyresblackburn.co.uk/index.php?','','2016-10-10 18:41:07'),(3609,49430,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2016-10-11 15:58:46'),(3610,49453,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-10-12 16:17:19'),(3611,49570,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-10-15 16:33:08'),(3612,49584,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2016-10-16 13:02:54'),(3613,49597,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-10-17 00:40:38'),(3614,49640,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2016-10-18 09:07:13'),(3615,49646,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-10-18 13:26:56'),(3616,49657,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2016-10-19 08:37:02'),(3617,49667,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-10-19 12:01:06'),(3618,49668,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-10-19 15:14:06'),(3619,49675,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2016-10-20 03:04:33'),(3620,49720,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2016-10-20 21:25:21'),(3621,49741,'http://www.google.co.uk/search?q=rapid+p609+alloys+225+45zr17+95w&spell=1&sa=X&ved=0ahUKEwibqanAz-zPAhXqIsAKHdTtBgIQBQgXKAA&biw=360&bih=512','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-10-21 19:23:06'),(3622,49760,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwiVtIya_e3PAhVnAcAKHS2QBZgQFggrMAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.136593572,d.d24','www.mstyresblackburn.co.uk/index.php','&esrc=s','2016-10-22 08:20:19'),(3623,49810,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-10-23 07:45:27'),(3624,49810,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-10-23 07:50:04'),(3625,49816,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-10-23 11:45:45'),(3626,49832,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-10-24 08:11:28'),(3627,49835,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-10-24 10:33:55'),(3628,49835,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-10-24 10:55:43'),(3629,49839,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2016-10-24 15:51:18'),(3630,49863,'http://219.147.9.186:6060/entsoft/module/r0511_lst_ifr_lft.jsp?gesnum=00006376','www.mstyresblackburn.co.uk/index.php','','2016-10-25 03:41:20'),(3631,49870,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-10-25 10:50:44'),(3632,49872,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-10-25 15:44:32'),(3633,49874,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-10-25 16:22:40'),(3634,49874,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-10-25 16:25:55'),(3635,49919,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=12&controller=manufacturer&id_lang=1','','2016-10-26 13:40:10'),(3636,49919,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=12&controller=manufacturer&id_lang=1','','2016-10-26 14:03:30'),(3637,49919,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-10-26 14:09:32'),(3638,49921,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2016-10-26 20:09:00'),(3639,49923,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-10-27 00:29:00'),(3640,49947,'http://www.bing.com/search?q=mands+tyres+blackburn&a=results&MID=2500','www.mstyresblackburn.co.uk/index.php','','2016-10-27 10:19:32'),(3641,49988,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-10-28 17:25:07'),(3642,50082,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-10-29 12:03:57'),(3643,50088,'http://www.bing.com/search?q=ms+tyres&src=IE-SearchBox&FORM=IENTTR&conversationid=&pc=EUPP_','www.mstyresblackburn.co.uk/index.php','','2016-10-29 15:51:24'),(3644,50114,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-10-30 13:21:01'),(3645,50167,'http://www.bing.com/search?q=trye+shops+in+blackburn+lancashire&form=IE11TR&src=IE11TR&pc=CMDTDFJS','www.mstyresblackburn.co.uk/index.php','','2016-11-01 13:16:59'),(3646,50174,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-11-02 11:18:37'),(3647,50179,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-11-02 12:43:38'),(3648,50211,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-11-03 10:54:56'),(3649,50214,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2016-11-03 15:24:52'),(3650,50214,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2016-11-03 15:31:33'),(3651,50216,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-11-03 16:26:16'),(3652,50220,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-11-03 17:06:20'),(3653,50243,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-11-04 17:03:37'),(3654,50246,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2016-11-04 20:56:48'),(3655,50265,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2016-11-06 05:53:28'),(3656,50271,'https://www.bing.com/local/?lid=YN1000x261130585&id=YN1000x261130585&q=M+S+Tyres+%26+Servicing+Blackburn+Lancashire&cp=53.75236~-2.444945&mkt=en-GB&setlang=en-GB','www.mstyresblackburn.co.uk/index.php','M S Tyres & Servicing Blackburn Lancashire','2016-11-06 09:48:56'),(3657,50296,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-11-06 12:59:21'),(3658,50310,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-11-07 09:55:55'),(3659,50310,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-11-07 09:59:21'),(3660,50314,'https://www.google.co.uk/search?pws=0&hl=en-GB&safe=images&v=2.0&q=tyre+xompanies+whiteburk+blackburn&rlz=1MIGYWN_en-GBGB&client=mobilesearchapp&channel=mf-wp-cht-all-0112-10&dc=grlz-GYWN','www.mstyresblackburn.co.uk/index.php','tyre xompanies whiteburk blackburn','2016-11-07 11:47:33'),(3661,50348,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-11-08 16:57:02'),(3662,50381,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php?controller=contact','','2016-11-09 13:57:11'),(3663,50381,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php?controller=contact','','2016-11-09 13:58:57'),(3664,50381,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php?controller=contact','','2016-11-09 13:59:24'),(3665,50381,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php?controller=contact','','2016-11-09 14:02:46'),(3666,50381,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2016-11-09 14:08:36'),(3667,50384,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-11-09 14:36:19'),(3668,50401,'https://www.bing.com/local/?lid=YN1000x261130585&id=YN1000x261130585&q=M+S+Tyres+%26+Servicing+Blackburn+Lancashire&cp=53.75236~-2.444945&mkt=en-GB&setlang=en-GB','www.mstyresblackburn.co.uk/index.php','M S Tyres & Servicing Blackburn Lancashire','2016-11-10 09:55:49'),(3669,50423,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2016-11-10 19:57:25'),(3670,50423,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=31&controller=product&id_lang=1','','2016-11-10 20:07:53'),(3671,50423,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-11-10 20:10:33'),(3672,50434,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=15&ved=0ahUKEwjPjeGkvaDQAhUHJsAKHfe7Ax04ChAWCFwwBA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2016-11-11 10:20:28'),(3673,50440,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwi8waqL56DQAhVJCMAKHa3gAoYQFghEMAQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D38%26controller%3Dproduct%26id_lang%3D1&usg=AFQjCNEHPIWHFMbyecnONFfwLkbBAe','www.mstyresblackburn.co.uk/index.php?id_product=38&controller=product&id_lang=1','&esrc=s','2016-11-11 13:27:06'),(3674,50447,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=webhp&cd=4&ved=0ahUKEwikzfTWkaHQAhUkJMAKHbOPCdEQgU8IMTAD&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2016-11-11 17:14:35'),(3675,50447,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=webhp&cd=4&ved=0ahUKEwikzfTWkaHQAhUkJMAKHbOPCdEQgU8IMTAD&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2016-11-11 17:38:21'),(3676,50486,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2016-11-12 09:31:57'),(3677,50493,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2016-11-12 20:43:16'),(3678,50494,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2016-11-12 21:33:06'),(3679,50572,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-11-15 09:10:36'),(3680,50601,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-11-16 01:29:00'),(3681,50601,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','','2016-11-16 01:30:21'),(3682,50617,'http://www.google.com/search','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2016-11-16 09:59:07'),(3683,50629,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-11-16 15:04:10'),(3684,50752,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-11-18 09:33:19'),(3685,50755,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2016-11-18 10:19:56'),(3686,50759,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2016-11-18 14:20:08'),(3687,50762,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjBlobR6rLQAhUBLsAKHYagBbMQFggbMAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2016-11-18 17:31:35'),(3688,50767,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2016-11-18 21:34:27'),(3689,50773,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-11-19 09:39:23'),(3690,50780,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-11-19 12:46:45'),(3691,50781,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-11-19 13:30:38'),(3692,50783,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2016-11-19 15:01:35'),(3693,50811,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2016-11-20 02:25:57'),(3694,50814,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2016-11-20 06:21:15'),(3695,50843,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2016-11-21 10:36:35'),(3696,50843,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2016-11-21 10:37:17'),(3697,50845,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2016-11-21 11:41:17'),(3698,50846,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-11-21 12:03:06'),(3699,50847,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-11-21 12:21:32'),(3700,50847,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-11-21 12:21:48'),(3701,50848,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-11-21 14:57:57'),(3702,50855,'https://www.google.fr/','www.mstyresblackburn.co.uk/index.php','','2016-11-21 22:22:36'),(3703,50872,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-11-22 13:26:32'),(3704,50875,'https://www.google.ro/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-11-22 15:01:04'),(3705,50875,'https://www.google.ro/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2016-11-22 15:01:07'),(3706,50876,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2016-11-22 15:23:51'),(3707,50898,'http://www.google.co.uk/search?q=ms+tyres+blackburn&sa=X&ved=0ahUKEwjb7J7Pvr7QAhXHWiwKHfd8AeIQ1QIIowEoBg&biw=360&bih=616','www.mstyresblackburn.co.uk/index.php','','2016-11-23 09:00:06'),(3708,50898,'http://www.google.co.uk/search?site=&source=hp&ei=bFY1WPHoN8KUsgHWiKnICw&q=ms+tyres+blackburn&oq=&gs_l=mobile-gws-hp.1.1.41l3.0.0.0.122489.1.1.0.1.1.0.375.375.3-1.1.0....0...1c..64.mobile-gws-hp..0.1.41.3.GNqyJMdvY_4','www.mstyresblackburn.co.uk/index.php','ms tyres blackburn','2016-11-23 09:03:43'),(3709,50902,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2016-11-23 10:53:53'),(3710,50904,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-11-23 12:00:09'),(3711,50914,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-11-24 06:36:48'),(3712,50916,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2016-11-24 08:01:21'),(3713,50921,'https://www.google.az/','www.mstyresblackburn.co.uk/index.php?id_product=20&controller=product&id_lang=1','','2016-11-24 10:32:46'),(3714,50953,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2016-11-25 09:46:59'),(3715,50958,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2016-11-25 16:59:15'),(3716,50986,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-11-26 15:54:58'),(3717,50987,'http://www.google.co.uk/search?site=&source=hp&ei=QsM5WI_oM-iZgAbzkrDYCg&q=tyres+in+Blackburn+&oq=tyres+in+Blackburn+&gs_l=mobile-gws-hp.12..0j0i22i30k1l4.2228.8611.0.9831.14.14.0.6.6.0.611.3402.0j9j2j1j0j2.14.0....0...1c.1.64.mobile-gws-hp..0.14.2530.3..','www.mstyresblackburn.co.uk/index.php','tyres in Blackburn','2016-11-26 17:16:28'),(3718,50989,'https://www.google.rs/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-11-26 23:12:16'),(3719,51022,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-11-28 20:11:32'),(3720,51025,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2016-11-29 00:35:29'),(3721,51043,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2016-11-29 09:31:04'),(3722,51045,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2016-11-29 10:27:12'),(3723,51064,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-11-30 14:23:14'),(3724,51064,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-11-30 14:23:36'),(3725,51070,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-11-30 15:48:35'),(3726,51071,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-11-30 17:20:51'),(3727,51078,'http://pizza-tycoon.com/','www.mstyresblackburn.co.uk/index.php?','','2016-11-30 23:25:15'),(3728,51113,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-12-02 07:31:52'),(3729,51131,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2016-12-02 17:38:54'),(3730,51135,'https://www.google.com.eg/','www.mstyresblackburn.co.uk/index.php?id_product=11&controller=product&id_lang=1','','2016-12-02 20:35:46'),(3731,51156,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2016-12-03 12:34:56'),(3732,51175,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-12-03 20:34:53'),(3733,51178,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2016-12-03 21:07:32'),(3734,51199,'http://pizza-tycoon.com/','www.mstyresblackburn.co.uk/index.php?','','2016-12-05 08:10:37'),(3735,51211,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-12-05 10:53:01'),(3736,51227,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-12-05 21:21:09'),(3737,51246,'http://pizza-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2016-12-07 08:51:24'),(3738,51250,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2016-12-07 11:45:08'),(3739,51254,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2016-12-07 15:31:57'),(3740,51258,'http://m.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2016-12-07 20:49:09'),(3741,51259,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2016-12-07 20:57:40'),(3742,51260,'http://m.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2016-12-07 21:00:40'),(3743,51286,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjjlvz8kOXQAhWkKcAKHf3ZBhsQFggbMAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.140915558,d.d24','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2016-12-08 17:36:06'),(3744,51288,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-12-08 18:23:22'),(3745,51292,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2016-12-08 20:54:24'),(3746,51296,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2016-12-08 23:09:08'),(3747,51298,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2016-12-09 00:22:48'),(3748,51304,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-12-09 15:59:03'),(3749,51316,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2016-12-10 09:19:13'),(3750,51321,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2016-12-10 12:05:58'),(3751,51322,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2016-12-10 12:08:55'),(3752,51323,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2016-12-10 13:54:04'),(3753,51327,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-12-10 18:58:45'),(3754,51329,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2016-12-10 22:42:35'),(3755,51329,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2016-12-10 22:44:27'),(3756,51331,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-12-11 09:56:30'),(3757,51334,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2016-12-11 12:17:07'),(3758,51360,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-12-12 07:14:53'),(3759,51372,'http://www.google.com/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-12-13 00:35:17'),(3760,51378,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-12-13 09:40:56'),(3761,51381,'https://www.google.es/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-12-13 10:49:32'),(3762,51402,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-12-13 20:37:29'),(3763,51404,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?controller=new-products','','2016-12-14 00:24:28'),(3764,51440,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-12-15 11:05:46'),(3765,51441,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-12-15 12:10:32'),(3766,51441,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','','2016-12-15 12:11:31'),(3767,51446,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-12-15 18:07:17'),(3768,51468,'http://www.bing.com/search?q=tyre+services+in+blackburn&qs=n&form=QBRE&sp=-1&pq=tyre+services+in+blac&sc=0-21&sk=&cvid=2904EAD6AE8D440BA9A71D3B1EB63059','www.mstyresblackburn.co.uk/index.php','','2016-12-16 15:20:42'),(3769,51510,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-12-18 15:46:15'),(3770,51510,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-12-18 15:48:05'),(3771,51510,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?controller=search&controller=search&orderby=position&orderway=desc&search_query=Opening+times','','2016-12-18 16:01:13'),(3772,51517,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiPr9S02f_QAhXJJcAKHUyoCWQQFgg5MAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.142059868,d.d24','www.mstyresblackburn.co.uk/index.php','&esrc=s','2016-12-19 07:08:59'),(3773,51596,'http://hvd-store.com/','www.mstyresblackburn.co.uk/index.php?','','2016-12-21 04:41:11'),(3774,51606,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-12-21 11:05:07'),(3775,51647,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-12-22 14:18:39'),(3776,51654,'http://hundejo.com/','www.mstyresblackburn.co.uk/index.php?','','2016-12-23 01:26:18'),(3777,51667,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2016-12-23 12:54:47'),(3778,51667,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-12-23 12:54:55'),(3779,51713,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-12-24 19:53:00'),(3780,51760,'http://www.google.com/search','www.mstyresblackburn.co.uk/index.php?id_product=22&controller=product&id_lang=1','','2016-12-25 20:49:00'),(3781,51780,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-12-26 09:13:35'),(3782,51815,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2016-12-27 12:08:20'),(3783,51816,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-12-27 13:10:15'),(3784,51871,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2016-12-29 10:38:40'),(3785,51872,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2016-12-29 10:38:40'),(3786,51880,'http://www.bing.com/search?q=m+s+tyres+gloucester&src=IE-TopResult&FORM=IETR02&conversationid=&adlt=strict','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','','2016-12-29 15:07:50'),(3787,51897,'http://www.bing.com/search?q=205+55+r16+tyres+in+blackburn&qs=n&form=QBRE&sp=-1&pq=205+55+r16+tyres+in&sc=0-19&sk=&cvid=6AD169B0BFDD4326983C62933FE7EC53','www.mstyresblackburn.co.uk/index.php','','2016-12-29 16:53:44'),(3788,51897,'http://www.bing.com/search?q=205+55+r16+tyres+in+blackburn&qs=n&form=QBRE&sp=-1&pq=205+55+r16+tyres+in&sc=0-19&sk=&cvid=6AD169B0BFDD4326983C62933FE7EC53','www.mstyresblackburn.co.uk/index.php','','2016-12-29 16:54:08'),(3789,51930,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-12-30 10:32:41'),(3790,51933,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-12-30 17:19:32'),(3791,51933,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2016-12-30 17:20:03'),(3792,51939,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-12-31 08:53:29'),(3793,51947,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2016-12-31 14:50:15'),(3794,51947,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2016-12-31 14:50:39'),(3795,51995,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2017-01-02 08:45:37'),(3796,51998,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-01-02 09:07:36'),(3797,52005,'http://www.google.co.uk/search?q=Tyres+whitebirk&client=ms-opera_mb_no&channel=bh&gws_rd=cr&ei=EFRqWISYDYmla52ogbAN','www.mstyresblackburn.co.uk/index.php?','','2017-01-02 13:23:03'),(3798,52009,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-01-02 15:50:19'),(3799,52032,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2017-01-03 19:25:54'),(3800,52082,'http://www.google.co.uk/url?sa=t&rct=j&q=MS+Tyres+Blackburn+Blackburn&source=web&cd=5&ved=0ahUKEwjJ8Z_nhKvRAhXrLMAKHSniCjEQ_BcIRigAMAQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','MS Tyres Blackburn Blackburn','2017-01-05 12:47:23'),(3801,52083,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-01-05 13:38:55'),(3802,52086,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2017-01-05 16:37:02'),(3803,52088,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwji0KvNvKvRAhXB0hoKHUl2BgYQFggbMAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&sig2=Oz5CR0_lCDW7Hk1WSZ64wA&bvm=bv.142059868,d.d2s','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2017-01-05 16:56:59'),(3804,52090,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2017-01-05 17:14:23'),(3805,52094,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2017-01-05 23:07:44'),(3806,52095,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2017-01-05 23:19:48'),(3807,52097,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2017-01-06 00:30:15'),(3808,52098,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2017-01-06 00:48:38'),(3809,52099,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2017-01-06 01:04:06'),(3810,52108,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2017-01-06 02:54:46'),(3811,52114,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2017-01-06 07:53:58'),(3812,52116,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_cms=5&controller=cms&id_lang=1','','2017-01-06 08:38:09'),(3813,52119,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2017-01-06 10:48:17'),(3814,52120,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2017-01-06 11:27:12'),(3815,52121,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-01-06 11:48:59'),(3816,52124,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2017-01-06 14:37:39'),(3817,52147,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_cms=5&controller=cms&id_lang=1','','2017-01-07 12:38:06'),(3818,52163,'','www.mstyresblackburn.co.uk/index.php?','','2017-01-08 13:41:42'),(3819,52189,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-01-09 11:32:53'),(3820,52226,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-01-10 09:54:26'),(3821,52230,'https://www.google.cz/','www.mstyresblackburn.co.uk/index.php','','2017-01-10 12:25:35'),(3822,52233,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-01-10 14:51:16'),(3823,52251,'','www.mstyresblackburn.co.uk/index.php','','2017-01-11 08:50:09'),(3824,52253,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-01-11 09:43:46'),(3825,52255,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-01-11 12:58:18'),(3826,52255,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-01-11 12:58:28'),(3827,52285,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-01-12 14:13:05'),(3828,52292,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2017-01-12 21:13:19'),(3829,52296,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-01-13 09:04:58'),(3830,52298,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-01-13 13:57:12'),(3831,52305,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-01-13 18:49:28'),(3832,52310,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2017-01-14 02:44:08'),(3833,52312,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-01-14 08:12:56'),(3834,52314,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2017-01-14 09:57:09'),(3835,52350,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-01-15 13:43:02'),(3836,52350,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-01-15 13:44:56'),(3837,52350,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-01-15 13:46:17'),(3838,52364,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-01-16 10:55:14'),(3839,52368,'https://www.google.lt/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2017-01-16 15:29:05'),(3840,52369,'https://www.google.com.br/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2017-01-16 16:53:09'),(3841,52399,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2017-01-17 11:15:08'),(3842,52400,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php?','','2017-01-17 11:57:18'),(3843,52419,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-01-18 13:58:38'),(3844,52499,'https://www.google.ro/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2017-01-21 09:10:16'),(3845,52509,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-01-21 14:20:34'),(3846,52533,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-01-22 12:59:22'),(3847,52555,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-01-23 13:10:24'),(3848,52581,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-01-24 14:37:34'),(3849,52666,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-01-24 20:01:45'),(3850,52673,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=&ved=0ahUKEwjYrejust3RAhUGDsAKHbIgAnoQgU8IYTAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&bvm=bv.145063293,d.bGs','www.mstyresblackburn.co.uk/index.php','&esrc=s','2017-01-25 13:26:33'),(3851,52674,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-01-25 13:54:30'),(3852,52704,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-01-26 20:49:30'),(3853,52724,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-01-27 12:39:14'),(3854,52728,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-01-27 14:43:05'),(3855,52733,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-01-27 16:50:04'),(3856,52782,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2017-01-29 16:59:19'),(3857,52785,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-01-29 19:14:44'),(3858,52836,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-01-31 12:30:27'),(3859,52839,'http://www.bing.com/search?q=ms+tryres&src=IE-TopResult&FORM=IETR02&conversationid=','www.mstyresblackburn.co.uk/index.php','','2017-01-31 14:09:17'),(3860,52841,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=20&controller=product&id_lang=1','','2017-01-31 14:13:20'),(3861,52852,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2017-02-01 10:31:29'),(3862,52853,'https://www.google.pl/','www.mstyresblackburn.co.uk/index.php','','2017-02-01 11:10:15'),(3863,52853,'https://www.google.pl/','www.mstyresblackburn.co.uk/index.php','','2017-02-01 11:15:18'),(3864,52886,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-02-02 10:38:31'),(3865,52887,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=20&controller=product&id_lang=1','','2017-02-02 11:32:21'),(3866,52935,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-02-04 08:54:40'),(3867,52935,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-02-04 08:56:45'),(3868,52943,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2017-02-04 14:44:48'),(3869,52972,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-02-05 22:33:59'),(3870,52980,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-02-06 06:45:52'),(3871,52980,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-02-06 06:46:19'),(3872,52980,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-02-06 06:46:21'),(3873,52980,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-02-06 06:58:50'),(3874,53004,'http://www.google.com/search','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2017-02-07 00:38:04'),(3875,53017,'https://www.google.fr/','www.mstyresblackburn.co.uk/index.php?','','2017-02-07 11:02:34'),(3876,53022,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-02-07 16:13:02'),(3877,53026,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1&p=2','','2017-02-07 18:34:58'),(3878,53036,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-02-08 06:13:07'),(3879,53045,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-02-08 09:01:00'),(3880,53074,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=37&controller=category&id_lang=1','','2017-02-09 19:25:58'),(3881,53092,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2017-02-10 15:17:11'),(3882,53094,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2017-02-10 17:55:37'),(3883,53118,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2017-02-11 19:05:01'),(3884,53120,'http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1329.rzkIyvEVl2ErHGcBlzDlMBSC9bTwSUpfdtASuLASy7K0t2arL5FKiHgeHprSA5Hi.9ce357041a6e609dd8db01f0c3cbff5898ba5615&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YO','www.mstyresblackburn.co.uk/index.php?','&etext=1329.rzkIyvEVl2ErHGcBlzDlMBSC9bTwSUpfdtASuLASy7K0t2arL5FKiHgeHprSA5Hi.9ce357041a6e609dd8db01f0c3cbff5898ba5615','2017-02-11 21:00:54'),(3885,53128,'http://www.google.com/search','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2017-02-12 09:31:18'),(3886,53156,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-02-13 14:07:25'),(3887,53160,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-02-13 18:18:30'),(3888,53160,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-02-13 18:30:48'),(3889,53160,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-02-13 18:36:18'),(3890,53161,'http://www.google.com/search','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2017-02-13 19:07:14'),(3891,53163,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2017-02-13 19:27:11'),(3892,53164,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2017-02-13 19:57:24'),(3893,53169,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-02-14 04:54:26'),(3894,53174,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-02-14 08:29:14'),(3895,53219,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-02-14 12:51:52'),(3896,53232,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-02-14 19:44:54'),(3897,53259,'https://www.google.ae/','www.mstyresblackburn.co.uk/index.php?','','2017-02-16 05:45:29'),(3898,53264,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2017-02-16 09:26:58'),(3899,53268,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-02-16 13:25:08'),(3900,53279,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2017-02-16 23:41:35'),(3901,53317,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-02-17 11:03:09'),(3902,53326,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-02-17 14:40:21'),(3903,53343,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-02-18 09:01:37'),(3904,53375,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2017-02-19 15:47:02'),(3905,53400,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2017-02-20 15:24:38'),(3906,53412,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-02-20 17:35:49'),(3907,53416,'https://www.google.ro/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2017-02-20 21:40:39'),(3908,53427,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2017-02-21 07:34:59'),(3909,53436,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-02-21 12:00:37'),(3910,53437,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-02-21 12:17:07'),(3911,53444,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-02-21 21:21:03'),(3912,53459,'http://www.google.com/search','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2017-02-22 07:17:50'),(3913,53463,'http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1340.svUHJuA9cJ9tnAd8MaUJwN6Z8PGgaLoVGHhVdAIJ75GL98ceqQDE8Gfb6CR99HKO.073d827ea3e6955d05a772ea84785b20e8c4b34b&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YO','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1340.svUHJuA9cJ9tnAd8MaUJwN6Z8PGgaLoVGHhVdAIJ75GL98ceqQDE8Gfb6CR99HKO.073d827ea3e6955d05a772ea84785b20e8c4b34b','2017-02-22 09:59:49'),(3914,53474,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2017-02-22 19:41:15'),(3915,53474,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2017-02-22 19:45:00'),(3916,53476,'http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1340.ChJ0rxKNfccaB_Sx3mjuN7UWZBgio2ThHEOWmLrlZEqewi-30tw0Q__AQx1Cl3aw.30432d162794154c2b4fec29d75e13095ea25563&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YM','www.mstyresblackburn.co.uk/index.php?','&etext=1340.ChJ0rxKNfccaB_Sx3mjuN7UWZBgio2ThHEOWmLrlZEqewi-30tw0Q__AQx1Cl3aw.30432d162794154c2b4fec29d75e13095ea25563','2017-02-22 22:28:13'),(3917,53479,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2017-02-23 00:26:56'),(3918,53480,'http://m.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2017-02-23 00:27:46'),(3919,53489,'http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1341.IksJLmlrbj5mknuDJOTKf4GkwasKsxIh10Wb-_z0N8aXDkqplKyzWI0fS1M2vzUF.fe4ad33219c2cb0acd49d77149a41b25274d5187&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YG','www.mstyresblackburn.co.uk/index.php?','&etext=1341.IksJLmlrbj5mknuDJOTKf4GkwasKsxIh10Wb-_z0N8aXDkqplKyzWI0fS1M2vzUF.fe4ad33219c2cb0acd49d77149a41b25274d5187','2017-02-23 08:07:43'),(3920,53494,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','','2017-02-23 11:40:17'),(3921,53523,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2017-02-23 23:56:39'),(3922,53533,'http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1342.iR4vM80W80kuRn9ArnEDuNyulpq9Nrqhbepv1QB3SiZWrcyhObCxmmYD_2iZOWqJ.d3f6bce896886c245c705887e0cd9435ce53ccb3&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YL','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1342.iR4vM80W80kuRn9ArnEDuNyulpq9Nrqhbepv1QB3SiZWrcyhObCxmmYD_2iZOWqJ.d3f6bce896886c245c705887e0cd9435ce53ccb3','2017-02-24 08:07:46'),(3923,53538,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1&p=2','','2017-02-24 14:39:28'),(3924,53542,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwjf-qi-lKnSAhXrLsAKHeYTD0IQFggpMAI&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ&bvm=bv.147448319,bs.1,d.d2s','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2017-02-24 16:33:41'),(3925,53565,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php','','2017-02-25 22:10:09'),(3926,53575,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-02-26 11:55:20'),(3927,53578,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-02-26 13:37:20'),(3928,53583,'http://www.bing.com/search?q=ms+tyres+blackburn&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','','2017-02-26 21:48:58'),(3929,53592,'http://www.bing.com/search?q=ms+tyres+blackburn&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','','2017-02-26 23:59:47'),(3930,53593,'http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1344.HODpvB3iM673XvrEzlXYPEufxZvbKtwDZh4fY5dGcdt8J8yfEO9N5zH-ppM-m1FB.496873fb5fe6dea67538852f251b938f02bc10d9&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YO','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1344.HODpvB3iM673XvrEzlXYPEufxZvbKtwDZh4fY5dGcdt8J8yfEO9N5zH-ppM-m1FB.496873fb5fe6dea67538852f251b938f02bc10d9','2017-02-27 01:40:00'),(3931,53602,'http://pizza-tycoon.com/','www.mstyresblackburn.co.uk/index.php?','','2017-02-27 11:59:06'),(3932,53603,'https://www.google.com.au/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2017-02-27 13:28:45'),(3933,53606,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2017-02-27 14:24:02'),(3934,53609,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2017-02-27 16:59:46'),(3935,53623,'http://www.google.com/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2017-02-28 00:53:39'),(3936,53671,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-03-01 09:42:36'),(3937,53674,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-03-01 14:52:43'),(3938,53674,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-03-01 14:52:50'),(3939,53698,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2017-03-02 17:16:46'),(3940,53718,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-03-03 01:46:18'),(3941,53736,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-03-03 09:56:42'),(3942,53738,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-03-03 16:03:00'),(3943,53760,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-03-04 12:46:48'),(3944,53760,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-03-04 12:47:36'),(3945,53760,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-03-04 12:49:02'),(3946,53801,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2017-03-05 10:29:32'),(3947,53854,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-03-06 13:03:34'),(3948,53859,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2017-03-06 18:09:16'),(3949,53874,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2017-03-06 22:46:53'),(3950,53892,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-03-07 12:16:45'),(3951,53908,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_cms=5&controller=cms&id_lang=1','','2017-03-07 19:05:59'),(3952,53940,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-03-08 10:16:05'),(3953,53945,'https://www.google.pt/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2017-03-08 16:04:10'),(3954,53950,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-03-08 19:05:20'),(3955,53950,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-03-08 19:12:38'),(3956,53986,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-03-09 14:10:44'),(3957,53992,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2017-03-09 17:01:33'),(3958,54033,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-03-10 20:48:42'),(3959,54066,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2017-03-11 06:47:04'),(3960,54067,'http://m.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2017-03-11 06:47:34'),(3961,54068,'https://www.google.ae/','www.mstyresblackburn.co.uk/index.php?','','2017-03-11 07:14:07'),(3962,54070,'http://www.google.co.uk/url?url=http://mstyresblackburn.co.uk/&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwiF4ryhjM7SAhVGLcAKHUK6CFMQFggiMAA&usg=AFQjCNE8KZb8f2lxVRbSGiRmbxIGFjxoew','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2017-03-11 09:04:39'),(3963,54167,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-03-12 22:58:19'),(3964,54262,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-03-13 13:26:55'),(3965,54298,'http://www.google.com/search','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','','2017-03-14 23:01:30'),(3966,54327,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2017-03-15 09:56:35'),(3967,54342,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-03-15 14:27:53'),(3968,54342,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-03-15 14:30:11'),(3969,54342,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-03-15 14:47:49'),(3970,54365,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-03-16 09:18:50'),(3971,54368,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-03-16 09:30:45'),(3972,54394,'http://m.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2017-03-17 08:28:08'),(3973,54395,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2017-03-17 08:28:14'),(3974,54398,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-03-17 10:38:59'),(3975,54399,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=webhp&cd=1&ved=0ahUKEwjb-MDRtd3SAhXGKCYKHSvNCEcQgU8IDDAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2017-03-17 11:19:50'),(3976,54400,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-03-17 11:52:49'),(3977,54401,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-03-17 12:15:45'),(3978,54493,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-03-19 09:00:32'),(3979,54496,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-03-19 09:56:08'),(3980,54500,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2017-03-19 12:21:37'),(3981,54515,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-03-20 08:53:48'),(3982,54518,'http://www.google.com/search','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2017-03-20 10:05:03'),(3983,54519,'http://weburlopener.com/','www.mstyresblackburn.co.uk/index.php?','','2017-03-20 12:12:43'),(3984,54525,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-03-20 15:41:54'),(3985,54535,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-03-20 18:50:53'),(3986,54539,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-03-21 07:22:05'),(3987,54540,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-03-21 08:38:22'),(3988,54540,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-03-21 08:39:27'),(3989,54540,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','','2017-03-21 08:40:40'),(3990,54552,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-03-21 14:52:38'),(3991,54555,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2017-03-21 16:59:12'),(3992,54577,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-03-21 23:40:33'),(3993,54580,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-03-22 07:39:48'),(3994,54580,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-03-22 07:39:54'),(3995,54581,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2017-03-22 09:31:12'),(3996,54588,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-03-22 12:43:46'),(3997,54589,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2017-03-22 15:06:40'),(3998,54596,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-03-22 21:01:36'),(3999,54596,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-03-22 21:07:20'),(4000,54604,'http://pizza-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2017-03-23 03:57:21'),(4001,54642,'https://www.google.pt/','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','','2017-03-23 14:36:17'),(4002,54678,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-03-23 17:22:56'),(4003,54678,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-03-23 17:23:56'),(4004,54680,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-03-23 18:01:56'),(4005,54682,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-03-23 19:13:58'),(4006,54696,'http://www.bing.com/search?q=part+worn+tyres+in+accrington&src=IE-TopResult&conversationid=&adlt=strict&first=11&FORM=PERE','www.mstyresblackburn.co.uk/index.php','','2017-03-24 09:06:04'),(4007,54703,'http://pizza-tycoon.com/','www.mstyresblackburn.co.uk/index.php?','','2017-03-24 10:15:08'),(4008,54704,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-03-24 10:28:01'),(4009,54704,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-03-24 10:29:04'),(4010,54736,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-03-25 10:39:44'),(4011,54736,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-03-25 10:39:49'),(4012,54769,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2017-03-25 12:12:14'),(4013,54830,'http://www.google.com/search','www.mstyresblackburn.co.uk/index.php?id_product=22&controller=product&id_lang=1','','2017-03-26 19:48:49'),(4014,54843,'http://hvd-store.com/','www.mstyresblackburn.co.uk/index.php?','','2017-03-27 04:17:32'),(4015,54849,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-03-27 08:44:58'),(4016,54912,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2017-03-27 12:45:28'),(4017,54914,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-03-27 15:38:07'),(4018,54917,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-03-27 16:26:21'),(4019,54928,'https://www.google.pt/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2017-03-28 07:30:52'),(4020,54936,'https://www.google.it/','www.mstyresblackburn.co.uk/index.php?id_product=31&controller=product&id_lang=1','','2017-03-28 10:32:20'),(4021,54956,'http://www.bing.com/search?q=ms+tyres+blackburn&src=IE-TopResult&FORM=IE11TR&conversationid=','www.mstyresblackburn.co.uk/index.php','','2017-03-29 08:38:55'),(4022,54960,'http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1375.HXQ_10Pn1vBaqZGjMin0myKNx5_dl9ncbNnHfaValED-MAIe1Yd02iDcp5sTnnKa.7fde37d49f0e6e15a632f1feb9d40dc5d5921668&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YF','www.mstyresblackburn.co.uk/index.php?','&etext=1375.HXQ_10Pn1vBaqZGjMin0myKNx5_dl9ncbNnHfaValED-MAIe1Yd02iDcp5sTnnKa.7fde37d49f0e6e15a632f1feb9d40dc5d5921668','2017-03-29 10:50:11'),(4023,54967,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-03-29 19:37:11'),(4024,55005,'http://www.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2017-03-30 07:17:55'),(4025,55006,'http://m.baidu.com/s?wd=Mstyresblackburn','www.mstyresblackburn.co.uk/index.php','','2017-03-30 07:17:55'),(4026,55025,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-03-30 11:50:16'),(4027,55037,'http://hundejo.com/','www.mstyresblackburn.co.uk/index.php?','','2017-03-30 17:45:28'),(4028,55071,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2017-03-31 06:24:05'),(4029,55107,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-04-01 15:33:51'),(4030,55168,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-04-02 12:02:45'),(4031,55174,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-04-02 14:54:30'),(4032,55177,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-04-02 15:50:04'),(4033,55198,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2017-04-03 11:47:41'),(4034,55257,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2017-04-04 17:20:37'),(4035,55320,'http://www.bing.com/search?q=tyres+blackburn&src=IE-TopResult&FORM=IETR02&conversationid=','www.mstyresblackburn.co.uk/index.php','','2017-04-05 14:51:45'),(4036,55337,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-04-06 00:22:24'),(4037,55355,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-04-06 12:03:54'),(4038,55360,'http://www.bing.com/search?q=dts+tyres+blackburn&src=IE-TopResult&FORM=IETR02&conversationid=','www.mstyresblackburn.co.uk/index.php','','2017-04-06 15:36:16'),(4039,55360,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2017-04-06 15:38:27'),(4040,55361,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-04-06 15:43:37'),(4041,55383,'http://www.bing.com/search?q=ip%3A+109.75.160.9+php%3Fid%3D&qs=n&form=QBLH&sp=-1&pq=ip%3A+109.75.160.9&sc=0-16&sk=&cvid=FEAEDCF071D04EB199F4553446553D23','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','','2017-04-07 16:33:56'),(4042,55387,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-04-07 18:07:21'),(4043,55417,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2017-04-08 22:42:26'),(4044,55428,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-04-09 10:14:27'),(4045,55428,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-04-09 10:17:41'),(4046,55428,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-04-09 10:18:09'),(4047,55443,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-04-10 05:13:11'),(4048,55452,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-04-10 09:52:15'),(4049,55458,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-04-10 12:05:29'),(4050,55460,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-04-10 14:10:49'),(4051,55460,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-04-10 14:13:25'),(4052,55462,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-04-10 15:19:34'),(4053,55463,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-04-10 16:00:48'),(4054,55472,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwiip9CF6ZvTAhXiD8AKHfRQDEYQFggqMAE&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2017-04-11 06:59:12'),(4055,55474,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-04-11 07:39:38'),(4056,55476,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-04-11 09:42:42'),(4057,55481,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-04-11 15:37:17'),(4058,55481,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-04-11 15:37:34'),(4059,55504,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-04-12 12:15:53'),(4060,55517,'http://www.bing.com/search?q=blackburn+tyres&form=MSSEDF&pc=EUPP_MSSE','www.mstyresblackburn.co.uk/index.php','','2017-04-13 19:02:58'),(4061,55526,'http://www.google.com/search','www.mstyresblackburn.co.uk/index.php?id_product=27&controller=product&id_lang=1','','2017-04-14 05:11:46'),(4062,55529,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-04-14 12:01:33'),(4063,55540,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2017-04-14 13:42:10'),(4064,55546,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-04-14 18:37:20'),(4065,55555,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-04-15 08:07:37'),(4066,55557,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-04-15 08:23:48'),(4067,55586,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2017-04-16 20:40:25'),(4068,55590,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2017-04-17 01:56:45'),(4069,55593,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-04-17 06:23:54'),(4070,55600,'http://weburlopener.com/','www.mstyresblackburn.co.uk/index.php?','','2017-04-17 12:28:59'),(4071,55601,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','','2017-04-17 13:30:45'),(4072,55622,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-04-18 07:56:32'),(4073,55624,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-04-18 08:22:39'),(4074,55625,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','','2017-04-18 09:45:23'),(4075,55625,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2017-04-18 09:56:24'),(4076,55627,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2017-04-18 11:04:03'),(4077,55630,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-04-18 17:54:59'),(4078,55630,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-04-18 17:56:47'),(4079,55647,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-04-19 15:36:27'),(4080,55651,'http://www.google.com/search','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2017-04-20 00:05:33'),(4081,55656,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-04-20 10:00:14'),(4082,55661,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-04-20 13:41:05'),(4083,55661,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-04-20 13:42:24'),(4084,55673,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-04-20 19:04:31'),(4085,55756,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=40&controller=category&id_lang=1','','2017-04-21 08:22:38'),(4086,55762,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2017-04-21 16:10:21'),(4087,55774,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwipw_P607fTAhWILVAKHcuaBEAQgU8IdTAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=x3jc2dxTRQLB_zqNXu4hMg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2017-04-22 08:38:26'),(4088,55774,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=12&ved=0ahUKEwiK7tyB1rfTAhWQY1AKHUpJAPgQ_BcIpwEwCw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&sig2=IJqEKgqJu9_iKY5XahoiDQ','www.mstyresblackburn.co.uk/index.php','&esrc=s','2017-04-22 08:44:08'),(4089,55815,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-04-24 08:16:51'),(4090,55661,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-04-24 08:18:30'),(4091,55818,'http://www.bing.com/search?q=tyres+blackburn+guide&src=IE-SearchBox&FORM=IENTTR&conversationid=','www.mstyresblackburn.co.uk/index.php','','2017-04-24 08:42:28'),(4092,55825,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-04-24 16:53:13'),(4093,55826,'https://www.google.com.tr/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2017-04-24 20:10:26'),(4094,55979,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-04-27 07:20:53'),(4095,55986,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-04-27 08:21:04'),(4096,55998,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2017-04-27 11:26:59'),(4097,55999,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-04-27 12:08:45'),(4098,56001,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2017-04-27 21:18:01'),(4099,56074,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2017-04-29 06:06:46'),(4100,56079,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-04-29 09:21:21'),(4101,56080,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-04-29 12:31:09'),(4102,56081,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-04-29 14:13:43'),(4103,56106,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-04-30 16:53:21'),(4104,56114,'http://www.google.com/','www.mstyresblackburn.co.uk/index.php','','2017-05-01 09:00:09'),(4105,56114,'http://www.google.com/','www.mstyresblackburn.co.uk/index.php','','2017-05-01 09:04:04'),(4106,56115,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-05-01 09:06:22'),(4107,56121,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2017-05-01 17:18:13'),(4108,56135,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2017-05-02 09:50:38'),(4109,56170,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2017-05-02 13:17:11'),(4110,56192,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjQiYDfk9LTAhWfOsAKHcpgClgQgU8IDDAA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2017-05-02 21:29:35'),(4111,56293,'http://www.bing.com/search?q=ms+tyres+blackburn&src=IE-TopResult&FORM=IETR02&conversationid=','www.mstyresblackburn.co.uk/index.php','','2017-05-05 18:51:01'),(4112,56302,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=31&controller=product&id_lang=1','','2017-05-06 07:18:19'),(4113,56412,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2017-05-08 21:18:06'),(4114,56416,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-05-09 00:12:41'),(4115,56444,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php?id_product=27&controller=product&id_lang=1','','2017-05-10 09:21:24'),(4116,56454,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-05-10 19:23:11'),(4117,56498,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwikzMf-xOrTAhUkL8AKHV-hABEQFggjMAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2017-05-12 14:13:45'),(4118,56538,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2017-05-13 10:15:19'),(4119,56572,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-05-15 11:02:08'),(4120,56620,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-05-16 11:14:41'),(4121,56624,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-05-16 14:52:12'),(4122,56692,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-05-18 08:30:04'),(4123,56700,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0ahUKEwjQh63CwvnTAhWlKMAKHYZxDEYQgU8IcDAG&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg&as_qdr=all&safe=active','www.mstyresblackburn.co.uk/index.php','&esrc=s','2017-05-18 13:13:13'),(4124,56769,'http://pizza-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2017-05-20 12:42:15'),(4125,56780,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2017-05-20 20:31:39'),(4126,56786,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2017-05-20 21:23:19'),(4127,56786,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2017-05-20 21:23:42'),(4128,56836,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwi5od2MroPUAhWD0hoKHRxfDXcQFgg6MAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2017-05-22 11:08:42'),(4129,56867,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php?controller=contact','','2017-05-22 19:42:44'),(4130,56923,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-05-25 19:23:21'),(4131,56951,'http://www.google.com/search','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2017-05-27 02:16:52'),(4132,56952,'http://www.google.com/search','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2017-05-27 02:17:10'),(4133,56991,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2017-05-28 19:09:21'),(4134,57034,'http://hvd-store.com/','www.mstyresblackburn.co.uk/index.php?','','2017-05-30 07:34:42'),(4135,57038,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-05-30 11:05:53'),(4136,57038,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-05-30 11:06:40'),(4137,57047,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-05-30 14:35:57'),(4138,57051,'http://hundejo.com/','www.mstyresblackburn.co.uk/index.php?','','2017-05-30 15:14:42'),(4139,57063,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-05-31 07:06:42'),(4140,57095,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-05-31 15:51:54'),(4141,57126,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-06-01 19:12:55'),(4142,57163,'http://www.google.hu/search?q=rapid+p609+tyres+review&hl=hu&gbv=2&prmd=ivns&source=lnms&tbm=isch&sa=X&ved=0ahUKEwil75nZhKHUAhVD1hQKHQGtDL8Q_AUIBQ','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2017-06-03 06:23:44'),(4143,57186,'https://www.google.hu/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2017-06-03 11:46:44'),(4144,57186,'https://www.google.hu/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2017-06-03 11:47:14'),(4145,57303,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=10&cad=rja&uact=8&ved=0ahUKEwis4Za1sqvUAhUFLsAKHapCB4kQFghuMAk&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D27%26controller%3Dproduct%26id_lang%3D1&usg=AFQjCNGBPXMfJ9','www.mstyresblackburn.co.uk/index.php?id_product=27&controller=product&id_lang=1','&esrc=s','2017-06-07 09:16:08'),(4146,57317,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2017-06-08 01:36:34'),(4147,57364,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=27&controller=product&id_lang=1','','2017-06-08 16:28:25'),(4148,57366,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2017-06-08 17:08:44'),(4149,57374,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-06-09 04:31:56'),(4150,57484,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-06-12 11:12:25'),(4151,57528,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?controller=contact','','2017-06-13 04:27:42'),(4152,57540,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-06-13 16:47:34'),(4153,57562,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-06-14 08:49:46'),(4154,57562,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-06-14 08:49:49'),(4155,57643,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2017-06-16 09:25:09'),(4156,57650,'http://pizza-tycoon.com/','www.mstyresblackburn.co.uk/index.php?','','2017-06-16 18:02:21'),(4157,57661,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-06-17 10:35:35'),(4158,57662,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-06-17 11:40:16'),(4159,57668,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-06-17 13:08:19'),(4160,57673,'http://pizza-tycoon.com/','www.mstyresblackburn.co.uk/index.php?','','2017-06-17 18:41:00'),(4161,57674,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2017-06-17 18:41:01'),(4162,57711,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-06-18 09:25:26'),(4163,57776,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-06-19 20:03:21'),(4164,57777,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-06-19 21:32:39'),(4165,57858,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2017-06-20 05:22:23'),(4166,57865,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2017-06-20 07:47:15'),(4167,57887,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2017-06-21 01:08:50'),(4168,57897,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2017-06-21 11:27:50'),(4169,57901,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-06-21 17:07:56'),(4170,57903,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2017-06-21 21:47:24'),(4171,57925,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-06-22 12:42:42'),(4172,57927,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-06-22 13:35:35'),(4173,57930,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-06-22 14:54:38'),(4174,57955,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-06-22 20:52:48'),(4175,57985,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-06-23 10:01:41'),(4176,58000,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2017-06-24 06:44:24'),(4177,58013,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-06-24 14:06:44'),(4178,58014,'http://pizza-tycoon.com/','www.mstyresblackburn.co.uk/index.php?','','2017-06-24 15:30:32'),(4179,58040,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-06-25 12:21:58'),(4180,58041,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-06-25 12:57:05'),(4181,58047,'http://pizza-tycoon.com/','www.mstyresblackburn.co.uk/index.php?','','2017-06-26 01:10:22'),(4182,58060,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-06-26 19:50:20'),(4183,58069,'http://pizza-tycoon.com/','www.mstyresblackburn.co.uk/index.php?','','2017-06-27 04:55:43'),(4184,58070,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2017-06-27 06:35:24'),(4185,58083,'http://hundejo.com/','www.mstyresblackburn.co.uk/index.php?','','2017-06-28 01:44:49'),(4186,58104,'https://www.google.gr/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2017-06-28 14:53:32'),(4187,58108,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2017-06-28 18:14:37'),(4188,58109,'http://hvd-store.com/','www.mstyresblackburn.co.uk/index.php?','','2017-06-28 18:52:24'),(4189,58149,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-06-30 10:41:52'),(4190,58160,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-06-30 21:25:26'),(4191,58210,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-07-01 08:26:25'),(4192,58253,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-07-02 15:02:37'),(4193,58299,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2017-07-04 03:37:17'),(4194,58301,'http://www.europages.co.uk/MS-TYRES-SERVICING/00000004031036-001.html','www.mstyresblackburn.co.uk/index.php','','2017-07-04 04:19:16'),(4195,58316,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-07-04 09:56:42'),(4196,58316,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-07-04 10:01:20'),(4197,58317,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php?id_product=25&controller=product&id_lang=1','','2017-07-04 10:21:33'),(4198,58375,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-07-05 16:14:26'),(4199,58387,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-07-05 23:59:53'),(4200,58461,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2017-07-07 16:42:38'),(4201,58488,'http://www.bing.com/search?q=PART+WORN+TYRES+DARWEN&src=IE-TopResult&FORM=IETR02&conversationid=','www.mstyresblackburn.co.uk/index.php','','2017-07-08 11:22:52'),(4202,58489,'http://www.bing.com/search?q=m+s+tyres+whitebirk&src=IE-TopResult&FORM=IETR02&conversationid=','www.mstyresblackburn.co.uk/index.php?controller=contact','','2017-07-08 11:23:32'),(4203,58491,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-07-08 16:50:51'),(4204,58495,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2017-07-08 21:51:05'),(4205,58500,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-07-09 06:09:19'),(4206,58500,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-07-09 06:14:37'),(4207,58541,'http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1477.oOZ5f2EpX3wKdd5I_LZblMp_pueT7Mh4WnXuQMQbK6KelQ7ArV0eFQyPz-Fa5UMA.35fd1fef9580d115f031f86d467c5a37b0a134d3&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YG','www.mstyresblackburn.co.uk/index.php?id_product=25','&etext=1477.oOZ5f2EpX3wKdd5I_LZblMp_pueT7Mh4WnXuQMQbK6KelQ7ArV0eFQyPz-Fa5UMA.35fd1fef9580d115f031f86d467c5a37b0a134d3','2017-07-09 17:36:28'),(4208,58556,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-07-10 08:04:38'),(4209,58603,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-07-13 12:45:47'),(4210,58604,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=12&ved=0ahUKEwjrxoPMpobVAhVKBMAKHWOOCbAQ_BcIejAL&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2017-07-13 12:53:12'),(4211,58604,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=12&ved=0ahUKEwjrxoPMpobVAhVKBMAKHWOOCbAQ_BcIejAL&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AFQjCNFc8WGdlqENIENIVF0GMxO93K_JLg','www.mstyresblackburn.co.uk/index.php','&esrc=s','2017-07-13 12:55:03'),(4212,58607,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-07-13 13:45:40'),(4213,58627,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-07-14 08:04:38'),(4214,58661,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-07-14 20:16:26'),(4215,58702,'http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1482.2I8_OV_gny9_7gR7Cqv6drc_WWAUXDYPk8MtvdMeEucr3ArJHe2dhXTOo_qiBnGl.4265bc5a3becaf7eb46595271df1a608e8e25d17&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YF','www.mstyresblackburn.co.uk/index.php?id_product=25','&etext=1482.2I8_OV_gny9_7gR7Cqv6drc_WWAUXDYPk8MtvdMeEucr3ArJHe2dhXTOo_qiBnGl.4265bc5a3becaf7eb46595271df1a608e8e25d17','2017-07-15 02:43:00'),(4216,58729,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-07-15 17:21:43'),(4217,58744,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2017-07-16 03:04:47'),(4218,58788,'http://pizza-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2017-07-17 07:16:05'),(4219,58909,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-07-21 09:10:39'),(4220,58924,'http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1489.7an0Vw0PkDwBIVM_mMSC24dgzYd5dsLgyFh5snRMKYhxF7KPzRa3UE3GdJk03Mt8.7418d5d23988b9a2ac99e9634c5256cddd0a3c67&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YH','www.mstyresblackburn.co.uk/index.php?','&etext=1489.7an0Vw0PkDwBIVM_mMSC24dgzYd5dsLgyFh5snRMKYhxF7KPzRa3UE3GdJk03Mt8.7418d5d23988b9a2ac99e9634c5256cddd0a3c67','2017-07-21 23:34:56'),(4221,58940,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-07-22 14:18:35'),(4222,58944,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-07-22 17:05:10'),(4223,58966,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-07-23 13:37:43'),(4224,59050,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-07-25 11:19:04'),(4225,59051,'http://www.bing.com/search?q=ms+tyres+blackburn&qs=AS&pq=ms+tyres&sk=AS4&sc=8-8&cvid=3F2F55B4C7BB4DCBBB18AAB0914E3F66&FORM=QBRE&sp=5','www.mstyresblackburn.co.uk/index.php','','2017-07-25 12:05:25'),(4226,59113,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-07-27 16:06:15'),(4227,59117,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2017-07-27 22:12:02'),(4228,59118,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2017-07-27 22:12:03'),(4229,59118,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2017-07-27 22:13:20'),(4230,59154,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-07-29 16:54:33'),(4231,59284,'http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1498.1DypVEOVBXx7zU-QMSkl--o6e9rGnXIJcFoFOr8bT-Iwo_V3R3j0vyiy9oRedkl_.f7bf83858c1c15ef786d504335fd14b4c3219098&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YF','www.mstyresblackburn.co.uk/index.php?','&etext=1498.1DypVEOVBXx7zU-QMSkl--o6e9rGnXIJcFoFOr8bT-Iwo_V3R3j0vyiy9oRedkl_.f7bf83858c1c15ef786d504335fd14b4c3219098','2017-07-30 20:21:10'),(4232,59323,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-07-31 11:18:56'),(4233,59325,'http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1499.09VPWiF78XYPMO4IvIhtlhtEvqxM9x1QJsN7gmjS4b3lAS3KlBY1dhCbOvn_0j0D.2a00710875a8f9ac9daf0127e11d17e503c2f462&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YG','www.mstyresblackburn.co.uk/index.php','&etext=1499.09VPWiF78XYPMO4IvIhtlhtEvqxM9x1QJsN7gmjS4b3lAS3KlBY1dhCbOvn_0j0D.2a00710875a8f9ac9daf0127e11d17e503c2f462','2017-07-31 12:03:05'),(4234,59373,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-08-02 07:53:52'),(4235,59375,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-08-02 10:22:29'),(4236,59375,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-08-02 10:34:38'),(4237,59467,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2017-08-04 11:05:50'),(4238,59470,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-08-04 18:48:22'),(4239,59559,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-08-06 08:47:24'),(4240,59698,'http://www.google.com/search','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2017-08-11 07:07:50'),(4241,59727,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-08-12 14:54:36'),(4242,59741,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-08-13 07:42:08'),(4243,59741,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-08-13 07:59:31'),(4244,59759,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-08-14 06:59:31'),(4245,59765,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-08-14 11:53:35'),(4246,59765,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-08-14 11:53:58'),(4247,59815,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2017-08-16 10:55:11'),(4248,59816,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-08-16 11:04:45'),(4249,59843,'http://www.google.com/','www.mstyresblackburn.co.uk/index.php','','2017-08-17 15:36:13'),(4250,59877,'http://www.google.com/search','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2017-08-18 04:41:34'),(4251,59879,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-08-18 06:20:12'),(4252,59890,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-08-18 13:45:16'),(4253,59891,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-08-18 14:47:20'),(4254,59944,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-08-20 13:59:23'),(4255,59946,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2017-08-20 15:35:23'),(4256,59957,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2017-08-21 01:35:22'),(4257,59993,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-08-22 12:43:24'),(4258,60052,'https://www.google.se/','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','','2017-08-24 08:32:40'),(4259,60052,'https://www.google.se/','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','','2017-08-24 08:34:06'),(4260,60060,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2017-08-24 12:26:37'),(4261,60061,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=12&controller=manufacturer&id_lang=1','','2017-08-24 19:30:26'),(4262,60076,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-08-25 09:15:04'),(4263,60100,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-08-26 12:20:40'),(4264,60124,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-08-27 09:49:47'),(4265,60138,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2017-08-27 13:15:01'),(4266,60160,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2017-08-28 20:01:17'),(4267,60161,'http://pizza-tycoon.com/','www.mstyresblackburn.co.uk/index.php?','','2017-08-28 20:01:17'),(4268,60177,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2017-08-29 05:51:43'),(4269,60178,'http://pizza-tycoon.com/','www.mstyresblackburn.co.uk/index.php?','','2017-08-29 05:51:43'),(4270,60331,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2017-09-01 08:33:09'),(4271,60347,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2017-09-01 21:38:34'),(4272,60348,'http://pizza-tycoon.com/','www.mstyresblackburn.co.uk/index.php?','','2017-09-01 21:38:34'),(4273,60389,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-09-02 05:50:42'),(4274,60389,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-09-02 05:50:55'),(4275,60392,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-09-02 09:16:06'),(4276,60395,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-09-02 09:16:06'),(4277,60393,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-09-02 09:16:06'),(4278,60394,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-09-02 09:16:06'),(4279,60396,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-09-02 09:16:06'),(4280,60398,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-09-02 09:16:06'),(4281,60397,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-09-02 09:16:06'),(4282,60399,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-09-02 09:51:53'),(4283,60396,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-09-02 09:51:54'),(4284,60401,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-09-02 10:39:50'),(4285,60439,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-09-03 13:45:56'),(4286,60439,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-09-03 13:58:07'),(4287,60446,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-09-03 21:02:09'),(4288,60515,'http://www.google.nl/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&ved=0ahUKEwi7u6_z7ozWAhURrRQKHW0BDugQjRwIBw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D26%26controller%3Dproduct%26id_lang%3D1&psig=AFQjCNEkh5pvUCdiGMcgb_PGU90LBvU','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','&esrc=s','2017-09-05 01:13:42'),(4289,60519,'http://pizza-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2017-09-05 03:40:56'),(4290,60551,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-09-06 07:32:47'),(4291,60582,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2017-09-07 16:05:11'),(4292,60626,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-09-08 12:12:28'),(4293,60627,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiH2PqSyZXWAhVJHxoKHWRHBscQFggpMAA&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&usg=AFQjCNE6mvfZe7QJMChUNAAYJBG_-OqVIQ','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2017-09-08 12:19:03'),(4294,60649,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-09-09 16:03:15'),(4295,60657,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-09-10 07:27:08'),(4296,60661,'http://www.emailmarketingrobot.com/webmasters/','www.mstyresblackburn.co.uk/index.php','','2017-09-10 10:14:56'),(4297,60662,'http://www.emailmarketingrobot.com/webmasters/','www.mstyresblackburn.co.uk/index.php?controller=contact','','2017-09-10 10:14:59'),(4298,60663,'http://www.emailmarketingrobot.com/webmasters/','www.mstyresblackburn.co.uk/index.php?controller=contact','','2017-09-10 10:15:02'),(4299,60664,'http://www.emailmarketingrobot.com/webmasters/','','','2017-09-10 10:15:06'),(4300,60665,'http://www.emailmarketingrobot.com/webmasters/','','','2017-09-10 10:15:07'),(4301,60666,'http://www.emailmarketingrobot.com/webmasters/','www.mstyresblackburn.co.uk/index.php?controller=manufacturer','','2017-09-10 10:15:11'),(4302,60667,'http://www.emailmarketingrobot.com/webmasters/','www.mstyresblackburn.co.uk/index.php?controller=order','','2017-09-10 10:15:14'),(4303,60668,'http://www.emailmarketingrobot.com/webmasters/','www.mstyresblackburn.co.uk/index.php','','2017-09-10 10:15:16'),(4304,60669,'http://www.emailmarketingrobot.com/webmasters/','www.mstyresblackburn.co.uk/index.php?controller=authentication&back=my-account','','2017-09-10 10:15:18'),(4305,60678,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-09-10 17:06:28'),(4306,60698,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-09-11 12:41:00'),(4307,60699,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-09-11 12:41:00'),(4308,60700,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-09-11 12:41:00'),(4309,60700,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-09-11 12:41:15'),(4310,60806,'http://www.google.com/search','www.mstyresblackburn.co.uk/index.php?id_product=27&controller=product&id_lang=1','','2017-09-12 16:31:16'),(4311,60812,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-09-12 19:59:12'),(4312,60812,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','','2017-09-12 20:04:15'),(4313,60816,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-09-12 21:06:40'),(4314,60840,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2017-09-14 08:09:13'),(4315,60855,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-09-14 15:50:16'),(4316,60856,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-09-14 15:50:16'),(4317,60878,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-09-14 21:38:21'),(4318,60913,'https://www.google.co.id/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2017-09-16 05:27:49'),(4319,60963,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2017-09-17 09:30:25'),(4320,60966,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-09-17 11:15:37'),(4321,60983,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-09-17 15:33:45'),(4322,60985,'https://www.google.ro/','www.mstyresblackburn.co.uk/index.php?','','2017-09-17 16:01:04'),(4323,60986,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-09-17 20:17:02'),(4324,60987,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-09-17 22:11:45'),(4325,60999,'http://www.google.com/search','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2017-09-18 04:04:11'),(4326,61080,'https://www.google.co.il/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2017-09-19 09:54:56'),(4327,61089,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-09-19 13:00:34'),(4328,61094,'https://www.google.co.il/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2017-09-19 15:03:21'),(4329,61094,'https://www.google.co.il/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2017-09-19 15:06:14'),(4330,61128,'https://www.google.com.hk/','www.mstyresblackburn.co.uk/index.php','','2017-09-20 06:16:14'),(4331,61193,'https://www.google.rs/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2017-09-21 09:36:09'),(4332,61271,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2017-09-24 06:49:59'),(4333,61272,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2017-09-24 07:53:23'),(4334,61297,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-09-25 11:10:47'),(4335,61301,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=26&controller=product&id_lang=1','','2017-09-25 16:48:58'),(4336,61345,'http://pizza-tycoon.com/','www.mstyresblackburn.co.uk/index.php?','','2017-09-26 04:14:19'),(4337,61356,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-09-26 12:22:27'),(4338,61378,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-09-26 17:08:22'),(4339,61378,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-09-26 17:10:06'),(4340,61433,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-09-27 07:09:07'),(4341,61451,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-09-27 11:00:40'),(4342,61482,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-09-27 14:52:32'),(4343,61497,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-09-28 12:14:23'),(4344,61605,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-10-01 17:24:59'),(4345,61642,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-10-02 10:02:52'),(4346,61643,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2017-10-02 10:08:32'),(4347,61648,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-10-02 16:10:42'),(4348,61723,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-10-04 11:33:25'),(4349,61772,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-10-05 07:34:40'),(4350,61778,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-10-05 13:01:10'),(4351,61777,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-10-05 13:01:10'),(4352,61790,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-10-05 21:46:36'),(4353,61791,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2017-10-05 21:54:17'),(4354,61810,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-10-06 13:02:43'),(4355,61841,'http://www.google.ie/search?q=p609+tyres&oq=p609+tyres&gs_l=mobile-heirloom-serp.12...0.0.1.1998.0.0.0.0.0.0.0.0..0.0....0...1..34.mobile-heirloom-serp..0.6.443.YFu2zDT6Cpo','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2017-10-07 14:17:24'),(4356,61847,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-10-07 18:16:53'),(4357,61879,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-10-08 05:19:50'),(4358,61960,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2017-10-09 10:54:18'),(4359,61961,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2017-10-09 11:52:31'),(4360,61961,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2017-10-09 11:59:27'),(4361,61963,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2017-10-09 12:27:41'),(4362,61963,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2017-10-09 12:28:34'),(4363,61975,'https://uk.search.yahoo.com/','www.mstyresblackburn.co.uk/index.php','','2017-10-10 00:28:37'),(4364,61997,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','','2017-10-10 09:24:54'),(4365,61997,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2017-10-10 09:25:25'),(4366,61997,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2017-10-10 09:27:54'),(4367,61997,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','','2017-10-10 09:28:27'),(4368,62007,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-10-10 16:08:11'),(4369,62053,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-10-11 19:04:16'),(4370,62053,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-10-11 19:05:27'),(4371,62083,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2017-10-12 15:33:03'),(4372,62132,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-10-13 09:26:27'),(4373,62135,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2017-10-13 13:08:06'),(4374,62207,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-10-15 05:29:49'),(4375,62307,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-10-16 07:23:42'),(4376,62307,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-10-16 07:49:47'),(4377,62314,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?controller=contact','','2017-10-16 10:14:32'),(4378,62315,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2017-10-16 10:18:40'),(4379,62316,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2017-10-16 10:18:42'),(4380,62335,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-10-16 18:34:40'),(4381,62344,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2017-10-17 00:50:46'),(4382,62346,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2017-10-17 00:51:05'),(4383,62374,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2017-10-17 06:15:02'),(4384,62377,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-10-17 09:13:49'),(4385,62381,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2017-10-17 11:29:58'),(4386,62437,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2017-10-18 15:53:00'),(4387,62497,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-10-19 13:47:09'),(4388,62498,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-10-19 13:47:10'),(4389,62545,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-10-20 20:46:03'),(4390,62573,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-10-21 14:04:17'),(4391,62612,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-10-22 08:35:29'),(4392,62616,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-10-22 10:06:45'),(4393,62618,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-10-22 11:18:02'),(4394,62691,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-10-23 22:08:13'),(4395,62691,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-10-23 22:12:34'),(4396,62716,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-10-24 13:17:13'),(4397,62759,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-10-25 08:12:00'),(4398,62771,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-10-25 16:06:50'),(4399,62790,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2017-10-26 18:49:14'),(4400,62895,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-10-28 09:52:02'),(4401,62928,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php?','','2017-10-28 19:12:31'),(4402,62957,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-10-29 08:57:25'),(4403,62957,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-10-29 09:01:37'),(4404,62991,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-10-29 23:52:28'),(4405,62991,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','','2017-10-29 23:53:27'),(4406,63026,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-10-30 14:23:21'),(4407,63039,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-10-30 21:26:27'),(4408,63095,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-10-31 13:56:03'),(4409,63134,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-11-01 14:29:29'),(4410,63137,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwiCh8O3_53XAhUEWhoKHa-bBnUQFggvMAE&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_category%3D36%26controller%3Dcategory%26id_lang%3D1&usg=AOvVaw0H8KjlhcNuPyxsKSvrjUOO','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','&esrc=s','2017-11-01 18:23:21'),(4411,63145,'http://www.bing.com/search?q=blackburn+tyres&qs=n&form=QBLH&sp=-1&pq=blackburn+tyres&sc=4-15&sk=&cvid=08B3E56E047347DC9784D8F6124EF0EC','www.mstyresblackburn.co.uk/index.php','','2017-11-01 23:55:35'),(4412,63169,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2017-11-02 13:09:37'),(4413,63354,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-11-05 00:22:19'),(4414,63364,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-11-05 09:59:58'),(4415,63365,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-11-05 11:25:29'),(4416,63422,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2017-11-07 08:08:52'),(4417,63423,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2017-11-07 08:44:50'),(4418,63438,'http://r.duckduckgo.com/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2017-11-07 16:31:09'),(4419,63438,'http://r.duckduckgo.com/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2017-11-07 16:31:24'),(4420,63439,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2017-11-07 17:32:47'),(4421,63462,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-11-08 08:13:00'),(4422,63462,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-11-08 08:13:30'),(4423,63464,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2017-11-08 09:17:29'),(4424,63464,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2017-11-08 09:18:46'),(4425,63464,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2017-11-08 09:39:15'),(4426,63479,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-11-08 10:50:05'),(4427,63594,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-11-09 14:30:28'),(4428,63633,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-11-10 09:54:58'),(4429,63633,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-11-10 09:55:21'),(4430,63737,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-11-11 20:19:07'),(4431,63784,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-11-12 13:04:08'),(4432,63825,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-11-13 08:23:56'),(4433,63832,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-11-13 11:29:06'),(4434,63833,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-11-13 11:33:43'),(4435,63847,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-11-13 16:15:42'),(4436,63848,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-11-13 16:26:22'),(4437,63848,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-11-13 16:31:13'),(4438,63886,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-11-14 14:56:16'),(4439,63917,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-11-15 20:14:07'),(4440,63917,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-11-15 20:16:56'),(4441,63970,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-11-16 14:59:22'),(4442,63972,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-11-16 15:43:41'),(4443,63973,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-11-16 15:43:42'),(4444,63989,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2017-11-16 19:26:15'),(4445,63994,'http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1607.MfL4W6PHJ0CBcMP373YrTbC0QFbS3naI-G7Ft_wu7bk3C6PlBv1TkRaNbxqc12IR.76bb1bf23d503acff2ca7e30ae9254418ac320b8&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YD','www.mstyresblackburn.co.uk/index.php','&etext=1607.MfL4W6PHJ0CBcMP373YrTbC0QFbS3naI-G7Ft_wu7bk3C6PlBv1TkRaNbxqc12IR.76bb1bf23d503acff2ca7e30ae9254418ac320b8','2017-11-16 19:48:50'),(4446,64091,'http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1609.kwuoHN6aAAsmKeU3tMIj3lLTgXkaASunICiXqoCLe5JT_4CnNNMl5ueMtiWJ_qGk.3713b1d79efb6d0819fdd5d8a8d978b133988bbc&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YC','www.mstyresblackburn.co.uk/index.php','&etext=1609.kwuoHN6aAAsmKeU3tMIj3lLTgXkaASunICiXqoCLe5JT_4CnNNMl5ueMtiWJ_qGk.3713b1d79efb6d0819fdd5d8a8d978b133988bbc','2017-11-18 04:05:19'),(4447,64114,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-11-18 12:21:46'),(4448,64249,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-11-20 09:58:42'),(4449,64316,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-11-21 15:43:44'),(4450,64435,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-11-23 09:42:54'),(4451,64442,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-11-23 12:57:34'),(4452,64482,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2017-11-24 00:41:34'),(4453,64500,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php?','','2017-11-24 15:47:56'),(4454,64501,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-11-24 15:58:31'),(4455,64502,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-11-24 16:06:28'),(4456,64525,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2017-11-24 22:43:25'),(4457,64525,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-11-24 22:47:15'),(4458,64528,'http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwjfkaiL7NjXAhXIqJQKHaK6COcQFgg_MAM&url=http%3A%2F%2Fmstyresblackburn.co.uk%2F&usg=AOvVaw0aLgpkwPgS_EcWOv7MKpYp','www.mstyresblackburn.co.uk/index.php?','&esrc=s','2017-11-25 04:05:11'),(4459,64532,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2017-11-25 06:25:29'),(4460,64597,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-11-26 20:50:36'),(4461,64619,'https://l.facebook.com/','www.mstyresblackburn.co.uk/index.php','','2017-11-27 18:27:07'),(4462,64620,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?controller=search&controller=search&orderby=position&orderway=desc&search_query=215+70+15c','','2017-11-27 18:43:38'),(4463,64627,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2017-11-28 10:21:20'),(4464,64639,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2017-11-28 14:33:28'),(4465,64648,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2017-11-28 20:59:26'),(4466,64714,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=9&controller=manufacturer&id_lang=1','','2017-11-29 16:09:11'),(4467,64758,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-11-30 11:28:07'),(4468,64758,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','','2017-11-30 11:29:28'),(4469,64795,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1621.aneXwaqpMfsCoitvrtlOVYZgbc7krBY4miruChsw3xg.8461c2c6ec7d6f91e6b1830667d3ed029cd461a2&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','&etext=1621.aneXwaqpMfsCoitvrtlOVYZgbc7krBY4miruChsw3xg.8461c2c6ec7d6f91e6b1830667d3ed029cd461a2','2017-12-01 07:16:50'),(4470,64794,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1621.UNr8Hqqqg0cNhJL-Qerg6nNXtTeYQ39XrXBZelkZg7s.c52522013edd72944631b37469545ed0c8ee8e27&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','&etext=1621.UNr8Hqqqg0cNhJL-Qerg6nNXtTeYQ39XrXBZelkZg7s.c52522013edd72944631b37469545ed0c8ee8e27','2017-12-01 07:16:50'),(4471,64797,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1621.aneXwaqpMfsCoitvrtlOVYZgbc7krBY4miruChsw3xg.8461c2c6ec7d6f91e6b1830667d3ed029cd461a2&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','&etext=1621.aneXwaqpMfsCoitvrtlOVYZgbc7krBY4miruChsw3xg.8461c2c6ec7d6f91e6b1830667d3ed029cd461a2','2017-12-01 07:16:50'),(4472,64796,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1621.aneXwaqpMfsCoitvrtlOVYZgbc7krBY4miruChsw3xg.8461c2c6ec7d6f91e6b1830667d3ed029cd461a2&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','&etext=1621.aneXwaqpMfsCoitvrtlOVYZgbc7krBY4miruChsw3xg.8461c2c6ec7d6f91e6b1830667d3ed029cd461a2','2017-12-01 07:16:50'),(4473,64798,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1621.UNr8Hqqqg0cNhJL-Qerg6nNXtTeYQ39XrXBZelkZg7s.c52522013edd72944631b37469545ed0c8ee8e27&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','&etext=1621.UNr8Hqqqg0cNhJL-Qerg6nNXtTeYQ39XrXBZelkZg7s.c52522013edd72944631b37469545ed0c8ee8e27','2017-12-01 07:16:50'),(4474,64799,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1621.UNr8Hqqqg0cNhJL-Qerg6nNXtTeYQ39XrXBZelkZg7s.c52522013edd72944631b37469545ed0c8ee8e27&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','&etext=1621.UNr8Hqqqg0cNhJL-Qerg6nNXtTeYQ39XrXBZelkZg7s.c52522013edd72944631b37469545ed0c8ee8e27','2017-12-01 07:16:50'),(4475,64800,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1621.aneXwaqpMfsCoitvrtlOVYZgbc7krBY4miruChsw3xg.8461c2c6ec7d6f91e6b1830667d3ed029cd461a2&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','&etext=1621.aneXwaqpMfsCoitvrtlOVYZgbc7krBY4miruChsw3xg.8461c2c6ec7d6f91e6b1830667d3ed029cd461a2','2017-12-01 07:16:51'),(4476,64801,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1621.aneXwaqpMfsCoitvrtlOVYZgbc7krBY4miruChsw3xg.8461c2c6ec7d6f91e6b1830667d3ed029cd461a2&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','&etext=1621.aneXwaqpMfsCoitvrtlOVYZgbc7krBY4miruChsw3xg.8461c2c6ec7d6f91e6b1830667d3ed029cd461a2','2017-12-01 07:16:51'),(4477,64802,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1621.UNr8Hqqqg0cNhJL-Qerg6nNXtTeYQ39XrXBZelkZg7s.c52522013edd72944631b37469545ed0c8ee8e27&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','&etext=1621.UNr8Hqqqg0cNhJL-Qerg6nNXtTeYQ39XrXBZelkZg7s.c52522013edd72944631b37469545ed0c8ee8e27','2017-12-01 07:16:56'),(4478,64802,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1621.UNr8Hqqqg0cNhJL-Qerg6nNXtTeYQ39XrXBZelkZg7s.c52522013edd72944631b37469545ed0c8ee8e27&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1&p=2','&etext=1621.UNr8Hqqqg0cNhJL-Qerg6nNXtTeYQ39XrXBZelkZg7s.c52522013edd72944631b37469545ed0c8ee8e27','2017-12-01 07:17:19'),(4479,64801,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1621.aneXwaqpMfsCoitvrtlOVYZgbc7krBY4miruChsw3xg.8461c2c6ec7d6f91e6b1830667d3ed029cd461a2&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','&etext=1621.aneXwaqpMfsCoitvrtlOVYZgbc7krBY4miruChsw3xg.8461c2c6ec7d6f91e6b1830667d3ed029cd461a2','2017-12-01 07:17:31'),(4480,64801,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1621.aneXwaqpMfsCoitvrtlOVYZgbc7krBY4miruChsw3xg.8461c2c6ec7d6f91e6b1830667d3ed029cd461a2&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1&p=2','&etext=1621.aneXwaqpMfsCoitvrtlOVYZgbc7krBY4miruChsw3xg.8461c2c6ec7d6f91e6b1830667d3ed029cd461a2','2017-12-01 07:17:35'),(4481,64806,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-12-01 09:05:49'),(4482,64807,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-12-01 09:05:50'),(4483,64824,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2017-12-01 16:58:05'),(4484,64826,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-12-01 19:04:46'),(4485,64826,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','','2017-12-01 19:05:11'),(4486,64826,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=10&controller=manufacturer&id_lang=1','','2017-12-01 19:06:08'),(4487,64826,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=12&controller=manufacturer&id_lang=1','','2017-12-01 19:06:08'),(4488,64826,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=12&controller=manufacturer&id_lang=1','','2017-12-01 19:06:08'),(4489,64826,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=19&controller=product&id_lang=1','','2017-12-01 19:09:41'),(4490,64826,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=33&controller=product&id_lang=1','','2017-12-01 19:11:15'),(4491,64826,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-12-01 19:14:38'),(4492,64826,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-12-01 19:14:39'),(4493,64852,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-12-02 14:20:28'),(4494,64853,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-12-02 14:20:28'),(4495,64946,'http://109.203.101.11:2086/cpsess0213987129/scripts4/listaccts?skip=3&search=&searchtype=&acctp=30&sortrev=&sortorder=domain','www.mstyresblackburn.co.uk/index.php?','','2017-12-03 20:16:19'),(4496,64996,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1626.VpVmXPKLFMnyeY5zN2j1TPWcyn7xB06gUQATvUs-bWY.b511dcf03db5aa69726a9ecbd41a66ec7c165a20&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','&etext=1626.VpVmXPKLFMnyeY5zN2j1TPWcyn7xB06gUQATvUs-bWY.b511dcf03db5aa69726a9ecbd41a66ec7c165a20','2017-12-06 02:54:23'),(4497,64996,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1626.VpVmXPKLFMnyeY5zN2j1TPWcyn7xB06gUQATvUs-bWY.b511dcf03db5aa69726a9ecbd41a66ec7c165a20&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','&etext=1626.VpVmXPKLFMnyeY5zN2j1TPWcyn7xB06gUQATvUs-bWY.b511dcf03db5aa69726a9ecbd41a66ec7c165a20','2017-12-06 02:54:30'),(4498,64996,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1626.VpVmXPKLFMnyeY5zN2j1TPWcyn7xB06gUQATvUs-bWY.b511dcf03db5aa69726a9ecbd41a66ec7c165a20&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1&p=2','&etext=1626.VpVmXPKLFMnyeY5zN2j1TPWcyn7xB06gUQATvUs-bWY.b511dcf03db5aa69726a9ecbd41a66ec7c165a20','2017-12-06 02:54:32'),(4499,64998,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1626.yxPkvE3mobAvWeCPfbhxRInRGwNz6pNaSqmUfFJc_eI.5059bf6abb31e8ed7d86fb8526b54c7ff3327cbd&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','&etext=1626.yxPkvE3mobAvWeCPfbhxRInRGwNz6pNaSqmUfFJc_eI.5059bf6abb31e8ed7d86fb8526b54c7ff3327cbd','2017-12-06 03:10:17'),(4500,64998,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1626.yxPkvE3mobAvWeCPfbhxRInRGwNz6pNaSqmUfFJc_eI.5059bf6abb31e8ed7d86fb8526b54c7ff3327cbd&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','&etext=1626.yxPkvE3mobAvWeCPfbhxRInRGwNz6pNaSqmUfFJc_eI.5059bf6abb31e8ed7d86fb8526b54c7ff3327cbd','2017-12-06 03:10:29'),(4501,64998,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1626.yxPkvE3mobAvWeCPfbhxRInRGwNz6pNaSqmUfFJc_eI.5059bf6abb31e8ed7d86fb8526b54c7ff3327cbd&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1&p=2','&etext=1626.yxPkvE3mobAvWeCPfbhxRInRGwNz6pNaSqmUfFJc_eI.5059bf6abb31e8ed7d86fb8526b54c7ff3327cbd','2017-12-06 03:10:33'),(4502,64999,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1626.Xlj099YSdOy-u75qyO5zIbghI10MkyLlr3yj2T0xjzo.4536fa7dd5f4d398e30e56a909fa2fa8231bf2a8&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','&etext=1626.Xlj099YSdOy-u75qyO5zIbghI10MkyLlr3yj2T0xjzo.4536fa7dd5f4d398e30e56a909fa2fa8231bf2a8','2017-12-06 03:30:30'),(4503,64999,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1626.Xlj099YSdOy-u75qyO5zIbghI10MkyLlr3yj2T0xjzo.4536fa7dd5f4d398e30e56a909fa2fa8231bf2a8&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','&etext=1626.Xlj099YSdOy-u75qyO5zIbghI10MkyLlr3yj2T0xjzo.4536fa7dd5f4d398e30e56a909fa2fa8231bf2a8','2017-12-06 03:30:43'),(4504,64999,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1626.Xlj099YSdOy-u75qyO5zIbghI10MkyLlr3yj2T0xjzo.4536fa7dd5f4d398e30e56a909fa2fa8231bf2a8&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1&p=2','&etext=1626.Xlj099YSdOy-u75qyO5zIbghI10MkyLlr3yj2T0xjzo.4536fa7dd5f4d398e30e56a909fa2fa8231bf2a8','2017-12-06 03:30:50'),(4505,65001,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1626.zFR0XqRfw-j3Ny0HmylgmA_6jOrOHe7U-Ut8bN1nwYo.5d4dcf9afb0932fb95d3d31d69386bd92b7a625f&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','&etext=1626.zFR0XqRfw-j3Ny0HmylgmA_6jOrOHe7U-Ut8bN1nwYo.5d4dcf9afb0932fb95d3d31d69386bd92b7a625f','2017-12-06 03:41:29'),(4506,65001,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1626.zFR0XqRfw-j3Ny0HmylgmA_6jOrOHe7U-Ut8bN1nwYo.5d4dcf9afb0932fb95d3d31d69386bd92b7a625f&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','&etext=1626.zFR0XqRfw-j3Ny0HmylgmA_6jOrOHe7U-Ut8bN1nwYo.5d4dcf9afb0932fb95d3d31d69386bd92b7a625f','2017-12-06 03:41:43'),(4507,65001,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1626.zFR0XqRfw-j3Ny0HmylgmA_6jOrOHe7U-Ut8bN1nwYo.5d4dcf9afb0932fb95d3d31d69386bd92b7a625f&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1&p=2','&etext=1626.zFR0XqRfw-j3Ny0HmylgmA_6jOrOHe7U-Ut8bN1nwYo.5d4dcf9afb0932fb95d3d31d69386bd92b7a625f','2017-12-06 03:41:49'),(4508,65002,'https://yandex.ru/clck/jsredir?from=yandex.ru%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1626.0OM-GPmim7VLhVKujNI_Dm-jJUYZX77uBCYUq-DnBq0.e9cf13f40880d2bd65a24da9486fe4872324de9f&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','&etext=1626.0OM-GPmim7VLhVKujNI_Dm-jJUYZX77uBCYUq-DnBq0.e9cf13f40880d2bd65a24da9486fe4872324de9f','2017-12-06 03:50:02'),(4509,65002,'https://yandex.ru/clck/jsredir?from=yandex.ru%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1626.0OM-GPmim7VLhVKujNI_Dm-jJUYZX77uBCYUq-DnBq0.e9cf13f40880d2bd65a24da9486fe4872324de9f&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','&etext=1626.0OM-GPmim7VLhVKujNI_Dm-jJUYZX77uBCYUq-DnBq0.e9cf13f40880d2bd65a24da9486fe4872324de9f','2017-12-06 03:50:17'),(4510,65002,'https://yandex.ru/clck/jsredir?from=yandex.ru%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1626.0OM-GPmim7VLhVKujNI_Dm-jJUYZX77uBCYUq-DnBq0.e9cf13f40880d2bd65a24da9486fe4872324de9f&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1&p=2','&etext=1626.0OM-GPmim7VLhVKujNI_Dm-jJUYZX77uBCYUq-DnBq0.e9cf13f40880d2bd65a24da9486fe4872324de9f','2017-12-06 03:50:21'),(4511,65104,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1627.Efw3Z7CeOTTJ98npAQxAP-av19saQfT-sfwKnx3y8ww.1c07cfcc382fef10983adef2e892c500b78d3add&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','&etext=1627.Efw3Z7CeOTTJ98npAQxAP-av19saQfT-sfwKnx3y8ww.1c07cfcc382fef10983adef2e892c500b78d3add','2017-12-06 20:58:01'),(4512,65104,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1627.Efw3Z7CeOTTJ98npAQxAP-av19saQfT-sfwKnx3y8ww.1c07cfcc382fef10983adef2e892c500b78d3add&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','&etext=1627.Efw3Z7CeOTTJ98npAQxAP-av19saQfT-sfwKnx3y8ww.1c07cfcc382fef10983adef2e892c500b78d3add','2017-12-06 20:58:07'),(4513,65104,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1627.Efw3Z7CeOTTJ98npAQxAP-av19saQfT-sfwKnx3y8ww.1c07cfcc382fef10983adef2e892c500b78d3add&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1&p=2','&etext=1627.Efw3Z7CeOTTJ98npAQxAP-av19saQfT-sfwKnx3y8ww.1c07cfcc382fef10983adef2e892c500b78d3add','2017-12-06 20:58:09'),(4514,65105,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1627.qdrjSdCaRaBdJ-_NOqUMHmtawZAmUS0PKmMV62Y386k.b2bb7dddb69ebd15515c8913fdb0612b0ed001a5&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','&etext=1627.qdrjSdCaRaBdJ-_NOqUMHmtawZAmUS0PKmMV62Y386k.b2bb7dddb69ebd15515c8913fdb0612b0ed001a5','2017-12-06 21:13:27'),(4515,65105,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1627.qdrjSdCaRaBdJ-_NOqUMHmtawZAmUS0PKmMV62Y386k.b2bb7dddb69ebd15515c8913fdb0612b0ed001a5&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','&etext=1627.qdrjSdCaRaBdJ-_NOqUMHmtawZAmUS0PKmMV62Y386k.b2bb7dddb69ebd15515c8913fdb0612b0ed001a5','2017-12-06 21:13:35'),(4516,65105,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1627.qdrjSdCaRaBdJ-_NOqUMHmtawZAmUS0PKmMV62Y386k.b2bb7dddb69ebd15515c8913fdb0612b0ed001a5&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1&p=2','&etext=1627.qdrjSdCaRaBdJ-_NOqUMHmtawZAmUS0PKmMV62Y386k.b2bb7dddb69ebd15515c8913fdb0612b0ed001a5','2017-12-06 21:13:38'),(4517,65136,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1628.DgNUF1zqMzkR9--EnhSA88vowRDNduCimK5esmDZIOg.4773fd200df46ebd2e9272f81479a823c25d1da0&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','&etext=1628.DgNUF1zqMzkR9--EnhSA88vowRDNduCimK5esmDZIOg.4773fd200df46ebd2e9272f81479a823c25d1da0','2017-12-07 14:14:56'),(4518,65136,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1628.DgNUF1zqMzkR9--EnhSA88vowRDNduCimK5esmDZIOg.4773fd200df46ebd2e9272f81479a823c25d1da0&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','&etext=1628.DgNUF1zqMzkR9--EnhSA88vowRDNduCimK5esmDZIOg.4773fd200df46ebd2e9272f81479a823c25d1da0','2017-12-07 14:15:00'),(4519,65136,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1628.DgNUF1zqMzkR9--EnhSA88vowRDNduCimK5esmDZIOg.4773fd200df46ebd2e9272f81479a823c25d1da0&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1&p=2','&etext=1628.DgNUF1zqMzkR9--EnhSA88vowRDNduCimK5esmDZIOg.4773fd200df46ebd2e9272f81479a823c25d1da0','2017-12-07 14:15:02'),(4520,65167,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1628.ZDxfVZ0k5nScoV7FJuXPttJqUeLx7-dEmCkex7Yf35o.95d9fce14ac121a06c4505523c26774103786177&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','&etext=1628.ZDxfVZ0k5nScoV7FJuXPttJqUeLx7-dEmCkex7Yf35o.95d9fce14ac121a06c4505523c26774103786177','2017-12-07 14:31:08'),(4521,65167,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1628.ZDxfVZ0k5nScoV7FJuXPttJqUeLx7-dEmCkex7Yf35o.95d9fce14ac121a06c4505523c26774103786177&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','&etext=1628.ZDxfVZ0k5nScoV7FJuXPttJqUeLx7-dEmCkex7Yf35o.95d9fce14ac121a06c4505523c26774103786177','2017-12-07 14:31:16'),(4522,65167,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1628.ZDxfVZ0k5nScoV7FJuXPttJqUeLx7-dEmCkex7Yf35o.95d9fce14ac121a06c4505523c26774103786177&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1&p=2','&etext=1628.ZDxfVZ0k5nScoV7FJuXPttJqUeLx7-dEmCkex7Yf35o.95d9fce14ac121a06c4505523c26774103786177','2017-12-07 14:31:19'),(4523,65177,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-12-07 20:09:50'),(4524,65177,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-12-07 20:10:00'),(4525,65177,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-12-07 20:10:01'),(4526,65179,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-12-07 21:08:51'),(4527,65216,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1628.LuY6Pw9RXsVh4q1HVbmrhdLjFjwZxqclpjBIcFyXu7E.2b2396f671ad32e8262385ed7d93fd5a3d2887fd&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','&etext=1628.LuY6Pw9RXsVh4q1HVbmrhdLjFjwZxqclpjBIcFyXu7E.2b2396f671ad32e8262385ed7d93fd5a3d2887fd','2017-12-08 00:08:11'),(4528,65216,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1628.LuY6Pw9RXsVh4q1HVbmrhdLjFjwZxqclpjBIcFyXu7E.2b2396f671ad32e8262385ed7d93fd5a3d2887fd&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','&etext=1628.LuY6Pw9RXsVh4q1HVbmrhdLjFjwZxqclpjBIcFyXu7E.2b2396f671ad32e8262385ed7d93fd5a3d2887fd','2017-12-08 00:08:17'),(4529,65216,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1628.LuY6Pw9RXsVh4q1HVbmrhdLjFjwZxqclpjBIcFyXu7E.2b2396f671ad32e8262385ed7d93fd5a3d2887fd&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1&p=2','&etext=1628.LuY6Pw9RXsVh4q1HVbmrhdLjFjwZxqclpjBIcFyXu7E.2b2396f671ad32e8262385ed7d93fd5a3d2887fd','2017-12-08 00:08:19'),(4530,65217,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1628.TBISVhDxp9SHnMf_ap8WQHfURXCRc7va25CRt1bZW5g.b74b0fbf8a52ec1d154e9867761ad0b0c63d3c10&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','&etext=1628.TBISVhDxp9SHnMf_ap8WQHfURXCRc7va25CRt1bZW5g.b74b0fbf8a52ec1d154e9867761ad0b0c63d3c10','2017-12-08 00:26:08'),(4531,65217,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1628.TBISVhDxp9SHnMf_ap8WQHfURXCRc7va25CRt1bZW5g.b74b0fbf8a52ec1d154e9867761ad0b0c63d3c10&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','&etext=1628.TBISVhDxp9SHnMf_ap8WQHfURXCRc7va25CRt1bZW5g.b74b0fbf8a52ec1d154e9867761ad0b0c63d3c10','2017-12-08 00:26:14'),(4532,65217,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1628.TBISVhDxp9SHnMf_ap8WQHfURXCRc7va25CRt1bZW5g.b74b0fbf8a52ec1d154e9867761ad0b0c63d3c10&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1&p=2','&etext=1628.TBISVhDxp9SHnMf_ap8WQHfURXCRc7va25CRt1bZW5g.b74b0fbf8a52ec1d154e9867761ad0b0c63d3c10','2017-12-08 00:26:15'),(4533,65218,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1628.A70ESUZp23y8Fkkxuf_Bdi8dSErKC8FwjQKAkrrqnO4.e1552c311ecc43c43f5875271d002c1e8fa281ea&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','&etext=1628.A70ESUZp23y8Fkkxuf_Bdi8dSErKC8FwjQKAkrrqnO4.e1552c311ecc43c43f5875271d002c1e8fa281ea','2017-12-08 00:27:50'),(4534,65218,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1628.A70ESUZp23y8Fkkxuf_Bdi8dSErKC8FwjQKAkrrqnO4.e1552c311ecc43c43f5875271d002c1e8fa281ea&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','&etext=1628.A70ESUZp23y8Fkkxuf_Bdi8dSErKC8FwjQKAkrrqnO4.e1552c311ecc43c43f5875271d002c1e8fa281ea','2017-12-08 00:28:00'),(4535,65218,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1628.A70ESUZp23y8Fkkxuf_Bdi8dSErKC8FwjQKAkrrqnO4.e1552c311ecc43c43f5875271d002c1e8fa281ea&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1&p=2','&etext=1628.A70ESUZp23y8Fkkxuf_Bdi8dSErKC8FwjQKAkrrqnO4.e1552c311ecc43c43f5875271d002c1e8fa281ea','2017-12-08 00:28:03'),(4536,65220,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1628.kJ17Om4uoD3v0BtiK6XxXQF-fj2vwoQ0EXps3zLw1hs.fac5964d3247445ad04fe3c547196ba7958db4bd&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','&etext=1628.kJ17Om4uoD3v0BtiK6XxXQF-fj2vwoQ0EXps3zLw1hs.fac5964d3247445ad04fe3c547196ba7958db4bd','2017-12-08 00:31:21'),(4537,65220,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1628.kJ17Om4uoD3v0BtiK6XxXQF-fj2vwoQ0EXps3zLw1hs.fac5964d3247445ad04fe3c547196ba7958db4bd&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','&etext=1628.kJ17Om4uoD3v0BtiK6XxXQF-fj2vwoQ0EXps3zLw1hs.fac5964d3247445ad04fe3c547196ba7958db4bd','2017-12-08 00:31:29'),(4538,65220,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1628.kJ17Om4uoD3v0BtiK6XxXQF-fj2vwoQ0EXps3zLw1hs.fac5964d3247445ad04fe3c547196ba7958db4bd&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1&p=2','&etext=1628.kJ17Om4uoD3v0BtiK6XxXQF-fj2vwoQ0EXps3zLw1hs.fac5964d3247445ad04fe3c547196ba7958db4bd','2017-12-08 00:31:31'),(4539,65221,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1628.pS4TSwpqkNe9ijkvsCvQSBgXk8oTPc-zB_ZpI_ulenY.22813e80c3464825c190cddead28ca03d93e59d0&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','&etext=1628.pS4TSwpqkNe9ijkvsCvQSBgXk8oTPc-zB_ZpI_ulenY.22813e80c3464825c190cddead28ca03d93e59d0','2017-12-08 00:43:39'),(4540,65221,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1628.pS4TSwpqkNe9ijkvsCvQSBgXk8oTPc-zB_ZpI_ulenY.22813e80c3464825c190cddead28ca03d93e59d0&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','&etext=1628.pS4TSwpqkNe9ijkvsCvQSBgXk8oTPc-zB_ZpI_ulenY.22813e80c3464825c190cddead28ca03d93e59d0','2017-12-08 00:43:47'),(4541,65221,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1628.pS4TSwpqkNe9ijkvsCvQSBgXk8oTPc-zB_ZpI_ulenY.22813e80c3464825c190cddead28ca03d93e59d0&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1&p=2','&etext=1628.pS4TSwpqkNe9ijkvsCvQSBgXk8oTPc-zB_ZpI_ulenY.22813e80c3464825c190cddead28ca03d93e59d0','2017-12-08 00:43:50'),(4542,65284,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1629.JFCCFOp51BEMfpUnpkl8TEGj1GyUYge_VLJ7pHsVebI.47610daf535b2fe5768512606939a256dab6a0bb&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','&etext=1629.JFCCFOp51BEMfpUnpkl8TEGj1GyUYge_VLJ7pHsVebI.47610daf535b2fe5768512606939a256dab6a0bb','2017-12-08 15:03:55'),(4543,65284,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1629.JFCCFOp51BEMfpUnpkl8TEGj1GyUYge_VLJ7pHsVebI.47610daf535b2fe5768512606939a256dab6a0bb&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','&etext=1629.JFCCFOp51BEMfpUnpkl8TEGj1GyUYge_VLJ7pHsVebI.47610daf535b2fe5768512606939a256dab6a0bb','2017-12-08 15:04:02'),(4544,65284,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1629.JFCCFOp51BEMfpUnpkl8TEGj1GyUYge_VLJ7pHsVebI.47610daf535b2fe5768512606939a256dab6a0bb&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1&p=2','&etext=1629.JFCCFOp51BEMfpUnpkl8TEGj1GyUYge_VLJ7pHsVebI.47610daf535b2fe5768512606939a256dab6a0bb','2017-12-08 15:04:06'),(4545,65318,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2017-12-08 20:42:09'),(4546,65319,'http://pizza-tycoon.com/','www.mstyresblackburn.co.uk/index.php?','','2017-12-08 20:42:10'),(4547,65320,'http://pizza-tycoon.com/','www.mstyresblackburn.co.uk/index.php?','','2017-12-09 00:19:39'),(4548,65322,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1629.ftV4iDjyWVrXsct9HOn083p8PzV4gkzBtmhkBNytCRM.2e226d1f53c1594271eb7d4a3a470a165bc87d2f&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','&etext=1629.ftV4iDjyWVrXsct9HOn083p8PzV4gkzBtmhkBNytCRM.2e226d1f53c1594271eb7d4a3a470a165bc87d2f','2017-12-09 02:36:56'),(4549,65322,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1629.ftV4iDjyWVrXsct9HOn083p8PzV4gkzBtmhkBNytCRM.2e226d1f53c1594271eb7d4a3a470a165bc87d2f&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','&etext=1629.ftV4iDjyWVrXsct9HOn083p8PzV4gkzBtmhkBNytCRM.2e226d1f53c1594271eb7d4a3a470a165bc87d2f','2017-12-09 02:37:11'),(4550,65322,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1629.ftV4iDjyWVrXsct9HOn083p8PzV4gkzBtmhkBNytCRM.2e226d1f53c1594271eb7d4a3a470a165bc87d2f&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1&p=2','&etext=1629.ftV4iDjyWVrXsct9HOn083p8PzV4gkzBtmhkBNytCRM.2e226d1f53c1594271eb7d4a3a470a165bc87d2f','2017-12-09 02:37:18'),(4551,65323,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1629.QwFLel4IbykesSuKLXQFpiQ8XirvHL8we8A0X1fTPxE.2685770565ca22ff579feb2d1d83732de436b624&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','&etext=1629.QwFLel4IbykesSuKLXQFpiQ8XirvHL8we8A0X1fTPxE.2685770565ca22ff579feb2d1d83732de436b624','2017-12-09 02:58:30'),(4552,65323,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1629.QwFLel4IbykesSuKLXQFpiQ8XirvHL8we8A0X1fTPxE.2685770565ca22ff579feb2d1d83732de436b624&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','&etext=1629.QwFLel4IbykesSuKLXQFpiQ8XirvHL8we8A0X1fTPxE.2685770565ca22ff579feb2d1d83732de436b624','2017-12-09 02:58:38'),(4553,65323,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1629.QwFLel4IbykesSuKLXQFpiQ8XirvHL8we8A0X1fTPxE.2685770565ca22ff579feb2d1d83732de436b624&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1&p=2','&etext=1629.QwFLel4IbykesSuKLXQFpiQ8XirvHL8we8A0X1fTPxE.2685770565ca22ff579feb2d1d83732de436b624','2017-12-09 02:58:40'),(4554,65326,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1629.MnX7lJbp7n1ixS6GaMADesuTSp4I__5Cs-oID-Fxrk8.7a17f49356cd04703cdb436cd8d0b0424bec82f0&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','&etext=1629.MnX7lJbp7n1ixS6GaMADesuTSp4I__5Cs-oID-Fxrk8.7a17f49356cd04703cdb436cd8d0b0424bec82f0','2017-12-09 03:19:12'),(4555,65326,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1629.MnX7lJbp7n1ixS6GaMADesuTSp4I__5Cs-oID-Fxrk8.7a17f49356cd04703cdb436cd8d0b0424bec82f0&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','&etext=1629.MnX7lJbp7n1ixS6GaMADesuTSp4I__5Cs-oID-Fxrk8.7a17f49356cd04703cdb436cd8d0b0424bec82f0','2017-12-09 03:19:24'),(4556,65326,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1629.MnX7lJbp7n1ixS6GaMADesuTSp4I__5Cs-oID-Fxrk8.7a17f49356cd04703cdb436cd8d0b0424bec82f0&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1&p=2','&etext=1629.MnX7lJbp7n1ixS6GaMADesuTSp4I__5Cs-oID-Fxrk8.7a17f49356cd04703cdb436cd8d0b0424bec82f0','2017-12-09 03:19:28'),(4557,65365,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1630.GJpDgRKp7x7UaoiTFwy8cybocM_YpzGQgRRRxqXYaTI.0c4273eb4ef8caa5125946f451509862d555a382&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','&etext=1630.GJpDgRKp7x7UaoiTFwy8cybocM_YpzGQgRRRxqXYaTI.0c4273eb4ef8caa5125946f451509862d555a382','2017-12-09 13:14:29'),(4558,65365,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1630.GJpDgRKp7x7UaoiTFwy8cybocM_YpzGQgRRRxqXYaTI.0c4273eb4ef8caa5125946f451509862d555a382&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','&etext=1630.GJpDgRKp7x7UaoiTFwy8cybocM_YpzGQgRRRxqXYaTI.0c4273eb4ef8caa5125946f451509862d555a382','2017-12-09 13:14:35'),(4559,65365,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1630.GJpDgRKp7x7UaoiTFwy8cybocM_YpzGQgRRRxqXYaTI.0c4273eb4ef8caa5125946f451509862d555a382&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1&p=2','&etext=1630.GJpDgRKp7x7UaoiTFwy8cybocM_YpzGQgRRRxqXYaTI.0c4273eb4ef8caa5125946f451509862d555a382','2017-12-09 13:14:37'),(4560,65366,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1630.hdKkNhb6YQ-H8ASjwv1bh-VWwCx0b_botYQo90sZDu8.1a82aabcd6bd165985f82d6579ff46f76b2103f2&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','&etext=1630.hdKkNhb6YQ-H8ASjwv1bh-VWwCx0b_botYQo90sZDu8.1a82aabcd6bd165985f82d6579ff46f76b2103f2','2017-12-09 13:18:44'),(4561,65366,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1630.hdKkNhb6YQ-H8ASjwv1bh-VWwCx0b_botYQo90sZDu8.1a82aabcd6bd165985f82d6579ff46f76b2103f2&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','&etext=1630.hdKkNhb6YQ-H8ASjwv1bh-VWwCx0b_botYQo90sZDu8.1a82aabcd6bd165985f82d6579ff46f76b2103f2','2017-12-09 13:18:58'),(4562,65366,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1630.hdKkNhb6YQ-H8ASjwv1bh-VWwCx0b_botYQo90sZDu8.1a82aabcd6bd165985f82d6579ff46f76b2103f2&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1&p=2','&etext=1630.hdKkNhb6YQ-H8ASjwv1bh-VWwCx0b_botYQo90sZDu8.1a82aabcd6bd165985f82d6579ff46f76b2103f2','2017-12-09 13:19:01'),(4563,65417,'http://www.google.com/search','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2017-12-09 23:15:13'),(4564,65420,'http://pizza-tycoon.com/','www.mstyresblackburn.co.uk/index.php?','','2017-12-10 06:35:09'),(4565,65421,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2017-12-10 07:55:53'),(4566,65428,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-12-10 11:17:24'),(4567,65430,'http://pizza-tycoon.com/','www.mstyresblackburn.co.uk/index.php?','','2017-12-10 12:51:39'),(4568,65432,'http://burger-imperia.com/','www.mstyresblackburn.co.uk/index.php?','','2017-12-10 13:46:19'),(4569,65433,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-12-10 14:02:54'),(4570,65440,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-12-10 19:15:44'),(4571,65440,'http://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-12-10 19:34:16'),(4572,65441,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=37&controller=category&id_lang=1','','2017-12-10 20:26:54'),(4573,65465,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1632.1UYumjTpO9lG27ZFaCUVujDyM1RM6PcLuRZVQ8fBZiw.2ee380909485e5593fdeae91c487a16ecf6f6a07&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','&etext=1632.1UYumjTpO9lG27ZFaCUVujDyM1RM6PcLuRZVQ8fBZiw.2ee380909485e5593fdeae91c487a16ecf6f6a07','2017-12-11 09:07:54'),(4574,65465,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1632.1UYumjTpO9lG27ZFaCUVujDyM1RM6PcLuRZVQ8fBZiw.2ee380909485e5593fdeae91c487a16ecf6f6a07&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','&etext=1632.1UYumjTpO9lG27ZFaCUVujDyM1RM6PcLuRZVQ8fBZiw.2ee380909485e5593fdeae91c487a16ecf6f6a07','2017-12-11 09:08:01'),(4575,65465,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1632.1UYumjTpO9lG27ZFaCUVujDyM1RM6PcLuRZVQ8fBZiw.2ee380909485e5593fdeae91c487a16ecf6f6a07&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1&p=2','&etext=1632.1UYumjTpO9lG27ZFaCUVujDyM1RM6PcLuRZVQ8fBZiw.2ee380909485e5593fdeae91c487a16ecf6f6a07','2017-12-11 09:08:03'),(4576,65466,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1632.VpvvN4PniQrBQIAZ7VfnkJSEPBoI4QbJeqCPn7eCCjQ.20633b3b82d818573852bb454074e2130a0147b7&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','&etext=1632.VpvvN4PniQrBQIAZ7VfnkJSEPBoI4QbJeqCPn7eCCjQ.20633b3b82d818573852bb454074e2130a0147b7','2017-12-11 09:13:36'),(4577,65466,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1632.VpvvN4PniQrBQIAZ7VfnkJSEPBoI4QbJeqCPn7eCCjQ.20633b3b82d818573852bb454074e2130a0147b7&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','&etext=1632.VpvvN4PniQrBQIAZ7VfnkJSEPBoI4QbJeqCPn7eCCjQ.20633b3b82d818573852bb454074e2130a0147b7','2017-12-11 09:13:43'),(4578,65466,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1632.VpvvN4PniQrBQIAZ7VfnkJSEPBoI4QbJeqCPn7eCCjQ.20633b3b82d818573852bb454074e2130a0147b7&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1&p=2','&etext=1632.VpvvN4PniQrBQIAZ7VfnkJSEPBoI4QbJeqCPn7eCCjQ.20633b3b82d818573852bb454074e2130a0147b7','2017-12-11 09:13:45'),(4579,65476,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-12-11 12:39:48'),(4580,65478,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-12-11 14:46:32'),(4581,65496,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1633.RyBJXjNPMEiUshsr0lIc6zOJmPoJkmSLteTDT6lahV4.01c2082b34556c80df1d9cfc39ea4da1164797ac&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','&etext=1633.RyBJXjNPMEiUshsr0lIc6zOJmPoJkmSLteTDT6lahV4.01c2082b34556c80df1d9cfc39ea4da1164797ac','2017-12-13 07:17:07'),(4582,65496,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1633.RyBJXjNPMEiUshsr0lIc6zOJmPoJkmSLteTDT6lahV4.01c2082b34556c80df1d9cfc39ea4da1164797ac&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','&etext=1633.RyBJXjNPMEiUshsr0lIc6zOJmPoJkmSLteTDT6lahV4.01c2082b34556c80df1d9cfc39ea4da1164797ac','2017-12-13 07:17:16'),(4583,65496,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1633.RyBJXjNPMEiUshsr0lIc6zOJmPoJkmSLteTDT6lahV4.01c2082b34556c80df1d9cfc39ea4da1164797ac&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1&p=2','&etext=1633.RyBJXjNPMEiUshsr0lIc6zOJmPoJkmSLteTDT6lahV4.01c2082b34556c80df1d9cfc39ea4da1164797ac','2017-12-13 07:17:20'),(4584,65537,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-12-13 17:22:09'),(4585,65568,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1634.rccaYMC09T1VuQmjql4DBGVLBD48_GlpTGwhw2WPSwo.ceee78cd2acda238459bc8f99bc971b5a13e2e56&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','&etext=1634.rccaYMC09T1VuQmjql4DBGVLBD48_GlpTGwhw2WPSwo.ceee78cd2acda238459bc8f99bc971b5a13e2e56','2017-12-14 07:15:43'),(4586,65568,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1634.rccaYMC09T1VuQmjql4DBGVLBD48_GlpTGwhw2WPSwo.ceee78cd2acda238459bc8f99bc971b5a13e2e56&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','&etext=1634.rccaYMC09T1VuQmjql4DBGVLBD48_GlpTGwhw2WPSwo.ceee78cd2acda238459bc8f99bc971b5a13e2e56','2017-12-14 07:15:49'),(4587,65568,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1634.rccaYMC09T1VuQmjql4DBGVLBD48_GlpTGwhw2WPSwo.ceee78cd2acda238459bc8f99bc971b5a13e2e56&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1&p=2','&etext=1634.rccaYMC09T1VuQmjql4DBGVLBD48_GlpTGwhw2WPSwo.ceee78cd2acda238459bc8f99bc971b5a13e2e56','2017-12-14 07:15:50'),(4588,65570,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-12-14 10:27:29'),(4589,65575,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-12-14 16:28:08'),(4590,65577,'https://www.google.es/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2017-12-14 17:36:53'),(4591,65612,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-12-15 15:00:24'),(4592,65612,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-12-15 15:00:43'),(4593,65615,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-12-15 21:09:23'),(4594,65657,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-12-17 15:11:38'),(4595,65661,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-12-17 15:51:23'),(4596,65683,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-12-18 10:18:58'),(4597,65685,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-12-18 13:49:55'),(4598,65686,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-12-18 14:13:24'),(4599,65696,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-12-18 17:21:21'),(4600,65711,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-12-19 11:20:45'),(4601,65714,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-12-19 15:21:03'),(4602,65715,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2017-12-19 16:18:26'),(4603,65770,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-12-21 15:33:22'),(4604,65784,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-12-22 08:56:52'),(4605,65787,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-12-22 13:16:09'),(4606,65887,'https://www.google.nl/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2017-12-25 12:22:50'),(4607,65938,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-12-27 10:40:05'),(4608,65939,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-12-27 13:43:05'),(4609,65944,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwiv3b63j6vYAhXMBcAKHYtLDfsQFgiOATAB&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D20%26controller%3Dproduct%26id_lang%3D1&usg=AOvVaw3bsAxikiA18heCUA_99QRS','www.mstyresblackburn.co.uk/index.php?id_product=20&controller=product&id_lang=1','&esrc=s','2017-12-27 21:20:44'),(4610,65956,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-12-28 10:04:15'),(4611,65956,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-12-28 10:04:36'),(4612,66005,'http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1650.c5F9efJHinT9aSzdQvuwL6lDSJNtiDnD-QP3prfnsgp7zIa0b0Cj2sYxpD5OkLYq.84ffd44e876e213b9d4d836138ad08fc6a3baab9&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YM','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1650.c5F9efJHinT9aSzdQvuwL6lDSJNtiDnD-QP3prfnsgp7zIa0b0Cj2sYxpD5OkLYq.84ffd44e876e213b9d4d836138ad08fc6a3baab9','2017-12-29 11:11:27'),(4613,66010,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-12-29 13:44:22'),(4614,66010,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-12-29 13:45:43'),(4615,66015,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-12-29 14:35:28'),(4616,66017,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-12-29 16:33:36'),(4617,66020,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2017-12-29 18:33:51'),(4618,66045,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-12-31 10:33:47'),(4619,66045,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-12-31 10:34:28'),(4620,66046,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2017-12-31 12:08:59'),(4621,66067,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2018-01-01 12:19:13'),(4622,66067,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2018-01-01 12:19:39'),(4623,66106,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-01-02 11:31:38'),(4624,66106,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2018-01-02 11:32:24'),(4625,66110,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-01-02 16:52:01'),(4626,66123,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-01-03 09:08:56'),(4627,66129,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2018-01-03 12:33:43'),(4628,66139,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2018-01-04 01:41:41'),(4629,66167,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2018-01-04 05:19:15'),(4630,66193,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2018-01-04 15:11:39'),(4631,66194,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2018-01-04 19:12:58'),(4632,66200,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-01-04 21:51:38'),(4633,66200,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-01-04 21:52:08'),(4634,66205,'http://www.openmultipleurl.com/','www.mstyresblackburn.co.uk/index.php?controller=contact','','2018-01-05 05:43:18'),(4635,66225,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-01-05 13:12:18'),(4636,66225,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-01-05 13:12:23'),(4637,66225,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-01-05 13:12:23'),(4638,66252,'http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1658.BJvC5jytBfr-ZDtJ9ltjWx4sCQTKoaLVzBDGArN-Vaf2mdxWQLCq7V209Zapr0o8.19ce8639509c0c9b2fc4e2261a1cee8f78f2855f&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YG','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1658.BJvC5jytBfr-ZDtJ9ltjWx4sCQTKoaLVzBDGArN-Vaf2mdxWQLCq7V209Zapr0o8.19ce8639509c0c9b2fc4e2261a1cee8f78f2855f','2018-01-06 08:56:55'),(4639,66253,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2018-01-06 09:14:00'),(4640,66253,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2018-01-06 09:26:54'),(4641,66287,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-01-07 10:38:50'),(4642,66308,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-01-08 10:44:26'),(4643,66315,'http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1660.01XmTTLMjgl-RbjPcKKHwTT9Y26vIlO8kF5hajSoVLS55yN3LCJvz-FVeDOKcn_D.bed00914d0e492721e24a8bff7d5d129fb29763b&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YG','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1660.01XmTTLMjgl-RbjPcKKHwTT9Y26vIlO8kF5hajSoVLS55yN3LCJvz-FVeDOKcn_D.bed00914d0e492721e24a8bff7d5d129fb29763b','2018-01-09 00:04:13'),(4644,66447,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2018-01-11 11:23:44'),(4645,66448,'http://www.google.com/search','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2018-01-11 12:40:31'),(4646,66449,'http://www.google.com/search','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2018-01-11 12:41:05'),(4647,66472,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-01-12 15:51:25'),(4648,66498,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-01-13 09:51:44'),(4649,66504,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-01-13 15:27:49'),(4650,66524,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-01-14 13:14:49'),(4651,66525,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-01-14 17:48:08'),(4652,66529,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2018-01-14 21:34:44'),(4653,66557,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2018-01-15 16:16:12'),(4654,66557,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2018-01-15 16:17:12'),(4655,66574,'http://www.google.co.uk/search?client=ms-android-sonymobile&channel=bm&dcr=0&source=hp&ei=nMVdWrm-L4XCgAagw4SwCA&q=tyre+exchange++Blackburn&oq=tyre+exchange++Blackburn&gs_l=mobile-gws-hp.12...2389.16568.0.17791.28.25.1.1.1.0.940.6276.2j10j7j2j2j1j1.25.0..','www.mstyresblackburn.co.uk/index.php','tyre exchange  Blackburn','2018-01-16 09:28:51'),(4656,66588,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2018-01-16 20:39:11'),(4657,66602,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-01-17 10:38:41'),(4658,66708,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-01-18 10:03:33'),(4659,66709,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1670.PqFA_3LCMb3mrOtK10crnHP6RiOIGx5ddYfwjsxPp84.9b4bd15f10c22799d35c926acd2aaa9303bebf38&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1670.PqFA_3LCMb3mrOtK10crnHP6RiOIGx5ddYfwjsxPp84.9b4bd15f10c22799d35c926acd2aaa9303bebf38','2018-01-18 10:18:40'),(4660,66709,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1670.PqFA_3LCMb3mrOtK10crnHP6RiOIGx5ddYfwjsxPp84.9b4bd15f10c22799d35c926acd2aaa9303bebf38&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=31&controller=product&id_lang=1','&etext=1670.PqFA_3LCMb3mrOtK10crnHP6RiOIGx5ddYfwjsxPp84.9b4bd15f10c22799d35c926acd2aaa9303bebf38','2018-01-18 10:18:46'),(4661,66710,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1670.Y2rt8BMbdmGQhPWHm8JvNaVdP-ADPRFciJC0ZBpGk4A.b370ade9e479d15c015cc8c19c65b9659bf87dcd&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1670.Y2rt8BMbdmGQhPWHm8JvNaVdP-ADPRFciJC0ZBpGk4A.b370ade9e479d15c015cc8c19c65b9659bf87dcd','2018-01-18 10:31:23'),(4662,66710,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1670.Y2rt8BMbdmGQhPWHm8JvNaVdP-ADPRFciJC0ZBpGk4A.b370ade9e479d15c015cc8c19c65b9659bf87dcd&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=31&controller=product&id_lang=1','&etext=1670.Y2rt8BMbdmGQhPWHm8JvNaVdP-ADPRFciJC0ZBpGk4A.b370ade9e479d15c015cc8c19c65b9659bf87dcd','2018-01-18 10:31:30'),(4663,66711,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1670.61-LzjPgSbmmUF1MEs_RcOJGnYhByVaX8z7tkO7-A4Q.5a680ea0eaf0ed7ed13f4da008b6ce6994e7d81e&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1670.61-LzjPgSbmmUF1MEs_RcOJGnYhByVaX8z7tkO7-A4Q.5a680ea0eaf0ed7ed13f4da008b6ce6994e7d81e','2018-01-18 10:51:04'),(4664,66715,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-01-18 13:10:08'),(4665,66715,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-01-18 13:10:25'),(4666,66716,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-01-18 13:39:29'),(4667,66738,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1671.g9BGXEVWzgikxziAnZYXo-UO6cGRAJMa2_b9FVj00-Y.97f61f4d6d68ebc2c0574f5975c0ed5c2297f93b&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1671.g9BGXEVWzgikxziAnZYXo-UO6cGRAJMa2_b9FVj00-Y.97f61f4d6d68ebc2c0574f5975c0ed5c2297f93b','2018-01-19 10:08:06'),(4668,66738,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1671.g9BGXEVWzgikxziAnZYXo-UO6cGRAJMa2_b9FVj00-Y.97f61f4d6d68ebc2c0574f5975c0ed5c2297f93b&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=31&controller=product&id_lang=1','&etext=1671.g9BGXEVWzgikxziAnZYXo-UO6cGRAJMa2_b9FVj00-Y.97f61f4d6d68ebc2c0574f5975c0ed5c2297f93b','2018-01-19 10:08:13'),(4669,66739,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1671.9eDl0ZBdvxtfgLyvZ0WOxH-q3ucW8fZ_ozGrlsr8tAY.9ff0e10b3f5010dd499bbd8d87ff81a38b4c8850&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1671.9eDl0ZBdvxtfgLyvZ0WOxH-q3ucW8fZ_ozGrlsr8tAY.9ff0e10b3f5010dd499bbd8d87ff81a38b4c8850','2018-01-19 10:15:55'),(4670,66739,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1671.9eDl0ZBdvxtfgLyvZ0WOxH-q3ucW8fZ_ozGrlsr8tAY.9ff0e10b3f5010dd499bbd8d87ff81a38b4c8850&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=31&controller=product&id_lang=1','&etext=1671.9eDl0ZBdvxtfgLyvZ0WOxH-q3ucW8fZ_ozGrlsr8tAY.9ff0e10b3f5010dd499bbd8d87ff81a38b4c8850','2018-01-19 10:16:02'),(4671,66763,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2018-01-22 08:51:09'),(4672,66874,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2018-01-24 07:25:30'),(4673,66875,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2018-01-24 08:04:50'),(4674,66876,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2018-01-24 08:34:17'),(4675,66882,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','','2018-01-24 10:02:19'),(4676,66910,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2018-01-26 09:12:36'),(4677,66910,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-01-26 09:38:26'),(4678,66921,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2018-01-26 14:16:43'),(4679,66969,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1679.0fsm-exQGYj0dMyr0o-r6Z_gDWi8poHxeBwME35ZVJI.325ef524efe50109f49e85297b53689d258f9fc9&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1679.0fsm-exQGYj0dMyr0o-r6Z_gDWi8poHxeBwME35ZVJI.325ef524efe50109f49e85297b53689d258f9fc9','2018-01-27 09:45:24'),(4680,66969,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1679.0fsm-exQGYj0dMyr0o-r6Z_gDWi8poHxeBwME35ZVJI.325ef524efe50109f49e85297b53689d258f9fc9&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&etext=1679.0fsm-exQGYj0dMyr0o-r6Z_gDWi8poHxeBwME35ZVJI.325ef524efe50109f49e85297b53689d258f9fc9','2018-01-27 09:45:31'),(4681,66969,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1679.0fsm-exQGYj0dMyr0o-r6Z_gDWi8poHxeBwME35ZVJI.325ef524efe50109f49e85297b53689d258f9fc9&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1','&etext=1679.0fsm-exQGYj0dMyr0o-r6Z_gDWi8poHxeBwME35ZVJI.325ef524efe50109f49e85297b53689d258f9fc9','2018-01-27 09:45:40'),(4682,66970,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1679.SOGfCeIpkD8Gx_dzNSy-PpLQx9lorg4YSlm_2ROIrB0.ff86da9171072826128fad9588806c295529fa33&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1679.SOGfCeIpkD8Gx_dzNSy-PpLQx9lorg4YSlm_2ROIrB0.ff86da9171072826128fad9588806c295529fa33','2018-01-27 10:05:01'),(4683,66970,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1679.SOGfCeIpkD8Gx_dzNSy-PpLQx9lorg4YSlm_2ROIrB0.ff86da9171072826128fad9588806c295529fa33&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&etext=1679.SOGfCeIpkD8Gx_dzNSy-PpLQx9lorg4YSlm_2ROIrB0.ff86da9171072826128fad9588806c295529fa33','2018-01-27 10:05:08'),(4684,66970,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1679.SOGfCeIpkD8Gx_dzNSy-PpLQx9lorg4YSlm_2ROIrB0.ff86da9171072826128fad9588806c295529fa33&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1','&etext=1679.SOGfCeIpkD8Gx_dzNSy-PpLQx9lorg4YSlm_2ROIrB0.ff86da9171072826128fad9588806c295529fa33','2018-01-27 10:05:14'),(4685,66972,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1679.vf00VA174ROfeO9EIz__nlg4U_9E59NLoE04h-6iSm4.f7863634932ec047f7ea724c562fd2a201d09fde&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1679.vf00VA174ROfeO9EIz__nlg4U_9E59NLoE04h-6iSm4.f7863634932ec047f7ea724c562fd2a201d09fde','2018-01-27 10:44:35'),(4686,66972,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1679.vf00VA174ROfeO9EIz__nlg4U_9E59NLoE04h-6iSm4.f7863634932ec047f7ea724c562fd2a201d09fde&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&etext=1679.vf00VA174ROfeO9EIz__nlg4U_9E59NLoE04h-6iSm4.f7863634932ec047f7ea724c562fd2a201d09fde','2018-01-27 10:44:40'),(4687,66972,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1679.vf00VA174ROfeO9EIz__nlg4U_9E59NLoE04h-6iSm4.f7863634932ec047f7ea724c562fd2a201d09fde&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1','&etext=1679.vf00VA174ROfeO9EIz__nlg4U_9E59NLoE04h-6iSm4.f7863634932ec047f7ea724c562fd2a201d09fde','2018-01-27 10:44:44'),(4688,66995,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1680.9816jl1ZdNhsry8Os6Viu5x7gBL-Q7VcRmXHLo87-pg.5262b7819bcf855b163a7af3a1307446557aaf2e&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1680.9816jl1ZdNhsry8Os6Viu5x7gBL-Q7VcRmXHLo87-pg.5262b7819bcf855b163a7af3a1307446557aaf2e','2018-01-28 10:41:07'),(4689,66995,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1680.9816jl1ZdNhsry8Os6Viu5x7gBL-Q7VcRmXHLo87-pg.5262b7819bcf855b163a7af3a1307446557aaf2e&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&etext=1680.9816jl1ZdNhsry8Os6Viu5x7gBL-Q7VcRmXHLo87-pg.5262b7819bcf855b163a7af3a1307446557aaf2e','2018-01-28 10:41:13'),(4690,66995,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1680.9816jl1ZdNhsry8Os6Viu5x7gBL-Q7VcRmXHLo87-pg.5262b7819bcf855b163a7af3a1307446557aaf2e&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1','&etext=1680.9816jl1ZdNhsry8Os6Viu5x7gBL-Q7VcRmXHLo87-pg.5262b7819bcf855b163a7af3a1307446557aaf2e','2018-01-28 10:41:18'),(4691,66997,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1680.qE3AbN8Ysy8usbUGQU2YZIOBxhVTvFN0UkeTkOhrk7A.a6569369c3cf4022fc07c62b0e09222e38ba5ab8&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1680.qE3AbN8Ysy8usbUGQU2YZIOBxhVTvFN0UkeTkOhrk7A.a6569369c3cf4022fc07c62b0e09222e38ba5ab8','2018-01-28 11:48:45'),(4692,66997,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1680.qE3AbN8Ysy8usbUGQU2YZIOBxhVTvFN0UkeTkOhrk7A.a6569369c3cf4022fc07c62b0e09222e38ba5ab8&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&etext=1680.qE3AbN8Ysy8usbUGQU2YZIOBxhVTvFN0UkeTkOhrk7A.a6569369c3cf4022fc07c62b0e09222e38ba5ab8','2018-01-28 11:48:50'),(4693,66997,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1680.qE3AbN8Ysy8usbUGQU2YZIOBxhVTvFN0UkeTkOhrk7A.a6569369c3cf4022fc07c62b0e09222e38ba5ab8&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1','&etext=1680.qE3AbN8Ysy8usbUGQU2YZIOBxhVTvFN0UkeTkOhrk7A.a6569369c3cf4022fc07c62b0e09222e38ba5ab8','2018-01-28 11:48:57'),(4694,66998,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1680.N4pdj1nP9RCkvnZX54LZWvQ3acPu04ou0L2Jd0d7A58.b3ad0ba24399a2d78b8caabd292b130abac6b7a1&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1680.N4pdj1nP9RCkvnZX54LZWvQ3acPu04ou0L2Jd0d7A58.b3ad0ba24399a2d78b8caabd292b130abac6b7a1','2018-01-28 11:49:05'),(4695,66998,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1680.N4pdj1nP9RCkvnZX54LZWvQ3acPu04ou0L2Jd0d7A58.b3ad0ba24399a2d78b8caabd292b130abac6b7a1&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&etext=1680.N4pdj1nP9RCkvnZX54LZWvQ3acPu04ou0L2Jd0d7A58.b3ad0ba24399a2d78b8caabd292b130abac6b7a1','2018-01-28 11:49:16'),(4696,66998,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1680.N4pdj1nP9RCkvnZX54LZWvQ3acPu04ou0L2Jd0d7A58.b3ad0ba24399a2d78b8caabd292b130abac6b7a1&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1','&etext=1680.N4pdj1nP9RCkvnZX54LZWvQ3acPu04ou0L2Jd0d7A58.b3ad0ba24399a2d78b8caabd292b130abac6b7a1','2018-01-28 11:49:25'),(4697,66999,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1680.K_vRGMmBMFf2bnuZH5bzVUKAUoninQrOjiBkWprI9tg.fa9095c5b292292d25a89dcb7b831085dc6a682e&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1680.K_vRGMmBMFf2bnuZH5bzVUKAUoninQrOjiBkWprI9tg.fa9095c5b292292d25a89dcb7b831085dc6a682e','2018-01-28 11:53:48'),(4698,66999,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1680.K_vRGMmBMFf2bnuZH5bzVUKAUoninQrOjiBkWprI9tg.fa9095c5b292292d25a89dcb7b831085dc6a682e&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&etext=1680.K_vRGMmBMFf2bnuZH5bzVUKAUoninQrOjiBkWprI9tg.fa9095c5b292292d25a89dcb7b831085dc6a682e','2018-01-28 11:53:54'),(4699,66999,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1680.K_vRGMmBMFf2bnuZH5bzVUKAUoninQrOjiBkWprI9tg.fa9095c5b292292d25a89dcb7b831085dc6a682e&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1','&etext=1680.K_vRGMmBMFf2bnuZH5bzVUKAUoninQrOjiBkWprI9tg.fa9095c5b292292d25a89dcb7b831085dc6a682e','2018-01-28 11:54:02'),(4700,67033,'http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1680.PH72PmMS_742ipgQ3jexDr_CGx0xhFdUGaqPizrA-XqJOTIrF7V58WT-2Whvb4h8.921fbdbb92271c5ebb4a21bd3e35cff40641b817&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YM','www.mstyresblackburn.co.uk/index.php','&etext=1680.PH72PmMS_742ipgQ3jexDr_CGx0xhFdUGaqPizrA-XqJOTIrF7V58WT-2Whvb4h8.921fbdbb92271c5ebb4a21bd3e35cff40641b817','2018-01-29 03:13:38'),(4701,67042,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1681.KznxvKG4P66NmE2vS_m-neaquPhF9hP2g4FVeuLlx3M.d0853a1fa6496f36bbba6099ee0e539c354a2455&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1681.KznxvKG4P66NmE2vS_m-neaquPhF9hP2g4FVeuLlx3M.d0853a1fa6496f36bbba6099ee0e539c354a2455','2018-01-29 09:49:15'),(4702,67042,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1681.KznxvKG4P66NmE2vS_m-neaquPhF9hP2g4FVeuLlx3M.d0853a1fa6496f36bbba6099ee0e539c354a2455&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&etext=1681.KznxvKG4P66NmE2vS_m-neaquPhF9hP2g4FVeuLlx3M.d0853a1fa6496f36bbba6099ee0e539c354a2455','2018-01-29 09:49:20'),(4703,67042,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1681.KznxvKG4P66NmE2vS_m-neaquPhF9hP2g4FVeuLlx3M.d0853a1fa6496f36bbba6099ee0e539c354a2455&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1','&etext=1681.KznxvKG4P66NmE2vS_m-neaquPhF9hP2g4FVeuLlx3M.d0853a1fa6496f36bbba6099ee0e539c354a2455','2018-01-29 09:49:26'),(4704,67043,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1681.DD0ta_wtY6idnPsQyXHYchsGEcgyOn-IBfLg7PAG0NE.4df282a2f18ea3554224f09c07a3fea6df51cf59&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1681.DD0ta_wtY6idnPsQyXHYchsGEcgyOn-IBfLg7PAG0NE.4df282a2f18ea3554224f09c07a3fea6df51cf59','2018-01-29 11:07:38'),(4705,67043,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1681.DD0ta_wtY6idnPsQyXHYchsGEcgyOn-IBfLg7PAG0NE.4df282a2f18ea3554224f09c07a3fea6df51cf59&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&etext=1681.DD0ta_wtY6idnPsQyXHYchsGEcgyOn-IBfLg7PAG0NE.4df282a2f18ea3554224f09c07a3fea6df51cf59','2018-01-29 11:07:42'),(4706,67043,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1681.DD0ta_wtY6idnPsQyXHYchsGEcgyOn-IBfLg7PAG0NE.4df282a2f18ea3554224f09c07a3fea6df51cf59&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1','&etext=1681.DD0ta_wtY6idnPsQyXHYchsGEcgyOn-IBfLg7PAG0NE.4df282a2f18ea3554224f09c07a3fea6df51cf59','2018-01-29 11:07:46'),(4707,67055,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2018-01-29 11:34:39'),(4708,67056,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1681.FMhDf3iqZSsDDhJI-h7akjnxVkF0eqNFGNjKaoLtp1w.1c6d57b1acf25d3fe37e0549aac898063492f4ec&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1681.FMhDf3iqZSsDDhJI-h7akjnxVkF0eqNFGNjKaoLtp1w.1c6d57b1acf25d3fe37e0549aac898063492f4ec','2018-01-29 12:00:23'),(4709,67056,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1681.FMhDf3iqZSsDDhJI-h7akjnxVkF0eqNFGNjKaoLtp1w.1c6d57b1acf25d3fe37e0549aac898063492f4ec&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&etext=1681.FMhDf3iqZSsDDhJI-h7akjnxVkF0eqNFGNjKaoLtp1w.1c6d57b1acf25d3fe37e0549aac898063492f4ec','2018-01-29 12:00:29'),(4710,67056,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1681.FMhDf3iqZSsDDhJI-h7akjnxVkF0eqNFGNjKaoLtp1w.1c6d57b1acf25d3fe37e0549aac898063492f4ec&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1','&etext=1681.FMhDf3iqZSsDDhJI-h7akjnxVkF0eqNFGNjKaoLtp1w.1c6d57b1acf25d3fe37e0549aac898063492f4ec','2018-01-29 12:00:34'),(4711,67079,'http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1681.AwijKk_5FlbA6WGquyCKEB0n1jyaPUqRjRg2BfNUPlJUyGYkJ8u9DJglrrK730JO.8d325190d266b73b3dd136702ded5f719fcd3a29&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YC','www.mstyresblackburn.co.uk/index.php','&etext=1681.AwijKk_5FlbA6WGquyCKEB0n1jyaPUqRjRg2BfNUPlJUyGYkJ8u9DJglrrK730JO.8d325190d266b73b3dd136702ded5f719fcd3a29','2018-01-29 17:35:17'),(4712,67082,'http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1681.INLP8IV7pLRbxUhjrXfLNwp51fTYNNZYPSlGF-mMx6Fi8lX63wy7Kzmy_b6sM8tY.f4bdbf8381bb4aa05688dd42c8a0abbbd56b4664&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YM','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1681.INLP8IV7pLRbxUhjrXfLNwp51fTYNNZYPSlGF-mMx6Fi8lX63wy7Kzmy_b6sM8tY.f4bdbf8381bb4aa05688dd42c8a0abbbd56b4664','2018-01-29 23:12:26'),(4713,67084,'http://www.google.com/search','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2018-01-30 03:03:51'),(4714,67094,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1681.nop0DZqNdp0qX8Ewq-mubgV1uAS7_FY5gSSA5QpNSvs.bfe778a8e0194a2abd0d64866b2dbe50e26acc0c&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1681.nop0DZqNdp0qX8Ewq-mubgV1uAS7_FY5gSSA5QpNSvs.bfe778a8e0194a2abd0d64866b2dbe50e26acc0c','2018-01-30 08:01:00'),(4715,67094,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1681.nop0DZqNdp0qX8Ewq-mubgV1uAS7_FY5gSSA5QpNSvs.bfe778a8e0194a2abd0d64866b2dbe50e26acc0c&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&etext=1681.nop0DZqNdp0qX8Ewq-mubgV1uAS7_FY5gSSA5QpNSvs.bfe778a8e0194a2abd0d64866b2dbe50e26acc0c','2018-01-30 08:01:03'),(4716,67094,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1681.nop0DZqNdp0qX8Ewq-mubgV1uAS7_FY5gSSA5QpNSvs.bfe778a8e0194a2abd0d64866b2dbe50e26acc0c&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1','&etext=1681.nop0DZqNdp0qX8Ewq-mubgV1uAS7_FY5gSSA5QpNSvs.bfe778a8e0194a2abd0d64866b2dbe50e26acc0c','2018-01-30 08:01:06'),(4717,67095,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1681.JIKbjbSJzRA54eHTbFfLIQWGflsE8f0p7KCpd4mcFGs.a52287ae25322409cde0956dbe88f76b72837457&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1681.JIKbjbSJzRA54eHTbFfLIQWGflsE8f0p7KCpd4mcFGs.a52287ae25322409cde0956dbe88f76b72837457','2018-01-30 08:08:10'),(4718,67095,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1681.JIKbjbSJzRA54eHTbFfLIQWGflsE8f0p7KCpd4mcFGs.a52287ae25322409cde0956dbe88f76b72837457&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&etext=1681.JIKbjbSJzRA54eHTbFfLIQWGflsE8f0p7KCpd4mcFGs.a52287ae25322409cde0956dbe88f76b72837457','2018-01-30 08:08:14'),(4719,67095,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1681.JIKbjbSJzRA54eHTbFfLIQWGflsE8f0p7KCpd4mcFGs.a52287ae25322409cde0956dbe88f76b72837457&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1','&etext=1681.JIKbjbSJzRA54eHTbFfLIQWGflsE8f0p7KCpd4mcFGs.a52287ae25322409cde0956dbe88f76b72837457','2018-01-30 08:08:18'),(4720,67097,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1681.2uXS8E7GotMRdMRryp-P_2OF_VDefN2dkq_K4sqPxU8.aea206e9d3aaa0276bb4af168695e2d918e735ed&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1681.2uXS8E7GotMRdMRryp-P_2OF_VDefN2dkq_K4sqPxU8.aea206e9d3aaa0276bb4af168695e2d918e735ed','2018-01-30 08:52:06'),(4721,67097,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1681.2uXS8E7GotMRdMRryp-P_2OF_VDefN2dkq_K4sqPxU8.aea206e9d3aaa0276bb4af168695e2d918e735ed&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&etext=1681.2uXS8E7GotMRdMRryp-P_2OF_VDefN2dkq_K4sqPxU8.aea206e9d3aaa0276bb4af168695e2d918e735ed','2018-01-30 08:52:13'),(4722,67097,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1681.2uXS8E7GotMRdMRryp-P_2OF_VDefN2dkq_K4sqPxU8.aea206e9d3aaa0276bb4af168695e2d918e735ed&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1','&etext=1681.2uXS8E7GotMRdMRryp-P_2OF_VDefN2dkq_K4sqPxU8.aea206e9d3aaa0276bb4af168695e2d918e735ed','2018-01-30 08:52:21'),(4723,67098,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1682.1iCQt-p6hoLYmFCNTYOa5YZn5vArtwx2998QvstUAvU.6e2f1f9df520b7ba3c95181dde15e87e7607d278&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1682.1iCQt-p6hoLYmFCNTYOa5YZn5vArtwx2998QvstUAvU.6e2f1f9df520b7ba3c95181dde15e87e7607d278','2018-01-30 09:35:06'),(4724,67098,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1682.1iCQt-p6hoLYmFCNTYOa5YZn5vArtwx2998QvstUAvU.6e2f1f9df520b7ba3c95181dde15e87e7607d278&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&etext=1682.1iCQt-p6hoLYmFCNTYOa5YZn5vArtwx2998QvstUAvU.6e2f1f9df520b7ba3c95181dde15e87e7607d278','2018-01-30 09:35:08'),(4725,67098,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1682.1iCQt-p6hoLYmFCNTYOa5YZn5vArtwx2998QvstUAvU.6e2f1f9df520b7ba3c95181dde15e87e7607d278&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1','&etext=1682.1iCQt-p6hoLYmFCNTYOa5YZn5vArtwx2998QvstUAvU.6e2f1f9df520b7ba3c95181dde15e87e7607d278','2018-01-30 09:35:11'),(4726,67112,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1682.8g_ewRvD3Wh9ErMtGmrQ_ioIjsBkkJtlzOMcbGMykBY.c75dc7f9354fe17e527a3effa71d0e8265b1318a&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1682.8g_ewRvD3Wh9ErMtGmrQ_ioIjsBkkJtlzOMcbGMykBY.c75dc7f9354fe17e527a3effa71d0e8265b1318a','2018-01-30 11:35:40'),(4727,67112,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1682.8g_ewRvD3Wh9ErMtGmrQ_ioIjsBkkJtlzOMcbGMykBY.c75dc7f9354fe17e527a3effa71d0e8265b1318a&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&etext=1682.8g_ewRvD3Wh9ErMtGmrQ_ioIjsBkkJtlzOMcbGMykBY.c75dc7f9354fe17e527a3effa71d0e8265b1318a','2018-01-30 11:35:42'),(4728,67112,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1682.8g_ewRvD3Wh9ErMtGmrQ_ioIjsBkkJtlzOMcbGMykBY.c75dc7f9354fe17e527a3effa71d0e8265b1318a&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1','&etext=1682.8g_ewRvD3Wh9ErMtGmrQ_ioIjsBkkJtlzOMcbGMykBY.c75dc7f9354fe17e527a3effa71d0e8265b1318a','2018-01-30 11:35:44'),(4729,67114,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-01-30 14:44:27'),(4730,67116,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2018-01-30 21:12:49'),(4731,67202,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php?id_product=11&controller=product&id_lang=1','','2018-01-31 04:25:32'),(4732,67205,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1682.CdDumb0jeHrx2vjKmj7S81LndVAWGSfncPck_Te-UQY.cba9a6296da519e45e7ead2dbd737dbb3688d71b&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1682.CdDumb0jeHrx2vjKmj7S81LndVAWGSfncPck_Te-UQY.cba9a6296da519e45e7ead2dbd737dbb3688d71b','2018-01-31 08:28:00'),(4733,67205,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1682.CdDumb0jeHrx2vjKmj7S81LndVAWGSfncPck_Te-UQY.cba9a6296da519e45e7ead2dbd737dbb3688d71b&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&etext=1682.CdDumb0jeHrx2vjKmj7S81LndVAWGSfncPck_Te-UQY.cba9a6296da519e45e7ead2dbd737dbb3688d71b','2018-01-31 08:28:07'),(4734,67205,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1682.CdDumb0jeHrx2vjKmj7S81LndVAWGSfncPck_Te-UQY.cba9a6296da519e45e7ead2dbd737dbb3688d71b&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1','&etext=1682.CdDumb0jeHrx2vjKmj7S81LndVAWGSfncPck_Te-UQY.cba9a6296da519e45e7ead2dbd737dbb3688d71b','2018-01-31 08:28:15'),(4735,67206,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1683.12xGVgpZTJ45Na4M6-v6hmTpmxU8zRW0gdRrY0kV16I.27a584a55abaf59a363370ae400d180f52bd0472&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1683.12xGVgpZTJ45Na4M6-v6hmTpmxU8zRW0gdRrY0kV16I.27a584a55abaf59a363370ae400d180f52bd0472','2018-01-31 09:39:20'),(4736,67206,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1683.12xGVgpZTJ45Na4M6-v6hmTpmxU8zRW0gdRrY0kV16I.27a584a55abaf59a363370ae400d180f52bd0472&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&etext=1683.12xGVgpZTJ45Na4M6-v6hmTpmxU8zRW0gdRrY0kV16I.27a584a55abaf59a363370ae400d180f52bd0472','2018-01-31 09:39:22'),(4737,67206,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1683.12xGVgpZTJ45Na4M6-v6hmTpmxU8zRW0gdRrY0kV16I.27a584a55abaf59a363370ae400d180f52bd0472&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1','&etext=1683.12xGVgpZTJ45Na4M6-v6hmTpmxU8zRW0gdRrY0kV16I.27a584a55abaf59a363370ae400d180f52bd0472','2018-01-31 09:39:25'),(4738,67207,'http://www.discountshealthservice.com/companies/lancashire_list.asp','www.mstyresblackburn.co.uk/index.php','','2018-01-31 09:46:02'),(4739,67208,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1683.U0Y6qdYLXHkm40XBDFQDMQsmJBWeleppdrRvg7SzV4k.f942378d51a0c3fb0c3d9bec090118da5c48a3a2&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1683.U0Y6qdYLXHkm40XBDFQDMQsmJBWeleppdrRvg7SzV4k.f942378d51a0c3fb0c3d9bec090118da5c48a3a2','2018-01-31 10:08:08'),(4740,67208,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1683.U0Y6qdYLXHkm40XBDFQDMQsmJBWeleppdrRvg7SzV4k.f942378d51a0c3fb0c3d9bec090118da5c48a3a2&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&etext=1683.U0Y6qdYLXHkm40XBDFQDMQsmJBWeleppdrRvg7SzV4k.f942378d51a0c3fb0c3d9bec090118da5c48a3a2','2018-01-31 10:08:13'),(4741,67208,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1683.U0Y6qdYLXHkm40XBDFQDMQsmJBWeleppdrRvg7SzV4k.f942378d51a0c3fb0c3d9bec090118da5c48a3a2&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1','&etext=1683.U0Y6qdYLXHkm40XBDFQDMQsmJBWeleppdrRvg7SzV4k.f942378d51a0c3fb0c3d9bec090118da5c48a3a2','2018-01-31 10:08:17'),(4742,67212,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1683.FB_fP3FR9nTXpBPL4of-7U9MFzMfhOq2OGf5JE3yW2k.0292ab7f3219aed5ec6a99febf4046dc61993faa&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1683.FB_fP3FR9nTXpBPL4of-7U9MFzMfhOq2OGf5JE3yW2k.0292ab7f3219aed5ec6a99febf4046dc61993faa','2018-01-31 12:35:49'),(4743,67212,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1683.FB_fP3FR9nTXpBPL4of-7U9MFzMfhOq2OGf5JE3yW2k.0292ab7f3219aed5ec6a99febf4046dc61993faa&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&etext=1683.FB_fP3FR9nTXpBPL4of-7U9MFzMfhOq2OGf5JE3yW2k.0292ab7f3219aed5ec6a99febf4046dc61993faa','2018-01-31 12:35:53'),(4744,67212,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1683.FB_fP3FR9nTXpBPL4of-7U9MFzMfhOq2OGf5JE3yW2k.0292ab7f3219aed5ec6a99febf4046dc61993faa&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1','&etext=1683.FB_fP3FR9nTXpBPL4of-7U9MFzMfhOq2OGf5JE3yW2k.0292ab7f3219aed5ec6a99febf4046dc61993faa','2018-01-31 12:35:58'),(4745,67279,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1684.I-k3Zglh6Nn-SaQ3roCYxk18jTYu2KcJr7wDVkTxAjk.24b825c923e3a8b77c6d9cd6be82c4795d63cd95&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1684.I-k3Zglh6Nn-SaQ3roCYxk18jTYu2KcJr7wDVkTxAjk.24b825c923e3a8b77c6d9cd6be82c4795d63cd95','2018-02-01 14:47:44'),(4746,67279,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1684.I-k3Zglh6Nn-SaQ3roCYxk18jTYu2KcJr7wDVkTxAjk.24b825c923e3a8b77c6d9cd6be82c4795d63cd95&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&etext=1684.I-k3Zglh6Nn-SaQ3roCYxk18jTYu2KcJr7wDVkTxAjk.24b825c923e3a8b77c6d9cd6be82c4795d63cd95','2018-02-01 14:47:47'),(4747,67279,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1684.I-k3Zglh6Nn-SaQ3roCYxk18jTYu2KcJr7wDVkTxAjk.24b825c923e3a8b77c6d9cd6be82c4795d63cd95&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1','&etext=1684.I-k3Zglh6Nn-SaQ3roCYxk18jTYu2KcJr7wDVkTxAjk.24b825c923e3a8b77c6d9cd6be82c4795d63cd95','2018-02-01 14:47:51'),(4748,67280,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1684.HzJbno-u0XGZmvt82qto9UH4Z9M812BfCHz9ti3FM-A.b2745e8c091d72bf2f24ec4b6c1425772bf3c174&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1684.HzJbno-u0XGZmvt82qto9UH4Z9M812BfCHz9ti3FM-A.b2745e8c091d72bf2f24ec4b6c1425772bf3c174','2018-02-01 14:49:09'),(4749,67280,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1684.HzJbno-u0XGZmvt82qto9UH4Z9M812BfCHz9ti3FM-A.b2745e8c091d72bf2f24ec4b6c1425772bf3c174&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&etext=1684.HzJbno-u0XGZmvt82qto9UH4Z9M812BfCHz9ti3FM-A.b2745e8c091d72bf2f24ec4b6c1425772bf3c174','2018-02-01 14:49:12'),(4750,67280,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1684.HzJbno-u0XGZmvt82qto9UH4Z9M812BfCHz9ti3FM-A.b2745e8c091d72bf2f24ec4b6c1425772bf3c174&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1','&etext=1684.HzJbno-u0XGZmvt82qto9UH4Z9M812BfCHz9ti3FM-A.b2745e8c091d72bf2f24ec4b6c1425772bf3c174','2018-02-01 14:49:15'),(4751,67281,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1684.eN2HR8i-gd8i3oPV4HsZ9Zk-8uWpw6M0X7UQUprmzLE.7537a0549f90e09cb07fb61b3b2c3617f3767256&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1684.eN2HR8i-gd8i3oPV4HsZ9Zk-8uWpw6M0X7UQUprmzLE.7537a0549f90e09cb07fb61b3b2c3617f3767256','2018-02-01 14:59:08'),(4752,67281,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1684.eN2HR8i-gd8i3oPV4HsZ9Zk-8uWpw6M0X7UQUprmzLE.7537a0549f90e09cb07fb61b3b2c3617f3767256&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&etext=1684.eN2HR8i-gd8i3oPV4HsZ9Zk-8uWpw6M0X7UQUprmzLE.7537a0549f90e09cb07fb61b3b2c3617f3767256','2018-02-01 14:59:12'),(4753,67281,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1684.eN2HR8i-gd8i3oPV4HsZ9Zk-8uWpw6M0X7UQUprmzLE.7537a0549f90e09cb07fb61b3b2c3617f3767256&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1','&etext=1684.eN2HR8i-gd8i3oPV4HsZ9Zk-8uWpw6M0X7UQUprmzLE.7537a0549f90e09cb07fb61b3b2c3617f3767256','2018-02-01 14:59:15'),(4754,67282,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1684.l89mh9tzLzw0pBDcLFC9m347zmu4lS-A1dD26vQ8E-M.93032df640f668484096199edc223496c246c9ed&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1684.l89mh9tzLzw0pBDcLFC9m347zmu4lS-A1dD26vQ8E-M.93032df640f668484096199edc223496c246c9ed','2018-02-01 15:04:37'),(4755,67282,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1684.l89mh9tzLzw0pBDcLFC9m347zmu4lS-A1dD26vQ8E-M.93032df640f668484096199edc223496c246c9ed&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&etext=1684.l89mh9tzLzw0pBDcLFC9m347zmu4lS-A1dD26vQ8E-M.93032df640f668484096199edc223496c246c9ed','2018-02-01 15:04:41'),(4756,67282,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1684.l89mh9tzLzw0pBDcLFC9m347zmu4lS-A1dD26vQ8E-M.93032df640f668484096199edc223496c246c9ed&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1','&etext=1684.l89mh9tzLzw0pBDcLFC9m347zmu4lS-A1dD26vQ8E-M.93032df640f668484096199edc223496c246c9ed','2018-02-01 15:04:44'),(4757,67283,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1684.jU2QsCmQF4L-CmHdqupSSiY7yhDMjrCpRlWlPcsa99Q.88099ae0ccf49898e02374aa1df2ff347103dd9d&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1684.jU2QsCmQF4L-CmHdqupSSiY7yhDMjrCpRlWlPcsa99Q.88099ae0ccf49898e02374aa1df2ff347103dd9d','2018-02-01 15:07:05'),(4758,67283,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1684.jU2QsCmQF4L-CmHdqupSSiY7yhDMjrCpRlWlPcsa99Q.88099ae0ccf49898e02374aa1df2ff347103dd9d&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&etext=1684.jU2QsCmQF4L-CmHdqupSSiY7yhDMjrCpRlWlPcsa99Q.88099ae0ccf49898e02374aa1df2ff347103dd9d','2018-02-01 15:07:10'),(4759,67283,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1684.jU2QsCmQF4L-CmHdqupSSiY7yhDMjrCpRlWlPcsa99Q.88099ae0ccf49898e02374aa1df2ff347103dd9d&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1','&etext=1684.jU2QsCmQF4L-CmHdqupSSiY7yhDMjrCpRlWlPcsa99Q.88099ae0ccf49898e02374aa1df2ff347103dd9d','2018-02-01 15:07:15'),(4760,67284,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1684.JZsVjro_LUjkcJByIwfmgZMP_sMN9NMhMXXdkWbtN9o.135afc2b94f777ae7f25f29c366c3eea65374c04&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1684.JZsVjro_LUjkcJByIwfmgZMP_sMN9NMhMXXdkWbtN9o.135afc2b94f777ae7f25f29c366c3eea65374c04','2018-02-01 15:18:57'),(4761,67284,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1684.JZsVjro_LUjkcJByIwfmgZMP_sMN9NMhMXXdkWbtN9o.135afc2b94f777ae7f25f29c366c3eea65374c04&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&etext=1684.JZsVjro_LUjkcJByIwfmgZMP_sMN9NMhMXXdkWbtN9o.135afc2b94f777ae7f25f29c366c3eea65374c04','2018-02-01 15:19:04'),(4762,67284,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1684.JZsVjro_LUjkcJByIwfmgZMP_sMN9NMhMXXdkWbtN9o.135afc2b94f777ae7f25f29c366c3eea65374c04&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1','&etext=1684.JZsVjro_LUjkcJByIwfmgZMP_sMN9NMhMXXdkWbtN9o.135afc2b94f777ae7f25f29c366c3eea65374c04','2018-02-01 15:19:13'),(4763,67326,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-02-02 00:30:18'),(4764,67330,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1685.BOVK_LDJX2NPYG-2tesgxOX5VmclMnDhb5a_IzW5L8g.ae9c2475a1033335ef922a248aaa94d8cd2fb40d&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1685.BOVK_LDJX2NPYG-2tesgxOX5VmclMnDhb5a_IzW5L8g.ae9c2475a1033335ef922a248aaa94d8cd2fb40d','2018-02-02 10:08:22'),(4765,67330,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1685.BOVK_LDJX2NPYG-2tesgxOX5VmclMnDhb5a_IzW5L8g.ae9c2475a1033335ef922a248aaa94d8cd2fb40d&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&etext=1685.BOVK_LDJX2NPYG-2tesgxOX5VmclMnDhb5a_IzW5L8g.ae9c2475a1033335ef922a248aaa94d8cd2fb40d','2018-02-02 10:08:31'),(4766,67330,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1685.BOVK_LDJX2NPYG-2tesgxOX5VmclMnDhb5a_IzW5L8g.ae9c2475a1033335ef922a248aaa94d8cd2fb40d&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1','&etext=1685.BOVK_LDJX2NPYG-2tesgxOX5VmclMnDhb5a_IzW5L8g.ae9c2475a1033335ef922a248aaa94d8cd2fb40d','2018-02-02 10:08:42'),(4767,67332,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-02-02 10:21:27'),(4768,67337,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1685.Jd6oKr_Y9Jj69DNIdKDeZm0uoLrGJI6aIJ5z4H9LG6k.b6ce85cf09d65bc9daff51b7706b8c23a48bc413&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1685.Jd6oKr_Y9Jj69DNIdKDeZm0uoLrGJI6aIJ5z4H9LG6k.b6ce85cf09d65bc9daff51b7706b8c23a48bc413','2018-02-02 11:22:45'),(4769,67337,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1685.Jd6oKr_Y9Jj69DNIdKDeZm0uoLrGJI6aIJ5z4H9LG6k.b6ce85cf09d65bc9daff51b7706b8c23a48bc413&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&etext=1685.Jd6oKr_Y9Jj69DNIdKDeZm0uoLrGJI6aIJ5z4H9LG6k.b6ce85cf09d65bc9daff51b7706b8c23a48bc413','2018-02-02 11:22:46'),(4770,67337,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1685.Jd6oKr_Y9Jj69DNIdKDeZm0uoLrGJI6aIJ5z4H9LG6k.b6ce85cf09d65bc9daff51b7706b8c23a48bc413&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1','&etext=1685.Jd6oKr_Y9Jj69DNIdKDeZm0uoLrGJI6aIJ5z4H9LG6k.b6ce85cf09d65bc9daff51b7706b8c23a48bc413','2018-02-02 11:22:48'),(4771,67338,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1685.2iQ5aH5n0t-DcJFidmcaS1ETCLEbYJKjakcFJ1b-e8A.5b995b9c63f0c278985ccf3fa6d6d3d3c703c2bf&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1685.2iQ5aH5n0t-DcJFidmcaS1ETCLEbYJKjakcFJ1b-e8A.5b995b9c63f0c278985ccf3fa6d6d3d3c703c2bf','2018-02-02 11:24:34'),(4772,67338,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1685.2iQ5aH5n0t-DcJFidmcaS1ETCLEbYJKjakcFJ1b-e8A.5b995b9c63f0c278985ccf3fa6d6d3d3c703c2bf&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&etext=1685.2iQ5aH5n0t-DcJFidmcaS1ETCLEbYJKjakcFJ1b-e8A.5b995b9c63f0c278985ccf3fa6d6d3d3c703c2bf','2018-02-02 11:24:38'),(4773,67338,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1685.2iQ5aH5n0t-DcJFidmcaS1ETCLEbYJKjakcFJ1b-e8A.5b995b9c63f0c278985ccf3fa6d6d3d3c703c2bf&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1','&etext=1685.2iQ5aH5n0t-DcJFidmcaS1ETCLEbYJKjakcFJ1b-e8A.5b995b9c63f0c278985ccf3fa6d6d3d3c703c2bf','2018-02-02 11:24:43'),(4774,67339,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2018-02-02 11:44:39'),(4775,67340,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1685.MFJNjL5-qV3U5IQqTekEOjKrqURAFLODGXyklj1dXAw.bea4151b8aba08bd12649e0e7148b4f342cfbbbb&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1685.MFJNjL5-qV3U5IQqTekEOjKrqURAFLODGXyklj1dXAw.bea4151b8aba08bd12649e0e7148b4f342cfbbbb','2018-02-02 11:49:10'),(4776,67340,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1685.MFJNjL5-qV3U5IQqTekEOjKrqURAFLODGXyklj1dXAw.bea4151b8aba08bd12649e0e7148b4f342cfbbbb&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&etext=1685.MFJNjL5-qV3U5IQqTekEOjKrqURAFLODGXyklj1dXAw.bea4151b8aba08bd12649e0e7148b4f342cfbbbb','2018-02-02 11:49:15'),(4777,67340,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1685.MFJNjL5-qV3U5IQqTekEOjKrqURAFLODGXyklj1dXAw.bea4151b8aba08bd12649e0e7148b4f342cfbbbb&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1','&etext=1685.MFJNjL5-qV3U5IQqTekEOjKrqURAFLODGXyklj1dXAw.bea4151b8aba08bd12649e0e7148b4f342cfbbbb','2018-02-02 11:49:20'),(4778,67342,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-02-02 14:07:34'),(4779,67488,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2018-02-03 07:22:58'),(4780,67492,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-02-03 09:40:38'),(4781,67494,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1685.S7ce9eNPZo9Nv-Gk3f9KHyA-Kxu9tkTlqyAOYOUwPy4.a5acbb9ae5de1b54f10ae8ec5036d9503d82a8ca&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1685.S7ce9eNPZo9Nv-Gk3f9KHyA-Kxu9tkTlqyAOYOUwPy4.a5acbb9ae5de1b54f10ae8ec5036d9503d82a8ca','2018-02-03 11:32:27'),(4782,67494,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1685.S7ce9eNPZo9Nv-Gk3f9KHyA-Kxu9tkTlqyAOYOUwPy4.a5acbb9ae5de1b54f10ae8ec5036d9503d82a8ca&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&etext=1685.S7ce9eNPZo9Nv-Gk3f9KHyA-Kxu9tkTlqyAOYOUwPy4.a5acbb9ae5de1b54f10ae8ec5036d9503d82a8ca','2018-02-03 11:32:33'),(4783,67494,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1685.S7ce9eNPZo9Nv-Gk3f9KHyA-Kxu9tkTlqyAOYOUwPy4.a5acbb9ae5de1b54f10ae8ec5036d9503d82a8ca&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1','&etext=1685.S7ce9eNPZo9Nv-Gk3f9KHyA-Kxu9tkTlqyAOYOUwPy4.a5acbb9ae5de1b54f10ae8ec5036d9503d82a8ca','2018-02-03 11:32:38'),(4784,67495,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-02-03 11:36:40'),(4785,67496,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1685.dykSH4AXc7L5kKKNdoy7V7vpXVVKskte3n3nNwTSljI.df36ec71600382744d876925a3f53d5d865b14ed&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1685.dykSH4AXc7L5kKKNdoy7V7vpXVVKskte3n3nNwTSljI.df36ec71600382744d876925a3f53d5d865b14ed','2018-02-03 11:37:42'),(4786,67496,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1685.dykSH4AXc7L5kKKNdoy7V7vpXVVKskte3n3nNwTSljI.df36ec71600382744d876925a3f53d5d865b14ed&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&etext=1685.dykSH4AXc7L5kKKNdoy7V7vpXVVKskte3n3nNwTSljI.df36ec71600382744d876925a3f53d5d865b14ed','2018-02-03 11:37:45'),(4787,67496,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1685.dykSH4AXc7L5kKKNdoy7V7vpXVVKskte3n3nNwTSljI.df36ec71600382744d876925a3f53d5d865b14ed&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1','&etext=1685.dykSH4AXc7L5kKKNdoy7V7vpXVVKskte3n3nNwTSljI.df36ec71600382744d876925a3f53d5d865b14ed','2018-02-03 11:37:47'),(4788,67497,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1685.WLGxUrFHHtjEf-DR03yAyf19r_7uwGQZ16p2oQAoCv4.82421666a68c58dbf18a2c4e0bbbbd0bf56b3e94&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1685.WLGxUrFHHtjEf-DR03yAyf19r_7uwGQZ16p2oQAoCv4.82421666a68c58dbf18a2c4e0bbbbd0bf56b3e94','2018-02-03 11:58:00'),(4789,67497,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1685.WLGxUrFHHtjEf-DR03yAyf19r_7uwGQZ16p2oQAoCv4.82421666a68c58dbf18a2c4e0bbbbd0bf56b3e94&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&etext=1685.WLGxUrFHHtjEf-DR03yAyf19r_7uwGQZ16p2oQAoCv4.82421666a68c58dbf18a2c4e0bbbbd0bf56b3e94','2018-02-03 11:58:05'),(4790,67497,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1685.WLGxUrFHHtjEf-DR03yAyf19r_7uwGQZ16p2oQAoCv4.82421666a68c58dbf18a2c4e0bbbbd0bf56b3e94&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1','&etext=1685.WLGxUrFHHtjEf-DR03yAyf19r_7uwGQZ16p2oQAoCv4.82421666a68c58dbf18a2c4e0bbbbd0bf56b3e94','2018-02-03 11:58:12'),(4791,67577,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1687.ZJGs5cMoOJeASqM_erd6VR-6SlnZQVcPxYCYvbeFVJk.b7b6140e50761a4015656e18364ed6be3bb9159a&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1687.ZJGs5cMoOJeASqM_erd6VR-6SlnZQVcPxYCYvbeFVJk.b7b6140e50761a4015656e18364ed6be3bb9159a','2018-02-04 09:09:19'),(4792,67577,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1687.ZJGs5cMoOJeASqM_erd6VR-6SlnZQVcPxYCYvbeFVJk.b7b6140e50761a4015656e18364ed6be3bb9159a&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&etext=1687.ZJGs5cMoOJeASqM_erd6VR-6SlnZQVcPxYCYvbeFVJk.b7b6140e50761a4015656e18364ed6be3bb9159a','2018-02-04 09:09:23'),(4793,67577,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1687.ZJGs5cMoOJeASqM_erd6VR-6SlnZQVcPxYCYvbeFVJk.b7b6140e50761a4015656e18364ed6be3bb9159a&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1','&etext=1687.ZJGs5cMoOJeASqM_erd6VR-6SlnZQVcPxYCYvbeFVJk.b7b6140e50761a4015656e18364ed6be3bb9159a','2018-02-04 09:09:26'),(4794,67579,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1687.A3gjW7-RnygR9SvSZinH0tuEWC7ZwHLpPrxCQ1nsWiQ.5d730f502c652e1946d31b1b674c0c020a7473cf&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1687.A3gjW7-RnygR9SvSZinH0tuEWC7ZwHLpPrxCQ1nsWiQ.5d730f502c652e1946d31b1b674c0c020a7473cf','2018-02-04 10:16:26'),(4795,67579,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1687.A3gjW7-RnygR9SvSZinH0tuEWC7ZwHLpPrxCQ1nsWiQ.5d730f502c652e1946d31b1b674c0c020a7473cf&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&etext=1687.A3gjW7-RnygR9SvSZinH0tuEWC7ZwHLpPrxCQ1nsWiQ.5d730f502c652e1946d31b1b674c0c020a7473cf','2018-02-04 10:16:28'),(4796,67579,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1687.A3gjW7-RnygR9SvSZinH0tuEWC7ZwHLpPrxCQ1nsWiQ.5d730f502c652e1946d31b1b674c0c020a7473cf&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1','&etext=1687.A3gjW7-RnygR9SvSZinH0tuEWC7ZwHLpPrxCQ1nsWiQ.5d730f502c652e1946d31b1b674c0c020a7473cf','2018-02-04 10:16:31'),(4797,67580,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1687.wMhuGoLAxemQpJ4qyT0nuN8b9DSjj2Xn6z8CkeuRsO4.fc5d006e4b2d093bd8c18d4072d516eb21df9f44&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1687.wMhuGoLAxemQpJ4qyT0nuN8b9DSjj2Xn6z8CkeuRsO4.fc5d006e4b2d093bd8c18d4072d516eb21df9f44','2018-02-04 10:25:45'),(4798,67580,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1687.wMhuGoLAxemQpJ4qyT0nuN8b9DSjj2Xn6z8CkeuRsO4.fc5d006e4b2d093bd8c18d4072d516eb21df9f44&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&etext=1687.wMhuGoLAxemQpJ4qyT0nuN8b9DSjj2Xn6z8CkeuRsO4.fc5d006e4b2d093bd8c18d4072d516eb21df9f44','2018-02-04 10:25:51'),(4799,67580,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1687.wMhuGoLAxemQpJ4qyT0nuN8b9DSjj2Xn6z8CkeuRsO4.fc5d006e4b2d093bd8c18d4072d516eb21df9f44&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1','&etext=1687.wMhuGoLAxemQpJ4qyT0nuN8b9DSjj2Xn6z8CkeuRsO4.fc5d006e4b2d093bd8c18d4072d516eb21df9f44','2018-02-04 10:25:57'),(4800,67581,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1687.KECJ5SNgVqbZZXxQA1HzimlnIgdJlCNsxJY5kbLwcJU.23baec5247631bad982012d80eb932487c2d4115&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1687.KECJ5SNgVqbZZXxQA1HzimlnIgdJlCNsxJY5kbLwcJU.23baec5247631bad982012d80eb932487c2d4115','2018-02-04 11:04:00'),(4801,67581,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1687.KECJ5SNgVqbZZXxQA1HzimlnIgdJlCNsxJY5kbLwcJU.23baec5247631bad982012d80eb932487c2d4115&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&etext=1687.KECJ5SNgVqbZZXxQA1HzimlnIgdJlCNsxJY5kbLwcJU.23baec5247631bad982012d80eb932487c2d4115','2018-02-04 11:04:07'),(4802,67581,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1687.KECJ5SNgVqbZZXxQA1HzimlnIgdJlCNsxJY5kbLwcJU.23baec5247631bad982012d80eb932487c2d4115&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1','&etext=1687.KECJ5SNgVqbZZXxQA1HzimlnIgdJlCNsxJY5kbLwcJU.23baec5247631bad982012d80eb932487c2d4115','2018-02-04 11:04:16'),(4803,67582,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-02-04 11:24:53'),(4804,67583,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1687.MKQMvnLYFYQoogZIjFBRO2FKGEX18kX1o54TbyZpKrY.23a61281ed80fd0a4aa67f512f42512655a98a82&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1687.MKQMvnLYFYQoogZIjFBRO2FKGEX18kX1o54TbyZpKrY.23a61281ed80fd0a4aa67f512f42512655a98a82','2018-02-04 11:39:41'),(4805,67583,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1687.MKQMvnLYFYQoogZIjFBRO2FKGEX18kX1o54TbyZpKrY.23a61281ed80fd0a4aa67f512f42512655a98a82&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&etext=1687.MKQMvnLYFYQoogZIjFBRO2FKGEX18kX1o54TbyZpKrY.23a61281ed80fd0a4aa67f512f42512655a98a82','2018-02-04 11:39:43'),(4806,67583,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1687.MKQMvnLYFYQoogZIjFBRO2FKGEX18kX1o54TbyZpKrY.23a61281ed80fd0a4aa67f512f42512655a98a82&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1','&etext=1687.MKQMvnLYFYQoogZIjFBRO2FKGEX18kX1o54TbyZpKrY.23a61281ed80fd0a4aa67f512f42512655a98a82','2018-02-04 11:39:45'),(4807,67585,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1687.5a27O0BUHbYoD85lqHXSTpQvsS6Y2FAYz6D1tVYPDJk.7bf36b0124ea4cec8cd44c14725f751a18e1b07e&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1687.5a27O0BUHbYoD85lqHXSTpQvsS6Y2FAYz6D1tVYPDJk.7bf36b0124ea4cec8cd44c14725f751a18e1b07e','2018-02-04 12:14:47'),(4808,67585,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1687.5a27O0BUHbYoD85lqHXSTpQvsS6Y2FAYz6D1tVYPDJk.7bf36b0124ea4cec8cd44c14725f751a18e1b07e&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&etext=1687.5a27O0BUHbYoD85lqHXSTpQvsS6Y2FAYz6D1tVYPDJk.7bf36b0124ea4cec8cd44c14725f751a18e1b07e','2018-02-04 12:14:52'),(4809,67585,'http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1687.5a27O0BUHbYoD85lqHXSTpQvsS6Y2FAYz6D1tVYPDJk.7bf36b0124ea4cec8cd44c14725f751a18e1b07e&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data','www.mstyresblackburn.co.uk/index.php?id_category=7&controller=category&id_lang=1','&etext=1687.5a27O0BUHbYoD85lqHXSTpQvsS6Y2FAYz6D1tVYPDJk.7bf36b0124ea4cec8cd44c14725f751a18e1b07e','2018-02-04 12:14:58'),(4810,67586,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-02-04 12:40:05'),(4811,67586,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-02-04 12:40:16'),(4812,67596,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-03-12 10:48:12'),(4813,67601,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-03-12 12:07:44'),(4814,67616,'http://www.google.com/search','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2018-03-12 21:11:43'),(4815,67637,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-03-13 07:18:29'),(4816,67637,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2018-03-13 07:28:40'),(4817,67641,'http://www.google.com/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&ved=0ahUKEwjKqZ-NmenZAhWH2KQKHZMJAeQQjxwIAw&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2Findex.php%3Fid_product%3D11%26controller%3Dproduct%26id_lang%3D1&psig=AOvVaw3nZf6rt54aW9vCU8PF1ghS&u','www.mstyresblackburn.co.uk/index.php?id_product=11&controller=product&id_lang=1','&esrc=s','2018-03-13 11:29:29'),(4818,67672,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2018-03-13 18:44:17'),(4819,67672,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2018-03-13 18:45:08'),(4820,67675,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-03-13 21:15:43'),(4821,67676,'https://www.yelp.com/','www.mstyresblackburn.co.uk/index.php','','2018-03-13 21:22:05'),(4822,67694,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-03-14 11:16:27'),(4823,67698,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_product=9&controller=product&id_lang=1','','2018-03-14 12:00:27'),(4824,67792,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2018-03-15 13:10:56'),(4825,67793,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-03-15 15:08:25'),(4826,67793,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-03-15 15:10:41'),(4827,67840,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2018-03-15 23:27:41'),(4828,67900,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2018-03-16 20:20:17'),(4829,67902,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1728.JPBiEFBHbRvC264jUCmbJtQCYoXlAqYbk3FRvBQOstg.8481be54b6f1369b827e966e8636d3ed263026a6&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1728.JPBiEFBHbRvC264jUCmbJtQCYoXlAqYbk3FRvBQOstg.8481be54b6f1369b827e966e8636d3ed263026a6','2018-03-16 21:34:08'),(4830,67902,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1728.JPBiEFBHbRvC264jUCmbJtQCYoXlAqYbk3FRvBQOstg.8481be54b6f1369b827e966e8636d3ed263026a6&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=31&controller=product&id_lang=1','&etext=1728.JPBiEFBHbRvC264jUCmbJtQCYoXlAqYbk3FRvBQOstg.8481be54b6f1369b827e966e8636d3ed263026a6','2018-03-16 21:34:11'),(4831,67902,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1728.JPBiEFBHbRvC264jUCmbJtQCYoXlAqYbk3FRvBQOstg.8481be54b6f1369b827e966e8636d3ed263026a6&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&etext=1728.JPBiEFBHbRvC264jUCmbJtQCYoXlAqYbk3FRvBQOstg.8481be54b6f1369b827e966e8636d3ed263026a6','2018-03-16 21:34:13'),(4832,67903,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1728.-h2TzvUNzfaDHoXiERalTOGqKgLme9CyH7TNILebPmk.8db23dfa0aac045ed36fd0bce45e9910d11c5614&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1728.-h2TzvUNzfaDHoXiERalTOGqKgLme9CyH7TNILebPmk.8db23dfa0aac045ed36fd0bce45e9910d11c5614','2018-03-16 21:41:17'),(4833,67903,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1728.-h2TzvUNzfaDHoXiERalTOGqKgLme9CyH7TNILebPmk.8db23dfa0aac045ed36fd0bce45e9910d11c5614&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=31&controller=product&id_lang=1','&etext=1728.-h2TzvUNzfaDHoXiERalTOGqKgLme9CyH7TNILebPmk.8db23dfa0aac045ed36fd0bce45e9910d11c5614','2018-03-16 21:41:20'),(4834,67903,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1728.-h2TzvUNzfaDHoXiERalTOGqKgLme9CyH7TNILebPmk.8db23dfa0aac045ed36fd0bce45e9910d11c5614&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&etext=1728.-h2TzvUNzfaDHoXiERalTOGqKgLme9CyH7TNILebPmk.8db23dfa0aac045ed36fd0bce45e9910d11c5614','2018-03-16 21:41:22'),(4835,67904,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1728.Vb8hl4POUdBbi9IDP3XtNgrOAw-n-JP-hsV6kavDVik.658e15ac5244db29c481f9c864f0c567f8ba77f8&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1728.Vb8hl4POUdBbi9IDP3XtNgrOAw-n-JP-hsV6kavDVik.658e15ac5244db29c481f9c864f0c567f8ba77f8','2018-03-16 21:56:21'),(4836,67904,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1728.Vb8hl4POUdBbi9IDP3XtNgrOAw-n-JP-hsV6kavDVik.658e15ac5244db29c481f9c864f0c567f8ba77f8&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=31&controller=product&id_lang=1','&etext=1728.Vb8hl4POUdBbi9IDP3XtNgrOAw-n-JP-hsV6kavDVik.658e15ac5244db29c481f9c864f0c567f8ba77f8','2018-03-16 21:56:30'),(4837,67904,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1728.Vb8hl4POUdBbi9IDP3XtNgrOAw-n-JP-hsV6kavDVik.658e15ac5244db29c481f9c864f0c567f8ba77f8&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&etext=1728.Vb8hl4POUdBbi9IDP3XtNgrOAw-n-JP-hsV6kavDVik.658e15ac5244db29c481f9c864f0c567f8ba77f8','2018-03-16 21:56:38'),(4838,67905,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1728.2SjDgCu44E4j3byAWidEMCFsHA0V2G7H7Ki3ppzzyd0.0fb7adfe7abb271c7d97557f787940671e918223&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1728.2SjDgCu44E4j3byAWidEMCFsHA0V2G7H7Ki3ppzzyd0.0fb7adfe7abb271c7d97557f787940671e918223','2018-03-16 21:58:50'),(4839,67905,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1728.2SjDgCu44E4j3byAWidEMCFsHA0V2G7H7Ki3ppzzyd0.0fb7adfe7abb271c7d97557f787940671e918223&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=31&controller=product&id_lang=1','&etext=1728.2SjDgCu44E4j3byAWidEMCFsHA0V2G7H7Ki3ppzzyd0.0fb7adfe7abb271c7d97557f787940671e918223','2018-03-16 21:58:52'),(4840,67905,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1728.2SjDgCu44E4j3byAWidEMCFsHA0V2G7H7Ki3ppzzyd0.0fb7adfe7abb271c7d97557f787940671e918223&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&etext=1728.2SjDgCu44E4j3byAWidEMCFsHA0V2G7H7Ki3ppzzyd0.0fb7adfe7abb271c7d97557f787940671e918223','2018-03-16 21:58:54'),(4841,67906,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1728.LyMxWHvG8wognjy9Hsc_nLcTokPbDLscCnHGx5CSx6Y.8f4c7c9f90e745d52bad60a252278a96a03e5086&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','&etext=1728.LyMxWHvG8wognjy9Hsc_nLcTokPbDLscCnHGx5CSx6Y.8f4c7c9f90e745d52bad60a252278a96a03e5086','2018-03-16 22:27:26'),(4842,67906,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1728.LyMxWHvG8wognjy9Hsc_nLcTokPbDLscCnHGx5CSx6Y.8f4c7c9f90e745d52bad60a252278a96a03e5086&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=31&controller=product&id_lang=1','&etext=1728.LyMxWHvG8wognjy9Hsc_nLcTokPbDLscCnHGx5CSx6Y.8f4c7c9f90e745d52bad60a252278a96a03e5086','2018-03-16 22:27:32'),(4843,67906,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1728.LyMxWHvG8wognjy9Hsc_nLcTokPbDLscCnHGx5CSx6Y.8f4c7c9f90e745d52bad60a252278a96a03e5086&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=10&controller=product&id_lang=1','&etext=1728.LyMxWHvG8wognjy9Hsc_nLcTokPbDLscCnHGx5CSx6Y.8f4c7c9f90e745d52bad60a252278a96a03e5086','2018-03-16 22:27:36'),(4844,67907,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-03-16 22:36:45'),(4845,67929,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-03-17 15:43:43'),(4846,67967,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-03-18 10:49:44'),(4847,67967,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-03-18 10:57:47'),(4848,67971,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2018-03-18 12:40:38'),(4849,67975,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2018-03-18 14:29:13'),(4850,68025,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1730.od4PZpBetBp5BhldfYhhgse_J_UMTTe5_kazs45VCxY.a0f60011a1b9bdd576883c1ba695e59470f7add1&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','&etext=1730.od4PZpBetBp5BhldfYhhgse_J_UMTTe5_kazs45VCxY.a0f60011a1b9bdd576883c1ba695e59470f7add1','2018-03-19 02:45:07'),(4851,68025,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1730.od4PZpBetBp5BhldfYhhgse_J_UMTTe5_kazs45VCxY.a0f60011a1b9bdd576883c1ba695e59470f7add1&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=38&controller=product&id_lang=1','&etext=1730.od4PZpBetBp5BhldfYhhgse_J_UMTTe5_kazs45VCxY.a0f60011a1b9bdd576883c1ba695e59470f7add1','2018-03-19 02:45:10'),(4852,68025,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1730.od4PZpBetBp5BhldfYhhgse_J_UMTTe5_kazs45VCxY.a0f60011a1b9bdd576883c1ba695e59470f7add1&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1&p=2','&etext=1730.od4PZpBetBp5BhldfYhhgse_J_UMTTe5_kazs45VCxY.a0f60011a1b9bdd576883c1ba695e59470f7add1','2018-03-19 02:45:12'),(4853,68026,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1730.wuiAVvAZ-rzbQn-o5-NRVp8peJEb4kkcoQbStZPaGmA.db657bbb58d5a118699c842e3db72c5df07db149&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','&etext=1730.wuiAVvAZ-rzbQn-o5-NRVp8peJEb4kkcoQbStZPaGmA.db657bbb58d5a118699c842e3db72c5df07db149','2018-03-19 02:50:27'),(4854,68026,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1730.wuiAVvAZ-rzbQn-o5-NRVp8peJEb4kkcoQbStZPaGmA.db657bbb58d5a118699c842e3db72c5df07db149&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=38&controller=product&id_lang=1','&etext=1730.wuiAVvAZ-rzbQn-o5-NRVp8peJEb4kkcoQbStZPaGmA.db657bbb58d5a118699c842e3db72c5df07db149','2018-03-19 02:50:33'),(4855,68026,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1730.wuiAVvAZ-rzbQn-o5-NRVp8peJEb4kkcoQbStZPaGmA.db657bbb58d5a118699c842e3db72c5df07db149&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1&p=2','&etext=1730.wuiAVvAZ-rzbQn-o5-NRVp8peJEb4kkcoQbStZPaGmA.db657bbb58d5a118699c842e3db72c5df07db149','2018-03-19 02:50:38'),(4856,68028,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1730.vxdMUeZlsonXDqgm_Ytusm5r25Av8PAiqW64WVY37yk.ac36c6360ccb3c72f5b25fbd031ac563cb920a16&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','&etext=1730.vxdMUeZlsonXDqgm_Ytusm5r25Av8PAiqW64WVY37yk.ac36c6360ccb3c72f5b25fbd031ac563cb920a16','2018-03-19 03:15:53'),(4857,68028,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1730.vxdMUeZlsonXDqgm_Ytusm5r25Av8PAiqW64WVY37yk.ac36c6360ccb3c72f5b25fbd031ac563cb920a16&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=38&controller=product&id_lang=1','&etext=1730.vxdMUeZlsonXDqgm_Ytusm5r25Av8PAiqW64WVY37yk.ac36c6360ccb3c72f5b25fbd031ac563cb920a16','2018-03-19 03:15:54'),(4858,68028,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1730.vxdMUeZlsonXDqgm_Ytusm5r25Av8PAiqW64WVY37yk.ac36c6360ccb3c72f5b25fbd031ac563cb920a16&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1&p=2','&etext=1730.vxdMUeZlsonXDqgm_Ytusm5r25Av8PAiqW64WVY37yk.ac36c6360ccb3c72f5b25fbd031ac563cb920a16','2018-03-19 03:15:56'),(4859,68029,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1730.fpOtXxJudEW--JCDd0OXDZ7qDaMxjRX2mwJ9f0KzXNs.b3bcf22cd7d321a9912830ca393926a15f306cf0&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','&etext=1730.fpOtXxJudEW--JCDd0OXDZ7qDaMxjRX2mwJ9f0KzXNs.b3bcf22cd7d321a9912830ca393926a15f306cf0','2018-03-19 03:19:19'),(4860,68029,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1730.fpOtXxJudEW--JCDd0OXDZ7qDaMxjRX2mwJ9f0KzXNs.b3bcf22cd7d321a9912830ca393926a15f306cf0&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=38&controller=product&id_lang=1','&etext=1730.fpOtXxJudEW--JCDd0OXDZ7qDaMxjRX2mwJ9f0KzXNs.b3bcf22cd7d321a9912830ca393926a15f306cf0','2018-03-19 03:19:24'),(4861,68029,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1730.fpOtXxJudEW--JCDd0OXDZ7qDaMxjRX2mwJ9f0KzXNs.b3bcf22cd7d321a9912830ca393926a15f306cf0&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1&p=2','&etext=1730.fpOtXxJudEW--JCDd0OXDZ7qDaMxjRX2mwJ9f0KzXNs.b3bcf22cd7d321a9912830ca393926a15f306cf0','2018-03-19 03:19:27'),(4862,68030,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1730.ct7v06qg8tAlZXzY1U2eNFLAen7ehjnX5TayqV6dUYw.288ccf0e8c821d21fe9658a1ba2cb2bd63532432&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','&etext=1730.ct7v06qg8tAlZXzY1U2eNFLAen7ehjnX5TayqV6dUYw.288ccf0e8c821d21fe9658a1ba2cb2bd63532432','2018-03-19 03:56:22'),(4863,68030,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1730.ct7v06qg8tAlZXzY1U2eNFLAen7ehjnX5TayqV6dUYw.288ccf0e8c821d21fe9658a1ba2cb2bd63532432&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=38&controller=product&id_lang=1','&etext=1730.ct7v06qg8tAlZXzY1U2eNFLAen7ehjnX5TayqV6dUYw.288ccf0e8c821d21fe9658a1ba2cb2bd63532432','2018-03-19 03:56:24'),(4864,68030,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1730.ct7v06qg8tAlZXzY1U2eNFLAen7ehjnX5TayqV6dUYw.288ccf0e8c821d21fe9658a1ba2cb2bd63532432&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1&p=2','&etext=1730.ct7v06qg8tAlZXzY1U2eNFLAen7ehjnX5TayqV6dUYw.288ccf0e8c821d21fe9658a1ba2cb2bd63532432','2018-03-19 03:56:26'),(4865,68031,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1730.Fr7g4T7d6rPppjb7QLnKfY5UrF411TLMb30ZBjfOU1U.1d35995621dce60dc4a1778e92f618e8a8c67692&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','&etext=1730.Fr7g4T7d6rPppjb7QLnKfY5UrF411TLMb30ZBjfOU1U.1d35995621dce60dc4a1778e92f618e8a8c67692','2018-03-19 04:10:36'),(4866,68031,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1730.Fr7g4T7d6rPppjb7QLnKfY5UrF411TLMb30ZBjfOU1U.1d35995621dce60dc4a1778e92f618e8a8c67692&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=38&controller=product&id_lang=1','&etext=1730.Fr7g4T7d6rPppjb7QLnKfY5UrF411TLMb30ZBjfOU1U.1d35995621dce60dc4a1778e92f618e8a8c67692','2018-03-19 04:10:39'),(4867,68031,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1730.Fr7g4T7d6rPppjb7QLnKfY5UrF411TLMb30ZBjfOU1U.1d35995621dce60dc4a1778e92f618e8a8c67692&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1&p=2','&etext=1730.Fr7g4T7d6rPppjb7QLnKfY5UrF411TLMb30ZBjfOU1U.1d35995621dce60dc4a1778e92f618e8a8c67692','2018-03-19 04:10:42'),(4868,68042,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-03-19 11:57:55'),(4869,68092,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-03-20 23:42:41'),(4870,68096,'http://whois.domaintools.com/mstyresblackburn.co.uk','www.mstyresblackburn.co.uk/index.php','','2018-03-21 06:47:55'),(4871,68099,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-03-21 09:44:31'),(4872,68103,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-03-21 17:25:16'),(4873,68106,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-03-21 18:57:03'),(4874,68107,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?controller=best-sales&ui-page=0-4','','2018-03-21 20:29:52'),(4875,68132,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-03-22 08:00:26'),(4876,68173,'https://www.google.com.au/','www.mstyresblackburn.co.uk/index.php','','2018-03-22 21:57:52'),(4877,68185,'http://www.google.com/','www.mstyresblackburn.co.uk/index.php','','2018-03-23 08:27:35'),(4878,68185,'http://www.google.com/','www.mstyresblackburn.co.uk/index.php','','2018-03-23 08:28:34'),(4879,68186,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2018-03-23 08:39:38'),(4880,68201,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2018-03-23 13:19:20'),(4881,68297,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-03-24 12:28:11'),(4882,68331,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-03-24 20:42:48'),(4883,68339,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-03-24 22:29:11'),(4884,68403,'http://www.google.com/','www.mstyresblackburn.co.uk/index.php','','2018-03-25 10:03:20'),(4885,68405,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=5&controller=manufacturer&id_lang=1','','2018-03-25 11:06:00'),(4886,68407,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=39&controller=category&id_lang=1','','2018-03-25 12:26:56'),(4887,68418,'https://www.google.hu/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2018-03-25 15:14:00'),(4888,68449,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-03-26 16:07:23'),(4889,68488,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1738.iBqloGuB3jcbcbMj9psI1wIYcDUoMrfuMAno3h7528o.197aa8a3a0872949b0f6e5be34951c06ccf650e6&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=38&controller=product&id_lang=1','&etext=1738.iBqloGuB3jcbcbMj9psI1wIYcDUoMrfuMAno3h7528o.197aa8a3a0872949b0f6e5be34951c06ccf650e6','2018-03-27 06:10:03'),(4890,68488,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1738.iBqloGuB3jcbcbMj9psI1wIYcDUoMrfuMAno3h7528o.197aa8a3a0872949b0f6e5be34951c06ccf650e6&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','&etext=1738.iBqloGuB3jcbcbMj9psI1wIYcDUoMrfuMAno3h7528o.197aa8a3a0872949b0f6e5be34951c06ccf650e6','2018-03-27 06:10:08'),(4891,68488,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1738.iBqloGuB3jcbcbMj9psI1wIYcDUoMrfuMAno3h7528o.197aa8a3a0872949b0f6e5be34951c06ccf650e6&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1&p=2','&etext=1738.iBqloGuB3jcbcbMj9psI1wIYcDUoMrfuMAno3h7528o.197aa8a3a0872949b0f6e5be34951c06ccf650e6','2018-03-27 06:10:12'),(4892,68489,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1738.0zTk1Et3nb_MIE3HDi_i7qZX0aBnDQyRDoQBy6-aVTI.5efc30a4ca9f0e0ce0b820a1b95915a651939f7e&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=38&controller=product&id_lang=1','&etext=1738.0zTk1Et3nb_MIE3HDi_i7qZX0aBnDQyRDoQBy6-aVTI.5efc30a4ca9f0e0ce0b820a1b95915a651939f7e','2018-03-27 06:11:21'),(4893,68489,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1738.0zTk1Et3nb_MIE3HDi_i7qZX0aBnDQyRDoQBy6-aVTI.5efc30a4ca9f0e0ce0b820a1b95915a651939f7e&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','&etext=1738.0zTk1Et3nb_MIE3HDi_i7qZX0aBnDQyRDoQBy6-aVTI.5efc30a4ca9f0e0ce0b820a1b95915a651939f7e','2018-03-27 06:11:24'),(4894,68489,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1738.0zTk1Et3nb_MIE3HDi_i7qZX0aBnDQyRDoQBy6-aVTI.5efc30a4ca9f0e0ce0b820a1b95915a651939f7e&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1&p=2','&etext=1738.0zTk1Et3nb_MIE3HDi_i7qZX0aBnDQyRDoQBy6-aVTI.5efc30a4ca9f0e0ce0b820a1b95915a651939f7e','2018-03-27 06:11:25'),(4895,68493,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-03-27 08:10:59'),(4896,68493,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-03-27 08:11:50'),(4897,68494,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1739.LlFCSaeCvDM-wOaVNtX8GpsnObNOZFbWKD7HEWHSUTE.82bb887ff7fb3ada7f43cf6d9bec01c22f93a1a1&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=38&controller=product&id_lang=1','&etext=1739.LlFCSaeCvDM-wOaVNtX8GpsnObNOZFbWKD7HEWHSUTE.82bb887ff7fb3ada7f43cf6d9bec01c22f93a1a1','2018-03-27 08:33:54'),(4898,68494,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1739.LlFCSaeCvDM-wOaVNtX8GpsnObNOZFbWKD7HEWHSUTE.82bb887ff7fb3ada7f43cf6d9bec01c22f93a1a1&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','&etext=1739.LlFCSaeCvDM-wOaVNtX8GpsnObNOZFbWKD7HEWHSUTE.82bb887ff7fb3ada7f43cf6d9bec01c22f93a1a1','2018-03-27 08:33:55'),(4899,68494,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1739.LlFCSaeCvDM-wOaVNtX8GpsnObNOZFbWKD7HEWHSUTE.82bb887ff7fb3ada7f43cf6d9bec01c22f93a1a1&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1&p=2','&etext=1739.LlFCSaeCvDM-wOaVNtX8GpsnObNOZFbWKD7HEWHSUTE.82bb887ff7fb3ada7f43cf6d9bec01c22f93a1a1','2018-03-27 08:33:57'),(4900,68497,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1739.YJ5DN6aN2YkHl62MtKHzMQaqPbZNgyS4MUVhqOIiZ-0.e7d50e90b11a36e5d98e295c827f34c193e35c23&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=38&controller=product&id_lang=1','&etext=1739.YJ5DN6aN2YkHl62MtKHzMQaqPbZNgyS4MUVhqOIiZ-0.e7d50e90b11a36e5d98e295c827f34c193e35c23','2018-03-27 08:54:21'),(4901,68497,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1739.YJ5DN6aN2YkHl62MtKHzMQaqPbZNgyS4MUVhqOIiZ-0.e7d50e90b11a36e5d98e295c827f34c193e35c23&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','&etext=1739.YJ5DN6aN2YkHl62MtKHzMQaqPbZNgyS4MUVhqOIiZ-0.e7d50e90b11a36e5d98e295c827f34c193e35c23','2018-03-27 08:54:26'),(4902,68497,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1739.YJ5DN6aN2YkHl62MtKHzMQaqPbZNgyS4MUVhqOIiZ-0.e7d50e90b11a36e5d98e295c827f34c193e35c23&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1&p=2','&etext=1739.YJ5DN6aN2YkHl62MtKHzMQaqPbZNgyS4MUVhqOIiZ-0.e7d50e90b11a36e5d98e295c827f34c193e35c23','2018-03-27 08:54:29'),(4903,68499,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1739.D2OHqIMDJ3dH1Rk_N5NE5K7PguiU30dh3gVLUzhefzs.d364d11a93373112cdc43b64983039a7fb1f58e3&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=38&controller=product&id_lang=1','&etext=1739.D2OHqIMDJ3dH1Rk_N5NE5K7PguiU30dh3gVLUzhefzs.d364d11a93373112cdc43b64983039a7fb1f58e3','2018-03-27 09:31:36'),(4904,68499,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1739.D2OHqIMDJ3dH1Rk_N5NE5K7PguiU30dh3gVLUzhefzs.d364d11a93373112cdc43b64983039a7fb1f58e3&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','&etext=1739.D2OHqIMDJ3dH1Rk_N5NE5K7PguiU30dh3gVLUzhefzs.d364d11a93373112cdc43b64983039a7fb1f58e3','2018-03-27 09:31:39'),(4905,68499,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1739.D2OHqIMDJ3dH1Rk_N5NE5K7PguiU30dh3gVLUzhefzs.d364d11a93373112cdc43b64983039a7fb1f58e3&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1&p=2','&etext=1739.D2OHqIMDJ3dH1Rk_N5NE5K7PguiU30dh3gVLUzhefzs.d364d11a93373112cdc43b64983039a7fb1f58e3','2018-03-27 09:31:42'),(4906,68500,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2018-03-27 09:36:03'),(4907,68518,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-03-27 15:21:42'),(4908,68535,'https://www.google.co.nz/','www.mstyresblackburn.co.uk/index.php?','','2018-03-28 03:10:25'),(4909,68542,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2018-03-28 08:22:46'),(4910,68548,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-03-28 12:11:19'),(4911,68549,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-03-28 12:11:19'),(4912,68551,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2018-03-28 13:15:54'),(4913,68551,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','','2018-03-28 13:16:41'),(4914,68554,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2018-03-28 14:21:38'),(4915,68601,'https://www.google.lv/','www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1','','2018-03-28 16:33:41'),(4916,68658,'https://www.google.lt/','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','','2018-03-28 23:59:08'),(4917,68674,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1741.-r4M-t8fml8vD5bCVGn6IHeZ1tafsGCrJuIWVVlN3uk.64510b3f8987db60131c86e4dac7cf95ef90fb80&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=38&controller=product&id_lang=1','&etext=1741.-r4M-t8fml8vD5bCVGn6IHeZ1tafsGCrJuIWVVlN3uk.64510b3f8987db60131c86e4dac7cf95ef90fb80','2018-03-29 18:18:35'),(4918,68674,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1741.-r4M-t8fml8vD5bCVGn6IHeZ1tafsGCrJuIWVVlN3uk.64510b3f8987db60131c86e4dac7cf95ef90fb80&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','&etext=1741.-r4M-t8fml8vD5bCVGn6IHeZ1tafsGCrJuIWVVlN3uk.64510b3f8987db60131c86e4dac7cf95ef90fb80','2018-03-29 18:18:43'),(4919,68674,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1741.-r4M-t8fml8vD5bCVGn6IHeZ1tafsGCrJuIWVVlN3uk.64510b3f8987db60131c86e4dac7cf95ef90fb80&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1&p=2','&etext=1741.-r4M-t8fml8vD5bCVGn6IHeZ1tafsGCrJuIWVVlN3uk.64510b3f8987db60131c86e4dac7cf95ef90fb80','2018-03-29 18:18:51'),(4920,68675,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1741.Xz9_Vr1KEe9Z7l0pH8Ve00PYB1aVPC-wZ79oxBt2eck.12042414abe50c03a0dccf593e35d765b4c1ecd1&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=38&controller=product&id_lang=1','&etext=1741.Xz9_Vr1KEe9Z7l0pH8Ve00PYB1aVPC-wZ79oxBt2eck.12042414abe50c03a0dccf593e35d765b4c1ecd1','2018-03-29 18:23:09'),(4921,68675,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1741.Xz9_Vr1KEe9Z7l0pH8Ve00PYB1aVPC-wZ79oxBt2eck.12042414abe50c03a0dccf593e35d765b4c1ecd1&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','&etext=1741.Xz9_Vr1KEe9Z7l0pH8Ve00PYB1aVPC-wZ79oxBt2eck.12042414abe50c03a0dccf593e35d765b4c1ecd1','2018-03-29 18:23:14'),(4922,68675,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1741.Xz9_Vr1KEe9Z7l0pH8Ve00PYB1aVPC-wZ79oxBt2eck.12042414abe50c03a0dccf593e35d765b4c1ecd1&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1&p=2','&etext=1741.Xz9_Vr1KEe9Z7l0pH8Ve00PYB1aVPC-wZ79oxBt2eck.12042414abe50c03a0dccf593e35d765b4c1ecd1','2018-03-29 18:23:18'),(4923,68677,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1741.ZRzCMLBOBsqwGZfxzHjCLO1GB2MU9-9A_Ae1JDW9m-g.944478006a8566f16e660bfa700359bbafa6697e&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=38&controller=product&id_lang=1','&etext=1741.ZRzCMLBOBsqwGZfxzHjCLO1GB2MU9-9A_Ae1JDW9m-g.944478006a8566f16e660bfa700359bbafa6697e','2018-03-29 19:02:10'),(4924,68677,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1741.ZRzCMLBOBsqwGZfxzHjCLO1GB2MU9-9A_Ae1JDW9m-g.944478006a8566f16e660bfa700359bbafa6697e&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','&etext=1741.ZRzCMLBOBsqwGZfxzHjCLO1GB2MU9-9A_Ae1JDW9m-g.944478006a8566f16e660bfa700359bbafa6697e','2018-03-29 19:02:12'),(4925,68677,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1741.ZRzCMLBOBsqwGZfxzHjCLO1GB2MU9-9A_Ae1JDW9m-g.944478006a8566f16e660bfa700359bbafa6697e&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1&p=2','&etext=1741.ZRzCMLBOBsqwGZfxzHjCLO1GB2MU9-9A_Ae1JDW9m-g.944478006a8566f16e660bfa700359bbafa6697e','2018-03-29 19:02:15'),(4926,68678,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1741.3gVuZf6eEnjjkaNhmFYjCTe9Av6snx5EWSucJzcBP_A.df2abe07021d8c6503355eaeb2e8cb10af41da9d&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=38&controller=product&id_lang=1','&etext=1741.3gVuZf6eEnjjkaNhmFYjCTe9Av6snx5EWSucJzcBP_A.df2abe07021d8c6503355eaeb2e8cb10af41da9d','2018-03-29 19:40:58'),(4927,68678,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1741.3gVuZf6eEnjjkaNhmFYjCTe9Av6snx5EWSucJzcBP_A.df2abe07021d8c6503355eaeb2e8cb10af41da9d&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','&etext=1741.3gVuZf6eEnjjkaNhmFYjCTe9Av6snx5EWSucJzcBP_A.df2abe07021d8c6503355eaeb2e8cb10af41da9d','2018-03-29 19:41:00'),(4928,68678,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1741.3gVuZf6eEnjjkaNhmFYjCTe9Av6snx5EWSucJzcBP_A.df2abe07021d8c6503355eaeb2e8cb10af41da9d&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1&p=2','&etext=1741.3gVuZf6eEnjjkaNhmFYjCTe9Av6snx5EWSucJzcBP_A.df2abe07021d8c6503355eaeb2e8cb10af41da9d','2018-03-29 19:41:02'),(4929,68679,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1741.p_iUtTipdQe8mp55mPtNI6oq5M7yknzXjiP5GFzc3A0.5f0976a793f0e6f5d2eecbda9fd700b01aece299&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=38&controller=product&id_lang=1','&etext=1741.p_iUtTipdQe8mp55mPtNI6oq5M7yknzXjiP5GFzc3A0.5f0976a793f0e6f5d2eecbda9fd700b01aece299','2018-03-29 19:41:57'),(4930,68679,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1741.p_iUtTipdQe8mp55mPtNI6oq5M7yknzXjiP5GFzc3A0.5f0976a793f0e6f5d2eecbda9fd700b01aece299&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','&etext=1741.p_iUtTipdQe8mp55mPtNI6oq5M7yknzXjiP5GFzc3A0.5f0976a793f0e6f5d2eecbda9fd700b01aece299','2018-03-29 19:42:02'),(4931,68679,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1741.p_iUtTipdQe8mp55mPtNI6oq5M7yknzXjiP5GFzc3A0.5f0976a793f0e6f5d2eecbda9fd700b01aece299&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1&p=2','&etext=1741.p_iUtTipdQe8mp55mPtNI6oq5M7yknzXjiP5GFzc3A0.5f0976a793f0e6f5d2eecbda9fd700b01aece299','2018-03-29 19:42:07'),(4932,68692,'https://www.google.at/','www.mstyresblackburn.co.uk/index.php','','2018-03-30 07:31:17'),(4933,68693,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-03-30 08:14:47'),(4934,68737,'http://www.google.com/','www.mstyresblackburn.co.uk/index.php?id_category=37&controller=category&id_lang=1','','2018-03-31 09:11:22'),(4935,68738,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-03-31 09:31:16'),(4936,68739,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-03-31 09:43:01'),(4937,68780,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2018-04-01 17:11:22'),(4938,68939,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2018-04-03 18:34:40'),(4939,68940,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2018-04-03 19:18:36'),(4940,68940,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-04-03 19:37:38'),(4941,68950,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=2ahUKEwjs0Jabj5_aAhUCKlAKHWlEAEUQ_BcwAHoECAAQCQ&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AOvVaw3kjDt2-2nRggLoYbfE7LZH','www.mstyresblackburn.co.uk/index.php','&esrc=s','2018-04-03 22:08:59'),(4942,68952,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-04-03 22:25:43'),(4943,68958,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2018-04-04 00:45:11'),(4944,68970,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-04-04 08:53:35'),(4945,68970,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-04-04 09:11:38'),(4946,68985,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-04-04 17:29:13'),(4947,69004,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2018-04-05 11:53:13'),(4948,69035,'http://www.google.com/','www.mstyresblackburn.co.uk/index.php','','2018-04-06 04:51:00'),(4949,69040,'http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1750.m-MqHZIxjXIkS-xDGOXy17OdxkuZA-bNrBBCTxiyFSgmrsd7cjNg4Vu5tPHYn34c.fc8ec2a53f9e71ad770d3be3644782e5bba0f3b3&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YM','www.mstyresblackburn.co.uk/index.php','&etext=1750.m-MqHZIxjXIkS-xDGOXy17OdxkuZA-bNrBBCTxiyFSgmrsd7cjNg4Vu5tPHYn34c.fc8ec2a53f9e71ad770d3be3644782e5bba0f3b3','2018-04-06 07:43:08'),(4950,69674,'http://www.google.com/','www.mstyresblackburn.co.uk/index.php','','2018-04-07 21:27:13'),(4951,69674,'http://www.google.com/','www.mstyresblackburn.co.uk/index.php','','2018-04-07 21:27:35'),(4952,69674,'http://www.google.com/','www.mstyresblackburn.co.uk/index.php','','2018-04-07 21:28:17'),(4953,69674,'http://www.google.com/','www.mstyresblackburn.co.uk/index.php?id_category=40&controller=category&id_lang=1&ui-page=0-3','','2018-04-07 21:29:35'),(4954,69674,'http://www.google.com/','www.mstyresblackburn.co.uk/index.php','','2018-04-07 21:41:53'),(4955,69726,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-04-08 08:52:26'),(4956,69743,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2018-04-08 18:58:30'),(4957,69767,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-04-09 10:53:44'),(4958,69804,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-04-10 06:53:38'),(4959,69809,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2018-04-10 08:03:41'),(4960,69809,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2018-04-10 08:05:31'),(4961,69813,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-04-10 08:44:29'),(4962,69813,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','','2018-04-10 08:45:42'),(4963,69816,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-04-10 12:26:38'),(4964,69816,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1','','2018-04-10 12:28:04'),(4965,69818,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-04-10 13:32:03'),(4966,69819,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-04-10 14:06:00'),(4967,69838,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-04-11 07:48:20'),(4968,69838,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-04-11 07:48:36'),(4969,69840,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-04-11 08:02:46'),(4970,69840,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-04-11 08:03:25'),(4971,69843,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2018-04-11 09:50:35'),(4972,69844,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2018-04-11 09:50:35'),(4973,69882,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-04-11 12:40:44'),(4974,69941,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2018-04-11 19:48:10'),(4975,69957,'http://www.google.com/','www.mstyresblackburn.co.uk/index.php','','2018-04-12 09:13:00'),(4976,69989,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-04-13 07:31:13'),(4977,69993,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php?','','2018-04-13 08:58:45'),(4978,69994,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-04-13 09:21:12'),(4979,69995,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-04-13 09:21:14'),(4980,70002,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-04-13 11:16:06'),(4981,70002,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-04-13 11:17:41'),(4982,70005,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-04-13 11:55:57'),(4983,70005,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-04-13 12:04:04'),(4984,70073,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2018-04-14 09:23:45'),(4985,70076,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php','','2018-04-14 12:47:17'),(4986,70077,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php','','2018-04-14 17:34:55'),(4987,70124,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-04-15 09:32:41'),(4988,70219,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-04-16 13:53:45'),(4989,70222,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-04-16 15:10:15'),(4990,70224,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2018-04-16 16:32:32'),(4991,70224,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-04-16 16:32:37'),(4992,70242,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-04-17 11:18:18'),(4993,70286,'https://www.bing.com/','www.mstyresblackburn.co.uk/index.php','','2018-04-18 11:14:18'),(4994,70286,'http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=2ahUKEwiVlfrT98PaAhUFJFAKHaYiBJ8Q_BcwAHoECAAQCA&url=http%3A%2F%2Fwww.mstyresblackburn.co.uk%2F&usg=AOvVaw3kjDt2-2nRggLoYbfE7LZH','www.mstyresblackburn.co.uk/index.php','&esrc=s','2018-04-18 13:31:59'),(4995,70302,'https://www.google.ro/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=12&controller=manufacturer&id_lang=1','','2018-04-18 20:12:33'),(4996,70338,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-04-19 10:14:45'),(4997,70341,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-04-19 12:16:18'),(4998,70368,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php','','2018-04-20 08:43:27'),(4999,70378,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-04-20 09:33:49'),(5000,70463,'http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1764.FfLT6kEiUhc-s-41aLUjhogmrjO48lWW0IFUHjmwtG5beYpBVVGaoNMV_MkfIZ0A.5940807189896b4d1b7d57459fe9750e15c6049a&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YG','www.mstyresblackburn.co.uk/index.php','&etext=1764.FfLT6kEiUhc-s-41aLUjhogmrjO48lWW0IFUHjmwtG5beYpBVVGaoNMV_MkfIZ0A.5940807189896b4d1b7d57459fe9750e15c6049a','2018-04-21 05:21:59'),(5001,70465,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1763.Z29QoPj92IXrEj8s4qfjKns8aHqCwaJO_M5FCVPuuxk.d02e29242fc57e36ba9b46a15820884d5706e33f&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=38&controller=product&id_lang=1','&etext=1763.Z29QoPj92IXrEj8s4qfjKns8aHqCwaJO_M5FCVPuuxk.d02e29242fc57e36ba9b46a15820884d5706e33f','2018-04-21 06:31:48'),(5002,70465,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1763.Z29QoPj92IXrEj8s4qfjKns8aHqCwaJO_M5FCVPuuxk.d02e29242fc57e36ba9b46a15820884d5706e33f&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','&etext=1763.Z29QoPj92IXrEj8s4qfjKns8aHqCwaJO_M5FCVPuuxk.d02e29242fc57e36ba9b46a15820884d5706e33f','2018-04-21 06:31:55'),(5003,70465,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1763.Z29QoPj92IXrEj8s4qfjKns8aHqCwaJO_M5FCVPuuxk.d02e29242fc57e36ba9b46a15820884d5706e33f&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1&p=2','&etext=1763.Z29QoPj92IXrEj8s4qfjKns8aHqCwaJO_M5FCVPuuxk.d02e29242fc57e36ba9b46a15820884d5706e33f','2018-04-21 06:32:00'),(5004,70466,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1763.M9RGknYrKdbMt5F_Nv9jZ_RchA8reKrE-BM5CxEfe54.25a4f85ea45bf1a1e745f2d8d540724c4770a32b&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=38&controller=product&id_lang=1','&etext=1763.M9RGknYrKdbMt5F_Nv9jZ_RchA8reKrE-BM5CxEfe54.25a4f85ea45bf1a1e745f2d8d540724c4770a32b','2018-04-21 06:42:56'),(5005,70466,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1763.M9RGknYrKdbMt5F_Nv9jZ_RchA8reKrE-BM5CxEfe54.25a4f85ea45bf1a1e745f2d8d540724c4770a32b&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','&etext=1763.M9RGknYrKdbMt5F_Nv9jZ_RchA8reKrE-BM5CxEfe54.25a4f85ea45bf1a1e745f2d8d540724c4770a32b','2018-04-21 06:43:01'),(5006,70466,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1763.M9RGknYrKdbMt5F_Nv9jZ_RchA8reKrE-BM5CxEfe54.25a4f85ea45bf1a1e745f2d8d540724c4770a32b&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1&p=2','&etext=1763.M9RGknYrKdbMt5F_Nv9jZ_RchA8reKrE-BM5CxEfe54.25a4f85ea45bf1a1e745f2d8d540724c4770a32b','2018-04-21 06:43:05'),(5007,70470,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-04-21 07:28:33'),(5008,70470,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-04-21 07:29:00'),(5009,70473,'https://results.searchlock.com/','www.mstyresblackburn.co.uk/index.php','','2018-04-21 08:16:50'),(5010,70656,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1764.r2m4kysuK2irepqIcsl08nijrUyiktDppFZkkQjgxrQ.0fd7a026fe8fb66b5ff57666f0238d0e7114bafe&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=38&controller=product&id_lang=1','&etext=1764.r2m4kysuK2irepqIcsl08nijrUyiktDppFZkkQjgxrQ.0fd7a026fe8fb66b5ff57666f0238d0e7114bafe','2018-04-22 06:40:50'),(5011,70656,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1764.r2m4kysuK2irepqIcsl08nijrUyiktDppFZkkQjgxrQ.0fd7a026fe8fb66b5ff57666f0238d0e7114bafe&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','&etext=1764.r2m4kysuK2irepqIcsl08nijrUyiktDppFZkkQjgxrQ.0fd7a026fe8fb66b5ff57666f0238d0e7114bafe','2018-04-22 06:40:53'),(5012,70656,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1764.r2m4kysuK2irepqIcsl08nijrUyiktDppFZkkQjgxrQ.0fd7a026fe8fb66b5ff57666f0238d0e7114bafe&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1&p=2','&etext=1764.r2m4kysuK2irepqIcsl08nijrUyiktDppFZkkQjgxrQ.0fd7a026fe8fb66b5ff57666f0238d0e7114bafe','2018-04-22 06:40:54'),(5013,70657,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1764.SmK-NVKiT9I2My1r89XE-goT2XHwXii3iJX9K1F9XSM.3c19ab64eb8e6df2bb79b45e9a6e2232c2f21cff&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=38&controller=product&id_lang=1','&etext=1764.SmK-NVKiT9I2My1r89XE-goT2XHwXii3iJX9K1F9XSM.3c19ab64eb8e6df2bb79b45e9a6e2232c2f21cff','2018-04-22 06:44:21'),(5014,70657,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1764.SmK-NVKiT9I2My1r89XE-goT2XHwXii3iJX9K1F9XSM.3c19ab64eb8e6df2bb79b45e9a6e2232c2f21cff&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','&etext=1764.SmK-NVKiT9I2My1r89XE-goT2XHwXii3iJX9K1F9XSM.3c19ab64eb8e6df2bb79b45e9a6e2232c2f21cff','2018-04-22 06:44:28'),(5015,70657,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1764.SmK-NVKiT9I2My1r89XE-goT2XHwXii3iJX9K1F9XSM.3c19ab64eb8e6df2bb79b45e9a6e2232c2f21cff&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1&p=2','&etext=1764.SmK-NVKiT9I2My1r89XE-goT2XHwXii3iJX9K1F9XSM.3c19ab64eb8e6df2bb79b45e9a6e2232c2f21cff','2018-04-22 06:44:31'),(5016,70658,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1764.BHTI5ueAXJWc6QoYHc4SEJlW5tvagOykzQtmAOmrgHQ.45d8cdad688a05da986b6432472c8e0ac8304a4a&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=38&controller=product&id_lang=1','&etext=1764.BHTI5ueAXJWc6QoYHc4SEJlW5tvagOykzQtmAOmrgHQ.45d8cdad688a05da986b6432472c8e0ac8304a4a','2018-04-22 06:48:39'),(5017,70658,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1764.BHTI5ueAXJWc6QoYHc4SEJlW5tvagOykzQtmAOmrgHQ.45d8cdad688a05da986b6432472c8e0ac8304a4a&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','&etext=1764.BHTI5ueAXJWc6QoYHc4SEJlW5tvagOykzQtmAOmrgHQ.45d8cdad688a05da986b6432472c8e0ac8304a4a','2018-04-22 06:48:41'),(5018,70658,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1764.BHTI5ueAXJWc6QoYHc4SEJlW5tvagOykzQtmAOmrgHQ.45d8cdad688a05da986b6432472c8e0ac8304a4a&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1&p=2','&etext=1764.BHTI5ueAXJWc6QoYHc4SEJlW5tvagOykzQtmAOmrgHQ.45d8cdad688a05da986b6432472c8e0ac8304a4a','2018-04-22 06:48:43'),(5019,70659,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1764.erNciveRf5nvRYoevyFS8AmqO3actqwX4yX5ZaOp3aA.42926723eb5ad61360062f141d4b93bcc14e1392&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=38&controller=product&id_lang=1','&etext=1764.erNciveRf5nvRYoevyFS8AmqO3actqwX4yX5ZaOp3aA.42926723eb5ad61360062f141d4b93bcc14e1392','2018-04-22 06:50:57'),(5020,70659,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1764.erNciveRf5nvRYoevyFS8AmqO3actqwX4yX5ZaOp3aA.42926723eb5ad61360062f141d4b93bcc14e1392&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_product=29&controller=product&id_lang=1','&etext=1764.erNciveRf5nvRYoevyFS8AmqO3actqwX4yX5ZaOp3aA.42926723eb5ad61360062f141d4b93bcc14e1392','2018-04-22 06:51:00'),(5021,70659,'https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1764.erNciveRf5nvRYoevyFS8AmqO3actqwX4yX5ZaOp3aA.42926723eb5ad61360062f141d4b93bcc14e1392&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&dat','www.mstyresblackburn.co.uk/index.php?id_category=36&controller=category&id_lang=1&p=2','&etext=1764.erNciveRf5nvRYoevyFS8AmqO3actqwX4yX5ZaOp3aA.42926723eb5ad61360062f141d4b93bcc14e1392','2018-04-22 06:51:02'),(5022,70681,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php','','2018-04-22 08:20:13'),(5023,70681,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php','','2018-04-22 08:20:48'),(5024,70691,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-04-22 11:30:53'),(5025,70714,'https://www.google.com/','www.mstyresblackburn.co.uk/index.php?id_product=21&controller=product&id_lang=1','','2018-04-23 22:01:18'),(5026,70743,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php','','2018-04-24 11:14:25'),(5027,70746,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?','','2018-04-24 15:11:00'),(5028,70757,'https://www.google.co.uk/','www.mstyresblackburn.co.uk/index.php?id_manufacturer=12&controller=manufacturer&id_lang=1','','2018-04-25 00:53:46');
/*!40000 ALTER TABLE `tv_connections_source` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_contact`
--

DROP TABLE IF EXISTS `tv_contact`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_contact` (
  `id_contact` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `email` varchar(128) NOT NULL,
  `customer_service` tinyint(1) NOT NULL DEFAULT '0',
  `position` tinyint(2) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id_contact`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_contact`
--

LOCK TABLES `tv_contact` WRITE;
/*!40000 ALTER TABLE `tv_contact` DISABLE KEYS */;
INSERT INTO `tv_contact` VALUES (1,'Info@mstyresblackburn.co.uk',1,0),(2,'Info@mstyresblackburn.co.uk',1,0);
/*!40000 ALTER TABLE `tv_contact` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_contact_lang`
--

DROP TABLE IF EXISTS `tv_contact_lang`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_contact_lang` (
  `id_contact` int(10) unsigned NOT NULL,
  `id_lang` int(10) unsigned NOT NULL,
  `name` varchar(32) NOT NULL,
  `description` text,
  PRIMARY KEY (`id_contact`,`id_lang`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_contact_lang`
--

LOCK TABLES `tv_contact_lang` WRITE;
/*!40000 ALTER TABLE `tv_contact_lang` DISABLE KEYS */;
INSERT INTO `tv_contact_lang` VALUES (1,1,'Webmaster','If a technical problem occurs on this website'),(1,2,'Webmaster','If a technical problem occurs on this website'),(2,1,'Customer service','For any question about a product, an order'),(2,2,'Customer service','For any question about a product, an order');
/*!40000 ALTER TABLE `tv_contact_lang` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_contact_shop`
--

DROP TABLE IF EXISTS `tv_contact_shop`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_contact_shop` (
  `id_contact` int(11) unsigned NOT NULL,
  `id_shop` int(11) unsigned NOT NULL,
  PRIMARY KEY (`id_contact`,`id_shop`),
  KEY `id_shop` (`id_shop`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_contact_shop`
--

LOCK TABLES `tv_contact_shop` WRITE;
/*!40000 ALTER TABLE `tv_contact_shop` DISABLE KEYS */;
INSERT INTO `tv_contact_shop` VALUES (1,1),(2,1);
/*!40000 ALTER TABLE `tv_contact_shop` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_country`
--

DROP TABLE IF EXISTS `tv_country`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_country` (
  `id_country` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_zone` int(10) unsigned NOT NULL,
  `id_currency` int(10) unsigned NOT NULL DEFAULT '0',
  `iso_code` varchar(3) NOT NULL,
  `call_prefix` int(10) NOT NULL DEFAULT '0',
  `active` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `contains_states` tinyint(1) NOT NULL DEFAULT '0',
  `need_identification_number` tinyint(1) NOT NULL DEFAULT '0',
  `need_zip_code` tinyint(1) NOT NULL DEFAULT '1',
  `zip_code_format` varchar(12) NOT NULL DEFAULT '',
  `display_tax_label` tinyint(1) NOT NULL,
  PRIMARY KEY (`id_country`),
  KEY `country_iso_code` (`iso_code`),
  KEY `country_` (`id_zone`)
) ENGINE=InnoDB AUTO_INCREMENT=245 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_country`
--

LOCK TABLES `tv_country` WRITE;
/*!40000 ALTER TABLE `tv_country` DISABLE KEYS */;
INSERT INTO `tv_country` VALUES (1,1,0,'DE',49,0,0,0,1,'NNNNN',1),(2,1,0,'AT',43,0,0,0,1,'NNNN',1),(3,1,0,'BE',32,0,0,0,1,'NNNN',1),(4,2,0,'CA',1,0,1,0,1,'LNL NLN',0),(5,3,0,'CN',86,0,0,0,1,'NNNNNN',1),(6,1,0,'ES',34,0,0,1,1,'NNNNN',1),(7,1,0,'FI',358,0,0,0,1,'NNNNN',1),(8,1,0,'FR',33,0,0,0,1,'NNNNN',1),(9,1,0,'GR',30,0,0,0,1,'NNNNN',1),(10,1,0,'IT',39,0,1,0,1,'NNNNN',1),(11,3,0,'JP',81,0,1,0,1,'NNN-NNNN',1),(12,1,0,'LU',352,0,0,0,1,'NNNN',1),(13,1,0,'NL',31,0,0,0,1,'NNNN LL',1),(14,1,0,'PL',48,0,0,0,1,'NN-NNN',1),(15,1,0,'PT',351,0,0,0,1,'NNNN NNN',1),(16,1,0,'CZ',420,0,0,0,1,'NNN NN',1),(17,1,0,'GB',44,1,0,0,1,'',1),(18,1,0,'SE',46,0,0,0,1,'NNN NN',1),(19,7,0,'CH',41,0,0,0,1,'NNNN',1),(20,1,0,'DK',45,0,0,0,1,'NNNN',1),(21,2,0,'US',1,0,1,0,1,'NNNNN',0),(22,3,0,'HK',852,0,0,0,0,'',1),(23,7,0,'NO',47,0,0,0,1,'NNNN',1),(24,5,0,'AU',61,0,0,0,1,'NNNN',1),(25,3,0,'SG',65,0,0,0,1,'NNNNNN',1),(26,1,0,'IE',353,0,0,0,1,'',1),(27,5,0,'NZ',64,0,0,0,1,'NNNN',1),(28,3,0,'KR',82,0,0,0,1,'NNN-NNN',1),(29,3,0,'IL',972,0,0,0,1,'NNNNN',1),(30,4,0,'ZA',27,0,0,0,1,'NNNN',1),(31,4,0,'NG',234,0,0,0,1,'',1),(32,4,0,'CI',225,0,0,0,1,'',1),(33,4,0,'TG',228,0,0,0,1,'',1),(34,6,0,'BO',591,0,0,0,1,'',1),(35,4,0,'MU',230,0,0,0,1,'',1),(36,1,0,'RO',40,0,0,0,1,'NNNNNN',1),(37,1,0,'SK',421,0,0,0,1,'NNN NN',1),(38,4,0,'DZ',213,0,0,0,1,'NNNNN',1),(39,2,0,'AS',0,0,0,0,1,'',1),(40,7,0,'AD',376,0,0,0,1,'CNNN',1),(41,4,0,'AO',244,0,0,0,0,'',1),(42,8,0,'AI',0,0,0,0,1,'',1),(43,2,0,'AG',0,0,0,0,1,'',1),(44,6,0,'AR',54,0,1,0,1,'LNNNN',1),(45,3,0,'AM',374,0,0,0,1,'NNNN',1),(46,8,0,'AW',297,0,0,0,1,'',1),(47,3,0,'AZ',994,0,0,0,1,'CNNNN',1),(48,2,0,'BS',0,0,0,0,1,'',1),(49,3,0,'BH',973,0,0,0,1,'',1),(50,3,0,'BD',880,0,0,0,1,'NNNN',1),(51,2,0,'BB',0,0,0,0,1,'CNNNNN',1),(52,7,0,'BY',0,0,0,0,1,'NNNNNN',1),(53,8,0,'BZ',501,0,0,0,0,'',1),(54,4,0,'BJ',229,0,0,0,0,'',1),(55,2,0,'BM',0,0,0,0,1,'',1),(56,3,0,'BT',975,0,0,0,1,'',1),(57,4,0,'BW',267,0,0,0,1,'',1),(58,6,0,'BR',55,0,0,0,1,'NNNNN-NNN',1),(59,3,0,'BN',673,0,0,0,1,'LLNNNN',1),(60,4,0,'BF',226,0,0,0,1,'',1),(61,3,0,'MM',95,0,0,0,1,'',1),(62,4,0,'BI',257,0,0,0,1,'',1),(63,3,0,'KH',855,0,0,0,1,'NNNNN',1),(64,4,0,'CM',237,0,0,0,1,'',1),(65,4,0,'CV',238,0,0,0,1,'NNNN',1),(66,4,0,'CF',236,0,0,0,1,'',1),(67,4,0,'TD',235,0,0,0,1,'',1),(68,6,0,'CL',56,0,0,0,1,'NNN-NNNN',1),(69,6,0,'CO',57,0,0,0,1,'NNNNNN',1),(70,4,0,'KM',269,0,0,0,1,'',1),(71,4,0,'CD',242,0,0,0,1,'',1),(72,4,0,'CG',243,0,0,0,1,'',1),(73,8,0,'CR',506,0,0,0,1,'NNNNN',1),(74,7,0,'HR',385,0,0,0,1,'NNNNN',1),(75,8,0,'CU',53,0,0,0,1,'',1),(76,1,0,'CY',357,0,0,0,1,'NNNN',1),(77,4,0,'DJ',253,0,0,0,1,'',1),(78,8,0,'DM',0,0,0,0,1,'',1),(79,8,0,'DO',0,0,0,0,1,'',1),(80,3,0,'TL',670,0,0,0,1,'',1),(81,6,0,'EC',593,0,0,0,1,'CNNNNNN',1),(82,4,0,'EG',20,0,0,0,0,'',1),(83,8,0,'SV',503,0,0,0,1,'',1),(84,4,0,'GQ',240,0,0,0,1,'',1),(85,4,0,'ER',291,0,0,0,1,'',1),(86,1,0,'EE',372,0,0,0,1,'NNNNN',1),(87,4,0,'ET',251,0,0,0,1,'',1),(88,8,0,'FK',0,0,0,0,1,'LLLL NLL',1),(89,7,0,'FO',298,0,0,0,1,'',1),(90,5,0,'FJ',679,0,0,0,1,'',1),(91,4,0,'GA',241,0,0,0,1,'',1),(92,4,0,'GM',220,0,0,0,1,'',1),(93,3,0,'GE',995,0,0,0,1,'NNNN',1),(94,4,0,'GH',233,0,0,0,1,'',1),(95,8,0,'GD',0,0,0,0,1,'',1),(96,7,0,'GL',299,0,0,0,1,'',1),(97,7,0,'GI',350,0,0,0,1,'',1),(98,8,0,'GP',590,0,0,0,1,'',1),(99,5,0,'GU',0,0,0,0,1,'',1),(100,8,0,'GT',502,0,0,0,1,'',1),(101,7,0,'GG',0,0,0,0,1,'LLN NLL',1),(102,4,0,'GN',224,0,0,0,1,'',1),(103,4,0,'GW',245,0,0,0,1,'',1),(104,6,0,'GY',592,0,0,0,1,'',1),(105,8,0,'HT',509,0,0,0,1,'',1),(106,5,0,'HM',0,0,0,0,1,'',1),(107,7,0,'VA',379,0,0,0,1,'NNNNN',1),(108,8,0,'HN',504,0,0,0,1,'',1),(109,7,0,'IS',354,0,0,0,1,'NNN',1),(110,3,0,'IN',91,0,0,0,1,'NNN NNN',1),(111,3,0,'ID',62,0,1,0,1,'NNNNN',1),(112,3,0,'IR',98,0,0,0,1,'NNNNN-NNNNN',1),(113,3,0,'IQ',964,0,0,0,1,'NNNNN',1),(114,7,0,'IM',0,0,0,0,1,'CN NLL',1),(115,8,0,'JM',0,0,0,0,1,'',1),(116,7,0,'JE',0,0,0,0,1,'CN NLL',1),(117,3,0,'JO',962,0,0,0,1,'',1),(118,3,0,'KZ',7,0,0,0,1,'NNNNNN',1),(119,4,0,'KE',254,0,0,0,1,'',1),(120,5,0,'KI',686,0,0,0,1,'',1),(121,3,0,'KP',850,0,0,0,1,'',1),(122,3,0,'KW',965,0,0,0,1,'',1),(123,3,0,'KG',996,0,0,0,1,'',1),(124,3,0,'LA',856,0,0,0,1,'',1),(125,1,0,'LV',371,0,0,0,1,'C-NNNN',1),(126,3,0,'LB',961,0,0,0,1,'',1),(127,4,0,'LS',266,0,0,0,1,'',1),(128,4,0,'LR',231,0,0,0,1,'',1),(129,4,0,'LY',218,0,0,0,1,'',1),(130,1,0,'LI',423,0,0,0,1,'NNNN',1),(131,1,0,'LT',370,0,0,0,1,'NNNNN',1),(132,3,0,'MO',853,0,0,0,0,'',1),(133,7,0,'MK',389,0,0,0,1,'',1),(134,4,0,'MG',261,0,0,0,1,'',1),(135,4,0,'MW',265,0,0,0,1,'',1),(136,3,0,'MY',60,0,0,0,1,'NNNNN',1),(137,3,0,'MV',960,0,0,0,1,'',1),(138,4,0,'ML',223,0,0,0,1,'',1),(139,1,0,'MT',356,0,0,0,1,'LLL NNNN',1),(140,5,0,'MH',692,0,0,0,1,'',1),(141,8,0,'MQ',596,0,0,0,1,'',1),(142,4,0,'MR',222,0,0,0,1,'',1),(143,1,0,'HU',36,0,0,0,1,'NNNN',1),(144,4,0,'YT',262,0,0,0,1,'',1),(145,2,0,'MX',52,0,1,1,1,'NNNNN',1),(146,5,0,'FM',691,0,0,0,1,'',1),(147,7,0,'MD',373,0,0,0,1,'C-NNNN',1),(148,7,0,'MC',377,0,0,0,1,'980NN',1),(149,3,0,'MN',976,0,0,0,1,'',1),(150,7,0,'ME',382,0,0,0,1,'NNNNN',1),(151,8,0,'MS',0,0,0,0,1,'',1),(152,4,0,'MA',212,0,0,0,1,'NNNNN',1),(153,4,0,'MZ',258,0,0,0,1,'',1),(154,4,0,'NA',264,0,0,0,1,'',1),(155,5,0,'NR',674,0,0,0,1,'',1),(156,3,0,'NP',977,0,0,0,1,'',1),(157,8,0,'AN',599,0,0,0,1,'',1),(158,5,0,'NC',687,0,0,0,1,'',1),(159,8,0,'NI',505,0,0,0,1,'NNNNNN',1),(160,4,0,'NE',227,0,0,0,1,'',1),(161,5,0,'NU',683,0,0,0,1,'',1),(162,5,0,'NF',0,0,0,0,1,'',1),(163,5,0,'MP',0,0,0,0,1,'',1),(164,3,0,'OM',968,0,0,0,1,'',1),(165,3,0,'PK',92,0,0,0,1,'',1),(166,5,0,'PW',680,0,0,0,1,'',1),(167,3,0,'PS',0,0,0,0,1,'',1),(168,8,0,'PA',507,0,0,0,1,'NNNNNN',1),(169,5,0,'PG',675,0,0,0,1,'',1),(170,6,0,'PY',595,0,0,0,1,'',1),(171,6,0,'PE',51,0,0,0,1,'',1),(172,3,0,'PH',63,0,0,0,1,'NNNN',1),(173,5,0,'PN',0,0,0,0,1,'LLLL NLL',1),(174,8,0,'PR',0,0,0,0,1,'NNNNN',1),(175,3,0,'QA',974,0,0,0,1,'',1),(176,4,0,'RE',262,0,0,0,1,'',1),(177,7,0,'RU',7,0,0,0,1,'NNNNNN',1),(178,4,0,'RW',250,0,0,0,1,'',1),(179,8,0,'BL',0,0,0,0,1,'',1),(180,8,0,'KN',0,0,0,0,1,'',1),(181,8,0,'LC',0,0,0,0,1,'',1),(182,8,0,'MF',0,0,0,0,1,'',1),(183,8,0,'PM',508,0,0,0,1,'',1),(184,8,0,'VC',0,0,0,0,1,'',1),(185,5,0,'WS',685,0,0,0,1,'',1),(186,7,0,'SM',378,0,0,0,1,'NNNNN',1),(187,4,0,'ST',239,0,0,0,1,'',1),(188,3,0,'SA',966,0,0,0,1,'',1),(189,4,0,'SN',221,0,0,0,1,'',1),(190,7,0,'RS',381,0,0,0,1,'NNNNN',1),(191,4,0,'SC',248,0,0,0,1,'',1),(192,4,0,'SL',232,0,0,0,1,'',1),(193,1,0,'SI',386,0,0,0,1,'C-NNNN',1),(194,5,0,'SB',677,0,0,0,1,'',1),(195,4,0,'SO',252,0,0,0,1,'',1),(196,8,0,'GS',0,0,0,0,1,'LLLL NLL',1),(197,3,0,'LK',94,0,0,0,1,'NNNNN',1),(198,4,0,'SD',249,0,0,0,1,'',1),(199,8,0,'SR',597,0,0,0,1,'',1),(200,7,0,'SJ',0,0,0,0,1,'',1),(201,4,0,'SZ',268,0,0,0,1,'',1),(202,3,0,'SY',963,0,0,0,1,'',1),(203,3,0,'TW',886,0,0,0,1,'NNNNN',1),(204,3,0,'TJ',992,0,0,0,1,'',1),(205,4,0,'TZ',255,0,0,0,1,'',1),(206,3,0,'TH',66,0,0,0,1,'NNNNN',1),(207,5,0,'TK',690,0,0,0,1,'',1),(208,5,0,'TO',676,0,0,0,1,'',1),(209,6,0,'TT',0,0,0,0,1,'',1),(210,4,0,'TN',216,0,0,0,1,'',1),(211,7,0,'TR',90,0,0,0,1,'NNNNN',1),(212,3,0,'TM',993,0,0,0,1,'',1),(213,8,0,'TC',0,0,0,0,1,'LLLL NLL',1),(214,5,0,'TV',688,0,0,0,1,'',1),(215,4,0,'UG',256,0,0,0,1,'',1),(216,1,0,'UA',380,0,0,0,1,'NNNNN',1),(217,3,0,'AE',971,0,0,0,1,'',1),(218,6,0,'UY',598,0,0,0,1,'',1),(219,3,0,'UZ',998,0,0,0,1,'',1),(220,5,0,'VU',678,0,0,0,1,'',1),(221,6,0,'VE',58,0,0,0,1,'',1),(222,3,0,'VN',84,0,0,0,1,'NNNNNN',1),(223,2,0,'VG',0,0,0,0,1,'CNNNN',1),(224,2,0,'VI',0,0,0,0,1,'',1),(225,5,0,'WF',681,0,0,0,1,'',1),(226,4,0,'EH',0,0,0,0,1,'',1),(227,3,0,'YE',967,0,0,0,1,'',1),(228,4,0,'ZM',260,0,0,0,1,'',1),(229,4,0,'ZW',263,0,0,0,1,'',1),(230,7,0,'AL',355,0,0,0,1,'NNNN',1),(231,3,0,'AF',93,0,0,0,0,'',1),(232,5,0,'AQ',0,0,0,0,1,'',1),(233,1,0,'BA',387,0,0,0,1,'',1),(234,5,0,'BV',0,0,0,0,1,'',1),(235,5,0,'IO',0,0,0,0,1,'LLLL NLL',1),(236,1,0,'BG',359,0,0,0,1,'NNNN',1),(237,8,0,'KY',0,0,0,0,1,'',1),(238,3,0,'CX',0,0,0,0,1,'',1),(239,3,0,'CC',0,0,0,0,1,'',1),(240,5,0,'CK',682,0,0,0,1,'',1),(241,6,0,'GF',594,0,0,0,1,'',1),(242,5,0,'PF',689,0,0,0,1,'',1),(243,5,0,'TF',0,0,0,0,1,'',1),(244,7,0,'AX',0,0,0,0,1,'NNNNN',1);
/*!40000 ALTER TABLE `tv_country` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_country_lang`
--

DROP TABLE IF EXISTS `tv_country_lang`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_country_lang` (
  `id_country` int(10) unsigned NOT NULL,
  `id_lang` int(10) unsigned NOT NULL,
  `name` varchar(64) NOT NULL,
  PRIMARY KEY (`id_country`,`id_lang`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_country_lang`
--

LOCK TABLES `tv_country_lang` WRITE;
/*!40000 ALTER TABLE `tv_country_lang` DISABLE KEYS */;
INSERT INTO `tv_country_lang` VALUES (1,1,'Germany'),(1,2,'Germany'),(2,1,'Austria'),(2,2,'Austria'),(3,1,'Belgium'),(3,2,'Belgium'),(4,1,'Canada'),(4,2,'Canada'),(5,1,'China'),(5,2,'China'),(6,1,'Spain'),(6,2,'Spain'),(7,1,'Finland'),(7,2,'Finland'),(8,1,'France'),(8,2,'France'),(9,1,'Greece'),(9,2,'Greece'),(10,1,'Italy'),(10,2,'Italy'),(11,1,'Japan'),(11,2,'Japan'),(12,1,'Luxemburg'),(12,2,'Luxemburg'),(13,1,'Netherlands'),(13,2,'Netherlands'),(14,1,'Poland'),(14,2,'Poland'),(15,1,'Portugal'),(15,2,'Portugal'),(16,1,'Czech Republic'),(16,2,'Czech Republic'),(17,1,'United Kingdom'),(17,2,'United Kingdom'),(18,1,'Sweden'),(18,2,'Sweden'),(19,1,'Switzerland'),(19,2,'Switzerland'),(20,1,'Denmark'),(20,2,'Denmark'),(21,1,'United States'),(21,2,'United States'),(22,1,'HongKong'),(22,2,'HongKong'),(23,1,'Norway'),(23,2,'Norway'),(24,1,'Australia'),(24,2,'Australia'),(25,1,'Singapore'),(25,2,'Singapore'),(26,1,'Ireland'),(26,2,'Ireland'),(27,1,'New Zealand'),(27,2,'New Zealand'),(28,1,'South Korea'),(28,2,'South Korea'),(29,1,'Israel'),(29,2,'Israel'),(30,1,'South Africa'),(30,2,'South Africa'),(31,1,'Nigeria'),(31,2,'Nigeria'),(32,1,'Ivory Coast'),(32,2,'Ivory Coast'),(33,1,'Togo'),(33,2,'Togo'),(34,1,'Bolivia'),(34,2,'Bolivia'),(35,1,'Mauritius'),(35,2,'Mauritius'),(36,1,'Romania'),(36,2,'Romania'),(37,1,'Slovakia'),(37,2,'Slovakia'),(38,1,'Algeria'),(38,2,'Algeria'),(39,1,'American Samoa'),(39,2,'American Samoa'),(40,1,'Andorra'),(40,2,'Andorra'),(41,1,'Angola'),(41,2,'Angola'),(42,1,'Anguilla'),(42,2,'Anguilla'),(43,1,'Antigua and Barbuda'),(43,2,'Antigua and Barbuda'),(44,1,'Argentina'),(44,2,'Argentina'),(45,1,'Armenia'),(45,2,'Armenia'),(46,1,'Aruba'),(46,2,'Aruba'),(47,1,'Azerbaijan'),(47,2,'Azerbaijan'),(48,1,'Bahamas'),(48,2,'Bahamas'),(49,1,'Bahrain'),(49,2,'Bahrain'),(50,1,'Bangladesh'),(50,2,'Bangladesh'),(51,1,'Barbados'),(51,2,'Barbados'),(52,1,'Belarus'),(52,2,'Belarus'),(53,1,'Belize'),(53,2,'Belize'),(54,1,'Benin'),(54,2,'Benin'),(55,1,'Bermuda'),(55,2,'Bermuda'),(56,1,'Bhutan'),(56,2,'Bhutan'),(57,1,'Botswana'),(57,2,'Botswana'),(58,1,'Brazil'),(58,2,'Brazil'),(59,1,'Brunei'),(59,2,'Brunei'),(60,1,'Burkina Faso'),(60,2,'Burkina Faso'),(61,1,'Burma (Myanmar)'),(61,2,'Burma (Myanmar)'),(62,1,'Burundi'),(62,2,'Burundi'),(63,1,'Cambodia'),(63,2,'Cambodia'),(64,1,'Cameroon'),(64,2,'Cameroon'),(65,1,'Cape Verde'),(65,2,'Cape Verde'),(66,1,'Central African Republic'),(66,2,'Central African Republic'),(67,1,'Chad'),(67,2,'Chad'),(68,1,'Chile'),(68,2,'Chile'),(69,1,'Colombia'),(69,2,'Colombia'),(70,1,'Comoros'),(70,2,'Comoros'),(71,1,'Congo, Dem. Republic'),(71,2,'Congo, Dem. Republic'),(72,1,'Congo, Republic'),(72,2,'Congo, Republic'),(73,1,'Costa Rica'),(73,2,'Costa Rica'),(74,1,'Croatia'),(74,2,'Croatia'),(75,1,'Cuba'),(75,2,'Cuba'),(76,1,'Cyprus'),(76,2,'Cyprus'),(77,1,'Djibouti'),(77,2,'Djibouti'),(78,1,'Dominica'),(78,2,'Dominica'),(79,1,'Dominican Republic'),(79,2,'Dominican Republic'),(80,1,'East Timor'),(80,2,'East Timor'),(81,1,'Ecuador'),(81,2,'Ecuador'),(82,1,'Egypt'),(82,2,'Egypt'),(83,1,'El Salvador'),(83,2,'El Salvador'),(84,1,'Equatorial Guinea'),(84,2,'Equatorial Guinea'),(85,1,'Eritrea'),(85,2,'Eritrea'),(86,1,'Estonia'),(86,2,'Estonia'),(87,1,'Ethiopia'),(87,2,'Ethiopia'),(88,1,'Falkland Islands'),(88,2,'Falkland Islands'),(89,1,'Faroe Islands'),(89,2,'Faroe Islands'),(90,1,'Fiji'),(90,2,'Fiji'),(91,1,'Gabon'),(91,2,'Gabon'),(92,1,'Gambia'),(92,2,'Gambia'),(93,1,'Georgia'),(93,2,'Georgia'),(94,1,'Ghana'),(94,2,'Ghana'),(95,1,'Grenada'),(95,2,'Grenada'),(96,1,'Greenland'),(96,2,'Greenland'),(97,1,'Gibraltar'),(97,2,'Gibraltar'),(98,1,'Guadeloupe'),(98,2,'Guadeloupe'),(99,1,'Guam'),(99,2,'Guam'),(100,1,'Guatemala'),(100,2,'Guatemala'),(101,1,'Guernsey'),(101,2,'Guernsey'),(102,1,'Guinea'),(102,2,'Guinea'),(103,1,'Guinea-Bissau'),(103,2,'Guinea-Bissau'),(104,1,'Guyana'),(104,2,'Guyana'),(105,1,'Haiti'),(105,2,'Haiti'),(106,1,'Heard Island and McDonald Islands'),(106,2,'Heard Island and McDonald Islands'),(107,1,'Vatican City State'),(107,2,'Vatican City State'),(108,1,'Honduras'),(108,2,'Honduras'),(109,1,'Iceland'),(109,2,'Iceland'),(110,1,'India'),(110,2,'India'),(111,1,'Indonesia'),(111,2,'Indonesia'),(112,1,'Iran'),(112,2,'Iran'),(113,1,'Iraq'),(113,2,'Iraq'),(114,1,'Man Island'),(114,2,'Man Island'),(115,1,'Jamaica'),(115,2,'Jamaica'),(116,1,'Jersey'),(116,2,'Jersey'),(117,1,'Jordan'),(117,2,'Jordan'),(118,1,'Kazakhstan'),(118,2,'Kazakhstan'),(119,1,'Kenya'),(119,2,'Kenya'),(120,1,'Kiribati'),(120,2,'Kiribati'),(121,1,'Korea, Dem. Republic of'),(121,2,'Korea, Dem. Republic of'),(122,1,'Kuwait'),(122,2,'Kuwait'),(123,1,'Kyrgyzstan'),(123,2,'Kyrgyzstan'),(124,1,'Laos'),(124,2,'Laos'),(125,1,'Latvia'),(125,2,'Latvia'),(126,1,'Lebanon'),(126,2,'Lebanon'),(127,1,'Lesotho'),(127,2,'Lesotho'),(128,1,'Liberia'),(128,2,'Liberia'),(129,1,'Libya'),(129,2,'Libya'),(130,1,'Liechtenstein'),(130,2,'Liechtenstein'),(131,1,'Lithuania'),(131,2,'Lithuania'),(132,1,'Macau'),(132,2,'Macau'),(133,1,'Macedonia'),(133,2,'Macedonia'),(134,1,'Madagascar'),(134,2,'Madagascar'),(135,1,'Malawi'),(135,2,'Malawi'),(136,1,'Malaysia'),(136,2,'Malaysia'),(137,1,'Maldives'),(137,2,'Maldives'),(138,1,'Mali'),(138,2,'Mali'),(139,1,'Malta'),(139,2,'Malta'),(140,1,'Marshall Islands'),(140,2,'Marshall Islands'),(141,1,'Martinique'),(141,2,'Martinique'),(142,1,'Mauritania'),(142,2,'Mauritania'),(143,1,'Hungary'),(143,2,'Hungary'),(144,1,'Mayotte'),(144,2,'Mayotte'),(145,1,'Mexico'),(145,2,'Mexico'),(146,1,'Micronesia'),(146,2,'Micronesia'),(147,1,'Moldova'),(147,2,'Moldova'),(148,1,'Monaco'),(148,2,'Monaco'),(149,1,'Mongolia'),(149,2,'Mongolia'),(150,1,'Montenegro'),(150,2,'Montenegro'),(151,1,'Montserrat'),(151,2,'Montserrat'),(152,1,'Morocco'),(152,2,'Morocco'),(153,1,'Mozambique'),(153,2,'Mozambique'),(154,1,'Namibia'),(154,2,'Namibia'),(155,1,'Nauru'),(155,2,'Nauru'),(156,1,'Nepal'),(156,2,'Nepal'),(157,1,'Netherlands Antilles'),(157,2,'Netherlands Antilles'),(158,1,'New Caledonia'),(158,2,'New Caledonia'),(159,1,'Nicaragua'),(159,2,'Nicaragua'),(160,1,'Niger'),(160,2,'Niger'),(161,1,'Niue'),(161,2,'Niue'),(162,1,'Norfolk Island'),(162,2,'Norfolk Island'),(163,1,'Northern Mariana Islands'),(163,2,'Northern Mariana Islands'),(164,1,'Oman'),(164,2,'Oman'),(165,1,'Pakistan'),(165,2,'Pakistan'),(166,1,'Palau'),(166,2,'Palau'),(167,1,'Palestinian Territories'),(167,2,'Palestinian Territories'),(168,1,'Panama'),(168,2,'Panama'),(169,1,'Papua New Guinea'),(169,2,'Papua New Guinea'),(170,1,'Paraguay'),(170,2,'Paraguay'),(171,1,'Peru'),(171,2,'Peru'),(172,1,'Philippines'),(172,2,'Philippines'),(173,1,'Pitcairn'),(173,2,'Pitcairn'),(174,1,'Puerto Rico'),(174,2,'Puerto Rico'),(175,1,'Qatar'),(175,2,'Qatar'),(176,1,'Reunion Island'),(176,2,'Reunion Island'),(177,1,'Russian Federation'),(177,2,'Russian Federation'),(178,1,'Rwanda'),(178,2,'Rwanda'),(179,1,'Saint Barthelemy'),(179,2,'Saint Barthelemy'),(180,1,'Saint Kitts and Nevis'),(180,2,'Saint Kitts and Nevis'),(181,1,'Saint Lucia'),(181,2,'Saint Lucia'),(182,1,'Saint Martin'),(182,2,'Saint Martin'),(183,1,'Saint Pierre and Miquelon'),(183,2,'Saint Pierre and Miquelon'),(184,1,'Saint Vincent and the Grenadines'),(184,2,'Saint Vincent and the Grenadines'),(185,1,'Samoa'),(185,2,'Samoa'),(186,1,'San Marino'),(186,2,'San Marino'),(187,1,'São Tomé and Príncipe'),(187,2,'São Tomé and Príncipe'),(188,1,'Saudi Arabia'),(188,2,'Saudi Arabia'),(189,1,'Senegal'),(189,2,'Senegal'),(190,1,'Serbia'),(190,2,'Serbia'),(191,1,'Seychelles'),(191,2,'Seychelles'),(192,1,'Sierra Leone'),(192,2,'Sierra Leone'),(193,1,'Slovenia'),(193,2,'Slovenia'),(194,1,'Solomon Islands'),(194,2,'Solomon Islands'),(195,1,'Somalia'),(195,2,'Somalia'),(196,1,'South Georgia and the South Sandwich Islands'),(196,2,'South Georgia and the South Sandwich Islands'),(197,1,'Sri Lanka'),(197,2,'Sri Lanka'),(198,1,'Sudan'),(198,2,'Sudan'),(199,1,'Suriname'),(199,2,'Suriname'),(200,1,'Svalbard and Jan Mayen'),(200,2,'Svalbard and Jan Mayen'),(201,1,'Swaziland'),(201,2,'Swaziland'),(202,1,'Syria'),(202,2,'Syria'),(203,1,'Taiwan'),(203,2,'Taiwan'),(204,1,'Tajikistan'),(204,2,'Tajikistan'),(205,1,'Tanzania'),(205,2,'Tanzania'),(206,1,'Thailand'),(206,2,'Thailand'),(207,1,'Tokelau'),(207,2,'Tokelau'),(208,1,'Tonga'),(208,2,'Tonga'),(209,1,'Trinidad and Tobago'),(209,2,'Trinidad and Tobago'),(210,1,'Tunisia'),(210,2,'Tunisia'),(211,1,'Turkey'),(211,2,'Turkey'),(212,1,'Turkmenistan'),(212,2,'Turkmenistan'),(213,1,'Turks and Caicos Islands'),(213,2,'Turks and Caicos Islands'),(214,1,'Tuvalu'),(214,2,'Tuvalu'),(215,1,'Uganda'),(215,2,'Uganda'),(216,1,'Ukraine'),(216,2,'Ukraine'),(217,1,'United Arab Emirates'),(217,2,'United Arab Emirates'),(218,1,'Uruguay'),(218,2,'Uruguay'),(219,1,'Uzbekistan'),(219,2,'Uzbekistan'),(220,1,'Vanuatu'),(220,2,'Vanuatu'),(221,1,'Venezuela'),(221,2,'Venezuela'),(222,1,'Vietnam'),(222,2,'Vietnam'),(223,1,'Virgin Islands (British)'),(223,2,'Virgin Islands (British)'),(224,1,'Virgin Islands (U.S.)'),(224,2,'Virgin Islands (U.S.)'),(225,1,'Wallis and Futuna'),(225,2,'Wallis and Futuna'),(226,1,'Western Sahara'),(226,2,'Western Sahara'),(227,1,'Yemen'),(227,2,'Yemen'),(228,1,'Zambia'),(228,2,'Zambia'),(229,1,'Zimbabwe'),(229,2,'Zimbabwe'),(230,1,'Albania'),(230,2,'Albania'),(231,1,'Afghanistan'),(231,2,'Afghanistan'),(232,1,'Antarctica'),(232,2,'Antarctica'),(233,1,'Bosnia and Herzegovina'),(233,2,'Bosnia and Herzegovina'),(234,1,'Bouvet Island'),(234,2,'Bouvet Island'),(235,1,'British Indian Ocean Territory'),(235,2,'British Indian Ocean Territory'),(236,1,'Bulgaria'),(236,2,'Bulgaria'),(237,1,'Cayman Islands'),(237,2,'Cayman Islands'),(238,1,'Christmas Island'),(238,2,'Christmas Island'),(239,1,'Cocos (Keeling) Islands'),(239,2,'Cocos (Keeling) Islands'),(240,1,'Cook Islands'),(240,2,'Cook Islands'),(241,1,'French Guiana'),(241,2,'French Guiana'),(242,1,'French Polynesia'),(242,2,'French Polynesia'),(243,1,'French Southern Territories'),(243,2,'French Southern Territories'),(244,1,'Åland Islands'),(244,2,'Åland Islands');
/*!40000 ALTER TABLE `tv_country_lang` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_country_shop`
--

DROP TABLE IF EXISTS `tv_country_shop`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_country_shop` (
  `id_country` int(11) unsigned NOT NULL,
  `id_shop` int(11) unsigned NOT NULL,
  PRIMARY KEY (`id_country`,`id_shop`),
  KEY `id_shop` (`id_shop`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_country_shop`
--

LOCK TABLES `tv_country_shop` WRITE;
/*!40000 ALTER TABLE `tv_country_shop` DISABLE KEYS */;
INSERT INTO `tv_country_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(6,1),(7,1),(8,1),(9,1),(10,1),(11,1),(12,1),(13,1),(14,1),(15,1),(16,1),(17,1),(18,1),(19,1),(20,1),(21,1),(22,1),(23,1),(24,1),(25,1),(26,1),(27,1),(28,1),(29,1),(30,1),(31,1),(32,1),(33,1),(34,1),(35,1),(36,1),(37,1),(38,1),(39,1),(40,1),(41,1),(42,1),(43,1),(44,1),(45,1),(46,1),(47,1),(48,1),(49,1),(50,1),(51,1),(52,1),(53,1),(54,1),(55,1),(56,1),(57,1),(58,1),(59,1),(60,1),(61,1),(62,1),(63,1),(64,1),(65,1),(66,1),(67,1),(68,1),(69,1),(70,1),(71,1),(72,1),(73,1),(74,1),(75,1),(76,1),(77,1),(78,1),(79,1),(80,1),(81,1),(82,1),(83,1),(84,1),(85,1),(86,1),(87,1),(88,1),(89,1),(90,1),(91,1),(92,1),(93,1),(94,1),(95,1),(96,1),(97,1),(98,1),(99,1),(100,1),(101,1),(102,1),(103,1),(104,1),(105,1),(106,1),(107,1),(108,1),(109,1),(110,1),(111,1),(112,1),(113,1),(114,1),(115,1),(116,1),(117,1),(118,1),(119,1),(120,1),(121,1),(122,1),(123,1),(124,1),(125,1),(126,1),(127,1),(128,1),(129,1),(130,1),(131,1),(132,1),(133,1),(134,1),(135,1),(136,1),(137,1),(138,1),(139,1),(140,1),(141,1),(142,1),(143,1),(144,1),(145,1),(146,1),(147,1),(148,1),(149,1),(150,1),(151,1),(152,1),(153,1),(154,1),(155,1),(156,1),(157,1),(158,1),(159,1),(160,1),(161,1),(162,1),(163,1),(164,1),(165,1),(166,1),(167,1),(168,1),(169,1),(170,1),(171,1),(172,1),(173,1),(174,1),(175,1),(176,1),(177,1),(178,1),(179,1),(180,1),(181,1),(182,1),(183,1),(184,1),(185,1),(186,1),(187,1),(188,1),(189,1),(190,1),(191,1),(192,1),(193,1),(194,1),(195,1),(196,1),(197,1),(198,1),(199,1),(200,1),(201,1),(202,1),(203,1),(204,1),(205,1),(206,1),(207,1),(208,1),(209,1),(210,1),(211,1),(212,1),(213,1),(214,1),(215,1),(216,1),(217,1),(218,1),(219,1),(220,1),(221,1),(222,1),(223,1),(224,1),(225,1),(226,1),(227,1),(228,1),(229,1),(230,1),(231,1),(232,1),(233,1),(234,1),(235,1),(236,1),(237,1),(238,1),(239,1),(240,1),(241,1),(242,1),(243,1),(244,1);
/*!40000 ALTER TABLE `tv_country_shop` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_currency`
--

DROP TABLE IF EXISTS `tv_currency`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_currency` (
  `id_currency` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(32) NOT NULL,
  `iso_code` varchar(3) NOT NULL DEFAULT '0',
  `iso_code_num` varchar(3) NOT NULL DEFAULT '0',
  `sign` varchar(8) NOT NULL,
  `blank` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `format` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `decimals` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `conversion_rate` decimal(13,6) NOT NULL,
  `deleted` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `active` tinyint(1) unsigned NOT NULL DEFAULT '1',
  PRIMARY KEY (`id_currency`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_currency`
--

LOCK TABLES `tv_currency` WRITE;
/*!40000 ALTER TABLE `tv_currency` DISABLE KEYS */;
INSERT INTO `tv_currency` VALUES (1,'Pound Sterling','GBP','826','£',1,1,1,1.000000,0,1);
/*!40000 ALTER TABLE `tv_currency` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_currency_shop`
--

DROP TABLE IF EXISTS `tv_currency_shop`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_currency_shop` (
  `id_currency` int(11) unsigned NOT NULL,
  `id_shop` int(11) unsigned NOT NULL,
  `conversion_rate` decimal(13,6) NOT NULL,
  PRIMARY KEY (`id_currency`,`id_shop`),
  KEY `id_shop` (`id_shop`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_currency_shop`
--

LOCK TABLES `tv_currency_shop` WRITE;
/*!40000 ALTER TABLE `tv_currency_shop` DISABLE KEYS */;
INSERT INTO `tv_currency_shop` VALUES (1,1,1.000000);
/*!40000 ALTER TABLE `tv_currency_shop` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_customer`
--

DROP TABLE IF EXISTS `tv_customer`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_customer` (
  `id_customer` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_shop_group` int(11) unsigned NOT NULL DEFAULT '1',
  `id_shop` int(11) unsigned NOT NULL DEFAULT '1',
  `id_gender` int(10) unsigned NOT NULL,
  `id_default_group` int(10) unsigned NOT NULL DEFAULT '1',
  `id_lang` int(10) unsigned DEFAULT NULL,
  `id_risk` int(10) unsigned NOT NULL DEFAULT '1',
  `company` varchar(64) DEFAULT NULL,
  `siret` varchar(14) DEFAULT NULL,
  `ape` varchar(5) DEFAULT NULL,
  `firstname` varchar(32) NOT NULL,
  `lastname` varchar(32) NOT NULL,
  `email` varchar(128) NOT NULL,
  `passwd` varchar(32) NOT NULL,
  `last_passwd_gen` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `birthday` date DEFAULT NULL,
  `newsletter` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `ip_registration_newsletter` varchar(15) DEFAULT NULL,
  `newsletter_date_add` datetime DEFAULT NULL,
  `optin` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `website` varchar(128) DEFAULT NULL,
  `outstanding_allow_amount` decimal(20,6) NOT NULL DEFAULT '0.000000',
  `show_public_prices` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `max_payment_days` int(10) unsigned NOT NULL DEFAULT '60',
  `secure_key` varchar(32) NOT NULL DEFAULT '-1',
  `note` text,
  `active` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `is_guest` tinyint(1) NOT NULL DEFAULT '0',
  `deleted` tinyint(1) NOT NULL DEFAULT '0',
  `date_add` datetime NOT NULL,
  `date_upd` datetime NOT NULL,
  PRIMARY KEY (`id_customer`),
  KEY `customer_email` (`email`),
  KEY `customer_login` (`email`,`passwd`),
  KEY `id_customer_passwd` (`id_customer`,`passwd`),
  KEY `id_gender` (`id_gender`),
  KEY `id_shop_group` (`id_shop_group`),
  KEY `id_shop` (`id_shop`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_customer`
--

LOCK TABLES `tv_customer` WRITE;
/*!40000 ALTER TABLE `tv_customer` DISABLE KEYS */;
INSERT INTO `tv_customer` VALUES (5,1,1,1,3,1,0,NULL,NULL,NULL,'Mudassar ','Iqbal','I0bal@yahoo.co.uk','51ad638e0f94198e19d09c8045559935','2013-12-31 03:10:46','1980-05-05',1,'92.23.8.60','2013-12-31 09:10:46',1,NULL,0.000000,0,0,'a04e1f5fb7a917b66351c81c207788e0',NULL,1,0,0,'2013-12-31 09:10:46','2013-12-31 09:10:46'),(6,1,1,1,3,1,0,NULL,NULL,NULL,'Boguslaw','Zaporowski','bodziorej@gmail.com','832b193e4dd7f8921d68fcf6a0857614','2017-01-05 17:39:24','1958-12-06',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'0dced023abaa099006ec1e930c813043',NULL,1,0,0,'2017-01-05 18:39:24','2017-01-05 18:39:24');
/*!40000 ALTER TABLE `tv_customer` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_customer_group`
--

DROP TABLE IF EXISTS `tv_customer_group`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_customer_group` (
  `id_customer` int(10) unsigned NOT NULL,
  `id_group` int(10) unsigned NOT NULL,
  PRIMARY KEY (`id_customer`,`id_group`),
  KEY `customer_login` (`id_group`),
  KEY `id_customer` (`id_customer`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_customer_group`
--

LOCK TABLES `tv_customer_group` WRITE;
/*!40000 ALTER TABLE `tv_customer_group` DISABLE KEYS */;
INSERT INTO `tv_customer_group` VALUES (5,3),(6,3);
/*!40000 ALTER TABLE `tv_customer_group` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_customer_message`
--

DROP TABLE IF EXISTS `tv_customer_message`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_customer_message` (
  `id_customer_message` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_customer_thread` int(11) DEFAULT NULL,
  `id_employee` int(10) unsigned DEFAULT NULL,
  `message` text NOT NULL,
  `file_name` varchar(18) DEFAULT NULL,
  `ip_address` int(11) DEFAULT NULL,
  `user_agent` varchar(128) DEFAULT NULL,
  `date_add` datetime NOT NULL,
  `private` tinyint(4) NOT NULL DEFAULT '0',
  `read` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id_customer_message`),
  KEY `id_customer_thread` (`id_customer_thread`),
  KEY `id_employee` (`id_employee`)
) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_customer_message`
--

LOCK TABLES `tv_customer_message` WRITE;
/*!40000 ALTER TABLE `tv_customer_message` DISABLE KEYS */;
INSERT INTO `tv_customer_message` VALUES (1,1,0,'Hi I\'ve had a flat today so I was just wondering if you could put me a new tyre on tomorrow Sunday thanks Kay ','',35644704,'Mozilla/5.0 (iPad; CPU OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53','2014-09-13 17:12:22',0,1),(2,2,0,'pkese can you tell me how much for a tyre including fitting 195/55','',1384439431,'Mozilla/5.0 (iPhone; CPU iPhone OS 8_1_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/5.2.43972 Mobile/12B466 Safa','2015-02-15 18:35:40',0,1),(3,3,0,'Hi,\r\n\r\nI got a cut in the sidewall of one of my tyres and want to replace like for like.\r\nI\'m after a Rapid P609 235 45ZR17\r\n\r\nThis one you sell is very close spec, but has a WR speed rating rather than a ZR.\r\nhttp://www.mstyresblackburn.co.uk/index.php?id_product=30&controller=product&id_lang=1\r\n\r\nDon\'t suppose you can get hold of a single Rapid P609 235 45ZR17?\r\n\r\nRegards,\r\nIan','',1544498174,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36','2015-09-16 20:47:56',0,0),(4,4,0,'Hi Shaz,\r\n\r\nIts jons daughter (we bought the blue corsa from you last year) the reverse lights have gone and the lighter socket. From what ive researched its the fuse. \r\n\r\nWould we be ok to bring it down tomorrow and if so how much?\r\n\r\nThanks,\r\nAbbie.','',1443192730,'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.71 Safari/537.36','2015-10-21 21:29:17',0,0),(5,5,0,'Hello there,\r\n\r\nI have just placed an order with Tyreleader for 4 x Michelin cross climate and 1 x steel rim to be delivered to MS Tyres for fitting to my car.\r\nI don\'t have an eta from Tyreleader but hope to have them fitted as soon as possible. \r\nCould you please contact me as soon as they are in - Jackie 07884031476\r\nmany thanks\r\n','',1454668343,'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','2015-11-28 18:44:48',0,0),(6,6,0,'Hi\r\nI have heard about you from a recommendation about fitting winter tyres.  Would it be possible to send me some information about the tyres you could provide therefore as I cannot find any winter ones on your website.\r\nI think I would be looking for 205/55 16 V x 4 or 195/65 16 V.  I have a  14 Reg Honda Civic.\r\n\r\nMany thanks for your attention.\r\n\r\nLynsey','',87915131,'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','2015-12-10 12:17:46',0,0),(7,7,0,'Hiya, just checking on an order I placed with oponeo for four Pirelli tyres which they are sending to you for you to fit to my wheels. I\'m guessing you\'ll get in touch when they arrive so we can arrange a fitting time. Cheers Steve','',1543681180,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0','2016-11-04 17:22:36',0,0),(8,8,0,'I have a large number of part worn tyres in various sizes  for sale in very good condition which I am selling at £5 each.  I am located in Blackburn please reply to this email if you are interested..','',88093730,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.1506','2017-06-21 11:33:06',0,0),(9,9,0,'Hello Team,  I would like to disclose some facts about your website, why you are not getting enough organic & social media traffic for your website Don’t you think to start a fresh and better internet campaign? Yes, you must be interested to drag revenue by putting your website top in search engines like Google, Yahoo and Bing .We found some major issues with your website:- Low online presence for many competitive keyword phrases; Stumpy image optimization; Deprived website content; Inappropriate Social Media campaign ,which affects ranking. . However I can help you Top page ranking for all search engines, via a strategically planned web promotion campaign which will improve your sales & website ranking too. In today’s online era, you should be focusing on the new revolutionary ways of generating traffic. If you want to know more such points about what your site needs, and are curious to know what our working together would involve, then I would be glad to provide you with further detailed analysis in the form of a FREE SITE ANALYSIS REPORT or PRE SEO REPORT or WEBSITE ANALYSIS REPORT.If my proposal sound\'s alluring for your business objective, feel free to email us.Let me know your thought and if possible give me the best time to make further discussion.Warm Regards, Alisha wilson Sales Consultant………………………………………………PS1: Please answer to our email with “Interested” or “not interested” so that we will know the status of your inquiry and act accordingly.  If You are interested I will send more details on our “corporate identity”, “company profile”, “why you should choose us?”, “Price list”, “money back” etc. in my next mail. PS2: I found your site using Google search and after having a look over your website I recommend you to implement future technologies such as HTML5 and Responsive Design to make your site more accessible in mobile phone, tablets, desktop etc.','',2147483647,'Mozilla/5.0 (Windows NT 6.1; rv:56.0) Gecko/20100101 Firefox/56.0','2018-01-05 05:51:09',0,0),(10,10,0,'ПОВТОРНО СООБЩАЕМ, что до окончания государственных выплат по социальным начислениям остается 3 дня. Чтобы узнать сумму положенных выплат посетите личный раздел на сайте  Перейти на сайт ДЕПАРТАМЕНТА СОЦИАЛЬНОГО ОБЕСПЕЧЕНИЯ ','',532213983,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','2018-03-21 21:44:05',0,0),(11,11,0,'СРОЧНОЕ ИЗВЕЩЕНИЕ! ВАША ЭЛЕКТРОННАЯ ПОЧТА была избрана для проведения соц. опроса в виде тестирования! По завершении опроса Вы получите ГАРАНТИРОВАННЫЙ ДЕНЕЖНЫЙ БОНУС в размере от 30 до 1000 ДОЛЛАРОВ. Ваша персональная анкета доступна в течении 3 суток по адресу - www.vyacheslavvluk@atth.tk .','',532213983,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','2018-03-22 12:43:50',0,0),(12,12,0,'ВАЖНОЕ ОПОВЕЩЕНИЕ! ВАША ЭЛЕКТРОННАЯ ПОЧТА была избрана для проведения соц. опроса в формате теста! По завершении опроса Вы получите ОБЯЗАТЕЛЬНЫЙ ДЕНЕЖНЫЙ БОНУС в размере от 30 до 1000 ДОЛЛАРОВ. Ваша персональная анкета доступна в течении 3 суток по адресу - http://kamarkovaka1965@pieli.ga .','',532213983,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','2018-03-24 16:07:32',0,0),(13,13,0,'ВАЖНОЕ УВЕДОМЛЕНИЕ! ВАША ЭЛЕКТРОННАЯ ПОЧТА была отобрана для проведения соц. опроса в виде теста! По завершении опроса Вы получите ОБЯЗАТЕЛЬНЫЙ ФИНАНСОВЫЙ БОНУС в размере от 30 до 1000 ДОЛЛАРОВ. Ваша персональная тест-анкета доступна в течении 2 дней по адресу - www.yuriyz2eas@losa.tk .','',532213983,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','2018-03-25 21:14:43',0,0),(14,14,0,'ВАЖНОЕ СООБЩЕНИЕ! ВАША ЭЛЕКТРОННАЯ ПОЧТА была избрана для проведения соц. опроса в виде теста! После опроса Вы получите ГАРАНТИРОВАННЫЙ ФИНАНСОВЫЙ БОНУС в размере от 30 до 1000 ДОЛЛАРОВ. Ваша личная анкета доступна в течении 2 дней по адресу - http://yanbolshakovayan1989@kuni.gq .','',532213983,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','2018-03-30 16:41:25',0,0),(15,15,0,'Повторное уведомление. До завершения президентской компенсации страховых накоплений осталось 3 дня. Для получения начислений в полном объеме посетите личный кабинет на сайте - www.gezinovevge1986@madp.cf .','',532213983,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','2018-04-01 19:27:39',0,0),(16,16,0,'ВАШ БАЛАНС УВЕЛИЧЕН НА СУММУ 12330 RUB. Для осуществления транзакции подтвердите или отмените зачисление платежа в персональном кабинете - http://yaryudinyar1993@sei1.tk','',532213983,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','2018-04-02 11:05:47',0,0),(17,17,0,'ВАШ СЧЕТ УВЕЛИЧЕН НА СУММУ 8160 РУБЛЕЙ. Для совершения транзакции подтвердите или отмените принятие платежа в персональном разделе - http://pavelrwkmarkov@pieli.cf','',532213983,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','2018-04-03 15:59:42',0,0),(18,18,0,'ВАМ ЗАЧИСЛЕН БОНУС 8180 РУБЛЕЙ. Для получения выигрыша перейдите на сайт - www.thbelousovth1976@paif.ml .','',532213983,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','2018-04-04 15:29:29',0,0),(19,19,0,'Напоминаем, что Вам доступна сумма 14040 РУБЛЕЙ! Сформировать перевод для вывода средств можно в личном кабинете на сайте - www.stbobrovast1980@lyel.ga .','',532213983,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','2018-04-05 16:02:34',0,0),(20,20,0,'Напоминаем, что Вам доступна сумма 7580 РУБЛЕЙ! Сформировать перевод для вывода средств можно в личном кабинете на сайте - www.izromanovaiz1987@laen.ga .','',1306318277,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','2018-04-06 22:31:29',0,0),(21,21,0,'Напоминаем, что Вам доступна сумма 14290 РУБЛЕЙ! Сформировать перевод для вывода средств можно в личном кабинете на сайте - http://evivanovm9ec@inaj.ml .','',532213983,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','2018-04-08 01:48:22',0,0),(22,22,0,'Напоминаем, что Вам доступна сумма 13230 РУБЛЕЙ! Сформировать перевод для вывода средств можно в личном кабинете на сайте - www.konstantinfemcm@tnin.gq .','',532213983,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','2018-04-08 15:40:57',0,0),(23,23,0,'Напоминаем, что Вам доступна сумма 11870 РУБЛЕЙ! Сформировать перевод для вывода средств можно в личном кабинете на сайте - www.kamelnikovaka1970@rca1.ml .','',532213983,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','2018-04-09 19:22:11',0,0),(24,24,0,'ЭКСТРЕННОЕ ИЗВЕЩЕНИЕ! ВАШ ЯЩИК был отобран для проведения соц. опроса в формате тестирования! По завершении опроса Вы получите ФИНАНСОВЫЙ БОНУС в размере до 75000 РУБЛЕЙ. Ваша персональная анкета доступна в течении 3 суток по адресу - www.labaranovla1971@isov.tk .','',532213983,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','2018-04-12 02:26:07',0,0),(25,25,0,'Afternoon\r\n\r\nWe are a local company and wondered if you would be interested in purchasing part worn tyres on a regular basis from our sites.  We currently have 50 on one of our sites in Blackburn which have been removed from vehicles when we have replaced them with new.\r\n\r\nIf this is not of interest to you can would you know of any local companies I could approach.\r\n\r\nThanks in advance\r\n','',1383199762,'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','2018-04-18 13:37:46',0,0);
/*!40000 ALTER TABLE `tv_customer_message` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_customer_message_sync_imap`
--

DROP TABLE IF EXISTS `tv_customer_message_sync_imap`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_customer_message_sync_imap` (
  `md5_header` varbinary(32) NOT NULL,
  KEY `md5_header_index` (`md5_header`(4))
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_customer_message_sync_imap`
--

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

--
-- Table structure for table `tv_customer_thread`
--

DROP TABLE IF EXISTS `tv_customer_thread`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_customer_thread` (
  `id_customer_thread` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `id_shop` int(11) unsigned NOT NULL DEFAULT '1',
  `id_lang` int(10) unsigned NOT NULL,
  `id_contact` int(10) unsigned NOT NULL,
  `id_customer` int(10) unsigned DEFAULT NULL,
  `id_order` int(10) unsigned DEFAULT NULL,
  `id_product` int(10) unsigned DEFAULT NULL,
  `status` enum('open','closed','pending1','pending2') NOT NULL DEFAULT 'open',
  `email` varchar(128) NOT NULL,
  `token` varchar(12) DEFAULT NULL,
  `date_add` datetime NOT NULL,
  `date_upd` datetime NOT NULL,
  PRIMARY KEY (`id_customer_thread`),
  KEY `id_shop` (`id_shop`),
  KEY `id_lang` (`id_lang`),
  KEY `id_contact` (`id_contact`),
  KEY `id_customer` (`id_customer`),
  KEY `id_order` (`id_order`),
  KEY `id_product` (`id_product`)
) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_customer_thread`
--

LOCK TABLES `tv_customer_thread` WRITE;
/*!40000 ALTER TABLE `tv_customer_thread` DISABLE KEYS */;
INSERT INTO `tv_customer_thread` VALUES (1,1,1,2,0,0,0,'open','Kayjohn62@hotmail.com','AfQSStwygsrb','2014-09-13 17:12:22','2014-09-13 17:12:22'),(2,1,1,2,0,0,0,'open','jojo123485@googlemail.com','1MgF8EBkkOsx','2015-02-15 18:35:40','2015-02-15 18:35:40'),(3,1,1,2,0,0,0,'open','idhaigh@gmail.com','okMEZdug3dK9','2015-09-16 20:47:56','2015-09-16 20:47:56'),(4,1,1,2,0,0,0,'open','abbiemel@outlook.com','65QgmYLhR8PL','2015-10-21 21:29:17','2015-10-21 21:29:17'),(5,1,1,2,0,0,0,'open','jdannys19@hotmail.co.uk','rkL5coiBZ5dd','2015-11-28 18:44:47','2015-11-28 18:44:47'),(6,1,1,2,0,0,0,'open','cosmica_lynsey@yahoo.co.uk','DN5hKBjqRxgW','2015-12-10 12:17:46','2015-12-10 12:17:46'),(7,1,1,2,0,31322602,0,'open','stephenwood3@aol.com','AkJBVRHn80LM','2016-11-04 17:22:36','2016-11-04 17:22:36'),(8,1,1,2,0,0,0,'open','MHOLM812@AOL.COM','dDhKzHm7VgzQ','2017-06-21 11:33:05','2017-06-21 11:33:05'),(9,1,1,2,0,0,0,'open','alishawilson076@gmail.com','qWB7ZQ6cqiao','2018-01-05 05:51:09','2018-01-05 05:51:09'),(10,1,1,2,0,12123,0,'open','angromovan1983@inbox.ru','Ns8DwM2JaYq9','2018-03-21 21:44:05','2018-03-21 21:44:05'),(11,1,1,2,0,10183,0,'open','vyacheslavvluk@mail.ru','x5Ce7KWxV3vp','2018-03-22 12:43:50','2018-03-22 12:43:50'),(12,1,1,2,0,8983,0,'open','kamarkovaka1965@list.ru','ye4ucdqvVW4w','2018-03-24 16:07:32','2018-03-24 16:07:32'),(13,1,1,2,0,7012,0,'open','yuriyz2eas@mail.ru','b1ajEFjqiLh8','2018-03-25 21:14:43','2018-03-25 21:14:43'),(14,1,1,2,0,12682,0,'open','yanbolshakovayan1989@inbox.ru','hj7Fq2UKX2jf','2018-03-30 16:41:25','2018-03-30 16:41:25'),(15,1,1,2,0,13243,0,'open','gezinovevge1986@mail.ru','jUYNtOdk6yP3','2018-04-01 19:27:38','2018-04-01 19:27:38'),(16,1,1,2,0,12333,0,'open','yaryudinyar1993@list.ru','uh9fXmhCjw2p','2018-04-02 11:05:47','2018-04-02 11:05:47'),(17,1,1,2,0,8162,0,'open','pavelrwkmarkov@mail.ru','FJgcAbIUJZAZ','2018-04-03 15:59:42','2018-04-03 15:59:42'),(18,1,1,2,0,8183,0,'open','thbelousovth1976@bk.ru','oebX19moyMuN','2018-04-04 15:29:29','2018-04-04 15:29:29'),(19,1,1,2,0,14042,0,'open','stbobrovast1980@bk.ru','s6UUqJ3D2pfm','2018-04-05 16:02:34','2018-04-05 16:02:34'),(20,1,1,2,0,7582,0,'open','izromanovaiz1987@mail.ru','JeiffGmEuPBt','2018-04-06 22:31:29','2018-04-06 22:31:29'),(21,1,1,2,0,14293,0,'open','evivanovm9ec@mail.ru','LUvmDKYYgSRW','2018-04-08 01:48:22','2018-04-08 01:48:22'),(22,1,1,2,0,13233,0,'open','konstantinfemcm@mail.ru','Gr2owTpxvnYb','2018-04-08 15:40:57','2018-04-08 15:40:57'),(23,1,1,2,0,11873,0,'open','kamelnikovaka1970@inbox.ru','GFyJxGxRh4xg','2018-04-09 19:22:11','2018-04-09 19:22:11'),(24,1,1,2,0,14023,0,'open','labaranovla1971@inbox.ru','81udfRwX7YKx','2018-04-12 02:26:07','2018-04-12 02:26:07'),(25,1,1,2,0,0,0,'open','head.office@bcccars.com','3rJLHdtsPIWK','2018-04-18 13:37:46','2018-04-18 13:37:46');
/*!40000 ALTER TABLE `tv_customer_thread` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_customization`
--

DROP TABLE IF EXISTS `tv_customization`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_customization` (
  `id_customization` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_product_attribute` int(10) unsigned NOT NULL DEFAULT '0',
  `id_address_delivery` int(10) unsigned NOT NULL DEFAULT '0',
  `id_cart` int(10) unsigned NOT NULL,
  `id_product` int(10) NOT NULL,
  `quantity` int(10) NOT NULL,
  `quantity_refunded` int(11) NOT NULL DEFAULT '0',
  `quantity_returned` int(11) NOT NULL DEFAULT '0',
  `in_cart` tinyint(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id_customization`,`id_cart`,`id_product`,`id_address_delivery`),
  KEY `id_product_attribute` (`id_product_attribute`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_customization`
--

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

--
-- Table structure for table `tv_customization_field`
--

DROP TABLE IF EXISTS `tv_customization_field`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_customization_field` (
  `id_customization_field` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_product` int(10) unsigned NOT NULL,
  `type` tinyint(1) NOT NULL,
  `required` tinyint(1) NOT NULL,
  PRIMARY KEY (`id_customization_field`),
  KEY `id_product` (`id_product`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_customization_field`
--

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

--
-- Table structure for table `tv_customization_field_lang`
--

DROP TABLE IF EXISTS `tv_customization_field_lang`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_customization_field_lang` (
  `id_customization_field` int(10) unsigned NOT NULL,
  `id_lang` int(10) unsigned NOT NULL,
  `name` varchar(255) NOT NULL,
  PRIMARY KEY (`id_customization_field`,`id_lang`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_customization_field_lang`
--

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

--
-- Table structure for table `tv_customized_data`
--

DROP TABLE IF EXISTS `tv_customized_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_customized_data` (
  `id_customization` int(10) unsigned NOT NULL,
  `type` tinyint(1) NOT NULL,
  `index` int(3) NOT NULL,
  `value` varchar(255) NOT NULL,
  PRIMARY KEY (`id_customization`,`type`,`index`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_customized_data`
--

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

--
-- Table structure for table `tv_date_range`
--

DROP TABLE IF EXISTS `tv_date_range`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_date_range` (
  `id_date_range` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `time_start` datetime NOT NULL,
  `time_end` datetime NOT NULL,
  PRIMARY KEY (`id_date_range`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_date_range`
--

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

--
-- Table structure for table `tv_delivery`
--

DROP TABLE IF EXISTS `tv_delivery`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_delivery` (
  `id_delivery` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_shop` int(10) unsigned DEFAULT NULL,
  `id_shop_group` int(10) unsigned DEFAULT NULL,
  `id_carrier` int(10) unsigned NOT NULL,
  `id_range_price` int(10) unsigned DEFAULT NULL,
  `id_range_weight` int(10) unsigned DEFAULT NULL,
  `id_zone` int(10) unsigned NOT NULL,
  `price` decimal(20,6) NOT NULL,
  PRIMARY KEY (`id_delivery`),
  KEY `id_zone` (`id_zone`),
  KEY `id_carrier` (`id_carrier`,`id_zone`),
  KEY `id_range_price` (`id_range_price`),
  KEY `id_range_weight` (`id_range_weight`)
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_delivery`
--

LOCK TABLES `tv_delivery` WRITE;
/*!40000 ALTER TABLE `tv_delivery` DISABLE KEYS */;
INSERT INTO `tv_delivery` VALUES (1,NULL,NULL,2,0,1,1,5.000000),(2,NULL,NULL,2,0,1,2,5.000000),(3,NULL,NULL,2,1,0,1,5.000000),(4,NULL,NULL,2,1,0,2,5.000000),(6,NULL,NULL,5,NULL,2,1,10.000000),(8,NULL,NULL,6,NULL,3,4,0.000000),(9,NULL,NULL,6,NULL,3,3,0.000000),(10,NULL,NULL,6,NULL,3,8,0.000000),(11,NULL,NULL,6,NULL,3,1,10.000000),(12,NULL,NULL,6,NULL,3,7,0.000000),(13,NULL,NULL,6,NULL,3,2,0.000000),(14,NULL,NULL,6,NULL,3,5,0.000000),(15,NULL,NULL,6,NULL,3,6,0.000000);
/*!40000 ALTER TABLE `tv_delivery` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_editorial`
--

DROP TABLE IF EXISTS `tv_editorial`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_editorial` (
  `id_editorial` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_shop` int(10) unsigned NOT NULL,
  `body_home_logo_link` varchar(255) NOT NULL,
  PRIMARY KEY (`id_editorial`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_editorial`
--

LOCK TABLES `tv_editorial` WRITE;
/*!40000 ALTER TABLE `tv_editorial` DISABLE KEYS */;
INSERT INTO `tv_editorial` VALUES (1,1,'');
/*!40000 ALTER TABLE `tv_editorial` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_editorial_lang`
--

DROP TABLE IF EXISTS `tv_editorial_lang`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_editorial_lang` (
  `id_editorial` int(10) unsigned NOT NULL,
  `id_lang` int(10) unsigned NOT NULL,
  `body_title` varchar(255) NOT NULL,
  `body_subheading` varchar(255) NOT NULL,
  `body_paragraph` text NOT NULL,
  `body_logo_subheading` varchar(255) NOT NULL,
  PRIMARY KEY (`id_editorial`,`id_lang`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_editorial_lang`
--

LOCK TABLES `tv_editorial_lang` WRITE;
/*!40000 ALTER TABLE `tv_editorial_lang` DISABLE KEYS */;
INSERT INTO `tv_editorial_lang` VALUES (1,1,'Welcome!','Welcome to M.S. Tyres blackburn','<p><strong>We are a company based in Blackburn, Lancashire offering a full range of Tyres, Alloy Wheels &amp; Car Repairs. You can be sure your vehicle is in expert hands as our staff are trained and experienced.</strong></p>\r\n<p><strong>We also offer a Collection and Delivery service, please contact us for more information. We are here to give advice and help with regards to your vehicle.</strong></p>',''),(1,2,'Welcome!','Welcome to M.S. Tyres','<p>We are a company based in Blackburn, Lancashire offering a full range of Tyres, Alloy Wheels &amp; Car Repairs. You can be sure your vehicle is in expert hands as our staff are trained and experienced.</p>\r\n<p>We also offer a Collection and Delivery service, please contact us for more information. We are here to give advice and help with regards to your vehicle.</p>','');
/*!40000 ALTER TABLE `tv_editorial_lang` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_employee`
--

DROP TABLE IF EXISTS `tv_employee`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_employee` (
  `id_employee` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_profile` int(10) unsigned NOT NULL,
  `id_lang` int(10) unsigned NOT NULL DEFAULT '0',
  `lastname` varchar(32) NOT NULL,
  `firstname` varchar(32) NOT NULL,
  `email` varchar(128) NOT NULL,
  `passwd` varchar(32) NOT NULL,
  `last_passwd_gen` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `stats_date_from` date DEFAULT NULL,
  `stats_date_to` date DEFAULT NULL,
  `bo_color` varchar(32) DEFAULT NULL,
  `bo_theme` varchar(32) DEFAULT NULL,
  `default_tab` int(10) unsigned NOT NULL DEFAULT '0',
  `bo_width` int(10) unsigned NOT NULL DEFAULT '0',
  `bo_show_screencast` tinyint(1) NOT NULL DEFAULT '1',
  `active` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `id_last_order` int(10) unsigned NOT NULL DEFAULT '0',
  `id_last_customer_message` int(10) unsigned NOT NULL DEFAULT '0',
  `id_last_customer` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id_employee`),
  KEY `employee_login` (`email`,`passwd`),
  KEY `id_employee_passwd` (`id_employee`,`passwd`),
  KEY `id_profile` (`id_profile`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_employee`
--

LOCK TABLES `tv_employee` WRITE;
/*!40000 ALTER TABLE `tv_employee` DISABLE KEYS */;
INSERT INTO `tv_employee` VALUES (1,1,2,'Iqbal','Mudassar','Info@mstyresblackburn.co.uk','e9990010337ad87836e3c3c051b8c836','2015-02-17 13:00:09','2014-01-01','2014-12-31','#000000','default',42,0,1,1,1,2,5);
/*!40000 ALTER TABLE `tv_employee` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_employee_shop`
--

DROP TABLE IF EXISTS `tv_employee_shop`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_employee_shop` (
  `id_employee` int(11) unsigned NOT NULL,
  `id_shop` int(11) unsigned NOT NULL,
  PRIMARY KEY (`id_employee`,`id_shop`),
  KEY `id_shop` (`id_shop`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_employee_shop`
--

LOCK TABLES `tv_employee_shop` WRITE;
/*!40000 ALTER TABLE `tv_employee_shop` DISABLE KEYS */;
INSERT INTO `tv_employee_shop` VALUES (1,1);
/*!40000 ALTER TABLE `tv_employee_shop` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_favorite_product`
--

DROP TABLE IF EXISTS `tv_favorite_product`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_favorite_product` (
  `id_favorite_product` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_product` int(10) unsigned NOT NULL,
  `id_customer` int(10) unsigned NOT NULL,
  `id_shop` int(10) unsigned NOT NULL,
  `date_add` datetime NOT NULL,
  `date_upd` datetime NOT NULL,
  PRIMARY KEY (`id_favorite_product`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_favorite_product`
--

LOCK TABLES `tv_favorite_product` WRITE;
/*!40000 ALTER TABLE `tv_favorite_product` DISABLE KEYS */;
INSERT INTO `tv_favorite_product` VALUES (1,1,3,1,'2013-12-08 11:43:14','2013-12-08 11:43:14'),(2,2,3,1,'2013-12-08 11:43:20','2013-12-08 11:43:20');
/*!40000 ALTER TABLE `tv_favorite_product` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_feature`
--

DROP TABLE IF EXISTS `tv_feature`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_feature` (
  `id_feature` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `position` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id_feature`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_feature`
--

LOCK TABLES `tv_feature` WRITE;
/*!40000 ALTER TABLE `tv_feature` DISABLE KEYS */;
INSERT INTO `tv_feature` VALUES (1,1),(2,2),(4,4),(6,5),(7,3);
/*!40000 ALTER TABLE `tv_feature` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_feature_lang`
--

DROP TABLE IF EXISTS `tv_feature_lang`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_feature_lang` (
  `id_feature` int(10) unsigned NOT NULL,
  `id_lang` int(10) unsigned NOT NULL,
  `name` varchar(128) DEFAULT NULL,
  PRIMARY KEY (`id_feature`,`id_lang`),
  KEY `id_lang` (`id_lang`,`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_feature_lang`
--

LOCK TABLES `tv_feature_lang` WRITE;
/*!40000 ALTER TABLE `tv_feature_lang` DISABLE KEYS */;
INSERT INTO `tv_feature_lang` VALUES (6,1,'Load'),(2,1,'Profile'),(7,1,'Rim size'),(4,1,'Speed Rating'),(1,1,'Width'),(6,2,'Loading'),(2,2,'Profile'),(7,2,'Rim size'),(4,2,'SpeedRating'),(1,2,'Width');
/*!40000 ALTER TABLE `tv_feature_lang` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_feature_product`
--

DROP TABLE IF EXISTS `tv_feature_product`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_feature_product` (
  `id_feature` int(10) unsigned NOT NULL,
  `id_product` int(10) unsigned NOT NULL,
  `id_feature_value` int(10) unsigned NOT NULL,
  PRIMARY KEY (`id_feature`,`id_product`),
  KEY `id_feature_value` (`id_feature_value`),
  KEY `id_product` (`id_product`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_feature_product`
--

LOCK TABLES `tv_feature_product` WRITE;
/*!40000 ALTER TABLE `tv_feature_product` DISABLE KEYS */;
INSERT INTO `tv_feature_product` VALUES (1,28,58),(1,29,59),(1,27,61),(1,37,61),(1,38,61),(1,9,62),(1,18,62),(1,19,62),(1,20,62),(1,31,62),(1,36,63),(1,10,64),(1,11,64),(1,21,64),(1,22,64),(1,24,64),(1,25,64),(1,32,64),(1,17,65),(1,30,65),(1,33,65),(1,26,66),(1,34,67),(1,35,67),(4,27,81),(4,29,81),(2,33,83),(2,34,83),(2,35,83),(2,10,84),(2,11,84),(2,17,84),(2,26,84),(2,21,85),(2,22,85),(2,24,85),(2,25,85),(2,30,85),(2,37,85),(2,31,86),(2,27,88),(2,28,88),(2,29,88),(4,28,104),(4,9,106),(4,18,106),(4,19,106),(4,20,106),(4,37,106),(4,10,107),(4,11,107),(4,17,107),(4,21,107),(4,22,107),(4,24,107),(4,26,107),(4,30,107),(4,31,107),(4,32,107),(4,33,107),(4,35,107),(4,36,107),(4,38,107),(4,25,108),(4,34,108),(6,28,129),(6,37,131),(6,29,135),(6,35,137),(6,9,138),(6,18,138),(6,19,138),(6,20,138),(6,22,138),(6,24,138),(6,27,138),(6,33,138),(6,38,138),(6,10,139),(6,11,139),(6,31,140),(6,21,142),(6,25,142),(6,34,142),(6,17,143),(6,26,145),(6,30,145),(6,36,145),(6,32,147),(2,9,178),(2,18,178),(2,19,178),(2,20,178),(2,32,178),(2,36,178),(2,38,178),(7,28,181),(7,27,182),(7,29,182),(7,9,183),(7,18,183),(7,19,183),(7,20,183),(7,32,183),(7,36,183),(7,37,183),(7,38,183),(7,21,184),(7,22,184),(7,24,184),(7,25,184),(7,30,184),(7,31,184),(7,10,185),(7,11,185),(7,17,185),(7,26,185),(7,34,185),(7,35,185),(7,33,186);
/*!40000 ALTER TABLE `tv_feature_product` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_feature_shop`
--

DROP TABLE IF EXISTS `tv_feature_shop`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_feature_shop` (
  `id_feature` int(11) unsigned NOT NULL,
  `id_shop` int(11) unsigned NOT NULL,
  PRIMARY KEY (`id_feature`,`id_shop`),
  KEY `id_shop` (`id_shop`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_feature_shop`
--

LOCK TABLES `tv_feature_shop` WRITE;
/*!40000 ALTER TABLE `tv_feature_shop` DISABLE KEYS */;
INSERT INTO `tv_feature_shop` VALUES (1,1),(2,1),(4,1),(6,1),(7,1);
/*!40000 ALTER TABLE `tv_feature_shop` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_feature_value`
--

DROP TABLE IF EXISTS `tv_feature_value`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_feature_value` (
  `id_feature_value` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_feature` int(10) unsigned NOT NULL,
  `custom` tinyint(3) unsigned DEFAULT NULL,
  PRIMARY KEY (`id_feature_value`),
  KEY `feature` (`id_feature`)
) ENGINE=InnoDB AUTO_INCREMENT=191 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_feature_value`
--

LOCK TABLES `tv_feature_value` WRITE;
/*!40000 ALTER TABLE `tv_feature_value` DISABLE KEYS */;
INSERT INTO `tv_feature_value` VALUES (54,1,0),(55,1,0),(56,1,0),(57,1,0),(58,1,0),(59,1,0),(60,1,0),(61,1,0),(62,1,0),(63,1,0),(64,1,0),(65,1,0),(66,1,0),(67,1,0),(68,1,0),(69,1,0),(70,1,0),(71,1,0),(72,1,0),(73,1,0),(74,1,0),(75,1,0),(76,1,0),(77,1,0),(81,4,0),(83,2,0),(84,2,0),(85,2,0),(86,2,0),(87,2,0),(88,2,0),(89,2,0),(90,2,0),(91,2,0),(92,2,0),(103,4,0),(104,4,0),(106,4,0),(107,4,0),(108,4,0),(109,4,0),(110,6,0),(111,6,0),(112,6,0),(113,6,0),(114,6,0),(115,6,0),(116,6,0),(117,6,0),(118,6,0),(119,6,0),(120,6,0),(121,6,0),(122,6,0),(123,6,0),(124,6,0),(125,6,0),(126,6,0),(127,6,0),(128,6,0),(129,6,0),(130,6,0),(131,6,0),(132,6,0),(133,6,0),(134,6,0),(135,6,0),(136,6,0),(137,6,0),(138,6,0),(139,6,0),(140,6,0),(141,6,0),(142,6,0),(143,6,0),(144,6,0),(145,6,0),(146,6,0),(147,6,0),(148,6,0),(149,6,0),(150,6,0),(151,6,0),(152,6,0),(153,6,0),(154,6,0),(156,6,0),(157,6,0),(158,6,0),(159,6,0),(160,6,0),(161,6,0),(162,6,0),(163,6,0),(164,6,0),(165,6,0),(166,6,0),(167,6,0),(168,6,0),(169,6,0),(170,6,0),(171,6,0),(172,6,0),(174,6,0),(177,6,0),(178,2,0),(179,7,0),(180,7,0),(181,7,0),(182,7,0),(183,7,0),(184,7,0),(185,7,0),(186,7,0),(187,1,0),(188,7,0),(189,7,0),(190,7,0);
/*!40000 ALTER TABLE `tv_feature_value` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_feature_value_lang`
--

DROP TABLE IF EXISTS `tv_feature_value_lang`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_feature_value_lang` (
  `id_feature_value` int(10) unsigned NOT NULL,
  `id_lang` int(10) unsigned NOT NULL,
  `value` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id_feature_value`,`id_lang`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_feature_value_lang`
--

LOCK TABLES `tv_feature_value_lang` WRITE;
/*!40000 ALTER TABLE `tv_feature_value_lang` DISABLE KEYS */;
INSERT INTO `tv_feature_value_lang` VALUES (54,1,'135'),(54,2,'135'),(55,1,'145'),(55,2,'145'),(56,1,'155'),(56,2,'155'),(57,1,'165'),(57,2,'165'),(58,1,'175'),(58,2,'175'),(59,1,'185'),(59,2,'185'),(60,1,'190'),(60,2,'190'),(61,1,'195'),(61,2,'195'),(62,1,'205'),(62,2,'205'),(63,1,'215'),(63,2,'215'),(64,1,'225'),(64,2,'225'),(65,1,'235'),(65,2,'235'),(66,1,'245'),(66,2,'245'),(67,1,'255'),(67,2,'255'),(68,1,'265'),(68,2,'265'),(69,1,'275'),(69,2,'275'),(70,1,'285'),(70,2,'285'),(71,1,'295'),(71,2,'295'),(72,1,'305'),(72,2,'305'),(73,1,'315'),(73,2,'315'),(74,1,'325'),(74,2,'325'),(75,1,'335'),(75,2,'335'),(76,1,'345'),(76,2,'345'),(77,1,'355'),(77,2,'355'),(81,1,'H'),(81,2,'H'),(83,1,'35'),(83,2,'35'),(84,1,'40'),(84,2,'40'),(85,1,'45'),(85,2,'45'),(86,1,'50'),(86,2,'50'),(87,1,'60'),(87,2,'60'),(88,1,'65'),(88,2,'65'),(89,1,'70'),(89,2,'70'),(90,1,'75'),(90,2,'75'),(91,1,'80'),(91,2,'80'),(92,1,'85'),(92,2,'85'),(103,1,'S'),(103,2,'S'),(104,1,'T'),(104,2,'T'),(106,1,'V'),(106,2,'V'),(107,1,'W'),(107,2,'W'),(108,1,'Y'),(108,2,'Y'),(109,1,'Z'),(109,2,'Z'),(110,1,'62'),(110,2,'62'),(111,1,'63'),(111,2,'63'),(112,1,'64'),(112,2,'64'),(113,1,'65'),(113,2,'65'),(114,1,'67'),(114,2,'66'),(115,1,'68'),(115,2,'68'),(116,1,'69'),(116,2,'69'),(117,1,'70'),(117,2,'70'),(118,1,'71'),(118,2,'71'),(119,1,'72'),(119,2,'72'),(120,1,'73'),(120,2,'73'),(121,1,'74'),(121,2,'74'),(122,1,'75'),(122,2,'75'),(123,1,'76'),(123,2,'76'),(124,1,'77'),(124,2,'77'),(125,1,'78'),(125,2,'78'),(126,1,'79'),(126,2,'79'),(127,1,'80'),(127,2,'80'),(128,1,'81'),(128,2,'81'),(129,1,'82'),(129,2,'82'),(130,1,'83'),(130,2,'83'),(131,1,'84'),(131,2,'84'),(132,1,'85'),(132,2,'85'),(133,1,'86'),(133,2,'86'),(134,1,'87'),(134,2,'87'),(135,1,'88'),(135,2,'88'),(136,1,'89'),(136,2,'89'),(137,1,'90'),(137,2,'90'),(138,1,'91'),(138,2,'91'),(139,1,'92'),(139,2,'92'),(140,1,'93'),(140,2,'93'),(141,1,'93'),(141,2,'93'),(142,1,'94'),(142,2,'94'),(143,1,'95'),(143,2,'95'),(144,1,'96'),(144,2,'96'),(145,1,'97'),(145,2,'97'),(146,1,'98'),(146,2,'98'),(147,1,'99'),(147,2,'99'),(148,1,'100'),(148,2,'100'),(149,1,'101'),(149,2,'101'),(150,1,'102'),(150,2,'102'),(151,1,'103'),(151,2,'103'),(152,1,'104'),(152,2,'104'),(153,1,'105'),(153,2,'105'),(154,1,'107'),(154,2,'106'),(156,1,'108'),(156,2,'108'),(157,1,'109'),(157,2,'109'),(158,1,'110'),(158,2,'110'),(159,1,'111'),(159,2,'111'),(160,1,'112'),(160,2,'112'),(161,1,'113'),(161,2,'113'),(162,1,'114'),(162,2,'114'),(163,1,'115'),(163,2,'115'),(164,1,'116'),(164,2,'116'),(165,1,'117'),(165,2,'117'),(166,1,'118'),(166,2,'118'),(167,1,'119'),(167,2,'119'),(168,1,'120'),(168,2,'120'),(169,1,'121'),(169,2,'121'),(170,1,'122'),(170,2,'122'),(171,1,'123'),(171,2,'123'),(172,1,'125'),(172,2,'124'),(174,1,'126'),(174,2,'126'),(177,1,'125'),(177,2,'125'),(178,1,'55'),(178,2,'55'),(179,1,'R12'),(179,2,'R12'),(180,1,'R13'),(180,2,'R13'),(181,1,'R14'),(181,2,'R14'),(182,1,'R15'),(182,2,'R15'),(183,1,'R16'),(183,2,'R16'),(184,1,'R17'),(184,2,'R17'),(185,1,'R18'),(185,2,'R18'),(186,1,'R19'),(186,2,'R19'),(187,1,'R20'),(187,2,'R20'),(188,1,'R21'),(188,2,'R21'),(189,1,'R22'),(189,2,'R22'),(190,1,'R20'),(190,2,'R20');
/*!40000 ALTER TABLE `tv_feature_value_lang` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_gender`
--

DROP TABLE IF EXISTS `tv_gender`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_gender` (
  `id_gender` int(11) NOT NULL AUTO_INCREMENT,
  `type` tinyint(1) NOT NULL,
  PRIMARY KEY (`id_gender`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_gender`
--

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

--
-- Table structure for table `tv_gender_lang`
--

DROP TABLE IF EXISTS `tv_gender_lang`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_gender_lang` (
  `id_gender` int(10) unsigned NOT NULL,
  `id_lang` int(10) unsigned NOT NULL,
  `name` varchar(20) NOT NULL,
  PRIMARY KEY (`id_gender`,`id_lang`),
  KEY `id_gender` (`id_gender`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_gender_lang`
--

LOCK TABLES `tv_gender_lang` WRITE;
/*!40000 ALTER TABLE `tv_gender_lang` DISABLE KEYS */;
INSERT INTO `tv_gender_lang` VALUES (1,1,'Mr.'),(1,2,'Mr.'),(2,1,'Ms.'),(2,2,'Ms.');
/*!40000 ALTER TABLE `tv_gender_lang` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_group`
--

DROP TABLE IF EXISTS `tv_group`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_group` (
  `id_group` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `reduction` decimal(17,2) NOT NULL DEFAULT '0.00',
  `price_display_method` tinyint(4) NOT NULL DEFAULT '0',
  `show_prices` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `date_add` datetime NOT NULL,
  `date_upd` datetime NOT NULL,
  PRIMARY KEY (`id_group`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_group`
--

LOCK TABLES `tv_group` WRITE;
/*!40000 ALTER TABLE `tv_group` DISABLE KEYS */;
INSERT INTO `tv_group` VALUES (1,0.00,1,1,'2013-10-31 16:16:21','2013-10-31 16:16:26'),(2,0.00,1,1,'2013-10-31 16:16:21','2013-10-31 16:16:26'),(3,0.00,1,1,'2013-10-31 16:16:21','2013-10-31 16:16:26');
/*!40000 ALTER TABLE `tv_group` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_group_lang`
--

DROP TABLE IF EXISTS `tv_group_lang`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_group_lang` (
  `id_group` int(10) unsigned NOT NULL,
  `id_lang` int(10) unsigned NOT NULL,
  `name` varchar(32) NOT NULL,
  PRIMARY KEY (`id_group`,`id_lang`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_group_lang`
--

LOCK TABLES `tv_group_lang` WRITE;
/*!40000 ALTER TABLE `tv_group_lang` DISABLE KEYS */;
INSERT INTO `tv_group_lang` VALUES (1,1,'Visitor'),(1,2,'Visitor'),(2,1,'Guest'),(2,2,'Guest'),(3,1,'Customer'),(3,2,'Customer');
/*!40000 ALTER TABLE `tv_group_lang` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_group_reduction`
--

DROP TABLE IF EXISTS `tv_group_reduction`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_group_reduction` (
  `id_group_reduction` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
  `id_group` int(10) unsigned NOT NULL,
  `id_category` int(10) unsigned NOT NULL,
  `reduction` decimal(4,3) NOT NULL,
  PRIMARY KEY (`id_group_reduction`),
  UNIQUE KEY `id_group` (`id_group`,`id_category`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_group_reduction`
--

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

--
-- Table structure for table `tv_group_shop`
--

DROP TABLE IF EXISTS `tv_group_shop`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_group_shop` (
  `id_group` int(11) unsigned NOT NULL,
  `id_shop` int(11) unsigned NOT NULL,
  PRIMARY KEY (`id_group`,`id_shop`),
  KEY `id_shop` (`id_shop`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_group_shop`
--

LOCK TABLES `tv_group_shop` WRITE;
/*!40000 ALTER TABLE `tv_group_shop` DISABLE KEYS */;
INSERT INTO `tv_group_shop` VALUES (1,1),(2,1),(3,1);
/*!40000 ALTER TABLE `tv_group_shop` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_guest`
--

DROP TABLE IF EXISTS `tv_guest`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_guest` (
  `id_guest` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_operating_system` int(10) unsigned DEFAULT NULL,
  `id_web_browser` int(10) unsigned DEFAULT NULL,
  `id_customer` int(10) unsigned DEFAULT NULL,
  `javascript` tinyint(1) DEFAULT '0',
  `screen_resolution_x` smallint(5) unsigned DEFAULT NULL,
  `screen_resolution_y` smallint(5) unsigned DEFAULT NULL,
  `screen_color` tinyint(3) unsigned DEFAULT NULL,
  `sun_java` tinyint(1) DEFAULT NULL,
  `adobe_flash` tinyint(1) DEFAULT NULL,
  `adobe_director` tinyint(1) DEFAULT NULL,
  `apple_quicktime` tinyint(1) DEFAULT NULL,
  `real_player` tinyint(1) DEFAULT NULL,
  `windows_media` tinyint(1) DEFAULT NULL,
  `accept_language` varchar(8) DEFAULT NULL,
  `mobile_theme` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id_guest`),
  KEY `id_customer` (`id_customer`),
  KEY `id_operating_system` (`id_operating_system`),
  KEY `id_web_browser` (`id_web_browser`)
) ENGINE=InnoDB AUTO_INCREMENT=73141 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_guest`
--

LOCK TABLES `tv_guest` WRITE;
/*!40000 ALTER TABLE `tv_guest` DISABLE KEYS */;
INSERT INTO `tv_guest` VALUES (1,0,0,1,1,1680,1050,32,1,1,0,1,1,0,'en-us',0),(2,3,3,2,0,0,0,0,0,0,0,0,0,0,'',0),(3,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(4,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(9,7,4,0,0,0,0,0,0,0,0,0,0,0,'',1),(10,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(18,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(26,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28,7,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(29,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(32,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(34,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(38,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(39,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(41,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(42,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(43,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(45,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(46,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(48,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(49,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(51,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(53,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54,5,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(55,5,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(56,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(57,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(63,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(67,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(68,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(71,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(73,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(74,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(75,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(76,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(77,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(78,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(79,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(80,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(81,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(82,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(83,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(84,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(85,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(86,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(87,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(88,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(89,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(90,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(91,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(92,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(93,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(94,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(95,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(96,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(97,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(98,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(99,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(100,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(101,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(102,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(103,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(104,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(105,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(106,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(107,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(108,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(109,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(110,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(111,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(112,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(113,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(114,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(115,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(116,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(117,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(118,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(119,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(120,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(121,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(122,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(123,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(124,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(125,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(126,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(127,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(128,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(129,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(130,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(131,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(132,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(133,3,3,3,0,0,0,0,0,0,0,0,0,0,'',0),(134,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(135,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(137,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(138,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(139,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(140,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(141,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(158,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(159,3,10,4,0,0,0,0,0,0,0,0,0,0,'',0),(160,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(189,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(200,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(201,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(202,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(204,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(206,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(207,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(208,3,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(209,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(213,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(214,4,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(217,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(218,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(219,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(223,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(224,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(231,3,3,0,0,0,0,0,0,0,0,0,0,0,'',1),(232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(240,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(241,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(246,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(253,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(256,4,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(257,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(285,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(286,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(348,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(354,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(389,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(390,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(391,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(392,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(393,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(394,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(395,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(396,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(397,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(398,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(399,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(400,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(401,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(402,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(403,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(404,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(405,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(406,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(407,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(408,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(409,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(420,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(488,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(489,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(490,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(491,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(492,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(493,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(494,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(495,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(496,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(497,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(498,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(499,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(500,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(501,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(502,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(503,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(504,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(505,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(506,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(507,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(513,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(526,3,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(565,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(604,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(612,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(616,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(642,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(651,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(656,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(657,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(658,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(680,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(681,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(714,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(719,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(720,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(721,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(743,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(779,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(781,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(782,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(788,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(792,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(793,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(794,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(795,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(796,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(822,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(825,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(826,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(830,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(844,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(845,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(846,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(872,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(873,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(874,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(875,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(876,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(891,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(899,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(906,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(909,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(910,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(911,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(924,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(925,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(928,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(935,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(936,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(940,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(941,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(955,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(956,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(964,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(965,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(966,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(989,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(999,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1000,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1007,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(1008,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(1009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1015,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1023,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1025,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1026,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1063,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1064,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1078,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(1079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1085,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(1086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1092,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(1093,4,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1094,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1095,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1098,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(1099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1101,0,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(1102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1108,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(1109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1113,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(1114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1119,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1120,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1121,2,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(1122,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(1123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1124,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1129,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1130,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1134,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(1135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1157,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(1158,3,10,5,0,0,0,0,0,0,0,0,0,0,'',0),(1159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1162,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1163,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1165,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(1166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1170,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(1171,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1172,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(1173,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(1174,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1175,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1188,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(1189,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1190,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1195,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(1196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1198,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1202,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(1203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1206,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(1207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1209,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(1210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1214,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1215,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1241,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1242,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1254,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(1255,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1256,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1257,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1260,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(1261,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1266,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1283,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(1284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1286,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1287,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1291,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(1292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1294,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1295,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(1296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1303,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1317,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1321,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1322,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1332,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1341,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1342,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1350,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1359,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(1360,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1363,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1370,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(1371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1374,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1375,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1382,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1387,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(1388,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(1389,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1393,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1394,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1395,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(1396,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(1397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1428,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1434,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1435,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1462,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(1463,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(1464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1467,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(1468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1493,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1495,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1496,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1504,4,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(1505,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(1506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1510,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(1511,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(1512,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(1513,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(1514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1516,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(1517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1523,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(1524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1532,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1533,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1535,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1536,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1537,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1538,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1540,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(1541,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(1542,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(1543,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(1544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1545,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1546,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1548,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1549,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1559,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1560,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1561,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1562,4,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1563,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(1564,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(1565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1566,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1569,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1582,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(1583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1587,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1588,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1589,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1592,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1593,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1595,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(1596,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(1597,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(1598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1599,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1600,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1604,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1605,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1606,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1616,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(1617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1621,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(1622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1624,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(1625,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1626,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1628,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(1629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1630,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(1631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1635,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(1636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1637,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(1638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1641,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(1642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1644,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1645,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1646,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1648,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1649,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1650,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1651,4,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(1652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1654,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1657,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1658,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1659,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1660,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1661,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1671,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1672,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1677,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1678,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1679,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(1680,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(1681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1682,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(1683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1695,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(1696,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(1697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1701,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1702,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1704,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1705,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1706,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1714,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1715,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1727,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(1728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1729,7,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(1730,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(1731,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1735,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1736,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1737,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1739,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1740,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1760,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1761,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1762,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(1763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1766,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1771,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(1772,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(1773,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(1774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1780,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1781,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1782,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1791,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1793,5,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1794,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(1795,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1803,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1804,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1808,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1811,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(1812,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1817,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(1818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1821,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(1822,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1823,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1824,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1825,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1827,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1828,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1834,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1835,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1836,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1837,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(1838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1839,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1840,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1841,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(1842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1846,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1850,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1852,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1855,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1856,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1857,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1858,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1870,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1871,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1872,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1882,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(1883,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1884,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1885,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1887,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1894,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1895,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(1896,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(1897,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(1898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1900,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1901,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(1902,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(1903,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(1904,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(1905,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(1906,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1907,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1908,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(1909,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1910,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(1911,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1912,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(1913,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1914,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1915,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(1916,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(1917,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(1918,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1919,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1920,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1921,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1922,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1923,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1924,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1925,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1926,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1927,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1928,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(1929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1930,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1931,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1933,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1934,0,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(1935,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1937,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1938,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1939,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(1940,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(1941,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(1942,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(1943,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1944,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(1945,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1946,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1947,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(1948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1949,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(1950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1951,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1952,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1953,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1954,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1955,1,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(1956,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1966,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(1967,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1968,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1970,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(1971,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1976,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1977,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(1978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1979,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1981,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1985,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(1986,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(1987,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(1988,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1989,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(1990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1991,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(1992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(1997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2002,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2003,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2004,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2012,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2014,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(2015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(2016,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(2017,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(2018,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2021,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2022,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2023,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2024,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(2025,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(2026,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(2027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2028,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(2030,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(2031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2039,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2040,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(2043,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(2044,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2047,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2048,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2051,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2102,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2103,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(2104,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(2105,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(2106,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2107,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2108,7,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(2109,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(2110,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2111,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2112,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(2116,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2117,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2118,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(2119,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(2120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2123,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2124,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2127,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2128,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2136,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(2137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2138,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(2139,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2141,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2142,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2143,7,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(2144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2145,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(2148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2149,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2150,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(2151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(2152,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2153,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2155,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2156,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(2157,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2163,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(2164,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2165,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2166,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(2167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(2168,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(2169,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2170,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2171,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2172,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2173,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2181,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2183,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(2184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(2185,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2186,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2187,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(2188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2189,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2190,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2191,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(2194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2196,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(2197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(2199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2201,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2204,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2209,4,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(2210,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(2211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2218,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2226,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2227,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(2229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2231,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2232,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2237,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2239,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2245,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(2246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2248,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2249,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2250,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2251,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(2252,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2253,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(2254,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2255,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2256,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2257,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2258,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2259,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(2260,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2261,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(2262,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2263,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(2264,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2265,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2266,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2267,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2268,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2269,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2270,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(2271,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2272,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2273,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(2274,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(2277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2279,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2284,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2285,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2286,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2287,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(2288,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2289,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(2290,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2291,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2292,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2293,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2294,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(2295,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2296,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2297,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2298,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2299,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2300,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2301,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2302,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2303,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2304,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2307,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2310,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2311,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2312,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2313,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(2316,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2317,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(2318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(2319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2324,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2328,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2329,0,8,0,0,0,0,0,0,0,0,0,0,0,'',1),(2330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2331,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2332,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2335,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(2346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2347,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2348,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2349,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(2350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2359,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2361,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2362,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2364,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(2365,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(2366,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2368,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2369,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(2372,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2373,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(2374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(2375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2377,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2378,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2379,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2380,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2389,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2390,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2391,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2392,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2393,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(2394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2401,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(2402,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2403,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2404,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2406,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2407,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(2408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2409,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2410,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2414,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(2415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2416,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2417,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(2418,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(2419,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(2420,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(2421,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(2422,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(2423,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(2424,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(2425,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(2426,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(2427,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(2428,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(2429,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(2430,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(2431,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(2432,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(2433,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(2434,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(2435,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(2436,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(2437,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(2438,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(2439,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(2440,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(2441,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(2442,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(2443,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(2444,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(2445,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(2446,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(2447,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(2448,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(2449,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(2450,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(2451,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(2452,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(2453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2456,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2458,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2459,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2460,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2461,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2462,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2464,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(2465,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2473,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2476,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2478,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2480,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2481,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2482,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2484,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2486,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(2487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2498,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2499,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2500,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(2501,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2502,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2507,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2510,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2511,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2513,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2514,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2515,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2518,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2525,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2526,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2527,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2529,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2530,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2531,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2532,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2540,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2541,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2542,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2543,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(2544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2545,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2546,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2547,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2550,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(2551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2555,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(2556,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(2557,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2565,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2566,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2568,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2571,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2573,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(2574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2575,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2584,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2585,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2587,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(2588,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(2589,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2590,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2591,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2592,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(2593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2600,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(2602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2603,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2604,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(2605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2606,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2607,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2615,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2616,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2618,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2620,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2621,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2622,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(2623,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(2624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(2627,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2632,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2633,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2634,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2635,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2636,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(2637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(2640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2647,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2648,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2649,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(2650,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2651,0,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(2652,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2653,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2654,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(2658,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2661,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(2662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2666,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2667,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(2668,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(2669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(2670,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(2671,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2672,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2676,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2677,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2678,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(2679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2686,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2689,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(2691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2693,4,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(2694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2695,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2697,0,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2698,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(2699,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2721,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(2722,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2723,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2724,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2725,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2726,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2728,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2730,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2732,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(2745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(2753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2756,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2757,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2758,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(2759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(2760,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(2761,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2762,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2763,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2764,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(2766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(2767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2770,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2771,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2772,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2773,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(2774,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(2775,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2777,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(2781,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(2782,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(2783,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(2784,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2786,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2787,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2789,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(2790,4,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2791,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2792,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2794,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2795,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(2802,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2803,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2804,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(2805,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(2806,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(2807,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(2808,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(2809,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(2810,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(2812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2813,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2814,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2816,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2817,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(2818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2819,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(2820,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(2821,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(2822,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(2823,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(2824,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(2825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(2827,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2828,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2829,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2830,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(2831,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2832,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2833,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2834,4,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(2835,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(2836,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2837,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(2838,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2840,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2841,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(2842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2843,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2844,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2845,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2846,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2849,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(2853,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2864,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(2865,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(2866,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2867,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(2868,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2869,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2870,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2871,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2872,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2873,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2874,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(2876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2878,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2879,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2880,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2882,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(2883,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(2884,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2893,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(2894,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2896,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2908,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(2909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2911,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2912,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2913,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(2914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2922,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2928,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2945,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(2946,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(2947,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2948,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2949,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2950,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2951,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2952,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2953,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2954,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(2956,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(2957,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(2958,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2964,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2966,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2971,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2973,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2974,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2985,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(2986,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(2987,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(2988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(2997,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(2998,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(2999,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3001,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3007,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3008,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3009,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3010,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3011,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(3013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3014,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3015,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3016,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3024,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3028,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3029,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3030,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3031,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3032,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3033,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3034,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3035,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3036,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3037,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3038,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3039,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3040,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3041,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3042,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3043,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3044,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3045,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3046,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3047,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3048,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3049,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3050,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3051,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3052,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3053,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3054,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3055,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3056,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3057,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3058,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3059,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3060,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3061,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3062,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(3063,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(3064,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(3065,4,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(3066,4,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(3067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3072,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(3073,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3074,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3075,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3076,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3077,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3078,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3079,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3080,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3081,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3082,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3083,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3084,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3085,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3086,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3087,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3095,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(3096,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(3097,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(3098,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(3099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3100,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(3101,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(3102,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3103,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3104,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3105,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3120,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3121,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3122,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3123,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3124,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3125,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3126,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3127,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3128,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3129,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3130,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3131,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3132,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3133,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3134,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3144,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3163,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(3164,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3165,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(3166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3167,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3168,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3169,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3170,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3171,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3172,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3174,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(3175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3177,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(3178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3185,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(3186,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3187,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3188,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3189,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3191,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3192,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3193,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(3194,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(3195,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3196,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(3197,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(3198,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(3199,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(3200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3201,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3202,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3208,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3209,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3210,3,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(3211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3212,7,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(3213,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(3214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3222,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3223,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(3224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3227,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3228,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3229,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3230,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(3232,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(3233,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(3234,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(3235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3240,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(3241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3245,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(3246,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3247,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3248,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3249,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3260,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(3261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3266,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(3267,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3276,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3277,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3279,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3280,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3289,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3290,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3292,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(3293,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3294,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(3297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(3299,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3301,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3302,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3303,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3305,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3306,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3307,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(3308,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(3309,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3310,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(3311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3318,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3321,7,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(3322,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(3323,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(3324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(3330,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3331,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3334,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(3335,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(3336,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3337,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3338,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3339,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(3350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3359,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3360,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3361,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3363,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3368,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3369,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(3371,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3372,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3378,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3384,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3386,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(3387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3388,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(3389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3390,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3391,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3394,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(3395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3400,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3401,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(3402,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(3403,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3404,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3405,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3406,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3407,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3408,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3409,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3410,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3411,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3412,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3413,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3414,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3415,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3416,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3417,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3418,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3419,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3420,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3421,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3422,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3423,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3424,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3425,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3426,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3427,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3428,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3429,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3430,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3431,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3432,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3433,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3434,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3435,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3436,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3437,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3445,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3446,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3447,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3449,4,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(3450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(3451,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3452,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3453,3,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(3454,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3455,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3456,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3462,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3463,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3464,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3465,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3466,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3470,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3471,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3472,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3473,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3476,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3477,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3478,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3479,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3480,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3481,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3482,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3483,6,3,0,0,0,0,0,0,0,0,0,0,0,'',1),(3484,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3485,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3486,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(3491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3494,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3497,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3498,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3525,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3527,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3528,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3529,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3530,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3531,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3532,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3533,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3534,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3535,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3536,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3537,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3538,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3541,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(3542,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3544,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3552,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3554,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3558,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3559,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(3560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3562,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3564,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3565,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(3585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3599,3,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(3600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3604,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3605,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3606,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3612,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3614,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3615,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3616,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3617,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3618,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(3622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3623,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3624,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3625,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3626,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3627,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3630,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3633,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(3634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3635,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3636,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3637,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3638,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3639,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(3640,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(3641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(3647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3649,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(3650,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(3651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3652,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3653,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3655,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(3656,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(3657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3661,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3662,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3669,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3670,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3671,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(3672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3673,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(3674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3685,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3686,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3688,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(3689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3692,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3694,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3695,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3696,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3697,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3698,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(3699,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(3700,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3701,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3702,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3714,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3717,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3719,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3720,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3729,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3731,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3733,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3734,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3742,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3758,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3760,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3761,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3762,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(3764,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3765,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3767,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(3768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3769,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3771,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3777,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3779,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3780,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3781,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(3782,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3783,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(3784,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3785,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3786,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(3787,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3788,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3789,4,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3798,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(3799,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3800,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3801,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(3802,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(3803,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3806,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3807,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(3808,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(3809,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(3810,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(3811,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(3812,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(3813,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(3814,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(3815,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(3816,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(3817,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(3818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(3819,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3820,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3821,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(3823,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(3824,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(3825,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3826,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3827,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3828,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3829,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3830,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3831,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3833,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3834,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3835,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3842,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3843,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3846,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3847,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3848,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3849,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3850,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3851,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3852,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3854,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3855,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(3856,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3857,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3858,7,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(3859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3866,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(3867,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3875,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3878,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3880,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3881,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3883,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3884,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3885,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3886,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(3887,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3888,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3889,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3890,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3896,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3897,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3898,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3911,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(3912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3916,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3923,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3924,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3939,4,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(3940,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(3941,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(3942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3951,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3959,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3963,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(3964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3977,7,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(3978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3988,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(3989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(3999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4018,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(4019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4021,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(4022,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(4023,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(4024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4025,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4045,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4046,4,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4047,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(4048,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(4049,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(4050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(4060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4073,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4079,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(4080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4081,1,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4083,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4086,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(4090,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4091,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4099,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4100,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(4101,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(4102,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(4103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4110,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4111,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(4112,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(4115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(4117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4120,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4125,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(4126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4127,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(4128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4130,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(4131,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(4132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4144,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4145,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4146,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4147,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(4148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(4151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4154,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4165,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(4169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4176,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(4177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4179,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4186,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4187,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4188,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4189,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4190,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(4191,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4192,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4193,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4227,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(4228,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(4229,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(4230,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(4231,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(4232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4234,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4235,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4238,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4239,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4240,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(4241,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4242,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4264,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4265,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4270,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4274,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4275,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4277,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4286,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4287,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(4288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4290,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4292,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4299,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(4300,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(4301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4303,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4305,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4306,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4309,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4314,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(4315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4316,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4320,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(4321,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4335,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4336,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4337,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4339,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4342,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(4343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4344,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4347,2,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(4348,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(4349,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(4350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4353,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(4354,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4355,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4356,4,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(4357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4359,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4370,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(4371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4378,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(4379,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4380,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(4381,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(4382,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4383,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4384,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4390,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4393,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4394,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(4395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4396,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(4397,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(4398,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4399,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4401,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(4402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4408,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(4409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(4412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4413,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(4414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4417,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4419,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4421,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4422,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4459,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4460,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4461,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4462,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4463,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4470,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4471,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4475,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4476,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4477,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4479,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(4480,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4481,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(4482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4485,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4486,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(4487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4490,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4491,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4492,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(4493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4513,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4517,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4525,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(4526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4533,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4534,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4540,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4543,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(4544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4553,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(4554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4558,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4561,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4562,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4563,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4578,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4579,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(4580,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(4581,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4582,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4584,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(4585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4588,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(4589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4600,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4601,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4604,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4608,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(4609,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(4610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4611,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4612,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(4613,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4614,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4615,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4616,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4617,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4619,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(4620,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4621,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4633,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(4634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4639,2,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(4640,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(4641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4645,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(4646,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4647,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4650,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4655,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(4656,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(4657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4665,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4681,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(4682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4687,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4688,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4694,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4695,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(4696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4698,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4701,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4702,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4703,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4717,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(4718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4721,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(4722,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4726,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4727,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4728,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4735,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(4736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4738,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4739,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(4741,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4742,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(4743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4746,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4747,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(4748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4753,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(4754,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(4755,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(4756,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(4757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4758,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(4759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4761,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4762,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4826,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4840,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4856,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4862,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4863,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4865,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(4866,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4905,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(4906,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(4907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(4909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4910,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(4911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4912,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(4913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4914,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4915,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(4916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4971,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(4972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4977,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4978,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4979,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(4980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4981,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(4986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4990,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(4991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4992,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(4993,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(4994,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(4995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4996,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(4997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(4999,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5001,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5004,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5005,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5006,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(5007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5008,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5064,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(5102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5104,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5105,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5106,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5107,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5108,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5109,7,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(5110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5111,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(5114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5117,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5118,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(5119,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(5120,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(5121,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5122,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5123,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(5124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5128,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5129,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5130,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(5131,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5132,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(5133,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5134,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5135,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5158,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5159,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(5162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5166,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5167,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5168,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5172,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(5173,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5175,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5177,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5183,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5184,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5185,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(5186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5187,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5189,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5190,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(5191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5192,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5193,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5194,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5198,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5217,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(5218,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5219,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5229,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(5230,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5231,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(5232,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5235,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5237,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(5238,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5239,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5244,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5245,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(5246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5250,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5251,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(5252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(5257,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5258,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5260,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5276,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5277,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5280,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5282,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(5283,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5286,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(5287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5367,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5368,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5369,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(5370,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(5371,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5373,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(5374,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(5375,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(5376,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(5377,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(5378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5379,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5381,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5382,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5383,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5402,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5403,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5404,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5405,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5406,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5407,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5408,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5409,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5410,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5411,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5412,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5413,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5414,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5415,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5416,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5417,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5418,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5419,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5420,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5421,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5422,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5423,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5424,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5425,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5426,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5427,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5428,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5429,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5430,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5431,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5432,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5433,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5434,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5435,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5445,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5448,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5451,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5452,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5453,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5454,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5455,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5456,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5458,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5461,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5472,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5473,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5474,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5475,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5476,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5477,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5478,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5479,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5481,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5482,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5483,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5484,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(5485,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5486,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5487,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5488,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5489,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5490,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5491,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5492,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5493,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5494,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5495,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5496,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5497,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5503,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5504,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5520,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5523,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(5524,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(5525,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5526,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5527,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5528,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5533,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5534,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5535,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(5536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5541,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5553,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5554,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5558,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5574,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5575,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5593,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5594,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5595,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5596,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5604,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5607,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5608,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5609,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5611,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5613,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5614,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5615,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5616,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5624,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5627,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5643,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5645,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(5646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5647,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5651,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5652,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5653,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5654,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(5655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5659,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5661,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5663,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5664,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5667,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5668,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5669,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5670,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5671,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5672,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5673,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5674,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5675,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5676,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5677,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5684,0,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(5685,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5687,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5688,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(5689,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(5690,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5691,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5715,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5716,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5789,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5798,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5800,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(5801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5804,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(5805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5806,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(5807,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5808,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5809,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5810,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5811,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(5812,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5813,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5817,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(5818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5819,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(5820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5842,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5843,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5846,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5848,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5849,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(5850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5853,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5854,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5855,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5856,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5858,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5861,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(5862,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5863,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5864,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5865,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5866,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5881,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(5882,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(5883,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5884,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5885,0,9,0,0,0,0,0,0,0,0,0,0,0,'',1),(5886,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(5887,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(5888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5889,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(5890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5898,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(5899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5900,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(5901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5903,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5904,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5906,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(5907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5908,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5909,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5911,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5912,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5913,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5914,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5915,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(5916,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5917,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5918,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5919,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(5920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5931,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5951,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5952,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5953,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5956,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5962,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(5963,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(5964,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5965,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5966,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5967,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5974,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(5975,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5976,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(5977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5979,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(5980,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5981,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(5994,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5995,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5996,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5997,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(5998,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(5999,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6000,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(6001,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6002,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6003,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6004,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6005,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6006,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6007,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6008,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6009,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6010,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6011,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6012,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6013,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6014,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6015,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(6016,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6017,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6018,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6019,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6020,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6021,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6022,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6023,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6024,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(6025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6026,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6027,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6028,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6029,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6030,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6031,6,3,0,0,0,0,0,0,0,0,0,0,0,'',1),(6032,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6033,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6034,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6035,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6036,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6037,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6038,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6039,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6040,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6041,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6042,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6043,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6044,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6045,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6046,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6047,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6048,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6049,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6050,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6051,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6052,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6053,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6054,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6055,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6142,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6143,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(6144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6146,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6147,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6152,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6161,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6175,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6177,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6178,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(6179,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6180,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6181,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6182,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6189,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6201,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6206,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6209,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6210,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6211,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6212,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(6213,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6214,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6220,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6224,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(6225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6229,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6236,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6237,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6238,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6241,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6243,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6244,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6257,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6259,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6264,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(6265,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(6266,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(6267,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(6268,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6269,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(6270,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6271,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(6272,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(6273,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(6274,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6275,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(6276,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(6277,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(6278,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6281,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6282,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6285,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6287,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6318,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6319,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(6323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6329,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6331,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6332,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(6333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6336,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(6340,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6343,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(6344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6347,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6348,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6349,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6352,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6353,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6354,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6355,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6356,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6357,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6358,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6359,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6360,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6361,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6362,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6363,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6364,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6365,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6366,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6367,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6368,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6369,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6370,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6371,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6372,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6373,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6374,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6375,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6376,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6377,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6378,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6379,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6380,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6381,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6382,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6383,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6384,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6387,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6388,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6389,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6390,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6391,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6392,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6393,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6394,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6395,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6396,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6397,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6398,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6399,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6400,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6401,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6402,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6403,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6404,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6405,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6406,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6407,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6408,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6409,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6410,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6411,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6412,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6413,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6414,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6415,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6416,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(6417,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6418,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6419,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6420,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6421,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6422,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6423,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6424,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6425,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6426,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6429,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6430,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6439,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6440,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6441,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6442,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6443,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6444,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6445,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6446,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6447,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6448,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6449,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6450,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6451,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6452,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6455,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6457,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(6458,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6459,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6462,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6466,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6467,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6468,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6471,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6472,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6473,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6495,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6528,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6529,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6530,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6531,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6535,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6536,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6537,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6542,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6543,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(6544,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6545,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6547,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6553,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6555,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6556,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6566,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6567,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6569,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6571,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6574,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(6575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6578,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6584,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(6585,2,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(6586,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6587,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6588,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6591,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(6592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6594,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6604,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6610,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6611,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6612,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6613,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6614,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(6615,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6616,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6631,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6639,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6641,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6644,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6648,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(6649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6658,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6659,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6665,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(6666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6684,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6692,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6693,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6694,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(6695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6700,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6701,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6706,0,9,0,0,0,0,0,0,0,0,0,0,0,'',1),(6707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6710,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6727,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6728,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6729,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(6730,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(6731,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6732,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6733,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6734,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6741,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6742,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6749,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6752,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6760,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6778,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6779,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6783,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6795,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6796,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6797,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(6798,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(6799,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(6800,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(6801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6806,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6813,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6814,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6817,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(6818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6829,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6830,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6831,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6834,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(6835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6927,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6939,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6940,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6941,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6943,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6946,1,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(6947,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6948,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(6949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6955,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6960,7,4,0,0,0,0,0,0,0,0,0,0,0,'',1),(6961,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(6962,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6963,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6964,4,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(6965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6991,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(6992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(6999,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(7000,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(7001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7002,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(7003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7004,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(7005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7008,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7009,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7025,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7027,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(7028,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(7029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7030,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(7031,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7032,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7044,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(7045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7060,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(7061,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(7062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7063,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7066,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7067,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7092,0,9,0,0,0,0,0,0,0,0,0,0,0,'',1),(7093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7094,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7096,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7097,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7100,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(7101,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(7102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7117,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(7118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7125,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(7126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7128,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(7129,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(7130,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(7131,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(7132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7136,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(7137,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(7138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7145,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7146,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7149,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(7150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7151,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(7152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7155,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(7156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7159,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(7160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7168,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(7169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7173,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7174,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7180,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(7181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7185,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(7186,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(7187,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(7188,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(7189,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(7190,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(7191,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7192,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7194,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7195,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(7196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7197,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(7198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7334,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(7335,7,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(7336,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(7337,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7339,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(7340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7344,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(7345,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(7346,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(7347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7348,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(7349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7376,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(7377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(7407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7421,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7422,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7474,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(7475,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(7476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(7478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(7481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7487,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(7488,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(7489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7490,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7491,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7494,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7516,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7518,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7519,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(7520,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(7521,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(7522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7542,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7543,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7569,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(7570,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(7571,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(7572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7577,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7578,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7582,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(7583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7591,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(7592,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(7593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7598,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(7599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7602,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7603,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(7604,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(7605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7615,3,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(7616,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(7617,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7618,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7621,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(7622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7629,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(7630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7712,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7713,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7714,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7715,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(7716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7721,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(7722,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(7723,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(7724,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7725,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(7726,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(7727,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(7728,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(7729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7730,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7731,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7747,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(7748,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(7749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7750,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(7751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7754,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7755,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7756,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(7757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7767,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(7768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7772,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(7773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7774,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7775,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7776,0,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(7777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7803,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(7804,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(7805,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7807,0,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(7808,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7809,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7810,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(7811,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(7812,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(7813,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(7814,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(7815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7828,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(7829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7832,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(7833,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(7834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7878,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(7879,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7880,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7896,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(7897,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7898,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7899,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(7900,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(7901,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(7902,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(7903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7904,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(7905,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(7906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7909,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7910,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7911,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(7912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7914,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(7915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7918,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(7919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7921,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(7922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7931,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7932,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7934,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7942,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(7943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7945,4,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7948,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7949,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7950,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(7951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7959,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7962,4,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(7963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7974,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7975,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7979,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(7980,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(7981,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(7982,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(7983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7985,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(7986,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(7987,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(7988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7989,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7990,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7991,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7992,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7993,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7994,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7995,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7996,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(7997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(7999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8003,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8006,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8020,7,4,0,0,0,0,0,0,0,0,0,0,0,'',1),(8021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8028,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8031,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8032,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8034,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8035,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8047,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8048,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8049,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8058,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8060,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8066,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8070,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8075,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8076,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8083,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8089,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8091,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8092,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8093,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8094,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8095,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(8096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8097,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8098,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8099,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(8100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8118,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(8119,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8121,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8125,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8127,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8128,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8129,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8130,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8131,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8132,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8134,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(8135,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8136,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(8140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8150,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(8151,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(8152,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8153,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8154,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8155,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(8156,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8158,3,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(8159,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(8160,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8161,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8166,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8169,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8171,3,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(8172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(8174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8175,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8179,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8183,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(8184,6,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(8185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8188,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(8189,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(8190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8192,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8193,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8194,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8195,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(8196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8220,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8240,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8241,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8243,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8244,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8248,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8331,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8335,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8336,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8337,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8338,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8343,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8344,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8345,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8346,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8347,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8351,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(8352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8371,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(8372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8397,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8403,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8406,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8407,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8408,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8431,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8435,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8436,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8437,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8476,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8485,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(8486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8517,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8518,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8522,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8527,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8528,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8538,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8539,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8540,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8541,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8542,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8543,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8544,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8545,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8547,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(8548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8551,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8552,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8553,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8566,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(8567,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(8568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8570,4,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(8571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8572,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8573,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8574,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8575,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(8576,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8577,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8587,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8589,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8597,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8601,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(8602,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8603,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8604,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8610,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(8611,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(8612,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(8613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8616,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8617,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(8618,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(8619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8621,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8622,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8624,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(8625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8628,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8633,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8635,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8636,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8637,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(8638,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8642,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(8643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8656,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8657,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8660,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(8661,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8670,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(8671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8676,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(8677,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(8678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8683,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8684,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8686,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8687,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8688,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8689,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8695,0,9,0,0,0,0,0,0,0,0,0,0,0,'',1),(8696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8700,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8704,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8705,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8706,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8707,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8709,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8716,0,9,0,0,0,0,0,0,0,0,0,0,0,'',1),(8717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8718,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8720,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8739,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(8740,3,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(8741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8743,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8762,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8763,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8764,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8765,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8766,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8767,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8768,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8772,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8773,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(8774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8778,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(8779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8785,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8786,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8801,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8802,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8803,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(8804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8805,4,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(8806,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8807,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8810,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(8811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8812,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(8813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8847,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8855,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8857,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(8858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8860,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8861,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8862,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8867,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8871,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8872,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8873,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8874,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8875,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8877,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8905,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(8906,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(8907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8908,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8909,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8910,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8913,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(8914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8949,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8950,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8968,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8969,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8970,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(8971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8973,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(8974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8976,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(8977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8979,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8980,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(8981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8986,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8988,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(8989,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8990,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8991,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(8992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8993,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(8994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9000,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9001,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(9002,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(9003,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(9004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9037,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(9038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9072,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9074,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(9075,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(9076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9078,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(9079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9082,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(9083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9085,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(9086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9142,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(9143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9189,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9223,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(9224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9225,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(9226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9263,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(9264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(9267,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(9268,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(9269,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(9270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9272,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(9273,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(9274,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(9275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9276,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(9277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(9318,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(9319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9321,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(9322,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(9323,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(9324,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(9325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9327,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(9328,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(9329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9333,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(9334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(9357,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(9358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9359,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(9360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9374,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(9375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9381,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(9382,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(9383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9397,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(9398,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(9399,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(9400,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(9401,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(9402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9405,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(9406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9409,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(9410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9411,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(9412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9415,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(9416,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(9417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9469,7,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(9470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9519,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(9520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9521,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(9522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9523,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(9524,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(9525,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(9526,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(9527,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(9528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9529,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(9530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9540,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(9541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9543,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(9544,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(9545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9546,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(9547,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(9548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9550,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(9551,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(9552,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(9553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9562,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(9563,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(9564,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(9565,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(9566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9568,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(9569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9598,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(9599,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(9600,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(9601,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(9602,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(9603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9604,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9611,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(9612,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(9613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9616,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9618,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(9619,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(9620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9623,6,3,0,0,0,0,0,0,0,0,0,0,0,'',1),(9624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9645,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(9646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9659,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(9660,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(9661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9666,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(9667,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(9668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9680,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(9681,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(9682,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(9683,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(9684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9685,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(9686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9687,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(9688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9689,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(9690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9699,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(9700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9703,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(9704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9731,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(9732,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(9733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9741,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(9742,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(9743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9746,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(9747,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(9748,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(9749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9759,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(9760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9766,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(9767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9770,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(9771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9773,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(9774,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(9775,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9777,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9786,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(9787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9800,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9803,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(9804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9805,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(9806,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(9807,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(9808,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(9809,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(9810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9811,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(9812,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(9813,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(9814,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(9815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9824,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9825,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9826,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9827,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9828,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9829,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9830,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9831,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9832,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9833,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9834,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9835,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9836,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9837,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9838,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9839,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9840,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9841,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9842,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9843,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9844,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9845,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9846,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9847,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9848,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9849,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9850,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9851,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9852,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9853,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9854,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9855,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9856,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9857,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9858,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9859,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9860,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9861,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9862,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9863,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9864,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9865,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9866,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9867,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9868,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9869,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9870,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9871,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9872,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9873,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9883,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(9884,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(9885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9949,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(9950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9979,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(9980,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(9981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9983,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(9984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9993,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(9994,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(9995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(9999,7,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(10000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10003,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10006,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10008,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10009,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10013,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10014,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10028,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10035,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10036,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10045,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10046,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10047,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10050,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10051,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10057,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10058,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10059,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10060,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10061,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10062,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(10063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10076,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10077,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10078,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10079,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10080,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10085,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10086,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(10090,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10091,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10092,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10098,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10099,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10108,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10110,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10111,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10112,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(10113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10114,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(10115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10128,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(10129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10130,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(10131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10133,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10136,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10140,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10141,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10151,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(10152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10189,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10241,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10248,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10249,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10257,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10259,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10264,7,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(10265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10272,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10273,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10278,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(10279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10288,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10289,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10296,4,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10297,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10298,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(10299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10302,4,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(10303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10304,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10305,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10325,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10326,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10329,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10334,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10341,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10345,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10347,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(10348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10353,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10354,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10355,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10359,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(10360,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10381,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10383,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10385,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10390,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10392,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10398,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10399,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10400,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10403,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10410,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(10413,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10417,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10418,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(10419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10424,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10425,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10430,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10432,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(10433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10448,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10449,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10456,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10457,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10459,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(10460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10465,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(10466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10477,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10481,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10483,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10484,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10485,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10486,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10499,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(10500,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(10501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10503,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10509,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10510,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(10515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10516,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10517,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10518,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10519,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(10520,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(10521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(10522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10530,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10531,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10534,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10535,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(10536,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(10537,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(10538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10541,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10554,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10560,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10561,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10562,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10563,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10564,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10565,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10566,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10567,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10568,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10569,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10570,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10571,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10572,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10573,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10574,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10575,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10576,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10577,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10578,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10579,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10580,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10581,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10582,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10583,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10584,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10585,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10586,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10587,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10588,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10589,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10590,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10591,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10592,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10593,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10604,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10605,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10606,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10607,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10608,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10609,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10610,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10611,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10612,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10613,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10615,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10616,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10617,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10618,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10619,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10620,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10621,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10622,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10623,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10624,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10625,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10626,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10627,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10628,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10629,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10630,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10631,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10632,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10633,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10634,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(10635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10639,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(10640,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(10641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10644,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10647,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10648,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10658,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10659,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(10660,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10667,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(10668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10685,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10687,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10698,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10714,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(10715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10717,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(10718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10722,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(10723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10727,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10744,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(10745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10749,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10750,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10754,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10756,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(10757,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(10758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10775,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10777,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10778,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(10779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10781,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10782,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(10783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10784,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10785,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10788,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10789,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(10790,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(10791,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10792,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10795,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10799,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10802,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(10803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10804,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10805,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10808,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(10809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10811,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(10812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10815,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10816,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(10817,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(10818,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(10819,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(10820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10821,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10836,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10837,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10838,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10844,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10846,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10847,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10848,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10849,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10850,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10851,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10852,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10853,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10854,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10855,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10856,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10857,4,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10858,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10859,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10860,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10861,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10862,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10863,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10864,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10865,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10866,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10867,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10868,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10869,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10870,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10871,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10872,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10873,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10874,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10875,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10876,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10877,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10878,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10879,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10880,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10881,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10882,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10883,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10884,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10885,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10886,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10887,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10888,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10889,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(10890,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10891,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10892,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10893,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10894,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10895,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10896,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10897,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(10898,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10899,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10900,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10901,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(10902,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(10903,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10904,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10905,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10906,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10907,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10908,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10909,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10910,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10911,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10912,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10913,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10914,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10915,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10916,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10917,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(10918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(10922,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(10923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10931,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(10932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10936,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(10937,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(10938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10944,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(10945,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10946,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10949,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(10950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10951,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(10952,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(10953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10954,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(10955,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(10956,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(10957,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(10958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10959,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10961,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(10962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10963,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(10964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(10999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11044,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11048,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11053,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(11054,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11056,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11057,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11058,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11059,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(11060,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11062,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(11063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11076,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(11077,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(11078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11082,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11092,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11093,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11094,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11095,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11096,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(11097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11099,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(11100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11102,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(11103,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(11104,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(11105,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(11106,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(11107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11109,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(11110,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11113,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11130,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11131,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11136,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(11137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11140,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11141,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11149,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11150,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11151,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11156,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11159,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11164,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11170,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11171,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11183,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11185,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11186,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(11188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11189,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11190,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11191,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11192,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11193,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11194,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11196,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11211,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11212,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11216,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11217,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11219,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(11220,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(11221,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11222,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(11223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11224,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11227,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11229,0,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(11230,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11231,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(11232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11239,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11250,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11251,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11254,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11267,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(11268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11293,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11295,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11296,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11297,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(11298,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(11299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11312,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11313,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11314,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11330,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11332,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11333,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11334,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11335,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11336,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11337,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11340,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(11341,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11353,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(11383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11389,1,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(11390,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11391,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11392,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11393,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11394,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11395,1,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(11396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11397,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11399,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11402,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(11403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11404,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11412,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(11413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11414,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(11415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11417,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11418,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11419,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11420,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11421,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11422,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11423,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11424,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11437,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11440,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(11441,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(11442,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11443,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11445,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11447,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11448,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11449,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11451,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11453,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(11454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11457,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11464,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(11465,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(11466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11467,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(11468,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11469,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11470,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11471,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11472,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11473,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(11474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11478,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11507,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11509,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11510,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11511,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11524,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11525,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(11526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(11528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11529,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11530,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11604,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11612,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11614,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11615,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11616,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11618,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11619,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11622,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(11623,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(11624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11631,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(11632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11634,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(11635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11637,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(11638,7,4,0,0,0,0,0,0,0,0,0,0,0,'',1),(11639,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11641,5,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(11642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11643,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11644,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11645,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11659,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(11660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11662,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(11663,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11664,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11666,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(11667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11672,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(11673,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(11674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11675,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11676,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(11677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11678,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(11679,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(11680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11683,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11684,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11685,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11690,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(11691,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(11692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11693,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(11694,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(11695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11697,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11704,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(11705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11706,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(11707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11708,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11712,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(11713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11714,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(11715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11750,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11751,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11756,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(11757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11759,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(11760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(11762,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11764,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11765,4,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11766,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(11767,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11782,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11783,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11784,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11785,6,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(11786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11793,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11797,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(11798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11846,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11851,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(11852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11854,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11877,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(11878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11885,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11886,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11903,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11904,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(11905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11907,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(11908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11910,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(11911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11915,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11916,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11917,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(11918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11923,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(11924,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11925,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11926,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(11927,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(11928,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11929,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11930,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11932,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(11933,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11934,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11948,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(11949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11953,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11955,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11956,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11966,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(11967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11969,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11970,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(11973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11974,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(11975,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(11976,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11978,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11979,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(11980,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11981,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11983,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(11984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11987,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(11988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11991,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(11992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11993,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11995,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(11996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11998,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(11999,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12000,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12001,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12002,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12016,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12018,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12025,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12026,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(12027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12029,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12035,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12036,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12079,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12082,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12084,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12085,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12087,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12095,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12096,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(12097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12098,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12113,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(12114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12115,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12116,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12117,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12118,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12125,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12126,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12131,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12136,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12141,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12142,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12143,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(12149,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12154,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(12155,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(12156,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12159,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12161,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12162,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12163,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(12164,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12165,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12167,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(12168,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12170,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12172,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12185,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12187,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(12188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12189,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(12190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12191,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12192,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12194,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(12195,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12196,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(12202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12203,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12204,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(12205,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(12206,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12220,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(12221,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12222,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12226,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12231,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12233,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12234,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12236,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12240,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12241,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12242,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12243,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(12244,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12246,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12247,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12248,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12249,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12250,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12253,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12255,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12269,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12271,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12272,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12283,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12285,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12286,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12288,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12290,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12291,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(12292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12297,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(12298,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(12299,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(12300,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(12301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12302,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12304,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12305,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12306,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12307,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(12308,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(12309,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12310,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12313,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12319,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12321,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12322,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12323,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(12324,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(12325,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12326,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(12327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12338,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12339,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12340,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12341,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12342,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(12343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12344,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12347,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12348,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12349,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12350,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12351,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12352,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12353,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12355,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(12358,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12359,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(12360,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(12361,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12366,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(12367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12368,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12382,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12383,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12393,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12433,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12434,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12440,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12450,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(12455,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12458,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12459,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12462,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12463,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12464,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12465,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12466,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12467,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12468,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12469,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12470,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12471,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12472,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12473,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12474,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12475,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12476,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12477,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12478,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12479,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12480,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12481,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12482,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12483,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12484,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12485,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12486,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12487,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12488,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12489,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12490,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12491,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12492,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12493,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12496,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(12497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12500,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12504,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12511,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12512,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12516,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(12517,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(12518,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12519,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12520,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12521,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12522,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(12523,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12525,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12526,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12527,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12528,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12529,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12530,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12531,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12532,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12533,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12534,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12535,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12539,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12540,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12541,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12542,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12543,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12544,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12545,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12546,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12547,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12548,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12549,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12550,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12551,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12552,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12553,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12554,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12555,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12556,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12558,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12561,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12562,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12566,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12567,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12568,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12569,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12570,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12571,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12572,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12573,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12574,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12575,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12576,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12577,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12578,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12579,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12585,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12600,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12603,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12604,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12611,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12613,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12614,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12616,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12617,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12620,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12621,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12622,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12623,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(12624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12626,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12627,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(12628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12630,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12632,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(12633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12636,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12637,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(12638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12652,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12654,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12655,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(12661,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12662,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12664,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12665,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(12666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12680,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12681,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12682,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12683,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12684,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12685,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12686,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12687,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12688,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12689,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12693,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12694,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12698,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12700,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12702,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12706,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12707,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12712,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12713,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12715,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12805,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12806,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12810,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12811,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12816,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12820,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12822,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12824,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12825,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12829,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12831,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12841,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(12842,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(12843,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12844,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12846,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12848,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12852,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12853,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12854,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(12855,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(12856,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12858,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12860,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12861,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12875,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12876,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12877,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(12878,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12888,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12892,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12899,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12921,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12922,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12926,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12927,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12936,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12937,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12938,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12940,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12941,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(12942,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(12943,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12944,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12945,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12948,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12951,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12955,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12956,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12957,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(12959,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12961,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12962,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12963,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12977,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12978,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12979,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12980,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12984,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12985,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12986,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12989,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12991,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(12992,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(12993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12997,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(12998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12999,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13000,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(13001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13007,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13008,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13014,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13015,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13016,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13017,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(13018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13019,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13024,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13026,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13028,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13029,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13031,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13032,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13034,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13035,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13053,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13054,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13056,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13059,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(13060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13062,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13066,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13067,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13068,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13069,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13075,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13076,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13078,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13079,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13080,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13085,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13086,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13087,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13088,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13091,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13092,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13093,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13094,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13095,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13096,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13097,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13098,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13099,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13100,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13102,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13104,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(13105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13108,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13109,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13110,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13111,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13112,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13113,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(13115,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(13116,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13117,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13118,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13120,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13138,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13143,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13144,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13145,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(13146,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13148,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13150,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13151,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13152,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13154,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13157,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13158,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(13159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13160,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13175,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13180,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13181,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13189,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13192,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13197,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13198,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13218,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13224,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13228,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13234,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13235,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13237,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13238,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13240,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13244,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(13245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(13252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13255,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13256,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(13257,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(13258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13260,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13261,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13263,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13264,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13265,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13266,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13269,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13272,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13273,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13278,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13279,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13284,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13287,4,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13288,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(13289,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(13290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13303,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13304,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13309,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13313,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13317,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13319,6,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(13320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13321,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(13322,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(13323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13328,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13333,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13334,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13337,4,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13338,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13339,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13340,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13341,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13345,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13350,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13351,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13352,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13353,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13354,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13355,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13357,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13371,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13381,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13383,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13401,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13403,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13404,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13405,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(13406,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(13407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13422,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13423,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13427,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13430,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13431,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13435,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(13436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13437,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13439,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13441,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13443,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13444,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13445,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13448,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13449,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(13450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13453,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13454,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13457,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13461,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(13463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13465,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13466,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13467,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(13469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(13474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13481,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(13482,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13483,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13488,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13490,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13491,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13513,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(13514,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13515,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13517,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13518,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13520,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13521,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13522,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(13523,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13525,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(13526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13527,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13528,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13529,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13532,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13533,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13534,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13535,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13536,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13539,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13540,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13541,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13556,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13557,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13559,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13562,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13564,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13565,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(13566,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(13567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13572,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13573,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13578,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(13579,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13580,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13581,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13582,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13583,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13584,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13585,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13586,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(13587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13588,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13589,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13590,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13591,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13592,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13593,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13596,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13597,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13598,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(13602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13603,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13604,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13605,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13606,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13609,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13616,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13621,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13622,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13623,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13636,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13637,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(13638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13644,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13645,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13646,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13650,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13651,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13655,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13656,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13661,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13663,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13665,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13667,7,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(13668,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(13669,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13670,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13674,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13676,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13678,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13679,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13681,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13689,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13690,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(13691,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(13692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13699,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13700,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(13701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13702,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13703,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13704,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(13705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13792,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13807,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13811,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13813,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13814,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13816,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13818,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13824,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13828,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(13831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13832,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13833,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(13837,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13838,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13840,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13842,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13844,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13847,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13848,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(13849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13850,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13852,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13855,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13859,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13868,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13875,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13880,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13881,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13882,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13886,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13887,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13903,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13905,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13906,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13911,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13912,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13914,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13915,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13925,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13928,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13934,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(13935,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13936,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(13937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13938,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(13939,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13940,6,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(13941,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13942,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13943,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13958,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(13959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13960,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13961,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(13962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13966,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13968,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(13969,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(13970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13973,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(13974,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(13975,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13976,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(13978,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(13979,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13994,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(13995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13996,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(13997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14004,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14006,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14007,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14009,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14010,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14011,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14012,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14013,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14014,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14021,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14022,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14027,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14043,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14048,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14053,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14054,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14055,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14056,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14057,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14058,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14059,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14060,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14061,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(14062,0,9,0,0,0,0,0,0,0,0,0,0,0,'',1),(14063,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14064,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14065,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14066,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14067,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14068,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14082,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14083,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14085,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14086,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14093,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14098,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14099,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14101,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(14102,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14105,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14119,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14127,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14162,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14164,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14166,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14168,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14169,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14170,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14171,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14172,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14173,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14174,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14175,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14176,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14177,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14178,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14179,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14180,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14181,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14182,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14183,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14184,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14185,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14186,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14187,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14188,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14189,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14190,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14191,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14192,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14193,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14194,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14195,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14196,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14198,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14199,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14200,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14201,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14202,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(14203,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(14204,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14205,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14206,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(14207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14213,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14214,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14215,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(14216,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(14217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(14220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14223,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14225,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14231,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14232,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14234,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14235,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14236,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14239,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14241,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14242,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14256,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14257,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14263,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14264,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14265,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14266,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14269,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14270,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14272,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14278,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(14279,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(14280,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14286,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14287,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14289,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14291,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14292,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14299,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14300,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14301,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14302,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14303,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14314,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14315,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14321,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14322,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(14323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14336,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14338,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14339,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14340,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14341,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14342,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14346,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14347,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14348,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14349,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14350,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14360,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14372,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14386,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14387,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14388,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14389,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(14390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14391,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14392,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14393,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14394,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14395,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14397,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14398,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14399,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14400,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14401,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14402,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14403,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14404,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14405,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14407,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14408,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14409,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(14412,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14414,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14417,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14418,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(14419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14431,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(14432,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14433,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14436,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14441,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14442,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14443,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14444,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14445,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14448,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14449,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14450,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14451,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14456,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14463,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14464,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(14465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14467,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(14468,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14469,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14471,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(14472,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(14473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14474,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14475,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14476,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14478,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14479,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14480,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14483,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14502,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14503,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14504,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14506,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14520,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14522,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14523,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14525,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(14526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14527,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14528,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14529,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14530,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14532,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14533,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14544,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14545,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14546,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14548,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14549,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14550,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14552,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14553,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14555,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14557,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14559,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14560,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14562,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(14564,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14566,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(14567,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(14568,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(14569,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(14570,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(14571,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(14572,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(14573,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(14574,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(14575,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(14576,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(14577,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(14578,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(14579,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(14580,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(14581,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(14582,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(14583,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(14584,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(14585,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(14586,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(14587,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(14588,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14590,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14591,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14604,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14607,1,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(14608,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14609,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(14610,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14611,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14612,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14614,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14615,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14616,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14621,4,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(14622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14626,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14628,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14629,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14634,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14635,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(14636,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14637,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(14638,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(14639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14643,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(14644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14645,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14647,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14648,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(14649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14657,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14661,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14667,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14669,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14672,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14675,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14676,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14690,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14691,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14789,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14790,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14791,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14796,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14798,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14803,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14822,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(14823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14824,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14825,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14827,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14832,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14835,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14838,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14842,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(14849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14850,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14852,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14854,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14855,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14856,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14857,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14858,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14862,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14863,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14864,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(14865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14875,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14877,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14878,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14884,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14885,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14886,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(14889,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14890,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14891,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(14892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(14898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14900,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14901,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(14902,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14908,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14909,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(14910,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(14911,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(14912,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(14913,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(14914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14917,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14918,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14919,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14920,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14922,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14923,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(14924,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14926,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14929,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14933,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14946,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(14947,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14948,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14949,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14950,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14951,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14952,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14953,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14955,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14956,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(14957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14959,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14961,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14966,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14969,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14971,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14976,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14977,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14982,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14983,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14985,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14986,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(14987,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14988,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14989,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14990,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14991,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14992,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14993,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14994,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14995,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14996,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14997,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(14998,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(14999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15001,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(15003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15004,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15007,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15011,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15012,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15024,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15025,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15026,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15027,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15030,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15036,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15038,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15041,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15044,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15047,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15048,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(15049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15055,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15059,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15060,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15064,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15065,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15069,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15074,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15075,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15077,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15078,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15091,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15094,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15095,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15096,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15098,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15099,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15100,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15101,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15102,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15103,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15104,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15105,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15106,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15109,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15110,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15113,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(15114,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(15115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15117,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15122,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(15123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15124,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15125,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(15126,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(15127,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(15128,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15129,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15130,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15131,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15132,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15133,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15134,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15135,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15136,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15137,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15138,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15139,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15140,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15141,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15142,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15143,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15144,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15145,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15146,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15147,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15148,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15149,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15150,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15152,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15159,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(15163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15165,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15166,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15169,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15173,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15174,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15176,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15189,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15190,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(15191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15193,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15194,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15199,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15202,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(15203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15206,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15207,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15208,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15209,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15210,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15211,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15212,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15213,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15216,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15217,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15218,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15219,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15220,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15221,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15224,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15226,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15227,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15229,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15235,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15236,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(15237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15241,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15244,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(15245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15246,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15261,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15262,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15268,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15269,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15276,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15279,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15283,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15285,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15295,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15298,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15299,0,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15307,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15311,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15315,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(15316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15317,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(15318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15319,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15321,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15323,7,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(15324,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15325,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(15327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15329,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15330,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15336,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15341,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15342,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15345,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15348,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15352,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15353,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15355,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(15356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15361,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15363,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15364,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(15365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15366,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15368,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15371,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15372,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15373,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15388,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15398,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15401,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15402,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15403,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15404,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15406,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15407,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15408,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15410,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15411,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15412,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15415,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15416,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15417,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15418,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15419,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15426,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15427,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15429,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15430,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15431,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15433,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15435,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15436,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15438,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15440,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15442,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(15443,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15444,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15445,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15446,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15447,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15448,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15449,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15450,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15464,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15465,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15466,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15467,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15469,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15475,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15479,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15480,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15481,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15482,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15483,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15484,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15486,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15487,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15488,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15489,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15490,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15492,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15493,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(15496,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(15497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15500,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15501,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15503,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15504,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15505,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15587,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15588,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15589,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15590,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(15591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15603,7,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(15604,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15605,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15607,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15608,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15609,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15610,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15611,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15614,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15616,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15617,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15619,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15624,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15628,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15631,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15632,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15633,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15635,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15638,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15639,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15641,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15642,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15643,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15649,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15651,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15656,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15658,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15659,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15661,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15666,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15671,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15672,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15675,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15679,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15680,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15683,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15684,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15685,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15686,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15687,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15688,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15690,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15703,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15704,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15706,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15707,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(15709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15710,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15716,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15717,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15721,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15722,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15723,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15725,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15726,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(15727,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15728,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15729,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(15730,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15731,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15732,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15733,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15734,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15735,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15736,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15737,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15738,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15739,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15740,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15742,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15743,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15744,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15745,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15747,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(15748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(15751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15753,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15754,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15758,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15773,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15774,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15782,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15783,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15785,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15786,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15788,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15789,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15790,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15791,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15794,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15796,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15797,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15803,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15804,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15805,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15808,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15809,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15810,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15811,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15812,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15813,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15814,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15815,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15816,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15817,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15818,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15819,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15820,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15821,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15822,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15823,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15824,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15825,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15826,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15827,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15828,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15829,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15830,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15831,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15832,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15833,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15834,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15835,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15836,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15837,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15838,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15839,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15840,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15841,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15842,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(15843,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(15844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15848,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15849,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15850,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15851,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15852,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15853,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15855,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15856,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15870,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15871,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15872,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15873,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15874,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15875,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15876,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15877,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15878,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15879,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15880,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15881,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15882,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15883,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15884,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15885,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15886,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15887,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15888,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15889,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15890,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15892,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15895,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15896,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15897,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15898,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15899,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15900,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15901,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15902,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15913,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15914,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15917,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15918,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15919,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15920,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(15921,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15922,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15924,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15925,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15926,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15927,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(15929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15938,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(15939,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(15940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15943,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15946,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15951,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15952,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15967,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15969,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15970,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(15971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15972,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15973,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15976,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15980,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15981,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15982,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15983,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(15984,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15985,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15986,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15987,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15988,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15989,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(15990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15992,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15993,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15994,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15995,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(15996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16001,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16003,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16004,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16007,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16008,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16009,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(16010,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16013,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16016,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16018,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16019,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16020,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16021,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16022,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16023,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16024,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16025,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16026,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16029,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16030,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16031,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16032,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(16033,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(16034,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(16035,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16036,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16037,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16038,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16039,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16040,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16053,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16057,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16059,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16060,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16062,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16063,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16069,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16070,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16072,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16077,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16078,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16079,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16081,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16083,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16085,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16086,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16088,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16089,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16093,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16099,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16101,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16103,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16105,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(16107,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16116,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16125,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16127,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16129,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16131,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16132,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16135,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16136,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16138,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16148,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16153,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16155,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16165,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16171,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16172,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(16173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16174,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16175,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16176,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16178,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16188,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16189,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16190,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16192,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16193,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16199,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16200,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16201,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16204,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16205,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16208,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16209,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16212,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16227,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16230,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16231,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16234,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16235,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16236,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16238,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16242,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16244,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16245,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(16249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16251,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16252,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16259,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16263,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16267,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16269,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16270,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16272,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16273,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16274,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16275,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16276,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16277,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16278,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16279,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16280,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16282,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16283,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16295,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16296,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16297,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16304,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16308,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16309,5,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(16310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16317,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(16318,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16319,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16320,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16321,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16322,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16324,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16325,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16326,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16327,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16328,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16329,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16330,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16331,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16332,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16333,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16334,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16335,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16336,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16337,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16338,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16339,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16340,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16341,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16342,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16343,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16344,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16345,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16346,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16347,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16348,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16349,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16350,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16351,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16352,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16353,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16354,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16355,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16356,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16357,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16358,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16359,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16360,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16361,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16362,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16363,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16364,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16365,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16366,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16367,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16368,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16369,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16370,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16371,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16372,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16373,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16374,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16375,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16376,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16377,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16382,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16387,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16389,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16392,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16393,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16394,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16395,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16398,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16411,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16412,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16413,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16416,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16417,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16419,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16421,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16434,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16451,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16457,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16458,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16482,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16484,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16485,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16486,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16489,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16490,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(16492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16493,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(16494,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16495,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16496,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(16497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16498,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16504,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(16505,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(16506,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(16507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16508,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16510,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16511,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16512,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16513,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16530,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(16531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16532,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16539,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16548,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16551,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16552,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16553,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16554,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16556,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(16557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16559,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16560,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16561,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16604,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16607,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16608,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16616,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16617,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16619,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16632,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16633,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(16634,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16635,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16636,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16637,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16639,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16642,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16643,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(16650,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16651,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16656,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16659,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16660,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16661,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16662,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(16663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16666,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16670,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16672,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16674,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16675,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16676,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16677,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16678,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16679,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(16680,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16681,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16682,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16683,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16684,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16685,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16686,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16689,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16701,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16703,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16709,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16710,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16713,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16714,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16731,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16732,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16735,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16738,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16739,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16740,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16742,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(16743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16745,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16748,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16750,6,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(16751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16755,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16756,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16758,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16760,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16761,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16762,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16764,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16768,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16769,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16770,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16772,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16776,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16785,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16788,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16791,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(16796,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16797,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16798,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16799,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16800,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16801,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16802,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16803,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16804,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16805,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16806,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16807,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16808,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16809,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16810,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16811,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16812,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16813,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16814,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16815,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16816,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16817,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16901,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16902,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16903,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16904,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16905,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16918,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16921,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16923,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16933,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16934,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16936,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16937,5,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(16938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16941,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16943,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16946,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16947,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16952,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(16954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16956,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16957,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16958,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16959,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16960,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16976,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16977,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16978,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16979,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16984,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16985,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16986,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(16987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16988,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16990,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(16991,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16992,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(16993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16994,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(16995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16997,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(16998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17000,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17001,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17002,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17003,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17004,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17005,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17006,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17011,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17014,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17015,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17016,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17018,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17033,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17034,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17036,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17038,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17040,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17041,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17042,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17043,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(17044,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17056,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17057,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17073,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17081,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17083,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17085,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17087,5,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(17088,5,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(17089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17091,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17093,5,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(17094,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17095,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17099,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17107,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17108,5,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(17109,5,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(17110,5,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(17111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17118,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17119,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17120,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17121,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17132,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17140,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17141,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17147,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17148,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17149,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17150,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17153,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(17172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17176,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17177,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(17178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17182,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17183,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17184,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17187,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17188,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17189,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17190,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17191,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17192,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17194,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17196,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17197,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17200,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17201,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(17202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17203,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17205,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17211,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17212,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(17213,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17214,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(17215,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(17216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17217,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(17219,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17225,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17240,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17241,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17242,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17243,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17244,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17245,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17248,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17249,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17250,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17251,6,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(17252,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17253,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17254,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17255,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17256,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17257,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17258,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17259,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17260,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17261,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17262,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17263,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17264,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17265,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17266,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17267,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17268,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17269,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(17270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17272,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17274,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17276,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17277,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17278,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17279,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17280,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17281,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17282,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17283,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17284,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17285,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17286,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17287,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17288,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17289,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17290,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17291,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17296,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17297,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17298,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17299,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17300,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17301,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17302,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17303,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(17304,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17305,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17306,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(17307,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17308,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17309,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17310,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17311,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17312,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17313,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17314,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17315,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17316,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17321,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17324,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17325,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17326,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17327,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17328,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17329,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17330,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17332,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17333,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17336,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17338,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17339,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17340,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17345,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17346,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17347,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(17348,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17349,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17350,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17362,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17363,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17399,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17400,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17402,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17404,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17405,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17417,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17418,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17419,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17420,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17421,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17422,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17426,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17427,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17428,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17432,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(17443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17461,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(17462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17463,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17470,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17474,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17475,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17476,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(17477,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(17478,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17479,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17481,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(17482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17498,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17499,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(17500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17503,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(17504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17507,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17508,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17510,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17511,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17512,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17514,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(17516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17519,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17521,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17522,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17523,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17524,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17525,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17526,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17527,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17528,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(17529,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17530,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17531,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(17532,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(17533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17536,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17537,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17538,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17540,2,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(17541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17543,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17546,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17552,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17555,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17570,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(17571,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(17572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17573,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17574,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17578,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(17579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17582,2,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(17583,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17586,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17589,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17601,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17604,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17605,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17606,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17609,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17610,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17611,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17612,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17613,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17615,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17616,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17627,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(17628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17630,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17637,4,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(17638,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(17639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17644,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17647,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17651,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17652,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17654,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17659,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17660,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17678,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17679,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(17682,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17683,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17686,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17690,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17691,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17692,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17696,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17701,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17707,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17708,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17709,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17710,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17711,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17716,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17719,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17722,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17724,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17725,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17810,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17811,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17815,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(17816,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17817,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17818,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17837,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17840,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17842,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17848,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17850,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17852,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17853,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17855,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(17856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17857,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17860,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17862,6,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(17863,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17866,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17867,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17868,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17869,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(17870,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17871,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17872,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17873,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17874,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(17875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17876,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17880,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17888,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17890,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17894,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(17895,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(17896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17897,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17910,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17913,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17916,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(17920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17921,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17923,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17925,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17931,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17933,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17936,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17940,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(17941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17942,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17943,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17946,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17947,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17952,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(17953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17957,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17963,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17965,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17967,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(17968,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(17969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17984,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17986,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(17987,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17989,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17992,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(17993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17997,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(17998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18005,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(18006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18008,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18012,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18013,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18020,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18021,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18022,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18024,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18030,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18032,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18033,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18035,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18037,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18057,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18060,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18062,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18063,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(18067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18073,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18074,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18075,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18081,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18082,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18083,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18084,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18085,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18086,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18087,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(18088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18089,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(18090,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18091,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18092,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18112,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18113,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18114,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18115,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18116,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18117,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18118,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18119,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18120,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18121,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18122,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18123,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18124,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18125,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18126,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18127,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18128,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18129,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18130,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18131,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18132,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18133,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18134,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18135,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18136,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18137,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18139,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18140,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18141,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18142,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(18143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18145,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18146,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18148,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18152,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18155,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18158,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18161,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(18162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18163,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18164,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(18165,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18180,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18182,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(18183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18184,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18187,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18188,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18189,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18190,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18191,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18192,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18194,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18197,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18198,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18199,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18200,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18202,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18209,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18224,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18225,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18226,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18227,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18229,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(18230,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18231,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18233,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18235,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18237,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18242,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(18243,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(18244,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(18245,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(18246,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(18247,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(18248,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18250,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18252,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(18253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18261,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18276,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(18277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(18279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18280,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18281,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(18282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18283,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18292,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18294,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18295,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18304,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18313,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18314,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18315,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18316,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18317,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18318,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18321,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18322,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18323,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18324,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18325,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18326,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18327,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18330,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18346,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18348,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18350,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18351,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18352,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18354,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18356,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18371,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18372,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18373,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(18374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18375,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(18377,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18378,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18379,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(18380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18385,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18387,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18392,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18394,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18395,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18397,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18399,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18413,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18415,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18418,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18419,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18420,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18421,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18422,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18423,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18426,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18447,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18449,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(18450,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18451,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18453,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18455,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18459,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(18460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18462,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(18463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18467,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18468,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18469,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18476,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18477,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18480,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18482,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18483,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18484,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18488,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18489,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(18490,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(18491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18505,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18506,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18559,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(18560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18561,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(18562,1,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(18563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18564,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18567,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18568,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18569,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18604,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18616,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18651,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18653,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(18654,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(18655,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18656,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18657,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18658,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(18659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18661,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(18666,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18669,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18670,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18671,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18676,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18679,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18680,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18681,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18686,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18692,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18695,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18696,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18698,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18711,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18716,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18719,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18725,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18727,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18730,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18731,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18734,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(18735,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18736,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18737,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(18738,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(18739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18740,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18757,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18763,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18768,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18771,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18772,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18773,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18776,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(18777,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(18778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18779,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18780,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18785,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18796,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18799,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18800,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18801,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(18803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18804,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18805,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18807,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18813,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18828,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18829,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18830,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18833,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18835,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18839,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18841,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18846,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18847,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18849,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18851,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18852,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(18853,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18854,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18855,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18856,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18857,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18858,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18859,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18862,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18863,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18864,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18865,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18866,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18867,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18868,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18872,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18873,7,3,0,0,0,0,0,0,0,0,0,0,0,'',1),(18874,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18875,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18876,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(18877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18878,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18879,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18880,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18881,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18884,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(18885,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18887,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18902,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18903,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18904,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18908,4,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(18909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18911,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18913,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18917,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18918,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18921,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18922,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18923,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18925,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18929,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18930,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18931,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18932,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18933,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18934,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18936,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18939,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18941,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18943,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(18944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18945,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(18950,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18953,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18955,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18956,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18958,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18961,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18962,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18964,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18980,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18981,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(18982,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(18983,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18984,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18985,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18989,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18990,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18991,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(18992,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18993,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(18995,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(18996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18997,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18998,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(18999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19000,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19001,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19004,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19005,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19006,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19007,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(19009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19010,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19013,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19016,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19027,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19028,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19029,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(19030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19031,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19032,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19037,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19038,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19039,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19040,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19041,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19042,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19043,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19044,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(19045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19054,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19057,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19058,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(19059,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(19060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19061,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(19062,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(19063,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19064,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(19066,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19068,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19069,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19070,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19071,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19072,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19074,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19075,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(19076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19077,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19079,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19084,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19085,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19086,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(19087,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(19088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19094,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(19095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19101,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19102,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19103,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19104,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(19105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19111,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19112,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19113,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19114,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19118,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19119,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19120,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19121,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19122,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19123,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19124,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19126,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19128,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19132,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(19133,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(19134,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19135,0,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19139,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19140,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19189,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19233,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19235,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19237,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19251,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19252,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(19253,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19254,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19256,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19261,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19263,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19271,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19279,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19280,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19283,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19285,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19292,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(19295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19297,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19302,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19305,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19308,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19311,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19313,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19314,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19316,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19330,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19331,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19332,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(19333,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(19334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19335,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19336,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19338,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19350,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19352,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19353,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19355,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19361,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19362,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19363,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19364,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19365,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19367,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19368,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19369,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19373,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19376,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19379,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19380,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19381,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19383,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19387,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19388,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19403,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19408,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19411,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19416,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19418,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19425,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19426,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19429,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19434,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19440,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19442,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19443,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19444,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19447,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19448,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(19449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(19451,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19452,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19453,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(19454,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19455,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19457,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19458,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19459,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19463,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19465,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19482,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19483,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19484,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19485,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19486,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19487,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(19488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19498,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19499,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19500,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19502,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19503,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19504,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19505,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(19506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19507,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19508,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19509,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(19510,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(19511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19515,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19516,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19517,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19521,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(19522,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19535,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19536,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19537,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19543,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19561,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19562,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19567,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(19569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19577,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19578,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19579,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19580,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19581,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19582,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19587,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(19588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19602,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(19603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19604,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19605,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19606,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19608,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19610,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19612,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(19613,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(19614,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19615,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19616,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(19617,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19618,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19652,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19655,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19657,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19658,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19659,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19660,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19661,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19663,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19664,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19665,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19666,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(19667,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(19668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19669,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19672,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19673,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19688,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19691,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19692,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19693,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19694,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19697,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19699,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19708,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19709,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19710,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(19712,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19714,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19718,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19719,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19814,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19815,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19816,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19817,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19818,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19819,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19820,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19821,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19822,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19823,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19824,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19825,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19826,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19827,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19828,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19829,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19831,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19832,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19835,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19836,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19837,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19838,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19844,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19845,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19847,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19848,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19849,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(19850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19851,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19852,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19861,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19862,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19864,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19867,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19868,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(19869,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(19870,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19871,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(19872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19873,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19878,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19880,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19893,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19895,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19898,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19899,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19901,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19902,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(19911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19912,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19913,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19914,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(19915,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19916,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19918,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19919,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(19920,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19922,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19923,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19924,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19934,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(19936,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19938,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19941,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19944,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19945,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19947,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19950,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19951,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19955,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(19956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19958,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19959,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(19960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19966,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19968,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(19969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19970,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19971,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19972,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(19973,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(19974,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19975,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(19976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19978,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19979,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19980,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19986,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19989,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19990,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19991,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19992,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19993,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19994,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(19995,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(19996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19998,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(19999,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20002,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20003,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20004,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20005,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20006,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20008,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20009,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20010,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20012,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20014,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20015,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20024,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20025,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20028,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20029,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20031,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20034,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20035,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(20036,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(20051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20052,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20053,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(20054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20056,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20058,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20059,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20060,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20061,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20063,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(20064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20072,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20074,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20075,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20081,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20093,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20094,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20095,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20097,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20106,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20107,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20113,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20116,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20118,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20148,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(20149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20152,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20171,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20186,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20189,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20191,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20192,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20200,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20206,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20210,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20214,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20215,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20225,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(20226,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(20227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20228,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20234,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20238,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20239,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(20240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20248,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20255,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(20267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20268,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(20269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20278,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20279,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20285,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(20286,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(20287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20288,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20294,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20295,0,9,0,0,0,0,0,0,0,0,0,0,0,'',1),(20296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20298,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20300,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20301,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20302,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20307,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20308,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20309,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20310,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20311,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20314,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20316,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20317,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20320,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20321,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20322,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20323,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20324,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20328,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(20334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20335,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20339,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20340,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20341,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20342,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20343,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20344,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20345,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20346,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20347,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20348,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20349,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20350,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20352,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20373,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20375,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20377,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(20378,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20380,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20382,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20383,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20384,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20393,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20398,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20399,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20401,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20403,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20408,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20413,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(20414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20416,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20423,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20425,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(20426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20428,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20430,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(20431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20433,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20438,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20440,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20447,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20449,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20450,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20453,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20454,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(20455,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20457,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20458,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20540,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20541,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20546,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20547,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20552,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20553,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(20554,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20557,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20580,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20604,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20616,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20631,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(20632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20650,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20651,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20652,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20660,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20662,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20664,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(20670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20673,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20684,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20685,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20688,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20689,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20690,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20691,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20692,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20703,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20706,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20707,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20711,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20712,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20713,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20723,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20733,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20744,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20748,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20751,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20754,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20756,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20758,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20760,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20767,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20769,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20770,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20773,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20776,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20778,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20779,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20781,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20800,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20801,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(20802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20803,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20804,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20813,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20814,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20815,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20820,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20823,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20824,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(20829,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(20830,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20832,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(20833,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20835,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(20836,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20838,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(20839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20842,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20843,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20853,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20854,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20859,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20860,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20861,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20873,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20875,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20876,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(20877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20890,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(20891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20892,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20895,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20900,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20901,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20904,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20907,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20908,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20909,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20910,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20911,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20912,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20913,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20914,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20915,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20916,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20917,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20918,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20923,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(20924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20928,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20949,0,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20951,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(20952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20954,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(20955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20974,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(20975,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(20976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21041,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(21042,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(21043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21045,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(21046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21047,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(21048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21076,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(21077,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(21078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21079,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(21080,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(21081,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(21082,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(21083,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(21084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21111,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(21112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21114,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(21115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21118,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(21119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(21125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21131,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(21132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21135,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(21136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21139,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(21140,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(21141,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(21142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21143,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(21144,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(21145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21151,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(21152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21156,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(21157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21160,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(21161,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(21162,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(21163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21164,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(21165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21172,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(21173,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(21174,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(21175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21189,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21207,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(21208,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(21209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21211,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(21212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21241,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(21242,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(21243,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(21244,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(21245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21248,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(21249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21258,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(21259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21261,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(21262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21271,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(21272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21282,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(21283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21286,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(21287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21293,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(21294,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(21295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21298,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(21299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21300,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(21301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(21302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21303,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(21304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21305,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(21306,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(21307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21322,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(21323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21326,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(21327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21345,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(21346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21347,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(21348,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(21349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21364,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(21365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21366,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(21367,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(21368,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(21369,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(21370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21376,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(21377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21379,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(21380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21381,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(21382,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(21383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21395,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(21396,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(21397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21401,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(21402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21403,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(21404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21406,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(21407,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(21408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21410,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(21411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21416,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(21417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21429,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(21430,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(21431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21447,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(21448,7,3,0,0,0,0,0,0,0,0,0,0,0,'',1),(21449,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(21450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21453,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(21454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21459,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(21460,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(21461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21462,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(21463,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(21464,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(21465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21466,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(21467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(21468,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(21469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21479,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(21480,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(21481,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(21482,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(21483,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(21484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21485,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(21486,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(21487,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(21488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21490,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(21493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21495,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(21496,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(21497,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(21498,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21500,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(21501,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(21502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21504,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21587,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(21588,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(21589,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(21590,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(21591,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(21592,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(21593,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(21594,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(21595,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(21596,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(21597,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(21598,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(21599,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(21600,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(21601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21604,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21607,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(21608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21610,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(21611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21614,3,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(21615,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(21616,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(21617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21630,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(21631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21645,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(21646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21658,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(21659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21665,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(21666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21672,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(21673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21676,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(21677,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(21678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21683,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(21684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21701,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(21702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21749,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(21750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21765,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(21766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21768,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(21769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21774,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(21775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21779,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(21780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21793,6,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(21794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21806,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(21807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21810,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(21811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21830,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(21831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21835,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(21836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21864,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(21865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21886,5,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21888,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(21889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21891,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(21892,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(21893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(21895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21896,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(21897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21902,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21904,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(21905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21916,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(21917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21922,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(21923,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(21924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21925,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(21926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21931,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(21932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21933,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(21934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21939,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(21940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21942,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(21943,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(21944,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(21945,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(21946,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(21947,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(21948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21973,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(21974,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(21975,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(21976,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(21977,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(21978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21984,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(21985,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(21986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21987,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(21988,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(21989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21991,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(21992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21993,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(21994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21995,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(21996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21997,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(21998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22009,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22022,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22027,6,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(22028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(22032,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22033,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(22034,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(22035,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(22036,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22039,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(22040,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(22041,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22042,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22043,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22044,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22045,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22046,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22048,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22051,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22054,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22071,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(22072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22073,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22074,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22075,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22083,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22084,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(22085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22102,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(22103,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(22104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22105,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(22106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22111,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(22112,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(22113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22127,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(22128,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22133,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(22134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22135,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22139,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22140,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22141,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22142,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22143,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22168,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22169,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22170,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22175,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22176,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22177,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22178,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22179,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22180,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22183,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22184,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22187,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22188,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(22189,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(22190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22193,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22200,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22203,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22207,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22208,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22209,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(22210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22223,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(22226,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22230,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(22231,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(22232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22236,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(22237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22239,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22240,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22245,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(22246,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(22247,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(22248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22251,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22252,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(22253,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22261,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22263,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22264,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22268,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22279,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22280,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(22281,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22284,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(22285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22290,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22295,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22299,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22300,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(22301,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(22302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22308,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22309,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22310,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(22311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22312,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22348,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(22349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22352,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22358,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22359,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22369,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(22373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22384,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22389,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(22390,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(22391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22473,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22500,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22505,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(22506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22539,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22540,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(22541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22542,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22543,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22544,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(22545,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22604,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22616,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22619,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(22620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22622,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(22623,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(22624,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22625,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22628,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(22629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22630,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(22631,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22635,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(22636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22639,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22640,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22679,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22680,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22681,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22683,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22684,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22685,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(22687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22699,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22707,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22708,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22743,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(22744,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22757,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22758,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22760,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(22761,6,3,0,0,0,0,0,0,0,0,0,0,0,'',1),(22762,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(22763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22793,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22794,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22797,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22825,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22841,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22848,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22849,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22851,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22857,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22859,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22861,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22862,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22896,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(22897,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(22898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22899,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22900,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22901,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22902,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22903,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22904,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22905,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22906,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22907,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22908,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22909,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22910,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22911,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22912,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22913,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22914,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22915,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22916,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22917,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22918,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22919,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22920,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22921,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22922,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22923,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22924,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22925,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22928,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22931,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22932,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(22933,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(22934,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(22937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22948,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22949,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22950,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22951,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22952,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22971,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22972,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22973,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22974,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22975,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22977,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22979,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(22980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22981,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(22982,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22983,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22984,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22985,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22986,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(22987,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(22988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(22999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23000,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(23001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23002,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(23003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23009,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23016,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23017,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23018,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(23019,0,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(23020,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23021,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23022,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23062,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23067,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23069,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23070,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23071,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23072,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23073,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23074,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23075,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23076,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23077,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23078,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23081,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23082,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23089,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23092,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(23093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23096,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23131,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23136,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(23137,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(23138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23146,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23150,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23158,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23162,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23163,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23175,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23176,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23177,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23179,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23181,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23182,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(23185,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23189,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23190,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23191,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23192,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23195,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23196,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23197,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23236,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23237,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23238,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23239,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23240,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23241,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23245,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23246,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23247,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23251,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23252,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23255,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23260,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23262,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23266,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23267,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23268,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23270,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23291,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23293,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23295,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23307,6,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(23308,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23309,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(23310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23317,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23318,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23319,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23325,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23330,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23331,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23415,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23416,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23418,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23419,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(23421,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23443,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23522,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23527,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23529,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23530,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23532,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23534,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23537,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23546,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23548,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23549,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23550,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23563,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23569,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23570,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23571,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23573,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23579,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23601,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23602,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23603,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23604,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23606,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23607,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23608,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23609,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23610,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23611,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23614,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23616,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(23635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23639,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(23640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23647,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23659,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23661,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23662,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23665,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23666,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23669,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23670,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23671,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23672,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23673,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23674,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23676,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23677,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23678,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23679,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23680,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23681,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23689,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23696,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23697,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23700,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23706,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23707,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(23708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23711,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23713,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23714,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23717,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23725,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23726,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23733,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23744,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23745,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23746,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23748,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23749,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23750,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(23758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23760,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23761,4,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23775,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(23776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23777,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23781,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23783,6,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(23784,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23785,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(23786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23787,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(23788,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(23789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23800,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23803,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23804,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23805,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23806,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23813,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23825,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23827,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23830,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23831,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23832,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23838,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23839,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23848,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23850,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23864,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(23865,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23869,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23871,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23874,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23882,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23883,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23896,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(23898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23902,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23903,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23904,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23905,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23909,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23914,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23915,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23916,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23918,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23926,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23927,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(23928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23930,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(23931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23936,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23941,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23942,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(23943,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(23944,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23946,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23959,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23960,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23963,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(23964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23966,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23969,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(23970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23976,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23978,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(23979,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(23980,6,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(23981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23982,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(23983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23986,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(23987,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(23988,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(23989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23991,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23992,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(23993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(23999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24008,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24009,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24010,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24017,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24018,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(24019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24020,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24022,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24030,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24032,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(24055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24063,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24064,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24065,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24066,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24067,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(24068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24072,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24074,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24076,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24077,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24078,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24087,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24092,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24094,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(24095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24096,3,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(24097,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24110,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24124,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24132,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24133,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24139,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24140,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24141,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24142,7,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(24143,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24144,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24145,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24146,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24148,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24173,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(24174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24186,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24189,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24190,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24191,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24192,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(24194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24199,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24211,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24350,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24353,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24355,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24359,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24360,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(24361,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24362,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24363,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24364,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24372,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24375,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(24376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24387,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24388,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(24389,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(24390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24391,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24392,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24403,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24404,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24407,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24412,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24413,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24429,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24432,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24433,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24435,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24441,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24448,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24453,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24463,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24465,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24481,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24485,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24486,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24488,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(24494,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24507,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24509,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24520,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24523,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24528,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24533,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24538,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24539,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(24540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24545,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24546,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24547,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24555,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24556,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24558,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24574,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(24576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24583,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(24584,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(24585,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24586,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(24587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24588,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24594,1,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(24595,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24596,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24598,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24601,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24602,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(24603,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24604,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24605,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24607,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24615,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24616,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24629,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24630,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24631,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24632,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24633,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24634,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24635,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24636,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24637,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24638,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24639,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24640,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24641,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24657,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24660,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24662,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24663,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(24664,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24665,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24666,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24668,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24673,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24674,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24675,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24676,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24677,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24678,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24679,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24680,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24698,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24699,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24700,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24714,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24718,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24720,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24721,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24722,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(24724,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24726,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24733,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24735,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24741,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24742,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24743,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24751,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24754,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24755,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24766,3,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(24767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(24768,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24769,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24773,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24774,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24784,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24786,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24796,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24797,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24800,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24801,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(24802,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(24803,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24804,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24834,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24835,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24836,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24841,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(24842,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24843,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24845,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24853,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24854,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(24855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24856,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24857,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24861,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24865,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24874,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24889,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(24890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(24895,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24896,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24897,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24898,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24900,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24901,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24902,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24903,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24905,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24911,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24912,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24913,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24914,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24915,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24916,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(24917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24918,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24919,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24920,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24925,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24948,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24972,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24973,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(24974,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24975,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24981,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24982,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24984,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24985,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24989,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24990,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24991,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(24992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24993,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(24994,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(24995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24999,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25000,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25003,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(25004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25005,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25006,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(25007,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(25008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25014,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25015,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25028,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25029,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25030,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25031,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25032,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25033,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25034,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25035,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25036,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25037,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25038,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25039,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25050,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(25051,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25052,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25058,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(25059,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(25060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(25064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25065,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25075,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(25076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25088,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(25089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(25090,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(25091,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25094,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(25095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25096,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(25097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25107,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25111,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25138,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(25139,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(25140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25143,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25144,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25145,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25146,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25147,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25148,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(25149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25150,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25162,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25163,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(25164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25165,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25167,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25178,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25183,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25184,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25188,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(25189,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(25190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25193,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25197,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(25198,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(25199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25218,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25219,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(25220,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(25221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25222,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(25223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25233,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25240,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25245,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25264,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25266,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25267,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25268,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25269,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25270,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25277,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25293,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25295,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25304,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(25305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25312,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(25313,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25318,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25319,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(25322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25323,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25326,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25327,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25328,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25329,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25330,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25331,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25332,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25333,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(25334,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(25335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25340,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(25341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25348,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(25349,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25354,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25436,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25437,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25443,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25445,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(25446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(25447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25504,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(25505,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25519,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(25520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(25521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25523,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(25524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25526,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25539,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25540,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25546,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25565,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25566,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25568,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25577,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(25578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25589,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25590,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25594,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25596,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25597,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(25598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25600,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25601,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(25602,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(25603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25604,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25605,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25606,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(25607,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25610,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(25611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25616,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(25618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25637,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(25638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25639,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(25642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25650,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25651,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25653,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(25656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25659,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(25660,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25661,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(25662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25665,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25680,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(25681,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(25682,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25702,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25703,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(25704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(25720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25763,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25765,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25766,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25767,7,3,0,0,0,0,0,0,0,0,0,0,0,'',1),(25768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25770,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25772,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25773,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25774,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25775,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25776,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25777,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25778,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25779,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25798,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25808,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25809,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(25810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25823,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25824,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25826,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(25827,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25828,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25829,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(25830,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25841,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(25842,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25858,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(25859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25869,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25870,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(25871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25872,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(25873,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(25874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(25875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25876,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(25877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25879,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(25880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25891,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(25892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25894,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25895,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(25896,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25900,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25901,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(25902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25904,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(25905,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(25906,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25915,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(25916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25931,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(25932,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25934,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(25935,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(25936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25942,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(25943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25953,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25955,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(25956,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(25957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25970,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(25971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25977,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25978,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(25979,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(25980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25983,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(25984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25986,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(25987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25989,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(25990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26004,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26007,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26009,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(26010,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(26011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26056,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26057,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(26058,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26061,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26066,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(26067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26071,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26072,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(26073,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26078,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(26079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26115,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(26116,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(26117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26118,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(26119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26189,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26200,4,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(26201,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26203,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(26204,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(26205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(26206,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26212,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(26213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26214,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(26215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26219,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(26220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26223,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26224,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(26225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26226,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(26227,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26228,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26237,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(26238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26240,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26241,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(26242,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(26243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26255,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26257,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(26258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26261,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26262,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26264,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(26265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26267,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26272,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26285,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26287,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(26288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26289,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(26290,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(26291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26298,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26305,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26308,5,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(26309,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(26310,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26311,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(26312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26314,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(26315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26324,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26366,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(26367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26371,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(26372,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(26373,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26375,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26377,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(26378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(26380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26382,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0);
INSERT INTO `tv_guest` VALUES (26395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26413,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(26414,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(26415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26416,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26418,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26420,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26421,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26422,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(26423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26424,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26425,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(26426,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26434,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26435,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26436,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26437,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(26438,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(26439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26445,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(26446,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26469,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(26470,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(26471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26472,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(26473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26491,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26494,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26495,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(26496,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26498,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26503,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(26504,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(26505,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(26506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26508,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(26509,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(26510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26513,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(26514,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26524,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(26525,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(26526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26527,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(26534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26536,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26537,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26540,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(26541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26545,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(26546,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26547,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26548,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(26549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26594,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(26595,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(26596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26604,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26606,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26610,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(26611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26615,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(26616,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(26617,5,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(26618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26619,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(26620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26622,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26625,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26627,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26629,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26630,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(26631,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(26632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26636,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26637,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(26638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26639,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(26640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26641,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26651,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26653,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(26654,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26658,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(26659,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(26660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26677,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(26678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26693,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26703,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26704,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(26705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26713,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(26714,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26715,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(26716,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26730,7,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(26731,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26732,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(26733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(26739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26826,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(26827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26829,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26831,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(26832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26884,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(26885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26886,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(26887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26888,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(26889,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(26890,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(26902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26904,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26956,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26958,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(26959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26964,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(26965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26983,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(26984,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(26985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26989,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(26990,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(26991,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(26992,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(26993,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(26994,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(26995,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(26996,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(26997,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(26998,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(26999,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27000,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27001,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27002,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27003,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27004,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27005,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27006,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27007,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27008,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27009,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27010,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27017,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27033,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27034,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27035,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(27036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27038,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27039,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(27040,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27041,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27047,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27054,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27055,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(27056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27060,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27061,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(27062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27064,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27065,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27066,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27067,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27068,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27069,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27070,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27071,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27072,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27073,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27074,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27075,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27088,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27092,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(27093,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27103,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27104,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(27105,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(27106,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27107,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(27112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27126,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27188,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27189,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27200,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27202,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27203,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27215,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27218,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(27219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27246,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27247,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27260,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(27261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27266,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27268,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27272,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27273,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27281,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27282,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27299,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27302,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27316,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27317,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27321,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(27322,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(27323,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27324,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27343,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27344,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27345,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27353,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27361,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27362,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27363,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27364,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27365,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27366,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27368,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27369,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27370,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27371,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27372,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27373,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27394,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(27395,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27398,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27401,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27402,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(27420,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(27421,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27425,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27426,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27430,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27431,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27432,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27435,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27436,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27440,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(27441,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(27442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27462,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27463,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27468,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27477,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27497,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(27498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27500,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27501,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27541,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27543,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27544,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27560,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(27561,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(27562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27564,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27568,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27569,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27574,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(27577,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27581,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27582,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27584,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27590,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27591,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27592,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27594,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27602,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27603,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27604,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27605,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27606,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27609,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27616,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27617,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27618,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27620,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27621,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27622,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27623,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(27624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27653,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27654,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27655,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27656,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27658,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27659,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27662,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27666,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27668,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27669,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27670,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27671,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27672,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27673,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27674,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27678,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27679,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27681,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27689,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(27690,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27691,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27692,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27699,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27700,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27701,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27702,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27717,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27723,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27806,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27809,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27810,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27815,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27819,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27866,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27870,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27873,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27892,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27896,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27899,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(27900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27905,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27907,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27909,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27910,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(27911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27946,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27948,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(27949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(28004,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28005,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28011,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28012,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(28013,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28017,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(28018,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(28019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28029,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(28030,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28031,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(28032,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(28033,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(28034,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(28035,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28036,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28037,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28038,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28039,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(28040,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(28041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28042,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(28043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28048,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(28049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28050,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(28051,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28054,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28057,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28065,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28070,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28072,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28073,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28074,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28075,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28078,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(28079,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(28080,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(28081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28085,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28086,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(28087,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28088,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(28089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28091,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28094,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28096,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(28097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28108,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(28109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28110,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28111,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28113,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28116,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28119,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28120,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28122,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28123,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28126,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28127,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28128,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(28129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28134,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(28135,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28136,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(28137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28139,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28140,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28145,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28146,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28188,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28189,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28190,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28191,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28192,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28193,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28195,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28196,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28197,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28198,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28199,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28200,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28202,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(28203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28218,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28221,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28223,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28225,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(28226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28227,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28243,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28246,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28249,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(28251,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28252,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28253,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28255,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(28256,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(28257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28258,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28261,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28271,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28275,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(28276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28277,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(28278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28281,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28289,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28302,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28303,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28314,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28315,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(28316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28317,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28318,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28319,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28320,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28321,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28323,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28328,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28341,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(28342,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(28343,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28349,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28350,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28354,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28362,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28366,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28368,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(28369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28377,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(28378,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(28379,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(28380,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28381,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(28382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28388,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28392,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(28393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28395,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28400,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28402,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(28403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28418,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28422,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28423,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(28426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28427,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28430,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(28431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28455,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(28456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28457,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(28458,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(28459,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28462,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28465,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28466,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(28467,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(28468,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28469,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28472,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(28473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28478,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28520,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(28521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28522,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28523,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28524,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28525,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28548,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(28549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(28556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28580,6,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(28581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28585,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28586,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28589,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28590,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(28591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28602,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28604,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(28605,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(28606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28616,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(28694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28707,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28708,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28709,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28721,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28722,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28723,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28741,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(28742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28744,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(28745,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28747,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(28748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28750,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28752,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28755,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28756,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28758,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28763,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28764,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(28765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28769,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28770,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(28771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28773,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28778,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(28779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28783,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28784,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28786,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28794,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28797,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(28798,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(28799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28835,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28836,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(28837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28841,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(28842,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28843,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(28844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(28846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28850,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28851,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28853,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(28854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28859,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28860,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28871,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28873,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(28874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28880,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28881,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28889,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28898,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28915,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28916,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(28917,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(28918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28919,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28920,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28921,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28922,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28923,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28924,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28925,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28926,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28927,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28928,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28929,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28930,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28931,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28932,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28933,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28934,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28935,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28936,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28937,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28938,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28939,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28940,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28941,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28942,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28943,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28947,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(28948,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28958,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(28959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28967,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(28968,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28969,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28971,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(28972,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28975,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28976,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28978,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(28979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28982,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28991,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28992,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(28993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29000,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29007,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(29008,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(29009,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(29010,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(29011,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(29012,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(29013,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29014,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29015,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(29016,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(29017,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(29018,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(29019,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(29020,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(29021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29028,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29031,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29033,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29047,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29049,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(29050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29057,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29058,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(29059,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(29060,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29063,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29066,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(29070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29080,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29081,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29090,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(29091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29095,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(29096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29097,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29098,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29103,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29108,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(29109,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29168,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(29169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29170,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29171,0,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29177,7,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(29178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29187,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29188,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(29189,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(29190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29196,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29197,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29203,7,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(29204,7,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(29205,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29206,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29221,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29222,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(29223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29224,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29226,6,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(29227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29238,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29239,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(29240,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29243,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(29246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29257,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29261,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29262,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29267,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(29268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29269,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(29270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29271,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29273,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29277,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29278,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29279,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29287,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29288,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29289,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(29290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29292,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29310,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29311,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29312,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29395,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(29396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29408,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29410,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29414,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(29415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29417,6,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(29418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29419,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29420,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29421,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29422,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29423,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29424,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29425,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29426,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29435,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29437,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29440,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29446,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29458,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29464,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29465,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(29466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29472,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(29473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29476,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(29477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29480,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(29482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29484,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29486,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29487,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29488,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29491,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29494,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29495,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29499,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(29501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29502,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29505,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(29506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29510,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(29511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29516,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29517,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29519,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29520,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(29521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29523,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29526,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29527,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29534,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29535,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29537,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29604,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29616,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29632,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29648,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29649,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(29652,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29653,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29654,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29657,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29660,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(29661,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29662,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29664,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29669,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(29670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29671,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29678,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29679,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29682,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29683,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(29684,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29688,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(29689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29693,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29695,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(29696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29706,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(29707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29715,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29717,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29740,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29744,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(29745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29755,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(29756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29757,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(29758,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(29759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29760,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29768,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29770,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29775,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29778,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(29779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(29789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29793,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(29799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29803,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29839,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29840,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29851,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29852,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29853,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29854,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29867,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(29868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29874,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29876,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29884,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29887,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29889,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(29890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29906,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(29907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29912,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29931,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29934,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(29935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29940,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29942,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29943,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(29944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29946,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29948,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29949,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29952,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29962,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(29963,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29971,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(29972,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(29973,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(29974,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29976,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(29977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29978,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(29979,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(29980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30000,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30002,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30005,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30006,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(30028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30084,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30086,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30087,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30088,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30089,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30090,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30091,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30092,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30093,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30094,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30095,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30096,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30097,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30098,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30099,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30107,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30108,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30111,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(30112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30116,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30120,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30122,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30123,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30124,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30129,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30131,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(30132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30149,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30150,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30151,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30153,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30155,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(30156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30157,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30158,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30159,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30160,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30163,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30164,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30165,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30166,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30167,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30168,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30169,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30170,4,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30183,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30184,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30187,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30189,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30209,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30210,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30211,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30212,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30221,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30269,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30277,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30290,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30292,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30304,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30315,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30348,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30351,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30353,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30354,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30355,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30356,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30366,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30368,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(30369,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(30370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(30371,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30374,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30377,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30378,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30380,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30381,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30382,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(30383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30384,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30466,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30476,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30482,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30483,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30501,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(30502,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(30503,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30505,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30506,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(30507,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(30508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30509,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30510,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30511,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30512,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30513,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(30514,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30515,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30516,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30517,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30518,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(30519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30520,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(30521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30524,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30527,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30529,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30530,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30532,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30536,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30540,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30542,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(30543,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30548,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30550,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30551,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30552,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30553,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30554,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30555,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30556,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30557,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30573,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30574,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30577,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30583,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30594,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30595,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(30596,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(30597,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30604,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30610,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(30611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30615,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30616,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30632,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(30634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30636,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30637,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30638,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30652,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(30653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30660,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30664,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30665,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30699,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30701,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30704,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30710,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(30711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30721,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30722,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30738,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30739,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30740,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30748,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30749,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30750,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30759,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30761,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30763,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30768,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30770,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30771,5,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(30772,5,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(30773,5,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(30774,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(30775,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30776,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30777,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30778,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30779,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30780,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30783,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30784,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30785,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30797,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30799,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30800,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(30801,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(30802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(30803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30812,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30813,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30814,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30819,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30834,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30851,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30865,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30866,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30870,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30871,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30872,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30875,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30876,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30877,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30878,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30879,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(30881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30883,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30886,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30887,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30888,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30889,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30899,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30918,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30921,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30922,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30926,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30928,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30930,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30937,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30938,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30939,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30960,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30961,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30962,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30966,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30971,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30972,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30974,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30977,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30979,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(30980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30981,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30983,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30984,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(30985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30987,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30988,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(30989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30997,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30998,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(30999,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(31000,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31015,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31028,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31033,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31047,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31048,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(31049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31050,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(31051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31053,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(31054,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(31055,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31056,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31057,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31058,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31059,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31060,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31063,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31064,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31065,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31066,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31085,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31105,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(31106,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31107,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31109,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31110,7,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(31111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(31112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31113,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(31114,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(31115,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31116,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31162,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31163,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31166,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(31167,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(31168,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31170,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31177,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31178,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31179,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31180,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31182,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31189,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31194,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(31195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31196,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31197,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(31198,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(31199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31200,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31201,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(31204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31256,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31258,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(31259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31263,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31264,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(31265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31268,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31276,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(31277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31279,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31282,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(31283,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31284,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31285,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31293,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(31294,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(31295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31296,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31297,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31298,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31299,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31300,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31301,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31302,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31303,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31304,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31305,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31306,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31307,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31362,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(31363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31364,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(31365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(31367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31373,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31392,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31393,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(31394,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(31395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31403,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31404,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31405,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31434,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31435,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(31438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31453,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31454,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31455,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31457,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31458,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(31459,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(31460,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31463,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(31464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31465,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31466,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(31480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31483,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(31484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31485,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(31486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31489,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(31490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31492,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31493,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31501,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31502,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31503,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31505,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31511,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(31512,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(31513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31514,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31518,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31519,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(31520,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31522,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31523,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31544,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31545,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31546,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(31547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31549,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31572,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31575,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(31576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31579,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31580,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(31581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31590,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31591,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(31594,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31598,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31599,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(31600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31604,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31605,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31609,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(31610,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(31611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31612,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(31613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31616,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31631,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31651,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31652,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31653,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31655,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31676,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(31677,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(31678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31679,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(31680,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(31681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31687,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31700,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(31701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31702,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31714,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31715,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(31716,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(31717,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31720,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31721,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(31722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31750,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31751,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31752,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31753,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31754,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31758,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31763,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31764,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31765,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31766,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31782,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31789,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(31790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(31792,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31793,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(31794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31796,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31797,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31809,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(31810,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(31811,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31813,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31814,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(31815,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(31816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31820,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(31821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31822,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31842,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31843,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31844,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31845,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31846,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31847,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31848,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31853,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31855,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31869,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(31870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31871,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31878,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(31879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31880,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31881,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31882,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31883,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31884,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31886,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31887,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31888,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(31889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31902,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(31903,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(31904,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(31905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31907,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31938,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(31939,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(31940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(31999,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(32000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32001,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(32002,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(32003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32009,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(32010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32013,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(32014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32031,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(32032,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(32033,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(32034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32045,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(32046,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(32047,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(32048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32049,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(32050,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(32051,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(32052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(32092,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(32093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32098,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(32099,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(32100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32120,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(32121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32122,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(32123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32139,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(32140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32142,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(32143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32152,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(32153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32157,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(32158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32161,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(32162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32163,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(32164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32166,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(32167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32186,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(32187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32189,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32207,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(32208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32209,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(32210,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(32211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32218,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(32219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32223,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(32224,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32226,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(32227,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(32228,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(32229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32237,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(32238,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(32239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32241,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(32242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32264,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(32265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32266,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(32267,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(32268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32288,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(32289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32292,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(32293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32294,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(32295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32301,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(32302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32310,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(32311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32323,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(32324,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(32325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32354,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(32355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(32358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32367,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(32368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32370,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(32371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32383,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(32384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32391,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(32392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32393,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(32394,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32468,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(32469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32475,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(32476,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(32477,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(32478,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(32479,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(32480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32515,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(32516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32526,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(32527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32528,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(32529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32537,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(32538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32539,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(32540,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(32541,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(32542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32554,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(32555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32604,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32616,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32666,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(32667,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(32668,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(32669,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(32670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(32671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32673,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(32674,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(32675,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(32676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32684,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(32685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32688,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(32689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32707,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(32708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32710,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(32711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32721,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(32722,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(32723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32746,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(32747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32756,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(32757,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(32758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32759,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(32760,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(32761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32762,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(32763,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(32764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32765,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(32766,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(32767,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(32768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32771,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(32772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32773,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(32774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32779,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(32780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32782,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(32783,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(32784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32787,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(32788,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(32789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32790,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(32791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32817,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(32818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32820,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(32821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32856,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(32857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32858,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(32859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32866,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(32867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32879,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(32880,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(32881,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(32882,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(32883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(32886,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(32887,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(32888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32946,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(32947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32950,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(32951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32952,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(32953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32973,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(32974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32976,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(32977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32982,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(32983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32990,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(32991,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(32992,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(32993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32995,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(32996,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(32997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(32998,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(32999,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33005,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33009,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33016,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33017,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33022,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33053,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(33054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33074,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(33075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33078,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(33079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33083,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33084,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(33085,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33091,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33092,4,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33103,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33109,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33128,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(33129,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(33130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(33138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33139,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33142,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33144,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33151,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(33152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33164,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(33165,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33182,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(33183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33184,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33189,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33203,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(33204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33205,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(33206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33212,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(33213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33221,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(33222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33239,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(33240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33269,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33278,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33280,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33284,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(33285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(33290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33291,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(33292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33297,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(33298,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33334,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33335,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33336,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33337,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33350,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33351,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33352,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33353,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33354,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33355,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33356,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(33357,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33358,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33359,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33360,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33361,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33362,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33363,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33365,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(33366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33367,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33372,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(33373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33374,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(33410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33413,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(33414,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33418,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(33419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33420,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33421,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33423,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33425,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33430,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(33431,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(33432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33433,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(33434,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33437,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33438,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33439,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33440,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33441,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33442,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33443,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33444,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33445,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33446,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33447,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33448,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33449,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33450,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33451,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33452,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33453,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33454,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33455,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33456,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33457,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33458,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33459,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33460,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33461,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33462,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33463,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33464,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33465,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33466,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33467,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33469,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33470,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33471,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33472,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33473,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33474,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33475,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33476,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33477,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33478,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33479,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33480,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33481,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33493,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33507,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33508,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33509,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33510,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33513,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33526,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33527,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(33528,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(33529,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(33530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33572,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(33573,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(33574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33581,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(33582,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33600,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33604,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33611,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33614,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(33615,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(33616,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33629,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(33630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33636,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33637,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33650,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33654,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33655,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(33656,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(33657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33665,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(33666,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(33667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33668,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33672,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33673,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33684,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33703,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33708,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33711,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33716,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(33720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33721,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33759,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33761,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(33762,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(33763,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33777,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(33778,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(33779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33780,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33781,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33782,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(33783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33784,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33785,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33786,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(33787,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33788,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33796,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33819,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33820,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33821,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33824,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(33825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33847,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(33848,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33858,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(33859,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(33860,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(33861,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(33862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33863,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33865,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(33866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33891,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33896,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33897,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33920,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33923,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33928,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33929,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33930,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33938,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33940,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(33941,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(33942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33944,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(33945,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(33946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33960,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33961,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(33962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33964,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(33965,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(33966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33983,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(33984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33987,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(33988,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33989,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(33990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(33999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(34060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34061,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(34062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34064,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34066,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34068,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(34069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34071,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34075,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34077,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34078,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(34079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34082,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34084,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(34085,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34086,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(34087,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(34088,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(34089,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(34090,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34096,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(34097,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(34098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34115,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34119,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(34120,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(34121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34123,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(34124,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34133,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(34134,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(34135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34141,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34153,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34154,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(34155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34158,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(34159,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34161,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34167,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34169,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(34170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34187,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(34188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34189,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34190,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34210,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34212,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(34213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34215,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34217,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34218,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34242,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(34243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34267,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(34268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34286,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34290,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(34291,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34298,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34309,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(34313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34315,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(34316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34317,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(34318,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(34319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34321,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34326,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(34327,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34334,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(34335,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(34336,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34338,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(34339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34340,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34352,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(34353,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(34354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34356,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34360,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(34361,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(34362,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(34363,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(34364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34366,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(34367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34370,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34376,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(34377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34378,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34379,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(34380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34381,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34395,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(34396,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(34397,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34403,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34414,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(34415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34419,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34420,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(34421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34425,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(34426,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34428,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(34429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34430,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34441,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(34442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34452,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(34453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34456,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34457,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34458,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(34459,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(34460,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(34461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34475,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(34476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34477,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(34478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34479,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34480,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(34481,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34482,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34483,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34485,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(34486,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(34487,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(34488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34493,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34535,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(34536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34537,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(34538,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34542,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34561,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34563,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34570,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(34571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34576,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(34577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34593,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(34594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34600,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(34601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(34602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34604,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34616,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(34617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34618,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(34619,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(34620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34629,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(34630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34638,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34644,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(34645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34670,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(34671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34681,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(34682,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(34683,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(34684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34700,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(34701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34720,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(34721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34725,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(34726,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(34727,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(34728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34730,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(34731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34734,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34822,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(34823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34845,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(34846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34849,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(34850,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(34851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34853,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(34854,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34855,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(34856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34859,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(34860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34873,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34875,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34909,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(34910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34911,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34924,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(34925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34929,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(34930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34931,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34933,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34934,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(34935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34936,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(34937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34940,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34947,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34993,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34994,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(34995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34996,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(34997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(34999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35013,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(35014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35025,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(35027,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(35028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35049,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(35050,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(35051,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35069,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35074,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35077,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35078,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35079,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35080,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35081,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35082,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35083,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(35084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35092,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(35093,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35094,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35095,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35096,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35097,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35098,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35099,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35104,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35105,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(35106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35107,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35108,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35109,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(35110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35116,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35117,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35118,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35157,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35158,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35159,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35161,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(35162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35168,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(35169,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35176,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35177,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(35178,7,4,0,0,0,0,0,0,0,0,0,0,0,'',1),(35179,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35182,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(35183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35184,1,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(35185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35189,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35190,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(35191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35192,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35202,7,4,0,0,0,0,0,0,0,0,0,0,0,'',1),(35203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35207,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35213,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35215,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35264,1,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(35265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35266,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35268,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(35269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35271,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(35272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35274,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(35275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35277,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35292,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(35344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35347,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35366,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35367,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35368,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(35369,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(35370,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(35371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35372,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(35373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35374,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(35375,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35376,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(35377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35378,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(35379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35413,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35414,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(35415,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35417,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(35418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35420,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(35421,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(35422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35423,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35426,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35428,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35429,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35448,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(35449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35450,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35451,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35454,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35461,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35463,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35466,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35467,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35468,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(35469,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(35470,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(35471,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35472,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35478,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35499,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(35500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35504,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(35505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35508,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35512,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(35513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35518,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35530,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(35531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35558,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35559,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(35560,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(35561,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35562,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(35563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35572,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35574,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(35575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35586,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(35587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35590,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35591,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35592,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35604,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35606,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35608,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35609,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35610,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35611,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35612,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(35613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35614,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35616,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35617,1,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(35618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35620,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35621,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35622,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35624,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(35625,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35628,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(35629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35634,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(35635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(35636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35660,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(35661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35665,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(35666,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(35667,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(35668,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35669,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35677,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(35678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35696,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35698,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(35699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35700,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35701,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35702,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35703,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35704,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35719,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35723,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(35724,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35736,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(35737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35747,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35758,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35759,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35760,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35761,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35762,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35763,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35764,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35775,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(35776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35793,5,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(35794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35799,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35801,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(35802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35809,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35810,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35853,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(35854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35874,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(35875,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35876,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35880,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35881,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35894,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(35895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35898,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(35899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35905,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35915,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35931,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35939,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(35942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35949,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(35950,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(35951,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35952,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35953,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(35954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35955,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(35956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35963,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35966,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35975,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35977,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(35978,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(35979,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(35980,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(35981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35983,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35984,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35986,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(35987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36000,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36001,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36004,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36015,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(36016,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36017,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(36018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36020,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(36021,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36022,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(36023,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(36024,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36040,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(36041,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(36042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36058,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(36059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36061,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36062,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36073,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36075,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36076,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36085,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(36088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36089,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(36090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36132,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(36133,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(36134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36150,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36151,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36163,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(36164,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(36165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36166,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36168,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(36169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36170,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(36171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36172,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(36173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36175,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36185,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(36186,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36189,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36195,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(36196,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36210,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36211,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36218,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36235,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36240,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36241,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36242,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36243,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36244,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36245,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36247,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36248,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36249,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36250,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36251,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36252,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36256,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36257,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36266,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36272,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(36273,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(36274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36276,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36277,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(36278,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36281,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36282,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36287,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(36288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36290,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(36291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36292,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36293,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36309,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(36310,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36311,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36312,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(36313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36314,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36315,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(36316,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(36317,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(36333,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(36334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36336,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(36337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36341,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(36342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36346,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36361,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(36362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36365,6,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(36366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36374,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36381,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36383,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(36384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36422,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36423,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36424,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(36425,6,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(36426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36432,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(36433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36434,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(36435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36447,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(36448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36449,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36453,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36456,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36457,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(36458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36459,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36465,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36468,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36469,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36476,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(36477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36489,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(36490,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36498,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36500,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36503,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(36504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36512,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36515,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36517,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(36518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(36535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36536,0,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(36537,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(36538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36546,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36555,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36557,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36563,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36565,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(36566,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36567,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36570,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36571,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(36572,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36574,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(36575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36577,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(36578,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36579,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36580,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36604,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36606,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(36607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36616,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36633,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(36634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36636,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36637,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36638,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36639,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36640,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36641,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36642,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36646,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(36647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36659,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(36660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36679,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36680,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36685,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36688,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(36689,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36690,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36691,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36742,2,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(36743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36748,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36749,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36761,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36762,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36774,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36776,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36798,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36799,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36803,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36814,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36826,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36827,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36828,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(36829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36843,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36846,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36862,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36865,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36870,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36873,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36877,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36882,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36883,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36884,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36885,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36902,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36903,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36907,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36908,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36909,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36912,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36914,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(36915,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(36916,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36928,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36946,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(36947,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36951,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(36952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(36999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37014,4,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37021,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37024,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37069,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(37070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37071,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(37072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37073,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37093,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37094,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37109,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(37110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37112,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(37113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37122,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37147,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(37148,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37149,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37150,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37151,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37152,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37153,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37157,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37158,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37159,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37160,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37161,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37162,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37163,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37164,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37169,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37177,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(37178,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(37179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37189,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37191,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37210,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(37211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37214,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37215,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37217,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37219,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37220,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37239,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37240,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37246,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37249,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37250,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37266,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(37267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37282,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(37283,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37284,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37291,0,9,0,0,0,0,0,0,0,0,0,0,0,'',1),(37292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37298,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37351,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37354,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(37355,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(37356,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(37357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37381,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37404,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(37405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37425,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37426,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37464,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37465,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37468,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37487,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(37488,7,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(37489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37492,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37493,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37502,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(37503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37504,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(37505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37512,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37513,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37517,4,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(37518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37537,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(37538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37539,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(37540,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(37541,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37542,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37548,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37549,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37550,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37551,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37552,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37553,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37554,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37555,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37556,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37557,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37558,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37559,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37561,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37562,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37563,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37564,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37565,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37566,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37567,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37568,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37569,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37570,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37571,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37572,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37573,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37574,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37575,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37576,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37577,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37578,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37579,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37580,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37581,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37582,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37583,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37584,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37585,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37586,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37587,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37588,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37589,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37590,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37591,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37592,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37593,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37594,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37595,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37596,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37597,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37598,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37599,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37600,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37601,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37602,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37603,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37604,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37605,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37606,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37607,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37608,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37609,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37610,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37611,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37612,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37613,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37614,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37615,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37616,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37617,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37618,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37619,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37620,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37621,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37622,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37623,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37624,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37625,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(37626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37630,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(37631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37640,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(37641,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(37642,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(37643,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(37644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37658,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37684,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37685,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37686,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(37687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37712,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(37713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37714,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(37715,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(37716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37718,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(37719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37769,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37776,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(37777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37796,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(37797,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(37798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37874,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37875,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37876,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(37877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37878,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37879,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37881,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37961,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(37962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37966,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(37967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37971,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(37972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37983,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(37984,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(37985,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(37986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37988,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(37989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37994,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(37995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(37999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38016,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(38017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38027,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(38028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38039,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(38040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38049,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(38050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38058,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(38059,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(38060,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(38061,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(38062,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(38063,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(38064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38115,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(38116,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(38117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38118,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(38119,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(38120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38121,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(38122,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(38123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38134,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(38135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38136,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(38137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38140,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(38141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38145,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(38146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(38148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38177,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(38178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38182,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(38183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38189,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38193,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(38194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38198,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(38199,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(38200,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(38201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38254,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38270,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(38271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38296,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(38297,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(38298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38307,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(38308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38315,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(38316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38324,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(38325,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(38326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38340,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(38341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38342,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(38343,3,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(38344,3,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(38345,3,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(38346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38354,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(38355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38395,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(38396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38406,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(38407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38414,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(38415,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(38416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38446,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(38447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38452,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(38453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38459,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(38460,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(38461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38462,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(38463,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(38464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38475,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(38476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(38484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38494,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(38495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38500,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(38501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38502,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(38503,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(38504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38511,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(38512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38536,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(38537,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(38538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38594,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(38595,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(38596,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(38597,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(38598,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(38599,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(38600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38603,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(38604,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(38605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38616,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38628,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(38629,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(38630,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(38631,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(38632,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(38633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38646,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(38647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38650,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(38651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38665,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(38666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38669,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(38670,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(38671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38674,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(38675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38715,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(38716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38729,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(38730,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(38731,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(38732,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(38733,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(38734,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(38735,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(38736,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(38737,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(38738,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(38739,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(38740,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(38741,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(38742,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(38743,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(38744,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(38745,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(38746,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(38747,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(38748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38816,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38837,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(38838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38842,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(38843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38846,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(38847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38849,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(38850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38856,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(38857,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(38858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38863,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(38864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38865,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(38866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38878,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(38879,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(38880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38939,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(38940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(38949,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(38950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38951,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(38952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38958,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(38959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38968,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(38969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38971,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(38972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(38999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39009,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(39010,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(39011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39030,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(39031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39034,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39035,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(39036,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(39037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39038,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(39039,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(39040,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(39041,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(39042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39054,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39055,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(39056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39087,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(39088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39096,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(39097,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(39098,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(39099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39100,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39123,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(39124,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(39125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39129,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(39130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39131,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(39132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(39150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39154,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39164,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(39165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39170,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39171,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(39172,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(39173,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(39174,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(39175,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(39176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39189,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39190,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(39191,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(39192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39198,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(39199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39215,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39216,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39230,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39234,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39245,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39269,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(39270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39271,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(39272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39276,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(39277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39290,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(39291,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(39292,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(39293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39300,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(39302,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39303,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39304,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(39305,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(39306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39307,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(39308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39322,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(39323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39325,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(39326,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(39327,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(39328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39329,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39331,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39338,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(39339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39340,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(39341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39345,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(39346,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(39347,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39364,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(39365,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(39366,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39373,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(39374,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(39375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39388,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(39389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39390,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(39391,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(39392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39394,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(39395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39397,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(39398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39453,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(39454,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(39455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39457,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(39458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39463,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39465,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(39466,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(39467,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(39468,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(39469,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(39470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39475,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(39476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39490,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(39491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39506,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(39507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39514,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(39518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39524,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(39525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39530,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(39531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39539,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(39540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39541,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(39542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39553,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(39554,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(39555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39560,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39568,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39585,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39592,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(39593,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39595,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(39596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39600,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(39601,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(39602,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(39603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39604,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(39605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39608,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39609,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(39610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39616,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39619,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(39620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39638,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39639,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39640,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39641,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39642,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39643,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39644,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39645,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39646,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39647,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39648,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39649,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39650,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39651,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39652,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39653,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39654,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39655,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39656,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39657,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(39658,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(39659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39671,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(39672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39730,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39749,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39761,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(39762,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(39763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39764,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(39765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39780,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(39781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39802,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39806,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(39807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39809,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39840,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(39841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39900,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(39901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39904,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(39905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39935,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39951,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(39952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39953,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(39954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39971,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(39972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39993,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(39994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(39997,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(39998,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(39999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40000,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(40001,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(40002,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(40003,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(40004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40010,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40032,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(40033,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(40034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40055,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(40056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40068,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(40069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40071,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40072,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40073,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40087,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(40088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40105,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40107,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40131,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40132,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(40133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40134,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40136,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40137,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(40138,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(40139,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40140,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40141,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40142,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40143,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40144,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40145,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40146,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40147,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(40148,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40149,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40150,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40151,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40152,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40153,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40154,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40155,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40156,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40157,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40158,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40159,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40160,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40161,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40162,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(40163,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40164,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(40165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40189,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40251,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(40252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40262,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(40263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40265,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(40266,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40281,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(40282,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(40283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40294,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40312,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(40313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40314,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(40315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40447,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(40448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40475,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40503,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(40504,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(40505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40510,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(40511,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(40512,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(40513,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(40514,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(40515,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(40516,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(40517,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(40518,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(40519,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(40520,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(40521,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(40522,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(40523,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(40524,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(40525,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(40526,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(40527,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(40528,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(40529,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(40530,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(40531,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(40532,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(40533,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(40534,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(40535,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(40536,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(40537,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(40538,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(40539,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(40540,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(40541,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(40542,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(40543,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(40544,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(40545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40547,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(40548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40552,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(40553,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(40554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40555,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40559,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(40560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40566,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40568,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(40569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40604,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40616,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(40617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40626,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40628,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40630,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(40631,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(40632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40708,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(40709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40713,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40714,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(40715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40739,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(40740,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40782,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(40783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40785,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(40786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40792,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(40793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40801,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(40802,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40803,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(40804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40819,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(40820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40836,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(40837,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(40838,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(40839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40840,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(40841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40850,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(40851,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40852,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40853,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40854,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40855,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40856,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40857,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40859,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40860,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40861,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40862,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40863,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40864,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40870,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40871,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40872,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40873,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(40874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40898,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(40899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40901,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(40902,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(40903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40929,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(40930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40982,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(40983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40985,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(40986,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(40987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40994,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(40995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(40999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41005,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(41006,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(41007,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(41008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41018,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(41019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41022,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(41023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41025,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(41026,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(41027,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(41028,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(41029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41040,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(41041,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41060,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(41061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41062,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(41063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41064,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(41065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41075,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(41076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41083,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(41084,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(41085,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(41086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41090,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(41091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41092,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(41093,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(41094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41102,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41123,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(41124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41133,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(41134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41147,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(41148,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(41149,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(41150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41162,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(41163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41164,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(41165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41189,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41194,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(41195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41203,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(41204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41206,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(41207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41209,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(41210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41213,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(41214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41219,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(41220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41226,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(41227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41257,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(41258,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(41259,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(41260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41282,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(41283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41288,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(41289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41291,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(41292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41323,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(41324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41341,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(41342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41344,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(41345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41353,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(41354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41358,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(41359,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(41360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41364,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(41365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41367,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(41368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41374,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(41375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41379,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(41380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41403,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(41404,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(41405,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(41406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41407,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(41408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41417,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(41418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41452,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(41453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41458,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(41459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41468,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41470,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(41471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41480,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(41481,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(41482,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(41483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41497,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(41498,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(41499,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(41500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41502,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(41503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41504,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(41505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41507,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(41508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(41509,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(41510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41514,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(41515,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(41516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41517,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(41518,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(41519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41560,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(41561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41563,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(41564,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(41565,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(41566,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(41567,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(41568,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(41569,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(41570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41571,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(41572,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(41573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41580,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(41581,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(41582,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(41583,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(41584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41604,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41605,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41606,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41616,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(41617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41618,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(41619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41642,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(41643,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(41644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41648,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(41649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41654,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(41655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41703,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(41704,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(41705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41712,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(41713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41715,5,2,0,0,0,0,0,0,0,0,0,0,0,'',0),(41716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41732,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(41733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41741,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(41742,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(41743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41745,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(41746,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(41747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41761,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(41762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41763,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(41764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41776,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(41777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41784,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(41785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41793,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(41794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41808,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(41809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41819,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(41820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41822,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(41823,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(41824,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(41825,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(41826,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(41827,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(41828,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(41829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41890,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(41891,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(41892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41894,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(41895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41900,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(41901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41909,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(41910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41911,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(41912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41930,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(41931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41932,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41950,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(41951,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(41952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(41999,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42000,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(42001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42015,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42016,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42019,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42027,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(42028,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(42029,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42030,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42032,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42054,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(42055,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(42056,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(42057,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(42058,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(42059,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(42060,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(42061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42070,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42073,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(42074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42077,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42082,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(42083,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(42084,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(42085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42087,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42119,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(42120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42131,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(42132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42135,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(42136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42159,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(42160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42189,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(42190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42208,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(42209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42215,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42217,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42221,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(42222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42223,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(42224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42233,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(42234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42237,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42238,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(42239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42241,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(42242,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42243,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42247,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(42248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42249,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42250,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(42251,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(42252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42253,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(42254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(42272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42294,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(42295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42297,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(42298,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(42299,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(42300,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(42301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42302,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(42303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42304,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(42305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42353,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(42354,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42357,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(42358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42360,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(42361,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42366,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(42367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42373,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(42374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42375,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42392,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42408,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42409,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(42410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42411,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42417,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(42418,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(42419,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(42420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42480,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(42481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42483,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(42484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42489,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(42490,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(42491,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(42492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42493,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(42494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42498,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42499,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(42500,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(42501,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(42502,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(42503,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(42504,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(42505,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(42506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42511,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(42512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42513,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(42514,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(42515,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(42516,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(42517,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(42518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42530,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(42531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42534,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42535,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42541,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42546,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(42547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42548,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(42549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42556,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42602,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(42603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42604,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(42605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42611,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42614,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(42615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42616,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42628,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42629,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42630,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42631,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42632,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42633,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42634,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42635,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42636,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42637,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42638,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42639,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42640,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42641,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42642,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42643,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42644,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42645,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42646,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42647,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42648,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42649,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42650,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42651,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42652,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42653,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42654,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42655,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42656,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42657,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42658,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42659,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42660,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42661,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42662,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42667,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42669,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(42670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42673,3,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(42674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42678,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42704,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42705,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(42706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42712,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(42713,6,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(42714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42715,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(42716,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42735,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42736,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42756,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42770,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(42771,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42795,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42796,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(42797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42801,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42806,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42807,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(42808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42815,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(42816,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(42817,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42819,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42821,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42823,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42824,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(42825,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(42826,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(42827,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(42828,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(42829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42830,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42832,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(42833,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42834,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42835,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42839,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(42840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42843,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(42844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42872,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(42873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42879,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(42880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42883,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42889,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42905,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42920,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42921,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(42922,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(42923,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(42924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42937,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42949,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42972,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(42973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42974,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(42975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42981,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42982,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42983,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42984,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42985,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42986,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42987,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42988,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42989,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42990,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(42991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(42999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43000,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(43001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43003,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(43004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43005,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(43006,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(43007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43061,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(43062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43067,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(43068,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(43069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43074,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(43075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43077,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(43078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43079,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(43080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43086,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(43087,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(43088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43111,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(43112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43113,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(43114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43116,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(43117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43142,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(43143,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(43144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43155,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(43156,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(43157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43163,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(43164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43165,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(43166,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(43167,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(43168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43178,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(43179,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(43180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43189,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43195,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(43196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43202,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(43203,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(43204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43206,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(43207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43220,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(43221,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(43222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43224,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(43225,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(43226,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(43227,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(43228,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(43229,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(43230,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(43231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(43232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43240,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(43241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43250,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(43251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43294,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(43295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43307,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(43308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43322,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(43323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43358,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(43359,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(43360,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(43361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43376,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(43377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43382,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(43383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43395,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(43396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43424,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(43425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43431,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(43432,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(43433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43445,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(43446,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(43447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43509,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(43510,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(43511,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(43512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43513,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(43514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43517,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(43518,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(43519,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(43520,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(43521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43536,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(43537,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(43538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43556,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(43557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43566,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(43567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43568,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(43569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43598,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(43599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43601,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(43602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43603,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(43604,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(43605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43609,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(43610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43613,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(43614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43616,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43620,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(43621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43643,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(43644,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(43645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43654,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43656,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(43657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43671,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(43672,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(43673,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(43674,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(43675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43690,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(43691,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(43692,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(43693,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(43694,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(43695,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(43696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43697,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(43698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43699,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(43700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43701,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(43702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43703,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(43704,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(43705,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(43706,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(43707,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(43708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43721,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(43722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43746,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(43747,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(43748,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(43749,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(43750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43751,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(43752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43771,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(43772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43788,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(43789,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(43790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43791,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(43792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43816,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(43817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43818,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(43819,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(43820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43822,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(43823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43825,4,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(43826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43835,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(43836,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(43837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43877,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(43878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43905,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(43906,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(43907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43919,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(43920,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(43921,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(43922,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(43923,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(43924,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(43925,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(43926,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(43927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43929,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(43930,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(43931,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(43932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43933,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(43934,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(43935,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(43936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43937,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(43938,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(43939,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(43940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43971,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(43972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43974,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(43975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43990,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(43991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43992,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(43993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43994,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(43995,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(43996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(43999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44009,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(44010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44015,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(44016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44023,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(44024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44044,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(44045,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(44046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44049,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(44050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44052,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(44053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44056,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(44057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44060,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(44061,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(44062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44071,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44072,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44073,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44074,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44075,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44076,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44077,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(44078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44084,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(44085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44094,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44102,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44103,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(44104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44113,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(44114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44135,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44137,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(44138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44174,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(44175,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(44176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44179,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(44180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44185,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(44186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44189,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44194,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(44195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44196,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(44209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44211,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(44212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44223,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(44224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44227,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(44228,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(44229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44275,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(44276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44299,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44362,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(44363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44369,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(44370,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(44371,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(44372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44374,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44375,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(44376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44385,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(44386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44388,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(44389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44390,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(44391,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(44392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44406,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44407,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44408,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44410,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(44411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44422,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(44423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44428,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(44429,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44461,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(44462,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(44463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44468,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(44469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44472,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(44473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44476,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(44477,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(44478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44512,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(44513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44540,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44541,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44542,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(44543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44547,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(44548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44585,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44590,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(44591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44604,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44607,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(44608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44613,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(44614,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(44615,1,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(44616,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(44617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44637,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(44638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44653,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(44654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44667,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(44668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44672,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(44673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44692,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44694,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(44695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44737,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44740,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(44741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44757,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44758,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44763,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(44764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44767,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(44768,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(44769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44775,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(44776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44780,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(44781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44784,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(44785,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44786,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44787,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(44788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44789,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44790,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44791,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44792,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(44793,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44794,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44795,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44796,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44797,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44798,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44799,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44800,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44801,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44802,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44803,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44804,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44805,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44806,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44807,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44808,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44809,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44810,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44811,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44812,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44813,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44814,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44815,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44816,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44818,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44819,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44820,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44832,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(44833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44845,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(44846,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(44847,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(44848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44849,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(44850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44852,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(44853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44855,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(44856,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(44857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44858,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(44864,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(44865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44878,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44879,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44880,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44886,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(44887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44890,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(44891,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44931,3,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(44932,3,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(44933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44968,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(44969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44970,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(44971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44994,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(44995,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(44996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(44999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45000,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(45001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45008,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(45009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45012,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(45013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45019,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(45020,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(45021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45024,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(45025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45040,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(45041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45050,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(45051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45052,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(45053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45065,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(45066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45136,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(45186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45187,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(45188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45189,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(45190,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(45191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45200,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(45201,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(45202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45215,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(45216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45222,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(45223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45228,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(45229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45240,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(45241,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(45242,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(45243,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(45244,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(45245,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(45246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45253,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(45254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45271,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(45272,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(45273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45274,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(45275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45308,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(45309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45311,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45312,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45345,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(45346,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(45347,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(45348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45359,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(45360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45364,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(45365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45370,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(45371,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(45372,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(45373,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(45374,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(45375,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(45376,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(45377,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(45378,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(45379,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(45380,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(45381,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(45382,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(45383,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(45384,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(45385,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(45386,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(45387,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(45388,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(45389,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(45390,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(45391,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(45392,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(45393,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(45394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45395,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(45396,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(45397,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(45398,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(45399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45401,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(45402,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(45403,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(45404,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(45405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45406,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(45407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(45411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45416,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(45417,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(45418,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(45419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45459,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(45460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45494,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(45495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45507,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(45508,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(45509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45545,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(45546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45559,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(45560,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(45561,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(45562,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(45563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45580,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(45581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45599,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(45600,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45601,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45604,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45607,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(45608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45609,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(45610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45616,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45679,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(45680,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(45681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45682,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(45683,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(45684,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(45685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45687,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(45688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45707,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(45708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45739,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(45740,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(45741,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(45742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45743,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(45744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45751,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(45752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45762,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45764,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(45765,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(45766,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(45767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45769,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(45770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45774,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45776,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(45777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45816,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(45817,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(45818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45832,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(45833,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(45834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45856,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(45857,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(45858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45874,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(45875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45879,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(45880,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(45881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45883,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(45884,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(45885,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(45886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(45888,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(45889,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(45890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45891,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(45892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45895,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(45896,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(45897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45899,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(45900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45914,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(45915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45916,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(45917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45928,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(45929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45933,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(45934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(45998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(45999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46000,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46004,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(46005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46028,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(46029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46031,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(46032,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(46033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46044,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(46045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46048,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(46049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46050,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(46051,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(46052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46065,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(46066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46107,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(46108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46112,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(46113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46114,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46115,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(46116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46119,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(46120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(46125,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(46126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46144,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(46145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46148,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46151,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(46152,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(46153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46166,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(46167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46173,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(46174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46187,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(46188,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(46189,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46191,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(46192,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(46193,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46194,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(46195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46199,5,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46224,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(46225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46226,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(46227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46228,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(46229,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(46230,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(46231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46232,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(46233,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(46234,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(46235,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(46236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46238,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(46239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46240,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(46241,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(46242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46308,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(46309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46319,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(46320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46337,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(46338,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(46339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46341,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(46342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(46354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46355,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(46356,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(46357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46358,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(46359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46370,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(46371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46393,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(46394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46395,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(46396,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(46397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46407,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(46408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46416,3,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(46417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46426,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(46427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46430,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(46431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46432,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(46433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46439,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(46440,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(46441,3,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(46442,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46448,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(46449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46454,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(46455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46456,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(46457,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(46458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46461,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(46462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(46472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46490,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(46491,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(46492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46511,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(46512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46527,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(46528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46535,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(46536,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(46537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46554,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(46555,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(46556,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(46557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46559,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(46560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46572,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46573,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(46574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46590,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(46591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46592,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(46593,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(46594,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(46595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46600,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(46601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46604,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46606,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(46607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46608,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(46609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46616,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(46617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46618,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(46619,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(46620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46647,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(46648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46656,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(46657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46666,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(46667,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(46668,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(46669,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(46670,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(46671,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(46672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46693,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(46694,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(46695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46712,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(46713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46716,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(46717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46724,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(46725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46740,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(46741,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(46742,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(46743,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(46744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46746,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(46747,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(46748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46749,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(46750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46752,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(46753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46765,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(46766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46781,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(46782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46793,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(46794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46811,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46813,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46814,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(46815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(46820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46842,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(46843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46868,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(46869,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(46870,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(46871,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(46872,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(46873,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(46874,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(46875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46877,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(46878,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(46879,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(46880,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(46881,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(46882,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(46883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46892,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(46893,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(46894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46897,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46899,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(46900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46904,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(46905,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(46906,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46911,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(46912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46913,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(46914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46915,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(46916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46969,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(46970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46983,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(46984,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(46985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46988,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(46989,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(46990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46994,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(46995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(46999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47002,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(47003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47004,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(47005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47007,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47040,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(47041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47063,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(47064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47072,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(47073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47082,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47089,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(47090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47096,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(47097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47114,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47115,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47118,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47119,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(47120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47123,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(47124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47151,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47177,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47189,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47198,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47199,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47206,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(47207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47214,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(47215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47236,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47237,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(47238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47239,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(47240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47253,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(47254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47257,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(47258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47260,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(47261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47262,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(47263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47294,7,3,0,0,0,0,0,0,0,0,0,0,0,'',1),(47295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47296,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47302,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47306,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47307,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47309,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47312,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(47313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47330,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(47331,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(47332,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(47333,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(47334,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(47335,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(47336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47338,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(47339,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(47340,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(47341,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(47342,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(47343,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(47344,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(47345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47358,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(47359,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(47360,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47363,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(47364,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47365,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47368,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(47369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47380,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(47381,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47385,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47413,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47422,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(47423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47429,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(47430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47436,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(47437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47464,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(47465,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(47466,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(47467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47481,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(47482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47493,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47500,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47503,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47512,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(47513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47516,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47517,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(47518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47519,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(47520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47522,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(47525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47526,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(47527,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47529,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47569,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(47570,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(47571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47573,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(47574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47603,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(47604,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47609,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(47610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47616,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47619,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(47620,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(47621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47640,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(47641,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(47642,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47646,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(47647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47654,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47655,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(47656,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47658,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(47659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47660,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47678,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47689,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47706,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47729,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47730,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47731,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47744,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(47745,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(47746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47749,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(47750,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(47751,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(47752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47775,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47776,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47777,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47778,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47780,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(47781,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(47782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47800,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47802,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(47803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47823,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47824,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(47825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47836,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(47837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47845,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(47846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47852,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47856,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(47857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47864,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47879,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47880,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47882,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(47883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47885,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(47886,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(47887,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(47888,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47889,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47891,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47893,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(47894,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(47895,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(47896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47921,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(47922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47926,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(47927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47928,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(47929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47931,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(47932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47935,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(47936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47937,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(47938,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(47939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47953,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(47954,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(47955,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(47956,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(47957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47986,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47987,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(47988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47989,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(47990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47991,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(47992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47994,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(47995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(47998,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(47999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48011,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(48012,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(48013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48014,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(48015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48020,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(48021,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(48022,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(48023,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(48024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48028,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(48029,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48072,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(48073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48086,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(48087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48121,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(48122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48132,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(48133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48136,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(48137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48140,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(48141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48145,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(48146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48157,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(48158,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(48159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48162,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(48163,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(48164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48174,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(48175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48177,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(48178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48180,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(48181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48182,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48189,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48190,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(48191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48199,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48200,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(48201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(48204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(48206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48209,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(48210,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(48212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48216,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(48217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48227,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(48228,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(48229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(48241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(48255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48262,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(48263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48267,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(48268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48273,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(48274,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(48275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(48279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(48297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(48300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48306,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(48307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48320,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(48321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48324,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(48325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(48340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48347,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(48348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48367,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(48368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48397,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(48398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48400,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(48401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48406,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(48407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48427,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(48428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48429,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(48430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48435,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(48436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48437,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(48438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48440,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(48441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48452,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(48453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48516,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(48517,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(48518,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(48519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48523,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(48524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48526,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(48527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48530,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(48531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48548,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(48549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48550,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(48551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48562,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(48563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48571,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(48572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48604,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48611,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(48612,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(48613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48614,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(48615,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(48616,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(48617,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(48618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48619,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(48620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48622,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(48623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48625,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(48626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48628,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48668,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(48669,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(48670,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(48671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48676,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(48677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48680,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(48681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48715,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(48716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48724,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(48725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48728,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(48729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48747,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(48748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48768,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(48769,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(48770,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(48771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48782,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(48783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48802,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(48803,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(48804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48812,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(48813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48831,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(48832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48835,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(48836,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(48837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48838,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(48839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48856,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(48857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48887,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(48888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48893,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(48894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(48901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48906,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(48907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48924,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(48925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48930,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(48931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48973,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(48974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48982,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(48983,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(48984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48990,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(48999,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(49000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49018,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49057,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(49058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49063,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49068,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49093,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(49094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49097,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49098,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49107,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49110,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49112,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(49113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49126,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49156,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49161,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49162,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(49163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49170,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49175,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(49176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49180,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49182,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(49183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49188,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49189,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49221,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49232,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(49233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49240,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(49241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49252,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49256,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(49257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49262,0,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(49263,0,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(49264,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(49265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49266,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49267,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(49268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49269,4,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(49270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49273,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49289,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(49290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49298,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49300,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(49301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49309,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49311,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49312,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49322,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49323,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(49324,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(49325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49349,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(49350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49352,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(49353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49355,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(49356,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(49357,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(49358,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(49359,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(49360,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(49361,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(49362,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(49363,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(49364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49379,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49384,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(49385,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(49386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49392,4,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(49393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49401,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(49402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49403,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49416,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49426,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49427,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49432,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49437,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(49438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49455,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49456,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(49457,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(49458,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(49459,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(49460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49465,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49466,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(49467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49477,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49479,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49492,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(49493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49516,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49521,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49529,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(49530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49539,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49541,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49546,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(49547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49548,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(49549,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49550,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(49551,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(49552,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(49553,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(49554,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(49555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49560,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(49561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49574,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(49575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49582,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(49583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49594,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49604,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49615,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49616,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(49631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49636,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49637,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49643,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49647,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(49648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49649,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(49650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49661,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(49662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49667,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49675,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(49676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49696,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(49697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49725,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(49726,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(49727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49729,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49730,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(49731,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(49732,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49735,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49736,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49738,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49771,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49773,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(49774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49792,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(49793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49807,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49852,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(49853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49854,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49855,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(49856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49857,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(49858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49878,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(49879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49908,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(49909,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(49910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49922,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49932,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(49933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49934,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(49935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49941,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(49942,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(49943,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(49944,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(49945,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(49946,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(49947,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(49948,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(49949,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(49950,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(49951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49952,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(49953,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(49954,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(49955,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(49956,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(49957,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(49958,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(49959,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(49960,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(49961,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(49962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49967,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49968,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49988,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(49998,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(49999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50004,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(50005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50006,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(50007,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50009,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(50010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50011,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(50012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50013,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50032,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(50033,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(50034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50054,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50070,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(50071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50073,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(50074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50086,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(50087,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50088,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(50089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50097,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(50098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50099,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(50100,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(50101,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(50102,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(50103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50113,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50127,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(50128,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(50129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50152,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(50153,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(50154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50161,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(50162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50167,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50171,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50172,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50173,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(50174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50178,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50189,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50194,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50196,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(50197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50198,1,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50203,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50208,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(50209,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(50210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50217,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50223,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(50224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50240,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50242,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(50243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50245,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50251,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50255,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50281,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(50282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50283,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50284,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(50285,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(50286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50287,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(50288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50289,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(50290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50292,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50293,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50294,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50310,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50315,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(50319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50322,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(50323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50338,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(50339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50353,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(50354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50357,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(50358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50359,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50361,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(50362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50363,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50364,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50366,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50367,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50368,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50374,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(50375,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(50376,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(50377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50378,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(50379,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(50380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50386,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50394,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50395,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50417,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50418,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50419,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50420,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50421,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(50422,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50423,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50424,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50425,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50426,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50427,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50428,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50443,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50444,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50445,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50446,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50447,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50448,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50449,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(50450,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50451,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50452,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50453,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50454,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50455,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50456,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50457,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50458,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50459,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50460,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50461,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50462,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50463,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50464,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50465,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50466,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50467,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50468,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50469,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50470,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50471,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50472,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50473,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50477,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(50478,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(50479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50491,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50514,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50515,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50516,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50518,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50519,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(50520,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(50521,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(50522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50539,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50546,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(50547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50553,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50554,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(50555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50563,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(50564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50582,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(50583,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(50584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50594,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(50595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50596,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50597,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50600,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50604,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50616,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50626,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50627,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50631,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50634,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(50635,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(50636,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(50637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50639,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50642,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50643,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(50644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50658,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50663,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50668,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(50669,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50670,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50671,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(50672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50678,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50685,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(50686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50694,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50695,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50708,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(50709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50712,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50729,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50733,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50757,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50763,5,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50764,5,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50766,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(50767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50768,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(50769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50791,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50811,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50819,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(50820,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50827,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50836,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50847,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50888,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50890,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50892,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50894,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50895,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50897,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(50898,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(50899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50914,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(50915,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50928,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(50929,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50932,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50933,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50937,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(50938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50982,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(50983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50985,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(50986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(50999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51005,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51009,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51015,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51018,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(51019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51037,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(51038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51039,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51040,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51048,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51051,4,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(51052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51064,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51065,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51066,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51067,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51068,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51069,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51070,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51071,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51072,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51073,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51074,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51075,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51076,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51077,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51078,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51079,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51080,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51081,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51082,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51083,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51084,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51085,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51086,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51087,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51088,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51089,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51090,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51091,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51092,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51093,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51094,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51095,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51096,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51097,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51098,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51099,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51104,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51106,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(51107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(51121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51125,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(51126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51127,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51136,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51137,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51141,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51142,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(51143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51155,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51156,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(51157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51166,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(51167,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51171,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(51172,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(51173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51177,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51189,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51199,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51200,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(51201,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(51202,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(51203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51205,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(51206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51216,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(51217,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51226,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51227,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51232,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51234,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(51235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51237,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(51238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51247,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(51248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51275,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51278,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51279,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51280,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51284,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(51285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51289,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51296,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51300,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51301,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(51302,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(51303,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(51304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51308,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(51309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51322,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51325,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(51326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51337,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(51338,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(51339,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51340,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(51341,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(51342,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51343,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51344,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51345,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(51346,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(51347,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51348,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51349,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(51350,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51351,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51352,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(51353,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(51354,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51355,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(51356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51360,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(51361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51364,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(51365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51373,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51376,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51379,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51386,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(51387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51389,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51392,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(51393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51395,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(51396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51398,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51400,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51401,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(51402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51425,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(51426,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51431,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51432,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51434,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51442,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51445,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51446,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51454,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51455,6,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(51456,6,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(51457,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(51458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51460,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(51461,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51462,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(51463,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(51464,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(51465,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(51466,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(51467,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51468,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(51469,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51470,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(51471,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(51472,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51473,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51474,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51475,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(51476,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(51477,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51478,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51479,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(51480,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(51481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51482,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51484,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51485,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(51486,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(51487,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(51488,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(51489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51508,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(51509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51513,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51514,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51537,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51538,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51547,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51552,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51555,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(51556,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51558,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51559,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51560,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51561,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51562,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51563,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51564,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51565,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51566,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51567,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51568,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51569,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51570,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51571,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51572,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51573,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51574,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51575,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51576,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51577,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51578,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51579,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51580,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51581,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51582,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51583,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51584,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51585,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51586,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51587,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51588,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51589,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51590,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51591,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51592,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51593,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51594,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51595,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51596,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51597,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51598,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51599,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51600,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51601,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51602,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51603,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51604,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51605,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51606,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51607,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51608,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51609,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51610,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51611,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51612,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51613,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51614,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51615,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51616,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51617,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51618,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51619,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51620,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51621,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51622,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51623,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51631,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(51632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51646,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(51647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51652,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51653,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(51654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51664,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(51665,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(51666,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(51667,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(51668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(51669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51671,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51672,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51673,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51677,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51678,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(51679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51705,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(51706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51719,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(51720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51721,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(51722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51731,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51733,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51735,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(51736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51738,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51743,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51770,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51771,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(51772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51775,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51776,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(51777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51778,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51779,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51780,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(51781,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51782,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(51783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51784,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51788,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51792,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(51793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51795,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51796,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51806,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51807,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(51808,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(51809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51810,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51812,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51816,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51817,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51818,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51819,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51820,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51828,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51830,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(51831,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51832,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(51833,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51838,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(51839,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51847,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(51848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51854,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51863,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(51864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51865,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51866,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51867,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51868,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51869,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51870,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51873,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51875,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51877,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51878,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51881,0,9,0,0,0,0,0,0,0,0,0,0,0,'',1),(51882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51895,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51896,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51897,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51899,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51900,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51901,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51907,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51910,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51913,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51914,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51915,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51916,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51921,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51923,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51925,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51933,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51947,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51949,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51952,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51956,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(51957,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51959,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51962,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51970,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(51971,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(51972,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51992,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51993,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(51994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(51999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52000,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52001,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52003,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52004,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(52005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52006,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52009,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52016,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52020,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52021,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52022,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52023,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52024,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52025,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52026,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(52027,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52029,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52032,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52055,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(52056,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(52057,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52061,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52062,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52063,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52066,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52067,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52068,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52069,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52073,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52075,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52076,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52077,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52078,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52079,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52083,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52088,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52089,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52090,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52091,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52092,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52098,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52099,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52100,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52101,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52133,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52139,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52140,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52141,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52143,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52144,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52145,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52146,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52147,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52159,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52162,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52167,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52177,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(52178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52189,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52203,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52208,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52212,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52221,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52225,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52226,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52227,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52228,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52229,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52230,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52231,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52232,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52233,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52234,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52235,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52236,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52237,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52238,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52239,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52240,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52241,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52242,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52243,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52244,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52245,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52246,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52247,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52248,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52249,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52250,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52251,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52252,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52253,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52254,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52255,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52256,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52257,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52258,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52259,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52278,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52282,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52290,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(52291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52305,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52322,1,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(52323,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52324,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(52325,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52326,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52327,2,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(52328,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(52329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52356,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52357,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52361,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52362,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(52363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52365,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52366,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52369,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52375,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52377,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52383,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(52384,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(52385,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52388,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52392,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(52393,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52394,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(52395,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(52396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52397,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52423,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52424,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52426,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52427,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52429,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52437,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52438,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52440,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52443,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52444,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52445,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52453,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52454,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52455,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(52456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52457,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52458,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(52459,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52460,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(52461,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52464,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52465,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52466,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52467,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52471,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(52472,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(52473,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(52474,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(52475,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(52476,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(52477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52479,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52481,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52483,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52485,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52486,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52487,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52488,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52489,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52491,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52492,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52504,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52505,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52507,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52509,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52510,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1);
INSERT INTO `tv_guest` VALUES (52511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52512,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(52513,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52515,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(52516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52517,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52518,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52520,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52521,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52523,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52524,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(52525,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52526,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52527,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52531,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52532,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52533,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52534,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52535,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(52536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52537,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52538,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(52539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52540,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52544,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52545,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52559,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52560,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52563,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52565,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52568,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52571,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(52572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52573,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(52574,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52576,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52578,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52589,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52591,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52596,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(52597,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52599,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(52600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52601,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52604,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52611,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52614,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52616,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52622,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52623,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52625,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52626,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52631,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52633,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52634,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52636,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52637,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(52638,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52648,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(52649,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(52650,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52651,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(52652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52654,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52655,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52656,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52657,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52660,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52661,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52663,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52665,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52666,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(52667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52669,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52672,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52675,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52677,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52678,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(52679,2,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(52680,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52681,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52682,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52684,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52686,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52687,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52689,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52690,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52703,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52704,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52705,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52706,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52707,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52713,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52714,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52715,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52717,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52720,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52724,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52728,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(52729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52738,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52742,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(52743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52745,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52746,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52765,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52766,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52767,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52769,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52770,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52772,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52773,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52774,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52775,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52776,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52777,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52778,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52779,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52780,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52781,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52782,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52783,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52784,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52786,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52787,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(52788,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(52789,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(52790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52791,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52796,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52798,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52810,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52822,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52834,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52836,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(52837,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(52838,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(52839,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(52840,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52845,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52848,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52849,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52860,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52861,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52864,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52865,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52868,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52872,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(52873,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52874,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52880,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(52881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52885,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52894,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52895,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52896,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52900,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(52901,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52904,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52905,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52907,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52909,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52911,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52914,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52917,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52922,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52929,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52934,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(52935,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(52936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52939,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52941,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52943,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52944,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52945,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52968,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52971,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52972,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(52973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52976,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52983,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(52984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52985,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52988,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52989,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(52990,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(52991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52992,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52994,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(52995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(52997,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(52998,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(52999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53013,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(53014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53020,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53033,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53034,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53035,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53036,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53037,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53038,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53039,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53042,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53043,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53047,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53051,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(53052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53056,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53059,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(53060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53076,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(53077,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53080,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(53081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53085,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53086,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53087,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53088,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53090,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(53091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53092,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53093,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53094,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53111,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53113,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(53114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53115,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53119,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53120,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(53121,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53122,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(53123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53127,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53131,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53133,1,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(53134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53163,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53166,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53180,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53181,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53184,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53189,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53192,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53194,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53203,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53206,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53209,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53214,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(53215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53216,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53219,1,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(53220,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53221,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53225,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53233,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(53234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53239,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53242,1,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(53243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53257,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53258,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(53259,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53264,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53265,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53269,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(53270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53271,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53277,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53279,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53283,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53293,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53298,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53313,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53322,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53323,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53351,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53361,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53370,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53371,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53374,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53376,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53379,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53382,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53392,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53393,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(53394,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(53395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53396,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53405,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53409,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53427,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(53428,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(53429,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(53430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53434,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(53435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53436,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53438,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(53439,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53440,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53444,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53448,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(53449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53463,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53464,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53470,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53480,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53481,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53484,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(53485,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53486,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53487,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53488,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53489,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53490,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53494,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53510,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53511,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53514,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53515,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53518,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53519,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53520,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53521,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53522,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53523,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53524,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53525,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53542,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(53543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53544,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(53545,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53546,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53547,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53552,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53553,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53554,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(53555,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53557,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53559,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53561,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53562,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53563,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53566,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53579,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53580,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53582,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53584,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53586,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53589,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53594,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(53595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53599,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53604,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53610,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(53611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53613,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53614,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53616,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53620,0,4,0,0,0,0,0,0,0,0,0,0,0,'',1),(53621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53623,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53624,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53630,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53631,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53632,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(53633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53635,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53637,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53641,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(53642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53643,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53644,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53647,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(53648,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53672,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(53673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53680,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53681,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53684,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53685,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53686,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53691,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53692,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53694,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(53695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53697,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(53698,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(53699,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53700,7,10,6,0,0,0,0,0,0,0,0,0,0,'',0),(53701,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53702,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(53703,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53707,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53708,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53709,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53710,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53711,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53712,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53713,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53722,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53725,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53727,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53728,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53732,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53733,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53734,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53738,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53740,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53741,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53750,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53751,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53756,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(53757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53760,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53772,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53773,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(53774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53775,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53776,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53777,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53787,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53788,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53789,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53790,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53791,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53793,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(53794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53795,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53796,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(53797,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(53798,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53799,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(53800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53806,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53807,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53809,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53810,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53811,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53815,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53816,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(53817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53835,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53836,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53840,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53843,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53845,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(53846,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(53847,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(53848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53851,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(53852,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(53853,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(53854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53856,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53858,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53861,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(53862,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53863,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53873,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53874,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(53875,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(53876,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(53877,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(53878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53884,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53889,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(53890,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53894,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53895,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53902,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53906,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(53907,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53908,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(53909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53914,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53919,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53921,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53923,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(53924,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(53925,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(53926,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(53927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53943,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53956,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53959,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(53960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53961,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53962,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53963,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53964,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53965,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53966,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53967,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53970,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(53971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53973,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53975,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(53976,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(53977,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53978,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(53979,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53980,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53981,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53982,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53983,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53984,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53985,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53986,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53987,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53988,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53989,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53990,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53991,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53992,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53993,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53994,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53995,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53996,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(53999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54004,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54005,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54006,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54007,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54008,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54009,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(54010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54020,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54023,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54028,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54029,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(54030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54035,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54042,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54043,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54044,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54045,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54046,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54047,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54048,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54051,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(54052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54059,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54065,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54077,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54081,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(54082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54111,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54113,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(54114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54121,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54122,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(54123,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(54124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54136,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54137,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54138,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(54139,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(54140,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54141,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(54142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54144,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(54145,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(54146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54149,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(54150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54151,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54158,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(54159,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(54160,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(54161,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(54162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54164,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54167,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(54168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54182,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54183,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54184,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54185,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54189,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54194,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(54195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54279,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54284,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54286,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(54287,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54288,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(54289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54290,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54292,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(54293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54300,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54304,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(54305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54306,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54317,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54331,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(54332,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54333,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(54334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54335,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(54336,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54337,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54342,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(54343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54345,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(54346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54348,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54350,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(54351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54360,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54366,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(54367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54378,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(54379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54384,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54394,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54395,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54397,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(54398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54410,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54446,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54447,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54449,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54451,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54452,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54454,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54457,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(54458,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54459,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54461,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54462,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54463,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54465,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54466,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54467,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(54468,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(54469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54471,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54472,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54473,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54474,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54477,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(54478,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(54479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54480,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(54481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54492,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54493,1,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(54494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54495,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54499,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54500,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54504,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54509,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54510,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54514,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54516,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54519,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(54520,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(54521,2,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(54522,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(54523,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54525,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54530,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54531,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54532,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54533,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54534,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54535,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54548,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54549,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54556,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(54557,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(54558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54559,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(54560,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54564,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(54565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54576,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(54577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54578,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54585,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54586,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(54587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54593,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54594,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(54595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54598,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(54599,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(54600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54604,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54605,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54615,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(54616,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(54617,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54622,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54624,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54625,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54626,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54627,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54628,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54629,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54630,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54631,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54632,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54635,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54636,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(54637,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54638,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(54639,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54647,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54649,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(54650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54658,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54660,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54676,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54678,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54679,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54680,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(54681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54682,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54683,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54684,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54685,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54687,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(54688,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(54689,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54693,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(54694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54698,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(54699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54705,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(54706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54707,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(54708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54710,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54715,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54716,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54728,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54731,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54733,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(54734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54737,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54738,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(54739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54740,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54741,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54742,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54758,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54764,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54765,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54766,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54767,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54769,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(54770,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(54771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54772,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54774,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54775,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54777,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(54778,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54783,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(54784,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54785,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54786,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54787,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54788,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54797,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(54798,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(54799,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(54800,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(54801,2,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(54802,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54803,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(54804,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54805,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54806,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54807,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54808,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54809,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54810,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54811,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54812,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54813,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54814,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54815,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54816,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54817,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54818,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54819,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54820,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54821,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54822,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54823,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54824,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54825,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54826,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54827,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54832,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54835,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54836,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54837,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54838,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54839,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54840,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54841,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54845,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54846,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(54847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54851,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54852,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(54853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54869,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(54870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54872,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54877,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54881,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54883,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(54884,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(54885,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(54886,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(54887,2,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(54888,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(54889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54892,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(54893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54896,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54898,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54899,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(54900,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(54901,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(54902,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(54903,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(54904,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(54905,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(54906,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(54907,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(54908,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54909,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54929,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54930,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54939,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(54940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54941,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(54942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54943,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54948,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(54949,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(54950,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(54951,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(54952,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(54953,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(54954,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(54955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54956,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54957,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54962,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(54963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54971,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54982,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54988,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(54989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(54999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55008,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55013,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(55014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55025,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55029,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(55030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55045,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(55046,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55048,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55049,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(55050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55054,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55055,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55056,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55060,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(55061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55063,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(55064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55078,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55081,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55082,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(55083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55090,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(55091,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(55092,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(55093,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(55094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55095,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(55096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55098,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55099,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(55100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55108,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(55109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55111,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55112,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55113,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55114,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55116,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55118,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55125,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(55126,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(55127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55130,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55147,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55151,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55153,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(55154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55155,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55156,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55172,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55175,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55178,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55182,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55183,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55187,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55189,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(55190,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(55191,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55193,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(55194,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(55195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55196,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(55197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55201,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(55202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55210,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(55211,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55218,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55219,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55220,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55221,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55224,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(55225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55230,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55240,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(55241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55267,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55283,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55284,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55285,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55286,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55288,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(55289,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(55290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55291,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55307,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55310,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55311,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55312,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55313,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55314,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55315,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(55316,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(55317,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(55318,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(55319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55322,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55323,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55324,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55325,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55326,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55327,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55328,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55329,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55330,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55331,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55332,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55333,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55334,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55335,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(55336,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(55337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55349,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55350,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55352,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55353,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(55354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55358,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(55359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55361,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(55362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55365,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(55366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55368,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(55369,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55375,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55376,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(55377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55379,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(55380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55414,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(55415,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(55416,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55417,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55418,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(55419,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55451,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55452,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55453,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55469,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55471,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55472,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55473,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55482,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55484,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(55485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55488,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(55489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55491,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(55492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55493,1,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(55494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55495,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55500,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(55501,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55502,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(55503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55508,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(55509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55518,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55522,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55523,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55524,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55525,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55535,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(55536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55537,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55561,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55568,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55570,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(55571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55573,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(55574,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55575,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55580,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55581,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55584,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55591,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55604,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(55605,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(55606,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(55607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55608,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55616,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55618,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55624,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55625,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(55626,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(55627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55630,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55641,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(55642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55646,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55655,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(55656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55664,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55666,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(55667,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55670,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55703,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55704,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(55705,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55707,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(55708,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55727,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(55728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55734,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(55735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55738,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(55739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55740,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55747,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55757,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55789,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55826,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(55827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55828,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(55829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55834,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55894,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(55895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55915,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55916,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55917,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55918,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55935,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(55936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55937,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55941,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55942,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55960,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55969,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(55970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55973,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(55974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(55999,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56000,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56001,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56002,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56003,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56010,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(56011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56016,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(56017,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(56018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56039,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56041,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56042,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56043,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56044,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56045,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56046,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56047,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56053,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56059,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56060,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56067,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(56068,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56070,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(56071,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56072,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56073,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56091,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56093,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(56094,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(56095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56140,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56141,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56159,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56165,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56170,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56171,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56174,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56178,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56181,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56182,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56183,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56184,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56187,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56188,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56189,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56193,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56195,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56205,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56208,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56209,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56210,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(56211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56212,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56217,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(56218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56220,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56221,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56222,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56225,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56226,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56243,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(56244,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(56245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56247,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56249,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56250,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56251,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(56252,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56254,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56255,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56256,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56257,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56258,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(56259,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56260,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56262,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(56263,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(56264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56265,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56272,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(56273,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56286,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56287,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56288,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56310,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(56311,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56312,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56313,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56314,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56315,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56316,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56317,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56318,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56319,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56320,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56321,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56322,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56323,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56324,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56325,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56326,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56327,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56328,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56329,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56330,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56331,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56332,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56333,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56334,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56335,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56336,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56337,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56338,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56339,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56340,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56341,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56342,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56343,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56344,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56345,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56346,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56347,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56349,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56350,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56351,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56365,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56366,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56367,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56372,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56373,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56387,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56389,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56395,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(56396,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(56397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56398,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(56399,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56405,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56421,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(56422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56438,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56446,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56448,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56452,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(56453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56454,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56462,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(56463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56493,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(56494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56495,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(56496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56499,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56500,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(56501,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56502,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(56503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56508,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56509,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56510,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56512,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56513,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(56514,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(56515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56516,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56517,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56518,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56520,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56521,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(56522,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56523,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56524,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56525,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56526,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56527,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56528,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56529,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56530,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56531,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56532,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56533,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56534,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56535,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56536,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(56537,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56538,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56539,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56540,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56541,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56542,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56543,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56544,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56545,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56546,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56547,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56548,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56549,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56550,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56551,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(56552,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56553,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56554,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56555,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56556,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(56557,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56558,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56559,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56560,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56561,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56562,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56563,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56564,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56565,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56566,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56567,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56568,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56569,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56570,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56571,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56572,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56573,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56574,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56575,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56576,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56577,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56578,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56579,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56580,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56581,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56583,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56584,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56585,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(56586,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56587,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(56588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56592,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(56593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56599,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56600,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56602,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56603,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56604,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56605,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56606,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56607,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56616,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56618,1,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56621,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56622,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(56623,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56624,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56625,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56626,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(56627,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56629,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56631,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(56632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56634,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(56635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56638,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56669,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(56670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56676,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56677,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(56678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56684,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56689,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(56690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56697,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56701,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(56702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56704,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(56705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56706,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(56707,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56713,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(56714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56715,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56737,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(56738,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(56739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56740,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(56741,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(56742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56743,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(56744,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56746,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56748,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(56749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56753,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56754,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56755,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56756,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56760,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56761,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56762,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56763,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56769,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(56770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56777,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(56778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56808,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(56809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56818,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56846,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56861,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(56862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56873,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(56874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56881,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(56882,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(56883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56885,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(56886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56887,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56891,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(56892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56899,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(56900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56901,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56903,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56905,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(56906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56907,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56910,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56911,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(56912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56916,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56919,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56921,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56922,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56925,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56927,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(56928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56929,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56930,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56931,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56932,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56933,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56934,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56935,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56936,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56937,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56938,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56939,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56940,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56941,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56942,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56943,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56944,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56945,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56946,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56947,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56948,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56949,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(56950,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(56951,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(56952,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(56953,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(56954,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(56955,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(56956,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(56957,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(56958,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(56959,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(56960,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(56961,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(56962,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(56963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56964,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(56965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56966,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(56967,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(56968,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(56969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56977,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(56978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(56999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57000,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57012,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57013,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57014,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57023,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57026,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57034,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57041,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57042,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57043,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57044,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57046,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57055,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57064,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57065,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57066,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57067,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57068,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57069,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57070,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(57071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57073,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57074,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57076,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57085,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57087,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57089,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57090,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57092,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57094,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57096,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57098,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57099,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57102,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(57103,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(57104,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(57105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57106,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57107,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(57108,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57109,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57122,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57126,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57131,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57132,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57135,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(57136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57137,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(57138,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57140,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(57141,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(57142,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57143,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57144,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57145,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57148,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57152,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57153,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57154,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57155,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57158,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57160,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57161,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(57162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57165,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57169,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57176,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57178,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57180,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57181,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(57182,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57185,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57187,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57189,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57198,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57205,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57208,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57209,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57210,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(57211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57220,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57223,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57225,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57227,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57228,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57231,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57232,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57234,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57235,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57236,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57246,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57248,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57249,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57250,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57252,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57256,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57258,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57259,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57260,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57261,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57262,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57269,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57271,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(57272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57278,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57298,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57300,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57303,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57305,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57306,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57307,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57308,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57310,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57312,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57313,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(57314,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57315,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57324,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57326,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57336,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(57337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57338,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(57339,4,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57340,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57341,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57344,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57345,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57346,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57347,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57349,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57359,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57367,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57368,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57370,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(57371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57373,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57378,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57379,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57380,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57390,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(57391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57472,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(57473,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57477,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57478,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(57479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57487,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57488,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57490,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57496,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57501,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57508,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(57509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57511,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57512,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(57513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57514,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57515,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57516,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57529,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57531,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(57532,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57534,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57535,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57539,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(57540,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57545,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57547,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57548,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57552,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57555,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57581,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57582,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57583,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57598,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57599,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57600,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57601,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57602,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57603,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57604,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57605,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57606,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57607,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57608,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57609,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57610,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57611,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57612,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57613,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57614,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57615,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57616,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57617,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57618,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57619,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57620,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57621,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57622,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57623,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57624,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57625,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57626,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57627,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57628,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57629,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57630,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57631,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57632,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57633,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57634,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57635,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57636,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57637,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57638,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57639,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57640,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57641,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57642,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57643,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57644,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57645,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57646,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57647,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57648,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57649,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57650,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57651,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57652,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57653,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57654,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57655,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57656,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57657,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57658,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57659,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57660,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57661,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57662,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57663,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57664,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57665,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57666,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57667,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57668,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57669,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57670,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57671,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57672,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57673,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57674,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57675,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57676,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57677,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57678,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57679,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57680,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57681,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57682,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57683,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57684,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57685,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57686,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57687,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57688,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57689,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57690,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57691,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57692,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57693,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57694,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(57695,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(57696,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57697,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(57698,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57699,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(57700,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(57701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57702,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(57703,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(57704,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(57705,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(57706,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(57707,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(57708,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(57709,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(57710,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57711,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57712,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(57713,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(57714,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57715,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57717,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57719,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(57720,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(57721,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(57722,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(57723,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(57724,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(57725,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(57726,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(57727,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(57728,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(57729,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(57730,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(57731,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(57732,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57733,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(57734,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57736,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57737,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(57738,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57739,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(57740,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(57741,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57746,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57747,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57748,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57749,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57750,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57751,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57752,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57753,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57754,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57755,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57756,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57757,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57758,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57759,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57760,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57761,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57762,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57763,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57764,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57765,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57766,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57767,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57768,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57769,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57770,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57771,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57772,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57773,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57774,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57775,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57776,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57777,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57778,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57779,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57780,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57784,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(57785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57787,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57789,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57790,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57791,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57792,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57793,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(57794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57808,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57813,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57814,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(57815,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57818,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(57819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57824,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57826,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57827,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57830,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57831,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57833,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57834,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(57835,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57837,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57838,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57845,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57846,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57847,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57851,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57852,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57853,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57854,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57855,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(57856,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57857,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57858,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57859,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57860,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57861,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57862,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57863,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57864,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57865,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57866,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57867,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57868,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57869,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57870,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57871,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57872,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57873,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57874,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57875,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57876,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57877,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57878,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57879,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57881,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57882,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57883,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57886,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57892,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57895,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57902,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57903,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57904,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57909,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57919,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57920,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57921,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57923,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57928,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57929,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(57930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57932,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57933,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57934,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57941,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57943,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57944,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57945,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57949,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57950,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57951,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57955,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57956,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57958,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57960,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57962,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57964,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57966,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57968,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57969,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57973,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57974,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57976,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57978,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57980,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57981,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57985,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57986,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57988,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(57989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57995,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(57996,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(57997,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(57998,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(57999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58001,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(58002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58004,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58006,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58007,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58008,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58012,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58017,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58037,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(58038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58040,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(58041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58045,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(58046,7,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(58047,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58071,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58074,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58077,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58079,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(58080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58081,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58082,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58083,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(58084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58087,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58088,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58089,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58090,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58091,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58092,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58093,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(58094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58097,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(58098,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58100,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(58101,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58106,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(58107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58122,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(58123,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(58124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58125,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(58126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58129,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(58130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58131,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58143,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58148,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(58149,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58151,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58152,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58162,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(58163,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(58164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58165,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(58166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58171,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58172,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(58173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58187,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(58188,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(58189,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(58190,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(58191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58192,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(58193,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(58194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58195,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58199,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58206,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58235,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(58236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58238,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(58239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58240,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(58241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58242,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(58243,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(58244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58246,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58248,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(58249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58252,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58261,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58263,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(58264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58265,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(58266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58276,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58279,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58280,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58281,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(58282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58306,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58315,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58316,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58322,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58323,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58324,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58325,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58326,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58327,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58328,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58330,2,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(58331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58332,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58333,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(58334,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(58335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58337,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(58338,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(58339,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58340,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58341,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58342,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58343,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58369,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58370,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58371,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58391,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58398,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58399,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58400,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58404,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58405,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(58406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58410,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(58411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58414,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58415,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58416,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58417,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58452,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58457,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58462,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58463,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58467,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(58468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58470,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(58471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58481,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58485,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58486,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58487,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58488,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58489,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58491,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58492,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58493,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58494,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58496,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58497,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58498,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58499,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58500,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58501,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58502,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(58503,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(58504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58509,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58515,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(58516,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58521,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58522,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58527,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(58528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58536,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(58537,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(58538,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(58539,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(58540,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(58541,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(58542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58543,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(58544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58545,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58549,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(58550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58552,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(58553,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58574,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58577,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(58578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58582,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58583,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58584,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58586,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58593,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(58594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58598,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(58599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58601,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(58602,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58604,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(58605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58611,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(58612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58613,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58616,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58618,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(58619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58635,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58637,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(58638,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(58639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58640,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(58641,4,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58644,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58645,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58648,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58649,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58663,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58667,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(58668,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58669,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58673,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58675,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58699,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(58700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58702,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58706,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58708,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58713,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(58714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58715,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58717,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58739,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58741,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58744,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58745,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(58746,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58747,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58748,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(58749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58751,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58754,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58755,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(58756,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(58757,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(58758,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(58759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58764,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(58765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58768,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58777,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58780,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58781,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(58782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58807,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(58808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58811,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(58812,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(58813,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(58814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58817,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58818,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58819,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58820,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58824,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58833,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58835,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58844,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(58845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58850,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58851,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(58852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58860,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58862,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58869,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(58870,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58871,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(58872,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58873,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(58874,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58875,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(58876,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58877,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(58878,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58898,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58900,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(58901,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(58902,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(58903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58905,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(58906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58916,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58917,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(58918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58941,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(58942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58950,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58951,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58958,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58963,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58967,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(58968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58970,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58974,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58982,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(58983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58987,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(58988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(58999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59005,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(59006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59011,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59017,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59022,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(59023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59026,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(59027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59030,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59033,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59038,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59045,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59046,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(59047,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59048,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59049,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59050,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(59051,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(59052,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59053,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59054,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(59055,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59056,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59057,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59058,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59059,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(59060,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59061,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59062,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59063,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59064,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(59065,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59066,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59067,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59069,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59070,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(59071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59081,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(59082,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(59083,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(59084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59087,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59091,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(59092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59095,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(59096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59097,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59135,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(59136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59141,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59142,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59144,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59148,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59149,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(59150,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(59151,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59152,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59153,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59154,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59155,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59156,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59157,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(59158,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59159,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59160,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59161,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59162,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59163,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59164,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(59165,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59166,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59167,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59168,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59169,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59171,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59184,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59189,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59190,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(59191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59199,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59201,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59217,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(59218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59219,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59220,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59221,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59222,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(59223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59224,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59225,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(59226,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(59227,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(59228,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(59229,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59230,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59231,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59232,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(59233,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59234,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59235,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(59236,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(59237,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59238,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59239,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(59240,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59241,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(59242,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59243,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59244,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59245,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59249,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(59250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59252,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59257,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59280,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59282,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59292,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59300,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(59301,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59302,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(59303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59304,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59305,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59306,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59307,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59308,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59309,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59310,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59311,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59312,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59313,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(59314,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(59315,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59316,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59317,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59318,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59319,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59320,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59321,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(59322,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59323,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59324,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59325,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59332,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59341,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59343,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59344,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59360,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59361,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(59362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59365,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59369,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(59370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59372,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59373,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(59374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59381,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59383,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(59384,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(59385,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59386,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59387,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59388,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59390,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(59391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59393,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59395,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59396,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59398,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59399,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59400,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59401,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(59402,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(59403,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59404,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59405,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(59406,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(59407,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(59408,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59409,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59410,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59411,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(59412,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59413,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59414,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(59415,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59416,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(59417,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59418,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(59419,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59420,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59421,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(59422,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59429,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59432,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(59433,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(59434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59456,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59457,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59458,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(59459,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59467,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59480,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(59481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59483,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(59484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59485,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59486,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59487,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59488,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59493,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(59494,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(59495,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59496,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59498,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59499,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59500,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(59501,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59502,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59503,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59504,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59505,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59506,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59507,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59510,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59513,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59514,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59515,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59516,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59517,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59518,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59519,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59520,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59521,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59522,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59523,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59524,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59525,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59526,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59527,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59528,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(59529,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59530,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59531,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59532,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59533,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59534,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59580,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59587,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59588,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59589,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(59590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59599,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(59600,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(59601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59602,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(59603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59604,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59610,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59612,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59614,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59616,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59620,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59622,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59624,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(59625,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59626,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59640,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59642,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(59643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59647,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59648,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59650,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59651,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59652,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59653,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59678,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59702,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(59703,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59706,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59707,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59708,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59709,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(59710,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(59711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59715,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59723,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59724,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(59725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59729,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59731,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59736,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59737,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59742,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(59743,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(59744,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59749,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59759,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59761,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(59762,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(59763,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59764,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(59765,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59768,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59770,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59779,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59783,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(59784,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59789,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59792,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59793,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59795,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59796,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59803,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59806,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59814,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59827,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59831,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59832,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59835,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59842,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(59843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59844,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(59845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59848,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(59849,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59855,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59866,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59869,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59871,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59872,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59883,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59884,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59885,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59886,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59887,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59888,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59889,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59890,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59891,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59892,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59893,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59894,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59895,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59896,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59897,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59898,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59899,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59900,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59901,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59902,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59903,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59904,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59905,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59906,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59907,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59908,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59909,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59910,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59911,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59912,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59913,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59914,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59915,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59916,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59917,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59918,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59929,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(59930,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59932,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59933,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(59934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59945,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59946,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(59947,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59954,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59955,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59956,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59957,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59958,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59959,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(59960,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(59961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59962,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(59963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59964,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59966,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(59967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59970,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59971,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59974,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59976,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(59977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59978,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(59979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59980,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59981,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59982,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59983,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59984,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59992,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59993,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(59994,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(59995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(59999,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(60000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60004,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(60005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60006,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60009,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60017,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(60018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60021,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60022,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60024,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60039,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60040,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60068,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60086,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(60087,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(60088,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60089,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60092,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60093,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(60094,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(60095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60096,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(60097,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(60098,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(60099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60100,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(60101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60107,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60110,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60112,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60118,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60123,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(60124,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(60125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60127,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60133,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60134,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60135,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60136,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60137,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(60138,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60139,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60140,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60141,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60142,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60143,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60144,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60145,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60146,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60147,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60148,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60149,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60150,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60151,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(60152,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60154,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60157,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(60158,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(60159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60168,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(60169,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(60170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60171,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(60172,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(60173,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(60174,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(60175,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60177,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60178,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(60179,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(60180,6,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(60181,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60182,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(60183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60189,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60191,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60192,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60193,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60194,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60199,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(60200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60202,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60206,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60211,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60212,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(60213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60216,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(60217,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(60218,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60219,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(60220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60221,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60222,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(60223,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(60224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60227,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(60228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60230,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(60231,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(60232,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60233,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60234,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(60235,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60236,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60237,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60238,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60239,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(60240,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60241,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60242,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60243,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60244,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(60245,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(60246,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60247,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(60248,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60249,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60254,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(60255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60264,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(60265,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(60266,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60269,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60270,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60271,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(60272,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(60273,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(60274,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(60275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60277,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(60278,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(60279,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60281,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60291,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60293,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60294,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60295,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60297,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(60298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60301,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60304,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60305,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60306,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60308,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60311,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60312,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60314,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60318,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60320,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(60321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60323,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60326,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(60327,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60328,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(60329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60330,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(60331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60334,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60335,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(60336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60342,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60350,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60360,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60361,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(60362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60364,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(60365,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60366,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(60367,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60368,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(60369,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60370,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60371,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(60372,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60373,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60374,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60375,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(60376,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60377,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60378,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60379,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60380,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60381,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60382,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(60383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60384,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(60385,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60386,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60387,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60388,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60389,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60390,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60391,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60392,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60393,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60394,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60395,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60396,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60397,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60398,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60399,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60400,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60401,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60402,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60403,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60404,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60405,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60406,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60407,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60408,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60409,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60410,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60411,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60412,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60413,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60414,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60415,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60416,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60417,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60418,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60419,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60420,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60421,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(60422,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60425,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60426,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60428,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(60429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60435,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(60436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60438,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60439,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(60440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60449,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60451,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60452,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60455,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60456,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60457,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(60458,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60459,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60462,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60463,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(60464,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60465,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60466,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60467,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60470,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60473,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60483,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60484,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(60485,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60486,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60487,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(60488,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60489,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(60490,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60491,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(60492,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60493,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(60494,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60495,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60496,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60497,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(60498,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60499,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60500,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60501,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60502,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60508,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60509,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60510,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60511,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60512,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60525,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60528,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60532,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(60533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60537,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(60538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60539,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60540,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(60541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60543,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60544,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60548,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60549,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60550,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60558,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60565,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60566,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(60567,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60574,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60575,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60576,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60577,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60578,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60580,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60583,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60585,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60595,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(60596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60598,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60601,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60602,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(60603,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(60604,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(60605,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60606,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60607,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(60608,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60609,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60610,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(60611,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60612,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(60613,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(60614,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(60615,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60616,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60617,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60618,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60619,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60623,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(60624,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60625,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60626,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60629,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60632,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60635,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60636,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60637,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60640,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60647,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(60648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60650,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60655,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60661,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(60662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60663,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(60664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60667,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(60668,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(60669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60672,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60673,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60674,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(60675,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(60676,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60678,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60679,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(60680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60691,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(60692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60693,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60694,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60697,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60698,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(60699,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(60700,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60701,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60702,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60703,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60704,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60705,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(60706,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60707,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60708,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60709,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60710,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60711,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60712,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(60713,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(60714,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60715,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(60716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60718,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60722,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60727,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60728,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60729,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60730,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60731,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60732,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60733,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60734,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60735,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60736,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60737,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60738,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60739,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60740,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60741,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60742,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60743,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60744,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60745,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60746,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60747,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60748,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60749,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60750,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60751,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60752,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60753,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60754,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60755,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60756,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60757,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60758,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60759,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60760,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60761,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60762,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60763,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60764,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60765,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60768,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60773,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60774,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(60775,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60776,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(60777,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(60778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60779,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60782,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60783,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60784,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(60785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60789,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60791,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60793,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60796,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60798,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60799,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60800,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60801,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60802,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60813,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60814,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60820,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60821,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60822,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60823,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60824,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60825,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(60826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60827,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60829,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(60830,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60831,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(60832,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(60833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60834,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(60835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60836,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60837,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60841,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60842,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60843,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(60844,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60845,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60846,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60847,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60848,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60849,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60852,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60854,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60857,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(60858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60860,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60863,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(60864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60869,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(60870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60873,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(60874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60876,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(60877,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(60878,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60879,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60880,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60881,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60882,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60883,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60884,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60885,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60886,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60887,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60888,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60889,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60890,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60891,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60892,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60893,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60894,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60895,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60896,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60897,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60898,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60899,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60900,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60901,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60902,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60903,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60904,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60905,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60906,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60907,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60908,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60909,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60910,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60911,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60912,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60913,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60914,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60915,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60916,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60917,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60918,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60919,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60920,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60921,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60922,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60923,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60924,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60925,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60926,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60927,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60928,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60929,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60930,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60931,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60932,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60941,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60942,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60943,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60944,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60945,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60946,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60947,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60948,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(60949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60950,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60951,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60957,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60958,0,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(60959,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60960,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60961,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60962,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60963,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60964,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60965,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60966,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60967,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60968,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60969,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60970,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60971,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60972,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60973,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60974,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60975,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60976,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60977,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60978,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60979,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60980,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60981,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60982,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60983,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60984,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60985,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60986,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60987,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60988,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60989,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60990,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60991,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60992,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60995,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60996,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(60997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(60999,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(61000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61002,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61003,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61008,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61010,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(61011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61012,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61031,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61032,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61033,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61034,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(61035,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61036,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(61037,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61038,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61039,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61040,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(61041,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61042,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61043,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61044,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(61045,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61046,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61047,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61048,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61049,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61050,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61051,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61052,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(61053,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61055,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(61056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61058,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61059,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61060,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(61061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61064,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(61065,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61070,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(61071,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(61072,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(61073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61074,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61078,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(61079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61080,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61092,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61093,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61094,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61095,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61096,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61098,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61103,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61104,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61105,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(61106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61124,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(61125,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61127,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61130,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61131,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61132,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61133,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61134,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61137,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(61138,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61139,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(61140,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61141,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61142,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61143,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(61144,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61145,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61146,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61147,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(61148,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61149,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61150,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61151,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(61152,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61153,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61154,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(61155,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61156,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61157,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61160,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61161,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61170,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(61171,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61189,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61190,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61191,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61197,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61198,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61200,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(61201,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(61202,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(61203,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61213,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61214,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(61215,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(61216,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61227,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61230,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61239,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61275,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61285,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61289,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(61290,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(61291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61301,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61302,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(61303,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(61304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61306,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61307,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61308,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61309,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61310,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61311,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(61312,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61313,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61314,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(61315,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61316,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(61317,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61318,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(61319,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61320,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61321,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61322,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61323,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61324,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61325,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61329,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61330,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(61331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61334,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61337,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61339,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61340,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61342,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61355,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61357,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(61358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61360,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61362,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61367,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61368,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61371,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61373,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61375,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61376,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61377,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61384,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61385,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61386,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61387,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61388,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61389,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61390,4,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(61391,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61392,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61393,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61394,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61395,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61396,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61397,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61398,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61399,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61400,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61401,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(61402,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61409,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(61410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61412,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61413,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61414,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61415,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61418,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61420,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(61421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61422,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(61423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61430,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61431,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(61432,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(61433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61442,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61443,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61444,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61445,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61446,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61448,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61449,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61451,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(61452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61455,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61459,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(61460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61467,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(61468,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(61469,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(61470,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(61471,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61472,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61473,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(61474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61477,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(61478,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(61479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61481,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61487,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61491,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(61492,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61494,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61497,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(61498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61507,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(61508,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61509,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61510,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61511,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61512,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61513,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61514,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(61515,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61516,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61517,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61518,4,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(61519,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61520,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61521,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(61522,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61523,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61524,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61528,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61532,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61534,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61536,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61538,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61545,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61546,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(61547,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61548,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(61549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61553,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(61554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61556,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(61557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61569,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61573,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(61574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61584,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61585,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61593,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(61594,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(61595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61604,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61605,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61606,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61607,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61608,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61609,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61610,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61611,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(61612,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61613,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(61614,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61615,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61616,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61617,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61618,4,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(61619,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61620,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61621,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(61622,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(61623,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61629,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61631,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(61632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61640,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(61641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61642,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61643,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(61644,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(61645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61648,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61651,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61653,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61654,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61655,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61657,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(61658,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61660,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61662,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(61663,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61664,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61672,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61673,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61674,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61675,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61676,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61677,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61678,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61679,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61682,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(61683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61684,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61685,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61686,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61695,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61696,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61697,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61708,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61710,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61714,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61715,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61717,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61718,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(61719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61743,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61744,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(61745,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(61746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61749,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61750,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61753,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61754,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(61755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61757,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(61758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61777,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61785,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61787,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(61788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61805,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61812,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61813,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61814,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(61815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61816,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61817,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61818,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61819,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61829,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61831,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61832,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61833,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61834,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61835,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61840,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61842,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61853,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(61854,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61862,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61872,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(61873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61875,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(61876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61889,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(61890,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61891,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61893,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61902,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61912,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61913,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61916,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61917,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61918,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61919,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61920,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61921,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61922,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61924,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61925,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61926,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(61927,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(61928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61929,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61930,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(61931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61936,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61943,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(61944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61945,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61946,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(61947,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61949,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(61950,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(61951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61953,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61954,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61958,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(61959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61976,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(61977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61978,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(61979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61991,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(61992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61995,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(61996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62001,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(62002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62005,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(62006,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62018,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(62019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62023,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(62024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62034,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62035,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62036,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62037,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62038,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62046,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62047,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62051,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(62052,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(62053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62054,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(62055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62056,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62058,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62059,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62061,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(62062,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(62063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62066,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62068,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62070,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(62071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62076,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62081,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(62082,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62088,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62089,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(62090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62100,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62103,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(62104,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62105,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62145,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62146,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(62147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62149,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62150,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62151,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62152,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62153,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62154,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62155,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62156,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(62157,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62161,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62177,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(62178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62183,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62189,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62194,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62196,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(62197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62203,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(62204,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62205,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62207,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62208,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62217,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62218,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62219,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62220,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62221,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62222,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62223,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62224,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62225,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62226,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62227,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62228,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(62229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62231,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(62232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62242,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62243,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(62244,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62245,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62246,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62247,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(62248,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62249,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62250,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62251,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62252,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62253,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62254,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(62255,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(62256,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62257,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62258,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62259,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62260,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62261,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62262,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(62263,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62264,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(62265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62267,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62268,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62271,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62278,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62285,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(62286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62287,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(62288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62296,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62297,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62303,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62307,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62310,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62313,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(62314,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62318,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(62319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62320,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(62321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62322,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62323,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62324,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62328,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62331,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62335,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62336,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62337,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62338,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62339,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62342,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62343,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62344,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62345,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(62346,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62350,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(62351,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(62352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62356,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62357,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62358,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62359,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62360,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62361,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62362,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62363,4,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(62364,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62365,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62366,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62367,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62368,4,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(62369,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(62370,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62371,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62372,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62373,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62374,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62385,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62386,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(62387,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62389,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62391,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62399,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62405,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62409,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(62410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62416,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62417,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(62418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62436,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(62437,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62438,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(62439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62441,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62442,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62443,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(62444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62454,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62457,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62458,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62459,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62460,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62461,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62462,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62463,6,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(62464,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62476,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(62477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62488,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(62489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62491,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62494,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(62495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62500,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(62501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62503,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62507,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62509,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62510,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62511,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62515,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62516,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62517,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62521,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62522,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62524,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62526,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62528,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62530,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62531,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62534,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62536,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62538,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62539,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62542,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62544,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62546,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62548,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62550,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62551,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62554,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62557,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62558,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62559,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62560,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62565,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(62566,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62567,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(62568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62569,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62573,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(62574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62575,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62577,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(62578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62584,4,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(62585,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62587,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62596,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62600,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62601,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62604,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62615,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(62616,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62617,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62618,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(62619,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62620,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62621,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62622,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62623,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62624,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62625,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62626,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62627,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62628,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62629,4,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(62630,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62631,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62632,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62633,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62634,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62635,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62636,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62637,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62639,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(62640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62647,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62648,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62649,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62650,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62651,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62652,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62653,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62654,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62656,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62657,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62658,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62659,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62660,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62661,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(62662,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(62663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62664,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62670,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(62671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62672,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(62673,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(62674,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(62675,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62676,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(62677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62680,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62685,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(62686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62687,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62688,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(62689,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(62690,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(62691,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(62692,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(62693,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(62694,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(62695,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(62696,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(62697,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(62698,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(62699,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(62700,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(62701,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(62702,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(62703,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(62704,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(62705,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(62706,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(62707,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(62708,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(62709,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(62710,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(62711,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(62712,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(62713,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(62714,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(62715,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(62716,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(62717,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(62718,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(62719,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62724,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(62725,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62726,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(62727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62743,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(62744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62745,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62746,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(62747,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(62748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62752,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(62753,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62754,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(62755,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(62756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62757,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62760,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62770,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62771,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62772,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62773,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(62774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62775,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62780,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62781,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62785,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62786,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62787,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62788,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62791,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62792,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62816,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62817,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62818,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62819,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62820,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62821,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62827,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62829,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(62830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62831,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62832,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62833,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62834,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62835,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62836,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62837,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62838,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62839,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62840,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(62841,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62842,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62849,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62855,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62856,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(62857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62863,1,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(62864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62875,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62876,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62877,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62878,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62880,1,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(62881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62887,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62888,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(62889,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(62890,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(62891,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62892,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(62893,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62894,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62895,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62896,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62897,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62898,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62899,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62900,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62901,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62907,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62909,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62910,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62911,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62912,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62914,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62923,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62936,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(62937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62946,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(62947,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(62948,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62950,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62951,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(62952,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62953,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62954,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62955,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(62956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62960,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(62961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62962,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62965,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62966,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(62967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62968,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62969,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62970,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62971,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62972,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62973,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62974,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62975,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62976,4,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(62977,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62978,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62979,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62980,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62981,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62982,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62983,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62984,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62985,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(62986,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(62987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63001,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63002,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63005,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(63006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63007,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63009,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(63010,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63019,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63020,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63025,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63026,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63029,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63030,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63033,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63034,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(63035,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(63036,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(63037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63038,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63043,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63053,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63054,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63055,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63057,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63060,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63061,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63062,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63063,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63064,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63065,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63066,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63067,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63068,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63069,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63070,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63071,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63072,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63073,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63074,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63075,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63076,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63077,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63078,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63079,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63080,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63081,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63082,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63083,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63084,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63085,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63086,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63087,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63088,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63089,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63090,4,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(63091,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63092,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63094,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63095,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63101,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63104,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63106,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63112,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63115,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63116,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63117,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63118,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63119,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63136,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63137,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63148,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63166,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(63167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63184,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63185,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63189,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(63190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63192,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63197,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63202,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63210,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63226,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(63227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63241,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63242,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63248,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63253,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63254,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(63255,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63256,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(63257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63259,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(63260,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63263,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63265,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63267,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(63268,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63269,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63270,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63271,4,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(63272,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63273,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(63274,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63275,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63276,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63277,4,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(63278,4,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(63279,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63280,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63281,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(63282,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63283,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63284,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63285,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63286,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63287,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63289,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63298,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63300,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63305,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63306,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63307,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63310,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63311,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63312,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63314,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63315,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63317,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63331,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(63332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63335,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(63336,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63342,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(63343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63352,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63355,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63359,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63362,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63364,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63365,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(63366,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63367,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63368,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63369,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63370,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63374,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63375,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63376,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63377,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63378,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63379,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63380,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63381,4,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(63382,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63383,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63384,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63385,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63386,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63387,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63388,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(63389,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63390,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63391,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63392,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63394,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63399,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63402,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63403,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63404,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63405,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(63406,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(63407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63408,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63415,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63416,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63417,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63418,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63419,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63420,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63421,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63422,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63423,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63424,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63425,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63426,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63427,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63428,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63429,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63430,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63431,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63432,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63433,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63434,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63435,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63436,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63437,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63438,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63439,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63440,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63441,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63442,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63443,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63444,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63457,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63458,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63460,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63461,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63462,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63464,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63467,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63471,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63473,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63474,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63475,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(63476,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63477,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63480,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63481,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63482,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(63483,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(63484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63485,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63496,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63498,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63499,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63500,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63502,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63503,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63504,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63505,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63506,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63507,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63508,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63509,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63510,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63511,4,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(63512,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63513,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63514,4,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(63515,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63516,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63517,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63518,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63519,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63520,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63521,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63522,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63526,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63527,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63528,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63533,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63534,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63537,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63539,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63540,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63552,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63553,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(63554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63557,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63560,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63561,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63570,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63571,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(63572,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63576,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63579,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63583,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63584,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63585,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63587,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63588,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63589,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63590,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63591,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(63592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63594,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63596,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63599,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63600,1,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(63601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63602,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63603,7,3,0,0,0,0,0,0,0,0,0,0,0,'',1),(63604,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63606,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(63607,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63609,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63610,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(63611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63612,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63613,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63614,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63615,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63616,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63617,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63618,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(63619,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63620,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63621,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63622,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63623,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63624,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63625,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63626,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63627,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63628,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63629,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63630,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(63631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63632,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(63633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63641,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(63642,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63644,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63651,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63673,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(63674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63690,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63691,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63692,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63693,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63700,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63701,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63703,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63704,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63705,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63706,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63707,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63708,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63709,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63710,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63711,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63712,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63713,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63714,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63715,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63717,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(63718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63719,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63721,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63722,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63731,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63732,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63735,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63736,4,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(63737,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(63738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63739,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63740,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63742,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63743,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63751,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63756,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63760,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63761,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63762,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63767,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(63768,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(63769,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63770,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63771,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63772,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63773,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63774,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63775,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63776,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63777,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63778,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63779,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63780,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63781,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(63782,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(63783,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63784,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63785,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63786,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(63787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63790,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63791,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63795,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63798,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63800,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63804,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63807,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63812,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63813,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(63814,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(63815,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63820,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63821,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63823,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63824,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63832,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63833,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63840,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63845,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(63846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63856,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63857,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63858,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63859,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63863,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63864,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63865,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63866,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63870,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63871,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63874,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63877,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63884,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63887,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63888,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63889,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63890,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63891,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63899,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63901,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63902,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63903,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63904,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63905,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63906,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63907,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63908,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63909,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63910,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(63911,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63912,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63913,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63914,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63915,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63916,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63917,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63918,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63919,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63920,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63921,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63923,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63924,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63925,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63927,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63928,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63929,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63930,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63933,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(63934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63935,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63936,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63937,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(63938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63939,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63943,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63944,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63948,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63949,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63953,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63954,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63955,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63956,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(63957,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63958,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63959,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63960,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63961,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63963,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63964,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63965,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(63966,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63967,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63968,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63969,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63970,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63973,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63974,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63975,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(63976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63978,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63979,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63987,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63988,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63990,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63991,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(63992,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(63993,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63994,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(63995,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(63996,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(63997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63999,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64000,1,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(64001,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64003,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(64004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64005,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64006,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64008,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64009,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64010,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64011,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64012,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64016,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64017,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64018,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64019,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64021,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64023,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64026,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64027,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64028,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(64029,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64030,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64031,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64032,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64034,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64035,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64037,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64038,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64039,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64040,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64041,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64042,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64043,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64044,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64045,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64046,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64047,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64048,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64049,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64050,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64051,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64052,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64053,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64054,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64055,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64056,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64057,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64058,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64059,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64060,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64061,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64062,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64063,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64064,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64065,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64066,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64067,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64068,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64069,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64070,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64071,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64073,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(64074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64075,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64076,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64077,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64078,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64079,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64081,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64083,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64084,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64085,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64086,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64088,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64089,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64090,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64096,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64097,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64098,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64102,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64103,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(64104,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(64105,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64107,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64109,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64111,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64112,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64113,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64114,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64115,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64116,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64120,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64122,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64123,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64124,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(64125,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64126,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64127,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64128,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64129,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64130,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64131,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64132,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64133,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64134,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64135,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64136,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64137,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64138,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64139,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64140,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64141,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(64142,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64143,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(64144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64145,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64146,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64149,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64150,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(64151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64154,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64155,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64157,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(64158,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64159,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64160,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64161,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64162,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64163,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64165,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(64166,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64171,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64173,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64176,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64179,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64180,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64181,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64183,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64184,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(64185,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64187,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64188,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64189,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64190,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64200,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64205,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(64206,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64207,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64220,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64221,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64222,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64224,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64225,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64226,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64227,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64230,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64234,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64235,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64236,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64237,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64238,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64239,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64240,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64241,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64242,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64243,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64244,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64245,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64246,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64247,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64248,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64249,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64250,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64251,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64252,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64253,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64254,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64256,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64257,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64259,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64261,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64266,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64267,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64268,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64269,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64277,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64278,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64279,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64280,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64281,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64282,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64283,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64284,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64285,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64286,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64288,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64293,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64295,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64297,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64298,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64299,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64301,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64302,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(64303,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64306,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64307,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64308,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64309,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64310,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64311,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64314,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64315,2,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64316,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64317,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64318,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64321,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64322,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64324,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64326,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64327,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64329,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64330,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64336,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64338,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64340,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64341,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64342,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64343,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64344,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64347,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64348,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64357,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64358,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64360,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64361,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64368,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64369,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64371,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64372,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64373,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64379,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64380,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64381,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64382,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64383,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64384,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(64385,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64386,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64387,7,3,0,0,0,0,0,0,0,0,0,0,0,'',1),(64388,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64389,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64390,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(64391,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64392,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64395,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64396,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64400,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64401,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64402,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64403,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64407,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64408,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64409,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64410,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64413,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64414,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64417,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64418,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64419,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64420,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64422,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64424,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64425,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64427,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64429,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64431,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64432,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(64433,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64436,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64437,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64439,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64441,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64444,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64450,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64453,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64454,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64458,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64461,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64462,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64463,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64466,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64467,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64468,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64469,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64470,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64471,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64472,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64473,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64476,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64479,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64481,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64483,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64484,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64485,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64487,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64488,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64489,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64490,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64497,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64505,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64508,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64509,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(64510,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64511,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64512,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64514,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64515,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64516,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64525,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64526,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64527,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64528,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64529,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64530,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64531,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64532,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64533,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64534,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64535,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64537,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64542,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64543,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64544,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64546,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64547,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64548,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64549,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64550,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64551,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64552,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64553,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64554,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64556,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64558,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64560,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64562,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(64563,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64564,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64565,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64566,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64567,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64568,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64569,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64572,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64573,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64574,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64575,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64576,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64577,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64578,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64580,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64582,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64583,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64584,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64585,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64588,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64590,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64592,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64598,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64599,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64600,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64601,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64604,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64605,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64608,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64609,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64610,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64612,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64614,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64615,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64616,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64638,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64640,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64644,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64648,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64672,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64674,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64675,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64676,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64678,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64679,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64680,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64685,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64686,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64687,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64691,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64692,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64693,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64695,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64696,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64698,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64699,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64705,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64707,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64710,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64712,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64715,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64717,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64720,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64722,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64723,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64726,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64727,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64728,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64730,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64736,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64737,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64738,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64740,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64741,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64742,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64743,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64744,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64745,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64746,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64747,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64750,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64751,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64752,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64753,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64756,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64758,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64759,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64760,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64761,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64763,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64764,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64765,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64766,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64767,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64769,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64770,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64777,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64778,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64780,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64782,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64783,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64786,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64788,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64796,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(64797,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64799,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64801,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64802,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64803,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64805,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64807,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64808,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64809,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64811,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(64812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64815,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64816,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64818,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64819,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64821,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64822,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64831,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64832,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64836,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64837,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64838,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64839,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64842,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64844,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64846,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64847,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64848,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64849,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64850,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64851,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(64852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64853,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64854,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64855,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64859,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64860,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64867,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64868,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(64869,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64870,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64871,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64872,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64873,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64874,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64875,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64876,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64877,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64878,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64879,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64880,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64881,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64882,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64883,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64884,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64885,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64888,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64890,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64891,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64893,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64895,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64897,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64901,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64903,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64905,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64906,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64910,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64911,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(64912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64913,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64914,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64921,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64922,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64924,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64926,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64927,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64928,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64929,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64930,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64931,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64935,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64942,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64943,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64946,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64948,2,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(64949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64951,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(64952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64954,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64955,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(64956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64962,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(64963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64968,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(64969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64986,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64993,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64996,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(64997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65094,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65109,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(65110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65114,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65115,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65116,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65117,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65118,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65119,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65121,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(65122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65141,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(65142,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(65143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65144,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(65145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65146,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65153,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65155,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65158,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(65159,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65168,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65171,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(65172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65177,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65179,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65181,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65182,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(65183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65189,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65204,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(65205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65206,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(65207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65224,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(65225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65235,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(65236,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65237,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65238,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65239,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65240,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(65241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65244,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(65245,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(65246,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65247,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65248,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65249,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65253,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65255,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(65256,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65257,4,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65259,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65260,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65261,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65262,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65277,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65279,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(65280,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(65281,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65282,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65287,1,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(65288,1,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(65289,1,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(65290,1,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(65291,1,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(65292,1,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(65293,1,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(65294,1,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(65295,1,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(65296,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65313,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(65314,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(65315,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65316,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(65317,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(65318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65322,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65330,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65331,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65335,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65338,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65341,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(65342,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65343,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65368,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65369,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65370,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65371,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65372,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65373,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65375,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65376,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65377,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65378,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65379,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65380,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65381,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65382,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65383,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65384,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65385,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65386,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65387,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65388,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65389,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65390,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65391,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65392,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65393,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65394,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65395,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65396,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65397,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65398,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65399,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65400,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65401,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65402,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65403,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65404,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65405,0,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(65406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65407,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65408,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65409,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65410,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65411,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65412,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65417,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65419,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(65420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65421,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65423,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65425,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65426,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65427,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65428,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65449,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(65450,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(65451,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(65452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65471,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(65472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65476,2,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(65477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65504,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65505,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65506,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65514,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(65515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65553,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(65554,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(65555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65560,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(65561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65567,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65568,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65569,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65570,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65576,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65598,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(65599,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(65600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65601,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(65602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65604,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65611,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65613,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65616,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65625,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65626,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65627,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65628,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65629,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65630,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65631,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65632,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65633,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65634,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65635,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65636,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65637,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65638,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65641,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65642,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65643,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(65644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65649,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(65650,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(65651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65652,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65653,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65654,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65655,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65658,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65659,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65660,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65661,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65662,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65663,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65664,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(65665,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(65666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65667,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65668,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65669,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65670,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65672,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65675,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(65676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65682,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65683,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(65684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65686,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65687,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65688,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65689,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65690,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65691,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65692,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65693,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65694,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65695,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65696,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65697,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65698,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65699,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65703,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(65704,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65708,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(65709,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(65710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65713,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(65714,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65718,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65719,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65720,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65721,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65722,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65723,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65724,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65726,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65727,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65728,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65729,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65733,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65734,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(65735,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(65736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65752,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65759,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65760,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65762,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65765,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65771,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65777,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65781,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(65782,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65783,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65786,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65789,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65790,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65794,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(65795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65796,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(65797,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(65798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65802,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65803,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(65804,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(65805,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(65806,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65808,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65814,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65815,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65819,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65820,4,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(65821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65828,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65829,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(65830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65838,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65840,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65842,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65850,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65851,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65854,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65861,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65865,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65866,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65867,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65868,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65873,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65878,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65880,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65886,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65888,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65889,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(65890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65895,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65897,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65899,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65906,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65911,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65913,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65914,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(65915,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65921,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65923,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65924,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(65925,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(65926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65927,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(65928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65929,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65934,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65941,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65946,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65947,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65948,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(65949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65955,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(65956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65960,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65966,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(65967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65970,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65971,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65977,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65979,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65987,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65990,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65991,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65992,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65997,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(65998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66000,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66001,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66002,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66006,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66008,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66017,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66019,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66020,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66021,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66023,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66024,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66031,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66034,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66035,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66036,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66037,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66039,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66040,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66041,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66043,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66044,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66045,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66046,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66047,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66048,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66050,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66051,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66052,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66053,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66055,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66057,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66058,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66059,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66060,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66061,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66062,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66063,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66064,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66065,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66066,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66067,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66068,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66070,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66071,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66072,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66073,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66074,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66075,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66076,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66078,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66079,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66081,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66082,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66083,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66084,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66085,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66086,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66087,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66088,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66089,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66090,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66091,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66092,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66093,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66094,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66095,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66096,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66097,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66098,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66101,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66103,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66104,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66105,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66106,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66107,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66115,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66116,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66118,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66120,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66121,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66122,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66124,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66125,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66126,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66128,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66129,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66130,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66131,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66134,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66135,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66136,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66137,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66138,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66139,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66141,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66142,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66143,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66144,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66145,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66146,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66148,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66149,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66151,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66152,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(66153,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66154,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66155,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66156,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66158,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66159,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66160,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66161,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66163,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66168,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66169,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66170,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66171,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66172,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66173,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66174,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66177,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66178,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66179,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66180,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66181,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66182,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66183,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66184,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66185,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66186,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66187,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66188,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66189,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66191,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66192,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66194,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66195,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66196,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66202,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66203,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66204,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66211,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66212,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66213,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66217,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66218,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66219,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66220,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66228,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66229,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66230,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66232,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66233,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66238,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66239,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66258,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66259,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66260,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66261,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66262,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66263,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66264,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66265,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66266,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66267,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66268,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66274,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66276,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66283,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(66284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66285,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66287,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66288,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66290,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(66291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66300,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66308,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66326,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66329,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66333,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66334,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66337,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66338,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(66339,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(66340,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(66341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66342,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66343,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66344,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66345,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66346,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66347,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66348,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66349,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66351,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66353,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66354,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66355,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66356,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66357,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66358,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66359,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66360,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66361,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66362,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66363,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66366,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66367,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66368,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66369,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66372,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(66373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66375,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66379,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66381,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66388,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66389,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66390,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66391,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66401,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66408,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66420,1,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(66421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66427,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66432,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66435,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66436,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66437,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66441,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66443,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(66444,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66445,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66446,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66447,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66448,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66450,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66460,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66465,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66472,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66474,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66483,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66484,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66487,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66488,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66489,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66490,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66491,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66495,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66511,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66518,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(66519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66541,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66548,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(66549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66555,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66561,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(66562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66570,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66574,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66575,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66584,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66585,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66586,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66588,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66589,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66590,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66591,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66592,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66593,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66594,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66595,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66596,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66604,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66605,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66606,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66607,7,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(66608,7,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(66609,7,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(66610,7,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(66611,7,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(66612,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(66613,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66614,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66616,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66617,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66619,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66621,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66622,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66623,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66626,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66634,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66635,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66636,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66637,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66638,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66639,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66641,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66642,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66643,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66644,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66645,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66646,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66647,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66648,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66649,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66650,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66651,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66652,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66653,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66654,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66655,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66656,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66657,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66659,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66660,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(66661,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(66662,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66663,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66664,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66674,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66675,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66676,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66679,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66680,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66681,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66683,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66684,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66685,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66686,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66689,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66692,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66693,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66694,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66695,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66696,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66697,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66698,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66701,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66702,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66703,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(66704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66705,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66707,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66708,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66709,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66720,1,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(66721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66747,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(66748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66751,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66780,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(66781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66802,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66803,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(66804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66808,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(66809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66811,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(66812,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66813,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66826,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66827,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66829,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66838,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66840,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66841,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66842,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66843,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66852,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66854,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66855,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66857,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66858,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66860,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66861,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66864,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66867,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66869,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66870,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66871,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66901,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(66902,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66903,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66942,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(66943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66953,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66962,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66963,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66971,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66972,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66973,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66974,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66976,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66977,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66981,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66982,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66985,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66986,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(66987,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(66988,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66991,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(66992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66999,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67001,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67002,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67031,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(67032,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67033,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67035,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67036,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67037,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67039,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67040,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67041,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67042,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67043,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67044,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(67045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67046,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67047,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(67048,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67049,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67078,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(67079,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67080,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67082,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67083,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67084,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67085,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67086,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67087,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67088,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67089,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67090,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67091,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(67092,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(67093,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(67094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67095,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67096,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67097,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67098,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67105,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67106,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67108,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67110,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67111,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67112,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67113,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67142,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(67143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67150,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67151,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67152,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67153,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67155,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67156,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67157,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67186,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(67187,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67189,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67190,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67191,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67192,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67193,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67195,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67196,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67198,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67199,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67200,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67201,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67202,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67203,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67204,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67206,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67207,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67208,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67237,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(67238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67239,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67240,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67242,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67243,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67272,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(67273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67279,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67280,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67281,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67283,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67292,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67293,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67295,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67296,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67297,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67300,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67301,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67303,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67304,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67306,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67308,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67309,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(67310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67314,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67315,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67316,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(67317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67325,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(67326,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(67327,1,6,0,0,0,0,0,0,0,0,0,0,0,'',0),(67328,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(67329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67330,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67331,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67332,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67333,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67334,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67335,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67336,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67340,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67341,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67349,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67351,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67353,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(67354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67355,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67356,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67357,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67359,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67363,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67367,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67368,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67369,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67370,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67371,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67372,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67402,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(67403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67412,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67413,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67416,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67418,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67435,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67436,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67437,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67438,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67444,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67445,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67446,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67451,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(67452,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(67453,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67454,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67456,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67473,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67474,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67475,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67476,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67478,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67480,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67481,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67483,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67484,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67485,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67486,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67488,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67491,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(67492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67502,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67506,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67521,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(67522,1,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(67523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67524,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67525,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67526,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67527,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67533,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67534,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(67535,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(67536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67537,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(67538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67543,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67544,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67546,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67550,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67553,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67554,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67555,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67556,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67557,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(67558,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67559,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(67560,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(67561,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(67562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67563,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67564,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67570,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67571,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67572,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67573,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67574,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67575,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67582,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(67583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67585,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67587,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67589,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67590,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67601,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67602,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67603,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67604,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67607,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67608,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67609,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67610,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67612,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67614,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67615,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67616,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67620,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67622,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67624,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67627,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67628,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67638,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67641,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67642,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67657,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67661,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67664,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67665,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67667,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67682,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67685,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(67686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67703,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67706,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67709,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67729,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67730,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67731,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67732,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67744,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67766,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(67767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67770,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67774,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67775,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67808,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67809,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67810,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67811,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67814,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67815,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(67816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67821,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67822,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67823,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67824,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(67825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67829,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67830,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67831,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67832,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67833,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(67834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67836,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67837,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67839,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67840,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67844,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67845,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67873,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67884,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(67885,1,5,0,0,0,0,0,0,0,0,0,0,0,'',0),(67886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67888,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(67889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67893,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(67894,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(67895,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(67896,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67897,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67898,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67900,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67903,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67904,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67909,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67910,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67911,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67914,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67916,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67917,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67918,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67928,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67929,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67930,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67931,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(67932,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(67933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67934,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67935,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67946,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67948,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(67949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67950,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67951,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67985,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67986,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67988,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67989,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67993,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(67994,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(67995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67999,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68000,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(68001,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(68002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68006,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68008,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68012,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68017,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68018,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(68019,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68021,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68022,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68023,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68048,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(68049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68050,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68051,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68054,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68059,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68060,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68061,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68062,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68063,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68064,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68065,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68066,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68067,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68068,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68069,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68070,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68071,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68072,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68073,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68074,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68075,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68077,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68078,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(68079,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68080,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68081,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68082,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68084,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(68085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68086,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68088,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68089,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68106,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(68107,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(68108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68109,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68110,4,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68114,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68134,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68135,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(68136,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(68137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68140,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68141,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68142,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68143,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(68144,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(68145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68149,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68150,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68151,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68152,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68153,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68154,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68155,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68156,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68157,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68158,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68159,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68160,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68161,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68164,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68168,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68169,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(68170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68182,1,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68183,1,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68184,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68186,0,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(68187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68188,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68189,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68190,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68197,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(68198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68214,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(68215,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68219,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68222,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68232,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(68233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68254,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68255,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68256,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(68257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68259,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68260,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68261,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68263,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68264,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68265,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68269,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68270,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68271,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68275,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68276,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68278,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68280,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68283,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68284,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68285,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68289,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68290,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68292,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68294,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68296,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68297,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68301,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68302,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68305,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68306,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68307,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68313,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68323,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68327,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68329,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68330,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68331,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68335,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68346,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68347,2,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68349,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68350,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(68351,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68352,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68353,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68354,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68356,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68358,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68359,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68379,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68380,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(68381,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(68382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68383,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68386,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68397,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68399,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68400,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68401,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68402,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68406,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(68407,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(68408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68409,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(68410,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68411,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68412,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(68413,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68415,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68416,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68417,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68418,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68420,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68421,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68429,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(68430,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68436,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(68437,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(68438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68439,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68440,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(68441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68445,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68456,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(68457,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68458,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68467,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(68468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68470,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68471,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(68472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68481,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(68482,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68484,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68485,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(68486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68517,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(68518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68524,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68525,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(68526,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68547,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68548,0,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(68549,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68550,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68551,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68552,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68553,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68554,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68555,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68556,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68557,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68558,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68559,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68560,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68561,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68562,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68563,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68564,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68565,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68566,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68567,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68568,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68569,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68570,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68571,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68572,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68573,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68574,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68575,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68576,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68577,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68578,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68579,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68580,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68581,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68582,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68589,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68590,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68591,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68592,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68593,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68594,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68597,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(68598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68602,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68604,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68605,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(68606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68607,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(68608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68609,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(68610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68612,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68616,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68619,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68620,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68621,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68643,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(68644,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(68645,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68646,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68653,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68666,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68686,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(68687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68690,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68714,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68717,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68721,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68722,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68723,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68757,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68759,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68760,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68761,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68762,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68763,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68764,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68765,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68766,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68767,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68768,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68769,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68770,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68771,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68772,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68773,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68774,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68775,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68776,2,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68779,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68780,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68781,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68782,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68783,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68784,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68785,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(68786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68798,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(68799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68807,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68808,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68809,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68810,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68813,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68815,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68816,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(68817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68820,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(68821,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68822,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68823,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68824,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68853,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(68854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68860,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(68861,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68864,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(68865,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(68866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68867,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68872,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68873,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68874,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68875,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68885,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(68886,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(68887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68895,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(68896,3,9,0,0,0,0,0,0,0,0,0,0,0,'',0),(68897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68899,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68901,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68902,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68903,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68926,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68927,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68928,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68936,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68937,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(68938,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68942,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68943,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68944,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68946,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68947,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68948,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68959,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68960,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68963,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68979,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68980,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68981,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(68982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68983,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68985,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68986,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68988,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68990,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(68991,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68992,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68993,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68994,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68998,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(68999,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69001,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69002,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69004,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69016,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69018,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(69019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69020,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(69021,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69038,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(69039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69069,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(69070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69098,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(69099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69105,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(69106,7,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(69107,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(69108,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69109,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(69110,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69111,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69112,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69113,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69114,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69115,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69116,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69117,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69121,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69134,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(69135,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(69136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69140,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(69141,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69144,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(69145,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(69146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69156,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(69157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69185,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69186,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69187,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69188,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69189,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69190,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69217,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(69218,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69228,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69229,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69230,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69232,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(69233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69234,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69235,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69236,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69237,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69238,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69239,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69240,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69241,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69242,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69243,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69244,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69245,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69246,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69248,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(69249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69294,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(69295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69352,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(69353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69410,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(69411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69426,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69430,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69436,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69437,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69440,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(69441,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69442,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69443,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69444,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69445,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69451,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69455,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69472,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(69473,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69474,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69475,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69476,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69477,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69478,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69479,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69480,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69481,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69482,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69483,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69484,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69485,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69486,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69487,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69488,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69489,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69490,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69491,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69492,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69493,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69494,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69495,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69496,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69497,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69498,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69499,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69500,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69501,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69502,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69503,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69504,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69505,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69506,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69507,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69508,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69509,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69510,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69511,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69512,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69513,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69514,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69515,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69516,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69517,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69518,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69519,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69520,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69521,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69522,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69523,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69524,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69525,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69526,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69527,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69528,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69529,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69530,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(69531,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69533,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69534,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(69535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69544,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(69545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69549,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69555,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(69556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69563,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69564,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69567,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(69568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69569,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69575,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69576,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69577,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69578,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69579,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69583,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(69584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69585,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69587,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69589,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69598,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69601,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69604,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69616,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69619,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(69620,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69623,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69624,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69629,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69635,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(69636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69638,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69642,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69643,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69644,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69647,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(69648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69649,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69650,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(69651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69656,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69657,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69658,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(69659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69663,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69664,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69665,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69666,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69667,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69668,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69669,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69670,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69671,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69672,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69673,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69674,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69675,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69676,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69677,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69678,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69679,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69680,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69681,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69682,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69683,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69684,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69685,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69686,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69687,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69688,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69689,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69690,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69691,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69692,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69693,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69694,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69695,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69696,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69697,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69698,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69699,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69700,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69701,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69702,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69703,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69704,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69705,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69706,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69707,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69708,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69709,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69710,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69711,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69712,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69713,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69714,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69715,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69716,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69717,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69718,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69719,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69720,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69721,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69722,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69723,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69724,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69725,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69726,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69727,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69728,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69733,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69740,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(69741,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69743,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69744,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69745,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69746,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69747,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(69748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69749,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69752,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69753,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69754,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69755,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69756,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69757,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69758,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69759,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69760,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69761,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69762,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69763,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69764,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69765,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69766,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69767,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69768,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69769,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69770,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69771,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69772,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69773,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69774,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69775,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69776,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69777,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69778,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69779,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69780,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69781,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69782,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69783,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69784,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69785,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69786,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69787,6,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69788,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(69789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69811,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(69812,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69830,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69832,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69845,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(69846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69848,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(69849,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(69850,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69851,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69852,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69853,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69854,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69855,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69857,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69858,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69859,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69860,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69861,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69866,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69867,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69871,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69877,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(69884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69893,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69894,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69895,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69896,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(69897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69914,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69915,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(69916,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69917,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(69918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69919,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69923,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(69924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69925,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69954,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(69955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69962,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69963,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69964,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69966,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(69967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(69973,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69974,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69975,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(69976,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69977,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69978,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69979,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(69980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69985,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(69986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69987,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69989,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(69990,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(69991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70004,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70007,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(70008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70013,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70016,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70017,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70019,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70020,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70021,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70022,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70024,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(70025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70032,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(70033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70039,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70040,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70044,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70046,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70047,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70048,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70049,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70050,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70051,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70053,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70054,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70056,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70057,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70058,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(70065,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70066,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70067,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70073,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70075,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70079,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70090,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(70091,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(70092,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(70093,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(70094,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(70095,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(70096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70102,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70103,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70104,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70114,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70115,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70119,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70120,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70121,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70122,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70129,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70131,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70132,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70133,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70136,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(70137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70139,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70140,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70141,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70142,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70143,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70144,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70145,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70146,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70147,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70148,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70149,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70150,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70151,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70152,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70153,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70154,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70161,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(70162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70164,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70165,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70166,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70167,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70168,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70169,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70170,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70171,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70172,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70173,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70174,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70175,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70176,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70177,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70181,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70183,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70184,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70185,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70189,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70190,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70191,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70195,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70196,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70197,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70200,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70203,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70204,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70205,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70209,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70210,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70212,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70214,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70216,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70218,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70220,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70222,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70224,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70226,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70229,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70232,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70242,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70243,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70244,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70250,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70252,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70254,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70255,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70256,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70261,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70268,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70278,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70289,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70290,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70291,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70292,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70293,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70297,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70298,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70299,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70304,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70305,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70307,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70308,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70311,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70312,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70313,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70314,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70315,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70316,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70317,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70318,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70333,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70335,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70344,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70346,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70349,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70353,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70360,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70373,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70374,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70376,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70391,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70401,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70402,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70405,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70420,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70424,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70443,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70444,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70448,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70458,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70459,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70478,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70492,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70506,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70510,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70511,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70535,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70536,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70564,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70565,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70578,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70604,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70616,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70618,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70619,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70632,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70633,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70645,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70678,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70679,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70699,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70704,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70710,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70754,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70757,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(70758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70759,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70772,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70773,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70775,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70776,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70777,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70780,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70781,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70782,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70783,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70784,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70785,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(70791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70793,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70795,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70796,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70797,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70798,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70799,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70800,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70803,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(70804,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70806,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(70807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70826,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70838,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70842,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70843,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70845,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(70846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70847,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70848,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(70849,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70850,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70851,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70852,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70853,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70854,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70866,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70868,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70869,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70873,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70874,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70877,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70882,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70886,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70890,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70891,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70892,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70900,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70901,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70903,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(70904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70905,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(70906,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70907,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70908,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70909,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70910,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70911,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(70912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70913,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70944,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(70945,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(70946,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(70947,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(70948,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(70949,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(70950,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(70951,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(70952,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(70953,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(70954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70960,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(70961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(70997,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(70998,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(70999,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(71000,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(71001,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(71002,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(71003,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(71004,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(71005,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(71006,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(71007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71017,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(71018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71021,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71025,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(71026,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(71027,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(71028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71029,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71030,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71031,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71032,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71033,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71034,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71036,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(71037,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71038,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71039,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71041,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(71042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71044,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(71045,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(71046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71048,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(71049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71050,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(71051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(71052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71053,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(71054,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(71055,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71058,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(71059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71060,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(71061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71065,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(71066,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71067,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71070,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(71071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(71073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(71086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71097,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71098,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(71099,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(71100,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(71101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71102,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(71103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71104,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71114,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71115,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71117,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(71118,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(71119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71120,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71121,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71122,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71123,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71124,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(71125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71126,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(71127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71130,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(71131,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(71132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71133,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(71134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71135,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(71136,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71137,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71138,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71139,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(71140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71141,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71142,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(71143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71144,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71145,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71148,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(71149,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71150,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(71151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71154,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(71155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71158,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71188,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(71189,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71195,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(71196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71225,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(71226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71232,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(71233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71235,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(71236,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71237,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71242,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(71243,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71244,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71245,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71259,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(71260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71262,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71263,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71267,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71268,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71269,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71271,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(71272,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71281,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71282,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71283,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71284,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(71285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71286,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71296,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71297,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71298,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71299,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71300,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71301,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(71302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71303,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(71304,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71305,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71306,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71308,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(71309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71312,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(71313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71316,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(71317,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(71318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71321,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(71322,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(71323,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(71324,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(71325,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71330,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(71331,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71332,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(71333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71334,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(71335,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(71336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71337,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71338,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(71342,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71343,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71344,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(71345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71347,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(71348,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(71349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71350,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71351,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71352,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71353,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(71354,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71360,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71361,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71363,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(71364,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(71365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(71367,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71370,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71371,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71372,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71373,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71374,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(71375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71377,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(71378,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(71379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71381,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71382,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(71383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71385,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(71386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71387,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(71388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71389,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(71390,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(71391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71392,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(71393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71394,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(71395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71399,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(71400,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(71401,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(71402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71404,4,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71405,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71406,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71407,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71408,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71410,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71411,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71416,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(71417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71420,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(71421,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(71422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71423,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(71424,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(71425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71433,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71434,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71435,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71436,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71437,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(71440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71441,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71442,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71443,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(71444,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(71445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71455,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(71456,5,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71458,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(71459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71488,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(71489,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(71490,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(71491,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(71492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71520,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(71521,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(71522,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(71523,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(71524,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(71525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71588,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71604,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71610,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71616,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71628,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71685,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(71686,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(71687,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(71688,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(71689,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(71690,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(71691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72023,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(72024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72031,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72032,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72033,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72034,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72038,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72039,7,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72040,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1),(72042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72072,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(72073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72079,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72080,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72081,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72083,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(72084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72085,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72086,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72090,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72091,4,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72094,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72095,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72096,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(72097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72098,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72099,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72100,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72102,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(72103,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72104,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72105,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72106,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72107,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72108,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72110,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72136,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72139,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(72140,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72141,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72142,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72143,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72145,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(72146,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72147,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72148,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72150,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72154,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72155,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72156,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72157,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72160,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72161,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72170,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72171,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72184,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(72185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72186,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(72187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72189,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72191,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(72192,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72193,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72194,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72195,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(72196,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72197,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(72198,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(72199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72200,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72201,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(72202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72215,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(72216,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(72217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72220,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(72221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72222,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(72223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72225,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72226,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72255,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(72256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72262,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72264,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(72265,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72266,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72296,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(72297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72308,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(72309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72313,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(72314,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(72315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72323,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72328,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72329,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72330,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72331,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72332,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72333,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72334,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72335,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72337,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72339,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(72340,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72341,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72343,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72344,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72345,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72346,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72347,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72348,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72349,0,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(72350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72351,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72352,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72353,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72354,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72356,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(72357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72360,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72361,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72365,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72366,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72367,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72369,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72370,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72372,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72373,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(72374,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72375,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72376,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72381,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72382,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72385,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72402,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72415,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(72416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72424,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72425,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72427,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(72428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72431,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72432,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72433,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72434,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72435,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72436,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72437,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72438,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72442,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(72443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72444,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72445,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72447,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(72448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72449,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72450,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72451,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72452,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72453,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72456,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(72457,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(72458,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72459,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72460,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72463,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(72464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72492,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(72493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72500,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(72501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72503,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72504,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72505,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(72506,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(72507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72508,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72509,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72510,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72511,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(72512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72540,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(72541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72548,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(72549,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72550,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72551,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72553,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72563,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72564,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72571,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(72572,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(72573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72577,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72587,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(72588,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(72589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72591,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72592,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72594,2,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(72595,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72598,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72599,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72600,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72601,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72602,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(72603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72604,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(72605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72606,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72608,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72610,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72611,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72612,3,8,0,0,0,0,0,0,0,0,0,0,0,'',0),(72613,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72616,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72621,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(72622,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72624,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72626,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72627,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72628,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72629,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72630,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72631,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72632,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72633,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72634,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72635,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72636,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72637,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72638,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72639,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72641,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72642,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72647,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72649,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72654,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72655,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72658,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(72659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72663,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(72664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72666,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72667,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72668,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72673,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72674,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72678,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(72679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72684,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(72685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72716,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72717,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(72718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72719,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72720,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72721,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72723,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(72724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72725,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(72726,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72727,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72728,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72730,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72731,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72732,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72735,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72736,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(72737,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72738,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72739,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72740,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72749,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72751,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(72752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72759,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72761,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(72762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72764,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72769,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72770,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72771,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72772,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72773,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72774,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72775,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72776,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72777,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72778,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72779,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72780,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72781,6,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72782,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(72783,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72784,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72785,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72786,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72787,1,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72792,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72793,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72794,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72795,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72796,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72797,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72798,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72799,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72800,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72801,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72802,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72803,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72804,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72805,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72806,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72807,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72808,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72809,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72810,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72811,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72812,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72813,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72817,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72818,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72819,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72827,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72828,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72829,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72831,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(72832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72833,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72834,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72835,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72836,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72837,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72838,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72839,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72840,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72846,3,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(72847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72848,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72849,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72853,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(72854,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(72855,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(72856,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72858,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(72859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72889,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(72890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72897,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(72898,5,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72902,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72908,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(72909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72911,6,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(72912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72920,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(72921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72941,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(72942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72978,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(72979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73009,0,4,0,0,0,0,0,0,0,0,0,0,0,'',0),(73010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73021,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(73022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73032,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(73033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73034,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(73035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73036,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(73037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73039,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(73040,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(73041,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(73042,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(73043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73053,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(73054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73064,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(73065,1,7,0,0,0,0,0,0,0,0,0,0,0,'',0),(73066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73067,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(73068,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(73069,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(73070,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(73071,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(73072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73073,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(73074,5,1,0,0,0,0,0,0,0,0,0,0,0,'',0),(73075,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(73076,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(73077,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(73078,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(73079,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(73080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73084,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(73085,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(73086,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(73087,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(73088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73090,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(73091,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(73092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73097,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(73098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73105,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(73106,0,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(73107,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(73108,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(73109,5,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(73110,7,10,0,0,0,0,0,0,0,0,0,0,0,'',1),(73111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73114,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(73115,5,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(73116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73118,3,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73123,1,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(73124,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(73125,3,3,0,0,0,0,0,0,0,0,0,0,0,'',0),(73126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73128,3,10,0,0,0,0,0,0,0,0,0,0,0,'',0),(73129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(73140,0,10,0,0,0,0,0,0,0,0,0,0,0,'',0);
/*!40000 ALTER TABLE `tv_guest` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_help_access`
--

DROP TABLE IF EXISTS `tv_help_access`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_help_access` (
  `id_help_access` int(11) NOT NULL AUTO_INCREMENT,
  `label` varchar(45) NOT NULL,
  `version` varchar(8) NOT NULL,
  PRIMARY KEY (`id_help_access`),
  UNIQUE KEY `label` (`label`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_help_access`
--

LOCK TABLES `tv_help_access` WRITE;
/*!40000 ALTER TABLE `tv_help_access` DISABLE KEYS */;
INSERT INTO `tv_help_access` VALUES (1,'AdminAttributesGroups','10121236'),(5,'AdminFeatures','07121204'),(6,'AdminCurrencies','13051338'),(7,'AdminProducts','13051342'),(9,'AdminCategories','13051340'),(10,'AdminShipping','07121223'),(11,'AdminEmails','07121259');
/*!40000 ALTER TABLE `tv_help_access` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_homeslider`
--

DROP TABLE IF EXISTS `tv_homeslider`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_homeslider` (
  `id_homeslider_slides` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_shop` int(10) unsigned NOT NULL,
  PRIMARY KEY (`id_homeslider_slides`,`id_shop`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_homeslider`
--

LOCK TABLES `tv_homeslider` WRITE;
/*!40000 ALTER TABLE `tv_homeslider` DISABLE KEYS */;
INSERT INTO `tv_homeslider` VALUES (1,1),(2,1),(4,1),(6,1);
/*!40000 ALTER TABLE `tv_homeslider` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_homeslider_slides`
--

DROP TABLE IF EXISTS `tv_homeslider_slides`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_homeslider_slides` (
  `id_homeslider_slides` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `position` int(10) unsigned NOT NULL DEFAULT '0',
  `active` tinyint(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id_homeslider_slides`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_homeslider_slides`
--

LOCK TABLES `tv_homeslider_slides` WRITE;
/*!40000 ALTER TABLE `tv_homeslider_slides` DISABLE KEYS */;
INSERT INTO `tv_homeslider_slides` VALUES (1,1,1),(2,2,1),(4,3,1),(6,4,1);
/*!40000 ALTER TABLE `tv_homeslider_slides` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_homeslider_slides_lang`
--

DROP TABLE IF EXISTS `tv_homeslider_slides_lang`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_homeslider_slides_lang` (
  `id_homeslider_slides` int(10) unsigned NOT NULL,
  `id_lang` int(10) unsigned NOT NULL,
  `title` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `legend` varchar(255) NOT NULL,
  `url` varchar(255) NOT NULL,
  `image` varchar(255) NOT NULL,
  PRIMARY KEY (`id_homeslider_slides`,`id_lang`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_homeslider_slides_lang`
--

LOCK TABLES `tv_homeslider_slides_lang` WRITE;
/*!40000 ALTER TABLE `tv_homeslider_slides_lang` DISABLE KEYS */;
INSERT INTO `tv_homeslider_slides_lang` VALUES (1,1,' ','',' ','http://www.mstyresblackburn.co.uk/index.php?id_category=3&controller=category&id_lang=1','5b8e1b5fe145a74833231770aa72f675.jpg'),(1,2,'Sample 1','This is a sample picture','sample-1','http://www.prestashop.com','a612ab5e24491bf3ab9885627edfc37a.jpg'),(2,1,'Alloy Wheels','','Alloy Wheels','http://www.mstyresblackburn.co.uk/index.php?id_category=3&controller=category&id_lang=1','4091084c7ab614e8ba83e1318daabf30.jpg'),(2,2,'Sample 2','This is a sample picture','sample-2','http://www.prestashop.com','8f5e845a43eb63d1600acf62c9b351e6.jpg'),(4,1,'top brand tyres','','300','http://www.mstyresblackburn.co.uk/index.php?id_category=3&controller=category&id_lang=1','29b8df2a58e56be893076be548187a92.jpg'),(4,2,'top brand tyres','','300','http://www.mstyresblackburn.co.uk/index.php?id_category=3&controller=category&id_lang=1',''),(6,1,'wheel alighnment','','wheel alighnment','http://www.mstyresblackburn.co.uk/index.php?id_category=3&controller=category&id_lang=1','4acd3478c05caac82fa6da8c12d56961.jpg'),(6,2,'wheel alighnment','','300','wheel alighnment','');
/*!40000 ALTER TABLE `tv_homeslider_slides_lang` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_hook`
--

DROP TABLE IF EXISTS `tv_hook`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_hook` (
  `id_hook` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(64) NOT NULL,
  `title` varchar(64) NOT NULL,
  `description` text,
  `position` tinyint(1) NOT NULL DEFAULT '1',
  `live_edit` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id_hook`),
  UNIQUE KEY `hook_name` (`name`)
) ENGINE=InnoDB AUTO_INCREMENT=139 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_hook`
--

LOCK TABLES `tv_hook` WRITE;
/*!40000 ALTER TABLE `tv_hook` DISABLE KEYS */;
INSERT INTO `tv_hook` VALUES (1,'displayPayment','Payment','This hook displays new elements on the payment page',1,1),(2,'actionValidateOrder','New orders','',1,0),(3,'actionPaymentConfirmation','Payment confirmation','This hook displays new elements after the payment is validated',1,0),(4,'displayPaymentReturn','Payment return','',1,0),(5,'actionUpdateQuantity','Quantity update','Quantity is updated only when a customer effectively places their order',1,0),(6,'displayRightColumn','Right column blocks','This hook displays new elements in the right-hand column',1,1),(7,'displayLeftColumn','Left column blocks','This hook displays new elements in the left-hand column',1,1),(8,'displayHome','Homepage content','This hook displays new elements on the homepage',1,1),(9,'displayHeader','Pages header','This hook displays additional elements in the header of your pages',1,0),(10,'actionCartSave','Cart creation and update','This hook is displayed when a product is added to the cart or if the cart\'s content is modified',1,0),(11,'actionAuthentication','Successful customer authentication','This hook is displayed after a customer successfully signs in',1,0),(12,'actionProductAdd','Product creation','This hook is displayed after a product is created',1,0),(13,'actionProductUpdate','Product update','This hook is displayed after a product has been updated',1,0),(14,'displayTop','Top of pages','This hook displays  additional elements at the top of your pages',1,0),(15,'displayRightColumnProduct','New elements on the product page (right column)','This hook displays new elements in the right-hand column of the product page',1,0),(16,'actionProductDelete','Product deletion','This hook is called when a product is deleted',1,0),(17,'displayFooterProduct','Product footer','This hook adds new blocks under the product\'s description',1,1),(18,'displayInvoice','Invoice','This hook displays new blocks on the invoice (order)',1,0),(19,'actionOrderStatusUpdate','Order status update - Event','This hook launches modules when the status of an order changes.',1,0),(20,'displayAdminOrder','Display new elements in the Back Office, tab AdminOrder','This hook launches modules when the AdminOrder\" tab is displayed in the Back Office\"',1,0),(21,'displayFooter','Footer','This hook displays new blocks in the footer',1,0),(22,'displayPDFInvoice','PDF Invoice','This hook allows you to display additional information on PDF invoices',1,0),(23,'displayAdminCustomers','Display new elements in the Back Office, tab AdminCustomers','This hook launches modules when the AdminCustomers\" tab is displayed in the Back Office\"',1,0),(24,'displayOrderConfirmation','Order confirmation page','This hook is called within an order\'s confirmation page',1,0),(25,'actionCustomerAccountAdd','Successful customer account creation','This hook is called when a new customer creates an account successfully',1,0),(26,'displayCustomerAccount','Customer account displayed in Front Office','This hook displays new elements on the customer account page',1,0),(27,'actionOrderSlipAdd','Order slip creation','This hook is called when a new credit slip is added regarding client order',1,0),(28,'displayProductTab','Tabs on product page','This hook is called on the product page\'s tab',1,0),(29,'displayProductTabContent','Tabs content on the product page','This hook is called on the product page\'s tab',1,0),(30,'displayShoppingCartFooter','Shopping cart footer','This hook displays some specific information on the shopping cart\'s page',1,0),(31,'displayCustomerAccountForm','Customer account creation form','This hook displays some information on the form to create a customer account',1,0),(32,'displayAdminStatsModules','Stats - Modules','',1,0),(33,'displayAdminStatsGraphEngine','Graph engines','',1,0),(34,'actionOrderReturn','Returned product','This hook is displayed when a customer returns a product ',1,0),(35,'displayProductButtons','Product page actions','This hook adds new action buttons on the product page',1,0),(36,'displayBackOfficeHome','Administration panel homepage','This hook is displayed on the admin panel\'s homepage',1,0),(37,'displayAdminStatsGridEngine','Grid engines','',1,0),(38,'actionWatermark','Watermark','',1,0),(39,'actionProductCancel','Product cancelled','This hook is called when you cancel a product in an order',1,0),(40,'displayLeftColumnProduct','New elements on the product page (left column)','This hook displays new elements in the left-hand column of the product page',1,0),(41,'actionProductOutOfStock','Out-of-stock product','This hook displays new action buttons if a product is out of stock',1,0),(42,'actionProductAttributeUpdate','Product attribute update','This hook is displayed when a product\'s attribute is updated',1,0),(43,'displayCarrierList','Extra carrier (module mode)','',1,0),(44,'displayShoppingCart','Shopping cart - Additional button','This hook displays new action buttons within the shopping cart',1,0),(45,'actionSearch','Search','',1,0),(46,'displayBeforePayment','Redirect during the order process','This hook redirects the user to the module instead of displaying payment modules',1,0),(47,'actionCarrierUpdate','Carrier Update','This hook is called when a carrier is updated',1,0),(48,'actionOrderStatusPostUpdate','Post update of order status','',1,0),(49,'displayCustomerAccountFormTop','Block above the form for create an account','This hook is displayed above the customer\'s account creation form',1,0),(50,'displayBackOfficeHeader','Administration panel header','This hook is displayed in the header of the admin panel',1,0),(51,'displayBackOfficeTop','Administration panel hover the tabs','This hook is displayed on the roll hover of the tabs within the admin panel',1,0),(52,'displayBackOfficeFooter','Administration panel footer','This hook is displayed within the admin panel\'s footer',1,0),(53,'actionProductAttributeDelete','Product attribute deletion','This hook is displayed when a product\'s attribute is deleted',1,0),(54,'actionCarrierProcess','Carrier process','',1,0),(55,'actionOrderDetail','Order detail','This hook is used to set the follow-up in Smarty when an order\'s detail is called',1,0),(56,'displayBeforeCarrier','Before carriers list','This hook is displayed before the carrier list in Front Office',1,0),(57,'displayOrderDetail','Order detail','This hook is displayed within the order\'s details in Front Office',1,0),(58,'actionPaymentCCAdd','Payment CC added','',1,0),(59,'displayProductComparison','Extra product comparison','',1,0),(60,'actionCategoryAdd','Category creation','This hook is displayed when a category is created',1,0),(61,'actionCategoryUpdate','Category modification','This hook is displayed when a category is modified',1,0),(62,'actionCategoryDelete','Category deletion','This hook is displayed when a category is deleted',1,0),(63,'actionBeforeAuthentication','Before authentication','This hook is displayed before the customer\'s authentication',1,0),(64,'displayPaymentTop','Top of payment page','This hook is displayed at the top of the payment page',1,0),(65,'actionHtaccessCreate','After htaccess creation','This hook is displayed after the htaccess creation',1,0),(66,'actionAdminMetaSave','After saving the configuration in AdminMeta','This hook is displayed after saving the configuration in AdminMeta',1,0),(67,'displayAttributeGroupForm','Add fields to the form \'attribute group\'','This hook adds fields to the form \'attribute group\'',1,0),(68,'actionAttributeGroupSave','Saving an attribute group','This hook is called while saving an attributes group',1,0),(69,'actionAttributeGroupDelete','Deleting attribute group','This hook is called while deleting an attributes  group',1,0),(70,'displayFeatureForm','Add fields to the form \'feature\'','This hook adds fields to the form \'feature\'',1,0),(71,'actionFeatureSave','Saving attributes\' features','This hook is called while saving an attributes features',1,0),(72,'actionFeatureDelete','Deleting attributes\' features','This hook is called while deleting an attributes features',1,0),(73,'actionProductSave','Saving products','This hook is called while saving products',1,0),(74,'actionProductListOverride','Assign a products list to a category','This hook assigns a products list to a category',1,0),(75,'displayAttributeGroupPostProcess','On post-process in admin attribute group','This hook is called on post-process in admin attribute group',1,0),(76,'displayFeaturePostProcess','On post-process in admin feature','This hook is called on post-process in admin feature',1,0),(77,'displayFeatureValueForm','Add fields to the form \'feature value\'','This hook adds fields to the form \'feature value\'',1,0),(78,'displayFeatureValuePostProcess','On post-process in admin feature value','This hook is called on post-process in admin feature value',1,0),(79,'actionFeatureValueDelete','Deleting attributes\' features\' values','This hook is called while deleting an attributes features value',1,0),(80,'actionFeatureValueSave','Saving an attributes features value','This hook is called while saving an attributes features value',1,0),(81,'displayAttributeForm','Add fields to the form \'attribute value\'','This hook adds fields to the form \'attribute value\'',1,0),(82,'actionAttributePostProcess','On post-process in admin feature value','This hook is called on post-process in admin feature value',1,0),(83,'actionAttributeDelete','Deleting an attributes features value','This hook is called while deleting an attributes features value',1,0),(84,'actionAttributeSave','Saving an attributes features value','This hook is called while saving an attributes features value',1,0),(85,'actionTaxManager','Tax Manager Factory','',1,0),(86,'displayMyAccountBlock','My account block','This hook displays extra information within the \'my account\' block\"',1,0),(87,'actionModuleInstallBefore','actionModuleInstallBefore','',1,0),(88,'actionModuleInstallAfter','actionModuleInstallAfter','',1,0),(89,'actionCartListOverride','actionCartListOverride','',0,0),(90,'actionAdminMetaControllerUpdate_optionsBefore','actionAdminMetaControllerUpdate_optionsBefore','',0,0),(91,'actionAdminLanguagesControllerStatusBefore','actionAdminLanguagesControllerStatusBefore','',0,0),(92,'actionObjectCmsUpdateAfter','actionObjectCmsUpdateAfter','',0,0),(93,'actionObjectCmsDeleteAfter','actionObjectCmsDeleteAfter','',0,0),(94,'actionShopDataDuplication','actionShopDataDuplication','',0,0),(95,'actionObjectManufacturerDeleteAfter','actionObjectManufacturerDeleteAfter','',0,0),(96,'actionObjectManufacturerAddAfter','actionObjectManufacturerAddAfter','',0,0),(97,'actionObjectManufacturerUpdateAfter','actionObjectManufacturerUpdateAfter','',0,0),(99,'actionModuleRegisterHookAfter','actionModuleRegisterHookAfter','',0,0),(100,'actionModuleUnRegisterUnHookAfter','actionModuleUnRegisterUnHookAfter','',0,0),(101,'displayMyAccountBlockfooter','My account block','Display extra informations inside the \"my account\" block',1,0),(102,'actionModuleUnRegisterHookAfter','actionModuleUnRegisterHookAfter','',0,0),(103,'displayMobileTopSiteMap','displayMobileTopSiteMap','',0,0),(104,'actionObjectSupplierDeleteAfter','actionObjectSupplierDeleteAfter','',0,0),(105,'actionObjectSupplierAddAfter','actionObjectSupplierAddAfter','',0,0),(106,'actionObjectSupplierUpdateAfter','actionObjectSupplierUpdateAfter','',0,0),(107,'actionObjectCategoryUpdateAfter','actionObjectCategoryUpdateAfter','',0,0),(108,'actionObjectCategoryDeleteAfter','actionObjectCategoryDeleteAfter','',0,0),(109,'actionObjectCategoryAddAfter','actionObjectCategoryAddAfter','',0,0),(110,'actionObjectProductUpdateAfter','actionObjectProductUpdateAfter','',0,0),(111,'actionObjectProductDeleteAfter','actionObjectProductDeleteAfter','',0,0),(112,'actionAdminMetaControllerUpdate_optionsAfter','actionAdminMetaControllerUpdate_optionsAfter','',0,0),(113,'actionAdminPerformanceControllerSaveAfter','actionAdminPerformanceControllerSaveAfter','',0,0),(114,'actionObjectCarrierAddAfter','actionObjectCarrierAddAfter','',0,0),(115,'actionObjectProductAddAfter','actionObjectProductAddAfter','',0,0),(116,'actionAdminStoresControllerUpdate_optionsAfter','actionAdminStoresControllerUpdate_optionsAfter','',0,0),(117,'actionObjectContactAddAfter','actionObjectContactAddAfter','',0,0),(118,'actionAdminThemesControllerUpdate_optionsAfter','actionAdminThemesControllerUpdate_optionsAfter','',0,0),(119,'actionObjectThemeAddAfter','actionObjectThemeAddAfter','',0,0),(120,'actionAdminPreferencesControllerUpdate_optionsAfter','actionAdminPreferencesControllerUpdate_optionsAfter','',0,0),(121,'actionObjectShopAddAfter','actionObjectShopAddAfter','',0,0),(122,'actionObjectShopGroupAddAfter','actionObjectShopGroupAddAfter','',0,0),(123,'actionObjectCartAddAfter','actionObjectCartAddAfter','',0,0),(124,'actionObjectOrderAddAfter','actionObjectOrderAddAfter','',0,0),(125,'actionObjectCustomerThreadAddAfter','actionObjectCustomerThreadAddAfter','',0,0),(126,'actionObjectCustomerAddAfter','actionObjectCustomerAddAfter','',0,0),(127,'actionObjectEmployeeAddAfter','actionObjectEmployeeAddAfter','',0,0),(128,'actionObjectImageAddAfter','actionObjectImageAddAfter','',0,0),(129,'actionObjectCMSAddAfter','actionObjectCMSAddAfter','',0,0),(130,'actionObjectCartRuleAddAfter','actionObjectCartRuleAddAfter','',0,0),(131,'actionObjectAttributeDeleteBefore','actionObjectAttributeDeleteBefore','',0,0),(132,'actionObjectAttributeUpdateBefore','actionObjectAttributeUpdateBefore','',0,0),(133,'actionObjectAttributeUpdateAfter','actionObjectAttributeUpdateAfter','',0,0),(134,'actionObjectAttributeGroupDeleteBefore','actionObjectAttributeGroupDeleteBefore','',0,0),(135,'Contact','Contact',NULL,1,1),(136,'displayMobileHeader','displayMobileHeader','',0,0),(137,'actionAdminStoresControllerSaveAfter','actionAdminStoresControllerSaveAfter','',0,0),(138,'actionAdminWebserviceControllerSaveAfter','actionAdminWebserviceControllerSaveAfter','',0,0);
/*!40000 ALTER TABLE `tv_hook` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_hook_alias`
--

DROP TABLE IF EXISTS `tv_hook_alias`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_hook_alias` (
  `id_hook_alias` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `alias` varchar(64) NOT NULL,
  `name` varchar(64) NOT NULL,
  PRIMARY KEY (`id_hook_alias`),
  UNIQUE KEY `alias` (`alias`)
) ENGINE=InnoDB AUTO_INCREMENT=87 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_hook_alias`
--

LOCK TABLES `tv_hook_alias` WRITE;
/*!40000 ALTER TABLE `tv_hook_alias` DISABLE KEYS */;
INSERT INTO `tv_hook_alias` VALUES (1,'payment','displayPayment'),(2,'newOrder','actionValidateOrder'),(3,'paymentConfirm','actionPaymentConfirmation'),(4,'paymentReturn','displayPaymentReturn'),(5,'updateQuantity','actionUpdateQuantity'),(6,'rightColumn','displayRightColumn'),(7,'leftColumn','displayLeftColumn'),(8,'home','displayHome'),(9,'header','displayHeader'),(10,'cart','actionCartSave'),(11,'authentication','actionAuthentication'),(12,'addproduct','actionProductAdd'),(13,'updateproduct','actionProductUpdate'),(14,'top','displayTop'),(15,'extraRight','displayRightColumnProduct'),(16,'deleteproduct','actionProductDelete'),(17,'productfooter','displayFooterProduct'),(18,'invoice','displayInvoice'),(19,'updateOrderStatus','actionOrderStatusUpdate'),(20,'adminOrder','displayAdminOrder'),(21,'footer','displayFooter'),(22,'PDFInvoice','displayPDFInvoice'),(23,'adminCustomers','displayAdminCustomers'),(24,'orderConfirmation','displayOrderConfirmation'),(25,'createAccount','actionCustomerAccountAdd'),(26,'customerAccount','displayCustomerAccount'),(27,'orderSlip','actionOrderSlipAdd'),(28,'productTab','displayProductTab'),(29,'productTabContent','displayProductTabContent'),(30,'shoppingCart','displayShoppingCartFooter'),(31,'createAccountForm','displayCustomerAccountForm'),(32,'AdminStatsModules','displayAdminStatsModules'),(33,'GraphEngine','displayAdminStatsGraphEngine'),(34,'orderReturn','actionOrderReturn'),(35,'productActions','displayProductButtons'),(36,'backOfficeHome','displayBackOfficeHome'),(37,'GridEngine','displayAdminStatsGridEngine'),(38,'watermark','actionWatermark'),(39,'cancelProduct','actionProductCancel'),(40,'extraLeft','displayLeftColumnProduct'),(41,'productOutOfStock','actionProductOutOfStock'),(42,'updateProductAttribute','actionProductAttributeUpdate'),(43,'extraCarrier','displayCarrierList'),(44,'shoppingCartExtra','displayShoppingCart'),(45,'search','actionSearch'),(46,'backBeforePayment','displayBeforePayment'),(47,'updateCarrier','actionCarrierUpdate'),(48,'postUpdateOrderStatus','actionOrderStatusPostUpdate'),(49,'createAccountTop','displayCustomerAccountFormTop'),(50,'backOfficeHeader','displayBackOfficeHeader'),(51,'backOfficeTop','displayBackOfficeTop'),(52,'backOfficeFooter','displayBackOfficeFooter'),(53,'deleteProductAttribute','actionProductAttributeDelete'),(54,'processCarrier','actionCarrierProcess'),(55,'orderDetail','actionOrderDetail'),(56,'beforeCarrier','displayBeforeCarrier'),(57,'orderDetailDisplayed','displayOrderDetail'),(58,'paymentCCAdded','actionPaymentCCAdd'),(59,'extraProductComparison','displayProductComparison'),(60,'categoryAddition','actionCategoryAdd'),(61,'categoryUpdate','actionCategoryUpdate'),(62,'categoryDeletion','actionCategoryDelete'),(63,'beforeAuthentication','actionBeforeAuthentication'),(64,'paymentTop','displayPaymentTop'),(65,'afterCreateHtaccess','actionHtaccessCreate'),(66,'afterSaveAdminMeta','actionAdminMetaSave'),(67,'attributeGroupForm','displayAttributeGroupForm'),(68,'afterSaveAttributeGroup','actionAttributeGroupSave'),(69,'afterDeleteAttributeGroup','actionAttributeGroupDelete'),(70,'featureForm','displayFeatureForm'),(71,'afterSaveFeature','actionFeatureSave'),(72,'afterDeleteFeature','actionFeatureDelete'),(73,'afterSaveProduct','actionProductSave'),(74,'productListAssign','actionProductListOverride'),(75,'postProcessAttributeGroup','displayAttributeGroupPostProcess'),(76,'postProcessFeature','displayFeaturePostProcess'),(77,'featureValueForm','displayFeatureValueForm'),(78,'postProcessFeatureValue','displayFeatureValuePostProcess'),(79,'afterDeleteFeatureValue','actionFeatureValueDelete'),(80,'afterSaveFeatureValue','actionFeatureValueSave'),(81,'attributeForm','displayAttributeForm'),(82,'postProcessAttribute','actionAttributePostProcess'),(83,'afterDeleteAttribute','actionAttributeDelete'),(84,'afterSaveAttribute','actionAttributeSave'),(85,'taxManager','actionTaxManager'),(86,'myAccountBlock','displayMyAccountBlock');
/*!40000 ALTER TABLE `tv_hook_alias` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_hook_module`
--

DROP TABLE IF EXISTS `tv_hook_module`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_hook_module` (
  `id_module` int(10) unsigned NOT NULL,
  `id_shop` int(11) unsigned NOT NULL DEFAULT '1',
  `id_hook` int(10) unsigned NOT NULL,
  `position` tinyint(2) unsigned NOT NULL,
  PRIMARY KEY (`id_module`,`id_hook`,`id_shop`),
  KEY `id_hook` (`id_hook`),
  KEY `id_module` (`id_module`),
  KEY `position` (`id_shop`,`position`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_hook_module`
--

LOCK TABLES `tv_hook_module` WRITE;
/*!40000 ALTER TABLE `tv_hook_module` DISABLE KEYS */;
INSERT INTO `tv_hook_module` VALUES (1,1,9,1),(1,1,30,1),(4,1,12,1),(4,1,13,1),(4,1,16,1),(4,1,48,1),(5,1,89,1),(6,1,60,1),(6,1,61,1),(6,1,62,1),(6,1,90,1),(7,1,92,1),(7,1,93,1),(7,1,94,1),(12,1,95,1),(12,1,96,1),(12,1,97,1),(13,1,99,1),(13,1,100,1),(14,1,102,1),(15,1,6,1),(19,1,21,1),(20,1,103,1),(21,1,40,1),(27,1,104,1),(27,1,106,1),(27,1,107,1),(27,1,108,1),(27,1,109,1),(27,1,110,1),(27,1,111,1),(30,1,1,1),(30,1,4,1),(31,1,26,1),(31,1,86,1),(34,1,33,1),(36,1,37,1),(37,1,8,1),(49,1,11,1),(49,1,25,1),(59,1,45,1),(61,1,32,1),(63,1,2,1),(63,1,19,1),(63,1,50,1),(63,1,88,1),(63,1,112,1),(63,1,113,1),(63,1,114,1),(63,1,115,1),(63,1,116,1),(63,1,117,1),(63,1,118,1),(63,1,119,1),(63,1,120,1),(63,1,121,1),(63,1,122,1),(63,1,123,1),(63,1,124,1),(63,1,125,1),(63,1,126,1),(63,1,127,1),(63,1,128,1),(63,1,129,1),(63,1,130,1),(63,1,137,1),(63,1,138,1),(65,1,14,1),(66,1,24,1),(67,1,7,1),(67,1,73,1),(67,1,131,1),(67,1,132,1),(67,1,133,1),(67,1,134,1),(72,1,135,1),(73,1,136,1),(74,1,20,1),(74,1,44,1),(75,1,64,1),(76,1,91,1),(2,1,1,2),(2,1,4,2),(6,1,7,2),(10,1,14,2),(14,1,99,2),(15,1,12,2),(15,1,13,2),(15,1,16,2),(17,1,9,2),(23,1,6,2),(27,1,61,2),(27,1,92,2),(27,1,93,2),(27,1,94,2),(27,1,95,2),(27,1,97,2),(31,1,40,2),(35,1,33,2),(49,1,21,2),(58,1,32,2),(67,1,50,2),(67,1,111,2),(73,1,24,2),(75,1,11,2),(75,1,25,2),(76,1,8,2),(76,1,60,2),(76,1,62,2),(76,1,90,2),(4,1,9,3),(12,1,7,3),(23,1,12,3),(23,1,13,3),(23,1,16,3),(27,1,14,3),(33,1,33,3),(57,1,32,3),(66,1,1,3),(69,1,94,3),(70,1,8,3),(73,1,50,3),(74,1,24,3),(75,1,6,3),(75,1,21,3),(76,1,61,3),(5,1,14,4),(29,1,9,4),(32,1,33,4),(37,1,12,4),(37,1,13,4),(37,1,16,4),(55,1,32,4),(73,1,1,4),(74,1,50,4),(75,1,7,4),(5,1,9,5),(40,1,14,5),(52,1,32,5),(74,1,1,5),(22,1,9,6),(39,1,14,6),(50,1,32,6),(8,1,9,7),(45,1,32,7),(47,1,32,7),(69,1,14,7),(13,1,9,8),(42,1,32,8),(75,1,14,8),(6,1,9,9),(54,1,32,9),(23,1,9,10),(39,1,32,10),(10,1,9,11),(40,1,32,11),(15,1,9,12),(56,1,32,12),(14,1,9,13),(43,1,32,13),(12,1,9,14),(7,1,9,15),(41,1,32,15),(24,1,9,16),(44,1,32,16),(20,1,9,17),(46,1,32,17),(31,1,9,18),(53,1,32,18),(37,1,9,19),(59,1,32,19),(48,1,32,20),(65,1,9,20),(60,1,32,21),(66,1,9,21),(51,1,32,22),(67,1,9,22),(70,1,9,23),(72,1,9,24),(73,1,9,25),(74,1,9,26),(75,1,9,27),(76,1,9,28);
/*!40000 ALTER TABLE `tv_hook_module` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_hook_module_exceptions`
--

DROP TABLE IF EXISTS `tv_hook_module_exceptions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_hook_module_exceptions` (
  `id_hook_module_exceptions` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_shop` int(11) unsigned NOT NULL DEFAULT '1',
  `id_module` int(10) unsigned NOT NULL,
  `id_hook` int(10) unsigned NOT NULL,
  `file_name` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id_hook_module_exceptions`),
  KEY `id_module` (`id_module`),
  KEY `id_hook` (`id_hook`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_hook_module_exceptions`
--

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

--
-- Table structure for table `tv_image`
--

DROP TABLE IF EXISTS `tv_image`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_image` (
  `id_image` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_product` int(10) unsigned NOT NULL,
  `position` smallint(2) unsigned NOT NULL DEFAULT '0',
  `cover` tinyint(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id_image`),
  UNIQUE KEY `idx_product_image` (`id_image`,`id_product`,`cover`),
  KEY `image_product` (`id_product`),
  KEY `id_product_cover` (`id_product`,`cover`)
) ENGINE=InnoDB AUTO_INCREMENT=75 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_image`
--

LOCK TABLES `tv_image` WRITE;
/*!40000 ALTER TABLE `tv_image` DISABLE KEYS */;
INSERT INTO `tv_image` VALUES (42,17,1,1),(43,18,1,1),(44,18,2,0),(45,19,1,1),(46,19,2,0),(47,20,1,1),(48,20,2,0),(49,21,1,1),(50,21,2,0),(51,22,1,1),(52,22,2,0),(55,24,1,1),(56,24,2,0),(57,25,1,1),(58,25,2,0),(59,26,1,1),(60,27,1,1),(61,28,1,1),(62,9,1,1),(63,10,1,1),(64,29,1,1),(65,30,1,1),(66,31,1,1),(67,11,1,1),(68,32,1,1),(69,33,1,1),(70,34,1,1),(71,35,1,1),(72,36,1,1),(73,37,1,1),(74,38,1,1);
/*!40000 ALTER TABLE `tv_image` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_image_lang`
--

DROP TABLE IF EXISTS `tv_image_lang`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_image_lang` (
  `id_image` int(10) unsigned NOT NULL,
  `id_lang` int(10) unsigned NOT NULL,
  `legend` varchar(128) DEFAULT NULL,
  PRIMARY KEY (`id_image`,`id_lang`),
  KEY `id_image` (`id_image`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_image_lang`
--

LOCK TABLES `tv_image_lang` WRITE;
/*!40000 ALTER TABLE `tv_image_lang` DISABLE KEYS */;
INSERT INTO `tv_image_lang` VALUES (42,1,NULL),(42,2,NULL),(43,1,NULL),(43,2,NULL),(44,1,NULL),(44,2,NULL),(45,1,NULL),(45,2,NULL),(46,1,NULL),(46,2,NULL),(47,1,NULL),(47,2,NULL),(48,1,NULL),(48,2,NULL),(49,1,NULL),(49,2,NULL),(50,1,NULL),(50,2,NULL),(51,1,NULL),(51,2,NULL),(52,1,NULL),(52,2,NULL),(55,1,NULL),(55,2,NULL),(56,1,NULL),(56,2,NULL),(57,1,NULL),(57,2,NULL),(58,1,NULL),(58,2,NULL),(59,1,NULL),(59,2,NULL),(60,1,NULL),(60,2,NULL),(61,1,NULL),(61,2,NULL),(62,1,NULL),(62,2,NULL),(63,1,NULL),(63,2,NULL),(64,1,NULL),(64,2,NULL),(65,1,NULL),(65,2,NULL),(66,1,NULL),(66,2,NULL),(67,1,NULL),(67,2,NULL),(68,1,NULL),(68,2,NULL),(69,1,NULL),(69,2,NULL),(70,1,NULL),(70,2,NULL),(71,1,NULL),(71,2,NULL),(72,1,NULL),(72,2,NULL),(73,1,NULL),(73,2,NULL),(74,1,NULL),(74,2,NULL);
/*!40000 ALTER TABLE `tv_image_lang` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_image_shop`
--

DROP TABLE IF EXISTS `tv_image_shop`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_image_shop` (
  `id_image` int(11) unsigned NOT NULL,
  `id_shop` int(11) unsigned NOT NULL,
  `cover` tinyint(1) NOT NULL,
  KEY `id_image` (`id_image`,`id_shop`,`cover`),
  KEY `id_shop` (`id_shop`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_image_shop`
--

LOCK TABLES `tv_image_shop` WRITE;
/*!40000 ALTER TABLE `tv_image_shop` DISABLE KEYS */;
INSERT INTO `tv_image_shop` VALUES (42,1,1),(43,1,1),(44,1,0),(45,1,1),(46,1,0),(47,1,1),(48,1,0),(49,1,1),(50,1,0),(51,1,1),(52,1,0),(55,1,1),(56,1,0),(57,1,1),(58,1,0),(59,1,1),(60,1,1),(61,1,1),(62,1,1),(63,1,1),(64,1,1),(65,1,1),(66,1,1),(67,1,1),(68,1,1),(69,1,1),(70,1,1),(71,1,1),(72,1,1),(73,1,1),(74,1,1);
/*!40000 ALTER TABLE `tv_image_shop` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_image_type`
--

DROP TABLE IF EXISTS `tv_image_type`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_image_type` (
  `id_image_type` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(64) NOT NULL,
  `width` int(10) unsigned NOT NULL,
  `height` int(10) unsigned NOT NULL,
  `products` tinyint(1) NOT NULL DEFAULT '1',
  `categories` tinyint(1) NOT NULL DEFAULT '1',
  `manufacturers` tinyint(1) NOT NULL DEFAULT '1',
  `suppliers` tinyint(1) NOT NULL DEFAULT '1',
  `scenes` tinyint(1) NOT NULL DEFAULT '1',
  `stores` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id_image_type`),
  KEY `image_type_name` (`name`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_image_type`
--

LOCK TABLES `tv_image_type` WRITE;
/*!40000 ALTER TABLE `tv_image_type` DISABLE KEYS */;
INSERT INTO `tv_image_type` VALUES (1,'small_default',45,45,1,1,1,1,0,0),(2,'medium_default',58,58,1,1,1,1,0,1),(3,'large_default',264,264,1,1,1,1,0,0),(4,'thickbox_default',600,600,1,0,0,0,0,0),(5,'category_default',500,150,0,1,0,0,0,0),(6,'home_default',124,124,1,1,0,0,0,0),(7,'scene_default',520,189,0,0,0,0,1,0),(8,'m_scene_default',161,58,0,0,0,0,1,0);
/*!40000 ALTER TABLE `tv_image_type` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_import_match`
--

DROP TABLE IF EXISTS `tv_import_match`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_import_match` (
  `id_import_match` int(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(32) NOT NULL,
  `match` text NOT NULL,
  `skip` int(2) NOT NULL,
  PRIMARY KEY (`id_import_match`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_import_match`
--

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

--
-- Table structure for table `tv_lang`
--

DROP TABLE IF EXISTS `tv_lang`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_lang` (
  `id_lang` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(32) NOT NULL,
  `active` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `iso_code` char(2) NOT NULL,
  `language_code` char(5) NOT NULL,
  `date_format_lite` char(32) NOT NULL DEFAULT 'Y-m-d',
  `date_format_full` char(32) NOT NULL DEFAULT 'Y-m-d H:i:s',
  `is_rtl` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id_lang`),
  KEY `lang_iso_code` (`iso_code`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_lang`
--

LOCK TABLES `tv_lang` WRITE;
/*!40000 ALTER TABLE `tv_lang` DISABLE KEYS */;
INSERT INTO `tv_lang` VALUES (1,'English (English)',1,'en','en','m/j/Y','m/j/Y H:i:s',0),(2,'English (United Kingdom)',1,'gb','gb','Y-m-d','Y-m-d H:i:s',0);
/*!40000 ALTER TABLE `tv_lang` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_lang_shop`
--

DROP TABLE IF EXISTS `tv_lang_shop`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_lang_shop` (
  `id_lang` int(11) unsigned NOT NULL,
  `id_shop` int(11) unsigned NOT NULL,
  PRIMARY KEY (`id_lang`,`id_shop`),
  KEY `id_shop` (`id_shop`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_lang_shop`
--

LOCK TABLES `tv_lang_shop` WRITE;
/*!40000 ALTER TABLE `tv_lang_shop` DISABLE KEYS */;
INSERT INTO `tv_lang_shop` VALUES (1,1),(2,1);
/*!40000 ALTER TABLE `tv_lang_shop` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_linksmenutop`
--

DROP TABLE IF EXISTS `tv_linksmenutop`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_linksmenutop` (
  `id_linksmenutop` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_shop` int(11) unsigned NOT NULL,
  `new_window` tinyint(1) NOT NULL,
  PRIMARY KEY (`id_linksmenutop`),
  KEY `id_shop` (`id_shop`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_linksmenutop`
--

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

--
-- Table structure for table `tv_linksmenutop_lang`
--

DROP TABLE IF EXISTS `tv_linksmenutop_lang`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_linksmenutop_lang` (
  `id_linksmenutop` int(11) unsigned NOT NULL,
  `id_lang` int(11) unsigned NOT NULL,
  `id_shop` int(11) unsigned NOT NULL,
  `label` varchar(128) NOT NULL,
  `link` varchar(128) NOT NULL,
  KEY `id_linksmenutop` (`id_linksmenutop`,`id_lang`,`id_shop`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_linksmenutop_lang`
--

LOCK TABLES `tv_linksmenutop_lang` WRITE;
/*!40000 ALTER TABLE `tv_linksmenutop_lang` DISABLE KEYS */;
INSERT INTO `tv_linksmenutop_lang` VALUES (1,1,1,'Home','index.php'),(2,1,1,'Contact us','contact-form.php'),(1,1,1,'Home','index.php'),(1,2,1,'Home','index.php'),(2,1,1,'Contact us','contact-form.php'),(2,2,1,'Contact us','contact-form.php');
/*!40000 ALTER TABLE `tv_linksmenutop_lang` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_log`
--

DROP TABLE IF EXISTS `tv_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_log` (
  `id_log` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `severity` tinyint(1) NOT NULL,
  `error_code` int(11) DEFAULT NULL,
  `message` text NOT NULL,
  `object_type` varchar(32) DEFAULT NULL,
  `object_id` int(10) unsigned DEFAULT NULL,
  `id_employee` int(10) unsigned DEFAULT NULL,
  `date_add` datetime NOT NULL,
  `date_upd` datetime NOT NULL,
  PRIMARY KEY (`id_log`)
) ENGINE=InnoDB AUTO_INCREMENT=575 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_log`
--

LOCK TABLES `tv_log` WRITE;
/*!40000 ALTER TABLE `tv_log` DISABLE KEYS */;
INSERT INTO `tv_log` VALUES (1,1,0,'Product edition','Product',1,1,'2013-11-03 07:41:06','2013-11-03 07:41:06'),(2,1,0,'Product edition','Product',1,1,'2013-11-03 07:42:41','2013-11-03 07:42:41'),(3,1,0,'Category edition','Category',3,1,'2013-11-03 09:27:48','2013-11-03 09:27:48'),(4,1,0,'Category deletion','Category',5,1,'2013-11-03 09:29:05','2013-11-03 09:29:05'),(5,1,0,'Category edition','Category',4,1,'2013-11-03 09:31:05','2013-11-03 09:31:05'),(6,1,0,'Product edition','Product',2,1,'2013-11-03 09:32:56','2013-11-03 09:32:56'),(7,1,0,'Product edition','Product',2,1,'2013-11-03 09:34:02','2013-11-03 09:34:02'),(8,1,0,'Product edition','Product',4,1,'2013-11-03 09:34:49','2013-11-03 09:34:49'),(9,1,0,'Product edition','Product',4,1,'2013-11-03 09:36:42','2013-11-03 09:36:42'),(10,1,0,'Product edition','Product',5,1,'2013-11-03 09:38:14','2013-11-03 09:38:14'),(11,1,0,'Product edition','Product',5,1,'2013-11-03 09:39:18','2013-11-03 09:39:18'),(12,1,0,'Product edition','Product',6,1,'2013-11-03 09:40:54','2013-11-03 09:40:54'),(13,1,0,'Product edition','Product',6,1,'2013-11-03 09:41:45','2013-11-03 09:41:45'),(14,1,0,'Product edition','Product',7,1,'2013-11-03 09:42:51','2013-11-03 09:42:51'),(15,1,0,'Product edition','Product',7,1,'2013-11-03 09:46:27','2013-11-03 09:46:27'),(16,1,0,'Manufacturer edition','Manufacturer',1,1,'2013-11-03 23:38:49','2013-11-03 23:38:49'),(17,1,0,'Manufacturer edition','Manufacturer',1,1,'2013-11-03 23:39:41','2013-11-03 23:39:41'),(18,1,0,'Manufacturer edition','Manufacturer',1,1,'2013-11-03 23:40:34','2013-11-03 23:40:34'),(19,1,0,'Address deletion','Address',1,1,'2013-11-03 23:40:51','2013-11-03 23:40:51'),(20,1,0,'Manufacturer deletion','Manufacturer',1,1,'2013-11-03 23:41:02','2013-11-03 23:41:02'),(21,1,0,'Manufacturer deletion','Manufacturer',2,1,'2013-11-03 23:41:09','2013-11-03 23:41:09'),(22,1,0,'Manufacturer addition','Manufacturer',3,1,'2013-11-03 23:41:39','2013-11-03 23:41:39'),(23,1,0,'Manufacturer addition','Manufacturer',4,1,'2013-11-03 23:42:24','2013-11-03 23:42:24'),(24,1,0,'AttributeGroup deletion','AttributeGroup',1,1,'2013-11-04 02:35:34','2013-11-04 02:35:34'),(25,1,0,'AttributeGroup deletion','AttributeGroup',2,1,'2013-11-04 02:35:40','2013-11-04 02:35:40'),(26,1,0,'AttributeGroup deletion','AttributeGroup',3,1,'2013-11-04 02:35:44','2013-11-04 02:35:44'),(27,1,0,'AttributeGroup addition','AttributeGroup',4,1,'2013-11-04 02:37:57','2013-11-04 02:37:57'),(28,1,0,'AttributeGroup addition','AttributeGroup',5,1,'2013-11-04 02:38:20','2013-11-04 02:38:20'),(29,1,0,'AttributeGroup addition','AttributeGroup',6,1,'2013-11-04 02:38:44','2013-11-04 02:38:44'),(30,1,0,'AttributeGroup addition','AttributeGroup',7,1,'2013-11-04 02:39:15','2013-11-04 02:39:15'),(31,1,0,'AttributeGroup addition','AttributeGroup',8,1,'2013-11-04 02:39:27','2013-11-04 02:39:27'),(32,1,0,'Attribute addition','Attribute',21,1,'2013-11-04 23:29:56','2013-11-04 23:29:56'),(33,1,0,'Attribute addition','Attribute',22,1,'2013-11-04 23:30:10','2013-11-04 23:30:10'),(34,1,0,'Attribute addition','Attribute',23,1,'2013-11-04 23:30:27','2013-11-04 23:30:27'),(35,1,0,'Attribute addition','Attribute',24,1,'2013-11-04 23:30:44','2013-11-04 23:30:44'),(36,1,0,'Attribute addition','Attribute',25,1,'2013-11-04 23:31:03','2013-11-04 23:31:03'),(37,1,0,'Attribute addition','Attribute',26,1,'2013-11-04 23:31:23','2013-11-04 23:31:23'),(38,1,0,'Attribute addition','Attribute',27,1,'2013-11-04 23:31:41','2013-11-04 23:31:41'),(39,1,0,'Attribute addition','Attribute',28,1,'2013-11-04 23:31:55','2013-11-04 23:31:55'),(40,1,0,'Attribute addition','Attribute',29,1,'2013-11-04 23:32:10','2013-11-04 23:32:10'),(41,1,0,'Attribute addition','Attribute',30,1,'2013-11-04 23:32:32','2013-11-04 23:32:32'),(42,1,0,'Attribute addition','Attribute',31,1,'2013-11-04 23:32:46','2013-11-04 23:32:46'),(43,1,0,'Attribute addition','Attribute',32,1,'2013-11-04 23:33:02','2013-11-04 23:33:02'),(44,1,0,'Attribute addition','Attribute',33,1,'2013-11-05 00:38:51','2013-11-05 00:38:51'),(45,1,0,'Attribute addition','Attribute',34,1,'2013-11-05 00:39:13','2013-11-05 00:39:13'),(46,1,0,'Product edition','Product',1,1,'2013-11-05 00:41:07','2013-11-05 00:41:07'),(47,1,0,'Product edition','Product',1,1,'2013-11-05 00:42:51','2013-11-05 00:42:51'),(48,1,0,'Feature edition','Feature',1,1,'2013-11-11 23:30:27','2013-11-11 23:30:27'),(49,1,0,'Feature edition','Feature',2,1,'2013-11-11 23:30:45','2013-11-11 23:30:45'),(50,1,0,'Feature edition','Feature',3,1,'2013-11-11 23:31:07','2013-11-11 23:31:07'),(51,1,0,'Feature edition','Feature',4,1,'2013-11-11 23:31:59','2013-11-11 23:31:59'),(52,1,0,'Feature edition','Feature',5,1,'2013-11-11 23:32:19','2013-11-11 23:32:19'),(53,1,0,'FeatureValue addition','FeatureValue',15,1,'2013-11-11 23:35:55','2013-11-11 23:35:55'),(54,1,0,'FeatureValue addition','FeatureValue',16,1,'2013-11-11 23:36:13','2013-11-11 23:36:13'),(55,1,0,'FeatureValue addition','FeatureValue',17,1,'2013-11-11 23:42:37','2013-11-11 23:42:37'),(56,1,0,'FeatureValue addition','FeatureValue',18,1,'2013-11-11 23:43:19','2013-11-11 23:43:19'),(57,1,0,'FeatureValue addition','FeatureValue',19,1,'2013-11-11 23:44:10','2013-11-11 23:44:10'),(58,1,0,'FeatureValue addition','FeatureValue',20,1,'2013-11-11 23:44:32','2013-11-11 23:44:32'),(59,1,0,'FeatureValue addition','FeatureValue',21,1,'2013-11-11 23:45:02','2013-11-11 23:45:02'),(60,1,0,'FeatureValue addition','FeatureValue',22,1,'2013-11-11 23:45:43','2013-11-11 23:45:43'),(61,1,0,'FeatureValue addition','FeatureValue',23,1,'2013-11-11 23:46:03','2013-11-11 23:46:03'),(62,1,0,'FeatureValue addition','FeatureValue',24,1,'2013-11-11 23:46:23','2013-11-11 23:46:23'),(63,1,0,'FeatureValue addition','FeatureValue',25,1,'2013-11-11 23:46:45','2013-11-11 23:46:45'),(64,1,0,'FeatureValue addition','FeatureValue',26,1,'2013-11-11 23:47:05','2013-11-11 23:47:05'),(65,1,0,'FeatureValue addition','FeatureValue',27,1,'2013-11-11 23:47:43','2013-11-11 23:47:43'),(66,1,0,'FeatureValue addition','FeatureValue',28,1,'2013-11-11 23:48:04','2013-11-11 23:48:04'),(67,1,0,'FeatureValue addition','FeatureValue',29,1,'2013-11-11 23:48:27','2013-11-11 23:48:27'),(68,1,0,'Feature deletion','Feature',5,1,'2013-11-11 23:49:58','2013-11-11 23:49:58'),(69,1,0,'Feature addition','Feature',6,1,'2013-11-11 23:50:13','2013-11-11 23:50:13'),(70,1,0,'FeatureValue addition','FeatureValue',30,1,'2013-11-11 23:50:36','2013-11-11 23:50:36'),(71,1,0,'FeatureValue addition','FeatureValue',31,1,'2013-11-11 23:50:58','2013-11-11 23:50:58'),(72,1,0,'FeatureValue addition','FeatureValue',32,1,'2013-11-11 23:51:15','2013-11-11 23:51:15'),(73,1,0,'Product edition','Product',1,1,'2013-11-11 23:52:17','2013-11-11 23:52:17'),(74,1,0,'Product edition','Product',1,1,'2013-11-11 23:53:08','2013-11-11 23:53:08'),(75,1,0,'Product edition','Product',1,1,'2013-11-11 23:54:40','2013-11-11 23:54:40'),(76,1,0,'Product edition','Product',2,1,'2013-11-12 00:01:59','2013-11-12 00:01:59'),(77,1,0,'Product edition','Product',4,1,'2013-11-12 00:02:58','2013-11-12 00:02:58'),(78,1,0,'Product edition','Product',5,1,'2013-11-12 00:03:46','2013-11-12 00:03:46'),(79,1,0,'Product edition','Product',6,1,'2013-11-12 00:04:25','2013-11-12 00:04:25'),(80,1,0,'Product edition','Product',7,1,'2013-11-12 00:05:04','2013-11-12 00:05:04'),(81,1,0,'Category addition','Category',5,1,'2013-11-30 01:12:02','2013-11-30 01:12:02'),(82,1,0,'Category addition','Category',6,1,'2013-11-30 01:15:44','2013-11-30 01:15:44'),(83,1,0,'ImageType edition','ImageType',6,1,'2013-11-30 01:42:52','2013-11-30 01:42:52'),(84,1,0,'Category addition','Category',7,1,'2013-11-30 02:18:47','2013-11-30 02:18:47'),(85,1,0,'Category edition','Category',3,1,'2013-11-30 02:19:08','2013-11-30 02:19:08'),(86,1,0,'Category edition','Category',4,1,'2013-11-30 02:19:29','2013-11-30 02:19:29'),(87,1,0,'Product addition','Product',8,1,'2013-12-02 07:23:20','2013-12-02 07:23:20'),(88,1,0,'Product edition','Product',8,1,'2013-12-02 07:24:07','2013-12-02 07:24:07'),(89,1,0,'Product edition','Product',8,1,'2013-12-02 07:24:23','2013-12-02 07:24:23'),(90,1,0,'Product edition','Product',8,1,'2013-12-02 07:25:39','2013-12-02 07:25:39'),(91,1,0,'Category edition','Category',6,1,'2013-12-02 13:13:17','2013-12-02 13:13:17'),(92,1,0,'Category addition','Category',8,1,'2013-12-02 13:14:34','2013-12-02 13:14:34'),(93,1,0,'Category addition','Category',9,1,'2013-12-02 13:15:16','2013-12-02 13:15:16'),(94,1,0,'Category addition','Category',10,1,'2013-12-02 13:15:46','2013-12-02 13:15:46'),(95,1,0,'Currency edition','Currency',1,1,'2013-12-05 01:45:24','2013-12-05 01:45:24'),(96,1,0,'Product edition','Product',1,1,'2013-12-05 12:17:11','2013-12-05 12:17:11'),(97,1,0,'Category addition','Category',11,1,'2013-12-05 17:55:58','2013-12-05 17:55:58'),(98,1,0,'Feature edition','Feature',6,1,'2013-12-05 17:58:33','2013-12-05 17:58:33'),(99,1,0,'Feature edition','Feature',4,1,'2013-12-05 17:59:10','2013-12-05 17:59:10'),(100,1,0,'Feature edition','Feature',3,1,'2013-12-05 17:59:24','2013-12-05 17:59:24'),(101,1,0,'Employee edition','Employee',1,1,'2013-12-05 18:05:30','2013-12-05 18:05:30'),(102,1,0,'Employee edition','Employee',1,1,'2013-12-05 18:06:06','2013-12-05 18:06:06'),(103,1,0,'Employee edition','Employee',1,1,'2013-12-05 18:06:26','2013-12-05 18:06:26'),(104,1,0,'Category edition','Category',6,1,'2013-12-08 07:15:46','2013-12-08 07:15:46'),(105,1,0,'Category edition','Category',6,1,'2013-12-08 07:20:09','2013-12-08 07:20:09'),(106,1,0,'Product deletion','Product',1,1,'2013-12-08 12:12:44','2013-12-08 12:12:44'),(107,1,0,'Product deletion','Product',2,1,'2013-12-08 12:15:09','2013-12-08 12:15:09'),(108,1,0,'Product deletion','Product',4,1,'2013-12-08 12:15:14','2013-12-08 12:15:14'),(109,1,0,'Product deletion','Product',5,1,'2013-12-08 12:15:19','2013-12-08 12:15:19'),(110,1,0,'Product deletion','Product',6,1,'2013-12-08 12:15:24','2013-12-08 12:15:24'),(111,1,0,'Product deletion','Product',7,1,'2013-12-08 12:15:28','2013-12-08 12:15:28'),(112,1,0,'Product deletion','Product',8,1,'2013-12-08 12:15:33','2013-12-08 12:15:33'),(113,1,0,'Manufacturer deletion','Manufacturer',3,1,'2013-12-08 12:17:57','2013-12-08 12:17:57'),(114,1,0,'Manufacturer deletion','Manufacturer',4,1,'2013-12-08 12:18:02','2013-12-08 12:18:02'),(115,1,0,'Manufacturer addition','Manufacturer',5,1,'2013-12-08 12:22:25','2013-12-08 12:22:25'),(116,1,0,'Manufacturer addition','Manufacturer',6,1,'2013-12-08 12:24:13','2013-12-08 12:24:13'),(117,1,0,'Product addition','Product',9,1,'2013-12-08 12:32:26','2013-12-08 12:32:26'),(118,1,0,'Product edition','Product',9,1,'2013-12-08 12:35:50','2013-12-08 12:35:50'),(119,1,0,'Product edition','Product',9,1,'2013-12-08 12:37:46','2013-12-08 12:37:46'),(120,1,0,'Product edition','Product',9,1,'2013-12-08 12:38:56','2013-12-08 12:38:56'),(121,1,0,'Product edition','Product',9,1,'2013-12-08 12:39:17','2013-12-08 12:39:17'),(122,1,0,'FeatureValue deletion','FeatureValue',15,1,'2013-12-08 12:48:21','2013-12-08 12:48:21'),(123,1,0,'FeatureValue deletion','FeatureValue',16,1,'2013-12-08 12:48:27','2013-12-08 12:48:27'),(124,1,0,'FeatureValue deletion','FeatureValue',17,1,'2013-12-08 12:48:34','2013-12-08 12:48:34'),(125,1,0,'FeatureValue deletion','FeatureValue',18,1,'2013-12-08 12:48:42','2013-12-08 12:48:42'),(126,1,0,'FeatureValue deletion','FeatureValue',19,1,'2013-12-08 12:48:47','2013-12-08 12:48:47'),(127,1,0,'FeatureValue deletion','FeatureValue',20,1,'2013-12-08 12:49:06','2013-12-08 12:49:06'),(128,1,0,'FeatureValue deletion','FeatureValue',21,1,'2013-12-08 12:49:11','2013-12-08 12:49:11'),(129,1,0,'FeatureValue deletion','FeatureValue',22,1,'2013-12-08 12:49:16','2013-12-08 12:49:16'),(130,1,0,'FeatureValue deletion','FeatureValue',23,1,'2013-12-08 12:49:21','2013-12-08 12:49:21'),(131,1,0,'FeatureValue deletion','FeatureValue',24,1,'2013-12-08 12:49:26','2013-12-08 12:49:26'),(132,1,0,'FeatureValue deletion','FeatureValue',25,1,'2013-12-08 12:49:30','2013-12-08 12:49:30'),(133,1,0,'FeatureValue deletion','FeatureValue',26,1,'2013-12-08 12:49:35','2013-12-08 12:49:35'),(134,1,0,'FeatureValue deletion','FeatureValue',27,1,'2013-12-08 12:49:40','2013-12-08 12:49:40'),(135,1,0,'FeatureValue deletion','FeatureValue',28,1,'2013-12-08 12:49:44','2013-12-08 12:49:44'),(136,1,0,'FeatureValue deletion','FeatureValue',29,1,'2013-12-08 12:49:48','2013-12-08 12:49:48'),(137,1,0,'FeatureValue deletion','FeatureValue',30,1,'2013-12-08 12:49:56','2013-12-08 12:49:56'),(138,1,0,'FeatureValue deletion','FeatureValue',31,1,'2013-12-08 12:50:01','2013-12-08 12:50:01'),(139,1,0,'FeatureValue deletion','FeatureValue',32,1,'2013-12-08 12:50:06','2013-12-08 12:50:06'),(140,1,0,'FeatureValue addition','FeatureValue',48,1,'2013-12-08 12:50:25','2013-12-08 12:50:25'),(141,1,0,'FeatureValue addition','FeatureValue',49,1,'2013-12-08 12:50:34','2013-12-08 12:50:34'),(142,1,0,'FeatureValue addition','FeatureValue',50,1,'2013-12-08 12:50:39','2013-12-08 12:50:39'),(143,1,0,'FeatureValue addition','FeatureValue',51,1,'2013-12-08 12:50:43','2013-12-08 12:50:43'),(144,1,0,'Product edition','Product',9,1,'2013-12-08 12:50:44','2013-12-08 12:50:44'),(145,1,0,'Product edition','Product',9,1,'2013-12-08 12:51:23','2013-12-08 12:51:23'),(146,1,0,'FeatureValue addition','FeatureValue',52,1,'2013-12-08 12:51:46','2013-12-08 12:51:46'),(147,1,0,'FeatureValue addition','FeatureValue',53,1,'2013-12-08 12:51:55','2013-12-08 12:51:55'),(148,1,0,'FeatureValue addition','FeatureValue',54,1,'2013-12-08 12:51:59','2013-12-08 12:51:59'),(149,1,0,'FeatureValue addition','FeatureValue',55,1,'2013-12-08 12:52:03','2013-12-08 12:52:03'),(150,1,0,'FeatureValue addition','FeatureValue',56,1,'2013-12-08 12:52:12','2013-12-08 12:52:12'),(151,1,0,'FeatureValue addition','FeatureValue',57,1,'2013-12-08 12:52:16','2013-12-08 12:52:16'),(152,1,0,'FeatureValue addition','FeatureValue',58,1,'2013-12-08 12:52:29','2013-12-08 12:52:29'),(153,1,0,'FeatureValue addition','FeatureValue',59,1,'2013-12-08 12:52:42','2013-12-08 12:52:42'),(154,1,0,'FeatureValue addition','FeatureValue',60,1,'2013-12-08 12:52:47','2013-12-08 12:52:47'),(155,1,0,'FeatureValue addition','FeatureValue',61,1,'2013-12-08 12:52:52','2013-12-08 12:52:52'),(156,1,0,'FeatureValue addition','FeatureValue',62,1,'2013-12-08 12:53:03','2013-12-08 12:53:03'),(157,1,0,'FeatureValue addition','FeatureValue',63,1,'2013-12-08 12:53:07','2013-12-08 12:53:07'),(158,1,0,'FeatureValue addition','FeatureValue',64,1,'2013-12-08 12:53:16','2013-12-08 12:53:16'),(159,1,0,'FeatureValue addition','FeatureValue',65,1,'2013-12-08 12:53:22','2013-12-08 12:53:22'),(160,1,0,'FeatureValue addition','FeatureValue',66,1,'2013-12-08 12:53:26','2013-12-08 12:53:26'),(161,1,0,'FeatureValue addition','FeatureValue',67,1,'2013-12-08 12:53:41','2013-12-08 12:53:41'),(162,1,0,'FeatureValue addition','FeatureValue',68,1,'2013-12-08 12:53:45','2013-12-08 12:53:45'),(163,1,0,'FeatureValue addition','FeatureValue',69,1,'2013-12-08 12:53:50','2013-12-08 12:53:50'),(164,1,0,'FeatureValue addition','FeatureValue',70,1,'2013-12-08 12:54:00','2013-12-08 12:54:00'),(165,1,0,'FeatureValue addition','FeatureValue',71,1,'2013-12-08 12:54:05','2013-12-08 12:54:05'),(166,1,0,'FeatureValue addition','FeatureValue',72,1,'2013-12-08 12:54:16','2013-12-08 12:54:16'),(167,1,0,'FeatureValue addition','FeatureValue',73,1,'2013-12-08 12:54:22','2013-12-08 12:54:22'),(168,1,0,'FeatureValue addition','FeatureValue',74,1,'2013-12-08 12:55:00','2013-12-08 12:55:00'),(169,1,0,'FeatureValue addition','FeatureValue',75,1,'2013-12-08 12:55:04','2013-12-08 12:55:04'),(170,1,0,'FeatureValue addition','FeatureValue',76,1,'2013-12-08 12:55:13','2013-12-08 12:55:13'),(171,1,0,'FeatureValue addition','FeatureValue',77,1,'2013-12-08 12:55:19','2013-12-08 12:55:19'),(172,1,0,'FeatureValue addition','FeatureValue',78,1,'2013-12-08 12:55:28','2013-12-08 12:55:28'),(173,1,0,'FeatureValue addition','FeatureValue',79,1,'2013-12-08 12:59:32','2013-12-08 12:59:32'),(174,1,0,'FeatureValue addition','FeatureValue',80,1,'2013-12-08 13:01:48','2013-12-08 13:01:48'),(175,1,0,'Product edition','Product',9,1,'2013-12-08 13:20:56','2013-12-08 13:20:56'),(176,1,0,'FeatureValue addition','FeatureValue',81,1,'2013-12-08 13:22:05','2013-12-08 13:22:05'),(177,1,0,'FeatureValue addition','FeatureValue',82,1,'2013-12-08 13:23:09','2013-12-08 13:23:09'),(178,1,0,'Category edition','Category',3,1,'2013-12-08 13:24:51','2013-12-08 13:24:51'),(179,1,0,'Category edition','Category',4,1,'2013-12-08 13:25:10','2013-12-08 13:25:10'),(180,1,0,'Product edition','Product',9,1,'2013-12-08 13:27:30','2013-12-08 13:27:30'),(181,1,0,'Product edition','Product',9,1,'2013-12-08 13:28:13','2013-12-08 13:28:13'),(182,1,0,'Category addition','Category',12,1,'2013-12-10 13:10:16','2013-12-10 13:10:16'),(183,1,0,'FeatureValue deletion','FeatureValue',48,1,'2013-12-10 15:17:03','2013-12-10 15:17:03'),(184,1,0,'FeatureValue deletion','FeatureValue',49,1,'2013-12-10 15:17:03','2013-12-10 15:17:03'),(185,1,0,'FeatureValue deletion','FeatureValue',50,1,'2013-12-10 15:17:03','2013-12-10 15:17:03'),(186,1,0,'FeatureValue deletion','FeatureValue',51,1,'2013-12-10 15:17:03','2013-12-10 15:17:03'),(187,1,0,'FeatureValue deletion','FeatureValue',52,1,'2013-12-10 15:17:03','2013-12-10 15:17:03'),(188,1,0,'FeatureValue deletion','FeatureValue',53,1,'2013-12-10 15:17:03','2013-12-10 15:17:03'),(189,1,0,'FeatureValue deletion','FeatureValue',78,1,'2013-12-10 15:17:04','2013-12-10 15:17:04'),(190,1,0,'FeatureValue edition','FeatureValue',79,1,'2013-12-10 15:17:46','2013-12-10 15:17:46'),(191,1,0,'FeatureValue addition','FeatureValue',83,1,'2013-12-10 15:17:53','2013-12-10 15:17:53'),(192,1,0,'FeatureValue addition','FeatureValue',84,1,'2013-12-10 15:18:02','2013-12-10 15:18:02'),(193,1,0,'FeatureValue addition','FeatureValue',85,1,'2013-12-10 15:18:10','2013-12-10 15:18:10'),(194,1,0,'FeatureValue addition','FeatureValue',86,1,'2013-12-10 15:18:17','2013-12-10 15:18:17'),(195,1,0,'FeatureValue addition','FeatureValue',87,1,'2013-12-10 15:18:29','2013-12-10 15:18:29'),(196,1,0,'FeatureValue addition','FeatureValue',88,1,'2013-12-10 15:18:44','2013-12-10 15:18:44'),(197,1,0,'FeatureValue addition','FeatureValue',89,1,'2013-12-10 15:18:51','2013-12-10 15:18:51'),(198,1,0,'FeatureValue addition','FeatureValue',90,1,'2013-12-10 15:18:59','2013-12-10 15:18:59'),(199,1,0,'FeatureValue addition','FeatureValue',91,1,'2013-12-10 15:19:06','2013-12-10 15:19:06'),(200,1,0,'FeatureValue addition','FeatureValue',92,1,'2013-12-10 15:19:14','2013-12-10 15:19:14'),(201,1,0,'FeatureValue edition','FeatureValue',80,1,'2013-12-10 15:20:20','2013-12-10 15:20:20'),(202,1,0,'FeatureValue addition','FeatureValue',93,1,'2013-12-10 15:20:27','2013-12-10 15:20:27'),(203,1,0,'FeatureValue addition','FeatureValue',94,1,'2013-12-10 15:20:36','2013-12-10 15:20:36'),(204,1,0,'FeatureValue addition','FeatureValue',95,1,'2013-12-10 15:20:44','2013-12-10 15:20:44'),(205,1,0,'FeatureValue addition','FeatureValue',96,1,'2013-12-10 15:20:54','2013-12-10 15:20:54'),(206,1,0,'FeatureValue addition','FeatureValue',97,1,'2013-12-10 15:21:02','2013-12-10 15:21:02'),(207,1,0,'FeatureValue addition','FeatureValue',98,1,'2013-12-10 15:21:10','2013-12-10 15:21:10'),(208,1,0,'FeatureValue addition','FeatureValue',99,1,'2013-12-10 15:21:17','2013-12-10 15:21:17'),(209,1,0,'FeatureValue addition','FeatureValue',100,1,'2013-12-10 15:21:26','2013-12-10 15:21:26'),(210,1,0,'FeatureValue addition','FeatureValue',101,1,'2013-12-10 15:21:33','2013-12-10 15:21:33'),(211,1,0,'FeatureValue addition','FeatureValue',102,1,'2013-12-10 15:21:48','2013-12-10 15:21:48'),(212,1,0,'FeatureValue addition','FeatureValue',103,1,'2013-12-10 15:22:48','2013-12-10 15:22:48'),(213,1,0,'FeatureValue addition','FeatureValue',104,1,'2013-12-10 15:22:57','2013-12-10 15:22:57'),(214,1,0,'FeatureValue addition','FeatureValue',105,1,'2013-12-10 15:23:05','2013-12-10 15:23:05'),(215,1,0,'FeatureValue addition','FeatureValue',106,1,'2013-12-10 15:23:16','2013-12-10 15:23:16'),(216,1,0,'FeatureValue addition','FeatureValue',107,1,'2013-12-10 15:23:24','2013-12-10 15:23:24'),(217,1,0,'FeatureValue addition','FeatureValue',108,1,'2013-12-10 15:23:34','2013-12-10 15:23:34'),(218,1,0,'FeatureValue addition','FeatureValue',109,1,'2013-12-10 15:23:43','2013-12-10 15:23:43'),(219,1,0,'FeatureValue addition','FeatureValue',110,1,'2013-12-10 15:24:38','2013-12-10 15:24:38'),(220,1,0,'FeatureValue addition','FeatureValue',111,1,'2013-12-10 15:24:43','2013-12-10 15:24:43'),(221,1,0,'FeatureValue addition','FeatureValue',112,1,'2013-12-10 15:24:49','2013-12-10 15:24:49'),(222,1,0,'FeatureValue addition','FeatureValue',113,1,'2013-12-10 15:24:57','2013-12-10 15:24:57'),(223,1,0,'FeatureValue addition','FeatureValue',114,1,'2013-12-10 15:25:02','2013-12-10 15:25:02'),(224,1,0,'FeatureValue edition','FeatureValue',114,1,'2013-12-10 15:29:42','2013-12-10 15:29:42'),(225,1,0,'FeatureValue addition','FeatureValue',115,1,'2013-12-10 15:29:50','2013-12-10 15:29:50'),(226,1,0,'FeatureValue addition','FeatureValue',116,1,'2013-12-10 15:29:55','2013-12-10 15:29:55'),(227,1,0,'FeatureValue addition','FeatureValue',117,1,'2013-12-10 15:30:02','2013-12-10 15:30:02'),(228,1,0,'FeatureValue addition','FeatureValue',118,1,'2013-12-10 15:30:08','2013-12-10 15:30:08'),(229,1,0,'FeatureValue addition','FeatureValue',119,1,'2013-12-10 15:30:13','2013-12-10 15:30:13'),(230,1,0,'FeatureValue addition','FeatureValue',120,1,'2013-12-10 15:30:19','2013-12-10 15:30:19'),(231,1,0,'FeatureValue addition','FeatureValue',121,1,'2013-12-10 15:30:25','2013-12-10 15:30:25'),(232,1,0,'FeatureValue addition','FeatureValue',122,1,'2013-12-10 15:30:34','2013-12-10 15:30:34'),(233,1,0,'FeatureValue addition','FeatureValue',123,1,'2013-12-10 15:30:40','2013-12-10 15:30:40'),(234,1,0,'FeatureValue addition','FeatureValue',124,1,'2013-12-10 15:30:47','2013-12-10 15:30:47'),(235,1,0,'FeatureValue addition','FeatureValue',125,1,'2013-12-10 15:30:53','2013-12-10 15:30:53'),(236,1,0,'FeatureValue addition','FeatureValue',126,1,'2013-12-10 15:30:59','2013-12-10 15:30:59'),(237,1,0,'FeatureValue addition','FeatureValue',127,1,'2013-12-10 15:31:05','2013-12-10 15:31:05'),(238,1,0,'FeatureValue addition','FeatureValue',128,1,'2013-12-10 15:31:11','2013-12-10 15:31:11'),(239,1,0,'FeatureValue addition','FeatureValue',129,1,'2013-12-10 15:31:18','2013-12-10 15:31:18'),(240,1,0,'FeatureValue addition','FeatureValue',130,1,'2013-12-10 15:31:23','2013-12-10 15:31:23'),(241,1,0,'FeatureValue addition','FeatureValue',131,1,'2013-12-10 15:31:29','2013-12-10 15:31:29'),(242,1,0,'FeatureValue addition','FeatureValue',132,1,'2013-12-10 15:31:35','2013-12-10 15:31:35'),(243,1,0,'FeatureValue addition','FeatureValue',133,1,'2013-12-10 15:31:43','2013-12-10 15:31:43'),(244,1,0,'FeatureValue addition','FeatureValue',134,1,'2013-12-10 15:31:49','2013-12-10 15:31:49'),(245,1,0,'FeatureValue addition','FeatureValue',135,1,'2013-12-10 15:31:55','2013-12-10 15:31:55'),(246,1,0,'FeatureValue addition','FeatureValue',136,1,'2013-12-10 15:32:01','2013-12-10 15:32:01'),(247,1,0,'FeatureValue addition','FeatureValue',137,1,'2013-12-10 15:32:07','2013-12-10 15:32:07'),(248,1,0,'FeatureValue addition','FeatureValue',138,1,'2013-12-10 15:32:13','2013-12-10 15:32:13'),(249,1,0,'FeatureValue addition','FeatureValue',139,1,'2013-12-10 15:32:23','2013-12-10 15:32:23'),(250,1,0,'FeatureValue addition','FeatureValue',140,1,'2013-12-10 15:32:34','2013-12-10 15:32:34'),(251,1,0,'FeatureValue addition','FeatureValue',141,1,'2013-12-10 15:33:28','2013-12-10 15:33:28'),(252,1,0,'FeatureValue addition','FeatureValue',142,1,'2013-12-10 15:33:36','2013-12-10 15:33:36'),(253,1,0,'FeatureValue addition','FeatureValue',143,1,'2013-12-10 15:33:41','2013-12-10 15:33:41'),(254,1,0,'FeatureValue addition','FeatureValue',144,1,'2013-12-10 15:33:47','2013-12-10 15:33:47'),(255,1,0,'FeatureValue addition','FeatureValue',145,1,'2013-12-10 15:33:54','2013-12-10 15:33:54'),(256,1,0,'FeatureValue addition','FeatureValue',146,1,'2013-12-10 15:34:00','2013-12-10 15:34:00'),(257,1,0,'FeatureValue addition','FeatureValue',147,1,'2013-12-10 15:34:06','2013-12-10 15:34:06'),(258,1,0,'FeatureValue addition','FeatureValue',148,1,'2013-12-10 15:34:13','2013-12-10 15:34:13'),(259,1,0,'FeatureValue addition','FeatureValue',149,1,'2013-12-10 15:34:27','2013-12-10 15:34:27'),(260,1,0,'FeatureValue addition','FeatureValue',150,1,'2013-12-10 15:34:34','2013-12-10 15:34:34'),(261,1,0,'FeatureValue addition','FeatureValue',151,1,'2013-12-10 15:34:39','2013-12-10 15:34:39'),(262,1,0,'FeatureValue addition','FeatureValue',152,1,'2013-12-10 15:34:48','2013-12-10 15:34:48'),(263,1,0,'FeatureValue addition','FeatureValue',153,1,'2013-12-10 15:34:55','2013-12-10 15:34:55'),(264,1,0,'FeatureValue addition','FeatureValue',154,1,'2013-12-10 15:35:34','2013-12-10 15:35:34'),(265,1,0,'FeatureValue addition','FeatureValue',155,1,'2013-12-10 15:35:38','2013-12-10 15:35:38'),(266,1,0,'FeatureValue deletion','FeatureValue',82,1,'2013-12-10 15:36:04','2013-12-10 15:36:04'),(267,1,0,'FeatureValue edition','FeatureValue',154,1,'2013-12-10 15:36:21','2013-12-10 15:36:21'),(268,1,0,'FeatureValue addition','FeatureValue',156,1,'2013-12-10 15:36:29','2013-12-10 15:36:29'),(269,1,0,'FeatureValue addition','FeatureValue',157,1,'2013-12-10 15:36:35','2013-12-10 15:36:35'),(270,1,0,'FeatureValue addition','FeatureValue',158,1,'2013-12-10 15:36:41','2013-12-10 15:36:41'),(271,1,0,'FeatureValue addition','FeatureValue',159,1,'2013-12-10 15:36:47','2013-12-10 15:36:47'),(272,1,0,'FeatureValue addition','FeatureValue',160,1,'2013-12-10 15:36:54','2013-12-10 15:36:54'),(273,1,0,'FeatureValue addition','FeatureValue',161,1,'2013-12-10 15:37:00','2013-12-10 15:37:00'),(274,1,0,'FeatureValue addition','FeatureValue',162,1,'2013-12-10 15:37:06','2013-12-10 15:37:06'),(275,1,0,'FeatureValue addition','FeatureValue',163,1,'2013-12-10 15:37:12','2013-12-10 15:37:12'),(276,1,0,'FeatureValue addition','FeatureValue',164,1,'2013-12-10 15:37:17','2013-12-10 15:37:17'),(277,1,0,'FeatureValue addition','FeatureValue',165,1,'2013-12-10 15:37:23','2013-12-10 15:37:23'),(278,1,0,'FeatureValue addition','FeatureValue',166,1,'2013-12-10 15:37:29','2013-12-10 15:37:29'),(279,1,0,'FeatureValue addition','FeatureValue',167,1,'2013-12-10 15:37:35','2013-12-10 15:37:35'),(280,1,0,'FeatureValue addition','FeatureValue',168,1,'2013-12-10 15:37:40','2013-12-10 15:37:40'),(281,1,0,'FeatureValue addition','FeatureValue',169,1,'2013-12-10 15:37:46','2013-12-10 15:37:46'),(282,1,0,'FeatureValue addition','FeatureValue',170,1,'2013-12-10 15:37:52','2013-12-10 15:37:52'),(283,1,0,'FeatureValue addition','FeatureValue',171,1,'2013-12-10 15:37:58','2013-12-10 15:37:58'),(284,1,0,'FeatureValue addition','FeatureValue',172,1,'2013-12-10 15:38:10','2013-12-10 15:38:10'),(285,1,0,'FeatureValue addition','FeatureValue',173,1,'2013-12-10 15:38:15','2013-12-10 15:38:15'),(286,1,0,'FeatureValue edition','FeatureValue',172,1,'2013-12-10 15:38:36','2013-12-10 15:38:36'),(287,1,0,'FeatureValue addition','FeatureValue',174,1,'2013-12-10 15:38:42','2013-12-10 15:38:42'),(288,1,0,'FeatureValue edition','FeatureValue',79,1,'2013-12-11 13:39:47','2013-12-11 13:39:47'),(289,1,0,'FeatureValue deletion','FeatureValue',80,1,'2013-12-11 13:40:18','2013-12-11 13:40:18'),(290,1,0,'FeatureValue edition','FeatureValue',93,1,'2013-12-11 13:40:38','2013-12-11 13:40:38'),(291,1,0,'FeatureValue edition','FeatureValue',93,1,'2013-12-11 13:41:09','2013-12-11 13:41:09'),(292,1,0,'FeatureValue addition','FeatureValue',175,1,'2013-12-11 13:41:23','2013-12-11 13:41:23'),(293,1,0,'FeatureValue edition','FeatureValue',93,1,'2013-12-11 13:43:51','2013-12-11 13:43:51'),(294,1,0,'FeatureValue edition','FeatureValue',175,1,'2013-12-11 13:44:21','2013-12-11 13:44:21'),(295,1,0,'Employee edition','Employee',1,1,'2013-12-11 21:57:09','2013-12-11 21:57:09'),(296,1,0,'Employee edition','Employee',1,1,'2013-12-11 21:59:14','2013-12-11 21:59:14'),(297,1,0,'Employee edition','Employee',1,1,'2013-12-11 21:59:35','2013-12-11 21:59:35'),(298,1,0,'FeatureValue deletion','FeatureValue',155,1,'2013-12-12 12:00:52','2013-12-12 12:00:52'),(299,1,0,'FeatureValue deletion','FeatureValue',173,1,'2013-12-12 12:00:52','2013-12-12 12:00:52'),(300,1,0,'FeatureValue edition','FeatureValue',79,1,'2013-12-12 12:01:21','2013-12-12 12:01:21'),(301,1,0,'FeatureValue edition','FeatureValue',175,1,'2013-12-12 12:01:50','2013-12-12 12:01:50'),(302,1,0,'FeatureValue addition','FeatureValue',176,1,'2013-12-12 12:02:22','2013-12-12 12:02:22'),(303,1,0,'FeatureValue deletion','FeatureValue',98,1,'2013-12-12 12:02:53','2013-12-12 12:02:53'),(304,1,0,'FeatureValue deletion','FeatureValue',102,1,'2013-12-12 12:03:03','2013-12-12 12:03:03'),(305,1,0,'FeatureValue deletion','FeatureValue',105,1,'2013-12-12 12:03:19','2013-12-12 12:03:19'),(306,1,0,'FeatureValue addition','FeatureValue',177,1,'2013-12-12 12:03:57','2013-12-12 12:03:57'),(307,1,0,'Product edition','Product',9,1,'2013-12-12 12:20:14','2013-12-12 12:20:14'),(308,1,0,'FeatureValue deletion','FeatureValue',79,1,'2013-12-12 12:21:23','2013-12-12 12:21:23'),(309,1,0,'FeatureValue addition','FeatureValue',178,1,'2013-12-12 12:21:33','2013-12-12 12:21:33'),(310,1,0,'Product edition','Product',9,1,'2013-12-12 12:23:34','2013-12-12 12:23:34'),(311,1,0,'Product edition','Product',9,1,'2013-12-12 12:25:23','2013-12-12 12:25:23'),(312,1,0,'Product addition','Product',10,1,'2013-12-12 12:28:30','2013-12-12 12:28:30'),(313,1,0,'Product edition','Product',10,1,'2013-12-12 12:30:22','2013-12-12 12:30:22'),(314,1,0,'Product addition','Product',11,1,'2013-12-12 12:31:39','2013-12-12 12:31:39'),(315,1,0,'Product edition','Product',11,1,'2013-12-12 15:02:28','2013-12-12 15:02:28'),(316,1,0,'Product edition','Product',11,1,'2013-12-13 15:37:35','2013-12-13 15:37:35'),(317,1,0,'Manufacturer addition','Manufacturer',7,1,'2013-12-13 18:42:28','2013-12-13 18:42:28'),(318,1,0,'Category edition','Category',10,1,'2013-12-14 21:19:41','2013-12-14 21:19:41'),(319,1,0,'Category edition','Category',9,1,'2013-12-15 20:30:33','2013-12-15 20:30:33'),(320,1,0,'Category edition','Category',10,1,'2013-12-15 20:33:25','2013-12-15 20:33:25'),(321,1,0,'Category edition','Category',8,1,'2013-12-15 20:34:00','2013-12-15 20:34:00'),(322,1,0,'Category edition','Category',6,1,'2013-12-15 20:34:58','2013-12-15 20:34:58'),(323,1,0,'Category edition','Category',6,1,'2013-12-15 20:40:01','2013-12-15 20:40:01'),(324,1,0,'Category edition','Category',12,1,'2013-12-15 20:46:01','2013-12-15 20:46:01'),(325,1,0,'Category edition','Category',9,1,'2013-12-15 20:48:24','2013-12-15 20:48:24'),(326,1,0,'Category addition','Category',13,1,'2013-12-15 20:51:14','2013-12-15 20:51:14'),(327,1,0,'Category addition','Category',14,1,'2013-12-15 20:55:05','2013-12-15 20:55:05'),(328,1,0,'Category edition','Category',13,1,'2013-12-15 20:58:40','2013-12-15 20:58:40'),(329,1,0,'Category deletion','Category',14,1,'2013-12-15 21:00:58','2013-12-15 21:00:58'),(330,1,0,'Category deletion','Category',13,1,'2013-12-15 21:01:14','2013-12-15 21:01:14'),(331,1,0,'Category deletion','Category',12,1,'2013-12-15 21:01:30','2013-12-15 21:01:30'),(332,1,0,'Category deletion','Category',11,1,'2013-12-15 21:01:46','2013-12-15 21:01:46'),(333,1,0,'Category deletion','Category',5,1,'2013-12-15 21:02:05','2013-12-15 21:02:05'),(334,1,0,'Category addition','Category',15,1,'2013-12-15 21:05:14','2013-12-15 21:05:14'),(335,1,0,'Category addition','Category',16,1,'2013-12-15 21:07:50','2013-12-15 21:07:50'),(336,1,0,'Category edition','Category',16,1,'2013-12-15 21:10:23','2013-12-15 21:10:23'),(337,1,0,'Product edition','Product',11,1,'2013-12-15 21:50:00','2013-12-15 21:50:00'),(338,1,0,'Category addition','Category',17,1,'2013-12-15 22:11:58','2013-12-15 22:11:58'),(339,1,0,'Category addition','Category',18,1,'2013-12-15 22:12:36','2013-12-15 22:12:36'),(340,1,0,'Category addition','Category',19,1,'2013-12-15 22:12:47','2013-12-15 22:12:47'),(341,1,0,'Category edition','Category',19,1,'2013-12-15 22:48:37','2013-12-15 22:48:37'),(342,1,0,'Category addition','Category',20,1,'2013-12-15 22:49:57','2013-12-15 22:49:57'),(343,1,0,'Category edition','Category',17,1,'2013-12-15 22:57:35','2013-12-15 22:57:35'),(344,1,0,'Category addition','Category',21,1,'2013-12-15 23:06:47','2013-12-15 23:06:47'),(345,1,0,'Category addition','Category',22,1,'2013-12-15 23:08:53','2013-12-15 23:08:53'),(346,1,0,'Category addition','Category',23,1,'2013-12-15 23:09:43','2013-12-15 23:09:43'),(347,1,0,'Category deletion','Category',21,1,'2013-12-15 23:14:17','2013-12-15 23:14:17'),(348,1,0,'Category deletion','Category',20,1,'2013-12-15 23:14:30','2013-12-15 23:14:30'),(349,1,0,'Category edition','Category',15,1,'2013-12-15 23:15:03','2013-12-15 23:15:03'),(350,1,0,'Category addition','Category',24,1,'2013-12-15 23:15:21','2013-12-15 23:15:21'),(351,1,0,'Category deletion','Category',15,1,'2013-12-15 23:16:22','2013-12-15 23:16:22'),(352,1,0,'Product edition','Product',10,1,'2013-12-15 23:20:14','2013-12-15 23:20:14'),(353,1,0,'Product edition','Product',10,1,'2013-12-15 23:20:54','2013-12-15 23:20:54'),(354,1,0,'Product edition','Product',11,1,'2013-12-15 23:22:09','2013-12-15 23:22:09'),(355,1,0,'Manufacturer edition','Manufacturer',7,1,'2013-12-15 23:27:43','2013-12-15 23:27:43'),(356,1,0,'Attachment addition','Attachment',1,1,'2013-12-15 23:28:55','2013-12-15 23:28:55'),(357,1,0,'Attachment edition','Attachment',1,1,'2013-12-15 23:29:09','2013-12-15 23:29:09'),(358,1,0,'Category addition','Category',25,1,'2013-12-15 23:30:53','2013-12-15 23:30:53'),(359,1,0,'Category addition','Category',26,1,'2013-12-15 23:31:23','2013-12-15 23:31:23'),(360,1,0,'Product addition','Product',12,1,'2013-12-15 23:34:08','2013-12-15 23:34:08'),(361,1,0,'Product edition','Product',12,1,'2013-12-15 23:35:30','2013-12-15 23:35:30'),(362,1,0,'Category addition','Category',27,1,'2013-12-16 05:53:18','2013-12-16 05:53:18'),(363,1,0,'Category edition','Category',26,1,'2013-12-16 05:53:42','2013-12-16 05:53:42'),(364,1,0,'Category edition','Category',25,1,'2013-12-16 05:54:04','2013-12-16 05:54:04'),(365,1,0,'Category edition','Category',26,1,'2013-12-16 05:54:39','2013-12-16 05:54:39'),(366,1,0,'Category edition','Category',26,1,'2013-12-16 05:54:51','2013-12-16 05:54:51'),(367,1,0,'Category edition','Category',7,1,'2013-12-16 05:58:24','2013-12-16 05:58:24'),(368,1,0,'Category addition','Category',28,1,'2013-12-16 05:58:55','2013-12-16 05:58:55'),(369,1,0,'Category addition','Category',29,1,'2013-12-16 05:59:22','2013-12-16 05:59:22'),(370,1,0,'Category edition','Category',7,1,'2013-12-16 06:08:13','2013-12-16 06:08:13'),(371,1,0,'Category edition','Category',29,1,'2013-12-16 08:58:33','2013-12-16 08:58:33'),(372,1,0,'Category edition','Category',28,1,'2013-12-16 09:24:48','2013-12-16 09:24:48'),(373,1,0,'Product addition','Product',13,1,'2013-12-16 09:26:57','2013-12-16 09:26:57'),(374,1,0,'Category edition','Category',29,1,'2013-12-16 09:32:14','2013-12-16 09:32:14'),(375,1,0,'Product deletion','Product',12,1,'2013-12-16 09:34:25','2013-12-16 09:34:25'),(376,1,0,'Product deletion','Product',14,1,'2013-12-16 09:35:00','2013-12-16 09:35:00'),(377,1,0,'Product deletion','Product',13,1,'2013-12-16 09:35:08','2013-12-16 09:35:08'),(378,1,0,'Category deletion','Category',28,1,'2013-12-16 10:34:20','2013-12-16 10:34:20'),(379,1,0,'Category deletion','Category',29,1,'2013-12-16 10:34:30','2013-12-16 10:34:30'),(380,1,0,'Category addition','Category',30,1,'2013-12-16 10:44:33','2013-12-16 10:44:33'),(381,1,0,'Category deletion','Category',30,1,'2013-12-16 10:46:18','2013-12-16 10:46:18'),(382,1,0,'Category deletion','Category',26,1,'2013-12-16 10:46:30','2013-12-16 10:46:30'),(383,1,0,'Category deletion','Category',25,1,'2013-12-16 10:46:46','2013-12-16 10:46:46'),(384,1,0,'Product edition','Product',9,1,'2013-12-16 11:01:08','2013-12-16 11:01:08'),(385,1,0,'Product edition','Product',9,1,'2013-12-16 11:12:32','2013-12-16 11:12:32'),(386,1,0,'Product edition','Product',10,1,'2013-12-16 11:19:27','2013-12-16 11:19:27'),(387,1,0,'Product deletion','Product',15,1,'2013-12-16 11:20:16','2013-12-16 11:20:16'),(388,1,0,'Feature deletion','Feature',3,1,'2013-12-16 12:36:51','2013-12-16 12:36:51'),(389,1,0,'Feature addition','Feature',7,1,'2013-12-16 12:37:17','2013-12-16 12:37:17'),(390,1,0,'FeatureValue addition','FeatureValue',179,1,'2013-12-16 12:38:38','2013-12-16 12:38:38'),(391,1,0,'FeatureValue addition','FeatureValue',180,1,'2013-12-16 12:38:56','2013-12-16 12:38:56'),(392,1,0,'FeatureValue addition','FeatureValue',181,1,'2013-12-16 12:39:13','2013-12-16 12:39:13'),(393,1,0,'FeatureValue addition','FeatureValue',182,1,'2013-12-16 12:39:29','2013-12-16 12:39:29'),(394,1,0,'FeatureValue addition','FeatureValue',183,1,'2013-12-16 12:39:46','2013-12-16 12:39:46'),(395,1,0,'FeatureValue addition','FeatureValue',184,1,'2013-12-16 12:40:06','2013-12-16 12:40:06'),(396,1,0,'FeatureValue addition','FeatureValue',185,1,'2013-12-16 12:40:24','2013-12-16 12:40:24'),(397,1,0,'FeatureValue addition','FeatureValue',186,1,'2013-12-16 12:40:51','2013-12-16 12:40:51'),(398,1,0,'FeatureValue addition','FeatureValue',187,1,'2013-12-16 12:41:03','2013-12-16 12:41:03'),(399,1,0,'FeatureValue addition','FeatureValue',188,1,'2013-12-16 12:41:19','2013-12-16 12:41:19'),(400,1,0,'FeatureValue addition','FeatureValue',189,1,'2013-12-16 12:41:34','2013-12-16 12:41:34'),(401,1,0,'FeatureValue addition','FeatureValue',190,1,'2013-12-16 12:43:21','2013-12-16 12:43:21'),(402,1,0,'Product edition','Product',9,1,'2013-12-16 13:06:30','2013-12-16 13:06:30'),(403,1,0,'Product edition','Product',9,1,'2013-12-16 13:08:04','2013-12-16 13:08:04'),(404,1,0,'Product edition','Product',10,1,'2013-12-16 13:08:58','2013-12-16 13:08:58'),(405,1,0,'Product edition','Product',11,1,'2013-12-16 13:09:12','2013-12-16 13:09:12'),(406,1,0,'Product edition','Product',9,1,'2013-12-16 13:46:48','2013-12-16 13:46:48'),(407,1,0,'Employee edition','Employee',1,1,'2013-12-16 17:02:52','2013-12-16 17:02:52'),(408,1,0,'Category addition','Category',31,1,'2013-12-16 17:03:33','2013-12-16 17:03:33'),(409,1,0,'Category addition','Category',32,1,'2013-12-16 17:04:00','2013-12-16 17:04:00'),(410,1,0,'Category addition','Category',33,1,'2013-12-16 17:04:21','2013-12-16 17:04:21'),(411,1,0,'Category addition','Category',34,1,'2013-12-16 17:04:51','2013-12-16 17:04:51'),(412,1,0,'Category addition','Category',35,1,'2013-12-16 17:05:17','2013-12-16 17:05:17'),(413,1,0,'Category edition','Category',31,1,'2013-12-17 04:13:36','2013-12-17 04:13:36'),(414,1,0,'Product addition','Product',16,1,'2013-12-17 04:17:19','2013-12-17 04:17:19'),(415,1,0,'Product edition','Product',16,1,'2013-12-17 04:18:52','2013-12-17 04:18:52'),(416,1,0,'Product edition','Product',16,1,'2013-12-17 04:21:52','2013-12-17 04:21:52'),(417,1,0,'Product edition','Product',16,1,'2013-12-17 04:23:56','2013-12-17 04:23:56'),(418,1,0,'Product deletion','Product',16,1,'2013-12-17 04:24:45','2013-12-17 04:24:45'),(419,1,0,'Category edition','Category',34,1,'2013-12-17 04:26:20','2013-12-17 04:26:20'),(420,1,0,'Category edition','Category',34,1,'2013-12-17 04:28:30','2013-12-17 04:28:30'),(421,1,0,'Category edition','Category',34,1,'2013-12-18 09:04:04','2013-12-18 09:04:04'),(422,1,0,'Category edition','Category',34,1,'2013-12-18 09:05:38','2013-12-18 09:05:38'),(423,1,0,'Category edition','Category',31,1,'2013-12-18 09:16:58','2013-12-18 09:16:58'),(424,1,0,'Category deletion','Category',31,1,'2013-12-18 09:18:30','2013-12-18 09:18:30'),(425,1,0,'Category deletion','Category',32,1,'2013-12-18 09:18:43','2013-12-18 09:18:43'),(426,1,0,'Category addition','Category',36,1,'2013-12-18 09:20:20','2013-12-18 09:20:20'),(427,1,0,'Category addition','Category',37,1,'2013-12-18 09:21:42','2013-12-18 09:21:42'),(428,1,0,'Product addition','Product',17,1,'2013-12-18 09:27:29','2013-12-18 09:27:29'),(429,1,0,'Product edition','Product',9,1,'2013-12-18 09:43:15','2013-12-18 09:43:15'),(430,1,0,'Product edition','Product',9,1,'2013-12-18 09:43:44','2013-12-18 09:43:44'),(431,1,0,'Product edition','Product',17,1,'2013-12-18 16:15:05','2013-12-18 16:15:05'),(432,1,0,'Product edition','Product',17,1,'2013-12-18 16:26:46','2013-12-18 16:26:46'),(433,1,0,'Manufacturer addition','Manufacturer',8,1,'2013-12-18 16:31:04','2013-12-18 16:31:04'),(434,1,0,'Manufacturer edition','Manufacturer',8,1,'2013-12-18 16:31:46','2013-12-18 16:31:46'),(435,1,0,'Manufacturer addition','Manufacturer',9,1,'2013-12-18 16:33:34','2013-12-18 16:33:34'),(436,1,0,'Manufacturer edition','Manufacturer',9,1,'2013-12-18 16:34:17','2013-12-18 16:34:17'),(437,1,0,'Product edition','Product',9,1,'2013-12-18 16:36:19','2013-12-18 16:36:19'),(438,1,0,'Product edition','Product',11,1,'2013-12-18 16:37:43','2013-12-18 16:37:43'),(439,1,0,'Product edition','Product',10,1,'2013-12-18 16:38:03','2013-12-18 16:38:03'),(440,1,0,'Product edition','Product',10,1,'2013-12-18 16:38:21','2013-12-18 16:38:21'),(441,1,0,'Product edition','Product',11,1,'2013-12-18 16:38:40','2013-12-18 16:38:40'),(442,1,0,'Category edition','Category',34,1,'2013-12-18 16:42:57','2013-12-18 16:42:57'),(443,1,0,'Category edition','Category',34,1,'2013-12-18 16:51:04','2013-12-18 16:51:04'),(444,1,0,'Category edition','Category',34,1,'2013-12-18 16:51:38','2013-12-18 16:51:38'),(445,1,0,'Category edition','Category',35,1,'2013-12-19 09:12:43','2013-12-19 09:12:43'),(446,1,0,'Product edition','Product',9,1,'2013-12-19 09:21:31','2013-12-19 09:21:31'),(447,1,0,'Currency edition','Currency',1,1,'2013-12-19 09:23:19','2013-12-19 09:23:19'),(448,1,0,'Currency edition','Currency',1,1,'2013-12-19 09:24:03','2013-12-19 09:24:03'),(449,1,0,'Currency edition','Currency',1,1,'2013-12-19 09:24:38','2013-12-19 09:24:38'),(450,1,0,'Category addition','Category',38,1,'2013-12-19 09:25:32','2013-12-19 09:25:32'),(451,1,0,'Category edition','Category',34,1,'2013-12-19 09:26:43','2013-12-19 09:26:43'),(452,1,0,'Category addition','Category',39,1,'2013-12-19 09:45:22','2013-12-19 09:45:22'),(453,1,0,'Category edition','Category',39,1,'2013-12-19 09:52:21','2013-12-19 09:52:21'),(454,1,0,'Category edition','Category',39,1,'2013-12-19 09:54:10','2013-12-19 09:54:10'),(455,1,0,'Category addition','Category',40,1,'2013-12-19 09:58:40','2013-12-19 09:58:40'),(456,1,0,'Category edition','Category',40,1,'2013-12-19 10:12:23','2013-12-19 10:12:23'),(457,1,0,'Product edition','Product',17,1,'2013-12-19 10:48:04','2013-12-19 10:48:04'),(458,1,0,'Product edition','Product',9,1,'2013-12-19 10:50:50','2013-12-19 10:50:50'),(459,1,0,'Product addition','Product',18,1,'2013-12-19 11:10:53','2013-12-19 11:10:53'),(460,1,0,'Product edition','Product',18,1,'2013-12-19 11:14:13','2013-12-19 11:14:13'),(461,1,0,'Product addition','Product',19,1,'2013-12-19 11:25:33','2013-12-19 11:25:33'),(462,1,0,'Product edition','Product',19,1,'2013-12-19 11:28:53','2013-12-19 11:28:53'),(463,1,0,'Product addition','Product',20,1,'2013-12-19 11:48:56','2013-12-19 11:48:56'),(464,1,0,'Product edition','Product',20,1,'2013-12-19 11:55:42','2013-12-19 11:55:42'),(465,1,0,'Product edition','Product',20,1,'2013-12-19 11:56:21','2013-12-19 11:56:21'),(466,1,0,'Product edition','Product',20,1,'2013-12-19 11:57:26','2013-12-19 11:57:26'),(467,1,0,'Product edition','Product',20,1,'2013-12-19 11:58:36','2013-12-19 11:58:36'),(468,1,0,'Manufacturer addition','Manufacturer',10,1,'2013-12-19 12:03:22','2013-12-19 12:03:22'),(469,1,0,'Product edition','Product',19,1,'2013-12-19 12:03:44','2013-12-19 12:03:44'),(470,1,0,'Product addition','Product',21,1,'2013-12-19 15:15:41','2013-12-19 15:15:41'),(471,1,0,'Product edition','Product',21,1,'2013-12-19 15:21:25','2013-12-19 15:21:25'),(472,1,0,'Product addition','Product',22,1,'2013-12-19 15:26:15','2013-12-19 15:26:15'),(473,1,0,'Product edition','Product',22,1,'2013-12-19 15:41:27','2013-12-19 15:41:27'),(474,1,0,'Customer deletion','Customer',4,1,'2013-12-19 16:15:29','2013-12-19 16:15:29'),(475,1,0,'Customer deletion','Customer',1,1,'2013-12-19 16:15:44','2013-12-19 16:15:44'),(476,1,0,'Customer deletion','Customer',2,1,'2013-12-19 16:15:51','2013-12-19 16:15:51'),(477,1,0,'Customer deletion','Customer',3,1,'2013-12-19 16:15:59','2013-12-19 16:15:59'),(478,1,0,'Category addition','Category',41,1,'2013-12-19 16:59:08','2013-12-19 16:59:08'),(479,1,0,'Product deletion','Product',23,1,'2013-12-19 17:22:20','2013-12-19 17:22:20'),(480,1,0,'Product edition','Product',22,1,'2013-12-19 17:23:02','2013-12-19 17:23:02'),(481,1,0,'Product addition','Product',24,1,'2013-12-19 17:38:15','2013-12-19 17:38:15'),(482,1,0,'Product edition','Product',24,1,'2013-12-19 17:42:08','2013-12-19 17:42:08'),(483,1,0,'Product addition','Product',25,1,'2013-12-19 17:55:40','2013-12-19 17:55:40'),(484,1,0,'Product edition','Product',25,1,'2013-12-19 17:58:21','2013-12-19 17:58:21'),(485,1,0,'Product edition','Product',10,1,'2014-01-02 09:37:01','2014-01-02 09:37:01'),(486,1,0,'Product edition','Product',9,1,'2014-01-02 10:06:34','2014-01-02 10:06:34'),(487,1,0,'Product edition','Product',11,1,'2014-01-02 10:06:52','2014-01-02 10:06:52'),(488,1,0,'Product edition','Product',17,1,'2014-01-02 10:07:08','2014-01-02 10:07:08'),(489,1,0,'Product edition','Product',17,1,'2014-01-02 10:07:22','2014-01-02 10:07:22'),(490,1,0,'Product edition','Product',18,1,'2014-01-02 10:07:41','2014-01-02 10:07:41'),(491,1,0,'Product edition','Product',19,1,'2014-01-02 10:08:10','2014-01-02 10:08:10'),(492,1,0,'Product edition','Product',20,1,'2014-01-02 10:08:39','2014-01-02 10:08:39'),(493,1,0,'Product edition','Product',21,1,'2014-01-02 12:40:02','2014-01-02 12:40:02'),(494,1,0,'Product edition','Product',22,1,'2014-01-02 12:40:31','2014-01-02 12:40:31'),(495,1,0,'Product edition','Product',24,1,'2014-01-02 12:40:48','2014-01-02 12:40:48'),(496,1,0,'Product edition','Product',25,1,'2014-01-02 12:41:10','2014-01-02 12:41:10'),(497,1,0,'Product addition','Product',26,1,'2014-01-02 12:44:53','2014-01-02 12:44:53'),(498,1,0,'Product edition','Product',26,1,'2014-01-02 12:45:10','2014-01-02 12:45:10'),(499,1,0,'Product deletion','Product',26,1,'2014-01-02 12:51:14','2014-01-02 12:51:14'),(500,1,0,'Product edition','Product',9,1,'2014-01-04 09:38:42','2014-01-04 09:38:42'),(501,1,0,'Product edition','Product',10,1,'2014-01-07 12:38:52','2014-01-07 12:38:52'),(502,1,0,'Product edition','Product',9,1,'2014-01-07 12:39:20','2014-01-07 12:39:20'),(503,1,0,'Product edition','Product',11,1,'2014-01-07 12:39:31','2014-01-07 12:39:31'),(504,1,0,'Product edition','Product',18,1,'2014-01-07 16:46:09','2014-01-07 16:46:09'),(505,1,0,'Product edition','Product',25,1,'2014-01-14 09:34:16','2014-01-14 09:34:16'),(506,1,0,'Employee edition','Employee',1,1,'2014-03-07 15:19:21','2014-03-07 15:19:21'),(507,1,0,'Product edition','Product',9,1,'2014-03-07 15:26:31','2014-03-07 15:26:31'),(508,1,0,'Product addition','Product',26,1,'2014-03-07 15:40:04','2014-03-07 15:40:04'),(509,1,0,'Product edition','Product',26,1,'2014-03-08 09:33:49','2014-03-08 09:33:49'),(510,1,0,'Manufacturer addition','Manufacturer',11,1,'2014-03-08 09:35:21','2014-03-08 09:35:21'),(511,1,0,'Manufacturer addition','Manufacturer',12,1,'2014-03-08 09:38:16','2014-03-08 09:38:16'),(512,1,0,'Product edition','Product',26,1,'2014-03-08 09:38:37','2014-03-08 09:38:37'),(513,1,0,'Product addition','Product',27,1,'2014-03-08 09:52:02','2014-03-08 09:52:02'),(514,1,0,'Product edition','Product',27,1,'2014-03-08 09:55:58','2014-03-08 09:55:58'),(515,1,0,'Product addition','Product',28,1,'2014-03-08 09:59:36','2014-03-08 09:59:36'),(516,1,0,'Product edition','Product',28,1,'2014-03-08 10:03:40','2014-03-08 10:03:40'),(517,1,0,'Product edition','Product',28,1,'2014-03-08 10:05:07','2014-03-08 10:05:07'),(518,1,0,'Product edition','Product',28,1,'2014-03-08 10:06:13','2014-03-08 10:06:13'),(519,1,0,'Product edition','Product',28,1,'2014-03-08 10:07:55','2014-03-08 10:07:55'),(520,1,0,'Product edition','Product',28,1,'2014-03-08 10:09:33','2014-03-08 10:09:33'),(521,1,0,'Product edition','Product',28,1,'2014-03-08 10:10:18','2014-03-08 10:10:18'),(522,1,0,'Product edition','Product',28,1,'2014-03-08 10:10:53','2014-03-08 10:10:53'),(523,1,0,'Employee edition','Employee',1,1,'2014-03-08 10:14:17','2014-03-08 10:14:17'),(524,1,0,'Employee edition','Employee',1,1,'2014-03-08 10:14:48','2014-03-08 10:14:48'),(525,1,0,'Product edition','Product',28,1,'2014-03-08 10:43:57','2014-03-08 10:43:57'),(526,1,0,'Product edition','Product',9,1,'2014-03-08 10:46:35','2014-03-08 10:46:35'),(527,1,0,'Product edition','Product',10,1,'2014-03-08 10:48:54','2014-03-08 10:48:54'),(528,1,0,'Product edition','Product',10,1,'2014-03-08 10:49:26','2014-03-08 10:49:26'),(529,1,0,'Product edition','Product',18,1,'2014-03-08 10:49:44','2014-03-08 10:49:44'),(530,1,0,'Product addition','Product',29,1,'2014-03-10 09:25:06','2014-03-10 09:25:06'),(531,1,0,'Product edition','Product',29,1,'2014-03-10 09:28:16','2014-03-10 09:28:16'),(532,1,0,'Product edition','Product',29,1,'2014-03-10 09:29:16','2014-03-10 09:29:16'),(533,1,0,'Product edition','Product',29,1,'2014-03-10 09:30:15','2014-03-10 09:30:15'),(534,1,0,'Product edition','Product',28,1,'2014-03-10 09:30:36','2014-03-10 09:30:36'),(535,1,0,'Product edition','Product',27,1,'2014-03-10 09:30:52','2014-03-10 09:30:52'),(536,1,0,'Product edition','Product',26,1,'2014-03-10 09:31:11','2014-03-10 09:31:11'),(537,1,0,'Product addition','Product',30,1,'2014-03-10 09:36:38','2014-03-10 09:36:38'),(538,1,0,'Product edition','Product',30,1,'2014-03-10 09:40:16','2014-03-10 09:40:16'),(539,1,0,'Product addition','Product',31,1,'2014-03-10 09:44:11','2014-03-10 09:44:11'),(540,1,0,'Product edition','Product',31,1,'2014-03-10 09:47:18','2014-03-10 09:47:18'),(541,1,0,'Contact edition','Contact',1,1,'2014-03-10 10:08:56','2014-03-10 10:08:56'),(542,1,0,'Contact edition','Contact',2,1,'2014-03-10 10:09:07','2014-03-10 10:09:07'),(543,1,0,'Product edition','Product',11,1,'2014-03-10 12:32:00','2014-03-10 12:32:00'),(544,1,0,'Product addition','Product',32,1,'2014-03-10 12:40:07','2014-03-10 12:40:07'),(545,1,0,'Product edition','Product',32,1,'2014-03-10 12:43:01','2014-03-10 12:43:01'),(546,1,0,'Product edition','Product',32,1,'2014-03-10 12:43:29','2014-03-10 12:43:29'),(547,1,0,'Product addition','Product',33,1,'2014-03-10 12:45:39','2014-03-10 12:45:39'),(548,1,0,'Product edition','Product',33,1,'2014-03-10 12:48:03','2014-03-10 12:48:03'),(549,1,0,'Product addition','Product',34,1,'2014-03-10 12:51:05','2014-03-10 12:51:05'),(550,1,0,'Product edition','Product',34,1,'2014-03-10 13:07:01','2014-03-10 13:07:01'),(551,1,0,'Product addition','Product',35,1,'2014-03-10 13:10:31','2014-03-10 13:10:31'),(552,1,0,'Product edition','Product',35,1,'2014-03-10 13:13:40','2014-03-10 13:13:40'),(553,1,0,'Product addition','Product',36,1,'2014-03-10 13:17:46','2014-03-10 13:17:46'),(554,1,0,'Product edition','Product',36,1,'2014-03-10 13:20:49','2014-03-10 13:20:49'),(555,1,0,'Product addition','Product',37,1,'2014-03-10 13:23:54','2014-03-10 13:23:54'),(556,1,0,'Product edition','Product',37,1,'2014-03-10 13:26:19','2014-03-10 13:26:19'),(557,1,0,'Product addition','Product',38,1,'2014-03-10 13:28:49','2014-03-10 13:28:49'),(558,1,0,'Product edition','Product',38,1,'2014-03-10 13:31:27','2014-03-10 13:31:27'),(559,1,0,'Product edition','Product',34,1,'2014-03-14 15:50:29','2014-03-14 15:50:29'),(560,1,0,'Product edition','Product',10,1,'2014-03-14 15:55:06','2014-03-14 15:55:06'),(561,1,0,'Product edition','Product',9,1,'2014-03-14 16:30:41','2014-03-14 16:30:41'),(562,1,0,'Product edition','Product',9,1,'2014-03-14 16:30:58','2014-03-14 16:30:58'),(563,1,0,'Category edition','Category',38,1,'2014-03-15 10:30:45','2014-03-15 10:30:45'),(564,1,0,'CustomerThread deletion','CustomerThread',1,1,'2014-05-07 08:43:51','2014-05-07 08:43:51'),(565,1,0,'CustomerThread deletion','CustomerThread',2,1,'2014-05-07 08:43:52','2014-05-07 08:43:52'),(566,1,0,'CustomerThread deletion','CustomerThread',3,1,'2014-05-07 08:43:52','2014-05-07 08:43:52'),(567,1,0,'CustomerThread deletion','CustomerThread',4,1,'2014-05-07 08:43:52','2014-05-07 08:43:52'),(568,1,0,'CustomerThread deletion','CustomerThread',5,1,'2014-05-07 08:43:52','2014-05-07 08:43:52'),(569,1,0,'CustomerThread deletion','CustomerThread',6,1,'2014-05-07 08:43:52','2014-05-07 08:43:52'),(570,1,0,'CustomerThread deletion','CustomerThread',7,1,'2014-05-07 08:43:52','2014-05-07 08:43:52'),(571,1,0,'CustomerThread deletion','CustomerThread',8,1,'2014-05-07 08:43:52','2014-05-07 08:43:52'),(572,1,0,'CustomerThread deletion','CustomerThread',9,1,'2014-05-07 08:43:52','2014-05-07 08:43:52'),(573,1,0,'CustomerThread deletion','CustomerThread',10,1,'2014-05-07 08:43:52','2014-05-07 08:43:52'),(574,1,0,'Employee edition','Employee',1,1,'2015-02-17 13:05:16','2015-02-17 13:05:16');
/*!40000 ALTER TABLE `tv_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_manufacturer`
--

DROP TABLE IF EXISTS `tv_manufacturer`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_manufacturer` (
  `id_manufacturer` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(64) NOT NULL,
  `date_add` datetime NOT NULL,
  `date_upd` datetime NOT NULL,
  `active` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id_manufacturer`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_manufacturer`
--

LOCK TABLES `tv_manufacturer` WRITE;
/*!40000 ALTER TABLE `tv_manufacturer` DISABLE KEYS */;
INSERT INTO `tv_manufacturer` VALUES (5,'Rapid Tyres','2013-12-08 12:22:25','2013-12-08 12:22:25',1),(6,'Michelin Tyres','2013-12-08 12:24:13','2013-12-08 12:24:13',1),(7,'yokohama','2013-12-13 18:42:28','2013-12-15 23:27:43',1),(8,'BRIDGESTONE','2013-12-18 16:31:04','2013-12-18 16:31:46',1),(9,'CONTINENTAL','2013-12-18 16:33:34','2013-12-18 16:34:17',1),(10,'DUNLOP','2013-12-19 12:03:21','2013-12-19 12:03:21',1),(11,'LANDSAIL','2014-03-08 09:35:21','2014-03-08 09:35:21',0),(12,'LANDSAIL','2014-03-08 09:38:16','2014-03-08 09:38:16',1);
/*!40000 ALTER TABLE `tv_manufacturer` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_manufacturer_lang`
--

DROP TABLE IF EXISTS `tv_manufacturer_lang`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_manufacturer_lang` (
  `id_manufacturer` int(10) unsigned NOT NULL,
  `id_lang` int(10) unsigned NOT NULL,
  `description` text,
  `short_description` text,
  `meta_title` varchar(128) DEFAULT NULL,
  `meta_keywords` varchar(255) DEFAULT NULL,
  `meta_description` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id_manufacturer`,`id_lang`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_manufacturer_lang`
--

LOCK TABLES `tv_manufacturer_lang` WRITE;
/*!40000 ALTER TABLE `tv_manufacturer_lang` DISABLE KEYS */;
INSERT INTO `tv_manufacturer_lang` VALUES (5,1,'','','Rapid Tyres','Rapid Tyres Manufacturer,Rapid Tyres,Tyres Manufacturer','Rapid Tyres Manufacturer'),(5,2,'','','','',''),(6,1,'','','Michelin Tyres','Michelin Tyres Manufacturer,Michelin Tyres,Tyres Manufacturer','Michelin Tyres Manufacturer'),(6,2,'','','','',''),(7,1,'','','','',''),(7,2,'','','','',''),(8,1,'','','BRIDGESTONE','BRIDGESTONE,BRIDGESTONE TYRES','BRIDGESTONE'),(8,2,'','','','',''),(9,1,'','','CONTINENTAL','CONTINENTAL TYRES,CAR TYRES,RUNFLAT TYRES','CONTINENTAL TYRES'),(9,2,'','','','',''),(10,1,'<p><span>Dunlop Tyres is owned by Goodyear Tire and Rubber Company which sells Dunlop brand tyres in North America, Australia and Europe. In other regions of the world, the Dunlop brand is owned by other companies.</span></p>','<p><span>Dunlop Tyres is owned by Goodyear Tire and Rubber Company which sells Dunlop brand tyres in North America, Australia and Europe. In other regions of the world, the Dunlop brand is owned by other companies.</span></p>','DUNLOP TYRE','DUNLOP TYRE BLACKBURN,DUNLOP,CAR TYRES,DUNLOP CAR TYRES','DUNLOP TYRE'),(10,2,'','','','',''),(11,1,'','','','',''),(11,2,'','','','',''),(12,1,'','','LANDSAIL','LANDSAIL,car tyre,economy tyre,cheap tyre,budget tyre','LANDSAIL tyre '),(12,2,'','','','','');
/*!40000 ALTER TABLE `tv_manufacturer_lang` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_manufacturer_shop`
--

DROP TABLE IF EXISTS `tv_manufacturer_shop`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_manufacturer_shop` (
  `id_manufacturer` int(11) unsigned NOT NULL,
  `id_shop` int(11) unsigned NOT NULL,
  PRIMARY KEY (`id_manufacturer`,`id_shop`),
  KEY `id_shop` (`id_shop`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_manufacturer_shop`
--

LOCK TABLES `tv_manufacturer_shop` WRITE;
/*!40000 ALTER TABLE `tv_manufacturer_shop` DISABLE KEYS */;
INSERT INTO `tv_manufacturer_shop` VALUES (5,1),(6,1),(7,1),(8,1),(9,1),(10,1),(11,1),(12,1);
/*!40000 ALTER TABLE `tv_manufacturer_shop` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_memcached_servers`
--

DROP TABLE IF EXISTS `tv_memcached_servers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_memcached_servers` (
  `id_memcached_server` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `ip` varchar(254) NOT NULL,
  `port` int(11) unsigned NOT NULL,
  `weight` int(11) unsigned NOT NULL,
  PRIMARY KEY (`id_memcached_server`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_memcached_servers`
--

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

--
-- Table structure for table `tv_message`
--

DROP TABLE IF EXISTS `tv_message`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_message` (
  `id_message` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_cart` int(10) unsigned DEFAULT NULL,
  `id_customer` int(10) unsigned NOT NULL,
  `id_employee` int(10) unsigned DEFAULT NULL,
  `id_order` int(10) unsigned NOT NULL,
  `message` text NOT NULL,
  `private` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `date_add` datetime NOT NULL,
  PRIMARY KEY (`id_message`),
  KEY `message_order` (`id_order`),
  KEY `id_cart` (`id_cart`),
  KEY `id_customer` (`id_customer`),
  KEY `id_employee` (`id_employee`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_message`
--

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

--
-- Table structure for table `tv_message_readed`
--

DROP TABLE IF EXISTS `tv_message_readed`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_message_readed` (
  `id_message` int(10) unsigned NOT NULL,
  `id_employee` int(10) unsigned NOT NULL,
  `date_add` datetime NOT NULL,
  PRIMARY KEY (`id_message`,`id_employee`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_message_readed`
--

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

--
-- Table structure for table `tv_meta`
--

DROP TABLE IF EXISTS `tv_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_meta` (
  `id_meta` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `page` varchar(64) NOT NULL,
  PRIMARY KEY (`id_meta`),
  KEY `meta_name` (`page`)
) ENGINE=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_meta`
--

LOCK TABLES `tv_meta` WRITE;
/*!40000 ALTER TABLE `tv_meta` DISABLE KEYS */;
INSERT INTO `tv_meta` VALUES (1,'404'),(11,'address'),(12,'addresses'),(13,'authentication'),(2,'best-sales'),(14,'cart'),(3,'contact'),(15,'discount'),(25,'guest-tracking'),(16,'history'),(17,'identity'),(4,'index'),(5,'manufacturer'),(18,'my-account'),(6,'new-products'),(21,'order'),(26,'order-confirmation'),(19,'order-follow'),(24,'order-opc'),(20,'order-slip'),(7,'password'),(8,'prices-drop'),(22,'search'),(9,'sitemap'),(23,'stores'),(10,'supplier');
/*!40000 ALTER TABLE `tv_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_meta_lang`
--

DROP TABLE IF EXISTS `tv_meta_lang`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_meta_lang` (
  `id_meta` int(10) unsigned NOT NULL,
  `id_shop` int(11) unsigned NOT NULL DEFAULT '1',
  `id_lang` int(10) unsigned NOT NULL,
  `title` varchar(128) DEFAULT NULL,
  `description` varchar(255) DEFAULT NULL,
  `keywords` varchar(255) DEFAULT NULL,
  `url_rewrite` varchar(254) NOT NULL,
  PRIMARY KEY (`id_meta`,`id_shop`,`id_lang`),
  KEY `id_shop` (`id_shop`),
  KEY `id_lang` (`id_lang`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_meta_lang`
--

LOCK TABLES `tv_meta_lang` WRITE;
/*!40000 ALTER TABLE `tv_meta_lang` DISABLE KEYS */;
INSERT INTO `tv_meta_lang` VALUES (1,1,1,'404 error','This page cannot be found','','page-not-found'),(1,1,2,'404 error','This page cannot be found','','page-not-found'),(2,1,1,'Best sales','Our best sales','','best-sales'),(2,1,2,'Best sales','Our best sales','','best-sales'),(3,1,1,'Contact us','Use our form to contact us','','contact-us'),(3,1,2,'Contact us','Use our form to contact us','','contact-us'),(4,1,1,'','Shop powered by PrestaShop','',''),(4,1,2,'','Shop powered by PrestaShop','',''),(5,1,1,'Manufacturers','Manufacturers list','','manufacturers'),(5,1,2,'Manufacturers','Manufacturers list','','manufacturers'),(6,1,1,'New products','Our new products','','new-products'),(6,1,2,'New products','Our new products','','new-products'),(7,1,1,'Forgot your password','Enter your e-mail address used to register in goal to get e-mail with your new password','','password-recovery'),(7,1,2,'Forgot your password','Enter your e-mail address used to register in goal to get e-mail with your new password','','password-recovery'),(8,1,1,'Prices drop','Our special products','','prices-drop'),(8,1,2,'Prices drop','Our special products','','prices-drop'),(9,1,1,'Sitemap','Lost ? Find what your are looking for','','sitemap'),(9,1,2,'Sitemap','Lost ? Find what your are looking for','','sitemap'),(10,1,1,'Suppliers','Suppliers list','','supplier'),(10,1,2,'Suppliers','Suppliers list','','supplier'),(11,1,1,'Address','','','address'),(11,1,2,'Address','','','address'),(12,1,1,'Addresses','','','addresses'),(12,1,2,'Addresses','','','addresses'),(13,1,1,'Login','','','login'),(13,1,2,'Login','','','login'),(14,1,1,'Cart','','','cart'),(14,1,2,'Cart','','','cart'),(15,1,1,'Discount','','','discount'),(15,1,2,'Discount','','','discount'),(16,1,1,'Order history','','','order-history'),(16,1,2,'Order history','','','order-history'),(17,1,1,'Identity','','','identity'),(17,1,2,'Identity','','','identity'),(18,1,1,'My account','','','my-account'),(18,1,2,'My account','','','my-account'),(19,1,1,'Order follow','','','order-follow'),(19,1,2,'Order follow','','','order-follow'),(20,1,1,'Order slip','','','order-slip'),(20,1,2,'Order slip','','','order-slip'),(21,1,1,'Order','','','order'),(21,1,2,'Order','','','order'),(22,1,1,'Search','','','search'),(22,1,2,'Search','','','search'),(23,1,1,'Stores','','','stores'),(23,1,2,'Stores','','','stores'),(24,1,1,'Order','','','quick-order'),(24,1,2,'Order','','','quick-order'),(25,1,1,'Guest tracking','','','guest-tracking'),(25,1,2,'Guest tracking','','','guest-tracking'),(26,1,1,'Order confirmation','','','order-confirmation'),(26,1,2,'Order confirmation','','','order-confirmation');
/*!40000 ALTER TABLE `tv_meta_lang` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_module`
--

DROP TABLE IF EXISTS `tv_module`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_module` (
  `id_module` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(64) NOT NULL,
  `active` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `version` varchar(8) NOT NULL,
  PRIMARY KEY (`id_module`),
  KEY `name` (`name`)
) ENGINE=InnoDB AUTO_INCREMENT=77 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_module`
--

LOCK TABLES `tv_module` WRITE;
/*!40000 ALTER TABLE `tv_module` DISABLE KEYS */;
INSERT INTO `tv_module` VALUES (1,'carriercompare',1,'1.2'),(2,'bankwire',1,'0.6'),(4,'blockbestsellers',1,'1.2'),(5,'blockcart',1,'1.2'),(6,'blockcategories',1,'2.0'),(7,'blockcms',1,'1.3'),(8,'blockcontact',1,'1.0'),(10,'blockcurrencies',1,'0.1'),(12,'blockmanufacturer',1,'1'),(13,'blockmyaccount',1,'1.2'),(14,'blockmyaccountfooter',1,'1.3'),(15,'blocknewproducts',1,'1.4'),(17,'blockpaymentlogo',1,'0.2'),(19,'blockreinsurance',1,'2.0'),(20,'blocksearch',1,'1.2'),(21,'blocksharefb',1,'1.0'),(22,'blocksocial',1,'1.0'),(23,'blockspecials',1,'0.9'),(24,'blockstore',1,'1'),(27,'blocktopmenu',1,'1.6'),(29,'blockviewed',1,'0.9'),(30,'cheque',1,'2.3'),(31,'favoriteproducts',1,'1'),(32,'graphartichow',1,'1'),(33,'graphgooglechart',1,'1'),(34,'graphvisifire',1,'1'),(35,'graphxmlswfcharts',1,'1'),(36,'gridhtml',1,'1'),(37,'homefeatured',1,'1.1'),(39,'pagesnotfound',1,'1.1'),(40,'sekeywords',1,'1'),(41,'statsbestcategories',1,'1'),(42,'statsbestcustomers',1,'1'),(43,'statsbestproducts',1,'1'),(44,'statsbestsuppliers',1,'1'),(45,'statsbestvouchers',1,'1'),(46,'statscarrier',1,'1'),(47,'statscatalog',1,'1'),(48,'statscheckup',1,'1'),(49,'statsdata',1,'1'),(50,'statsequipment',1,'1'),(51,'statsforecast',1,'1'),(52,'statslive',1,'1'),(53,'statsnewsletter',1,'1'),(54,'statsorigin',1,'1'),(55,'statspersonalinfos',1,'1'),(56,'statsproduct',1,'1'),(57,'statsregistrations',1,'1'),(58,'statssales',1,'1'),(59,'statssearch',1,'1'),(60,'statsstock',1,'1'),(61,'statsvisits',1,'1'),(62,'themeinstallator',1,'2.5'),(63,'gamification',1,'1.7.0'),(65,'blockuserinfo',1,'0.1'),(66,'authorizeaim',1,'1.4.3'),(67,'blockproductfilter',1,'2.7'),(69,'homeslider',1,'1.2.1'),(70,'editorial',1,'2.2'),(72,'blockcontactinfos',1,'1.0'),(73,'stripejs',1,'0.9.6'),(74,'paypalusa',1,'1.2.7'),(75,'prediggo',1,'1.2'),(76,'blockservices',1,'2.0');
/*!40000 ALTER TABLE `tv_module` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_module_access`
--

DROP TABLE IF EXISTS `tv_module_access`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_module_access` (
  `id_profile` int(10) unsigned NOT NULL,
  `id_module` int(10) unsigned NOT NULL,
  `view` tinyint(1) NOT NULL,
  `configure` tinyint(1) NOT NULL,
  PRIMARY KEY (`id_profile`,`id_module`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_module_access`
--

LOCK TABLES `tv_module_access` WRITE;
/*!40000 ALTER TABLE `tv_module_access` DISABLE KEYS */;
INSERT INTO `tv_module_access` VALUES (1,1,1,0),(1,2,1,0),(1,4,1,0),(1,5,1,0),(1,6,1,0),(1,7,1,0),(1,8,1,0),(1,10,1,0),(1,12,1,0),(1,13,1,0),(1,14,1,0),(1,15,1,0),(1,17,1,0),(1,19,1,0),(1,20,1,0),(1,21,1,0),(1,22,1,0),(1,23,1,0),(1,24,1,0),(1,27,1,0),(1,29,1,0),(1,30,1,0),(1,31,1,0),(1,32,1,0),(1,33,1,0),(1,34,1,0),(1,35,1,0),(1,36,1,0),(1,37,1,0),(1,39,1,0),(1,40,1,0),(1,41,1,0),(1,42,1,0),(1,43,1,0),(1,44,1,0),(1,45,1,0),(1,46,1,0),(1,47,1,0),(1,48,1,0),(1,49,1,0),(1,50,1,0),(1,51,1,0),(1,52,1,0),(1,53,1,0),(1,54,1,0),(1,55,1,0),(1,56,1,0),(1,57,1,0),(1,58,1,0),(1,59,1,0),(1,60,1,0),(1,61,1,0),(1,62,1,0),(1,63,1,0),(1,65,1,0),(1,66,1,0),(1,67,1,0),(1,69,1,0),(1,70,1,0),(1,72,1,0),(1,73,1,0),(1,74,1,0),(1,75,1,0),(1,76,1,0),(2,1,1,0),(2,2,1,0),(2,4,1,0),(2,5,1,0),(2,6,1,0),(2,7,1,0),(2,8,1,0),(2,10,1,0),(2,12,1,0),(2,13,1,0),(2,14,1,0),(2,15,1,0),(2,17,1,0),(2,19,1,0),(2,20,1,0),(2,21,1,0),(2,22,1,0),(2,23,1,0),(2,24,1,0),(2,27,1,0),(2,29,1,0),(2,30,1,0),(2,31,1,0),(2,32,1,0),(2,33,1,0),(2,34,1,0),(2,35,1,0),(2,36,1,0),(2,37,1,0),(2,39,1,0),(2,40,1,0),(2,41,1,0),(2,42,1,0),(2,43,1,0),(2,44,1,0),(2,45,1,0),(2,46,1,0),(2,47,1,0),(2,48,1,0),(2,49,1,0),(2,50,1,0),(2,51,1,0),(2,52,1,0),(2,53,1,0),(2,54,1,0),(2,55,1,0),(2,56,1,0),(2,57,1,0),(2,58,1,0),(2,59,1,0),(2,60,1,0),(2,61,1,0),(2,62,1,0),(2,63,1,0),(2,65,1,1),(2,66,1,1),(2,67,1,1),(2,69,1,1),(2,70,1,1),(2,72,1,1),(2,73,1,1),(2,74,1,1),(2,75,1,1),(2,76,1,1),(3,1,1,0),(3,2,1,0),(3,4,1,0),(3,5,1,0),(3,6,1,0),(3,7,1,0),(3,8,1,0),(3,10,1,0),(3,12,1,0),(3,13,1,0),(3,14,1,0),(3,15,1,0),(3,17,1,0),(3,19,1,0),(3,20,1,0),(3,21,1,0),(3,22,1,0),(3,23,1,0),(3,24,1,0),(3,27,1,0),(3,29,1,0),(3,30,1,0),(3,31,1,0),(3,32,1,0),(3,33,1,0),(3,34,1,0),(3,35,1,0),(3,36,1,0),(3,37,1,0),(3,39,1,0),(3,40,1,0),(3,41,1,0),(3,42,1,0),(3,43,1,0),(3,44,1,0),(3,45,1,0),(3,46,1,0),(3,47,1,0),(3,48,1,0),(3,49,1,0),(3,50,1,0),(3,51,1,0),(3,52,1,0),(3,53,1,0),(3,54,1,0),(3,55,1,0),(3,56,1,0),(3,57,1,0),(3,58,1,0),(3,59,1,0),(3,60,1,0),(3,61,1,0),(3,62,1,0),(3,63,1,0),(3,65,1,1),(3,66,1,1),(3,67,1,1),(3,69,1,1),(3,70,1,1),(3,72,1,1),(3,73,1,1),(3,74,1,1),(3,75,1,1),(3,76,1,1),(4,1,1,0),(4,2,1,0),(4,4,1,0),(4,5,1,0),(4,6,1,0),(4,7,1,0),(4,8,1,0),(4,10,1,0),(4,12,1,0),(4,13,1,0),(4,14,1,0),(4,15,1,0),(4,17,1,0),(4,19,1,0),(4,20,1,0),(4,21,1,0),(4,22,1,0),(4,23,1,0),(4,24,1,0),(4,27,1,0),(4,29,1,0),(4,30,1,0),(4,31,1,0),(4,32,1,0),(4,33,1,0),(4,34,1,0),(4,35,1,0),(4,36,1,0),(4,37,1,0),(4,39,1,0),(4,40,1,0),(4,41,1,0),(4,42,1,0),(4,43,1,0),(4,44,1,0),(4,45,1,0),(4,46,1,0),(4,47,1,0),(4,48,1,0),(4,49,1,0),(4,50,1,0),(4,51,1,0),(4,52,1,0),(4,53,1,0),(4,54,1,0),(4,55,1,0),(4,56,1,0),(4,57,1,0),(4,58,1,0),(4,59,1,0),(4,60,1,0),(4,61,1,0),(4,62,1,0),(4,63,1,0),(4,65,1,0),(4,66,1,0),(4,67,1,0),(4,69,1,0),(4,70,1,0),(4,72,1,0),(4,73,1,0),(4,74,1,0),(4,75,1,0),(4,76,1,0),(5,1,1,0),(5,2,1,0),(5,4,1,0),(5,5,1,0),(5,6,1,0),(5,7,1,0),(5,8,1,0),(5,10,1,0),(5,12,1,0),(5,13,1,0),(5,14,1,0),(5,15,1,0),(5,17,1,0),(5,19,1,0),(5,20,1,0),(5,21,1,0),(5,22,1,0),(5,23,1,0),(5,24,1,0),(5,27,1,0),(5,29,1,0),(5,30,1,0),(5,31,1,0),(5,32,1,0),(5,33,1,0),(5,34,1,0),(5,35,1,0),(5,36,1,0),(5,37,1,0),(5,39,1,0),(5,40,1,0),(5,41,1,0),(5,42,1,0),(5,43,1,0),(5,44,1,0),(5,45,1,0),(5,46,1,0),(5,47,1,0),(5,48,1,0),(5,49,1,0),(5,50,1,0),(5,51,1,0),(5,52,1,0),(5,53,1,0),(5,54,1,0),(5,55,1,0),(5,56,1,0),(5,57,1,0),(5,58,1,0),(5,59,1,0),(5,60,1,0),(5,61,1,0),(5,62,1,0),(5,63,1,0),(5,65,1,1),(5,66,1,1),(5,67,1,1),(5,69,1,1),(5,70,1,1),(5,72,1,1),(5,73,1,1),(5,74,1,1),(5,75,1,1),(5,76,1,1);
/*!40000 ALTER TABLE `tv_module_access` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_module_country`
--

DROP TABLE IF EXISTS `tv_module_country`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_module_country` (
  `id_module` int(10) unsigned NOT NULL,
  `id_shop` int(11) unsigned NOT NULL DEFAULT '1',
  `id_country` int(10) unsigned NOT NULL,
  PRIMARY KEY (`id_module`,`id_shop`,`id_country`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_module_country`
--

LOCK TABLES `tv_module_country` WRITE;
/*!40000 ALTER TABLE `tv_module_country` DISABLE KEYS */;
INSERT INTO `tv_module_country` VALUES (2,1,17),(2,1,21),(30,1,17),(30,1,21),(66,1,17),(66,1,21),(73,1,17),(74,1,17);
/*!40000 ALTER TABLE `tv_module_country` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_module_currency`
--

DROP TABLE IF EXISTS `tv_module_currency`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_module_currency` (
  `id_module` int(10) unsigned NOT NULL,
  `id_shop` int(11) unsigned NOT NULL DEFAULT '1',
  `id_currency` int(11) NOT NULL,
  PRIMARY KEY (`id_module`,`id_shop`,`id_currency`),
  KEY `id_module` (`id_module`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_module_currency`
--

LOCK TABLES `tv_module_currency` WRITE;
/*!40000 ALTER TABLE `tv_module_currency` DISABLE KEYS */;
INSERT INTO `tv_module_currency` VALUES (2,1,1),(30,1,1),(66,1,1),(73,1,1),(74,1,1);
/*!40000 ALTER TABLE `tv_module_currency` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_module_group`
--

DROP TABLE IF EXISTS `tv_module_group`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_module_group` (
  `id_module` int(10) unsigned NOT NULL,
  `id_shop` int(11) unsigned NOT NULL DEFAULT '1',
  `id_group` int(11) unsigned NOT NULL,
  PRIMARY KEY (`id_module`,`id_shop`,`id_group`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_module_group`
--

LOCK TABLES `tv_module_group` WRITE;
/*!40000 ALTER TABLE `tv_module_group` DISABLE KEYS */;
INSERT INTO `tv_module_group` VALUES (1,1,1),(1,1,2),(1,1,3),(2,1,1),(2,1,2),(2,1,3),(4,1,1),(4,1,2),(4,1,3),(5,1,1),(5,1,2),(5,1,3),(6,1,1),(6,1,2),(6,1,3),(7,1,1),(7,1,2),(7,1,3),(8,1,1),(8,1,2),(8,1,3),(10,1,1),(10,1,2),(10,1,3),(12,1,1),(12,1,2),(12,1,3),(13,1,1),(13,1,2),(13,1,3),(14,1,1),(14,1,2),(14,1,3),(15,1,1),(15,1,2),(15,1,3),(17,1,1),(17,1,2),(17,1,3),(19,1,1),(19,1,2),(19,1,3),(20,1,1),(20,1,2),(20,1,3),(21,1,1),(21,1,2),(21,1,3),(22,1,1),(22,1,2),(22,1,3),(23,1,1),(23,1,2),(23,1,3),(24,1,1),(24,1,2),(24,1,3),(27,1,1),(27,1,2),(27,1,3),(29,1,1),(29,1,2),(29,1,3),(30,1,1),(30,1,2),(30,1,3),(31,1,1),(31,1,2),(31,1,3),(32,1,1),(32,1,2),(32,1,3),(33,1,1),(33,1,2),(33,1,3),(34,1,1),(34,1,2),(34,1,3),(35,1,1),(35,1,2),(35,1,3),(36,1,1),(36,1,2),(36,1,3),(37,1,1),(37,1,2),(37,1,3),(39,1,1),(39,1,2),(39,1,3),(40,1,1),(40,1,2),(40,1,3),(41,1,1),(41,1,2),(41,1,3),(42,1,1),(42,1,2),(42,1,3),(43,1,1),(43,1,2),(43,1,3),(44,1,1),(44,1,2),(44,1,3),(45,1,1),(45,1,2),(45,1,3),(46,1,1),(46,1,2),(46,1,3),(47,1,1),(47,1,2),(47,1,3),(48,1,1),(48,1,2),(48,1,3),(49,1,1),(49,1,2),(49,1,3),(50,1,1),(50,1,2),(50,1,3),(51,1,1),(51,1,2),(51,1,3),(52,1,1),(52,1,2),(52,1,3),(53,1,1),(53,1,2),(53,1,3),(54,1,1),(54,1,2),(54,1,3),(55,1,1),(55,1,2),(55,1,3),(56,1,1),(56,1,2),(56,1,3),(57,1,1),(57,1,2),(57,1,3),(58,1,1),(58,1,2),(58,1,3),(59,1,1),(59,1,2),(59,1,3),(60,1,1),(60,1,2),(60,1,3),(61,1,1),(61,1,2),(61,1,3),(62,1,1),(62,1,2),(62,1,3),(63,1,1),(63,1,2),(63,1,3),(65,1,1),(65,1,2),(65,1,3),(66,1,1),(66,1,2),(66,1,3),(67,1,1),(67,1,2),(67,1,3),(69,1,1),(69,1,2),(69,1,3),(70,1,1),(70,1,2),(70,1,3),(72,1,1),(72,1,2),(72,1,3),(73,1,1),(73,1,2),(73,1,3),(74,1,1),(74,1,2),(74,1,3),(75,1,1),(75,1,2),(75,1,3),(76,1,1),(76,1,2),(76,1,3);
/*!40000 ALTER TABLE `tv_module_group` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_module_preference`
--

DROP TABLE IF EXISTS `tv_module_preference`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_module_preference` (
  `id_module_preference` int(11) NOT NULL AUTO_INCREMENT,
  `id_employee` int(11) NOT NULL,
  `module` varchar(255) NOT NULL,
  `interest` tinyint(1) DEFAULT NULL,
  `favorite` tinyint(1) DEFAULT NULL,
  PRIMARY KEY (`id_module_preference`),
  UNIQUE KEY `employee_module` (`id_employee`,`module`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_module_preference`
--

LOCK TABLES `tv_module_preference` WRITE;
/*!40000 ALTER TABLE `tv_module_preference` DISABLE KEYS */;
INSERT INTO `tv_module_preference` VALUES (1,1,'homeslider',NULL,1),(2,1,'blockmanufacturer',NULL,1),(3,1,'editorial',NULL,1),(4,1,'blockcontactinfos',NULL,1),(5,1,'blockreinsurance',NULL,1),(6,1,'paypalusa',NULL,1),(7,1,'blocktopmenu',NULL,1);
/*!40000 ALTER TABLE `tv_module_preference` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_module_shop`
--

DROP TABLE IF EXISTS `tv_module_shop`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_module_shop` (
  `id_module` int(11) unsigned NOT NULL,
  `id_shop` int(11) unsigned NOT NULL,
  PRIMARY KEY (`id_module`,`id_shop`),
  KEY `id_shop` (`id_shop`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_module_shop`
--

LOCK TABLES `tv_module_shop` WRITE;
/*!40000 ALTER TABLE `tv_module_shop` DISABLE KEYS */;
INSERT INTO `tv_module_shop` VALUES (1,1),(4,1),(5,1),(6,1),(7,1),(8,1),(10,1),(12,1),(13,1),(14,1),(15,1),(17,1),(19,1),(20,1),(21,1),(22,1),(23,1),(24,1),(27,1),(29,1),(31,1),(32,1),(33,1),(34,1),(35,1),(36,1),(37,1),(39,1),(40,1),(41,1),(42,1),(43,1),(44,1),(45,1),(46,1),(47,1),(48,1),(49,1),(50,1),(51,1),(52,1),(53,1),(54,1),(55,1),(56,1),(57,1),(58,1),(59,1),(60,1),(61,1),(62,1),(63,1),(65,1),(67,1),(69,1),(70,1),(72,1),(74,1),(75,1),(76,1);
/*!40000 ALTER TABLE `tv_module_shop` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_operating_system`
--

DROP TABLE IF EXISTS `tv_operating_system`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_operating_system` (
  `id_operating_system` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(64) DEFAULT NULL,
  PRIMARY KEY (`id_operating_system`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_operating_system`
--

LOCK TABLES `tv_operating_system` WRITE;
/*!40000 ALTER TABLE `tv_operating_system` DISABLE KEYS */;
INSERT INTO `tv_operating_system` VALUES (1,'Windows XP'),(2,'Windows Vista'),(3,'Windows 7'),(4,'Windows 8'),(5,'MacOsX'),(6,'Linux'),(7,'Android');
/*!40000 ALTER TABLE `tv_operating_system` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_order_carrier`
--

DROP TABLE IF EXISTS `tv_order_carrier`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_order_carrier` (
  `id_order_carrier` int(11) NOT NULL AUTO_INCREMENT,
  `id_order` int(11) unsigned NOT NULL,
  `id_carrier` int(11) unsigned NOT NULL,
  `id_order_invoice` int(11) unsigned DEFAULT NULL,
  `weight` decimal(20,6) DEFAULT NULL,
  `shipping_cost_tax_excl` decimal(20,6) DEFAULT NULL,
  `shipping_cost_tax_incl` decimal(20,6) DEFAULT NULL,
  `tracking_number` varchar(64) DEFAULT NULL,
  `date_add` datetime NOT NULL,
  PRIMARY KEY (`id_order_carrier`),
  KEY `id_order` (`id_order`),
  KEY `id_carrier` (`id_carrier`),
  KEY `id_order_invoice` (`id_order_invoice`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_order_carrier`
--

LOCK TABLES `tv_order_carrier` WRITE;
/*!40000 ALTER TABLE `tv_order_carrier` DISABLE KEYS */;
INSERT INTO `tv_order_carrier` VALUES (1,1,2,1,0.000000,0.000000,0.000000,'','2013-10-31 16:16:40');
/*!40000 ALTER TABLE `tv_order_carrier` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_order_cart_rule`
--

DROP TABLE IF EXISTS `tv_order_cart_rule`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_order_cart_rule` (
  `id_order_cart_rule` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_order` int(10) unsigned NOT NULL,
  `id_cart_rule` int(10) unsigned NOT NULL,
  `id_order_invoice` int(10) unsigned DEFAULT '0',
  `name` varchar(254) NOT NULL,
  `value` decimal(17,2) NOT NULL DEFAULT '0.00',
  `value_tax_excl` decimal(17,2) NOT NULL DEFAULT '0.00',
  `free_shipping` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id_order_cart_rule`),
  KEY `id_order` (`id_order`),
  KEY `id_cart_rule` (`id_cart_rule`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_order_cart_rule`
--

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

--
-- Table structure for table `tv_order_detail`
--

DROP TABLE IF EXISTS `tv_order_detail`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_order_detail` (
  `id_order_detail` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_order` int(10) unsigned NOT NULL,
  `id_order_invoice` int(11) DEFAULT NULL,
  `id_warehouse` int(10) unsigned DEFAULT '0',
  `id_shop` int(11) unsigned NOT NULL,
  `product_id` int(10) unsigned NOT NULL,
  `product_attribute_id` int(10) unsigned DEFAULT NULL,
  `product_name` varchar(255) NOT NULL,
  `product_quantity` int(10) unsigned NOT NULL DEFAULT '0',
  `product_quantity_in_stock` int(10) NOT NULL DEFAULT '0',
  `product_quantity_refunded` int(10) unsigned NOT NULL DEFAULT '0',
  `product_quantity_return` int(10) unsigned NOT NULL DEFAULT '0',
  `product_quantity_reinjected` int(10) unsigned NOT NULL DEFAULT '0',
  `product_price` decimal(20,6) NOT NULL DEFAULT '0.000000',
  `reduction_percent` decimal(10,2) NOT NULL DEFAULT '0.00',
  `reduction_amount` decimal(20,6) NOT NULL DEFAULT '0.000000',
  `reduction_amount_tax_incl` decimal(20,6) NOT NULL DEFAULT '0.000000',
  `reduction_amount_tax_excl` decimal(20,6) NOT NULL DEFAULT '0.000000',
  `group_reduction` decimal(10,2) NOT NULL DEFAULT '0.00',
  `product_quantity_discount` decimal(20,6) NOT NULL DEFAULT '0.000000',
  `product_ean13` varchar(13) DEFAULT NULL,
  `product_upc` varchar(12) DEFAULT NULL,
  `product_reference` varchar(32) DEFAULT NULL,
  `product_supplier_reference` varchar(32) DEFAULT NULL,
  `product_weight` decimal(20,6) NOT NULL,
  `tax_computation_method` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `tax_name` varchar(16) NOT NULL,
  `tax_rate` decimal(10,3) NOT NULL DEFAULT '0.000',
  `ecotax` decimal(21,6) NOT NULL DEFAULT '0.000000',
  `ecotax_tax_rate` decimal(5,3) NOT NULL DEFAULT '0.000',
  `discount_quantity_applied` tinyint(1) NOT NULL DEFAULT '0',
  `download_hash` varchar(255) DEFAULT NULL,
  `download_nb` int(10) unsigned DEFAULT '0',
  `download_deadline` datetime DEFAULT NULL,
  `total_price_tax_incl` decimal(20,6) NOT NULL DEFAULT '0.000000',
  `total_price_tax_excl` decimal(20,6) NOT NULL DEFAULT '0.000000',
  `unit_price_tax_incl` decimal(20,6) NOT NULL DEFAULT '0.000000',
  `unit_price_tax_excl` decimal(20,6) NOT NULL DEFAULT '0.000000',
  `total_shipping_price_tax_incl` decimal(20,6) NOT NULL DEFAULT '0.000000',
  `total_shipping_price_tax_excl` decimal(20,6) NOT NULL DEFAULT '0.000000',
  `purchase_supplier_price` decimal(20,6) NOT NULL DEFAULT '0.000000',
  `original_product_price` decimal(20,6) NOT NULL DEFAULT '0.000000',
  PRIMARY KEY (`id_order_detail`),
  KEY `order_detail_order` (`id_order`),
  KEY `product_id` (`product_id`),
  KEY `product_attribute_id` (`product_attribute_id`),
  KEY `id_order_id_order_detail` (`id_order`,`id_order_detail`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_order_detail`
--

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

--
-- Table structure for table `tv_order_detail_tax`
--

DROP TABLE IF EXISTS `tv_order_detail_tax`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_order_detail_tax` (
  `id_order_detail` int(11) NOT NULL,
  `id_tax` int(11) NOT NULL,
  `unit_amount` decimal(16,6) NOT NULL DEFAULT '0.000000',
  `total_amount` decimal(16,6) NOT NULL DEFAULT '0.000000'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_order_detail_tax`
--

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

--
-- Table structure for table `tv_order_history`
--

DROP TABLE IF EXISTS `tv_order_history`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_order_history` (
  `id_order_history` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_employee` int(10) unsigned NOT NULL,
  `id_order` int(10) unsigned NOT NULL,
  `id_order_state` int(10) unsigned NOT NULL,
  `date_add` datetime NOT NULL,
  PRIMARY KEY (`id_order_history`),
  KEY `order_history_order` (`id_order`),
  KEY `id_employee` (`id_employee`),
  KEY `id_order_state` (`id_order_state`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_order_history`
--

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

--
-- Table structure for table `tv_order_invoice`
--

DROP TABLE IF EXISTS `tv_order_invoice`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_order_invoice` (
  `id_order_invoice` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `id_order` int(11) NOT NULL,
  `number` int(11) NOT NULL,
  `delivery_number` int(11) NOT NULL,
  `delivery_date` datetime DEFAULT NULL,
  `total_discount_tax_excl` decimal(17,2) NOT NULL DEFAULT '0.00',
  `total_discount_tax_incl` decimal(17,2) NOT NULL DEFAULT '0.00',
  `total_paid_tax_excl` decimal(17,2) NOT NULL DEFAULT '0.00',
  `total_paid_tax_incl` decimal(17,2) NOT NULL DEFAULT '0.00',
  `total_products` decimal(17,2) NOT NULL DEFAULT '0.00',
  `total_products_wt` decimal(17,2) NOT NULL DEFAULT '0.00',
  `total_shipping_tax_excl` decimal(17,2) NOT NULL DEFAULT '0.00',
  `total_shipping_tax_incl` decimal(17,2) NOT NULL DEFAULT '0.00',
  `shipping_tax_computation_method` int(10) unsigned NOT NULL,
  `total_wrapping_tax_excl` decimal(17,2) NOT NULL DEFAULT '0.00',
  `total_wrapping_tax_incl` decimal(17,2) NOT NULL DEFAULT '0.00',
  `note` text,
  `date_add` datetime NOT NULL,
  PRIMARY KEY (`id_order_invoice`),
  KEY `id_order` (`id_order`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_order_invoice`
--

LOCK TABLES `tv_order_invoice` WRITE;
/*!40000 ALTER TABLE `tv_order_invoice` DISABLE KEYS */;
INSERT INTO `tv_order_invoice` VALUES (1,1,1,0,'0000-00-00 00:00:00',0.00,0.00,7.00,8.37,0.00,0.00,7.00,8.37,0,0.00,0.00,'','2014-03-15 10:03:20');
/*!40000 ALTER TABLE `tv_order_invoice` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_order_invoice_payment`
--

DROP TABLE IF EXISTS `tv_order_invoice_payment`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_order_invoice_payment` (
  `id_order_invoice` int(11) unsigned NOT NULL,
  `id_order_payment` int(11) unsigned NOT NULL,
  `id_order` int(11) unsigned NOT NULL,
  PRIMARY KEY (`id_order_invoice`,`id_order_payment`),
  KEY `order_payment` (`id_order_payment`),
  KEY `id_order` (`id_order`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_order_invoice_payment`
--

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

--
-- Table structure for table `tv_order_invoice_tax`
--

DROP TABLE IF EXISTS `tv_order_invoice_tax`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_order_invoice_tax` (
  `id_order_invoice` int(11) NOT NULL,
  `type` varchar(15) NOT NULL,
  `id_tax` int(11) NOT NULL,
  `amount` decimal(10,6) NOT NULL DEFAULT '0.000000'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_order_invoice_tax`
--

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

--
-- Table structure for table `tv_order_message`
--

DROP TABLE IF EXISTS `tv_order_message`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_order_message` (
  `id_order_message` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `date_add` datetime NOT NULL,
  PRIMARY KEY (`id_order_message`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_order_message`
--

LOCK TABLES `tv_order_message` WRITE;
/*!40000 ALTER TABLE `tv_order_message` DISABLE KEYS */;
INSERT INTO `tv_order_message` VALUES (1,'2013-10-31 16:16:40');
/*!40000 ALTER TABLE `tv_order_message` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_order_message_lang`
--

DROP TABLE IF EXISTS `tv_order_message_lang`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_order_message_lang` (
  `id_order_message` int(10) unsigned NOT NULL,
  `id_lang` int(10) unsigned NOT NULL,
  `name` varchar(128) NOT NULL,
  `message` text NOT NULL,
  PRIMARY KEY (`id_order_message`,`id_lang`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_order_message_lang`
--

LOCK TABLES `tv_order_message_lang` WRITE;
/*!40000 ALTER TABLE `tv_order_message_lang` DISABLE KEYS */;
INSERT INTO `tv_order_message_lang` VALUES (1,1,'Delay','Hi,\n\nUnfortunately, an item on your order is currently out of stock. This may cause a slight delay in delivery.\nPlease accept our apologies and rest assured that we are working hard to rectify this.\n\nBest regards,'),(1,2,'Delay','Hi,\n\nUnfortunately, an item on your order is currently out of stock. This may cause a slight delay in delivery.\nPlease accept our apologies and rest assured that we are working hard to rectify this.\n\nBest regards,');
/*!40000 ALTER TABLE `tv_order_message_lang` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_order_payment`
--

DROP TABLE IF EXISTS `tv_order_payment`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_order_payment` (
  `id_order_payment` int(11) NOT NULL AUTO_INCREMENT,
  `order_reference` varchar(9) DEFAULT NULL,
  `id_currency` int(10) unsigned NOT NULL,
  `amount` decimal(10,2) NOT NULL,
  `payment_method` varchar(255) NOT NULL,
  `conversion_rate` decimal(13,6) NOT NULL DEFAULT '1.000000',
  `transaction_id` varchar(254) DEFAULT NULL,
  `card_number` varchar(254) DEFAULT NULL,
  `card_brand` varchar(254) DEFAULT NULL,
  `card_expiration` char(7) DEFAULT NULL,
  `card_holder` varchar(254) DEFAULT NULL,
  `date_add` datetime NOT NULL,
  PRIMARY KEY (`id_order_payment`),
  KEY `order_reference` (`order_reference`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_order_payment`
--

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

--
-- Table structure for table `tv_order_return`
--

DROP TABLE IF EXISTS `tv_order_return`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_order_return` (
  `id_order_return` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_customer` int(10) unsigned NOT NULL,
  `id_order` int(10) unsigned NOT NULL,
  `state` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `question` text NOT NULL,
  `date_add` datetime NOT NULL,
  `date_upd` datetime NOT NULL,
  PRIMARY KEY (`id_order_return`),
  KEY `order_return_customer` (`id_customer`),
  KEY `id_order` (`id_order`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_order_return`
--

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

--
-- Table structure for table `tv_order_return_detail`
--

DROP TABLE IF EXISTS `tv_order_return_detail`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_order_return_detail` (
  `id_order_return` int(10) unsigned NOT NULL,
  `id_order_detail` int(10) unsigned NOT NULL,
  `id_customization` int(10) unsigned NOT NULL DEFAULT '0',
  `product_quantity` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id_order_return`,`id_order_detail`,`id_customization`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_order_return_detail`
--

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

--
-- Table structure for table `tv_order_return_state`
--

DROP TABLE IF EXISTS `tv_order_return_state`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_order_return_state` (
  `id_order_return_state` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `color` varchar(32) DEFAULT NULL,
  PRIMARY KEY (`id_order_return_state`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_order_return_state`
--

LOCK TABLES `tv_order_return_state` WRITE;
/*!40000 ALTER TABLE `tv_order_return_state` DISABLE KEYS */;
INSERT INTO `tv_order_return_state` VALUES (1,'RoyalBlue'),(2,'BlueViolet'),(3,'LimeGreen'),(4,'Crimson'),(5,'#108510');
/*!40000 ALTER TABLE `tv_order_return_state` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_order_return_state_lang`
--

DROP TABLE IF EXISTS `tv_order_return_state_lang`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_order_return_state_lang` (
  `id_order_return_state` int(10) unsigned NOT NULL,
  `id_lang` int(10) unsigned NOT NULL,
  `name` varchar(64) NOT NULL,
  PRIMARY KEY (`id_order_return_state`,`id_lang`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_order_return_state_lang`
--

LOCK TABLES `tv_order_return_state_lang` WRITE;
/*!40000 ALTER TABLE `tv_order_return_state_lang` DISABLE KEYS */;
INSERT INTO `tv_order_return_state_lang` VALUES (1,1,'Waiting for confirmation'),(1,2,'Waiting for confirmation'),(2,1,'Waiting for package'),(2,2,'Waiting for package'),(3,1,'Package received'),(3,2,'Package received'),(4,1,'Return denied'),(4,2,'Return denied'),(5,1,'Return completed'),(5,2,'Return completed');
/*!40000 ALTER TABLE `tv_order_return_state_lang` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_order_slip`
--

DROP TABLE IF EXISTS `tv_order_slip`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_order_slip` (
  `id_order_slip` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `conversion_rate` decimal(13,6) NOT NULL DEFAULT '1.000000',
  `id_customer` int(10) unsigned NOT NULL,
  `id_order` int(10) unsigned NOT NULL,
  `shipping_cost` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `amount` decimal(10,2) NOT NULL,
  `shipping_cost_amount` decimal(10,2) NOT NULL,
  `partial` tinyint(1) NOT NULL,
  `date_add` datetime NOT NULL,
  `date_upd` datetime NOT NULL,
  PRIMARY KEY (`id_order_slip`),
  KEY `order_slip_customer` (`id_customer`),
  KEY `id_order` (`id_order`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_order_slip`
--

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

--
-- Table structure for table `tv_order_slip_detail`
--

DROP TABLE IF EXISTS `tv_order_slip_detail`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_order_slip_detail` (
  `id_order_slip` int(10) unsigned NOT NULL,
  `id_order_detail` int(10) unsigned NOT NULL,
  `product_quantity` int(10) unsigned NOT NULL DEFAULT '0',
  `amount_tax_excl` decimal(10,2) DEFAULT NULL,
  `amount_tax_incl` decimal(10,2) DEFAULT NULL,
  PRIMARY KEY (`id_order_slip`,`id_order_detail`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_order_slip_detail`
--

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

--
-- Table structure for table `tv_order_state`
--

DROP TABLE IF EXISTS `tv_order_state`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_order_state` (
  `id_order_state` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `invoice` tinyint(1) unsigned DEFAULT '0',
  `send_email` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `module_name` varchar(255) DEFAULT NULL,
  `color` varchar(32) DEFAULT NULL,
  `unremovable` tinyint(1) unsigned NOT NULL,
  `hidden` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `logable` tinyint(1) NOT NULL DEFAULT '0',
  `delivery` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `shipped` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `paid` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `deleted` tinyint(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id_order_state`),
  KEY `module_name` (`module_name`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_order_state`
--

LOCK TABLES `tv_order_state` WRITE;
/*!40000 ALTER TABLE `tv_order_state` DISABLE KEYS */;
INSERT INTO `tv_order_state` VALUES (1,0,1,'cheque','RoyalBlue',1,0,0,0,0,0,0),(2,1,1,'','LimeGreen',1,0,1,0,0,1,0),(3,1,1,'','DarkOrange',1,0,1,1,0,1,0),(4,1,1,'','BlueViolet',1,0,1,1,1,1,0),(5,1,0,'','#108510',1,0,1,1,1,1,0),(6,0,1,'','Crimson',1,0,0,0,0,0,0),(7,1,1,'','#ec2e15',1,0,0,0,0,0,0),(8,0,1,'','#8f0621',1,0,0,0,0,0,0),(9,1,1,'','HotPink',1,0,0,0,0,1,0),(10,0,1,'bankwire','RoyalBlue',1,0,0,0,0,0,0),(11,0,0,'','RoyalBlue',1,0,0,0,0,0,0),(12,1,1,'','LimeGreen',1,0,1,0,0,1,0);
/*!40000 ALTER TABLE `tv_order_state` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_order_state_lang`
--

DROP TABLE IF EXISTS `tv_order_state_lang`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_order_state_lang` (
  `id_order_state` int(10) unsigned NOT NULL,
  `id_lang` int(10) unsigned NOT NULL,
  `name` varchar(64) NOT NULL,
  `template` varchar(64) NOT NULL,
  PRIMARY KEY (`id_order_state`,`id_lang`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_order_state_lang`
--

LOCK TABLES `tv_order_state_lang` WRITE;
/*!40000 ALTER TABLE `tv_order_state_lang` DISABLE KEYS */;
INSERT INTO `tv_order_state_lang` VALUES (1,1,'Awaiting cheque payment','cheque'),(1,2,'Awaiting cheque payment','cheque'),(2,1,'Payment accepted','payment'),(2,2,'Payment accepted','payment'),(3,1,'Preparation in progress','preparation'),(3,2,'Preparation in progress','preparation'),(4,1,'Shipped','shipped'),(4,2,'Shipped','shipped'),(5,1,'Delivered',''),(5,2,'Delivered',''),(6,1,'Canceled','order_canceled'),(6,2,'Canceled','order_canceled'),(7,1,'Refund','refund'),(7,2,'Refund','refund'),(8,1,'Payment error','payment_error'),(8,2,'Payment error','payment_error'),(9,1,'On backorder','outofstock'),(9,2,'On backorder','outofstock'),(10,1,'Awaiting bank wire payment','bankwire'),(10,2,'Awaiting bank wire payment','bankwire'),(11,1,'Awaiting PayPal payment',''),(11,2,'Awaiting PayPal payment',''),(12,1,'Payment remotely accepted','payment'),(12,2,'Payment remotely accepted','payment');
/*!40000 ALTER TABLE `tv_order_state_lang` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_orders`
--

DROP TABLE IF EXISTS `tv_orders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_orders` (
  `id_order` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `reference` varchar(9) DEFAULT NULL,
  `id_shop_group` int(11) unsigned NOT NULL DEFAULT '1',
  `id_shop` int(11) unsigned NOT NULL DEFAULT '1',
  `id_carrier` int(10) unsigned NOT NULL,
  `id_lang` int(10) unsigned NOT NULL,
  `id_customer` int(10) unsigned NOT NULL,
  `id_cart` int(10) unsigned NOT NULL,
  `id_currency` int(10) unsigned NOT NULL,
  `id_address_delivery` int(10) unsigned NOT NULL,
  `id_address_invoice` int(10) unsigned NOT NULL,
  `current_state` int(10) unsigned NOT NULL,
  `secure_key` varchar(32) NOT NULL DEFAULT '-1',
  `payment` varchar(255) NOT NULL,
  `conversion_rate` decimal(13,6) NOT NULL DEFAULT '1.000000',
  `module` varchar(255) DEFAULT NULL,
  `recyclable` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `gift` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `gift_message` text,
  `mobile_theme` tinyint(1) NOT NULL DEFAULT '0',
  `shipping_number` varchar(32) DEFAULT NULL,
  `total_discounts` decimal(17,2) NOT NULL DEFAULT '0.00',
  `total_discounts_tax_incl` decimal(17,2) NOT NULL DEFAULT '0.00',
  `total_discounts_tax_excl` decimal(17,2) NOT NULL DEFAULT '0.00',
  `total_paid` decimal(17,2) NOT NULL DEFAULT '0.00',
  `total_paid_tax_incl` decimal(17,2) NOT NULL DEFAULT '0.00',
  `total_paid_tax_excl` decimal(17,2) NOT NULL DEFAULT '0.00',
  `total_paid_real` decimal(17,2) NOT NULL DEFAULT '0.00',
  `total_products` decimal(17,2) NOT NULL DEFAULT '0.00',
  `total_products_wt` decimal(17,2) NOT NULL DEFAULT '0.00',
  `total_shipping` decimal(17,2) NOT NULL DEFAULT '0.00',
  `total_shipping_tax_incl` decimal(17,2) NOT NULL DEFAULT '0.00',
  `total_shipping_tax_excl` decimal(17,2) NOT NULL DEFAULT '0.00',
  `carrier_tax_rate` decimal(10,3) NOT NULL DEFAULT '0.000',
  `total_wrapping` decimal(17,2) NOT NULL DEFAULT '0.00',
  `total_wrapping_tax_incl` decimal(17,2) NOT NULL DEFAULT '0.00',
  `total_wrapping_tax_excl` decimal(17,2) NOT NULL DEFAULT '0.00',
  `invoice_number` int(10) unsigned NOT NULL DEFAULT '0',
  `delivery_number` int(10) unsigned NOT NULL DEFAULT '0',
  `invoice_date` datetime NOT NULL,
  `delivery_date` datetime NOT NULL,
  `valid` int(1) unsigned NOT NULL DEFAULT '0',
  `date_add` datetime NOT NULL,
  `date_upd` datetime NOT NULL,
  PRIMARY KEY (`id_order`),
  KEY `id_customer` (`id_customer`),
  KEY `id_cart` (`id_cart`),
  KEY `invoice_number` (`invoice_number`),
  KEY `id_carrier` (`id_carrier`),
  KEY `id_lang` (`id_lang`),
  KEY `id_currency` (`id_currency`),
  KEY `id_address_delivery` (`id_address_delivery`),
  KEY `id_address_invoice` (`id_address_invoice`),
  KEY `id_shop_group` (`id_shop_group`),
  KEY `id_shop` (`id_shop`),
  KEY `date_add` (`date_add`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_orders`
--

LOCK TABLES `tv_orders` WRITE;
/*!40000 ALTER TABLE `tv_orders` DISABLE KEYS */;
INSERT INTO `tv_orders` VALUES (1,'XKBKNABJK',1,1,2,1,1,1,1,2,2,1,'47ce86627c1f3c792a80773c5d2deaf8','Chèque',1.000000,'cheque',0,0,'',0,'',0.00,0.00,0.00,8.37,8.37,7.00,0.00,0.00,0.00,7.98,8.37,7.00,19.600,0.00,0.00,0.00,1,0,'2014-03-15 10:03:20','0000-00-00 00:00:00',0,'2013-10-31 16:16:40','2014-03-15 10:03:20');
/*!40000 ALTER TABLE `tv_orders` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_pack`
--

DROP TABLE IF EXISTS `tv_pack`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_pack` (
  `id_product_pack` int(10) unsigned NOT NULL,
  `id_product_item` int(10) unsigned NOT NULL,
  `quantity` int(10) unsigned NOT NULL DEFAULT '1',
  PRIMARY KEY (`id_product_pack`,`id_product_item`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_pack`
--

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

--
-- Table structure for table `tv_page`
--

DROP TABLE IF EXISTS `tv_page`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_page` (
  `id_page` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_page_type` int(10) unsigned NOT NULL,
  `id_object` int(10) unsigned DEFAULT NULL,
  PRIMARY KEY (`id_page`),
  KEY `id_page_type` (`id_page_type`),
  KEY `id_object` (`id_object`)
) ENGINE=InnoDB AUTO_INCREMENT=207 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_page`
--

LOCK TABLES `tv_page` WRITE;
/*!40000 ALTER TABLE `tv_page` DISABLE KEYS */;
INSERT INTO `tv_page` VALUES (1,1,NULL),(2,2,1),(3,3,NULL),(4,4,3),(5,4,6),(6,5,NULL),(7,2,5),(8,4,8),(9,6,0),(10,2,9),(11,4,9),(12,4,4),(13,4,10),(14,6,6),(15,6,5),(16,4,7),(17,4,5),(18,7,0),(19,8,NULL),(20,9,NULL),(21,10,NULL),(22,11,NULL),(23,12,NULL),(24,4,11),(25,4,12),(26,13,NULL),(27,2,10),(28,2,11),(29,14,NULL),(30,15,NULL),(31,6,7),(32,4,26),(33,4,28),(34,4,25),(35,4,29),(36,4,27),(37,2,12),(38,4,34),(39,4,31),(40,4,32),(41,4,35),(42,4,33),(43,4,36),(44,2,17),(45,4,37),(46,6,9),(47,6,8),(48,4,39),(49,2,18),(50,2,19),(51,2,20),(52,4,40),(53,4,38),(54,6,10),(55,2,22),(56,2,21),(57,4,41),(58,2,24),(59,2,25),(60,2,0),(61,16,NULL),(62,2,26),(63,2,27),(64,2,28),(65,2,30),(66,6,12),(67,2,32),(68,2,29),(69,2,33),(70,2,38),(71,2,36),(72,2,37),(73,2,35),(74,2,34),(75,2,31),(76,17,NULL),(77,2,0),(78,18,NULL),(79,2,0),(80,2,0),(81,6,4294967295),(82,2,4294967295),(83,6,4294967295),(84,2,4294967295),(85,2,4294967295),(86,2,4294967295),(87,6,4294967295),(88,6,4294967295),(89,6,4294967295),(90,6,4294967295),(91,6,4294967295),(92,6,4294967295),(93,6,4294967295),(94,6,4294967295),(95,6,4294967295),(96,6,4294967295),(97,6,4294967295),(98,2,4294967295),(99,2,4294967295),(100,2,4294967295),(101,2,4294967295),(102,6,4294967295),(103,6,4294967295),(104,6,4294967295),(105,6,4294967295),(106,6,4294967295),(107,6,4294967295),(108,2,4294967295),(109,2,4294967295),(110,2,4294967295),(111,2,4294967295),(112,2,4294967295),(113,2,4294967295),(114,2,4294967295),(115,2,4294967295),(116,2,4294967295),(117,2,4294967295),(118,2,4294967295),(119,2,4294967295),(120,2,4294967295),(121,2,4294967295),(122,2,4294967295),(123,2,4294967295),(124,2,4294967295),(125,2,4294967295),(126,2,4294967295),(127,2,4294967295),(128,2,4294967295),(129,2,4294967295),(130,2,4294967295),(131,2,4294967295),(132,2,4294967295),(133,2,4294967295),(134,2,4294967295),(135,2,4294967295),(136,2,4294967295),(137,6,4294967295),(138,2,4294967295),(139,2,4294967295),(140,2,4294967295),(141,2,4294967295),(142,2,4294967295),(143,2,4294967295),(144,2,4294967295),(145,2,4294967295),(146,2,4294967295),(147,6,4294967295),(148,6,4294967295),(149,6,4294967295),(150,2,4294967295),(151,2,4294967295),(152,2,4294967295),(153,2,4294967295),(154,6,4294967295),(155,6,4294967295),(156,6,4294967295),(157,6,4294967295),(158,6,4294967295),(159,2,4294967295),(160,2,4294967295),(161,2,4294967295),(162,2,4294967295),(163,2,4294967295),(164,2,4294967295),(165,2,4294967295),(166,2,4294967295),(167,2,4294967295),(168,2,4294967295),(169,2,4294967295),(170,2,4294967295),(171,2,4294967295),(172,2,4294967295),(173,2,4294967295),(174,2,4294967295),(175,2,4294967295),(176,2,4294967295),(177,2,4294967295),(178,2,4294967295),(179,2,4294967295),(180,2,4294967295),(181,2,4294967295),(182,2,4294967295),(183,6,4294967295),(184,6,4294967295),(185,6,4294967295),(186,6,4294967295),(187,6,4294967295),(188,6,4294967295),(189,6,4294967295),(190,6,4294967295),(191,6,4294967295),(192,2,4294967295),(193,2,4294967295),(194,2,4294967295),(195,2,4294967295),(196,2,4294967295),(197,2,4294967295),(198,2,4294967295),(199,2,4294967295),(200,2,4294967295),(201,2,4294967295),(202,6,4294967295),(203,2,4294967295),(204,6,4294967295),(205,2,4294967295),(206,6,4294967295);
/*!40000 ALTER TABLE `tv_page` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_page_type`
--

DROP TABLE IF EXISTS `tv_page_type`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_page_type` (
  `id_page_type` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  PRIMARY KEY (`id_page_type`),
  KEY `name` (`name`)
) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_page_type`
--

LOCK TABLES `tv_page_type` WRITE;
/*!40000 ALTER TABLE `tv_page_type` DISABLE KEYS */;
INSERT INTO `tv_page_type` VALUES (3,'authentication'),(9,'bestsales'),(13,'cart'),(4,'category'),(12,'cms'),(5,'contact'),(18,'default'),(1,'index'),(6,'manufacturer'),(11,'newproducts'),(7,'order'),(15,'pagenotfound'),(14,'password'),(10,'pricesdrop'),(2,'product'),(17,'productscomparison'),(16,'search'),(8,'supplier');
/*!40000 ALTER TABLE `tv_page_type` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_page_viewed`
--

DROP TABLE IF EXISTS `tv_page_viewed`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_page_viewed` (
  `id_page` int(10) unsigned NOT NULL,
  `id_shop_group` int(10) unsigned NOT NULL DEFAULT '1',
  `id_shop` int(10) unsigned NOT NULL DEFAULT '1',
  `id_date_range` int(10) unsigned NOT NULL,
  `counter` int(10) unsigned NOT NULL,
  PRIMARY KEY (`id_page`,`id_date_range`,`id_shop`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_page_viewed`
--

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

--
-- Table structure for table `tv_pagenotfound`
--

DROP TABLE IF EXISTS `tv_pagenotfound`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_pagenotfound` (
  `id_pagenotfound` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_shop` int(10) unsigned NOT NULL DEFAULT '1',
  `id_shop_group` int(10) unsigned NOT NULL DEFAULT '1',
  `request_uri` varchar(256) NOT NULL,
  `http_referer` varchar(256) NOT NULL,
  `date_add` datetime NOT NULL,
  PRIMARY KEY (`id_pagenotfound`),
  KEY `date_add` (`date_add`)
) ENGINE=InnoDB AUTO_INCREMENT=330 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_pagenotfound`
--

LOCK TABLES `tv_pagenotfound` WRITE;
/*!40000 ALTER TABLE `tv_pagenotfound` DISABLE KEYS */;
INSERT INTO `tv_pagenotfound` VALUES (1,1,1,'/index.php?controller=404','','2013-12-15 21:01:54'),(2,1,1,'/index.php?controller=404','https://www.google.co.uk/','2013-12-19 10:28:11'),(3,1,1,'/index.php?controller=404','https://www.google.co.uk/','2013-12-19 10:29:33'),(4,1,1,'/index.php?controller=404','','2013-12-25 16:45:14'),(5,1,1,'/index.php?controller=404','','2013-12-28 14:13:15'),(6,1,1,'/index.php?controller=404','','2013-12-29 18:06:15'),(7,1,1,'/index.php?controller=404','','2013-12-31 08:18:38'),(8,1,1,'/index.php?controller=404','','2013-12-31 11:59:03'),(9,1,1,'/index.php?controller=404','','2014-01-01 20:08:48'),(10,1,1,'/index.php?controller=404','','2014-01-03 02:28:35'),(11,1,1,'/index.php?controller=404','','2014-01-05 06:47:18'),(12,1,1,'/index.php?controller=404','','2014-01-18 13:35:22'),(13,1,1,'/index.php?controller=404','','2014-01-21 02:59:51'),(14,1,1,'/index.php?controller=404','','2014-01-22 01:54:01'),(15,1,1,'/index.php?controller=404','','2014-01-24 05:42:08'),(16,1,1,'/index.php?controller=404','','2014-01-27 11:18:45'),(17,1,1,'/index.php?controller=404','','2014-01-28 16:32:24'),(18,1,1,'/index.php?controller=404','','2014-01-29 05:18:22'),(19,1,1,'/index.php?controller=404','','2014-01-30 11:46:50'),(20,1,1,'/index.php?controller=404','','2014-02-18 06:04:02'),(21,1,1,'/index.php?controller=404','','2014-03-13 21:23:35'),(22,1,1,'/index.php?controller=404','','2014-04-21 17:32:17'),(23,1,1,'/index.php?controller=404','','2014-05-07 10:42:26'),(24,1,1,'/index.php?controller=404','','2014-06-27 15:07:42'),(25,1,1,'/index.php?controller=404','','2014-08-22 00:49:29'),(26,1,1,'/index.php?controller=404','','2014-09-14 09:36:23'),(27,1,1,'/index.php?controller=404','','2015-02-12 06:55:11'),(28,1,1,'/index.php?controller=404','','2015-04-25 00:34:31'),(29,1,1,'/index.php?controller=404','','2015-04-26 00:56:34'),(30,1,1,'/index.php?controller=404','','2015-04-28 12:48:14'),(31,1,1,'/index.php?controller=404','','2015-04-30 17:49:12'),(32,1,1,'/index.php?controller=404','','2015-05-02 03:36:00'),(33,1,1,'/index.php?controller=404','','2015-05-04 17:18:19'),(34,1,1,'/index.php?controller=404','','2015-05-07 04:45:29'),(35,1,1,'/index.php?controller=404','','2015-05-09 00:34:45'),(36,1,1,'/index.php?controller=404','','2015-05-15 03:04:59'),(37,1,1,'/index.php?controller=404','','2015-05-18 13:23:31'),(38,1,1,'/index.php?controller=404','','2015-05-27 07:57:44'),(39,1,1,'/index.php?controller=404','','2015-06-02 23:12:12'),(40,1,1,'/index.php?controller=404','','2015-06-07 04:44:38'),(41,1,1,'/index.php?controller=404','','2015-06-15 09:38:59'),(42,1,1,'/index.php?controller=404','','2015-06-16 10:11:55'),(43,1,1,'/index.php?controller=404','','2015-06-20 15:13:04'),(44,1,1,'/index.php?controller=404','','2015-06-21 21:26:48'),(45,1,1,'/index.php?controller=404','','2015-07-16 12:31:35'),(46,1,1,'/index.php?controller=404','','2015-07-29 10:53:13'),(47,1,1,'/index.php?controller=404','','2015-08-07 07:03:24'),(48,1,1,'/index.php?controller=404','','2015-08-19 00:24:14'),(49,1,1,'/index.php?controller=404','','2015-10-19 07:10:31'),(50,1,1,'/index.php?controller=404','','2015-10-21 14:46:57'),(51,1,1,'/index.php?controller=404','','2015-10-22 23:12:05'),(52,1,1,'/index.php?controller=404','','2015-10-23 15:47:51'),(53,1,1,'/index.php?controller=404','','2015-10-26 19:18:01'),(54,1,1,'/index.php?controller=404','','2015-10-29 17:12:02'),(55,1,1,'/index.php?controller=404','','2015-10-31 16:48:04'),(56,1,1,'/index.php?controller=404','','2016-01-19 22:28:59'),(57,1,1,'/index.php?controller=404','','2016-01-24 03:57:42'),(58,1,1,'/index.php?controller=404','','2016-04-30 13:28:12'),(59,1,1,'/index.php?controller=404','','2016-04-30 13:32:39'),(60,1,1,'/index.php?controller=404','','2016-04-30 13:45:01'),(61,1,1,'/index.php?controller=404','','2016-04-30 13:51:19'),(62,1,1,'/index.php?controller=404','','2016-04-30 13:58:04'),(63,1,1,'/index.php?controller=404','','2016-05-24 03:23:39'),(64,1,1,'/index.php?controller=404','','2016-05-24 03:45:48'),(65,1,1,'/index.php?controller=404','','2016-05-24 03:57:31'),(66,1,1,'/index.php?controller=404','','2016-05-24 04:10:51'),(67,1,1,'/index.php?controller=404','','2016-05-24 04:33:46'),(68,1,1,'/index.php?controller=404','','2016-05-24 04:46:42'),(69,1,1,'/index.php?controller=404','','2016-05-24 04:58:12'),(70,1,1,'/index.php?controller=404','','2016-05-24 05:23:26'),(71,1,1,'/index.php?controller=404','','2016-05-24 05:35:05'),(72,1,1,'/index.php?controller=404','','2016-09-17 13:01:47'),(73,1,1,'/index.php?controller=404','','2016-09-17 13:07:15'),(74,1,1,'/index.php?controller=404','','2016-09-17 13:15:46'),(75,1,1,'/index.php?controller=404','','2016-09-17 13:20:11'),(76,1,1,'/index.php?controller=404','','2016-09-17 13:26:47'),(77,1,1,'/index.php?controller=404','','2016-09-17 13:33:47'),(78,1,1,'/index.php?controller=404','','2016-09-17 13:40:42'),(79,1,1,'/index.php?controller=404','','2016-09-17 13:52:41'),(80,1,1,'/index.php?controller=404','','2016-10-08 16:38:53'),(81,1,1,'/index.php?controller=404','','2016-12-21 03:49:39'),(82,1,1,'/index.php?controller=404','','2016-12-25 02:38:22'),(83,1,1,'/index.php?controller=404','','2017-01-04 06:23:32'),(84,1,1,'/index.php?controller=404','','2017-02-08 16:10:40'),(85,1,1,'/index.php?controller=404','','2017-02-10 07:03:25'),(86,1,1,'/index.php?controller=404','','2017-02-16 10:08:00'),(87,1,1,'/index.php?controller=404','','2017-03-01 13:40:33'),(88,1,1,'/index.php?controller=404','','2017-03-01 14:22:20'),(89,1,1,'/index.php?controller=404','','2017-03-13 04:57:00'),(90,1,1,'/index.php?controller=404','','2017-03-16 23:31:01'),(91,1,1,'/index.php?controller=404','','2017-03-22 15:29:11'),(92,1,1,'/index.php?controller=404','','2017-03-23 04:24:23'),(93,1,1,'/index.php?controller=404','','2017-03-23 05:28:48'),(94,1,1,'/index.php?controller=404','','2017-03-23 06:32:49'),(95,1,1,'/index.php?controller=404','','2017-03-23 07:03:49'),(96,1,1,'/index.php?controller=404','','2017-03-24 14:50:09'),(97,1,1,'/index.php?controller=404','','2017-04-01 12:31:19'),(98,1,1,'/index.php?controller=404','','2017-04-01 13:51:27'),(99,1,1,'/index.php?controller=404','','2017-04-01 14:52:47'),(100,1,1,'/index.php?controller=404','','2017-04-20 15:57:02'),(101,1,1,'/index.php?controller=404','','2017-04-20 16:07:03'),(102,1,1,'/index.php?controller=404','','2017-04-20 16:18:40'),(103,1,1,'/index.php?controller=404','','2017-04-20 16:30:43'),(104,1,1,'/index.php?controller=404','','2017-04-20 16:42:37'),(105,1,1,'/index.php?controller=404','','2017-04-20 16:54:31'),(106,1,1,'/index.php?controller=404','','2017-04-20 17:17:53'),(107,1,1,'/index.php?controller=404','','2017-04-20 17:29:31'),(108,1,1,'/index.php?controller=404','','2017-04-20 17:41:26'),(109,1,1,'/index.php?controller=404','','2017-04-20 17:53:26'),(110,1,1,'/index.php?controller=404','','2017-04-20 18:06:17'),(111,1,1,'/index.php?controller=404','','2017-04-20 18:18:19'),(112,1,1,'/index.php?controller=404','','2017-04-20 18:30:18'),(113,1,1,'/index.php?controller=404','','2017-04-28 02:21:35'),(114,1,1,'/index.php?controller=404','','2017-04-28 02:29:07'),(115,1,1,'/index.php?controller=404','','2017-04-28 02:37:23'),(116,1,1,'/index.php?controller=404','','2017-04-28 02:46:22'),(117,1,1,'/index.php?controller=404','','2017-04-28 03:04:24'),(118,1,1,'/index.php?controller=404','','2017-04-28 03:12:25'),(119,1,1,'/index.php?controller=404','','2017-04-28 03:29:24'),(120,1,1,'/index.php?controller=404','','2017-04-28 03:37:29'),(121,1,1,'/index.php?controller=404','','2017-04-28 03:46:21'),(122,1,1,'/index.php?controller=404','','2017-04-28 04:02:26'),(123,1,1,'/index.php?controller=404','','2017-04-28 04:11:27'),(124,1,1,'/index.php?controller=404','','2017-06-07 02:55:34'),(125,1,1,'/index.php?controller=404','','2017-06-19 11:13:16'),(126,1,1,'/index.php?controller=404','','2017-06-19 11:16:45'),(127,1,1,'/index.php?controller=404','','2017-07-10 01:04:04'),(128,1,1,'/index.php?controller=404','','2017-07-10 01:14:45'),(129,1,1,'/index.php?controller=404','','2017-07-10 01:23:06'),(130,1,1,'/index.php?controller=404','','2017-07-10 01:32:30'),(131,1,1,'/index.php?controller=404','','2017-07-10 01:41:17'),(132,1,1,'/index.php?controller=404','','2017-07-10 01:50:26'),(133,1,1,'/index.php?controller=404','','2017-08-30 06:31:23'),(134,1,1,'/index.php?controller=404','','2017-08-30 07:35:30'),(135,1,1,'/index.php?controller=404','','2017-08-30 11:36:20'),(136,1,1,'/index.php?controller=404','','2017-08-30 12:08:10'),(137,1,1,'/index.php?controller=404','','2017-09-30 09:38:28'),(138,1,1,'/index.php?controller=404','','2017-11-10 16:42:19'),(139,1,1,'/index.php?controller=404','','2017-11-10 20:08:15'),(140,1,1,'/index.php?controller=404','','2017-11-10 22:01:28'),(141,1,1,'/index.php?controller=404','','2017-11-11 02:23:53'),(142,1,1,'/index.php?controller=404','','2017-11-11 07:32:39'),(143,1,1,'/index.php?controller=404','','2017-11-11 09:56:54'),(144,1,1,'/index.php?controller=404','','2017-11-11 12:18:06'),(145,1,1,'/index.php?controller=404','','2017-11-11 19:11:50'),(146,1,1,'/index.php?controller=404','','2017-11-11 21:57:20'),(147,1,1,'/index.php?controller=404','','2017-11-22 10:42:41'),(148,1,1,'/index.php?controller=404','','2017-11-22 15:38:58'),(149,1,1,'/index.php?controller=404','','2017-11-23 05:02:52'),(150,1,1,'/index.php?controller=404','','2017-11-23 09:08:39'),(151,1,1,'/index.php?controller=404','','2017-11-29 19:34:58'),(152,1,1,'/index.php?controller=404','','2017-12-11 00:06:06'),(153,1,1,'/index.php?controller=404','','2017-12-11 00:13:04'),(154,1,1,'/index.php?controller=404','','2017-12-31 21:29:45'),(155,1,1,'/index.php?controller=404','','2018-02-01 15:36:01'),(156,1,1,'/index.php?controller=404','','2018-02-02 15:29:31'),(157,1,1,'/index.php?controller=404','','2018-02-02 15:38:17'),(158,1,1,'/index.php?controller=404','','2018-02-02 15:49:34'),(159,1,1,'/index.php?controller=404','','2018-02-03 03:26:00'),(160,1,1,'/index.php?controller=404','','2018-04-01 23:00:09'),(161,1,1,'/index.php?controller=404','','2018-04-02 01:00:46'),(162,1,1,'/index.php?controller=404','','2018-04-02 02:11:43'),(163,1,1,'/index.php?controller=404','','2018-04-07 09:27:22'),(164,1,1,'/index.php?controller=404','','2018-04-07 09:57:55'),(165,1,1,'/index.php?controller=404','','2018-04-07 13:56:30'),(166,1,1,'/index.php?controller=404','','2018-04-07 13:56:31'),(167,1,1,'/index.php?controller=404','','2018-04-07 13:56:32'),(168,1,1,'/index.php?controller=404','','2018-04-07 13:56:33'),(169,1,1,'/index.php?controller=404','','2018-04-07 13:56:35'),(170,1,1,'/index.php?controller=404','','2018-04-07 13:56:36'),(171,1,1,'/index.php?controller=404','','2018-04-07 13:56:37'),(172,1,1,'/index.php?controller=404','','2018-04-07 13:56:39'),(173,1,1,'/index.php?controller=404','','2018-04-07 13:56:40'),(174,1,1,'/index.php?controller=404','','2018-04-07 13:56:41'),(175,1,1,'/index.php?controller=404','','2018-04-07 13:56:42'),(176,1,1,'/index.php?controller=404','','2018-04-07 13:56:43'),(177,1,1,'/index.php?controller=404','','2018-04-07 13:56:45'),(178,1,1,'/index.php?controller=404','','2018-04-07 13:56:46'),(179,1,1,'/index.php?controller=404','','2018-04-07 13:56:47'),(180,1,1,'/index.php?controller=404','','2018-04-07 13:56:48'),(181,1,1,'/index.php?controller=404','','2018-04-07 13:56:49'),(182,1,1,'/index.php?controller=404','','2018-04-07 13:56:51'),(183,1,1,'/index.php?controller=404','','2018-04-07 13:56:52'),(184,1,1,'/index.php?controller=404','','2018-04-07 13:56:53'),(185,1,1,'/index.php?controller=404','','2018-04-07 13:56:54'),(186,1,1,'/index.php?controller=404','','2018-04-07 13:56:56'),(187,1,1,'/index.php?controller=404','','2018-04-07 13:56:57'),(188,1,1,'/index.php?controller=404','','2018-04-07 13:56:58'),(189,1,1,'/index.php?controller=404','','2018-04-07 13:57:00'),(190,1,1,'/index.php?controller=404','','2018-04-07 13:57:01'),(191,1,1,'/index.php?controller=404','','2018-04-07 13:57:02'),(192,1,1,'/index.php?controller=404','','2018-04-07 13:57:03'),(193,1,1,'/index.php?controller=404','','2018-04-07 13:57:05'),(194,1,1,'/index.php?controller=404','','2018-04-07 13:57:06'),(195,1,1,'/index.php?controller=404','','2018-04-07 13:57:07'),(196,1,1,'/index.php?controller=404','','2018-04-07 13:57:08'),(197,1,1,'/index.php?controller=404','','2018-04-07 13:57:10'),(198,1,1,'/index.php?controller=404','','2018-04-07 13:57:11'),(199,1,1,'/index.php?controller=404','','2018-04-07 13:57:12'),(200,1,1,'/index.php?controller=404','','2018-04-07 13:57:13'),(201,1,1,'/index.php?controller=404','','2018-04-07 13:57:15'),(202,1,1,'/index.php?controller=404','','2018-04-07 13:57:16'),(203,1,1,'/index.php?controller=404','','2018-04-07 13:57:17'),(204,1,1,'/index.php?controller=404','','2018-04-07 13:57:19'),(205,1,1,'/index.php?controller=404','','2018-04-07 13:57:20'),(206,1,1,'/index.php?controller=404','','2018-04-07 13:57:21'),(207,1,1,'/index.php?controller=404','','2018-04-07 13:57:22'),(208,1,1,'/index.php?controller=404','','2018-04-07 13:57:23'),(209,1,1,'/index.php?controller=404','','2018-04-07 13:57:25'),(210,1,1,'/index.php?controller=404','','2018-04-07 13:57:26'),(211,1,1,'/index.php?controller=404','','2018-04-07 13:57:27'),(212,1,1,'/index.php?controller=404','','2018-04-07 13:57:28'),(213,1,1,'/index.php?controller=404','','2018-04-07 13:57:29'),(214,1,1,'/index.php?controller=404','','2018-04-07 13:57:31'),(215,1,1,'/index.php?controller=404','','2018-04-07 13:57:32'),(216,1,1,'/index.php?controller=404','','2018-04-07 13:57:33'),(217,1,1,'/index.php?controller=404','','2018-04-07 13:57:34'),(218,1,1,'/index.php?controller=404','','2018-04-07 13:57:35'),(219,1,1,'/index.php?controller=404','','2018-04-07 13:57:37'),(220,1,1,'/index.php?controller=404','','2018-04-07 13:57:38'),(221,1,1,'/index.php?controller=404','','2018-04-07 13:57:39'),(222,1,1,'/index.php?controller=404','','2018-04-07 13:57:40'),(223,1,1,'/index.php?controller=404','','2018-04-07 13:57:41'),(224,1,1,'/index.php?controller=404','','2018-04-07 13:57:43'),(225,1,1,'/index.php?controller=404','','2018-04-07 13:57:44'),(226,1,1,'/index.php?controller=404','','2018-04-07 13:57:45'),(227,1,1,'/index.php?controller=404','','2018-04-07 13:57:46'),(228,1,1,'/index.php?controller=404','','2018-04-07 13:57:48'),(229,1,1,'/index.php?controller=404','','2018-04-07 13:57:49'),(230,1,1,'/index.php?controller=404','','2018-04-07 13:57:50'),(231,1,1,'/index.php?controller=404','','2018-04-07 13:57:51'),(232,1,1,'/index.php?controller=404','','2018-04-07 13:57:52'),(233,1,1,'/index.php?controller=404','','2018-04-07 13:57:54'),(234,1,1,'/index.php?controller=404','','2018-04-07 13:57:55'),(235,1,1,'/index.php?controller=404','','2018-04-07 13:57:56'),(236,1,1,'/index.php?controller=404','','2018-04-07 13:57:58'),(237,1,1,'/index.php?controller=404','','2018-04-07 13:57:59'),(238,1,1,'/index.php?controller=404','','2018-04-07 13:58:00'),(239,1,1,'/index.php?controller=404','','2018-04-07 13:58:01'),(240,1,1,'/index.php?controller=404','','2018-04-07 13:58:03'),(241,1,1,'/index.php?controller=404','','2018-04-07 13:58:04'),(242,1,1,'/index.php?controller=404','','2018-04-07 13:58:05'),(243,1,1,'/index.php?controller=404','','2018-04-07 13:58:07'),(244,1,1,'/index.php?controller=404','','2018-04-07 13:58:08'),(245,1,1,'/index.php?controller=404','','2018-04-07 13:58:09'),(246,1,1,'/index.php?controller=404','','2018-04-07 13:58:10'),(247,1,1,'/index.php?controller=404','','2018-04-07 13:58:11'),(248,1,1,'/index.php?controller=404','','2018-04-07 13:58:13'),(249,1,1,'/index.php?controller=404','','2018-04-07 13:58:14'),(250,1,1,'/index.php?controller=404','','2018-04-07 13:58:15'),(251,1,1,'/index.php?controller=404','','2018-04-07 13:58:16'),(252,1,1,'/index.php?controller=404','','2018-04-07 13:58:18'),(253,1,1,'/index.php?controller=404','','2018-04-07 13:58:19'),(254,1,1,'/index.php?controller=404','','2018-04-07 13:58:20'),(255,1,1,'/index.php?controller=404','','2018-04-07 13:58:22'),(256,1,1,'/index.php?controller=404','','2018-04-07 13:58:23'),(257,1,1,'/index.php?controller=404','','2018-04-07 13:58:24'),(258,1,1,'/index.php?controller=404','','2018-04-07 13:58:25'),(259,1,1,'/index.php?controller=404','','2018-04-07 13:58:27'),(260,1,1,'/index.php?controller=404','','2018-04-07 13:58:28'),(261,1,1,'/index.php?controller=404','','2018-04-07 13:58:29'),(262,1,1,'/index.php?controller=404','','2018-04-07 13:58:32'),(263,1,1,'/index.php?controller=404','','2018-04-07 13:58:33'),(264,1,1,'/index.php?controller=404','','2018-04-07 13:58:34'),(265,1,1,'/index.php?controller=404','','2018-04-07 13:58:36'),(266,1,1,'/index.php?controller=404','','2018-04-07 13:58:37'),(267,1,1,'/index.php?controller=404','','2018-04-07 13:58:38'),(268,1,1,'/index.php?controller=404','','2018-04-07 13:58:39'),(269,1,1,'/index.php?controller=404','','2018-04-07 13:58:41'),(270,1,1,'/index.php?controller=404','','2018-04-07 13:58:42'),(271,1,1,'/index.php?controller=404','','2018-04-07 13:58:43'),(272,1,1,'/index.php?controller=404','','2018-04-07 13:58:44'),(273,1,1,'/index.php?controller=404','','2018-04-07 13:58:46'),(274,1,1,'/index.php?controller=404','','2018-04-07 13:58:47'),(275,1,1,'/index.php?controller=404','','2018-04-07 13:58:48'),(276,1,1,'/index.php?controller=404','','2018-04-07 13:58:49'),(277,1,1,'/index.php?controller=404','','2018-04-07 13:58:51'),(278,1,1,'/index.php?controller=404','','2018-04-07 13:58:52'),(279,1,1,'/index.php?controller=404','','2018-04-07 13:58:53'),(280,1,1,'/index.php?controller=404','','2018-04-07 13:58:54'),(281,1,1,'/index.php?controller=404','','2018-04-07 13:58:55'),(282,1,1,'/index.php?controller=404','','2018-04-07 13:58:57'),(283,1,1,'/index.php?controller=404','','2018-04-07 13:58:58'),(284,1,1,'/index.php?controller=404','','2018-04-07 13:58:59'),(285,1,1,'/index.php?controller=404','','2018-04-07 13:59:00'),(286,1,1,'/index.php?controller=404','','2018-04-07 13:59:02'),(287,1,1,'/index.php?controller=404','','2018-04-07 13:59:03'),(288,1,1,'/index.php?controller=404','','2018-04-07 13:59:04'),(289,1,1,'/index.php?controller=404','','2018-04-07 13:59:05'),(290,1,1,'/index.php?controller=404','','2018-04-07 13:59:07'),(291,1,1,'/index.php?controller=404','','2018-04-07 13:59:08'),(292,1,1,'/index.php?controller=404','','2018-04-07 13:59:09'),(293,1,1,'/index.php?controller=404','','2018-04-07 13:59:10'),(294,1,1,'/index.php?controller=404','','2018-04-07 13:59:12'),(295,1,1,'/index.php?controller=404','','2018-04-07 13:59:13'),(296,1,1,'/index.php?controller=404','','2018-04-07 13:59:15'),(297,1,1,'/index.php?controller=404','','2018-04-07 13:59:16'),(298,1,1,'/index.php?controller=404','','2018-04-07 13:59:17'),(299,1,1,'/index.php?controller=404','','2018-04-07 13:59:18'),(300,1,1,'/index.php?controller=404','','2018-04-07 13:59:19'),(301,1,1,'/index.php?controller=404','','2018-04-07 13:59:20'),(302,1,1,'/index.php?controller=404','','2018-04-07 13:59:22'),(303,1,1,'/index.php?controller=404','','2018-04-07 13:59:23'),(304,1,1,'/index.php?controller=404','','2018-04-07 13:59:24'),(305,1,1,'/index.php?controller=404','','2018-04-07 13:59:25'),(306,1,1,'/index.php?controller=404','','2018-04-07 13:59:27'),(307,1,1,'/index.php?controller=404','','2018-04-07 13:59:28'),(308,1,1,'/index.php?controller=404','','2018-04-07 13:59:29'),(309,1,1,'/index.php?controller=404','','2018-04-07 13:59:30'),(310,1,1,'/index.php?controller=404','','2018-04-07 13:59:31'),(311,1,1,'/index.php?controller=404','','2018-04-07 13:59:32'),(312,1,1,'/index.php?controller=404','','2018-04-07 13:59:34'),(313,1,1,'/index.php?controller=404','','2018-04-07 13:59:35'),(314,1,1,'/index.php?controller=404','','2018-04-07 13:59:36'),(315,1,1,'/index.php?controller=404','','2018-04-07 13:59:37'),(316,1,1,'/index.php?controller=404','','2018-04-07 13:59:38'),(317,1,1,'/index.php?controller=404','','2018-04-07 13:59:39'),(318,1,1,'/index.php?controller=404','','2018-04-07 13:59:41'),(319,1,1,'/index.php?controller=404','','2018-04-07 13:59:42'),(320,1,1,'/index.php?controller=404','','2018-04-07 13:59:43'),(321,1,1,'/index.php?controller=404','','2018-04-07 13:59:44'),(322,1,1,'/index.php?controller=404','','2018-04-07 13:59:46'),(323,1,1,'/index.php?controller=404','','2018-04-07 13:59:47'),(324,1,1,'/index.php?controller=404','','2018-04-07 13:59:48'),(325,1,1,'/index.php?controller=404','','2018-04-07 14:00:04'),(326,1,1,'/index.php?controller=404','','2018-04-07 14:00:05'),(327,1,1,'/index.php?controller=404','','2018-04-07 14:00:06'),(328,1,1,'/index.php?controller=404','','2018-04-11 11:48:35'),(329,1,1,'/index.php?controller=404','','2018-04-13 13:53:55');
/*!40000 ALTER TABLE `tv_pagenotfound` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_paypal_usa_transaction`
--

DROP TABLE IF EXISTS `tv_paypal_usa_transaction`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_paypal_usa_transaction` (
  `id_paypal_usa_transaction` int(11) NOT NULL AUTO_INCREMENT,
  `type` enum('payment','refund') NOT NULL,
  `source` enum('standard','express','advanced','payflow_pro','payflow_link') NOT NULL,
  `id_shop` int(11) unsigned NOT NULL DEFAULT '0',
  `id_customer` int(11) unsigned NOT NULL,
  `id_cart` int(11) unsigned NOT NULL,
  `id_order` int(11) unsigned NOT NULL,
  `id_transaction` varchar(32) NOT NULL,
  `amount` decimal(10,2) NOT NULL,
  `currency` varchar(3) NOT NULL,
  `cc_type` varchar(16) NOT NULL,
  `cc_exp` varchar(8) NOT NULL,
  `cc_last_digits` int(11) NOT NULL,
  `cvc_check` tinyint(1) NOT NULL DEFAULT '0',
  `fee` decimal(10,2) NOT NULL,
  `mode` enum('live','test') NOT NULL,
  `date_add` datetime NOT NULL,
  PRIMARY KEY (`id_paypal_usa_transaction`),
  KEY `idx_transaction` (`type`,`id_order`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_paypal_usa_transaction`
--

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

--
-- Table structure for table `tv_product`
--

DROP TABLE IF EXISTS `tv_product`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_product` (
  `id_product` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_supplier` int(10) unsigned DEFAULT NULL,
  `id_manufacturer` int(10) unsigned DEFAULT NULL,
  `id_category_default` int(10) unsigned DEFAULT NULL,
  `id_shop_default` int(10) unsigned NOT NULL DEFAULT '1',
  `id_tax_rules_group` int(11) unsigned NOT NULL,
  `on_sale` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `online_only` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `ean13` varchar(13) DEFAULT NULL,
  `upc` varchar(12) DEFAULT NULL,
  `ecotax` decimal(17,6) NOT NULL DEFAULT '0.000000',
  `quantity` int(10) NOT NULL DEFAULT '0',
  `minimal_quantity` int(10) unsigned NOT NULL DEFAULT '1',
  `price` decimal(20,6) NOT NULL DEFAULT '0.000000',
  `wholesale_price` decimal(20,6) NOT NULL DEFAULT '0.000000',
  `unity` varchar(255) DEFAULT NULL,
  `unit_price_ratio` decimal(20,6) NOT NULL DEFAULT '0.000000',
  `additional_shipping_cost` decimal(20,2) NOT NULL DEFAULT '0.00',
  `reference` varchar(32) DEFAULT NULL,
  `supplier_reference` varchar(32) DEFAULT NULL,
  `location` varchar(64) DEFAULT NULL,
  `width` decimal(20,6) NOT NULL DEFAULT '0.000000',
  `height` decimal(20,6) NOT NULL DEFAULT '0.000000',
  `depth` decimal(20,6) NOT NULL DEFAULT '0.000000',
  `weight` decimal(20,6) NOT NULL DEFAULT '0.000000',
  `out_of_stock` int(10) unsigned NOT NULL DEFAULT '2',
  `quantity_discount` tinyint(1) DEFAULT '0',
  `customizable` tinyint(2) NOT NULL DEFAULT '0',
  `uploadable_files` tinyint(4) NOT NULL DEFAULT '0',
  `text_fields` tinyint(4) NOT NULL DEFAULT '0',
  `active` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `redirect_type` enum('','404','301','302') NOT NULL DEFAULT '',
  `id_product_redirected` int(10) unsigned NOT NULL DEFAULT '0',
  `available_for_order` tinyint(1) NOT NULL DEFAULT '1',
  `available_date` date NOT NULL,
  `condition` enum('new','used','refurbished') NOT NULL DEFAULT 'new',
  `show_price` tinyint(1) NOT NULL DEFAULT '1',
  `indexed` tinyint(1) NOT NULL DEFAULT '0',
  `visibility` enum('both','catalog','search','none') NOT NULL DEFAULT 'both',
  `cache_is_pack` tinyint(1) NOT NULL DEFAULT '0',
  `cache_has_attachments` tinyint(1) NOT NULL DEFAULT '0',
  `is_virtual` tinyint(1) NOT NULL DEFAULT '0',
  `cache_default_attribute` int(10) unsigned DEFAULT NULL,
  `date_add` datetime NOT NULL,
  `date_upd` datetime NOT NULL,
  `advanced_stock_management` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id_product`),
  KEY `product_supplier` (`id_supplier`),
  KEY `product_manufacturer` (`id_manufacturer`),
  KEY `id_category_default` (`id_category_default`),
  KEY `indexed` (`indexed`),
  KEY `date_add` (`date_add`)
) ENGINE=InnoDB AUTO_INCREMENT=39 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_product`
--

LOCK TABLES `tv_product` WRITE;
/*!40000 ALTER TABLE `tv_product` DISABLE KEYS */;
INSERT INTO `tv_product` VALUES (9,0,5,7,1,0,0,0,'','',0.000000,0,1,50.000000,0.000000,'',0.000000,10.00,'','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-12-08 12:32:26','2014-03-14 16:30:58',0),(10,0,5,7,1,0,0,0,'','',0.000000,0,1,56.000000,0.000000,'',0.000000,10.00,'rapid tyre','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-12-12 12:28:30','2014-03-14 15:55:06',0),(11,0,7,2,1,0,0,0,'','',0.000000,0,1,107.940000,0.000000,'',0.000000,10.00,'yokohama','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-12-12 12:31:39','2014-03-10 12:32:00',0),(17,0,5,7,1,0,0,0,'','',0.000000,0,1,65.000000,0.000000,'',0.000000,10.00,'','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-12-18 09:27:29','2014-01-02 10:07:22',0),(18,0,0,7,1,0,0,0,'','',0.000000,0,1,65.940000,0.000000,'',0.000000,0.00,'','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-12-19 11:10:52','2014-03-08 10:49:44',0),(19,0,10,2,1,0,0,0,'','',0.000000,0,1,72.520000,0.000000,'',0.000000,10.00,'','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-12-19 11:25:33','2014-01-02 10:08:10',0),(20,0,8,2,1,0,0,0,'','',0.000000,0,1,70.500000,0.000000,'',0.000000,10.00,'','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-12-19 11:48:56','2014-01-02 10:08:40',0),(21,0,5,2,1,0,0,0,'','',0.000000,0,1,57.300000,0.000000,'',0.000000,10.00,'','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-12-19 15:15:41','2014-01-02 12:40:02',0),(22,0,0,2,1,0,0,0,'','',0.000000,0,1,92.340000,0.000000,'',0.000000,10.00,'','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-12-19 15:26:15','2014-01-02 12:40:31',0),(24,0,10,7,1,0,0,0,'','',0.000000,0,1,92.440000,0.000000,'',0.000000,10.00,'','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-12-19 17:38:15','2014-01-02 12:40:48',0),(25,0,0,7,1,0,0,0,'','',0.000000,0,1,103.140000,0.000000,'',0.000000,10.00,'','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-12-19 17:55:40','2014-01-14 09:34:16',0),(26,0,12,2,1,0,0,0,'','',0.000000,0,1,75.500000,0.000000,'',0.000000,10.00,'','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2014-03-07 15:40:04','2014-03-10 09:31:11',0),(27,0,12,2,1,0,0,0,'','',0.000000,0,1,47.940000,0.000000,'',0.000000,10.00,'','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2014-03-08 09:52:02','2014-03-10 09:30:52',0),(28,0,0,2,1,0,0,0,'','',0.000000,0,1,52.600000,0.000000,'',0.000000,10.00,'','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2014-03-08 09:59:36','2014-03-10 09:30:36',0),(29,0,12,7,1,0,0,0,'','',0.000000,0,1,47.340000,0.000000,'',0.000000,10.00,'','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2014-03-10 09:25:06','2014-03-10 09:30:16',0),(30,0,5,2,1,0,0,0,'','',0.000000,0,1,61.140000,0.000000,'',0.000000,10.00,'','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2014-03-10 09:36:38','2014-03-10 09:40:16',0),(31,0,5,36,1,0,0,0,'','',0.000000,0,1,55.140000,0.000000,'',0.000000,10.00,'','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2014-03-10 09:44:11','2014-03-10 09:47:18',0),(32,0,12,7,1,0,0,0,'','',0.000000,0,1,61.140000,0.000000,'',0.000000,10.00,'','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2014-03-10 12:40:07','2014-03-10 12:43:29',0),(33,0,0,2,1,0,0,0,'','',0.000000,0,1,68.340000,0.000000,'',0.000000,10.00,'','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2014-03-10 12:45:38','2014-03-10 12:48:03',0),(34,0,0,2,1,0,0,0,'','',0.000000,0,1,151.920000,0.000000,'',0.000000,10.00,'','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2014-03-10 12:51:04','2014-03-14 15:50:29',0),(35,0,8,7,1,0,0,0,'','',0.000000,0,1,218.880000,0.000000,'',0.000000,10.00,'','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2014-03-10 13:10:31','2014-03-10 13:13:41',0),(36,0,0,7,1,0,0,0,'','',0.000000,0,1,55.140000,0.000000,'',0.000000,10.00,'','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2014-03-10 13:17:45','2014-03-10 13:20:49',0),(37,0,0,7,1,0,0,0,'','',0.000000,0,1,51.540000,0.000000,'',0.000000,10.00,'','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2014-03-10 13:23:54','2014-03-10 13:26:20',0),(38,0,0,7,1,0,0,0,'','',0.000000,0,1,54.720000,0.000000,'',0.000000,10.00,'','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2014-03-10 13:28:48','2014-03-10 13:31:27',0);
/*!40000 ALTER TABLE `tv_product` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_product_attachment`
--

DROP TABLE IF EXISTS `tv_product_attachment`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_product_attachment` (
  `id_product` int(10) unsigned NOT NULL,
  `id_attachment` int(10) unsigned NOT NULL,
  PRIMARY KEY (`id_product`,`id_attachment`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_product_attachment`
--

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

--
-- Table structure for table `tv_product_attribute`
--

DROP TABLE IF EXISTS `tv_product_attribute`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_product_attribute` (
  `id_product_attribute` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_product` int(10) unsigned NOT NULL,
  `reference` varchar(32) DEFAULT NULL,
  `supplier_reference` varchar(32) DEFAULT NULL,
  `location` varchar(64) DEFAULT NULL,
  `ean13` varchar(13) DEFAULT NULL,
  `upc` varchar(12) DEFAULT NULL,
  `wholesale_price` decimal(20,6) NOT NULL DEFAULT '0.000000',
  `price` decimal(20,6) NOT NULL DEFAULT '0.000000',
  `ecotax` decimal(17,6) NOT NULL DEFAULT '0.000000',
  `quantity` int(10) NOT NULL DEFAULT '0',
  `weight` decimal(20,6) NOT NULL DEFAULT '0.000000',
  `unit_price_impact` decimal(17,2) NOT NULL DEFAULT '0.00',
  `default_on` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `minimal_quantity` int(10) unsigned NOT NULL DEFAULT '1',
  `available_date` date NOT NULL,
  PRIMARY KEY (`id_product_attribute`),
  KEY `product_attribute_product` (`id_product`),
  KEY `reference` (`reference`),
  KEY `supplier_reference` (`supplier_reference`),
  KEY `product_default` (`id_product`,`default_on`),
  KEY `id_product_id_product_attribute` (`id_product_attribute`,`id_product`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_product_attribute`
--

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

--
-- Table structure for table `tv_product_attribute_combination`
--

DROP TABLE IF EXISTS `tv_product_attribute_combination`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_product_attribute_combination` (
  `id_attribute` int(10) unsigned NOT NULL,
  `id_product_attribute` int(10) unsigned NOT NULL,
  PRIMARY KEY (`id_attribute`,`id_product_attribute`),
  KEY `id_product_attribute` (`id_product_attribute`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_product_attribute_combination`
--

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

--
-- Table structure for table `tv_product_attribute_image`
--

DROP TABLE IF EXISTS `tv_product_attribute_image`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_product_attribute_image` (
  `id_product_attribute` int(10) unsigned NOT NULL,
  `id_image` int(10) unsigned NOT NULL,
  PRIMARY KEY (`id_product_attribute`,`id_image`),
  KEY `id_image` (`id_image`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_product_attribute_image`
--

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

--
-- Table structure for table `tv_product_attribute_shop`
--

DROP TABLE IF EXISTS `tv_product_attribute_shop`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_product_attribute_shop` (
  `id_product_attribute` int(10) unsigned NOT NULL,
  `id_shop` int(10) unsigned NOT NULL,
  `wholesale_price` decimal(20,6) NOT NULL DEFAULT '0.000000',
  `price` decimal(20,6) NOT NULL DEFAULT '0.000000',
  `ecotax` decimal(17,6) NOT NULL DEFAULT '0.000000',
  `weight` decimal(20,6) NOT NULL DEFAULT '0.000000',
  `unit_price_impact` decimal(17,2) NOT NULL DEFAULT '0.00',
  `default_on` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `minimal_quantity` int(10) unsigned NOT NULL DEFAULT '1',
  `available_date` date NOT NULL,
  PRIMARY KEY (`id_product_attribute`,`id_shop`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_product_attribute_shop`
--

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

--
-- Table structure for table `tv_product_carrier`
--

DROP TABLE IF EXISTS `tv_product_carrier`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_product_carrier` (
  `id_product` int(10) unsigned NOT NULL,
  `id_carrier_reference` int(10) unsigned NOT NULL,
  `id_shop` int(10) unsigned NOT NULL,
  PRIMARY KEY (`id_product`,`id_carrier_reference`,`id_shop`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_product_carrier`
--

LOCK TABLES `tv_product_carrier` WRITE;
/*!40000 ALTER TABLE `tv_product_carrier` DISABLE KEYS */;
INSERT INTO `tv_product_carrier` VALUES (9,1,1);
/*!40000 ALTER TABLE `tv_product_carrier` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_product_country_tax`
--

DROP TABLE IF EXISTS `tv_product_country_tax`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_product_country_tax` (
  `id_product` int(11) NOT NULL,
  `id_country` int(11) NOT NULL,
  `id_tax` int(11) NOT NULL,
  PRIMARY KEY (`id_product`,`id_country`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_product_country_tax`
--

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

--
-- Table structure for table `tv_product_download`
--

DROP TABLE IF EXISTS `tv_product_download`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_product_download` (
  `id_product_download` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_product` int(10) unsigned NOT NULL,
  `display_filename` varchar(255) DEFAULT NULL,
  `filename` varchar(255) DEFAULT NULL,
  `date_add` datetime NOT NULL,
  `date_expiration` datetime DEFAULT NULL,
  `nb_days_accessible` int(10) unsigned DEFAULT NULL,
  `nb_downloadable` int(10) unsigned DEFAULT '1',
  `active` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `is_shareable` tinyint(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id_product_download`),
  KEY `product_active` (`id_product`,`active`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_product_download`
--

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

--
-- Table structure for table `tv_product_group_reduction_cache`
--

DROP TABLE IF EXISTS `tv_product_group_reduction_cache`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_product_group_reduction_cache` (
  `id_product` int(10) unsigned NOT NULL,
  `id_group` int(10) unsigned NOT NULL,
  `reduction` decimal(4,3) NOT NULL,
  PRIMARY KEY (`id_product`,`id_group`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_product_group_reduction_cache`
--

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

--
-- Table structure for table `tv_product_lang`
--

DROP TABLE IF EXISTS `tv_product_lang`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_product_lang` (
  `id_product` int(10) unsigned NOT NULL,
  `id_shop` int(11) unsigned NOT NULL DEFAULT '1',
  `id_lang` int(10) unsigned NOT NULL,
  `description` text,
  `description_short` text,
  `link_rewrite` varchar(128) NOT NULL,
  `meta_description` varchar(255) DEFAULT NULL,
  `meta_keywords` varchar(255) DEFAULT NULL,
  `meta_title` varchar(128) DEFAULT NULL,
  `name` varchar(128) NOT NULL,
  `available_now` varchar(255) DEFAULT NULL,
  `available_later` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id_product`,`id_shop`,`id_lang`),
  KEY `id_lang` (`id_lang`),
  KEY `name` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_product_lang`
--

LOCK TABLES `tv_product_lang` WRITE;
/*!40000 ALTER TABLE `tv_product_lang` DISABLE KEYS */;
INSERT INTO `tv_product_lang` VALUES (9,1,1,'','<p><strong>RAPID P609 205/55/16</strong></p>\r\n<p><strong>An Economicaly Priced Budget Tyre Offering Reasonable All-Round Performance</strong></p>\r\n<p><span>This is the FULLY FITTED price and includes a new valve, balance, environmental disposal and VAT.</span></p>','2055516',' cheap new car tyre 205/55/16','tyres blackburn 2055516','205/55/16 car tyre','205/55/16','',''),(9,1,2,'','','rapid-tyre-2055516','','','','Rapid Tyre 205/55/16','',''),(10,1,1,'','<p><span>An Economicaly Priced Budget Tyre Offering Reasonable All-Round Performance</span></p>\r\n<p><span><span>This is the FULLY FITTED price and includes a new valve, balance, environmental disposal and VAT.</span></span></p>\r\n<p><span><span><img src=\"https://oaktyres.thevirtualwarehouse.co.uk/Home/GetTyreInfoImage/1906038\" alt=\"Tyre Label\" /></span></span></p>','2254018','2254018 car tyre','cheap new tyre blackburn','2254018','rapid tyre 225/40/18','',''),(10,1,2,'','','2254018','','','','225/40/18','',''),(11,1,1,'<p>price include fitting balance new valve</p>','<ul>\r\n<li><strong>Nano BLEND compound provides 3 features: Fuel Saving, Long Mileage and Wet Grip.</strong></li>\r\n<li><strong>Super low rolling resistance improves fuel economy.</strong></li>\r\n<li><strong>Micro Silica allows both longer mileage and superb wet grip.</strong></li>\r\n<li><strong>Light weight design.</strong></li>\r\n<li><strong>Low external noise.</strong></li>\r\n<li><strong>Designed for compact cars and hybrids.</strong></li>\r\n</ul>','22540wr18-yoko-cdrive-ac01-xl-92w','','','','225/40WR18 YOKO CDRIVE AC01 XL 92W','',''),(11,1,2,'','','22540wr18-yoko-cdrive-ac01-xl-92w','','','','225/40WR18 YOKO CDRIVE AC01 XL 92W','',''),(17,1,1,'','<p><strong>An Economicaly Priced Budget Tyre Offering Reasonable All-Round Performance</strong></p>\r\n<p><span>This is the FULLY FITTED price and includes a new valve, balance, environmental disposal and VAT</span></p>','2354018-tyre','car tyre 235/40/18','tyre 235/40/18 new tyre','235/40/18 tyre','235/40/18 tyre','',''),(17,1,2,'','','2354018-tyre','','','','235/40/18 tyre','',''),(18,1,1,'<table style=\"width: 655px;\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"141\"><img src=\"http://www.evergreentyre.com/imageRepository/c79f6451-e03c-4b3e-873c-9dc62bb61a8c.JPG\" alt=\"\" /></td>\r\n<td width=\"514\">\r\n<p class=\"STYLE26\"><strong><span class=\"STYLE37\">■</span></strong><strong>Comfort</strong></p>\r\n<p class=\"STYLE26\">Diverse blocks distribution upgrades softness while ensures tread strength, enhances shock absorption and increases driving comfort.</p>\r\n<p class=\"STYLE26\"><strong><span class=\"STYLE30\">■</span></strong><strong>Drainage</strong></p>\r\n<p class=\"STYLE26\">Optimal 4 channel-grooves design maximizes slip resistance, ensures quickly drainage on wet roads, promises safe drive on rainy days. Tread compound containing silicon upgrades wet performance and ensures safety drive on wet pavement. </p>\r\n<p class=\"STYLE26\"><strong><span class=\"STYLE28\">■</span></strong><strong>Silence</strong></p>\r\n<p class=\"STYLE26\">Densely distributed small blocks efficiently offset noises made by air emission in the grooves. Simulated diverse and irregular pitch order decreases vibration noise.</p>\r\n<p class=\"STYLE26\"><strong><span class=\"STYLE30\">■</span>Safety</strong></p>\r\n<p class=\"STYLE26\">Special bead design ensures closer contact between inflated tire and the rim, avoids flying up of tyre toe, and enhances  safe driving.</p>\r\n<p class=\"STYLE26\"><strong><span class=\"STYLE28\">■</span></strong><strong><span class=\"STYLE37\">■</span>Handling</strong></p>\r\n<p class=\"STYLE26\">Center rib upgrades maneuverability and braking performance, increases grip force and operating stability. Wider rubber-road contact area improves sticking force on wet and dry pavements. Enhanced blocks upgrade steering and braking, provides better maneuverability</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','<p><span>A pattern specially designed to elevate the performance of traction, manipulation on wet &amp; dry roads</span></p>','20555vr16-evergreen','205/55/16 tyre','205/55/16 new tyre blackburn','205/55/16 car tyre','205/55VR16 EVERGREEN','',''),(18,1,2,'','','20555vr16-evergreen','','','','205/55VR16 EVERGREEN','',''),(19,1,1,'<p id=\"featurestitle\"><span>Features:</span></p>\r\n<p>Features and Benefits of Dunlop SP01 tyres</p>\r\n<ul type=\"disc\">\r\n<li>The 3 part tread pattern improves sport handling, increases safety and reduces noise making the driving experience more enjoyable, safe and peaceful.</li>\r\n<li>\r\n<p>The improved dry and wet grip offers a safer ride on any surface.</p>\r\n</li>\r\n<li>\r\n<p>Touch Technology offers excellent feel of the surface and thus enhances driving experience.</p>\r\n</li>\r\n<li>\r\n<p>The decreased rolling resistance enhances fuel efficiency translating into fuel cost savings in the long run.</p>\r\n</li>\r\n<li>\r\n<p>The reduction in the noise levels results in a silent and comforting experience behind the steering wheel.</p>\r\n</li>\r\n</ul>','<ul>\r\n<li><strong>Superb performance in various conditions</strong></li>\r\n<li><strong>High speed handling</strong></li>\r\n<li><strong>Enhanced grip on wet</strong></li>\r\n<li><strong>Quiet, comfortable ride</strong></li>\r\n</ul>','20555vr16-dlp-sp01-rhd-91v','cheap dulop tyre','205/55/16 tyres blackburn','205/55/16 dunlop tyre','205/55VR16 DLP SP01 RHD 91V','',''),(19,1,2,'','','20555vr16-dlp-sp01-rhd-91v','','','','205/55VR16 DLP SP01 RHD 91V','',''),(20,1,1,'<h1>Bridgestone</h1>\r\n<p> </p>\r\n<p>Bridgestone Tire Co., Ltd was founded back in 1931. Realising the future potential market of tyres for passenger cars and the international development of the business, founder Shojiro Ishibashi used an English translation of his surname to name the company.</p>\r\n<p>As the automobile industry grew, Bridgestone expanded in kind to become Japan’s biggest tyre manufacturer. In 1988 they purchased The Firestone Tire &amp; Rubber Company – an American manufacturer with a good reputation and its own distinct history.</p>\r\n<p>This led to Bridgestone to becoming one of the world’s biggest tyre and rubber companies. They have since then created a global team dedicated to producing the highest levels of quality, service and technology.</p>','<h1><strong>Turanza T001</strong></h1>\r\n<p><strong> </strong></p>\r\n<p><strong>Flagship tyre of the touring range, achieving an excellent harmony between safety, comfort, durability and environmental performance. Relax and enjoy the ride, whatever the conditions</strong></p>','20555vr16-bridgestone-t001-tl-91v','bridgestone tyre 205/55/16','205/55/16 tyres blackburn bridgestone','205/55/16 bridgestone tyre','205/55VR16 BRIDGESTONE T001 TL 91V','',''),(20,1,2,'','','20555vr16-bridgestone-t001-tl-91v','','','','205/55VR16 BRIDGESTONE T001 TL 91V','',''),(21,1,1,'','<h2>225/45WR17 RAPID P609 XL 94W</h2>\r\n<p>An Economicaly Priced Budget Tyre Offering Reasonable All-Round Performance</p>\r\n<p>This is the FULLY FITTED price and includes a new valve, balance, environmental disposal and VAT.</p>','22545wr17-rapid-p609-xl-94w','225/45/17 car tyre','225/45/17 tyre blackburn','225/45/17','225/45WR17 RAPID P609 XL 94W','',''),(21,1,2,'','','22545wr17-rapid-p609-xl-94w','','','','225/45WR17 RAPID P609 XL 94W','',''),(22,1,1,'<h1>Firestone Car Tyres</h1>\r\n<p> </p>\r\n<p align=\"\\&quot;center\\&quot;\"><span>Firestone Tyres – Fire up Your Driving</span></p>\r\n<p>Tyres manufactured by <a href=\"\\&quot;http://www.tyre-shopper.co.uk/manufacturers?manufacturer=Firestone\\&quot;\">Firestone Tyres</a> are all round tyres that offer exceptional performance in all crucial areas such as performance, quality, safety and environmental friendliness. Now part of Japanese tyre major, Bridgestone Tyres, Firestone Tyres is an original true blue American company launched in early 1900s. Starting out as a supplier of pneumatic tyres for the vehicles of that (bygone) era such as wagons, buggies and the like, Firestone Tyres made the transition as manufacturer of tyres for automobiles.</p>\r\n<p>Firestone Tyres has the distinction of being the very first original equipment supplier to Ford vehicles.</p>\r\n<p>Firestone Tyres has a wide range of tyres encompassing tyres for cars, SUVs, saloons and performance tyres. Whatever category of Firestone Tyres you choose, you can be quite sure that these are reliable and safe tyres that deliver what they promise. All Firestone brand tyres are undoubtedly value for money purchases.</p>\r\n<p>The <a href=\"\\&quot;http://www.tyre-shopper.co.uk/manufacturers/firestone-multihawk\\&quot;\">Firestone Multihawk tyres</a> for 13-15 inch alloy fitments (covering small to medium family cars) offer high levels of performance on wet and dry surface and are popular replacement tyres in this category. Tyre-Shopper stocks the Firestone Multihawk tyres as well as other Firestone brand tyres. Place your orders with us and avail our convenient mobile fitting service.</p>','<p id=\"\\&quot;featurestitle\\&quot;\"><strong>Features:</strong></p>\r\n<p><strong>Features and Benefits of Dunlop SP Street Response Tyres</strong></p>\r\n<ul>\r\n<li><strong>The tyres bring back the fun to driving so that you can truly enjoy the drive.</strong></li>\r\n<li><strong>Attention to safety by way of reduced braking distances reduces your stress levels.</strong></li>\r\n<li><strong>You can bank on affordability because that is the USP of this company.</strong></li>\r\n<li><strong>Go ahead and have fun on wet or dry surface.</strong></li>\r\n</ul>','22545wr17-fstone-sz90-91w','225/45/17 car tyre ','car tyre firestone 225/45/17 blackburn','225/45WR17 FSTONE SZ90 91W','225/45WR17 FSTONE SZ90 91W','',''),(22,1,2,'','','22545wr17-fstone-sz90-91w','','','','225/45WR17 FSTONE SZ90 91W','',''),(24,1,1,'<p id=\"featurestitle\">eatures:</p>\r\n<p>Features and Benefits of Dunlop SP01 tyres</p>\r\n<ul type=\"disc\">\r\n<li>The 3 part tread pattern improves sport handling, increases safety and reduces noise making the driving experience more enjoyable, safe and peaceful.</li>\r\n<li>\r\n<p>The improved dry and wet grip offers a safer ride on any surface.</p>\r\n</li>\r\n<li>\r\n<p>Touch Technology offers excellent feel of the surface and thus enhances driving experience.</p>\r\n</li>\r\n<li>\r\n<p>The decreased rolling resistance enhances fuel efficiency translating into fuel cost savings in the long run.</p>\r\n</li>\r\n<li>\r\n<p>The reduction in the noise levels results in a silent and comforting experience behind the steering wheel.</p>\r\n</li>\r\n</ul>','<ul>\r\n<li><strong>Superb performance in various conditions</strong></li>\r\n<li><strong>High speed handling</strong></li>\r\n<li><strong>Enhanced grip on wet</strong></li>\r\n<li><strong>Quiet, comfortable ride</strong></li>\r\n</ul>','22545wr17-dunlop-sport-01-mfs-91w','dunlop tyre 225/45/17','car tyre blackburn 225/45/17 dunlop','225/45/17 car tyre ','225/45WR17 DUNLOP SPORT 01 MFS 91W','',''),(24,1,2,'','','22545wr17-dunlop-sport-01-mfs-91w','','','','225/45WR17 DUNLOP SPORT 01 MFS 91W','',''),(25,1,1,'','<p>federal tyre runflat fully fitted price </p>','22545-r17-94-y-runflat-xl-94y','225/45/17 car tyre ','225/45/17 runflat tyre tyres blackburn new tyres blackburn','225/45/17 car tyre ','225/45 R17 94 Y RunFlat  XL 94Y','',''),(25,1,2,'','','22545-r17-94-y-runflat-xl-94y','','','','225/45 R17 94 Y RunFlat  XL 94Y','',''),(26,1,1,'<p><strong>245/40WR18 XL 97W  LANDSAIL LS988 </strong></p>\r\n<p><strong>Item specifics</strong></p>\r\n<p><strong>Condition: New: A brand-new, unused tyre that has never been mounted on a vehicle.</strong></p>\r\n<p><strong>Type: summer</strong></p>\r\n<p><strong>External rolling noise (dB; class): 74</strong></p>\r\n<p><strong>Tyre Width: 245</strong></p>\r\n<p><strong>Load Index: 97</strong></p>\r\n<p><strong>Aspect Ratio: 40</strong></p>\r\n<p><strong>Speed Rating: W: max 168 mph</strong></p>\r\n<p><strong>Diameter: 18</strong></p>\r\n<p><strong>Manufacturer: LANDSAIL</strong></p>\r\n<p><strong>Tyre fuel efficiency (A-G): C</strong></p>\r\n<p><strong>Car Type: Passenger vehicle</strong></p>\r\n<p><strong>Wet grip performance (A-G): C</strong></p>\r\n<p><strong>All Fitted prices include VAT, fitting, new valve, electronic balancing and tyre disposal</strong></p>\r\n<p><strong> </strong></p>','<p><strong>245/40WR18 XL 97W  LANDSAIL LS988 </strong></p>','24540wr18-landsail-ls988-xl-97w','car tyre 2454018 ','tyre car tyre blackburn 2454018','2454018 tyre','245/40WR18 LANDSAIL LS988 XL 97W','',''),(26,1,2,'','','24540wr18-landsail-ls988-xl-97w','','','','245/40WR18 LANDSAIL LS988 XL 97W','',''),(27,1,1,'<h2>195/65HR15 LANDSAIL LS288 91H</h2>\r\n<p><strong><br /></strong></p>\r\n<p><strong>Item specifics</strong></p>\r\n<p><strong>Condition: New: A brand-new, unused tyre that has never been mounted on a vehicle.</strong></p>\r\n<p><strong><strong>All Fitted prices include VAT, fitting, new valve, electronic balancing and tyre disposal</strong></strong></p>','<h2>195/65HR15 LANDSAIL LS288 91H</h2>','19565hr15-landsail-ls288-91h','car tyre 195/65/15','tyres blackburn car tyre','195/65HR15 LANDSAIL LS288 91H','195/65HR15 LANDSAIL LS288 91H','',''),(27,1,2,'','','19565hr15-landsail-ls288-91h','','','','195/65HR15 LANDSAIL LS288 91H','',''),(28,1,1,'<h2>175/65TR14 GYEAR DURAGRIP FI 82T</h2>\r\n<p><strong>Item specifics</strong></p>\r\n<p><strong>175/65/14</strong></p>\r\n<p><strong>Condition: New: A brand-new, unused tyre that has never been mounted on a vehicle.</strong></p>\r\n<p><strong>All Fitted prices include VAT, fitting, new valve, electronic balancing and tyre disposal</strong></p>','<h2>175/65TR14 GYEAR DURAGRIP FI 82T</h2>','17565tr14-gyear-duragrip-fi-82t','1756514 car tyre','car tyre blackburn tyre shop','175/65TR14 GYEAR DURAGRIP FI 82T)','175/65TR14 GYEAR DURAGRIP FI 82T','',''),(28,1,2,'','','17565tr14-gyear-duragrip-fi-82t','','','','175/65TR14 GYEAR DURAGRIP FI 82T','',''),(29,1,1,'<h2>185/65HR15 LANDSAIL LS388 88H</h2>\r\n<p><strong>An Economicaly Priced Budget Tyre Offering Reasonable All-Round Performance</strong></p>\r\n<p>This is the FULLY FITTED price and includes a new valve, balance, environmental disposal and VAT.</p>','<h2>185/65HR15 LANDSAIL LS388 88H</h2>\r\n<p><strong>An Economicaly Priced Budget Tyre Offering Reasonable All-Round Performance</strong></p>\r\n<p>This is the FULLY FITTED price and includes a new valve, balance, environmental disposal and VAT.</p>','18565hr15-landsail-ls388-88h','1856515 tyre blackburn','1856515 tyre new tyre cheap tyre blackburn','1856515 car tyre','185/65HR15 LANDSAIL LS388 88H','',''),(29,1,2,'','','18565hr15-landsail-ls388-88h','','','','185/65HR15 LANDSAIL LS388 88H','',''),(30,1,1,'<h2>235/45WR17 RAPID P609 XL 97W</h2>\r\n<p>width.235</p>\r\n<p>profile.45</p>\r\n<p>rimsize.17</p>\r\n<p>speed rating.w</p>\r\n<p>load .97</p>\r\n<p><strong>An Economicaly Priced Budget Tyre Offering Reasonable All-Round Performance</strong></p>\r\n<p>This is the FULLY FITTED price and includes a new valve, balance, environmental disposal and VAT</p>','<h2>235/45WR17 RAPID P609 XL 97W</h2>\r\n<p><strong>An Economicaly Priced Budget Tyre Offering Reasonable All-Round Performance</strong></p>\r\n<p>This is the FULLY FITTED price and includes a new valve, balance, environmental disposal and VAT</p>','23545wr17-rapid-p609-xl-97w','2354517 tyre blackburn','tyre tyres blackburn cheap new tyres','2354517 car tyre ','235/45WR17 RAPID P609 XL 97W','',''),(30,1,2,'','','23545wr17-rapid-p609-xl-97w','','','','235/45WR17 RAPID P609 XL 97W','',''),(31,1,1,'<h2>205/50WR17 RAPID P609 XL 93W</h2>\r\n<p>width.205</p>\r\n<p>profile.50</p>\r\n<p>rimsize.17</p>\r\n<p>speed rating.93</p>\r\n<p>load.w</p>\r\n<p><a title=\"235/45WR17 RAPID P609 XL 97W\r\nAn Economicaly Priced Budget Tyre Offering Reasonable All-Round Performance\r\nThis is the FULLY FITTED price and includes a new valve, balance, environmental disposal and VAT\" href=\"http://www.mstyresblackburn.co.uk/index.php?id_product=30&amp;controller=product&amp;id_lang=1\">235/45WR17 RAPID P609 XL 97W An Economicaly Priced Budget Tyre Offering Reasonable All-Round Performance This is the FULLY FITTED price and includes a new valve, balance, environmental disposal and VAT</a></p>','<h2>205/50WR17 RAPID P609 XL 93W</h2>\r\n<p><a title=\"235/45WR17 RAPID P609 XL 97W\r\nAn Economicaly Priced Budget Tyre Offering Reasonable All-Round Performance\r\nThis is the FULLY FITTED price and includes a new valve, balance, environmental disposal and VAT\" href=\"http://www.mstyresblackburn.co.uk/index.php?id_product=30&amp;controller=product&amp;id_lang=1\">235/45WR17 RAPID P609 XL 97W An Economicaly Priced Budget Tyre Offering Reasonable All-Round Performance This is the FULLY FITTED price and includes a new valve, balance, environmental disposal and VAT</a></p>','20550wr17-rapid-p609-xl-93w','2055017 car tyre ','tyres blackburn 2055017','2055017 tyre ','205/50WR17 RAPID P609 XL 93W','',''),(31,1,2,'','','20550wr17-rapid-p609-xl-93w','','','','205/50WR17 RAPID P609 XL 93W','',''),(32,1,1,'<p><strong>An Economicaly Priced Budget Tyre Offering Reasonable All-Round Performance</strong></p>\r\n<p>This is the FULLY FITTED price and includes a new valve, balance, environmental disposal and VAT</p>','<h2>225/55WR16 LANDSAIL LS288 XL 99W</h2>\r\n<ul id=\"idTab1\" class=\"bullet\">\r\n<li>Width 225</li>\r\n<li>Profile 55</li>\r\n<li>Rim size R16</li>\r\n<li>Speed Rating W</li>\r\n<li>Load 99</li>\r\n</ul>','22555wr16-landsail-ls288-xl-99w','2255516 car tyre ','2255516 car tyre in balckburn','2255516 tyre','225/55WR16 LANDSAIL LS288 XL 99W','',''),(32,1,2,'','','22555wr16-landsail-ls288-xl-99w','','','','225/55WR16 LANDSAIL LS288 XL 99W','',''),(33,1,1,'<p><strong>An Economicaly Priced Budget Tyre Offering Reasonable All-Round Performance</strong></p>\r\n<p>This is the FULLY FITTED price and includes a new valve, balance, environmental disposal and VAT</p>','<h2>235/35WR19 LANDSAIL LS988 XL 91W</h2>\r\n<ul id=\"idTab1\" class=\"bullet\">\r\n<li>Width 235</li>\r\n<li>Profile 35</li>\r\n<li>Rim size R19</li>\r\n<li>Speed Rating W</li>\r\n<li>Load 91</li>\r\n</ul>','23535wr19-landsail-ls988-xl-91w','car tyre 2353519','2353519 car tyre blackburn new tyre','2353519 car tyre ','235/35WR19 LANDSAIL LS988 XL 91W','',''),(33,1,2,'','','23535wr19-landsail-ls988-xl-91w','','','','235/35WR19 LANDSAIL LS988 XL 91W','',''),(34,1,1,'<p><strong>An Economicaly Priced Budget Tyre Offering Reasonable All-Round Performance</strong></p>\r\n<p>This is the FULLY FITTED price and includes a new valve, balance, environmental disposal and VAT</p>','<h2>255/35YR18 DLP SPMAXX GT MO XL 94Y</h2>\r\n<ul id=\"idTab1\" class=\"bullet\">\r\n<li>Width 255</li>\r\n<li>Profile 35</li>\r\n<li>Rim size YR18</li>\r\n<li>Speed Rating Y</li>\r\n<li>Load 94</li>\r\n</ul>','25535yr18-dlp-spmaxx-gt-mo-xl-94y','255/35YR18 tyre dunlop','new dunlop tyre blackburn 2553518 new tyre','255/35YR18 dunlop','255/35YR18 DLP SPMAXX GT MO XL 94Y','',''),(34,1,2,'','','25535yr18-dlp-spmaxx-gt-mo-xl-94y','','','','255/35YR18 DLP SPMAXX GT MO XL 94Y','',''),(35,1,1,'<ul id=\"idTab1\" class=\"bullet\">\r\n<li>Width 255</li>\r\n<li>Profile 35</li>\r\n<li>Rim size R18</li>\r\n<li>Speed Rating Y</li>\r\n<li>Load 94</li>\r\n<li>Runflat .yes</li>\r\n<li>This is the FULLY FITTED price and includes a new valve, balance, environmental disposal and VAT</li>\r\n</ul>','<h2>255/35WR18 BST RE050A1* RFT 90W</h2>\r\n<p>This is the FULLY FITTED price and includes a new valve, balance, environmental disposal and VAT</p>','25535wr18-bst-re050a1-rft-90w','2553518 runflat tyre','runflat tyre new tyre 2553518','2553518 car tyre','255/35WR18 BST RE050A1* RFT 90W','',''),(35,1,2,'','','25535wr18-bst-re050a1-rft-90w','','','','255/35WR18 BST RE050A1* RFT 90W','',''),(36,1,1,'<ul id=\"idTab1\" class=\"bullet\">\r\n<li>Width 215</li>\r\n<li>Profile 55</li>\r\n<li>Rim size R16</li>\r\n<li>Speed Rating W</li>\r\n<li>Load 97</li>\r\n</ul>','<h2>215/55WR16 LANDSAIL LS288 XL 97W</h2>\r\n<p><strong>An Economicaly Priced Budget Tyre Offering Reasonable All-Round Performance</strong></p>\r\n<p>This is the FULLY FITTED price and includes a new valve, balance, environmental disposal and VAT</p>','21555wr16-landsail-ls288-xl-97w','215/55WR16 car tyre','2155516 car tyre blackburn new tyre blackburn','215/55WR16','215/55WR16 LANDSAIL LS288 XL 97W','',''),(36,1,2,'','','21555wr16-landsail-ls288-xl-97w','','','','215/55WR16 LANDSAIL LS288 XL 97W','',''),(37,1,1,'<ul id=\"idTab1\" class=\"bullet\">\r\n<li>Width 195</li>\r\n<li>Profile 45</li>\r\n<li>Rim size R16</li>\r\n<li>Speed Rating v</li>\r\n<li>Load 84</li>\r\n</ul>','<h2>195/45VR16 SUNNY SN3630 XL 84V</h2>\r\n<p><strong>An Economicaly Priced Budget Tyre Offering Reasonable All-Round Performance</strong></p>\r\n<p>This is the FULLY FITTED price and includes a new valve, balance, environmental disposal and VAT</p>','19545vr16-sunny-sn3630-xl-84v','195/45VR16 car tyre','195/45r16 tyre blackburn new tyre','195/45VR16','195/45VR16 SUNNY SN3630 XL 84V','',''),(37,1,2,'','','19545vr16-sunny-sn3630-xl-84v','','','','195/45VR16 SUNNY SN3630 XL 84V','',''),(38,1,1,'<ul id=\"idTab1\" class=\"bullet\">\r\n<li>Width 195</li>\r\n<li>Profile 55</li>\r\n<li>Rim size R16</li>\r\n<li>Speed Rating W</li>\r\n<li>Load 91</li>\r\n</ul>','<h2>195/55WR16 LANDSAIL LS388 XL 91W</h2>\r\n<p><strong>An Economicaly Priced Budget Tyre Offering Reasonable All-Round Performance</strong></p>\r\n<p>This is the FULLY FITTED price and includes a new valve, balance, environmental disposal and VAT</p>','19555wr16-landsail-ls388-xl-91w','1955516 car tyre','195/55wr16 car tyre new tyre in blackburn','195/55WR16','195/55WR16 LANDSAIL LS388 XL 91W','',''),(38,1,2,'','','19555wr16-landsail-ls388-xl-91w','','','','195/55WR16 LANDSAIL LS388 XL 91W','','');
/*!40000 ALTER TABLE `tv_product_lang` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_product_sale`
--

DROP TABLE IF EXISTS `tv_product_sale`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_product_sale` (
  `id_product` int(10) unsigned NOT NULL,
  `quantity` int(10) unsigned NOT NULL DEFAULT '0',
  `sale_nbr` int(10) unsigned NOT NULL DEFAULT '0',
  `date_upd` date NOT NULL,
  PRIMARY KEY (`id_product`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_product_sale`
--

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

--
-- Table structure for table `tv_product_shop`
--

DROP TABLE IF EXISTS `tv_product_shop`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_product_shop` (
  `id_product` int(10) unsigned NOT NULL,
  `id_shop` int(10) unsigned NOT NULL,
  `id_category_default` int(10) unsigned DEFAULT NULL,
  `id_tax_rules_group` int(11) unsigned NOT NULL,
  `on_sale` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `online_only` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `ecotax` decimal(17,6) NOT NULL DEFAULT '0.000000',
  `minimal_quantity` int(10) unsigned NOT NULL DEFAULT '1',
  `price` decimal(20,6) NOT NULL DEFAULT '0.000000',
  `wholesale_price` decimal(20,6) NOT NULL DEFAULT '0.000000',
  `unity` varchar(255) DEFAULT NULL,
  `unit_price_ratio` decimal(20,6) NOT NULL DEFAULT '0.000000',
  `additional_shipping_cost` decimal(20,2) NOT NULL DEFAULT '0.00',
  `customizable` tinyint(2) NOT NULL DEFAULT '0',
  `uploadable_files` tinyint(4) NOT NULL DEFAULT '0',
  `text_fields` tinyint(4) NOT NULL DEFAULT '0',
  `active` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `redirect_type` enum('','404','301','302') NOT NULL DEFAULT '',
  `id_product_redirected` int(10) unsigned NOT NULL DEFAULT '0',
  `available_for_order` tinyint(1) NOT NULL DEFAULT '1',
  `available_date` date NOT NULL,
  `condition` enum('new','used','refurbished') NOT NULL DEFAULT 'new',
  `show_price` tinyint(1) NOT NULL DEFAULT '1',
  `indexed` tinyint(1) NOT NULL DEFAULT '0',
  `visibility` enum('both','catalog','search','none') NOT NULL DEFAULT 'both',
  `cache_default_attribute` int(10) unsigned DEFAULT NULL,
  `advanced_stock_management` tinyint(1) NOT NULL DEFAULT '0',
  `date_add` datetime NOT NULL,
  `date_upd` datetime NOT NULL,
  PRIMARY KEY (`id_product`,`id_shop`),
  KEY `id_category_default` (`id_category_default`),
  KEY `date_add` (`date_add`,`active`,`visibility`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_product_shop`
--

LOCK TABLES `tv_product_shop` WRITE;
/*!40000 ALTER TABLE `tv_product_shop` DISABLE KEYS */;
INSERT INTO `tv_product_shop` VALUES (9,1,7,0,0,0,0.000000,1,50.000000,0.000000,'',0.000000,10.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-12-08 12:32:26','2014-03-14 16:30:58'),(10,1,7,0,0,0,0.000000,1,56.000000,0.000000,'',0.000000,10.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-12-12 12:28:30','2014-03-14 15:55:06'),(11,1,2,0,0,0,0.000000,1,107.940000,0.000000,'',0.000000,10.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-12-12 12:31:39','2014-03-10 12:32:00'),(17,1,7,0,0,0,0.000000,1,65.000000,0.000000,'',0.000000,10.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-12-18 09:27:29','2014-01-02 10:07:22'),(18,1,7,0,0,0,0.000000,1,65.940000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-12-19 11:10:52','2014-03-08 10:49:44'),(19,1,2,0,0,0,0.000000,1,72.520000,0.000000,'',0.000000,10.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-12-19 11:25:33','2014-01-02 10:08:10'),(20,1,2,0,0,0,0.000000,1,70.500000,0.000000,'',0.000000,10.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-12-19 11:48:56','2014-01-02 10:08:40'),(21,1,2,0,0,0,0.000000,1,57.300000,0.000000,'',0.000000,10.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-12-19 15:15:41','2014-01-02 12:40:02'),(22,1,2,0,0,0,0.000000,1,92.340000,0.000000,'',0.000000,10.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-12-19 15:26:15','2014-01-02 12:40:31'),(24,1,7,0,0,0,0.000000,1,92.440000,0.000000,'',0.000000,10.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-12-19 17:38:15','2014-01-02 12:40:48'),(25,1,7,0,0,0,0.000000,1,103.140000,0.000000,'',0.000000,10.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-12-19 17:55:40','2014-01-14 09:34:16'),(26,1,2,0,0,0,0.000000,1,75.500000,0.000000,'',0.000000,10.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2014-03-07 15:40:04','2014-03-10 09:31:11'),(27,1,2,0,0,0,0.000000,1,47.940000,0.000000,'',0.000000,10.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2014-03-08 09:52:02','2014-03-10 09:30:52'),(28,1,2,0,0,0,0.000000,1,52.600000,0.000000,'',0.000000,10.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2014-03-08 09:59:36','2014-03-10 09:30:36'),(29,1,7,0,0,0,0.000000,1,47.340000,0.000000,'',0.000000,10.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2014-03-10 09:25:06','2014-03-10 09:30:16'),(30,1,2,0,0,0,0.000000,1,61.140000,0.000000,'',0.000000,10.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2014-03-10 09:36:38','2014-03-10 09:40:16'),(31,1,36,0,0,0,0.000000,1,55.140000,0.000000,'',0.000000,10.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2014-03-10 09:44:11','2014-03-10 09:47:18'),(32,1,7,0,0,0,0.000000,1,61.140000,0.000000,'',0.000000,10.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2014-03-10 12:40:07','2014-03-10 12:43:29'),(33,1,2,0,0,0,0.000000,1,68.340000,0.000000,'',0.000000,10.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2014-03-10 12:45:38','2014-03-10 12:48:03'),(34,1,2,0,0,0,0.000000,1,151.920000,0.000000,'',0.000000,10.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2014-03-10 12:51:04','2014-03-14 15:50:29'),(35,1,7,0,0,0,0.000000,1,218.880000,0.000000,'',0.000000,10.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2014-03-10 13:10:31','2014-03-10 13:13:41'),(36,1,7,0,0,0,0.000000,1,55.140000,0.000000,'',0.000000,10.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2014-03-10 13:17:45','2014-03-10 13:20:49'),(37,1,7,0,0,0,0.000000,1,51.540000,0.000000,'',0.000000,10.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2014-03-10 13:23:54','2014-03-10 13:26:20'),(38,1,7,0,0,0,0.000000,1,54.720000,0.000000,'',0.000000,10.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2014-03-10 13:28:48','2014-03-10 13:31:27');
/*!40000 ALTER TABLE `tv_product_shop` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_product_supplier`
--

DROP TABLE IF EXISTS `tv_product_supplier`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_product_supplier` (
  `id_product_supplier` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `id_product` int(11) unsigned NOT NULL,
  `id_product_attribute` int(11) unsigned NOT NULL DEFAULT '0',
  `id_supplier` int(11) unsigned NOT NULL,
  `product_supplier_reference` varchar(32) DEFAULT NULL,
  `product_supplier_price_te` decimal(20,6) NOT NULL DEFAULT '0.000000',
  `id_currency` int(11) unsigned NOT NULL,
  PRIMARY KEY (`id_product_supplier`),
  UNIQUE KEY `id_product` (`id_product`,`id_product_attribute`,`id_supplier`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_product_supplier`
--

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

--
-- Table structure for table `tv_product_tag`
--

DROP TABLE IF EXISTS `tv_product_tag`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_product_tag` (
  `id_product` int(10) unsigned NOT NULL,
  `id_tag` int(10) unsigned NOT NULL,
  PRIMARY KEY (`id_product`,`id_tag`),
  KEY `id_tag` (`id_tag`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_product_tag`
--

LOCK TABLES `tv_product_tag` WRITE;
/*!40000 ALTER TABLE `tv_product_tag` DISABLE KEYS */;
INSERT INTO `tv_product_tag` VALUES (9,7),(9,8),(9,9),(9,10);
/*!40000 ALTER TABLE `tv_product_tag` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_profile`
--

DROP TABLE IF EXISTS `tv_profile`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_profile` (
  `id_profile` int(10) unsigned NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`id_profile`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_profile`
--

LOCK TABLES `tv_profile` WRITE;
/*!40000 ALTER TABLE `tv_profile` DISABLE KEYS */;
INSERT INTO `tv_profile` VALUES (1),(2),(3),(4),(5);
/*!40000 ALTER TABLE `tv_profile` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_profile_lang`
--

DROP TABLE IF EXISTS `tv_profile_lang`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_profile_lang` (
  `id_lang` int(10) unsigned NOT NULL,
  `id_profile` int(10) unsigned NOT NULL,
  `name` varchar(128) NOT NULL,
  PRIMARY KEY (`id_profile`,`id_lang`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_profile_lang`
--

LOCK TABLES `tv_profile_lang` WRITE;
/*!40000 ALTER TABLE `tv_profile_lang` DISABLE KEYS */;
INSERT INTO `tv_profile_lang` VALUES (1,1,'SuperAdmin'),(2,1,'SuperAdmin'),(1,2,'Administrator'),(2,2,'Administrator'),(1,3,'Logistician'),(2,3,'Logistician'),(1,4,'Translator'),(2,4,'Translator'),(1,5,'Salesman'),(2,5,'Salesman');
/*!40000 ALTER TABLE `tv_profile_lang` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_quick_access`
--

DROP TABLE IF EXISTS `tv_quick_access`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_quick_access` (
  `id_quick_access` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `new_window` tinyint(1) NOT NULL DEFAULT '0',
  `link` varchar(128) NOT NULL,
  PRIMARY KEY (`id_quick_access`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_quick_access`
--

LOCK TABLES `tv_quick_access` WRITE;
/*!40000 ALTER TABLE `tv_quick_access` DISABLE KEYS */;
INSERT INTO `tv_quick_access` VALUES (1,0,'index.php'),(2,1,'../'),(3,0,'index.php?controller=AdminCategories&addcategory'),(4,0,'index.php?controller=AdminProducts&addproduct'),(5,0,'index.php?controller=AdminCartRules&addcart_rule');
/*!40000 ALTER TABLE `tv_quick_access` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_quick_access_lang`
--

DROP TABLE IF EXISTS `tv_quick_access_lang`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_quick_access_lang` (
  `id_quick_access` int(10) unsigned NOT NULL,
  `id_lang` int(10) unsigned NOT NULL,
  `name` varchar(32) NOT NULL,
  PRIMARY KEY (`id_quick_access`,`id_lang`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_quick_access_lang`
--

LOCK TABLES `tv_quick_access_lang` WRITE;
/*!40000 ALTER TABLE `tv_quick_access_lang` DISABLE KEYS */;
INSERT INTO `tv_quick_access_lang` VALUES (1,1,'Home'),(1,2,'Home'),(2,1,'My Shop'),(2,2,'My Shop'),(3,1,'New category'),(3,2,'New category'),(4,1,'New product'),(4,2,'New product'),(5,1,'New voucher'),(5,2,'New voucher');
/*!40000 ALTER TABLE `tv_quick_access_lang` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_range_price`
--

DROP TABLE IF EXISTS `tv_range_price`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_range_price` (
  `id_range_price` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_carrier` int(10) unsigned NOT NULL,
  `delimiter1` decimal(20,6) NOT NULL,
  `delimiter2` decimal(20,6) NOT NULL,
  PRIMARY KEY (`id_range_price`),
  UNIQUE KEY `id_carrier` (`id_carrier`,`delimiter1`,`delimiter2`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_range_price`
--

LOCK TABLES `tv_range_price` WRITE;
/*!40000 ALTER TABLE `tv_range_price` DISABLE KEYS */;
INSERT INTO `tv_range_price` VALUES (1,2,0.000000,10000.000000);
/*!40000 ALTER TABLE `tv_range_price` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_range_weight`
--

DROP TABLE IF EXISTS `tv_range_weight`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_range_weight` (
  `id_range_weight` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_carrier` int(10) unsigned NOT NULL,
  `delimiter1` decimal(20,6) NOT NULL,
  `delimiter2` decimal(20,6) NOT NULL,
  PRIMARY KEY (`id_range_weight`),
  UNIQUE KEY `id_carrier` (`id_carrier`,`delimiter1`,`delimiter2`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_range_weight`
--

LOCK TABLES `tv_range_weight` WRITE;
/*!40000 ALTER TABLE `tv_range_weight` DISABLE KEYS */;
INSERT INTO `tv_range_weight` VALUES (1,2,0.000000,10000.000000),(2,5,0.000000,0.100000),(3,6,0.000000,0.100000);
/*!40000 ALTER TABLE `tv_range_weight` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_referrer`
--

DROP TABLE IF EXISTS `tv_referrer`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_referrer` (
  `id_referrer` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(64) NOT NULL,
  `passwd` varchar(32) DEFAULT NULL,
  `http_referer_regexp` varchar(64) DEFAULT NULL,
  `http_referer_like` varchar(64) DEFAULT NULL,
  `request_uri_regexp` varchar(64) DEFAULT NULL,
  `request_uri_like` varchar(64) DEFAULT NULL,
  `http_referer_regexp_not` varchar(64) DEFAULT NULL,
  `http_referer_like_not` varchar(64) DEFAULT NULL,
  `request_uri_regexp_not` varchar(64) DEFAULT NULL,
  `request_uri_like_not` varchar(64) DEFAULT NULL,
  `base_fee` decimal(5,2) NOT NULL DEFAULT '0.00',
  `percent_fee` decimal(5,2) NOT NULL DEFAULT '0.00',
  `click_fee` decimal(5,2) NOT NULL DEFAULT '0.00',
  `date_add` datetime NOT NULL,
  PRIMARY KEY (`id_referrer`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_referrer`
--

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

--
-- Table structure for table `tv_referrer_cache`
--

DROP TABLE IF EXISTS `tv_referrer_cache`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_referrer_cache` (
  `id_connections_source` int(11) unsigned NOT NULL,
  `id_referrer` int(11) unsigned NOT NULL,
  PRIMARY KEY (`id_connections_source`,`id_referrer`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_referrer_cache`
--

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

--
-- Table structure for table `tv_referrer_shop`
--

DROP TABLE IF EXISTS `tv_referrer_shop`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_referrer_shop` (
  `id_referrer` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_shop` int(10) unsigned NOT NULL DEFAULT '1',
  `cache_visitors` int(11) DEFAULT NULL,
  `cache_visits` int(11) DEFAULT NULL,
  `cache_pages` int(11) DEFAULT NULL,
  `cache_registrations` int(11) DEFAULT NULL,
  `cache_orders` int(11) DEFAULT NULL,
  `cache_sales` decimal(17,2) DEFAULT NULL,
  `cache_reg_rate` decimal(5,4) DEFAULT NULL,
  `cache_order_rate` decimal(5,4) DEFAULT NULL,
  PRIMARY KEY (`id_referrer`,`id_shop`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_referrer_shop`
--

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

--
-- Table structure for table `tv_reinsurance`
--

DROP TABLE IF EXISTS `tv_reinsurance`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_reinsurance` (
  `id_reinsurance` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_shop` int(10) unsigned NOT NULL,
  `file_name` varchar(100) NOT NULL,
  PRIMARY KEY (`id_reinsurance`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_reinsurance`
--

LOCK TABLES `tv_reinsurance` WRITE;
/*!40000 ALTER TABLE `tv_reinsurance` DISABLE KEYS */;
INSERT INTO `tv_reinsurance` VALUES (1,1,'reinsurance-1-1.jpg'),(2,1,'reinsurance-2-1.jpg'),(3,1,'reinsurance-3-1.jpg'),(4,1,'reinsurance-4-1.jpg'),(5,1,'reinsurance-5-1.jpg'),(6,1,'reinsurance-6-1.jpg');
/*!40000 ALTER TABLE `tv_reinsurance` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_reinsurance_lang`
--

DROP TABLE IF EXISTS `tv_reinsurance_lang`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_reinsurance_lang` (
  `id_reinsurance` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_lang` int(10) unsigned NOT NULL,
  `text` varchar(300) NOT NULL,
  PRIMARY KEY (`id_reinsurance`,`id_lang`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_reinsurance_lang`
--

LOCK TABLES `tv_reinsurance_lang` WRITE;
/*!40000 ALTER TABLE `tv_reinsurance_lang` DISABLE KEYS */;
INSERT INTO `tv_reinsurance_lang` VALUES (1,1,'Money back guarantee.'),(1,2,'Money back guarantee.'),(2,1,'In-store exchange.'),(2,2,'In-store exchange.'),(3,1,'Payment upon shipment.'),(3,2,'Payment upon shipment.'),(4,1,'Free Shipping.'),(4,2,'Free Shipping.'),(5,1,'100% secure payment processing.'),(5,2,'100% secure payment processing.'),(6,1,'Pirelli'),(6,2,'Pirelli');
/*!40000 ALTER TABLE `tv_reinsurance_lang` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_request_sql`
--

DROP TABLE IF EXISTS `tv_request_sql`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_request_sql` (
  `id_request_sql` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL,
  `sql` text NOT NULL,
  PRIMARY KEY (`id_request_sql`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_request_sql`
--

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

--
-- Table structure for table `tv_required_field`
--

DROP TABLE IF EXISTS `tv_required_field`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_required_field` (
  `id_required_field` int(11) NOT NULL AUTO_INCREMENT,
  `object_name` varchar(32) NOT NULL,
  `field_name` varchar(32) NOT NULL,
  PRIMARY KEY (`id_required_field`),
  KEY `object_name` (`object_name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_required_field`
--

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

--
-- Table structure for table `tv_risk`
--

DROP TABLE IF EXISTS `tv_risk`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_risk` (
  `id_risk` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `percent` tinyint(3) NOT NULL,
  `color` varchar(32) DEFAULT NULL,
  PRIMARY KEY (`id_risk`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_risk`
--

LOCK TABLES `tv_risk` WRITE;
/*!40000 ALTER TABLE `tv_risk` DISABLE KEYS */;
INSERT INTO `tv_risk` VALUES (1,0,'LimeGreen'),(2,35,'DarkOrange'),(3,75,'Crimson'),(4,100,'#ec2e15');
/*!40000 ALTER TABLE `tv_risk` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_risk_lang`
--

DROP TABLE IF EXISTS `tv_risk_lang`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_risk_lang` (
  `id_risk` int(10) unsigned NOT NULL,
  `id_lang` int(10) unsigned NOT NULL,
  `name` varchar(20) NOT NULL,
  PRIMARY KEY (`id_risk`,`id_lang`),
  KEY `id_risk` (`id_risk`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_risk_lang`
--

LOCK TABLES `tv_risk_lang` WRITE;
/*!40000 ALTER TABLE `tv_risk_lang` DISABLE KEYS */;
INSERT INTO `tv_risk_lang` VALUES (1,1,'None'),(1,2,'None'),(2,1,'Low'),(2,2,'Low'),(3,1,'Medium'),(3,2,'Medium'),(4,1,'High'),(4,2,'High');
/*!40000 ALTER TABLE `tv_risk_lang` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_scene`
--

DROP TABLE IF EXISTS `tv_scene`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_scene` (
  `id_scene` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `active` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id_scene`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_scene`
--

LOCK TABLES `tv_scene` WRITE;
/*!40000 ALTER TABLE `tv_scene` DISABLE KEYS */;
INSERT INTO `tv_scene` VALUES (1,1),(2,1),(3,1);
/*!40000 ALTER TABLE `tv_scene` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_scene_category`
--

DROP TABLE IF EXISTS `tv_scene_category`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_scene_category` (
  `id_scene` int(10) unsigned NOT NULL,
  `id_category` int(10) unsigned NOT NULL,
  PRIMARY KEY (`id_scene`,`id_category`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_scene_category`
--

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

--
-- Table structure for table `tv_scene_lang`
--

DROP TABLE IF EXISTS `tv_scene_lang`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_scene_lang` (
  `id_scene` int(10) unsigned NOT NULL,
  `id_lang` int(10) unsigned NOT NULL,
  `name` varchar(100) NOT NULL,
  PRIMARY KEY (`id_scene`,`id_lang`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_scene_lang`
--

LOCK TABLES `tv_scene_lang` WRITE;
/*!40000 ALTER TABLE `tv_scene_lang` DISABLE KEYS */;
INSERT INTO `tv_scene_lang` VALUES (1,1,'The iPods Nano'),(1,2,'The iPods Nano'),(2,1,'The iPods'),(2,2,'The iPods'),(3,1,'The MacBooks'),(3,2,'The MacBooks');
/*!40000 ALTER TABLE `tv_scene_lang` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_scene_products`
--

DROP TABLE IF EXISTS `tv_scene_products`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_scene_products` (
  `id_scene` int(10) unsigned NOT NULL,
  `id_product` int(10) unsigned NOT NULL,
  `x_axis` int(4) NOT NULL,
  `y_axis` int(4) NOT NULL,
  `zone_width` int(3) NOT NULL,
  `zone_height` int(3) NOT NULL,
  PRIMARY KEY (`id_scene`,`id_product`,`x_axis`,`y_axis`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_scene_products`
--

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

--
-- Table structure for table `tv_scene_shop`
--

DROP TABLE IF EXISTS `tv_scene_shop`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_scene_shop` (
  `id_scene` int(11) unsigned NOT NULL,
  `id_shop` int(11) unsigned NOT NULL,
  PRIMARY KEY (`id_scene`,`id_shop`),
  KEY `id_shop` (`id_shop`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_scene_shop`
--

LOCK TABLES `tv_scene_shop` WRITE;
/*!40000 ALTER TABLE `tv_scene_shop` DISABLE KEYS */;
INSERT INTO `tv_scene_shop` VALUES (1,1),(2,1),(3,1);
/*!40000 ALTER TABLE `tv_scene_shop` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_search_engine`
--

DROP TABLE IF EXISTS `tv_search_engine`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_search_engine` (
  `id_search_engine` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `server` varchar(64) NOT NULL,
  `getvar` varchar(16) NOT NULL,
  PRIMARY KEY (`id_search_engine`)
) ENGINE=InnoDB AUTO_INCREMENT=39 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_search_engine`
--

LOCK TABLES `tv_search_engine` WRITE;
/*!40000 ALTER TABLE `tv_search_engine` DISABLE KEYS */;
INSERT INTO `tv_search_engine` VALUES (1,'google','q'),(2,'aol','q'),(3,'yandex','text'),(4,'ask.com','q'),(5,'nhl.com','q'),(6,'yahoo','p'),(7,'baidu','wd'),(8,'lycos','query'),(9,'exalead','q'),(10,'search.live','q'),(11,'voila','rdata'),(12,'altavista','q'),(13,'bing','q'),(14,'daum','q'),(15,'eniro','search_word'),(16,'naver','query'),(17,'msn','q'),(18,'netscape','query'),(19,'cnn','query'),(20,'about','terms'),(21,'mamma','query'),(22,'alltheweb','q'),(23,'virgilio','qs'),(24,'alice','qs'),(25,'najdi','q'),(26,'mama','query'),(27,'seznam','q'),(28,'onet','qt'),(29,'szukacz','q'),(30,'yam','k'),(31,'pchome','q'),(32,'kvasir','q'),(33,'sesam','q'),(34,'ozu','q'),(35,'terra','query'),(36,'mynet','q'),(37,'ekolay','q'),(38,'rambler','words');
/*!40000 ALTER TABLE `tv_search_engine` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_search_index`
--

DROP TABLE IF EXISTS `tv_search_index`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_search_index` (
  `id_product` int(11) unsigned NOT NULL,
  `id_word` int(11) unsigned NOT NULL,
  `weight` smallint(4) unsigned NOT NULL DEFAULT '1',
  PRIMARY KEY (`id_word`,`id_product`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_search_index`
--

LOCK TABLES `tv_search_index` WRITE;
/*!40000 ALTER TABLE `tv_search_index` DISABLE KEYS */;
INSERT INTO `tv_search_index` VALUES (9,617,8),(10,617,19),(17,617,3),(21,617,10),(30,617,11),(31,617,13),(9,618,5),(10,618,17),(17,618,7),(18,618,1),(20,618,3),(21,618,1),(22,618,2),(25,618,1),(26,618,4),(27,618,2),(28,618,2),(29,618,2),(30,618,2),(31,618,2),(32,618,1),(33,618,1),(34,618,1),(36,618,1),(37,618,1),(38,618,1),(11,620,3),(19,620,3),(20,620,3),(21,620,3),(22,620,3),(26,620,3),(27,620,3),(28,620,3),(30,620,3),(33,620,3),(34,620,3),(9,621,6),(18,621,2),(19,621,2),(20,621,2),(31,621,3),(9,622,9),(10,622,13),(17,622,3),(21,622,9),(30,622,9),(31,622,9),(9,623,6),(10,623,10),(17,623,6),(9,624,6),(11,625,3),(19,625,3),(20,625,3),(21,625,3),(22,625,3),(26,625,3),(27,625,3),(28,625,3),(30,625,3),(33,625,3),(34,625,3),(9,626,3),(10,626,3),(17,626,3),(19,626,1),(20,626,1),(21,626,3),(22,626,24),(24,626,1),(30,626,3),(31,626,6),(9,627,3),(10,627,3),(17,627,3),(21,627,3),(30,627,3),(31,627,6),(9,630,1),(21,630,7),(30,630,8),(31,630,10),(9,631,1),(10,631,1),(17,631,1),(21,631,1),(29,631,2),(30,631,2),(31,631,2),(32,631,1),(33,631,1),(34,631,1),(36,631,1),(37,631,1),(38,631,1),(9,632,1),(10,632,1),(17,632,1),(21,632,1),(29,632,2),(30,632,2),(31,632,2),(32,632,1),(33,632,1),(34,632,1),(36,632,1),(37,632,1),(38,632,1),(9,633,1),(10,633,1),(17,633,1),(21,633,1),(29,633,2),(30,633,2),(31,633,2),(32,633,1),(33,633,1),(34,633,1),(36,633,1),(37,633,1),(38,633,1),(9,634,1),(10,634,1),(17,634,1),(21,634,1),(29,634,2),(30,634,2),(31,634,2),(32,634,1),(33,634,1),(34,634,1),(36,634,1),(37,634,1),(38,634,1),(9,635,1),(10,635,1),(17,635,1),(21,635,1),(29,635,2),(30,635,2),(31,635,2),(32,635,1),(33,635,1),(34,635,1),(36,635,1),(37,635,1),(38,635,1),(9,636,1),(10,636,1),(17,636,1),(21,636,1),(22,636,3),(26,636,1),(27,636,1),(28,636,1),(29,636,2),(30,636,2),(31,636,2),(32,636,1),(33,636,1),(34,636,1),(36,636,1),(37,636,1),(38,636,1),(9,637,1),(10,637,1),(17,637,1),(21,637,1),(22,637,1),(29,637,2),(30,637,2),(31,637,2),(32,637,1),(33,637,1),(34,637,1),(36,637,1),(37,637,1),(38,637,1),(9,638,1),(10,638,1),(17,638,1),(18,638,3),(19,638,1),(20,638,1),(21,638,1),(22,638,4),(24,638,1),(26,638,1),(29,638,2),(30,638,2),(31,638,2),(32,638,1),(33,638,1),(34,638,1),(36,638,1),(37,638,1),(38,638,1),(9,640,2),(18,640,2),(19,640,2),(20,640,2),(31,640,2),(10,641,6),(10,643,6),(10,645,2),(11,645,2),(21,645,2),(22,645,2),(24,645,2),(25,645,2),(32,645,3),(10,646,2),(11,646,2),(21,646,2),(22,646,2),(24,646,2),(25,646,2),(32,646,2),(11,647,6),(11,648,6),(11,649,6),(11,650,6),(11,651,6),(11,652,13),(11,653,6),(11,654,6),(11,655,6),(11,656,6),(11,657,6),(11,658,13),(11,659,1),(11,660,1),(11,661,1),(18,661,1),(11,662,1),(18,662,1),(11,663,1),(19,663,2),(22,663,2),(24,663,1),(11,664,2),(19,664,2),(24,664,2),(26,664,1),(11,665,1),(11,666,1),(19,666,1),(24,666,1),(11,667,2),(11,668,2),(18,668,5),(19,668,2),(22,668,2),(24,668,2),(26,668,1),(11,669,2),(18,669,1),(19,669,2),(24,669,2),(26,669,1),(11,670,1),(11,671,2),(11,672,1),(19,672,1),(24,672,1),(26,672,1),(11,673,1),(18,673,1),(19,673,1),(24,673,1),(11,674,1),(18,674,1),(19,674,1),(24,674,1),(11,675,1),(11,676,1),(11,677,1),(11,678,1),(11,679,1),(11,680,1),(11,681,1),(19,681,1),(24,681,1),(11,682,1),(11,683,1),(11,684,1),(18,684,2),(11,685,1),(26,685,1),(11,686,1),(18,686,1),(19,686,2),(24,686,2),(26,686,1),(11,687,1),(18,687,1),(11,688,1),(20,688,1),(22,688,5),(11,689,1),(11,690,1),(20,690,1),(22,690,2),(11,691,1),(9,692,1),(10,692,1),(11,692,1),(17,692,1),(21,692,1),(25,692,1),(29,692,2),(30,692,2),(31,692,2),(32,692,1),(33,692,1),(34,692,1),(35,692,2),(36,692,1),(37,692,1),(38,692,1),(11,693,1),(26,693,1),(27,693,1),(28,693,1),(11,694,1),(22,694,1),(26,694,1),(27,694,1),(28,694,1),(9,695,1),(10,695,1),(11,695,1),(17,695,1),(21,695,1),(29,695,2),(30,695,2),(31,695,2),(32,695,1),(33,695,1),(34,695,1),(35,695,2),(36,695,1),(37,695,1),(38,695,1),(9,696,1),(10,696,1),(11,696,1),(17,696,1),(21,696,1),(26,696,3),(27,696,3),(28,696,3),(29,696,2),(30,696,2),(31,696,2),(32,696,1),(33,696,1),(34,696,1),(35,696,2),(36,696,1),(37,696,1),(38,696,1),(9,697,1),(10,697,1),(11,697,1),(17,697,1),(21,697,1),(26,697,1),(27,697,1),(28,697,1),(29,697,2),(30,697,2),(31,697,2),(32,697,1),(33,697,1),(34,697,1),(35,697,2),(36,697,1),(37,697,1),(38,697,1),(9,703,1),(10,703,1),(17,703,1),(20,703,1),(21,703,1),(22,703,2),(29,703,2),(30,703,2),(31,703,2),(32,703,1),(33,703,1),(34,703,1),(35,703,2),(36,703,1),(37,703,1),(38,703,1),(9,704,1),(10,704,1),(17,704,1),(21,704,1),(25,704,1),(29,704,2),(30,704,2),(31,704,2),(32,704,1),(33,704,1),(34,704,1),(35,704,2),(36,704,1),(37,704,1),(38,704,1),(9,705,1),(10,705,1),(17,705,1),(21,705,1),(25,705,1),(26,705,1),(27,705,1),(28,705,1),(29,705,2),(30,705,2),(31,705,2),(32,705,1),(33,705,1),(34,705,1),(35,705,2),(36,705,1),(37,705,1),(38,705,1),(9,706,1),(10,706,1),(17,706,1),(21,706,1),(29,706,2),(30,706,2),(31,706,2),(32,706,1),(33,706,1),(34,706,1),(35,706,2),(36,706,1),(37,706,1),(38,706,1),(9,707,1),(10,707,1),(17,707,1),(20,707,1),(21,707,1),(22,707,1),(29,707,2),(30,707,2),(31,707,2),(32,707,1),(33,707,1),(34,707,1),(35,707,2),(36,707,1),(37,707,1),(38,707,1),(9,708,1),(10,708,1),(17,708,1),(21,708,1),(26,708,1),(27,708,1),(28,708,1),(29,708,2),(30,708,2),(31,708,2),(32,708,1),(33,708,1),(34,708,1),(35,708,2),(36,708,1),(37,708,1),(38,708,1),(9,709,1),(10,709,1),(17,709,1),(21,709,1),(26,709,1),(27,709,1),(28,709,1),(29,709,2),(30,709,2),(31,709,2),(32,709,1),(33,709,1),(34,709,1),(35,709,2),(36,709,1),(37,709,1),(38,709,1),(9,710,7),(9,711,2),(18,711,2),(19,711,2),(20,711,2),(32,711,3),(36,711,3),(37,711,3),(38,711,3),(9,712,2),(18,712,2),(19,712,2),(20,712,2),(32,712,2),(36,712,2),(37,712,2),(38,712,2),(10,714,2),(11,714,2),(17,714,2),(26,714,2),(34,714,2),(35,714,3),(10,715,2),(11,715,2),(17,715,2),(26,715,2),(34,715,2),(35,715,2),(17,725,6),(17,726,6),(9,727,3),(10,727,3),(17,727,3),(18,727,3),(24,727,3),(25,727,3),(29,727,3),(32,727,3),(35,727,3),(36,727,3),(37,727,3),(38,727,3),(9,728,3),(10,728,3),(17,728,3),(18,728,3),(24,728,3),(25,728,3),(29,728,3),(32,728,3),(35,728,3),(36,728,3),(37,728,3),(38,728,3),(17,729,2),(30,729,3),(33,729,3),(9,730,3),(10,730,3),(17,730,3),(18,730,3),(24,730,3),(25,730,3),(29,730,3),(32,730,3),(35,730,3),(36,730,3),(37,730,3),(38,730,3),(17,731,2),(30,731,2),(33,731,2),(18,732,6),(19,732,6),(20,732,6),(18,733,6),(18,734,1),(19,734,1),(24,734,1),(18,735,1),(18,736,1),(18,737,1),(18,738,1),(18,739,2),(19,739,1),(22,739,2),(24,739,1),(18,740,2),(18,741,2),(20,741,1),(18,742,2),(18,743,3),(18,744,1),(18,745,3),(18,746,1),(18,747,1),(18,748,4),(18,749,2),(19,749,1),(24,749,1),(18,750,1),(18,751,2),(19,751,2),(24,751,2),(18,752,1),(18,753,1),(18,754,2),(19,754,1),(24,754,1),(18,755,2),(19,755,2),(22,755,2),(24,755,2),(18,756,2),(18,757,1),(18,758,1),(18,759,2),(18,760,1),(18,761,1),(18,762,1),(18,763,1),(18,764,2),(19,764,1),(22,764,1),(24,764,1),(18,765,2),(22,765,1),(18,766,1),(18,767,1),(18,768,1),(18,769,1),(18,770,2),(19,770,1),(20,770,1),(22,770,2),(24,770,1),(18,771,1),(18,772,1),(18,773,1),(18,774,1),(18,775,1),(22,775,1),(18,776,1),(18,777,1),(18,778,1),(18,779,1),(22,779,1),(18,780,1),(18,781,1),(18,782,1),(18,783,1),(18,784,1),(18,785,1),(18,786,1),(18,787,1),(18,788,1),(18,789,1),(18,790,1),(18,791,2),(18,792,1),(20,792,1),(18,793,1),(18,794,1),(20,794,2),(18,795,1),(32,795,1),(33,795,1),(34,795,1),(35,795,1),(36,795,1),(37,795,1),(38,795,1),(18,796,1),(18,797,1),(18,798,1),(18,799,1),(19,799,2),(24,799,2),(18,800,1),(18,801,1),(18,802,2),(18,803,2),(22,803,1),(18,804,2),(18,805,1),(18,806,1),(18,807,1),(18,808,1),(20,808,2),(18,809,1),(18,810,1),(18,811,1),(18,812,1),(18,813,1),(19,813,1),(24,813,1),(18,814,1),(18,815,1),(19,815,1),(24,815,1),(18,816,1),(18,817,6),(19,817,6),(20,817,6),(18,818,6),(19,819,6),(34,819,7),(19,820,7),(24,820,1),(19,821,6),(19,822,6),(20,822,6),(19,823,1),(24,823,1),(19,824,1),(20,824,1),(24,824,1),(19,825,1),(22,825,1),(24,825,1),(19,826,1),(24,826,1),(26,826,1),(30,826,1),(31,826,1),(32,826,1),(33,826,1),(34,826,1),(35,826,1),(36,826,1),(37,826,1),(38,826,1),(19,827,1),(24,827,1),(19,828,1),(24,828,1),(19,829,2),(20,829,1),(24,829,2),(19,830,1),(22,830,1),(24,830,1),(19,831,4),(22,831,1),(24,831,10),(19,832,1),(22,832,1),(24,832,1),(19,833,1),(24,833,7),(19,834,1),(22,834,1),(24,834,1),(19,835,1),(24,835,1),(19,836,3),(24,836,3),(19,837,1),(24,837,1),(19,838,1),(24,838,1),(19,839,1),(24,839,1),(19,840,1),(24,840,1),(19,841,2),(24,841,2),(19,842,1),(24,842,1),(19,843,1),(24,843,1),(19,844,2),(22,844,2),(24,844,2),(19,845,1),(24,845,1),(19,846,1),(20,846,1),(24,846,1),(19,847,1),(20,847,1),(24,847,1),(19,848,1),(24,848,1),(19,849,1),(24,849,1),(19,850,1),(24,850,1),(19,851,1),(24,851,1),(26,851,1),(19,852,1),(24,852,1),(19,853,1),(24,853,1),(19,854,1),(24,854,1),(19,855,1),(24,855,1),(19,856,1),(24,856,1),(19,857,1),(24,857,1),(19,858,1),(20,858,1),(22,858,2),(24,858,1),(19,859,1),(24,859,1),(19,860,1),(24,860,1),(19,861,1),(24,861,1),(19,862,1),(24,862,1),(19,863,1),(24,863,1),(19,864,6),(34,864,6),(19,865,6),(19,866,6),(19,867,6),(20,867,6),(20,868,13),(22,868,1),(35,868,3),(20,869,7),(20,870,1),(20,871,1),(20,872,1),(20,873,1),(22,873,1),(20,874,1),(20,875,1),(20,876,1),(20,877,1),(20,878,1),(22,878,1),(20,879,1),(22,879,1),(20,880,1),(20,881,1),(20,882,1),(20,883,1),(22,883,1),(20,884,1),(20,885,1),(20,886,1),(20,887,1),(20,888,1),(20,889,1),(26,889,1),(20,890,1),(20,891,1),(20,892,1),(20,893,1),(20,894,1),(20,895,1),(20,896,1),(20,897,1),(20,898,1),(20,899,1),(20,900,1),(20,901,1),(20,902,2),(22,902,2),(20,903,1),(20,904,1),(20,905,1),(20,906,1),(20,907,1),(20,908,1),(20,909,1),(20,910,2),(20,911,2),(22,911,1),(26,911,1),(20,912,1),(20,913,2),(22,913,1),(20,914,1),(20,915,1),(22,915,12),(20,916,1),(22,916,1),(20,917,1),(22,917,1),(20,918,1),(20,919,1),(20,920,1),(20,921,1),(20,922,1),(20,923,1),(20,924,1),(20,925,1),(20,926,1),(20,927,1),(20,928,1),(20,929,1),(22,929,1),(20,930,1),(20,931,1),(20,932,1),(20,933,1),(20,934,1),(20,935,1),(20,936,1),(20,937,1),(20,938,1),(22,938,1),(20,939,1),(22,939,1),(20,940,9),(35,940,3),(20,941,6),(19,942,3),(24,942,9),(21,943,7),(22,943,6),(24,943,6),(21,944,7),(21,945,6),(22,945,6),(24,945,6),(21,946,6),(30,946,6),(31,946,6),(21,947,6),(21,948,2),(22,948,2),(24,948,2),(25,948,8),(30,948,2),(31,948,2),(21,949,2),(22,949,2),(24,949,2),(25,949,8),(30,949,2),(31,949,2),(22,950,6),(22,951,6),(22,952,6),(24,952,6),(33,952,7),(38,952,7),(22,953,1),(22,954,1),(22,955,1),(22,956,2),(22,957,6),(26,957,1),(27,957,1),(28,957,1),(22,958,4),(22,959,3),(22,960,1),(22,961,1),(22,962,1),(22,963,1),(22,964,1),(22,965,3),(22,966,1),(22,967,1),(22,968,1),(22,969,1),(22,970,1),(22,971,1),(22,972,1),(26,972,1),(22,973,1),(22,974,1),(22,975,4),(22,976,2),(22,977,1),(22,978,1),(22,979,1),(22,980,2),(22,981,1),(22,982,1),(22,983,1),(22,984,1),(22,985,2),(22,986,1),(22,987,1),(22,988,1),(22,989,1),(22,990,1),(22,991,1),(22,992,1),(22,993,2),(22,994,1),(22,995,2),(22,996,1),(22,997,1),(22,998,1),(22,999,1),(22,1000,1),(22,1001,1),(22,1002,1),(22,1003,2),(26,1003,1),(27,1003,1),(28,1003,1),(22,1004,1),(22,1005,1),(22,1006,1),(22,1007,1),(22,1008,1),(22,1009,1),(22,1010,1),(22,1011,1),(22,1012,1),(22,1013,1),(22,1014,2),(22,1015,1),(22,1016,1),(22,1017,1),(22,1018,1),(22,1019,1),(22,1020,1),(22,1021,1),(22,1022,1),(22,1023,2),(26,1023,1),(27,1023,1),(28,1023,1),(22,1024,1),(22,1025,1),(22,1026,1),(22,1027,1),(22,1028,2),(22,1029,1),(22,1030,1),(22,1031,1),(22,1032,1),(22,1033,1),(22,1034,1),(22,1035,1),(22,1036,1),(22,1037,1),(22,1038,1),(22,1039,1),(22,1040,1),(22,1041,1),(22,1042,1),(22,1043,1),(22,1044,1),(22,1045,1),(22,1046,1),(22,1047,1),(22,1048,6),(22,1049,6),(22,1050,6),(24,1050,6),(33,1050,6),(38,1050,6),(24,1051,6),(24,1052,1),(24,1053,6),(24,1054,6),(25,1055,6),(25,1056,7),(35,1056,1),(25,1057,6),(34,1057,7),(25,1058,1),(25,1060,6),(25,1061,6),(25,1062,6),(34,1062,6),(26,1063,8),(26,1064,12),(27,1064,11),(29,1064,11),(32,1064,10),(33,1064,7),(36,1064,7),(38,1064,7),(26,1065,8),(33,1065,7),(26,1066,8),(30,1066,8),(31,1066,2),(36,1066,7),(26,1067,1),(27,1067,1),(28,1067,1),(26,1068,1),(27,1068,1),(28,1068,1),(26,1069,1),(27,1069,1),(28,1069,1),(26,1070,1),(27,1070,1),(28,1070,1),(26,1071,1),(27,1071,1),(28,1071,1),(26,1072,1),(27,1072,1),(28,1072,1),(26,1073,1),(27,1073,1),(28,1073,1),(26,1074,2),(27,1074,1),(28,1074,1),(26,1075,2),(26,1076,1),(26,1077,1),(26,1078,1),(30,1078,1),(31,1078,1),(32,1078,1),(33,1078,1),(34,1078,1),(35,1078,1),(36,1078,1),(37,1078,1),(38,1078,1),(26,1079,3),(26,1080,1),(30,1080,1),(31,1080,1),(32,1080,1),(33,1080,1),(34,1080,1),(35,1080,1),(36,1080,1),(37,1080,1),(38,1080,1),(26,1081,1),(26,1082,1),(26,1083,1),(26,1084,1),(30,1084,1),(31,1084,1),(32,1084,1),(33,1084,1),(34,1084,1),(35,1084,1),(36,1084,1),(37,1084,1),(38,1084,1),(26,1085,1),(26,1086,1),(26,1087,1),(26,1088,1),(26,1089,1),(27,1089,1),(28,1089,1),(26,1090,1),(27,1090,1),(28,1090,1),(26,1091,1),(27,1091,1),(28,1091,1),(26,1092,6),(26,1093,9),(27,1093,9),(29,1093,9),(32,1093,9),(33,1093,6),(36,1093,6),(38,1093,6),(26,1094,6),(33,1094,6),(26,1095,6),(30,1095,6),(36,1095,6),(26,1096,2),(27,1097,8),(27,1098,8),(32,1098,7),(36,1098,7),(27,1099,8),(27,1100,6),(27,1101,6),(32,1101,6),(36,1101,6),(27,1102,6),(27,1103,2),(37,1103,3),(38,1103,3),(27,1104,2),(29,1104,2),(27,1105,2),(37,1105,2),(38,1105,2),(27,1106,2),(29,1106,2),(28,1107,8),(28,1108,8),(28,1109,8),(28,1110,8),(28,1111,1),(28,1112,6),(28,1113,6),(28,1114,6),(28,1115,6),(28,1116,2),(28,1117,2),(28,1118,2),(28,1119,2),(29,1120,8),(29,1121,8),(38,1121,7),(29,1122,8),(29,1123,6),(29,1124,6),(38,1124,6),(29,1125,6),(29,1126,2),(29,1127,2),(30,1128,8),(31,1128,2),(30,1129,1),(31,1129,1),(32,1129,1),(33,1129,1),(34,1129,1),(35,1129,1),(36,1129,1),(37,1129,1),(38,1129,1),(30,1130,1),(31,1130,1),(30,1131,6),(31,1132,8),(31,1133,8),(31,1134,6),(31,1135,6),(32,1136,7),(32,1137,7),(32,1138,1),(33,1138,1),(34,1138,1),(35,1138,1),(36,1138,1),(37,1138,1),(38,1138,1),(32,1139,6),(32,1140,6),(33,1141,7),(33,1142,3),(33,1143,6),(33,1144,2),(34,1145,7),(34,1146,7),(34,1147,3),(35,1147,3),(34,1148,1),(34,1149,6),(34,1150,6),(34,1151,2),(35,1151,2),(35,1152,7),(35,1153,7),(35,1154,7),(35,1155,7),(35,1156,7),(35,1157,1),(35,1158,6),(35,1159,6),(35,1160,6),(35,1161,6),(35,1162,6),(36,1163,7),(36,1164,3),(36,1165,6),(36,1166,2),(37,1167,7),(37,1168,7),(37,1169,7),(37,1170,7),(37,1171,6),(37,1172,6),(37,1173,6),(37,1174,6),(38,1175,7),(38,1176,6);
/*!40000 ALTER TABLE `tv_search_index` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_search_word`
--

DROP TABLE IF EXISTS `tv_search_word`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_search_word` (
  `id_word` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_shop` int(11) unsigned NOT NULL DEFAULT '1',
  `id_lang` int(10) unsigned NOT NULL,
  `word` varchar(15) NOT NULL,
  PRIMARY KEY (`id_word`),
  UNIQUE KEY `id_lang` (`id_lang`,`id_shop`,`word`)
) ENGINE=InnoDB AUTO_INCREMENT=1177 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_search_word`
--

LOCK TABLES `tv_search_word` WRITE;
/*!40000 ALTER TABLE `tv_search_word` DISABLE KEYS */;
INSERT INTO `tv_search_word` VALUES (1029,1,1,'1315'),(1086,1,1,'168'),(1116,1,1,'175'),(1111,1,1,'1756514'),(1107,1,1,'17565tr14'),(1126,1,1,'185'),(1120,1,1,'18565hr15'),(990,1,1,'1900s'),(884,1,1,'1931'),(1103,1,1,'195'),(1167,1,1,'19545vr16'),(1175,1,1,'19555wr16'),(1097,1,1,'19565hr15'),(912,1,1,'1988'),(621,1,1,'205'),(1132,1,1,'20550wr17'),(710,1,1,'2055516'),(732,1,1,'20555vr16'),(1164,1,1,'215'),(1163,1,1,'21555wr16'),(645,1,1,'225'),(641,1,1,'2254018'),(647,1,1,'22540wr18'),(1055,1,1,'22545'),(943,1,1,'22545wr17'),(1136,1,1,'22555wr16'),(729,1,1,'235'),(1141,1,1,'23535wr19'),(725,1,1,'2354018'),(1128,1,1,'23545wr17'),(1079,1,1,'245'),(1063,1,1,'24540wr18'),(1147,1,1,'255'),(1152,1,1,'25535wr18'),(1145,1,1,'25535yr18'),(1110,1,1,'82t'),(1170,1,1,'84v'),(1122,1,1,'88h'),(1156,1,1,'90w'),(1099,1,1,'91h'),(822,1,1,'91v'),(952,1,1,'91w'),(651,1,1,'92w'),(1133,1,1,'93w'),(944,1,1,'94w'),(1057,1,1,'94y'),(1066,1,1,'97w'),(1137,1,1,'99w'),(753,1,1,'absorption'),(650,1,1,'ac01'),(874,1,1,'achieving'),(968,1,1,'affordability'),(971,1,1,'ahead'),(780,1,1,'air'),(636,1,1,'all'),(678,1,1,'allows'),(1031,1,1,'alloy'),(916,1,1,'american'),(843,1,1,'any'),(975,1,1,'are'),(810,1,1,'area'),(979,1,1,'areas'),(1082,1,1,'aspect'),(961,1,1,'attention'),(903,1,1,'automobile'),(1002,1,1,'automobiles'),(1044,1,1,'avail'),(796,1,1,'avoids'),(883,1,1,'back'),(695,1,1,'balance'),(1091,1,1,'balancing'),(967,1,1,'bank'),(789,1,1,'bead'),(969,1,1,'because'),(908,1,1,'become'),(925,1,1,'becoming'),(1072,1,1,'been'),(862,1,1,'behind'),(1005,1,1,'being'),(830,1,1,'benefits'),(816,1,1,'better'),(792,1,1,'between'),(910,1,1,'biggest'),(660,1,1,'blend'),(743,1,1,'blocks'),(987,1,1,'blue'),(679,1,1,'both'),(803,1,1,'braking'),(1023,1,1,'brand'),(868,1,1,'bridgestone'),(955,1,1,'bring'),(1153,1,1,'bst'),(633,1,1,'budget'),(999,1,1,'buggies'),(892,1,1,'business'),(996,1,1,'bygone'),(959,1,1,'can'),(972,1,1,'car'),(690,1,1,'cars'),(728,1,1,'categories'),(1014,1,1,'category'),(649,1,1,'cdrive'),(800,1,1,'center'),(758,1,1,'channel'),(1015,1,1,'choose'),(1077,1,1,'class'),(790,1,1,'closer'),(741,1,1,'comfort'),(828,1,1,'comfortable'),(861,1,1,'comforting'),(689,1,1,'compact'),(928,1,1,'companies'),(902,1,1,'company'),(661,1,1,'compound'),(1069,1,1,'condition'),(824,1,1,'conditions'),(791,1,1,'contact'),(768,1,1,'containing'),(1046,1,1,'convenient'),(854,1,1,'cost'),(1033,1,1,'covering'),(932,1,1,'created'),(978,1,1,'crucial'),(767,1,1,'days'),(850,1,1,'decreased'),(786,1,1,'decreases'),(935,1,1,'dedicated'),(1020,1,1,'deliver'),(773,1,1,'densely'),(684,1,1,'design'),(687,1,1,'designed'),(891,1,1,'development'),(1088,1,1,'diameter'),(708,1,1,'disposal'),(964,1,1,'distances'),(922,1,1,'distinct'),(1004,1,1,'distinction'),(774,1,1,'distributed'),(744,1,1,'distribution'),(742,1,1,'diverse'),(819,1,1,'dlp'),(756,1,1,'drainage'),(765,1,1,'drive'),(755,1,1,'driving'),(739,1,1,'dry'),(831,1,1,'dunlop'),(876,1,1,'durability'),(1109,1,1,'duragrip'),(989,1,1,'early'),(1052,1,1,'eatures'),(631,1,1,'economicaly'),(675,1,1,'economy'),(851,1,1,'efficiency'),(776,1,1,'efficiently'),(1090,1,1,'electronic'),(736,1,1,'elevate'),(781,1,1,'emission'),(1011,1,1,'encompassing'),(897,1,1,'english'),(813,1,1,'enhanced'),(751,1,1,'enhances'),(878,1,1,'enjoy'),(838,1,1,'enjoyable'),(748,1,1,'ensures'),(707,1,1,'environmental'),(1008,1,1,'equipment'),(997,1,1,'era'),(733,1,1,'evergreen'),(847,1,1,'excellent'),(977,1,1,'exceptional'),(906,1,1,'expanded'),(836,1,1,'experience'),(685,1,1,'external'),(1035,1,1,'family'),(663,1,1,'features'),(1058,1,1,'federal'),(848,1,1,'feel'),(973,1,1,'fire'),(915,1,1,'firestone'),(1007,1,1,'first'),(1032,1,1,'fitments'),(705,1,1,'fitted'),(694,1,1,'fitting'),(871,1,1,'flagship'),(797,1,1,'flying'),(688,1,1,'for'),(804,1,1,'force'),(1009,1,1,'ford'),(882,1,1,'founded'),(893,1,1,'founder'),(981,1,1,'friendliness'),(950,1,1,'fstone'),(664,1,1,'fuel'),(1059,1,1,'fullu'),(704,1,1,'fully'),(956,1,1,'fun'),(886,1,1,'future'),(933,1,1,'global'),(918,1,1,'good'),(905,1,1,'grew'),(669,1,1,'grip'),(759,1,1,'grooves'),(1108,1,1,'gyear'),(799,1,1,'handling'),(875,1,1,'harmony'),(1003,1,1,'has'),(929,1,1,'have'),(825,1,1,'high'),(937,1,1,'highest'),(899,1,1,'his'),(923,1,1,'history'),(620,1,1,'home'),(691,1,1,'hybrids'),(840,1,1,'improved'),(674,1,1,'improves'),(1030,1,1,'inch'),(693,1,1,'include'),(706,1,1,'includes'),(754,1,1,'increases'),(1081,1,1,'index'),(904,1,1,'industry'),(793,1,1,'inflated'),(890,1,1,'international'),(853,1,1,'into'),(783,1,1,'irregular'),(895,1,1,'ishibashi'),(1067,1,1,'item'),(920,1,1,'its'),(909,1,1,'japan'),(983,1,1,'japanese'),(907,1,1,'kind'),(1064,1,1,'landsail'),(988,1,1,'launched'),(924,1,1,'led'),(858,1,1,'levels'),(682,1,1,'light'),(1000,1,1,'like'),(1080,1,1,'load'),(666,1,1,'long'),(680,1,1,'longer'),(671,1,1,'low'),(1098,1,1,'ls288'),(1121,1,1,'ls388'),(1065,1,1,'ls988'),(880,1,1,'ltd'),(779,1,1,'made'),(984,1,1,'major'),(835,1,1,'making'),(802,1,1,'maneuverability'),(738,1,1,'manipulation'),(974,1,1,'manufactured'),(911,1,1,'manufacturer'),(888,1,1,'market'),(1085,1,1,'max'),(760,1,1,'maximizes'),(1034,1,1,'medium'),(1051,1,1,'mfs'),(676,1,1,'micro'),(667,1,1,'mileage'),(1047,1,1,'mobile'),(1026,1,1,'money'),(837,1,1,'more'),(1073,1,1,'mounted'),(1087,1,1,'mph'),(1028,1,1,'multihawk'),(901,1,1,'name'),(659,1,1,'nano'),(1071,1,1,'never'),(696,1,1,'new'),(686,1,1,'noise'),(778,1,1,'noises'),(982,1,1,'now'),(976,1,1,'offer'),(634,1,1,'offering'),(841,1,1,'offers'),(777,1,1,'offset'),(926,1,1,'one'),(805,1,1,'operating'),(757,1,1,'optimal'),(785,1,1,'order'),(1043,1,1,'orders'),(985,1,1,'original'),(1041,1,1,'other'),(1045,1,1,'our'),(992,1,1,'out'),(921,1,1,'own'),(630,1,1,'p609'),(832,1,1,'part'),(889,1,1,'passenger'),(734,1,1,'pattern'),(771,1,1,'pavement'),(812,1,1,'pavements'),(839,1,1,'peaceful'),(638,1,1,'performance'),(784,1,1,'pitch'),(1042,1,1,'place'),(994,1,1,'pneumatic'),(1036,1,1,'popular'),(887,1,1,'potential'),(692,1,1,'price'),(632,1,1,'priced'),(1089,1,1,'prices'),(936,1,1,'producing'),(727,1,1,'products'),(1129,1,1,'profile'),(1022,1,1,'promise'),(763,1,1,'promises'),(662,1,1,'provides'),(914,1,1,'purchased'),(1027,1,1,'purchases'),(938,1,1,'quality'),(762,1,1,'quickly'),(827,1,1,'quiet'),(1016,1,1,'quite'),(1117,1,1,'r14'),(1104,1,1,'r15'),(711,1,1,'r16'),(948,1,1,'r17'),(714,1,1,'r18'),(1142,1,1,'r19'),(766,1,1,'rainy'),(873,1,1,'range'),(617,1,1,'rapid'),(1084,1,1,'rating'),(1083,1,1,'ratio'),(1154,1,1,'re050a1'),(885,1,1,'realising'),(635,1,1,'reasonable'),(963,1,1,'reduced'),(834,1,1,'reduces'),(857,1,1,'reduction'),(877,1,1,'relax'),(1019,1,1,'reliable'),(1037,1,1,'replacement'),(919,1,1,'reputation'),(673,1,1,'resistance'),(954,1,1,'response'),(859,1,1,'results'),(1155,1,1,'rft'),(821,1,1,'rhd'),(801,1,1,'rib'),(829,1,1,'ride'),(795,1,1,'rim'),(1130,1,1,'rimsize'),(809,1,1,'road'),(740,1,1,'roads'),(672,1,1,'rolling'),(637,1,1,'round'),(808,1,1,'rubber'),(856,1,1,'run'),(1056,1,1,'runflat'),(764,1,1,'safe'),(842,1,1,'safer'),(770,1,1,'safety'),(1013,1,1,'saloons'),(665,1,1,'saving'),(855,1,1,'savings'),(939,1,1,'service'),(752,1,1,'shock'),(894,1,1,'shojiro'),(1038,1,1,'shopper'),(772,1,1,'silence'),(860,1,1,'silent'),(677,1,1,'silica'),(769,1,1,'silicon'),(782,1,1,'simulated'),(930,1,1,'since'),(1138,1,1,'size'),(761,1,1,'slip'),(775,1,1,'small'),(1169,1,1,'sn3630'),(746,1,1,'softness'),(820,1,1,'sp01'),(788,1,1,'special'),(735,1,1,'specially'),(1068,1,1,'specifics'),(826,1,1,'speed'),(1146,1,1,'spmaxx'),(833,1,1,'sport'),(806,1,1,'stability'),(991,1,1,'starting'),(815,1,1,'steering'),(811,1,1,'sticking'),(1039,1,1,'stocks'),(953,1,1,'street'),(750,1,1,'strength'),(966,1,1,'stress'),(980,1,1,'such'),(1076,1,1,'summer'),(1168,1,1,'sunny'),(670,1,1,'super'),(681,1,1,'superb'),(993,1,1,'supplier'),(1017,1,1,'sure'),(844,1,1,'surface'),(900,1,1,'surname'),(1012,1,1,'suvs'),(951,1,1,'sz90'),(869,1,1,'t001'),(934,1,1,'team'),(846,1,1,'technology'),(957,1,1,'that'),(931,1,1,'then'),(1018,1,1,'these'),(913,1,1,'they'),(703,1,1,'this'),(849,1,1,'thus'),(794,1,1,'tire'),(798,1,1,'toe'),(845,1,1,'touch'),(872,1,1,'touring'),(737,1,1,'traction'),(1001,1,1,'transition'),(852,1,1,'translating'),(898,1,1,'translation'),(749,1,1,'tread'),(986,1,1,'true'),(960,1,1,'truly'),(870,1,1,'turanza'),(1075,1,1,'type'),(618,1,1,'tyre'),(626,1,1,'tyres'),(1024,1,1,'undoubtedly'),(1070,1,1,'unused'),(814,1,1,'upgrade'),(745,1,1,'upgrades'),(896,1,1,'used'),(970,1,1,'usp'),(1025,1,1,'value'),(697,1,1,'valve'),(823,1,1,'various'),(709,1,1,'vat'),(1074,1,1,'vehicle'),(995,1,1,'vehicles'),(1006,1,1,'very'),(787,1,1,'vibration'),(998,1,1,'wagons'),(881,1,1,'was'),(962,1,1,'way'),(683,1,1,'weight'),(1040,1,1,'well'),(668,1,1,'wet'),(1021,1,1,'what'),(879,1,1,'whatever'),(863,1,1,'wheel'),(747,1,1,'while'),(1010,1,1,'wide'),(807,1,1,'wider'),(1078,1,1,'width'),(917,1,1,'with'),(927,1,1,'world'),(1157,1,1,'yes'),(648,1,1,'yoko'),(652,1,1,'yokohama'),(958,1,1,'you'),(965,1,1,'your'),(1148,1,1,'yr18'),(1118,1,2,'175'),(1112,1,2,'17565tr14'),(1127,1,2,'185'),(1123,1,2,'18565hr15'),(1105,1,2,'195'),(1171,1,2,'19545vr16'),(1176,1,2,'19555wr16'),(1100,1,2,'19565hr15'),(640,1,2,'205'),(1134,1,2,'20550wr17'),(624,1,2,'2055516'),(817,1,2,'20555vr16'),(1166,1,2,'215'),(1165,1,2,'21555wr16'),(646,1,2,'225'),(643,1,2,'2254018'),(653,1,2,'22540wr18'),(1060,1,2,'22545'),(945,1,2,'22545wr17'),(1139,1,2,'22555wr16'),(731,1,2,'235'),(1143,1,2,'23535wr19'),(726,1,2,'2354018'),(1131,1,2,'23545wr17'),(1096,1,2,'245'),(1092,1,2,'24540wr18'),(1151,1,2,'255'),(1158,1,2,'25535wr18'),(1149,1,2,'25535yr18'),(1115,1,2,'82t'),(1174,1,2,'84v'),(1125,1,2,'88h'),(1162,1,2,'90w'),(1102,1,2,'91h'),(867,1,2,'91v'),(1050,1,2,'91w'),(657,1,2,'92w'),(1135,1,2,'93w'),(947,1,2,'94w'),(1062,1,2,'94y'),(1095,1,2,'97w'),(1140,1,2,'99w'),(656,1,2,'ac01'),(940,1,2,'bridgestone'),(1159,1,2,'bst'),(655,1,2,'cdrive'),(864,1,2,'dlp'),(942,1,2,'dunlop'),(1114,1,2,'duragrip'),(818,1,2,'evergreen'),(1048,1,2,'fstone'),(1113,1,2,'gyear'),(625,1,2,'home'),(1093,1,2,'landsail'),(1101,1,2,'ls288'),(1124,1,2,'ls388'),(1094,1,2,'ls988'),(1054,1,2,'mfs'),(946,1,2,'p609'),(730,1,2,'products'),(1119,1,2,'r14'),(1106,1,2,'r15'),(712,1,2,'r16'),(949,1,2,'r17'),(715,1,2,'r18'),(1144,1,2,'r19'),(622,1,2,'rapid'),(1160,1,2,'re050a1'),(1161,1,2,'rft'),(866,1,2,'rhd'),(1061,1,2,'runflat'),(1173,1,2,'sn3630'),(865,1,2,'sp01'),(1150,1,2,'spmaxx'),(1053,1,2,'sport'),(1172,1,2,'sunny'),(1049,1,2,'sz90'),(941,1,2,'t001'),(623,1,2,'tyre'),(627,1,2,'tyres'),(654,1,2,'yoko'),(658,1,2,'yokohama');
/*!40000 ALTER TABLE `tv_search_word` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_sekeyword`
--

DROP TABLE IF EXISTS `tv_sekeyword`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_sekeyword` (
  `id_sekeyword` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_shop` int(10) unsigned NOT NULL DEFAULT '1',
  `id_shop_group` int(10) unsigned NOT NULL DEFAULT '1',
  `keyword` varchar(256) NOT NULL,
  `date_add` datetime NOT NULL,
  PRIMARY KEY (`id_sekeyword`)
) ENGINE=InnoDB AUTO_INCREMENT=322 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_sekeyword`
--

LOCK TABLES `tv_sekeyword` WRITE;
/*!40000 ALTER TABLE `tv_sekeyword` DISABLE KEYS */;
INSERT INTO `tv_sekeyword` VALUES (1,1,1,'tyres blackburn','2013-12-11 21:49:18'),(2,1,1,'part worn tyres','2013-12-13 13:01:23'),(3,1,1,'ms tyre blackburn','2013-12-16 10:51:18'),(4,1,1,'tyres-blackburn','2013-12-31 11:25:10'),(5,1,1,'tyres blakburn','2014-01-02 10:27:25'),(6,1,1,'m s tyres blackburn','2014-01-03 14:37:00'),(7,1,1,'tyres','2014-01-06 10:19:05'),(8,1,1,'ms tyres blackburn','2014-01-14 11:23:00'),(9,1,1,'ms tyres','2014-01-18 12:34:37'),(10,1,1,'ms tyres','2014-01-18 12:38:08'),(11,1,1,'ms tyres','2014-01-18 12:38:08'),(12,1,1,'ms tyres blackburn, blackburn','2014-01-22 13:01:02'),(13,1,1,'tyres near me','2014-01-22 13:04:53'),(14,1,1,'www.webmailinfo@msstyres.com','2014-01-29 06:33:36'),(15,1,1,'tyres, blackburn','2014-01-30 11:53:04'),(16,1,1,'tyres','2014-01-30 19:45:51'),(17,1,1,'blackburn tyre centre','2014-02-05 19:36:44'),(18,1,1,'ms tyres','2014-02-06 08:59:56'),(19,1,1,'rapid p609 tyres manufactures','2014-02-06 23:32:09'),(20,1,1,'ms tyres','2014-02-09 16:30:48'),(21,1,1,'tyres','2014-02-09 18:08:27'),(22,1,1,'http://www.mstyresblackburn.co.uk/','2014-02-24 12:14:27'),(23,1,1,'tyres','2014-02-26 08:07:02'),(24,1,1,'cheap part worn tyres, blackburn','2014-02-27 10:00:27'),(25,1,1,'car tyres blackburn','2014-03-06 15:53:16'),(26,1,1,'m.s. tyres whitebirk blackburn','2014-03-12 10:56:34'),(27,1,1,'wheel alignment blackburn','2014-03-13 15:31:06'),(28,1,1,'wheel alignment blackburn','2014-03-13 15:33:46'),(29,1,1,'wheel alignment blackburn','2014-03-13 15:52:09'),(30,1,1,'wheel alignment blackburn','2014-03-13 16:06:07'),(31,1,1,'continental tyers blackburn','2014-03-17 09:56:38'),(32,1,1,'m & s tyres blackburn','2014-03-17 15:43:10'),(33,1,1,'tyres in blackburn','2014-03-22 19:55:16'),(34,1,1,'four wheel alignment rally blackburn','2014-03-23 15:52:01'),(35,1,1,'ms tyres','2014-03-24 09:28:14'),(36,1,1,'rapid p609 97w x/l','2014-03-28 16:20:48'),(37,1,1,'ip:109.75.160.9 .php?','2014-04-06 19:37:18'),(38,1,1,'tyres blackburn whitebirk','2014-04-08 13:01:19'),(39,1,1,'ms tyres','2014-04-08 17:52:32'),(40,1,1,'tyres blackburn','2014-04-26 13:00:46'),(41,1,1,'tyres blackburn','2014-04-27 14:36:21'),(42,1,1,'ms tyre blackburn','2014-04-29 12:42:56'),(43,1,1,'ms tyres in blackburn','2014-05-01 07:51:27'),(44,1,1,'225 50 17 blackburn tyres','2014-05-01 12:37:19'),(45,1,1,'tyres blackburn','2014-05-01 16:55:30'),(46,1,1,'part worn tyres blackburn','2014-05-07 10:40:03'),(47,1,1,'tyres in blackburn','2014-05-08 19:44:35'),(48,1,1,'part worn tyres blackburn','2014-05-09 11:55:47'),(49,1,1,'ip:109.75.160.9 php id=','2014-05-09 13:45:59'),(50,1,1,'ip:109.75.160.9 php id=','2014-05-09 13:46:00'),(51,1,1,'tyres blackburn','2014-05-09 18:18:45'),(52,1,1,'tyres blackburn','2014-05-09 18:20:47'),(53,1,1,'tyres blackburn','2014-05-09 18:20:51'),(54,1,1,'tyres blckburn','2014-05-19 22:49:03'),(55,1,1,'m s tyres blackburn','2014-05-24 08:45:54'),(56,1,1,'tyres blackburn','2014-05-27 10:21:28'),(57,1,1,'tyres blackburn','2014-05-27 10:23:52'),(58,1,1,'rapid tyres 205 55 16','2014-05-29 20:09:00'),(59,1,1,'tyres blackburn','2014-06-02 09:28:45'),(60,1,1,'rapid p609xl','2014-06-02 09:52:34'),(61,1,1,'rapid p609xl','2014-06-02 09:53:15'),(62,1,1,'mobile service loc :preston','2014-06-02 13:29:20'),(63,1,1,'instreamset:(url):\"index.php?id=\" ip:109.75.160.9','2014-06-05 15:52:30'),(64,1,1,'ms blackbourn','2014-06-11 19:32:20'),(65,1,1,'tyres rishton','2014-06-16 18:29:07'),(66,1,1,'mobile tyre repair','2014-06-17 10:37:15'),(67,1,1,'rapid p609 225 45 r17  tyres','2014-06-22 19:53:08'),(68,1,1,'rapid p609 225 45 17 cena','2014-06-22 20:22:55'),(69,1,1,'tyres blackburn','2014-06-25 14:47:41'),(70,1,1,'rapid p609 xl new tyres  225 45 17','2014-06-26 21:26:34'),(71,1,1,'ms tyres blackburn','2014-06-28 10:34:36'),(72,1,1,'tyre shops blackburn','2014-06-30 20:37:28'),(73,1,1,'235/40wr18 97w landsail ocena','2014-06-30 23:20:03'),(74,1,1,'www.mstyresblackburn.co.uk','2014-07-21 22:56:39'),(75,1,1,'www.mstyresblackburn.co.uk','2014-07-22 04:26:47'),(76,1,1,'rapid p609 tyres 225 45 17','2014-07-29 11:49:38'),(77,1,1,'rapid p609 tyres 225 45 17','2014-07-29 11:58:33'),(78,1,1,'http://mycommunityshop.com/index.php?id_product=1&controller=product&id_lang=1','2014-08-01 07:41:38'),(79,1,1,'www.mstyresblackburn.co.uk','2014-08-04 11:57:33'),(80,1,1,'www.mstyresblackburn.co.uk','2014-08-04 12:01:19'),(81,1,1,'rapid p609 tyres 235 45 16','2014-08-05 23:09:03'),(82,1,1,'tyres blackburn','2014-08-07 12:38:42'),(83,1,1,'part worn tyres blackburn','2014-08-11 08:44:36'),(84,1,1,'p609 97w rapid','2014-08-14 01:23:28'),(85,1,1,'tyres + blackburn','2014-08-14 07:59:28'),(86,1,1,'http://ptraoutdoorwear.com/index.php?id_product=1&controller=product&id_lang=1','2014-08-26 07:39:58'),(87,1,1,'m.s tyres','2014-08-26 10:30:49'),(88,1,1,'http://www.rechtuitnyc.com/index.php?id_category=3&controller=category&id_lang=1','2014-09-01 10:40:42'),(89,1,1,'rapid tyres p609','2014-09-06 19:26:49'),(90,1,1,'4 whitebirk bleach works whitebirk road, bb1 3ja','2014-09-10 22:15:27'),(91,1,1,'manufacturer of landsail tyres','2014-09-15 13:28:37'),(92,1,1,'ms tyres blackburn','2014-09-17 20:30:44'),(93,1,1,'tyres','2014-09-22 13:41:33'),(94,1,1,'ms tyres','2014-09-25 09:29:31'),(95,1,1,'http://knottygalcrochet.com/index.php?id_product=1&controller=product','2014-10-04 17:55:09'),(96,1,1,'ms tyres','2014-10-07 10:09:35'),(97,1,1,'ms tyre blackburn','2014-10-07 10:25:07'),(98,1,1,'ms tyre blackburn','2014-10-07 10:25:09'),(99,1,1,'null','2014-10-08 15:01:03'),(100,1,1,'null','2014-10-09 10:45:33'),(101,1,1,'null','2014-10-10 07:43:23'),(102,1,1,'tyres blackburn','2014-10-11 12:01:09'),(103,1,1,'tyres blackburn','2014-10-11 12:09:16'),(104,1,1,'null','2014-10-11 22:40:47'),(105,1,1,'null','2014-10-12 05:27:58'),(106,1,1,'part worn tyres blackburn','2014-10-13 20:17:36'),(107,1,1,'null','2014-10-14 12:11:55'),(108,1,1,'22540wr18 tyres','2014-10-14 13:03:10'),(109,1,1,'null','2014-10-15 11:48:47'),(110,1,1,'null','2014-10-16 14:31:32'),(111,1,1,'null','2014-10-17 09:44:32'),(112,1,1,'null','2014-10-18 09:45:54'),(113,1,1,'null','2014-10-19 11:46:50'),(114,1,1,'part worn tyres blackburn','2014-10-20 10:33:37'),(115,1,1,'null','2014-10-20 15:43:36'),(116,1,1,'null','2014-10-21 21:03:11'),(117,1,1,'null','2014-10-22 10:25:13'),(118,1,1,'null','2014-10-23 21:37:07'),(119,1,1,'null','2014-10-25 09:46:30'),(120,1,1,'null','2014-10-26 09:36:03'),(121,1,1,'null','2014-10-28 08:43:43'),(122,1,1,'null','2014-10-29 06:33:17'),(123,1,1,'null','2014-10-30 19:35:38'),(124,1,1,'null','2014-10-31 03:47:57'),(125,1,1,'null','2014-11-01 10:12:47'),(126,1,1,'null','2014-11-02 04:54:01'),(127,1,1,'null','2014-11-03 03:56:23'),(128,1,1,'null','2014-11-04 04:07:33'),(129,1,1,'null','2014-11-05 10:07:08'),(130,1,1,'null','2014-11-06 17:04:41'),(131,1,1,'null','2014-11-07 14:03:16'),(132,1,1,'null','2014-11-08 03:35:18'),(133,1,1,'null','2014-11-09 15:21:30'),(134,1,1,'null','2014-11-10 13:22:36'),(135,1,1,'ms tyres & servicing blackburn','2014-11-11 12:11:11'),(136,1,1,'null','2014-11-11 12:59:55'),(137,1,1,'null','2014-11-12 10:05:05'),(138,1,1,'yhs-fullyhosted_003','2014-11-12 18:25:52'),(139,1,1,'ms-tyres','2014-11-13 01:30:52'),(140,1,1,'null','2014-11-13 19:33:55'),(141,1,1,'rapid 225 45 17','2014-11-14 10:45:20'),(142,1,1,'mstyresblackburn','2014-11-15 06:04:40'),(143,1,1,'mstyresblackburn','2014-11-16 05:29:25'),(144,1,1,'mstyresblackburn','2014-11-17 05:15:30'),(145,1,1,'tyre garage blackburn','2014-11-18 09:14:27'),(146,1,1,'mstyresblackburn','2014-11-19 11:30:29'),(147,1,1,'m and s tyres blackburn','2014-11-19 12:01:33'),(148,1,1,'mstyresblackburn','2014-11-20 07:56:57'),(149,1,1,'mstyresblackburn','2014-11-21 07:54:42'),(150,1,1,'part worn tyres blackburn','2014-11-21 09:36:13'),(151,1,1,'mstyresblackburn','2014-11-22 19:32:51'),(152,1,1,'mstyresblackburn','2014-11-24 10:34:34'),(153,1,1,'mstyresblackburn','2014-11-25 20:16:01'),(154,1,1,'mstyresblackburn','2014-11-26 05:41:26'),(155,1,1,'mstyresblackburn','2014-11-28 10:36:34'),(156,1,1,'mstyresblackburn','2014-11-30 10:53:41'),(157,1,1,'mstyresblackburn','2014-12-01 09:29:56'),(158,1,1,'mstyresblackburn','2014-12-01 10:12:12'),(159,1,1,'part worn tyres blackburn','2014-12-01 14:59:03'),(160,1,1,'mstyresblackburn','2014-12-05 07:28:01'),(161,1,1,'rapid p609','2014-12-05 09:01:39'),(162,1,1,'wheel alignment in blackburn','2014-12-05 10:07:49'),(163,1,1,'mstyresblackburn','2014-12-06 07:27:25'),(164,1,1,'mstyresblackburn','2014-12-07 10:46:50'),(165,1,1,'mstyresblackburn','2014-12-08 06:10:23'),(166,1,1,'195/65hr15 tyre and wheels','2014-12-08 20:40:00'),(167,1,1,'mstyresblackburn','2014-12-09 06:12:52'),(168,1,1,'rapid p609 235 45 r17','2014-12-14 12:25:57'),(169,1,1,'ms tyres blackburn','2014-12-15 16:11:11'),(170,1,1,'mstyresblackburn','2014-12-18 18:05:05'),(171,1,1,'rapid p609 xl','2014-12-19 22:49:13'),(172,1,1,'tyres blackburn','2014-12-20 11:10:58'),(173,1,1,'mstyresblackburn','2014-12-25 17:30:14'),(174,1,1,'rapid p609','2015-01-10 01:49:53'),(175,1,1,'mstyresblackburn','2015-01-21 13:11:43'),(176,1,1,'mstyresblackburn','2015-01-22 13:38:01'),(177,1,1,'tyre repairs whitebirk rd blackburn','2015-01-23 12:40:08'),(178,1,1,'ms tyres blackburn','2015-01-23 12:41:43'),(179,1,1,'ms tyres','2015-01-23 12:43:49'),(180,1,1,'ms tyres blackburn','2015-01-23 12:45:20'),(181,1,1,'mstyresblackburn','2015-01-27 03:50:08'),(182,1,1,'tyres blackburn','2015-01-31 00:15:59'),(183,1,1,'mstyresblackburn','2015-02-01 05:49:10'),(184,1,1,'tyres in blackburn','2015-02-03 08:11:18'),(185,1,1,'mstyresblackburn','2015-02-07 19:05:01'),(186,1,1,'mstyresblackburn','2015-02-11 14:01:15'),(187,1,1,'ms tyres','2015-02-11 15:54:23'),(188,1,1,'p609 rapid 235 45 r17','2015-02-12 17:01:22'),(189,1,1,'mstyresblackburn','2015-02-12 17:35:30'),(190,1,1,'http://sphragis.co/index.php?id_product=1&controller=product&id_lang=1','2015-02-17 08:46:49'),(191,1,1,'mstyresblackburn.co.uk','2015-02-25 12:14:58'),(192,1,1,'205/55vr-16 bsw tyre','2015-02-26 15:23:05'),(193,1,1,'ms tyres','2015-03-02 12:49:26'),(194,1,1,'ms tyres','2015-03-02 12:49:27'),(195,1,1,'235/45wr17 landsail ls988 xl','2015-03-04 09:58:49'),(196,1,1,'mstyresblackburn','2015-03-06 20:00:16'),(197,1,1,'mstyresblackburn','2015-03-07 20:20:38'),(198,1,1,'mstyresblackburn','2015-03-09 14:01:28'),(199,1,1,'mstyresblackburn','2015-03-14 23:47:14'),(200,1,1,'mstyresblackburn','2015-03-16 19:45:58'),(201,1,1,'mstyresblackburn','2015-03-17 19:46:24'),(202,1,1,'blackburn tyres','2015-03-24 16:21:06'),(203,1,1,'tyre firm s in blackburn','2015-03-27 08:07:30'),(204,1,1,'blackburn part worn tyres','2015-04-01 20:11:07'),(205,1,1,'ms tyres blackburn','2015-04-03 09:39:56'),(206,1,1,'m s tyres blackburn','2015-04-08 13:41:19'),(207,1,1,'tryes in blackburn','2015-04-15 10:18:44'),(208,1,1,'tyres blackburn','2015-04-17 10:45:53'),(209,1,1,'ms tyres','2015-04-19 15:53:00'),(210,1,1,'ms tyres','2015-04-19 15:54:06'),(211,1,1,'rapid p609 225 45 17','2015-04-28 14:03:24'),(212,1,1,'mstyresblackburn','2015-05-07 15:57:30'),(213,1,1,'mstyresblackburn','2015-05-08 05:09:15'),(214,1,1,'mstyresblackburn','2015-05-09 16:15:17'),(215,1,1,'mstyresblackburn','2015-05-11 19:22:17'),(216,1,1,'mstyresblackburn','2015-05-12 20:22:33'),(217,1,1,'mstyresblackburn','2015-05-13 20:20:08'),(218,1,1,'mstyresblackburn','2015-05-15 00:08:10'),(219,1,1,'tyre dealers in blackburn lancs','2015-05-16 14:28:07'),(220,1,1,'part worn tyres accrington','2015-05-20 12:17:31'),(221,1,1,'part worn tyres accrington','2015-05-20 12:17:56'),(222,1,1,'ms tyres blackburn','2015-05-22 16:49:45'),(223,1,1,'mstyresblackburn','2015-05-29 19:45:54'),(224,1,1,'rapid p609 235 /45/ 17 tyre','2015-05-31 21:55:39'),(225,1,1,'tyres blackburn','2015-06-03 07:40:04'),(226,1,1,'mstyresblackburn','2015-06-16 00:15:49'),(227,1,1,'mstyresblackburn','2015-06-22 23:51:27'),(228,1,1,'mstyresblackburn','2015-06-30 12:26:47'),(229,1,1,'budget tyres blackburn','2015-07-06 20:35:04'),(230,1,1,'mstyresblackburn','2015-07-08 04:20:44'),(231,1,1,'tyres blackburn','2015-07-22 09:07:59'),(232,1,1,'mstyresblackburn','2015-07-23 14:43:01'),(233,1,1,'mstyresblackburn','2015-08-16 12:57:23'),(234,1,1,'mstyresblackburn','2015-08-20 03:10:39'),(235,1,1,'tyres blackburn','2015-08-31 16:52:07'),(236,1,1,'ms tyres','2015-09-02 11:04:01'),(237,1,1,'m s tyres','2015-09-03 14:44:29'),(238,1,1,'tyre services blackburn','2015-09-06 14:35:00'),(239,1,1,'rapid 225/45/17','2015-09-09 13:39:57'),(240,1,1,'mstyresblackburn','2015-09-24 02:59:16'),(241,1,1,'marshall tyres blackburn','2015-10-09 06:53:54'),(242,1,1,'mstyresblackburn','2015-10-09 22:50:00'),(243,1,1,'what are ms tyres','2015-10-13 21:52:32'),(244,1,1,'mstyresblackburn','2015-10-14 06:50:57'),(245,1,1,'part worn tyres accrington','2015-10-16 07:07:39'),(246,1,1,'ms tyres','2015-10-27 09:54:23'),(247,1,1,'part worn tyres blackburn','2015-10-29 09:55:12'),(248,1,1,'mstyresblackburn','2015-10-30 08:18:17'),(249,1,1,'rapid brand tyres','2015-11-05 15:05:40'),(250,1,1,'mstyresblackburn','2015-11-06 12:59:57'),(251,1,1,'mstyresblackburn','2015-11-12 16:38:37'),(252,1,1,'part worn tyres blackburn','2015-11-17 19:11:02'),(253,1,1,'blackburn tyres','2015-11-19 10:47:54'),(254,1,1,'ms tyres blackburn#','2015-11-19 10:48:26'),(255,1,1,'mstyresblackburn','2015-11-20 00:14:41'),(256,1,1,'mstyresblackburn','2015-11-20 00:14:41'),(257,1,1,'mstyresblackburn','2015-11-29 12:04:52'),(258,1,1,'blackburn tyres bb13ja','2015-12-07 12:04:54'),(259,1,1,'tyres whitebirk','2015-12-11 08:59:35'),(260,1,1,'tyre fitterd, blackburn','2015-12-17 10:18:30'),(261,1,1,'mstyresblackburn','2015-12-23 09:21:18'),(262,1,1,'mstyresblackburn','2016-01-24 11:07:57'),(263,1,1,'ms tyres blackburn','2016-01-26 06:20:23'),(264,1,1,'ms tyres and services blackburn','2016-01-26 06:43:03'),(265,1,1,'mstyresblackburn','2016-02-01 07:45:02'),(266,1,1,'cheap tyres in darwen lancs','2016-02-02 17:56:22'),(267,1,1,'mstyresblackburn','2016-02-12 07:16:20'),(268,1,1,'landsail tyre','2016-02-18 07:16:07'),(269,1,1,'landsail tyre','2016-02-18 07:16:11'),(270,1,1,'landsail tyre','2016-02-18 08:35:58'),(271,1,1,'landsail tyre','2016-02-18 08:36:01'),(272,1,1,'ms tyres blackburn lancashire','2016-03-09 04:16:02'),(273,1,1,'mstyresblackburn','2016-03-16 16:03:38'),(274,1,1,'landsail tyre','2016-03-28 12:54:34'),(275,1,1,'landsail tyre','2016-03-28 12:54:37'),(276,1,1,'mstyresblackburn','2016-03-29 00:19:19'),(277,1,1,'mstyresblackburn','2016-04-13 15:09:32'),(278,1,1,'tyre shops in blackburn','2016-04-14 07:56:40'),(279,1,1,'landsail ls388','2016-04-17 17:05:22'),(280,1,1,'landsail ls388','2016-04-17 17:05:29'),(281,1,1,'part worn tyres whitebirk','2016-05-03 09:23:49'),(282,1,1,'mstyresblackburn','2016-05-04 07:21:38'),(283,1,1,'etyres blackburn','2016-05-25 05:15:16'),(284,1,1,'rapid tyres manufacturer','2016-06-03 13:55:50'),(285,1,1,'tyre sale','2016-06-22 16:28:26'),(286,1,1,'tyres blackburn','2016-06-27 17:21:30'),(287,1,1,'part worn tyres blackburn','2016-07-04 11:00:35'),(288,1,1,'rapid p609xl 97w','2016-07-07 01:26:31'),(289,1,1,'car tyres blackburn','2016-07-12 03:04:33'),(290,1,1,'car tyres blackburn','2016-07-12 03:04:34'),(291,1,1,'ms tyres','2016-07-12 07:00:17'),(292,1,1,'rapid p609 review','2016-07-25 07:50:15'),(293,1,1,'ip:109.75.160.9 php?id=','2016-08-25 05:26:02'),(294,1,1,'ms tyres','2016-10-29 10:51:24'),(295,1,1,'trye shops in blackburn lancashire','2016-11-01 08:16:59'),(296,1,1,'mstyresblackburn','2016-12-07 15:57:40'),(297,1,1,'mstyresblackburn','2016-12-07 16:00:40'),(298,1,1,'tyre services in blackburn','2016-12-16 10:20:42'),(299,1,1,'m s tyres gloucester','2016-12-29 10:07:49'),(300,1,1,'205 55 r16 tyres in blackburn','2016-12-29 11:53:44'),(301,1,1,'205 55 r16 tyres in blackburn','2016-12-29 11:54:07'),(302,1,1,'ms tyres blackburn blackburn','2017-01-05 07:47:22'),(303,1,1,'ms tryres','2017-01-31 09:09:17'),(304,1,1,'mstyresblackburn','2017-02-22 19:26:55'),(305,1,1,'ms tyres blackburn','2017-02-26 16:48:58'),(306,1,1,'ms tyres blackburn','2017-02-26 18:59:47'),(307,1,1,'mstyresblackburn','2017-03-11 01:47:03'),(308,1,1,'mstyresblackburn','2017-03-17 03:28:14'),(309,1,1,'part worn tyres in accrington','2017-03-24 04:06:03'),(310,1,1,'ms tyres blackburn','2017-03-29 03:38:54'),(311,1,1,'mstyresblackburn','2017-03-30 02:17:54'),(312,1,1,'tyres blackburn','2017-04-05 09:51:44'),(313,1,1,'dts tyres blackburn','2017-04-06 10:36:16'),(314,1,1,'ip: 109.75.160.9 php?id=','2017-04-07 11:33:55'),(315,1,1,'blackburn tyres','2017-04-13 14:02:56'),(316,1,1,'tyres blackburn guide','2017-04-24 03:42:27'),(317,1,1,'ms tyres blackburn','2017-05-05 13:51:00'),(318,1,1,'rapid p609 tyres review','2017-06-03 01:23:43'),(319,1,1,'part worn tyres darwen','2017-07-08 06:22:51'),(320,1,1,'m s tyres whitebirk','2017-07-08 06:23:31'),(321,1,1,'ms tyres blackburn','2017-07-25 07:05:23');
/*!40000 ALTER TABLE `tv_sekeyword` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_shop`
--

DROP TABLE IF EXISTS `tv_shop`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_shop` (
  `id_shop` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `id_shop_group` int(11) unsigned NOT NULL,
  `name` varchar(64) NOT NULL,
  `id_category` int(11) unsigned NOT NULL DEFAULT '1',
  `id_theme` int(1) unsigned NOT NULL,
  `active` tinyint(1) NOT NULL DEFAULT '1',
  `deleted` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id_shop`),
  KEY `id_shop_group` (`id_shop_group`),
  KEY `id_category` (`id_category`),
  KEY `id_theme` (`id_theme`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_shop`
--

LOCK TABLES `tv_shop` WRITE;
/*!40000 ALTER TABLE `tv_shop` DISABLE KEYS */;
INSERT INTO `tv_shop` VALUES (1,1,'Tyre and Vehicals',2,1,1,0);
/*!40000 ALTER TABLE `tv_shop` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_shop_group`
--

DROP TABLE IF EXISTS `tv_shop_group`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_shop_group` (
  `id_shop_group` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(64) NOT NULL,
  `share_customer` tinyint(1) NOT NULL,
  `share_order` tinyint(1) NOT NULL,
  `share_stock` tinyint(1) NOT NULL,
  `active` tinyint(1) NOT NULL DEFAULT '1',
  `deleted` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id_shop_group`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_shop_group`
--

LOCK TABLES `tv_shop_group` WRITE;
/*!40000 ALTER TABLE `tv_shop_group` DISABLE KEYS */;
INSERT INTO `tv_shop_group` VALUES (1,'Default',0,0,0,1,0);
/*!40000 ALTER TABLE `tv_shop_group` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_shop_url`
--

DROP TABLE IF EXISTS `tv_shop_url`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_shop_url` (
  `id_shop_url` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `id_shop` int(11) unsigned NOT NULL,
  `domain` varchar(150) NOT NULL,
  `domain_ssl` varchar(150) NOT NULL,
  `physical_uri` varchar(64) NOT NULL,
  `virtual_uri` varchar(64) NOT NULL,
  `main` tinyint(1) NOT NULL,
  `active` tinyint(1) NOT NULL,
  PRIMARY KEY (`id_shop_url`),
  UNIQUE KEY `full_shop_url` (`domain`,`physical_uri`,`virtual_uri`),
  UNIQUE KEY `full_shop_url_ssl` (`domain_ssl`,`physical_uri`,`virtual_uri`),
  KEY `id_shop` (`id_shop`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_shop_url`
--

LOCK TABLES `tv_shop_url` WRITE;
/*!40000 ALTER TABLE `tv_shop_url` DISABLE KEYS */;
INSERT INTO `tv_shop_url` VALUES (1,1,'www.mstyresblackburn.co.uk','www.mstyresblackburn.co.uk','/','',1,1);
/*!40000 ALTER TABLE `tv_shop_url` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_specific_price`
--

DROP TABLE IF EXISTS `tv_specific_price`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_specific_price` (
  `id_specific_price` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_specific_price_rule` int(11) unsigned NOT NULL,
  `id_cart` int(11) unsigned NOT NULL,
  `id_product` int(10) unsigned NOT NULL,
  `id_shop` int(11) unsigned NOT NULL DEFAULT '1',
  `id_shop_group` int(11) unsigned NOT NULL,
  `id_currency` int(10) unsigned NOT NULL,
  `id_country` int(10) unsigned NOT NULL,
  `id_group` int(10) unsigned NOT NULL,
  `id_customer` int(10) unsigned NOT NULL,
  `id_product_attribute` int(10) unsigned NOT NULL,
  `price` decimal(20,6) NOT NULL,
  `from_quantity` mediumint(8) unsigned NOT NULL,
  `reduction` decimal(20,6) NOT NULL,
  `reduction_type` enum('amount','percentage') NOT NULL,
  `from` datetime NOT NULL,
  `to` datetime NOT NULL,
  PRIMARY KEY (`id_specific_price`),
  KEY `id_product` (`id_product`,`id_shop`,`id_currency`,`id_country`,`id_group`,`id_customer`,`from_quantity`,`from`,`to`),
  KEY `from_quantity` (`from_quantity`),
  KEY `id_specific_price_rule` (`id_specific_price_rule`),
  KEY `id_cart` (`id_cart`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_specific_price`
--

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

--
-- Table structure for table `tv_specific_price_priority`
--

DROP TABLE IF EXISTS `tv_specific_price_priority`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_specific_price_priority` (
  `id_specific_price_priority` int(11) NOT NULL AUTO_INCREMENT,
  `id_product` int(11) NOT NULL,
  `priority` varchar(80) NOT NULL,
  PRIMARY KEY (`id_specific_price_priority`,`id_product`),
  UNIQUE KEY `id_product` (`id_product`)
) ENGINE=InnoDB AUTO_INCREMENT=106 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_specific_price_priority`
--

LOCK TABLES `tv_specific_price_priority` WRITE;
/*!40000 ALTER TABLE `tv_specific_price_priority` DISABLE KEYS */;
INSERT INTO `tv_specific_price_priority` VALUES (1,1,'id_shop;id_currency;id_country;id_group'),(3,2,'id_shop;id_currency;id_country;id_group'),(5,4,'id_shop;id_currency;id_country;id_group'),(7,5,'id_shop;id_currency;id_country;id_group'),(9,6,'id_shop;id_currency;id_country;id_group'),(11,7,'id_shop;id_currency;id_country;id_group'),(12,8,'id_shop;id_currency;id_country;id_group'),(16,9,'id_shop;id_currency;id_country;id_group'),(28,10,'id_shop;id_currency;id_country;id_group'),(29,11,'id_shop;id_currency;id_country;id_group'),(35,12,'id_shop;id_currency;id_country;id_group'),(44,16,'id_shop;id_currency;id_country;id_group'),(49,17,'id_shop;id_currency;id_country;id_group'),(59,18,'id_shop;id_currency;id_country;id_group'),(60,19,'id_shop;id_currency;id_country;id_group'),(61,20,'id_shop;id_currency;id_country;id_group'),(66,21,'id_shop;id_currency;id_country;id_group'),(67,22,'id_shop;id_currency;id_country;id_group'),(69,24,'id_shop;id_currency;id_country;id_group'),(70,25,'id_shop;id_currency;id_country;id_group'),(83,26,'id_shop;id_currency;id_country;id_group'),(87,27,'id_shop;id_currency;id_country;id_group'),(88,28,'id_shop;id_currency;id_country;id_group'),(89,29,'id_shop;id_currency;id_country;id_group'),(95,30,'id_shop;id_currency;id_country;id_group'),(96,31,'id_shop;id_currency;id_country;id_group'),(98,32,'id_shop;id_currency;id_country;id_group'),(100,33,'id_shop;id_currency;id_country;id_group'),(101,34,'id_shop;id_currency;id_country;id_group'),(102,35,'id_shop;id_currency;id_country;id_group'),(103,36,'id_shop;id_currency;id_country;id_group'),(104,37,'id_shop;id_currency;id_country;id_group'),(105,38,'id_shop;id_currency;id_country;id_group');
/*!40000 ALTER TABLE `tv_specific_price_priority` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_specific_price_rule`
--

DROP TABLE IF EXISTS `tv_specific_price_rule`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_specific_price_rule` (
  `id_specific_price_rule` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `id_shop` int(11) unsigned NOT NULL DEFAULT '1',
  `id_currency` int(10) unsigned NOT NULL,
  `id_country` int(10) unsigned NOT NULL,
  `id_group` int(10) unsigned NOT NULL,
  `from_quantity` mediumint(8) unsigned NOT NULL,
  `price` decimal(20,6) DEFAULT NULL,
  `reduction` decimal(20,6) NOT NULL,
  `reduction_type` enum('amount','percentage') NOT NULL,
  `from` datetime NOT NULL,
  `to` datetime NOT NULL,
  PRIMARY KEY (`id_specific_price_rule`),
  KEY `id_product` (`id_shop`,`id_currency`,`id_country`,`id_group`,`from_quantity`,`from`,`to`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_specific_price_rule`
--

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

--
-- Table structure for table `tv_specific_price_rule_condition`
--

DROP TABLE IF EXISTS `tv_specific_price_rule_condition`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_specific_price_rule_condition` (
  `id_specific_price_rule_condition` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `id_specific_price_rule_condition_group` int(11) unsigned NOT NULL,
  `type` varchar(255) NOT NULL,
  `value` varchar(255) NOT NULL,
  PRIMARY KEY (`id_specific_price_rule_condition`),
  KEY `id_specific_price_rule_condition_group` (`id_specific_price_rule_condition_group`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_specific_price_rule_condition`
--

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

--
-- Table structure for table `tv_specific_price_rule_condition_group`
--

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

--
-- Dumping data for table `tv_specific_price_rule_condition_group`
--

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

--
-- Table structure for table `tv_state`
--

DROP TABLE IF EXISTS `tv_state`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_state` (
  `id_state` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_country` int(11) unsigned NOT NULL,
  `id_zone` int(11) unsigned NOT NULL,
  `name` varchar(64) NOT NULL,
  `iso_code` varchar(7) NOT NULL,
  `tax_behavior` smallint(1) NOT NULL DEFAULT '0',
  `active` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id_state`),
  KEY `id_country` (`id_country`),
  KEY `name` (`name`),
  KEY `id_zone` (`id_zone`)
) ENGINE=InnoDB AUTO_INCREMENT=313 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_state`
--

LOCK TABLES `tv_state` WRITE;
/*!40000 ALTER TABLE `tv_state` DISABLE KEYS */;
INSERT INTO `tv_state` VALUES (1,21,2,'Alabama','AL',0,1),(2,21,2,'Alaska','AK',0,1),(3,21,2,'Arizona','AZ',0,1),(4,21,2,'Arkansas','AR',0,1),(5,21,2,'California','CA',0,1),(6,21,2,'Colorado','CO',0,1),(7,21,2,'Connecticut','CT',0,1),(8,21,2,'Delaware','DE',0,1),(9,21,2,'Florida','FL',0,1),(10,21,2,'Georgia','GA',0,1),(11,21,2,'Hawaii','HI',0,1),(12,21,2,'Idaho','ID',0,1),(13,21,2,'Illinois','IL',0,1),(14,21,2,'Indiana','IN',0,1),(15,21,2,'Iowa','IA',0,1),(16,21,2,'Kansas','KS',0,1),(17,21,2,'Kentucky','KY',0,1),(18,21,2,'Louisiana','LA',0,1),(19,21,2,'Maine','ME',0,1),(20,21,2,'Maryland','MD',0,1),(21,21,2,'Massachusetts','MA',0,1),(22,21,2,'Michigan','MI',0,1),(23,21,2,'Minnesota','MN',0,1),(24,21,2,'Mississippi','MS',0,1),(25,21,2,'Missouri','MO',0,1),(26,21,2,'Montana','MT',0,1),(27,21,2,'Nebraska','NE',0,1),(28,21,2,'Nevada','NV',0,1),(29,21,2,'New Hampshire','NH',0,1),(30,21,2,'New Jersey','NJ',0,1),(31,21,2,'New Mexico','NM',0,1),(32,21,2,'New York','NY',0,1),(33,21,2,'North Carolina','NC',0,1),(34,21,2,'North Dakota','ND',0,1),(35,21,2,'Ohio','OH',0,1),(36,21,2,'Oklahoma','OK',0,1),(37,21,2,'Oregon','OR',0,1),(38,21,2,'Pennsylvania','PA',0,1),(39,21,2,'Rhode Island','RI',0,1),(40,21,2,'South Carolina','SC',0,1),(41,21,2,'South Dakota','SD',0,1),(42,21,2,'Tennessee','TN',0,1),(43,21,2,'Texas','TX',0,1),(44,21,2,'Utah','UT',0,1),(45,21,2,'Vermont','VT',0,1),(46,21,2,'Virginia','VA',0,1),(47,21,2,'Washington','WA',0,1),(48,21,2,'West Virginia','WV',0,1),(49,21,2,'Wisconsin','WI',0,1),(50,21,2,'Wyoming','WY',0,1),(51,21,2,'Puerto Rico','PR',0,1),(52,21,2,'US Virgin Islands','VI',0,1),(53,21,2,'District of Columbia','DC',0,1),(54,145,2,'Aguascalientes','AGS',0,1),(55,145,2,'Baja California','BCN',0,1),(56,145,2,'Baja California Sur','BCS',0,1),(57,145,2,'Campeche','CAM',0,1),(58,145,2,'Chiapas','CHP',0,1),(59,145,2,'Chihuahua','CHH',0,1),(60,145,2,'Coahuila','COA',0,1),(61,145,2,'Colima','COL',0,1),(62,145,2,'Distrito Federal','DIF',0,1),(63,145,2,'Durango','DUR',0,1),(64,145,2,'Guanajuato','GUA',0,1),(65,145,2,'Guerrero','GRO',0,1),(66,145,2,'Hidalgo','HID',0,1),(67,145,2,'Jalisco','JAL',0,1),(68,145,2,'Estado de México','MEX',0,1),(69,145,2,'Michoacán','MIC',0,1),(70,145,2,'Morelos','MOR',0,1),(71,145,2,'Nayarit','NAY',0,1),(72,145,2,'Nuevo León','NLE',0,1),(73,145,2,'Oaxaca','OAX',0,1),(74,145,2,'Puebla','PUE',0,1),(75,145,2,'Querétaro','QUE',0,1),(76,145,2,'Quintana Roo','ROO',0,1),(77,145,2,'San Luis Potosí','SLP',0,1),(78,145,2,'Sinaloa','SIN',0,1),(79,145,2,'Sonora','SON',0,1),(80,145,2,'Tabasco','TAB',0,1),(81,145,2,'Tamaulipas','TAM',0,1),(82,145,2,'Tlaxcala','TLA',0,1),(83,145,2,'Veracruz','VER',0,1),(84,145,2,'Yucatán','YUC',0,1),(85,145,2,'Zacatecas','ZAC',0,1),(86,4,2,'Ontario','ON',0,1),(87,4,2,'Quebec','QC',0,1),(88,4,2,'British Columbia','BC',0,1),(89,4,2,'Alberta','AB',0,1),(90,4,2,'Manitoba','MB',0,1),(91,4,2,'Saskatchewan','SK',0,1),(92,4,2,'Nova Scotia','NS',0,1),(93,4,2,'New Brunswick','NB',0,1),(94,4,2,'Newfoundland and Labrador','NL',0,1),(95,4,2,'Prince Edward Island','PE',0,1),(96,4,2,'Northwest Territories','NT',0,1),(97,4,2,'Yukon','YT',0,1),(98,4,2,'Nunavut','NU',0,1),(99,44,6,'Buenos Aires','B',0,1),(100,44,6,'Catamarca','K',0,1),(101,44,6,'Chaco','H',0,1),(102,44,6,'Chubut','U',0,1),(103,44,6,'Ciudad de Buenos Aires','C',0,1),(104,44,6,'Córdoba','X',0,1),(105,44,6,'Corrientes','W',0,1),(106,44,6,'Entre Ríos','E',0,1),(107,44,6,'Formosa','P',0,1),(108,44,6,'Jujuy','Y',0,1),(109,44,6,'La Pampa','L',0,1),(110,44,6,'La Rioja','F',0,1),(111,44,6,'Mendoza','M',0,1),(112,44,6,'Misiones','N',0,1),(113,44,6,'Neuquén','Q',0,1),(114,44,6,'Río Negro','R',0,1),(115,44,6,'Salta','A',0,1),(116,44,6,'San Juan','J',0,1),(117,44,6,'San Luis','D',0,1),(118,44,6,'Santa Cruz','Z',0,1),(119,44,6,'Santa Fe','S',0,1),(120,44,6,'Santiago del Estero','G',0,1),(121,44,6,'Tierra del Fuego','V',0,1),(122,44,6,'Tucumán','T',0,1),(123,10,1,'Agrigento','AG',0,1),(124,10,1,'Alessandria','AL',0,1),(125,10,1,'Ancona','AN',0,1),(126,10,1,'Aosta','AO',0,1),(127,10,1,'Arezzo','AR',0,1),(128,10,1,'Ascoli Piceno','AP',0,1),(129,10,1,'Asti','AT',0,1),(130,10,1,'Avellino','AV',0,1),(131,10,1,'Bari','BA',0,1),(132,10,1,'Barletta-Andria-Trani','BT',0,1),(133,10,1,'Belluno','BL',0,1),(134,10,1,'Benevento','BN',0,1),(135,10,1,'Bergamo','BG',0,1),(136,10,1,'Biella','BI',0,1),(137,10,1,'Bologna','BO',0,1),(138,10,1,'Bolzano','BZ',0,1),(139,10,1,'Brescia','BS',0,1),(140,10,1,'Brindisi','BR',0,1),(141,10,1,'Cagliari','CA',0,1),(142,10,1,'Caltanissetta','CL',0,1),(143,10,1,'Campobasso','CB',0,1),(144,10,1,'Carbonia-Iglesias','CI',0,1),(145,10,1,'Caserta','CE',0,1),(146,10,1,'Catania','CT',0,1),(147,10,1,'Catanzaro','CZ',0,1),(148,10,1,'Chieti','CH',0,1),(149,10,1,'Como','CO',0,1),(150,10,1,'Cosenza','CS',0,1),(151,10,1,'Cremona','CR',0,1),(152,10,1,'Crotone','KR',0,1),(153,10,1,'Cuneo','CN',0,1),(154,10,1,'Enna','EN',0,1),(155,10,1,'Fermo','FM',0,1),(156,10,1,'Ferrara','FE',0,1),(157,10,1,'Firenze','FI',0,1),(158,10,1,'Foggia','FG',0,1),(159,10,1,'Forlì-Cesena','FC',0,1),(160,10,1,'Frosinone','FR',0,1),(161,10,1,'Genova','GE',0,1),(162,10,1,'Gorizia','GO',0,1),(163,10,1,'Grosseto','GR',0,1),(164,10,1,'Imperia','IM',0,1),(165,10,1,'Isernia','IS',0,1),(166,10,1,'L\'Aquila','AQ',0,1),(167,10,1,'La Spezia','SP',0,1),(168,10,1,'Latina','LT',0,1),(169,10,1,'Lecce','LE',0,1),(170,10,1,'Lecco','LC',0,1),(171,10,1,'Livorno','LI',0,1),(172,10,1,'Lodi','LO',0,1),(173,10,1,'Lucca','LU',0,1),(174,10,1,'Macerata','MC',0,1),(175,10,1,'Mantova','MN',0,1),(176,10,1,'Massa','MS',0,1),(177,10,1,'Matera','MT',0,1),(178,10,1,'Medio Campidano','VS',0,1),(179,10,1,'Messina','ME',0,1),(180,10,1,'Milano','MI',0,1),(181,10,1,'Modena','MO',0,1),(182,10,1,'Monza e della Brianza','MB',0,1),(183,10,1,'Napoli','NA',0,1),(184,10,1,'Novara','NO',0,1),(185,10,1,'Nuoro','NU',0,1),(186,10,1,'Ogliastra','OG',0,1),(187,10,1,'Olbia-Tempio','OT',0,1),(188,10,1,'Oristano','OR',0,1),(189,10,1,'Padova','PD',0,1),(190,10,1,'Palermo','PA',0,1),(191,10,1,'Parma','PR',0,1),(192,10,1,'Pavia','PV',0,1),(193,10,1,'Perugia','PG',0,1),(194,10,1,'Pesaro-Urbino','PU',0,1),(195,10,1,'Pescara','PE',0,1),(196,10,1,'Piacenza','PC',0,1),(197,10,1,'Pisa','PI',0,1),(198,10,1,'Pistoia','PT',0,1),(199,10,1,'Pordenone','PN',0,1),(200,10,1,'Potenza','PZ',0,1),(201,10,1,'Prato','PO',0,1),(202,10,1,'Ragusa','RG',0,1),(203,10,1,'Ravenna','RA',0,1),(204,10,1,'Reggio Calabria','RC',0,1),(205,10,1,'Reggio Emilia','RE',0,1),(206,10,1,'Rieti','RI',0,1),(207,10,1,'Rimini','RN',0,1),(208,10,1,'Roma','RM',0,1),(209,10,1,'Rovigo','RO',0,1),(210,10,1,'Salerno','SA',0,1),(211,10,1,'Sassari','SS',0,1),(212,10,1,'Savona','SV',0,1),(213,10,1,'Siena','SI',0,1),(214,10,1,'Siracusa','SR',0,1),(215,10,1,'Sondrio','SO',0,1),(216,10,1,'Taranto','TA',0,1),(217,10,1,'Teramo','TE',0,1),(218,10,1,'Terni','TR',0,1),(219,10,1,'Torino','TO',0,1),(220,10,1,'Trapani','TP',0,1),(221,10,1,'Trento','TN',0,1),(222,10,1,'Treviso','TV',0,1),(223,10,1,'Trieste','TS',0,1),(224,10,1,'Udine','UD',0,1),(225,10,1,'Varese','VA',0,1),(226,10,1,'Venezia','VE',0,1),(227,10,1,'Verbano-Cusio-Ossola','VB',0,1),(228,10,1,'Vercelli','VC',0,1),(229,10,1,'Verona','VR',0,1),(230,10,1,'Vibo Valentia','VV',0,1),(231,10,1,'Vicenza','VI',0,1),(232,10,1,'Viterbo','VT',0,1),(233,111,3,'Aceh','AC',0,1),(234,111,3,'Bali','BA',0,1),(235,111,3,'Bangka','BB',0,1),(236,111,3,'Banten','BT',0,1),(237,111,3,'Bengkulu','BE',0,1),(238,111,3,'Central Java','JT',0,1),(239,111,3,'Central Kalimantan','KT',0,1),(240,111,3,'Central Sulawesi','ST',0,1),(241,111,3,'Coat of arms of East Java','JI',0,1),(242,111,3,'East kalimantan','KI',0,1),(243,111,3,'East Nusa Tenggara','NT',0,1),(244,111,3,'Lambang propinsi','GO',0,1),(245,111,3,'Jakarta','JK',0,1),(246,111,3,'Jambi','JA',0,1),(247,111,3,'Lampung','LA',0,1),(248,111,3,'Maluku','MA',0,1),(249,111,3,'North Maluku','MU',0,1),(250,111,3,'North Sulawesi','SA',0,1),(251,111,3,'North Sumatra','SU',0,1),(252,111,3,'Papua','PA',0,1),(253,111,3,'Riau','RI',0,1),(254,111,3,'Lambang Riau','KR',0,1),(255,111,3,'Southeast Sulawesi','SG',0,1),(256,111,3,'South Kalimantan','KS',0,1),(257,111,3,'South Sulawesi','SN',0,1),(258,111,3,'South Sumatra','SS',0,1),(259,111,3,'West Java','JB',0,1),(260,111,3,'West Kalimantan','KB',0,1),(261,111,3,'West Nusa Tenggara','NB',0,1),(262,111,3,'Lambang Provinsi Papua Barat','PB',0,1),(263,111,3,'West Sulawesi','SR',0,1),(264,111,3,'West Sumatra','SB',0,1),(265,111,3,'Yogyakarta','YO',0,1),(266,11,3,'Aichi','23',0,1),(267,11,3,'Akita','05',0,1),(268,11,3,'Aomori','02',0,1),(269,11,3,'Chiba','12',0,1),(270,11,3,'Ehime','38',0,1),(271,11,3,'Fukui','18',0,1),(272,11,3,'Fukuoka','40',0,1),(273,11,3,'Fukushima','07',0,1),(274,11,3,'Gifu','21',0,1),(275,11,3,'Gunma','10',0,1),(276,11,3,'Hiroshima','34',0,1),(277,11,3,'Hokkaido','01',0,1),(278,11,3,'Hyogo','28',0,1),(279,11,3,'Ibaraki','08',0,1),(280,11,3,'Ishikawa','17',0,1),(281,11,3,'Iwate','03',0,1),(282,11,3,'Kagawa','37',0,1),(283,11,3,'Kagoshima','46',0,1),(284,11,3,'Kanagawa','14',0,1),(285,11,3,'Kochi','39',0,1),(286,11,3,'Kumamoto','43',0,1),(287,11,3,'Kyoto','26',0,1),(288,11,3,'Mie','24',0,1),(289,11,3,'Miyagi','04',0,1),(290,11,3,'Miyazaki','45',0,1),(291,11,3,'Nagano','20',0,1),(292,11,3,'Nagasaki','42',0,1),(293,11,3,'Nara','29',0,1),(294,11,3,'Niigata','15',0,1),(295,11,3,'Oita','44',0,1),(296,11,3,'Okayama','33',0,1),(297,11,3,'Okinawa','47',0,1),(298,11,3,'Osaka','27',0,1),(299,11,3,'Saga','41',0,1),(300,11,3,'Saitama','11',0,1),(301,11,3,'Shiga','25',0,1),(302,11,3,'Shimane','32',0,1),(303,11,3,'Shizuoka','22',0,1),(304,11,3,'Tochigi','09',0,1),(305,11,3,'Tokushima','36',0,1),(306,11,3,'Tokyo','13',0,1),(307,11,3,'Tottori','31',0,1),(308,11,3,'Toyama','16',0,1),(309,11,3,'Wakayama','30',0,1),(310,11,3,'Yamagata','06',0,1),(311,11,3,'Yamaguchi','35',0,1),(312,11,3,'Yamanashi','19',0,1);
/*!40000 ALTER TABLE `tv_state` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_statssearch`
--

DROP TABLE IF EXISTS `tv_statssearch`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_statssearch` (
  `id_statssearch` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_shop` int(10) unsigned NOT NULL DEFAULT '1',
  `id_shop_group` int(10) unsigned NOT NULL DEFAULT '1',
  `keywords` varchar(255) NOT NULL,
  `results` int(6) NOT NULL DEFAULT '0',
  `date_add` datetime NOT NULL,
  PRIMARY KEY (`id_statssearch`)
) ENGINE=InnoDB AUTO_INCREMENT=206 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_statssearch`
--

LOCK TABLES `tv_statssearch` WRITE;
/*!40000 ALTER TABLE `tv_statssearch` DISABLE KEYS */;
INSERT INTO `tv_statssearch` VALUES (1,1,1,'s',0,'2013-11-03 23:39:34'),(2,1,1,'225 45 17',0,'2013-12-08 23:49:29'),(3,1,1,'245 45 17',0,'2013-12-11 22:13:43'),(4,1,1,'wheel alignment',0,'2013-12-19 10:29:50'),(5,1,1,'WHEEL ALIGNMENT',0,'2013-12-19 10:30:16'),(6,1,1,'205/55/16',1,'2013-12-19 16:17:37'),(7,1,1,'tyres',7,'2013-12-19 16:17:50'),(8,1,1,'225/45/17',0,'2013-12-20 17:10:46'),(9,1,1,'225/45/r17',4,'2013-12-20 17:10:54'),(10,1,1,'Tracking',0,'2013-12-28 02:51:26'),(11,1,1,'Pegout 206 tyres',0,'2014-01-26 10:39:22'),(12,1,1,'195 65 14',0,'2014-01-31 12:52:35'),(13,1,1,'Transit',1,'2014-02-14 21:52:19'),(14,1,1,'205/60R/16',0,'2014-02-15 21:07:49'),(15,1,1,'energy',0,'2014-02-21 11:56:27'),(16,1,1,'205 55 16 part worn',0,'2014-03-01 09:02:27'),(17,1,1,'205 55 16 ',4,'2014-03-01 09:02:37'),(18,1,1,'1',0,'2014-03-01 23:28:48'),(19,1,1,'1',0,'2014-03-01 23:29:30'),(20,1,1,'-1\'',0,'2014-03-01 23:30:00'),(21,1,1,'evergreen eh23 xl',0,'2014-03-13 11:42:07'),(22,1,1,'evergreen ',1,'2014-03-13 11:42:13'),(23,1,1,'rapid ',6,'2014-03-13 11:43:12'),(24,1,1,'evergreen',1,'2014-03-13 12:01:10'),(25,1,1,'evergreen',1,'2014-03-13 12:03:59'),(26,1,1,'VAN',0,'2014-03-15 18:18:07'),(27,1,1,'215/50R16',0,'2014-03-19 10:42:06'),(28,1,1,'tyres',10,'2014-05-06 20:36:46'),(29,1,1,'195x60',0,'2014-05-06 20:37:37'),(30,1,1,'tyres',10,'2014-05-06 20:37:49'),(31,1,1,'225/45ZR17',0,'2014-05-07 10:40:21'),(32,1,1,'Fitting charges',0,'2014-05-12 17:34:36'),(33,1,1,'205',5,'2014-05-30 07:13:17'),(34,1,1,'Efficient grip ',1,'2014-05-30 11:12:29'),(35,1,1,'Continental',0,'2014-05-30 11:12:49'),(36,1,1,'265/50',0,'2014-07-05 14:45:18'),(37,1,1,'Cars',3,'2014-07-11 10:03:43'),(38,1,1,'245',1,'2014-07-12 10:57:44'),(39,1,1,'215 40 17',1,'2014-07-29 19:54:37'),(40,1,1,'1',0,'2014-08-04 00:28:44'),(41,1,1,'1',0,'2014-08-04 00:30:09'),(42,1,1,'-1\'',0,'2014-08-04 00:31:25'),(43,1,1,'205/55/16 91H',0,'2014-08-07 16:03:33'),(44,1,1,'part worn',0,'2014-08-09 09:43:59'),(45,1,1,'275/35 zr19',0,'2014-08-11 13:18:37'),(46,1,1,'batteries',0,'2014-08-15 21:39:09'),(47,1,1,'1',0,'2014-08-17 04:33:57'),(48,1,1,'1',0,'2014-08-17 04:34:02'),(49,1,1,'215/55 18',1,'2014-08-17 18:46:17'),(50,1,1,'1',0,'2014-08-19 10:35:06'),(51,1,1,'1',0,'2014-08-19 10:35:18'),(52,1,1,'-1\'',0,'2014-08-19 10:35:23'),(53,1,1,'205 50 17',5,'2014-09-08 20:02:33'),(54,1,1,'sailun tyres',0,'2014-09-11 06:21:58'),(55,1,1,'Clutch',0,'2014-09-22 09:12:50'),(56,1,1,'2054517',0,'2014-10-01 01:45:25'),(57,1,1,'2054517',0,'2014-10-01 01:45:39'),(58,1,1,'225 45 17',7,'2014-10-03 08:12:32'),(59,1,1,'tyres',10,'2014-10-09 10:07:31'),(60,1,1,'tyres',10,'2014-10-20 12:45:53'),(61,1,1,'tyres',10,'2014-10-20 12:47:25'),(62,1,1,'175',1,'2014-10-24 08:18:32'),(63,1,1,'1',0,'2014-10-26 13:23:38'),(64,1,1,'FI',0,'2014-10-26 18:37:28'),(65,1,1,'FAL',0,'2014-10-26 18:37:34'),(66,1,1,'fiesta',0,'2014-10-27 13:30:33'),(67,1,1,'LS388',2,'2014-11-03 17:14:24'),(68,1,1,'205/40/17',0,'2014-11-13 16:57:39'),(69,1,1,'1',0,'2014-11-14 12:03:37'),(70,1,1,'-1\'',0,'2014-11-14 12:03:46'),(71,1,1,'215/65/16',0,'2014-11-25 19:00:36'),(72,1,1,'Opening',0,'2014-11-29 20:32:11'),(73,1,1,'205/45/16',0,'2014-12-02 19:03:44'),(74,1,1,'1',0,'2014-12-02 19:07:05'),(75,1,1,'235 50 18',4,'2014-12-05 21:47:30'),(76,1,1,'Ford focus',0,'2014-12-28 10:41:28'),(77,1,1,'265 70 r15',0,'2015-01-14 10:25:36'),(78,1,1,'265 50 20',0,'2015-01-19 11:52:51'),(79,1,1,'Rainsport 3',0,'2015-01-23 17:42:26'),(80,1,1,'205/40/17',0,'2015-01-23 17:42:48'),(81,1,1,'1',0,'2015-02-06 18:42:21'),(82,1,1,'Tyres',10,'2015-02-15 17:53:32'),(83,1,1,'185/55',0,'2015-02-15 17:54:01'),(84,1,1,'Tyres',10,'2015-02-15 17:54:06'),(85,1,1,'195 tyres',0,'2015-02-15 17:54:24'),(86,1,1,'Tyres',10,'2015-02-15 17:54:28'),(87,1,1,'Tyres',10,'2015-02-15 17:54:50'),(88,1,1,'Tyres',10,'2015-02-15 17:55:37'),(89,1,1,'2154017',0,'2015-02-18 15:18:04'),(90,1,1,'landsail',7,'2015-04-19 18:42:22'),(91,1,1,'235 45 17',4,'2015-05-07 11:34:08'),(92,1,1,'used tyres',1,'2015-06-02 22:58:29'),(93,1,1,'205 55 16',5,'2015-06-18 21:32:00'),(94,1,1,'185/60r1482h ',0,'2015-07-24 19:26:17'),(95,1,1,'run flats',0,'2015-07-26 11:15:57'),(96,1,1,'Tyres',10,'2015-08-02 22:50:18'),(97,1,1,'Tyres',10,'2015-08-02 22:53:34'),(98,1,1,'tyrea',0,'2015-08-14 14:09:53'),(99,1,1,'tyres',10,'2015-08-14 14:10:02'),(100,1,1,'165',0,'2015-09-21 17:41:19'),(101,1,1,'255 35',2,'2015-10-31 04:59:08'),(102,1,1,'Tyre',22,'2015-11-15 07:43:37'),(103,1,1,'Tyre',22,'2015-11-15 07:44:01'),(104,1,1,'Tyre',22,'2015-11-15 07:44:11'),(105,1,1,'Tyre',22,'2015-11-15 07:44:17'),(106,1,1,'Part worn tyre',0,'2015-11-15 07:44:43'),(107,1,1,'michelin',0,'2015-11-28 13:14:15'),(108,1,1,'WINTER TYRES',0,'2015-12-10 07:14:06'),(109,1,1,'205/R55r16',0,'2015-12-11 15:50:02'),(110,1,1,'Opening times',0,'2015-12-13 08:09:44'),(111,1,1,'Part worn',0,'2015-12-23 23:00:45'),(112,1,1,'Tyres',10,'2015-12-28 07:16:25'),(113,1,1,'215/50',0,'2016-01-13 08:26:38'),(114,1,1,'tyre corsa',0,'2016-02-11 03:52:42'),(115,1,1,'195/65VR15 Headway HH301 91V',0,'2016-02-24 08:35:43'),(116,1,1,'235 45 17',4,'2016-04-01 02:05:35'),(117,1,1,'Tyres',10,'2016-04-04 11:14:02'),(118,1,1,'toyota',0,'2016-04-04 14:40:08'),(119,1,1,'255/30/19',0,'2016-06-14 21:26:14'),(120,1,1,'rapid',6,'2016-06-21 09:58:12'),(121,1,1,'Tyres 265',0,'2016-07-07 18:20:08'),(122,1,1,'opening times',0,'2016-07-21 15:59:22'),(123,1,1,'215/50/17w',0,'2016-08-29 08:55:30'),(124,1,1,'195/55/15',0,'2016-09-22 06:18:19'),(125,1,1,'235 35 19',4,'2016-10-02 02:36:06'),(126,1,1,'Opening hours',0,'2016-10-10 03:01:30'),(127,1,1,'Tyres',10,'2016-10-23 06:45:55'),(128,1,1,'165 70r14',0,'2016-11-04 02:43:33'),(129,1,1,'225/55/17',0,'2016-11-04 15:58:30'),(130,1,1,'225/50 17',0,'2016-11-19 04:02:32'),(131,1,1,'195 65 15',3,'2016-11-23 04:09:24'),(132,1,1,'winter',0,'2016-11-24 09:00:21'),(133,1,1,'yokohama c drive',0,'2016-12-02 15:37:33'),(134,1,1,'Opening times',0,'2016-12-18 10:48:19'),(135,1,1,'Opening times',0,'2016-12-18 10:48:20'),(136,1,1,'Opening times',0,'2016-12-18 11:01:13'),(137,1,1,'Part warn tyres',0,'2017-01-10 04:57:39'),(138,1,1,'Part warn tyres',0,'2017-01-10 05:00:02'),(139,1,1,'Part warn tyres',0,'2017-01-10 05:00:20'),(140,1,1,'215/55r18',0,'2017-02-21 12:20:40'),(141,1,1,'215/55r18',0,'2017-02-21 12:21:39'),(142,1,1,'235/40 /18',1,'2017-02-22 14:45:53'),(143,1,1,'235 45r18 y class',0,'2017-02-26 08:38:56'),(144,1,1,'235 45r18 y class',0,'2017-02-26 08:39:12'),(145,1,1,'235 45r18 y class',0,'2017-02-26 08:39:17'),(146,1,1,'235 45r18 y close',0,'2017-02-26 08:40:23'),(147,1,1,'235 45r18 y ',0,'2017-02-26 08:40:32'),(148,1,1,'235 45r18 ',0,'2017-02-26 08:40:50'),(149,1,1,'23545r18 ',0,'2017-02-26 08:41:03'),(150,1,1,'235/45r/18',0,'2017-02-26 08:41:40'),(151,1,1,'235/',4,'2017-02-26 08:41:57'),(152,1,1,'pirelli',0,'2017-03-15 04:57:41'),(153,1,1,'Renault Clio tyres',0,'2017-03-21 03:39:12'),(154,1,1,'195/65 15',1,'2017-04-10 09:13:37'),(155,1,1,'195/65 15',1,'2017-04-10 09:13:58'),(156,1,1,'Uniroyal ',0,'2017-04-11 10:37:46'),(157,1,1,'Brake fluid refresh',0,'2017-05-01 04:04:42'),(158,1,1,'P609',4,'2017-05-08 16:18:31'),(159,1,1,'155 16',0,'2017-05-19 20:31:57'),(160,1,1,'155/65r14 75t',0,'2017-05-19 20:33:40'),(161,1,1,'Part worn tyres',0,'2017-06-16 03:29:33'),(162,1,1,'215/55/17',0,'2017-06-26 14:50:46'),(163,1,1,'part worn hancock tyres',0,'2017-07-09 14:21:56'),(164,1,1,'hancock ',0,'2017-07-09 14:23:54'),(165,1,1,'205/45',0,'2017-07-13 07:48:41'),(166,1,1,'Continental',0,'2017-07-14 15:24:43'),(167,1,1,'195 55 15r',0,'2017-07-27 11:08:09'),(168,1,1,'195/55/r15',0,'2017-07-27 11:08:56'),(169,1,1,'205/55/r16',4,'2017-07-27 11:09:19'),(170,1,1,'ka tires',0,'2017-08-01 11:42:53'),(171,1,1,'Citroen dispatch ',0,'2017-09-12 14:59:28'),(172,1,1,'225 40 r18 92w',1,'2017-09-14 16:38:49'),(173,1,1,'225 40 r18 92w',1,'2017-09-15 06:57:11'),(174,1,1,'firemax',0,'2017-09-19 08:00:49'),(175,1,1,'225 40 r18 92w',1,'2017-09-22 14:50:05'),(176,1,1,'Tyres',10,'2017-10-13 04:28:20'),(177,1,1,'265 35 20',0,'2017-10-28 04:54:18'),(178,1,1,'235 55 18',4,'2017-10-28 06:01:34'),(179,1,1,'235 55 18',4,'2017-10-28 06:02:27'),(180,1,1,'Tyres',10,'2017-11-11 15:19:30'),(181,1,1,'Land sail',0,'2017-11-16 15:01:12'),(182,1,1,'225/40/18',1,'2017-11-16 15:01:45'),(183,1,1,'215 70 15c',0,'2017-11-26 20:51:14'),(184,1,1,'215 70 15c',0,'2017-11-27 18:43:38'),(185,1,1,'Continental tyres',0,'2017-11-29 16:09:55'),(186,1,1,'Continental tyres',0,'2017-11-29 16:09:56'),(187,1,1,'235 ',4,'2017-12-08 19:36:38'),(188,1,1,'Tyres',10,'2018-01-07 10:39:07'),(189,1,1,'perelli',0,'2018-03-17 15:45:26'),(190,1,1,'perelli tyres',0,'2018-03-17 15:46:04'),(191,1,1,'205/50/17',0,'2018-03-22 08:01:12'),(192,1,1,'davanti',0,'2018-03-28 13:13:31'),(193,1,1,'2256017h',0,'2018-03-28 15:24:34'),(194,1,1,'Tyre',22,'2018-04-13 09:47:19'),(195,1,1,'Tyre',22,'2018-04-13 09:47:43'),(196,1,1,'Tyre',22,'2018-04-13 09:48:06'),(197,1,1,'Tyre',22,'2018-04-13 09:48:30'),(198,1,1,'Tyre',22,'2018-04-13 09:49:35'),(199,1,1,'185/65H15',0,'2018-04-13 12:19:13'),(200,1,1,'185/65H15',0,'2018-04-13 12:19:33'),(201,1,1,'185/65HR15',1,'2018-04-13 12:23:24'),(202,1,1,'235/45',2,'2018-04-14 13:48:03'),(203,1,1,'Tyres',10,'2018-04-14 18:35:25'),(204,1,1,'part',3,'2018-04-18 12:14:48'),(205,1,1,'Puncture',0,'2018-04-22 09:21:01');
/*!40000 ALTER TABLE `tv_statssearch` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_stock`
--

DROP TABLE IF EXISTS `tv_stock`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_stock` (
  `id_stock` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `id_warehouse` int(11) unsigned NOT NULL,
  `id_product` int(11) unsigned NOT NULL,
  `id_product_attribute` int(11) unsigned NOT NULL,
  `reference` varchar(32) NOT NULL,
  `ean13` varchar(13) DEFAULT NULL,
  `upc` varchar(12) DEFAULT NULL,
  `physical_quantity` int(11) unsigned NOT NULL,
  `usable_quantity` int(11) unsigned NOT NULL,
  `price_te` decimal(20,6) DEFAULT '0.000000',
  PRIMARY KEY (`id_stock`),
  KEY `id_warehouse` (`id_warehouse`),
  KEY `id_product` (`id_product`),
  KEY `id_product_attribute` (`id_product_attribute`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_stock`
--

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

--
-- Table structure for table `tv_stock_available`
--

DROP TABLE IF EXISTS `tv_stock_available`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_stock_available` (
  `id_stock_available` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `id_product` int(11) unsigned NOT NULL,
  `id_product_attribute` int(11) unsigned NOT NULL,
  `id_shop` int(11) unsigned NOT NULL,
  `id_shop_group` int(11) unsigned NOT NULL,
  `quantity` int(10) NOT NULL DEFAULT '0',
  `depends_on_stock` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `out_of_stock` tinyint(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id_stock_available`),
  UNIQUE KEY `product_sqlstock` (`id_product`,`id_product_attribute`,`id_shop`,`id_shop_group`),
  KEY `id_shop` (`id_shop`),
  KEY `id_shop_group` (`id_shop_group`),
  KEY `id_product` (`id_product`),
  KEY `id_product_attribute` (`id_product_attribute`)
) ENGINE=InnoDB AUTO_INCREMENT=67 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_stock_available`
--

LOCK TABLES `tv_stock_available` WRITE;
/*!40000 ALTER TABLE `tv_stock_available` DISABLE KEYS */;
INSERT INTO `tv_stock_available` VALUES (35,3,0,1,0,0,0,0),(37,9,0,1,0,6,0,2),(38,10,0,1,0,6,0,2),(39,11,0,1,0,4,0,2),(45,17,0,1,0,4,0,2),(46,18,0,1,0,5,0,2),(47,19,0,1,0,4,0,2),(48,20,0,1,0,4,0,2),(49,21,0,1,0,6,0,2),(50,22,0,1,0,5,0,2),(52,24,0,1,0,5,0,2),(53,25,0,1,0,4,0,2),(54,26,0,1,0,4,0,2),(55,27,0,1,0,4,0,2),(56,28,0,1,0,4,0,2),(57,29,0,1,0,4,0,2),(58,30,0,1,0,4,0,2),(59,31,0,1,0,4,0,2),(60,32,0,1,0,4,0,2),(61,33,0,1,0,4,0,2),(62,34,0,1,0,4,0,2),(63,35,0,1,0,4,0,2),(64,36,0,1,0,4,0,2),(65,37,0,1,0,4,0,2),(66,38,0,1,0,4,0,2);
/*!40000 ALTER TABLE `tv_stock_available` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_stock_mvt`
--

DROP TABLE IF EXISTS `tv_stock_mvt`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_stock_mvt` (
  `id_stock_mvt` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `id_stock` int(11) unsigned NOT NULL,
  `id_order` int(11) unsigned DEFAULT NULL,
  `id_supply_order` int(11) unsigned DEFAULT NULL,
  `id_stock_mvt_reason` int(11) unsigned NOT NULL,
  `id_employee` int(11) unsigned NOT NULL,
  `employee_lastname` varchar(32) DEFAULT '',
  `employee_firstname` varchar(32) DEFAULT '',
  `physical_quantity` int(11) unsigned NOT NULL,
  `date_add` datetime NOT NULL,
  `sign` tinyint(1) NOT NULL DEFAULT '1',
  `price_te` decimal(20,6) DEFAULT '0.000000',
  `last_wa` decimal(20,6) DEFAULT '0.000000',
  `current_wa` decimal(20,6) DEFAULT '0.000000',
  `referer` bigint(20) unsigned DEFAULT NULL,
  PRIMARY KEY (`id_stock_mvt`),
  KEY `id_stock` (`id_stock`),
  KEY `id_stock_mvt_reason` (`id_stock_mvt_reason`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_stock_mvt`
--

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

--
-- Table structure for table `tv_stock_mvt_reason`
--

DROP TABLE IF EXISTS `tv_stock_mvt_reason`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_stock_mvt_reason` (
  `id_stock_mvt_reason` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `sign` tinyint(1) NOT NULL DEFAULT '1',
  `date_add` datetime NOT NULL,
  `date_upd` datetime NOT NULL,
  `deleted` tinyint(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id_stock_mvt_reason`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_stock_mvt_reason`
--

LOCK TABLES `tv_stock_mvt_reason` WRITE;
/*!40000 ALTER TABLE `tv_stock_mvt_reason` DISABLE KEYS */;
INSERT INTO `tv_stock_mvt_reason` VALUES (1,1,'2013-10-31 16:16:22','2013-10-31 16:16:22',0),(2,-1,'2013-10-31 16:16:22','2013-10-31 16:16:22',0),(3,-1,'2013-10-31 16:16:22','2013-10-31 16:16:22',0),(4,-1,'2013-10-31 16:16:22','2013-10-31 16:16:22',0),(5,1,'2013-10-31 16:16:22','2013-10-31 16:16:22',0),(6,-1,'2013-10-31 16:16:22','2013-10-31 16:16:22',0),(7,1,'2013-10-31 16:16:22','2013-10-31 16:16:22',0),(8,1,'2013-10-31 16:16:22','2013-10-31 16:16:22',0);
/*!40000 ALTER TABLE `tv_stock_mvt_reason` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_stock_mvt_reason_lang`
--

DROP TABLE IF EXISTS `tv_stock_mvt_reason_lang`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_stock_mvt_reason_lang` (
  `id_stock_mvt_reason` int(11) unsigned NOT NULL,
  `id_lang` int(11) unsigned NOT NULL,
  `name` varchar(255) NOT NULL,
  PRIMARY KEY (`id_stock_mvt_reason`,`id_lang`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_stock_mvt_reason_lang`
--

LOCK TABLES `tv_stock_mvt_reason_lang` WRITE;
/*!40000 ALTER TABLE `tv_stock_mvt_reason_lang` DISABLE KEYS */;
INSERT INTO `tv_stock_mvt_reason_lang` VALUES (1,1,'Increase'),(1,2,'Increase'),(2,1,'Decrease'),(2,2,'Decrease'),(3,1,'Customer Order'),(3,2,'Customer Order'),(4,1,'Regulation following an inventory of stock'),(4,2,'Regulation following an inventory of stock'),(5,1,'Regulation following an inventory of stock'),(5,2,'Regulation following an inventory of stock'),(6,1,'Transfer to another warehouse'),(6,2,'Transfer to another warehouse'),(7,1,'Transfer from another warehouse'),(7,2,'Transfer from another warehouse'),(8,1,'Supply Order'),(8,2,'Supply Order');
/*!40000 ALTER TABLE `tv_stock_mvt_reason_lang` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_store`
--

DROP TABLE IF EXISTS `tv_store`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_store` (
  `id_store` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_country` int(10) unsigned NOT NULL,
  `id_state` int(10) unsigned DEFAULT NULL,
  `name` varchar(128) NOT NULL,
  `address1` varchar(128) NOT NULL,
  `address2` varchar(128) DEFAULT NULL,
  `city` varchar(64) NOT NULL,
  `postcode` varchar(12) NOT NULL,
  `latitude` decimal(13,8) DEFAULT NULL,
  `longitude` decimal(13,8) DEFAULT NULL,
  `hours` varchar(254) DEFAULT NULL,
  `phone` varchar(16) DEFAULT NULL,
  `fax` varchar(16) DEFAULT NULL,
  `email` varchar(128) DEFAULT NULL,
  `note` text,
  `active` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `date_add` datetime NOT NULL,
  `date_upd` datetime NOT NULL,
  PRIMARY KEY (`id_store`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_store`
--

LOCK TABLES `tv_store` WRITE;
/*!40000 ALTER TABLE `tv_store` DISABLE KEYS */;
INSERT INTO `tv_store` VALUES (1,21,9,'Dade County','3030 SW 8th St Miami','','Miami',' 33135',25.76500500,-80.24379700,'a:7:{i:0;s:13:\"09:00 - 19:00\";i:1;s:13:\"09:00 - 19:00\";i:2;s:13:\"09:00 - 19:00\";i:3;s:13:\"09:00 - 19:00\";i:4;s:13:\"09:00 - 19:00\";i:5;s:13:\"10:00 - 16:00\";i:6;s:13:\"10:00 - 16:00\";}','','','','',1,'2013-10-31 16:16:40','2013-10-31 16:16:40'),(2,21,9,'E Fort Lauderdale','1000 Northeast 4th Ave Fort Lauderdale','','Miami',' 33304',26.13793600,-80.13943500,'a:7:{i:0;s:13:\"09:00 - 19:00\";i:1;s:13:\"09:00 - 19:00\";i:2;s:13:\"09:00 - 19:00\";i:3;s:13:\"09:00 - 19:00\";i:4;s:13:\"09:00 - 19:00\";i:5;s:13:\"10:00 - 16:00\";i:6;s:13:\"10:00 - 16:00\";}','','','','',1,'2013-10-31 16:16:40','2013-10-31 16:16:40'),(3,21,9,'Pembroke Pines','11001 Pines Blvd Pembroke Pines','','Miami','33026',26.00998700,-80.29447200,'a:7:{i:0;s:13:\"09:00 - 19:00\";i:1;s:13:\"09:00 - 19:00\";i:2;s:13:\"09:00 - 19:00\";i:3;s:13:\"09:00 - 19:00\";i:4;s:13:\"09:00 - 19:00\";i:5;s:13:\"10:00 - 16:00\";i:6;s:13:\"10:00 - 16:00\";}','','','','',1,'2013-10-31 16:16:40','2013-10-31 16:16:40'),(4,21,9,'Coconut Grove','2999 SW 32nd Avenue','','Miami',' 33133',25.73629600,-80.24479700,'a:7:{i:0;s:13:\"09:00 - 19:00\";i:1;s:13:\"09:00 - 19:00\";i:2;s:13:\"09:00 - 19:00\";i:3;s:13:\"09:00 - 19:00\";i:4;s:13:\"09:00 - 19:00\";i:5;s:13:\"10:00 - 16:00\";i:6;s:13:\"10:00 - 16:00\";}','','','','',1,'2013-10-31 16:16:40','2013-10-31 16:16:40'),(5,21,9,'N Miami/Biscayne','12055 Biscayne Blvd','','Miami','33181',25.88674000,-80.16329200,'a:7:{i:0;s:13:\"09:00 - 19:00\";i:1;s:13:\"09:00 - 19:00\";i:2;s:13:\"09:00 - 19:00\";i:3;s:13:\"09:00 - 19:00\";i:4;s:13:\"09:00 - 19:00\";i:5;s:13:\"10:00 - 16:00\";i:6;s:13:\"10:00 - 16:00\";}','','','','',1,'2013-10-31 16:16:40','2013-10-31 16:16:40');
/*!40000 ALTER TABLE `tv_store` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_store_shop`
--

DROP TABLE IF EXISTS `tv_store_shop`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_store_shop` (
  `id_store` int(11) unsigned NOT NULL,
  `id_shop` int(11) unsigned NOT NULL,
  PRIMARY KEY (`id_store`,`id_shop`),
  KEY `id_shop` (`id_shop`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_store_shop`
--

LOCK TABLES `tv_store_shop` WRITE;
/*!40000 ALTER TABLE `tv_store_shop` DISABLE KEYS */;
INSERT INTO `tv_store_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1);
/*!40000 ALTER TABLE `tv_store_shop` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_stripe_customer`
--

DROP TABLE IF EXISTS `tv_stripe_customer`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_stripe_customer` (
  `id_stripe_customer` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `stripe_customer_id` varchar(32) NOT NULL,
  `token` varchar(32) NOT NULL,
  `id_customer` int(10) unsigned NOT NULL,
  `cc_last_digits` int(11) NOT NULL,
  `date_add` datetime NOT NULL,
  PRIMARY KEY (`id_stripe_customer`),
  KEY `id_customer` (`id_customer`),
  KEY `token` (`token`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_stripe_customer`
--

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

--
-- Table structure for table `tv_stripe_transaction`
--

DROP TABLE IF EXISTS `tv_stripe_transaction`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_stripe_transaction` (
  `id_stripe_transaction` int(11) NOT NULL AUTO_INCREMENT,
  `type` enum('payment','refund') NOT NULL,
  `id_stripe_customer` int(10) unsigned NOT NULL,
  `id_cart` int(10) unsigned NOT NULL,
  `id_order` int(10) unsigned NOT NULL,
  `id_transaction` varchar(32) NOT NULL,
  `amount` decimal(10,2) NOT NULL,
  `status` enum('paid','unpaid') NOT NULL,
  `currency` varchar(3) NOT NULL,
  `cc_type` varchar(16) NOT NULL,
  `cc_exp` varchar(8) NOT NULL,
  `cc_last_digits` int(11) NOT NULL,
  `cvc_check` tinyint(1) NOT NULL DEFAULT '0',
  `fee` decimal(10,2) NOT NULL,
  `mode` enum('live','test') NOT NULL,
  `date_add` datetime NOT NULL,
  `charge_back` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id_stripe_transaction`),
  KEY `idx_transaction` (`type`,`id_order`,`status`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_stripe_transaction`
--

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

--
-- Table structure for table `tv_supplier`
--

DROP TABLE IF EXISTS `tv_supplier`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_supplier` (
  `id_supplier` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(64) NOT NULL,
  `date_add` datetime NOT NULL,
  `date_upd` datetime NOT NULL,
  `active` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id_supplier`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_supplier`
--

LOCK TABLES `tv_supplier` WRITE;
/*!40000 ALTER TABLE `tv_supplier` DISABLE KEYS */;
INSERT INTO `tv_supplier` VALUES (1,'AppleStore','2013-10-31 16:16:39','2013-10-31 16:16:39',1),(2,'Shure Online Store','2013-10-31 16:16:39','2013-10-31 16:16:39',1);
/*!40000 ALTER TABLE `tv_supplier` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_supplier_lang`
--

DROP TABLE IF EXISTS `tv_supplier_lang`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_supplier_lang` (
  `id_supplier` int(10) unsigned NOT NULL,
  `id_lang` int(10) unsigned NOT NULL,
  `description` text,
  `meta_title` varchar(128) DEFAULT NULL,
  `meta_keywords` varchar(255) DEFAULT NULL,
  `meta_description` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id_supplier`,`id_lang`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_supplier_lang`
--

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

--
-- Table structure for table `tv_supplier_shop`
--

DROP TABLE IF EXISTS `tv_supplier_shop`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_supplier_shop` (
  `id_supplier` int(11) unsigned NOT NULL,
  `id_shop` int(11) unsigned NOT NULL,
  PRIMARY KEY (`id_supplier`,`id_shop`),
  KEY `id_shop` (`id_shop`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_supplier_shop`
--

LOCK TABLES `tv_supplier_shop` WRITE;
/*!40000 ALTER TABLE `tv_supplier_shop` DISABLE KEYS */;
INSERT INTO `tv_supplier_shop` VALUES (1,1),(2,1);
/*!40000 ALTER TABLE `tv_supplier_shop` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_supply_order`
--

DROP TABLE IF EXISTS `tv_supply_order`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_supply_order` (
  `id_supply_order` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `id_supplier` int(11) unsigned NOT NULL,
  `supplier_name` varchar(64) NOT NULL,
  `id_lang` int(11) unsigned NOT NULL,
  `id_warehouse` int(11) unsigned NOT NULL,
  `id_supply_order_state` int(11) unsigned NOT NULL,
  `id_currency` int(11) unsigned NOT NULL,
  `id_ref_currency` int(11) unsigned NOT NULL,
  `reference` varchar(64) NOT NULL,
  `date_add` datetime NOT NULL,
  `date_upd` datetime NOT NULL,
  `date_delivery_expected` datetime DEFAULT NULL,
  `total_te` decimal(20,6) DEFAULT '0.000000',
  `total_with_discount_te` decimal(20,6) DEFAULT '0.000000',
  `total_tax` decimal(20,6) DEFAULT '0.000000',
  `total_ti` decimal(20,6) DEFAULT '0.000000',
  `discount_rate` decimal(20,6) DEFAULT '0.000000',
  `discount_value_te` decimal(20,6) DEFAULT '0.000000',
  `is_template` tinyint(1) DEFAULT '0',
  PRIMARY KEY (`id_supply_order`),
  KEY `id_supplier` (`id_supplier`),
  KEY `id_warehouse` (`id_warehouse`),
  KEY `reference` (`reference`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_supply_order`
--

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

--
-- Table structure for table `tv_supply_order_detail`
--

DROP TABLE IF EXISTS `tv_supply_order_detail`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_supply_order_detail` (
  `id_supply_order_detail` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `id_supply_order` int(11) unsigned NOT NULL,
  `id_currency` int(11) unsigned NOT NULL,
  `id_product` int(11) unsigned NOT NULL,
  `id_product_attribute` int(11) unsigned NOT NULL,
  `reference` varchar(32) NOT NULL,
  `supplier_reference` varchar(32) NOT NULL,
  `name` varchar(128) NOT NULL,
  `ean13` varchar(13) DEFAULT NULL,
  `upc` varchar(12) DEFAULT NULL,
  `exchange_rate` decimal(20,6) DEFAULT '0.000000',
  `unit_price_te` decimal(20,6) DEFAULT '0.000000',
  `quantity_expected` int(11) unsigned NOT NULL,
  `quantity_received` int(11) unsigned NOT NULL,
  `price_te` decimal(20,6) DEFAULT '0.000000',
  `discount_rate` decimal(20,6) DEFAULT '0.000000',
  `discount_value_te` decimal(20,6) DEFAULT '0.000000',
  `price_with_discount_te` decimal(20,6) DEFAULT '0.000000',
  `tax_rate` decimal(20,6) DEFAULT '0.000000',
  `tax_value` decimal(20,6) DEFAULT '0.000000',
  `price_ti` decimal(20,6) DEFAULT '0.000000',
  `tax_value_with_order_discount` decimal(20,6) DEFAULT '0.000000',
  `price_with_order_discount_te` decimal(20,6) DEFAULT '0.000000',
  PRIMARY KEY (`id_supply_order_detail`),
  KEY `id_supply_order` (`id_supply_order`),
  KEY `id_product` (`id_product`),
  KEY `id_product_attribute` (`id_product_attribute`),
  KEY `id_product_product_attribute` (`id_product`,`id_product_attribute`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_supply_order_detail`
--

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

--
-- Table structure for table `tv_supply_order_history`
--

DROP TABLE IF EXISTS `tv_supply_order_history`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_supply_order_history` (
  `id_supply_order_history` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `id_supply_order` int(11) unsigned NOT NULL,
  `id_employee` int(11) unsigned NOT NULL,
  `employee_lastname` varchar(32) DEFAULT '',
  `employee_firstname` varchar(32) DEFAULT '',
  `id_state` int(11) unsigned NOT NULL,
  `date_add` datetime NOT NULL,
  PRIMARY KEY (`id_supply_order_history`),
  KEY `id_supply_order` (`id_supply_order`),
  KEY `id_employee` (`id_employee`),
  KEY `id_state` (`id_state`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_supply_order_history`
--

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

--
-- Table structure for table `tv_supply_order_receipt_history`
--

DROP TABLE IF EXISTS `tv_supply_order_receipt_history`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_supply_order_receipt_history` (
  `id_supply_order_receipt_history` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `id_supply_order_detail` int(11) unsigned NOT NULL,
  `id_employee` int(11) unsigned NOT NULL,
  `employee_lastname` varchar(32) DEFAULT '',
  `employee_firstname` varchar(32) DEFAULT '',
  `id_supply_order_state` int(11) unsigned NOT NULL,
  `quantity` int(11) unsigned NOT NULL,
  `date_add` datetime NOT NULL,
  PRIMARY KEY (`id_supply_order_receipt_history`),
  KEY `id_supply_order_detail` (`id_supply_order_detail`),
  KEY `id_supply_order_state` (`id_supply_order_state`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_supply_order_receipt_history`
--

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

--
-- Table structure for table `tv_supply_order_state`
--

DROP TABLE IF EXISTS `tv_supply_order_state`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_supply_order_state` (
  `id_supply_order_state` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `delivery_note` tinyint(1) NOT NULL DEFAULT '0',
  `editable` tinyint(1) NOT NULL DEFAULT '0',
  `receipt_state` tinyint(1) NOT NULL DEFAULT '0',
  `pending_receipt` tinyint(1) NOT NULL DEFAULT '0',
  `enclosed` tinyint(1) NOT NULL DEFAULT '0',
  `color` varchar(32) DEFAULT NULL,
  PRIMARY KEY (`id_supply_order_state`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_supply_order_state`
--

LOCK TABLES `tv_supply_order_state` WRITE;
/*!40000 ALTER TABLE `tv_supply_order_state` DISABLE KEYS */;
INSERT INTO `tv_supply_order_state` VALUES (1,0,1,0,0,0,'#faab00'),(2,1,0,0,0,0,'#273cff'),(3,0,0,0,1,0,'#ff37f5'),(4,0,0,1,1,0,'#ff3e33'),(5,0,0,1,0,1,'#00d60c'),(6,0,0,0,0,1,'#666666');
/*!40000 ALTER TABLE `tv_supply_order_state` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_supply_order_state_lang`
--

DROP TABLE IF EXISTS `tv_supply_order_state_lang`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_supply_order_state_lang` (
  `id_supply_order_state` int(11) unsigned NOT NULL,
  `id_lang` int(11) unsigned NOT NULL,
  `name` varchar(128) DEFAULT NULL,
  PRIMARY KEY (`id_supply_order_state`,`id_lang`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_supply_order_state_lang`
--

LOCK TABLES `tv_supply_order_state_lang` WRITE;
/*!40000 ALTER TABLE `tv_supply_order_state_lang` DISABLE KEYS */;
INSERT INTO `tv_supply_order_state_lang` VALUES (1,1,'1 - Creation in progress'),(1,2,'1 - Creation in progress'),(2,1,'2 - Order validated'),(2,2,'2 - Order validated'),(3,1,'3 - Pending receipt'),(3,2,'3 - Pending receipt'),(4,1,'4 - Order received in part'),(4,2,'4 - Order received in part'),(5,1,'5 - Order received completely'),(5,2,'5 - Order received completely'),(6,1,'6 - Order canceled'),(6,2,'6 - Order canceled');
/*!40000 ALTER TABLE `tv_supply_order_state_lang` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_tab`
--

DROP TABLE IF EXISTS `tv_tab`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_tab` (
  `id_tab` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_parent` int(11) NOT NULL,
  `class_name` varchar(64) NOT NULL,
  `module` varchar(64) DEFAULT NULL,
  `position` int(10) unsigned NOT NULL,
  `active` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id_tab`),
  KEY `class_name` (`class_name`),
  KEY `id_parent` (`id_parent`)
) ENGINE=InnoDB AUTO_INCREMENT=103 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_tab`
--

LOCK TABLES `tv_tab` WRITE;
/*!40000 ALTER TABLE `tv_tab` DISABLE KEYS */;
INSERT INTO `tv_tab` VALUES (1,-1,'AdminHome','',0,1),(2,-1,'AdminCms','',1,1),(3,-1,'AdminCmsCategories','',2,1),(4,-1,'AdminAttributeGenerator','',3,1),(5,-1,'AdminSearch','',4,1),(6,-1,'AdminLogin','',5,1),(7,-1,'AdminShop','',6,1),(8,-1,'AdminShopUrl','',7,1),(9,0,'AdminCatalog','',0,1),(10,0,'AdminParentOrders','',1,1),(11,0,'AdminParentCustomer','',2,1),(12,0,'AdminPriceRule','',3,1),(13,0,'AdminParentShipping','',4,1),(14,0,'AdminParentLocalization','',5,1),(15,0,'AdminParentModules','',6,1),(16,0,'AdminParentPreferences','',7,1),(17,0,'AdminTools','',8,1),(18,0,'AdminAdmin','',9,1),(19,0,'AdminParentStats','',10,1),(20,0,'AdminStock','',11,1),(21,9,'AdminProducts','',0,1),(22,9,'AdminCategories','',1,1),(23,9,'AdminTracking','',2,1),(24,9,'AdminAttributesGroups','',3,1),(25,9,'AdminFeatures','',4,1),(26,9,'AdminManufacturers','',5,1),(27,9,'AdminSuppliers','',6,1),(28,9,'AdminScenes','',7,1),(29,9,'AdminTags','',8,1),(30,9,'AdminAttachments','',9,1),(31,10,'AdminOrders','',0,1),(32,10,'AdminInvoices','',1,1),(33,10,'AdminReturn','',2,1),(34,10,'AdminDeliverySlip','',3,1),(35,10,'AdminSlip','',4,1),(36,10,'AdminStatuses','',5,1),(37,10,'AdminOrderMessage','',6,1),(38,11,'AdminCustomers','',0,1),(39,11,'AdminAddresses','',1,1),(40,11,'AdminGroups','',2,1),(41,11,'AdminCarts','',3,1),(42,11,'AdminCustomerThreads','',4,1),(43,11,'AdminContacts','',5,1),(44,11,'AdminGenders','',6,1),(45,11,'AdminOutstanding','',7,0),(46,12,'AdminCartRules','',0,1),(47,12,'AdminSpecificPriceRule','',1,1),(48,12,'AdminMarketing','',2,1),(49,13,'AdminShipping','',0,1),(50,13,'AdminCarriers','',1,1),(51,13,'AdminCarrierWizard',NULL,2,1),(52,14,'AdminLocalization','',0,1),(53,14,'AdminLanguages','',1,1),(54,14,'AdminZones','',2,1),(55,14,'AdminCountries','',3,1),(56,14,'AdminStates','',4,1),(57,14,'AdminCurrencies','',5,1),(58,14,'AdminTaxes','',6,1),(59,14,'AdminTaxRulesGroup','',7,1),(60,14,'AdminTranslations','',8,1),(61,15,'AdminModules','',0,1),(62,15,'AdminAddonsCatalog','',1,1),(63,15,'AdminModulesPositions','',2,1),(64,15,'AdminPayment','',3,1),(65,16,'AdminPreferences','',0,1),(66,16,'AdminOrderPreferences','',1,1),(67,16,'AdminPPreferences','',2,1),(68,16,'AdminCustomerPreferences','',3,1),(69,16,'AdminThemes','',4,1),(70,16,'AdminMeta','',5,1),(71,16,'AdminCmsContent','',6,1),(72,16,'AdminImages','',7,1),(73,16,'AdminStores','',8,1),(74,16,'AdminSearchConf','',9,1),(75,16,'AdminMaintenance','',10,1),(76,16,'AdminGeolocation','',11,1),(77,17,'AdminInformation','',0,1),(78,17,'AdminPerformance','',1,1),(79,17,'AdminEmails','',2,1),(80,17,'AdminShopGroup','',3,0),(81,17,'AdminImport','',4,1),(82,17,'AdminBackup','',5,1),(83,17,'AdminRequestSql','',6,1),(84,17,'AdminLogs','',7,1),(85,17,'AdminWebservice','',8,1),(86,18,'AdminAdminPreferences','',0,1),(87,18,'AdminQuickAccesses','',1,1),(88,18,'AdminEmployees','',2,1),(89,18,'AdminProfiles','',3,1),(90,18,'AdminAccess','',4,1),(91,18,'AdminTabs','',5,1),(92,19,'AdminStats','',0,1),(93,19,'AdminSearchEngines','',1,1),(94,19,'AdminReferrers','',2,1),(95,20,'AdminWarehouses','',0,1),(96,20,'AdminStockManagement','',1,1),(97,20,'AdminStockMvt','',2,1),(98,20,'AdminStockInstantState','',3,1),(99,20,'AdminStockCover','',4,1),(100,20,'AdminSupplyOrders','',5,1),(101,20,'AdminStockConfiguration','',6,1),(102,18,'AdminGamification','gamification',6,1);
/*!40000 ALTER TABLE `tv_tab` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_tab_advice`
--

DROP TABLE IF EXISTS `tv_tab_advice`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_tab_advice` (
  `id_tab` int(11) NOT NULL,
  `id_advice` int(11) NOT NULL,
  PRIMARY KEY (`id_tab`,`id_advice`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_tab_advice`
--

LOCK TABLES `tv_tab_advice` WRITE;
/*!40000 ALTER TABLE `tv_tab_advice` DISABLE KEYS */;
INSERT INTO `tv_tab_advice` VALUES (0,0),(21,2),(21,3),(22,2),(31,5),(32,2),(38,4),(52,1),(70,3),(73,2);
/*!40000 ALTER TABLE `tv_tab_advice` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_tab_lang`
--

DROP TABLE IF EXISTS `tv_tab_lang`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_tab_lang` (
  `id_tab` int(10) unsigned NOT NULL,
  `id_lang` int(10) unsigned NOT NULL,
  `name` varchar(32) DEFAULT NULL,
  PRIMARY KEY (`id_tab`,`id_lang`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_tab_lang`
--

LOCK TABLES `tv_tab_lang` WRITE;
/*!40000 ALTER TABLE `tv_tab_lang` DISABLE KEYS */;
INSERT INTO `tv_tab_lang` VALUES (1,1,'Home'),(1,2,'Home'),(2,1,'CMS Pages'),(2,2,'CMS Pages'),(3,1,'CMS Categories'),(3,2,'CMS Categories'),(4,1,'Combinations Generator'),(4,2,'Combinations Generator'),(5,1,'Search'),(5,2,'Search'),(6,1,'Login'),(6,2,'Login'),(7,1,'Shops'),(7,2,'Shops'),(8,1,'Shop URLs'),(8,2,'Shop URLs'),(9,1,'Catalog'),(9,2,'Catalog'),(10,1,'Orders'),(10,2,'Orders'),(11,1,'Customers'),(11,2,'Customers'),(12,1,'Price Rules'),(12,2,'Price Rules'),(13,1,'Shipping'),(13,2,'Shipping'),(14,1,'Localization'),(14,2,'Localization'),(15,1,'Modules'),(15,2,'Modules'),(16,1,'Preferences'),(16,2,'Preferences'),(17,1,'Advanced Parameters'),(17,2,'Advanced Parameters'),(18,1,'Administration'),(18,2,'Administration'),(19,1,'Stats'),(19,2,'Stats'),(20,1,'Stock'),(20,2,'Stock'),(21,1,'Products'),(21,2,'Products'),(22,1,'Categories'),(22,2,'Categories'),(23,1,'Monitoring'),(23,2,'Monitoring'),(24,1,'Attributes and Values'),(24,2,'Attributes and Values'),(25,1,'Features'),(25,2,'Features'),(26,1,'Manufacturers'),(26,2,'Manufacturers'),(27,1,'Suppliers'),(27,2,'Suppliers'),(28,1,'Image Mapping'),(28,2,'Image Mapping'),(29,1,'Tags'),(29,2,'Tags'),(30,1,'Attachments'),(30,2,'Attachments'),(31,1,'Orders'),(31,2,'Orders'),(32,1,'Invoices'),(32,2,'Invoices'),(33,1,'Merchandise Returns'),(33,2,'Merchandise Returns'),(34,1,'Delivery Slips'),(34,2,'Delivery Slips'),(35,1,'Credit Slips'),(35,2,'Credit Slips'),(36,1,'Statuses'),(36,2,'Statuses'),(37,1,'Order Messages'),(37,2,'Order Messages'),(38,1,'Customers'),(38,2,'Customers'),(39,1,'Addresses'),(39,2,'Addresses'),(40,1,'Groups'),(40,2,'Groups'),(41,1,'Shopping Carts'),(41,2,'Shopping Carts'),(42,1,'Customer Service'),(42,2,'Customer Service'),(43,1,'Contacts'),(43,2,'Contacts'),(44,1,'Titles'),(44,2,'Titles'),(45,1,'Outstanding'),(45,2,'Outstanding'),(46,1,'Cart Rules'),(46,2,'Cart Rules'),(47,1,'Catalog Price Rules'),(47,2,'Catalog Price Rules'),(48,1,'Marketing'),(48,2,'Marketing'),(49,1,'Shipping'),(49,2,'Shipping'),(50,1,'Carriers'),(50,2,'Carriers'),(51,1,NULL),(51,2,NULL),(52,1,'Localization'),(52,2,'Localization'),(53,1,'Languages'),(53,2,'Languages'),(54,1,'Zones'),(54,2,'Zones'),(55,1,'Countries'),(55,2,'Countries'),(56,1,'States'),(56,2,'States'),(57,1,'Currencies'),(57,2,'Currencies'),(58,1,'Taxes'),(58,2,'Taxes'),(59,1,'Tax Rules'),(59,2,'Tax Rules'),(60,1,'Translations'),(60,2,'Translations'),(61,1,'Modules'),(61,2,'Modules'),(62,1,'Modules & Themes Catalog'),(62,2,'Modules & Themes Catalog'),(63,1,'Positions'),(63,2,'Positions'),(64,1,'Payment'),(64,2,'Payment'),(65,1,'General'),(65,2,'General'),(66,1,'Orders'),(66,2,'Orders'),(67,1,'Products'),(67,2,'Products'),(68,1,'Customers'),(68,2,'Customers'),(69,1,'Themes'),(69,2,'Themes'),(70,1,'SEO & URLs'),(70,2,'SEO & URLs'),(71,1,'CMS'),(71,2,'CMS'),(72,1,'Images'),(72,2,'Images'),(73,1,'Store Contacts'),(73,2,'Store Contacts'),(74,1,'Search'),(74,2,'Search'),(75,1,'Maintenance'),(75,2,'Maintenance'),(76,1,'Geolocation'),(76,2,'Geolocation'),(77,1,'Configuration Information'),(77,2,'Configuration Information'),(78,1,'Performance'),(78,2,'Performance'),(79,1,'E-mail'),(79,2,'E-mail'),(80,1,'Multistore'),(80,2,'Multistore'),(81,1,'CSV Import'),(81,2,'CSV Import'),(82,1,'DB Backup'),(82,2,'DB Backup'),(83,1,'SQL Manager'),(83,2,'SQL Manager'),(84,1,'Logs'),(84,2,'Logs'),(85,1,'Webservice'),(85,2,'Webservice'),(86,1,'Preferences'),(86,2,'Preferences'),(87,1,'Quick Access'),(87,2,'Quick Access'),(88,1,'Employees'),(88,2,'Employees'),(89,1,'Profiles'),(89,2,'Profiles'),(90,1,'Permissions'),(90,2,'Permissions'),(91,1,'Menus'),(91,2,'Menus'),(92,1,'Stats'),(92,2,'Stats'),(93,1,'Search Engines'),(93,2,'Search Engines'),(94,1,'Referrers'),(94,2,'Referrers'),(95,1,'Warehouses'),(95,2,'Warehouses'),(96,1,'Stock Management'),(96,2,'Stock Management'),(97,1,'Stock Movement'),(97,2,'Stock Movement'),(98,1,'Instant Stock Status'),(98,2,'Instant Stock Status'),(99,1,'Stock Coverage'),(99,2,'Stock Coverage'),(100,1,'Supply orders'),(100,2,'Supply orders'),(101,1,'Configuration'),(101,2,'Configuration'),(102,1,'Merchant Expertise'),(102,2,'Merchant Expertise');
/*!40000 ALTER TABLE `tv_tab_lang` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_tab_module_preference`
--

DROP TABLE IF EXISTS `tv_tab_module_preference`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_tab_module_preference` (
  `id_tab_module_preference` int(11) NOT NULL AUTO_INCREMENT,
  `id_employee` int(11) NOT NULL,
  `id_tab` int(11) NOT NULL,
  `module` varchar(255) NOT NULL,
  PRIMARY KEY (`id_tab_module_preference`),
  UNIQUE KEY `employee_module` (`id_employee`,`id_tab`,`module`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_tab_module_preference`
--

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

--
-- Table structure for table `tv_tag`
--

DROP TABLE IF EXISTS `tv_tag`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_tag` (
  `id_tag` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id_lang` int(10) unsigned NOT NULL,
  `name` varchar(32) NOT NULL,
  PRIMARY KEY (`id_tag`),
  KEY `tag_name` (`name`),
  KEY `id_lang` (`id_lang`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_tag`
--

LOCK TABLES `tv_tag` WRITE;
/*!40000 ALTER TABLE `tv_tag` DISABLE KEYS */;
INSERT INTO `tv_tag` VALUES (7,1,'Rapid Tyre'),(8,1,'205'),(9,1,'55'),(10,1,'16');
/*!40000 ALTER TABLE `tv_tag` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_tax`
--

DROP TABLE IF EXISTS `tv_tax`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_tax` (
  `id_tax` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `rate` decimal(10,3) NOT NULL,
  `active` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `deleted` tinyint(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id_tax`)
) ENGINE=InnoDB AUTO_INCREMENT=56 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_tax`
--

LOCK TABLES `tv_tax` WRITE;
/*!40000 ALTER TABLE `tv_tax` DISABLE KEYS */;
INSERT INTO `tv_tax` VALUES (1,4.000,1,0),(2,0.000,1,0),(3,6.600,1,0),(4,6.000,1,0),(5,8.250,1,0),(6,2.900,1,0),(7,0.000,1,0),(8,0.000,1,0),(9,6.000,1,0),(10,4.000,1,0),(11,4.000,1,0),(12,6.000,1,0),(13,6.250,1,0),(14,7.000,1,0),(15,6.000,1,0),(16,5.300,1,0),(17,6.000,1,0),(18,4.000,1,0),(19,5.000,1,0),(20,6.000,1,0),(21,6.250,1,0),(22,6.000,1,0),(23,6.875,1,0),(24,7.000,1,0),(25,4.225,1,0),(26,0.000,1,0),(27,5.500,1,0),(28,6.850,1,0),(29,0.000,1,0),(30,7.000,1,0),(31,5.125,1,0),(32,4.000,1,0),(33,5.500,1,0),(34,5.000,1,0),(35,5.500,1,0),(36,4.500,1,0),(37,0.000,1,0),(38,6.000,1,0),(39,7.000,1,0),(40,6.000,1,0),(41,4.000,1,0),(42,7.000,1,0),(43,6.250,1,0),(44,4.750,1,0),(45,6.000,1,0),(46,4.000,1,0),(47,6.500,1,0),(48,6.000,1,0),(49,5.000,1,0),(50,4.000,1,0),(51,5.500,1,0),(52,6.000,1,0),(53,20.000,1,0),(54,5.000,1,0),(55,20.000,1,0);
/*!40000 ALTER TABLE `tv_tax` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_tax_lang`
--

DROP TABLE IF EXISTS `tv_tax_lang`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_tax_lang` (
  `id_tax` int(10) unsigned NOT NULL,
  `id_lang` int(10) unsigned NOT NULL,
  `name` varchar(32) NOT NULL,
  PRIMARY KEY (`id_tax`,`id_lang`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_tax_lang`
--

LOCK TABLES `tv_tax_lang` WRITE;
/*!40000 ALTER TABLE `tv_tax_lang` DISABLE KEYS */;
INSERT INTO `tv_tax_lang` VALUES (1,1,'Sales-taxes US-AL 4%'),(1,2,'Sales-taxes US-AL 4%'),(2,1,'Sales-taxes US-AK 0%'),(2,2,'Sales-taxes US-AK 0%'),(3,1,'Sales-taxes US-AZ 6.6%'),(3,2,'Sales-taxes US-AZ 6.6%'),(4,1,'Sales-taxes US-AR 6%'),(4,2,'Sales-taxes US-AR 6%'),(5,1,'Sales-taxes US-CA 8.25%'),(5,2,'Sales-taxes US-CA 8.25%'),(6,1,'Sales-taxes US-CO 2.9%'),(6,2,'Sales-taxes US-CO 2.9%'),(7,1,'Sales-taxes US-CT 0%'),(7,2,'Sales-taxes US-CT 0%'),(8,1,'Sales-taxes US-DE 0%'),(8,2,'Sales-taxes US-DE 0%'),(9,1,'Sales-taxes US-FL 6%'),(9,2,'Sales-taxes US-FL 6%'),(10,1,'Sales-taxes US-GA 4%'),(10,2,'Sales-taxes US-GA 4%'),(11,1,'Sales-taxes US-HI 4%'),(11,2,'Sales-taxes US-HI 4%'),(12,1,'Sales-taxes US-ID 6%'),(12,2,'Sales-taxes US-ID 6%'),(13,1,'Sales-taxes US-IL 6.25%'),(13,2,'Sales-taxes US-IL 6.25%'),(14,1,'Sales-taxes US-IN 7%'),(14,2,'Sales-taxes US-IN 7%'),(15,1,'Sales-taxes US-IA 6%'),(15,2,'Sales-taxes US-IA 6%'),(16,1,'Sales-taxes US-KS 5.3%'),(16,2,'Sales-taxes US-KS 5.3%'),(17,1,'Sales-taxes US-KY 6%'),(17,2,'Sales-taxes US-KY 6%'),(18,1,'Sales-taxes US-LA 4%'),(18,2,'Sales-taxes US-LA 4%'),(19,1,'Sales-taxes US-ME 5%'),(19,2,'Sales-taxes US-ME 5%'),(20,1,'Sales-taxes US-MD 6%'),(20,2,'Sales-taxes US-MD 6%'),(21,1,'Sales-taxes US-MA 6.25%'),(21,2,'Sales-taxes US-MA 6.25%'),(22,1,'Sales-taxes US-MI 6%'),(22,2,'Sales-taxes US-MI 6%'),(23,1,'Sales-taxes US-MN 6.875%'),(23,2,'Sales-taxes US-MN 6.875%'),(24,1,'Sales-taxes US-MS 7%'),(24,2,'Sales-taxes US-MS 7%'),(25,1,'Sales-taxes US-MO 4.225%'),(25,2,'Sales-taxes US-MO 4.225%'),(26,1,'Sales-taxes US-MT 0.0%'),(26,2,'Sales-taxes US-MT 0.0%'),(27,1,'Sales-taxes US-NE 5.5%'),(27,2,'Sales-taxes US-NE 5.5%'),(28,1,'Sales-taxes US-NV 6.85%'),(28,2,'Sales-taxes US-NV 6.85%'),(29,1,'Sales-taxes US-NH 0%'),(29,2,'Sales-taxes US-NH 0%'),(30,1,'Sales-taxes US-NJ 7%'),(30,2,'Sales-taxes US-NJ 7%'),(31,1,'Sales-taxes US-NM 5.125%'),(31,2,'Sales-taxes US-NM 5.125%'),(32,1,'Sales-taxes US-NY 4%'),(32,2,'Sales-taxes US-NY 4%'),(33,1,'Sales-taxes US-NC 5.5%'),(33,2,'Sales-taxes US-NC 5.5%'),(34,1,'Sales-taxes US-ND 5%'),(34,2,'Sales-taxes US-ND 5%'),(35,1,'Sales-taxes US-OH 5.5%'),(35,2,'Sales-taxes US-OH 5.5%'),(36,1,'Sales-taxes US-OK 4.5%'),(36,2,'Sales-taxes US-OK 4.5%'),(37,1,'Sales-taxes US-OR 0%'),(37,2,'Sales-taxes US-OR 0%'),(38,1,'Sales-taxes US-PA 6%'),(38,2,'Sales-taxes US-PA 6%'),(39,1,'Sales-taxes US-RI 7%'),(39,2,'Sales-taxes US-RI 7%'),(40,1,'Sales-taxes US-SC 6%'),(40,2,'Sales-taxes US-SC 6%'),(41,1,'Sales-taxes US-SD 4%'),(41,2,'Sales-taxes US-SD 4%'),(42,1,'Sales-taxes US-TN 7%'),(42,2,'Sales-taxes US-TN 7%'),(43,1,'Sales-taxes US-TX 6.25%'),(43,2,'Sales-taxes US-TX 6.25%'),(44,1,'Sales-taxes US-UT 4.75%'),(44,2,'Sales-taxes US-UT 4.75%'),(45,1,'Sales-taxes US-VT 6%'),(45,2,'Sales-taxes US-VT 6%'),(46,1,'Sales-taxes US-VA 4%'),(46,2,'Sales-taxes US-VA 4%'),(47,1,'Sales-taxes US-WA 6.5%'),(47,2,'Sales-taxes US-WA 6.5%'),(48,1,'Sales-taxes US-WV 6%'),(48,2,'Sales-taxes US-WV 6%'),(49,1,'Sales-taxes US-WI 5%'),(49,2,'Sales-taxes US-WI 5%'),(50,1,'Sales-taxes US-WY 4%'),(50,2,'Sales-taxes US-WY 4%'),(51,1,'Sales-taxes US-PR 5.5%'),(51,2,'Sales-taxes US-PR 5.5%'),(52,1,'Sales-taxes US-DC 6%'),(52,2,'Sales-taxes US-DC 6%'),(53,1,'VAT UK 20%'),(53,2,'VAT UK 20%'),(54,1,'VAT UK 5%'),(54,2,'VAT UK 5%'),(55,1,'vat'),(55,2,'vat');
/*!40000 ALTER TABLE `tv_tax_lang` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_tax_rule`
--

DROP TABLE IF EXISTS `tv_tax_rule`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_tax_rule` (
  `id_tax_rule` int(11) NOT NULL AUTO_INCREMENT,
  `id_tax_rules_group` int(11) NOT NULL,
  `id_country` int(11) NOT NULL,
  `id_state` int(11) NOT NULL,
  `zipcode_from` varchar(12) NOT NULL,
  `zipcode_to` varchar(12) NOT NULL,
  `id_tax` int(11) NOT NULL,
  `behavior` int(11) NOT NULL,
  `description` varchar(100) NOT NULL,
  PRIMARY KEY (`id_tax_rule`),
  KEY `id_tax_rules_group` (`id_tax_rules_group`),
  KEY `id_tax` (`id_tax`),
  KEY `category_getproducts` (`id_tax_rules_group`,`id_country`,`id_state`,`zipcode_from`)
) ENGINE=InnoDB AUTO_INCREMENT=107 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_tax_rule`
--

LOCK TABLES `tv_tax_rule` WRITE;
/*!40000 ALTER TABLE `tv_tax_rule` DISABLE KEYS */;
INSERT INTO `tv_tax_rule` VALUES (1,1,21,1,'0','0',1,1,''),(2,2,21,2,'0','0',2,1,''),(3,3,21,3,'0','0',3,1,''),(4,4,21,4,'0','0',4,1,''),(5,5,21,5,'0','0',5,1,''),(6,6,21,6,'0','0',6,1,''),(7,7,21,7,'0','0',7,1,''),(8,8,21,8,'0','0',8,1,''),(9,9,21,9,'0','0',9,1,''),(10,10,21,10,'0','0',10,1,''),(11,11,21,11,'0','0',11,1,''),(12,12,21,12,'0','0',12,1,''),(13,13,21,13,'0','0',13,1,''),(14,14,21,14,'0','0',14,1,''),(15,15,21,15,'0','0',15,1,''),(16,16,21,16,'0','0',16,1,''),(17,17,21,17,'0','0',17,1,''),(18,18,21,18,'0','0',18,1,''),(19,19,21,19,'0','0',19,1,''),(20,20,21,20,'0','0',20,1,''),(21,21,21,21,'0','0',21,1,''),(22,22,21,22,'0','0',22,1,''),(23,23,21,23,'0','0',23,1,''),(24,24,21,24,'0','0',24,1,''),(25,25,21,25,'0','0',25,1,''),(26,26,21,26,'0','0',26,1,''),(27,27,21,27,'0','0',27,1,''),(28,28,21,28,'0','0',28,1,''),(29,29,21,29,'0','0',29,1,''),(30,30,21,30,'0','0',30,1,''),(31,31,21,31,'0','0',31,1,''),(32,32,21,32,'0','0',32,1,''),(33,33,21,33,'0','0',33,1,''),(34,34,21,34,'0','0',34,1,''),(35,35,21,35,'0','0',35,1,''),(36,36,21,36,'0','0',36,1,''),(37,37,21,37,'0','0',37,1,''),(38,38,21,38,'0','0',38,1,''),(39,39,21,39,'0','0',39,1,''),(40,40,21,40,'0','0',40,1,''),(41,41,21,41,'0','0',41,1,''),(42,42,21,42,'0','0',42,1,''),(43,43,21,43,'0','0',43,1,''),(44,44,21,44,'0','0',44,1,''),(45,45,21,45,'0','0',45,1,''),(46,46,21,46,'0','0',46,1,''),(47,47,21,47,'0','0',47,1,''),(48,48,21,48,'0','0',48,1,''),(49,49,21,49,'0','0',49,1,''),(50,50,21,50,'0','0',50,1,''),(51,51,21,51,'0','0',51,1,''),(52,52,21,53,'0','0',52,1,''),(53,53,3,0,'0','0',53,0,''),(54,53,236,0,'0','0',53,0,''),(55,53,16,0,'0','0',53,0,''),(56,53,20,0,'0','0',53,0,''),(57,53,1,0,'0','0',53,0,''),(58,53,86,0,'0','0',53,0,''),(59,53,9,0,'0','0',53,0,''),(60,53,6,0,'0','0',53,0,''),(61,53,8,0,'0','0',53,0,''),(62,53,26,0,'0','0',53,0,''),(63,53,10,0,'0','0',53,0,''),(64,53,76,0,'0','0',53,0,''),(65,53,125,0,'0','0',53,0,''),(66,53,131,0,'0','0',53,0,''),(67,53,12,0,'0','0',53,0,''),(68,53,143,0,'0','0',53,0,''),(69,53,139,0,'0','0',53,0,''),(70,53,13,0,'0','0',53,0,''),(71,53,2,0,'0','0',53,0,''),(72,53,14,0,'0','0',53,0,''),(73,53,15,0,'0','0',53,0,''),(74,53,36,0,'0','0',53,0,''),(75,53,193,0,'0','0',53,0,''),(76,53,37,0,'0','0',53,0,''),(77,53,7,0,'0','0',53,0,''),(78,53,18,0,'0','0',53,0,''),(79,53,17,0,'0','0',53,0,''),(80,54,3,0,'0','0',54,0,''),(81,54,236,0,'0','0',54,0,''),(82,54,16,0,'0','0',54,0,''),(83,54,20,0,'0','0',54,0,''),(84,54,1,0,'0','0',54,0,''),(85,54,86,0,'0','0',54,0,''),(86,54,9,0,'0','0',54,0,''),(87,54,6,0,'0','0',54,0,''),(88,54,8,0,'0','0',54,0,''),(89,54,26,0,'0','0',54,0,''),(90,54,10,0,'0','0',54,0,''),(91,54,76,0,'0','0',54,0,''),(92,54,125,0,'0','0',54,0,''),(93,54,131,0,'0','0',54,0,''),(94,54,12,0,'0','0',54,0,''),(95,54,143,0,'0','0',54,0,''),(96,54,139,0,'0','0',54,0,''),(97,54,13,0,'0','0',54,0,''),(98,54,2,0,'0','0',54,0,''),(99,54,14,0,'0','0',54,0,''),(100,54,15,0,'0','0',54,0,''),(101,54,36,0,'0','0',54,0,''),(102,54,193,0,'0','0',54,0,''),(103,54,37,0,'0','0',54,0,''),(104,54,7,0,'0','0',54,0,''),(105,54,18,0,'0','0',54,0,''),(106,54,17,0,'0','0',54,0,'');
/*!40000 ALTER TABLE `tv_tax_rule` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_tax_rules_group`
--

DROP TABLE IF EXISTS `tv_tax_rules_group`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_tax_rules_group` (
  `id_tax_rules_group` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(50) NOT NULL,
  `active` int(11) NOT NULL,
  PRIMARY KEY (`id_tax_rules_group`)
) ENGINE=InnoDB AUTO_INCREMENT=55 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_tax_rules_group`
--

LOCK TABLES `tv_tax_rules_group` WRITE;
/*!40000 ALTER TABLE `tv_tax_rules_group` DISABLE KEYS */;
INSERT INTO `tv_tax_rules_group` VALUES (1,'US-AL Rate (4%)',1),(2,'US-AK Rate (0%)',1),(3,'US-AZ Rate (6.6%)',1),(4,'US-AR Rate (6%)',1),(5,'US-CA Rate (8.25%)',1),(6,'US-CO Rate (2.9%)',1),(7,'US-CT Rate (0%)',1),(8,'US-DE Rate (0%)',1),(9,'US-FL Rate (6%)',1),(10,'US-GA Rate (4%)',1),(11,'US-HI Rate (4%)',1),(12,'US-ID Rate (6%)',1),(13,'US-IL Rate (6.25%)',1),(14,'US-IN Rate (7%)',1),(15,'US-IA Rate (6%)',1),(16,'US-KS Rate (5.3%)',1),(17,'US-KY Rate (6%)',1),(18,'US-LA Rate (4%)',1),(19,'US-ME Rate (5%)',1),(20,'US-MD Rate (6%)',1),(21,'US-MA Rate (6.25%)',1),(22,'US-MI Rate (6%)',1),(23,'US-MN Rate (6.875%)',1),(24,'US-MS Rate (7%)',1),(25,'US-MO Rate (4.225%)',1),(26,'US-MT Rate (0%)',1),(27,'US-NE Rate (5.5%)',1),(28,'US-NV Rate (6.85%)',1),(29,'US-NH Rate (0%)',1),(30,'US-NJ Rate (7%)',1),(31,'US-NM Rate (5.125%)',1),(32,'US-NY Rate (4%)',1),(33,'US-NC Rate (5.5%)',1),(34,'US-ND Rate (5%)',1),(35,'US-OH Rate (5.5%)',1),(36,'US-OK Rate (4.5%)',1),(37,'US-OR Rate (0%)',1),(38,'US-PA Rate (6%)',1),(39,'US-RI Rate (7%)',1),(40,'US-SC Rate (6%)',1),(41,'US-SD Rate (4%)',1),(42,'US-TN Rate (7%)',1),(43,'US-TX Rate (6.25%)',1),(44,'US-UT Rate (4.75%)',1),(45,'US-VT Rate (6%)',1),(46,'US-VA Rate (4%)',1),(47,'US-WA Rate (6.5%)',1),(48,'US-WV Rate (6%)',1),(49,'US-WI Rate (5%)',1),(50,'US-WY Rate (4%)',1),(51,'US-PR Rate (5.5%)',1),(52,'US-DC Rate (6%)',1),(53,'UK Standard Rate (20%)',1),(54,'UK Reduced Rate (5%)',1);
/*!40000 ALTER TABLE `tv_tax_rules_group` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_tax_rules_group_shop`
--

DROP TABLE IF EXISTS `tv_tax_rules_group_shop`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_tax_rules_group_shop` (
  `id_tax_rules_group` int(11) unsigned NOT NULL,
  `id_shop` int(11) unsigned NOT NULL,
  PRIMARY KEY (`id_tax_rules_group`,`id_shop`),
  KEY `id_shop` (`id_shop`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_tax_rules_group_shop`
--

LOCK TABLES `tv_tax_rules_group_shop` WRITE;
/*!40000 ALTER TABLE `tv_tax_rules_group_shop` DISABLE KEYS */;
INSERT INTO `tv_tax_rules_group_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(6,1),(7,1),(8,1),(9,1),(10,1),(11,1),(12,1),(13,1),(14,1),(15,1),(16,1),(17,1),(18,1),(19,1),(20,1),(21,1),(22,1),(23,1),(24,1),(25,1),(26,1),(27,1),(28,1),(29,1),(30,1),(31,1),(32,1),(33,1),(34,1),(35,1),(36,1),(37,1),(38,1),(39,1),(40,1),(41,1),(42,1),(43,1),(44,1),(45,1),(46,1),(47,1),(48,1),(49,1),(50,1),(51,1),(52,1),(53,1),(54,1);
/*!40000 ALTER TABLE `tv_tax_rules_group_shop` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_theme`
--

DROP TABLE IF EXISTS `tv_theme`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_theme` (
  `id_theme` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(64) NOT NULL,
  `directory` varchar(64) NOT NULL,
  PRIMARY KEY (`id_theme`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_theme`
--

LOCK TABLES `tv_theme` WRITE;
/*!40000 ALTER TABLE `tv_theme` DISABLE KEYS */;
INSERT INTO `tv_theme` VALUES (1,'default','default');
/*!40000 ALTER TABLE `tv_theme` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_theme_specific`
--

DROP TABLE IF EXISTS `tv_theme_specific`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_theme_specific` (
  `id_theme` int(11) unsigned NOT NULL,
  `id_shop` int(11) unsigned NOT NULL,
  `entity` int(11) unsigned NOT NULL,
  `id_object` int(11) unsigned NOT NULL,
  PRIMARY KEY (`id_theme`,`id_shop`,`entity`,`id_object`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_theme_specific`
--

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

--
-- Table structure for table `tv_timezone`
--

DROP TABLE IF EXISTS `tv_timezone`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_timezone` (
  `id_timezone` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(32) NOT NULL,
  PRIMARY KEY (`id_timezone`)
) ENGINE=InnoDB AUTO_INCREMENT=561 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_timezone`
--

LOCK TABLES `tv_timezone` WRITE;
/*!40000 ALTER TABLE `tv_timezone` DISABLE KEYS */;
INSERT INTO `tv_timezone` VALUES (1,'Africa/Abidjan'),(2,'Africa/Accra'),(3,'Africa/Addis_Ababa'),(4,'Africa/Algiers'),(5,'Africa/Asmara'),(6,'Africa/Asmera'),(7,'Africa/Bamako'),(8,'Africa/Bangui'),(9,'Africa/Banjul'),(10,'Africa/Bissau'),(11,'Africa/Blantyre'),(12,'Africa/Brazzaville'),(13,'Africa/Bujumbura'),(14,'Africa/Cairo'),(15,'Africa/Casablanca'),(16,'Africa/Ceuta'),(17,'Africa/Conakry'),(18,'Africa/Dakar'),(19,'Africa/Dar_es_Salaam'),(20,'Africa/Djibouti'),(21,'Africa/Douala'),(22,'Africa/El_Aaiun'),(23,'Africa/Freetown'),(24,'Africa/Gaborone'),(25,'Africa/Harare'),(26,'Africa/Johannesburg'),(27,'Africa/Kampala'),(28,'Africa/Khartoum'),(29,'Africa/Kigali'),(30,'Africa/Kinshasa'),(31,'Africa/Lagos'),(32,'Africa/Libreville'),(33,'Africa/Lome'),(34,'Africa/Luanda'),(35,'Africa/Lubumbashi'),(36,'Africa/Lusaka'),(37,'Africa/Malabo'),(38,'Africa/Maputo'),(39,'Africa/Maseru'),(40,'Africa/Mbabane'),(41,'Africa/Mogadishu'),(42,'Africa/Monrovia'),(43,'Africa/Nairobi'),(44,'Africa/Ndjamena'),(45,'Africa/Niamey'),(46,'Africa/Nouakchott'),(47,'Africa/Ouagadougou'),(48,'Africa/Porto-Novo'),(49,'Africa/Sao_Tome'),(50,'Africa/Timbuktu'),(51,'Africa/Tripoli'),(52,'Africa/Tunis'),(53,'Africa/Windhoek'),(54,'America/Adak'),(55,'America/Anchorage '),(56,'America/Anguilla'),(57,'America/Antigua'),(58,'America/Araguaina'),(59,'America/Argentina/Buenos_Aires'),(60,'America/Argentina/Catamarca'),(61,'America/Argentina/ComodRivadavia'),(62,'America/Argentina/Cordoba'),(63,'America/Argentina/Jujuy'),(64,'America/Argentina/La_Rioja'),(65,'America/Argentina/Mendoza'),(66,'America/Argentina/Rio_Gallegos'),(67,'America/Argentina/Salta'),(68,'America/Argentina/San_Juan'),(69,'America/Argentina/San_Luis'),(70,'America/Argentina/Tucuman'),(71,'America/Argentina/Ushuaia'),(72,'America/Aruba'),(73,'America/Asuncion'),(74,'America/Atikokan'),(75,'America/Atka'),(76,'America/Bahia'),(77,'America/Barbados'),(78,'America/Belem'),(79,'America/Belize'),(80,'America/Blanc-Sablon'),(81,'America/Boa_Vista'),(82,'America/Bogota'),(83,'America/Boise'),(84,'America/Buenos_Aires'),(85,'America/Cambridge_Bay'),(86,'America/Campo_Grande'),(87,'America/Cancun'),(88,'America/Caracas'),(89,'America/Catamarca'),(90,'America/Cayenne'),(91,'America/Cayman'),(92,'America/Chicago'),(93,'America/Chihuahua'),(94,'America/Coral_Harbour'),(95,'America/Cordoba'),(96,'America/Costa_Rica'),(97,'America/Cuiaba'),(98,'America/Curacao'),(99,'America/Danmarkshavn'),(100,'America/Dawson'),(101,'America/Dawson_Creek'),(102,'America/Denver'),(103,'America/Detroit'),(104,'America/Dominica'),(105,'America/Edmonton'),(106,'America/Eirunepe'),(107,'America/El_Salvador'),(108,'America/Ensenada'),(109,'America/Fort_Wayne'),(110,'America/Fortaleza'),(111,'America/Glace_Bay'),(112,'America/Godthab'),(113,'America/Goose_Bay'),(114,'America/Grand_Turk'),(115,'America/Grenada'),(116,'America/Guadeloupe'),(117,'America/Guatemala'),(118,'America/Guayaquil'),(119,'America/Guyana'),(120,'America/Halifax'),(121,'America/Havana'),(122,'America/Hermosillo'),(123,'America/Indiana/Indianapolis'),(124,'America/Indiana/Knox'),(125,'America/Indiana/Marengo'),(126,'America/Indiana/Petersburg'),(127,'America/Indiana/Tell_City'),(128,'America/Indiana/Vevay'),(129,'America/Indiana/Vincennes'),(130,'America/Indiana/Winamac'),(131,'America/Indianapolis'),(132,'America/Inuvik'),(133,'America/Iqaluit'),(134,'America/Jamaica'),(135,'America/Jujuy'),(136,'America/Juneau'),(137,'America/Kentucky/Louisville'),(138,'America/Kentucky/Monticello'),(139,'America/Knox_IN'),(140,'America/La_Paz'),(141,'America/Lima'),(142,'America/Los_Angeles'),(143,'America/Louisville'),(144,'America/Maceio'),(145,'America/Managua'),(146,'America/Manaus'),(147,'America/Marigot'),(148,'America/Martinique'),(149,'America/Mazatlan'),(150,'America/Mendoza'),(151,'America/Menominee'),(152,'America/Merida'),(153,'America/Mexico_City'),(154,'America/Miquelon'),(155,'America/Moncton'),(156,'America/Monterrey'),(157,'America/Montevideo'),(158,'America/Montreal'),(159,'America/Montserrat'),(160,'America/Nassau'),(161,'America/New_York'),(162,'America/Nipigon'),(163,'America/Nome'),(164,'America/Noronha'),(165,'America/North_Dakota/Center'),(166,'America/North_Dakota/New_Salem'),(167,'America/Panama'),(168,'America/Pangnirtung'),(169,'America/Paramaribo'),(170,'America/Phoenix'),(171,'America/Port-au-Prince'),(172,'America/Port_of_Spain'),(173,'America/Porto_Acre'),(174,'America/Porto_Velho'),(175,'America/Puerto_Rico'),(176,'America/Rainy_River'),(177,'America/Rankin_Inlet'),(178,'America/Recife'),(179,'America/Regina'),(180,'America/Resolute'),(181,'America/Rio_Branco'),(182,'America/Rosario'),(183,'America/Santarem'),(184,'America/Santiago'),(185,'America/Santo_Domingo'),(186,'America/Sao_Paulo'),(187,'America/Scoresbysund'),(188,'America/Shiprock'),(189,'America/St_Barthelemy'),(190,'America/St_Johns'),(191,'America/St_Kitts'),(192,'America/St_Lucia'),(193,'America/St_Thomas'),(194,'America/St_Vincent'),(195,'America/Swift_Current'),(196,'America/Tegucigalpa'),(197,'America/Thule'),(198,'America/Thunder_Bay'),(199,'America/Tijuana'),(200,'America/Toronto'),(201,'America/Tortola'),(202,'America/Vancouver'),(203,'America/Virgin'),(204,'America/Whitehorse'),(205,'America/Winnipeg'),(206,'America/Yakutat'),(207,'America/Yellowknife'),(208,'Antarctica/Casey'),(209,'Antarctica/Davis'),(210,'Antarctica/DumontDUrville'),(211,'Antarctica/Mawson'),(212,'Antarctica/McMurdo'),(213,'Antarctica/Palmer'),(214,'Antarctica/Rothera'),(215,'Antarctica/South_Pole'),(216,'Antarctica/Syowa'),(217,'Antarctica/Vostok'),(218,'Arctic/Longyearbyen'),(219,'Asia/Aden'),(220,'Asia/Almaty'),(221,'Asia/Amman'),(222,'Asia/Anadyr'),(223,'Asia/Aqtau'),(224,'Asia/Aqtobe'),(225,'Asia/Ashgabat'),(226,'Asia/Ashkhabad'),(227,'Asia/Baghdad'),(228,'Asia/Bahrain'),(229,'Asia/Baku'),(230,'Asia/Bangkok'),(231,'Asia/Beirut'),(232,'Asia/Bishkek'),(233,'Asia/Brunei'),(234,'Asia/Calcutta'),(235,'Asia/Choibalsan'),(236,'Asia/Chongqing'),(237,'Asia/Chungking'),(238,'Asia/Colombo'),(239,'Asia/Dacca'),(240,'Asia/Damascus'),(241,'Asia/Dhaka'),(242,'Asia/Dili'),(243,'Asia/Dubai'),(244,'Asia/Dushanbe'),(245,'Asia/Gaza'),(246,'Asia/Harbin'),(247,'Asia/Ho_Chi_Minh'),(248,'Asia/Hong_Kong'),(249,'Asia/Hovd'),(250,'Asia/Irkutsk'),(251,'Asia/Istanbul'),(252,'Asia/Jakarta'),(253,'Asia/Jayapura'),(254,'Asia/Jerusalem'),(255,'Asia/Kabul'),(256,'Asia/Kamchatka'),(257,'Asia/Karachi'),(258,'Asia/Kashgar'),(259,'Asia/Kathmandu'),(260,'Asia/Katmandu'),(261,'Asia/Kolkata'),(262,'Asia/Krasnoyarsk'),(263,'Asia/Kuala_Lumpur'),(264,'Asia/Kuching'),(265,'Asia/Kuwait'),(266,'Asia/Macao'),(267,'Asia/Macau'),(268,'Asia/Magadan'),(269,'Asia/Makassar'),(270,'Asia/Manila'),(271,'Asia/Muscat'),(272,'Asia/Nicosia'),(273,'Asia/Novosibirsk'),(274,'Asia/Omsk'),(275,'Asia/Oral'),(276,'Asia/Phnom_Penh'),(277,'Asia/Pontianak'),(278,'Asia/Pyongyang'),(279,'Asia/Qatar'),(280,'Asia/Qyzylorda'),(281,'Asia/Rangoon'),(282,'Asia/Riyadh'),(283,'Asia/Saigon'),(284,'Asia/Sakhalin'),(285,'Asia/Samarkand'),(286,'Asia/Seoul'),(287,'Asia/Shanghai'),(288,'Asia/Singapore'),(289,'Asia/Taipei'),(290,'Asia/Tashkent'),(291,'Asia/Tbilisi'),(292,'Asia/Tehran'),(293,'Asia/Tel_Aviv'),(294,'Asia/Thimbu'),(295,'Asia/Thimphu'),(296,'Asia/Tokyo'),(297,'Asia/Ujung_Pandang'),(298,'Asia/Ulaanbaatar'),(299,'Asia/Ulan_Bator'),(300,'Asia/Urumqi'),(301,'Asia/Vientiane'),(302,'Asia/Vladivostok'),(303,'Asia/Yakutsk'),(304,'Asia/Yekaterinburg'),(305,'Asia/Yerevan'),(306,'Atlantic/Azores'),(307,'Atlantic/Bermuda'),(308,'Atlantic/Canary'),(309,'Atlantic/Cape_Verde'),(310,'Atlantic/Faeroe'),(311,'Atlantic/Faroe'),(312,'Atlantic/Jan_Mayen'),(313,'Atlantic/Madeira'),(314,'Atlantic/Reykjavik'),(315,'Atlantic/South_Georgia'),(316,'Atlantic/St_Helena'),(317,'Atlantic/Stanley'),(318,'Australia/ACT'),(319,'Australia/Adelaide'),(320,'Australia/Brisbane'),(321,'Australia/Broken_Hill'),(322,'Australia/Canberra'),(323,'Australia/Currie'),(324,'Australia/Darwin'),(325,'Australia/Eucla'),(326,'Australia/Hobart'),(327,'Australia/LHI'),(328,'Australia/Lindeman'),(329,'Australia/Lord_Howe'),(330,'Australia/Melbourne'),(331,'Australia/North'),(332,'Australia/NSW'),(333,'Australia/Perth'),(334,'Australia/Queensland'),(335,'Australia/South'),(336,'Australia/Sydney'),(337,'Australia/Tasmania'),(338,'Australia/Victoria'),(339,'Australia/West'),(340,'Australia/Yancowinna'),(341,'Europe/Amsterdam'),(342,'Europe/Andorra'),(343,'Europe/Athens'),(344,'Europe/Belfast'),(345,'Europe/Belgrade'),(346,'Europe/Berlin'),(347,'Europe/Bratislava'),(348,'Europe/Brussels'),(349,'Europe/Bucharest'),(350,'Europe/Budapest'),(351,'Europe/Chisinau'),(352,'Europe/Copenhagen'),(353,'Europe/Dublin'),(354,'Europe/Gibraltar'),(355,'Europe/Guernsey'),(356,'Europe/Helsinki'),(357,'Europe/Isle_of_Man'),(358,'Europe/Istanbul'),(359,'Europe/Jersey'),(360,'Europe/Kaliningrad'),(361,'Europe/Kiev'),(362,'Europe/Lisbon'),(363,'Europe/Ljubljana'),(364,'Europe/London'),(365,'Europe/Luxembourg'),(366,'Europe/Madrid'),(367,'Europe/Malta'),(368,'Europe/Mariehamn'),(369,'Europe/Minsk'),(370,'Europe/Monaco'),(371,'Europe/Moscow'),(372,'Europe/Nicosia'),(373,'Europe/Oslo'),(374,'Europe/Paris'),(375,'Europe/Podgorica'),(376,'Europe/Prague'),(377,'Europe/Riga'),(378,'Europe/Rome'),(379,'Europe/Samara'),(380,'Europe/San_Marino'),(381,'Europe/Sarajevo'),(382,'Europe/Simferopol'),(383,'Europe/Skopje'),(384,'Europe/Sofia'),(385,'Europe/Stockholm'),(386,'Europe/Tallinn'),(387,'Europe/Tirane'),(388,'Europe/Tiraspol'),(389,'Europe/Uzhgorod'),(390,'Europe/Vaduz'),(391,'Europe/Vatican'),(392,'Europe/Vienna'),(393,'Europe/Vilnius'),(394,'Europe/Volgograd'),(395,'Europe/Warsaw'),(396,'Europe/Zagreb'),(397,'Europe/Zaporozhye'),(398,'Europe/Zurich'),(399,'Indian/Antananarivo'),(400,'Indian/Chagos'),(401,'Indian/Christmas'),(402,'Indian/Cocos'),(403,'Indian/Comoro'),(404,'Indian/Kerguelen'),(405,'Indian/Mahe'),(406,'Indian/Maldives'),(407,'Indian/Mauritius'),(408,'Indian/Mayotte'),(409,'Indian/Reunion'),(410,'Pacific/Apia'),(411,'Pacific/Auckland'),(412,'Pacific/Chatham'),(413,'Pacific/Easter'),(414,'Pacific/Efate'),(415,'Pacific/Enderbury'),(416,'Pacific/Fakaofo'),(417,'Pacific/Fiji'),(418,'Pacific/Funafuti'),(419,'Pacific/Galapagos'),(420,'Pacific/Gambier'),(421,'Pacific/Guadalcanal'),(422,'Pacific/Guam'),(423,'Pacific/Honolulu'),(424,'Pacific/Johnston'),(425,'Pacific/Kiritimati'),(426,'Pacific/Kosrae'),(427,'Pacific/Kwajalein'),(428,'Pacific/Majuro'),(429,'Pacific/Marquesas'),(430,'Pacific/Midway'),(431,'Pacific/Nauru'),(432,'Pacific/Niue'),(433,'Pacific/Norfolk'),(434,'Pacific/Noumea'),(435,'Pacific/Pago_Pago'),(436,'Pacific/Palau'),(437,'Pacific/Pitcairn'),(438,'Pacific/Ponape'),(439,'Pacific/Port_Moresby'),(440,'Pacific/Rarotonga'),(441,'Pacific/Saipan'),(442,'Pacific/Samoa'),(443,'Pacific/Tahiti'),(444,'Pacific/Tarawa'),(445,'Pacific/Tongatapu'),(446,'Pacific/Truk'),(447,'Pacific/Wake'),(448,'Pacific/Wallis'),(449,'Pacific/Yap'),(450,'Brazil/Acre'),(451,'Brazil/DeNoronha'),(452,'Brazil/East'),(453,'Brazil/West'),(454,'Canada/Atlantic'),(455,'Canada/Central'),(456,'Canada/East-Saskatchewan'),(457,'Canada/Eastern'),(458,'Canada/Mountain'),(459,'Canada/Newfoundland'),(460,'Canada/Pacific'),(461,'Canada/Saskatchewan'),(462,'Canada/Yukon'),(463,'CET'),(464,'Chile/Continental'),(465,'Chile/EasterIsland'),(466,'CST6CDT'),(467,'Cuba'),(468,'EET'),(469,'Egypt'),(470,'Eire'),(471,'EST'),(472,'EST5EDT'),(473,'Etc/GMT'),(474,'Etc/GMT+0'),(475,'Etc/GMT+1'),(476,'Etc/GMT+10'),(477,'Etc/GMT+11'),(478,'Etc/GMT+12'),(479,'Etc/GMT+2'),(480,'Etc/GMT+3'),(481,'Etc/GMT+4'),(482,'Etc/GMT+5'),(483,'Etc/GMT+6'),(484,'Etc/GMT+7'),(485,'Etc/GMT+8'),(486,'Etc/GMT+9'),(487,'Etc/GMT-0'),(488,'Etc/GMT-1'),(489,'Etc/GMT-10'),(490,'Etc/GMT-11'),(491,'Etc/GMT-12'),(492,'Etc/GMT-13'),(493,'Etc/GMT-14'),(494,'Etc/GMT-2'),(495,'Etc/GMT-3'),(496,'Etc/GMT-4'),(497,'Etc/GMT-5'),(498,'Etc/GMT-6'),(499,'Etc/GMT-7'),(500,'Etc/GMT-8'),(501,'Etc/GMT-9'),(502,'Etc/GMT0'),(503,'Etc/Greenwich'),(504,'Etc/UCT'),(505,'Etc/Universal'),(506,'Etc/UTC'),(507,'Etc/Zulu'),(508,'Factory'),(509,'GB'),(510,'GB-Eire'),(511,'GMT'),(512,'GMT+0'),(513,'GMT-0'),(514,'GMT0'),(515,'Greenwich'),(516,'Hongkong'),(517,'HST'),(518,'Iceland'),(519,'Iran'),(520,'Israel'),(521,'Jamaica'),(522,'Japan'),(523,'Kwajalein'),(524,'Libya'),(525,'MET'),(526,'Mexico/BajaNorte'),(527,'Mexico/BajaSur'),(528,'Mexico/General'),(529,'MST'),(530,'MST7MDT'),(531,'Navajo'),(532,'NZ'),(533,'NZ-CHAT'),(534,'Poland'),(535,'Portugal'),(536,'PRC'),(537,'PST8PDT'),(538,'ROC'),(539,'ROK'),(540,'Singapore'),(541,'Turkey'),(542,'UCT'),(543,'Universal'),(544,'US/Alaska'),(545,'US/Aleutian'),(546,'US/Arizona'),(547,'US/Central'),(548,'US/East-Indiana'),(549,'US/Eastern'),(550,'US/Hawaii'),(551,'US/Indiana-Starke'),(552,'US/Michigan'),(553,'US/Mountain'),(554,'US/Pacific'),(555,'US/Pacific-New'),(556,'US/Samoa'),(557,'UTC'),(558,'W-SU'),(559,'WET'),(560,'Zulu');
/*!40000 ALTER TABLE `tv_timezone` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_warehouse`
--

DROP TABLE IF EXISTS `tv_warehouse`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_warehouse` (
  `id_warehouse` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `id_currency` int(11) unsigned NOT NULL,
  `id_address` int(11) unsigned NOT NULL,
  `id_employee` int(11) unsigned NOT NULL,
  `reference` varchar(32) DEFAULT NULL,
  `name` varchar(45) NOT NULL,
  `management_type` enum('WA','FIFO','LIFO') NOT NULL DEFAULT 'WA',
  `deleted` tinyint(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id_warehouse`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_warehouse`
--

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

--
-- Table structure for table `tv_warehouse_carrier`
--

DROP TABLE IF EXISTS `tv_warehouse_carrier`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_warehouse_carrier` (
  `id_carrier` int(11) unsigned NOT NULL,
  `id_warehouse` int(11) unsigned NOT NULL,
  PRIMARY KEY (`id_warehouse`,`id_carrier`),
  KEY `id_warehouse` (`id_warehouse`),
  KEY `id_carrier` (`id_carrier`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_warehouse_carrier`
--

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

--
-- Table structure for table `tv_warehouse_product_location`
--

DROP TABLE IF EXISTS `tv_warehouse_product_location`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_warehouse_product_location` (
  `id_warehouse_product_location` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `id_product` int(11) unsigned NOT NULL,
  `id_product_attribute` int(11) unsigned NOT NULL,
  `id_warehouse` int(11) unsigned NOT NULL,
  `location` varchar(64) DEFAULT NULL,
  PRIMARY KEY (`id_warehouse_product_location`),
  UNIQUE KEY `id_product` (`id_product`,`id_product_attribute`,`id_warehouse`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_warehouse_product_location`
--

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

--
-- Table structure for table `tv_warehouse_shop`
--

DROP TABLE IF EXISTS `tv_warehouse_shop`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_warehouse_shop` (
  `id_shop` int(11) unsigned NOT NULL,
  `id_warehouse` int(11) unsigned NOT NULL,
  PRIMARY KEY (`id_warehouse`,`id_shop`),
  KEY `id_warehouse` (`id_warehouse`),
  KEY `id_shop` (`id_shop`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_warehouse_shop`
--

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

--
-- Table structure for table `tv_web_browser`
--

DROP TABLE IF EXISTS `tv_web_browser`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_web_browser` (
  `id_web_browser` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(64) DEFAULT NULL,
  PRIMARY KEY (`id_web_browser`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_web_browser`
--

LOCK TABLES `tv_web_browser` WRITE;
/*!40000 ALTER TABLE `tv_web_browser` DISABLE KEYS */;
INSERT INTO `tv_web_browser` VALUES (1,'Safari'),(2,'Safari iPad'),(3,'Firefox'),(4,'Opera'),(5,'IE 6'),(6,'IE 7'),(7,'IE 8'),(8,'IE 9'),(9,'IE 10'),(10,'Chrome');
/*!40000 ALTER TABLE `tv_web_browser` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_webservice_account`
--

DROP TABLE IF EXISTS `tv_webservice_account`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_webservice_account` (
  `id_webservice_account` int(11) NOT NULL AUTO_INCREMENT,
  `key` varchar(32) NOT NULL,
  `description` text,
  `class_name` varchar(50) NOT NULL DEFAULT 'WebserviceRequest',
  `is_module` tinyint(2) NOT NULL DEFAULT '0',
  `module_name` varchar(50) DEFAULT NULL,
  `active` tinyint(2) NOT NULL,
  PRIMARY KEY (`id_webservice_account`),
  KEY `key` (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_webservice_account`
--

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

--
-- Table structure for table `tv_webservice_account_shop`
--

DROP TABLE IF EXISTS `tv_webservice_account_shop`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_webservice_account_shop` (
  `id_webservice_account` int(11) unsigned NOT NULL,
  `id_shop` int(11) unsigned NOT NULL,
  PRIMARY KEY (`id_webservice_account`,`id_shop`),
  KEY `id_shop` (`id_shop`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_webservice_account_shop`
--

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

--
-- Table structure for table `tv_webservice_permission`
--

DROP TABLE IF EXISTS `tv_webservice_permission`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_webservice_permission` (
  `id_webservice_permission` int(11) NOT NULL AUTO_INCREMENT,
  `resource` varchar(50) NOT NULL,
  `method` enum('GET','POST','PUT','DELETE','HEAD') NOT NULL,
  `id_webservice_account` int(11) NOT NULL,
  PRIMARY KEY (`id_webservice_permission`),
  UNIQUE KEY `resource_2` (`resource`,`method`,`id_webservice_account`),
  KEY `resource` (`resource`),
  KEY `method` (`method`),
  KEY `id_webservice_account` (`id_webservice_account`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_webservice_permission`
--

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

--
-- Table structure for table `tv_zone`
--

DROP TABLE IF EXISTS `tv_zone`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_zone` (
  `id_zone` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(64) NOT NULL,
  `active` tinyint(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id_zone`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_zone`
--

LOCK TABLES `tv_zone` WRITE;
/*!40000 ALTER TABLE `tv_zone` DISABLE KEYS */;
INSERT INTO `tv_zone` VALUES (1,'Europe',1),(2,'North America',1),(3,'Asia',1),(4,'Africa',1),(5,'Oceania',1),(6,'South America',1),(7,'Europe (out E.U)',1),(8,'Central America/Antilla',1);
/*!40000 ALTER TABLE `tv_zone` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tv_zone_shop`
--

DROP TABLE IF EXISTS `tv_zone_shop`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tv_zone_shop` (
  `id_zone` int(11) unsigned NOT NULL,
  `id_shop` int(11) unsigned NOT NULL,
  PRIMARY KEY (`id_zone`,`id_shop`),
  KEY `id_shop` (`id_shop`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tv_zone_shop`
--

LOCK TABLES `tv_zone_shop` WRITE;
/*!40000 ALTER TABLE `tv_zone_shop` DISABLE KEYS */;
INSERT INTO `tv_zone_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(6,1),(7,1),(8,1);
/*!40000 ALTER TABLE `tv_zone_shop` 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 2018-04-25 23:04:00